[
  {
    "path": ".editorconfig",
    "content": "[*]\ncharset = utf-8\nindent_style = space\nindent_size = 4\ntab_width = 4\ninsert_final_newline = true\ntrim_trailing_whitespace = true\nmax_line_length = 80\n"
  },
  {
    "path": ".gitattributes",
    "content": "## AUTO-DETECT\n##   Handle line endings automatically for files detected as\n##   text and leave all files detected as binary untouched.\n##   This will handle all files NOT defined below.\n*   text=auto eol=lf\n\n# Text\n*.conf text\n*.conf.dist text\n*.cmake text\n\n## Scripts\n*.sh text\n*.fish text\n*.lua text\n\n## SQL\n*.sql text\n\n## C++\n*.c text\n*.cc text\n*.cxx text\n*.cpp text\n*.c++ text\n*.hpp text\n*.h text\n*.h++ text\n*.hh text\n\n\n## For documentation\n\n# Documents\n*.doc\t diff=astextplain\n*.DOC\t diff=astextplain\n*.docx diff=astextplain\n*.DOCX diff=astextplain\n*.dot  diff=astextplain\n*.DOT  diff=astextplain\n*.pdf  diff=astextplain\n*.PDF\t diff=astextplain\n*.rtf\t diff=astextplain\n*.RTF\t diff=astextplain\n\n## DOCUMENTATION\n*.markdown   text\n*.md         text\n*.mdwn       text\n*.mdown      text\n*.mkd        text\n*.mkdn       text\n*.mdtxt      text\n*.mdtext     text\n*.txt        text\nAUTHORS      text\nCHANGELOG    text\nCHANGES      text\nCONTRIBUTING text\nCOPYING      text\ncopyright    text\n*COPYRIGHT*  text\nINSTALL      text\nlicense      text\nLICENSE      text\nNEWS         text\nreadme       text\n*README*     text\nTODO         text\n\n## GRAPHICS\n*.ai   binary\n*.bmp  binary\n*.eps  binary\n*.gif  binary\n*.ico  binary\n*.jng  binary\n*.jp2  binary\n*.jpg  binary\n*.jpeg binary\n*.jpx  binary\n*.jxr  binary\n*.pdf  binary\n*.png  binary\n*.psb  binary\n*.psd  binary\n*.svg  text\n*.svgz binary\n*.tif  binary\n*.tiff binary\n*.wbmp binary\n*.webp binary\n\n\n## ARCHIVES\n*.7z  binary\n*.gz  binary\n*.jar binary\n*.rar binary\n*.tar binary\n*.zip binary\n\n## EXECUTABLES\n*.exe binary\n*.pyc binary\n"
  },
  {
    "path": ".gitignore",
    "content": "!.gitignore\n\n#\n#Generic\n#\n\n.directory\n.mailmap\n*.orig\n*.rej\n*.*~\n.hg/\n*.kdev*\n.DS_Store\nCMakeLists.txt.user\n*.bak\n*.patch\n*.diff\n*.REMOTE.*\n*.BACKUP.*\n*.BASE.*\n*.LOCAL.*\n\n#\n# IDE & other softwares\n#\n/.settings/\n/.externalToolBuilders/*\n.vscode/*\n# exclude in all levels\nnbproject/\n.sync.ffs_db\n*.kate-swp\n\n#\n# Eclipse\n#\n*.pydevproject\n.metadata\n.gradle\ntmp/\n*.tmp\n*.swp\n*~.nib\nlocal.properties\n.settings/\n.loadpath\n.project\n.cproject\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 AzerothCore\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# Individual Player Progression\n\n## Azerothcore Module\n\nThis module simulates progress through expansions and expansion tiers for individual players.\n\nEach tier is designed to simulate the experience of being within that tier and expansion, within the limitations of the WotLK client. This means Vanilla content is like it was during Vanilla WoW.\n\nThe goal of the module is to focus on the journey of the player. All catch-up mechanics have been removed. There is no goal to rush to end-game or find a \"fresh\" server, because each new character is a fresh experience.\n\nNote that this module either requires many players working together, or adjustments for smaller raid size to allow individual groups to progress. This module works well together with Playerbots and NPCbots.\n\nLower-level content added in later expansions that is not \"catch-up\" content has NOT been removed. This includes Draenei and Blood Elf starting zones, Inscription and Jewelcrafting skills, new quests and hubs added to the Vanilla world in TBC, and so on. I feel this content does not negatively impact the player journey like \"catch-up\" content. Some of this content can optionally be phased until the appropriate patch in which it was introduced for those who prefer an even more authentic Vanilla world - see the optional SQL files for more details.\n\n## Some Included Features\n* NPCs and Game Objects are aware of individual player progress, visible depending on player progression\n* Restoration of content that was removed, nerfed or released in a later patch. Such as the original Naxxramas, Onyxia and TBC Attunement quests, elite creatures in outdoor areas and riding skills.\n* Overhaul of vanilla creatures and quests. (Smart AI, quest drop chances, creature respawn times, patrols and spawn locations have all been restored.)\n* Optional power and healing adjustment for Vanilla and TBC content to simulate the original world difficulty.\n* WotLK emblems drop based on your progression.\n* Original vanilla AV\n* Isle of Quel'Danas Progression\n* Playerbots support\n\nHere you can find a list of all the [changes](https://github.com/ZhengPeiRu21/mod-individual-progression/wiki/List-of-Changes) and [progression tiers](https://github.com/ZhengPeiRu21/mod-individual-progression/wiki/List-of-Progression-Tiers).\n\nOptions are provided that allow changes to the player experience, based on preference. Please see the config file.\n\n## How to Install\nPlease see [How to Install](https://github.com/ZhengPeiRu21/mod-individual-progression/wiki/How-to-Install)\n\n## Please Note!\nThis module uses Player Settings to save individual character progress. *Please ensure that EnablePlayerSettings is set to 1 in worldserver.conf or progress will not be saved!* Also, for item changes to take effect, please ensure *DBC.EnforceItemAttributes is set to 0*! This will allow the module to override item stats with their correct Vanilla stats.\n\n### Optional Data Files\nSome changes for Vanilla and TBC content require DBC modification. The .mpq file for the client and .dbc files for the server can be found in the \"optional\" directory. These changes include requiring Vanilla reagents such as Flint and Steel for campfires, changing Level 60 enchanting to use Vanilla and not TBC reagents, profession leveling adjustments, etc. These files are all optional and the module will work without the patch, but these recipes will remain their WotLK versions.\n\n### Optional Recommended Addon\nFor a more authentic experience, some players may prefer to have pre-3.2 behavior of item prices only being displayed in tooltips when at a vendor. \nThis is handled by the client, so I have created an addon that will restore this behavior. The addon can be found here: https://github.com/ZhengPeiRu21/hide-vendor-price\n\n## Discord\n[https://discord.gg/PTXxh3KSgQ](https://discord.gg/PTXxh3KSgQ)\n\n## Thank You\nSpecial thanks to the following contributors and projects that made this module possible:\n* AzerothCore and TrinityCore, along with ancestors Mangos.\n* AzerothCore mod-war-effort\n* AzerothCore mod-pvp-titles\n* vMangos for Vanilla game and patch progression data\n* cMangos for TBC game data\n* Sogladev for Naxx 40 scripts and data\n"
  },
  {
    "path": "conf/conf.sh.dist",
    "content": "#!/usr/bin/env bash\n\n## CUSTOM SQL - Important file used by the db_assembler.sh\n## Keep only the required variables (base sql files or updates, depending on the DB)\n\n## BASE SQL\n\nDB_AUTH_CUSTOM_PATHS+=(\n\t\"$MOD_SKELETON_ROOT/data/sql/auth/base/\"\n)\n\nDB_CHARACTERS_CUSTOM_PATHS+=(\n\t\"$MOD_SKELETON_ROOT/data/sql/characters/base/\"\n)\n\nDB_WORLD_CUSTOM_PATHS+=(\n\t\"$MOD_SKELETON_ROOT/data/sql/world/base/\"\n)\n\n## UPDATES\n\nDB_AUTH_UPDATES_PATHS+=(\n\t\"$MOD_SKELETON_ROOT/data/sql/auth/updates/\"\n)\n\nDB_CHARACTERS_UPDATES_PATHS+=(\n\t\"$MOD_SKELETON_ROOT/data/sql/characters/updates/\"\n)\n\nDB_WORLD_UPDATES_PATHS+=(\n\t\"$MOD_SKELETON_ROOT/data/sql/world/updates/\"\n)\n"
  },
  {
    "path": "conf/individualProgression.conf.dist",
    "content": "#\n# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n#\n\n[worldserver]\n\n########################################\n# Individual Progression Configuration\n########################################\n\n# IndividualProgression.Enable\n#\n#        Description: Enable Individual Progression Module\n#                     Please note that like all AzerothCore modules, database changes cannot be undone through config settings.\n#                     This means that world changes like restoring Vanilla quests and NPC stats will remain in place even if disabled.\n#                     Disabling the module will disable functionality like access restrictions, level caps, damage adjustments, etc.\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.Enable = 1\n\n# IndividualProgression.EnforceGroupRules\n#\n#        Description: Only allow players to group with others in the same progression phase\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.EnforceGroupRules = 1\n\n# IndividualProgression.VanillaPowerAdjustment\n#\n#        Description: Adjustment to player's attack power before completing Vanilla content and opening the Dark Portal\n#                     This is meant to provide a more accurate Vanilla feeling in Vanilla content\n#                     Applied linearly per level between levels 11 and 60\n#\n#        Default:     1 - No Adjustment\n#        Suggested:   between 0.5 and 0.6 (50-60% of regular damage)\n#\nIndividualProgression.VanillaPowerAdjustment = 1\n\n# IndividualProgression.VanillaHealingAdjustment\n#\n#        Description: Adjustment to player's healing power before completing Vanilla content and opening the Dark Portal\n#                     This is meant to provide a more accurate Vanilla feeling in Vanilla content\n#                     Applied linearly per level between levels 11 and 60\n#\n#        Default:     1 - No Adjustment\n#        Suggested:   0.5 (50% of regular healing)\n#\nIndividualProgression.VanillaHealingAdjustment = 1\n\n# IndividualProgression.TBCPowerAdjustment\n#\n#        Description: Adjustment to player's attack power after opening the Dark Portal but before completing TBC content\n#                     This is meant to provide a more accurate TBC feeling in TBC content\n#                     Unlike Vanilla adjustment, a flat value is always used\n#\n#        Default:     1 - No Adjustment\n#        Suggested:   between 0.5 and 0.6 (50-60% of regular damage)\n#\nIndividualProgression.TBCPowerAdjustment = 1\n\n# IndividualProgression.TBCHealingAdjustment\n#\n#        Description: Adjustment to player's healing power after opening the Dark Portal but before completing TBC content\n#                     This is meant to provide a more accurate TBC feeling in TBC content\n#                     Unlike Vanilla adjustment, a flat value is always used\n#\n#        Default:     1 - No Adjustment\n#        Suggested:   between 0.5 and 0.6 (50-60% of regular healing)\n#\nIndividualProgression.TBCHealingAdjustment = 1\n\n# IndividualProgression.QuestXPFix\n#\n#        Description: Quest XP for Vanilla and TBC quests was boosted as a catchup mechanism in patches 2.3.0 and 3.0.2\n#                     Enable this option to reduce quest XP for affected quest to be closer to original values\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.QuestXPFix = 1\n\n# IndividualProgression.RequireNaxxStrathEntrance\n#\n#        Description: If enabled, this will require players to first enter Naxx 40 through the original beta entrance in the back of Stratholme,\n#                     before being able to use the teleportation crystal in EPL. This is consistent behavior with other Vanilla raids (MC, BWL).\n#                     If disabled, players can enter Naxx 40 through the crystal as soon as they are attuned and they have reached the correct\n#                     progression level - no Stratholme run will be required.\n#\n#        Default:     0 - Disabled\n#                     1 - Enabled\n#\nIndividualProgression.RequireNaxxStrathEntrance = 0\n\n# IndividualProgression.doableNaxx40Bosses\n#\n#        Description: If enabled, this will make certain bosses in Naxx40 easier.\n#                     - Razuvious will cast disrupting shout instead of mana burn\n#                     - Four Horsemen's ability damage will be much lower. So they can be fought together without a strategy.\n#                     - Gluth will search for a zombie every 9 seconds instead of 3.\n#\n#        Default:     0 - Disabled\n#                     1 - Enabled\n#\nIndividualProgression.doableNaxx40Bosses = 0\n\n# IndividualProgression.MoltenCore.ManualRuneHandling\n#\n#        Description: Defines whether Molten Core runes are handled manually (dousing through Aqual Quintessence)\n#                     or automatic when bosses are defeated (WotLK default)\n#\n#        Default:     1 - Enabled (requires dousing)\n#                     0 - Disabled (automatic, handled when bosses are defeated)\n#\nIndividualProgression.MoltenCore.ManualRuneHandling = 1\n\n# IndividualProgression.MoltenCore.AqualEssenceCooldownReduction\n#\n#        Description: Reduces the cooldown of Eternal Quintessences by the amount specified.\n#\n#        Default:     0 - Disabled (1 hour cooldown)\n#                     60 - (No cooldown)\n#\nIndividualProgression.MoltenCore.AqualEssenceCooldownReduction = 0\n\n# IndividualProgression.SerpentshrineCavern.RequireAllBosses\n#\n#        Description: Requires all bosses being killed before accessing Vashj's console panel.\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.SerpentshrineCavern.RequireAllBosses = 1\n\n# IndividualProgression.TheEye.RequireAllBosses\n#\n#        Description: Requires all bosses being killed to open the doors to Kael\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.TheEye.RequireAllBosses = 1\n\n# IndividualProgression.FishingFix\n#\n#        Description: Before patch 3.1, fishing skill had progression and had to be leveled in low level zones before high level areas could add skill\n#                     In patch 3.1, it was changed to allow leveling fishing even when catching junk in high level zones, allowing progression to be skipped\n#                     This reverts that changed.\n#\n#        Default:     1 - Enabled (Pre 3.1 behavior - Fishing requires progression through zone levels)\n#                     0 - Disabled (Post 3.1 behavior - Allow leveling fishing in any area)\n#\nIndividualProgression.FishingFix = 1\n\n# IndividualProgression.SimpleConfigOverride\n#\n#        Description: If enabled, it will allow this module to set a few AzerothCore config values.\n#                     The first two are required for this module.\n#                     If you don't want the reduced water breath timer, you need to disable this option and set the first 2 options in worldserver.conf yourself.\n#\n#                     Changed options include:\n#                     - Enable PlayerSettings (required by Individual Progression module)\n#                     - Do not enforce DBC Item Attributes, so that Vanilla item changes can override client values\n#                     - Water Breath Timer to 1 Minute (Vanilla value, changed to 3 Minutes in WotLK)\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.SimpleConfigOverride = 1\n\n# IndividualProgression.DisableQuestMarkers\n#\n#        Description: Disable Quest Object markers and sparkles (added in patch 2.3)\n#\n#        Default:     1 - Markers and Sparkles Disabled\n#                     0 - Markers and Sparkles Enabled\n#\nIndividualProgression.DisableQuestMarkers = 1\n\n# IndividualProgression.DisableRDF\n#\n#        Description: Enable or disable the Random Dungeon Finder feature within the context of Individual Progression.\n#                     Queuing for specific dungeons and Holiday Events will still be possible. (Use DungeonFinder.OptionsMask in worldserver.conf to completely disable the LFG tool.)\n#\n#        Default:     0 - RDF Enabled\n#                     1 - RDF Disabled\n#\nIndividualProgression.DisableRDF = 0\n\n# IndividualProgression.MaxMonsterSight\n#\n#        Description: Enable or disable Max Monster Sight.\n#                     The AC default setting is 50 yards. Enabling this will increase the range to 80 yards.\n#                     The reason behind this are the tower and bunker archers in Alterac Valley. \n#                     These archers should have a 80 yard ranged attack.\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.MaxMonsterSight = 1\n\n# IndividualProgression.QuestMoneyAtLevelCap\n#\n#        Description: If enabled, players at the level cap for the current progression stage will receive extra money when completing quests. This feature was added in patch 1.10\n#                     (Please note that completing quests at the level cap of the server, configured in worldserver.conf will always provide extra money, as hard-coded in AzerothCore.)\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.QuestMoneyAtLevelCap = 1\n\n# IndividualProgression.RepeatableVanillaQuestsXP\n#\n#        Description: Some repeatable quests in Vanilla gave XP every time they were turned in.\n#                     Enable this feature to allow these quests to have the Vanilla behavior and give XP each turn in.\n#                     Disable to have the WotLK behavior and only grant XP once.\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.RepeatableVanillaQuestsXP = 1\n\n# IndividualProgression.ProgressionLimit\n#\n#        Description: If enabled, players will not be able to proceed beyond this progression stage.\n#                     Please refer to IndividualProgression.h/ProgressionState enum for progression stage values.\n#                     For example, a value of 7 will limit players to Vanilla content.\n#\n#        Default:     0 - Disabled (players may progress up to the maximum progression stage of 18, which is the completion of WotLK content)\n#                     1-17 - Set a lower maximum attainable progression stage\n#\nIndividualProgression.ProgressionLimit = 0\n\n# IndividualProgression.StartingProgression\n#\n#        Description: If enabled, players will begin at this progression stage.\n#                     Existing players who are at an earlier stage will be set to this stage upon log in.\n#                     Please refer to IndividualProgression.h/ProgressionState enum for progression stage values.\n#\n#        Default:     0 - Disabled (start at stage 0)\n#                     1-18 - Set higher starting progression stage\n#\nIndividualProgression.StartingProgression = 0\n\n# IndividualProgression.TbcRacesUnlockProgression\n#\n#        Description: The progression stage at which TBC races (Draenei and Blood Elves) will be unlocked.\n#                     Races will be unlocked when the player reaches this level with any character on their account.\n#                     Disable to have TBC races available by default.\n#                     Please refer to IndividualProgression.h/ProgressionState enum for progression stage values.\n#                     Players cannot visit TBC starting zones until TBC races are available to them.\n#\n#        Default:     0 - TBC races always available to be created\n#                     8 - Vanilla must be completed to create Draenei and Blood Elves\n#                     1-7, 9-18 - Set a different required progression stage to create TBC race characters\n#\nIndividualProgression.TbcRacesUnlockProgression = 0\n\n# IndividualProgression.tbcRacesStartingProgression\n#\n#        Description: The progression stage at which Draenei and Blood Elf characters will begin.\n#\n#        Default:     0 - Draenei and Blood Elves start at progression 0\n#                     8 - Draenei and Blood Elves start at the beginning of TBC\n#\nIndividualProgression.tbcRacesStartingProgression = 0\n\n# IndividualProgression.DeathKnightUnlockProgression\n#\n#        Description: The progression stage at which Death Knight characters can be created.\n#                     Death Knights will be available when the player reaches this level with any character on their account.\n#                     Disable to have the Death Knight class available by default.\n#                     Please note that all other Death Knight creation restrictions from worldserver.conf still apply.\n#                     The default value is to not allow Death Knight creation until TBC content is cleared.\n#                     This is due to the game not having proper progression balancing for Death Knights until WotLK.\n#\n#        Default:     13 - TBC must be completed to create Death Knights\n#                     0 - Death Knights always available to be created\n#                     1-12, 14-18 - Set a different required progression stage to create Death Knights\n#\nIndividualProgression.DeathKnightUnlockProgression = 13\n\n# IndividualProgression.DeathKnightStartingProgression\n#\n#        Description: The progression stage at which Death Knight characters will begin.\n#\n#        Default:     13 - Death Knights start at the beginning of WotLK\n#                     0-12, 14-18 - Set a different starting progression stage for Death Knights\n#\nIndividualProgression.DeathKnightStartingProgression = 13\n\n# IndividualProgression.RequiredZulGurubProgression\n#\n#        Description: The progression stage at which Zul'Gurub will be available\n#\n#        Default:     3 - Zul'Gurub unlocks after BWL (Default, Blizzlike)\n#                     0-18 - Set a different required progression stage for Zul'Gurub\n#\nIndividualProgression.RequiredZulGurubProgression = 3\n\n# IndividualProgression.DisableDefaultProgression\n#\n#        Description: Disable the regular progression flow, so progression must be advanced through custom creature progression entries\n#\n#        Default:     0 - Default Progression\n#                     1 - Custom Progression\n#\nIndividualProgression.DisableDefaultProgression = 0\n\n# IndividualProgression.CustomProgression\n#\n#        Description: A list of creature IDs paired to progression states. When a creature on the list is defeated by a player,\n#                     the player will be set to that progression state. Used for custom, non-standard progression.\n#                     Not needed for regular, Blizz-like progress through expansions, which works by default.\n#                     Example: IndividualProgression.CustomProgression=\"448 8, 639 13\"\n#                     This example would allow players access to TBC content for defeating Hogger (entry 448), and Northrend content for defeating VanCleef (entry 639)\n#                     Leave empty to disable (default.)\n#\n#        Default:     \"\" - Disabled (default)\n#\nIndividualProgression.CustomProgression = \"\"\n\n# IndividualProgression.AllowEarlyDungeonSet2\n#\n#        Description: Dungeon Set 2 was introduced in patch 1.10 and requires completing some AQ content that is normally not available until a later phase\n#                     When enabled, this allows the relevant content to be accessed early so that Dungeon Set 2 can be acquired before it is made obsolete by raid gear.\n#\n#        Default:     0 - Disabled\n#                     1 - Enabled\n#\nIndividualProgression.AllowEarlyDungeonSet2 = 0\n\n# IndividualProgression.AllowEarlyScourgeBosses\n#\n#        Description: The Scourge Invasion adds 6 dungeon bosses that are only available during progression tier 6. Players are not likely to go back to low level dungeons at this point.\n#                     When enabled, this allows these bosses to be fought early, before they're made obsolete.\n#\n#        Default:     0 - Disabled\n#                     1 - Enabled\n#\nIndividualProgression.AllowEarlyScourgeBosses = 0\n\n# IndividualProgression.TBC.ArenaSeason\n#\n#        Description: Current TBC arena season id\n#        Default:     1\n#                     1-4\n#\nIndividualProgression.TBC.ArenaSeason = 1\n\n# IndividualProgression.WotLK.ArenaSeason\n#\n#        Description: Current WotLK arena season id\n#        Default:     5\n#                     5-8\n#\nIndividualProgression.WotLK.ArenaSeason = 5\n\n# IndividualProgression.VanillaPvPRankRequirement\n#\n#        Description: Required PvP honor kills during Vanilla for each PvP rank to earn relevant titles and get corresponding items\n#\nIndividualProgression.VanillaPvpKillRequirement.Rank1 = 100\nIndividualProgression.VanillaPvpKillRequirement.Rank2 = 200\nIndividualProgression.VanillaPvpKillRequirement.Rank3 = 400\nIndividualProgression.VanillaPvpKillRequirement.Rank4 = 800\nIndividualProgression.VanillaPvpKillRequirement.Rank5 = 1400\nIndividualProgression.VanillaPvpKillRequirement.Rank6 = 2000\nIndividualProgression.VanillaPvpKillRequirement.Rank7 = 3000\nIndividualProgression.VanillaPvpKillRequirement.Rank8 = 4500\nIndividualProgression.VanillaPvpKillRequirement.Rank9 = 6000\nIndividualProgression.VanillaPvpKillRequirement.Rank10 = 8000\nIndividualProgression.VanillaPvpKillRequirement.Rank11 = 10000\nIndividualProgression.VanillaPvpKillRequirement.Rank12 = 13000\nIndividualProgression.VanillaPvpKillRequirement.Rank13 = 18000\nIndividualProgression.VanillaPvpKillRequirement.Rank14 = 24000\n\n# IndividualProgression.VanillaPvpTitlesPersistAfterVanilla\n#\n#        Description: Players retain their Vanilla PvP titles even after reaching TBC/WotLK\n#\n#        Default:     1 - Enabled (Default, Blizzlike)\n#                     0 - Disabled\n#\nIndividualProgression.VanillaPvpTitlesPersistAfterVanilla = 1\n\n# IndividualProgression.VanillaPvpEarnTitlesAfterVanilla\n#\n#        Description: Players can continue to earn new Vanilla PvP titles even after reaching TBC/WotLK\n#\n#        Default:     0 - Disabled (Default, Blizzlike)\n#                     1 - Enabled\n#\nIndividualProgression.VanillaPvpEarnTitlesAfterVanilla = 0\n\n# IndividualProgression.ExcludedAccountsEarnPvPTitles\n#\n#        Description: Enable / Disable excluded accounts earning pvp titles. This includes playerbots.\n#\n#        Default:     0 - Disabled\n#                     1 - Enabled\n#\nIndividualProgression.ExcludedAccountsEarnPvPTitles = 0\n\n# IndividualProgression.ExcludeAccounts\n#\n#        Description: Enable or disable the exclusion of accounts from Individual Progression.\n#                     This is useful for accounts that are used for bots, testing, or other purposes where progression should not be enforced.\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.ExcludeAccounts = 1\n\n# IndividualProgression.ExcludedAccountsRegex\n#\n#        Description: A regular expression to match account names that should be excluded from Individual Progression.\n#                     Only used if ExcludeAccounts is enabled.\n#                     This is useful for accounts that are used for bots, testing, or other purposes where progression should not be enforced.\n#                     If the Playerbots module is enabled, \"^RNDBOT.*\" will exclude randombots from Individual Progression.\n#                     To add more accounts you need to use capital letters and this format: \"(^RNDBOT.*|TEST1|TEST2)\"\n#\n#        Default:     \"^RNDBOT.*\"\n#\nIndividualProgression.ExcludedAccountsRegex = \"^RNDBOT.*\"\n\n# IndividualProgression.ExcludedAccountsMaxLevel\n#\n#        Description: Set the maximum level for Excluded Accounts (RNDBOTS)\n#\n#        Default:     80\n#\nIndividualProgression.ExcludedAccountsMaxLevel = 80\n\n# IndividualProgression.EnableSetRepCommand\n#\n#        Description: Enable the .ip setrep command for normal AND gm accounts\n#                     This command will set the reputation of certain factions to the same value as the character that has the highest value on your account.\n#                     To avoid abuse this command will by default not work for factions you aren't already neutral/friendly/honored with. (depending on the faction)\n#                     Use IndividualProgression.sharedFactionIdsRegex to set the allowed factions players can share with the characters on their account.\n#\n#        Default:     0 - Disabled\n#                     1 - Enabled\n#\nIndividualProgression.EnableSetRepCommand = 0\n\n# IndividualProgression.LimitedSetRepCommand\n#\n#        Description: To avoid abuse, the player needs to be at least neutral/friendly/honored already with a faction to gain reputation for it. (depending on the faction)\n#                     This will help prevent a group of 5 characters to hand in a quest 1 by 1 and use the '.ip setrep' command in between each time to get 5x the reputation.\n#                     Needing to be honored means you already did most quests or already put in some reputation grind yourself.\n#                     PvP factions will require neutral reputation, so they are not effected. (see: cs_individualProgression.cpp for the full list)\n#                     The Aldor, The Scryers and the Brood of Nozdormu are exceptions. You need to be honored with them, even if this setting is disabled.\n#\n#        Default:     1 - Enabled\n#                     0 - Disabled\n#\nIndividualProgression.LimitedSetRepCommand = 1\n\n# IndividualProgression.sharedFactionIdsRegex\n#\n#        Description: This is a list of faction ids that the player can share with other characters on their account.\n#                     EnableSetRepCommand needs to be enabled.\n#                     Valid faction ids are: \n#                     - vanilla = 59|270|349|509|510|529|576|589|609|729|730|749|889|890|909|910\n#                     - tbc     = 922|932|933|934|935|941|942|946|947|967|970|978|989|990|1011|1012|1015|1031|1038|1077\n#                     - wotlk   = 1037|1052|1073|1090|1091|1094|1098|1119|1124|1156\n#\n#                     see also: https://www.wowhead.com/wotlk/factions\n#\n#        Default:     \"59|270|349|509|510|529|576|589|609|729|730|749|889|890|909\"\n#\nIndividualProgression.sharedFactionIdsRegex = \"59|270|349|509|510|529|576|589|609|729|730|749|889|890|909\"\n"
  },
  {
    "path": "data/sql/auth/updates/.gitkeep",
    "content": "\r\n"
  },
  {
    "path": "data/sql/characters/updates/.gitkeep",
    "content": "\r\n"
  },
  {
    "path": "data/sql/world/base/.gitignore",
    "content": "zz_optional*\n"
  },
  {
    "path": "data/sql/world/base/00_cleanup.sql",
    "content": "/* Several unused BG NPCs have wrong classes in AC - fix to prevent console warning */\nUPDATE `creature_template` SET `unit_class` = 2 WHERE `entry` IN (22742, 22791, 22796, 22792, 22627, 22532, 22774, 22534, 22529, 22537, 22790, 22791, 22637, 22599,\n                                                                 32013, 22781, 31930, 32128, 31935, 31927, 31938, 32120, 37332, 32142, 31821, 37248, 37453, 37253,\n                                                                 37245, 37256, 37443, 37472, 37341);\nUPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` IN (22632, 32055, 31921, 37376);\nUPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (29273);\n\n/* Delete unused Creature Addon data */\nDELETE FROM `creature_addon` WHERE `guid` IN (133917, 133918, 133919, 133920, 133925);\n\n-- battlemasters\nDELETE FROM `game_event_creature` WHERE `guid` IN (207918, 207929, 207951, 208042, 208081, 208107, 208146, 208159, 208185); -- alliance\nDELETE FROM `game_event_creature` WHERE `guid` IN (208207, 208240, 208251, 208355, 208368, 208394, 208407); -- horde\n\n-- remove AzerothCore area triggers used by WotLK Scourge Invasion Event\nDELETE FROM `areatrigger_involvedrelation` WHERE `id` IN (4092, 4094, 4095, 4096, 4098, 4099, 4100, 4101, 4103, 4104, 4105, 5151, 5152, 5153, 5154, 5158, 5159, 5160, 5161);\n\n-- remove arena season event entries added by AC\nDELETE FROM `creature_addon` WHERE `guid` IN (88155, 88156, 88158, 88159, 88160);\nDELETE FROM `game_event_creature` WHERE `guid` IN \n(17676, 88155, 88156, 88158, 88159, 88160, 91798, 152022, 152023, 152026, 152027, 152028, 152029, 152030, 152031, 202335, 202336, \n208486, 208487, 208488, 208489, 208491, 208492, 208494, 208496, 208498, 208499, 208500, 208501, 208503, 208504, 208506, 208508);\n\nDELETE FROM `creature`   WHERE `id1`   IN (32405, 32832, 32834);\nDELETE FROM `npc_vendor` WHERE `entry` IN (32405, 32832, 32834);\nDELETE FROM `creature` WHERE `guid` = 88156 AND `id1` IN (20278); -- Vixton Pinchwhistle\n\n\n/* the following edits are temporary */\n\n\n-- unused \"Increased healing done and damage done\"\nDELETE FROM `spell_dbc` WHERE `ID` IN \n(7675, 7676, 7677, 18047, 18048, 22748, 23796, 25067, 25179, 26225, 26690, 27925, 28151, \n31941, 32584, 33024, 33025, 33026, 33027, 33028, 33029, 33030, 33099, 33101, 33102, 33103, 33104, \n33105, 33106, 33118, 33123, 33124, 33148, 33149, 33163, 33164, 33165, 33166, 33168, 33169, 33170, \n33273, 33275, 33328, 33820, 33821, 34495, 34693, 35133, 35338, 36062, 36065, 36098, 36149, 36387, \n36422, 36428, 37083, 37549, 37952, 37980, 38001, 39508, 39585, 39602, 39806, 39903, 39988, \n40107, 40151, 40232, 40342, 40687, 41644, 41718, 41783, 41830, 41890, 42059, 42069, 42070, 42077, \n42087, 42089, 42093, 42110, 42120, 42125, 42127, 43460, 44071, 44077, 44759, 44847, 44853, 44973);\n\n-- these changes are already made in the spell.dbc file for the server. no need to have them in spell_dbc as well.\nDELETE FROM `spell_dbc` WHERE `ID` IN \n(7678, 7679, 7680, 7681, 7685, 7686, 7687, 7688, 7689, 7696, 7700, 7701, 7702, 7703, 7706, 7707, 7708, 7709, 7710, 9294, 9295, 9296, 9298, 9304, 9305, 9306, 9307, 9308, 9314, 9315, 9316, 9317, 9318, \n9325, 9326, 9327, 9328, 9342, 9343, 9344, 9345, 9346, 9357, 9358, 9359, 9361, 9393, 9394, 9395, 9396, 9397, 9398, 9400, 9401, 9402, 9403, 9404, 9406, 9407, 9408, 9411, 9412, 9413, 9414, 9415, 9416, 9417, \n11390, 13595, 13597, 13598, 13599, 13601, 13830, 13831, 13881, 14047, 14054, 14055, 14127, 14248, 14254, 14793, 14794, 14798, 14799, 15696, 15714, 15715, 16638, 17280, 17320, 17367, 17371, 17493, 17539, \n17628, 17747, 17819, 17821, 17824, 17829, 17830, 17846, 17866, 17867, 17868, 17871, 17872, 17873, 17875, 17878, 17882, 17884, 17885, 17890, 17891, 17892, 17896, 17897, 17898, 17899, 17900, 17901, 17902, \n17905, 17908, 17909, 17988, 17990, 17993, 17995, 17997, 17999, 18008, 18009, 18011, 18013, 18014, 18015, 18016, 18017, 18018, 18020, 18025, 18026, 18027, 18029, 18030, 18031, 18032, 18033, 18034, 18035, \n18036, 18037, 18038, 18039, 18040, 18041, 18042, 18043, 18044, 18045, 18046, 18049, 18050, 18052, 18053, 18054, 18055, 18056, 18057, 18058, 21509, 21518, 21931, 22747, 22749, 22750, 22844, 22849, 23213, \n23264, 23265, 23271, 23593, 23594, 23728, 23730, 23732, 23734, 23802, 23929, 24160, 24163, 24164, 24165, 24167, 24168, 24196, 24197, 24198, 24243, 24354, 24420, 24421, 24595, 24666, 24667, 24998, 25073, \n25074, 25078, 25079, 25110, 25117, 25119, 25121, 25122, 25123, 25607, 25706, 26142, 26154, 26155, 26158, 26166, 26227, 26228, 26276, 26395, 26405, 26459, 26460, 26461, 26599, 26694, 26695, 26703, 26715, \n26717, 26727, 26730, 26737, 26814, 27721, 27853, 27855, 27859, 27911, 27917, 27924, 27926, 27974, 27975, 27981, 27982, 28004, 28015, 28017, 28141, 28143, 28144, 28152, 28264, 28273, 28360, 28488, 28491, \n28508, 28530, 28686, 28687, 28693, 28736, 28767, 28779, 28780, 28792, 28805, 28841, 28851, 28853, 28856, 28857, 28876, 28890, 28898, 29113, 29334, 29369, 29467, 29475, 31033, 31040, 31369, 31370, 31371, \n31372, 32149, 32196, 32200, 32355, 32367, 32401, 32402, 32403, 32607, 32925, 32956, 33022, 33094, 33097, 33136, 33138, 33139, 33140, 33141, 33233, 33236, 33250, 33267, 33268, 33269, 33400, 33484, 33556, \n33662, 33997, 33999, 34000, 34010, 34040, 34230, 34231, 34294, 34321, 34598, 34611, 34747, 34760, 35084, 35087, 35163, 35165, 35337, 35403, 35404, 35405, 35406, 35437, 35445, 35447, 36347, 36385, 36425, \n36430, 36432, 36749, 37542, 37649, 37817, 38305, 38348, 39201, 39569, 40150, 40260, 40705, 41040, 41604, 41648, 41651, 41752, 41780, 41782, 41834, 41905, 41973, 42040, 42057, 42062, 42063, 42071, 42076, \n42099, 42108, 42111, 42119, 42122, 42124, 42248, 42249, 42250, 42251, 42814, 43455, 43710, 43712, 44075, 44751, 44974, 44979, 45044, 45478, 45479, 46051, 46632, 46783, 47125, 47952, 48051, 48253, 48269, \n48626, 48644, 49441, 49558, 52184, 52810, 52849, 54192, 54229, 54230, 54232, \n81000, 81001, 81002, 81003, 81004, 81005, 81006, 81007, 81008, 81009, 81010, 81011, 81012, 81013, 81014, 81015, 81016, 81017, 81018, 81019, 81020, 81021, 81022, 81023, 81024, 81025, 81026, 81027, 81028, \n81029, 81030, 81031, 81032, 81033, 81034, 81035, 81036, 81037, 81038, 81039, 81040, 81041, 81042, 81043, 81044, 81045, 81046, 81047, 81048, 81049, 81050, 81051, 81052, 81053, 81054, 81055, 81056, 81057, \n81058, 81059, 81060, 81061, 81062, 81063, 81064, 81065, 81066, 81067, 81068, 81069, 81070, 81071, 81072, 81073, 81074, 81075, 81076, 81077, 81078, 81079, 81080, 81081, 81082, 81083, 81084, 81085, 81086, \n81087, 81088, 81089, 81090, 81091, 81092, 81093, 81094, 81095, 81096, 81097, 81098, 81099, 81100, 81101, 81102, 81103, 81104, 81105, 81106, 81107, 81108, 81109, 81110, 81111, 81112, 81113, 81114, 81115, \n81116, 81117, 81118, 81119, 81120, 81121, 81122, 81123, 81124, 81125, 81126, 81127, 81128, 81129, 81130, 81131, 81132, 81133, 81134, 81135, 81136, 81137, 81138, 81139);\n\n-- remove vanilla AV landmines, default is no landmines\nSET @OGUID := 657000;\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+101 AND @OGUID+499;\n"
  },
  {
    "path": "data/sql/world/base/adjustment_auras.sql",
    "content": "SET @IPPPHASE     := 65536;\nSET @IPPPHASE_II  := 131072;\nSET @IPPPHASE_III := 262144;\nSET @IPPPHASE_IV  := 524288;\nSET @IPPPHASE_V   := 1048576;\nSET @IPPPHASE_VI  := 2097152;\n\nDELETE FROM `spell_dbc` WHERE `ID` IN (89501, 89505, 89507, 89509, 89511, 89513, 89515, 89517, 89519);\nINSERT INTO `spell_dbc`(`ID`,`Category`,`DispelType`,`Mechanic`,`Attributes`,`AttributesEx`,`AttributesEx2`,`AttributesEx3`,`AttributesEx4`,`AttributesEx5`,`AttributesEx6`,`AttributesEx7`,`ShapeshiftMask`,`unk_320_2`,`ShapeshiftExclude`,`unk_320_3`,`Targets`,`TargetCreatureType`,`RequiresSpellFocus`,`FacingCasterFlags`,`CasterAuraState`,`TargetAuraState`,`ExcludeCasterAuraState`,`ExcludeTargetAuraState`,`CasterAuraSpell`,`TargetAuraSpell`,`ExcludeCasterAuraSpell`,`ExcludeTargetAuraSpell`,`CastingTimeIndex`,`RecoveryTime`,`CategoryRecoveryTime`,`InterruptFlags`,`AuraInterruptFlags`,`ChannelInterruptFlags`,`ProcTypeMask`,`ProcChance`,`ProcCharges`,`MaxLevel`,`BaseLevel`,`SpellLevel`,`DurationIndex`,`PowerType`,`ManaCost`,`ManaCostPerLevel`,`ManaPerSecond`,`ManaPerSecondPerLevel`,`RangeIndex`,`Speed`,`ModalNextSpell`,`CumulativeAura`,`Totem_1`,`Totem_2`,`Reagent_1`,`Reagent_2`,`Reagent_3`,`Reagent_4`,`Reagent_5`,`Reagent_6`,`Reagent_7`,`Reagent_8`,`ReagentCount_1`,`ReagentCount_2`,`ReagentCount_3`,`ReagentCount_4`,`ReagentCount_5`,`ReagentCount_6`,`ReagentCount_7`,`ReagentCount_8`,`EquippedItemClass`,`EquippedItemSubclass`,`EquippedItemInvTypes`,`Effect_1`,`Effect_2`,`Effect_3`,`EffectDieSides_1`,`EffectDieSides_2`,`EffectDieSides_3`,`EffectRealPointsPerLevel_1`,`EffectRealPointsPerLevel_2`,`EffectRealPointsPerLevel_3`,`EffectBasePoints_1`,`EffectBasePoints_2`,`EffectBasePoints_3`,`EffectMechanic_1`,`EffectMechanic_2`,`EffectMechanic_3`,`ImplicitTargetA_1`,`ImplicitTargetA_2`,`ImplicitTargetA_3`,`ImplicitTargetB_1`,`ImplicitTargetB_2`,`ImplicitTargetB_3`,`EffectRadiusIndex_1`,`EffectRadiusIndex_2`,`EffectRadiusIndex_3`,`EffectAura_1`,`EffectAura_2`,`EffectAura_3`,`EffectAuraPeriod_1`,`EffectAuraPeriod_2`,`EffectAuraPeriod_3`,`EffectMultipleValue_1`,`EffectMultipleValue_2`,`EffectMultipleValue_3`,`EffectChainTargets_1`,`EffectChainTargets_2`,`EffectChainTargets_3`,`EffectItemType_1`,`EffectItemType_2`,`EffectItemType_3`,`EffectMiscValue_1`,`EffectMiscValue_2`,`EffectMiscValue_3`,`EffectMiscValueB_1`,`EffectMiscValueB_2`,`EffectMiscValueB_3`,`EffectTriggerSpell_1`,`EffectTriggerSpell_2`,`EffectTriggerSpell_3`,`EffectPointsPerCombo_1`,`EffectPointsPerCombo_2`,`EffectPointsPerCombo_3`,`EffectSpellClassMaskA_1`,`EffectSpellClassMaskA_2`,`EffectSpellClassMaskA_3`,`EffectSpellClassMaskB_1`,`EffectSpellClassMaskB_2`,`EffectSpellClassMaskB_3`,`EffectSpellClassMaskC_1`,`EffectSpellClassMaskC_2`,`EffectSpellClassMaskC_3`,`SpellVisualID_1`,`SpellVisualID_2`,`SpellIconID`,`ActiveIconID`,`SpellPriority`,`Name_Lang_enUS`,`Name_Lang_enGB`,`Name_Lang_koKR`,`Name_Lang_frFR`,`Name_Lang_deDE`,`Name_Lang_enCN`,`Name_Lang_zhCN`,`Name_Lang_enTW`,`Name_Lang_zhTW`,`Name_Lang_esES`,`Name_Lang_esMX`,`Name_Lang_ruRU`,`Name_Lang_ptPT`,`Name_Lang_ptBR`,`Name_Lang_itIT`,`Name_Lang_Unk`,`Name_Lang_Mask`,`NameSubtext_Lang_enUS`,`NameSubtext_Lang_enGB`,`NameSubtext_Lang_koKR`,`NameSubtext_Lang_frFR`,`NameSubtext_Lang_deDE`,`NameSubtext_Lang_enCN`,`NameSubtext_Lang_zhCN`,`NameSubtext_Lang_enTW`,`NameSubtext_Lang_zhTW`,`NameSubtext_Lang_esES`,`NameSubtext_Lang_esMX`,`NameSubtext_Lang_ruRU`,`NameSubtext_Lang_ptPT`,`NameSubtext_Lang_ptBR`,`NameSubtext_Lang_itIT`,`NameSubtext_Lang_Unk`,`NameSubtext_Lang_Mask`,`Description_Lang_enUS`,`Description_Lang_enGB`,`Description_Lang_koKR`,`Description_Lang_frFR`,`Description_Lang_deDE`,`Description_Lang_enCN`,`Description_Lang_zhCN`,`Description_Lang_enTW`,`Description_Lang_zhTW`,`Description_Lang_esES`,`Description_Lang_esMX`,`Description_Lang_ruRU`,`Description_Lang_ptPT`,`Description_Lang_ptBR`,`Description_Lang_itIT`,`Description_Lang_Unk`,`Description_Lang_Mask`,`AuraDescription_Lang_enUS`,`AuraDescription_Lang_enGB`,`AuraDescription_Lang_koKR`,`AuraDescription_Lang_frFR`,`AuraDescription_Lang_deDE`,`AuraDescription_Lang_enCN`,`AuraDescription_Lang_zhCN`,`AuraDescription_Lang_enTW`,`AuraDescription_Lang_zhTW`,`AuraDescription_Lang_esES`,`AuraDescription_Lang_esMX`,`AuraDescription_Lang_ruRU`,`AuraDescription_Lang_ptPT`,`AuraDescription_Lang_ptBR`,`AuraDescription_Lang_itIT`,`AuraDescription_Lang_Unk`,`AuraDescription_Lang_Mask`,`ManaCostPct`,`StartRecoveryCategory`,`StartRecoveryTime`,`MaxTargetLevel`,`SpellClassSet`,`SpellClassMask_1`,`SpellClassMask_2`,`SpellClassMask_3`,`MaxTargets`,`DefenseType`,`PreventionType`,`StanceBarOrder`,`EffectChainAmplitude_1`,`EffectChainAmplitude_2`,`EffectChainAmplitude_3`,`MinFactionID`,`MinReputation`,`RequiredAuraVision`,`RequiredTotemCategoryID_1`,`RequiredTotemCategoryID_2`,`RequiredAreasID`,`SchoolMask`,`RuneCostID`,`SpellMissileID`,`PowerDisplayID`,`EffectBonusMultiplier_1`,`EffectBonusMultiplier_2`,`EffectBonusMultiplier_3`,`SpellDescriptionVariableID`,`SpellDifficultyID`) VALUES\n--\n(89507,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712188,'Increases ranged attack speed by $s1\\%.','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,9,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(89509,0,0,0,2843738496,3072,16385,1048576,128,393224,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,@IPPPHASE + 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'Phase Shift: IPP','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712172,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(89511,0,0,0,2843738496,3072,16385,1048576,128,393224,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,@IPPPHASE_II + 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'Phase Shift: IPP','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712172,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(89513,0,0,0,2843738496,3072,16385,1048576,128,393224,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,@IPPPHASE_III + 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'Phase Shift: IPP','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712172,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(89515,0,0,0,2843738496,3072,16385,1048576,128,393224,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,@IPPPHASE_IV + 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'Phase Shift: IPP','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712172,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(89517,0,0,0,2843738496,3072,16385,1048576,128,393224,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,@IPPPHASE_V + 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'Phase Shift: IPP','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712172,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(89519,0,0,0,2843738496,3072,16385,1048576,128,393224,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,@IPPPHASE_VI + 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'Phase Shift: IPP','','','','','','','','','','','','','','','',16712190,'','','','','','','','','','','','','','','','',16712172,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0);\n"
  },
  {
    "path": "data/sql/world/base/aq_gate_quest.sql",
    "content": "DELETE FROM `gameobject` WHERE `id` IN (176146, 176147, 176148);\nINSERT INTO `gameobject` (`id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES \n(176146, 1, -8133.34, 1525.13, 17.1904, 6.28103, 0.00107995, -0.999999, 600, 100, 1), -- Gate of Ahn'Qiraj\n(176147, 1, -8133.34, 1525.13, 17.1904, 6.28103, 0.00107995, -0.999999, 600, 100, 1), -- Ahn'Qiraj Gate Roots\n(176148, 1, -8133.34, 1525.13, 17.1904, 6.28103, 0.00107995, -0.999999, 600, 100, 1); -- Ahn'Qiraj Gate Runes\n\n-- Ghost Gate - should not be placed, remove it if it is present\nDELETE FROM `gameobject` WHERE `id` = 180322;\n\n-- Ahn'Qiraj Gate, Roots and Runes\nUPDATE `gameobject_template_addon` SET `flags` = 4 WHERE `entry` IN (176146, 176147, 176148);\nUPDATE `gameobject_template` SET `ScriptName` = 'aq_gate' WHERE `entry` IN (176146, 176147, 176148);\n\n-- fix tiny red crystal quest not completing\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_crystalline_tear' WHERE `entry` = 180633; -- was go_crystalline_tear\n\n-- add unused crystal to avoid worldserver error due to 'go_crystalline_tear' scrypt no longer being used.\nDELETE FROM `gameobject_template` WHERE `entry` = 280633;\nINSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `size`, `Data1`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES \n(280633, 2, 5746, 'Crystalline Tear', 1, 7062, '', 'go_crystalline_tear', 12340);\n\n-- Scarab Gong\n-- See related AC PR: https://github.com/azerothcore/azerothcore-wotlk/pull/12879/files\nUPDATE `gameobject_template` SET `type` = 2, `ScriptName` = \"gobject_scarab_gong\" WHERE `entry` = 180717;\nUPDATE `gameobject` SET `id` = 180717 WHERE `guid` = 49451;\nDELETE FROM `gameobject_questender` WHERE `quest`=8743;\nINSERT INTO `gameobject_questender` (`id`, `quest`) VALUES (180717, 8743);\nDELETE FROM `gameobject_queststarter` WHERE `quest`=8743;\nINSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES (180717, 8743);\n\nSET @STRING_ENTRY := 41100;\nDELETE FROM `acore_string` WHERE `entry` IN  (@STRING_ENTRY);\nINSERT INTO `acore_string` (`entry`, `content_default`) VALUES\n(@STRING_ENTRY, '%s, Champion of the Bronze Dragonflight, has rung the Scarab Gong. The ancient gates of Ahn''Qiraj open, revealing the horrors of a forgotten war...');\n\n-- Fix drop rate for Nightmare_corruption\nUPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 21146;\nUPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 21147;\nUPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 21148;\n\n-- Fix drop rate for Narain's Scrying Goggles\nUPDATE `creature_loot_template` SET `Chance` = 2 WHERE `Item` = 20951;\n\n-- Fix missing quest details for The Charge of the Dragonflights\nUPDATE `quest_template` SET `QuestDescription` = 'Eranikus, Vaelastrasz, and Azuregos... No doubt you know of these dragons, mortal. It is no coincidence, then, that they have played such influential roles as watchers of our world. Unfortunately whether by agents of the Old Gods or betrayal by those that would call them friend, each guardian has fallen to tragedy. The extent of which has fueled my own distrust towards your kind. Seek them out... And prepare yourself for the worst.', `LogDescription` = 'Speak with Anachronos.',  `QuestCompletionLog` = 'Speak with Anachronos.' WHERE `ID` = 8555;\nUPDATE `quest_template_locale` SET `Details` = 'Eranikus, Vaelastrasz, et Azuregos... Vous avez certainement entendu parler de ces dragons, mortel. Ce n''est pas une simple coïncidence si chacun d''eux a joué un grand rôle comme gardien de ce monde. Malheureusement, et ma propre naïveté en est en partie responsable, ces gardiens ont tous succombé à de terribles tragédies, si terribles qu''elles ont alimenté ma méfiance à l''égard de votre espèce. Cherchez-les… Et préparez-vous au pire.', `Objectives` = 'Parlez à Anachronos.',  `CompletedText` = 'Parlez à Anachronos.' WHERE `ID` = 8555 AND `locale` = 'frFR';\n\n-- Fix missing quest details for Translating the Ledger\nUPDATE `quest_template` SET `QuestDescription` = 'First things first! We need to figure out what Azuregos wrote in this ledger. You say that he''s told you to make an arcanite buoy and that this is the schematic? Strange that he would write this in Draconic. That old goat knows I can''t read this nonsense. If this is going to work, I''m going to need my scrying goggles, a five hundred pound chicken and volume II of Draconic for Dummies. Not necessarily in that order.', `LogDescription` = 'We need to figure out what Azuregos wrote in this ledger.',  `QuestCompletionLog` = 'We need to figure out what Azuregos wrote in this ledger.' WHERE `ID` = 8576;\nUPDATE `quest_template_locale` SET `Details` = 'Commençons par le commencement ! Il faut comprendre ce que Azuregos a écrit dans ce registre. Vous dites qu''il vous a demandé de fabriquer une bouée en arcanite avec le schéma ? Étrange qu''il ait écrit ça en draconique. Ce vieux bouc sait que je ne peux pas déchiffrer ces absurdités. Pour que ça marche, il me faut mes lunettes de divination, un poulet de deux cents kilos et le tome II de Draconique pour les Nuls.', `Objectives` = 'Nous devons découvrir ce que Azuregos a écrit dans ce registre.',  `CompletedText` = 'Nous devons découvrir ce que Azuregos a écrit dans ce registre.' WHERE `ID` = 8576 AND `locale` = 'frFR';\n\n-- New 'Bang a Gong!' quest. No rewards for completing this version. No mount, no title. Currently the Mallet of Zul'Farrak is required to bang the gong.\n-- New 'Chaos and Destruction' quest. Kill Colossus of Zora(15740), Regal(15741) and Ashi(15742)\nDELETE FROM `quest_template` WHERE `ID` IN (108743, 108744, 108745, 108746, 108747);\nINSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, \n`StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, \n`RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, \n`POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, \n`TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, \n`RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES \n\n(108743, 0, 60, 60, 1377, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Simply Bang a Gong!', '', '', NULL, 'Return to The Scarab Gong in Silithus.', 0, 0, 0, 0, 0, 0, 0, 0, 9240, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, '', '', '', '', 12340),\n(108744, 2, 60, 60, 1377, 82, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 910, 7, 0, 609, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Chaos and Destruction', 'Kill Lieutenant General Nokhor, 3 Colossal Anubisath Warbringers and 12 Supreme Anubisath Warbringers.', '', '', 'Return to Jonathan the Revelator at the Scarab Gong.', 15818, 15743, 15758, 0, 1, 3, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', NULL),\n(108745, 2, 60, 60, 1377, 82, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 910, 7, 0, 609, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Colossus of Zora', 'Kill the Colossus of Zora.', '', '', 'Return to Jonathan the Revelator at the Scarab Gong.', 15740, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', NULL),\n(108746, 2, 60, 60, 1377, 82, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 910, 7, 0, 609, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Colossus of Regal', 'Kill the Colossus of Regal.', '', '', 'Return to Jonathan the Revelator at the Scarab Gong.', 15741, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', NULL),\n(108747, 2, 60, 60, 1377, 82, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 910, 7, 0, 609, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Colossus of Ashi', 'Kill the Colossus of Ashi.', '', '', 'Return to Jonathan the Revelator at the Scarab Gong.', 15742, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', NULL);\n\n-- don't count quests for the loremaster achievement\nDELETE FROM `quest_template_addon` WHERE `ID` IN (108743, 108744, 108745, 108746, 108747);\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES \n(108743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(108744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(108745, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258),\n(108746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258),\n(108747, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258);\n\nUPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE `ID` = 8743; -- can be removed later\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (8286, 8857, 8858, 8859, 108743, 108744, 108745, 108746, 108747);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(19, 0, 8286, 0, 0, 8, 0, 108850, 0, 0, 0, 0, 0, '',   'Quest \\'What Tomorrow Brings\\' requires the \\'Complete the War Effort\\' quest to be completed'),\n(19, 0, 8286, 0, 1, 8, 0, 108855, 0, 0, 0, 0, 0, '',   'Quest \\'What Tomorrow Brings\\' requires the \\'Complete the War Effort\\' quest to be completed'),\n(19, 0, 8857, 0, 1, 8, 0, 108747, 0, 0, 0, 0, 0, '',   'Quest \\'Secrets of the Colossus - Ashi\\' requires the \\'Colossus of Ashi\\' quest to be completed'),\n(19, 0, 8858, 0, 1, 8, 0, 108746, 0, 0, 0, 0, 0, '',   'Quest \\'Secrets of the Colossus - Regal\\' requires the \\'Colossus of Regal\\' quest to be completed'),\n(19, 0, 8859, 0, 1, 8, 0, 108745, 0, 0, 0, 0, 0, '',   'Quest \\'Secrets of the Colossus - Zora\\' requires the \\'Colossus of Zora\\' quest to be completed'),\n(19, 0, 108743, 0, 0, 8, 0, 8743, 0, 0, 1, 0, 0, '',   'Quest \\'Simply Bang a Gong!\\' requires the \\'Bang a Gong!\\' quest to NOT be completed'),\n(19, 0, 108743, 0, 0, 8, 0, 108850, 0, 0, 0, 0, 0, '', 'Quest \\'Simply Bang a Gong!\\' requires the \\'Complete the War Effort\\' quest to be completed'),\n(19, 0, 108743, 0, 1, 8, 0, 8743, 0, 0, 1, 0, 0, '',   'Quest \\'Simply Bang a Gong!\\' requires the \\'Bang a Gong!\\' quest to NOT be completed'),\n(19, 0, 108743, 0, 1, 8, 0, 108855, 0, 0, 0, 0, 0, '', 'Quest \\'Simply Bang a Gong!\\' requires the \\'Complete the War Effort\\' quest to be completed'),\n(19, 0, 108744, 0, 0, 8, 0, 108745, 0, 0, 0, 0, 0, '', 'Quest \\'Chaos and Destruction\\' requires the \\'Colossus of Zora\\' quest to be completed'),\n(19, 0, 108744, 0, 0, 8, 0, 108746, 0, 0, 0, 0, 0, '', 'Quest \\'Chaos and Destruction\\' requires the \\'Colossus of Regal\\' quest to be completed'),\n(19, 0, 108744, 0, 0, 8, 0, 108747, 0, 0, 0, 0, 0, '', 'Quest \\'Chaos and Destruction\\' requires the \\'Colossus of Ashi\\' quest to be completed'),\n(19, 0, 108745, 0, 0, 8, 0, 8743, 0, 0, 0, 0, 0, '',   'Quest \\'Colossus of Zora\\' requires either quest 8743 or 108743 to be completed'),\n(19, 0, 108745, 0, 1, 8, 0, 108743, 0, 0, 0, 0, 0, '', 'Quest \\'Colossus of Zora\\' requires either quest 8743 or 108743 to be completed'),\n(19, 0, 108746, 0, 0, 8, 0, 8743, 0, 0, 0, 0, 0, '',   'Quest \\'Colossus of Regal\\' requires either quest 8743 or 108743 to be completed'),\n(19, 0, 108746, 0, 1, 8, 0, 108743, 0, 0, 0, 0, 0, '', 'Quest \\'Colossus of Regal\\' requires either quest 8743 or 108743 to be completed'),\n(19, 0, 108747, 0, 0, 8, 0, 8743, 0, 0, 0, 0, 0, '',   'Quest \\'Colossus of Ashi\\' requires either quest 8743 or 108743 to be completed'),\n(19, 0, 108747, 0, 1, 8, 0, 108743, 0, 0, 0, 0, 0, '', 'Quest \\'Colossus of Ashi\\' requires either quest 8743 or 108743 to be completed');\n\n-- update quest texts for the new 'Simply Bang a Gong!' quest\nDELETE FROM `quest_request_items` WHERE `ID` IN (108743, 108744);\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES \n(108743, 1, 0, 'The Scarab Gong looms ominously before you. Steel yourself, $N; for once the Scarab Gong is rung, the gates of Ahn\\'Qiraj will be opened.$B$BHowever, the Brood of Nozdomu and the Cenarion Circle will not reward you, unless you aid them.', 12340),\n(108744, 1, 0, '', NULL);\n\nDELETE FROM `quest_offer_reward` WHERE `ID` IN (108743, 108744);\nINSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES \n(108743, 0, 0, 0, 0, 0, 0, 0, 0, 'From the ground near the gong springs a special crystal. Perhaps favor from the Brood.', 12340),\n(108744, 0, 0, 0, 0, 0, 0, 0, 0, '', NULL);\n    \nDELETE FROM `quest_template_addon` WHERE `ID` IN (8743);\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES \n(8743, 0, 0, 0, 8742, 0, 0, 0, 0, 0, 0, 910, 0, 0, 0, 0, 0);\n\nUPDATE `quest_template` SET `QuestDescription` = '' WHERE `ID` = 108743;    \n    \n-- Connect new 'Bang a Gong!' quest to the Scarab Gong in Silithus\nDELETE FROM `gameobject_queststarter` WHERE `id` = 180717 AND `quest` IN (8743, 108743, 108744);\nINSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES (180717, 8743), (180717, 108743);\n\nDELETE FROM `gameobject_questender` WHERE `id` = 180717 AND `quest` IN (8743, 108743);\nINSERT INTO `gameobject_questender` (`id`, `quest`) VALUES (180717, 8743), (180717, 108743);\n\nDELETE FROM `creature_queststarter` WHERE `id` = 15693 AND `quest` IN (108744, 108745, 108746, 108747);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15693, 108744), (15693, 108745), (15693, 108746), (15693, 108747);\n\nDELETE FROM `creature_questender` WHERE `id` = 15693 AND `quest` IN (8745, 108744, 108745, 108746, 108747);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (15693, 8745), (15693, 108744), (15693, 108745), (15693, 108746), (15693, 108747);\n"
  },
  {
    "path": "data/sql/world/base/aq_war.sql",
    "content": "SET @IPPPHASE := 65536;\nSET @CGUID    := 650000;\nSET @OGUID    := 650000;\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(15634, 15740, 15741, 15742, 15758, 15810, 15813, 15818);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(15634, 15740, 15741, 15742, 15758, 15810, 15813, 15818);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(15634, 0, 0, 0, 101, 0, 100, 0, 1, 20, 0, 50000, 60000, 0, 11, 25839, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Priestess of the Moon - On Near Player - Cast Mass Healing'),\n--\n(15740, 0, 0, 0, 0, 0, 100, 0, 60000, 60000, 60000, 60000, 0, 0, 11, 26167, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Colossus of Zora - In Combat - Cast Colossal Smash'), -- https://www.youtube.com/watch?v=F4aAAo_GSrw\n(15741, 0, 0, 0, 0, 0, 100, 0, 60000, 60000, 60000, 60000, 0, 0, 11, 26167, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Colossus of Regal - In Combat - Cast Colossal Smash'),\n(15742, 0, 0, 0, 0, 0, 100, 0, 60000, 60000, 60000, 60000, 0, 0, 11, 26167, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Colossus of Ashi - In Combat - Cast Colossal Smash'),\n--\n(15758, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 8000, 12000, 0, 0, 11, 11971, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Supreme Anubisath Warbringer - Within 0-5 Range - Cast Sundering Cleave'),\n(15810, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Eroded Anubisath Warbringer - 0-5 Range - Cast Cleave'),\n(15810, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 8000, 12000, 0, 0, 11, 17963, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Eroded Anubisath Warbringer - Within 0-5 Range - Cast Sundering Cleave'),\n(15810, 0, 2, 0, 0, 0, 100, 0, 12000, 12000, 17000, 17000, 0, 0, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Eroded Anubisath Warbringer - In Combat - Cast War Stomp'),\n(15813, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Qiraji Officer Zod - On Aggro - Say Line 0'),\n(15813, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 7000, 12000, 0, 0, 11, 19643, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Qiraji Officer Zod - Within 0-5 Range - Cast Mortal Strike'),\n(15818, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lieutenant General Nokhor - On Aggro - Say Line 0'),\n(15818, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lieutenant General Nokhor - 0-5 Range - Cast Cleave'),\n(15818, 0, 2, 0, 9, 0, 100, 0, 0, 0, 12000, 18000, 0, 8, 11, 16244, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Lieutenant General Nokhor - Within 0-8 Range - Cast Demoralizing Shout'),\n(15818, 0, 3, 0, 0, 0, 100, 0, 3000, 6000, 7000, 12000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Lieutenant General Nokhor - Within 0-5 Range - Cast Mortal Strike'),\n(15818, 0, 4, 0, 0, 0, 100, 0, 16000, 20000, 16000, 20000, 0, 0, 11, 25599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Lieutenant General Nokhor - Within 0-8 Range - Cast Thundercrash');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (15813, 15818);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(15813, 0, 0, 'Kneel before me, mortal! Kneel before Zod!', 12, 7, 100, 0, 0, 0, 11471, 0, 'Qiraji Officer Zod'),\n(15818, 0, 0, 'Burn in hate, $r.', 12, 7, 100, 0, 0, 0, 11475, 0, 'Lieutenant General Nokhor'); -- need to check language, set to common, currently can't understand it. \n\nDELETE FROM `creature_text` WHERE `CreatureID`= 15693;\nINSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`, `TextRange`, `comment`) VALUES\n(15693, 0, 0, '$n, Champion of the Bronze Dragonflight, has rung the Scarab Gong. The ancient gates of Ahn\\'Qiraj open, revealing the horrors of a forgotten war...', 16, 0, 100, 1, 0, 0, 11427, 4, 'EMOTE_AQ_GONG_1'),\n(15693, 1, 0, 'Massive Qiraji resonating crystals break through the earthen crust of Kalimdor. Colossal creatures made of obsidian stone breach the freshly broken land...', 16, 0, 100, 1, 0, 0, 11432, 4, 'EMOTE_AQ_GONG_2'),\n(15693, 2, 0, 'Colossus of Zora casts its massive shadow upon the whole of Silithus.', 16, 0, 100, 1, 0, 0, 0, 4, 'EMOTE_AQ_GONG_3'),\n(15693, 3, 0, 'Colossus of Ashi breaks free of its cocoon beneath Hive\\'Ashi.', 16, 0, 100, 1, 0, 0, 0, 4, 'EMOTE_AQ_GONG_4'),\n(15693, 4, 0, 'Colossus of Regal hears the call to battle and rises to serve its master.', 16, 0, 100, 1, 0, 0, 0, 4, 'EMOTE_AQ_GONG_5');\n\n-- add bosses to Silithus and Darkshore \nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+101 AND @CGUID+140;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(@CGUID+101,15810,0,0,1,0,0,1,@IPPPHASE,0,4386.996582, 550.179260, 54.762119, 0.581150,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+102,15810,0,0,1,0,0,1,@IPPPHASE,0,4388.178711, 513.457581, 53.590897, 3.921458,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+103,15810,0,0,1,0,0,1,@IPPPHASE,0,4356.629395, 519.999329, 58.591854, 3.295495,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+104,15810,0,0,1,0,0,1,@IPPPHASE,0,4361.684570, 558.289734, 56.632832, 4.635385,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+105,15813,0,0,1,0,0,1,@IPPPHASE,0,4372.355957, 536.665649, 59.118938, 4.758702,1800,0,0,0,0,0,0,0,0,'',0), -- boss darkshore 1\n--\n(@CGUID+106,15810,0,0,1,0,0,1,@IPPPHASE,0, 5083.312988, 90.152863, 45.683632, 4.534914,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+107,15810,0,0,1,0,0,1,@IPPPHASE,0, 5057.701660, 83.685188, 49.825253, 3.410223,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+108,15810,0,0,1,0,0,1,@IPPPHASE,0, 5046.050781, 122.508644, 43.164379, 2.331871,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+109,15810,0,0,1,0,0,1,@IPPPHASE,0, 5071.985840, 138.409653, 41.266869, 0.861605,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+110,15813,0,0,1,0,0,1,@IPPPHASE,0, 5064.384277, 107.279877, 42.528320, 3.140021,1800,0,0,0,0,0,0,0,0,'',0), -- boss darkshore 2\n--\n(@CGUID+111,15810,0,0,1,0,0,1,@IPPPHASE,0, 6409.220215, 4.401052, 30.286741, 2.987807,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+112,15810,0,0,1,0,0,1,@IPPPHASE,0, 6424.186035, 30.883730, 27.005314, 0.934775,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+113,15810,0,0,1,0,0,1,@IPPPHASE,0, 6454.531738, 28.456089, 31.199347, 0.068485,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+114,15810,0,0,1,0,0,1,@IPPPHASE,0, 6453.624023, -5.977130, 28.319181, 5.131168,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+115,15813,0,0,1,0,0,1,@IPPPHASE,0, 6434.273438, 12.233818, 26.357977, 0.805967,1800,0,0,0,0,0,0,0,0,'',0), -- boss darkshore 3\n--\n(@CGUID+116,15742,0,0,1,0,0,1,@IPPPHASE,0, -6545.32, 967.875, 0.374282, 0.785268,3600,5,0,0,0,1,0,0,0,'',0),  -- Colossus of Ashi\n(@CGUID+117,15741,0,0,1,0,0,1,@IPPPHASE,0, -7824.52, 663.901, -34.1379, 2.20763,3600,5,0,0,0,1,0,0,0,'',0),   -- Colossus of Regal\n(@CGUID+118,15740,0,0,1,0,0,1,@IPPPHASE,0, -7340.2, 1643.75, -34.0787, 4.01405,3600,5,0,0,0,1,0,0,0,'',0),    -- Colossus of Zora\n--\n(@CGUID+119,15758,0,0,1,0,0,1,@IPPPHASE,0, -7623.261719, 1416.035767, 4.126772,  4.945646,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+120,15758,0,0,1,0,0,1,@IPPPHASE,0, -7659.168457, 1392.619751, 3.995544, 3.687438,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+121,15758,0,0,1,0,0,1,@IPPPHASE,0, -7688.503418, 1428.886963, 3.855407, 2.550966,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+122,15758,0,0,1,0,0,1,@IPPPHASE,0, -7652.402344, 1464.758667, 4.526736, 0.600033,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+123,15818,0,0,1,0,0,1,@IPPPHASE,1, -7644.985840, 1422.093628, 3.326948, 5.378395,1800,15,0,0,0,1,0,0,0,'',0), -- boss Silithus 1\n--\n(@CGUID+124,15758,0,0,1,0,0,1,@IPPPHASE,0, -7806.652832, 855.699951, -4.778733, 0.353429,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+125,15758,0,0,1,0,0,1,@IPPPHASE,0, -7831.444336, 808.078979, -9.832852, 4.501119,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+126,15758,0,0,1,0,0,1,@IPPPHASE,0, -7881.184082, 864.466614, -1.765002, 2.737900,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+127,15758,0,0,1,0,0,1,@IPPPHASE,0, -7832.478027, 912.945801, -2.498297, 0.817600,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+128,15818,0,0,1,0,0,1,@IPPPHASE,1, -7830.405273, 851.316223, -4.844313, 4.929938,1800,15,0,0,0,1,0,0,0,'',0), -- boss Silithus 2\n--\n(@CGUID+129,15758,0,0,1,0,0,1,@IPPPHASE,0, -6290.943848, 736.276489, 11.109619, 5.837865,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+130,15758,0,0,1,0,0,1,@IPPPHASE,0, -6303.743652, 703.045105, 11.219690, 4.562379,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+131,15758,0,0,1,0,0,1,@IPPPHASE,0, -6349.953613, 715.365662, 2.037906, 3.263330,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+132,15758,0,0,1,0,0,1,@IPPPHASE,0, -6346.292969, 777.375793, 1.782544, 1.899878,1800,5,0,0,0,1,0,0,0,'',0),\n(@CGUID+133,15818,0,0,1,0,0,1,@IPPPHASE,1, -6322.091797, 738.599060, 8.332182, 2.500710,1800,15,0,0,0,1,0,0,0,'',0), -- boss Silithus 3\n--\n(@CGUID+134,15743,0,0,1,0,0,1,@IPPPHASE,0, -7953.03, 1588.4, -2.4214, 0.0139782, 1800, 0, 0, 345840, 0, 0, 0, 0, 0, '', 0),\n(@CGUID+135,15743,0,0,1,0,0,1,@IPPPHASE,0, -7947.04, 1538.89, 0.298302, 6.05763, 1800, 0, 0, 345840, 0, 0, 0, 0, 0, '', 0),\n(@CGUID+136,15743,0,0,1,0,0,1,@IPPPHASE,0, -8107.13, 1522.33, 2.60935, 6.03569,  1800, 0, 0, 345840, 0, 0, 0, 0, 0, '', 0),\n(@CGUID+137,15744,0,0,1,0,0,1,@IPPPHASE,0, -8107.33, 1536.68, 3.37718, 0.315558, 1800, 5, 0, 194250, 51360, 1, 0, 0, 0, '', 0),\n--\n(@CGUID+138, 15797,0,0,1,0,0,1,1,0, -6826.11, 813.571, 51.6444, 5.49779, 300, 0, 0, 0, 0, 0, 0, 0, 0, 'npc_ipp_aqwar', 0), -- Colossus Researcher Sophia\n(@CGUID+139, 15798,0,0,1,0,0,1,1,0, -6824.03, 813.17, 51.4418, 3.52557, 300, 0, 0, 0, 0, 0, 0, 0, 0, 'npc_ipp_aqwar', 0),  -- Colossus Researcher Nestor\n(@CGUID+140, 15799,0,0,1,0,0,1,1,0, -6825.01, 811.389, 51.8466, 1.67552, 300, 0, 0, 0, 0, 0, 0, 0, 0, 'npc_ipp_aqwar', 0); -- Colossus Researcher Eazel\n\n-- nerf hive boss HP so they're doable for a raid of 40\nUPDATE `creature_template` SET `HealthModifier` = 600 WHERE entry IN (15740, 15741, 15742);\n\n-- remove flags_extra = 1 (CREATURE_FLAG_EXTRA_INSTANCE_BIND) for Lieutenant General Nokhor\nUPDATE `creature_template` SET `flags_extra` = 0 WHERE `entry` = 15818;\n\n-- Supreme Anubisath Warbringer\nUPDATE `creature_template` SET `maxgold` = 23909 WHERE `entry` = 15758; -- previously 83909\n\n-- General Rajaxx\nUPDATE `creature_text` SET `TextRange` = 4 WHERE `CreatureID` = 15341 AND `GroupID` = 12;\n\nDELETE FROM `pool_template` WHERE `entry` IN (601053, 601054); \nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES\n(601053, 1, \"AQ War Event Darkshore Boss\"),\n(601054, 1, \"AQ War Event Silithus Boss\");\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (15813, 15818, 601053, 601054); -- 15813, 15818 need to be removed later on\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES\n(@CGUID+105, 601053, 0, 'AQ War Event Darkshore Boss'),\n(@CGUID+110, 601053, 0, 'AQ War Event Darkshore Boss'),\n(@CGUID+115, 601053, 0, 'AQ War Event Darkshore Boss'),\n(@CGUID+123, 601054, 0, 'AQ War Event Silithus Boss'),\n(@CGUID+128, 601054, 0, 'AQ War Event Silithus Boss'),\n(@CGUID+133, 601054, 0, 'AQ War Event Silithus Boss');\n\n-- add Resonating Crystal Formations to Silithus and Darkshore\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+101 AND @OGUID+106;\nINSERT 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\n(@OGUID+101, 180810, 1, 0, 0, 1, 1, 6431.208496, 7.873897, 25.929821, 6.005887, 0, 0, -1, 0, 3600, 255, 1, 'gobject_ipp_aqwar', 0),\n(@OGUID+102, 180810, 1, 0, 0, 1, 1, 5070.317383, 106.293625, 42.326523, 3.869612, 0, 0, -1, 0, 3600, 255, 1, 'gobject_ipp_aqwar', 0),\n(@OGUID+103, 180810, 1, 0, 0, 1, 1, 4370.228027, 540.763245, 59.281170, 6.165329, 0, 0, -1, 0, 3600, 255, 1, 'gobject_ipp_aqwar', 0),\n(@OGUID+104, 180810, 1, 0, 0, 1, 1, -7648.079590, 1426.084717, 2.876715, 3.538846, 0, 0, -1, 0, 3600, 255, 1, 'gobject_ipp_aqwar', 0),\n(@OGUID+105, 180810, 1, 0, 0, 1, 1, -7831.400879, 857.148376, -4.281037, 1.477178, 0, 0, -1, 0, 3600, 255, 1, 'gobject_ipp_aqwar', 0),\n(@OGUID+106, 180810, 1, 0, 0, 1, 1, -6317.880371, 738.097473, 9.361129, 2.939591, 0, 0, -1, 0, 3600, 255, 1, 'gobject_ipp_aqwar', 0);\n\n-- set Resonating Crystal Formations to 'Not selectable'\nUPDATE `gameobject_template_addon` SET `flags` = 16 WHERE `entry` = 180810;\n\n-- add loot to Colossus of Zora, Regal and Ashi\nDELETE FROM `creature_loot_template` WHERE `entry` = 15740;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(15740, 14555, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 3475, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 1728, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 811, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 1263, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 14554, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 647, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 2099, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 944, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 2243, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 2245, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 1443, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 2244, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 14558, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 833, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 2246, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 14553, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 1168, 0, 0, 0, 1, 1, 1, 1, 'Colossus of Zora, Regal, Ashi - Epic'),\n(15740, 13036, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13126, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13009, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13120, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13075, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13133, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13123, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 9402, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13013, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13125, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 2564, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13077, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13040, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13067, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13003, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13135, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13007, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13107, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13106, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13073, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13111, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13070, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13015, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13144, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13118, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13146, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13116, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13000, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13072, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 6622, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13060, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13004, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13047, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13130, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13066, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 1203, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13096, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13030, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13083, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13085, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13002, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 4496, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13001, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 13091, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 1973, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 7734, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue'),\n(15740, 11302, 0, 0, 0, 1, 2, 1, 1, 'Colossus of Zora, Regal, Ashi - Blue');\n\n-- same lootID for all 3 Colossus bosses\nDELETE FROM `creature_loot_template` WHERE `entry` IN (15741, 15742);\nUPDATE `creature_template` SET `LootId` = 15740 WHERE `entry` IN (15740, 15741, 15742);\n"
  },
  {
    "path": "data/sql/world/base/aq_war_effort.sql",
    "content": "SET @CGUID    := 650000;\nSET @OGUID    := 650000;\n\n-- Collector Npcs\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+30;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n-- Alliance Collector Npcs\n(@CGUID+1,15383,0,0,0,0,0,1,1,1,-4914.29,-1228.1,501.65,3.66003,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+2,15431,0,0,0,0,0,1,1,1,-4915.32,-1220.84,501.658,4.07551,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+3,15432,0,0,0,0,0,1,1,0,-4913.26,-1222.67,501.654,4.02445,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+4,15434,0,0,0,0,0,1,1,1,-4946.99,-1281.73,501.675,0.977894,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+5,15437,0,0,0,0,0,1,1,1,-4940.91,-1282.46,501.672,1.63836,300,0,0,14355,0,0,0,0,0,'',0),   \n(@CGUID+6,15445,0,0,0,0,0,1,1,1,-4944.6,-1283.01,501.674,1.29677,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+7,15446,0,0,0,0,0,1,1,1,-4959.54,-1176.73,501.66,3.66733,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+8,15448,0,0,0,0,0,1,1,1,-4960.88,-1175.1,501.66,3.82756,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+9,15450,0,0,0,0,0,1,1,1,-4965.87,-1174.28,501.648,3.79535,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+10,15451,0,0,0,0,0,1,1,1,-4970.42,-1152.78,501.658,3.61236,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+11,15452,0,0,0,0,0,1,1,0,-4971.47,-1150.77,501.655,3.5888,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+12,15453,0,0,0,0,0,1,1,1,-4974.99,-1149.58,501.649,4.06239,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+13,15455,0,0,0,0,0,1,1,1,-4936.96,-1280.96,501.671,2.38871,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+14,15456,0,0,0,0,0,1,1,0,-4934.81,-1279.79,501.668,2.64632,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+15,15457,0,0,0,0,0,1,1,1,-4933.33,-1278.1,501.666,2.70444,300,0,0,15260,0,0,0,0,0,'',0),\n-- Horde Collector Npcs\n(@CGUID+16,15459,0,0,1,0,0,1,1,1,1671.67,-4107.41,36.0965,3.85839,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+17,15460,0,0,1,0,0,1,1,1,1657.41,-4112.72,33.7797,1.90117,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+18,15469,0,0,1,0,0,1,1,1,1669.59,-4117.64,35.6868,2.63395,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+19,15477,0,0,1,0,0,1,1,1,1615.13,-4139.08,33.6528,1.23872,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+20,15508,0,0,1,0,0,1,1,1,1620.51,-4139.6,33.9276,2.16785,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+21,15512,0,0,1,0,0,1,1,1,1625.6,-4134.17,32.9404,2.72077,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+22,15515,0,0,1,0,0,1,1,1,1588.28,-4180.86,40.2650,2.8524,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+23,15522,0,0,1,0,0,1,1,1,1595.8,-4159.28,37.0467,3.07632,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+24,15525,0,0,1,0,0,1,1,1,1597.44,-4176.43,40.382,3.18315,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+25,15528,0,0,1,0,0,1,1,1,1566.1,-4122.68,37.3608,6.23736,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+26,15529,0,0,1,0,0,1,1,0,1571.74,-4119.56,36.6828,4.67363,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+27,15532,0,0,1,0,0,1,1,1,1567.14,-4126.69,37.2995,0.075908,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+28,15533,0,0,1,0,0,1,1,1,1642.74,-4089.04,36.6118,3.70578,300,0,0,13495,0,0,0,0,0,'',0),\n(@CGUID+29,15534,0,0,1,0,0,1,1,1,1632.55,-4091.73,35.2461,5.86929,300,0,0,14355,0,0,0,0,0,'',0),\n(@CGUID+30,15535,0,0,1,0,0,1,1,1,1634.37,-4087.58,36.2655,5.29543,300,0,0,15260,0,0,0,0,0,'',0);\n\n-- Commendation Npcs\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+31 AND @CGUID+50;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n-- Alliance Commendation Npcs\n(@CGUID+31,15731,0,0,0,0,0,1,1,0,-4938.75,-1206.29,501.658,4.03146,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n(@CGUID+32,15733,0,0,0,0,0,1,1,0,-4936.65,-1209.73,501.658,3.95796,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n(@CGUID+33,15734,0,0,0,0,0,1,1,0,-4943.13,-1204.78,501.658,4.62712,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n(@CGUID+34,15735,0,0,0,0,0,1,1,0,-4936.06,-1214.82,501.639,3.21465,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n-- (@CGUID+35,21969,0,0,0,0,0,1,1,0,-4946.71,-1206.24,501.658,5.19933,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0), -- Exodar Commendation Officer\n-- Horde Commendation Npcs\n(@CGUID+36,15736,0,0,1,0,0,1,1,0,1592.17,-4097.91,34.9759,6.25645,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n(@CGUID+37,15737,0,0,1,0,0,1,1,0,1595.6,-4091.94,35.8097,5.20323,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n(@CGUID+38,15738,0,0,1,0,0,1,1,0,1598.27,-4090.5,35.8736,5.13568,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n(@CGUID+39,15739,0,0,1,0,0,1,1,0,1592.84,-4094.01,35.6404,5.82527,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0),\n-- (@CGUID+40,21968,0,0,1,0,0,1,1,0,1601.01,-4091.87,35.5195,4.52778,300,0,0,2614,0,0,0,0,0,'npc_ipp_we',0), -- Silvermoon City Commendation Officer\n-- After AQ phase, the commendation Npcs move to their respective cities until the end of WotLK expansion, allows players to use up their marks if they have any after AQ\n-- Post AQ Alliance Commendation Npcs\n(@CGUID+41,15731,0,0,1,0,0,1,1,0,9949.44,2497.12,1317.629,4.7139,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+42,15733,0,0,0,0,0,1,1,0,-4824.87,-1287.68,501.868,1.38699,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+43,15734,0,0,0,0,0,1,1,0,-4974.55,-1197.28,501.662,1.925,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+44,15735,0,0,0,0,0,1,1,0,-8863.96,636.05,96.1007,1.94892,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+45,21969,0,0,530,0,0,1,1,0,-3925.42,-11606.5,-138.447,4.948,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n-- Post AQ Horde Commendation Npcs\n(@CGUID+46,15736,0,0,1,0,0,1,1,0,1582.31,-4110.7,34.113,5.29359,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+47,15737,0,0,1,0,0,1,1,0,1617.93,-4100.5,33.307,4.99858,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+48,15738,0,0,0,0,0,1,1,0,1596.11,279.05,-43.102,4.69252,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+49,15739,0,0,1,0,0,1,1,0,-1213.31,51.31,130.71,2.55176,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0),\n(@CGUID+50,21968,0,0,530,0,0,1,1,0,9514.08,-7170.69,14.1073,0.12504,300,0,0,2614,0,0,0,0,0,'npc_ipp_naxx40',0);\n\n-- War Effort Recruiters\nDELETE FROM `gossip_menu` WHERE `MenuID` IN (3118101, 3118103, 3118105, 3118107);\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (3118101, 8101), (3118103, 8103), (3118105, 8105), (3118107, 8107);\n\nUPDATE `creature_template` SET `gossip_menu_id` = 3118101, `npcflag` = 3 WHERE `entry` = 15707;\nUPDATE `creature_template` SET `gossip_menu_id` = 3118103, `npcflag` = 3 WHERE `entry` IN (15708, 15709, 21156);\nUPDATE `creature_template` SET `gossip_menu_id` = 3118105, `npcflag` = 3 WHERE `entry` = 15703;\nUPDATE `creature_template` SET `gossip_menu_id` = 3118107, `npcflag` = 3 WHERE `entry` IN (15702, 15704, 21155);\n\nUPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` IN (8792, 8793, 8794, 10500);\nUPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` IN (8795, 8796, 8797, 10501);\n\nDELETE FROM `creature_queststarter` WHERE `quest` IN (8792, 8793, 8794, 8795, 8796, 8797, 10500, 10501);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15702, 8792), (15703, 8792), (15704, 8792), (21155, 8792), (15707, 8795), (15708, 8795), (15709, 8795), (21156, 8795);\n\nDELETE FROM `creature_questender` WHERE `quest` IN (8792, 8793, 8794, 8795, 8796, 8797, 10500, 10501);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (15700, 8792), (15701, 8795);\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+51 AND @CGUID+58;\nDELETE FROM `creature` WHERE `guid` = 86424; -- placed by AC - copy of 15707\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(@CGUID+51,15702,0,0,1,0,0,1,1,0,-1209.58, 100.22, 134.661, 3.15905,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+52,15703,0,0,0,0,0,1,1,0,1572.58, 272.707, -43.0193, 5.02655,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+53,15704,0,0,1,0,0,1,1,0,1653.07, -4403.81, 18.5819, 4.45059,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+54,15707,0,0,0,0,0,1,1,0,-4956.09, -931.133, 503.347, 5.37561,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+55,15708,0,0,0,0,0,1,1,0,-8813.75, 654.068, 96.1603, 4.83456,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+56,15709,0,0,1,0,0,1,1,0,9945.15, 2494.24, 1317.52, 4.20624,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+57,21155,0,0,530,0,0,1,1,0,9526.53, -7190.16, 16.1257, 1.55872,300,0,0,15260,0,0,0,0,0,'',0),\n(@CGUID+58,21156,0,0,530,0,0,1,1,0,-3907.79, -11606.595, -138.176, 4.69083,300,0,0,15260,0,0,0,0,0,'',0);\n\n-- War Effort Commanders\nDELETE FROM `creature` WHERE `guid` IN (@CGUID+59, @CGUID+60);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(@CGUID+59,15701,0,0,0,0,0,1,1,1,-4961.68,-1243.19,501.672,2.46488,300,0,1,30520,0,2,0,134254592,0,'',0),\n(@CGUID+60,15700,0,0,1,0,0,1,1,1,1581.39,-4202.27,41.8233,4.96133,300,0,1,30520,0,2,0,134217728,0,'',0);\n\nSET @NPC := 15701;\nSET @PATH := @NPC * 10;\nDELETE FROM `waypoint_data` WHERE `id` = @PATH;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES\n(@PATH, 1, -4975.995605, -1231.047607, 501.676392, 2.419811, 0, 0, 0, 100, 0),\n(@PATH, 2, -4994.347168, -1208.347168, 501.676392, 2.021614, 0, 0, 0, 100, 0),\n(@PATH, 3, -4992.331543, -1191.743164, 501.661407, 1.034368, 0, 0, 0, 100, 0),\n(@PATH, 4, -4977.826172, -1184.909424, 501.659943, 6.023217, 0, 0, 0, 100, 0),\n(@PATH, 5, -4963.172852, -1191.700562, 501.659943, 5.594390, 0, 0, 0, 100, 0),\n(@PATH, 6, -4953.628418, -1206.568237, 501.659943, 5.093306, 0, 0, 0, 100, 0),\n(@PATH, 7, -4944.017578, -1226.812378, 501.659241, 4.541171, 0, 0, 0, 100, 0),\n(@PATH, 8, -4951.852051, -1236.240234, 501.664520, 3.806038, 0, 0, 0, 100, 0);\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN (@NPC);\nINSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES\n(@NPC,@PATH,14347,0,1,0,0, '');\n\nSET @NPC := 15700;\nSET @PATH := @NPC * 10;\nDELETE FROM `waypoint_data` WHERE `id` = @PATH;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES\n(@PATH, 1, 1578.605957, -4182.716797, 39.134441, 1.467103, 0, 0, 0, 100, 0),\n(@PATH, 2, 1580.579590, -4161.104004, 35.596245, 1.116816, 0, 0, 0, 100, 0),\n(@PATH, 3, 1592.792236, -4137.739746, 32.130486, 0.887479, 0, 0, 0, 100, 0),\n(@PATH, 4, 1606.842896, -4121.146484, 29.679825, 0.547402, 0, 0, 0, 100, 0),\n(@PATH, 5, 1647.132690, -4103.271484, 31.960993, 0.366760, 0, 0, 0, 100, 0),\n(@PATH, 6, 1684.800659, -4091.520508, 37.020203, 0.325919, 0, 0, 0, 100, 0),\n(@PATH, 7, 1712.287964, -4083.820801, 40.581638, 0.325919, 0, 0, 0, 100, 0),\n(@PATH, 8, 1731.218018, -4067.316650, 45.004307, 0.883552, 0, 0, 0, 100, 0),\n(@PATH, 9, 1712.287964, -4083.820801, 40.581638, 0.325919, 0, 0, 0, 100, 0),\n(@PATH, 10, 1684.800659, -4091.520508, 37.020203, 0.325919, 0, 0, 0, 100, 0),\n(@PATH, 11, 1647.132690, -4103.271484, 31.960993, 0.366760, 0, 0, 0, 100, 0),\n(@PATH, 12, 1606.842896, -4121.146484, 29.679825, 0.547402, 0, 0, 0, 100, 0),\n(@PATH, 13, 1592.792236, -4137.739746, 32.130486, 0.887479, 0, 0, 0, 100, 0),\n(@PATH, 14, 1580.579590, -4161.104004, 35.596245, 1.116816, 0, 0, 0, 100, 0),\n(@PATH, 15, 1578.605957, -4182.716797, 39.134441, 1.467103, 0, 0, 0, 100, 0);\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN (@NPC);\nINSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES\n(@NPC,@PATH,14573,0,0,0,0, '');\n\n-- Phase AQ War Effort Npcs\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_we' WHERE `entry` IN \n(15383, 15431, 15432, 15434, 15437, 15445, 15446, 15448, 15450, 15451, 15452, 15453, 15455, 15456, 15457, 15459, 15460, 15469, 15477, 15508, 15512, 15515, 15522, 15525, \n15528, 15529, 15532, 15533, 15534, 15535, 15700, 15701, 15702, 15703, 15704, 15707, 15708, 15709, 21155, 21156);\n\n-- Phase AQ War Effort Objects\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+1 AND @OGUID+20;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES \n-- Horde\n(@OGUID+1,  180812, 1, 0, 0, 1, 1, 1590.82, -4155.33, 36.2926, 3.7001, 0, 0, -0.961261, 0.27564, 180, 100, 1, 'gobject_ipp_leather_stage_0', 0, NULL),\n(@OGUID+2,  180818, 1, 0, 0, 1, 1, 1637.11, -4147.21, 36.0414, 3.73501, 0, 0, -0.956305, 0.292372, 180, 100, 1, 'gobject_ipp_herbs_stage_0', 0, NULL), \n(@OGUID+3,  180826, 1, 0, 0, 1, 1, 1579.35, -4109.25, 34.5417, 3.75246, 0, 0, -0.953716, 0.300708, 180, 100, 1, 'gobject_ipp_bandages_stage_0', 0, NULL),\n(@OGUID+4,  180832, 1, 0, 0, 1, 1, 1619.83, -4092.43, 34.5107, 3.7001, 0, 0, -0.961261, 0.27564, 180, 100, 1, 'gobject_ipp_food_stage_0', 0, NULL),\n(@OGUID+5,  180838, 1, 0, 0, 1, 1, 1683.11, -4134.35, 39.5419, 3.71755, 0, 0, -0.958819, 0.284016, 180, 100, 1, 'gobject_ipp_bars_stage_0', 0, NULL),\n(@OGUID+6,  180813, 1, 0, 0, 1, 1, 1590.88, -4155.33, 36.298, 3.68265, 0, 0, -0.961261, 0.27564, 180, 100, 1, 'gobject_ipp_leather_stage_1', 0, NULL),\n(@OGUID+7,  180819, 1, 0, 0, 1, 1, 1637.1, -4147.25, 36.0531, 3.73501, 0, 0, -0.956305, 0.292372, 180, 100, 1, 'gobject_ipp_herbs_stage_1', 0, NULL),\n(@OGUID+8,  180827, 1, 0, 0, 1, 1, 1579.33, -4109.25, 34.5487, 3.71755, 0, 0, -0.953716, 0.300708, 180, 100, 1, 'gobject_ipp_bandages_stage_1', 0, NULL),\n(@OGUID+9,  180833, 1, 0, 0, 1, 1, 1619.8, -4092.53, 34.4888, 3.7001, 0, 0, -0.961261, 0.27564, 180, 100, 1, 'gobject_ipp_food_stage_1', 0, NULL),\n(@OGUID+10, 180839, 1, 0, 0, 1, 1, 1683.1, -4134.31, 39.539, 3.73501, 0, 0, -0.958819, 0.284016, 180, 100, 1, 'gobject_ipp_bars_stage_1', 0, NULL),\n-- Alliance\n(@OGUID+11, 180598, 0, 0, 0, 1, 1, -4971.55, -1148.57, 501.648, 2.28638, 0, 0, 0.909961, 0.414693, 180, 100, 1, 'gobject_ipp_bandages_stage_0', 0, NULL),\n(@OGUID+12, 180681, 0, 0, 0, 1, 1, -4958.51, -1179.32, 501.659, 2.26893, 0, 0, 0.906308, 0.422618, 180, 100, 1, 'gobject_ipp_leather_stage_0', 0, NULL),\n(@OGUID+13, 180680, 0, 0, 0, 1, 1, -4913.85, -1226, 501.651, 2.25148, 0, 0, 0.902585, 0.430511, 180, 100, 1, 'gobject_ipp_bars_stage_0', 0, NULL),\n(@OGUID+14, 180679, 0, 0, 0, 1, 1, -4937.29, -1282.74, 501.672, 2.26893, 0, 0, 0.906308, 0.422618, 180, 100, 1, 'gobject_ipp_food_stage_0', 0, NULL),\n(@OGUID+16, 180674, 0, 0, 0, 1, 1, -4968.33, -1152.89, 501.925, 2.26893, 0, 0, 0.909961, 0.414693, 180, 100, 1, 'gobject_ipp_bandages_stage_1', 0, NULL),\n(@OGUID+17, 180692, 0, 0, 0, 1, 1, -4958.51, -1179.32, 501.659, 2.26893, 0, 0, 0.906308, 0.422618, 180, 100, 1, 'gobject_ipp_leather_stage_1', 0, NULL),\n(@OGUID+18, 180780, 0, 0, 0, 1, 1, -4913.73, -1225.95, 501.651, 2.26893, 0, 0, 0.902585, 0.430511, 180, 100, 1, 'gobject_ipp_bars_stage_1', 0, NULL),\n(@OGUID+19, 180800, 0, 0, 0, 1, 1, -4937.28, -1282.87, 501.672, 2.25147, 0, 0, 0.906308, 0.422618, 180, 100, 1, 'gobject_ipp_food_stage_1', 0, NULL),\n(@OGUID+20, 180801, 0, 0, 0, 1, 1, -4935.58, -1284.82, 501.671, 2.25147, 0, 0, 0.906308, 0.422618, 180, 100, 1, 'gobject_ipp_herbs_stage_1', 0, NULL);\n\n\n-- New 'Complete the War Effort' quest. \nDELETE FROM `quest_template` WHERE `ID` IN (108850, 108855);\nINSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, \n`StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, \n`RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, \n`POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, \n`TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, \n`RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES \n--\n(108850, 2, 60, 50, -365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21513, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Complete the War Effort', '', '', NULL, 'Return to Field Marshal Snowfall in Ironforge.', 0, 0, 0, 0, 0, 0, 0, 0, 21436, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, '', '', '', '', 0),\n(108855, 2, 60, 50, -365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21513, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Complete the War Effort', '', '', NULL, 'Return to Warlord Gorchuk in Orgrimmar.', 0, 0, 0, 0, 0, 0, 0, 0, 21438, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, '', '', '', '', 0);\n\nDELETE FROM `quest_offer_reward` WHERE `ID` IN (108850, 108855);\nINSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES \n(108850, 0, 0, 0, 0, 0, 0, 0, 0, 'You are such a selfless person. Thank you very much for your contribution to the war effort. It\\'s people like you that are going to make the difference between success and failure at Ahn\\'Qiraj. I just hope that all of this will be enough.$B$BThanks again, $N.', 0),\n(108855, 0, 0, 0, 0, 0, 0, 0, 0, 'You are such a selfless person. Thank you very much for your contribution to the war effort. It\\'s people like you that are going to make the difference between success and failure at Ahn\\'Qiraj. I just hope that all of this will be enough.$B$BThanks again, $N.', 0);\n\nDELETE FROM `quest_template_addon` WHERE `ID` IN (108850, 108855);\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES \n(108850, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(108855, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256);\n\nDELETE FROM `creature_queststarter` WHERE `id` = 15700 AND `quest` = 108855;\nDELETE FROM `creature_queststarter` WHERE `id` = 15701 AND `quest` = 108850;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES \n(15700, 108855),\n(15701, 108850);\n\nDELETE FROM `creature_questender` WHERE `id` = 15700 AND `quest` = 108855;\nDELETE FROM `creature_questender` WHERE `id` = 15701 AND `quest` = 108850;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES \n(15700, 108855),\n(15701, 108850);\n\n-- Hide 'Complete the War Effort' quests until the player has completed all collection quests at least once\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (108850, 108855);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n-- Alliance\n(19, 0, 108850, 0, 0, 8, 0, 8492, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_COPPER_BARS_A'),\n(19, 0, 108850, 0, 0, 8, 0, 8494, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_IRON_BARS'),\n(19, 0, 108850, 0, 0, 8, 0, 8499, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_THORIUM_BARS'),\n(19, 0, 108850, 0, 0, 8, 0, 8503, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_STRANGLEKELP'),\n(19, 0, 108850, 0, 0, 8, 0, 8505, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_PURPLE_LOTUS_A'),\n(19, 0, 108850, 0, 0, 8, 0, 8509, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_ARTHAS_TEARS'),\n(19, 0, 108850, 0, 0, 8, 0, 8511, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_LIGHT_LEATHER'),\n(19, 0, 108850, 0, 0, 8, 0, 8513, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_MEDIUM_LEATHER'),\n(19, 0, 108850, 0, 0, 8, 0, 8515, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_THICK_LEATHER_A'),\n(19, 0, 108850, 0, 0, 8, 0, 8517, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_LINEN_BANDAGES'),\n(19, 0, 108850, 0, 0, 8, 0, 8520, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_SILK_BANDAGES'),\n(19, 0, 108850, 0, 0, 8, 0, 8522, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_RUNECLOTH_BANDAGES_A'),\n(19, 0, 108850, 0, 0, 8, 0, 8524, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_RAINBOW_FIN'),\n(19, 0, 108850, 0, 0, 8, 0, 8526, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_ROAST_RAPTOR'),\n(19, 0, 108850, 0, 0, 8, 0, 8528, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_SPOTTED_YELLOWTAIL_A'),\n-- Horde\n(19, 0, 108855, 0, 0, 8, 0, 8532, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_COPPER_BARS_H'),\n(19, 0, 108855, 0, 0, 8, 0, 8542, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_TIN_BARS'),\n(19, 0, 108855, 0, 0, 8, 0, 8545, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_MITHRIL_BARS'),\n(19, 0, 108855, 0, 0, 8, 0, 8549, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_PEACEBLOOM'),\n(19, 0, 108855, 0, 0, 8, 0, 8580, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_FIREBLOOM'),\n(19, 0, 108855, 0, 0, 8, 0, 8582, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_PURPLE_LOTUS_H'),\n(19, 0, 108855, 0, 0, 8, 0, 8588, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_HEAVY_LEATHER'),\n(19, 0, 108855, 0, 0, 8, 0, 8590, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_THICK_LEATHER_H'),\n(19, 0, 108855, 0, 0, 8, 0, 8600, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_RUGGED_LEATHER'),\n(19, 0, 108855, 0, 0, 8, 0, 8604, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_WOOL_BANDAGES'),\n(19, 0, 108855, 0, 0, 8, 0, 8607, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_MAGEWEAVE_BANDAGES'),\n(19, 0, 108855, 0, 0, 8, 0, 8609, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_RUNECLOTH_BANDAGES_H'),\n(19, 0, 108855, 0, 0, 8, 0, 8611, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_LEAN_WOLF_STEAK'),\n(19, 0, 108855, 0, 0, 8, 0, 8613, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_SPOTTED_YELLOWTAIL_H'),\n(19, 0, 108855, 0, 0, 8, 0, 8615, 0, 0, 0, 0, 0, '', 'Quest \\'Complete the War Effort\\' requires QUEST_BAKED_SALMON');\n\n\n-- Alliance CompletionText fixes\nUPDATE `quest_request_items` SET `CompletionText` = 'I do so hope that you have been successful in gathering the thorium bars that we spoke of earlier.' WHERE `ID` = 8499;\nUPDATE `quest_request_items` SET `CompletionText` = 'Hello, $C, have you been able to get those twenty silk bandages yet?' WHERE `ID` = 8520;\n\n-- Alliance RewardText fixes\nUPDATE `quest_offer_reward` SET `RewardText` = 'Oh thank you, $C! Thank you! That\\'s twenty down and an incalculable amount to go. You have the gratitude of the Alliance, and your efforts shall not go unrewarded. Speak to me again should you come across more thorium bars.' WHERE `ID` = 8499;\n\n-- Alliance LogDescription fixes\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Copper Bars to Sergeant Stonebrow in Ironforge.' WHERE `ID` = 8493;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Iron Bars to Corporal Carnes in Ironforge.' WHERE `ID` = 8495;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Thorium Bars to Dame Twinbraid in Ironforge.' WHERE `ID` = 8500;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Stranglekelp to Private Draxlegauge in Ironforge.' WHERE `ID` = 8504;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Purple Lotus to Master Nightsong in Ironforge.' WHERE `ID` = 8506;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Arthas\\' Tears to Sergeant Major Germaine in Ironforge.' WHERE `ID` = 8510;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 10 Light Leather to Bonnie Stoneflayer in Ironforge.' WHERE `ID` = 8512;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 10 Medium Leather to Private Porter in Ironforge.' WHERE `ID` = 8514;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 10 Thick Leather to Marta Finespindle in Ironforge.' WHERE `ID` = 8516;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Linen Bandages to Sentinel Silversky in Ironforge.' WHERE `ID` = 8518;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Silk Bandages to Nurse Stonefield in Ironforge.' WHERE `ID` = 8521;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Runecloth Bandages to Keeper Moonshade in Ironforge.' WHERE `ID` = 8523;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Rainbow Fin Albacore to Slicky Gastronome in Ironforge.' WHERE `ID` = 8525;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Roast Raptor to Sarah Sadwhistle in Ironforge.' WHERE `ID` = 8527;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Spotted Yellowtail to Huntress Swiftriver in Ironforge.' WHERE `ID` = 8529;\n\n-- Alliance QuestCompletionLog fixes\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Sergeant Stonebrow in Ironforge.' WHERE `ID` IN (8492, 8493);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Corporal Carnes in Ironforge.' WHERE `ID` IN (8494, 8495);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Dame Twinbraid in Ironforge.' WHERE `ID` IN (8499, 8500);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Private Draxlegauge in Ironforge.' WHERE `ID` IN (8503, 8504);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Master Nightsong in Ironforge.' WHERE `ID` IN (8505, 8506);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Sergeant Major Germaine in Ironforge.' WHERE `ID` IN (8509, 8510);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Bonnie Stoneflayer in Ironforge.' WHERE `ID` IN (8511, 8512);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Private Porter in Ironforge.' WHERE `ID` IN (8513, 8514);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Marta Finespindle in Ironforge.' WHERE `ID` IN (8515, 8516);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Sentinel Silversky in Ironforge.' WHERE `ID` IN (8517, 8518);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Nurse Stonefield in Ironforge.' WHERE `ID` IN (8520, 8521);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Keeper Moonshade in Ironforge.' WHERE `ID` IN (8522, 8523);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Slicky Gastronome in Ironforge.' WHERE `ID` IN (8524, 8525);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Sarah Sadwhistle in Ironforge.' WHERE `ID` IN (8526, 8527);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Huntress Swiftriver in Ironforge.' WHERE `ID` IN (8528, 8529);\n\n-- Horde CompletionText fixes\nUPDATE `quest_request_items` SET `CompletionText` = 'How many tin bars do you have there, $c? After the war I think I\\'m going to need someone to teach me how to count.' WHERE `ID` = 8542;\nUPDATE `quest_request_items` SET `CompletionText` = 'Back so soon with the peacebloom, $c?' WHERE `ID` = 8549;\nUPDATE `quest_request_items` SET `CompletionText` = 'Returned already with the purple lotus that I have requested, $C? It is critical that you do so in as timely as fashion as possible lest all that I am attempting here come to naught.' WHERE `ID` = 8582;\nUPDATE `quest_request_items` SET `CompletionText` = 'Ah, $C, have you returned so quickly with the wool bandages?' WHERE `ID` = 8604;\nUPDATE `quest_request_items` SET `CompletionText` = 'The war comes soon, I think, $C. I thank you for your time and effort devoted to helping with our gathering tasks. Do you return because you have obtained the runecloth bandages that we spoke of before?' WHERE `ID` = 8609;\nUPDATE `quest_request_items` SET `CompletionText` = 'Back with those lean wolf steaks so soon, $C? I don\\'t care if they\\'re overcooked or tartar, just make sure they\\'re tasty and get them to me quick!' WHERE `ID` = 8611;\nUPDATE `quest_request_items` SET `CompletionText` = 'Back so soon with the spotted yellowtail, $C? You rememba\\' to cook it up nice? We not servin\\' raw fish to the soldiers out in the hot desert sun, to be sure.' WHERE `ID` = 8613;\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you returned with the baked salmon, $C? Remember, it must be cooked; I have no use for raw fish unfortunately.' WHERE `ID` = 8615;\n\n-- Horde RewardText fixes\nUPDATE `quest_offer_reward` SET `RewardText` = 'Well, I guess that looks like the right number of tin bars. Don\\'t try to fool me, $C! Counting makes my skull hurt. Now I go and put these bars on the stack and you go out and bring me back more of the same.' WHERE `ID` = 8542;\nUPDATE `quest_offer_reward` SET `RewardText` = 'And so our efforts push us that much closer to war. Thank you for your hard work in gathering this peacebloom $C. I assure you that it will go to good use, and that your contribution has been noted $N. Should you find yourself willing, please return to me again with more of the flowers. Until then, may the Earth Mother guide you.' WHERE `ID` = 8549;\nUPDATE `quest_offer_reward` SET `RewardText` = '$C! Pele\\'keiki happy for now. Pele\\'keiki take all that firebloom and put it in box so it stay fresh. Pele\\'keiki be seein\\' to it that all the firebloom bein\\' made into good stuff for the war. And if you be gettin\\' anymore, you come see Pele\\'keiki fast. Pele\\'keiki prolly be needin\\' more.' WHERE `ID` = 8580;\nUPDATE `quest_offer_reward` SET `RewardText` = 'A commendable effort, $C. I will measure these specimens for their appropriate usage and note your contribution. The purple lotus will then need to be properly stored until I am ready for them. As for you, if you are still available I should imagine that I\\'ll still need more purple lotus. Please check back with me in a moment.' WHERE `ID` = 8582;\nUPDATE `quest_offer_reward` SET `RewardText` = 'Oh, so you do have the heavy leather I needed. Your blade is sharp indeed, $C; these are good skins! Now that we\\'ve gotten off on the right foot with one another I\\'ll make sure that your contribution is put to good use. And if you happen to come across more heavy leather, bring it my way.' WHERE `ID` = 8588;\nUPDATE `quest_offer_reward` SET `RewardText` = 'You have my thanks, $C, and the gratitude of the Horde. If you come across more wool bandages bring them to me here should you wish to further contribute to the war effort. Until then, may your ancestors watch over you!' WHERE `ID` = 8604;\nUPDATE `quest_offer_reward` SET `RewardText` = 'You are a credit to the Horde, $C. Thank you for your efforts; they are appreciated! I\\'ll have to pack these fresh bandages away and take another count to see how far along we are to our goal. If you\\'d like you could gather more runecloth bandages and return them to me here.' WHERE `ID` = 8609;\nUPDATE `quest_offer_reward` SET `RewardText` = 'Ok, this stack of meat looks good to me. I\\'ll salt them, and then pack them away and hopefully they\\'ll keep fresh enough to be edible when the time comes.$B$BThanks for the contribution, $C. Do you think you could bring me another rack?' WHERE `ID` = 8611;\nUPDATE `quest_offer_reward` SET `RewardText` = 'Oh ya, this be the good stuff. I pack it up real nice so it not go to waste. Thanks be to you for helpin\\' me out like this. I\\'m thinkin\\' you an A-number-one fisherman for all this spotted yellowtail. An if you happen to fish up and cook even more, you bring it to me here; I make sure everyone know you did!' WHERE `ID` = 8613;\nUPDATE `quest_offer_reward` SET `RewardText` = 'Thank you for proving your interest in helping with the war effort here, $C. Many would simply ignore our needs, opting instead to make a profit. But they do not have the gratitude of the Horde, as you now do. Their hearts are not full, as yours must be filled with the pride that comes from selfless giving.$B$BAgain, I thank you. Should you find the time to assist us further before our preparations are complete, I will be here waiting.' WHERE `ID` = 8615;\n\n-- Horde LogDescription fixes\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 copper bars to Miner Cromwell in Orgrimmar.' WHERE `ID` = 8533;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 tin bars to Grunt Maug in Orgrimmar.' WHERE `ID` = 8543;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Mithril Bars to Senior Sergeant T\\'kelah in Orgrimmar.' WHERE `ID` = 8546;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Peacebloom to Herbalist Proudfeather in Orgrimmar.' WHERE `ID` = 8550;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Firebloom to Batrider Pele\\'keiki in Orgrimmar.' WHERE `ID` = 8581;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Purple Lotus to Apothecary Jezel in Orgrimmar.' WHERE `ID` = 8583;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 10 Heavy Leather to Skinner Jamani in Orgrimmar.'  WHERE `ID` = 8589;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 10 Thick Leather to Sergeant Umala in Orgrimmar.' WHERE `ID` = 8591;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 10 Rugged Leather to Doctor Serratus in Orgrimmar.' WHERE `ID` = 8601;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Wool Bandages to Healer Longrunner in Orgrimmar.' WHERE `ID` = 8605;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Mageweave Bandages to Lady Callow in Orgrimmar.' WHERE `ID` = 8608;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Runecloth Bandages to Stoneguard Clayhoof in Orgrimmar.' WHERE `ID` = 8610;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Lean Wolf Steaks to Bloodguard Rawtar in Orgrimmar.' WHERE `ID` = 8612;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Spotted Yellowtail to Fisherman Lin\\'do in Orgrimmar.' WHERE `ID` = 8614;\nUPDATE `quest_template` SET `LogDescription` = 'Bring 20 Baked Salmon to Chief Sharpclaw in Orgrimmar.' WHERE `ID` = 8616;\n\n-- Horde QuestCompletionLog fixes\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Miner Cromwell in Orgrimmar.' WHERE `ID` IN (8532, 8533);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Grunt Maug in Orgrimmar.' WHERE `ID` IN (8542, 8543);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Senior Sergeant T\\'kelah in Orgrimmar.' WHERE `ID` IN (8545, 8546);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Herbalist Proudfeather in Orgrimmar.' WHERE `ID` IN (8549, 8550);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Batrider Pele\\'keiki in Orgrimmar.' WHERE `ID` IN (8580, 8581);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Apothecary Jezel in Orgrimmar.' WHERE `ID` IN (8582, 8583);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Skinner Jamani in Orgrimmar.' WHERE `ID` = 8589;\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Sergeant Umala in Orgrimmar.' WHERE `ID` = 8591;\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Doctor Serratus in Orgrimmar.' WHERE `ID` = 8601;\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Healer Longrunner in Orgrimmar.' WHERE `ID` = 8605;\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Lady Callow in Orgrimmar.' WHERE `ID` = 8608;\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Stoneguard Clayhoof in Orgrimmar.' WHERE `ID` = 8610;\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Bloodguard Rawtar in Orgrimmar.' WHERE `ID` IN (8611, 8612);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Fisherman Lin\\'do in Orgrimmar.' WHERE `ID` IN (8613, 8614);\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Chief Sharpclaw in Orgrimmar.' WHERE `ID` IN (8615, 8616);\n\n-- Horde quest_template_addon fixes\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` = 8609;\nUPDATE `quest_template_addon` SET `SpecialFlags` = 1 WHERE `ID` = 8610;\n\n-- make Field Duty Quests repeatable\nUPDATE `quest_template_addon` SET `SpecialFlags` = 1 WHERE `ID` IN (8548, 8572, 8573, 8574, 9338); \n"
  },
  {
    "path": "data/sql/world/base/av.sql",
    "content": "SET @CGUID    := 657000;\nSET @WPID     := 6570000;\n\n/* TBC Patrols - Caves */\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+88, @CGUID+89, @CGUID+105, @CGUID+106, @CGUID+114, @CGUID+133, @CGUID+138, @CGUID+139);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+088, @WPID+880, 0, 0, 0, 0, 0, NULL),\n(@CGUID+089, @WPID+890, 0, 0, 0, 0, 0, NULL),\n(@CGUID+105, @WPID+1050, 0, 0, 0, 0, 0, NULL),\n(@CGUID+106, @WPID+1060, 0, 0, 0, 0, 0, NULL),\n(@CGUID+114, @WPID+1140, 0, 0, 0, 0, 0, NULL),\n(@CGUID+133, @WPID+1330, 0, 0, 0, 0, 0, NULL),\n(@CGUID+138, @WPID+1380, 0, 0, 0, 0, 0, NULL),\n(@CGUID+139, @WPID+1390, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+880, @WPID+890, @WPID+1050, @WPID+1060, @WPID+1140, @WPID+1330, @WPID+1380, @WPID+1390);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(@WPID+880, 1, 107.532, 91.634, 3.44018, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 2, 135.909, 68.6533, 3.74254, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 3, 173.596, 71.678, 13.3575, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 4, 188.311, 86.4007, 16.829, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 5, 216.921, 121.522, 13.6167, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 6, 190.155, 90.6858, 17.334, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 7, 173.998, 72.3586, 13.3698, NULL, 0, 0, 0, 100, 0),\n(@WPID+880, 8, 142.47, 66.9583, 4.86477, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 1, 34.4731, 67.0783, -0.96716, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 2, 18.8568, 33.434, 0.513404, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 3, 8.27625, 12.1935, -3.36688, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 4, 22.8894, 38.2457, 0.652063, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 5, 33.8784, 70.2081, -1.25908, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 6, 4.04712, 99.1641, 2.97839, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 7, -4.3458, 128.547, 10.5413, NULL, 0, 0, 0, 100, 0),\n(@WPID+890, 8, 5.94824, 97.7592, 2.19971, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 1, -1552.87, -462.513, 69.469, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 2, -1559.73, -453.094, 68.9309, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 3, -1571.22, -445.56, 68.1062, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 4, -1571.89, -451.277, 67.0615, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 5, -1558.92, -476.742, 59.8373, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 6, -1573.17, -446.339, 68.4464, NULL, 0, 0, 0, 100, 0),\n(@WPID+1050, 7, -1566.42, -445.995, 67.7643, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 1, -1514.54, -447.915, 70.2823, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 2, -1495.22, -442.945, 69.4469, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 3, -1480.59, -465.892, 69.4469, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 4, -1491.62, -453.084, 69.4469, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 5, -1502.4, -457.219, 69.4345, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 6, -1482.83, -437.001, 70.0186, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 7, -1479.76, -464.368, 69.4469, NULL, 0, 0, 0, 100, 0),\n(@WPID+1060, 8, -1495.49, -441.992, 69.4469, NULL, 0, 0, 0, 100, 0),\n(@WPID+1140, 1, -1539.52, -460.755, 70.077, NULL, 0, 0, 0, 100, 0),\n(@WPID+1140, 2, -1517.66, -448.317, 70.4951, NULL, 0, 0, 0, 100, 0),\n(@WPID+1140, 3, -1510.93, -453.055, 69.447, NULL, 0, 0, 0, 100, 0),\n(@WPID+1140, 4, -1513.69, -461.901, 69.447, NULL, 0, 0, 0, 100, 0),\n(@WPID+1140, 5, -1535.12, -472.623, 69.6797, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 1, -1594.06, -367.967, 69.0143, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 2, -1567.27, -395.809, 65.3724, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 3, -1573.34, -415.208, 71.257, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 4, -1596.75, -443.826, 77.3819, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 5, -1611.53, -440.844, 80.1471, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 6, -1611.88, -422.006, 76.6271, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 7, -1601.56, -400.693, 80.8361, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 8, -1616.2, -435.566, 80.0329, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 9, -1594.53, -443.173, 76.8117, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 10, -1573.21, -415.46, 71.2936, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 11, -1569.72, -394.342, 65.5518, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 1, -1638.22, -460.302, 51.8857, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 2, -1646.52, -447.43, 49.9786, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 3, -1638.71, -427.875, 49.1378, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 4, -1663.81, -421.352, 45.5899, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 5, -1638.18, -426.447, 48.9697, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 6, -1645.98, -446.584, 49.8422, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 1, 24.0984, 88.1343, 20.8263, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 2, -1.99808, 80.9053, 19.3438, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 3, -14.1757, 58.9795, 16.3095, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 4, -15.216, 36.8524, 16.8846, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 5, -14.1757, 58.9795, 16.3095, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 6, -2.69029, 79.8757, 19.3488, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 7, 24.0984, 88.1343, 20.8263, NULL, 0, 0, 0, 100, 0),\n(@WPID+1390, 8, 42.8103, 103.346, 21.9067, NULL, 0, 0, 0, 100, 0);\n\n/* WOTLK Patrols - Caves */\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+164, @CGUID+165, @CGUID+181, @CGUID+182, @CGUID+190, @CGUID+209, @CGUID+214, @CGUID+215);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+164, @WPID+880, 0, 0, 0, 0, 0, NULL),\n(@CGUID+165, @WPID+890, 0, 0, 0, 0, 0, NULL),\n(@CGUID+181, @WPID+1050, 0, 0, 0, 0, 0, NULL),\n(@CGUID+182, @WPID+1060, 0, 0, 0, 0, 0, NULL),\n(@CGUID+190, @WPID+1140, 0, 0, 0, 0, 0, NULL),\n(@CGUID+209, @WPID+1330, 0, 0, 0, 0, 0, NULL),\n(@CGUID+214, @WPID+1380, 0, 0, 0, 0, 0, NULL),\n(@CGUID+215, @WPID+1390, 0, 0, 0, 0, 0, NULL);\n\n\n/* ORIGINAL VANILLA AV */\n\n/* patrols */\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN \n(@CGUID+630, @CGUID+645, @CGUID+647, @CGUID+649, @CGUID+651, @CGUID+653, @CGUID+655, @CGUID+657, @CGUID+659, @CGUID+662, @CGUID+683, @CGUID+684,\n @CGUID+732, @CGUID+734, @CGUID+736, @CGUID+738, @CGUID+740, @CGUID+742, @CGUID+744, @CGUID+745, @CGUID+746, @CGUID+747, @CGUID+748, @CGUID+749,\n @CGUID+751, @CGUID+753, @CGUID+755, @CGUID+757, @CGUID+759, @CGUID+761, @CGUID+763);\n\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n-- alliance\n(@CGUID+630, @CGUID+630, 0, 0, 515, 0, 0),    \n(@CGUID+630, @CGUID+631, 3, 135, 515, 0, 0),\n(@CGUID+630, @CGUID+632, 3, 225, 515, 0, 0),\n(@CGUID+645, @CGUID+645, 0, 0, 515, 0, 0),    \n(@CGUID+645, @CGUID+646, 3, 270, 515, 0, 0),\n(@CGUID+647, @CGUID+647, 0, 0, 515, 0, 0),    \n(@CGUID+647, @CGUID+648, 3, 270, 515, 0, 0),\n(@CGUID+649, @CGUID+649, 0, 0, 515, 0, 0),    \n(@CGUID+649, @CGUID+650, 3, 270, 515, 0, 0),\n(@CGUID+651, @CGUID+651, 0, 0, 515, 0, 0),    \n(@CGUID+651, @CGUID+652, 3, 270, 515, 0, 0),\n(@CGUID+653, @CGUID+653, 0, 0, 515, 0, 0),    \n(@CGUID+653, @CGUID+654, 3, 270, 515, 0, 0),\n(@CGUID+655, @CGUID+655, 0, 0, 515, 0, 0),    \n(@CGUID+655, @CGUID+656, 3, 270, 515, 0, 0),\n(@CGUID+657, @CGUID+657, 0, 0, 515, 0, 0),    \n(@CGUID+657, @CGUID+658, 3, 270, 515, 0, 0),\n(@CGUID+659, @CGUID+659, 0, 0, 515, 0, 0),    \n(@CGUID+659, @CGUID+660, 3, 270, 515, 0, 0),\n(@CGUID+662, @CGUID+662, 0, 0, 515, 0, 0),    \n(@CGUID+662, @CGUID+663, 3, 135, 515, 0, 0),\n(@CGUID+662, @CGUID+664, 3, 225, 515, 0, 0),\n(@CGUID+683, @CGUID+679, 0, 0, 515, 0, 0),    \n(@CGUID+683, @CGUID+665, 3, 135, 515, 0, 0),\n(@CGUID+683, @CGUID+666, 3, 225, 515, 0, 0),\n(@CGUID+684, @CGUID+684, 0, 0, 515, 0, 0),    \n(@CGUID+684, @CGUID+667, 3, 135, 515, 0, 0),\n(@CGUID+684, @CGUID+668, 3, 225, 515, 0, 0),\n\n-- horde\n(@CGUID+732, @CGUID+732, 0, 0, 515, 0, 0),\n(@CGUID+732, @CGUID+733, 3, 270, 515, 0, 0),\n(@CGUID+734, @CGUID+734, 0, 0, 515, 0, 0),\n(@CGUID+734, @CGUID+735, 3, 270, 515, 0, 0),\n(@CGUID+736, @CGUID+736, 0, 0, 515, 0, 0),\n(@CGUID+736, @CGUID+737, 3, 270, 515, 0, 0),\n(@CGUID+738, @CGUID+738, 0, 0, 515, 0, 0),\n(@CGUID+738, @CGUID+739, 3, 270, 515, 0, 0),\n(@CGUID+740, @CGUID+740, 0, 0, 515, 0, 0),\n(@CGUID+740, @CGUID+741, 3, 270, 515, 0, 0),\n(@CGUID+742, @CGUID+742, 0, 0, 515, 0, 0),\n(@CGUID+742, @CGUID+743, 3, 270, 515, 0, 0),\n(@CGUID+744, @CGUID+744, 0, 0, 515, 0, 0),\n(@CGUID+744, @CGUID+771, 3, 135, 515, 0, 0),\n(@CGUID+744, @CGUID+772, 3, 225, 515, 0, 0),\n(@CGUID+745, @CGUID+745, 0, 0, 515, 0, 0),\n(@CGUID+745, @CGUID+773, 3, 135, 515, 0, 0),\n(@CGUID+745, @CGUID+774, 3, 225, 515, 0, 0),\n(@CGUID+746, @CGUID+746, 0, 0, 515, 0, 0),\n(@CGUID+746, @CGUID+775, 3, 135, 515, 0, 0),\n(@CGUID+746, @CGUID+776, 3, 225, 515, 0, 0),\n(@CGUID+747, @CGUID+747, 0, 0, 515, 0, 0),\n(@CGUID+747, @CGUID+777, 3, 135, 515, 0, 0),\n(@CGUID+747, @CGUID+778, 3, 225, 515, 0, 0),\n(@CGUID+748, @CGUID+748, 0, 0, 515, 0, 0),\n(@CGUID+748, @CGUID+779, 3, 135, 515, 0, 0),\n(@CGUID+748, @CGUID+780, 3, 225, 515, 0, 0),\n(@CGUID+749, @CGUID+749, 0, 0, 515, 0, 0),\n(@CGUID+749, @CGUID+750, 3, 270, 515, 0, 0),\n(@CGUID+751, @CGUID+751, 0, 0, 515, 0, 0),\n(@CGUID+751, @CGUID+752, 3, 270, 515, 0, 0),\n(@CGUID+753, @CGUID+753, 0, 0, 515, 0, 0),\n(@CGUID+753, @CGUID+754, 3, 270, 515, 0, 0),\n(@CGUID+755, @CGUID+755, 0, 0, 515, 0, 0),\n(@CGUID+755, @CGUID+756, 3, 270, 515, 0, 0),\n(@CGUID+757, @CGUID+757, 0, 0, 515, 0, 0),\n(@CGUID+757, @CGUID+758, 3, 270, 515, 0, 0),\n(@CGUID+759, @CGUID+759, 0, 0, 515, 0, 0),\n(@CGUID+759, @CGUID+760, 3, 270, 515, 0, 0),\n(@CGUID+761, @CGUID+761, 0, 0, 515, 0, 0),\n(@CGUID+761, @CGUID+762, 3, 270, 515, 0, 0),\n(@CGUID+763, @CGUID+763, 0, 0, 515, 0, 0),\n(@CGUID+763, @CGUID+764, 3, 135, 515, 0, 0),\n(@CGUID+763, @CGUID+765, 3, 225, 515, 0, 0);\n\n-- sitting / sleeping\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+313, @CGUID+314, @CGUID+315, @CGUID+413, @CGUID+414, @CGUID+415);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n--\n(@CGUID+313, 0, 0, 1, 0, 0, 0, NULL),    -- Wing Commander Ichman, sitting\n-- (@CGUID+314, 0, 0, 1, 0, 0, 0, NULL), -- Wing Commander Slidore, stands\n(@CGUID+315, 0, 0, 1, 0, 0, 0, NULL),    -- Wing Commander Vipore, sitting\n(@CGUID+413, 0, 0, 3, 0, 0, 0, NULL),    -- Wing Commander Guse, sleeping\n(@CGUID+414, 0, 0, 3, 0, 0, 0, NULL),    -- Wing Commander Jeztor, sleeping\n(@CGUID+415, 0, 0, 3, 0, 0, 0, NULL);    -- Wing Commander Mulverick, sleeping\n\nDELETE FROM `creature_addon` WHERE `guid` IN \n(@CGUID+301, @CGUID+307, @CGUID+309, @CGUID+310, @CGUID+312, @CGUID+626, @CGUID+627, @CGUID+628, @CGUID+629, @CGUID+630, @CGUID+645,\n @CGUID+647, @CGUID+649, @CGUID+651, @CGUID+653, @CGUID+655, @CGUID+657, @CGUID+659, @CGUID+661, @CGUID+662, @CGUID+683, @CGUID+684,\n @CGUID+408, @CGUID+409, @CGUID+412, @CGUID+732, @CGUID+734, @CGUID+736, @CGUID+738, @CGUID+740, @CGUID+742, @CGUID+744, @CGUID+745, \n @CGUID+746, @CGUID+747, @CGUID+748, @CGUID+749, @CGUID+751, @CGUID+753, @CGUID+755, @CGUID+757, @CGUID+759, @CGUID+761, @CGUID+763);\n\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n-- alliance\n(@CGUID+301, @WPID+3010, 14577, 0, 0, 0, 0, NULL),\n(@CGUID+307, @WPID+3070, 14577, 0, 0, 0, 0, NULL),\n(@CGUID+309, @WPID+3090, 14330, 0, 0, 0, 0, NULL),\n(@CGUID+310, @WPID+3100, 14337, 0, 0, 0, 0, NULL),\n(@CGUID+312, @WPID+3120, 0, 0, 0, 0, 0, NULL), -- Stormpike Mine Layer\n--\n(@CGUID+626, @WPID+6260, 0, 0, 0, 0, 0, NULL),\n(@CGUID+627, @WPID+6270, 0, 0, 0, 0, 0, NULL),\n(@CGUID+628, @WPID+6280, 0, 0, 0, 0, 0, NULL),\n(@CGUID+629, @WPID+6290, 0, 0, 0, 0, 0, NULL),\n(@CGUID+630, @WPID+6300, 0, 0, 0, 0, 0, NULL),\n(@CGUID+645, @WPID+6450, 0, 0, 0, 0, 0, NULL),\n(@CGUID+647, @WPID+6470, 0, 0, 0, 0, 0, NULL),\n(@CGUID+649, @WPID+6490, 0, 0, 0, 0, 0, NULL),\n(@CGUID+651, @WPID+6510, 0, 0, 0, 0, 0, NULL),\n(@CGUID+653, @WPID+6530, 0, 0, 0, 0, 0, NULL),\n(@CGUID+655, @WPID+6550, 0, 0, 0, 0, 0, NULL),\n(@CGUID+657, @WPID+6570, 0, 0, 0, 0, 0, NULL),\n(@CGUID+659, @WPID+6590, 0, 0, 0, 0, 0, NULL),\n(@CGUID+661, @WPID+6610, 0, 0, 0, 0, 0, NULL),\n(@CGUID+662, @WPID+6620, 0, 0, 0, 0, 0, NULL),\n(@CGUID+683, @WPID+6830, 0, 0, 0, 0, 0, NULL),\n(@CGUID+684, @WPID+6840, 0, 0, 0, 0, 0, NULL),\n\n-- horde\n(@CGUID+408, @WPID+4080, 0, 0, 0, 0, 0, NULL), \n(@CGUID+409, @WPID+4090, 0, 0, 0, 0, 0, NULL),\n(@CGUID+412, @WPID+4120, 0, 0, 0, 0, 0, NULL), -- Frostwolf Mine Layer\n--\n(@CGUID+732, @WPID+7320, 0, 0, 0, 0, 0, NULL),\n(@CGUID+734, @WPID+7340, 0, 0, 0, 0, 0, NULL),\n(@CGUID+736, @WPID+7360, 0, 0, 0, 0, 0, NULL),\n(@CGUID+738, @WPID+7380, 0, 0, 0, 0, 0, NULL),\n(@CGUID+740, @WPID+7400, 0, 0, 0, 0, 0, NULL),\n(@CGUID+742, @WPID+7420, 0, 0, 0, 0, 0, NULL),\n(@CGUID+744, @WPID+7440, 0, 0, 0, 0, 0, NULL),\n(@CGUID+745, @WPID+7450, 0, 0, 0, 0, 0, NULL),\n(@CGUID+746, @WPID+7460, 0, 0, 0, 0, 0, NULL),\n(@CGUID+747, @WPID+7470, 0, 0, 0, 0, 0, NULL),\n(@CGUID+748, @WPID+7480, 0, 0, 0, 0, 0, NULL),\n(@CGUID+749, @WPID+7490, 0, 0, 0, 0, 0, NULL),\n(@CGUID+751, @WPID+7510, 0, 0, 0, 0, 0, NULL),\n(@CGUID+753, @WPID+7530, 0, 0, 0, 0, 0, NULL),\n(@CGUID+755, @WPID+7550, 0, 0, 0, 0, 0, NULL),\n(@CGUID+757, @WPID+7570, 0, 0, 0, 0, 0, NULL),\n(@CGUID+759, @WPID+7590, 0, 0, 0, 0, 0, NULL),\n(@CGUID+761, @WPID+7610, 0, 0, 0, 0, 0, NULL),\n(@CGUID+763, @WPID+7630, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+3010, @WPID+3070, @WPID+3090, @WPID+3100, @WPID+3120, @WPID+3150, @WPID+4080, @WPID+4090, @WPID+4120, @WPID+4150);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+3010, 1, 653.598, -115.267, 49.6462, 0.943236, 0, 0, 0, 100, 0), -- Commander Mortimer\n(@WPID+3010, 2, 655.92, -111.943, 50.4109, 0.966798, 0, 0, 0, 100, 0),\n(@WPID+3010, 3, 658.039, -109.247, 51.5116, 1.18671, 0, 0, 0, 100, 0),\n(@WPID+3010, 4, 659.434, -106.768, 51.5116, 1.13566, 0, 0, 0, 100, 0),\n(@WPID+3010, 5, 659.117, -104.174, 51.5723, 1.709, 0, 0, 0, 100, 0),\n(@WPID+3010, 6, 657.077, -102.022, 51.5705, 2.32946, 0, 0, 0, 100, 0),\n(@WPID+3010, 7, 651.129, -98.3088, 50.4554, 2.48654, 0, 0, 0, 100, 0),\n(@WPID+3010, 8, 645.596, -93.765, 48.3277, 2.48261, 0, 0, 0, 100, 0),\n(@WPID+3010, 9, 641.269, -93.6833, 45.5799, 3.12271, 0, 0, 0, 100, 0),\n(@WPID+3010, 10, 635.295, -97.3645, 41.9962, 3.69605, 0, 0, 0, 100, 0),\n(@WPID+3010, 11, 632.675, -97.9809, 41.2076, 3.35833, 0, 0, 0, 100, 0),\n(@WPID+3010, 12, 630.823, -96.5563, 41.1572, 2.45905, 0, 0, 0, 100, 0),\n(@WPID+3010, 13, 630.968, -92.2804, 41.3355, 1.45767, 0, 0, 0, 100, 0),\n(@WPID+3010, 14, 635.823, -77.9076, 41.6328, 1.24954, 0, 0, 0, 100, 0),\n(@WPID+3010, 15, 631.714, -71.0497, 41.3858, 2.10562, 0, 0, 0, 100, 0),\n(@WPID+3010, 16, 626.777, -68.9103, 40.6343, 2.74964, 0, 0, 0, 100, 0),\n(@WPID+3010, 17, 620.386, -71.0641, 39.4183, 3.48399, 0, 0, 0, 100, 0),\n(@WPID+3010, 18, 614.252, -74.8627, 38.8792, 3.69605, 0, 0, 0, 100, 0),\n(@WPID+3010, 19, 601.899, -89.4435, 38.2791, 4.0102, 0, 0, 0, 100, 0),\n(@WPID+3010, 20, 597.366, -90.4418, 38.5567, 3.35832, 0, 0, 0, 100, 0),\n(@WPID+3010, 21, 593.928, -88.603, 39.3031, 2.63575, 0, 0, 0, 100, 0),\n(@WPID+3010, 22, 591.415, -83.9774, 39.7882, 2.07026, 0, 0, 0, 100, 0),\n(@WPID+3010, 23, 589.734, -79.7767, 38.735, 1.95638, 0, 0, 0, 100, 0),\n(@WPID+3010, 24, 586.888, -72.7648, 38.0094, 1.95638, 0, 0, 0, 100, 0),\n(@WPID+3010, 25, 589.227, -78.4653, 38.2749, 5.08619, 0, 0, 0, 100, 0),\n(@WPID+3010, 26, 590.95, -82.8594, 39.7882, 5.08619, 0, 0, 0, 100, 0),\n(@WPID+3010, 27, 593.188, -87.0563, 39.4937, 5.18045, 0, 0, 0, 100, 0),\n(@WPID+3010, 28, 594.774, -89.0341, 39.141, 5.39643, 0, 0, 0, 100, 0),\n(@WPID+3010, 29, 598.965, -90.3969, 38.4637, 5.96977, 0, 0, 0, 100, 0),\n(@WPID+3010, 30, 603.177, -88.9739, 38.3761, 0.303122, 0, 0, 0, 100, 0),\n(@WPID+3010, 31, 619.188, -70.5451, 39.1902, 0.864683, 0, 0, 0, 100, 0),\n(@WPID+3010, 32, 625.071, -67.0078, 40.4487, 0.54267, 0, 0, 0, 100, 0),\n(@WPID+3010, 33, 630.169, -68.6016, 41.1686, 5.9737, 0, 0, 0, 100, 0),\n(@WPID+3010, 34, 634.199, -73.8156, 41.6552, 5.36895, 0, 0, 0, 100, 0),\n(@WPID+3010, 35, 634.678, -81.1657, 41.4716, 4.74849, 0, 0, 0, 100, 0),\n(@WPID+3010, 36, 630.754, -93.3805, 41.2966, 4.39899, 0, 0, 0, 100, 0),\n(@WPID+3010, 37, 631.152, -96.4372, 41.1902, 4.84274, 0, 0, 0, 100, 0),\n(@WPID+3010, 38, 632.354, -97.7148, 41.1954, 5.46712, 0, 0, 0, 100, 0),\n(@WPID+3010, 39, 634.928, -97.6527, 41.854, 0.024311, 0, 0, 0, 100, 0),\n(@WPID+3010, 40, 639.609, -94.4097, 44.2793, 0.597652, 0, 0, 0, 100, 0),\n(@WPID+3010, 41, 644.314, -93.1365, 47.706, 0.259931, 0, 0, 0, 100, 0),\n(@WPID+3010, 42, 647.031, -94.2219, 48.9521, 5.90302, 0, 0, 0, 100, 0),\n(@WPID+3010, 43, 651.335, -99.0594, 50.4994, 5.43964, 0, 0, 0, 100, 0),\n(@WPID+3010, 44, 656.345, -101.926, 51.4952, 5.76557, 0, 0, 0, 100, 0),\n(@WPID+3010, 45, 658.221, -104.067, 51.4981, 5.43178, 0, 0, 0, 100, 0),\n(@WPID+3010, 46, 658.734, -106.946, 51.5116, 4.84273, 0, 0, 0, 100, 0),\n(@WPID+3010, 47, 658.301, -108.967, 51.5116, 4.50109, 0, 0, 0, 100, 0),\n(@WPID+3010, 48, 656.943, -111.014, 50.8498, 4.09661, 0, 0, 0, 100, 0),\n--\n(@WPID+3070, 1, 20.5385, -300.612, 14.0377, 6.13079, 0, 0, 0, 100, 0), -- Lieutenant Stouthandle\n(@WPID+3070, 2, 26.436, -300.733, 14.7413, 0.102854, 0, 0, 0, 100, 0),\n(@WPID+3070, 3, 32.1915, -293.987, 15.9476, 0.923595, 0, 0, 0, 100, 0),\n(@WPID+3070, 4, 31.804, -285.175, 16.3947, 1.61475, 0, 0, 0, 100, 0),\n(@WPID+3070, 5, 29.4237, -277.669, 16.2304, 1.87785, 0, 0, 0, 100, 0),\n(@WPID+3070, 6, 34.8445, -255.776, 14.6465, 1.32808, 0, 0, 0, 100, 0),\n(@WPID+3070, 7, 41.2694, -249.733, 15.0562, 0.754737, 0, 0, 0, 100, 0),\n(@WPID+3070, 8, 58.9425, -250.762, 16.5629, 6.22504, 0, 0, 0, 100, 0),\n(@WPID+3070, 9, 73.7831, -258.409, 18.8874, 5.58494, 0, 0, 0, 100, 0),\n(@WPID+3070, 10, 85.6557, -271.541, 23.6016, 5.21187, 0, 0, 0, 100, 0),\n(@WPID+3070, 11, 110.317, -328.334, 38.9906, 5.13725, 0, 0, 0, 100, 0),\n(@WPID+3070, 12, 116.778, -343.728, 41.8033, 5.10976, 0, 0, 0, 100, 0),\n(@WPID+3070, 13, 123.607, -365.265, 43.1715, 5.01944, 0, 0, 0, 100, 0),\n(@WPID+3070, 14, 136.662, -388.05, 42.347, 5.58885, 0, 0, 0, 100, 0),\n(@WPID+3070, 15, 157.657, -399.123, 42.6697, 5.8441, 0, 0, 0, 100, 0),\n(@WPID+3070, 16, 202.194, -410.218, 42.7412, 5.99333, 0, 0, 0, 100, 0),\n(@WPID+3070, 17, 161.392, -400.697, 42.6323, 2.8753, 0, 0, 0, 100, 0),\n(@WPID+3070, 18, 131.563, -385.215, 42.243, 2.16844, 0, 0, 0, 100, 0),\n(@WPID+3070, 19, 121.143, -362.801, 43.1667, 1.85036, 0, 0, 0, 100, 0),\n(@WPID+3070, 20, 113.079, -339.592, 41.0089, 2.08205, 0, 0, 0, 100, 0),\n(@WPID+3070, 21, 100.821, -312.777, 34.5025, 1.99958, 0, 0, 0, 100, 0),\n(@WPID+3070, 22, 88.6117, -281.703, 26.1741, 1.93675, 0, 0, 0, 100, 0),\n(@WPID+3070, 23, 76.1719, -260.515, 19.6805, 2.10168, 0, 0, 0, 100, 0),\n(@WPID+3070, 24, 54.2795, -249.877, 16.1304, 2.67502, 0, 0, 0, 100, 0),\n(@WPID+3070, 25, 44.4561, -249.575, 15.3614, 3.11091, 0, 0, 0, 100, 0),\n(@WPID+3070, 26, 35.2079, -258.275, 14.9212, 4.03768, 0, 0, 0, 100, 0),\n(@WPID+3070, 27, 32.2688, -271.755, 16.0664, 4.60317, 0, 0, 0, 100, 0),\n(@WPID+3070, 28, 32.9146, -282.572, 16.4945, 4.77203, 0, 0, 0, 100, 0),\n(@WPID+3070, 29, 33.3239, -289.426, 16.3506, 4.53641, 0, 0, 0, 100, 0),\n(@WPID+3070, 30, 28.9365, -299.266, 15.1679, 4.29294, 0, 0, 0, 100, 0),\n--\n(@WPID+3090, 1, 189.583, -408.292, 42.8614, 2.91853, 0, 0, 0, 100, 0), -- Lieutenant Lonadin\n(@WPID+3090, 2, 157.687, -399.475, 42.6531, 2.86355, 0, 0, 0, 100, 0),\n(@WPID+3090, 3, 129.894, -384.79, 42.3888, 2.66328, 0, 0, 0, 100, 0),\n(@WPID+3090, 4, 119.976, -379.761, 43.1661, 2.69862, 0, 0, 0, 100, 0),\n(@WPID+3090, 5, 113.276, -381.264, 44.3448, 3.36228, 0, 0, 0, 100, 0),\n(@WPID+3090, 6, 102.327, -387.751, 45.0957, 3.67644, 0, 0, 0, 100, 0),\n(@WPID+3090, 7, 88.0951, -391.596, 45.0622, 3.40548, 0, 0, 0, 100, 0),\n(@WPID+3090, 8, 71.4223, -392.457, 45.1981, 3.19342, 0, 0, 0, 100, 0),\n(@WPID+3090, 9, 86.1501, -392.036, 45.0769, 6.2761, 0, 0, 0, 100, 0),\n(@WPID+3090, 10, 98.7019, -389.585, 45.1009, 0.193194, 0, 0, 0, 100, 0),\n(@WPID+3090, 11, 111.698, -382.625, 44.5408, 0.491645, 0, 0, 0, 100, 0),\n(@WPID+3090, 12, 125.478, -382.48, 42.7656, 0.059675, 0, 0, 0, 100, 0),\n(@WPID+3090, 13, 134.687, -385.911, 42.2517, 5.9266, 0, 0, 0, 100, 0),\n(@WPID+3090, 14, 151.279, -396.359, 42.6929, 5.7224, 0, 0, 0, 100, 0),\n(@WPID+3090, 15, 163.285, -400.572, 42.6012, 5.90304, 0, 0, 0, 100, 0),\n(@WPID+3090, 16, 205.034, -411.723, 42.3597, 6.00907, 0, 0, 0, 100, 0),\n--\n(@WPID+3100, 1, -46.3275, -475.802, 43.6028, 2.41192, 0, 0, 0, 100, 0), -- Lieutenant Mancuso\n(@WPID+3100, 2, -56.8769, -468.587, 38.9622, 2.55722, 0, 0, 0, 100, 0),\n(@WPID+3100, 3, -83.7558, -456.185, 24.874, 2.71823, 0, 0, 0, 100, 0),\n(@WPID+3100, 4, -98.7495, -438.009, 18.5576, 2.2627, 0, 0, 0, 100, 0),\n(@WPID+3100, 5, -97.1748, -403.718, 15.3302, 1.5362, 0, 0, 0, 100, 0),\n(@WPID+3100, 6, -88.9565, -388.602, 14.6345, 1.07281, 0, 0, 0, 100, 0),\n(@WPID+3100, 7, -67.933, -375.806, 13.8509, 0.487687, 0, 0, 0, 100, 0),\n(@WPID+3100, 8, -58.2081, -375.302, 13.2586, 0.051792, 0, 0, 0, 100, 0),\n(@WPID+3100, 9, -48.0795, -384.578, 15.9529, 5.54173, 0, 0, 0, 100, 0),\n(@WPID+3100, 10, -42.625, -396.119, 21.2069, 5.13724, 0, 0, 0, 100, 0),\n(@WPID+3100, 11, -32.8299, -413.053, 33.7497, 5.61633, 0, 0, 0, 100, 0),\n(@WPID+3100, 12, -15.5679, -416.134, 43.5023, 0.024298, 0, 0, 0, 100, 0),\n(@WPID+3100, 13, -11.9361, -425.266, 45.2877, 4.35185, 0, 0, 0, 100, 0),\n(@WPID+3100, 14, -17.6743, -438.845, 46.0131, 4.31258, 0, 0, 0, 100, 0),\n(@WPID+3100, 15, -22.5272, -451.138, 46.1764, 4.47359, 0, 0, 0, 100, 0),\n(@WPID+3100, 16, -19.6193, -471.596, 45.2994, 4.85451, 0, 0, 0, 100, 0),\n(@WPID+3100, 17, -36.4671, -483.451, 44.9608, 3.75102, 0, 0, 0, 100, 0),\n--\n(@WPID+3120, 1, 243.319, -361.115, 43.2876, 4.76966, 0, 0, 0, 100, 0), -- Stormpike Mine Layer\n(@WPID+3120, 2, 240.517, -378.595, 43.2988, 4.32199, 0, 0, 0, 100, 0),\n(@WPID+3120, 3, 231.145, -404.482, 41.9975, 4.36518, 0, 0, 0, 100, 0),\n(@WPID+3120, 4, 216.078, -415.537, 40.7498, 3.68189, 0, 0, 0, 100, 0),\n(@WPID+3120, 5, 197.374, -409.555, 42.9137, 2.83366, 0, 0, 0, 100, 0),\n(@WPID+3120, 6, 152.111, -396.642, 42.726, 2.869, 0, 0, 0, 100, 0),\n(@WPID+3120, 7, 128.465, -382.543, 42.5277, 2.60982, 0, 0, 0, 100, 0),\n(@WPID+3120, 8, 114.669, -382.37, 44.1578, 3.13211, 0, 0, 0, 100, 0),\n(@WPID+3120, 9, 95.5556, -389.901, 45.1016, 3.51695, 0, 0, 0, 100, 0),\n(@WPID+3120, 10, 30.7679, -392.08, 45.6855, 3.15174, 0, 0, 0, 100, 0),\n(@WPID+3120, 11, 2.83746, -413.838, 45.182, 3.60335, 0, 0, 0, 100, 0),\n(@WPID+3120, 12, -16.7016, -414.273, 42.8132, 3.22636, 0, 0, 0, 100, 0),\n(@WPID+3120, 13, -35.3962, -408.202, 30.4491, 2.82973, 0, 0, 0, 100, 0),\n(@WPID+3120, 14, -48.1109, -382.652, 15.3663, 2.03255, 0, 0, 0, 100, 0),\n(@WPID+3120, 15, -59.6876, -375.667, 13.313, 2.91612, 0, 0, 0, 100, 0),\n(@WPID+3120, 16, -75.4337, -381.099, 14.5858, 3.47376, 0, 0, 0, 100, 0),\n(@WPID+3120, 17, -94.8048, -399.109, 14.9731, 4.18454, 0, 0, 0, 100, 0),\n(@WPID+3120, 18, -99.9855, -441.043, 19.1836, 4.59295, 0, 0, 0, 100, 0),\n(@WPID+3120, 19, -116.763, -477.704, 25.9255, 4.28664, 0, 0, 0, 100, 0),\n(@WPID+3120, 20, -102.028, -445.541, 20.3236, 1.19217, 0, 0, 0, 100, 0),\n(@WPID+3120, 21, -96.9118, -413.502, 16.3976, 1.41601, 0, 0, 0, 100, 0),\n(@WPID+3120, 22, -88.7331, -390.333, 14.6977, 0.858379, 0, 0, 0, 100, 0),\n(@WPID+3120, 23, -65.2797, -376.01, 13.647, 6.10877, 0, 0, 0, 100, 0),\n(@WPID+3120, 24, -48.3145, -382.622, 15.3311, 5.95169, 0, 0, 0, 100, 0),\n(@WPID+3120, 25, -39.2502, -406.533, 27.9585, 5.12309, 0, 0, 0, 100, 0),\n(@WPID+3120, 26, -26.3121, -413.598, 37.3786, 5.79068, 0, 0, 0, 100, 0),\n(@WPID+3120, 27, -9.65554, -413.722, 44.9439, 6.27762, 0, 0, 0, 100, 0),\n(@WPID+3120, 28, 26.4651, -393.77, 45.7248, 0.508871, 0, 0, 0, 100, 0),\n(@WPID+3120, 29, 75.5615, -393.094, 45.0916, 6.26977, 0, 0, 0, 100, 0),\n(@WPID+3120, 30, 102.53, -387.559, 45.0956, 0.202565, 0, 0, 0, 100, 0),\n(@WPID+3120, 31, 124.838, -380.291, 42.7231, 0.233981, 0, 0, 0, 100, 0),\n(@WPID+3120, 32, 168.96, -401.78, 42.6898, 5.82995, 0, 0, 0, 100, 0),\n(@WPID+3120, 33, 205.047, -411.444, 42.3801, 6.00273, 0, 0, 0, 100, 0),\n(@WPID+3120, 34, 225.489, -410.059, 41.3104, 0.752346, 0, 0, 0, 100, 0),\n(@WPID+3120, 35, 235.53, -392.045, 43.2851, 1.04294, 0, 0, 0, 100, 0),\n--\n(@WPID+4080, 1, -492.423, -289.377, 29.7264, 4.04167, 0, 0, 0, 100, 0), -- Lieutenant Grummus\n(@WPID+4080, 2, -497.762, -297.945, 31.133, 4.21838, 0, 0, 0, 100, 0),\n(@WPID+4080, 3, -507.709, -318.365, 32.2222, 4.19874, 0, 0, 0, 100, 0),\n(@WPID+4080, 4, -517.775, -332.822, 33.9402, 4.03774, 0, 0, 0, 100, 0),\n(@WPID+4080, 5, -524.759, -338.753, 34.6191, 3.83354, 0, 0, 0, 100, 0),\n(@WPID+4080, 6, -536.356, -341.022, 36.4656, 3.33481, 0, 0, 0, 100, 0),\n(@WPID+4080, 7, -542.926, -338.895, 37.5296, 2.82823, 0, 0, 0, 100, 0),\n(@WPID+4080, 8, -552.972, -329.317, 38.6164, 2.36485, 0, 0, 0, 100, 0),\n(@WPID+4080, 9, -564.859, -322.297, 41.2797, 2.61617, 0, 0, 0, 100, 0),\n(@WPID+4080, 10, -573.339, -317.897, 44.3184, 2.67115, 0, 0, 0, 100, 0),\n(@WPID+4080, 11, -561.319, -323.259, 40.0653, 5.8206, 0, 0, 0, 100, 0),\n(@WPID+4080, 12, -540.897, -339.24, 37.2853, 5.60462, 0, 0, 0, 100, 0),\n(@WPID+4080, 13, -530.943, -341.172, 35.2994, 6.09157, 0, 0, 0, 100, 0),\n(@WPID+4080, 14, -522.682, -338.459, 34.4583, 0.326744, 0, 0, 0, 100, 0),\n(@WPID+4080, 15, -514.291, -328.934, 33.4508, 0.927574, 0, 0, 0, 100, 0),\n(@WPID+4080, 16, -500.738, -305.568, 31.6295, 1.0336, 0, 0, 0, 100, 0),\n--\n(@WPID+4090, 1, -600.378, -326.801, 50.9197, 3.92698, 0, 0, 0, 100, 0), -- Lieutenant Murp\n(@WPID+4090, 2, -613.256, -342.991, 54.9298, 4.0016, 0, 0, 0, 100, 0),\n(@WPID+4090, 3, -620.523, -353.437, 55.7531, 4.11941, 0, 0, 0, 100, 0),\n(@WPID+4090, 4, -621.904, -371.97, 57.2472, 4.6417, 0, 0, 0, 100, 0),\n(@WPID+4090, 5, -621.205, -384.677, 58.1486, 4.76736, 0, 0, 0, 100, 0),\n(@WPID+4090, 6, -627.4, -393.491, 58.9965, 4.09977, 0, 0, 0, 100, 0),\n(@WPID+4090, 7, -639.119, -392.29, 59.741, 3.14159, 0, 0, 0, 100, 0),\n(@WPID+4090, 8, -665.796, -382.329, 64.3344, 2.78423, 0, 0, 0, 100, 0),\n(@WPID+4090, 9, -683.72, -374.236, 65.6192, 2.71747, 0, 0, 0, 100, 0),\n(@WPID+4090, 10, -698.138, -365.822, 66.0948, 2.635, 0, 0, 0, 100, 0),\n(@WPID+4090, 11, -712.94, -365.531, 66.9841, 3.12195, 0, 0, 0, 100, 0),\n(@WPID+4090, 12, -699.356, -364.4, 66.1313, 5.77744, 0, 0, 0, 100, 0),\n(@WPID+4090, 13, -684.799, -372.879, 65.6648, 5.75388, 0, 0, 0, 100, 0),\n(@WPID+4090, 14, -669.224, -381.4, 64.9247, 5.89133, 0, 0, 0, 100, 0),\n(@WPID+4090, 15, -641.773, -392.781, 59.7873, 5.94709, 0, 0, 0, 100, 0),\n(@WPID+4090, 16, -630.595, -395.625, 59.1671, 6.05311, 0, 0, 0, 100, 0),\n(@WPID+4090, 17, -623.467, -388.467, 58.4642, 0.767384, 0, 0, 0, 100, 0),\n(@WPID+4090, 18, -621.422, -378.166, 57.7469, 1.68237, 0, 0, 0, 100, 0),\n(@WPID+4090, 19, -621.32, -361.904, 56.4883, 1.56064, 0, 0, 0, 100, 0),\n(@WPID+4090, 20, -620.162, -349.406, 55.4305, 1.50566, 0, 0, 0, 100, 0),\n(@WPID+4090, 21, -611.07, -341.269, 54.4916, 0.728113, 0, 0, 0, 100, 0),\n--\n(@WPID+4120, 1, -760.987, -346.56, 67.5161, 1.28253, 0, 0, 0, 100, 0), -- Frostwolf Mine Layer\n(@WPID+4120, 2, -732.799, -342.902, 66.6288, 0.084794, 0, 0, 0, 100, 0),\n(@WPID+4120, 3, -706.633, -360.408, 66.4734, 5.72787, 0, 0, 0, 100, 0),\n(@WPID+4120, 4, -642.497, -392.608, 59.8957, 5.85353, 0, 0, 0, 100, 0),\n(@WPID+4120, 5, -631.797, -393.168, 59.3751, 0.285053, 0, 0, 0, 100, 0),\n(@WPID+4120, 6, -623.238, -383.8, 58.1419, 0.885882, 0, 0, 0, 100, 0),\n(@WPID+4120, 7, -620.619, -352.523, 55.6806, 1.44351, 0, 0, 0, 100, 0),\n(@WPID+4120, 8, -606.291, -335.141, 52.5601, 0.791635, 0, 0, 0, 100, 0),\n(@WPID+4120, 9, -582.829, -311.384, 47.2668, 0.791635, 0, 0, 0, 100, 0),\n(@WPID+4120, 10, -570.742, -289.993, 49.6971, 1.05082, 0, 0, 0, 100, 0),\n(@WPID+4120, 11, -548.332, -266.532, 52.6509, 0.799489, 0, 0, 0, 100, 0),\n(@WPID+4120, 12, -541.602, -251.335, 55.5104, 1.20004, 0, 0, 0, 100, 0),\n(@WPID+4120, 13, -535.678, -234.77, 56.8317, 1.09009, 0, 0, 0, 100, 0),\n(@WPID+4120, 14, -512.161, -215.46, 56.6129, 0.697387, 0, 0, 0, 100, 0),\n(@WPID+4120, 15, -532.516, -231.918, 56.6339, 3.89003, 0, 0, 0, 100, 0),\n(@WPID+4120, 16, -541.667, -253.631, 55.0983, 4.21204, 0, 0, 0, 100, 0),\n(@WPID+4120, 17, -557.331, -277.326, 52.1092, 4.00391, 0, 0, 0, 100, 0),\n(@WPID+4120, 18, -574.525, -297.602, 48.3976, 4.06674, 0, 0, 0, 100, 0),\n(@WPID+4120, 19, -586.499, -315.569, 48.1256, 3.99605, 0, 0, 0, 100, 0),\n(@WPID+4120, 20, -609.918, -339.359, 54.1186, 3.92537, 0, 0, 0, 100, 0),\n(@WPID+4120, 21, -619.855, -356.318, 55.9771, 4.18455, 0, 0, 0, 100, 0),\n(@WPID+4120, 22, -622.363, -384.747, 58.1211, 4.62436, 0, 0, 0, 100, 0),\n(@WPID+4120, 23, -630.417, -393.431, 59.226, 3.72901, 0, 0, 0, 100, 0),\n(@WPID+4120, 24, -643.069, -391.559, 60.0206, 2.88863, 0, 0, 0, 100, 0),\n(@WPID+4120, 25, -699.227, -365.417, 66.1355, 2.68051, 0, 0, 0, 100, 0),\n(@WPID+4120, 26, -722.984, -347.954, 66.8624, 2.50772, 0, 0, 0, 100, 0),\n(@WPID+4120, 27, -738.698, -342.317, 66.6157, 2.79831, 0, 0, 0, 100, 0);\n\n-- alliance\nDELETE FROM `waypoint_data` WHERE `id` IN \n(@WPID+6260, @WPID+6270, @WPID+6280, @WPID+6290, @WPID+6300, @WPID+6450, @WPID+6470, @WPID+6490,\n @WPID+6510, @WPID+6530, @WPID+6550, @WPID+6570, @WPID+6590, @WPID+6610, @WPID+6620, @WPID+6830, @WPID+6840);\n\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+6260, 1, -46.7636, -346.977, 11.2494, 2.83604, 0, 0, 0, 100, 0),\n(@WPID+6260, 2, -59.8211, -342.915, 12.237, 2.59649, 0, 0, 0, 100, 0),\n(@WPID+6260, 3, -67.3983, -335.169, 12.2755, 2.34517, 0, 0, 0, 100, 0),\n(@WPID+6260, 4, -78.2005, -322.439, 11.4544, 2.27448, 0, 0, 0, 100, 0),\n(@WPID+6260, 5, -97.4403, -315.078, 8.16012, 2.78499, 0, 0, 0, 100, 0),\n(@WPID+6260, 6, -112.9, -295.987, 9.44892, 2.27056, 0, 0, 0, 100, 0),\n(@WPID+6260, 7, -96.4934, -314.276, 8.21946, 5.44357, 0, 0, 0, 100, 0),\n(@WPID+6260, 8, -78.9382, -323.118, 11.466, 5.81663, 0, 0, 0, 100, 0),\n(@WPID+6260, 9, -70.2811, -331.108, 12.0675, 5.53782, 0, 0, 0, 100, 0),\n(@WPID+6260, 10, -65.7372, -340.054, 12.4953, 5.21188, 0, 0, 0, 100, 0),\n--\n(@WPID+6270, 1, 32.1583, -318.632, 16.355, 4.31652, 0, 0, 0, 100, 0),\n(@WPID+6270, 2, 26.5072, -324.117, 16.3403, 3.91204, 0, 0, 0, 100, 0),\n(@WPID+6270, 3, 15.0941, -327.037, 16.5343, 3.41331, 0, 0, 0, 100, 0),\n(@WPID+6270, 4, -1.53531, -337.516, 15.7916, 3.70391, 0, 0, 0, 100, 0),\n(@WPID+6270, 5, -14.3181, -346.609, 13.3013, 3.75103, 0, 0, 0, 100, 0),\n(@WPID+6270, 6, -35.9742, -347.476, 10.9389, 3.18162, 0, 0, 0, 100, 0),\n(@WPID+6270, 7, -19.3576, -346.952, 12.4572, 0.189243, 0, 0, 0, 100, 0),\n(@WPID+6270, 8, -9.86973, -344.389, 14.3027, 0.263856, 0, 0, 0, 100, 0),\n(@WPID+6270, 9, -0.623362, -337.088, 15.899, 0.668336, 0, 0, 0, 100, 0),\n(@WPID+6270, 10, 10.4307, -330.656, 16.561, 0.526964, 0, 0, 0, 100, 0),\n(@WPID+6270, 11, 19.7633, -327.576, 16.4025, 0.318833, 0, 0, 0, 100, 0),\n--\n(@WPID+6280, 1, 28.7862, -276.961, 16.2194, 1.71291, 0, 0, 0, 100, 0),\n(@WPID+6280, 2, 34.4915, -261.271, 15.1555, 1.22203, 0, 0, 0, 100, 0),\n(@WPID+6280, 3, 36.3605, -248.621, 14.5482, 1.39089, 0, 0, 0, 100, 0),\n(@WPID+6280, 4, 33.8766, -245.526, 14.4456, 2.24698, 0, 0, 0, 100, 0),\n(@WPID+6280, 5, 25.6324, -242.637, 14.1038, 2.80461, 0, 0, 0, 100, 0),\n(@WPID+6280, 6, 11.8985, -242.594, 12.7479, 3.13841, 0, 0, 0, 100, 0),\n(@WPID+6280, 7, -9.39151, -238.894, 10.9242, 2.96954, 0, 0, 0, 100, 0),\n(@WPID+6280, 8, -29.1638, -230.807, 10.1092, 2.75748, 0, 0, 0, 100, 0),\n(@WPID+6280, 9, -50.6449, -233.143, 10.3587, 3.28763, 0, 0, 0, 100, 0),\n(@WPID+6280, 10, -78.6132, -247.498, 7.46008, 3.62142, 0, 0, 0, 100, 0),\n(@WPID+6280, 11, -111.349, -263.399, 6.48242, 3.5743, 0, 0, 0, 100, 0),\n(@WPID+6280, 12, -81.5567, -248.474, 7.05696, 0.401285, 0, 0, 0, 100, 0),\n(@WPID+6280, 13, -55.91, -236.015, 9.95494, 0.444483, 0, 0, 0, 100, 0),\n(@WPID+6280, 14, -32.8794, -231.039, 10.2213, 0.21279, 0, 0, 0, 100, 0),\n(@WPID+6280, 15, -11.2918, -237.57, 10.7781, 5.9894, 0, 0, 0, 100, 0),\n(@WPID+6280, 16, 0.048634, -242.468, 11.4999, 5.87552, 0, 0, 0, 100, 0),\n(@WPID+6280, 17, 16.7426, -242.652, 13.562, 6.27215, 0, 0, 0, 100, 0),\n(@WPID+6280, 18, 24.303, -244.619, 13.9969, 6.02867, 0, 0, 0, 100, 0),\n(@WPID+6280, 19, 30.9118, -248.907, 14.0711, 5.70273, 0, 0, 0, 100, 0),\n(@WPID+6280, 20, 33.9609, -258.024, 14.7522, 5.03515, 0, 0, 0, 100, 0),\n(@WPID+6280, 21, 31.9474, -267.593, 15.6029, 4.505, 0, 0, 0, 100, 0),\n--\n(@WPID+6290, 1, 79.1591, -262.369, 20.5215, 5.39643, 0, 0, 0, 100, 0),\n(@WPID+6290, 2, 98.6842, -305.303, 32.5858, 5.15296, 0, 0, 0, 100, 0),\n(@WPID+6290, 3, 112.412, -340.048, 41.0374, 5.0862, 0, 0, 0, 100, 0),\n--\n(@WPID+6300, 1, 5.20536, -407.547, 45.2333, 0.494748, 0, 0, 0, 100, 0),\n(@WPID+6300, 2, 25.7419, -394.059, 45.7291, 0.577215, 0, 0, 0, 100, 0),\n(@WPID+6300, 3, 37.4543, -392.298, 45.7727, 0.149174, 0, 0, 0, 100, 0),\n(@WPID+6300, 4, 95.4488, -390.479, 45.1071, 0.031364, 0, 0, 0, 100, 0),\n(@WPID+6300, 5, 111.326, -380.578, 44.5644, 0.55758, 0, 0, 0, 100, 0),\n(@WPID+6300, 6, 120.819, -364.528, 43.18, 1.03667, 0, 0, 0, 100, 0),\n(@WPID+6300, 7, 113.058, -343.284, 41.5406, 1.92417, 0, 0, 0, 100, 0),\n(@WPID+6300, 8, 88.4113, -284.351, 26.7428, 1.95952, 0, 0, 0, 100, 0),\n(@WPID+6300, 9, 78.7077, -262.884, 20.6542, 2.04984, 0, 0, 0, 100, 0),\n(@WPID+6300, 10, 56.01, -251.092, 16.4006, 2.66245, 0, 0, 0, 100, 0),\n(@WPID+6300, 11, 41.0162, -255.907, 15.4657, 3.47926, 0, 0, 0, 100, 0),\n(@WPID+6300, 12, 33.3623, -268.506, 15.7574, 4.16649, 0, 0, 0, 100, 0),\n(@WPID+6300, 13, 31.5145, -283.126, 16.4203, 4.58667, 0, 0, 0, 100, 0),\n(@WPID+6300, 14, 31.7828, -311.601, 16.3976, 4.72804, 0, 0, 0, 100, 0),\n(@WPID+6300, 15, 24.3085, -320.707, 16.4465, 4.02511, 0, 0, 0, 100, 0),\n(@WPID+6300, 16, -0.030378, -335.489, 16.0197, 3.68739, 0, 0, 0, 100, 0),\n(@WPID+6300, 17, -19.3152, -347.306, 12.4461, 3.22793, 0, 0, 0, 100, 0),\n(@WPID+6300, 18, -41.6514, -350.483, 10.974, 3.28291, 0, 0, 0, 100, 0),\n(@WPID+6300, 19, -53.9825, -360.189, 12.1179, 3.80913, 0, 0, 0, 100, 0),\n(@WPID+6300, 20, -52.8746, -371.917, 12.9935, 4.80658, 0, 0, 0, 100, 0),\n(@WPID+6300, 21, -41.6379, -401.191, 24.1564, 5.07754, 0, 0, 0, 100, 0),\n(@WPID+6300, 22, -34.2801, -411.574, 32.3753, 5.32887, 0, 0, 0, 100, 0),\n(@WPID+6300, 23, -18.9512, -415.192, 41.8438, 6.05143, 0, 0, 0, 100, 0),\n(@WPID+6300, 24, -9.15121, -415.933, 44.9818, 6.21244, 0, 0, 0, 100, 0),\n(@WPID+6300, 25, -0.912695, -412.784, 45.3174, 0.365146, 0, 0, 0, 100, 0),\n--\n(@WPID+6450, 1, 236.008, -416.472, 37.4507, 0.145283, 0, 0, 0, 100, 0),\n(@WPID+6450, 2, 251.041, -411.602, 32.5689, 0.369121, 0, 0, 0, 100, 0),\n(@WPID+6450, 3, 263.747, -401.627, 22.4382, 0.753966, 0, 0, 0, 100, 0),\n(@WPID+6450, 4, 274.678, -390.187, 11.2677, 0.844287, 0, 0, 0, 100, 0),\n(@WPID+6450, 5, 302.792, -379.418, 0.868529, 0.180625, 0, 0, 0, 100, 0),\n(@WPID+6450, 6, 335.143, -381.822, -0.708896, 6.19285, 0, 0, 0, 100, 0),\n(@WPID+6450, 7, 371.653, -390.031, -0.279803, 6.07112, 0, 0, 0, 100, 0),\n(@WPID+6450, 8, 392.228, -390.277, -1.24386, 6.10645, 0, 0, 0, 100, 0),\n(@WPID+6450, 9, 375.076, -394.227, -0.702381, 3.35756, 0, 0, 0, 100, 0),\n(@WPID+6450, 10, 335.505, -387.281, -0.596079, 2.97664, 0, 0, 0, 100, 0),\n(@WPID+6450, 11, 311.176, -383.427, -0.578008, 2.9845, 0, 0, 0, 100, 0),\n(@WPID+6450, 12, 297.4, -384.185, 2.10527, 3.19656, 0, 0, 0, 100, 0),\n(@WPID+6450, 13, 283.55, -389.049, 7.2646, 3.4793, 0, 0, 0, 100, 0),\n(@WPID+6450, 14, 274.986, -395.584, 13.4362, 3.79346, 0, 0, 0, 100, 0),\n(@WPID+6450, 15, 255.11, -414.544, 31.5399, 3.90341, 0, 0, 0, 100, 0),\n(@WPID+6450, 16, 243.964, -418.36, 35.3496, 3.47145, 0, 0, 0, 100, 0),\n(@WPID+6450, 17, 233.192, -418.444, 38.1518, 3.14943, 0, 0, 0, 100, 0),\n--\n(@WPID+6470, 1, 695.293, -427.989, 62.8955, 1.6839, 0, 0, 0, 100, 0),\n(@WPID+6470, 2, 686.671, -419.641, 64.5673, 2.42611, 0, 0, 0, 100, 0),\n(@WPID+6470, 3, 665.416, -409.215, 67.3636, 2.79132, 0, 0, 0, 100, 0),\n(@WPID+6470, 4, 648.944, -402.678, 67.8395, 2.70493, 0, 0, 0, 100, 0),\n(@WPID+6470, 5, 627.531, -386.105, 67.4121, 2.55177, 0, 0, 0, 100, 0),\n(@WPID+6470, 6, 615.831, -385.906, 67.0329, 3.12904, 0, 0, 0, 100, 0),\n(@WPID+6470, 7, 583.02, -397.344, 65.1513, 3.42749, 0, 0, 0, 100, 0),\n(@WPID+6470, 8, 572.293, -397.984, 62.7781, 3.14868, 0, 0, 0, 100, 0),\n(@WPID+6470, 9, 557.663, -397.278, 56.8023, 3.14868, 0, 0, 0, 100, 0),\n(@WPID+6470, 10, 572.812, -394.833, 62.8829, 6.28242, 0, 0, 0, 100, 0),\n(@WPID+6470, 11, 582.558, -393.851, 65.0922, 0.293757, 0, 0, 0, 100, 0),\n(@WPID+6470, 12, 615.105, -382.596, 67.245, 0.06599, 0, 0, 0, 100, 0),\n(@WPID+6470, 13, 629.777, -383.653, 67.7421, 5.89365, 0, 0, 0, 100, 0),\n(@WPID+6470, 14, 651.844, -400.352, 67.9694, 5.58342, 0, 0, 0, 100, 0),\n(@WPID+6470, 15, 666.917, -406.781, 67.3749, 5.87794, 0, 0, 0, 100, 0),\n(@WPID+6470, 16, 689.541, -417.807, 64.6398, 5.72479, 0, 0, 0, 100, 0),\n(@WPID+6470, 17, 698.654, -428.471, 62.6934, 5.01793, 0, 0, 0, 100, 0),\n--\n(@WPID+6490, 1, 546.981, -399.578, 52.5969, 3.52958, 0, 0, 0, 100, 0),\n(@WPID+6490, 2, 522.017, -412.987, 44.7183, 3.6631, 0, 0, 0, 100, 0),\n(@WPID+6490, 3, 494.504, -432.168, 38.2521, 3.65132, 0, 0, 0, 100, 0),\n(@WPID+6490, 4, 482.849, -437.499, 36.3618, 3.47068, 0, 0, 0, 100, 0),\n(@WPID+6490, 5, 464.313, -439.207, 33.3607, 3.14081, 0, 0, 0, 100, 0),\n(@WPID+6490, 6, 456.83, -441.88, 32.6227, 3.50209, 0, 0, 0, 100, 0),\n(@WPID+6490, 7, 452.152, -452.556, 35.0823, 4.31105, 0, 0, 0, 100, 0),\n(@WPID+6490, 8, 449.892, -477.067, 48.5599, 4.44848, 0, 0, 0, 100, 0),\n(@WPID+6490, 9, 440.474, -497.059, 57.9395, 4.2325, 0, 0, 0, 100, 0),\n(@WPID+6490, 10, 423.999, -510.521, 67.687, 3.71414, 0, 0, 0, 100, 0),\n(@WPID+6490, 11, 428.951, -502.159, 63.1127, 0.819947, 0, 0, 0, 100, 0),\n(@WPID+6490, 12, 439.999, -491.38, 55.7093, 0.977026, 0, 0, 0, 100, 0),\n(@WPID+6490, 13, 445.505, -478.095, 48.6321, 1.20479, 0, 0, 0, 100, 0),\n(@WPID+6490, 14, 446.822, -459.29, 37.9068, 1.59356, 0, 0, 0, 100, 0),\n(@WPID+6490, 15, 446.565, -444.825, 32.2545, 1.60927, 0, 0, 0, 100, 0),\n(@WPID+6490, 16, 451.346, -437.94, 31.09, 0.977025, 0, 0, 0, 100, 0),\n(@WPID+6490, 17, 458.955, -434.742, 31.9488, 0.35656, 0, 0, 0, 100, 0),\n(@WPID+6490, 18, 480.254, -433.653, 35.7044, 0.046328, 0, 0, 0, 100, 0),\n(@WPID+6490, 19, 495.581, -427.327, 37.9361, 0.494005, 0, 0, 0, 100, 0),\n(@WPID+6490, 20, 511.12, -416.555, 41.5611, 0.615742, 0, 0, 0, 100, 0),\n(@WPID+6490, 21, 535.288, -401.248, 49.6436, 0.494006, 0, 0, 0, 100, 0),\n(@WPID+6490, 22, 549.448, -395.916, 53.6605, 0.289803, 0, 0, 0, 100, 0),\n--\n(@WPID+6510, 1, 441.348, -435.897, 28.3798, 2.21799, 0, 0, 0, 100, 0),\n(@WPID+6510, 2, 435.908, -428.659, 23.7458, 2.48895, 0, 0, 0, 100, 0),\n(@WPID+6510, 3, 425.574, -419.113, 15.718, 2.4379, 0, 0, 0, 100, 0),\n(@WPID+6510, 4, 414.091, -408.618, 6.93305, 2.36722, 0, 0, 0, 100, 0),\n(@WPID+6510, 5, 402.749, -398.314, -0.674377, 2.40649, 0, 0, 0, 100, 0),\n(@WPID+6510, 6, 401.984, -392.225, -1.18225, 1.61324, 0, 0, 0, 100, 0),\n(@WPID+6510, 7, 407.558, -384.707, -1.24309, 0.926011, 0, 0, 0, 100, 0),\n(@WPID+6510, 8, 417.306, -378.694, -1.24309, 0.525463, 0, 0, 0, 100, 0),\n(@WPID+6510, 9, 428.234, -375.932, -1.24309, 0.101343, 0, 0, 0, 100, 0),\n(@WPID+6510, 10, 438.705, -374.228, -1.24309, 0.17595, 0, 0, 0, 100, 0),\n(@WPID+6510, 11, 432.376, -379.611, -1.24309, 3.3843, 0, 0, 0, 100, 0),\n(@WPID+6510, 12, 415.298, -385.805, -1.24277, 3.55316, 0, 0, 0, 100, 0),\n(@WPID+6510, 13, 410.991, -391.805, -0.950329, 4.13827, 0, 0, 0, 100, 0),\n(@WPID+6510, 14, 410.566, -399.045, 1.12363, 4.65271, 0, 0, 0, 100, 0),\n(@WPID+6510, 15, 417.144, -406.175, 6.82707, 5.5245, 0, 0, 0, 100, 0),\n(@WPID+6510, 16, 425.934, -414.301, 13.766, 5.5402, 0, 0, 0, 100, 0),\n(@WPID+6510, 17, 436.876, -423.905, 22.0264, 5.46952, 0, 0, 0, 100, 0),\n(@WPID+6510, 18, 446.728, -432.684, 29.1092, 5.61874, 0, 0, 0, 100, 0),\n--\n(@WPID+6530, 1, 446.037, -377.099, -1.14455, 0.211253, 0, 0, 0, 100, 0),\n(@WPID+6530, 2, 461.095, -373.125, -1.06631, 0.28194, 0, 0, 0, 100, 0),\n(@WPID+6530, 3, 472.198, -367.227, -1.08681, 0.501853, 0, 0, 0, 100, 0),\n(@WPID+6530, 4, 510.472, -330.85, -1.08671, 0.761034, 0, 0, 0, 100, 0),\n(@WPID+6530, 5, 522.416, -326.382, -0.447271, 0.360479, 0, 0, 0, 100, 0),\n(@WPID+6530, 6, 539.602, -322.837, 4.98358, 0.203399, 0, 0, 0, 100, 0),\n(@WPID+6530, 7, 562.38, -327.055, 18.5736, 6.09781, 0, 0, 0, 100, 0),\n(@WPID+6530, 8, 576.869, -333.302, 27.3819, 5.87789, 0, 0, 0, 100, 0),\n(@WPID+6530, 9, 584.192, -336.485, 30.0242, 5.97606, 0, 0, 0, 100, 0),\n(@WPID+6530, 10, 590.045, -333.451, 30.3081, 0.478267, 0, 0, 0, 100, 0),\n(@WPID+6530, 11, 579.402, -329.48, 28.4333, 2.82268, 0, 0, 0, 100, 0),\n(@WPID+6530, 12, 563.553, -324.313, 19.1384, 2.86194, 0, 0, 0, 100, 0),\n(@WPID+6530, 13, 545.48, -319.477, 7.8328, 2.89336, 0, 0, 0, 100, 0),\n(@WPID+6530, 14, 531.774, -320.329, 1.8704, 3.19181, 0, 0, 0, 100, 0),\n(@WPID+6530, 15, 521.24, -323.363, -0.781273, 3.39994, 0, 0, 0, 100, 0),\n(@WPID+6530, 16, 509.846, -329.105, -1.08519, 3.70624, 0, 0, 0, 100, 0),\n(@WPID+6530, 17, 489.784, -343.237, -1.20467, 3.79264, 0, 0, 0, 100, 0),\n(@WPID+6530, 18, 474.172, -359.514, -1.24387, 3.94972, 0, 0, 0, 100, 0),\n(@WPID+6530, 19, 459.614, -369.472, -1.24387, 3.72981, 0, 0, 0, 100, 0),\n(@WPID+6530, 20, 434.36, -377.573, -1.24378, 3.47455, 0, 0, 0, 100, 0),\n--\n(@WPID+6550, 1, 598.371, -339.584, 30.1415, 2.74574, 0, 0, 0, 100, 0),\n(@WPID+6550, 2, 582.269, -335.351, 29.7332, 2.85963, 0, 0, 0, 100, 0),\n(@WPID+6550, 3, 573.063, -331.262, 25.1874, 2.68684, 0, 0, 0, 100, 0),\n(@WPID+6550, 4, 546.609, -324.109, 8.80725, 2.88712, 0, 0, 0, 100, 0),\n(@WPID+6550, 5, 527.569, -323.884, 0.745271, 3.22483, 0, 0, 0, 100, 0),\n(@WPID+6550, 6, 519.021, -327.119, -0.937101, 3.71963, 0, 0, 0, 100, 0),\n(@WPID+6550, 7, 469.505, -369.136, -1.08518, 3.86886, 0, 0, 0, 100, 0),\n(@WPID+6550, 8, 462.659, -369.717, -1.24382, 0.584269, 0, 0, 0, 100, 0),\n(@WPID+6550, 9, 467.283, -365.108, -1.24324, 0.584266, 0, 0, 0, 100, 0),\n(@WPID+6550, 10, 512.874, -326.215, -1.08519, 0.647098, 0, 0, 0, 100, 0),\n(@WPID+6550, 11, 524.696, -321.573, -0.075933, 0.116954, 0, 0, 0, 100, 0),\n(@WPID+6550, 12, 543.248, -319.846, 6.59712, 0.097319, 0, 0, 0, 100, 0),\n(@WPID+6550, 13, 566.097, -325.84, 20.5669, 6.0585, 0, 0, 0, 100, 0),\n(@WPID+6550, 14, 576.286, -329.279, 26.7781, 5.95247, 0, 0, 0, 100, 0),\n(@WPID+6550, 15, 585.641, -332.491, 30.0189, 5.95247, 0, 0, 0, 100, 0),\n(@WPID+6550, 16, 598.259, -334.451, 30.6873, 6.18808, 0, 0, 0, 100, 0),\n(@WPID+6550, 17, 607.015, -333.388, 30.68, 0.120882, 0, 0, 0, 100, 0),\n(@WPID+6550, 18, 618.372, -325.665, 30.1336, 0.599975, 0, 0, 0, 100, 0),\n(@WPID+6550, 19, 626.72, -316.829, 30.1336, 0.863082, 0, 0, 0, 100, 0),\n(@WPID+6550, 20, 626.924, -321.784, 30.1336, 4.00075, 0, 0, 0, 100, 0),\n(@WPID+6550, 21, 619.182, -329.629, 30.1336, 3.71408, 0, 0, 0, 100, 0),\n--\n(@WPID+6570, 1, 135.33, -390.12, 42.4416, 5.63839, 0, 0, 0, 100, 0),\n(@WPID+6570, 2, 151.849, -399.806, 42.8341, 5.78761, 0, 0, 0, 100, 0),\n(@WPID+6570, 3, 165.417, -404.333, 42.7135, 5.98788, 0, 0, 0, 100, 0),\n(@WPID+6570, 4, 194.365, -410.642, 43.1386, 6.09391, 0, 0, 0, 100, 0),\n(@WPID+6570, 5, 209.901, -415.353, 41.576, 5.874, 0, 0, 0, 100, 0),\n(@WPID+6570, 6, 221.318, -420.174, 39.7291, 6.06249, 0, 0, 0, 100, 0),\n(@WPID+6570, 7, 215.307, -413.862, 41.0756, 2.51642, 0, 0, 0, 100, 0),\n(@WPID+6570, 8, 202.743, -408.402, 42.7691, 2.76775, 0, 0, 0, 100, 0),\n(@WPID+6570, 9, 160.386, -399.322, 42.6692, 2.91697, 0, 0, 0, 100, 0),\n(@WPID+6570, 10, 141.537, -389.765, 42.4417, 2.66957, 0, 0, 0, 100, 0),\n--\n(@WPID+6590, 1, 638.272, -48.197, 43.4985, 4.0448, 0, 0, 0, 100, 0),\n(@WPID+6590, 2, 635.414, -53.5784, 42.2227, 4.41394, 0, 0, 0, 100, 0),\n(@WPID+6590, 3, 636.234, -77.0642, 41.6572, 4.82628, 0, 0, 0, 100, 0),\n(@WPID+6590, 4, 629.483, -103.906, 39.8933, 4.47678, 0, 0, 0, 100, 0),\n(@WPID+6590, 5, 621.224, -132.126, 33.5438, 4.41788, 0, 0, 0, 100, 0),\n(@WPID+6590, 6, 620.318, -124.615, 34.4967, 1.29985, 0, 0, 0, 100, 0),\n(@WPID+6590, 7, 628.554, -100.077, 40.5292, 1.22131, 0, 0, 0, 100, 0),\n(@WPID+6590, 8, 633.22, -80.7617, 41.4279, 1.31163, 0, 0, 0, 100, 0),\n(@WPID+6590, 9, 631.464, -59.898, 41.6683, 1.64542, 0, 0, 0, 100, 0),\n(@WPID+6590, 10, 637.172, -44.7301, 43.9809, 1.03674, 0, 0, 0, 100, 0),\n--\n(@WPID+6610, 1, 57.3195, -391.201, 45.409, 3.12669, 0, 0, 0, 100, 0),\n(@WPID+6610, 2, 32.6987, -390.593, 45.631, 3.1424, 0, 0, 0, 100, 0),\n(@WPID+6610, 3, 20.3616, -396.627, 45.7014, 3.59401, 0, 0, 0, 100, 0),\n(@WPID+6610, 4, 5.79824, -409.907, 45.183, 3.82177, 0, 0, 0, 100, 0),\n(@WPID+6610, 5, -7.22464, -416.816, 45.1169, 3.62935, 0, 0, 0, 100, 0),\n(@WPID+6610, 6, -18.515, -413.489, 41.6985, 2.89107, 0, 0, 0, 100, 0),\n(@WPID+6610, 7, -34.9569, -410.976, 31.7979, 2.83217, 0, 0, 0, 100, 0),\n(@WPID+6610, 8, -42.4696, -398.434, 22.4565, 0.978625, 0, 0, 0, 100, 0),\n(@WPID+6610, 9, -48.7093, -381.803, 15.0487, 1.92503, 0, 0, 0, 100, 0),\n(@WPID+6610, 10, -56.0186, -370.584, 12.9167, 2.16065, 0, 0, 0, 100, 0),\n(@WPID+6610, 11, -48.9171, -379.348, 14.374, 5.24334, 0, 0, 0, 100, 0),\n(@WPID+6610, 12, -43.6125, -397.592, 21.7293, 5.09019, 0, 0, 0, 100, 0),\n(@WPID+6610, 13, -36.3871, -410.248, 30.902, 5.29439, 0, 0, 0, 100, 0),\n(@WPID+6610, 14, -19.4529, -415.073, 41.5772, 6.16618, 0, 0, 0, 100, 0),\n(@WPID+6610, 15, -11.5931, -415.561, 44.6514, 6.22116, 0, 0, 0, 100, 0),\n(@WPID+6610, 16, -3.7182, -415.516, 45.2526, 0.008656, 0, 0, 0, 100, 0),\n(@WPID+6610, 17, 8.32221, -407.11, 45.1587, 0.609485, 0, 0, 0, 100, 0),\n(@WPID+6610, 18, 22.54, -395.044, 45.7428, 0.703733, 0, 0, 0, 100, 0),\n(@WPID+6610, 19, 36.8986, -391.703, 45.7215, 0.228567, 0, 0, 0, 100, 0),\n(@WPID+6610, 20, 49.5978, -390.694, 45.4266, 6.26435, 0, 0, 0, 100, 0),\n--\n(@WPID+6620, 1, 340.517, -386.188, -0.395106, 2.90283, 0, 0, 0, 100, 0),\n(@WPID+6620, 2, 322.989, -382.207, -0.963625, 2.9421, 0, 0, 0, 100, 0),\n(@WPID+6620, 3, 307.94, -380.615, -0.228239, 3.13845, 0, 0, 0, 100, 0),\n(@WPID+6620, 4, 294.483, -382.515, 2.91656, 3.38192, 0, 0, 0, 100, 0),\n(@WPID+6620, 5, 283.515, -387.037, 6.7775, 3.60968, 0, 0, 0, 100, 0),\n(@WPID+6620, 6, 276.359, -391.664, 11.0354, 3.83352, 0, 0, 0, 100, 0),\n(@WPID+6620, 7, 262.579, -404.485, 24.1382, 3.91599, 0, 0, 0, 100, 0),\n(@WPID+6620, 8, 253.04, -412.334, 31.7672, 3.61753, 0, 0, 0, 100, 0),\n(@WPID+6620, 9, 263.532, -404.875, 23.8061, 0.742971, 0, 0, 0, 100, 0),\n(@WPID+6620, 10, 275.346, -392.555, 11.8617, 0.711555, 0, 0, 0, 100, 0),\n(@WPID+6620, 11, 282.304, -387.93, 7.39372, 0.483792, 0, 0, 0, 100, 0),\n(@WPID+6620, 12, 292.214, -383.473, 3.64736, 0.385617, 0, 0, 0, 100, 0),\n(@WPID+6620, 13, 305.128, -380.808, 0.27935, 0.075386, 0, 0, 0, 100, 0),\n(@WPID+6620, 14, 318.651, -381.373, -0.926924, 6.174, 0, 0, 0, 100, 0),\n(@WPID+6620, 15, 335.106, -384.826, -0.715298, 6.04834, 0, 0, 0, 100, 0),\n--\n(@WPID+6830, 1, 924.078, -517.077, 93.4786, 3.55862, 0, 0, 0, 100, 0),\n(@WPID+6830, 2, 896.483, -512.427, 95.8163, 3.02848, 0, 0, 0, 100, 0),\n(@WPID+6830, 3, 885.462, -508.198, 96.8087, 2.74181, 0, 0, 0, 100, 0),\n(@WPID+6830, 4, 880.231, -501.736, 96.6349, 2.16847, 0, 0, 0, 100, 0),\n(@WPID+6830, 5, 875.57, -495.146, 96.6227, 2.33733, 0, 0, 0, 100, 0),\n(@WPID+6830, 6, 869.238, -494.42, 96.5896, 3.29158, 0, 0, 0, 100, 0),\n(@WPID+6830, 7, 863.165, -500.14, 96.247, 3.91597, 0, 0, 0, 100, 0),\n(@WPID+6830, 8, 848.4, -498.939, 97.4273, 3.07951, 0, 0, 0, 100, 0),\n(@WPID+6830, 9, 823.552, -496.637, 100.677, 3.07951, 0, 0, 0, 100, 0),\n(@WPID+6830, 10, 788.41, -493.085, 99.3186, 3.08344, 0, 0, 0, 100, 0),\n(@WPID+6830, 11, 820.401, -496.844, 100.452, 6.1622, 0, 0, 0, 100, 0),\n(@WPID+6830, 12, 834.917, -496.791, 99.3898, 6.03261, 0, 0, 0, 100, 0),\n(@WPID+6830, 13, 853.344, -500.679, 96.3702, 6.13471, 0, 0, 0, 100, 0),\n(@WPID+6830, 14, 862.132, -501.383, 96.1991, 6.25645, 0, 0, 0, 100, 0),\n(@WPID+6830, 15, 872.082, -491.917, 96.5513, 0.008612, 0, 0, 0, 100, 0),\n(@WPID+6830, 16, 876.333, -494.382, 96.6103, 5.259, 0, 0, 0, 100, 0),\n(@WPID+6830, 17, 882.435, -505.549, 96.6982, 5.2001, 0, 0, 0, 100, 0),\n(@WPID+6830, 18, 887.618, -509.816, 96.9295, 5.56923, 0, 0, 0, 100, 0),\n(@WPID+6830, 19, 902.971, -513.009, 95.5065, 6.09545, 0, 0, 0, 100, 0),\n(@WPID+6830, 20, 925.16, -516.505, 93.4223, 6.12293, 0, 0, 0, 100, 0),\n--\n(@WPID+6840, 1, 881.26, -504.005, 96.6619, 4.83489, 0, 0, 0, 100, 0),\n(@WPID+6840, 2, 883.45, -507.278, 96.6949, 5.2747, 0, 0, 0, 100, 0),\n(@WPID+6840, 3, 893.761, -512.437, 95.969, 5.82055, 0, 0, 0, 100, 0),\n(@WPID+6840, 4, 905.858, -514.052, 94.9864, 6.15434, 0, 0, 0, 100, 0),\n(@WPID+6840, 5, 917.902, -516.409, 93.7597, 6.0758, 0, 0, 0, 100, 0),\n(@WPID+6840, 6, 930.781, -515.371, 93.47, 0.212801, 0, 0, 0, 100, 0),\n(@WPID+6840, 7, 939.833, -509.473, 94.1087, 0.574084, 0, 0, 0, 100, 0),\n(@WPID+6840, 8, 928.518, -516.236, 93.36, 3.14234, 0, 0, 0, 100, 0),\n(@WPID+6840, 9, 910.115, -514.252, 94.4318, 2.99311, 0, 0, 0, 100, 0),\n(@WPID+6840, 10, 894.8, -511.978, 95.9153, 2.99704, 0, 0, 0, 100, 0),\n(@WPID+6840, 11, 884.922, -508.334, 96.7633, 2.79283, 0, 0, 0, 100, 0),\n(@WPID+6840, 12, 874.497, -491.59, 96.5516, 2.09383, 0, 0, 0, 100, 0),\n(@WPID+6840, 13, 868.343, -494.955, 96.5981, 3.98664, 0, 0, 0, 100, 0),\n(@WPID+6840, 14, 859.785, -502.05, 96.1748, 3.75102, 0, 0, 0, 100, 0),\n(@WPID+6840, 15, 830.961, -496.25, 100.018, 2.94992, 0, 0, 0, 100, 0),\n(@WPID+6840, 16, 815.397, -495.359, 100.093, 3.00489, 0, 0, 0, 100, 0),\n(@WPID+6840, 17, 791.329, -493.531, 99.5303, 3.04024, 0, 0, 0, 100, 0),\n(@WPID+6840, 18, 814.428, -495.502, 100.102, 6.15826, 0, 0, 0, 100, 0),\n(@WPID+6840, 19, 828.763, -495.988, 100.291, 6.05224, 0, 0, 0, 100, 0),\n(@WPID+6840, 20, 851.703, -501.047, 96.4382, 6.09543, 0, 0, 0, 100, 0),\n(@WPID+6840, 21, 863.634, -501.13, 96.2667, 0.589794, 0, 0, 0, 100, 0),\n(@WPID+6840, 22, 869.31, -493.107, 96.5661, 0.955004, 0, 0, 0, 100, 0);\n\n-- horde\nDELETE FROM `waypoint_data` WHERE `id` IN \n(@WPID+7320, @WPID+7340, @WPID+7360, @WPID+7380, @WPID+7400, @WPID+7420, @WPID+7440, @WPID+7450, @WPID+7460, @WPID+7470, \n @WPID+7480, @WPID+7490, @WPID+7510, @WPID+7530, @WPID+7550, @WPID+7570, @WPID+7590, @WPID+7610, @WPID+7630);\n\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+7320, 1, -932.92, -391.729, 49.0348, 3.46048, 0, 0, 0, 100, 0),\n(@WPID+7320, 2, -967.582, -400.531, 49.2425, 3.35839, 0, 0, 0, 100, 0),\n(@WPID+7320, 3, -1007.45, -400.062, 50.6827, 3.08742, 0, 0, 0, 100, 0),\n(@WPID+7320, 4, -1040.8, -390.011, 50.8924, 2.84395, 0, 0, 0, 100, 0),\n(@WPID+7320, 5, -1033.12, -386.553, 50.7307, 5.82453, 0, 0, 0, 100, 0),\n(@WPID+7320, 6, -1013.1, -393.364, 50.7279, 5.9934, 0, 0, 0, 100, 0),\n(@WPID+7320, 7, -1000.57, -395.958, 50.3158, 0.028296, 0, 0, 0, 100, 0),\n(@WPID+7320, 8, -967.639, -394.684, 49.2814, 0.040077, 0, 0, 0, 100, 0),\n(@WPID+7320, 9, -933.69, -385.933, 49.0852, 0.208932, 0, 0, 0, 100, 0),\n--\n(@WPID+7340, 1, -716.046, -449.656, 80.2178, 3.78952, 0, 0, 0, 100, 0),\n(@WPID+7340, 2, -734.863, -455.842, 72.6432, 3.4518, 0, 0, 0, 100, 0),\n(@WPID+7340, 3, -743.467, -456.225, 69.4588, 3.06696, 0, 0, 0, 100, 0),\n(@WPID+7340, 4, -753.047, -452.551, 67.6432, 2.35224, 0, 0, 0, 100, 0),\n(@WPID+7340, 5, -755.324, -440.998, 66.7669, 1.71214, 0, 0, 0, 100, 0),\n(@WPID+7340, 6, -760.275, -434.878, 65.3735, 2.72924, 0, 0, 0, 100, 0),\n(@WPID+7340, 7, -775.097, -435.906, 61.7637, 3.3929, 0, 0, 0, 100, 0),\n(@WPID+7340, 8, -798.188, -449.143, 56.1297, 3.5971, 0, 0, 0, 100, 0),\n(@WPID+7340, 9, -810.713, -449.831, 54.9224, 3.00413, 0, 0, 0, 100, 0),\n(@WPID+7340, 10, -818.398, -446.529, 54.753, 2.61144, 0, 0, 0, 100, 0),\n(@WPID+7340, 11, -838.611, -409.037, 52.0719, 2.00669, 0, 0, 0, 100, 0),\n(@WPID+7340, 12, -849.976, -398, 50.6491, 2.9845, 0, 0, 0, 100, 0),\n(@WPID+7340, 13, -876.94, -391.908, 48.6334, 2.90989, 0, 0, 0, 100, 0),\n(@WPID+7340, 14, -899.604, -382.012, 48.7024, 2.81564, 0, 0, 0, 100, 0),\n(@WPID+7340, 15, -877.12, -391.638, 48.6253, 5.53786, 0, 0, 0, 100, 0),\n(@WPID+7340, 16, -850.225, -397.624, 50.5813, 6.02874, 0, 0, 0, 100, 0),\n(@WPID+7340, 17, -833.163, -404.936, 51.7338, 5.33759, 0, 0, 0, 100, 0),\n(@WPID+7340, 18, -814.011, -443.529, 54.7255, 5.35723, 0, 0, 0, 100, 0),\n(@WPID+7340, 19, -809.102, -443.764, 55.1818, 0.126482, 0, 0, 0, 100, 0),\n(@WPID+7340, 20, -798.699, -443.255, 56.4804, 0.566305, 0, 0, 0, 100, 0),\n(@WPID+7340, 21, -775.403, -430.885, 62.2877, 0.413152, 0, 0, 0, 100, 0),\n(@WPID+7340, 22, -758.692, -430.063, 65.1696, 5.85204, 0, 0, 0, 100, 0),\n(@WPID+7340, 23, -751.014, -440.206, 66.7374, 5.29441, 0, 0, 0, 100, 0),\n(@WPID+7340, 24, -747.488, -450.384, 68.0977, 5.03131, 0, 0, 0, 100, 0),\n(@WPID+7340, 25, -742.425, -453.413, 70.0355, 5.95415, 0, 0, 0, 100, 0),\n(@WPID+7340, 26, -734.757, -451.986, 73.2104, 0.240375, 0, 0, 0, 100, 0),\n--\n(@WPID+7360, 1, -1130.96, -350.506, 51.4393, 5.89912, 0, 0, 0, 100, 0),\n(@WPID+7360, 2, -1105.75, -362.226, 51.5012, 5.84807, 0, 0, 0, 100, 0),\n(@WPID+7360, 3, -1093.98, -362.818, 51.4426, 6.23291, 0, 0, 0, 100, 0),\n(@WPID+7360, 4, -1071.54, -360.59, 51.389, 0.098951, 0, 0, 0, 100, 0),\n(@WPID+7360, 5, -1059.74, -365.522, 51.4011, 5.88734, 0, 0, 0, 100, 0),\n(@WPID+7360, 6, -1044.22, -380.652, 51.1128, 5.51035, 0, 0, 0, 100, 0),\n(@WPID+7360, 7, -1020.49, -392.489, 50.7974, 5.82058, 0, 0, 0, 100, 0),\n(@WPID+7360, 8, -990.253, -395.923, 50.0151, 6.17008, 0, 0, 0, 100, 0),\n(@WPID+7360, 9, -996.667, -400.26, 50.1735, 3.26804, 0, 0, 0, 100, 0),\n(@WPID+7360, 10, -1010.37, -399.03, 50.808, 3.05205, 0, 0, 0, 100, 0),\n(@WPID+7360, 11, -1036.56, -390.543, 50.7602, 2.82821, 0, 0, 0, 100, 0),\n(@WPID+7360, 12, -1050.33, -381.113, 51.2118, 2.52976, 0, 0, 0, 100, 0),\n(@WPID+7360, 13, -1062.43, -371.123, 51.7888, 2.45122, 0, 0, 0, 100, 0),\n(@WPID+7360, 14, -1074.68, -367.468, 51.389, 2.85178, 0, 0, 0, 100, 0),\n(@WPID+7360, 15, -1100.23, -368.793, 51.4816, 3.19342, 0, 0, 0, 100, 0),\n(@WPID+7360, 16, -1114.47, -364.97, 51.5018, 2.87927, 0, 0, 0, 100, 0),\n(@WPID+7360, 17, -1135.67, -352.563, 51.3206, 2.61223, 0, 0, 0, 100, 0),\n--\n(@WPID+7380, 1, -1275.12, -366.346, 59.8065, 1.58335, 0, 0, 0, 100, 0),\n(@WPID+7380, 2, -1274.17, -358.347, 60.3727, 1.40271, 0, 0, 0, 100, 0),\n(@WPID+7380, 3, -1270.23, -352.033, 60.313, 0.786176, 0, 0, 0, 100, 0),\n(@WPID+7380, 4, -1251.54, -343.779, 59.1286, 0.29923, 0, 0, 0, 100, 0),\n(@WPID+7380, 5, -1243.4, -337.623, 59.4629, 0.70371, 0, 0, 0, 100, 0),\n(@WPID+7380, 6, -1233.15, -320.676, 60.9461, 1.01394, 0, 0, 0, 100, 0),\n(@WPID+7380, 7, -1212.79, -298.096, 70.383, 0.766542, 0, 0, 0, 100, 0),\n(@WPID+7380, 8, -1196.71, -280.144, 72.1277, 0.817593, 0, 0, 0, 100, 0),\n(@WPID+7380, 9, -1194.39, -266.221, 72.4747, 1.45769, 0, 0, 0, 100, 0),\n(@WPID+7380, 10, -1199.74, -257.249, 72.5956, 2.09386, 0, 0, 0, 100, 0),\n(@WPID+7380, 11, -1199.77, -273.261, 72.3818, 4.59928, 0, 0, 0, 100, 0),\n(@WPID+7380, 12, -1204.73, -283.857, 72.042, 4.28905, 0, 0, 0, 100, 0),\n(@WPID+7380, 13, -1217.95, -298.972, 68.9824, 3.9906, 0, 0, 0, 100, 0),\n(@WPID+7380, 14, -1237.3, -320.891, 60.7556, 4.02202, 0, 0, 0, 100, 0),\n(@WPID+7380, 15, -1250.46, -338.536, 59.4445, 4.01024, 0, 0, 0, 100, 0),\n(@WPID+7380, 16, -1265.18, -344.66, 60.2002, 3.53114, 0, 0, 0, 100, 0),\n(@WPID+7380, 17, -1274.96, -352.996, 60.5537, 3.91599, 0, 0, 0, 100, 0),\n--\n(@WPID+7400, 1, -1329.59, -289.274, 90.8252, 0.050259, 0, 0, 0, 100, 0),\n(@WPID+7400, 2, -1311.68, -287.699, 90.6599, 0.089529, 0, 0, 0, 100, 0),\n(@WPID+7400, 3, -1293.49, -287.646, 90.406, 6.25098, 0, 0, 0, 100, 0),\n(@WPID+7400, 4, -1282.74, -286.943, 87.913, 0.065962, 0, 0, 0, 100, 0),\n(@WPID+7400, 5, -1276.32, -284.51, 84.2992, 0.364414, 0, 0, 0, 100, 0),\n(@WPID+7400, 6, -1266.17, -279.13, 75.3889, 0.490077, 0, 0, 0, 100, 0),\n(@WPID+7400, 7, -1258.56, -271.414, 72.9246, 0.792455, 0, 0, 0, 100, 0),\n(@WPID+7400, 8, -1259.4, -278.937, 73.6955, 4.3778, 0, 0, 0, 100, 0),\n(@WPID+7400, 9, -1267.17, -286.772, 79.6951, 3.55706, 0, 0, 0, 100, 0),\n(@WPID+7400, 10, -1280.27, -291.121, 87.8806, 3.45103, 0, 0, 0, 100, 0),\n(@WPID+7400, 11, -1292.95, -292.144, 90.4836, 3.21934, 0, 0, 0, 100, 0),\n(@WPID+7400, 12, -1323.37, -292.462, 90.6466, 3.13687, 0, 0, 0, 100, 0),\n--\n(@WPID+7420, 1, -1073.36, -331.596, 56.0068, 0.196344, 0, 0, 0, 100, 0),\n(@WPID+7420, 2, -1062.58, -326.726, 56.7053, 0.428036, 0, 0, 0, 100, 0),\n(@WPID+7420, 3, -1040.71, -315.542, 56.9636, 0.459452, 0, 0, 0, 100, 0),\n(@WPID+7420, 4, -1023.13, -316.717, 59.0798, 6.21642, 0, 0, 0, 100, 0),\n(@WPID+7420, 5, -1007.78, -328.95, 59.8856, 5.74126, 0, 0, 0, 100, 0),\n(@WPID+7420, 6, -978.17, -335.878, 60.0623, 6.14966, 0, 0, 0, 100, 0),\n(@WPID+7420, 7, -963.075, -324.821, 62.8754, 0.632236, 0, 0, 0, 100, 0),\n(@WPID+7420, 8, -966.404, -339.182, 60.7512, 3.18871, 0, 0, 0, 100, 0),\n(@WPID+7420, 9, -986.727, -342.068, 58.5618, 3.13766, 0, 0, 0, 100, 0),\n(@WPID+7420, 10, -1014.47, -335.638, 59.3974, 2.91382, 0, 0, 0, 100, 0),\n(@WPID+7420, 11, -1035.75, -322.513, 58.5864, 2.75988, 0, 0, 0, 100, 0),\n(@WPID+7420, 12, -1055.76, -330.688, 57.2387, 3.52957, 0, 0, 0, 100, 0),\n--\n(@WPID+7440, 1, -833.434, -407.257, 51.8497, 1.84648, 0, 0, 0, 100, 0),\n(@WPID+7440, 2, -831.222, -398.956, 52.0172, 1.35168, 0, 0, 0, 100, 0),\n(@WPID+7440, 3, -829.049, -384.151, 54.8257, 1.52839, 0, 0, 0, 100, 0),\n(@WPID+7440, 4, -831.146, -367.84, 52.1771, 1.7326, 0, 0, 0, 100, 0),\n(@WPID+7440, 5, -827.35, -355.562, 50.411, 1.22602, 0, 0, 0, 100, 0),\n(@WPID+7440, 6, -819.991, -344.622, 51.2958, 0.833316, 0, 0, 0, 100, 0),\n(@WPID+7440, 7, -809.165, -337.01, 55.9715, 0.483814, 0, 0, 0, 100, 0),\n(@WPID+7440, 8, -795.097, -339.143, 61.9769, 5.89129, 0, 0, 0, 100, 0),\n(@WPID+7440, 9, -782.334, -339.174, 65.3387, 0.197149, 0, 0, 0, 100, 0),\n(@WPID+7440, 10, -773.467, -332.986, 65.8544, 0.625191, 0, 0, 0, 100, 0),\n(@WPID+7440, 11, -766.807, -330.966, 66.3619, 0.228565, 0, 0, 0, 100, 0),\n(@WPID+7440, 12, -749.964, -338.299, 67.5695, 5.8638, 0, 0, 0, 100, 0),\n(@WPID+7440, 13, -734.365, -343.109, 66.6712, 6.08371, 0, 0, 0, 100, 0),\n(@WPID+7440, 14, -723.054, -348.489, 66.8749, 5.67923, 0, 0, 0, 100, 0),\n(@WPID+7440, 15, -716.551, -357.906, 66.7849, 5.30225, 0, 0, 0, 100, 0),\n(@WPID+7440, 16, -714.042, -382.911, 67.3269, 4.76425, 0, 0, 0, 100, 0),\n(@WPID+7440, 17, -716.436, -399.306, 67.602, 4.52864, 0, 0, 0, 100, 0),\n(@WPID+7440, 18, -721.266, -409.38, 67.5992, 4.21841, 0, 0, 0, 100, 0),\n(@WPID+7440, 19, -730.824, -417.513, 67.5992, 3.83749, 0, 0, 0, 100, 0),\n(@WPID+7440, 20, -747.778, -425.106, 66.6732, 3.54689, 0, 0, 0, 100, 0),\n(@WPID+7440, 21, -761.474, -429.678, 64.7253, 3.36232, 0, 0, 0, 100, 0),\n(@WPID+7440, 22, -776.744, -433.645, 61.6314, 3.42908, 0, 0, 0, 100, 0),\n(@WPID+7440, 23, -784.848, -437.674, 59.3271, 3.67648, 0, 0, 0, 100, 0),\n(@WPID+7440, 24, -799.329, -445.895, 56.0643, 3.64507, 0, 0, 0, 100, 0),\n(@WPID+7440, 25, -808.007, -447.005, 55.1276, 3.16597, 0, 0, 0, 100, 0),\n(@WPID+7440, 26, -814.719, -443.91, 54.6873, 2.64761, 0, 0, 0, 100, 0),\n(@WPID+7440, 27, -825.12, -430.281, 52.9153, 2.17637, 0, 0, 0, 100, 0),\n(@WPID+7440, 28, -829.563, -416.93, 52.3933, 1.85043, 0, 0, 0, 100, 0),\n--\n(@WPID+7450, 1, -735.564, -342.938, 66.6645, 6.09469, 0, 0, 0, 100, 0),\n(@WPID+7450, 2, -723.357, -346.537, 66.8695, 5.30929, 0, 0, 0, 100, 0),\n(@WPID+7450, 3, -717.209, -354.912, 66.7962, 5.08937, 0, 0, 0, 100, 0),\n(@WPID+7450, 4, -714.397, -367.388, 67.1846, 4.81841, 0, 0, 0, 100, 0),\n(@WPID+7450, 5, -717.586, -404.603, 67.5997, 4.5985, 0, 0, 0, 100, 0),\n(@WPID+7450, 6, -733.452, -418.991, 67.5944, 3.71885, 0, 0, 0, 100, 0),\n(@WPID+7450, 7, -743.404, -423.533, 66.9605, 0.416246, 0, 0, 0, 100, 0),\n(@WPID+7450, 8, -756.154, -428.62, 65.6007, 3.45181, 0, 0, 0, 100, 0),\n(@WPID+7450, 9, -743.747, -423.595, 66.9448, 0.436697, 0, 0, 0, 100, 0),\n(@WPID+7450, 10, -733.747, -419.035, 67.5817, 0.428843, 0, 0, 0, 100, 0),\n(@WPID+7450, 11, -717.918, -404.613, 67.598, 0.970768, 0, 0, 0, 100, 0),\n(@WPID+7450, 12, -714.795, -367.451, 67.2178, 1.21424, 0, 0, 0, 100, 0),\n(@WPID+7450, 13, -717.544, -354.971, 66.819, 2.10174, 0, 0, 0, 100, 0),\n(@WPID+7450, 14, -723.802, -346.52, 66.8624, 2.03106, 0, 0, 0, 100, 0),\n--\n(@WPID+7460, 1, -1226.52, -310.329, 63.9931, 3.95525, 0, 0, 0, 100, 0),\n(@WPID+7460, 2, -1236.03, -321.222, 60.7623, 4.02986, 0, 0, 0, 100, 0),\n(@WPID+7460, 3, -1245.06, -335.531, 59.4743, 4.15159, 0, 0, 0, 100, 0),\n(@WPID+7460, 4, -1247.83, -346.212, 59.3509, 4.45397, 0, 0, 0, 100, 0),\n(@WPID+7460, 5, -1246.04, -357.616, 59.5747, 4.86238, 0, 0, 0, 100, 0),\n(@WPID+7460, 6, -1239.99, -365.51, 59.4628, 5.42787, 0, 0, 0, 100, 0),\n(@WPID+7460, 7, -1218.73, -366.853, 57.1619, 0.024319, 0, 0, 0, 100, 0),\n(@WPID+7460, 8, -1195.1, -366.32, 52.9881, 0.028246, 0, 0, 0, 100, 0),\n(@WPID+7460, 9, -1172.98, -356.462, 52.0563, 0.41309, 0, 0, 0, 100, 0),\n(@WPID+7460, 10, -1192.66, -364.88, 52.572, 3.51934, 0, 0, 0, 100, 0),\n(@WPID+7460, 11, -1208.22, -366.92, 55.1853, 3.27193, 0, 0, 0, 100, 0),\n(@WPID+7460, 12, -1230.69, -366.936, 58.3679, 2.94207, 0, 0, 0, 100, 0),\n(@WPID+7460, 13, -1239.38, -364.193, 59.5156, 2.83604, 0, 0, 0, 100, 0),\n(@WPID+7460, 14, -1246.05, -354.48, 59.5413, 2.17238, 0, 0, 0, 100, 0),\n(@WPID+7460, 15, -1245.41, -337.735, 59.3176, 1.53228, 0, 0, 0, 100, 0),\n(@WPID+7460, 16, -1235.43, -321.982, 60.693, 1.00606, 0, 0, 0, 100, 0),\n(@WPID+7460, 17, -1224.79, -307.909, 65.0414, 0.923593, 0, 0, 0, 100, 0),\n(@WPID+7460, 18, -1213.81, -295.475, 70.6107, 0.817564, 0, 0, 0, 100, 0),\n(@WPID+7460, 19, -1200.76, -282.239, 72.0258, 0.805784, 0, 0, 0, 100, 0),\n(@WPID+7460, 20, -1196.66, -269.065, 72.328, 1.25739, 0, 0, 0, 100, 0),\n(@WPID+7460, 21, -1200.64, -257.909, 72.4976, 1.91319, 0, 0, 0, 100, 0),\n(@WPID+7460, 22, -1198.36, -262.259, 72.3701, 5.19616, 0, 0, 0, 100, 0),\n(@WPID+7460, 23, -1197.27, -275.001, 72.1811, 4.79561, 0, 0, 0, 100, 0),\n(@WPID+7460, 24, -1201.51, -282.805, 72.0287, 4.21441, 0, 0, 0, 100, 0),\n(@WPID+7460, 25, -1209.5, -292.873, 71.2325, 4.04163, 0, 0, 0, 100, 0),\n(@WPID+7460, 26, -1216.01, -298.916, 69.4727, 3.91204, 0, 0, 0, 100, 0),\n(@WPID+7460, 27, -1220.58, -304.035, 67.0472, 3.98273, 0, 0, 0, 100, 0),\n--\n(@WPID+7470, 1, -439.011, -198.944, 30.6439, 6.1583, 0, 0, 0, 100, 0),\n(@WPID+7470, 2, -425.992, -198.596, 26.2455, 0.040046, 0, 0, 0, 100, 0),\n(@WPID+7470, 3, -432.396, -198.758, 27.6788, 3.23269, 0, 0, 0, 100, 0),\n(@WPID+7470, 4, -439.313, -199.669, 30.7693, 3.24447, 0, 0, 0, 100, 0),\n(@WPID+7470, 5, -447.903, -197.236, 36.808, 2.76145, 0, 0, 0, 100, 0),\n(@WPID+7470, 6, -457.529, -193.363, 44.5581, 2.83606, 0, 0, 0, 100, 0),\n(@WPID+7470, 7, -468.239, -196.395, 51.4042, 3.27981, 0, 0, 0, 100, 0),\n(@WPID+7470, 8, -476.302, -195.733, 54.7323, 3.00885, 0, 0, 0, 100, 0),\n(@WPID+7470, 9, -484.82, -202.813, 57.39, 4.00238, 0, 0, 0, 100, 0),\n(@WPID+7470, 10, -495.837, -208.641, 57.4566, 3.4958, 0, 0, 0, 100, 0),\n(@WPID+7470, 11, -513.119, -214.595, 56.6407, 0.040049, 0, 0, 0, 100, 0),\n(@WPID+7470, 12, -535.742, -232.565, 56.6806, 3.70786, 0, 0, 0, 100, 0),\n(@WPID+7470, 13, -540.659, -252.308, 55.6034, 4.399, 0, 0, 0, 100, 0),\n(@WPID+7470, 14, -537.336, -231.766, 56.8841, 1.1985, 0, 0, 0, 100, 0),\n(@WPID+7470, 15, -516.651, -213.792, 57.0322, 0.365976, 0, 0, 0, 100, 0),\n(@WPID+7470, 16, -494.478, -209.787, 57.4775, 0.146064, 0, 0, 0, 100, 0),\n(@WPID+7470, 17, -485.081, -202.681, 57.3557, 0.644792, 0, 0, 0, 100, 0),\n(@WPID+7470, 18, -475.761, -193.92, 54.7189, 6.24468, 0, 0, 0, 100, 0),\n(@WPID+7470, 19, -466.857, -195.945, 50.5781, 6.10331, 0, 0, 0, 100, 0),\n(@WPID+7470, 20, -457.246, -194.315, 43.9417, 6.25646, 0, 0, 0, 100, 0),\n(@WPID+7470, 21, -449.98, -197.185, 38.265, 5.90696, 0, 0, 0, 100, 0),\n--\n(@WPID+7480, 1, -548.387, -272.626, 52.361, 4.09662, 0, 0, 0, 100, 0),\n(@WPID+7480, 2, -558.362, -279.389, 52.0456, 3.81388, 0, 0, 0, 100, 0),\n(@WPID+7480, 3, -570.777, -288.976, 49.8173, 3.78639, 0, 0, 0, 100, 0),\n(@WPID+7480, 4, -577.13, -295.094, 48.5639, 3.90813, 0, 0, 0, 100, 0),\n(@WPID+7480, 5, -580.182, -306.457, 46.9288, 4.39901, 0, 0, 0, 100, 0),\n(@WPID+7480, 6, -580.784, -312.621, 46.694, 5.77738, 0, 0, 0, 100, 0),\n(@WPID+7480, 7, -576.017, -318.889, 45.2631, 5.37683, 0, 0, 0, 100, 0),\n(@WPID+7480, 8, -564.604, -321.81, 41.1865, 6.03263, 0, 0, 0, 100, 0),\n(@WPID+7480, 9, -549.477, -334.371, 38.1386, 5.50641, 0, 0, 0, 100, 0),\n(@WPID+7480, 10, -531.817, -343.352, 35.3738, 5.81272, 0, 0, 0, 100, 0),\n(@WPID+7480, 11, -524.33, -340.913, 34.6619, 0.314933, 0, 0, 0, 100, 0),\n(@WPID+7480, 12, -508.963, -320.465, 32.4, 0.927544, 0, 0, 0, 100, 0),\n(@WPID+7480, 13, -494.209, -291.947, 30.2437, 1.08462, 0, 0, 0, 100, 0),\n(@WPID+7480, 14, -507.327, -317.993, 32.1865, 4.20657, 0, 0, 0, 100, 0),\n(@WPID+7480, 15, -520.229, -336.434, 34.2219, 4.04164, 0, 0, 0, 100, 0),\n(@WPID+7480, 16, -530.657, -340.968, 35.2504, 3.46043, 0, 0, 0, 100, 0),\n(@WPID+7480, 17, -541.99, -337.752, 37.4352, 2.41193, 0, 0, 0, 100, 0),\n(@WPID+7480, 18, -557.391, -327.238, 39.1848, 2.54937, 0, 0, 0, 100, 0),\n(@WPID+7480, 19, -568.248, -320.478, 42.5423, 2.58472, 0, 0, 0, 100, 0),\n(@WPID+7480, 20, -572.744, -318.495, 44.1203, 2.72609, 0, 0, 0, 100, 0),\n(@WPID+7480, 21, -578.382, -312.997, 46.025, 2.36873, 0, 0, 0, 100, 0),\n(@WPID+7480, 22, -578.847, -305.198, 46.9504, 1.63046, 0, 0, 0, 100, 0),\n(@WPID+7480, 23, -574.423, -293.199, 48.9048, 1.22598, 0, 0, 0, 100, 0),\n(@WPID+7480, 24, -564.732, -283.379, 51.4349, 0.794007, 0, 0, 0, 100, 0),\n--\n(@WPID+7510, 1, -579.696, -315.773, 46.3295, 6.00268, 0, 0, 0, 100, 0),\n(@WPID+7510, 2, -562.042, -322.148, 40.2817, 5.80633, 0, 0, 0, 100, 0),\n(@WPID+7510, 3, -538.711, -335.026, 37.2335, 5.77885, 0, 0, 0, 100, 0),\n(@WPID+7510, 4, -526.172, -337.537, 34.7336, 6.10085, 0, 0, 0, 100, 0),\n(@WPID+7510, 5, -520.69, -333.402, 34.2388, 0.646262, 0, 0, 0, 100, 0),\n(@WPID+7510, 6, -496.877, -292.596, 30.5682, 1.0586, 0, 0, 0, 100, 0),\n(@WPID+7510, 7, -494.324, -298.937, 31.0767, 4.65965, 0, 0, 0, 100, 0),\n(@WPID+7510, 8, -504.886, -319.995, 32.5051, 4.2591, 0, 0, 0, 100, 0),\n(@WPID+7510, 9, -515.587, -336.163, 33.9362, 3.93316, 0, 0, 0, 100, 0),\n(@WPID+7510, 10, -525.243, -341.062, 34.7269, 3.61115, 0, 0, 0, 100, 0),\n(@WPID+7510, 11, -539.037, -341.364, 36.9744, 3.16347, 0, 0, 0, 100, 0),\n(@WPID+7510, 12, -560.462, -329.251, 39.9927, 2.51866, 0, 0, 0, 100, 0),\n(@WPID+7510, 13, -571.05, -322.078, 43.7235, 2.54615, 0, 0, 0, 100, 0),\n--\n(@WPID+7530, 1, -477.888, -199.471, 55.5433, 3.69678, 0, 0, 0, 100, 0),\n(@WPID+7530, 2, -484.912, -204.961, 57.6218, 3.81066, 0, 0, 0, 100, 0),\n(@WPID+7530, 3, -506.25, -208.373, 57.2179, 3.30015, 0, 0, 0, 100, 0),\n(@WPID+7530, 4, -525.533, -218.125, 57.577, 3.61824, 0, 0, 0, 100, 0),\n(@WPID+7530, 5, -538.731, -233.897, 56.8728, 4.03057, 0, 0, 0, 100, 0),\n(@WPID+7530, 6, -541.294, -249.437, 55.8954, 4.54894, 0, 0, 0, 100, 0),\n(@WPID+7530, 7, -554.429, -270.186, 52.3502, 4.06199, 0, 0, 0, 100, 0),\n(@WPID+7530, 8, -575.256, -292.454, 48.9485, 3.95989, 0, 0, 0, 100, 0),\n(@WPID+7530, 9, -561.411, -284.252, 52.0092, 0.76489, 0, 0, 0, 100, 0),\n(@WPID+7530, 10, -541.943, -260.573, 54.2881, 0.988729, 0, 0, 0, 100, 0),\n(@WPID+7530, 11, -532.297, -233.751, 56.604, 1.16544, 0, 0, 0, 100, 0),\n(@WPID+7530, 12, -518.55, -218.244, 56.933, 0.863066, 0, 0, 0, 100, 0),\n(@WPID+7530, 13, -501.077, -211.559, 57.1473, 0.160135, 0, 0, 0, 100, 0),\n(@WPID+7530, 14, -490.662, -208.807, 57.674, 0.25831, 0, 0, 0, 100, 0),\n--\n(@WPID+7550, 1, -580.346, -302.663, 47.3256, 1.01622, 0, 0, 0, 100, 0),\n(@WPID+7550, 2, -568.32, -284.621, 50.7155, 0.855211, 0, 0, 0, 100, 0),\n(@WPID+7550, 3, -548.675, -263.924, 52.7588, 0.827721, 0, 0, 0, 100, 0),\n(@WPID+7550, 4, -532.607, -230.198, 56.7773, 1.12617, 0, 0, 0, 100, 0),\n(@WPID+7550, 5, -510.187, -215.043, 56.7409, 0.521417, 0, 0, 0, 100, 0),\n(@WPID+7550, 6, -487.628, -208.027, 57.7591, 0.301506, 0, 0, 0, 100, 0),\n(@WPID+7550, 7, -507.158, -209.538, 57.1341, 3.34492, 0, 0, 0, 100, 0),\n(@WPID+7550, 8, -518.753, -214.931, 57.2196, 3.5884, 0, 0, 0, 100, 0),\n(@WPID+7550, 9, -533.774, -229.122, 56.8981, 3.89863, 0, 0, 0, 100, 0),\n(@WPID+7550, 10, -541.906, -250.226, 55.6424, 4.3463, 0, 0, 0, 100, 0),\n(@WPID+7550, 11, -556.921, -270.855, 52.3268, 4.0832, 0, 0, 0, 100, 0),\n(@WPID+7550, 12, -573.729, -289.323, 49.5004, 3.96539, 0, 0, 0, 100, 0),\n--\n(@WPID+7570, 1, -705.689, -359.337, 66.4469, 5.77647, 0, 0, 0, 100, 0),\n(@WPID+7570, 2, -685.326, -371.171, 65.7148, 5.80788, 0, 0, 0, 100, 0),\n(@WPID+7570, 3, -650.808, -386.559, 61.5629, 5.8982, 0, 0, 0, 100, 0),\n(@WPID+7570, 4, -626.047, -392.963, 58.8814, 6.03957, 0, 0, 0, 100, 0),\n(@WPID+7570, 5, -634.261, -396.177, 59.4011, 2.89798, 0, 0, 0, 100, 0),\n(@WPID+7570, 6, -667.594, -384.257, 64.5929, 2.7841, 0, 0, 0, 100, 0),\n(@WPID+7570, 7, -686.992, -374.788, 65.6952, 2.64272, 0, 0, 0, 100, 0),\n(@WPID+7570, 8, -707.322, -362.887, 66.5359, 2.5956, 0, 0, 0, 100, 0),\n--\n(@WPID+7590, 1, -626.917, -398.183, 59.0421, 1.32562, 0, 0, 0, 100, 0),\n(@WPID+7590, 2, -624.362, -384.625, 58.2024, 1.38452, 0, 0, 0, 100, 0),\n(@WPID+7590, 3, -623.853, -355.265, 55.9985, 1.62407, 0, 0, 0, 100, 0),\n(@WPID+7590, 4, -613.582, -340.965, 54.6607, 0.76013, 0, 0, 0, 100, 0),\n(@WPID+7590, 5, -616.096, -350.401, 55.5463, 4.55361, 0, 0, 0, 100, 0),\n(@WPID+7590, 6, -619.386, -363.855, 56.8055, 4.48292, 0, 0, 0, 100, 0),\n(@WPID+7590, 7, -623.081, -400.924, 59.2498, 4.57324, 0, 0, 0, 100, 0),\n--\n(@WPID+7610, 1, -489.341, -283.595, 28.2708, 0.676918, 0, 0, 0, 100, 0),\n(@WPID+7610, 2, -473.99, -275.515, 24.8749, 0.484496, 0, 0, 0, 100, 0),\n(@WPID+7610, 3, -451.325, -275.544, 21.5313, 0.00933, 0, 0, 0, 100, 0),\n(@WPID+7610, 4, -444.399, -270.083, 21.0919, 0.669064, 0, 0, 0, 100, 0),\n(@WPID+7610, 5, -442.024, -258.827, 21.454, 1.39556, 0, 0, 0, 100, 0),\n(@WPID+7610, 6, -438.628, -245.52, 22.6404, 1.32095, 0, 0, 0, 100, 0),\n(@WPID+7610, 7, -426.863, -227.528, 23.4386, 0.998932, 0, 0, 0, 100, 0),\n(@WPID+7610, 8, -424.018, -214.469, 24.9939, 1.35629, 0, 0, 0, 100, 0),\n(@WPID+7610, 9, -428.945, -205.975, 26.8813, 2.14561, 0, 0, 0, 100, 0),\n(@WPID+7610, 10, -430.45, -198.309, 27.0134, 1.76469, 0, 0, 0, 100, 0),\n(@WPID+7610, 11, -422.447, -201.184, 26.599, 5.93516, 0, 0, 0, 100, 0),\n(@WPID+7610, 12, -419.628, -217.634, 24.4777, 4.87095, 0, 0, 0, 100, 0),\n(@WPID+7610, 13, -421.495, -230.401, 22.8892, 4.42721, 0, 0, 0, 100, 0),\n(@WPID+7610, 14, -431.756, -247.774, 23.046, 4.1798, 0, 0, 0, 100, 0),\n(@WPID+7610, 15, -436.422, -268.809, 20.419, 4.49789, 0, 0, 0, 100, 0),\n(@WPID+7610, 16, -443.278, -278.388, 20.8473, 4.08163, 0, 0, 0, 100, 0),\n(@WPID+7610, 17, -452.721, -281.1, 21.9572, 3.44153, 0, 0, 0, 100, 0),\n(@WPID+7610, 18, -465.51, -281.169, 23.377, 3.147, 0, 0, 0, 100, 0),\n(@WPID+7610, 19, -476.149, -281.878, 25.4459, 3.36299, 0, 0, 0, 100, 0),\n--\n(@WPID+7630, 1, -537.769, -237.547, 56.8771, 0.79866, 0, 0, 0, 100, 0),\n(@WPID+7630, 2, -515.907, -215.982, 56.6991, 0.716193, 0, 0, 0, 100, 0),\n(@WPID+7630, 3, -502.804, -209.473, 57.0799, 0.378469, 0, 0, 0, 100, 0),\n(@WPID+7630, 4, -490.298, -206.796, 57.4268, 0.20961, 0, 0, 0, 100, 0),\n(@WPID+7630, 5, -478.228, -196.68, 55.2717, 0.704411, 0, 0, 0, 100, 0),\n(@WPID+7630, 6, -470.559, -194.89, 52.9806, 0.229245, 0, 0, 0, 100, 0),\n(@WPID+7630, 7, -451.074, -197.478, 39.04, 6.15115, 0, 0, 0, 100, 0),\n(@WPID+7630, 8, -430.585, -199.628, 27.1248, 6.17864, 0, 0, 0, 100, 0),\n(@WPID+7630, 9, -423.59, -210.334, 25.4901, 5.29114, 0, 0, 0, 100, 0),\n(@WPID+7630, 10, -424.818, -227.994, 22.9373, 4.65104, 0, 0, 0, 100, 0),\n(@WPID+7630, 11, -443.15, -272.609, 20.6038, 4.3251, 0, 0, 0, 100, 0),\n(@WPID+7630, 12, -452.884, -279.245, 21.7472, 3.73998, 0, 0, 0, 100, 0),\n(@WPID+7630, 13, -478.38, -279.953, 25.7932, 3.45723, 0, 0, 0, 100, 0),\n(@WPID+7630, 14, -490.288, -286.795, 28.9391, 3.66536, 0, 0, 0, 100, 0),\n(@WPID+7630, 15, -497.848, -294.558, 30.8571, 3.94025, 0, 0, 0, 100, 0),\n(@WPID+7630, 16, -513.378, -329.47, 33.4261, 4.24656, 0, 0, 0, 100, 0),\n(@WPID+7630, 17, -521.742, -339.061, 34.408, 3.99523, 0, 0, 0, 100, 0),\n(@WPID+7630, 18, -536.457, -339.951, 36.5123, 3.20198, 0, 0, 0, 100, 0),\n(@WPID+7630, 19, -558.789, -327.637, 39.4926, 2.64827, 0, 0, 0, 100, 0),\n(@WPID+7630, 20, -574.16, -317.126, 44.5936, 2.43621, 0, 0, 0, 100, 0),\n(@WPID+7630, 21, -577.012, -307.144, 46.6024, 1.93749, 0, 0, 0, 100, 0),\n(@WPID+7630, 22, -571.38, -292.436, 49.32, 1.19528, 0, 0, 0, 100, 0),\n(@WPID+7630, 23, -556.252, -275.628, 52.1857, 0.82222, 0, 0, 0, 100, 0),\n(@WPID+7630, 24, -539.345, -255.275, 55.6822, 0.881125, 0, 0, 0, 100, 0),\n(@WPID+7630, 25, -537.784, -245.572, 57.0883, 1.41127, 0, 0, 0, 100, 0);\n\n\n/* QUESTS */\n\nDELETE FROM `creature_queststarter` WHERE `id` = 12096 AND `quest` = 7122;\nDELETE FROM `creature_queststarter` WHERE `id` = 12097 AND `quest` = 7124;\nDELETE FROM `creature_queststarter` WHERE `id` IN (13153, 13154, 13319, 13320, 13377, 13447, 13448, 13597, 13598, 14185, 14186, 14187, 14188);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(12096, 7122), -- Capture a Mine (alliance)\n(12097, 7124), -- Capture a Mine (horde)\n(13153, 7302), -- Fallen Sky Lords (Commander Mulfort, horde)\n(13154, 7281), -- Brotherly Love (Commander Louis Philips, horde)\n(13154, 7363), -- The Human Condition\n(13154, 7423), -- I've Got A Fever For More Bone Chips (repeatable)\n(13319, 7301), -- Fallen Sky Lords (Commander Duffy, alliance)\n(13320, 7282), -- Brotherly Love (Commander Karl Philips, alliance)\n(13320, 7366), -- The Archbishop's Mercy\n(13320, 7426), -- One Man's Love (repeatable)\n(13377, 6861), -- Zinfizzlex's Portable Shredder Unit (horde)\n(13377, 6862), -- Zinfizzlex's Portable Shredder Unit (alliance)\n(13447, 7428), -- Wanted: MORE ORCS! (repeatable)\n(13448, 7427), -- Wanted: MORE DWARVES! (repeatable)\n(13597, 7368), -- Defusing the Threat (horde)\n(13598, 7367), -- Defusing the Threat (alliance)\n(14185, 7361), -- Favor amongst the Darkspear\n(14185, 7421), -- Darkspear Defense (repeatable)\n(14186, 7362), -- Ally of the Tauren\n(14186, 7422), -- Tuft it Out (repeatable)\n(14187, 7365), -- Staghelm's Requiem\n(14187, 7425), -- Staghelm's Mojo Jamboree (repeatable)\n(14188, 7364), -- Gnomeregan Bounty\n(14188, 7424); -- What the Hoof? (repeatable)\n\nDELETE FROM `gameobject_queststarter` WHERE `quest` IN (7401, 7402);\nINSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES \n(179438, 7401), -- Wanted: Dwarves!\n(179437, 7402); -- WANTED: Orcs!\n\nDELETE FROM `creature_questender` WHERE `id` IN (13153, 13154, 13319, 13320, 13377, 13447, 13448, 13597, 13598, 14185, 14186, 14187, 14188);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(13153, 7302), -- Fallen Sky Lords (Commander Mulfort, horde)\n(13154, 7281), -- Brotherly Love (Commander Louis Philips, horde)\n(13154, 7363), -- The Human Condition\n(13154, 7423), -- I've Got A Fever For More Bone Chips (repeatable)\n(13319, 7301), -- Fallen Sky Lords  (Commander Duffy, alliance)\n(13320, 7282), -- Brotherly Love (Commander Karl Philips, alliance)\n(13320, 7366), -- The Archbishop's Mercy\n(13320, 7426), -- One Man's Love (repeatable)\n(13377, 6861), -- Zinfizzlex's Portable Shredder Unit (horde)\n(13377, 6862), -- Zinfizzlex's Portable Shredder Unit (alliance)\n(13447, 7402), -- WANTED: Orcs!\n(13447, 7428), -- Wanted: MORE ORCS! (repeatable)\n(13448, 7401), -- Wanted: Dwarves!\n(13448, 7427), -- Wanted: MORE DWARVES! (repeatable)\n(13597, 7368), -- Defusing the Threat (horde)\n(13598, 7367), -- Defusing the Threat (alliance)\n(14185, 7361), -- Favor amongst the Darkspear\n(14185, 7421), -- Darkspear Defense (repeatable)\n(14186, 7362), -- Ally of the Tauren\n(14186, 7422), -- Tuft it Out (repeatable)\n(14187, 7365), -- Staghelm's Requiem\n(14187, 7425), -- Staghelm's Mojo Jamboree (repeatable)\n(14188, 7364); -- Gnomeregan Bounty\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7401, 7402); -- not repeatable quests\nUPDATE `quest_template_addon` SET `SpecialFlags` = 2 WHERE `ID` IN (7301, 7302); -- QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT\nUPDATE `quest_template` SET  `AllowableRaces` = 1101 WHERE `ID` = 7402; -- alliance only\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7361 WHERE `ID` = 7421; -- Darkspear Defense\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7362 WHERE `ID` = 7422; -- Tuft it Out\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7363 WHERE `ID` = 7423; -- I've Got A Fever For More Bone Chips\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7364 WHERE `ID` = 7424; -- What the Hoof?\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7365 WHERE `ID` = 7425; -- Staghelm's Mojo Jamboree\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7366 WHERE `ID` = 7426; -- One Man's Love\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7401 WHERE `ID` = 7427; -- Wanted: MORE DWARVES!\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7402 WHERE `ID` = 7428; -- Wanted: MORE ORCS!\n\n-- restore vanilla AV quests\nDELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (7181, 7202, 7381, 7382); -- Korrak quests\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (7181, 7202, 7381, 7382, 8271, 8272);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(19, 0, 7181, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Quest: \\'The Legend of Korrak\\' only available before patch 1.10'),\n(19, 0, 7381, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Quest: \\'The Return of Korrak\\' only available before patch 1.10'),\n(19, 0, 7202, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Quest: \\'Korrak the Bloodrager\\' only available before patch 1.10'),\n(19, 0, 7382, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Quest: \\'Korrak the Everliving\\' only available before patch 1.10'),\n--\n(19, 0, 8271, 0, 1, 8, 0, 7202,  0, 0, 1, 0, 0, '', 'Quest: \\'Hero of the Stormpike\\' only available if \\'Korrak the Bloodrager\\' has not been completed'),\n(19, 0, 8271, 0, 1, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Quest: \\'Hero of the Stormpike\\' only available after patch 1.10'),\n(19, 0, 8272, 0, 1, 8, 0, 7181,  0, 0, 1, 0, 0, '', 'Quest: \\'Hero of the Frostwolf\\' only available if \\'The Legend of Korrak\\' has not been completed'),\n(19, 0, 8272, 0, 1, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Quest: \\'Hero of the Frostwolf\\' only available after patch 1.10');\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7181 WHERE `ID` = 7381;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7202 WHERE `ID` = 7382;\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0   WHERE `ID` IN (7081, 7082, 7181, 7381, 7202, 7382);\n\nDELETE FROM `player_loot_template` WHERE `Item` IN (17306, 17423, 18142, 18143, 18144, 18145, 18146, 18147, 18206, 18207);\nINSERT INTO `player_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(1, 17306, 0, 85, 0, 1, 0, 1, 1, 'Alterac Valley - Alliance - Stormpike Soldiers Blood'),\n(0, 17423, 0, 85, 0, 1, 0, 1, 1, 'Alterac Valley - Horde - Storm Crystal'),\n(1, 18142, 0, 25, 0, 1, 1, 1, 1, 'Alterac Valley - Alliance - Severed Night Elf Head'),\n(1, 18143, 0, 25, 0, 1, 1, 1, 1, 'Alterac Valley - Alliance - Tuft of Gnome Hair'),\n(1, 18144, 0, 25, 0, 1, 1, 1, 1, 'Alterac Valley - Alliance - Human Bone Chip'),\n(0, 18145, 0, 25, 0, 1, 2, 1, 1, 'Alterac Valley - Horde - Tauren Hoof'),\n(0, 18146, 0, 25, 0, 1, 2, 1, 1, 'Alterac Valley - Horde - Darkspear Troll Mojo'),\n(0, 18147, 0, 25, 0, 1, 2, 1, 1, 'Alterac Valley - Horde - Forsaken Heart'),\n(1, 18206, 0, 25, 0, 1, 1, 1, 1, 'Alterac Valley - Alliance - Dwarf Spine'),\n(0, 18207, 0, 25, 0, 1, 2, 1, 1, 'Alterac Valley - Horde - Orc Tooth');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 28 AND `SourceEntry` IN (17306, 17423, 18142, 18143, 18144, 18145, 18146, 18147, 18206, 18207);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(28, 1, 17306, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Stormpike Soldiers Blood only drops inside Alterac Valley Battleground'),\n(28, 1, 17306, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Stormpike Soldiers Blood only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 0, 17423, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Storm Crystal only drops inside Alterac Valley Battleground'),\n(28, 0, 17423, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Storm Crystal only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 1, 18142, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Severed Night Elf Head only drops inside Alterac Valley Battleground'),\n(28, 1, 18142, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Severed Night Elf Head only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 1, 18143, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Tuft of Gnome Hair only drops inside Alterac Valley Battleground'),\n(28, 1, 18143, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Tuft of Gnome Hair only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 1, 18144, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Human Bone Chip only drops inside Alterac Valley Battleground'),\n(28, 1, 18144, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Human Bone Chip only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 0, 18145, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Tauren Hoof only drops inside Alterac Valley Battleground'),\n(28, 0, 18145, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Tauren Hoof only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 0, 18146, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Darkspear Troll Mojo only drops inside Alterac Valley Battleground'),\n(28, 0, 18146, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Darkspear Troll Mojo only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 0, 18147, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Forsaken Heart only drops inside Alterac Valley Battleground'),\n(28, 0, 18147, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Forsaken Heart only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 1, 18206, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Dwarf Spine only drops inside Alterac Valley Battleground'),\n(28, 1, 18206, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Dwarf Spine only drops if the player has NOT completed PROGRESSION_PRE_TBC'),\n(28, 0, 18207, 0, 1, 22, 0, 30, 0, 0, 0, 0, 0, '',   'Orc Tooth only drops inside Alterac Valley Battleground'),\n(28, 0, 18207, 0, 1, 8, 0, 66008, 0, 0, 1, 0, 0, '', 'Orc Tooth only drops if the player has NOT completed PROGRESSION_PRE_TBC');\n\n-- only drop Stormpike Soldiers Blood from alliance creatures + correct drop rate and amount\nDELETE FROM `creature_loot_template` WHERE `Item` = 17306;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(11949, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(12047, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(12048, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(12050, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(12127, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13078, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13096, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13138, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13139, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13216, 17306, 0, 50,  0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13257, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13296, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13297, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13298, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13299, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13300, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13318, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13319, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13320, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13324, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13325, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13326, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13327, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13331, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13333, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13335, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13336, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13356, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13358, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13419, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13422, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13424, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13426, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13427, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13437, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13438, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13439, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13442, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13443, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13446, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13447, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13524, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13525, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13526, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13527, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13546, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13576, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13577, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13598, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13617, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(13797, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(14188, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood'),\n(14284, 17306, 0, 100, 0, 1, 0, 1, 1, 'Stormpike Soldiers Blood');\n\n-- only drop Storm Crystals from horde creatures + correct drop rate and amount\nDELETE FROM `creature_loot_template` WHERE `Item` = 17423;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(13798, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13597, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13441, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13359, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13284, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13154, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13153, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13152, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13147, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13146, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13145, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13144, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13143, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13140, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(12122, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13218, 17423, 0, 50,  0, 1, 0, 1, 1, 'Storm Crystal'),\n(13137, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(12121, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(12053, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(12052, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(12051, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(11947, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13425, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13531, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13428, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(14282, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13357, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13528, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13440, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(14185, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13236, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(14186, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13328, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13330, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13448, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13176, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13332, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13334, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13337, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13449, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13179, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13180, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13181, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13421, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13529, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13530, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal'),\n(13256, 17423, 0, 100, 0, 1, 0, 1, 1, 'Storm Crystal');\n\nUPDATE `creature_template` SET `lootid` = 0 WHERE `entry` IN (13777, 22759); -- cleanup\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (12047, 13216); -- cleanup\n\n\n/* CREATURE COPIES */\n\n-- IP disables the originals so that copies can be placed manually. This allows IP to have control over them, to add waypoints as an example.\nDELETE FROM `creature_template` WHERE `entry` IN \n(110981, 110990, 112051, 112127, 113358, 113359, 114282, 114283, 114284, 113179, 113180, 113181, 113437, 113438, 113439, 122739, 122766, 131978, 132089,\n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, 122782, 122778, 122779, 122731, 122730, 122729, 122734, 122733, 122732, 132143, 132139, 132140, 131948, 131947, 131946, 131951, 131950, 131949,\n110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397, 122750, 122747, 122748, 122743, 122746, 122749, 122741, 122744, 122745, 132021, 132018, 132019, 132014, 132017, 132020, 132012, 132015, 132016);\n\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(110981,0,0,0,0,0,'Frostwolf',NULL,NULL,0,50,51,0,1275,0,1,2.57143,1,1,18,0,0,1,2000,2000,1,1,1,0,2048,0,1,1,1,10981,0,10981,13040,0,0,0,'SmartAI',1,1,1.02,1,1,1,0,0,1,0,0,'',0),\n(110990,0,0,0,0,0,'Alterac Ram',NULL,NULL,0,50,51,0,1274,0,1,2.57143,1,1,18,0,0,1,2000,2000,1,1,1,0,2048,0,0,1,0,10990,0,10990,0,0,63,316,'SmartAI',1,1,1.3,1,1,1,0,0,1,0,0,'',0),\n(112051,0,0,0,0,0,'Frostwolf Legionnaire',NULL,NULL,0,57,57,0,1214,0,1,1.14286,1,1,18,0,0,1.7,2000,2000,1,1,1,4096,2048,0,0,7,0,12051,12051,0,0,0,83,416,'SmartAI',1,1,0.6,1,1,1,0,0,1,0,0,'',0),\n(112127,0,0,0,0,0,'Stormpike Guardsman',NULL,NULL,0,57,57,0,1216,0,1,1.14286,1,1,18,0,0,1.6,2000,2000,1,1,1,4096,2048,0,0,7,0,12127,12127,0,0,0,83,772,'SmartAI',0,1,0.6,1,1,1,0,0,1,0,0,'',0),\n(114282,0,0,0,0,0,'Frostwolf Bloodhound',NULL,NULL,0,53,54,0,1214,0,1,1.14286,1,1,18,0,0,1,2000,2000,1,1,1,4096,2048,0,1,1,0,14282,0,14282,0,0,0,0,'SmartAI',1,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(114283,0,0,0,0,0,'Stormpike Owl',NULL,NULL,0,53,54,0,1216,0,1,1.14286,1,1,18,0,0,1,2000,2000,1,1,1,4096,2048,0,26,1,1,14283,0,100003,13264,0,63,316,'SmartAI',0,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(114284,0,0,0,0,0,'Stormpike Battleguard',NULL,NULL,0,61,61,0,1216,0,1,1.14286,1,1,20,1,0,7.4,2000,2000,1,1,1,4608,2048,0,0,7,0,14284,0,0,0,0,432,569,'SmartAI',1,1,6,1,1,1,0,0,1,0,0,'',0),\n(113358,122766,132089,0,0,0,'Stormpike Bowman',NULL,NULL,0,59,60,0,1216,0,1,1.14286,1,1,80,0,0,2.3,2000,2000,1,1,1,4608,2048,0,0,7,0,13358,13358,0,0,0,65,648,'SmartAI',0,1,1.5,1.5,1,1,0,0,1,0,0,'',0),\n(113359,122739,131978,0,0,0,'Frostwolf Bowman',NULL,NULL,0,59,60,0,1214,0,1,1.14286,1,1,80,0,0,2.3,2000,2000,1,1,1,4608,2048,0,0,7,0,13359,13359,0,0,0,65,765,'SmartAI',1,1,1.5,1.5,1,1,0,0,1,0,0,'',0),\n--\n(122739,0,0,0,0,0,'Frostwolf Bowman (1)','',NULL,0,69,70,0,1214,0,1.27,1.14286,1,1,80,0,0,1,2000,2000,1,1,1,4608,2048,0,0,7,0,13359,13359,0,0,0,524,694,'',1,1,1.5,1.5,1,1,0,0,1,0,0,'',0), -- TBC\n(122766,0,0,0,0,0,'Stormpike Bowman (1)','',NULL,0,69,70,0,1216,0,1.27,1.14286,1,1,80,0,0,1,2000,2000,1,1,1,4608,2048,0,0,7,0,13358,13358,0,0,0,520,688,'',0,1,1.5,1.5,1,1,0,0,1,0,0,'',0),\n(131978,0,0,0,0,0,'Frostwolf Bowman (2)','','',0,79,80,0,1214,0,1.27,1.14286,1,1,80,0,0,1,2000,2000,1,1,1,4608,2048,0,0,7,0,13359,13359,0,0,0,0,0,'',1,1,1.95,1.5,1,1,0,0,1,0,0,'',0), -- WOTLK\n(132089,0,0,0,0,0,'Stormpike Bowman (2)','','',0,79,80,0,1216,0,1.27,1.14286,1,1,80,0,0,1,2000,2000,1,1,1,4608,2048,0,0,7,0,13358,13358,0,0,0,0,0,'',0,1,1.95,1.5,1,1,0,0,1,0,0,'',0),\n--\n(110987,122750,132021,0,0,0,'Irondeep Trogg',NULL,NULL,0,52,53,0,59,0,1,1.14286,1,1,18,0,0,0.5,2000,2000,1,1,1,0,2048,0,0,7,0,0,10987,0,0,0,152,761,'SmartAI',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(111600,122747,132018,0,0,0,'Irondeep Shaman',NULL,NULL,0,53,54,0,59,0,1,1.14286,1,1,18,0,0,0.5,2000,2000,1,1,2,0,2048,0,0,7,0,0,11600,0,0,0,0,0,'SmartAI',1,1,0.5,1.5,0.95,1,0,0,1,0,0,'',0),\n(111602,122748,132019,0,0,0,'Irondeep Skullthumper',NULL,NULL,0,54,55,0,59,0,1,1.14286,1,1,18,0,0,0.5,2000,2000,1,1,1,0,2048,0,0,7,0,0,11602,0,0,0,0,0,'SmartAI',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(113080,122743,132014,0,0,0,'Irondeep Guard',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,1,18,0,0,0.4,2000,2000,1,1,1,4096,2048,0,0,7,0,13080,13080,0,0,0,0,0,'SmartAI',0,1,0.4,1,1.25,1,0,0,1,0,0,'',0),\n(113081,122746,132017,0,0,0,'Irondeep Raider',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,1,18,0,0,0.4,2000,2000,1,1,1,0,2048,0,0,7,0,13081,13081,0,0,0,0,0,'SmartAI',0,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(113098,122749,132020,0,0,0,'Irondeep Surveyor',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,1,18,0,0,0.4,2000,2000,1,1,2,4096,2048,0,0,7,0,13098,13098,0,0,0,0,0,'SmartAI',0,1,0.4,2,1.25,1,0,0,1,0,0,'',0),\n(113099,122741,132012,0,0,0,'Irondeep Explorer',NULL,NULL,0,54,55,0,1214,0,1,1.14286,1,1,18,0,0,0.4,2000,2000,1,1,2,0,2048,0,0,7,0,13099,13099,0,0,0,0,0,'SmartAI',0,1,0.4,2,0.95,1,0,0,1,0,0,'',0),\n(113396,122744,132015,0,0,0,'Irondeep Miner',NULL,NULL,0,52,53,0,1216,0,0.666668,1.14286,1,1,18,0,0,0.3,2000,2000,1,1,1,0,2048,0,0,7,0,13396,13396,0,0,0,0,0,'SmartAI',0,1,0.3,0.4,1.25,1,0,0,1,0,0,'',0),\n(113397,122745,132016,0,0,0,'Irondeep Peon',NULL,NULL,0,52,53,0,1214,2,1,1.14286,1,1,18,0,0,0.3,2000,2000,1,1,1,0,2048,0,0,7,0,13397,13397,0,0,0,0,0,'SmartAI',1,1,0.3,1,1,1,0,0,1,0,0,'',0),\n--\n(122741,0,0,0,0,0,'Irondeep Explorer (1)','',NULL,0,64,65,0,1214,0,1.74,1.14286,1,1,20,0,0,1,1200,2000,1,1,2,0,2048,0,0,7,0,13099,13099,0,0,0,0,0,'',0,1,0.4,2,1,1,0,0,1,0,0,'',0), -- TBC\n(122743,0,0,0,0,0,'Irondeep Guard (1)','',NULL,0,64,65,0,1216,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,4096,2048,0,0,7,0,13080,0,0,0,0,0,0,'',0,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(122744,0,0,0,0,0,'Irondeep Miner (1)','',NULL,0,62,63,0,1216,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13396,13396,0,0,0,0,0,'',0,1,0.3,0.4,1,1,0,0,1,0,0,'',0),\n(122745,0,0,0,0,0,'Irondeep Peon (1)','',NULL,0,62,63,0,1214,2,1.76,1.14286,1,1,20,0,0,1,1183,2000,1,1,1,0,2048,0,0,7,0,13397,13397,0,0,0,0,0,'',1,1,0.3,1,1,1,0,0,1,0,0,'',0),\n(122746,0,0,0,0,0,'Irondeep Raider (1)','',NULL,0,64,65,0,1214,2,1.75,1.14286,1,1,20,0,0,1,1191,2000,1,1,1,0,2048,0,0,7,0,13081,13081,0,0,0,0,0,'',0,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(122747,0,0,0,0,0,'Irondeep Shaman (1)','',NULL,0,63,64,0,59,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,11600,11600,0,0,0,0,0,'',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(122748,0,0,0,0,0,'Irondeep Skullthumper (1)','',NULL,0,64,65,0,59,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,11602,11602,0,0,0,218,294,'',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(122749,0,0,0,0,0,'Irondeep Surveyor (1)','',NULL,0,64,65,0,1216,0,1.73,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,4096,2048,0,0,7,0,13098,0,0,0,0,0,0,'',0,1,0.4,2,1,1,0,0,1,0,0,'',0),\n(122750,0,0,0,0,0,'Irondeep Trogg (1)','',NULL,0,62,63,0,59,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,10987,10987,0,0,0,218,296,'',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n--\n(132012,0,0,0,0,0,'Irondeep Explorer (2)','','',0,74,75,0,1214,0,1.74,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,13099,13099,0,0,0,0,0,'',0,1,0.52,2,1,1,0,0,1,0,0,'',0), -- WOTLK\n(132014,0,0,0,0,0,'Irondeep Guard (2)','','',0,74,75,0,1216,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,4096,2048,0,0,7,0,13080,0,0,0,0,0,0,'',0,1,0.52,1,1,1,0,0,1,0,0,'',0),\n(132015,0,0,0,0,0,'Irondeep Miner (2)','','',0,72,73,0,1216,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13396,13396,0,0,0,0,0,'',0,1,0.39,0.4,1,1,0,0,1,0,0,'',0),\n(132016,0,0,0,0,0,'Irondeep Peon (2)','','',0,72,73,0,1214,2,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13397,13397,0,0,0,0,0,'',1,1,0.39,1,1,1,0,0,1,0,0,'',0),\n(132017,0,0,0,0,0,'Irondeep Raider (2)','','',0,74,75,0,1214,2,1.75,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13081,13081,0,0,0,0,0,'',0,1,0.52,1,1,1,0,0,1,0,0,'',0),\n(132018,0,0,0,0,0,'Irondeep Shaman (2)','','',0,73,74,0,59,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,11600,11600,0,0,0,0,0,'',1,1,0.65,1.5,1,1,0,0,1,0,0,'',0),\n(132019,0,0,0,0,0,'Irondeep Skullthumper (2)','','',0,74,75,0,59,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,11602,11602,0,0,0,0,0,'',1,1,0.65,1.5,1,1,0,0,1,0,0,'',0),\n(132020,0,0,0,0,0,'Irondeep Surveyor (2)','','',0,74,75,0,1216,0,1.73,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,4096,2048,0,0,7,0,13098,0,0,0,0,0,0,'',0,1,0.52,2,1,1,0,0,1,0,0,'',0),\n(132021,0,0,0,0,0,'Irondeep Trogg (2)','','',0,72,73,0,59,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,10987,10987,0,0,0,0,0,'',1,1,0.65,1.5,1,1,0,0,1,0,0,'',0),\n--\n(110982,122782,132143,0,0,0,'Whitewhisker Vermin',NULL,NULL,0,52,53,0,26,0,1,1.14286,1,1,18,0,0,0.5,2000,2000,1,1,1,0,2048,0,0,7,0,0,10982,0,0,0,152,761,'SmartAI',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(111603,122778,132139,0,0,0,'Whitewhisker Digger',NULL,NULL,0,52,53,0,26,0,1,1.14286,1,1,18,0,0,0.5,2000,2000,1,1,1,0,2048,0,0,7,0,0,11603,0,0,0,152,761,'SmartAI',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(111604,122779,132140,0,0,0,'Whitewhisker Geomancer',NULL,NULL,0,53,54,0,26,0,1,1.14286,1,1,18,0,0,0.5,2000,2000,1,1,2,0,2048,0,0,7,0,0,11604,0,0,0,0,0,'SmartAI',1,1,0.5,0.5,0.95,1,0,0,1,0,0,'',0),\n(113087,122731,131948,0,0,0,'Coldmine Invader',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,1,18,0,0,0.4,2000,1301,1,1,1,0,2048,0,0,7,0,13087,0,0,0,0,0,0,'SmartAI',0,1,0.4,1,1.25,1,0,0,1,0,0,'',0),\n(113089,122730,131947,0,0,0,'Coldmine Guard',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,1,18,0,0,0.392857,2800,2000,1,1,1,0,2048,0,0,7,0,13089,13089,0,0,0,0,0,'SmartAI',1,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(113096,122729,131946,0,0,0,'Coldmine Explorer',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,1,18,0,0,0.4,2000,2000,1,1,2,0,2048,0,0,7,0,13096,0,0,0,0,147,737,'SmartAI',1,1,0.4,2,1.25,1,0,0,1,0,0,'',0),\n(113097,122734,131951,0,0,0,'Coldmine Surveyor',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,1,18,0,0,0.4,2000,2000,1,1,2,0,2048,0,0,7,0,13097,13097,0,0,0,0,0,'SmartAI',1,1,0.4,2,1,1,0,0,1,0,0,'',0),\n(113316,122733,131950,0,0,0,'Coldmine Peon',NULL,NULL,0,52,53,0,1214,2,1,1.14286,1,1,18,0,0,0.3,2000,2000,1,1,1,0,2048,0,0,7,0,13316,13316,0,0,0,0,0,'SmartAI',1,1,0.3,1,1,1,0,0,1,0,0,'',0),\n(113317,122732,131949,0,0,0,'Coldmine Miner',NULL,NULL,0,52,53,0,1216,0,0.666668,1.14286,1,1,18,0,0,0.3,2000,1292,1,1,1,0,2048,0,0,7,0,13317,13317,0,0,0,0,0,'SmartAI',1,1,0.3,1,1.25,1,0,0,1,0,0,'',0),\n--\n(122729,0,0,0,0,0,'Coldmine Explorer (1)','',NULL,0,64,65,0,1216,0,1,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,13096,0,0,0,0,0,0,'',1,1,0.4,2,1,1,0,0,1,0,0,'',0), -- TBC\n(122730,0,0,0,0,0,'Coldmine Guard (1)','',NULL,0,64,65,0,1214,2,1.76,1.14286,1,1,20,0,0,1,1175,2000,1,1,1,0,2048,0,0,7,0,13089,13089,0,0,0,0,0,'',1,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(122731,0,0,0,0,0,'Coldmine Invader (1)','',NULL,0,64,65,0,1216,0,1.76,1.14286,1,1,20,0,0,1,1183,2000,1,1,1,0,2048,0,0,7,0,13087,0,0,0,0,0,0,'',0,1,0.4,1,1,1,0,0,1,0,0,'',0),\n(122732,0,0,0,0,0,'Coldmine Miner (1)','',NULL,0,62,63,0,1216,0,1.76,1.14286,1,1,20,0,0,1,1175,2000,1,1,1,0,2048,0,0,7,0,13317,13317,0,0,0,0,0,'',1,1,0.3,1,1,1,0,0,1,0,0,'',0),\n(122733,0,0,0,0,0,'Coldmine Peon (1)','',NULL,0,62,63,0,1214,2,1.76,1.14286,1,1,20,0,0,1,1183,2000,1,1,1,0,2048,0,0,7,0,13316,13316,0,0,0,0,0,'',1,1,0.3,1,1,1,0,0,1,0,0,'',0),\n(122734,0,0,0,0,0,'Coldmine Surveyor (1)','',NULL,0,64,65,0,1214,2,1.74,1.14286,1,1,20,0,0,1,1200,2000,1,1,2,0,2048,0,0,7,0,13097,13097,0,0,0,0,0,'',1,1,0.4,2,1,1,0,0,1,0,0,'',0),\n(122778,0,0,0,0,0,'Whitewhisker Digger (1)','',NULL,0,62,63,0,26,0,1.76,1.14286,1,1,20,0,0,1,1175,2000,1,1,1,0,2048,0,0,7,0,11603,11603,0,0,0,218,296,'',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n(122779,0,0,0,0,0,'Whitewhisker Geomancer (1)','',NULL,0,63,64,0,26,0,1.76,1.14286,1,1,20,0,0,1,1183,2000,1,1,2,0,2048,0,0,7,0,11604,11604,0,0,0,0,0,'',1,1,0.5,0.5,1,1,0,0,1,0,0,'',0),\n(122782,0,0,0,0,0,'Whitewhisker Vermin (1)','',NULL,0,62,63,0,26,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,10982,10982,0,0,0,248,334,'',1,1,0.5,1.5,1,1,0,0,1,0,0,'',0),\n--\n(131946,0,0,0,0,0,'Coldmine Explorer (2)','','',0,74,75,0,1216,0,1,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,13096,0,0,0,0,0,0,'',1,1,0.52,2,1,1,0,0,1,0,0,'',0), -- WOTLK\n(131947,0,0,0,0,0,'Coldmine Guard (2)','','',0,74,75,0,1214,2,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13089,13089,0,0,0,0,0,'',1,1,0.52,1,1,1,0,0,1,0,0,'',0),\n(131948,0,0,0,0,0,'Coldmine Invader (2)','','',0,74,75,0,1216,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13087,0,0,0,0,0,0,'',0,1,0.52,1,1,1,0,0,1,0,0,'',0),\n(131949,0,0,0,0,0,'Coldmine Miner (2)','','',0,72,73,0,1216,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13317,13317,0,0,0,0,0,'',1,1,0.39,1,1,1,0,0,1,0,0,'',0),\n(131950,0,0,0,0,0,'Coldmine Peon (2)','','',0,72,73,0,1214,2,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,13316,13316,0,0,0,0,0,'',1,1,0.39,1,1,1,0,0,1,0,0,'',0),\n(131951,0,0,0,0,0,'Coldmine Surveyor (2)','','',0,74,75,0,1214,2,1.74,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,13097,13097,0,0,0,0,0,'',1,1,0.52,2,1,1,0,0,1,0,0,'',0),\n(132139,0,0,0,0,0,'Whitewhisker Digger (2)','','',0,72,73,0,26,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,11603,11603,0,0,0,0,0,'',1,1,0.65,1.5,1,1,0,0,1,0,0,'',0),\n(132140,0,0,0,0,0,'Whitewhisker Geomancer (2)','','',0,73,74,0,26,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,2,0,2048,0,0,7,0,11604,11604,0,0,0,0,0,'',1,1,0.65,0.5,1,1,0,0,1,0,0,'',0),\n(132143,0,0,0,0,0,'Whitewhisker Vermin (2)','','',0,72,73,0,26,0,1.76,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,0,2048,0,0,7,0,10982,10982,0,0,0,0,0,'',1,1,0.65,1.5,1,1,0,0,1,0,0,'',0),\n--\n(113179,0,0,0,0,0,'Wing Commander Guse',NULL,NULL,0,59,59,0,1215,3,1,1.14286,1,1,20,1,0,2,2000,2000,1,1,1,4928,2048,0,0,7,0,13179,13179,0,0,0,1,858,'SmartAI',1,1,10,1,1.05,1,0,0,1,-386,2,'',0),\n(113180,0,0,0,0,0,'Wing Commander Jeztor',NULL,NULL,0,58,58,0,1215,3,1,1.14286,1,1,20,1,0,2,2000,2000,1,1,1,4160,2048,0,0,7,0,13180,13180,0,0,0,1,817,'SmartAI',1,1,10,1,1,1,0,0,1,-386,2,'',0),\n(113181,0,0,0,0,0,'Wing Commander Mulverick',NULL,NULL,0,60,60,0,1215,3,1,1.14286,1,1,20,1,0,2,2000,2000,1,1,1,4928,2048,0,0,7,0,13181,13181,0,0,0,152,3035,'SmartAI',1,1,10,1,1.1,1,0,0,1,-386,2,'',0),\n(113437,0,0,0,0,0,'Wing Commander Ichman',NULL,NULL,0,60,60,0,1217,3,1,1.14286,1,1,20,1,0,5,2000,2000,1,1,1,4928,2048,0,0,7,0,13437,0,0,0,0,152,761,'SmartAI',1,1,10,1,1.1,1,0,0,1,-386,2,'',0),\n(113438,0,0,0,0,0,'Wing Commander Slidore',NULL,NULL,0,58,58,0,1217,3,1,1.14286,1,1,20,1,0,5,2000,2000,1,1,1,4160,2048,0,0,7,0,13438,0,0,0,0,1,858,'SmartAI',1,1,10,1,1,1,0,0,1,-386,2,'',0),\n(113439,0,0,0,0,0,'Wing Commander Vipore',NULL,NULL,0,59,59,0,1217,3,1,1.14286,1,1,20,1,0,5,2000,2000,1,1,1,4928,2048,0,0,7,0,13439,0,0,0,0,1,830,'SmartAI',1,1,10,1,1.05,1,0,0,1,-386,2,'',0);\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN \n(113358, 113359, 122739, 122766, 131978, 132089, \n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, \n122782, 122778, 122779, 122731, 122730, 122729, 122734, 122733, 122732, \n132143, 132139, 132140, 131948, 131947, 131946, 131951, 131950, 131949,\n110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397, \n122750, 122747, 122748, 122743, 122746, 122749, 122741, 122744, 122745, \n132021, 132018, 132019, 132014, 132017, 132020, 132012, 132015, 132016);\n\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(113358, 0, 0, 0, 2, 0, 0, NULL),\n(113359, 0, 0, 0, 2, 0, 0, NULL),\n(122739, 0, 0, 0, 2, 0, 0, NULL),\n(122766, 0, 0, 0, 2, 0, 0, NULL),\n(131978, 0, 0, 0, 2, 0, 0, NULL),\n(132089, 0, 0, 0, 2, 0, 0, NULL),\n--\n(110982, 0, 0, 0, 1, 0, 0, NULL),\n(111603, 0, 0, 0, 1, 233, 0, NULL),\n(111604, 0, 0, 0, 1, 0, 0, NULL),\n(113087, 0, 0, 0, 1, 0, 0, NULL),\n(113089, 0, 0, 0, 1, 0, 0, NULL),\n(113096, 0, 0, 0, 1, 0, 0, NULL),\n(113097, 0, 0, 0, 1, 0, 0, NULL),\n(113316, 0, 0, 0, 1, 233, 0, NULL),\n(113317, 0, 0, 0, 1, 233, 0, NULL),\n--\n(122782, 0, 0, 0, 1, 0, 0, NULL),\n(122778, 0, 0, 0, 1, 233, 0, NULL),\n(122779, 0, 0, 0, 1, 0, 0, NULL),\n(122731, 0, 0, 0, 1, 0, 0, NULL),\n(122730, 0, 0, 0, 1, 0, 0, NULL),\n(122729, 0, 0, 0, 1, 0, 0, NULL),\n(122734, 0, 0, 0, 1, 0, 0, NULL),\n(122733, 0, 0, 0, 1, 233, 0, NULL),\n(122732, 0, 0, 0, 1, 233, 0, NULL),\n--\n(132143, 0, 0, 0, 1, 0, 0, NULL),\n(132139, 0, 0, 0, 1, 233, 0, NULL),\n(132140, 0, 0, 0, 1, 0, 0, NULL),\n(131948, 0, 0, 0, 1, 0, 0, NULL),\n(131947, 0, 0, 0, 1, 0, 0, NULL),\n(131946, 0, 0, 0, 1, 0, 0, NULL),\n(131951, 0, 0, 0, 1, 0, 0, NULL),\n(131950, 0, 0, 0, 1, 233, 0, NULL),\n(131949, 0, 0, 0, 1, 233, 0, NULL),\n--\n(110987, 0, 0, 0, 1, 233, 0, NULL),\n(111600, 0, 0, 0, 1, 0, 0, NULL),\n(111602, 0, 0, 0, 1, 0, 0, NULL),\n(113080, 0, 0, 0, 1, 0, 0, NULL),\n(113081, 0, 0, 0, 1, 0, 0, NULL),\n(113098, 0, 0, 0, 1, 0, 0, NULL),\n(113099, 0, 0, 0, 1, 0, 0, NULL),\n(113396, 0, 0, 0, 1, 233, 0, NULL),\n(113397, 0, 0, 0, 1, 233, 0, NULL),\n--\n(122750, 0, 0, 0, 1, 233, 0, NULL),\n(122747, 0, 0, 0, 1, 0, 0, NULL),\n(122748, 0, 0, 0, 1, 0, 0, NULL),\n(122743, 0, 0, 0, 1, 0, 0, NULL),\n(122746, 0, 0, 0, 1, 0, 0, NULL),\n(122749, 0, 0, 0, 1, 0, 0, NULL),\n(122741, 0, 0, 0, 1, 0, 0, NULL),\n(122744, 0, 0, 0, 1, 233, 0, NULL),\n(122745, 0, 0, 0, 1, 233, 0, NULL),\n--\n(132021, 0, 0, 0, 1, 233, 0, NULL),\n(132018, 0, 0, 0, 1, 0, 0, NULL),\n(132019, 0, 0, 0, 1, 0, 0, NULL),\n(132014, 0, 0, 0, 1, 0, 0, NULL),\n(132017, 0, 0, 0, 1, 0, 0, NULL),\n(132020, 0, 0, 0, 1, 0, 0, NULL),\n(132012, 0, 0, 0, 1, 0, 0, NULL),\n(132015, 0, 0, 0, 1, 233, 0, NULL),\n(132016, 0, 0, 0, 1, 233, 0, NULL);\n\n\nDELETE FROM `creature_template_locale` WHERE `entry` IN \n(110981, 110990, 112051, 112127, 113358, 113359, 114282, 114283, 114284, 113179, 113180, 113181, 113437, 113438, 113439, \n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, 110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397);\n\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES\n--\n(110981, 'esES', 'Lobo Gélido', '', 18019),\n(110981, 'esMX', 'Lobo Gélido', '', 18019),\n(110981, 'frFR', 'Loup de givre', '', 18019),\n(110981, 'koKR', '서리늑대', '', 18019),\n(110981, 'ruRU', 'Северный волк', '', 18019),\n(110981, 'zhCN', '霜狼', '', 18019),\n(110981, 'zhTW', '霜狼', '', 18019),\n(110990, 'deDE', 'Alteracwidder', '', 18019),\n(110990, 'esES', 'Carnero de Alterac', '', 18019),\n(110990, 'esMX', 'Carnero de Alterac', '', 18019),\n(110990, 'frFR', 'Bélier d\\'Alterac', '', 18019),\n(110990, 'koKR', '알터랙 산양', '', 18019),\n(110990, 'ruRU', 'Альтеракский баран', '', 18019),\n(110990, 'zhCN', '奥特兰克山羊', '', 18019),\n(110990, 'zhTW', '奧特蘭克山羊', '', 18019),\n(112051, 'deDE', 'Legionär der Frostwölfe', '', 18019),\n(112051, 'esES', 'Legionario Lobo Gélido', '', 18019),\n(112051, 'esMX', 'Legionario Lobo Gélido', '', 18019),\n(112051, 'frFR', 'Légionnaire loup-de-givre', '', 18019),\n(112051, 'koKR', '서리늑대 용사', '', 18019),\n(112051, 'ruRU', 'Легионер из клана Северного Волка', '', 0),\n(112051, 'zhCN', '霜狼军团士兵', '', 18019),\n(112051, 'zhTW', '霜狼軍團士兵', '', 18019),\n(112127, 'deDE', 'Gardist der Sturmlanzen', '', 18019),\n(112127, 'esES', 'Custodio Pico Tormenta', '', 18019),\n(112127, 'esMX', 'Custodio Pico Tormenta', '', 18019),\n(112127, 'frFR', 'Garde foudrepique', '', 18019),\n(112127, 'koKR', '스톰파이크 보초병', '', 18019),\n(112127, 'ruRU', 'Охранник клана Грозовой Вершины', '', 18019),\n(112127, 'zhCN', '雷矛卫兵', '', 18019),\n(112127, 'zhTW', '雷矛衛士', '', 18019),\n(113358, 'deDE', 'Bogenschütze der Sturmlanzen', '', 18019),\n(113358, 'esES', 'Arquero Pico Tormenta', '', 18019),\n(113358, 'esMX', 'Arquero Pico Tormenta', '', 18019),\n(113358, 'frFR', 'Franc-archer foudrepique', '', 18019),\n(113358, 'koKR', '스톰파이크 궁병', '', 18019),\n(113358, 'ruRU', 'Лучник из клана Грозовой Вершины', '', 0),\n(113358, 'zhCN', '联盟弓箭手', '', 18019),\n(113358, 'zhTW', '雷矛弓箭手', '', 18019),\n(113359, 'deDE', 'Bogenschütze der Frostwölfe', '', 18019),\n(113359, 'esES', 'Arquero Lobo Gélido', '', 18019),\n(113359, 'esMX', 'Arquero Lobo Gélido', '', 18019),\n(113359, 'frFR', 'Franc-archer loup-de-givre', '', 18019),\n(113359, 'koKR', '서리늑대 궁병', '', 18019),\n(113359, 'ruRU', 'Лучник из клана Северного Волка', '', 0),\n(113359, 'zhCN', '霜狼弓箭手', '', 18019),\n(113359, 'zhTW', '霜狼弓箭手', '', 18019),\n(114282, 'deDE', 'Bluthund der Frostwölfe', '', 18019),\n(114282, 'esES', 'Cánido Lobo Gélido', '', 18019),\n(114282, 'esMX', 'Cánido Lobo Gélido', '', 18019),\n(114282, 'frFR', 'Limier loup-de-givre', '', 18019),\n(114282, 'koKR', '전투 서리늑대', '', 18019),\n(114282, 'ruRU', 'Гончий северный волк', '', 0),\n(114282, 'zhCN', '霜狼血犬', '', 18019),\n(114282, 'zhTW', '霜狼血犬', '', 18019),\n(114283, 'deDE', 'Eule der Sturmlanzen', '', 18019),\n(114283, 'esES', 'Lechuza Pico Tormenta', '', 18019),\n(114283, 'esMX', 'Lechuza Pico Tormenta', '', 18019),\n(114283, 'frFR', 'Hibou foudrepique', '', 18019),\n(114283, 'koKR', '스톰파이크 올빼미', '', 18019),\n(114283, 'ruRU', 'Сова клана Грозовой Вершины', '', 18019),\n(114283, 'zhCN', '雷矛猫头鹰', '', 18019),\n(114283, 'zhTW', '雷矛貓頭鷹', '', 18019),\n(114284, 'deDE', 'Schlachtwache der Sturmlanzen', '', 18019),\n(114284, 'esES', 'Guardia de batalla Pico Tormenta', '', 18019),\n(114284, 'esMX', 'Guardia de batalla Pico Tormenta', '', 18019),\n(114284, 'frFR', 'Garde de guerre foudrepique', '', 18019),\n(114284, 'koKR', '스톰파이크 전투호위병', '', 18019),\n(114284, 'ruRU', 'Боевой страж клана Грозовой Вершины', '', 18019),\n(114284, 'zhCN', '雷矛战地卫士', '', 18019),\n(114284, 'zhTW', '雷矛戰地衛士', '', 18019),\n--\n(113179, 'deDE', 'Schwadronskommandantin Guse', '', 18019),\n(113179, 'esES', 'Comandante del aire Guse', '', 18019),\n(113179, 'esMX', 'Comandante del aire Guse', '', 18019),\n(113179, 'frFR', 'Chef d\\'escadrille Guse', '', 18019),\n(113179, 'koKR', '편대사령관 구스', '', 18019),\n(113179, 'ruRU', 'Командир звена Смуггл', '', 18019),\n(113179, 'zhCN', '空军指挥官古斯', '', 18019),\n(113179, 'zhTW', '空軍指揮官古斯', '', 18019),\n(113180, 'deDE', 'Schwadronskommandantin Jeztor', '', 18019),\n(113180, 'esES', 'Comandante del aire Jeztor', '', 18019),\n(113180, 'esMX', 'Comandante del aire Jeztor', '', 18019),\n(113180, 'frFR', 'Chef d\\'escadrille Jeztor', '', 18019),\n(113180, 'koKR', '편대사령관 제즈톨', '', 18019),\n(113180, 'ruRU', 'Командир звена Мааша', '', 18019),\n(113180, 'zhCN', '空军指挥官杰斯托', '', 18019),\n(113180, 'zhTW', '空軍指揮官傑斯托', '', 18019),\n(113181, 'deDE', 'Schwadronskommandant Mulverick', '', 18019),\n(113181, 'esES', 'Comandante del aire Mulverick', '', 18019),\n(113181, 'esMX', 'Comandante del aire Mulverick', '', 18019),\n(113181, 'frFR', 'Chef d\\'escadrille Mulverick', '', 18019),\n(113181, 'koKR', '편대사령관 멀베릭', '', 18019),\n(113181, 'ruRU', 'Командир звена Маэстр', '', 18019),\n(113181, 'zhCN', '空军指挥官穆维里克', '', 18019),\n(113181, 'zhTW', '空軍指揮官穆維里克', '', 18019),\n(113437, 'deDE', 'Schwadronskommandant Ichman', '', 18019),\n(113437, 'esES', 'Comandante del aire Ichman', '', 18019),\n(113437, 'esMX', 'Comandante del aire Ichman', '', 18019),\n(113437, 'frFR', 'Chef d\\'escadrille Ichman', '', 18019),\n(113437, 'koKR', '편대사령관 이크만', '', 18019),\n(113437, 'ruRU', 'Командир звена Ромеон', '', 18019),\n(113437, 'zhCN', '空军指挥官艾克曼', '', 18019),\n(113437, 'zhTW', '空軍指揮官艾克曼', '', 18019),\n(113438, 'deDE', 'Schwadronskommandant Slidore', '', 18019),\n(113438, 'esES', 'Comandante del aire Slidore', '', 18019),\n(113438, 'esMX', 'Comandante del aire Slidore', '', 18019),\n(113438, 'frFR', 'Chef d\\'escadrille Slidore', '', 18019),\n(113438, 'koKR', '편대사령관 실도르', '', 18019),\n(113438, 'ruRU', 'Командир звена Макарч', '', 18019),\n(113438, 'zhCN', '空军指挥官斯里多尔', '', 18019),\n(113438, 'zhTW', '空軍指揮官斯里多爾', '', 18019),\n(113439, 'deDE', 'Schwadronskommandant Vipore', '', 18019),\n(113439, 'esES', 'Comandante del aire Vipore', '', 18019),\n(113439, 'esMX', 'Comandante del aire Vipore', '', 18019),\n(113439, 'frFR', 'Chef d\\'escadrille Vipore', '', 18019),\n(113439, 'koKR', '편대사령관 비포르', '', 18019),\n(113439, 'ruRU', 'Командир звена Сквороц', '', 18019),\n(113439, 'zhCN', '空军指挥官维波里', '', 18019),\n(113439, 'zhTW', '空軍指揮官維波里', '', 18019),\n--\n(110982, 'deDE', 'Gezücht der Weißstoppel', '', 18019), -- vanilla\n(110982, 'esES', 'Alimaña Mostacho Blanco', '', 18019),\n(110982, 'esMX', 'Alimaña Mostacho Blanco', '', 18019),\n(110982, 'frFR', 'Vermine Blanche-moustache', '', 0),\n(110982, 'koKR', '흰수염일족 졸개', '', 0),\n(110982, 'ruRU', 'Вредитель из племени Седоусов', '', 18019),\n(110982, 'zhCN', '白须歹徒', '', 18019),\n(110982, 'zhTW', '白鬚惡黨', '', 18019),\n(111603, 'deDE', 'Buddler der Weißstoppel', '', 18019),\n(111603, 'esES', 'Cavador Mostacho Blanco', '', 18019),\n(111603, 'esMX', 'Cavador Mostacho Blanco', '', 18019),\n(111603, 'frFR', 'Terrassier Blanche-moustache', '', 0),\n(111603, 'koKR', '흰수염일족 채굴꾼', '', 0),\n(111603, 'ruRU', 'Землекоп из племени Седоусов', '', 18019),\n(111603, 'zhCN', '白须掘地工', '', 18019),\n(111603, 'zhTW', '白鬚掘地工', '', 18019),\n(111604, 'deDE', 'Geomant der Weißstoppel', '', 18019),\n(111604, 'esES', 'Geomántico Mostacho Blanco', '', 18019),\n(111604, 'esMX', 'Geomántico Mostacho Blanco', '', 18019),\n(111604, 'frFR', 'Géomancien Blanche-moustache', '', 0),\n(111604, 'koKR', '흰수염일족 흙점쟁이', '', 0),\n(111604, 'ruRU', 'Геомант из племени Седоусов', '', 18019),\n(111604, 'zhCN', '白须地占师', '', 18019),\n(111604, 'zhTW', '白鬚地卜師', '', 18019),\n(113087, 'deDE', 'Eindringling der Eisbeißermine', '', 18019),\n(113087, 'esES', 'Invasor Minafría', '', 18019),\n(113087, 'esMX', 'Invasor Minafría', '', 18019),\n(113087, 'frFR', 'Envahisseur de Froidemine', '', 18019),\n(113087, 'koKR', '얼음이빨광산 점령군', '', 18019),\n(113087, 'ruRU', 'Захватчик с Ледяного рудника', '', 0),\n(113087, 'zhCN', '冰冷矿洞入侵者', '', 18019),\n(113087, 'zhTW', '冰冷礦坑入侵者', '', 18019),\n(113089, 'deDE', 'Wache der Eisbeißermine', '', 18019),\n(113089, 'esES', 'Guardia Minafría', '', 18019),\n(113089, 'esMX', 'Guardia Minafría', '', 18019),\n(113089, 'frFR', 'Garde de Froidemine', '', 18019),\n(113089, 'koKR', '얼음이빨광산 경비병', '', 18019),\n(113089, 'ruRU', 'Стражник с Ледяного рудника', '', 0),\n(113089, 'zhCN', '冰冷矿洞守卫', '', 18019),\n(113089, 'zhTW', '冰冷礦坑守衛', '', 18019),\n(113096, 'deDE', 'Forscher der Eisbeißermine', '', 18019),\n(113096, 'esES', 'Expedicionario Minafría', '', 18019),\n(113096, 'esMX', 'Expedicionario Minafría', '', 18019),\n(113096, 'frFR', 'Explorateur de Froidemine', '', 18019),\n(113096, 'koKR', '얼음이빨광산 측량관', '', 18019),\n(113096, 'ruRU', 'Исследователь с Ледяного рудника', '', 0),\n(113096, 'zhCN', '冰冷矿洞探险者', '', 18019),\n(113096, 'zhTW', '冰冷礦坑探險者', '', 18019),\n(113097, 'deDE', 'Feldmesser der Eisbeißermine', '', 18019),\n(113097, 'esES', 'Supervisor Minafría', '', 18019),\n(113097, 'esMX', 'Supervisor Minafría', '', 18019),\n(113097, 'frFR', 'Géomètre de Froidemine', '', 18019),\n(113097, 'koKR', '얼음이빨광산 감독관', '', 18019),\n(113097, 'ruRU', 'Геодезист с Ледяного рудника', '', 0),\n(113097, 'zhCN', '冰冷矿洞测量者', '', 18019),\n(113097, 'zhTW', '冰冷礦坑測量者', '', 0),\n(113316, 'deDE', 'Peon der Eisbeißermine', '', 18019),\n(113316, 'esES', 'Peón Minafría', '', 18019),\n(113316, 'esMX', 'Peón Minafría', '', 18019),\n(113316, 'frFR', 'Péon de Froidemine', '', 18019),\n(113316, 'koKR', '얼음이빨광산 일꾼', '', 18019),\n(113316, 'ruRU', 'Батрак с Ледяного рудника', '', 0),\n(113316, 'zhCN', '冰冷矿洞苦工', '', 18019),\n(113316, 'zhTW', '冰冷礦坑苦工', '', 18019),\n(113317, 'deDE', 'Minenarbeiter der Eisbeißermine', '', 18019),\n(113317, 'esES', 'Minero Minafría', '', 18019),\n(113317, 'esMX', 'Minero Minafría', '', 18019),\n(113317, 'frFR', 'Mineur de Froidemine', '', 18019),\n(113317, 'koKR', '얼음이빨광산 광부', '', 18019),\n(113317, 'ruRU', 'Шахтер с Ледяного рудника', '', 0),\n(113317, 'zhCN', '冰冷矿洞采掘者', '', 18019),\n(113317, 'zhTW', '冰冷礦坑採掘者', '', 0),\n--\n(110987, 'deDE', 'Trogg der Eisenschachtmine', '', 18019),\n(110987, 'esES', 'Trogg Ferrohondo', '', 18019),\n(110987, 'esMX', 'Trogg Ferrohondo', '', 18019),\n(110987, 'frFR', 'Trogg de Gouffrefer', '', 18019),\n(110987, 'koKR', '깊은무쇠 트로그', '', 18019),\n(110987, 'ruRU', 'Трогг с Железного рудника', '', 0),\n(110987, 'zhCN', '深铁穴居怪', '', 18019),\n(110987, 'zhTW', '深鐵穴居怪', '', 18019),\n(111600, 'deDE', 'Schamane der Eisenschachtmine', '', 18019),\n(111600, 'esES', 'Chamán Ferrohondo', '', 18019),\n(111600, 'esMX', 'Chamán Ferrohondo', '', 18019),\n(111600, 'frFR', 'Chaman de Gouffrefer', '', 18019),\n(111600, 'koKR', '깊은무쇠일족 주술사', '', 0),\n(111600, 'ruRU', 'Шаман с Железного рудника', '', 0),\n(111600, 'zhCN', '深铁萨满祭司', '', 18019),\n(111600, 'zhTW', '深鐵薩滿', '', 18019),\n(111602, 'deDE', 'Schädelhauer der Eisenschachtmine', '', 18019),\n(111602, 'esES', 'Aplastacráneos Ferrohondo', '', 18019),\n(111602, 'esMX', 'Aplastacráneos Ferrohondo', '', 18019),\n(111602, 'frFR', 'Brise-crâne de Gouffrefer', '', 18019),\n(111602, 'koKR', '깊은무쇠일족 망치잡이', '', 0),\n(111602, 'ruRU', 'Головолом с Железного рудника', '', 0),\n(111602, 'zhCN', '深铁碎颅者', '', 18019),\n(111602, 'zhTW', '深鐵碎顱者', '', 18019),\n(113080, 'deDE', 'Wache der Eisenschachtmine', '', 18019),\n(113080, 'esES', 'Guardia Ferrohondo', '', 18019),\n(113080, 'esMX', 'Guardia Ferrohondo', '', 18019),\n(113080, 'frFR', 'Garde de Gouffrefer', '', 18019),\n(113080, 'koKR', '깊은무쇠광산 경비병', '', 18019),\n(113080, 'ruRU', 'Стражник с Железного рудника', '', 0),\n(113080, 'zhCN', '深铁矿洞守卫', '', 18019),\n(113080, 'zhTW', '深鐵礦坑守衛', '', 18019),\n(113081, 'deDE', 'Räuber der Eisenschachtmine', '', 18019),\n(113081, 'esES', 'Asaltante Ferrohondo', '', 18019),\n(113081, 'esMX', 'Asaltante Ferrohondo', '', 18019),\n(113081, 'frFR', 'Ecumeur de Gouffrefer', '', 18019),\n(113081, 'koKR', '깊은무쇠광산 공격대원', '', 18019),\n(113081, 'ruRU', 'Налетчик с Железного рудника', '', 0),\n(113081, 'zhCN', '深铁矿洞掠夺者', '', 18019),\n(113081, 'zhTW', '深鐵礦坑劫掠者', '', 18019),\n(113098, 'deDE', 'Feldmesser der Eisenschachtmine', '', 18019),\n(113098, 'esES', 'Perito Ferrohondo', '', 18019),\n(113098, 'esMX', 'Perito Ferrohondo', '', 18019),\n(113098, 'frFR', 'Géomètre de Gouffrefer', '', 18019),\n(113098, 'koKR', '깊은무쇠광산 감독관', '', 18019),\n(113098, 'ruRU', 'Геодезист с Железного рудника', '', 0),\n(113098, 'zhCN', '深铁矿洞测量者', '', 18019),\n(113098, 'zhTW', '深鐵礦坑測量者', '', 0),\n(113099, 'deDE', 'Forscher der Eisenschachtmine', '', 18019),\n(113099, 'esES', 'Expedicionario Ferrohondo', '', 18019),\n(113099, 'esMX', 'Expedicionario Ferrohondo', '', 18019),\n(113099, 'frFR', 'Explorateur de Gouffrefer', '', 18019),\n(113099, 'koKR', '깊은무쇠광산 측량관', '', 18019),\n(113099, 'ruRU', 'Исследователь с Железного рудника', '', 0),\n(113099, 'zhCN', '深铁矿洞探险者', '', 18019),\n(113099, 'zhTW', '深鐵礦坑探險者', '', 18019),\n(113396, 'deDE', 'Minenarbeiter der Eisenschachtmine', '', 18019),\n(113396, 'esES', 'Minero Ferrohondo', '', 18019),\n(113396, 'esMX', 'Minero Ferrohondo', '', 18019),\n(113396, 'frFR', 'Mineur de Gouffrefer', '', 18019),\n(113396, 'koKR', '깊은무쇠광산 광부', '', 18019),\n(113396, 'ruRU', 'Шахтер с Железного рудника', '', 0),\n(113396, 'zhCN', '深铁矿洞采掘者', '', 18019),\n(113396, 'zhTW', '深鐵礦坑採掘者', '', 0),\n(113397, 'deDE', 'Peon der Eisenschachtmine', '', 18019),\n(113397, 'esES', 'Peón Ferrohondo', '', 18019),\n(113397, 'esMX', 'Peón Ferrohondo', '', 18019),\n(113397, 'frFR', 'Péon de Gouffrefer', '', 18019),\n(113397, 'koKR', '깊은무쇠광산 일꾼', '', 18019),\n(113397, 'ruRU', 'Батрак с Железного рудника', '', 0),\n(113397, 'zhCN', '深铁矿洞苦工', '', 18019),\n(113397, 'zhTW', '深鐵礦坑苦工', '', 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN \n(110981, 110990, 112051, 112127, 113358, 113359, 114282, 114283, 114284, 113179, 113180, 113181, 113437, 113438, 113439, 122739, 122766, 131978, 132089,\n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, 122782, 122778, 122779, 122731, 122730, 122729, 122734, 122733, 122732, 132143, 132139, 132140, 131948, 131947, 131946, 131951, 131950, 131949,\n110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397, 122750, 122747, 122748, 122743, 122746, 122749, 122741, 122744, 122745, 132021, 132018, 132019, 132014, 132017, 132020, 132012, 132015, 132016);\n\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES\n--\n(110981, 0, 10278, 1, 1, 12340),\n(110990, 0, 13340, 1, 1, 12340),\n(112051, 0, 12949, 1, 1, 12340),\n(112051, 1, 12950, 1, 1, 12340),\n(112051, 2, 12951, 1, 1, 12340),\n(112051, 3, 12952, 1, 1, 12340),\n(112127, 0, 13253, 1, 1, 12340),\n(112127, 1, 12077, 1, 1, 12340),\n(112127, 2, 12079, 1, 1, 12340),\n(112127, 3, 12078, 1, 1, 12340),\n(113358, 0, 13390, 1, 1, 12340),\n(113358, 1, 13391, 1, 1, 12340),\n(113358, 2, 13392, 1, 1, 12340),\n(113358, 3, 13393, 1, 1, 12340),\n(113359, 0, 13398, 1, 1, 12340),\n(113359, 1, 13399, 1, 1, 12340),\n(113359, 2, 13400, 1, 1, 12340),\n(113359, 3, 13401, 1, 1, 12340),\n(114282, 0, 782, 1, 1, 12340),\n(114283, 0, 10828, 1, 1, 12340),\n(114284, 0, 14322, 1, 1, 12340),\n(114284, 1, 14324, 1, 1, 12340),\n(114284, 2, 14326, 1, 1, 12340),\n(114284, 3, 14327, 1, 1, 12340),\n(113179, 0, 13473, 1, 1, 12340),\n(113180, 0, 13474, 1, 1, 12340),\n(113181, 0, 13475, 1, 1, 12340),\n(113437, 0, 13470, 1, 1, 12340),\n(113438, 0, 13471, 1, 1, 12340),\n(113439, 0, 13472, 1, 1, 12340),\n(122766, 0, 13390, 1, 1, 12340),\n(122766, 1, 13391, 1, 1, 12340),\n(122766, 2, 13392, 1, 1, 12340),\n(122766, 3, 13393, 1, 1, 12340),\n(122739, 0, 13398, 1, 1, 12340),\n(122739, 1, 13399, 1, 1, 12340),\n(122739, 2, 13400, 1, 1, 12340),\n(122739, 3, 13401, 1, 1, 12340),\n(132089, 0, 13390, 1, 1, 12340),\n(132089, 1, 13391, 1, 1, 12340),\n(132089, 2, 13392, 1, 1, 12340),\n(132089, 3, 13393, 1, 1, 12340),\n(131978, 0, 13398, 1, 1, 12340),\n(131978, 1, 13399, 1, 1, 12340),\n(131978, 2, 13400, 1, 1, 12340),\n(131978, 3, 13401, 1, 1, 12340),\n--\n(110982, 0, 371, 1, 1, 12340),\n(111603, 0, 371, 1, 1, 12340),\n(111604, 0, 371, 1, 1, 12340),\n(113087, 0, 13326, 1, 1, 12340),\n(113087, 1, 13328, 1, 1, 12340),\n(113087, 2, 13630, 1, 1, 12340),\n(113087, 3, 13631, 1, 1, 12340),\n(113089, 0, 13322, 1, 1, 12340),\n(113089, 1, 13323, 1, 1, 12340),\n(113089, 2, 13325, 1, 1, 12340),\n(113089, 3, 13562, 1, 1, 12340),\n(113096, 0, 13895, 1, 1, 51831),\n(113096, 1, 13896, 1, 1, 51831),\n(113096, 2, 13552, 1, 1, 51831),\n(113096, 3, 13553, 1, 1, 51831),\n(113097, 0, 13330, 1, 1, 12340),\n(113097, 1, 13331, 1, 1, 12340),\n(113097, 2, 13540, 1, 1, 12340),\n(113097, 3, 13537, 1, 1, 12340),\n(113316, 0, 13334, 1, 1, 51831),\n(113317, 0, 556, 1, 1, 51831),\n(113317, 1, 308, 1, 1, 51831),\n--\n(122782, 0, 371, 1, 1, 12340),\n(122778, 0, 371, 1, 1, 12340),\n(122779, 0, 371, 1, 1, 12340),\n(122731, 0, 13326, 1, 1, 12340),\n(122731, 1, 13328, 1, 1, 12340),\n(122731, 2, 13630, 1, 1, 12340),\n(122731, 3, 13631, 1, 1, 12340),\n(122730, 0, 13322, 1, 1, 12340),\n(122730, 1, 13323, 1, 1, 12340),\n(122730, 2, 13325, 1, 1, 12340),\n(122730, 3, 13562, 1, 1, 12340),\n(122729, 0, 13895, 1, 1, 51831),\n(122729, 1, 13896, 1, 1, 51831),\n(122729, 2, 13552, 1, 1, 51831),\n(122729, 3, 13553, 1, 1, 51831),\n(122734, 0, 13330, 1, 1, 12340),\n(122734, 1, 13331, 1, 1, 12340),\n(122734, 2, 13540, 1, 1, 12340),\n(122734, 3, 13537, 1, 1, 12340),\n(122733, 0, 13334, 1, 1, 51831),\n(122732, 0, 556, 1, 1, 51831),\n(122732, 1, 308, 1, 1, 51831),\n--\n(132143, 0, 371, 1, 1, 12340),\n(132139, 0, 371, 1, 1, 12340),\n(132140, 0, 371, 1, 1, 12340),\n(131948, 0, 13326, 1, 1, 12340),\n(131948, 1, 13328, 1, 1, 12340),\n(131948, 2, 13630, 1, 1, 12340),\n(131948, 3, 13631, 1, 1, 12340),\n(131947, 0, 13322, 1, 1, 12340),\n(131947, 1, 13323, 1, 1, 12340),\n(131947, 2, 13325, 1, 1, 12340),\n(131947, 3, 13562, 1, 1, 12340),\n(131946, 0, 13895, 1, 1, 51831),\n(131946, 1, 13896, 1, 1, 51831),\n(131946, 2, 13552, 1, 1, 51831),\n(131946, 3, 13553, 1, 1, 51831),\n(131951, 0, 13330, 1, 1, 12340),\n(131951, 1, 13331, 1, 1, 12340),\n(131951, 2, 13540, 1, 1, 12340),\n(131951, 3, 13537, 1, 1, 12340),\n(131950, 0, 13334, 1, 1, 51831),\n(131949, 0, 556, 1, 1, 51831),\n(131949, 1, 308, 1, 1, 51831),\n--\n(110987, 0, 10285, 1, 1, 12340),\n(111600, 0, 10285, 1, 1, 12340),\n(111602, 0, 10285, 1, 1, 12340),\n(113080, 0, 13311, 1, 1, 12340),\n(113080, 1, 13313, 1, 1, 12340),\n(113080, 2, 13312, 1, 1, 12340),\n(113080, 3, 13314, 1, 1, 12340),\n(113081, 0, 13434, 1, 1, 12340),\n(113081, 1, 13435, 1, 1, 12340),\n(113081, 2, 13436, 1, 1, 12340),\n(113081, 3, 13437, 1, 1, 12340),\n(113098, 0, 13315, 1, 1, 12340),\n(113098, 1, 13317, 1, 1, 12340),\n(113098, 2, 13316, 1, 1, 12340),\n(113098, 3, 13318, 1, 1, 12340),\n(113099, 0, 13430, 1, 1, 12340),\n(113099, 1, 13431, 1, 1, 12340),\n(113099, 2, 13432, 1, 1, 12340),\n(113099, 3, 13433, 1, 1, 12340),\n(113396, 0, 556, 1, 1, 51831),\n(113396, 1, 308, 1, 1, 51831),\n(113397, 0, 13335, 1, 1, 51831),\n--\n(122741, 0, 13430, 1, 1, 12340),\n(122741, 1, 13431, 1, 1, 12340),\n(122741, 2, 13432, 1, 1, 12340),\n(122741, 3, 13433, 1, 1, 12340),\n(122743, 0, 13311, 1, 1, 12340),\n(122743, 1, 13313, 1, 1, 12340),\n(122743, 2, 13312, 1, 1, 12340),\n(122743, 3, 13314, 1, 1, 12340),\n(122744, 0, 556, 1, 1, 12340),\n(122744, 1, 308, 1, 1, 12340),\n(122745, 0, 13335, 1, 1, 12340),\n(122746, 0, 13434, 1, 1, 12340),\n(122746, 1, 13435, 1, 1, 12340),\n(122746, 2, 13436, 1, 1, 12340),\n(122746, 3, 13437, 1, 1, 12340),\n(122747, 0, 10285, 1, 1, 12340),\n(122748, 0, 10285, 1, 1, 12340),\n(122749, 0, 13315, 1, 1, 12340),\n(122749, 1, 13317, 1, 1, 12340),\n(122749, 2, 13316, 1, 1, 12340),\n(122749, 3, 13318, 1, 1, 12340),\n(122750, 0, 10285, 1, 1, 12340),\n--\n(132012, 0, 13430, 1, 1, 12340),\n(132012, 1, 13431, 1, 1, 12340),\n(132012, 2, 13432, 1, 1, 12340),\n(132012, 3, 13433, 1, 1, 12340),\n(132014, 0, 13311, 1, 1, 12340),\n(132014, 1, 13313, 1, 1, 12340),\n(132014, 2, 13312, 1, 1, 12340),\n(132014, 3, 13314, 1, 1, 12340),\n(132015, 0, 556, 1, 1, 12340),\n(132015, 1, 308, 1, 1, 12340),\n(132016, 0, 13335, 1, 1, 12340),\n(132017, 0, 13434, 1, 1, 12340),\n(132017, 1, 13435, 1, 1, 12340),\n(132017, 2, 13436, 1, 1, 12340),\n(132017, 3, 13437, 1, 1, 12340),\n(132018, 0, 10285, 1, 1, 12340),\n(132019, 0, 10285, 1, 1, 12340),\n(132020, 0, 13315, 1, 1, 12340),\n(132020, 1, 13317, 1, 1, 12340),\n(132020, 2, 13316, 1, 1, 12340),\n(132020, 3, 13318, 1, 1, 12340),\n(132021, 0, 10285, 1, 1, 12340);\n\nDELETE FROM `creature_equip_template` WHERE `CreatureID` IN \n(112051, 112127, 113358, 113359, 114284, 113179, 113180, 113181, 113437, 113438, 113439, 122739, 122766, 131978, 132089,\n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, 110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397);\n\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES \n--\n(112051, 1, 10611, 10611, 14118, 18019),\n(112127, 1, 5305, 1985, 5261, 18019),\n(113358, 1, 0, 0, 5262, 18019),\n(113359, 1, 0, 0, 5261, 18019),\n(114284, 1, 12890, 12981, 5259, 18019),\n--\n(113179, 1, 10612, 0, 5258, 18019),\n(113180, 1, 14877, 0, 2551, 18019),\n(113181, 1, 13625, 0, 11021, 18019),\n(113437, 1, 4991, 0, 2551, 18019),\n(113438, 1, 13160, 0, 5262, 18019),\n(113439, 1, 13150, 0, 5258, 18019),\n--\n(122766, 1, 0, 0, 5262, 18019),\n(122739, 1, 0, 0, 5261, 18019),\n(132089, 1, 0, 0, 5262, 18019),\n(131978, 1, 0, 0, 5261, 18019),\n--\n(110982, 1, 2695, 0, 0, 18019),\n(111603, 1, 1910, 0, 0, 18019),\n(111604, 1, 1907, 0, 0, 18019),\n(113087, 1, 1903, 1984, 0, 18019),\n(113089, 1, 12882, 0, 0, 18019),\n(113096, 1, 1908, 0, 0, 18019),\n(113097, 1, 2711, 0, 0, 18019),\n(113316, 1, 1910, 0, 0, 18019),\n(113317, 1, 1910, 0, 0, 18019),\n-- \n(110987, 1, 3350, 0, 0, 18019),\n(111600, 1, 5276, 0, 0, 18019),\n(111602, 1, 5301, 0, 0, 18019),\n(113080, 1, 5491, 0, 0, 18019),\n(113081, 1, 12285, 0, 0, 18019),\n(113098, 1, 5303, 0, 0, 18019),\n(113099, 1, 12329, 0, 0, 18019),\n(113396, 1, 1910, 0, 0, 18019),\n(113397, 1, 1910, 0, 0, 18019);\n\n\n/* SMART SCRIPTS */\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(10981, 10982, 10987, 10990, 11600, 11602, 11603, 11604, 11605, 12051, 12127, 12159, 13080, 13081, 13087, 13089, 13096, 13097, 13098, 13099, 13316, 13317, 13358, 13359, 13396, 13397, 14282, 14283, 14284, \n110981, 110990, 112051, 112127, 113358, 113359, 114282, 114283, 114284, 113179, 113180, 113181, 113437, 113438, 113439, \n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, 110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397);\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(10981, 10982, 10987, 10990, 11600, 11602, 11603, 11604, 11605, 12051, 12127, 12159, 13080, 13081, 13087, 13089, 13096, 13097, 13098, 13099, 13316, 13317, 13358, 13359, 13396, 13397, 14282, 14283, 14284, \n110981, 110990, 112051, 112127, 113358, 113359, 114282, 114283, 114284, 113179, 113180, 113181, 113437, 113438, 113439, \n110982, 111603, 111604, 113087, 113089, 113096, 113097, 113316, 113317, 110987, 111600, 111602, 113080, 113081, 113098, 113099, 113396, 113397);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(12159, 0, 0, 1, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Korrak the Bloodrager - On Init - Despawn'),\n(12159, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Korrak the Bloodrager - On Init - Set Invisible'),\n(12159, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Korrak the Bloodrager - On Respawn - Set visible'),\n--\n(10981, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf - On Reset - Set Invisible'), -- disable originals\n(10981, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf - On Reset - Set Faction Friendly'),\n(10990, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Alterac Ram - On Reset - Set Invisible'),\n(10990, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Alterac Ram - On Reset - Set Faction Friendly'),\n(12051, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf Legionnaire - On Reset - Set Invisible'),\n(12051, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf Legionnaire - On Reset - Set Faction Friendly'),\n(12127, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Guardsman - On Reset - Set Invisible'),\n(12127, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Guardsman - On Reset - Set Faction Friendly'),\n(13358, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Bowman - On Reset - Set Invisible'),\n(13358, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Bowman - On Reset - Set Faction Friendly'),\n(13359, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf Bowman - On Reset - Set Invisible'),\n(13359, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf Bowman - On Reset - Set Faction Friendly'),\n(14282, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf Bloodhound - On Reset - Set Invisible'),\n(14282, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Frostwolf Bloodhound - On Reset - Set Faction Friendly'),\n(14283, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Owl - On Reset - Set Invisible'),\n(14283, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Owl - On Reset - Set Faction Friendly'),\n(14284, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Battleguard - On Reset - Set Invisible'),\n(14284, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stormpike Battleguard - On Reset - Set Faction Friendly'),\n--\n(10982, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Vermin - On Reset - Set Invisible'), -- disable originals\n(10982, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Vermin - On Reset - Set Faction Friendly'),\n(10987, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Trogg - On Reset - Set Invisible'),\n(10987, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Trogg - On Reset - Set Faction Friendly'),\n(11600, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Shaman - On Reset - Set Invisible'),\n(11600, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Shaman - On Reset - Set Faction Friendly'),\n(11602, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Skullthumper - On Reset - Set Invisible'),\n(11602, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Skullthumper - On Reset - Set Faction Friendly'),\n(11603, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Digger - On Reset - Set Invisible'),\n(11603, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Digger - On Reset - Set Faction Friendly'),\n(11604, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Geomancer - On Reset - Set Invisible'),\n(11604, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Geomancer - On Reset - Set Faction Friendly'),\n(11605, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Overseer - On Reset - Set Invisible'),\n(11605, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Whitewhisker Overseer - On Reset - Set Faction Friendly'),\n(13080, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Guard - On Reset - Set Invisible'),\n(13080, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Guard - On Reset - Set Faction Friendly'),\n(13081, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Raider - On Reset - Set Invisible'),\n(13081, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Raider - On Reset - Set Faction Friendly'),\n(13087, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Invader - On Reset - Set Invisible'),\n(13087, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Invader - On Reset - Set Faction Friendly'),\n(13089, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Guard - On Reset - Set Invisible'),\n(13089, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Guard - On Reset - Set Faction Friendly'),\n(13096, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Explorer - On Reset - Set Invisible'),\n(13096, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Explorer - On Reset - Set Faction Friendly'),\n(13097, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Surveyor - On Reset - Set Invisible'),\n(13097, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Surveyor - On Reset - Set Faction Friendly'),\n(13098, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Surveyor - On Reset - Set Invisible'),\n(13098, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Surveyor - On Reset - Set Faction Friendly'),\n(13099, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Explorer - On Reset - Set Invisible'),\n(13099, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Explorer - On Reset - Set Faction Friendly'),\n(13316, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Peon - On Reset - Set Invisible'),\n(13316, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Peon - On Reset - Set Faction Friendly'),\n(13317, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Miner - On Reset - Set Invisible'),\n(13317, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Coldmine Miner - On Reset - Set Faction Friendly'),\n(13396, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Miner - On Reset - Set Invisible'),\n(13396, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Miner - On Reset - Set Faction Friendly'),\n(13397, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Peon - On Reset - Set Invisible'),\n(13397, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Irondeep Peon - On Reset - Set Faction Friendly'),\n--\n(113179, 0, 0, 1, 64, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 14026, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Wing Commander Guse - On Gossip Hello - Quest Credit'),\n(113179, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wing Commander Guse - On Gossip Hello - Force Despawn'),\n(113180, 0, 0, 1, 64, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 14028, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Wing Commander Jeztor - On Gossip Hello - Quest Credit'), \n(113180, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wing Commander Jeztor - On Gossip Hello - Force Despawn'),\n(113181, 0, 0, 1, 64, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 14027, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Wing Commander Mulverick - On Gossip Hello - Quest Credit'),\n(113181, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wing Commander Mulverick - On Gossip Hello - Force Despawn'),\n(113437, 0, 0, 1, 64, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 14029, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Wing Commander Ichman - On Gossip Hello - Quest Credit'),\n(113437, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wing Commander Ichman - On Gossip Hello - Force Despawn'),\n(113438, 0, 0, 1, 64, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 14030, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Wing Commander Slidore - On Gossip Hello - Quest Credit'),\n(113438, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wing Commander Slidore - On Gossip Hello - Force Despawn'),\n(113439, 0, 0, 1, 64, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 14031, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Wing Commander Vipore - On Gossip Hello - Quest Credit'),\n(113439, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wing Commander Vipore - On Gossip Hello - Force Despawn'),\n--\n(110981, 0, 0, 0, 0, 0, 100, 0, 8700, 12700, 18400, 34200, 0, 0, 11, 13443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Frostwolf - In Combat - Cast Rend'),\n(110981, 0, 1, 0, 1, 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,                    'Frostwolf - Out of Combat - Use Random movement'),\n(110990, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 22120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Alterac Ram - On Aggro - Cast Charge'),\n(110990, 0, 1, 0, 0, 0, 100, 0, 8700, 12700, 18400, 34200, 0, 0, 11, 13443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Alterac Ram - In Combat - Cast Rend'),\n(110990, 0, 2, 0, 1, 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,                    'Alterac Ram - Out of Combat - Use random movement'),\n(112051, 0, 0, 0, 0, 0, 100, 0, 9000, 13000, 18000, 34000, 0, 0, 11, 11977, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Frostwolf Legionnaire - In Combat - Cast Rend'),\n(112127, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Stormpike Guardsman - On Aggro - Cast Charge'),\n(112127, 0, 1, 0, 0, 0, 100, 0, 4000, 6000, 7000, 9000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Stormpike Guardsman - In Combat - Cast Strike'),\n--\n(113358, 0, 0, 0, 1, 0, 100, 513, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stormpike Bowman - Out of Combat - Disable Combat Movement (No Repeat)'),\n(113358, 0, 1, 0, 10, 0, 100, 0, 0, 80, 2300, 3900, 0, 0, 11, 22121, 64, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Stormpike Bowman - Within 0-80 Range - Cast Shoot'), -- OOC\n(113358, 0, 2, 0, 26, 0, 100, 0, 0, 80, 2300, 3900, 0, 0, 11, 22121, 64, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Stormpike Bowman - Within 0-80 Range - Cast Shoot'), -- IC\n(113358, 0, 3, 0, 104, 0, 100, 0, 0, 13358, 1, 20, 2000, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Stormpike Bowman - bunker/tower destroyed - Force Despawn'), -- check if AC archer is gone\n(113359, 0, 0, 0, 1, 0, 100, 513, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Frostwolf Bowman - Out of Combat - Disable Combat Movement (No Repeat)'),\n(113359, 0, 1, 0, 10, 0, 100, 0, 0, 80, 2300, 3900, 1, 0, 11, 22121, 64, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Frostwolf Bowman - Within 0-80 Range - Cast Shoot'), -- OOC\n(113359, 0, 2, 0, 26, 0, 100, 0, 0, 80, 2300, 3900, 0, 0, 11, 22121, 64, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Frostwolf Bowman - Within 0-80 Range - Cast Shoot'), -- IC\n(113359, 0, 3, 0, 104, 0, 100, 0, 0, 13359, 1, 20, 2000, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Frostwolf Bowman - bunker/tower destroyed - Force Despawn'), -- check if AC archer is gone\n--\n(114282, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Frostwolf Bloodhound - In Combat - Cast Thrash'),\n(114283, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Stormpike Owl - In Combat - Cast Thrash'),\n(114284, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Stormpike Battleguard - On Aggro - Cast Charge'),\n(114284, 0, 1, 0, 0, 0, 100, 0, 4000, 6000, 10000, 14000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Stormpike Battleguard - In Combat - Cast Improved Blocking'),\n(114284, 0, 2, 0, 0, 0, 100, 0, 7000, 10000, 20000, 25000, 0, 0, 11, 16509, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormpike Battleguard - In Combat - Cast Rend'),\n(114284, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 5000, 7000, 0, 0, 11, 22591, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Stormpike Battleguard - In Combat - Cast Strike'),\n--\n(110982, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3000, 6000, 0, 5, 11, 17230, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Whitewhisker Vermin - Within 0-5 Range - Cast Infected Wound'),\n(111603, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10200, 17900, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Whitewhisker Digger - Within 0-5 Range - Cast Strike'),\n(111603, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 15400, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Whitewhisker Digger - Within 0-5 Range - Cast Sunder Armor'),\n(111603, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Whitewhisker Digger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(111604, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 15228, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Whitewhisker Geomancer - Combat - Cast Fireball'),\n(111604, 0, 1, 0, 0, 0, 100, 0, 500, 1000, 600000, 600000, 0, 0, 11, 18968, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Whitewhisker Geomancer - Combat - Cast Fire Shield'),\n(111604, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Whitewhisker Geomancer - 0-15% Health - Flee For Assist (No Repeat)'),\n(113087, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Coldmine Invader - Within 0-5 Range - Cast Strike'),\n(113087, 0, 1, 0, 9, 0, 100, 0, 0, 0, 18000, 34000, 0, 5, 11, 16509, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Coldmine Invader - Within 0-5 Range - Cast Rend'),\n(113087, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 18000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Coldmine Invader - Within 0-5 Range - Cast Hamstring'),\n(113087, 0, 3, 4, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Invader - On Init - Despawn'),\n(113087, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Invader - On Init - Set Invisible'),\n(113087, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Invader - On Respawn - Set visible'),\n(113089, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 15580, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Coldmine Guard - In Combat - Cast Strike'),\n(113089, 0, 1, 0, 105, 0, 50, 0, 0, 0, 16000, 21000, 0, 5, 11, 6253, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Coldmine Guard - On Target Casting - Cast Backhand'),\n(113089, 0, 2, 3, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Guard - On Init - Despawn'),\n(113089, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Guard - On Init - Set Invisible'),\n(113089, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Guard - On Respawn - Set visible'),\n(113096, 0, 0, 1, 1, 0, 100, 513, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Coldmine Explorer - Out of Combat - Disable Combat Movement (No Repeat)'),\n(113096, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Explorer - Out of Combat - Set Event Phase 0'),\n(113096, 0, 2, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12544, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Coldmine Explorer - Out of Combat - Cast Frost Armor (No Repeat)'),\n(113096, 0, 3, 4, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Coldmine Explorer - On Aggro - Cast Fireball'),\n(113096, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Explorer - On Aggro - Increment Phase By 1'),\n(113096, 0, 5, 0, 9, 1, 100, 0, 0, 0, 3400, 4800, 0, 40, 11, 15242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Coldmine Explorer - Within 0-40 Range - Cast Fireball'),\n(113096, 0, 6, 7, 3, 1, 100, 513, 0, 15, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)'),\n(113096, 0, 7, 0, 61, 1, 100, 512, 0, 0, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Explorer - Between 0-15% Mana - Increment Phase By 1 (Phase 1)'),\n(113096, 0, 8, 0, 9, 1, 100, 513, 0, 0, 0, 0, 35, 80, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)'),\n(113096, 0, 9, 0, 9, 1, 100, 513, 0, 0, 0, 0, 5, 15, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)'),\n(113096, 0, 10, 0, 9, 1, 100, 513, 0, 0, 0, 0, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)'),\n(113096, 0, 11, 0, 3, 2, 100, 512, 30, 100, 100, 100, 0, 0, 23, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Coldmine Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 2)'),\n(113096, 0, 12, 0, 0, 0, 100, 0, 9000, 13000, 10000, 15000, 0, 0, 11, 14145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Coldmine Explorer - In Combat - Cast Fire Blast'),\n(113096, 0, 13, 0, 9, 0, 100, 0, 0, 0, 16000, 21000, 0, 5, 11, 15244, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Coldmine Explorer - Within 0-5 Range - Cast Cone of Cold'),\n(113096, 0, 14, 15, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Coldmine Explorer - On Init - Despawn'),\n(113096, 0, 15, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Coldmine Explorer - On Init - Set Invisible'),\n(113096, 0, 16, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Coldmine Explorer - On Respawn - Set visible'),\n(113097, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 3000, 5000, 0, 0, 11, 15498, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Coldmine Surveyor - In Combat - Cast Holy Smite'),\n(113097, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 20000, 24000, 0, 0, 11, 15654, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Coldmine Surveyor - In Combat - Cast Shadow Word: Pain'),\n(113097, 0, 2, 0, 2, 0, 100, 1, 0, 50, 15000, 20000, 0, 0, 11, 15586, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Coldmine Surveyor - Between 0-50% Health - Cast Heal (No Repeat)'),\n(113097, 0, 3, 4, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Surveyor - On Init - Despawn'),\n(113097, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Surveyor - On Init - Set Invisible'),\n(113097, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Surveyor - On Respawn - Set visible'),\n(113316, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 15000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Coldmine Peon - Within 0-5 Range - Cast Sunder Armor'),\n(113316, 0, 1, 2, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Peon - On Init - Despawn'),\n(113316, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Peon - On Init - Set Invisible'),\n(113316, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Peon - On Respawn - Set visible'),\n(113317, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 15000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Coldmine Miner - Within 0-5 Range - Cast Sunder Armor'),\n(113317, 0, 1, 2, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Coldmine Miner - On Init - Despawn'),\n(113317, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Miner - On Init - Set Invisible'),\n(113317, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Coldmine Miner - On Respawn - Set visible'),\n--\n(110987, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 8000, 0, 5, 11, 14516, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Irondeep Trogg - Within 0-5 Range - Cast Strike'),\n(110987, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Irondeep Trogg - Between 0-15% Health - Flee For Assist'),\n(111600, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 15801, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Irondeep Shaman - Combat - Cast Lightning Bolt'),\n(111600, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 55000, 65000, 0, 0, 11, 15786, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Irondeep Shaman - Combat - Cast Earthbind Totem'),\n(111600, 0, 2, 0, 2, 0, 100, 0, 0, 50, 15000, 20000, 0, 0, 11, 12492, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Irondeep Shaman - 0-50% Health - Cast Healing Wave'),\n(111600, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Irondeep Shaman - 0-15% Health - Flee For Assist (No Repeat)'),\n(111602, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 5000, 7000, 0, 0, 11, 16172, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Irondeep Skullthumper - In Combat - Cast Head Crack'),\n(111602, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 16000, 20000, 0, 0, 11, 14099, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Irondeep Skullthumper - In Combat - Cast Mighty Blow'),\n(111602, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Irondeep Skullthumper - Between 0-15% Health - Flee For Assist (No Repeat) '),\n(113080, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 13000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Irondeep Guard - In Combat - Cast Mortal Strike'),\n(113080, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Irondeep Guard -  Within 0-5 Range - Cast Cleave'),\n(113081, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Irondeep Raider - Within 0-5 Range - Cast Strike'),\n(113081, 0, 1, 0, 9, 0, 100, 0, 0, 0, 18000, 34000, 0, 5, 11, 16509, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Irondeep Raider - Within 0-5 Range - Cast Rend'),\n(113081, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 18000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Irondeep Raider - Within 0-5 Range - Cast Hamstring'),\n(113098, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 3000, 5000, 0, 0, 11, 15498, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Irondeep Surveyor - In Combat - Cast Holy Smite'),\n(113098, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 20000, 24000, 0, 0, 11, 15654, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Irondeep Surveyor - In Combat - Cast Shadow Word: Pain'),\n(113098, 0, 2, 0, 2, 0, 100, 0, 0, 50, 15000, 20000, 0, 0, 11, 15586, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Irondeep Surveyor - Between 0-50% Health - Cast Heal'),\n(113099, 0, 0, 0, 1, 0, 100, 513, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Irondeep Explorer - Out of Combat - Disable Combat Movement (No Repeat)'),\n(113099, 0, 1, 0, 1, 0, 100, 513, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Irondeep Explorer - Out of Combat - Set Event Phase 0 (No Repeat) '),\n(113099, 0, 2, 0, 1, 0, 100, 2, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Irondeep Explorer - Out of Combat - Cast Frost Armor'),\n(113099, 0, 3, 4, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Irondeep Explorer - On Aggro - Cast Fireball'),\n(113099, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Irondeep Explorer - On Aggro - Increment Phase By 1'),\n(113099, 0, 5, 0, 9, 1, 100, 0, 0, 0, 3400, 4800, 0, 40, 11, 15242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Irondeep Explorer - Within 0-40 Range - Cast Fireball (Phase 1)'),\n(113099, 0, 6, 7, 3, 1, 100, 513, 0, 15, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Irondeep Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)'),\n(113099, 0, 7, 0, 61, 1, 100, 512, 0, 0, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Irondeep Explorer - Between 0-15% Mana - Increment Phase By 1 (Phase 1)'),\n(113099, 0, 8, 0, 9, 1, 100, 513, 0, 0, 0, 0, 35, 80, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Irondeep Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)'),\n(113099, 0, 9, 0, 9, 1, 100, 513, 0, 0, 0, 0, 5, 15, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Irondeep Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)'),\n(113099, 0, 10, 0, 9, 1, 100, 513, 0, 0, 0, 0, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Irondeep Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)'),\n(113099, 0, 11, 0, 3, 2, 100, 512, 30, 100, 100, 100, 0, 0, 23, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Irondeep Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 2)'),\n(113099, 0, 12, 0, 0, 0, 100, 0, 9000, 13000, 10000, 15000, 0, 0, 11, 14145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Irondeep Explorer - In Combat - Cast Fire Blast'),\n(113099, 0, 13, 0, 9, 0, 100, 0, 0, 0, 16000, 21000, 0, 5, 11, 15244, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Irondeep Explorer - In Combat - Cast Cone of Cold'),\n(113396, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 15000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Irondeep Miner - In Combat - Cast Sunder Armor'),\n(113397, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 15000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Irondeep Peon - In Combat - Cast Sunder Armor');\n\n/* MISC */\nUPDATE `creature_template` SET `name` = 'Lieutenant Murp' WHERE `entry` = 13146;\n\nSET @CGUID    := 674000;\nSET @WPID     := 6740000;\n\n/* Irondeep Mine */\nDELETE FROM `creature_addon` WHERE `guid` IN \n(@CGUID+47,  @CGUID+50,  @CGUID+134, @CGUID+148, @CGUID+264, @CGUID+282, \n @CGUID+347, @CGUID+350, @CGUID+434, @CGUID+448, @CGUID+564, @CGUID+582, \n @CGUID+647, @CGUID+650, @CGUID+734, @CGUID+748, @CGUID+864, @CGUID+882);\n\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n--\n(@CGUID+47,  @WPID+470,  0, 0, 1, 0, 0, NULL), -- vanilla\n(@CGUID+50,  @WPID+500,  0, 0, 1, 0, 0, NULL),\n(@CGUID+134, @WPID+1340, 0, 0, 1, 0, 0, NULL),\n(@CGUID+148, @WPID+1480, 0, 0, 1, 0, 0, NULL),\n(@CGUID+264, @WPID+2640, 0, 0, 1, 0, 0, NULL),\n(@CGUID+282, @WPID+2820, 0, 0, 1, 0, 0, NULL),\n--\n(@CGUID+347,  @WPID+470, 0, 0, 1, 0, 0, NULL), -- TBC\n(@CGUID+350,  @WPID+500, 0, 0, 1, 0, 0, NULL),\n(@CGUID+434, @WPID+1340, 0, 0, 1, 0, 0, NULL),\n(@CGUID+448, @WPID+1480, 0, 0, 1, 0, 0, NULL),\n(@CGUID+564, @WPID+2640, 0, 0, 1, 0, 0, NULL),\n(@CGUID+582, @WPID+2820, 0, 0, 1, 0, 0, NULL),\n--\n(@CGUID+647,  @WPID+470, 0, 0, 1, 0, 0, NULL), -- WotLK\n(@CGUID+650,  @WPID+500, 0, 0, 1, 0, 0, NULL),\n(@CGUID+734, @WPID+1340, 0, 0, 1, 0, 0, NULL),\n(@CGUID+748, @WPID+1480, 0, 0, 1, 0, 0, NULL),\n(@CGUID+864, @WPID+2640, 0, 0, 1, 0, 0, NULL),\n(@CGUID+882, @WPID+2820, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN \n(@CGUID+47,  @CGUID+50,  @CGUID+134, @CGUID+148, @CGUID+264, @CGUID+282,\n @CGUID+347, @CGUID+350, @CGUID+434, @CGUID+448, @CGUID+564, @CGUID+582,\n @CGUID+647, @CGUID+650, @CGUID+734, @CGUID+748, @CGUID+864, @CGUID+882);\n\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(@CGUID+47, @CGUID+47, 0, 0, 515, 0, 0), -- Vanilla\n(@CGUID+47, @CGUID+15, 3, 180, 515, 0, 0),\n(@CGUID+47, @CGUID+14, 6, 180, 515, 0, 0),\n(@CGUID+47, @CGUID+53, 9, 180, 515, 0, 0),\n(@CGUID+47, @CGUID+65, 12, 180, 515, 0, 0),\n--\n(@CGUID+50, @CGUID+50, 0, 0, 515, 0, 0),\n(@CGUID+50, @CGUID+30, 3, 180, 515, 0, 0),\n(@CGUID+50, @CGUID+56, 6, 180, 515, 0, 0),\n(@CGUID+50, @CGUID+67, 9, 180, 515, 0, 0),\n(@CGUID+50, @CGUID+28, 12, 180, 515, 0, 0),\n--\n(@CGUID+134, @CGUID+134, 0, 0, 515, 0, 0), -- horde 1\n(@CGUID+134, @CGUID+163, 3, 180, 515, 0, 0),\n(@CGUID+134, @CGUID+127, 6, 180, 515, 0, 0),\n(@CGUID+134, @CGUID+116, 9, 180, 515, 0, 0),\n(@CGUID+134, @CGUID+161, 12, 180, 515, 0, 0),\n--\n(@CGUID+148, @CGUID+148, 0, 0, 515, 0, 0), -- horde 2\n(@CGUID+148, @CGUID+147, 3, 180, 515, 0, 0),\n(@CGUID+148, @CGUID+146, 6, 180, 515, 0, 0),\n(@CGUID+148, @CGUID+130, 9, 180, 515, 0, 0),\n(@CGUID+148, @CGUID+118, 12, 180, 515, 0, 0),\n\n(@CGUID+264, @CGUID+264, 0, 0, 515, 0, 0), -- alliance 1\n(@CGUID+264, @CGUID+262, 3, 180, 515, 0, 0),\n(@CGUID+264, @CGUID+231, 6, 180, 515, 0, 0),\n(@CGUID+264, @CGUID+216, 9, 180, 515, 0, 0),\n(@CGUID+264, @CGUID+260, 12, 180, 515, 0, 0),\n--\n(@CGUID+282, @CGUID+282, 0, 0, 515, 0, 0), -- alliance 2\n(@CGUID+282, @CGUID+246, 3, 180, 515, 0, 0),\n(@CGUID+282, @CGUID+245, 6, 180, 515, 0, 0),\n(@CGUID+282, @CGUID+228, 9, 180, 515, 0, 0),\n(@CGUID+282, @CGUID+218, 12, 180, 515, 0, 0),\n--\n(@CGUID+347, @CGUID+347, 0, 0, 515, 0, 0), -- TBC\n(@CGUID+347, @CGUID+315, 3, 180, 515, 0, 0),\n(@CGUID+347, @CGUID+314, 6, 180, 515, 0, 0),\n(@CGUID+347, @CGUID+353, 9, 180, 515, 0, 0),\n(@CGUID+347, @CGUID+365, 12, 180, 515, 0, 0),\n--\n(@CGUID+350, @CGUID+350, 0, 0, 515, 0, 0),\n(@CGUID+350, @CGUID+330, 3, 180, 515, 0, 0),\n(@CGUID+350, @CGUID+356, 6, 180, 515, 0, 0),\n(@CGUID+350, @CGUID+367, 9, 180, 515, 0, 0),\n(@CGUID+350, @CGUID+328, 12, 180, 515, 0, 0),\n--\n(@CGUID+434, @CGUID+434, 0, 0, 515, 0, 0), -- horde 1\n(@CGUID+434, @CGUID+463, 3, 180, 515, 0, 0),\n(@CGUID+434, @CGUID+427, 6, 180, 515, 0, 0),\n(@CGUID+434, @CGUID+416, 9, 180, 515, 0, 0),\n(@CGUID+434, @CGUID+461, 12, 180, 515, 0, 0),\n--\n(@CGUID+448, @CGUID+448, 0, 0, 515, 0, 0), -- horde 2\n(@CGUID+448, @CGUID+447, 3, 180, 515, 0, 0),\n(@CGUID+448, @CGUID+446, 6, 180, 515, 0, 0),\n(@CGUID+448, @CGUID+430, 9, 180, 515, 0, 0),\n(@CGUID+448, @CGUID+418, 12, 180, 515, 0, 0),\n\n(@CGUID+564, @CGUID+564, 0, 0, 515, 0, 0), -- alliance 1\n(@CGUID+564, @CGUID+562, 3, 180, 515, 0, 0),\n(@CGUID+564, @CGUID+531, 6, 180, 515, 0, 0),\n(@CGUID+564, @CGUID+516, 9, 180, 515, 0, 0),\n(@CGUID+564, @CGUID+560, 12, 180, 515, 0, 0),\n--\n(@CGUID+582, @CGUID+582, 0, 0, 515, 0, 0), -- alliance 2\n(@CGUID+582, @CGUID+546, 3, 180, 515, 0, 0),\n(@CGUID+582, @CGUID+545, 6, 180, 515, 0, 0),\n(@CGUID+582, @CGUID+528, 9, 180, 515, 0, 0),\n(@CGUID+582, @CGUID+518, 12, 180, 515, 0, 0),\n--\n(@CGUID+647, @CGUID+647, 0, 0, 515, 0, 0), -- WOTLK\n(@CGUID+647, @CGUID+615, 3, 180, 515, 0, 0),\n(@CGUID+647, @CGUID+614, 6, 180, 515, 0, 0),\n(@CGUID+647, @CGUID+653, 9, 180, 515, 0, 0),\n(@CGUID+647, @CGUID+665, 12, 180, 515, 0, 0),\n--\n(@CGUID+650, @CGUID+650, 0, 0, 515, 0, 0),\n(@CGUID+650, @CGUID+630, 3, 180, 515, 0, 0),\n(@CGUID+650, @CGUID+656, 6, 180, 515, 0, 0),\n(@CGUID+650, @CGUID+667, 9, 180, 515, 0, 0),\n(@CGUID+650, @CGUID+628, 12, 180, 515, 0, 0),\n--\n(@CGUID+734, @CGUID+734, 0, 0, 515, 0, 0), -- horde 1\n(@CGUID+734, @CGUID+763, 3, 180, 515, 0, 0),\n(@CGUID+734, @CGUID+727, 6, 180, 515, 0, 0),\n(@CGUID+734, @CGUID+716, 9, 180, 515, 0, 0),\n(@CGUID+734, @CGUID+761, 12, 180, 515, 0, 0),\n--\n(@CGUID+748, @CGUID+748, 0, 0, 515, 0, 0), -- horde 2\n(@CGUID+748, @CGUID+747, 3, 180, 515, 0, 0),\n(@CGUID+748, @CGUID+746, 6, 180, 515, 0, 0),\n(@CGUID+748, @CGUID+730, 9, 180, 515, 0, 0),\n(@CGUID+748, @CGUID+718, 12, 180, 515, 0, 0),\n\n(@CGUID+864, @CGUID+864, 0, 0, 515, 0, 0), -- alliance 1\n(@CGUID+864, @CGUID+862, 3, 180, 515, 0, 0),\n(@CGUID+864, @CGUID+831, 6, 180, 515, 0, 0),\n(@CGUID+864, @CGUID+816, 9, 180, 515, 0, 0),\n(@CGUID+864, @CGUID+860, 12, 180, 515, 0, 0),\n--\n(@CGUID+882, @CGUID+882, 0, 0, 515, 0, 0), -- alliance 2\n(@CGUID+882, @CGUID+846, 3, 180, 515, 0, 0),\n(@CGUID+882, @CGUID+845, 6, 180, 515, 0, 0),\n(@CGUID+882, @CGUID+828, 9, 180, 515, 0, 0),\n(@CGUID+882, @CGUID+818, 12, 180, 515, 0, 0);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+470, @WPID+500, @WPID+1340, @WPID+1480, @WPID+2640, @WPID+2820);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES\n--\n(@WPID+470, 1, 919.777, -399.057, 59.7175, 5.19543, 0, 0, 0, 100, 0),\n(@WPID+470, 2, 924.5, -413.356, 56.1446, 4.79881, 0, 0, 0, 100, 0),\n(@WPID+470, 3, 922.259, -425.907, 56.3467, 4.5357, 0, 0, 0, 100, 0),\n(@WPID+470, 4, 915.332, -436.657, 57.2178, 4.02913, 0, 0, 0, 100, 0),\n(@WPID+470, 5, 905.504, -436.696, 58.1394, 3.14555, 0, 0, 0, 100, 0),\n(@WPID+470, 6, 898.182, -433.797, 58.0315, 2.76463, 0, 0, 0, 100, 0),\n(@WPID+470, 7, 876.19, -425.521, 51.9529, 2.7882, 0, 0, 0, 100, 0),\n(@WPID+470, 8, 851.717, -418.32, 50.3207, 2.82747, 0, 0, 0, 100, 0),\n(@WPID+470, 9, 834.016, -418.151, 47.478, 2.98062, 0, 0, 0, 100, 0),\n(@WPID+470, 10, 825.274, -411.747, 49.246, 1.9007, 0, 0, 0, 100, 0),\n(@WPID+470, 11, 822.912, -402.239, 48.5207, 1.73576, 0, 0, 0, 100, 0),\n(@WPID+470, 12, 835.324, -369.197, 48.2489, 1.15849, 0, 0, 0, 100, 0),\n(@WPID+470, 13, 836.388, -363.371, 48.0309, 1.60224, 0, 0, 0, 100, 0),\n(@WPID+470, 14, 831.207, -348.431, 47.0135, 1.90462, 0, 0, 0, 100, 0),\n(@WPID+470, 15, 807.949, -331.899, 51.4865, 2.54472, 0, 0, 0, 100, 0),\n(@WPID+470, 16, 827.486, -346.791, 47.5443, 5.6117, 0, 0, 0, 100, 0),\n(@WPID+470, 17, 832.328, -354.163, 47.3758, 5.29362, 0, 0, 0, 100, 0),\n(@WPID+470, 18, 836.896, -366.108, 48.1025, 5.07763, 0, 0, 0, 100, 0),\n(@WPID+470, 19, 824.1, -398.065, 47.9708, 4.3747, 0, 0, 0, 100, 0),\n(@WPID+470, 20, 824.135, -406.885, 48.8929, 4.71635, 0, 0, 0, 100, 0),\n(@WPID+470, 21, 830.401, -415.726, 48.0278, 5.32896, 0, 0, 0, 100, 0),\n(@WPID+470, 22, 839.719, -418.608, 47.5581, 6.03581, 0, 0, 0, 100, 0),\n(@WPID+470, 23, 850.545, -418.148, 50.1599, 0.027515, 0, 0, 0, 100, 0),\n(@WPID+470, 24, 884.967, -428.966, 53.6938, 5.87481, 0, 0, 0, 100, 0),\n(@WPID+470, 25, 903.416, -435.524, 58.2444, 5.88659, 0, 0, 0, 100, 0),\n(@WPID+470, 26, 912.238, -436.328, 57.3751, 0.455555, 0, 0, 0, 100, 0),\n(@WPID+470, 27, 919.143, -430.84, 56.7667, 0.67154, 0, 0, 0, 100, 0),\n(@WPID+470, 28, 922.746, -423.838, 56.2609, 1.09565, 0, 0, 0, 100, 0),\n(@WPID+470, 29, 925.379, -413.361, 56.231, 1.45301, 0, 0, 0, 100, 0),\n(@WPID+470, 30, 922.584, -401.917, 59.0352, 1.81037, 0, 0, 0, 100, 0),\n(@WPID+470, 31, 920.205, -382.473, 61.8655, 1.71219, 0, 0, 0, 100, 0),\n(@WPID+470, 32, 918.862, -371.721, 65.3078, 1.5826, 0, 0, 0, 100, 0),\n(@WPID+470, 33, 921.743, -360.298, 66.502, 1.32342, 0, 0, 0, 100, 0),\n(@WPID+470, 34, 929.246, -343.252, 65.4556, 1.64936, 0, 0, 0, 100, 0),\n(@WPID+470, 35, 923.907, -335.124, 65.8541, 2.43083, 0, 0, 0, 100, 0),\n(@WPID+470, 36, 914.042, -330.64, 66.2312, 2.84709, 0, 0, 0, 100, 0),\n(@WPID+470, 37, 898.511, -333.163, 67.5265, 3.30262, 0, 0, 0, 100, 0),\n(@WPID+470, 38, 879.618, -345.567, 66.2264, 3.7503, 0, 0, 0, 100, 0),\n(@WPID+470, 39, 863.206, -348.591, 64.3468, 3.29477, 0, 0, 0, 100, 0),\n(@WPID+470, 40, 849.775, -345.92, 65.9836, 2.94527, 0, 0, 0, 100, 0),\n(@WPID+470, 41, 822.723, -326.304, 63.9735, 2.45047, 0, 0, 0, 100, 0),\n(@WPID+470, 42, 846.997, -343.045, 66.0369, 5.68631, 0, 0, 0, 100, 0),\n(@WPID+470, 43, 867.765, -351.842, 64.7364, 0.557656, 0, 0, 0, 100, 0),\n(@WPID+470, 44, 896.172, -334.431, 67.5529, 0.530167, 0, 0, 0, 100, 0),\n(@WPID+470, 45, 914.383, -330.234, 66.186, 0.188518, 0, 0, 0, 100, 0),\n(@WPID+470, 46, 925.045, -335.221, 65.7313, 5.78841, 0, 0, 0, 100, 0),\n(@WPID+470, 47, 930.47, -347.893, 65.7618, 5.00694, 0, 0, 0, 100, 0),\n(@WPID+470, 48, 923.016, -360.612, 66.3187, 4.18228, 0, 0, 0, 100, 0),\n(@WPID+470, 49, 919.836, -372.999, 64.8777, 4.46109, 0, 0, 0, 100, 0),\n(@WPID+470, 50, 920.141, -384.827, 61.3686, 4.70064, 0, 0, 0, 100, 0),\n--\n(@WPID+500, 1, 873.32, -346.79, 65.1274, 3.3419, 0, 0, 0, 100, 0),\n(@WPID+500, 2, 863.397, -347.903, 64.4244, 3.09057, 0, 0, 0, 100, 0),\n(@WPID+500, 3, 854.127, -347.416, 65.5696, 3.09057, 0, 0, 0, 100, 0),\n(@WPID+500, 4, 849.269, -345.963, 66.0035, 2.80783, 0, 0, 0, 100, 0),\n(@WPID+500, 5, 835.596, -335.373, 64.9661, 2.44262, 0, 0, 0, 100, 0),\n(@WPID+500, 6, 823.355, -327.566, 64.0651, 2.72929, 0, 0, 0, 100, 0),\n(@WPID+500, 7, 836.002, -335.181, 65.0044, 5.74129, 0, 0, 0, 100, 0),\n(@WPID+500, 8, 849.1, -344.526, 66.0642, 5.63526, 0, 0, 0, 100, 0),\n(@WPID+500, 9, 860.532, -349.38, 64.5125, 5.98476, 0, 0, 0, 100, 0),\n(@WPID+500, 10, 872.21, -349.554, 65.0702, 0.078554, 0, 0, 0, 100, 0),\n(@WPID+500, 11, 883.642, -345.39, 66.7321, 0.416275, 0, 0, 0, 100, 0),\n(@WPID+500, 12, 891.156, -337.331, 67.4971, 0.844317, 0, 0, 0, 100, 0),\n(@WPID+500, 13, 900.162, -330.059, 67.4882, 0.644041, 0, 0, 0, 100, 0),\n(@WPID+500, 14, 905.728, -328.183, 67.4671, 0.141386, 0, 0, 0, 100, 0),\n(@WPID+500, 15, 917.094, -329.724, 65.8587, 6.09078, 0, 0, 0, 100, 0),\n(@WPID+500, 16, 925.889, -335.76, 65.6544, 5.62347, 0, 0, 0, 100, 0),\n(@WPID+500, 17, 930.706, -344.659, 65.4211, 5.19543, 0, 0, 0, 100, 0),\n(@WPID+500, 18, 929.981, -351.91, 65.8222, 4.4336, 0, 0, 0, 100, 0),\n(@WPID+500, 19, 922.708, -360.397, 66.3373, 3.97415, 0, 0, 0, 100, 0),\n(@WPID+500, 20, 919.099, -368.722, 65.9263, 4.37469, 0, 0, 0, 100, 0),\n(@WPID+500, 21, 919.792, -378.092, 63.4182, 4.83415, 0, 0, 0, 100, 0),\n(@WPID+500, 22, 921.506, -395.157, 60.6311, 4.80273, 0, 0, 0, 100, 0),\n(@WPID+500, 23, 923.103, -412.812, 56.2401, 4.73205, 0, 0, 0, 100, 0),\n(@WPID+500, 24, 922.872, -422.632, 56.2143, 4.67707, 0, 0, 0, 100, 0),\n(@WPID+500, 25, 919.079, -432.265, 56.7756, 4.30401, 0, 0, 0, 100, 0),\n(@WPID+500, 26, 912.322, -438.241, 57.3512, 3.68747, 0, 0, 0, 100, 0),\n(@WPID+500, 27, 907.098, -439.237, 57.9327, 3.23979, 0, 0, 0, 100, 0),\n(@WPID+500, 28, 901.902, -436.988, 58.4886, 2.64289, 0, 0, 0, 100, 0),\n(@WPID+500, 29, 889.179, -429.269, 54.5699, 2.60362, 0, 0, 0, 100, 0),\n(@WPID+500, 30, 871.118, -423.928, 51.0394, 2.89029, 0, 0, 0, 100, 0),\n(@WPID+500, 31, 851.42, -419.398, 50.2644, 3.0945, 0, 0, 0, 100, 0),\n(@WPID+500, 32, 838.561, -419.251, 47.4703, 3.13769, 0, 0, 0, 100, 0),\n(@WPID+500, 33, 832.31, -417.533, 47.57, 2.66253, 0, 0, 0, 100, 0),\n(@WPID+500, 34, 827.456, -412.758, 48.6949, 2.23841, 0, 0, 0, 100, 0),\n(@WPID+500, 35, 824.994, -406.683, 48.6886, 1.79073, 0, 0, 0, 100, 0),\n(@WPID+500, 36, 824.67, -395.744, 47.8599, 1.47658, 0, 0, 0, 100, 0),\n(@WPID+500, 37, 830.646, -378.065, 47.7576, 1.15456, 0, 0, 0, 100, 0),\n(@WPID+500, 38, 835.042, -370.404, 48.2752, 0.966066, 0, 0, 0, 100, 0),\n(@WPID+500, 39, 836.204, -365.111, 48.0755, 1.47265, 0, 0, 0, 100, 0),\n(@WPID+500, 40, 834.55, -359.026, 47.787, 1.90854, 0, 0, 0, 100, 0),\n(@WPID+500, 41, 827.488, -345.281, 48.0398, 2.13631, 0, 0, 0, 100, 0),\n(@WPID+500, 42, 816.955, -338.479, 49.4927, 2.72929, 0, 0, 0, 100, 0),\n(@WPID+500, 43, 821.908, -342.282, 49.1733, 5.70202, 0, 0, 0, 100, 0),\n(@WPID+500, 44, 831.602, -350.512, 46.9773, 5.36038, 0, 0, 0, 100, 0),\n(@WPID+500, 45, 835.239, -361.629, 47.9518, 5.00302, 0, 0, 0, 100, 0),\n(@WPID+500, 46, 835.783, -368.158, 48.214, 4.66138, 0, 0, 0, 100, 0),\n(@WPID+500, 47, 833.557, -374.726, 48.1376, 4.37079, 0, 0, 0, 100, 0),\n(@WPID+500, 48, 828.181, -384.262, 47.6782, 4.17444, 0, 0, 0, 100, 0),\n(@WPID+500, 49, 825.456, -402.992, 48.1579, 4.6496, 0, 0, 0, 100, 0),\n(@WPID+500, 50, 826.381, -410.032, 48.7946, 5.01088, 0, 0, 0, 100, 0),\n(@WPID+500, 51, 830.231, -415.308, 48.0801, 5.62741, 0, 0, 0, 100, 0),\n(@WPID+500, 52, 835.161, -417.429, 47.3958, 6.05544, 0, 0, 0, 100, 0),\n(@WPID+500, 53, 842.928, -417.926, 48.2097, 6.23608, 0, 0, 0, 100, 0),\n(@WPID+500, 54, 858.297, -419.439, 50.8694, 6.14183, 0, 0, 0, 100, 0),\n(@WPID+500, 55, 875.762, -423.338, 51.9925, 6.05151, 0, 0, 0, 100, 0),\n(@WPID+500, 56, 887.913, -429.416, 54.2346, 5.80411, 0, 0, 0, 100, 0),\n(@WPID+500, 57, 897.727, -434.312, 57.9978, 5.81982, 0, 0, 0, 100, 0),\n(@WPID+500, 58, 902.803, -436.734, 58.3954, 5.84338, 0, 0, 0, 100, 0),\n(@WPID+500, 59, 910.446, -436.958, 57.4579, 0.094263, 0, 0, 0, 100, 0),\n(@WPID+500, 60, 917.972, -433.464, 56.9517, 0.62048, 0, 0, 0, 100, 0),\n(@WPID+500, 61, 922.958, -424.393, 56.2577, 1.19382, 0, 0, 0, 100, 0),\n(@WPID+500, 62, 923.383, -413.204, 56.1498, 1.58259, 0, 0, 0, 100, 0),\n(@WPID+500, 63, 921.563, -399.356, 59.7584, 1.73182, 0, 0, 0, 100, 0),\n(@WPID+500, 64, 920.392, -382.673, 61.8028, 1.63364, 0, 0, 0, 100, 0),\n(@WPID+500, 65, 919.114, -371.252, 65.3279, 1.60616, 0, 0, 0, 100, 0),\n(@WPID+500, 66, 922.51, -360.667, 66.3686, 1.19775, 0, 0, 0, 100, 0),\n(@WPID+500, 67, 927.717, -348.052, 65.8703, 1.20953, 0, 0, 0, 100, 0),\n(@WPID+500, 68, 928.047, -340.396, 65.3849, 1.95566, 0, 0, 0, 100, 0),\n(@WPID+500, 69, 923.405, -334.845, 65.8761, 2.35228, 0, 0, 0, 100, 0),\n(@WPID+500, 70, 912.912, -329.953, 66.346, 2.81174, 0, 0, 0, 100, 0),\n(@WPID+500, 71, 904.07, -330.852, 67.317, 3.34581, 0, 0, 0, 100, 0),\n(@WPID+500, 72, 895.614, -334.558, 67.5359, 3.65997, 0, 0, 0, 100, 0),\n(@WPID+500, 73, 888.63, -339.33, 67.4262, 3.74244, 0, 0, 0, 100, 0),\n(@WPID+500, 74, 884.884, -343.408, 67.057, 3.95842, 0, 0, 0, 100, 0),\n--\n(@WPID+1340, 1, 874.652, -346.688, 65.3619, 3.46362, 0, 0, 0, 100, 0),\n(@WPID+1340, 2, 870.982, -347.515, 64.7346, 3.27512, 0, 0, 0, 100, 0),\n(@WPID+1340, 3, 859.218, -348.129, 64.8652, 3.16516, 0, 0, 0, 100, 0),\n(@WPID+1340, 4, 844.983, -344.518, 65.8717, 2.8942, 0, 0, 0, 100, 0),\n(@WPID+1340, 5, 824.284, -327.935, 64.1286, 2.46616, 0, 0, 0, 100, 0),\n(@WPID+1340, 6, 839.589, -338.476, 65.4541, 5.66666, 0, 0, 0, 100, 0),\n(@WPID+1340, 7, 856.138, -347.072, 65.4157, 5.8041, 0, 0, 0, 100, 0),\n(@WPID+1340, 8, 869.67, -349.763, 64.6266, 6.08684, 0, 0, 0, 100, 0),\n(@WPID+1340, 9, 886.484, -341.698, 67.2996, 0.447685, 0, 0, 0, 100, 0),\n(@WPID+1340, 10, 900.663, -331.099, 67.4651, 0.636181, 0, 0, 0, 100, 0),\n(@WPID+1340, 11, 914.397, -331.207, 66.2026, 6.27534, 0, 0, 0, 100, 0),\n(@WPID+1340, 12, 926.682, -337.346, 65.4812, 5.81981, 0, 0, 0, 100, 0),\n(@WPID+1340, 13, 932.111, -348.856, 65.8479, 5.15615, 0, 0, 0, 100, 0),\n(@WPID+1340, 14, 927.681, -356.482, 65.7533, 4.18619, 0, 0, 0, 100, 0),\n(@WPID+1340, 15, 920.186, -367.991, 65.8683, 4.13514, 0, 0, 0, 100, 0),\n(@WPID+1340, 16, 919.223, -377.772, 63.5303, 4.72026, 0, 0, 0, 100, 0),\n(@WPID+1340, 17, 922.303, -399.22, 59.8182, 4.81843, 0, 0, 0, 100, 0),\n(@WPID+1340, 18, 922.707, -419.817, 56.0866, 4.73204, 0, 0, 0, 100, 0),\n(@WPID+1340, 19, 919.644, -430.211, 56.6857, 4.42574, 0, 0, 0, 100, 0),\n(@WPID+1340, 20, 912.195, -438.081, 57.352, 3.9545, 0, 0, 0, 100, 0),\n(@WPID+1340, 21, 902.418, -437.079, 58.4548, 3.03951, 0, 0, 0, 100, 0),\n(@WPID+1340, 22, 890.597, -430.088, 54.9905, 2.60754, 0, 0, 0, 100, 0),\n(@WPID+1340, 23, 867.247, -422.441, 50.9155, 2.83138, 0, 0, 0, 100, 0),\n(@WPID+1340, 24, 844.948, -418.679, 48.8586, 3.00417, 0, 0, 0, 100, 0),\n(@WPID+1340, 25, 831.303, -416.65, 47.8082, 2.75677, 0, 0, 0, 100, 0),\n(@WPID+1340, 26, 825.548, -409.966, 48.9505, 2.2816, 0, 0, 0, 100, 0),\n(@WPID+1340, 27, 824.063, -398.216, 47.9815, 1.69648, 0, 0, 0, 100, 0),\n(@WPID+1340, 28, 833.987, -371.438, 48.229, 1.21346, 0, 0, 0, 100, 0),\n(@WPID+1340, 29, 835.615, -363.739, 48.0298, 1.40196, 0, 0, 0, 100, 0),\n(@WPID+1340, 30, 833.717, -356.096, 47.5698, 1.81429, 0, 0, 0, 100, 0),\n(@WPID+1340, 31, 824.234, -342.356, 49.1488, 2.17557, 0, 0, 0, 100, 0),\n(@WPID+1340, 32, 812.727, -336.775, 49.8785, 2.56827, 0, 0, 0, 100, 0),\n(@WPID+1340, 33, 830.867, -350.283, 46.9561, 5.64311, 0, 0, 0, 100, 0),\n(@WPID+1340, 34, 833.795, -357.593, 47.6755, 5.19544, 0, 0, 0, 100, 0),\n(@WPID+1340, 35, 836.087, -365.144, 48.0805, 4.53963, 0, 0, 0, 100, 0),\n(@WPID+1340, 36, 833.56, -373.594, 48.1969, 4.42182, 0, 0, 0, 100, 0),\n(@WPID+1340, 37, 827.05, -384.602, 47.7039, 4.17835, 0, 0, 0, 100, 0),\n(@WPID+1340, 38, 824.504, -401.102, 48.1177, 4.55927, 0, 0, 0, 100, 0),\n(@WPID+1340, 39, 827.344, -412.536, 48.7229, 4.95589, 0, 0, 0, 100, 0),\n(@WPID+1340, 40, 835.224, -416.637, 47.3614, 5.69024, 0, 0, 0, 100, 0),\n(@WPID+1340, 41, 846.573, -419.741, 49.3463, 6.01617, 0, 0, 0, 100, 0),\n(@WPID+1340, 42, 855.433, -419.114, 50.6415, 0.07071, 0, 0, 0, 100, 0),\n(@WPID+1340, 43, 879.939, -426.442, 52.8461, 5.99262, 0, 0, 0, 100, 0),\n(@WPID+1340, 44, 900.699, -435.257, 58.3766, 5.87873, 0, 0, 0, 100, 0),\n(@WPID+1340, 45, 913.466, -436.009, 57.3573, 0.000025, 0, 0, 0, 100, 0),\n(@WPID+1340, 46, 921.801, -429.184, 56.3896, 0.687248, 0, 0, 0, 100, 0),\n(@WPID+1340, 47, 924.984, -419.886, 55.917, 1.24095, 0, 0, 0, 100, 0),\n(@WPID+1340, 48, 922.017, -394.503, 60.8153, 1.7279, 0, 0, 0, 100, 0),\n(@WPID+1340, 49, 918.657, -376.124, 64.2447, 1.79466, 0, 0, 0, 100, 0),\n(@WPID+1340, 50, 919.634, -365.332, 66.4525, 1.4805, 0, 0, 0, 100, 0),\n(@WPID+1340, 51, 927.245, -351.615, 65.9369, 1.06424, 0, 0, 0, 100, 0),\n(@WPID+1340, 52, 926.841, -339.778, 65.5799, 1.60224, 0, 0, 0, 100, 0),\n(@WPID+1340, 53, 916.494, -329.199, 65.8857, 2.29339, 0, 0, 0, 100, 0),\n(@WPID+1340, 54, 908.685, -329.015, 67.0319, 3.11806, 0, 0, 0, 100, 0),\n(@WPID+1340, 55, 894.064, -334.871, 67.5182, 3.52254, 0, 0, 0, 100, 0),\n(@WPID+1340, 56, 884.47, -343.246, 67.0387, 3.65213, 0, 0, 0, 100, 0),\n--\n(@WPID+1480, 1, 918.284, -397.16, 59.828, 5.16796, 0, 0, 0, 100, 0),\n(@WPID+1480, 2, 923.133, -408.924, 57.1158, 4.87737, 0, 0, 0, 100, 0),\n(@WPID+1480, 3, 922.714, -424.562, 56.285, 4.65353, 0, 0, 0, 100, 0),\n(@WPID+1480, 4, 917.573, -435.162, 56.9826, 4.26083, 0, 0, 0, 100, 0),\n(@WPID+1480, 5, 905.006, -437.203, 58.2088, 3.30265, 0, 0, 0, 100, 0),\n(@WPID+1480, 6, 898.031, -433.55, 57.9973, 2.64291, 0, 0, 0, 100, 0),\n(@WPID+1480, 7, 874.058, -424.814, 51.4508, 2.79214, 0, 0, 0, 100, 0),\n(@WPID+1480, 8, 852.278, -418.487, 50.374, 2.8589, 0, 0, 0, 100, 0),\n(@WPID+1480, 9, 832.677, -417.023, 47.5218, 3.06703, 0, 0, 0, 100, 0),\n(@WPID+1480, 10, 825.407, -410.409, 49.0216, 2.17953, 0, 0, 0, 100, 0),\n(@WPID+1480, 11, 823.721, -399.769, 48.1295, 1.72792, 0, 0, 0, 100, 0),\n(@WPID+1480, 12, 836.338, -366.722, 48.1451, 1.20171, 0, 0, 0, 100, 0),\n(@WPID+1480, 13, 834.335, -358.137, 47.722, 1.84181, 0, 0, 0, 100, 0),\n(@WPID+1480, 14, 827.966, -345.995, 47.7317, 2.2188, 0, 0, 0, 100, 0),\n(@WPID+1480, 15, 811.58, -335.14, 50.4564, 2.55652, 0, 0, 0, 100, 0),\n(@WPID+1480, 16, 829.742, -350.149, 46.9455, 5.58816, 0, 0, 0, 100, 0),\n(@WPID+1480, 17, 833.937, -356.803, 47.6231, 5.21117, 0, 0, 0, 100, 0),\n(@WPID+1480, 18, 835.817, -366.449, 48.1426, 4.90487, 0, 0, 0, 100, 0),\n(@WPID+1480, 19, 833.247, -376.976, 47.9691, 4.4729, 0, 0, 0, 100, 0),\n(@WPID+1480, 20, 825.934, -392.054, 47.8311, 4.26085, 0, 0, 0, 100, 0),\n(@WPID+1480, 21, 824.911, -410.674, 49.1684, 4.65747, 0, 0, 0, 100, 0),\n(@WPID+1480, 22, 831.29, -416.856, 47.8012, 5.51355, 0, 0, 0, 100, 0),\n(@WPID+1480, 23, 841.003, -418.355, 47.7483, 6.13009, 0, 0, 0, 100, 0),\n(@WPID+1480, 24, 852.847, -418.265, 50.4368, 0.007907, 0, 0, 0, 100, 0),\n(@WPID+1480, 25, 876.061, -426.313, 51.8802, 5.94945, 0, 0, 0, 100, 0),\n(@WPID+1480, 26, 898.673, -435.461, 58.222, 5.87483, 0, 0, 0, 100, 0),\n(@WPID+1480, 27, 908.442, -436.531, 57.7117, 6.17721, 0, 0, 0, 100, 0),\n(@WPID+1480, 28, 917.415, -432.521, 57.0375, 0.420241, 0, 0, 0, 100, 0),\n(@WPID+1480, 29, 922.217, -426.279, 56.3517, 0.915042, 0, 0, 0, 100, 0),\n(@WPID+1480, 30, 924.333, -414.69, 55.9917, 1.39021, 0, 0, 0, 100, 0),\n(@WPID+1480, 31, 922.213, -396.163, 60.4782, 1.68473, 0, 0, 0, 100, 0),\n(@WPID+1480, 32, 919.438, -378.731, 63.182, 1.69726, 0, 0, 0, 100, 0),\n(@WPID+1480, 33, 919.554, -370.92, 65.258, 1.55589, 0, 0, 0, 100, 0),\n(@WPID+1480, 34, 929.222, -347.241, 65.7414, 1.17498, 0, 0, 0, 100, 0),\n(@WPID+1480, 35, 926.274, -337.882, 65.5833, 2.34915, 0, 0, 0, 100, 0),\n(@WPID+1480, 36, 910.048, -330.648, 66.7437, 2.72221, 0, 0, 0, 100, 0),\n(@WPID+1480, 37, 896.748, -334.074, 67.5428, 3.39373, 0, 0, 0, 100, 0),\n(@WPID+1480, 38, 882.856, -343.331, 66.8863, 3.71967, 0, 0, 0, 100, 0),\n(@WPID+1480, 39, 864.767, -348.115, 64.3605, 3.39765, 0, 0, 0, 100, 0),\n(@WPID+1480, 40, 851.226, -345.818, 65.9396, 2.97354, 0, 0, 0, 100, 0),\n(@WPID+1480, 41, 838.817, -339.931, 65.4196, 2.69865, 0, 0, 0, 100, 0),\n(@WPID+1480, 42, 822.162, -326.065, 63.9767, 2.44732, 0, 0, 0, 100, 0),\n(@WPID+1480, 43, 836.725, -337.713, 65.1747, 5.60855, 0, 0, 0, 100, 0),\n(@WPID+1480, 44, 853.666, -345.506, 65.7685, 5.85202, 0, 0, 0, 100, 0),\n(@WPID+1480, 45, 872.728, -350.305, 65.3168, 0.252131, 0, 0, 0, 100, 0),\n(@WPID+1480, 46, 890.832, -338.392, 67.519, 0.581999, 0, 0, 0, 100, 0),\n(@WPID+1480, 47, 903.688, -331.178, 67.3319, 0.511313, 0, 0, 0, 100, 0),\n(@WPID+1480, 48, 917.372, -332.352, 66.0388, 6.1976, 0, 0, 0, 100, 0),\n(@WPID+1480, 49, 929.44, -340.819, 65.1551, 5.56928, 0, 0, 0, 100, 0),\n(@WPID+1480, 50, 930.318, -349.658, 65.9136, 4.81137, 0, 0, 0, 100, 0),\n(@WPID+1480, 51, 922.633, -363.407, 66.3146, 4.20269, 0, 0, 0, 100, 0),\n(@WPID+1480, 52, 920.221, -374.874, 64.374, 4.50507, 0, 0, 0, 100, 0),\n(@WPID+1480, 53, 920.008, -388.606, 60.8037, 4.69749, 0, 0, 0, 100, 0),\n--\n(@WPID+2640, 1, 917.896, -396.858, 59.8794, 5.16873, 0, 0, 0, 100, 0),\n(@WPID+2640, 2, 923.981, -409.234, 56.9841, 4.90563, 0, 0, 0, 100, 0),\n(@WPID+2640, 3, 924.049, -417.109, 55.9022, 4.72106, 0, 0, 0, 100, 0),\n(@WPID+2640, 4, 921.898, -427.729, 56.3803, 4.51293, 0, 0, 0, 100, 0),\n(@WPID+2640, 5, 914.08, -436.542, 57.3191, 3.98672, 0, 0, 0, 100, 0),\n(@WPID+2640, 6, 906.258, -437.072, 58.0296, 3.20918, 0, 0, 0, 100, 0),\n(@WPID+2640, 7, 897.362, -432.894, 57.8491, 2.70259, 0, 0, 0, 100, 0),\n(@WPID+2640, 8, 875.768, -426.169, 51.8135, 2.84397, 0, 0, 0, 100, 0),\n(@WPID+2640, 9, 854.119, -419.622, 50.5136, 2.84789, 0, 0, 0, 100, 0),\n(@WPID+2640, 10, 839.453, -418.135, 47.5119, 3.04424, 0, 0, 0, 100, 0),\n(@WPID+2640, 11, 828.49, -413.954, 48.4494, 2.77721, 0, 0, 0, 100, 0),\n(@WPID+2640, 12, 824.642, -406.018, 48.6732, 2.02322, 0, 0, 0, 100, 0),\n(@WPID+2640, 13, 835.765, -366.282, 48.1353, 1.2928, 0, 0, 0, 100, 0),\n(@WPID+2640, 14, 834.008, -357.65, 47.6831, 1.70121, 0, 0, 0, 100, 0),\n(@WPID+2640, 15, 827.674, -346.613, 47.578, 2.09391, 0, 0, 0, 100, 0),\n(@WPID+2640, 16, 808.784, -332.456, 51.2105, 5.70282, 0, 0, 0, 100, 0),\n(@WPID+2640, 17, 829.995, -349.885, 46.9636, 5.52218, 0, 0, 0, 100, 0),\n(@WPID+2640, 18, 835.233, -359.37, 47.8322, 5.23158, 0, 0, 0, 100, 0),\n(@WPID+2640, 19, 836.627, -366.094, 48.111, 4.90957, 0, 0, 0, 100, 0),\n(@WPID+2640, 20, 825.154, -394.14, 47.856, 4.32052, 0, 0, 0, 100, 0),\n(@WPID+2640, 21, 823.793, -407.807, 49.0811, 4.61505, 0, 0, 0, 100, 0),\n(@WPID+2640, 22, 829.45, -415.843, 48.2086, 5.32583, 0, 0, 0, 100, 0),\n(@WPID+2640, 23, 842.958, -418.326, 48.2322, 6.10337, 0, 0, 0, 100, 0),\n(@WPID+2640, 24, 853.726, -418.471, 50.5133, 6.24081, 0, 0, 0, 100, 0),\n(@WPID+2640, 25, 874.513, -424.584, 51.572, 5.96985, 0, 0, 0, 100, 0),\n(@WPID+2640, 26, 900.139, -434.473, 58.2626, 5.91488, 0, 0, 0, 100, 0),\n(@WPID+2640, 27, 906.854, -435.909, 57.9338, 6.07981, 0, 0, 0, 100, 0),\n(@WPID+2640, 28, 915.624, -434.969, 57.1467, 0.106851, 0, 0, 0, 100, 0),\n(@WPID+2640, 29, 919.175, -430.23, 56.7601, 0.927593, 0, 0, 0, 100, 0),\n(@WPID+2640, 30, 922.838, -420.032, 56.0873, 1.22604, 0, 0, 0, 100, 0),\n(@WPID+2640, 31, 922.665, -408.255, 57.3154, 1.60696, 0, 0, 0, 100, 0),\n(@WPID+2640, 32, 922.207, -394.528, 60.8329, 1.60696, 0, 0, 0, 100, 0),\n(@WPID+2640, 33, 919.342, -380.155, 62.6877, 1.74441, 0, 0, 0, 100, 0),\n(@WPID+2640, 34, 919.676, -369.387, 65.6143, 1.53235, 0, 0, 0, 100, 0),\n(@WPID+2640, 35, 927.342, -350.198, 65.9231, 1.1907, 0, 0, 0, 100, 0),\n(@WPID+2640, 36, 927.594, -338.419, 65.3366, 1.55198, 0, 0, 0, 100, 0),\n(@WPID+2640, 37, 921.503, -333.429, 65.9081, 2.45519, 0, 0, 0, 100, 0),\n(@WPID+2640, 38, 908.615, -329.696, 66.9936, 2.85967, 0, 0, 0, 100, 0),\n(@WPID+2640, 39, 897.364, -333.395, 67.5173, 3.47228, 0, 0, 0, 100, 0),\n(@WPID+2640, 40, 884.1, -343.534, 66.9746, 3.7943, 0, 0, 0, 100, 0),\n(@WPID+2640, 41, 868.562, -349.639, 64.4306, 3.51548, 0, 0, 0, 100, 0),\n(@WPID+2640, 42, 854.901, -348.224, 65.3809, 3.03639, 0, 0, 0, 100, 0),\n(@WPID+2640, 43, 843.288, -340.931, 65.729, 2.58086, 0, 0, 0, 100, 0),\n(@WPID+2640, 44, 821.627, -327.329, 64.0398, 2.58086, 0, 0, 0, 100, 0),\n(@WPID+2640, 45, 840.921, -339.126, 65.5497, 5.72245, 0, 0, 0, 100, 0),\n(@WPID+2640, 46, 856.882, -346.929, 65.3551, 5.82848, 0, 0, 0, 100, 0),\n(@WPID+2640, 47, 872.366, -349.811, 65.1497, 6.09943, 0, 0, 0, 100, 0),\n(@WPID+2640, 48, 881.872, -344.742, 66.5699, 0.49169, 0, 0, 0, 100, 0),\n(@WPID+2640, 49, 900.365, -331.722, 67.5044, 0.613427, 0, 0, 0, 100, 0),\n(@WPID+2640, 50, 921.968, -331.195, 65.6935, 6.26437, 0, 0, 0, 100, 0),\n(@WPID+2640, 51, 929.456, -341.484, 65.215, 5.34153, 0, 0, 0, 100, 0),\n(@WPID+2640, 52, 928.109, -349.243, 65.8753, 4.54042, 0, 0, 0, 100, 0),\n(@WPID+2640, 53, 922.004, -363.694, 66.3181, 4.31266, 0, 0, 0, 100, 0),\n(@WPID+2640, 54, 919.857, -377.323, 63.6549, 4.55613, 0, 0, 0, 100, 0),\n(@WPID+2640, 55, 918.669, -389.993, 60.6062, 4.61896, 0, 0, 0, 100, 0),\n--\n(@WPID+2820, 1, 874.68, -346.574, 65.3746, 3.4597, 0, 0, 0, 100, 0),\n(@WPID+2820, 2, 861.133, -348.829, 64.5407, 3.30655, 0, 0, 0, 100, 0),\n(@WPID+2820, 3, 849.667, -346.124, 65.9752, 2.90992, 0, 0, 0, 100, 0),\n(@WPID+2820, 4, 836.053, -338.271, 65.1182, 2.48188, 0, 0, 0, 100, 0),\n(@WPID+2820, 5, 823.703, -326.944, 64.031, 2.39942, 0, 0, 0, 100, 0),\n(@WPID+2820, 6, 837.388, -338.174, 65.2507, 5.59598, 0, 0, 0, 100, 0),\n(@WPID+2820, 7, 860.444, -348.918, 64.5961, 5.8748, 0, 0, 0, 100, 0),\n(@WPID+2820, 8, 875.243, -348.554, 65.5874, 0.039288, 0, 0, 0, 100, 0),\n(@WPID+2820, 9, 893.267, -336.635, 67.5847, 0.585139, 0, 0, 0, 100, 0),\n(@WPID+2820, 10, 908.219, -329.207, 67.0963, 0.455549, 0, 0, 0, 100, 0),\n(@WPID+2820, 11, 922.779, -331.513, 65.6729, 6.12612, 0, 0, 0, 100, 0),\n(@WPID+2820, 12, 928.964, -339.232, 65.1156, 5.38785, 0, 0, 0, 100, 0),\n(@WPID+2820, 13, 931.19, -349.773, 65.926, 4.92054, 0, 0, 0, 100, 0),\n(@WPID+2820, 14, 921.011, -364.257, 66.284, 4.0998, 0, 0, 0, 100, 0),\n(@WPID+2820, 15, 919.221, -377.874, 63.495, 4.58282, 0, 0, 0, 100, 0),\n(@WPID+2820, 16, 921.114, -394.524, 60.6851, 4.82629, 0, 0, 0, 100, 0),\n(@WPID+2820, 17, 924.251, -421.939, 56.0695, 4.82629, 0, 0, 0, 100, 0),\n(@WPID+2820, 18, 922.76, -429.671, 56.3077, 4.50428, 0, 0, 0, 100, 0),\n(@WPID+2820, 19, 912.387, -438.673, 57.3463, 3.85633, 0, 0, 0, 100, 0),\n(@WPID+2820, 20, 900.661, -437.004, 58.5889, 2.45047, 0, 0, 0, 100, 0),\n(@WPID+2820, 21, 885.337, -428.176, 53.7176, 2.69394, 0, 0, 0, 100, 0),\n(@WPID+2820, 22, 857.102, -419.718, 50.7448, 2.87066, 0, 0, 0, 100, 0),\n(@WPID+2820, 23, 842.373, -419.124, 48.1056, 3.11413, 0, 0, 0, 100, 0),\n(@WPID+2820, 24, 832.608, -418.015, 47.5371, 2.89029, 0, 0, 0, 100, 0),\n(@WPID+2820, 25, 825.166, -409.02, 48.9473, 2.17558, 0, 0, 0, 100, 0),\n(@WPID+2820, 26, 823.965, -398.251, 47.9944, 1.68078, 0, 0, 0, 100, 0),\n(@WPID+2820, 27, 824.673, -388.255, 47.932, 1.50013, 0, 0, 0, 100, 0),\n(@WPID+2820, 28, 832.122, -373.279, 48.0932, 1.05246, 0, 0, 0, 100, 0),\n(@WPID+2820, 29, 835.981, -367.648, 48.1912, 1.31164, 0, 0, 0, 100, 0),\n(@WPID+2820, 30, 834.635, -358.931, 47.782, 1.72397, 0, 0, 0, 100, 0),\n(@WPID+2820, 31, 830.427, -347.927, 47.1012, 2.05384, 0, 0, 0, 100, 0),\n(@WPID+2820, 32, 811.656, -335.385, 50.4132, 2.55257, 0, 0, 0, 100, 0),\n(@WPID+2820, 33, 830.389, -351.282, 46.9726, 5.57243, 0, 0, 0, 100, 0),\n(@WPID+2820, 34, 835.392, -359.741, 47.8632, 5.24649, 0, 0, 0, 100, 0),\n(@WPID+2820, 35, 837.139, -368.383, 48.2024, 4.88128, 0, 0, 0, 100, 0),\n(@WPID+2820, 36, 833.367, -378.541, 47.854, 4.35507, 0, 0, 0, 100, 0),\n(@WPID+2820, 37, 824.582, -392.805, 47.9224, 4.13123, 0, 0, 0, 100, 0),\n(@WPID+2820, 38, 824.229, -409.464, 49.218, 4.7517, 0, 0, 0, 100, 0),\n(@WPID+2820, 39, 829.811, -416.374, 48.1134, 5.49389, 0, 0, 0, 100, 0),\n(@WPID+2820, 40, 839.249, -419.116, 47.5303, 6.00047, 0, 0, 0, 100, 0),\n(@WPID+2820, 41, 850.922, -417.927, 50.2235, 6.17326, 0, 0, 0, 100, 0),\n(@WPID+2820, 42, 875.379, -425.076, 51.7638, 5.99655, 0, 0, 0, 100, 0),\n(@WPID+2820, 43, 901.814, -435.786, 58.3942, 5.83947, 0, 0, 0, 100, 0),\n(@WPID+2820, 44, 910.658, -436.622, 57.4594, 0.007886, 0, 0, 0, 100, 0),\n(@WPID+2820, 45, 918.532, -432.648, 56.8626, 0.596935, 0, 0, 0, 100, 0),\n(@WPID+2820, 46, 923.568, -424.208, 56.1997, 1.03283, 0, 0, 0, 100, 0),\n(@WPID+2820, 47, 925.063, -410.51, 56.8028, 1.4216, 0, 0, 0, 100, 0),\n(@WPID+2820, 48, 921.928, -392.016, 60.9201, 1.67686, 0, 0, 0, 100, 0),\n(@WPID+2820, 49, 919.009, -374.62, 64.5675, 1.72791, 0, 0, 0, 100, 0),\n(@WPID+2820, 50, 919.743, -366.842, 66.1955, 1.47658, 0, 0, 0, 100, 0),\n(@WPID+2820, 51, 925.657, -355.656, 65.6085, 0.993561, 0, 0, 0, 100, 0),\n(@WPID+2820, 52, 930.477, -343.887, 65.3578, 1.45302, 0, 0, 0, 100, 0),\n(@WPID+2820, 53, 924.903, -333.508, 65.6189, 2.06563, 0, 0, 0, 100, 0),\n(@WPID+2820, 54, 915.962, -329.429, 65.9455, 2.85103, 0, 0, 0, 100, 0),\n(@WPID+2820, 55, 904.372, -331.195, 67.2819, 3.29478, 0, 0, 0, 100, 0),\n(@WPID+2820, 56, 890.123, -337.905, 67.4496, 3.58145, 0, 0, 0, 100, 0),\n(@WPID+2820, 57, 879.646, -345.201, 66.2519, 3.69533, 0, 0, 0, 100, 0);\n\n/* Coldtooth Mine */\nDELETE FROM `creature_addon` WHERE `guid` IN \n(@CGUID+1028, @CGUID+1061, @CGUID+1152, @CGUID+1187, @CGUID+1254, @CGUID+1289, \n @CGUID+1328, @CGUID+1361, @CGUID+1452, @CGUID+1487, @CGUID+1554, @CGUID+1589, \n @CGUID+1628, @CGUID+1661, @CGUID+1752, @CGUID+1787, @CGUID+1854, @CGUID+1889);\n\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n--\n(@CGUID+1028, @WPID+10280, 0, 0, 1, 0, 0, NULL), -- vanilla\n(@CGUID+1061, @WPID+10610, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1152, @WPID+11520, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1187, @WPID+11870, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1254, @WPID+12540, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1289, @WPID+12890, 0, 0, 1, 0, 0, NULL),\n--\n(@CGUID+1328, @WPID+10280, 0, 0, 1, 0, 0, NULL), -- TBC\n(@CGUID+1361, @WPID+10610, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1452, @WPID+11520, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1487, @WPID+11870, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1554, @WPID+12540, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1589, @WPID+12890, 0, 0, 1, 0, 0, NULL),\n--\n(@CGUID+1628, @WPID+10280, 0, 0, 1, 0, 0, NULL), -- WotLK\n(@CGUID+1661, @WPID+10610, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1752, @WPID+11520, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1787, @WPID+11870, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1854, @WPID+12540, 0, 0, 1, 0, 0, NULL),\n(@CGUID+1889, @WPID+12890, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN \n(@CGUID+1028, @CGUID+1061, @CGUID+1152, @CGUID+1187, @CGUID+1254, @CGUID+1289,\n @CGUID+1328, @CGUID+1361, @CGUID+1452, @CGUID+1487, @CGUID+1554, @CGUID+1589,\n @CGUID+1628, @CGUID+1661, @CGUID+1752, @CGUID+1787, @CGUID+1854, @CGUID+1889);\n\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(@CGUID+1028, @CGUID+1028, 0, 0, 515, 0, 0), -- vanilla\n(@CGUID+1028, @CGUID+1027, 3, 180, 515, 0, 0),\n(@CGUID+1028, @CGUID+1026, 6, 180, 515, 0, 0),\n(@CGUID+1028, @CGUID+1080, 9, 180, 515, 0, 0),\n(@CGUID+1028, @CGUID+1067, 12, 180, 515, 0, 0),\n--\n(@CGUID+1061, @CGUID+1061, 0, 0, 515, 0, 0),\n(@CGUID+1061, @CGUID+1063, 3, 180, 515, 0, 0),\n(@CGUID+1061, @CGUID+1062, 6, 180, 515, 0, 0),\n(@CGUID+1061, @CGUID+1087, 9, 180, 515, 0, 0),\n(@CGUID+1061, @CGUID+1086, 12, 180, 515, 0, 0),\n--\n(@CGUID+1152, @CGUID+1152, 0, 0, 515, 0, 0), -- horde 1\n(@CGUID+1152, @CGUID+1151, 3, 180, 515, 0, 0),\n(@CGUID+1152, @CGUID+1150, 6, 180, 515, 0, 0),\n(@CGUID+1152, @CGUID+1124, 9, 180, 515, 0, 0),\n(@CGUID+1152, @CGUID+1137, 12, 180, 515, 0, 0),\n--\n(@CGUID+1187, @CGUID+1187, 0, 0, 515, 0, 0), -- horde 2\n(@CGUID+1187, @CGUID+1186, 3, 180, 515, 0, 0),\n(@CGUID+1187, @CGUID+1185, 6, 180, 515, 0, 0),\n(@CGUID+1187, @CGUID+1142, 9, 180, 515, 0, 0),\n(@CGUID+1187, @CGUID+1141, 12, 180, 515, 0, 0),\n\n(@CGUID+1254, @CGUID+1254, 0, 0, 515, 0, 0), -- alliance 1\n(@CGUID+1254, @CGUID+1253, 3, 180, 515, 0, 0),\n(@CGUID+1254, @CGUID+1252, 6, 180, 515, 0, 0),\n(@CGUID+1254, @CGUID+1232, 9, 180, 515, 0, 0),\n(@CGUID+1254, @CGUID+1239, 12, 180, 515, 0, 0),\n--\n(@CGUID+1289, @CGUID+1289, 0, 0, 515, 0, 0), -- alliance 2\n(@CGUID+1289, @CGUID+1288, 3, 180, 515, 0, 0),\n(@CGUID+1289, @CGUID+1287, 6, 180, 515, 0, 0),\n(@CGUID+1289, @CGUID+1244, 9, 180, 515, 0, 0),\n(@CGUID+1289, @CGUID+1243, 12, 180, 515, 0, 0),\n--\n(@CGUID+1328, @CGUID+1328, 0, 0, 515, 0, 0), -- TBC\n(@CGUID+1328, @CGUID+1327, 3, 180, 515, 0, 0),\n(@CGUID+1328, @CGUID+1326, 6, 180, 515, 0, 0),\n(@CGUID+1328, @CGUID+1380, 9, 180, 515, 0, 0),\n(@CGUID+1328, @CGUID+1367, 12, 180, 515, 0, 0),\n--\n(@CGUID+1361, @CGUID+1361, 0, 0, 515, 0, 0),\n(@CGUID+1361, @CGUID+1363, 3, 180, 515, 0, 0),\n(@CGUID+1361, @CGUID+1362, 6, 180, 515, 0, 0),\n(@CGUID+1361, @CGUID+1387, 9, 180, 515, 0, 0),\n(@CGUID+1361, @CGUID+1386, 12, 180, 515, 0, 0),\n--\n(@CGUID+1452, @CGUID+1452, 0, 0, 515, 0, 0), -- horde 1\n(@CGUID+1452, @CGUID+1451, 3, 180, 515, 0, 0),\n(@CGUID+1452, @CGUID+1450, 6, 180, 515, 0, 0),\n(@CGUID+1452, @CGUID+1424, 9, 180, 515, 0, 0),\n(@CGUID+1452, @CGUID+1437, 12, 180, 515, 0, 0),\n--\n(@CGUID+1487, @CGUID+1487, 0, 0, 515, 0, 0), -- horde 2\n(@CGUID+1487, @CGUID+1486, 3, 180, 515, 0, 0),\n(@CGUID+1487, @CGUID+1485, 6, 180, 515, 0, 0),\n(@CGUID+1487, @CGUID+1442, 9, 180, 515, 0, 0),\n(@CGUID+1487, @CGUID+1441, 12, 180, 515, 0, 0),\n\n(@CGUID+1554, @CGUID+1554, 0, 0, 515, 0, 0), -- alliance 1\n(@CGUID+1554, @CGUID+1553, 3, 180, 515, 0, 0),\n(@CGUID+1554, @CGUID+1552, 6, 180, 515, 0, 0),\n(@CGUID+1554, @CGUID+1532, 9, 180, 515, 0, 0),\n(@CGUID+1554, @CGUID+1539, 12, 180, 515, 0, 0),\n--\n(@CGUID+1589, @CGUID+1589, 0, 0, 515, 0, 0), -- alliance 2\n(@CGUID+1589, @CGUID+1588, 3, 180, 515, 0, 0),\n(@CGUID+1589, @CGUID+1587, 6, 180, 515, 0, 0),\n(@CGUID+1589, @CGUID+1544, 9, 180, 515, 0, 0),\n(@CGUID+1589, @CGUID+1543, 12, 180, 515, 0, 0),\n--\n(@CGUID+1628, @CGUID+1628, 0, 0, 515, 0, 0), -- WOTLK\n(@CGUID+1628, @CGUID+1627, 3, 180, 515, 0, 0),\n(@CGUID+1628, @CGUID+1626, 6, 180, 515, 0, 0),\n(@CGUID+1628, @CGUID+1680, 9, 180, 515, 0, 0),\n(@CGUID+1628, @CGUID+1667, 12, 180, 515, 0, 0),\n--\n(@CGUID+1661, @CGUID+1661, 0, 0, 515, 0, 0),\n(@CGUID+1661, @CGUID+1663, 3, 180, 515, 0, 0),\n(@CGUID+1661, @CGUID+1662, 6, 180, 515, 0, 0),\n(@CGUID+1661, @CGUID+1687, 9, 180, 515, 0, 0),\n(@CGUID+1661, @CGUID+1686, 12, 180, 515, 0, 0),\n--\n(@CGUID+1752, @CGUID+1752, 0, 0, 515, 0, 0), -- horde 1\n(@CGUID+1752, @CGUID+1751, 3, 180, 515, 0, 0),\n(@CGUID+1752, @CGUID+1750, 6, 180, 515, 0, 0),\n(@CGUID+1752, @CGUID+1724, 9, 180, 515, 0, 0),\n(@CGUID+1752, @CGUID+1737, 12, 180, 515, 0, 0),\n--\n(@CGUID+1787, @CGUID+1787, 0, 0, 515, 0, 0), -- horde 2\n(@CGUID+1787, @CGUID+1786, 3, 180, 515, 0, 0),\n(@CGUID+1787, @CGUID+1785, 6, 180, 515, 0, 0),\n(@CGUID+1787, @CGUID+1742, 9, 180, 515, 0, 0),\n(@CGUID+1787, @CGUID+1741, 12, 180, 515, 0, 0),\n\n(@CGUID+1854, @CGUID+1854, 0, 0, 515, 0, 0), -- alliance 1\n(@CGUID+1854, @CGUID+1853, 3, 180, 515, 0, 0),\n(@CGUID+1854, @CGUID+1852, 6, 180, 515, 0, 0),\n(@CGUID+1854, @CGUID+1832, 9, 180, 515, 0, 0),\n(@CGUID+1854, @CGUID+1839, 12, 180, 515, 0, 0),\n--\n(@CGUID+1889, @CGUID+1889, 0, 0, 515, 0, 0), -- alliance 2\n(@CGUID+1889, @CGUID+1888, 3, 180, 515, 0, 0),\n(@CGUID+1889, @CGUID+1887, 6, 180, 515, 0, 0),\n(@CGUID+1889, @CGUID+1844, 9, 180, 515, 0, 0),\n(@CGUID+1889, @CGUID+1843, 12, 180, 515, 0, 0);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+10280, @WPID+10610, @WPID+11520, @WPID+11870, @WPID+12540, @WPID+12890);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+10280, 1, -875.718, -151.586, 62.6957, 3.38978, 0, 0, 0, 100, 0),\n(@WPID+10280, 2, -882.836, -153.853, 62.0073, 3.38978, 0, 0, 0, 100, 0),\n(@WPID+10280, 3, -898.429, -154.148, 61.6324, 3.16201, 0, 0, 0, 100, 0),\n(@WPID+10280, 4, -914.769, -149.9, 62.1923, 2.64757, 0, 0, 0, 100, 0),\n(@WPID+10280, 5, -919.91, -150.216, 62.0217, 3.2052, 0, 0, 0, 100, 0),\n(@WPID+10280, 6, -934.595, -158.151, 60.8488, 3.63717, 0, 0, 0, 100, 0),\n(@WPID+10280, 7, -939.694, -165.147, 62.674, 4.0927, 0, 0, 0, 100, 0),\n(@WPID+10280, 8, -945.353, -179.523, 64.2213, 4.34795, 0, 0, 0, 100, 0),\n(@WPID+10280, 9, -954.646, -188.202, 66.1677, 3.99453, 0, 0, 0, 100, 0),\n(@WPID+10280, 10, -959.939, -196.205, 67.2563, 4.12805, 0, 0, 0, 100, 0),\n(@WPID+10280, 11, -953.227, -186.896, 66.0594, 0.990377, 0, 0, 0, 100, 0),\n(@WPID+10280, 12, -944.923, -177.793, 63.8851, 0.837224, 0, 0, 0, 100, 0),\n(@WPID+10280, 13, -936.52, -159.55, 61.0239, 1.1396, 0, 0, 0, 100, 0),\n(@WPID+10280, 14, -925.93, -152.955, 61.6921, 0.600032, 0, 0, 0, 100, 0),\n(@WPID+10280, 15, -918.337, -149.676, 62.1051, 0.40761, 0, 0, 0, 100, 0),\n(@WPID+10280, 16, -911.374, -150.56, 62.0542, 6.14887, 0, 0, 0, 100, 0),\n(@WPID+10280, 17, -899.295, -153.851, 61.59, 6.01928, 0, 0, 0, 100, 0),\n(@WPID+10280, 18, -885.386, -154.569, 61.8243, 6.27061, 0, 0, 0, 100, 0),\n(@WPID+10280, 19, -878.996, -152.664, 62.3705, 0.289801, 0, 0, 0, 100, 0),\n(@WPID+10280, 20, -870.798, -147.184, 62.143, 1.36343, 0, 0, 0, 100, 0),\n(@WPID+10280, 21, -871.754, -136.458, 61.4145, 1.72079, 0, 0, 0, 100, 0),\n(@WPID+10280, 22, -872.249, -127.594, 63.7189, 1.67367, 0, 0, 0, 100, 0),\n(@WPID+10280, 23, -870.362, -109.041, 64.8257, 1.46946, 0, 0, 0, 100, 0),\n(@WPID+10280, 24, -868.272, -88.4832, 67.8174, 1.46946, 0, 0, 0, 100, 0),\n(@WPID+10280, 25, -864.348, -74.2736, 72.1576, 1.32024, 0, 0, 0, 100, 0),\n(@WPID+10280, 26, -866.336, -62.6617, 71.3736, 1.74042, 0, 0, 0, 100, 0),\n(@WPID+10280, 27, -871.253, -57.8673, 70.9472, 2.36874, 0, 0, 0, 100, 0),\n(@WPID+10280, 28, -882.742, -55.261, 70.0286, 2.91852, 0, 0, 0, 100, 0),\n(@WPID+10280, 29, -902.302, -57.2027, 73.4879, 3.24054, 0, 0, 0, 100, 0),\n(@WPID+10280, 30, -920.495, -64.6387, 76.21, 3.51542, 0, 0, 0, 100, 0),\n(@WPID+10280, 31, -929.033, -66.85, 78.9918, 3.162, 0, 0, 0, 100, 0),\n(@WPID+10280, 32, -949.463, -63.7516, 80.0864, 2.98135, 0, 0, 0, 100, 0),\n(@WPID+10280, 33, -960.235, -63.8867, 79.5165, 3.15414, 0, 0, 0, 100, 0),\n(@WPID+10280, 34, -967.371, -67.2172, 79.5139, 3.57826, 0, 0, 0, 100, 0),\n(@WPID+10280, 35, -971.409, -76.1776, 79.6768, 4.28904, 0, 0, 0, 100, 0),\n(@WPID+10280, 36, -969.083, -83.6154, 80.6911, 5.01552, 0, 0, 0, 100, 0),\n(@WPID+10280, 37, -959.703, -98.6295, 81.4852, 5.27078, 0, 0, 0, 100, 0),\n(@WPID+10280, 38, -944.968, -114.432, 79.3971, 5.44749, 0, 0, 0, 100, 0),\n(@WPID+10280, 39, -942.279, -127.894, 78.5041, 4.9095, 0, 0, 0, 100, 0),\n(@WPID+10280, 40, -945.206, -140.344, 79.9284, 4.48146, 0, 0, 0, 100, 0),\n(@WPID+10280, 41, -951.243, -162.14, 78.4907, 4.44219, 0, 0, 0, 100, 0),\n(@WPID+10280, 42, -952.728, -175.857, 78.169, 4.82703, 0, 0, 0, 100, 0),\n(@WPID+10280, 43, -954.03, -162.193, 78.2628, 1.6658, 0, 0, 0, 100, 0),\n(@WPID+10280, 44, -947.904, -152.18, 79.2765, 1.02178, 0, 0, 0, 100, 0),\n(@WPID+10280, 45, -943.839, -133.929, 79.5437, 1.35164, 0, 0, 0, 100, 0),\n(@WPID+10280, 46, -944.99, -113.297, 79.6459, 1.62653, 0, 0, 0, 100, 0),\n(@WPID+10280, 47, -960.758, -98.5284, 81.4446, 2.35695, 0, 0, 0, 100, 0),\n(@WPID+10280, 48, -968.909, -86.245, 81.0808, 2.15668, 0, 0, 0, 100, 0),\n(@WPID+10280, 49, -968.747, -75.4102, 79.8632, 1.55585, 0, 0, 0, 100, 0),\n(@WPID+10280, 50, -963.631, -63.6892, 79.0865, 1.15922, 0, 0, 0, 100, 0),\n(@WPID+10280, 51, -952.681, -59.344, 79.827, 0.377749, 0, 0, 0, 100, 0),\n(@WPID+10280, 52, -943.12, -64.4448, 79.8725, 5.79307, 0, 0, 0, 100, 0),\n(@WPID+10280, 53, -928.54, -66.6255, 78.8357, 6.13472, 0, 0, 0, 100, 0),\n(@WPID+10280, 54, -911.731, -61.076, 74.8266, 0.334551, 0, 0, 0, 100, 0),\n(@WPID+10280, 55, -897.514, -57.1752, 71.988, 0.267793, 0, 0, 0, 100, 0),\n(@WPID+10280, 56, -879.159, -53.8831, 70.1631, 6.20148, 0, 0, 0, 100, 0),\n(@WPID+10280, 57, -870.543, -55.7668, 70.6393, 6.06796, 0, 0, 0, 100, 0),\n(@WPID+10280, 58, -863.655, -61.2762, 71.2663, 5.6085, 0, 0, 0, 100, 0),\n(@WPID+10280, 59, -864.619, -75.0395, 72.0698, 4.64247, 0, 0, 0, 100, 0),\n(@WPID+10280, 60, -866.808, -87.6397, 68.0468, 4.54037, 0, 0, 0, 100, 0),\n(@WPID+10280, 61, -869.478, -105.135, 64.8892, 4.59927, 0, 0, 0, 100, 0),\n(@WPID+10280, 62, -871.401, -125.646, 64.1193, 4.61891, 0, 0, 0, 100, 0),\n(@WPID+10280, 63, -873.054, -143.272, 61.3445, 4.61891, 0, 0, 0, 100, 0),\n--\n(@WPID+10610, 1, -875.505, -58.7544, 70.9105, 2.86357, 0, 0, 0, 100, 0),\n(@WPID+10610, 2, -889.729, -56.4797, 70.2193, 3.01829, 0, 0, 0, 100, 0),\n(@WPID+10610, 3, -900.788, -56.947, 72.9853, 3.21857, 0, 0, 0, 100, 0),\n(@WPID+10610, 4, -920.871, -64.2731, 76.3402, 3.59163, 0, 0, 0, 100, 0),\n(@WPID+10610, 5, -928.453, -67.5426, 79.1491, 3.39135, 0, 0, 0, 100, 0),\n(@WPID+10610, 6, -954.198, -61.5418, 79.7313, 2.90048, 0, 0, 0, 100, 0),\n(@WPID+10610, 7, -962.364, -63.4399, 79.1882, 3.37564, 0, 0, 0, 100, 0),\n(@WPID+10610, 8, -969.282, -69.7404, 79.5825, 3.86652, 0, 0, 0, 100, 0),\n(@WPID+10610, 9, -971.215, -79.3367, 80.0467, 5.10745, 0, 0, 0, 100, 0),\n(@WPID+10610, 10, -957.3, -101.728, 81.3567, 5.37055, 0, 0, 0, 100, 0),\n(@WPID+10610, 11, -945.3, -115.144, 79.1909, 5.39804, 0, 0, 0, 100, 0),\n(@WPID+10610, 12, -941.701, -129.386, 78.6149, 4.93859, 0, 0, 0, 100, 0),\n(@WPID+10610, 13, -942.518, -137.414, 79.7491, 4.6048, 0, 0, 0, 100, 0),\n(@WPID+10610, 14, -954.579, -170.002, 77.9996, 4.3574, 0, 0, 0, 100, 0),\n(@WPID+10610, 15, -942.992, -135.806, 79.6235, 1.21973, 0, 0, 0, 100, 0),\n(@WPID+10610, 16, -940.524, -123.695, 78.1911, 1.38074, 0, 0, 0, 100, 0),\n(@WPID+10610, 17, -943.075, -115.082, 79.475, 1.93837, 0, 0, 0, 100, 0),\n(@WPID+10610, 18, -963.599, -96.5591, 81.4239, 2.41746, 0, 0, 0, 100, 0),\n(@WPID+10610, 19, -969.381, -82.9687, 80.9719, 1.94623, 0, 0, 0, 100, 0),\n(@WPID+10610, 20, -970.352, -73.6596, 79.6539, 1.67919, 0, 0, 0, 100, 0),\n(@WPID+10610, 21, -962.535, -61.9008, 78.8997, 0.984112, 0, 0, 0, 100, 0),\n(@WPID+10610, 22, -953.311, -59.2617, 79.841, 0.265472, 0, 0, 0, 100, 0),\n(@WPID+10610, 23, -939.209, -66.2888, 80.3821, 5.81824, 0, 0, 0, 100, 0),\n(@WPID+10610, 24, -929.059, -67.0635, 79.0718, 6.20701, 0, 0, 0, 100, 0),\n(@WPID+10610, 25, -915.015, -63.6672, 74.89, 0.253691, 0, 0, 0, 100, 0),\n(@WPID+10610, 26, -903.984, -58.9176, 73.8869, 0.422552, 0, 0, 0, 100, 0),\n(@WPID+10610, 27, -884.013, -55.0042, 69.9665, 0.108393, 0, 0, 0, 100, 0),\n(@WPID+10610, 28, -871.258, -57.1435, 70.8324, 6.09706, 0, 0, 0, 100, 0),\n(@WPID+10610, 29, -864.706, -63.3233, 71.3685, 5.51194, 0, 0, 0, 100, 0),\n(@WPID+10610, 30, -863.559, -69.4956, 72.1184, 4.88755, 0, 0, 0, 100, 0),\n(@WPID+10610, 31, -865.911, -78.8767, 71.072, 4.45951, 0, 0, 0, 100, 0),\n(@WPID+10610, 32, -869.635, -104.114, 64.9932, 4.59695, 0, 0, 0, 100, 0),\n(@WPID+10610, 33, -872.003, -127.786, 63.679, 4.61266, 0, 0, 0, 100, 0),\n(@WPID+10610, 34, -870.557, -140.36, 61.2193, 4.84435, 0, 0, 0, 100, 0),\n(@WPID+10610, 35, -873.545, -148.23, 62.2762, 4.33777, 0, 0, 0, 100, 0),\n(@WPID+10610, 36, -880.176, -154.414, 62.4905, 3.78014, 0, 0, 0, 100, 0),\n(@WPID+10610, 37, -894.192, -156.107, 61.8407, 3.26178, 0, 0, 0, 100, 0),\n(@WPID+10610, 38, -918.292, -149.776, 62.1091, 2.91227, 0, 0, 0, 100, 0),\n(@WPID+10610, 39, -923.05, -150.361, 61.9188, 3.29319, 0, 0, 0, 100, 0),\n(@WPID+10610, 40, -928.798, -153.168, 61.5374, 3.5995, 0, 0, 0, 100, 0),\n(@WPID+10610, 41, -938.887, -161.532, 61.8463, 3.83119, 0, 0, 0, 100, 0),\n(@WPID+10610, 42, -945.234, -177.39, 64.0142, 4.3417, 0, 0, 0, 100, 0),\n(@WPID+10610, 43, -950.153, -184.984, 65.9025, 4.1375, 0, 0, 0, 100, 0),\n(@WPID+10610, 44, -957.499, -192.526, 66.3541, 3.93722, 0, 0, 0, 100, 0),\n(@WPID+10610, 45, -945.773, -178.189, 64.2821, 0.878092, 0, 0, 0, 100, 0),\n(@WPID+10610, 46, -935.368, -157.944, 60.8826, 1.10978, 0, 0, 0, 100, 0),\n(@WPID+10610, 47, -928.015, -153.6, 61.5761, 0.512882, 0, 0, 0, 100, 0),\n(@WPID+10610, 48, -917.502, -148.239, 62.129, 0.438269, 0, 0, 0, 100, 0),\n(@WPID+10610, 49, -911.309, -149.269, 62.1007, 6.10885, 0, 0, 0, 100, 0),\n(@WPID+10610, 50, -893.122, -153.985, 61.6672, 6.04994, 0, 0, 0, 100, 0),\n(@WPID+10610, 51, -877.471, -152.387, 62.5894, 0.167306, 0, 0, 0, 100, 0),\n(@WPID+10610, 52, -872.092, -147.294, 62.1181, 0.772063, 0, 0, 0, 100, 0),\n(@WPID+10610, 53, -870.935, -134.341, 61.8517, 1.54568, 0, 0, 0, 100, 0),\n(@WPID+10610, 54, -870.717, -115.707, 64.9497, 1.51819, 0, 0, 0, 100, 0),\n(@WPID+10610, 55, -867.72, -96.5774, 66.4196, 1.47107, 0, 0, 0, 100, 0),\n(@WPID+10610, 56, -864.04, -77.2699, 71.8366, 1.33362, 0, 0, 0, 100, 0),\n(@WPID+10610, 57, -862.069, -67.2595, 71.9203, 1.55353, 0, 0, 0, 100, 0),\n(@WPID+10610, 58, -864.809, -61.4251, 71.2819, 2.08368, 0, 0, 0, 100, 0),\n--\n(@WPID+11520, 1, -876.101, -151.923, 62.7117, 3.55866, 0, 0, 0, 100, 0),\n(@WPID+11520, 2, -883.18, -154.206, 62.0112, 3.47227, 0, 0, 0, 100, 0),\n(@WPID+11520, 3, -898.669, -154.506, 61.6422, 3.22487, 0, 0, 0, 100, 0),\n(@WPID+11520, 4, -915.048, -150.123, 62.1726, 2.82432, 0, 0, 0, 100, 0),\n(@WPID+11520, 5, -920.157, -150.649, 61.9901, 3.13455, 0, 0, 0, 100, 0),\n(@WPID+11520, 6, -934.736, -158.514, 60.8573, 3.60971, 0, 0, 0, 100, 0),\n(@WPID+11520, 7, -939.797, -165.338, 62.7103, 3.99849, 0, 0, 0, 100, 0),\n(@WPID+11520, 8, -945.479, -179.813, 64.2441, 4.16735, 0, 0, 0, 100, 0),\n(@WPID+11520, 9, -954.968, -188.671, 66.1874, 3.90817, 0, 0, 0, 100, 0),\n(@WPID+11520, 10, -960.594, -196.245, 67.2299, 4.03383, 0, 0, 0, 100, 0),\n(@WPID+11520, 11, -954.7, -188.151, 66.1747, 0.911877, 0, 0, 0, 100, 0),\n(@WPID+11520, 12, -945.714, -178.882, 64.2946, 0.797994, 0, 0, 0, 100, 0),\n(@WPID+11520, 13, -937.153, -160.849, 61.2495, 1.13964, 0, 0, 0, 100, 0),\n(@WPID+11520, 14, -932.737, -156.067, 61.0027, 0.805848, 0, 0, 0, 100, 0),\n(@WPID+11520, 15, -920.95, -150.442, 61.9663, 0.440638, 0, 0, 0, 100, 0),\n(@WPID+11520, 16, -915.171, -149.856, 62.1875, 0.087208, 0, 0, 0, 100, 0),\n(@WPID+11520, 17, -898.236, -154.283, 61.6431, 6.0366, 0, 0, 0, 100, 0),\n(@WPID+11520, 18, -883.349, -154.023, 61.967, 6.25259, 0, 0, 0, 100, 0),\n(@WPID+11520, 19, -871.601, -140.811, 61.1881, 1.2103, 0, 0, 0, 100, 0),\n(@WPID+11520, 20, -871.159, -128.03, 63.6281, 1.53624, 0, 0, 0, 100, 0),\n(@WPID+11520, 21, -871.101, -109.382, 64.8708, 1.56766, 0, 0, 0, 100, 0),\n(@WPID+11520, 22, -867.11, -88.1448, 67.9305, 1.38309, 0, 0, 0, 100, 0),\n(@WPID+11520, 23, -865.161, -75.5051, 72.0125, 1.42236, 0, 0, 0, 100, 0),\n(@WPID+11520, 24, -864.119, -67.6994, 71.8858, 1.43807, 0, 0, 0, 100, 0),\n(@WPID+11520, 25, -870.044, -57.5169, 70.9277, 2.0978, 0, 0, 0, 100, 0),\n(@WPID+11520, 26, -881.385, -54.328, 70.0491, 2.86749, 0, 0, 0, 100, 0),\n(@WPID+11520, 27, -895.906, -56.874, 71.59, 3.31517, 0, 0, 0, 100, 0),\n(@WPID+11520, 28, -910.385, -59.6478, 74.9208, 3.33088, 0, 0, 0, 100, 0),\n(@WPID+11520, 29, -926.36, -66.4498, 78.3336, 3.49974, 0, 0, 0, 100, 0),\n(@WPID+11520, 30, -940.135, -67.2188, 80.8517, 3.19736, 0, 0, 0, 100, 0),\n(@WPID+11520, 31, -956.283, -62.7915, 79.723, 2.96959, 0, 0, 0, 100, 0),\n(@WPID+11520, 32, -968.762, -65.5912, 79.5433, 3.36229, 0, 0, 0, 100, 0),\n(@WPID+11520, 33, -973.828, -74.013, 79.9177, 4.17125, 0, 0, 0, 100, 0),\n(@WPID+11520, 34, -965.265, -92.6061, 81.4146, 5.16085, 0, 0, 0, 100, 0),\n(@WPID+11520, 35, -955.123, -103.305, 81.3055, 5.47108, 0, 0, 0, 100, 0),\n(@WPID+11520, 36, -944.471, -116.16, 79.0144, 5.40432, 0, 0, 0, 100, 0),\n(@WPID+11520, 37, -942.99, -126.806, 78.4179, 4.85062, 0, 0, 0, 100, 0),\n(@WPID+11520, 38, -942.727, -137.639, 79.7801, 4.73674, 0, 0, 0, 100, 0),\n(@WPID+11520, 39, -947.063, -150.67, 79.4025, 4.39117, 0, 0, 0, 100, 0),\n(@WPID+11520, 40, -953.215, -161.882, 78.3246, 4.21053, 0, 0, 0, 100, 0),\n(@WPID+11520, 41, -952.657, -172.641, 78.1296, 4.76423, 0, 0, 0, 100, 0),\n(@WPID+11520, 42, -954.452, -164.006, 78.1952, 1.66976, 0, 0, 0, 100, 0),\n(@WPID+11520, 43, -949.697, -150.08, 79.556, 1.24172, 0, 0, 0, 100, 0),\n(@WPID+11520, 44, -944.933, -138.211, 79.8843, 1.21423, 0, 0, 0, 100, 0),\n(@WPID+11520, 45, -941.258, -127.018, 78.2471, 1.3556, 0, 0, 0, 100, 0),\n(@WPID+11520, 46, -944.066, -113.51, 79.7112, 1.77579, 0, 0, 0, 100, 0),\n(@WPID+11520, 47, -954.591, -104.604, 81.2292, 2.36877, 0, 0, 0, 100, 0),\n(@WPID+11520, 48, -964.261, -94.8518, 81.4123, 2.34521, 0, 0, 0, 100, 0),\n(@WPID+11520, 49, -967.368, -86.6493, 81.0441, 1.93287, 0, 0, 0, 100, 0),\n(@WPID+11520, 50, -968.42, -73.9041, 79.8334, 1.64227, 0, 0, 0, 100, 0),\n(@WPID+11520, 51, -964.263, -63.9548, 79.0583, 1.17496, 0, 0, 0, 100, 0),\n(@WPID+11520, 52, -954.811, -58.7489, 79.7214, 0.503445, 0, 0, 0, 100, 0),\n(@WPID+11520, 53, -944, -63.5317, 79.5719, 5.79311, 0, 0, 0, 100, 0),\n(@WPID+11520, 54, -936.846, -66.8234, 80.145, 5.96982, 0, 0, 0, 100, 0),\n(@WPID+11520, 55, -926.132, -65.8578, 78.1199, 0.032205, 0, 0, 0, 100, 0),\n(@WPID+11520, 56, -907.312, -59.9708, 74.6169, 0.303167, 0, 0, 0, 100, 0),\n(@WPID+11520, 57, -888.052, -56.0452, 69.9148, 0.201065, 0, 0, 0, 100, 0),\n(@WPID+11520, 58, -875.368, -57.0835, 70.657, 6.20151, 0, 0, 0, 100, 0),\n(@WPID+11520, 59, -867.916, -61.8004, 71.3729, 5.71849, 0, 0, 0, 100, 0),\n(@WPID+11520, 60, -865.032, -70.2022, 72.1336, 5.04306, 0, 0, 0, 100, 0),\n(@WPID+11520, 61, -866.708, -80.8439, 70.1202, 4.55611, 0, 0, 0, 100, 0),\n(@WPID+11520, 62, -870.533, -105.115, 64.9463, 4.55611, 0, 0, 0, 100, 0),\n(@WPID+11520, 63, -870.983, -119.827, 64.5915, 4.68177, 0, 0, 0, 100, 0),\n(@WPID+11520, 64, -871.434, -134.562, 61.7778, 4.68177, 0, 0, 0, 100, 0),\n(@WPID+11520, 65, -871.701, -143.252, 61.3323, 4.68177, 0, 0, 0, 100, 0),\n--\n(@WPID+11870, 1, -875.587, -58.7297, 70.9014, 3.00652, 0, 0, 0, 100, 0),\n(@WPID+11870, 2, -889.783, -56.9417, 70.2865, 2.99474, 0, 0, 0, 100, 0),\n(@WPID+11870, 3, -900.766, -57.3135, 72.9792, 3.32068, 0, 0, 0, 100, 0),\n(@WPID+11870, 4, -920.834, -64.5628, 76.3319, 3.48168, 0, 0, 0, 100, 0),\n(@WPID+11870, 5, -928.468, -67.8304, 79.253, 3.47776, 0, 0, 0, 100, 0),\n(@WPID+11870, 6, -954.26, -61.8578, 79.7286, 2.89264, 0, 0, 0, 100, 0),\n(@WPID+11870, 7, -962.698, -63.7924, 79.2121, 3.38351, 0, 0, 0, 100, 0),\n(@WPID+11870, 8, -969.235, -69.9257, 79.5992, 3.85475, 0, 0, 0, 100, 0),\n(@WPID+11870, 9, -971.301, -79.652, 80.0769, 4.47128, 0, 0, 0, 100, 0),\n(@WPID+11870, 10, -957.376, -102.236, 81.336, 5.26453, 0, 0, 0, 100, 0),\n(@WPID+11870, 11, -945.271, -115.764, 79.0915, 5.3313, 0, 0, 0, 100, 0),\n(@WPID+11870, 12, -941.785, -130.085, 78.7317, 4.80116, 0, 0, 0, 100, 0),\n(@WPID+11870, 13, -942.661, -138.132, 79.8233, 4.45952, 0, 0, 0, 100, 0),\n(@WPID+11870, 14, -954.67, -170.468, 77.9779, 4.29459, 0, 0, 0, 100, 0),\n(@WPID+11870, 15, -942.526, -137.279, 79.7359, 1.10588, 0, 0, 0, 100, 0),\n(@WPID+11870, 16, -941.885, -130.182, 78.7629, 1.51821, 0, 0, 0, 100, 0),\n(@WPID+11870, 17, -945.298, -115.662, 79.11, 1.91484, 0, 0, 0, 100, 0),\n(@WPID+11870, 18, -957.248, -102.218, 81.3403, 2.33895, 0, 0, 0, 100, 0),\n(@WPID+11870, 19, -971.207, -79.5541, 80.0702, 1.96589, 0, 0, 0, 100, 0),\n(@WPID+11870, 20, -969.393, -70.2116, 79.6022, 1.25903, 0, 0, 0, 100, 0),\n(@WPID+11870, 21, -962.33, -63.678, 79.2326, 0.634638, 0, 0, 0, 100, 0),\n(@WPID+11870, 22, -954.407, -61.8031, 79.7195, 0.084859, 0, 0, 0, 100, 0),\n(@WPID+11870, 23, -928.708, -67.706, 79.2462, 5.94787, 0, 0, 0, 100, 0),\n(@WPID+11870, 24, -920.968, -64.5661, 76.3809, 0.371537, 0, 0, 0, 100, 0),\n(@WPID+11870, 25, -901.045, -57.2465, 73.0726, 0.312632, 0, 0, 0, 100, 0),\n(@WPID+11870, 26, -890.012, -56.8334, 70.3071, 6.22668, 0, 0, 0, 100, 0),\n(@WPID+11870, 27, -869.975, -57.1684, 70.875, 6.26595, 0, 0, 0, 100, 0),\n(@WPID+11870, 28, -864.011, -61.393, 71.2704, 5.5002, 0, 0, 0, 100, 0),\n(@WPID+11870, 29, -862.166, -67.3722, 71.9344, 4.90723, 0, 0, 0, 100, 0),\n(@WPID+11870, 30, -865.827, -77.3671, 71.7115, 4.31818, 0, 0, 0, 100, 0),\n(@WPID+11870, 31, -868.83, -103.652, 64.9945, 4.61663, 0, 0, 0, 100, 0),\n(@WPID+11870, 32, -871.097, -121.179, 64.5084, 4.59306, 0, 0, 0, 100, 0),\n(@WPID+11870, 33, -871.121, -131.041, 62.869, 4.77763, 0, 0, 0, 100, 0),\n(@WPID+11870, 34, -869.329, -141.749, 61.3281, 4.79333, 0, 0, 0, 100, 0),\n(@WPID+11870, 35, -871.005, -147.538, 62.2136, 4.32603, 0, 0, 0, 100, 0),\n(@WPID+11870, 36, -875.889, -152.202, 62.7912, 3.74484, 0, 0, 0, 100, 0),\n(@WPID+11870, 37, -883.939, -154.995, 62.0284, 3.38748, 0, 0, 0, 100, 0),\n(@WPID+11870, 38, -903.44, -152.493, 61.5114, 2.93195, 0, 0, 0, 100, 0),\n(@WPID+11870, 39, -915.61, -149.529, 62.192, 2.84948, 0, 0, 0, 100, 0),\n(@WPID+11870, 40, -922.033, -149.504, 61.946, 3.2304, 0, 0, 0, 100, 0),\n(@WPID+11870, 41, -927.392, -152.274, 61.6577, 3.68986, 0, 0, 0, 100, 0),\n(@WPID+11870, 42, -937.69, -158.492, 61.1172, 3.64274, 0, 0, 0, 100, 0),\n(@WPID+11870, 43, -941.123, -162.183, 62.7129, 4.07078, 0, 0, 0, 100, 0),\n(@WPID+11870, 44, -943.227, -167.232, 63.3914, 4.40064, 0, 0, 0, 100, 0),\n(@WPID+11870, 45, -944.762, -177.595, 63.8234, 4.54201, 0, 0, 0, 100, 0),\n(@WPID+11870, 46, -950.365, -185.227, 65.9451, 3.88621, 0, 0, 0, 100, 0),\n(@WPID+11870, 47, -959.867, -195.356, 67.022, 4.02365, 0, 0, 0, 100, 0),\n(@WPID+11870, 48, -950.204, -183.266, 65.5354, 0.827078, 0, 0, 0, 100, 0),\n(@WPID+11870, 49, -942.765, -173.299, 63.2747, 1.01165, 0, 0, 0, 100, 0),\n(@WPID+11870, 50, -935.641, -157.474, 60.8808, 1.19229, 0, 0, 0, 100, 0),\n(@WPID+11870, 51, -929.979, -154.155, 61.4313, 0.410817, 0, 0, 0, 100, 0),\n(@WPID+11870, 52, -917.583, -150.062, 62.1156, 0.222321, 0, 0, 0, 100, 0),\n(@WPID+11870, 53, -893.11, -156.494, 61.8737, 6.00285, 0, 0, 0, 100, 0),\n(@WPID+11870, 54, -877.8, -154.34, 62.8722, 0.190903, 0, 0, 0, 100, 0),\n(@WPID+11870, 55, -870.651, -148.686, 62.4435, 0.779952, 0, 0, 0, 100, 0),\n(@WPID+11870, 56, -868.383, -137.588, 61.3601, 1.50252, 0, 0, 0, 100, 0),\n(@WPID+11870, 57, -872.341, -124.495, 64.2469, 1.84809, 0, 0, 0, 100, 0),\n(@WPID+11870, 58, -868.082, -107.172, 64.6621, 1.22763, 0, 0, 0, 100, 0),\n(@WPID+11870, 59, -866.139, -86.68, 68.3134, 1.45147, 0, 0, 0, 100, 0),\n(@WPID+11870, 60, -862.809, -72.7117, 72.3976, 1.18836, 0, 0, 0, 100, 0),\n(@WPID+11870, 61, -863.736, -61.461, 71.2659, 1.92271, 0, 0, 0, 100, 0),\n--\n(@WPID+12540, 1, -875.932, -151.95, 62.7378, 3.65289, 0, 0, 0, 100, 0),\n(@WPID+12540, 2, -883.066, -154.187, 62.0216, 3.41727, 0, 0, 0, 100, 0),\n(@WPID+12540, 3, -898.656, -154.481, 61.6415, 3.22485, 0, 0, 0, 100, 0),\n(@WPID+12540, 4, -915.168, -150.132, 62.1701, 2.81644, 0, 0, 0, 100, 0),\n(@WPID+12540, 5, -920.024, -150.553, 62.0003, 3.24056, 0, 0, 0, 100, 0),\n(@WPID+12540, 6, -934.688, -158.516, 60.8538, 3.70787, 0, 0, 0, 100, 0),\n(@WPID+12540, 7, -939.967, -165.615, 62.7688, 4.03381, 0, 0, 0, 100, 0),\n(@WPID+12540, 8, -945.559, -179.883, 64.2591, 4.31262, 0, 0, 0, 100, 0),\n(@WPID+12540, 9, -954.863, -188.544, 66.1802, 3.88851, 0, 0, 0, 100, 0),\n(@WPID+12540, 10, -961.021, -196.793, 67.3648, 4.08878, 0, 0, 0, 100, 0),\n(@WPID+12540, 11, -955.076, -188.785, 66.1952, 0.90792, 0, 0, 0, 100, 0),\n(@WPID+12540, 12, -945.632, -179.774, 64.2739, 0.809745, 0, 0, 0, 100, 0),\n(@WPID+12540, 13, -939.803, -165.392, 62.7141, 1.17496, 0, 0, 0, 100, 0),\n(@WPID+12540, 14, -934.781, -158.345, 60.8617, 0.982533, 0, 0, 0, 100, 0),\n(@WPID+12540, 15, -924.472, -151.458, 61.8452, 0.581979, 0, 0, 0, 100, 0),\n(@WPID+12540, 16, -920.282, -150.553, 61.9884, 0.177499, 0, 0, 0, 100, 0),\n(@WPID+12540, 17, -914.914, -150.217, 62.1692, 0.036127, 0, 0, 0, 100, 0),\n(@WPID+12540, 18, -898.457, -154.478, 61.6458, 5.97374, 0, 0, 0, 100, 0),\n(@WPID+12540, 19, -883.054, -154.181, 62.0214, 0.008638, 0, 0, 0, 100, 0),\n(@WPID+12540, 20, -871.29, -146.42, 61.9747, 1.61084, 0, 0, 0, 100, 0),\n(@WPID+12540, 21, -872.243, -128.745, 63.4818, 1.60691, 0, 0, 0, 100, 0),\n(@WPID+12540, 22, -871.212, -115.755, 64.9485, 1.3438, 0, 0, 0, 100, 0),\n(@WPID+12540, 23, -867.761, -91.3752, 67.4177, 1.37129, 0, 0, 0, 100, 0),\n(@WPID+12540, 24, -865.209, -72.9064, 72.3014, 1.45769, 0, 0, 0, 100, 0),\n(@WPID+12540, 25, -866.125, -62.1222, 71.2963, 1.7208, 0, 0, 0, 100, 0),\n(@WPID+12540, 26, -874.818, -55.7599, 70.4943, 2.51405, 0, 0, 0, 100, 0),\n(@WPID+12540, 27, -894.536, -55.961, 71.1514, 3.15022, 0, 0, 0, 100, 0),\n(@WPID+12540, 28, -907.913, -59.3344, 74.7495, 3.40547, 0, 0, 0, 100, 0),\n(@WPID+12540, 29, -921.339, -65.2566, 76.5687, 3.62931, 0, 0, 0, 100, 0),\n(@WPID+12540, 30, -929.191, -65.8497, 78.9017, 3.21698, 0, 0, 0, 100, 0),\n(@WPID+12540, 31, -946.874, -64.9943, 79.8864, 3.09524, 0, 0, 0, 100, 0),\n(@WPID+12540, 32, -957.453, -62.9695, 79.6644, 2.93816, 0, 0, 0, 100, 0),\n(@WPID+12540, 33, -965.396, -66.9462, 79.5648, 3.60575, 0, 0, 0, 100, 0),\n(@WPID+12540, 34, -970.468, -76.4511, 79.7623, 4.22229, 0, 0, 0, 100, 0),\n(@WPID+12540, 35, -966.279, -89.5308, 81.2307, 5.01946, 0, 0, 0, 100, 0),\n(@WPID+12540, 36, -947.085, -113.304, 79.6495, 5.39252, 0, 0, 0, 100, 0),\n(@WPID+12540, 37, -941.005, -125.689, 78.1357, 5.16868, 0, 0, 0, 100, 0),\n(@WPID+12540, 38, -942.207, -134.427, 79.4218, 4.57571, 0, 0, 0, 100, 0),\n(@WPID+12540, 39, -946.808, -149.424, 79.4726, 4.41471, 0, 0, 0, 100, 0),\n(@WPID+12540, 40, -954.306, -165.391, 78.1902, 4.27334, 0, 0, 0, 100, 0),\n(@WPID+12540, 41, -951.973, -173.897, 78.195, 4.98019, 0, 0, 0, 100, 0),\n(@WPID+12540, 42, -955.49, -162.653, 78.1533, 1.86609, 0, 0, 0, 100, 0),\n(@WPID+12540, 43, -946.471, -150.912, 79.3879, 0.915756, 0, 0, 0, 100, 0),\n(@WPID+12540, 44, -943.89, -136.398, 79.7075, 1.39485, 0, 0, 0, 100, 0),\n(@WPID+12540, 45, -942.847, -119.673, 78.4132, 1.50873, 0, 0, 0, 100, 0),\n(@WPID+12540, 46, -951.799, -106.716, 80.9599, 2.1881, 0, 0, 0, 100, 0),\n(@WPID+12540, 47, -966.078, -93.3002, 81.4036, 2.38445, 0, 0, 0, 100, 0),\n(@WPID+12540, 48, -969.435, -82.9971, 80.8899, 1.88572, 0, 0, 0, 100, 0),\n(@WPID+12540, 49, -968.289, -71.272, 79.7539, 1.47339, 0, 0, 0, 100, 0),\n(@WPID+12540, 50, -963.255, -61.7473, 78.7811, 0.169627, 0, 0, 0, 100, 0),\n(@WPID+12540, 51, -952.519, -60.2814, 79.8243, 0.138211, 0, 0, 0, 100, 0),\n(@WPID+12540, 52, -940.736, -65.0891, 80.2566, 5.89518, 0, 0, 0, 100, 0),\n(@WPID+12540, 53, -931.858, -65.3961, 79.3811, 6.24861, 0, 0, 0, 100, 0),\n(@WPID+12540, 54, -915.251, -63.6818, 74.9356, 0.102868, 0, 0, 0, 100, 0),\n(@WPID+12540, 55, -903.352, -58.997, 73.7469, 0.37383, 0, 0, 0, 100, 0),\n(@WPID+12540, 56, -884.26, -54.5919, 69.9405, 0.228532, 0, 0, 0, 100, 0),\n(@WPID+12540, 57, -868.461, -55.2627, 70.663, 6.24075, 0, 0, 0, 100, 0),\n(@WPID+12540, 58, -860.69, -62.7234, 71.2796, 5.62815, 0, 0, 0, 100, 0),\n(@WPID+12540, 59, -864.165, -77.0498, 71.8503, 4.46969, 0, 0, 0, 100, 0),\n(@WPID+12540, 60, -868.938, -100.188, 65.6505, 4.50896, 0, 0, 0, 100, 0),\n(@WPID+12540, 61, -870.898, -117.782, 64.7706, 4.6032, 0, 0, 0, 100, 0),\n(@WPID+12540, 62, -869.786, -136.397, 61.4583, 4.77206, 0, 0, 0, 100, 0),\n(@WPID+12540, 63, -868.297, -145.09, 61.6975, 4.88201, 0, 0, 0, 100, 0),\n--\n(@WPID+12890, 1, -875.835, -58.996, 70.9433, 2.90053, 0, 0, 0, 100, 0),\n(@WPID+12890, 2, -889.348, -56.9117, 70.2182, 3.03012, 0, 0, 0, 100, 0),\n(@WPID+12890, 3, -900.813, -57.2589, 72.9946, 3.22254, 0, 0, 0, 100, 0),\n(@WPID+12890, 4, -920.826, -64.5909, 76.3303, 3.44245, 0, 0, 0, 100, 0),\n(@WPID+12890, 5, -928.466, -67.7025, 79.2085, 3.52099, 0, 0, 0, 100, 0),\n(@WPID+12890, 6, -954.472, -61.8188, 79.7156, 2.95551, 0, 0, 0, 100, 0),\n(@WPID+12890, 7, -962.406, -63.7808, 79.242, 3.39926, 0, 0, 0, 100, 0),\n(@WPID+12890, 8, -969.279, -70.0015, 79.5998, 3.8705, 0, 0, 0, 100, 0),\n(@WPID+12890, 9, -971.303, -79.5326, 80.0642, 4.53808, 0, 0, 0, 100, 0),\n(@WPID+12890, 10, -957.174, -102.196, 81.3434, 5.52767, 0, 0, 0, 100, 0),\n(@WPID+12890, 11, -945.421, -115.371, 79.1673, 5.27241, 0, 0, 0, 100, 0),\n(@WPID+12890, 12, -941.783, -129.747, 78.6734, 4.8483, 0, 0, 0, 100, 0),\n(@WPID+12890, 13, -942.578, -137.845, 79.7977, 4.58519, 0, 0, 0, 100, 0),\n(@WPID+12890, 14, -954.644, -170.487, 77.979, 4.40062, 0, 0, 0, 100, 0),\n(@WPID+12890, 15, -942.563, -137.725, 79.7854, 1.21583, 0, 0, 0, 100, 0),\n(@WPID+12890, 16, -941.769, -129.859, 78.6911, 1.47894, 0, 0, 0, 100, 0),\n(@WPID+12890, 17, -945.37, -115.545, 79.1353, 1.90305, 0, 0, 0, 100, 0),\n(@WPID+12890, 18, -957.549, -101.937, 81.3395, 2.36644, 0, 0, 0, 100, 0),\n(@WPID+12890, 19, -971.35, -79.6167, 80.0713, 2.06013, 0, 0, 0, 100, 0),\n(@WPID+12890, 20, -969.374, -69.8787, 79.585, 1.36506, 0, 0, 0, 100, 0),\n(@WPID+12890, 21, -962.492, -63.7218, 79.2224, 0.556097, 0, 0, 0, 100, 0),\n(@WPID+12890, 22, -954.285, -61.8822, 79.7264, 0.2655, 0, 0, 0, 100, 0),\n(@WPID+12890, 23, -928.273, -67.8153, 79.2187, 6.101, 0, 0, 0, 100, 0),\n(@WPID+12890, 24, -920.819, -64.5146, 76.3259, 0.469697, 0, 0, 0, 100, 0),\n(@WPID+12890, 25, -900.766, -57.2608, 72.9789, 0.328325, 0, 0, 0, 100, 0),\n(@WPID+12890, 26, -889.679, -56.7117, 70.2421, 6.09315, 0, 0, 0, 100, 0),\n(@WPID+12890, 27, -869.656, -56.8006, 70.8269, 6.2463, 0, 0, 0, 100, 0),\n(@WPID+12890, 28, -863.833, -62.2138, 71.2613, 5.29991, 0, 0, 0, 100, 0),\n(@WPID+12890, 29, -862.713, -71.7781, 72.3482, 4.76191, 0, 0, 0, 100, 0),\n(@WPID+12890, 30, -866.263, -82.9152, 69.4117, 4.43597, 0, 0, 0, 100, 0),\n(@WPID+12890, 31, -869.479, -105.945, 64.8099, 4.56948, 0, 0, 0, 100, 0),\n(@WPID+12890, 32, -871.526, -126.443, 63.9549, 4.62446, 0, 0, 0, 100, 0),\n(@WPID+12890, 33, -869.632, -141.674, 61.3104, 4.80903, 0, 0, 0, 100, 0),\n(@WPID+12890, 34, -873.62, -150.784, 62.7892, 4.19642, 0, 0, 0, 100, 0),\n(@WPID+12890, 35, -882.484, -155.005, 62.2116, 3.48957, 0, 0, 0, 100, 0),\n(@WPID+12890, 36, -918.337, -149.688, 62.1068, 2.9712, 0, 0, 0, 100, 0),\n(@WPID+12890, 37, -929.558, -153.936, 61.4653, 3.54454, 0, 0, 0, 100, 0),\n(@WPID+12890, 38, -939.389, -160.871, 61.886, 3.91368, 0, 0, 0, 100, 0),\n(@WPID+12890, 39, -946.251, -181.263, 64.491, 4.41633, 0, 0, 0, 100, 0),\n(@WPID+12890, 40, -957.848, -192.697, 66.4185, 3.89012, 0, 0, 0, 100, 0),\n(@WPID+12890, 41, -944.448, -179.155, 63.8756, 0.799575, 0, 0, 0, 100, 0),\n(@WPID+12890, 42, -936.368, -159.462, 60.9933, 1.16086, 0, 0, 0, 100, 0),\n(@WPID+12890, 43, -930.057, -154.276, 61.4227, 0.673911, 0, 0, 0, 100, 0),\n(@WPID+12890, 44, -919.992, -149.628, 62.0318, 0.371533, 0, 0, 0, 100, 0),\n(@WPID+12890, 45, -884.134, -154.597, 61.9549, 6.12458, 0, 0, 0, 100, 0),\n(@WPID+12890, 46, -873.918, -151.294, 62.8546, 0.387242, 0, 0, 0, 100, 0),\n(@WPID+12890, 47, -868.452, -142.997, 61.4178, 1.07447, 0, 0, 0, 100, 0),\n(@WPID+12890, 48, -871.326, -129.02, 63.4244, 1.84416, 0, 0, 0, 100, 0),\n(@WPID+12890, 49, -868.908, -104.739, 64.8964, 1.37685, 0, 0, 0, 100, 0),\n(@WPID+12890, 50, -865.888, -85.2474, 68.7776, 1.37685, 0, 0, 0, 100, 0),\n(@WPID+12890, 51, -863.257, -73.0557, 72.3754, 1.32187, 0, 0, 0, 100, 0),\n(@WPID+12890, 52, -862.979, -67.0222, 71.8251, 1.68315, 0, 0, 0, 100, 0),\n(@WPID+12890, 53, -865.552, -61.5547, 71.2917, 2.29969, 0, 0, 0, 100, 0);\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (11657, 13078, 13079, 11677, 13086, 13088);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11657, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 15537, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Morloch - Combat - Cast Shadow Bolt'), -- Irondeep Mine\n(11657, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 120000, 130000, 0, 0, 11, 12741, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Morloch - Combat - Cast Curse of Weakness'),\n(11657, 0, 2, 0, 0, 0, 100, 0, 11000, 14000, 9000, 15000, 0, 0, 11, 17228, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Morloch - Combat - Cast Shadow Bolt Volley'),\n(11657, 0, 3, 4, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 110987, 0, 200, 2, 0, 0, 0, 0,              'Morloch - AI Init - Respawn Irondeep Trogg'),\n(11657, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 111600, 0, 200, 2, 0, 0, 0, 0,              'Morloch - AI Init - Respawn Irondeep Shaman'),\n(11657, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 111602, 0, 200, 2, 0, 0, 0, 0,              'Morloch - AI Init - Respawn Irondeep Skullthumper'),\n--\n(13078, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Umi Thorson - Within 0-5 Range - Cast Strike'),\n(13078, 0, 1, 0, 9, 0, 100, 0, 0, 0, 16000, 21000, 0, 5, 11, 8147, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Umi Thorson - Within 0-5 Range - Cast Thunderclap'),\n(13078, 0, 2, 3, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113080, 0, 200, 2, 0, 0, 0, 0,              'Umi Thorson - AI Init - Respawn Irondeep Guard'),\n(13078, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113098, 0, 200, 2, 0, 0, 0, 0,              'Umi Thorson - AI Init - Respawn Irondeep Surveyor'),\n(13078, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113396, 0, 200, 2, 0, 0, 0, 0,              'Umi Thorson - AI Init - Respawn Irondeep Miner'),\n--\n(13079, 0, 0, 0, 0, 0, 100, 0, 7000, 10000, 11000, 24000, 0, 0, 11, 17207, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Keetar - In Combat - Cast Whirlwind'),\n(13079, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 14516, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Keetar - Within 0-5 Range - Cast Strike'),\n(13079, 0, 2, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Keetar - Within 0-5 Range - Cast Cleave'),\n(13079, 0, 3, 4, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113081, 0, 200, 2, 0, 0, 0, 0,              'Keetar - AI Init - Respawn Irondeep Raider'),\n(13079, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113099, 0, 200, 2, 0, 0, 0, 0,              'Keetar - AI Init - Respawn Irondeep Explorer'),\n(13079, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113397, 0, 200, 2, 0, 0, 0, 0,              'Keetar - AI Init - Respawn Irondeep Peon'),\n--\n(11677, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Taskmaster Snivvle - On Aggro - Say Line 0'), -- Coldtooth Mine\n(11677, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 14516, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Taskmaster Snivvle - Within 0-5 Range - Cast Strike'),\n(11677, 0, 2, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Taskmaster Snivvle - On Reset - Cast Thrash'),\n(11677, 0, 3, 0, 2, 0, 100, 1, 0, 30, 30000, 35000, 0, 0, 11, 16170, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Taskmaster Snivvle - Between 0-30% Health - Cast Bloodlust (No Repeat)'),\n(11677, 0, 4, 5, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 110982, 0, 200, 2, 0, 0, 0, 0,              'Taskmaster Snivvle - AI Init - Respawn Whitewhisker Vermin'),\n(11677, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 111603, 0, 200, 2, 0, 0, 0, 0,              'Taskmaster Snivvle - AI Init - Respawn Whitewhisker Digger'),\n(11677, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 111604, 0, 200, 2, 0, 0, 0, 0,              'Taskmaster Snivvle - AI Init - Respawn Whitewhisker Geomancer'),\n--\n(13086, 0, 0, 0, 105, 0, 50, 0, 0, 0, 13000, 16000, 0, 5, 11, 15655, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Aggi Rumblestomp - On Target Casting - Cast Shield Slam'),\n(13086, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 12000, 15000, 0, 0, 11, 12169, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aggi Rumblestomp - In Combat - Cast Shield Block'),\n(13086, 0, 2, 3, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113087, 0, 200, 2, 0, 0, 0, 0,              'Aggi Rumblestomp - AI Init - Respawn Coldmine Invader'),\n(13086, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113096, 0, 200, 2, 0, 0, 0, 0,              'Aggi Rumblestomp - AI Init - Respawn Coldmine Explorer'),\n(13086, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113317, 0, 200, 2, 0, 0, 0, 0,              'Aggi Rumblestomp - AI Init - Respawn Coldmine Miner'),\n--\n(13088, 0, 0, 0, 9, 0, 100, 0, 0, 0, 22000, 30000, 0, 5, 11, 15667, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Masha Swiftcut - Within 0-5 Range - Cast Sinister Strike'),\n(13088, 0, 1, 0, 0, 0, 100, 0, 2000, 4000, 14000, 21000, 0, 0, 11, 6434, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Masha Swiftcut - In Combat - Cast Slice and Dice'),\n(13088, 0, 2, 3, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113089, 0, 200, 2, 0, 0, 0, 0,              'Masha Swiftcut - AI Init - Respawn Coldmine Guard'),\n(13088, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113097, 0, 200, 2, 0, 0, 0, 0,              'Masha Swiftcut - AI Init - Respawn Coldmine Surveyor'),\n(13088, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 9, 113316, 0, 200, 2, 0, 0, 0, 0,              'Masha Swiftcut - AI Init - Respawn Coldmine Peon');\n\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 29 AND `ConditionTypeOrReference` = 29 AND `SourceEntry` IN \n(110982, 111603, 111604, 113089, 113097, 113316, 113087, 113096, 113317, 110987, 111600, 111602, 113081, 113099, 113397, 113080, 113098, 113396, 113358, 113359);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n--\n(29, 0, 110982, 0, 0, 29, 0, 11677, 200, 0, 0, 0, 0, '', 'Whitewhisker Vermin respawns only if Taskmaster Snivvle is alive'), -- Coldtooth Mine\n(29, 0, 111603, 0, 0, 29, 0, 11677, 200, 0, 0, 0, 0, '', 'Whitewhisker Digger respawns only if Taskmaster Snivvle is alive'),\n(29, 0, 111604, 0, 0, 29, 0, 11677, 200, 0, 0, 0, 0, '', 'Whitewhisker Geomancer respawns only if Taskmaster Snivvle is alive'),\n--\n(29, 0, 113089, 0, 0, 29, 0, 13088, 200, 0, 0, 0, 0, '', 'Coldmine Guard respawns only if Masha Swiftcut is alive'),\n(29, 0, 113097, 0, 0, 29, 0, 13088, 200, 0, 0, 0, 0, '', 'Coldmine Surveyor respawns only if Masha Swiftcut is alive'),\n(29, 0, 113316, 0, 0, 29, 0, 13088, 200, 0, 0, 0, 0, '', 'Coldmine Peon respawns only if Masha Swiftcut is alive'),\n--\n(29, 0, 113087, 0, 0, 29, 0, 13086, 200, 0, 0, 0, 0, '', 'Coldmine Invader respawns only if Aggi Rumblestomp is alive'),\n(29, 0, 113096, 0, 0, 29, 0, 13086, 200, 0, 0, 0, 0, '', 'Coldmine Explorer respawns only if Aggi Rumblestomp is alive'),\n(29, 0, 113317, 0, 0, 29, 0, 13086, 200, 0, 0, 0, 0, '', 'Coldmine Miner respawns only if Aggi Rumblestomp is alive'),\n--\n(29, 0, 110987, 0, 0, 29, 0, 11657, 200, 0, 0, 0, 0, '', 'Irondeep Trogg respawns only if Morloch is alive'), -- Irondeep Mine\n(29, 0, 111600, 0, 0, 29, 0, 11657, 200, 0, 0, 0, 0, '', 'Irondeep Shaman respawns only if Morloch is alive'),\n(29, 0, 111602, 0, 0, 29, 0, 11657, 200, 0, 0, 0, 0, '', 'Irondeep Skullthumper respawns only if Morloch is alive'),\n--\n(29, 0, 113081, 0, 0, 29, 0, 13079, 200, 0, 0, 0, 0, '', 'Irondeep Raider respawns only if Keetar is alive'),\n(29, 0, 113099, 0, 0, 29, 0, 13079, 200, 0, 0, 0, 0, '', 'Irondeep Explorer respawns only if Keetar is alive'),\n(29, 0, 113397, 0, 0, 29, 0, 13079, 200, 0, 0, 0, 0, '', 'Irondeep Peon respawns only if Keetar is alive'),\n--\n(29, 0, 113080, 0, 0, 29, 0, 13078, 200, 0, 0, 0, 0, '', 'Irondeep Guard respawns only if Umi Thorson is alive'),\n(29, 0, 113098, 0, 0, 29, 0, 13078, 200, 0, 0, 0, 0, '', 'Irondeep Surveyor respawns only if Umi Thorson is alive'),\n(29, 0, 113396, 0, 0, 29, 0, 13078, 200, 0, 0, 0, 0, '', 'Irondeep Miner respawns only if Umi Thorson is alive'),\n--\n(29, 0, 113358, 0, 0, 29, 0, 13358, 20, 0, 0, 0, 0, '', 'Stormpike Bowman respawns only if bunker is under alliance control'), -- check if AC archer is alive\n(29, 0, 113359, 0, 0, 29, 0, 13359, 20, 0, 0, 0, 0, '', 'Frostwolf Bowman respawns only if bunker is under horde control');\n"
  },
  {
    "path": "data/sql/world/base/av_creatures.sql",
    "content": "SET @CGUID    := 657000;\n\n/* VANILLA */\n\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 1 AND `id1` IN (10986, 10991, 11675, 11678, 11837, 11838, 11839, 11840, 13959);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n-- Snowblind Harpy\n(@CGUID+1, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 103.903, 83.4279, 3.3603, 5.97373, 120, 2, 0, 3189, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+2, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 168.224, 147.643, 3.9871, 1.91086, 120, 2, 0, 3189, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+3, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 145.274, 169.01, 3.0828, 4.64404, 120, 2, 0, 3083, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+4, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 30.5084, 162.463, 12.0949, 0.49714, 120, 2, 0, 3189, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+5, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 25.8352, 40.6015, 0.54559, 1.15295, 120, 2, 0, 3083, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+6, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 8.11963, 12.8868, -3.36273, 0.0808925, 120, 2, 0, 3083, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+7, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 37.2934, -17.1303, -4.09621, 2.58316, 120, 2, 0, 3189, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+8, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 318.397, 9.70777, 0.43861, 5.21425, 120, 2, 0, 3083, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+9, 10986, 0, 0, 30, 0, 0, 1, 1, 0, 61.1865, 51.7627, -1.07853, 2.40249, 120, 2, 0, 3189, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Snowblind Windcaller\n(@CGUID+10, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 188.177, 90.8812, 17.5997, 0.785365, 120, 3, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+11, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 113.59, 100.078, 3.36813, 4.47126, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+12, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 135.881, 145.187, 2.36159, 0.933032, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+13, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 156.415, 185.196, 4.0752, 4.59299, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+14, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 52.0286, 163.914, 10.9313, 6.05383, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+15, 11675, 0, 0, 30, 0, 0, 1, 1, 0, -5.77763, 134.47, 10.1745, 4.52624, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+16, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 72.4666, 14.5812, -4.09621, 4.62441, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+17, 11675, 0, 0, 30, 0, 0, 1, 1, 0, 284.532, 45.4699, 17.9127, 5.61087, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Snowblind Ambusher\n(@CGUID+18, 11678, 0, 0, 30, 0, 0, 1, 1, 0, 45.4201, 14.1114, -4.09621, 4.73045, 120, 2, 0, 1660, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+19, 11678, 0, 0, 30, 0, 0, 1, 1, 0, 67.1214, -15.1557, -4.09621, 3.43611, 120, 2, 0, 1690, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Gnoll\n(@CGUID+20, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1475.79, -432.495, 70.3163, 4.13278, 120, 2, 0, 1660, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+21, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1496.05, -437.624, 69.6389, 2.92326, 120, 0, 0, 1660, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+22, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1474.22, -464.361, 69.447, 2.05538, 120, 0, 0, 1660, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+23, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1500.82, -467.571, 69.4121, 0.869434, 120, 0, 0, 1660, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+24, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1494.17, -459.994, 69.4469, 2.09465, 120, 2, 0, 1660, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+25, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1528.5, -440.531, 70.7168, 5.00062, 120, 0, 0, 1660, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+26, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1524.05, -464.603, 69.447, 0.853721, 120, 2, 0, 1660, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+27, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1569, -445.065, 67.8267, 4.59222, 120, 2, 0, 1660, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+28, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1559.23, -506.199, 62.2367, 1.80407, 120, 0, 0, 1690, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+29, 10991, 0, 0, 30, 0, 0, 1, 1, 1, -1560.75, -499.938, 60.6631, 4.87891, 120, 0, 0, 1690, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Shaman\n(@CGUID+30, 11837, 0, 0, 30, 0, 0, 1, 1, 1, -1490.24, -427.518, 70.3212, 4.21524, 120, 0, 0, 2634, 2041, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+31, 11837, 0, 0, 30, 0, 0, 1, 1, 1, -1503.67, -438.017, 69.9852, 1.25036, 120, 0, 0, 2551, 1982, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+32, 11837, 0, 0, 30, 0, 0, 1, 1, 1, -1482.39, -473.656, 69.447, 1.21893, 120, 0, 0, 2551, 1982, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+33, 11837, 0, 0, 30, 0, 0, 1, 1, 1, -1530.05, -444.52, 70.7168, 5.82921, 120, 0, 0, 2634, 2041, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+34, 11837, 0, 0, 30, 0, 0, 1, 1, 1, -1544.47, -485.93, 71.3506, 4.7925, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+35, 11837, 0, 0, 30, 0, 0, 1, 1, 1, -1561.54, -480.946, 59.7903, 2.95074, 120, 2, 0, 2551, 1982, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Mystic\n(@CGUID+36, 11838, 0, 0, 30, 0, 0, 1, 1, 1, -1590.14, -420.42, 71.3415, 6.22587, 120, 2, 0, 2915, 2163, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+37, 11838, 0, 0, 30, 0, 0, 1, 1, 1, -1614.75, -362.396, 68.8996, 6.0248, 120, 0, 0, 2915, 2163, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+38, 11838, 0, 0, 30, 0, 0, 1, 1, 1, -1605.77, -364.978, 69.0308, 3.24842, 120, 0, 0, 2915, 2163, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+39, 11838, 0, 0, 30, 0, 0, 1, 1, 1, -1611.59, -444.632, 80.3348, 0.680151, 120, 0, 0, 2915, 2163, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Brute\n(@CGUID+40, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1620.91, -434.778, 51.0353, 5.6918, 120, 2, 0, 3759, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+41, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1624.87, -393.428, 53.5776, 4.31342, 120, 1, 0, 3759, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+42, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1612.47, -384.653, 58.215, 4.22621, 120, 1, 0, 3759, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+43, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1568.74, -400.288, 66.0698, 4.06995, 120, 0, 0, 3759, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+44, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1577.87, -365.575, 64.1424, 5.5033, 120, 2, 0, 3759, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+45, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1595.37, -354.048, 63.9569, 5.8528, 120, 2, 0, 3759, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+46, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1645.36, -444.486, 49.6154, 4.77207, 120, 2, 0, 3759, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+47, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1603.65, -444.62, 78.9545, 0.762618, 120, 0, 0, 3759, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+48, 11839, 0, 0, 30, 0, 0, 1, 1, 1, -1614.85, -437.836, 80.361, 0.318868, 120, 0, 0, 3759, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Alpha\n(@CGUID+49, 11840, 0, 0, 30, 0, 0, 1, 1, 1, -1639.39, -425.25, 48.7485, 5.78998, 120, 2, 0, 3876, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+50, 11840, 0, 0, 30, 0, 0, 1, 1, 1, -1549.74, -362.008, 66.2869, 1.73338, 120, 2, 0, 3876, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+51, 11840, 0, 0, 30, 0, 0, 1, 1, 1, -1548.03, -379.397, 64.4866, 3.30811, 120, 2, 0, 3876, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Alterac Yeti\n(@CGUID+52, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1601.64, -432.094, 61.9344, 5.21254, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+53, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1583.51, -433.176, 73.2694, 4.00932, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+54, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1532.82, -364.539, 64.6739, 3.13753, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+55, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1576.75, -379.884, 65.8691, 0.427903, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+56, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1658.77, -424.569, 45.5899, 0.45932, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+57, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1577.2, -488.79, 53.4276, 1.39394, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+58, 13959, 0, 0, 30, 0, 0, 1, 1, 0, -1545.91, -472.048, 70.9427, 2.21076, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+59, 13959, 0, 0, 30, 0, 0, 1, 1, 0, 92.5633, 133.908, 3.28235, 5.27716, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+60, 13959, 0, 0, 30, 0, 0, 1, 1, 0, 71.0416, 187.098, 7.40629, 4.71952, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+61, 13959, 0, 0, 30, 0, 0, 1, 1, 0, 148.343, 66.2234, 6.05096, 5.92035, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+62, 13959, 0, 0, 30, 0, 0, 1, 1, 0, 32.104, 61.6575, -0.485879, 1.75298, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+63, 13959, 0, 0, 30, 0, 0, 1, 1, 0, 2.18374, 160.637, 10.0215, 0.044756, 430, 5, 0, 22008, 0, 1, 0, 0, 0, '', NULL, 0, NULL);\n\n\n/* TBC */\n\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 2 AND `id1` IN (10986, 10991, 11675, 11678, 11837, 11838, 11839, 11840, 13959);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n-- Snowblind Harpy\n(@CGUID+64, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 103.903, 83.4279, 3.3603, 5.97373, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+65, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 168.224, 147.643, 3.9871, 1.91086, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+66, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 145.274, 169.01, 3.0828, 4.64404, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+67, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 97.3453, 129.945, 3.46908, 0.00626135, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+68, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 30.5084, 162.463, 12.0949, 0.49714, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+69, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 25.8352, 40.6015, 0.54559, 1.15295, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+70, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 8.11963, 12.8868, -3.36273, 0.0808925, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+71, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 45.4201, 14.1114, -4.09621, 4.73045, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+72, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 37.2934, -17.1303, -4.09621, 2.58316, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+73, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 318.397, 9.70777, 0.43861, 5.21425, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+74, 10986, 0, 0, 30, 0, 0, 2, 1, 0, 61.1865, 51.7627, -1.07853, 2.40249, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Snowblind Windcaller\n(@CGUID+75, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 188.177, 90.8812, 17.5997, 0.785365, 300, 3, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+76, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 150.312, 66.3654, 6.43779, 0.146073, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+77, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 113.59, 100.078, 3.36813, 4.47126, 300, 2, 0, 3465, 2620, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+78, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 135.881, 145.187, 2.36159, 0.933032, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+79, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 156.415, 185.196, 4.0752, 4.59299, 300, 2, 0, 3465, 2620, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+80, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 52.0286, 163.914, 10.9313, 6.05383, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+81, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 0.183097, 163.576, 10.1908, 4.7972, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+82, 11675, 0, 0, 30, 0, 0, 2, 1, 0, -5.77763, 134.47, 10.1745, 4.52624, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+83, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 35.1009, 66.5028, -0.958875, 2.29178, 300, 2, 0, 3465, 2620, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+84, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 72.4666, 14.5812, -4.09621, 4.62441, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+85, 11675, 0, 0, 30, 0, 0, 2, 1, 0, 284.532, 45.4699, 17.9127, 5.61087, 300, 2, 0, 3562, 2705, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Snowblind Ambusher\n(@CGUID+86, 11678, 0, 0, 30, 0, 0, 2, 1, 0, 67.1214, -15.1557, -4.09621, 3.43611, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+87, 11678, 0, 0, 30, 0, 0, 2, 1, 0, 68.153, 183.521, 7.07706, 3.48636, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+88, 11678, 0, 0, 30, 0, 0, 2, 1, 0, 122.353, 76.3189, 2.54478, 5.77972, 300, 0, 1, 4209, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n(@CGUID+89, 11678, 0, 0, 30, 0, 0, 2, 1, 0, 8.96004, 94.972, 1.57247, 2.09226, 300, 0, 1, 4331, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Gnoll\n(@CGUID+90, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1475.79, -432.495, 70.3163, 4.13278, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+91, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1496.05, -437.624, 69.6389, 2.92326, 300, 0, 0, 4209, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+92, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1474.22, -464.361, 69.447, 2.05538, 300, 0, 0, 4209, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+93, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1500.82, -467.571, 69.4121, 0.869434, 300, 0, 0, 4209, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+94, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1494.17, -459.994, 69.4469, 2.09465, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+95, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1528.5, -440.531, 70.7168, 5.00062, 300, 0, 0, 4209, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+96, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1524.05, -464.603, 69.447, 0.853721, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+97, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1543.07, -467.141, 70.7897, 0.673078, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+98, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1544.2, -477.462, 70.6508, 1.37602, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+99, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1569, -445.065, 67.8267, 4.59222, 300, 2, 0, 4209, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+100, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1600.11, -433.094, 61.8173, 5.39333, 300, 0, 0, 4331, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+101, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1559.23, -506.199, 62.2367, 1.80407, 300, 0, 0, 4331, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+102, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1560.75, -499.938, 60.6631, 4.87891, 300, 0, 0, 4331, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+103, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1576.67, -482.755, 54.3745, 4.39743, 300, 2, 0, 4331, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+104, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1573, -491.133, 54.0729, 2.10645, 300, 0, 0, 4209, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+105, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1553.13, -462.594, 69.4356, 2.08602, 300, 0, 1, 4209, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n(@CGUID+106, 10991, 0, 0, 30, 0, 0, 2, 1, 1, -1514.39, -447.616, 70.3202, 0.338512, 300, 0, 1, 4331, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Shaman\n(@CGUID+107, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1490.24, -427.518, 70.3212, 4.21524, 300, 0, 0, 3562, 2705, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+108, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1503.67, -438.017, 69.9852, 1.25036, 300, 0, 0, 3465, 2620, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+109, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1482.39, -473.656, 69.447, 1.21893, 300, 0, 0, 3465, 2620, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+110, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1530.05, -444.52, 70.7168, 5.82921, 300, 0, 0, 3562, 2705, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+111, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1544.47, -485.93, 71.3506, 4.7925, 300, 2, 0, 3465, 2620, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+112, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1561.54, -480.946, 59.7903, 2.95074, 300, 2, 0, 3465, 2620, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+113, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1577.74, -492.615, 53.1117, 1.40745, 300, 0, 0, 3562, 2705, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+114, 11837, 0, 0, 30, 0, 0, 2, 1, 1, -1538.95, -460.648, 70.0182, 0.542716, 300, 0, 1, 3562, 2705, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Mystic\n(@CGUID+115, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1668.89, -420.42, 45.59, 6.10021, 300, 0, 0, 3914, 2846, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+116, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1665.86, -424.064, 45.59, 3.46128, 300, 1, 0, 3914, 2846, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+117, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1656.75, -421.53, 45.8812, 0.0683548, 300, 1, 0, 3914, 2846, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+118, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1584.58, -381.567, 65.3961, 0.315744, 300, 2, 0, 4026, 2933, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+119, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1590.14, -420.42, 71.3415, 6.22587, 300, 2, 0, 4026, 2933, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+120, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1614.75, -362.396, 68.8996, 6.0248, 300, 0, 0, 4026, 2933, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+121, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1605.77, -364.978, 69.0308, 3.24842, 300, 0, 0, 4026, 2933, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+122, 11838, 0, 0, 30, 0, 0, 2, 1, 1, -1611.59, -444.632, 80.3348, 0.680151, 300, 0, 0, 4026, 2933, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Brute\n(@CGUID+123, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1620.91, -434.778, 51.0353, 5.6918, 300, 2, 0, 5033, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+124, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1624.87, -393.428, 53.5776, 4.31342, 300, 1, 0, 5033, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+125, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1612.47, -384.653, 58.215, 4.22621, 300, 1, 0, 4893, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+126, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1568.74, -400.288, 66.0698, 4.06995, 300, 0, 0, 5033, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+127, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1577.87, -365.575, 64.1424, 5.5033, 300, 2, 0, 4893, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+128, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1595.37, -354.048, 63.9569, 5.8528, 300, 2, 0, 5033, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+129, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1587.13, -431.516, 72.5603, 0.700599, 300, 2, 0, 4893, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+130, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1645.36, -444.486, 49.6154, 4.77207, 300, 2, 0, 4893, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+131, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1603.65, -444.62, 78.9545, 0.762618, 300, 0, 0, 4893, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+132, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1614.85, -437.836, 80.361, 0.318868, 300, 0, 0, 4893, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+133, 11839, 0, 0, 30, 0, 0, 2, 1, 1, -1593.92, -368.206, 68.9732, 5.33757, 300, 0, 1, 4893, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Alpha\n(@CGUID+134, 11840, 0, 0, 30, 0, 0, 2, 1, 1, -1639.39, -425.25, 48.7485, 5.78998, 300, 2, 0, 5322, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+135, 11840, 0, 0, 30, 0, 0, 2, 1, 1, -1549.74, -362.008, 66.2869, 1.73338, 300, 2, 0, 5176, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+136, 11840, 0, 0, 30, 0, 0, 2, 1, 1, -1536.38, -366.213, 64.6282, 6.26121, 300, 2, 0, 5176, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+137, 11840, 0, 0, 30, 0, 0, 2, 1, 1, -1548.03, -379.397, 64.4866, 3.30811, 300, 2, 0, 5322, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Alterac Yeti\n(@CGUID+138, 13959, 0, 0, 30, 0, 0, 2, 1, 0, -1643.68, -453.017, 50.4985, 1.89516, 430, 0, 1, 29141, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n(@CGUID+139, 13959, 0, 0, 30, 0, 0, 2, 1, 0, 41.9884, 102.338, 21.7582, 3.81227, 430, 0, 1, 29141, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol');\n\n\n/* WOTLK */\n\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 4 AND `id1` IN (10986, 10991, 11675, 11678, 11837, 11838, 11839, 11840, 13959);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n-- Snowblind Harpy\n(@CGUID+140, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 103.903, 83.4279, 3.3603, 5.97373, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+141, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 168.224, 147.643, 3.9871, 1.91086, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+142, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 145.274, 169.01, 3.0828, 4.64404, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+143, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 97.3453, 129.945, 3.46908, 0.00626135, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+144, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 30.5084, 162.463, 12.0949, 0.49714, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+145, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 25.8352, 40.6015, 0.54559, 1.15295, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+146, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 8.11963, 12.8868, -3.36273, 0.0808925, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+147, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 45.4201, 14.1114, -4.09621, 4.73045, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+148, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 37.2934, -17.1303, -4.09621, 2.58316, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+149, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 318.397, 9.70777, 0.43861, 5.21425, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+150, 10986, 0, 0, 30, 0, 0, 4, 1, 0, 61.1865, 51.7627, -1.07853, 2.40249, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Snowblind Windcaller\n(@CGUID+151, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 188.177, 90.8812, 17.5997, 0.785365, 300, 3, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+152, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 150.312, 66.3654, 6.43779, 0.146073, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+153, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 113.59, 100.078, 3.36813, 4.47126, 300, 2, 0, 5948, 3387, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+154, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 135.881, 145.187, 2.36159, 0.933032, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+155, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 156.415, 185.196, 4.0752, 4.59299, 300, 2, 0, 5948, 3387, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+156, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 52.0286, 163.914, 10.9313, 6.05383, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+157, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 0.183097, 163.576, 10.1908, 4.7972, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+158, 11675, 0, 0, 30, 0, 0, 4, 1, 0, -5.77763, 134.47, 10.1745, 4.52624, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+159, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 35.1009, 66.5028, -0.958875, 2.29178, 300, 2, 0, 5948, 3387, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+160, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 72.4666, 14.5812, -4.09621, 4.62441, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+161, 11675, 0, 0, 30, 0, 0, 4, 1, 0, 284.532, 45.4699, 17.9127, 5.61087, 300, 2, 0, 6117, 3466, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Snowblind Ambusher\n(@CGUID+162, 11678, 0, 0, 30, 0, 0, 4, 1, 0, 67.1214, -15.1557, -4.09621, 3.43611, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+163, 11678, 0, 0, 30, 0, 0, 4, 1, 0, 68.153, 183.521, 7.07706, 3.48636, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+164, 11678, 0, 0, 30, 0, 0, 4, 1, 0, 122.353, 76.3189, 2.54478, 5.77972, 300, 0, 1, 7230, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n(@CGUID+165, 11678, 0, 0, 30, 0, 0, 4, 1, 0, 8.96004, 94.972, 1.57247, 2.09226, 300, 0, 1, 7435, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Gnoll\n(@CGUID+166, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1475.79, -432.495, 70.3163, 4.13278, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+167, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1496.05, -437.624, 69.6389, 2.92326, 300, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+168, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1474.22, -464.361, 69.447, 2.05538, 300, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+169, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1500.82, -467.571, 69.4121, 0.869434, 300, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+170, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1494.17, -459.994, 69.4469, 2.09465, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+171, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1528.5, -440.531, 70.7168, 5.00062, 300, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+172, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1524.05, -464.603, 69.447, 0.853721, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+173, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1543.07, -467.141, 70.7897, 0.673078, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+174, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1544.2, -477.462, 70.6508, 1.37602, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+175, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1569, -445.065, 67.8267, 4.59222, 300, 2, 0, 7230, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+176, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1600.11, -433.094, 61.8173, 5.39333, 300, 0, 0, 7435, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+177, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1559.23, -506.199, 62.2367, 1.80407, 300, 0, 0, 7435, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+178, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1560.75, -499.938, 60.6631, 4.87891, 300, 0, 0, 7435, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+179, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1576.67, -482.755, 54.3745, 4.39743, 300, 2, 0, 7435, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+180, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1573, -491.133, 54.0729, 2.10645, 300, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+181, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1553.13, -462.594, 69.4356, 2.08602, 300, 0, 1, 7230, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n(@CGUID+182, 10991, 0, 0, 30, 0, 0, 4, 1, 1, -1514.39, -447.616, 70.3202, 0.338512, 300, 0, 1, 7435, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Shaman\n(@CGUID+183, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1490.24, -427.518, 70.3212, 4.21524, 300, 0, 0, 6117, 3466, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+184, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1503.67, -438.017, 69.9852, 1.25036, 300, 0, 0, 5948, 3387, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+185, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1482.39, -473.656, 69.447, 1.21893, 300, 0, 0, 5948, 3387, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+186, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1530.05, -444.52, 70.7168, 5.82921, 300, 0, 0, 6117, 3466, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+187, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1544.47, -485.93, 71.3506, 4.7925, 300, 2, 0, 5948, 3387, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+188, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1561.54, -480.946, 59.7903, 2.95074, 300, 2, 0, 5948, 3387, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+189, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1577.74, -492.615, 53.1117, 1.40745, 300, 0, 0, 6117, 3466, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+190, 11837, 0, 0, 30, 0, 0, 4, 1, 1, -1538.95, -460.648, 70.0182, 0.542716, 300, 0, 1, 6117, 3466, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Mystic\n(@CGUID+191, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1668.89, -420.42, 45.59, 6.10021, 300, 0, 0, 6713, 3643, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+192, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1665.86, -424.064, 45.59, 3.46128, 300, 1, 0, 6713, 3643, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+193, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1656.75, -421.53, 45.8812, 0.0683548, 300, 1, 0, 6713, 3643, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+194, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1584.58, -381.567, 65.3961, 0.315744, 300, 2, 0, 6903, 3725, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+195, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1590.14, -420.42, 71.3415, 6.22587, 300, 2, 0, 6903, 3725, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+196, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1614.75, -362.396, 68.8996, 6.0248, 300, 0, 0, 6903, 3725, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+197, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1605.77, -364.978, 69.0308, 3.24842, 300, 0, 0, 6903, 3725, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+198, 11838, 0, 0, 30, 0, 0, 4, 1, 1, -1611.59, -444.632, 80.3348, 0.680151, 300, 0, 0, 6903, 3725, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- Wildpaw Brute\n(@CGUID+199, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1620.91, -434.778, 51.0353, 5.6918, 300, 2, 0, 8867, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+200, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1624.87, -393.428, 53.5776, 4.31342, 300, 1, 0, 8867, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+201, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1612.47, -384.653, 58.215, 4.22621, 300, 1, 0, 8628, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+202, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1568.74, -400.288, 66.0698, 4.06995, 300, 0, 0, 8867, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+203, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1577.87, -365.575, 64.1424, 5.5033, 300, 2, 0, 8628, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+204, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1595.37, -354.048, 63.9569, 5.8528, 300, 2, 0, 8867, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+205, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1587.13, -431.516, 72.5603, 0.700599, 300, 2, 0, 8628, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+206, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1645.36, -444.486, 49.6154, 4.77207, 300, 2, 0, 8628, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+207, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1603.65, -444.62, 78.9545, 0.762618, 300, 0, 0, 8628, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+208, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1614.85, -437.836, 80.361, 0.318868, 300, 0, 0, 8628, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+209, 11839, 0, 0, 30, 0, 0, 4, 1, 1, -1593.92, -368.206, 68.9732, 5.33757, 300, 0, 1, 8628, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n-- Wildpaw Alpha\n(@CGUID+210, 11840, 0, 0, 30, 0, 0, 4, 1, 1, -1639.39, -425.25, 48.7485, 5.78998, 300, 2, 0, 9116, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+211, 11840, 0, 0, 30, 0, 0, 4, 1, 1, -1549.74, -362.008, 66.2869, 1.73338, 300, 2, 0, 8867, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+212, 11840, 0, 0, 30, 0, 0, 4, 1, 1, -1536.38, -366.213, 64.6282, 6.26121, 300, 2, 0, 8867, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+213, 11840, 0, 0, 30, 0, 0, 4, 1, 1, -1548.03, -379.397, 64.4866, 3.30811, 300, 2, 0, 9116, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n-- Alterac Yeti\n(@CGUID+214, 13959, 0, 0, 30, 0, 0, 4, 1, 0, -1643.68, -453.017, 50.4985, 1.89516, 430, 0, 1, 49978, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol'),\n(@CGUID+215, 13959, 0, 0, 30, 0, 0, 4, 1, 0, 41.9884, 102.338, 21.7582, 3.81227, 430, 0, 1, 49978, 0, 2, 0, 0, 0, '', NULL, 0, 'patrol');\n\n\n/* ORIGINAL VANILLA AV */\n\n-- Alliance\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 1 AND `guid` BETWEEN @CGUID+301 AND @CGUID+399;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+301, 13318, 0, 0, 30, 0, 0, 1, 1, 1, 652.073, -117.387, 49.7097, 0.974652, 432000, 0, 1, 31440, 0, 2, 0, 0, 0, '', NULL, 0, NULL),   -- Commander Mortimer\n(@CGUID+302, 13319, 0, 0, 30, 0, 0, 1, 1, 1, 672.408, -286.799, 29.7551, 3.61283, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Commander Duffy\n(@CGUID+303, 13320, 0, 0, 30, 0, 0, 1, 1, 1, 214.099, -373.896, 56.4709, 2.26893, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Commander Karl Philips\n(@CGUID+304, 13139, 0, 0, 30, 0, 0, 1, 1, 1, -159.406, -458.363, 40.4791, 1.25664, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Commander Randolph\n--\n(@CGUID+305, 13138, 0, 0, 30, 0, 0, 1, 1, 1, 80.9093, -416.985, 50.3501, 1.63834, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Spencer\n(@CGUID+306, 13296, 0, 0, 30, 0, 0, 1, 1, 1, 9.62153, -318.631, 17.1601, 6.14356, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Largent\n(@CGUID+307, 13297, 0, 0, 30, 0, 0, 1, 1, 1, 16.9644, -300.067, 13.9995, 6.13864, 432000, 0, 1, 23688, 0, 2, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Stouthandle\n(@CGUID+308, 13298, 0, 0, 30, 0, 0, 1, 1, 1, 14.7054, -278.976, 16.1597, 6.10865, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Greywand\n(@CGUID+309, 13299, 0, 0, 30, 0, 0, 1, 1, 1, 195.441, -409.387, 42.9829, 2.95387, 432000, 0, 1, 23688, 0, 2, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Lonadin\n(@CGUID+310, 13300, 0, 0, 30, 0, 0, 1, 1, 1, -40.902, -480.168, 44.8062, 2.83775, 432000, 0, 1, 23688, 0, 2, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Mancuso\n--\n(@CGUID+311, 13598, 0, 0, 30, 0, 0, 1, 1, 1, 605.644, -33.8735, 41.5053, 5.06927, 430, 0, 0, 7403, 0, 0, 0, 0, 0, '', NULL, 0, NULL),        -- Stormpike Explosives Expert\n(@CGUID+312, 13356, 0, 0, 30, 0, 0, 1, 1, 1, 243.319, -361.115, 43.2876, 4.76966, 432000, 0, 1, 15720, 0, 2, 0, 0, 0, '', NULL, 0, NULL),    -- Stormpike Mine Layer\n--\n(@CGUID+313, 113437, 0, 0, 30, 0, 0, 1, 1, 1, -1291.28, -266.665, 91.6572, 3.29552, 432000, 0, 0, 30520, 0, 0, 0, 2, 0, '', NULL, 0, NULL),  -- Wing Commander Ichman\n(@CGUID+314, 113438, 0, 0, 30, 0, 0, 1, 1, 1, -771.787, -367.044, 68.4151, 1.08857, 432000, 0, 0, 28710, 0, 0, 0, 2, 0, '', NULL, 0, NULL),  -- Wing Commander Slidore\n(@CGUID+315, 113439, 0, 0, 30, 0, 0, 1, 1, 1, -1221.27, -354.514, 57.7049, 4.94094, 432000, 0, 0, 30520, 0, 0, 0, 2, 0, '', NULL, 0, NULL),  -- Wing Commander Vipore\n--\n(@CGUID+316, 13437, 0, 0, 30, 0, 0, 1, 1, 1, 571.382, -52.5525, 38.1889, 0.579624, 432000, 0, 0, 30520, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Wing Commander Ichman (Den Baldar)\n-- (@CGUID+317, 13438, 0, 0, 30, 0, 0, 1, 1, 1, 572.48, -52.8059, 38.0668, 0.578021, 432000, 0, 0, 28710, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Wing Commander Slidore (Den Baldar)\n(@CGUID+318, 13439, 0, 0, 30, 0, 0, 1, 1, 1, 568.903, -49.0058, 38.4363, 0.279571, 432000, 0, 0, 29610, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Wing Commander Vipore (Den Baldar)\n--\n-- (@CGUID+321, 13447, 0, 0, 30, 0, 0, 1, 1, 1, 596.68, -83.0633, 39.0051, 6.24828, 430, 0, 0, 8883, 0, 0, 0, 0, 0, '', NULL, 0, NULL),      -- Corporal Noreg Stormpike\n-- (@CGUID+322, 13447, 0, 0, 30, 0, 0, 2, 1, 1, 596.68, -83.0633, 39.0051, 6.24828, 430, 0, 0, 8883, 0, 0, 0, 0, 0, '', NULL, 0, NULL),      -- Corporal Noreg Stormpike (tbc)\n-- (@CGUID+323, 13447, 0, 0, 30, 0, 0, 4, 1, 1, 596.68, -83.0633, 39.0051, 6.24828, 430, 0, 0, 8883, 0, 0, 0, 0, 0, '', NULL, 0, NULL),      -- Corporal Noreg Stormpike (wotlk)\n--\n(@CGUID+341, 110990, 0, 0, 30, 0, 0, 1, 1, 0, -117.881, -382.485, 13.0603, 2.36797, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),       -- Alterac Ram\n(@CGUID+342, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 712.271, -260.598, 32.0573, 4.07736, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+343, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 451.194, -27.318, 2.00197, 5.04229, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+344, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 660.363, -237.317, 1.27207, 3.36749, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+345, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 324.463, -39.0641, -20.374, 5.82304, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+346, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 520.208, -206.343, 4.18313, 3.44021, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+347, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 478.74, -119.655, 10.2513, 0.571001, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+348, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 295.183, -299.908, -34.6123, 0.135851, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+349, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 421.08, -225.006, -23.73, 0.166754, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+350, 110990, 0, 0, 30, 0, 0, 1, 1, 0, -55.7766, -192.498, 20.4352, 6.12221, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+351, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 527.887, -477.223, 62.3559, 0.170935, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+352, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 389.144, -346.508, -30.334, 4.14117, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+353, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 108.121, -322.248, 37.5655, 4.46788, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+354, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 507.479, -67.9403, 10.3571, 3.26304, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+355, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 329.071, -185.016, -29.1542, 0.356943, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+356, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 252.449, -422.313, 35.1404, 4.53771, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+357, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 358.882, -118.061, -24.9119, 2.29257, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+358, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 487.151, -174.229, 14.7558, 4.73192, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+359, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 449.652, -123.561, 6.14273, 6.12029, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+360, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 272.419, -261.802, -41.8835, 3.66559, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+361, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 359.021, -210.954, -29.3483, 4.31339, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+362, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 450.598, -318.048, -37.7548, 0.655219, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+363, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 509.333, -218.2, 3.05439, 3.66292, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+364, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 485.771, -223.613, -1.53, 2.04862, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+365, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 486.636, -452.172, 39.6592, 2.3341, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+366, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 702.783, -257.494, 25.9777, 1.68329, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+367, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 460.942, -199.263, -6.0149, 0.380506, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+368, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 483.108, -115.307, 10.1056, 3.69701, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+369, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 471.601, -154.174, 14.0702, 5.5807, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+370, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 213.938, -420.793, 41.2549, 5.71394, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+371, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 289.387, -294.685, -33.9073, 0.555494, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+372, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 155.649, -402.891, 43.3915, 5.94838, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+373, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 517.184, -295.105, -9.78195, 6.05668, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+374, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 102.334, -332.165, 38.9812, 3.31445, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+375, 110990, 0, 0, 30, 0, 0, 1, 1, 0, 320.244, -107.793, -42.6357, -1.00311, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', NULL, 0, NULL);\n\n-- Horde\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 1 AND `guid` BETWEEN @CGUID+401 AND @CGUID+499;\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` IN (2, 4) AND `id1` = 13448;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+401, 13152, 0, 0, 30, 0, 0, 1, 1, 1, -1090.32, -349.623, 54.6447, 0.0349066, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Commander Malgor\n(@CGUID+402, 13153, 0, 0, 30, 0, 0, 1, 1, 1, -1406.13, -313.233, 89.3647, 0.139626, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- Commander Mulfort\n(@CGUID+403, 13154, 0, 0, 30, 0, 0, 1, 1, 1, -764.654, -355.085, 90.8848, 1.13446, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Commander Louis Philips\n(@CGUID+404, 13140, 0, 0, 30, 0, 0, 1, 1, 1, -571.081, -263.751, 75.092, 5.41052, 432000, 0, 0, 31440, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Commander Dardosh\n--\n(@CGUID+405, 13137, 0, 0, 30, 0, 0, 1, 1, 1, -637.599, -373.806, 61.1606, 5.8294, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Rugba\n(@CGUID+406, 13143, 0, 0, 30, 0, 0, 1, 1, 1, -610.156, -404.244, 60.2827, 2.98451, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Lieutenant Stronghoof\n(@CGUID+407, 13144, 0, 0, 30, 0, 0, 1, 1, 1, -498.928, -195.038, 57.5484, 6.14356, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Lieutenant Vol'talar\n(@CGUID+408, 13145, 0, 0, 30, 0, 0, 1, 1, 1, -490.704, -287.305, 29.0946, 3.89637, 432000, 0, 1, 23688, 0, 2, 0, 0, 0, '', NULL, 0, NULL),   -- Lieutenant Grummus\n(@CGUID+409, 13146, 0, 0, 30, 0, 0, 1, 1, 1, -587.534, -319.762, 48.3816, 4.31599, 432000, 0, 1, 23688, 0, 2, 0, 0, 0, '', NULL, 0, NULL),   -- Lieutenant Murp\n(@CGUID+410, 13147, 0, 0, 30, 0, 0, 1, 1, 1, -491.384, -176.36, 57.5352, 5.96903, 432000, 0, 0, 23688, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- Lieutenant Lewis\n--\n(@CGUID+411, 13597, 0, 0, 30, 0, 0, 1, 1, 1, -1240.5, -318.81, 61.2862, 5.73966, 430, 0, 0, 7403, 0, 0, 0, 0, 0, '', NULL, 0, NULL),         -- Frostwolf Explosives Expert\n(@CGUID+412, 13357, 0, 0, 30, 0, 0, 1, 1, 1, -760.987, -346.56, 67.5161, 1.28253, 432000, 0, 1, 15720, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\t -- Frostwolf Mine Layer\n--\n(@CGUID+413, 113179, 0, 0, 30, 0, 0, 1, 1, 1, 210.875, -357.360, 56.4586, 5.67232, 432000, 0, 0, 29610, 0, 0, 0, 2, 0, '', NULL, 0, NULL),   -- Wing Commander Guse\n(@CGUID+414, 113180, 0, 0, 30, 0, 0, 1, 1, 1, 324.430, -497.170, 71.1594, 5.06268, 432000, 0, 0, 28710, 0, 0, 0, 2, 0, '', NULL, 0, NULL),   -- Wing Commander Jeztor\n(@CGUID+415, 113181, 0, 0, 30, 0, 0, 1, 1, 1, 691.614, -143.899, 56.5425, 2.55334, 432000, 0, 0, 30520, 0, 0, 0, 2, 0, '', NULL, 0, NULL),   -- Wing Commander Mulverick\n--\n-- (@CGUID+416, 13179, 0, 0, 30, 0, 0, 1, 1, 1, -1332.0, -331.243, 91.2631, 1.50098, 432000, 0, 0, 29610, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Wing Commander Guse (Frostwolf Keep)\n(@CGUID+417, 13180, 0, 0, 30, 0, 0, 1, 1, 1, -1335.97, -328.918, 90.9113, 1.01474, 432000, 0, 0, 28710, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Wing Commander Jeztor (Frostwolf Keep)\n(@CGUID+418, 13181, 0, 0, 30, 0, 0, 1, 1, 1, -1339.39, -326.361, 90.7439, 0.850021, 432000, 0, 0, 30520, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- Wing Commander Mulverick (Frostwolf Keep)\n--\n(@CGUID+419, 12121, 0, 0, 30, 0, 0, 1, 1, 0, -1373.29, -222.146, 98.5099, 4.50295, 1785, 0, 0, 2338, 0, 0, 0, 0, 0, '', NULL, 0, NULL),      -- Draka\n(@CGUID+420, 12122, 0, 0, 30, 0, 0, 1, 1, 0, -1366.28, -219.863, 98.5045, 5.5676, 1785, 0, 0, 2338, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Duros\n--\n(@CGUID+421, 13448, 0, 0, 30, 0, 0, 1, 1, 1, -1212.11, -261.774, 73.4561, 5.79449, 430, 0, 0, 5568, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Sergeant Yazra Bloodsnarl\n(@CGUID+422, 13448, 0, 0, 30, 0, 0, 2, 1, 1, -1212.11, -261.774, 73.4561, 5.79449, 430, 0, 0, 5568, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Sergeant Yazra Bloodsnarl (tbc)\n(@CGUID+423, 13448, 0, 0, 30, 0, 0, 4, 1, 1, -1212.11, -261.774, 73.4561, 5.79449, 430, 0, 0, 5568, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Sergeant Yazra Bloodsnarl (wotlk)\n\n(@CGUID+441, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -857.527, -463.559, 47.8953, 0.262911, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),      -- Frostwolf\n(@CGUID+442, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -426.1, -132.265, 24.4058, 1.58416, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+443, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1207.55, -546.59, 52.184, 0.663117, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+444, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -380.387, -123.127, 25.7814, 0.329259, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+445, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1048.64, -496.647, 45.477, 5.87303, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+446, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1316.4, -517.62, 52.4308, 2.97414, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+447, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1094.51, -336.004, 54.6334, 3.63206, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+448, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -482.274, -188.655, 55.7734, 0.527763, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+449, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -964.682, -472.82, 43.4782, 0.554507, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+450, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1131.61, -557.472, 51.605, 0.126462, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+451, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1247.43, -467.047, 49.968, 5.74599, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+452, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1008.42, -368.006, 55.3426, 5.95647, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+453, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1091.92, -424.28, 53.0139, 2.93958, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+454, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -558.455, -198.768, 58.1755, 4.97946, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+455, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -861.247, -312.51, 55.1427, 3.35382, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+456, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1003.81, -395.913, 50.4736, 2.85631, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+457, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -904.5, -289.815, 65.1222, 5.7847, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+458, 110981, 0, 0, 30, 0, 0, 1, 1, 0, -1064.41, -438.839, 51.3614, 1.88857, 430, 5, 0, 2338, 0, 1, 0, 0, 0, '', NULL, 0, NULL);\n\n-- Winterax Hold\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 1 AND `guid` BETWEEN @CGUID+501 AND @CGUID+599;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+501, 12159, 0, 0, 30, 0, 0, 1, 1, 0, -256.68, -301.7, 6.7, 3.44473, 7200, 0, 0, 113295, 0, 0, 0, 0, 0, '', NULL, 0, NULL),           -- Korrak the Bloodrager (spawns after 2 hours)\n(@CGUID+502, 13377, 0, 0, 30, 0, 0, 1, 1, 0, -150.556, 42.9303, 77.2074, 4.22692, 6300, 0, 0, 24416, 0, 0, 0, 0, 0, '', NULL, 0, NULL),      -- Master Engineer Zinfizzlex\n(@CGUID+503, 10983, 0, 0, 30, 0, 0, 1, 1, 1, -197.033, -132.839, 77.3183, 5.12677, 432000, 5, 0, 8352, 0, 1, 0, 0, 0, '', NULL, 0, NULL),    -- Winterax Troll\n(@CGUID+505, 11679, 0, 0, 30, 0, 0, 1, 1, 1, -202.625, -109.823, 78.4766, 1.5446, 432000, 0, 0, 10989, 4868, 0, 0, 0, 0, '', NULL, 0, NULL), -- Winterax Witch Doctor\n(@CGUID+507, 12156, 0, 0, 30, 0, 0, 1, 1, 1, -220.915, -98.3058, 78.6322, 2.67912, 432000, 0, 0, 24416, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Winterax Axe Thrower\n(@CGUID+508, 12157, 0, 0, 30, 0, 0, 1, 1, 1, -192.804, -140.477, 73.7758, 5.21598, 432000, 5, 0, 7107, 4738, 1, 0, 0, 0, '', NULL, 0, NULL), -- Winterax Shadow Hunter\n(@CGUID+509, 12157, 0, 0, 30, 0, 0, 1, 1, 1, -245.636, -81.9005, 60.0096, 2.87939, 432000, 5, 0, 7107, 4738, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+512, 13956, 0, 0, 30, 0, 0, 1, 1, 1, -202.204, -115.602, 78.4486, 4.74191, 432000, 0, 0, 6891, 5723, 0, 0, 0, 0, '', NULL, 0, NULL), -- Winterax Mystic\n(@CGUID+513, 13957, 0, 0, 30, 0, 0, 1, 1, 1, -174.728, -160.688, 57.361, 5.37542, 432000, 5, 0, 9156, 0, 1, 0, 0, 0, '', NULL, 0, NULL),     -- Winterax Warrior\n(@CGUID+514, 13957, 0, 0, 30, 0, 0, 1, 1, 1, -256.546, -85.6227, 54.7618, 3.48414, 432000, 5, 0, 9156, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+515, 13958, 0, 0, 30, 0, 0, 1, 1, 1, -205.135, -112.672, 78.5781, 3.16218, 432000, 0, 0, 7107, 4738, 0, 0, 0, 0, '', NULL, 0, NULL); -- Winterax Seer\n\n-- Guards, Archers, Patrols (alliance)\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 1 AND `guid` BETWEEN @CGUID+601 AND @CGUID+699;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+601, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 569.395, -101.064, 52.8296, 2.34974, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Stormpike Bowman\n(@CGUID+602, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 574.85, -92.9842, 52.5869, 3.09325, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+603, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 575.411, -83.597, 52.3626, 6.26573, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+604, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 571.352, -75.6582, 52.479, 0.523599, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+605, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 667.69, -121.761, 64.1092, 2.20377, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+606, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 662.253, -129.105, 64.1794, 2.77507, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+607, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 661.209, -138.877, 64.2251, 3.38594, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+608, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 665.481, -146.857, 64.1271, 3.75246, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+609, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 226.311, -369.188, 57.0509, 5.98648, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+610, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 191.36, -369.899, 57.1524, 3.24631, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+611, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 215.518, -384.019, 56.9889, 5.09636, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+612, 113358, 0, 0, 30, 0, 0, 1, 1, 1, 199.625, -382.177, 56.8691, 4.08407, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+613, 113358, 0, 0, 30, 0, 0, 1, 1, 1, -173.069, -452.949, 40.9205, 3.56047, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+614, 113358, 0, 0, 30, 0, 0, 1, 1, 1, -147.147, -435.053, 40.8022, 0.599238, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+615, 113358, 0, 0, 30, 0, 0, 1, 1, 1, -169.456, -440.325, 40.985, 2.59101, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+616, 113358, 0, 0, 30, 0, 0, 1, 1, 1, -163.494, -434.904, 41.0725, 1.84174, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+621, 12048, 0, 0, 30, 0, 0, 1, 1, 1, -2.10422, -303.84, 15.5639, 6.10219, 300, 0, 0, 2614, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Alliance Sentinel\n(@CGUID+622, 12048, 0, 0, 30, 0, 0, 1, 1, 1, -0.105013, -289.288, 15.5624, 6.1383, 300, 0, 0, 2614, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+623, 12048, 0, 0, 30, 0, 0, 1, 1, 1, -112.719, -202.782, 13.3544, 3.97307, 300, 0, 0, 2614, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+624, 12048, 0, 0, 30, 0, 0, 1, 1, 1, -107.526, -192.838, 13.3544, 1.7072, 300, 5, 0, 2614, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+625, 12048, 0, 0, 30, 0, 0, 1, 1, 1, -98.8988, -209.627, 13.3544, 5.42445, 300, 5, 0, 2614, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+626, 12048, 0, 0, 30, 0, 0, 1, 1, 1, -42.0772, -348.456, 11.0279, 2.9617, 300, 0, 1, 2614, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+627, 12048, 0, 0, 30, 0, 0, 1, 1, 1, 32.9114, -316.83, 16.3975, 4.21834, 300, 0, 1, 2614, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+628, 12048, 0, 0, 30, 0, 0, 1, 1, 1, 30.5624, -280.424, 16.3309, 1.47928, 300, 0, 1, 2614, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+629, 12048, 0, 0, 30, 0, 0, 1, 1, 1, 75.4168, -257.78, 18.7761, 5.27862, 300, 0, 1, 2614, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+630, 12048, 0, 0, 30, 0, 0, 1, 1, 1, 2.98705, -406.055, 45.4407, 0.545788, 300, 0, 1, 2614, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+631, 12048, 0, 0, 30, 0, 0, 1, 1, 1, 5.56395, -409.472, 45.2005, 0.667538, 300, 0, 0, 2614, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+632, 12048, 0, 0, 30, 0, 0, 1, 1, 1, 3.5944, -406.953, 45.3572, 0.663611, 300, 0, 0, 2614, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+633, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 627.704, -272.228, 30.1336, 4.89551, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- bridge\n(@CGUID+634, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 645.945, -270.983, 30.1329, 4.85466, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+635, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 637.596, -230.508, 37.508, 3.31479, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+636, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 624.473, -232.804, 37.4727, 0.151753, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+637, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 625.171, -150.06, 33.3684, 4.32755, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+638, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 660.406, -36.6379, 49.5487, 3.33393, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- outside\n(@CGUID+639, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 656.257, -22.3926, 49.5618, 3.3598, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+640, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 646.102, -102.444, 49.582, 2.96778, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+641, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 637.607, -54.6555, 42.2977, 2.87433, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+642, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 647.042, -108.819, 49.5754, 2.84764, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+643, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 717.607, -0.564321, 50.6213, 3.63749, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- inside\n(@CGUID+644, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 723.955, -21.5371, 50.6213, 3.47103, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+645, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 236.244, -416.473, 37.3865, 0.0903047, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- Stormpike Guardsman\n(@CGUID+646, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 236.363, -418.863, 37.2874, 0.164918, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+647, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 695.874, -433.434, 62.8543, 1.65776, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+648, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 697.864, -433.238, 62.7914, 1.65776, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+649, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 549.44, -398.583, 53.4753, 3.38428, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+650, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 548.831, -396.122, 53.4711, 3.38428, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+651, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 441.305, -435.765, 28.2385, 2.14472, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+652, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 443.337, -435.283, 28.6842, 2.13768, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+653, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 446.163, -377.119, -1.12725, 0.209526, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+654, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 446.035, -375.104, -1.12725, 0.21033, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+655, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 602.618, -337.595, 30.2398, 0.199432, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+656, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 603.936, -334.998, 30.5617, 3.25069, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+657, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 125.793, -383.414, 42.7493, 5.72478, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+658, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 127.026, -381.236, 42.6606, 5.80724, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+659, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 638.272, -48.197, 43.4985, 4.0448, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL), \n(@CGUID+660, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 636.619, -46.8938, 43.4645, 4.0448, 300, 0, 0, 2809, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+661, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 60.1712, -391.229, 45.2693, 3.16989, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+662, 112127, 0, 0, 30, 0, 0, 1, 1, 1, 355.342, -391.989, -0.486707, 3.00643, 300, 0, 1, 2809, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+663, 114283, 0, 0, 30, 0, 0, 1, 1, 0, 356.001, -389.969, -0.438796, 3.0334, 300, 0, 0, 1013, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Stormpike Owl\n(@CGUID+664, 114283, 0, 0, 30, 0, 0, 1, 1, 0, 355.835, -394.005, -0.60149, 3.02498, 300, 0, 0, 1013, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+665, 114283, 0, 0, 30, 0, 0, 1, 1, 0, 935.806, -513.983, 93.7436, 3.61788, 300, 0, 0, 1013, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+666, 114283, 0, 0, 30, 0, 0, 1, 1, 0, 932.851, -511.017, 93.6748, 3.61004, 300, 0, 0, 1013, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+667, 114283, 0, 0, 30, 0, 0, 1, 1, 0, 882.266, -496.378, 96.7707, 4.83248, 300, 0, 0, 1013, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+668, 114283, 0, 0, 30, 0, 0, 1, 1, 0, 878.649, -495.917, 96.6171, 4.67693, 300, 0, 0, 1013, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+669, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 773.874, -498.323, 99.2116, 2.07412, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Stormpike Battleguard\n(@CGUID+670, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 817.485, -490.792, 100.378, 4.59828, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+671, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 866.648, -508.062, 96.5076, 2.27371, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+672, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 831.333, -501.877, 99.4178, 1.95956, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+673, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 775.204, -485.476, 98.9171, 3.92814, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+674, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 884.38, -498.876, 96.8023, 3.73063, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+675, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 934.73, -519.521, 93.7814, 2.04571, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+676, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 876.666, -503.852, 96.7068, 0.0349066, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+677, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 947.412, -509.982, 95.1098, 2.82743, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+678, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 939.42, -502.777, 94.5887, 5.14872, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+679, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 854.276, -494.241, 96.8017, 5.44543, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+680, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 776.621, -487.775, 99.4049, 3.50811, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+681, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 775.774, -497.052, 99.3424, 2.37663, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+682, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 949.1, -506.913, 95.4237, 3.31613, 430, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+683, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 934.557, -512.395, 93.662, 3.61004, 430, 0, 1, 18864, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+684, 114284, 0, 0, 30, 0, 0, 1, 1, 1, 880.169, -495.699, 96.6204, 4.8325, 430, 0, 1, 18864, 0, 2, 0, 0, 0, '', NULL, 0, NULL);\n\n-- Guards, Archers, Patrols (horde)\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 1 AND `guid` BETWEEN @CGUID+701 AND @CGUID+799;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+701, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -573.522, -271.854, 75.0078, 3.9619, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Frostwolf Bowman\n(@CGUID+702, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -567.196, -271.165, 74.9134, 5.41924, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+703, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -562.825, -261.087, 74.9898, 5.95157, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+704, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -569.176, -254.446, 74.8771, 0.820305, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+705, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -758.104, -365.919, 90.8358, 0.063601, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+706, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -760.438, -356.17, 90.8438, 0.957386, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+707, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -767.344, -352.763, 90.8165, 1.11133, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+708, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -773.643, -354.978, 90.8773, 2.54818, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+709, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1292.46, -312.373, 107.328, 0.535681, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+710, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1306.5, -308.105, 113.767, 1.78755, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+711, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1293.16, -320.646, 113.801, 6.13792, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+712, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1292.84, -311.935, 113.793, 0.467349, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+713, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1304.28, -275.276, 114.092, 4.35111, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+714, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1286.5, -261.676, 114.114, 0.606364, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+715, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1284.87, -269.481, 114.13, 6.11275, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+716, 113359, 0, 0, 30, 0, 0, 1, 1, 1, -1296.47, -277.717, 114.067, 5.36427, 120, 0, 0, 4442, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+721, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -554.933, -174.876, 57.9563, 0.465655, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Frostwolf Legionnaire\n(@CGUID+722, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -536.28, -182.784, 57.9519, 4.85222, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+723, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -524.859, -159.15, 57.9469, 0.461474, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+724, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -555.052, -160.853, 57.9569, 5.95878, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+725, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1270.72, -377.97, 59.7391, 2.88398, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+726, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1277.23, -382.593, 59.7737, 1.42314, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+727, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1158.65, -356.721, 51.8624, 0.653446, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+728, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1160.14, -348.657, 51.9633, 5.84885, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+729, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1344.15, -285.235, 91.1315, 4.99109, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+730, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1352.83, -288.236, 91.151, 5.01072, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- (@CGUID+731, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1211.38, -261.205, 73.239, 0.14125, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+732, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -904.089, -383.041, 48.8075, 3.29555, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+733, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -906.681, -381.241, 48.9026, 3.29163, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+734, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -711.783, -444.061, 82.7039, 0.683494, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+735, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -743.082, -453.367, 69.7325, 2.64368, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+736, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1130.63, -350.625, 51.4595, 5.93446, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+737, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1131.88, -353.033, 51.5, 5.93446, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+738, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1275.06, -367.905, 59.7666, 1.59907, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+739, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1277.32, -367.969, 59.7756, 1.59907, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+740, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1329.24, -289.307, 90.819, 0.0273645, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+741, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1328.84, -292.38, 90.6221, 0.0273645, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+742, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1073.48, -331.682, 55.9834, 0.200155, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+743, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1072.94, -334.358, 55.7134, 0.204082, 300, 0, 0, 2450, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+744, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -833.118, -408.039, 51.8888, 1.83077, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+745, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -752.266, -340.336, 67.6372, 6.04911, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+746, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -1224.63, -308.144, 65.0087, 4.01139, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+747, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -443.483, -198.225, 33.5818, 6.18185, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+748, 112051, 0, 0, 30, 0, 0, 1, 1, 1, -547.353, -271.14, 52.6539, 3.99294, 300, 0, 1, 2450, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+749, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -491.932, -338.25, 32.315, 2.65704, 300, 5, 0, 2579, 0, 1, 0, 0, 0, '', NULL, 0, NULL), -- Frostwolf Warrior\n(@CGUID+750, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -461.106, -355.693, 31.0315, 5.24885, 300, 5, 0, 2579, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+751, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -579.696, -315.773, 46.3295, 6.00268, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+752, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -579.177, -319.352, 46.2591, 5.95715, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+753, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -478.502, -199, 55.6502, 3.8287, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+754, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -479.384, -196.979, 55.5596, 3.78551, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+755, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -579.753, -301.446, 47.4244, 1.03661, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+756, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -577.695, -302.856, 47.3715, 0.969853, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+757, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -706.359, -359.372, 66.4607, 5.81183, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+758, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -707.664, -361.86, 66.5332, 5.80005, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+759, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -627.19, -397.991, 59.028, 1.43716, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+760, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -625.237, -398.251, 59.0849, 1.46464, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+761, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -488.57, -282.618, 28.0162, 0.671394, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+762, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -486.473, -285.137, 28.1037, 0.694956, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+763, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -537.369, -237.391, 56.8692, 0.12327, 300, 0, 1, 2579, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+764, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -539.467, -237.885, 56.9492, 0.946375, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+765, 12052, 0, 0, 30, 0, 0, 1, 1, 1, -537.219, -239.504, 57.063, 0.946375, 300, 0, 0, 2579, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+771, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -834.114, -410.214, 52.074, 1.80721, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Frostwolf Bloodhound\n(@CGUID+772, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -831.014, -409.426, 51.9596, 1.83863, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+773, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -741.424, -341.002, 66.6837, 0.075417, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+774, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -741.136, -345.634, 66.675, 6.28007, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+775, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -1223.44, -309.833, 64.9331, 4.0131, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+776, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -1226.4, -307.136, 64.9706, 4.0145, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+777, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -441.625, -197.096, 32.5175, 6.16536, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+778, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -442.806, -200.649, 33.0035, 6.11902, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+779, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -546.879, -273.401, 52.65, 4.02593, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+780, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -549.929, -271.868, 52.4037, 4.31731, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- (@CGUID+781, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -869.089, -564.571, 57.1968, 5.34541, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- (@CGUID+782, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -866.354, -562.564, 57.181, 5.34541, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- (@CGUID+783, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -821.685, -624.872, 54.1211, 4.24981, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- (@CGUID+784, 114282, 0, 0, 30, 0, 0, 1, 1, 0, -818.973, -626.251, 54.119, 4.24195, 300, 0, 0, 2319, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n-- (@CGUID+785, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -867.164, -564.289, 57.1966, 5.3847, 300, 0, 0, 16638, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- entrance cave, don't have waypoints\n-- (@CGUID+786, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -820.69, -626.207, 54.1161, 4.2066, 300, 0, 0, 16638, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- entrance cave, don't have waypoints\n--\n(@CGUID+787, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1365.56, -538.226, 53.9421, 1.98592, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Frostwolf Battleguard (entrance cave)\n(@CGUID+788, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1368.25, -539.219, 54.784, 1.98592, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+789, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1375.4, -532.951, 55.0778, 5.86971, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+790, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1373.95, -530.154, 54.149, 5.76368, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+791, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1399.38, -567.073, 55.5308, 2.43173, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+792, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1414.77, -569.933, 54.5418, 5.5851, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+793, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1424.83, -598.609, 51.5926, 3.05734, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+794, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1424.62, -595.707, 51.6422, 3.2851, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+795, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1443.08, -595.506, 51.1825, 0.363418, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+796, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1445.25, -591.668, 51.2814, 6.27423, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+797, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1448.25, -614.268, 51.3558, 1.13232, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+798, 14285, 0, 0, 30, 0, 0, 1, 1, 1, -1448.13, -601.626, 51.2171, 5.00434, 300, 0, 0, 18864, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n-- Archers, TBC\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 2 AND `guid` BETWEEN @CGUID+801 AND @CGUID+836;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+801, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 569.395, -101.064, 52.8296, 2.34974, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- TBC Stormpike Bowman\n(@CGUID+802, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 574.85, -92.9842, 52.5869, 3.09325, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+803, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 575.411, -83.597, 52.3626, 6.26573, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+804, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 571.352, -75.6582, 52.479, 0.523599, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+805, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 667.69, -121.761, 64.1092, 2.20377, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+806, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 662.253, -129.105, 64.1794, 2.77507, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+807, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 661.209, -138.877, 64.2251, 3.38594, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+808, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 665.481, -146.857, 64.1271, 3.75246, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+809, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 226.311, -369.188, 57.0509, 5.98648, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+810, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 191.36, -369.899, 57.1524, 3.24631, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+811, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 215.518, -384.019, 56.9889, 5.09636, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+812, 113358, 0, 0, 30, 0, 0, 2, 1, 1, 199.625, -382.177, 56.8691, 4.08407, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+813, 113358, 0, 0, 30, 0, 0, 2, 1, 1, -173.069, -452.949, 40.9205, 3.56047, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+814, 113358, 0, 0, 30, 0, 0, 2, 1, 1, -147.147, -435.053, 40.8022, 0.599238, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+815, 113358, 0, 0, 30, 0, 0, 2, 1, 1, -169.456, -440.325, 40.985, 2.59101, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+816, 113358, 0, 0, 30, 0, 0, 2, 1, 1, -163.494, -434.904, 41.0725, 1.84174, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+821, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -573.522, -271.854, 75.0078, 3.9619, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- TBC Frostwolf Bowman\n(@CGUID+822, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -567.196, -271.165, 74.9134, 5.41924, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+823, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -562.825, -261.087, 74.9898, 5.95157, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+824, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -569.176, -254.446, 74.8771, 0.820305, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+825, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -758.104, -365.919, 90.8358, 0.063601, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+826, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -760.438, -356.17, 90.8438, 0.957386, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+827, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -767.344, -352.763, 90.8165, 1.11133, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+828, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -773.643, -354.978, 90.8773, 2.54818, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+829, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1292.46, -312.373, 107.328, 0.535681, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+830, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1306.5, -308.105, 113.767, 1.78755, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+831, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1293.16, -320.646, 113.801, 6.13792, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+832, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1292.84, -311.935, 113.793, 0.467349, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+833, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1304.28, -275.276, 114.092, 4.35111, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+834, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1286.5, -261.676, 114.114, 0.606364, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+835, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1284.87, -269.481, 114.13, 6.11275, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+836, 113359, 0, 0, 30, 0, 0, 2, 1, 1, -1296.47, -277.717, 114.067, 5.36427, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n-- Archers, WOTLK\nDELETE FROM `creature` WHERE `map` = 30 AND `spawnMask` = 4 AND `guid` BETWEEN @CGUID+841 AND @CGUID+876;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+841, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 569.395, -101.064, 52.8296, 2.34974, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- WOTLK Stormpike Bowman\n(@CGUID+842, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 574.85, -92.9842, 52.5869, 3.09325, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+843, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 575.411, -83.597, 52.3626, 6.26573, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+844, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 571.352, -75.6582, 52.479, 0.523599, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+845, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 667.69, -121.761, 64.1092, 2.20377, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+846, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 662.253, -129.105, 64.1794, 2.77507, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+847, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 661.209, -138.877, 64.2251, 3.38594, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+848, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 665.481, -146.857, 64.1271, 3.75246, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+849, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 226.311, -369.188, 57.0509, 5.98648, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+850, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 191.36, -369.899, 57.1524, 3.24631, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+851, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 215.518, -384.019, 56.9889, 5.09636, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+852, 113358, 0, 0, 30, 0, 0, 4, 1, 1, 199.625, -382.177, 56.8691, 4.08407, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+853, 113358, 0, 0, 30, 0, 0, 4, 1, 1, -173.069, -452.949, 40.9205, 3.56047, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+854, 113358, 0, 0, 30, 0, 0, 4, 1, 1, -147.147, -435.053, 40.8022, 0.599238, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+855, 113358, 0, 0, 30, 0, 0, 4, 1, 1, -169.456, -440.325, 40.985, 2.59101, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+856, 113358, 0, 0, 30, 0, 0, 4, 1, 1, -163.494, -434.904, 41.0725, 1.84174, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+861, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -573.522, -271.854, 75.0078, 3.9619, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- WOTLK Frostwolf Bowman\n(@CGUID+862, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -567.196, -271.165, 74.9134, 5.41924, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+863, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -562.825, -261.087, 74.9898, 5.95157, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+864, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -569.176, -254.446, 74.8771, 0.820305, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+865, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -758.104, -365.919, 90.8358, 0.063601, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+866, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -760.438, -356.17, 90.8438, 0.957386, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+867, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -767.344, -352.763, 90.8165, 1.11133, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+868, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -773.643, -354.978, 90.8773, 2.54818, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+869, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1292.46, -312.373, 107.328, 0.535681, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+870, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1306.5, -308.105, 113.767, 1.78755, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+871, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1293.16, -320.646, 113.801, 6.13792, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+872, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1292.84, -311.935, 113.793, 0.467349, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+873, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1304.28, -275.276, 114.092, 4.35111, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+874, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1286.5, -261.676, 114.114, 0.606364, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+875, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1284.87, -269.481, 114.13, 6.11275, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+876, 113359, 0, 0, 30, 0, 0, 4, 1, 1, -1296.47, -277.717, 114.067, 5.36427, 120, 0, 0, 7230, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n\nSET @CGUID    := 674000;\n\n/* Irondeep Mine - Vanilla */\nDELETE FROM `creature` WHERE `spawnMask` = 1 AND `guid` BETWEEN @CGUID+1 AND @CGUID+300;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+1, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 821.531, -334.511, 65.6551, 4.85141, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Trogg\n(@CGUID+2, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 821.74, -388.976, 48.7236, 2.98925, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+3, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 818.449, -448.158, 49.2329, 2.4434, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+4, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 971.365, -442.779, 57.4056, 0.401363, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+5, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 970.113, -457.482, 58.0708, 6.00517, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+6, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+7, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+8, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+9, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+10, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+11, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+12, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+13, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+14, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+15, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+16, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+17, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+18, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+19, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+20, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 939.632, -429.93, 55.825, 0.46102, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+21, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 933.477, -439.679, 57.3125, 4.75714, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+22, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+23, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+24, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+25, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+26, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+27, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+28, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+29, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+30, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+31, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+32, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+33, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+34, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+35, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+36, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+37, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+38, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+39, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+40, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+41, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+42, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+43, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+44, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+45, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+46, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+47, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+48, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 803.297, -318.584, 52.9694, 0.271763, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+49, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 801.409, -328.087, 52.9395, 4.65035, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+50, 110987, 0, 0, 30, 0, 0, 1, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+51, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Shaman\n(@CGUID+52, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+53, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+54, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+55, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+56, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+57, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+58, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+59, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+60, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+61, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+62, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 961.042, -449.824, 56.893, 6.16617, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+63, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+64, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+65, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+66, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+67, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+68, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+69, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+70, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 925.537, -403.037, 58.7924, 5.5842, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+71, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+72, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+73, 111600, 0, 0, 30, 0, 0, 1, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+74, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Skullthumper\n(@CGUID+75, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+76, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+77, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+78, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 848.43, -360.887, 47.3443, 5.40827, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+79, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 832.035, -389.301, 47.5567, 2.11185, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+80, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+81, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 859.27, -441.478, 50.1621, 1.07682, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+82, 111602, 0, 0, 30, 0, 0, 1, 1, 1, 869.137, -446.057, 51.7561, 1.77189, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+101, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Raider (horde)\n(@CGUID+102, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+103, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+104, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+105, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 848.556, -361.201, 47.3245, 5.28654, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+106, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 832.114, -389.328, 47.4684, 1.96824, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+107, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+108, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 859.442, -441.101, 50.1722, 1.09252, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+109, 113081, 0, 0, 30, 0, 0, 1, 1, 1, 869.117, -445.78, 51.7307, 1.66979, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+110, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Explorer (horde)\n(@CGUID+111, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+112, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+113, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 925.637, -403.237, 58.7303, 5.63919, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+114, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+115, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+116, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+117, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+118, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+119, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+120, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+121, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 961.264, -450.022, 56.9092, 6.09078, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+122, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+123, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+124, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+125, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+126, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+127, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+128, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+129, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+130, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+131, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+132, 113099, 0, 0, 30, 0, 0, 1, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+133, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 821.531, -334.511, 65.6551, 4.85141, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Peon (horde)\n(@CGUID+134, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+135, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 821.922, -388.816, 48.6626, 3.20521, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+136, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 803.41, -318.619, 52.9639, 0.36599, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+137, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 971.365, -442.779, 57.4056, 0.401363, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+138, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 970.113, -457.482, 58.0708, 6.00517, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+139, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+140, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+141, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+142, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+143, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+144, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+145, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+146, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+147, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+148, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+149, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+150, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+151, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+152, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+153, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 939.03, -430.228, 55.71, 0.358915, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+154, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 933.45, -439.476, 57.2168, 4.58043, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+155, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+156, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+157, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+158, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+159, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+160, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+161, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+162, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+163, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+164, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+165, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+166, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+167, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+168, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+169, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+170, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+171, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+172, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 818.271, -448.148, 49.2417, 2.54158, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+173, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+174, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+175, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+176, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+177, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+178, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+179, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+180, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+181, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 801.433, -328.144, 52.9399, 4.52467, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+182, 113397, 0, 0, 30, 0, 0, 1, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+201, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Guard (alliance)\n(@CGUID+202, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+203, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+204, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+205, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 848.643, -361.112, 47.3249, 5.37686, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+206, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 832.114, -389.328, 47.4684, 1.96824, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+207, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+208, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 859.442, -441.101, 50.1722, 1.09252, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+209, 113080, 0, 0, 30, 0, 0, 1, 1, 1, 869.117, -445.78, 51.7307, 1.66979, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+210, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Surveyor (alliance)\n(@CGUID+211, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+212, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+213, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 925.638, -403.147, 58.7597, 5.59599, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+214, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+215, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+216, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+217, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+218, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+219, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+220, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+221, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 961.264, -450.022, 56.9092, 6.09078, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+222, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+223, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+224, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+225, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+226, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+227, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+228, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+229, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+230, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+231, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+232, 113098, 0, 0, 30, 0, 0, 1, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+233, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 823.222, -334.283, 65.6306, 4.88692, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Miner (alliance)\n(@CGUID+234, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 801.414, -327.999, 52.9259, 4.50897, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+235, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 971.671, -442.657, 57.6951, 3.1765, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+236, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 969.979, -457.148, 58.1119, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+237, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+238, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+239, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+240, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+241, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+242, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+243, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+244, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+245, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+246, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+247, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 821.006, -387.635, 49.0728, 3.15905, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+248, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+249, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+250, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+251, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+252, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 939.396, -429.667, 55.8588, 0.052607, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+253, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 933.365, -439.761, 57.4013, 4.7493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+254, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+255, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+256, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+257, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+258, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+259, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+260, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+261, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+262, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+263, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+264, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+265, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+266, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+267, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+268, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+269, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+270, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+271, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+272, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 818.099, -447.974, 49.2715, 2.36094, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+273, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+274, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+275, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+276, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+277, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+278, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+279, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+280, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+281, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 803.551, -318.512, 53.0022, 0.256037, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+282, 113396, 0, 0, 30, 0, 0, 1, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL); -- patrol\n\n/* Irondeep Mine - TBC */\nDELETE FROM `creature` WHERE `spawnMask` = 2 AND `guid` BETWEEN @CGUID+301 AND @CGUID+600;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+301, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 821.531, -334.511, 65.6551, 4.85141, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Trogg\n(@CGUID+302, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 821.74, -388.976, 48.7236, 2.98925, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+303, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 818.449, -448.158, 49.2329, 2.4434, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+304, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 971.365, -442.779, 57.4056, 0.401363, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+305, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 970.113, -457.482, 58.0708, 6.00517, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+306, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+307, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+308, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+309, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+310, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+311, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+312, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+313, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+314, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- 1-3\n(@CGUID+315, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-2\n(@CGUID+316, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+317, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+318, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+319, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+320, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 939.632, -429.93, 55.825, 0.46102, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+321, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 933.477, -439.679, 57.3125, 4.75714, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+322, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+323, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+324, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+325, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+326, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+327, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+328, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-5\n(@CGUID+329, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+330, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- 2-2\n(@CGUID+331, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+332, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+333, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+334, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+335, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+336, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+337, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+338, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+339, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+340, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+341, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+342, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+343, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+344, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+345, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+346, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+347, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol\n(@CGUID+348, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 803.297, -318.584, 52.9694, 0.271763, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+349, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 801.409, -328.087, 52.9395, 4.65035, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+350, 110987, 0, 0, 30, 0, 0, 2, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 2-1 patrol\n(@CGUID+351, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Shaman\n(@CGUID+352, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+353, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+354, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+355, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+356, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-3\n(@CGUID+357, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+358, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+359, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+360, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+361, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+362, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 961.042, -449.824, 56.893, 6.16617, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+363, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+364, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+365, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+366, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+367, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+368, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+369, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+370, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 925.537, -403.037, 58.7924, 5.5842, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+371, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+372, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+373, 111600, 0, 0, 30, 0, 0, 2, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+374, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Skullthumper\n(@CGUID+375, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+376, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+377, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+378, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 848.43, -360.887, 47.3443, 5.40827, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+379, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 832.035, -389.301, 47.5567, 2.11185, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+380, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+381, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 859.27, -441.478, 50.1621, 1.07682, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+382, 111602, 0, 0, 30, 0, 0, 2, 1, 1, 869.137, -446.057, 51.7561, 1.77189, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+401, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Raider (horde)\n(@CGUID+402, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+403, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+404, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+405, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 848.556, -361.201, 47.3245, 5.28654, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+406, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 832.114, -389.328, 47.4684, 1.96824, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+407, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+408, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 859.442, -441.101, 50.1722, 1.09252, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+409, 113081, 0, 0, 30, 0, 0, 2, 1, 1, 869.117, -445.78, 51.7307, 1.66979, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+410, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Explorer (horde)\n(@CGUID+411, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+412, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+413, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 925.637, -403.237, 58.7303, 5.63919, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+414, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+415, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+416, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+417, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+418, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-5\n(@CGUID+419, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+420, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+421, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 961.264, -450.022, 56.9092, 6.09078, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+422, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+423, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+424, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+425, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+426, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+427, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-3\n(@CGUID+428, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+429, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+430, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+431, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+432, 113099, 0, 0, 30, 0, 0, 2, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+433, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 821.531, -334.511, 65.6551, 4.85141, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Peon (horde)\n(@CGUID+434, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol\n(@CGUID+435, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 821.922, -388.816, 48.6626, 3.20521, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+436, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 803.41, -318.619, 52.9639, 0.36599, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+437, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 971.365, -442.779, 57.4056, 0.401363, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+438, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 970.113, -457.482, 58.0708, 6.00517, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+439, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+440, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+441, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+442, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+443, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+444, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+445, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+446, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- 2-3\n(@CGUID+447, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-2\n(@CGUID+448, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 2-1 patrol\n(@CGUID+449, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+450, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+451, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+452, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+453, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 939.03, -430.228, 55.71, 0.358915, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+454, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 933.45, -439.476, 57.2168, 4.58043, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+455, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+456, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+457, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+458, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+459, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+460, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+461, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+462, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+463, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 1-2\n(@CGUID+464, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+465, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+466, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+467, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+468, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+469, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+470, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+471, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+472, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 818.271, -448.148, 49.2417, 2.54158, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+473, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+474, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+475, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+476, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+477, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+478, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+479, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+480, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+481, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 801.433, -328.144, 52.9399, 4.52467, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+482, 113397, 0, 0, 30, 0, 0, 2, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+501, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Guard (alliance)\n(@CGUID+502, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+503, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+504, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+505, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 848.643, -361.112, 47.3249, 5.37686, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+506, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 832.114, -389.328, 47.4684, 1.96824, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+507, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+508, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 859.442, -441.101, 50.1722, 1.09252, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+509, 113080, 0, 0, 30, 0, 0, 2, 1, 1, 869.117, -445.78, 51.7307, 1.66979, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+510, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Surveyor (alliance)\n(@CGUID+511, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+512, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+513, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 925.638, -403.147, 58.7597, 5.59599, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+514, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+515, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+516, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+517, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+518, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-5\n(@CGUID+519, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+520, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+521, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 961.264, -450.022, 56.9092, 6.09078, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+522, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+523, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+524, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+525, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+526, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+527, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+528, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+529, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+530, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+531, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 1-3\n(@CGUID+532, 113098, 0, 0, 30, 0, 0, 2, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+533, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 823.222, -334.283, 65.6306, 4.88692, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Miner (alliance)\n(@CGUID+534, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 801.414, -327.999, 52.9259, 4.50897, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+535, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 971.671, -442.657, 57.6951, 3.1765, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+536, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 969.979, -457.148, 58.1119, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+537, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+538, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+539, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+540, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+541, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+542, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+543, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+544, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+545, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),   -- 2-3\n(@CGUID+546, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-2\n(@CGUID+547, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 821.006, -387.635, 49.0728, 3.15905, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+548, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+549, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+550, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+551, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+552, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 939.396, -429.667, 55.8588, 0.052607, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+553, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 933.365, -439.761, 57.4013, 4.7493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+554, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+555, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+556, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+557, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+558, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+559, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+560, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+561, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+562, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 1-2\n(@CGUID+563, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+564, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol\n(@CGUID+565, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+566, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+567, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+568, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+569, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+570, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+571, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+572, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 818.099, -447.974, 49.2715, 2.36094, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+573, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+574, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+575, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+576, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+577, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+578, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+579, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+580, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+581, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 803.551, -318.512, 53.0022, 0.256037, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+582, 113396, 0, 0, 30, 0, 0, 2, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL); -- 2-1 patrol\n\n/* Irondeep Mine - WotLK */\nDELETE FROM `creature` WHERE `spawnMask` = 4 AND `guid` BETWEEN @CGUID+601 AND @CGUID+900;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+601, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 821.531, -334.511, 65.6551, 4.85141, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Trogg\n(@CGUID+602, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 821.74, -388.976, 48.7236, 2.98925, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+603, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 818.449, -448.158, 49.2329, 2.4434, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+604, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 971.365, -442.779, 57.4056, 0.401363, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+605, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 970.113, -457.482, 58.0708, 6.00517, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+606, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+607, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+608, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+609, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+610, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+611, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+612, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+613, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+614, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+615, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+616, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+617, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+618, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+619, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+620, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 939.632, -429.93, 55.825, 0.46102, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+621, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 933.477, -439.679, 57.3125, 4.75714, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+622, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+623, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+624, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+625, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+626, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+627, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+628, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+629, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+630, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+631, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+632, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+633, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+634, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+635, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+636, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+637, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+638, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+639, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+640, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+641, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+642, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+643, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+644, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+645, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+646, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+647, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+648, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 803.297, -318.584, 52.9694, 0.271763, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+649, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 801.409, -328.087, 52.9395, 4.65035, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+650, 110987, 0, 0, 30, 0, 0, 4, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+651, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Shaman\n(@CGUID+652, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+653, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+654, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+655, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+656, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+657, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+658, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+659, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+660, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+661, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+662, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 961.042, -449.824, 56.893, 6.16617, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+663, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+664, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+665, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+666, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+667, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+668, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+669, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+670, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 925.537, -403.037, 58.7924, 5.5842, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+671, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+672, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+673, 111600, 0, 0, 30, 0, 0, 4, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 1013, 3062, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+674, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Skullthumper\n(@CGUID+675, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+676, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+677, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+678, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 848.43, -360.887, 47.3443, 5.40827, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+679, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 832.035, -389.301, 47.5567, 2.11185, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+680, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+681, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 859.27, -441.478, 50.1621, 1.07682, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+682, 111602, 0, 0, 30, 0, 0, 4, 1, 1, 869.137, -446.057, 51.7561, 1.77189, 300, 0, 0, 1307, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+701, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Raider (horde)\n(@CGUID+702, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+703, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+704, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+705, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 848.556, -361.201, 47.3245, 5.28654, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+706, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 832.114, -389.328, 47.4684, 1.96824, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+707, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+708, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 859.442, -441.101, 50.1722, 1.09252, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+709, 113081, 0, 0, 30, 0, 0, 4, 1, 1, 869.117, -445.78, 51.7307, 1.66979, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+710, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Explorer (horde)\n(@CGUID+711, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+712, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+713, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 925.637, -403.237, 58.7303, 5.63919, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+714, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+715, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+716, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+717, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+718, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+719, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+720, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+721, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 961.264, -450.022, 56.9092, 6.09078, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+722, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+723, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+724, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+725, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+726, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+727, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+728, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+729, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+730, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+731, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+732, 113099, 0, 0, 30, 0, 0, 4, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+733, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 821.531, -334.511, 65.6551, 4.85141, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Peon (horde)\n(@CGUID+734, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+735, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 821.922, -388.816, 48.6626, 3.20521, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+736, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 803.41, -318.619, 52.9639, 0.36599, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+737, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 971.365, -442.779, 57.4056, 0.401363, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+738, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 970.113, -457.482, 58.0708, 6.00517, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+739, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+740, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+741, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+742, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+743, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+744, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+745, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+746, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+747, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+748, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+749, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+750, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+751, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+752, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+753, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 939.03, -430.228, 55.71, 0.358915, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+754, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 933.45, -439.476, 57.2168, 4.58043, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+755, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+756, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+757, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+758, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+759, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+760, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+761, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+762, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+763, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+764, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+765, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+766, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+767, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+768, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+769, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+770, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+771, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+772, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 818.271, -448.148, 49.2417, 2.54158, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+773, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+774, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+775, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+776, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+777, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+778, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+779, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+780, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+781, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 801.433, -328.144, 52.9399, 4.52467, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+782, 113397, 0, 0, 30, 0, 0, 4, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+801, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 940.798, -393.437, 62.1977, 2.38446, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Guard (alliance)\n(@CGUID+802, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 941.13, -332.139, 62.235, 4.21443, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+803, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 903.382, -323.471, 67.722, 4.72102, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+804, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 902.125, -446.518, 59.7359, 0.798003, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+805, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 848.643, -361.112, 47.3249, 5.37686, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+806, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 832.114, -389.328, 47.4684, 1.96824, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+807, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 827.647, -457.348, 48.8792, 1.82294, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+808, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 859.442, -441.101, 50.1722, 1.09252, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+809, 113080, 0, 0, 30, 0, 0, 4, 1, 1, 869.117, -445.78, 51.7307, 1.66979, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+810, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 808.953, -325.964, 52.4043, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Surveyor (alliance)\n(@CGUID+811, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 819.298, -454.389, 48.3912, 0.856876, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+812, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 826.402, -349.454, 47.2722, 1.51844, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+813, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 925.638, -403.147, 58.7597, 5.59599, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+814, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 873.902, -425.487, 51.3847, 1.09643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+815, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 881.437, -400.254, 61.2028, 0.263427, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+816, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 882.517, -344.111, 66.7887, 3.46962, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+817, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 897.464, -338.758, 68.1715, 2.94961, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+818, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 924.729, -397.453, 60.213, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+819, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 935.566, -351.391, 66.0481, 3.8414, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+820, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 949.307, -335.269, 63.4998, 0.609485, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+821, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 961.264, -450.022, 56.9092, 6.09078, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+822, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 825.535, -322.373, 63.9357, 4.76475, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+823, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 828.004, -413.583, 48.5619, 3.29161, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+824, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 838.358, -371.212, 63.3299, 4.04916, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+825, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 846.939, -347.279, 66.2876, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+826, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 932.904, -429.16, 55.6673, 5.44364, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+827, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 937.378, -377.816, 65.3919, 3.56047, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+828, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 922.918, -396.634, 60.3942, 2.71695, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+829, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 909.99, -462.154, 59.0811, 3.7001, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+830, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 901.815, -431.277, 58.4482, 3.32698, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+831, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 880.744, -344.683, 66.4086, 3.4644, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+832, 113098, 0, 0, 30, 0, 0, 4, 1, 1, 876.047, -341.857, 65.8743, 4.45059, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+833, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 823.222, -334.283, 65.6306, 4.88692, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Irondeep Miner (alliance)\n(@CGUID+834, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 801.414, -327.999, 52.9259, 4.50897, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+835, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 971.671, -442.657, 57.6951, 3.1765, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+836, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 969.979, -457.148, 58.1119, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+837, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 958.692, -333.477, 63.2276, 5.77704, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+838, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 957.113, -325.92, 61.7589, 1.13446, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+839, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 934.727, -385.802, 63.0344, 3.75246, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+840, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 931.751, -403.458, 59.6737, 5.63741, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+841, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 931.146, -359.666, 66.0294, 3.9619, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+842, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 929.702, -412.401, 56.8776, 5.89921, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+843, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 926.849, -379.074, 63.5286, 2.0944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+844, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 921.972, -358.597, 66.4313, 2.93215, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+845, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 921.1, -395.812, 60.4615, 2.71695, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+846, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 919.274, -394.986, 60.3478, 2.71696, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+847, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 821.006, -387.635, 49.0728, 3.15905, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+848, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 913.064, -395.773, 60.1364, 4.41568, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+849, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 909.246, -474.576, 58.2067, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+850, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 909.246, -474.576, 58.2901, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+851, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 895.451, -435.205, 57.5285, 4.73677, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+852, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 939.396, -429.667, 55.8588, 0.052607, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+853, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 933.365, -439.761, 57.4013, 4.7493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+854, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 896.244, -427.193, 56.8915, 1.92112, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+855, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 897.929, -471.742, 59.7729, 2.54818, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+856, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 893.376, -343.171, 68.1499, 5.35816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+857, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 890.584, -406.049, 61.1925, 5.67232, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+858, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 888.208, -332.564, 68.148, 1.93732, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+859, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 887.647, -391.537, 61.8734, 1.37881, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+860, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 885.109, -343.338, 67.0867, 3.78979, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+861, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 881.618, -419.948, 53.5228, 0.593412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+862, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 878.675, -345.36, 66.1052, 3.45651, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+863, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 877.127, -351.8, 66.5296, 5.74213, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+864, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 876.778, -345.97, 65.7724, 3.45262, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol\n(@CGUID+865, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 874.577, -414.786, 52.7817, 1.67552, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+866, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 868.247, -343.136, 64.9894, 1.6057, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+867, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 859.03, -367.231, 47.4655, 0.0174533, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+868, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 857.513, -351.817, 65.1867, 4.39823, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+869, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 852.632, -372.416, 48.1657, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+870, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 849.86, -340.944, 66.2447, 0.401426, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+871, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 856.765, -386.911, 61.7596, 0.998262, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+872, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 818.099, -447.974, 49.2715, 2.36094, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+873, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 847.135, -411.307, 50.2106, 1.5708, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+874, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 835.077, -379.418, 48.2755, 5.93412, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+875, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 834.87, -453.304, 47.9075, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+876, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 834.634, -365.981, 62.8801, 1.32645, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+877, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 834.354, -355.526, 48.1491, 6.07375, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+878, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 833.702, -327.506, 65.0439, 0.331613, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+879, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 833.151, -374.228, 63.0938, 3.66519, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+880, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 831.711, -346.785, 47.2975, 0.226893, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+881, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 803.551, -318.512, 53.0022, 0.256037, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+882, 113396, 0, 0, 30, 0, 0, 4, 1, 1, 916.852, -393.891, 60.1726, 2.71695, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL); -- patrol\n\n/* Coldtooth Mine - Vanilla */\nDELETE FROM `creature` WHERE `spawnMask` = 1 AND `guid` BETWEEN @CGUID+1001 AND @CGUID+1300;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+1001, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -865.249, -131.622, 62.6325, 2.90284, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Vermin\n(@CGUID+1002, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -897.523, -51.9173, 71.8547, 4.52077, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1003, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -868.488, -77.5482, 71.502, 5.27474, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1004, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -926.981, -137.213, 61.1617, 1.17496, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1005, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -951.557, -53.6245, 79.9406, 5.20011, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1006, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -827.966, -141.436, 62.8586, 3.91993, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1007, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -951.169, -58.4412, 79.8781, 3.31123, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1008, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -855.181, -69.5934, 73.4437, 2.4159, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1009, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -951.023, -201.415, 77.042, 0.499499, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1010, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -945.776, -199.16, 76.9553, 4.40688, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1011, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -933.494, -209.063, 73.7803, 5.88176, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1012, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -929.666, -201.308, 73.7032, 5.02655, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1013, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -946.514, -259.239, 66.0874, 3.78132, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1014, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -974.565, -224.828, 69.5858, 4.88846, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1015, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -910.14, -229.959, 72.9279, 0.27677, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1016, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -851.563, -88.6527, 68.5983, 3.61896, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1017, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -978.997, -249.356, 65.4345, 5.05464, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1018, 110982, 0, 0, 30, 0, 0, 1, 1, 1, -918.438, -250.301, 69.5898, 5.33755, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1019, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Digger\n(@CGUID+1020, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1021, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1022, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1023, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1024, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1025, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1026, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-3\n(@CGUID+1027, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-2\n(@CGUID+1028, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 0, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol 150468\n(@CGUID+1029, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1030, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1031, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1032, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1033, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1034, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1035, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1036, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1037, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1038, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1039, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1040, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1041, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1042, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1043, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1044, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1045, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1046, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1047, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1048, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1049, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1050, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1051, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1052, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1053, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1054, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1055, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1056, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1057, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1058, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1059, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1060, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1061, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -875.249, -58.7615, 70.9244, 2.96174, 300, 0, 0, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 2-1 patrol 301585\n(@CGUID+1062, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -870.53, -60.01, 71.235, 2.8832, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-3\n(@CGUID+1063, 111603, 0, 0, 30, 0, 0, 1, 1, 1, -872.867, -59.3923, 71.1277, 2.8832, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-2\n(@CGUID+1064, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Geomancer\n(@CGUID+1065, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1066, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1067, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -866.605, -147.582, 62.1491, 3.62542, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+1068, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1069, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -895.171, -149.399, 61.3871, 4.23803, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1070, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1071, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1072, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1073, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -950.984, -197.496, 77.0277, 5.85594, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1074, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1075, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1076, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1077, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1078, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1079, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1080, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+1081, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1082, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1083, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1084, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1085, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1086, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -866.116, -61.1765, 71.2683, 2.8832, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-5\n(@CGUID+1087, 111604, 0, 0, 30, 0, 0, 1, 1, 1, -868.267, -60.6079, 71.2525, 2.8832, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n--\n(@CGUID+1101, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -855.089, -69.5699, 73.441, 2.40804, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Guard (horde)\n(@CGUID+1102, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -918.438, -250.301, 69.5898, 5.33755, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1103, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -933.579, -209.098, 73.7025, 5.74596, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1104, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -910.173, -230.064, 72.8027, 0.232462, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1105, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -974.639, -224.657, 69.5858, 4.77599, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1106, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -979.02, -249.38, 65.3975, 4.93307, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1107, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -851.572, -88.5024, 68.5145, 3.98665, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1108, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -951.089, -58.384, 79.8876, 3.38588, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1109, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -946.425, -259.154, 65.9739, 3.67251, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1110, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -868.513, -77.5516, 71.5002, 5.36117, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1111, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -929.693, -201.247, 73.626, 4.9802, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1112, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -895.171, -149.399, 61.3871, 4.23803, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1113, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -865.26, -131.444, 62.6827, 2.96568, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1114, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -926.972, -137.247, 61.1635, 1.1514, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1115, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -897.59, -52.0463, 71.8576, 4.37548, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1116, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -951.556, -53.771, 79.9409, 5.08626, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1117, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -827.862, -141.314, 62.8782, 3.63326, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1118, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -945.814, -199.107, 76.9533, 4.44614, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1119, 113089, 0, 0, 30, 0, 0, 1, 1, 1, -951.011, -201.419, 77.0431, 0.609469, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1120, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Surveyor (horde)\n(@CGUID+1121, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1122, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1123, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1124, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+1125, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1126, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1127, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1128, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1129, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1130, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1131, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1132, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -951.052, -197.522, 77.0322, 5.81274, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1133, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1134, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1135, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1136, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1137, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -866.699, -147.54, 62.1646, 3.57878, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+1138, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1139, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1140, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1141, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -866.175, -61.1806, 71.266, 2.7803, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),   -- 2-5\n(@CGUID+1142, 113097, 0, 0, 30, 0, 0, 1, 1, 1, -868.305, -60.6423, 71.2561, 2.77324, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+1143, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Peon (horde)\n(@CGUID+1144, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1145, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1146, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1147, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1148, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1149, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1150, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-3\n(@CGUID+1151, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-2\n(@CGUID+1152, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol 150568\n(@CGUID+1153, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1154, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1155, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1156, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1157, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1158, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1159, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1160, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1161, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1162, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1163, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1164, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1165, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1166, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1167, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1168, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1169, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1170, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1171, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1172, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1173, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1174, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1175, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1176, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1177, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1178, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1179, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1180, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1181, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1182, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1183, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1184, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1185, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -870.487, -60.015, 71.2372, 2.86356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-3\n(@CGUID+1186, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -872.859, -59.3796, 71.1267, 2.86356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-2\n(@CGUID+1187, 113316, 0, 0, 30, 0, 0, 1, 1, 1, -875.318, -58.7584, 70.9205, 2.86356, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 2-1 patrol 301590\n--\n(@CGUID+1201, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -895.14, -149.425, 61.3876, 4.21134, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Invader (alliance)\n(@CGUID+1202, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -927.025, -137.091, 61.1562, 1.05405, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1203, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -910.293, -230.108, 72.7744, 0.16573, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1204, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -946.387, -259.163, 65.9756, 3.7118, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1205, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -851.425, -88.4593, 68.5109, 3.79037, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1206, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -929.807, -201.045, 73.6475, 4.85849, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1207, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -945.854, -198.983, 76.9534, 4.41473, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1208, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -933.595, -209.025, 73.7152, 5.78133, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1209, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -951.103, -58.3705, 79.8885, 3.23665, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1210, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -855.164, -69.6312, 73.4605, 2.22742, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1211, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -827.804, -141.316, 62.8849, 3.77073, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1212, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -950.954, -201.425, 77.0478, 0.432763, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1213, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -897.513, -52.0871, 71.8187, 4.4069, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1214, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -978.976, -249.38, 65.3999, 5.04305, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1215, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -974.558, -224.874, 69.5206, 4.70533, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1216, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -865.18, -131.527, 62.6591, 3.02853, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1217, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -951.538, -53.4968, 79.9407, 5.13338, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1218, 113087, 0, 0, 30, 0, 0, 1, 1, 1, -918.478, -250.206, 69.5862, 5.23941, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1219, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -897.617, -52.0457, 71.9503, 4.36332, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Explorer (alliance)\n(@CGUID+1220, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1221, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1222, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1223, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -951.052, -197.522, 77.0322, 5.81274, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1224, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1225, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1226, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1227, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1228, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1229, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1230, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1231, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -868.324, -77.7196, 71.4768, 5.41052, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1232, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+1233, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1234, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1235, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1236, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1237, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -951.477, -53.9647, 80.0235, 5.32325, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1238, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1239, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -866.699, -147.54, 62.1646, 3.57878, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+1240, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1241, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1242, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1243, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -866.347, -61.1929, 71.2612, 2.81643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-5\n(@CGUID+1244, 113096, 0, 0, 30, 0, 0, 1, 1, 1, -868.577, -60.6074, 71.2633, 2.81643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+1245, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Miner (alliance)\n(@CGUID+1246, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1247, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1248, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1249, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1250, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1251, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1252, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-3\n(@CGUID+1253, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 1-2\n(@CGUID+1254, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol 150518\n(@CGUID+1255, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1256, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1257, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1258, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1259, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1260, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1261, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1262, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1263, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1264, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1265, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1266, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1267, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1268, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1269, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1270, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1271, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1272, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1273, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1274, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1275, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1276, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1277, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1278, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1279, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1280, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1281, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1282, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1283, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1284, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1285, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1286, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1287, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -870.686, -60.083, 71.2423, 2.94602, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-3\n(@CGUID+1288, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -872.975, -59.3899, 71.13, 2.94602, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-2\n(@CGUID+1289, 113317, 0, 0, 30, 0, 0, 1, 1, 1, -875.476, -58.7748, 70.916, 2.89497, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL); -- 2-1 patrol 301595\n\n/* Coldtooth Mine - TBC */\nDELETE FROM `creature` WHERE `spawnMask` = 2 AND `guid` BETWEEN @CGUID+1301 AND @CGUID+1600;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+1301, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -865.249, -131.622, 62.6325, 2.90284, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Vermin\n(@CGUID+1302, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -897.523, -51.9173, 71.8547, 4.52077, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1303, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -868.488, -77.5482, 71.502, 5.27474, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1304, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -926.981, -137.213, 61.1617, 1.17496, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1305, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -951.557, -53.6245, 79.9406, 5.20011, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1306, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -827.966, -141.436, 62.8586, 3.91993, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1307, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -951.169, -58.4412, 79.8781, 3.31123, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1308, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -855.181, -69.5934, 73.4437, 2.4159, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1309, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -951.023, -201.415, 77.042, 0.499499, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1310, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -945.776, -199.16, 76.9553, 4.40688, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1311, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -933.494, -209.063, 73.7803, 5.88176, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1312, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -929.666, -201.308, 73.7032, 5.02655, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1313, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -946.514, -259.239, 66.0874, 3.78132, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1314, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -974.565, -224.828, 69.5858, 4.88846, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1315, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -910.14, -229.959, 72.9279, 0.27677, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1316, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -851.563, -88.6527, 68.5983, 3.61896, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1317, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -978.997, -249.356, 65.4345, 5.05464, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1318, 110982, 0, 0, 30, 0, 0, 2, 1, 1, -918.438, -250.301, 69.5898, 5.33755, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1319, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Digger\n(@CGUID+1320, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1321, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1322, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1323, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1324, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1325, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1326, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-3\n(@CGUID+1327, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 1-2\n(@CGUID+1328, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol 150468\n(@CGUID+1329, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1330, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1331, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1332, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1333, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1334, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1335, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1336, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1337, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1338, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1339, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1340, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1341, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1342, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1343, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -938.079, -156.197, 61.3002, 2.45516, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1344, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1345, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1346, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1347, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1348, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1349, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1350, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1351, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1352, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1353, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1354, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1355, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1356, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1357, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1358, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1359, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1360, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1361, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -875.249, -58.7615, 70.9244, 2.96174, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 2-1 patrol 301585\n(@CGUID+1362, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -870.53, -60.01, 71.235, 2.8832, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-3\n(@CGUID+1363, 111603, 0, 0, 30, 0, 0, 2, 1, 1, -872.867, -59.3923, 71.1277, 2.8832, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-2\n(@CGUID+1364, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Geomancer\n(@CGUID+1365, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1366, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1367, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -866.605, -147.582, 62.1491, 3.62542, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+1368, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1369, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -895.171, -149.399, 61.3871, 4.23803, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1370, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1371, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1372, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1373, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -950.984, -197.496, 77.0277, 5.85594, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1374, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1375, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1376, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1377, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1378, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1379, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1380, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+1381, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1382, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1383, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1384, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1385, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1386, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -866.116, -61.1765, 71.2683, 2.8832, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-5\n(@CGUID+1387, 111604, 0, 0, 30, 0, 0, 2, 1, 1, -868.267, -60.6079, 71.2525, 2.8832, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n--\n(@CGUID+1401, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -855.089, -69.5699, 73.441, 2.40804, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Guard (TBC - horde)\n(@CGUID+1402, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -918.438, -250.301, 69.5898, 5.33755, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1403, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -933.579, -209.098, 73.7025, 5.74596, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1404, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -910.173, -230.064, 72.8027, 0.232462, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1405, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -974.639, -224.657, 69.5858, 4.77599, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1406, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -979.02, -249.38, 65.3975, 4.93307, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1407, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -851.572, -88.5024, 68.5145, 3.98665, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1408, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -951.089, -58.384, 79.8876, 3.38588, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1409, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -946.425, -259.154, 65.9739, 3.67251, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1410, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -868.513, -77.5516, 71.5002, 5.36117, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1411, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -929.693, -201.247, 73.626, 4.9802, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1412, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -895.171, -149.399, 61.3871, 4.23803, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1413, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -865.26, -131.444, 62.6827, 2.96568, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1414, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -926.972, -137.247, 61.1635, 1.1514, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1415, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -897.59, -52.0463, 71.8576, 4.37548, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1416, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -951.556, -53.771, 79.9409, 5.08626, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1417, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -827.862, -141.314, 62.8782, 3.63326, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1418, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -945.814, -199.107, 76.9533, 4.44614, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1419, 113089, 0, 0, 30, 0, 0, 2, 1, 1, -951.011, -201.419, 77.0431, 0.609469, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1420, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Surveyor (TBC - horde)\n(@CGUID+1421, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1422, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1423, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1424, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1425, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1426, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1427, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1428, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1429, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1430, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1431, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1432, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -951.052, -197.522, 77.0322, 5.81274, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1433, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1434, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1435, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1436, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1437, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -866.699, -147.54, 62.1646, 3.57878, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1438, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1439, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1440, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1441, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -866.175, -61.1806, 71.266, 2.7803, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),   -- 2-5\n(@CGUID+1442, 113097, 0, 0, 30, 0, 0, 2, 1, 1, -868.305, -60.6423, 71.2561, 2.77324, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+1443, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Peon (TBC - horde)\n(@CGUID+1444, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1445, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1446, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1447, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1448, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1449, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1450, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1451, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1452, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol 150568\n(@CGUID+1453, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1454, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1455, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1456, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1457, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1458, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1459, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1460, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1461, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1462, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1463, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1464, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1465, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1466, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1467, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1468, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1469, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1470, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1471, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1472, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1473, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1474, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1475, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1476, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1477, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1478, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1479, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1480, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1481, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1482, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1483, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1484, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1485, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -870.487, -60.015, 71.2372, 2.86356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-3\n(@CGUID+1486, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -872.859, -59.3796, 71.1267, 2.86356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-2\n(@CGUID+1487, 113316, 0, 0, 30, 0, 0, 2, 1, 1, -875.318, -58.7584, 70.9205, 2.86356, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 2-1 patrol 301590\n--\n(@CGUID+1501, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -895.14, -149.425, 61.3876, 4.21134, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Invader (TBC - alliance)\n(@CGUID+1502, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -927.025, -137.091, 61.1562, 1.05405, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1503, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -910.293, -230.108, 72.7744, 0.16573, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1504, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -946.387, -259.163, 65.9756, 3.7118, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1505, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -851.425, -88.4593, 68.5109, 3.79037, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1506, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -929.807, -201.045, 73.6475, 4.85849, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1507, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -945.854, -198.983, 76.9534, 4.41473, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1508, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -933.595, -209.025, 73.7152, 5.78133, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1509, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -951.103, -58.3705, 79.8885, 3.23665, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1510, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -855.164, -69.6312, 73.4605, 2.22742, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1511, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -827.804, -141.316, 62.8849, 3.77073, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1512, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -950.954, -201.425, 77.0478, 0.432763, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1513, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -897.513, -52.0871, 71.8187, 4.4069, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1514, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -978.976, -249.38, 65.3999, 5.04305, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1515, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -974.558, -224.874, 69.5206, 4.70533, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1516, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -865.18, -131.527, 62.6591, 3.02853, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1517, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -951.538, -53.4968, 79.9407, 5.13338, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1518, 113087, 0, 0, 30, 0, 0, 2, 1, 1, -918.478, -250.206, 69.5862, 5.23941, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1519, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -897.617, -52.0457, 71.9503, 4.36332, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Explorer (TBC - alliance)\n(@CGUID+1520, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1521, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1522, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1523, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -951.052, -197.522, 77.0322, 5.81274, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1524, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1525, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1526, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1527, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1528, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1529, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1530, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1531, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -868.324, -77.7196, 71.4768, 5.41052, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1532, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-4\n(@CGUID+1533, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1534, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1535, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1536, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1537, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -951.477, -53.9647, 80.0235, 5.32325, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1538, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1539, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -866.699, -147.54, 62.1646, 3.57878, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-5\n(@CGUID+1540, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1541, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1542, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1543, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -866.347, -61.1929, 71.2612, 2.81643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-5\n(@CGUID+1544, 113096, 0, 0, 30, 0, 0, 2, 1, 1, -868.577, -60.6074, 71.2633, 2.81643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-4\n(@CGUID+1545, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Miner (TBC - alliance)\n(@CGUID+1546, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1547, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1548, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1549, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1550, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1551, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1552, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 1-3\n(@CGUID+1553, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 1-2\n(@CGUID+1554, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- 1-1 patrol 150518\n(@CGUID+1555, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1556, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1557, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1558, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1559, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1560, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1561, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1562, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1563, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1564, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1565, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1566, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1567, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1568, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1569, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1570, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1571, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1572, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1573, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1574, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1575, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1576, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1577, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1578, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1579, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1580, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1581, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1582, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1583, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1584, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1585, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1586, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1587, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -870.686, -60.083, 71.2423, 2.94602, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- 2-3\n(@CGUID+1588, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -872.975, -59.3899, 71.13, 2.94602, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),  -- 2-2\n(@CGUID+1589, 113317, 0, 0, 30, 0, 0, 2, 1, 1, -875.476, -58.7748, 70.916, 2.89497, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL); -- 2-1 patrol 301595\n\n/* Coldtooth Mine - WotLK */\nDELETE FROM `creature` WHERE `spawnMask` = 4 AND `guid` BETWEEN @CGUID+1601 AND @CGUID+1900;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+1601, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -865.249, -131.622, 62.6325, 2.90284, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Vermin\n(@CGUID+1602, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -897.523, -51.9173, 71.8547, 4.52077, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1603, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -868.488, -77.5482, 71.502, 5.27474, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1604, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -926.981, -137.213, 61.1617, 1.17496, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1605, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -951.557, -53.6245, 79.9406, 5.20011, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1606, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -827.966, -141.436, 62.8586, 3.91993, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1607, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -951.169, -58.4412, 79.8781, 3.31123, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1608, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -855.181, -69.5934, 73.4437, 2.4159, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1609, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -951.023, -201.415, 77.042, 0.499499, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1610, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -945.776, -199.16, 76.9553, 4.40688, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1611, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -933.494, -209.063, 73.7803, 5.88176, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1612, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -929.666, -201.308, 73.7032, 5.02655, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1613, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -946.514, -259.239, 66.0874, 3.78132, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1614, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -974.565, -224.828, 69.5858, 4.88846, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1615, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -910.14, -229.959, 72.9279, 0.27677, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1616, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -851.563, -88.6527, 68.5983, 3.61896, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1617, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -978.997, -249.356, 65.4345, 5.05464, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1618, 110982, 0, 0, 30, 0, 0, 4, 1, 1, -918.438, -250.301, 69.5898, 5.33755, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1619, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Digger\n(@CGUID+1620, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1621, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1622, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1623, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1624, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1625, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1626, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1627, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1628, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol 150468\n(@CGUID+1629, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1630, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1631, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1632, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1633, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1634, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1635, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1636, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1637, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1638, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1639, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1640, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1641, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1642, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1643, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1644, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1645, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1646, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1647, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1648, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1649, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1650, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1651, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1652, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1653, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1654, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1655, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1656, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1657, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1658, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1659, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1660, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1661, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -875.249, -58.7615, 70.9244, 2.96174, 300, 0, 1, 1227, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol 301585\n(@CGUID+1662, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -870.53, -60.01, 71.235, 2.8832, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1663, 111603, 0, 0, 30, 0, 0, 4, 1, 1, -872.867, -59.3923, 71.1277, 2.8832, 300, 0, 0, 1227, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1664, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL), -- Whitewhisker Geomancer\n(@CGUID+1665, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1666, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1667, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -866.605, -147.582, 62.1491, 3.62542, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1668, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1669, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -895.171, -149.399, 61.3871, 4.23803, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1670, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1671, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1672, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1673, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -950.984, -197.496, 77.0277, 5.85594, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1674, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1675, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1676, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1677, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1678, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1679, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1680, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1681, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1682, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1683, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1684, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1685, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1686, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -866.116, -61.1765, 71.2683, 2.8832, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1687, 111604, 0, 0, 30, 0, 0, 4, 1, 1, -868.267, -60.6079, 71.2525, 2.8832, 300, 0, 0, 1013, 1020, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+1701, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -855.089, -69.5699, 73.441, 2.40804, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Guard (WotLK - horde)\n(@CGUID+1702, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -918.438, -250.301, 69.5898, 5.33755, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1703, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -933.579, -209.098, 73.7025, 5.74596, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1704, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -910.173, -230.064, 72.8027, 0.232462, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1705, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -974.639, -224.657, 69.5858, 4.77599, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1706, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -979.02, -249.38, 65.3975, 4.93307, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1707, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -851.572, -88.5024, 68.5145, 3.98665, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1708, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -951.089, -58.384, 79.8876, 3.38588, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1709, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -946.425, -259.154, 65.9739, 3.67251, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1710, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -868.513, -77.5516, 71.5002, 5.36117, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1711, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -929.693, -201.247, 73.626, 4.9802, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1712, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -895.171, -149.399, 61.3871, 4.23803, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1713, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -865.26, -131.444, 62.6827, 2.96568, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1714, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -926.972, -137.247, 61.1635, 1.1514, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1715, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -897.59, -52.0463, 71.8576, 4.37548, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1716, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -951.556, -53.771, 79.9409, 5.08626, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1717, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -827.862, -141.314, 62.8782, 3.63326, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1718, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -945.814, -199.107, 76.9533, 4.44614, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1719, 113089, 0, 0, 30, 0, 0, 4, 1, 1, -951.011, -201.419, 77.0431, 0.609469, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1720, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Surveyor (WotLK - horde)\n(@CGUID+1721, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1722, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1723, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1724, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1725, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1726, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1727, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1728, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1729, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1730, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1731, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1732, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -951.052, -197.522, 77.0322, 5.81274, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1733, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1734, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1735, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1736, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1737, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -866.699, -147.54, 62.1646, 3.57878, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1738, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1739, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1740, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1741, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -866.175, -61.1806, 71.266, 2.7803, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1742, 113097, 0, 0, 30, 0, 0, 4, 1, 1, -868.305, -60.6423, 71.2561, 2.77324, 300, 0, 0, 839, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1743, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Peon (WotLK - horde)\n(@CGUID+1744, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1745, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1746, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1747, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1748, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1749, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1750, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1751, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1752, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol 150568\n(@CGUID+1753, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1754, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1755, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1756, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1757, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1758, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1759, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1760, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1761, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1762, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1763, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1764, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1765, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1766, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1767, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1768, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1769, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1770, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1771, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1772, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1773, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1774, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1775, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1776, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1777, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1778, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1779, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1780, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1781, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1782, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1783, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1784, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1785, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -870.487, -60.015, 71.2372, 2.86356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1786, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -872.859, -59.3796, 71.1267, 2.86356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1787, 113316, 0, 0, 30, 0, 0, 4, 1, 1, -875.318, -58.7584, 70.9205, 2.86356, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol 301590\n--\n(@CGUID+1801, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -895.14, -149.425, 61.3876, 4.21134, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Invader (WotLK - alliance)\n(@CGUID+1802, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -927.025, -137.091, 61.1562, 1.05405, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1803, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -910.293, -230.108, 72.7744, 0.16573, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1804, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -946.387, -259.163, 65.9756, 3.7118, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1805, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -851.425, -88.4593, 68.5109, 3.79037, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1806, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -929.807, -201.045, 73.6475, 4.85849, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1807, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -945.854, -198.983, 76.9534, 4.41473, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1808, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -933.595, -209.025, 73.7152, 5.78133, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1809, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -951.103, -58.3705, 79.8885, 3.23665, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1810, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -855.164, -69.6312, 73.4605, 2.22742, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1811, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -827.804, -141.316, 62.8849, 3.77073, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1812, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -950.954, -201.425, 77.0478, 0.432763, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1813, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -897.513, -52.0871, 71.8187, 4.4069, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1814, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -978.976, -249.38, 65.3999, 5.04305, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1815, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -974.558, -224.874, 69.5206, 4.70533, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1816, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -865.18, -131.527, 62.6591, 3.02853, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1817, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -951.538, -53.4968, 79.9407, 5.13338, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1818, 113087, 0, 0, 30, 0, 0, 4, 1, 1, -918.478, -250.206, 69.5862, 5.23941, 300, 0, 0, 1046, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1819, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -897.617, -52.0457, 71.9503, 4.36332, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Explorer (WotLK - alliance)\n(@CGUID+1820, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -897.864, -84.4348, 74.083, 3.00197, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1821, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -902.37, -116.3, 75.6066, 0.330638, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1822, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -920.864, -40.2009, 78.256, 5.16617, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1823, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -951.052, -197.522, 77.0322, 5.81274, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1824, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -954.048, -183.282, 66.2881, 4.9056, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1825, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -958.509, -173.652, 77.9013, 6.24828, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1826, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -974.698, -88.2266, 81.5827, 0.000794, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1827, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -976.086, -44.1775, 76.029, 1.46608, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1828, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -826.254, -58.6911, 72.0041, 3.68264, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1829, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -828.05, -150.508, 62.2019, 2.14675, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1830, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -859.846, -19.6549, 70.7304, 1.97222, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1831, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -868.324, -77.7196, 71.4768, 5.41052, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1832, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -868.511, -148.386, 62.3547, 3.57875, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1833, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -874.361, -42.4751, 69.4316, 0.785398, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1834, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -915.862, -151.74, 76.9427, 0.942478, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1835, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -933.926, -160.419, 60.7896, 3.1895, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1836, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -940.689, -140.707, 79.9225, 2.79253, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1837, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -951.477, -53.9647, 80.0235, 5.32325, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1838, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -890.419, -112.729, 76.1841, 2.12136, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1839, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -866.699, -147.54, 62.1646, 3.57878, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1840, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -867.659, -100.506, 65.4665, 2.64944, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1841, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -847.446, -98.0061, 68.5131, 3.24631, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1842, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -824.204, -65.053, 72.3381, 3.01942, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1843, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -866.347, -61.1929, 71.2612, 2.81643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1844, 113096, 0, 0, 30, 0, 0, 4, 1, 1, -868.577, -60.6074, 71.2633, 2.81643, 300, 0, 0, 836, 4234, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1845, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -853.357, -0.696194, 72.0655, 0.994838, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Coldmine Miner (WotLK - alliance)\n(@CGUID+1846, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -837.012, -152.837, 63.2889, 4.09272, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1847, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -861.926, -79.0519, 71.4178, 0.20944, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1848, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -834.318, -133.091, 61.3582, 1.95644, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1849, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -866.354, -40.2455, 70.842, 0.0698132, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1850, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -869.023, -82.2118, 69.5848, 3.22886, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1851, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -870.03, -6.27443, 70.3867, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1852, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -870.288, -149.217, 62.5413, 3.56624, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1853, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -872.135, -150.08, 62.7513, 3.57201, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1854, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -874.856, -151.351, 62.7537, 3.57875, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- patrol 150518\n(@CGUID+1855, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -874.901, -36.6579, 69.4246, 2.00713, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1856, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -876.792, -128.646, 64.1045, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1857, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -878.601, -102.109, 66.4929, 3.47803, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1858, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -892.326, -123.158, 76.0318, 5.5676, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1859, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -894.645, -160.53, 62.9795, 4.62679, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1860, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -894.792, -127.141, 75.3834, 6.14356, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1861, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -899.489, -61.7252, 73.2498, 5.09636, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1862, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -903.679, -66.9117, 73.982, 5.62816, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1863, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -907.572, -148.937, 76.6898, 4.76475, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1864, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -913.589, -146.794, 76.9366, 1.8675, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1865, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -916.204, -132.768, 62.2883, 5.69493, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1866, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -907.49, -148.117, 62.1055, 2.01534, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1867, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -923.049, -126.966, 61.2967, 1.95251, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1868, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -930.877, -153.555, 61.8213, 0.998234, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1869, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -938.079, -156.197, 61.1202, 2.45516, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1870, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -942.993, -56.9881, 79.8915, 5.65487, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1871, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -949.701, -64.0436, 80.126, 5.23549, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1872, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -946.738, -139.567, 80.0904, 2.3911, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1873, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -947.854, -170.5, 79.7618, 0.942478, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1874, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -949.944, -142.977, 80.5382, 2.70526, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1875, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -951.327, -189.942, 66.6335, 6.00515, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1876, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -950.427, -115.007, 79.6127, 3.68264, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1877, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -952.476, -179.778, 78.6771, 4.5204, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1878, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -960.6, -189.862, 66.7573, 2.16848, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1879, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -958.504, -92.5493, 82.1795, 6.22505, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1880, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -963.951, -87.734, 81.5555, 0.575959, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1881, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -973.076, -36.5013, 77.5047, 1.0821, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1882, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -980.495, -36.8557, 75.7465, 2.68684, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1883, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -904.023, -90.4558, 75.3706, 3.40339, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1884, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -905.455, -84.5179, 75.3642, 3.29867, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1885, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -912.689, -45.4494, 76.2277, 4.60767, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1886, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -917.648, -46.8922, 77.0872, 5.27089, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1887, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -870.686, -60.083, 71.2423, 2.94602, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1888, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -872.975, -59.3899, 71.13, 2.94602, 300, 0, 0, 736, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1889, 113317, 0, 0, 30, 0, 0, 4, 1, 1, -875.476, -58.7748, 70.916, 2.89497, 300, 0, 1, 736, 0, 2, 0, 0, 0, '', NULL, 0, NULL); -- patrol 301595\n"
  },
  {
    "path": "data/sql/world/base/av_gameobjects.sql",
    "content": "SET @OGUID    := 657000;\n\n/* RESOURCES */\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+501 AND @OGUID+999;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES \n--\n(@OGUID+501, 2044, 30, 0, 0, 1, 1, -331.867, -360.646, 8.59012, 3.29489, 0, 0, 0.997064, -0.0765719, 300, 0, 1, '', NULL, NULL),\n(@OGUID+502, 2044, 30, 0, 0, 1, 1, -323.894, -430.67, 14.8088, 5.17635, 0, 0, 0.525598, -0.850733, 300, 0, 1, '', NULL, NULL),\n(@OGUID+503, 2044, 30, 0, 0, 1, 1, -309.006, -444.749, 21.0792, 6.00189, 0, 0, 0.140184, -0.990126, 300, 0, 1, '', NULL, NULL),\n(@OGUID+504, 2044, 30, 0, 0, 1, 1, -264.296, -465.985, 31.9499, 0.289866, 0, 0, 0.144426, 0.989516, 300, 0, 1, '', NULL, NULL),\n(@OGUID+505, 2044, 30, 0, 0, 1, 1, -163.247, -382.203, 12.4553, 5.43073, 0, 0, 0.413437, -0.910533, 300, 0, 1, '', NULL, NULL),\n(@OGUID+506, 2044, 30, 0, 0, 1, 1, -161.959, -352.012, 10.5819, 1.41299, 0, 0, 0.64917, 0.760643, 300, 0, 1, '', NULL, NULL),\n(@OGUID+507, 2044, 30, 0, 0, 1, 1, -107.922, -242.589, 9.73278, 0.477053, 0, 0, 0.236271, 0.971687, 300, 0, 1, '', NULL, NULL),\n(@OGUID+508, 2044, 30, 0, 0, 1, 1, -113.739, -154.446, 17.6061, 1.1586, 0, 0, 0.54744, 0.836845, 300, 0, 1, '', NULL, NULL),\n(@OGUID+509, 2044, 30, 0, 0, 1, 1, -193.284, -76.9663, 37.3179, 3.51043, 0, 0, 0.983043, -0.183377, 300, 0, 1, '', NULL, NULL),\n(@OGUID+510, 2044, 30, 0, 0, 1, 1, -271.873, -33.2106, 39.697, 2.92488, 0, 0, 0.994135, 0.108146, 300, 0, 1, '', NULL, NULL),\n(@OGUID+511, 2044, 30, 0, 0, 1, 1, -370.66, -123.122, 26.3741, 3.9904, 0, 0, 0.911285, -0.411777, 300, 0, 1, '', NULL, NULL),\n(@OGUID+512, 2044, 30, 0, 0, 1, 1, -442.081, -93.8262, 27.5554, 2.6465, 0, 0, 0.969516, 0.245028, 300, 0, 1, '', NULL, NULL),\n(@OGUID+513, 2044, 30, 0, 0, 1, 1, -446.594, -113.848, 28.8703, 4.78714, 0, 0, 0.68019, -0.733036, 300, 0, 1, '', NULL, NULL),\n(@OGUID+514, 2044, 30, 0, 0, 1, 1, -418.814, -65.9506, 28.5569, 0.975778, 0, 0, 0.468762, 0.883324, 300, 0, 1, '', NULL, NULL),\n(@OGUID+515, 2044, 30, 0, 0, 1, 1, -505.966, -51.9903, 52.3627, 3.35641, 0, 0, 0.994237, -0.107201, 300, 0, 1, '', NULL, NULL),\n(@OGUID+516, 2044, 30, 0, 0, 1, 1, -604.104, -76.2194, 83.788, 3.69718, 0, 0, 0.961662, -0.274237, 300, 0, 1, '', NULL, NULL),\n(@OGUID+517, 2044, 30, 0, 0, 1, 1, -611.878, -132.583, 65.4038, 4.22515, 0, 0, 0.856794, -0.515659, 300, 0, 1, '', NULL, NULL),\n(@OGUID+518, 2044, 30, 0, 0, 1, 1, -518.944, -249.571, 61.438, 0.45698, 0, 0, 0.226507, 0.97401, 300, 0, 1, '', NULL, NULL),\n(@OGUID+519, 2044, 30, 0, 0, 1, 1, -421.266, -201.856, 26.6882, 6.09701, 0, 0, 0.0929523, -0.995671, 300, 0, 1, '', NULL, NULL),\n(@OGUID+520, 2044, 30, 0, 0, 1, 1, -328.643, -230.668, 17.1394, 6.2362, 0, 0, 0.0234896, -0.999724, 300, 0, 1, '', NULL, NULL),\n(@OGUID+521, 2044, 30, 0, 0, 1, 1, -390.318, -422.612, 17.0478, 3.75958, 0, 0, 0.95264, -0.3041, 300, 0, 1, '', NULL, NULL),\n(@OGUID+522, 2044, 30, 0, 0, 1, 1, -399.178, -365.448, 17.5787, 1.88291, 0, 0, 0.808417, 0.588611, 300, 0, 1, '', NULL, NULL),\n(@OGUID+523, 2044, 30, 0, 0, 1, 1, -710.845, -352.85, 67.1856, 2.0317, 0, 0, 0.84993, 0.526896, 300, 0, 1, '', NULL, NULL),\n(@OGUID+524, 2044, 30, 0, 0, 1, 1, -846.971, -301.091, 56.8094, 2.32448, 0, 0, 0.917696, 0.397284, 300, 0, 1, '', NULL, NULL),\n(@OGUID+525, 2044, 30, 0, 0, 1, 1, -855.504, -366.531, 49.6623, 4.8971, 0, 0, 0.638883, -0.769304, 300, 0, 1, '', NULL, NULL),\n(@OGUID+526, 2044, 30, 0, 0, 1, 1, -853.433, -457.228, 47.3987, 3.97076, 0, 0, 0.915283, -0.402811, 300, 0, 1, '', NULL, NULL),\n(@OGUID+527, 2044, 30, 0, 0, 1, 1, -922.479, -513.03, 54.7786, 4.02836, 0, 0, 0.903305, -0.428999, 300, 0, 1, '', NULL, NULL),\n(@OGUID+528, 2044, 30, 0, 0, 1, 1, -965.274, -487.501, 42.2196, 2.19969, 0, 0, 0.891138, 0.453733, 300, 0, 1, '', NULL, NULL),\n(@OGUID+529, 2044, 30, 0, 0, 1, 1, -1028.82, -491.327, 43.5681, 2.95324, 0, 0, 0.995569, 0.0940386, 300, 0, 1, '', NULL, NULL),\n(@OGUID+530, 2044, 30, 0, 0, 1, 1, -1042.14, -551.982, 47.2437, 4.42193, 0, 0, 0.801995, -0.597331, 300, 0, 1, '', NULL, NULL),\n(@OGUID+531, 2044, 30, 0, 0, 1, 1, -1103.78, -510.693, 52.2777, 2.59806, 0, 0, 0.963298, 0.268433, 300, 0, 1, '', NULL, NULL),\n(@OGUID+532, 2044, 30, 0, 0, 1, 1, -1155.08, -483.053, 56.7992, 1.37895, 0, 0, 0.636131, 0.771581, 300, 0, 1, '', NULL, NULL),\n(@OGUID+533, 2044, 30, 0, 0, 1, 1, -1195.4, -550.672, 53.286, 4.16755, 0, 0, 0.871287, -0.490774, 300, 0, 1, '', NULL, NULL),\n(@OGUID+534, 2044, 30, 0, 0, 1, 1, -1246.05, -503.178, 51.8007, 2.0605, 0, 0, 0.857428, 0.514604, 300, 0, 1, '', NULL, NULL),\n(@OGUID+535, 2044, 30, 0, 0, 1, 1, -1312.3, -528.745, 54.8241, 3.28441, 0, 0, 0.997451, -0.0713494, 300, 0, 1, '', NULL, NULL),\n(@OGUID+536, 2044, 30, 0, 0, 1, 1, -1088.06, -417.318, 53.1373, 5.73747, 0, 0, 0.269482, -0.963005, 300, 0, 1, '', NULL, NULL),\n(@OGUID+537, 2044, 30, 0, 0, 1, 1, -1023.93, -357.897, 55.3966, 1.09577, 0, 0, 0.520883, 0.853628, 300, 0, 1, '', NULL, NULL),\n(@OGUID+538, 2044, 30, 0, 0, 1, 1, -1099.79, -292.995, 58.1385, 0.255394, 0, 0, 0.12735, 0.991858, 300, 0, 1, '', NULL, NULL),\n(@OGUID+539, 2044, 30, 0, 0, 1, 1, -978.492, -264.069, 64.7003, 4.46472, 0, 0, 0.789033, -0.61435, 300, 0, 1, '', NULL, NULL),\n(@OGUID+540, 175404, 30, 0, 0, 1, 1, -232.179, -253.279, 8.07145, 4.98147, 0, 0, 0.605868, -0.795565, 300, 0, 1, '', NULL, NULL),\n(@OGUID+541, 175404, 30, 0, 0, 1, 1, -233.176, -261.718, 6.49885, 0.30661, 0, 0, 0.152705, 0.988272, 300, 0, 1, '', NULL, NULL),\n(@OGUID+542, 175404, 30, 0, 0, 1, 1, -242.328, -255.974, 6.46338, 2.85043, 0, 0, 0.989422, 0.145069, 300, 0, 1, '', NULL, NULL),\n(@OGUID+543, 175404, 30, 0, 0, 1, 1, -276.279, -314.212, 7.73298, 4.15113, 0, 0, 0.875286, -0.483607, 300, 0, 1, '', NULL, NULL),\n(@OGUID+544, 175404, 30, 0, 0, 1, 1, -281.102, -322.135, 6.01687, 4.16553, 0, 0, 0.871781, -0.489896, 300, 0, 1, '', NULL, NULL),\n(@OGUID+545, 175404, 30, 0, 0, 1, 1, -288.885, -317.103, 7.62015, 2.41366, 0, 0, 0.934492, 0.355984, 300, 0, 1, '', NULL, NULL),\n(@OGUID+546, 175404, 30, 0, 0, 1, 1, -213.652, -417.195, 21.2952, 0.393006, 0, 0, 0.195241, 0.980755, 300, 0, 1, '', NULL, NULL),\n(@OGUID+547, 175404, 30, 0, 0, 1, 1, -230.483, -179.221, 15.9494, 1.38654, 0, 0, 0.639054, 0.769162, 300, 0, 1, '', NULL, NULL),\n(@OGUID+548, 175404, 30, 0, 0, 1, 1, -25.7472, -204.121, 21.7894, 0.776981, 0, 0, 0.378792, 0.925482, 300, 0, 1, '', NULL, NULL),\n(@OGUID+549, 175404, 30, 0, 0, 1, 1, -94.24, -363.501, 23.9596, 1.71291, 0, 0, 0.755526, 0.655119, 300, 0, 1, '', NULL, NULL),\n(@OGUID+550, 175404, 30, 0, 0, 1, 1, -190.136, -123.156, 81.3712, 0.18662, 0, 0, 0.0931745, 0.99565, 300, 0, 1, '', NULL, NULL),\n(@OGUID+551, 176588, 30, 0, 0, 1, 1, 485.265, -17.3222, 11.0153, 2.7636, 0, 0, 0.982194, 0.187872, 300, 0, 1, '', NULL, NULL),\n(@OGUID+552, 176588, 30, 0, 0, 1, 1, 440.457, -35.314, 0.735423, 3.49795, 0, 0, 0.984168, -0.177238, 300, 0, 1, '', NULL, NULL),\n(@OGUID+553, 176588, 30, 0, 0, 1, 1, 480.181, -102.387, 6.22333, 5.08184, 0, 0, 0.565198, -0.824955, 300, 0, 1, '', NULL, NULL),\n(@OGUID+554, 176588, 30, 0, 0, 1, 1, 454.386, -112.846, 4.63803, 3.34916, 0, 0, 0.994619, -0.103599, 300, 0, 1, '', NULL, NULL),\n(@OGUID+555, 176588, 30, 0, 0, 1, 1, 483.12, -151.122, 17.662, 5.34102, 0, 0, 0.45385, -0.891078, 300, 0, 1, '', NULL, NULL),\n(@OGUID+556, 176588, 30, 0, 0, 1, 1, 454.846, -185.28, -3.55427, 4.2275, 0, 0, 0.856186, -0.516668, 300, 0, 1, '', NULL, NULL),\n(@OGUID+557, 176588, 30, 0, 0, 1, 1, 468.078, -217.681, -6.12716, 5.16823, 0, 0, 0.529046, -0.848593, 300, 0, 1, '', NULL, NULL),\n(@OGUID+558, 176588, 30, 0, 0, 1, 1, 494.759, -229.149, 1.94038, 5.75859, 0, 0, 0.259299, -0.965797, 300, 0, 1, '', NULL, NULL),\n(@OGUID+559, 176588, 30, 0, 0, 1, 1, 599.26, -204.95, -22.6494, 5.45621, 0, 0, 0.401804, -0.915726, 300, 0, 1, '', NULL, NULL),\n(@OGUID+560, 176588, 30, 0, 0, 1, 1, 665.565, -238.715, 3.79427, 6.13776, 0, 0, 0.0726466, -0.997358, 300, 0, 1, '', NULL, NULL),\n(@OGUID+561, 176588, 30, 0, 0, 1, 1, 727.131, -258.915, 39.2289, 5.88818, 0, 0, 0.19622, -0.98056, 300, 0, 1, '', NULL, NULL),\n(@OGUID+562, 176588, 30, 0, 0, 1, 1, 387.009, -415.388, 7.02819, 3.50755, 0, 0, 0.983306, -0.181962, 300, 0, 1, '', NULL, NULL),\n(@OGUID+563, 176588, 30, 0, 0, 1, 1, 454.4, -409.926, 26.2853, 6.04177, 0, 0, 0.120414, -0.992724, 300, 0, 1, '', NULL, NULL),\n(@OGUID+564, 176588, 30, 0, 0, 1, 1, 509.526, -396.846, 44.3734, 0.305747, 0, 0, 0.152279, 0.988338, 300, 0, 1, '', NULL, NULL),\n(@OGUID+565, 176588, 30, 0, 0, 1, 1, 480.165, -462.817, 47.0668, 4.08831, 0, 0, 0.890041, -0.45588, 300, 0, 1, '', NULL, NULL),\n(@OGUID+566, 176588, 30, 0, 0, 1, 1, 497.037, -492.456, 66.663, 5.5906, 0, 0, 0.339411, -0.940638, 300, 0, 1, '', NULL, NULL),\n(@OGUID+567, 176588, 30, 0, 0, 1, 1, 577.308, -512.255, 78.9104, 5.74419, 0, 0, 0.266245, -0.963905, 300, 0, 1, '', NULL, NULL),\n(@OGUID+568, 176588, 30, 0, 0, 1, 1, 448.594, -518.954, 66.9776, 4.67343, 0, 0, 0.720744, -0.693201, 300, 0, 1, '', NULL, NULL),\n(@OGUID+569, 176588, 30, 0, 0, 1, 1, 406.117, -549.894, 68.7159, 4.04468, 0, 0, 0.899775, -0.436355, 300, 0, 1, '', NULL, NULL),\n(@OGUID+570, 176588, 30, 0, 0, 1, 1, 366.177, -528.495, 71.2367, 2.86876, 0, 0, 0.99071, 0.135992, 300, 0, 1, '', NULL, NULL),\n(@OGUID+571, 176588, 30, 0, 0, 1, 1, 344.709, -534.067, 71.5978, 3.15674, 0, 0, 0.999971, -0.00757501, 300, 0, 1, '', NULL, NULL),\n(@OGUID+572, 176588, 30, 0, 0, 1, 1, 349.796, -462.598, 79.6629, 1.97603, 0, 0, 0.834935, 0.550349, 300, 0, 1, '', NULL, NULL),\n(@OGUID+573, 176588, 30, 0, 0, 1, 1, 172.049, -416.893, 44.7072, 3.40153, 0, 0, 0.991566, -0.129601, 300, 0, 1, '', NULL, NULL),\n(@OGUID+574, 176588, 30, 0, 0, 1, 1, 159.096, -370.508, 47.1402, 1.68325, 0, 0, 0.745726, 0.666252, 300, 0, 1, '', NULL, NULL),\n(@OGUID+575, 176588, 30, 0, 0, 1, 1, 147.167, -349.753, 46.9314, 2.20161, 0, 0, 0.891573, 0.452878, 300, 0, 1, '', NULL, NULL),\n(@OGUID+576, 176588, 30, 0, 0, 1, 1, 36.6933, -347.693, 16.0312, 5.45622, 0, 0, 0.401803, -0.915726, 300, 0, 1, '', NULL, NULL),\n(@OGUID+577, 176588, 30, 0, 0, 1, 1, -67.8357, -358.243, 13.2348, 3.7327, 0, 0, 0.956641, -0.291271, 300, 0, 1, '', NULL, NULL),\n(@OGUID+578, 176588, 30, 0, 0, 1, 1, -19.2724, -441.745, 45.9878, 4.36626, 0, 0, 0.81831, -0.574777, 300, 0, 1, '', NULL, NULL),\n(@OGUID+579, 176588, 30, 0, 0, 1, 1, -99.4115, -472.004, 26.6231, 4.15507, 0, 0, 0.874332, -0.485329, 300, 0, 1, '', NULL, NULL),\n(@OGUID+580, 176588, 30, 0, 0, 1, 1, -212.831, -457.646, 27.1413, 2.85917, 0, 0, 0.990046, 0.140745, 300, 0, 1, '', NULL, NULL),\n(@OGUID+581, 176588, 30, 0, 0, 1, 1, -232.005, -392.888, 11.7353, 1.40007, 0, 0, 0.644245, 0.76482, 300, 0, 1, '', NULL, NULL),\n(@OGUID+582, 176588, 30, 0, 0, 1, 1, -228.409, -355.333, 8.70346, 1.45287, 0, 0, 0.664208, 0.747548, 300, 0, 1, '', NULL, NULL),\n(@OGUID+583, 176588, 30, 0, 0, 1, 1, -179.913, -343.585, 9.10587, 6.19536, 0, 0, 0.0438973, -0.999036, 300, 0, 1, '', NULL, NULL),\n(@OGUID+584, 176588, 30, 0, 0, 1, 1, -166.2, -276.297, 9.04896, 1.40487, 0, 0, 0.646078, 0.763271, 300, 0, 1, '', NULL, NULL),\n(@OGUID+585, 176588, 30, 0, 0, 1, 1, -122.177, -242.331, 9.35568, 0.540932, 0, 0, 0.26718, 0.963647, 300, 0, 1, '', NULL, NULL),\n(@OGUID+586, 176588, 30, 0, 0, 1, 1, -100.201, -266.998, 7.68415, 4.97625, 0, 0, 0.607943, -0.793981, 300, 0, 1, '', NULL, NULL),\n(@OGUID+587, 176588, 30, 0, 0, 1, 1, -267.286, -229.327, 8.47074, 3.62711, 0, 0, 0.970679, -0.240381, 300, 0, 1, '', NULL, NULL),\n(@OGUID+588, 176588, 30, 0, 0, 1, 1, -315.153, -242.918, 12.206, 3.65591, 0, 0, 0.967117, -0.254333, 300, 0, 1, '', NULL, NULL),\n(@OGUID+589, 176588, 30, 0, 0, 1, 1, -354.129, -289.803, 9.62313, 3.7663, 0, 0, 0.951613, -0.307299, 300, 0, 1, '', NULL, NULL),\n(@OGUID+590, 176588, 30, 0, 0, 1, 1, -279.846, -374.894, 9.82654, 5.27339, 0, 0, 0.483717, -0.875224, 300, 0, 1, '', NULL, NULL),\n(@OGUID+591, 176588, 30, 0, 0, 1, 1, -345.488, -375.181, 11.1687, 2.96476, 0, 0, 0.996094, 0.0883027, 300, 0, 1, '', NULL, NULL),\n(@OGUID+592, 176588, 30, 0, 0, 1, 1, -362.435, -348.006, 18.2628, 2.61918, 0, 0, 0.966079, 0.258246, 300, 0, 1, '', NULL, NULL),\n(@OGUID+593, 176588, 30, 0, 0, 1, 1, -414.826, -271.3, 17.5445, 1.89923, 0, 0, 0.813192, 0.581995, 300, 0, 1, '', NULL, NULL),\n(@OGUID+594, 176588, 30, 0, 0, 1, 1, -457.459, -332.222, 30.9832, 3.55031, 0, 0, 0.979191, -0.202941, 300, 0, 1, '', NULL, NULL),\n(@OGUID+595, 176588, 30, 0, 0, 1, 1, -451.679, -408.39, 32.735, 5.24939, 0, 0, 0.494185, -0.869357, 300, 0, 1, '', NULL, NULL),\n(@OGUID+596, 176588, 30, 0, 0, 1, 1, -560.491, -82.6719, 79.3408, 1.40923, 0, 0, 0.64774, 0.761862, 300, 0, 1, '', NULL, NULL),\n(@OGUID+597, 176588, 30, 0, 0, 1, 1, -584.954, -43.1486, 75.1673, 2.29237, 0, 0, 0.911198, 0.411969, 300, 0, 1, '', NULL, NULL),\n(@OGUID+598, 176588, 30, 0, 0, 1, 1, -484.727, -33.8914, 44.487, 0.449297, 0, 0, 0.222764, 0.974872, 300, 0, 1, '', NULL, NULL),\n(@OGUID+599, 176588, 30, 0, 0, 1, 1, -442.676, -109.97, 28.5144, 4.10707, 0, 0, 0.885727, -0.464207, 300, 0, 1, '', NULL, NULL),\n(@OGUID+600, 176588, 30, 0, 0, 1, 1, -464.863, -102.458, 31.0463, 2.95995, 0, 0, 0.995879, 0.090695, 300, 0, 1, '', NULL, NULL),\n(@OGUID+601, 176588, 30, 0, 0, 1, 1, -394.958, -134.676, 26.4434, 5.81095, 0, 0, 0.23393, -0.972253, 300, 0, 1, '', NULL, NULL),\n(@OGUID+602, 176588, 30, 0, 0, 1, 1, -357.051, -96.1901, 26.4231, 1.34203, 0, 0, 0.621783, 0.78319, 300, 0, 1, '', NULL, NULL),\n(@OGUID+603, 176588, 30, 0, 0, 1, 1, -371.104, -60.8616, 28.3856, 0.83327, 0, 0, 0.404685, 0.914456, 300, 0, 1, '', NULL, NULL),\n(@OGUID+604, 176588, 30, 0, 0, 1, 1, -387.499, -51.9897, 28.5886, 3.27149, 0, 0, 0.997891, -0.0649052, 300, 0, 1, '', NULL, NULL),\n(@OGUID+605, 176588, 30, 0, 0, 1, 1, -347.648, -174.282, 9.40145, 3.7999, 0, 0, 0.946317, -0.32324, 300, 0, 1, '', NULL, NULL),\n(@OGUID+606, 176588, 30, 0, 0, 1, 1, -626.779, -419.712, 61.7191, 4.27986, 0, 0, 0.842368, -0.538903, 300, 0, 1, '', NULL, NULL),\n(@OGUID+607, 176588, 30, 0, 0, 1, 1, -671.115, -353.646, 61.1204, 2.21121, 0, 0, 0.893736, 0.448594, 300, 0, 1, '', NULL, NULL),\n(@OGUID+608, 176588, 30, 0, 0, 1, 1, -768.972, -285.397, 76.8431, 2.71997, 0, 0, 0.977862, 0.209252, 300, 0, 1, '', NULL, NULL),\n(@OGUID+609, 176588, 30, 0, 0, 1, 1, -795.454, -319.149, 61.5031, 4.32786, 0, 0, 0.829194, -0.558961, 300, 0, 1, '', NULL, NULL),\n(@OGUID+610, 176588, 30, 0, 0, 1, 1, -782.337, -392.739, 79.8151, 5.28299, 0, 0, 0.479512, -0.877536, 300, 0, 1, '', NULL, NULL),\n(@OGUID+611, 176588, 30, 0, 0, 1, 1, -851.766, -346.138, 50.1999, 2.74877, 0, 0, 0.980773, 0.195151, 300, 0, 1, '', NULL, NULL),\n(@OGUID+612, 176588, 30, 0, 0, 1, 1, -903.783, -300.711, 65.2993, 3.10394, 0, 0, 0.999823, 0.0188229, 300, 0, 1, '', NULL, NULL),\n(@OGUID+613, 176588, 30, 0, 0, 1, 1, -947.532, -344.004, 63.4069, 4.30866, 0, 0, 0.834522, -0.550975, 300, 0, 1, '', NULL, NULL),\n(@OGUID+614, 176588, 30, 0, 0, 1, 1, -882.125, -429.555, 42.0435, 5.78215, 0, 0, 0.247905, -0.968784, 300, 0, 1, '', NULL, NULL),\n(@OGUID+615, 176588, 30, 0, 0, 1, 1, -949.888, -451.334, 45.4984, 3.43512, 0, 0, 0.98925, -0.146237, 300, 0, 1, '', NULL, NULL),\n(@OGUID+616, 176588, 30, 0, 0, 1, 1, -980.382, -503.576, 42.395, 4.56784, 0, 0, 0.756323, -0.654199, 300, 0, 1, '', NULL, NULL),\n(@OGUID+617, 176588, 30, 0, 0, 1, 1, -1032.75, -522.867, 43.9654, 3.15194, 0, 0, 0.999987, -0.00517418, 300, 0, 1, '', NULL, NULL),\n(@OGUID+618, 176588, 30, 0, 0, 1, 1, -1060.9, -552.167, 48.6519, 4.32306, 0, 0, 0.830533, -0.556969, 300, 0, 1, '', NULL, NULL),\n(@OGUID+619, 176588, 30, 0, 0, 1, 1, -1149.36, -548.255, 52.2141, 3.47352, 0, 0, 0.98626, -0.165202, 300, 0, 1, '', NULL, NULL),\n(@OGUID+620, 176588, 30, 0, 0, 1, 1, -1282.31, -553.421, 54.1523, 5.93618, 0, 0, 0.172634, -0.984986, 300, 0, 1, '', NULL, NULL),\n(@OGUID+621, 176588, 30, 0, 0, 1, 1, -1155.71, -629.461, 60.1969, 0.214552, 0, 0, 0.107071, 0.994251, 300, 0, 1, '', NULL, NULL),\n(@OGUID+622, 176588, 30, 0, 0, 1, 1, -1352.98, -495.137, 53.4098, 3.07515, 0, 0, 0.999448, 0.0332171, 300, 0, 1, '', NULL, NULL),\n(@OGUID+623, 176588, 30, 0, 0, 1, 1, -1218.47, -489.961, 52.6056, 5.92177, 0, 0, 0.179723, -0.983717, 300, 0, 1, '', NULL, NULL),\n(@OGUID+624, 176588, 30, 0, 0, 1, 1, -1163.69, -467.156, 56.4617, 0.416133, 0, 0, 0.206568, 0.978432, 300, 0, 1, '', NULL, NULL),\n(@OGUID+625, 176588, 30, 0, 0, 1, 1, -1096.05, -460.234, 51.7942, 0.108954, 0, 0, 0.0544503, 0.998516, 300, 0, 1, '', NULL, NULL),\n(@OGUID+626, 176588, 30, 0, 0, 1, 1, -1065.63, -318.122, 57.9585, 1.52005, 0, 0, 0.688941, 0.724818, 300, 0, 1, '', NULL, NULL),\n(@OGUID+627, 176588, 30, 0, 0, 1, 1, -985.225, -239.087, 65.7636, 5.30946, 0, 0, 0.467857, -0.883804, 300, 0, 1, '', NULL, NULL),\n(@OGUID+628, 176638, 30, 0, 0, 1, 1, -317.527, -289.775, 6.66755, 0.180952, 0, 0, 0.0903526, 0.99591, 300, 0, 1, '', NULL, NULL),\n(@OGUID+629, 176638, 30, 0, 0, 1, 1, -241.229, -262.578, 7.06986, 5.96017, 0, 0, 0.160804, -0.986986, 300, 0, 1, '', NULL, NULL),\n(@OGUID+630, 176638, 30, 0, 0, 1, 1, -236.075, -249.492, 8.14305, 1.20808, 0, 0, 0.567972, 0.823048, 300, 0, 1, '', NULL, NULL),\n(@OGUID+631, 176638, 30, 0, 0, 1, 1, -274.171, -322.185, 8.63699, 3.61088, 0, 0, 0.972598, -0.232494, 300, 0, 1, '', NULL, NULL),\n(@OGUID+632, 176638, 30, 0, 0, 1, 1, -253.853, -337.799, 6.68167, 5.66513, 0, 0, 0.304133, -0.95263, 300, 0, 1, '', NULL, NULL),\n(@OGUID+633, 176638, 30, 0, 0, 1, 1, -300.015, -342.093, 6.66792, 3.2557, 0, 0, 0.998373, -0.0570235, 300, 0, 1, '', NULL, NULL),\n(@OGUID+634, 176638, 30, 0, 0, 1, 1, -256.988, -277.807, 6.66753, 0.889471, 0, 0, 0.430219, 0.902724, 300, 0, 1, '', NULL, NULL),\n(@OGUID+635, 176638, 30, 0, 0, 1, 1, -228.529, -226.061, 6.66888, 0.923069, 0, 0, 0.445323, 0.89537, 300, 0, 1, '', NULL, NULL),\n(@OGUID+636, 176638, 30, 0, 0, 1, 1, -198.106, -267.403, 6.66888, 5.33439, 0, 0, 0.456803, -0.889568, 300, 0, 1, '', NULL, NULL),\n(@OGUID+637, 176638, 30, 0, 0, 1, 1, -125.862, -325.897, 10.878, 4.80643, 0, 0, 0.67309, -0.739561, 300, 0, 1, '', NULL, NULL),\n(@OGUID+638, 176638, 30, 0, 0, 1, 1, -131.758, -261.397, 6.91953, 4.59, 0, 0, 0.749026, -0.66254, 300, 0, 1, '', NULL, NULL),\n(@OGUID+639, 176638, 30, 0, 0, 1, 1, 70.4973, -230.144, 16.7378, 0.832571, 0, 0, 0.404366, 0.914597, 300, 0, 1, '', NULL, NULL),\n(@OGUID+640, 176638, 30, 0, 0, 1, 1, 100.785, -357.134, 43.8446, 4.50955, 0, 0, 0.775066, -0.63188, 300, 0, 1, '', NULL, NULL),\n(@OGUID+641, 176638, 30, 0, 0, 1, 1, 173.84, -374.292, 45.7981, 0.88057, 0, 0, 0.426197, 0.90463, 300, 0, 1, '', NULL, NULL),\n(@OGUID+642, 176638, 30, 0, 0, 1, 1, 257.447, -440.147, 44.5759, 4.37996, 0, 0, 0.814353, -0.58037, 300, 0, 1, '', NULL, NULL),\n(@OGUID+643, 176638, 30, 0, 0, 1, 1, -952.948, -210.462, 70.6876, 2.44406, 0, 0, 0.939795, 0.341737, 300, 0, 1, '', NULL, NULL),\n(@OGUID+644, 176639, 30, 0, 0, 1, 1, -220.378, -114.637, 80.5319, 0.819464, 0, 0, 0.398363, 0.917228, 300, 0, 1, '', NULL, NULL),\n(@OGUID+645, 176639, 30, 0, 0, 1, 1, -187.868, -107.634, 78.8932, 5.87874, 0, 0, 0.200848, -0.979622, 300, 0, 1, '', NULL, NULL),\n(@OGUID+646, 176639, 30, 0, 0, 1, 1, -284.272, -66.3916, 32.0684, 0.0807536, 0, 0, 0.0403658, 0.999185, 300, 0, 1, '', NULL, NULL),\n(@OGUID+647, 176639, 30, 0, 0, 1, 1, -258.78, -118.743, 23.8689, 6.14315, 0, 0, 0.0699586, -0.99755, 300, 0, 1, '', NULL, NULL),\n(@OGUID+648, 176639, 30, 0, 0, 1, 1, -327.073, -106.617, 22.4767, 2.7594, 0, 0, 0.981796, 0.189937, 300, 0, 1, '', NULL, NULL),\n(@OGUID+649, 176639, 30, 0, 0, 1, 1, -295.989, -26.7506, 37.5937, 2.31303, 0, 0, 0.915405, 0.402533, 300, 0, 1, '', NULL, NULL),\n(@OGUID+650, 176639, 30, 0, 0, 1, 1, -323.289, -39.6075, 34.3508, 1.42509, 0, 0, 0.653763, 0.756699, 300, 0, 1, '', NULL, NULL),\n(@OGUID+651, 176639, 30, 0, 0, 1, 1, -275.146, -29.0794, 43.296, 0.321174, 0, 0, 0.159898, 0.987134, 300, 0, 1, '', NULL, NULL),\n(@OGUID+652, 176639, 30, 0, 0, 1, 1, -150.046, -74.3833, 34.5824, 5.96121, 0, 0, 0.160295, -0.987069, 300, 0, 1, '', NULL, NULL),\n(@OGUID+653, 176639, 30, 0, 0, 1, 1, -143.931, -143.839, 23.739, 3.64778, 0, 0, 0.968143, -0.250398, 300, 0, 1, '', NULL, NULL),\n(@OGUID+654, 176639, 30, 0, 0, 1, 1, -38.6854, -188.67, 21.5013, 5.92281, 0, 0, 0.179216, -0.98381, 300, 0, 1, '', NULL, NULL),\n(@OGUID+655, 176639, 30, 0, 0, 1, 1, -83.1987, -205.475, 13.4191, 3.55658, 0, 0, 0.978551, -0.206006, 300, 0, 1, '', NULL, NULL),\n(@OGUID+656, 176639, 30, 0, 0, 1, 1, -123.955, -211.471, 10.8063, 2.44786, 0, 0, 0.940442, 0.339954, 300, 0, 1, '', NULL, NULL),\n(@OGUID+657, 176639, 30, 0, 0, 1, 1, -177.693, -217.155, 10.6967, 0.523195, 0, 0, 0.258624, 0.965978, 300, 0, 1, '', NULL, NULL),\n(@OGUID+658, 176639, 30, 0, 0, 1, 1, -170.854, -247.478, 10.1487, 4.25253, 0, 0, 0.849653, -0.527342, 300, 0, 1, '', NULL, NULL),\n(@OGUID+659, 176639, 30, 0, 0, 1, 1, -133.54, -299.167, 9.80588, 4.78529, 0, 0, 0.680867, -0.732407, 300, 0, 1, '', NULL, NULL),\n(@OGUID+660, 176639, 30, 0, 0, 1, 1, -106.583, -343.166, 15.5231, 5.10207, 0, 0, 0.556824, -0.83063, 300, 0, 1, '', NULL, NULL),\n(@OGUID+661, 176639, 30, 0, 0, 1, 1, -11.5432, -381.351, 26.5025, 2.54822, 0, 0, 0.95631, 0.292354, 300, 0, 1, '', NULL, NULL),\n(@OGUID+662, 176639, 30, 0, 0, 1, 1, 111.427, -275.14, 27.6258, 0.378773, 0, 0, 0.188256, 0.98212, 300, 0, 1, '', NULL, NULL),\n(@OGUID+663, 176639, 30, 0, 0, 1, 1, 89.535, -221.105, 20.6168, 1.64588, 0, 0, 0.733149, 0.680068, 300, 0, 1, '', NULL, NULL),\n(@OGUID+664, 176639, 30, 0, 0, 1, 1, 133.163, -313.107, 47.3361, 6.04761, 0, 0, 0.117518, -0.993071, 300, 0, 1, '', NULL, NULL),\n(@OGUID+665, 176639, 30, 0, 0, 1, 1, 179.505, -369.619, 45.9305, 3.83976, 0, 0, 0.939686, -0.342039, 300, 0, 1, '', NULL, NULL),\n(@OGUID+666, 176639, 30, 0, 0, 1, 1, -261.376, -438.55, 21.5636, 2.27939, 0, 0, 0.908507, 0.417871, 300, 0, 1, '', NULL, NULL),\n(@OGUID+667, 176639, 30, 0, 0, 1, 1, -319.929, -455.238, 26.5411, 3.75769, 0, 0, 0.952927, -0.303199, 300, 0, 1, '', NULL, NULL),\n(@OGUID+668, 176639, 30, 0, 0, 1, 1, -304.113, -418.124, 16.6738, 2.05338, 0, 0, 0.855589, 0.517656, 300, 0, 1, '', NULL, NULL),\n(@OGUID+669, 176639, 30, 0, 0, 1, 1, -346.418, -364.988, 11.4711, 1.6406, 0, 0, 0.731352, 0.682, 300, 0, 1, '', NULL, NULL),\n(@OGUID+670, 176639, 30, 0, 0, 1, 1, -352.654, -360.168, 13.6105, 2.32216, 0, 0, 0.917233, 0.398351, 300, 0, 1, '', NULL, NULL),\n(@OGUID+671, 176639, 30, 0, 0, 1, 1, -362.808, -316.48, 13.0877, 1.89499, 0, 0, 0.811955, 0.58372, 300, 0, 1, '', NULL, NULL),\n(@OGUID+672, 176639, 30, 0, 0, 1, 1, -365.862, -273.644, 12.227, 0.911057, 0, 0, 0.439937, 0.898029, 300, 0, 1, '', NULL, NULL),\n(@OGUID+673, 176639, 30, 0, 0, 1, 1, -408.612, -262.551, 15.5479, 0.46949, 0, 0, 0.232595, 0.972574, 300, 0, 1, '', NULL, NULL),\n(@OGUID+674, 176639, 30, 0, 0, 1, 1, -317.921, -191.755, 9.82097, 4.58759, 0, 0, 0.749824, -0.661638, 300, 0, 1, '', NULL, NULL),\n(@OGUID+675, 176639, 30, 0, 0, 1, 1, -464.78, -424.133, 34.0442, 2.06255, 0, 0, 0.857953, 0.513727, 300, 0, 1, '', NULL, NULL),\n(@OGUID+676, 176639, 30, 0, 0, 1, 1, -473.152, -325.838, 32.6413, 5.61953, 0, 0, 0.325772, -0.945448, 300, 0, 1, '', NULL, NULL),\n(@OGUID+677, 176639, 30, 0, 0, 1, 1, -529.793, -302.148, 41.8906, 1.02146, 0, 0, 0.488814, 0.872388, 300, 0, 1, '', NULL, NULL),\n(@OGUID+678, 176639, 30, 0, 0, 1, 1, -557.538, -101.069, 75.2399, 1.95529, 0, 0, 0.829182, 0.558978, 300, 0, 1, '', NULL, NULL),\n(@OGUID+679, 176639, 30, 0, 0, 1, 1, -571.538, -77.2941, 79.3265, 2.39686, 0, 0, 0.931468, 0.363823, 300, 0, 1, '', NULL, NULL),\n(@OGUID+680, 176639, 30, 0, 0, 1, 1, -627.243, -141.098, 69.006, 5.22385, 0, 0, 0.505246, -0.862975, 300, 0, 1, '', NULL, NULL),\n(@OGUID+681, 176639, 30, 0, 0, 1, 1, -511.021, -74.2935, 53.3072, 1.1629, 0, 0, 0.549238, 0.835666, 300, 0, 1, '', NULL, NULL),\n(@OGUID+682, 176639, 30, 0, 0, 1, 1, -497.374, -28.2973, 48.2167, 3.9611, 0, 0, 0.917218, -0.398385, 300, 0, 1, '', NULL, NULL),\n(@OGUID+683, 176639, 30, 0, 0, 1, 1, -498.143, -9.50192, 44.7138, 2.13243, 0, 0, 0.875378, 0.483439, 300, 0, 1, '', NULL, NULL),\n(@OGUID+684, 176639, 30, 0, 0, 1, 1, -470.059, -66.4073, 38.8583, 4.45111, 0, 0, 0.793196, -0.608966, 300, 0, 1, '', NULL, NULL),\n(@OGUID+685, 176639, 30, 0, 0, 1, 1, -451.28, -82.8125, 30.6924, 4.5183, 0, 0, 0.772292, -0.635267, 300, 0, 1, '', NULL, NULL),\n(@OGUID+686, 176639, 30, 0, 0, 1, 1, -466.805, -116.311, 31.0559, 0.865766, 0, 0, 0.41949, 0.90776, 300, 0, 1, '', NULL, NULL),\n(@OGUID+687, 176639, 30, 0, 0, 1, 1, -381.001, -146.163, 26.4231, 5.85784, 0, 0, 0.211071, -0.977471, 300, 0, 1, '', NULL, NULL),\n(@OGUID+688, 176639, 30, 0, 0, 1, 1, -355.786, -119.731, 26.4231, 0.51539, 0, 0, 0.254852, 0.96698, 300, 0, 1, '', NULL, NULL),\n(@OGUID+689, 176639, 30, 0, 0, 1, 1, -339.781, -99.8743, 25.2068, 0.947359, 0, 0, 0.456164, 0.889896, 300, 0, 1, '', NULL, NULL),\n(@OGUID+690, 176639, 30, 0, 0, 1, 1, -364.125, -40.7034, 30.4883, 1.29294, 0, 0, 0.602371, 0.798217, 300, 0, 1, '', NULL, NULL),\n(@OGUID+691, 176639, 30, 0, 0, 1, 1, -368.797, -32.6745, 31.3584, 0.971359, 0, 0, 0.466809, 0.884358, 300, 0, 1, '', NULL, NULL),\n(@OGUID+692, 176639, 30, 0, 0, 1, 1, -430.839, -182.588, 26.714, 3.72156, 0, 0, 0.958248, -0.285938, 300, 0, 1, '', NULL, NULL),\n(@OGUID+693, 176639, 30, 0, 0, 1, 1, -463.015, -246.611, 37.1039, 1.48012, 0, 0, 0.674332, 0.738428, 300, 0, 1, '', NULL, NULL),\n(@OGUID+694, 176639, 30, 0, 0, 1, 1, -496.102, -265.246, 33.5538, 2.91042, 0, 0, 0.993327, 0.11533, 300, 0, 1, '', NULL, NULL),\n(@OGUID+695, 176639, 30, 0, 0, 1, 1, -501.269, -420.369, 33.8085, 5.8766, 0, 0, 0.201894, -0.979407, 300, 0, 1, '', NULL, NULL),\n(@OGUID+696, 176639, 30, 0, 0, 1, 1, -523.911, -196.278, 57.4484, 2.09928, 0, 0, 0.867243, 0.497885, 300, 0, 1, '', NULL, NULL),\n(@OGUID+697, 176639, 30, 0, 0, 1, 1, -566.515, -171.154, 57.4846, 0.131855, 0, 0, 0.0658795, 0.997828, 300, 0, 1, '', NULL, NULL),\n(@OGUID+698, 176639, 30, 0, 0, 1, 1, -633.096, -366.626, 59.4952, 3.92402, 0, 0, 0.924447, -0.381311, 300, 0, 1, '', NULL, NULL),\n(@OGUID+699, 176639, 30, 0, 0, 1, 1, -642.028, -427.99, 63.314, 1.92257, 0, 0, 0.819927, 0.572468, 300, 0, 1, '', NULL, NULL),\n(@OGUID+700, 176639, 30, 0, 0, 1, 1, -563.824, -366.525, 51.412, 2.29214, 0, 0, 0.911152, 0.41207, 300, 0, 1, '', NULL, NULL),\n(@OGUID+701, 176639, 30, 0, 0, 1, 1, -800.184, -294.501, 71.8329, 2.54653, 0, 0, 0.956063, 0.293163, 300, 0, 1, '', NULL, NULL),\n(@OGUID+702, 176639, 30, 0, 0, 1, 1, -775.758, -272.1, 80.5254, 0.981839, 0, 0, 0.471437, 0.8819, 300, 0, 1, '', NULL, NULL),\n(@OGUID+703, 176639, 30, 0, 0, 1, 1, -819.083, -216.35, 76.0207, 4.17405, 0, 0, 0.869688, -0.493602, 300, 0, 1, '', NULL, NULL),\n(@OGUID+704, 176639, 30, 0, 0, 1, 1, -895.515, -201.755, 75.4525, 2.31178, 0, 0, 0.915154, 0.403105, 300, 0, 1, '', NULL, NULL),\n(@OGUID+705, 176639, 30, 0, 0, 1, 1, -914.086, -282.537, 65.6211, 4.72121, 0, 0, 0.703982, -0.710218, 300, 0, 1, '', NULL, NULL),\n(@OGUID+706, 176639, 30, 0, 0, 1, 1, -932.726, -338.476, 62.8753, 3.62209, 0, 0, 0.971279, -0.237942, 300, 0, 1, '', NULL, NULL),\n(@OGUID+707, 176639, 30, 0, 0, 1, 1, -954.136, -361.655, 60.7828, 4.02526, 0, 0, 0.90397, -0.427596, 300, 0, 1, '', NULL, NULL),\n(@OGUID+708, 176639, 30, 0, 0, 1, 1, -945.45, -407.185, 50.7092, 5.37876, 0, 0, 0.436956, -0.899483, 300, 0, 1, '', NULL, NULL),\n(@OGUID+709, 176639, 30, 0, 0, 1, 1, -889.651, -455.638, 44.0532, 4.72601, 0, 0, 0.702275, -0.711906, 300, 0, 1, '', NULL, NULL),\n(@OGUID+710, 176639, 30, 0, 0, 1, 1, -754.894, -400.595, 77.6076, 5.83517, 0, 0, 0.222137, -0.975015, 300, 0, 1, '', NULL, NULL),\n(@OGUID+711, 176639, 30, 0, 0, 1, 1, 166.287, -353.715, 47.5916, 2.95058, 0, 0, 0.995443, 0.0953601, 300, 0, 1, '', NULL, NULL),\n(@OGUID+712, 176639, 30, 0, 0, 1, 1, -126.99, -440.342, 27.923, 0.310768, 0, 0, 0.15476, 0.987952, 300, 0, 1, '', NULL, NULL),\n(@OGUID+713, 176639, 30, 0, 0, 1, 1, -1040.89, -301.5, 59.1685, 2.17443, 0, 0, 0.885336, 0.464953, 300, 0, 1, '', NULL, NULL),\n(@OGUID+714, 176639, 30, 0, 0, 1, 1, -1101.18, -298.307, 58.1223, 4.20468, 0, 0, 0.862025, -0.506866, 300, 0, 1, '', NULL, NULL),\n(@OGUID+715, 176639, 30, 0, 0, 1, 1, -1109.31, -439.214, 52.1058, 4.72305, 0, 0, 0.703328, -0.710865, 300, 0, 1, '', NULL, NULL),\n(@OGUID+716, 176639, 30, 0, 0, 1, 1, -1093.23, -523.87, 49.6376, 4.73745, 0, 0, 0.698191, -0.715911, 300, 0, 1, '', NULL, NULL),\n(@OGUID+717, 176639, 30, 0, 0, 1, 1, -1041.53, -611.016, 56.0194, 5.21742, 0, 0, 0.50802, -0.861345, 300, 0, 1, '', NULL, NULL),\n(@OGUID+718, 176639, 30, 0, 0, 1, 1, -1269.74, -633.901, 57.6304, 3.6571, 0, 0, 0.966966, -0.254907, 300, 0, 1, '', NULL, NULL),\n(@OGUID+719, 176639, 30, 0, 0, 1, 1, -1364.61, -521.389, 53.2288, 0.57572, 0, 0, 0.283901, 0.958854, 300, 0, 1, '', NULL, NULL),\n(@OGUID+720, 176639, 30, 0, 0, 1, 1, 298.773, -334.675, -18.1201, 0.733787, 0, 0, 0.358717, 0.933446, 300, 0, 1, '', NULL, NULL),\n(@OGUID+721, 176639, 30, 0, 0, 1, 1, 334.888, -314.371, -34.1352, 0.724187, 0, 0, 0.354233, 0.935157, 300, 0, 1, '', NULL, NULL),\n(@OGUID+722, 176639, 30, 0, 0, 1, 1, 442.942, -345.866, -26.1966, 5.77866, 0, 0, 0.249595, -0.96835, 300, 0, 1, '', NULL, NULL),\n(@OGUID+723, 176639, 30, 0, 0, 1, 1, 431.097, -262.755, -33.2757, 2.13528, 0, 0, 0.876066, 0.482191, 300, 0, 1, '', NULL, NULL),\n(@OGUID+724, 176639, 30, 0, 0, 1, 1, 383.837, -229.545, -32.5298, 3.07122, 0, 0, 0.999381, 0.0351803, 300, 0, 1, '', NULL, NULL),\n(@OGUID+725, 176639, 30, 0, 0, 1, 1, 331.784, -234.286, -31.0483, 2.77364, 0, 0, 0.983124, 0.18294, 300, 0, 1, '', NULL, NULL),\n(@OGUID+726, 176639, 30, 0, 0, 1, 1, 290.786, -172.34, -36.3898, 3.84396, 0, 0, 0.938965, -0.344012, 300, 0, 1, '', NULL, NULL),\n(@OGUID+727, 176639, 30, 0, 0, 1, 1, 252.442, -309.532, -12.0439, 3.71437, 0, 0, 0.95927, -0.282491, 300, 0, 1, '', NULL, NULL),\n(@OGUID+728, 176639, 30, 0, 0, 1, 1, 377.044, -139.056, -12.804, 5.41825, 0, 0, 0.419114, -0.907934, 300, 0, 1, '', NULL, NULL),\n(@OGUID+729, 176639, 30, 0, 0, 1, 1, 426.7, -106.194, -1.10252, 1.15572, 0, 0, 0.546231, 0.837634, 300, 0, 1, '', NULL, NULL),\n(@OGUID+730, 176639, 30, 0, 0, 1, 1, 481.158, -76.9666, 1.25969, 1.93326, 0, 0, 0.822976, 0.568076, 300, 0, 1, '', NULL, NULL),\n(@OGUID+731, 176639, 30, 0, 0, 1, 1, 511.861, -66.9328, 12.5974, 5.27426, 0, 0, 0.483338, -0.875434, 300, 0, 1, '', NULL, NULL),\n(@OGUID+732, 176639, 30, 0, 0, 1, 1, 509.613, -18.562, 16.7541, 1.84207, 0, 0, 0.796228, 0.604997, 300, 0, 1, '', NULL, NULL),\n(@OGUID+733, 176639, 30, 0, 0, 1, 1, 539.891, -12.1346, 24.5014, 3.79597, 0, 0, 0.94695, -0.32138, 300, 0, 1, '', NULL, NULL),\n(@OGUID+734, 176639, 30, 0, 0, 1, 1, -384.214, -367.846, 17.0873, 3.16922, 0, 0, 0.999905, -0.0138142, 300, 0, 1, '', NULL, NULL),\n(@OGUID+735, 176640, 30, 0, 0, 1, 1, 548.121, -375.322, 49.301, 5.90228, 0, 0, 0.189302, -0.981919, 300, 0, 1, '', NULL, NULL),\n(@OGUID+736, 176640, 30, 0, 0, 1, 1, 534.409, -547.765, 95.2816, 0.732614, 0, 0, 0.35817, 0.933656, 300, 0, 1, '', NULL, NULL),\n(@OGUID+737, 176640, 30, 0, 0, 1, 1, 562.026, -466.947, 82.7172, 0.588624, 0, 0, 0.290082, 0.957002, 300, 0, 1, '', NULL, NULL),\n(@OGUID+738, 176640, 30, 0, 0, 1, 1, 356.682, -448.106, 81.2552, 2.59488, 0, 0, 0.96287, 0.269965, 300, 0, 1, '', NULL, NULL),\n(@OGUID+739, 176640, 30, 0, 0, 1, 1, 310.011, -450.676, 76.6863, 1.82693, 0, 0, 0.791627, 0.611005, 300, 0, 1, '', NULL, NULL),\n(@OGUID+740, 176640, 30, 0, 0, 1, 1, 259.661, -518.832, 82.1938, 1.79814, 0, 0, 0.782748, 0.622339, 300, 0, 1, '', NULL, NULL),\n(@OGUID+741, 176640, 30, 0, 0, 1, 1, 409.111, -158.882, 20.8676, 4.65917, 0, 0, 0.725669, -0.688044, 300, 0, 1, '', NULL, NULL),\n(@OGUID+742, 176640, 30, 0, 0, 1, 1, 376.282, 5.84172, 42.4578, 1.22698, 0, 0, 0.575725, 0.817644, 300, 0, 1, '', NULL, NULL),\n(@OGUID+743, 176640, 30, 0, 0, 1, 1, 254.358, -12.7041, 27.8708, 4.35636, 0, 0, 0.821145, -0.57072, 300, 0, 1, '', NULL, NULL),\n(@OGUID+744, 176640, 30, 0, 0, 1, 1, 299.812, -229.415, -5.8588, 5.1531, 0, 0, 0.535452, -0.844566, 300, 0, 1, '', NULL, NULL),\n(@OGUID+745, 176640, 30, 0, 0, 1, 1, -225.467, -119.704, 86.1388, 4.97116, 0, 0, 0.609961, -0.792432, 300, 0, 1, '', NULL, NULL),\n(@OGUID+746, 176640, 30, 0, 0, 1, 1, -185.717, -110.401, 80.6339, 5.8207, 0, 0, 0.229185, -0.973383, 300, 0, 1, '', NULL, NULL),\n(@OGUID+747, 176640, 30, 0, 0, 1, 1, -233.078, -102.789, 82.2931, 2.92695, 0, 0, 0.994247, 0.107116, 300, 0, 1, '', NULL, NULL),\n(@OGUID+748, 176640, 30, 0, 0, 1, 1, -257.204, -60.5668, 52.1182, 3.13333, 0, 0, 0.999991, 0.00412912, 300, 0, 1, '', NULL, NULL),\n(@OGUID+749, 176640, 30, 0, 0, 1, 1, -141.971, -73.4597, 39.7422, 0.503564, 0, 0, 0.24913, 0.96847, 300, 0, 1, '', NULL, NULL),\n(@OGUID+750, 176640, 30, 0, 0, 1, 1, -76.8886, -181.525, 27.9827, 4.48291, 0, 0, 0.783412, -0.621502, 300, 0, 1, '', NULL, NULL),\n(@OGUID+751, 176640, 30, 0, 0, 1, 1, -54.8886, -418.601, 34.0243, 0.873136, 0, 0, 0.422832, 0.906208, 300, 0, 1, '', NULL, NULL),\n(@OGUID+752, 176640, 30, 0, 0, 1, 1, 13.2666, -373.333, 40.1562, 5.77882, 0, 0, 0.249518, -0.96837, 300, 0, 1, '', NULL, NULL),\n(@OGUID+753, 176640, 30, 0, 0, 1, 1, 86.8608, -199.361, 29.2548, 0.455567, 0, 0, 0.225819, 0.974169, 300, 0, 1, '', NULL, NULL),\n(@OGUID+754, 176640, 30, 0, 0, 1, 1, 135.287, -304.743, 50.7968, 2.73104, 0, 0, 0.979005, 0.203837, 300, 0, 1, '', NULL, NULL),\n(@OGUID+755, 176640, 30, 0, 0, 1, 1, 146.446, -323.805, 58.3324, 5.73083, 0, 0, 0.272681, -0.962104, 300, 0, 1, '', NULL, NULL),\n(@OGUID+756, 176640, 30, 0, 0, 1, 1, 306.765, -250.352, -7.75821, 1.47785, 0, 0, 0.673494, 0.739193, 300, 0, 1, '', NULL, NULL),\n(@OGUID+757, 176640, 30, 0, 0, 1, 1, -87.4098, -496.977, 54.4183, 2.14544, 0, 0, 0.878503, 0.477737, 300, 0, 1, '', NULL, NULL),\n(@OGUID+758, 176640, 30, 0, 0, 1, 1, -44.7947, -555.66, 75.1709, 0.546715, 0, 0, 0.269966, 0.96287, 300, 0, 1, '', NULL, NULL),\n(@OGUID+759, 176640, 30, 0, 0, 1, 1, -53.8885, -566.388, 72.0724, 2.02501, 0, 0, 0.848161, 0.529738, 300, 0, 1, '', NULL, NULL),\n(@OGUID+760, 176640, 30, 0, 0, 1, 1, -276.954, -440.585, 27.9079, 5.79317, 0, 0, 0.242562, -0.970136, 300, 0, 1, '', NULL, NULL),\n(@OGUID+761, 176640, 30, 0, 0, 1, 1, -267.637, -436.345, 20.692, 0.849091, 0, 0, 0.411907, 0.911226, 300, 0, 1, '', NULL, NULL),\n(@OGUID+762, 176640, 30, 0, 0, 1, 1, -310.829, -476.538, 43.3504, 2.46178, 0, 0, 0.942786, 0.333398, 300, 0, 1, '', NULL, NULL),\n(@OGUID+763, 176640, 30, 0, 0, 1, 1, -317.356, -227.255, 16.4936, 4.4484, 0, 0, 0.794019, -0.607893, 300, 0, 1, '', NULL, NULL),\n(@OGUID+764, 176640, 30, 0, 0, 1, 1, -411.059, -246.041, 25.792, 3.21489, 0, 0, 0.999328, -0.0366414, 300, 0, 1, '', NULL, NULL),\n(@OGUID+765, 176640, 30, 0, 0, 1, 1, -469.551, -236.802, 42.5059, 3.91564, 0, 0, 0.926036, -0.377435, 300, 0, 1, '', NULL, NULL),\n(@OGUID+766, 176640, 30, 0, 0, 1, 1, -392.083, -436.9, 27.6889, 4.32361, 0, 0, 0.830378, -0.5572, 300, 0, 1, '', NULL, NULL),\n(@OGUID+767, 176640, 30, 0, 0, 1, 1, -416.667, -445.32, 51.3481, 2.12974, 0, 0, 0.874726, 0.484618, 300, 0, 1, '', NULL, NULL),\n(@OGUID+768, 176640, 30, 0, 0, 1, 1, -504.167, -439.474, 49.5457, 2.77769, 0, 0, 0.983493, 0.180948, 300, 0, 1, '', NULL, NULL),\n(@OGUID+769, 176640, 30, 0, 0, 1, 1, -113.74, -225.327, 17.6242, 1.41503, 0, 0, 0.649949, 0.759978, 300, 0, 1, '', NULL, NULL),\n(@OGUID+770, 176640, 30, 0, 0, 1, 1, -287.621, -163.897, 18.2115, 0.541499, 0, 0, 0.267454, 0.963571, 300, 0, 1, '', NULL, NULL),\n(@OGUID+771, 176640, 30, 0, 0, 1, 1, -341.298, -119.052, 34.8207, 3.74331, 0, 0, 0.955083, -0.29634, 300, 0, 1, '', NULL, NULL),\n(@OGUID+772, 176640, 30, 0, 0, 1, 1, -357.799, -152.589, 29.7943, 3.36414, 0, 0, 0.993816, -0.111043, 300, 0, 1, '', NULL, NULL),\n(@OGUID+773, 176640, 30, 0, 0, 1, 1, -466.82, -157.636, 73.0285, 1.69386, 0, 0, 0.749251, 0.662286, 300, 0, 1, '', NULL, NULL),\n(@OGUID+774, 176640, 30, 0, 0, 1, 1, -455.349, -162.754, 71.4037, 2.66383, 0, 0, 0.971603, 0.236617, 300, 0, 1, '', NULL, NULL),\n(@OGUID+775, 176640, 30, 0, 0, 1, 1, -502.846, -101.605, 68.2404, 2.23186, 0, 0, 0.89832, 0.439342, 300, 0, 1, '', NULL, NULL),\n(@OGUID+776, 176640, 30, 0, 0, 1, 1, -633.692, -173.707, 82.7239, 4.01733, 0, 0, 0.905657, -0.42401, 300, 0, 1, '', NULL, NULL),\n(@OGUID+777, 176640, 30, 0, 0, 1, 1, 431.603, -397.315, 15.972, 2.05607, 0, 0, 0.856287, 0.516501, 300, 0, 1, '', NULL, NULL),\n(@OGUID+778, 176640, 30, 0, 0, 1, 1, -674.266, -86.056, 108.801, 0.217809, 0, 0, 0.108689, 0.994076, 300, 0, 1, '', NULL, NULL),\n(@OGUID+779, 176640, 30, 0, 0, 1, 1, -634.154, -70.2831, 101.855, 6.16022, 0, 0, 0.0614441, -0.998111, 300, 0, 1, '', NULL, NULL),\n(@OGUID+780, 176640, 30, 0, 0, 1, 1, -618.937, -4.18288, 100.475, 5.81901, 0, 0, 0.230011, -0.973188, 300, 0, 1, '', NULL, NULL),\n(@OGUID+781, 176640, 30, 0, 0, 1, 1, -597.527, 10.5296, 101.622, 4.67189, 0, 0, 0.721279, -0.692645, 300, 0, 1, '', NULL, NULL),\n(@OGUID+782, 176640, 30, 0, 0, 1, 1, -552.513, -99.1756, 74.5258, 4.35032, 0, 0, 0.822865, -0.568237, 300, 0, 1, '', NULL, NULL),\n(@OGUID+783, 176640, 30, 0, 0, 1, 1, -539.06, -275.391, 55.8312, 0.184214, 0, 0, 0.0919766, 0.995761, 300, 0, 1, '', NULL, NULL),\n(@OGUID+784, 176640, 30, 0, 0, 1, 1, -526.607, -253.47, 60.635, 0.577785, 0, 0, 0.284891, 0.95856, 300, 0, 1, '', NULL, NULL),\n(@OGUID+785, 176640, 30, 0, 0, 1, 1, -504.937, -242.857, 62.382, 0.054623, 0, 0, 0.0273081, 0.999627, 300, 0, 1, '', NULL, NULL),\n(@OGUID+786, 176640, 30, 0, 0, 1, 1, -589.836, -355.142, 69.3855, 3.64564, 0, 0, 0.968409, -0.249366, 300, 0, 1, '', NULL, NULL),\n(@OGUID+787, 176640, 30, 0, 0, 1, 1, -662.727, -330.375, 70.3279, 1.82658, 0, 0, 0.791517, 0.611147, 300, 0, 1, '', NULL, NULL),\n(@OGUID+788, 176640, 30, 0, 0, 1, 1, -714.524, -301.371, 77.3126, 2.60892, 0, 0, 0.964742, 0.263199, 300, 0, 1, '', NULL, NULL),\n(@OGUID+789, 176640, 30, 0, 0, 1, 1, -745.345, -276.787, 91.6957, 0.732255, 0, 0, 0.358002, 0.933721, 300, 0, 1, '', NULL, NULL),\n(@OGUID+790, 176640, 30, 0, 0, 1, 1, -751.639, -262.68, 100.4, 1.36101, 0, 0, 0.629186, 0.777255, 300, 0, 1, '', NULL, NULL),\n(@OGUID+791, 176640, 30, 0, 0, 1, 1, -768.622, -253.487, 90.2031, 0.756255, 0, 0, 0.369181, 0.929357, 300, 0, 1, '', NULL, NULL),\n(@OGUID+792, 176640, 30, 0, 0, 1, 1, -826.525, -197.358, 86.5167, 1.40901, 0, 0, 0.647656, 0.761933, 300, 0, 1, '', NULL, NULL),\n(@OGUID+793, 176640, 30, 0, 0, 1, 1, -908.486, -171.312, 91.2147, 0.689497, 0, 0, 0.33796, 0.941161, 300, 0, 1, '', NULL, NULL),\n(@OGUID+794, 176640, 30, 0, 0, 1, 1, -743.904, -489.226, 88.3682, 2.84935, 0, 0, 0.989344, 0.1456, 300, 0, 1, '', NULL, NULL),\n(@OGUID+795, 176640, 30, 0, 0, 1, 1, -775.424, -453.586, 77.3859, 2.38859, 0, 0, 0.929956, 0.367671, 300, 0, 1, '', NULL, NULL),\n(@OGUID+796, 176640, 30, 0, 0, 1, 1, -805.779, -423.993, 74.3399, 4.0593, 0, 0, 0.89656, -0.442922, 300, 0, 1, '', NULL, NULL),\n(@OGUID+797, 176640, 30, 0, 0, 1, 1, -752.611, -383.514, 78.8574, 3.78048, 0, 0, 0.94941, -0.31404, 300, 0, 1, '', NULL, NULL),\n(@OGUID+798, 176640, 30, 0, 0, 1, 1, -583.396, -384.222, 73.6986, 0.526319, 0, 0, 0.260133, 0.965573, 300, 0, 1, '', NULL, NULL),\n(@OGUID+799, 176640, 30, 0, 0, 1, 1, -34.6831, -435.102, 55.6423, 0.454759, 0, 0, 0.225425, 0.97426, 300, 0, 1, '', NULL, NULL),\n(@OGUID+800, 176640, 30, 0, 0, 1, 1, -74.3838, -488.792, 48.4577, 3.45934, 0, 0, 0.987406, -0.158208, 300, 0, 1, '', NULL, NULL),\n(@OGUID+801, 176640, 30, 0, 0, 1, 1, -1047, -244.432, 83.2044, 1.9964, 0, 0, 0.840498, 0.541814, 300, 0, 1, '', NULL, NULL),\n(@OGUID+802, 176640, 30, 0, 0, 1, 1, -1112.32, -275.526, 66.5868, 5.96616, 0, 0, 0.157851, -0.987463, 300, 0, 1, '', NULL, NULL),\n(@OGUID+803, 176640, 30, 0, 0, 1, 1, -1020.17, -641.475, 74.085, 3.15837, 0, 0, 0.999965, -0.00838703, 300, 0, 1, '', NULL, NULL),\n(@OGUID+804, 176640, 30, 0, 0, 1, 1, -1123.99, -675.195, 70.5265, 2.43362, 0, 0, 0.937998, 0.34664, 300, 0, 1, '', NULL, NULL),\n(@OGUID+805, 176640, 30, 0, 0, 1, 1, -1340.92, -658.619, 81.8285, 0.00935841, 0, 0, 0.00467919, 0.999989, 300, 0, 1, '', NULL, NULL),\n(@OGUID+806, 176640, 30, 0, 0, 1, 1, -1391.34, -482.699, 63.7582, 2.59157, 0, 0, 0.962423, 0.271556, 300, 0, 1, '', NULL, NULL),\n(@OGUID+807, 176640, 30, 0, 0, 1, 1, -1396.31, -420.06, 71.578, 1.33886, 0, 0, 0.620541, 0.784174, 300, 0, 1, '', NULL, NULL),\n(@OGUID+808, 176640, 30, 0, 0, 1, 1, -1316.32, -385.564, 60.5817, 0.211383, 0, 0, 0.105495, 0.99442, 300, 0, 1, '', NULL, NULL),\n(@OGUID+809, 176640, 30, 0, 0, 1, 1, -1282.13, -434.548, 66.4043, 5.13627, 0, 0, 0.542542, -0.840029, 300, 0, 1, '', NULL, NULL),\n(@OGUID+810, 176640, 30, 0, 0, 1, 1, -1175.05, -425, 65.1031, 5.88981, 0, 0, 0.195422, -0.980719, 300, 0, 1, '', NULL, NULL),\n(@OGUID+811, 176640, 30, 0, 0, 1, 1, -1161.97, -388.184, 63.318, 0.777741, 0, 0, 0.379143, 0.925338, 300, 0, 1, '', NULL, NULL),\n(@OGUID+812, 176640, 30, 0, 0, 1, 1, 483.796, 37.9351, 44.2816, 2.63401, 0, 0, 0.967968, 0.251076, 300, 0, 1, '', NULL, NULL),\n(@OGUID+813, 176640, 30, 0, 0, 1, 1, -92.7547, -227.977, 14.9944, 0.215836, 0, 0, 0.107709, 0.994183, 300, 0, 1, '', NULL, NULL),\n(@OGUID+814, 176640, 30, 0, 0, 1, 1, -80.0709, -188.061, 26.9108, 3.60439, 0, 0, 0.973346, -0.22934, 300, 0, 1, '', NULL, NULL),\n(@OGUID+815, 176640, 30, 0, 0, 1, 1, -17.8738, -210.677, 18.9121, 0.805754, 0, 0, 0.392067, 0.919937, 300, 0, 1, '', NULL, NULL),\n(@OGUID+816, 176640, 30, 0, 0, 1, 1, 12.0482, -257.093, 21.3622, 5.04429, 0, 0, 0.580587, -0.814198, 300, 0, 1, '', NULL, NULL),\n(@OGUID+817, 176640, 30, 0, 0, 1, 1, 67.2335, -330.443, 36.1765, 3.96437, 0, 0, 0.916567, -0.399881, 300, 0, 1, '', NULL, NULL),\n(@OGUID+818, 176640, 30, 0, 0, 1, 1, -358.986, -339.337, 17.3484, 5.11628, 0, 0, 0.550908, -0.834566, 300, 0, 1, '', NULL, NULL),\n(@OGUID+819, 176640, 30, 0, 0, 1, 1, -455.959, -304.889, 27.0257, 2.77405, 0, 0, 0.983161, 0.182739, 300, 0, 1, '', NULL, NULL),\n(@OGUID+820, 176640, 30, 0, 0, 1, 1, -801.057, -288.097, 72.938, 3.12923, 0, 0, 0.999981, 0.00618259, 300, 0, 1, '', NULL, NULL),\n(@OGUID+821, 176640, 30, 0, 0, 1, 1, -815.917, -222.868, 73.6602, 1.00298, 0, 0, 0.480733, 0.876867, 300, 0, 1, '', NULL, NULL),\n(@OGUID+822, 176640, 30, 0, 0, 1, 1, -905.044, -314.811, 69.1233, 3.99797, 0, 0, 0.90972, -0.415222, 300, 0, 1, '', NULL, NULL),\n(@OGUID+823, 176640, 30, 0, 0, 1, 1, -989.263, -207.487, 78.9099, 2.1261, 0, 0, 0.873842, 0.486209, 300, 0, 1, '', NULL, NULL),\n(@OGUID+824, 176640, 30, 0, 0, 1, 1, -1011, -284.478, 71.0131, 2.9512, 0, 0, 0.995472, 0.0950512, 300, 0, 1, '', NULL, NULL),\n(@OGUID+825, 176640, 30, 0, 0, 1, 1, -995.426, -436.93, 47.6904, 4.79907, 0, 0, 0.675806, -0.73708, 300, 0, 1, '', NULL, NULL),\n(@OGUID+826, 176640, 30, 0, 0, 1, 1, -985.251, -543.298, 48.0109, 0.862916, 0, 0, 0.418196, 0.908357, 300, 0, 1, '', NULL, NULL),\n(@OGUID+827, 176640, 30, 0, 0, 1, 1, -1002.52, -616.414, 89.3497, 4.60709, 0, 0, 0.743339, -0.668914, 300, 0, 1, '', NULL, NULL),\n(@OGUID+828, 176640, 30, 0, 0, 1, 1, -1177.84, -429.826, 63.9361, 0.2634, 0, 0, 0.13132, 0.99134, 300, 0, 1, '', NULL, NULL),\n(@OGUID+829, 176640, 30, 0, 0, 1, 1, -1169.11, -390.97, 62.4806, 1.17533, 0, 0, 0.554421, 0.832236, 300, 0, 1, '', NULL, NULL),\n(@OGUID+830, 176640, 30, 0, 0, 1, 1, -1060.25, -271.432, 69.3095, 0.0666138, 0, 0, 0.0333008, 0.999445, 300, 0, 1, '', NULL, NULL),\n(@OGUID+831, 176640, 30, 0, 0, 1, 1, -1046.29, -262.956, 66.7637, 0.94975, 0, 0, 0.457227, 0.88935, 300, 0, 1, '', NULL, NULL),\n(@OGUID+832, 176640, 30, 0, 0, 1, 1, -699.963, -401.659, 71.599, 5.52426, 0, 0, 0.370422, -0.928863, 300, 0, 1, '', NULL, NULL),\n(@OGUID+833, 176640, 30, 0, 0, 1, 1, 401.743, -369.091, -15.998, 5.25068, 0, 0, 0.493624, -0.869676, 300, 0, 1, '', NULL, NULL),\n(@OGUID+834, 176640, 30, 0, 0, 1, 1, 476.478, -259.095, 6.76403, 5.18829, 0, 0, 0.520511, -0.853855, 300, 0, 1, '', NULL, NULL),\n(@OGUID+835, 176640, 30, 0, 0, 1, 1, 463.974, -239.056, 2.97189, 1.82809, 0, 0, 0.79198, 0.610547, 300, 0, 1, '', NULL, NULL),\n(@OGUID+836, 176640, 30, 0, 0, 1, 1, 522.239, -177.565, 29.6285, 0.0618157, 0, 0, 0.0309029, 0.999522, 300, 0, 1, '', NULL, NULL),\n(@OGUID+837, 176640, 30, 0, 0, 1, 1, 537.975, -177.774, 32.8184, 6.10022, 0, 0, 0.0913557, -0.995818, 300, 0, 1, '', NULL, NULL),\n(@OGUID+838, 176640, 30, 0, 0, 1, 1, 416.929, -151.679, 12.8954, 5.26944, 0, 0, 0.485445, -0.874267, 300, 0, 1, '', NULL, NULL),\n(@OGUID+839, 176640, 30, 0, 0, 1, 1, 513.829, -106.538, 20.7282, 0.0469813, 0, 0, 0.0234885, 0.999724, 300, 0, 1, '', NULL, NULL),\n(@OGUID+840, 176640, 30, 0, 0, 1, 1, 465.392, 8.14883, 23.0039, 2.08203, 0, 0, 0.862919, 0.505343, 300, 0, 1, '', NULL, NULL),\n(@OGUID+841, 176640, 30, 0, 0, 1, 1, 370.764, -6.76005, 38.2125, 2.80678, 0, 0, 0.986021, 0.166624, 300, 0, 1, '', NULL, NULL),\n(@OGUID+842, 176640, 30, 0, 0, 1, 1, 399.143, 15.5403, 33.3152, 0.320562, 0, 0, 0.159596, 0.987182, 300, 0, 1, '', NULL, NULL),\n(@OGUID+843, 176640, 30, 0, 0, 1, 1, 296.189, -218.936, -13.248, 4.16552, 0, 0, 0.871783, -0.489892, 300, 0, 1, '', NULL, NULL),\n(@OGUID+844, 176640, 30, 0, 0, 1, 1, 240.422, -293.735, -10.6552, 4.00714, 0, 0, 0.907807, -0.419389, 300, 0, 1, '', NULL, NULL),\n(@OGUID+845, 176640, 30, 0, 0, 1, 1, 260.449, -342.999, -2.49119, 4.62149, 0, 0, 0.738502, -0.674251, 300, 0, 1, '', NULL, NULL),\n(@OGUID+846, 176640, 30, 0, 0, 1, 1, 410.436, -459.904, 60.9764, 4.5111, 0, 0, 0.774574, -0.632483, 300, 0, 1, '', NULL, NULL),\n(@OGUID+847, 176640, 30, 0, 0, 1, 1, 412.681, -473.935, 66.6838, 3.67116, 0, 0, 0.965149, -0.261702, 300, 0, 1, '', NULL, NULL),\n(@OGUID+848, 176640, 30, 0, 0, 1, 1, 327.812, -448.358, 80.9809, 0.719376, 0, 0, 0.351982, 0.936007, 300, 0, 1, '', NULL, NULL),\n(@OGUID+849, 176640, 30, 0, 0, 1, 1, 301.625, -439.454, 79.3586, 2.76883, 0, 0, 0.982681, 0.185304, 300, 0, 1, '', NULL, NULL),\n(@OGUID+850, 176640, 30, 0, 0, 1, 1, 797.275, -353.197, 77.1056, 2.24972, 0, 0, 0.902207, 0.431302, 300, 0, 1, '', NULL, NULL),\n(@OGUID+851, 176640, 30, 0, 0, 1, 1, 695.1, -193.508, 28.2069, 1.25184, 0, 0, 0.585843, 0.810425, 300, 0, 1, '', NULL, NULL),\n(@OGUID+852, 176643, 30, 0, 0, 1, 1, 973.052, -458.395, 59.3811, 6.04583, 0, 0, 0.118399, -0.992966, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+853, 176643, 30, 0, 0, 1, 1, 943.982, -371.894, 68.6262, 0.295847, 0, 0, 0.147385, 0.989079, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+854, 176643, 30, 0, 0, 1, 1, 868.828, -358.221, 67.1903, 5.35993, 0, 0, 0.445407, -0.895328, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+855, 176643, 30, 0, 0, 1, 1, 829.346, -363.752, 63.4561, 2.4461, 0, 0, 0.940143, 0.340779, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+856, 176643, 30, 0, 0, 1, 1, 833.543, -472.129, 50.6181, 5.2011, 0, 0, 0.51503, -0.857172, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+857, 176643, 30, 0, 0, 1, 1, 839.98, -445.012, 47.8439, 1.19775, 0, 0, 0.563714, 0.82597, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+858, 176643, 30, 0, 0, 1, 1, -259.716, -473.272, 36.2877, 4.51591, 0, 0, 0.773052, -0.634343, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+859, 176643, 30, 0, 0, 1, 1, -346.816, -440.302, 23.6165, 3.2824, 0, 0, 0.997523, -0.0703463, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+860, 176643, 30, 0, 0, 1, 1, -354.84, -374.647, 12.6976, 2.00089, 0, 0, 0.841712, 0.539926, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+861, 176643, 30, 0, 0, 1, 1, -380.829, -313.65, 18.1349, 2.81203, 0, 0, 0.986455, 0.164034, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+862, 176643, 30, 0, 0, 1, 1, -418.986, -254.747, 22.0306, 1.8809, 0, 0, 0.807824, 0.589424, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+863, 176643, 30, 0, 0, 1, 1, -383.722, -157.499, 25.2916, 0.762581, 0, 0, 0.372119, 0.928185, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+864, 176643, 30, 0, 0, 1, 1, -340.852, -112.632, 32.2474, 0.311413, 0, 0, 0.155078, 0.987902, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+865, 176643, 30, 0, 0, 1, 1, -258.524, -109.957, 30.0156, 0.138626, 0, 0, 0.0692575, 0.997599, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+866, 176643, 30, 0, 0, 1, 1, -235.305, -157.984, 25.9531, 0.393009, 0, 0, 0.195242, 0.980755, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+867, 176643, 30, 0, 0, 1, 1, -181.647, -194.739, 16.9842, 0.10983, 0, 0, 0.0548875, 0.998493, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+868, 176643, 30, 0, 0, 1, 1, -71.3596, -154.808, 30.1795, 0.493805, 0, 0, 0.244401, 0.969674, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+869, 176643, 30, 0, 0, 1, 1, -137.556, -83.4955, 36.4188, 1.11776, 0, 0, 0.530237, 0.847849, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+870, 176643, 30, 0, 0, 1, 1, -170.431, -54.8934, 38.4422, 1.12256, 0, 0, 0.53227, 0.846575, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+871, 176643, 30, 0, 0, 1, 1, -235.419, -62.115, 43.8946, 3.64238, 0, 0, 0.968815, -0.247785, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+872, 176643, 30, 0, 0, 1, 1, -269.306, -27.6401, 41.6018, 1.9097, 0, 0, 0.816228, 0.57773, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+873, 176643, 30, 0, 0, 1, 1, -278.407, -77.202, 41.0654, 5.76862, 0, 0, 0.254454, -0.967085, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+874, 176643, 30, 0, 0, 1, 1, -208.106, -129.535, 83.0857, 3.7964, 0, 0, 0.946881, -0.321584, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+875, 176643, 30, 0, 0, 1, 1, -196.429, -353.672, 6.66756, 3.39803, 0, 0, 0.991791, -0.127867, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+876, 176643, 30, 0, 0, 1, 1, -212.527, -290.354, 7.76155, 3.13884, 0, 0, 0.999999, 0.00137384, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+877, 176643, 30, 0, 0, 1, 1, -227.924, -284.131, 7.04007, 5.99028, 0, 0, 0.145931, -0.989295, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+878, 176643, 30, 0, 0, 1, 1, -222.706, -275.056, 8.72408, 5.87509, 0, 0, 0.202636, -0.979254, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+879, 176643, 30, 0, 0, 1, 1, -360.065, -141.667, 28.7222, 3.47002, 0, 0, 0.986547, -0.163478, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+880, 176643, 30, 0, 0, 1, 1, -349.132, -39.5322, 41.445, 1.61736, 0, 0, 0.723375, 0.690455, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+881, 176643, 30, 0, 0, 1, 1, -397.839, -31.9664, 35.7619, 2.23171, 0, 0, 0.898287, 0.439409, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+882, 176643, 30, 0, 0, 1, 1, -474.292, -83.5622, 42.1035, 2.86047, 0, 0, 0.990137, 0.1401, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+883, 176643, 30, 0, 0, 1, 1, -493.903, -3.08552, 48.0807, 1.49257, 0, 0, 0.678915, 0.734217, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+884, 176643, 30, 0, 0, 1, 1, -579.078, 7.35828, 89.7728, 6.27826, 0, 0, 0.00246182, -0.999997, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+885, 176643, 30, 0, 0, 1, 1, -595.393, -56.0705, 78.242, 4.22881, 0, 0, 0.855848, -0.517227, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+886, 176643, 30, 0, 0, 1, 1, -639.402, -147.582, 74.6869, 4.54079, 0, 0, 0.765101, -0.64391, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+887, 176643, 30, 0, 0, 1, 1, -559.427, -144.475, 57.4857, 0.0142775, 0, 0, 0.00713867, 0.999975, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+888, 176643, 30, 0, 0, 1, 1, -560.527, -227.876, 57.2414, 4.73757, 0, 0, 0.698147, -0.715954, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+889, 176643, 30, 0, 0, 1, 1, -472.172, -245.917, 38.543, 1.32502, 0, 0, 0.615098, 0.788451, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+890, 176643, 30, 0, 0, 1, 1, -271.82, -391.153, 12.7815, 5.39993, 0, 0, 0.427413, -0.904056, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+891, 176643, 30, 0, 0, 1, 1, 95.9866, -373.484, 44.8635, 1.76135, 0, 0, 0.771169, 0.63663, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+892, 176643, 30, 0, 0, 1, 1, 77.538, -337.843, 35.5933, 2.62529, 0, 0, 0.966863, 0.255294, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+893, 176643, 30, 0, 0, 1, 1, 61.1238, -285.057, 27.7168, 1.74695, 0, 0, 0.766566, 0.642166, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+894, 176643, 30, 0, 0, 1, 1, 97.2881, -216.261, 26.4384, 1.16139, 0, 0, 0.548607, 0.83608, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+895, 176643, 30, 0, 0, 1, 1, 126.553, -292.662, 43.4341, 6.18227, 0, 0, 0.0504374, -0.998727, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+896, 176643, 30, 0, 0, 1, 1, 135.367, -415.333, 54.2723, 5.90389, 0, 0, 0.188513, -0.982071, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+897, 176643, 30, 0, 0, 1, 1, 223.094, -454.644, 50.2098, 4.55039, 0, 0, 0.762002, -0.647575, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+898, 176643, 30, 0, 0, 1, 1, -871.878, -4.57202, 71.1794, 2.24726, 0, 0, 0.901676, 0.432413, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+899, 176643, 30, 0, 0, 1, 1, -921.406, -158.931, 78.007, 4.97348, 0, 0, 0.609043, -0.793137, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+900, 176643, 30, 0, 0, 1, 1, -907.106, -151.376, 77.5797, 5.17026, 0, 0, 0.528184, -0.84913, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+901, 176643, 30, 0, 0, 1, 1, -907.725, -108.406, 76.5591, 2.6692, 0, 0, 0.972236, 0.234004, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+902, 176643, 30, 0, 0, 1, 1, -859.31, -78.0783, 73.4775, 2.59241, 0, 0, 0.962536, 0.271153, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+903, 176643, 30, 0, 0, 1, 1, -825.982, -73.2654, 75.3883, 5.18466, 0, 0, 0.522057, -0.852911, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+904, 176645, 30, 0, 0, 1, 1, 861.877, -367.787, 47.9328, 6.1091, 0, 0, 0.0869345, -0.996214, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+905, 176645, 30, 0, 0, 1, 1, 819.259, -388.02, 49.9418, 3.14727, 0, 0, 0.999996, -0.00284008, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+906, 176645, 30, 0, 0, 1, 1, 847.063, -408.285, 51.0928, 0.641416, 0, 0, 0.315239, 0.949012, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+907, 176645, 30, 0, 0, 1, 1, 875.439, -411.554, 54.3634, 1.24617, 0, 0, 0.583544, 0.812081, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+908, 176645, 30, 0, 0, 1, 1, 851.913, -439.319, 50.1824, 3.10364, 0, 0, 0.99982, 0.018976, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+909, 176645, 30, 0, 0, 1, 1, 895.219, -437.874, 58.7816, 4.72112, 0, 0, 0.704012, -0.710188, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+910, 176645, 30, 0, 0, 1, 1, 895.666, -424.791, 57.1147, 0.73697, 0, 0, 0.360203, 0.932874, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+911, 176645, 30, 0, 0, 1, 1, 895.36, -469.919, 61.3935, 2.50848, 0, 0, 0.950314, 0.311294, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+912, 176645, 30, 0, 0, 1, 1, 912.539, -474.149, 59.8328, 6.03623, 0, 0, 0.123165, -0.992386, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+913, 176645, 30, 0, 0, 1, 1, 941.669, -429.014, 57.0482, 0.49699, 0, 0, 0.245945, 0.969284, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+914, 176645, 30, 0, 0, 1, 1, 973.767, -441.714, 59.1949, 0.228208, 0, 0, 0.113857, 0.993497, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+915, 176645, 30, 0, 0, 1, 1, 932.985, -414.256, 58.2932, 0.679817, 0, 0, 0.333401, 0.942785, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+916, 176645, 30, 0, 0, 1, 1, 919.211, -359.275, 67.7822, 2.19171, 0, 0, 0.88932, 0.457286, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+917, 176645, 30, 0, 0, 1, 1, 960.39, -335.5, 64.3192, 5.88788, 0, 0, 0.196368, -0.98053, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+918, 176645, 30, 0, 0, 1, 1, 894.627, -345.057, 69.459, 5.33112, 0, 0, 0.458257, -0.88882, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+919, 176645, 30, 0, 0, 1, 1, 856.733, -354.184, 66.0532, 4.42399, 0, 0, 0.801381, -0.598155, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+920, 176645, 30, 0, 0, 1, 1, 836.043, -326.251, 66.7835, 0.48347, 0, 0, 0.239387, 0.970924, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+921, 176645, 30, 0, 0, 1, 1, 822.07, -336.954, 67.0684, 3.96803, 0, 0, 0.915834, -0.401557, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+922, 176645, 30, 0, 0, 1, 1, 834.861, -387.98, 63.6323, 3.87684, 0, 0, 0.933184, -0.359398, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+923, 176645, 30, 0, 0, 1, 1, 804.978, -460.194, 48.7153, 3.838, 0, 0, 0.939988, -0.341209, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+924, 176645, 30, 0, 0, 1, 1, -949.926, -191.849, 67.4387, 1.90168, 0, 0, 0.813903, 0.581001, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+925, 176645, 30, 0, 0, 1, 1, -939.99, -155.439, 61.8583, 1.64729, 0, 0, 0.733629, 0.67955, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+926, 176645, 30, 0, 0, 1, 1, -923.362, -124.919, 61.3782, 1.05694, 0, 0, 0.504212, 0.86358, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+927, 176645, 30, 0, 0, 1, 1, -895.264, -162.568, 64.0953, 5.30507, 0, 0, 0.469794, -0.882776, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+928, 176645, 30, 0, 0, 1, 1, -879.605, -129.179, 64.8106, 3.0872, 0, 0, 0.99963, 0.027195, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+929, 176645, 30, 0, 0, 1, 1, -880.409, -103.125, 66.9046, 3.44237, 0, 0, 0.988713, -0.149822, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+930, 176645, 30, 0, 0, 1, 1, -848.641, -118.724, 64.6592, 5.44426, 0, 0, 0.407268, -0.913309, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+931, 176645, 30, 0, 0, 1, 1, -871.454, -82.5519, 69.5706, 2.31925, 0, 0, 0.916654, 0.399683, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+932, 176645, 30, 0, 0, 1, 1, -899.196, -63.9409, 74.5253, 4.63749, 0, 0, 0.733087, -0.680135, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+933, 176645, 30, 0, 0, 1, 1, -864.354, -40.3939, 72.0736, 0.562142, 0, 0, 0.277385, 0.960759, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+934, 176645, 30, 0, 0, 1, 1, -851.965, 1.88546, 72.6985, 1.25329, 0, 0, 0.586432, 0.809999, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+935, 176645, 30, 0, 0, 1, 1, -907.978, -85.5124, 76.4341, 3.54797, 0, 0, 0.979429, -0.201791, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+936, 176645, 30, 0, 0, 1, 1, -891.716, -128.134, 76.7781, 5.9766, 0, 0, 0.152694, -0.988273, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+937, 176645, 30, 0, 0, 1, 1, -914.043, -144.69, 77.7638, 2.82803, 0, 0, 0.987735, 0.156141, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+938, 176645, 30, 0, 0, 1, 1, -914.719, -47.3371, 76.697, 4.82513, 0, 0, 0.666146, -0.745821, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+939, 176645, 30, 0, 0, 1, 1, -971.19, -34.4689, 78.8167, 2.46326, 0, 0, 0.943032, 0.332703, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+940, 176645, 30, 0, 0, 1, 1, -982.181, -36.6365, 75.8195, 2.59765, 0, 0, 0.963243, 0.268633, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+941, 176645, 30, 0, 0, 1, 1, -948.624, -137.689, 80.529, 3.37039, 0, 0, 0.993463, -0.114151, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+942, 176645, 30, 0, 0, 1, 1, -952.573, -182.215, 79.6491, 4.70906, 0, 0, 0.708282, -0.70593, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+943, 176645, 30, 0, 0, 1, 1, -945.852, -168.888, 81.1934, 0.528563, 0, 0, 0.261216, 0.96528, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+944, 176645, 30, 0, 0, 1, 1, -1540.41, -497.209, 73.899, 5.16338, 0, 0, 0.531105, -0.847306, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+945, 176645, 30, 0, 0, 1, 1, -1579.5, -495.308, 52.8825, 3.69468, 0, 0, 0.962004, -0.273034, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+946, 176645, 30, 0, 0, 1, 1, -1655.85, -427.879, 46.3502, 4.885, 0, 0, 0.643525, -0.765425, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+947, 176645, 30, 0, 0, 1, 1, -1592.93, -422.006, 72.2317, 3.02753, 0, 0, 0.998374, 0.0569997, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+948, 176645, 30, 0, 0, 1, 1, -1618.49, -443.934, 81.7007, 3.14752, 0, 0, 0.999996, -0.00296585, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+949, 176645, 30, 0, 0, 1, 1, -1583.58, -397.487, 79.5554, 0.277332, 0, 0, 0.138222, 0.990401, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+950, 176645, 30, 0, 0, 1, 1, 178.543, 123.93, 10.6417, 5.40948, 0, 0, 0.423092, -0.906087, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+951, 176645, 30, 0, 0, 1, 1, 141.858, 215.315, 16.1647, 1.91009, 0, 0, 0.81634, 0.577572, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+952, 176645, 30, 0, 0, 1, 1, -17.5614, 142.792, 10.1355, 3.182, 0, 0, 0.999796, -0.0202026, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+953, 176645, 30, 0, 0, 1, 1, -6.81991, 26.3047, 18.5105, 5.15946, 0, 0, 0.532764, -0.846264, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+954, 176645, 30, 0, 0, 1, 1, 41.4302, 112.946, 21.2674, 3.04761, 0, 0, 0.998896, 0.0469737, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+955, 176645, 30, 0, 0, 1, 1, 10.8394, 34.7868, 0.33047, 3.24483, 0, 0, 0.998668, -0.0515981, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+956, 176645, 30, 0, 0, 1, 1, 834.809, -345.559, 48.2226, 4.36638, 0, 0, 0.818273, -0.57483, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+957, 181109, 30, 0, 0, 1, 1, 962.826, -327.216, 63.5884, 0.36304, 0, 0, 0.180525, 0.98357, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+958, 181109, 30, 0, 0, 1, 1, 841.835, -367.648, 64.4995, 5.32633, 0, 0, 0.460383, -0.88772, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+959, 181109, 30, 0, 0, 1, 1, 816.408, -445.537, 49.7567, 1.62536, 0, 0, 0.726131, 0.687557, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+960, 181109, 30, 0, 0, 1, 1, -877.272, -34.9659, 70.6822, 0.706133, 0, 0, 0.345777, 0.938317, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+961, 181109, 30, 0, 0, 1, 1, -906.965, -91.5017, 76.9278, 4.07593, 0, 0, 0.892847, -0.450361, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+962, 181109, 30, 0, 0, 1, 1, -948.335, -66.6757, 80.9593, 3.74956, 0, 0, 0.954151, -0.299326, 604800, 0, 1, '', NULL, NULL),\n(@OGUID+963, 181109, 30, 0, 0, 1, 1, -952.669, -116.988, 80.6335, 5.34305, 0, 0, 0.452947, -0.891538, 604800, 0, 1, '', NULL, NULL);\n\nDELETE FROM `pool_gameobject` WHERE `pool_entry` = 601057;\nINSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES\n--\n(@OGUID+501, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+502, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+503, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+504, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+505, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+506, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+507, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+508, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+509, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+510, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+511, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+512, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+513, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+514, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+515, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+516, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+517, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+518, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+519, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+520, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+521, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+522, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+523, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+524, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+525, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+526, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+527, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+528, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+529, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+530, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+531, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+532, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+533, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+534, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+535, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+536, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+537, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+538, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+539, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+540, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+541, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+542, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+543, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+544, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+545, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+546, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+547, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+548, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+549, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+550, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+551, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+552, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+553, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+554, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+555, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+556, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+557, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+558, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+559, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+560, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+561, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+562, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+563, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+564, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+565, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+566, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+567, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+568, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+569, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+570, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+571, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+572, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+573, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+574, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+575, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+576, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+577, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+578, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+579, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+580, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+581, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+582, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+583, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+584, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+585, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+586, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+587, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+588, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+589, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+590, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+591, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+592, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+593, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+594, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+595, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+596, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+597, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+598, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+599, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+600, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+601, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+602, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+603, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+604, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+605, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+606, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+607, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+608, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+609, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+610, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+611, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+612, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+613, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+614, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+615, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+616, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+617, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+618, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+619, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+620, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+621, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+622, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+623, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+624, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+625, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+626, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+627, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+628, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+629, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+630, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+631, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+632, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+633, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+634, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+635, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+636, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+637, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+638, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+639, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+640, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+641, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+642, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+643, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+644, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+645, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+646, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+647, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+648, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+649, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+650, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+651, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+652, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+653, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+654, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+655, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+656, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+657, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+658, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+659, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+660, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+661, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+662, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+663, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+664, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+665, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+666, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+667, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+668, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+669, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+670, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+671, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+672, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+673, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+674, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+675, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+676, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+677, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+678, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+679, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+680, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+681, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+682, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+683, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+684, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+685, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+686, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+687, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+688, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+689, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+690, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+691, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+692, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+693, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+694, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+695, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+696, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+697, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+698, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+699, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+700, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+701, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+702, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+703, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+704, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+705, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+706, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+707, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+708, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+709, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+710, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+711, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+712, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+713, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+714, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+715, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+716, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+717, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+718, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+719, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+720, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+721, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+722, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+723, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+724, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+725, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+726, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+727, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+728, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+729, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+730, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+731, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+732, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+733, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+734, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+735, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+736, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+737, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+738, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+739, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+740, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+741, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+742, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+743, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+744, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+745, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+746, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+747, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+748, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+749, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+750, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+751, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+752, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+753, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+754, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+755, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+756, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+757, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+758, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+759, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+760, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+761, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+762, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+763, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+764, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+765, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+766, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+767, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+768, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+769, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+770, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+771, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+772, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+773, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+774, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+775, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+776, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+777, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+778, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+779, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+780, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+781, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+782, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+783, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+784, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+785, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+786, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+787, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+788, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+789, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+790, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+791, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+792, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+793, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+794, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+795, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+796, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+797, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+798, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+799, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+800, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+801, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+802, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+803, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+804, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+805, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+806, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+807, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+808, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+809, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+810, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+811, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+812, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+813, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+814, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+815, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+816, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+817, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+818, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+819, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+820, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+821, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+822, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+823, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+824, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+825, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+826, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+827, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+828, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+829, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+830, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+831, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+832, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+833, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+834, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+835, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+836, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+837, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+838, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+839, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+840, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+841, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+842, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+843, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+844, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+845, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+846, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+847, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+848, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+849, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+850, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+851, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+852, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+853, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+854, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+855, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+856, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+857, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+858, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+859, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+860, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+861, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+862, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+863, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+864, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+865, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+866, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+867, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+868, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+869, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+870, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+871, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+872, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+873, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+874, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+875, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+876, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+877, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+878, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+879, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+880, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+881, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+882, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+883, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+884, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+885, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+886, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+887, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+888, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+889, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+890, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+891, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+892, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+893, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+894, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+895, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+896, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+897, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+898, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+899, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+900, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+901, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+902, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+903, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+904, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+905, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+906, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+907, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+908, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+909, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+910, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+911, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+912, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+913, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+914, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+915, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+916, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+917, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+918, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+919, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+920, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+921, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+922, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+923, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+924, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+925, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+926, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+927, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+928, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+929, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+930, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+931, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+932, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+933, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+934, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+935, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+936, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+937, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+938, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+939, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+940, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+941, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+942, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+943, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+944, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+945, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+946, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+947, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+948, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+949, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+950, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+951, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+952, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+953, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+954, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+955, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+956, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+957, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+958, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+959, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+960, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+961, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+962, 601057, 0, 'Gathering Resources - AV'),\n(@OGUID+963, 601057, 0, 'Gathering Resources - AV');\n\nDELETE FROM `pool_template` WHERE `entry` = 601057;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601057, 50, 'Gathering Resources - AV');\n"
  },
  {
    "path": "data/sql/world/base/boss_lord_kazzak.sql",
    "content": "UPDATE `creature_template` SET `MovementType` = 1, `minlevel` = 63, `maxlevel` = 63, `flags_extra` = 0, `ScriptName` = 'boss_lord_kazzak' WHERE `entry` = 12397;\n\nDELETE FROM `spell_script_names` WHERE `spell_id` = 21056;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES\n(21056, 'spell_mark_of_kazzak_60');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 12397;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(12397, 0, 0, 'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone. ', 14, 0, 0, 0, 0, 11332, 20076, 0, 'kazzak SAY_INTRO'),\n(12397, 1, 0, 'The legion will conquer all!', 14, 0, 0, 0, 0, 11333, 20077, 3, 'kazzak SAY_AGGRO1'),\n(12397, 1, 1, 'All mortals will perish!', 14, 0, 0, 0, 0, 11334, 20078, 0, 'kazzak SAY_AGGRO2'),\n(12397, 2, 0, 'All life must be eradicated!', 14, 0, 0, 0, 0, 11335, 20079, 0, 'kazzak SAY_SURPREME1'),\n(12397, 2, 1, 'I\\'ll rip the flesh from your bones!', 14, 0, 0, 0, 0, 11336, 20080, 0, 'kazzak SAY_SURPREME2'),\n(12397, 3, 0, 'Kirel narak!', 14, 0, 0, 0, 0, 11337, 20081, 0, 'kazzak SAY_KILL1'),\n(12397, 3, 1, 'Contemptible wretch!', 14, 0, 0, 0, 0, 11338, 20082, 0, 'kazzak SAY_KILL2'),\n(12397, 4, 0, 'The Legion... will never... fall.', 14, 0, 0, 0, 0, 11340, 20084, 0, 'kazzak SAY_DEATH'),\n(12397, 5, 0, '%s goes into a frenzy!', 16, 0, 0, 0, 0, 0, 38630, 0, 'kazzak EMOTE_FRENZY'),\n(12397, 6, 0, 'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.\\n', 14, 0, 0, 0, 0, 0, 15895, 0, 'kazzak SAY_RAND1'),\n(12397, 6, 1, 'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...', 14, 0, 0, 0, 0, 0, 16432, 0, 'kazzak SAY_RAND2'),\n(12397, 7, 0, 'The universe will be remade.', 14, 0, 0, 0, 0, 11339, 20083, 0, 'kazzak SAY_WIPE'),\n(12397, 8, 0, 'Kazzak is supreme!', 16, 0, 0, 0, 0, 0, 0, 0, 'kazzak SAY_SUPREME_VANILA');\n\nDELETE FROM `creature` WHERE `guid` = 156950 AND `id1` = 12397;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `wander_distance`, `spawntimesecs`, `MovementType`) VALUES\n(156950, 12397, 0, 0, 0, -12226.8, -2433.57, 1.76505, 5.01826, 259200, 604800, 1);\n   \nDELETE FROM `creature_template_model` WHERE `CreatureID` = 12397;\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(12397, 0, 12449, 2.2, 1, 12340);\n    \nDELETE FROM `reference_loot_template` WHERE `Entry` = 60000;\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(60000, 17111, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 17112, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 17113, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 18204, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 18543, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 18544, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 18546, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 19133, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 19134, 0, 0, 0, 1, 1, 1, 1, NULL),\n(60000, 19135, 0, 0, 0, 1, 1, 1, 1, NULL);\n\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12397 AND `Reference` = 60000;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(12397, 1, 60000, 100, 0, 1, 0, 2, 2, NULL);\n\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12397 AND `Item` IN (19133, 19134, 19135, 18546, 18544, 18543, 18204, 17113, 17112, 17111);\n"
  },
  {
    "path": "data/sql/world/base/class_trainers.sql",
    "content": "/* Restore Aquatic Form as a reward for Aquatic Form quests */\nUPDATE `quest_template` SET `RewardSpell` = 1446 WHERE `ID` IN (31, 5061);\n\n-- Remove starting dual wield skill for rogues\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = 118;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 32, 118, 0, 'Dual Wield');\n\n-- add dual wield to trainers at level 10 for rogues (even though this is already done in AC's trainer_spell.sql, which I think is a mistake)\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 9 AND `SpellID` = 674;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`, `VerifiedBuild`) VALUES (9, 674, 300, 0, 0, 10, 0);\n\n-- fix Mai'ah <Mage Trainer> in Valley of Trials.\nUPDATE `creature_default_trainer` SET `TrainerId` = 17 WHERE `CreatureId` = 5884;\n\n/* Restore Tome of Tranquilizing Shot to Lucifron */\nUPDATE `item_template` SET `description` = 'Attempts to remove 1 Enrage and 1 Magic effect from an enemy target.' WHERE `entry` = 16665;\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12118 AND `Item` = 16665 AND `Reference` = 0 AND `GroupId` = 0;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(12118, 16665, 0, 100, 0, 1, 0, 1, 1, 'Lucifron - Tome of Tranquilizing Shot');\n\n-- Warrior\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 1 AND `SpellId` IN (25286, 25288, 25289);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(1,25286,60000,0,0,11567,0,0,61,0), -- book, Heroic Strike (Rank 9), level 60 -> 61\n(1,25288,60000,0,0,11601,0,0,61,0), -- book, Revenge (Rank 6), level 60 -> 61\n(1,25289,65000,0,0,11551,0,0,61,0); -- book, Battle Shout (Rank 7), level 60 -> 61\n-- (1,30016,3100,0,0,20243,0,0,60,0),  -- talent, Devastate (Rank 2), level 60 -> 61\n-- (1,34428,100,0,0,0,0,0,6,0), -- optional, Victory Rush, level 6 -> 62\n\n-- Paladin\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (16275, 16679, 16680, 16681, 20406, 23128);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n(16275, 3), -- Noellene\n(16679, 3), -- Osselan\n(16680, 3), -- Ithelis\n(16681, 3), -- Champion Bachi\n(20406, 3), -- Champion Cyssa Dawnrose\n(23128, 3); -- Master Pyreanor\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 3 AND `SpellId` IN (5502, 13820, 23214, 25290, 25291, 25292);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n-- (3,5502,4000,0,0,0,0,0,20,0), -- quest, Sense Undead\n-- (3,13820,3500,0,0,0,0,0,40,0), -- quest, Summon Warhorse\n-- (3,23214,3500,0,0,13819,33391,0,60,0), -- quest, Summon Charger\n(3,25290,50000,0,0,19854,0,0,61,0), -- book, Blessing of Wisdom (Rank 6), level 60 -> 61\n(3,25291,50000,0,0,19838,0,0,61,0), -- book, Blessing of Might (Rank 7), level 60 -> 61\n(3,25292,46000,0,0,10329,0,0,61,0); -- book, Holy Light (Rank 9), level 60 -> 61\n-- (3,31789,4000,0,0,0,0,0,14,0), -- optional, Righteous Defense, level 14 -> 61\n-- (3,53407,9000,0,0,0,0,0,28,0), -- optional, Judgement of Justice, level 28 -> 71\n-- (3,53408,1000,0,0,0,0,0,12,0), -- optional, Judgement of Wisdom, level 12 -> 71\n-- (3,62124,3000,0,0,0,0,0,16,0), -- optional, Hand of Reckoning, level 16 -> 71\n\n-- Hunter\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 7 AND `SpellId` IN (5118, 19801, 25294, 25295, 25296);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(7,5118,2200,0,0,0,0,0,20,0), -- Aspect of the Cheetah, level 16 -> 20\n(7,19801,50000,0,0,0,0,0,61,0), -- book, Tranquilizing Shot, level 60 -> 61\n(7,25294,50000,0,0,14290,0,0,61,0), -- book, Multi-Shot (Rank 5), level 60 -> 61\n(7,25295,50000,0,0,13555,0,0,61,0), -- book, Serpent Sting (Rank 9), level 60 -> 61\n(7,25296,50000,0,0,14322,0,0,61,0); -- book, Aspect of the Hawk (Rank 7), level 60 -> 61\n-- (7,34074,2200,0,0,0,0,0,20,0),      -- optional, Aspect of the Viper, level 20 -> 61\n-- (7,34120,70000,0,0,56641,0,0,62,0), -- optional, Steady Shot (Rank 2), level 62 -> 71\n-- (7,56641,36000,0,0,0,0,0,50,0), -- optional, Steady Shot (Rank 1), level 50 -> 71\n-- (7,63668,1800,0,0,3674,0,0,57,0), -- talent, Black Arrow (Rank 2), level 57 -> 71\n\n-- Rogue\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 9 AND `SpellId` IN (25300, 25302, 31016);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(9,25300,72000,0,0,11281,0,0,61,0), -- book, Backstab (Rank 9), level 60 -> 61\n(9,25302,50000,0,0,11303,0,0,61,0), -- book, Feint (Rank 5), level 60 -> 61\n(9,31016,65000,0,0,11300,0,0,61,0); -- book, Eviscerate (Rank 9), level 60 -> 61\n-- (9,34411,5500,0,0,1329,0,0,50,0),   -- talent, Mutilate (Rank 2), level 50 -> 61\n-- (9,34412,6500,0,0,34411,0,0,60,0),  -- talent, Mutilate (Rank 3), level 60 -> 61\n-- (9,51722,3000,0,0,0,0,0,20,0), -- optional, Dismantle, level 20 -> 71\n\n-- Priest\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 11 AND `SpellId` IN (21562, 21564, 25314, 25315, 25316, 25392, 27683, 39374);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(11,21562,28000,0,0,0,0,0,61,0),      -- book, Prayer of Fortitude (Rank 1), level 48 -> 61\n(11,21564,46000,0,0,21562,0,0,61,0),  -- book, Prayer of Fortitude (Rank 2), level 60 -> 61\n(11,25314,65000,0,0,10965,0,0,61,0),  -- book, Greater Heal (Rank 5), level 60 -> 61\n(11,25315,6500,0,0,10929,0,0,61,0),   -- book, Renew (Rank 10), level 60 -> 61\n(11,25316,6500,0,0,10961,0,0,61,0),   -- book, Prayer of Healing (Rank 5), level 60 -> 61\n(11,25392,100000,0,0,21564,0,0,71,0), -- book, Prayer of Fortitude (Rank 3), level 70 -> 71\n(11,27683,42000,0,0,0,0,0,61,0),      -- book, Prayer of Shadow Protection (Rank 1), level 56 -> 61\n-- (11,34863,2100,0,0,34861,0,0,56,0), -- talent, Circle of Healing (Rank 2), level 56 -> 61\n-- (11,34864,2300,0,0,34863,0,0,60,0), -- talent, Circle of Healing (Rank 3), level 60 -> 61\n(11,39374,100000,0,0,27683,0,0,71,0); -- book, Prayer of Shadow Protection (Rank 2), level 70 -> 71\n\n-- Shaman\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 14 AND `SpellId` IN (2645, 25357, 25361, 29228, 57994);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(14,2645,2200,0,0,0,0,0,20,0), -- Ghost Wolf, level 16 -> 20\n-- (14,24398,38000,0,0,52138,0,0,62,0), -- optional, Water Shield (Rank 7), level 62 -> 71\n(14,25357,6500,0,0,10396,0,0,61,0),  -- book, Healing Wave (Rank 10), level 60 -> 61\n(14,25361,34000,0,0,10442,0,0,61,0), -- book, Strength of Earth Totem (Rank 5), level 60 -> 61\n(14,29228,65000,0,0,10448,0,0,61,0), -- book, Flame Shock (Rank 6), level 60 -> 61\n-- (14,32593,1700,0,0,974,0,0,60,0),    -- talent, Earth Shield (Rank 2), level 60 -> 61\n-- (14,33736,79000,0,0,24398,0,0,69,0), -- optional, Water Shield (Rank 8), level 69 -> 71\n-- (14,36936,7000,0,0,0,0,0,30,0),      -- optional, Totemic Recall, level 30 -> 61\n-- (14,52127,2200,0,0,0,0,0,20,0),      -- optional, Water Shield (Rank 1), level 20 -> 71\n-- (14,52129,6000,0,0,52127,0,0,28,0),  -- optional, Water Shield (Rank 2), level 28 -> 71\n-- (14,52131,9000,0,0,52129,0,0,34,0),  -- optional, Water Shield (Rank 3), level 34 -> 71\n-- (14,52134,12000,0,0,52131,0,0,41,0), -- optional, Water Shield (Rank 4), level 41 -> 71\n-- (14,52136,22000,0,0,52134,0,0,48,0), -- optional, Water Shield (Rank 5), level 48 -> 71\n-- (14,52138,29000,0,0,52136,0,0,55,0), -- optional, Water Shield (Rank 6), level 55 -> 71\n-- (14,57720,3400,0,0,30706,0,0,60,0),  -- talent, Totem of Wrath (Rank 2), level 60 -> 71\n-- (14,57721,5200,0,0,57720,0,0,70,0),  -- talent, Totem of Wrath (Rank 3), level 70 -> 71\n(14,57994,2500,0,0,0,0,0,16,0);      -- optional, Wind Shear, level 16 -> 71\n-- (14,66842,700,0,0,0,0,0,30,0), -- optional, Call of the Elements, level 30 -> 71\n-- (14,66843,700,0,0,0,0,0,40,0), -- optional, Call of the Ancestors, level 40 -> 71\n-- (14,66844,700,0,0,0,0,0,50,0), -- optional, Call of the Spirits, level 50 -> 71\n\n-- Mage\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 16 AND `SpellId` IN (10140, 23028, 25304, 25345, 27090, 27127, 28609, 28612, 33717);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(16,10140,42000,0,0,10139,0,0,61,0),  -- quest, Conjure Water (Rank 7), level 60 -> 61\n(16,23028,38000,0,0,0,0,0,61,0),      -- book, Arcane Brilliance (Rank 1), level 56 -> 61\n(16,25304,42000,0,0,10181,0,0,61,0),  -- book, Frostbolt (Rank 11), level 60 -> 61\n(16,25345,42000,0,0,10212,0,0,61,0),  -- book, Arcane Missiles (Rank 8), level 60 -> 61\n(16,27090,150000,0,0,37420,0,0,71,0), -- book, Conjure Water (Rank 9), level 70 -> 71\n(16,27127,100000,0,0,23028,0,0,71,0), -- book, Arcane Brilliance (Rank 2), level 70 -> 71\n(16,28609,42000,0,0,10177,0,0,61,0),  -- book, Frost Ward (Rank 5), level 60 -> 61\n(16,28612,42000,0,0,10145,0,0,61,0),  -- book, Conjure Food (Rank 7), level 60 -> 61\n-- (16,33041,1900,0,0,31661,0,0,56,0),   -- talent, Dragon's Breath (Rank 2), level 56 -> 61\n(16,33717,150000,0,0,28612,0,0,71,0); -- book, Conjure Food (Rank 8), level 70 -> 71\n\n-- Warlock\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 31 AND `SpellId` IN (688, 1710, 23161, 25309, 25311, 28610);\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 32 AND `SpellId` IN (688);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n-- (31,688,100,0,0,0,0,0,1,0), -- quest, Summon Imp\n-- (31,1710,10000,0,0,0,0,0,40,0), -- quest, Summon Felsteed\n-- (31,23161,100000,0,0,5784,33391,0,40,0), -- quest, Summon Dreadsteed\n(31,25309,26000,0,0,11668,0,0,61,0), -- book, Immolate (Rank 8), level 60 -> 61\n(31,25311,26000,0,0,11672,0,0,61,0), -- book, Corruption (Rank 7), level 60 -> 61\n(31,28610,34000,0,0,11740,0,0,61,0); -- book, Shadow Ward (Rank 4), level 60 -> 61\n-- (31,30404,2500,0,0,30108,0,0,60,0),  -- talent, Unstable Affliction (Rank 2), level 60 -> 61\n-- (31,30413,2500,0,0,30283,0,0,60,0),  -- talent, Shadowfury (Rank 2), level 60 -> 61\n\n-- Druid\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 33 AND `SpellId` IN (783, 1066, 21849, 21850, 25297, 25298, 25299, 26991, 31018, 31709, 33950);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES\n(33,783,6000,0,0,0,0,0,30,0), -- Travel Form, level 16 -> 30\n-- (33,1066,900,0,0,0,0,0,16,0), -- Aquatic Form is a quest reward\n(33,21849,23000,0,0,0,0,0,61,0),      -- book, Gift of the Wild (Rank 1), level 50 -> 61\n(33,21850,34000,0,0,21849,0,0,61,0),  -- book, Gift of the Wild (Rank 2), level 60 -> 61\n(33,25297,34000,0,0,9889,0,0,61,0),   -- book, Healing Touch (Rank 11), level 60 -> 61\n(33,25298,34000,0,0,9876,0,0,61,0),   -- book, Starfire (Rank 7), level 60 -> 61\n(33,25299,34000,0,0,9841,0,0,61,0),   -- book, Rejuvenation (Rank 11), level 60 -> 61\n(33,26991,100000,0,0,21850,0,0,71,0), -- book, Gift of the Wild (Rank 3), level 70 -> 71\n(33,31018,30000,0,0,22829,0,0,61,0),  -- book, Ferocious Bite (Rank 5), level 60 -> 61\n(33,31709,34000,0,0,9892,0,0,61,0),   -- book, Cower (Rank 4), level 60 -> 61\n(33,33950,34000,0,0,33391,0,0,68,0);  -- Flight Form, level 60 -> 68\n-- (33,33982,1700,0,0,33876,0,0,58,0),   -- talent, Mangle (Cat) (Rank 2), level 58 -> 61\n-- (33,33986,1700,0,0,33878,0,0,58,0),   -- talent, Mangle (Bear) (Rank 2), level 58 -> 61\n-- (33,50764,90000,0,0,50765,0,0,69,0),  -- optional, Revive (Rank 6), level 69 -> 71\n-- (33,50765,34000,0,0,50766,0,0,60,0),  -- optional, Revive (Rank 5), level 60 -> 71\n-- (33,50766,22000,0,0,50767,0,0,48,0),  -- optional, Revive (Rank 4), level 48 -> 71\n-- (33,50767,11000,0,0,50768,0,0,36,0),  -- optional, Revive (Rank 3), level 36 -> 71\n-- (33,50768,4000,0,0,50769,0,0,24,0),   -- optional, Revive (Rank 2), level 24 -> 71\n-- (33,50769,800,0,0,0,0,0,12,0),        -- optional, Revive (Rank 1), level 12 -> 71\n-- (33,53223,600,0,0,50516,0,0,60,0),    -- talent, Typhoon (Rank 2), level 60 -> 71\n-- (33,62600,4500,0,0,0,0,0,40,0);       -- optional, Savage Defense, level 40 -> 71\n\n/* Restore drops from Grimoire of Shadow Ward IV */\nDELETE FROM `creature_loot_template` WHERE `Item` = 22891;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(8895, 22891, 0.02, 0, 1, 1),\n(8898, 22891, 0.02, 0, 1, 1),\n(8899, 22891, 0.02, 0, 1, 1),\n(8903, 22891, 0.02, 0, 1, 1),\n(8906, 22891, 0.02, 0, 1, 1),\n(8907, 22891, 0.04, 0, 1, 1),\n(8908, 22891, 0.05, 0, 1, 1),\n(8910, 22891, 0.02, 0, 1, 1),\n(8911, 22891, 0.02, 0, 1, 1),\n(8914, 22891, 0.02, 0, 1, 1),\n(9044, 22891, 0.02, 0, 1, 1),\n(9045, 22891, 0.03, 0, 1, 1),\n(9096, 22891, 0.03, 0, 1, 1),\n(9098, 22891, 0.02, 0, 1, 1),\n(9197, 22891, 0.05, 0, 1, 1),\n(9201, 22891, 0.02, 0, 1, 1),\n(9216, 22891, 0.05, 0, 1, 1),\n(9239, 22891, 0.05, 0, 1, 1),\n(9240, 22891, 0.02, 0, 1, 1),\n(9241, 22891, 0.02, 0, 1, 1),\n(9257, 22891, 0.03, 0, 1, 1),\n(9258, 22891, 0.02, 0, 1, 1),\n(9259, 22891, 0.04, 0, 1, 1),\n(9260, 22891, 0.03, 0, 1, 1),\n(9261, 22891, 0.02, 0, 1, 1),\n(9262, 22891, 0.04, 0, 1, 1),\n(9263, 22891, 0.02, 0, 1, 1),\n(9265, 22891, 0.02, 0, 1, 1),\n(9266, 22891, 0.05, 0, 1, 1),\n(9268, 22891, 0.02, 0, 1, 1),\n(9269, 22891, 0.02, 0, 1, 1),\n(9583, 22891, 0.03, 0, 1, 1),\n(9692, 22891, 0.03, 0, 1, 1),\n(9693, 22891, 0.06, 0, 1, 1),\n(9716, 22891, 0.02, 0, 1, 1),\n(9717, 22891, 0.02, 0, 1, 1),\n(9817, 22891, 0.05, 0, 1, 1),\n(9818, 22891, 0.03, 0, 1, 1),\n(9819, 22891, 0.04, 0, 1, 1),\n(10083, 22891, 0.02, 0, 1, 1),\n(10317, 22891, 0.05, 0, 1, 1),\n(10318, 22891, 0.04, 0, 1, 1),\n(10319, 22891, 0.05, 0, 1, 1),\n(10366, 22891, 0.03, 0, 1, 1),\n(10372, 22891, 0.02, 0, 1, 1),\n(10374, 22891, 0.02, 0, 1, 1),\n(10381, 22891, 0.03, 0, 1, 1),\n(10382, 22891, 0.02, 0, 1, 1),\n(10384, 22891, 0.05, 0, 1, 1),\n(10385, 22891, 0.09, 0, 1, 1),\n(10390, 22891, 0.02, 0, 1, 1),\n(10398, 22891, 0.02, 0, 1, 1),\n(10399, 22891, 0.04, 0, 1, 1),\n(10400, 22891, 0.02, 0, 1, 1),\n(10405, 22891, 0.02, 0, 1, 1),\n(10406, 22891, 0.03, 0, 1, 1),\n(10407, 22891, 0.02, 0, 1, 1),\n(10408, 22891, 0.04, 0, 1, 1),\n(10409, 22891, 0.02, 0, 1, 1),\n(10412, 22891, 0.02, 0, 1, 1),\n(10413, 22891, 0.02, 0, 1, 1),\n(10414, 22891, 0.02, 0, 1, 1),\n(10416, 22891, 0.02, 0, 1, 1),\n(10417, 22891, 0.02, 0, 1, 1),\n(10418, 22891, 0.03, 0, 1, 1),\n(10419, 22891, 0.02, 0, 1, 1),\n(10420, 22891, 0.05, 0, 1, 1),\n(10421, 22891, 0.04, 0, 1, 1),\n(10422, 22891, 0.02, 0, 1, 1),\n(10423, 22891, 0.04, 0, 1, 1),\n(10424, 22891, 0.04, 0, 1, 1),\n(10425, 22891, 0.05, 0, 1, 1),\n(10426, 22891, 0.03, 0, 1, 1),\n(10447, 22891, 0.03, 0, 1, 1),\n(10463, 22891, 0.03, 0, 1, 1),\n(10464, 22891, 0.02, 0, 1, 1),\n(10469, 22891, 0.03, 0, 1, 1),\n(10470, 22891, 0.04, 0, 1, 1),\n(10471, 22891, 0.03, 0, 1, 1),\n(10476, 22891, 0.04, 0, 1, 1),\n(10477, 22891, 0.02, 0, 1, 1),\n(10478, 22891, 0.03, 0, 1, 1),\n(10486, 22891, 0.02, 0, 1, 1),\n(10487, 22891, 0.02, 0, 1, 1),\n(10488, 22891, 0.03, 0, 1, 1),\n(10489, 22891, 0.06, 0, 1, 1),\n(10491, 22891, 0.03, 0, 1, 1),\n(10495, 22891, 0.02, 0, 1, 1),\n(10498, 22891, 0.02, 0, 1, 1),\n(10499, 22891, 0.03, 0, 1, 1),\n(10500, 22891, 0.02, 0, 1, 1),\n(10680, 22891, 0.02, 0, 1, 1),\n(10681, 22891, 0.02, 0, 1, 1),\n(10742, 22891, 0.03, 0, 1, 1),\n(10762, 22891, 0.12, 0, 1, 1),\n(11032, 22891, 0.02, 0, 1, 1),\n(11043, 22891, 0.02, 0, 1, 1),\n(11257, 22891, 0.03, 0, 1, 1),\n(11441, 22891, 0.02, 0, 1, 1),\n(11444, 22891, 0.02, 0, 1, 1),\n(11450, 22891, 0.02, 0, 1, 1),\n(11455, 22891, 0.03, 0, 1, 1),\n(11456, 22891, 0.02, 0, 1, 1),\n(11458, 22891, 0.02, 0, 1, 1),\n(11459, 22891, 0.02, 0, 1, 1),\n(11462, 22891, 0.02, 0, 1, 1),\n(11472, 22891, 0.02, 0, 1, 1),\n(11473, 22891, 0.02, 0, 1, 1),\n(11483, 22891, 0.02, 0, 1, 1),\n(11551, 22891, 0.04, 0, 1, 1),\n(11582, 22891, 0.03, 0, 1, 1),\n(12457, 22891, 0.02, 0, 1, 1),\n(12460, 22891, 0.02, 0, 1, 1),\n(12461, 22891, 0.03, 0, 1, 1),\n(12463, 22891, 0.06, 0, 1, 1),\n(12459, 22891, 0.02, 0, 1, 1),\n(12465, 22891, 0.02, 0, 1, 1),\n(12467, 22891, 0.02, 0, 1, 1),\n(13197, 22891, 0.02, 0, 1, 1),\n(13285, 22891, 0.02, 0, 1, 1),\n(12397, 22891, 0.02, 0, 1, 1),\n(10371, 22891, 0.02, 0, 1, 1),\n(11471, 22891, 0.02, 0, 1, 1),\n(11448, 22891, 0.02, 0, 1, 1),\n(11480, 22891, 0.02, 0, 1, 1),\n(10391, 22891, 0.03, 0, 1, 1);\n"
  },
  {
    "path": "data/sql/world/base/cs_individualProgression.sql",
    "content": "DELETE FROM `command` WHERE `name` IN ('ip get', 'ip set', 'ip setbot', 'ip setrep', 'ip tele');\nINSERT INTO `command` (`name`, `security`, `help`) VALUES\n('ip get', 0, 'Syntax: .ip get\\nShows your or your targets current progression level.'),\n('ip set', 2, 'Syntax: .ip set $progressionLevel\\nSets the player to the given progression level.'),\n('ip setbot', 0, 'Syntax: .ip setbot\\nSets all bots in the group to your progression level.'),\n('ip setrep', 0, 'Syntax: .ip setrep\\nSets your reputation of certain factions to the same value as the character that has the highest value on your account.'),\n('ip tele', 2, 'Syntax: .ip tele $location\\nTeleports the player to the given location.');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_aq20.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(15318, 15319, 15320, 15323, 15324, 15333, 15335, 15336, 15343, 15344, 15385, 15386, 15387, 15388, 15389, 15390, 15391, 15392, 15461, 15462);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(15318, 15319, 15320, 15323, 15324, 15333, 15335, 15336, 15343, 15344, 15385, 15386, 15387, 15388, 15389, 15390, 15391, 15392, 15461, 15462);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(15318, 0, 0, 0, 0, 0, 100, 0, 2000, 2000, 2000, 2000, 0, 0, 13, 0, 100, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Hive\\'Zara Drone - In Combat - Reset aggro'),\n(15319, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 16000, 0, 30, 11, 12252, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Hive\\'Zara Collector - Within 0-30 Range - Cast Web Spray'),\n(15319, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 12000, 15000, 0, 0, 11, 3589, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Hive\\'Zara Collector - Within 0-5 Range - Cast Deafening Screech'),\n(15320, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 18200, 0, 30, 11, 25497, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Hive\\'Zara Soldier - Within 0-30 Range - Cast Venom Spit'),\n(15320, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 22857, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Hive\\'Zara Soldier - Between 0-30% Health - Cast Retaliation (No Repeat)'),\n(15320, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hive\\'Zara Soldier - Between 0-30% Health - Say Line 0 (No Repeat)'),\n(15323, 0, 0, 1, 0, 0, 100, 0, 5000, 5000, 8000, 10000, 0, 0, 11, 26381, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Hive\\'Zara Sandstalker - In Combat - Cast Burrow'),\n(15323, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 13, 0, 100, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Hive\\'Zara Sandstalker - In Combat - Set Single Threat 0-100'),\n(15323, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Hive\\'Zara Sandstalker - In Combat - Disable melee attack'),\n(15323, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Hive\\'Zara Sandstalker - In Combat - Set Phase 1'),\n(15323, 0, 4, 5, 0, 1, 100, 0, 3000, 6000, 3000, 6000, 0, 0, 28, 26381, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Hive\\'Zara Sandstalker - In Combat - Remove Borrow'),\n(15323, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 41390, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Hive\\'Zara Sandstalker - In Combat - Cast Ambush'),\n(15323, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 20, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Hive\\'Zara Sandstalker - In Combat - Enable melee attack'),\n(15323, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Hive\\'Zara Sandstalker - In Combat - Set Phase 0'),\n(15324, 0, 0, 0, 11, 0, 100, 256, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Qiraji Gladiator - On Respawn - Set not phase reset'),\n(15324, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 4000, 8000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Qiraji Gladiator - In Combat - Cast Trample'),\n(15324, 0, 2, 0, 0, 0, 100, 0, 4000, 12000, 8000, 24000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Qiraji Gladiator - Within 0-10 Range - Cast Uppercut'),\n(15324, 0, 3, 4, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 25164, 2, 9, 15324, 0, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Qiraji Gladiator - On Death - Cross Cast Vengeance'),\n(15324, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 15324, 0, 20, 1, 0, 0, 0, 0,                 'Qiraji Gladiator - On Death - Qiraji Gladiator Say Line 0'),\n(15333, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17742, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Silicate Feeder - On Just Died - Cast Cloud of Disease'),\n(15335, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Flesh Hunter - On Respawn - Cast Thrash'),\n(15335, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Flesh Hunter - On Aggro - Set Event Phase 1'),\n(15335, 0, 2, 0, 0, 0, 100, 0, 6000, 7000, 9000, 10000, 0, 0, 11, 25424, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Flesh Hunter - In Combat - Cast Poison Bolt'),\n(15335, 0, 3, 0, 24, 2, 100, 0, 25371, 1, 5000, 5000, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Flesh Hunter - On Target Buffed With Consume - Set Event Phase 2 (Phase 2)'),\n(15335, 0, 4, 0, 28, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Flesh Hunter - On Passenger Removed - Set Event Phase 1'),\n(15335, 0, 5, 0, 9, 1, 100, 0, 0, 0, 21000, 24000, 0, 10, 11, 25371, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Flesh Hunter - Within 0-10 Range - Cast Consume (Phase 1)'),\n(15335, 0, 6, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Flesh Hunter - On Evade - Set Event Phase 1'),\n(15336, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hive\\'Zara Tail Lasher - On Aggro - Set Event Phase 1'),\n(15336, 0, 1, 0, 9, 1, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 25645, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hive\\'Zara Tail Lasher - Within 0-5 Range - Cast Poison (Phase 1)'),\n(15336, 0, 2, 0, 24, 1, 100, 0, 25645, 5, 5000, 5000, 0, 0, 22, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hive\\'Zara Tail Lasher - On Target Buffed With Poison - Set Event Phase 2 (Phase 1)'),\n(15336, 0, 3, 0, 24, 2, 100, 0, 25645, 1, 5000, 5000, 0, 0, 22, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hive\\'Zara Tail Lasher - On Target Buffed With Poison - Set Event Phase 1 (Phase 2)'),\n(15336, 0, 4, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 30, 11, 25654, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Hive\\'Zara Tail Lasher - Within 0-30 Range - Cast Tail Lash'),\n(15336, 0, 5, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hive\\'Zara Tail Lasher - On Evade - Set Event Phase 0'),\n(15343, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 25174, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,           'Qiraji Swarmguard - Within 0-5 Range - Cast Sundering Cleave'),\n(15344, 0, 0, 0, 0, 0, 100, 0, 4850, 18250, 4850, 18250, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Swarmguard Needler - Within 0-5 Range - Cast Cleave'),\n--\n(15385, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 0, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Colonel Zerran - Within 0-5 Range - Cast Sunder Armor'),\n(15385, 0, 1, 0, 0, 0, 100, 0, 4000, 5000, 10000, 10000, 0, 0, 11, 25462, 32, 0, 0, 0, 0, 26, 20, 0, 0, 0, 0, 0, 0, 0, 'Colonel Zerran - In Combat - Cast Enlarge'),\n(15385, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Colonel Zerran - In Combat - Increment Phase'),\n(15385, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Colonel Zerran - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15385, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Colonel Zerran - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15385, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Colonel Zerran - In Combat - Decrement Phase (Phase 1)'),\n(15385, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Colonel Zerran - On Aggro - Set Instance Data 1 to 14 (Normal Dungeon)'),\n--\n(15386, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Major Yeggeth - Within 0-5 Range - Cast Sunder Armor'),\n(15386, 0, 1, 0, 0, 0, 100, 0, 12000, 13000, 8000, 9000, 0, 0, 11, 25282, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Major Yeggeth - In Combat - Cast Shield of Rajaxx'),\n(15386, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Major Yeggeth - In Combat - Increment Phase (Normal Dungeon)'),\n(15386, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Major Yeggeth - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15386, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Major Yeggeth - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15386, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Major Yeggeth - In Combat - Decrement Phase (Phase 1)'),\n(15386, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Major Yeggeth - On Aggro - Set Instance Data 1 to 12 (Normal Dungeon)'),\n--\n(15387, 0, 0, 1, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Qiraji Warrior - Between 0-25% Health - Cast Enrage (No Repeat)'),\n(15387, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Qiraji Warrior - On Enrage - Say Line 0'),\n(15387, 0, 2, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 8, 11, 10966, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Qiraji Warrior - Within 0-8 Range - Cast Uppercut'),\n(15387, 0, 3, 0, 9, 0, 100, 0, 0, 0, 14000, 17000, 0, 8, 11, 15588, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Qiraji Warrior - Within 0-8 Range - Cast Thunderclap'),\n--\n(15388, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Major Pakkon - Within 0-5 Range - Cast Sunder Armor'),\n(15388, 0, 1, 0, 0, 0, 100, 0, 12000, 13000, 14000, 15000, 0, 0, 11, 25322, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Major Pakkon - In Combat - Cast Sweeping Slam'),\n(15388, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Major Pakkon - In Combat - Increment Phase'),\n(15388, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Major Pakkon - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15388, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Major Pakkon - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15388, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Major Pakkon - In Combat - Decrement Phase (Phase 1)'),\n(15388, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Major Pakkon - On Aggro - Set Instance Data 1 to 13 (Normal Dungeon)'),\n--\n(15389, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Drenn - Within 0-5 Range - Cast Sunder Armor'),\n(15389, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 18000, 22000, 0, 0, 11, 26550, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Captain Drenn - In Combat - Cast Lightning Cloud'),\n(15389, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Drenn - In Combat - Increment Phase'),\n(15389, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Captain Drenn - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15389, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Drenn - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15389, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Captain Drenn - In Combat - Decrement Phase (Phase 1)'),\n(15389, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Captain Drenn - On Aggro - Set Instance Data 1 to 10 (Normal Dungeon)'),\n--\n(15390, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Xurrem - Within 0-5 Range - Cast Sunder Armor'),\n(15390, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 9000, 14000, 0, 0, 11, 25425, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Xurrem - In Combat - Cast Shockwave'),\n(15390, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Xurrem - In Combat - Increment Phase'),\n(15390, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Captain Xurrem - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15390, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Xurrem - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15390, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Captain Xurrem - In Combat - Decrement Phase (Phase 1)'),\n(15390, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Captain Xurrem - On Aggro - Set Instance Data 1 to 11 (Normal Dungeon)'),\n--\n(15391, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Qeez - Within 0-5 Range - Cast Sunder Armor'),\n(15391, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 12000, 16000, 0, 0, 11, 19134, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Captain Qeez - In Combat - Cast Frightening Shout'),\n(15391, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Qeez - In Combat - Increment Phase'),\n(15391, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Captain Qeez - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15391, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Qeez - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15391, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Captain Qeez - In Combat - Decrement Phase (Phase 1)'),\n(15391, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Qeez - On Aggro - Set Instance Data 1 to 8 (Normal Dungeon)'),\n--\n(15392, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Tuubid - Within 0-5 Range - Cast Sunder Armor'),\n(15392, 0, 1, 0, 0, 0, 100, 0, 12000, 13000, 14000, 15000, 0, 0, 11, 25471, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Captain Tuubid - In Combat - Cast Attack Order'),\n(15392, 0, 2, 0, 0, 0, 100, 512, 13000, 17000, 14000, 18000, 0, 0, 23, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Tuubid - In Combat - Increment Phase'),\n(15392, 0, 3, 0, 0, 1, 100, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Captain Tuubid - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15392, 0, 4, 0, 9, 1, 100, 0, 0, 0, 2000, 2000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Tuubid - Within 0-5 Range - Cast Cleave (Phase 1)'),\n(15392, 0, 5, 0, 0, 1, 100, 512, 3000, 3000, 3000, 3000, 0, 0, 23, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Captain Tuubid - In Combat - Decrement Phase (Phase 1)'),\n(15392, 0, 6, 0, 4, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 1, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Tuubid - On Aggro - Set Instance Data 1 to 9 (Normal Dungeon)'),\n--\n(15461, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 7000, 10000, 0, 0, 11, 22886, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Shrieker Scarab - In Combat - Cast Berserker Charge'),\n(15461, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 7000, 9000, 0, 0, 11, 26379, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Shrieker Scarab - In Combat - Cast Piercing Shriek'),\n\n(15462, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 7000, 10000, 0, 0, 11, 22886, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Spitting Scarab - In Combat - Cast Berserker Charge'),\n(15462, 0, 1, 0, 0, 0, 100, 0, 2000, 7000, 8000, 14000, 0, 0, 11, 24334, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Spitting Scarab - In Combat - Cast Acid Spit');\n\n\n/* fix loot tables */\nDELETE FROM `reference_loot_template` WHERE `Entry` IN (30411, 30420, 30421, 30422, 30423, 30424, 30425, 30426, 30427, 30428, 30429, 30430, 30431, 30432, 30433, 30434, 30435, 30436);\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(30411, 20727, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Shadow Power'),\n(30411, 20728, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Frost Power'),\n(30411, 20729, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Fire Power'),\n(30411, 20730, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Healing Power'),\n(30411, 20731, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Gloves - Superior Agility'),\n(30411, 20734, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Cloak - Stealth'),\n(30411, 20736, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Cloak - Dodge'),\n--\n(30420, 21214, 0, 0, 0, 1, 1, 1, 1, 'Tome of Frostbolt XI'),\n(30420, 21279, 0, 0, 0, 1, 1, 1, 1, 'Tome of Fireball XII'),\n(30420, 21280, 0, 0, 0, 1, 1, 1, 1, 'Tome of Arcane Missiles VIII'),\n(30420, 21281, 0, 0, 0, 1, 1, 1, 1, 'Grimoire of Shadow Bolt X'),\n(30420, 21282, 0, 0, 0, 1, 1, 1, 1, 'Grimoire of Immolate VIII'),\n(30420, 21283, 0, 0, 0, 1, 1, 1, 1, 'Grimoire of Corruption VII'),\n(30420, 21288, 0, 0, 0, 1, 1, 1, 1, 'Libram: Blessing of Wisdom VI'),\n(30420, 21291, 0, 0, 0, 1, 1, 1, 1, 'Tablet of Healing Wave X'),\n(30420, 21297, 0, 0, 0, 1, 1, 1, 1, 'Manual of Heroic Strike IX'),\n--\n(30421, 21284, 0, 0, 0, 1, 1, 1, 1, 'Codex of Greater Heal V'),\n(30421, 21285, 0, 0, 0, 1, 1, 1, 1, 'Codex of Renew X'),\n(30421, 21287, 0, 0, 0, 1, 1, 1, 1, 'Codex of Prayer of Healing V'),\n(30421, 21289, 0, 0, 0, 1, 1, 1, 1, 'Libram: Blessing of Might VII'),\n(30421, 21292, 0, 0, 0, 1, 1, 1, 1, 'Tablet of Strength of Earth Totem V'),\n(30421, 21294, 0, 0, 0, 1, 1, 1, 1, 'Book of Healing Touch XI'),\n(30421, 21295, 0, 0, 0, 1, 1, 1, 1, 'Book of Starfire VII'),\n(30421, 21296, 0, 0, 0, 1, 1, 1, 1, 'Book of Rejuvenation XI'),\n(30421, 21298, 0, 0, 0, 1, 1, 1, 1, 'Manual of Battle Shout VII'),\n--\n(30424, 21290, 0, 0, 0, 1, 1, 1, 1, 'Libram: Holy Light IX'),\n(30424, 21293, 0, 0, 0, 1, 1, 1, 1, 'Tablet of Grace of Air Totem III'),\n(30424, 21299, 0, 0, 0, 1, 1, 1, 1, 'Manual of Revenge VI'),\n(30424, 21300, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Backstab IX'),\n-- (30424, 21302, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Deadly Poison V'), -- gets added to reference loot in zz_optional_restore_rogue_poisons\n(30424, 21303, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Feint V'),\n(30424, 21304, 0, 0, 0, 1, 1, 1, 1, 'Guide: Multi-Shot V'),\n(30424, 21306, 0, 0, 0, 1, 1, 1, 1, 'Guide: Serpent Sting IX'),\n(30424, 21307, 0, 0, 0, 1, 1, 1, 1, 'Guide: Aspect of the Hawk VII'),\n--\n(30422, 21457, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Bracers of Brutality'),\n(30422, 21459, 0, 10, 0, 1, 1, 1, 1, 'Ossirian the Unscarred - Crossbow of Imminent Doom'),\n(30422, 21460, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Helm of Domination'),\n(30422, 21461, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Leggings of the Black Blizzard'),\n(30422, 21462, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Gloves of Dark Wisdom'),\n(30422, 21463, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Ossirian\\'s Binding'),\n(30422, 21464, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Shackles of the Unscarred'),\n--\n(30423, 21452, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Staff of the Ruins'),\n(30423, 21453, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Mantle of the Horusath'),\n(30423, 21454, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Runic Stone Shoulders'),\n(30423, 21456, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Sandstorm Cloak'),\n(30423, 21458, 0, 0,  0, 1, 1, 1, 1, 'Ossirian the Unscarred - Gauntlets of New Life'),\n(30423, 21715, 0, 10, 0, 1, 1, 1, 1, 'Ossirian the Unscarred - Sand Polished Hammer'),\n--\n(30425, 20886, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Spiked Hilt'),\n(30425, 20890, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Ornate Hilt'),\n--\n(30426, 21214, 0, 0, 0, 1, 1, 1, 1, 'Tome of Frostbolt XI'),\n(30426, 21279, 0, 0, 0, 1, 1, 1, 1, 'Tome of Fireball XII'),\n(30426, 21280, 0, 0, 0, 1, 1, 1, 1, 'Tome of Arcane Missiles VIII'),\n(30426, 21281, 0, 0, 0, 1, 1, 1, 1, 'Grimoire of Shadow Bolt X'),\n(30426, 21282, 0, 0, 0, 1, 1, 1, 1, 'Grimoire of Immolate VIII'),\n(30426, 21283, 0, 0, 0, 1, 1, 1, 1, 'Grimoire of Corruption VII'),\n(30426, 21284, 0, 0, 0, 1, 1, 1, 1, 'Codex of Greater Heal V'),\n(30426, 21285, 0, 0, 0, 1, 1, 1, 1, 'Codex of Renew X'),\n(30426, 21287, 0, 0, 0, 1, 1, 1, 1, 'Codex of Prayer of Healing V'),\n(30426, 21288, 0, 0, 0, 1, 1, 1, 1, 'Libram: Blessing of Wisdom VI'),\n(30426, 21289, 0, 0, 0, 1, 1, 1, 1, 'Libram: Blessing of Might VII'),\n(30426, 21290, 0, 0, 0, 1, 1, 1, 1, 'Libram: Holy Light IX'),\n(30426, 21291, 0, 0, 0, 1, 1, 1, 1, 'Tablet of Healing Wave X'),\n(30426, 21292, 0, 0, 0, 1, 1, 1, 1, 'Tablet of Strength of Earth Totem V'),\n(30426, 21293, 0, 0, 0, 1, 1, 1, 1, 'Tablet of Grace of Air Totem III'),\n(30426, 21294, 0, 0, 0, 1, 1, 1, 1, 'Book of Healing Touch XI'),\n(30426, 21295, 0, 0, 0, 1, 1, 1, 1, 'Book of Starfire VII'),\n(30426, 21296, 0, 0, 0, 1, 1, 1, 1, 'Book of Rejuvenation XI'),\n(30426, 21297, 0, 0, 0, 1, 1, 1, 1, 'Manual of Heroic Strike IX'),\n(30426, 21298, 0, 0, 0, 1, 1, 1, 1, 'Manual of Battle Shout VII'),\n(30426, 21299, 0, 0, 0, 1, 1, 1, 1, 'Manual of Revenge VI'),\n(30426, 21300, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Backstab IX'),\n(30426, 21302, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Deadly Poison V'),\n(30426, 21303, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Feint V'),\n(30426, 21304, 0, 0, 0, 1, 1, 1, 1, 'Guide: Multi-Shot V'),\n(30426, 21306, 0, 0, 0, 1, 1, 1, 1, 'Guide: Serpent Sting IX'),\n(30426, 21307, 0, 0, 0, 1, 1, 1, 1, 'Guide: Aspect of the Hawk VII'),\n--\n(30427, 21214, 0, 0, 0, 1, 2, 1, 1, 'Tome of Frostbolt XI'),\n(30427, 21279, 0, 0, 0, 1, 2, 1, 1, 'Tome of Fireball XII'),\n(30427, 21280, 0, 0, 0, 1, 2, 1, 1, 'Tome of Arcane Missiles VIII'),\n(30427, 21281, 0, 0, 0, 1, 2, 1, 1, 'Grimoire of Shadow Bolt X'),\n(30427, 21282, 0, 0, 0, 1, 2, 1, 1, 'Grimoire of Immolate VIII'),\n(30427, 21283, 0, 0, 0, 1, 2, 1, 1, 'Grimoire of Corruption VII'),\n(30427, 21284, 0, 0, 0, 1, 2, 1, 1, 'Codex of Greater Heal V'),\n(30427, 21285, 0, 0, 0, 1, 2, 1, 1, 'Codex of Renew X'),\n(30427, 21287, 0, 0, 0, 1, 2, 1, 1, 'Codex of Prayer of Healing V'),\n(30427, 21288, 0, 0, 0, 1, 2, 1, 1, 'Libram: Blessing of Wisdom VI'),\n(30427, 21289, 0, 0, 0, 1, 2, 1, 1, 'Libram: Blessing of Might VII'),\n(30427, 21290, 0, 0, 0, 1, 2, 1, 1, 'Libram: Holy Light IX'),\n(30427, 21291, 0, 0, 0, 1, 2, 1, 1, 'Tablet of Healing Wave X'),\n(30427, 21292, 0, 0, 0, 1, 2, 1, 1, 'Tablet of Strength of Earth Totem V'),\n(30427, 21293, 0, 0, 0, 1, 2, 1, 1, 'Tablet of Grace of Air Totem III'),\n(30427, 21294, 0, 0, 0, 1, 2, 1, 1, 'Book of Healing Touch XI'),\n(30427, 21295, 0, 0, 0, 1, 2, 1, 1, 'Book of Starfire VII'),\n(30427, 21296, 0, 0, 0, 1, 2, 1, 1, 'Book of Rejuvenation XI'),\n(30427, 21297, 0, 0, 0, 1, 2, 1, 1, 'Manual of Heroic Strike IX'),\n(30427, 21298, 0, 0, 0, 1, 2, 1, 1, 'Manual of Battle Shout VII'),\n(30427, 21299, 0, 0, 0, 1, 2, 1, 1, 'Manual of Revenge VI'),\n(30427, 21300, 0, 0, 0, 1, 2, 1, 1, 'Handbook of Backstab IX'),\n(30427, 21302, 0, 0, 0, 1, 2, 1, 1, 'Handbook of Deadly Poison V'),\n(30427, 21303, 0, 0, 0, 1, 2, 1, 1, 'Handbook of Feint V'),\n(30427, 21304, 0, 0, 0, 1, 2, 1, 1, 'Guide: Multi-Shot V'),\n(30427, 21306, 0, 0, 0, 1, 2, 1, 1, 'Guide: Serpent Sting IX'),\n(30427, 21307, 0, 0, 0, 1, 2, 1, 1, 'Guide: Aspect of the Hawk VII'),\n--\n(30428, 20884, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Magisterial Ring'),\n(30428, 20886, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Spiked Hilt'),\n(30428, 20888, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Ceremonial Ring'),\n(30428, 20890, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Ornate Hilt'),\n--\n(30429, 21455, 0, 0, 0, 1, 1, 1, 1, 'Moam - Southwind Helm'),\n(30429, 21468, 0, 0, 0, 1, 1, 1, 1, 'Moam - Mantle of Maz\\'Nadir'),\n(30429, 21469, 0, 0, 0, 1, 1, 1, 1, 'Moam - Gauntlets of Southwind'),\n(30429, 21470, 0, 0, 0, 1, 1, 1, 1, 'Moam - Cloak of the Savior'),\n(30429, 21473, 0, 0, 0, 1, 1, 1, 1, 'Moam - Eye of Moam'),\n(30429, 21474, 0, 0, 0, 1, 1, 1, 1, 'Moam - Chitinous Shoulderguards'),\n(30429, 21475, 0, 0, 0, 1, 1, 1, 1, 'Moam - Legplates of the Destroyer'),\n(30429, 21476, 0, 0, 0, 1, 1, 1, 1, 'Moam - Obsidian Scaled Leggings'),\n(30429, 21477, 0, 0, 0, 1, 1, 1, 1, 'Moam - Ring of Fury'),\n--\n(30430, 21467, 0, 0, 0, 1, 1, 1, 1, 'Moam - Thick Silithid Chestguard'),\n(30430, 21471, 0, 0, 0, 1, 1, 1, 1, 'Moam - Talon of Furious Concentration'),\n(30430, 21472, 0, 0, 0, 1, 1, 1, 1, 'Moam - Dustwind Turban'),\n(30430, 21479, 0, 0, 0, 1, 1, 1, 1, 'Moam - Gauntlets of the Immovable'),\n--\n(30431, 20884, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Magisterial Ring'),\n(30431, 20885, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Martial Drape'),\n(30431, 20888, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Ceremonial Ring'),\n(30431, 20889, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Regal Drape'),\n--\n(30432, 21492, 0, 0, 0, 1, 1, 1, 1, 'General Rajaxx - Manslayer of the Qiraji'),\n(30432, 21493, 0, 0, 0, 1, 1, 1, 1, 'General Rajaxx - Boots of the Vanguard'),\n(30432, 21494, 0, 0, 0, 1, 1, 1, 1, 'General Rajaxx - Southwind\\'s Grasp'),\n(30432, 21495, 0, 0, 0, 1, 1, 1, 1, 'General Rajaxx - Legplates of the Qiraji Command'),\n(30432, 21496, 0, 0, 0, 1, 1, 1, 1, 'General Rajaxx - Bracers of Qiraji Command'),\n(30432, 21497, 0, 0, 0, 1, 1, 1, 1, 'General Rajaxx - Boots of the Qiraji General'),\n--\n(30433, 21498, 0, 0, 0, 1, 1, 1, 1, 'Kurinnaxx - Qiraji Sacrificial Dagger'),\n(30433, 21499, 0, 0, 0, 1, 1, 1, 1, 'Kurinnaxx - Vestments of the Shifting Sands'),\n(30433, 21500, 0, 0, 0, 1, 1, 1, 1, 'Kurinnaxx - Belt of the Inquisition'),\n(30433, 21501, 0, 0, 0, 1, 1, 1, 1, 'Kurinnaxx - Toughened Silithid Hide Gloves'),\n(30433, 21502, 0, 0, 0, 1, 1, 1, 1, 'Kurinnaxx - Sand Reaver Wristguards'),\n(30433, 21503, 0, 0, 0, 1, 1, 1, 1, 'Kurinnaxx - Belt of the Sand Reaver'),\n--\n(30434, 20884, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Magisterial Ring'),\n(30434, 20885, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Martial Drape'),\n(30434, 20886, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Spiked Hilt'),\n(30434, 20888, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Ceremonial Ring'),\n(30434, 20889, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Regal Drape'),\n(30434, 20890, 0, 0, 0, 1, 1, 1, 1, 'Qiraji Ornate Hilt'),\n--\n(30435, 21466, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Stinger of Ayamiss'),\n(30435, 21478, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Bow of Taut Sinew'),\n(30435, 21479, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Gauntlets of the Immovable'),\n(30435, 21480, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Scaled Silithid Gauntlets'),\n(30435, 21481, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Boots of the Desert Protector'),\n(30435, 21482, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Boots of the Fiery Sands'),\n(30435, 21483, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Ring of the Desert Winds'),\n(30435, 21484, 0, 0, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Helm of Regrowth'),\n--\n(30436, 21485, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Buru\\'s Skull Fragment'),\n(30436, 21486, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Gloves of the Swarm'),\n(30436, 21487, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Slimy Scaled Gauntlets'),\n(30436, 21488, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Fetish of Chitinous Spikes'),\n(30436, 21489, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Quicksand Waders'),\n(30436, 21490, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Slime Kickers'),\n(30436, 21491, 0, 0, 0, 1, 1, 1, 1, 'Buru the Gorger - Scaled Bracers of the Gorger');\n\n\nDELETE FROM `creature_loot_template` WHERE `entry` IN (15339, 15340, 15341, 15348, 15369, 15370);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(15339, 20884, 0,     10,  0, 1, 0, 1, 1, 'Ossirian the Unscarred - Qiraji Magisterial Ring'),\n(15339, 21220, 0,     100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Head of Ossirian the Unscarred'),\n(15339, 30411, 30411, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Formula ReferenceTable'),\n(15339, 30420, 30420, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Skillbook ReferenceTable'),\n(15339, 30421, 30421, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Skillbook ReferenceTable'),\n(15339, 30424, 30424, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Skillbook ReferenceTable'),\n(15339, 30422, 30422, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Epic ReferenceTable'),\n(15339, 30423, 30423, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Epic ReferenceTable'),\n(15339, 30425, 30425, 100, 0, 1, 0, 1, 1, 'Ossirian the Unscarred - Qiraji Hilt ReferenceTable'),\n--\n(15340, 22220, 0,     15,  0, 1, 0, 1, 1, 'Moam - Plans: Black Grasp of the Destroyer'),\n(15340, 30411, 30411, 7,   0, 1, 0, 1, 1, 'Moam - Formula ReferenceTable'),\n(15340, 30426, 30426, 100, 0, 1, 1, 1, 1, 'Moam - Skillbook ReferenceTable'),\n(15340, 30427, 30427, 100, 0, 1, 2, 1, 1, 'Moam - Skillbook ReferenceTable'),\n(15340, 30428, 30428, 100, 0, 1, 0, 1, 1, 'Moam - Qiraji Ring+Hilt ReferenceTable'),\n(15340, 30429, 30429, 100, 0, 1, 0, 1, 1, 'Moam - Epic ReferenceTable'),\n(15340, 30430, 30430, 100, 0, 1, 0, 1, 1, 'Moam - Epic ReferenceTable'),\n--\n(15341, 30411, 30411, 7,   0, 1, 0, 1, 1, 'General Rajaxx - Formula ReferenceTable'),\n(15341, 30426, 30426, 100, 0, 1, 1, 1, 1, 'General Rajaxx - Skillbook ReferenceTable'),\n(15341, 30427, 30427, 100, 0, 1, 2, 1, 1, 'General Rajaxx - Skillbook ReferenceTable'),\n(15341, 30431, 30431, 100, 0, 1, 0, 1, 1, 'General Rajaxx - Qiraji Ring+Drape ReferenceTable'),\n(15341, 30432, 30432, 100, 0, 1, 0, 1, 1, 'General Rajaxx - Epic ReferenceTable'),\n--\n(15348, 22217, 0,     100, 1, 1, 0, 1, 1, 'Kurinnaxx - Kurinnaxx\\'s Venom Sac'),\n(15348, 30411, 30411, 7,   0, 1, 0, 1, 1, 'Kurinnaxx - Formula ReferenceTable'),\n(15348, 30426, 30426, 100, 0, 1, 1, 1, 1, 'Kurinnaxx - Skillbook ReferenceTable'),\n(15348, 30431, 30431, 100, 0, 1, 0, 1, 1, 'Kurinnaxx - Qiraji Ring+Drape ReferenceTable'),\n(15348, 30433, 30433, 100, 0, 1, 0, 1, 1, 'Kurinnaxx - Epic ReferenceTable'),\n--\n(15369, 30411, 30411, 7,   0, 1, 0, 1, 1, 'Ayamiss the Hunter - Formula ReferenceTable'),\n(15369, 30426, 30426, 100, 0, 1, 1, 1, 1, 'Ayamiss the Hunter - Skillbook ReferenceTable'),\n(15369, 30427, 30427, 100, 0, 1, 2, 1, 1, 'Ayamiss the Hunter - Skillbook ReferenceTable'),\n(15369, 30434, 30434, 100, 0, 1, 0, 1, 1, 'Ayamiss the Hunter - Qiraji Ring+Drape+Hilt ReferenceTable'),\n(15369, 30435, 30435, 100, 0, 1, 0, 1, 1, 'Ayamiss the Hunter - Epic ReferenceTable'),\n--\n(15370, 30411, 30411, 7,   0, 1, 0, 1, 1, 'Buru the Gorger - Formula ReferenceTable'),\n(15370, 30426, 30426, 100, 0, 1, 0, 1, 1, 'Buru the Gorger - Skillbook ReferenceTable'),\n(15370, 30427, 30427, 100, 0, 1, 0, 1, 1, 'Buru the Gorger - Skillbook ReferenceTable'),\n(15370, 30434, 30434, 100, 0, 1, 0, 1, 1, 'Buru the Gorger - Qiraji Ring+Drape+Hilt ReferenceTable'),\n(15370, 30436, 30436, 100, 0, 1, 0, 1, 1, 'Buru the Gorger - Epic ReferenceTable');\n\n-- remove unused AC reference loot templates\nDELETE FROM `reference_loot_template` WHERE `Entry` IN (34024, 34025, 34026);\n\n/*\nhttps://www.azerothcore.org/wiki/conditions#sourcetypeorreferenceid\nthis should work, but doesn't\nengine thinks SourceGroup is a creature_loot_template entry. it's not. \nit's a reference_loot_template` entry. no idea how to let the engine know this\nhttps://www.azerothcore.org/wiki/loot_template#loot_template-Entry\nreference_loot_template \t*_loot_template.reference\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` IN (30423, 30429, 30435, 30436); \nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 30423, 21453, 0, 0, 6, 0, 469, 0, 0, 0, 0, 0, '', 'Mantle of the Horusath will only drop for Alliance'),        -- Ossirian the Unscarred\n(1, 30423, 21454, 0, 0, 6, 0, 67,  0, 0, 0, 0, 0, '', 'Runic Stone Shoulders will only drop for Horde'),            -- Ossirian the Unscarred\n(1, 30429, 21475, 0, 0, 6, 0, 469, 0, 0, 0, 0, 0, '', 'Legplates of the Destroyer will only drop for Alliance'),    -- Moam\n(1, 30429, 21476, 0, 0, 6, 0, 67,  0, 0, 0, 0, 0, '', 'Obsidian Scaled Leggings will only drop for Horde'),         -- Moam\n(1, 30435, 21481, 0, 0, 6, 0, 469, 0, 0, 0, 0, 0, '', 'Boots of the Desert Protector will only drop for Alliance'), -- Ayamiss the Hunter\n(1, 30435, 21482, 0, 0, 6, 0, 67,  0, 0, 0, 0, 0, '', 'Boots of the Fiery Sands will only drop for Horde'),         -- Ayamiss the Hunter\n(1, 30436, 21486, 0, 0, 6, 0, 469, 0, 0, 0, 0, 0, '', 'Gloves of the Swarm will only drop for Alliance'),           -- Buru the Gorger\n(1, 30436, 21487, 0, 0, 6, 0, 67,  0, 0, 0, 0, 0, '', 'Slimy Scaled Gauntlets will only drop for Horde');           -- Buru the Gorger\n*/\n"
  },
  {
    "path": "data/sql/world/base/dungeon_aq40.sql",
    "content": "-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (15718);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (15718);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(15718, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Ouro Scarab - On Just Summoned - Set In Combat With Zone'),\n(15718, 0, 1, 0, 0,  0, 100, 0, 5000, 10000, 5000, 10000, 0, 0, 11, 22951, 0, 0, 0, 0, 0, 17, 10, 60, 1, 0, 0, 0, 0, 0, 'Ouro Scarab - In Combat - Cast Summon Player'),\n(15718, 0, 2, 0, 0,  0, 100, 1, 45000, 45000, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Ouro Scarab - In Combat after 45 seconds - Forced Despawn');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_attunements.sql",
    "content": "/* Maraudon Portal Requirement Script */\nUPDATE `gameobject_template` SET `ScriptName` = 'go_mara_portal' WHERE `entry` = 178404;\n\n/* TBC Attunement Quests - Restore pre-3.0 version */\n\n-- The Cudgel of Kar'desh\nDELETE FROM `creature_queststarter` WHERE `id` = 22421 AND `quest` IN (10901, 13431); -- \nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (22421, 10901);\n\nDELETE FROM `creature_questender` WHERE `id` = 22421 AND `quest` IN (10901, 13431);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (22421, 10901);\n\nUPDATE `quest_template` SET `RewardSpell` = 39145 WHERE (`ID` = 10901); -- Adds The Mark of Vashj spell to The Cudgel of Kar'desh (cosmetic)\n\n-- Trial of the Naaru: Magtheridon\nDELETE FROM `creature_queststarter` WHERE `id` = 18481 AND `quest` IN (10888, 13430); \nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (18481, 10888);\n\nDELETE FROM `creature_questender` WHERE `id` = 18481 AND `quest` = 13430;\n\nDELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (10888, 10901);\nUPDATE `quest_template` SET `QuestType` = 2 WHERE `ID` = 10901;\nUPDATE `quest_template_addon` SET `NextQuestID` = 10888 WHERE `ID` IN (10884, 10885, 10886);\n\n-- The Vials of Eternity\nDELETE FROM `creature_questender` WHERE `id` = 19935 AND `quest` = 13432;\nDELETE FROM `creature_queststarter` WHERE `id` = 19935 AND `quest` = 13432;\nREPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES (19935, 10445);\n\n/* A Distraction for Akama(13429) - Restore pre-3.0 version */\nUPDATE `quest_template` SET `RewardNextQuest` = 10985 WHERE `ID` = 10949;\n\n/* Reward Title Scarab Lord */\nUPDATE `quest_template` SET `RewardTitle` = 46 WHERE `ID` = 8743;\n\n/* Reward Title Champion of the Naaru and Reward Item The Tempest Key */\nUPDATE `quest_template` SET `RewardItem1` = 31704, `RewardAmount1` = 1, `RewardItem2` = 31746, `RewardAmount2` = 1, `RewardTitle` = 53 WHERE `ID` = 10888;\nDELETE FROM `achievement_reward` WHERE `ID` = 432;\nDELETE FROM `achievement_reward_locale` WHERE `ID` = 432 AND `Locale` = 'frFR';\n\n/* Reward Title Hand of A'dal */\nREPLACE INTO `achievement_reward` (`ID`, `TitleA`, `TitleH`, `ItemID`, `Sender`, `Subject`, `Body`, `MailTemplateID`) VALUES (431, 64, 64, 0, 0, NULL, NULL, 0);\n"
  },
  {
    "path": "data/sql/world/base/dungeon_blackfathom_deeps.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(4798, 4799, 4805, 4807, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4818, 4819, 4820, 4823, 4825, 4827, 4829, 4831, 4887, 6243);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(4798, 4799, 4805, 4807, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4818, 4819, 4820, 4823, 4825, 4827, 4829, 4831, 4887, 6243);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(4798, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 5916, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Fallenroot Shadowstalker - Out of Combat - Cast Shadowstalker Stealth'),\n(4798, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 20000, 35000, 0, 0, 11, 6205, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Fallenroot Shadowstalker - In Combat - Cast Curse of Weakness'),\n(4799, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Fallenroot Hellcaller - In Combat - Cast Shadow Bolt'),\n(4799, 0, 1, 0, 0, 0, 100, 0, 12000, 15000, 30000, 45000, 0, 0, 11, 8129, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0, 'Fallenroot Hellcaller - Within 0-30 Range - Cast Mana Burn'),\n(4805, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Blackfathom Sea Witch - Out of Combat - Cast Frost Armor'),\n(4805, 0, 1, 0, 0, 0, 100, 0, 7000, 10000, 16000, 20000, 0, 0, 11, 122, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackfathom Sea Witch - Within 0-10 Range - Cast Frost Nova'),\n(4805, 0, 2, 0, 0, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 6143, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Blackfathom Sea Witch - In Combat - Cast Frost Ward (No Repeat)'),\n(4805, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackfathom Sea Witch - Between 0-15% Health - Flee For Assist'),\n(4807, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 16000, 20000, 0, 0, 11, 8379, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Blackfathom Myrmidon - Within 0-5 Range - Cast Disarm'),\n(4807, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackfathom Myrmidon - Between 0-15% Health - Flee For Assist'),\n--\n(4809, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Twilight Acolyte - On Aggro - Say Line 0'),\n(4809, 0, 1, 0, 14, 0, 100, 0, 750, 40, 18000, 22000, 0, 0, 11, 2055, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Twilight Acolyte - Friendly Missing Health - Cast Heal'),\n(4809, 0, 2, 0, 74, 0, 100, 0, 0, 0, 22000, 25000, 50, 40, 11, 8362, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Acolyte - Friendly Missing Health - Cast Renew'),\n(4809, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Acolyte - Between 0-15% Health - Flee For Assist'),\n(4810, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Twilight Reaver - On Aggro - Say Line 0'),\n(4810, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 8000, 12000, 0, 0, 11, 8374, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Twilight Reaver - Within 0-5 Range - Cast Arcing Smash'),\n(4810, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Reaver - Between 0-15% Health - Flee For Assist'),\n(4811, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Twilight Aquamancer - On Aggro - Say Line 0'),\n(4811, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8372, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Twilight Aquamancer - Out of Combat - Cast Summon Aqua Guardian'),\n(4811, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Aquamancer - In Combat - Cast Frostbolt'),\n(4811, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Aquamancer - Between 0-15% Health - Flee For Assist'),\n(4812, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Twilight Loreseeker - On Aggro - Say Line 0'),\n(4812, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 25000, 35000, 0, 0, 11, 8365, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Loreseeker - In Combat - Cast Enlarge'),\n(4812, 0, 2, 0, 0, 0, 100, 0, 9000, 12000, 12000, 20000, 0, 0, 11, 18972, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Twilight Loreseeker - Within 0-30 Range - Cast Slow'),\n(4812, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Loreseeker - Between 0-15% Health - Flee For Assist'),\n(4813, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Twilight Shadowmage - On Aggro - Say Line 0'),\n(4813, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Shadowmage - Out of Combat - Cast Summon Voidwalker'),\n(4813, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Shadowmage - In Combat - Cast Shadow Bolt'),\n(4813, 0, 3, 0, 0, 0, 100, 0, 5000, 15000, 24000, 30000, 0, 0, 11, 7645, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Twilight Shadowmage - Within 0-20 Range - Cast Dominate Mind'),\n(4813, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Shadowmage - Between 0-15% Health - Flee For Assist'),\n(4814, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Twilight Elementalist - On Aggro - Say Line 0'),\n(4814, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 9000, 12000, 0, 0, 11, 13728, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,     'Twilight Elementalist - Within 0-20 Range - Cast Earth Shock'),\n(4814, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 13000, 17000, 0, 0, 11, 15039, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Twilight Elementalist - Within 0-20 Range - Cast Flame Shock'),\n(4814, 0, 3, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 20, 11, 12548, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Twilight Elementalist - Within 0-20 Range - Cast Frost Shock'),\n(4814, 0, 4, 0, 0, 0, 100, 0, 3000, 6000, 7000, 12000, 0, 0, 11, 11824, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Elementalist - In Combat - Cast Shock'),\n(4814, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Elementalist - Between 0-15% Health - Flee For Assist'),\n--\n(4815, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 16000, 20000, 0, 0, 11, 8379, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Murkshallow Snapclaw - Within 0-5 Range - Cast Disarm'),\n(4815, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Murkshallow Snapclaw - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4818, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Blindlight Murloc - In Combat - Cast Defensive Stance (No Repeat)'),\n(4818, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7405, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Blindlight Murloc - Within 0-5 Range - Cast Sunder Armor'),\n(4818, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blindlight Murloc - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4819, 0, 0, 0, 2, 0, 100, 0, 0, 50, 50000, 60000, 0, 0, 11, 8382, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,           'Blindlight Muckdweller - Between 0-50% Health - Cast Leech Poison'),\n(4819, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blindlight Muckdweller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4820, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Blindlight Oracle - In Combat - Cast Lightning Bolt'),\n(4820, 0, 1, 0, 74, 0, 100, 0, 0, 0, 30000, 40000, 70, 40, 11, 6063, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Blindlight Oracle - Friendly Missing Health - Cast Heal'),\n(4820, 0, 2, 0, 74, 0, 100, 0, 0, 0, 120000, 120000, 90, 40, 11, 8362, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Blindlight Oracle - Friendly Missing Health - Cast Renew'),\n(4820, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blindlight Oracle - Between 0-15% Health - Flee For Assist'),\n(4823, 0, 0, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Barbed Crustacean - Is Summoned - Set In Combat With Zone'),\n(4823, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Barbed Crustacean - Between 0-15% Health - Flee For Assist'),\n(4825, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 14000, 0, 0, 11, 8391, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Aku\\'mai Snapjaw - Within 0-5 Range - Cast Ravage'),\n(4825, 0, 1, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Aku\\'mai Snapjaw - Is Summoned - Set In Combat With Zone'),\n(4827, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 20000, 25000, 0, 0, 11, 3604, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Deep Pool Threshfin - Within 0-5 Range - Cast Tendon Rip'),\n--\n(4829, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 8, 11, 3815, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Aku\\'mai - Within 0-8 Range - Cast Poison Cloud'),\n(4829, 0, 1, 0, 0, 0, 100, 0, 15000, 15000, 20000, 20000, 0, 0, 11, 3490, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Aku\\'mai - In Combat - Cast Frenzied Rage'),\n(4829, 0, 2, 3, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 5, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Aku\\'mai - On Just Died - Set Instance Data 5 to 3'),\n(4829, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 14, 32935, 103016, 0, 0, 0, 0, 0, 0,        'Aku\\'mai - On Just Died - Remove Gameobject Flags'),\n--\n(4831, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Lady Sarevess - Outside 30 Range - Start Combat Movement'),\n(4831, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Lady Sarevess - Within 5-30 Range - Stop Combat Movement'),\n(4831, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Lady Sarevess - Within 0-5 Range - Start Combat Movement'),\n(4831, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lady Sarevess - Within 5-30 Range - Cast Shoot'),\n(4831, 0, 4, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lady Sarevess - In Combat - Say Line 0 (No Repeat)'),\n(4831, 0, 5, 0, 0, 0, 100, 0, 3000, 5000, 9000, 15000, 0, 0, 11, 8435, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Lady Sarevess - In Combat - Cast Forked Lightning'),\n(4831, 0, 6, 0, 106, 0, 100, 0, 0, 0, 9000, 13000, 0, 8, 11, 865, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lady Sarevess - Within 0-8 Range - Cast Frost Nova'),\n(4831, 0, 7, 0, 0, 0, 100, 0, 7000, 9000, 9000, 13000, 0, 0, 11, 246, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Lady Sarevess - Within 0-30 Range - Cast Slow'),\n(4831, 0, 8, 0, 5, 0, 100, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lady Sarevess - On Player Kill - Say Line 1'),\n--\n(4887, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 10, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Ghamoo-ra - Within 0-10 Range - Cast Trample'),\n--\n(6243, 0, 0, 1, 0, 0, 100, 0, 3000, 6000, 15500, 25300, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Gelihast - In Combat - Cast Net'),\n(6243, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 13, 0, 30, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gelihast - On Cast Net - Reduce Aggro'),\n(6243, 0, 2, 3, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gelihast - On Just Died - Set Instance Data 0 to 3'),\n(6243, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 14, 32610, 103015, 0, 0, 0, 0, 0, 0,        'Gelihast - On Just Died - Remove Gameobject Flags');\n\n\n-- Lorgus Jett spawn locations\nDELETE FROM `creature` WHERE `id1` IN (12902);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(26173, 12902, 0, 0, 48, 0, 0, 1, 1, 1, -622.355, -10.3501, -22.777, 4.90438, 86400, 0, 0, 1713, 1236, 0, 0, 0, 0, '', 0, 0, NULL),\n(695095, 12902, 0, 0, 48, 0, 0, 1, 1, 1, -455.93, -39.96, -32.5239, 2.5, 86400, 0, 0, 1713, 1236, 0, 0, 0, 0, '', 0, 0, NULL),\n(695096, 12902, 0, 0, 48, 0, 0, 1, 1, 1, -474.22, -86.95, -39.87, 2.98, 86400, 0, 0, 1713, 1236, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601052);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(26173,  601052, 0, 'Lorgus Jett'),\n(695095, 601052, 0, 'Lorgus Jett'),\n(695096, 601052, 0, 'Lorgus Jett');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601052);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601052, 1, 'Lorgus Jett - Blackfathom Deeps');\n\n-- Lady Sarevess, waypoints\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 26129;\n\nDELETE FROM `creature_addon` WHERE `guid` = 26129;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(26129, 261290, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 261290;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(261290, 1, -312.805, 407.16, -56.5854, 3.41055, 0, 0, 0, 100, 0),\n(261290, 2, -325.807, 403.323, -55.7881, 3.45767, 0, 0, 0, 100, 0),\n(261290, 3, -333.846, 406.983, -54.9061, 2.99429, 0, 0, 0, 100, 0),\n(261290, 4, -340.258, 405.888, -54.2951, 3.4349, 0, 0, 0, 100, 0),\n(261290, 5, -345.776, 402.011, -54.1311, 3.84016, 0, 0, 0, 100, 0),\n(261290, 6, -350.274, 395.867, -54.1332, 4.13469, 0, 0, 0, 100, 0),\n(261290, 7, -351.786, 390.66, -54.2861, 4.55487, 0, 0, 0, 100, 0),\n(261290, 8, -352.866, 383.857, -54.4278, 4.55487, 0, 0, 0, 100, 0),\n(261290, 9, -350.646, 380.474, -54.389, 5.29315, 0, 0, 0, 100, 0),\n(261290, 10, -346.748, 371.39, -54.5548, 5.03397, 0, 0, 0, 100, 0),\n(261290, 11, -342.772, 359.456, -54.3117, 5.03397, 0, 0, 0, 100, 0),\n(261290, 12, -347.951, 348.789, -53.7274, 4.17553, 0, 0, 0, 100, 0),\n(261290, 13, -353.978, 342.069, -53.6887, 4.09149, 0, 0, 0, 100, 0),\n(261290, 14, -343.813, 341.429, -53.8566, 0.08753, 0, 0, 0, 100, 0),\n(261290, 15, -333.13, 342.367, -53.6974, 0.08753, 0, 0, 0, 100, 0),\n(261290, 16, -322.67, 343.285, -53.7259, 0.08753, 0, 0, 0, 100, 0),\n(261290, 17, -314.112, 340.418, -53.7111, 5.89241, 0, 0, 0, 100, 0),\n(261290, 18, -307.333, 324.547, -54.0365, 5.08266, 0, 0, 0, 100, 0),\n(261290, 19, -302.799, 335.283, -53.2095, 1.57272, 0, 0, 0, 100, 0),\n(261290, 20, -322.509, 340.928, -53.8995, 2.98722, 0, 0, 0, 100, 0),\n(261290, 21, -333.96, 341.848, -53.7635, 2.98722, 0, 0, 0, 100, 0),\n(261290, 22, -341.952, 347.971, -53.7221, 2.32277, 0, 0, 0, 100, 0),\n(261290, 23, -342.252, 359.977, -54.313, 1.67403, 0, 0, 0, 100, 0),\n(261290, 24, -344.524, 369.895, -54.5549, 1.67403, 0, 0, 0, 100, 0),\n(261290, 25, -339.919, 376.27, -54.1613, 0.865859, 0, 0, 0, 100, 0),\n(261290, 26, -333.826, 384.731, -54.0877, 1.08499, 0, 0, 0, 100, 0),\n(261290, 27, -326.317, 393.96, -54.1919, 0.865859, 0, 0, 0, 100, 0),\n(261290, 28, -322.542, 396.938, -55.2278, 0.667939, 0, 0, 0, 100, 0),\n(261290, 29, -317.173, 404.37, -56.2554, 0.962463, 0, 0, 0, 100, 0);\n\nDELETE FROM `creature` WHERE `guid` = 27406; -- Barbed Crustacean\n"
  },
  {
    "path": "data/sql/world/base/dungeon_blackrock_depths.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8920, 8921, 8922, 8923, \n9017, 9024, 9025, 9026, 9034, 9035, 9036, 9038, 9040, 9041, 9042, 9056, 9319, 9437, 9438, 9439, 9441, 9442, 9443, 9543, 9545, 9547, 9956, 10043);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8920, 8921, 8922, 8923, \n9017, 9024, 9025, 9026, 9034, 9035, 9036, 9038, 9040, 9041, 9042, 9056, 9319, 9437, 9438, 9439, 9441, 9442, 9443, 9543, 9545, 9547, 9956, 10043);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(8889, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13589, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Anvilrage Overseer - On Reset - Cast Haste Aura'),\n(8889, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 7000, 12000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Anvilrage Overseer - Within 0-5 Range - Cast Strike'),\n(8889, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Overseer - Between 0-15% Health - Flee For Assist'),\n(8890, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 18000, 0, 30, 11, 14030, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Anvilrage Warden - Within 0-30 Range - Cast Hooked Net'),\n(8890, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Anvilrage Warden - Target Casting - Cast Shield Bash'),\n(8890, 0, 2, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 8912, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Anvilrage Warden - Just Summoned - Start Waypoint (React State Aggressive)'),\n(8890, 0, 3, 0, 40, 0, 100, 0, 4, 8912, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 9020, 0, 0, 0, 0, 0, 0, 0,               'Anvilrage Warden - On Waypoint 4 Reached - Start Attacking'),\n(8890, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Warden - Between 0-15% Health - Flee For Assist'),\n(8891, 0, 0, 0, 0, 0, 100, 0, 11000, 15000, 10000, 15000, 0, 0, 11, 12169, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Anvilrage Guardsman - In Combat - Cast Shield Block'),\n(8891, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 9000, 14000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Anvilrage Guardsman - Within 0-5 Range - Cast Disarm'),\n(8891, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Anvilrage Guardsman - Within 0-5 Range - Cast Sunder Armor'),\n(8891, 0, 3, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 8912, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Anvilrage Guardsman - Just Summoned - Start Waypoint (React State Aggressive)'),\n(8891, 0, 4, 0, 40, 0, 100, 0, 4, 8912, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 9020, 0, 0, 0, 0, 0, 0, 0,               'Anvilrage Guardsman - On Waypoint 4 Reached - Start Attacking'),\n(8891, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Guardsman - Between 0-15% Health - Flee For Assist'),\n(8892, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Anvilrage Footman - On Aggro - Cast Dual Wield'),\n(8892, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 5000, 8000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Anvilrage Footman - Within 0-5 Range - Cast Strike'),\n(8892, 0, 2, 0, 105, 0, 50, 0, 0, 0, 8000, 12000, 0, 5, 11, 15614, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Anvilrage Footman - Target Casting - Cast Kick'),\n(8892, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Footman - Between 0-15% Health - Flee For Assist'),\n(8893, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 6000, 10000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Anvilrage Soldier - Within 0-5 Range - Cast Cleave'),\n(8893, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 16000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Anvilrage Soldier - Within 0-5 Range - Cast Hamstring'),\n(8893, 0, 2, 0, 2, 0, 100, 0, 0, 30, 30000, 31000, 0, 0, 11, 13847, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Anvilrage Soldier - Between 0-30% Health - Cast Recklessness'),\n(8894, 0, 0, 0, 16, 0, 100, 0, 13864, 1, 1000, 2000, 0, 0, 11, 13864, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Anvilrage Medic - On Friendly Unit Missing Buff Power Word: Fortitude - Cast Power Word: Fortitude'),\n(8894, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 15587, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Anvilrage Medic - In Combat - Cast Mind Blast'),\n(8894, 0, 2, 0, 0, 0, 100, 0, 7000, 11000, 6000, 9000, 0, 0, 11, 15585, 64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Anvilrage Medic - In Combat - Cast Prayer of Healing'),\n(8894, 0, 3, 0, 14, 0, 100, 0, 2500, 40, 4000, 6000, 0, 0, 11, 15586, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Anvilrage Medic - Friendly Missing 2500 Health - Cast Heal'),\n(8894, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Medic - Between 0-15% Health - Flee For Assist'),\n(8895, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Anvilrage Officer - On Aggro - Cast Battle Shout'),\n(8895, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 6253, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Anvilrage Officer - Within 0-5 Range - Cast Backhand'),\n(8895, 0, 2, 0, 14, 0, 100, 0, 3000, 40, 6000, 10000, 0, 0, 11, 13952, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Anvilrage Officer - Friendly Missing 3000 Health - Cast Holy Light'),\n(8895, 0, 3, 0, 2, 0, 100, 0, 0, 30, 21000, 28000, 0, 0, 11, 13874, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Anvilrage Officer - Between 0-30% Health - Cast Divine Shield'),\n(8895, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Officer - Between 0-15% Health - Flee For Assist'),\n(8896, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowforge Peasant - Outside 30 Range - Start Combat Movement'),\n(8896, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowforge Peasant - Within 5-30 Range - Stop Combat Movement'),\n(8896, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadowforge Peasant - Within 0-5 Range - Start Combat Movement'),\n(8896, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Peasant - Within 5-30 Range - Cast Shoot'),\n(8896, 0, 4, 0, 0, 0, 100, 0, 7000, 12000, 10000, 16000, 0, 0, 11, 7978, 64, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Peasant - Within 0-30 Range - Cast Throw Dynamite'),\n(8896, 0, 5, 0, 0, 0, 100, 0, 7000, 12000, 7000, 10000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadowforge Peasant - Within 0-30 Range - Cast Fireball'),\n(8896, 0, 6, 0, 0, 0, 10, 0, 7000, 12000, 120000, 120000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Peasant - Within 0-5 Range - Cast Disarm'),\n(8896, 0, 7, 0, 0, 0, 100, 0, 3000, 20000, 10000, 20000, 0, 0, 11, 13584, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Shadowforge Peasant - Within 0-5 Range - Cast Strike'),\n(8896, 0, 8, 0, 0, 0, 10, 0, 5000, 10000, 120000, 120000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Peasant - Within 0-5 Range - Cast Tendon Rip'),\n(8896, 0, 9, 0, 74, 0, 100, 0, 0, 00, 20000, 25000, 50, 40, 11, 11642, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Shadowforge Peasant - Friendly Between 0-50% Health - Cast Heal'),\n(8896, 0, 10, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Peasant - Between 0-15% Health - Flee For Assist'),\n--\n(8897, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Doomforge Craftsman - Outside 30 Range - Start Combat Movement'),\n(8897, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Doomforge Craftsman - Within 5-30 Range - Stop Combat Movement'),\n(8897, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Doomforge Craftsman - Within 0-5 Range - Start Combat Movement'),\n(8897, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 9143, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Doomforge Craftsman - In Combat - Cast Bomb'),\n(8897, 0, 4, 0, 74, 0, 100, 0, 0, 0, 20000, 20000, 50, 20, 11, 13951, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Doomforge Craftsman - Warbringer Contruct below 50% hp - Cast Rebuild'),\n(8897, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Doomforge Craftsman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8898, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Anvilrage Marshal - On Aggro - Cast Devotion Aura'),\n(8898, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 8000, 0, 5, 11, 13953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Anvilrage Marshal - Within 0-5 Range - Cast Holy Strike'),\n(8898, 0, 2, 0, 14, 0, 100, 0, 3000, 40, 3000, 6000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Anvilrage Marshal - Friendly Missing 3000 Health - Cast Holy Light'),\n(8898, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Marshal - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8899, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Doomforge Dragoon - Outside 30 Range - Start Combat Movement'),\n(8899, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Doomforge Dragoon - Within 5-30 Range - Stop Combat Movement'),\n(8899, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Doomforge Dragoon - Within 0-5 Range - Start Combat Movement'),\n(8899, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15620, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Doomforge Dragoon - Within 5-30 Range - Cast Shoot'),\n(8899, 0, 4, 0, 9, 0, 100, 0, 0, 0, 10000, 20000, 5, 30, 11, 15495, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Doomforge Dragoon - Within 5-30 Range - Cast Explosive Shot'),\n(8899, 0, 5, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Doomforge Dragoon - Within 0-5 Range - Cast Cleave'),\n(8899, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Doomforge Dragoon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8900, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13748, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Doomforge Arcanasmith - In Combat - Cast Arcane Bolt'),\n(8900, 0, 1, 0, 106, 0, 100, 0, 0, 0, 10000, 20000, 0, 8, 11, 13745, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Doomforge Arcanasmith - Within 0-8 Range - Cast Arcane Explosion'),\n(8900, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Doomforge Arcanasmith - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8901, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Anvilrage Reservist - Outside 30 Range - Start Combat Movement'),\n(8901, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Anvilrage Reservist - Within 5-30 Range - Stop Combat Movement'),\n(8901, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Anvilrage Reservist - Within 0-5 Range - Start Combat Movement'),\n(8901, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Anvilrage Reservist - Within 5-30 Range - Cast Shoot'),\n(8901, 0, 4, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Anvilrage Reservist - On Aggro - Cast Battle Shout'),\n(8901, 0, 5, 0, 0, 0, 100, 0, 4000, 6000, 12000, 15000, 0, 0, 11, 9080, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Anvilrage Reservist - Within 0-5 Range - Cast Hamstring'),\n(8901, 0, 6, 0, 0, 0, 100, 0, 8000, 11000, 6000, 9000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Anvilrage Reservist - Within 0-5 Range - Cast Strike'),\n(8902, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowforge Citizen - Outside 30 Range - Start Combat Movement'),\n(8902, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowforge Citizen - Within 5-30 Range - Stop Combat Movement'),\n(8902, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadowforge Citizen - Within 0-5 Range - Start Combat Movement'),\n(8902, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Citizen - Within 5-30 Range - Cast Shoot'),\n(8902, 0, 4, 0, 9, 0, 100, 0, 0, 0, 5000, 15000, 0, 5, 11, 40505, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Citizen - In Combat - Cast Cleave'),\n(8902, 0, 5, 0, 0, 0, 100, 0, 10000, 15000, 15000, 30000, 0, 0, 11, 13446, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Citizen - In Combat - Cast Strike'),\n(8902, 0, 6, 0, 0, 0, 100, 0, 5000, 8000, 7000, 11000, 0, 0, 11, 13444, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Shadowforge Citizen - In Combat - Cast Sunder Armor'),\n(8902, 0, 7, 0, 106, 0, 100, 0, 0, 0, 15000, 18000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shadowforge Citizen - Within 0-8 Range - Cast Frost Nova'),\n(8902, 0, 8, 0, 0, 0, 100, 0, 5000, 8000, 7000, 12000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Shadowforge Citizen - In Combat - Cast Shadow Bolt'),\n(8902, 0, 9, 0, 0, 0, 100, 0, 7000, 14000, 7000, 14000, 0, 0, 11, 13339, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadowforge Citizen - In Combat - Cast Fire Blast'),\n(8902, 0, 10, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Citizen - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8903, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 13000, 0, 0, 11, 13737, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Anvilrage Captain - Within 0-5 Range - Cast Mortal Strike'),\n(8903, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Anvilrage Captain - Target Casting - Cast Shield Bash'),\n(8903, 0, 2, 0, 0, 0, 100, 0, 2000, 4000, 7000, 11000, 0, 0, 11, 12169, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Anvilrage Captain - In Combat - Cast Shield Block'),\n(8903, 0, 3, 0, 9, 0, 100, 0, 0, 0, 14000, 20000, 0, 8, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Anvilrage Captain - Within 0-8 Range - Cast Demoralizing Shout'),\n(8903, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Anvilrage Captain - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8904, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowforge Senator - Outside 30 Range - Start Combat Movement'),\n(8904, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowforge Senator - Within 5-30 Range - Stop Combat Movement'),\n(8904, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadowforge Senator - Within 0-5 Range - Start Combat Movement'),\n(8904, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Senator - Within 5-30 Range - Cast Shoot'),\n(8904, 0, 4, 0, 0, 0, 100, 0, 0, 0, 3000, 10000, 0, 0, 11, 14034, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Senator - In Combat - Cast Fireball'),\n(8904, 0, 5, 0, 16, 0, 100, 0, 2601, 1, 15000, 19000, 0, 0, 11, 2601, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Shadowforge Senator - On Friendly  Missing Buff - Cast Fire Shield III'),\n(8904, 0, 6, 0, 0, 0, 100, 0, 0, 0, 3000, 10000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Senator - In Combat - Cast Shadow Bolt'),\n(8904, 0, 7, 0, 0, 0, 100, 0, 5000, 10000, 7000, 15000, 0, 0, 11, 14868, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Shadowforge Senator - In Combat - Cast Curse of Agony'),\n(8904, 0, 8, 0, 106, 0, 100, 0, 0, 0, 15000, 18000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shadowforge Senator - Within 0-8 Range - Cast Frost Nova'),\n(8904, 0, 9, 0, 0, 0, 100, 0, 5000, 10000, 10000, 20000, 0, 0, 11, 11436, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Senator - In Combat - Cast Slow'),\n(8904, 0, 10, 0, 0, 0, 100, 0, 0, 0, 3000, 10000, 0, 0, 11, 15498, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Shadowforge Senator - In Combat - Cast Holy Smite'),\n(8904, 0, 11, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Senator - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8905, 0, 0, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 63, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Warbringer Construct - On data set - Increment Counter 1'),\n(8905, 0, 1, 2, 11, 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,                       'Warbringer Construct - On Respawn - Set passif'),\n(8905, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 18, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Warbringer Construct - On Respawn - Add unit_flag'),\n(8905, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Warbringer Construct - On Respawn - SET PHASE EVENT 0'),\n(8905, 0, 4, 0, 77, 0, 100, 1, 1, 12, 0, 0, 0, 0, 80, 890500, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Warbringer Construct - On counter1=12 - Actionlist'),\n(8905, 0, 5, 0, 0, 0, 100, 0, 4000, 4000, 8000, 8000, 0, 0, 11, 15621, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Warbringer Construct - Within 0-5 Range - Cast Skull Crack'),\n(8906, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15088, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Ragereaver Golem - On Respawn - Cast Flurry'),\n(8906, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 12795, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Ragereaver Golem - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(8906, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ragereaver Golem - On Frenzy - Say Line 0'),\n(8907, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 6000, 9000, 0, 0, 11, 15575, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Wrath Hammer Construct - In Combat - Cast Flame Cannon'),\n(8907, 0, 1, 0, 0, 0, 100, 0, 5000, 15000, 5000, 15000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,   'Wrath Hammer Construct - Within 0-10 Range - Cast Uppercut'),\n(8908, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15506, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Molten War Golem - In Combat - Cast Immolate Proc'),\n--\n(8909, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15242, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Fireguard - In Combat - Cast Fireball'),\n(8910, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 6000, 12000, 0, 0, 11, 13341, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Blazing Fireguard - In Combat - Cast Fire Blast'),\n(8910, 0, 1, 0, 0, 0, 100, 0, 9000, 11000, 11000, 18000, 0, 0, 11, 12742, 64, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Blazing Fireguard - In Combat - Cast Immolate'),\n(8910, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 3000, 6000, 0, 0, 11, 15241, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Blazing Fireguard - In Combat - Cast Scorch'),\n(8911, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 15000, 20000, 0, 30, 11, 15285, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Fireguard Destroyer - In Combat - Cast Fireball Volley'),\n(8911, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3417, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Fireguard Destroyer - On Reset - Cast Thrash'),\n--\n(8912, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Twilights Hammer Torturer - On Respawn - Cast Wracking Pains Proc'),\n(8912, 0, 1, 0, 0, 0, 100, 0, 5000, 11000, 21000, 33000, 0, 0, 11, 14032, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Twilights Hammer Torturer - In Combat - Cast Shadow Word: Pain'),\n(8912, 0, 2, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 8912, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Twilights Hammer Torturer - Just Summoned - Start Waypoint (React State Aggressive)'),\n(8912, 0, 3, 0, 40, 0, 100, 0, 4, 8912, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 9020, 0, 0, 0, 0, 0, 0, 0,               'Twilights Hammer Torturer - On Waypoint 4 Reached - Start Attacking'),\n(8912, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilights Hammer Torturer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8913, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Emissary - On Respawn - Set Phase Random Between 1-3'),\n(8913, 0, 1, 0, 1, 1, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 15288, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilight Emissary - Out of Combat - Cast Fury of Ragnaros (Phase 1)'),\n(8913, 0, 2, 0, 0, 1, 100, 0, 0, 0, 3000, 5000, 0, 0, 11, 12466, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Emissary - In Combat - Cast Fireball (Phase 1)'),\n(8913, 0, 3, 0, 0, 2, 100, 0, 0, 0, 3000, 5000, 0, 0, 11, 15043, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Emissary - In Combat - Cast Frostbolt (Phase 2)'),\n(8913, 0, 4, 0, 106, 2, 100, 0, 0, 0, 15000, 30000, 0, 8, 11, 15063, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Emissary - Within 0-8 Range - Cast Frost Nova (Phase 2)'),\n(8913, 0, 5, 0, 1, 2, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilight Emissary - Out of Combat - Cast Frost Armor (Phase 2)'),\n(8913, 0, 6, 0, 0, 4, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 13748, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Emissary - In Combat - Cast Arcane Bolt (Phase 3)'),\n(8913, 0, 7, 0, 106, 4, 100, 0, 0, 0, 10000, 30000, 0, 8, 11, 13745, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Emissary - Within 0-8 Range - Cast Arcane Explosion (Phase 3)'),\n(8913, 0, 8, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Emissary - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8914, 0, 0, 0, 105, 0, 50, 0, 0, 0, 4000, 8000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Bodyguard - Target Casting - Cast Pummel'),\n(8914, 0, 1, 0, 0, 0, 100, 0, 16000, 16000, 14000, 14000, 0, 0, 11, 13902, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Twilight Bodyguard - Within 0-10 Range - Cast Fist of Ragnaros'),\n(8914, 0, 2, 0, 14, 0, 100, 0, 3500, 40, 31000, 33000, 0, 0, 11, 13903, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Bodyguard - Friendly Missing 3500 Health - Cast Seal of Sacrifice'),\n(8914, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Bodyguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8915, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilights Hammer Ambassador - On Respawn - Set Phase Random Between 1-4'), -- test!\n(8915, 0, 1, 0, 105, 1, 50, 0, 0, 0, 1000, 7000, 0, 20, 11, 15501, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Twilights Hammer Ambassador - Target Casting - Cast Earth Shock (Phase 1)'),\n(8915, 0, 2, 0, 0, 1, 100, 0, 0, 0, 12000, 16000, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,        'Twilights Hammer Ambassador - In Combat - Cast Curse of Weakness (Phase 1)'),\n(8915, 0, 3, 0, 0, 2, 100, 0, 5000, 8000, 30000, 45000, 0, 0, 11, 15499, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilights Hammer Ambassador - In Combat - Cast Frost Shock (Phase 2)'),\n(8915, 0, 4, 0, 1, 2, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilights Hammer Ambassador - Out of Combat - Cast Frost Armor (Phase 2)'),\n(8915, 0, 5, 0, 0, 4, 100, 0, 5000, 8000, 30000, 45000, 0, 0, 11, 15096, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilights Hammer Ambassador - In Combat - Cast Flame Shock (Phase 3)'),\n(8915, 0, 6, 0, 14, 4, 100, 0, 1300, 40, 10000, 18000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Twilights Hammer Ambassador - Friendly Missing 1300 Health - Cast Bloodlust (Phase 3)'),\n(8915, 0, 7, 0, 0, 8, 100, 0, 5000, 8000, 30000, 45000, 0, 0, 11, 15500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilights Hammer Ambassador - In Combat - Cast Shock (Phase 4)'),\n(8915, 0, 8, 0, 0, 8, 100, 0, 6000, 10000, 7000, 14000, 0, 0, 11, 12248, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilights Hammer Ambassador - In Combat - Cast Amplify Damage (Phase 4)'),\n(8915, 0, 9, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilights Hammer Ambassador - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8920, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Weapon Technician - On Respawn - Set Phase Random Between 1-3'), -- test!\n(8920, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Weapon Technician - Outside 30 Range - Start Combat Movement'),\n(8920, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Weapon Technician - Within 5-30 Range - Stop Combat Movement'),\n(8920, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Weapon Technician - Within 0-5 Range - Start Combat Movement'),\n(8920, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Weapon Technician - Within 5-30 Range - Cast Shoot'),\n(8920, 0, 5, 0, 9, 1, 100, 0, 0, 0, 10000, 13000, 5, 30, 11, 7896, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Weapon Technician - Within 5-30 Range - Cast Exploding Shot'),\n(8920, 0, 6, 0, 9, 2, 100, 0, 0, 0, 10000, 13000, 5, 30, 11, 12551, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Weapon Technician - Within 5-30 Range - Cast Frost Shot'),\n(8920, 0, 7, 0, 0, 4, 100, 0, 0, 0, 10000, 13000, 5, 30, 11, 14443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Weapon Technician - Within 5-30 Range - Cast Multi-Shot'),\n(8920, 0, 8, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Weapon Technician - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8921, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 17000, 20000, 0, 0, 11, 13692, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Bloodhound - Within 0-5 Range - Cast Dire Growl'),\n(8921, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 13445, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Bloodhound - Within 0-5 Range - Cast Rend'),\n(8921, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8279, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodhound - On Respawn - Cast Stealth Detection'),\n(8922, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 2000, 12000, 0, 0, 11, 7140, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Bloodhound Mastiff - Within 0-5 Range - Cast Expose Weakness'),\n(8922, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 9000, 12000, 0, 0, 11, 15608, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Bloodhound Mastiff - Within 0-5 Range - Cast Ravenous Claw'),\n(8922, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8279, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodhound Mastiff - On Respawn - Cast Stealth Detection'),\n--\n(8923, 0, 0, 0, 37, 0, 85, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Panzor the Invincible - On AI initialize - Despawn (Normal Dungeon)'),\n(8923, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 9941, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Panzor the Invincible - Out of Combat - Cast Spell Reflection (No Repeat)'),\n(9017, 0, 0, 0, 0, 0, 100, 0, 1000, 5000, 20000, 28000, 0, 0, 11, 26977, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Lord Incendius - In Combat - Cast Curse of the Elemental Lord'),\n(9017, 0, 1, 0, 0, 0, 100, 0, 6000, 11000, 9000, 16000, 0, 0, 11, 13900, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Lord Incendius - In Combat - Cast Fiery Burst'),\n(9017, 0, 2, 0, 0, 0, 100, 0, 12000, 16000, 11000, 14000, 0, 0, 11, 13899, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Lord Incendius - In Combat - Cast Fire Storm'),\n(9017, 0, 3, 0, 0, 0, 100, 0, 9000, 17000, 18000, 24000, 0, 0, 11, 14099, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Lord Incendius - Within 0-10 Range - Cast Mighty Blow'),\n(9017, 0, 4, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lord Incendius - On Just Died - Say Line 0'),\n(9024, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 12000, 19000, 0, 0, 11, 15616, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Pyromancer Loregrain - Within 0-20 Range - Cast Flame Shock'),\n(9024, 0, 1, 0, 0, 0, 100, 0, 4000, 6000, 7000, 11000, 0, 0, 11, 15095, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyromancer Loregrain - In Combat - Cast Molten Blast'),\n(9024, 0, 2, 0, 0, 0, 100, 0, 2000, 2000, 25000, 25000, 0, 0, 11, 15038, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Pyromancer Loregrain - In Combat - Cast Scorching Totem'),\n(9024, 0, 3, 0, 0, 0, 100, 0, 2000, 7000, 30000, 45000, 0, 0, 11, 15041, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Pyromancer Loregrain - In Combat - Cast Fire Ward'),\n(9025, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 13000, 18000, 0, 0, 11, 13729, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Lord Roccor - In Combat - Cast Flame Shock'),\n(9025, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 9000, 14000, 0, 0, 11, 13728, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Lord Roccor - Within 0-20 Range - Cast Earth Shock'),\n(9025, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 10, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Roccor - Within 0-10 Range - Cast Ground Tremor'),\n(9026, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 15000, 0, 8, 11, 12470, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Overmaster Pyron - Within 0-8 Range - Cast Fire Nova'),\n(9026, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 12000, 0, 20, 11, 13341, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Overmaster Pyron - Within 0-20 Range - Cast Fire Blast'),\n(9026, 0, 2, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                        'Overmaster Pyron - On Just Died - Say Line 0'),\n--\n(9034, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15232, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hate\\'rel - In Combat - Cast Shadow Bolt'),\n(9034, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 15580, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hate\\'rel - Within 0-5 Range - Cast Strike'),\n(9034, 0, 2, 0, 0, 0, 100, 0, 9000, 14000, 40000, 48000, 0, 0, 11, 12040, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Hate\\'rel - In Combat - Cast Shadow Shield'),\n(9034, 0, 3, 0, 9, 0, 100, 0, 0, 0, 15000, 20000, 0, 30, 11, 14033, 321, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Hate\\'rel - In Combat - Cast Mana Burn'),\n(9034, 0, 4, 0, 0, 0, 100, 2, 5000, 5000, 5000, 5000, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Hate\\'rel - In Combat - In Combat with Zone (Normal Dungeon)'),\n(9035, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 5000, 7000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Anger\\'rel - Within 0-5 Range - Cast Strike'),\n(9035, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Anger\\'rel - Within 0-5 Range - Cast Sunder Armor'),\n(9035, 0, 2, 0, 0, 0, 100, 0, 11000, 15000, 10000, 15000, 0, 0, 11, 12169, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Anger\\'rel - In Combat - Cast Shield Block'),\n(9035, 0, 3, 0, 0, 0, 100, 0, 1000, 3000, 20000, 26000, 0, 0, 11, 15062, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Anger\\'rel - In Combat - Cast Shield Wall'),\n(9035, 0, 4, 0, 0, 0, 100, 2, 5000, 5000, 5000, 5000, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Anger\\'rel - In Combat - In Combat with Zone (Normal Dungeon)'),\n(9036, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 15587, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vile\\'rel - In Combat - Cast Mind Blast'),\n(9036, 0, 1, 0, 0, 0, 100, 0, 2000, 3000, 60000, 120000, 0, 0, 11, 11974, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Vile\\'rel - In Combat - Cast Power Word: Shield'), -- https://www.youtube.com/watch?v=QoEwUz7Bdq8\n(9036, 0, 2, 0, 0, 0, 100, 0, 15000, 20000, 15000, 20000, 0, 0, 11, 15585, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Vile\\'rel - In Combat - Cast Prayer of Healing'),\n(9036, 0, 3, 0, 2, 0, 100, 0, 0, 50, 16000, 20000, 0, 0, 11, 15586, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Vile\\'rel - Between 0-50% Health - Cast Heal'),\n(9036, 0, 4, 0, 0, 0, 100, 2, 5000, 5000, 5000, 5000, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Vile\\'rel - In Combat - In Combat with Zone (Normal Dungeon)'),\n(9038, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Seeth\\'rel - Out of Combat - Cast Frost Armor'),\n(9038, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Seeth\\'rel - In Combat - Cast Frostbolt'),\n(9038, 0, 2, 0, 0, 0, 100, 0, 9000, 14000, 19000, 24000, 0, 0, 11, 15244, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Seeth\\'rel - In Combat - Cast Cone of Cold'),\n(9038, 0, 3, 0, 106, 0, 100, 0, 0, 0, 20000, 23000, 0, 8, 11, 12674, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Seeth\\'rel - Within 0-8 Range - Cast Frost Nova'),\n(9038, 0, 4, 0, 0, 0, 100, 0, 3000, 5000, 64000, 75000, 0, 0, 11, 15044, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Seeth\\'rel - In Combat - Cast Frost Ward'),\n(9038, 0, 5, 0, 0, 0, 100, 2, 5000, 5000, 5000, 5000, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Seeth\\'rel - In Combat - In Combat with Zone'),\n(9040, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Dope\\'rel - Out of Combat - Cast Sneak (No Repeat)'),\n(9040, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 6000, 9000, 0, 0, 11, 15581, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Dope\\'rel - Within 0-5 Range - Cast Sinister Strike'),\n(9040, 0, 2, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 5, 11, 15583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dope\\'rel - Within 0-5 Range - Cast Rupture'),\n(9040, 0, 3, 0, 0, 0, 100, 0, 8000, 12000, 12000, 17000, 0, 0, 11, 12540, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Dope\\'rel - Within 0-5 Range - Cast Gouge'),\n(9040, 0, 4, 0, 0, 0, 100, 0, 1000, 5000, 25000, 35000, 0, 0, 11, 15087, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dope\\'rel - In Combat - Cast Evasion'),\n(9040, 0, 5, 0, 67, 0, 100, 0, 3000, 7000, 5000, 9000, 0, 5, 11, 15582, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dope\\'rel - Behind Target - Cast Backstab'),\n(9040, 0, 6, 0, 0, 0, 100, 2, 5000, 5000, 5000, 5000, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Dope\\'rel - In Combat - In Combat with Zone'),\n--\n(9041, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Warder Stilgiss - Out of Combat - Cast Frost Armor'),\n(9041, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Warder Stilgiss - In Combat - Cast Frostbolt'),\n(9041, 0, 2, 0, 106, 0, 100, 0, 0, 0, 14000, 18000, 0, 8, 11, 12674, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Warder Stilgiss - Within 0-8 Range - Cast Frost Nova'),\n(9041, 0, 3, 0, 0, 0, 100, 0, 3000, 4000, 65000, 70000, 0, 0, 11, 15044, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Warder Stilgiss - Cast Frost Ward'),\n(9041, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Warder Stilgiss - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9042, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 45000, 0, 20, 11, 15042, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Verek - In Combat - Cast Curse of Blood'),\n(9042, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Verek - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(9042, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Verek - On Enrage - Say Line 0'),\n--\n(9056, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 240000, 240000, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Fineous Darkvire - Out of Combat - Cast Devotion Aura'),\n(9056, 0, 1, 0, 2, 0, 100, 1, 0, 60, 0, 0, 0, 0, 11, 15493, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Fineous Darkvire - Between 0-60% Health - Cast Holy Light (No Repeat)'),\n(9056, 0, 2, 0, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Fineous Darkvire - Between 0-40% Health - Cast Holy Light (No Repeat)'),\n(9056, 0, 3, 0, 9, 0, 100, 0, 0, 0, 6000, 8500, 0, 5, 11, 13953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Fineous Darkvire - Within 0-5 Range - Cast Holy Strike'),\n(9056, 0, 4, 0, 105, 0, 50, 0, 0, 0, 11000, 15000, 0, 5, 11, 11978, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Fineous Darkvire - Target Casting - Cast Kick'),\n(9056, 0, 5, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 15346, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Fineous Darkvire - Between 0-20% Health - Cast Seal of Reckoning (No Repeat)'),\n--\n(9319, 0, 0, 0, 0, 0, 100, 0, 9000, 10000, 15000, 60000, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Houndmaster Grebmar - In Combat - Cast Demoralizing Shout'),\n(9319, 0, 1, 0, 105, 0, 50, 0, 0, 0, 7000, 25000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Houndmaster Grebmar - Target Casting - Cast Pummel'),\n(9319, 0, 2, 0, 0, 0, 100, 0, 4000, 12000, 4000, 12000, 0, 0, 11, 21049, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Houndmaster Grebmar - In Combat - Cast Bloodlust'), -- https://www.youtube.com/watch?v=RdBpOWNqZeg\n(9319, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Houndmaster Grebmar - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(9437, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15234, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Keeper Vorfalk - In Combat - Cast Lightning Bolt'),\n(9437, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 7000, 10000, 0, 0, 11, 15306, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dark Keeper Vorfalk - In Combat - Cast Shock'),\n(9438, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15228, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Keeper Bethek - In Combat - Cast Fireball'),\n(9438, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 15000, 20000, 0, 0, 11, 12738, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Dark Keeper Bethek - In Combat - Cast Amplify Damage'),\n(9439, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15232, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Keeper Uggel - In Combat - Cast Shadow Bolt'),\n(9439, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 12000, 18000, 0, 0, 11, 14875, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Dark Keeper Uggel - In Combat - Cast Curse of Agony'),\n(9441, 0, 0, 0, 0, 0, 100, 0, 9000, 14000, 40000, 55000, 0, 0, 11, 17139, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Dark Keeper Zimrel - In Combat - Cast Power Word: Shield'),\n(9441, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15238, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Keeper Zimrel - In Combat - Cast Holy Smite'),\n(9442, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15230, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Keeper Ofgut - In Combat - Cast Arcane Bolt'),\n(9442, 0, 1, 0, 0, 0, 100, 0, 7000, 12000, 18000, 24000, 0, 0, 11, 7121, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dark Keeper Ofgut - In Combat - Cast Anti-Magic Shield'),\n(9443, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Dark Keeper Pelver - Out of Combat - Cast Frost Armor'),\n(9443, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Keeper Pelver - In Combat - Cast Frostbolt'),\n--\n(9543, 0, 0, 1, 62, 0, 100, 512, 1970, 0, 0, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ribbly Screwspigot - On Gossip Select - Set Faction'),\n(9543, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 11, 10043, 30, 0, 0, 0, 0, 0, 0,              'Ribbly Screwspigot - On Gossip Select - Set Faction'),\n(9543, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ribbly Screwspigot - On Gossip Select - Talk'),\n(9543, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                    'Ribbly Screwspigot - On Gossip Select - Attack Start'),\n(9543, 0, 4, 0, 0, 0, 100, 0, 3000, 3000, 10000, 10000, 0, 0, 11, 12540, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Ribbly Screwspigot - Within 0-5 Range - Cast Gouge'),\n(9543, 0, 5, 0, 0, 0, 100, 0, 5000, 14000, 5000, 14000, 0, 0, 11, 9080, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Ribbly Screwspigot - Within 0-5 Range - Cast Hamstring'),\n(9543, 0, 6, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Ribbly Screwspigot - Between 0-30% Health - Flee For Assist (No Repeat)'),\n--\n(9545, 0, 0, 0, 105, 0, 50, 0, 0, 0, 11000, 15000, 0, 5, 11, 15610, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Grim Patron - Target Casting - Cast Kick'),\n(9545, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 14822, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grim Patron - Between 0-30% Health - Cast Drunken Rage (No Repeat)'),\n(9545, 0, 2, 0, 1, 0, 55, 0, 7000, 15000, 7000, 15000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Grim Patron - OOC - Play Random Emotes'),\n(9545, 0, 3, 0, 38, 0, 100, 0, 1, 1, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,                    'Grim Patron - On Data set - Start Attack'),\n(9545, 0, 4, 0, 38, 0, 100, 512, 1, 4, 0, 0, 0, 0, 80, 954700, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Grim Patron - On Data set - Action list'),\n(9545, 0, 5, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Grim Patron - On Aggro - Remove Npc Flags Gossip'),\n(9545, 0, 6, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 82, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Grim Patron - On Reset - Add Npc Flags Gossip'),\n(9547, 0, 0, 0, 0, 0, 100, 0, 3000, 40000, 6000, 30000, 0, 0, 11, 14868, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Guzzling Patron - In Combat - Cast Curse of Agony'),\n(9547, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Guzzling Patron - In Combat - Cast Shadow Bolt'),\n(9547, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 14822, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Guzzling Patron - Between 0-30% Health - Cast Drunken Rage (No Repeat)'),\n(9547, 0, 3, 0, 1, 0, 55, 0, 7000, 15000, 7000, 15000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Guzzling Patron - OOC - Play Random Emotes'),\n(9547, 0, 4, 0, 38, 0, 100, 0, 1, 1, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,                    'Guzzling Patron - On Data set - Start Attack'),\n(9547, 0, 5, 0, 38, 0, 100, 512, 1, 4, 0, 0, 0, 0, 80, 954700, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Guzzling Patron - On Data set - Action list'),\n(9547, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Guzzling Patron - On Aggro - Remove Npc Flags Gossip'),\n(9547, 0, 7, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 82, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Guzzling Patron - On Reset - Add Npc Flags Gossip'),\n--\n(9956, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shadowforge Flame Keeper - On Aggro - Cast Battle Shout'),\n(9956, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowforge Flame Keeper - Outside 30 Range - Start Combat Movement'),\n(9956, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowforge Flame Keeper - Within 5-30 Range - Stop Combat Movement'),\n(9956, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadowforge Flame Keeper - Within 0-5 Range - Start Combat Movement'),\n(9956, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Flame Keeper - Within 5-30 Range - Cast Shoot'),\n(9956, 0, 5, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Flame Keeper - Within 0-5 Range - Cast Hamstring'),\n(9956, 0, 6, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Flame Keeper - Within 0-5 Range - Cast Strike'),\n(9956, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Flame Keeper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10043, 0, 0, 0, 0, 0, 100, 0, 10000, 20000, 10000, 20000, 0, 0, 11, 15692, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0, 'Ribbly\\'s Crony - Within 0-5 Range - Cast Eviscerate'),\n(10043, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 6000, 9000, 0, 0, 11, 15581, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Ribbly\\'s Crony - Within 0-5 Range - Cast Sinister Strike');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 13951;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,\n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(13, 1, 13951, 0, 0, 31, 0, 3, 8905, 0, 0, 0, 0, \"\", \"Set Warbringer Construct as target for Rebuild spell\");\n\n-- fix bridge ambush\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-91106, -91107, -608891);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-91106, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anvilrage Guardsman - On Respawn - Set Invisible'),\n(-91106, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anvilrage Guardsman - On Respawn - Set Faction'),\n(-91106, 0, 0, 0, 60, 0, 100, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anvilrage Guardsman - On Update - Set in Combat with Zone'),\n(-91107, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anvilrage Guardsman - On Respawn - Set Invisible'),\n(-91107, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anvilrage Guardsman - On Respawn - Set Faction'),\n(-91107, 0, 0, 0, 60, 0, 100, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anvilrage Guardsman - On Update - Set in Combat with Zone'),\n--\n(-608891, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'BRD Bridge Trigger - On Respawn - Set Invisible'),\n(-608891, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'BRD Bridge Trigger - On Respawn - Set Faction'),\n(-608891, 0, 2, 3, 101, 0, 100, 0, 1, 10, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 10, 91106, 0, 0, 0, 0, 0, 0, 0, 'BRD Bridge Trigger - On Near Player - Set visible Anvilrage Guardsman 91106'),\n(-608891, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 10, 91106, 0, 0, 0, 0, 0, 0, 0,   'BRD Bridge Trigger - On Near Player - Set Faction Anvilrage Guardsman 91106'),\n(-608891, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 10, 91107, 0, 0, 0, 0, 0, 0, 0,   'BRD Bridge Trigger - On Near Player - Set visible Anvilrage Guardsman 91107'),\n(-608891, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 10, 91107, 0, 0, 0, 0, 0, 0, 0,   'BRD Bridge Trigger - On Near Player - Set Faction Anvilrage Guardsman 91107');\n\nDELETE FROM `creature` WHERE `guid` IN (90728, 91106, 91107, 608891);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(90728,  8911, 0, 0, 230, 0, 0, 1, 1, 0, 754.091, -73.9451, -46.2159, 0.84735, 7200, 0, 1, 7599, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(91106,  8891, 0, 0, 230, 0, 0, 1, 1, 1, 642.366, -274.516, -43.1092, 0.471239, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(91107,  8891, 0, 0, 230, 0, 0, 1, 1, 1, 740.114, -283.345, -42.7508, 2.86234, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(608891, 8891, 0, 0, 230, 0, 0, 1, 1, 1, 686.649, -280.075, -43.1966, 0.0844455, 300, 0, 0, 6876, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 47738; -- Fireguard Destroyer(8911)\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 90828; -- Blazing Fireguard(8910)\n\nDELETE FROM `creature_addon` WHERE `guid` IN (47738, 90828);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(47738, 477380, 0, 0, 1, 0, 0, NULL),\n(90828, 908280, 0, 0, 1, 0, 0, NULL);\n\n-- fix Ironhand Guardian's Gout of Flame in room with Magmus\nDELETE FROM `creature_template` WHERE `entry` IN (108982);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(108982, 0, 0, 0, 0, 0, 'Ironhand Guardian', NULL, NULL, 0, 60, 60, 0, 15, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0.1, 2000, 2000, 1, 1, 1, 70, 2048, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 3, 2, 1, 1, 0, 0, 1, 0, 2, '', 0);\n\nDELETE FROM `creature` WHERE `id1` IN (8982, 108982);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(47323, 108982, 0, 0, 230, 0, 0, 1, 1, 0, 1407.29, -587.299, -91.9711, 3.15905, 7200, 0, 0, 126, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47442, 108982, 0, 0, 230, 0, 0, 1, 1, 0, 1353.43, -587.317, -91.9711, 0.15708, 7200, 0, 0, 126, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47466, 108982, 0, 0, 230, 0, 0, 1, 1, 0, 1406.88, -632.438, -91.9711, 3.14159, 7200, 0, 0, 126, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47472, 108982, 0, 0, 230, 0, 0, 1, 1, 0, 1353.92, -632.75, -91.9711, 0.122173, 7200, 0, 0, 126, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47473, 108982, 0, 0, 230, 0, 0, 1, 1, 0, 1407.67, -677.718, -91.9711, 3.14159, 7200, 0, 0, 126, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47474, 108982, 0, 0, 230, 0, 0, 1, 1, 0, 1353.16, -677.38, -91.9711, 0, 7200, 0, 0, 126, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` = 108982;\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(108982, 0, 9189, 1, 1, 12340);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (108982);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (108982);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(108982, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15533, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ironhand Guardian - On Spawn - Cast Stoned Visual'),\n(108982, 0, 1, 0, 1, 0, 100, 0, 4000, 8000, 13000, 18000, 0, 0, 11, 15529, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Ironhand Guardian - Out of Combat - Cast Gout of Flame');\n\n-- fix Fireguard patrols\nDELETE FROM `waypoint_data` WHERE `id` IN (477380, 907280, 908280);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(477380, 1, 712.727, -278.328, -43.2147, 0.075571, 0, 0, 0, 100, 0), -- Fireguard Destroyer(8911)\n(477380, 2, 660.359, -282.782, -43.2201, 3.26445,0, 0, 0, 100, 0),\n(477380, 3, 644.983, -284.93, -43.219, 0.067883, 0, 0, 0, 100, 0),\n(477380, 4, 607.217, -284.487, -43.1059, 3.11326, 0, 0, 0, 100, 0),\n(477380, 5, 572.263, -283.22, -43.1028, 2.41229, 0, 0, 0, 100, 0),\n(477380, 6, 537.896, -251.271, -43.1028, 2.40051, 0, 0, 0, 100, 0),\n(477380, 7, 569.988, -282.969, -43.1028, 2.24147, 0, 0, 0, 100, 0),\n(477380, 8, 607.107, -284.599, -43.1042, 6.24111, 0, 0, 0, 100, 0),\n(477380, 9, 645.91, -284.733, -43.2395, 0.005052, 0, 0, 0, 100, 0),\n(477380, 10, 660.339, -282.755, -43.2208, 0.10519, 0, 0, 0, 100, 0),\n--\n(907280, 1, 761.283, -65.8021, -46.2337, NULL, 0, 0, 0, 100, 0), -- Fireguard Destroyer(8911)\n(907280, 2, 762.053, -59.3832, -46.2337, NULL, 0, 0, 0, 100, 0),\n(907280, 3, 740.873, -15.4984, -46.2337, NULL, 0, 0, 0, 100, 0),\n(907280, 4, 733.056, -6.43943, -46.1815, NULL, 0, 0, 0, 100, 0),\n(907280, 5, 710.789, -8.89487, -45.9405, NULL, 0, 0, 0, 100, 0),\n(907280, 6, 706.555, 13.0863, -45.5852, NULL, 0, 0, 0, 100, 0),\n(907280, 7, 710.562, 22.7446, -45.4594, NULL, 0, 0, 0, 100, 0),\n(907280, 8, 696.138, 34.8861, -45.467, NULL, 0, 0, 0, 100, 0),\n(907280, 9, 691.576, 46.4976, -45.467, NULL, 0, 0, 0, 100, 0),\n(907280, 10, 696.138, 34.8861, -45.467, NULL, 0, 0, 0, 100, 0),\n(907280, 11, 710.562, 22.7446, -45.4594, NULL, 0, 0, 0, 100, 0),\n(907280, 12, 706.555, 13.0863, -45.5852, NULL, 0, 0, 0, 100, 0),\n(907280, 13, 710.789, -8.89487, -45.9405, NULL, 0, 0, 0, 100, 0),\n(907280, 14, 733.056, -6.43943, -46.1815, NULL, 0, 0, 0, 100, 0),\n(907280, 15, 740.873, -15.4984, -46.2337, NULL, 0, 0, 0, 100, 0),\n(907280, 16, 762.053, -59.3832, -46.2337, NULL, 0, 0, 0, 100, 0),\n(907280, 17, 761.283, -65.8021, -46.2337, NULL, 0, 0, 0, 100, 0),\n(907280, 18, 747.48, -80.9312, -46.2337, NULL, 0, 0, 0, 100, 0),\n--\n(908280, 1, 853.993, -261.658, -49.9364, 1.5072, 0, 0, 0, 100, 0), -- Blazing Fireguard(8910)\n(908280, 2, 853.608, -277.92, -49.9364, 4.93155, 0, 0, 0, 100, 0),\n(908280, 3, 860.549, -295.867, -49.9364, 5.14754, 0, 0, 0, 100, 0),\n(908280, 4, 880.6, -309.502, -49.9364, 5.71892, 0, 0, 0, 100, 0),\n(908280, 5, 905.206, -314.55, -49.9364, 6.26871, 0, 0, 0, 100, 0),\n(908280, 6, 880.836, -310.104, -49.9364, 2.56556, 0, 0, 0, 100, 0),\n(908280, 7, 860.108, -296.642, -49.9364, 2.16697, 0, 0, 0, 100, 0),\n(908280, 8, 854.253, -279.573, -49.9364, 1.9019, 0, 0, 0, 100, 0);\n\n-- fix officer patrols in Bael'Gar area\nDELETE FROM `creature` WHERE `guid` IN (\n45857, 45858, 45859, 90640, 45861,\n45875, 45876, 45877, 45878, 45879,\n47781, 47782, 47783, 47784, 47785,\n47786, 47787, 47788, 47789, 47790,\n47799, 47800, 47801, 47802, 47803,\n90658, 90659, 90660, 90661, 90662);\n\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(45857, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 734.342, -115.562, -71.8692, 2.29181, 7200, 0, 1, 5502, 3728, 2, 0, 0, 0, '', 0, 0, NULL), -- Anvilrage Officer\n(45858, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 733.265, -108.619, -71.7611, 5.37845, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45859, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 734.991, -118.049, -71.9244, 2.29044, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(90640, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 738.351, -115.109, -71.9528, 2.30947, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45861, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 736.664, -116.583, -71.9382, 2.28651, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(45875, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 697.116, -95.4629, -71.4095, 5.41586, 7200, 0, 1, 5502, 3728, 2, 0, 0, 0, '', 0, 0, NULL),  -- Anvilrage Officer\n(45876, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 696.59, -92.6785, -71.371, 5.37265, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45877, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 694.594, -94.5057, -71.3968, 5.32161, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(45878, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 698.499, -91.3146, -71.3517, 5.34517, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45879, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 692.64, -95.8691, -71.4159, 5.32161, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(47781, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 729.238, 160.809, -72.2434, 2.6513, 7200, 0, 1, 5502, 3728, 2, 0, 0, 0, '', 0, 0, NULL),  -- Anvilrage Officer\n(47782, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 730.246, 158.012, -72.2814, 2.63558, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47783, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 728.826, 155.449, -72.2943, 2.63558, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(47784, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 732.025, 161.222, -72.2645, 2.63558, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47785, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 733.37, 163.649, -72.2518, 2.63558, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(47786, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 668.276, 135.126, -73.3139, 4.07486, 7200, 0, 1, 5502, 3728, 2, 0, 0, 0, '', 0, 0, NULL),  -- Anvilrage Officer\n(47787, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 668.086, 137.35, -73.3139, 4.07486, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47788, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 670.624, 135.459, -73.3139, 4.0513, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47789, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 672.606, 134.002, -73.3139, 4.07486, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(47790, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 666.015, 138.885, -73.3139, 4.07486, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(47799, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 680.336, -44.8507, -72.9776, 2.23294, 7200, 0, 1, 5502, 3728, 2, 0, 0, 0, '', 0, 0, NULL),  -- Anvilrage Officer\n(47800, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 680.39, -47.2331, -72.9302, 2.22706, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47801, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 682.422, -45.6471, -72.9302, 2.23099, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(47802, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 678.626, -48.8339, -72.9332, 2.30756, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47803, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 684.191, -44.3128, -72.931, 2.28008, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(90658, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 664.806, 195.915, -72.1177, 5.63189, 7200, 0, 1, 5502, 3728, 2, 0, 0, 0, '', 0, 0, NULL),  -- Anvilrage Officer\n(90659, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 660.53, 193.589, -72.1475, 5.66136, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90660, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 662.061, 195.76, -72.1159, 5.68493, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(90661, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 666.312, 201.408, -72.0624, 5.62013, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90662, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 664.427, 198.963, -72.0682, 5.62602, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (45857, 45875, 47781, 47786, 47799, 90658);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(45857, 45857, 0, 0,   515, 0, 0), -- Officer\n(45857, 45858, 9, 270, 515, 0, 0), -- Soldier\n(45857, 45859, 4, 90,  515, 0, 0), -- Medic\n(45857, 90640, 9, 90,  515, 0, 0), -- Soldier\n(45857, 45861, 4, 270, 515, 0, 0), -- Footman\n--\n(45875, 45875, 0, 0,   515, 0, 0), -- Officer\n(45875, 45876, 9, 90,  515, 0, 0), -- Soldier\n(45875, 45877, 4, 90,  515, 0, 0), -- Medic\n(45875, 45878, 9, 270, 515, 0, 0), -- Soldier\n(45875, 45879, 4, 270, 515, 0, 0), -- Footman\n--\n(47781, 47781, 0, 0,   515, 0, 0), -- Officer\n(47781, 47782, 9, 90,  515, 0, 0), -- Soldier\n(47781, 47783, 4, 90,  515, 0, 0), -- Medic\n(47781, 47784, 9, 270, 515, 0, 0), -- Footman\n(47781, 47785, 4, 270, 515, 0, 0), -- Footman\n--\n(47786, 47786, 0, 0,   515, 0, 0), -- Officer\n(47786, 47787, 9, 90,  515, 0, 0), -- Soldier\n(47786, 47789, 4, 90,  515, 0, 0), -- Medic\n(47786, 47788, 9, 270, 515, 0, 0), -- Soldier\n(47786, 47790, 4, 270, 515, 0, 0), -- Medic\n--\n(47799, 47799, 0, 0,   515, 0, 0), -- Officer\n(47799, 47800, 9, 90,  515, 0, 0), -- Soldier\n(47799, 47801, 4, 90,  515, 0, 0), -- Medic\n(47799, 47802, 9, 270, 515, 0, 0), -- Soldier\n(47799, 47803, 4, 270, 515, 0, 0), -- Footman\n--\n(90658, 90658, 0, 0,   515, 0, 0), -- Officer\n(90658, 90659, 9, 90,  515, 0, 0), -- Soldier\n(90658, 90660, 4, 90,  515, 0, 0), -- Medic\n(90658, 90661, 9, 270, 515, 0, 0), -- Soldier\n(90658, 90662, 4, 270, 515, 0, 0); -- Footman\n\nDELETE FROM `creature_addon` WHERE `guid` IN (45857, 45875, 47781, 47786, 47799, 90658);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(45857, 458570, 0, 0, 1, 0, 0, '13864'),\n(45875, 458750, 0, 0, 1, 0, 0, '13864'),\n(47781, 477810, 0, 0, 1, 0, 0, '13864'),\n(47786, 477860, 0, 0, 1, 0, 0, '13864'),\n(47799, 477990, 0, 0, 1, 0, 0, '13864'),\n(90658, 906580, 0, 0, 1, 0, 0, '13864');\n\nDELETE FROM `waypoint_data` WHERE `id` IN (458570, 458750, 477810, 477860, 477990, 906580);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(458570, 1, 731.878, -112.659, -71.7924, 2.28199, 15000, 0, 0, 100, 0),\n(458570, 2, 740.222, -121.621, -72.1034, 5.50999, 0, 0, 0, 100, 0),\n(458570, 3, 782.362, -161.125, -73.2671, 5.46876, 0, 0, 0, 100, 0),\n(458570, 4, 779.883, -158.821, -73.4076, 5.50831, 15000, 0, 0, 100, 0),\n(458570, 5, 729.4, -109.909, -71.7353, 2.27444, 0, 0, 0, 100, 0),\n--\n(458750, 1, 698.238, -96.7869, -71.4277, 5.36677, 15000, 0, 0, 100, 0),\n(458750, 2, 687.004, -82.7569, -71.6416, 2.25268, 0, 0, 0, 100, 0),\n(458750, 3, 672.323, -65.5213, -72.7711, 2.30372, 0, 0, 0, 100, 0),\n(458750, 4, 660.885, -51.9485, -73.164, 2.25856, 0, 0, 0, 100, 0),\n(458750, 5, 662.782, -54.2745, -73.0968, 2.25856, 15000, 0, 0, 100, 0),\n(458750, 6, 672.893, -66.1477, -72.7457, 5.41784, 0, 0, 0, 100, 0),\n(458750, 7, 687.216, -82.9668, -71.6098, 5.41784, 0, 0, 0, 100, 0),\n(458750, 8, 700.331, -99.2065, -71.4603, 2.25661, 0, 0, 0, 100, 0),\n--\n(477810, 1, 705.375, 173.828, -72.1133, 2.62578, 0, 0, 0, 100, 0),\n(477810, 2, 708.994, 171.636, -72.1059, 2.61204, 20000, 0, 0, 100, 0),\n(477810, 3, 693.214, 145.861, -72.3394, 4.24178, 0, 0, 0, 100, 0),\n(477810, 4, 694.404, 136.567, -72.2982, 1.64407, 0, 0, 0, 100, 0),\n(477810, 5, 694.299, 140.707, -72.2798, 4.7366, 15000, 0, 0, 100, 0),\n(477810, 6, 701.434, 145.956, -72.2197, 1.0472, 0, 0, 0, 100, 0),\n(477810, 7, 716.977, 157.868, -72.1558, 2.64159, 0, 0, 0, 100, 0),\n(477810, 8, 728.314, 160.1, -72.2412, 2.59841, 0, 0, 0, 100, 0),\n(477810, 9, 735.444, 155.825, -72.3511, 5.73214, 0, 0, 0, 100, 0),\n(477810, 10, 732.397, 157.744, -72.3036, 5.73215, 15000, 0, 0, 100, 0),\n--\n(477860, 1, 671.26, 139.268, -73.2962, 4.07093, 15000, 0, 0, 100, 0),\n(477860, 2, 694.599, 173.124, -72.1581, 0.980406, 0, 0, 0, 100, 0),\n(477860, 3, 692.316, 169.601, -72.2641, 1.00005, 15000, 0, 0, 100, 0),\n(477860, 4, 669.119, 136.074, -73.3138, 0.95292, 0, 0, 0, 100, 0),\n--\n(477990, 1, 677.647, -41.2612, -73.0946, 2.22707, 15000, 0, 0, 100, 0),\n(477990, 2, 687.415, -53.5862, -72.6828, 5.40402, 0, 0, 0, 100, 0),\n(477990, 3, 700.484, -70.01, -71.7605, 5.38832, 0, 0, 0, 100, 0),\n(477990, 4, 714.366, -87.9515, -71.4275, 5.35888, 0, 0, 0, 100, 0),\n(477990, 5, 711.888, -85.3583, -71.3485, 5.39618, 15000, 0, 0, 100, 0),\n(477990, 6, 700.13, -70.7877, -71.7473, 2.27226, 0, 0, 0, 100, 0),\n(477990, 7, 687.458, -52.8162, -72.7055, 2.2487, 0, 0, 0, 100, 0),\n(477990, 8, 675.641, -38.883, -73.1747, 2.27423, 0, 0, 0, 100, 0),\n--\n(906580, 1, 690.825, 182.043, -72.1219, 5.75951, 0, 0, 0, 100, 0),\n(906580, 2, 687.536, 183.999, -72.1233, 5.75557, 25000, 0, 0, 100, 0),\n(906580, 3, 671.168, 162.395, -73.1998, 1.00209, 0, 0, 0, 100, 0),\n(906580, 4, 663.792, 156.498, -73.47, 3.42305, 0, 0, 0, 100, 0),\n(906580, 5, 659.829, 156.231, -73.7584, 3.21299, 0, 0, 0, 100, 0),\n(906580, 6, 662.774, 156.46, -73.5488, 3.24635, 15000, 0, 0, 100, 0),\n(906580, 7, 669.593, 168.703, -72.9221, 1.0335, 0, 0, 0, 100, 0),\n(906580, 8, 670.315, 183.219, -72.2217, 1.50081, 0, 0, 0, 100, 0),\n(906580, 9, 664.06, 195.899, -72.1157, 2.1252, 0, 0, 0, 100, 0),\n(906580, 10, 658.425, 199.373, -72.0883, 2.62589, 0, 0, 0, 100, 0),\n(906580, 11, 661.207, 197.809, -72.082, 2.62, 15000, 0, 0, 100, 0);\n\n\n-- fix officer packs that are misplaced and have wrong movement\nDELETE FROM `creature` WHERE guid IN (90653, 90654, 90655, 90656, 90657, 90680, 90681, 90682, 90683, 90684, 90839, 90840, 90841, 90842, 90843);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(90653, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 678.689, -121.644, -72.0716, 1.21643, 7200, 0, 0, 5502, 3728, 0, 0, 0, 0, '', 0, 0, NULL),\n(90654, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 680.856, -127.272, -72.0552, 1.16142, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90655, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 679.429, -124.626, -72.07, 1.17716, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90656, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 682.052, -123.109, -72.0377, 1.30479, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90657, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 676.695, -125.1, -72.1019, 1.38726, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(90680, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 736.148, -59.2571, -71.8741, 0.258237, 7200, 0, 0, 5502, 3728, 0, 0, 0, 0, '', 0, 0, NULL),\n(90681, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 738.789, -59.5167, -71.8238, 3.39197, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90682, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 738.103, -57.3964, -71.8401, 3.44892, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL),\n(90683, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 739.379, -61.8249, -71.8085, 3.39197, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90684, 8892, 0, 0, 230, 0, 0, 1, 1, 1, 737.435, -55.3414, -71.8559, 3.40769, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90839, 8895, 0, 0, 230, 0, 0, 1, 1, 1, 667.578, -29.2691, -73.3151, 3.1583, 7200, 0, 0, 5502, 3728, 0, 0, 0, 0, '', 0, 0, NULL),\n(90840, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 667.567, -33.3695, -73.3112, 3.28122, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90841, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 671.155, -30.151, -73.3134, 3.28122, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90842, 8893, 0, 0, 230, 0, 0, 1, 1, 1, 664.043, -28.4768, -73.2895, 3.28122, 7200, 0, 0, 6645, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90843, 8894, 0, 0, 230, 0, 0, 1, 1, 1, 667.517, -25.1782, -73.8748, 3.28122, 7200, 0, 0, 4653, 8786, 0, 0, 0, 0, '', 0, 0, NULL);\n\n\n-- fix hound patrols\n\nDELETE FROM `creature` WHERE `guid` IN (\n45896, 45897, 45898, 45915, 45916, 45917, 45924, 45925, 45926, 47825, 47826, 47827, 47830, 47831, 47832, \n90686, 90687, 90688, 90855, 90856, 90857, 90866, 90867, 90868, 90918, 90917, 90916, 91084, 91085, 91086);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(45896, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 511.225, -178.22, -60.0722, 1.86715, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45897, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 514.334, -177.619, -59.9839, 1.86715, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45898, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 512.227, -175.894, -60.4273, 1.86101, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(45915, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 507.459, -71.1789, -62.69, 3.69728, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45916, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 510.026, -73.5812, -62.3512, 3.69728, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45917, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 507.858, -73.0351, -62.5597, 3.69728, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(45924, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 478.693, -110.303, -63.0834, 1.40623, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(45925, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 479.657, -112.529, -62.8568, 1.40623, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45926, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 476.957, -112.081, -62.9856, 1.40623, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47825, 8890, 0, 0, 230, 0, 0, 1, 1, 1, 504.533, -124.746, -62.2436, 3.56981, 7200, 0, 1, 6414, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(47826, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 506.133, -126.058, -61.9769, 3.56392, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47827, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 504.648, -122.75, -62.3433, 3.58748, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47830, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 526.491, -65.7319, -62.321, 3.94076, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47831, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 528.867, -67.881, -62.3162, 3.90149, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(47832, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 526.575, -67.7981, -62.2411, 3.90934, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(90686, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 404.613, -73.5161, -62.0615, 2.81372, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90687, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 403.978, -76.3875, -61.827, 2.7823, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90688, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 402.666, -74.5199, -61.9944, 2.76266, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(90855, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 411.893, -181.853, -63.2672, 3.64544, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(90856, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 413.868, -182.603, -63.2194, 3.68864, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90857, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 412.732, -179.844, -63.0809, 3.67293, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90866, 8891, 0, 0, 230, 0, 0, 1, 1, 1, 629.668, -261.28, -83.7515, 3.90067, 7200, 0, 1, 6645, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(90867, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 627.172, -261.771, -83.8865, 3.85347, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90868, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 627.84, -259.833, -83.8041, 3.86532, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90916, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 574.527, -121.285, -65.0588, 0.0706102, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(90917, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 567.774, -120.675, -63.5019, 6.03067, 7200, 0, 1, 2672, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(90918, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 574.438, -122.639, -65.229, 6.15876, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(91084, 8890, 0, 0, 230, 0, 0, 1, 1, 1, 418.939, -78.2689, -63.3344, 2.68535, 7200, 0, 1, 6414, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(91085, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 419.301, -80.4187, -63.4199, 2.62539, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(91086, 8921, 0, 0, 230, 0, 0, 1, 1, 0, 420.605, -77.4939, -63.5929, 2.73141, 7200, 0, 0, 2672, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (45898, 45917, 45924, 47825, 47832, 90688, 90855, 90866, 90917, 91084);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(45898, 45898, 0, 0,   515, 0, 0), -- Bloodhound\n(45898, 45896, 4, 150, 515, 0, 0), -- Bloodhound\n(45898, 45897, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(45917, 45917, 0, 0,   515, 0, 0), -- Bloodhound\n(45917, 45915, 4, 150, 515, 0, 0), -- Bloodhound\n(45917, 45916, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(45924, 45924, 0, 0,   515, 0, 0), -- Bloodhound\n(45924, 45925, 4, 150, 515, 0, 0), -- Bloodhound\n(45924, 45926, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(47825, 47825, 0, 0,   515, 0, 0), -- Anvilrage Warden\n(47825, 47826, 4, 150, 515, 0, 0), -- Bloodhound\n(47825, 47827, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(47832, 47832, 0, 0,   515, 0, 0), -- Bloodhound\n(47832, 47830, 4, 150, 515, 0, 0), -- Bloodhound\n(47832, 47831, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(90688, 90688, 0, 0,   515, 0, 0), -- Bloodhound\n(90688, 90686, 4, 150, 515, 0, 0), -- Bloodhound\n(90688, 90687, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(90855, 90855, 0, 0,   515, 0, 0), -- Bloodhound\n(90855, 90856, 4, 150, 515, 0, 0), -- Bloodhound\n(90855, 90857, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(90866, 90866, 0, 0,   515, 0, 0), -- Anvilrage Warden\n(90866, 90867, 4, 150, 515, 0, 0), -- Bloodhound\n(90866, 90868, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(90917, 90917, 0, 0,   515, 0, 0), -- Bloodhound\n(90917, 90916, 4, 150, 515, 0, 0), -- Bloodhound\n(90917, 90918, 4, 210, 515, 0, 0), -- Bloodhound\n--\n(91084, 91084, 0, 0,   515, 0, 0), -- Anvilrage Warden\n(91084, 91085, 4, 150, 515, 0, 0), -- Bloodhound\n(91084, 91086, 4, 210, 515, 0, 0); -- Bloodhound\n\n\nDELETE FROM `creature_addon` WHERE `guid` IN (\n45896, 45897, 45898, 45915, 45916, 45917, 45924, 45925, 45926, 47825, 47826, 47827, 47830, 47831, 47832, \n90686, 90687, 90688, 90855, 90856, 90857, 90866, 90867, 90868, 90918, 90917, 90916, 91084, 91085, 91086);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(45896, 0, 0, 0, 1, 0, 0, '8279'),\n(45897, 0, 0, 0, 1, 0, 0, '8279'),\n(45898, 458980, 0, 0, 1, 0, 0, '8279'),\n--\n(45915, 0, 0, 0, 1, 0, 0, '8279'),\n(45916, 0, 0, 0, 1, 0, 0, '8279'),\n(45917, 459170, 0, 0, 1, 0, 0, '8279'),\n--\n(45924, 459240, 0, 0, 1, 0, 0, '8279'),\n(45925, 0, 0, 0, 1, 0, 0, '8279'),\n(45926, 0, 0, 0, 1, 0, 0, '8279'),\n--\n(47825, 478250, 0, 0, 1, 0, 0, NULL),\n(47826, 0, 0, 0, 1, 0, 0, '8279'),\n(47827, 0, 0, 0, 1, 0, 0, '8279'),\n--\n(47830, 0, 0, 0, 1, 0, 0, '8279'),\n(47831, 0, 0, 0, 1, 0, 0, '8279'),\n(47832, 478320, 0, 0, 1, 0, 0, '8279'),\n--\n(90686, 0, 0, 0, 1, 0, 0, '8279'),\n(90687, 0, 0, 0, 1, 0, 0, '8279'),\n(90688, 906880, 0, 0, 1, 0, 0, '8279'),\n--\n(90855, 908550, 0, 0, 1, 0, 0, '8279'),\n(90856, 0, 0, 0, 1, 0, 0, '8279'),\n(90857, 0, 0, 0, 1, 0, 0, '8279'),\n--\n(90866, 908660, 0, 0, 1, 0, 0, NULL),\n(90867, 0, 0, 0, 1, 0, 0, '8279'),\n(90868, 0, 0, 0, 1, 0, 0, '8279'),\n--\n(90916, 0, 0, 0, 1, 0, 0, '8279'),\n(90917, 909170, 0, 0, 1, 0, 0, '8279'),\n(90918, 0, 0, 0, 1, 0, 0, '8279'),\n--\n(91084, 910840, 0, 0, 1, 0, 0, NULL),\n(91085, 0, 0, 0, 1, 0, 0, '8279'),\n(91086, 0, 0, 0, 1, 0, 0, '8279');\n\n\nDELETE FROM `waypoint_data` WHERE `id` IN (458980, 459170, 459240, 478250, 478320, 906880, 908550, 908660, 909170, 910840);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(458980, 1, 510.746, -170.97, -61.352, 1.85067, 0, 0, 0, 100, 0),\n(458980, 2, 511.932, -175.858, -60.4469, 4.96477, 0, 0, 0, 100, 0),\n(458980, 3, 513.133, -180.515, -59.7455, 4.96477, 0, 0, 0, 100, 0),\n(458980, 4, 514.91, -187.381, -59.0889, 4.86738, 0, 0, 0, 100, 0),\n(458980, 5, 515.974, -194.187, -59.3457, 4.86738, 0, 0, 0, 100, 0),\n(458980, 6, 517.359, -203.053, -59.2492, 4.86738, 0, 0, 0, 100, 0),\n(458980, 7, 518.506, -210.398, -58.7215, 4.86738, 0, 0, 0, 100, 0),\n(458980, 8, 519.469, -216.56, -59.2884, 4.86738, 0, 0, 0, 100, 0),\n(458980, 9, 520.075, -227.143, -62.0678, 4.759, 0, 0, 0, 100, 0),\n(458980, 10, 521.772, -232.278, -63.5757, 5.12656, 0, 0, 0, 100, 0),\n(458980, 11, 523.393, -238.858, -65.607, 4.94042, 0, 0, 0, 100, 0),\n(458980, 12, 525.251, -241.795, -66.0769, 5.34569, 0, 0, 0, 100, 0),\n(458980, 13, 532.428, -248.682, -67.2482, 5.52947, 0, 0, 0, 100, 0),\n(458980, 14, 538.282, -253.067, -68.2062, 5.67791, 0, 0, 0, 100, 0),\n(458980, 15, 545.834, -258.293, -70.3725, 5.67791, 0, 0, 0, 100, 0),\n(458980, 16, 553.096, -261.822, -72.2445, 5.8617, 0, 0, 0, 100, 0),\n(458980, 17, 555.18, -263.028, -72.7991, 5.75096, 0, 0, 0, 100, 0),\n(458980, 18, 559.891, -265.802, -74.9163, 5.75096, 0, 0, 0, 100, 0),\n(458980, 19, 567.714, -270.41, -77.4823, 5.75096, 0, 0, 0, 100, 0),\n(458980, 20, 573.476, -272.126, -78.886, 6.01014, 0, 0, 0, 100, 0),\n(458980, 21, 582.219, -274.574, -80.8292, 6.01014, 0, 0, 0, 100, 0),\n(458980, 22, 590.645, -276.934, -82.2196, 6.01014, 0, 0, 0, 100, 0),\n(458980, 23, 597.184, -277.316, -82.8237, 0.056818, 0, 0, 0, 100, 0),\n(458980, 24, 605.423, -276.049, -83.4996, 0.386685, 0, 0, 0, 100, 0),\n(458980, 25, 612.678, -272.76, -83.7825, 0.570469, 0, 0, 0, 100, 0),\n(458980, 26, 618.331, -267.957, -83.7779, 0.754252, 0, 0, 0, 100, 0),\n(458980, 27, 624.667, -262.424, -83.7929, 0.754252, 0, 0, 0, 100, 0),\n(458980, 28, 631.044, -256.433, -83.656, 0.754252, 0, 0, 0, 100, 0),\n(458980, 29, 636.941, -250.892, -83.5744, 0.754252, 0, 0, 0, 100, 0),\n(458980, 30, 644.756, -243.549, -83.7541, 0.754252, 0, 0, 0, 100, 0),\n(458980, 31, 650.08, -236.355, -83.846, 0.975734, 0, 0, 0, 100, 0),\n(458980, 32, 642.773, -242.762, -83.7068, 3.87464, 0, 0, 0, 100, 0),\n(458980, 33, 638.607, -247.522, -83.59, 4.05842, 0, 0, 0, 100, 0),\n(458980, 34, 632.533, -254.035, -83.5598, 3.83694, 0, 0, 0, 100, 0),\n(458980, 35, 626.486, -259.08, -83.7168, 3.83694, 0, 0, 0, 100, 0),\n(458980, 36, 620.611, -263.982, -83.6611, 3.83694, 0, 0, 0, 100, 0),\n(458980, 37, 614.651, -268.955, -83.7218, 3.83694, 0, 0, 0, 100, 0),\n(458980, 38, 607.327, -274.244, -83.7036, 3.50707, 0, 0, 0, 100, 0),\n(458980, 39, 599.095, -275.95, -82.8874, 3.32329, 0, 0, 0, 100, 0),\n(458980, 40, 584.35, -277.388, -81.5191, 3.13951, 0, 0, 0, 100, 0),\n(458980, 41, 574.098, -273.867, -79.2035, 2.62586, 0, 0, 0, 100, 0),\n(458980, 42, 565.137, -268.969, -76.7054, 2.62586, 0, 0, 0, 100, 0),\n(458980, 43, 559.205, -264.49, -74.3619, 2.47742, 0, 0, 0, 100, 0),\n(458980, 44, 553.035, -259.022, -71.7592, 2.61093, 0, 0, 0, 100, 0),\n(458980, 45, 544.166, -253.818, -69.6985, 2.61093, 0, 0, 0, 100, 0),\n(458980, 46, 537.449, -249.319, -67.7727, 2.57324, 0, 0, 0, 100, 0),\n(458980, 47, 533.322, -246.119, -67.3075, 2.35411, 0, 0, 0, 100, 0),\n(458980, 48, 526.609, -239.379, -65.8012, 2.35411, 0, 0, 0, 100, 0),\n(458980, 49, 521.63, -232.889, -63.7734, 1.80276, 0, 0, 0, 100, 0),\n(458980, 50, 521.886, -226.231, -61.633, 1.50823, 0, 0, 0, 100, 0),\n(458980, 51, 521.532, -218.157, -59.1486, 1.65667, 0, 0, 0, 100, 0),\n(458980, 52, 520.904, -210.858, -58.5182, 1.65667, 0, 0, 0, 100, 0),\n(458980, 53, 518.784, -201.869, -59.2058, 1.87816, 0, 0, 0, 100, 0),\n(458980, 54, 516.752, -193.686, -59.311, 1.87816, 0, 0, 0, 100, 0),\n(458980, 55, 514.466, -184.623, -59.3574, 1.75642, 0, 0, 0, 100, 0),\n(458980, 56, 512.295, -177.75, -60.1046, 1.83182, 0, 0, 0, 100, 0),\n--\n(459170, 1, 503.279, -75.9062, -62.8871, 3.74833, 0, 0, 0, 100, 0),\n(459170, 2, 495.299, -72.4976, -62.7607, 2.6095, 0, 0, 0, 100, 0),\n(459170, 3, 487.407, -67.3113, -62.0029, 2.6095, 0, 0, 0, 100, 0),\n(459170, 4, 479.675, -67.4178, -62.0045, 3.7122, 0, 0, 0, 100, 0),\n(459170, 5, 471.948, -74.1093, -63.2492, 3.93368, 0, 0, 0, 100, 0),\n(459170, 6, 474.892, -84.9305, -63.1267, 4.8903, 0, 0, 0, 100, 0),\n(459170, 7, 483.161, -89.952, -62.822, 5.85791, 0, 0, 0, 100, 0),\n(459170, 8, 495.81, -94.4493, -62.4082, 6.00635, 0, 0, 0, 100, 0),\n(459170, 9, 504.065, -98.4668, -62.59, 5.86184, 0, 0, 0, 100, 0),\n(459170, 10, 510.95, -101.553, -62.1112, 5.86184, 0, 0, 0, 100, 0),\n(459170, 11, 520.736, -105.939, -61.9456, 5.86184, 0, 0, 0, 100, 0),\n(459170, 12, 530.317, -110.233, -62.052, 5.86184, 0, 0, 0, 100, 0),\n(459170, 13, 520.363, -118.498, -62.8147, 3.75068, 0, 0, 0, 100, 0),\n(459170, 14, 514.174, -122.816, -63.4014, 3.75068, 0, 0, 0, 100, 0),\n(459170, 15, 508.708, -133.471, -61.8637, 4.30361, 0, 0, 0, 100, 0),\n(459170, 16, 501.436, -141.24, -62.4252, 3.86064, 0, 0, 0, 100, 0),\n(459170, 17, 498.549, -127.979, -62.7092, 1.61754, 0, 0, 0, 100, 0),\n(459170, 18, 497.971, -115.631, -62.6449, 1.61754, 0, 0, 0, 100, 0),\n(459170, 19, 498.169, -103.239, -62.2475, 1.61754, 0, 0, 0, 100, 0),\n(459170, 20, 497.689, -92.9741, -62.4506, 1.61754, 0, 0, 0, 100, 0),\n(459170, 21, 497.142, -81.2829, -62.6155, 1.61754, 0, 0, 0, 100, 0),\n(459170, 22, 496.56, -68.8295, -62.784, 1.61754, 0, 0, 0, 100, 0),\n(459170, 23, 496.222, -61.6204, -62.6855, 1.61754, 0, 0, 0, 100, 0),\n(459170, 24, 487.975, -60.6502, -62.2083, 3.0399, 0, 0, 0, 100, 0),\n(459170, 25, 482.285, -61.4066, -61.9446, 3.36977, 0, 0, 0, 100, 0),\n(459170, 26, 474.505, -67.1349, -62.7462, 3.84807, 0, 0, 0, 100, 0),\n(459170, 27, 467.184, -73.3831, -63.7248, 3.84807, 0, 0, 0, 100, 0),\n(459170, 28, 458.366, -80.9082, -62.8089, 3.84807, 0, 0, 0, 100, 0),\n(459170, 29, 459.028, -86.7789, -62.9545, 5.37018, 0, 0, 0, 100, 0),\n(459170, 30, 466.65, -96.6446, -62.0909, 5.37018, 0, 0, 0, 100, 0),\n(459170, 31, 470.436, -106.081, -63.3643, 5.089, 0, 0, 0, 100, 0),\n(459170, 32, 483.208, -97.3085, -62.2617, 0.657789, 0, 0, 0, 100, 0),\n(459170, 33, 493.408, -90.8176, -62.6236, 0.657789, 0, 0, 0, 100, 0),\n(459170, 34, 502.696, -84.1296, -62.6481, 0.657789, 0, 0, 0, 100, 0),\n(459170, 35, 510.102, -77.4608, -62.1439, 0.879272, 0, 0, 0, 100, 0),\n(459170, 36, 518.117, -71.6599, -61.9772, 0.879272, 0, 0, 0, 100, 0),\n(459170, 37, 522.93, -65.8474, -62.1209, 0.879272, 0, 0, 0, 100, 0),\n(459170, 38, 517.132, -62.0924, -61.9073, 2.37388, 0, 0, 0, 100, 0),\n(459170, 39, 510.864, -62.3252, -62.9703, 3.38077, 0, 0, 0, 100, 0),\n(459170, 40, 504.861, -68.3842, -63.052, 4.00516, 0, 0, 0, 100, 0),\n--\n(459240, 1, 478.733, -120.604, -62.1817, 4.83999, 0, 0, 0, 100, 0),\n(459240, 2, 480.974, -132.186, -62.1561, 4.93817, 0, 0, 0, 100, 0),\n(459240, 3, 483.566, -142.728, -63.6644, 4.86669, 0, 0, 0, 100, 0),\n(459240, 4, 487.752, -148.147, -62.5932, 5.89871, 0, 0, 0, 100, 0),\n(459240, 5, 496.69, -148.881, -62.9532, 0.05613, 0, 0, 0, 100, 0),\n(459240, 6, 508.027, -144.723, -61.9094, 0.423696, 0, 0, 0, 100, 0),\n(459240, 7, 516.766, -139.755, -62.2277, 0.472391, 0, 0, 0, 100, 0),\n(459240, 8, 525.801, -135.087, -62.4958, 0.583132, 0, 0, 0, 100, 0),\n(459240, 9, 528.755, -132.491, -61.593, 0.729216, 0, 0, 0, 100, 0),\n(459240, 10, 534.17, -125.364, -61.7675, 1.0261, 0, 0, 0, 100, 0),\n(459240, 11, 538.883, -115.526, -63.1098, 1.17218, 0, 0, 0, 100, 0),\n(459240, 12, 540.16, -110.659, -62.0163, 1.32062, 0, 0, 0, 100, 0),\n(459240, 13, 540.211, -104.668, -61.5168, 1.65285, 0, 0, 0, 100, 0),\n(459240, 14, 538.285, -97.2637, -62.0421, 1.82642, 0, 0, 0, 100, 0),\n(459240, 15, 535.906, -88.1614, -63.0712, 1.82642, 0, 0, 0, 100, 0),\n(459240, 16, 533.998, -80.8606, -61.4849, 1.82642, 0, 0, 0, 100, 0),\n(459240, 17, 532.283, -74.298, -62.5562, 1.82642, 0, 0, 0, 100, 0),\n(459240, 18, 527.128, -65.6062, -62.5844, 2.34164, 0, 0, 0, 100, 0),\n(459240, 19, 521.032, -59.3297, -62.0323, 2.34164, 0, 0, 0, 100, 0),\n(459240, 20, 514.689, -54.1481, -62.9338, 2.48772, 0, 0, 0, 100, 0),\n(459240, 21, 509.841, -51.6285, -63.8436, 2.67151, 0, 0, 0, 100, 0),\n(459240, 22, 505.16, -49.2505, -62.1808, 2.67151, 0, 0, 0, 100, 0),\n(459240, 23, 497.585, -48.2873, -61.793, 3.04143, 0, 0, 0, 100, 0),\n(459240, 24, 489.532, -49.6157, -63.4869, 3.3713, 0, 0, 0, 100, 0),\n(459240, 25, 479.653, -53.9489, -62.0518, 3.59278, 0, 0, 0, 100, 0),\n(459240, 26, 474.981, -57.8239, -61.5709, 4.14648, 0, 0, 0, 100, 0),\n(459240, 27, 469.369, -66.2496, -62.8827, 4.36797, 0, 0, 0, 100, 0),\n(459240, 28, 465.455, -77.1608, -63.5692, 4.36797, 0, 0, 0, 100, 0),\n(459240, 29, 463.192, -86.7706, -62.7451, 4.62715, 0, 0, 0, 100, 0),\n(459240, 30, 463.892, -95.2137, -62.0244, 4.88633, 0, 0, 0, 100, 0),\n(459240, 31, 467.537, -102.894, -62.8533, 5.36228, 0, 0, 0, 100, 0),\n(459240, 32, 474.137, -108.327, -63.5647, 5.69215, 0, 0, 0, 100, 0),\n--\n(478250, 1, 493.654, -125.012, -63.0283, 3.18497, 0, 0, 0, 100, 0),\n(478250, 2, 477.097, -129.979, -61.9589, 3.52073, 0, 0, 0, 100, 0),\n(478250, 3, 457.697, -137.459, -63.8224, 3.61692, 0, 0, 0, 100, 0),\n(478250, 4, 441.529, -150.472, -64.8603, 3.8172, 0, 0, 0, 100, 0),\n(478250, 5, 429.82, -160.432, -63.5209, 3.92716, 0, 0, 0, 100, 0),\n(478250, 6, 413.965, -179.225, -62.9311, 3.99587, 0, 0, 0, 100, 0),\n(478250, 7, 429.005, -162.196, -63.4222, 0.714888, 0, 0, 0, 100, 0),\n(478250, 8, 442.362, -150.326, -64.8736, 0.626541, 0, 0, 0, 100, 0),\n(478250, 9, 458.977, -135.946, -63.9323, 0.508731, 0, 0, 0, 100, 0),\n(478250, 10, 477.489, -128.802, -61.9694, 0.257413, 0, 0, 0, 100, 0),\n--\n(478320, 1, 522.538, -71.8671, -62.1102, 3.92112, 0, 0, 0, 100, 0),\n(478320, 2, 514.395, -77.8503, -62.0057, 3.68157, 0, 0, 0, 100, 0),\n(478320, 3, 504.711, -83.8573, -62.4441, 3.86535, 0, 0, 0, 100, 0),\n(478320, 4, 501.583, -92.5433, -62.591, 4.56357, 0, 0, 0, 100, 0),\n(478320, 5, 499.677, -103.396, -62.3062, 4.45519, 0, 0, 0, 100, 0),\n(478320, 6, 497.339, -112.284, -62.6464, 4.45519, 0, 0, 0, 100, 0),\n(478320, 7, 493.135, -122.261, -62.9574, 4.3091, 0, 0, 0, 100, 0),\n(478320, 8, 484.114, -129.388, -62.5223, 3.35249, 0, 0, 0, 100, 0),\n(478320, 9, 474.805, -131.381, -61.9648, 3.35249, 0, 0, 0, 100, 0),\n(478320, 10, 474.085, -124.218, -62.2043, 1.76834, 0, 0, 0, 100, 0),\n(478320, 11, 473.151, -115.997, -62.7336, 1.76834, 0, 0, 0, 100, 0),\n(478320, 12, 472.111, -110.8, -63.9653, 1.76834, 0, 0, 0, 100, 0),\n(478320, 13, 470.994, -105.22, -63.2456, 1.76834, 0, 0, 0, 100, 0),\n(478320, 14, 466.406, -95.5651, -61.8807, 2.06051, 0, 0, 0, 100, 0),\n(478320, 15, 464.985, -88.8285, -62.8065, 1.82881, 0, 0, 0, 100, 0),\n(478320, 16, 461.709, -82.0327, -63.0145, 2.02438, 0, 0, 0, 100, 0),\n(478320, 17, 471.147, -75.9496, -63.4376, 0.773239, 0, 0, 0, 100, 0),\n(478320, 18, 478.172, -76.6198, -62.7125, 0.034965, 0, 0, 0, 100, 0),\n(478320, 19, 484.023, -72.8992, -61.9855, 0.956237, 0, 0, 0, 100, 0),\n(478320, 20, 485.725, -65.362, -61.9775, 1.21306, 0, 0, 0, 100, 0),\n(478320, 21, 493.509, -56.1038, -62.6662, 0.845496, 0, 0, 0, 100, 0),\n(478320, 22, 501.671, -61.16, -63.1525, 5.54689, 0, 0, 0, 100, 0),\n(478320, 23, 508.419, -65.9176, -62.9294, 5.76837, 0, 0, 0, 100, 0),\n(478320, 24, 514.169, -65.9438, -62.1521, 0.258017, 0, 0, 0, 100, 0),\n(478320, 25, 523.734, -64.585, -62.147, 0.001192, 0, 0, 0, 100, 0),\n--\n(906880, 1, 398.787, -73.2724, -62.1508, 2.80194, 0, 0, 0, 100, 0),\n(906880, 2, 389.633, -69.5443, -62.5992, 2.80194, 0, 0, 0, 100, 0),\n(906880, 3, 380.122, -65.5541, -63.6254, 2.98572, 0, 0, 0, 100, 0),\n(906880, 4, 368.895, -65.9787, -65.2383, 3.2072, 0, 0, 0, 100, 0),\n(906880, 5, 360.166, -66.1212, -66.596, 3.2072, 0, 0, 0, 100, 0),\n(906880, 6, 340.103, -67.0612, -70.1202, 3.35486, 0, 0, 0, 100, 0),\n(906880, 7, 327.074, -71.4521, -73.1593, 3.47895, 0, 0, 0, 100, 0),\n(906880, 8, 318.606, -74.4224, -75.0844, 3.47895, 0, 0, 0, 100, 0),\n(906880, 9, 309.319, -77.6801, -76.6182, 3.47895, 0, 0, 0, 100, 0),\n(906880, 10, 303.101, -83.3546, -76.6825, 4.1434, 0, 0, 0, 100, 0),\n(906880, 11, 296.624, -90.5684, -75.1085, 3.92427, 0, 0, 0, 100, 0),\n(906880, 12, 293.764, -95.7379, -73.8614, 4.20702, 0, 0, 0, 100, 0),\n(906880, 13, 304.63, -82.6701, -76.4614, 0.766187, 0, 0, 0, 100, 0),\n(906880, 14, 316.878, -74.5574, -75.6033, 0.360921, 0, 0, 0, 100, 0),\n(906880, 15, 333.969, -66.7858, -71.7598, 0.177138, 0, 0, 0, 100, 0),\n(906880, 16, 347.911, -65.0247, -68.5906, 6.27418, 0, 0, 0, 100, 0),\n(906880, 17, 363.369, -66.8161, -66.0297, 6.23649, 0, 0, 0, 100, 0),\n(906880, 18, 378.216, -68.1204, -63.9095, 6.12574, 0, 0, 0, 100, 0),\n(906880, 19, 389.365, -67.3845, -62.5978, 6.12574, 0, 0, 0, 100, 0),\n(906880, 20, 402.504, -70.883, -62.6415, 5.90426, 0, 0, 0, 100, 0),\n(906880, 21, 409.44, -75.1959, -62.2326, 5.68278, 0, 0, 0, 100, 0),\n--\n(908550, 1, 406.651, -185.045, -64.0623, 3.66115, 0, 0, 0, 100, 0),\n(908550, 2, 396.446, -192.869, -66.0234, 3.76325, 0, 0, 0, 100, 0),\n(908550, 3, 384.625, -202.897, -68.6835, 3.57947, 0, 0, 0, 100, 0),\n(908550, 4, 373.865, -205.415, -70.7075, 3.39568, 0, 0, 0, 100, 0),\n(908550, 5, 365.643, -206.389, -72.4014, 3.32028, 0, 0, 0, 100, 0),\n(908550, 6, 353.635, -207.912, -74.7732, 3.24724, 0, 0, 0, 100, 0),\n(908550, 7, 342.741, -207.777, -76.3611, 3.02576, 0, 0, 0, 100, 0),\n(908550, 8, 334.543, -206.317, -77.5514, 2.73124, 0, 0, 0, 100, 0),\n(908550, 9, 325.518, -202.39, -77.5061, 2.73124, 0, 0, 0, 100, 0),\n(908550, 10, 315.957, -197.473, -76.802, 2.62049, 0, 0, 0, 100, 0),\n(908550, 11, 306.902, -191.167, -76.1986, 2.50975, 0, 0, 0, 100, 0),\n(908550, 12, 293.599, -182.858, -76.2879, 2.42729, 0, 0, 0, 100, 0),\n(908550, 13, 285.489, -175.865, -75.6281, 2.2812, 0, 0, 0, 100, 0),\n(908550, 14, 278.103, -168.037, -74.2749, 1.64032, 0, 0, 0, 100, 0),\n(908550, 15, 275.135, -161.047, -73.0259, 1.64032, 0, 0, 0, 100, 0),\n(908550, 16, 273.718, -151.818, -71.3745, 1.64032, 0, 0, 0, 100, 0),\n(908550, 17, 277.705, -166.693, -73.9528, 5.10942, 0, 0, 0, 100, 0),\n(908550, 18, 288.534, -177.849, -75.8842, 5.55239, 0, 0, 0, 100, 0),\n(908550, 19, 299.282, -187.483, -76.1083, 5.55239, 0, 0, 0, 100, 0),\n(908550, 20, 310.978, -193.532, -76.4315, 5.84691, 0, 0, 0, 100, 0),\n(908550, 21, 324.486, -200.753, -77.3126, 5.70083, 0, 0, 0, 100, 0),\n(908550, 22, 338.3, -207.562, -76.9948, 5.84691, 0, 0, 0, 100, 0),\n(908550, 23, 350.945, -208.195, -75.2081, 6.25218, 0, 0, 0, 100, 0),\n(908550, 24, 363.506, -206.715, -72.8586, 0.190475, 0, 0, 0, 100, 0),\n(908550, 25, 377.457, -204.84, -70.0472, 0.152776, 0, 0, 0, 100, 0),\n(908550, 26, 389.186, -199.848, -67.7569, 0.4473, 0, 0, 0, 100, 0),\n(908550, 27, 400.407, -192.073, -65.5114, 0.85021, 0, 0, 0, 100, 0),\n(908550, 28, 408.347, -183.031, -63.7169, 0.85021, 0, 0, 0, 100, 0),\n(908550, 29, 415.752, -177.247, -62.6298, 0.704126, 0, 0, 0, 100, 0),\n--\n(908660, 1, 624.677, -264.098, -83.8733, 3.88103, 0, 0, 0, 100, 0),\n(908660, 2, 616.269, -270.365, -83.7729, 3.74751, 0, 0, 0, 100, 0),\n(908660, 3, 605.552, -274.583, -83.5437, 3.45299, 0, 0, 0, 100, 0),\n(908660, 4, 594.801, -276.12, -82.579, 3.08307, 0, 0, 0, 100, 0),\n(908660, 5, 581.241, -275.159, -80.7294, 2.86394, 0, 0, 0, 100, 0),\n(908660, 6, 569.527, -272.258, -78.0986, 2.68016, 0, 0, 0, 100, 0),\n(908660, 7, 563.201, -269.975, -76.5311, 2.68016, 0, 0, 0, 100, 0),\n(908660, 8, 555.083, -263.387, -72.8722, 2.31495, 0, 0, 0, 100, 0),\n(908660, 9, 544.828, -254.51, -69.8699, 2.38563, 0, 0, 0, 100, 0),\n(908660, 10, 556.459, -261.751, -72.8007, 5.78248, 0, 0, 0, 100, 0),\n(908660, 11, 569.698, -268.996, -77.7162, 5.78248, 0, 0, 0, 100, 0),\n(908660, 12, 582.886, -273.689, -80.8416, 6.1147, 0, 0, 0, 100, 0),\n(908660, 13, 595.057, -273.989, -82.4366, 0.236784, 0, 0, 0, 100, 0),\n(908660, 14, 605.043, -272.934, -83.5352, 0.236784, 0, 0, 0, 100, 0),\n(908660, 15, 617.953, -269.785, -83.8388, 0.422924, 0, 0, 0, 100, 0),\n(908660, 16, 630.388, -259.967, -83.7351, 0.679749, 0, 0, 0, 100, 0),\n(908660, 17, 640.114, -248.046, -83.4854, 0.936574, 0, 0, 0, 100, 0),\n(908660, 18, 647.178, -238.443, -83.8938, 0.936574, 0, 0, 0, 100, 0),\n(908660, 19, 652.378, -227.882, -83.4503, 1.1557, 0, 0, 0, 100, 0),\n(908660, 20, 657.983, -217.078, -80.6333, 1.1557, 0, 0, 0, 100, 0),\n(908660, 21, 659.484, -207.415, -78.2761, 1.52327, 0, 0, 0, 100, 0),\n(908660, 22, 659.718, -194.588, -76.401, 1.59631, 0, 0, 0, 100, 0),\n(908660, 23, 658.738, -184.826, -75.0699, 1.78009, 0, 0, 0, 100, 0),\n(908660, 24, 656.857, -173.375, -74.0219, 1.78009, 0, 0, 0, 100, 0),\n(908660, 25, 653.057, -162.938, -72.7434, 2.03692, 0, 0, 0, 100, 0),\n(908660, 26, 655.827, -176.898, -74.1434, 4.82194, 0, 0, 0, 100, 0),\n(908660, 27, 657.548, -188.289, -75.468, 4.82194, 0, 0, 0, 100, 0),\n(908660, 28, 658.947, -201.008, -77.2987, 4.82194, 0, 0, 0, 100, 0),\n(908660, 29, 659.202, -212.684, -79.3931, 4.63816, 0, 0, 0, 100, 0),\n(908660, 30, 656.826, -221.301, -81.9293, 4.37898, 0, 0, 0, 100, 0),\n(908660, 31, 650.489, -232.543, -83.6114, 4.19519, 0, 0, 0, 100, 0),\n(908660, 32, 643.487, -242.028, -83.7388, 4.04911, 0, 0, 0, 100, 0),\n(908660, 33, 636.75, -250.649, -83.5857, 4.04911, 0, 0, 0, 100, 0),\n(908660, 34, 629.816, -259.524, -83.811, 4.04911, 0, 0, 0, 100, 0),\n--\n(909170, 1, 569.685, -121.221, -63.9983, 6.0503, 0, 0, 0, 100, 0),\n(909170, 2, 580.548, -123.262, -67.0243, 6.09743, 0, 0, 0, 100, 0),\n(909170, 3, 589.539, -125.528, -68.8985, 5.94899, 0, 0, 0, 100, 0),\n(909170, 4, 597.388, -128.253, -69.1712, 5.94899, 0, 0, 0, 100, 0),\n(909170, 5, 606.17, -131.302, -70.592, 5.94899, 0, 0, 0, 100, 0),\n(909170, 6, 615.983, -134.71, -71.0369, 5.94899, 0, 0, 0, 100, 0),\n(909170, 7, 625.851, -139.839, -71.862, 5.7652, 0, 0, 0, 100, 0),\n(909170, 8, 635.929, -146.348, -69.4052, 5.58142, 0, 0, 0, 100, 0),\n(909170, 9, 643.36, -152.629, -70.3716, 5.58142, 0, 0, 0, 100, 0),\n(909170, 10, 653.591, -165.998, -73.0349, 5.35994, 0, 0, 0, 100, 0),\n(909170, 11, 656.658, -176.146, -74.1893, 4.65151, 0, 0, 0, 100, 0),\n(909170, 12, 657.485, -193.095, -76.0807, 4.72455, 0, 0, 0, 100, 0),\n(909170, 13, 657.667, -208.081, -78.4551, 4.72455, 0, 0, 0, 100, 0),\n(909170, 14, 656.803, -218.583, -81.102, 4.54077, 0, 0, 0, 100, 0),\n(909170, 15, 651.103, -229.728, -83.6352, 3.98942, 0, 0, 0, 100, 0),\n(909170, 16, 644.789, -237.819, -83.7825, 3.98942, 0, 0, 0, 100, 0),\n(909170, 17, 639.729, -248.581, -83.4827, 3.98942, 0, 0, 0, 100, 0),\n(909170, 18, 631.602, -256.761, -83.6807, 3.80563, 0, 0, 0, 100, 0),\n(909170, 19, 618.686, -266.869, -83.7367, 3.80563, 0, 0, 0, 100, 0),\n(909170, 20, 608.932, -273.313, -83.7638, 3.69489, 0, 0, 0, 100, 0),\n(909170, 21, 620.812, -266.915, -83.8072, 0.733943, 0, 0, 0, 100, 0),\n(909170, 22, 629.014, -259.517, -83.8009, 0.733943, 0, 0, 0, 100, 0),\n(909170, 23, 637.07, -250.54, -83.5777, 0.955425, 0, 0, 0, 100, 0),\n(909170, 24, 644.207, -240.446, -83.8021, 0.955425, 0, 0, 0, 100, 0),\n(909170, 25, 651.529, -230.089, -83.6145, 0.955425, 0, 0, 0, 100, 0),\n(909170, 26, 658.206, -217.469, -80.7704, 1.14156, 0, 0, 0, 100, 0),\n(909170, 27, 660.093, -209.09, -78.4941, 1.47379, 0, 0, 0, 100, 0),\n(909170, 28, 658.999, -191.545, -75.9346, 1.65757, 0, 0, 0, 100, 0),\n(909170, 29, 657.495, -178.865, -74.6, 1.69291, 0, 0, 0, 100, 0),\n(909170, 30, 654, -165.781, -73.1001, 1.9144, 0, 0, 0, 100, 0),\n(909170, 31, 647.024, -155.156, -71.0839, 2.42805, 0, 0, 0, 100, 0),\n(909170, 32, 636.773, -146.281, -69.2974, 2.42805, 0, 0, 0, 100, 0),\n(909170, 33, 627.963, -140.994, -71.8125, 2.61183, 0, 0, 0, 100, 0),\n(909170, 34, 613.318, -134.061, -70.8506, 2.83331, 0, 0, 0, 100, 0),\n(909170, 35, 599.871, -129.779, -69.3784, 2.83331, 0, 0, 0, 100, 0),\n(909170, 36, 586.277, -126.485, -68.371, 2.87101, 0, 0, 0, 100, 0),\n(909170, 37, 576.375, -123.738, -65.8695, 2.87101, 0, 0, 0, 100, 0),\n(909170, 38, 567.162, -121.665, -63.3953, 2.87101, 0, 0, 0, 100, 0),\n(909170, 39, 559.199, -119.857, -61.9604, 2.87101, 0, 0, 0, 100, 0),\n--\n(910840, 1, 413.787, -76.6374, -62.5173, 2.8238, 0, 0, 0, 100, 0),\n(910840, 2, 424.393, -79.1687, -64.2013, 6.00858, 0, 0, 0, 100, 0),\n(910840, 3, 436.033, -82.2264, -64.5182, 6.08123, 0, 0, 0, 100, 0),\n(910840, 4, 448.819, -84.8865, -63.5181, 6.26776, 0, 0, 0, 100, 0),\n(910840, 5, 456.448, -84.4042, -62.8687, 0.098449, 0, 0, 0, 100, 0),\n(910840, 6, 472.802, -82.9104, -63.1926, 0.169157, 0, 0, 0, 100, 0),\n(910840, 7, 484.962, -85.701, -62.0719, 6.06161, 0, 0, 0, 100, 0),\n(910840, 8, 472.09, -82.9367, -63.1713, 3.02804, 0, 0, 0, 100, 0),\n(910840, 9, 455.535, -84.4481, -62.978, 3.17334, 0, 0, 0, 100, 0),\n(910840, 10, 448.464, -84.795, -63.5365, 3.01823, 0, 0, 0, 100, 0),\n(910840, 11, 435.508, -82.24, -64.5627, 2.89846, 0, 0, 0, 100, 0),\n(910840, 12, 423.312, -79.215, -64.0575, 2.89846, 0, 0, 0, 100, 0);\n\n-- remove default auras from Twilight Emissaries, they cast them on Respawn\nUPDATE `creature_addon` SET `auras` = NULL WHERE `guid` IN \n(47736, 47741, 47751, 47760, 47765, 47766, 47772, 47773, 90633, 90636, 90644, 90645, 90649, 90820, 90823, 90825, 90832, 90833);\n\n-- link creatures together\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (45954, 45850, 47796, 90663, 90665, 90844, 47704, 47708, 47712, 47717, 47721, 47725, 47729);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(45954, 45954, 0, 0, 3, 0, 0), -- General Angerforge\n(45954, 45955, 0, 0, 3, 0, 0),\n(45954, 45956, 0, 0, 3, 0, 0),\n(45954, 45958, 0, 0, 3, 0, 0),\n(45954, 45959, 0, 0, 3, 0, 0),\n--\n(45850, 45850, 0, 0, 3, 0, 0), -- Blazing Fireguard\n(45850, 45851, 0, 0, 3, 0, 0),\n(47796, 47796, 0, 0, 3, 0, 0),\n(47796, 47797, 0, 0, 3, 0, 0),\n(90665, 90665, 0, 0, 3, 0, 0), \n(90665, 90666, 0, 0, 3, 0, 0),\n(90663, 90663, 0, 0, 3, 0, 0),\n(90663, 90664, 0, 0, 3, 0, 0),\n(90844, 90844, 0, 0, 3, 0, 0),\n(90844, 90845, 0, 0, 3, 0, 0),\n--\n(47704, 47704, 0, 0, 3, 0, 0), -- Warbringer Construct\n(47704, 47705, 0, 0, 3, 0, 0),\n(47704, 47706, 0, 0, 3, 0, 0),\n(47704, 47707, 0, 0, 3, 0, 0),\n(47708, 47708, 0, 0, 3, 0, 0),\n(47708, 47709, 0, 0, 3, 0, 0),\n(47708, 47710, 0, 0, 3, 0, 0),\n(47708, 47711, 0, 0, 3, 0, 0),\n(47712, 47712, 0, 0, 3, 0, 0),\n(47712, 47713, 0, 0, 3, 0, 0),\n(47712, 47714, 0, 0, 3, 0, 0),\n(47712, 47715, 0, 0, 3, 0, 0),\n(47717, 47717, 0, 0, 3, 0, 0),\n(47717, 47718, 0, 0, 3, 0, 0),\n(47717, 47719, 0, 0, 3, 0, 0),\n(47717, 47720, 0, 0, 3, 0, 0),\n(47721, 47721, 0, 0, 3, 0, 0),\n(47721, 47722, 0, 0, 3, 0, 0),\n(47721, 47723, 0, 0, 3, 0, 0),\n(47721, 47724, 0, 0, 3, 0, 0),\n(47725, 47725, 0, 0, 3, 0, 0),\n(47725, 47726, 0, 0, 3, 0, 0),\n(47725, 47727, 0, 0, 3, 0, 0),\n(47725, 47728, 0, 0, 3, 0, 0),\n(47729, 47729, 0, 0, 3, 0, 0),\n(47729, 47730, 0, 0, 3, 0, 0),\n(47729, 47731, 0, 0, 3, 0, 0),\n(47729, 47732, 0, 0, 3, 0, 0);\n\n-- Shadowforge Torch drop rate\nUPDATE `creature_loot_template` SET `Chance` = 80 WHERE `Entry` = 9956 AND `Item` = 11885;\n\n-- Rockfist was removed from Phalanx's drop table in TBC - placing it back\nDELETE FROM `creature_loot_template` WHERE `Entry` = 9502 AND `Item` = 11743;\nINSERT INTO `creature_loot_template` (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES\n(9502, 11743, 0, 0, 0, 1, 1, 1, 1, 'Phalanx - Rockfist');\n\n-- fix Dark Keeper portrait event\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_dark_keeper_portrait' WHERE `entry` = 164819;\nDELETE FROM `gameobject` WHERE `guid` = 43131;\n\n/*  Fix Dark Coffer event */\nSET @GUID         := 640001;\nSET @cover        := 164819;\nSET @Portrait     := 164825;\nSET @Assemblage   := 8905;\nSET @ReliCoffer   := 174564;\nSET @ReliCoffer2  := 174563;\nSET @ReliCoffer3  := 174562;\nSET @ReliCoffer4  := 174561;\nSET @ReliCoffer5  := 174560;\nSET @ReliCoffer6  := 174559;\nSET @ReliCoffer7  := 174554;\nSET @ReliCoffer8  := 174555;\nSET @ReliCoffer9  := 174556;\nSET @ReliCoffer10 := 174557;\nSET @ReliCoffer11 := 174566;\nSET @ReliCoffer12 := 174558;\nSET @DOOM         := 9476;\nSET @Secret       := 174553; \nSET @Dark         := 174565;\n\nDELETE FROM `gameobject` WHERE `guid` IN (@GUID);\nINSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES\n(@GUID,165554,230,1,1, 802.907, -356.401, -48.9423,0,0,0,-0.382683, 0.92388, 7200, 100, 1);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (@Assemblage, @DOOM);\nUPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` IN \n(@cover, @Dark, @ReliCoffer, @ReliCoffer2, @ReliCoffer3, @ReliCoffer4, @ReliCoffer5, @ReliCoffer6, @ReliCoffer7, @ReliCoffer8, @ReliCoffer9, @ReliCoffer10, @ReliCoffer11, @ReliCoffer12, @Secret);\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = -46610;\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = @Assemblage;\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` = @Assemblage*100;\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` = @Assemblage*100+1;\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = @DOOM;\nDELETE FROM `smart_scripts` WHERE `source_type` = 1 AND `entryorguid` IN \n(@cover, @Dark, @Secret, @ReliCoffer, @ReliCoffer2, @ReliCoffer3, @ReliCoffer4, @ReliCoffer5, @ReliCoffer6, @ReliCoffer7, @ReliCoffer8, @ReliCoffer9, @ReliCoffer10, @ReliCoffer11, @ReliCoffer12);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, \n`action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(@cover,      1, 0, 0, 64, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, @Portrait, 5, 0, 0, 0, 0, 0,     'Cover - On gossip hello - Remove flags'),\n(@ReliCoffer, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,    'ReliCoffer - On State 2 - Set data'), \n(@ReliCoffer, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,       'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer2, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer2, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer3, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer3, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer4, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer4, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer5, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer5, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer6, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer6, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer7, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer7, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer8, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer8, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer9, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,   'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer9, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,      'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer10, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,  'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer10, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,     'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer11, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,  'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer11, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,     'ReliCoffer - On State 2 - Remove flags'), \n(@ReliCoffer12, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 11, @Assemblage, 30, 0, 0, 0, 0, 0,  'ReliCoffer - On State 2  - Set data'),\n(@ReliCoffer12, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160836, 10, 0, 0, 0, 0, 0,     'ReliCoffer - On State 2 - Remove flags'), \n(@Assemblage, 0, 0, 0, 38, 0, 100, 0, 0, 1, 0, 0, 63, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,                'Assemblage - On data set - Increment Counter 1'), -- the counter nbr 1 is incremented here\n(@Assemblage, 0, 1, 2, 11, 0, 100, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,                 'Assemblage - On Respawn - Set passif'),\n(@Assemblage, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 18, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,         'Assemblage - On Respawn - Add unit_flag'),\n(@Assemblage, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,                'Assemblage - On Respawn - SET PHASE EVENT 0'),\n(@Assemblage, 0, 4, 0, 77, 0, 100, 1, 1, 12, 0, 0, 80, @Assemblage*100, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Assemblage - On counter1=12 - Actionlist'),  -- event triggred when the counter 1= 12\n(@Assemblage*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,      'Assemblage - Actionlist - Remmove unit flag'),\n(@Assemblage*100, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,              'Assemblage - Actionlist - react agressif'),\n(@Assemblage*100, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,             'Assemblage - Actionlist - SET PHASE EVENT 0'),\n(@Assemblage, 0, 5, 0, 0, 0, 100, 0, 4000, 4000, 8000, 8000, 11, 15621, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Assemblage - IC - Cast'),\n(@Secret, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 161495, 10, 0, 0, 0, 0, 0,           'Secret - On State 2  - Remove flags'),\n(@Dark, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 20, 160845, 10, 0, 0, 0, 0, 0,             '@Dark - On State 2  - Remove flags'),\n(-46610, 0, 0, 0, 38, 0, 100, 0, 0, 1, 0, 0, 63, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,                     'Assemblage - On data set - Increment Counter1'), -- the counter nbr 1 is incremented here\n(-46610, 0, 1, 2, 11, 0, 100, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,                      'Assemblage - On Respawn - Set passif'),\n(-46610, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 18, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,              'Assemblage - On Respawn - Add unit_flag'),\n(-46610, 0, 4, 0, 77, 0, 100, 1, 1, 12, 0, 0, 80, @Assemblage*100+1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,    'Assemblage - On counter1=12 - Actionlist'), -- event triggred when the counter 1= 12\n(@Assemblage*100+1, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,    'Assemblage - Actionlist - Remmove unit flag'),\n(@Assemblage*100+1, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,            'Assemblage - Actionlist - react agressif'),\n(@Assemblage*100+1, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 12, @DOOM, 7, 0, 0, 0, 0, 8, 0, 0, 0, 813.737915, -347.550354, -50.578030, 0.670515, 'Assemblage - Actionlist - Summon'),\n(@Assemblage*100+1, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,           'Assemblage - Actionlist - SET PHASE EVENT 0'),\n(-46610, 0, 5, 0, 0, 0, 100, 0, 4000, 4000, 8000, 8000, 11, 15621, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0,      'Assemblage - IC - Cast'),\n(@DOOM, 0, 0, 0, 0, 0, 100, 0, 4000, 4000, 8000, 8000, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0,       'DOOM - IC - Cast'),\n(@DOOM, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 14000, 14000, 11, 15504, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,   'DOOM - IC - Cast'),\n(@DOOM, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 20, 174553, 70, 0, 0, 0, 0, 0,                 'DOOM - On death - Activate gob'),\n(@DOOM, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,                        'DOOM - On aggro - Talk');\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (@DOOM);   \nINSERT INTO `creature_text` (`CreatureID`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`, `BroadcastTextID`) VALUES\n(@DOOM,0,0,\"What are you doing?  Intruders!!\",14,0,100,0,0,0,'Watchman Doomgrip', 4962);\n"
  },
  {
    "path": "data/sql/world/base/dungeon_blackrock_spire.sql",
    "content": "/* ---- Upper Blackrock Spire ---- */\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(9045, 9096, 9817, 9818, 9819, 10083, 10317, 10318, 10319, 10366, 10371, 10372, 10509, 10814, 10899);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(9045, 9096, 9817, 9818, 9819, 10083, 10317, 10318, 10319, 10366, 10371, 10372, 10509, 10814, 10899);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(9045, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarshield Acolyte - On Aggro - Call For Help'),\n(9045, 0, 1, 0, 0, 0, 100, 0, 7000, 15000, 21000, 33000, 0, 0, 11, 14032, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarshield Acolyte - In Combat - Cast Shadow Word: Pain'),\n(9045, 0, 2, 0, 2, 0, 100, 1, 0, 75, 0, 0, 0, 0, 11, 12039, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarshield Acolyte - Between 0-75% Health - Cast Heal (No Repeat)'),\n(9045, 0, 3, 0, 74, 0, 100, 0, 0, 0, 17000, 24000, 35, 40, 11, 8362, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarshield Acolyte - On Friendly Between 0-35% Health - Cast Renew'),\n(9045, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarshield Acolyte - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9096, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 7000, 12000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,        'Rage Talon Dragonspawn - Within 0-5 Range - Cast Strike'),\n(9096, 0, 1, 0, 0, 0, 100, 0, 7700, 17100, 20300, 34200, 0, 0, 11, 12021, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Rage Talon Dragonspawn - Within 0-5 Range - Cast Fixate'),\n(9096, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 8000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'Rage Talon Dragonspawn - Within 0-5 Range - Cast Sunder Armor'),\n(9096, 0, 3, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rage Talon Dragonspawn - In Combat - Cast Thrash'),\n(9096, 0, 4, 5, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Rage Talon Dragonspawn - Between 0-30% Health - Cast Frenzy'),\n(9096, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Rage Talon Dragonspawn - On Frenzy - Say Line 0'),\n(9096, 0, 6, 0, 9, 0, 100, 0, 0, 0, 22000, 25000, 8, 25, 11, 24023, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rage Talon Dragonspawn - Within 8-25 Range - Cast Charge'),\n(9817, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12380, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Blackhand Dreadweaver - On Reset - Cast Shadow Channeling'),\n(9817, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackhand Dreadweaver - On Aggro - Call For Help'),\n(9817, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackhand Dreadweaver - In Combat - Cast Shadow Bolt'),\n(9817, 0, 3, 0, 0, 0, 100, 0, 4000, 7000, 7000, 11000, 0, 0, 11, 7068, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Blackhand Dreadweaver - In Combat - Cast Veil of Shadow'),\n(9817, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackhand Dreadweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9817, 0, 5, 6, 1, 0, 100, 0, 0, 8000, 12000, 14000, 0, 0, 92, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackhand Dreadweaver - Out of Combat - Interrupt Spell'),\n(9817, 0, 6, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackhand Dreadweaver - Out of Combat - Set Event Phase 1'),\n(9817, 0, 7, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Blackhand Dreadweaver - Out of Combat - Play Emote 1 (Phase 1)'),\n(9817, 0, 8, 9, 1, 1, 100, 0, 4000, 4000, 4000, 4000, 0, 0, 11, 12380, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Blackhand Dreadweaver - Out of Combat - Cast Shadow Channeling (Phase 1)'),\n(9817, 0, 9, 0, 61, 1, 100, 512, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackhand Dreadweaver - Out of Combat - Set Event Phase 0 (Phase 1)'),\n(9817, 0, 10, 0, 9, 0, 100, 0, 0, 0, 6000, 11000, 0, 5, 11, 16247, 34, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Blackhand Dreadweaver - Within 0-5 Range - Cast Curse of Thorns'),\n(9818, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12380, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Blackhand Summoner - On Reset - Cast Shadow Channeling'),\n(9818, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackhand Summoner - On Aggro - Call For Help'),\n(9818, 0, 2, 0, 0, 0, 100, 0, 6000, 22000, 16000, 24000, 0, 0, 87, 981800, 981801, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blackhand Summoner - In Combat - Summon Blackhand Veteran or Dreadweaver'),\n(9818, 0, 3, 0, 0, 0, 100, 0, 0, 0, 3000, 3000, 0, 0, 11, 12466, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackhand Summoner - In Combat - Cast Fireball'),\n(9818, 0, 4, 0, 0, 0, 100, 0, 10000, 20000, 120000, 120000, 0, 0, 11, 15532, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Blackhand Summoner - In Combat - Cast Frost Nova'),\n(9818, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackhand Summoner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9818, 0, 6, 0, 1, 0, 100, 0, 0, 8000, 12000, 14000, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Blackhand Summoner - Out of Combat - Play Emote 1'),\n(9819, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackhand Veteran - On Aggro - Call For Help'),\n(9819, 0, 1, 0, 0, 0, 100, 1, 0, 3200, 0, 0, 0, 0, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Blackhand Veteran - In Combat - Cast Shield Charge (No Repeat)'),\n(9819, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 11000, 14000, 0, 0, 11, 15749, 0, 0, 0, 0, 0, 28, 25, 1, 1, 8, 0, 0, 0, 0,      'Blackhand Veteran - Within 8-25 Range - Cast Shield Charge'),\n(9819, 0, 3, 0, 0, 0, 100, 0, 4000, 7000, 7000, 10000, 0, 0, 11, 14516, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,        'Blackhand Veteran - Within 0-5 Range - Cast Strike'),\n(9819, 0, 4, 0, 105, 0, 50, 0, 0, 0, 10000, 11000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Blackhand Veteran - Target Casting - Cast Shield Bash'),\n(9819, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackhand Veteran - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9819, 0, 6, 0, 1, 0, 100, 0, 0, 8000, 12000, 14000, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Blackhand Veteran - Out of Combat - Play Emote 1'),\n(10083, 0, 0, 0, 0, 0, 100, 0, 7000, 130000, 15000, 20000, 0, 0, 11, 15285, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Rage Talon Flamescale - In Combat - Cast Fireball Volley'),\n(10083, 0, 1, 0, 0, 0, 100, 0, 10000, 13000, 25000, 35000, 0, 0, 11, 12470, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Rage Talon Flamescale - In Combat - Cast Fire Nova'),\n(10083, 0, 2, 0, 0, 0, 100, 0, 10000, 20000, 20000, 30000, 0, 0, 11, 16102, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Rage Talon Flamescale - In Combat - Cast Flamestrike'),\n(10317, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 8000, 14000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Blackhand Elite - Within 0-5 Range - Cast Strike'),\n(10317, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 4000, 7000, 0, 0, 11, 16172, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Blackhand Elite - Within 0-5 Range - Cast Head Crack'),\n(10317, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 6000, 7000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Blackhand Elite - Within 0-5 Range - Cast Backhand'),\n(10318, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackhand Assassin - On Respawn - Cast Dual Wield'),\n(10318, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackhand Assassin - Out of Combat - Cast Sneak'),\n(10318, 0, 2, 0, 0, 0, 100, 0, 6000, 20000, 10000, 20000, 0, 0, 11, 12540, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Blackhand Assassin - Within 0-5 Range - Cast Gouge'),\n(10318, 0, 3, 0, 0, 0, 100, 0, 10000, 18000, 17000, 26000, 0, 0, 11, 6434, 0, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackhand Assassin - In Combat - Cast Slice and Dice'),\n(10318, 0, 4, 0, 67, 0, 100, 0, 0, 0, 10000, 20000, 0, 5, 11, 15582, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blackhand Assassin - Behind Target - Cast Backstab'),\n(10319, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12782, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Blackhand Iron Guard - On Respawn - Cast Shield Spike'),\n(10319, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21478, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Blackhand Iron Guard - On Respawn - Cast Increased Block 16'),\n(10319, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21494, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Blackhand Iron Guard - On Respawn - Cast Increased Block 34'),\n(10319, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21495, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Blackhand Iron Guard - On Respawn - Cast Increased Block 35'),\n(10319, 0, 4, 0, 0, 0, 100, 0, 4000, 7000, 7000, 9000, 0, 0, 11, 15655, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,        'Blackhand Iron Guard - Within 0-5 Range - Cast Shield Slam'),\n(10319, 0, 5, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 15062, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Blackhand Iron Guard - Between 0-30% Health - Cast Shield Wall (No Repeat)'),\n(10366, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 10000, 16000, 0, 0, 11, 15655, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Rage Talon Dragon Guard - Within 0-5 Range - Cast Shield Slam'),\n(10366, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 5, 11, 16145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Rage Talon Dragon Guard - In Combat - Cast Sunder Armor'),\n(10366, 0, 2, 0, 0, 0, 100, 0, 3000, 6000, 8000, 12000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Rage Talon Dragon Guard - Within 0-5 Range - Cast Cleave'),\n(10371, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 8000, 11000, 0, 0, 11, 16169, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Rage Talon Captain - Within 0-5 Range - Cast Arcing Smash'),\n(10371, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 8, 11, 10101, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Rage Talon Captain - Within 0-8 Range - Cast Knock Away'),\n(10371, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 17000, 21000, 0, 0, 11, 15708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Rage Talon Captain - Within 0-5 Range - Cast Mortal Strike'),\n(10372, 0, 0, 0, 106, 0, 100, 0, 0, 0, 12000, 17000, 0, 8, 11, 16635, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Rage Talon Fire Tongue - In Combat - Cast Fire Nova'),\n(10372, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 11000, 16000, 0, 0, 11, 16144, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Rage Talon Fire Tongue - In Combat - Cast Fire Blast'),\n(10372, 0, 2, 0, 0, 0, 100, 0, 2000, 5000, 6000, 9000, 0, 0, 11, 16168, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Rage Talon Fire Tongue - In Combat - Cast Flame Buffet'),\n(10509, 0, 0, 0, 37, 0, 85, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Jed Runewatcher - On AI Init - Despawn'),\n(10509, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 7000, 10000, 0, 0, 11, 14516, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Jed Runewatcher - Within 0-5 Range - Cast Strike'),\n(10509, 0, 2, 0, 105, 0, 50, 0, 0, 0, 4000, 6000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,              'Jed Runewatcher - Target Casting - Cast Shield Bash'),\n(10509, 0, 3, 0, 9, 0, 100, 1, 0, 0, 0, 0, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Jed Runewatcher - Within 8-25 Range - Cast Shield Charge (No Repeat)'),\n(10814, 0, 0, 0, 0, 0, 100, 0, 9000, 15000, 18000, 24000, 0, 0, 11, 15708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Chromatic Elite Guard - Within 0-5 Range - Cast Mortal Strike'),\n(10814, 0, 1, 0, 0, 0, 100, 0, 3000, 8000, 9000, 16000, 0, 0, 11, 16790, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Chromatic Elite Guard - Within 0-5 Range - Cast Knockdown'),\n(10814, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 9000, 14000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Chromatic Elite Guard - Within 0-5 Range - Cast Strike'),\n(10899, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 6000, 10000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Goraluk Anvilcrack - Within 0-5 Range - Cast Strike'),\n(10899, 0, 2, 0, 0, 0, 100, 0, 3000, 6000, 3000, 6000, 0, 0, 11, 16172, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Goraluk Anvilcrack - Within 0-5 Range - Cast Head Crack'),\n(10899, 0, 3, 0, 0, 0, 100, 0, 5000, 8000, 4000, 6000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Goraluk Anvilcrack - Within 0-5 Range - Cast Backhand');\n\n\n/* ---- Lower Blackrock Spire ---- */\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (9416);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(9045, 9097, 9098, 9197, 9198, 9199, 9200, 9201, 9216, 9217, 9218, 9219, 9236, 9239, 9240, 9241, 9257, 9258, 9259, \n9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9583, 9596, 9692, 9693, 9716, 9717, 10374, 10376, 10596);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(9045, 9097, 9098, 9197, 9198, 9199, 9200, 9201, 9216, 9217, 9218, 9219, 9236, 9239, 9240, 9241, 9257, 9258, 9259, \n9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9416, 9583, 9596, 9692, 9693, 9716, 9717, 10374, 10376, 10596);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(9045, 0, 0, 0, 0, 0, 100, 0, 7000, 15000, 21000, 33000, 0, 0, 11, 14032, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarshield Acolyte - In Combat - Cast Shadow Word: Pain'),\n(9045, 0, 1, 0, 2, 0, 100, 1, 0, 75, 0, 0, 0, 0, 11, 12039, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarshield Acolyte - Between 0-75% Health - Cast Heal (No Repeat)'),\n(9045, 0, 2, 0, 74, 0, 100, 0, 0, 0, 17000, 24000, 35, 40, 11, 8362, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarshield Acolyte - On Friendly Between 0-35% Health - Cast Renew'),\n(9045, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarshield Acolyte - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9097, 0, 0, 0, 0, 0, 100, 0, 7800, 11500, 8000, 22100, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Scarshield Legionnaire - Within 0-5 Range - Cast Cleave'),\n(9097, 0, 1, 0, 105, 0, 50, 0, 0, 0, 14000, 20000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarshield Legionnaire - Target Casting - Cast Shield Bash'),\n(9098, 0, 0, 0, 63, 0, 100, 0, 0, 0, 0, 0, 0, 0, 58, 1, 13748, 1100, 3000, 30, 30, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarshield Spellbinder - On Respawn - Set Caster Template'),\n(9098, 0, 1, 0, 16, 0, 100, 0, 15123, 30, 3000, 6000, 0, 0, 11, 15123, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarshield Spellbinder - On Friendly Missing Buff - Cast Resist Fire'),\n--\n(9197, 0, 0, 0, 0, 0, 100, 0, 4000, 10000, 5000, 15000, 0, 0, 11, 15305, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Spirestone Battle Mage - In Combat - Cast Chain Lightning'),\n(9197, 0, 1, 0, 14, 0, 100, 0, 6000, 40, 20000, 20000, 0, 0, 11, 16170, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Spirestone Battle Mage - Friendly Missing 6000 Health - Cast Bloodlust'),\n(9198, 0, 0, 0, 0, 0, 100, 0, 4000, 10000, 5000, 15000, 0, 0, 11, 15659, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Spirestone Mystic - In Combat - Cast Chain Lightning'),\n(9198, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 10000, 20000, 0, 0, 11, 8435, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Spirestone Mystic - In Combat - Cast Forked Lightning'),\n(9198, 0, 2, 0, 14, 0, 100, 0, 3000, 40, 5000, 10000, 0, 0, 11, 15981, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Spirestone Mystic - Friendly Missing 3000 Health - Cast Rejuvenation'),\n(9198, 0, 3, 0, 14, 0, 100, 0, 4000, 40, 10000, 15000, 0, 0, 11, 15982, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Spirestone Mystic - Friendly Missing 4000 Health - Cast Healing Wave'),\n(9199, 0, 0, 0, 0, 0, 100, 0, 6000, 20000, 8000, 18000, 0, 0, 11, 14516, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Spirestone Enforcer - Within 0-5 Range - Cast Strike'),\n(9200, 0, 0, 0, 0, 0, 100, 0, 7000, 15000, 15000, 22000, 0, 0, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Spirestone Reaver - In Combat - Cast War Stomp'),\n(9200, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 3000, 10000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Spirestone Reaver - Within 0-5 Range - Cast Cleave'),\n(9201, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 15979, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Spirestone Ogre Magus - In Combat - Cast Arcane Bolt'),\n(9201, 0, 1, 0, 2, 0, 100, 0, 0, 60, 30000, 35000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Spirestone Ogre Magus - Between 0-60% Health - Cast Bloodlust'),\n(9201, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 20000, 30000, 0, 0, 11, 13747, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Spirestone Ogre Magus - In Combat - Cast Slow'),\n(9216, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 20000, 20000, 0, 0, 11, 16171, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spirestone Warlord - In Combat - Cast Empower Will'),\n(9216, 0, 1, 2, 2, 0, 100, 0, 0, 30, 30000, 30000, 0, 0, 11, 8269, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Spirestone Warlord - Between 0-30% Health - Cast Frenzy'),\n(9216, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Spirestone Warlord - On Frenzy - Say Line 0'),\n--\n(9217, 0, 0, 0, 37, 0, 85, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Spirestone Lord Magus - On AI initialize - Despawn in 0.5s (Normal Dungeon)'),\n(9217, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 15230, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Spirestone Lord Magus - In Combat - Cast Arcane Bolt'),\n(9217, 0, 2, 0, 0, 0, 100, 0, 7000, 12000, 14000, 19000, 0, 0, 11, 13323, 33, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,  'Spirestone Lord Magus - In Combat - Cast Polymorph'),\n(9217, 0, 3, 0, 74, 0, 100, 0, 0, 0, 25000, 30000, 50, 40, 11, 8365, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Spirestone Lord Magus - Friendly Between 0-50% Health - Cast Enlarge'),\n(9217, 0, 4, 0, 74, 0, 100, 0, 0, 0, 30000, 30000, 70, 30, 11, 6742, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Spirestone Lord Magus - Friendly Between 0-70% Health - Cast Bloodlust'),\n(9218, 0, 0, 0, 37, 0, 85, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Spirestone Battle Lord - On AI initialize - Despawn in 0.5s (Normal Dungeon)'),\n(9219, 0, 0, 0, 37, 0, 85, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Spirestone Butcher - On AI initialize - Despawn in 0.5s (Normal Dungeon)'),\n--\n(9236, 0, 0, 0, 0, 0, 100, 0, 2000, 2000, 45000, 45000, 0, 0, 11, 16098, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadow Hunter Vosh gajin - In Combat - Cast Curse of Blood'),\n(9236, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 15000, 15000, 0, 0, 11, 16097, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Shadow Hunter Vosh gajin - In Combat - Cast Hex'),\n(9236, 0, 2, 0, 0, 0, 100, 0, 14000, 14000, 7000, 7000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Shadow Hunter Vosh gajin - Within 0-5 Range - Cast Cleave'),\n(9239, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 5000, 10000, 0, 0, 11, 16006, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Smolderthorn Mystic - In Combat - Cast Chain Lightning'),\n(9239, 0, 1, 0, 14, 0, 100, 0, 2000, 40, 10000, 15000, 0, 0, 11, 15799, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Smolderthorn Mystic - Friendly Missing 2000 Health - Cast Chain Heal'),\n(9239, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9240, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 10000, 10000, 0, 0, 11, 15090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Smolderthorn Shadow Priest - In Combat - Cast Dispel Magic'),\n(9240, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 20000, 20000, 0, 0, 11, 11641, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Smolderthorn Shadow Priest - Within 0-20 Range - Cast Hex'),\n(9240, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 5000, 10000, 0, 0, 11, 15800, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,   'Smolderthorn Shadow Priest - Within 0-30 Range - Cast Mana Burn'),\n(9240, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Shadow Priest - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9241, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Smolderthorn Headhunter - Outside 30 Range - Start Combat Movement'),\n(9241, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Smolderthorn Headhunter - Within 5-30 Range - Stop Combat Movement'),\n(9241, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Smolderthorn Headhunter - Within 0-5 Range - Start Combat Movement'),\n(9241, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15795, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Smolderthorn Headhunter - Within 5-30 Range - Cast Throw'),\n(9241, 0, 4, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 5, 30, 11, 16001, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Smolderthorn Headhunter - Within 5-30 Range - Cast Impale'),\n(9241, 0, 5, 0, 0, 0, 100, 0, 5000, 10000, 22000, 26000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Smolderthorn Headhunter - Within 0-5 Range - Cast Pierce Armor'),\n(9241, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9257, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarshield Warlock - In Combat - Cast Shadow Bolt'),\n(9257, 0, 1, 0, 0, 0, 100, 0, 10000, 20000, 60000, 75000, 0, 0, 11, 15125, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarshield Warlock - In Combat - Cast Scarshield Portal'),\n(9257, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarshield Warlock - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9258, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarshield Raider - Within 0-5 Range - Cast Strike'),\n(9258, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15000, 34000, 5, 30, 11, 14030, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarshield Raider - Within 5-30 Range - Cast Hooked Net'),\n--\n(9259, 0, 0, 1, 2, 0, 100, 0, 0, 30, 30000, 35000, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Firebrand Grunt - Between 0-30% Health - Cast Frenzy'),\n(9259, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Firebrand Grunt - On Frenzy - Say Line 0'),\n(9259, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 6000, 10000, 0, 0, 11, 13737, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Firebrand Grunt - Within 0-5 Range - Cast Mortal Strike'),\n(9259, 0, 3, 0, 0, 0, 100, 0, 20000, 20000, 30000, 30000, 0, 0, 11, 15128, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Firebrand Grunt - In Combat - Cast Mark of Flames'),\n(9260, 0, 0, 0, 0, 0, 100, 0, 1000, 5000, 10000, 15000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Firebrand Legionnaire - In Combat - Cast Improved Blocking'),\n(9260, 0, 1, 0, 105, 0, 50, 0, 0, 0, 6000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Firebrand Legionnaire - Target Casting - Cast Shield Bash'),\n(9260, 0, 2, 0, 0, 0, 100, 0, 20000, 20000, 30000, 30000, 0, 0, 11, 15128, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Firebrand Legionnaire - In Combat - Cast Mark of Flames'),\n(9261, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Firebrand Darkweaver - In Combat - Cast Shadow Bolt'),\n(9261, 0, 1, 0, 0, 0, 50, 0, 4000, 6000, 30000, 45000, 0, 0, 11, 15128, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Firebrand Darkweaver - In Combat - Cast Mark of Flames'),\n(9261, 0, 2, 0, 0, 0, 100, 0, 9000, 14000, 9000, 14000, 0, 0, 11, 15090, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Firebrand Darkweaver - In Combat - Cast Dispel Magic'),\n(9261, 0, 3, 0, 0, 0, 100, 0, 1000, 4000, 12000, 15000, 0, 0, 11, 16071, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Firebrand Darkweaver - In Combat - Cast Curse of the Firebrand'),\n(9261, 0, 4, 0, 0, 0, 100, 0, 12000, 15000, 12000, 15000, 0, 0, 11, 14887, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Firebrand Darkweaver - In Combat - Cast Shadow Bolt Volley'),\n(9261, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Firebrand Darkweaver - Between 0-15% Health - Flee For Assist (Normal Dungeon)'),\n(9262, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15242, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Firebrand Invoker - In Combat - Cast Fireball'),\n(9262, 0, 1, 0, 0, 0, 50, 0, 4000, 6000, 30000, 45000, 0, 0, 11, 15128, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Firebrand Invoker - In Combat - Cast Mark of Flames'),\n(9262, 0, 2, 0, 0, 0, 100, 0, 8000, 10000, 11000, 14000, 0, 0, 11, 12470, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Firebrand Invoker - In Combat - Cast Fire Nova'),\n(9262, 0, 3, 0, 0, 0, 100, 0, 12000, 16000, 14000, 18000, 0, 0, 11, 12468, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Firebrand Invoker - In Combat - Cast Flamestrike'),\n(9262, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Firebrand Invoker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9263, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 30000, 30000, 0, 0, 11, 15128, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Firebrand Dreadweaver - In Combat - Cast Mark of Flames'),\n(9263, 0, 1, 0, 0, 0, 100, 0, 1000, 4000, 12000, 15000, 0, 0, 11, 16071, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Firebrand Dreadweaver - In Combat - Cast Curse of the Firebrand'),\n(9263, 0, 2, 0, 0, 0, 100, 0, 10000, 15000, 10000, 20000, 0, 0, 11, 15728, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Firebrand Dreadweaver - In Combat - Cast Plague Cloud'),\n(9263, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Firebrand Dreadweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9264, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 30000, 30000, 0, 0, 11, 15128, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Firebrand Pyromancer - In Combat - Cast Mark of Flames'),\n(9264, 0, 1, 0, 0, 0, 100, 0, 1000, 4000, 5000, 8000, 0, 0, 11, 15096, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,       'Firebrand Pyromancer - In Combat - Cast Flame Shock'),\n(9264, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Firebrand Pyromancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(9265, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 12000, 15000, 0, 0, 11, 12540, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Smolderthorn Shadow Hunter - Within 0-5 Range - Cast Gouge'),\n(9265, 0, 1, 0, 105, 0, 50, 0, 0, 0, 6000, 12000, 0, 5, 11, 15614, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Smolderthorn Shadow Hunter - Target Casting - Cast Kick'),\n(9265, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Shadow Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9266, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 20000, 20000, 0, 0, 11, 15867, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Smolderthorn Witch Doctor - In Combat - Cast Flame Buffet Totem'),\n(9266, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 10000, 15000, 0, 0, 11, 15869, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Smolderthorn Witch Doctor - In Combat - Cast Superior Healing Ward'),\n(9266, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9267, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Smolderthorn Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(9267, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Smolderthorn Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(9267, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Smolderthorn Axe Thrower - Within 0-5 Range - Start Combat Movement'),\n(9267, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15795, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Smolderthorn Axe Thrower - Within 5-30 Range - Cast Throw'),\n(9267, 0, 4, 0, 0, 0, 100, 0, 6000, 9000, 9000, 12000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Smolderthorn Axe Thrower - In Combat - Cast Thrash'),\n(9267, 0, 5, 0, 0, 0, 100, 0, 9000, 14000, 11000, 15000, 0, 0, 11, 11428, 1, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Smolderthorn Axe Thrower - Within 0-5 Range - Cast Knockdown'),\n(9267, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9268, 0, 0, 1, 2, 0, 100, 0, 0, 30, 30000, 35000, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Smolderthorn Berserker - Between 0-30% Health - Cast Frenzy'),\n(9268, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Smolderthorn Berserker - On Frenzy - Say Line 0'),\n(9268, 0, 2, 0, 0, 0, 100, 0, 5000, 7000, 4000, 6000, 0, 0, 11, 13446, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Smolderthorn Berserker - Within 0-5 Range - Cast Strike'),\n(9268, 0, 3, 0, 0, 0, 100, 0, 5000, 5000, 6000, 10000, 0, 0, 11, 17547, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Smolderthorn Berserker - Within 0-5 Range - Cast Mortal Strike'),\n(9269, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 13585, 33, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Smolderthorn Seer - Out of Combat - Cast Lightning Shield'),\n(9269, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15801, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Smolderthorn Seer - In Combat - Cast Lightning Bolt'),\n(9269, 0, 2, 0, 14, 0, 100, 0, 3000, 40, 15000, 25000, 0, 0, 11, 12492, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Smolderthorn Seer - Friendly Missing 3000 Health - Cast Healing Wave'),\n(9269, 0, 3, 0, 0, 0, 100, 0, 3000, 6000, 12000, 15000, 0, 0, 11, 15802, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Smolderthorn Seer - In Combat - Cast Shrink'),\n(9269, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Smolderthorn Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(9583, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodaxe Veteran - On Aggro - Cast Dual Wield'),\n(9583, 0, 1, 0, 0, 0, 80, 0, 12000, 12000, 15000, 15000, 0, 0, 11, 15618, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Bloodaxe Veteran - Within 0-5 Range - Cast Snap Kick'),\n(9583, 0, 2, 0, 105, 0, 75, 0, 0, 0, 9000, 9000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodaxe Veteran - Target Casting - Cast Pummel'),\n(9596, 0, 0, 0, 37, 0, 85, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bannok Grimaxe - On AI initialize - Despawn in 0.5s (Normal Dungeon)'),\n(9596, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 13737, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bannok Grimaxe - Within 0-5 Range - Cast Mortal Strike'),\n(9692, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodaxe Raider - Within 0-5 Range - Cast Sunder Armor'),\n(9692, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 7000, 11000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 4, 0, 0, 0, 0, 0, 0, 0,     'Bloodaxe Raider - Within 0-5 Range - Cast Cleave'),\n(9693, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 13748, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodaxe Evoker - In Combat - Cast Arcane Bolt'),\n(9693, 0, 1, 0, 0, 0, 75, 0, 12000, 14000, 25000, 30000, 0, 0, 11, 15743, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Bloodaxe Evoker - In Combat - Cast Flamecrack'),\n(9693, 0, 2, 0, 106, 0, 80, 0, 0, 0, 15000, 20000, 0, 10, 11, 15744, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Bloodaxe Evoker - In Combat - Cast Blast Wave'),\n(9693, 0, 3, 0, 2, 0, 100, 3, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodaxe Evoker - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)'),\n(9716, 0, 0, 0, 0, 0, 80, 0, 5000, 9000, 9000, 13000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Bloodaxe Warmonger - Within 0-5 Range - Cast Uppercut'),\n(9716, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodaxe Warmonger - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(9716, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodaxe Warmonger - On Frenzy - Say Line 0'),\n(9717, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 3000, 0, 0, 11, 15791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodaxe Summoner - In Combat - Cast Arcane Missiles'),\n(9717, 0, 1, 0, 106, 0, 90, 0, 0, 0, 13000, 18000, 0, 8, 11, 15532, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Bloodaxe Summoner - Within 0-8 Range - Cast Frost Nova'),\n(9717, 0, 2, 0, 0, 0, 75, 0, 6000, 12000, 15000, 20000, 0, 0, 11, 15734, 1, 0, 0, 0, 0, 6, 40, 0, 0, 0, 0, 0, 0, 0,    'Bloodaxe Summoner - In Combat - Cast Summon'),\n(9717, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodaxe Summoner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(10374, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 16103, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spire Spider - On Death - Cast Summon Spire Spiderling'),\n(10374, 0, 1, 0, 0, 0, 100, 0, 15000, 15000, 15000, 15000, 0, 0, 11, 16104, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0, 'Spire Spider - Within 0-5 Range - Cast Crystallize'),\n(10374, 0, 2, 0, 1, 0, 100, 0, 0, 0, 0, 0, 0, 0, 89, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Spire Spider - Out of Combat - Random move'),\n(10376, 0, 0, 0, 37, 0, 85, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Crystal Fang - On AI initialize - Despawn in 0.5s (Normal Dungeon)'),\n(10376, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 5000, 10000, 0, 0, 11, 16103, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Crystal Fang - In Combat - Cast Spell Summon Spire Spiderling'),\n(10596, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 7000, 15000, 0, 0, 11, 16468, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Mother Smolderweb - In Combat - Cast Mothers Milk'), -- test!\n(10596, 0, 1, 0, 0, 0, 100, 0, 7000, 15000, 10000, 17000, 0, 0, 11, 16104, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,  'Mother Smolderweb - Within 0-5 Range - Cast Crystallize'),\n(10596, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 16103, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Mother Smolderweb - On Death - Cast Summon Spire Spiderling');\n\n\nSET @OGUID   := 654000;\nSET @CGUID   := 654000;\nSET @WPID    := 6540000;\n\n\n-- move/remove misplaced NPCs\nDELETE FROM `creature` WHERE `guid` IN\n(43101, 43114, 43115, 43560, 43764, 43765, 43766, 43767, 43768, 44008, 44009, 44019, 44078, 44149, 44150, 44151, 44154, \n44269, 44270, 44272, 44304, 44305, 44306, 44307, 44308, 44309, 44310, 44312, 44313, 44314, 44315, 44316, 44317, 44319, \n44320, 44321, 44324, 44325, 44329, 44330, 44331, 44332, 44333, 44334, 44336, 44338, 44339, \n45741, 45743, 45744, 45748, 45767, 45769, 45770, 45771, 45772, 45781, 45791, 45792, 45793, 45794, 45795, 45796, 45798, 45799, 45800, 45803);\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+14 AND @CGUID+19;\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+31 AND @CGUID+36;\n\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(43560, 9241, 0, 0, 229, 0, 0, 1, 1, 1, -73.1897, -517.357, -7.14292, 0.00402808, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(43764, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -61.9859, -406.51, -18.9337, 5.27176, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(43765, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -15.4098, -407.003, -18.935, 3.03107, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(43766, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -62.9318, -431.996, -18.935, 0.924617, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(43767, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -60.5777, -433.298, -18.935, 1.07542, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(43768, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -35.7115, -426.357, -18.9349, 3.12842, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44008, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -37.5262, -407.902, -18.935, 2.74831, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44009, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -56.4484, -407.566, -18.9349, 5.10446, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44019, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -42.3514, -404.76, -18.935, 5.45402, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44078, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -43.0685, -423.551, -18.9349, 5.36601, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44149, 9262, 0, 0, 229, 0, 0, 1, 1, 1, -41.9867, -430.432, -18.935, 1.11056, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44150, 9262, 0, 0, 229, 0, 0, 1, 1, 1, -61.6786, -413.384, -18.9349, 1.09108, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44151, 9262, 0, 0, 229, 0, 0, 1, 1, 1, -27.4269, -412.494, -18.935, 0.392131, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44154, 9259, 0, 0, 229, 0, 0, 1, 1, 1, 29.0531, -475.345, -18.5816, 2.94775, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44269, 9262, 0, 0, 229, 0, 0, 1, 1, 1, 34.3631, -491.451, -18.9138, 2.28411, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44270, 9259, 0, 0, 229, 0, 0, 1, 1, 1, 30.2924, -493.116, -18.8142, 2.10267, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44272, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -118.222, -453.849, -18.9342, 4.68899, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44304, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -77.9289, -452.669, -18.9342, 2.33201, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44305, 9262, 0, 0, 229, 0, 0, 1, 1, 1, -84.9593, -449.786, -18.9342, 5.41548, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44306, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -83.4785, -454.646, -18.9349, 1.22852, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44307, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -80.9403, -448.202, -18.9342, 4.68584, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44308, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -119.114, -460.692, -18.935, 1.50326, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44309, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -106.732, -484.038, -18.4564, 2.61618, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44310, 9262, 0, 0, 229, 0, 0, 1, 1, 1, 32.0794, -550.822, -18.6014, 0.0841087, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44312, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -95.4328, -424.558, -18.935, 5.88664, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44313, 9262, 0, 0, 229, 0, 0, 1, 1, 1, -118.425, -428.257, -18.935, 4.74872, 10800, 0, 0, 6477, 3244, 0, 0, 0, 0, '', 0, 0, NULL),\n(44314, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -118.661, -435.553, -18.935, 1.58356, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44315, 9261, 0, 0, 229, 0, 0, 1, 1, 1, -83.5297, -428.704, -18.935, 1.33224, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44316, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -115.205, -431.91, -18.935, 3.05618, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44317, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -121.026, -431.562, -18.935, 6.26846, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44319, 9264, 0, 0, 229, 0, 0, 1, 1, 1, -159.113, -500.104, -18.4564, 2.32731, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(44320, 9263, 0, 0, 229, 0, 0, 1, 1, 1, -156.588, -495.663, -18.4564, 3.63422, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(44321, 9260, 0, 0, 229, 0, 0, 1, 1, 1, -142.735, -499.192, -18.4564, 2.70666, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44324, 9263, 0, 0, 229, 0, 0, 1, 1, 1, -143.632, -495.184, -18.4564, 3.86277, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(44325, 9264, 0, 0, 229, 0, 0, 1, 1, 1, -147.427, -497.238, -18.4564, 0.0402341, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(44329, 9261, 0, 0, 229, 0, 0, 1, 1, 1, 18.4627, -581.724, -18.6003, 0.344863, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44330, 9261, 0, 0, 229, 0, 0, 1, 1, 1, 34.9767, -547.09, -18.6003, 4.78629, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', 0, 0, NULL),\n(44331, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -111.237, -484.498, -18.4564, 5.30223, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44332, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -117.27, -478.294, -18.4564, 4.81921, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44333, 9259, 0, 0, 229, 0, 0, 1, 1, 1, -100.701, -492.243, -18.4564, 1.74366, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44334, 9259, 0, 0, 229, 0, 0, 1, 1, 1, 23.9965, -568.181, -18.6014, 2.73721, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(44336, 9264, 0, 0, 229, 0, 0, 1, 1, 1, -115.654, -457.343, -18.9342, 2.97525, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(44338, 9263, 0, 0, 229, 0, 0, 1, 1, 1, -53.1811, -427.667, -18.935, 3.33739, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(44339, 9259, 0, 0, 229, 0, 0, 1, 1, 1, 25.2113, -580.804, -18.6014, 3.11182, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45741, 9716, 0, 0, 229, 0, 0, 1, 1, 1, -171.36, -417.206, 76.1473, 1.52441, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45744, 9716, 0, 0, 229, 0, 0, 1, 1, 1, -169.123, -321.02, 64.3947, 4.72885, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45748, 9717, 0, 0, 229, 0, 0, 1, 1, 1, -167.538, -419.606, 76.1473, 1.57546, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(45767, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -122.884, -352.058, 70.9525, 2.31766, 10800, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45771, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -138.83, -321.97, 71.13, 6.22, 3600, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45772, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -139.37, -315.74, 71.13, 0.01, 3600, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45781, 9716, 0, 0, 229, 0, 0, 1, 1, 1, -85.2799, -345.586, 70.9524, 1.72314, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45792, 9717, 0, 0, 229, 0, 0, 1, 1, 1, -107.565, -293.609, 70.9526, 3.16355, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(45793, 9717, 0, 0, 229, 0, 0, 1, 1, 1, -84.6158, -309.542, 70.9524, 4.87259, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(45794, 9717, 0, 0, 229, 0, 0, 1, 1, 1, -89.491, -350.449, 70.9524, 1.72156, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(45795, 9717, 0, 0, 229, 0, 0, 1, 1, 1, -54.3983, -318.314, 70.9704, 1.58176, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(45796, 9717, 0, 0, 229, 0, 0, 1, 1, 1, -50.3958, -298.244, 70.9406, 6.18258, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', 0, 0, NULL),\n(45798, 9716, 0, 0, 229, 0, 0, 1, 1, 1, -50.8581, -315.852, 70.9638, 3.13607, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(45803, 9716, 0, 0, 229, 0, 0, 1, 1, 1, -119.141, -326.153, 70.9524, 3.69014, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+14, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -36.8292, -524.41, 87.2589, 3.17996,  10800, 0, 0, 2784, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+15, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -38.0471, -519.213, 87.9575, 3.47448, 10800, 0, 0, 2699, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+16, 9692, 0, 0, 229, 0, 0, 1, 1, 1, -37.6197, -521.544, 87.6463, 3.32525, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+17, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -47.4574, -480.846, 77.9158, 3.08178, 10800, 0, 0, 2784, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+18, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -51.4571, -484.525, 77.9158, 2.33173, 10800, 0, 0, 2784, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+19, 9692, 0, 0, 229, 0, 0, 1, 1, 1, -49.9808, -482.456, 77.9158, 2.26498, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+31, 9266, 0, 0, 229, 0, 0, 1, 1, 1, -41.3733, -457.899, -18.6442, 0.0197418, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+32, 9241, 0, 0, 229, 0, 0, 1, 1, 1, -49.4928, -446.184, -18.6443, 5.42721, 10800, 0, 0, 8352, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+33, 9269, 0, 0, 229, 0, 0, 1, 1, 1, -71.0648, -476.796, -18.749, 2.13639, 10800, 0, 0, 6681, 2241, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+34, 9266, 0, 0, 229, 0, 0, 1, 1, 1, -76.0033, -476.863, -18.7564, 0.467415, 10800, 0, 0, 6477, 2163, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+35, 9241, 0, 0, 229, 0, 0, 1, 1, 1, -71.2052, -472.907, -18.7374, 3.80536, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+36, 9241, 0, 0, 229, 0, 0, 1, 1, 1, -76.1904, -472.999, -18.7473, 6.05552, 10800, 0, 0, 8097, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n\n-- sitting / sleeping\nDELETE FROM `creature_addon` WHERE `guid` IN (43111, 43762, 43765, 44311, 44312, 44321, 44331, 44333, 44334, 45796, 52128, 52131);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(43111, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(43762, 0, 0, 1, 1, 0, 0, NULL), -- sitting\n(43765, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(44311, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(44312, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(44321, 0, 0, 1, 1, 0, 0, NULL), -- sitting\n(44331, 0, 0, 1, 1, 0, 0, NULL), -- sitting\n(44333, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(44334, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(45796, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(52128, 0, 0, 3, 1, 0, 0, NULL), -- sleeping\n(52131, 0, 0, 3, 1, 0, 0, NULL); -- sleeping\n\nUPDATE `creature_template` SET `flags_extra` = 134217728 WHERE `entry` IN (9259, 9261, 9583, 9693, 9717); -- DONT_OVERRIDE_SAI_ENTRY (134217728)\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` IN (-43111, -43765, -44311, -44312, -44333, -44334, -45796, -52128, -52131);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-43111, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodaxe Veteran - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-43111, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bloodaxe Veteran - On Aggro - Remove Sleep Aura'),\n(-43765, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firebrand Grunt - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-43765, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Firebrand Grunt - On Aggro - Remove Sleep Aura'),\n(-44311, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firebrand Grunt - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-44311, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Firebrand Grunt - On Aggro - Remove Sleep Aura'),\n(-44312, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firebrand Darkweaver - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-44312, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Firebrand Darkweaver - On Aggro - Remove Sleep Aura'),\n(-44333, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firebrand Grunt - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-44333, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Firebrand Grunt - On Aggro - Remove Sleep Aura'),\n(-44334, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firebrand Grunt - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-44334, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Firebrand Grunt - On Aggro - Remove Sleep Aura'),\n(-45796, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodaxe Summoner - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-45796, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bloodaxe Summoner - On Aggro - Remove Sleep Aura'),\n(-52128, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodaxe Evoker - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-52128, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bloodaxe Evoker - On Aggro - Remove Sleep Aura'),\n(-52131, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodaxe Evoker - Out of Combat - Cast Sleep Aura (No Repeat)'),\n(-52131, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 26115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bloodaxe Evoker - On Aggro - Remove Sleep Aura');\n\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 3 WHERE `guid` IN  (44271, 44315);\n\n-- remove wrong patrol\nDELETE FROM `creature_addon` WHERE `guid` = 43101;\nDELETE FROM `waypoint_data` WHERE `id` = 926800;\n\n-- Bannok Grimaxe (9596), spawn locations\nDELETE FROM `creature` WHERE `guid` IN (44020, 44318); -- creatures placed in Bannok Grimaxe's spawn locations by AC\nDELETE FROM `creature` WHERE `id1` IN (9596);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(@CGUID+11, 9596, 0, 0, 229, 0, 0, 1, 1, 1, -26.6918, -428.557, -18.935, 2.25881, 10800, 0, 0, 8883, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 9596, 0, 0, 229, 0, 0, 1, 1, 1, -74.0576, -406.988, -18.935, 5.22526, 10800, 0, 0, 8883, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+13, 9596, 0, 0, 229, 0, 0, 1, 1, 1, -88.41, -463.18, -18.76, 2.93,        10800, 0, 0, 8883, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601051);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(@CGUID+11, 601051, 0, 'Bannok Grimaxe'),\n(@CGUID+12, 601051, 0, 'Bannok Grimaxe'),\n(@CGUID+13, 601051, 0, 'Bannok Grimaxe');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601051);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601051, 1, 'Bannok Grimaxe - LBRS');\n\n\nDELETE FROM `gameobject` WHERE `id` IN (175334, 175785);\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES \n--\n(@OGUID+1,  175334, 229, 0, 0, 1, 1, 33.7166, -466.067, -18.4651, 4.7473, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),   -- Bijou's Belongings\n(@OGUID+2,  175334, 229, 0, 0, 1, 1, -78.5492, -402.515, -18.935, 5.53805, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+3,  175334, 229, 0, 0, 1, 1, -32.4305, -403.26, -18.935, -2.26892, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+4,  175334, 229, 0, 0, 1, 1, -121.016, -419.94, -18.935, 5.42797, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+5,  175334, 229, 0, 0, 1, 1, -77.3365, -403.739, -18.935, 5.25344, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+6,  175334, 229, 0, 0, 1, 1, -71.1755, -460.103, -18.935, 2.11185, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+7,  175334, 229, 0, 0, 1, 1, -28.901, -433.178, -18.935, 1.95477, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+8,  175334, 229, 0, 0, 1, 1, -8.94373, -462.763, -18.6443, 3.12412, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+9,  175334, 229, 0, 0, 1, 1, 35.3153, -518.408, -18.6015, 3.45576, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+10, 175334, 229, 0, 0, 1, 1, 36.3325, -445.572, -18.7313, 2.65289, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n(@OGUID+11, 175334, 229, 0, 0, 1, 1, -73.1233, -458.259, -18.9349, 3.36977, 0, 0, -1, 0, 120, 0, 1, '', 0, NULL),\n--\n(@OGUID+21, 175785, 229, 0, 0, 1, 1, -10.5242, -391.338, 48.8214, 0, 0, 0, -1, 0, 300, 0, 1, '', 0, NULL),  -- Important Blackrock Documents\n(@OGUID+22, 175785, 229, 0, 0, 1, 1, -12.2736, -446.629, -18.6443, 0, 0, 0, -1, 0, 300, 0, 1, '', 0, NULL),\n(@OGUID+23, 175785, 229, 0, 0, 1, 1, -18.376, -299.271, 31.6183, 0, 0, 0, -1, 0, 300, 0, 1, '', 0, NULL),\n(@OGUID+24, 175785, 229, 0, 0, 1, 1, -16.1217, -492.558, 90.6585, 0, 0, 0, -1, 0, 300, 0, 1, '', 0, NULL);\n\nDELETE FROM `pool_gameobject` WHERE `guid` BETWEEN @OGUID+1 AND @OGUID+24;\nINSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(@OGUID+1,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+2,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+3,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+4,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+5,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+6,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+7,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+8,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+9,  601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+10, 601017, 0, 'Bijou\\'s Belongings'),\n(@OGUID+11, 601017, 0, 'Bijou\\'s Belongings'),\n--\n(@OGUID+21, 601018, 0, 'Important Blackrock Documents'),\n(@OGUID+22, 601018, 0, 'Important Blackrock Documents'),\n(@OGUID+23, 601018, 0, 'Important Blackrock Documents'),\n(@OGUID+24, 601018, 0, 'Important Blackrock Documents');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601017, 601018);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601017, 1, 'Bijou\\'s Belongings - LBRS'),\n(601018, 1, 'Important Blackrock Documents - LBRS');\n\n-- fix missing patrols\nDELETE FROM `creature` WHERE `guid` IN (@CGUID+1, @CGUID+2, @CGUID+3, @CGUID+4, @CGUID+5, @CGUID+6, @CGUID+7, @CGUID+8,  @CGUID+9, @CGUID+21, @CGUID+22);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(@CGUID+1, 9583, 0, 0, 229, 0, 0, 1, 1, 1, -138.983, -369.133, 58.079,  0, 10800, 0, 1, 8883, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Veteran\n(@CGUID+2, 9583, 0, 0, 229, 0, 0, 1, 1, 1, -155.045, -343.796, 64.4458, 0, 10800, 0, 1, 8883, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Veteran\n(@CGUID+3, 9583, 0, 0, 229, 0, 0, 1, 1, 1, -53.6383, -442.827, 78.2854, 0, 10800, 0, 1, 8883, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Veteran\n--\n(@CGUID+4, 9692, 0, 0, 229, 0, 0, 1, 1, 1, -127.276, -368.965, 57.4075, 0, 10800, 0, 1, 8352, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Raider\n(@CGUID+5, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -127.319, -366.515, 57.4149, 0, 10800, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Worg\n(@CGUID+6, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -127.275, -371.063, 57.4151, 0, 10800, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Worg\n(@CGUID+7, 9692, 0, 0, 229, 0, 0, 1, 1, 1, -147.824, -343.794, 67.7461, 0, 10800, 0, 1, 8352, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Raider\n(@CGUID+8, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -146.107, -341.598, 67.7461, 0, 10800, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Worg\n(@CGUID+9, 9696, 0, 0, 229, 0, 0, 1, 1, 0, -146.194, -345.962, 67.7461, 0, 10800, 0, 0, 2699, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Bloodaxe Worg\n--\n(@CGUID+21, 9260, 0, 0, 229, 0, 0, 1, 1, 1, 20.6055, -497.822, -18.4638,  0, 10800, 0, 1, 8352, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Firebrand Legionnaire\n(@CGUID+22, 9260, 0, 0, 229, 0, 0, 1, 1, 1, -139.017, -495.164, -18.4564, 0, 10800, 0, 1, 8352, 0, 2, 0, 0, 0, '', 0, 0, NULL); -- Firebrand Legionnaire\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (@CGUID+4, @CGUID+7);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(@CGUID+4, @CGUID+4, 0, 0, 515, 0, 0),\n(@CGUID+4, @CGUID+5, 3, 135, 515, 0, 0),\n(@CGUID+4, @CGUID+6, 3, 225, 515, 0, 0),\n--\n(@CGUID+7, @CGUID+7, 0, 0, 515, 0, 0),\n(@CGUID+7, @CGUID+8, 3, 135, 515, 0, 0),\n(@CGUID+7, @CGUID+9, 3, 225, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+1, @CGUID+2, @CGUID+3, @CGUID+4, @CGUID+7, @CGUID+21, @CGUID+22);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+1,  @WPID+10,  0, 0, 1, 0, 0, NULL),\n(@CGUID+2,  @WPID+20,  0, 0, 1, 0, 0, NULL),\n(@CGUID+3,  @WPID+30,  0, 0, 1, 0, 0, NULL),\n(@CGUID+4,  @WPID+40,  0, 0, 1, 0, 0, NULL),\n(@CGUID+7,  @WPID+70,  0, 0, 1, 0, 0, NULL),\n(@CGUID+21, @WPID+210, 0, 0, 1, 0, 0, NULL),\n(@CGUID+22, @WPID+220, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+10, @WPID+20, @WPID+30, @WPID+40, @WPID+70, @WPID+210, @WPID+220);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+10, 1, -138.983, -369.133, 58.079, 3.13493, 0, 0, 0, 100, 0),    -- Bloodaxe Veteran 1\n(@WPID+10, 2, -146.064, -369.086, 61.2936, 3.13493, 0, 0, 0, 100, 0),\n(@WPID+10, 3, -149.074, -369.066, 61.4779, 3.13493, 0, 0, 0, 100, 0),\n(@WPID+10, 4, -155.094, -369.025, 64.4457, 3.13493, 0, 0, 0, 100, 0),\n(@WPID+10, 5, -165.454, -368.957, 64.4008, 3.13493, 0, 0, 0, 100, 0),\n(@WPID+10, 6, -165.386, -383.734, 64.4008, 4.76563, 0, 0, 0, 100, 0),\n(@WPID+10, 7, -164.965, -406.343, 76.0815, 4.70281, 0, 0, 0, 100, 0),\n(@WPID+10, 8, -165.245, -422.421, 76.219, 4.69495, 0, 0, 0, 100, 0),\n(@WPID+10, 9, -165.634, -444.73, 87.3903, 4.69495, 0, 0, 0, 100, 0),\n(@WPID+10, 10, -169.699, -456.036, 87.3903, 4.31403, 0, 0, 0, 100, 0),\n(@WPID+10, 11, -165.669, -444.443, 87.3715, 1.43241, 0, 0, 0, 100, 0),\n(@WPID+10, 12, -165.108, -422.091, 76.1472, 1.55729, 0, 0, 0, 100, 0),\n(@WPID+10, 13, -164.871, -406.03, 75.9186, 1.68688, 0, 0, 0, 100, 0),\n(@WPID+10, 14, -165.201, -383.502, 64.4008, 1.57299, 0, 0, 0, 100, 0),\n(@WPID+10, 15, -165.416, -368.879, 64.4008, 1.57692, 0, 0, 0, 100, 0),\n(@WPID+10, 16, -154.997, -368.647, 64.4457, 0.026232, 0, 0, 0, 100, 0),\n(@WPID+10, 17, -149.005, -368.587, 61.4419, 0.39144, 0, 0, 0, 100, 0),\n(@WPID+10, 18, -146.121, -368.644, 61.2936, 5.73214, 0, 0, 0, 100, 0),\n--\n(@WPID+20, 1, -155.045, -343.796, 64.4458, 3.10946, 0, 0, 0, 100, 0),   -- Bloodaxe Veteran 2\n(@WPID+20, 2, -165.449, -343.462, 64.4008, 4.68418, 0, 0, 0, 100, 0),\n(@WPID+20, 3, -165.504, -368.608, 64.4008, 4.69282, 0, 0, 0, 100, 0),\n(@WPID+20, 4, -165.318, -383.51, 64.4009, 4.70148, 0, 0, 0, 100, 0),\n(@WPID+20, 5, -164.988, -406.131, 75.9712, 4.64521, 0, 0, 0, 100, 0),\n(@WPID+20, 6, -165.197, -421.986, 76.1472, 4.70412, 0, 0, 0, 100, 0),\n(@WPID+20, 7, -165.558, -444.263, 87.28, 4.70412, 0, 0, 0, 100, 0),\n(@WPID+20, 8, -169.715, -455.654, 87.3903, 4.36247, 0, 0, 0, 100, 0),\n(@WPID+20, 9, -165.547, -444.16, 87.2283, 1.34654, 0, 0, 0, 100, 0),\n(@WPID+20, 10, -165.192, -422.352, 76.1843, 1.5586, 0, 0, 0, 100, 0),\n(@WPID+20, 11, -164.896, -406.065, 75.9368, 1.45728, 0, 0, 0, 100, 0),\n(@WPID+20, 12, -165.313, -383.191, 64.4008, 1.59394, 0, 0, 0, 100, 0),\n(@WPID+20, 13, -165.519, -368.518, 64.4008, 1.59394, 0, 0, 0, 100, 0),\n(@WPID+20, 14, -165.425, -343.417, 64.4008, 1.46435, 0, 0, 0, 100, 0),\n--\n(@WPID+30, 1, -53.7135, -469.51, 77.8413, NULL, 0, 0, 0, 100, 0),        -- Bloodaxe Veteran 3\n(@WPID+30, 2, -57.2509, -477.311, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 3, -61.6685, -480.695, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 4, -68.0847, -485.191, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 5, -76.1309, -488.445, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 6, -78.755, -497.51, 77.9866, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 7, -77.5, -506.46, 79.4722, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 8, -73.2358, -515.496, 81.09, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 9, -65.7134, -519.569, 82.9049, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 10, -57.8619, -517.623, 86.636, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 11, -50.2694, -512.905, 88.2413, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 12, -47.6077, -508.537, 88.6223, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 13, -43.8517, -499.036, 90.1431, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 14, -33.9322, -488.698, 90.6663, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 15, -43.8517, -499.036, 90.1431, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 16, -47.6077, -508.537, 88.6223, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 17, -50.2694, -512.905, 88.2413, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 18, -57.8619, -517.623, 86.636, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 19, -65.7134, -519.569, 82.9049, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 20, -73.2358, -515.496, 81.09, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 21, -77.5, -506.46, 79.4722, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 22, -78.755, -497.51, 77.9866, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 23, -76.1309, -488.445, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 24, -68.0847, -485.191, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 25, -61.6685, -480.695, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 26, -57.2509, -477.311, 77.9158, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 27, -53.7135, -469.51, 77.8413, NULL, 0, 0, 0, 100, 0),\n(@WPID+30, 28, -53.3688, -431.997, 78.2854, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+40, 1, -167.25, -369.183, 64.4008, 3.14078, 6000, 0, 0, 100, 0),   -- Bloodaxe Raider 1\n(@WPID+40, 2, -130.649, -368.794, 57.4333, 0.081649, 6000, 0, 0, 100, 0),\n(@WPID+70, 1, -162.309, -343.957, 64.4016, 3.13687, 6000, 0, 0, 100, 0),  -- Bloodaxe Raider 2\n(@WPID+70, 2, -132.763, -343.776, 70.9524, 0.007049, 6000, 0, 0, 100, 0),\n--\n(@WPID+210, 1, 20.6055, -497.822, -18.4638, 1.53154, 0, 0, 0, 100, 0),    -- Firebrand Legionnaire 1\n(@WPID+210, 2, 19.5462, -452.136, -18.935, 1.59045, 0, 0, 0, 100, 0),\n(@WPID+210, 3, -23.3071, -418.147, -18.935, 2.50137, 0, 0, 0, 100, 0),\n(@WPID+210, 4, -63.0179, -418.132, -18.935, 3.23022, 0, 0, 0, 100, 0),\n(@WPID+210, 5, -109.621, -462.188, -18.935, 4.1083, 0, 0, 0, 100, 0),\n(@WPID+210, 6, -111.368, -495.197, -18.4564, 5.09869, 0, 0, 0, 100, 0),\n(@WPID+210, 7, -138.682, -494.751, -18.4564, 3.28751, 0, 0, 0, 100, 0),\n(@WPID+210, 8, -111.393, -495.034, -18.4564, 1.05854, 0, 0, 0, 100, 0),\n(@WPID+210, 9, -109.565, -462.175, -18.935, 1.50308, 0, 0, 0, 100, 0),\n(@WPID+210, 10, -63.0677, -418.234, -18.9345, 3.59063, 0, 0, 0, 100, 0),\n(@WPID+210, 11, -23.2635, -418.216, -18.935, 3.26862, 0, 0, 0, 100, 0),\n(@WPID+210, 12, 19.4709, -452.081, -18.935, 4.56641, 0, 0, 0, 100, 0),\n--\n(@WPID+220, 1, -138.875, -495.136, -18.4564, 0.002879, 0, 0, 0, 100, 0),  -- Firebrand Legionnaire 2\n(@WPID+220, 2, -111.363, -495.575, -18.4564, 1.49513, 0, 0, 0, 100, 0),\n(@WPID+220, 3, -109.53, -462.567, -18.935, 1.52655, 0, 0, 0, 100, 0),\n(@WPID+220, 4, -62.9522, -418.541, -18.935, 0.776498, 0, 0, 0, 100, 0),\n(@WPID+220, 5, -23.4125, -418.488, -18.935, 6.23502, 0, 0, 0, 100, 0),\n(@WPID+220, 6, 19.472, -452.545, -18.935, 5.60278, 0, 0, 0, 100, 0),\n(@WPID+220, 7, 20.5392, -498.194, -18.4568, 1.49673, 0, 0, 0, 100, 0),\n(@WPID+220, 8, 19.5446, -452.318, -18.935, 1.95225, 0, 0, 0, 100, 0),\n(@WPID+220, 9, -23.4956, -418.083, -18.935, 3.1217, 0, 0, 0, 100, 0),\n(@WPID+220, 10, -62.9089, -418.146, -18.935, 3.8749, 0, 0, 0, 100, 0),\n(@WPID+220, 11, -109.354, -462.311, -18.9347, 4.67313, 0, 0, 0, 100, 0),\n(@WPID+220, 12, -111.225, -495.154, -18.4563, 3.19659, 0, 0, 0, 100, 0);\n\n\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 164725; -- Dragonspine Door\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 175528; -- Doodad_DarkIronBrazier01\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 175529; -- Doodad_DarkIronBrazier02\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 175530; -- Doodad_DarkIronBrazier03\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 175531; -- Doodad_DarkIronBrazier04\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 175532; -- Doodad_DarkIronBrazier05\nUPDATE `gameobject` SET `animprogress` = 100, `state` = 1 WHERE `id` = 175533; -- Doodad_DarkIronBrazier06\n\n/* Bodley - Dungeon Set upgrade quest line */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (8985);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(19, 0, 8985, 0, 0, 8, 0, 8970, 0, 0, 0, 0, 0, '', 'Quest \\'More Components of Importance\\' requires \\'I See Alcaz Island In Your Future...\\' to be completed');\n\n/* important blackrock documents (item 12562) was a dropped item. it shouldn't be. this item can be found as a lootable scroll on the ground within LBRS. */\nDELETE FROM `creature_loot_template` WHERE `Item` = 12562;\n\n/* gemstones shouldn't have 100% drop rate. should be around 33%. exact rates unknown. wowhead's listed drop rates aren't correct. */\nUPDATE `creature_loot_template` SET `Chance` = 33 WHERE `Item` IN (12335, 12336, 12337);\n\n/* fix rare loot drop rates   */\nUPDATE `creature_loot_template` SET `Chance` = 7.5  WHERE `item` = 12219; -- Unadorned Seal of Ascension\nUPDATE `creature_loot_template` SET `Chance` = 10   WHERE `item` = 14513; -- Firebrand Pyromancer - Pattern: Robe of the Archmage\n\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9097 AND `item` = 16713; -- Scarshield Legionnaire, Shadowcraft Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9097 AND `item` = 16735; -- Scarshield Legionnaire, Bracers of Valor\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9098 AND `item` = 16683; -- Scarshield Spellbinder - Magister's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9098 AND `item` = 16696; -- Scarshield Spellbinder - Devout Belt\nUPDATE `creature_loot_template` SET `Chance` = 2.5  WHERE `entry` = 9239 AND `item` = 16685; -- Smolderthorn Mystic - Magister's Belt\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9240 AND `item` = 16696; -- Smolderthorn Shadow Priest - Devout Belt\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9241 AND `item` = 16680; -- Smolderthorn Headhunter - Beaststalker's Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9257 AND `item` = 16673; -- Scarshield Warlock - Cord of Elements\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9257 AND `item` = 16703; -- Scarshield Warlock - Dreadmist Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 9258 AND `item` = 16680; -- Scarshield Raider - Beaststalker's Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9258 AND `item` = 16716; -- Scarshield Raider - Wildheart Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9258 AND `item` = 16717; -- Scarshield Raider - Wildheart Gloves\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 9259 AND `item` = 16680; -- Firebrand Grunt - Beaststalker\\'s Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9259 AND `item` = 16713; -- Firebrand Grunt - Shadowcraft Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9259 AND `item` = 16735; -- Firebrand Grunt - Bracers of Valor\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 9260 AND `item` = 16680; -- Firebrand Legionnaire - Beaststalker's Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.5  WHERE `entry` = 9260 AND `item` = 16713; -- Firebrand Legionnaire - Shadowcraft Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9260 AND `item` = 16735; -- Firebrand Legionnaire - Bracers of Valor\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9261 AND `item` = 16696; -- Firebrand Darkweaver - Devout Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9261 AND `item` = 16703; -- Firebrand Darkweaver - Dreadmist Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9262 AND `item` = 16673; -- Firebrand Invoker - Cord of Elements\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9262 AND `item` = 16683; -- Firebrand Invoker - Magister's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9262 AND `item` = 16717; -- Firebrand Invoker - Wildheart Gloves\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9263 AND `item` = 16696; -- Firebrand Dreadweaver - Devout Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 9263 AND `item` = 16703; -- Firebrand Dreadweaver - Dreadmist Bracers\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9264 AND `item` = 16673; -- Firebrand Pyromancer - Cord of Elements\nUPDATE `creature_loot_template` SET `Chance` = 1.5  WHERE `entry` = 9264 AND `item` = 16683; -- Firebrand Pyromancer - Magister's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9264 AND `item` = 16717; -- Firebrand Pyromancer - Wildheart Gloves\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9265 AND `item` = 16710; -- Smolderthorn Shadow Hunter - Shadowcraft Bracers\nUPDATE `creature_loot_template` SET `Chance` = 2.25 WHERE `entry` = 9265 AND `item` = 16713; -- Smolderthorn Shadow Hunter - Shadowcraft Belt\nUPDATE `creature_loot_template` SET `Chance` = 2.75 WHERE `entry` = 9266 AND `item` = 16673; -- Smolderthorn Witch Doctor - Cord of Elements\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9268 AND `item` = 16717; -- Smolderthorn Berserker - Wildheart Gloves\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9268 AND `item` = 16736; -- Smolderthorn Berserker - Belt of Valor\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 9269 AND `item` = 16703; -- Smolderthorn Seer - Dreadmist Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9269 AND `item` = 16717; -- Smolderthorn Seer - Wildheart Gloves\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9692 AND `item` = 16680; -- Bloodaxe Raider - Beaststalker's Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9692 AND `item` = 16716; -- Bloodaxe Raider - Wildheart Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9692 AND `item` = 16717; -- Bloodaxe Raider - Wildheart Gloves\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9693 AND `item` = 16673; -- Bloodaxe Evoker - Cord of Elements\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9693 AND `item` = 16683; -- Bloodaxe Evoker - Magister's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 9716 AND `item` = 16713; -- Bloodaxe Warmonger - Shadowcraft Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9716 AND `item` = 16735; -- Bloodaxe Warmonger - Bracers of Valor\nUPDATE `creature_loot_template` SET `Chance` = 1.5  WHERE `entry` = 9717 AND `item` = 16696; -- Bloodaxe Summoner - Devout Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 9717 AND `item` = 16703; -- Bloodaxe Summoner - Dreadmist Bracers\n"
  },
  {
    "path": "data/sql/world/base/dungeon_blackwing_lair.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(12420, 12457, 12458, 12459, 12460, 12461, 12463, 12465, 12467, 12468, 13996);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(12420, 12457, 12458, 12459, 12460, 12461, 12463, 12465, 12467, 12468, 13996);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(12420, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4500, 0, 0, 11, 17290, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Blackwing Mage - In Combat - Cast Fireball'),\n(12420, 0, 1, 0, 106, 0, 100, 0, 0, 0, 3000, 6000, 0, 8, 11, 22271, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Blackwing Mage - Within 0-8 Range - Cast Arcane Explosion'),\n(12457, 0, 0, 0, 0, 0, 60, 0, 10000, 10000, 15000, 20000, 0, 0, 11, 22274, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0, 'Blackwing Spellbinder - In Combat - Cast Greater Polymorph'),\n(12457, 0, 1, 0, 0, 0, 60, 0, 6000, 10000, 6000, 10000, 0, 0, 11, 22275, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackwing Spellbinder - In Combat - Cast Flamestrike'),\n(12458, 0, 0, 0, 1, 0, 100, 0, 15000, 35000, 15000, 35000, 0, 0, 11, 22458, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Blackwing Taskmaster - Out of Combat - Cast Healing Circle'),\n(12458, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 4000, 7000, 0, 0, 11, 17289, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackwing Taskmaster - In Combat - Cast Shadow Shock'),\n(12459, 0, 0, 0, 0, 0, 90, 0, 5000, 5000, 5000, 7000, 0, 0, 11, 19717, 0, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,      'Blackwing Warlock - In Combat - Cast Rain of Fire'),\n(12459, 0, 1, 0, 0, 0, 90, 0, 6000, 6000, 3000, 7000, 0, 0, 11, 22336, 64, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,     'Blackwing Warlock - In Combat - Cast Shadow Bolt'),\n(12459, 0, 2, 0, 0, 0, 100, 0, 30000, 45000, 30000, 45000, 0, 0, 11, 22372, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Blackwing Warlock - In Combat - Cast Demon Portal'),\n(12459, 0, 3, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 11, 14081, 10, 0, 0, 0, 0, 0, 0,              'Blackwing Warlock - On Just Died - Despawn Instant'),\n(12459, 0, 4, 0, 7, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 14081, 0, 10, 1, 0, 0, 0, 0,               'Blackwing Warlock - On Evade - Despawn Instant'),\n(12460, 0, 0, 0, 0, 0, 80, 0, 8000, 8000, 8000, 14000, 0, 0, 11, 24375, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Death Talon Wyrmguard - In Combat - Cast War Stomp'),\n(12460, 0, 1, 0, 0, 0, 75, 0, 2000, 2000, 6000, 6000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Death Talon Wyrmguard - Within 0-5 Range - Cast Cleave'),\n(12460, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22282, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Death Talon Wyrmguard - On Reset - Cast Brood Power'),\n(12460, 0, 3, 0, 0, 0, 100, 1, 4000, 4000, 0, 0, 0, 0, 11, 22276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Death Talon Wyrmguard - In Combat (4 sec) - Cast Elemental Shield'),\n(12461, 0, 0, 0, 0, 0, 75, 0, 2000, 2000, 2000, 6000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Death Talon Overseer - Within 0-5 Range - Cast Cleave'),\n(12461, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 10000, 10000, 0, 0, 11, 20623, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0, 'Death Talon Overseer - Within 0-20 Range - Cast Fire Blast'),\n(12461, 0, 2, 0, 0, 0, 100, 1, 4000, 4000, 0, 0, 0, 0, 11, 22276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Death Talon Overseer - In Combat (4 sec) - Cast Elemental Shield'),\n(12463, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 3000, 6000, 0, 0, 11, 22423, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Death Talon Flamescale - In Combat - Cast Flame Shock'),\n(12463, 0, 1, 0, 0, 0, 100, 0, 12000, 15000, 12000, 15000, 0, 0, 11, 16636, 0, 0, 0, 0, 0, 6, 40, 0, 0, 0, 0, 0, 0, 0, 'Death Talon Flamescale - In Combat - Cast Berserker Charge'),\n(12465, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 15000, 20000, 0, 0, 11, 22424, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Death Talon Wyrmkin - In Combat - Cast Blast Wave'),\n(12465, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 3000, 5000, 0, 0, 11, 22425, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Death Talon Wyrmkin - In Combat - Cast Fireball Volley'),\n(12467, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22440, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Death Talon Captain - On Aggro - Cast Commanding Shout'),\n(12467, 0, 1, 0, 0, 0, 85, 0, 4000, 4000, 5000, 5000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Death Talon Captain - Within 0-5 Range - Cast Cleave'),\n(12467, 0, 2, 0, 0, 0, 80, 0, 20000, 20000, 20000, 20000, 0, 0, 11, 22438, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Death Talon Captain - In Combat - Cast Mark of Detonation'),\n(12468, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22442, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Death Talon Hatcher - On Aggro - Cast Growing Flames'),\n(12468, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 6000, 10000, 0, 0, 11, 22275, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Death Talon Hatcher - In Combat - Cast Flamestrike'),\n(13996, 0, 0, 0, 0, 0, 75, 0, 2000, 2000, 2000, 6000, 0, 0, 11, 22334, 64, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Blackwing Technician - In Combat - Cast Bomb'),\n(13996, 0, 1, 0, 0, 0, 85, 0, 2000, 2000, 8000, 8000, 0, 0, 11, 22335, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Blackwing Technician - Within 0-5 Range - Cast Bottle of Poison'),\n(13996, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Blackwing Technician - On Respawn - Disable Auto Attack');\n\n\nDELETE FROM `spell_script_names` WHERE `spell_id` = 23310 AND `ScriptName` = 'spell_bwl_chromaggus_time_lapse';\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES\n(23310, 'spell_bwl_chromaggus_time_lapse');\n\n-- Nefarian Loot\nDELETE FROM `creature_loot_template` WHERE `Entry` = 11583;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(11583, 19002, 0,     100.0, 0,  1, 0, 1, 1),\n(11583, 19003, 0,     100.0, 0,  1, 0, 1, 1),\n(11583, 21138, 0,     100.0, 1,  1, 0, 1, 1),\n(11583, 21142, 0,     100.0, 1,  1, 0, 1, 1),\n(11583, 30044, 30044, 0.05,  0, 1, 0, 1, 1),\n(11583, 30089, 30089, 1.0,   0, 1, 5, 1, 1),\n(11583, 30105, 30105, 0.05,  0, 1, 0, 1, 1),\n(11583, 30171, 30171, 0.05,  0, 1, 0, 1, 1),\n(11583, 30172, 30172, 100.0, 0, 1, 0, 1, 1),\n(11583, 30173, 30173, 100.0, 0, 1, 0, 1, 1),\n(11583, 30330, 30330, 0.05,  0, 1, 0, 1, 1),\n(11583, 30486, 30486, 100.0, 0, 1, 0, 2, 2),\n(11583, 30487, 30487, 100.0, 0, 1, 0, 1, 1),\n(11583, 30551, 30551, 100.0, 0, 1, 0, 1, 1);\n\nDELETE FROM `reference_loot_template` WHERE `Entry` IN (34009, 30105, 30044, 30089, 30172, 30173, 30330, 30486, 30487, 30551, 30171);\nINSERT INTO `reference_loot_template`(`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(30044, 2564,  0,  0.0, 0, 1, 1, 1,1),\n(30044, 7734,  0,  0.0, 0, 1, 1, 1,1),\n(30044, 13009, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13030, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13046, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13065, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13066, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13085, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13125, 0,  0.0, 0, 1, 1, 1,1),\n(30044, 13139, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10135, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10143, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10151, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10157, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10158, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10246, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10252, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10254, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10262, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10264, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10266, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10271, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10273, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10367, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10384, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 10389, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 11980, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 12017, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 12048, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 12058, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14328, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14332, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14336, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14456, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14464, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14680, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14811, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14812, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14975, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14979, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 14982, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15221, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15240, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15247, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15258, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15283, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15289, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15439, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15442, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15680, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15684, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15687, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15941, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15942, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15968, 0,  0.0, 0, 1, 1, 1,1),\n(30089, 15989, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 1203,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 1973,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 2564,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 4696,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 5266,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 5267,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 6622,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 7734,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 7976,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 7991,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 8028,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 9402,  0,  0.0, 0, 1, 1, 1,1),\n(30171, 10605, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 10608, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 11302, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 12698, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 12711, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 12717, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 12720, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 12728, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13000, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13001, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13002, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13003, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13004, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13006, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13007, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13008, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13009, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13013, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13015, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13030, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13036, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13040, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13047, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13053, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13060, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13066, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13067, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13070, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13072, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13073, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13075, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13077, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13083, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13085, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13091, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13096, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13107, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13111, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13113, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13116, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13118, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13120, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13123, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13125, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13126, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13130, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13133, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13135, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13144, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 13146, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 14501, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 14509, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 14511, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 17413, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 17414, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 17682, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 17683, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 18600, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 22388, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 22389, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 22390, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 22393, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 22890, 0,  0.0, 0, 1, 1, 1,1),\n(30171, 22891, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 9297,  0,  0.0, 0, 1, 1, 1,1),\n(30172, 10246, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10247, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10248, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10249, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10250, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10251, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10252, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10253, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10254, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10255, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10256, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10257, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10258, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10259, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10260, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10261, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10262, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10263, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10264, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10265, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10266, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10267, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10268, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10269, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10270, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10272, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10273, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10274, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10367, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10384, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10385, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10386, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10387, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10388, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10389, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10390, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 10391, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 11224, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 11226, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12017, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12048, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12682, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12683, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12684, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12685, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12689, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 12702, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 13486, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 13487, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 13488, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 13489, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14328, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14329, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14330, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14331, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14332, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14333, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14334, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14335, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14336, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14337, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14975, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14976, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14977, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14978, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14979, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14980, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14981, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14982, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 14983, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15221, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15229, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15240, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15247, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15258, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15267, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15273, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15278, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15283, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15289, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15325, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15434, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15435, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15436, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15437, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15438, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15439, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15440, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15441, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15442, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15678, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15679, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15680, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15681, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15682, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15683, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15684, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15685, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15686, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15687, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 15942, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 16044, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 16055, 0,  0.0, 0, 1, 1, 1,1),\n(30172, 16253, 0,  0.0, 0, 1, 1, 1,1),\n(30173, 17962, 0,  0.0, 0, 1, 1, 1,1),\n(30173, 17963, 0,  0.0, 0, 1, 1, 1,1),\n(30173, 17964, 0,  0.0, 0, 1, 1, 1,1),\n(30173, 17965, 0,  0.0, 0, 1, 1, 1,1),\n(30173, 17969, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16897, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16905, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16916, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16923, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16931, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16942, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16950, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16958, 0,  0.0, 0, 1, 1, 1,1),\n(30486, 16966, 0,  0.0, 0, 1, 1, 1,1),\n(30487, 19360, 0,  10.0,0, 1, 1, 1,1),\n(30487, 19363, 0,  10.0,0, 1, 1, 1,1),\n(30487, 19375, 0,  0.0, 0, 1, 1, 1,1),\n(30487, 19376, 0,  0.0, 0, 1, 1, 1,1),\n(30487, 19377, 0,  0.0, 0, 1, 1, 1,1),\n(30487, 19378, 0,  0.0, 0, 1, 1, 1,1),\n(30551, 19356, 0,  10.0,0, 1, 1, 1,1),\n(30551, 19364, 0,  10.0,0, 1, 1, 1,1),\n(30551, 19379, 0,  0.0, 0, 1, 1, 1,1),\n(30551, 19380, 0,  0.0, 0, 1, 1, 1,1),\n(30551, 19381, 0,  0.0, 0, 1, 1, 1,1),\n(30551, 19382, 0,  0.0, 0, 1, 1, 1,1),\n(30330, 30171, 30171, 100.0, 0, 1, 0, 1, 1),\n(30105, 30044, 30044, 100.0, 0, 1, 0, 1 ,1);\n\n/* Classic nefarian head quest locale fix for non EN langs */\n/* Was set as Garrosh, correct warchief is Thrall */\nUPDATE `quest_template_locale` SET `Objectives` = 'Bringt Thrall in Orgrimmar den Kopf von Nefarian.' WHERE `ID` = 7783 AND `locale` = 'deDE';\nUPDATE `quest_template_locale` SET `Objectives` = 'Lleva la cabeza de Nefarian a Thrall a Orgrimmar.' WHERE `ID` = 7783 AND `locale` = 'esES';\nUPDATE `quest_template_locale` SET `Objectives` = 'Lleva la cabeza de Nefarian a Thrall a Orgrimmar.' WHERE `ID` = 7783 AND `locale` = 'esMX';\nUPDATE `quest_template_locale` SET `Objectives` = 'Apportez la tête de Nefarian à Thrall à Orgrimmar.' WHERE `ID` = 7783 AND `locale` = 'frFR';\n"
  },
  {
    "path": "data/sql/world/base/dungeon_deadmines.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(594, 598 ,619, 622, 623, 624, 625, 634, 639, 641, 642, 644, 645, 647, 657, 1725, 1727, 1729, 1731, 1732, 1763, 3586, 3947, 4416, 4417, 4418);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(594, 598 ,619, 622, 623, 624, 625, 634, 639, 641, 642, 644, 645, 647, 657, 1725, 1727, 1729, 1731, 1732, 1763, 3586, 3947, 4416, 4417, 4418);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(594, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Henchman - On Aggro - Say Line 0'),\n(594, 0, 1, 0, 13, 0, 100, 1, 3000, 13000, 0, 0, 0, 0, 11, 8242, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Defias Henchman - Target Casting - Cast Shield Slam (No Repeat)'),\n(594, 0, 2, 0, 0, 0, 100, 1, 3600, 18800, 0, 0, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Defias Henchman - In Combat - Cast Improved Blocking (No Repeat)'),\n(594, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Henchman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(598, 0, 0, 0, 0, 0, 100, 0, 1000, 7000, 34000, 56000, 0, 0, 11, 6016, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Defias Miner - Within 0-5 Range - Cast Pierce Armor'),\n(598, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Miner - Between 0-15% Health - Flee For Assist'),\n(619, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Defias Conjurer - Out of Combat - Cast Frost Armor'),\n(619, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Defias Conjurer - In Combat - Cast Fireball'),\n(619, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Conjurer - Between 0-15% Health - Flee For Assist'),\n(622, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Goblin Engineer - Outside 30 Range - Start Combat Movement'),\n(622, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Goblin Engineer - Within 5-30 Range - Stop Combat Movement'),\n(622, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Goblin Engineer - Within 0-5 Range - Start Combat Movement'),\n(622, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Goblin Engineer - Within Range 5-30yd - Cast Shoot'),\n(622, 0, 4, 0, 0, 0, 100, 0, 0, 1000, 70000, 90000, 0, 0, 11, 3605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Goblin Engineer - Out of Combat - Cast Summon Remote-Controlled Golem'),\n(622, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Goblin Engineer - Between 0-15% Health - Flee For Assist'),\n(623, 0, 0, 0, 0, 0, 100, 0, 5000, 16000, 12000, 19000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Skeletal Miner - Within 0-5 Range - Cast Strike'),\n(624, 0, 0, 0, 9, 0, 100, 0, 0, 8000, 2000, 17000, 0, 5, 11, 5137, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Undead Excavator - Within 0-5 Range - Cast Call of the Grave'),\n(625, 0, 0, 0, 0, 0, 100, 0, 1000, 4000, 14000, 32000, 0, 0, 11, 7395, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Undead Dynamiter - In Combat - Cast Deadmines Dynamite'),\n(634, 0, 0, 0, 0, 0, 100, 0, 4000, 17000, 24000, 43000, 0, 0, 11, 5115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Defias Overseer - In Combat - Cast Battle Command'),\n(634, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Overseer - Between 0-15% Health - Flee For Assist'),\n--\n(639, 0, 0, 0, 1, 0, 100, 257, 1000, 1000, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Edwin VanCleef - Out of Combat - Cast Dual Wield (No Repeat)'),\n(639, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Edwin VanCleef - On Aggro - Say Line 0'),\n(639, 0, 3, 0, 2, 0, 100, 1, 50, 75, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Edwin VanCleef - Between 50-75% Health - Say Line 1 (No Repeat)'),\n(639, 0, 4, 5, 2, 0, 100, 1, 45, 50, 0, 0, 0, 0, 11, 5200, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Edwin VanCleef - At 50% Health - Cast VanCleefs Allies (No Repeat)'), -- https://www.hcguides.com/dungeons/the-deadmines\n(639, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Edwin VanCleef - On Summon Allies - Say Line 2'),\n(639, 0, 6, 0, 2, 0, 100, 1, 0, 35, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Edwin VanCleef - Between 0-35% Health - Say Line 3 (No Repeat)'),\n(639, 0, 7, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Edwin VanCleef - Between 0-10% Health - Say Line 5 (No Repeat)'),\n(639, 0, 8, 0, 5, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Edwin VanCleef - On Killed Unit - Say Line 4'),\n(639, 0, 9, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Edwin VanCleef - In Combat - Cast Thrash'),\n--\n(641, 0, 0, 0, 0, 0, 80, 1, 1000, 4000, 0, 0, 0, 0, 11, 6466, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,              'Goblin Woodcarver - Within 0-20 Range - Cast Axe Toss (No Repeat)'),\n(641, 0, 1, 0, 0, 0, 100, 0, 1000, 9000, 15000, 34000, 0, 0, 11, 40505, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Goblin Woodcarver - Within 0-5 Range - Cast Cleave'),\n(642, 0, 0, 0, 0, 0, 100, 0, 9000, 14000, 15000, 21000, 0, 0, 11, 7399, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Sneeds Shredder - In Combat - Cast Terrify'),\n(642, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 48000, 54000, 0, 0, 11, 3603, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Sneeds Shredder - Within 0-5 Range - Cast Distracting Pain'),\n(642, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 5141, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sneeds Shredder - On Just Died - Cast Eject Sneed'),\n--\n(644, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rhahk Zor - On Aggro - Say Line 0'),\n(644, 0, 1, 0, 0, 0, 100, 0, 1000, 8000, 17000, 27000, 0, 0, 11, 6304, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Rhahk Zor - Within 0-5 Range - Cast Rhahk Zor Slam'),\n(644, 0, 2, 3, 6, 0, 100, 514, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 14, 30533, 13965, 0, 0, 0, 0, 0, 0,              'Rhahk Zor - On Just Died - Activate Gameobject (Normal Dungeon)'),\n(644, 0, 3, 0, 61, 0, 100, 514, 0, 0, 0, 0, 0, 0, 34, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Rhahk Zor - On Just Died - Set Instance Data 0 to 3 (Normal Dungeon)'),\n--\n(645, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 27000, 36000, 0, 0, 11, 6306, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Cookie - In Combat - Cast Acid Splash'),\n(645, 0, 1, 0, 2, 0, 100, 0, 0, 50, 10000, 15000, 0, 0, 11, 5174, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Cookie - In Combat - Cast Cookies Cooking'),\n(645, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Cookie - Between 0-15% Health - Flee For Assist'),\n(647, 0, 0, 0, 0, 0, 100, 0, 5000, 18000, 17000, 42000, 0, 0, 11, 40505, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Captain Greenskin - Within 0-5 Range - Cast Cleave'),\n(647, 0, 1, 0, 0, 0, 100, 0, 6000, 13000, 37000, 97000, 0, 0, 11, 5208, 32, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,    'Captain Greenskin - Within 0-10 Range - Cast Poisoned Harpoon'),\n(657, 0, 0, 0, 1, 0, 50, 1, 0, 0, 0, 0, 0, 0, 11, 5172, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Pirate - Out of Combat - Cast Bloodsail Companion (No Repeat)'),\n(1725, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Defias Watchman - Outside 30 Range - Start Combat Movement'),\n(1725, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Defias Watchman - Within 5-30 Range - Stop Combat Movement'),\n(1725, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Defias Watchman - Within 0-5 Range - Start Combat Movement'),\n(1725, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Defias Watchman - Within Range 5-30yd - Cast Shoot'),\n(1725, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Watchman - Between 0-15% Health - Flee For Assist'),\n(1727, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Worker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1729, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defias Evoker - Out of Combat - Cast Frost Armor'),\n(1729, 0, 1, 0, 0, 0, 100, 0, 0, 1000, 3000, 17000, 0, 0, 11, 11829, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,        'Defias Evoker - In Combat - Cast Flamestrike'),\n(1729, 0, 2, 0, 0, 0, 100, 0, 1000, 1000, 42000, 63000, 0, 0, 11, 4979, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Defias Evoker - In Combat - Cast Quick Flame Ward'),\n(1729, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Evoker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1731, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 25000, 52000, 0, 0, 11, 5159, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Goblin Craftsman - Within 0-5 Range - Cast Melt Ore'),\n(1731, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Goblin Craftsman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1732, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defias Squallshaper - Out of Combat - Cast Frost Armor'),\n(1732, 0, 1, 0, 9, 0, 100, 0, 0, 3000, 8000, 33000, 0, 20, 11, 2138, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Defias Squallshaper - Within 0-20 Range - Cast Fire Blast'),\n(1732, 0, 2, 0, 106, 0, 100, 0, 0, 0, 23500, 33500, 0, 8, 11, 4979, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Defias Squallshaper - Within 0-8 Range - Cast Frost Nova'),\n(1732, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Squallshaper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1732, 0, 4, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -102.2, -660.64, 7.43, 0,        'Defias Squallshaper - Is Summoned - Move Point'),\n(1763, 0, 0, 0, 0, 0, 100, 0, 2000, 3000, 23000, 44000, 0, 0, 11, 5213, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Gilnid - Within 0-5 Range - Cast Molten Metal'),\n(1763, 0, 1, 0, 1, 0, 100, 0, 120000, 120000, 120000, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Gilnid - Out of Combat - Say Line 0'),\n(1763, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 14, 26182, 16399, 0, 0, 0, 0, 0, 0,             'Gilnid - On Just Died - Activate Gameobject'),\n(3586, 0, 0, 0, 37, 0, 60, 2, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Miner Johnson - On AI Init - Despawn (Normal Dungeon)'),\n(3586, 0, 1, 0, 0, 0, 100, 0, 1000, 7000, 34000, 56000, 0, 0, 11, 12097, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Miner Johnson - Within 0-5 Range - Cast Pierce Armor'),\n(3947, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Goblin Shipbuilder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4416, 0, 0, 0, 0, 0, 100, 0, 2000, 12000, 45000, 54000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Defias Strip Miner - Within 0-5 Range - Cast Pierce Armor'),\n(4417, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Defias Taskmaster - Outside 30 Range - Start Combat Movement'),\n(4417, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Defias Taskmaster - Within 5-30 Range - Stop Combat Movement'),\n(4417, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Defias Taskmaster - Within 0-5 Range - Start Combat Movement'),\n(4417, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Defias Taskmaster - Within Range 5-30yd - Cast Shoot'),\n(4417, 0, 4, 0, 0, 0, 100, 0, 0, 0, 30000, 40000, 0, 0, 11, 6685, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,          'Defias Taskmaster - In Combat - Cast Piercing Shot'),\n(4418, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Defias Wizard - In Combat - Cast Fireball'),\n(4418, 0, 1, 0, 0, 0, 100, 0, 3000, 8000, 10000, 15000, 0, 0, 11, 113, 96, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Defias Wizard - In Combat - Cast Chains of Ice'),\n(4418, 0, 2, 0, 0, 0, 100, 0, 1000, 1000, 40000, 65000, 0, 0, 11, 4979, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Defias Wizard - In Combat - Cast Quick Flame Ward'),\n(4418, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Wizard - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- fix parols\nSET @IPPPHASE     := 65536;\nSET @IPPPHASE_II  := 131072;\nSET @IPPPHASE_III := 262144;\n\nDELETE FROM `creature` WHERE guid IN \n(79139, 79144, 79151, 79152, 79170, 79171, 79177, 79188, 79189, 79207, 79229, 79230, 79233, 79244, 79245, 79273, 79277, 79280, 79281, 79283, 79284, 79285, 79373, 79374, 79376, 79377);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(79244, 634,  0, 0, 36, 0, 0, 1, @IPPPHASE, 1, -90.571, -400.149, 58.4755, 3.20291, 86400, 0, 1, 1158, 0,   2, 0, 0, 0, '', 0, 0, NULL),\n(79245, 1729, 0, 0, 36, 0, 0, 1, @IPPPHASE, 1, -93.0234, -400.3, 58.0467, 3.03687,  86400, 0, 0, 990, 1876, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(79170, 634,  0, 0, 36, 0, 0, 1, @IPPPHASE_II, 1, -185.334, -481.715, 54.1287, 3.17113,  86400, 0, 1, 1158, 0,   2, 0, 0, 0, '', 0, 0, NULL),\n(79171, 1729, 0, 0, 36, 0, 0, 1, @IPPPHASE_II, 1, -189.049, -481.524, 54.1313, 5.43224,  86400, 0, 0, 990, 1876, 0, 0, 0, 0, '', 0, 0, NULL),\n(79373, 634,  0, 0, 36, 0, 0, 1, @IPPPHASE_II, 1, -170.144, -403.045, 57.0869, 0.192994, 86400, 0, 1, 1158, 0,   2, 0, 0, 0, '', 0, 0, NULL),\n(79374, 1729, 0, 0, 36, 0, 0, 1, @IPPPHASE_II, 1, -173.48, -402.487, 57.1029, 0.305933,  86400, 0, 0, 990, 1876, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(79283, 4418, 0, 0, 36, 0, 0, 1, @IPPPHASE_III, 1, -229.584, -578.362, 51.2588, 1.44671, 86400, 0, 1, 1137, 2236, 2, 0, 0, 0, '', 0, 0, NULL),\n(79284, 4417, 0, 0, 36, 0, 0, 1, @IPPPHASE_III, 1, -239.833, -578.879, 51.1657, 6.24575, 86400, 0, 0, 1251, 0,    0, 0, 0, 0, '', 0, 0, NULL),\n(79285, 4417, 0, 0, 36, 0, 0, 1, @IPPPHASE_III, 1, -228.095, -576.564, 51.2145, 2.12069, 86400, 0, 0, 1251, 0,    0, 0, 0, 0, '', 0, 0, NULL),\n--\n(79139, 1729, 0, 0, 36, 0, 0, 1, 1, 1, -58.9532, -390.73, 53.9482, 5.2709,    86400, 0, 1, 990,  1876, 2, 0, 0, 0, '', 0, 0, NULL), -- Defias Evoker\n(79144, 598,  0, 0, 36, 0, 0, 1, 1, 1, -40.12, -370.386, 56.5668, 2.35619,    86400, 0, 1, 386,  0,    2, 0, 0, 0, '', 0, 0, NULL), -- Defias Miner\n(79152, 634, 0, 0, 36, 0, 0, 1, 1, 1, -116.45, -406.916, 59.5309, 0.895679,   86400, 0, 1, 1158, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Defias Overseer\n(79177, 1729, 0, 0, 36, 0, 0, 1, 1, 1, -188.074, -486.698, 54.044, 1.56971,   86400, 0, 1, 990,  1876, 2, 0, 0, 0, '', 0, 0, NULL), -- Defias Evoker\n(79188, 1729, 0, 0, 36, 0, 0, 1, 1, 1, -49.1843, -392.156, 55.9103, 4.36221,  86400, 0, 1, 990,  1876, 2, 0, 0, 0, '', 0, 0, NULL), -- Defias Evoker\n(79189, 634, 0, 0, 36, 0, 0, 1, 1, 1, -94.3284, -402.581, 57.4746, 0.820305,  86400, 0, 1, 1158, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Defias Overseer\n(79207, 641,  0, 0, 36, 0, 0, 1, 1, 1, -281.279, -502.013, 49.3831, 1.4796,   86400, 0, 1, 1251, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Goblin Woodcarver\n(79229, 4418, 0, 0, 36, 0, 0, 1, 1, 1, -272.331, -583.156, 50.1907, 0.925193, 86400, 0, 1, 1137, 2236, 2, 0, 0, 0, '', 0, 0, NULL), -- Defias Wizard\n(79230, 4417, 0, 0, 36, 0, 0, 1, 1, 1, -290.57, -561.45, 48.85, 4.6,          86400, 0, 1, 1251, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Defias Taskmaster\n(79233, 4417, 0, 0, 36, 0, 0, 1, 1, 1, -263.805, -578.193, 50.5558, 6.26195,  86400, 0, 1, 1251, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Defias Taskmaster\n(79277, 1729, 0, 0, 36, 0, 0, 1, 1, 1, -91.77, -376.14, 57.83, 0.1,           86400, 0, 1, 990,  1876, 2, 0, 0, 0, '', 0, 0, NULL); -- Defias Evoker\n\nDELETE FROM `linked_respawn` WHERE `guid` IN (79151, 79273, 79280, 79281, 79376, 79377);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (79170, 79244, 79283, 79373, 79230);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(79170, 79170, 0, 0,   515, 0, 0),\n(79170, 79171, 2, 200, 515, 0, 0),\n(79244, 79244, 0, 0,   515, 0, 0),\n(79244, 79245, 2, 200, 515, 0, 0),\n(79373, 79373, 0, 0,   515, 0, 0),\n(79373, 79374, 2, 200, 515, 0, 0),\n(79283, 79283, 0, 0,   515, 0, 0),\n(79283, 79284, 2, 135, 515, 0, 0),\n(79283, 79285, 2, 225, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (79139, 79144, 79152, 79170, 79177, 79188, 79189, 79207, 79229, 79230, 79233, 79244, 79245, 79273, 79277, 79280, 79283, 79373, 79374, 79376);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(79139, 791390, 0, 0, 1, 0, 0, ''),\n(79144, 791440, 0, 0, 1, 0, 0, ''),\n(79152, 791520, 0, 0, 1, 0, 0, ''),\n(79177, 791770, 0, 0, 1, 0, 0, ''),\n(79188, 791880, 0, 0, 1, 0, 0, ''),\n(79189, 791890, 0, 0, 1, 0, 0, ''),\n(79207, 792070, 0, 0, 1, 0, 0, ''),\n(79229, 792290, 0, 0, 1, 0, 0, ''),\n(79230, 792300, 0, 0, 1, 0, 0, ''),\n(79233, 792330, 0, 0, 1, 0, 0, ''),\n(79277, 792770, 0, 0, 1, 0, 0, ''),\n(79244, 792440, 0, 0, 1, 0, 0, ''), -- active after Rhahk Zor dies\n(79170, 791700, 0, 0, 1, 0, 0, ''), -- active after Sneed dies\n(79373, 793730, 0, 0, 1, 0, 0, ''), -- active after Sneed dies\n(79283, 792830, 0, 0, 1, 0, 0, ''); -- active after Gilnid dies\n\nDELETE FROM `waypoint_data` WHERE `id` IN (791390, 791440, 791520, 791700, 791770, 791880, 791890, 792070, 792290, 792300, 792330, 792440, 792450, 792730, 792770, 792800, 792830, 793730, 793740, 793760);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(792440, 1, -105.885, -386.061, 57.0374, 5.40025, 0, 0, 0, 100, 0), -- Rhahk'Zor patrol\n(792440, 2, -99.1898, -380.021, 58.7239, 0.375672, 0, 0, 0, 100, 0),\n(792440, 3, -90.7018, -377.509, 58.2497, 0.102742, 0, 0, 0, 100, 0),\n(792440, 4, -81.8864, -377.98, 56.243, 6.02263, 0, 0, 0, 100, 0),\n(792440, 5, -71.9643, -382.058, 54.9508, 5.95588, 0, 0, 0, 100, 0),\n(792440, 6, -61.4807, -383.732, 53.731, 0.141929, 0, 0, 0, 100, 0),\n(792440, 7, -52.6182, -380.694, 54.7347, 0.304887, 0, 0, 0, 100, 0),\n(792440, 8, -44.8872, -379.544, 55.5523, 0.289197, 0, 0, 0, 100, 0),\n(792440, 9, -53.2952, -379.191, 54.4481, 3.27175, 0, 0, 0, 100, 0),\n(792440, 10, -61.5043, -381.726, 53.9484, 3.2266, 0, 0, 0, 100, 0),\n(792440, 11, -70.2717, -380.618, 54.2406, 2.88102, 0, 0, 0, 100, 0),\n(792440, 12, -81.8268, -375.453, 56.0498, 2.99294, 0, 0, 0, 100, 0),\n(792440, 13, -91.612, -375.159, 58.017, 3.25607, 0, 0, 0, 100, 0),\n(792440, 14, -100.605, -378.47, 58.1362, 3.79406, 0, 0, 0, 100, 0),\n(792440, 15, -107.223, -385.269, 56.9783, 4.01201, 0, 0, 0, 100, 0),\n(792440, 16, -111.184, -390.34, 56.8833, 3.99437, 0, 0, 0, 100, 0),\n(792440, 17, -118.906, -396.424, 57.097, 3.75877, 0, 0, 0, 100, 0),\n(792440, 18, -126.694, -402.704, 58.7403, 3.71558, 0, 0, 0, 100, 0),\n(792440, 19, -131.922, -405.904, 57.5064, 3.5487, 0, 0, 0, 100, 0),\n(792440, 20, -124.92, -404.545, 58.7515, 0.54062, 0, 0, 0, 100, 0),\n(792440, 21, -117.256, -397.715, 57.2524, 0.642722, 0, 0, 0, 100, 0),\n(792440, 22, -109.424, -391.573, 57.2004, 0.660394, 0, 0, 0, 100, 0),\n--\n(791700, 1, -190.081, -480.93, 54.0442, 4.72042, 0, 0, 0, 100, 0), -- Sneed patrol 1\n(791700, 2, -187.47, -492.907, 53.563, 4.92698, 0, 0, 0, 100, 0),\n(791700, 3, -193.975, -504.087, 53.1475, 3.58002, 0, 0, 0, 100, 0),\n(791700, 4, -209.675, -506.274, 51.2768, 2.98312, 0, 0, 0, 100, 0),\n(791700, 5, -220.823, -492.074, 48.2184, 2.27233, 0, 0, 0, 100, 0),\n(791700, 6, -235.942, -483.635, 49.0422, 3.03809, 0, 0, 0, 100, 0),\n(791700, 7, -244.61, -482.027, 48.8547, 0.104633, 0, 0, 0, 100, 0),\n(791700, 8, -229.791, -484.612, 48.8188, 5.98727, 0, 0, 0, 100, 0),\n(791700, 9, -217.823, -497.897, 49.23, 5.36681, 0, 0, 0, 100, 0),\n(791700, 10, -206.083, -505.612, 51.9032, 5.88517, 0, 0, 0, 100, 0),\n(791700, 11, -191.232, -503.006, 52.9131, 0.253858, 0, 0, 0, 100, 0),\n(791700, 12, -187.267, -492.515, 53.5679, 0.540529, 0, 0, 0, 100, 0),\n(791700, 13, -189.152, -483.356, 54.0488, 1.53798, 0, 0, 0, 100, 0),\n--\n(793730, 1, -164.558, -400.443, 56.7705, 0.149922, 0, 0, 0, 100, 0), -- Sneed patrol 2\n(793730, 2, -158.347, -399.586, 56.3125, 6.11699, 0, 0, 0, 100, 0),\n(793730, 3, -149.121, -402.949, 56.9735, 5.93633, 0, 0, 0, 100, 0),\n(793730, 4, -151.234, -399.159, 56.7516, 2.84383, 0, 0, 0, 100, 0),\n(793730, 5, -160.264, -396.618, 56.6574, 3.23455, 0, 0, 0, 100, 0),\n(793730, 6, -167.164, -398.439, 57.2954, 3.64687, 0, 0, 0, 100, 0),\n(793730, 7, -174.915, -405.601, 56.4655, 4.0317, 0, 0, 0, 100, 0),\n(793730, 8, -182.109, -415.769, 54.9732, 4.15738, 0, 0, 0, 100, 0),\n(793730, 9, -188.333, -426.058, 53.9842, 4.20058, 0, 0, 0, 100, 0),\n(793730, 10, -193.178, -434.586, 53.3664, 4.42246, 0, 0, 0, 100, 0),\n(793730, 11, -194.276, -445.181, 54.0619, 4.83284, 0, 0, 0, 100, 0),\n(793730, 12, -192.278, -459.332, 54.5998, 4.86033, 0, 0, 0, 100, 0),\n(793730, 13, -189.77, -472.617, 54.0449, 4.81126, 0, 0, 0, 100, 0),\n(793730, 14, -189.769, -478.574, 54.0453, 4.68387, 0, 0, 0, 100, 0),\n(793730, 15, -187.202, -472.422, 54.0442, 1.6326, 0, 0, 0, 100, 0),\n(793730, 16, -189.931, -459.185, 54.6009, 1.78183, 0, 0, 0, 100, 0),\n(793730, 17, -192.156, -444.909, 54.0954, 1.70918, 0, 0, 0, 100, 0),\n(793730, 18, -191.306, -435.284, 53.2804, 1.10246, 0, 0, 0, 100, 0),\n(793730, 19, -186.48, -426.263, 53.9539, 1.00821, 0, 0, 0, 100, 0),\n(793730, 20, -180.007, -416.785, 54.8724, 0.845252, 0, 0, 0, 100, 0),\n(793730, 21, -171.419, -405.611, 56.9207, 0.876666, 0, 0, 0, 100, 0),\n--\n(792830, 1, -228.812, -569.757, 51.2314, 1.25402, 0, 0, 0, 100, 0), -- Gilnid patrol\n(792830, 2, -225.332, -562.401, 51.23, 1.0184, 0, 0, 0, 100, 0),\n(792830, 3, -220.089, -556.916, 51.23, 0.807909, 0, 0, 0, 100, 0),\n(792830, 4, -211.182, -553.736, 51.23, 0.342954, 0, 0, 0, 100, 0),\n(792830, 5, -203.248, -553.507, 51.23, 0.028794, 0, 0, 0, 100, 0),\n(792830, 6, -194.853, -555.999, 51.23, 5.99468, 0, 0, 0, 100, 0),\n(792830, 7, -187.356, -561.157, 51.23, 5.68052, 0, 0, 0, 100, 0),\n(792830, 8, -182.826, -567.105, 51.072, 5.36322, 0, 0, 0, 100, 0),\n(792830, 9, -179.251, -573.939, 48.0013, 5.13153, 0, 0, 0, 100, 0),\n(792830, 10, -179.25, -581.854, 45.0103, 4.69799, 0, 0, 0, 100, 0),\n(792830, 11, -180.508, -588.861, 42.1844, 4.53462, 0, 0, 0, 100, 0),\n(792830, 12, -185.547, -596.173, 38.7453, 4.11993, 0, 0, 0, 100, 0),\n(792830, 13, -193.62, -601.311, 34.4809, 3.70838, 0, 0, 0, 100, 0),\n(792830, 14, -202.36, -605.164, 30.8329, 3.57487, 0, 0, 0, 100, 0),\n(792830, 15, -212.195, -603.824, 26.463, 3.00624, 0, 0, 0, 100, 0),\n(792830, 16, -219.832, -602.784, 23.3996, 3.00624, 0, 0, 0, 100, 0),\n(792830, 17, -226.192, -596.772, 20.6368, 2.40462, 0, 0, 0, 100, 0),\n(792830, 18, -228.849, -592.655, 19.4674, 2.14387, 0, 0, 0, 100, 0),\n(792830, 19, -222.017, -602.068, 22.7777, 5.42134, 0, 0, 0, 100, 0),\n(792830, 20, -215.955, -606.225, 25.5062, 6.15333, 0, 0, 0, 100, 0),\n(792830, 21, -206.392, -607.716, 28.9385, 6.11327, 0, 0, 0, 100, 0),\n(792830, 22, -195.975, -605.079, 33.3159, 0.247918, 0, 0, 0, 100, 0),\n(792830, 23, -190.92, -602.234, 35.448, 0.493747, 0, 0, 0, 100, 0),\n(792830, 24, -186.186, -599.686, 37.3745, 0.493747, 0, 0, 0, 100, 0),\n(792830, 25, -181.845, -593.462, 40.1753, 0.961845, 0, 0, 0, 100, 0),\n(792830, 26, -179.362, -585.189, 43.6891, 1.27915, 0, 0, 0, 100, 0),\n(792830, 27, -180.207, -574.755, 47.8364, 1.7386, 0, 0, 0, 100, 0),\n(792830, 28, -183.317, -567.58, 51.0124, 2.03234, 0, 0, 0, 100, 0),\n(792830, 29, -188.935, -559.687, 51.2296, 2.18942, 0, 0, 0, 100, 0),\n(792830, 30, -195.706, -554.703, 51.2296, 2.54678, 0, 0, 0, 100, 0),\n(792830, 31, -204.469, -552.705, 51.2296, 2.91749, 0, 0, 0, 100, 0),\n(792830, 32, -213.906, -554.141, 51.2296, 3.34082, 0, 0, 0, 100, 0),\n(792830, 33, -222.241, -558.84, 51.2296, 3.65498, 0, 0, 0, 100, 0),\n(792830, 34, -227.752, -566.248, 51.2296, 4.07281, 0, 0, 0, 100, 0),\n(792830, 35, -230.554, -574.552, 51.223, 4.38697, 0, 0, 0, 100, 0),\n(792830, 36, -230.624, -583.197, 51.2233, 4.70427, 0, 0, 0, 100, 0),\n--\n(791440, 1, -49.1406, -380.152, 54.8732, 5.71195, 0, 0, 0, 100, 0), -- Defias Miner\n(791440, 2, -44.0293, -383.437, 55.5099, 5.71195, 0, 0, 0, 100, 0),\n(791440, 3, -48.0472, -391.257, 55.8773, 4.2354, 0, 0, 0, 100, 0),\n(791440, 4, -52.4945, -401.038, 55.5619, 4.28566, 0, 0, 0, 100, 0),\n(791440, 5, -59.1642, -403.186, 53.9912, 3.45314, 0, 0, 0, 100, 0),\n(791440, 6, -69.0763, -401.558, 54.7464, 2.97876, 0, 0, 0, 100, 0),\n(791440, 7, -68.6572, -397.85, 55.1056, 1.45823, 0, 0, 0, 100, 0),\n(791440, 8, -58.4723, -392.667, 54.1193, 0.462342, 0, 0, 0, 100, 0),\n(791440, 9, -53.6889, -382.146, 54.6699, 1.14407, 0, 0, 0, 100, 0),\n(791440, 10, -49.8211, -373.639, 55.291, 1.14407, 0, 0, 0, 100, 0),\n(791440, 11, -57.1299, -367.638, 55.3325, 2.45411, 0, 0, 0, 100, 0),\n(791440, 12, -62.892, -358.569, 54.3333, 2.13681, 0, 0, 0, 100, 0),\n(791440, 13, -62.7853, -349.7, 55.955, 1.55876, 0, 0, 0, 100, 0),\n(791440, 14, -63.644, -358.635, 54.3321, 4.59982, 0, 0, 0, 100, 0),\n(791440, 15, -63.6918, -366.936, 55.0531, 3.5034, 0, 0, 0, 100, 0),\n(791440, 16, -68.797, -369.171, 55.6588, 3.49555, 0, 0, 0, 100, 0),\n(791440, 17, -75.1762, -373.704, 55.0443, 3.75944, 0, 0, 0, 100, 0),\n(791440, 18, -76.815, -378.574, 55.231, 4.38776, 0, 0, 0, 100, 0),\n(791440, 19, -67.4685, -383.845, 53.6905, 5.73708, 0, 0, 0, 100, 0),\n(791440, 20, -60.7481, -384.712, 53.679, 6.15491, 0, 0, 0, 100, 0),\n(791440, 21, -53.467, -377.178, 54.2938, 0.79771, 0, 0, 0, 100, 0),\n--\n(791520, 1, -108.408, -401.056, 59.7252, 0.607648, 0, 0, 0, 100, 0), -- Defias Overseer\n(791520, 2, -118.798, -408.026, 59.1646, 3.83485, 0, 0, 0, 100, 0),\n(791520, 3, -120.495, -414.875, 58.2067, 4.57391, 0, 0, 0, 100, 0),\n(791520, 4, -115.331, -424.561, 55.383, 5.20223, 0, 0, 0, 100, 0),\n(791520, 5, -107.488, -431.728, 55.1959, 5.52974, 0, 0, 0, 100, 0),\n(791520, 6, -114.273, -441.777, 54.9943, 4.14901, 0, 0, 0, 100, 0),\n(791520, 7, -119.865, -438.626, 54.718, 2.62848, 0, 0, 0, 100, 0),\n(791520, 8, -116.703, -429.971, 54.9343, 1.21476, 0, 0, 0, 100, 0),\n(791520, 9, -118.322, -422.801, 55.9285, 1.79281, 0, 0, 0, 100, 0),\n(791520, 10, -124.19, -418.18, 57.6147, 2.47454, 0, 0, 0, 100, 0),\n(791520, 11, -131.87, -410.675, 57.9201, 2.36772, 0, 0, 0, 100, 0),\n(791520, 12, -125.211, -405.184, 58.613, 0.701108, 0, 0, 0, 100, 0),\n(791520, 13, -119.058, -408.537, 59.0034, 5.7842, 0, 0, 0, 100, 0),\n--\n(791890, 1, -94.8127, -396.214, 58.8776, 1.90355, 0, 0, 0, 100, 0), -- Defias Overseer\n(791890, 2, -103.299, -389.301, 57.3192, 2.46119, 0, 0, 0, 100, 0),\n(791890, 3, -107.61, -382.619, 56.955, 2.14388, 0, 0, 0, 100, 0),\n(791890, 4, -122.753, -383.213, 59.2935, 3.15548, 0, 0, 0, 100, 0),\n(791890, 5, -125.399, -390.451, 58.8986, 4.36185, 0, 0, 0, 100, 0),\n(791890, 6, -130, -398.722, 59.154, 4.20477, 0, 0, 0, 100, 0),\n(791890, 7, -125.478, -403.119, 58.6467, 5.51167, 0, 0, 0, 100, 0),\n(791890, 8, -116.097, -397.341, 57.1664, 0.475701, 0, 0, 0, 100, 0),\n(791890, 9, -105.905, -394.793, 57.6366, 0.231442, 0, 0, 0, 100, 0),\n(791890, 10, -100.374, -398.889, 58.6393, 5.6287, 0, 0, 0, 100, 0),\n(791890, 11, -98.5197, -399.054, 58.4361, 5.57843, 0, 0, 0, 100, 0),\n--\n(791390, 1, -58.1086, -394.012, 54.3026, 5.04986, 0, 0, 0, 100, 0), -- Defias Evoker\n(791390, 2, -55.9432, -400.184, 54.5487, 5.04986, 0, 0, 0, 100, 0),\n(791390, 3, -67.441, -401.846, 54.3231, 3.24501, 0, 0, 0, 100, 0),\n(791390, 4, -65.5066, -395.733, 54.4282, 1.22575, 0, 0, 0, 100, 0),\n(791390, 5, -59.4698, -391.136, 53.7281, 0.650839, 0, 0, 0, 100, 0),\n(791390, 6, -57.744, -386.926, 53.9151, 1.18177, 0, 0, 0, 100, 0),\n(791390, 7, -57.6061, -381.321, 54.0338, 1.54619, 0, 0, 0, 100, 0),\n(791390, 8, -68.0747, -382.217, 53.8005, 3.22695, 0, 0, 0, 100, 0),\n(791390, 9, -75.5928, -378.18, 55.1468, 2.64889, 0, 0, 0, 100, 0),\n(791390, 10, -87.6686, -376.04, 57.5502, 2.96619, 0, 0, 0, 100, 0),\n(791390, 11, -97.0305, -377.378, 58.0518, 3.28349, 0, 0, 0, 100, 0),\n(791390, 12, -103.849, -380.893, 57.4528, 3.76573, 0, 0, 0, 100, 0),\n(791390, 13, -94.3324, -377.236, 57.7877, 0.032731, 0, 0, 0, 100, 0),\n(791390, 14, -82.0819, -376.835, 56.2085, 0.032731, 0, 0, 0, 100, 0),\n(791390, 15, -68.3509, -374.365, 55.0867, 0.011525, 0, 0, 0, 100, 0),\n(791390, 16, -60.5492, -376.377, 54.3032, 6.03082, 0, 0, 0, 100, 0),\n(791390, 17, -54.3384, -379.355, 54.2581, 5.83604, 0, 0, 0, 100, 0),\n(791390, 18, -58.7368, -385.684, 53.8661, 4.10502, 0, 0, 0, 100, 0),\n(791390, 19, -57.8513, -390.019, 53.7836, 4.8268, 0, 0, 0, 100, 0),\n--\n(791880, 1, -51.3118, -396.944, 55.8147, 4.13392, 0, 0, 0, 100, 0), -- Defias Evoker\n(791880, 2, -57.2547, -404.149, 54.2062, 0.748848, 0, 0, 0, 100, 0),\n(791880, 3, -65.3862, -400.428, 54.146, 1.01588, 0, 0, 0, 100, 0),\n(791880, 4, -64.646, -389.761, 53.3425, 5.68508, 0, 0, 0, 100, 0),\n(791880, 5, -57.4758, -372.724, 54.6762, 1.53033, 0, 0, 0, 100, 0),\n(791880, 6, -57.5201, -373.34, 54.5743, 4.26744, 0, 0, 0, 100, 0),\n(791880, 7, -55.1105, -379.222, 54.1917, 5.05271, 0, 0, 0, 100, 0),\n(791880, 8, -45.4417, -382.343, 55.3743, 4.5324, 0, 0, 0, 100, 0),\n--\n(792770, 1, -66.3997, -374.192, 55.0522, 0.020987, 0, 0, 0, 100, 0), -- Defias Evoker\n(792770, 2, -49.8071, -380.806, 54.922, 6.01751, 0, 0, 0, 100, 0),\n(792770, 3, -67.0024, -374.014, 55.075, 3.07814, 0, 0, 0, 100, 0),\n(792770, 4, -90.4155, -376.029, 57.943, 3.28824, 0, 0, 0, 100, 0),\n(792770, 5, -105.951, -381.901, 57.0388, 0.580571, 0, 0, 0, 100, 0),\n(792770, 6, -96.1954, -401.304, 57.8538, 5.27725, 0, 0, 0, 100, 0),\n(792770, 7, -109.357, -385.638, 56.9081, 5.47951, 0, 0, 0, 100, 0),\n(792770, 8, -98.3517, -378.074, 58.3458, 0.498122, 0, 0, 0, 100, 0),\n(792770, 9, -90.0838, -375.904, 57.9489, 0.12113, 0, 0, 0, 100, 0),\n--\n(791770, 1, -153.951, -517.067, 52.5085, 1.98408, 0, 0, 0, 100, 0), -- Defias Evoker\n(791770, 2, -158.165, -508.746, 53.4221, 4.72905, 0, 0, 0, 100, 0),\n(791770, 3, -171.265, -505.67, 53.7993, 2.74199, 0, 0, 0, 100, 0),\n(791770, 4, -182.304, -499.904, 53.5155, 2.21577, 0, 0, 0, 100, 0),\n(791770, 5, -188.829, -484.756, 54.0488, 1.89376, 0, 0, 0, 100, 0),\n(791770, 6, -189.451, -497.05, 53.3645, 4.27352, 0, 0, 0, 100, 0),\n(791770, 7, -195.512, -504.183, 53.144, 3.73159, 0, 0, 0, 100, 0),\n(791770, 8, -209.55, -505.987, 51.3288, 2.47888, 0, 0, 0, 100, 0),\n(791770, 9, -222.604, -490.607, 48.3476, 2.30609, 0, 0, 0, 100, 0),\n(791770, 10, -234.403, -483.539, 49.0352, 2.84802, 0, 0, 0, 100, 0),\n(791770, 11, -250.934, -482.922, 49.4486, 3.10327, 0, 0, 0, 100, 0),\n(791770, 12, -229.54, -486.109, 48.6882, 5.7807, 0, 0, 0, 100, 0),\n(791770, 13, -218.519, -496.638, 48.9294, 5.36837, 0, 0, 0, 100, 0),\n(791770, 14, -205.659, -505.366, 51.9966, 6.0713, 0, 0, 0, 100, 0),\n(791770, 15, -187.638, -497.089, 53.4258, 1.64558, 0, 0, 0, 100, 0),\n(791770, 16, -188.134, -483.888, 54.0488, 1.58668, 0, 0, 0, 100, 0),\n(791770, 17, -181.332, -500.802, 53.497, 5.28983, 0, 0, 0, 100, 0),\n(791770, 18, -170.014, -506.459, 53.6273, 6.0281, 0, 0, 0, 100, 0),\n(791770, 19, -156.823, -509.046, 53.4042, 4.77539, 0, 0, 0, 100, 0),\n(791770, 20, -153.8, -518.653, 52.458, 5.04242, 0, 0, 0, 100, 0),\n--\n(792070, 1, -283.242, -513.183, 49.0546, 4.79239, 0, 0, 0, 100, 0), -- Goblin Woodcarver\n(792070, 2, -284.152, -531.136, 49.2175, 1.70813, 0, 0, 0, 100, 0),\n(792070, 3, -290.872, -533.825, 49.4501, 0.121625, 0, 0, 0, 100, 0),\n(792070, 4, -290.716, -504.662, 50.0333, 4.60232, 0, 0, 0, 100, 0),\n(792070, 5, -271.187, -482.45, 48.921, 3.95043, 0, 0, 0, 100, 0),\n(792070, 6, -282.772, -496.034, 49.2864, 4.18212, 0, 0, 0, 100, 0),\n--\n(792290, 1, -280.138, -594.26, 50.7037, 4.0028, 0, 0, 0, 100, 0), -- Defias Wizard\n(792290, 2, -289.896, -600.261, 47.841, 3.64937, 0, 0, 0, 100, 0),\n(792290, 3, -296.93, -600.848, 47.5709, 2.3888, 0, 0, 0, 100, 0),\n(792290, 4, -302.057, -598.565, 48.1454, 2.52232, 0, 0, 0, 100, 0),\n(792290, 5, -304.543, -594.692, 47.9971, 2.10999, 0, 0, 0, 100, 0),\n(792290, 6, -305.492, -590.467, 47.5502, 1.7919, 0, 0, 0, 100, 0),\n(792290, 7, -304.441, -587.034, 47.753, 1.27354, 0, 0, 0, 100, 0),\n(792290, 8, -293.184, -571.881, 48.7963, 0.93189, 0, 0, 0, 100, 0),\n(792290, 9, -290.811, -557.946, 48.8195, 1.40922, 0, 0, 0, 100, 0),\n(792290, 10, -295.064, -572.702, 48.5532, 4.49191, 0, 0, 0, 100, 0),\n(792290, 11, -294.039, -572.283, 48.6867, 4.38193, 0, 0, 0, 100, 0),\n(792290, 12, -304.129, -588.154, 47.5499, 4.27198, 0, 0, 0, 100, 0),\n(792290, 13, -304.129, -588.154, 47.5499, 4.27198, 0, 0, 0, 100, 0),\n(792290, 14, -306.109, -591.026, 47.5453, 5.15555, 0, 0, 0, 100, 0),\n(792290, 15, -304.373, -594.919, 48.0358, 5.46971, 0, 0, 0, 100, 0),\n(792290, 16, -302.149, -597.884, 48.1524, 5.68176, 0, 0, 0, 100, 0),\n(792290, 17, -297.488, -600.913, 47.6013, 6.09016, 0, 0, 0, 100, 0),\n(792290, 18, -289.964, -600.085, 47.8222, 0.352827, 0, 0, 0, 100, 0),\n--\n(792300, 1, -292.798, -571.739, 48.8452, 4.14746, 0, 0, 0, 100, 0), -- Defias Taskmaster\n(792300, 2, -305.029, -587.441, 47.7194, 0.7781, 0, 0, 0, 100, 0),\n(792300, 3, -305.552, -590.665, 47.5501, 4.90537, 0, 0, 0, 100, 0),\n(792300, 4, -304.772, -594.871, 48.0355, 5.13706, 0, 0, 0, 100, 0),\n(792300, 5, -302.382, -598.524, 48.1595, 5.5651, 0, 0, 0, 100, 0),\n(792300, 6, -297.178, -601.038, 47.5607, 6.0599, 0, 0, 0, 100, 0),\n(792300, 7, -290.317, -600.633, 47.8026, 0.216531, 0, 0, 0, 100, 0),\n(792300, 8, -280.261, -594.782, 50.661, 0.762388, 0, 0, 0, 100, 0),\n(792300, 9, -271.886, -580.742, 49.8973, 0.478069, 0, 0, 0, 100, 0),\n(792300, 10, -280.559, -594.761, 50.5776, 3.78616, 0, 0, 0, 100, 0),\n(792300, 11, -289.665, -600.984, 47.9087, 3.42488, 0, 0, 0, 100, 0),\n(792300, 12, -296.794, -601.399, 47.4805, 2.94892, 0, 0, 0, 100, 0),\n(792300, 13, -302.015, -598.92, 48.0812, 2.0732, 0, 0, 0, 100, 0),\n(792300, 14, -304.635, -595.232, 48.0998, 1.68836, 0, 0, 0, 100, 0),\n(792300, 15, -305.85, -591.028, 47.549, 1.13858, 0, 0, 0, 100, 0),\n(792300, 16, -304.688, -587.72, 47.6487, 0.934376, 0, 0, 0, 100, 0),\n(792300, 17, -293.211, -572.466, 48.79, 1.31137, 0, 0, 0, 100, 0),\n(792300, 18, -291.114, -559.338, 48.8479, 1.49201, 0, 0, 0, 100, 0),\n--\n(792330, 1, -270.347, -583.559, 49.9629, 5.63651, 0, 0, 0, 100, 0), -- Defias Taskmaster\n(792330, 2, -275.479, -592.516, 51.2754, 4.22123, 0, 0, 0, 100, 0),\n(792330, 3, -278.652, -592.354, 50.9278, 3.98325, 0, 0, 0, 100, 0),\n(792330, 4, -279.293, -588.709, 50.7539, 1.24064, 0, 0, 0, 100, 0),\n(792330, 5, -275.266, -581.112, 50.2998, 1.02937, 0, 0, 0, 100, 0),\n(792330, 6, -269.277, -575.118, 50.3089, 0.075108, 0, 0, 0, 100, 0),\n(792330, 7, -258.154, -574.293, 51.1511, 0.07118, 0, 0, 0, 100, 0),\n(792330, 8, -252.396, -579.794, 51.1481, 3.29918, 0, 0, 0, 100, 0),\n(792330, 9, -261.17, -582.182, 50.66, 3.17273, 0, 0, 0, 100, 0);\n\n"
  },
  {
    "path": "data/sql/world/base/dungeon_dire_maul.sql",
    "content": "SET @CGUID   := 653000;\nSET @OGUID   := 653000;\nSET @WPID    := 6530000;\n\n-- Dusty Tomes\nDELETE FROM `gameobject` WHERE `id` = 179548;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES\n--\n(@OGUID+1, 179548, 429, 0, 0, 1, 1, 4.36356, -436.696, 16.4123, 0.995107, 0, 0, 0.477277, 0.878753, 7200, 255, 1, '', 0, NULL),\n(@OGUID+2, 179548, 429, 0, 0, 1, 1, -144.107, 742.185, -24.5802, 5.42981, 0, 0, 0.41386, -0.910341, 7200, 255, 1, '', 0, NULL),\n(@OGUID+3, 179548, 429, 0, 0, 1, 1, 512.784, 588.036, -25.4023, 3.28124, 0, 0, -0.997563, 0.0697661, 7200, 255, 1, '', 0, NULL),\n(@OGUID+4, 179548, 429, 0, 0, 1, 1, -108.174, -208.762, -56.0361, 5.85044, 0, 0, 0.214688, -0.976683, 7200, 255, 1, '', 0, NULL),\n(@OGUID+5, 179548, 429, 0, 0, 1, 1, -8.62444, -351.419, -53.8242, 3.01908, 0, 0, 0.998124, 0.0612191, 7200, 255, 1, '', 0, NULL),\n(@OGUID+6, 179548, 429, 0, 0, 1, 1, 837.458, 493.936, 37.3182, 3.81369, 0, 0, 0.944066, -0.329757, 7200, 255, 1, '', 0, NULL),\n(@OGUID+7, 179548, 429, 0, 0, 1, 1, -81.1221, 368.843, -2.37102, 3.29414, 0, 0, 0.997092, -0.076201, 7200, 255, 1, '', 0, NULL),\n(@OGUID+8, 179548, 429, 0, 0, 1, 1, 118.018, -261.472, -4.14639, 0.087266, 0, 0, 0.0436192, 0.999048, 7200, 255, 1, '', 0, NULL),\n(@OGUID+9, 179548, 429, 0, 0, 1, 1, 287.941, 341.455, 2.85298, 4.28258, 0, 0, 0.841636, -0.540046, 7200, 255, 1, '', 0, NULL),\n(@OGUID+10, 179548, 429, 0, 0, 1, 1, 285.164, -431.063, -119.962, -1.58825, 0, 0, 0, 1, 7200, 255, 1, '', 0, NULL),\n(@OGUID+11, 179548, 429, 0, 0, 1, 1, -86.3983, 569.308, 28.6079, 1.78023, 0, 0, 0, 1, 7200, 255, 1, '', 0, NULL);\n\nDELETE FROM `pool_gameobject` WHERE `pool_entry` IN (601019);\nINSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(@OGUID+1,  601019, 0, 'A Dusty Tome'),\n(@OGUID+2,  601019, 0, 'A Dusty Tome'),\n(@OGUID+3,  601019, 0, 'A Dusty Tome'),\n(@OGUID+4,  601019, 0, 'A Dusty Tome'),\n(@OGUID+5,  601019, 0, 'A Dusty Tome'),\n(@OGUID+6,  601019, 0, 'A Dusty Tome'),\n(@OGUID+7,  601019, 0, 'A Dusty Tome'),\n(@OGUID+8,  601019, 0, 'A Dusty Tome'),\n(@OGUID+9,  601019, 0, 'A Dusty Tome'),\n(@OGUID+10, 601019, 0, 'A Dusty Tome'),\n(@OGUID+11, 601019, 0, 'A Dusty Tome');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601019);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601019, 1, 'A Dusty Tome - Dire Maul');\n\n\n/* ---- Dire Maul North ----- */\n\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11441, 11444, 11445, 11448, 11450, 11501, 11859, 13036, 13160, 14321, 14322, 14323, 14325, 14326);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11441, 11444, 11445, 11448, 11450, 11501, 11859, 13036, 13160, 14321, 14322, 14323, 14325, 14326);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11441, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                             'Gordok Brute - On Aggro - Say Line 0'),\n(11441, 0, 1, 0, 0, 0, 100, 0, 8900, 17900, 6200, 16400, 0, 0, 11, 18072, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,       'Gordok Brute - Within 0-10 Range - Cast Uppercut'),\n(11441, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 21000, 0, 5, 11, 22572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Gordok Brute - Within 0-5 Range - Cast Bruising Blow'),\n(11441, 0, 3, 0, 0, 0, 100, 0, 8000, 17000, 14000, 21000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,         'Gordok Brute - Within 0-5 Range - Cast Backhand'),\n(11441, 0, 4, 0, 105, 0, 50, 0, 0, 0, 10000, 20000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,              'Gordok Brute - Target Casting - Cast Pummel'),\n(11441, 0, 5, 6, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 15716, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gordok Brute - Between 0-30% Health - Cast Enrage'),\n(11441, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Gordok Brute - On Enrage - Say Line 1'),\n(11441, 0, 7, 0, 1, 0, 100, 0, 4000, 15000, 20000, 40000, 0, 0, 10, 1, 11, 25, 6, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gordok Brute - Out of Combat - Play Random Emote'),\n--\n(11444, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                             'Gordok Mage-Lord - On Aggro - Say Line 0'),\n(11444, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15530, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'Gordok Mage-Lord - In Combat - Cast Frostbolt'),\n(11444, 0, 2, 0, 0, 0, 100, 0, 7000, 14000, 12000, 15000, 0, 0, 11, 14145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Gordok Mage-Lord - In Combat - Cast Fire Blast'),\n(11444, 0, 3, 0, 0, 0, 100, 0, 12000, 17000, 19000, 25000, 0, 0, 11, 16102, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Gordok Mage-Lord - In Combat - Cast Flamestrike'),\n(11444, 0, 4, 0, 0, 0, 100, 0, 7000, 9000, 16000, 20000, 0, 0, 11, 13323, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,       'Gordok Mage-Lord - In Combat - Cast Polymorph'),\n(11444, 0, 5, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 16170, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gordok Mage-Lord - Between 0-30% Health - Cast Bloodlust'),\n(11444, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Gordok Mage-Lord - On Bloodlust - Say Line 1'),\n(11444, 0, 7, 0, 1, 0, 100, 0, 4000, 15000, 20000, 40000, 0, 0, 10, 1, 11, 25, 6, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gordok Mage-Lord - Out of Combat - Play Random Emote'),\n--\n(11445, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                             'Gordok Captain - On Aggro - Say Line 0'),\n(11445, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 6000, 16000, 0, 0, 11, 22574, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,        'Gordok Captain - Within 0-10 Range - Cast Dark Strike'),\n(11445, 0, 2, 0, 0, 0, 100, 0, 8000, 9000, 11000, 20000, 0, 0, 11, 16244, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gordok Captain - In Combat - Cast Demoralizing Shout'),\n(11445, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 7000, 9000, 0, 0, 11, 22575, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gordok Captain - In Combat - Cast Shadow Shock'),\n(11445, 0, 4, 0, 0, 0, 100, 0, 1000, 11000, 17000, 25000, 0, 0, 11, 12096, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,       'Gordok Captain - In Combat - Cast Fear'),\n(11445, 0, 5, 0, 1, 0, 100, 0, 4000, 15000, 20000, 40000, 0, 0, 10, 1, 11, 25, 6, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gordok Captain - Out of Combat - Play Random Emote'),\n--\n(11448, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                             'Gordok Warlock - On Aggro - Say Line 0'),\n(11448, 0, 1, 0, 1, 0, 100, 1, 1000, 3000, 0, 0, 0, 0, 11, 22865, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gordok Warlock - Out of Combat - Cast Summon Doomguard'),\n(11448, 0, 2, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 13787, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Gordok Warlock - Out of Combat - Cast Demon Armor'),\n(11448, 0, 3, 4, 1, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 11, 21157, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Gordok Warlock - Out of Combat - Cast Dark Channeling'),\n(11448, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 17, 193, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Gordok Warlock - Out of Combat - Set Emotestate'),\n(11448, 0, 5, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15232, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'Gordok Warlock - In Combat - Cast Shadow Bolt'),\n(11448, 0, 6, 0, 0, 0, 100, 0, 9000, 15000, 26000, 30000, 0, 0, 11, 17883, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Gordok Warlock - In Combat - Cast Immolate'),\n(11448, 0, 7, 0, 0, 0, 100, 0, 7000, 15000, 20000, 26000, 0, 0, 11, 8994, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,       'Gordok Warlock - In Combat - Cast Banish'),\n(11448, 0, 8, 0, 0, 0, 100, 0, 5000, 9000, 20000, 25000, 0, 0, 11, 13338, 288, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Gordok Warlock - In Combat - Cast Curse of Tongues'),\n--\n(11450, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                             'Gordok Reaver - On Aggro - Say Line 0'),\n(11450, 0, 1, 0, 0, 0, 100, 0, 13800, 19200, 8100, 17800, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Gordok Reaver - Within 0-5 Range - Cast Cleave'),\n(11450, 0, 2, 0, 0, 0, 100, 0, 9500, 14500, 14500, 23100, 0, 0, 11, 13737, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Gordok Reaver - Within 0-5 Range - Cast Mortal Strike'),\n(11450, 0, 3, 0, 9, 0, 100, 0, 0, 0, 7200, 9600, 0, 5, 11, 16145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gordok Reaver - Within 0-5 Range - Cast Sunder Armor'),\n(11450, 0, 4, 0, 1, 0, 100, 0, 4000, 15000, 20000, 40000, 0, 0, 10, 1, 11, 25, 6, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gordok Reaver - Out of Combat - Play Random Emote'),\n--\n(11501, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 10000, 5, 40, 11, 22886, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'King Gordok - Within 5-40 Range - Cast Berserker Charge'),\n(11501, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 9000, 14000, 0, 0, 11, 15708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'King Gordok - Within 0-5 Range - Cast Mortal Strike'),\n(11501, 0, 2, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'King Gordok - Within 0-5 Range - Cast Sunder Armor'),\n(11501, 0, 3, 0, 0, 0, 100, 0, 12000, 15000, 17000, 24000, 0, 0, 11, 16727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'King Gordok - In Combat - Cast War Stomp'),\n(11501, 0, 4, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                            'King Gordok - On Aggro - Say Line 0'),\n(11501, 0, 5, 6, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 14324, 100, 0, 0, 0, 0, 0, 0,                  'King Gordok - On Death - Set Data'),\n(11501, 0, 6, 7, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 3, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'King Gordok - On Death - Set Instance Data 3 to 3'),\n(11501, 0, 7, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 12, 14353, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 711.46, 479.36, 28.18, 0,      'King Gordok - On Death - Summon Creature'),\n(11501, 0, 8, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'King Gordok - On Aggro - Call For Help'),\n--\n(11859, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 30000, 0, 30, 11, 89, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'Doomguard Minion - In Combat - Cast Cripple'),\n(11859, 0, 1, 0, 0, 0, 100, 0, 12000, 15000, 20000, 25000, 0, 0, 11, 16727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Doomguard Minion - In Combat - Cast War Stomp'),\n(11859, 0, 2, 0, 0, 0, 100, 0, 1000, 10000, 15000, 30000, 0, 0, 11, 21949, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Doomguard Minion - In Combat - Cast Rend'),\n(11859, 0, 3, 0, 0, 0, 100, 0, 5000, 8000, 18000, 24000, 0, 0, 11, 16005, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,        'Doomguard Minion - In Combat - Cast Rain of Fire'),\n(11859, 0, 4, 0, 0, 0, 100, 0, 7000, 14000, 17000, 22000, 0, 0, 11, 15090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Doomguard Minion - In Combat - Cast Dispel Magic'),\n--\n(13036, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 3000, 8000, 0, 0, 11, 13738, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,          'Gordok Mastiff - Within 0-5 Range - Cast Rend'),\n(13036, 0, 1, 0, 9, 0, 100, 0, 0, 0, 21100, 21800, 0, 5, 11, 3604, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Gordok Mastiff - Within 0-5 Range - Cast Tendon Rip'),\n(13160, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9050, 17500, 0, 5, 11, 5416, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'Carrion Swarmer - Within 0-5 Range - Cast Venom Sting'),\n--\n(14321, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 10000, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Guard Fengus - Within 8-25 Range - Cast Shield Charge'),\n(14321, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Guard Fengus - Target Casting - Cast Shield Bash'),\n(14321, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 8000, 12000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Guard Fengus - Within 0-5 Range - Cast Strike'),\n(14321, 0, 3, 0, 0, 0, 100, 0, 7000, 12000, 12000, 15000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,      'Guard Fengus - Within 0-10 Range - Cast Knock Away'),\n(14321, 0, 4, 5, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Guard Fengus - Between Health 0-30% - Cast Frenzy'),\n(14321, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Guard Fengus - On Frenzy - Say Line 0'),\n(14321, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Guard Fengus - On Frenzy - Call For Help'),\n(14321, 0, 7, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 4, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Guard Fengus - On Death - Set Instance Data 4 to 1'),\n(14321, 0, 8, 0, 62, 0, 100, 0, 5734, 0, 0, 0, 0, 0, 11, 22817, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                   'Guard Fengus - On Gossip Select - Cast Fengus\\' Ferocity'),\n--\n(14322, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 20000, 20000, 0, 0, 88, 1432200, 1432202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stomper Kreeg - Out of Combat - Random Range Script9'),\n(14322, 0, 1, 0, 0, 0, 100, 0, 7000, 12000, 15000, 22000, 0, 0, 11, 22833, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Stomper Kreeg - In Combat - Cast Booze Spit'), -- test!\n(14322, 0, 2, 0, 0, 0, 100, 0, 12000, 15000, 12000, 16000, 0, 0, 11, 16740, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Stomper Kreeg - In Combat - Cast War Stomp'),\n(14322, 0, 3, 0, 0, 0, 100, 0, 2000, 6000, 7000, 10000, 0, 0, 11, 15577, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Stomper Kreeg - In Combat - Cast Whirlwind'),\n(14322, 0, 4, 5, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 22835, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stomper Kreeg - Between Health 0-50% - Cast Drunken Rage'),\n(14322, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Stomper Kreeg - Between Health 0-50% - Say Line 0'),\n(14322, 0, 6, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 8269, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stomper Kreeg - Between Health 0-50% - Cast Frenzy'),\n(14322, 0, 7, 0, 62, 0, 100, 512, 5721, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stomper Kreeg - On Gossip Select - Close Gossip'),\n--\n(14323, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 10000, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Guard Slip\\'kik - Within 8-25 Range - Cast Shield Charge'),\n(14323, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Guard Slip\\'kik - Target Casting - Cast Shield Bash'),\n(14323, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 8000, 12000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Guard Slip\\'kik - Within 0-5 Range - Cast Strike'),\n(14323, 0, 3, 4, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Guard Slip\\'kik - Between Health 0-30% - Cast Frenzy'),\n(14323, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Guard Slip\\'kik - On Frenzy - Say Line 0'),\n(14323, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Guard Slip\\'kik - On Frenzy - Call For Help'),\n(14323, 0, 6, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Guard Slip\\'kik - On Reset - Set No Event Flag Reset'),\n(14323, 0, 7, 0, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Guard Slip\\'kik - On Data Set - Set Event Phase'),\n(14323, 0, 8, 9, 34, 1, 100, 512, 2, 16, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Guard Slip\\'kik - On Movement Inform - Set Unit Flags'),\n(14323, 0, 9, 10, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Guard Slip\\'kik - On Movement Inform - Set React Passive'),\n(14323, 0, 10, 11, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 20, 179512, 50, 0, 0, 0, 0, 0, 0,               'Guard Slip\\'kik - On Movement Inform - Remove Trap'),\n(14323, 0, 11, 12, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Guard Slip\\'kik - On Movement Inform - Say Line 1'),\n(14323, 0, 12, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 22856, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Guard Slip\\'kik - On Movement Inform - Cast Ice Lock'),\n(14323, 0, 13, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 4, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Guard Slip\\'kik - On Death - Set Instance Data 4 to 1'),\n(14323, 0, 14, 0, 62, 0, 100, 512, 5733, 0, 0, 0, 0, 0, 11, 22820, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Guard Slip\\'kik - On Gossip Select - Cast Slip\\'kik\\'s Savvy'),\n--\n(14325, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                            'Captain Kromcrush - On Aggro - Say Line 0'),\n(14325, 0, 1, 0, 0, 0, 100, 0, 2000, 6000, 7000, 10000, 0, 0, 11, 22859, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Captain Kromcrush - Within 0-5 Range - Cast Mortal Cleave'),\n(14325, 0, 2, 0, 0, 0, 100, 0, 9000, 18000, 15000, 19000, 0, 0, 11, 19134, 1, 0, 0, 0, 0, 6, 10, 0, 0, 0, 0, 0, 0, 0,       'Captain Kromcrush - Within 0-10 Range - Cast Frightening Shout'),\n(14325, 0, 3, 4, 2, 0, 100, 1, 0, 75, 0, 0, 0, 0, 11, 22860, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Kromcrush - Between 0-75% Health - Cast Call Reavers'),\n(14325, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Captain Kromcrush - On Call Reavers - Say Line 1'),\n(14325, 0, 5, 6, 0, 0, 100, 0, 12000, 15000, 19000, 25000, 0, 0, 11, 22857, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Captain Kromcrush - In Combat - Cast Retaliation'),\n(14325, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Captain Kromcrush - On Retaliation - Say Line 2'),\n(14325, 0, 7, 8, 62, 0, 100, 512, 5738, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Captain Kromcrush - On Gossip Option Selected - Close Gossip'),\n(14325, 0, 8, 9, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Captain Kromcrush - On Gossip Option Selected - Say Line 3'),\n(14325, 0, 9, 10, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Captain Kromcrush - On Gossip Option Selected - Set Unit Flags'),\n(14325, 0, 10, 11, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Captain Kromcrush - On Gossip Option Selected - Set React Passive'),\n(14325, 0, 11, 12, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Kromcrush - On Gossip Option Selected - Set Active'),\n(14325, 0, 12, 13, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Kromcrush - On Gossip Option Selected - Set Npc Flags'),\n(14325, 0, 13, 14, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Captain Kromcrush - On Gossip Option Selected - Cast Enrage'),\n(14325, 0, 14, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 67, 1, 2500, 2500, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Captain Kromcrush - On Gossip Option Selected - Create Timed Event'),\n(14325, 0, 15, 0, 40, 0, 100, 0, 69, 14325, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Captain Kromcrush - On Reached WP69 - Say Line 4'),\n(14325, 0, 16, 17, 40, 0, 100, 512, 76, 14325, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Captain Kromcrush - On Reached WP76 - Set Npc Flags'),\n(14325, 0, 17, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Captain Kromcrush - On Reached WP76 - Set Remove Flags'),\n(14325, 0, 18, 0, 59, 0, 100, 512, 1, 0, 0, 0, 0, 0, 53, 1, 14325, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Captain Kromcrush - On Timed Event - Start WP'),\n(14325, 0, 19, 0, 60, 0, 100, 769, 5000, 5000, 5000, 5000, 0, 0, 2, 45, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Captain Kromcrush - On Update - Set Faction'),\n(14325, 0, 20, 0, 60, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 81, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Captain Kromcrush - On Update - Set Npc Flags'),\n(14325, 0, 21, 0, 25, 0, 100, 769, 0, 0, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Captain Kromcrush - On Reset - Set Npc Flags'),\n(14325, 0, 22, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 4, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Captain Kromcrush - On Death - Set Instance Data 4 to 1'),\n--\n(14326, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 10000, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Guard Mol\\'dar - Within 8-25 Range - Cast Shield Charge'),\n(14326, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Guard Mol\\'dar - Target Casting - Cast Shield Bash'),\n(14326, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 8000, 12000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Guard Mol\\'dar - Within 0-5 Range - Cast Strike'),\n(14326, 0, 3, 4, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Guard Mol\\'dar - Between Health 0-30% - Cast Frenzy'),\n(14326, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Guard Mol\\'dar - On Frenzy - Say Line 0'),\n(14326, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Guard Mol\\'dar - On Frenzy - Call For Help'),\n(14326, 0, 6, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 4, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Guard Mol\\'dar - On Death - Set Instance Data 4 to 1'),\n(14326, 0, 7, 0, 62, 0, 100, 0, 5735, 0, 0, 0, 0, 0, 11, 22818, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                   'Guard Mol\\'dar - On Gossip Select - Cast Mol\\'dar\\'s Moxie');\n\n\n-- fix 3 Gordok Mastiff patrols\nDELETE FROM `creature` WHERE `guid` IN \n(248093, 248094, 248095, 248096, 248097, 248098, 248099, 248100, 248101, 248106, 248107, 248108, 248131, 248132, \n248135, 248136, 248137, 248138, 248145, 248146, 248147, 248155, 248163, 248164, 248171, 248176, 248179, 248180, 248186); -- 248155, 248186, 248101 (not used anymore)\n\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(248093, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 346.936, -43.3005, -25.6162, 1.12652,  7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248094, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 341.746, -30.117, -25.1938, 3.12414,   7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248095, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 352.51, -40.1966, -25.5735, 1.49486,   7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248096, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 349.138, -36.2457, -25.3775, 0.750492, 7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(248097, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 335.31, -54.8641, -25.8178, 1.0472,    7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248098, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 348.75, -69.83, -25.79, 0.51,          7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248099, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 340.09, -71.9, -25.56, 1.28,           7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248100, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 341.223, -61.7868, -25.4697, 2.46091,  7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(248106, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 371.896, -38.1052, -24.8836, 1.94734,  7200, 0, 1, 3758, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- patrol 1\n(248107, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 371.063, -40.3972, -24.9856, 1.99446,  7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(248108, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 374.062, -39.0447, -24.8156, 1.96305,  7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(248131, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 377.503, -55.9295, -24.001, 1.90798,   7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248132, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 383.881, -61.6908, -23.3481, 1.77446,  7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248163, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 382.07, -52.9229, -23.7786, 1.77446,   7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248164, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 387.03, -55.8076, -23.3126, 1.66293,   7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(248135, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 412.386, -46.1902, -22.9007, 2.1593,   7200, 0, 1, 3758, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- patrol 2\n(248136, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 417.902, -49.2018, -23.5564, 2.02571,  7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(248137, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 413.741, -41.0225, -23.4027, 2.04142,  7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(248138, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 418.952, -43.809, -23.4354, 1.89691,   7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(248145, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 682.682, 454.001, 29.4598, 1.83,       7200, 0, 1, 3758, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- patrol 3\n(248146, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 684.255, 457.807, 29.4601, 1.83,       7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(248147, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 688.389, 454.676, 29.4662, 1.83,       7200, 0, 0, 3758, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(248171, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 416.32, 16.09, -24.94, 3.09,           7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248176, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 420.38, 22.55, -24.86, 2.52,           7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248179, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 410.57, 24.82, -25.16, 2.22,           7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(248180, 13036, 0, 0, 429, 0, 0, 1, 1, 0, 417.935, 27.8456, -25.04, 3.39019,     7200, 3, 0, 3758, 0, 1, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (248106, 248135, 248145);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(248106, 248106, 0, 0, 515, 0, 0),\n(248106, 248107, 3, 135, 515, 0, 0),\n(248106, 248108, 3, 225, 515, 0, 0),\n--\n(248135, 248135, 0, 0, 515, 0, 0),\n(248135, 248136, 3, 135, 515, 0, 0),\n(248135, 248137, 3, 180, 515, 0, 0),\n(248135, 248138, 3, 225, 515, 0, 0),\n--\n(248145, 248145, 0, 0, 515, 0, 0),\n(248145, 248146, 3, 135, 515, 0, 0),\n(248145, 248147, 3, 225, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (248106, 248135, 248145);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(248106, 2481060, 0, 0, 0, 0, 0, NULL),\n(248135, 2481350, 0, 0, 0, 0, 0, NULL),\n(248145, 2481450, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (2481060, 2481350, 2481450);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(2481060, 1, 366.174, -33.3632, -24.9979, 2.33611, 0, 0, 0, 100, 0),\n(2481060, 2, 353.044, -10.6431, -24.9653, 2.52462, 0, 0, 0, 100, 0),\n(2481060, 3, 351.73, 16.3237, -25.2353, 1.57821, 0, 0, 0, 100, 0),\n(2481060, 4, 343.028, 31.84, -24.506, 1.40542, 0, 0, 0, 100, 0),\n(2481060, 5, 344.117, 46.2305, -23.9658, 6.2631, 0, 0, 0, 100, 0),\n(2481060, 6, 367.389, 48.1494, -23.876, 0.415812, 0, 0, 0, 100, 0),\n(2481060, 7, 382.69, 63.3434, -23.9853, 6.0589, 0, 0, 0, 100, 0),\n(2481060, 8, 405.163, 62.2175, -23.3792, 4.51167, 0, 0, 0, 100, 0),\n(2481060, 9, 410.736, 50.7862, -24.0313, 4.68445, 0, 0, 0, 100, 0),\n(2481060, 10, 401.575, 31.8479, -25.5185, 4.28783, 0, 0, 0, 100, 0),\n(2481060, 11, 408.242, 1.93632, -24.7644, 5.04966, 0, 0, 0, 100, 0),\n(2481060, 12, 411.491, -8.79946, -24.6695, 4.11504, 0, 0, 0, 100, 0),\n(2481060, 13, 386.29, -42.438, -23.9386, 4.06398, 0, 0, 0, 100, 0),\n(2481060, 14, 370.876, -44.8283, -25.0187, 1.84131, 0, 0, 0, 100, 0),\n--\n(2481350, 1, 398.075, -52.6088, -23.0886, 3.39624, 3000, 0, 0, 100, 0),\n(2481350, 2, 362.997, -56.5913, -25.4052, 2.60142, 0, 0, 0, 100, 0),\n(2481350, 3, 354.394, -22.2673, -25.2042, 1.6825, 0, 0, 0, 100, 0),\n(2481350, 4, 352.021, 19.0141, -25.3396, 2.00059, 0, 0, 0, 100, 0),\n(2481350, 5, 340.163, 37.3922, -24.2962, 1.52149, 0, 0, 0, 100, 0),\n(2481350, 6, 370.851, 49.1938, -23.8122, 0.42979, 0, 0, 0, 100, 0),\n(2481350, 7, 409.13, 49.8709, -24.0747, 5.80977, 0, 0, 0, 100, 0),\n(2481350, 8, 408.73, -2.39736, -24.7128, 5.10291, 0, 0, 0, 100, 0),\n(2481350, 9, 432.633, -22.5598, -25.0345, 5.10292, 0, 0, 0, 100, 0),\n(2481350, 10, 389.383, -47.7396, -23.5971, 3.4795, 3000, 0, 0, 100, 0),\n--\n(2481450, 1, 682.913, 465.75, 29.462, 1.82798, 0, 0, 0, 100, 0),\n(2481450, 2, 680.266, 478.126, 29.4604, 1.95365, 0, 0, 0, 100, 0),\n(2481450, 3, 661.718, 484.072, 29.456, 2.93147, 0, 0, 0, 100, 0),\n(2481450, 4, 652.064, 497.282, 29.456, 2.1657, 0, 0, 0, 100, 0),\n(2481450, 5, 657.592, 480.187, 29.456, 5.06383, 0, 0, 0, 100, 0),\n(2481450, 6, 674.695, 483.481, 29.4563, 0.265041, 0, 0, 0, 100, 0),\n(2481450, 7, 681.528, 495.298, 29.4589, 1.04651, 0, 0, 0, 100, 0),\n(2481450, 8, 687.216, 498.374, 29.4673, 0.429978, 0, 0, 0, 100, 0),\n(2481450, 9, 693.335, 500.589, 28.176, 0.382852, 0, 0, 0, 100, 0),\n(2481450, 10, 702.258, 518.684, 28.1763, 1.14076, 0, 0, 0, 100, 0),\n(2481450, 11, 716.497, 506.804, 28.1784, 5.57041, 0, 0, 0, 100, 0),\n(2481450, 12, 732.769, 505.308, 28.1805, 6.20658, 0, 0, 0, 100, 0),\n(2481450, 13, 747.255, 497.665, 28.1825, 5.79032, 0, 0, 0, 100, 0),\n(2481450, 14, 757.437, 485.935, 28.184, 5.37406, 0, 0, 0, 100, 0),\n(2481450, 15, 760.651, 481.289, 27.4637, 5.48008, 0, 0, 0, 100, 0),\n(2481450, 16, 785.065, 478.346, 37.1798, 0.115811, 0, 0, 0, 100, 0),\n(2481450, 17, 804.086, 458.011, 37.3182, 5.50364, 0, 0, 0, 100, 0),\n(2481450, 18, 828.878, 448.645, 37.3182, 6.05342, 0, 0, 0, 100, 0),\n(2481450, 19, 849.768, 459.316, 37.3182, 0.512434, 0, 0, 0, 100, 0),\n(2481450, 20, 858.377, 479.946, 37.3182, 2.27173, 0, 0, 0, 100, 0),\n(2481450, 21, 839.111, 511.017, 37.3182, 2.14213, 0, 0, 0, 100, 0),\n(2481450, 22, 813.027, 508.397, 37.3182, 3.24169, 0, 0, 0, 100, 0),\n(2481450, 23, 791.383, 499.283, 37.3182, 3.54014, 0, 0, 0, 100, 0),\n(2481450, 24, 784.046, 487.773, 36.7457, 3.36736, 0, 0, 0, 100, 0),\n(2481450, 25, 777.813, 484.204, 34.9632, 3.28882, 0, 0, 0, 100, 0),\n(2481450, 26, 768.765, 483.711, 29.9384, 3.19457, 0, 0, 0, 100, 0),\n(2481450, 27, 759.808, 482.387, 27.7173, 3.30452, 0, 0, 0, 100, 0),\n(2481450, 28, 754.896, 480.003, 28.184, 3.61868, 0, 0, 0, 100, 0),\n(2481450, 29, 741.144, 472.113, 28.184, 3.66188, 0, 0, 0, 100, 0),\n(2481450, 30, 729.36, 459.944, 28.1811, 3.81503, 0, 0, 0, 100, 0),\n(2481450, 31, 724.252, 441.533, 28.1797, 4.42371, 0, 0, 0, 100, 0),\n(2481450, 32, 708.13, 438.646, 28.1768, 2.9668, 0, 0, 0, 100, 0),\n(2481450, 33, 692.9, 449.233, 28.1754, 2.55054, 0, 0, 0, 100, 0),\n(2481450, 34, 687.047, 450.481, 29.466, 2.14213, 0, 0, 0, 100, 0);\n\n\n/* ---- Dire Maul West -----  */\n\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11458, 11459, 11466, 11467, 11469, 11470, 11471, 11472, 11473, 11475, 11476, 11477, 11480, 11483, 11484, 11486, 11487, 11488, 11489, 11496, 14303, 14308, 14398, 14399, 14400);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11458, 11459, 11466, 11467, 11469, 11470, 11471, 11472, 11473, 11475, 11476, 11477, 11480, 11483, 11484, 11486, 11487, 11488, 11489, 11496, 14303, 14308, 14398, 14399, 14400);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11458, 0, 0, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 22693, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Petrified Treant - Between 0-50% Health - Cast Harden Skin (No Repeat)'),\n(11459, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 6000, 18000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Ironbark Protector - In Combat - Cast Trample'),\n(11459, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 14000, 18000, 0, 0, 11, 18670, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Ironbark Protector - In Combat - Cast Knock Away'),\n(11459, 0, 2, 0, 0, 0, 100, 0, 9000, 12000, 19000, 25000, 0, 0, 11, 28858, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Ironbark Protector - In Combat - Cast Entangling Roots'),\n(11466, 0, 0, 0, 38, 0, 100, 0, 2, 2, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 11496, 200, 0, 0, 0, 0, 0, 0,              'Highborne Summoner - On Data Set - Attack Start'),\n(11466, 0, 1, 0, 0, 0, 100, 0, 0, 2000, 3000, 5000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Highborne Summoner - In Combat - Cast Fireball'),\n(11466, 0, 2, 0, 0, 0, 100, 0, 4000, 9000, 9000, 19000, 0, 0, 11, 13339, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Highborne Summoner - In Combat - Cast Fire Blast'),\n(11466, 0, 3, 0, 0, 0, 100, 0, 12000, 16000, 18000, 22000, 0, 0, 11, 15063, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Highborne Summoner - In Combat - Cast Frost Nova'),\n(11467, 0, 0, 0, 37, 0, 85, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Tsu\\'zee - On AI initialize - Self: Despawn in 0.5 s'),\n(11467, 0, 1, 0, 0, 0, 100, 2, 3000, 5000, 5000, 7000, 0, 0, 11, 15581, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Tsu\\'zee - Within 0-5 Range - Cast Sinister Strike'),\n(11467, 0, 2, 0, 0, 0, 100, 2, 6000, 8000, 9000, 12000, 0, 0, 11, 12540, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Tsu\\'zee - Within 0-5 Range - Cast Gouge'),\n(11467, 0, 3, 0, 0, 0, 100, 2, 7000, 11000, 16000, 21000, 0, 0, 11, 21060, 0, 0, 0, 0, 0, 6, 10, 0, 0, 0, 0, 0, 0, 0,  'Tsu\\'zee - Within 0-10 Range - Cast Blind'),\n--\n(11469, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Eldreth Seether - On Respawn - Cast Fire Shield'),\n(11469, 0, 1, 0, 0, 0, 100, 0, 2000, 10000, 17000, 22000, 0, 0, 11, 16843, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Eldreth Seether - In Combat - Cast Crimson Fury'),\n(11469, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Eldreth Seether - Between 0-30% Health - Cast Frenzy'),\n(11469, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Eldreth Seether - On Frenzy - Say Line 0'),\n(11470, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 16006, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Eldreth Sorcerer - In Combat - Cast Chain Lightning'),\n(11470, 0, 1, 0, 0, 0, 100, 0, 9000, 15000, 16000, 21000, 0, 0, 11, 13323, 33, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0, 'Eldreth Sorcerer - In Combat - Cast Polymorph'),\n(11470, 0, 2, 0, 0, 0, 100, 0, 10000, 14000, 7000, 13000, 0, 0, 11, 22823, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Eldreth Sorcerer - In Combat - Cast Starshards'),\n(11471, 0, 0, 0, 1, 0, 100, 0, 1000, 10000, 600000, 600000, 0, 0, 11, 18100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Eldreth Apparition - Out of Combat - Cast Frost Armor'),\n(11471, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 16799, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Eldreth Apparition - In Combat - Cast Frostbolt'),\n(11471, 0, 2, 0, 0, 0, 100, 0, 11000, 14000, 20000, 30000, 0, 0, 11, 15244, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Eldreth Apparition - In Combat - Cast Cone of Cold'),\n(11471, 0, 3, 0, 0, 0, 100, 0, 7000, 12000, 20000, 28000, 0, 0, 11, 22744, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0, 'Eldreth Apparition - In Combat - Cast Chains of Ice'),\n(11472, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6100, 14400, 0, 5, 11, 16838, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Eldreth Spirit - Within 0-5 Range - Cast Banshee Shriek'),\n(11472, 0, 1, 0, 0, 0, 100, 0, 0, 0, 4900, 8800, 0, 0, 11, 22743, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Eldreth Spirit - In Combat - Cast Ribbon of Souls'),\n(11473, 0, 0, 0, 1, 0, 100, 0, 0, 0, 16000, 16000, 0, 0, 11, 16380, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Eldreth Spectre - Out of Combat - Cast Greater Invisibility'),\n(11473, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 16380, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Eldreth Spectre - On Aggro - Remove Greater Invisibility'),\n(11473, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 25000, 0, 5, 11, 17831, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Eldreth Spectre - Within 0-5 Range - Cast Call of the Graves'),\n(11473, 0, 3, 0, 14, 0, 100, 0, 2000, 40, 9000, 14000, 0, 0, 11, 7154, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Eldreth Spectre - Friendly Missing Health - Cast Dark Offering'),\n(11473, 0, 4, 0, 0, 0, 100, 0, 9000, 12000, 22000, 26000, 0, 0, 11, 17201, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Eldreth Spectre - In Combat - Self Cast Dispel Magic'),\n(11475, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15200, 20100, 0, 5, 11, 17831, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Eldreth Phantasm - Within 0-5 Range - Cast Call of the Graves'),\n(11475, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 16000, 29000, 0, 0, 11, 15802, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Eldreth Phantasm - In Combat - Cast Shrink'),\n--\n(11476, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 13444, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Skeletal Highborne - Within 0-5 Range - Cast Sunder Armor'),\n(11477, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 22825, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Rotting Highborne - On Just Died - Cast Summon Cadaverous Worm'),\n(11480, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 15979, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Arcane Aberration - In Combat - Cast Arcane Bolt'),\n(11480, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 22936, 258, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,             'Arcane Aberration - On Death - Cast Mana Burn'),\n(11483, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 11000, 15000, 0, 0, 11, 15659, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Mana Remnant - In Combat - Cast Chain Lightning'),\n(11483, 0, 1, 0, 0, 0, 100, 0, 5000, 25000, 15000, 25000, 0, 0, 11, 14514, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Mana Remnant - In Combat - Cast Blink'),\n(11484, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 3000, 5000, 0, 0, 11, 15230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Residual Monstrosity - In Combat - Cast Arcane Bolt'),\n(11484, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 9000, 14000, 0, 0, 11, 22940, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Residual Monstrosity - In Combat - Cast Arcane Blast'),\n(11484, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 22939, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Residual Monstrosity - On Death - Cast Summon Mana Bursts'),\n--\n(11486, 0, 0, 1, 60, 0, 100, 257, 5000, 5000, 5000, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Prince Tortheldrin - On Update - Say Line 0'),\n(11486, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Prince Tortheldrin - On Update - Set Faction'),\n(11486, 0, 2, 0, 25, 0, 100, 257, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Prince Tortheldrin - On Reset - Cast Dual Wield'),\n(11486, 0, 3, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Prince Tortheldrin - On Reset - Cast Thrash'),\n(11486, 0, 4, 0, 0, 0, 100, 0, 8000, 12000, 10000, 12000, 0, 0, 11, 22920, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Prince Tortheldrin - In Combat - Cast Arcane Blast'),\n(11486, 0, 5, 0, 0, 0, 100, 0, 5000, 9000, 6000, 9000, 0, 0, 11, 13736, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Prince Tortheldrin - In Combat - Cast Whirlwind'),\n(11486, 0, 6, 0, 105, 0, 100, 0, 0, 0, 1000, 4000, 0, 30, 11, 20537, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Prince Tortheldrin - Target Casting - Cast Counterspell'),\n(11486, 0, 7, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Prince Tortheldrin - On Death - Set Instance Data 1 to 2'),\n--\n(11487, 0, 0, 0, 2, 0, 100, 1, 0, 60, 0, 0, 0, 0, 11, 22917, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Magister Kalendris - Between 0-60% Health - Cast Shadowform (No Repeat)'),\n(11487, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 28, 22917, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Magister Kalendris - Between 0-30% Health - Remove Shadowform (No Repeat)'),\n(11487, 0, 2, 0, 0, 0, 100, 0, 1000, 3000, 6000, 8000, 0, 0, 11, 15587, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Magister Kalendris - In Combat - Cast Mind Blast'),\n(11487, 0, 3, 0, 0, 0, 100, 0, 7000, 10000, 9000, 12000, 0, 0, 11, 22919, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Magister Kalendris - In Combat - Cast Mind Flay'),\n(11487, 0, 4, 0, 0, 0, 100, 0, 5000, 9000, 20000, 24000, 0, 0, 11, 15654, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Magister Kalendris - In Combat - Cast Shadow Word: Pain'),\n(11487, 0, 5, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 7645, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,   'Magister Kalendris - In Combat - Cast Dominate Mind'),\n(11487, 0, 6, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 99, 3, 0, 0, 0, 0, 0, 20, 185579, 150, 0, 0, 0, 0, 0, 0,            'Magister Kalendris - On Death - Set Gameobject Loot State'),\n(11487, 0, 7, 0, 1, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 11, 21157, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Magister Kalendris - Out of Combat - Cast Dark Channeling'),\n--\n(11488, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Illyanna Ravenoak - Outside 30 Range - Start Combat Movement'),\n(11488, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Illyanna Ravenoak - Within 5-30 Range - Stop Combat Movement'),\n(11488, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Illyanna Ravenoak - Within 0-5 Range - Start Combat Movement'),\n(11488, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 16100, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Illyanna Ravenoak - Within 5-30 Range - Cast Shoot'),\n(11488, 0, 4, 0, 0, 0, 100, 0, 30000, 35000, 60000, 65000, 0, 0, 11, 22908, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Illyanna Ravenoak - Within 0-30 Range - Cast Volley'),\n(11488, 0, 5, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 30, 11, 20735, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Illyanna Ravenoak - Within 0-30 Range - Cast Multi-Shot'),\n(11488, 0, 6, 0, 0, 0, 100, 0, 5000, 7000, 16000, 20000, 0, 0, 11, 22914, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Illyanna Ravenoak - Within 0-30 Range - Cast Concussive Shot'),\n(11488, 0, 7, 0, 0, 0, 100, 0, 7000, 10000, 10000, 15000, 0, 0, 11, 22910, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Illyanna Ravenoak - In Combat - Cast Immolation Trap'),\n--\n(11489, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Tendris Warpwood - On Aggro - Say Line 0'),\n(11489, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 9000, 14000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Tendris Warpwood - In Combat - Cast Trample'),\n(11489, 0, 2, 0, 0, 0, 100, 0, 2000, 4000, 17000, 22000, 0, 0, 11, 22924, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Tendris Warpwood - In Combat - Cast Grasping Vines'),\n(11489, 0, 3, 0, 0, 0, 100, 0, 6000, 12000, 15000, 20000, 0, 0, 11, 22994, 32, 0, 0, 0, 0, 6, 40, 0, 0, 0, 0, 0, 0, 0, 'Tendris Warpwood - In Combat - Cast Entangle'),\n(11489, 0, 4, 0, 0, 0, 100, 0, 9000, 12000, 12000, 15000, 0, 0, 11, 22916, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Tendris Warpwood - Within 0-10 Range - Cast Uppercut'),\n(11489, 0, 5, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 14566, 4, 120000, 0, 0, 0, 8, 0, 0, 0, 0, 63.5089, 492.417, -23.2966, 3.21228, 'Tendris Warpwood - On Death - Summon Ancient Equine Spirit'),\n--\n(11496, 0, 0, 1, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 11, 11466, 200, 0, 0, 0, 0, 0, 0,            'Immol\\'thar - On Data Set - Set Data'),\n(11496, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 11466, 200, 0, 0, 0, 0, 0, 0,             'Immol\\'thar - On Data Set - Say Line 0 Target'),\n(11496, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 118, 0, 0, 0, 0, 0, 0, 20, 179503, 200, 0, 0, 0, 0, 0, 0,          'Immol\\'thar - On Data Set - Set Gameobject State'),\n(11496, 0, 3, 0, 0, 0, 100, 0, 5000, 9000, 9000, 14000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Immol\\'thar - In Combat - Cast Trample'),\n(11496, 0, 4, 0, 0, 0, 100, 0, 2000, 4000, 8000, 12000, 0, 0, 11, 16128, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Immol\\'thar - Within 0-5 Range - Cast Infected Bite'),\n(11496, 0, 5, 0, 0, 0, 100, 0, 10000, 14000, 17000, 24000, 0, 0, 11, 22950, 0, 0, 0, 0, 0, 6, 50, 1, 0, 0, 0, 0, 0, 0, 'Immol\\'thar - In Combat - Cast Portal of Immol\\'thar'),\n(11496, 0, 6, 0, 0, 0, 100, 0, 7000, 12000, 15000, 22000, 0, 0, 11, 22899, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Immol\\'thar - In Combat - Cast Eye of Immol\\'thar'),\n(11496, 0, 7, 8, 2, 0, 100, 0, 0, 30, 180000, 180000, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Immol\\'thar - Between 0-30% Health - Cast Frenzy'),\n(11496, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Immol\\'thar - On Frenzy - Say Line 0'),\n(11496, 0, 9, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Immol\\'thar - On Death - Set Instance Data 1 to 1'),\n--\n(14303, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22696, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Petrified Guardian - Out of Combat - Cast Thorns'),\n(14303, 0, 1, 0, 2, 0, 100, 0, 0, 50, 8000, 16000, 0, 0, 11, 22373, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Petrified Guardian - Between 0-50% Health - Cast Regrowth'),\n(14303, 0, 2, 0, 14, 0, 100, 0, 2000, 40, 3000, 7000, 0, 0, 11, 22373, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Petrified Guardian - Friendly Missing Health - Cast Regrowth'),\n(14308, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 8, 25, 11, 22911, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Ferra - Within Rage 8-25yd - Cast Charge'),\n(14308, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 5000, 8000, 0, 0, 11, 17156, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Ferra - In Combat - Cast Maul'),\n(14398, 0, 0, 0, 0, 0, 100, 0, 6000, 8000, 8000, 19000, 0, 0, 11, 22947, 320, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,  'Eldreth Darter - In Combat - Cast Mana Burn'),\n(14398, 0, 1, 0, 0, 0, 100, 0, 3000, 9000, 18000, 34000, 0, 0, 11, 17139, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Eldreth Darter - In Combat - Cast Power Word: Shield'),\n(14399, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 7000, 12000, 0, 0, 11, 22945, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Arcane Torrent - In Combat - Cast Forked Lightning'),\n(14399, 0, 1, 0, 0, 0, 100, 0, 7000, 14000, 19000, 23000, 0, 0, 11, 22946, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Arcane Torrent - In Combat - Cast Lightning Cloud'),\n(14400, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 300000, 300000, 0, 0, 11, 12550, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Arcane Feedback - Out of Combat - Cast Lightning Shield'),\n(14400, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 12550, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Arcane Feedback - In Combat - Cast Lightning Shield');\n\n\n-- Cadaverous Worm\nDELETE FROM `creature_loot_template` WHERE `entry` = 14370;\nUPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 14370;\nUPDATE `creature_template_model` SET `DisplayScale` = 0.25  WHERE `CreatureID` = 14370;\n\n-- fix waypoints\nDELETE FROM `creature` WHERE `id1` IN (11459, 11484, 11488, 14308);\nDELETE FROM `creature` WHERE `guid` IN (247932, 247933); -- unused Eldreth Phantasm guids\nDELETE FROM `creature` WHERE `guid` IN (247915, 247925);\nDELETE FROM `creature` WHERE `guid` IN (@CGUID+21, @CGUID+22, @CGUID+23, @CGUID+24, @CGUID+25, @CGUID+26);\n\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(247820, 11459, 0, 0, 429, 0, 0, 1, 1, 0, -92.0732, 344.012, -4.98579, 4.65212,     7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Ironbark Protector\n(247821, 11459, 0, 0, 429, 0, 0, 1, 1, 0, -81.8398, 331.385, -4.98577, 0.00806141,  7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(247822, 11459, 0, 0, 429, 0, 0, 1, 1, 0, -91.2542, 208.194, -4.98579, 0.000183582, 7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(247823, 11459, 0, 0, 429, 0, 0, 1, 1, 0, 120.349, 208.974, -4.98579, 1.51911,      7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(247826, 11459, 0, 0, 429, 0, 0, 1, 1, 0, 117.024, 341.161, -4.98576, 3.11795,      7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(247827, 11459, 0, 0, 429, 0, 0, 1, 1, 0, 111.654, 331.099, -4.98691, 4.70273,      7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(247828, 11459, 0, 0, 429, 0, 0, 1, 1, 0, 113.191, 220.718, -4.98579, 3.06752,      7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(247829, 11459, 0, 0, 429, 0, 0, 1, 1, 0, -83.6189, 221.455, -4.98577, 1.55063,     7200, 0, 1, 16704, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(247915, 11473, 0, 0, 429, 0, 0, 1, 1, 0, 53.4167, 508.309, -23.3046, 1.5645,       7200, 0, 1, 6891, 6867, 2, 0, 0, 0, '', 0, 0, NULL), -- Eldreth Spectre\n(247925, 11473, 0, 0, 429, 0, 0, 1, 1, 0, -44.4043, 601.338, -23.3039, 4.71541,     7200, 0, 1, 6891, 6867, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+21, 11471, 0, 0, 429, 0, 0, 1, 1, 0, -14.1262, 556.353, -23.3048, 2.58788,  7200, 5, 0, 8613, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+22, 11475, 0, 0, 429, 0, 0, 1, 1, 0, -23.644, 555.536, -23.3048, 2.42687,   7200, 5, 0, 8613, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+23, 11475, 0, 0, 429, 0, 0, 1, 1, 0, -19.0653, 561.489, -23.3048, 2.46222,  7200, 5, 0, 8613, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+24, 11471, 0, 0, 429, 0, 0, 1, 1, 0, 24.3215, 555.272, -23.3048, 5.91641,   7200, 5, 0, 8613, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+25, 11475, 0, 0, 429, 0, 0, 1, 1, 0, 30.4088, 549.859, -23.3048, 5.88342,   7200, 5, 0, 8613, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+26, 11475, 0, 0, 429, 0, 0, 1, 1, 0, 33.0906, 556.943, -23.3048, 5.5889,    7200, 5, 0, 8613, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+1,  11484, 0, 0, 429, 0, 0, 1, 1, 0, 64.1088, 850.66, -24.5796, 3.54089,    7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+2,  11484, 0, 0, 429, 0, 0, 1, 1, 0, 72.168, 814.964, -24.5796, 3.17175,    7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+3,  11484, 0, 0, 429, 0, 0, 1, 1, 0, 67.3596, 774.314, -24.5802, 2.72639,   7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+4,  11484, 0, 0, 429, 0, 0, 1, 1, 0, 51.8217, 735.954, -24.5798, 2.44365,   7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+5,  11484, 0, 0, 429, 0, 0, 1, 1, 0, 17.9655, 716.301, -24.5796, 2.1256,    7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+6,  11484, 0, 0, 429, 0, 0, 1, 1, 0, -17.6352, 697.856, -24.5808, 1.72897,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+7,  11484, 0, 0, 429, 0, 0, 1, 1, 0, -56.2217, 702.373, -24.5915, 1.34805,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+8,  11484, 0, 0, 429, 0, 0, 1, 1, 0, -94.2593, 714.937, -24.5803, 1.0425,   7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+9,  11484, 0, 0, 429, 0, 0, 1, 1, 0, -123.166, 740.039, -24.5803, 0.711101, 7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+10, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -143.233, 772.507, -24.5802, 0.394555, 7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+11, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -151.746, 812.023, -24.5802, 6.25757,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -144.839, 850.961, -24.5802, 5.85702,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+13, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -123.805, 883.257, -24.5803, 5.49417,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+14, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -92.5066, 908.067, -24.5796, 5.23657,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+15, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -58.7163, 921.933, -24.5796, 4.76689,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+16, 11484, 0, 0, 429, 0, 0, 1, 1, 0, -20.9416, 925.498, -24.5802, 4.60271,  7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+17, 11484, 0, 0, 429, 0, 0, 1, 1, 0, 20.1434, 910.762, -24.5802, 4.13541,   7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+18, 11484, 0, 0, 429, 0, 0, 1, 1, 0, 46.989, 881.837, -24.5796, 3.74823,    7200, 0, 1, 14594, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(248034, 11488, 0, 0, 429, 0, 0, 1, 1, 1, -14.613, 542.093, 28.6039, 3.10576, 86400, 0, 1, 17094, 7302, 2, 0, 0, 0, '', 0, 0, NULL),   -- Illyanna Ravenoak\n(248036, 14308, 0, 0, 429, 0, 0, 1, 1, 0, -11.6649, 544.295, 28.6046, 3.1557, 86400, 0, 0, 15260, 0, 0, 0, 0, 0, '', 0, 0, NULL);      -- Ferra\n\n\nDELETE FROM `creature_addon` WHERE `guid` IN (248013, 248015, 248016); -- unused Residual Monstrosity guids\nDELETE FROM `creature_addon` WHERE `guid` IN (247820, 247821, 247822, 247823, 247826, 247827, 247828, 247829);\nDELETE FROM `creature_addon` WHERE `guid` IN \n(@CGUID+1, @CGUID+2, @CGUID+3, @CGUID+4, @CGUID+5, @CGUID+6, @CGUID+7, @CGUID+8, @CGUID+9, @CGUID+10, @CGUID+11, @CGUID+12, @CGUID+13, @CGUID+14, @CGUID+15, @CGUID+16, @CGUID+17, @CGUID+18);\n\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(247820, 2478200, 0, 0, 1, 0, 0, ''), -- Ironbark Protector\n(247821, 2478210, 0, 0, 1, 0, 0, ''),\n(247822, 2478220, 0, 0, 1, 0, 0, ''),\n(247823, 2478230, 0, 0, 1, 0, 0, ''),\n(247826, 2478260, 0, 0, 1, 0, 0, ''),\n(247827, 2478270, 0, 0, 1, 0, 0, ''),\n(247828, 2478280, 0, 0, 1, 0, 0, ''),\n(247829, 2478290, 0, 0, 1, 0, 0, ''),\n--\n(@CGUID+1,  @WPID+10,  0, 0, 1, 0, 0, ''), -- Residual Monstrosity\n(@CGUID+2,  @WPID+20,  0, 0, 1, 0, 0, ''),\n(@CGUID+3,  @WPID+30,  0, 0, 1, 0, 0, ''),\n(@CGUID+4,  @WPID+40,  0, 0, 1, 0, 0, ''),\n(@CGUID+5,  @WPID+50,  0, 0, 1, 0, 0, ''),\n(@CGUID+6,  @WPID+60,  0, 0, 1, 0, 0, ''),\n(@CGUID+7,  @WPID+70,  0, 0, 1, 0, 0, ''),\n(@CGUID+8,  @WPID+80,  0, 0, 1, 0, 0, ''),\n(@CGUID+9,  @WPID+90,  0, 0, 1, 0, 0, ''),\n(@CGUID+10, @WPID+100, 0, 0, 1, 0, 0, ''),\n(@CGUID+11, @WPID+110, 0, 0, 1, 0, 0, ''),\n(@CGUID+12, @WPID+120, 0, 0, 1, 0, 0, ''),\n(@CGUID+13, @WPID+130, 0, 0, 1, 0, 0, ''),\n(@CGUID+14, @WPID+140, 0, 0, 1, 0, 0, ''),\n(@CGUID+15, @WPID+150, 0, 0, 1, 0, 0, ''),\n(@CGUID+16, @WPID+160, 0, 0, 1, 0, 0, ''),\n(@CGUID+17, @WPID+170, 0, 0, 1, 0, 0, ''),\n(@CGUID+18, @WPID+180, 0, 0, 1, 0, 0, '');\n\n\nDELETE FROM `waypoint_data` WHERE `id` IN (2478200, 2478210, 2478220, 2478230, 2478260, 2478270, 2478280, 2478290, 2479150, 2479250, 2480340);\nDELETE FROM `waypoint_data` WHERE `id` IN \n(@WPID+10, @WPID+20, @WPID+30, @WPID+40, @WPID+50, @WPID+60, @WPID+70, @WPID+80, @WPID+90, \n@WPID+100, @WPID+110, @WPID+120, @WPID+130, @WPID+140, @WPID+150, @WPID+160, @WPID+170, @WPID+180);\n\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(2478200, 1, -92.0732, 344.012, -4.98579, 4.65212, 0, 0, 0, 100, 0),  -- Ironbark Protector 1\n(2478200, 2, -90.2285, 208.421, -4.98579, 6.24254, 0, 0, 0, 100, 0),\n(2478200, 3, 120.15, 208.525, -4.98579, 1.57334, 0, 0, 0, 100, 0),\n(2478200, 4, 117.015, 340.773, -4.98579, 3.12843, 0, 0, 0, 100, 0),\n(2478210, 1, -81.8398, 331.385, -4.98577, 0.008061, 0, 0, 0, 100, 0), -- Ironbark Protector 2\n(2478210, 2, 111.772, 331.664, -4.98698, 4.70867, 0, 0, 0, 100, 0),\n(2478210, 3, 113.403, 221.129, -4.98685, 3.11431, 0, 0, 0, 100, 0),\n(2478210, 4, -83.3519, 221.784, -4.98685, 1.59064, 0, 0, 0, 100, 0),\n(2478220, 1, -91.2542, 208.194, -4.98579, 0.000184, 0, 0, 0, 100, 0), -- Ironbark Protector 3\n(2478220, 2, 120.117, 208.842, -4.98579, 1.6126, 0, 0, 0, 100, 0),\n(2478220, 3, 116.995, 341.305, -4.98579, 3.20539, 0, 0, 0, 100, 0),\n(2478220, 4, -92.1351, 344.284, -4.98723, 4.57275, 0, 0, 0, 100, 0),\n(2478230, 1, 120.349, 208.974, -4.98579, 1.51911, 0, 0, 0, 100, 0),   -- Ironbark Protector 4\n(2478230, 2, 116.791, 341.186, -4.98579, 3.17529, 0, 0, 0, 100, 0),\n(2478230, 3, -91.8765, 344.362, -4.98712, 4.76964, 0, 0, 0, 100, 0),\n(2478230, 4, -89.9524, 208.682, -4.98691, 6.2831, 0, 0, 0, 100, 0),\n(2478260, 1, 117.024, 341.161, -4.98575, 3.11795, 0, 0, 0, 100, 0),   -- Ironbark Protector 5\n(2478260, 2, -92.2228, 344.339, -4.9872, 4.6966, 0, 0, 0, 100, 0),\n(2478260, 3, -90.0851, 208.572, -4.98696, 6.13544, 0, 0, 0, 100, 0),\n(2478260, 4, 120.445, 209.066, -4.98696, 1.59663, 0, 0, 0, 100, 0),\n(2478270, 1, 111.654, 331.099, -4.98691, 4.70273, 0, 0, 0, 100, 0),   -- Ironbark Protector 6\n(2478270, 2, 113.442, 220.675, -4.98577, 3.13979, 0, 0, 0, 100, 0),\n(2478270, 3, -83.6429, 221.402, -4.98577, 1.65146, 0, 0, 0, 100, 0),\n(2478270, 4, -81.916, 330.945, -4.98579, 0.002112, 0, 0, 0, 100, 0),\n(2478280, 1, 113.191, 220.718, -4.98579, 3.06752, 0, 0, 0, 100, 0),   -- Ironbark Protector 7\n(2478280, 2, -83.4843, 221.277, -4.98579, 1.5517, 0, 0, 0, 100, 0),\n(2478280, 3, -81.9113, 331.127, -4.98579, 6.16277, 0, 0, 0, 100, 0),\n(2478280, 4, 111.623, 331.117, -4.98696, 4.69251, 0, 0, 0, 100, 0),\n(2478290, 1, -83.6189, 221.455, -4.98577, 1.55062, 0, 0, 0, 100, 0),  -- Ironbark Protector 8\n(2478290, 2, -82.0186, 330.969, -4.98577, 6.23867, 0, 0, 0, 100, 0),\n(2478290, 3, 111.629, 331.268, -4.9872, 4.68044, 0, 0, 0, 100, 0),\n(2478290, 4, 113.478, 220.951, -4.9858, 3.07109, 0, 0, 0, 100, 0),\n--\n(2479150, 1, 53.4936, 507.186, -23.3046, 1.63912, 0, 0, 0, 100, 0),   -- Eldreth Spectre\n(2479150, 2, 51.5193, 540.746, -23.3046, 2.291, 0, 0, 0, 100, 0),\n(2479150, 3, 36.6599, 557.085, -23.3046, 3.07639, 0, 0, 0, 100, 0),\n(2479150, 4, -21.9005, 564.512, -23.3046, 2.31848, 0, 0, 0, 100, 0),\n(2479150, 5, -32.1879, 573.821, -23.3046, 1.7098, 0, 0, 0, 100, 0),\n(2479150, 6, -34.7892, 600.211, -23.3046, 1.56843, 0, 0, 0, 100, 0),\n(2479150, 7, -44.321, 601.097, -23.3038, 4.70689, 0, 0, 0, 100, 0),\n(2479150, 8, -40.8488, 570.866, -23.3052, 5.04383, 0, 0, 0, 100, 0),\n(2479150, 9, -23.1178, 554.257, -23.3052, 5.57082, 0, 0, 0, 100, 0),\n(2479150, 10, 34.7633, 548.432, -23.3052, 6.20689, 0, 0, 0, 100, 0),\n(2479150, 11, 45.6899, 539.005, -23.3052, 4.80574, 0, 0, 0, 100, 0),\n(2479150, 12, 47.3821, 508.172, -23.3052, 4.75469, 0, 0, 0, 100, 0),\n--\n(2479250, 1, -44.4043, 601.338, -23.3039, 4.7154, 0, 0, 0, 100, 0),   -- Eldreth Spectre\n(2479250, 2, -40.831, 571.042, -23.3039, 5.53221, 0, 0, 0, 100, 0),\n(2479250, 3, -22.8037, 554.48, -23.3039, 2.14085, 0, 0, 0, 100, 0),\n(2479250, 4, 34.8095, 548.658, -23.3052, 5.66337, 0, 0, 0, 100, 0),\n(2479250, 5, 45.5728, 539.173, -23.3052, 5.33664, 0, 0, 0, 100, 0),\n(2479250, 6, 47.3207, 508.284, -23.3052, 4.70362, 0, 0, 0, 100, 0),\n(2479250, 7, 53.7398, 507.802, -23.3052, 1.77251, 0, 0, 0, 100, 0),\n(2479250, 8, 51.1745, 541.533, -23.3052, 2.54298, 0, 0, 0, 100, 0),\n(2479250, 9, 36.3043, 557.544, -23.3052, 5.02955, 0, 0, 0, 100, 0),\n(2479250, 10, -21.9884, 565.025, -23.3052, 2.59482, 0, 0, 0, 100, 0),\n(2479250, 11, -32.2068, 574.594, -23.3052, 1.72629, 0, 0, 0, 100, 0),\n(2479250, 12, -34.7058, 600.746, -23.3052, 1.49067, 0, 0, 0, 100, 0),\n--\n(2480340, 1, -26.1384, 542.307, 28.6054, 3.14111, 0, 0, 0, 100, 0),   -- Illyanna Ravenoak\n(2480340, 2, -50.0924, 542.319, 28.6056, 3.14111, 0, 0, 0, 100, 0),\n(2480340, 3, -67.7613, 542.713, 28.6057, 3.14111, 0, 0, 0, 100, 0),\n(2480340, 4, -77.7153, 542.718, 28.6028, 3.14111, 0, 0, 0, 100, 0),\n(2480340, 5, -83.9453, 542.721, 28.6022, 3.14111, 0, 0, 0, 100, 0),\n(2480340, 6, -83.5585, 535.639, 28.6047, 4.61137, 0, 0, 0, 100, 0),\n(2480340, 7, -83.4339, 507.603, 28.6018, 4.72918, 0, 0, 0, 100, 0),\n(2480340, 8, -83.2587, 478.408, 28.6018, 4.70955, 0, 0, 0, 100, 0),\n(2480340, 9, -83.2681, 475.118, 28.6018, 4.70955, 0, 0, 0, 100, 0),\n(2480340, 10, -83.2694, 479.493, 28.6018, 1.5711, 0, 0, 0, 100, 0),\n(2480340, 11, -82.9326, 511.082, 28.6018, 1.56874, 0, 0, 0, 100, 0),\n(2480340, 12, -82.8837, 534.924, 28.6059, 1.56874, 0, 0, 0, 100, 0),\n(2480340, 13, -82.8716, 540.832, 28.603, 1.56874, 0, 0, 0, 100, 0),\n(2480340, 14, -77.6795, 541.61, 28.6017, 0.148742, 0, 0, 0, 100, 0),\n(2480340, 15, -45.1599, 544.161, 28.6061, 0.038001, 0, 0, 0, 100, 0),\n(2480340, 16, -17.2886, 544.056, 28.6047, 0.038001, 0, 0, 0, 100, 0),\n--\n(@WPID+10, 1, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),   -- Residual Monstrosity 1\n(@WPID+10, 2, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+10, 3, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+10, 4, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+10, 5, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+10, 6, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+10, 7, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+10, 8, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 9, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 10, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 11, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 12, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 13, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 14, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 15, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 16, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 17, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+10, 18, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n--\n(@WPID+20, 1, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),   -- Residual Monstrosity 2\n(@WPID+20, 2, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+20, 3, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+20, 4, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+20, 5, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+20, 6, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+20, 7, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 8, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 9, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 10, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 11, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 12, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 13, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 14, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 15, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 16, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+20, 17, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+20, 18, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n--\n(@WPID+30, 1, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),  -- Residual Monstrosity 3\n(@WPID+30, 2, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+30, 3, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+30, 4, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+30, 5, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+30, 6, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 7, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 8, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 9, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 10, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 11, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 12, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 13, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 14, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 15, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+30, 16, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+30, 17, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+30, 18, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n--\n(@WPID+40, 1, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),  -- Residual Monstrosity 4\n(@WPID+40, 2, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+40, 3, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+40, 4, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+40, 5, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 6, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 7, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 8, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 9, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 10, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 11, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 12, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 13, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 14, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+40, 15, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+40, 16, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+40, 17, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+40, 18, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n--\n(@WPID+50, 1, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),  -- Residual Monstrosity 5\n(@WPID+50, 2, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+50, 3, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+50, 4, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 5, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 6, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 7, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 8, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 9, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 10, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 11, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 12, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 13, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+50, 14, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+50, 15, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+50, 16, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+50, 17, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+50, 18, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n--\n(@WPID+60, 1, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0), -- Residual Monstrosity 6\n(@WPID+60, 2, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+60, 3, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 4, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 5, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 6, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 7, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 8, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 9, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 10, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 11, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 12, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+60, 13, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+60, 14, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+60, 15, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+60, 16, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+60, 17, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+60, 18, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n--\n(@WPID+70, 1, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0), -- Residual Monstrosity 7\n(@WPID+70, 2, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 3, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 4, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 5, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 6, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 7, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 8, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 9, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 10, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 11, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+70, 12, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+70, 13, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+70, 14, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+70, 15, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+70, 16, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+70, 17, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+70, 18, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n--\n(@WPID+80, 1, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 8\n(@WPID+80, 2, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 3, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 4, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 5, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 6, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 7, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 8, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 9, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 10, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+80, 11, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+80, 12, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+80, 13, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+80, 14, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+80, 15, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+80, 16, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+80, 17, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+80, 18, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n--\n(@WPID+90, 1, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 9\n(@WPID+90, 2, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 3, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 4, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 5, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 6, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 7, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 8, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 9, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+90, 10, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+90, 11, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+90, 12, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+90, 13, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+90, 14, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+90, 15, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+90, 16, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+90, 17, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+90, 18, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+100, 1, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 10\n(@WPID+100, 2, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 3, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 4, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 5, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 6, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 7, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 8, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 9, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+100, 10, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+100, 11, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+100, 12, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+100, 13, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+100, 14, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+100, 15, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+100, 16, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+100, 17, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+100, 18, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+110, 1, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 11\n(@WPID+110, 2, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 3, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 4, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 5, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 6, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 7, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 8, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+110, 9, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+110, 10, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+110, 11, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+110, 12, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+110, 13, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+110, 14, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+110, 15, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+110, 16, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 17, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+110, 18, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+120, 1, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 12\n(@WPID+120, 2, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 3, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 4, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 5, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 6, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 7, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+120, 8, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+120, 9, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+120, 10, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+120, 11, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+120, 12, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+120, 13, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+120, 14, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+120, 15, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 16, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 17, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+120, 18, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+130, 1, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 13\n(@WPID+130, 2, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 3, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 4, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 5, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 6, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+130, 7, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+130, 8, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+130, 9, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+130, 10, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+130, 11, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+130, 12, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+130, 13, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+130, 14, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 15, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 16, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 17, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+130, 18, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+140, 1, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 14\n(@WPID+140, 2, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 3, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 4, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 5, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+140, 6, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+140, 7, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+140, 8, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+140, 9, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+140, 10, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+140, 11, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+140, 12, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+140, 13, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 14, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 15, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 16, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 17, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+140, 18, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+150, 1, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 15\n(@WPID+150, 2, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 3, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 4, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+150, 5, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+150, 6, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+150, 7, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+150, 8, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+150, 9, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+150, 10, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+150, 11, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+150, 12, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 13, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 14, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 15, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 16, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 17, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+150, 18, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+160, 1, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 16\n(@WPID+160, 2, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 3, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+160, 4, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+160, 5, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+160, 6, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+160, 7, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+160, 8, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+160, 9, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+160, 10, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+160, 11, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 12, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 13, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 14, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 15, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 16, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 17, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+160, 18, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+170, 1, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0), -- Residual Monstrosity 17\n(@WPID+170, 2, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+170, 3, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+170, 4, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+170, 5, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+170, 6, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+170, 7, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+170, 8, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+170, 9, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+170, 10, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 11, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 12, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 13, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 14, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 15, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 16, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 17, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+170, 18, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n--\n(@WPID+180, 1, 46.989, 881.837, -24.5796, 5.19022, 0, 0, 0, 100, 0), -- Residual Monstrosity 18\n(@WPID+180, 2, 64.1088, 850.66, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+180, 3, 72.168, 814.964, -24.5796, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+180, 4, 67.3596, 774.314, -24.5802, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+180, 5, 51.8217, 735.954, -24.5798, 5.19022, 0, 0, 0, 100, 0),\n(@WPID+180, 6, 17.9655, 716.301, -24.5796, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+180, 7, -17.6352, 697.856, -24.5808, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+180, 8, -56.2217, 702.373, -24.5915, 4.50221, 0, 0, 0, 100, 0),\n(@WPID+180, 9, -94.2593, 714.937, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 10, -123.166, 740.039, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 11, -143.233, 772.507, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 12, -151.746, 812.023, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 13, -144.839, 850.961, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 14, -123.805, 883.257, -24.5803, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 15, -92.5066, 908.067, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 16, -58.7163, 921.933, -24.5796, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 17, -20.9416, 925.498, -24.5802, 2.80575, 0, 0, 0, 100, 0),\n(@WPID+180, 18, 20.1434, 910.762, -24.5802, 2.80575, 0, 0, 0, 100, 0);\n\n\n/* ---- Dire Maul East ---- */\n\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11451, 11452, 11453, 11454, 11456, 11457, 11461, 11462, 11464, 11465, 11490, 13021, 13022, 13197, 13276, 13280, 13285, 14327, 14349);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11451, 11452, 11453, 11454, 11456, 11457, 11461, 11462, 11464, 11465, 11490, 13021, 13022, 13197, 13276, 13280, 13285, 14327, 14349);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11451, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 10000, 19000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Wildspawn Satyr - In Combat - Cast Battle Shout'),\n(11451, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6100, 8400, 0, 5, 11, 15580, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Wildspawn Satyr - Within 0-5 Range - Cast Strike'),\n(11451, 0, 2, 0, 0, 0, 100, 0, 10000, 13000, 7000, 13000, 0, 0, 11, 9080, 32, 0, 0, 0, 0, 21, 2, 0, 0, 0, 0, 0, 0, 0,   'Wildspawn Satyr - Within 0-5 Range - Cast Hamstring'),\n(11451, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Wildspawn Satyr - Between 0-30% Health - Cast Enrage'),\n(11451, 0, 4, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Wildspawn Satyr - On Enrage - Say Line 0'),\n(11452, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13299, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Wildspawn Rogue - On Respawn - Cast Poison Proc'),\n(11452, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 10000, 14000, 0, 0, 11, 15667, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Wildspawn Rogue - Within 0-5 Range - Cast Sinister Strike'),\n(11452, 0, 2, 0, 0, 0, 100, 0, 5000, 7000, 12000, 16000, 0, 0, 11, 15583, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Wildspawn Rogue - Within 0-5 Range - Cast Rupture'),\n(11453, 0, 0, 0, 0, 0, 100, 0, 7000, 10000, 16000, 22000, 0, 0, 11, 3609, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Wildspawn Trickster - Within 0-5 Range - Cast Paralyzing Poison'),\n(11453, 0, 1, 0, 0, 0, 100, 0, 10000, 15000, 10000, 15000, 0, 0, 11, 12493, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Wildspawn Trickster - In Combat - Cast Curse of Weakness'),\n(11453, 0, 2, 0, 0, 0, 100, 0, 4000, 8000, 6000, 12000, 0, 0, 11, 22371, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Wildspawn Trickster - In Combat - Cast Curse of Impotence'),\n(11454, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Wildspawn Betrayer - Outside 30 Range - Start Combat Movement'),\n(11454, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Wildspawn Betrayer - Within 5-30 Range - Stop Combat Movement'),\n(11454, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Wildspawn Betrayer - Within 0-5 Range - Start Combat Movement'),\n(11454, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 16100, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Wildspawn Betrayer - Within 5-30 Range - Cast Shoot'),\n(11454, 0, 4, 0, 0, 0, 100, 0, 5000, 10000, 10000, 14000, 0, 0, 11, 7896, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,   'Wildspawn Betrayer - Within 5-30 Range - Cast Exploding Shot'),\n(11454, 0, 5, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 5, 30, 11, 18649, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Wildspawn Betrayer - Within 5-30 Range - Shadow Shot'),\n(11454, 0, 6, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 5, 11, 11428, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Wildspawn Betrayer - Within 0-5 Range - Cast Knockdown'),\n(11454, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Wildspawn Betrayer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11456, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Wildspawn Shadowstalker - Out of Combat - Cast Sneak (No Repeat)'),\n(11456, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Wildspawn Shadowstalker - On Respawn - Cast Slowing Poison Proc'),\n(11456, 0, 2, 0, 67, 0, 100, 0, 0, 0, 10000, 10000, 0, 5, 11, 22416, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Wildspawn Shadowstalker - Behind Target - Cast Backstab'),\n(11457, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15228, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Wildspawn Hellcaller - In Combat - Cast Fireball'),\n(11457, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 10000, 16000, 0, 0, 11, 20754, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Wildspawn Hellcaller - In Combat - Cast Rain of Fire'),\n(11457, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Wildspawn Hellcaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11461, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 13000, 17000, 0, 0, 11, 16172, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Warpwood Guardian - Within 0-5 Range - Cast Head Crack'),\n(11461, 0, 1, 0, 105, 0, 100, 0, 0, 0, 1000, 4000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Warpwood Guardian - Target Casting - Cast Pummel'),\n(11461, 0, 2, 0, 14, 0, 100, 0, 3400, 40, 9000, 14000, 0, 0, 11, 22373, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Warpwood Guardian - Friendly Missing Health - Cast Regrowth'),\n(11461, 0, 3, 0, 2, 0, 100, 0, 0, 75, 6000, 18000, 0, 0, 11, 22373, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Warpwood Guardian - Between 0-75% Health - Cast Regrowth'),\n(11462, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 5000, 7000, 0, 0, 11, 18368, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Warpwood Treant - Within 0-5 Range - Cast Strike'),\n(11462, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 18000, 22000, 0, 0, 11, 14331, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Warpwood Treant - Within 0-5 Range - Cast Vicious Rend'),\n(11462, 0, 2, 0, 0, 0, 100, 0, 7000, 12000, 9000, 14000, 0, 0, 11, 11428, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Warpwood Treant - Within 0-5 Range - Cast Knockdown'),\n(11464, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 5000, 7000, 0, 0, 11, 22414, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Warpwood Tangler - In Combat - Cast Lightning Bolt'),\n(11464, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 8000, 16000, 0, 0, 11, 22415, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Warpwood Tangler - In Combat - Cast Entangling Roots'),\n(11465, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Warpwood Stomper - On Respawn - Cast Thrash Proc'),\n(11465, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 18000, 26000, 0, 0, 11, 16727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Warpwood Stomper - In Combat - Cast War Stomp'),\n(11490, 0, 0, 0, 0, 0, 100, 0, 1000, 5000, 12000, 18000, 0, 0, 11, 22478, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Zevrim Thornhoof - In Combat - Cast Intense Pain'),\n(11490, 0, 1, 0, 0, 0, 100, 0, 8000, 10000, 16000, 24000, 0, 0, 11, 22651, 0, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,   'Zevrim Thornhoof - In Combat - Cast Sacrifice'),\n(11490, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Zevrim Thornhoof - On Death - Set Instance Data 0 to 1'),\n(13021, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3600, 11100, 0, 10, 11, 22426, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Warpwood Crusher - Within 0-10 Range - Cast Crush Armor'),\n(13021, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11700, 19400, 0, 8, 11, 15550, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Warpwood Crusher - Within 0-8 Range - Cast Trample'),\n(13022, 0, 0, 0, 67, 0, 100, 0, 0, 0, 4200, 13400, 0, 5, 11, 21987, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Whip Lasher - Behind Target - Cast Lash of Pain'),\n(13197, 0, 0, 0, 0, 0, 100, 0, 9000, 15000, 11000, 16000, 0, 0, 11, 22271, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Fel Lash - In Combat - Cast Arcane Explosion'),\n(13197, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 15230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Fel Lash - In Combat - Cast Arcane Bolt'),\n(13276, 0, 0, 0, 0, 0, 100, 0, 3000, 10000, 6000, 15000, 0, 0, 11, 13340, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Wildspawn Imp - In Combat - Cast Fire Blast'),\n--\n(13280, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 20000, 0, 8, 11, 22419, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Hydrospawn - Within 0-8 Range - Cast Riptide'),\n(13280, 0, 1, 0, 0, 0, 100, 0, 2000, 6000, 45000, 65000, 0, 0, 11, 22420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Hydrospawn - In Combat - Cast Submersion'),\n(13280, 0, 2, 0, 2, 0, 100, 1, 0, 75, 0, 0, 0, 0, 11, 22714, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hydrospawn - Between 0-75% Health - Cast Summon Hydroling (No Repeat)'),\n(13280, 0, 3, 0, 0, 0, 100, 0, 7000, 15000, 7000, 15000, 0, 0, 11, 22421, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Hydrospawn - In Combat - Cast Massive Geyser'),\n(13285, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16428, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Death Lash - On Respawn - Cast Virulent Poison Proc'),\n--\n(14327, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 6000, 0, 0, 11, 22709, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lethtendris - In Combat - Cast Void Bolt'),\n(14327, 0, 1, 0, 0, 0, 100, 0, 8000, 13000, 13000, 18000, 0, 0, 11, 17228, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Lethtendris - In Combat - Cast Shadow Bolt Volley'),\n(14327, 0, 2, 0, 0, 0, 100, 0, 7000, 12000, 25000, 30000, 0, 0, 11, 12742, 96, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Lethtendris - In Combat - Cast Immolate'),\n(14327, 0, 3, 0, 0, 0, 100, 0, 2000, 9000, 15000, 35000, 0, 0, 11, 16247, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Lethtendris - In Combat - Cast Curse of Thorns'),\n(14327, 0, 4, 0, 0, 0, 100, 0, 9000, 12000, 18000, 22000, 0, 0, 11, 13338, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,  'Lethtendris - In Combat - Cast Curse of Tongues'),\n(14349, 0, 0, 0, 0, 0, 100, 0, 0, 2000, 3000, 3500, 0, 0, 11, 14034, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Pimgib - In Combat - Cast Fireball'),\n(14349, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 14000, 19000, 0, 0, 11, 22713, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Pimgib - In Combat - Cast Flame Buffet'),\n(14349, 0, 2, 0, 0, 0, 100, 0, 8000, 12000, 11000, 15000, 0, 0, 11, 16046, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Pimgib - In Combat - Cast Blast Wave'),\n(14349, 0, 3, 0, 0, 0, 100, 0, 0, 0, 30000, 30000, 0, 0, 11, 22710, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Pimgib - In Combat - Cast Enlarge');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_gnomeregan.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(6206, 6211, 6212, 6218, 6219, 6220, 6225, 6226, 6227, 6229, 6230, 6234, 6235, 6391, 6392, 7079);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(6206, 6211, 6212, 6218, 6219, 6220, 6225, 6226, 6227, 6229, 6230, 6234, 6235, 6391, 6392, 7079);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(6206, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Caverndeep Burrower - In Combat - Cast Defensive Stance (No Repeat)'),\n(6206, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 16145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Caverndeep Burrower - Within 0-5 Range - Cast Sunder Armor'),\n(6206, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Caverndeep Burrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6206, 0, 3, 0, 8, 0, 100, 0, 9798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Caverndeep Burrower - On Spell Hit - Say Line 0'),\n(6211, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Caverndeep Reaver - In Combat - Cast Berserker Stance (No Repeat)'),\n(6211, 0, 1, 0, 0, 0, 100, 0, 1000, 8000, 6000, 12000, 0, 0, 11, 8374, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Caverndeep Reaver - Within 0-5 Range - Cast Arcing Smash'),\n(6211, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Caverndeep Reaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6211, 0, 3, 0, 8, 0, 100, 0, 9798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Caverndeep Reaver - On Spell Hit - Say Line 0'),\n(6212, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 15000, 0, 5, 11, 11802, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Dark Iron Agent - Within 0-5 Range - Cast Dark Iron Land Mine'),\n(6212, 0, 1, 0, 4, 0, 40, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Dark Iron Agent - On Aggro - Say Line 1'),\n(6212, 0, 2, 0, 8, 0, 100, 0, 9798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Dark Iron Agent - On Spellhit Radiation - Say Line 0'),\n--\n(6218, 0, 0, 0, 0, 0, 100, 0, 2000, 10000, 14000, 21000, 0, 0, 11, 10341, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Irradiated Slime - In Combat - Cast Radiation Cloud'),\n(6218, 0, 1, 0, 0, 0, 100, 0, 2000, 9000, 11000, 14000, 0, 0, 11, 9459, 0, 0, 0, 0, 0, 17, 0, 5, 0, 0, 0, 0, 0, 0,     'Irradiated Slime - Within 0-5 Range - Cast Corrosive Ooze'),\n(6219, 0, 0, 0, 0, 0, 100, 0, 2000, 10000, 14000, 21000, 0, 0, 11, 10341, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Corrosive Lurker - In Combat - Cast Radiation Cloud'),\n(6219, 0, 1, 0, 0, 0, 100, 0, 2000, 9000, 11000, 14000, 0, 0, 11, 9459, 0, 0, 0, 0, 0, 17, 0, 5, 0, 0, 0, 0, 0, 0,     'Corrosive Lurker - Within 0-5 Range - Cast Corrosive Ooze'),\n(6220, 0, 0, 0, 0, 0, 100, 0, 2000, 10000, 14000, 21000, 0, 0, 11, 8211, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,  'Irradiated Horror - In Combat - Cast Chain Burn'),\n(6220, 0, 1, 0, 0, 0, 100, 513, 1000, 2000, 0, 0, 0, 0, 75, 10341, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Irradiated Horror - In Combat - Add Aura Radiation Cloud (No Repeat)'),\n(6220, 0, 2, 0, 0, 0, 100, 0, 2000, 9000, 11000, 14000, 0, 0, 11, 9459, 0, 0, 0, 0, 0, 17, 0, 5, 0, 0, 0, 0, 0, 0,     'Irradiated Horror - Within 0-5 Range - Cast Corrosive Ooze'),\n--\n(6225, 0, 0, 0, 0, 0, 100, 0, 5000, 6000, 8000, 9000, 5, 30, 11, 10346, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,      'Mechano-Tank - Within 5-30 Range - Cast Machine Gun'),\n(6226, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 8, 11, 11306, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Mechano-Flamewalker - Within 0-8 Range - Cast Fire Nova'),\n(6226, 0, 1, 0, 0, 0, 100, 0, 9000, 9000, 10900, 20400, 0, 0, 11, 10733, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Mechano-Flamewalker - Within 0-5 Range - Cast Flame Spray'),\n(6227, 0, 0, 1, 106, 0, 100, 0, 0, 0, 26700, 30700, 0, 8, 11, 11264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Mechano-Frostwalker - Within 0-8 Range - Cast Ice Blast'),\n(6227, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10737, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mechano-Frostwalker - In Combat - Cast Hail Storm'),\n(6229, 0, 1, 0, 0, 0, 100, 0, 11000, 11000, 17200, 33400, 0, 0, 11, 10887, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Crowd Pummeler 9-60 - Within 0-5 Range - Cast Crowd Pummel'),\n(6229, 0, 2, 0, 9, 0, 100, 0, 0, 0, 15000, 15000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Crowd Pummeler 9-60 - Within 0-8 Range - Cast Trample'),\n(6229, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 8000, 12000, 0, 0, 11, 8374, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Crowd Pummeler 9-60 - Within 0-5 Range - Cast Arcing Smash'),\n(6230, 0, 0, 0, 0, 0, 100, 0, 5000, 6000, 6000, 8000, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Peacekeeper Security Suit - In Combat - Cast Net'),\n(6230, 0, 1, 0, 0, 0, 50, 0, 5000, 6000, 14000, 16000, 0, 0, 11, 10730, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Peacekeeper Security Suit - Within 0-5 Range - Cast Pacify'),\n(6234, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 14500, 19300, 0, 0, 11, 11825, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Mechanized Guardian - In Combat - Cast Electrified Net'),\n(6235, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Electrocutioner 6000 - On Aggro - Say Line 0'),\n(6235, 0, 1, 0, 0, 0, 100, 0, 17000, 17000, 21000, 21000, 0, 0, 11, 11084, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Electrocutioner 6000 - Within 0-20 Range - Cast Shock'),\n(6235, 0, 2, 0, 0, 0, 100, 0, 10000, 10000, 14500, 27400, 0, 0, 11, 11082, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Electrocutioner 6000 - In Combat - Cast Megavolt'),\n(6235, 0, 3, 0, 0, 0, 100, 0, 3000, 3000, 21000, 21000, 0, 0, 11, 11085, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Electrocutioner 6000 - In Combat - Cast Chain Bolt'),\n--\n(6391, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Holdout Warrior - Within 0-5 Range - Cast Strike'),\n(6391, 0, 1, 0, 105, 0, 50, 0, 0, 0, 10000, 12000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Holdout Warrior - Victim Casting - Cast Pummel'),\n(6391, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Holdout Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6391, 0, 3, 0, 8, 0, 100, 0, 9798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Holdout Warrior - On Spellhit Radiation - Say Line 0'),\n(6392, 0, 0, 0, 14, 0, 100, 0, 1500, 40, 14000, 21000, 0, 0, 11, 22167, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Holdout Medic - Friendly Missing Health - Cast Heal'),\n(6392, 0, 1, 0, 14, 0, 100, 0, 1000, 40, 12000, 16000, 0, 0, 11, 22168, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Holdout Medic - Friendly Missing Health - Cast Renew'),\n(6392, 0, 2, 0, 1, 0, 100, 0, 5000, 5000, 8000, 10000, 0, 0, 11, 22167, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Holdout Medic - Out of Combat - Cast Heal'),\n(6392, 0, 3, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13864, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Holdout Medic - On Reset - Cast Power Word: Fortitude'),\n(6392, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Holdout Medic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(7079, 0, 0, 0, 0, 0, 100, 0, 4000, 12000, 16000, 21000, 0, 0, 11, 21687, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Viscous Fallout - In Combat - Cast Toxic Volley'),\n(7079, 0, 1, 0, 0, 0, 100, 513, 1000, 2000, 0, 0, 0, 0, 75, 10341, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Viscous Fallout - In Combat - Add Aura Radiation Cloud'),\n(7079, 0, 2, 0, 0, 0, 100, 0, 2000, 9000, 11000, 14000, 0, 0, 11, 9459, 0, 0, 0, 0, 0, 17, 0, 5, 0, 0, 0, 0, 0, 0,     'Viscous Fallout - Within 0-5 Range - Cast Corrosive Ooze');\n\n\n-- fix two wounded gnomes that don't stand up on aggro\nUPDATE `creature_addon` SET `bytes1` = 0 WHERE `guid` IN (30321, 30322);\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` IN (-30321, -30322);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-30321, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Holdout Warrior - Out of Combat - Cast Permanent Feign Death (No Repeat)'),\n(-30321, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Holdout Warrior - On Aggro - Remove Permanent Feign Death'),\n(-30322, 0, 0, 0, 1, 0, 100, 1, 3000, 6000, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Holdout Warrior - Out of Combat - Cast Permanent Feign Death (No Repeat)'),\n(-30322, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Holdout Warrior - On Aggro - Remove Permanent Feign Death');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_karazhan.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (15551);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (15551); \n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(15551, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Spectral Stable Hand - On Aggro - Say Line 0'),\n(15551, 0, 1, 0, 6, 0, 50, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Spectral Stable Hand - On Death - Say Line 1'),\n(15551, 0, 2, 0, 1, 0, 60, 0, 0, 70000, 80000, 190000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Spectral Stable Hand - Out of Combat - Say Line 2'),\n(15551, 0, 3, 0, 0, 0, 100, 0, 2000, 11000, 12000, 21000, 0, 0, 11, 18812, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Spectral Stable Hand - In Combat - Cast Knockdown'),\n(15551, 0, 4, 0, 0, 0, 100, 0, 2000, 15000, 17000, 28000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Spectral Stable Hand - In Combat - Cast Pierce Armor'),\n(15551, 0, 5, 0, 74, 0, 100, 0, 0, 0, 14000, 22000, 70, 40, 11, 29339, 0, 0, 0, 0, 0, 9, 15547, 0, 40, 1, 0, 0, 0, 0, 'Spectral Stable Hand - Spectral Charger below 70% hp - Cast Healing Touch'),\n(15551, 0, 6, 0, 0, 0, 100, 0, 0, 0, 21000, 38000, 0, 0, 11, 29340, 0, 0, 0, 0, 0, 9, 15547, 0, 40, 1, 0, 0, 0, 0,    'Spectral Stable Hand - In Combat - Cast Whip Rage');\n\nDELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` IN (6, 7)) AND (`SourceEntry` = 15551) AND (`ConditionTypeOrReference` = 29);\n\n-- Restore Enchanting formula drops to their pre-3.1 rates\nUPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` IN (22559, 22561, 22545, 22560);\n\n-- make blackened urn unsellable and give as reward\nUPDATE `item_template` SET `Quality` = 1, `SellPrice` = 0, `description` = 'Used to summon Nightbane in Karazhan' WHERE (`entry` = 24140);\nUPDATE `quest_template` SET `StartItem` = 24140 WHERE `ID` = 9644;\nUPDATE `quest_template_addon` SET `ProvidedItemCount` = 1 WHERE (`ID` = 9644);\n"
  },
  {
    "path": "data/sql/world/base/dungeon_maraudon.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11685, 11686, 11687, 11688, 11777, 11785, 11786, 11787, 11790, 11791, 11792, 11793, 11794, 12203, 12206, 12207, 12216, 12219, 12220, 12221, 12222, 12223, 12224, 12236, 12258, 13141, 13142, 13323, 13533, 13596, 13601, 13696, 13718);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11685, 11686, 11687, 11688, 11777, 11785, 11786, 11787, 11790, 11791, 11792, 11793, 11794, 12203, 12206, 12207, 12216, 12219, 12220, 12221, 12222, 12223, 12224, 12236, 12258, 13141, 13142, 13323, 13533, 13596, 13601, 13696, 13718);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11685, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 21000, 25000, 0, 0, 11, 11639, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Maraudine Priest - In Combat - Cast Shadow Word: Pain'),\n(11685, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 20, 11, 16568, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Maraudine Priest - Within 0-20 Range - Cast Mind Flay'),\n(11686, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Ghostly Raider - Outside 30 Range - Start Combat Movement'),\n(11686, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Ghostly Raider - Within 5-30 Range - Stop Combat Movement'),\n(11686, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Ghostly Raider - Within 0-5 Range - Start Combat Movement'),\n(11686, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Ghostly Raider - Within 5-30 Range - Cast Shoot'),\n(11686, 0, 4, 0, 9, 0, 100, 0, 0, 5000, 8000, 12000, 5, 30, 11, 17174, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Ghostly Raider - Within 5-30 Range - Cast Concussive Shot'),\n(11686, 0, 5, 0, 9, 0, 100, 0, 0, 0, 12000, 25000, 5, 20, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Ghostly Raider - Within 5-20 Range - Cast Net'),\n(11687, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Ghostly Marauder - Within 0-5 Range - Cast Strike'),\n(11688, 0, 0, 0, 0, 0, 100, 0, 0, 0, 25000, 35000, 0, 0, 11, 21048, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Cursed Centaur - In Combat  - Cast Curse of the Tribes'),\n(11777, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 10, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Shadowshard Rumbler - Within 0-10 Range - Cast Trample'),\n(11785, 0, 0, 0, 0, 0, 100, 0, 1000, 6000, 15000, 25400, 0, 0, 11, 11020, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Ambereye Basilisk - In Combat - Cast Petrify'),\n(11786, 0, 0, 0, 0, 0, 100, 0, 1000, 6000, 15000, 25400, 0, 0, 11, 11020, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Ambereye Reaver - In Combat - Cast Petrify'),\n(11787, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 14120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Rock Borer - Within 0-5 Range - Cast Tunneler Acid'),\n(11790, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21061, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Putridus Satyr - On Reset - Cast Putrid Breath'),\n(11790, 0, 1, 0, 0, 0, 100, 0, 8000, 15000, 12000, 15000, 0, 5, 11, 14873, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0, 'Putridus Satyr - Within 0-5 Range - Cast Sinister Strike'),\n(11790, 0, 2, 0, 0, 0, 100, 0, 7000, 11000, 7000, 11000, 0, 0, 11, 12540, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Putridus Satyr - Within 0-5 Range - Cast Gouge'),\n(11791, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21061, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Putridus Trickster - On Reset - Cast Putrid Breath'),\n(11791, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Putridus Trickster - On Reset - Cast Thrash'),\n(11791, 0, 2, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13299, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Putridus Trickster - On Reset - Cast Poison Proc'),\n(11791, 0, 3, 0, 67, 0, 100, 0, 5000, 8000, 5000, 8000, 0, 5, 11, 15657, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Putridus Trickster - Behind Target - Cast Backstab'),\n(11792, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21061, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Putridus Shadowstalker - On Reset - Cast Putrid Breath'),\n(11792, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Putridus Shadowstalker - On Reset - Cast Sneak'),\n(11792, 0, 2, 0, 9, 0, 100, 0, 0, 5000, 12000, 15000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Putridus Shadowstalker - In Combat - Cast Hamstring'),\n(11792, 0, 3, 0, 0, 0, 100, 0, 8000, 16000, 21000, 30000, 0, 0, 11, 15087, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Putridus Shadowstalker - In Combat - Cast Evasion'),\n(11793, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Celebrian Dryad - Outside 30 Range - Start Combat Movement'),\n(11793, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Celebrian Dryad - Within 5-30 Range - Stop Combat Movement'),\n(11793, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Celebrian Dryad - Within 0-5 Range - Start Combat Movement'),\n(11793, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 16000, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Celebrian Dryad - Within 5-30 Range - Cast Throw'),\n(11793, 0, 4, 0, 0, 0, 100, 0, 8000, 16000, 12000, 16000, 0, 0, 11, 17201, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Celebrian Dryad - Within 0-30 Range - Cast Dispel Magic'),\n(11793, 0, 5, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Celebrian Dryad - On Reset - Cast Slowing Poison Proc'),   \n(11793, 0, 6, 0, 4, 0, 50, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Celebrian Dryad - On Aggro - Say Line 0'),\n(11794, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Sister of Celebrian - Outside 30 Range - Start Combat Movement'),\n(11794, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Sister of Celebrian - Within 5-30 Range - Stop Combat Movement'),\n(11794, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Sister of Celebrian - Within 0-5 Range - Start Combat Movement'),\n(11794, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15795, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Sister of Celebrian - Within 5-30 Range - Cast Throw'),\n(11794, 0, 4, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 14516, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Sister of Celebrian - Within 0-5 Range - Cast Strike'),\n(11794, 0, 5, 0, 4, 0, 50, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Sister of Celebrian - On Aggro - Say Line 0'),\n(12203, 0, 0, 0, 2, 0, 100, 0, 0, 50, 60000, 60000, 0, 0, 11, 21808, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Landslide - Between 0-50% Health - Cast Landslide'),\n(12203, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 15000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Landslide - In Combat - Cast Knock Away'),\n(12203, 0, 2, 0, 0, 0, 100, 0, 2000, 7000, 8000, 8000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Landslide - In Combat - Cast Trample'),\n(12203, 0, 3, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 11, 11783, 100, 0, 0, 0, 0, 0, 0,          'Landslide - On death - Despawn minions'),\n(12206, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 25, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Primordial Behemoth - Outside 25 Range - Start Combat Movement'),\n(12206, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 25, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Primordial Behemoth - Within 5-25 Range - Stop Combat Movement'),\n(12206, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Primordial Behemoth - Within 0-5 Range - Start Combat Movement'),\n(12206, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 25, 11, 21071, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Primordial Behemoth - Within 5-25 Range - Cast Boulder'),\n(12206, 0, 4, 0, 9, 0, 100, 0, 0, 0, 8000, 13000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Primordial Behemoth - Within 0-8 Range - Cast Trample'),\n(12207, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21788, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Thessala Hydra - On Reset - Cast Deadly Poison'),\n(12207, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Thessala Hydra - In Combat - Cast Thrash'),\n(12207, 0, 2, 0, 9, 0, 100, 0, 1000, 9000, 12000, 18000, 0, 5, 11, 21790, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Thessala Hydra - Within 0-5 Range - Cast Aqua Jet'),\n(12216, 0, 0, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 0, 30, 11, 21067, 96, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Poison Sprite - Within 0-30 Range - Cast Poison Bolt'),\n(12216, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Poison Sprite - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(12219, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 11000, 0, 10, 11, 21749, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Barbed Lasher - Within 0-10 Range - Cast Thorn Volley'),\n(12220, 0, 0, 0, 0, 0, 100, 0, 0, 0, 9000, 17000, 0, 0, 11, 11922, 32, 1, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,       'Constrictor Vine - Within 0-30 Range - Cast Entangling Roots'),\n(12221, 0, 0, 0, 9, 0, 100, 0, 0, 7000, 10000, 15000, 0, 5, 11, 21070, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Noxious Slime - Within 0-5 Range - Cast Noxious Cloud'),\n(12221, 0, 1, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21070, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Noxious Slime - On Just Died - Cast Noxious Cloud'),\n(12222, 0, 0, 0, 9, 0, 100, 0, 0, 7000, 22000, 26000, 0, 5, 11, 21070, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Creeping Sludge - Within 0-5 Range - Cast Noxious Cloud'),\n(12222, 0, 1, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21070, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Creeping Sludge - On Just Died - Cast Noxious Cloud'),\n(12223, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 6000, 11000, 0, 0, 11, 11428, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Cavern Lurker - Within 0-5 Range - Cast Knockdown'),\n(12224, 0, 0, 0, 2, 0, 100, 0, 0, 75, 21000, 26000, 0, 0, 11, 7948, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Cavern Shambler - Between 0-75% Health - Cast Wild Regeneration'),\n(12224, 0, 1, 0, 0, 0, 100, 0, 6000, 11000, 6000, 11000, 0, 0, 11, 16790, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Cavern Shambler - In Combat - Cast Knockdown'),\n--\n(12236, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Lord Vyletongue - Outside 30 Range - Start Combat Movement'),\n(12236, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Lord Vyletongue - Within 5-30 Range - Stop Combat Movement'),\n(12236, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Lord Vyletongue - Within 0-5 Range - Start Combat Movement'),\n(12236, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 2000, 5, 30, 11, 16100, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Lord Vyletongue - Within 5-30 Range - Cast Shoot'),\n(12236, 0, 4, 0, 0, 0, 100, 0, 3000, 7000, 7000, 11000, 0, 0, 11, 21390, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,  'Lord Vyletongue - Within 5-30 Range - Cast Multi-Shot'),\n(12236, 0, 5, 0, 0, 0, 100, 0, 15000, 15000, 15000, 15000, 0, 0, 11, 21655, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lord Vyletongue - In Combat - Cast Blink'),\n(12236, 0, 6, 0, 0, 0, 100, 0, 13000, 13000, 15000, 15000, 0, 0, 11, 7964, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Lord Vyletongue - In Combat - Cast Smoke Bomb'),  \n(12258, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 7000, 11000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Razorlash - Within 0-5 Range - Cast Cleave'),\n(12258, 0, 1, 0, 0, 0, 85, 0, 8000, 12000, 12000, 16000, 0, 0, 11, 15976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Razorlash - Within 0-5 Range - Cast Puncture'),\n(12258, 0, 2, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Razorlash - In Combat - Cast Thrash'),\n(13141, 0, 0, 0, 9, 0, 100, 0, 0, 5000, 7000, 10000, 0, 5, 11, 13446, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Deeprot Stomper - In Combat - Cast Strike'),\n(13141, 0, 1, 0, 0, 0, 100, 0, 11000, 16000, 15000, 21000, 0, 0, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Deeprot Stomper - In Combat - Cast War Stomp'),\n(13142, 0, 0, 0, 1, 0, 100, 0, 1000, 5000, 90000, 90000, 0, 0, 11, 21337, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Deeprot Tangler - Out of Combat - Cast Thorns'),\n(13142, 0, 1, 0, 0, 0, 100, 0, 4000, 11000, 17000, 21000, 0, 0, 11, 21331, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Deeprot Tangler - In Combat - Cast Entangling Roots'),\n(13323, 0, 0, 0, 9, 0, 100, 0, 1000, 10000, 10000, 14000, 0, 8, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Subterranean Diemetradon - Within 0-8 Range - Cast Sonic Burst'),\n(13533, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 45000, 0, 5, 11, 5413, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Spewed Larva - Within 0-5 Range - Cast Noxious Catalyst'),\n(13533, 0, 1, 2, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 929.95, -353.66, -50.47, 0,  'Spewed Larva - Is Summoned By - Move To Pos'),\n(13533, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 89, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Spewed Larva - Is Summoned By - Random Move'),\n(13596, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 15976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Rotgrip - Within 0-5 Range - Cast Puncture'),\n(13596, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 5, 11, 16495, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Rotgrip - Within 0-5 Range - Cast Fatal Bite'),\n(13601, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tinkerer Gizlock - On Aggro - Say Line 0'),\n(13601, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 16100, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Tinkerer Gizlock - In Combat - Cast Shoot'),\n(13601, 0, 2, 0, 0, 0, 100, 0, 2000, 3000, 7000, 8000, 0, 0, 11, 9143, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Tinkerer Gizlock - In Combat - Cast Bomb'),\n(13601, 0, 3, 0, 0, 0, 100, 0, 5000, 5000, 7000, 8000, 0, 0, 11, 29419, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Tinkerer Gizlock - In Combat - Cast Flash Bomb'),\n(13601, 0, 4, 0, 0, 0, 100, 0, 7000, 8000, 16000, 20000, 0, 0, 11, 21833, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Tinkerer Gizlock - In Combat - Cast Goblin Dragon Gun'),\n(13696, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 30000, 45000, 0, 5, 11, 5413, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Noxxious Scion - Within 0-5 Range - Cast Noxious Catalyst'),\n(13696, 0, 1, 0, 0, 0, 100, 0, 1000, 2000, 14000, 21000, 0, 0, 11, 21068, 32, 1, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Noxxious Scion - In Combat - Cast Corruption'),\n(13718, 0, 0, 0, 0, 0, 100, 0, 5400, 6200, 25900, 34600, 0, 0, 11, 15848, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'The Nameless Prophet - In Combat - Cast Festering Rash'),\n(13718, 0, 1, 0, 0, 0, 100, 0, 3000, 11000, 30000, 30000, 0, 0, 11, 16098, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'The Nameless Prophet - In Combat - Cast Curse of Blood');\n\n\n/* fix patrols */\n\n-- remove old patrols\nDELETE FROM `creature` WHERE `guid` IN \n(55465, 55471, 56485, 56501, 56515, 88989);\n\nDELETE FROM `waypoint_data` WHERE `id` IN \n(554650, 554710, 564850, 565010, 565150, 889890);\n\nDELETE FROM `creature_addon` WHERE `guid` IN\n(55465, 55471, 56485, 56501, 56515, 88989);\n\n-- create new patrols\nSET @CGUID  := 652000;\nSET @WPID   := 6520000;\n\nDELETE FROM `creature` WHERE `id1` = 12242;\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+32;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(54684, 12242, 0, 0, 349, 0, 0, 1, 1, 1, 790.473, -500.472, -53.0402, 0.600063, 86400, 0, 1, 5346, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Spirit of Maraudos <The Fourth Khan>\n--\n(@CGUID+1, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 227.498, -193.664, -109.02, 6.21728, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+2, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 225.37, -191.81, -108.987, 6.2428, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+3, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 225.182, -195.162, -108.903, 6.22709, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+4, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 222.56, -191.69, -108.879, 6.22709, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+5, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 222.374, -195.005, -108.807, 6.22709, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+6, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 67.7583, -186.77, -169.95, 3.78471, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+7, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 68.9004, -184.058, -169.95, 3.78471, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+8, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 72.4579, -185.154, -169.95, 3.78471, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+9, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 70.6064, -182.683, -169.95, 3.78471, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+10, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 70.7054, -186.467, -169.95, 3.78471, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+11, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 176.57, -286.029, -171.042, 2.75191, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 178.502, -288.214, -171.021, 2.75191, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+13, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 181.745, -286.589, -171.019, 2.75191, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+14, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 179.51, -285.758, -171.019, 2.75191, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+15, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 180.706, -289.119, -171.019, 2.75191, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+16, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 315.647, -333.172, -116.844, 1.28904, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+17, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 312.955, -337.557, -117.047, 1.28904, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+18, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 313.573, -335.419, -116.951, 1.28904, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+19, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 316.162, -336.169, -116.976, 1.28904, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+20, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 315.659, -338.339, -117.074, 1.28904, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+21, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 259.178, -103.167, -129.604, 4.46583, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+22, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 262.973, -97.5651, -129.62, 4.44816, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+23, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 258.11, -99.3433, -129.613, 4.44031, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+24, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 258.991, -96.2858, -129.62, 4.44816, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+25, 11783, 0, 0, 349, 0, 0, 1, 1, 0, 262.211, -100.487, -129.621, 4.44031, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+26, 11784, 0, 0, 349, 0, 0, 1, 1, 0, -115.499, -355.091, -170.418, 6.26452, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+27, 11783, 0, 0, 349, 0, 0, 1, 1, 0, -117.857, -353.642, -170.418, 6.26452, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+28, 11783, 0, 0, 349, 0, 0, 1, 1, 0, -117.908, -356.377, -170.418, 6.26452, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+29, 11783, 0, 0, 349, 0, 0, 1, 1, 0, -120.474, -353.593, -170.418, 6.26452, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+30, 11783, 0, 0, 349, 0, 0, 1, 1, 0, -120.526, -356.365, -170.418, 6.26452, 7200, 0, 0, 1919, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+31, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 121.858, -271.988, -108.677, 2.842, 7200, 0, 1, 6168, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+32, 11784, 0, 0, 349, 0, 0, 1, 1, 0, 125.256, -273.096, -108.677, 2.81844, 7200, 0, 0, 6168, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (@CGUID+1, @CGUID+6, @CGUID+11, @CGUID+16, @CGUID+21, @CGUID+26, @CGUID+31);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n--\n(@CGUID+1, @CGUID+1, 0, 0, 515, 0, 0),\n(@CGUID+1, @CGUID+2, 4, 90, 515, 0, 0),\n(@CGUID+1, @CGUID+3, 4, 180, 515, 0, 0),\n(@CGUID+1, @CGUID+4, 4, 270, 515, 0, 0),\n(@CGUID+1, @CGUID+5, 4, 360, 515, 0, 0),\n--\n(@CGUID+6, @CGUID+6,  0, 0, 515, 0, 0),\n(@CGUID+6, @CGUID+7,  4, 90, 515, 0, 0),\n(@CGUID+6, @CGUID+8,  4, 180, 515, 0, 0),\n(@CGUID+6, @CGUID+9,  4, 270, 515, 0, 0),\n(@CGUID+6, @CGUID+10, 4, 360, 515, 0, 0),\n--\n(@CGUID+11, @CGUID+11, 0, 0, 515, 0, 0),\n(@CGUID+11, @CGUID+12, 4, 90, 515, 0, 0),\n(@CGUID+11, @CGUID+13, 4, 180, 515, 0, 0),\n(@CGUID+11, @CGUID+14, 4, 270, 515, 0, 0),\n(@CGUID+11, @CGUID+15, 4, 360, 515, 0, 0),\n--\n(@CGUID+16, @CGUID+16, 0, 0, 515, 0, 0),\n(@CGUID+16, @CGUID+17, 4, 90, 515, 0, 0),\n(@CGUID+16, @CGUID+18, 4, 180, 515, 0, 0),\n(@CGUID+16, @CGUID+19, 4, 270, 515, 0, 0),\n(@CGUID+16, @CGUID+20, 4, 360, 515, 0, 0),\n--\n(@CGUID+21, @CGUID+21, 0, 0, 515, 0, 0),\n(@CGUID+21, @CGUID+22, 4, 90, 515, 0, 0),\n(@CGUID+21, @CGUID+23, 4, 180, 515, 0, 0),\n(@CGUID+21, @CGUID+24, 4, 270, 515, 0, 0),\n(@CGUID+21, @CGUID+25, 4, 360, 515, 0, 0),\n--\n(@CGUID+26, @CGUID+26, 0, 0, 515, 0, 0),\n(@CGUID+26, @CGUID+27, 4, 90, 515, 0, 0),\n(@CGUID+26, @CGUID+28, 4, 180, 515, 0, 0),\n(@CGUID+26, @CGUID+29, 4, 270, 515, 0, 0),\n(@CGUID+26, @CGUID+30, 4, 360, 515, 0, 0),\n--\n(@CGUID+31, @CGUID+31, 0, 0, 515, 0, 0),\n(@CGUID+31, @CGUID+32, 4, 180, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+1, @CGUID+6, @CGUID+11, @CGUID+16, @CGUID+21, @CGUID+26, @CGUID+31, 54684);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+1,  @WPID+10,  0, 0, 0, 0, 0, NULL),\n(@CGUID+6,  @WPID+60,  0, 0, 0, 0, 0, NULL),\n(@CGUID+11, @WPID+110, 0, 0, 0, 0, 0, NULL),\n(@CGUID+16, @WPID+160, 0, 0, 0, 0, 0, NULL),\n(@CGUID+21, @WPID+210, 0, 0, 0, 0, 0, NULL),\n(@CGUID+26, @WPID+260, 0, 0, 0, 0, 0, NULL),\n(@CGUID+31, @WPID+310, 0, 0, 0, 0, 0, NULL),\n(54684, 546840, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+10, @WPID+60, @WPID+110, @WPID+160, @WPID+210, @WPID+260, @WPID+310, 546840);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(546840, 1, 813.251, -485.585, -54.8048, 0.574534, 0, 0, 0, 100, 0),\n(546840, 2, 818.973, -470.028, -55.7948, 1.22053, 0, 0, 0, 100, 0),\n(546840, 3, 830.82, -448.428, -56.3459, 3.66705, 0, 0, 0, 100, 0),\n(546840, 4, 864.725, -423.645, -52.4067, 0.645226, 0, 0, 0, 100, 0),\n(546840, 5, 884.247, -406.357, -52.0228, 1.75263, 0, 0, 0, 100, 0),\n(546840, 6, 881.223, -374.856, -52.0496, 4.98259, 0, 0, 0, 100, 0),\n(546840, 7, 867.044, -346.281, -51.1002, 5.20054, 0, 0, 0, 100, 0),\n(546840, 8, 813.595, -348.018, -51.7469, 3.22723, 0, 0, 0, 100, 0),\n(546840, 9, 780.522, -330.197, -50.0044, 2.64015, 0, 0, 0, 100, 0),\n(546840, 10, 757.11, -326.135, -51.5766, 3.35289, 0, 0, 0, 100, 0),\n(546840, 11, 747.149, -341.067, -50.7472, 2.73046, 0, 0, 0, 100, 0),\n(546840, 12, 711.371, -331.598, -51.8735, 4.4328, 0, 0, 0, 100, 0),\n(546840, 13, 697.471, -372.111, -52.0191, 2.75991, 0, 0, 0, 100, 0),\n(546840, 14, 654.903, -358.741, -52.0348, 2.809, 0, 0, 0, 100, 0),\n(546840, 15, 619.994, -349.472, -52.0193, 5.52451, 0, 0, 0, 100, 0),\n(546840, 16, 605.582, -382.504, -52.0193, 1.07915, 0, 0, 0, 100, 0),\n(546840, 17, 620.366, -349.821, -52.0193, 6.17443, 0, 0, 0, 100, 0),\n(546840, 18, 647.081, -345.305, -52.0193, 1.0065, 0, 0, 0, 100, 0),\n(546840, 19, 653.84, -331.984, -52.0193, 1.92346, 0, 0, 0, 100, 0),\n(546840, 20, 642.862, -305.259, -52.0193, 1.94113, 0, 0, 0, 100, 0),\n(546840, 21, 636.872, -283.287, -53.0607, 1.80565, 0, 0, 0, 100, 0),\n(546840, 22, 632.48, -248.762, -52.648, 4.79604, 0, 0, 0, 100, 0),\n(546840, 23, 631.318, -234.418, -56.7658, 4.7666, 0, 0, 0, 100, 0),\n(546840, 24, 636.933, -284.129, -52.9916, 4.83729, 0, 0, 0, 100, 0),\n(546840, 25, 642.839, -305.501, -52.0194, 5.014, 0, 0, 0, 100, 0),\n(546840, 26, 655.115, -331.263, -52.0194, 0.213262, 0, 0, 0, 100, 0),\n(546840, 27, 681.57, -325.478, -52.1144, 0.215226, 0, 0, 0, 100, 0),\n(546840, 28, 714.613, -327.914, -51.596, 5.91722, 0, 0, 0, 100, 0),\n(546840, 29, 747.519, -339.832, -50.7349, 0.519573, 0, 0, 0, 100, 0),\n(546840, 30, 757.934, -328.037, -51.5209, 0.833732, 0, 0, 0, 100, 0),\n(546840, 31, 780.412, -329.421, -50.0032, 3.28418, 0, 0, 0, 100, 0),\n(546840, 32, 809.58, -347.18, -51.7607, 0.115098, 0, 0, 0, 100, 0),\n(546840, 33, 864.74, -346.898, -51.3366, 5.51079, 0, 0, 0, 100, 0),\n(546840, 34, 879.676, -375.544, -52.0495, 5.07685, 0, 0, 0, 100, 0),\n(546840, 35, 882.4, -405.865, -51.98, 4.54278, 0, 0, 0, 100, 0),\n(546840, 36, 865.057, -425.231, -52.4905, 3.84772, 0, 0, 0, 100, 0),\n(546840, 37, 831.297, -447.02, -56.3121, 3.68868, 0, 0, 0, 100, 0),\n(546840, 38, 801.075, -431.105, -53.8877, 2.67749, 0, 0, 0, 100, 0),\n(546840, 39, 798.548, -419.706, -53.7351, 5.3891, 0, 0, 0, 100, 0),\n(546840, 40, 806.067, -403.934, -58.5072, 1.12831, 0, 0, 0, 100, 0),\n(546840, 41, 797.612, -383.158, -59.0343, 1.82928, 0, 0, 0, 100, 0),\n(546840, 42, 805.503, -366.605, -59.0463, 0.739541, 0, 0, 0, 100, 0),\n(546840, 43, 820.195, -368.637, -59.1374, 6.11363, 0, 0, 0, 100, 0),\n(546840, 44, 828.332, -383.129, -59.2717, 0.109259, 0, 0, 0, 100, 0),\n(546840, 45, 816.09, -394.195, -58.996, 3.67694, 0, 0, 0, 100, 0),\n(546840, 46, 805.901, -404.121, -58.4958, 4.23456, 0, 0, 0, 100, 0),\n(546840, 47, 798.504, -420.385, -53.7025, 4.20118, 0, 0, 0, 100, 0),\n(546840, 48, 800.917, -431.578, -53.9136, 5.51868, 0, 0, 0, 100, 0),\n(546840, 49, 820.452, -443.152, -56.1632, 2.31624, 0, 0, 0, 100, 0),\n(546840, 50, 826.848, -456.442, -56.4109, 4.26402, 0, 0, 0, 100, 0),\n(546840, 51, 819.798, -470.095, -55.8022, 4.45448, 0, 0, 0, 100, 0),\n(546840, 52, 812.755, -486.048, -54.7187, 4.06963, 0, 0, 0, 100, 0),\n(546840, 53, 781.16, -506.626, -52.9672, 0.47449, 0, 0, 0, 100, 0),\n(546840, 54, 769.697, -502.427, -52.8312, 2.38104, 0, 0, 0, 100, 0),\n(546840, 55, 757.748, -482.103, -52.9429, 2.10028, 0, 0, 0, 100, 0),\n(546840, 56, 750.274, -471.797, -52.9529, 2.41443, 0, 0, 0, 100, 0),\n(546840, 57, 736.122, -457.385, -53.008, 2.12384, 0, 0, 0, 100, 0),\n(546840, 58, 750.138, -472.392, -52.9448, 5.22223, 0, 0, 0, 100, 0),\n(546840, 59, 757.703, -481.972, -52.9408, 5.25953, 0, 0, 0, 100, 0),\n(546840, 60, 770.691, -503.763, -52.8053, 5.772, 0, 0, 0, 100, 0),\n(546840, 61, 781.631, -507.118, -52.9711, 0.80436, 0, 0, 0, 100, 0),\n--\n(@WPID+10, 1, 243.678, -193.979, -111.031, 6.27619, 0, 0, 0, 100, 0),\n(@WPID+10, 2, 253.38, -189.594, -111.031, 0.843198, 0, 0, 0, 100, 0),\n(@WPID+10, 3, 268.149, -163.982, -110.944, 1.08471, 0, 0, 0, 100, 0),\n(@WPID+10, 4, 253.877, -189.793, -111.031, 0.933519, 0, 0, 0, 100, 0),\n(@WPID+10, 5, 243.316, -194.941, -111.031, 3.07569, 0, 0, 0, 100, 0),\n(@WPID+10, 6, 223.18, -193.094, -108.875, 3.07764, 0, 0, 0, 100, 0),\n(@WPID+10, 7, 196.501, -189.217, -110.601, 2.95393, 0, 0, 0, 100, 0),\n(@WPID+10, 8, 185.313, -178.479, -111.556, 1.91329, 0, 0, 0, 100, 0),\n(@WPID+10, 9, 193.658, -155.764, -108.482, 1.122, 0, 0, 0, 100, 0),\n(@WPID+10, 10, 203.756, -135.622, -100.755, 0.89618, 0, 0, 0, 100, 0),\n(@WPID+10, 11, 221.955, -124.259, -92.336, 0.358189, 0, 0, 0, 100, 0),\n(@WPID+10, 12, 242.38, -116.398, -87.8555, 0.126502, 0, 0, 0, 100, 0),\n(@WPID+10, 13, 263.07, -116.2, -85.2756, 6.05429, 0, 0, 0, 100, 0),\n(@WPID+10, 14, 277.569, -120.695, -83.5602, 2.74188, 0, 0, 0, 100, 0),\n(@WPID+10, 15, 262.794, -116.152, -85.3045, 2.8538, 0, 0, 0, 100, 0),\n(@WPID+10, 16, 250.694, -113.275, -86.9108, 3.17973, 0, 0, 0, 100, 0),\n(@WPID+10, 17, 222.224, -123.708, -92.2021, 3.62151, 0, 0, 0, 100, 0),\n(@WPID+10, 18, 203.299, -134.932, -100.688, 3.79626, 0, 0, 0, 100, 0),\n(@WPID+10, 19, 193.242, -155.709, -108.516, 4.33033, 0, 0, 0, 100, 0),\n(@WPID+10, 20, 185.109, -177.706, -111.554, 5.17069, 0, 0, 0, 100, 0),\n(@WPID+10, 21, 195.292, -190.594, -110.763, 5.73618, 0, 0, 0, 100, 0),\n(@WPID+10, 22, 216.335, -192.499, -108.772, 6.19171, 0, 0, 0, 100, 0),\n--\n(@WPID+60, 1, 56.9801, -192, -169.516, 0.411432, 0, 0, 0, 100, 0),\n(@WPID+60, 2, 40.7979, -210.446, -169.157, 0.535136, 0, 0, 0, 100, 0),\n(@WPID+60, 3, 35.6136, -240.482, -169.923, 4.5073, 0, 0, 0, 100, 0),\n(@WPID+60, 4, 27.9846, -247.169, -169.868, 3.06611, 0, 0, 0, 100, 0),\n(@WPID+60, 5, 1.92475, -244.457, -167.882, 3.13286, 0, 0, 0, 100, 0),\n(@WPID+60, 6, -12.6583, -246.642, -168.379, 3.45683, 0, 0, 0, 100, 0),\n(@WPID+60, 7, -28.6978, -253.577, -170.044, 3.5334, 0, 0, 0, 100, 0),\n(@WPID+60, 8, -71.0858, -254.034, -170.42, 3.18194, 0, 0, 0, 100, 0),\n(@WPID+60, 9, -30.0569, -254.596, -170.066, 6.26463, 0, 0, 0, 100, 0),\n(@WPID+60, 10, -12.5464, -246.992, -168.38, 0.356469, 0, 0, 0, 100, 0),\n(@WPID+60, 11, 2.27091, -244.83, -167.887, 0.162081, 0, 0, 0, 100, 0),\n(@WPID+60, 12, 27.4851, -247.645, -169.889, 0.974963, 0, 0, 0, 100, 0),\n(@WPID+60, 13, 35.8652, -240.591, -169.932, 0.709883, 0, 0, 0, 100, 0),\n(@WPID+60, 14, 41.2133, -210.178, -169.221, 1.02797, 0, 0, 0, 100, 0),\n(@WPID+60, 15, 57.4313, -191.886, -169.558, 0.617599, 0, 0, 0, 100, 0),\n(@WPID+60, 16, 83.6652, -179.652, -169.616, 0.368236, 0, 0, 0, 100, 0),\n(@WPID+60, 17, 94.4964, -181.337, -167.862, 6.15858, 0, 0, 0, 100, 0),\n(@WPID+60, 18, 112.951, -189.233, -167.457, 2.69102, 0, 0, 0, 100, 0),\n(@WPID+60, 19, 138.142, -197.966, -170.3, 6.06234, 0, 0, 0, 100, 0),\n--\n(@WPID+110, 1, 159.59, -283.916, -169.283, 2.93057, 0, 0, 0, 100, 0),\n(@WPID+110, 2, 151.023, -281.649, -168.623, 2.81669, 0, 0, 0, 100, 0),\n(@WPID+110, 3, 136.36, -263.728, -168.18, 2.23746, 0, 0, 0, 100, 0),\n(@WPID+110, 4, 147.606, -241.705, -169.303, 1.13986, 0, 0, 0, 100, 0),\n(@WPID+110, 5, 153.062, -216.033, -171.873, 1.48544, 0, 0, 0, 100, 0),\n(@WPID+110, 6, 147.957, -241.377, -169.346, 1.21641, 0, 0, 0, 100, 0),\n(@WPID+110, 7, 136.374, -264.028, -168.203, 5.91112, 0, 0, 0, 100, 0),\n(@WPID+110, 8, 151.194, -281.606, -168.636, 5.7344, 0, 0, 0, 100, 0),\n(@WPID+110, 9, 175.98, -286.547, -171.056, 6.06034, 0, 0, 0, 100, 0),\n(@WPID+110, 10, 181.877, -304.81, -172.521, 3.42335, 0, 0, 0, 100, 0),\n(@WPID+110, 11, 159.451, -311.633, -173.719, 3.46458, 0, 0, 0, 100, 0),\n(@WPID+110, 12, 181.946, -305.139, -172.565, 3.49403, 0, 0, 0, 100, 0),\n(@WPID+110, 13, 175.703, -286.646, -171.062, 3.31537, 0, 0, 0, 100, 0),\n--\n(@WPID+160, 1, 326.464, -296.43, -117.783, 1.30473, 0, 0, 0, 100, 0),\n(@WPID+160, 2, 313.353, -334.909, -116.927, 4.39919, 0, 0, 0, 100, 0),\n(@WPID+160, 3, 311.895, -379.274, -124.867, 4.68586, 0, 0, 0, 100, 0),\n(@WPID+160, 4, 311.726, -403.035, -124.867, 2.97566, 0, 0, 0, 100, 0),\n(@WPID+160, 5, 262.441, -399.177, -139.469, 3.05224, 0, 0, 0, 100, 0),\n(@WPID+160, 6, 249.971, -392.379, -139.555, 0.515419, 0, 0, 0, 100, 0),\n(@WPID+160, 7, 248.044, -380.112, -139.555, 1.15355, 0, 0, 0, 100, 0),\n(@WPID+160, 8, 256.152, -359.017, -139.555, 1.62676, 0, 0, 0, 100, 0),\n(@WPID+160, 9, 251.908, -335.014, -140.396, 1.8663, 0, 0, 0, 100, 0),\n(@WPID+160, 10, 240.885, -324.87, -144.038, 2.32379, 0, 0, 0, 100, 0),\n(@WPID+160, 11, 217.143, -320.844, -150.944, 2.94421, 0, 0, 0, 100, 0),\n(@WPID+160, 12, 200.481, -333.593, -154.568, 4.05161, 0, 0, 0, 100, 0),\n(@WPID+160, 13, 199.201, -357.017, -160.313, 2.48673, 0, 0, 0, 100, 0),\n(@WPID+160, 14, 210.298, -375.491, -160.419, 4.95288, 0, 0, 0, 100, 0),\n(@WPID+160, 15, 206.243, -388.476, -161.031, 2.92855, 0, 0, 0, 100, 0),\n(@WPID+160, 16, 210.312, -375.602, -160.427, 1.8801, 0, 0, 0, 100, 0),\n(@WPID+160, 17, 199.143, -357.163, -160.313, 3.30365, 0, 0, 0, 100, 0),\n(@WPID+160, 18, 200.708, -333.995, -154.682, 0.046222, 0, 0, 0, 100, 0),\n(@WPID+160, 19, 217.445, -321.173, -150.951, 6.03881, 0, 0, 0, 100, 0),\n(@WPID+160, 20, 240.994, -325.132, -143.976, 5.97205, 0, 0, 0, 100, 0),\n(@WPID+160, 21, 251.756, -335.184, -140.395, 4.80967, 0, 0, 0, 100, 0),\n(@WPID+160, 22, 256.022, -359.356, -139.555, 4.84305, 0, 0, 0, 100, 0),\n(@WPID+160, 23, 247.988, -380.451, -139.555, 6.12519, 0, 0, 0, 100, 0),\n(@WPID+160, 24, 262.287, -399.738, -139.454, 6.0486, 0, 0, 0, 100, 0),\n(@WPID+160, 25, 311.45, -403.473, -124.867, 2.75974, 0, 0, 0, 100, 0),\n(@WPID+160, 26, 311.779, -378.331, -124.867, 1.34014, 0, 0, 0, 100, 0),\n(@WPID+160, 27, 313.239, -335.107, -116.936, 1.55024, 0, 0, 0, 100, 0),\n--\n(@WPID+210, 1, 254.714, -123.744, -129.585, 4.45209, 0, 0, 0, 100, 0),\n(@WPID+210, 2, 249.717, -143.084, -130.977, 1.22804, 0, 0, 0, 100, 0),\n(@WPID+210, 3, 241.705, -152.859, -130.828, 3.90231, 0, 0, 0, 100, 0),\n(@WPID+210, 4, 225.19, -174.88, -131.196, 4.295, 0, 0, 0, 100, 0),\n(@WPID+210, 5, 216.367, -192.505, -131.121, 4.48153, 0, 0, 0, 100, 0),\n(@WPID+210, 6, 210.892, -206.053, -131.159, 0.83926, 0, 0, 0, 100, 0),\n(@WPID+210, 7, 222.222, -227.733, -131.151, 5.03329, 0, 0, 0, 100, 0),\n(@WPID+210, 8, 230.399, -257.768, -131.1, 4.98617, 0, 0, 0, 100, 0),\n(@WPID+210, 9, 244.347, -271.005, -131.595, 0.752865, 0, 0, 0, 100, 0),\n(@WPID+210, 10, 272.18, -270.499, -122.481, 0.114717, 0, 0, 0, 100, 0),\n(@WPID+210, 11, 244.072, -270.169, -131.595, 2.99715, 0, 0, 0, 100, 0),\n(@WPID+210, 12, 230.555, -258.168, -131.104, 5.43975, 0, 0, 0, 100, 0),\n(@WPID+210, 13, 222.295, -227.523, -131.156, 5.26108, 0, 0, 0, 100, 0),\n(@WPID+210, 14, 211.285, -205.983, -131.159, 1.28697, 0, 0, 0, 100, 0),\n(@WPID+210, 15, 215.055, -191.155, -131.497, 1.11418, 0, 0, 0, 100, 0),\n(@WPID+210, 16, 225.565, -175.262, -131.202, 0.949247, 0, 0, 0, 100, 0),\n(@WPID+210, 17, 242.331, -152.888, -130.797, 0.890342, 0, 0, 0, 100, 0),\n(@WPID+210, 18, 249.717, -142.038, -130.998, 1.16719, 0, 0, 0, 100, 0),\n(@WPID+210, 19, 254.585, -124.072, -129.583, 1.38514, 0, 0, 0, 100, 0),\n(@WPID+210, 20, 259.231, -98.2625, -129.617, 1.46368, 0, 0, 0, 100, 0),\n(@WPID+210, 21, 247.24, -90.8912, -129.621, 2.8617, 0, 0, 0, 100, 0),\n(@WPID+210, 22, 259.057, -98.4539, -129.616, 4.63474, 0, 0, 0, 100, 0),\n--\n(@WPID+260, 1, -96.1339, -354.572, -171.045, 0.063807, 0, 0, 0, 100, 0),\n(@WPID+260, 2, -63.9881, -351.826, -178.288, 4.12041, 0, 0, 0, 100, 0),\n(@WPID+260, 3, -54.1475, -362.745, -178.832, 4.76443, 0, 0, 0, 100, 0),\n(@WPID+260, 4, -52.3602, -396.815, -189.262, 4.59164, 0, 0, 0, 100, 0),\n(@WPID+260, 5, -58.3847, -415.386, -189.257, 1.31067, 0, 0, 0, 100, 0),\n(@WPID+260, 6, -76.9094, -424.699, -189.258, 3.12102, 0, 0, 0, 100, 0),\n(@WPID+260, 7, -109.088, -413.472, -189.262, 2.76763, 0, 0, 0, 100, 0),\n(@WPID+260, 8, -77.3114, -424.763, -189.258, 3.09749, 0, 0, 0, 100, 0),\n(@WPID+260, 9, -58.4287, -415.558, -189.258, 1.88798, 0, 0, 0, 100, 0),\n(@WPID+260, 10, -52.6891, -396.642, -189.261, 2.02935, 0, 0, 0, 100, 0),\n(@WPID+260, 11, -54.5636, -362.479, -178.835, 2.63411, 0, 0, 0, 100, 0),\n(@WPID+260, 12, -65.4308, -352.772, -178.288, 3.12694, 0, 0, 0, 100, 0),\n(@WPID+260, 13, -97.4515, -354.599, -170.972, 3.17406, 0, 0, 0, 100, 0),\n(@WPID+260, 14, -128.123, -359.106, -170.419, 3.70027, 0, 0, 0, 100, 0),\n--\n(@WPID+310, 1, 97.5771, -265.692, -108.677, 2.86754, 0, 0, 0, 100, 0),\n(@WPID+310, 2, 74.6794, -269.604, -108.677, 6.20351, 0, 0, 0, 100, 0),\n(@WPID+310, 3, 63.6577, -274.094, -108.677, 2.85381, 0, 0, 0, 100, 0),\n(@WPID+310, 4, 58.4969, -263.599, -108.677, 1.68751, 0, 0, 0, 100, 0),\n(@WPID+310, 5, 67.9595, -250.269, -108.677, 1.57951, 0, 0, 0, 100, 0),\n(@WPID+310, 6, 69.2626, -224.288, -108.677, 1.50294, 0, 0, 0, 100, 0),\n(@WPID+310, 7, 69.137, -208.946, -109.179, 1.98792, 0, 0, 0, 100, 0),\n(@WPID+310, 8, 59.6552, -196.309, -111.317, 5.38278, 0, 0, 0, 100, 0),\n(@WPID+310, 9, 39.3634, -179.051, -116.691, 2.27063, 0, 0, 0, 100, 0),\n(@WPID+310, 10, 24.5369, -159.175, -120.637, 2.11553, 0, 0, 0, 100, 0),\n(@WPID+310, 11, 10.9382, -130.643, -123.862, 1.62858, 0, 0, 0, 100, 0),\n(@WPID+310, 12, 6.63348, -106.12, -124.069, 4.87817, 0, 0, 0, 100, 0),\n(@WPID+310, 13, 16.3432, -80.3568, -127.227, 1.19073, 0, 0, 0, 100, 0),\n(@WPID+310, 14, 29.0805, -41.1455, -129.173, 1.41455, 0, 0, 0, 100, 0),\n(@WPID+310, 15, 31.2131, -23.8665, -127.626, 4.5208, 0, 0, 0, 100, 0),\n(@WPID+310, 16, 28.812, -40.9273, -129.167, 1.51468, 0, 0, 0, 100, 0),\n(@WPID+310, 17, 16.2339, -80.2509, -127.248, 4.63074, 0, 0, 0, 100, 0),\n(@WPID+310, 18, 6.67015, -106.117, -124.068, 4.8585, 0, 0, 0, 100, 0),\n(@WPID+310, 19, 11.1211, -130.423, -123.867, 4.96256, 0, 0, 0, 100, 0),\n(@WPID+310, 20, 24.8766, -158.901, -120.661, 5.10393, 0, 0, 0, 100, 0),\n(@WPID+310, 21, 39.7785, -178.82, -116.663, 5.37097, 0, 0, 0, 100, 0),\n(@WPID+310, 22, 59.973, -196.269, -111.292, 5.54768, 0, 0, 0, 100, 0),\n(@WPID+310, 23, 69.357, -208.824, -109.183, 5.32385, 0, 0, 0, 100, 0),\n(@WPID+310, 24, 69.16, -224.245, -108.678, 4.59539, 0, 0, 0, 100, 0),\n(@WPID+310, 25, 67.9084, -250.483, -108.678, 4.68376, 0, 0, 0, 100, 0),\n(@WPID+310, 26, 58.4453, -263.11, -108.678, 4.21645, 0, 0, 0, 100, 0),\n(@WPID+310, 27, 63.8216, -273.488, -108.678, 5.86185, 0, 0, 0, 100, 0),\n(@WPID+310, 28, 74.8763, -269.7, -108.678, 0.293375, 0, 0, 0, 100, 0),\n(@WPID+310, 29, 98.1819, -265.481, -108.678, 6.16815, 0, 0, 0, 100, 0),\n(@WPID+310, 30, 128.322, -274.962, -108.678, 5.98555, 0, 0, 0, 100, 0);\n\n-- The Nameless Prophet, should have multiple spawn locations and almost instant respawn - https://www.youtube.com/watch?v=NzIngiFj1lQ\nDELETE FROM `creature` WHERE `id1` = 13718;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(@CGUID+41, 13718, 0, 0, 1, 0, 0, 1, 1, 0, -1417.84, 2969.18, 124.195, 1.51197, 5, 0, 0, 3804, 1332, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+42, 13718, 0, 0, 1, 0, 0, 1, 1, 0, -1472.66, 2964.98, 122.436, 4.91161, 5, 0, 0, 3804, 1332, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+43, 13718, 0, 0, 1, 0, 0, 1, 1, 0, -1440.87, 3008.59, 115.386, 2.80674, 5, 0, 0, 3804, 1332, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+44, 13718, 0, 0, 1, 0, 0, 1, 1, 0, -1419.18, 2940.57, 95.2565, 3.62354, 5, 0, 0, 3804, 1332, 0, 0, 0, 0, '', NULL, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (29070, @CGUID+41, @CGUID+42, @CGUID+43, @CGUID+44);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+41, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+42, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+43, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+44, 0, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` = 601012;\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(@CGUID+41, 601012, 0, 'The Nameless Prophet'),\n(@CGUID+42, 601012, 0, 'The Nameless Prophet'),\n(@CGUID+43, 601012, 0, 'The Nameless Prophet'),\n(@CGUID+44, 601012, 0, 'The Nameless Prophet');\n\nDELETE FROM `pool_template` WHERE `entry` = 601012;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601012, 1, '');\n\n-- Primordial Behemoth (12206), link giants together - https://www.youtube.com/watch?v=ookD9bng7kU&t=16m\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (54658, 55338, 55344, 55345);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(54658, 54658, 0, 0, 3, 0, 0),\n(54658, 54664, 0, 0, 3, 0, 0),\n(55338, 55338, 0, 0, 3, 0, 0),\n(55338, 55341, 0, 0, 3, 0, 0),\n(55344, 55344, 0, 0, 3, 0, 0),\n(55344, 55347, 0, 0, 3, 0, 0),\n(55345, 55345, 0, 0, 3, 0, 0),\n(55345, 55348, 0, 0, 3, 0, 0);\n\n-- Spewed Larva shouldn't be skinnable\nUPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 13533;\n\n-- Deep Borer (11789), wrong skinning loot\nUPDATE `creature_template` SET `skinloot` = 100013 WHERE `entry` = 11789;\n\n-- Legends of Maraudon\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Celebras the Redeemed.' WHERE `ID` = 7044;\n\n-- The Pariah's Instructions\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Centaur Pariah in Desolace.' WHERE `ID` = 7067;\n"
  },
  {
    "path": "data/sql/world/base/dungeon_molten_core.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11658, 11659, 11666, 11667, 11668, 11669, 11673, 13278);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11658, 11659, 11666, 11667, 11668, 11669, 11673, 13278);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11658, 0, 0, 0, 0, 0, 100, 0, 7000, 7000, 8000, 8000, 0, 0, 11, 18944, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Molten Giant - Within 0-10 Range - Cast Smash'),\n(11658, 0, 1, 2, 0, 0, 100, 0, 15000, 15000, 15000, 15000, 0, 0, 11, 18945, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,       'Molten Giant - Within 0-10 Range - Cast Knock Away'),\n(11658, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 13, 0, 30, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                           'Molten Giant - On Knock Away - Reduce Aggro'),  \n(11659, 0, 0, 0, 0, 0, 100, 0, 9000, 12000, 8000, 11000, 0, 0, 11, 19129, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Molten Destroyer - In Combat - Cast Massive Tremor'),\n(11659, 0, 1, 2, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 10, 11, 20276, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Molten Destroyer - Within 0-10 Range - Cast Knockdown'),\n(11659, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 13, 0, 30, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                           'Molten Giant - On Knockdown - Reduce Aggro'),\n(11666, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 12000, 15000, 0, 0, 11, 19635, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Firewalker - In Combat - Cast Incite Flames'),\n(11666, 0, 1, 0, 0, 0, 100, 0, 14000, 18000, 11000, 19000, 0, 0, 11, 19636, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Firewalker - In Combat - Cast Fire Blossom'),\n(11667, 0, 0, 0, 0, 0, 100, 0, 12000, 12000, 10000, 10000, 0, 0, 11, 19630, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Flameguard - In Combat - Cast Cone of Fire'),\n(11667, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 15000, 15000, 0, 0, 11, 19631, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Flameguard - In Combat - Cast Melt Armor'),\n(11668, 0, 0, 0, 0, 0, 100, 0, 6000, 6000, 15000, 22000, 0, 0, 11, 19393, 0, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,          'Firelord - In Combat - Cast Soul Burn'),\n(11668, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 18000, 20000, 0, 0, 11, 19392, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Firelord - In Combat - Cast Summon Lava Spawn'),\n(11669, 0, 0, 0, 0, 0, 100, 0, 3000, 12000, 7000, 18000, 0, 0, 11, 20602, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Flame Imp - In Combat - Cast Fire Nova'),\n(11673, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 7000, 7000, 0, 0, 11, 19272, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Ancient Core Hound - Within 0-20 Range - Cast Lava Breath'),\n(11673, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 5, 11, 19319, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Ancient Core Hound - Within 0-5 Range - Cast Vicious Bite'),\n(11673, 0, 2, 0, 0, 0, 100, 0, 15000, 15000, 24000, 24000, 0, 0, 88, 1167300, 1167305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ancient Core Hound - In Combat - Run Random Script'),\n--\n(13278, 0, 0, 1, 62, 0, 100, 0, 5065, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Duke Hydraxis - On Gossip Option 0 Selected - Close Gossip'),\n(13278, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 56, 17333, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                        'Duke Hydraxis - On Link - Add item Aqual Quintessence'),\n(13278, 0, 2, 3, 62, 0, 100, 0, 5065, 1, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Duke Hydraxis - On Gossip Option 1 Selected - Close Gossip'),\n(13278, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 56, 22754, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                        'Duke Hydraxis - On Link - Add item Eternal Quintessence');\n\n\nDELETE FROM `creature_queststarter` WHERE `quest` IN (6804, 6821, 6822, 6823, 6824, 7486) AND `id` = 13278;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(13278, 6804), -- Poisoned Water\n(13278, 6821), -- Eye of the Emberseer\n(13278, 6822), -- The Molten Core\n(13278, 6823), -- Agent of Hydraxis\n(13278, 6824), -- Hands of the Enemy\n(13278, 7486); -- A Hero's Reward\n\nDELETE FROM `creature_questender` WHERE `quest` IN (6804, 6821, 6822, 6823, 6824) AND `id` = 13278;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(13278, 6804), -- Poisoned Water\n(13278, 6821), -- Eye of the Emberseer\n(13278, 6822), -- The Molten Core\n(13278, 6823), -- Agent of Hydraxis\n(13278, 6824); -- Hands of the Enemy\n\nDELETE FROM `quest_template_addon` WHERE `ID` IN (6821, 6822, 6823, 6824, 7486);\nINSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`, `NextQuestID`) VALUES\n(6821, 6805, 6822),\n(6822, 6021, 6823),\n(6823, 6022, 6824),\n(6824, 6823, 7486),\n(7486, 6824, 0);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` = 6821;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(19, 0, 6821, 0, 0, 47, 0, 6804, 64, 0, 0, 0, 0, '', 'Quest Eyes of the Emberseer available if quest Poisoned Water has been rewarded.'),\n(19, 0, 6821, 0, 0, 47, 0, 6805, 64, 0, 0, 0, 0, '', 'Quest Eyes of the Emberseer available if quest Stormers and Rumblers has been rewarded.');\n\nDELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 15) AND (`SourceGroup` = 5065) AND (`SourceId` IN (0, 1));\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(15, 5065, 0, 0, 0, 5, 0, 749, 224, 0, 0, 0, 0, '', 'Duke Hydraxis - Create Aqual Quintessence Gossip - Requires Honored Rep'),\n(15, 5065, 0, 0, 0, 47, 0, 6824, 64, 0, 0, 0, 0, '', 'Duke Hydraxis - Aqual Quintessence Gossip available if quest Hand of the Enemy rewarded.'),\n(15, 5065, 1, 0, 0, 5, 0, 749, 192, 0, 0, 0, 0, '', 'Duke Hydraxis - Create Eternal Quintessence Gossip - Requires Revered Rep'),\n(15, 5065, 1, 0, 0, 47, 0, 6824, 64, 0, 0, 0, 0, '', 'Duke Hydraxis - Create Eternal Quintessence Gossip - Requires Hand of the Enemy rewarded');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (6822, 6823, 6824, 7486);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(19, 0, 6822, 0, 0, 47, 0, 6821, 64, 0, 0, 0, 0, '', 'Quest Molten Core available if quest Eye of the Emberseer has been rewarded.'),\n(19, 0, 6823, 0, 0, 47, 0, 6822, 64, 0, 0, 0, 0, '', 'Quest Agent of Hydraxis available if quest Molten Core has been rewarded.'),\n(19, 0, 6824, 0, 0, 47, 0, 6823, 64, 0, 0, 0, 0, '', 'Quest Hands of the Enemy available if quest Agents of Hydraxis has been rewarded.'),\n(19, 0, 7486, 0, 0, 47, 0, 6824, 64, 0, 0, 0, 0, '', 'Quest A Heros Reward available if quest Hands of the Enemy has been rewarded.');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (6822, 6823, 6824, 7486);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(19, 0, 6822, 0, 0, 47, 0, 6821, 64, 0, 0, 0, 0, '', 'Quest Molten Core available if quest Eye of the Emberseer has been rewarded.'),\n(19, 0, 6823, 0, 0, 47, 0, 6822, 64, 0, 0, 0, 0, '', 'Quest Agent of Hydraxis available if quest Molten Core has been rewarded.'),\n(19, 0, 6824, 0, 0, 47, 0, 6823, 64, 0, 0, 0, 0, '', 'Quest Hands of the Enemy available if quest Agents of Hydraxis has been rewarded.'),\n(19, 0, 7486, 0, 0, 47, 0, 6824, 64, 0, 0, 0, 0, '', 'Quest A Heros Reward available if quest Hands of the Enemy has been rewarded.');\n\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 5065 AND `OptionID` IN (0, 1);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES\n(5065,0,0,'I require a vial of aqual quintessence, Hydraxis, for I go to the Molten Core to extinguish a rune of the Firelords.',8666,1,2,0,0,0,0,'',0,0),\n(5065,1,0,'I desire this eternal quintessence, Duke Hydraxis.',12363,1,2,0,0,0,0,'',0,0);\n\n-- reputation fixes\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 20 WHERE `creature_id` IN \n(11666,  -- Firewalker\n 11667,  -- Flameguard\n 11668,  -- Firelord\n 12076,  -- Lava Elemental\n 12100); -- Lava Reaver\n\n-- MC - Require dusing the runes\nUPDATE `gameobject_template` SET `ScriptName` = 'go_firelord_rune' WHERE `entry` IN (176956, 176957, 176955, 176953, 176952, 176954, 176951);\n\n/* Loot Template Fixes */\n\n-- Ancient Core Hound\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11673) AND (`Item` IN (16838, 16840, 16857, 16858));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11673, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Ancient Core Hound - Earthfury Belt'),\n(11673, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Ancient Core Hound - Earthfury Bracers'),\n(11673, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Ancient Core Hound - Lawbringer Bracers'),\n(11673, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Ancient Core Hound - Lawbringer Belt');\n\n-- Firelord\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11668) AND (`Item` IN (16838, 16840, 16858));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11668, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Firelord - Earthfury Belt'),\n(11668, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Firelord - Earthfury Bracers'),\n(11668, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Firelord - Lawbringer Belt');\n\n-- Firewalker\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11666) AND (`Item` IN (16838, 16840, 16857, 16858, 16861, 16864));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11666, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Firewalker - Earthfury Belt'),\n(11666, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Firewalker - Earthfury Bracers'),\n(11666, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Firewalker - Lawbringer Bracers'),\n(11666, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Firewalker - Lawbringer Belt'),\n(11666, 16861, 0, 0.34, 0, 1, 0, 1, 1, 'Firewalker - Bracers of Might'),\n(11666, 16864, 0, 0.34, 0, 1, 0, 1, 1, 'Firewalker - Belt of Might');\n\n-- Flameguard\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11667) AND (`Item` IN (16819, 16838, 16840, 16857));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11667, 16819, 0, 0.32, 0, 1, 0, 1, 1, 'Flameguard - Vambraces of Prophecy'),\n(11667, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Flameguard - Earthfury Belt'),\n(11667, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Flameguard - Earthfury Bracers'),\n(11667, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Flameguard - Lawbringer Bracers');\n\n-- Flamewaker\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11661) AND (`Item` IN (16804, 16838, 16840, 16857, 16858, 16864));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11661, 16804, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker - Felheart Bracers'),\n(11661, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker - Earthfury Belt'),\n(11661, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker - Earthfury Bracers'),\n(11661, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker - Lawbringer Bracers'),\n(11661, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker - Lawbringer Belt'),\n(11661, 16864, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker - Belt of Might');\n\n-- Flamewaker Priest\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11662) AND (`Item` IN (16802, 16806, 16827, 16828, 16830, 16838, 16840, 16857, 16858, 16861, 16864));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11662, 16802, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Arcanist Belt'),\n(11662, 16806, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Felheart Belt'),\n(11662, 16827, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Nightslayer Belt'),\n(11662, 16828, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Cenarion Belt'),\n(11662, 16830, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Priest - Cenarion Bracers'),\n(11662, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Earthfury Belt'),\n(11662, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Priest - Earthfury Bracers'),\n(11662, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Priest - Lawbringer Bracers'),\n(11662, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Lawbringer Belt'),\n(11662, 16861, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Priest - Bracers of Might'),\n(11662, 16864, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Priest - Belt of Might');\n\n-- Flamewaker Healer\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11663) AND (`Item` IN (16799, 16828, 16838, 16840, 16851, 16858));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11663, 16799, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Healer - Arcanist Bindings'),\n(11663, 16828, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Healer - Cenarion Belt'),\n(11663, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Healer - Earthfury Belt'),\n(11663, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Healer - Earthfury Bracers'),\n(11663, 16851, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Healer - Giantstalker\\'s Belt'),\n(11663, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Healer - Lawbringer Belt');\n\n-- Flamewaker Elite\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11664) AND (`Item` IN (16817, 16838, 16840, 16851, 16857, 16858, 16861));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11664, 16817, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Elite - Girdle of Prophecy'),\n(11664, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Elite - Earthfury Belt'),\n(11664, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Elite - Earthfury Bracers'),\n(11664, 16851, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Elite - Giantstalker\\'s Belt'),\n(11664, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Elite - Lawbringer Bracers'),\n(11664, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Elite - Lawbringer Belt'),\n(11664, 16861, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Elite - Bracers of Might');\n\n-- Flamewaker Protector\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 12119) AND (`Item` IN (16802, 16804, 16806, 16817, 16827, 16840));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(12119, 16802, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Protector - Arcanist Belt'),\n(12119, 16804, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Protector - Felheart Bracers'),\n(12119, 16806, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Protector - Felheart Belt'),\n(12119, 16817, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Protector - Girdle of Prophecy'),\n(12119, 16827, 0, 0.34, 0, 1, 0, 1, 1, 'Flamewaker Protector - Nightslayer Belt'),\n(12119, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Flamewaker Protector - Earthfury Bracers');\n\n-- Lava Elemental\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 12076) AND (`Item` IN (16838, 16840, 16858));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(12076, 16838, 0, 0.2, 0, 1, 0, 1, 1, 'Lava Elemental - Earthfury Belt'),\n(12076, 16840, 0, 0.2, 0, 1, 0, 1, 1, 'Lava Elemental - Earthfury Bracers'),\n(12076, 16858, 0, 0.2, 0, 1, 0, 1, 1, 'Lava Elemental - Lawbringer Belt');\n\n-- Lava Reaver\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 12100) AND (`Item` IN (16806, 16838, 16840, 16857, 16858));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(12100, 16806, 0, 0.34, 0, 1, 0, 1, 1, 'Lava Reaver - Felheart Belt'),\n(12100, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Lava Reaver - Earthfury Belt'),\n(12100, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Lava Reaver - Earthfury Bracers'),\n(12100, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Lava Reaver - Lawbringer Bracers'),\n(12100, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Lava Reaver - Lawbringer Belt');\n\n-- Lava Surger\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 12101) AND (`Item` IN (16838, 16840, 16857, 16858, 16864));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(12101, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Lava Surger - Earthfury Belt'),\n(12101, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Lava Surger - Earthfury Bracers'),\n(12101, 16857, 0, 0.32, 0, 1, 0, 1, 1, 'Lava Surger - Lawbringer Bracers'),\n(12101, 16858, 0, 0.34, 0, 1, 0, 1, 1, 'Lava Surger - Lawbringer Belt'),\n(12101, 16864, 0, 0.3, 0, 1, 0, 1, 1, 'Lava Surger - Belt of Might');\n\n-- Molten Destroyer\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11659) AND (`Item` IN (16840));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11659, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Molten Destroyer - Earthfury Bracers');\n\n-- Molten Giant\nDELETE FROM `creature_loot_template` WHERE (`Entry` = 11658) AND (`Item` IN (16838, 16840));\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(11658, 16838, 0, 0.34, 0, 1, 0, 1, 1, 'Molten Giant - Earthfury Belt'),\n(11658, 16840, 0, 0.32, 0, 1, 0, 1, 1, 'Molten Giant - Earthfury Bracers');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_onyxia.sql",
    "content": "DELETE FROM `creature_template` WHERE `entry` BETWEEN 301000 AND 301003;\nINSERT INTO `creature_template` (`entry`, `name`, `subname`, `minlevel`, `maxlevel`, `faction`, `speed_walk`, `speed_run`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`,\n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `family`, `type`, `type_flags`, `lootid`, `skinloot`, `PetSpellDataId`, `mingold`, `maxgold`,\n`AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `movementId`, `RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`) VALUES\n--\n(301000, \"Onyxia\", \"\", 63, 63, 103, 1.0, 1.28571, 20.0, 3, 0, 15.05, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 2, 108, 301000, 10184, 0, 914892, 1066294, '', 0, 1.0, 330.0, 1.0, 1.0, 1.0, 0, 1, -327, 513, 'boss_onyxia_40'),\n(301001, \"Onyxian Whelp\", \"\", 56, 57, 16, 1.11111, 1.14286, 18.0, 0, 0, 3.7, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 2, 8, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.0, 1.0, 0, 1, 0, 0, ''),\n(301002, \"Onyxian Warder\", \"\", 60, 63, 103, 0.888888, 1.14286, 20.0, 1, 0, 9.8, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 2, 8, 301002, 12129, 0, 1185, 4741, 'SmartAI', 1, 1.0, 25.0, 1.0, 1.0, 1.0, 0, 1, -273, 0, '');\n\nDELETE FROM `creature_template_locale` WHERE `entry` BETWEEN 301000 AND 301002;\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES\n(301001, 'deDE', 'Welpe von Onyxia', '', 0),\n(301001, 'esES', 'Cría de Onyxia', '', 0),\n(301001, 'esMX', 'Cría de Onyxia', '', 0),\n(301001, 'frFR', 'Dragonnet onyxien', '', 0),\n(301001, 'koKR', '오닉시아의 새끼용', '', 0),\n(301001, 'ruRU', 'Дракончик Ониксии', '', 0),\n(301001, 'zhCN', '奥妮克希亚雏龙', '', 0),\n(301001, 'zhTW', '奧妮克希亞幼龍', '', 0),\n(301002, 'deDE', 'Wärter von Onyxia', '', 0),\n(301002, 'esES', 'Depositario de Onyxia', '', 0),\n(301002, 'esMX', 'Depositario de Onyxia', '', 0),\n(301002, 'frFR', 'Gardien onyxien', '', 0),\n(301002, 'koKR', '오닉시아의 수호병', '', 0),\n(301002, 'ruRU', 'Хранитель Ониксии', '', 0),\n(301002, 'zhCN', '奥妮克希亚守卫', '', 0),\n(301002, 'zhTW', '奧妮克希亞護衛', '', 0);\n\nDELETE FROM `creature_template_model` WHERE (`CreatureID` BETWEEN 301000 AND 301002);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES\n(301000, 0, 8570, 1.0, 1.0, NULL),\n(301001, 0, 397, 1.0, 1.0, NULL),\n(301002, 0, 8711, 1.0, 1.0, NULL);\n\nDELETE FROM `spell_dbc` WHERE `ID` = 91003;\nINSERT INTO `spell_dbc` (`ID`, `Category`, `DispelType`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `ShapeshiftMask`, \n`unk_320_2`, `ShapeshiftExclude`, `unk_320_3`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `FacingCasterFlags`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`, \n`CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, \n`ProcTypeMask`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerLevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, \n`ModalNextSpell`, `CumulativeAura`, `Totem_1`, `Totem_2`, `Reagent_1`, `Reagent_2`, `Reagent_3`, `Reagent_4`, `Reagent_5`, `Reagent_6`, `Reagent_7`, `Reagent_8`, `ReagentCount_1`, `ReagentCount_2`, `ReagentCount_3`,\n`ReagentCount_4`, `ReagentCount_5`, `ReagentCount_6`, `ReagentCount_7`, `ReagentCount_8`, `EquippedItemClass`, `EquippedItemSubclass`, `EquippedItemInvTypes`, `Effect_1`, `Effect_2`, `Effect_3`, `EffectDieSides_1`, \n`EffectDieSides_2`, `EffectDieSides_3`, `EffectRealPointsPerLevel_1`, `EffectRealPointsPerLevel_2`, `EffectRealPointsPerLevel_3`, `EffectBasePoints_1`, `EffectBasePoints_2`, `EffectBasePoints_3`, `EffectMechanic_1`, \n`EffectMechanic_2`, `EffectMechanic_3`, `ImplicitTargetA_1`, `ImplicitTargetA_2`, `ImplicitTargetA_3`, `ImplicitTargetB_1`, `ImplicitTargetB_2`, `ImplicitTargetB_3`, `EffectRadiusIndex_1`, `EffectRadiusIndex_2`,\n`EffectRadiusIndex_3`, `EffectAura_1`, `EffectAura_2`, `EffectAura_3`, `EffectAuraPeriod_1`, `EffectAuraPeriod_2`, `EffectAuraPeriod_3`, `EffectMultipleValue_1`, `EffectMultipleValue_2`, `EffectMultipleValue_3`, \n`EffectChainTargets_1`, `EffectChainTargets_2`, `EffectChainTargets_3`, `EffectItemType_1`, `EffectItemType_2`, `EffectItemType_3`, `EffectMiscValue_1`, `EffectMiscValue_2`, `EffectMiscValue_3`, `EffectMiscValueB_1`, \n`EffectMiscValueB_2`, `EffectMiscValueB_3`, `EffectTriggerSpell_1`, `EffectTriggerSpell_2`, `EffectTriggerSpell_3`, `EffectPointsPerCombo_1`, `EffectPointsPerCombo_2`, `EffectPointsPerCombo_3`, `EffectSpellClassMaskA_1`, \n`EffectSpellClassMaskA_2`, `EffectSpellClassMaskA_3`, `EffectSpellClassMaskB_1`, `EffectSpellClassMaskB_2`, `EffectSpellClassMaskB_3`, `EffectSpellClassMaskC_1`, `EffectSpellClassMaskC_2`, `EffectSpellClassMaskC_3`, \n`SpellVisualID_1`, `SpellVisualID_2`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`, \n`Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `NameSubtext_Lang_enUS`, \n`NameSubtext_Lang_enGB`, `NameSubtext_Lang_koKR`, `NameSubtext_Lang_frFR`, `NameSubtext_Lang_deDE`, `NameSubtext_Lang_enCN`, `NameSubtext_Lang_zhCN`, `NameSubtext_Lang_enTW`, `NameSubtext_Lang_zhTW`, \n`NameSubtext_Lang_esES`, `NameSubtext_Lang_esMX`, `NameSubtext_Lang_ruRU`, `NameSubtext_Lang_ptPT`, `NameSubtext_Lang_ptBR`, `NameSubtext_Lang_itIT`, `NameSubtext_Lang_Unk`, `NameSubtext_Lang_Mask`, \n`Description_Lang_enUS`, `Description_Lang_enGB`, `Description_Lang_koKR`, `Description_Lang_frFR`, `Description_Lang_deDE`, `Description_Lang_enCN`, `Description_Lang_zhCN`, `Description_Lang_enTW`, \n`Description_Lang_zhTW`, `Description_Lang_esES`, `Description_Lang_esMX`, `Description_Lang_ruRU`, `Description_Lang_ptPT`, `Description_Lang_ptBR`, `Description_Lang_itIT`, `Description_Lang_Unk`, \n`Description_Lang_Mask`, `AuraDescription_Lang_enUS`, `AuraDescription_Lang_enGB`, `AuraDescription_Lang_koKR`, `AuraDescription_Lang_frFR`, `AuraDescription_Lang_deDE`, `AuraDescription_Lang_enCN`, \n`AuraDescription_Lang_zhCN`, `AuraDescription_Lang_enTW`, `AuraDescription_Lang_zhTW`, `AuraDescription_Lang_esES`, `AuraDescription_Lang_esMX`, `AuraDescription_Lang_ruRU`, `AuraDescription_Lang_ptPT`, \n`AuraDescription_Lang_ptBR`, `AuraDescription_Lang_itIT`, `AuraDescription_Lang_Unk`, `AuraDescription_Lang_Mask`, `ManaCostPct`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellClassSet`, \n`SpellClassMask_1`, `SpellClassMask_2`, `SpellClassMask_3`, `MaxTargets`, `DefenseType`, `PreventionType`, `StanceBarOrder`, `EffectChainAmplitude_1`, `EffectChainAmplitude_2`, `EffectChainAmplitude_3`, `MinFactionID`, \n`MinReputation`, `RequiredAuraVision`, `RequiredTotemCategoryID_1`, `RequiredTotemCategoryID_2`, `RequiredAreasID`, `SchoolMask`, `RuneCostID`, `SpellMissileID`, `PowerDisplayID`, `EffectBonusMultiplier_1`, \n`EffectBonusMultiplier_2`, `EffectBonusMultiplier_3`, `SpellDescriptionVariableID`, `SpellDifficultyID`) VALUES\n--\n(91003,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,28,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301001,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Onyxia Whelp','','','','','','','','','','','','','','','',16712190,\n'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,'','','','','','','','','','','','','','','','',16712188,\n0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0);\n\nDELETE FROM `creature_loot_template` WHERE `Item` = 18705;\n\nREPLACE INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(301000, 17966, 0, 100.0, 0, 0, 1, 1),\n(301000, 18422, 0, 100.0, 0, 0, 1, 1),\n(301000, 18423, 0, 100.0, 0, 0, 1, 1),\n(301000, 18492, 0, 100.0, 0, 0, 1, 1),\n(301000, 18705, 0, 40.0, 0, 0, 1, 1),\n(301000, 21108, 0, 100.0, 0, 0, 1, 1),\n(301000, 300000, 300000, 100.0, 0, 0, 2, 2),\n(301000, 300440, 300440, 100.0, 0, 0, 1, 1),\n(301000, 301710, 301710, 100.0, 0, 0, 1, 1),\n(301000, 301720, 301720, 100.0, 0, 0, 1, 1),\n(301000, 301730, 301730, 100.0, 0, 0, 1, 1),\n(301000, 302620, 302620, 100.0, 0, 0, 1, 1),\n(301000, 302630, 302630, 100.0, 0, 0, 1, 1),\n(301002, 4500, 0, 0.06, 0, 0, 1, 1),\n(301002, 5759, 0, 0.1, 0, 0, 1, 1),\n(301002, 5760, 0, 0.6254, 0, 0, 1, 1),\n(301002, 7909, 0, 0.6254, 0, 0, 1, 1),\n(301002, 7910, 0, 0.6254, 0, 0, 1, 1),\n(301002, 8766, 0, 2.8143, 0, 0, 1, 1),\n(301002, 8952, 0, 5.4409, 0, 0, 1, 1),\n(301002, 10305, 0, 0.28, 0, 0, 1, 1),\n(301002, 10306, 0, 0.32, 0, 0, 1, 1),\n(301002, 10307, 0, 0.22, 0, 0, 1, 1),\n(301002, 10308, 0, 0.26, 0, 0, 1, 1),\n(301002, 10309, 0, 0.1, 0, 0, 1, 1),\n(301002, 10310, 0, 0.1, 0, 0, 1, 1),\n(301002, 12682, 0, 0.02, 0, 0, 1, 1),\n(301002, 12689, 0, 0.04, 0, 0, 1, 1),\n(301002, 12693, 0, 0.02, 0, 0, 1, 1),\n(301002, 12694, 0, 0.02, 0, 0, 1, 1),\n(301002, 12695, 0, 0.02, 0, 0, 1, 1),\n(301002, 12697, 0, 0.02, 0, 0, 1, 1),\n(301002, 12704, 0, 0.02, 0, 0, 1, 1),\n(301002, 12713, 0, 0.16, 0, 0, 1, 1),\n(301002, 12728, 0, 0.02, 0, 0, 1, 1),\n(301002, 13444, 0, 1.18, 0, 0, 1, 1),\n(301002, 13446, 0, 1.7, 0, 0, 1, 1),\n(301002, 13490, 0, 0.06, 0, 0, 1, 1),\n(301002, 13492, 0, 0.04, 0, 0, 1, 1),\n(301002, 14466, 0, 0.02, 0, 0, 1, 1),\n(301002, 14470, 0, 0.02, 0, 0, 1, 1),\n(301002, 14478, 0, 0.02, 0, 0, 1, 1),\n(301002, 14489, 0, 0.02, 0, 0, 1, 1),\n(301002, 14491, 0, 0.02, 0, 0, 1, 1),\n(301002, 14492, 0, 0.02, 0, 0, 1, 1),\n(301002, 14494, 0, 0.02, 0, 0, 1, 1),\n(301002, 14496, 0, 0.02, 0, 0, 1, 1),\n(301002, 14498, 0, 0.02, 0, 0, 1, 1),\n(301002, 14499, 0, 0.02, 0, 0, 1, 1),\n(301002, 14504, 0, 0.16, 0, 0, 1, 1),\n(301002, 14506, 0, 0.1, 0, 0, 1, 1),\n(301002, 14508, 0, 0.1, 0, 0, 1, 1),\n(301002, 15731, 0, 0.02, 0, 0, 1, 1),\n(301002, 15737, 0, 0.02, 0, 0, 1, 1),\n(301002, 15745, 0, 0.04, 0, 0, 1, 1),\n(301002, 15746, 0, 0.04, 0, 0, 1, 1),\n(301002, 15755, 0, 0.02, 0, 0, 1, 1),\n(301002, 15757, 0, 0.02, 0, 0, 1, 1),\n(301002, 15765, 0, 0.06, 0, 0, 1, 1),\n(301002, 16043, 0, 0.02, 0, 0, 1, 1),\n(301002, 16051, 0, 0.02, 0, 0, 1, 1),\n(301002, 16215, 0, 0.02, 0, 0, 1, 1),\n(301002, 16245, 0, 0.02, 0, 0, 1, 1),\n(301002, 16251, 0, 0.04, 0, 0, 1, 1),\n(301002, 20400, 0, 0.06, 0, 0, 1, 1),\n(301002, 240160, 240160, 1.0, 0, 0, 1, 1),\n(301002, 240240, 240240, 5.0, 0, 0, 1, 1),\n(301002, 240900, 240900, 0.005, 0, 0, 1, 1),\n(301002, 300480, 300480, 5.0, 0, 0, 1, 1),\n(301002, 300790, 300790, 0.025, 0, 2, 1, 1),\n(301002, 300810, 300810, 1.0, 0, 0, 1, 1),\n(301002, 300830, 300830, 1.0, 0, 3, 1, 1),\n(301002, 300840, 300840, 0.025, 0, 4, 1, 1),\n(301002, 300870, 300870, 0.005, 0, 0, 1, 1),\n(301002, 300880, 300880, 0.025, 0, 0, 1, 1),\n(301002, 300890, 300890, 1.0, 0, 5, 1, 1),\n(301002, 301830, 301830, 0.005, 0, 10, 1, 1),\n(301002, 302680, 302680, 0.005, 0, 0, 1, 1);\n\nREPLACE INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(240900, 2243, 0, 0.0, 0, 1, 1, 1),\n(240900, 14554, 0, 0.0, 0, 1, 1, 1),\n(240900, 14555, 0, 0.0, 0, 1, 1, 1),\n(300000, 16900, 0, 0.0, 0, 1, 1, 1),\n(300000, 16908, 0, 0.0, 0, 1, 1, 1),\n(300000, 16914, 0, 0.0, 0, 1, 1, 1),\n(300000, 16921, 0, 0.0, 0, 1, 1, 1),\n(300000, 16929, 0, 0.0, 0, 1, 1, 1),\n(300000, 16939, 0, 0.0, 0, 1, 1, 1),\n(300000, 16947, 0, 0.0, 0, 1, 1, 1),\n(300000, 16963, 0, 0.0, 0, 1, 1, 1),\n(300000, 16955, 0, 0.0, 0, 1, 1, 1),\n(300440, 2564, 0, 0.0, 0, 1, 1, 1),\n(300440, 7734, 0, 0.0, 0, 1, 1, 1),\n(300440, 13009, 0, 0.0, 0, 1, 1, 1),\n(300440, 13030, 0, 0.0, 0, 1, 1, 1),\n(300440, 13046, 0, 0.0, 0, 1, 1, 1),\n(300440, 13065, 0, 0.0, 0, 1, 1, 1),\n(300440, 13066, 0, 0.0, 0, 1, 1, 1),\n(300440, 13085, 0, 0.0, 0, 1, 1, 1),\n(300440, 13125, 0, 0.0, 0, 1, 1, 1),\n(300440, 13139, 0, 0.0, 0, 1, 1, 1),\n(300480, 3936, 0, 0.0, 0, 1, 1, 1),\n(300480, 3937, 0, 0.0, 0, 1, 1, 1),\n(300480, 3938, 0, 0.0, 0, 1, 1, 1),\n(300480, 3939, 0, 0.0, 0, 1, 1, 1),\n(300480, 3940, 0, 0.0, 0, 1, 1, 1),\n(300480, 3941, 0, 0.0, 0, 1, 1, 1),\n(300480, 3942, 0, 0.0, 0, 1, 1, 1),\n(300480, 3943, 0, 0.0, 0, 1, 1, 1),\n(300480, 3961, 0, 0.0, 0, 1, 1, 1),\n(300480, 3962, 0, 0.0, 0, 1, 1, 1),\n(300480, 3963, 0, 0.0, 0, 1, 1, 1),\n(300480, 3964, 0, 0.0, 0, 1, 1, 1),\n(300480, 3965, 0, 0.0, 0, 1, 1, 1),\n(300480, 3966, 0, 0.0, 0, 1, 1, 1),\n(300480, 3967, 0, 0.0, 0, 1, 1, 1),\n(300480, 3968, 0, 0.0, 0, 1, 1, 1),\n(300480, 3986, 0, 0.0, 0, 1, 1, 1),\n(300480, 3989, 0, 0.0, 0, 1, 1, 1),\n(300480, 4000, 0, 0.0, 0, 1, 1, 1),\n(300480, 4001, 0, 0.0, 0, 1, 1, 1),\n(300480, 4002, 0, 0.0, 0, 1, 1, 1),\n(300480, 4003, 0, 0.0, 0, 1, 1, 1),\n(300480, 4004, 0, 0.0, 0, 1, 1, 1),\n(300480, 4005, 0, 0.0, 0, 1, 1, 1),\n(300480, 4006, 0, 0.0, 0, 1, 1, 1),\n(300480, 4007, 0, 0.0, 0, 1, 1, 1),\n(300480, 4017, 0, 0.0, 0, 1, 1, 1),\n(300480, 4018, 0, 0.0, 0, 1, 1, 1),\n(300480, 4019, 0, 0.0, 0, 1, 1, 1),\n(300480, 4020, 0, 0.0, 0, 1, 1, 1),\n(300480, 4021, 0, 0.0, 0, 1, 1, 1),\n(300480, 4022, 0, 0.0, 0, 1, 1, 1),\n(300480, 4023, 0, 0.0, 0, 1, 1, 1),\n(300480, 4024, 0, 0.0, 0, 1, 1, 1),\n(300480, 4025, 0, 0.0, 0, 1, 1, 1),\n(300480, 4026, 0, 0.0, 0, 1, 1, 1),\n(300480, 8749, 0, 0.0, 0, 1, 1, 1),\n(300480, 8750, 0, 0.0, 0, 1, 1, 1),\n(300480, 8751, 0, 0.0, 0, 1, 1, 1),\n(300480, 13824, 0, 0.0, 0, 1, 1, 1),\n(300790, 9402, 0, 0.0, 0, 2, 1, 1),\n(300790, 13001, 0, 0.0, 0, 2, 1, 1),\n(300790, 13015, 0, 0.0, 0, 2, 1, 1),\n(300790, 13028, 0, 0.0, 0, 2, 1, 1),\n(300790, 13053, 0, 0.0, 0, 2, 1, 1),\n(300790, 13060, 0, 0.0, 0, 2, 1, 1),\n(300790, 13072, 0, 0.0, 0, 2, 1, 1),\n(300790, 13096, 0, 0.0, 0, 2, 1, 1),\n(300790, 13116, 0, 0.0, 0, 2, 1, 1),\n(300790, 13133, 0, 0.0, 0, 2, 1, 1),\n(300830, 8303, 0, 0.0, 0, 3, 1, 1),\n(300830, 8313, 0, 0.0, 0, 3, 1, 1),\n(300830, 10139, 0, 0.0, 0, 3, 1, 1),\n(300830, 10141, 0, 0.0, 0, 3, 1, 1),\n(300830, 10142, 0, 0.0, 0, 3, 1, 1),\n(300830, 10150, 0, 0.0, 0, 3, 1, 1),\n(300830, 10152, 0, 0.0, 0, 3, 1, 1),\n(300830, 10153, 0, 0.0, 0, 3, 1, 1),\n(300830, 10160, 0, 0.0, 0, 3, 1, 1),\n(300830, 10162, 0, 0.0, 0, 3, 1, 1),\n(300830, 10163, 0, 0.0, 0, 3, 1, 1),\n(300830, 10215, 0, 0.0, 0, 3, 1, 1),\n(300830, 10218, 0, 0.0, 0, 3, 1, 1),\n(300830, 10220, 0, 0.0, 0, 3, 1, 1),\n(300830, 10227, 0, 0.0, 0, 3, 1, 1),\n(300830, 10247, 0, 0.0, 0, 3, 1, 1),\n(300830, 10248, 0, 0.0, 0, 3, 1, 1),\n(300830, 10250, 0, 0.0, 0, 3, 1, 1),\n(300830, 10251, 0, 0.0, 0, 3, 1, 1),\n(300830, 10253, 0, 0.0, 0, 3, 1, 1),\n(300830, 10255, 0, 0.0, 0, 3, 1, 1),\n(300830, 10257, 0, 0.0, 0, 3, 1, 1),\n(300830, 10259, 0, 0.0, 0, 3, 1, 1),\n(300830, 10260, 0, 0.0, 0, 3, 1, 1),\n(300830, 10261, 0, 0.0, 0, 3, 1, 1),\n(300830, 10263, 0, 0.0, 0, 3, 1, 1),\n(300830, 10265, 0, 0.0, 0, 3, 1, 1),\n(300830, 10268, 0, 0.0, 0, 3, 1, 1),\n(300830, 10269, 0, 0.0, 0, 3, 1, 1),\n(300830, 10270, 0, 0.0, 0, 3, 1, 1),\n(300830, 10272, 0, 0.0, 0, 3, 1, 1),\n(300830, 10274, 0, 0.0, 0, 3, 1, 1),\n(300830, 10366, 0, 0.0, 0, 3, 1, 1),\n(300830, 10368, 0, 0.0, 0, 3, 1, 1),\n(300830, 10378, 0, 0.0, 0, 3, 1, 1),\n(300830, 10382, 0, 0.0, 0, 3, 1, 1),\n(300830, 10385, 0, 0.0, 0, 3, 1, 1),\n(300830, 10386, 0, 0.0, 0, 3, 1, 1),\n(300830, 10388, 0, 0.0, 0, 3, 1, 1),\n(300830, 10390, 0, 0.0, 0, 3, 1, 1),\n(300830, 11992, 0, 0.0, 0, 3, 1, 1),\n(300830, 12005, 0, 0.0, 0, 3, 1, 1),\n(300830, 12027, 0, 0.0, 0, 3, 1, 1),\n(300830, 12036, 0, 0.0, 0, 3, 1, 1),\n(300830, 14318, 0, 0.0, 0, 3, 1, 1),\n(300830, 14322, 0, 0.0, 0, 3, 1, 1),\n(300830, 14326, 0, 0.0, 0, 3, 1, 1),\n(300830, 14329, 0, 0.0, 0, 3, 1, 1),\n(300830, 14333, 0, 0.0, 0, 3, 1, 1),\n(300830, 14334, 0, 0.0, 0, 3, 1, 1),\n(300830, 14335, 0, 0.0, 0, 3, 1, 1),\n(300830, 14460, 0, 0.0, 0, 3, 1, 1),\n(300830, 14461, 0, 0.0, 0, 3, 1, 1),\n(300830, 14462, 0, 0.0, 0, 3, 1, 1),\n(300830, 14463, 0, 0.0, 0, 3, 1, 1),\n(300830, 14681, 0, 0.0, 0, 3, 1, 1),\n(300830, 14685, 0, 0.0, 0, 3, 1, 1),\n(300830, 14686, 0, 0.0, 0, 3, 1, 1),\n(300830, 14687, 0, 0.0, 0, 3, 1, 1),\n(300830, 14809, 0, 0.0, 0, 3, 1, 1),\n(300830, 14814, 0, 0.0, 0, 3, 1, 1),\n(300830, 14815, 0, 0.0, 0, 3, 1, 1),\n(300830, 14816, 0, 0.0, 0, 3, 1, 1),\n(300830, 14817, 0, 0.0, 0, 3, 1, 1),\n(300830, 14862, 0, 0.0, 0, 3, 1, 1),\n(300830, 14866, 0, 0.0, 0, 3, 1, 1),\n(300830, 14867, 0, 0.0, 0, 3, 1, 1),\n(300830, 14931, 0, 0.0, 0, 3, 1, 1),\n(300830, 14978, 0, 0.0, 0, 3, 1, 1),\n(300830, 14980, 0, 0.0, 0, 3, 1, 1),\n(300830, 14981, 0, 0.0, 0, 3, 1, 1),\n(300830, 15193, 0, 0.0, 0, 3, 1, 1),\n(300830, 15195, 0, 0.0, 0, 3, 1, 1),\n(300830, 15220, 0, 0.0, 0, 3, 1, 1),\n(300830, 15246, 0, 0.0, 0, 3, 1, 1),\n(300830, 15257, 0, 0.0, 0, 3, 1, 1),\n(300830, 15267, 0, 0.0, 0, 3, 1, 1),\n(300830, 15273, 0, 0.0, 0, 3, 1, 1),\n(300830, 15296, 0, 0.0, 0, 3, 1, 1),\n(300830, 15435, 0, 0.0, 0, 3, 1, 1),\n(300830, 15438, 0, 0.0, 0, 3, 1, 1),\n(300830, 15440, 0, 0.0, 0, 3, 1, 1),\n(300830, 15441, 0, 0.0, 0, 3, 1, 1),\n(300830, 15669, 0, 0.0, 0, 3, 1, 1),\n(300830, 15675, 0, 0.0, 0, 3, 1, 1),\n(300830, 15678, 0, 0.0, 0, 3, 1, 1),\n(300830, 15682, 0, 0.0, 0, 3, 1, 1),\n(300830, 15685, 0, 0.0, 0, 3, 1, 1),\n(300830, 15686, 0, 0.0, 0, 3, 1, 1),\n(300830, 15887, 0, 0.0, 0, 3, 1, 1),\n(300830, 15940, 0, 0.0, 0, 3, 1, 1),\n(300830, 15988, 0, 0.0, 0, 3, 1, 1),\n(300830, 15991, 0, 0.0, 0, 3, 1, 1),\n(300840, 5267, 0, 0.0, 0, 4, 1, 1),\n(300840, 6622, 0, 0.0, 0, 4, 1, 1),\n(300840, 13000, 0, 0.0, 0, 4, 1, 1),\n(300840, 13006, 0, 0.0, 0, 4, 1, 1),\n(300840, 13023, 0, 0.0, 0, 4, 1, 1),\n(300840, 13075, 0, 0.0, 0, 4, 1, 1),\n(300840, 13083, 0, 0.0, 0, 4, 1, 1),\n(300840, 13107, 0, 0.0, 0, 4, 1, 1),\n(300840, 13113, 0, 0.0, 0, 4, 1, 1),\n(300840, 13123, 0, 0.0, 0, 4, 1, 1),\n(300870, 944, 0, 0.0, 0, 1, 1, 1),\n(300870, 1263, 0, 0.0, 0, 1, 1, 1),\n(300870, 1443, 0, 0.0, 0, 1, 1, 1),\n(300870, 14553, 0, 0.0, 0, 1, 1, 1),\n(300880, 1973, 0, 0.0, 0, 1, 1, 1),\n(300880, 4696, 0, 0.0, 0, 1, 1, 1),\n(300880, 13002, 0, 0.0, 0, 1, 1, 1),\n(300880, 13004, 0, 0.0, 0, 1, 1, 1),\n(300880, 13007, 0, 0.0, 0, 1, 1, 1),\n(300880, 13047, 0, 0.0, 0, 1, 1, 1),\n(300880, 13070, 0, 0.0, 0, 1, 1, 1),\n(300880, 13101, 0, 0.0, 0, 1, 1, 1),\n(300880, 13135, 0, 0.0, 0, 1, 1, 1),\n(300880, 13146, 0, 0.0, 0, 1, 1, 1),\n(300890, 10135, 0, 0.0, 0, 5, 1, 1),\n(300890, 10143, 0, 0.0, 0, 5, 1, 1),\n(300890, 10151, 0, 0.0, 0, 5, 1, 1),\n(300890, 10157, 0, 0.0, 0, 5, 1, 1),\n(300890, 10158, 0, 0.0, 0, 5, 1, 1),\n(300890, 10246, 0, 0.0, 0, 5, 1, 1),\n(300890, 10252, 0, 0.0, 0, 5, 1, 1),\n(300890, 10254, 0, 0.0, 0, 5, 1, 1),\n(300890, 10262, 0, 0.0, 0, 5, 1, 1),\n(300890, 10264, 0, 0.0, 0, 5, 1, 1),\n(300890, 10266, 0, 0.0, 0, 5, 1, 1),\n(300890, 10271, 0, 0.0, 0, 5, 1, 1),\n(300890, 10273, 0, 0.0, 0, 5, 1, 1),\n(300890, 10367, 0, 0.0, 0, 5, 1, 1),\n(300890, 10384, 0, 0.0, 0, 5, 1, 1),\n(300890, 10389, 0, 0.0, 0, 5, 1, 1),\n(300890, 11980, 0, 0.0, 0, 5, 1, 1),\n(300890, 12017, 0, 0.0, 0, 5, 1, 1),\n(300890, 12048, 0, 0.0, 0, 5, 1, 1),\n(300890, 12058, 0, 0.0, 0, 5, 1, 1),\n(300890, 14328, 0, 0.0, 0, 5, 1, 1),\n(300890, 14332, 0, 0.0, 0, 5, 1, 1),\n(300890, 14336, 0, 0.0, 0, 5, 1, 1),\n(300890, 14456, 0, 0.0, 0, 5, 1, 1),\n(300890, 14464, 0, 0.0, 0, 5, 1, 1),\n(300890, 14680, 0, 0.0, 0, 5, 1, 1),\n(300890, 14811, 0, 0.0, 0, 5, 1, 1),\n(300890, 14812, 0, 0.0, 0, 5, 1, 1),\n(300890, 14975, 0, 0.0, 0, 5, 1, 1),\n(300890, 14979, 0, 0.0, 0, 5, 1, 1),\n(300890, 14982, 0, 0.0, 0, 5, 1, 1),\n(300890, 15221, 0, 0.0, 0, 5, 1, 1),\n(300890, 15240, 0, 0.0, 0, 5, 1, 1),\n(300890, 15247, 0, 0.0, 0, 5, 1, 1),\n(300890, 15258, 0, 0.0, 0, 5, 1, 1),\n(300890, 15283, 0, 0.0, 0, 5, 1, 1),\n(300890, 15289, 0, 0.0, 0, 5, 1, 1),\n(300890, 15439, 0, 0.0, 0, 5, 1, 1),\n(300890, 15442, 0, 0.0, 0, 5, 1, 1),\n(300890, 15680, 0, 0.0, 0, 5, 1, 1),\n(300890, 15684, 0, 0.0, 0, 5, 1, 1),\n(300890, 15687, 0, 0.0, 0, 5, 1, 1),\n(300890, 15941, 0, 0.0, 0, 5, 1, 1),\n(300890, 15942, 0, 0.0, 0, 5, 1, 1),\n(300890, 15968, 0, 0.0, 0, 5, 1, 1),\n(300890, 15989, 0, 0.0, 0, 5, 1, 1),\n(301710, 1203, 0, 0.0, 0, 1, 1, 1),\n(301710, 1973, 0, 0.0, 0, 1, 1, 1),\n(301710, 2564, 0, 0.0, 0, 1, 1, 1),\n(301710, 4696, 0, 0.0, 0, 1, 1, 1),\n(301710, 5266, 0, 0.0, 0, 1, 1, 1),\n(301710, 5267, 0, 0.0, 0, 1, 1, 1),\n(301710, 6622, 0, 0.0, 0, 1, 1, 1),\n(301710, 7734, 0, 0.0, 0, 1, 1, 1),\n(301710, 7976, 0, 0.0, 0, 1, 1, 1),\n(301710, 7991, 0, 0.0, 0, 1, 1, 1),\n(301710, 8028, 0, 0.0, 0, 1, 1, 1),\n(301710, 9402, 0, 0.0, 0, 1, 1, 1),\n(301710, 10605, 0, 0.0, 0, 1, 1, 1),\n(301710, 10608, 0, 0.0, 0, 1, 1, 1),\n(301710, 11302, 0, 0.0, 0, 1, 1, 1),\n(301710, 12698, 0, 0.0, 0, 1, 1, 1),\n(301710, 12711, 0, 0.0, 0, 1, 1, 1),\n(301710, 12717, 0, 0.0, 0, 1, 1, 1),\n(301710, 12720, 0, 0.0, 0, 1, 1, 1),\n(301710, 12728, 0, 0.0, 0, 1, 1, 1),\n(301710, 13000, 0, 0.0, 0, 1, 1, 1),\n(301710, 13001, 0, 0.0, 0, 1, 1, 1),\n(301710, 13002, 0, 0.0, 0, 1, 1, 1),\n(301710, 13003, 0, 0.0, 0, 1, 1, 1),\n(301710, 13004, 0, 0.0, 0, 1, 1, 1),\n(301710, 13006, 0, 0.0, 0, 1, 1, 1),\n(301710, 13007, 0, 0.0, 0, 1, 1, 1),\n(301710, 13008, 0, 0.0, 0, 1, 1, 1),\n(301710, 13009, 0, 0.0, 0, 1, 1, 1),\n(301710, 13013, 0, 0.0, 0, 1, 1, 1),\n(301710, 13015, 0, 0.0, 0, 1, 1, 1),\n(301710, 13030, 0, 0.0, 0, 1, 1, 1),\n(301710, 13036, 0, 0.0, 0, 1, 1, 1),\n(301710, 13040, 0, 0.0, 0, 1, 1, 1),\n(301710, 13047, 0, 0.0, 0, 1, 1, 1),\n(301710, 13053, 0, 0.0, 0, 1, 1, 1),\n(301710, 13060, 0, 0.0, 0, 1, 1, 1),\n(301710, 13066, 0, 0.0, 0, 1, 1, 1),\n(301710, 13067, 0, 0.0, 0, 1, 1, 1),\n(301710, 13070, 0, 0.0, 0, 1, 1, 1),\n(301710, 13072, 0, 0.0, 0, 1, 1, 1),\n(301710, 13073, 0, 0.0, 0, 1, 1, 1),\n(301710, 13075, 0, 0.0, 0, 1, 1, 1),\n(301710, 13077, 0, 0.0, 0, 1, 1, 1),\n(301710, 13083, 0, 0.0, 0, 1, 1, 1),\n(301710, 13085, 0, 0.0, 0, 1, 1, 1),\n(301710, 13091, 0, 0.0, 0, 1, 1, 1),\n(301710, 13096, 0, 0.0, 0, 1, 1, 1),\n(301710, 13107, 0, 0.0, 0, 1, 1, 1),\n(301710, 13111, 0, 0.0, 0, 1, 1, 1),\n(301710, 13113, 0, 0.0, 0, 1, 1, 1),\n(301710, 13116, 0, 0.0, 0, 1, 1, 1),\n(301710, 13118, 0, 0.0, 0, 1, 1, 1),\n(301710, 13120, 0, 0.0, 0, 1, 1, 1),\n(301710, 13123, 0, 0.0, 0, 1, 1, 1),\n(301710, 13125, 0, 0.0, 0, 1, 1, 1),\n(301710, 13126, 0, 0.0, 0, 1, 1, 1),\n(301710, 13130, 0, 0.0, 0, 1, 1, 1),\n(301710, 13133, 0, 0.0, 0, 1, 1, 1),\n(301710, 13135, 0, 0.0, 0, 1, 1, 1),\n(301710, 13144, 0, 0.0, 0, 1, 1, 1),\n(301710, 13146, 0, 0.0, 0, 1, 1, 1),\n(301710, 14501, 0, 0.0, 0, 1, 1, 1),\n(301710, 14509, 0, 0.0, 0, 1, 1, 1),\n(301710, 14511, 0, 0.0, 0, 1, 1, 1),\n(301710, 17413, 0, 0.0, 0, 1, 1, 1),\n(301710, 17414, 0, 0.0, 0, 1, 1, 1),\n(301710, 17682, 0, 0.0, 0, 1, 1, 1),\n(301710, 17683, 0, 0.0, 0, 1, 1, 1),\n(301710, 18600, 0, 0.0, 0, 1, 1, 1),\n(301710, 22388, 0, 0.0, 0, 1, 1, 1),\n(301710, 22389, 0, 0.0, 0, 1, 1, 1),\n(301710, 22390, 0, 0.0, 0, 1, 1, 1),\n(301710, 22393, 0, 0.0, 0, 1, 1, 1),\n(301710, 22890, 0, 0.0, 0, 1, 1, 1),\n(301710, 22891, 0, 0.0, 0, 1, 1, 1),\n(301720, 9297, 0, 0.0, 0, 1, 1, 1),\n(301720, 10246, 0, 0.0, 0, 1, 1, 1),\n(301720, 10247, 0, 0.0, 0, 1, 1, 1),\n(301720, 10248, 0, 0.0, 0, 1, 1, 1),\n(301720, 10249, 0, 0.0, 0, 1, 1, 1),\n(301720, 10250, 0, 0.0, 0, 1, 1, 1),\n(301720, 10251, 0, 0.0, 0, 1, 1, 1),\n(301720, 10252, 0, 0.0, 0, 1, 1, 1),\n(301720, 10253, 0, 0.0, 0, 1, 1, 1),\n(301720, 10254, 0, 0.0, 0, 1, 1, 1),\n(301720, 10255, 0, 0.0, 0, 1, 1, 1),\n(301720, 10256, 0, 0.0, 0, 1, 1, 1),\n(301720, 10257, 0, 0.0, 0, 1, 1, 1),\n(301720, 10258, 0, 0.0, 0, 1, 1, 1),\n(301720, 10259, 0, 0.0, 0, 1, 1, 1),\n(301720, 10260, 0, 0.0, 0, 1, 1, 1),\n(301720, 10261, 0, 0.0, 0, 1, 1, 1),\n(301720, 10262, 0, 0.0, 0, 1, 1, 1),\n(301720, 10263, 0, 0.0, 0, 1, 1, 1),\n(301720, 10264, 0, 0.0, 0, 1, 1, 1),\n(301720, 10265, 0, 0.0, 0, 1, 1, 1),\n(301720, 10266, 0, 0.0, 0, 1, 1, 1),\n(301720, 10267, 0, 0.0, 0, 1, 1, 1),\n(301720, 10268, 0, 0.0, 0, 1, 1, 1),\n(301720, 10269, 0, 0.0, 0, 1, 1, 1),\n(301720, 10270, 0, 0.0, 0, 1, 1, 1),\n(301720, 10272, 0, 0.0, 0, 1, 1, 1),\n(301720, 10273, 0, 0.0, 0, 1, 1, 1),\n(301720, 10274, 0, 0.0, 0, 1, 1, 1),\n(301720, 10367, 0, 0.0, 0, 1, 1, 1),\n(301720, 10384, 0, 0.0, 0, 1, 1, 1),\n(301720, 10385, 0, 0.0, 0, 1, 1, 1),\n(301720, 10386, 0, 0.0, 0, 1, 1, 1),\n(301720, 10387, 0, 0.0, 0, 1, 1, 1),\n(301720, 10388, 0, 0.0, 0, 1, 1, 1),\n(301720, 10389, 0, 0.0, 0, 1, 1, 1),\n(301720, 10390, 0, 0.0, 0, 1, 1, 1),\n(301720, 10391, 0, 0.0, 0, 1, 1, 1),\n(301720, 11224, 0, 0.0, 0, 1, 1, 1),\n(301720, 11226, 0, 0.0, 0, 1, 1, 1),\n(301720, 12017, 0, 0.0, 0, 1, 1, 1),\n(301720, 12048, 0, 0.0, 0, 1, 1, 1),\n(301720, 12682, 0, 0.0, 0, 1, 1, 1),\n(301720, 12683, 0, 0.0, 0, 1, 1, 1),\n(301720, 12684, 0, 0.0, 0, 1, 1, 1),\n(301720, 12685, 0, 0.0, 0, 1, 1, 1),\n(301720, 12689, 0, 0.0, 0, 1, 1, 1),\n(301720, 12702, 0, 0.0, 0, 1, 1, 1),\n(301720, 13486, 0, 0.0, 0, 1, 1, 1),\n(301720, 13487, 0, 0.0, 0, 1, 1, 1),\n(301720, 13488, 0, 0.0, 0, 1, 1, 1),\n(301720, 13489, 0, 0.0, 0, 1, 1, 1),\n(301720, 14328, 0, 0.0, 0, 1, 1, 1),\n(301720, 14329, 0, 0.0, 0, 1, 1, 1),\n(301720, 14330, 0, 0.0, 0, 1, 1, 1),\n(301720, 14331, 0, 0.0, 0, 1, 1, 1),\n(301720, 14332, 0, 0.0, 0, 1, 1, 1),\n(301720, 14333, 0, 0.0, 0, 1, 1, 1),\n(301720, 14334, 0, 0.0, 0, 1, 1, 1),\n(301720, 14335, 0, 0.0, 0, 1, 1, 1),\n(301720, 14336, 0, 0.0, 0, 1, 1, 1),\n(301720, 14337, 0, 0.0, 0, 1, 1, 1),\n(301720, 14975, 0, 0.0, 0, 1, 1, 1),\n(301720, 14976, 0, 0.0, 0, 1, 1, 1),\n(301720, 14977, 0, 0.0, 0, 1, 1, 1),\n(301720, 14978, 0, 0.0, 0, 1, 1, 1),\n(301720, 14979, 0, 0.0, 0, 1, 1, 1),\n(301720, 14980, 0, 0.0, 0, 1, 1, 1),\n(301720, 14981, 0, 0.0, 0, 1, 1, 1),\n(301720, 14982, 0, 0.0, 0, 1, 1, 1),\n(301720, 14983, 0, 0.0, 0, 1, 1, 1),\n(301720, 15221, 0, 0.0, 0, 1, 1, 1),\n(301720, 15229, 0, 0.0, 0, 1, 1, 1),\n(301720, 15240, 0, 0.0, 0, 1, 1, 1),\n(301720, 15247, 0, 0.0, 0, 1, 1, 1),\n(301720, 15258, 0, 0.0, 0, 1, 1, 1),\n(301720, 15267, 0, 0.0, 0, 1, 1, 1),\n(301720, 15273, 0, 0.0, 0, 1, 1, 1),\n(301720, 15278, 0, 0.0, 0, 1, 1, 1),\n(301720, 15283, 0, 0.0, 0, 1, 1, 1),\n(301720, 15289, 0, 0.0, 0, 1, 1, 1),\n(301720, 15325, 0, 0.0, 0, 1, 1, 1),\n(301720, 15434, 0, 0.0, 0, 1, 1, 1),\n(301720, 15435, 0, 0.0, 0, 1, 1, 1),\n(301720, 15436, 0, 0.0, 0, 1, 1, 1),\n(301720, 15437, 0, 0.0, 0, 1, 1, 1),\n(301720, 15438, 0, 0.0, 0, 1, 1, 1),\n(301720, 15439, 0, 0.0, 0, 1, 1, 1),\n(301720, 15440, 0, 0.0, 0, 1, 1, 1),\n(301720, 15441, 0, 0.0, 0, 1, 1, 1),\n(301720, 15442, 0, 0.0, 0, 1, 1, 1),\n(301720, 15678, 0, 0.0, 0, 1, 1, 1),\n(301720, 15679, 0, 0.0, 0, 1, 1, 1),\n(301720, 15680, 0, 0.0, 0, 1, 1, 1),\n(301720, 15681, 0, 0.0, 0, 1, 1, 1),\n(301720, 15682, 0, 0.0, 0, 1, 1, 1),\n(301720, 15683, 0, 0.0, 0, 1, 1, 1),\n(301720, 15684, 0, 0.0, 0, 1, 1, 1),\n(301720, 15685, 0, 0.0, 0, 1, 1, 1),\n(301720, 15686, 0, 0.0, 0, 1, 1, 1),\n(301720, 15687, 0, 0.0, 0, 1, 1, 1),\n(301720, 15942, 0, 0.0, 0, 1, 1, 1),\n(301720, 16044, 0, 0.0, 0, 1, 1, 1),\n(301720, 16055, 0, 0.0, 0, 1, 1, 1),\n(301720, 16253, 0, 0.0, 0, 1, 1, 1),\n(301730, 17962, 0, 0.0, 0, 1, 1, 1),\n(301730, 17963, 0, 0.0, 0, 1, 1, 1),\n(301730, 17964, 0, 0.0, 0, 1, 1, 1),\n(301730, 17965, 0, 0.0, 0, 1, 1, 1),\n(301730, 17969, 0, 0.0, 0, 1, 1, 1),\n(301830, 1168, 0, 0.0, 0, 10, 1, 1),\n(301830, 2099, 0, 0.0, 0, 10, 1, 1),\n(301830, 2245, 0, 0.0, 0, 10, 1, 1),\n(301830, 2246, 0, 0.0, 0, 10, 1, 1),\n(302620, 17064, 0, 8.0, 0, 1, 1, 1),\n(302620, 17068, 0, 8.0, 0, 1, 1, 1),\n(302620, 17075, 0, 8.0, 0, 1, 1, 1),\n(302630, 17067, 0, 0.0, 0, 1, 1, 1),\n(302630, 17078, 0, 0.0, 0, 1, 1, 1),\n(302630, 18205, 0, 0.0, 0, 1, 1, 1),\n(302630, 18813, 0, 0.0, 0, 1, 1, 1),\n(302680, 1728, 0, 0.0, 0, 1, 1, 1),\n(302680, 2801, 0, 0.0, 0, 1, 1, 1),\n(302680, 3475, 0, 0.0, 0, 1, 1, 1);\n\nDELETE FROM `creature` WHERE `guid` BETWEEN 311000 AND 311006;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES\n(311000, 301000, 0, 0, 249, 4, 0.69628, -211.972, -86.075, 3.19974, 604800, 0.0, 0),\n(311001, 301002, 0, 0, 249, 4, -166.623, -196.003, -66.2619, 5.06806, 6300, 0.0, 2),\n(311002, 301002, 0, 0, 249, 4, -52.9699, -96.8813, -38.6419, 5.66711, 6300, 0.0, 2),\n(311003, 301002, 0, 0, 249, 4, 49.8206, -114.607, -24.3112, 1.24193, 1201, 0.0, 2),\n(311004, 301002, 0, 0, 249, 4, -131.203, -137.47, -52.5151, 0.641988, 1201, 0.0, 2),\n(311005, 301002, 0, 0, 249, 4, -199.097, -209.826, -68.9112, 0.650188, 1201, 0.0, 0);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (3110010, 3110020, 3110030, 3110040);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(3110010, 1, -163.83, -204.604, -66.2683, 5.05628, 0),\n(3110010, 2, -155.152, -212.384, -66.6343, 2.93965, 0),\n(3110010, 3, -141.729, -213.377, -68.8695, 6.22261, 0),\n(3110010, 4, -154.952, -212.483, -66.6419, 3.19293, 0),\n(3110010, 5, -164.343, -204.266, -66.2673, 2.19352, 0),\n(3110010, 6, -166.675, -190.895, -66.2472, 1.57895, 0),\n(3110010, 7, -168.71, -181.385, -65.4601, 1.68498, 0),\n(3110010, 8, -166.79, -190.459, -66.2541, 4.92081, 0),\n(3110020, 1, -52.1412, -98.2359, -38.6507, 6.28153, 0),\n(3110020, 2, -74.7562, -98.3192, -34.9932, 3.1635, 0),\n(3110020, 3, -86.2188, -99.9578, -36.5755, 3.30691, 0),\n(3110020, 4, -96.563, -108.612, -39.2156, 3.85668, 0),\n(3110020, 5, -101.853, -112.661, -41.5379, 0.587407, 0),\n(3110020, 6, -96.8643, -108.629, -39.2921, 3.76435, 0),\n(3110020, 7, -85.8067, -100.253, -36.5221, 0.449972, 0),\n(3110020, 8, -74.6329, -98.5399, -34.9836, 0.108325, 0),\n(3110030, 1, 52.2852, -105.334, -24.8035, 1.31584, 0),\n(3110030, 2, 52.4425, -97.069, -25.1109, 4.82655, 0),\n(3110030, 3, 50.325, -90.0214, -25.7882, 4.67538, 0),\n(3110030, 4, 46.1806, -77.3484, -26.5919, 2.78651, 0),\n(3110030, 5, 50.5625, -90.3953, -25.7437, 5.09165, 0),\n(3110030, 6, 52.57, -97.4695, -25.0943, 4.95223, 0),\n(3110030, 7, 52.5036, -105.629, -24.777, 4.30625, 0),\n(3110030, 8, 46.4701, -114.817, -24.6921, 1.14113, 0),\n(3110040, 1, -135.799, -142.144, -53.378, 0.681684, 0),\n(3110040, 2, -149.953, -151.32, -53.526, 0.554059, 0),\n(3110040, 3, -159.632, -158.221, -57.4562, 3.90378, 0),\n(3110040, 4, -164.138, -163.099, -59.3168, 0.895706, 0),\n(3110040, 5, -169.922, -173.997, -63.4661, 1.12346, 0),\n(3110040, 6, -164.278, -163.272, -59.3729, 1.0135, 0),\n(3110040, 7, -159.712, -157.77, -57.4116, 0.632569, 0),\n(3110040, 8, -149.381, -150.852, -53.5372, 0.565795, 0),\n(3110040, 9, -135.617, -142.149, -53.3473, 3.88019, 0),\n(3110040, 10, -125.857, -133.639, -51.4387, 0.728772, 0),\n(3110040, 11, -113.42, -122.504, -49.0254, 0.69146, 0),\n(3110040, 12, -125.618, -133.461, -51.4287, 3.8802, 0);\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` BETWEEN 301000 AND 301003;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(301002, 0, 0, 0, 0, 0, 100, 6, 1000, 1000, 12000, 12000, 0, 11, 20203, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0.0, 'Onyxian Warder - In Combat - Cast Fire Nova (Onyxia 40)'),\n(301002, 0, 1, 0, 0, 0, 90, 6, 5000, 5000, 20000, 20000, 0, 11, 18958, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0.0,  'Onyxian Warder - In Combat - Cast Flame Lash (Onyxia 40)'),\n(301002, 0, 2, 0, 0, 0, 80, 6, 7000, 7000, 9000, 11000, 0, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0.0,   'Onyxian Warder - In Combat - Cast Cleave (Onyxia 40)'),\n(301002, 0, 3, 0, 0, 0, 95, 6, 3000, 3000, 35000, 35000, 0, 11, 12097, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0.0,  'Onyxian Warder - In Combat - Cast Pierce Armor (Onyxia 40)');\n\nDELETE FROM `creature_text` WHERE `CreatureID` BETWEEN 301000 AND 301003;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n--\n(301000, 0, 0, \"How fortuitous. Usually, I must leave my lair in order to feed.\", 14, 0, 100.0, 0, 0, 0, 8286, 0, \"Onyxia - Aggro (Onyxia 40)\"),\n(301000, 1, 0, \"Learn your place, mortal!\", 14, 0, 100.0, 0, 0, 0, 8287, 0, \"Onyxia - Kill Player (Onyxia 40)\"),\n(301000, 2, 0, \"This meaningless exertion bores me. I'll incinerate you all from above!\", 14, 0, 100.0, 0, 0, 0, 8288, 0, \"Onyxia - Phase 2 (Onyxia 40)\"),\n(301000, 3, 0, \"It seems you'll need another lesson, mortals!\", 14, 0, 100.0, 0, 0, 0, 8290, 0, \"Onyxia - Phase 3 (Onyxia 40)\"),\n(301000, 4, 0, \"%s takes in a deep breath...\", 41, 0, 100.0, 0, 0, 0, 36542, 0, \"Onyxia - Deep Breath Emote (Onyxia 40)\"),\n(301000, 5, 0, \"You seek to lure me from my clutch? You shall pay for your insolence!\", 14, 0, 100.0, 0, 0, 0, 8570, 0, \"Onyxia - Boundary Evade (Onyxia 40)\");\n\nDELETE FROM `creature_equip_template` WHERE `CreatureID` BETWEEN 301000 and 301003;\nREPLACE INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`) VALUES\n(301002, 1, 13631, 0, 0);\n\nUPDATE `creature` SET `equipment_id` = 1 WHERE `id1` IN (301002);\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN 311000 AND 311006;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES\n(311000, 0, 0, 3, 1, 0, NULL),\n(311001, 3110010, 0, 0, 0, 0, NULL),\n(311002, 3110020, 0, 0, 0, 0, NULL),\n(311003, 3110030, 0, 0, 0, 0, NULL),\n(311004, 3110040, 0, 0, 0, 0, NULL);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 301000 AND `SourceEntry` IN (18492, 21108);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(1, 301000, 21108, 0, 0, 9, 0, 8620, 0, 0, 0, 0, 0, '', 'Draconic for Dummies Chapter VI will drop only when a player has The Only Prescription (8620) in his quest log'),\n(1, 301000, 18492, 0, 0, 9, 0, 7509, 0, 0, 0, 0, 0, '', 'Treated Ancient Blade will only drop when a player has The Forging of Quel Serrar (7509) in his quest log');\n\nDELETE FROM `dungeon_access_template` WHERE `id`=123;\nINSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level`, `max_level`, `min_avg_item_level`, `comment`) VALUES\n(123, 249, 2, 50, 0, 0, 'Onyxia\\'s Lair - 40man');\n\nDELETE FROM `mapdifficulty_dbc` WHERE `MapID` = 249;\nINSERT INTO `mapdifficulty_dbc` (`ID`, `MapID`, `Difficulty`, `RaidDuration`, `MaxPlayers`, `Difficultystring`) VALUES\n(755, 249, 2, 604800, 40, 'RAID_DIFFICULTY_40PLAYER');\n\nDELETE FROM `dungeonencounter_dbc` WHERE `ID` = 895;\nINSERT INTO `dungeonencounter_dbc` (`ID`, `MapID`, `Difficulty`, `OrderIndex`, `Bit`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`, `Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `SpellIconID`) VALUES\n(895, 249, 2, 0, 0, 'Onyxia', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0);\n\nDELETE FROM `instance_encounters` WHERE `entry` = 895;\nINSERT INTO `instance_encounters` (`entry`, `creditType`, `creditEntry`, `lastEncounterDungeon`, `comment`) VALUES\n(895, 0, 301000, 0, 'Onyxia (Vanilla)');\n\nDELETE FROM `lfgdungeons_dbc` WHERE `ID` = 1000;\nINSERT INTO `lfgdungeons_dbc` VALUES\n(1000,\"Onyxia\\\\'s Lair (Vanilla)\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712190,60,83,60,60,83,249,2,0,2,-1,\"\",2,0,9,\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712188);\n\n-- Victory for the Alliance - Bolvar or Varian\nDELETE FROM `creature_questender` WHERE `quest` = 7495;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(29611, 7495),\n(1748, 7495);\n\n-- Thrall\nDELETE FROM `creature_questender` WHERE `quest` = 7490;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(4949, 7490); -- Victory for the Horde\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 7491;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(4949, 7491);\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 7493;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(14392, 7493);\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 7496;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(1748, 7496);\n\nDELETE FROM `creature_questender` WHERE `quest` = 7491;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(14392, 7491);\n\nDELETE FROM `creature_questender` WHERE `quest` = 7496;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(14394, 7496);\n\n-- Cloak quest - A\nDELETE FROM `creature_queststarter` WHERE `quest` = 7497;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(14394, 7497);\n\nDELETE FROM `creature_questender` WHERE `quest` = 7497;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(14394, 7497);\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7496 WHERE `ID` = 7497; -- Previously 24428\nUPDATE `quest_template_addon` SET `PrevQuestID` = 7490 WHERE `ID` = 7493; -- Previously 24429\n\n-- Compendium\nUPDATE `item_template` SET `startquest` = 7507 WHERE `entry` = 18401; -- Foror's Compendium of Dragonslaying\nUPDATE `item_template` SET `startquest` = 7508 WHERE `entry` = 18513; -- Dull Elven Blade\n\n-- The Forging of Quel'Serrar\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` IN (7507, 7508); -- these were flagged as unavailable\nUPDATE `quest_template` SET `Flags` = 64 WHERE `ID` = 7509;\n\n-- Unfired Ancient Blade\nUPDATE `item_template` SET `Flags` = 32768, `spellid_1` = 0, `description` = 'Bring this blade with you to Onyxia\\'s Lair.' WHERE `entry` = 18489; -- was flagged as depreciated item\n    \nDELETE FROM `creature_queststarter` WHERE `quest` = 7509;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(14368, 7509);\n\nDELETE FROM `creature_questender` WHERE `quest` IN (7507, 7508, 7509); -- Lorekeeper Lydros, Foror's Compendium\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(14368, 7507),\n(14368, 7508),\n(14368, 7509);\n\nDELETE FROM `gossip_menu` WHERE `TextId` = 60040 AND `MenuId` = 5747;\nINSERT INTO `gossip_menu` (`MenuId`, `TextId`) VALUES\n(5747, 60040);\n\nDELETE FROM `gossip_menu` WHERE `TextId` IN (60041, 60042, 60043, 60044, 60045, 60046);\nINSERT INTO `gossip_menu` (`MenuId`, `TextId`) VALUES\n(60041, 60041),\n(60042, 60042),\n(60043, 60043),\n(60044, 60044),\n(60045, 60045),\n(60046, 60046);\n\nDELETE FROM `npc_text` WHERE `ID` IN (60040, 60041, 60042, 60043, 60044, 60045, 60046);\nINSERT INTO `npc_text` (`ID`, `text0_0`,  `BroadcastTextID0`) VALUES\n(60040, '<Lydros reaches into his robe and presents you with a dull, flat elven blade.>$b$BIn ages past, well before even the War of the Ancients, there existed this blade.', 0),\n(60041, 'The blade itself had to be crafted IN ceremony with the children of the Aspects. A rare occurrence indeed... for not only would a dragon have TO willingly heat and mold the enchanted metal with their breath, they would also need to contain the fury of their own enchantment by using their blood as temper.', 0),\n(60042, 'Over the course of 8,000 years, only a handful of these blades were created - each blade unique in both power and appearance. The blades of Quel\\'Serrar would take ON the characteristics of their creator.', 0),\n(60043, 'Rumors exist of a single legendary blade of Quel\\'Serrar crafted for an unknown entity by the combined might of the five Aspects. Before the abominations of Nefarian and Deathwing were thrust into our world, such meetings of the Aspect were represented by the term \\'Prismatic.\\' I could only assume that the Prismatic Blade of Quel\\'Serrar was a most glorious creation.', 0),\n(60044, 'What I offer to you now is one such blade, unfired, unheated, untreated - the most raw and basic form.$b$bNow you merely need TO find a dragon that will willingly enchant the blade.$b$bIf you had an eternity to live,this might be a possibility; but since you are mortal and could very likely cease to exist at any moment, might I recommend trying to persuade one of the lesser dragons to do your bidding.', 0),\n(60045, 'Have you heard of the brood mother of the Black Flight? I believe she is called Onyxia...', 0),\n(60046, 'I have sensed your coming for quite some time, $n. It was written in the pattern of stars.', 0);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14, 15) AND `SourceGroup` = 5747;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(14,5747,60040,0,0,8,0,7507,0,0,0,0,0,'','Lydros Pre Quel\\'Serrar Gossip - Requires to have Foror\\'s Compendium rewarded'),\n(14,5747,60040,0,0,8,0,7508,0,0,1,0,0,'','Lydros Pre Quel\\'Serrar Gossip - Requires to not have The Forging of Quel\\'Serrar rewarded'),\n(15,5747,0,0,0,8,0,7507,0,0,0,0,0,'','Lydros Pre Quel\\'Serrar Gossip Option - Requires to have Foror\\'s Compendium rewarded'),\n(15,5747,0,0,0,8,0,7508,0,0,1,0,0,'','Lydros Pre Quel\\'Serrar Gossip Option - Requires to not have The Forging of Quel\\'Serrar rewarded');\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (5747, 60040, 60041, 60042, 60043, 60044, 60045, 60046);\nINSERT INTO `gossip_menu_option` (`menuID`, `optionid`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES\n(5747,0,0,'(Continue.)', 9519,1,3,60041,0,0,0,NULL,0,0),\n(60041,0,0,'(Continue.)', 9519,1,3,60042,0,0,0,NULL,0,0),\n(60042,0,0,'(Continue.)', 9519,1,3,60043,0,0,0,NULL,0,0),\n(60043,0,0,'(Continue.)', 9519,1,3,60044,0,0,0,NULL,0,0),\n(60044,0,0,'Eh?',0,1,3,60045,0,0,0,NULL,0,0),\n(60045,0,0,'Maybe... What do I do now?',0,1,3,0,0,0,0,NULL,0,0);\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` = 14368 AND `source_type` = 0 AND `id` IN (1, 2);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, \n`action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(14368,0,1,0,62,0,100,0,60045,0,0,0,56,18513,1,0,0,0,0,7,0,0,0,0,0,0,0,'Lorekeeper Lydros - Giving A Dull and Flat Elven Blade after cliking on last gossip'),\n(14368,0,2,0,62,0,100,0,60045,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Lorekeeper Lydros - On Gossip Option 0 Selected - Close Gossip');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND  `SourceEntry` = 22905;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(17, 0, 22905, 0, 0, 29, 0, 10184, 10, 1, 0, 0, 0, '', 'Place Unfired Blade - near dead onyxia');\n\nDELETE FROM spell_linked_spell where spell_trigger = 22905;\nINSERT INTO spell_linked_spell (spell_trigger, spell_effect, TYPE, COMMENT) VALUES\n(22905, 22906, 0, 'quelserrar');\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `id` = 7509;\n\nDELETE FROM `areatrigger_scripts` WHERE `entry` = 2848;\nINSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES\n(2848, 'onyxia_entrance_trigger');\n\nUPDATE `gameobject` SET `spawnMask` = 7 WHERE `map` = 249;\n\n/* Classic onyxia head quest locale fix for non EN langs */\n/* Was set as Garrosh, correct warchief is Thrall */\nUPDATE `quest_template_locale` SET `Objectives` = 'Bringt Onyxias Kopf zu Thrall in Orgrimmar.'      WHERE `ID` = 7490 AND `locale` = 'deDE';\nUPDATE `quest_template_locale` SET `Objectives` = 'LLeva la cabeza de Onyxia a Thrall a Orgrimmar.'  WHERE `ID` = 7490 AND `locale` = 'esES';\nUPDATE `quest_template_locale` SET `Objectives` = 'LLeva la cabeza de Onyxia a Thrall a Orgrimmar.'  WHERE `ID` = 7490 AND `locale` = 'esMX';\nUPDATE `quest_template_locale` SET `Objectives` = 'Apportez la tête de Onyxia à Thrall à Orgrimmar.' WHERE `ID` = 7490 AND `locale` = 'frFR';\n"
  },
  {
    "path": "data/sql/world/base/dungeon_ragefire_chasm.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11318, 11319, 11320, 11322, 11323, 11324, 11517, 11518, 11519, 11520);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11318, 11319, 11320, 11322, 11323, 11324, 11517, 11518, 11519, 11520);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11318, 0, 0, 0, 0, 0, 100, 0, 6000, 8000, 5000, 11000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Ragefire Trogg - In Combat - Cast Strike'),\n(11319, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ragefire Shaman - In Combat - Cast Lightning Bolt'),\n(11319, 0, 1, 0, 74, 0, 100, 0, 0, 0, 30000, 35000, 30, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Ragefire Shaman - Friendly At 30% Health - Cast Healing Wave'),\n(11319, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ragefire Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11320, 0, 0, 0, 0, 0, 100, 0, 2000, 15000, 5000, 14000, 0, 0, 11, 18070, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Earthborer - Within 0-5 Range - Cast Earthborer Acid'),\n(11322, 0, 0, 0, 0, 0, 100, 0, 3000, 10000, 10000, 19000, 0, 0, 11, 18266, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Searing Blade Cultist - In Combat - Cast Curse of Agony'),\n(11323, 0, 0, 0, 0, 0, 100, 0, 6000, 15000, 7000, 15000, 0, 0, 11, 8242, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Searing Blade Enforcer - Within 0-5 Range - Cast Shield Slam'),\n(11324, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Searing Blade Warlock - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(11324, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Searing Blade Warlock - In Combat - Cast Shadow Bolt'),\n(11324, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Searing Blade Warlock - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(11517, 0, 0, 0, 0, 0, 100, 0, 8000, 15000, 5000, 12000, 0, 0, 11, 40505, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Oggleflint - Within 0-5 Range - Cast Cleave'),\n(11518, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 7000, 16000, 0, 0, 11, 18267, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,  'Jergosh the Invoker - Within 0-30 Range - Cast Curse of Weakness'),\n(11518, 0, 1, 0, 0, 0, 100, 0, 3000, 3000, 6000, 23000, 0, 0, 11, 20800, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,  'Jergosh the Invoker - Within 0-30 Range - Cast Immolate'),\n(11519, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10200, 15000, 0, 5, 11, 744, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Bazzalan - Within 0-5 Range - Cast Poison'),\n(11519, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4900, 15700, 0, 5, 11, 14873, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Bazzalan - Within 0-5 Range - Cast Sinister Strike'),\n(11520, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 6000, 16000, 0, 0, 11, 18072, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Taragaman the Hungerer - Within 0-10 Range - Cast Uppercut'),\n(11520, 0, 1, 0, 0, 0, 100, 0, 9000, 14000, 10000, 18000, 0, 0, 11, 11970, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Taragaman the Hungerer - In Combat - Cast Fire Nova');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_razorfen_downs.sql",
    "content": "-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(4076, 7327, 7328, 7329, 7332, 7335, 7337, 7341, 7342, 7344, 7345, 7346, 7347, 7348, 7352, 7353, 7354, 7358, 8567);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(4076, 7327, 7328, 7329, 7332, 7335, 7337, 7341, 7342, 7344, 7345, 7346, 7347, 7348, 7352, 7353, 7354, 7358, 8567);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(4076, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Roach - On Aggro - Flee For Assist (No Repeat)'),\n(7327, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Withered Warrior - On Aggro - Cast Rushing Charge'),\n(7327, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Withered Warrior - In Combat - Between Health 0-30% - Cast Enrage (No Repeat'),\n(7327, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Withered Warrior - On Enrage - Say Line 0'),\n(7328, 0, 0, 0, 9, 0, 100, 0, 3000, 7000, 6000, 11000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Withered Reaver - Within 0-5 Range - Cast Cleave'),\n(7328, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Withered Reaver - In Combat - Between Health 0-30% - Cast Enrage (No Repeat)'),\n(7328, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Withered Reaver - On Enrage - Say Line 0'),\n(7329, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Withered Quilguard - In Combat - Between Health 0-30% - Cast Enrage (No Repeat)'),\n(7329, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Withered Quilguard - On Enrage - Say Line 0'),\n(7332, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Withered Spearhide - Outside 30 Range - Start Combat Movement'),\n(7332, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Withered Spearhide - Within 5-30 Range - Stop Combat Movement'),\n(7332, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Withered Spearhide - Within 0-5 Range - Start Combat Movement'),   \n(7332, 0, 3, 0, 9, 0, 100, 0, 0, 1000, 2000, 2000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Withered Spearhide - Within 5-30 Range - Cast Shoot'),\n(7332, 0, 4, 0, 0, 0, 100, 0, 4000, 9000, 12000, 20000, 0, 0, 11, 11397, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Withered Spearhide - Within 0-30 Range - Cast Diseased Shot'),\n(7332, 0, 5, 6, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Withered Spearhide - In Combat - Between Health 0-30% - Cast Enrage (No Repeat)'),\n(7332, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Withered Spearhide - On Enrage - Say Line 0'),\n(7332, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Withered Spearhide - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7335, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Deaths Head Geomancer - In Combat - Cast Fireball'),\n(7335, 0, 1, 0, 0, 0, 100, 0, 4000, 13000, 18000, 29000, 0, 0, 11, 8814, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Deaths Head Geomancer - Within 0-30 Range - Cast Flame Spike'),\n(7335, 0, 2, 0, 0, 0, 100, 0, 2000, 16000, 12000, 25000, 0, 0, 11, 11436, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Deaths Head Geomancer - Within 0-30 Range - Cast Slow'),\n(7335, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deaths Head Geomancer - Between 0-15% Health - Flee For Assist'),\n(7337, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11445, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deaths Head Necromancer - On Aggro - Cast Bone Armor'),\n(7337, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Deaths Head Necromancer - Out of Combat - Cast Summon Skeletal Servant (No Repeat)'),\n(7337, 0, 2, 0, 0, 0, 100, 0, 4000, 13000, 18000, 29000, 0, 0, 11, 11443, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Deaths Head Necromancer - Within 0-30 Range - Cast Cripple'),\n(7337, 0, 3, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Deaths Head Necromancer - In Combat - Cast Shadow Bolt'),\n(7337, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deaths Head Necromancer - Between 0-15% Health - Flee For Assist'),\n(7341, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Skeletal Frostweaver - In Combat - Cast Frostbolt'),\n(7342, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Skeletal Summoner - In Combat - Cast Lightning Bolt'),\n(7342, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 20000, 30000, 0, 0, 11, 11980, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,   'Skeletal Summoner - Within 0-30 Range - Cast Curse of Weakness'),\n(7342, 0, 2, 3, 0, 0, 100, 0, 10000, 15000, 40000, 40000, 0, 0, 11, 12258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Skeletal Summoner - In Combat - Cast Summon Shadowcaster'),\n(7342, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Skeletal Summoner - In Combat - Say Line 0'),\n(7344, 0, 0, 0, 9, 0, 100, 0, 3000, 8000, 10000, 20000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Splinterbone Warrior - In Combat - Cast Sunder Armor'),\n(7345, 0, 0, 0, 0, 0, 100, 0, 0, 8000, 9000, 17000, 0, 0, 11, 12461, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,         'Splinterbone Captain - Within 0-5 Range - Cast Backhand'),\n(7345, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Splinterbone Captain - On Aggro - Cast Battle Shout'),\n(7346, 0, 0, 0, 9, 0, 100, 0, 0, 11000, 13000, 23000, 0, 5, 11, 8078, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Splinterbone Centurion - Within 0-5 Range - Cast Thunder Clap'),\n(7347, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12539, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Boneflayer Ghoul - Out of Combat - Cast Ghoul Rot'),\n(7348, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12539, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Thorn Eater Ghoul - Out of Combat - Cast Ghoul Rot'),\n(7348, 0, 1, 0, 0, 0, 100, 0, 3000, 7000, 7000, 11000, 0, 0, 11, 12538, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Thorn Eater Ghoul - Within 0-5 Range - Cast Ravenous Claw'),\n(7352, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 15000, 15000, 0, 0, 11, 12531, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Frozen Soul - In Combat - Cast Chilling Touch'),\n(7352, 0, 1, 0, 9, 0, 100, 0, 3000, 13000, 15000, 31000, 0, 5, 11, 12528, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Frozen Soul - Within 0-5 Range - Cast Silence'),\n(7353, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12529, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Freezing Spirit - On Reset - Cast Chilling Touch'),\n(7353, 0, 1, 0, 106, 0, 100, 0, 3000, 13000, 15000, 31000, 0, 10, 11, 15532, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Freezing Spirit - Within 0-10 Range - Cast Frost Nova'),\n(7354, 0, 0, 0, 37, 0, 70, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ragglesnout - On AI Init - Despawn'),\n(7354, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ragglesnout - In Combat - Cast Shadow Bolt'),\n(7354, 0, 2, 0, 0, 0, 100, 0, 3000, 5000, 20000, 25000, 0, 0, 11, 11639, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Ragglesnout - In Combat - Cast Shadow Word: Pain'),\n(7354, 0, 3, 0, 0, 0, 100, 0, 9000, 13000, 15000, 20000, 0, 0, 11, 7645, 1, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,    'Ragglesnout - In Combat - Cast Dominate Mind'),\n(7354, 0, 4, 0, 74, 0, 100, 0, 0, 0, 12000, 16000, 40, 40, 11, 12039, 65, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Ragglesnout - Friendly between 0-40% Health - Cast Heal'),\n--\n(7358, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12556, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Amnennar the Coldbringer - On Reset - Cast Frost Armor'),\n(7358, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Amnennar the Coldbringer - On Aggro - Say Line 0'),\n(7358, 0, 2, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Amnennar the Coldbringer - On Kill - Say Line 4'),\n(7358, 0, 3, 0, 0, 0, 100, 0, 8000, 10000, 10000, 16000, 0, 0, 11, 13009, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Amnennar the Coldbringer - In Combat - Cast Amnennars Wrath'),\n(7358, 0, 4, 0, 0, 0, 100, 0, 0, 1000, 3000, 4000, 0, 0, 11, 15530, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Amnennar the Coldbringer - In Combat - Cast Frostbolt'),\n(7358, 0, 5, 0, 106, 0, 100, 0, 6000, 10000, 13000, 21000, 0, 10, 11, 15531, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Amnennar the Coldbringer - In Combat - Cast Frost Nova'),\n(7358, 0, 6, 0, 2, 0, 100, 1, 0, 70, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Amnennar the Coldbringer - Health Between 0-70% - Say Line 3'),\n(7358, 0, 7, 8, 2, 0, 100, 1, 0, 55, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Amnennar the Coldbringer - Health Between 0-55% - Say Line 5'),\n(7358, 0, 8, 9, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Amnennar the Coldbringer - Health Between 0-55% - Say Line 1'),\n(7358, 0, 9, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12642, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Amnennar the Coldbringer - Health Between 0-55% - Cast Summon Frost Spectres'),\n(7358, 0, 10, 11, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Amnennar the Coldbringer - Health Between 0-30% - Say Line 5'),\n(7358, 0, 11, 12, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Amnennar the Coldbringer - Health Between 0-30% - Say Line 1'),\n(7358, 0, 12, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12642, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Amnennar the Coldbringer - Health Between 0-30% - Cast Summon Frost Spectres'),\n(7358, 0, 13, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 8585, 0, 100, 0, 0, 0, 0, 0,                 'Amnennar the Coldbringer - On Just Died - Despawn Frost Spectres'),\n--\n(8567, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12627, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Glutton - On Reset - Cast Disease Cloud'),\n(8567, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Glutton - On Aggro - Say Line 0'),\n(8567, 0, 2, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Glutton - On Kill - Say Line 1'),\n(8567, 0, 3, 4, 2, 0, 100, 1, 30, 50, 0, 0, 0, 0, 11, 12795, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Glutton - Health Between 30-50% - Cast Frenzy'),\n(8567, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Glutton - On Frenzy - Say Line 2'),\n(8567, 0, 5, 6, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 11, 12795, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Glutton - Health Between 0-15% - Cast Frenzy'),\n(8567, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Glutton - On Frenzy - Say Line 3');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_razorfen_kraul.sql",
    "content": "-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(4422, 4424, 4428, 4436, 4442, 4515, 4516, 4523, 4539, 4623, 6035);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(4422, 4424, 4428, 4436, 4442, 4515, 4516, 4523, 4539, 4623, 6035);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(4422, 0, 0, 0, 38, 0, 100, 0, 1, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 2070.26, 2003.44, 64, 0,        'Agathelos the Raging - On Data Set - Move Point'),\n(4422, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 25000, 31000, 0, 0, 11, 8285, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Agathelos the Raging - In Combat - Cast Rampage'),\n(4422, 0, 2, 0, 0, 0, 100, 0, 2000, 8000, 21000, 35000, 0, 5, 11, 8555, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Agathelos the Raging - Within 0-5 Range - Cast Left For Dead'),\n(4422, 0, 3, 4, 2, 0, 100, 1, 0, 60, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Agathelos the Raging - Between 0-25% Health - Cast Enrage'),\n(4422, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Agathelos the Raging - On Enrage - Say Line 0'),\n(4422, 0, 5, 6, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Agathelos the Raging - Between 0-25% Health - Cast Enrage'),\n(4422, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Agathelos the Raging - On Enrage - Say Line 0'),\n--\n(4424, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6192, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Aggem Thorncurse - On Aggro - Cast Battle Shout'),\n(4424, 0, 1, 0, 0, 0, 100, 0, 1000, 4000, 30000, 45000, 0, 0, 11, 8286, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Aggem Thorncurse - In Combat - Cast Summon Boar Spirit'),\n(4424, 0, 2, 0, 74, 0, 100, 0, 0, 0, 13000, 18000, 75, 40, 11, 14900, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Aggem Thorncurse - Friendly at 75% HP - Cast Chain Heal'),\n(4428, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 3500, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Death Speaker Jargba - In Combat - Cast Shadow Bolt'),\n(4428, 0, 1, 0, 0, 0, 100, 0, 7000, 10000, 10000, 15000, 0, 0, 11, 14515, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Death Speaker Jargba - Within 0-20 Range - Cast Dominate Mind'),\n--\n(4436, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Razorfen Quilguard - On Aggro - Cast Battle Stance'),\n(4436, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 8, 11, 15548, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Razorfen Quilguard - Within 0-8 Range - Cast Thunderclap'),\n(4436, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Razorfen Quilguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4442, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Razorfen Defender - On Aggro - Cast Defensive Stance'),\n(4442, 0, 1, 0, 0, 0, 100, 0, 6000, 14000, 10000, 30000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Razorfen Defender - Within 0-5 Range - Cast Improved Blocking'),\n(4442, 0, 2, 0, 105, 0, 50, 0, 2000, 16000, 10000, 20000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Razorfen Defender - Victim Casting - Cast Shield Bash'),\n(4442, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Razorfen Defender - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4515, 0, 0, 0, 14, 0, 100, 0, 1000, 40, 14000, 19000, 0, 0, 11, 8362, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Death\\'s Head Acolyte - Friendly Missing Health - Cast Renew'),\n(4515, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 11000, 15000, 0, 0, 11, 15785, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0, 'Death\\'s Head Acolyte - In Combat - Cast Mana Burn'),\n(4515, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Death\\'s Head Acolyte - Between 0-15% Health - Flee For Assist'),\n(4516, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 3000, 3500, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Death\\'s Head Adept - In Combat - Cast Frostbolt'),\n(4516, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 10000, 15000, 0, 0, 11, 113, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Death\\'s Head Adept - In Combat - Cast Chains of Ice'),\n(4516, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Death\\'s Head Adept - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4523, 0, 0, 0, 0, 0, 100, 0, 6000, 10000, 9000, 12000, 0, 0, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Razorfen Groundshaker - In Combat - Cast Ground Tremor'),\n(4523, 0, 1, 0, 0, 0, 100, 0, 2000, 6000, 13000, 18000, 0, 0, 11, 8046, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Razorfen Groundshaker - In Combat - Cast Earth Shock'),\n(4523, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Razorfen Groundshaker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4539, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 13000, 0, 8, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Greater Kraul Bat - Within 0-8 Range - Cast Sonic Burst'),\n(4623, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Quilguard Champion - On Aggro - Cast Defensive Stance'),\n(4623, 0, 1, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Quilguard Champion - In Combat - Cast Devotion Aura (No Repeat)'),\n(4623, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Quilguard Champion - Within 0-5 Range - Cast Sunder Armor'),\n(4623, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Quilguard Champion - Between 0-15% Health - Flee For Assist'),\n(6035, 0, 0, 0, 67, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Razorfen Stalker - On Behind Target - Cast Backstab'),\n(6035, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Razorfen Stalker - Out of Combat - Cast Sneak'),\n(6035, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Razorfen Stalker - Between 0-15% Health - Flee For Assist');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_scarlet_monastery.sql",
    "content": "UPDATE `gameobject_template_addon` SET `flags` = 34 WHERE `entry` = 104591; -- Chapel Door\n\n\n-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(3976, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4306, 4540, 4543, 6426, 6488, 6489, 6490);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(3976, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4306, 4540, 4543, 6426, 6488, 6489, 6490);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3976, 0, 0, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 1, 6, 0, 1, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Commander Mograine - On Data Set 0 1 - Say Line 6'),\n(3976, 0, 1, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 8990, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Commander Mograine - In Combat - Cast Retribution Aura (No Repeat)'),\n(3976, 0, 2, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 34, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,               'Scarlet Commander Mograine - In Combat - Set Instance Data 1 to 1 (No Repeat)'),\n(3976, 0, 3, 0, 9, 0, 100, 0, 6000, 12000, 6000, 18000, 0, 5, 11, 14518, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Commander Mograine - In Combat - Cast Crusader Strike'),\n(3976, 0, 4, 0, 0, 0, 100, 0, 7000, 16000, 60000, 80000, 0, 0, 11, 5589, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,  'Scarlet Commander Mograine - In Combat - Cast Hammer of Justice'),\n(3976, 0, 5, 6, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Commander Mograine - On Respawn - Set Active Off'),\n(3976, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 19, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarlet Commander Mograine - On Respawn - Remove Flags Not Selectable'),\n(3976, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarlet Commander Mograine - On Respawn - Set Reactstate Aggressive'),\n(3976, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Commander Mograine - On Respawn - Remove FlagStandstate Dead'),\n(3976, 0, 9, 10, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 42, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Commander Mograine - On Aggro - Set Invincibility Hp 1'),\n(3976, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Commander Mograine - On Aggro - Say Line 0'),\n(3976, 0, 11, 12, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Commander Mograine - On Evade - Stop motion (StopMoving: 0, MovementExpired: 0)'),\n(3976, 0, 12, 13, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 96, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Commander Mograine - On Evade - Remove Dynamic Flags Dead'),\n(3976, 0, 13, 14, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 34, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Commander Mograine - On Evade - Set Instance Data 1 to 2'),\n(3976, 0, 14, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 19, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Commander Mograine - On Evade - Remove Flags Not Selectable'),\n(3976, 0, 15, 0, 5, 0, 100, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarlet Commander Mograine - On Killed Unit - Say Line 1'),\n(3976, 0, 16, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 34, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Commander Mograine - On Just Died - Set Instance Data 1 to 3'),\n(3976, 0, 17, 0, 2, 0, 100, 1, 0, 1, 0, 0, 0, 0, 80, 397600, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Scarlet Commander Mograine - Between 0-1% Health - Run Script (No Repeat)'),\n(3976, 0, 18, 0, 8, 1, 100, 512, 9232, 0, 0, 0, 0, 0, 80, 397601, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Commander Mograine - On Spellhit \\'Scarlet Resurrection\\' - Run Script (Phase 1)'),\n(3976, 0, 19, 20, 34, 0, 100, 0, 8, 1, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Commander Mograine - On Reached Point 1 - Reset Invincibility Hp'),\n(3976, 0, 20, 21, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 19, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Commander Mograine - On Reached Point 1 - Remove Flags Not Selectable'),\n(3976, 0, 21, 22, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Scarlet Commander Mograine - On Reached Point 1 - Set Reactstate Aggressive'),\n(3976, 0, 22, 23, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8990, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Scarlet Commander Mograine - On Reached Point 1 - Cast \\'Retribution Aura\\''),\n(3976, 0, 23, 24, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Commander Mograine - On Reached Point 1 - Start Attacking'),\n(3976, 0, 24, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Scarlet Commander Mograine - On Reached Point 1 - Start Attacking'),\n(3976, 0, 25, 0, 8, 0, 100, 1, 28441, 0, 0, 0, 0, 0, 80, 397602, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Commander Mograine - On Spellhit \\'AB Effect 000\\' - Run Script (No Repeat)'),\n(3976, 0, 26, 0, 8, 0, 100, 1, 28441, 0, 0, 0, 0, 0, 67, 1, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,              'Scarlet Commander Mograine - On Spellhit \\'AB Effect 000\\' - Create Timed Event (No Repeat)'),\n(3976, 0, 27, 0, 59, 0, 100, 0, 1, 0, 0, 0, 0, 0, 12, 16062, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 1033.46, 1399.1, 27.3374, 6.25796, 'Scarlet Commander Mograine - On Timed Event 1 Triggered - Summon Creature \\'Highlord Mograine\\''),\n(3976, 0, 28, 0, 8, 0, 100, 0, 28697, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Scarlet Commander Mograine - On Spellhit \\'Forgiveness\\' - Kill Self'),\n--\n(4280, 0, 0, 0, 9, 0, 100, 0, 3000, 5000, 7000, 12000, 0, 5, 11, 13953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Preserver - Within 0-5 Range - Cast Holy Strike'),\n(4280, 0, 1, 0, 14, 0, 100, 0, 500, 40, 12000, 18000, 0, 0, 11, 13952, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Preserver - Friendly Missing Health - Cast Holy Light'),\n(4280, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Preserver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4280, 0, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Preserver - On Aggro - Say Line 0'),\n(4281, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarlet Scout - Outside 30 Range - Start Combat Movement'),\n(4281, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Scarlet Scout - Within 5-30 Range - Stop Combat Movement'),\n(4281, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Scarlet Scout - Within 0-5 Range - Start Combat Movement'),\n(4281, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Scout - Within 5-30 Range - Cast Shoot'),    \n(4281, 0, 4, 0, 0, 0, 100, 0, 8000, 12000, 9000, 13000, 0, 0, 11, 6979, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Scout - Within 0-30 Range - Cast Fire Shot'),\n(4281, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4281, 0, 6, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Scout - On Aggro - Say Line 0'),\n(4282, 0, 0, 0, 0, 0, 50, 0, 0, 6000, 30000, 35000, 0, 0, 11, 8457, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Magician - In Combat - Cast Fire Ward'),\n(4282, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2100, 3300, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Magician - In Combat - Cast Fireball'),\n(4282, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Magician - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4282, 0, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Magician - On Aggro - Say Line 0'),\n(4283, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Sentry - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4283, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Sentry - On Aggro - Say Line 0'),\n(4284, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2100, 3200, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Augur - In Combat - Cast Shadow Bolt'),\n(4284, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Augur - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4284, 0, 2, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Augur - On Aggro - Say Line 0'),\n(4285, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2100, 3200, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Disciple - In Combat - Cast Holy Smite'),\n(4285, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 21000, 30, 40, 11, 8362, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Disciple - Friendly 30% HP - Cast Renew'),\n(4285, 0, 2, 0, 14, 0, 100, 0, 600, 40, 11000, 15000, 0, 0, 11, 6063, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Disciple - Friendly Missing Health - Cast Heal'),\n(4285, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Disciple - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4285, 0, 4, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Disciple - On Aggro - Say Line 0'),\n(4286, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 10000, 21000, 0, 0, 11, 3639, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Soldier - In Combat - Cast Improved Blocking'),\n(4286, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Soldier - On Aggro - Say Line 0'),\n(4286, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Soldier - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4287, 0, 0, 0, 1, 0, 100, 0, 1000, 20000, 20000, 40000, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Gallant - Out of Combat - Play Emote'),\n(4287, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Gallant - On Aggro - Say Line 0'),\n(4287, 0, 2, 0, 9, 0, 100, 0, 2000, 10000, 4800, 10900, 0, 5, 11, 14517, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Gallant - Within 0-5 Range - Cast Crusader Strike'),\n(4287, 0, 3, 0, 0, 0, 100, 0, 4000, 9000, 13000, 22000, 0, 0, 11, 5589, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Gallant - Within 0-10 - Cast Hammer of Justice'),\n(4287, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Gallant - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4288, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarlet Beastmaster - Outside 30 Range - Start Combat Movement'),\n(4288, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Scarlet Beastmaster - Within 5-30 Range - Stop Combat Movement'),\n(4288, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Scarlet Beastmaster - Within 0-5 Range - Start Combat Movement'),\n(4288, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 2000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Beastmaster - Within 5-30 Range - Cast Shoot'),\n(4288, 0, 4, 0, 9, 0, 100, 0, 9000, 12000, 10000, 13000, 5, 30, 11, 7896, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Scarlet Beastmaster - Within 5-30 Range - Cast Exploding Shot'),\n(4288, 0, 5, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Beastmaster - On Aggro - Say Line 0'),\n(4288, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Beastmaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4289, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Evoker - On Aggro - Say Line 0'),\n(4289, 0, 1, 0, 0, 0, 100, 0, 0, 1000, 60000, 60000, 0, 0, 11, 2601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Evoker - In Combat - Cast Fire Shield III'),\n(4289, 0, 2, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarlet Evoker - In Combat - Cast Fireball'),\n(4289, 0, 3, 0, 0, 0, 100, 0, 6000, 8000, 14000, 29000, 0, 0, 11, 8422, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Evoker - In Combat - Cast Flamestrike'),\n(4289, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Evoker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4290, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Guardsman - On Aggro - Say Line 0'),\n(4290, 0, 1, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Guardsman - In Combat - Cast Defensive Stance (No Repeat)'),\n(4290, 0, 2, 0, 0, 0, 100, 0, 8000, 14000, 14000, 34000, 0, 0, 11, 676, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Guardsman - Within 0-5 Range - Cast Disarm'),\n(4290, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Guardsman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4291, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Diviner - On Aggro - Say Line 0'),\n(4291, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 3500, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Diviner - In Combat - Cast Fireball'),\n(4291, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Diviner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4292, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Protector - On Aggro - Say Line 0'),\n(4292, 0, 1, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Protector - In Combat - Cast Devotion Aura (No Repeat)'),\n(4292, 0, 2, 0, 14, 0, 100, 0, 1600, 20, 13000, 22000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Protector - Friendly Missing Health - Cast Holy Light'),\n(4292, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Protector - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4293, 0, 0, 0, 1, 0, 100, 0, 60000, 180000, 180000, 360000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Scryer - Out of Combat - Say Line 0'),\n(4293, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Scryer - On Aggro - Say Line 1'),\n(4293, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2100, 3200, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Scryer - In Combat - Cast Shadow Bolt'),\n(4293, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Scryer - Between 0-15% Health - Flee For Assist'),\n(4294, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Sorcerer - On Aggro - Say Line 1'),\n(4294, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 18000, 21000, 0, 0, 11, 6146, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Sorcerer - In Combat - Cast Slow'),\n(4294, 0, 2, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarlet Sorcerer - In Combat - Cast Frostbolt'),\n(4294, 0, 3, 0, 0, 0, 100, 0, 6000, 12000, 20000, 30000, 0, 0, 11, 8364, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Scarlet Sorcerer - In Combat - Cast Blizzard'),\n(4294, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Sorcerer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4294, 0, 5, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Sorcerer - spellhit_target - AshbringerEvent'),\n(4295, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Myrmidon - On Aggro - Say Line 1'),\n(4295, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Myrmidon - Between 0-30% Health - Cast Frenzy'),\n(4295, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarlet Myrmidon - On Frenzy - Say Line 2'),\n(4295, 0, 3, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Myrmidon - spellhit_target - AshbringerEvent'),\n(4296, 0, 0, 0, 1, 0, 100, 0, 1000, 20000, 20000, 40000, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Adept - Out of Combat - Play Emote'),\n(4296, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Adept - On Aggro - Say Line 0'),\n(4296, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2500, 3500, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Adept - In Combat - Cast Holy Smite'),\n(4296, 0, 3, 0, 14, 0, 100, 0, 600, 40, 14000, 22000, 0, 0, 11, 6063, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Adept - Friendly Missing Health - Cast Heal'),\n(4296, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Adept - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4297, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8985, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Conjuror - Out of Combat - Cast Summon Fire Elemental'),\n(4297, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Conjuror - On Aggro - Say Line 0'),\n(4297, 0, 2, 0, 0, 0, 100, 0, 0, 1000, 3000, 3500, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarlet Conjuror - In Combat - Cast Fireball'),\n(4297, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Conjuror - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4298, 0, 0, 0, 0, 0, 100, 0, 8000, 13000, 8000, 19000, 0, 0, 11, 3639, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Defender - In Combat - Cast Improved Blocking'),\n(4298, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Defender - On Aggro - Say Line 1'),\n(4298, 0, 2, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet Defender - In Combat - Cast Defensive Stance (No Repeat)'),\n(4298, 0, 3, 0, 105, 0, 50, 0, 4000, 14000, 9000, 18000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Scarlet Defender - Victim Casting - Cast Shield Bash'),\n(4298, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Defender - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4298, 0, 5, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Defender - spellhit_target - AshbringerEvent'),\n(4299, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 1006, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Chaplain - On Reset - Cast Inner Fire'),\n(4299, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Chaplain - On Aggro - Say Line 1'),\n(4299, 0, 2, 0, 16, 0, 100, 0, 6066, 40, 9000, 16000, 0, 0, 11, 6066, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Chaplain - Friendly Missing Buff - Cast Power Word: Shield'),\n(4299, 0, 3, 0, 14, 0, 100, 0, 1200, 40, 22000, 28000, 0, 0, 11, 8362, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Chaplain - Friendly Missing Health - Cast Renew'),\n(4299, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Chaplain - Between 0-15% Health - Flee For Assist'),\n(4299, 0, 5, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Chaplain - spellhit_target - AshbringerEvent'),\n(4300, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Wizard - On Aggro - Say Line 1'),\n(4300, 0, 1, 0, 106, 0, 100, 0, 2000, 6000, 3600, 12000, 0, 10, 11, 8439, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Scarlet Wizard - In Combat - Cast Arcane Explosion'),\n(4300, 0, 2, 0, 0, 0, 100, 0, 1000, 5000, 16000, 27000, 0, 0, 11, 2601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Wizard - In Combat - Cast Fire Shield III'),\n(4300, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Wizard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4300, 0, 4, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Wizard - spellhit_target - AshbringerEvent'),\n(4301, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Centurion - On Aggro - Say Line 1'),\n(4301, 0, 1, 0, 0, 0, 100, 0, 4000, 13000, 12000, 24000, 0, 0, 11, 6192, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Centurion - In Combat - Cast Battle Shout'),\n(4301, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Centurion - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4301, 0, 3, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Centurion - spellhit_target - AshbringerEvent'),\n(4302, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Champion - On Aggro - Say Line 1'),\n(4302, 0, 1, 0, 9, 0, 100, 0, 1000, 5000, 18000, 27000, 0, 5, 11, 17143, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Champion - In Combat - Cast Holy Strike'),\n(4302, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Champion - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4302, 0, 3, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Champion - spellhit_target - AshbringerEvent'),\n(4303, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Abbot - On Aggro - Say Line 1'),\n(4303, 0, 1, 0, 74, 0, 100, 0, 0, 0, 24000, 30000, 50, 40, 11, 8362, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Abbot - Friendly Between 0-50% Health - Cast Renew'),\n(4303, 0, 2, 0, 14, 0, 100, 0, 1800, 40, 13000, 19000, 0, 0, 11, 6064, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Abbot - Friendly Missing Health - Cast Heal'),\n(4303, 0, 3, 4, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Abbot - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(4303, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarlet Abbot - On Frenzy - Say Line 2'),\n(4303, 0, 5, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Abbot - spellhit_target - AshbringerEvent'),\n(4306, 0, 0, 0, 1, 0, 100, 0, 60000, 180000, 180000, 360000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Torturer - Out of Combat - Say Line 0'),\n(4306, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Torturer - On Aggro - Say Line 1'),\n(4306, 0, 2, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Torturer - On Reset - Cast Immolate'),\n(4306, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Torturer - Between 0-15% Health - Flee For Assist'),\n(4540, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Monk - On Reset - Cast Thrash'),\n(4540, 0, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Scarlet Monk - On Aggro - Say Line 1'),\n(4540, 0, 2, 0, 105, 0, 50, 0, 3600, 12800, 3600, 12800, 0, 5, 11, 11978, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Scarlet Monk - Victim Casting - Cast Kick'),\n(4540, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Scarlet Monk - Between 0-15% Health - Flee For Assist'),\n(4540, 0, 4, 0, 8, 0, 100, 769, 28441, 0, 0, 0, 0, 0, 80, 429400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Monk - spellhit_target - AshbringerEvent'),\n--\n(4543, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodmage Thalnos - On Aggro - Say Line 0'),\n(4543, 0, 1, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Bloodmage Thalnos - On Kill - Say Line 2'),\n(4543, 0, 2, 0, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodmage Thalnos - Between Health 0-40% - Say Line 1'),\n(4543, 0, 3, 0, 0, 0, 100, 0, 0, 3000, 3000, 5000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Bloodmage Thalnos - In Combat - Cast Shadow Bolt'),\n(4543, 0, 4, 0, 0, 0, 100, 0, 0, 8000, 8000, 16000, 0, 0, 11, 8814, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Bloodmage Thalnos - Within 0-30 Range - Cast Flame Spike'),\n(4543, 0, 5, 0, 0, 0, 100, 0, 0, 16000, 16000, 60000, 0, 0, 11, 8053, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,     'Bloodmage Thalnos - Within 0-20 Range - Cast Flame Shock'),\n(4543, 0, 6, 0, 106, 0, 100, 0, 0, 9000, 9000, 12000, 0, 10, 11, 12470, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Bloodmage Thalnos - In Combat - Cast Fire Nova'),\n(4543, 0, 7, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 14693, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 1797.84, 1233.68, 18.3153, 1.58286,  'Bloodmage Thalnos - On Just Died - Summon Creature \\'Scorn\\''), -- AC's wotlk version\n(4543, 0, 8, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 660595, 614693, 0, 0, 0, 0, 0, 0,          'Bloodmage Thalnos - On Just Died - Respawn Scorn'), -- IP's vanilla version\n--\n(6426, 0, 0, 0, 9, 0, 100, 0, 3000, 9000, 10000, 20000, 0, 20, 11, 7068, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Anguished Dead - Within 0-20 Range - Cast Veil of Shadows'),\n(6488, 0, 0, 0, 37, 0, 90, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Fallen Champion - On AI Init - Despawn'),\n(6488, 0, 1, 0, 9, 0, 100, 0, 5000, 8000, 6000, 14000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Fallen Champion - Within 0-5 Range - Cast Cleave'),\n(6488, 0, 2, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                'Fallen Champion - Target Between 0-20% Health - Cast Execute (No Repeat)'),\n(6489, 0, 0, 0, 37, 0, 90, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ironspine - On AI Init - Despawn'),\n(6489, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21007, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ironspine - On Aggro - Cast Curse of Weakness'),\n(6489, 0, 2, 0, 9, 0, 100, 0, 2000, 3000, 25000, 25000, 0, 8, 11, 3815, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Ironspine - Within 0-8 Range - Cast Poison Cloud'),\n(6490, 0, 0, 0, 37, 0, 90, 0, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Azshir the Sleepless - On AI Init - Despawn'),\n(6490, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 70000, 70000, 0, 0, 11, 5137, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,  'Azshir the Sleepless - Within 0-5 Range - Cast Call of the Grave'),\n(6490, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 20000, 20000, 0, 0, 11, 7399, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Azshir the Sleepless - Within 0-5 Range - Cast Terrify'),\n(6490, 0, 3, 0, 2, 0, 100, 0, 0, 50, 20000, 20000, 0, 0, 11, 9373, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Azshir the Sleepless - Between 0-50% Health - Cast Soul Siphon'),\n(6490, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Azshir the Sleepless - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- Scarlet Scryer (4293) missing in SM graveyard. they share spawns with Scarlet Torturer (4306)\n\nDELETE FROM `creature` WHERE `guid` IN (40068, 40070);\nDELETE FROM `creature` WHERE `guid` BETWEEN 695001 AND 695007;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(40068, 4288, 0, 0, 189, 0, 0, 1, 1, 1, 201.223, -232.896, 18.5307, 3.14066, 86400, 0, 1, 3489, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Scarlet Beastmaster\n(40070, 4304, 0, 0, 189, 0, 0, 1, 1, 0, 201.061, -230.432, 18.5307, 3.13901, 86400, 0, 0, 3330, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Scarlet Tracking Hound\n--\n(695001, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1759.54, 1121.24, 7.49103, 4.75209, 86400, 0, 1, 2865, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Scarlet Scryer\n(695002, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1784.03, 1118.32, 7.57362, 2.87979, 86400, 0, 0, 2865, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695003, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1755.47, 1146.65, 7.57362, 0,       86400, 0, 0, 2865, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695004, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1759.29, 1144.24, 7.57362, 3.14159, 86400, 0, 0, 2865, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695005, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1793.07, 1146.38, 7.57362, 5.37561, 86400, 0, 0, 2865, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695006, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1807.48, 1170.39, 6.90373, 4.95674, 86400, 0, 0, 2865, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695007, 4293, 0, 0, 189, 0, 0, 1, 1, 1, 1807.84, 1165.98, 6.90374, 1.51844, 86400, 0, 0, 2865, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` BETWEEN 601001 AND 601007;\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(27440,  601001, 0, 'Scarlet Torturer'),\n(695001, 601001, 0, 'Scarlet Scryer'),\n(27446,  601002, 0, 'Scarlet Torturer'),\n(695002, 601002, 0, 'Scarlet Scryer'),\n(27447,  601003, 0, 'Scarlet Torturer'),\n(695003, 601003, 0, 'Scarlet Scryer'),\n(27448,  601004, 0, 'Scarlet Torturer'),\n(695004, 601004, 0, 'Scarlet Scryer'),\n(39854,  601005, 0, 'Scarlet Torturer'),\n(695005, 601005, 0, 'Scarlet Scryer'),\n(39855,  601006, 0, 'Scarlet Torturer'),\n(695006, 601006, 0, 'Scarlet Scryer'),\n(39857,  601007, 0, 'Scarlet Torturer'),\n(695007, 601007, 0, 'Scarlet Scryer');\n\nDELETE FROM `pool_template` WHERE `entry` BETWEEN 601001 AND 601007;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601001, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery'),\n(601002, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery'),\n(601003, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery'),\n(601004, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery'),\n(601005, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery'),\n(601006, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery'),\n(601007, 1, 'Scarlet Scryer or Torturer - Scarlet Monastery');\n\nDELETE FROM `creature_addon` WHERE `guid` = 695001;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(695001, 6950010, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 6950010;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(6950010, 1, 1759.54, 1121.24, 7.49103, NULL, 0, 0, 0, 100, 0),\n(6950010, 2, 1781.73, 1122.83, 7.49103, NULL, 0, 0, 0, 100, 0),\n(6950010, 3, 1782.84, 1160.14, 7.49103, NULL, 0, 0, 0, 100, 0),\n(6950010, 4, 1782.85, 1168.46, 6.82053, NULL, 0, 0, 0, 100, 0),\n(6950010, 5, 1800.01, 1168.24, 6.82053, NULL, 0, 0, 0, 100, 0),\n(6950010, 6, 1782.85, 1168.46, 6.82053, NULL, 0, 0, 0, 100, 0),\n(6950010, 7, 1782.84, 1160.14, 7.49102, NULL, 0, 0, 0, 100, 0),\n(6950010, 8, 1784.13, 1145.13, 7.49073, NULL, 0, 0, 0, 100, 0),\n(6950010, 9, 1760.54, 1141.73, 7.49073, NULL, 0, 0, 0, 100, 0);\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (4280, 4281, 4282, 4284, 4285, 4293, 4306);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n--\n(4280, 0, 0, 'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.', 12, 7, 100, 0, 0, 0, 2625, 0,                 'Scarlet Preserver'),\n(4280, 0, 1, 'There is no escape for you. The Crusade shall destroy all who carry the Scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 2626, 0, 'Scarlet Preserver'),\n(4280, 0, 2, 'The Light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2627, 0,                                 'Scarlet Preserver'),\n(4280, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Preserver'),\n(4281, 0, 0, 'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.', 12, 7, 100, 0, 0, 0, 2625, 0,                 'Scarlet Scout'),\n(4281, 0, 1, 'There is no escape for you. The Crusade shall destroy all who carry the Scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 2626, 0, 'Scarlet Scout'),\n(4281, 0, 2, 'The Light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2627, 0,                                 'Scarlet Scout'),\n(4281, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Scout'),\n(4282, 0, 0, 'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.', 12, 7, 100, 0, 0, 0, 2625, 0,                 'Scarlet Magician'),\n(4282, 0, 1, 'There is no escape for you. The Crusade shall destroy all who carry the Scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 2626, 0, 'Scarlet Magician'),\n(4282, 0, 2, 'The Light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2627, 0,                                 'Scarlet Magician'),\n(4282, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Magician'),\n(4284, 0, 0, 'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.', 12, 7, 100, 0, 0, 0, 2625, 0,                 'Scarlet Augur'),\n(4284, 0, 1, 'There is no escape for you. The Crusade shall destroy all who carry the Scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 2626, 0, 'Scarlet Augur'),\n(4284, 0, 2, 'The Light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2627, 0,                                 'Scarlet Augur'),\n(4284, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Augur'),\n(4285, 0, 0, 'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.', 12, 7, 100, 0, 0, 0, 2625, 0,                 'Scarlet Disciple'),\n(4285, 0, 1, 'There is no escape for you. The Crusade shall destroy all who carry the Scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 2626, 0, 'Scarlet Disciple'),\n(4285, 0, 2, 'The Light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2627, 0,                                 'Scarlet Disciple'),\n(4285, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Disciple'),\n(4293, 0, 0, 'Confess and we shall set you free.', 12, 7, 100, 0, 0, 0, 2570, 0,                                                        'Scarlet Scryer'),\n(4293, 0, 1, 'You will talk eventually.  You might as well spill it now.', 12, 7, 100, 0, 0, 0, 2569, 0,                                'Scarlet Scryer'),\n(4293, 0, 2, 'What?  Oh no, I don\\'t care what you have to say.  I just enjoy inflicting pain.', 14, 7, 100, 0, 0, 0, 2571, 0,          'Scarlet Scryer'),\n(4293, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Scryer'),\n(4293, 1, 1, 'The light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2570, 0,                                 'Scarlet Scryer'),\n(4293, 1, 2, 'There is no escape for you. The Crusade shall destroy all who carry the scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 0, 0,    'Scarlet Scryer'),\n(4293, 1, 3, 'You carry the taint of the scourge. Prepare to enter the twisting nether.', 12, 7, 100, 0, 0, 0, 0, 0,                    'Scarlet Scryer'),\n(4306, 0, 0, 'Confess and we shall set you free.', 12, 7, 100, 0, 0, 0, 2570, 0,                                                        'Scarlet Torturer'),\n(4306, 0, 1, 'You will talk eventually.  You might as well spill it now.', 12, 7, 100, 0, 0, 0, 2569, 0,                                'Scarlet Torturer'),\n(4306, 0, 2, 'What?  Oh no, I don\\'t care what you have to say.  I just enjoy inflicting pain.', 14, 7, 100, 0, 0, 0, 2571, 0,          'Scarlet Torturer'),\n(4306, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!', 12, 7, 100, 0, 0, 0, 2628, 0,               'Scarlet Torturer'),\n(4306, 1, 1, 'The light condemns all who harbor evil. Now you will die!', 12, 7, 100, 0, 0, 0, 2570, 0,                                 'Scarlet Torturer'),\n(4306, 1, 2, 'There is no escape for you. The Crusade shall destroy all who carry the scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 0, 0,    'Scarlet Torturer'),\n(4306, 1, 3, 'You carry the taint of the scourge. Prepare to enter the twisting nether.', 12, 7, 100, 0, 0, 0, 0, 0,                    'Scarlet Torturer');\n\n"
  },
  {
    "path": "data/sql/world/base/dungeon_scholomance.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(10469, 10470, 10471, 10472, 10477, 10478, 10485, 10486, 10487, 10488, 10489, 10491, 10495, 10498, 10499, 10500, 10678, 11257, 11551, 11622, 11636, 11637, 14511);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(10469, 10470, 10471, 10472, 10477, 10478, 10485, 10486, 10487, 10488, 10489, 10491, 10495, 10498, 10499, 10500, 10678, 11257, 11551, 11622, 11636, 11637, 14511);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(10469, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15043, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scholomance Adept - In Combat - Cast Frostbolt'),\n(10469, 0, 1, 0, 0, 0, 100, 0, 7000, 18000, 9000, 15000, 0, 0, 11, 15244, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Scholomance Adept - In Combat - Cast Cone of Cold'),\n(10469, 0, 2, 0, 0, 0, 100, 0, 7000, 20000, 12000, 25000, 0, 0, 11, 15499, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Adept - In Combat - Cast Frost Shock'),\n(10469, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scholomance Adept - Between 0-15% Health - Flee For Assist'),\n(10470, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scholomance Neophyte - In Combat - Cast Shadow Bolt'),\n(10470, 0, 1, 0, 0, 0, 100, 0, 1000, 11000, 19000, 24000, 0, 0, 11, 12542, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,   'Scholomance Neophyte - In Combat - Cast Fear'),\n(10470, 0, 2, 0, 0, 0, 100, 0, 8000, 16000, 8000, 16000, 0, 0, 11, 17165, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Neophyte - In Combat - Cast Mind Flay'),\n(10471, 0, 0, 0, 1, 0, 100, 1, 1000, 5000, 0, 0, 0, 0, 11, 16592, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Scholomance Acolyte - Out of Combat - Cast Shadowform'),\n(10471, 0, 1, 0, 0, 0, 100, 0, 4000, 18000, 8000, 16000, 0, 0, 11, 17615, 256, 0, 0, 0, 0, 5, 20, 0, 1, 0, 0, 0, 0, 0,  'Scholomance Acolyte - In Combat - Cast Mana Burn'),\n(10471, 0, 2, 0, 0, 0, 100, 0, 5000, 13000, 5000, 18000, 0, 0, 11, 11443, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Scholomance Acolyte - In Combat - Cast Cripple'),\n(10471, 0, 3, 0, 0, 0, 100, 0, 2000, 11000, 11000, 19000, 0, 0, 11, 17165, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Acolyte - In Combat - Cast Mind Flay'),\n(10471, 0, 4, 0, 14, 0, 100, 0, 2000, 40, 6400, 12400, 0, 0, 11, 17613, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Scholomance Acolyte - Friendly Missing Health - Cast Dark Mending'),\n(10472, 0, 0, 0, 0, 0, 100, 0, 1000, 7000, 60000, 60000, 0, 0, 11, 16431, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Scholomance Occultist - In Combat - Cast Bone Armor'),\n(10472, 0, 1, 0, 105, 0, 50, 0, 0, 0, 10000, 20000, 0, 30, 11, 15122, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Scholomance Occultist - Victim Casting - Cast Counterspell'),\n(10472, 0, 2, 0, 0, 0, 100, 0, 2000, 10000, 11000, 17000, 0, 0, 11, 17228, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Occultist - In Combat - Cast Shadow Bolt Volley'),\n(10472, 0, 3, 0, 0, 0, 100, 0, 6000, 15000, 13000, 21000, 0, 0, 11, 17243, 320, 0, 0, 0, 0, 5, 20, 0, 1, 0, 0, 0, 0, 0, 'Scholomance Occultist - In Combat - Cast Drain Mana'),\n(10477, 0, 0, 0, 0, 0, 100, 0, 4000, 16000, 10000, 16000, 0, 0, 11, 14887, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Necromancer - In Combat - Cast Shadow Bolt Volley'),\n(10477, 0, 1, 0, 0, 0, 100, 0, 1000, 25000, 60000, 60000, 0, 0, 11, 12020, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Necromancer - In Combat - Cast Call of the Graves'),\n(10477, 0, 2, 0, 0, 0, 100, 0, 5000, 10000, 11000, 15000, 0, 0, 11, 17616, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Necromancer - In Combat - Cast Corpse Explosion'),\n(10477, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scholomance Necromancer - Between 0-15% Health - Flee For Assist'),\n--\n(10478, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11838, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Splintered Skeleton - In Combat - Cast Hate to Zero'),\n(10485, 0, 0, 0, 0, 0, 100, 0, 1000, 8000, 17000, 33000, 0, 0, 11, 12021, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Risen Aberration - In Combat - Cast Fixate'),\n(10485, 0, 1, 2, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 7743, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Risen Aberration - On Reset - Cast Immunity Shadow'),\n(10485, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 7940, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Risen Aberration - On Reset - Cast Immunity Frost'),\n(10485, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 7941, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Risen Aberration - On Reset - Cast Immunity Nature'),\n(10485, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 7942, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Risen Aberration - On Reset - Cast Immunity Fire'),\n(10486, 0, 0, 0, 0, 0, 100, 0, 12000, 17000, 10000, 33000, 0, 0, 11, 14516, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Risen Warrior - Within 0-5 Range - Cast Strike'),\n(10486, 0, 1, 0, 0, 0, 100, 0, 7000, 28000, 13000, 25000, 0, 0, 11, 16509, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Risen Warrior - Within 0-5 Range - Cast Rend'),\n(10486, 0, 2, 0, 0, 0, 100, 0, 2000, 10000, 11000, 17000, 0, 0, 11, 11428, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Risen Warrior - In Combat - Cast Knock Down'),\n(10486, 0, 3, 0, 9, 0, 100, 0, 0, 0, 10000, 32000, 0, 5, 11, 15588, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Risen Warrior - In Combat - Cast Thunderclap'),\n(10487, 0, 0, 0, 0, 0, 100, 0, 0, 3000, 5000, 9000, 0, 0, 11, 17439, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Risen Protector - In Combat - Cast Shadow Shock'),\n(10487, 0, 1, 0, 0, 0, 100, 0, 0, 0, 4310, 10600, 0, 0, 11, 6726, 0, 0, 0, 0, 0, 5, 20, 0, 1, 0, 0, 0, 0, 0,            'Risen Protector - In Combat - Cast Silence'),\n(10487, 0, 2, 0, 0, 0, 100, 0, 4000, 15000, 9000, 19000, 0, 0, 11, 15654, 32, 1, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Risen Protector - In Combat - Cast Shadow Word: Pain'),\n(10488, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Risen Construct - In Combat - Cast Thrash'),\n(10488, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Risen Construct - In Combat - Cast Frenzy (No Repeat)'),\n(10488, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Risen Construct - On Frenzy - Say Line 0'),\n(10488, 0, 3, 0, 0, 0, 100, 0, 5000, 13000, 11000, 19000, 0, 0, 11, 16169, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Risen Construct - Within 0-5 Range - Cast Arcing Smash'),\n    \n(10489, 0, 0, 0, 0, 0, 100, 0, 1700, 9400, 12800, 27800, 0, 0, 11, 15655, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Risen Guard - Within 0-5 Range - Cast Shield Slam'),\n(10489, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Risen Guard - Within 0-5 Range - Cast Sunder Armor'),\n(10491, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 4000, 9000, 0, 0, 11, 16431, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Risen Bonewarder - In Combat - Cast Bone Armor'),\n(10491, 0, 1, 0, 0, 0, 100, 0, 9000, 15000, 9000, 15000, 0, 0, 11, 17715, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Risen Bonewarder - In Combat - Cast Consuming Shadows'),\n(10491, 0, 2, 0, 0, 0, 100, 0, 12000, 15000, 12000, 15000, 0, 0, 11, 17620, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Risen Bonewarder - In Combat - Cast Drain Life'),\n(10495, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12627, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Diseased Ghoul - On Reset - Cast Disease Cloud'),\n(10495, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8247, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Diseased Ghoul - On Reset - Cast Wandering Plague'),\n(10495, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17742, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Diseased Ghoul - On Death - Cast Cloud of Disease'),\n--\n(10498, 0, 0, 0, 0, 0, 100, 0, 3300, 5300, 12000, 16300, 0, 0, 11, 12528, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Spectral Tutor - In Combat - Cast Silence'),\n(10498, 0, 1, 2, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 17651, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Spectral Tutor - Between 0-40% Health - Cast Image Projection'),\n(10498, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17653, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spectral Tutor - Between 0-40% Health - Cast Summon Spectral Projections'),\n(10498, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Spectral Tutor - Between 0-40% Health - Set Event Phase'),\n(10498, 0, 4, 0, 0, 1, 100, 512, 8000, 8000, 10000, 10000, 0, 0, 11, 17652, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spectral Tutor - In Combat - Cast Image Projection'),\n(10498, 0, 5, 0, 0, 0, 100, 0, 4200, 19100, 8600, 26400, 0, 0, 11, 17630, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,  'Spectral Tutor - In Combat - Cast Mana Burn'),\n(10499, 0, 0, 0, 0, 0, 100, 0, 1000, 9000, 9000, 15000, 0, 0, 11, 17631, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Spectral Researcher - In Combat - Cast Wail of Souls'),\n(10499, 0, 1, 0, 0, 0, 100, 0, 0, 0, 5300, 12400, 0, 0, 11, 17630, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,         'Spectral Researcher - In Combat - Cast Mana Burn'),\n(10500, 0, 0, 0, 14, 0, 100, 0, 2000, 40, 5900, 9700, 0, 0, 11, 17633, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Spectral Teacher - Friendly Missing 2000 Health - Cast Arcane Focus'),\n(10500, 0, 1, 0, 0, 0, 100, 0, 11000, 22000, 20000, 30000, 0, 0, 11, 8994, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,   'Spectral Teacher - In Combat - Cast Banish'),\n(10500, 0, 2, 0, 0, 0, 100, 0, 0, 0, 5500, 11400, 0, 0, 11, 17630, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,         'Spectral Teacher - In Combat - Cast Mana Burn'),\n--\n(10678, 0, 0, 0, 0, 0, 100, 0, 1000, 8000, 4000, 9000, 0, 0, 11, 17745, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Plagued Hatchling - In Combat - Cast Diseased Spit'),\n(11257, 0, 0, 0, 0, 0, 100, 0, 4000, 10000, 10000, 21000, 0, 0, 11, 17145, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Handler - In Combat - Cast Blast Wave'),\n(11257, 0, 1, 0, 0, 0, 100, 0, 3000, 19000, 10000, 33000, 0, 0, 11, 15244, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Scholomance Handler - Within 0-10 Range - Cast Cone of Cold'),\n(11257, 0, 2, 0, 0, 0, 100, 0, 4000, 14000, 6000, 19000, 0, 0, 11, 10833, 0, 1, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Scholomance Handler - Within 0-5 Range - Cast Arcane Blast'),\n(11551, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Necrofiend - On Reset - Cast Deadly Poison'),\n(11551, 0, 1, 0, 0, 0, 100, 0, 6000, 13000, 10000, 17000, 0, 0, 11, 15474, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Necrofiend - In Combat - Cast Web Explosion'),\n(11622, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 10000, 17000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Rattlegore - Within 0-5 Range - Cast Knock Away'),\n(11622, 0, 1, 0, 0, 0, 100, 0, 6000, 11000, 7000, 11000, 0, 0, 11, 18368, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Rattlegore - Within 0-5 Range - Cast Strike'),\n(11622, 0, 2, 3, 0, 0, 100, 0, 15000, 21000, 13000, 19000, 0, 0, 11, 16727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Rattlegore - In Combat - Cast War Stomp'),\n(11622, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 13, 0, 100, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Rattlegore - On Knockdown - Reset Aggro'),\n--\n(11636, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Servant of Weldon Barov - On Aggro - Say Line 0'),\n(11637, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Servant of Alexi Barov  - On Aggro - Say Line 0'),\n(14511, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 4500, 0, 0, 11, 12739, 64, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,        'Shadowed Spirit - In Combat - Cast Shadow Bolt'),\n(14511, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 15000, 17000, 0, 0, 11, 15245, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadowed Spirit - In Combat - Cast Shadow Bolt Volley'),\n(14511, 0, 2, 0, 0, 0, 100, 0, 1000, 6000, 8000, 12000, 0, 0, 11, 22575, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,     'Shadowed Spirit - In Combat - Cast Shadow Shock'),\n(14511, 0, 3, 0, 0, 0, 100, 0, 5000, 15000, 30000, 30000, 0, 0, 11, 22417, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Shadowed Spirit - In Combat - Cast Shadow Shield'),\n(14511, 0, 4, 0, 1, 0, 100, 0, 0, 0, 5000, 5000, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,               'Shadowed Spirit - Out of Combat - Attack Start'),\n(14511, 0, 5, 0, 8, 0, 100, 0, 20271, 0, 15000, 15000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowed Spirit - On Spell Hit - Say Line 0');\n\n\n-- Darkmaster Gandling - fix his shout message not displaying\nUPDATE `creature_text` SET `TextRange` = 1 WHERE `CreatureID` = 1853;\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (11636, 11637);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(11636, 0, 0, 'I don\\'t get paid enough for this!', 12, 0, 100, 0, 0, 0, 7150, 0,    'Servant of Weldon Barov'),\n(11636, 0, 1, 'Time to take out the trash!', 12, 0, 100, 0, 0, 0, 7151,  0,          'Servant of Weldon Barov'),\n(11636, 0, 2, 'I\\'m going to dust you into oblivion!', 12, 0, 100, 0, 0, 0, 7152, 0, 'Servant of Weldon Barov'),\n(11636, 0, 3, 'How dare you?!', 12, 0, 100, 0, 0, 0, 7153,  0,                       'Servant of Weldon Barov'),\n(11636, 0, 4, 'Spot of tea, gov\\'na?', 12, 0, 100, 0, 0, 0, 7154, 0,                 'Servant of Weldon Barov'),\n--\n(11637, 0, 0, 'I don\\'t get paid enough for this!', 12, 0, 100, 0, 0, 0, 7150, 0,    'Servant of Alexi Barov'),\n(11637, 0, 1, 'Time to take out the trash!', 12, 0, 100, 0, 0, 0, 7151,  0,          'Servant of Alexi Barov'),\n(11637, 0, 2, 'I\\'m going to dust you into oblivion!', 12, 0, 100, 0, 0, 0, 7152, 0, 'Servant of Alexi Barov'),\n(11637, 0, 3, 'How dare you?!', 12, 0, 100, 0, 0, 0, 7153,  0,                       'Servant of Alexi Barov'),\n(11637, 0, 4, 'Spot of tea, gov\\'na?', 12, 0, 100, 0, 0, 0, 7154, 0,                 'Servant of Alexi Barov');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_shadowfang_keep.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2529, 3855, 3859, 3861, 3873, 3875, 3877, 3886, 3887, 3914, 3927, 4278);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2529, 3855, 3859, 3861, 3873, 3875, 3877, 3886, 3887, 3914, 3927, 4278);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2529, 0, 0, 0, 0, 0, 100, 0, 11000, 11000, 9000, 21000, 0, 0, 11, 7124, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Son of Arugal - Within 0-20 Range - Cast Arugals Gift'),\n(3855, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 11000, 20000, 0, 0, 11, 8140, 288, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Shadowfang Darksoul - Within 0-20 Range - Cast Befuddlement'),\n(3855, 0, 1, 0, 0, 0, 100, 0, 1000, 9000, 3000, 7000, 0, 0, 11, 970, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Shadowfang Darksoul - Within 0-30 Range - Cast Shadow Word: Pain'),\n(3859, 0, 0, 0, 2, 0, 100, 0, 0, 35, 60000, 60000, 0, 0, 11, 7072, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowfang Ragetooth - Between Health 0-35% - Cast Wild Rage'),\n(3861, 0, 0, 0, 0, 0, 100, 0, 2000, 10000, 15000, 20000, 0, 0, 11, 7127, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Bleak Worg - Within 0-5 Range - Cast Wavering Will'),\n(3873, 0, 0, 0, 0, 0, 100, 0, 10500, 11900, 3500, 6500, 0, 0, 11, 7054, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Tormented Officer - Within 0-5 Range - Cast Forsaken Skills'),\n(3875, 0, 0, 0, 0, 0, 100, 0, 9000, 13000, 4000, 6000, 0, 0, 11, 7057, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Haunted Servitor - Within 0-5 Range - Cast Haunting Spirits'),\n(3877, 0, 0, 0, 9, 0, 100, 0, 0, 0, 1000, 12000, 0, 5, 11, 7074, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Wailing Guardsman - Within 0-5 Range - Cast Screams of the Past'),\n(3886, 0, 0, 0, 0, 0, 100, 0, 2800, 9700, 2800, 9700, 0, 0, 11, 7485, 256, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Razorclaw the Butcher - Within 0-5 Range - Cast Butcher Drain'),\n(3887, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Baron Silverlaine - In Combat - Say Line 0 (No Repeat)'),\n(3887, 0, 1, 0, 0, 0, 100, 0, 1000, 8000, 22000, 55000, 0, 0, 11, 7068, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Baron Silverlaine - In Combat - Cast Veil of Shadow'),\n(3914, 0, 0, 0, 0, 0, 100, 0, 1000, 14000, 14000, 36000, 0, 0, 11, 7295, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,    'Rethilgore - Within 0-10 Range - Cast Soul Drain'),\n(3914, 0, 1, 2, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 3850, 100, 0, 0, 0, 0, 0, 0,               'Rethilgore - On Just Died - Set Data'),\n(3914, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 45, 1, 2, 0, 0, 0, 0, 19, 3849, 100, 0, 0, 0, 0, 0, 0,              'Rethilgore - On Just Died - Set Data'),\n--\n(3927, 0, 1, 0, 2, 0, 100, 1, 0, 75, 0, 0, 0, 0, 11, 7487, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Wolf Master Nandos - In Combat - Cast Call Bleak Worg (No Repeat)'),\n(3927, 0, 0, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 7488, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Wolf Master Nandos - In Combat - Cast Call Slavering Worg (No Repeat)'),\n(3927, 0, 2, 0, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 7489, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Wolf Master Nandos - In Combat - Cast Call Lupine Horror (No Repeat)'),\n(3927, 0, 3, 4, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 2, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wolf Master Nandos - On Just Died - Set Instance Data 2 to 3'),\n(3927, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 118, 0, 0, 0, 0, 0, 0, 14, 33241, 18971, 0, 0, 0, 0, 0, 0,          'Wolf Master Nandos - On Just Died - Set GO State'),\n(3927, 0, 5, 6, 77, 0, 100, 0, 1, 4, 600000, 600000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Wolf Master Nandos - On Counter Set - Say Line 0'),\n(3927, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 60, 0, 0, 0, 0, 0, 0, 0,                    'Wolf Master Nandos - On Counter Set - Attack Start'),\n--\n(4278, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Commander Springvale - In Combat - Say Line 0 (No Repeat)'),\n(4278, 0, 2, 0, 2, 0, 100, 0, 0, 80, 0, 0, 7500, 15300, 11, 1026, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Commander Springvale - Between Health 0-80% - Cast Holy Light'),\n(4278, 0, 3, 0, 14, 0, 100, 0, 800, 40, 12500, 22300, 0, 0, 11, 1026, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Commander Springvale - On Friendly HP Deficit - Cast Holy Light'),\n(4278, 0, 4, 0, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Commander Springvale - Between Health 0-25% - Cast Divine Protection'),\n(4278, 0, 5, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Commander Springvale - On Just Died - Say Line 1');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_ssc.sql",
    "content": "/* Correct quest log text for SSC attunement quest \"The Cudgel of Kar'desh\" */\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Skar\\'this the Heretic in the heroic Slave Pens of Coilfang Reservoir.' WHERE `ID` = 10901;\n\n-- fix reputation gain for creatures in normal Slave Pens\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4 WHERE `creature_id` = 17938; -- Coilfang Observer\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4 WHERE `creature_id` = 21128; -- Coilfang Ray <Observer's Pet>\n\n-- The Underbog - fix SMART_ACTION_TALK worldserver errors \nUPDATE `smart_scripts` SET `target_type` = 21, `target_param1` = 40 WHERE `entryorguid` = 17725 AND `source_type` = 0 AND `id` = 0;\n\n-- creatures in normal The Slave Pens should not drop Coilfang Armaments\nDELETE FROM `creature_loot_template` WHERE `Item` = 24368 AND `Entry` IN (17938, 17957, 17958, 17959, 17960, 17961, 21126, 21127);\n\n-- fix Mennu the Betrayer TextGroup 3 console error\nDELETE FROM `creature_text` WHERE `CreatureID` = 17941;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(17941, 1, 0, 'The work must continue!', 14, 0, 100, 0, 0, 10376, 17888, 0, 'Mennu the Betrayer - Aggro'),\n(17941, 1, 1, 'You brought this on yourselves!', 14, 0, 100, 0, 0, 10378, 17889, 0, 'Mennu the Betrayer - Aggro'),\n(17941, 1, 2, 'Don\\'t make me kill you!', 14, 0, 100, 0, 0, 10379, 17890, 0, 'Mennu the Betrayer - Aggro'),\n(17941, 2, 0, 'It had to be done....', 14, 0, 100, 0, 0, 10380, 17892, 0, 'Mennu the Betrayer - Kill'),\n(17941, 2, 1, 'You should not have come....', 14, 0, 100, 0, 0, 10381, 17893, 0, 'Mennu the Betrayer - Kill'),\n(17941, 3, 0, 'I... deserve this....', 14, 0, 100, 0, 0, 10382, 17894, 0, 'Mennu the Betrayer - Death');\n\n-- fix Fathom-Lord Karathress TextGroup 6 console error\nDELETE FROM `creature_text` WHERE `CreatureID` = 21214;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(21214, 0, 0, 'Guards, attention! We have visitors....', 14, 0, 100, 0, 0, 11277, 20000, 0, 'karathress SAY_AGGRO'),\n(21214, 1, 0, 'Your overconfidence will be your undoing! Guards, lend me your strength!', 14, 0, 100, 0, 0, 11278, 19854, 0, 'karathress SAY_GAIN_BLESSING'),\n(21214, 2, 0, 'Go on, kill them! I\\'ll be the better for it!', 14, 0, 100, 0, 0, 11279, 19643, 0, 'karathress SAY_GAIN_ABILITY1'),\n(21214, 3, 0, 'I am more powerful than ever!', 14, 0, 100, 0, 0, 11280, 19645, 0, 'karathress SAY_GAIN_ABILITY2'),\n(21214, 4, 0, 'More knowledge, more power!', 14, 0, 100, 0, 0, 11281, 19644, 0, 'karathress SAY_GAIN_ABILITY3'),\n(21214, 5, 0, 'Land-dwelling scum!', 14, 0, 100, 0, 0, 11282, 20001, 0, 'karathress SAY_SLAY1'),\n(21214, 5, 1, 'Alana be\\'lendor!', 14, 0, 100, 0, 0, 11283, 20002, 0, 'karathress SAY_SLAY2'),\n(21214, 5, 2, 'I am rid of you.', 14, 0, 100, 0, 0, 11284, 20003, 0, 'karathress SAY_SLAY3'),\n(21214, 6, 0, 'Her... excellency... awaits.', 14, 0, 100, 0, 0, 11285, 20004, 0, 'karathress SAY_DEATH');\n\n-- fix Greyheart Shield-Bearer (Shield Charge)\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (21231);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(21231, 0, 0, 0, 0, 0, 100, 0, 5000, 12000, 10000, 15000, 0, 0, 11, 38631, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Greyheart Shield-Bearer - In Combat - Cast Avenger\\'s Shield'),\n(21231, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10000, 15000, 8, 25, 11, 38630, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Greyheart Shield-Bearer - In Combat - Cast Shield Charge');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_stockade.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(1663, 1666, 1696, 1706, 1707, 1708, 1711, 1715, 1716, 1717, 1720);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(1663, 1666, 1696, 1706, 1707, 1708, 1711, 1715, 1716, 1717, 1720);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1663, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Dextren Ward - Out of Combat - Cast Battle Stance (No Repeat)'),\n(1663, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 14000, 22000, 0, 0, 11, 19134, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,   'Dextren Ward - Within 0-10 Range - Cast Frightening Shout'),\n(1663, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9000, 21000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dextren Ward - Within 0-5 Range - Cast Strike'),\n(1663, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dextren Ward - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1666, 0, 0, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Kam Deepfury - Out of Combat - Cast Defensive Stance (No Repeat)'),\n(1666, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9300, 24600, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Kam Deepfury - Within 0-5 Range - Cast Shield Slam'),\n(1666, 0, 2, 0, 0, 0, 100, 0, 5000, 12000, 15000, 25000, 0, 0, 11, 3419, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Kam Deepfury - In Combat - Cast Improved Blocking'),\n(1666, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kam Deepfury - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1696, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Targorr the Dread - On Respawn - Cast Dual Wield'),\n(1696, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Targorr the Dread - In Combat - Cast Thrash'),\n(1696, 0, 2, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Targorr the Dread - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(1696, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Targorr the Dread - On Enrage - Say Line 0'),\n--\n(1706, 0, 0, 0, 105, 0, 50, 0, 0, 0, 10000, 15000, 0, 5, 11, 1766, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Prisoner - Victim Casting - Cast Kick'),\n(1706, 0, 1, 0, 0, 0, 100, 0, 5000, 12000, 20000, 33000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Defias Prisoner - Within 0-5 Range - Cast Disarm'),\n(1706, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Prisoner - Between 0-15% Health - Flee For Assist'),\n(1706, 0, 3, 0, 11, 0, 100, 513, 1, 34, 0, 0, 0, 0, 2, 17, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Defias Prisoner - On Respawn - Set Faction 17'),\n(1706, 0, 4, 0, 11, 0, 100, 513, 1, 0, 0, 0, 0, 0, 80, 170600, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Defias Prisoner - On Respawn - Run Script'),\n(1706, 0, 5, 6, 40, 0, 100, 512, 103, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 11, 37063, 20, 0, 0, 0, 0, 0, 0,            'Defias Prisoner - On WP Reached - Despawn Target'),\n(1706, 0, 6, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Defias Prisoner - On WP Reached - Despawn'),\n(1706, 0, 7, 8, 17, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                    'Defias Prisoner - Just Summoned - Store Target'),\n(1706, 0, 8, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 100, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                   'Defias Prisoner - Just Summoned - Send Target to Target'),\n(1706, 0, 9, 0, 37, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Defias Prisoner - On AI Init - Store Target'),\n(1707, 0, 0, 0, 67, 0, 100, 0, 2000, 4000, 2000, 7000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Defias Captive - Behind Target - Cast Backstab'),\n(1707, 0, 1, 0, 9, 0, 100, 0, 0, 0, 1000, 9000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Defias Captive - Within 0-5 Range - Cast Infected Wound'),\n(1707, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 36000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Defias Captive - Within 0-5 Range - Cast Rend'),\n(1707, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Captive - Between 0-15% Health - Flee For Assist'),\n(1708, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Defias Inmate - Out of Combat - Cast Battle Stance (No Repeat)'),\n(1708, 0, 1, 0, 9, 0, 100, 0, 0, 0, 14000, 36000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Defias Inmate - Within 0-5 Range - Cast Rend'),\n(1708, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Inmate - Between 0-15% Health - Flee For Assist'),\n(1711, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Defias Convict - On Respawn - Cast Dual Wield'),\n(1711, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10000, 13000, 0, 5, 11, 6253, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Convict - Within 0-5 Range - Cast Backhand'),\n(1711, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 36000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Defias Convict - Within 0-5 Range - Cast Rend'),\n(1711, 0, 3, 0, 9, 0, 100, 0, 0, 0, 14000, 36000, 0, 5, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Convict - Within 0-5 Range - Cast Demoralizing Shout'),\n(1711, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Convict - Between 0-15% Health - Flee For Assist'),\n(1715, 0, 0, 0, 0, 0, 100, 0, 1000, 5000, 20000, 39000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Defias Insurgent - In Combat - Cast Battle Shout'),\n(1715, 0, 1, 0, 9, 0, 100, 0, 0, 0, 19000, 24000, 0, 5, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Insurgent - Within 0-5 Range - Cast Demoralizing Shout'),\n(1715, 0, 2, 0, 9, 0, 100, 0, 0, 0, 14000, 36000, 0, 5, 11, 6253, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Insurgent - Within 0-5 Range - Cast Backhand'),\n(1715, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Defias Insurgent - Between 0-15% Health - Flee For Assist'),\n--\n(1716, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bazil Thredd - On Aggro - Say Line 0'),\n(1716, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bazil Thredd - On Respawn - Cast Dual Wield'),\n(1716, 0, 2, 0, 0, 0, 100, 0, 8000, 10000, 15000, 25000, 0, 0, 11, 7964, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Bazil Thredd - In Combat - Cast Smoke Bomb'),\n(1716, 0, 3, 0, 0, 0, 100, 0, 1000, 3000, 26000, 30000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Bazil Thredd - In Combat - Cast Battle Shout'),\n(1716, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bazil Thredd - Between 0-15% Health - Flee For Assist'),\n(1717, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hamhock - On Aggro - Say Line 0'),\n(1717, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 12000, 19000, 0, 0, 11, 421, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Hamhock - In Combat - Cast Chain Lightning'), -- https://www.youtube.com/watch?v=Sf0brO6J4e0\n(1717, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 10000, 10000, 0, 0, 11, 6742, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Hamhock - In Combat - Cast Bloodlust'),\n(1720, 0, 0, 0, 37, 0, 70, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bruegal Ironknuckle - On AI Init - Despawn'),\n(1720, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bruegal Ironknuckle - On Aggro - Say Line 0'),\n(1720, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bruegal Ironknuckle - Between 0-15% Health - Flee For Assist');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (1720);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(1720, 0, 0, 'Eh? What have we here?',                      12, 7, 100, 0, 0, 0, 1386, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 1, 'Welcome to the Stockade!',                    12, 7, 100, 0, 0, 0, 1387, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 2, 'Outsiders! Kill em all!',                     12, 7, 100, 0, 0, 0, 1388, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 3, 'More of the Warden\\'s errand boys!',          12, 7, 100, 0, 0, 0, 1390, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 4, 'Tell the Warden this prison is ours now!',    12, 7, 100, 0, 0, 0, 1391, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 5, 'It\\'ll be quick, but it won\\'t be painless!', 12, 7, 100, 0, 0, 0, 1392, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 6, 'Fresh meat!',                                 12, 7, 100, 0, 0, 0, 1393, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 7, 'I\\'ll crush your skull beneath my boot!',     12, 7, 100, 0, 0, 0, 1394, 0, 'Bruegal Ironknuckle'),\n(1720, 0, 8, 'Death to the Warden\\'s men!',                 12, 7, 100, 0, 0, 0, 1395, 0, 'Bruegal Ironknuckle');\n\n\n-- Bazil Thredd, multiple spawn locations?\n"
  },
  {
    "path": "data/sql/world/base/dungeon_stratholme.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(10381, 10382, 10383, 10390, 10391, 10393, 10394, 10398, 10400, 10405, 10406, 10407, 10408, 10409, 10412, 10413, 10414, 10416, 10417, 10418, 10419, \n10420, 10421, 10422, 10423, 10424, 10425, 10426, 10437, 10438, 10439, 10463, 10464, 10516, 10558, 10809, 10811, 10812, 10997, 11032, 11043, 16387);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(10381, 10382, 10383, 10390, 10391, 10393, 10394, 10398, 10400, 10405, 10406, 10407, 10408, 10409, 10412, 10413, 10414, 10416, 10417, 10418, 10419, \n10420, 10421, 10422, 10423, 10424, 10425, 10426, 10437, 10438, 10439, 10463, 10464, 10516, 10558, 10809, 10811, 10812, 10997, 11032, 11043, 16387);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(10381, 0, 0, 0, 0, 0, 100, 0, 4400, 10200, 5800, 13800, 0, 0, 11, 13446, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Ravaged Cadaver - Within 0-5 Range - Cast Strike'),\n(10381, 0, 1, 2, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 16324, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ravaged Cadaver - On Death - Cast Summon Broken Cadaver'),\n(10381, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ravaged Cadaver - On Death - Say Line 0'),\n(10382, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16142, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mangled Cadaver - On Respawn - Cast Cadaver Worms'),\n(10383, 0, 0, 0, 0, 0, 100, 1, 4000, 8000, 0, 0, 0, 0, 11, 16141, 2, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Broken Cadaver - On Update - Cast Exploding Cadaver'),\n--\n(10390, 0, 0, 1, 60, 0, 100, 769, 0, 0, 0, 0, 0, 0, 31, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Skeletal Guardian - On Update - Set Phase Random Between 1-3 (No Repeat)'),\n(10390, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Skeletal Guardian - On Update - Flag reset 0 (No Repeat)'),\n(10390, 0, 2, 0, 1, 1, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 13787, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Skeletal Guardian - Out of Combat - Cast Demon Armor (Phase 1)'),\n(10390, 0, 3, 0, 0, 1, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skeletal Guardian - In Combat - Cast Shadow Bolt (Phase 1)'),\n(10390, 0, 4, 0, 0, 2, 100, 0, 5000, 11000, 17000, 24500, 0, 0, 11, 8364, 1, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Skeletal Guardian - In Combat - Cast Blizzard (Phase 2)'),\n(10390, 0, 5, 0, 0, 2, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skeletal Guardian - In Combat - Cast Frostbolt (Phase 2)'),\n(10390, 0, 6, 0, 106, 3, 100, 0, 0, 0, 13000, 24500, 0, 8, 11, 11975, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Skeletal Guardian - Within 0-8 Range - Cast Arcane Explosion (Phase 3)'),\n(10390, 0, 7, 0, 0, 3, 100, 0, 0, 0, 2000, 3500, 0, 0, 11, 37361, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Skeletal Guardian - In Combat - Cast Arcane Bolt (Phase 3)'),\n(10391, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 29651, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Skeletal Berserker - On Reset - Cast Dual Wield'),\n(10391, 0, 1, 0, 0, 0, 100, 0, 5100, 7900, 5900, 16500, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Skeletal Berserker - Within 0-5 Range - Cast Strike'),\n(10391, 0, 2, 0, 9, 0, 100, 0, 0, 0, 10000, 19000, 0, 5, 11, 9080, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Skeletal Berserker - Within 0-5 Range - Cast Hamstring'),\n(10391, 0, 3, 0, 0, 0, 100, 0, 7000, 12000, 12000, 16000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Skeletal Berserker - Within 0-5 Range - Cast Cleave'),\n(10391, 0, 4, 0, 9, 0, 100, 0, 0, 0, 21000, 30000, 0, 5, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Skeletal Berserker - Within 0-5 Range - Cast Demoralizing Shout'),\n--\n(10393, 0, 0, 0, 37, 0, 80, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Skul - On AI Init - Despawn'),\n(10393, 0, 1, 0, 1, 0, 100, 0, 1000, 3000, 900000, 900000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Skul - Out of Combat - Cast Frost Armor'),\n(10393, 0, 2, 0, 0, 0, 80, 0, 0, 0, 2000, 2000, 0, 0, 11, 16799, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skul - In Combat - Cast Frostbolt'),\n(10393, 0, 3, 0, 0, 0, 50, 0, 6000, 8000, 16000, 20000, 0, 0, 11, 15499, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Skul - In Combat - Cast Frost Shock'),\n(10393, 0, 4, 0, 0, 0, 40, 0, 9000, 11000, 9000, 11000, 0, 0, 11, 15230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Skul - In Combat - Cast Arcane Bolt'),\n(10394, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 5000, 8000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Black Guard Sentry - Within 0-5 Range - Cast Cleave'),\n(10394, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 6000, 0, 20, 11, 17439, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Black Guard Sentry - Within 0-20 Range - Cast Shadow Shock'),\n--\n(10398, 0, 0, 0, 1, 0, 100, 0, 6000, 6000, 0, 0, 0, 0, 11, 12380, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Thuzadin Shadowcaster - Out of Combat - Cast Shadow Channeling'),\n(10398, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15232, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Thuzadin Shadowcaster - In Combat - Cast Shadow Bolt'),\n(10398, 0, 2, 0, 0, 0, 100, 0, 4000, 6000, 20000, 25000, 0, 0, 11, 11443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Thuzadin Shadowcaster - In Combat - Cast Cripple'),\n(10398, 0, 3, 0, 0, 0, 100, 0, 7000, 12000, 15000, 20000, 0, 0, 11, 16429, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Thuzadin Shadowcaster - In Combat - Cast Piercing Shadow'),\n(10400, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Thuzadin Necromancer - Out of Combat - Cast Summon Skeletal Servant'),\n(10400, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16431, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Thuzadin Necromancer - On Aggro - Cast Bone Armor'),\n(10400, 0, 2, 0, 0, 0, 100, 0, 3000, 10000, 15000, 20000, 0, 0, 11, 16430, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,   'Thuzadin Necromancer - Within 0-10 Range - Cast Soul Tap'),\n--\n(10405, 0, 0, 0, 0, 0, 100, 0, 3000, 10000, 20000, 30000, 0, 0, 11, 16458, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Plague Ghoul - In Combat - Cast Ghoul Plague'),\n(10405, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6300, 10100, 0, 5, 11, 40505, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Plague Ghoul - Within 0-5 Range - Cast Cleave'),\n(10405, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Plague Ghoul - Between Health 0-30% - Cast Enrage'),\n(10405, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Plague Ghoul - On Enrage - Say Line 0'),\n(10406, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 16000, 0, 5, 11, 16172, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ghoul Ravener - Within 0-5 Range - Cast Head Crack'),\n(10406, 0, 1, 0, 0, 0, 100, 0, 7000, 7000, 8000, 8000, 0, 0, 11, 16553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Ghoul Ravener - In Combat - Cast Ravenous Claw'),\n(10406, 0, 2, 0, 1, 0, 100, 0, 3000, 6000, 8000, 12000, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Ghoul Ravener - Out of Combat - Play Emote 1'),\n(10407, 0, 1, 0, 9, 0, 100, 0, 0, 0, 18000, 25000, 0, 5, 11, 13738, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Fleshflayer Ghoul - Within 0-5 Range - Cast Rend'),\n(10407, 0, 2, 0, 1, 0, 100, 0, 3000, 7000, 8000, 12000, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Fleshflayer Ghoul - Out of Combat - Play Emote 1'),\n--\n(10408, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 12000, 0, 5, 11, 13444, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Rockwing Gargoyle - Within 0-5 Range - Cast Sunder Armor'),\n(10409, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 4, 6596, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Rockwing Screecher - On Aggro - Play Sound 6596 (No Repeat)'),\n(10409, 0, 1, 0, 9, 0, 100, 0, 0, 0, 18000, 30000, 0, 0, 11, 13730, 32, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Rockwing Screecher - Within 0-5 Range - Cast Demoralizing Shout'),\n(10409, 0, 2, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 5, 11, 8715, 0, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Rockwing Screecher - Within 0-5 Range - Cast Terrifying Howl'),\n(10409, 0, 3, 0, 0, 0, 100, 0, 1000, 1000, 7000, 11000, 0, 0, 11, 16997, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Rockwing Screecher - In Combat - Cast Gargoyle Strike'),\n(10412, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 20, 11, 15471, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Crypt Crawler - Within 0-20 Range - Cast Enveloping Web'),\n(10413, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16428, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Crypt Beast - On Reset - Cast Virulent Poison Proc'),\n(10413, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 20, 11, 4962, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Crypt Beast - In Combat - Cast Encasing Webs'),\n--\n(10414, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16345, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Patchwork Horror - On Respawn - Cast Disease Cloud'),\n(10414, 0, 2, 0, 0, 0, 100, 0, 7000, 14000, 7000, 15000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,   'Patchwork Horror - Within 0-10 Range - Cast Knock Away'),\n(10416, 0, 1, 2, 0, 0, 100, 512, 5000, 5000, 15000, 15000, 0, 0, 11, 16809, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Bile Spewer - In Combat - Cast Spawn Bile Slime'),\n(10416, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bile Spewer - On Spawn Bile Slime - Say Line 0'),\n(10416, 0, 3, 4, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 16865, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bile Spewer - On Death - Cast Spawn Bile Slimes'),\n(10416, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bile Spewer - On Death - Say Line 1'),\n(10416, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bile Spewer - On Respawn - Cast Thrash Proc'),\n(10417, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8601, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Venom Belcher - On Respawn - Cast Slowing Poison Proc'),\n(10417, 0, 1, 0, 0, 0, 100, 0, 1000, 1000, 15000, 15000, 0, 0, 11, 16866, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Venom Belcher - In Combat - Cast Venom Pit'),\n--\n(10418, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 10000, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Crimson Guardsman - Within Range 8-25yd - Cast Shield Charge'),\n(10418, 0, 1, 0, 0, 0, 100, 0, 6000, 6000, 15000, 15000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Crimson Guardsman - In Combat - Cast Disarm'),\n(10418, 0, 2, 0, 105, 0, 50, 0, 4000, 4000, 8000, 8000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Guardsman - Victim Casting - Cast Shield Bash'),\n(10418, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Guardsman - Between 0-15% Health - Flee For Assist'),\n(10419, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Crimson Conjuror - In Combat - Cast Frostbolt'),\n(10419, 0, 1, 0, 0, 0, 100, 0, 2000, 4000, 5000, 12000, 0, 0, 11, 17195, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Conjuror - In Combat - Cast Scorch'),\n(10419, 0, 2, 0, 106, 0, 100, 0, 0, 0, 15000, 21000, 0, 8, 11, 12674, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Crimson Conjuror - Within 0-8 Range - Cast Frost Nova'),\n(10419, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 21000, 25000, 0, 0, 11, 17162, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Crimson Conjuror - In Combat - Cast Summon Water Elemental'),\n(10419, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Conjuror - Between 0-15% Health - Flee For Assist'),\n(10420, 0, 0, 0, 14, 0, 100, 0, 3000, 30, 17000, 21000, 0, 0, 11, 17138, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Initiate - Friendly Missing Health - Cast Flash Heal'),\n(10420, 0, 1, 0, 14, 0, 100, 0, 2000, 30, 14000, 19000, 0, 0, 11, 8362, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Initiate - Friendly Missing Health - Cast Renew'),\n(10420, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 17194, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Crimson Initiate - In Combat - Cast Mind Blast'),\n(10420, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Initiate - Between 0-15% Health - Flee For Assist'),\n(10421, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 120000, 120000, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Crimson Defender - In Combat - Cast Devotion Aura'),\n(10421, 0, 1, 0, 14, 0, 100, 0, 3000, 40, 18000, 25000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Defender - Friendly Missing Health - Cast Holy Light'),\n(10421, 0, 2, 0, 9, 0, 100, 0, 0, 0, 16000, 25000, 0, 8, 11, 13005, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Crimson Defender - Within 0-8 Range - Cast Hammer of Justice'),\n(10421, 0, 3, 0, 0, 0, 100, 0, 17000, 25000, 21000, 30000, 0, 0, 11, 13874, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Crimson Defender - In Combat - Cast Divine Shield'),\n(10421, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Defender - Between 0-15% Health - Flee For Assist'),\n(10422, 0, 0, 0, 1, 0, 100, 0, 1000, 3000, 900000, 900000, 0, 0, 11, 17150, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Crimson Sorcerer - Out of Combat - Cast Arcane Might'),\n(10422, 0, 1, 0, 1, 0, 100, 0, 1000, 3000, 900000, 900000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Crimson Sorcerer - Out of Combat - Cast Frost Armor'),\n(10422, 0, 2, 0, 0, 0, 80, 0, 0, 0, 1000, 3000, 0, 0, 11, 15230, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Crimson Sorcerer - In Combat - Cast Arcane Bolt'),\n(10422, 0, 3, 0, 0, 0, 100, 0, 5000, 6000, 8000, 10000, 0, 0, 11, 14145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Sorcerer - In Combat - Cast Fire Blast'),\n(10422, 0, 4, 0, 0, 0, 100, 0, 7000, 14000, 21000, 26000, 0, 0, 11, 13323, 32, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,  'Crimson Sorcerer - In Combat - Cast Polymorph'),\n(10422, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Sorcerer - Between 0-15% Health - Flee For Assist'),\n(10423, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 5000, 5000, 0, 0, 11, 15238, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Crimson Priest - In Combat - Cast Holy Smite'),\n(10423, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 15586, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Crimson Priest - Between 0-50% Health - Cast Heal'), -- https://www.youtube.com/watch?v=3yAOdhlXotw\n(10423, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 15000, 15000, 0, 0, 11, 17142, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Crimson Priest - In Combat - Cast Holy Fire'),\n(10423, 0, 3, 0, 2, 0, 100, 0, 15000, 15000, 45000, 45000, 0, 0, 11, 17139, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Crimson Priest - In Combat - Cast Power Word: Shield'),\n(10423, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Priest - Between 0-15% Health - Flee For Assist'),\n(10424, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8990, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Crimson Gallant - On Respawn - Cast Retribution Aura'),\n(10424, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9100, 9100, 0, 5, 11, 14518, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Crimson Gallant - Within 0-5 Range - Cast Crusader Strike'),\n(10424, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 10000, 16000, 0, 0, 11, 17143, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Crimson Gallant - Within 0-5 Range - Cast Holy Strike'),\n(10424, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Gallant - Between 0-15% Health - Flee For Assist'),\n(10425, 0, 0, 0, 106, 0, 100, 0, 0, 0, 9000, 14000, 0, 8, 11, 15253, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Crimson Battle Mage - In Combat - Cast Arcane Explosion'),\n(10425, 0, 1, 0, 0, 0, 100, 0, 8000, 15000, 13000, 17000, 0, 10, 11, 17145, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Crimson Battle Mage - In Combat - Cast Blast Wave'),\n(10425, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Battle Mage - Between 0-15% Health - Flee For Assist'),\n(10426, 0, 0, 0, 0, 0, 100, 0, 0, 0, 9000, 14000, 0, 0, 11, 15785, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,         'Crimson Inquisitor - In Combat - Cast Mana Burn'),\n(10426, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 16000, 0, 20, 11, 17165, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Crimson Inquisitor - In Combat - Cast Mind Flay'),\n(10426, 0, 2, 0, 0, 0, 100, 0, 6000, 11000, 21000, 27000, 0, 0, 11, 17146, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Crimson Inquisitor - In Combat - Cast Shadow Word: Pain'),\n(10426, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17151, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Crimson Inquisitor - Out of Combat - Cast Shadow Barrier'),\n(10426, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Inquisitor - Between 0-15% Health - Flee For Assist'),\n-- https://github.com/vmangos/core/blob/development/src/scripts/eastern_kingdoms/eastern_plaguelands/stratholme/boss_nerubenkan.cpp\n(10437, 0, 0, 0, 0, 0, 100, 0, 7000, 10000, 10000, 15000, 0, 0, 11, 4962, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,    'Nerub enkan - In Combat - Cast Encasing Webs'),\n(10437, 0, 1, 0, 0, 0, 100, 0, 15000, 15000, 15000, 20000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Nerub enkan - In Combat - Cast Pierce Armor'), -- https://www.youtube.com/watch?v=2SIKU9GZFWQ\n(10437, 0, 2, 0, 0, 0, 100, 0, 3000, 3000, 6000, 10000, 0, 0, 11, 31602, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Nerub enkan - In Combat - Cast Crypt Scarabs'),\n(10437, 0, 3, 0, 0, 0, 100, 0, 10000, 10000, 20000, 20000, 0, 0, 11, 17235, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Nerub enkan - In Combat - Cast Raide Undead Scarab'),\n(10437, 0, 4, 0, 6, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Nerub enkan - On Death - Set Instance Data 2 to 1 (Normal Dungeon)'),\n-- https://github.com/vmangos/core/blob/development/src/scripts/eastern_kingdoms/eastern_plaguelands/stratholme/boss_maleki_the_pallid.cpp\n(10438, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 3500, 4500, 0, 0, 11, 17503, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Maleki the Pallid - In Combat - Cast Frostbolt'),\n(10438, 0, 1, 0, 0, 0, 100, 0, 12000, 12000, 20000, 25000, 0, 0, 11, 16869, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Maleki the Pallid - In Combat - Cast Ice Tomb'),\n(10438, 0, 2, 0, 0, 0, 100, 0, 4000, 4000, 12000, 18000, 0, 0, 11, 17238, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Maleki the Pallid - In Combat - Cast Drain Life'),\n(10438, 0, 3, 0, 6, 0, 100, 2, 0, 0, 0, 0, 0, 0, 34, 3, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Maleki the Pallid - On Death - Set Instance Data 3 to 1 (Normal Dungeon)'),\n-- https://github.com/vmangos/core/blob/development/src/scripts/eastern_kingdoms/eastern_plaguelands/stratholme/boss_ramstein_the_gorger.cpp\n(10439, 0, 0, 0, 25, 0, 100, 769, 0, 0, 0, 0, 0, 0, 80, 1043900, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Ramstein the Gorger - On Reset - Run Script'),\n(10439, 0, 1, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 15088, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ramstein the Gorger - On Reset - Cast Flurry'),\n(10439, 0, 2, 0, 0, 0, 100, 0, 12000, 12000, 10000, 12000, 0, 0, 11, 17307, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Ramstein the Gorger - Within 0-10 Range - Cast Knockout'),\n(10439, 0, 3, 0, 0, 0, 100, 0, 3000, 3000, 7000, 12000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Ramstein the Gorger - In Combat - Cast Trample'),\n--\n(10463, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 3000, 0, 0, 11, 16868, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shrieking Banshee - In Combat - Cast Banshee Wail'),\n(10463, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 5, 11, 3589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shrieking Banshee - Within 0-5 Range - Cast Deafening Screech'),\n(10464, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 20000, 27000, 0, 0, 11, 19645, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Wailing Banshee - In Combat - Cast Anti-Magic Shield'),\n(10464, 0, 1, 0, 0, 0, 100, 0, 0, 0, 12000, 15000, 0, 0, 11, 17105, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,          'Wailing Banshee - Within 0-30 Range - Cast Banshee Curse'),\n--\n(10516, 0, 0, 0, 37, 0, 80, 512, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'The Unforgiven - On AI Init - Set Invisible'),\n(10516, 0, 1, 2, 4, 0, 100, 769, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'The Unforgiven - On Aggro - Set Visible'),\n(10516, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 12, 10387, 8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0,                'The Unforgiven - On Aggro - Summon Creature'),\n(10516, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 12, 10387, 8, 0, 0, 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, 0,               'The Unforgiven - On Aggro - Summon Creature'),\n(10516, 0, 4, 5, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 12, 10387, 8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -3, 0, 0,               'The Unforgiven - On Aggro - Summon Creature'),\n(10516, 0, 5, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 12, 10387, 8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0,                'The Unforgiven - On Aggro - Summon Creature'),\n(10516, 0, 6, 0, 0, 0, 100, 0, 6000, 10000, 11000, 14000, 0, 0, 11, 14907, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'The Unforgiven - In Combat - Cast Frost Nova'),\n(10516, 0, 7, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 16331, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'The Unforgiven - On Reset - Cast Incorporeal Defense'),\n--\n(10558, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Hearthsinger Forresten - Outside 30 Range - Start Combat Movement'),\n(10558, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hearthsinger Forresten - Within 5-30 Range - Stop Combat Movement'),\n(10558, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Hearthsinger Forresten - Within 0-5 Range - Start Combat Movement'),\n(10558, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 16100, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hearthsinger Forresten - Within 5-30 Range - Cast Shoot'),\n(10558, 0, 4, 0, 0, 0, 100, 0, 9000, 14000, 9000, 14000, 0, 0, 11, 14443, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,   'Hearthsinger Forresten - Within 5-30 Range - Cast Multi-Shot'),\n(10558, 0, 5, 0, 0, 0, 100, 0, 3000, 5000, 12000, 19000, 0, 0, 11, 16244, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Hearthsinger Forresten - In Combat - Cast Demoralizing Shout'),\n(10558, 0, 6, 0, 0, 0, 100, 0, 7000, 9000, 20000, 25000, 0, 0, 11, 16798, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,    'Hearthsinger Forresten - In Combat - Cast Enchanting Lullaby'),\n(10558, 0, 7, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16331, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hearthsinger Forresten - On Respawn - Cast Incorporeal Defense'),\n(10558, 0, 8, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hearthsinger Forresten - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(10809, 0, 0, 0, 37, 0, 50, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonespine - On AI Init - Despawn'),\n(10809, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 14331, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonespine - Within 0-5 Range - Cast Vicious Rend'),\n--\n(10811, 0, 0, 0, 0, 0, 100, 0, 13000, 16000, 15000, 18000, 0, 0, 11, 17293, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Archivist Galford - In Combat - Cast Burning Winds'),\n(10811, 0, 1, 0, 0, 0, 100, 0, 3000, 10000, 10000, 12000, 0, 0, 11, 17366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Archivist Galford - In Combat - Cast Fire Nova'), -- https://www.youtube.com/watch?v=gIC5OEz75BY\n(10811, 0, 2, 0, 0, 0, 100, 0, 12000, 15000, 15000, 25000, 0, 0, 11, 17274, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Archivist Galford - In Combat - Cast Pyroblast'), -- https://www.youtube.com/watch?v=3yAOdhlXotw\n-- https://github.com/vmangos/core/blob/development/src/scripts/eastern_kingdoms/eastern_plaguelands/stratholme/boss_dathrohan_balnazzar.cpp\n(10812, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Grand Crusader Dathrohan - On Aggro - Say Line 0'),\n(10812, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Grand Crusader Dathrohan - On Aggro - Set Event Phase'),\n(10812, 0, 2, 0, 0, 1, 100, 0, 12000, 12000, 15000, 15000, 0, 0, 11, 17281, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Grand Crusader Dathrohan - Within 0-5 Range - Cast Crusader Strike'), \n(10812, 0, 3, 0, 0, 1, 100, 0, 8000, 8000, 12000, 12000, 0, 0, 11, 17286, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Grand Crusader Dathrohan - In Combat - Cast Crusader Hammer'),\n(10812, 0, 4, 0, 0, 1, 100, 0, 18000, 18000, 15000, 15000, 0, 0, 11, 17284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Grand Crusader Dathrohan - Within 0-5 Range - Cast Holy Strike'),\n(10812, 0, 5, 6, 2, 1, 100, 513, 0, 40, 0, 0, 0, 0, 11, 17288, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Grand Crusader Dathrohan - Between 0-40% Health - Cast Balnazzar Transform'),\n(10812, 0, 6, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 67, 1, 1500, 1500, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Grand Crusader Dathrohan - Between 0-40% Health - Create Timed Event'),\n(10812, 0, 7, 8, 59, 1, 100, 512, 1, 0, 0, 0, 0, 0, 36, 10813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Grand Crusader Dathrohan - On Timed Event - Update Entry'),\n(10812, 0, 8, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Grand Crusader Dathrohan - On Timed Event - Set Event Phase'),\n(10812, 0, 9, 0, 0, 2, 100, 1, 1000, 1000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grand Crusader Dathrohan - In Combat - Balnazzar Say Line 1'),\n(10812, 0, 10, 0, 0, 2, 100, 0, 3000, 3000, 11000, 11000, 0, 0, 11, 17399, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Grand Crusader Dathrohan - In Combat - Cast Shadow Shock'),\n(10812, 0, 11, 0, 0, 2, 100, 0, 6000, 6000, 15000, 20000, 0, 0, 11, 17287, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Grand Crusader Dathrohan - In Combat - Cast Mind Blast'),\n(10812, 0, 12, 0, 0, 2, 100, 0, 12000, 12000, 20000, 20000, 0, 0, 11, 13704, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Grand Crusader Dathrohan - In Combat - Cast Psychic Scream'),\n(10812, 0, 13, 0, 0, 2, 100, 0, 9000, 9000, 15000, 15000, 0, 0, 11, 12098, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,   'Grand Crusader Dathrohan - In Combat - Cast Sleep'),\n(10812, 0, 14, 0, 0, 2, 100, 0, 18000, 18000, 25000, 30000, 0, 0, 11, 15690, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0, 'Grand Crusader Dathrohan - In Combat - Cast Mind Control'), -- does this work?\n(10812, 0, 15, 16, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Grand Crusader Dathrohan - On Death - Balnazzar Say Line 2'),\n(10812, 0, 16, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Grand Crusader Dathrohan - On Death - Summon Creature Group'),\n(10812, 0, 17, 0, 1, 0, 100, 513, 0, 0, 0, 0, 0, 0, 36, 10812, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Grand Crusader Dathrohan - Out of Combat - Update Entry'),\n-- https://github.com/vmangos/core/blob/development/src/scripts/eastern_kingdoms/eastern_plaguelands/stratholme/boss_cannon_master_willey.cpp\n(10997, 0, 0, 0, 0, 0, 100, 0, 15000, 20000, 15000, 20000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Cannon Master Willey - In Combat - Cast Knock Away'),\n(10997, 0, 1, 0, 105, 0, 50, 0, 5000, 10000, 12000, 18000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Cannon Master Willey - In Combat - Cast Pummel'),\n(10997, 0, 2, 0, 0, 0, 100, 0, 5000, 6000, 20000, 20000, 0, 0, 11, 17279, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Cannon Master Willey - In Combat - Cast Summon Crimson Rifleman'),\n(10997, 0, 3, 4, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17279, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cannon Master Willey - On Death - Cast Summon Crimson Rifleman'),\n(10997, 0, 4, 5, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17279, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Cannon Master Willey - On Death - Cast Summon Crimson Rifleman'),\n(10997, 0, 5, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17279, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Cannon Master Willey - On Death - Cast Summon Crimson Rifleman'),\n(10997, 0, 6, 0, 21, 0, 100, 512, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 15, 176215, 50, 0, 0, 0, 0, 0, 0,             'Cannon Master Willey - On Reached Home - Respawn Target'),\n--\n(11032, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 8, 11, 12734, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Malor the Zealous - Within 0-8 Range - Cast Ground Smash'),\n(11032, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 16172, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Malor the Zealous - In Combat - Cast Head Crack'),\n(11032, 0, 2, 0, 2, 0, 100, 0, 0, 20, 9000, 13000, 0, 0, 11, 15493, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Malor the Zealous - Between Health 0-20% - Cast Holy Light'),\n(11032, 0, 3, 0, 14, 0, 100, 0, 2500, 40, 14000, 17000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Malor the Zealous - Friendly Missing 2500 Health - Cast Holy Light'),\n(11032, 0, 4, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 11, 10310, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Malor the Zealous - Between Health 0-10% - Cast Lay on Hands'),\n--\n(11043, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Crimson Monk - On Aggro - Say Line 0'),\n(11043, 0, 1, 2, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 674, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Crimson Monk - On Respawn - Cast Dual Wield'),\n(11043, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Crimson Monk - On Respawn - Cast Thrash Proc'),\n(11043, 0, 3, 0, 105, 0, 50, 0, 0, 0, 8000, 10000, 0, 5, 11, 11978, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Crimson Monk - Victim Casting - Cast Kick'),\n(11043, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crimson Monk - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(16387, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28340, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Atiesh - On Reset - Cast Unholy Aura'),\n(16387, 0, 1, 0, 0, 0, 100, 0, 1000, 1000, 13000, 18000, 0, 0, 11, 19729, 0, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,    'Atiesh - In Combat - Cast Shadow Bolt'),\n(16387, 0, 2, 0, 0, 0, 100, 0, 15000, 15000, 15000, 25000, 0, 0, 11, 28352, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Atiesh - In Combat - Cast Breath of Sargeras'), -- trigger curse spell 28342\n(16387, 0, 3, 4, 8, 0, 100, 0, 676, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Atiesh - On Disarm - Say Line 0'),\n(16387, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28355, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Atiesh - On Disarm - Cast Reaper of Souls DND'), -- drop sword on ground\n(16387, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Atiesh - On Disarm - Set Sheath Melee');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 16387;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(16387, 0, 0, '%s drops it\\'s weapon.', 16, 0, 100, 0, 0, 0, 12338, 0, 'Atiesh');\n\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28352;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28352, 'spell_atiesh_breath_of_sargeras');\n\nDELETE FROM `gameobject_template` WHERE `entry` = 181207;\nINSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, \n`Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, \n`Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES \n(181207, 3, 4175, 'Runed Demonic Blade', '', '', '', 1, 93, 622736, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 1);\n\nDELETE FROM `gameobject_loot_template` WHERE `Entry` = 622736;\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(622736, 22736, 0, 100, 0, 1, 0, 1, 1, 'Andonisus Reaper of Souls');\n\n\n/* fix rare loot drop rates  */\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 10398 AND `item` = 16697; -- Thuzadin Shadowcaster - Dreadmist Belt\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 10398 AND `item` = 16702; -- Thuzadin Necromancer - Devout Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 10400 AND `item` = 16697; -- Thuzadin Necromancer - Devout Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1    WHERE `entry` = 10400 AND `item` = 16702; -- Thuzadin Necromancer - Dreadmist Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 10406 AND `item` = 16681; -- Ghoul Ravener - Beaststalker's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 1.5  WHERE `entry` = 10407 AND `item` = 16681; -- Fleshflayer Ghoul - Beaststalker's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 2.25 WHERE `entry` = 10408 AND `item` = 16723; -- Rockwing Gargoyle - Lightforge Belt\nUPDATE `creature_loot_template` SET `Chance` = 2.25 WHERE `entry` = 10409 AND `item` = 16723; -- Rockwing Gargoyle - Lightforge Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.25 WHERE `entry` = 10412 AND `item` = 16671; -- Crypt Crawler - Bindings of Elements\nUPDATE `creature_loot_template` SET `Chance` = 1.5  WHERE `entry` = 10413 AND `item` = 16671; -- Crypt Beast - Bindings of Elements\nUPDATE `creature_loot_template` SET `Chance` = 3    WHERE `entry` = 10414 AND `item` = 16736; -- Patchwork Horror - Belt of Valor\nUPDATE `creature_loot_template` SET `Chance` = 2.25 WHERE `entry` = 10416 AND `item` = 16736; -- Bile Spewer - Belt of Valor\nUPDATE `creature_loot_template` SET `Chance` = 2.25 WHERE `entry` = 10417 AND `item` = 16736; -- Venom Belcher - Belt of Valor\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 10418 AND `item` = 16723; -- Crimson Guardsman - Lightforge Belt\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 10420 AND `item` = 16697; -- Crimson Initiate - Devout Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 10421 AND `item` = 16681; -- Crimson Defender - Beaststalker's Bindings\nUPDATE `creature_loot_template` SET `Chance` = 2    WHERE `entry` = 10422 AND `item` = 16685; -- Crimson Sorcerer - Magister's Belt\nUPDATE `creature_loot_template` SET `Chance` = 4    WHERE `entry` = 10423 AND `item` = 16697; -- Crimson Priest - Devout Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 10424 AND `item` = 16723; -- Crimson Gallant - Lightforge Belt\nUPDATE `creature_loot_template` SET `Chance` = 3    WHERE `entry` = 10425 AND `item` = 16685; -- Crimson Battle Mage - Magister's Belt\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 10426 AND `item` = 16714; -- Crimson Inquisitor - Wildheart Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1.5  WHERE `entry` = 10463 AND `item` = 16714; -- Shrieking Banshee - Wildheart Bracers\nUPDATE `creature_loot_template` SET `Chance` = 1.75 WHERE `entry` = 10464 AND `item` = 16714; -- Wailing Banshee - Wildheart Bracers\nUPDATE `creature_loot_template` SET `Chance` = 3    WHERE `entry` = 11043 AND `item` = 16671; -- Crimson Monk - Bindings of Elements\n\n-- stratholme living side, 3 doors not locked that should require the scarlet key\nUPDATE gameobject_template SET `Data1` = 299 WHERE `entry` IN (175967, 175968, 176194);\nUPDATE gameobject_template_addon SET `flags` = 34 WHERE `entry` IN (175967, 175968, 176194);\n\n-- service gate should open and close, but not lock itself again. I can't get this to work, so I'm keeping the gate open. (old Data2 value was 3000)\nUPDATE `gameobject_template` SET `Data2` = 0 WHERE `entry` = 175368; \n\n-- Gargoyles\nSET @CGUID    := 329000;  -- creature guid\nSET @WPID     := 3290000; -- waypoint ID\n\nDELETE FROM `creature_addon` WHERE `guid` = 53854; -- remove old data, we creating new creatures\n\nDELETE FROM `creature` WHERE `id1` IN (10408, 10409, 10809);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(52147,    10809, 0, 0, 329, 0, 0, 1, 1, 0, 4058.86, -3530.33, 122.247, 0, 86400, 0, 1, 15260, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Stonespine\n--\n(@CGUID+1, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 3858.25, -3683.23, 142.775, 3.83062, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+2, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 3833.23, -3711.21, 142.181, 4.14354, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+3, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 4006.21, -3544.49, 123.429, 0.052646, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+4, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 3861.04, -3561.72, 139.48, 1.89164, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+5, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 3817.84, -3639.02, 146.269, 0.771651, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+6, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 3972.44, -3562.87, 126.106, 3.67678, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+7, 10408, 0, 0, 329, 0, 0, 1, 1, 0, 4058.86, -3530.33, 122.247, 0, 86400, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+11, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 3858.25, -3683.23, 142.775, 3.83062, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 3833.23, -3711.21, 142.181, 4.14354, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+13, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 4006.21, -3544.49, 123.429, 0.052646, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+14, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 3861.04, -3561.72, 139.48, 1.89164, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+15, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 3817.84, -3639.02, 146.269, 0.771651, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+16, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 3972.44, -3562.87, 126.106, 3.67678, 1800, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+17, 10409, 0, 0, 329, 0, 0, 1, 1, 0, 4058.86, -3530.33, 122.247, 0, 86400, 0, 1, 8097, 0, 2, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` BETWEEN 601021 AND 601027;\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(@CGUID+1,  601021, 0, 'Rockwing Gargoyle'),\n(@CGUID+11, 601021, 0, 'Rockwing Screecher'),\n(@CGUID+2,  601022, 0, 'Rockwing Gargoyle'),\n(@CGUID+12, 601022, 0, 'Rockwing Screecher'),\n(@CGUID+3,  601023, 0, 'Rockwing Gargoyle'),\n(@CGUID+13, 601023, 0, 'Rockwing Screecher'),\n(@CGUID+4,  601024, 0, 'Rockwing Gargoyle'),\n(@CGUID+14, 601024, 0, 'Rockwing Screecher'),\n(@CGUID+5,  601025, 0, 'Rockwing Gargoyle'),\n(@CGUID+15, 601025, 0, 'Rockwing Screecher'),\n(@CGUID+6,  601026, 0, 'Rockwing Gargoyle'),\n(@CGUID+16, 601026, 0, 'Rockwing Screecher'),\n(@CGUID+7,  601027, 0, 'Rockwing Gargoyle'),\n(@CGUID+17, 601027, 0, 'Rockwing Screecher');\n\nDELETE FROM `pool_template` WHERE `entry` BETWEEN 601021 AND 601027;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601021, 1, 'Rockwing Gargoyle or Screecher'),\n(601022, 1, 'Rockwing Gargoyle or Screecher'),\n(601023, 1, 'Rockwing Gargoyle or Screecher'),\n(601024, 1, 'Rockwing Gargoyle or Screecher'),\n(601025, 1, 'Rockwing Gargoyle or Screecher'),\n(601026, 1, 'Rockwing Gargoyle or Screecher'),\n(601027, 1, 'Rockwing Gargoyle or Screecher');\n\nDELETE FROM `creature_addon` WHERE `guid` = 52147;\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+17;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(52147, 521470, 0, 0, 0, 0, 0, NULL),\n--\n(@CGUID+1,  @WPID+10, 0, 0, 0, 0, 0, NULL),\n(@CGUID+2,  @WPID+20, 0, 0, 0, 0, 0, NULL),\n(@CGUID+3,  @WPID+30, 0, 0, 0, 0, 0, NULL),\n(@CGUID+4,  @WPID+40, 0, 0, 0, 0, 0, NULL),\n(@CGUID+5,  @WPID+50, 0, 0, 0, 0, 0, NULL),\n(@CGUID+6,  @WPID+60, 0, 0, 0, 0, 0, NULL),\n(@CGUID+7,  @WPID+70, 0, 0, 0, 0, 0, NULL),\n--\n(@CGUID+11, @WPID+10, 0, 0, 0, 0, 0, NULL),\n(@CGUID+12, @WPID+20, 0, 0, 0, 0, 0, NULL),\n(@CGUID+13, @WPID+30, 0, 0, 0, 0, 0, NULL),\n(@CGUID+14, @WPID+40, 0, 0, 0, 0, 0, NULL),\n(@CGUID+15, @WPID+50, 0, 0, 0, 0, 0, NULL),\n(@CGUID+16, @WPID+60, 0, 0, 0, 0, 0, NULL),\n(@CGUID+17, @WPID+70, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (521470, @WPID+10, @WPID+20, @WPID+30, @WPID+40, @WPID+50, @WPID+60, @WPID+70);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(521470, 1, 4034.63, -3522.79, 121.984, NULL, 0, 1, 0, 100, 0), -- Stonespine\n(521470, 2, 4011.73, -3544.6, 123.323, NULL, 0, 1, 0, 100, 0),\n(521470, 3, 4004.57, -3561.6, 125.813, NULL, 0, 1, 0, 100, 0),\n(521470, 4, 4001.47, -3584.37, 128.775, NULL, 0, 1, 0, 100, 0),\n(521470, 5, 3992.75, -3616.82, 129.582, NULL, 0, 1, 0, 100, 0),\n(521470, 6, 3977.86, -3632.36, 130.21, NULL, 0, 1, 0, 100, 0),\n(521470, 7, 3955.9, -3645.68, 134.636, NULL, 0, 1, 0, 100, 0),\n(521470, 8, 3941.33, -3647.64, 138.761, NULL, 0, 1, 0, 100, 0),\n(521470, 9, 3908.15, -3672.52, 138.977, NULL, 0, 1, 0, 100, 0),\n(521470, 10, 3879.03, -3680.38, 142.306, NULL, 0, 1, 0, 100, 0),\n(521470, 11, 3857.21, -3682.06, 142.894, NULL, 0, 1, 0, 100, 0),\n(521470, 12, 3840.66, -3667.58, 144.413, NULL, 0, 1, 0, 100, 0),\n(521470, 13, 3831.58, -3635.96, 146.268, NULL, 0, 1, 0, 100, 0),\n(521470, 14, 3838.78, -3608.24, 145.114, NULL, 0, 1, 0, 100, 0),\n(521470, 15, 3853.1, -3582.58, 142.621, NULL, 0, 1, 0, 100, 0),\n(521470, 16, 3865.07, -3561.98, 138.698, NULL, 0, 1, 0, 100, 0),\n(521470, 17, 3891.76, -3545.74, 137.553, NULL, 0, 1, 0, 100, 0),\n(521470, 18, 3865.07, -3561.98, 138.698, NULL, 0, 1, 0, 100, 0),\n(521470, 19, 3853.1, -3582.58, 142.621, NULL, 0, 1, 0, 100, 0),\n(521470, 20, 3838.78, -3608.24, 145.114, NULL, 0, 1, 0, 100, 0),\n(521470, 21, 3831.58, -3635.96, 146.268, NULL, 0, 1, 0, 100, 0),\n(521470, 22, 3840.66, -3667.58, 144.413, NULL, 0, 1, 0, 100, 0),\n(521470, 23, 3857.13, -3682.07, 142.898, NULL, 0, 1, 0, 100, 0),\n(521470, 24, 3879.03, -3680.38, 142.306, NULL, 0, 1, 0, 100, 0),\n(521470, 25, 3908.15, -3672.52, 138.977, NULL, 0, 1, 0, 100, 0),\n(521470, 26, 3941.33, -3647.64, 138.761, NULL, 0, 1, 0, 100, 0),\n(521470, 27, 3955.9, -3645.68, 134.636, NULL, 0, 1, 0, 100, 0),\n(521470, 28, 3977.86, -3632.36, 130.21, NULL, 0, 1, 0, 100, 0),\n(521470, 29, 3992.75, -3616.82, 129.582, NULL, 0, 1, 0, 100, 0),\n(521470, 30, 4001.47, -3584.37, 128.775, NULL, 0, 1, 0, 100, 0),\n(521470, 31, 4004.57, -3561.6, 125.813, NULL, 0, 1, 0, 100, 0),\n(521470, 32, 4011.73, -3544.6, 123.323, NULL, 0, 1, 0, 100, 0),\n(521470, 33, 4034.63, -3522.79, 121.984, NULL, 0, 1, 0, 100, 0),\n(521470, 34, 4058.86, -3530.33, 122.247, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+10, 1, 3916.48, -3667.52, 137.975, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 2, 3892.44, -3678.49, 141.398, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 3, 3876.82, -3681.06, 142.505, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 4, 3857.7, -3675.37, 143.627, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 5, 3844.01, -3685.72, 143.353, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 6, 3838.72, -3702.62, 142.462, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 7, 3829.82, -3716.55, 141.906, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 8, 3838.72, -3702.62, 142.462, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 9, 3844.01, -3685.72, 143.353, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 10, 3857.53, -3675.49, 143.616, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 11, 3876.82, -3681.06, 142.505, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 12, 3892.44, -3678.49, 141.398, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 13, 3916.48, -3667.52, 137.975, NULL, 0, 1, 0, 100, 0),\n(@WPID+10, 14, 3955.46, -3644, 134.226, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+20, 1, 4040.32, -3519.08, 121.648, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 2, 4024.39, -3520.04, 122.008, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 3, 4017.72, -3540.07, 122.868, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 4, 4009.29, -3557.34, 125.133, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 5, 4001.14, -3574.83, 127.515, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 6, 3997.41, -3601.48, 129.139, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 7, 3990.57, -3623.25, 130.038, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 8, 3967.96, -3640.87, 132.965, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 9, 3939.73, -3649.16, 139.24, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 10, 3967.96, -3640.87, 132.965, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 11, 3990.57, -3623.25, 130.038, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 12, 3997.41, -3601.48, 129.139, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 13, 4001.14, -3574.83, 127.515, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 14, 4009.29, -3557.34, 125.133, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 15, 4017.72, -3540.07, 122.868, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 16, 4024.39, -3520.04, 122.008, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 17, 4040.32, -3519.08, 121.648, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 18, 4052.77, -3521.18, 121.658, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+30, 1, 4006.21, -3544.49, 123.396, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 2, 4041.11, -3522.29, 121.885, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 3, 4062.12, -3531.17, 122.287, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 4, 4035.81, -3528.73, 122.434, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 5, 4019.32, -3528.23, 122.116, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 6, 4006.2, -3556.55, 124.907, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 7, 3989.48, -3588.79, 127.585, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 8, 3976.52, -3585.48, 127.689, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 9, 3964.56, -3568.54, 127.845, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 10, 3960.29, -3557.21, 128.604, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 11, 3989.23, -3554.6, 124.741, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 12, 4003.15, -3565.29, 126.291, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 13, 3994.24, -3598.02, 128.735, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 14, 3997.83, -3617.91, 128.965, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 15, 4004.64, -3629.83, 129.634, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 16, 3982.11, -3631.74, 130.273, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 17, 3962.18, -3642.44, 133.307, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 18, 3982.11, -3631.74, 130.273, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 19, 4004.64, -3629.83, 129.634, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 20, 3997.83, -3617.91, 128.965, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 21, 3994.24, -3598.02, 128.735, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 22, 4003.15, -3565.29, 126.291, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 23, 3989.23, -3554.6, 124.741, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 24, 3960.2, -3556.98, 128.617, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 25, 3964.56, -3568.54, 127.845, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 26, 3976.52, -3585.48, 127.689, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 27, 3989.48, -3588.79, 127.585, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 28, 4006.2, -3556.55, 124.907, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 29, 4019.32, -3528.23, 122.116, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 30, 4035.81, -3528.73, 122.434, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 31, 4062.12, -3531.17, 122.287, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 32, 4041.11, -3522.29, 121.885, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 33, 4006.21, -3544.49, 123.396, NULL, 0, 1, 0, 100, 0),\n(@WPID+30, 34, 3983.61, -3545.68, 124.881, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+40, 1, 3867.77, -3680.02, 142.945, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 2, 3844.07, -3688.32, 143.129, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 3, 3829.27, -3653.29, 145.492, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 4, 3821.82, -3635.05, 146.268, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 5, 3839.66, -3599.7, 144.332, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 6, 3859.1, -3579.14, 141.919, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 7, 3883.77, -3545.47, 137.77, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 8, 3859.1, -3579.14, 141.919, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 9, 3839.66, -3599.7, 144.332, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 10, 3821.78, -3634.98, 146.277, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 11, 3829.27, -3653.29, 145.492, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 12, 3844.07, -3688.32, 143.129, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 13, 3867.77, -3680.02, 142.945, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 14, 3901.58, -3681.78, 141.155, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+50, 1, 3876.98, -3543.29, 137.965, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 2, 3863.6, -3578.26, 141.375, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 3, 3849.27, -3602.1, 143.58, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 4, 3841.89, -3614.96, 145.062, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 5, 3833.57, -3623.72, 145.408, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 6, 3812.11, -3644.59, 146.623, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 7, 3833.57, -3623.72, 145.408, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 8, 3841.7, -3615.15, 145.073, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 9, 3849.18, -3602.26, 143.598, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 10, 3863.6, -3578.26, 141.375, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 11, 3876.98, -3543.3, 137.963, NULL, 0, 1, 0, 100, 0),\n(@WPID+50, 12, 3872.04, -3522.9, 138.361, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+60, 1, 3825.59, -3637.62, 146.268, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 2, 3830.99, -3654.65, 145.407, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 3, 3843.04, -3672.38, 144.175, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 4, 3835.62, -3701.87, 142.634, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 5, 3858.74, -3682.83, 142.819, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 6, 3877.29, -3702.88, 142.773, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 7, 3884.24, -3677.16, 141.819, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 8, 3900.02, -3672.84, 139.377, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 9, 3884.24, -3677.16, 141.819, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 10, 3877.29, -3702.88, 142.773, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 11, 3858.74, -3682.83, 142.819, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 12, 3835.62, -3701.87, 142.634, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 13, 3843.04, -3672.38, 144.175, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 14, 3830.99, -3654.65, 145.407, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 15, 3825.59, -3637.62, 146.268, NULL, 0, 1, 0, 100, 0),\n(@WPID+60, 16, 3825.66, -3613.04, 145.322, NULL, 0, 1, 0, 100, 0),\n--\n(@WPID+70, 1, 4034.63, -3522.79, 121.984, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 2, 4011.73, -3544.6, 123.323, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 3, 4004.57, -3561.6, 125.813, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 4, 4001.47, -3584.37, 128.775, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 5, 3992.75, -3616.82, 129.582, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 6, 3977.86, -3632.36, 130.21, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 7, 3955.9, -3645.68, 134.636, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 8, 3941.33, -3647.64, 138.761, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 9, 3908.15, -3672.52, 138.977, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 10, 3879.03, -3680.38, 142.306, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 11, 3857.21, -3682.06, 142.894, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 12, 3840.66, -3667.58, 144.413, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 13, 3831.58, -3635.96, 146.268, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 14, 3838.78, -3608.24, 145.114, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 15, 3853.1, -3582.58, 142.621, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 16, 3865.07, -3561.98, 138.698, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 17, 3891.76, -3545.74, 137.553, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 18, 3865.07, -3561.98, 138.698, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 19, 3853.1, -3582.58, 142.621, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 20, 3838.78, -3608.24, 145.114, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 21, 3831.58, -3635.96, 146.268, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 22, 3840.66, -3667.58, 144.413, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 23, 3857.13, -3682.07, 142.898, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 24, 3879.03, -3680.38, 142.306, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 25, 3908.15, -3672.52, 138.977, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 26, 3941.33, -3647.64, 138.761, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 27, 3955.9, -3645.68, 134.636, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 28, 3977.86, -3632.36, 130.21, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 29, 3992.75, -3616.82, 129.582, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 30, 4001.47, -3584.37, 128.775, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 31, 4004.57, -3561.6, 125.813, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 32, 4011.73, -3544.6, 123.323, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 33, 4034.63, -3522.79, 121.984, NULL, 0, 1, 0, 100, 0),\n(@WPID+70, 34, 4058.86, -3530.33, 122.247, NULL, 0, 1, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/dungeon_sunken_temple.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (8319);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(1063, 5225, 5226, 5228, 5243, 5256, 5259, 5261, 5263, 5267, 5269, 5270, 5271, 5273, 5277, 5283, 5291, 5399, 5400, 5708, 5709, 5710, 5712, 5713, 5714, 5715, 5716, 5717, 5719, 5720, 5721, 5722, 8384, 8438, 8443, 8497, 8580);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(1063, 5225, 5226, 5228, 5243, 5256, 5259, 5261, 5263, 5267, 5269, 5270, 5271, 5273, 5277, 5283, 5291, 5399, 5400, 5708, 5709, 5710, 5712, 5713, 5714, 5715, 5716, 5717, 5719, 5720, 5721, 5722, 8319, 8384, 8438, 8443, 8497, 8580);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1063, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Jade - On Aggro - Say Line 0'),\n(1063, 0, 1, 0, 9, 0, 100, 0, 0, 0, 45000, 50000, 0, 5, 11, 12533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Jade - Within 0-5 Range - Cast Acid Breath'),\n(5225, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 6917, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Murk Spitter - In Combat - Cast Venom Spit'),\n(5226, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Murk Worm - On Reset - Cast Slowing Poison Proc'),\n(5228, 0, 0, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 12018, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Saturated Ooze - Between 0-50% Health - Cast Summon Oozelin (No Repeat)'),\n(5243, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 12020, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,                 'Cursed Atal\\'ai - Between 0-30% Health - Cast Call of the Grave (No Repeat)'),\n(5256, 0, 0, 0, 0, 0, 100, 0, 7000, 15000, 12000, 17000, 0, 0, 11, 13446, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Atal\\'ai Warrior - Within 0-5 Range - Cast Strike'),\n(5256, 0, 1, 0, 0, 0, 100, 0, 7000, 16000, 19000, 20000, 0, 0, 11, 13445, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Atal\\'ai Warrior - Within 0-5 Range - Cast Rend'),\n(5259, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Atal\\'ai Witch Doctor - In Combat - Cast Lightning Bolt'),\n(5259, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 15000, 20000, 0, 0, 11, 12058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Atal\\'ai Witch Doctor - In Combat - Cast Chain Lightning'),\n(5259, 0, 2, 0, 0, 0, 100, 0, 10000, 20000, 25000, 35000, 0, 0, 11, 11641, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Atal\\'ai Witch Doctor - Within 0-20 Range - Cast Hex'),\n(5259, 0, 3, 0, 14, 0, 100, 0, 1800, 30, 25000, 35000, 0, 0, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Atal\\'ai Witch Doctor - Friendly Missing Health - Cast Healing Wave'),\n(5259, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Atal\\'ai Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5259, 0, 5, 0, 1, 0, 100, 0, 1000, 3000, 5000, 10000, 0, 0, 11, 32992, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Atal\\'ai Witch Doctor - Out of Combat - Cast Ice Cast Visual'),\n(5261, 0, 0, 0, 0, 0, 100, 0, 5000, 12000, 18000, 25000, 0, 0, 11, 12021, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Enthralled Atal\\'ai - Within 0-5 Range - Cast Fixate'),\n(5263, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 4000, 10000, 0, 0, 11, 16186, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Mummified Atal\\'ai - In Combat - Cast Fevered Plague'),\n(5267, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Unliving Atal\\'ai - On Reset - Cast Thrash Proc'),\n(5267, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8247, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Unliving Atal\\'ai - On Reset - Cast Wandering Plague Proc'),\n(5267, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Unliving Atal\\'ai - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(5267, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Unliving Atal\\'ai - On Frenzy - Say Line 0'),\n(5269, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Atal\\'ai Priest - On Aggro - Cast Shadow Shield'),\n(5269, 0, 1, 0, 74, 0, 100, 0, 0, 0, 10000, 20000, 50, 40, 11, 12039, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Atal\\'ai Priest - Friendly Between 0-50% Health - Cast Heal'),\n(5269, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Atal\\'ai Priest - In Combat - Cast Shadow Bolt'),\n(5269, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Atal\\'ai Priest - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5270, 0, 0, 0, 2, 0, 100, 0, 0, 30, 12000, 12000, 0, 0, 11, 12134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Atal\\'ai Corpse Eater - Between 0-30% Health - Cast Atal\\'ai Corpse Eat'),\n(5271, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 7000, 12000, 0, 0, 11, 11639, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Atal\\'ai Deathwalker - In Combat - Cast Shadow Word: Pain'),\n(5271, 0, 1, 0, 0, 0, 100, 0, 10000, 15000, 14000, 20000, 0, 0, 11, 12096, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Atal\\'ai Deathwalker - In Combat - Cast Fear'),\n(5271, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 12095, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Atal\\'ai Deathwalker - On Death - Cast Summon Atal\\'ai Deathwalker\\'s Spirit'),\n(5271, 0, 3, 0, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 19, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Atal\\'ai Deathwalker - Out of Combat - Remove Unit Flags'),\n(5273, 0, 0, 0, 74, 0, 100, 0, 0, 0, 4000, 10000, 40, 40, 11, 8362, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Atal\\'ai High Priest - Friendly Between 0-40% Health - Cast Renew'),\n(5273, 0, 1, 0, 74, 0, 100, 0, 0, 0, 5000, 8000, 20, 40, 11, 12039, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Atal\\'ai High Priest - Friendly Between 0-20% Health - Cast Heal'),\n(5273, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Atal\\'ai High Priest - In Combat - Cast Shadow Bolt'),\n(5273, 0, 3, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 12040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Atal\\'ai High Priest - In Combat - Cast Shadow Shield (No Repeat)'),\n(5273, 0, 4, 0, 0, 0, 100, 0, 10000, 20000, 60000, 75000, 0, 0, 11, 12151, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Atal\\'ai High Priest - In Combat - Cast Summon Atal\\'ai Skeleton'),\n(5273, 0, 5, 0, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 19, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Atal\\'ai High Priest - Out of Combat - Remove Unit Flags'),\n(5273, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Atal\\'ai High Priest - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5277, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 9000, 11000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Nightmare Scalebane - In Combat - Cast Improved Blocking'),\n(5283, 0, 0, 0, 0, 0, 100, 0, 13000, 16000, 12000, 19000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Nightmare Wanderer - Within 0-5 Range - Cast Strike'),\n(5283, 0, 1, 0, 9, 0, 100, 0, 0, 0, 23800, 38200, 0, 5, 11, 12097, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Nightmare Wanderer - Within 0-5 Range - Cast Pierce Armor'),\n(5291, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 17800, 0, 5, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hakkari Frostwing - Within 0-5 Range - Cast Swoop'),\n(5291, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 15000, 32000, 0, 0, 11, 8398, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Hakkari Frostwing - In Combat - Cast Frostbolt Volley'),\n(5291, 0, 2, 0, 106, 0, 100, 0, 0, 0, 16000, 29000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Hakkari Frostwing - Within 0-8 Range - Cast Frost Nova'),\n(5399, 0, 0, 1, 2, 0, 100, 0, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Veyzhak the Cannibal - Between 0-30% Health - Cast Enrage'),\n(5399, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Veyzhak the Cannibal - On Enrage - Say Line 0'),\n(5400, 0, 0, 0, 0, 0, 100, 0, 0, 5000, 60000, 60000, 0, 0, 11, 8282, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,       'Zekkis - Within 0-20 Range - Cast Curse of Blood'),\n(5400, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 120000, 120000, 0, 0, 11, 7102, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Zekkis - Within 0-5 Range - Cast Contagion of Rot'),\n(5399, 0, 2, 0, 9, 0, 100, 0, 0, 0, 7000, 14000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Veyzhak the Cannibal - Within 0-5 Range - Cast Rend'),\n(5708, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 1000, 6000, 0, 0, 11, 12280, 32, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,     'Spawn of Hakkar - In Combat - Cast Acid of Hakkar'),\n--\n(5709, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12535, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Shade of Eranikus - On Reset - Cast Shade of Eranikus Passive Visual'),\n(5709, 0, 1, 0, 0, 0, 10, 0, 1000, 1000, 1000, 1000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shade of Eranikus - On Reset - Cast Thrash'),\n(5709, 0, 2, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Shade of Eranikus - On Aggro - Say Line 0'),\n(5709, 0, 3, 0, 0, 0, 100, 0, 14000, 20000, 20000, 30000, 0, 0, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Shade of Eranikus - In Combat - Cast War Stomp'),\n(5709, 0, 4, 0, 0, 0, 100, 0, 5000, 6000, 20000, 25000, 0, 0, 11, 12890, 35, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Shade of Eranikus - In Combat - Cast Deep Slumber'),\n(5709, 0, 5, 0, 9, 0, 100, 0, 0, 0, 8000, 18000, 0, 5, 11, 12891, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shade of Eranikus - In Combat - Cast Acid Breath'),\n(5709, 0, 6, 0, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Shade of Eranikus - Out of Combat - Remove Unit Flags'),\n(5709, 0, 7, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 12, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shade of Eranikus - On Aggro - Set Instance Data 12'),\n--\n(5710, 0, 0, 0, 0, 0, 100, 0, 4000, 10000, 30000, 30000, 0, 0, 11, 8376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jammal\\'an the Prophet - In Combat - Cast Earthgrab Totem'),\n(5710, 0, 1, 0, 0, 0, 100, 0, 2000, 8000, 13000, 18000, 0, 0, 11, 12468, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Jammal\\'an the Prophet - In Combat - Cast Flamestrike'),\n(5710, 0, 2, 0, 2, 0, 100, 0, 0, 80, 5000, 15000, 40, 40, 11, 12492, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Jammal\\'an the Prophet - Between 0-80% Health - Cast Healing Wave'),\n(5710, 0, 3, 0, 14, 0, 100, 0, 1000, 40, 3000, 10000, 0, 0, 11, 12492, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Jammal\\'an the Prophet - Friendly Missing 1000 Health - Cast Healing Wave'),\n(5710, 0, 4, 5, 0, 0, 100, 0, 7000, 12000, 20000, 25000, 0, 0, 11, 12479, 0, 0, 0, 0, 0, 5, 30, 1, 0, 0, 0, 0, 0, 0,   'Jammal\\'an the Prophet - In Combat - Cast Hex of Jammal\\'an'),\n(5710, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Jammal\\'an the Prophet - On Hex of Jammal\\'an- Say Line 1'),\n(5710, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Jammal\\'an the Prophet - On Aggro - Say Line 2'),\n(5710, 0, 7, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Jammal\\'an the Prophet - On Kill - Say Line 1'),\n(5710, 0, 8, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Jammal\\'an the Prophet - Between Health 0-10% - Say Line 4'),\n(5710, 0, 9, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 90, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jammal\\'an the Prophet - On Aggro - Call For Help'),\n(5710, 0, 10, 11, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 12479, 0, 0, 0, 0, 0, 18, 100, 0, 0, 0, 0, 0, 0, 0,            'Jammal\\'an the Prophet - On Death - Remove Aura'),\n(5710, 0, 11, 12, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 12480, 0, 0, 0, 0, 0, 18, 100, 0, 0, 0, 0, 0, 0, 0,           'Jammal\\'an the Prophet - On Death - Remove Aura'),\n(5710, 0, 12, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Jammal\\'an the Prophet - On Death - Set Instance Data 1 to 3'),\n(5710, 0, 13, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13540, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Jammal\\'an the Prophet - On Respawn - Cast Green Channeling'),\n(5710, 0, 14, 0, 21, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13540, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Jammal\\'an the Prophet - On Reached Home - Cast Green Channeling'),\n(5710, 0, 15, 0, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 19, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Jammal\\'an the Prophet - Out of Combat - Remove Unit Flags'),\n--\n(5712, 0, 0, 0, 0, 0, 100, 0, 2000, 3000, 6000, 10000, 0, 0, 11, 12058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Zolo - In Combat - Cast Chain Lightning'),\n(5712, 0, 1, 0, 0, 0, 100, 0, 8000, 10000, 10000, 12000, 0, 0, 11, 12506, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Zolo - In Combat - Cast Atal\\'ai Skeleton Totem'),\n(5712, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Zolo - On Death - Set Instance Data 11'),\n(5713, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 6000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Gasher - Within 0-5 Range - Cast Strike'),\n(5713, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Gasher - On Death - Set Instance Data 11'),\n(5714, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 6000, 8000, 0, 0, 11, 3639, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Loro - In Combat - Cast Improved Blocking'),\n(5714, 0, 1, 0, 0, 0, 100, 0, 8000, 10000, 10000, 12000, 0, 0, 11, 15655, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Loro - In Combat - Cast Shield Slam'),\n(5714, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Loro - On Death - Set Instance Data 11'),\n(5715, 0, 0, 0, 0, 0, 100, 0, 8000, 10000, 15000, 18000, 0, 0, 11, 12790, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Hukku - In Combat - Cast Hukku\\'s Guardians'),\n(5715, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hukku - In Combat - Cast Shadow Bolt'),\n(5715, 0, 2, 0, 0, 0, 100, 0, 10000, 12000, 10000, 12000, 0, 0, 11, 9081, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Hukku - In Combat - Cast Shadow Bolt Volley'),\n(5715, 0, 3, 0, 0, 0, 100, 0, 4000, 6000, 8000, 10000, 0, 0, 11, 12279, 34, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Hukku - In Combat - Cast Curse of Blood'),\n(5715, 0, 4, 5, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 19, 8656, 100, 0, 0, 0, 0, 0, 0,              'Hukku - On Reset - Despawn'),\n(5715, 0, 5, 6, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 19, 8657, 100, 0, 0, 0, 0, 0, 0,              'Hukku - On Reset - Despawn'),\n(5715, 0, 6, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 19, 8658, 100, 0, 0, 0, 0, 0, 0,              'Hukku - On Reset - Despawn'),\n(5715, 0, 7, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Hukku - On Death - Set Instance Data 11'),\n(5716, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 40505, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Zul\\'Lor - Within 0-5 Range - Cast Cleave'),\n(5716, 0, 1, 0, 0, 0, 100, 0, 8000, 10000, 14000, 16000, 0, 0, 11, 12530, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Zul\\'Lor - In Combat - Cast Frailty'),\n(5716, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Zul\\'Lor - On Death - Set Instance Data 11'),\n(5717, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8148, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mijan - On Aggro - Cast Thorns Aura'),\n(5717, 0, 1, 0, 74, 0, 100, 0, 3000, 5000, 10000, 12000, 90, 40, 11, 8362, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Mijan - Friendly Missing Health - Cast Renew'),\n(5717, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 15000, 20000, 0, 0, 11, 11899, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Mijan - In Combat - Cast Healing Ward'),\n(5717, 0, 3, 0, 74, 0, 100, 0, 0, 0, 15000, 20000, 50, 40, 11, 12492, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Mijan - Friendly Between 0-50% Health - Cast Healing Wave'),\n(5717, 0, 4, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mijan - On Death - Set Instance Data 11'),\n--\n(5719, 0, 0, 0, 0, 0, 100, 0, 8000, 13000, 19000, 34000, 0, 0, 11, 12882, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Morphaz - In Combat - Cast Wing Flap'),\n(5719, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 17000, 0, 5, 11, 12884, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Morphaz - Within 0-5 Range - Cast Acid Breath'),\n(5719, 0, 2, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Morphaz - On Aggro - Call For Help'),\n(5720, 0, 0, 0, 0, 0, 100, 0, 8000, 13000, 19000, 34000, 0, 0, 11, 12882, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Weaver - In Combat - Cast Wing Flap'),\n(5720, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 21000, 0, 5, 11, 12884, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Weaver - Within 0-5 Range - Cast Acid Breath'),\n(5720, 0, 2, 0, 60, 0, 100, 769, 0, 0, 3000, 3000, 0, 0, 44, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Weaver - On Update - Set Ingame Phase Mask'),\n(5720, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Weaver - On Aggro - Call For Help'),\n(5721, 0, 0, 0, 0, 0, 100, 0, 8000, 13000, 19000, 34000, 0, 0, 11, 12882, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Dreamscythe - In Combat - Cast Wing Flap'),\n(5721, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 17000, 0, 5, 11, 12884, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dreamscythe - Within 0-5 Range - Cast Acid Breath'),\n(5721, 0, 2, 3, 60, 0, 100, 769, 0, 0, 3000, 3000, 0, 0, 44, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Dreamscythe - On Update - Set Ingame Phase Mask'),\n(5721, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Dreamscythe - On Update - Say Line 1'),\n(5721, 0, 4, 5, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Dreamscythe - On Aggro - Say Line 0'),\n(5721, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Dreamscythe - On Aggro - Call For Help'),\n(5722, 0, 0, 0, 0, 0, 100, 0, 8000, 13000, 19000, 34000, 0, 0, 11, 12882, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Hazzas - In Combat - Cast Wing Flap'),\n(5722, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 17000, 0, 5, 11, 12884, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hazzas - Within 0-5 Range - Cast Acid Breath'),\n(5722, 0, 2, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hazzas - On Aggro - Call For Help'),\n--\n(8384, 0, 0, 0, 0, 0, 100, 0, 6000, 15000, 10000, 24000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Deep Lurker - In Combat - Cast Trample'),\n(8438, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7741, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Hakkari Bloodkeeper - On Respawn - Cast Summoned Demon'),\n(8438, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,               'Hakkari Bloodkeeper - Out of Combat - Attack Start'),\n(8438, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hakkari Bloodkeeper - In Combat - Cast Shadow Bolt'),\n(8438, 0, 3, 0, 0, 0, 100, 0, 4000, 6000, 6000, 8000, 0, 0, 11, 11671, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Hakkari Bloodkeeper - In Combat - Cast Corruption'),\n--\n(8443, 0, 0, 1, 1, 0, 100, 513, 10000, 10000, 0, 0, 0, 0, 34, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Avatar of Hakkar - Out of Combat - Set Instance Data 2 to NOT_STARTED'),\n(8443, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Avatar of Hakkar - Out of Combat - Despawn'),\n(8443, 0, 2, 3, 1, 0, 100, 769, 3000, 3000, 0, 0, 0, 0, 19, 33555200, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Avatar of Hakkar - Out of Combat - Remove Unit Flags'),\n(8443, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 12948, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Avatar of Hakkar - Out of Combat - Cast Avatar of Hakkar is summoned'),\n(8443, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                  'Avatar of Hakkar - Out of Combat - Attack Start'),\n(8443, 0, 5, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 2, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Avatar of Hakkar - On Death - Set Instance Data 2 to DONE'),\n(8443, 0, 6, 0, 25, 0, 100, 769, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Avatar of Hakkar - On Reset - Set Active'),\n(8443, 0, 7, 0, 0, 0, 100, 0, 9000, 18000, 9000, 18000, 0, 0, 11, 6607, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Avatar of Hakkar - Within 0-5 Range - Cast Lash'),\n(8443, 0, 8, 0, 0, 0, 100, 0, 6000, 14000, 14000, 22000, 0, 0, 11, 12889, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Avatar of Hakkar - In Combat - Cast Curse of Tongues'),\n(8443, 0, 9, 0, 0, 0, 100, 0, 9000, 10000, 9000, 10000, 0, 0, 11, 12888, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,   'Avatar of Hakkar - In Combat - Cast Cause Insanity'),\n(8443, 0, 10, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Avatar of Hakkar - On Aggro - Say Line 0'),\n--\n(8497, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7741, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Nightmare Suppressor - On Respawn - Cast Summoned Demon'),\n(8497, 0, 1, 0, 60, 0, 100, 257, 1000, 1000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Nightmare Suppressor - On Update - Say Line 0'),\n(8497, 0, 2, 0, 1, 0, 100, 1, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -451.12, 275.37, -90.55, 0,       'Nightmare Suppressor - Out of Combat - Move To Pos'),\n(8497, 0, 3, 0, 1, 0, 100, 1, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -482.84, 273.66, -90.63, 0,       'Nightmare Suppressor - Out of Combat - Move To Pos'),\n(8497, 0, 4, 0, 1, 0, 100, 1, 4000, 4000, 0, 0, 0, 0, 11, 12623, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Nightmare Suppressor - Out of Combat - Cast Suppression'),\n(8497, 0, 5, 0, 1, 0, 100, 512, 4000, 4000, 1000, 1000, 0, 0, 63, 2, 1, 0, 0, 0, 0, 19, 8440, 40, 0, 0, 0, 0, 0, 0,    'Nightmare Suppressor - Out of Combat - Set Counter'),\n(8497, 0, 6, 0, 0, 0, 100, 0, 4000, 6000, 6000, 8000, 0, 0, 11, 11671, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Nightmare Suppressor - In Combat - Cast Corruption'),\n--\n(8580, 0, 1, 2, 60, 0, 100, 769, 0, 0, 3000, 3000, 0, 0, 44, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Atal\\'alarion - On Update - Set Ingame Phase Mask'),\n(8580, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Atal\\'alarion - On Update - Say Line 0'),\n(8580, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Atal\\'alarion - On Aggro - Say Line 1'),\n(8580, 0, 4, 0, 0, 0, 100, 0, 10000, 14000, 21000, 41000, 0, 0, 11, 12887, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Atal\\'alarion - In Combat - Cast Sweeping Slam'),\n(8580, 0, 5, 0, 0, 0, 100, 0, 9000, 18000, 20000, 32000, 0, 0, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Atal\\'alarion - In Combat - Cast Ground Tremor'),\n(8580, 0, 6, 7, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 104, 0, 0, 0, 0, 0, 0, 20, 148838, 100, 0, 0, 0, 0, 0, 0,            'Atal\\'alarion - On Death - Set Gameobject Flags'),\n(8580, 0, 7, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Atal\\'alarion - On Death - Set Instance Data 0 to 3');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (5399);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(5399, 0, 0, '$s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Veyzhak the Cannibal enrage at 30%');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_uldaman.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2748, 2892, 2932, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4860, 4861, 4863,\n6906, 6907, 6908, 6910, 7011, 7012, 7030, 7057, 7078, 7175, 7228, 7290, 7320, 7321, 7396, 7397, 7405);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2748, 2892, 2932, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4860, 4861, 4863,\n6906, 6907, 6908, 6910, 7011, 7012, 7030, 7057, 7078, 7175, 7228, 7290, 7320, 7321, 7396, 7397, 7405);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2748, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10255, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Archaedas - On Reset - Cast Stoned'),\n(2748, 0, 1, 2, 38, 0, 100, 0, 1, 1, 0, 0, 0, 0, 11, 10347, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Archaedas - On Data Set - Cast Archaedas Awaken Visual (DND)'),\n(2748, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 67, 1, 4000, 4000, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Archaedas - On Data Set - Create Timed Event'),\n(2748, 0, 3, 4, 59, 0, 100, 512, 1, 0, 0, 0, 0, 0, 28, 10255, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Archaedas - On Timed Event - Remove Aura Stoned'),\n(2748, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 80, 0, 0, 0, 0, 0, 0, 0,                  'Archaedas - On Timed Event - Attack Start'),\n(2748, 0, 5, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Archaedas - On Aggro - Say Line 0'),\n(2748, 0, 6, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Archaedas - On Kill - Say Line 3'),\n(2748, 0, 7, 8, 2, 0, 100, 1, 0, 70, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Archaedas - Health Between 0-70% - Say Line 1'),\n(2748, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10252, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Archaedas - Health Between 0-70% - Cast Awaken Earthen Guardian'),\n(2748, 0, 9, 10, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Archaedas - Health Between 0-40% - Say Line 2'),\n(2748, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Archaedas - Health Between 0-40% - Cast Awaken Vault Warder'),\n(2748, 0, 11, 0, 0, 0, 100, 0, 10000, 10000, 10000, 10000, 0, 0, 11, 10259, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Archaedas - In Combat - Awaken Earthen Dwarf'),\n(2748, 0, 12, 0, 0, 0, 100, 0, 0, 10000, 14000, 20000, 0, 0, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Archaedas - In Combat - Cast Ground Tremor'),\n(2748, 0, 13, 14, 60, 0, 100, 769, 1000, 1000, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 11, 7076, 100, 0, 0, 0, 0, 0, 0,      'Archaedas - On Update - Store Target List (Earthen Guardian)'),\n(2748, 0, 14, 15, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 2, 0, 0, 0, 0, 0, 11, 10120, 100, 0, 0, 0, 0, 0, 0,           'Archaedas - On Update - Store Target List (Vault Warder)'),\n(2748, 0, 15, 16, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 3, 0, 0, 0, 0, 0, 11, 7077, 100, 0, 0, 0, 0, 0, 0,            'Archaedas - On Update - Store Target List (Earthen Hellshaper)'),\n(2748, 0, 16, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 4, 0, 0, 0, 0, 0, 11, 7309, 100, 0, 0, 0, 0, 0, 0,             'Archaedas - On Update - Store Target List (Earthen Custodian)'),\n(2748, 0, 17, 18, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                 'Archaedas - On Reset - Respawn Target'),\n(2748, 0, 18, 19, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 12, 2, 0, 0, 0, 0, 0, 0, 0,                 'Archaedas - On Reset - Respawn Target'),\n(2748, 0, 19, 20, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 12, 3, 0, 0, 0, 0, 0, 0, 0,                 'Archaedas - On Reset - Respawn Target'),\n(2748, 0, 20, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 12, 4, 0, 0, 0, 0, 0, 0, 0,                  'Archaedas - On Reset - Respawn Target'),\n(2748, 0, 21, 0, 21, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Archaedas - Just Reached Home - Set Instance Data'),\n(2748, 0, 22, 23, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 2, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Archaedas - On Death - Set Instance Data'),\n(2748, 0, 23, 24, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 10120, 0, 100, 0, 0, 0, 0, 0,            'Archaedas - On Just Died - Despawn Vault Warders'),\n(2748, 0, 24, 25, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 7076, 0, 100, 0, 0, 0, 0, 0,             'Archaedas - On Just Died - Despawn Earthen Guardians'),\n(2748, 0, 25, 26, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 7077, 0, 100, 0, 0, 0, 0, 0,             'Archaedas - On Just Died - Despawn Earthen Hallshapers'),\n(2748, 0, 26, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 7309, 0, 100, 0, 0, 0, 0, 0,              'Archaedas - On Just Died - Despawn Earthen Custodians'),\n--\n(2892, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3600, 4800, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stonevault Seer - In Combat - Cast Lightning Bolt'),\n(2892, 0, 1, 0, 74, 0, 80, 0, 0, 0, 30000, 30000, 40, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Stonevault Seer - On Friendly Between 0-40% Health - Cast Healing Wave'),\n(2892, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonevault Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2932, 0, 0, 0, 0, 0, 100, 0, 7000, 18000, 22000, 32000, 0, 0, 11, 17207, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Magregan Deepshadow - In Combat - Cast Whirlwind'),\n(2932, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Magregan Deepshadow - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4844, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Shadowforge Surveyor - Out of Combat - Cast Frost Armor (No Repeat)'),\n(4844, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3400, 5000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shadowforge Surveyor - In Combat - Cast Fireball'),\n(4844, 0, 2, 0, 106, 0, 100, 0, 0, 0, 20000, 22000, 0, 8, 11, 865, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Surveyor - Within 0-8 Range - Cast Frost Nova'),\n(4844, 0, 3, 0, 2, 0, 100, 3, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4845, 0, 0, 0, 105, 0, 50, 0, 0, 0, 5000, 16000, 0, 5, 11, 1767, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Ruffian - Target Casting - Cast Kick'),\n(4845, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Ruffian - Between 0-15% Health - Flee For Assist'),\n(4846, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5900, 11200, 0, 5, 11, 8380, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shadowforge Digger - Within 0-5 Range - Cast Sunder Armor'),\n(4846, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Digger - Between 0-15% Health - Flee For Assist'),\n(4847, 0, 0, 0, 0, 0, 100, 0, 1000, 11000, 21000, 26000, 0, 0, 11, 2767, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Shadowforge Relic Hunter - In Combat - Cast Shadow Word: Pain'),\n(4847, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 20000, 30000, 0, 0, 11, 6726, 256, 0, 0, 0, 0, 5, 20, 0, 1, 0, 0, 0, 0, 0,   'Shadowforge Relic Hunter - In Combat - Cast Silence'),\n(4847, 0, 2, 0, 74, 0, 100, 0, 0, 0, 17000, 21000, 50, 40, 11, 6064, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Shadowforge Relic Hunter - Friendly 0-50% Health - Cast Heal'),\n(4847, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Relic Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4848, 0, 0, 0, 0, 0, 100, 0, 1000, 6000, 8000, 12000, 0, 0, 11, 9081, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Shadowforge Darkcaster - In Combat - Cast Shadow Bolt Volley'),\n(4848, 0, 1, 0, 0, 0, 100, 0, 1000, 6000, 11000, 15000, 0, 0, 11, 15800, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,  'Shadowforge Darkcaster - In Combat - Cast Mana Burn'),\n(4848, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Darkcaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4849, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shadowforge Archaeologist - On Aggro - Cast Defensive Stance'),\n(4849, 0, 1, 0, 105, 0, 50, 0, 0, 0, 6200, 16900, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Archaeologist - Target Casting - Cast Shield Bash'),\n(4849, 0, 2, 0, 9, 0, 100, 0, 0, 0, 11000, 19000, 0, 5, 11, 6713, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Archaeologist - Within 0-5 Range - Cast Disarm'),\n(4849, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Archaeologist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4850, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Stonevault Cave Lurker - Out of Combat - Cast Sneak (No Repeat)'),\n(4850, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Stonevault Cave Lurker - On Respawn - Cast Poison Proc'),\n(4850, 0, 2, 0, 67, 0, 100, 0, 0, 0, 6000, 8000, 0, 5, 11, 8721, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stonevault Cave Lurker - Behind Target - Cast Backstab'),\n(4850, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonevault Cave Lurker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4851, 0, 0, 1, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Rockchewer - Between 0-50% Health - Cast Enrage'),\n(4851, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Stonevault Rockchewer - On Enrage - Say Line 0'),\n(4852, 0, 0, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 945, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonevault Oracle - In Combat - Cast Lightning Shield'),\n(4852, 0, 1, 0, 0, 0, 100, 0, 0, 6000, 40000, 40000, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Stonevault Oracle - In Combat - Cast Healing Ward'),\n(4852, 0, 2, 0, 0, 0, 100, 0, 22000, 22000, 40000, 40000, 0, 0, 11, 8264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Stonevault Oracle - In Combat - Cast Lava Spout Totem'),\n(4852, 0, 3, 0, 74, 0, 100, 0, 5000, 10000, 15000, 15000, 50, 40, 11, 8005, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Stonevault Oracle - Friendly 0-50% Health - Cast Healing Wave'),\n(4852, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonevault Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4853, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 4000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Stonevault Geomancer - In Combat - Cast Fireball'),\n(4853, 0, 1, 0, 0, 0, 100, 0, 4000, 8000, 30000, 40000, 0, 0, 11, 10452, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,   'Stonevault Geomancer - In Combat - Cast Flame Buffet'),\n(4853, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonevault Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4854, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Grimlok - On Aggro - Say Line 0'),\n(4854, 0, 1, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grimlok - On Kill - Say Line 1'),\n(4854, 0, 2, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Grimlok - In Combat - Cast Lightning Bolt'),\n(4854, 0, 3, 0, 0, 0, 100, 0, 8000, 12000, 21000, 31000, 0, 0, 11, 8292, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Grimlok - In Combat - Cast Chain Bolt'),\n(4854, 0, 4, 0, 0, 0, 100, 0, 5000, 15000, 25000, 40000, 0, 0, 11, 11892, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Grimlok - In Combat - Cast Shrink'),\n(4854, 0, 5, 0, 0, 0, 100, 0, 0, 7000, 20000, 20000, 0, 0, 11, 8143, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Grimlok - In Combat - Cast Tremor Totem'),\n(4854, 0, 6, 0, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Grimlok - Between Health 0-40% - Cast Bloodlust (No Repeat)'),\n(4855, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3417, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Brawler - On Respawn - Cast Thrash'),\n(4855, 0, 1, 2, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Brawler - Between 0-50% Health - Cast Enrage'),\n(4855, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Stonevault Brawler - On Enrage - Say Line 0'),\n(4856, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Stonevault Cave Hunter - Outside 30 Range - Start Combat Movement'),\n(4856, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Stonevault Cave Hunter - Within 5-30 Range - Stop Combat Movement'),\n(4856, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Stonevault Cave Hunter - Within 0-5 Range - Start Combat Movement'),\n(4856, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Stonevault Cave Hunter - Within 5-30 Range - Cast Throw'),\n(4856, 0, 4, 0, 0, 0, 100, 0, 5900, 13200, 20300, 26700, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,   'Stonevault Cave Hunter - Within 0-20 Range - Cast Net'),\n(4856, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonevault Cave Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4860, 0, 0, 0, 106, 0, 100, 0, 0, 0, 14000, 20000, 0, 8, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Stone Steward - Within 0-8 Range - Cast Ground Tremor'),\n(4861, 0, 0, 0, 106, 0, 100, 0, 0, 0, 16000, 24000, 0, 8, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Shrike Bat - Within 0-8 Range - Cast Sonic Burst'),\n(4863, 0, 0, 0, 0, 0, 100, 0, 7000, 10000, 15000, 20000, 0, 0, 11, 9906, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadespine Basilisk - In Combat - Cast Reflection'),\n(4863, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 9000, 12000, 0, 0, 11, 3636, 0, 0, 0, 0, 0, 6, 5, 0, 0, 0, 0, 0, 0, 0,       'Jadespine Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n--\n(6906, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 0, 5, 11, 14516, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Baelog - Within 0-5 Range - Cast Strike'),\n(6906, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Baelog - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6907, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Eric \"The Swift\" - On Aggro - Cast Rushing Charge'),\n(6908, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 16000, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Olaf - Within 0-5 Range - Cast Shield Slam'),\n(6910, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 15801, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Revelosh - In Combat - Cast Lightning Bolt'),\n(6910, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 10000, 15000, 0, 0, 11, 16006, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,  'Revelosh - In Combat - Cast Chain Lightning'),\n(7011, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Earthen Rocksmasher - On Aggro - Cast Battle Stance'),\n(7011, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Earthen Rocksmasher - Within 0-5 Range - Cast Strike'),\n(7011, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Earthen Rocksmasher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7012, 0, 0, 0, 0, 0, 100, 0, 0, 8000, 20000, 30000, 0, 0, 11, 2602, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Earthen Sculptor - In Combat - Cast Fire Shield IV'),\n(7012, 0, 1, 0, 0, 0, 100, 0, 1000, 5000, 8000, 13000, 0, 0, 11, 10452, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,    'Earthen Sculptor - In Combat - Cast Flame Buffet'),\n(7012, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Earthen Sculptor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7030, 0, 0, 0, 0, 0, 100, 0, 1000, 11000, 16000, 24000, 0, 0, 11, 8814, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Shadowforge Geologist - In Combat - Cast Flame Spike'),\n(7030, 0, 1, 0, 0, 0, 100, 0, 1000, 6000, 8000, 11000, 0, 0, 11, 3356, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,      'Shadowforge Geologist - In Combat - Cast Flame Lash'),\n(7030, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Geologist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7057, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Digmaster Shovelphlange - On Aggro - Cast Defensive Stance'),\n(7057, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 8380, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Digmaster Shovelphlange - Within 0-5 Range - Cast Sunder Armor'),\n(7078, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Cleft Scorpid - On Respawn - Cast Poison Proc'),\n(7175, 0, 0, 0, 67, 0, 100, 0, 6000, 8000, 6000, 8000, 0, 5, 11, 8721, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Stonevault Ambusher - Behind Target - Cast Backstab'),\n(7175, 0, 1, 2, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Ambusher - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(7175, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Stonevault Ambusher - On Enrage - Say Line 0'),\n(7228, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 6000, 10000, 0, 0, 11, 8374, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Ironaya - In Combat - Cast Arcing Smash'),\n(7228, 0, 1, 0, 0, 0, 100, 0, 14000, 18000, 20000, 20000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 8, 0, 0, 0, 0, 0, 0, 0,  'Ironaya - Within 0-8 Range - Cast Knock Away'),\n(7228, 0, 2, 0, 0, 0, 100, 0, 12000, 12000, 17000, 17000, 0, 0, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Ironaya - In Combat - Cast War Stomp'),\n(7290, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowforge Sharpshooter - Outside 30 Range - Start Combat Movement'),\n(7290, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowforge Sharpshooter - Within 5-30 Range - Stop Combat Movement'),\n(7290, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadowforge Sharpshooter - Within 0-5 Range - Start Combat Movement'),\n(7290, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Sharpshooter - Within 5-30 Range - Cast Shoot'),\n(7290, 0, 4, 0, 0, 0, 100, 0, 1000, 6000, 11000, 19000, 0, 0, 11, 6685, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Shadowforge Sharpshooter - In Combat - Cast Piercing Shot'),\n(7290, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowforge Sharpshooter - Between 0-15% Health - Flee For Assist (No Repeat)'),    \n(7320, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3417, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Mauler - On Respawn - Cast Thrash'),\n(7320, 0, 1, 2, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Mauler - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(7320, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Stonevault Mauler - On Enrage - Say Line 0 (No Repeat)'),\n(7321, 0, 0, 0, 0, 0, 100, 0, 4000, 10000, 7000, 14000, 0, 0, 11, 2941, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Stonevault Flameweaver - In Combat - Cast Immolate'),\n(7321, 0, 1, 0, 0, 0, 100, 0, 1000, 9000, 17000, 25000, 0, 0, 11, 7739, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Stonevault Flameweaver - In Combat - Cast Inferno Shell'),\n(7321, 0, 2, 0, 9, 0, 100, 0, 0, 0, 28900, 49400, 0, 5, 11, 2602, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonevault Flameweaver - Within 0-5 Range - Cast Fire Shield IV'),\n(7321, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonevault Flameweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7396, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Earthen Stonebreaker - On Aggro - Cast Battle Stance'),\n(7396, 0, 1, 0, 0, 0, 100, 0, 0, 0, 6000, 9000, 0, 0, 11, 12057, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,            'Earthen Stonebreaker - Within 0-5 Range - Cast Strike'),\n(7397, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 30000, 0, 5, 11, 2602, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Earthen Stonecarver - Within 0-5 Range - Cast Fire Shield IV'),\n(7397, 0, 1, 0, 0, 0, 100, 0, 1000, 5000, 8000, 13000, 0, 0, 11, 10452, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,     'Earthen Stonecarver - In Combat - Cast Flame Buffet'),\n(7405, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deadly Cleft Scorpid - On Respawn - Cast Poison Proc');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_wailing_caverns.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(3630, 3631, 3632, 3633, 3634, 3636, 3637, 3655, 3669, 3670, 3671, 3672, 3673, 3674, 3840, 5048, 5053, 5055, 5056, 5755, 5756, 5761, 5775);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(3630, 3631, 3632, 3633, 3634, 3636, 3637, 3655, 3669, 3670, 3671, 3672, 3673, 3674, 3840, 5048, 5053, 5055, 5056, 5755, 5756, 5761, 5775);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3630, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deviate Coiler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3631, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 12000, 18000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Deviate Stinglash - Within 0-5 Range - Cast Lash'), -- maybe shouldn't have this\n(3632, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Deviate Creeper - Out of Combat - Cast Sneak'),\n(3632, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deviate Creeper - On Evade - Cast Sneak'),\n(3632, 0, 2, 0, 0, 0, 80, 0, 3000, 5000, 6000, 10000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Deviate Creeper - Within 0-5 Range - Cast Infected Wound'),\n(3633, 0, 0, 0, 2, 0, 100, 0, 0, 40, 9000, 14000, 0, 0, 11, 7938, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,           'Deviate Slayer - Between 0-40% Health - Cast Fatal Bite'),\n(3634, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Deviate Stalker - Out of Combat - Cast Sneak'),\n(3634, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deviate Stalker - On Evade - Cast Sneak'),\n(3636, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deviate Ravager - On Respawn - Cast Thrash Proc'),\n(3636, 0, 1, 0, 54, 0, 100, 769, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Deviate Ravager - Just Summoned - Set In Combat With Zone'),\n(3637, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 39, 40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Deviate Guardian - Between 0-30% Health - Call for Help'),\n(3637, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Deviate Guardian - On Call for Help - Say Line 0'),\n--\n(3655, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Mad Magglish - Out of Combat - Cast Sneak'),\n(3655, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mad Magglish - On Evade - Cast Sneak'),\n(3655, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 7964, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Mad Magglish - Within 0-5 Range - Cast Smoke Bomb'),\n--\n(3669, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lord Cobrahn - On Aggro - Say Line 0'),\n(3669, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Lord Cobrahn - On Aggro - Set Event Phase 1'),\n(3669, 0, 2, 0, 0, 1, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lord Cobrahn - In Combat - Cast Lightning Bolt'),\n(3669, 0, 3, 0, 0, 1, 100, 0, 10000, 10000, 13000, 20000, 0, 0, 11, 8040, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,  'Lord Cobrahn - In Combat - Cast Druids Slumber'),\n(3669, 0, 4, 0, 14, 1, 100, 0, 400, 40, 12000, 18000, 0, 0, 11, 5187, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Lord Cobrahn - Friendly Missing Health - Cast Healing Touch'),\n(3669, 0, 5, 6, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 7965, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Lord Cobrahn - Health Between 0-30% - Cast Cobrahn Serpent Form'),\n(3669, 0, 6, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Lord Cobrahn - Between 0-30% Health - Cast Poison Proc'),\n(3669, 0, 7, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lord Cobrahn - On Just Died - Set Instance Data 0 to 3'),\n--\n(3670, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lord Pythas - On Aggro - Say Line 0'),\n(3670, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lord Pythas - In Combat - Cast Lightning Bolt'),\n(3670, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 6000, 11000, 0, 0, 11, 8147, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Lord Pythas - In Combat - Cast Thunderclap'),\n(3670, 0, 3, 0, 0, 0, 100, 0, 8000, 12000, 12000, 20000, 0, 0, 11, 700, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Lord Pythas - In Combat - Cast Druids Slumber'),\n(3670, 0, 4, 0, 14, 0, 100, 0, 400, 40, 20000, 25000, 0, 0, 11, 5187, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Lord Pythas - Friendly Missing Health - Cast Healing Touch'),\n(3670, 0, 5, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lord Pythas - On Just Died - Set Instance Data 1 to 3'),\n--\n(3671, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lady Anacondra - On Aggro - Say Line 0'),\n(3671, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lady Anacondra - In Combat - Cast Lightning Bolt'),\n(3671, 0, 2, 0, 0, 0, 100, 0, 8000, 12000, 12000, 25000, 0, 0, 11, 700, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Lady Anacondra - In Combat - Cast Druids Slumber'),\n(3671, 0, 3, 0, 14, 0, 100, 0, 400, 40, 15000, 26000, 0, 0, 11, 5187, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Lady Anacondra - Friendly Missing Health - Cast Healing Touch'),\n(3671, 0, 4, 0, 0, 0, 100, 0, 1000, 3000, 50000, 50000, 0, 0, 11, 8148, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lady Anacondra - In Combat - Cast Thorns'),\n(3671, 0, 5, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 2, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lady Anacondra - On Just Died - Set Instance Data 2 to 3'),\n--\n(3672, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Boahn - In Combat - Cast Lightning Bolt'),\n(3672, 0, 1, 0, 74, 0, 100, 0, 0, 0, 20000, 30000, 60, 40, 11, 5187, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Boahn - Friendly Between 0-60% Health - Cast Healing Touch'),\n(3672, 0, 2, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8041, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Boahn - Between 0-50% Health - Cast Snake Form'),\n(3672, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Boahn - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3673, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lord Serpentis - On Aggro - Say Line 1'),\n(3673, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lord Serpentis - In Combat - Cast Lightning Bolt'),\n(3673, 0, 2, 0, 0, 0, 100, 0, 3000, 6000, 10000, 20000, 0, 0, 11, 700, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,     'Lord Serpentis - In Combat - Cast Druids Slumber'),\n(3673, 0, 3, 0, 14, 0, 100, 0, 600, 40, 12000, 18000, 0, 0, 11, 6778, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Lord Serpentis - Friendly Missing Health - Cast Healing Touch'),\n(3673, 0, 4, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 34, 3, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lord Serpentis - On Just Died - Set Instance Data 3 to 3'),\n--\n(3674, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 4000, 8000, 0, 0, 11, 6254, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Skum - In Combat - Cast Chained Bolt'),\n(3674, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Skum - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3840, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Druid of the Fang - In Combat - Cast Lightning Bolt'),\n(3840, 0, 1, 0, 0, 0, 100, 0, 8000, 9000, 10000, 20000, 0, 0, 11, 8040, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Druid of the Fang - In Combat - Cast Druids Slumber'),\n(3840, 0, 2, 0, 14, 0, 100, 0, 400, 40, 12000, 18000, 0, 0, 11, 5187, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Druid of the Fang - Friendly Missing Health - Cast Healing Touch'),\n(3840, 0, 3, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8041, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Druid of the Fang - Between 0-30% Health - Cast Serpent Form'),\n(3840, 0, 4, 5, 1, 0, 100, 0, 5000, 60000, 60000, 90000, 0, 0, 11, 13236, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Druid of the Fang - Out of Combat - Cast Nature Channeling'),\n(3840, 0, 5, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 67, 1, 6000, 30000, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Druid of the Fang - Out of Combat - Create Timed Event'),\n(3840, 0, 6, 0, 59, 0, 100, 512, 1, 0, 0, 0, 0, 0, 28, 13236, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Druid of the Fang - Timed Event - Remove Aura Nature Channeling'),\n(3840, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Druid of the Fang - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(5048, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deviate Adder - On Respawn - Cast Poison Proc'),\n(5048, 0, 1, 0, 54, 0, 100, 769, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Deviate Adder - Just Summoned - Set In Combat With Zone'),\n(5053, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deviate Crocolisk - Within 0-5 Range - Cast Tendon Rip'),\n(5055, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 8, 11, 7342, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deviate Lasher - Within 0-8 Range - Cast Wide Slash'),\n(5056, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 7399, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deviate Dreadfang - Within 0-5 Range - Cast Terrify'),\n(5755, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 10000, 16000, 0, 0, 11, 7947, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Deviate Viper - Within 0-5 Range - Cast Localized Toxin'),\n(5755, 0, 1, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Deviate Viper - Is Summoned - Set In Combat With Zone'),\n(5756, 0, 0, 0, 9, 0, 50, 0, 0, 0, 3000, 5000, 0, 30, 11, 7951, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Deviate Venomwing - Within 0-30 Range - Cast Toxic Spit'),\n(5761, 0, 0, 0, 2, 0, 100, 0, 0, 50, 18000, 21000, 0, 0, 11, 7948, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Deviate Shambler - Between 0-50% Health - Cast Wild Regeneration'),\n(5775, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 16000, 0, 8, 11, 8142, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Verdan the Everliving - Within 0-8 Range - Cast Grasping Vines');\n\n\n-- fix Respawn and Movement\nUPDATE `creature` SET `spawntimesecs` = 172800, `MovementType` = 1, `wander_distance` = 2 WHERE `id1` = 3652; -- Trigore the Lasher\nUPDATE `creature` SET `spawntimesecs` = 54000,  `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 3672; -- Boahn\n\nDELETE FROM `creature` WHERE `id1` IN (3655, 3671);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(14055,  3655, 0, 0, 1, 0, 0, 1, 1, 1, -658.948, -2006.91, 61.816, 3.46793,     275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0, 0, NULL),   -- Mad Magglish\n(695071, 3655, 0, 0, 1, 0, 0, 1, 1, 1, -729.461, -2123.53, 67.0995, 0.57721,    275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0, 0, NULL),   -- https://www.youtube.com/watch?v=LyWBLEYizL4\n(695072, 3655, 0, 0, 1, 0, 0, 1, 1, 1, -786.0494, -2086.528, 74.86207, 0.48296, 275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0, 0, NULL),   -- https://www.youtube.com/watch?v=xNqTbW-WECk\n--\n(27366,  3671, 0, 0, 43, 0, 0, 1, 1, 1, 15.3449, 297.176, -87.7016, 2.80998, 36000, 0, 0, 2165, 490, 0, 0, 0, 0, '', 0, 0, NULL), -- Lady Anacondra\n(695073, 3671, 0, 0, 43, 0, 0, 1, 1, 1, -53.984, 271.39, -92.844, 2.41,      36000, 0, 0, 2165, 490, 0, 0, 0, 0, '', 0, 0, NULL),\n(695074, 3671, 0, 0, 43, 0, 0, 1, 1, 1, -67.783, 122.6, -89.94, 3.09,        36000, 0, 0, 2165, 490, 0, 0, 0, 0, '', 0, 0, NULL),\n(695075, 3671, 0, 0, 43, 0, 0, 1, 1, 1, 46.4727, 183.984, -89.1516, 4.01967, 36000, 0, 0, 2165, 490, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601039, 601040);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n--\n(14055,  601039, 0, 'Mad Magglish'),\n(695071, 601039, 0, 'Mad Magglish'),\n(695072, 601039, 0, 'Mad Magglish'),\n--\n(27366,  601040, 0, 'Lady Anacondra'),\n(695073, 601040, 0, 'Lady Anacondra'),\n(695074, 601040, 0, 'Lady Anacondra'),\n(695075, 601040, 0, 'Lady Anacondra');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601039, 601040);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601039, 1, 'Mad Magglish - Wailing Caverns'),\n(601040, 1, 'Lady Anacondra - Wailing Caverns');\n\nDELETE FROM `creature_addon` WHERE `guid` IN (14055, 695071, 695072);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(14055,  0, 0, 131072, 1, 0, 0, ''),\n(695071, 0, 0, 131072, 1, 0, 0, ''),\n(695072, 0, 0, 131072, 1, 0, 0, '');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_zulaman.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(24043);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(24043);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(24043, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 42943, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Amani Lynx Cub - Out of Combat - Cast \\'Stealth\\''),\n(24043, 0, 1, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 42943, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Amani Lynx Cub - On Aggro - Remove Aura \\'Stealth\\''),\n(24043, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 35000, 35000, 0, 0, 11, 43357, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Amani Lynx Cub - In Combat - Cast \\'Feral Swipe\\'');\n\nSET @REFIDTHREE = 35102,\n@REFIDFOUR      = 527000,\n@TANZAR         = 22699,\n@KRAZ           = 22790,\n@ASHLI          = 22797,\n@HARKOR         = 22968;\n\nDELETE FROM `gameobject_loot_template` WHERE (`Entry` IN (@TANZAR, @KRAZ, @ASHLI, @HARKOR)) AND (`Item` = @REFIDFOUR);\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(@TANZAR, @REFIDFOUR, @REFIDFOUR, 100, 0, 1, 0, 1, 1, 'Tanzar\\'s Trunk - Fourth Hostage Loot'),\n(@KRAZ,   @REFIDFOUR, @REFIDFOUR, 100, 0, 1, 0, 1, 1, 'Kraz\\'s Package - Fourth Hostage Loot'),\n(@ASHLI,  @REFIDFOUR, @REFIDFOUR, 100, 0, 1, 0, 1, 1, 'Ashli\\'s Bag - Fourth Hostage Loot'),\n(@HARKOR, @REFIDFOUR, @REFIDFOUR, 100, 0, 1, 0, 1, 1, 'Harkor\\'s Satchel - Fourth Hostage Loot');\n\nDELETE FROM `reference_loot_template` WHERE `Entry` = @REFIDFOUR;\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(@REFIDFOUR, 33809, 0, 0, 0, 1, 1, 1, 1, 'Zul\\'Aman - Fourth Hostage Loot - Amani War Bear');\n\nUPDATE `conditions` SET `ElseGroup` = 0 WHERE (`SourceTypeOrReferenceId` = 10) AND (`SourceGroup` = @REFIDTHREE) AND (`ConditionTypeOrReference` = 13) AND (`ConditionValue2` = 3);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 10 AND `SourceGroup` = @REFIDFOUR AND `SourceEntry` = 33809;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,\n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(10, @REFIDFOUR, 33809, 0, 1, 13, 0, 17, 4, 0, 0, 0, 0, '',   'Yield Amani War Bear if all hostages have been rescued'),\n(10, @REFIDFOUR, 33809, 0, 1, 8, 0, 66013, 0, 0, 1, 0, 0, '', 'Yield Amani War Bear only if the player is still in TBC');\n"
  },
  {
    "path": "data/sql/world/base/dungeon_zulfarrak.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(5645, 5646, 5647, 5648, 5649, 5650, 7246, 7247, 7267, 7274, 7795, 7797, 10081, 10082);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(5645, 5646, 5647, 5648, 5649, 5650, 7246, 7247, 7267, 7274, 7795, 7797, 10081, 10082);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(5645, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Sandfury Hideskinner - On Reset - Cast Poison Proc'),\n(5645, 0, 1, 0, 67, 0, 100, 0, 3000, 6000, 6000, 10000, 0, 5, 11, 7159, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Sandfury Hideskinner - In Combat - Cast Backstab'),\n(5645, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Hideskinner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5646, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Sandfury Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(5646, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Sandfury Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(5646, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Sandfury Axe Thrower - Within 0-5 Range - Start Combat Movement'),\n(5646, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3900, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Sandfury Axe Thrower - Within 5-30 Range - Cast Throw'),\n(5646, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5647, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 14034, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Sandfury Firecaller - In Combat - Cast Fireball'),\n(5647, 0, 1, 0, 0, 0, 85, 0, 8000, 14000, 20000, 26000, 0, 0, 11, 11990, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Sandfury Firecaller - Within 0-30 Range - Cast Rain of Fire'),\n(5647, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Firecaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5648, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 20798, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Sandfury Shadowcaster - Out of Combat - Cast Demon Skin'),\n(5648, 0, 1, 0, 0, 0, 100, 0, 0, 1000, 3000, 4000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Sandfury Shadowcaster - In Combat - Cast Shadow Bolt'),\n(5648, 0, 2, 0, 0, 0, 100, 0, 5000, 10000, 20000, 30000, 0, 0, 11, 14032, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Sandfury Shadowcaster - In Combat - Cast Shadow Word: Pain'),\n(5648, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Shadowcaster - Between 0-15% Health - Flee For Assist'),\n(5649, 0, 0, 0, 0, 0, 100, 0, 8000, 18000, 7000, 22000, 0, 0, 11, 11898, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Sandfury Blood Drinker - In Combat - Cast Blood Leech'),\n(5649, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Blood Drinker - Between 0-15% Health - Flee For Assist'),\n(5650, 0, 0, 0, 0, 0, 100, 0, 7000, 26000, 31000, 36000, 0, 0, 11, 11899, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Sandfury Witch Doctor - In Combat - Cast Healing Ward'),\n(5650, 0, 1, 0, 0, 0, 100, 0, 10000, 15000, 30000, 30000, 0, 0, 11, 8264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Sandfury Witch Doctor - In Combat - Cast Lava Spout Totem'),\n(5650, 0, 2, 0, 74, 0, 100, 0, 0, 0, 18000, 24000, 50, 40, 11, 17843, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Sandfury Witch Doctor - Friendly 50% Health - Cast Flash Heal'),\n(5650, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Witch Doctor - Between 0-15% Health - Flee For Assist'),\n-- (7246, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Sandfury Shadowhunter - Outside 30 Range - Start Combat Movement'),\n-- (7246, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Sandfury Shadowhunter - Within 5-30 Range - Stop Combat Movement'),\n-- (7246, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Sandfury Shadowhunter - Within 0-5 Range - Start Combat Movement'),\n(7246, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Sandfury Shadowhunter - Within 5-30 Range - Cast Shoot'),\n(7246, 0, 4, 0, 0, 0, 100, 0, 7000, 12000, 18000, 25000, 0, 0, 11, 11641, 0, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,  'Sandfury Shadowhunter - In Combat - Cast Hex'),\n(7246, 0, 5, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 18396, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Sandfury Shadowhunter - On Aggro - Cast Dismounting Blast'),\n(7246, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Shadowhunter - Between 0-15% Health - Flee For Assist'),\n(7247, 0, 0, 0, 0, 0, 100, 0, 8000, 20000, 18000, 37000, 0, 0, 11, 11016, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Sandfury Soul Eater -  Within 0-5 Range - Cast Soul Bite'),\n(7247, 0, 1, 0, 14, 0, 100, 0, 2100, 10, 10900, 15700, 0, 0, 11, 7154, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Sandfury Soul Eater - Friendly Missing Health - Cast Dark Offering'),\n(7247, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sandfury Soul Eater - Between 0-15% Health - Flee For Assist'),\n(7267, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Chief Ukorz Sandscalp - On Aggro - Say line 0'),\n(7267, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Chief Ukorz Sandscalp - On Aggro - Cast Berserker Stance'),\n(7267, 0, 2, 0, 0, 0, 100, 0, 6000, 20000, 8000, 19000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Chief Ukorz Sandscalp - Within 0-5 Range - Cast Cleave'),\n(7267, 0, 3, 0, 0, 0, 100, 0, 12000, 16000, 7000, 24000, 0, 0, 11, 11837, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Chief Ukorz Sandscalp - Within 0-5 Range - Cast Wide Slash'),\n(7267, 0, 4, 5, 2, 0, 100, 1, 0, 60, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Chief Ukorz Sandscalp - Between Health 0-60% - Cast Frenzy'),\n(7267, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Chief Ukorz Sandscalp - On Frenzy - Say Line 1'),\n(7267, 0, 6, 7, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Chief Ukorz Sandscalp - Between Health 0-30% - Cast Frenzy'),\n(7267, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Chief Ukorz Sandscalp - On Frenzy - Say Line 2'),\n(7267, 0, 8, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Chief Ukorz Sandscalp - On Kill - Say line 3'),\n(7274, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Sandfury Executioner - On Aggro - Say line 0'),\n(7274, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Sandfury Executioner - On Aggro - Cast Berserker Stance'),\n(7274, 0, 2, 0, 0, 0, 100, 0, 7000, 13000, 7000, 23000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Sandfury Executioner - In Combat - Cast Cleave'),\n(7274, 0, 3, 0, 12, 0, 100, 0, 0, 20, 30000, 30000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Sandfury Executioner - In Combat - Cast Execute'),\n(7274, 0, 4, 0, 5, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Sandfury Executioner - On Kill - Say line 1'),\n(7795, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 4000, 0, 0, 11, 10180, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Hydromancer Velratha - In Combat - Cast Frostbolt'),\n(7795, 0, 1, 0, 14, 0, 100, 0, 1000, 30, 9000, 22000, 0, 0, 11, 12491, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Hydromancer Velratha - Friendly Missing Health - Cast Healing Wave'),\n(7797, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Ruuzlu - On Aggro - Cast Berserker Stance'),\n(7797, 0, 1, 0, 0, 0, 100, 0, 7000, 12000, 7000, 18000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Ruuzlu - Within 0-5 Range - Cast Cleave'),\n(7797, 0, 2, 0, 12, 0, 100, 0, 0, 20, 30000, 30000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Ruuzlu - Target Between Health 0-20% - Cast Execute'),\n(10081, 0, 0, 0, 37, 0, 90, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Dustwraith - On Initialize - Despawn In 500 ms'),\n(10081, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12254, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dustwraith - In Combat - Cast Virulent Poison'),\n(10081, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3600, 7300, 0, 5, 11, 14873, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dustwraith - Within 0-5 Range - Cast Sinister Strike'),\n(10082, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Zerillis - Outside 30 Range - Start Combat Movement'),\n(10082, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Zerillis - Within 5-30 Range - Stop Combat Movement'),\n(10082, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Zerillis - Within 0-5 Range - Start Combat Movement'),\n(10082, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15547, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Zerillis - Within 5-30 Range - Cast Shoot'),\n(10082, 0, 4, 0, 0, 0, 100, 0, 6000, 11000, 5000, 18000, 0, 0, 11, 12551, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0, 'Zerillis - Within 5-30 Range - Cast Frost Shot'),\n(10082, 0, 5, 0, 9, 0, 100, 0, 0, 0, 12000, 25000, 0, 20, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Zerillis - Within 0-20 Range - Cast Net'),\n(10082, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Zerillis - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10082, 0, 7, 0, 37, 0, 90, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Zerillis - On Initialize - Despawn In 500 ms');\n\n/* Restore Mallet requirement to Gong of Zul'Farrak */\nUPDATE `gameobject_template` SET `data0` = 459 WHERE `entry` = 141832;\n\n/* fix skinning loot from scarabs */\nUPDATE `creature_template` SET `skinloot` = 100014 WHERE `entry` = 7269;\n\nSET @CGUID  := 652000;\nSET @WPID   := 6520000;\n\n-- fix patrols\nDELETE FROM `creature` WHERE `guid` IN (45710, 81482, 81505, 81530, 81531, 81532, 81581, 81582, 81583, 81587, 81588, 81601, @CGUID+101, @CGUID+102, @CGUID+103);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(45710, 5650, 0, 0, 209, 0, 0, 1, 1, 1, 1658.52, 805.539, 9.29566, 1.36264, 18000, 0, 1, 4278, 2966, 2, 0, 0, 0, '', 0, 0, NULL),\n(81482, 5650, 0, 0, 209, 0, 0, 1, 1, 1, 1759.63, 730.254, 17.6822, 3.18886, 18000, 0, 1, 4278, 2966, 2, 0, 0, 0, '', 0, 0, NULL),\n(81505, 5650, 0, 0, 209, 0, 0, 1, 1, 1, 1822.72, 914.188, 9.00179, 4.11501, 18000, 0, 1, 4278, 2966, 2, 0, 0, 0, '', 0, 0, NULL),\n\n(81530, 7246, 0, 0, 209, 0, 0, 1, 1, 1, 1865.24, 1118.27, 10.8681, 4.69151, 86400, 0, 0, 4119, 2864, 0, 0, 0, 0, '', 0, 0, NULL),\n(81531, 8095, 0, 0, 209, 0, 0, 1, 1, 0, 1867.35, 1117.43, 9.80891, 4.69091, 86400, 0, 1, 5757, 0,    2, 0, 0, 0, '', 0, 0, NULL),\n(81532, 7246, 0, 0, 209, 0, 0, 1, 1, 1, 1869.56, 1120.73, 10.4645, 4.68603, 86400, 0, 0, 4119, 2864, 0, 0, 0, 0, '', 0, 0, NULL),\n\n(81581, 8095, 0, 0, 209, 0, 0, 1, 1, 0, 1653.66, 1214.47, 9.2401, 0.653508, 7200, 0, 1, 5757, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(81582, 7246, 0, 0, 209, 0, 0, 1, 1, 1, 1649.43, 1214.94, 9.54338, 0.608068, 7200, 0, 0, 4119, 2864, 0, 0, 0, 0, '', 0, 0, NULL),\n(81583, 7246, 0, 0, 209, 0, 0, 1, 1, 1, 1652.63, 1210.28, 9.16838, 0.608942, 7200, 0, 0, 4119, 2864, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(81587, 8095, 0, 0, 209, 0, 0, 1, 1, 0, 1586.07, 1087.29, 8.87684, 4.28346, 7200, 0, 1, 5757, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(81588, 7246, 0, 0, 209, 0, 0, 1, 1, 1, 1583.98, 1091.87, 8.8781, 4.4641, 7200, 0, 0, 4119, 2864, 0, 0, 0, 0, '', 0, 0, NULL),\n(81601, 5649, 0, 0, 209, 0, 0, 1, 1, 1, 1590.26, 1090.28, 8.8781, 4.28345, 7200, 0, 0, 5346, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+101, 5649, 0, 0, 209, 0, 0, 1, 1, 1, 1404.97, 813.08, 8.88956, 2.99251, 18000, 0, 1, 5346, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+102, 5649, 0, 0, 209, 0, 0, 1, 1, 1, 1408.02, 812.97, 8.88956, 2.98858, 18000, 0, 0, 5346, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+103, 5649, 0, 0, 209, 0, 0, 1, 1, 1, 1793.49, 753.382, 14.3114, 1.67303, 18000, 0, 1, 5346, 0, 2, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (81531, 81581, 81587, @CGUID+101);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n--\n(81531, 81531, 0, 0, 515, 0, 0),\n(81531, 81530, 4, 160, 515, 0, 0),\n(81531, 81532, 4, 200, 515, 0, 0),\n--\n(81581, 81581, 0, 0, 515, 0, 0),\n(81581, 81582, 4, 135, 515, 0, 0),\n(81581, 81583, 4, 225, 515, 0, 0),\n--\n(81587, 81587, 0, 0, 515, 0, 0),\n(81587, 81588, 4, 135, 515, 0, 0),\n(81587, 81601, 4, 225, 515, 0, 0),\n--\n(@CGUID+101, @CGUID+101, 0, 0, 515, 0, 0),    \n(@CGUID+101, @CGUID+102, 3, 90, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (45710, 81482, 81505, 81531, 81581, 81587, @CGUID+101, @CGUID+103);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(45710, 457100, 0, 0, 1, 0, 0, NULL),\n(81482, 814820, 0, 0, 1, 0, 0, NULL),\n(81505, 815050, 0, 0, 1, 0, 0, NULL),\n(81531, 815310, 0, 0, 0, 0, 0, NULL),\n(81581, 815810, 0, 0, 0, 0, 0, NULL),\n(81587, 815870, 0, 0, 0, 0, 0, NULL),\n(@CGUID+101, @WPID+1010, 0, 0, 1, 0, 0, NULL),\n(@CGUID+103, @WPID+1030, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (457100, 814820, 815050, 815310, 815810, 815870, @WPID+1010, @WPID+1030);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(457100, 1, 1658.55, 805.639, 8.87707, 1.15366, 0, 0, 0, 100, 0),\n(457100, 2, 1679.88, 858.125, 8.87682, 1.17722, 0, 0, 0, 100, 0),\n--\n(814820, 1, 1759.63, 730.254, 17.6822, 3.18886, 0, 0, 0, 100, 0),\n(814820, 2, 1791, 733.224, 16.1199, 0.094385, 0, 0, 0, 100, 0),\n(814820, 3, 1834.9, 727.576, 17.819, 6.15766, 0, 0, 0, 100, 0),\n(814820, 4, 1790.44, 733.571, 16.0522, 2.94538, 0, 0, 0, 100, 0),\n--\n(815050, 1, 1822.72, 914.188, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 2, 1829.39, 923.992, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 3, 1837.67, 936.405, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 4, 1844.07, 947.634, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 5, 1853.31, 963.347, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 6, 1858.71, 971.43, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 7, 1862.53, 977.665, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 8, 1874.02, 984.365, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 9, 1862.53, 977.665, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 10, 1858.71, 971.43, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 11, 1853.31, 963.347, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 12, 1844.07, 947.634, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 13, 1837.67, 936.405, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 14, 1829.39, 923.992, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 15, 1822.72, 914.188, 9.00179, 100, 0, 0, 0, 100, 0),\n(815050, 16, 1820.13, 908.081, 9.00179, 100, 0, 0, 0, 100, 0),\n--\n(815310, 1, 1867.72, 1117.63, 9.67427, 5.25511, 0, 0, 0, 100, 0),\n(815310, 2, 1874.56, 1106.29, 8.91544, 5.25511, 0, 0, 0, 100, 0),\n(815310, 3, 1867.78, 1088.92, 8.8768, 4.34012, 0, 0, 0, 100, 0),\n(815310, 4, 1852.9, 1058.97, 8.87697, 4.31656, 0, 0, 0, 100, 0),\n(815310, 5, 1856.97, 1035.76, 8.87697, 4.88597, 0, 0, 0, 100, 0),\n(815310, 6, 1875.22, 1025.96, 8.87697, 5.73028, 0, 0, 0, 100, 0),\n(815310, 7, 1857.31, 1036.28, 8.87706, 1.94073, 0, 0, 0, 100, 0),\n(815310, 8, 1852.3, 1057.99, 8.87706, 1.80328, 0, 0, 0, 100, 0),\n(815310, 9, 1858.01, 1071.58, 8.87706, 1.06108, 0, 0, 0, 100, 0),\n(815310, 10, 1875.04, 1102.94, 8.87917, 1.10035, 0, 0, 0, 100, 0),\n--\n(815810, 1, 1652.31, 1213.89, 9.28665, 0.808107, 0, 0, 0, 100, 0),\n(815810, 2, 1686.57, 1249.74, 10.2455, 0.808107, 0, 0, 0, 100, 0),\n(815810, 3, 1695.87, 1245.81, 9.34294, 5.99566, 0, 0, 0, 100, 0),\n(815810, 4, 1728.06, 1221.58, 9.60489, 5.63438, 0, 0, 0, 100, 0),\n(815810, 5, 1699.03, 1242.92, 9.06241, 2.5085, 0, 0, 0, 100, 0),\n(815810, 6, 1679.93, 1239.85, 8.99914, 3.29782, 0, 0, 0, 100, 0),\n--\n(815870, 1, 1586.05, 1087.71, 8.8781, 4.42091, 0, 0, 0, 100, 0),\n(815870, 2, 1569.59, 1052.09, 8.8775, 4.27954, 0, 0, 0, 100, 0),\n(815870, 3, 1563.27, 1014.31, 8.87702, 4.54657, 0, 0, 0, 100, 0),\n(815870, 4, 1574.27, 1065.17, 8.87786, 1.35786, 0, 0, 0, 100, 0),\n(815870, 5, 1597.99, 1104.79, 8.87685, 1.02406, 0, 0, 0, 100, 0),\n(815870, 6, 1622.52, 1131.7, 8.87685, 0.827714, 0, 0, 0, 100, 0),\n--\n(@WPID+1010, 1, 1405.13, 813.415, 8.88956, 2.99251, 0, 0, 0, 100, 0),\n(@WPID+1010, 2, 1380.48, 814.88, 8.88956, 3.10246, 0, 0, 0, 100, 0),\n(@WPID+1010, 3, 1345.46, 820.051, 8.89113, 3.00429, 0, 0, 0, 100, 0),\n(@WPID+1010, 4, 1333.4, 824.975, 8.89113, 2.75689, 0, 0, 0, 100, 0),\n(@WPID+1010, 5, 1324.76, 833.365, 8.89113, 2.37204, 0, 0, 0, 100, 0),\n(@WPID+1010, 6, 1337.07, 822.634, 8.89113, 5.60395, 0, 0, 0, 100, 0),\n(@WPID+1010, 7, 1380.57, 814.757, 8.89146, 6.11838, 0, 0, 0, 100, 0),\n--\n(@WPID+1030, 1, 1793.49, 753.382, 14.3114, 1.67303, 0, 0, 0, 100, 0),\n(@WPID+1030, 2, 1792.28, 766.702, 14.0961, 1.66125, 0, 0, 0, 100, 0),\n(@WPID+1030, 3, 1797.91, 792.692, 14.3871, 1.35102, 0, 0, 0, 100, 0),\n(@WPID+1030, 4, 1805.68, 803.858, 13.3509, 0.970101, 0, 0, 0, 100, 0),\n(@WPID+1030, 5, 1797.91, 792.355, 14.3955, 4.11955, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/dungeon_zulgurub.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11338, 11339, 11340, 11350, 11351, 11352, 11353, 11356, 11357, 11359, 11360, 11365, 11368, 11370, 11371, 11372, 11374, 11830, 11831, 14532, 14821, 14825, 14882, 15043, 15111);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11338, 11339, 11340, 11350, 11351, 11352, 11353, 11356, 11357, 11359, 11360, 11365, 11368, 11370, 11371, 11372, 11374, 11830, 11831, 14532, 14821, 14825, 14882, 15043, 15111);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11338, 0, 0, 0, 0, 0, 75, 0, 5000, 6000, 5000, 8000, 0, 0, 11, 22947, 257, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,     'Hakkari Shadowcaster - In Combat - Cast Mana Burn'),\n(11338, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 15232, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hakkari Shadowcaster - In Combat - Cast Shadow Bolt'),\n(11338, 0, 2, 0, 0, 0, 100, 0, 3000, 7000, 10000, 20000, 0, 0, 11, 20741, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Hakkari Shadowcaster - In Combat - Cast Shadow Bolt Volley'),\n(11338, 0, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Hakkari Shadowcaster - On Aggro - Say Line 0'),\n(11339, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Hakkari Shadow Hunter - Outside 30 Range - Start Combat Movement'),\n(11339, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hakkari Shadow Hunter - Within 5-30 Range - Stop Combat Movement'),\n(11339, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Hakkari Shadow Hunter - Within 0-5 Range - Start Combat Movement'),\n(11339, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 16496, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hakkari Shadow Hunter - In Combat - Cast Shoot'),\n(11339, 0, 4, 0, 9, 0, 100, 0, 0, 0, 10000, 15000, 5, 30, 11, 21390, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Hakkari Shadow Hunter - In Combat - Cast Multi-Shot'),\n(11339, 0, 5, 0, 9, 0, 100, 0, 0, 0, 65000, 85000, 5, 30, 11, 22908, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Hakkari Shadow Hunter - Within 5-30 Range - Cast Volley'),\n(11339, 0, 6, 0, 0, 0, 75, 0, 6000, 12000, 12000, 24000, 0, 0, 11, 24335, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Hakkari Shadow Hunter - Within 0-30 Range - Cast Wyvern Sting'),\n(11339, 0, 7, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Hakkari Shadow Hunter - On Aggro - Say Line 0'),\n(11340, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Hakkari Blood Priest - On Aggro - Say Line 0 (No Repeat)'),\n(11340, 0, 1, 0, 2, 0, 100, 0, 0, 50, 4000, 7000, 0, 0, 11, 24618, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hakkari Blood Priest - Between 0-50% Health - Cast Drain Life'),\n(11340, 0, 2, 0, 14, 0, 100, 0, 6000, 40, 3000, 6000, 0, 0, 11, 24617, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Hakkari Blood Priest - Friend Missing 6000 Health - Cast Blood Funnel'),\n(11350, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Gurubashi Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(11350, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Gurubashi Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(11350, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gurubashi Axe Thrower - Within 0-5 Range - Start Combat Movement'),\n(11350, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 7000, 5, 30, 11, 16075, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gurubashi Axe Thrower - Within 5-30 Range - Cast Throw'),\n(11350, 0, 4, 5, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 8269, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gurubashi Axe Thrower - Between 0-25% Health - Cast Frenzy (No Repeat)'),\n(11350, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Gurubashi Axe Thrower - On Frenzy - Say Line 0'),\n(11350, 0, 6, 0, 106, 0, 100, 0, 0, 0, 15000, 18000, 0, 8, 11, 24018, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gurubashi Axe Thrower - Within 0-8 Range - Cast Axe Flurry'),\n(11350, 0, 7, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                       'Gurubashi Axe Thrower - On Aggro - Say Line 1'),\n(11351, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Gurubashi Headhunter - Outside 30 Range - Start Combat Movement'),\n(11351, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Gurubashi Headhunter - Within 5-30 Range - Stop Combat Movement'),\n(11351, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gurubashi Headhunter - Within 0-5 Range - Start Combat Movement'),\n(11351, 0, 3, 0, 9, 0, 100, 0, 0, 0, 1500, 2000, 5, 30, 11, 22887, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gurubashi Headhunter - Within 5-30 Range - Cast Throw'),\n(11351, 0, 4, 0, 0, 0, 100, 0, 5000, 5000, 7000, 8000, 0, 0, 11, 24048, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Gurubashi Headhunter - In Combat - Cast Whirling Trip'),\n(11351, 0, 5, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 5, 30, 11, 24049, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gurubashi Headhunter - Within 5-30 Range - Cast Impale'),\n(11351, 0, 6, 0, 0, 0, 100, 0, 14000, 14000, 18000, 18000, 0, 0, 11, 15708, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Gurubashi Headhunter - In Combat - Cast Mortal Strike'),\n(11351, 0, 7, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Gurubashi Headhunter - On Aggro - Say Line 0'),\n(11352, 0, 0, 0, 0, 0, 100, 0, 12000, 15000, 15000, 20000, 0, 0, 11, 16508, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Gurubashi Berserker - Within 0-10 Range - Cast Intimidating Roar'),\n(11352, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 12000, 12000, 0, 0, 11, 11130, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Gurubashi Berserker - Within 0-10 Range - Cast Knock Away'),\n(11352, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 13000, 18000, 0, 0, 11, 15588, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Gurubashi Berserker - In Combat - Cast Thunderclap'),\n(11352, 0, 3, 4, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gurubashi Berserker - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(11352, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Gurubashi Berserker - On Frenzy - Say Line 0'),\n(11353, 0, 0, 0, 106, 0, 100, 0, 5000, 10000, 5000, 10000, 0, 5, 11, 24437, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Gurubashi Blood Drinker - Within 0-5 Range - Cast Blood Leech'),\n(11353, 0, 1, 0, 2, 0, 100, 0, 0, 50, 7000, 12000, 0, 0, 11, 24435, 1, 0, 0, 0, 0, 26, 30, 0, 0, 0, 0, 0, 0, 0,         'Gurubashi Blood Drinker - Between 0-50% Health - Cast Drain Life'),\n(11356, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Gurubashi Champion - On Aggro - Say Line 0'),\n(11356, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 24438, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Gurubashi Champion - In Combat - Cast Battle Shout'),\n(11356, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3000, 6000, 0, 5, 11, 22591, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Gurubashi Champion - Within 0-5 Range - Cast Strike'),\n(11356, 0, 3, 0, 0, 0, 100, 0, 0, 0, 15000, 20000, 0, 0, 11, 22886, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gurubashi Champion - In Combat - Cast Berserker Charge'),\n(11356, 0, 4, 0, 9, 0, 100, 0, 0, 0, 3000, 6000, 0, 5, 11, 15655, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Gurubashi Champion - Within 0-5 Range - Cast Shield Slam'),\n--\n(11357, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Son of Hakkar - On Respawn - Cast Thrash Proc'),\n(11357, 0, 1, 0, 0, 0, 100, 0, 4000, 10000, 4000, 10000, 0, 0, 11, 16790, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Son of Hakkar - In Combat - Cast Knockdown'),\n(11357, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 14989, 3, 10000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Son of Hakkar - On Just Died - Summon Poisonous Cloud'),\n(11359, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Soulflayer - On Respawn - Cast Thrash Proc'),\n(11359, 0, 1, 0, 0, 0, 100, 0, 7000, 7000, 7000, 8000, 0, 0, 11, 22678, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,      'Soulflayer - Within 0-10 Range - Cast Fear'),\n(11359, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 24619, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Soulflayer - In Combat - Cast Soul Tap'),\n(11359, 0, 3, 3, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 8269, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Soulflayer - Between 0-20% Health - Cast Frenzy (No Repeat)'),\n(11359, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Soulflayer - On Frenzy - Say Line 0'),\n(11360, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Zulian Cub - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(11365, 0, 0, 0, 9, 0, 100, 0, 0, 0, 1000, 3000, 0, 5, 11, 24332, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Zulian Panther - Within 0-5 Range - Cast Rake'),\n(11365, 0, 1, 0, 0, 0, 100, 0, 3000, 3000, 15000, 20000, 0, 0, 11, 24333, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Zulian Panther - Within 0-5 Range - Cast Ravage'),\n(11365, 0, 2, 0, 0, 0, 100, 0, 5000, 30000, 5000, 30000, 0, 0, 11, 8355, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Zulian Panther - Within 0-5 Range - Cast Exploit Weakness'),\n(11368, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 24023, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodseeker Bat - On Aggro - Cast Charge'),\n(11370, 0, 0, 0, 0, 0, 100, 0, 8000, 10000, 12000, 14000, 0, 0, 11, 24600, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Razzashi Broodwidow - Within 0-5 Range - Cast Web Spin'),\n(11370, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24598, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Razzashi Broodwidow - On Just Died - Cast Summon Razzashi Skitterer'),\n(11371, 0, 0, 0, 0, 0, 100, 0, 20000, 40000, 20000, 40000, 0, 0, 11, 20539, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Razzashi Serpent - Within 0-5 Range - Cast Fatal Bite'),\n(11371, 0, 1, 0, 0, 0, 100, 0, 5000, 20000, 5000, 20000, 0, 0, 11, 24002, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Razzashi Serpent - Within 0-5 Range - Cast Tranquilizing Poison'),\n(11371, 0, 2, 0, 0, 0, 100, 0, 8000, 16000, 16000, 24000, 0, 0, 11, 12097, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Razzashi Serpent - Within 0-5 Range - Cast Pierce Armor'),\n(11372, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Razzashi Adder - On Respawn - Cast Thrash Proc'),\n(11372, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 12000, 18000, 0, 0, 11, 24011, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Razzashi Adder - In Combat - Cast Venom Spit'),\n(11372, 0, 2, 0, 0, 0, 100, 0, 3000, 3000, 20000, 20000, 0, 0, 11, 24016, 1, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Razzashi Adder - Within 0-5 Range - Cast Exploit Weakness'),\n(11374, 0, 0, 0, 0, 0, 75, 0, 1000, 3000, 3000, 5000, 0, 0, 11, 12097, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Hooktooth Frenzy - Within 0-5 Range - Cast Pierce Armor'),\n--\n(11830, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Hakkari Priest - On Aggro - Say Line 0'),\n(11830, 0, 1, 0, 0, 0, 80, 0, 8000, 8000, 20000, 27000, 0, 0, 11, 13704, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Hakkari Priest - In Combat - Cast Psychic Scream'),\n(11830, 0, 2, 0, 0, 0, 100, 0, 1000, 1000, 16000, 18000, 0, 0, 11, 24021, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Hakkari Priest - In Combat - Cast Anti-Magic Shield'),\n(11830, 0, 3, 0, 0, 0, 100, 0, 15000, 15000, 30000, 33000, 0, 0, 11, 24022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Hakkari Priest - In Combat - Cast Cleanse Nova'),\n(11830, 0, 4, 0, 2, 0, 100, 0, 0, 50, 25000, 25000, 0, 0, 11, 22883, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Hakkari Priest - Between 0-50% Health - Cast Heal'),\n(11831, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Hakkari Witch Doctor - On Aggro - Say Line 0'),\n(11831, 0, 1, 0, 0, 0, 100, 0, 3000, 8000, 5000, 8000, 0, 0, 11, 24053, 32, 4, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,     'Hakkari Witch Doctor - Within 0-20 Range - Cast Hex'),\n(11831, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3000, 5000, 0, 20, 11, 17289, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hakkari Witch Doctor - In Combat - Cast Shadow Shock'),\n(11831, 0, 3, 0, 0, 0, 100, 0, 5000, 15000, 5000, 10000, 0, 0, 11, 24054, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Hakkari Witch Doctor - In Combat - Cast Shrink'),\n(11831, 0, 4, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24052, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Hakkari Witch Doctor - On Just Died - Cast Summon Voodoo Spirit'),\n--\n(14532, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 24596, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Razzashi Venombrood - Within 0-5 Range - Cast Intoxicating Venom'),\n(14821, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Razzashi Raptor - On Respawn - Cast Thrash Proc'),\n(14821, 0, 1, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 24339, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Razzashi Raptor - In Combat - Cast Infected Bite'),\n(14821, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Razzashi Raptor - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(14821, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Razzashi Raptor - On Enrage - Say Line 0'),\n--\n(14825, 0, 0, 0, 0, 0, 100, 0, 5000, 15000, 5000, 15000, 0, 0, 11, 24673, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Withered Mistress - In Combat - Cast Curse of Blood'),\n(14825, 0, 1, 0, 14, 0, 100, 0, 1000, 30, 3000, 10000, 0, 0, 11, 17201, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Withered Mistress - In Combat - Cast Dispel Magic'),\n(14825, 0, 2, 0, 14, 0, 100, 0, 2000, 30, 4000, 8000, 0, 0, 11, 24672, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Withered Mistress - In Combat - Cast Unholy Frenzy'),\n(14825, 0, 3, 0, 0, 0, 100, 0, 7000, 12000, 12000, 17000, 0, 0, 11, 7068, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Withered Mistress - In Combat - Cast Veil of Shadow'),\n(14882, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Atal ai Mistress - On Respawn - Cast Thrash Proc'),\n(14882, 0, 1, 0, 0, 0, 100, 0, 4000, 6000, 6000, 8000, 0, 0, 11, 24671, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Atal ai Mistress - Within 0-5 Range - Cast Snap Kick'),\n(14882, 0, 2, 0, 105, 0, 50, 0, 0, 0, 1000, 4000, 0, 5, 11, 15615, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Atal ai Mistress - Within 0-5 Range - Cast Pummel'),\n--\n(15043, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 20000, 25000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Zulian Crocolisk - In Combat - Cast Tendon Rip'),\n(15043, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 13445, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Zulian Crocolisk - In Combat - Cast Rend'),\n(15043, 0, 2, 0, 1, 0, 100, 0, 30000, 30000, 40000, 40000, 0, 0, 89, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'ZG Crocolisks will wander a small amount for about 10 seconds out of every 40 (wander on-2)'),\n(15043, 0, 3, 0, 1, 0, 100, 0, 39500, 39500, 40000, 40000, 0, 0, 89, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'ZG Crocolisks will wander a small amount for about 10 seconds out of every 40 (wander on-0)'),\n(15043, 0, 4, 0, 1, 0, 100, 0, 39999, 39999, 40000, 40000, 0, 0, 101, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Send ZG Croclisks toward home position to control wandering range (set home POS)'),\n(15043, 0, 5, 0, 1, 0, 100, 0, 40000, 40000, 40000, 40000, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Send ZG Croclisks toward home position to control wandering range (reset to home POS)'),\n--\n(15111, 0, 0, 0, 0, 0, 100, 0, 3000, 8000, 3000, 8000, 0, 0, 11, 24611, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Mad Servant - In Combat - Cast Fireball'),\n(15111, 0, 1, 0, 0, 0, 100, 0, 7000, 10000, 7000, 10000, 0, 0, 11, 24612, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Mad Servant - In Combat - Cast Flamestrike'),\n(15111, 0, 2, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24621, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Mad Servant - On Just Died - Cast Portal of Madness'),\n(15111, 0, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Mad Servant - On Aggro - Say Line 0');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (11338);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(11338, 0, 0, 'Killing you be easy.',                         12, 0, 100, 0, 0, 0, 1909,  0, 'Hakkari Shadowcaster'),\n(11338, 0, 1, 'Troll mojo da strongest mojo!',                12, 0, 100, 0, 0, 0, 10437, 0, 'Hakkari Shadowcaster'),\n(11338, 0, 2, 'Your skull gonna decorate our ritual altars!', 12, 0, 100, 0, 0, 0, 10436, 0, 'Hakkari Shadowcaster'),\n(11338, 0, 3, 'I gonna make you into mojo!',                  12, 0, 100, 0, 0, 0, 10435, 0, 'Hakkari Shadowcaster'),\n(11338, 0, 4, 'Feel da big bad voodoo!',                      12, 0, 100, 0, 0, 0, 10438, 0, 'Hakkari Shadowcaster'),\n(11338, 0, 5, 'My weapon be thirsty!',                        12, 0, 100, 0, 0, 0, 1908,  0, 'Hakkari Shadowcaster'),\n(11338, 0, 6, 'You be dead soon!',                            12, 0, 100, 0, 0, 0, 10434, 0, 'Hakkari Shadowcaster');\n"
  },
  {
    "path": "data/sql/world/base/ipp_aware_npcs.sql",
    "content": "SET @IPPPHASE     := 65536;  -- this method of phasing is useful for aggressive creatures\nSET @IPPPHASE_II  := 131072;\nSET @IPPPHASE_III := 262144;\nSET @IPPPHASE_IV  := 524288;\nSET @IPPPHASE_V   := 1048576;\nSET @IPPPHASE_VI  := 2097152;\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN \n(16841, 19254, 16840, 20026, 20027, 20053, 20054, 20069, 18542, 20080, 20081, 20082, 21643, 20130, 19934, 19936, 19950, 19951, 19959, 22889, 22902, 22835, 22837);\n\n/* Arena NPCs */\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN\n(19915, 19909, 19911, 26012, 26007, 26075, 26307, 26309, 26760, 19912, 19859, 19860, 19861, 20499, 20497, 30610, 30611, 32832);\n\n-- Stormwind\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II  WHERE `id1` = 1749;  -- Lady Katrana Prestor\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `id1` = 29611; -- King Varian Wrynn\n\n-- Orgrimmar\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `id1` = 29346; -- Apothecary Karlov\n\n-- Phasing NPCs related to AllowEarlyDungeonSet2\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_ds2' WHERE `entry` IN (15270, 15282, 16012, 16013);\n\n-- Phasing Cenarion Hold NPCs\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_preaq' WHERE `entry` IN\n(15176, 15180, 15181, 15183, 15187, 15188, 15189, 15190, 15191, 15194, 15293, 15306, 15419, 15612, 15613, 15614, 15903, 16543, 17081, 17082);\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_aqwewar' WHERE `entry` IN (15693); -- Jonathan the Revelator\n\n-- Phasing Cenarion Hold guards\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_preaq' WHERE `id1` = 15184 AND `guid` IN (42782, 42783, 42768);\n\n-- Phasing ZG quest NPCs on YoJamba Isle and in Tanaris\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_zg' WHERE `id1` IN (10460, 14902, 14903, 14904, 14905, 14910, 15070);\n\n-- Phasing NPCs until after the outdoors AQ war has been completed\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_aq' WHERE `entry` IN  (15498, 15499, 15500, 15540, 16091);                -- Cenarion Hold\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II WHERE `id1` IN (15612, 15613, 15615, 15616, 15617, 17070, 17079, 17766,         -- Orgrimmar Legion Post\n                                                                 15440, 15441, 15442, 15443, 15444, 15903, 17068, 17080, 17765); -- Ironforge Brigade post\n-- Phasing Wanted Poster Deathclasp\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_preaq' WHERE `entry` IN (180448);\n\n-- Phasing Lights Hope Chapel npcs\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_naxx40' WHERE `entry` IN\n(11102, 16112, 16113, 16114, 16115, 16116, 16131, 16132, 16133, 16134, 16135, 16212, 16225, 16228, 16229, 16256, 16283, 16284, 16376, 16378, 17069, 17072);\n\n-- Phasing Lights Hope Chapel game objects\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_naxx40' WHERE `guid` IN\n(45603, 45606, 45607, 45764, 45765, 45766, 45767, 45768, 45769, 45770, 45771, 45838, 45839, 45840);\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (28602); -- The Shaper's Terrace (Un'Goro)\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_ulduar' WHERE `entry` IN (34252);\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_totc' WHERE `entry` IN (35498, 35577, 35496, 36208, 35500, 35497, 34244);\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_icc' WHERE `entry` IN (37776, 40160, 37780);\n\n-- Phasing the portals to Blasted Lands until TBC is unlocked\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (195141, 195142);\n\n-- Phasing battlemasters\nUPDATE `creature_template` SET `flags_extra` = 2, `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN \n(15351, 34955, 34988, 34991, 34997, 34998, 35007, 35008, 35017, 35020, 35021, 35023, 35024, 35025, 35598, 35599, 35600, 35602, 35603, 35611);\nUPDATE `creature_template` SET `flags_extra` = 2, `ScriptName` = 'npc_ipp_pre_wotlk' WHERE `entry` IN (347, 2804, 14942, 15007);\nUPDATE `creature_template` SET `flags_extra` = 2, `ScriptName` = 'npc_ipp_tbc'   WHERE `entry` IN (20374, 20381, 20383, 20385, 20386, 20388);\n\n-- Phasing emissaries\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (22013, 22015);\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (30566, 30567, 34948, 34949, 34950, 34951);\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (185106, 185107);\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `entry` IN (195532, 195533);\n\n-- Phasing Zul'Aman quest npcs until TBC T4.\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` IN (23761);\n\n-- Phasing TBC vendors and trainers - Copies are added to replace them until TBC T4.\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` IN (18754, 18771, 19187, 21087);\n\n-- TBC, phasing Shattered Sun offensive NPCs in Shattrath\nUPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` IN (15599, 18594, 19227, 25167, 27666); -- 00_cleanup, undo previous method of phasing\nUPDATE `creature` SET `phaseMask` = 1 WHERE `id1` IN (24938, 25115, 27667); -- 00_cleanup\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE     WHERE `id1`  IN (17076, 19475, 24932, 25134, 25135, 25136, 25137, 25138, 25141, 25142, 25143, 25153, 25155, 25167, 25885, 27666);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `guid` IN (165102, 165103, 165104, 165105, 165106, 165107, 165108, 165109);\n\n-- Silvermoon City, M'uru\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II WHERE `guid` IN (96982, 96980, 96981, 96979, 96978, 352043);\n\n-- TBC, Terrace of Light, phasing T5 game objects\nUPDATE `gameobject_template` SET `ScriptName` = '' WHERE `entry` IN (187356, 187357); -- 00_cleanup\nUPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc_t4' WHERE `entry` = 187345; -- Sunwell Plateau model\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc_t4' WHERE `guid` IN (47205, 47206); -- Shattered Sun Banners\n\n-- TBC, Isle of Quel'Danas\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II  WHERE `guid` IN (54113, 54114, 54143, 54165, 54176, 54177, 54178, 54181, 54182, 54183, 54184, 54185, 56315, 65680, 65681,\n                                                                   71925, 71926, 76576, 76577, 76578, 76581, 76582, 78387, 84003, 84004, 93950, 93951, 93952, 93853, 93953);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `guid` IN (59473, 59515, 62841, 62842, 62843, 62844, 65682, 65683, 65684, 65685, 65686, 65687, 65688, 65689, \n                                                                   65690, 65691, 65692, 65693, 65694, 65695, 65696, 65697, 65698, 65699, 65700, 65702,\n                                                                   71927, 71928, 72677, 72989, 76579, 76580, 77479, 78385, 78386, 78388, 78389, 83999, 84002,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   93955, 93956, 93957, 93958, 93959, 93690, 93961, 93964);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_IV  WHERE `guid` IN (984, 12719, 43498, 62847, 83998, 84005, 84006, 94377, 94378, 94379, 94380, 94381, 94382, 94383, 94384, 94385, 94386, 94387, \n                                                                   94401, 94402, 94403, 94406, 94407, 94408, 94409, 94410, 94411, 94412, 94413, 94414, 94415, 94417, 94418, 94419, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   94420, 94422, 94423, 94424, 94425, 94426, 94427, 94428, 94429, 94430, 94431, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   94432, 94433, 94434, 94435, 94436, 94437, 94438, 1976590, 1976591);\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE     WHERE `guid` IN (54030, 54031, 71916, 71917, 71919, 5300293, 5300294, 5300309, 5300313, 5300314, 5300315, 5300368, 5300369, 5300370, \n                                                                   5300401, 5300402, 5300411, 5300412, 5300414);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_V   WHERE `guid` IN (5300031, 5300032, 5300033, 5300034, 5300035, 5300403, 5300404, 5300405, 5300406, 5300407, 5300408, 5300460, 5300461, 5300462, 5300463, 5300464, 5300465);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_VI  WHERE `guid` IN (5300295, 5300296, 5300298, 5300299, 5300300, 5300301, 5300302, 5300303, 5300304, 5300305, 5300306, 5300307, 5300308, 5300310, 5300312, \n                                                                   5300355, 5300356, 5300357, 5300358, 5300359, 5300360, 5300361, 5300362, 5300363, 5300364, 5300365, 5300366, 5300367, \n                                                                   5300389, 5300390, 5300391, 5300392, 5300393, 5300394, 5300395, 5300396, 5300398, 5300399, 5300400, 5300409, 5300410, 5300413, 5300415);\n\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_mana_cells' WHERE `guid` IN (27755, 47196);\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_making_ready' WHERE `guid` IN (27811);\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_charitable_donation' WHERE `guid` IN (27862);\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_discovering_roots' WHERE `guid` IN (5300290);\nUPDATE `creature_template` SET `ScriptName` = 'npc_ioq_making_ready' WHERE `entry` IN (27667);\n\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_P2' WHERE `guid` IN (27829, 27832, 27833, 27839);\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_P3' WHERE `guid` IN (27810, 27834, 27835, 27837, 27838, 27840, 27841, 27842, 27843, 27844);\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_P4' WHERE `guid` IN (27827, 27828, 27830, 27831, 27836, 27845, 27861);\n\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ioq_before_P3' WHERE `guid` IN (5300500, 5300501, 5300502, 5300503, 5300504);\n\n-- Dragons of Nightmare\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `id1` IN (14887, 14888, 14889, 14890);\n\n-- Vault of Archavon\nUPDATE `creature` SET `phaseMask` = @IPPPHASE     WHERE `id1` = 33993; -- Emalon the Storm Watcher\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II  WHERE `id1` = 35013; -- Koralon the Flame Watcher\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `id1` = 38433; -- Toravon the Ice Watcher\n\n-- Argent Tournament\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `guid` IN (25, 63129, 63236, 63370, 63371, 65274, 65275, 65283, 65284, 65285, 65325, 65327, 65350, 65351, 65371, 65451,\n65522, 65523, 65526, 65901, 66478, 66479, 66741, 66753, 66788, 66790, 66792, 66910, 66941, 67185, 67187, 68005, 68457, 68583, 68906, 68941, 68947, 68987, 68989, 68990, 69010,\n69011, 69065, 69077, 69078, 69880, 69973, 69976, 69990, 69992, 69995, 69996, 70000, 70001, 70002, 70003, 70005, 70006, 70007, 70178, 70179, 70180, 70181, 70448, 70539, 70548,\n70551, 70950, 71263, 71922, 71978, 71979, 71980, 72212, 72213, 72216, 72217, 72218, 72219, 72220, 72222, 72223, 72349, 72402, 72405, 72406, 72407, 72408, 72485, 72601, 72942,\n72964, 73491, 73492, 73493, 73494, 73495, 73496, 73497, 73832, 74052, 74053, 74480, 74701, 74722, 74750, 74751, 74975, 75091, 75175, 75392, 75393, 75471, 75472, 75473, 75602,\n75712, 75903, 75904, 75905, 75906, 75910, 75950, 75952, 75997, 76131, 76442, 76443, 76444, 76445, 76719, 76720, 76721, 76722, 76734, 76735, 76736, 81016, 81432, 81433, 81434,\n81435, 83022, 83023, 84073, 84074, 84483, 84657, 84658, 84659, 84660, 84661, 84662, 84664, 84665, 84666, 84667, 84697, 84698, 84699, 84700, 84719, 84750, 84751, 84752, 84753,\n84754, 84755, 84757, 84766, 84767, 84768, 84769, 84770, 84771, 84772, 84816, 84904, 84905, 84906, 84907, 84908, 84909, 84910, 84911, 84912, 84913, 84914, 84915, 84916, 84917,\n84918, 84919, 84920, 84921, 84922, 84923, 84924, 84925, 84926, 84927, 84928, 84929, 84930, 84931, 84932, 84933, 84934, 84935, 84936, 84941, 84942, 84973, 84974, 84975, 84976,\n84977, 84978, 84979, 84980, 84981, 84982, 84983, 84984, 84985, 84986, 84987, 84988, 84990, 84991, 84992, 84993, 84994, 84995, 84996, 84997, 84998, 84999, 85000, 85001, 85002,\n85003, 85004, 85005, 85006, 85007, 85008, 85009, 85010, 85011, 85012, 85013, 85014, 85015, 85016, 85017, 85018, 85019, 85020, 85021, 85022, 85023, 85024, 85025, 85026, 85027,\n85028, 85029, 85030, 85031, 85032, 85033, 85034, 85035, 85036, 85037, 85038, 85039, 85040, 85041, 85042, 85043, 85045, 85046, 85047, 85048, 85049, 85050, 85051, 85052, 85053,\n85054, 85055, 85058, 85059, 85061, 85062, 85065, 85066, 85067, 85068, 85069, 85070, 85071, 85072, 85073, 85074, 85078, 85079, 85080, 85081, 85084, 85085, 85088, 85089, 85090,\n85094, 85095, 85096, 85099, 85100, 85101, 85102, 85103, 85104, 85105, 85106, 85107, 85108, 85109, 85110, 85111, 85112, 85113, 85114, 85115, 85116, 85117, 85119, 85120, 85122,\n85123, 85124, 85125, 85126, 85127, 85128, 85129, 85130, 85131, 85132, 85133, 85134, 85135, 85136, 85139, 85140, 85141, 85142, 85143, 85144, 85145, 85146, 85147, 85148, 85149,\n85150, 85151, 85152, 85153, 85154, 85159, 85160, 85161, 85162, 85163, 85164, 85165, 85166, 85167, 85168, 85169, 85170, 85171, 85173, 85174, 85200, 85201, 85202, 85203, 85204,\n85205, 123152, 134702, 134703, 152218, 200774, 200775, 200776, 200777, 200778, 200779, 200780, 200781, 200782, 200783, 200784, 200785, 200786, 200787, 200788, 200793, 200794,\n200795, 200815, 200816, 200817, 200849, 200850, 200852, 200853, 200854, 200855, 200856, 200857, 200858, 200859, 200860, 200861, 200862, 200863, 200864, 200865, 200866, 200867,\n200870, 200871, 200872, 200873, 200874, 200875, 202313, 202314, 202324, 202325, 202326, 202327, 202328, 202329, 202330, 202331, 202332, 202363, 202364, 202365, 202366, 202367,\n202368, 202369, 202370, 202371, 202372, 202373, 202375, 202376, 202377, 202378, 202379, 202380, 202381, 202382, 202383, 202384, 202385, 202386, 202387, 202388, 202389, 202390,\n202391, 202392, 202393, 202394, 202395, 202396, 202397, 202398, 202399, 202400, 202485, 202486, 203458, 209019, 209020, 209021, 209022, 209023, 209024, 209025, 209026, 209027,\n1976767, 1976768, 1976769, 1976770, 1976771, 1976772, 1976773, 1976774, 1976775, 1976776, 1976777, 1976778, 1976779, 1976780, 1976781, 1976782, 1976783, 1976784, 1976785, 1976786,\n1976787, 1976788, 1976789, 1976790, 1976791, 1976792, 1976793, 1976794, 1976795, 1976796, 1976797, 1976798, 1976799, 1976800, 1976801, 1976802, 1976803, 1976804, 1976805, 1976806,\n1976807, 1976808, 1976809, 1976810, 1976811, 1976812, 1976813, 1976814, 1976815, 1976816);\n\nUPDATE `gameobject` SET `phaseMask` = @IPPPHASE WHERE `guid` IN (58070, 58071, 58072, 58073, 58074, 58075, 58076, 58079, 58087, 58106, 58111, 58115, 58116, 58134, 58143, 58148,\n58169, 58171, 58188, 58204, 58216, 58223, 58301, 58311, 58345, 58346, 58444, 58445, 58447, 58448, 58701, 58702, 58704, 58705, 58707, 58709, 58715, 58717, 58718, 58719, 58720,\n58723, 58728, 58730, 58733, 58735, 58741, 58743, 58744, 58747, 58748, 58750, 58756, 58768, 58785, 58825, 58831, 58909, 58939, 58941, 58979, 58986, 58989, 59007, 59018, 59026,\n59035, 59048, 59088, 59097, 59100, 59108, 59111, 59118, 59136, 59168, 59197, 59219, 59223, 59258, 59263, 59285, 59286, 59298, 59310, 59319, 59337, 59390, 59391, 59392, 59394,\n59396, 59397, 59398, 59399, 59401, 59402, 59403, 59404, 59406, 59448, 59451, 59452, 59546, 59561, 59593, 59610, 59619, 59626, 59737, 59741, 59746, 59752, 59758, 59770, 59788,\n67916, 100498, 150394, 150395, 150396, 150397, 150398, 150399, 150400, 150401, 150402, 150403, 150404, 151783, 151784, 151785, 151786, 151787, 151788, 151789);\n"
  },
  {
    "path": "data/sql/world/base/item_enchantment_rates.sql",
    "content": "REPLACE INTO `item_enchantment_template` (`entry`, `ench`, `chance`) VALUES\n(581, 15, 0.1001),\n(581, 24, 0.1001),\n(581, 49, 0.1001),\n(581, 97, 0.1001),\n(581, 584, 0.1001),\n(581, 585, 0.1001),\n(581, 586, 0.1001),\n(581, 587, 0.1001),\n(581, 669, 0.1001),\n(581, 670, 0.1001),\n(581, 671, 0.1001),\n(581, 672, 0.1001),\n(581, 673, 0.1001),\n(581, 674, 0.1001),\n(581, 675, 0.1001),\n(581, 760, 0.1001),\n(581, 839, 0.1001),\n(581, 840, 0.1001),\n(581, 841, 0.1001),\n(581, 842, 0.1001),\n(581, 924, 0.1001),\n(581, 925, 0.1001),\n(581, 926, 0.1001),\n(581, 927, 0.1001),\n(581, 1009, 0.1001),\n(581, 1010, 0.1001),\n(581, 1011, 0.1001),\n(581, 1012, 0.1001),\n(581, 1094, 0.1001),\n(581, 1095, 0.1001),\n(581, 1096, 0.1001),\n(581, 1097, 0.1001),\n(581, 1179, 0.1001),\n(581, 1180, 0.1001),\n(581, 1181, 0.1001),\n(581, 1182, 0.1001),\n(581, 1547, 0.1001),\n(581, 1548, 0.1001),\n(581, 1549, 0.1001),\n(581, 1550, 0.1001),\n(581, 2029, 0.1001),\n(581, 2030, 0.1001),\n(995, 212, 0.1001),\n(995, 214, 0.1001),\n(995, 216, 0.1001),\n(995, 218, 0.1001),\n(995, 267, 0.1001),\n(995, 287, 0.1001),\n(995, 383, 0.1001),\n(995, 409, 0.1001),\n(995, 608, 0.1001),\n(995, 609, 0.1001),\n(995, 610, 0.1001),\n(995, 611, 0.1001),\n(995, 694, 0.1001),\n(995, 778, 0.1001),\n(995, 779, 0.1001),\n(995, 780, 0.1001),\n(995, 781, 0.1001),\n(995, 863, 0.1001),\n(995, 864, 0.1001),\n(995, 865, 0.1001),\n(995, 866, 0.1001),\n(995, 1033, 0.1001),\n(995, 1034, 0.1001),\n(995, 1035, 0.1001),\n(995, 1036, 0.1001),\n(995, 1203, 0.1001),\n(995, 1204, 0.1001),\n(995, 1205, 0.1001),\n(995, 1206, 0.1001),\n(995, 1320, 0.1001),\n(995, 1321, 0.1001),\n(995, 1366, 0.1001),\n(995, 1367, 0.1001),\n(995, 1412, 0.1001),\n(995, 1413, 0.1001),\n(995, 1458, 0.1001),\n(995, 1459, 0.1001),\n(995, 1504, 0.1001),\n(995, 1505, 0.1001),\n(995, 1613, 0.1001),\n(995, 1614, 0.1001),\n(995, 1812, 0.1001),\n(995, 1813, 0.1001),\n(995, 2002, 0.1001),\n(995, 2003, 0.1001),\n(995, 2040, 0.1001),\n(995, 2041, 0.1001),\n(2010, 1647, 0.66),\n(2191, 65, 100.0),\n(3310, 445, 0.1001),\n(3310, 526, 0.1001),\n(3310, 868, 0.1001),\n(3310, 1037, 0.1001),\n(3310, 1122, 0.1001),\n(3310, 1206, 0.1001),\n(3310, 1327, 0.1001),\n(3310, 1328, 0.1001),\n(3310, 1373, 0.1001),\n(3310, 1374, 0.1001),\n(3310, 1419, 0.1001),\n(3310, 1420, 0.1001),\n(3310, 1421, 0.1001),\n(3310, 1465, 0.1001),\n(3310, 1466, 0.1001),\n(3310, 1511, 0.1001),\n(3310, 1512, 0.1001),\n(3310, 1513, 0.1001),\n(3310, 1720, 0.1001),\n(3310, 1814, 0.1001),\n(3310, 1966, 0.1001),\n(3474, 927, 1.6),\n(3474, 928, 1.6),\n(3474, 929, 1.6),\n(3474, 930, 1.6),\n(3474, 757, 1.6),\n(3474, 758, 1.6),\n(3474, 759, 1.6),\n(3474, 760, 1.6),\n(3474, 95, 1.6),\n(3474, 113, 1.6),\n(3474, 232, 1.6),\n(3474, 233, 1.6),\n(3474, 234, 1.6),\n(3474, 238, 1.6),\n(3474, 502, 1.6),\n(3474, 503, 1.6),\n(3474, 504, 1.6),\n(3474, 505, 1.6),\n(3474, 1748, 0.8),\n(3474, 587, 1.6),\n(3474, 588, 1.6),\n(3474, 589, 1.6),\n(3474, 590, 1.6),\n(3474, 1449, 1.6),\n(3474, 1450, 1.6),\n(3474, 842, 1.6),\n(3474, 843, 1.6),\n(3474, 844, 1.6),\n(3474, 845, 1.6),\n(3474, 672, 1.6),\n(3474, 673, 1.6),\n(3474, 674, 1.6),\n(3474, 675, 1.6),\n(3474, 1403, 1.6),\n(3474, 1404, 1.6),\n(3474, 1311, 1.6),\n(3474, 1312, 1.6),\n(3474, 1097, 1.6),\n(3474, 1098, 1.6),\n(3474, 1099, 1.6),\n(3474, 1100, 1.6),\n(3474, 1357, 1.6),\n(3474, 1358, 1.6),\n(3474, 2070, 1.6),\n(3474, 96, 1.6),\n(3474, 114, 1.6),\n(3474, 1182, 1.6),\n(3474, 1183, 1.6),\n(3474, 1184, 1.6),\n(3474, 1185, 1.6),\n(3474, 1012, 1.6),\n(3474, 1013, 1.6),\n(3474, 1014, 1.6),\n(3474, 1015, 1.6),\n(3474, 97, 1.6),\n(3474, 115, 1.6),\n(3474, 1495, 1.6),\n(3474, 1496, 1.6),\n(3474, 2105, 1.6),\n(3474, 93, 1.6),\n(3474, 111, 1.6),\n(3474, 94, 1.6),\n(3474, 112, 1.6),\n(3475, 65, 100.0),\n(3479, 65, 100.0),\n(3480, 65, 100.0),\n(3507, 65, 100.0),\n(3511, 65, 100.0),\n(5176, 22, 2.2022),\n(5176, 26, 2.2022),\n(5176, 28, 2.2022),\n(5176, 94, 2.2022),\n(5176, 95, 2.2022),\n(5176, 96, 2.2022),\n(5176, 228, 2.2022),\n(5176, 256, 2.2022),\n(5176, 501, 2.2022),\n(5176, 502, 2.2022),\n(5176, 584, 2.2022),\n(5176, 585, 2.2022),\n(5176, 586, 2.2022),\n(5176, 587, 2.2022),\n(5176, 673, 2.2022),\n(5176, 675, 2.2022),\n(5176, 754, 2.2022),\n(5176, 755, 2.2022),\n(5176, 756, 2.2022),\n(5176, 757, 2.2022),\n(5176, 839, 2.2022),\n(5176, 840, 2.2022),\n(5176, 841, 2.2022),\n(5176, 842, 2.2022),\n(5176, 928, 2.2022),\n(5176, 1009, 2.2022),\n(5176, 1010, 2.2022),\n(5176, 1011, 2.2022),\n(5176, 1012, 2.2022),\n(5176, 1013, 2.2022),\n(5176, 1014, 2.2022),\n(5176, 1015, 2.2022),\n(5176, 1094, 2.2022),\n(5176, 1095, 2.2022),\n(5176, 1096, 2.2022),\n(5176, 1097, 2.2022),\n(5176, 1179, 2.2022),\n(5176, 1180, 2.2022),\n(5176, 1181, 2.2022),\n(5176, 1182, 2.2022),\n(5176, 1399, 2.2022),\n(5176, 1447, 2.2022),\n(5176, 1549, 2.2022),\n(5176, 1550, 2.2022),\n(5176, 1800, 2.2022),\n(5176, 1801, 2.2022),\n(5176, 1802, 2.2022),\n(5176, 1838, 2.2022),\n(5176, 1839, 2.2022),\n(5176, 1840, 2.2022),\n(5176, 1876, 2.2022),\n(5176, 1877, 2.2022),\n(5176, 1878, 2.2022),\n(5176, 1952, 2.2022),\n(5176, 1953, 2.2022),\n(5176, 1954, 2.2022),\n(5176, 1991, 2.2022),\n(5176, 1992, 2.2022),\n(5176, 1993, 2.2022),\n(5176, 2028, 2.2022),\n(5176, 2029, 2.2022),\n(5176, 2030, 2.2022),\n(5176, 2070, 2.2022),\n(5176, 2071, 2.2022),\n(5176, 2072, 2.2022),\n(5176, 2105, 2.2022),\n(5176, 2106, 2.2022),\n(5176, 2107, 2.2022),\n(5176, 2108, 2.2022),\n(5176, 2109, 2.2022),\n(5216, 29, 0.1001),\n(5216, 91, 0.1001),\n(5216, 93, 0.1001),\n(5216, 96, 0.1001),\n(5216, 97, 0.1001),\n(5216, 111, 0.1001),\n(5216, 112, 0.1001),\n(5216, 114, 0.1001),\n(5216, 115, 0.1001),\n(5216, 207, 0.1001),\n(5216, 587, 0.1001),\n(5216, 588, 0.1001),\n(5216, 589, 0.1001),\n(5216, 590, 0.1001),\n(5216, 672, 0.1001),\n(5216, 673, 0.1001),\n(5216, 674, 0.1001),\n(5216, 675, 0.1001),\n(5216, 930, 0.1001),\n(5216, 1015, 0.1001),\n(5216, 1182, 0.1001),\n(5216, 1183, 0.1001),\n(5216, 1184, 0.1001),\n(5216, 1185, 0.1001),\n(5216, 1403, 0.1001),\n(5216, 1449, 0.1001),\n(5216, 1495, 0.1001),\n(5216, 1550, 0.1001),\n(5216, 1551, 0.1001),\n(5216, 1552, 0.1001),\n(5216, 1708, 0.1001),\n(5216, 1802, 0.1001),\n(5216, 1803, 0.1001),\n(5216, 1840, 0.1001),\n(5216, 1841, 0.1001),\n(5216, 1842, 0.1001),\n(5216, 1878, 0.1001),\n(5216, 1879, 0.1001),\n(5216, 1880, 0.1001),\n(5216, 1954, 0.1001),\n(5216, 1955, 0.1001),\n(5216, 1956, 0.1001),\n(5216, 1992, 0.1001),\n(5216, 1993, 0.1001),\n(5216, 1994, 0.1001),\n(5216, 2030, 0.1001),\n(5216, 2031, 0.1001),\n(5216, 2032, 0.1001),\n(5216, 2070, 0.1001),\n(5216, 2071, 0.1001),\n(5216, 2072, 0.1001),\n(5216, 2110, 0.1001),\n(5216, 2111, 0.1001),\n(5216, 2112, 0.1001),\n(5216, 2113, 0.1001),\n(5253, 2029, 2.46),\n(5253, 2028, 2.46),\n(5253, 1952, 1.7),\n(5253, 1951, 1.7),\n(5253, 1876, 1.8),\n(5253, 1875, 1.8),\n(5253, 1838, 0.65),\n(5253, 1837, 0.65),\n(5253, 1800, 1.9),\n(5253, 1799, 1.9),\n(5262, 2029, 2.1),\n(5262, 2028, 2.1),\n(5262, 1953, 1.75),\n(5262, 1952, 1.75),\n(5262, 1877, 1.95),\n(5262, 1876, 1.95),\n(5262, 1839, 0.6),\n(5262, 1838, 0.6),\n(5262, 1801, 2.05),\n(5262, 1800, 2.05),\n(5269, 184, 0.1001),\n(5269, 185, 0.1001),\n(5269, 189, 0.1001),\n(5269, 247, 0.1001),\n(5269, 250, 0.1001),\n(5269, 251, 0.1001),\n(5269, 252, 0.1001),\n(5269, 596, 0.1001),\n(5269, 597, 0.1001),\n(5269, 598, 0.1001),\n(5269, 599, 0.1001),\n(5269, 681, 0.1001),\n(5269, 682, 0.1001),\n(5269, 683, 0.1001),\n(5269, 684, 0.1001),\n(5269, 767, 0.1001),\n(5269, 853, 0.1001),\n(5269, 937, 0.1001),\n(5269, 1021, 0.1001),\n(5269, 1022, 0.1001),\n(5269, 1023, 0.1001),\n(5269, 1024, 0.1001),\n(5269, 1108, 0.1001),\n(5269, 1191, 0.1001),\n(5269, 1192, 0.1001),\n(5269, 1193, 0.1001),\n(5269, 1194, 0.1001),\n(5269, 1361, 0.1001),\n(5269, 1453, 0.1001),\n(5269, 1554, 0.1001),\n(5269, 1555, 0.1001),\n(5269, 1556, 0.1001),\n(5269, 1557, 0.1001),\n(5269, 1806, 0.1001),\n(5269, 1807, 0.1001),\n(5269, 1808, 0.1001),\n(5269, 1809, 0.1001),\n(5269, 1844, 0.1001),\n(5269, 1845, 0.1001),\n(5269, 1846, 0.1001),\n(5269, 1847, 0.1001),\n(5269, 1996, 0.1001),\n(5269, 1997, 0.1001),\n(5269, 1998, 0.1001),\n(5269, 1999, 0.1001),\n(5269, 2034, 0.1001),\n(5269, 2035, 0.1001),\n(5269, 2036, 0.1001),\n(5269, 2037, 0.1001),\n(5280, 1841, 0.735),\n(5280, 1878, 1.89),\n(5280, 1879, 1.89),\n(5280, 1802, 1.89),\n(5280, 1803, 1.89),\n(5280, 1840, 0.735),\n(5280, 2031, 2.31),\n(5280, 2030, 2.31),\n(5280, 1955, 1.4),\n(5280, 1954, 1.4),\n(5289, 2031, 2.345),\n(5289, 2032, 2.345),\n(5289, 1879, 1.855),\n(5289, 1880, 1.855),\n(5289, 1955, 1.54),\n(5289, 1956, 1.54),\n(5289, 1842, 0.75),\n(5289, 1841, 0.75),\n(5289, 1804, 1.855),\n(5289, 1803, 1.855),\n(5298, 2033, 2.96),\n(5298, 2032, 2.96),\n(5298, 1957, 1.44),\n(5298, 1956, 1.44),\n(5298, 1881, 2.16),\n(5298, 1880, 2.16),\n(5298, 1843, 1.0),\n(5298, 1842, 1.0),\n(5298, 1805, 1.72),\n(5298, 1804, 1.72),\n(5307, 2034, 3.44),\n(5307, 2033, 3.44),\n(5307, 1958, 1.76),\n(5307, 1957, 1.76),\n(5307, 1882, 2.16),\n(5307, 1881, 2.16),\n(5307, 1844, 1.0),\n(5307, 1843, 1.0),\n(5307, 1806, 1.64),\n(5307, 1805, 1.64),\n(5859, 168, 0.1001),\n(5859, 180, 0.1001),\n(5859, 185, 0.1001),\n(5859, 247, 0.1001),\n(5859, 250, 0.1001),\n(5859, 251, 0.1001),\n(5859, 252, 0.1001),\n(5859, 511, 0.1001),\n(5859, 512, 0.1001),\n(5859, 513, 0.1001),\n(5859, 514, 0.1001),\n(5859, 596, 0.1001),\n(5859, 597, 0.1001),\n(5859, 598, 0.1001),\n(5859, 599, 0.1001),\n(5859, 681, 0.1001),\n(5859, 682, 0.1001),\n(5859, 683, 0.1001),\n(5859, 684, 0.1001),\n(5859, 766, 0.1001),\n(5859, 767, 0.1001),\n(5859, 768, 0.1001),\n(5859, 769, 0.1001),\n(5859, 851, 0.1001),\n(5859, 852, 0.1001),\n(5859, 853, 0.1001),\n(5859, 854, 0.1001),\n(5859, 1021, 0.1001),\n(5859, 1022, 0.1001),\n(5859, 1023, 0.1001),\n(5859, 1024, 0.1001),\n(5859, 1712, 0.1001),\n(7441, 65, 100.0),\n(8652, 1515, 1.0),\n(8652, 1514, 1.0),\n(8652, 1469, 1.0),\n(8652, 1468, 1.0),\n(8652, 1423, 1.0),\n(8652, 1422, 1.0),\n(8652, 1377, 1.0),\n(8652, 1376, 1.0),\n(8652, 1331, 1.0),\n(8652, 1330, 1.0),\n(8652, 2051, 1.0),\n(8652, 2050, 1.0),\n(8652, 1823, 1.0),\n(8652, 1822, 1.0),\n(8652, 1975, 1.0),\n(8652, 1974, 1.0),\n(8652, 1899, 1.0),\n(8652, 1898, 1.0),\n(8652, 2013, 1.0),\n(8652, 2012, 1.0),\n(8652, 1861, 1.0),\n(8652, 1860, 1.0),\n(8652, 2090, 1.0),\n(8652, 2126, 1.0);\n"
  },
  {
    "path": "data/sql/world/base/mounts_and_riding.sql",
    "content": "-- Summon Warhorse - Tome of Nobility (Paladin)\nDELETE FROM `creature_queststarter` WHERE `quest` IN (1661, 4485, 4486); \nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (6171, 1661), (6179, 4485), (5149, 4486);\n\nDELETE FROM `creature_questender` WHERE `id` = 6171 AND `quest` IN (1661, 4485, 4486);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (6171, 1661), (6171, 4485), (6171, 4486);\n\n-- Summon Warhorse - The Thalassian Warhorse (Paladin)\nDELETE FROM `creature_queststarter` WHERE `quest` IN (9712); \nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (17717, 9712);\n\nDELETE FROM `creature_questender` WHERE `id` = 17717 AND `quest` IN (9712);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (17717, 9712);\n\n-- Re-enable Summon Felsteed (Warlock)\nDELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (3631, 4487, 4488, 4489, 4490);\n\nDELETE FROM `creature_queststarter` WHERE `quest` IN (3631, 4487, 4488, 4489, 4490); \nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (3326, 3631), (5172, 4487), (461, 4488), (4563, 4489), (6251, 4490);\n\nDELETE FROM `creature_questender` WHERE `id` = 6251 AND `quest` IN (3631, 4487, 4488, 4489, 4490);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (6251, 3631), (6251, 4487), (6251, 4488), (6251, 4489), (6251, 4490);\n\n-- Warlock Dreadsteed Quest Line\nUPDATE `quest_template` SET `RequiredItemCount1` = 10, `LogDescription` = \"Bring 10 Elixirs of Shadow Power to Gorzeeki Wildeyes in the Burning Steppes.\" WHERE `ID` = 7626; -- Bell of Dethmoora\nUPDATE `quest_template` SET `RequiredItemCount1` = 35, `LogDescription` = \"Bring 35 Black Dragonscales to Gorzeeki Wildeyes in the Burning Steppes.\" WHERE `ID` = 7628; -- Doomsday Candle\nUPDATE `quest_template` SET `RequiredItemCount1` = 3,  `LogDescription` = \"Bring 3 Arcanite Bars to Gorzeeki in the Burning Steppes.\" WHERE `ID` = 7630; -- Arcanite\n\n-- Remove incorrect mail about riding which doesn't match Vanilla levels\nDELETE FROM `mail_level_reward` WHERE `level` <= 60;\n\n-- Move letter about cold weather flying to level 71 instead of 70, as in Wotlk classic\nUPDATE `mail_level_reward` SET `level` = 71 WHERE `mailTemplateId` IN (285, 284);\n\n-- Riding Skills\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (3690, 4732, 4752, 4773, 7953);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(3690, 37), -- Kar Stormsinger <Riding Trainer>\n(4732, 37), -- Randal Hunter <Riding Trainer>\n(4752, 37), -- Kildar <Riding Trainer>\n(4773, 37), -- Velma Warnam <Riding Trainer>\n(7953, 37); -- Xar'Ti <Riding Trainer>\n\nUPDATE `trainer_spell` SET `ReqLevel`  = 40, `MoneyCost` = 800000   WHERE `SpellID` = 33388; -- Apprentice Riding\nUPDATE `trainer_spell` SET `ReqLevel`  = 60, `MoneyCost` = 10000000 WHERE `SpellID` = 33391; -- Journeyman Riding\nUPDATE `trainer_spell` SET `ReqLevel`  = 70, `MoneyCost` = 8000000  WHERE `SpellID` = 34090; -- Expert Riding\n\n-- Hide pre 1.6 epic mounts ater BWL is unlocked - Hide WotLK mounts on vanilla vendors\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (384, 1261, 3362, 3685, 4730, 4731, 7952, 7955);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(23, 384,  12353, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Katie Hunter will not sell White Stallion Bridle after the player has completed PROGRESSION_ONYXIA'),\n(23, 384,  12354, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Katie Hunter will not sell Palomino Bridle after the player has completed PROGRESSION_ONYXIA'),\n(23, 1261, 13328, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Veron Emberstill will not sell Black Ram after the player has completed PROGRESSION_ONYXIA'),\n(23, 1261, 13329, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Veron Emberstill will not sell Frost Ram after the player has completed PROGRESSION_ONYXIA'),\n(23, 3362, 12330, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Ogunaro Wolfrunner will not sell Horn of the Red Wolf after the player has completed PROGRESSION_ONYXIA'),\n(23, 3362, 12351, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Ogunaro Wolfrunner will not sell Horn of the Arctic Wolf after the player has completed PROGRESSION_ONYXIA'),\n(23, 3362, 46099, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ogunaro Wolfrunner will not sell Horn of the Black Wolf until the player has reached WotLK'),\n(23, 3685, 15292, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Harb Clawfoot will not sell Green Kodo after the player has completed PROGRESSION_ONYXIA'),\n(23, 3685, 15293, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Harb Clawfoot will not sell Teal Kodo after the player has completed PROGRESSION_ONYXIA'),\n(23, 3685, 46100, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harb Clawhoof will not sell White Kodo until the player has reached WotLK'),\n(23, 4730, 12302, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Lelanai will not sell Reins of the Ancient Frostsaber after the player has completed PROGRESSION_ONYXIA'),\n(23, 4730, 12303, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Lelanai will not sell Reins of the Nightsaber after the player has completed PROGRESSION_ONYXIA'),\n(23, 4731, 46308, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zachariah Post will not sell Black Skeletal Horse until the player has reached WotLK'),\n(23, 4731, 47101, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zachariah Post will not sell Ochre Skeletal Warhorse until the player has reached WotLK'),\n(23, 7952, 8586,  0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Zjolnir will not sell Whistle of the Mottled Red Raptor after the player has completed PROGRESSION_ONYXIA'),\n(23, 7952, 13317, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Zjolnir will not sell Whistle of the Ivory Raptor after the player has completed PROGRESSION_ONYXIA'),\n(23, 7955, 13326, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Milli Featherwhistle will not sell White Mechanostrider Mod A after the player has completed PROGRESSION_ONYXIA'),\n(23, 7955, 13327, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Milli Featherwhistle will not sell Icy Blue Mechanostrider Mod A after the player has completed PROGRESSION_ONYXIA');\n\nDELETE FROM `npc_vendor` WHERE `entry` = 384  AND `item` IN (12353, 12354);\nDELETE FROM `npc_vendor` WHERE `entry` = 1261 AND `item` IN (13328, 13329);\nDELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` IN (12353, 12354, 18776, 18777, 18778);\nDELETE FROM `npc_vendor` WHERE `entry` = 2357 AND `item` IN (12353, 12354);\nDELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` IN (12330, 12351);\nDELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` IN (15292, 15293);\nDELETE FROM `npc_vendor` WHERE `entry` = 4730 AND `item` IN (12302, 12303);\nDELETE FROM `npc_vendor` WHERE `entry` = 4885 AND `item` IN (12353, 12354);\nDELETE FROM `npc_vendor` WHERE `entry` = 7952 AND `item` IN (8586, 13317);\nDELETE FROM `npc_vendor` WHERE `entry` = 7955 AND `item` IN (13326, 13327);\n\nINSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES\n--\n(384, 12353, 0, 0),       -- Katie Hunter, White Stallion Bridle\n(384, 12354, 0, 0),       -- Katie Hunter, Palomino Bridle\n(1261, 13328, 0, 0),      -- Veron Amberstill, Black Ram\n(1261, 13329, 0, 0),      -- Veron Amberstill, Frost Ram\n(1460, 18776, 0, 0),      -- Unger Statforth, Swift Palomino\n(1460, 18777, 0, 0),      -- Unger Statforth, Swift Brown Steed\n(1460, 18778, 0, 0),      -- Unger Statforth, Swift White Steed\n(1460, 12353, 0, 0),      -- Unger Statforth, White Stallion Bridle\n(1460, 12354, 0, 0),      -- Unger Statforth, Palomino Bridle\n(2357, 12353, 0, 0),      -- Merideth Carlson, White Stallion Bridle\n(2357, 12354, 0, 0),      -- Merideth Carlson, Palomino Bridle\n(3362, 12330, 0, 0),      -- Ogunaro Wolfrunner, Horn of the Red Wolf\n(3362, 12351, 0, 0),      -- Ogunaro Wolfrunner, Horn of the Arctic Wolf\n(3685, 15293, 0, 0),      -- Harb Clawhoof, Teal Kodo\n(3685, 15292, 0, 0),      -- Harb Clawhoof, Green Kodo\n(4730, 12302, 0, 0),      -- Lelanai, Ancient Frostsaber\n(4730, 12303, 0, 0),      -- Lelanai, Reins of the Nightsaber\n(4885, 12353, 0, 0),      -- Gregor MacVince, White Stallion Bridle\n(4885, 12354, 0, 0),      -- Gregor MacVince, Palomino Bridle\n(7952, 8586, 0, 0),       -- Zjolnir, Whistle of the Mottled Red Raptor\n(7952, 13317, 0, 0),      -- Zjolnir, Whistle of the Ivory Raptor\n(7955, 13326, 0, 0),      -- Milli Featherwhistle, White Mechanostrider Mod B\n(7955, 13327, 0, 0);      -- Milli Featherwhistle, Icy Blue Mechanostrider Mod A\n\n-- Alliance 60% speed mounts\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black Stallion'                   WHERE `entry` = 2411;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Pinto'                            WHERE `entry` = 2414;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Chestnut Mare'                    WHERE `entry` = 5655;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Brown Horse'                      WHERE `entry` = 5656;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Gray Ram'                         WHERE `entry` = 5864;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Brown Ram'                        WHERE `entry` = 5872;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'White Ram'                        WHERE `entry` = 5873;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Red Mechanostrider'               WHERE `entry` = 8563; \nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Blue Mechanostrider'              WHERE `entry` = 8595; \nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Green Mechanostrider'             WHERE `entry` = 13321;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Unpainted Mechanostrider'         WHERE `entry` = 13322;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Purple Mechanostrider'            WHERE `entry` = 13323;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Red and Blue Mechanostrider'      WHERE `entry` = 13324;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Striped Nightsaber'               WHERE `entry` = 8629;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Striped Frostsaber'               WHERE `entry` = 8631;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Spotted Frostsaber'               WHERE `entry` = 8632;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Striped Dawnsaber'                WHERE `entry` = 47100;\n\n-- Horde 60% speed mounts\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Timber Wolf'                      WHERE `entry` = 1132;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Dire Wolf'                        WHERE `entry` = 5665;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Brown Wolf'                       WHERE `entry` = 5668;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Emerald Raptor'                   WHERE `entry` = 8588;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Turquoise Raptor'                 WHERE `entry` = 8591;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Violet Raptor'                    WHERE `entry` = 8592;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Red Skeletal Horse'               WHERE `entry` = 13331;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Blue Skeletal Horse'              WHERE `entry` = 13332;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Brown Skeletal Horse'             WHERE `entry` = 13333;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Gray Kodo'                        WHERE `entry` = 15277;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Brown Kodo'                       WHERE `entry` = 15290;\n\n-- Alliance 100% speed mounts\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Frostsaber'                       WHERE `entry` = 12302;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Nightsaber'                       WHERE `entry` = 12303;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Frostsaber'                 WHERE `entry` = 18766;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Mistsaber'                  WHERE `entry` = 18767;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Dawnsaber'                  WHERE `entry` = 18768;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Stormsaber'                 WHERE `entry` = 18902;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'White Mechanostrider Mod A'       WHERE `entry` = 13326; \nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Icy Blue Mechanostrider Mod A'    WHERE `entry` = 13327;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Green Mechanostrider'       WHERE `entry` = 18772;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift White Mechanostrider'       WHERE `entry` = 18773;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Yellow Mechanostrider'      WHERE `entry` = 18774;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'White Stallion'                   WHERE `entry` = 12353;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Palomino'                         WHERE `entry` = 12354;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Palomino'                   WHERE `entry` = 18776;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Brown Steed'                WHERE `entry` = 18777;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift White Steed'                WHERE `entry` = 18778;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Black Ram'                        WHERE `entry` = 13328;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Frost Ram'                        WHERE `entry` = 13329;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift White Ram'                  WHERE `entry` = 18785;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Brown Ram'                  WHERE `entry` = 18786;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Gray Ram'                   WHERE `entry` = 18787;\n\n-- Horde 100% speed mounts\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Mottled Red Raptor'               WHERE `entry` = 8586;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Ivory Raptor'                     WHERE `entry` = 13317;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Blue Raptor'                WHERE `entry` = 18788;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Olive Raptor'               WHERE `entry` = 18789;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Orange Raptor'              WHERE `entry` = 18790;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Green Skeletal Warhorse'          WHERE `entry` = 13334;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Purple Skeletal Warhorse'         WHERE `entry` = 18791;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Green Kodo'                       WHERE `entry` = 15292;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Teal Kodo'                        WHERE `entry` = 15293;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Great White Kodo'                 WHERE `entry` = 18793;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Great Brown Kodo'                 WHERE `entry` = 18794;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Great Gray Kodo'                  WHERE `entry` = 18795;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Red Wolf'                         WHERE `entry` = 12330;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Arctic Wolf'                      WHERE `entry` = 12351;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Brown Wolf'                 WHERE `entry` = 18796;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Timber Wolf'                WHERE `entry` = 18797;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Swift Gray Wolf'                  WHERE `entry` = 18798;\n\n-- Alliance 150% speed flying mounts\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 70, `Name` = 'Golden Gryphon'                   WHERE `entry` = 25470;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 70, `Name` = 'Ebon Gryphon'                     WHERE `entry` = 25471;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 70, `Name` = 'Snowy Gryphon'                    WHERE `entry` = 25472;\n\n-- Horde 150% speed flying mounts\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 70, `Name` = 'Tawny Windrider'                  WHERE `entry` = 25474;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 70, `Name` = 'Blue Windrider'                   WHERE `entry` = 25475;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 70, `Name` = 'Green Windrider'                  WHERE `entry` = 25476;\n\n-- Alliance 280% speed flying mounts\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Blue Gryphon'               WHERE `entry` = 25473;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Red Gryphon'                WHERE `entry` = 25527;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Green Gryphon'              WHERE `entry` = 25528;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Purple Gryphon'             WHERE `entry` = 25529;\n\n-- Horde 280% speed flying mounts\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Red Windrider'              WHERE `entry` = 25477;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Green Windrider'            WHERE `entry` = 25531;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Yellow Windrider'           WHERE `entry` = 25532;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 2000000,  `RequiredLevel` = 70, `Name` = 'Swift Purple Windrider'           WHERE `entry` = 25533;\n\n-- special mounts\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 10000000, `RequiredLevel` = 60, `Name` = 'Winterspring Frostsaber'          WHERE `entry` = 13086;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 10000000, `RequiredLevel` = 60, `Name` = 'Deathcharger'                     WHERE `entry` = 13335;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black War Steed'                  WHERE `entry` = 18241;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black War Tiger'                  WHERE `entry` = 18242;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black Battlestrider'              WHERE `entry` = 18243;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black War Ram'                    WHERE `entry` = 18244;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black War Wolf'                   WHERE `entry` = 18245;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black War Raptor'                 WHERE `entry` = 18246;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Black War Kodo'                   WHERE `entry` = 18247;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Red Skeletal Warhorse'            WHERE `entry` = 18248;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 60, `Name` = 'Frostwolf Howler'                 WHERE `entry` = 19029;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 100000,   `RequiredLevel` = 60, `Name` = 'Stormpike Battle Charger'         WHERE `entry` = 19030;\n\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 10000000, `RequiredLevel` = 60, `Name` = 'Swift Razzashi Raptor'            WHERE `entry` = 19872;\nUPDATE `item_template` SET `Quality` = 4, `BuyPrice` = 10000000, `RequiredLevel` = 60, `Name` = 'Swift Zulian Tiger'               WHERE `entry` = 19902;\n\nUPDATE `item_template` SET `Quality` = 5, `BuyPrice` = 10000000, `RequiredLevel` = 60, `Name` = 'Black Qiraji Resonating Crystal'  WHERE `entry` = 21176;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Blue Qiraji Resonating Crystal'   WHERE `entry` = 21218;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Red Qiraji Resonating Crystal'    WHERE `entry` = 21321;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Green Qiraji Resonating Crystal'  WHERE `entry` = 21323;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 1000000,  `RequiredLevel` = 60, `Name` = 'Yellow Qiraji Resonating Crystal' WHERE `entry` = 21324;\n\n\n-- unavailable mounts\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Winter Wolf'                      WHERE `entry` = 1133;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Gray Wolf'                        WHERE `entry` = 1134;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Red Wolf'                         WHERE `entry` = 5663;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Skeletal Mount'                   WHERE `entry` = 8583;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Ivory Raptor'                     WHERE `entry` = 8589;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Obsidian Raptor'                  WHERE `entry` = 8590;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Spotted Nightsaber'               WHERE `entry` = 8628;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Bengal Tiger'                     WHERE `entry` = 8630;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Leopard'                          WHERE `entry` = 8633;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Primal Leopard'                   WHERE `entry` = 12325;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Tawny Sabercat'                   WHERE `entry` = 12326;\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Golden Sabercat'                  WHERE `entry` = 12327;\n\nUPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000,   `RequiredLevel` = 40, `Name` = 'Fluorescent Green Mechanostrider' WHERE `entry` = 13325;\nUPDATE `item_template` SET `Quality` = 5, `BuyPrice` = 10000000, `RequiredLevel` = 60, `Name` = 'Foror\\'s Fabled Steed'            WHERE `entry` = 20221;\n\n\nUPDATE `item_template` SET `bonding` = 1, `SellPrice` = 0 WHERE `entry` IN \n(1132, 1133, 1134, 2411, 2414, 5655, 5656, 5663, 5665, 5668, 5864, 5872, 5873, 8563, 8583, 8586, 8588, 8589, 8590, 8591, 8592, 8595, 8628, 8629, 8630, 8631, 8632, 8633, \n12302, 12303, 12325, 12326, 12327, 12330, 12351, 12353, 12354, 13317, 13321, 13322, 13323, 13324, 13325, 13326, 13327, 13328, 13329, 13331, 13332, 13333, 13334, 15277, 15290, 15292, 15293, \n18766, 18767, 18768, 18772, 18773, 18774, 18776, 18777, 18778, 18785, 18786, 18787, 18788, 18789, 18790, 18791, 18793, 18794, 18795, 18796, 18797, 18798, 18902, 20221, 47100);\n\n-- https://www.azerothcore.org/wiki/item_template#quality\n-- https://www.azerothcore.org/wiki/item_template#bonding\n"
  },
  {
    "path": "data/sql/world/base/naxx40.sql",
    "content": "-- Enable Naxxramas Map (mapID: 533)\nDELETE FROM `disables` WHERE `entry` = 533;\n\n-- Add MapDifficulty DBC Override - https://wow.tools/dbc/?dbc=mapdifficulty&build=10.0.0.44895#page=1&search=533\nDELETE FROM `mapdifficulty_dbc` WHERE `ID` = 754;\nINSERT INTO `mapdifficulty_dbc` (`ID`, `MapID`, `Difficulty`, `Message_Lang_enUS`, `Message_Lang_Mask`, `RaidDuration`, `MaxPlayers`, `Difficultystring`) VALUES\n(754, 533, 2, 'You must be level 60 and in a raid group to enter.', 16712190, 604800, 40, 'RAID_DIFFICULTY_40PLAYER');\n\n-- Remove exit teleport and replace with script\nDELETE FROM `areatrigger_teleport` WHERE `ID` IN (5196, 5197, 5198, 5199, 4156);\n\nDELETE FROM `areatrigger_scripts` WHERE `entry` IN (5196, 5197, 5198, 5199);\nINSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES\n(5196, 'naxx_exit_trigger'),\n(5197, 'naxx_exit_trigger'),\n(5198, 'naxx_exit_trigger'),\n(5199, 'naxx_exit_trigger');\n\nDELETE FROM `areatrigger_scripts` WHERE `entry` IN (5191, 5192, 5193, 5194);\nINSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES\n(5191, 'naxx_northrend_entrance'),\n(5192, 'naxx_northrend_entrance'),\n(5193, 'naxx_northrend_entrance'),\n(5194, 'naxx_northrend_entrance');\n\nUPDATE `creature` SET `spawnMask` = 3 WHERE `spawnMask` = 7 AND `map` = 533;   -- Update spawnMask of all creatures to 10man + 25man\nUPDATE `creature` SET `spawnMask` = `spawnMask`| 4 WHERE `id1` = 16980;        -- Lich King uses same entry in Naxx WotLK and Naxx40 - Allow spawning in all versions\nUPDATE `creature` SET `spawnMask` = `spawnMask`| 4 WHERE `id1` = 16082;        -- Naxxramas Trigger (frogger) should also spawn in Naxx40\n\nUPDATE `gameobject` SET `spawnMask` = 7 WHERE `spawnMask` = 3 AND `map` = 533; -- Update spawnMask of all gameobjects to all\nUPDATE `gameobject` SET `spawnMask` = 3 WHERE `id` IN (202278, 202277);        -- Orb of Naxxramas does not exist in classic\n\nDELETE FROM `dungeon_access_template` WHERE `id` = 122;\nINSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level`, `max_level`, `min_avg_item_level`, `comment`) VALUES \n(122, 533, 2, 60, 0, 0, 'Naxxramas - 40man');\n\n-- Naxx40 Dungeon DBC entries (helps Autobalance work correctly)\nDELETE FROM `lfgdungeons_dbc` WHERE `ID` = 1001;\nINSERT INTO `lfgdungeons_dbc` VALUES\n(1001,\"Naxxramas (Vanilla)\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712190,60,83,60,60,83,533,2,0,2,-1,\"\",2,0,9,\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712188);\n\nDELETE FROM `dungeonencounter_dbc` WHERE `ID` BETWEEN 1001 AND 1015;\nINSERT INTO `dungeonencounter_dbc` (`ID`, `MapID`, `Difficulty`, `OrderIndex`, `Bit`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`, `Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `SpellIconID`) VALUES\n(1001, 533, 2, 0, 0, 'Anub''Rekhan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1002, 533, 2, 1000, 1, 'Grand Widow Faerlina', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1003, 533, 2, 2000, 2, 'Maexxna', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1004, 533, 2, 3000, 3, 'Noth the Plaguebringer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1005, 533, 2, 4000, 4, 'Heigan the Unclean', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1006, 533, 2, 5000, 5, 'Loatheb', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1007, 533, 2, 6000, 6, 'Instructor Razuvious', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1008, 533, 2, 7000, 7, 'Gothik the Harvester', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1009, 533, 2, 8000, 8, 'The Four Horsemen', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1010, 533, 2, 9000, 9, 'Patchwerk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1011, 533, 2, 10000, 10, 'Grobbulus', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1012, 533, 2, 11000, 11, 'Gluth', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1013, 533, 2, 12000, 12, 'Thaddius', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1014, 533, 2, 13000, 13, 'Sapphiron', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0),\n(1015, 533, 2, 14000, 14, 'Kel''Thuzad', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16712190, 0);\n\nDELETE FROM `instance_encounters` WHERE `entry` BETWEEN 1001 AND 1015;\nINSERT INTO `instance_encounters` (`entry`, `creditType`, `creditEntry`, `lastEncounterDungeon`, `comment`) VALUES\n(1001, 0, 351009, 0, 'Anub''Rekhan'),\n(1002, 0, 351007, 0, 'Grand Widow Faerlina'),\n(1003, 0, 351006, 0, 'Maexxna'),\n(1004, 0, 351008, 0, 'Noth the Plaguebringer'),\n(1005, 0, 351005, 0, 'Heigan the Unclean'),\n(1006, 0, 351020, 0, 'Loatheb'),\n(1007, 0, 351036, 0, 'Instructor Razuvious'),\n(1008, 0, 351035, 0, 'Gothik the Harvester'),\n(1009, 1, 59450, 0, 'The Four Horsemen'),\n(1010, 0, 351028, 0, 'Patchwerk'),\n(1011, 0, 351003, 0, 'Grobbulus'),\n(1012, 0, 351004, 0, 'Gluth'),\n(1013, 0, 351000, 0, 'Thaddius'),\n(1014, 0, 351018, 0, 'Sapphiron'),\n(1015, 0, 351019, 0, 'Kel''Thuzad');\n"
  },
  {
    "path": "data/sql/world/base/naxx40_archmage_tarsis.sql",
    "content": "-- Add Archmage Tarsis Kir-Moldir\nUPDATE `creature_template` SET `gossip_menu_id` = 7229, `npcflag` = 1, `unit_flags` = 512 WHERE `entry` = 16381;\nDELETE FROM `creature_template_addon` WHERE `entry` = 16381;\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(16381, 0, 0, 3, 0, 0, 0, '');\n-- fix: archmage not sitting properly, wrong animation (sleep) to dead\nUPDATE `creature_template_addon` SET `bytes1` = 7, `bytes2` = 1 WHERE `entry` = 16381;\nUPDATE `smart_scripts` SET `action_param1` = 7 WHERE `entryorguid` = 16381 AND `source_type` = 0 AND `id` = 2;\nUPDATE `creature_template_model` SET `DisplayScale` = 1.2 WHERE `CreatureID` = 16381;\n\n-- CreatureText\nDELETE FROM `creature_text` WHERE `CreatureID` = 16381;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(16381, 0, 0, '%s gets to one knee.', 16, 0, 100, 0, 0, 0, 12295, 0, 'Archmage Tarsis Kir-Moldir - kneels'),\n(16381, 1, 0, '%s sits down.', 16, 0, 100, 0, 0, 0, 12296, 0, 'Archmage Tarsis Kir-Moldir - sits down'),\n(16381, 2, 0, 'You... The frame! How? You must not... It... the Destroyer...', 12, 0, 100, 0, 0, 0, 12312, 0, 'Archmage Tarsis Kir-Moldir'),\n(16381, 3, 0, '%s scratches at his throat.', 16, 0, 100, 0, 0, 0, 12314, 0, 'Archmage Tarsis Kir-Moldir');\n\n-- Menu\nDELETE FROM `gossip_menu` WHERE `MenuID` IN (7222, 7223, 7224, 7225, 7226, 7227, 7228, 7231, 7232, 7233);\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES\n(7222, 8523),\n(7223, 8522),\n(7224, 8521),\n(7225, 8520),\n(7226, 8519),\n(7227, 8518),\n(7228, 8517),\n(7231, 8531),\n(7232, 8530),\n(7233, 8529);\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (7222, 7223, 7224, 7225, 7226, 7227, 7228, 7232, 7233);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES\n(7222, 0, 0, 'What happened to the staff?', 12304, 1, 1, 7233, 0, 0, 0, '', 0, 0),\n(7223, 0, 0, 'You said you would have it back. What does that mean?', 12293, 1, 1, 7222, 0, 0, 0, '', 0, 0),\n(7224, 0, 0, 'What staff?', 12291, 1, 1, 7223, 0, 0, 0, '', 0, 0),\n(7225, 0, 0, 'You are talking nonsense, mage. ', 12289, 1, 1, 7224, 0, 0, 0, '', 0, 0),\n(7226, 0, 0, 'I still do not understand.', 12287, 1, 1, 7225, 0, 0, 0, '', 0, 0),\n(7227, 0, 0, 'Why have you done such horrible things?', 12285, 1, 1, 7226, 0, 0, 0, '', 0, 0),\n(7228, 0, 0, 'What are you talking about, mage?', 12283, 1, 1, 7227, 0, 0, 0, '', 0, 0),\n(7228, 1, 0, 'What is it Tarsis? I don\\'t know what to do!', 12313, 1, 1, 0, 0, 0, 0, '', 0, 0),\n(7232, 0, 0, 'So Kel\\'Thuzad holds all of the pieces?', 12308, 1, 1, 7231, 0, 0, 0, '', 0, 0),\n(7233, 0, 0, 'So what has led you to Naxxramas?', 12306, 1, 1, 7232, 0, 0, 0, '', 0, 0);\n\n-- Different dialog option if has Splinter of Atiesh\nDELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 15) AND (`SourceGroup` = 7228);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(15, 7228, 0, 0, 0, 2, 0, 22727, 1, 0, 1, 0, 0, '', 'Player does not have the Frame of Atiesh'),\n(15, 7228, 1, 0, 0, 2, 0, 22727, 1, 0, 0, 0, 0, '', 'Player has the Frame of Atiesh');\n\n-- SmartAI\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 16381;\nDELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16381);\nINSERT 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`, `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\n(16381, 0, 0, 1, 64, 0, 100, 1, 0, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Hello - Remove Npc Flags Gossip (No Repeat)'),\n(16381, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 1, 3000, 3000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Hello - Create Timed Event (No Repeat)'),\n(16381, 0, 2, 3, 59, 0, 100, 0, 1, 0, 0, 0, 0, 91, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 1 Triggered - Remove FlagStandstate Sleep'),\n(16381, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 2, 3000, 3000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 1 Triggered - Create Timed Event'),\n(16381, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 1 Triggered - Set Flag Standstate Kneel'),\n(16381, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 1 Triggered - Say Line 0'),\n(16381, 0, 6, 7, 59, 0, 100, 0, 2, 0, 0, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 2 Triggered - Remove FlagStandstate Kneel'),\n(16381, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 2 Triggered - Create Timed Event'),\n(16381, 0, 8, 9, 61, 0, 100, 0, 0, 0, 0, 0, 0, 90, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 2 Triggered - Set Flag Standstate Sit Down'),\n(16381, 0, 9, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 2 Triggered - Say Line 1'),\n(16381, 0, 10, 11, 59, 0, 100, 0, 3, 0, 0, 0, 0, 82, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 3 Triggered - Add Npc Flags Gossip'),\n(16381, 0, 11, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 3 Triggered - Set Event Phase 1'),\n(16381, 0, 12, 0, 64, 1, 100, 0, 0, 0, 0, 0, 0, 98, 7228, 8517, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Hello - Send Gossip (Phase 1)'),\n(16381, 0, 13, 14, 62, 0, 100, 0, 7228, 1, 0, 0, 0, 83, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Option 1 Selected - Remove Npc Flags Gossip'),\n(16381, 0, 14, 15, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 4, 1000, 1000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Option 1 Selected - Create Timed Event'),\n(16381, 0, 15, 16, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 5, 3000, 3000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Option 1 Selected - Create Timed Event'),\n(16381, 0, 16, 17, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 6, 6000, 6000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Option 1 Selected - Create Timed Event'),\n(16381, 0, 17, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 7, 8000, 8000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Gossip Option 1 Selected - Create Timed Event'),\n(16381, 0, 18, 19, 59, 0, 100, 0, 4, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 4 Triggered - Remove FlagStandstate Sit Down'),\n(16381, 0, 19, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 4 Triggered - Set Flag Standstate Stand Up'),\n(16381, 0, 20, 0, 59, 0, 100, 0, 5, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 5 Triggered - Say Line 2'),\n(16381, 0, 22, 19, 59, 0, 100, 0, 6, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 6 Triggered - Say Line 3'),\n(16381, 0, 23, 19, 59, 0, 100, 0, 7, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archmage Tarsis Kir-Moldir - On Timed Event 7 Triggered - Kill Self');\n"
  },
  {
    "path": "data/sql/world/base/naxx40_creatures.sql",
    "content": "SET @CENTRY    := 351000;  -- creature entry\nSET @GUID      := 361000;  -- creature guid\nSET @WPID      := 3610000; -- way point id\n\nDELETE FROM `creature_template` WHERE `entry` BETWEEN @CENTRY AND @CENTRY+92;\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(@CENTRY+0,  0, 0, 0, 0, 0, 'Thaddius', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.42857, 1, 1, 20, 3, 0, 50, 2000, 3700, 1, 1, 1, 0, 2048, 0, 0, 6, 76, @CENTRY+0, 0, 0, 0, 0, 1513636, 1850000, '', 0, 1, 2000, 2, 1.5, 1, 0, 0, 1, -410, 2147483649, 'boss_thaddius_40', NULL),\n(@CENTRY+1,  0, 0, 0, 0, 0, 'Stalagg', '', NULL, 0, 63, 63, 0, 21, 0, 0.8, 1.14286, 1, 1, 20, 3, 0, 43.88, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 150, 2, 1.3, 1, 0, 0, 1, -410, 1, 'boss_thaddius_summon_40', NULL),\n(@CENTRY+2,  0, 0, 0, 0, 0, 'Feugen', '', NULL, 0, 63, 63, 0, 21, 0, 0.8, 1.14286, 1, 1, 20, 3, 0, 45, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 150, 2, 1.3, 1, 0, 0, 1, -410, 1, 'boss_thaddius_summon_40', NULL),\n(@CENTRY+3,  0, 0, 0, 0, 0, 'Grobbulus', '', NULL, 0, 63, 63, 0, 21, 0, 1.5, 1.71429, 1, 1, 20, 3, 0, 32, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, @CENTRY+3, 0, 0, 0, 0, 1283823, 1569117, '', 2, 1, 650, 2, 1.3, 1, 0, 166, 1, -410, 1, 'boss_grobbulus_40', NULL),\n(@CENTRY+4,  0, 0, 0, 0, 0, 'Gluth', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 45, 1600, 1700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, @CENTRY+4, 0, 0, 0, 0, 1260000, 1540000, '', 0, 1, 500, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_gluth_40', NULL),\n(@CENTRY+5,  0, 0, 0, 0, 0, 'Heigan the Unclean', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 40, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, @CENTRY+5, 0, 0, 0, 0, 1280454, 1565000, '', 0, 1, 550, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_heigan_40', NULL),\n(@CENTRY+6,  0, 0, 0, 0, 0, 'Maexxna', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 40, 2500, 3200, 1, 1, 1, 64, 2048, 0, 0, 1, 76, @CENTRY+6, 0, 0, 0, 0, 1274062, 1557187, '', 0, 1, 450, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_maexxna_40', NULL),\n(@CENTRY+7,  0, 0, 0, 0, 0, 'Grand Widow Faerlina', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 40, 2500, 3700, 1, 1, 1, 32832, 2048, 0, 0, 7, 76, @CENTRY+7, 0, 0, 0, 0, 900055, 1100068, '', 0, 1, 400, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_faerlina_40', NULL),\n(@CENTRY+8,  0, 0, 0, 0, 0, 'Noth the Plaguebringer', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 40, 2500, 3700, 1, 1, 1, 32832, 2048, 0, 0, 6, 76, @CENTRY+8, 0, 0, 0, 0, 1265652, 1546909, '', 0, 1, 500, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_noth_40', NULL),\n(@CENTRY+9,  0, 0, 0, 0, 0, 'Anub\\'Rekhan', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.42857, 1, 1, 20, 3, 0, 34.15, 2000, 3200, 1, 1, 1, 64, 2048, 0, 0, 6, 76, @CENTRY+9, 0, 0, 0, 0, 1125000, 1375000, '', 0, 1, 500, 2, 1.3, 1, 0, 144, 1, -410, 1, 'boss_anubrekhan_40', NULL),\n(@CENTRY+10, 0, 0, 0, 0, 0, 'Dread Creeper', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 24, 2000, 3700, 1, 1, 1, 64, 2048, 0, 3, 1, 73, @CENTRY+10, 0, 0, 13153, 0, 0, 0, 'SmartAI', 0, 1, 15, 1, 1.15, 1, 0, 144, 1, -413, 0, '', NULL),\n(@CENTRY+11, 0, 0, 0, 0, 0, 'Carrion Spinner', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 22, 2000, 3700, 1, 1, 1, 64, 2048, 0, 3, 1, 73, @CENTRY+11, 0, 0, 13151, 0, 0, 0, 'SmartAI', 0, 1, 18, 1, 1.15, 1, 0, 144, 1, -413, 0, '', NULL),\n(@CENTRY+12, 0, 0, 0, 0, 0, 'Venom Stalker', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 32, 2000, 3700, 1, 1, 1, 64, 2048, 0, 3, 1, 73, @CENTRY+12, 0, 0, 13150, 0, 0, 0, 'SmartAI', 0, 1, 30, 1, 1.15, 1, 0, 144, 1, -416, 0, '', NULL),\n(@CENTRY+13, 0, 0, 0, 0, 0, 'Infectious Skitterer', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 20, 1000, 3700, 1, 1, 1, 0, 2048, 0, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 5, 1, 1.15, 1, 0, 144, 1, -413, 0, '', NULL),\n(@CENTRY+14, 0, 0, 0, 0, 0, 'Crypt Reaver', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 50, 1200, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+14, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 45, 1, 1.15, 1, 0, 144, 1, -416, 0, '', NULL),\n(@CENTRY+15, 0, 0, 0, 0, 0, 'Tomb Horror', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 32, 2000, 2700, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+15, 0, 0, 0, 0, 1, 19891, 'SmartAI', 1, 1, 35, 1, 1.15, 1, 0, 144, 1, -416, 0, '', NULL),\n(@CENTRY+16, 0, 0, 0, 0, 0, 'Naxxramas Cultist', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 14, 2000, 3700, 1, 1, 8, 32832, 2048, 0, 0, 7, 72, @CENTRY+16, 0, 0, 0, 0, 1206, 9596, 'SmartAI', 0, 1, 12, 10, 2.2, 1, 0, 144, 1, -414, 0, '', NULL),\n(@CENTRY+17, 0, 0, 0, 0, 0, 'Naxxramas Acolyte', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 14, 2000, 3700, 1, 1, 8, 32832, 2048, 0, 0, 7, 72, @CENTRY+17, 0, 0, 0, 0, 1248, 9661, 'SmartAI', 0, 1, 12, 10, 2.2, 1, 0, 144, 1, -414, 0, '', NULL),\n(@CENTRY+18, 0, 0, 0, 0, 0, 'Sapphiron', '', NULL, 0, 63, 63, 0, 21, 0, 1, 2.14286, 1, 1, 20, 3, 0, 70, 1800, 1700, 1, 1, 1, 0, 2048, 0, 0, 6, 76, @CENTRY+18, 0, 0, 0, 0, 246755, 322238, '', 0, 1, 950, 2, 1.3, 1, 0, 188, 1, -410, 1, 'boss_sapphiron_40', NULL),\n(@CENTRY+19, 0, 0, 0, 0, 0, 'Kel\\'Thuzad', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.14286, 1, 1, 20, 3, 0, 50, 2500, 2000, 1, 1, 2, 0, 2048, 0, 0, 6, 76, @CENTRY+19, 0, 0, 0, 0, 1002755, 1457838, '', 0, 1, 1200, 600, 1.3, 1, 0, 0, 1, -410, 2147483649, 'boss_kelthuzad_40', NULL),\n(@CENTRY+20, 0, 0, 0, 0, 0, 'Loatheb', '', NULL, 0, 63, 63, 0, 21, 0, 0.8, 2, 1, 1, 20, 3, 0, 80, 1250, 1700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, @CENTRY+20, 0, 0, 0, 0, 1292142, 1579285, '', 0, 1, 1600, 2, 1.5, 1, 0, 180, 1, -410, 1, 'boss_loatheb_40', NULL),\n(@CENTRY+21, 0, 0, 0, 0, 0, 'Patchwork Golem', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 30, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+21, 0, 0, 0, 0, 3798, 4965, 'SmartAI', 0, 1, 28, 2, 1.15, 1, 0, 144, 1, -405, 0, '', NULL),\n(@CENTRY+22, 0, 0, 0, 0, 0, 'Bile Retcher', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 28, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+22, 0, 0, 0, 0, 4776, 6241, 'SmartAI', 0, 1, 34, 2, 1.15, 1, 0, 144, 1, -405, 0, '', NULL),\n(@CENTRY+23, 0, 0, 0, 0, 0, 'Mad Scientist', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 12, 2500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+23, 0, 0, 0, 0, 2226, 9694, 'SmartAI', 0, 1, 16, 2, 1.15, 1, 0, 144, 1, -392, 0, '', NULL),\n(@CENTRY+24, 0, 0, 0, 0, 0, 'Living Monstrosity', '', NULL, 0, 62, 62, 0, 21, 0, 0.8, 1.42857, 1, 1, 20, 1, 0, 24.48, 2500, 3700, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+24, 0, 0, 0, 0, 2015, 9706, 'SmartAI', 0, 1, 14, 2, 1.2, 1, 0, 144, 1, -403, 0, '', NULL),\n(@CENTRY+25, 0, 0, 0, 0, 0, 'Surgical Assistant', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 11.96, 2500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+25, 0, 0, 0, 0, 1842, 9796, 'SmartAI', 0, 1, 14, 2, 1.1, 1, 0, 144, 1, -389, 0, '', NULL),\n(@CENTRY+26, 0, 0, 0, 0, 0, 'Embalming Slime', '', NULL, 0, 60, 60, 0, 21, 0, 1.2, 0.428571, 1, 1, 20, 1, 0, 18.4, 2500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 4, 2, 1.1, 1, 0, 76, 1, -393, 0, '', NULL),\n(@CENTRY+27, 0, 0, 0, 0, 0, 'Stitched Spewer', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 30, 2500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+27, 0, 0, 0, 0, 6445, 8466, 'SmartAI', 0, 1, 45, 2, 1.3, 1, 0, 144, 1, -93, 0, '', NULL),\n(@CENTRY+28, 0, 0, 0, 0, 0, 'Patchwerk', '', NULL, 0, 63, 63, 0, 21, 0, 2, 1.71429, 1, 1, 20, 3, 0, 35, 750, 1700, 1, 1, 1, 64, 2048, 0, 0, 6, 76, @CENTRY+28, 0, 0, 0, 0, 1305000, 1595000, '', 0, 1, 1200, 2, 1.5, 1, 0, 169, 1, -286, 1, 'boss_patchwerk_40', NULL),\n(@CENTRY+29, 0, 0, 0, 0, 0, 'Sludge Belcher', '', NULL, 0, 62, 62, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 28, 2500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+29, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 25, 1, 1.2, 1, 0, 144, 1, -405, 0, '', NULL),\n(@CENTRY+30, 0, 0, 0, 0, 0, 'Plague Beast', '', NULL, 0, 61, 61, 0, 21, 0, 0.666668, 1.42857, 1, 1, 20, 1, 0, 22, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 4, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 18, 1, 1.15, 1, 0, 144, 1, -401, 0, '', NULL),\n(@CENTRY+31, 0, 0, 0, 0, 0, 'Frenzied Bat', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 6, 1500, 1500, 1, 1, 1, 64, 2048, 0, 0, 1, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 3.5, 1, 1.1, 1, 0, 144, 1, -398, 0, '', NULL),\n(@CENTRY+32, 0, 0, 0, 0, 0, 'Plagued Bat', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 4.5, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 1, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 3.5, 1, 1.1, 1, 0, 144, 1, -399, 0, '', NULL),\n(@CENTRY+33, 0, 0, 0, 0, 0, 'Diseased Maggot', '', NULL, 0, 60, 60, 0, 21, 0, 0.8, 0.285714, 1, 1, 20, 1, 0, 9.84, 2500, 2000, 1, 1, 1, 0, 2048, 0, 0, 1, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1.1, 1, 0, 82, 1, -398, 0, '', NULL),\n(@CENTRY+34, 0, 0, 0, 0, 0, 'Rotting Maggot', '', NULL, 0, 60, 60, 0, 21, 0, 0.8, 0.285714, 1, 1, 20, 1, 0, 10.44, 2500, 3000, 1, 1, 1, 0, 2048, 0, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1.1, 1, 0, 82, 1, -398, 0, '', NULL),\n(@CENTRY+35, 0, 0, 0, 0, 0, 'Gothik the Harvester', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.14286, 1, 1, 20, 3, 0, 22, 2500, 3700, 1, 1, 2, 32832, 2048, 0, 0, 6, 76, @CENTRY+35, 0, 0, 0, 0, 733851, 896929, '', 0, 1, 150, 100, 1.3, 1, 0, 0, 1, -410, 2147483649, 'boss_gothik_40', NULL),\n(@CENTRY+36, 0, 0, 0, 0, 0, 'Instructor Razuvious', '', NULL, 0, 63, 63, 0, 21, 0, 1.6, 1.71429, 1, 1, 20, 3, 0, 90, 3500, 1567, 1, 1, 1, 32832, 2048, 0, 0, 6, 76, @CENTRY+36, 0, 0, 0, 0, 1253602, 1532181, '', 0, 1, 600, 2, 1.3, 1, 0, 167, 1, -410, 1, 'boss_razuvious_40', NULL),\n(@CENTRY+37, 0, 0, 0, 0, 0, 'Highlord Mograine', 'The Ashbringer', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 32, 1500, 1700, 1, 1, 1, 0, 2048, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 160, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_four_horsemen_40', NULL),\n(@CENTRY+38, 0, 0, 0, 0, 0, 'Sir Zeliek', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 28, 2500, 3200, 1, 1, 1, 64, 2048, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 150, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_four_horsemen_40', NULL),\n(@CENTRY+39, 0, 0, 0, 0, 0, 'Thane Korth\\'azz', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 20, 2500, 3200, 1, 1, 1, 64, 2048, 0, 0, 6, 76, 0, 0, 0, 0, 0, 49555, 64718, '', 0, 1, 180, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_four_horsemen_40', NULL),\n(@CENTRY+40, 0, 0, 0, 0, 0, 'Lady Blaumeux', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 3, 0, 28, 2500, 2200, 1, 1, 1, 64, 2048, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 150, 2, 1.3, 1, 0, 164, 1, -410, 1, 'boss_four_horsemen_40', NULL),\n(@CENTRY+41, 0, 0, 0, 0, 0, 'Skeletal Steed', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 22.6, 2000, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+41, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 14, 1, 1.15, 1, 0, 164, 1, -93, 0, '', NULL),\n(@CENTRY+42, 0, 0, 0, 0, 0, 'Naxxramas Trigger', '', NULL, 0, 60, 60, 0, 114, 0, 1, 1.14286, 1, 1, 18, 0, 0, 4.2, 2000, 2000, 1, 1, 1, 33555200, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.35, 1, 2.8, 1, 0, 0, 1, 0, 128, '', NULL),\n(@CENTRY+43, 0, 0, 0, 0, 0, 'Unrelenting Trainee', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.42857, 1, 1, 18, 0, 0, 7.83, 1800, 2000, 1, 1, 1, 32768, 2048, 0, 0, 7, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.5, 1, 0.9, 1, 0, 144, 1, -383, 65536, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+44, 0, 0, 0, 0, 0, 'Unrelenting Deathknight', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 24, 2000, 2000, 1, 1, 1, 32832, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 6.5, 1, 1.15, 1, 0, 144, 1, -93, 65536, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+45, 0, 0, 0, 0, 0, 'Unrelenting Rider', '', NULL, 0, 62, 62, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 22.05, 2000, 2000, 1, 1, 2, 32832, 2048, 0, 0, 6, 2120, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 5, 1.25, 1, 0, 164, 1, -412, 65536, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+46, 0, 0, 0, 0, 0, 'Spectral Trainee', '', NULL, 0, 61, 61, 0, 21, 0, 1.11111, 1.42857, 1, 1, 20, 1, 0, 6, 2000, 1265, 1, 1, 2, 32768, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 3, 1.15, 1, 0, 144, 1, -382, 65536, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+47, 0, 0, 0, 0, 0, 'Naxxramas Military Sub-Boss Trigger', '', NULL, 0, 60, 60, 0, 114, 0, 1, 1.14286, 1, 1, 18, 0, 0, 4.2, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.35, 1, 2.8, 1, 0, 0, 1, 0, 130, 'npc_gothik_trigger_40', NULL),\n(@CENTRY+48, 0, 0, 0, 0, 0, 'Deathknight Captain', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 25.71, 3500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+48, 0, 0, 0, 0, 4138, 9644, 'SmartAI', 0, 1, 30, 2, 1.15, 1, 0, 148, 1, -93, 0, '', NULL),\n(@CENTRY+49, 0, 0, 0, 0, 0, 'Deathknight', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 26.59, 1700, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 3373, 4410, 'SmartAI', 0, 1, 24, 2, 1.45, 1, 0, 148, 1, -93, 0, '', NULL),\n(@CENTRY+50, 0, 0, 0, 0, 0, 'Spectral Deathknight', '', NULL, 0, 62, 62, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 24, 2000, 2000, 1, 1, 1, 32832, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 5, 1.5, 1.2, 1, 0, 144, 1, -93, 65536, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+51, 0, 0, 0, 0, 0, 'Spectral Horse', '', NULL, 0, 63, 63, 0, 21, 0, 1.6, 1.38571, 1, 1, 20, 1, 0, 33.5, 2000, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 8, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 9, 1, 1, 1, 0, 141, 1, -384, 0, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+52, 0, 0, 0, 0, 0, 'Spectral Rider', '', NULL, 0, 63, 63, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 20.05, 2000, 2000, 1, 1, 1, 32832, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 3, 2, 1.3, 1, 0, 164, 1, -388, 65536, 'npc_boss_gothik_minion_40', NULL),\n(@CENTRY+53, 0, 0, 0, 0, 0, 'Risen Deathknight', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 22, 2000, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+53, 0, 0, 0, 0, 1163, 8599, '', 0, 1, 8, 1, 1.15, 1, 0, 144, 1, -93, 0, '', NULL),\n(@CENTRY+54, 0, 0, 0, 0, 0, 'Dark Touched Warrior', 'Stable Master', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 22, 2000, 1265, 1, 1, 1, 32832, 2048, 0, 0, 6, 8, @CENTRY+54, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 8, 1, 1.15, 1, 0, 148, 1, -385, 0, '', NULL),\n(@CENTRY+55, 0, 0, 0, 0, 0, 'Deathknight Cavalier', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 32.55, 2000, 1265, 1, 1, 2, 64, 2048, 0, 0, 6, 2120, @CENTRY+55, 0, 0, 0, 0, 4776, 8752, 'SmartAI', 0, 1, 45, 5, 1.15, 1, 0, 144, 1, -93, 0, '', NULL),\n(@CENTRY+56, 0, 0, 0, 0, 0, 'Shade of Naxxramas', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 22, 2000, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+56, 0, 0, 0, 0, 2481, 3244, 'SmartAI', 0, 1, 18, 10, 1.15, 1, 0, 144, 1, -390, 0, '', NULL),\n(@CENTRY+57, 0, 0, 0, 0, 0, 'Necro Knight', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 14, 3000, 1265, 1, 1, 8, 64, 2048, 0, 0, 6, 72, @CENTRY+57, 0, 0, 0, 0, 1801, 5231, 'SmartAI', 0, 1, 18, 18, 1.15, 1, 0, 144, 1, -403, 0, '', NULL),\n(@CENTRY+58, 0, 0, 0, 0, 0, 'Bony Construct', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 26.3, 2000, 2016, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+58, 0, 0, 0, 0, 1673, 2190, 'SmartAI', 0, 1, 12, 3, 1.15, 1, 0, 144, 1, -391, 0, '', NULL),\n(@CENTRY+59, 0, 0, 0, 0, 0, 'Stoneskin Gargoyle', '', NULL, 0, 61, 61, 0, 21, 0, 2, 1.28571, 1, 1, 20, 1, 0, 24, 3000, 1265, 1, 1, 2, 64, 2048, 0, 0, 6, 72, @CENTRY+59, 0, 0, 0, 0, 11151, 14566, 'SmartAI', 0, 1, 105, 10, 1.45, 1, 0, 135, 1, -420, 0, '', NULL),\n(@CENTRY+60, 0, 0, 0, 0, 0, 'Skeletal Smith', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 12, 2000, 1265, 1, 1, 1, 64, 2048, 0, 0, 7, 72, @CENTRY+60, 0, 0, 0, 0, 2226, 7378, 'SmartAI', 0, 1, 16, 1, 1.15, 1, 0, 148, 1, -303, 0, '', NULL),\n(@CENTRY+61, 0, 0, 0, 0, 0, 'Unholy Axe', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 33.89, 1800, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+61, 0, 0, 0, 0, 6690, 9414, 'SmartAI', 1, 1, 36, 1, 1.15, 1, 0, 164, 1, -404, 0, '', NULL),\n(@CENTRY+62, 0, 0, 0, 0, 0, 'Unholy Staff', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 23.15, 2000, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+62, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 28, 1, 1.15, 1, 0, 164, 1, -404, 0, '', NULL),\n(@CENTRY+63, 0, 0, 0, 0, 0, 'Unholy Swords', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 44.67, 1200, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+63, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 30, 1, 1.15, 1, 0, 164, 1, -404, 0, '', NULL),\n(@CENTRY+64, 0, 0, 0, 0, 0, 'Plague Slime', '', NULL, 0, 61, 61, 0, 21, 0, 0.8, 0.285714, 1, 1, 20, 1, 0, 60, 1800, 1265, 1, 1, 1, 64, 2048, 0, 0, 10, 72, @CENTRY+64, 0, 0, 0, 0, 6051, 7906, 'SmartAI', 0, 1, 45, 1, 1.15, 1, 0, 70, 1, -417, 0, '', NULL),\n(@CENTRY+65, 0, 0, 0, 0, 0, 'Infectious Ghoul', '', NULL, 0, 61, 61, 0, 21, 0, 0.777776, 1.42857, 1, 1, 20, 1, 0, 35, 1500, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, @CENTRY+65, 0, 0, 0, 0, 4506, 9113, 'SmartAI', 0, 1, 30, 1, 1.15, 1, 0, 144, 1, -387, 0, '', NULL),\n(@CENTRY+66, 0, 0, 0, 0, 0, 'Spore', '', NULL, 0, 60, 60, 0, 21, 0, 0.4, 0.285714, 1, 1, 18, 0, 0, 0.6, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 10, 8, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 0.25, 1, 0.7, 0.5, 0, 69, 1, 0, 0, '', NULL),\n(@CENTRY+67, 0, 0, 0, 0, 0, 'Fallout Slime', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 32.22, 1800, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 16, 2, 1.1, 1, 0, 0, 1, -395, 0, '', NULL),\n(@CENTRY+68, 0, 0, 0, 0, 0, 'Mutated Grub', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 8, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 10, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 8, 1, 1.15, 1, 0, 144, 1, -398, 0, '', NULL),\n(@CENTRY+69, 0, 0, 0, 0, 0, 'Zombie Chow', '', NULL, 0, 60, 60, 0, 89, 0, 1, 1.14286, 1, 1, 20, 1, 0, 5, 3000, 2000, 1, 1, 1, 1, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 40, 3, 1.1, 1, 0, 100, 1, -387, 0, '', NULL),\n(@CENTRY+70, 0, 0, 0, 0, 0, 'Necropolis Acolyte', '', NULL, 0, 62, 62, 0, 21, 0, 1, 1.71429, 1, 1, 20, 1, 0, 27, 2000, 1265, 1, 1, 2, 0, 2048, 0, 0, 7, 0, @CENTRY+70, 0, 0, 0, 0, 2865, 9398, 'SmartAI', 1, 1, 25, 10, 1.25, 1, 0, 164, 1, -403, 0, '', NULL),\n(@CENTRY+71, 0, 0, 0, 0, 0, 'Sewage Slime', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 25.56, 1800, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 64, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 50, 2, 1.1, 1, 0, 0, 1, -394, 0, '', NULL),\n(@CENTRY+72, 0, 0, 0, 0, 0, 'Toxic Tunnel', '', NULL, 0, 60, 60, 0, 114, 0, 1, 1.14286, 1, 1, 18, 0, 0, 4.2, 2000, 2000, 1, 1, 1, 33816582, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 'NullCreatureAI', 0, 1, 1.35, 1, 2.8, 1, 0, 0, 1, 0, 2, '', NULL),\n(@CENTRY+73, 0, 0, 0, 0, 0, 'Soldier of the Frozen Wastes', '', NULL, 0, 60, 60, 0, 21, 0, 0.4, 0.414286, 1, 1, 20, 1, 0, 1, 2000, 1780, 1, 1, 1, 768, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1.1, 1, 0, 64, 1, -387, 0, 'boss_kelthuzad_minion_40', NULL),\n(@CENTRY+74, 0, 0, 0, 0, 0, 'Unstoppable Abomination', '', NULL, 0, 60, 60, 0, 21, 0, 0.4, 0.685714, 1, 1, 20, 1, 0, 48, 2000, 1550, 1, 1, 1, 768, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 29.4889, 1, 1.1, 1, 0, 64, 1, -402, 0, 'boss_kelthuzad_minion_40', NULL),\n(@CENTRY+75, 0, 0, 0, 0, 0, 'Soul Weaver', '', NULL, 0, 60, 60, 0, 21, 0, 0.4, 0.1, 1, 1, 20, 1, 0, 1.7, 2000, 2000, 1, 1, 1, 768, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 22.9358, 1, 1.1, 1, 0, 64, 1, -402, 0, 'boss_kelthuzad_minion_40', NULL),\n(@CENTRY+76, 0, 0, 0, 0, 0, 'Guardian of Icecrown', '', NULL, 0, 60, 60, 0, 21, 0, 4.8, 1.71429, 1, 1, 20, 1, 0, 20.75, 2000, 1650, 1, 1, 1, 0, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 500, 1, 1.1, 1, 0, 174, 1, -411, 0, 'boss_kelthuzad_minion_40', NULL),\n(@CENTRY+77, 0, 0, 0, 0, 0, 'Plagued Gargoyle', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 25, 3000, 1265, 1, 1, 2, 0, 2048, 0, 0, 6, 8, @CENTRY+77, 0, 0, 0, 0, 1, 138065, 'SmartAI', 0, 1, 100, 3, 1.45, 1, 0, 144, 1, -420, 0, '', NULL),\n(@CENTRY+78, 0, 0, 0, 0, 0, 'Plagued Ghoul', '', NULL, 0, 61, 61, 0, 21, 0, 0.777776, 1.42857, 1, 1, 20, 1, 0, 35, 1500, 1265, 1, 1, 1, 32832, 2048, 0, 0, 6, 72, @CENTRY+78, 0, 0, 0, 0, 3878, 8925, 'SmartAI', 0, 1, 30, 1, 1.15, 1, 0, 144, 1, -396, 0, '', NULL),\n(@CENTRY+79, 0, 0, 0, 0, 0, 'Web Wrap', '', NULL, 0, 60, 60, 0, 16, 0, 1, 1, 1, 1, 18, 0, 0, 0.6, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 0.7, 1, 0, 0, 1, 0, 0, 'boss_maexxna_webwrap_40', NULL),\n(@CENTRY+80, 0, 0, 0, 0, 0, 'Naxxramas Follower', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 50, 2000, 1265, 1, 1, 8, 32832, 2048, 0, 0, 7, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 45, 10, 1.15, 1, 0, 144, 1, -413, 0, '', NULL),\n(@CENTRY+81, 0, 0, 0, 0, 0, 'Naxxramas Worshipper', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 35, 2000, 1265, 1, 1, 8, 32832, 2048, 0, 0, 7, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 40, 10, 1, 1, 0, 144, 1, -414, 0, '', NULL),\n(@CENTRY+82, 0, 0, 0, 0, 0, 'Crypt Guard', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 29.4, 1000, 1265, 1, 1, 1, 64, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 65, 1, 1.15, 1, 0, 144, 1, -415, 0, '', NULL),\n(@CENTRY+83, 0, 0, 0, 0, 0, 'Corpse Scarab', '', NULL, 0, 60, 60, 0, 21, 0, 0.833332, 2.14286, 1, 1, 18, 0, 0, 5, 1000, 1265, 1, 1, 1, 0, 2048, 0, 0, 10, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 0.7, 1, 0, 188, 1, -398, 0, '', NULL),\n(@CENTRY+84, 0, 0, 0, 0, 0, 'Deathknight Understudy', '', NULL, 0, 60, 60, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 26, 3500, 1265, 1, 1, 1, 32832, 2048, 0, 0, 7, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 30, 2, 2, 1, 0, 144, 1, 0, 0, 'boss_razuvious_minion_40', NULL),\n(@CENTRY+85, 0, 0, 0, 0, 0, 'Plagued Guardian', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 13.33, 3000, 2000, 1, 1, 8, 0, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 8, 18, 1.15, 1, 0, 144, 1, -389, 0, '', NULL),\n(@CENTRY+86, 0, 0, 0, 0, 0, 'Plagued Champion', '', NULL, 0, 61, 61, 0, 21, 0, 0.888888, 1.42857, 1, 1, 20, 1, 0, 16, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 11, 1, 1.15, 1, 0, 144, 1, -387, 0, '', NULL),\n(@CENTRY+87, 0, 0, 0, 0, 0, 'Plagued Warrior', '', NULL, 0, 61, 61, 0, 21, 0, 1, 1.42857, 1, 1, 20, 1, 0, 16.59, 2700, 2000, 1, 1, 1, 64, 2048, 0, 0, 6, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 10, 1, 1.15, 1, 0, 144, 1, -397, 0, '', NULL),\n(@CENTRY+88, 0, 0, 0, 0, 0, 'Maexxna Spiderling', '', NULL, 0, 60, 60, 0, 16, 0, 1, 2.14286, 1, 1, 18, 0, 0, 6, 500, 2000, 1, 1, 1, 0, 2048, 0, 0, 1, 72, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1.25, 1, 1.1, 1, 0, 188, 1, -398, 0, '', NULL),\n(@CENTRY+89, 0, 0, 0, 0, 0, 'Grobbulus Cloud', '', NULL, 0, 63, 63, 0, 21, 0, 0.004, 0.001429, 1, 1, 18, 0, 0, 0.05, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.35, 1, 1, 1, 0, 60, 1, 0, 0, 'boss_grobbulus_poison_cloud_40', NULL),\n(@CENTRY+90, 0, 0, 0, 0, 0, 'Eye Stalk', '', '', 0, 61, 61, 2, 16, 0, 1, 1, 1, 1, 20, 1, 0, 4, 1000, 2000, 1, 1, 1, 4, 2048, 8, 0, 10, 72, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 0.15, 1, 1, 1, 0, 0, 1, -398, 0, 'boss_heigan_eye_stalk_40', 12340),\n(@CENTRY+91, 0, 0, 0, 0, 0, 'Lightning Totem', '', '', 0, 62, 62, 2, 21, 0, 1, 1, 1, 1, 18, 0, 0, 1, 2000, 2000, 1, 1, 1, 4, 2048, 8, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 0.2, 1, 1, 1, 0, 0, 1, 0, 0, '', 12340),\n(@CENTRY+92, 0, 0, 0, 0, 0, 'Ghost of Naxxramas', NULL, NULL, 0, 60, 60, 2, 21, 0, 1.11111, 0.71429, 1, 1, 20, 1, 0, 27, 2000, 2000, 1, 1, 1, 33587264, 2048, 0, 0, 7, 8, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1, 1, 1, 1, 0, 88, 1, 0, 0, '', 12340);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (16157, 16158, 16448, 16451, 16452, 16453, 16697, 16775, 16776, 16777, 16778, 16861);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (16157, 16158, 16448, 16451, 16452, 16453, 16697, 16775, 16776, 16777, 16778, 16861);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n\n-- these are not used in the WotLK versions of Naxx\n(16157, 0, 0, 0, 0, 0, 100, 0, 2000, 3000, 3000, 4000, 0, 0, 14, 0, 100, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Doom Touched Warrior - In Combat - Periodically Wipe Aggro'),\n(16158, 0, 0, 0, 0, 0, 100, 0, 2000, 3000, 3000, 4000, 0, 0, 14, 0, 100, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Death Touched Warrior - In Combat - Periodically Wipe Aggro'),\n(16448, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 9000, 16000, 0, 0, 11, 30121, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Plagued Deathhound - Within 0-5 Range - Cast Forceful Howl'),\n(16451, 0, 0, 0, 0, 0, 90, 0, 0, 0, 8000, 8000, 0, 0, 11, 28413, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,            'Deathknight Vindicator - Within 0-30 Range - Cast Aura of Agony'),\n(16451, 0, 1, 0, 9, 0, 95, 0, 1000, 1000, 4000, 4000, 0, 5, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Deathknight Vindicator - Within 0-5 Range - Cast Cleave'),\n(16451, 0, 2, 0, 0, 0, 80, 0, 3000, 3000, 5000, 5000, 0, 0, 11, 28412, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Deathknight Vindicator - Within 0-30 Range - Cast Death Coil'),\n(16452, 0, 0, 0, 9, 0, 90, 0, 2000, 2000, 15000, 15000, 0, 20, 11, 30092, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Necro Knight Guardian - Within 0-20 Range - Cast Blast Wave'),\n(16452, 0, 1, 0, 0, 0, 90, 0, 5000, 5000, 15000, 15000, 0, 0, 11, 30091, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Necro Knight Guardian - Within 0-30 Range - Cast Flamestrike'),\n(16452, 0, 2, 0, 106, 0, 90, 0, 8000, 8000, 15000, 15000, 0, 10, 11, 30094, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Necro Knight Guardian - Within 0-10 Range - Cast Frost Nova'),\n(16452, 0, 3, 0, 106, 0, 90, 0, 11000, 11000, 15000, 15000, 0, 15, 11, 30096, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Necro Knight Guardian - Within 0-15 Range - Cast Arcane Explosion'),\n(16452, 0, 4, 0, 0, 0, 90, 0, 12000, 12000, 15000, 15000, 0, 0, 11, 28391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Necro Knight Guardian - In Combat - Cast Blink'),\n(16452, 0, 5, 0, 9, 0, 90, 0, 14000, 14000, 15000, 15000, 0, 10, 11, 30095, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Necro Knight Guardian - Within 0-10 Range - Cast Cone of Cold'),\n(16453, 0, 0, 0, 0, 0, 100, 0, 5000, 15000, 20000, 40000, 0, 0, 11, 28431, 0, 0, 0, 0, 0, 5, 40, 1, 0, 0, 0, 0, 0, 0,   'Necro Stalker - In Combat - Cast Poison Charge (Naxx 40)'),\n(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'),\n(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'),\n(16775, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 12000, 12000, 0, 0, 11, 28834, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spirit of Mograine - In Combat - Cast Mark of Mograine'),\n(16776, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 12000, 12000, 0, 0, 11, 28833, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spirit of Blaumeux - In Combat - Cast Mark of Blaumeux'),\n(16777, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 12000, 12000, 0, 0, 11, 28835, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spirit of Zeliek   - In Combat - Cast Mark of Zeliek'),\n(16778, 0, 0, 0, 0, 0, 100, 0, 20000, 20000, 12000, 12000, 0, 0, 11, 28832, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spirit of Korthazz - In Combat - Cast Mark of Korthazz'),\n(16861, 0, 0, 0, 0, 0, 90, 0, 0, 0, 8000, 8000, 0, 0, 11, 28413, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,            'Death Lord - Within 0-30 Range - Cast Aura of Agony (Naxx40)'),\n(16861, 0, 1, 0, 9, 0, 95, 0, 1000, 1000, 4000, 4000, 0, 5, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Death Lord - Within 0-5 Range - Cast Cleave (Naxx40)'),\n(16861, 0, 2, 0, 0, 0, 80, 0, 3000, 3000, 5000, 5000, 0, 0, 11, 28412, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Death Lord - Within 0-30 Range - Cast Death Coil (Naxx40)');\n\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` BETWEEN @CENTRY+10 AND @CENTRY+92;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(@CENTRY+10, 0, 0, 0, 9, 0, 100, 0, 2000, 2000, 8000, 8000, 0, 10, 11, 28440, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Dread Creeper - Within 0-10 Range - Cast Veil of Shadow (Naxx 40)'),\n(@CENTRY+11, 0, 0, 0, 9, 0, 100, 0, 5000, 8000, 14000, 18000, 0, 15, 11, 30043, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Carrion Spinner - Within 0-15 Range - Cast Poison Spray (Naxx 40)'),\n(@CENTRY+11, 0, 1, 0, 0, 0, 100, 0, 9000, 16000, 18000, 21000, 0, 0, 11, 28434, 0, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,      'Carrion Spinner - Within 0-40 Range - Cast Spider Web (Naxx 40)'),\n(@CENTRY+12, 0, 0, 0, 0, 0, 100, 0, 5000, 15000, 20000, 40000, 0, 0, 11, 28431, 0, 0, 0, 0, 0, 5, 40, 1, 0, 0, 0, 0, 0, 0,      'Venom Stalker - In Combat - Cast Poison Charge (Naxx 40)'),\n(@CENTRY+14, 0, 0, 0, 9, 0, 100, 0, 2000, 5000, 6000, 9000, 0, 5, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Crypt Reaver - Within 0-5 Range - Cast Cleave (Naxx 40)'),\n(@CENTRY+14, 0, 1, 0, 2, 0, 100, 0, 0, 50, 120000, 120000, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Crypt Reaver - Between 0-50% Health - Cast Frenzy (Naxx 40)'),\n(@CENTRY+14, 0, 2, 0, 2, 0, 100, 0, 0, 50, 120000, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Crypt Reaver - Between 0-50% Health - Say Line 0 (Naxx 40)'),\n(@CENTRY+15, 0, 0, 0, 0, 0, 75, 0, 2000, 2000, 4000, 4000, 0, 0, 11, 28614, 0, 0, 0, 0, 0, 5, 45, 0, 0, 0, 0, 0, 0, 0,          'Tomb Horror - Within 0-45 Range - Cast Pointy Spike (Naxx 40)'),\n(@CENTRY+15, 0, 1, 0, 0, 0, 75, 0, 5000, 5000, 8000, 8000, 0, 0, 11, 28615, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Tomb Horror - In Combat - Cast Spike Volley (Naxx 40)'),\n(@CENTRY+16, 0, 0, 0, 9, 0, 75, 0, 3000, 3000, 5000, 5000, 0, 5, 11, 28447, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Naxxramas Cultist - Within 0-5 Range - Cast Shadow Burst (Naxx 40)'),\n(@CENTRY+17, 0, 0, 0, 106, 0, 100, 0, 2000, 2000, 5000, 5000, 0, 20, 11, 28450, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Naxxramas Acolyte - Within 0-20 Range - Cast Arcane Explosion (Naxx 40)'),\n(@CENTRY+17, 0, 1, 0, 0, 0, 100, 0, 4000, 4000, 6000, 6000, 0, 0, 11, 28448, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,        'Naxxramas Acolyte - Within 0-30 Range - Cast Shadow Bolt Volley (Naxx 40)'),\n(@CENTRY+21, 0, 0, 0, 9, 0, 100, 0, 4800, 10700, 14000, 19000, 0, 15, 11, 60960, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Patchwork Golem - Within 0-15 Range - Cast War Stomp (Naxx 40)'),           -- using 60960 for 5 second duration\n(@CENTRY+21, 0, 1, 0, 0, 0, 100, 0, 5000, 9300, 15200, 15200, 0, 0, 11, 27794, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Patchwork Golem - In Combat - Cast Cleave (Naxx 40)'),\n(@CENTRY+21, 0, 2, 0, 12, 0, 100, 0, 0, 20, 35000, 43000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Patchwork Golem - On target HP 0-20% - Cast Execute (Naxx 40)'),\n(@CENTRY+22, 0, 0, 0, 0, 0, 100, 0, 3600, 6800, 13700, 19700, 0, 0, 218, 27807, 0, 1374, 249, 26, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bile Retcher  - In Combat - Custom Cast Bile Vomit (Naxx 40)'),             -- reduced from ~5k instant, ~1200 dot to ~1500 instant, 250 dot\n(@CENTRY+23, 0, 0, 0, 0, 0, 100, 0, 7600, 17300, 6000, 13300, 0, 0, 218, 28301, 0, 1062, 0, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0,    'Mad Scientist - In Combat - Custom Cast Mana Burn (Naxx 40)'),              -- reduced from ~3.5k to ~1.5k\n(@CENTRY+23, 0, 2, 0, 2, 0, 100, 0, 0, 30, 18000, 21000, 0, 0, 218, 28306, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Mad Scientist - Between 0-30% Health - Custom Cast Great Heal (Naxx 40)'),  -- reduced from ~20% hp to ~10% hp.\n(@CENTRY+24, 0, 0, 0, 0, 0, 100, 0, 7100, 12500, 18100, 20900, 0, 0, 218, 28293, 0, 599, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,    'Living Monstrosity - In Combat - Custom Cast Chain Lightning (Naxx 40)'),   -- reduced from ~4k to ~1k. (todo: 3 to 10 targets. Range 45 to 30)\n(@CENTRY+24, 0, 1, 0, 0, 0, 100, 0, 6400, 10000, 16900, 18500, 0, 0, 11, 90005, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Living Monstrosity - In Combat - Cast Lightning Totem (Naxx 40)'),\n(@CENTRY+25, 0, 0, 0, 0, 0, 100, 0, 1600, 2800, 7700, 11900, 0, 0, 218, 28310, 0, 554, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,      'Surgical Assistant - In Combat - Custom Cast Mind Flay (Naxx 40)'),         -- reduced from 1.5k to 600 per tick\n(@CENTRY+26, 0, 0, 0, 60, 0, 100, 0, 2000, 2000, 2000, 2000, 0, 0, 11, 28322, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Embalming Slime - Cast Embalming Cloud (Naxx 40)'),\n(@CENTRY+27, 0, 0, 0, 106, 0, 100, 0, 5100, 10400, 18800, 21300, 0, 15, 11, 28405, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Stitched Spewer - Within 0-15 Range - Cast target Knockback (Naxx 40)'),\n(@CENTRY+27, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 54356, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stitched Giant - Between 0-30% Health - Cast Unstoppable Enrage (Naxx 40)'),\n(@CENTRY+29, 0, 0, 0, 0, 0, 100, 0, 1900, 3000, 6000, 7300, 0, 0, 11, 27891, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,         'Sludge Belcher - Within 0-20 Range - Cast Acidic Sludge (Naxx 40)'),\n(@CENTRY+29, 0, 2, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28362, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sludge Belcher - On Reset - Cast Disease Cloud (Naxx 40)'),\n(@CENTRY+30, 0, 0, 0, 106, 0, 100, 0, 0, 0, 3000, 3000, 0, 10, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Plague Beast - Within 0-10 Range - Cast Trample (Naxx40)'),\n(@CENTRY+31, 0, 0, 0, 9, 0, 100, 0, 1000, 1000, 11000, 17000, 8, 25, 11, 30112, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Frenzied Bat - Within 8-25 Range - Cast Frenzied Dive (Naxx 40)'),\n(@CENTRY+32, 0, 0, 0, 0, 0, 85, 0, 9000, 9000, 40000, 40000, 0, 0, 11, 30113, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,        'Plagued Bat - Within 0-5 Range - Cast Putrid Bite (Naxx40)'),\n(@CENTRY+33, 0, 0, 0, 76, 0, 100, 0, 0, 181202, 54, 1500, 0, 0, 41, 200, 10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Diseased Maggot - On Distance 54y To GameObject - Despawn In 200 ms'),\n(@CENTRY+34, 0, 0, 0, 76, 0, 100, 0, 0, 181202, 54, 1500, 0, 0, 41, 200, 10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Rotten Maggot   - On Distance 54y To GameObject - Despawn In 200 ms'),\n(@CENTRY+41, 0, 0, 0, 9, 0, 100, 0, 2000, 2000, 20000, 25000, 8, 25, 11, 27577, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Skeletal Steed - Within 8-25 Range - Cast Intercept (Naxx 40)'),\n(@CENTRY+41, 0, 1, 0, 106, 0, 90, 0, 2000, 2000, 5000, 5000, 0, 10, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Skeletal Steed - Within 0-10 Range - Cast Trample (Naxx 40)'),\n(@CENTRY+48, 0, 0, 0, 106, 0, 100, 0, 1000, 1000, 5000, 5000, 0, 8, 11, 28335, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Death Knight Captain - Within 0-8 Range - Cast Whirlwind'),\n(@CENTRY+49, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 8000, 0, 10, 11, 19134, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,              'Death Knight - Within 0-10 Range - Cast Frightening Shout'),\n(@CENTRY+49, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 7000, 0, 20, 11, 28350, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Death Knight - Within 0-20 Range - Cast Veil of Darkness'),\n(@CENTRY+54, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 5000, 5000, 0, 0, 14, 0, 100, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Touched Warrior - In Combat - Periodically Wipe Aggro'),\n(@CENTRY+55, 0, 0, 0, 0, 0, 90, 0, 0, 0, 8000, 8000, 0, 0, 11, 28413, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,                'Deathknight Cavalier - Within 0-30 Range - Cast Aura of Agony'),\n(@CENTRY+55, 0, 1, 0, 9, 0, 95, 0, 1000, 1000, 4000, 4000, 0, 5, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Deathknight Cavalier - Within 0-5 Range - Cast Cleave'),\n(@CENTRY+55, 0, 2, 0, 0, 0, 80, 0, 3000, 3000, 5000, 5000, 0, 0, 11, 28412, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,          'Deathknight Cavalier - Within 0-30 Range - Cast Death Coil'),\n(@CENTRY+56, 0, 0, 0, 0, 0, 100, 0, 2800, 5100, 4500, 12000, 0, 0, 218, 28407, 0, 1849, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Shade of Naxxramas - In Combat - Custom Cast Shadow Bolt Volley (Naxx40)'), -- reduced from 2219 to 1849\n(@CENTRY+56, 0, 1, 0, 0, 0, 100, 0, 4100, 8700, 60000, 60000, 0, 0, 11, 90004, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Shade of Naxxramas - In Combat - Cast Portal of Shadows (Naxx40)'),\n(@CENTRY+56, 0, 2, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 19, @CENTRY+92, 0, 0, 0, 0, 0, 0, 0,           'Shade of Naxxramas - On Reset - Despawn In 500 ms (Naxx40)'),\n(@CENTRY+57, 0, 0, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 30, 1, 2, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Necro Knight - On Agro - Pick random Event Phase (1-2-3) (Naxx 40)'),\n(@CENTRY+57, 0, 1, 0, 106, 1, 100, 0, 1000, 3200, 2800, 5200, 0, 30, 11, 15453, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Necro Knight - Within 0-30 Range - Cast Arcane Explosion (Naxx 40)'),\n(@CENTRY+57, 0, 2, 0, 0, 1, 100, 0, 250, 500, 13200, 18500, 0, 0, 11, 29883, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Necro Knight - In Combat - Cast Blink (Naxx 40)'),\n(@CENTRY+57, 0, 3, 0, 106, 2, 100, 0, 7600, 8100, 15000, 20000, 0, 20, 11, 30092, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Necro Knight - Within 0-20 Range - Cast Blast Wave (Naxx 40)'),\n(@CENTRY+57, 0, 4, 0, 0, 2, 100, 0, 1800, 8900, 9600, 15700, 0, 0, 11, 30091, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,        'Necro Knight - Within 0-30 Range - Cast Flamestrike (Naxx 40)'),\n(@CENTRY+57, 0, 5, 0, 106, 4, 100, 0, 3000, 6000, 25000, 35000, 0, 10, 11, 30094, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Necro Knight - Within 0-10 Range - Cast Frost Nova (Naxx 40)'),\n(@CENTRY+57, 0, 6, 0, 9, 4, 100, 0, 17000, 21000, 17000, 23000, 0, 10, 11, 30095, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Necro Knight - Within 0-10 Range - Cast Cone of Cold (Naxx 40)'),\n(@CENTRY+58, 0, 0, 0, 9, 0, 100, 0, 3000, 3000, 4000, 4000, 0, 5, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Bony Construct - Within 0-5 Range - Cast Cleave'),\n(@CENTRY+58, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 7000, 0, 15, 11, 25322, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Bony Construct - Within 0-15 - Cast Sweeping Slam'),\n(@CENTRY+59, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 5000, 7000, 0, 0, 218, 29325, 32, 0, 121, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,      'Stoneskin Gargoyle - In Combat - Cast Acid Volley (Naxx 40)'),              -- Acid Volley reduced from 231 to 121\n(@CENTRY+59, 0, 1, 0, 2, 0, 100, 0, 0, 30, 60000, 60000, 0, 0, 11, 28995, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Stoneskin Gargoyle - At 30% HP - Cast Stoneskin (Naxx 40)'),\n(@CENTRY+59, 0, 2, 0, 1, 0, 100, 512, 1000, 1000, 0, 0, 0, 0, 90, 9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Stoneskin Gargoyle - On Update OOC - Set Unit Field Bytes 1 \\'UNIT_STAND_STATE_SUBMERGED\\' (Controlled via conditions - only when not roaming) (Naxx 40)'),\n(@CENTRY+59, 0, 3, 0, 1, 0, 100, 512, 1000, 1000, 0, 0, 0, 0, 91, 9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Stoneskin Gargoyle - On Update OOC - Remove Unit Field Bytes 1 \\'UNIT_STAND_STATE_SUBMERGED\\' (Controlled via conditions - only when roaming) (Naxx 40)'),\n(@CENTRY+59, 0, 4, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 91, 9, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Stoneskin Gargoyle - On Aggro - Remove Unit Field Bytes 1 \\'UNIT_STAND_STATE_SUBMERGED\\' (Naxx 40)'),\n(@CENTRY+60, 0, 0, 0, 9, 0, 85, 0, 0, 0, 6000, 6000, 0, 5, 11, 6713, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Skeletal Smith - Within 0-5 Range - Cast Disarm'),\n(@CENTRY+60, 0, 1, 0, 9, 0, 100, 0, 1000, 1000, 2000, 2000, 0, 5, 11, 24317, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Skeletal Smith - Within 0-5 Range - Cast Sunder Armor'),\n(@CENTRY+60, 0, 2, 0, 106, 0, 90, 0, 2000, 2000, 10000, 10000, 0, 10, 11, 23931, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Skeletal Smith - Within 0-10 Range - Cast Thunderclap'),\n(@CENTRY+61, 0, 0, 0, 106, 0, 100, 0, 2200, 8600, 8800, 13300, 0, 8, 11, 24236, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Unholy Axe - Within 0-8 - Cast Whirlwind (Naxx 40)'),\n(@CENTRY+61, 0, 1, 0, 0, 0, 100, 0, 6100, 13100, 20100, 20100, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Unholy Axe - In Combat - Cast Mortal Strike (Naxx 40)'),\n(@CENTRY+62, 0, 0, 0, 106, 0, 100, 0, 2400, 8400, 8400, 16100, 0, 20, 11, 28450, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Unholy Staff - Within 0-20 - Cast Arcane Explosion (Naxx 40)'),\n(@CENTRY+62, 0, 1, 0, 106, 0, 100, 0, 6100, 10800, 11000, 15000, 0, 10, 11, 29849, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Unholy Staff - Within 0-10 Range - Cast Frost Nova (Naxx 40)'),\n(@CENTRY+62, 0, 2, 0, 0, 0, 100, 0, 4800, 6200, 14800, 14900, 0, 0, 11, 29848, 0, 0, 0, 0, 0, 6, 45, 0, 0, 0, 0, 0, 0, 0,       'Unholy Staff - In Combat - Cast Polymorph (Naxx 40)'),\n(@CENTRY+63, 0, 0, 0, 9, 0, 100, 0, 4000, 4700, 9200, 15500, 0, 5, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Unholy Swords - Within 0-5 Range - Cast Cleave (Naxx 40)'),\n(@CENTRY+63, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Unholy Swords - On Reset - Cast Thrash (Naxx 40)'),\n(@CENTRY+64, 0, 0, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 30, 1, 2, 3, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Plague Slime - Set Random Phase (Naxx 40)'),\n(@CENTRY+64, 0, 1, 0, 0, 1, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 28987, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - Cast Plague Slime (Black) (Naxx 40)'),\n(@CENTRY+64, 0, 2, 0, 0, 2, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 28988, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - Cast Plague Slime (Blue) (Naxx 40)'),\n(@CENTRY+64, 0, 3, 0, 0, 4, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 28989, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - Cast Plague Slime (Green) (Naxx 40)'),\n(@CENTRY+64, 0, 4, 0, 0, 8, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 28990, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - Cast Plague Slime (Red) (Naxx 40)'),\n(@CENTRY+64, 0, 5, 0, 23, 0, 100, 512, 28987, 1, 0, 0, 0, 0, 75, 7743, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - On has aura - Add aura Immunity: Shadow (Naxx 40)'),\n(@CENTRY+64, 0, 6, 0, 23, 0, 100, 512, 28988, 1, 0, 0, 0, 0, 75, 7940, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - On has aura - Add aura Immunity: Frost (Naxx 40)'),\n(@CENTRY+64, 0, 7, 0, 23, 0, 100, 512, 28989, 1, 0, 0, 0, 0, 75, 7941, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - On has aura - Add aura Immunity: Nature (Naxx 40)'),\n(@CENTRY+64, 0, 8, 0, 23, 0, 100, 512, 28990, 1, 0, 0, 0, 0, 75, 7942, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Plague Slime - On has aura - Add aura Immunity: Fire (Naxx 40)'),\n(@CENTRY+65, 0, 0, 0, 9, 0, 100, 0, 3000, 6000, 9000, 12000, 0, 5, 11, 29915, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Infectious Ghoul - Within 0-5 Range - Cast Flesh Rot (Naxx 40)'),\n(@CENTRY+65, 0, 1, 0, 9, 0, 100, 0, 3000, 3000, 15000, 15000, 0, 5, 11, 13738, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Infectious Ghoul - Within 0-5 Range - Cast Rend (Naxx40)'),\n(@CENTRY+65, 0, 2, 0, 2, 0, 100, 0, 0, 30, 60000, 60000, 0, 0, 11, 24318, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Infectious Ghoul - Between 0-30% Health - Cast Enrage (Naxx 40)'),\n(@CENTRY+65, 0, 3, 0, 2, 0, 100, 1, 0, 30, 60000, 60000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Infectious Ghoul - Between 0-30% Health - Say Line 0 (Naxx40)'),\n(@CENTRY+66, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 218, 29232, 2, 4294967196, 49, 59, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Spore - On Just Died - Custom Cast Fungal Creep (Naxx 40)'),                -- Threat -100% (as unsigned int), Melee +50% crit, Casters +60% (up from 50%) crit\n(@CENTRY+68, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 6000, 8000, 0, 0, 218, 30109, 0, 462, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Mutated Grub - In Combat - Custom Cast Slime Burst (Naxx40)'),              -- reduced from ~450 to ~200\n(@CENTRY+69, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 29306, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Zombie Chow - On Spawn - Cast Infected Wound'),\n(@CENTRY+70, 0, 0, 0, 106, 0, 100, 0, 2000, 2000, 5000, 5000, 0, 10, 11, 22271, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Necropolis Acolyte - Within 0-10 Range - Cast Arcane Explosion'),\n(@CENTRY+70, 0, 1, 0, 9, 0, 100, 0, 4000, 4000, 6000, 6000, 0, 30, 11, 28448, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Necropolis Acolyte - Within 0-30 Range - Cast Shadow Bolt Volley'),\n(@CENTRY+71, 0, 0, 0, 1, 0, 100, 7, 1000, 1000, 0, 0, 0, 0, 11, 28153, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Sewage Slime - Out of Combat - Cast Disease Cloud (Naxx 40)'),\n(@CENTRY+77, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 10000, 10000, 0, 0, 218, 29325, 32, 0, 121, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,    'Plagued Gargoyle - In Combat - Custom Cast Acid Volley'),                   -- reduced from 231 to 121\n(@CENTRY+77, 0, 1, 0, 2, 0, 75, 0, 0, 50, 30000, 30000, 0, 0, 11, 28995, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Plagued Gargoyle - Between 0-50% Health - Cast Stoneskin'),\n(@CENTRY+78, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 24318, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Plagued Ghoul - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(@CENTRY+78, 0, 1, 0, 9, 0, 100, 0, 5000, 15000, 9000, 18000, 0, 5, 11, 29915, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Plagued Ghoul - Within 0-5 Range - Cast Flesh Rot'),\n(@CENTRY+78, 0, 2, 0, 9, 0, 100, 0, 3000, 5000, 8000, 12000, 0, 5, 11, 13738, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Plagued Ghoul - Within 0-5 Range - Cast Rend'),\n(@CENTRY+80, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 11000, 15000, 0, 0, 11, 30225, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Naxxramas Follower - Cast Silence (Naxx 40)'),\n(@CENTRY+81, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28732, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Naxxramas Worshipper - Cast Widows Embrace on Death (Naxx 40)'),\n(@CENTRY+82, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 7000, 9000, 0, 0, 11, 19632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Crypt Guard - Cast Cleave (Naxx 40)'),\n(@CENTRY+82, 0, 1, 0, 0, 0, 100, 0, 500, 500, 4000, 7000, 0, 0, 11, 28969, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,            'Crypt Guard - Cast Acid Spit (Naxx 40)'),\n(@CENTRY+82, 0, 2, 0, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Crypt Guard - Between 0-30% Health - Cast Frenzy (Naxx 40)'),\n(@CENTRY+82, 0, 3, 0, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Crypt Guard - Between 0-30% Health - Say EMOTE_FRENZY (Naxx 40)'),\n(@CENTRY+85, 0, 0, 0, 106, 0, 100, 0, 2000, 5000, 8000, 11000, 0, 30, 11, 15453, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Plagued Guardian - Within 0-30 - Cast Arcane Explosion (Naxx 40)'),\n(@CENTRY+86, 0, 0, 0, 9, 0, 100, 0, 2000, 5000, 9000, 11000, 0, 5, 11, 13737, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Plagued Champion - Within 0-5 Range - Cast Mortal Strike (Naxx 40)'),\n(@CENTRY+86, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 13000, 15000, 0, 0, 218, 30138, 0, 554, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Plagued Champion - In Combat - Custom Cast Shadow Shock (Naxx 40)'),        -- reduced from ~2.5k to ~500\n(@CENTRY+87, 0, 0, 0, 9, 0, 100, 0, 2000, 5000, 7000, 9000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Plagued Warrior  - Within 0-5 Range - Cast Cleave (Naxx 40)'),\n(@CENTRY+88, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 6000, 9000, 0, 0, 11, 28776, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Maexxna Spiderling - Cast Necrotic Poison (Naxx 40)'),\n(@CENTRY+91, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 4000, 4000, 0, 0, 218, 28297, 0, 1899, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lightning Totem - Cast Shock (Naxx 40)'),                                   -- Shock reduced from ~2850 to ~1900\n(@CENTRY+92, 0, 0, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ghost of Naxxramas - On spawn - Set In Combat with zone (Naxx40)'),\n(@CENTRY+92, 0, 1, 0, 1, 0, 100, 512, 100, 100, 0, 0, 0, 0, 41, 500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Ghost of Naxxramas - On OOC - Despawn if OOC (Naxx40)');\n\nDELETE FROM `creature_template_locale` WHERE `entry` BETWEEN @CENTRY+0 AND @CENTRY+92;\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES\n(@CENTRY+5, 'deDE', 'Heigan der Unreine', '', 0),\n(@CENTRY+5, 'esES', 'Heigan el Impuro', '', 0),\n(@CENTRY+5, 'esMX', 'Heigan el Impuro', '', 0),\n(@CENTRY+5, 'frFR', 'Heigan l''Impur', '', 0),\n(@CENTRY+5, 'koKR', '부정의 헤이건', '', 0),\n(@CENTRY+5, 'ruRU', 'Хейган Нечестивый', '', 0),\n(@CENTRY+5, 'zhCN', '肮脏的希尔盖', '', 0),\n(@CENTRY+5, 'zhTW', '『不潔者』海根', '', 0),\n(@CENTRY+7, 'deDE', 'Großwitwe Faerlina', '', 0),\n(@CENTRY+7, 'esES', 'Gran Viuda Faerlina', '', 0),\n(@CENTRY+7, 'esMX', 'Gran Viuda Faerlina', '', 0),\n(@CENTRY+7, 'frFR', 'Grande veuve Faerlina', '', 0),\n(@CENTRY+7, 'koKR', '귀부인 팰리나', '', 0),\n(@CENTRY+7, 'ruRU', 'Великая вдова Фарлина', '', 0),\n(@CENTRY+7, 'zhCN', '黑女巫法琳娜', '', 0),\n(@CENTRY+7, 'zhTW', '大寡婦費琳娜', '', 0),\n(@CENTRY+8, 'deDE', 'Noth der Seuchenfürst', '', 0),\n(@CENTRY+8, 'esES', 'Noth el Pesteador', '', 0),\n(@CENTRY+8, 'esMX', 'Noth el Pesteador', '', 0),\n(@CENTRY+8, 'frFR', 'Noth le Porte-peste', '', 0),\n(@CENTRY+8, 'koKR', '역병술사 노스', '', 0),\n(@CENTRY+8, 'ruRU', 'Нот Чумной', '', 0),\n(@CENTRY+8, 'zhCN', '药剂师诺斯', '', 0),\n(@CENTRY+8, 'zhTW', '『瘟疫使者』諾斯', '', 0),\n(@CENTRY+10, 'deDE', 'Schreckenskrabbler', '', 0),\n(@CENTRY+10, 'esES', 'Trepador aterrador', '', 0),\n(@CENTRY+10, 'esMX', 'Trepador aterrador', '', 0),\n(@CENTRY+10, 'frFR', 'Rampant de l''effroi', '', 0),\n(@CENTRY+10, 'koKR', '공포의 암흑거미', '', 0),\n(@CENTRY+10, 'ruRU', 'Жуткий ползун', '', 0),\n(@CENTRY+10, 'zhCN', '恐惧爬行者', '', 0),\n(@CENTRY+10, 'zhTW', '恐懼蠕行者', '', 0),\n(@CENTRY+11, 'deDE', 'Aasspinner', '', 0),\n(@CENTRY+11, 'esES', 'Hilandera carroñera', '', 0),\n(@CENTRY+11, 'esMX', 'Hilandera carroñera', '', 0),\n(@CENTRY+11, 'frFR', 'Tisse-charogne', '', 0),\n(@CENTRY+11, 'koKR', '청소부 그물거미', '', 0),\n(@CENTRY+11, 'ruRU', 'Ткач-падальщик', '', 0),\n(@CENTRY+11, 'zhCN', '腐肉织网者', '', 0),\n(@CENTRY+11, 'zhTW', '腐屍紡織者', '', 0),\n(@CENTRY+12, 'deDE', 'Giftpirscher', '', 0),\n(@CENTRY+12, 'esES', 'Acechador venenoso', '', 0),\n(@CENTRY+12, 'esMX', 'Acechador venenoso', '', 0),\n(@CENTRY+12, 'frFR', 'Traque-venin', '', 0),\n(@CENTRY+12, 'koKR', '맹독 늑대거미', '', 0),\n(@CENTRY+12, 'ruRU', 'Ядовитый паук-скакун', '', 0),\n(@CENTRY+12, 'zhCN', '毒性捕猎者', '', 0),\n(@CENTRY+12, 'zhTW', '毒液潛獵者', '', 0),\n(@CENTRY+13, 'deDE', 'Giftiger Huscher', '', 0),\n(@CENTRY+13, 'esES', 'Arácnida venenosa', '', 0),\n(@CENTRY+13, 'esMX', 'Arácnida venenosa', '', 0),\n(@CENTRY+13, 'frFR', 'Glisseuse venimeuse', '', 0),\n(@CENTRY+13, 'koKR', '맹독거미', '', 0),\n(@CENTRY+13, 'ruRU', 'Заразный паук-быстролап', '', 0),\n(@CENTRY+13, 'zhCN', '毒性蜘蛛', '', 0),\n(@CENTRY+13, 'zhTW', '毒性誘捕者', '', 0),\n(@CENTRY+14, 'deDE', 'Grufthäscher', '', 0),\n(@CENTRY+14, 'esES', 'Atracador de la cripta', '', 0),\n(@CENTRY+14, 'esMX', 'Atracador de la cripta', '', 0),\n(@CENTRY+14, 'frFR', 'Saccageur des cryptes', '', 0),\n(@CENTRY+14, 'koKR', '칼날발톱 지하마귀', '', 0),\n(@CENTRY+14, 'ruRU', 'Некрорахнид-разоритель', '', 0),\n(@CENTRY+14, 'zhCN', '地穴剥夺者', '', 0),\n(@CENTRY+14, 'zhTW', '地穴劫奪者', '', 0),\n(@CENTRY+15, 'deDE', 'Grabschrecken', '', 0),\n(@CENTRY+15, 'esES', 'Horror de tumbas', '', 0),\n(@CENTRY+15, 'esMX', 'Horror de tumbas', '', 0),\n(@CENTRY+15, 'frFR', 'Horreur des tombes', '', 0),\n(@CENTRY+15, 'koKR', '공포의 무덤마귀', '', 0),\n(@CENTRY+15, 'ruRU', 'Могильный ужас', '', 0),\n(@CENTRY+15, 'zhCN', '墓穴恐惧蛛魔', '', 0),\n(@CENTRY+15, 'zhTW', '墓穴恐蛛', '', 0),\n(@CENTRY+16, 'deDE', 'Kultist von Naxxramas', '', 0),\n(@CENTRY+16, 'esES', 'Cultor de Naxxramas', '', 0),\n(@CENTRY+16, 'esMX', 'Cultor de Naxxramas', '', 0),\n(@CENTRY+16, 'frFR', 'Sectateur de Naxxramas', '', 0),\n(@CENTRY+16, 'koKR', '낙스라마스 신도', '', 0),\n(@CENTRY+16, 'ruRU', 'Служитель культа из Наксрамаса', '', 0),\n(@CENTRY+16, 'zhCN', '纳克萨玛斯信徒', '', 0),\n(@CENTRY+16, 'zhTW', '納克薩瑪斯教徒', '', 0),\n(@CENTRY+17, 'deDE', 'Akolyth von Naxxramas', '', 0),\n(@CENTRY+17, 'esES', 'Acólito de Naxxramas', '', 0),\n(@CENTRY+17, 'esMX', 'Acólito de Naxxramas', '', 0),\n(@CENTRY+17, 'frFR', 'Acolyte de Naxxramas', '', 0),\n(@CENTRY+17, 'koKR', '낙스라마스 수행사제', '', 0),\n(@CENTRY+17, 'ruRU', 'Послушник из Наксрамаса', '', 0),\n(@CENTRY+17, 'zhCN', '纳克萨玛斯侍僧', '', 0),\n(@CENTRY+17, 'zhTW', '納克薩瑪斯侍僧', '', 0),\n(@CENTRY+20, 'frFR', 'Horreb', '', 0),\n(@CENTRY+21, 'deDE', 'Flickwerkgolem', '', 0),\n(@CENTRY+21, 'esES', 'Gólem de retazos', '', 0),\n(@CENTRY+21, 'esMX', 'Gólem de retazos', '', 0),\n(@CENTRY+21, 'frFR', 'Golem recousu', '', 0),\n(@CENTRY+21, 'koKR', '기워 붙인 누더기골렘', '', 0),\n(@CENTRY+21, 'ruRU', 'Лоскутный голем', '', 0),\n(@CENTRY+21, 'zhCN', '缝补傀儡', '', 0),\n(@CENTRY+21, 'zhTW', '縫補魔像', '', 0), \n(@CENTRY+22, 'deDE', 'Gallwürger', '', 0),\n(@CENTRY+22, 'esES', 'Arcadano bílico', '', 0),\n(@CENTRY+22, 'esMX', 'Arcadano bílico', '', 0),\n(@CENTRY+22, 'frFR', 'Vomisseur de bile', '', 0),\n(@CENTRY+22, 'koKR', '부패의 역병골렘', '', 0),\n(@CENTRY+22, 'ruRU', 'Желчерыг', '', 0),\n(@CENTRY+22, 'zhCN', '胆汁呕吐者', '', 0),\n(@CENTRY+22, 'zhTW', '膽汁反胃者', '', 0),\n(@CENTRY+23, 'deDE', 'Verrückter Wissenschaftler', '', 0),\n(@CENTRY+23, 'esES', 'Científico loco', '', 0),\n(@CENTRY+23, 'esMX', 'Científico loco', '', 0),\n(@CENTRY+23, 'frFR', 'Savant fou', '', 0),\n(@CENTRY+23, 'koKR', '미치광이 과학자', '', 0),\n(@CENTRY+23, 'ruRU', 'Безумный ученый', '', 0),\n(@CENTRY+23, 'zhCN', '疯狂的科学家', '', 0),\n(@CENTRY+23, 'zhTW', '發狂的科學家', '', 0),\n(@CENTRY+24, 'deDE', 'Lebende Monstrosität', '', 0),\n(@CENTRY+24, 'esES', 'Monstruosidad viviente', '', 0),\n(@CENTRY+24, 'esMX', 'Monstruosidad viviente', '', 0),\n(@CENTRY+24, 'frFR', 'Monstruosité vivante', '', 0),\n(@CENTRY+24, 'koKR', '살아 움직이는 괴물', '', 0),\n(@CENTRY+24, 'ruRU', 'Живое чудовище', '', 0),\n(@CENTRY+24, 'zhCN', '畸形妖', '', 0),\n(@CENTRY+24, 'zhTW', '活巨怪', '', 0),\n(@CENTRY+25, 'deDE', 'Chirurgenassistent', '', 0),\n(@CENTRY+25, 'esES', 'Auxiliar quirúrgico', '', 0),\n(@CENTRY+25, 'esMX', 'Auxiliar quirúrgico', '', 0),\n(@CENTRY+25, 'frFR', 'Assistant en chirurgie', '', 0),\n(@CENTRY+25, 'koKR', '외과 조수', '', 0),\n(@CENTRY+25, 'ruRU', 'Ассистент хирурга', '', 0),\n(@CENTRY+25, 'zhCN', '外科助手', '', 0),\n(@CENTRY+25, 'zhTW', '外科助手', '', 0),\n(@CENTRY+26, 'deDE', 'Einhüllender Schleim', '', 0),\n(@CENTRY+26, 'esES', 'Babosa embalsamadora', '', 0),\n(@CENTRY+26, 'esMX', 'Babosa embalsamadora', '', 0),\n(@CENTRY+26, 'frFR', 'Gelée d''embaumement', '', 0),\n(@CENTRY+26, 'koKR', '방부액 덩어리', '', 0),\n(@CENTRY+26, 'ruRU', 'Бальзамирующая слизь', '', 0),\n(@CENTRY+26, 'zhCN', '腐液软泥怪', '', 0),\n(@CENTRY+26, 'zhTW', '防腐泥漿怪', '', 0),\n(@CENTRY+27, 'deDE', 'Narbenriese', '', 0),\n(@CENTRY+27, 'esES', 'Gigante cosido', '', 0),\n(@CENTRY+27, 'esMX', 'Gigante cosido', '', 0),\n(@CENTRY+27, 'frFR', 'Géant raccommodé', '', 0),\n(@CENTRY+27, 'koKR', '기워 붙인 거인', '', 0),\n(@CENTRY+27, 'ruRU', 'Лоскутный изрыгатель', '', 0),\n(@CENTRY+27, 'zhCN', '缝合巨人', '', 0),\n(@CENTRY+27, 'zhTW', '縫合巨人', '', 0),\n(@CENTRY+28, 'deDE', 'Flickwerk', '', 0),\n(@CENTRY+28, 'esES', 'Remendejo', '', 0),\n(@CENTRY+28, 'esMX', 'Remendejo', '', 0),\n(@CENTRY+28, 'frFR', 'Le Recousu', '', 0),\n(@CENTRY+28, 'koKR', '패치워크', '', 0),\n(@CENTRY+28, 'ruRU', 'Лоскутик', '', 0),\n(@CENTRY+28, 'zhCN', '帕奇维克', '', 0),\n(@CENTRY+28, 'zhTW', '縫補者', '', 0),\n(@CENTRY+29, 'deDE', 'Schlickspucker', '', 0),\n(@CENTRY+29, 'esES', 'Eructador de lodo', '', 0),\n(@CENTRY+29, 'esMX', 'Eructador de lodo', '', 0),\n(@CENTRY+29, 'frFR', 'Crache-vase', '', 0),\n(@CENTRY+29, 'koKR', '썩은위액 누더기골렘', '', 0),\n(@CENTRY+29, 'ruRU', 'Изрыгатель слизи', '', 0),\n(@CENTRY+29, 'zhCN', '淤泥喷射者', '', 0),\n(@CENTRY+29, 'zhTW', '淤泥噴射者', '', 0),\n(@CENTRY+30, 'deDE', 'Seuchenbestie', '', 0),\n(@CENTRY+30, 'esES', 'Bestia de peste', '', 0),\n(@CENTRY+30, 'esMX', 'Bestia de peste', '', 0),\n(@CENTRY+30, 'frFR', 'Bête de peste', '', 0),\n(@CENTRY+30, 'koKR', '역병 걸린 괴물', '', 0),\n(@CENTRY+30, 'ruRU', 'Чумная тварь', '', 0),\n(@CENTRY+30, 'zhCN', '天灾兽', '', 0),\n(@CENTRY+30, 'zhTW', '瘟疫野獸', '', 0),\n(@CENTRY+31, 'deDE', 'Rasende Fledermaus', '', 0),\n(@CENTRY+31, 'esES', 'Murciélago demenciado', '', 0),\n(@CENTRY+31, 'esMX', 'Murciélago demenciado', '', 0),\n(@CENTRY+31, 'frFR', 'Chauve-souris frénétique', '', 0),\n(@CENTRY+31, 'koKR', '광포한 박쥐', '', 0),\n(@CENTRY+31, 'ruRU', 'Бесноватый нетопырь', '', 0),\n(@CENTRY+31, 'zhCN', '狂乱蝙蝠', '', 0),\n(@CENTRY+31, 'zhTW', '狂暴蝙蝠', '', 0),\n(@CENTRY+32, 'deDE', 'Verseuchte Fledermaus', '', 0),\n(@CENTRY+32, 'esES', 'Murciélago apestado', '', 0),\n(@CENTRY+32, 'esMX', 'Murciélago apestado', '', 0),\n(@CENTRY+32, 'frFR', 'Chauve-souris pesteuse', '', 0),\n(@CENTRY+32, 'koKR', '역병 걸린 박쥐', '', 0),\n(@CENTRY+32, 'ruRU', 'Зараженный нетопырь', '', 0),\n(@CENTRY+32, 'zhCN', '疫病蝙蝠', '', 0),\n(@CENTRY+32, 'zhTW', '染疫蝙蝠', '', 0),\n(@CENTRY+33, 'deDE', 'Kranke Made', '', 0),\n(@CENTRY+33, 'esES', 'Cresa malsana', '', 0),\n(@CENTRY+33, 'esMX', 'Cresa malsana', '', 0),\n(@CENTRY+33, 'frFR', 'Asticot malade', '', 0),\n(@CENTRY+33, 'koKR', '오염된 구더기', '', 0),\n(@CENTRY+33, 'ruRU', 'Болезненная личинка-паразит', '', 0),\n(@CENTRY+33, 'zhCN', '疾病之蛆', '', 0),\n(@CENTRY+33, 'zhTW', '染病的蛆蟲', '', 0),\n(@CENTRY+34, 'deDE', 'Faulende Made', '', 0),\n(@CENTRY+34, 'esES', 'Cresa en podredumbre', '', 0),\n(@CENTRY+34, 'esMX', 'Cresa en podredumbre', '', 0),\n(@CENTRY+34, 'frFR', 'Asticot pourrissant', '', 0),\n(@CENTRY+34, 'koKR', '썩어가는 구더기', '', 0),\n(@CENTRY+34, 'ruRU', 'Гнилой червь', '', 0),\n(@CENTRY+34, 'zhCN', '腐烂的蛆虫', '', 0),\n(@CENTRY+34, 'zhTW', '腐爛的蛆蟲', '', 0),\n(@CENTRY+35, 'deDE', 'Gothik der Ernter', '', 0),\n(@CENTRY+35, 'esES', 'Gothik el Cosechador', '', 0),\n(@CENTRY+35, 'esMX', 'Gothik el Cosechador', '', 0),\n(@CENTRY+35, 'frFR', 'Gothik le Moissonneur', '', 0),\n(@CENTRY+35, 'koKR', '영혼 착취자 고딕', '', 0),\n(@CENTRY+35, 'ruRU', 'Готик Жнец', '', 0),\n(@CENTRY+35, 'zhCN', '收割者戈提克', '', 0),\n(@CENTRY+35, 'zhTW', '『收割者』高希', '', 0),\n(@CENTRY+36, 'deDE', 'Instrukteur Razuvious', '', 0),\n(@CENTRY+36, 'frFR', 'Instructeur Razuvious', '', 0),\n(@CENTRY+36, 'koKR', '훈련교관 라주비어스', '', 0),\n(@CENTRY+36, 'ruRU', 'Инструктор Разувий', '', 0),\n(@CENTRY+36, 'zhCN', '教官拉苏维奥斯', '', 0),\n(@CENTRY+36, 'zhTW', '講師拉祖維斯', '', 0),\n(@CENTRY+37, 'deDE', 'Hochlord Mograine', 'Der Aschenbringer', 0),\n(@CENTRY+37, 'esES', 'Alto señor Mograine', 'El portador de la Crematoria', 0),\n(@CENTRY+37, 'esMX', 'Alto señor Mograine', 'El portador de la Crematoria', 0),\n(@CENTRY+37, 'frFR', 'Généralissime Mograine', 'Le Porte-cendres', 0),\n(@CENTRY+37, 'koKR', '대영주 모그레인', '파멸의 인도자', 0),\n(@CENTRY+37, 'ruRU', 'Верховный лорд Могрейн', 'Испепелитель', 0),\n(@CENTRY+37, 'zhCN', '大领主莫格莱尼', '灰烬使者', 0),\n(@CENTRY+37, 'zhTW', '大領主莫格萊尼', '灰燼使者', 0),\n(@CENTRY+38, 'frFR', 'Sire Zeliek', '', 0),\n(@CENTRY+38, 'koKR', '젤리에크 경', '', 0),\n(@CENTRY+38, 'ruRU', 'Сэр Зелиек', '', 0),\n(@CENTRY+38, 'zhCN', '瑟里耶克爵士', '', 0),\n(@CENTRY+38, 'zhTW', '札里克爵士', '', 0),\n(@CENTRY+39, 'deDE', 'Than Korth''azz', '', 0),\n(@CENTRY+39, 'esES', 'Señor feudal Korth''azz', '', 0),\n(@CENTRY+39, 'esMX', 'Señor feudal Korth''azz', '', 0),\n(@CENTRY+39, 'koKR', '영주 코스아즈', '', 0),\n(@CENTRY+39, 'ruRU', 'Тан Кортазз', '', 0),\n(@CENTRY+39, 'zhCN', '库尔塔兹领主', '', 0),\n(@CENTRY+39, 'zhTW', '寇斯艾茲族長', '', 0),\n(@CENTRY+40, 'frFR', 'Dame Blaumeux', '', 0),\n(@CENTRY+40, 'koKR', '여군주 블라미우스', '', 0),\n(@CENTRY+40, 'ruRU', 'Леди Бломе', '', 0),\n(@CENTRY+40, 'zhCN', '女公爵布劳缪克丝', '', 0),\n(@CENTRY+40, 'zhTW', '布洛莫斯女士', '', 0),\n(@CENTRY+41, 'deDE', 'Skelettross', '', 0),\n(@CENTRY+41, 'esES', 'Corcel esquelético', '', 0),\n(@CENTRY+41, 'esMX', 'Corcel esquelético', '', 0),\n(@CENTRY+41, 'frFR', 'Palefroi squelettique', '', 0),\n(@CENTRY+41, 'koKR', '해골 전투마', '', 0),\n(@CENTRY+41, 'ruRU', 'Жеребец смерти', '', 0),\n(@CENTRY+41, 'zhCN', '死亡战马', '', 0),\n(@CENTRY+41, 'zhTW', '死亡戰駒', '', 0),\n(@CENTRY+43, 'deDE', 'Unerbittlicher Lehrling', '', 0),\n(@CENTRY+43, 'esES', 'Practicante inflexible', '', 0),\n(@CENTRY+43, 'esMX', 'Practicante inflexible', '', 0),\n(@CENTRY+43, 'frFR', 'Jeune recrue tenace', '', 0),\n(@CENTRY+43, 'koKR', '무자비한 수련생', '', 0),\n(@CENTRY+43, 'ruRU', 'Жестокий новобранец', '', 0),\n(@CENTRY+43, 'zhCN', '冷酷的学徒', '', 0),\n(@CENTRY+43, 'zhTW', '無情的受訓員', '', 0),\n(@CENTRY+44, 'deDE', 'Unerbittlicher Todesritter', '', 0),\n(@CENTRY+44, 'esES', 'Caballero de la Muerte inflexible', '', 0),\n(@CENTRY+44, 'esMX', 'Caballero de la Muerte inflexible', '', 0),\n(@CENTRY+44, 'frFR', 'Chevalier de la mort tenace', '', 0),\n(@CENTRY+44, 'koKR', '무자비한 죽음의 기사', '', 0),\n(@CENTRY+44, 'ruRU', 'Безжалостный рыцарь смерти', '', 0),\n(@CENTRY+44, 'zhCN', '冷酷的死亡骑士', '', 0),\n(@CENTRY+44, 'zhTW', '無情的死亡騎士', '', 0),\n(@CENTRY+45, 'deDE', 'Unerbittlicher Reiter', '', 0),\n(@CENTRY+45, 'esES', 'Jinete inflexible', '', 0),\n(@CENTRY+45, 'esMX', 'Jinete inflexible', '', 0),\n(@CENTRY+45, 'frFR', 'Cavalier tenace', '', 0),\n(@CENTRY+45, 'koKR', '무자비한 죽음의 기병', '', 0),\n(@CENTRY+45, 'ruRU', 'Неодолимый всадник', '', 0),\n(@CENTRY+45, 'zhCN', '冷酷的骑兵', '', 0),\n(@CENTRY+45, 'zhTW', '無情的騎兵', '', 0),\n(@CENTRY+46, 'deDE', 'Spektraler Lehrling', '', 0),\n(@CENTRY+46, 'esES', 'Practicante espectral', '', 0),\n(@CENTRY+46, 'esMX', 'Practicante espectral', '', 0),\n(@CENTRY+46, 'frFR', 'Jeune recrue spectrale', '', 0),\n(@CENTRY+46, 'koKR', '훈련생 유령', '', 0),\n(@CENTRY+46, 'ruRU', 'Призрачный ученик', '', 0),\n(@CENTRY+46, 'zhCN', '鬼灵学徒', '', 0),\n(@CENTRY+46, 'zhTW', '鬼靈受訓員', '', 0),\n(@CENTRY+48, 'deDE', 'Hauptmann der Todesritter', '', 0),\n(@CENTRY+48, 'esES', 'Capitán caballero de la Muerte', '', 0),\n(@CENTRY+48, 'esMX', 'Capitán caballero de la Muerte', '', 0),\n(@CENTRY+48, 'frFR', 'Capitaine des chevaliers de la mort', '', 0),\n(@CENTRY+48, 'koKR', '죽음의 기사단 대장', '', 0),\n(@CENTRY+48, 'ruRU', 'Капитан рыцарей Смерти', '', 0),\n(@CENTRY+48, 'zhCN', '死亡骑士队长', '', 0),\n(@CENTRY+48, 'zhTW', '死亡騎士隊長', '', 0),\n(@CENTRY+49, 'deDE', 'Todesritter', '', 0),\n(@CENTRY+49, 'esES', 'Caballero de la Muerte', '', 0),\n(@CENTRY+49, 'esMX', 'Caballero de la Muerte', '', 0),\n(@CENTRY+49, 'frFR', 'Chevalier de la mort', '', 0),\n(@CENTRY+49, 'koKR', '죽음의 기사', '', 0),\n(@CENTRY+49, 'ruRU', 'Рыцарь смерти', '', 0),\n(@CENTRY+49, 'zhCN', '死亡骑士', '', 0),\n(@CENTRY+49, 'zhTW', '死亡騎士', '', 0),\n(@CENTRY+50, 'deDE', 'Spektraler Todesritter', '', 0),\n(@CENTRY+50, 'esES', 'Caballero de la Muerte espectral', '', 0),\n(@CENTRY+50, 'esMX', 'Caballero de la Muerte espectral', '', 0),\n(@CENTRY+50, 'frFR', 'Chevalier de la mort spectral', '', 0),\n(@CENTRY+50, 'koKR', '죽음의 기사 망령', '', 0),\n(@CENTRY+50, 'ruRU', 'Призрачный рыцарь смерти', '', 0),\n(@CENTRY+50, 'zhCN', '鬼灵死亡骑士', '', 0),\n(@CENTRY+50, 'zhTW', '鬼靈死亡騎士', '', 0),\n(@CENTRY+51, 'deDE', 'Spektrales Pferd', '', 0),\n(@CENTRY+51, 'esES', 'Caballo espectral', '', 0),\n(@CENTRY+51, 'esMX', 'Caballo espectral', '', 0),\n(@CENTRY+51, 'frFR', 'Cheval spectral', '', 0),\n(@CENTRY+51, 'koKR', '말 망령', '', 0),\n(@CENTRY+51, 'ruRU', 'Призрачный конь', '', 0),\n(@CENTRY+51, 'zhCN', '鬼灵战马', '', 0),\n(@CENTRY+51, 'zhTW', '鬼靈坐騎', '', 0),\n(@CENTRY+52, 'deDE', 'Spektraler Reiter', '', 0),\n(@CENTRY+52, 'esES', 'Jinete espectral', '', 0),\n(@CENTRY+52, 'esMX', 'Jinete espectral', '', 0),\n(@CENTRY+52, 'frFR', 'Cavalier spectral', '', 0),\n(@CENTRY+52, 'koKR', '기병 망령', '', 0),\n(@CENTRY+52, 'ruRU', 'Призрачный всадник', '', 0),\n(@CENTRY+52, 'zhCN', '鬼灵骑兵', '', 0),\n(@CENTRY+52, 'zhTW', '鬼靈騎兵', '', 0),\n(@CENTRY+53, 'deDE', 'Auferstandener Todesritter', '', 0),\n(@CENTRY+53, 'esES', 'Caballero de la Muerte resucitado', '', 0),\n(@CENTRY+53, 'esMX', 'Caballero de la Muerte resucitado', '', 0),\n(@CENTRY+53, 'frFR', 'Chevalier de la mort ressuscité', '', 0),\n(@CENTRY+53, 'koKR', '부활한 기사', '', 0),\n(@CENTRY+53, 'ruRU', 'Восставший рыцарь смерти', '', 0),\n(@CENTRY+53, 'zhCN', '复活的侍从', '', 0),\n(@CENTRY+53, 'zhTW', '復活的侍從', '', 0),\n(@CENTRY+54, 'deDE', 'Dunkelgeplagter Krieger', 'Stallmeister', 0),\n(@CENTRY+54, 'esES', 'Guerrero tocado por la oscuridad', 'Maestro de establos', 0),\n(@CENTRY+54, 'esMX', 'Guerrero tocado por la oscuridad', 'Maestro de establos', 0),\n(@CENTRY+54, 'frFR', 'Guerrier touché par l''obscurité', 'Maître des écuries', 0),\n(@CENTRY+54, 'koKR', '어둠을 영접한 전사', '', 0),\n(@CENTRY+54, 'ruRU', 'Помеченный Тьмой воин', '', 0),\n(@CENTRY+54, 'zhCN', '黑暗战士', '', 0),\n(@CENTRY+54, 'zhTW', '暗觸戰士', '', 0),\n(@CENTRY+55, 'deDE', 'Dragoner der Todesritter', '', 0),\n(@CENTRY+55, 'esES', 'Hidalgo caballero de la Muerte', '', 0),\n(@CENTRY+55, 'esMX', 'Hidalgo caballero de la Muerte', '', 0),\n(@CENTRY+55, 'frFR', 'Cavalier de la mort', '', 0),\n(@CENTRY+55, 'koKR', '죽음의 기사단 기병', '', 0),\n(@CENTRY+55, 'ruRU', 'Кавалерист-рыцарь смерти', '', 0),\n(@CENTRY+55, 'zhCN', '死亡骑兵', '', 0),\n(@CENTRY+55, 'zhTW', '死亡騎士騎兵', '', 0),\n(@CENTRY+56, 'deDE', 'Schemen von Naxxramas', '', 0),\n(@CENTRY+56, 'esES', 'Sombra de Naxxramas', '', 0),\n(@CENTRY+56, 'esMX', 'Sombra de Naxxramas', '', 0),\n(@CENTRY+56, 'frFR', 'Ombre de Naxxramas', '', 0),\n(@CENTRY+56, 'koKR', '낙스라마스의 망령', '', 0),\n(@CENTRY+56, 'ruRU', 'Тень Наксрамаса', '', 0),\n(@CENTRY+56, 'zhCN', '纳克萨玛斯之影', '', 0),\n(@CENTRY+56, 'zhTW', '納克薩瑪斯幻影', '', 0),\n(@CENTRY+57, 'deDE', 'Nekroritter', '', 0),\n(@CENTRY+57, 'esES', 'Caballero Necro', '', 0),\n(@CENTRY+57, 'esMX', 'Caballero Necro', '', 0),\n(@CENTRY+57, 'frFR', 'Nécrochevalier', '', 0),\n(@CENTRY+57, 'koKR', '해골 기사', '', 0),\n(@CENTRY+57, 'ruRU', 'Некрорыцарь', '', 0),\n(@CENTRY+57, 'zhCN', '死灵骑士', '', 0),\n(@CENTRY+57, 'zhTW', '死闇騎士', '', 0),\n(@CENTRY+58, 'deDE', 'Knochiges Konstrukt', '', 0),\n(@CENTRY+58, 'esES', 'Ensamblaje huesudo', '', 0),\n(@CENTRY+58, 'esMX', 'Ensamblaje huesudo', '', 0),\n(@CENTRY+58, 'frFR', 'Assemblage osseux', '', 0),\n(@CENTRY+58, 'koKR', '기괴한 해골 피조물', '', 0),\n(@CENTRY+58, 'ruRU', 'Костлявое создание', '', 0),\n(@CENTRY+58, 'zhCN', '白骨构造体', '', 0),\n(@CENTRY+58, 'zhTW', '骸骨組合者', '', 0),\n(@CENTRY+59, 'deDE', 'Steinhautgargoyle', '', 0),\n(@CENTRY+59, 'esES', 'Gárgola piel de piedra', '', 0),\n(@CENTRY+59, 'esMX', 'Gárgola piel de piedra', '', 0),\n(@CENTRY+59, 'frFR', 'Gargouille peau de pierre', '', 0),\n(@CENTRY+59, 'koKR', '돌가죽 가고일', '', 0),\n(@CENTRY+59, 'ruRU', 'Каменная горгулья', '', 0),\n(@CENTRY+59, 'zhCN', '岩肤石像鬼', '', 0),\n(@CENTRY+59, 'zhTW', '石膚石像鬼', '', 0), \n(@CENTRY+60, 'deDE', 'Skelettschmied', '', 0),\n(@CENTRY+60, 'esES', 'Herrero esquelético', '', 0),\n(@CENTRY+60, 'esMX', 'Herrero esquelético', '', 0),\n(@CENTRY+60, 'frFR', 'Forgeron squelettique', '', 0),\n(@CENTRY+60, 'koKR', '해골 대장장이', '', 0),\n(@CENTRY+60, 'ruRU', 'Скелет-кузнец', '', 0),\n(@CENTRY+60, 'zhCN', '骷髅铁匠', '', 0),\n(@CENTRY+60, 'zhTW', '骷髏鐵匠', '', 0),\n(@CENTRY+61, 'deDE', 'Unheilige Axt', '', 0),\n(@CENTRY+61, 'esES', 'Hacha profana', '', 0),\n(@CENTRY+61, 'esMX', 'Hacha profana', '', 0),\n(@CENTRY+61, 'frFR', 'Hache impie', '', 0),\n(@CENTRY+61, 'koKR', '악령 깃든 도끼', '', 0),\n(@CENTRY+61, 'ruRU', 'Нечестивый топор', '', 0),\n(@CENTRY+61, 'zhCN', '邪恶之斧', '', 0),\n(@CENTRY+61, 'zhTW', '邪惡之斧', '', 0),\n(@CENTRY+62, 'deDE', 'Unheiliger Stab', '', 0),\n(@CENTRY+62, 'esES', 'Bastón profano', '', 0),\n(@CENTRY+62, 'esMX', 'Bastón profano', '', 0),\n(@CENTRY+62, 'frFR', 'Bâton impie', '', 0),\n(@CENTRY+62, 'koKR', '악령 깃든 지팡이', '', 0),\n(@CENTRY+62, 'ruRU', 'Нечестивый посох', '', 0),\n(@CENTRY+62, 'zhCN', '邪恶法杖', '', 0),\n(@CENTRY+62, 'zhTW', '邪惡之杖', '', 0),\n(@CENTRY+63, 'deDE', 'Unheilige Schwerter', '', 0),\n(@CENTRY+63, 'esES', 'Espadas profanas', '', 0),\n(@CENTRY+63, 'esMX', 'Espadas profanas', '', 0),\n(@CENTRY+63, 'frFR', 'Epées impies', '', 0),\n(@CENTRY+63, 'koKR', '악령 깃든 검', '', 0),\n(@CENTRY+63, 'ruRU', 'Нечестивые Мечи', '', 0),\n(@CENTRY+63, 'zhCN', '邪恶之剑', '', 0),\n(@CENTRY+63, 'zhTW', '邪惡之劍', '', 0),\n(@CENTRY+64, 'deDE', 'Seuchenschleim', '', 0),\n(@CENTRY+64, 'esES', 'Babosa de peste', '', 0),\n(@CENTRY+64, 'esMX', 'Babosa de peste', '', 0),\n(@CENTRY+64, 'frFR', 'Gelée de la peste', '', 0),\n(@CENTRY+64, 'koKR', '역병 걸린 진흙괴물', '', 0),\n(@CENTRY+64, 'ruRU', 'Чумная слизь', '', 0),\n(@CENTRY+64, 'zhCN', '天灾软泥怪', '', 0),\n(@CENTRY+64, 'zhTW', '瘟疫泥漿怪', '', 0),\n(@CENTRY+65, 'deDE', 'Ansteckender Ghul', '', 0),\n(@CENTRY+65, 'esES', 'Necrófago infeccioso', '', 0),\n(@CENTRY+65, 'esMX', 'Necrófago infeccioso', '', 0),\n(@CENTRY+65, 'frFR', 'Goule infectieuse', '', 0),\n(@CENTRY+65, 'koKR', '전염병 구울', '', 0),\n(@CENTRY+65, 'ruRU', 'Заразный вурдалак', '', 0),\n(@CENTRY+65, 'zhCN', '感染的食尸鬼', '', 0),\n(@CENTRY+65, 'zhTW', '傳染食屍鬼', '', 0),\n(@CENTRY+67, 'deDE', 'Verstrahlter Schleim', '', 0),\n(@CENTRY+67, 'esES', 'Babosa radiactiva', '', 0),\n(@CENTRY+67, 'esMX', 'Babosa radiactiva', '', 0),\n(@CENTRY+67, 'frFR', 'Gelée polluée', '', 0),\n(@CENTRY+67, 'koKR', '죽음의 독액괴물', '', 0),\n(@CENTRY+67, 'ruRU', 'Мутная слизь', '', 0),\n(@CENTRY+67, 'zhCN', '辐射软泥怪', '', 0),\n(@CENTRY+67, 'zhTW', '輻射泥漿怪', '', 0),\n(@CENTRY+68, 'deDE', 'Mutierte Larve', '', 0),\n(@CENTRY+68, 'esES', 'Larva mutada', '', 0),\n(@CENTRY+68, 'esMX', 'Larva mutada', '', 0),\n(@CENTRY+68, 'frFR', 'Larve mutante', '', 0),\n(@CENTRY+68, 'koKR', '돌연변이 굼벵이', '', 0),\n(@CENTRY+68, 'ruRU', 'Мутировавшая личинка', '', 0),\n(@CENTRY+68, 'zhCN', '变异幼虫', '', 0),\n(@CENTRY+68, 'zhTW', '突變的幼蟲', '', 0),\n(@CENTRY+69, 'deDE', 'Zombiefraß', '', 0),\n(@CENTRY+69, 'esES', 'Zombi destripado', '', 0),\n(@CENTRY+69, 'esMX', 'Zombi destripado', '', 0),\n(@CENTRY+69, 'frFR', 'Croq''zombie', '', 0),\n(@CENTRY+69, 'koKR', '간식용 좀비', '', 0),\n(@CENTRY+69, 'ruRU', 'Закуска зомби', '', 0),\n(@CENTRY+69, 'zhCN', '肉用僵尸', '', 0),\n(@CENTRY+69, 'zhTW', '肉身殭屍', '', 0),\n(@CENTRY+70, 'deDE', 'Akolyth der Nekropole', '', 0),\n(@CENTRY+70, 'esES', 'Acólito de Necrópolis', '', 0),\n(@CENTRY+70, 'esMX', 'Acólito de Necrópolis', '', 0),\n(@CENTRY+70, 'frFR', 'Acolyte de la nécropole', '', 0),\n(@CENTRY+70, 'koKR', '죽음의 요새 수행사제', '', 0),\n(@CENTRY+70, 'ruRU', 'Послушник из некрополя', '', 0),\n(@CENTRY+70, 'zhCN', '浮空城侍僧', '', 0),\n(@CENTRY+70, 'zhTW', '亡域侍僧', '', 0),\n(@CENTRY+71, 'deDE', 'Abwasserschleim', '', 0),\n(@CENTRY+71, 'esES', 'Babosa de cloaca', '', 0),\n(@CENTRY+71, 'esMX', 'Babosa de cloaca', '', 0),\n(@CENTRY+71, 'frFR', 'Gelée d''égout', '', 0),\n(@CENTRY+71, 'koKR', '용수로 독액괴물', '', 0),\n(@CENTRY+71, 'ruRU', 'Сточная слизь', '', 0),\n(@CENTRY+71, 'zhCN', '污水淤泥怪', '', 0),\n(@CENTRY+71, 'zhTW', '污穢泥漿怪', '', 0),\n(@CENTRY+73, 'deDE', 'Soldat der Eisigen Weiten', '', 0),\n(@CENTRY+73, 'esES', 'Soldado de los Baldíos Helados', '', 0),\n(@CENTRY+73, 'esMX', 'Soldado de los Baldíos Helados', '', 0),\n(@CENTRY+73, 'frFR', 'Soldat des terres gelées', '', 0),\n(@CENTRY+73, 'koKR', '얼어붙은 황무지의 병사', '', 0),\n(@CENTRY+73, 'ruRU', 'Солдат Ледяных Пустошей', '', 0),\n(@CENTRY+73, 'zhCN', '冰冻废土的士兵', '', 0),\n(@CENTRY+73, 'zhTW', '冰凍荒原士兵', '', 0),\n(@CENTRY+74, 'deDE', 'Unaufhaltsame Monstrosität', '', 0),\n(@CENTRY+74, 'esES', 'Abominación imparable', '', 0),\n(@CENTRY+74, 'esMX', 'Abominación imparable', '', 0),\n(@CENTRY+74, 'frFR', 'Abomination irrésistible', '', 0),\n(@CENTRY+74, 'koKR', '무시무시한 누더기골렘', '', 0),\n(@CENTRY+74, 'ruRU', 'Неудержимое поганище', '', 0),\n(@CENTRY+74, 'zhCN', '势不可挡的憎恶', '', 0),\n(@CENTRY+74, 'zhTW', '無法阻止的憎惡體', '', 0),\n(@CENTRY+75, 'deDE', 'Seelenwirker', '', 0),\n(@CENTRY+75, 'esES', 'Tejealmas', '', 0),\n(@CENTRY+75, 'esMX', 'Tejealmas', '', 0),\n(@CENTRY+75, 'frFR', 'Tisseur d''âme', '', 0),\n(@CENTRY+75, 'koKR', '영혼의 마녀', '', 0),\n(@CENTRY+75, 'ruRU', 'Прядильщица душ', '', 0),\n(@CENTRY+75, 'zhCN', '织魂者', '', 0),\n(@CENTRY+75, 'zhTW', '靈魂編織者', '', 0),\n(@CENTRY+76, 'deDE', 'Wächter von Eiskrone', '', 0),\n(@CENTRY+76, 'esES', 'Guardián de Corona de Hielo', '', 0),\n(@CENTRY+76, 'esMX', 'Guardián de Corona de Hielo', '', 0),\n(@CENTRY+76, 'frFR', 'Gardien de la Couronne de glace', '', 0),\n(@CENTRY+76, 'koKR', '얼음왕관의 수호자', '', 0),\n(@CENTRY+76, 'ruRU', 'Страж Ледяной Короны', '', 0),\n(@CENTRY+76, 'zhCN', '寒冰皇冠卫士', '', 0),\n(@CENTRY+76, 'zhTW', '寒冰皇冠守護者', '', 0),\n(@CENTRY+77, 'deDE', 'Verseuchter Gargoyle', '', 0),\n(@CENTRY+77, 'esES', 'Gárgola apestada', '', 0),\n(@CENTRY+77, 'esMX', 'Gárgola apestada', '', 0),\n(@CENTRY+77, 'frFR', 'Gargouille pestiférée', '', 0),\n(@CENTRY+77, 'koKR', '역병 걸린 가고일', '', 0),\n(@CENTRY+77, 'ruRU', 'Чумная горгулья', '', 0),\n(@CENTRY+77, 'zhCN', '疫病石像鬼', '', 0),\n(@CENTRY+77, 'zhTW', '被感染的石像鬼', '', 0),\n(@CENTRY+78, 'deDE', 'Verseuchter Ghul', '', 0),\n(@CENTRY+78, 'esES', 'Necrófago apestado', '', 0),\n(@CENTRY+78, 'esMX', 'Necrófago apestado', '', 0),\n(@CENTRY+78, 'frFR', 'Goule pestiférée', '', 0),\n(@CENTRY+78, 'koKR', '역병 걸린 구울', '', 0),\n(@CENTRY+78, 'ruRU', 'Чумной вурдалак', '', 0),\n(@CENTRY+78, 'zhCN', '疫病食尸鬼', '', 0),\n(@CENTRY+78, 'zhTW', '染疫食屍鬼', '', 0),\n(@CENTRY+79, 'deDE', 'Fangnetz', '', 0),\n(@CENTRY+79, 'esES', 'Trampa arácnida', '', 0),\n(@CENTRY+79, 'esMX', 'Trampa arácnida', '', 0),\n(@CENTRY+79, 'frFR', 'Entoilage', '', 0),\n(@CENTRY+79, 'koKR', '거미줄 올가미', '', 0),\n(@CENTRY+79, 'ruRU', 'Кокон', '', 0),\n(@CENTRY+79, 'zhCN', '蛛网', '', 0),\n(@CENTRY+79, 'zhTW', '纏繞之網', '', 0),\n(@CENTRY+80, 'deDE', 'Anhänger von Naxxramas', '', 0),\n(@CENTRY+80, 'esES', 'Seguidor de Naxxramas', '', 0),\n(@CENTRY+80, 'esMX', 'Seguidor de Naxxramas', '', 0),\n(@CENTRY+80, 'frFR', 'Suivant de Naxxramas', '', 0),\n(@CENTRY+80, 'koKR', '낙스라마스 추종자', '', 0),\n(@CENTRY+80, 'ruRU', 'Последователь Наксрамаса', '', 0),\n(@CENTRY+80, 'zhCN', '纳克萨玛斯追随者', '', 0),\n(@CENTRY+80, 'zhTW', '納克薩瑪斯跟隨者', '', 0),\n(@CENTRY+81, 'deDE', 'Jünger von Naxxramas', '', 0),\n(@CENTRY+81, 'esES', 'Venerador de Naxxramas', '', 0),\n(@CENTRY+81, 'esMX', 'Venerador de Naxxramas', '', 0),\n(@CENTRY+81, 'frFR', 'Adorateur de Naxxramas', '', 0),\n(@CENTRY+81, 'koKR', '낙스라마스 숭배자', '', 0),\n(@CENTRY+81, 'ruRU', 'Служитель Наксрамаса', '', 0),\n(@CENTRY+81, 'zhCN', '纳克萨玛斯膜拜者', '', 0),\n(@CENTRY+81, 'zhTW', '納克薩瑪斯信奉者', '', 0),\n(@CENTRY+82, 'deDE', 'Gruftwache', '', 0),\n(@CENTRY+82, 'esES', 'Guardia de la cripta', '', 0),\n(@CENTRY+82, 'esMX', 'Guardia de la cripta', '', 0),\n(@CENTRY+82, 'frFR', 'Gardien des cryptes', '', 0),\n(@CENTRY+82, 'koKR', '지하마귀 수호병', '', 0),\n(@CENTRY+82, 'ruRU', 'Некрорахнид-стражник', '', 0),\n(@CENTRY+82, 'zhCN', '地穴卫士', '', 0),\n(@CENTRY+82, 'zhTW', '地穴守衛', '', 0),\n(@CENTRY+83, 'deDE', 'Leichenskarabäus', '', 0),\n(@CENTRY+83, 'esES', 'Cadáver de escarabajo', '', 0),\n(@CENTRY+83, 'esMX', 'Cadáver de escarabajo', '', 0),\n(@CENTRY+83, 'frFR', 'Scarabée mange-cadavres', '', 0),\n(@CENTRY+83, 'koKR', '송장 딱정벌레', '', 0),\n(@CENTRY+83, 'ruRU', 'Трупный скарабей', '', 0),\n(@CENTRY+83, 'zhCN', '死尸甲虫', '', 0),\n(@CENTRY+83, 'zhTW', '屍甲蟲', '', 0),\n(@CENTRY+84, 'deDE', 'Reservist der Todesritter', '', 0),\n(@CENTRY+84, 'esES', 'Caballero de la Muerte suplente', '', 0),\n(@CENTRY+84, 'esMX', 'Caballero de la Muerte suplente', '', 0),\n(@CENTRY+84, 'frFR', 'Doublure de chevalier de la mort', '', 0),\n(@CENTRY+84, 'koKR', '죽음의 기사 수습생', '', 0),\n(@CENTRY+84, 'ruRU', 'Ученик рыцаря смерти', '', 0),\n(@CENTRY+84, 'zhCN', '死亡骑士学员', '', 0),\n(@CENTRY+84, 'zhTW', '死亡騎士實習者', '', 0),\n(@CENTRY+85, 'deDE', 'Verseuchter Wächter', '', 0),\n(@CENTRY+85, 'esES', 'Guardián apestado', '', 0),\n(@CENTRY+85, 'esMX', 'Guardián apestado', '', 0),\n(@CENTRY+85, 'frFR', 'Gardien pestiféré', '', 0),\n(@CENTRY+85, 'koKR', '역병 걸린 수호자', '', 0),\n(@CENTRY+85, 'ruRU', 'Зачумленный страж', '', 0),\n(@CENTRY+85, 'zhCN', '天灾卫士', '', 0),\n(@CENTRY+85, 'zhTW', '染疫守護者', '', 0),\n(@CENTRY+86, 'deDE', 'Verseuchter Champion', '', 0),\n(@CENTRY+86, 'esES', 'Campeón apestado', '', 0),\n(@CENTRY+86, 'esMX', 'Campeón apestado', '', 0),\n(@CENTRY+86, 'frFR', 'Champion pestiféré', '', 0),\n(@CENTRY+86, 'koKR', '역병 걸린 용사', '', 0),\n(@CENTRY+86, 'ruRU', 'Зачумленный воитель', '', 0),\n(@CENTRY+86, 'zhCN', '天灾勇士', '', 0),\n(@CENTRY+86, 'zhTW', '染疫勇士', '', 0),\n(@CENTRY+87, 'deDE', 'Verseuchter Krieger', '', 0),\n(@CENTRY+87, 'esES', 'Guerrero apestado', '', 0),\n(@CENTRY+87, 'esMX', 'Guerrero apestado', '', 0),\n(@CENTRY+87, 'frFR', 'Guerrier pestiféré', '', 0),\n(@CENTRY+87, 'koKR', '역병 걸린 전사', '', 0),\n(@CENTRY+87, 'ruRU', 'Зачумленный воин', '', 0),\n(@CENTRY+87, 'zhCN', '天灾战士', '', 0),\n(@CENTRY+87, 'zhTW', '染疫戰士', '', 0),\n(@CENTRY+88, 'deDE', 'Maexxnaspinnling', '', 0),\n(@CENTRY+88, 'esES', 'Arañita de Maexxna', '', 0),\n(@CENTRY+88, 'esMX', 'Arañita de Maexxna', '', 0),\n(@CENTRY+88, 'frFR', 'Jeune araignée de Maexxna', '', 0),\n(@CENTRY+88, 'koKR', '맥스나의 새끼 거미', '', 0),\n(@CENTRY+88, 'ruRU', 'Паученыш Мексны', '', 0),\n(@CENTRY+88, 'zhCN', '迈克斯纳的小蜘蛛', '', 0),\n(@CENTRY+88, 'zhTW', '梅克絲娜之子', '', 0),\n(@CENTRY+89, 'deDE', 'Wolke von Grobbulus', '', 0),\n(@CENTRY+89, 'esES', 'Grobbulus Nube', '', 0),\n(@CENTRY+89, 'esMX', 'Grobbulus Nube', '', 0),\n(@CENTRY+89, 'frFR', 'Nuage de Grobbulus', '', 0),\n(@CENTRY+89, 'koKR', '그라불루스 독구름', '', 0),\n(@CENTRY+89, 'ruRU', 'Облако Гроббулуса', '', 0),\n(@CENTRY+89, 'zhCN', '天灾云雾', '', 0),\n(@CENTRY+89, 'zhTW', '葛羅巴斯之雲', '', 0),\n(@CENTRY+90, 'deDE', 'Augenstrunk', '', 0),\n(@CENTRY+90, 'esES', 'Ojo acechador', '', 0),\n(@CENTRY+90, 'esMX', 'Ojo acechador', '', 0),\n(@CENTRY+90, 'frFR', 'Oeil pédonculé', '', 0),\n(@CENTRY+90, 'koKR', '추적자의 눈', '', 0),\n(@CENTRY+90, 'ruRU', 'Глазной стебелек', '', 0),\n(@CENTRY+90, 'zhCN', '眼柄', '', 0),\n(@CENTRY+90, 'zhTW', '眼梗', '', 0),\n(@CENTRY+91, 'deDE', 'Blitzschlagtotem', '', 0),\n(@CENTRY+91, 'esES', 'Tótem de relámpagos', '', 0),\n(@CENTRY+91, 'esMX', 'Tótem de relámpagos', '', 0),\n(@CENTRY+91, 'frFR', 'Totem de foudre', '', 0),\n(@CENTRY+91, 'koKR', '번개 토템', '', 0),\n(@CENTRY+91, 'ruRU', 'Тотем молний', '', 0),\n(@CENTRY+91, 'zhCN', '闪电图腾', '', 0),\n(@CENTRY+91, 'zhTW', '閃電圖騰', '', 0),\n(@CENTRY+92, 'deDE', 'Phantom von Naxxramas', '', 0),\n(@CENTRY+92, 'esES', 'Fantasma de Naxxramas', '', 0),\n(@CENTRY+92, 'esMX', 'Fantasma de Naxxramas', '', 0),\n(@CENTRY+92, 'frFR', 'Fantôme de Naxxramas', '', 0),\n(@CENTRY+92, 'koKR', '낙스라마스의 유령', '', 0),\n(@CENTRY+92, 'ruRU', 'Привидение Наксрамаса', '', 0),\n(@CENTRY+92, 'zhCN', '纳克萨玛斯之灵', '', 0),\n(@CENTRY+92, 'zhTW', '納克薩瑪斯的鬼魂', '', 0);\n\nDELETE FROM `creature_loot_template` WHERE `entry` IN\n(@CENTRY+0, @CENTRY+3, @CENTRY+4, @CENTRY+5, @CENTRY+6, @CENTRY+7, @CENTRY+8, @CENTRY+9, @CENTRY+10, @CENTRY+11, @CENTRY+12, @CENTRY+14, @CENTRY+15, @CENTRY+16, @CENTRY+17, @CENTRY+18, \n@CENTRY+19, @CENTRY+20, @CENTRY+21, @CENTRY+22, @CENTRY+23, @CENTRY+24, @CENTRY+25, @CENTRY+27, @CENTRY+28, @CENTRY+29, @CENTRY+35, @CENTRY+36, @CENTRY+41, @CENTRY+48, @CENTRY+53, \n@CENTRY+54, @CENTRY+55, @CENTRY+56, @CENTRY+57, @CENTRY+58, @CENTRY+59, @CENTRY+60, @CENTRY+61, @CENTRY+62, @CENTRY+63, @CENTRY+64, @CENTRY+65, @CENTRY+70, @CENTRY+77, @CENTRY+78);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(@CENTRY+0, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+0, 304500, 304500, 100.0, 0, 0, 1, 1),\n(@CENTRY+0, 304510, 304510, 100.0, 0, 0, 1, 1),\n(@CENTRY+0, 304520, 304520, 100.0, 0, 0, 1, 1),\n(@CENTRY+3, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+3, 304530, 304530, 100.0, 0, 0, 1, 1),\n(@CENTRY+3, 304540, 304540, 100.0, 0, 0, 1, 1),\n(@CENTRY+4, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+4, 304550, 304550, 100.0, 0, 0, 1, 1),\n(@CENTRY+4, 304560, 304560, 100.0, 0, 0, 1, 1),\n(@CENTRY+5, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+5, 304570, 304570, 100.0, 0, 0, 1, 1),\n(@CENTRY+5, 304580, 304580, 100.0, 0, 0, 1, 1),\n(@CENTRY+6, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+6, 304590, 304590, 100.0, 0, 0, 1, 1),\n(@CENTRY+6, 304600, 304600, 100.0, 0, 0, 1, 1),\n(@CENTRY+6, 304610, 304610, 100.0, 0, 0, 1, 1),\n(@CENTRY+7, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+7, 304620, 304620, 100.0, 0, 0, 1, 1),\n(@CENTRY+7, 304630, 304630, 100.0, 0, 0, 1, 1),\n(@CENTRY+8, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+8, 304570, 304570, 100.0, 0, 0, 1, 1),\n(@CENTRY+8, 304640, 304640, 100.0, 0, 0, 1, 1),\n(@CENTRY+9, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+9, 304620, 304620, 100.0, 0, 0, 1, 1),\n(@CENTRY+9, 304650, 304650, 100.0, 0, 0, 1, 1),\n(@CENTRY+10, 1074, 0, 18.9548, 0, 0, 1, 1),\n(@CENTRY+10, 4585, 0, 43.0469, 0, 0, 1, 1),\n(@CENTRY+10, 5760, 0, 0.0886, 0, 0, 1, 1),\n(@CENTRY+10, 7909, 0, 0.0886, 0, 0, 1, 1),\n(@CENTRY+10, 7910, 0, 0.0886, 0, 0, 1, 1),\n(@CENTRY+10, 12713, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+10, 13492, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+10, 14227, 0, 9.2117, 0, 0, 1, 2),\n(@CENTRY+10, 14504, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+10, 14506, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+10, 14508, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+10, 15746, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+10, 16251, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+10, 16253, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+10, 17414, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+10, 17683, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+10, 18600, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+10, 19441, 0, 3.0115, 0, 0, 1, 1),\n(@CENTRY+10, 22373, 0, 13.6404, 0, 0, 1, 1),\n(@CENTRY+10, 22374, 0, 7.3516, 0, 0, 1, 1),\n(@CENTRY+10, 22375, 0, 12.0461, 0, 0, 1, 1),\n(@CENTRY+10, 22376, 0, 16.3862, 0, 0, 1, 1),\n(@CENTRY+10, 22393, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+10, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+10, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+10, 23044, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+10, 23055, 0, 1.8601, 0, 0, 1, 1),\n(@CENTRY+10, 23069, 0, 0.3, 0, 0, 1, 1),\n(@CENTRY+10, 23221, 0, 0.48, 0, 0, 1, 1),\n(@CENTRY+10, 23226, 0, 0.32, 0, 0, 1, 1),\n(@CENTRY+10, 23237, 0, 0.0886, 0, 0, 1, 1),\n(@CENTRY+10, 23238, 0, 0.33, 0, 0, 1, 1),\n(@CENTRY+10, 23665, 0, 0.0886, 0, 0, 1, 1),\n(@CENTRY+10, 23666, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+10, 23667, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+10, 23668, 0, 0.32, 0, 0, 1, 1),\n(@CENTRY+10, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+10, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+10, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+10, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+11, 1074, 0, 16.1976, 0, 0, 1, 1),\n(@CENTRY+11, 4585, 0, 49.1097, 0, 0, 1, 1),\n(@CENTRY+11, 5760, 0, 0.1149, 0, 0, 1, 1),\n(@CENTRY+11, 7909, 0, 0.1149, 0, 0, 1, 1),\n(@CENTRY+11, 7910, 0, 0.0574, 0, 0, 1, 1),\n(@CENTRY+11, 12693, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 12713, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+11, 12728, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 14227, 0, 9.1327, 0, 0, 1, 2),\n(@CENTRY+11, 14504, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+11, 14506, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 14508, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+11, 15757, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 15765, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 16251, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 17414, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 17683, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 18600, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 19441, 0, 2.8719, 0, 0, 1, 1),\n(@CENTRY+11, 22373, 0, 12.6364, 0, 0, 1, 1),\n(@CENTRY+11, 22374, 0, 6.4905, 0, 0, 1, 1),\n(@CENTRY+11, 22375, 0, 10.7984, 0, 0, 1, 1),\n(@CENTRY+11, 22376, 0, 15.336, 0, 0, 1, 1),\n(@CENTRY+11, 22393, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+11, 22890, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 22891, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 23044, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+11, 23055, 0, 3.7335, 0, 0, 1, 1),\n(@CENTRY+11, 23069, 0, 0.28, 0, 0, 1, 1),\n(@CENTRY+11, 23221, 0, 0.25, 0, 0, 1, 1),\n(@CENTRY+11, 23226, 0, 0.25, 0, 0, 1, 1),\n(@CENTRY+11, 23237, 0, 0.2872, 0, 0, 1, 1),\n(@CENTRY+11, 23238, 0, 0.44, 0, 0, 1, 1),\n(@CENTRY+11, 23664, 0, 0.0574, 0, 0, 1, 1),\n(@CENTRY+11, 23665, 0, 0.0574, 0, 0, 1, 1),\n(@CENTRY+11, 23666, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+11, 23667, 0, 0.0574, 0, 0, 1, 1),\n(@CENTRY+11, 23668, 0, 0.0574, 0, 0, 1, 1),\n(@CENTRY+11, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+11, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+11, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+11, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+12, 1074, 0, 15.4394, 0, 0, 1, 1),\n(@CENTRY+12, 4585, 0, 51.0689, 0, 0, 1, 1),\n(@CENTRY+12, 5760, 0, 0.7126, 0, 0, 1, 1),\n(@CENTRY+12, 7909, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+12, 7910, 0, 0.2375, 0, 0, 1, 1),\n(@CENTRY+12, 14227, 0, 9.0261, 0, 0, 1, 2),\n(@CENTRY+12, 14506, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+12, 16251, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+12, 17414, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+12, 18600, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+12, 19441, 0, 4.038, 0, 0, 1, 1),\n(@CENTRY+12, 22373, 0, 12.5891, 0, 0, 1, 1),\n(@CENTRY+12, 22374, 0, 6.8884, 0, 0, 1, 1),\n(@CENTRY+12, 22375, 0, 9.2637, 0, 0, 1, 1),\n(@CENTRY+12, 22376, 0, 13.3017, 0, 0, 1, 1),\n(@CENTRY+12, 22393, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+12, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+12, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+12, 23044, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+12, 23055, 0, 1.9002, 0, 0, 1, 1),\n(@CENTRY+12, 23069, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+12, 23221, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+12, 23226, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+12, 23237, 0, 0.4751, 0, 0, 1, 1),\n(@CENTRY+12, 23238, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+12, 23666, 0, 0.2375, 0, 0, 1, 1),\n(@CENTRY+12, 23667, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+12, 23668, 0, 0.4751, 0, 0, 1, 1),\n(@CENTRY+12, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+12, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+12, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+14, 1074, 0, 18.2692, 0, 0, 1, 1),\n(@CENTRY+14, 4585, 0, 47.1154, 0, 0, 1, 1),\n(@CENTRY+14, 5760, 0, 0.09, 0, 0, 1, 1),\n(@CENTRY+14, 7909, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+14, 7910, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+14, 14227, 0, 7.2115, 0, 0, 1, 2),\n(@CENTRY+14, 14504, 0, 0.09, 0, 0, 1, 1),\n(@CENTRY+14, 14506, 0, 0.09, 0, 0, 1, 1),\n(@CENTRY+14, 17683, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+14, 19441, 0, 1.9231, 0, 0, 1, 1),\n(@CENTRY+14, 22373, 0, 14.9038, 0, 0, 1, 1),\n(@CENTRY+14, 22374, 0, 3.3654, 0, 0, 1, 1),\n(@CENTRY+14, 22375, 0, 13.4615, 0, 0, 1, 1),\n(@CENTRY+14, 22376, 0, 11.0577, 0, 0, 1, 1),\n(@CENTRY+14, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+14, 23055, 0, 1.4423, 0, 0, 1, 1),\n(@CENTRY+14, 23069, 0, 1.33, 0, 0, 1, 1),\n(@CENTRY+14, 23226, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+14, 23237, 0, 0.36, 0, 0, 1, 1),\n(@CENTRY+14, 23665, 0, 0.4808, 0, 0, 1, 1),\n(@CENTRY+14, 23666, 0, 0.45, 0, 0, 1, 1),\n(@CENTRY+14, 23667, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+14, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+14, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+15, 1074, 0, 23.1527, 0, 0, 1, 1),\n(@CENTRY+15, 4585, 0, 39.9015, 0, 0, 1, 1),\n(@CENTRY+15, 5760, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+15, 7909, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+15, 7910, 0, 0.4926, 0, 0, 1, 1),\n(@CENTRY+15, 14227, 0, 10.3448, 0, 0, 1, 2),\n(@CENTRY+15, 14511, 0, 0.25, 0, 0, 1, 1),\n(@CENTRY+15, 16245, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+15, 16251, 0, 0.25, 0, 0, 1, 1),\n(@CENTRY+15, 19441, 0, 1.4778, 0, 0, 1, 1),\n(@CENTRY+15, 22373, 0, 13.3005, 0, 0, 1, 1),\n(@CENTRY+15, 22374, 0, 5.9113, 0, 0, 1, 1),\n(@CENTRY+15, 22375, 0, 14.7783, 0, 0, 1, 1),\n(@CENTRY+15, 22376, 0, 11.8227, 0, 0, 1, 1),\n(@CENTRY+15, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+15, 23055, 0, 3.4483, 0, 0, 1, 1),\n(@CENTRY+15, 23069, 0, 0.38, 0, 0, 1, 1),\n(@CENTRY+15, 23221, 0, 0.25, 0, 0, 1, 1),\n(@CENTRY+15, 23237, 0, 0.9852, 0, 0, 1, 1),\n(@CENTRY+15, 23238, 0, 0.38, 0, 0, 1, 1),\n(@CENTRY+15, 23664, 0, 0.4926, 0, 0, 1, 1),\n(@CENTRY+15, 23665, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+15, 23666, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+16, 5760, 0, 0.2514, 0, 0, 1, 1),\n(@CENTRY+16, 7909, 0, 0.1886, 0, 0, 1, 1),\n(@CENTRY+16, 7910, 0, 0.1886, 0, 0, 1, 1),\n(@CENTRY+16, 12697, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+16, 12713, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+16, 14047, 0, 23.8843, 0, 0, 2, 5),\n(@CENTRY+16, 14504, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+16, 14506, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+16, 14508, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+16, 15743, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+16, 15765, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+16, 16251, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+16, 17414, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+16, 17683, 0, 0.12, 0, 0, 1, 1),\n(@CENTRY+16, 18335, 0, 0.1886, 0, 0, 1, 1),\n(@CENTRY+16, 18600, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+16, 19234, 0, 0.0629, 0, 0, 1, 1),\n(@CENTRY+16, 19235, 0, 0.0629, 0, 0, 1, 1),\n(@CENTRY+16, 19236, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+16, 19265, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+16, 19272, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+16, 19275, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+16, 19282, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+16, 22373, 0, 14.8963, 0, 0, 1, 1),\n(@CENTRY+16, 22374, 0, 8.0453, 0, 0, 1, 1),\n(@CENTRY+16, 22375, 0, 13.6392, 0, 0, 1, 1),\n(@CENTRY+16, 22376, 0, 18.1647, 0, 0, 1, 1),\n(@CENTRY+16, 22393, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+16, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+16, 22890, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+16, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+16, 23044, 0, 1.36, 0, 0, 1, 1),\n(@CENTRY+16, 23055, 0, 4.4626, 0, 0, 1, 1),\n(@CENTRY+16, 23069, 0, 0.5, 0, 0, 1, 1),\n(@CENTRY+16, 23221, 0, 0.28, 0, 0, 1, 1),\n(@CENTRY+16, 23226, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+16, 23237, 0, 0.1257, 0, 0, 1, 1),\n(@CENTRY+16, 23238, 0, 1.36, 0, 0, 1, 1),\n(@CENTRY+16, 23663, 0, 0.1257, 0, 0, 1, 1),\n(@CENTRY+16, 23665, 0, 0.0629, 0, 0, 1, 1),\n(@CENTRY+16, 23666, 0, 0.2514, 0, 0, 1, 1),\n(@CENTRY+16, 23667, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+16, 23668, 0, 0.2, 0, 0, 1, 1),\n(@CENTRY+16, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+16, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+16, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+16, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+17, 5760, 0, 0.7268, 0, 0, 1, 1),\n(@CENTRY+17, 7909, 0, 0.1817, 0, 0, 1, 1),\n(@CENTRY+17, 7910, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+17, 12694, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 12704, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 14047, 0, 25.2574, 0, 0, 1, 5),\n(@CENTRY+17, 14494, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+17, 14498, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 14499, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 14504, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+17, 14506, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+17, 14508, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+17, 15765, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+17, 16251, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+17, 17414, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+17, 17683, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+17, 18335, 0, 0.1211, 0, 0, 1, 1),\n(@CENTRY+17, 18600, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+17, 19233, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 19235, 0, 0.69, 0, 0, 1, 1),\n(@CENTRY+17, 19264, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+17, 19265, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+17, 19272, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 19275, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 19282, 0, 0.2423, 0, 0, 1, 1),\n(@CENTRY+17, 19284, 0, 0.0606, 0, 0, 1, 1),\n(@CENTRY+17, 22373, 0, 14.9606, 0, 0, 1, 1),\n(@CENTRY+17, 22374, 0, 7.874, 0, 0, 1, 1),\n(@CENTRY+17, 22375, 0, 13.9915, 0, 0, 1, 1),\n(@CENTRY+17, 22376, 0, 17.9285, 0, 0, 1, 1),\n(@CENTRY+17, 22393, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+17, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+17, 22890, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+17, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+17, 23044, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+17, 23055, 0, 4.0581, 0, 0, 1, 1),\n(@CENTRY+17, 23069, 0, 0.61, 0, 0, 1, 1),\n(@CENTRY+17, 23221, 0, 0.69, 0, 0, 1, 1),\n(@CENTRY+17, 23226, 0, 0.69, 0, 0, 1, 1),\n(@CENTRY+17, 23237, 0, 0.848, 0, 0, 1, 1),\n(@CENTRY+17, 23238, 0, 0.5, 0, 0, 1, 1),\n(@CENTRY+17, 23664, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+17, 23665, 0, 0.1817, 0, 0, 1, 1),\n(@CENTRY+17, 23666, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+17, 23667, 0, 0.3028, 0, 0, 1, 1),\n(@CENTRY+17, 23668, 0, 0.26, 0, 0, 1, 1),\n(@CENTRY+17, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+17, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+17, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+18, 304660, 304660, 100.0, 0, 0, 1, 1),\n(@CENTRY+18, 304670, 304670, 100.0, 0, 0, 1, 1),\n(@CENTRY+18, 304680, 304680, 100.0, 0, 0, 1, 1),\n(@CENTRY+18, 304690, 304690, 100.0, 0, 0, 1, 1),\n(@CENTRY+19, 22520, 0, 100.0, 0, 0, 1, 1),\n(@CENTRY+19, 22733, 0, 100.0, 1, 0, 1, 1),\n(@CENTRY+19, 304700, 304700, 100.0, 0, 0, 1, 1),\n(@CENTRY+19, 304710, 304710, 100.0, 0, 0, 1, 1),\n(@CENTRY+19, 304720, 304720, 100.0, 0, 0, 1, 1),\n(@CENTRY+19, 304730, 304730, 100.0, 0, 0, 1, 1),\n(@CENTRY+20, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+20, 304740, 304740, 100.0, 0, 0, 1, 1),\n(@CENTRY+20, 304750, 304750, 100.0, 0, 0, 1, 1),\n(@CENTRY+20, 304760, 304760, 100.0, 0, 0, 1, 1),\n(@CENTRY+21, 5760, 0, 0.9632, 0, 0, 1, 1),\n(@CENTRY+21, 7909, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+21, 7910, 0, 0.7005, 0, 0, 1, 1),\n(@CENTRY+21, 12704, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 12713, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 12808, 0, 1.3135, 0, 0, 1, 1),\n(@CENTRY+21, 13490, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+21, 14491, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 14504, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 15765, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+21, 16251, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 17414, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 17683, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 18600, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+21, 22373, 0, 19.4396, 0, 0, 1, 1),\n(@CENTRY+21, 22374, 0, 11.4711, 0, 0, 1, 1),\n(@CENTRY+21, 22375, 0, 18.3012, 0, 0, 1, 1),\n(@CENTRY+21, 22376, 0, 26.5324, 0, 0, 1, 1),\n(@CENTRY+21, 22393, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+21, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+21, 22890, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 22891, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 23044, 0, 0.49, 0, 0, 1, 1),\n(@CENTRY+21, 23055, 0, 9.0193, 0, 0, 1, 1),\n(@CENTRY+21, 23069, 0, 0.36, 0, 0, 1, 1),\n(@CENTRY+21, 23221, 0, 0.49, 0, 0, 1, 1),\n(@CENTRY+21, 23226, 0, 0.65, 0, 0, 1, 1),\n(@CENTRY+21, 23237, 0, 0.0876, 0, 0, 1, 1),\n(@CENTRY+21, 23238, 0, 0.34, 0, 0, 1, 1),\n(@CENTRY+21, 23663, 0, 0.33, 0, 0, 1, 1),\n(@CENTRY+21, 23664, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 23665, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+21, 23666, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+21, 23667, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+21, 23668, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+21, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+21, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+21, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+22, 5760, 0, 0.1321, 0, 0, 1, 1),\n(@CENTRY+22, 7909, 0, 0.2642, 0, 0, 1, 1),\n(@CENTRY+22, 7910, 0, 0.1321, 0, 0, 1, 1),\n(@CENTRY+22, 12695, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 12808, 0, 0.7926, 0, 0, 1, 1),\n(@CENTRY+22, 14491, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 14504, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+22, 14506, 0, 0.83, 0, 0, 1, 1),\n(@CENTRY+22, 14508, 0, 0.28, 0, 0, 1, 1),\n(@CENTRY+22, 15746, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 15757, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 15765, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 16245, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 16251, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+22, 17683, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 18600, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 22373, 0, 15.3236, 0, 0, 1, 1),\n(@CENTRY+22, 22374, 0, 12.0211, 0, 0, 1, 1),\n(@CENTRY+22, 22375, 0, 19.2867, 0, 0, 1, 1),\n(@CENTRY+22, 22376, 0, 28.5337, 0, 0, 1, 1),\n(@CENTRY+22, 22890, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+22, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 23044, 0, 0.28, 0, 0, 1, 1),\n(@CENTRY+22, 23055, 0, 4.8877, 0, 0, 1, 1),\n(@CENTRY+22, 23069, 0, 0.28, 0, 0, 1, 1),\n(@CENTRY+22, 23221, 0, 0.14, 0, 0, 1, 1),\n(@CENTRY+22, 23226, 0, 0.83, 0, 0, 1, 1),\n(@CENTRY+22, 23237, 0, 0.2642, 0, 0, 1, 1),\n(@CENTRY+22, 23238, 0, 0.3, 0, 0, 1, 1),\n(@CENTRY+22, 23663, 0, 0.1321, 0, 0, 1, 1),\n(@CENTRY+22, 23664, 0, 0.28, 0, 0, 1, 1),\n(@CENTRY+22, 23665, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+22, 23666, 0, 0.14, 0, 0, 1, 1),\n(@CENTRY+22, 23668, 0, 0.1321, 0, 0, 1, 1),\n(@CENTRY+22, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+22, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+22, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+22, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+23, 5760, 0, 0.1726, 0, 0, 1, 1),\n(@CENTRY+23, 7909, 0, 0.4314, 0, 0, 1, 1),\n(@CENTRY+23, 7910, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+23, 12693, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+23, 12713, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+23, 14047, 0, 21.7429, 0, 0, 2, 5),\n(@CENTRY+23, 14504, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+23, 14508, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+23, 15765, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+23, 16251, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+23, 17683, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+23, 18335, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+23, 19233, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+23, 19234, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+23, 19265, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+23, 19272, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+23, 19273, 0, 0.0863, 0, 0, 1, 1),\n(@CENTRY+23, 19281, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+23, 19284, 0, 0.0863, 0, 0, 1, 1),\n(@CENTRY+23, 22373, 0, 17.6877, 0, 0, 1, 1),\n(@CENTRY+23, 22374, 0, 9.4909, 0, 0, 1, 1),\n(@CENTRY+23, 22375, 0, 20.7938, 0, 0, 1, 1),\n(@CENTRY+23, 22376, 0, 28.3003, 0, 0, 1, 1),\n(@CENTRY+23, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+23, 22890, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+23, 22891, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+23, 23044, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+23, 23055, 0, 4.4003, 0, 0, 1, 1),\n(@CENTRY+23, 23069, 0, 0.49, 0, 0, 1, 1),\n(@CENTRY+23, 23221, 0, 0.22, 0, 0, 1, 1),\n(@CENTRY+23, 23226, 0, 0.22, 0, 0, 1, 1),\n(@CENTRY+23, 23237, 0, 0.0863, 0, 0, 1, 1),\n(@CENTRY+23, 23238, 0, 0.33, 0, 0, 1, 1),\n(@CENTRY+23, 23663, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+23, 23664, 0, 0.0863, 0, 0, 1, 1),\n(@CENTRY+23, 23666, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+23, 23667, 0, 0.1726, 0, 0, 1, 1),\n(@CENTRY+23, 23668, 0, 1.88, 0, 0, 1, 1),\n(@CENTRY+23, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+23, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+23, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+24, 5760, 0, 0.3484, 0, 0, 1, 1),\n(@CENTRY+24, 7909, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+24, 7910, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+24, 12713, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+24, 12808, 0, 1.7422, 0, 0, 1, 1),\n(@CENTRY+24, 16251, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+24, 22373, 0, 16.0279, 0, 0, 1, 1),\n(@CENTRY+24, 22374, 0, 12.5436, 0, 0, 1, 1),\n(@CENTRY+24, 22375, 0, 19.1638, 0, 0, 1, 1),\n(@CENTRY+24, 22376, 0, 27.1777, 0, 0, 1, 1),\n(@CENTRY+24, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+24, 23044, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+24, 23055, 0, 3.8328, 0, 0, 1, 1),\n(@CENTRY+24, 23069, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+24, 23221, 0, 2.2, 0, 0, 1, 1),\n(@CENTRY+24, 23226, 0, 0.54, 0, 0, 1, 1),\n(@CENTRY+24, 23237, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+24, 23238, 0, 0.69, 0, 0, 1, 1),\n(@CENTRY+24, 23664, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+24, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+24, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+24, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+25, 4500, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+25, 5759, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 7909, 0, 0.2155, 0, 0, 1, 1),\n(@CENTRY+25, 7910, 0, 0.1437, 0, 0, 1, 1),\n(@CENTRY+25, 12694, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+25, 12695, 0, 0.22, 0, 0, 1, 1),\n(@CENTRY+25, 14047, 0, 23.4195, 0, 0, 2, 5),\n(@CENTRY+25, 14492, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+25, 17414, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+25, 17683, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+25, 18335, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 19234, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 19263, 0, 0.22, 0, 0, 1, 1),\n(@CENTRY+25, 20400, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+25, 22373, 0, 18.9655, 0, 0, 1, 1),\n(@CENTRY+25, 22374, 0, 10.9195, 0, 0, 1, 1),\n(@CENTRY+25, 22375, 0, 16.954, 0, 0, 1, 1),\n(@CENTRY+25, 22376, 0, 24.1379, 0, 0, 1, 1),\n(@CENTRY+25, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+25, 22890, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+25, 23044, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+25, 23055, 0, 4.5977, 0, 0, 1, 1),\n(@CENTRY+25, 23069, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+25, 23221, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+25, 23226, 0, 1.33, 0, 0, 1, 1),\n(@CENTRY+25, 23237, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 23238, 0, 0.33, 0, 0, 1, 1),\n(@CENTRY+25, 23664, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 23665, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+25, 23666, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 23667, 0, 0.0718, 0, 0, 1, 1),\n(@CENTRY+25, 23668, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+25, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+25, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+25, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+27, 5760, 0, 0.5917, 0, 0, 1, 1),\n(@CENTRY+27, 7909, 0, 0.1972, 0, 0, 1, 1),\n(@CENTRY+27, 7910, 0, 0.3945, 0, 0, 1, 1),\n(@CENTRY+27, 12808, 0, 0.789, 0, 0, 1, 1),\n(@CENTRY+27, 17414, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+27, 17683, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+27, 18600, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+27, 22373, 0, 21.3018, 0, 0, 1, 1),\n(@CENTRY+27, 22374, 0, 12.0316, 0, 0, 1, 1),\n(@CENTRY+27, 22375, 0, 19.1321, 0, 0, 1, 1),\n(@CENTRY+27, 22376, 0, 25.8383, 0, 0, 1, 1),\n(@CENTRY+27, 23044, 0, 0.41, 0, 0, 1, 1),\n(@CENTRY+27, 23055, 0, 6.5089, 0, 0, 1, 1),\n(@CENTRY+27, 23069, 0, 0.12, 0, 0, 1, 1),\n(@CENTRY+27, 23221, 0, 0.7, 0, 0, 1, 1),\n(@CENTRY+27, 23226, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+27, 23237, 0, 0.5917, 0, 0, 1, 1),\n(@CENTRY+27, 23238, 0, 0.87, 0, 0, 1, 1),\n(@CENTRY+27, 23664, 0, 0.1972, 0, 0, 1, 1),\n(@CENTRY+27, 23666, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+27, 23668, 0, 0.12, 0, 0, 1, 1),\n(@CENTRY+27, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+27, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+27, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+28, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+28, 304530, 304530, 100.0, 0, 0, 1, 1),\n(@CENTRY+28, 304770, 304770, 100.0, 0, 0, 1, 1),\n(@CENTRY+29, 7910, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+29, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+29, 304370, 304370, 0.025, 0, 0, 1, 1),\n(@CENTRY+35, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+35, 304780, 304780, 100.0, 0, 0, 1, 1),\n(@CENTRY+35, 304790, 304790, 100.0, 0, 0, 1, 1),\n(@CENTRY+36, 22726, 0, 30.0, 0, 0, 1, 1),\n(@CENTRY+36, 304780, 304780, 100.0, 0, 0, 1, 1),\n(@CENTRY+36, 304800, 304800, 100.0, 0, 0, 1, 1),\n(@CENTRY+41, 5760, 0, 1.0033, 0, 0, 1, 1),\n(@CENTRY+41, 7909, 0, 0.6689, 0, 0, 1, 1),\n(@CENTRY+41, 7910, 0, 0.5, 0, 0, 1, 1),\n(@CENTRY+41, 12697, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 12704, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 12713, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+41, 12808, 0, 2.6756, 0, 0, 1, 1),\n(@CENTRY+41, 14506, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 14508, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 15765, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 17414, 0, 0.14, 0, 0, 1, 1),\n(@CENTRY+41, 18600, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 22373, 0, 26.087, 0, 0, 1, 1),\n(@CENTRY+41, 22374, 0, 10.3679, 0, 0, 1, 1),\n(@CENTRY+41, 22375, 0, 17.7258, 0, 0, 1, 1),\n(@CENTRY+41, 22376, 0, 21.0702, 0, 0, 1, 1),\n(@CENTRY+41, 22393, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+41, 22890, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+41, 23044, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+41, 23055, 0, 8.0268, 0, 0, 1, 1),\n(@CENTRY+41, 23069, 0, 1.23, 0, 0, 1, 1),\n(@CENTRY+41, 23221, 0, 1.84, 0, 0, 1, 1),\n(@CENTRY+41, 23226, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+41, 23237, 0, 1.6722, 0, 0, 1, 1),\n(@CENTRY+41, 23238, 0, 0.5, 0, 0, 1, 1),\n(@CENTRY+41, 23663, 0, 0.14, 0, 0, 1, 1),\n(@CENTRY+41, 23665, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+41, 23668, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+41, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+41, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+41, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+48, 5760, 0, 0.9547, 0, 0, 1, 1),\n(@CENTRY+48, 7909, 0, 0.716, 0, 0, 1, 1),\n(@CENTRY+48, 7910, 0, 0.716, 0, 0, 1, 1),\n(@CENTRY+48, 14047, 0, 28.0827, 0, 0, 2, 5),\n(@CENTRY+48, 14489, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+48, 14504, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+48, 14506, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+48, 14508, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+48, 15755, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+48, 15765, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+48, 17414, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+48, 17683, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+48, 18335, 0, 0.0796, 0, 0, 1, 1),\n(@CENTRY+48, 18600, 0, 0.32, 0, 0, 1, 1),\n(@CENTRY+48, 19233, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+48, 19265, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+48, 19272, 0, 0.0796, 0, 0, 1, 1),\n(@CENTRY+48, 19273, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+48, 19281, 0, 0.0796, 0, 0, 1, 1),\n(@CENTRY+48, 22373, 0, 7.9554, 0, 0, 1, 1),\n(@CENTRY+48, 22374, 0, 4.0573, 0, 0, 1, 1),\n(@CENTRY+48, 22375, 0, 7.0008, 0, 0, 1, 1),\n(@CENTRY+48, 22376, 0, 10.9785, 0, 0, 1, 1),\n(@CENTRY+48, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+48, 22891, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+48, 23044, 0, 0.42, 0, 0, 1, 1),\n(@CENTRY+48, 23055, 0, 1.9889, 0, 0, 1, 1),\n(@CENTRY+48, 23069, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+48, 23221, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+48, 23226, 0, 0.42, 0, 0, 1, 1),\n(@CENTRY+48, 23237, 0, 0.7955, 0, 0, 1, 1),\n(@CENTRY+48, 23238, 0, 0.85, 0, 0, 1, 1),\n(@CENTRY+48, 23663, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+48, 23664, 0, 0.1591, 0, 0, 1, 1),\n(@CENTRY+48, 23665, 0, 0.0796, 0, 0, 1, 1),\n(@CENTRY+48, 23666, 0, 0.2387, 0, 0, 1, 1),\n(@CENTRY+48, 23667, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+48, 23668, 0, 0.0796, 0, 0, 1, 1),\n(@CENTRY+48, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+48, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+48, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+48, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+53, 5760, 0, 0.4127, 0, 0, 1, 1),\n(@CENTRY+53, 7909, 0, 0.1376, 0, 0, 1, 1),\n(@CENTRY+53, 7910, 0, 0.5502, 0, 0, 1, 1),\n(@CENTRY+53, 12713, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+53, 14047, 0, 26.9601, 0, 0, 2, 5),\n(@CENTRY+53, 14506, 0, 0.82, 0, 0, 1, 1),\n(@CENTRY+53, 14508, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+53, 15755, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+53, 15765, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+53, 17683, 0, 0.14, 0, 0, 1, 1),\n(@CENTRY+53, 18335, 0, 0.1376, 0, 0, 1, 1),\n(@CENTRY+53, 19234, 0, 0.1376, 0, 0, 1, 1),\n(@CENTRY+53, 19236, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+53, 19274, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+53, 19283, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+53, 22373, 0, 7.4278, 0, 0, 1, 1),\n(@CENTRY+53, 22374, 0, 4.5392, 0, 0, 1, 1),\n(@CENTRY+53, 22375, 0, 8.8033, 0, 0, 1, 1),\n(@CENTRY+53, 22376, 0, 12.3796, 0, 0, 1, 1),\n(@CENTRY+53, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+53, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+53, 23044, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+53, 23055, 0, 1.3755, 0, 0, 1, 1),\n(@CENTRY+53, 23069, 0, 0.49, 0, 0, 1, 1),\n(@CENTRY+53, 23221, 0, 0.33, 0, 0, 1, 1),\n(@CENTRY+53, 23226, 0, 0.38, 0, 0, 1, 1),\n(@CENTRY+53, 23237, 0, 0.2751, 0, 0, 1, 1),\n(@CENTRY+53, 23238, 0, 1.03, 0, 0, 1, 1),\n(@CENTRY+53, 23665, 0, 0.2751, 0, 0, 1, 1),\n(@CENTRY+53, 23667, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+53, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+53, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+53, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+53, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+54, 7910, 0, 1.32, 0, 0, 1, 1),\n(@CENTRY+54, 14047, 0, 25.88, 0, 0, 1, 1),\n(@CENTRY+54, 19236, 0, 0.56, 0, 0, 1, 1),\n(@CENTRY+54, 22373, 0, 8.77, 0, 0, 1, 1),\n(@CENTRY+54, 22374, 0, 7.87, 0, 0, 1, 1),\n(@CENTRY+54, 22375, 0, 6.74, 0, 0, 1, 1),\n(@CENTRY+54, 22376, 0, 17.42, 0, 0, 1, 1),\n(@CENTRY+54, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+54, 23055, 0, 1.12, 0, 0, 1, 1),\n(@CENTRY+54, 23666, 0, 0.56, 0, 0, 1, 1),\n(@CENTRY+54, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+54, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+54, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+55, 5760, 0, 0.6579, 0, 0, 1, 1),\n(@CENTRY+55, 7909, 0, 0.5263, 0, 0, 1, 1),\n(@CENTRY+55, 7910, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 12695, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 12713, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 14047, 0, 32.1053, 0, 0, 2, 5),\n(@CENTRY+55, 14506, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+55, 14508, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 15757, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 15765, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+55, 17414, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+55, 17683, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+55, 18335, 0, 0.1316, 0, 0, 1, 1),\n(@CENTRY+55, 18600, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 19235, 0, 0.1316, 0, 0, 1, 1),\n(@CENTRY+55, 19262, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+55, 19265, 0, 0.47, 0, 0, 1, 1),\n(@CENTRY+55, 19274, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+55, 19281, 0, 0.12, 0, 0, 1, 1),\n(@CENTRY+55, 19282, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 22373, 0, 9.6053, 0, 0, 1, 1),\n(@CENTRY+55, 22374, 0, 4.4737, 0, 0, 1, 1),\n(@CENTRY+55, 22375, 0, 6.9737, 0, 0, 1, 1),\n(@CENTRY+55, 22376, 0, 12.3684, 0, 0, 1, 1),\n(@CENTRY+55, 22393, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+55, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+55, 22890, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+55, 22891, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+55, 23044, 0, 0.58, 0, 0, 1, 1),\n(@CENTRY+55, 23055, 0, 1.8421, 0, 0, 1, 1),\n(@CENTRY+55, 23069, 0, 0.47, 0, 0, 1, 1),\n(@CENTRY+55, 23221, 0, 0.19, 0, 0, 1, 1),\n(@CENTRY+55, 23226, 0, 0.19, 0, 0, 1, 1),\n(@CENTRY+55, 23237, 0, 0.3947, 0, 0, 1, 1),\n(@CENTRY+55, 23238, 0, 0.38, 0, 0, 1, 1),\n(@CENTRY+55, 23663, 0, 0.1316, 0, 0, 1, 1),\n(@CENTRY+55, 23665, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+55, 23666, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+55, 23667, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+55, 23668, 0, 0.1316, 0, 0, 1, 1),\n(@CENTRY+55, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+55, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+55, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+56, 5760, 0, 0.8065, 0, 0, 1, 1),\n(@CENTRY+56, 7909, 0, 1.8817, 0, 0, 1, 1),\n(@CENTRY+56, 7910, 0, 0.8065, 0, 0, 1, 1),\n(@CENTRY+56, 12713, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+56, 12808, 0, 1.0753, 0, 0, 1, 1),\n(@CENTRY+56, 14504, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+56, 14506, 0, 0.79, 0, 0, 1, 1),\n(@CENTRY+56, 14508, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+56, 16251, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+56, 17683, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+56, 22373, 0, 9.1398, 0, 0, 1, 1),\n(@CENTRY+56, 22374, 0, 4.8387, 0, 0, 1, 1),\n(@CENTRY+56, 22375, 0, 8.3333, 0, 0, 1, 1),\n(@CENTRY+56, 22376, 0, 11.5591, 0, 0, 1, 1),\n(@CENTRY+56, 22393, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+56, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+56, 22890, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+56, 23044, 0, 1.97, 0, 0, 1, 1),\n(@CENTRY+56, 23055, 0, 1.8817, 0, 0, 1, 1),\n(@CENTRY+56, 23069, 0, 0.67, 0, 0, 1, 1),\n(@CENTRY+56, 23221, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+56, 23226, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+56, 23237, 0, 0.39, 0, 0, 1, 1),\n(@CENTRY+56, 23238, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+56, 23664, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+56, 23666, 0, 0.79, 0, 0, 1, 1),\n(@CENTRY+56, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+56, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+56, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+57, 5760, 0, 0.8772, 0, 0, 1, 1),\n(@CENTRY+57, 7909, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+57, 7910, 0, 1.48, 0, 0, 1, 1),\n(@CENTRY+57, 12808, 0, 7.3099, 0, 0, 1, 1),\n(@CENTRY+57, 14496, 0, 0.37, 0, 0, 1, 1),\n(@CENTRY+57, 14506, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+57, 14508, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+57, 15765, 0, 1.48, 0, 0, 1, 1),\n(@CENTRY+57, 17414, 0, 0.37, 0, 0, 1, 1),\n(@CENTRY+57, 17683, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+57, 18600, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+57, 22373, 0, 12.2807, 0, 0, 1, 1),\n(@CENTRY+57, 22374, 0, 3.8012, 0, 0, 1, 1),\n(@CENTRY+57, 22375, 0, 9.3567, 0, 0, 1, 1),\n(@CENTRY+57, 22376, 0, 14.9123, 0, 0, 1, 1),\n(@CENTRY+57, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+57, 22890, 0, 0.12, 0, 0, 1, 1),\n(@CENTRY+57, 23044, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+57, 23055, 0, 0.5848, 0, 0, 1, 1),\n(@CENTRY+57, 23069, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+57, 23221, 0, 0.37, 0, 0, 1, 1),\n(@CENTRY+57, 23226, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+57, 23237, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+57, 23238, 0, 0.58, 0, 0, 1, 1),\n(@CENTRY+57, 23664, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+57, 23665, 0, 2.21, 0, 0, 1, 1),\n(@CENTRY+57, 23666, 0, 0.2924, 0, 0, 1, 1),\n(@CENTRY+57, 23667, 0, 0.2924, 0, 0, 1, 1),\n(@CENTRY+57, 23668, 0, 0.2924, 0, 0, 1, 1),\n(@CENTRY+57, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+57, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+57, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+57, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+58, 5760, 0, 0.3717, 0, 0, 1, 1),\n(@CENTRY+58, 7909, 0, 0.43, 0, 0, 1, 1),\n(@CENTRY+58, 7910, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+58, 12694, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+58, 12713, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+58, 12808, 0, 0.3717, 0, 0, 1, 1),\n(@CENTRY+58, 14504, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+58, 14506, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+58, 14508, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+58, 14509, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+58, 15765, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+58, 16251, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+58, 17414, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+58, 17683, 0, 0.43, 0, 0, 1, 1),\n(@CENTRY+58, 18600, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+58, 22373, 0, 9.8513, 0, 0, 1, 1),\n(@CENTRY+58, 22374, 0, 3.3457, 0, 0, 1, 1),\n(@CENTRY+58, 22375, 0, 8.7361, 0, 0, 1, 1),\n(@CENTRY+58, 22376, 0, 12.0818, 0, 0, 1, 1),\n(@CENTRY+58, 22393, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+58, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+58, 22891, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+58, 23044, 0, 0.2, 0, 0, 1, 1),\n(@CENTRY+58, 23055, 0, 2.4164, 0, 0, 1, 1),\n(@CENTRY+58, 23069, 0, 0.23, 0, 0, 1, 1),\n(@CENTRY+58, 23221, 0, 0.64, 0, 0, 1, 1),\n(@CENTRY+58, 23226, 0, 0.64, 0, 0, 1, 1),\n(@CENTRY+58, 23237, 0, 0.48, 0, 0, 1, 1),\n(@CENTRY+58, 23238, 0, 0.43, 0, 0, 1, 1),\n(@CENTRY+58, 23665, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+58, 23667, 0, 0.1859, 0, 0, 1, 1),\n(@CENTRY+58, 23668, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+58, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+58, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+58, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+59, 5760, 0, 0.2053, 0, 0, 1, 1),\n(@CENTRY+59, 7909, 0, 0.2053, 0, 0, 1, 1),\n(@CENTRY+59, 7910, 0, 0.2053, 0, 0, 1, 1),\n(@CENTRY+59, 12704, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 12713, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 12728, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+59, 12808, 0, 0.8214, 0, 0, 1, 1),\n(@CENTRY+59, 14489, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+59, 14498, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 14504, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 14506, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 14508, 0, 0.3, 0, 0, 1, 1),\n(@CENTRY+59, 16051, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 16251, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+59, 17414, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+59, 17683, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+59, 22373, 0, 24.1273, 0, 0, 1, 1),\n(@CENTRY+59, 22374, 0, 14.3737, 0, 0, 1, 1),\n(@CENTRY+59, 22375, 0, 21.5606, 0, 0, 1, 1),\n(@CENTRY+59, 22376, 0, 35.0103, 0, 0, 1, 1),\n(@CENTRY+59, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+59, 22890, 0, 0.3, 0, 0, 1, 1),\n(@CENTRY+59, 22891, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 23044, 0, 0.91, 0, 0, 1, 1),\n(@CENTRY+59, 23055, 0, 10.5749, 0, 0, 1, 1),\n(@CENTRY+59, 23069, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+59, 23221, 0, 0.19, 0, 0, 1, 1),\n(@CENTRY+59, 23226, 0, 0.12, 0, 0, 1, 1),\n(@CENTRY+59, 23237, 0, 0.2053, 0, 0, 1, 1),\n(@CENTRY+59, 23238, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+59, 23663, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+59, 23665, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 23666, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+59, 23667, 0, 0.308, 0, 0, 1, 1),\n(@CENTRY+59, 23668, 0, 0.2053, 0, 0, 1, 1),\n(@CENTRY+59, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+59, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+59, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+60, 5760, 0, 0.9, 0, 0, 1, 1),\n(@CENTRY+60, 7909, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+60, 7910, 0, 0.2674, 0, 0, 1, 1),\n(@CENTRY+60, 13490, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 14047, 0, 33.4225, 0, 0, 2, 5),\n(@CENTRY+60, 14496, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 14506, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 14508, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 15765, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+60, 16251, 0, 0.9, 0, 0, 1, 1),\n(@CENTRY+60, 17414, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+60, 17683, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 18335, 0, 0.2674, 0, 0, 1, 1),\n(@CENTRY+60, 19236, 0, 0.2674, 0, 0, 1, 1),\n(@CENTRY+60, 19262, 0, 0.2674, 0, 0, 1, 1),\n(@CENTRY+60, 19283, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+60, 22373, 0, 6.4171, 0, 0, 1, 1),\n(@CENTRY+60, 22374, 0, 4.0107, 0, 0, 1, 1),\n(@CENTRY+60, 22375, 0, 6.9519, 0, 0, 1, 1),\n(@CENTRY+60, 22376, 0, 12.2995, 0, 0, 1, 1),\n(@CENTRY+60, 22393, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+60, 22890, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+60, 23044, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+60, 23055, 0, 3.2086, 0, 0, 1, 1),\n(@CENTRY+60, 23069, 0, 0.45, 0, 0, 1, 1),\n(@CENTRY+60, 23221, 0, 0.11, 0, 0, 1, 1),\n(@CENTRY+60, 23226, 0, 1.81, 0, 0, 1, 1),\n(@CENTRY+60, 23237, 0, 0.5348, 0, 0, 1, 1),\n(@CENTRY+60, 23238, 0, 0.32, 0, 0, 1, 1),\n(@CENTRY+60, 23668, 0, 0.32, 0, 0, 1, 1),\n(@CENTRY+60, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+60, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+60, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+61, 7909, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+61, 7910, 0, 0.62, 0, 0, 1, 1),\n(@CENTRY+61, 12713, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+61, 12808, 0, 1.6949, 0, 0, 1, 1),\n(@CENTRY+61, 17414, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+61, 22373, 0, 13.5593, 0, 0, 1, 1),\n(@CENTRY+61, 22374, 0, 3.3898, 0, 0, 1, 1),\n(@CENTRY+61, 22375, 0, 6.7797, 0, 0, 1, 1),\n(@CENTRY+61, 22376, 0, 13.5593, 0, 0, 1, 1),\n(@CENTRY+61, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+61, 23055, 0, 3.3898, 0, 0, 1, 1),\n(@CENTRY+61, 23237, 0, 1.54, 0, 0, 1, 1),\n(@CENTRY+61, 23238, 0, 0.62, 0, 0, 1, 1),\n(@CENTRY+61, 23665, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+61, 23668, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+62, 5760, 0, 0.54, 0, 0, 1, 1),\n(@CENTRY+62, 7909, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+62, 7910, 0, 2.9851, 0, 0, 1, 1),\n(@CENTRY+62, 12695, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+62, 12808, 0, 2.9851, 0, 0, 1, 1),\n(@CENTRY+62, 14504, 0, 0.54, 0, 0, 1, 1),\n(@CENTRY+62, 22373, 0, 1.4925, 0, 0, 1, 1),\n(@CENTRY+62, 22374, 0, 5.9701, 0, 0, 1, 1),\n(@CENTRY+62, 22375, 0, 13.4328, 0, 0, 1, 1),\n(@CENTRY+62, 22376, 0, 5.9701, 0, 0, 1, 1),\n(@CENTRY+62, 23055, 0, 1.4925, 0, 0, 1, 1),\n(@CENTRY+62, 23238, 0, 0.27, 0, 0, 1, 1),\n(@CENTRY+63, 12808, 0, 2.94, 0, 0, 1, 1),\n(@CENTRY+63, 18600, 0, 0.37, 0, 0, 1, 1),\n(@CENTRY+63, 22373, 0, 5.4054, 0, 0, 1, 1),\n(@CENTRY+63, 22374, 0, 2.7027, 0, 0, 1, 1),\n(@CENTRY+63, 22375, 0, 13.5135, 0, 0, 1, 1),\n(@CENTRY+63, 22376, 0, 13.5135, 0, 0, 1, 1),\n(@CENTRY+63, 23044, 0, 1.1, 0, 0, 1, 1),\n(@CENTRY+63, 23055, 0, 2.7027, 0, 0, 1, 1),\n(@CENTRY+63, 23221, 0, 2.94, 0, 0, 1, 1),\n(@CENTRY+63, 23237, 0, 2.7027, 0, 0, 1, 1),\n(@CENTRY+64, 3671, 0, 9.5455, 0, 0, 1, 1),\n(@CENTRY+64, 3928, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+64, 5760, 0, 0.9091, 0, 0, 1, 1),\n(@CENTRY+64, 7909, 0, 1.06, 0, 0, 1, 1),\n(@CENTRY+64, 7910, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+64, 8846, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+64, 14508, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+64, 17683, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+64, 20763, 0, 27.7273, 0, 0, 1, 1),\n(@CENTRY+64, 20768, 0, 4.0, 0, 0, 1, 1),\n(@CENTRY+64, 20770, 0, 22.2727, 0, 0, 1, 1),\n(@CENTRY+64, 22373, 0, 19.0909, 0, 0, 1, 1),\n(@CENTRY+64, 22374, 0, 11.8182, 0, 0, 1, 1),\n(@CENTRY+64, 22375, 0, 25.0, 0, 0, 1, 1),\n(@CENTRY+64, 22376, 0, 20.4545, 0, 0, 1, 1),\n(@CENTRY+64, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+64, 22890, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+64, 23044, 0, 0.07, 0, 0, 1, 1),\n(@CENTRY+64, 23055, 0, 7.2727, 0, 0, 1, 1),\n(@CENTRY+64, 23069, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+64, 23221, 0, 0.13, 0, 0, 1, 1),\n(@CENTRY+64, 23237, 0, 2.7273, 0, 0, 1, 1),\n(@CENTRY+64, 23238, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+64, 23666, 0, 0.9091, 0, 0, 1, 1),\n(@CENTRY+64, 23668, 0, 0.39, 0, 0, 1, 1),\n(@CENTRY+64, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+64, 240240, 240240, 5.0, 0, 0, 1, 1),\n(@CENTRY+64, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+64, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+65, 5760, 0, 0.9675, 0, 0, 1, 1),\n(@CENTRY+65, 7909, 0, 0.088, 0, 0, 1, 1),\n(@CENTRY+65, 7910, 0, 0.1759, 0, 0, 1, 1),\n(@CENTRY+65, 12713, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+65, 12808, 0, 1.4072, 0, 0, 1, 1),\n(@CENTRY+65, 14504, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+65, 14506, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+65, 14508, 0, 0.47, 0, 0, 1, 1),\n(@CENTRY+65, 15755, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+65, 15757, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+65, 15765, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+65, 16251, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+65, 17414, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+65, 17683, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+65, 22373, 0, 24.5383, 0, 0, 1, 1),\n(@CENTRY+65, 22374, 0, 13.5444, 0, 0, 1, 1),\n(@CENTRY+65, 22375, 0, 22.5154, 0, 0, 1, 1),\n(@CENTRY+65, 22376, 0, 30.343, 0, 0, 1, 1),\n(@CENTRY+65, 22393, 0, 0.02, 0, 0, 1, 1),\n(@CENTRY+65, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+65, 22890, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+65, 23044, 0, 0.62, 0, 0, 1, 1),\n(@CENTRY+65, 23055, 0, 10.642, 0, 0, 1, 1),\n(@CENTRY+65, 23069, 0, 0.78, 0, 0, 1, 1),\n(@CENTRY+65, 23221, 0, 0.47, 0, 0, 1, 1),\n(@CENTRY+65, 23226, 0, 0.35, 0, 0, 1, 1),\n(@CENTRY+65, 23237, 0, 0.7036, 0, 0, 1, 1),\n(@CENTRY+65, 23238, 0, 0.18, 0, 0, 1, 1),\n(@CENTRY+65, 23666, 0, 0.31, 0, 0, 1, 1),\n(@CENTRY+65, 23667, 0, 0.21, 0, 0, 1, 1),\n(@CENTRY+65, 23668, 0, 0.09, 0, 0, 1, 1),\n(@CENTRY+65, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+65, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+65, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+70, 5760, 0, 0.56, 0, 0, 1, 1),\n(@CENTRY+70, 7909, 0, 0.2, 0, 0, 1, 1),\n(@CENTRY+70, 7910, 0, 0.3851, 0, 0, 1, 1),\n(@CENTRY+70, 12713, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 12728, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+70, 14047, 0, 22.208, 0, 0, 2, 5),\n(@CENTRY+70, 14492, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 14497, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 14504, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 14506, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 15765, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 16251, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+70, 17683, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+70, 18335, 0, 0.1284, 0, 0, 1, 1),\n(@CENTRY+70, 18600, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 19263, 0, 0.2567, 0, 0, 1, 1),\n(@CENTRY+70, 19265, 0, 0.1284, 0, 0, 1, 1),\n(@CENTRY+70, 19283, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 22373, 0, 16.8164, 0, 0, 1, 1),\n(@CENTRY+70, 22374, 0, 10.1412, 0, 0, 1, 1),\n(@CENTRY+70, 22375, 0, 16.8164, 0, 0, 1, 1),\n(@CENTRY+70, 22376, 0, 19.7689, 0, 0, 1, 1),\n(@CENTRY+70, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+70, 22890, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 22891, 0, 0.06, 0, 0, 1, 1),\n(@CENTRY+70, 23044, 0, 0.17, 0, 0, 1, 1),\n(@CENTRY+70, 23055, 0, 5.1348, 0, 0, 1, 1),\n(@CENTRY+70, 23069, 0, 0.56, 0, 0, 1, 1),\n(@CENTRY+70, 23221, 0, 0.2, 0, 0, 1, 1),\n(@CENTRY+70, 23226, 0, 0.14, 0, 0, 1, 1),\n(@CENTRY+70, 23237, 0, 0.5135, 0, 0, 1, 1),\n(@CENTRY+70, 23238, 0, 0.17, 0, 0, 1, 1),\n(@CENTRY+70, 23665, 0, 0.3851, 0, 0, 1, 1),\n(@CENTRY+70, 23666, 0, 0.1284, 0, 0, 1, 1),\n(@CENTRY+70, 23667, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+70, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+70, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+70, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+77, 5760, 0, 0.1802, 0, 0, 1, 1),\n(@CENTRY+77, 7909, 0, 0.1802, 0, 0, 1, 1),\n(@CENTRY+77, 7910, 0, 0.3604, 0, 0, 1, 1),\n(@CENTRY+77, 12808, 0, 1.0811, 0, 0, 1, 1),\n(@CENTRY+77, 14504, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+77, 14508, 0, 0.2, 0, 0, 1, 1),\n(@CENTRY+77, 17414, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+77, 17683, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+77, 22373, 0, 15.3153, 0, 0, 1, 1),\n(@CENTRY+77, 22374, 0, 10.0901, 0, 0, 1, 1),\n(@CENTRY+77, 22375, 0, 16.3964, 0, 0, 1, 1),\n(@CENTRY+77, 22376, 0, 17.8378, 0, 0, 1, 1),\n(@CENTRY+77, 22393, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+77, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+77, 22890, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+77, 23044, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+77, 23055, 0, 4.1441, 0, 0, 1, 1),\n(@CENTRY+77, 23069, 0, 7.46, 0, 0, 1, 1),\n(@CENTRY+77, 23221, 0, 0.16, 0, 0, 1, 1),\n(@CENTRY+77, 23226, 0, 0.32, 0, 0, 1, 1),\n(@CENTRY+77, 23237, 0, 0.1802, 0, 0, 1, 1),\n(@CENTRY+77, 23238, 0, 0.2, 0, 0, 1, 1),\n(@CENTRY+77, 23666, 0, 0.1802, 0, 0, 1, 1),\n(@CENTRY+77, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+77, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+77, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+77, 301070, 301070, 1.0, 0, 2, 1, 1),\n(@CENTRY+78, 5760, 0, 0.2604, 0, 0, 1, 1),\n(@CENTRY+78, 7909, 0, 0.1953, 0, 0, 1, 1),\n(@CENTRY+78, 7910, 0, 0.15, 0, 0, 1, 1),\n(@CENTRY+78, 12694, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+78, 12713, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+78, 12720, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+78, 12808, 0, 1.1068, 0, 0, 1, 1),\n(@CENTRY+78, 14506, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+78, 14508, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+78, 15765, 0, 0.08, 0, 0, 1, 1),\n(@CENTRY+78, 16251, 0, 0.04, 0, 0, 1, 1),\n(@CENTRY+78, 17414, 0, 0.24, 0, 0, 1, 1),\n(@CENTRY+78, 17683, 0, 0.1, 0, 0, 1, 1),\n(@CENTRY+78, 18600, 0, 0.71, 0, 0, 1, 1),\n(@CENTRY+78, 22373, 0, 15.1693, 0, 0, 1, 1),\n(@CENTRY+78, 22374, 0, 7.487, 0, 0, 1, 1),\n(@CENTRY+78, 22375, 0, 16.9271, 0, 0, 1, 1),\n(@CENTRY+78, 22376, 0, 21.875, 0, 0, 1, 1),\n(@CENTRY+78, 22393, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+78, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+7, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+8, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+22, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+27, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+62, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+63, 22708, 0, 1.0, 1, 0, 1, 1),\n(@CENTRY+78, 22890, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+78, 23044, 0, 0.34, 0, 0, 1, 1),\n(@CENTRY+78, 23055, 0, 5.599, 0, 0, 1, 1),\n(@CENTRY+78, 23069, 0, 0.54, 0, 0, 1, 1),\n(@CENTRY+78, 23221, 0, 0.41, 0, 0, 1, 1),\n(@CENTRY+78, 23226, 0, 0.48, 0, 0, 1, 1),\n(@CENTRY+78, 23237, 0, 0.3906, 0, 0, 1, 1),\n(@CENTRY+78, 23238, 0, 0.71, 0, 0, 1, 1),\n(@CENTRY+78, 23663, 0, 0.03, 0, 0, 1, 1),\n(@CENTRY+78, 23664, 0, 0.05, 0, 0, 1, 1),\n(@CENTRY+78, 23666, 0, 0.0651, 0, 0, 1, 1),\n(@CENTRY+78, 23667, 0, 0.71, 0, 0, 1, 1),\n(@CENTRY+78, 23668, 0, 0.1302, 0, 0, 1, 1),\n(@CENTRY+78, 240160, 240160, 1.0, 0, 0, 1, 1),\n(@CENTRY+78, 300610, 300610, 1.0, 0, 0, 1, 1),\n(@CENTRY+78, 300810, 300810, 1.0, 0, 0, 1, 1),\n(@CENTRY+78, 301070, 301070, 1.0, 0, 2, 1, 1);\n\nDELETE FROM `reference_loot_template` WHERE `entry` IN\n(304640, 304770, 304520, 300810, 304650, 304780, 301070, 304530, 304660, 304790, 304540, 304670, 240160, 304800, 304550, 304680, 304560, 304690, 304570, \n304700, 300610, 304580, 304710, 304590, 304720, 304600, 304730, 304610, 304740, 304620, 304750, 240240, 304370, 304500, 304630, 304760, 304510);\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(240160, 8283, 0, 0.0, 0, 1, 1, 1),\n(240160, 8289, 0, 0.0, 0, 1, 1, 1),\n(240160, 8290, 0, 0.0, 0, 1, 1, 1),\n(240160, 8296, 0, 0.0, 0, 1, 1, 1),\n(240160, 8300, 0, 0.0, 0, 1, 1, 1),\n(240160, 8307, 0, 0.0, 0, 1, 1, 1),\n(240160, 8308, 0, 0.0, 0, 1, 1, 1),\n(240160, 8309, 0, 0.0, 0, 1, 1, 1),\n(240160, 8310, 0, 0.0, 0, 1, 1, 1),\n(240160, 10105, 0, 0.0, 0, 1, 1, 1),\n(240160, 10136, 0, 0.0, 0, 1, 1, 1),\n(240160, 10137, 0, 0.0, 0, 1, 1, 1),\n(240160, 10140, 0, 0.0, 0, 1, 1, 1),\n(240160, 10144, 0, 0.0, 0, 1, 1, 1),\n(240160, 10146, 0, 0.0, 0, 1, 1, 1),\n(240160, 10147, 0, 0.0, 0, 1, 1, 1),\n(240160, 10149, 0, 0.0, 0, 1, 1, 1),\n(240160, 10154, 0, 0.0, 0, 1, 1, 1),\n(240160, 10155, 0, 0.0, 0, 1, 1, 1),\n(240160, 10156, 0, 0.0, 0, 1, 1, 1),\n(240160, 10161, 0, 0.0, 0, 1, 1, 1),\n(240160, 10210, 0, 0.0, 0, 1, 1, 1),\n(240160, 10217, 0, 0.0, 0, 1, 1, 1),\n(240160, 10219, 0, 0.0, 0, 1, 1, 1),\n(240160, 10226, 0, 0.0, 0, 1, 1, 1),\n(240160, 10228, 0, 0.0, 0, 1, 1, 1),\n(240160, 10230, 0, 0.0, 0, 1, 1, 1),\n(240160, 10249, 0, 0.0, 0, 1, 1, 1),\n(240160, 10256, 0, 0.0, 0, 1, 1, 1),\n(240160, 10258, 0, 0.0, 0, 1, 1, 1),\n(240160, 10267, 0, 0.0, 0, 1, 1, 1),\n(240160, 10275, 0, 0.0, 0, 1, 1, 1),\n(240160, 10363, 0, 0.0, 0, 1, 1, 1),\n(240160, 10373, 0, 0.0, 0, 1, 1, 1),\n(240160, 10376, 0, 0.0, 0, 1, 1, 1),\n(240160, 10379, 0, 0.0, 0, 1, 1, 1),\n(240160, 10380, 0, 0.0, 0, 1, 1, 1),\n(240160, 10383, 0, 0.0, 0, 1, 1, 1),\n(240160, 10387, 0, 0.0, 0, 1, 1, 1),\n(240160, 10391, 0, 0.0, 0, 1, 1, 1),\n(240160, 11979, 0, 0.0, 0, 1, 1, 1),\n(240160, 12016, 0, 0.0, 0, 1, 1, 1),\n(240160, 12046, 0, 0.0, 0, 1, 1, 1),\n(240160, 12057, 0, 0.0, 0, 1, 1, 1),\n(240160, 14303, 0, 0.0, 0, 1, 1, 1),\n(240160, 14306, 0, 0.0, 0, 1, 1, 1),\n(240160, 14308, 0, 0.0, 0, 1, 1, 1),\n(240160, 14312, 0, 0.0, 0, 1, 1, 1),\n(240160, 14317, 0, 0.0, 0, 1, 1, 1),\n(240160, 14323, 0, 0.0, 0, 1, 1, 1),\n(240160, 14324, 0, 0.0, 0, 1, 1, 1),\n(240160, 14325, 0, 0.0, 0, 1, 1, 1),\n(240160, 14330, 0, 0.0, 0, 1, 1, 1),\n(240160, 14337, 0, 0.0, 0, 1, 1, 1),\n(240160, 14458, 0, 0.0, 0, 1, 1, 1),\n(240160, 14465, 0, 0.0, 0, 1, 1, 1),\n(240160, 14684, 0, 0.0, 0, 1, 1, 1),\n(240160, 14688, 0, 0.0, 0, 1, 1, 1),\n(240160, 14863, 0, 0.0, 0, 1, 1, 1),\n(240160, 14865, 0, 0.0, 0, 1, 1, 1),\n(240160, 14868, 0, 0.0, 0, 1, 1, 1),\n(240160, 14935, 0, 0.0, 0, 1, 1, 1),\n(240160, 14936, 0, 0.0, 0, 1, 1, 1),\n(240160, 14966, 0, 0.0, 0, 1, 1, 1),\n(240160, 14973, 0, 0.0, 0, 1, 1, 1),\n(240160, 14976, 0, 0.0, 0, 1, 1, 1),\n(240160, 14977, 0, 0.0, 0, 1, 1, 1),\n(240160, 15189, 0, 0.0, 0, 1, 1, 1),\n(240160, 15192, 0, 0.0, 0, 1, 1, 1),\n(240160, 15194, 0, 0.0, 0, 1, 1, 1),\n(240160, 15239, 0, 0.0, 0, 1, 1, 1),\n(240160, 15266, 0, 0.0, 0, 1, 1, 1),\n(240160, 15278, 0, 0.0, 0, 1, 1, 1),\n(240160, 15282, 0, 0.0, 0, 1, 1, 1),\n(240160, 15288, 0, 0.0, 0, 1, 1, 1),\n(240160, 15325, 0, 0.0, 0, 1, 1, 1),\n(240160, 15430, 0, 0.0, 0, 1, 1, 1),\n(240160, 15433, 0, 0.0, 0, 1, 1, 1),\n(240160, 15434, 0, 0.0, 0, 1, 1, 1),\n(240160, 15436, 0, 0.0, 0, 1, 1, 1),\n(240160, 15437, 0, 0.0, 0, 1, 1, 1),\n(240160, 15660, 0, 0.0, 0, 1, 1, 1),\n(240160, 15664, 0, 0.0, 0, 1, 1, 1),\n(240160, 15665, 0, 0.0, 0, 1, 1, 1),\n(240160, 15667, 0, 0.0, 0, 1, 1, 1),\n(240160, 15670, 0, 0.0, 0, 1, 1, 1),\n(240160, 15672, 0, 0.0, 0, 1, 1, 1),\n(240160, 15674, 0, 0.0, 0, 1, 1, 1),\n(240160, 15676, 0, 0.0, 0, 1, 1, 1),\n(240160, 15677, 0, 0.0, 0, 1, 1, 1),\n(240160, 15679, 0, 0.0, 0, 1, 1, 1),\n(240160, 15683, 0, 0.0, 0, 1, 1, 1),\n(240160, 15931, 0, 0.0, 0, 1, 1, 1),\n(240160, 15943, 0, 0.0, 0, 1, 1, 1),\n(240160, 15986, 0, 0.0, 0, 1, 1, 1),\n(240160, 15987, 0, 0.0, 0, 1, 1, 1),\n(240240, 3944, 0, 0.0, 0, 1, 1, 1),\n(240240, 3945, 0, 0.0, 0, 1, 1, 1),\n(240240, 3946, 0, 0.0, 0, 1, 1, 1),\n(240240, 3947, 0, 0.0, 0, 1, 1, 1),\n(240240, 3948, 0, 0.0, 0, 1, 1, 1),\n(240240, 3949, 0, 0.0, 0, 1, 1, 1),\n(240240, 3950, 0, 0.0, 0, 1, 1, 1),\n(240240, 3951, 0, 0.0, 0, 1, 1, 1),\n(240240, 3969, 0, 0.0, 0, 1, 1, 1),\n(240240, 3970, 0, 0.0, 0, 1, 1, 1),\n(240240, 3971, 0, 0.0, 0, 1, 1, 1),\n(240240, 3972, 0, 0.0, 0, 1, 1, 1),\n(240240, 3973, 0, 0.0, 0, 1, 1, 1),\n(240240, 3974, 0, 0.0, 0, 1, 1, 1),\n(240240, 3975, 0, 0.0, 0, 1, 1, 1),\n(240240, 3976, 0, 0.0, 0, 1, 1, 1),\n(240240, 3987, 0, 0.0, 0, 1, 1, 1),\n(240240, 3990, 0, 0.0, 0, 1, 1, 1),\n(240240, 3992, 0, 0.0, 0, 1, 1, 1),\n(240240, 3993, 0, 0.0, 0, 1, 1, 1),\n(240240, 3994, 0, 0.0, 0, 1, 1, 1),\n(240240, 3995, 0, 0.0, 0, 1, 1, 1),\n(240240, 3996, 0, 0.0, 0, 1, 1, 1),\n(240240, 3997, 0, 0.0, 0, 1, 1, 1),\n(240240, 3998, 0, 0.0, 0, 1, 1, 1),\n(240240, 3999, 0, 0.0, 0, 1, 1, 1),\n(240240, 8080, 0, 0.0, 0, 1, 1, 1),\n(240240, 8081, 0, 0.0, 0, 1, 1, 1),\n(240240, 8082, 0, 0.0, 0, 1, 1, 1),\n(240240, 8083, 0, 0.0, 0, 1, 1, 1),\n(240240, 8084, 0, 0.0, 0, 1, 1, 1),\n(240240, 8085, 0, 0.0, 0, 1, 1, 1),\n(240240, 8086, 0, 0.0, 0, 1, 1, 1),\n(240240, 8752, 0, 0.0, 0, 1, 1, 1),\n(240240, 8753, 0, 0.0, 0, 1, 1, 1),\n(240240, 8754, 0, 0.0, 0, 1, 1, 1),\n(240240, 8755, 0, 0.0, 0, 1, 1, 1),\n(240240, 13816, 0, 0.0, 0, 1, 1, 1),\n(240240, 13817, 0, 0.0, 0, 1, 1, 1),\n(240240, 13818, 0, 0.0, 0, 1, 1, 1),\n(240240, 13819, 0, 0.0, 0, 1, 1, 1),\n(240240, 13820, 0, 0.0, 0, 1, 1, 1),\n(240240, 13821, 0, 0.0, 0, 1, 1, 1),\n(240240, 13822, 0, 0.0, 0, 1, 1, 1),\n(240240, 13823, 0, 0.0, 0, 1, 1, 1),\n(240240, 13825, 0, 0.0, 0, 1, 1, 1),\n(300610, 10135, 0, 0.0, 0, 1, 1, 1),\n(300610, 10143, 0, 0.0, 0, 1, 1, 1),\n(300610, 10151, 0, 0.0, 0, 1, 1, 1),\n(300610, 10157, 0, 0.0, 0, 1, 1, 1),\n(300610, 10158, 0, 0.0, 0, 1, 1, 1),\n(300610, 10246, 0, 0.0, 0, 1, 1, 1),\n(300610, 10252, 0, 0.0, 0, 1, 1, 1),\n(300610, 10254, 0, 0.0, 0, 1, 1, 1),\n(300610, 10262, 0, 0.0, 0, 1, 1, 1),\n(300610, 10264, 0, 0.0, 0, 1, 1, 1),\n(300610, 10266, 0, 0.0, 0, 1, 1, 1),\n(300610, 10271, 0, 0.0, 0, 1, 1, 1),\n(300610, 10273, 0, 0.0, 0, 1, 1, 1),\n(300610, 10367, 0, 0.0, 0, 1, 1, 1),\n(300610, 10384, 0, 0.0, 0, 1, 1, 1),\n(300610, 10389, 0, 0.0, 0, 1, 1, 1),\n(300610, 11980, 0, 0.0, 0, 1, 1, 1),\n(300610, 12017, 0, 0.0, 0, 1, 1, 1),\n(300610, 12048, 0, 0.0, 0, 1, 1, 1),\n(300610, 12058, 0, 0.0, 0, 1, 1, 1),\n(300610, 14328, 0, 0.0, 0, 1, 1, 1),\n(300610, 14332, 0, 0.0, 0, 1, 1, 1),\n(300610, 14336, 0, 0.0, 0, 1, 1, 1),\n(300610, 14456, 0, 0.0, 0, 1, 1, 1),\n(300610, 14464, 0, 0.0, 0, 1, 1, 1),\n(300610, 14680, 0, 0.0, 0, 1, 1, 1),\n(300610, 14811, 0, 0.0, 0, 1, 1, 1),\n(300610, 14812, 0, 0.0, 0, 1, 1, 1),\n(300610, 14975, 0, 0.0, 0, 1, 1, 1),\n(300610, 14979, 0, 0.0, 0, 1, 1, 1),\n(300610, 14982, 0, 0.0, 0, 1, 1, 1),\n(300610, 15221, 0, 0.0, 0, 1, 1, 1),\n(300610, 15240, 0, 0.0, 0, 1, 1, 1),\n(300610, 15247, 0, 0.0, 0, 1, 1, 1),\n(300610, 15258, 0, 0.0, 0, 1, 1, 1),\n(300610, 15283, 0, 0.0, 0, 1, 1, 1),\n(300610, 15289, 0, 0.0, 0, 1, 1, 1),\n(300610, 15439, 0, 0.0, 0, 1, 1, 1),\n(300610, 15442, 0, 0.0, 0, 1, 1, 1),\n(300610, 15680, 0, 0.0, 0, 1, 1, 1),\n(300610, 15684, 0, 0.0, 0, 1, 1, 1),\n(300610, 15687, 0, 0.0, 0, 1, 1, 1),\n(300610, 15941, 0, 0.0, 0, 1, 1, 1),\n(300610, 15942, 0, 0.0, 0, 1, 1, 1),\n(300610, 15968, 0, 0.0, 0, 1, 1, 1),\n(300610, 15989, 0, 0.0, 0, 1, 1, 1),\n(300810, 8288, 0, 0.0, 0, 1, 1, 1),\n(300810, 8292, 0, 0.0, 0, 1, 1, 1),\n(300810, 8299, 0, 0.0, 0, 1, 1, 1),\n(300810, 8301, 0, 0.0, 0, 1, 1, 1),\n(300810, 8302, 0, 0.0, 0, 1, 1, 1),\n(300810, 8305, 0, 0.0, 0, 1, 1, 1),\n(300810, 8306, 0, 0.0, 0, 1, 1, 1),\n(300810, 10101, 0, 0.0, 0, 1, 1, 1),\n(300810, 10102, 0, 0.0, 0, 1, 1, 1),\n(300810, 10104, 0, 0.0, 0, 1, 1, 1),\n(300810, 10112, 0, 0.0, 0, 1, 1, 1),\n(300810, 10118, 0, 0.0, 0, 1, 1, 1),\n(300810, 10138, 0, 0.0, 0, 1, 1, 1),\n(300810, 10145, 0, 0.0, 0, 1, 1, 1),\n(300810, 10148, 0, 0.0, 0, 1, 1, 1),\n(300810, 10159, 0, 0.0, 0, 1, 1, 1),\n(300810, 10164, 0, 0.0, 0, 1, 1, 1),\n(300810, 10178, 0, 0.0, 0, 1, 1, 1),\n(300810, 10181, 0, 0.0, 0, 1, 1, 1),\n(300810, 10182, 0, 0.0, 0, 1, 1, 1),\n(300810, 10211, 0, 0.0, 0, 1, 1, 1),\n(300810, 10213, 0, 0.0, 0, 1, 1, 1),\n(300810, 10214, 0, 0.0, 0, 1, 1, 1),\n(300810, 10216, 0, 0.0, 0, 1, 1, 1),\n(300810, 10221, 0, 0.0, 0, 1, 1, 1),\n(300810, 10222, 0, 0.0, 0, 1, 1, 1),\n(300810, 10223, 0, 0.0, 0, 1, 1, 1),\n(300810, 10225, 0, 0.0, 0, 1, 1, 1),\n(300810, 10232, 0, 0.0, 0, 1, 1, 1),\n(300810, 10234, 0, 0.0, 0, 1, 1, 1),\n(300810, 10235, 0, 0.0, 0, 1, 1, 1),\n(300810, 10236, 0, 0.0, 0, 1, 1, 1),\n(300810, 10237, 0, 0.0, 0, 1, 1, 1),\n(300810, 10279, 0, 0.0, 0, 1, 1, 1),\n(300810, 10280, 0, 0.0, 0, 1, 1, 1),\n(300810, 10281, 0, 0.0, 0, 1, 1, 1),\n(300810, 10362, 0, 0.0, 0, 1, 1, 1),\n(300810, 10364, 0, 0.0, 0, 1, 1, 1),\n(300810, 10365, 0, 0.0, 0, 1, 1, 1),\n(300810, 10369, 0, 0.0, 0, 1, 1, 1),\n(300810, 10371, 0, 0.0, 0, 1, 1, 1),\n(300810, 10372, 0, 0.0, 0, 1, 1, 1),\n(300810, 10374, 0, 0.0, 0, 1, 1, 1),\n(300810, 10377, 0, 0.0, 0, 1, 1, 1),\n(300810, 10381, 0, 0.0, 0, 1, 1, 1),\n(300810, 11978, 0, 0.0, 0, 1, 1, 1),\n(300810, 11991, 0, 0.0, 0, 1, 1, 1),\n(300810, 12004, 0, 0.0, 0, 1, 1, 1),\n(300810, 12026, 0, 0.0, 0, 1, 1, 1),\n(300810, 14307, 0, 0.0, 0, 1, 1, 1),\n(300810, 14310, 0, 0.0, 0, 1, 1, 1),\n(300810, 14314, 0, 0.0, 0, 1, 1, 1),\n(300810, 14315, 0, 0.0, 0, 1, 1, 1),\n(300810, 14316, 0, 0.0, 0, 1, 1, 1),\n(300810, 14319, 0, 0.0, 0, 1, 1, 1),\n(300810, 14327, 0, 0.0, 0, 1, 1, 1),\n(300810, 14331, 0, 0.0, 0, 1, 1, 1),\n(300810, 14453, 0, 0.0, 0, 1, 1, 1),\n(300810, 14455, 0, 0.0, 0, 1, 1, 1),\n(300810, 14457, 0, 0.0, 0, 1, 1, 1),\n(300810, 14670, 0, 0.0, 0, 1, 1, 1),\n(300810, 14676, 0, 0.0, 0, 1, 1, 1),\n(300810, 14677, 0, 0.0, 0, 1, 1, 1),\n(300810, 14682, 0, 0.0, 0, 1, 1, 1),\n(300810, 14683, 0, 0.0, 0, 1, 1, 1),\n(300810, 14798, 0, 0.0, 0, 1, 1, 1),\n(300810, 14799, 0, 0.0, 0, 1, 1, 1),\n(300810, 14800, 0, 0.0, 0, 1, 1, 1),\n(300810, 14804, 0, 0.0, 0, 1, 1, 1),\n(300810, 14808, 0, 0.0, 0, 1, 1, 1),\n(300810, 14810, 0, 0.0, 0, 1, 1, 1),\n(300810, 14854, 0, 0.0, 0, 1, 1, 1),\n(300810, 14858, 0, 0.0, 0, 1, 1, 1),\n(300810, 14864, 0, 0.0, 0, 1, 1, 1),\n(300810, 14869, 0, 0.0, 0, 1, 1, 1),\n(300810, 14932, 0, 0.0, 0, 1, 1, 1),\n(300810, 14933, 0, 0.0, 0, 1, 1, 1),\n(300810, 14937, 0, 0.0, 0, 1, 1, 1),\n(300810, 14969, 0, 0.0, 0, 1, 1, 1),\n(300810, 14970, 0, 0.0, 0, 1, 1, 1),\n(300810, 14983, 0, 0.0, 0, 1, 1, 1),\n(300810, 15219, 0, 0.0, 0, 1, 1, 1),\n(300810, 15238, 0, 0.0, 0, 1, 1, 1),\n(300810, 15256, 0, 0.0, 0, 1, 1, 1),\n(300810, 15265, 0, 0.0, 0, 1, 1, 1),\n(300810, 15272, 0, 0.0, 0, 1, 1, 1),\n(300810, 15276, 0, 0.0, 0, 1, 1, 1),\n(300810, 15426, 0, 0.0, 0, 1, 1, 1),\n(300810, 15429, 0, 0.0, 0, 1, 1, 1),\n(300810, 15431, 0, 0.0, 0, 1, 1, 1),\n(300810, 15432, 0, 0.0, 0, 1, 1, 1),\n(300810, 15658, 0, 0.0, 0, 1, 1, 1),\n(300810, 15666, 0, 0.0, 0, 1, 1, 1),\n(300810, 15668, 0, 0.0, 0, 1, 1, 1),\n(300810, 15673, 0, 0.0, 0, 1, 1, 1),\n(300810, 15681, 0, 0.0, 0, 1, 1, 1),\n(300810, 15693, 0, 0.0, 0, 1, 1, 1),\n(300810, 15890, 0, 0.0, 0, 1, 1, 1),\n(300810, 15938, 0, 0.0, 0, 1, 1, 1),\n(300810, 15939, 0, 0.0, 0, 1, 1, 1),\n(300810, 15967, 0, 0.0, 0, 1, 1, 1),\n(301070, 8303, 0, 0.0, 0, 2, 1, 1),\n(301070, 8313, 0, 0.0, 0, 2, 1, 1),\n(301070, 10139, 0, 0.0, 0, 2, 1, 1),\n(301070, 10141, 0, 0.0, 0, 2, 1, 1),\n(301070, 10142, 0, 0.0, 0, 2, 1, 1),\n(301070, 10150, 0, 0.0, 0, 2, 1, 1),\n(301070, 10152, 0, 0.0, 0, 2, 1, 1),\n(301070, 10153, 0, 0.0, 0, 2, 1, 1),\n(301070, 10160, 0, 0.0, 0, 2, 1, 1),\n(301070, 10162, 0, 0.0, 0, 2, 1, 1),\n(301070, 10163, 0, 0.0, 0, 2, 1, 1),\n(301070, 10215, 0, 0.0, 0, 2, 1, 1),\n(301070, 10218, 0, 0.0, 0, 2, 1, 1),\n(301070, 10220, 0, 0.0, 0, 2, 1, 1),\n(301070, 10227, 0, 0.0, 0, 2, 1, 1),\n(301070, 10247, 0, 0.0, 0, 2, 1, 1),\n(301070, 10248, 0, 0.0, 0, 2, 1, 1),\n(301070, 10250, 0, 0.0, 0, 2, 1, 1),\n(301070, 10251, 0, 0.0, 0, 2, 1, 1),\n(301070, 10253, 0, 0.0, 0, 2, 1, 1),\n(301070, 10255, 0, 0.0, 0, 2, 1, 1),\n(301070, 10257, 0, 0.0, 0, 2, 1, 1),\n(301070, 10259, 0, 0.0, 0, 2, 1, 1),\n(301070, 10260, 0, 0.0, 0, 2, 1, 1),\n(301070, 10261, 0, 0.0, 0, 2, 1, 1),\n(301070, 10263, 0, 0.0, 0, 2, 1, 1),\n(301070, 10265, 0, 0.0, 0, 2, 1, 1),\n(301070, 10268, 0, 0.0, 0, 2, 1, 1),\n(301070, 10269, 0, 0.0, 0, 2, 1, 1),\n(301070, 10270, 0, 0.0, 0, 2, 1, 1),\n(301070, 10272, 0, 0.0, 0, 2, 1, 1),\n(301070, 10274, 0, 0.0, 0, 2, 1, 1),\n(301070, 10366, 0, 0.0, 0, 2, 1, 1),\n(301070, 10368, 0, 0.0, 0, 2, 1, 1),\n(301070, 10378, 0, 0.0, 0, 2, 1, 1),\n(301070, 10382, 0, 0.0, 0, 2, 1, 1),\n(301070, 10385, 0, 0.0, 0, 2, 1, 1),\n(301070, 10386, 0, 0.0, 0, 2, 1, 1),\n(301070, 10388, 0, 0.0, 0, 2, 1, 1),\n(301070, 10390, 0, 0.0, 0, 2, 1, 1),\n(301070, 11992, 0, 0.0, 0, 2, 1, 1),\n(301070, 12005, 0, 0.0, 0, 2, 1, 1),\n(301070, 12027, 0, 0.0, 0, 2, 1, 1),\n(301070, 12036, 0, 0.0, 0, 2, 1, 1),\n(301070, 14318, 0, 0.0, 0, 2, 1, 1),\n(301070, 14322, 0, 0.0, 0, 2, 1, 1),\n(301070, 14326, 0, 0.0, 0, 2, 1, 1),\n(301070, 14329, 0, 0.0, 0, 2, 1, 1),\n(301070, 14333, 0, 0.0, 0, 2, 1, 1),\n(301070, 14334, 0, 0.0, 0, 2, 1, 1),\n(301070, 14335, 0, 0.0, 0, 2, 1, 1),\n(301070, 14460, 0, 0.0, 0, 2, 1, 1),\n(301070, 14461, 0, 0.0, 0, 2, 1, 1),\n(301070, 14462, 0, 0.0, 0, 2, 1, 1),\n(301070, 14463, 0, 0.0, 0, 2, 1, 1),\n(301070, 14681, 0, 0.0, 0, 2, 1, 1),\n(301070, 14685, 0, 0.0, 0, 2, 1, 1),\n(301070, 14686, 0, 0.0, 0, 2, 1, 1),\n(301070, 14687, 0, 0.0, 0, 2, 1, 1),\n(301070, 14809, 0, 0.0, 0, 2, 1, 1),\n(301070, 14814, 0, 0.0, 0, 2, 1, 1),\n(301070, 14815, 0, 0.0, 0, 2, 1, 1),\n(301070, 14816, 0, 0.0, 0, 2, 1, 1),\n(301070, 14817, 0, 0.0, 0, 2, 1, 1),\n(301070, 14862, 0, 0.0, 0, 2, 1, 1),\n(301070, 14866, 0, 0.0, 0, 2, 1, 1),\n(301070, 14867, 0, 0.0, 0, 2, 1, 1),\n(301070, 14931, 0, 0.0, 0, 2, 1, 1),\n(301070, 14978, 0, 0.0, 0, 2, 1, 1),\n(301070, 14980, 0, 0.0, 0, 2, 1, 1),\n(301070, 14981, 0, 0.0, 0, 2, 1, 1),\n(301070, 15193, 0, 0.0, 0, 2, 1, 1),\n(301070, 15195, 0, 0.0, 0, 2, 1, 1),\n(301070, 15220, 0, 0.0, 0, 2, 1, 1),\n(301070, 15246, 0, 0.0, 0, 2, 1, 1),\n(301070, 15257, 0, 0.0, 0, 2, 1, 1),\n(301070, 15267, 0, 0.0, 0, 2, 1, 1),\n(301070, 15273, 0, 0.0, 0, 2, 1, 1),\n(301070, 15296, 0, 0.0, 0, 2, 1, 1),\n(301070, 15435, 0, 0.0, 0, 2, 1, 1),\n(301070, 15438, 0, 0.0, 0, 2, 1, 1),\n(301070, 15440, 0, 0.0, 0, 2, 1, 1),\n(301070, 15441, 0, 0.0, 0, 2, 1, 1),\n(301070, 15669, 0, 0.0, 0, 2, 1, 1),\n(301070, 15675, 0, 0.0, 0, 2, 1, 1),\n(301070, 15678, 0, 0.0, 0, 2, 1, 1),\n(301070, 15682, 0, 0.0, 0, 2, 1, 1),\n(301070, 15685, 0, 0.0, 0, 2, 1, 1),\n(301070, 15686, 0, 0.0, 0, 2, 1, 1),\n(301070, 15887, 0, 0.0, 0, 2, 1, 1),\n(301070, 15940, 0, 0.0, 0, 2, 1, 1),\n(301070, 15988, 0, 0.0, 0, 2, 1, 1),\n(301070, 15991, 0, 0.0, 0, 2, 1, 1),\n(304370, 9402, 0, 0.0, 0, 1, 1, 1),\n(304370, 13001, 0, 0.0, 0, 1, 1, 1),\n(304370, 13015, 0, 0.0, 0, 1, 1, 1),\n(304370, 13028, 0, 0.0, 0, 1, 1, 1),\n(304370, 13053, 0, 0.0, 0, 1, 1, 1),\n(304370, 13060, 0, 0.0, 0, 1, 1, 1),\n(304370, 13072, 0, 0.0, 0, 1, 1, 1),\n(304370, 13096, 0, 0.0, 0, 1, 1, 1),\n(304370, 13116, 0, 0.0, 0, 1, 1, 1),\n(304370, 13133, 0, 0.0, 0, 1, 1, 1),\n(304500, 22353, 0, 0.0, 0, 1, 1, 1),\n(304500, 22360, 0, 0.0, 0, 1, 1, 1),\n(304500, 22367, 0, 0.0, 0, 1, 1, 1),\n(304510, 30450, 304500, 100.0, 0, 0, 1, 1),\n(304520, 22801, 0, 0.0, 0, 1, 1, 1),\n(304520, 22808, 0, 0.0, 0, 1, 1, 1),\n(304520, 23000, 0, 0.0, 0, 1, 1, 1),\n(304520, 23001, 0, 0.0, 0, 1, 1, 1),\n(304520, 23070, 0, 0.0, 0, 1, 1, 1),\n(304530, 22354, 0, 0.0, 0, 1, 1, 1),\n(304530, 22361, 0, 0.0, 0, 1, 1, 1),\n(304530, 22368, 0, 0.0, 0, 1, 1, 1),\n(304540, 22803, 0, 0.0, 0, 1, 1, 1),\n(304540, 22810, 0, 0.0, 0, 1, 1, 1),\n(304540, 22967, 0, 0.0, 0, 1, 1, 1),\n(304540, 22968, 0, 0.0, 0, 1, 1, 1),\n(304540, 22988, 0, 0.0, 0, 1, 1, 1),\n(304550, 22354, 0, 0.0, 0, 1, 1, 1),\n(304550, 22355, 0, 0.0, 0, 1, 1, 1),\n(304550, 22356, 0, 0.0, 0, 1, 1, 1),\n(304550, 22358, 0, 0.0, 0, 1, 1, 1),\n(304550, 22361, 0, 0.0, 0, 1, 1, 1),\n(304550, 22362, 0, 0.0, 0, 1, 1, 1),\n(304550, 22363, 0, 0.0, 0, 1, 1, 1),\n(304550, 22365, 0, 0.0, 0, 1, 1, 1),\n(304550, 22368, 0, 0.0, 0, 1, 1, 1),\n(304550, 22369, 0, 0.0, 0, 1, 1, 1),\n(304550, 22370, 0, 0.0, 0, 1, 1, 1),\n(304550, 22372, 0, 0.0, 0, 1, 1, 1),\n(304560, 22813, 0, 0.0, 0, 1, 1, 1),\n(304560, 22981, 0, 0.0, 0, 1, 1, 1),\n(304560, 22983, 0, 0.0, 0, 1, 1, 1),\n(304560, 22994, 0, 0.0, 0, 1, 1, 1),\n(304560, 23075, 0, 0.0, 0, 1, 1, 1),\n(304570, 22356, 0, 0.0, 0, 1, 1, 1),\n(304570, 22363, 0, 0.0, 0, 1, 1, 1),\n(304570, 22370, 0, 0.0, 0, 1, 1, 1),\n(304580, 23019, 0, 0.0, 0, 1, 1, 1),\n(304580, 23033, 0, 0.0, 0, 1, 1, 1),\n(304580, 23035, 0, 0.0, 0, 1, 1, 1),\n(304580, 23036, 0, 0.0, 0, 1, 1, 1),\n(304580, 23068, 0, 0.0, 0, 1, 1, 1),\n(304590, 22357, 0, 0.0, 0, 1, 1, 1),\n(304590, 22364, 0, 0.0, 0, 1, 1, 1),\n(304590, 22371, 0, 0.0, 0, 1, 1, 1),\n(304600, 30459, 304590, 100.0, 0, 0, 1, 1),\n(304610, 22804, 0, 0.0, 0, 1, 1, 1),\n(304610, 22807, 0, 0.0, 0, 1, 1, 1),\n(304610, 22947, 0, 0.0, 0, 1, 1, 1),\n(304610, 22954, 0, 0.0, 0, 1, 1, 1),\n(304610, 23220, 0, 0.0, 0, 1, 1, 1),\n(304620, 22355, 0, 0.0, 0, 1, 1, 1),\n(304620, 22362, 0, 0.0, 0, 1, 1, 1),\n(304620, 22369, 0, 0.0, 0, 1, 1, 1),\n(304630, 22806, 0, 0.0, 0, 1, 1, 1),\n(304630, 22940, 0, 0.0, 0, 1, 1, 1),\n(304630, 22941, 0, 0.0, 0, 1, 1, 1),\n(304630, 22942, 0, 0.0, 0, 1, 1, 1),\n(304630, 22943, 0, 0.0, 0, 1, 1, 1),\n(304640, 22816, 0, 0.0, 0, 1, 1, 1),\n(304640, 23005, 0, 0.0, 0, 1, 1, 1),\n(304640, 23006, 0, 0.0, 0, 1, 1, 1),\n(304640, 23028, 0, 0.0, 0, 1, 1, 1),\n(304640, 23029, 0, 0.0, 0, 1, 1, 1),\n(304640, 23030, 0, 0.0, 0, 1, 1, 1),\n(304640, 23031, 0, 0.0, 0, 1, 1, 1),\n(304650, 22935, 0, 0.0, 0, 1, 1, 1),\n(304650, 22936, 0, 0.0, 0, 1, 1, 1),\n(304650, 22937, 0, 0.0, 0, 1, 1, 1),\n(304650, 22938, 0, 0.0, 0, 1, 1, 1),\n(304650, 22939, 0, 0.0, 0, 1, 1, 1),\n(304660, 23040, 0, 0.0, 0, 1, 1, 1),\n(304660, 23041, 0, 0.0, 0, 1, 1, 1),\n(304660, 23043, 0, 0.0, 0, 1, 1, 1),\n(304660, 23045, 0, 0.0, 0, 1, 1, 1),\n(304660, 23046, 0, 0.0, 0, 1, 1, 1),\n(304660, 23047, 0, 0.0, 0, 1, 1, 1),\n(304660, 23048, 0, 0.0, 0, 1, 1, 1),\n(304660, 23049, 0, 0.0, 0, 1, 1, 1),\n(304660, 23050, 0, 0.0, 0, 1, 1, 1),\n(304660, 23242, 0, 0.0, 0, 1, 1, 1),\n(304670, 30466, 304660, 100.0, 0, 0, 1, 1),\n(304680, 23545, 0, 0.0, 0, 1, 1, 1),\n(304680, 23547, 0, 0.0, 0, 1, 1, 1),\n(304690, 23548, 0, 0.0, 0, 1, 1, 1),\n(304690, 23549, 0, 0.0, 0, 1, 1, 1),\n(304700, 22798, 0, 0.0, 0, 1, 1, 1),\n(304700, 22799, 0, 0.0, 0, 1, 1, 1),\n(304700, 22802, 0, 0.0, 0, 1, 1, 1),\n(304700, 22812, 0, 0.0, 0, 1, 1, 1),\n(304700, 22819, 0, 0.0, 0, 1, 1, 1),\n(304700, 22821, 0, 0.0, 0, 1, 1, 1),\n(304700, 23053, 0, 0.0, 0, 1, 1, 1),\n(304700, 23054, 0, 0.0, 0, 1, 1, 1),\n(304700, 23056, 0, 0.0, 0, 1, 1, 1),\n(304700, 23057, 0, 0.0, 0, 1, 1, 1),\n(304700, 23577, 0, 0.0, 0, 1, 1, 1),\n(304710, 23059, 0, 0.0, 0, 1, 1, 1),\n(304710, 23060, 0, 0.0, 0, 1, 1, 1),\n(304710, 23061, 0, 0.0, 0, 1, 1, 1),\n(304710, 23062, 0, 0.0, 0, 1, 1, 1),\n(304710, 23063, 0, 0.0, 0, 1, 1, 1),\n(304710, 23064, 0, 0.0, 0, 1, 1, 1),\n(304710, 23065, 0, 0.0, 0, 1, 1, 1),\n(304710, 23066, 0, 0.0, 0, 1, 1, 1),\n(304710, 23067, 0, 0.0, 0, 1, 1, 1),\n(304720, 30470, 304700, 100.0, 0, 0, 1, 1),\n(304730, 30471, 304710, 100.0, 0, 0, 1, 1),\n(304740, 22352, 0, 0.0, 0, 1, 1, 1),\n(304740, 22359, 0, 0.0, 0, 1, 1, 1),\n(304740, 22366, 0, 0.0, 0, 1, 1, 1),\n(304750, 30474, 304740, 100.0, 0, 0, 1, 1),\n(304760, 22800, 0, 0.0, 0, 1, 1, 1),\n(304760, 23037, 0, 0.0, 0, 1, 1, 1),\n(304760, 23038, 0, 0.0, 0, 1, 1, 1),\n(304760, 23039, 0, 0.0, 0, 1, 1, 1),\n(304760, 23042, 0, 0.0, 0, 1, 1, 1),\n(304770, 22815, 0, 0.0, 0, 1, 1, 1),\n(304770, 22818, 0, 0.0, 0, 1, 1, 1),\n(304770, 22820, 0, 0.0, 0, 1, 1, 1),\n(304770, 22960, 0, 0.0, 0, 1, 1, 1),\n(304770, 22961, 0, 0.0, 0, 1, 1, 1),\n(304780, 22358, 0, 0.0, 0, 1, 1, 1),\n(304780, 22365, 0, 0.0, 0, 1, 1, 1),\n(304780, 22372, 0, 0.0, 0, 1, 1, 1),\n(304790, 23020, 0, 0.0, 0, 1, 1, 1),\n(304790, 23021, 0, 0.0, 0, 1, 1, 1),\n(304790, 23023, 0, 0.0, 0, 1, 1, 1),\n(304790, 23032, 0, 0.0, 0, 1, 1, 1),\n(304790, 23073, 0, 0.0, 0, 1, 1, 1),\n(304800, 23004, 0, 0.0, 0, 1, 1, 1),\n(304800, 23009, 0, 0.0, 0, 1, 1, 1),\n(304800, 23014, 0, 0.0, 0, 1, 1, 1),\n(304800, 23017, 0, 0.0, 0, 1, 1, 1),\n(304800, 23018, 0, 0.0, 0, 1, 1, 1),\n(304800, 23219, 0, 0.0, 0, 1, 1, 1);\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+1065;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(@GUID+0,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2689.72, -3579.8, 261.325, 1.16002, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2678.7, -3570.48, 261.942, 0.559949, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+2,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2877.33, -3583.54, 267.709, 1.26936, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+3,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2873.48, -3605.54, 267.333, 2.25662, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+4,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2839.15, -3615.11, 260.451, 4.99164, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+5,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2834.19, -3590.74, 257.507, 0.899536, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+6,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2841.54, -3686.11, 278.137, 2.89634, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+7,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2859.83, -3683.38, 279.276, 2.39133, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+8,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2785.11, -3584.64, 253.637, 4.39514, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+9,  @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2763.86, -3577.34, 255.752, 3.29754, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+10, @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2734.75, -3603.47, 258.694, 2.35058, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+11, @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2712.69, -3607.78, 260.632, 3.05397, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+12, @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2900.05, -3687.16, 284.876, 4.7435, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+13, @CENTRY+68, 0, 0, 533, 0, 0, 4, 1, 0, 2887.59, -3669.02, 279.186, 5.70202, 30, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+14, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2766.36, -3610.83, 255.69, 1.95477, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+15, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2759.66, -3575.94, 255.715, 3.67816, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+16, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2750.46, -3613.72, 256.717, 3.41259, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+17, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2749.98, -3572.63, 255.623, 5.95536, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+18, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2756.84, -3593.13, 257.108, 0.245972, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+19, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2773.7, -3570.05, 253.264, 4.05317, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+20, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2696.84, -3599.21, 261.29, 3.70805, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+21, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2804.56, -3591.25, 255.404, 4.71447, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+22, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2677.9, -3596.34, 261.582, 3.38753, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+23, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2705.66, -3572.01, 261.494, 5.4042, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+24, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2833.94, -3555.91, 253.269, 1.36836, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+25, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2728.03, -3593.53, 258.871, 2.20168, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+26, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2811.49, -3601.53, 257.799, 3.65661, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+27, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2679.47, -3611.75, 262.696, 4.50295, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+28, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2816.57, -3583.17, 254.701, 1.81337, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+29, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2713.61, -3599.97, 260.263, 4.10152, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+30, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2860.91, -3585.21, 262.448, 5.03388, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+31, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2887.21, -3633.74, 273.876, 3.59466, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+32, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2856.49, -3653.81, 272.693, 0.79529, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+33, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2846.79, -3576, 256.708, 2.16176, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+34, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2887.77, -3591.83, 270.716, 6.22683, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+35, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2840.97, -3601.42, 260.357, 4.07278, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+36, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2895.61, -3610.25, 273.286, 0.667285, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+37, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2869.12, -3643.08, 272.378, 0.635907, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+38, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2893.39, -3653.7, 277.04, 3.79246, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+39, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2908.21, -3598.81, 275.449, 6.00257, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+40, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2851.07, -3693.53, 281.254, 1.45104, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+41, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2910.16, -3581.52, 274.212, 4.996, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+42, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2899.71, -3694.11, 285.44, 4.81016, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+43, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2851.45, -3717.98, 286.667, 3.26377, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+44, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2915.78, -3663.67, 278.582, 2.87676, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+45, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2869.8, -3718.72, 284.162, 4.16845, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+46, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2862.95, -3702.28, 283.375, 1.32299, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+47, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2906.19, -3715.62, 284.862, 2.48932, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+48, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2881.45, -3723.31, 284.623, 3.70057, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+49, @CENTRY+32, 0, 0, 533, 0, 0, 4, 1, 0, 2914.8, -3690.42, 286.226, 0.883779, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+50, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2746.83, -3596.91, 257.529, 4.06809, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+51, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2773.89, -3553.93, 251.001, 1.82657, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+52, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2721.05, -3615.26, 260.121, 1.29809, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+53, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2764.99, -3540.81, 253.574, 0.534628, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+54, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2735, -3608.37, 258.858, 3.46578, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+55, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2753.11, -3554.85, 255.363, 1.95934, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+56, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2719.04, -3576.17, 260.124, 3.97935, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+57, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2796.73, -3566.92, 252.077, 4.92366, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+58, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2799.17, -3611.1, 255.91, 4.3298, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+59, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2659.54, -3605.86, 262.47, 5.67471, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+60, @CENTRY+31, 0, 0, 533, 4, 0, 4, 1, 0, 2814.13, -3573.0, 253.391, 0.676703, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+61, @CENTRY+31, 0, 0, 533, 4, 0, 4, 1, 0, 2696.57, -3624.93, 262.695, 5.74449, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+62, @CENTRY+31, 0, 0, 533, 4, 0, 4, 1, 0, 2698.5, -3585.11, 260.779, 4.6984, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+63, @CENTRY+31, 0, 0, 533, 4, 0, 4, 1, 0, 2799.9, -3621.68, 256.059, 1.50074, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+64, @CENTRY+31, 0, 0, 533, 4, 0, 4, 1, 0, 2827.71, -3545.17, 253.835, 1.06708, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+65, @CENTRY+31, 0, 0, 533, 4, 0, 4, 1, 0, 2819.89, -3611.05, 258.76, 3.07478, 30, 3,0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+66, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2690.14, -3610.98, 262.288, 3.522, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+67, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2672.38, -3626.03, 266.216, 2.23042, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+68, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2798.31, -3550.75, 250.488, 5.30268, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+69, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2865.58, -3666.23, 276.285, 0.506145, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+70, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2826.03, -3625.75, 260.003, 3.32876, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+71, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2847.23, -3629.75, 264.236, 5.82305, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+72, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2862.88, -3597.03, 264.963, 3.75811, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+73, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2895.23, -3581.66, 272.621, 4.56721, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+74, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2846.93, -3673.22, 275.397, 0.518297, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+75, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2838.08, -3585.05, 256.51, 3.13582, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+76, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2884.37, -3609.46, 270.062, 4.53786, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+77, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2858.01, -3625.88, 266.06, 0.533252, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+78, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2849.72, -3598.39, 262.169, 6.0716, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+79, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2882.46, -3684.13, 281.972, 4.65357, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+80, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2903.49, -3623.25, 276.547, 4.57012, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+81, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2910.6, -3645.1, 276.479, 0.60588, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+82, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2898.02, -3678.33, 281.756, 4.20577, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+83, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2882.09, -3666.31, 278.314, 0.195764, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+84, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2876.12, -3701.31, 284.433, 0.846984, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+85, @CENTRY+31, 0, 0, 533, 0, 0, 4, 1, 0, 2894.94, -3706.86, 286.064, 6.16085, 30, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+86, 16381, 0, 0, 533, 0, 0, 4, 1, 0, 3006.03, -3487.51, 299.633, 1.62316, 3520, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+87, @CENTRY+64, 0, 0, 533, 0, 0, 4, 1, 0, 2933.36, -3520.55, 297.5, 2.01, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+88, @CENTRY+64, 0, 0, 533, 0, 0, 4, 1, 0, 2927.26, -3526.3, 297.58, 1.75, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+89, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2925.82, -3521.14, 297.6, 2.06, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+90, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2929.64, -3515.51, 297.55, 2.14, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+91, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2937.83, -3515.39, 297.82, 2.07, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+92, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2900.2, -3478.23, 298.04, 4.28, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+93, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2893.59, -3474.98, 297.8, 4.25, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+94, @CENTRY+64, 0, 0, 533, 0, 0, 4, 1, 0, 2894.93, -3485.27, 297.8, 4.51, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+95, @CENTRY+64, 0, 0, 533, 0, 0, 4, 1, 0, 2887.7, -3480.92, 297.8, 4.47, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+96, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2889.3, -3486.13, 297.8, 4.2, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+97, @CENTRY+64, 0, 0, 533, 0, 0, 4, 1, 0, 2865.55, -3532.49, 298.05, 0.75, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+98, @CENTRY+64, 0, 0, 533, 0, 0, 4, 1, 0, 2874.49, -3547.83, 297.79, 1.07, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+99, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2874.55, -3539.43, 297.8, 0.5, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+100, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2840.33, -3481.69, 297.868, 5.13401, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+101, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2840.21, -3498.89, 297.862, 1.35231, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+102, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2848.22, -3489.6, 298.04, 3.09, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+103, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2873.97, -@CENTRY+.78, 297.8, 4.84, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+104, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2808.59, -3482.06, 286.13, 4.64, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+105, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2809.14, -3497.45, 286.14, 1.47, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+106, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2777.35, -3483.15, 274.21, 4.62, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+107, @CENTRY+59, 0, 0, 533, 0, 0, 4, 1, 0, 2777.78, -3497.08, 274.22, 1.49, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+108, @CENTRY+8, 0, 0, 533, 0, 0, 4, 1, 0, 2675.49, -3491.24, 261.53, 6.12, 604800, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+109, @CENTRY+30, 0, 0, 533, 0, 0, 4, 1, 0, 2844.97, -3609.42, 261.367, 4.06662, 240, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+110, @CENTRY+30, 0, 0, 533, 0, 0, 4, 1, 0, 2770.46, -3586.75, 256.176, 1.44862, 240, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+111, @CENTRY+30, 0, 0, 533, 0, 0, 4, 1, 0, 2709.6, -3601.9, 260.611, 2.82743, 240, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+112, @CENTRY+30, 0, 0, 533, 0, 0, 4, 1, 0, 2850.6, -3686.67, 279.16, 1.78024, 240, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+113, @CENTRY+5, 0, 0, 533, 0, 0, 4, 1, 1, 2793.86, -3707.38, 276.627, 0.593412, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+114, @CENTRY+20, 0, 0, 533, 0, 0, 4, 1, 0, 2909, -3997.41, 274.188, 1.5708, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+115, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2764.08, -3768.61, 273.8, 2.4, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+116, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2758, -3769.48, 273.86, 1.6, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+117, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2768.21, -3778.49, 273.8, 5.68, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+118, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2775.5, -3782.08, 273.8, 4.46, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+119, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2796.71, -3783.82, 273.8, 0.3, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+120, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2803.44, -3780.83, 273.8, 0.52, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+121, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2805.28, -3772.6, 273.8, 1.31, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+122, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2799.23, -3760.2, 273.8, 2.02, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+123, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2796.81, -3755.49, 273.8, 2.05, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+124, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2786.38, -3757.27, 273.8, 3.32, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+125, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2822.22, -3755.18, 273.8, 6.12, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+126, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2829.56, -3755.74, 273.8, 0.01, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+127, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2837.27, -3768.31, 273.8, 5.3, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+128, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2846.39, -3777.18, 273.8, 5.52, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+129, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2853.26, -3786.51, 273.78, 5.35, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+130, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2831.52, -3783.05, 273.79, 2.77, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+131, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2817.98, -3780.79, 273.8, 2.99, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+132, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2838.32, -3754.31, 273.8, 0.81, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+133, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2848.19, -3766.48, 273.8, 5.34, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+134, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2861.43, -3763.23, 273.8, 0.34, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+135, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2874.25, -3759.26, 273.79, 0.3, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+136, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2869.94, -3774.74, 273.8, 4.47, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+137, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2877.29, -3781.67, 273.8, 5.55, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+138, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2894.08, -3774.59, 273.8, 5.49, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+139, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2895.87, -3762.12, 273.8, 1.38, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+140, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2896.47, -3753.83, 273.77, 3.14, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+141, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2890.33, -3783.99, 273.79, 2.84, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+142, @CENTRY+33, 0, 0, 533, 0, 0, 4, 1, 0, 2867.02, -3782.55, 273.79, 2.85, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+143, @CENTRY+34, 0, 0, 533, 0, 0, 4, 1, 0, 2858.06, -3755.19, 273.79, 3.51, 60, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+144, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3075.87, -3354.34, 298.5, 3.94, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+145, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3086.74, -3364.31, 298.5, 3.84, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+146, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3085.09, -3383.11, 298.5, 2.95, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+147, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3058.95, -3356.17, 298.5, 4.51, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+148, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3081.76, -3298.5, 294.53, 5.47, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+149, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3103.7, -3278.3, 294.5, 5.55, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+150, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3162.97, -3337.11, 294.48, 2.32, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+151, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3141.24, -3358.8, 294.49, 2.35, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+152, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3087.84, -3354.07, 299.47, 0.81, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+153, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3118.04, -3323.24, 293.81, 2.33, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+154, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3097.22, -3292.59, 294.69, 5.36, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+155, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3146.67, -3342.52, 294.69, 2.24, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+156, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2866.86, -3545.76, 297.95, 0.49, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+157, @CENTRY+65, 0, 0, 533, 0, 0, 4, 1, 0, 2864.44, -3540.59, 298.05, 0.32, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+158, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3161.87, -3268.43, 294.94, 3.93, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+159, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3172.09, -3276.61, 295.02, 3.81, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+160, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3175.32, -3285.62, 294.85, 3.71, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+161, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3152.14, -3264.34, 294.77, 4.18, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+162, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3144.81, -3224.97, 294.24, 0.93, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+163, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3149.52, -3216.86, 294.24, 1.2, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+164, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3150.39, -3205.3, 294.24, 3.62, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+165, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3143.48, -3198.31, 294.24, 3.39, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+166, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3123.89, -3199.2, 294.24, 5.38, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+167, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3117.48, -3207.45, 294.24, 5.28, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+168, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3126.7, -3220.53, 294.24, 6.01, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+169, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3138.04, -3221.12, 294.24, 0.77, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+170, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3137.26, -3202.88, 294.24, 2.57, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+171, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3128.57, -3206.8, 294.24, 4.72, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+172, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3130.98, -3213.34, 294.24, 6.02, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+173, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3129.32, -3195.76, 294.24, 2.71, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+174, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3116.53, -3213.87, 294.24, 4.61, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+175, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3122.35, -3224.93, 294.24, 5.63, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+176, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3132.54, -3227.46, 294.24, 0.24, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+177, @CENTRY+26, 0, 0, 533, 0, 0, 4, 1, 0, 3138.39, -3208.57, 294.24, 2.97, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+178, @CENTRY+28, 0, 0, 533, 0, 0, 4, 1, 0, 3308.46, -3232.08, 294.24, 3.01, 604800, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+179, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3264.63, -3357.66, 292.78, 1.59, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+180, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3288.33, -3359.58, 292.596, 1.53074, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+181, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3197.16, -3337.31, 292.596, 6.22207, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+182, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3200.55, -3277.2, 292.596, 6.22207, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+183, @CENTRY+3, 0, 0, 533, 0, 0, 4, 1, 0, 3205.45, -3341.86, 320.177, 3.26349, 604800, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+184, @CENTRY+4, 0, 0, 533, 0, 0, 4, 1, 0, 3283.09, -3156.96, 297.788, 3.82227, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+185, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3331.06, -3322.79, 292.77, 3.04, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+186, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3330.77, -3299.13, 292.77, 3.11, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+187, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3059.95, -3539.52, 287.158, 6.02139, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+188, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3075.54, -3531.97, 287.16, 5.98648, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+189, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3076.99, -3543.55, 287.16, 6.02139, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+190, @CENTRY+12, 0, 0, 533, 0, 0, 4, 1, 0, 3066.26, -3555.31, 287.159, 6.07375, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+191, @CENTRY+12, 0, 0, 533, 0, 0, 4, 1, 0, 3153.26, -3535.79, 287.16, 5.89921, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+192, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3137.1, -3536.8, 287.163, 5.91667, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+193, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3150.06, -3522.12, 287.163, 5.84685, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+194, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3152.21, -3547.47, 287.165, 5.95157, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+195, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3098.57, -3486.64, 287.16, 5.81195, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+196, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3101.78, -3493.04, 287.16, 5.8294, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+197, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3107.02, -3487.89, 287.158, 5.79449, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+198, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3106.1, -3495.43, 287.159, 5.8294, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+199, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3112.02, -3489.45, 287.158, 5.79449, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+200, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3110.77, -3497.28, 287.159, 5.8294, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+201, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3116.01, -3498.7, 287.159, 5.81195, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+202, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3123.07, -3489.33, 287.154, 5.77704, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+203, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3123.98, -3496.28, 287.155, 5.79449, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+204, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3131.47, -3494.23, 287.15, 5.77704, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+205, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3066.18, -3543.94, 287.159, 6.03884, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+206, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3064.91, -3531.21, 287.159, 5.98648, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+207, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3144.31, -3527.8, 287.164, 5.88176, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+208, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3143.68, -3544.07, 287.164, 5.95157, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+209, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3186.27, -3470.94, 287.159, 5.5676, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+210, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3185.44, -3481.44, 287.16, 5.60251, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+211, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3177.76, -3483.32, 287.169, 5.63741, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+212, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3179.29, -3476.39, 287.167, 5.60251, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+213, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3174.88, -3470.71, 287.088, 5.60251, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+214, @CENTRY+12, 0, 0, 533, 0, 0, 4, 1, 0, 3194.84, -3476.16, 287.15, 5.55015, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+215, @CENTRY+9, 0, 0, 533, 0, 0, 4, 1, 0, 3316.47, -3476.23, 287.26, 3.18, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+216, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2924.34, -3383, 299.18, 0.77, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+217, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2956.29, -3351.25, 299.18, 3.9, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+218, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2923.5, -3363.32, 298.32, 5.77, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+219, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2936.02, -3350.4, 298.32, 5.28, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+220, @CENTRY+56, 0, 0, 533, 0, 0, 4, 1, 0, 2919.12, -3346.21, 298.32, 5.34, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+221, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2920.14, -3342.24, 298.32, 5.41, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+222, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2915.22, -3346.51, 298.32, 5.48, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+223, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2958.77, -3356.05, 298.31, 3.94, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+224, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2951.66, -3348.27, 298.31, 4.03, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+225, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2922.28, -3378.29, 298.31, 0.78, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+226, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2928.1, -3385.22, 298.31, 0.8, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+227, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2881.37, -3306.94, 298.32, 5.41, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+228, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2888.83, -3308.23, 298.32, 3.84, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+229, @CENTRY+54, 0, 0, 533, 0, 0, 4, 1, 1, 2887.81, -3315.24, 298.32, 2.19, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+230, @CENTRY+56, 0, 0, 533, 0, 0, 4, 1, 0, 2903.97, -3293.77, 298.73, 3.96, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+231, @CENTRY+60, 0, 0, 533, 0, 0, 4, 1, 1, 2923.87, -3292.03, 298.33, 1.13, 7200, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+232, @CENTRY+60, 0, 0, 533, 0, 0, 4, 1, 1, 2914.95, -3289.51, 298.73, 4.13, 7200, 15, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+233, @CENTRY+60, 0, 0, 533, 0, 0, 4, 1, 1, 2909.05, -3276.42, 298.33, 1.31, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+234, @CENTRY+60, 0, 0, 533, 0, 0, 4, 1, 1, 2900.49, -3273.64, 298.73, 4.14, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+235, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2874.52, -3244.96, 298.33, 4.71, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+236, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2883.29, -3249.09, 298.33, 4.75, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+237, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2870.98, -3249.05, 298.33, 4.73, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+238, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2879.33, -3244.43, 298.33, 4.73, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+239, @CENTRY+56, 0, 0, 533, 0, 0, 4, 1, 0, 2847.2, -3263.39, 298.27, 5.43, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+240, @CENTRY+56, 0, 0, 533, 0, 0, 4, 1, 0, 2837.08, -3273.82, 298.27, 5.57, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+246, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2881.58, -3314.07, 298.32, 0.58, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+247, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2889.75, -3260.82, 298.146, 3.99846, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+248, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2886.46, -3257.89, 298.146, 3.98276, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+249, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2840.57, -3267.43, 299.13, 5.44, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+250, @CENTRY+54, 0, 0, 533, 0, 0, 4, 1, 1, 2872.29, -3210, 298.33, 0.97, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+251, 16157, 0, 0, 533, 0, 0, 4, 1, 1, 2879.88, -3198.33, 298.33, 4.04, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+252, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2880.29, -3206.22, 298.33, 2.68, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+253, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2872.69, -3202.18, 298.146, 5.80789, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+254, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2837.16, -3206.54, 298.24, 4.13133, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+255, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2849.62, -3181.18, 298.152, 5.91889, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+256, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2821.8, -3164.15, 298.146, 1.88115, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+257, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2829.04, -3208.18, 298.252, 4.10672, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+258, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2837.67, -3213.93, 298.254, 3.86494, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+259, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2857.09, -3180.16, 298.153, 0.024496, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+260, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2857.79, -3187.66, 298.152, 6.22821, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+261, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2814.19, -3158.02, 298.146, 1.49618, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+262, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2825.19, -3157.38, 298.146, 1.3861, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+263, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2812.05, -3177.41, 298.33, 6.01, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+264, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2809.91, -3172.91, 298.33, 5.88, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+265, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2807.7, -3178.99, 298.33, 6.1, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+266, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2797.93, -3172.65, 298.146, 1.78363, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+267, @CENTRY+49, 0, 0, 533, 0, 0, 4, 1, 1, 2799.66, -3166, 298.147, 3.11147, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+268, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2793.21, -3165.56, 298.33, 0.17, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+269, 16157, 0, 0, 533, 0, 0, 4, 1, 1, 2792.61, -3170.52, 298.33, 0.96, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+270, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2793.06, -3169.94, 273.97, 6.16, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+271, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2810.07, -3140.06, 273.97, 6.1, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+272, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2803.58, -3173.22, 273.97, 2.85, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+273, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2790.82, -3182.31, 273.97, 1.38, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+274, @CENTRY+54, 0, 0, 533, 0, 0, 4, 1, 1, 2807.78, -3146.75, 273.96, 1.25, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+275, @CENTRY+54, 0, 0, 533, 0, 0, 4, 1, 1, 2818.17, -3142.82, 273.98, 2.7, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+276, 16157, 0, 0, 533, 0, 0, 4, 1, 1, 2813.48, -3133.52, 273.99, 4.25, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+277, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2862.17, -3147.76, 273.789, 1.70273, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+278, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2852.05, -3139.9, 273.804, 0.329851, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+279, @CENTRY+54, 0, 0, 533, 0, 0, 4, 1, 1, 2858.83, -3129.66, 273.787, 4.73594, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+280, 16158, 0, 0, 533, 0, 0, 4, 1, 1, 2795.27, -3159.02, 273.97, 4.47, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+281, @CENTRY+36, 0, 0, 533, 0, 0, 4, 1, 1, 2755.56, -3098.04, 267.86, 6.27, 604800, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+282, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2922.9, -3202.79, 273.372, 3.18933, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+283, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2922.86, -3171.58, 273.372, 3.08722, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+284, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2877.32, -3153.33, 273.97, 4.69, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+285, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2952.34, -3199.06, 273.97, 3.07, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+286, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2918.86, -3220.45, 273.97, 1.58, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+287, @CENTRY+56, 0, 0, 533, 0, 0, 4, 1, 0, 2786.36, -3271.89, 267.99, 2.57, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+288, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2782.13, -3278.02, 267.813, 2.51971, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+289, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2791.23, -3265.32, 267.813, 2.6171, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+290, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2791.79, -3374.53, 267.86, 1.55, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+291, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2785.81, -3374.48, 267.86, 1.56, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+292, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2797, -3398.33, 267.86, 2.37, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+293, @CENTRY+35, 0, 0, 533, 0, 0, 4, 1, 0, 2642.14, -3386.96, 285.492, 6.26573, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+294, @CENTRY+0, 0, 0, 533, 0, 0, 4, 1, 0, 3513.84, -2926.55, 302.914, 4.13643, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+295, @CENTRY+6, 0, 0, 533, 0, 0, 4, 1, 0, 3511.38, -3921.58, 299.513, 1.91986, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+296, @CENTRY+7, 0, 0, 533, 0, 0, 4, 1, 1, 3353.25, -3620.1, 261.08, 4.72984, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+297, @CENTRY+14, 0, 0, 533, 0, 0, 4, 1, 0, 3209.09, -3596.43, 287.27, 3.51, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+298, @CENTRY+14, 0, 0, 533, 0, 0, 4, 1, 0, 3149.82, -3619.72, 287.27, 0.38, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+299, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3216.22, -3578.01, 287.26, 3.85, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+300, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3204.55, -3572.21, 287.083, 0.225348, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+301, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3153.2, -3644.89, 287.26, 0.7, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+302, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3142.07, -3636.8, 287.081, 0.559912, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+303, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3275.7, -3700.26, 279.309, 2.67838, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+304, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3279.61, -3692.43, 279.88, 2.67838, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+305, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3150.08, -3783.27, 274.13, 0.39, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+306, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3295.11, -3722.44, 269.6, 3.25, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+307, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3293.78, -3727.1, 269.81, 3.64, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+308, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3310.87, -3723.75, 267.88, 3.77, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+309, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3305.08, -3717.73, 267.84, 4.18, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+310, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2914.6, -3219.76, 273.88, 1.55, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+311, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2915.36, -3152.52, 273.88, 4.4, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+312, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2920.34, -3153.1, 273.88, 4.58, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+313, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3103.16, -3090.63, 294.077, 0.567988, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+314, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3109.07, -3094.98, 294.075, 1.56866, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+315, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3114.84, -3093.64, 294.076, 2.00527, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+316, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3119.63, -3085.93, 294.078, 2.92811, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+317, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3115.66, -3089.89, 294.076, 2.57861, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+318, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3111.18, -3092.48, 294.076, 1.79321, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+319, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3106.89, -3092.72, 294.077, 1.03923, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+320, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3034.2, -3116.27, 294.15, 5.52, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+321, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3081.44, -3084.35, 294.15, 4.99, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+322, @CENTRY+29, 0, 0, 533, 0, 0, 4, 1, 0, 3171.7, -3301.83, 294.66, 2.21, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+323, @CENTRY+29, 0, 0, 533, 0, 0, 4, 1, 0, 3135.62, -3179.65, 294.15, 3.26, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+324, @CENTRY+29, 0, 0, 533, 0, 0, 4, 1, 0, 3132.07, -3244.12, 294.18, 0.05, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+325, @CENTRY+22, 0, 0, 533, 0, 0, 4, 1, 0, 3028.91, -3235.28, 294.15, 1.58, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+326, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3018.16, -3175.53, 294.064, 2.12136, 7200, 1, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+327, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3021.23, -3190.64, 294.063, 2.26996, 7200, 1, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+328, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3012.18, -3186.19, 294.064, 6.00217, 7200, 1, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+329, @CENTRY+21, 0, 0, 533, 0, 0, 4, 1, 0, 3026.93, -3179.32, 294.064, 6.15045, 7200, 1, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+330, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 2981.2, -3194.21, 294.063, 4.44942, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+331, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 2986.61, -3197.26, 294.063, 4.02531, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+332, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 2989.41, -3204.6, 294.063, 2.88648, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+333, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 2984.55, -3209.64, 294.15, 1.43, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+334, @CENTRY+39, 0, 0, 533, 0, 0, 4, 1, 1, 2513.52, -2954.96, 245.64, 5.73, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+335, @CENTRY+40, 0, 0, 533, 0, 0, 4, 1, 1, 2516.24, -2951.57, 245.64, 5.53, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+336, @CENTRY+38, 0, 0, 533, 0, 0, 4, 1, 1, 2524.45, -2944.71, 245.64, 5.46, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+337, @CENTRY+37, 0, 0, 533, 0, 0, 4, 1, 1, 2519.95, -2947.47, 245.64, 5.43, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+338, @CENTRY+18, 0, 0, 533, 0, 0, 4, 1, 0, 3522.39, -5236.78, 137.709, 4.50295, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+339, 16451, 0, 0, 533, 0, 0, 4, 1, 1, 3453.17, -3679.64, 294.75, 1.55, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+340, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 3450.36, -3680.23, 294.75, 1.58, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+341, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 3456.05, -3680.37, 294.75, 1.58, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+342, 16451, 0, 0, 533, 0, 0, 4, 1, 1, 3452.74, -3188.47, 294.75, 4.71, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+343, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 3449.93, -3187.6, 294.75, 4.71, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+344, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 3455.85, -3187.64, 294.75, 4.68, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+345, 16451, 0, 0, 533, 0, 0, 4, 1, 1, 3250.71, -2985.39, 294.75, 3.17, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+346, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 3251.23, -2982.27, 294.75, 3.17, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+347, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 3251.4, -2988.49, 294.75, 3.17, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+348, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3161.82, -2974.66, 267.68, 4.57, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+349, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3161.57, -2996.53, 267.68, 1.54, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+350, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3248.94, -2996.24, 294.75, 1.42, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+351, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3249.15, -2974.47, 294.75, 4.63, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+352, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3360.98, -3020.99, 294.75, 3.95, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+353, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3345.57, -3036.7, 294.75, 0.74, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+354, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3402.26, -3093.95, 294.75, 0.69, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+355, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3418.62, -3077.67, 294.75, 3.87, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+356, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3464.44, -3189.61, 294.75, 3.2, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+357, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3442.22, -3190.51, 294.75, 0, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+358, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3442.96, -3277.98, 267.68, 6.28, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+359, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3464.81, -3277.92, 267.68, 3.05, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+360, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3442.34, -3591.87, 267.68, 6.28, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+361, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3464.08, -3591.33, 267.68, 3.06, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+362, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3464.63, -3678.14, 294.75, 3.13, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+363, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3442.25, -3678.26, 294.75, 6.26, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+364, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3417.87, -3790.86, 294.75, 2.31, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+365, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3402, -3774.34, 294.75, 5.51, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+366, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3361.64, -3847.58, 294.75, 2.39, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+367, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3345.1, -3831.41, 294.75, 5.57, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+368, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3249.5, -3893.85, 294.75, 1.46, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+369, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3249.18, -3871.99, 294.75, 4.7, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+370, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3161.44, -3894.13, 267.68, 1.57, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+371, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 3161.45, -3871.26, 267.68, 4.7, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+372, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2567.26, -3277.1, 267.68, 3.07, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+373, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2545.62, -3277.69, 267.68, 6.28, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+374, 16451, 0, 0, 533, 0, 0, 4, 1, 1, 2556.46, -3279.11, 267.68, 1.6, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+375, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 2559.33, -3280.48, 267.68, 1.6, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+376, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 2554.02, -3280.62, 267.68, 1.6, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+377, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2567.33, -3191.03, 240.62, 3.01, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+378, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2545.6, -3190.34, 240.62, 6.28, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+379, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2610.66, -3097.48, 240.62, 2.32, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+380, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2588.19, -3074.64, 240.62, 5.5, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+381, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2645.26, -3017.73, 240.62, 5.5, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+382, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2667.75, -3039.93, 240.62, 2.36, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+383, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2760.22, -2997.4, 240.62, 1.52, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+384, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2760.94, -2974.27, 240.62, 4.66, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+385, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2848.44, -2997.48, 267.68, 1.54, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+386, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2848.82, -2974.33, 267.68, 4.67, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+387, 16451, 0, 0, 533, 0, 0, 4, 1, 1, 2849.82, -2984.93, 267.68, 3.18, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+388, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 2851.85, -2987.67, 267.68, 3.08, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+389, 16452, 0, 0, 533, 0, 0, 4, 1, 1, 2852.16, -2982.05, 267.68, 3.09, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+390, 16365, 0, 0, 533, 0, 0, 4, 1, 0, 2853.7, -3251.76, 298.649, 5.5676, 3520, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+391, @CENTRY+19, 0, 0, 533, 0, 0, 4, 1, 0, 3746.41, -5113.35, 142.031, 2.93162, 604800, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+392, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3106.93, -3914.09, 267.594, 3.20331, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+393, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3106.67, -3910.21, 267.594, 3.53318, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+394, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3100.49, -3911.09, 267.594, 3.08786, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+395, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3101.95, -3883.86, 267.594, 3.08786, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+396, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3453.53, -3739.18, 294.662, 1.97259, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+397, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 3229.28, -3907.97, 287.094, 3.06744, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+398, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3327.84, -3905.96, 294.66, 3.57809, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+399, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3336.02, -3905.86, 294.66, 3.51526, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+400, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3330.14, -3896.52, 294.66, 3.88832, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+401, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3333.12, -3901.2, 294.66, 3.82156, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+402, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3310, -3882.32, 294.662, 4.73124, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+403, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3475.74, -3750.32, 294.66, 4.25686, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+404, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3479.1, -3751.97, 294.66, 4.25686, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+405, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3477, -3756.19, 294.66, 4.1689, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+406, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3473.84, -3754.28, 294.66, 4.1689, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+407, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3421.77, -3755.75, 294.661, 3.83442, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+408, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3438.03, -3754.63, 294.661, 0.77765, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+409, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3434.28, -3770.84, 294.661, 3.83442, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+410, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3425.76, -3537.69, 267.594, 1.9773, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+411, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3429.05, -3537.64, 267.594, 1.9553, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+412, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3428.26, -3532.98, 267.594, 1.65685, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+413, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3424.03, -3532.38, 267.594, 1.65685, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+414, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3453.54, -3530.66, 267.594, 1.9985, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+415, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.59, -3339.19, 267.594, 4.70766, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+416, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2584.99, -3339.21, 267.604, 4.70766, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+417, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2578.69, -3334.62, 267.604, 4.93566, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+418, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.03, -3334.71, 267.604, 4.84466, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+419, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2530.77, -3338.58, 267.604, 4.58066, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+420, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2527.65, -3338.24, 267.604, 4.60266, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+421, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2528.64, -3333.91, 267.604, 4.60266, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+422, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2531.55, -3335.07, 267.604, 4.60266, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+423, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2556.06, -3338.6, 267.604, 4.70766, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+424, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.83, -3128.81, 240.526, 4.637, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+425, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2585.23, -3128.83, 240.536, 4.637, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+426, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2578.93, -3124.24, 240.536, 4.865, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+427, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.27, -3124.33, 240.536, 4.774, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+428, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2531.01, -3128.2, 240.536, 4.51, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+429, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2527.89, -3127.86, 240.536, 4.532, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+430, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2528.88, -3123.53, 240.536, 4.532, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+431, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2531.79, -3124.69, 240.536, 4.532, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+432, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2556.3, -3128.22, 240.536, 4.637, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+433, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 2532.05, -3256.1, 259.026, 1.48364, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+434, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2725.36, -2985.58, 240.526, 4.7438, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+435, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2728.76, -2985.6, 240.536, 4.7438, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+436, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2722.47, -2981.01, 240.536, 4.9718, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+437, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2724.8, -2981.1, 240.536, 4.8808, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+438, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2674.54, -2984.97, 240.536, 4.6168, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+439, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2671.43, -2984.63, 240.536, 4.6388, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+440, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2672.42, -2980.3, 240.536, 4.6388, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+441, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2675.32, -2981.46, 240.536, 4.6388, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+442, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2699.83, -2984.99, 240.536, 4.7438, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+443, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2679.95, -3019.32, 240.525, 4.04087, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+444, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2682.5, -3003.54, 240.525, 3.91364, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+445, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2666.19, -3003.03, 240.525, 3.84295, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+446, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2935.14, -2985.83, 267.594, 4.75792, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+447, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2938.54, -2985.85, 267.604, 4.75792, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+448, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2932.24, -2981.26, 267.604, 4.98592, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+449, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2934.58, -2981.35, 267.604, 4.89492, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+450, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2884.32, -2985.22, 267.604, 4.63092, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+451, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2881.2, -2984.88, 267.604, 4.65292, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+452, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2882.19, -2980.55, 267.604, 4.65292, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+453, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2885.1, -2981.71, 267.604, 4.65292, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+454, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2909.61, -2985.24, 267.604, 4.75792, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+455, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3478.92, -3338.88, 267.594, 4.7137, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+456, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3482.32, -3338.9, 267.604, 4.7137, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+457, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3476.02, -3334.31, 267.604, 4.9417, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+458, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3478.36, -3334.4, 267.604, 4.8507, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+459, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3428.1, -3338.27, 267.604, 4.5867, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+460, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3424.98, -3337.93, 267.604, 4.6087, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+461, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3425.97, -3333.6, 267.604, 4.6087, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+462, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3428.88, -3334.76, 267.604, 4.6087, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+463, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3453.39, -3338.29, 267.604, 4.7137, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+464, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3479.12, -3128.97, 294.661, 4.74, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+465, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3482.52, -3128.99, 294.671, 4.74, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+466, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3476.22, -3124.4, 294.671, 4.968, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+467, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3478.56, -3124.49, 294.671, 4.877, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+468, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3428.3, -3128.36, 294.671, 4.613, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+469, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3425.18, -3128.02, 294.671, 4.635, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+470, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3426.17, -3123.69, 294.671, 4.635, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+471, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3429.08, -3124.85, 294.671, 4.635, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+472, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3453.59, -3128.38, 294.671, 4.74, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+473, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3335.93, -2990.19, 294.662, 4.6992, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+474, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3339.33, -2990.21, 294.672, 4.6992, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+475, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3333.03, -2985.62, 294.672, 4.9272, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+476, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3335.37, -2985.71, 294.672, 4.8362, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+477, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3285.11, -2989.58, 294.672, 4.5722, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+478, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3281.99, -2989.24, 294.672, 4.5942, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+479, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3282.98, -2984.91, 294.672, 4.5942, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+480, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3285.89, -2986.07, 294.672, 4.5942, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+481, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3310.4, -2989.6, 294.672, 4.6992, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+482, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3128.28, -2985.7, 267.593, 4.7047, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+483, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3131.68, -2985.72, 267.603, 4.7047, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+484, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3125.38, -2981.13, 267.603, 4.9327, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+485, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3127.72, -2981.22, 267.603, 4.8417, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+486, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3077.46, -2985.09, 267.603, 4.5777, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+487, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3074.34, -2984.75, 267.603, 4.5997, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+488, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3075.33, -2980.42, 267.603, 4.5997, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+489, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3078.24, -2981.58, 267.603, 4.5997, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+490, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 3102.75, -2985.11, 267.603, 4.7047, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+491, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.91, -3529.54, 267.594, 4.64639, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+492, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2585.31, -3529.56, 267.604, 4.64639, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+493, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2579.01, -3524.97, 267.604, 4.87439, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+494, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.35, -3525.06, 267.604, 4.78339, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+495, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2531.09, -3528.93, 267.604, 4.51939, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+496, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2527.97, -3528.59, 267.604, 4.54139, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+497, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2528.96, -3524.26, 267.604, 4.54139, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+498, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2531.87, -3525.42, 267.604, 4.54139, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+499, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2556.38, -3528.95, 267.604, 4.64639, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+500, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2725.65, -3883.05, 294.662, 4.725, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+501, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2729.05, -3883.07, 294.672, 4.725, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+502, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2722.75, -3878.48, 294.672, 4.953, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+503, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2725.09, -3878.57, 294.672, 4.862, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+504, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2674.83, -3882.44, 294.672, 4.598, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+505, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2671.71, -3882.1, 294.672, 4.62, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+506, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2672.7, -3877.77, 294.672, 4.62, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+507, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2675.61, -3878.93, 294.672, 4.62, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+508, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2700.12, -3882.46, 294.672, 4.725, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+509, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2582.46, -3739.29, 294.661, 4.6661, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+510, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2585.85, -3739.31, 294.671, 4.6661, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+511, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2579.55, -3734.73, 294.671, 4.8941, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+512, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2581.9, -3734.81, 294.671, 4.8031, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+513, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2531.64, -3738.69, 294.671, 4.5391, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+514, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2528.51, -3738.34, 294.671, 4.5611, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+515, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2529.5, -3734.01, 294.671, 4.5611, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+516, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2532.42, -3735.18, 294.671, 4.5611, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+517, 16449, 0, 0, 533, 0, 0, 4, 1, 0, 2556.93, -3738.71, 294.671, 4.6661, 7200, 30, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+518, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2933.09, -3883.06, 268.132, 4.74064, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+519, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2936.49, -3883.08, 268.142, 4.74064, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+520, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2930.19, -3878.49, 268.142, 4.96864, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+521, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2932.53, -3878.58, 268.142, 4.87764, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+522, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2882.27, -3882.45, 268.142, 4.61364, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+523, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2879.15, -3882.11, 268.142, 4.63564, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+524, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2880.14, -3877.78, 268.142, 4.63564, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+525, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2883.05, -3878.94, 268.142, 4.63564, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+526, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2692.16, -3430.75, 268.646, 1.6057, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+527, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2733.46, -3349.39, 267.768, 1.78024, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+528, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2739.99, -3321.73, 284.232, 2.82743, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+529, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2692.21, -3428.78, 268.646, 1.48353, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+530, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2739.99, -3399.78, 284.295, 6.10865, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+531, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2714.56, -3430.61, 268.646, 1.41372, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+532, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2683.89, -3304.21, 267.768, 2.49582, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+533, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2669.58, -3428.86, 268.646, 1.37881, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+534, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2700.27, -3322.35, 267.768, 3.52556, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+535, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2643.73, -3399.68, 284.183, 6.0912, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+536, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2664.87, -3340.75, 267.767, 5.93412, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+537, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2725.82, -3309.57, 267.769, 2.82743, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+538, @CENTRY+47, 0, 0, 533, 0, 0, 4, 1, 0, 2643.73, -3321.73, 284.233, 6.19592, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+539, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3223.02, -3218.73, 316.371, 0.760995, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+540, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3208.17, -3234.59, 315.457, 0.742117, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+541, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3178.61, -3263.67, 316.428, 0.783571, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+542, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3217.32, -3224.75, 316.058, 0.825181, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+543, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3190.63, -3252.56, 315.568, 3.91208, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+544, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3237.07, -3207.6, 317.365, 3.95566, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+545, @CENTRY+72, 0, 0, 533, 0, 0, 4, 1, 0, 3246.76, -3193.86, 317.33, 3.83134, 7200, 10, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+546, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3287.81, -3450.87, 287.077, 3.4216, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+547, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3337.11, -3490.32, 287.087, 3.53, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+548, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3127.2, -3552.16, 287.081, 1.56623, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+549, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3074.22, -3555.82, 287.076, 2.91462, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+550, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3158.75, -3486.43, 287.081, 3.8418, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+551, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3164.67, -3498.03, 300.916, 3.90346, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+552, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3362.31, -3684.58, 259.07, 5.91014, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+553, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3087.85, -3521.07, 287.079, 5.39293, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+554, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 2956.81, -3173.99, 285.591, 1.60566, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+555, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3294.54, -3489.41, 287.077, 0.288907, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+556, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3368.19, -3635.1, 259.085, 3.66266, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+557, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3198.91, -3614.88, 280.305, 3.95935, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+558, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3179.61, -3629.73, 280.303, 4.14412, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+559, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 2769.76, -3180.84, 300.031, 1.56921, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+560, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3200.08, -3463.78, 300.8, 0.017622, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+561, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3313.28, -3671.11, 281.972, 3.86845, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+562, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3219.68, -3789.26, 273.91, 5.23516, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+563, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3162.43, -3789.12, 273.95, 6.02155, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+564, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 2941.87, -3346.26, 318.111, 4.76577, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+565, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3185.17, -3792.45, 273.951, 4.2457, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+566, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 2911.67, -3570.2, 304.348, 1.57032, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+567, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3384.41, -3651.55, 282.512, 1.75656, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+568, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3034.9, -3470.6, 298.22, 5.62082, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+569, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3226.91, -3686.06, 300.899, 1.59974, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+570, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3158.45, -3607.72, 280.305, 5.48026, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+571, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3123.39, -3511.76, 287.312, 4.39118, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+572, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3255.24, -3452.69, 287.076, 0.363795, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+573, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3230.74, -3666.8, 287.057, 3.64395, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+574, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3091.63, -3537.93, 310.113, 3.92356, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+575, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3342.3, -3644.27, 259.085, 6.22306, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+576, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3254.85, -3502.14, 287.076, 4.78578, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+577, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3229.92, -3468.46, 287.076, 1.09541, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+578, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3137.56, -3795.61, 273.952, 4.24697, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+579, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 2841.98, -3346.14, 310.709, 5.51024, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+580, 14881, 0, 0, 533, 0, 0, 4, 1, 0, 3172.87, -3593.79, 280.306, 4.62716, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+581, @CENTRY+61, 0, 0, 533, 0, 0, 4, 1, 1, 2681.25, -3215.83, 267.611, 5.46288, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+582, @CENTRY+61, 0, 0, 533, 0, 0, 4, 1, 1, 2712.35, -3127.26, 267.554, 2.65744, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+583, @CENTRY+61, 0, 0, 533, 0, 0, 4, 1, 1, 2718.03, -3135.9, 267.522, 4.42918, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+584, @CENTRY+61, 0, 0, 533, 0, 0, 4, 1, 1, 2712.7, -3180.11, 267.605, 1.69297, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+585, @CENTRY+61, 0, 0, 533, 0, 0, 4, 1, 1, 2724.37, -3219.95, 267.605, 0.261799, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+586, @CENTRY+62, 0, 0, 533, 0, 0, 4, 1, 1, 2691.04, -3216.55, 267.605, 0.942478, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+587, @CENTRY+62, 0, 0, 533, 0, 0, 4, 1, 1, 2667.47, -3173, 267.604, 4.13059, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+588, @CENTRY+63, 0, 0, 533, 0, 0, 4, 1, 1, 2731.77, -3230.92, 267.679, 4.46872, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+589, @CENTRY+63, 0, 0, 533, 0, 0, 4, 1, 1, 2708.13, -3174.65, 267.605, 0.418879, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+590, @CENTRY+15, 0, 0, 533, 0, 0, 4, 1, 0, 3224.83, -3802.96, 274.032, 2.30383, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+591, @CENTRY+15, 0, 0, 533, 0, 0, 4, 1, 0, 3138.52, -3778.58, 274.032, 5.18363, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+592, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3318, -3335.55, 292.678, 1.18682, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+593, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3320.82, -3342.62, 292.678, 1.0472, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+594, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3315.06, -3348.81, 292.678, 3.05433, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+595, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3306.47, -3347.18, 292.678, 0.698132, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+596, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3313.49, -3340.97, 292.678, 0.401426, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+597, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3038.89, -3474.74, 298.216, 4.69145, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+598, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 2991.84, -3463.04, 298.219, 2.34906, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+599, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3008.69, -3402.87, 298.218, 3.6405, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+600, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3046.72, -3429.97, 298.222, 4.51829, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+601, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3103.34, -3292.8, 294.599, 2.9147, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+602, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3126.26, -3365.8, 294.572, 0.191986, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+603, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3128.58, -3369.78, 294.568, 1.91986, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+604, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3129.73, -3364.55, 294.572, 5.65487, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+605, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3122.03, -3366.45, 294.581, 3.14159, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+606, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3124.71, -3362.47, 294.575, 0.820305, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+607, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3251.99, -3351.52, 292.678, 2.75762, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+608, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3246.14, -3356.44, 292.595, 3.5914, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+609, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3254.5, -3347.45, 292.678, 0.610865, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+610, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3254.41, -3356.07, 292.678, 0.994838, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+611, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3248.11, -3348.84, 292.678, 4.27606, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+612, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3076.54, -3314.61, 294.572, 2.44346, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+613, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3071.26, -3314, 294.571, 2.93215, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+614, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3078.04, -3310.57, 294.573, 4.20624, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+615, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3075.48, -3318.7, 294.58, 0.942478, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+616, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3080.41, -3315.86, 294.575, 0.174533, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+617, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3115.43, -3264.77, 294.531, 3.57792, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+618, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3060.06, -3239.59, 294.146, 5.84685, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+619, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3012.85, -3148.56, 294.159, 5.37561, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+620, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3269.68, -3270.23, 292.678, 0.383972, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+621, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3179.1, -3313.12, 294.618, 3.12414, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+622, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3125.16, -3066.66, 294.156, 1.20428, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+623, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3322.63, -3226.65, 294.146, 3.50811, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+624, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3175.82, -3326.75, 294.611, 3.54302, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+625, 16030, 0, 0, 533, 0, 0, 4, 1, 0, 3301.85, -3270.85, 292.678, 0.10472, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+626, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2847.36, -3688.1, 279.027, 4.76567, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+627, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2862.42, -3671.69, 276.904, 1.73453, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+628, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2755.28, -3590.7, 256.861, 6.0064, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+629, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2833.08, -3548.21, 254.238, 1.05746, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+630, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2765.66, -3581.11, 255.935, 3.78032, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+631, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2894.29, -3618.93, 273.603, 2.11469, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+632, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2775.15, -3559.07, 250.923, 5.44874, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+633, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2773.29, -3616.7, 254.731, 2.82547, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+634, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2889.84, -3678.42, 281.347, 4.25105, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+635, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2734.93, -3597.33, 258.319, 0.807797, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+636, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2801.9, -3589.27, 254.856, 2.63119, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+637, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2879.9, -3650.04, 274.982, 0.10067, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+638, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2881.9, -3620.86, 270.75, 0.244238, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+639, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2912.48, -3586.57, 274.36, 1.10071, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+640, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2899.39, -3700.27, 285.613, 0.090022, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+641, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2877.12, -3691.8, 282.437, 4.89036, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+642, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2673.3, -3624.03, 265.549, 2.16559, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+643, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2861.03, -3648.37, 272.216, 3.87341, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+644, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2860.04, -3706.87, 284.113, 4.24212, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+645, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2811.54, -3576.31, 253.609, 4.81057, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+646, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2865.75, -3658.31, 274.641, 0.458959, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+647, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2896.11, -3656.78, 277.51, 0.313374, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+648, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2905.33, -3682.31, 283.876, 0.59482, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+649, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2895.52, -3572.9, 272.322, 2.09725, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+650, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2855.79, -3618.3, 263.904, 0.579871, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+651, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2790.42, -3585.39, 253.704, 1.4536, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+652, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2897.74, -3646.21, 276.007, 1.83488, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+653, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2704, -3600.04, 260.803, 1.0333, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+654, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2689.36, -3594.03, 261.013, 5.88405, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+655, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2875.86, -3705.54, 284.832, 3.04009, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+656, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2869.41, -3589.09, 266.096, 1.27594, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+657, 16068, 0, 0, 533, 0, 0, 4, 1, 0, 2884.94, -3598.44, 269.901, 1.45662, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+658, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2862.24, -3221.67, 274.281, 6.15288, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+659, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2850.01, -3069.62, 273.745, 3.45795, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+660, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3343.67, -3329.04, 292.678, 1.22173, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+661, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2798.81, -3397.75, 267.685, 2.03858, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+662, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2757.92, -3245.05, 267.717, 4.34936, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+663, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2779.72, -3402.66, 267.686, 0.077889, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+664, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2854.37, -3252.37, 298.109, 3.09705, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+665, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2821.19, -3210.31, 298.291, 0.612072, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+666, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2980.29, -3198.71, 294.146, 3.56047, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+667, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2861.21, -3468.68, 297.871, 4.17484, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+668, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2683.21, -3254.64, 267.723, 1.51289, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+669, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3254.77, -3263.22, 292.678, 2.87979, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+670, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2628.21, -3538.8, 261.853, 2.68703, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+671, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2790.74, -3154.29, 298.148, 6.07273, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+672, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2962.72, -3356.16, 298.127, 2.36018, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+673, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2791.8, -3207.55, 273.819, 0.161498, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+674, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2913.79, -3370.73, 298.139, 2.61752, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+675, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2931.33, -3221.42, 273.787, 4.48913, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+676, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2745.92, -3658.74, 285.253, 5.25344, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+677, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2871.23, -3364.54, 298.146, 1.52012, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+678, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2799.5, -3301.39, 267.685, 2.71451, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+679, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2892.38, -3469.16, 297.863, 3.14837, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+680, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2985.75, -3243.94, 294.146, 3.56047, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+681, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3195.98, -3308.35, 292.678, 6.23082, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+682, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2690.28, -3260.72, 267.738, 0.596745, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+683, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2753.39, -3217.74, 267.569, 2.01382, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+684, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2774.83, -3180.47, 273.782, 1.09138, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+685, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3343.55, -3292.74, 292.678, 3.71755, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+686, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3279.03, -3262.9, 292.678, 3.57792, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+687, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2865.47, -3217.4, 274.658, 0.301265, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+688, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2705.53, -3077.45, 267.685, 6.06152, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+689, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2659.89, -3220.11, 267.679, 5.28339, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+690, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2747.18, -3153.39, 267.717, 2.46168, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+691, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2828.36, -3279.32, 298.099, 0.719604, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+692, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2726.03, -3545.26, 261.911, 1.31996, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+693, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2948.95, -3163.86, 274.504, 0.000783, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+694, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2858.15, -3534.33, 297.885, 1.77236, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+695, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2798.77, -3391.96, 267.685, 2.36412, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+696, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2776.23, -3326.02, 267.684, 0.794321, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+697, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2939.08, -3489.07, 297.823, 2.24602, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+698, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3197.27, -3270.23, 292.678, 4.2237, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+699, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2773.42, -3160.4, 298.147, 4.59206, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+700, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3201.55, -3356.08, 292.678, 5.42797, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+701, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3201.14, -3368.57, 292.678, 1.18682, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+702, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3201.36, -3364.57, 292.678, 6.21337, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+703, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3196.74, -3356.55, 292.678, 0.244346, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+704, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3190.56, -3348.45, 292.678, 5.41052, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+705, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3194.27, -3351.64, 292.678, 0.488692, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+706, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3204.66, -3360.4, 292.678, 6.0912, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+707, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3192.33, -3357.58, 292.678, 2.63545, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+708, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3201.96, -3374.83, 292.595, 4.78349, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+709, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3190.75, -3375.17, 292.678, 2.44346, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+710, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2745.8, -3712.84, 285.262, 5.70723, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+711, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2635.35, -3522.12, 261.93, 3.63578, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+712, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2916.49, -3150.86, 274.268, 3.08401, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+713, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3347.26, -3319.77, 292.678, 3.15905, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+714, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2797.65, -3307.94, 267.685, 3.05083, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+715, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2933.28, -3531.7, 298.418, 4.11675, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+716, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2797.56, -3658.15, 285.262, 2.32129, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+717, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2752.13, -3228.54, 267.567, 1.37531, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+718, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2939.99, -3209.17, 273.787, 2.50452, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+719, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3081.84, -3062.09, 294.151, 5.044, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+720, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3084.76, -3063.93, 294.154, 3.59538, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+721, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3087.03, -3062.32, 294.153, 2.37365, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+722, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3091.66, -3065.17, 294.158, 3.78736, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+723, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3096.33, -3067.03, 294.161, 3.78736, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+724, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3097.6, -3063.46, 294.158, 3.83972, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+725, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3089.47, -3062.15, 294.153, 6.0912, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+726, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3085.19, -3058.58, 294.148, 0.20944, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+727, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3095.58, -3059.41, 294.152, 1.44862, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+728, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3088.22, -3065.31, 294.157, 2.30383, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+729, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2940.28, -3297.49, 298.229, 5.60251, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+730, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3023.22, -3105, 294.147, 2.80998, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+731, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3027.07, -3101.84, 294.151, 4.85202, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+732, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3024.52, -3102.71, 294.148, 5.46288, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+733, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3015.25, -3110.68, 294.155, 3.71755, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+734, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3026.8, -3095.25, 294.152, 0.610865, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+735, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3019.95, -3102.67, 294.147, 0.20944, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+736, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3027.04, -3098.89, 294.153, 3.31613, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+737, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3028.62, -3097.12, 294.154, 4.66003, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+738, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3020.6, -3108.74, 294.151, 4.74729, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+739, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3021.4, -3102.96, 294.146, 3.85718, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+740, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 3009.89, -3255.94, 294.146, 4.11898, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+741, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2892.94, -3158.46, 273.787, 4.79605, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+742, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2903.89, -3218.66, 273.787, 2.37032, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+743, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2821.79, -3223.4, 298.32, 3.69071, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+744, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2852.78, -3219.24, 273.787, 5.08628, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+745, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2659.73, -3212.53, 267.664, 5.31375, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+746, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2699.33, -3085.07, 267.685, 0.023725, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+747, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2794.68, -3403.76, 267.686, 2.68793, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+748, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2752.63, -3207.8, 267.566, 2.53656, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+749, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2838.21, -3066.32, 273.798, 3.34716, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+750, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2872.69, -3151.1, 273.787, 2.90263, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+751, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2776.98, -3334.2, 267.684, 1.46036, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+752, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2943.52, -3160.81, 273.787, 3.86506, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+753, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2750.52, -3160.27, 267.724, 2.62969, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+754, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2952.48, -3505.97, 298.279, 3.96102, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+755, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2891.58, -3558.73, 297.862, 2.78446, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+756, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2860.95, -3077.39, 273.736, 4.0009, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+757, 4075, 0, 0, 533, 0, 0, 4, 1, 0, 2777.25, -3222.09, 285.551, 0.214748, 7200, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+758, 16861, 0, 0, 533, 0, 0, 4, 1, 1, 2932.14, -3187.84, 273.371, 3.13828, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+759, 16998, 0, 0, 533, 0, 0, 4, 1, 0, 3005.8, -3434.81, 304.196, 5.38862, 21600, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+760, @CENTRY+42, 0, 0, 533, 0, 0, 4, 1, 0, 3122.96, -3152.1, 342.371, 6.10865, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+761, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2784.04, -3086.38, 267.768, 3.92699, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+762, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2835.89, -3215.61, 298.344, 1.01229, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+763, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2756.07, -3113.2, 267.768, 0.890118, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+764, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2814.28, -3154.13, 298.229, 4.76475, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+765, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2779.97, -3115.92, 267.768, 2.16421, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+766, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2860.08, -3187.86, 298.234, 3.08923, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+767, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2760.84, -3082.67, 267.768, 5.25344, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+768, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2825.51, -3154.79, 298.229, 4.5204, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+769, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2844.48, -3157.53, 298.233, 4.2237, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+770, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2827.83, -3209.98, 298.344, 0.994838, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+771, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2851.85, -3162.62, 298.236, 4.08407, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+772, 16211, 0, 0, 533, 0, 0, 4, 1, 0, 2859.65, -3180.16, 298.237, 3.24631, 3600, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+773, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3315.78, -3857.88, 294.659, 3.11269, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+774, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3321.26, -3859.35, 294.659, 2.84566, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+775, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3319.86, -3863.95, 294.659, 2.84566, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+776, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3097.77, -3560.32, 287.165, 6.05629, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+777, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3096, -3570.25, 287.165, 6.10865, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+778, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3107.9, -3562.92, 287.163, 6.05629, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+779, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3102.62, -3569.7, 287.162, 6.0912, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+780, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3095.4, -3580.16, 287.165, 6.14356, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+781, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3106.25, -3574.22, 287.161, 6.10865, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+782, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3102.28, -3580.11, 287.161, 6.12611, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+783, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3114.28, -3570.24, 287.164, 6.0912, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+784, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3109.65, -3584.53, 287.162, 6.14356, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+785, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3116.04, -3581.54, 287.165, 6.12611, 7200, 3, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+786, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3344.81, -3597.41, 260.997, 6.21484, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+787, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3349.74, -3595.89, 260.997, 6.21484, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+788, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3354.06, -3605.28, 260.997, 6.21484, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+789, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3350.01, -3603.42, 260.997, 6.21484, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+790, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3347.91, -3599.76, 260.997, 0.207331, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+791, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3343.95, -3600.64, 260.997, 0.207331, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+792, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3345.38, -3603.7, 260.997, 0.207331, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+793, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3342.29, -3603.57, 260.997, 0.207331, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+794, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3344.7, -3690.97, 259.083, 1.48143, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+795, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3359.77, -3690.24, 259.079, 1.68171, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+796, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3349.95, -3690.49, 259.077, 1.53248, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+797, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3354.99, -3690.12, 259.075, 1.55212, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+798, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3342.57, -3686.82, 259.085, 1.5207, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+799, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3347.15, -3686.17, 259.082, 1.5207, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+800, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3352.49, -3685.48, 259.078, 1.71705, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+801, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3357.9, -3684.92, 259.08, 1.68564, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+802, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3374.32, -3696.3, 259.082, 2.21891, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+803, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3386.94, -3685.78, 259.079, 2.3328, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+804, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3378.33, -3692.53, 259.081, 2.24248, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+805, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3382.6, -3689.13, 259.081, 2.24248, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+806, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3378.5, -3697.39, 259.081, 2.26604, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+807, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3382.87, -3693.75, 259.08, 2.26604, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+808, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3386.73, -3690.53, 259.078, 2.26604, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+809, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3390.84, -3687.1, 259.075, 2.26604, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+810, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3370.25, -3669.45, 259.082, 1.99509, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+811, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3370.75, -3674.46, 259.082, 1.91262, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+812, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3383.8, -3668.86, 259.082, 2.08933, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+813, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3384.43, -3664.46, 259.082, 1.99508, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+814, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3379.93, -3665.65, 259.082, 1.99508, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+815, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3374.83, -3667.38, 259.082, 1.99508, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+816, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3374.76, -3672.74, 259.082, 1.99508, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+817, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3379.44, -3670.63, 259.082, 1.99508, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+818, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3367.71, -3652.44, 259.083, 2.14036, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+819, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3371.56, -3650.54, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+820, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3374.93, -3648.49, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+821, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3379.11, -3646.11, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+822, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3367.51, -3647.63, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+823, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3370.78, -3645.64, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+824, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3374.96, -3643.29, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+825, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3378.6, -3641.08, 259.083, 2.1168, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+826, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3339.42, -3653.31, 259.083, 1.12719, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+827, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3335.29, -3651.85, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+828, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3331.37, -3650.17, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+829, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3327.18, -3648.53, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+830, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3340.39, -3648.57, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+831, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3335.89, -3646.55, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+832, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3331.81, -3645.26, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+833, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3328.13, -3643.35, 259.083, 1.16646, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+834, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3322.35, -3663.43, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+835, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3321.64, -3668.52, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+836, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3325.78, -3670.29, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+837, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3330.47, -3671.79, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+838, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3335.78, -3673.5, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+839, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3335.37, -3667.11, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+840, @CENTRY+17, 0, 0, 533, 0, 0, 4, 1, 0, 3331.2, -3665.78, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+841, @CENTRY+16, 0, 0, 533, 0, 0, 4, 1, 0, 3326.31, -3664.21, 259.083, 1.26072, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+842, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3104.42, -3851.16, 267.595, 3.16137, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+843, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3104.52, -3856.19, 267.594, 3.16137, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+844, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3181.97, -3470.77, 287.164, 4.72779, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+845, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3098.96, -3851.26, 267.594, 3.16137, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+846, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3117.87, -3875, 267.593, 5.91656, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+847, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3115.11, -3882.19, 267.593, 5.91656, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+848, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3219.89, -3878.45, 282.17, 0.0598501, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+849, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3219.65, -3887.2, 282.044, 0.0127262, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+850, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3212.91, -3642.57, 287.063, 3.93187, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+851, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3215.19, -3641.19, 287.075, 3.93187, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+852, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3214.1, -3639.46, 286.409, 3.93187, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+853, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3216.24, -3637.86, 286.596, 3.93187, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+854, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3182.22, -3477.54, 287.164, 5.44114, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+855, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3214.2, -3635.41, 285.064, 4.21462, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+856, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3217.52, -3641.77, 287.07, 3.99313, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+857, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3214.47, -3644.68, 287.07, 3.99313, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+858, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3210.13, -3645.67, 287.075, 3.99313, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+859, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3233.43, -3796.14, 273.808, 5.5757, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+860, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3225.3, -3792.91, 273.911, 2.00214, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+861, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3219.75, -3796.73, 273.95, 4.97094, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+862, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3216.92, -3805.44, 273.95, 3.93029, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+863, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3130.54, -3783.85, 273.945, 2.67366, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+864, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3139.52, -3787.93, 273.947, 4.77067, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+865, @CENTRY+10, 0, 0, 533, 0, 0, 4, 1, 0, 3146.5, -3776.7, 273.948, 1.14606, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+866, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3235.82, -3695.8, 287.071, 1.15313, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+867, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3243.68, -3696.81, 287.07, 0.395218, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+868, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3246.53, -3691.97, 287.075, 0.395218, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+869, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3241.48, -3689.89, 287.076, 2.75141, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+870, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3231.45, -3684.91, 287.083, 5.95113, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+871, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3248.53, -3686.31, 286.34, 3.43943, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+872, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3246, -3683.32, 287.085, 2.27311, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+873, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3237.57, -3684.9, 287.083, 2.27311, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+874, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3235.35, -3690.11, 287.077, 1.01647, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+875, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3270.59, -3732.98, 277.629, 0.340248, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+876, 16453, 0, 0, 533, 0, 0, 4, 1, 0, 3267.94, -3725.9, 278.021, 0.340248, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+877, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3191.81, -3580.93, 287.084, 0.611764, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+878, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3202.19, -3588.55, 281.82, 1.05159, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+879, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3216.96, -3590.1, 287.093, 3.39836, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+880, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3198.26, -3574.84, 287.085, 4.95344, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+881, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3144.9, -3628.55, 287.088, 1.97049, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+882, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3156.62, -3630.86, 282.938, 0.674584, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+883, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3169.44, -3638.68, 287.108, 2.49671, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+884, @CENTRY+11, 0, 0, 533, 0, 0, 4, 1, 0, 3162.97, -3643.82, 287.095, 2.09615, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+885, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3308.06, -3724.94, 267.991, 2.84573, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+886, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3301.82, -3727.42, 268.785, 2.86929, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+887, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3300.99, -3721.11, 268.343, 2.99888, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+888, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3311.24, -3717.84, 266.959, 4.1063, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+889, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3187.8, -3471.03, 287.158, 4.31184, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+890, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3188.14, -3477.42, 287.157, 5.12857, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+891, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3187.2, -3484.21, 287.158, 4.95412, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+892, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3193.41, -3472.44, 287.152, 3.95401, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+893, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3193.48, -3477.56, 287.151, 3.67914, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+894, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3192.77, -3483.24, 287.152, 4.91281, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+895, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3195.06, -3477.7, 287.067, 3.61552, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+896, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3182.03, -3484.3, 287.162, 3.11265, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+897, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3273, -3694.41, 281.352, 5.20732, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+898, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3269.23, -3701.49, 283.193, 5.30942, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+899, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3276.47, -3700.13, 278.871, 4.93479, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+900, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3284.97, -3697.12, 277.593, 2.79458, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+901, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3275.32, -3708.36, 278.676, 2.15448, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+902, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3284.32, -3703.01, 275.488, 2.32884, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+903, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3278.53, -3691.56, 280.365, 2.0563, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+904, @CENTRY+13, 0, 0, 533, 0, 0, 4, 1, 0, 3278.88, -3704.04, 277.426, 5.53011, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+905, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3106.41, -3905.73, 267.593, 3.28064, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+906, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 3225.58, -3903.25, 285.153, 2.90185, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+907, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 3274.58, -3884.12, 294.662, 3.12177, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+908, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 3278.43, -3879.55, 294.662, 3.19638, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+909, @CENTRY+24, 0, 0, 533, 0, 0, 4, 1, 0, 2999.53, -3244.09, 294.063, 0.912029, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+910, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 2995.88, -3239.01, 294.063, 5.4697, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+911, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3001.05, -3237.97, 294.063, 4.4644, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+912, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3003.98, -3241.69, 294.063, 3.60046, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+913, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3004.4, -3245.77, 294.063, 2.70118, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+914, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3006.11, -3243.52, 294.063, 3.23132, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+915, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3003.77, -3238.58, 294.063, 3.94604, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+916, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 2997.94, -3237.07, 294.063, 5.08879, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+917, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 2992.98, -3240.69, 294.063, 5.63463, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+918, @CENTRY+24, 0, 0, 533, 0, 0, 4, 1, 0, 2981.4, -3202.53, 294.063, 0.0551154, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+919, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 2981.28, -3207.92, 294.063, 1.3471, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+920, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 2986.49, -3206.79, 294.063, 2.41917, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+921, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 2987.71, -3200.98, 294.063, 3.2242, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+922, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 2983.13, -3196.66, 294.063, 4.3591, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+923, @CENTRY+24, 0, 0, 533, 0, 0, 4, 1, 0, 3025.7, -3142.29, 294.078, 5.74926, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+924, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3020.7, -3147.52, 294.078, 0.699147, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+925, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3025.34, -3150.06, 294.077, 1.54345, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+926, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3031.17, -3147.43, 294.075, 2.39954, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+927, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3032.44, -3140.35, 294.076, 3.35851, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+928, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3033.33, -3144.36, 294.076, 2.96345, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+929, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3030.09, -3136.6, 294.077, 3.88237, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+930, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3028.73, -3149.77, 294.075, 1.8584, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+931, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3022.4, -3149.72, 294.077, 1.01409, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+932, @CENTRY+24, 0, 0, 533, 0, 0, 4, 1, 0, 3062.14, -3104.68, 294.078, 5.35342, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+933, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3067.99, -3100.56, 294.078, 3.70408, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+934, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3070.48, -3106.15, 294.077, 2.92261, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+935, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3063.42, -3112.82, 294.076, 1.64241, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+936, @CENTRY+23, 0, 0, 533, 0, 0, 4, 1, 0, 3057.3, -3110.72, 294.077, 0.848375, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+937, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3057.01, -3107.99, 294.078, 0.522434, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+938, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3060.77, -3110.43, 294.078, 1.47355, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+939, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3066.33, -3108.6, 294.076, 2.53384, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+940, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3068.01, -3103.3, 294.078, 3.39149, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+941, @CENTRY+24, 0, 0, 533, 0, 0, 4, 1, 0, 3110.33, -3085.8, 294.077, 4.66384, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+942, @CENTRY+25, 0, 0, 533, 0, 0, 4, 1, 0, 3103.41, -3086.52, 294.078, 6.17966, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+943, @CENTRY+62, 0, 0, 533, 0, 0, 4, 1, 1, 2664.57, -3170.19, 267.627, 3.3401, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+944, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2797.4, -3390.99, 267.685, 1.85808, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+945, @CENTRY+57, 0, 0, 533, 0, 0, 4, 1, 1, 2791.04, -3394.88, 267.685, 2.21151, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+946, @CENTRY+48, 0, 0, 533, 0, 0, 4, 1, 1, 2790.74, -3403.59, 267.685, 2.43143, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+947, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2862.19, -3137.6, 273.788, 3.11252, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+948, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2830.94, -3219.21, 273.787, 1.47104, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+949, @CENTRY+55, 0, 0, 533, 0, 0, 4, 1, 1, 2823.65, -3218.48, 273.787, 1.47104, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+950, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 2537.32, -3252.41, 257.091, 1.48026, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+951, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2871.65, -3154.08, 273.787, 4.64502, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+952, @CENTRY+53, 0, 0, 533, 0, 0, 4, 1, 1, 2947.18, -3177.15, 273.788, 3.49834, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+953, @CENTRY+41, 0, 0, 533, 0, 0, 4, 1, 0, 2951.92, -3171.46, 273.788, 3.69294, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+954, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3277.72, -3875.4, 294.66, 2.83068, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+955, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3277.91, -3888, 294.66, 3.3569, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+956, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3286.19, -3882.28, 294.66, 6.24716, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+957, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3282.28, -3879.7, 294.66, 2.90372, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+958, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3282.6, -3884.32, 294.66, 3.2383, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+959, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3434.55, -3760.84, 294.661, 3.95223, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+960, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3431.66, -3756.29, 294.661, 3.70719, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+961, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2735.9, -2979.28, 240.526, 0.257619, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+962, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2735.8, -2991.56, 240.526, 5.96354, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+963, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2724.01, -2985.8, 240.526, 6.28162, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+964, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2678.54, -3011.75, 240.525, 3.8406, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+965, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2675.17, -3005.24, 240.525, 3.82489, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+966, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2726.57, -2975.25, 240.525, 6.28162, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+967, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2731.5, -2984.48, 240.525, 6.26198, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+968, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2567.03, -3590.62, 267.594, 3.18271, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+969, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2544.88, -3590.65, 267.594, 6.23791, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+970, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2544.96, -3678.58, 294.661, 6.21827, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+971, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2568.42, -3678.37, 294.661, 3.15522, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+972, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2592.02, -3790.53, 294.661, 0.767609, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+973, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2608.05, -3774.81, 294.661, 3.92884, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+974, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2664.78, -3831.53, 294.662, 3.84637, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+975, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2649.39, -3846.53, 294.662, 0.708703, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+976, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2761.23, -3871.79, 294.661, 4.73387, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+977, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2761.01, -3894.24, 294.661, 1.60799, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+978, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2848.69, -3871.11, 267.593, 4.65926, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+979, @CENTRY+70, 0, 0, 533, 0, 0, 4, 1, 1, 2848.73, -3893.98, 267.593, 1.55693, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+980, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 2836.25, -3860.16, 267.592, 3.92636, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+981, @CENTRY+77, 0, 0, 533, 0, 0, 4, 1, 0, 2840.38, -3865.81, 267.592, 3.60828, 7200, 0, 0, 1, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+982, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3339.16, -3006.27, 294.661, 5.7524, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+983, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3329.98, -3016.61, 294.661, 5.28117, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+984, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3325.34, -3004.1, 294.661, 5.53643, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+985, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3291.35, -2989.68, 294.661, 3.08599, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+986, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3276.54, -2996.63, 294.661, 3.17866, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+987, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3277.43, -2981.57, 294.661, 2.96661, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+988, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3283.04, -2986.18, 294.661, 2.97839, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+989, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3283.97, -2993.19, 294.661, 3.2737, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+990, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3331.19, -3004.59, 294.661, 5.64952, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+991, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3326.62, -3010.81, 294.661, 5.64952, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+992, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3422.65, -3112.46, 294.661, 2.43174, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+993, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3435.72, -3099.82, 294.661, 2.31, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+994, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3438.54, -3114.46, 294.661, 2.34535, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+995, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3431.51, -3112.62, 294.661, 2.34535, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+996, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3435.75, -3108.47, 294.661, 2.34535, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+997, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3463.12, -3160.74, 294.661, 4.83114, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+998, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3446.97, -3160.7, 294.661, 4.68348, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+999, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3454.29, -3149.87, 294.661, 4.80836, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1000, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3460.57, -3153.97, 294.661, 4.80836, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1001, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3451.77, -3154.82, 294.661, 4.80836, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1002, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3443.28, -3706.91, 294.661, 1.66128, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1003, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3458.9, -3705.39, 294.661, 1.46885, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1004, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3451.44, -3719.32, 294.661, 1.59059, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1005, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3445.83, -3713.54, 294.661, 1.55525, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1006, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3455.88, -3713.7, 294.661, 1.55525, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1007, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3328.66, -3853.69, 294.661, 0.870387, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1008, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3338.55, -3864.67, 294.661, 0.722732, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1009, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 3324.8, -3868.41, 294.661, 0.78949, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1010, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3325.61, -3862.11, 294.661, 0.919081, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1011, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 3330.67, -3867.41, 294.661, 0.900231, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1012, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2734.08, -3892.51, 294.661, 6.21973, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1013, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2734.55, -3876.02, 294.661, 6.26686, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1014, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2720.3, -3883.24, 294.661, 6.18831, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1015, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2726.86, -3878.86, 294.661, 6.18831, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1016, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2725.97, -3888.19, 294.661, 6.18831, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1017, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2670.51, -3864.96, 294.661, 2.4184, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1018, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2682.02, -3854.21, 294.661, 2.22048, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1019, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2685.21, -3869.02, 294.661, 2.33436, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1020, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2678.59, -3868.12, 294.661, 2.33436, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1021, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2684.57, -3862.4, 294.661, 2.33436, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1022, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2587.37, -3758.34, 294.662, 5.55842, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1023, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2576.23, -3767.45, 294.662, 5.45475, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1024, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2570.72, -3753.11, 294.662, 5.5058, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1025, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2577.37, -3754.34, 294.662, 5.5058, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1026, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2572.81, -3758.98, 294.662, 5.5058, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1027, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2556.59, -3720.23, 294.662, 1.56389, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1028, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2547.5, -3704.26, 294.662, 1.56389, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1029, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2562.64, -3704.91, 294.662, 1.56389, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1030, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2552.1, -3713.75, 294.662, 1.61886, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1031, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2560.33, -3713.35, 294.662, 1.61886, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1032, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2564.94, -3161.32, 240.526, 4.74083, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1033, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2549.6, -3161.76, 240.526, 4.74083, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1034, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2557.01, -3149.03, 240.526, 4.73298, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1035, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2561.05, -3155.27, 240.526, 4.73298, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1036, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2553.34, -3155.43, 240.526, 4.73298, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1037, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2571.64, -3097.57, 240.526, 0.845254, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1038, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2585.9, -3110.53, 240.526, 0.697599, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1039, 16448, 0, 0, 533, 0, 0, 4, 1, 0, 2570.25, -3114.32, 240.526, 0.71095, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1040, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2570.38, -3106.55, 240.526, 0.71095, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1041, @CENTRY+78, 0, 0, 533, 0, 0, 4, 1, 0, 2577.37, -3113.75, 240.526, 0.811481, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1042, @CENTRY+27, 0, 0, 533, 0, 0, 4, 1, 0, 3200.39, -3309.29, 292.596, 6.13411, 7200, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@GUID+1043, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2798.06, -3788.95, 274.983, 1.51844, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1044, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2804.25, -3757.44, 274.983, 3.64774, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1045, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2867.35, -3778.54, 274.983, 2.47837, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1046, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2895.12, -3779.74, 274.983, 2.6529, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1047, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2830.7, -3777.03, 274.983, 2.9147, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1048, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2851.92, -3776.44, 274.983, 2.53073, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1049, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2789.62, -3752.53, 274.983, 2.61799, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1050, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2843.34, -3767.74, 274.983, 3.31613, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1051, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2797.94, -3776.81, 274.983, 2.35619, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1052, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2834.6, -3751.34, 274.983, 4.20624, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1053, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2862.27, -3758.34, 274.983, 3.36848, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1054, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2813.24, -3780.76, 274.983, 2.49582, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1055, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2881.55, -3782.26, 274.983, 2.47837, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1056, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2791.84, -3762.35, 274.983, 3.35103, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1057, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2877.97, -3761.82, 274.983, 3.64774, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1058, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2770.1, -3782.59, 274.983, 1.02974, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1059, @CENTRY+90, 0, 0, 533, 0, 0, 4, 1, 0, 2846.52, -3789.07, 274.983, 2.23402, 3600, 0, 0, 13033, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1060, @CENTRY+58, 0, 0, 533, 0, 0, 4, 1, 0, 2845.06, -3296.36, 298.124, 5.63452, 3600, 0.0, 1, 65165, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1061, @CENTRY+58, 0, 0, 533, 0, 0, 4, 1, 0, 2839.23, -3337.89, 300.911, 0.349066, 3600, 0.0, 0, 65165, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1062, @CENTRY+58, 0, 0, 533, 0, 0, 4, 1, 0, 2832.53, -3295.22, 298.121, 3.05074, 3600, 5.0, 0, 65165, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1063, @CENTRY+58, 0, 0, 533, 0, 0, 4, 1, 0, 2835.76, -3331.32, 299.364, 4.84961, 3600, 0.0, 1, 65165, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1064, @CENTRY+58, 0, 0, 533, 0, 0, 4, 1, 0, 2831.77, -3307.42, 298.659, 0.087266, 3600, 0.0, 0, 65165, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@GUID+1065, @CENTRY+58, 0, 0, 533, 0, 0, 4, 1, 0, 2827.68, -3314.67, 300.318, 0.383972, 3600, 0.0, 0, 65165, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+1020,@WPID+1030,@WPID+1080,@WPID+1090,@WPID+1100,@WPID+1110,@WPID+1120,@WPID+1520,@WPID+1530,@WPID+1780,@WPID+1830,@WPID+2200,@WPID+2300,\n@WPID+2330,@WPID+2340,@WPID+2410,@WPID+2450,@WPID+2480,@WPID+2530,@WPID+2570,@WPID+2590,@WPID+2620,@WPID+2630,@WPID+2670,@WPID+2810,@WPID+2900,@WPID+3040,@WPID+3200,@WPID+3210,@WPID+3220,@WPID+3230,@WPID+3240,\n@WPID+3250,@WPID+3390,@WPID+3420,@WPID+3450,@WPID+3740,@WPID+3870,@WPID+3940,@WPID+3980,@WPID+4060,@WPID+4120,@WPID+4150,@WPID+4200,@WPID+4240,@WPID+4280,@WPID+4340,@WPID+4380,@WPID+4460,@WPID+4510,@WPID+4550,\n@WPID+4600,@WPID+4640,@WPID+4680,@WPID+4730,@WPID+4780,@WPID+4820,@WPID+4870,@WPID+4910,@WPID+4950,@WPID+5000,@WPID+5050,@WPID+5090,@WPID+5130,@WPID+5180,@WPID+5220,@WPID+5810,@WPID+5830,@WPID+5840,@WPID+5870,\n@WPID+5880,@WPID+7580,@WPID+7590,@WPID+7730,@WPID+7910,@WPID+8450,@WPID+8470,@WPID+8490,@WPID+8580,@WPID+8750,@WPID+8760,@WPID+8960,@WPID+9060,@WPID+9070,@WPID+9490,@WPID+9500,@WPID+9810, @WPID+10600, @WPID+10630);\n\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(@WPID+1020, 1, 2872.72, -3489.73, 297.62, 0.0, 0),\n(@WPID+1020, 2, 2855.09, -3489.83, 297.883, 0.0, 0),\n(@WPID+1020, 3, 2836.62, -3489.82, 297.864, 0.0, 0),\n(@WPID+1020, 4, 2809.43, -3490.46, 285.972, 0.0, 0),\n(@WPID+1020, 5, 2775.24, -3489.8, 274.027, 0.0, 0),\n(@WPID+1020, 6, 2728.6, -3490.62, 262.131, 0.0, 0),\n(@WPID+1020, 7, 2775.24, -3489.8, 274.027, 0.0, 0),\n(@WPID+1020, 8, 2809.43, -3490.46, 285.972, 0.0, 0),\n(@WPID+1020, 9, 2836.62, -3489.82, 297.864, 0.0, 0),\n(@WPID+1020, 10, 2854.79, -3489.83, 297.886, 0.0, 0),\n(@WPID+1030, 1, 2871.25, -3500.7, 297.619, 0.0, 0),\n(@WPID+1030, 2, 2888.54, -3522.79, 297.615, 0.0, 0),\n(@WPID+1030, 3, 2905.12, -3519.57, 297.863, 0.0, 0),\n(@WPID+1030, 4, 2921.4, -3509.92, 297.482, 0.0, 0),\n(@WPID+1030, 5, 2944.05, -3494.68, 297.631, 0.0, 0),\n(@WPID+1030, 6, 2921.4, -3509.92, 297.482, 0.0, 0),\n(@WPID+1030, 7, 2905.12, -3519.57, 297.863, 0.0, 0),\n(@WPID+1030, 8, 2888.54, -3522.79, 297.615, 0.0, 0),\n(@WPID+1030, 9, 2871.25, -3500.7, 297.619, 0.0, 0),\n(@WPID+1030, 10, 2864.62, -3468.97, 297.87, 0.0, 0),\n(@WPID+1080, 1, 2666.34, -3502.6, 261.29, 0.0, 0),\n(@WPID+1080, 2, 2670.34, -3514.17, 261.278, 0.0, 0),\n(@WPID+1080, 3, 2676.19, -3520.29, 261.262, 0.0, 0),\n(@WPID+1080, 4, 2670.34, -3514.17, 261.278, 0.0, 0),\n(@WPID+1080, 5, 2666.34, -3502.6, 261.29, 0.0, 0),\n(@WPID+1080, 6, 2671.65, -3489.11, 261.375, 0.0, 0),\n(@WPID+1080, 7, 2676.57, -3484.5, 261.4, 0.0, 0),\n(@WPID+1080, 8, 2671.65, -3489.11, 261.375, 0.0, 0),\n(@WPID+1090, 1, 2857.0, -3599.33, 263.657, 100.0, 0),\n(@WPID+1090, 2, 2873.12, -3590.24, 267.126, 100.0, 0),\n(@WPID+1090, 3, 2887.85, -3592.76, 270.652, 100.0, 0),\n(@WPID+1090, 4, 2897.19, -3605.39, 273.292, 100.0, 0),\n(@WPID+1090, 5, 2899.38, -3619.34, 275.036, 100.0, 0),\n(@WPID+1090, 6, 2891.76, -3631.64, 274.199, 100.0, 0),\n(@WPID+1090, 7, 2879.47, -3638.18, 273.229, 100.0, 0),\n(@WPID+1090, 8, 2866.48, -3640.01, 271.325, 100.0, 0),\n(@WPID+1090, 9, 2879.47, -3638.18, 273.229, 100.0, 0),\n(@WPID+1090, 10, 2891.76, -3631.64, 274.199, 100.0, 0),\n(@WPID+1090, 11, 2899.38, -3619.34, 275.036, 100.0, 0),\n(@WPID+1090, 12, 2897.19, -3605.39, 273.292, 100.0, 0),\n(@WPID+1090, 13, 2887.85, -3592.76, 270.652, 100.0, 0),\n(@WPID+1090, 14, 2873.12, -3590.24, 267.126, 100.0, 0),\n(@WPID+1090, 15, 2857.0, -3599.33, 263.657, 100.0, 0),\n(@WPID+1090, 16, 2847.41, -3611.5, 261.839, 100.0, 0),\n(@WPID+1100, 1, 2777.6, -3575.9, 253.75, 100.0, 0),\n(@WPID+1100, 2, 2790.74, -3564.99, 251.512, 100.0, 0),\n(@WPID+1100, 3, 2806.23, -3568.65, 252.559, 100.0, 0),\n(@WPID+1100, 4, 2817.8, -3583.1, 254.576, 100.0, 0),\n(@WPID+1100, 5, 2822.72, -3595.13, 257.779, 100.0, 0),\n(@WPID+1100, 6, 2829.62, -3612.2, 259.915, 100.0, 0),\n(@WPID+1100, 7, 2822.72, -3595.13, 257.779, 100.0, 0),\n(@WPID+1100, 8, 2817.8, -3583.1, 254.576, 100.0, 0),\n(@WPID+1100, 9, 2806.23, -3568.65, 252.559, 100.0, 0),\n(@WPID+1100, 10, 2790.98, -3565.05, 251.544, 100.0, 0),\n(@WPID+1100, 11, 2777.6, -3575.9, 253.75, 100.0, 0),\n(@WPID+1100, 12, 2767.95, -3589.93, 256.642, 100.0, 0),\n(@WPID+1110, 1, 2736.52, -3591.67, 257.911, 100.0, 0),\n(@WPID+1110, 2, 2743.84, -3597.85, 257.671, 100.0, 0),\n(@WPID+1110, 3, 2720.89, -3620.15, 260.07, 100.0, 0),\n(@WPID+1110, 4, 2723.64, -3604.72, 259.688, 100.0, 0),\n(@WPID+1110, 5, 2752.58, -3595.4, 257.06, 100.0, 0),\n(@WPID+1110, 6, 2755.27, -3585.13, 256.305, 100.0, 0),\n(@WPID+1110, 7, 2757.01, -3575.48, 255.636, 100.0, 0),\n(@WPID+1110, 8, 2755.27, -3585.13, 256.305, 100.0, 0),\n(@WPID+1110, 9, 2752.58, -3595.4, 257.06, 100.0, 0),\n(@WPID+1110, 10, 2723.64, -3604.72, 259.688, 100.0, 0),\n(@WPID+1110, 11, 2720.89, -3620.15, 260.07, 100.0, 0),\n(@WPID+1110, 12, 2743.84, -3597.85, 257.671, 100.0, 0),\n(@WPID+1110, 13, 2736.52, -3591.67, 257.911, 100.0, 0),\n(@WPID+1110, 14, 2727.22, -3594.06, 258.878, 100.0, 0),\n(@WPID+1120, 1, 2884.27, -3662.16, 277.412, 100.0, 0),\n(@WPID+1120, 2, 2897.48, -3671.88, 280.394, 100.0, 0),\n(@WPID+1120, 3, 2900.62, -3683.83, 284.001, 100.0, 0),\n(@WPID+1120, 4, 2894.85, -3698.01, 285.474, 100.0, 0),\n(@WPID+1120, 5, 2882.0, -3708.83, 285.733, 100.0, 0),\n(@WPID+1120, 6, 2865.73, -3705.73, 284.167, 100.0, 0),\n(@WPID+1120, 7, 2858.94, -3691.24, 281.145, 100.0, 0),\n(@WPID+1120, 8, 2846.58, -3686.15, 278.529, 100.0, 0),\n(@WPID+1120, 9, 2827.88, -3686.89, 275.89, 100.0, 0),\n(@WPID+1120, 10, 2846.58, -3686.15, 278.529, 100.0, 0),\n(@WPID+1120, 11, 2858.94, -3691.24, 281.145, 100.0, 0),\n(@WPID+1120, 12, 2865.73, -3705.73, 284.167, 100.0, 0),\n(@WPID+1120, 13, 2882.0, -3708.83, 285.733, 100.0, 0),\n(@WPID+1120, 14, 2894.65, -3698.18, 285.475, 100.0, 0),\n(@WPID+1120, 15, 2900.62, -3683.83, 284.001, 100.0, 0),\n(@WPID+1120, 16, 2897.48, -3671.88, 280.394, 100.0, 0),\n(@WPID+1120, 17, 2884.27, -3662.16, 277.412, 100.0, 0),\n(@WPID+1120, 18, 2867.52, -3655.97, 274.442, 100.0, 0),\n(@WPID+1520, 1, 3098.54, -3342.14, 294.532, 3.70159, 0),\n(@WPID+1520, 2, 3108.96, -3318.47, 293.629, 1.03595, 0),\n(@WPID+1520, 3, 3122.68, -3287.7, 293.629, 1.22602, 0),\n(@WPID+1520, 4, 3133.19, -3259.06, 294.505, 4.26394, 0),\n(@WPID+1520, 5, 3120.88, -3288.93, 293.629, 4.28593, 0),\n(@WPID+1520, 6, 3108.98, -3324.68, 293.629, 4.1045, 0),\n(@WPID+1520, 7, 3098.54, -3342.14, 294.532, 4.08251, 0),\n(@WPID+1520, 8, 3076.13, -3365.25, 298.318, 3.96942, 0),\n(@WPID+1520, 9, 3064.48, -3375.94, 298.318, 3.938, 10000),\n(@WPID+1520, 10, 3075.35, -3365.5, 298.318, 0.764993, 0),\n(@WPID+1530, 1, 3116.33, -3321.32, 293.629, 2.42061, 0),\n(@WPID+1530, 2, 3099.02, -3305.01, 293.629, 2.42061, 0),\n(@WPID+1530, 3, 3119.91, -3326.92, 293.629, 5.58184, 0),\n(@WPID+1530, 4, 3133.27, -3340.26, 293.629, 5.46108, 0),\n(@WPID+1530, 5, 3136.21, -3342.25, 293.629, 2.40117, 0),\n(@WPID+1530, 6, 3169.74, -3300.18, 294.607, 2.30692, 0),\n(@WPID+1530, 7, 3136.21, -3342.25, 293.629, 2.40117, 0),\n(@WPID+1530, 8, 3122.67, -3328.53, 293.629, 2.28807, 0),\n(@WPID+1780, 1, 3305.03, -3231.81, 294.063, 3.14091, 0),\n(@WPID+1780, 2, 3257.44, -3230.36, 294.063, 2.78355, 0),\n(@WPID+1780, 3, 3232.6, -3210.97, 294.063, 2.35551, 0),\n(@WPID+1780, 4, 3208.7, -3188.16, 294.063, 2.37515, 0),\n(@WPID+1780, 5, 3182.32, -3163.56, 294.063, 2.37908, 0),\n(@WPID+1780, 6, 3161.25, -3145.45, 294.063, 2.64612, 0),\n(@WPID+1780, 7, 3134.11, -3140.88, 294.063, 3.12128, 0),\n(@WPID+1780, 8, 3107.4, -3145.3, 294.063, 3.41188, 60000),\n(@WPID+1780, 9, 3134.25, -3140.29, 294.063, 6.17256, 0),\n(@WPID+1780, 10, 3160.95, -3145.5, 294.063, 5.68954, 0),\n(@WPID+1780, 11, 3182.92, -3162.53, 294.063, 5.50497, 0),\n(@WPID+1780, 12, 3209.04, -3188.25, 294.063, 5.49712, 0),\n(@WPID+1780, 13, 3233.26, -3210.67, 294.063, 5.53246, 0),\n(@WPID+1780, 14, 3257.23, -3230.15, 294.063, 6.17648, 0),\n(@WPID+1830, 1, 3205.45, -3341.86, 320.177, 1.55799, 0),\n(@WPID+1830, 2, 3205.57, -3306.46, 320.333, 3.10619, 0),\n(@WPID+1830, 3, 3180.08, -3306.33, 320.095, 3.16902, 60000),\n(@WPID+1830, 4, 3205.57, -3306.46, 320.333, 3.10619, 0),\n(@WPID+1830, 5, 3205.45, -3341.86, 320.177, 1.55799, 0),\n(@WPID+1830, 6, 3205.06, -3377.29, 311.328, 4.72411, 0),\n(@WPID+1830, 7, 3218.09, -3387.23, 311.328, 0.086909, 0),\n(@WPID+1830, 8, 3227.38, -3377.29, 311.328, 1.57074, 0),\n(@WPID+1830, 9, 3228.32, -3341.07, 292.596, 1.57466, 0),\n(@WPID+1830, 10, 3228.81, -3309.42, 292.596, 6.24464, 0),\n(@WPID+1830, 11, 3255.3, -3310.34, 292.596, 6.27998, 60000),\n(@WPID+1830, 12, 3228.81, -3309.42, 292.596, 6.24464, 0),\n(@WPID+1830, 13, 3228.32, -3341.07, 292.596, 1.57466, 0),\n(@WPID+1830, 14, 3228.05, -3378.03, 311.326, 1.57074, 0),\n(@WPID+1830, 15, 3218.09, -3387.23, 311.328, 0.086909, 0),\n(@WPID+1830, 16, 3205.06, -3377.29, 311.328, 1.55799, 0),\n(@WPID+2200, 1, 2919.02, -3345.98, 298.145, 5.4813, 0),\n(@WPID+2200, 2, 2943.49, -3370.25, 298.145, 5.51664, 0),\n(@WPID+2200, 3, 2847.74, -3275.32, 298.095, 2.36719, 0),\n(@WPID+2300, 1, 2903.97, -3293.77, 298.73, 3.96, 0),\n(@WPID+2300, 2, 2854.1, -3335.93, 298.15, 0.75, 0),\n(@WPID+2330, 1, 2902.24, -3293.14, 298.547, 0.0, 0),\n(@WPID+2330, 2, 2899.26, -3299.75, 298.146, 0.0, 0),\n(@WPID+2330, 3, 2902.87, -3306.91, 298.146, 0.0, 0),\n(@WPID+2330, 4, 2911.01, -3309.07, 298.146, 0.0, 0),\n(@WPID+2330, 5, 2920.52, -3308.82, 298.146, 0.0, 0),\n(@WPID+2330, 6, 2920.32, -3301.1, 298.547, 0.0, 0),\n(@WPID+2330, 7, 2915.13, -3296.64, 298.547, 0.0, 0),\n(@WPID+2330, 8, 2910.94, -3290.13, 298.547, 0.0, 0),\n(@WPID+2340, 1, 2899.5, -3263.09, 298.146, 0.0, 0),\n(@WPID+2340, 2, 2899.09, -3280.57, 298.547, 0.0, 0),\n(@WPID+2340, 3, 2902.46, -3288.92, 298.547, 0.0, 0),\n(@WPID+2340, 4, 2889.02, -3298.33, 298.146, 0.0, 0),\n(@WPID+2340, 5, 2879.74, -3293.5, 298.146, 0.0, 0),\n(@WPID+2340, 6, 2882.14, -3275.98, 298.141, 0.0, 0),\n(@WPID+2410, 1, 2830.41, -3329.09, 304.837, 0.0, 0),\n(@WPID+2410, 2, 2835.76, -3331.32, 299.364, 0.0, 0),\n(@WPID+2410, 3, 2842.91, -3323.56, 298.155, 0.0, 0),\n(@WPID+2410, 4, 2852.52, -3333.61, 298.146, 0.0, 0),\n(@WPID+2410, 5, 2854.87, -3350.62, 298.146, 0.0, 0),\n(@WPID+2410, 6, 2852.52, -3333.61, 298.146, 0.0, 0),\n(@WPID+2410, 7, 2842.91, -3323.56, 298.155, 0.0, 0),\n(@WPID+2410, 8, 2835.76, -3331.32, 299.364, 0.0, 0),\n(@WPID+2450, 1, 2847.82, -3308.78, 298.147, 0.0, 0),\n(@WPID+2450, 2, 2838.8, -3321.94, 298.152, 0.0, 0),\n(@WPID+2450, 3, 2847.82, -3308.78, 298.147, 0.0, 0),\n(@WPID+2450, 4, 2845.06, -3296.36, 298.124, 0.0, 0),\n(@WPID+2450, 5, 2832.53, -3295.22, 298.15, 0.0, 0),\n(@WPID+2450, 6, 2845.06, -3296.36, 298.124, 0.0, 0),\n(@WPID+2480, 1, 2886.46, -3257.89, 298.146, 3.69687, 0),\n(@WPID+2480, 2, 2851.37, -3289.55, 298.125, 4.24272, 0),\n(@WPID+2480, 3, 2842.75, -3327.63, 298.145, 1.06342, 0),\n(@WPID+2530, 1, 2872.69, -3202.18, 298.146, 5.8079, 0),\n(@WPID+2530, 2, 2872.69, -3202.18, 298.146, 5.8079, 27000),\n(@WPID+2570, 1, 2829.04, -3208.18, 298.252, 4.10672, 0),\n(@WPID+2570, 2, 2829.04, -3208.18, 298.252, 4.10672, 21000),\n(@WPID+2590, 1, 2857.09, -3180.16, 298.153, 0.024496, 0),\n(@WPID+2590, 2, 2857.09, -3180.16, 298.147, 0.024496, 20000),\n(@WPID+2620, 1, 2825.19, -3157.38, 298.146, 1.3861, 0),\n(@WPID+2620, 2, 2825.19, -3157.38, 298.146, 1.3861, 20000),\n(@WPID+2630, 1, 2812.05, -3177.41, 298.33, 6.01, 0),\n(@WPID+2630, 2, 2877.82, -3214.98, 298.15, 4.62, 0),\n(@WPID+2670, 1, 2799.66, -3166.0, 298.147, 3.11147, 0),\n(@WPID+2670, 2, 2799.66, -3166.0, 298.147, 3.11147, 27000),\n(@WPID+2810, 1, 2765.25, -3088.47, 267.685, 0.38872, 0),\n(@WPID+2810, 2, 2780.0, -3090.74, 267.685, 5.78048, 0),\n(@WPID+2810, 3, 2783.57, -3100.87, 267.685, 5.04221, 0),\n(@WPID+2810, 4, 2776.59, -3109.78, 267.685, 3.98977, 0),\n(@WPID+2810, 5, 2765.44, -3110.8, 267.685, 3.15332, 0),\n(@WPID+2810, 6, 2757.56, -3100.27, 267.685, 2.06162, 0),\n(@WPID+2810, 7, 2760.86, -3090.25, 267.685, 1.48676, 10000),\n(@WPID+2900, 1, 2791.79, -3366.2, 267.685, 1.6099, 0),\n(@WPID+2900, 2, 2791.17, -3350.35, 267.685, 1.6099, 0),\n(@WPID+2900, 3, 2790.38, -3330.14, 267.685, 1.6099, 0),\n(@WPID+2900, 4, 2789.68, -3312.13, 267.685, 1.6099, 0),\n(@WPID+2900, 5, 2787.58, -3294.09, 267.685, 2.29712, 0),\n(@WPID+2900, 6, 2776.3, -3281.4, 267.685, 2.29712, 0),\n(@WPID+2900, 7, 2757.59, -3255.91, 267.685, 2.25942, 0),\n(@WPID+2900, 8, 2774.5, -3281.4, 267.685, 5.30677, 0),\n(@WPID+2900, 9, 2786.44, -3301.43, 267.685, 4.79626, 0),\n(@WPID+2900, 10, 2787.78, -3337.47, 267.685, 4.72322, 0),\n(@WPID+2900, 11, 2787.13, -3371.9, 267.685, 4.68552, 0),\n(@WPID+3040, 1, 3261.61, -3689.64, 286.179, 2.73016, 0),\n(@WPID+3040, 2, 3240.8, -3685.27, 287.081, 2.96971, 0),\n(@WPID+3040, 3, 3234.65, -3668.94, 287.123, 2.00366, 0),\n(@WPID+3040, 4, 3221.91, -3650.82, 287.071, 2.30604, 0),\n(@WPID+3040, 5, 3237.04, -3674.68, 287.039, 5.13045, 0),\n(@WPID+3040, 6, 3240.42, -3686.76, 287.081, 5.04013, 0),\n(@WPID+3040, 7, 3263.92, -3690.11, 285.707, 0.017505, 0),\n(@WPID+3040, 8, 3280.14, -3704.41, 276.693, 5.49959, 0),\n(@WPID+3040, 9, 3299.11, -3723.31, 268.701, 5.49959, 0),\n(@WPID+3040, 10, 3276.96, -3691.5, 280.679, 2.24804, 0),\n(@WPID+3200, 1, 3020.24, -3120.13, 294.075, 5.62896, 0),\n(@WPID+3200, 2, 3038.54, -3134.17, 294.075, 5.62896, 0),\n(@WPID+3200, 3, 3052.1, -3128.79, 294.064, 2.06953, 0),\n(@WPID+3200, 4, 3040.62, -3102.68, 294.075, 2.2329, 0),\n(@WPID+3200, 5, 3026.44, -3110.25, 294.065, 4.10136, 0),\n(@WPID+3210, 1, 3065.85, -3080.8, 294.074, 5.13416, 0),\n(@WPID+3210, 2, 3075.07, -3104.07, 294.074, 5.19699, 0),\n(@WPID+3210, 3, 3099.77, -3100.41, 294.071, 2.04676, 0),\n(@WPID+3210, 4, 3088.0, -3070.5, 294.073, 2.04676, 0),\n(@WPID+3210, 5, 3073.47, -3071.07, 294.064, 3.4919, 0),\n(@WPID+3220, 1, 3169.74, -3300.18, 294.607, 2.30692, 0),\n(@WPID+3220, 2, 3146.05, -3274.03, 294.62, 2.30692, 0),\n(@WPID+3220, 3, 3131.16, -3265.35, 294.505, 2.95566, 0),\n(@WPID+3220, 4, 3133.01, -3244.84, 294.088, 4.35162, 0),\n(@WPID+3220, 5, 3111.14, -3232.83, 294.062, 2.32215, 0),\n(@WPID+3220, 6, 3100.13, -3217.02, 294.062, 3.39422, 0),\n(@WPID+3220, 7, 3089.23, -3218.59, 294.194, 3.36752, 10000),\n(@WPID+3220, 8, 3100.13, -3217.02, 294.062, 3.39422, 0),\n(@WPID+3220, 9, 3111.14, -3232.83, 294.062, 2.32215, 0),\n(@WPID+3220, 10, 3133.01, -3244.84, 294.088, 4.35162, 0),\n(@WPID+3220, 11, 3134.98, -3265.76, 294.504, 5.89384, 0),\n(@WPID+3220, 12, 3155.97, -3287.14, 294.895, 5.56397, 0),\n(@WPID+3220, 13, 3176.8, -3310.56, 294.535, 5.44851, 0),\n(@WPID+3230, 1, 3141.54, -3181.26, 294.063, 3.0183, 0),\n(@WPID+3230, 2, 3155.1, -3188.16, 294.063, 2.48815, 0),\n(@WPID+3230, 3, 3164.48, -3204.92, 294.063, 1.9745, 0),\n(@WPID+3230, 4, 3163.48, -3220.17, 294.063, 1.31712, 0),\n(@WPID+3230, 5, 3153.32, -3235.47, 294.063, 0.740643, 0),\n(@WPID+3230, 6, 3137.12, -3244.54, 294.088, 0.404492, 0),\n(@WPID+3230, 7, 3116.79, -3239.36, 294.062, 5.80882, 0),\n(@WPID+3230, 8, 3105.41, -3226.72, 294.062, 5.20563, 0),\n(@WPID+3230, 9, 3101.08, -3208.57, 294.062, 4.60716, 0),\n(@WPID+3230, 10, 3107.8, -3189.61, 294.062, 4.13592, 0),\n(@WPID+3230, 11, 3116.83, -3183.31, 294.062, 3.74322, 0),\n(@WPID+3230, 12, 3126.77, -3180.29, 294.062, 3.31439, 0),\n(@WPID+3240, 1, 3048.88, -3242.07, 293.346, 1.80722, 0),\n(@WPID+3240, 2, 3043.97, -3211.98, 293.345, 1.51034, 0),\n(@WPID+3240, 3, 3050.71, -3176.3, 293.345, 1.2111, 0),\n(@WPID+3240, 4, 3065.25, -3148.93, 293.346, 0.878878, 0),\n(@WPID+3240, 5, 3083.83, -3128.89, 293.937, 0.369154, 0),\n(@WPID+3240, 6, 3123.61, -3119.76, 293.346, 0.092694, 0),\n(@WPID+3240, 7, 3083.83, -3128.89, 293.937, 0.369154, 0),\n(@WPID+3240, 8, 3065.25, -3148.93, 293.346, 0.878878, 0),\n(@WPID+3240, 9, 3050.71, -3176.3, 293.345, 1.2111, 0),\n(@WPID+3240, 10, 3043.97, -3211.98, 293.345, 1.51034, 0),\n(@WPID+3250, 1, 3029.09, -3234.9, 294.063, 1.52068, 0),\n(@WPID+3250, 2, 3033.92, -3204.77, 294.063, 1.36753, 0),\n(@WPID+3250, 3, 3037.4, -3184.12, 294.063, 1.45785, 0),\n(@WPID+3250, 4, 3039.78, -3170.66, 294.063, 1.39502, 0),\n(@WPID+3250, 5, 3036.2, -3163.54, 294.067, 2.09009, 0),\n(@WPID+3250, 6, 3029.53, -3161.43, 294.068, 2.83229, 0),\n(@WPID+3250, 7, 3008.22, -3156.2, 294.065, 2.87156, 0),\n(@WPID+3250, 8, 2991.58, -3152.47, 294.064, 4.37167, 0),\n(@WPID+3250, 9, 2988.1, -3173.17, 294.064, 4.56802, 0),\n(@WPID+3250, 10, 2987.8, -3184.54, 294.064, 4.8861, 0),\n(@WPID+3250, 11, 2993.05, -3192.84, 294.064, 5.47122, 0),\n(@WPID+3250, 12, 3002.59, -3206.02, 294.064, 4.94894, 0),\n(@WPID+3250, 13, 3006.07, -3224.94, 294.064, 4.86254, 0),\n(@WPID+3250, 14, 3012.75, -3234.04, 294.064, 5.71862, 0),\n(@WPID+3390, 1, 3453.28, -3675.14, 294.257, 1.56484, 0),\n(@WPID+3390, 2, 3453.36, -3661.46, 287.889, 1.56484, 0),\n(@WPID+3390, 3, 3453.46, -3645.05, 279.954, 1.56484, 0),\n(@WPID+3390, 4, 3453.58, -3625.38, 269.631, 1.56484, 0),\n(@WPID+3390, 5, 3453.68, -3608.44, 267.595, 1.56484, 0),\n(@WPID+3390, 6, 3453.77, -3593.67, 267.594, 1.56484, 0),\n(@WPID+3390, 7, 3453.87, -3576.17, 267.594, 1.56484, 0),\n(@WPID+3390, 8, 3453.97, -3560.28, 267.594, 1.56484, 0),\n(@WPID+3390, 9, 3454.07, -3543.3, 267.594, 1.56484, 0),\n(@WPID+3390, 10, 3454.15, -3529.62, 267.594, 1.56484, 0),\n(@WPID+3390, 11, 3454.22, -3532.38, 267.594, 4.73785, 0),\n(@WPID+3390, 12, 3453.79, -3550.01, 267.594, 4.69073, 0),\n(@WPID+3390, 13, 3453.68, -3568.59, 267.594, 4.70644, 0),\n(@WPID+3390, 14, 3453.55, -3589.91, 267.594, 4.70644, 0),\n(@WPID+3390, 15, 3453.33, -3627.63, 270.817, 4.70644, 0),\n(@WPID+3390, 16, 3453.2, -3648.95, 282.002, 4.70644, 0),\n(@WPID+3390, 17, 3453.12, -3662.63, 288.23, 4.70644, 0),\n(@WPID+3390, 18, 3453.05, -3674.11, 293.76, 4.70644, 0),\n(@WPID+3390, 19, 3452.94, -3692.14, 294.662, 4.70644, 0),\n(@WPID+3390, 20, 3452.83, -3710.16, 294.662, 4.70644, 0),\n(@WPID+3390, 21, 3452.67, -3737.5, 294.662, 4.70644, 0),\n(@WPID+3390, 22, 3453.07, -3733.67, 294.662, 1.56877, 0),\n(@WPID+3390, 23, 3453.09, -3725.48, 294.662, 1.56877, 0),\n(@WPID+3390, 24, 3453.13, -3706.34, 294.662, 1.56877, 0),\n(@WPID+3390, 25, 3453.18, -3681.7, 294.662, 1.56877, 0),\n(@WPID+3420, 1, 3453.95, -3209.92, 287.182, 4.69557, 0),\n(@WPID+3420, 2, 3453.71, -3224.13, 279.726, 4.69557, 0),\n(@WPID+3420, 3, 3453.43, -3241.11, 270.819, 4.69557, 0),\n(@WPID+3420, 4, 3453.12, -3259.16, 267.595, 4.69557, 0),\n(@WPID+3420, 5, 3452.86, -3275.02, 267.594, 4.69557, 0),\n(@WPID+3420, 6, 3452.58, -3291.43, 267.594, 4.69557, 0),\n(@WPID+3420, 7, 3452.32, -3306.76, 267.594, 4.69557, 0),\n(@WPID+3420, 8, 3452.47, -3339.56, 267.594, 4.80631, 0),\n(@WPID+3420, 9, 3452.31, -3315.51, 267.594, 1.51706, 0),\n(@WPID+3420, 10, 3452.7, -3292.02, 267.594, 1.6278, 0),\n(@WPID+3420, 11, 3453.4, -3268.53, 267.594, 1.51942, 0),\n(@WPID+3420, 12, 3452.62, -3238.51, 272.177, 1.63016, 0),\n(@WPID+3420, 13, 3451.68, -3222.69, 280.483, 1.63016, 0),\n(@WPID+3420, 14, 3451.67, -3200.87, 290.757, 1.48172, 0),\n(@WPID+3420, 15, 3452.7, -3189.43, 294.661, 1.48172, 0),\n(@WPID+3420, 16, 3453.7, -3161.57, 294.661, 1.55476, 0),\n(@WPID+3420, 17, 3454.18, -3132.03, 294.661, 1.55476, 0),\n(@WPID+3420, 18, 3452.95, -3191.45, 294.661, 4.76704, 0),\n(@WPID+3450, 1, 3233.52, -2985.82, 288.33, 3.11457, 0),\n(@WPID+3450, 2, 3203.56, -2987.31, 273.571, 3.14991, 0),\n(@WPID+3450, 3, 3175.72, -2986.3, 267.595, 3.15227, 0),\n(@WPID+3450, 4, 3156.64, -2985.09, 267.594, 3.04153, 0),\n(@WPID+3450, 5, 3137.56, -2985.73, 267.594, 3.22531, 0),\n(@WPID+3450, 6, 3099.86, -2985.47, 267.594, 3.11457, 0),\n(@WPID+3450, 7, 3126.62, -2984.61, 267.594, 0.024028, 0),\n(@WPID+3450, 8, 3163.6, -2987.17, 267.594, 0.002823, 0),\n(@WPID+3450, 9, 3199.68, -2987.07, 271.533, 0.002823, 0),\n(@WPID+3450, 10, 3228.09, -2985.87, 286.443, 0.075865, 0),\n(@WPID+3450, 11, 3246.63, -2984.85, 294.647, 6.24831, 0),\n(@WPID+3740, 1, 2556.96, -3279.51, 267.593, 1.52915, 0),\n(@WPID+3740, 2, 2555.62, -3129.9, 240.525, 0.75946, 0),\n(@WPID+3740, 3, 2608.56, -3078.92, 240.526, 0.75946, 0),\n(@WPID+3740, 4, 2555.62, -3129.9, 240.525, 0.75946, 0),\n(@WPID+3870, 1, 2848.13, -2984.63, 267.594, 3.16753, 0),\n(@WPID+3870, 2, 2700.06, -2985.15, 240.526, 3.16753, 0),\n(@WPID+3870, 3, 2637.32, -3046.26, 240.527, 3.93722, 0),\n(@WPID+3870, 4, 2700.06, -2985.15, 240.526, 3.16753, 0),\n(@WPID+3940, 1, 3096.28, -3910.55, 267.593, 2.82117, 0),\n(@WPID+3940, 2, 3087.41, -3907.61, 267.593, 2.82117, 0),\n(@WPID+3940, 3, 3076.8, -3901.98, 267.593, 2.55806, 0),\n(@WPID+3940, 4, 3071.94, -3896.74, 267.593, 2.29103, 0),\n(@WPID+3940, 5, 3075.92, -3903.25, 267.593, 5.29125, 0),\n(@WPID+3940, 6, 3081.3, -3907.6, 267.593, 5.86066, 0),\n(@WPID+3940, 7, 3089.53, -3910.42, 267.593, 6.21016, 0),\n(@WPID+3940, 8, 3102.08, -3911.1, 267.593, 0.049495, 0),\n(@WPID+3940, 9, 3120.25, -3905.91, 267.593, 0.49246, 0),\n(@WPID+3940, 10, 3110.73, -3910.36, 267.593, 3.28455, 0),\n(@WPID+3940, 11, 3099.92, -3911.87, 267.593, 3.11098, 0),\n(@WPID+3940, 12, 3093.41, -3911.32, 267.593, 2.92484, 0),\n(@WPID+3980, 1, 3321.1, -3909.53, 294.66, 3.44458, 0),\n(@WPID+3980, 2, 3309.78, -3911.37, 294.66, 0.636779, 0),\n(@WPID+3980, 3, 3296.79, -3909.52, 294.66, 2.96549, 0),\n(@WPID+3980, 4, 3287.76, -3904.41, 294.66, 2.53273, 0),\n(@WPID+3980, 5, 3301.19, -3909.05, 294.66, 5.93743, 0),\n(@WPID+3980, 6, 3315.92, -3912.13, 294.66, 0.066579, 0),\n(@WPID+3980, 7, 3325.76, -3906.34, 294.66, 0.742022, 0),\n(@WPID+3980, 8, 3335.13, -3895.69, 294.66, 0.888106, 0),\n(@WPID+3980, 9, 3338.82, -3880.92, 294.66, 1.36877, 0),\n(@WPID+3980, 10, 3337.38, -3893.43, 294.66, 4.57712, 0),\n(@WPID+3980, 11, 3328.83, -3902.97, 294.66, 3.68962, 0),\n(@WPID+4060, 1, 3465.95, -3760.65, 294.661, 3.76632, 0),\n(@WPID+4060, 2, 3452.88, -3764.58, 294.661, 3.42231, 0),\n(@WPID+4060, 3, 3432.71, -3755.32, 294.661, 2.21359, 0),\n(@WPID+4060, 4, 3427.82, -3741.3, 294.661, 1.55149, 0),\n(@WPID+4060, 5, 3432.83, -3724.37, 294.661, 1.07319, 0),\n(@WPID+4060, 6, 3447.58, -3713.86, 294.661, 0.189614, 0),\n(@WPID+4060, 7, 3465.04, -3715.66, 294.661, 5.92145, 0),\n(@WPID+4060, 8, 3478.44, -3726.7, 294.661, 5.22402, 0),\n(@WPID+4060, 9, 3481.4, -3743.88, 294.661, 4.56192, 0),\n(@WPID+4060, 10, 3468.72, -3760.42, 294.661, 3.52991, 0),\n(@WPID+4120, 1, 3431.34, -3522.89, 267.592, 1.26075, 0),\n(@WPID+4120, 2, 3436.64, -3511.58, 267.592, 0.966231, 0),\n(@WPID+4120, 3, 3451.41, -3501.67, 267.592, 0.193398, 0),\n(@WPID+4120, 4, 3467.59, -3503.92, 267.592, 5.74145, 0),\n(@WPID+4120, 5, 3477.51, -3515.59, 267.592, 5.04166, 0),\n(@WPID+4120, 6, 3480.21, -3531.48, 267.592, 4.60105, 0),\n(@WPID+4120, 7, 3474.44, -3548.57, 267.592, 3.86592, 0),\n(@WPID+4120, 8, 3460.33, -3554.62, 267.592, 3.20383, 0),\n(@WPID+4120, 9, 3441.04, -3553.32, 267.592, 2.61478, 0),\n(@WPID+4120, 10, 3430.05, -3541.73, 267.592, 2.06343, 0),\n(@WPID+4120, 11, 3426.76, -3527.75, 267.592, 1.47438, 0),\n(@WPID+4120, 12, 3433.61, -3519.23, 267.592, 0.860199, 0),\n(@WPID+4150, 1, 2581.06, -3351.14, 267.594, 4.0815, 0),\n(@WPID+4150, 2, 2572.9, -3360.61, 267.592, 3.87573, 0),\n(@WPID+4150, 3, 2561.75, -3367.23, 267.592, 3.50816, 0),\n(@WPID+4150, 4, 2572.85, -3361.27, 267.593, 0.492229, 0),\n(@WPID+4150, 5, 2583.03, -3353.33, 267.593, 1.00824, 0),\n(@WPID+4150, 6, 2583.89, -3342.46, 267.593, 1.52503, 0),\n(@WPID+4150, 7, 2583.63, -3331.04, 267.593, 1.78421, 0),\n(@WPID+4150, 8, 2579.97, -3320.84, 267.593, 2.18948, 0),\n(@WPID+4150, 9, 2572.94, -3311.8, 267.593, 2.4463, 0),\n(@WPID+4150, 10, 2579.5, -3321.22, 267.593, 5.32086, 0),\n(@WPID+4150, 11, 2584.38, -3332.55, 267.593, 4.80485, 0),\n(@WPID+4150, 12, 2581.98, -3346.22, 267.593, 4.25115, 0),\n(@WPID+4200, 1, 2529.33, -3344.85, 267.593, 4.95093, 0),\n(@WPID+4200, 2, 2533.55, -3355.44, 267.593, 5.20776, 0),\n(@WPID+4200, 3, 2541.88, -3366.16, 267.593, 5.50228, 0),\n(@WPID+4200, 4, 2534.51, -3357.38, 267.593, 2.24288, 0),\n(@WPID+4200, 5, 2528.24, -3346.07, 267.593, 1.79992, 0),\n(@WPID+4200, 6, 2527.98, -3332.67, 267.593, 1.24857, 0),\n(@WPID+4200, 7, 2534.64, -3320.91, 267.593, 0.916344, 0),\n(@WPID+4200, 8, 2542.77, -3312.88, 267.593, 0.694861, 0),\n(@WPID+4200, 9, 2535.08, -3318.14, 267.593, 3.74221, 0),\n(@WPID+4200, 10, 2527.23, -3326.93, 267.593, 4.33125, 0),\n(@WPID+4200, 11, 2526.91, -3344.19, 267.593, 5.10409, 0),\n(@WPID+4240, 1, 2581.59, -3133.94, 240.525, 4.34382, 0),\n(@WPID+4240, 2, 2576.31, -3145.29, 240.525, 4.12234, 0),\n(@WPID+4240, 3, 2563.04, -3156.26, 240.525, 3.68173, 0),\n(@WPID+4240, 4, 2569.45, -3153.19, 240.525, 0.445893, 0),\n(@WPID+4240, 5, 2580.14, -3145.81, 240.525, 0.775761, 0),\n(@WPID+4240, 6, 2583.74, -3130.04, 240.525, 1.40172, 0),\n(@WPID+4240, 7, 2583.07, -3112.18, 240.525, 1.73395, 0),\n(@WPID+4240, 8, 2583.55, -3131.7, 240.525, 4.52447, 0),\n(@WPID+4280, 1, 2531.21, -3133.79, 240.525, 4.81114, 0),\n(@WPID+4280, 2, 2533.53, -3145.56, 240.525, 4.99492, 0),\n(@WPID+4280, 3, 2541.61, -3153.72, 240.525, 5.48579, 0),\n(@WPID+4280, 4, 2532.52, -3144.99, 240.525, 2.36384, 0),\n(@WPID+4280, 5, 2525.74, -3132.4, 240.525, 1.6287, 0),\n(@WPID+4280, 6, 2528.41, -3119.31, 240.525, 1.03965, 0),\n(@WPID+4280, 7, 2538.97, -3107.86, 240.525, 0.596689, 0),\n(@WPID+4280, 8, 2556.46, -3100.6, 240.525, 0.266821, 0),\n(@WPID+4280, 9, 2544.59, -3102.62, 240.525, 3.31024, 0),\n(@WPID+4280, 10, 2529.86, -3110.63, 240.525, 4.15611, 0),\n(@WPID+4280, 11, 2528.47, -3123.15, 240.525, 4.60929, 0),\n(@WPID+4280, 12, 2530.23, -3135.94, 240.525, 5.0499, 0),\n(@WPID+4340, 1, 2725.94, -2992.28, 240.525, 4.58807, 0),\n(@WPID+4340, 2, 2723.36, -3002.26, 240.525, 4.27548, 0),\n(@WPID+4340, 3, 2715.04, -3012.0, 240.525, 3.68643, 0),\n(@WPID+4340, 4, 2696.08, -3015.19, 240.525, 3.13273, 0),\n(@WPID+4340, 5, 2704.69, -3013.66, 240.525, 0.175705, 0),\n(@WPID+4340, 6, 2718.0, -3010.64, 240.525, 0.359488, 0),\n(@WPID+4340, 7, 2723.22, -3003.63, 240.525, 0.948537, 0),\n(@WPID+4340, 8, 2728.56, -2987.97, 240.525, 1.49989, 0),\n(@WPID+4380, 1, 2675.09, -2991.58, 240.526, 4.72002, 0),\n(@WPID+4380, 2, 2674.0, -2983.46, 240.526, 1.70409, 0),\n(@WPID+4380, 3, 2675.76, -2970.29, 240.526, 1.0043, 0),\n(@WPID+4380, 4, 2686.09, -2961.1, 240.526, 0.377554, 0),\n(@WPID+4380, 5, 2698.66, -2957.91, 240.526, 6.18243, 0),\n(@WPID+4380, 6, 2714.23, -2962.25, 240.526, 5.81487, 0),\n(@WPID+4380, 7, 2701.06, -2958.52, 240.526, 2.86569, 0),\n(@WPID+4380, 8, 2683.62, -2959.84, 240.524, 3.49244, 0),\n(@WPID+4380, 9, 2676.18, -2971.19, 240.524, 4.20559, 0),\n(@WPID+4380, 10, 2672.76, -2988.89, 240.524, 4.52367, 0),\n(@WPID+4460, 1, 2933.4, -2994.59, 267.588, 4.33833, 0),\n(@WPID+4460, 2, 2936.15, -2982.29, 267.593, 1.4512, 0),\n(@WPID+4460, 3, 2934.83, -2970.05, 267.593, 2.00255, 0),\n(@WPID+4460, 4, 2926.28, -2959.82, 267.593, 2.66464, 0),\n(@WPID+4460, 5, 2912.87, -2955.6, 267.593, 2.99451, 0),\n(@WPID+4460, 6, 2923.47, -2961.24, 267.593, 5.79367, 0),\n(@WPID+4460, 7, 2934.18, -2970.11, 267.593, 5.20462, 0),\n(@WPID+4460, 8, 2937.21, -2983.1, 267.594, 4.57787, 0),\n(@WPID+4460, 9, 2933.21, -2994.91, 267.59, 4.28335, 0),\n(@WPID+4510, 1, 2880.38, -2994.86, 267.593, 5.45908, 0),\n(@WPID+4510, 2, 2888.56, -3003.69, 267.593, 5.45908, 0),\n(@WPID+4510, 3, 2901.45, -3012.44, 267.593, 5.89969, 0),\n(@WPID+4510, 4, 2917.47, -3013.61, 267.593, 0.13251, 0),\n(@WPID+4510, 5, 2931.51, -3005.76, 267.593, 0.68386, 0),\n(@WPID+4510, 6, 2923.19, -3011.85, 267.593, 3.63303, 0),\n(@WPID+4510, 7, 2910.69, -3014.61, 267.593, 3.00628, 0),\n(@WPID+4510, 8, 2894.53, -3010.25, 267.593, 2.56332, 0),\n(@WPID+4510, 9, 2884.64, -3001.85, 267.593, 2.15805, 0),\n(@WPID+4510, 10, 2879.49, -2990.55, 267.593, 1.79049, 0),\n(@WPID+4550, 1, 3476.67, -3344.27, 267.592, 4.32676, 0),\n(@WPID+4550, 2, 3474.14, -3353.15, 267.592, 4.5773, 0),\n(@WPID+4550, 3, 3463.4, -3368.54, 267.581, 3.76677, 0),\n(@WPID+4550, 4, 3470.93, -3362.27, 267.592, 0.697435, 0),\n(@WPID+4550, 5, 3480.51, -3352.69, 267.592, 1.06736, 0),\n(@WPID+4550, 6, 3483.8, -3338.74, 267.593, 1.76715, 0),\n(@WPID+4550, 7, 3476.65, -3320.65, 267.593, 2.09937, 0),\n(@WPID+4550, 8, 3476.49, -3333.77, 267.593, 4.70061, 0),\n(@WPID+4550, 9, 3472.07, -3350.24, 267.593, 4.1469, 0),\n(@WPID+4600, 1, 3425.98, -3343.1, 267.592, 4.89741, 0),\n(@WPID+4600, 2, 3429.37, -3353.4, 267.592, 5.19194, 0),\n(@WPID+4600, 3, 3444.48, -3367.74, 267.585, 5.70794, 0),\n(@WPID+4600, 4, 3435.05, -3358.7, 267.591, 2.42498, 0),\n(@WPID+4600, 5, 3427.65, -3349.38, 267.591, 2.05741, 0),\n(@WPID+4600, 6, 3424.48, -3338.5, 267.591, 1.65215, 0),\n(@WPID+4600, 7, 3426.11, -3325.71, 267.591, 1.17384, 0),\n(@WPID+4600, 8, 3440.77, -3313.46, 267.591, 0.619348, 0),\n(@WPID+4600, 9, 3431.56, -3320.31, 267.591, 3.78058, 0),\n(@WPID+4600, 10, 3422.6, -3332.71, 267.591, 4.55341, 0),\n(@WPID+4600, 11, 3423.93, -3346.0, 267.591, 5.14246, 0),\n(@WPID+4640, 1, 3477.48, -3132.45, 294.661, 4.40183, 0),\n(@WPID+4640, 2, 3474.03, -3141.07, 294.661, 4.25339, 0),\n(@WPID+4640, 3, 3465.76, -3153.19, 294.661, 4.03191, 0),\n(@WPID+4640, 4, 3473.71, -3144.19, 294.661, 0.851045, 0),\n(@WPID+4640, 5, 3479.72, -3133.39, 294.661, 1.29401, 0),\n(@WPID+4640, 6, 3479.41, -3119.09, 294.661, 2.02914, 0),\n(@WPID+4640, 7, 3464.17, -3103.53, 294.661, 2.58049, 0),\n(@WPID+4640, 8, 3474.46, -3107.13, 294.661, 5.73544, 0),\n(@WPID+4640, 9, 3479.11, -3118.8, 294.661, 5.08434, 0),\n(@WPID+4640, 10, 3480.18, -3133.08, 294.661, 4.38455, 0),\n(@WPID+4680, 1, 3427.14, -3137.51, 294.661, 5.04507, 0),\n(@WPID+4680, 2, 3433.29, -3148.97, 294.661, 5.3396, 0),\n(@WPID+4680, 3, 3443.7, -3158.34, 294.661, 5.74486, 0),\n(@WPID+4680, 4, 3435.17, -3147.69, 294.661, 2.24591, 0),\n(@WPID+4680, 5, 3427.92, -3135.63, 294.661, 1.91369, 0),\n(@WPID+4680, 6, 3426.44, -3121.8, 294.661, 1.40004, 0),\n(@WPID+4680, 7, 3433.59, -3108.17, 294.661, 0.773292, 0),\n(@WPID+4680, 8, 3445.16, -3104.88, 294.661, 0.269852, 0),\n(@WPID+4680, 9, 3433.38, -3111.83, 294.661, 3.67455, 0),\n(@WPID+4680, 10, 3422.67, -3123.5, 294.661, 4.44738, 0),\n(@WPID+4680, 11, 3426.28, -3138.91, 294.661, 5.0113, 0),\n(@WPID+4730, 1, 3336.56, -2993.12, 294.661, 4.3932, 0),\n(@WPID+4730, 2, 3332.33, -3002.57, 294.661, 4.20942, 0),\n(@WPID+4730, 3, 3322.14, -3013.68, 294.661, 3.80415, 0),\n(@WPID+4730, 4, 3310.91, -3018.99, 294.661, 3.39889, 0),\n(@WPID+4730, 5, 3321.84, -3014.35, 294.661, 0.386885, 0),\n(@WPID+4730, 6, 3332.47, -3007.97, 294.661, 0.82985, 0),\n(@WPID+4730, 7, 3338.75, -2995.58, 294.661, 1.4189, 0),\n(@WPID+4730, 8, 3336.32, -2975.46, 294.661, 1.93491, 0),\n(@WPID+4730, 9, 3329.23, -2964.75, 294.661, 2.52396, 0),\n(@WPID+4730, 10, 3334.18, -2972.63, 294.661, 5.27285, 0),\n(@WPID+4730, 11, 3338.36, -2986.38, 294.661, 4.64846, 0),\n(@WPID+4730, 12, 3334.11, -3000.3, 294.661, 4.24319, 0),\n(@WPID+4780, 1, 3281.8, -2990.41, 294.661, 4.65396, 0),\n(@WPID+4780, 2, 3282.31, -3000.69, 294.661, 4.94848, 0),\n(@WPID+4780, 3, 3291.44, -3013.58, 294.661, 5.47548, 0),\n(@WPID+4780, 4, 3284.19, -3006.12, 294.661, 2.34174, 0),\n(@WPID+4780, 5, 3278.04, -2994.88, 294.661, 1.75269, 0),\n(@WPID+4780, 6, 3282.34, -2981.37, 294.661, 1.14794, 0),\n(@WPID+4780, 7, 3291.29, -2969.17, 294.661, 0.780371, 0),\n(@WPID+4780, 8, 3297.11, -2963.4, 294.661, 0.780371, 0),\n(@WPID+4780, 9, 3290.78, -2967.73, 294.661, 3.74132, 0),\n(@WPID+4780, 10, 3283.1, -2975.32, 294.661, 4.21963, 0),\n(@WPID+4780, 11, 3279.52, -2991.54, 294.661, 4.77098, 0),\n(@WPID+4820, 1, 3128.02, -2990.58, 267.593, 4.38064, 0),\n(@WPID+4820, 2, 3123.43, -3002.3, 267.593, 4.10967, 0),\n(@WPID+4820, 3, 3126.96, -2991.93, 267.593, 1.24297, 0),\n(@WPID+4820, 4, 3126.94, -2976.64, 267.593, 1.9781, 0),\n(@WPID+4820, 5, 3118.8, -2966.04, 267.593, 2.49411, 0),\n(@WPID+4820, 6, 3103.47, -2957.83, 267.593, 2.82398, 0),\n(@WPID+4820, 7, 3116.45, -2963.54, 267.593, 5.91059, 0),\n(@WPID+4820, 8, 3128.19, -2973.37, 267.593, 5.2108, 0),\n(@WPID+4820, 9, 3126.55, -2988.05, 267.593, 4.59819, 0),\n(@WPID+4870, 1, 3073.0, -2991.38, 267.594, 4.84021, 0),\n(@WPID+4870, 2, 3077.1, -3004.29, 267.593, 5.17243, 0),\n(@WPID+4870, 3, 3087.7, -3012.88, 267.593, 5.61382, 0),\n(@WPID+4870, 4, 3096.77, -3017.66, 267.593, 6.05443, 0),\n(@WPID+4870, 5, 3087.54, -3011.82, 267.593, 2.57815, 0),\n(@WPID+4870, 6, 3077.1, -3003.15, 267.593, 2.28362, 0),\n(@WPID+4870, 7, 3070.95, -2990.75, 267.592, 1.65687, 0),\n(@WPID+4870, 8, 3072.23, -2977.35, 267.59, 1.17857, 0),\n(@WPID+4870, 9, 3080.44, -2964.56, 267.592, 0.88404, 0),\n(@WPID+4870, 10, 3073.41, -2976.91, 267.587, 4.1945, 0),\n(@WPID+4870, 11, 3073.66, -2992.55, 267.593, 4.74742, 0),\n(@WPID+4910, 1, 2579.61, -3536.42, 267.593, 4.43571, 0),\n(@WPID+4910, 2, 2575.25, -3545.79, 267.593, 4.14747, 0),\n(@WPID+4910, 3, 2565.31, -3556.33, 267.593, 3.63146, 0),\n(@WPID+4910, 4, 2555.58, -3557.73, 267.593, 3.27568, 0),\n(@WPID+4910, 5, 2567.15, -3553.27, 267.593, 0.711351, 0),\n(@WPID+4910, 6, 2578.23, -3543.53, 267.593, 0.694858, 0),\n(@WPID+4910, 7, 2585.55, -3535.58, 267.594, 1.43078, 0),\n(@WPID+4910, 8, 2584.97, -3522.63, 267.594, 1.8007, 0),\n(@WPID+4910, 9, 2577.34, -3511.32, 267.592, 2.1824, 0),\n(@WPID+4910, 10, 2581.95, -3523.6, 267.592, 5.02554, 0),\n(@WPID+4910, 11, 2581.3, -3542.21, 267.593, 4.32575, 0),\n(@WPID+4950, 1, 2529.99, -3531.77, 267.593, 4.8237, 0),\n(@WPID+4950, 2, 2531.68, -3543.67, 267.593, 5.00749, 0),\n(@WPID+4950, 3, 2538.01, -3554.99, 267.593, 5.37505, 0),\n(@WPID+4950, 4, 2530.39, -3544.31, 267.593, 2.19026, 0),\n(@WPID+4950, 5, 2525.51, -3530.83, 267.593, 1.49047, 0),\n(@WPID+4950, 6, 2529.27, -3518.53, 267.593, 0.939124, 0),\n(@WPID+4950, 7, 2538.53, -3507.9, 267.593, 0.571557, 0),\n(@WPID+4950, 8, 2550.28, -3502.19, 267.593, 0.352431, 0),\n(@WPID+4950, 9, 2538.92, -3507.14, 267.593, 3.67467, 0),\n(@WPID+4950, 10, 2529.05, -3516.21, 267.593, 4.22837, 0),\n(@WPID+4950, 11, 2526.32, -3533.56, 267.593, 4.78208, 0),\n(@WPID+5000, 1, 2722.98, -3891.15, 294.662, 4.40746, 0),\n(@WPID+5000, 2, 2718.04, -3901.49, 294.66, 4.15219, 0),\n(@WPID+5000, 3, 2706.97, -3910.38, 294.66, 3.78305, 0),\n(@WPID+5000, 4, 2720.04, -3902.45, 294.66, 0.492233, 0),\n(@WPID+5000, 5, 2725.31, -3890.52, 294.66, 1.20695, 0),\n(@WPID+5000, 6, 2728.07, -3872.32, 294.66, 1.82505, 0),\n(@WPID+5000, 7, 2723.05, -3860.22, 294.66, 2.04654, 0),\n(@WPID+5000, 8, 2728.05, -3875.2, 294.66, 4.98393, 0),\n(@WPID+5000, 9, 2725.86, -3891.83, 294.66, 4.13805, 0),\n(@WPID+5050, 1, 2670.42, -3884.31, 294.66, 4.92737, 0),\n(@WPID+5050, 2, 2673.13, -3897.37, 294.66, 5.44181, 0),\n(@WPID+5050, 3, 2679.89, -3905.95, 294.66, 5.37897, 0),\n(@WPID+5050, 4, 2688.76, -3911.34, 294.66, 5.76068, 0),\n(@WPID+5050, 5, 2695.56, -3914.75, 294.66, 5.94446, 0),\n(@WPID+5050, 6, 2684.44, -3910.26, 294.66, 2.77931, 0),\n(@WPID+5050, 7, 2675.91, -3903.39, 294.66, 2.45886, 0),\n(@WPID+5050, 8, 2671.42, -3894.12, 294.66, 1.83447, 0),\n(@WPID+5050, 9, 2669.23, -3882.36, 294.66, 1.53995, 0),\n(@WPID+5050, 10, 2674.58, -3871.58, 294.66, 1.0962, 0),\n(@WPID+5050, 11, 2679.62, -3863.86, 294.66, 0.801673, 0),\n(@WPID+5050, 12, 2673.7, -3873.18, 294.66, 4.20638, 0),\n(@WPID+5050, 13, 2669.23, -3890.17, 294.66, 4.91716, 0),\n(@WPID+5090, 1, 2580.91, -3745.67, 294.66, 4.36974, 0),\n(@WPID+5090, 2, 2577.0, -3754.09, 294.66, 4.18596, 0),\n(@WPID+5090, 3, 2571.11, -3763.26, 294.66, 4.03752, 0),\n(@WPID+5090, 4, 2560.99, -3768.64, 294.66, 3.60869, 0),\n(@WPID+5090, 5, 2568.7, -3763.5, 294.66, 0.588832, 0),\n(@WPID+5090, 6, 2577.91, -3756.69, 294.66, 0.772616, 0),\n(@WPID+5090, 7, 2581.52, -3745.8, 294.66, 1.26427, 0),\n(@WPID+5090, 8, 2585.02, -3728.83, 294.66, 1.63184, 0),\n(@WPID+5090, 9, 2581.19, -3746.99, 294.66, 4.42393, 0),\n(@WPID+5130, 1, 2530.15, -3745.47, 294.66, 4.64541, 0),\n(@WPID+5130, 2, 2530.68, -3755.82, 294.66, 4.83705, 0),\n(@WPID+5130, 3, 2528.98, -3745.03, 294.66, 1.72687, 0),\n(@WPID+5130, 4, 2529.21, -3732.04, 294.66, 1.39465, 0),\n(@WPID+5130, 5, 2539.26, -3720.5, 294.66, 0.830735, 0),\n(@WPID+5130, 6, 2551.17, -3711.31, 294.66, 0.38777, 0),\n(@WPID+5130, 7, 2564.82, -3711.47, 294.66, 6.2649, 0),\n(@WPID+5130, 8, 2551.89, -3710.45, 294.66, 3.34322, 0),\n(@WPID+5130, 9, 2540.25, -3714.75, 294.66, 3.75006, 0),\n(@WPID+5130, 10, 2531.07, -3723.82, 294.66, 4.26607, 0),\n(@WPID+5130, 11, 2527.65, -3743.53, 294.66, 4.67133, 0),\n(@WPID+5180, 1, 2930.63, -3896.96, 268.012, 4.59518, 0),\n(@WPID+5180, 2, 2914.6, -3907.84, 267.902, 3.62128, 0),\n(@WPID+5180, 3, 2899.49, -3905.74, 267.928, 2.85552, 0),\n(@WPID+5180, 4, 2885.41, -3889.63, 268.02, 1.90911, 0),\n(@WPID+5180, 5, 2890.13, -3866.07, 267.955, 0.751437, 0),\n(@WPID+5180, 6, 2907.93, -3857.69, 267.909, 0.09563, 0),\n(@WPID+5180, 7, 2926.11, -3862.49, 267.893, 5.33031, 0),\n(@WPID+5180, 8, 2933.14, -3887.82, 268.053, 4.56848, 0),\n(@WPID+5220, 1, 2882.97, -3886.21, 267.971, 5.05778, 0),\n(@WPID+5220, 2, 2887.6, -3897.27, 267.982, 5.28554, 0),\n(@WPID+5220, 3, 2906.17, -3911.32, 267.823, 0.07442, 0),\n(@WPID+5220, 4, 2918.6, -3907.24, 267.902, 0.365018, 0),\n(@WPID+5220, 5, 2936.52, -3895.29, 267.886, 1.03653, 0),\n(@WPID+5220, 6, 2936.15, -3876.79, 267.952, 1.86906, 0),\n(@WPID+5220, 7, 2928.84, -3860.69, 267.825, 2.46989, 0),\n(@WPID+5220, 8, 2905.97, -3853.79, 267.806, 3.69118, 0),\n(@WPID+5220, 9, 2884.88, -3867.48, 267.892, 4.11922, 0),\n(@WPID+5220, 10, 2881.76, -3882.99, 267.988, 4.67136, 0),\n(@WPID+5810, 1, 2679.7, -3216.63, 267.538, 5.16023, 0),\n(@WPID+5810, 2, 2686.82, -3248.25, 267.613, 5.12489, 0),\n(@WPID+5810, 3, 2704.63, -3257.83, 267.654, 6.20088, 0),\n(@WPID+5810, 4, 2723.72, -3256.89, 267.663, 0.247562, 0),\n(@WPID+5810, 5, 2734.3, -3243.79, 267.616, 0.369299, 0),\n(@WPID+5830, 1, 2720.62, -3132.57, 267.522, 5.01495, 0),\n(@WPID+5830, 2, 2743.6, -3170.45, 267.592, 5.29376, 0),\n(@WPID+5830, 3, 2737.33, -3189.75, 267.557, 3.65228, 0),\n(@WPID+5840, 1, 2711.64, -3157.39, 267.522, 1.61025, 0),\n(@WPID+5840, 2, 2711.06, -3142.63, 267.522, 1.61025, 0),\n(@WPID+5840, 3, 2695.12, -3165.47, 267.522, 4.0332, 0),\n(@WPID+5840, 4, 2686.75, -3183.34, 267.522, 4.86572, 0),\n(@WPID+5840, 5, 2707.99, -3214.05, 267.522, 0.738445, 0),\n(@WPID+5840, 6, 2720.83, -3197.71, 267.522, 1.07224, 0),\n(@WPID+5870, 1, 2667.21, -3173.53, 267.611, 4.41647, 0),\n(@WPID+5870, 2, 2664.19, -3199.6, 267.628, 4.59711, 0),\n(@WPID+5870, 3, 2665.19, -3171.2, 267.624, 1.53013, 0),\n(@WPID+5870, 4, 2690.05, -3126.77, 267.563, 1.15, 0),\n(@WPID+5880, 1, 2731.47, -3230.08, 267.553, 1.07616, 0),\n(@WPID+5880, 2, 2749.88, -3198.36, 267.63, 0.820903, 0),\n(@WPID+5880, 3, 2734.57, -3228.62, 267.56, 4.25309, 0),\n(@WPID+5880, 4, 2704.09, -3223.83, 267.525, 2.67837, 0),\n(@WPID+7580, 1, 2851.03, -3186.75, 273.787, 3.10485, 0),\n(@WPID+7580, 2, 2933.84, -3187.14, 273.371, 0.045722, 0),\n(@WPID+7590, 1, 3026.88, -3454.75, 299.462, 0.0, 0),\n(@WPID+7590, 2, 3039.73, -3450.8, 298.521, 0.0, 0),\n(@WPID+7590, 3, 3042.86, -3436.82, 298.472, 0.0, 0),\n(@WPID+7590, 4, 3041.13, -3419.58, 298.469, 0.0, 0),\n(@WPID+7590, 5, 3034.87, -3412.85, 298.217, 0.0, 0),\n(@WPID+7590, 6, 3034.99, -3408.07, 298.217, 0.0, 10000),\n(@WPID+7590, 7, 3032.73, -3409.67, 298.217, 0.0, 0),\n(@WPID+7590, 8, 2981.36, -3399.0, 298.447, 0.0, 0),\n(@WPID+7590, 9, 2974.41, -3409.65, 298.442, 0.0, 0),\n(@WPID+7590, 10, 2964.24, -3433.71, 298.464, 0.0, 0),\n(@WPID+7590, 11, 2961.41, -3435.03, 298.226, 0.0, 10000),\n(@WPID+7590, 12, 2978.18, -3450.87, 298.471, 0.0, 0),\n(@WPID+7590, 13, 2989.27, -3450.97, 300.192, 0.0, 0),\n(@WPID+7590, 14, 2988.64, -3461.9, 298.469, 0.0, 0),\n(@WPID+7590, 15, 2988.44, -3461.87, 298.469, 0.0, 0),\n(@WPID+7590, 16, 2983.23, -3457.17, 298.469, 0.0, 0),\n(@WPID+7590, 17, 2978.02, -3452.58, 298.47, 0.0, 0),\n(@WPID+7590, 18, 2978.24, -3452.06, 298.47, 0.0, 0),\n(@WPID+7590, 19, 2989.16, -3451.02, 300.192, 0.0, 0),\n(@WPID+7590, 20, 2996.33, -3443.94, 304.329, 0.0, 0),\n(@WPID+7590, 21, 3001.51, -3438.93, 304.701, 0.0, 0),\n(@WPID+7590, 22, 3007.17, -3430.96, 304.205, 0.0, 1000),\n(@WPID+7730, 1, 3307.8, -3854.88, 294.661, 3.16261, 0),\n(@WPID+7730, 2, 3293.3, -3859.43, 294.661, 3.55924, 0),\n(@WPID+7730, 3, 3280.65, -3866.95, 294.66, 3.74302, 0),\n(@WPID+7730, 4, 3292.03, -3857.6, 294.66, 0.57394, 0),\n(@WPID+7730, 5, 3306.57, -3851.65, 294.66, 0.166318, 0),\n(@WPID+7730, 6, 3316.11, -3854.17, 294.66, 6.00889, 0),\n(@WPID+7910, 1, 3383.74, -3689.38, 259.081, 3.91435, 0),\n(@WPID+7910, 2, 3340.27, -3696.69, 259.083, 3.23498, 0),\n(@WPID+7910, 3, 3319.27, -3699.91, 262.729, 3.41876, 0),\n(@WPID+7910, 4, 3327.49, -3668.3, 259.083, 1.26677, 0),\n(@WPID+7910, 5, 3330.91, -3646.8, 259.083, 1.52359, 0),\n(@WPID+7910, 6, 3346.42, -3629.17, 260.997, 1.03272, 0),\n(@WPID+7910, 7, 3334.92, -3613.56, 260.997, 2.3192, 0),\n(@WPID+7910, 8, 3347.64, -3600.98, 260.997, 0.4421, 0),\n(@WPID+7910, 9, 3367.47, -3611.23, 260.997, 5.35163, 0),\n(@WPID+7910, 10, 3358.43, -3628.62, 260.996, 4.32982, 0),\n(@WPID+7910, 11, 3372.97, -3645.62, 259.084, 5.36027, 0),\n(@WPID+7910, 12, 3379.97, -3669.78, 259.084, 5.04061, 0),\n(@WPID+7910, 13, 3382.84, -3691.44, 259.081, 4.90631, 0),\n(@WPID+8450, 1, 3090.49, -3854.87, 267.593, 3.93016, 0),\n(@WPID+8450, 2, 3080.34, -3862.16, 267.593, 3.85555, 0),\n(@WPID+8450, 3, 3071.79, -3872.71, 267.584, 4.06761, 0),\n(@WPID+8450, 4, 3078.36, -3863.99, 267.593, 0.910304, 0),\n(@WPID+8450, 5, 3086.36, -3855.09, 267.592, 0.651123, 0),\n(@WPID+8450, 6, 3098.39, -3851.47, 267.594, 0.247428, 0),\n(@WPID+8450, 7, 3107.8, -3854.3, 267.594, 5.99026, 0),\n(@WPID+8450, 8, 3121.61, -3861.78, 267.593, 5.69573, 0),\n(@WPID+8450, 9, 3113.99, -3858.18, 267.593, 2.69944, 0),\n(@WPID+8450, 10, 3105.98, -3854.67, 267.595, 2.93035, 0),\n(@WPID+8450, 11, 3096.15, -3854.54, 267.593, 3.4707, 0),\n(@WPID+8470, 1, 3154.36, -3883.34, 267.593, 6.25335, 0),\n(@WPID+8470, 2, 3195.92, -3884.58, 269.594, 6.25335, 0),\n(@WPID+8470, 3, 3206.84, -3884.91, 275.322, 6.25335, 0),\n(@WPID+8470, 4, 3217.79, -3885.24, 281.068, 6.25335, 0),\n(@WPID+8470, 5, 3228.7, -3885.56, 286.796, 6.25335, 0),\n(@WPID+8470, 6, 3241.26, -3885.94, 292.09, 6.25335, 0),\n(@WPID+8470, 7, 3253.86, -3886.31, 294.662, 6.25335, 0),\n(@WPID+8470, 8, 3270.79, -3886.82, 294.661, 6.25335, 0),\n(@WPID+8470, 9, 3269.88, -3882.09, 294.661, 0.262337, 0),\n(@WPID+8470, 10, 3275.21, -3881.58, 294.661, 3.1526, 0),\n(@WPID+8470, 11, 3261.53, -3881.73, 294.661, 3.1526, 0),\n(@WPID+8470, 12, 3246.76, -3881.89, 294.661, 3.1526, 0),\n(@WPID+8470, 13, 3235.28, -3882.02, 289.208, 3.1526, 0),\n(@WPID+8470, 14, 3221.07, -3882.18, 282.791, 3.1526, 0),\n(@WPID+8470, 15, 3187.19, -3882.55, 267.595, 3.1526, 0),\n(@WPID+8470, 16, 3163.15, -3882.82, 267.594, 3.1526, 0),\n(@WPID+8470, 17, 3140.75, -3883.06, 267.594, 3.1526, 0),\n(@WPID+8470, 18, 3116.15, -3883.33, 267.594, 3.1526, 0),\n(@WPID+8490, 1, 3232.43, -3882.99, 287.887, 0.042414, 0),\n(@WPID+8490, 2, 3249.4, -3882.96, 294.661, 0.014925, 0),\n(@WPID+8490, 3, 3270.19, -3882.65, 294.661, 0.014925, 0),\n(@WPID+8490, 4, 3268.14, -3881.31, 294.661, 0.014925, 0),\n(@WPID+8490, 5, 3270.72, -3882.99, 294.661, 3.17615, 0),\n(@WPID+8490, 6, 3250.5, -3883.69, 294.661, 3.17615, 0),\n(@WPID+8490, 7, 3221.01, -3883.25, 282.756, 3.17615, 0),\n(@WPID+8490, 8, 3170.25, -3882.62, 267.594, 3.08976, 0),\n(@WPID+8490, 9, 3147.33, -3883.34, 267.593, 3.2005, 0),\n(@WPID+8490, 10, 3124.92, -3882.73, 267.593, 3.09212, 0),\n(@WPID+8490, 11, 3156.75, -3883.43, 267.593, 0.005497, 0),\n(@WPID+8490, 12, 3201.01, -3883.43, 272.259, 6.21328, 0),\n(@WPID+8490, 13, 3224.46, -3882.52, 284.57, 0.076183, 0),\n(@WPID+8490, 14, 3245.17, -3883.37, 293.969, 6.21093, 0),\n(@WPID+8490, 15, 3268.45, -3881.18, 294.661, 0.000785, 0),\n(@WPID+8490, 16, 3247.15, -3883.01, 294.661, 3.15023, 0),\n(@WPID+8490, 17, 3223.63, -3883.21, 284.135, 3.15023, 0),\n(@WPID+8580, 1, 3210.54, -3645.1, 287.077, 3.63186, 0),\n(@WPID+8580, 2, 3184.35, -3652.37, 287.077, 3.26979, 0),\n(@WPID+8580, 3, 3163.18, -3641.2, 287.092, 3.30749, 0),\n(@WPID+8580, 4, 3145.52, -3640.79, 287.081, 1.91026, 0),\n(@WPID+8580, 5, 3145.52, -3619.04, 287.109, 1.83722, 0),\n(@WPID+8580, 6, 3139.31, -3589.42, 287.076, 1.13743, 0),\n(@WPID+8580, 7, 3160.35, -3571.22, 287.08, 0.475342, 0),\n(@WPID+8580, 8, 3196.02, -3575.64, 287.086, 5.90794, 0),\n(@WPID+8580, 9, 3208.15, -3573.88, 287.082, 5.61342, 0),\n(@WPID+8580, 10, 3223.77, -3614.02, 287.076, 5.09977, 0),\n(@WPID+8580, 11, 3212.27, -3642.08, 286.677, 4.15415, 0),\n(@WPID+8750, 1, 3283.91, -3725.2, 272.789, 0.528021, 0),\n(@WPID+8750, 2, 3308.35, -3708.69, 266.182, 0.65447, 0),\n(@WPID+8750, 3, 3287.83, -3721.17, 270.688, 3.6704, 0),\n(@WPID+8760, 1, 3275.67, -3722.66, 276.213, 0.391361, 0),\n(@WPID+8760, 2, 3296.25, -3715.39, 268.496, 0.308894, 0),\n(@WPID+8760, 3, 3315.28, -3707.3, 264.651, 0.530376, 0),\n(@WPID+8760, 4, 3289.83, -3719.79, 270.121, 3.53452, 0),\n(@WPID+8760, 5, 3274.7, -3724.42, 276.292, 3.38844, 0),\n(@WPID+8760, 6, 3218.18, -3734.67, 284.875, 3.12926, 0),\n(@WPID+8760, 7, 3270.54, -3727.79, 277.157, 0.352876, 0),\n(@WPID+8960, 1, 3161.34, -3483.7, 287.082, 100.0, 0),\n(@WPID+8960, 2, 3130.39, -3511.87, 287.073, 100.0, 0),\n(@WPID+8960, 3, 3144.54, -3550.57, 287.081, 100.0, 0),\n(@WPID+8960, 4, 3110.4, -3578.97, 287.081, 100.0, 0),\n(@WPID+8960, 5, 3092.08, -3571.62, 287.082, 100.0, 0),\n(@WPID+8960, 6, 3121.41, -3567.56, 287.083, 100.0, 0),\n(@WPID+8960, 7, 3147.14, -3530.26, 287.078, 100.0, 0),\n(@WPID+8960, 8, 3126.11, -3505.86, 287.074, 100.0, 0),\n(@WPID+8960, 9, 3101.14, -3501.36, 287.077, 100.0, 0),\n(@WPID+8960, 10, 3075.95, -3526.29, 287.077, 100.0, 0),\n(@WPID+8960, 11, 3071.35, -3554.36, 287.077, 100.0, 0),\n(@WPID+8960, 12, 3076.66, -3569.06, 287.068, 100.0, 0),\n(@WPID+8960, 13, 3066.35, -3535.09, 287.075, 100.0, 0),\n(@WPID+8960, 14, 3087.32, -3514.32, 287.079, 100.0, 0),\n(@WPID+8960, 15, 3107.53, -3504.98, 287.076, 100.0, 0),\n(@WPID+8960, 16, 3131.47, -3515.04, 287.072, 100.0, 0),\n(@WPID+8960, 17, 3154.79, -3490.42, 287.072, 100.0, 0),\n(@WPID+8960, 18, 3169.86, -3479.74, 287.116, 100.0, 0),\n(@WPID+8960, 19, 3154.79, -3490.42, 287.072, 100.0, 0),\n(@WPID+8960, 20, 3131.47, -3515.04, 287.072, 100.0, 0),\n(@WPID+8960, 21, 3107.53, -3504.98, 287.076, 100.0, 0),\n(@WPID+8960, 22, 3087.32, -3514.32, 287.079, 100.0, 0),\n(@WPID+8960, 23, 3066.35, -3535.09, 287.075, 100.0, 0),\n(@WPID+8960, 24, 3076.66, -3569.06, 287.068, 100.0, 0),\n(@WPID+8960, 25, 3071.35, -3554.36, 287.077, 100.0, 0),\n(@WPID+8960, 26, 3075.95, -3526.29, 287.077, 100.0, 0),\n(@WPID+8960, 27, 3101.14, -3501.36, 287.077, 100.0, 0),\n(@WPID+8960, 28, 3126.11, -3505.86, 287.074, 100.0, 0),\n(@WPID+8960, 29, 3146.97, -3530.07, 287.084, 100.0, 0),\n(@WPID+8960, 30, 3121.53, -3567.38, 287.081, 100.0, 0),\n(@WPID+8960, 31, 3092.08, -3571.62, 287.082, 100.0, 0),\n(@WPID+8960, 32, 3110.4, -3578.97, 287.081, 100.0, 0),\n(@WPID+8960, 33, 3144.54, -3550.57, 287.081, 100.0, 0),\n(@WPID+8960, 34, 3130.39, -3511.87, 287.073, 100.0, 0),\n(@WPID+8960, 35, 3161.34, -3483.7, 287.082, 100.0, 0),\n(@WPID+8960, 36, 3185.41, -3475.93, 287.077, 100.0, 0),\n(@WPID+9060, 1, 3205.26, -3900.72, 274.492, 3.18067, 0),\n(@WPID+9060, 2, 3183.92, -3900.26, 267.593, 3.10999, 0),\n(@WPID+9060, 3, 3172.22, -3885.94, 267.593, 2.20206, 0),\n(@WPID+9060, 4, 3150.72, -3884.31, 267.593, 3.23172, 0),\n(@WPID+9060, 5, 3142.67, -3894.96, 267.593, 4.18755, 0),\n(@WPID+9060, 6, 3146.6, -3883.07, 267.593, 0.032792, 0),\n(@WPID+9060, 7, 3166.2, -3882.88, 267.593, 6.14319, 0),\n(@WPID+9060, 8, 3182.35, -3901.95, 267.593, 5.35779, 0),\n(@WPID+9060, 9, 3205.85, -3902.23, 274.798, 0.017871, 0),\n(@WPID+9060, 10, 3217.88, -3902.02, 281.116, 0.017871, 0),\n(@WPID+9060, 11, 3224.81, -3886.05, 284.75, 0.953281, 0),\n(@WPID+9060, 12, 3243.79, -3882.71, 293.309, 6.27907, 0),\n(@WPID+9060, 13, 3254.71, -3882.76, 294.661, 6.27907, 0),\n(@WPID+9060, 14, 3268.33, -3899.21, 294.661, 5.40335, 0),\n(@WPID+9060, 15, 3283.12, -3885.09, 294.661, 1.00512, 0),\n(@WPID+9060, 16, 3259.26, -3881.4, 294.661, 3.19245, 0),\n(@WPID+9060, 17, 3237.42, -3882.52, 290.238, 3.19245, 0),\n(@WPID+9060, 18, 3227.56, -3883.02, 286.196, 4.74754, 0),\n(@WPID+9060, 19, 3224.78, -3900.3, 284.736, 4.55276, 0),\n(@WPID+9070, 1, 3265.73, -3882.76, 294.662, 3.09428, 0),\n(@WPID+9070, 2, 3227.27, -3883.8, 286.042, 2.12117, 0),\n(@WPID+9070, 3, 3226.06, -3868.56, 285.409, 1.64993, 0),\n(@WPID+9070, 4, 3209.25, -3860.77, 276.596, 2.92306, 0),\n(@WPID+9070, 5, 3182.19, -3861.63, 267.609, 3.29063, 0),\n(@WPID+9070, 6, 3176.3, -3876.91, 267.596, 4.34699, 0),\n(@WPID+9070, 7, 3162.26, -3882.58, 267.595, 3.30555, 0),\n(@WPID+9070, 8, 3145.73, -3880.91, 267.593, 3.36917, 0),\n(@WPID+9070, 9, 3142.67, -3863.79, 267.593, 1.28551, 0),\n(@WPID+9070, 10, 3146.97, -3863.11, 267.593, 0.045365, 0),\n(@WPID+9070, 11, 3150.88, -3877.17, 267.593, 4.86771, 0),\n(@WPID+9070, 12, 3169.88, -3886.18, 267.593, 6.19425, 0),\n(@WPID+9070, 13, 3177.29, -3864.55, 267.604, 1.08602, 0),\n(@WPID+9070, 14, 3201.05, -3864.14, 272.294, 6.17697, 0),\n(@WPID+9070, 15, 3225.55, -3866.75, 285.144, 6.17697, 0),\n(@WPID+9070, 16, 3231.1, -3884.56, 287.887, 0.227578, 0),\n(@WPID+9070, 17, 3247.89, -3882.33, 294.663, 0.079137, 0),\n(@WPID+9070, 18, 3271.86, -3880.43, 294.661, 0.079137, 0),\n(@WPID+9490, 1, 2826.25, -3162.43, 273.787, 1.53938, 0),\n(@WPID+9490, 2, 2837.82, -3123.78, 273.817, 1.26842, 0),\n(@WPID+9490, 3, 2841.84, -3143.88, 273.795, 4.5074, 0),\n(@WPID+9490, 4, 2827.8, -3216.88, 273.787, 1.4899, 0),\n(@WPID+9500, 1, 2537.22, -3250.38, 256.023, 4.76322, 0),\n(@WPID+9500, 2, 2536.33, -3238.65, 249.868, 1.4135, 0),\n(@WPID+9500, 3, 2536.15, -3219.06, 240.525, 1.63498, 0),\n(@WPID+9500, 4, 2548.26, -3199.27, 240.525, 0.493798, 0),\n(@WPID+9500, 5, 2554.97, -3185.18, 240.525, 1.40329, 0),\n(@WPID+9500, 6, 2555.25, -3170.51, 240.525, 1.66247, 0),\n(@WPID+9500, 7, 2539.35, -3161.31, 240.525, 3.25762, 0),\n(@WPID+9500, 8, 2537.45, -3170.91, 240.525, 4.58258, 0),\n(@WPID+9500, 9, 2551.44, -3180.9, 240.525, 5.80938, 0),\n(@WPID+9500, 10, 2553.07, -3208.15, 240.525, 4.69333, 0),\n(@WPID+9500, 11, 2570.02, -3228.73, 244.668, 5.32714, 0),\n(@WPID+9500, 12, 2572.25, -3243.45, 252.393, 4.73967, 0),\n(@WPID+9500, 13, 2559.06, -3257.11, 259.558, 4.31005, 0),\n(@WPID+9500, 14, 2555.26, -3278.94, 267.594, 4.63992, 0),\n(@WPID+9500, 15, 2556.96, -3256.29, 259.127, 1.71274, 0),\n(@WPID+9500, 16, 2538.98, -3249.64, 255.639, 3.08719, 0),\n(@WPID+9810, 1, 2839.49, -3867.25, 267.594, 4.41645, 0),\n(@WPID+9810, 2, 2825.54, -3881.23, 267.594, 3.13783, 0),\n(@WPID+9810, 3, 2798.4, -3881.13, 277.811, 3.13783, 0),\n(@WPID+9810, 4, 2758.73, -3874.56, 294.661, 2.55428, 0),\n(@WPID+9810, 5, 2736.45, -3857.7, 294.66, 2.85823, 0),\n(@WPID+9810, 6, 2750.41, -3879.93, 294.66, 5.90008, 0),\n(@WPID+9810, 7, 2772.35, -3888.77, 290.34, 5.90008, 0),\n(@WPID+9810, 8, 2805.41, -3899.3, 274.14, 0.204368, 0),\n(@WPID+9810, 9, 2837.89, -3859.9, 267.593, 1.12564, 0),\n(@WPID+10600, 1, 2847.82, -3308.78, 298.147, NULL, 0),\n(@WPID+10600, 2, 2838.80, -3321.94, 298.152, NULL, 0),\n(@WPID+10600, 3, 2847.82, -3308.78, 298.147, NULL, 0),\n(@WPID+10600, 4, 2845.06, -3296.36, 298.124, NULL, 0),\n(@WPID+10600, 5, 2832.53, -3295.22, 298.150, NULL, 0),\n(@WPID+10600, 6, 2845.06, -3296.36, 298.124, NULL, 0),\n(@WPID+10630, 1, 2830.41, -3329.09, 304.837, NULL, 0),\n(@WPID+10630, 2, 2835.76, -3331.32, 299.364, NULL, 0),\n(@WPID+10630, 3, 2842.91, -3323.56, 298.155, NULL, 0),\n(@WPID+10630, 4, 2852.52, -3333.61, 298.146, NULL, 0),\n(@WPID+10630, 5, 2854.87, -3350.62, 298.146, NULL, 0),\n(@WPID+10630, 6, 2852.52, -3333.61, 298.146, NULL, 0),\n(@WPID+10630, 7, 2842.91, -3323.56, 298.155, NULL, 0),\n(@WPID+10630, 8, 2835.76, -3331.32, 299.364, NULL, 0);\n\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN \n(@GUID+0, @GUID+2, @GUID+4, @GUID+6, @GUID+8, @GUID+10, @GUID+12, @GUID+17, @GUID+20, @GUID+21, @GUID+31, @GUID+34, @GUID+35, @GUID+52, @GUID+57, @GUID+59, @GUID+77, @GUID+79, @GUID+84, @GUID+91, @GUID+96, @GUID+99,\n@GUID+101, @GUID+105, @GUID+107, @GUID+146, @GUID+154, @GUID+155, @GUID+161, @GUID+176, @GUID+180, @GUID+185, @GUID+189, @GUID+193, @GUID+201, @GUID+214, @GUID+216, @GUID+217, @GUID+218, @GUID+220, @GUID+229, \n@GUID+232, @GUID+236, @GUID+248, @GUID+249, @GUID+252, @GUID+254, @GUID+255, @GUID+261, @GUID+263, @GUID+267, @GUID+270, @GUID+271, @GUID+287, @GUID+290, @GUID+291, @GUID+292, @GUID+297, @GUID+298, @GUID+304, \n@GUID+309, @GUID+329, @GUID+339, @GUID+342, @GUID+345, @GUID+348, @GUID+351, @GUID+352, @GUID+355, @GUID+356, @GUID+359, @GUID+360, @GUID+363, @GUID+364, @GUID+366, @GUID+368, @GUID+370, @GUID+373, @GUID+374, \n@GUID+378, @GUID+380, @GUID+381, @GUID+384, @GUID+386, @GUID+387, @GUID+394, @GUID+398, @GUID+406, @GUID+408, @GUID+412, @GUID+415, @GUID+420, @GUID+424, @GUID+428, @GUID+434, @GUID+438, @GUID+444, @GUID+446, \n@GUID+451, @GUID+455, @GUID+460, @GUID+464, @GUID+468, @GUID+473, @GUID+478, @GUID+482, @GUID+487, @GUID+491, @GUID+495, @GUID+500, @GUID+505, @GUID+509, @GUID+513, @GUID+518, @GUID+522, @GUID+581, @GUID+583, \n@GUID+584, @GUID+587, @GUID+588, @GUID+590, @GUID+591, @GUID+758, @GUID+773, @GUID+781, @GUID+791, @GUID+798, @GUID+802, @GUID+811, @GUID+818, @GUID+826, @GUID+838, @GUID+845, @GUID+847, @GUID+849, @GUID+858, \n@GUID+872, @GUID+876, @GUID+896, @GUID+899, @GUID+906, @GUID+907, @GUID+909, @GUID+918, @GUID+923, @GUID+932, @GUID+941, @GUID+947, @GUID+949, @GUID+950, @GUID+956, @GUID+963, @GUID+968, @GUID+970, @GUID+973, \n@GUID+975, @GUID+977, @GUID+979, @GUID+981, @GUID+984, @GUID+985, @GUID+994, @GUID+999, @GUID+1004, @GUID+1009, @GUID+1019, @GUID+1014, @GUID+1024, @GUID+1027, @GUID+1034, @GUID+1039, @GUID+1042);\n\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(@GUID+0, @GUID+1, 0.0, 0.0, 515, 0, 0),\n(@GUID+2, @GUID+3, 0.0, 0.0, 515, 0, 0),\n(@GUID+4, @GUID+5, 0.0, 0.0, 515, 0, 0),\n(@GUID+6, @GUID+7, 0.0, 0.0, 515, 0, 0),\n(@GUID+8, @GUID+9, 0.0, 0.0, 515, 0, 0),\n(@GUID+10, @GUID+11, 0.0, 0.0, 515, 0, 0),\n(@GUID+12, @GUID+13, 0.0, 0.0, 515, 0, 0),\n(@GUID+17, @GUID+15, 0.0, 0.0, 515, 0, 0),\n(@GUID+17, @GUID+19, 0.0, 0.0, 515, 0, 0),\n(@GUID+17, @GUID+51, 0.0, 0.0, 515, 0, 0),\n(@GUID+17, @GUID+53, 0.0, 0.0, 515, 0, 0),\n(@GUID+17, @GUID+55, 0.0, 0.0, 515, 0, 0),\n(@GUID+20, @GUID+23, 0.0, 0.0, 515, 0, 0),\n(@GUID+20, @GUID+25, 0.0, 0.0, 515, 0, 0),\n(@GUID+20, @GUID+29, 0.0, 0.0, 515, 0, 0),\n(@GUID+20, @GUID+56, 0.0, 0.0, 515, 0, 0),\n(@GUID+20, @GUID+62, 0.0, 0.0, 515, 0, 0),\n(@GUID+21, @GUID+26, 0.0, 0.0, 515, 0, 0),\n(@GUID+21, @GUID+58, 0.0, 0.0, 515, 0, 0),\n(@GUID+21, @GUID+63, 0.0, 0.0, 515, 0, 0),\n(@GUID+21, @GUID+65, 0.0, 0.0, 515, 0, 0),\n(@GUID+21, @GUID+70, 0.0, 0.0, 515, 0, 0),\n(@GUID+31, @GUID+38, 0.0, 0.0, 515, 0, 0),\n(@GUID+31, @GUID+44, 0.0, 0.0, 515, 0, 0),\n(@GUID+31, @GUID+80, 0.0, 0.0, 515, 0, 0),\n(@GUID+31, @GUID+81, 0.0, 0.0, 515, 0, 0),\n(@GUID+31, @GUID+83, 0.0, 0.0, 515, 0, 0),\n(@GUID+34, @GUID+36, 0.0, 0.0, 515, 0, 0),\n(@GUID+34, @GUID+39, 0.0, 0.0, 515, 0, 0),\n(@GUID+34, @GUID+41, 0.0, 0.0, 515, 0, 0),\n(@GUID+34, @GUID+73, 0.0, 0.0, 515, 0, 0),\n(@GUID+34, @GUID+76, 0.0, 0.0, 515, 0, 0),\n(@GUID+35, @GUID+30, 0.0, 0.0, 515, 0, 0),\n(@GUID+35, @GUID+33, 0.0, 0.0, 515, 0, 0),\n(@GUID+35, @GUID+72, 0.0, 0.0, 515, 0, 0),\n(@GUID+35, @GUID+75, 0.0, 0.0, 515, 0, 0),\n(@GUID+35, @GUID+78, 0.0, 0.0, 515, 0, 0),\n(@GUID+52, @GUID+14, 0.0, 0.0, 515, 0, 0),\n(@GUID+52, @GUID+16, 0.0, 0.0, 515, 0, 0),\n(@GUID+52, @GUID+18, 0.0, 0.0, 515, 0, 0),\n(@GUID+52, @GUID+50, 0.0, 0.0, 515, 0, 0),\n(@GUID+52, @GUID+54, 0.0, 0.0, 515, 0, 0),\n(@GUID+57, @GUID+24, 0.0, 0.0, 515, 0, 0),\n(@GUID+57, @GUID+28, 0.0, 0.0, 515, 0, 0),\n(@GUID+57, @GUID+60, 0.0, 0.0, 515, 0, 0),\n(@GUID+57, @GUID+64, 0.0, 0.0, 515, 0, 0),\n(@GUID+57, @GUID+68, 0.0, 0.0, 515, 0, 0),\n(@GUID+59, @GUID+22, 0.0, 0.0, 515, 0, 0),\n(@GUID+59, @GUID+27, 0.0, 0.0, 515, 0, 0),\n(@GUID+59, @GUID+61, 0.0, 0.0, 515, 0, 0),\n(@GUID+59, @GUID+66, 0.0, 0.0, 515, 0, 0),\n(@GUID+59, @GUID+67, 0.0, 0.0, 515, 0, 0),\n(@GUID+77, @GUID+32, 0.0, 0.0, 515, 0, 0),\n(@GUID+77, @GUID+37, 0.0, 0.0, 515, 0, 0),\n(@GUID+77, @GUID+69, 0.0, 0.0, 515, 0, 0),\n(@GUID+77, @GUID+71, 0.0, 0.0, 515, 0, 0),\n(@GUID+77, @GUID+74, 0.0, 0.0, 515, 0, 0),\n(@GUID+79, @GUID+42, 0.0, 0.0, 515, 0, 0),\n(@GUID+79, @GUID+47, 0.0, 0.0, 515, 0, 0),\n(@GUID+79, @GUID+49, 0.0, 0.0, 515, 0, 0),\n(@GUID+79, @GUID+82, 0.0, 0.0, 515, 0, 0),\n(@GUID+79, @GUID+85, 0.0, 0.0, 515, 0, 0),\n(@GUID+84, @GUID+40, 0.0, 0.0, 515, 0, 0),\n(@GUID+84, @GUID+43, 0.0, 0.0, 515, 0, 0),\n(@GUID+84, @GUID+45, 0.0, 0.0, 515, 0, 0),\n(@GUID+84, @GUID+46, 0.0, 0.0, 515, 0, 0),\n(@GUID+84, @GUID+48, 0.0, 0.0, 515, 0, 0),\n(@GUID+91, @GUID+87, 6.82699, 49.099331774838326, 515, 0, 0),\n(@GUID+91, @GUID+88, 15.1907, 45.90704012348744, 515, 0, 0),\n(@GUID+91, @GUID+89, 13.3155, 25.583596876622497, 515, 0, 0),\n(@GUID+91, @GUID+90, 8.19107, 0.8402426065593521, 515, 0, 0),\n(@GUID+96, @GUID+92, 13.4617, 215.933469039929, 515, 0, 0),\n(@GUID+96, @GUID+93, 11.9467, 248.95531860449887, 515, 0, 0),\n(@GUID+96, @GUID+94, 5.69517, 188.68359630350702, 515, 0, 0),\n(@GUID+96, @GUID+95, 5.45014, 287.0730547989623, 515, 0, 0),\n(@GUID+99, @GUID+97, 11.365, 322.3638172322502, 515, 0, 0),\n(@GUID+99, @GUID+98, 8.40036, 89.59054563563117, 515, 0, 0),\n(@GUID+99, @GUID+156, 9.96018, 39.459947125336875, 515, 0, 0),\n(@GUID+99, @GUID+157, 10.1765, 6.546157400928682, 515, 0, 0),\n(@GUID+101, @GUID+100, 17.2004, 269.6001338786527, 515, 0, 0),\n(@GUID+105, @GUID+104, 15.3997, 272.0460907060662, 515, 0, 0),\n(@GUID+107, @GUID+106, 13.9368, 271.7676332176326, 515, 0, 0),\n(@GUID+146, @GUID+144, 33.3301, 279.4286518963268, 515, 0, 0),\n(@GUID+146, @GUID+145, 23.54, 256.71374010836536, 515, 0, 0),\n(@GUID+146, @GUID+147, 39.7219, 313.67433931129614, 515, 0, 0),\n(@GUID+154, @GUID+148, 16.5511, 20.92046526939126, 515, 0, 0),\n(@GUID+154, @GUID+149, 15.6906, 245.60752620754948, 515, 0, 0),\n(@GUID+155, @GUID+150, 17.1744, 198.36085346326666, 515, 0, 0),\n(@GUID+155, @GUID+151, 16.9939, 70.36551977781154, 515, 0, 0),\n(@GUID+161, @GUID+158, 10.5548, 157.20185729224883, 515, 0, 0),\n(@GUID+161, @GUID+159, 23.4214, 148.40695513699072, 515, 0, 0),\n(@GUID+161, @GUID+160, 31.4668, 137.44741843172832, 515, 0, 0),\n(@GUID+176, @GUID+162, 12.5201, 191.47160893461367, 515, 0, 0),\n(@GUID+176, @GUID+163, 20.0169, 211.97490363337016, 515, 0, 0),\n(@GUID+176, @GUID+164, 28.4549, 231.148363289628, 515, 0, 0),\n(@GUID+176, @GUID+165, 31.1352, 249.4291547010721, 515, 0, 0),\n(@GUID+176, @GUID+166, 29.5542, 287.01919676622, 515, 0, 0),\n(@GUID+176, @GUID+167, 25.0441, 306.9661494459045, 515, 0, 0),\n(@GUID+176, @GUID+168, 9.06259, 310.12200098148503, 515, 0, 0),\n(@GUID+176, @GUID+169, 8.39307, 229.05764029519563, 515, 0, 0),\n(@GUID+176, @GUID+170, 25.0292, 259.129903130432, 515, 0, 0),\n(@GUID+176, @GUID+171, 21.0379, 280.87708920241755, 515, 0, 0),\n(@GUID+176, @GUID+173, 31.8631, 275.80011017976335, 515, 0, 0),\n(@GUID+176, @GUID+174, 21.0001, 319.6743533419061, 515, 0, 0),\n(@GUID+176, @GUID+175, 10.4993, 346.0561950187049, 515, 0, 0),\n(@GUID+176, @GUID+177, 19.775, 252.7929899162851, 515, 0, 0),\n(@GUID+180, @GUID+179, 16.1763, 356.7389931089191, 515, 0, 0),\n(@GUID+185, @GUID+186, 23.6619, 270.70250467648435, 515, 0, 0),\n(@GUID+189, @GUID+187, 12.9739, 69.4705597018172, 515, 0, 0),\n(@GUID+189, @GUID+188, 13.3273, 346.15187897049174, 515, 0, 0),\n(@GUID+189, @GUID+190, 17.9315, 2.8125925205176983, 515, 0, 0),\n(@GUID+189, @GUID+205, 12.8484, 26.585012510952147, 515, 0, 0),\n(@GUID+189, @GUID+206, 11.3303, 301.79635126043905, 515, 0, 0),\n(@GUID+193, @GUID+191, 21.357, 191.20461060208268, 515, 0, 0),\n(@GUID+193, @GUID+192, 13.1395, 114.9846080736244, 515, 0, 0),\n(@GUID+193, @GUID+194, 17.983, 245.7009183281558, 515, 0, 0),\n(@GUID+193, @GUID+207, 19.1011, 213.5986660247709, 515, 0, 0),\n(@GUID+193, @GUID+208, 12.4199, 172.36575829818122, 515, 0, 0),\n(@GUID+201, @GUID+195, 8.56629, 247.77617146211963, 515, 0, 0),\n(@GUID+201, @GUID+196, 10.6915, 210.52245562271352, 515, 0, 0),\n(@GUID+201, @GUID+197, 14.6728, 234.2623889061641, 515, 0, 0),\n(@GUID+201, @GUID+198, 13.2604, 260.80122101882864, 515, 0, 0),\n(@GUID+201, @GUID+199, 9.86019, 278.57379886599165, 515, 0, 0),\n(@GUID+201, @GUID+200, 4.07449, 305.91706372301996, 515, 0, 0),\n(@GUID+201, @GUID+202, 0.0, 0.0, 515, 0, 0),\n(@GUID+201, @GUID+203, 0.0, 0.0, 515, 0, 0),\n(@GUID+201, @GUID+204, 12.644, 307.0612604398962, 515, 0, 0),\n(@GUID+214, @GUID+209, 8.39385, 294.7942340461453, 515, 0, 0),\n(@GUID+214, @GUID+210, 10.7638, 75.69173544134766, 515, 0, 0),\n(@GUID+214, @GUID+211, 15.7231, 42.83478313021645, 515, 0, 0),\n(@GUID+214, @GUID+212, 13.7664, 355.29112876062345, 515, 0, 0),\n(@GUID+214, @GUID+213, 18.3672, 328.3781552077385, 515, 0, 0),\n(@GUID+216, @GUID+225, 5.14078, 293.623681270693, 515, 0, 0),\n(@GUID+216, @GUID+226, 4.36646, 149.44171691499696, 515, 0, 0),\n(@GUID+217, @GUID+223, 5.40285, 117.32342179334843, 515, 0, 0),\n(@GUID+217, @GUID+224, 5.50621, 327.2345314486573, 515, 0, 0),\n(@GUID+218, @GUID+219, 17.9912, 225.90121580181992, 515, 0, 0),\n(@GUID+220, @GUID+221, 4.09886, 255.59360761888462, 515, 0, 0),\n(@GUID+220, @GUID+222, 3.91167, 4.399227246793974, 515, 0, 0),\n(@GUID+229, @GUID+227, 10.8064, 306.6246666000065, 515, 0, 0),\n(@GUID+229, @GUID+228, 7.08383, 261.72081828001365, 515, 0, 0),\n(@GUID+229, @GUID+246, 6.33888, 349.3644533277902, 515, 0, 0),\n(@GUID+232, @GUID+231, 9.2693, 164.22460098716735, 515, 0, 0),\n(@GUID+232, @GUID+233, 9.80378, 106.6681256773005, 515, 0, 0),\n(@GUID+232, @GUID+234, 30.6756, 313.96253708224697, 515, 0, 0),\n(@GUID+236, @GUID+235, 9.69387, 334.7826774417108, 515, 0, 0),\n(@GUID+236, @GUID+237, 12.3101, 359.81348463759105, 515, 0, 0),\n(@GUID+236, @GUID+238, 6.11542, 310.35634071969355, 515, 0, 0),\n(@GUID+248, @GUID+247, 4.40571, 138.31086582899047, 515, 0, 0),\n(@GUID+249, @GUID+239, 7.76384, 211.356682172424, 515, 0, 0),\n(@GUID+249, @GUID+240, 7.28106, 61.358623238354994, 515, 0, 0),\n(@GUID+252, @GUID+250, 8.84809, 25.29093003486967, 515, 0, 0),\n(@GUID+252, @GUID+251, 7.90055, 272.9760012075635, 515, 0, 0),\n(@GUID+252, @GUID+253, 9.01197, 331.50077519120146, 515, 0, 0),\n(@GUID+254, @GUID+257, 8.28381, 11.417902941367046, 515, 0, 0),\n(@GUID+254, @GUID+258, 7.40747, 93.94788966760109, 515, 0, 0),\n(@GUID+255, @GUID+259, 9.24439, 204.68057794355965, 515, 0, 0),\n(@GUID+255, @GUID+260, 9.14933, 156.96637163845008, 515, 0, 0),\n(@GUID+261, @GUID+256, 9.77186, 141.14872578827342, 515, 0, 0),\n(@GUID+261, @GUID+262, 11.3125, 187.72217312327754, 515, 0, 0),\n(@GUID+263, @GUID+264, 6.20943, 306.4705409531163, 515, 0, 0),\n(@GUID+263, @GUID+265, 6.0001, 10.434363590245473, 515, 0, 0),\n(@GUID+267, @GUID+266, 8.40371, 78.32963313012998, 515, 0, 0),\n(@GUID+267, @GUID+268, 6.52038, 10.070363502998863, 515, 0, 0),\n(@GUID+267, @GUID+269, 9.29992, 40.99026010035179, 515, 0, 0),\n(@GUID+270, @GUID+272, 11.0195, 162.6827715604703, 515, 0, 0),\n(@GUID+270, @GUID+273, 12.5713, 79.73624451717615, 515, 0, 0),\n(@GUID+270, @GUID+280, 11.1413, 258.55923716648175, 515, 0, 0),\n(@GUID+271, @GUID+274, 7.07104, 71.10348941794004, 515, 0, 0),\n(@GUID+271, @GUID+275, 8.55718, 161.18334101061293, 515, 0, 0),\n(@GUID+271, @GUID+276, 7.37561, 242.46313382787147, 515, 0, 0),\n(@GUID+287, @GUID+288, 7.44804, 55.39155428096503, 515, 0, 0),\n(@GUID+287, @GUID+289, 8.17791, 233.45222658384907, 515, 0, 0),\n(@GUID+290, @GUID+291, 5.98019, 359.52070320427924, 515, 0, 0),\n(@GUID+292, @GUID+944, 7.35097, 266.88144914075696, 515, 0, 0),\n(@GUID+292, @GUID+945, 6.88658, 329.9337356215186, 515, 0, 0),\n(@GUID+292, @GUID+946, 8.17652, 40.03886368153706, 515, 0, 0),\n(@GUID+297, @GUID+299, 19.7517, 248.83958112988245, 515, 0, 0),\n(@GUID+297, @GUID+300, 19.2949, 266.5537172819421, 515, 0, 0),\n(@GUID+297, @GUID+877, 16.8909, 179.98265922665038, 515, 0, 0),\n(@GUID+297, @GUID+878, 10.4802, 311.2134855812092, 515, 0, 0),\n(@GUID+297, @GUID+879, 10.0988, 218.797685057788, 515, 0, 0),\n(@GUID+297, @GUID+880, 24.1545, 296.62655307497363, 515, 0, 0),\n(@GUID+298, @GUID+301, 25.3958, 97.64805110855595, 515, 0, 0),\n(@GUID+298, @GUID+302, 26.3661, 88.78267514449671, 515, 0, 0),\n(@GUID+298, @GUID+881, 10.1121, 60.88364122619153, 515, 0, 0),\n(@GUID+298, @GUID+882, 13.0484, 121.38741143421133, 515, 0, 0),\n(@GUID+298, @GUID+883, 27.2807, 135.9731980248567, 515, 0, 0),\n(@GUID+298, @GUID+884, 27.4501, 118.61773345254895, 515, 0, 0),\n(@GUID+304, @GUID+303, 8.75211, 63.463670177665634, 515, 0, 0),\n(@GUID+309, @GUID+306, 11.0265, 25.28674744296521, 515, 0, 0),\n(@GUID+309, @GUID+307, 14.6796, 39.665868156906896, 515, 0, 0),\n(@GUID+309, @GUID+308, 8.35256, 133.88419390380975, 515, 0, 0),\n(@GUID+309, @GUID+885, 7.79768, 112.45786419709746, 515, 0, 0),\n(@GUID+309, @GUID+886, 10.2212, 71.4151784584912, 515, 0, 0),\n(@GUID+309, @GUID+887, 5.30145, 39.56061580994136, 515, 0, 0),\n(@GUID+309, @GUID+888, 6.16534, 178.9496163220295, 515, 0, 0),\n(@GUID+329, @GUID+326, 12.72, 359.9550052129884, 515, 0, 0),\n(@GUID+329, @GUID+327, 16.7884, 31.853760507636657, 515, 0, 0),\n(@GUID+329, @GUID+328, 14.1928, 74.55384126021785, 515, 0, 0),\n(@GUID+339, @GUID+340, 2.87111, 11.860283654987553, 515, 0, 0),\n(@GUID+339, @GUID+341, 2.97126, 165.77330590740596, 515, 0, 0),\n(@GUID+342, @GUID+343, 2.94162, 342.79950291118126, 515, 0, 0),\n(@GUID+342, @GUID+344, 3.21898, 194.94373317310644, 515, 0, 0),\n(@GUID+345, @GUID+346, 3.16291, 260.5370874752733, 515, 0, 0),\n(@GUID+345, @GUID+347, 3.17595, 102.54684025692448, 515, 0, 0),\n(@GUID+348, @GUID+349, 21.8715, 89.34531969931518, 515, 0, 0),\n(@GUID+351, @GUID+350, 21.771, 89.44730618684846, 515, 0, 0),\n(@GUID+352, @GUID+353, 22.0061, 45.552436544080976, 515, 0, 0),\n(@GUID+355, @GUID+354, 12.452, 569.5389559672776, 515, 0, 0),\n(@GUID+356, @GUID+357, 13.8705, 582.9272607660995, 515, 0, 0),\n(@GUID+359, @GUID+358, 14.6885, 254.9009016445714, 515, 0, 0),\n(@GUID+360, @GUID+361, 4.69984, 232.7956169506291, 515, 0, 0),\n(@GUID+363, @GUID+362, 15.7959, 222.68749552893112, 515, 0, 0),\n(@GUID+364, @GUID+365, 28.3717, 235.06911348170826, 515, 0, 0),\n(@GUID+366, @GUID+367, 23.1309, 315.6476059577267, 515, 0, 0),\n(@GUID+368, @GUID+369, 21.8624, 270.8388686317255, 515, 0, 0),\n(@GUID+370, @GUID+371, 22.8699, 269.97484827666824, 515, 0, 0),\n(@GUID+373, @GUID+372, 20.5153, 209.89735866822576, 515, 0, 0),\n(@GUID+374, @GUID+375, 3.49285, 133.04824848071385, 515, 0, 0),\n(@GUID+374, @GUID+376, 3.97623, 42.62370547849026, 515, 0, 0),\n(@GUID+378, @GUID+377, 21.7409, 178.18127991875906, 515, 0, 0),\n(@GUID+380, @GUID+379, 32.0401, 134.5322091701027, 515, 0, 0),\n(@GUID+381, @GUID+382, 31.6012, 135.37159233996934, 515, 0, 0),\n(@GUID+384, @GUID+383, 23.1411, 88.21716580070259, 515, 0, 0),\n(@GUID+386, @GUID+385, 23.153, 89.05941375954491, 515, 0, 0),\n(@GUID+387, @GUID+388, 6.66522, 152.93962425427063, 515, 0, 0),\n(@GUID+387, @GUID+389, 6.76021, 202.50563015324306, 515, 0, 0),\n(@GUID+394, @GUID+392, 7.10442, 155.02175288177605, 515, 0, 0),\n(@GUID+394, @GUID+393, 6.24229, 188.10548188822003, 515, 0, 0),\n(@GUID+394, @GUID+905, 7.98219, 222.15980139961565, 515, 0, 0),\n(@GUID+398, @GUID+399, 8.18054, 180.69942942835902, 515, 0, 0),\n(@GUID+398, @GUID+400, 9.71605, 256.30808598941275, 515, 0, 0),\n(@GUID+398, @GUID+401, 7.1089, 222.03489660027714, 515, 0, 0),\n(@GUID+406, @GUID+403, 4.39214, 244.36936441227175, 515, 0, 0),\n(@GUID+406, @GUID+404, 5.74492, 203.70998743860804, 515, 0, 0),\n(@GUID+406, @GUID+405, 3.69226, 148.85042447042196, 515, 0, 0),\n(@GUID+408, @GUID+407, 5.21401, 319.5884096726365, 515, 0, 0),\n(@GUID+408, @GUID+409, 5.14998, 139.57022706268802, 515, 0, 0),\n(@GUID+412, @GUID+410, 5.33233, 62.041015972355794, 515, 0, 0),\n(@GUID+412, @GUID+411, 4.72641, 99.62246367057676, 515, 0, 0),\n(@GUID+412, @GUID+413, 4.27234, 351.92557467202505, 515, 0, 0),\n(@GUID+415, @GUID+416, 3.39996, 179.66237581917224, 515, 0, 0),\n(@GUID+415, @GUID+417, 5.41241, 302.4002487765069, 515, 0, 0),\n(@GUID+415, @GUID+418, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+420, @GUID+419, 3.1386, 173.77924517876895, 515, 0, 0),\n(@GUID+420, @GUID+421, 4.44181, 257.1216860584985, 515, 0, 0),\n(@GUID+420, @GUID+422, 5.02589, 219.1030715625927, 515, 0, 0),\n(@GUID+424, @GUID+425, 3.39996, 179.66237581917224, 515, 0, 0),\n(@GUID+424, @GUID+426, 5.41261, 302.3991028609167, 515, 0, 0),\n(@GUID+424, @GUID+427, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+428, @GUID+429, 3.13857, 353.7836768016343, 515, 0, 0),\n(@GUID+428, @GUID+430, 5.1328, 294.5197872622776, 515, 0, 0),\n(@GUID+428, @GUID+431, 3.59564, 257.47061735573317, 515, 0, 0),\n(@GUID+434, @GUID+435, 3.39996, 179.66237581917224, 515, 0, 0),\n(@GUID+434, @GUID+436, 5.40726, 302.3097214448763, 515, 0, 0),\n(@GUID+434, @GUID+437, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+438, @GUID+439, 3.12865, 353.75961257423876, 515, 0, 0),\n(@GUID+438, @GUID+440, 5.12865, 294.4178007747443, 515, 0, 0),\n(@GUID+438, @GUID+441, 3.59564, 257.47061735573317, 515, 0, 0),\n(@GUID+444, @GUID+443, 15.9847, 80.82028066556366, 515, 0, 0),\n(@GUID+444, @GUID+445, 16.318, 358.20920281122477, 515, 0, 0),\n(@GUID+444, @GUID+964, 9.11508, 64.25034123038026, 515, 0, 0),\n(@GUID+444, @GUID+965, 7.52462, 13.056906010118277, 515, 0, 0),\n(@GUID+446, @GUID+447, 3.4002, 179.66237581917224, 515, 0, 0),\n(@GUID+446, @GUID+448, 5.41248, 302.39681102973617, 515, 0, 0),\n(@GUID+446, @GUID+449, 4.51482, 277.1224967709253, 515, 0, 0),\n(@GUID+451, @GUID+450, 3.1386, 173.77924517876895, 515, 0, 0),\n(@GUID+451, @GUID+452, 4.44157, 257.1211131007034, 515, 0, 0),\n(@GUID+451, @GUID+453, 5.02589, 219.1030715625927, 515, 0, 0),\n(@GUID+455, @GUID+456, 3.4002, 179.66237581917224, 515, 0, 0),\n(@GUID+455, @GUID+457, 5.41227, 302.3979569453264, 515, 0, 0),\n(@GUID+455, @GUID+458, 4.51482, 277.1224967709253, 515, 0, 0),\n(@GUID+460, @GUID+459, 3.1386, 173.77924517876895, 515, 0, 0),\n(@GUID+460, @GUID+461, 4.44157, 257.1211131007034, 515, 0, 0),\n(@GUID+460, @GUID+462, 5.0257, 219.10479043597815, 515, 0, 0),\n(@GUID+464, @GUID+465, 3.39996, 179.66237581917224, 515, 0, 0),\n(@GUID+464, @GUID+466, 5.41261, 302.3991028609167, 515, 0, 0),\n(@GUID+464, @GUID+467, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+468, @GUID+469, 3.1386, 353.77966609706834, 515, 0, 0),\n(@GUID+468, @GUID+470, 5.13302, 294.51864134668733, 515, 0, 0),\n(@GUID+468, @GUID+471, 3.59564, 257.47061735573317, 515, 0, 0),\n(@GUID+473, @GUID+474, 3.4002, 179.66237581917224, 515, 0, 0),\n(@GUID+473, @GUID+475, 5.41227, 302.3979569453264, 515, 0, 0),\n(@GUID+473, @GUID+476, 4.51482, 277.1224967709253, 515, 0, 0),\n(@GUID+478, @GUID+477, 3.1386, 173.77924517876895, 515, 0, 0),\n(@GUID+478, @GUID+479, 4.44181, 257.1216860584985, 515, 0, 0),\n(@GUID+478, @GUID+480, 5.0257, 219.10479043597815, 515, 0, 0),\n(@GUID+482, @GUID+483, 3.39996, 179.66237581917224, 515, 0, 0),\n(@GUID+482, @GUID+484, 5.41261, 302.3991028609167, 515, 0, 0),\n(@GUID+482, @GUID+485, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+487, @GUID+486, 3.13835, 173.77867222097382, 515, 0, 0),\n(@GUID+487, @GUID+488, 4.44181, 257.1216860584985, 515, 0, 0),\n(@GUID+487, @GUID+489, 5.0257, 219.10479043597815, 515, 0, 0),\n(@GUID+491, @GUID+492, 3.4002, 179.66237581917224, 515, 0, 0),\n(@GUID+491, @GUID+493, 5.41248, 302.39681102973617, 515, 0, 0),\n(@GUID+491, @GUID+494, 4.51482, 277.1224967709253, 515, 0, 0),\n(@GUID+495, @GUID+496, 3.13857, 353.7836768016343, 515, 0, 0),\n(@GUID+495, @GUID+497, 5.1328, 294.5197872622776, 515, 0, 0),\n(@GUID+495, @GUID+498, 3.59564, 257.47061735573317, 515, 0, 0),\n(@GUID+500, @GUID+501, 3.4002, 179.66237581917224, 515, 0, 0),\n(@GUID+500, @GUID+502, 5.41248, 302.39681102973617, 515, 0, 0),\n(@GUID+500, @GUID+503, 4.51482, 277.1224967709253, 515, 0, 0),\n(@GUID+505, @GUID+504, 3.13857, 173.78382884113, 515, 0, 0),\n(@GUID+505, @GUID+506, 4.44181, 257.1216860584985, 515, 0, 0),\n(@GUID+505, @GUID+507, 5.02604, 219.10536339377327, 515, 0, 0),\n(@GUID+509, @GUID+510, 3.3902, 179.6618028613771, 515, 0, 0),\n(@GUID+509, @GUID+511, 5.40941, 302.54348822528965, 515, 0, 0),\n(@GUID+509, @GUID+512, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+513, @GUID+514, 3.14937, 353.6221027034074, 515, 0, 0),\n(@GUID+513, @GUID+515, 5.14596, 294.5719264216345, 515, 0, 0),\n(@GUID+513, @GUID+516, 3.59564, 257.47061735573317, 515, 0, 0),\n(@GUID+518, @GUID+519, 3.39996, 179.66237581917224, 515, 0, 0),\n(@GUID+518, @GUID+520, 5.41261, 302.3991028609167, 515, 0, 0),\n(@GUID+518, @GUID+521, 4.51485, 277.12593451769607, 515, 0, 0),\n(@GUID+522, @GUID+523, 3.13857, 353.7836768016343, 515, 0, 0),\n(@GUID+522, @GUID+524, 5.1328, 294.5197872622776, 515, 0, 0),\n(@GUID+522, @GUID+525, 3.59564, 257.47061735573317, 515, 0, 0),\n(@GUID+581, @GUID+586, 11.3225, 204.48634525101028, 515, 0, 0),\n(@GUID+583, @GUID+582, 10.3397, 303.32099195328215, 515, 0, 0),\n(@GUID+584, @GUID+589, 7.12035, 309.92834124673084, 515, 0, 0),\n(@GUID+587, @GUID+943, 4.03805, 315.90142626096963, 515, 0, 0),\n(@GUID+588, @GUID+585, 13.2325, 304.0022387716927, 515, 0, 0),\n(@GUID+590, @GUID+859, 10.9803, 218.43041911110913, 515, 0, 0),\n(@GUID+590, @GUID+860, 10.0619, 267.3340857989103, 515, 0, 0),\n(@GUID+590, @GUID+861, 8.03833, 309.2167276651783, 515, 0, 0),\n(@GUID+590, @GUID+862, 8.29027, 17.406171337176843, 515, 0, 0),\n(@GUID+591, @GUID+305, 12.4752, 157.91748157836724, 515, 0, 0),\n(@GUID+591, @GUID+863, 9.56052, 33.47053281393681, 515, 0, 0),\n(@GUID+591, @GUID+864, 9.40065, 96.1004921039076, 515, 0, 0),\n(@GUID+591, @GUID+865, 8.19881, 193.23746485920682, 515, 0, 0),\n(@GUID+758, @GUID+282, 17.5749, 58.281266920707345, 515, 0, 0),\n(@GUID+758, @GUID+283, 18.7217, 299.7142226329336, 515, 0, 0),\n(@GUID+773, @GUID+774, 5.67378, 164.9820511923303, 515, 0, 0),\n(@GUID+773, @GUID+775, 7.31388, 123.90785277499184, 515, 0, 0),\n(@GUID+781, @GUID+776, 0.0, 0.0, 515, 0, 0),\n(@GUID+781, @GUID+777, 19.3819, 135.0621951305987, 515, 0, 0),\n(@GUID+781, @GUID+778, 17.7232, 107.09555219246809, 515, 0, 0),\n(@GUID+781, @GUID+779, 13.3963, 67.20623049546018, 515, 0, 0),\n(@GUID+781, @GUID+780, 6.72544, 73.85540570795338, 515, 0, 0),\n(@GUID+781, @GUID+782, 24.1565, 115.7374746164263, 515, 0, 0),\n(@GUID+781, @GUID+783, 16.6207, 89.51720703785443, 515, 0, 0),\n(@GUID+781, @GUID+784, 14.1146, 146.64797470593908, 515, 0, 0),\n(@GUID+781, @GUID+785, 10.4201, 116.44106678884695, 515, 0, 0),\n(@GUID+791, @GUID+786, 3.3425, 11.416642434217756, 515, 0, 0),\n(@GUID+791, @GUID+787, 7.48921, 335.6908155469932, 515, 0, 0),\n(@GUID+791, @GUID+788, 11.1241, 271.6725222236409, 515, 0, 0),\n(@GUID+791, @GUID+789, 6.66718, 271.68283546395327, 515, 0, 0),\n(@GUID+791, @GUID+790, 4.05654, 308.8557642542459, 515, 0, 0),\n(@GUID+791, @GUID+792, 3.37756, 231.37410866090957, 515, 0, 0),\n(@GUID+791, @GUID+793, 3.36757, 176.79586797013275, 515, 0, 0),\n(@GUID+798, @GUID+794, 4.66456, 117.16872318866308, 515, 0, 0),\n(@GUID+798, @GUID+795, 17.5367, 168.75440531547164, 515, 0, 0),\n(@GUID+798, @GUID+796, 8.24203, 153.5595645886022, 515, 0, 0),\n(@GUID+798, @GUID+797, 12.8509, 165.1201340209568, 515, 0, 0),\n(@GUID+798, @GUID+799, 4.62575, 188.07969878743916, 515, 0, 0),\n(@GUID+798, @GUID+800, 10.01, 187.693525233521, 515, 0, 0),\n(@GUID+798, @GUID+801, 15.4471, 187.06556349005763, 515, 0, 0),\n(@GUID+802, @GUID+803, 16.4296, 219.81468514414522, 515, 0, 0),\n(@GUID+802, @GUID+804, 5.50393, 223.2329513498957, 515, 0, 0),\n(@GUID+802, @GUID+805, 10.9531, 220.891272841196, 515, 0, 0),\n(@GUID+802, @GUID+806, 4.31967, 165.38655939569264, 515, 0, 0),\n(@GUID+802, @GUID+807, 8.92222, 196.6070296523712, 515, 0, 0),\n(@GUID+802, @GUID+808, 13.6857, 204.936117120188, 515, 0, 0),\n(@GUID+802, @GUID+809, 18.909, 209.1135524044868, 515, 0, 0),\n(@GUID+811, @GUID+810, 5.0349, 275.6992696078203, 515, 0, 0),\n(@GUID+811, @GUID+812, 14.2008, 203.22469218613224, 515, 0, 0),\n(@GUID+811, @GUID+813, 16.9452, 216.16666286254724, 515, 0, 0),\n(@GUID+811, @GUID+814, 12.7235, 223.8219519632902, 515, 0, 0),\n(@GUID+811, @GUID+815, 8.17157, 240.04639784800975, 515, 0, 0),\n(@GUID+811, @GUID+816, 4.36331, 203.21552486141013, 515, 0, 0),\n(@GUID+811, @GUID+817, 9.49656, 203.7856178675653, 515, 0, 0),\n(@GUID+818, @GUID+819, 4.2866, 206.21495891892, 515, 0, 0),\n(@GUID+818, @GUID+820, 8.22669, 208.6460188436601, 515, 0, 0),\n(@GUID+818, @GUID+821, 13.0375, 209.0069822545925, 515, 0, 0),\n(@GUID+818, @GUID+822, 4.8138, 272.3314236880413, 515, 0, 0),\n(@GUID+818, @GUID+823, 7.45627, 245.68143776312138, 515, 0, 0),\n(@GUID+818, @GUID+824, 11.6684, 231.612459103684, 515, 0, 0),\n(@GUID+818, @GUID+825, 15.7358, 226.21233188457597, 515, 0, 0),\n(@GUID+826, @GUID+827, 4.38411, 340.5449139873415, 515, 0, 0),\n(@GUID+826, @GUID+828, 8.64248, 338.71545974748875, 515, 0, 0),\n(@GUID+826, @GUID+829, 13.1386, 338.68050932198577, 515, 0, 0),\n(@GUID+826, @GUID+830, 4.83135, 258.50079547137835, 515, 0, 0),\n(@GUID+826, @GUID+831, 7.62696, 297.57250639473466, 515, 0, 0),\n(@GUID+826, @GUID+832, 11.0809, 313.4170812612824, 515, 0, 0),\n(@GUID+826, @GUID+833, 15.0596, 318.6069329695774, 515, 0, 0),\n(@GUID+838, @GUID+834, 16.7834, 323.15679082071125, 515, 0, 0),\n(@GUID+838, @GUID+835, 14.9926, 340.61653371173287, 515, 0, 0),\n(@GUID+838, @GUID+836, 10.4998, 342.233420609592, 515, 0, 0),\n(@GUID+838, @GUID+837, 5.57883, 342.2328476517969, 515, 0, 0),\n(@GUID+838, @GUID+839, 6.39938, 273.70766831194555, 515, 0, 0),\n(@GUID+838, @GUID+840, 8.9772, 300.6767917287534, 515, 0, 0),\n(@GUID+838, @GUID+841, 13.2672, 315.5639541196376, 515, 0, 0),\n(@GUID+845, @GUID+842, 5.46088, 181.0500795989791, 515, 0, 0),\n(@GUID+845, @GUID+843, 7.43091, 138.43748950171437, 515, 0, 0),\n(@GUID+847, @GUID+846, 7.70149, 248.99943635472394, 515, 0, 0),\n(@GUID+849, @GUID+848, 8.75329, 268.4290081454053, 515, 0, 0),\n(@GUID+858, @GUID+850, 4.16258, 228.09793598835148, 515, 0, 0),\n(@GUID+858, @GUID+851, 6.75805, 221.48084641238563, 515, 0, 0),\n(@GUID+858, @GUID+852, 7.36797, 237.42626185087641, 515, 0, 0),\n(@GUID+858, @GUID+853, 9.91787, 231.9522230761966, 515, 0, 0),\n(@GUID+858, @GUID+855, 11.0326, 248.3760582736216, 515, 0, 0),\n(@GUID+858, @GUID+856, 8.3548, 207.84502384606716, 515, 0, 0),\n(@GUID+858, @GUID+857, 4.45496, 192.80087101931716, 515, 0, 0),\n(@GUID+872, @GUID+866, 16.1022, 50.78336932628685, 515, 0, 0),\n(@GUID+872, @GUID+867, 13.6886, 80.25305244838414, 515, 0, 0),\n(@GUID+872, @GUID+868, 8.66018, 93.52504681479454, 515, 0, 0),\n(@GUID+872, @GUID+869, 7.97066, 55.478529274265895, 515, 0, 0),\n(@GUID+872, @GUID+870, 14.6348, 6.241401149698596, 515, 0, 0),\n(@GUID+872, @GUID+871, 3.91468, 130.23903641118744, 515, 0, 0),\n(@GUID+872, @GUID+873, 8.57839, 10.630658930857294, 515, 0, 0),\n(@GUID+872, @GUID+874, 12.6262, 32.507333464542384, 515, 0, 0),\n(@GUID+876, @GUID+875, 6.01656, 663.3819943583698, 515, 0, 0),\n(@GUID+896, @GUID+844, 13.4851, 152.05669629197405, 515, 0, 0),\n(@GUID+896, @GUID+854, 13.3975, 180.78365422424324, 515, 0, 0),\n(@GUID+896, @GUID+889, 14.2197, 152.91384115348976, 515, 0, 0),\n(@GUID+896, @GUID+890, 13.0633, 161.76317429928534, 515, 0, 0),\n(@GUID+896, @GUID+891, 9.13406, 154.10330153618136, 515, 0, 0),\n(@GUID+896, @GUID+892, 14.5528, 185.27163263350297, 515, 0, 0),\n(@GUID+896, @GUID+893, 14.0147, 168.28916358582538, 515, 0, 0),\n(@GUID+896, @GUID+894, 13.8301, 184.01227139980546, 515, 0, 0),\n(@GUID+896, @GUID+895, 14.5376, 154.364570290761, 515, 0, 0),\n(@GUID+899, @GUID+897, 6.68964, 301.21880980294713, 515, 0, 0),\n(@GUID+899, @GUID+898, 7.36442, 10.681480287285398, 515, 0, 0),\n(@GUID+899, @GUID+900, 9.01726, 199.51479046266016, 515, 0, 0),\n(@GUID+899, @GUID+901, 8.30779, 82.06589091217808, 515, 0, 0),\n(@GUID+899, @GUID+902, 8.37017, 159.85579779929483, 515, 0, 0),\n(@GUID+899, @GUID+903, 8.81406, 256.4805462857471, 515, 0, 0),\n(@GUID+899, @GUID+904, 4.59101, 121.68420357208912, 515, 0, 0),\n(@GUID+906, @GUID+397, 5.99895, 128.12768693613035, 515, 0, 0),\n(@GUID+907, @GUID+908, 5.98178, 229.89072092931582, 515, 0, 0),\n(@GUID+909, @GUID+910, 6.24728, 305.66668116654773, 515, 0, 0),\n(@GUID+909, @GUID+911, 6.30208, 256.0319203321597, 515, 0, 0),\n(@GUID+909, @GUID+912, 5.05232, 208.28734726390817, 515, 0, 0),\n(@GUID+909, @GUID+913, 5.15667, 160.95874155492166, 515, 0, 0),\n(@GUID+909, @GUID+914, 6.60346, 184.92270133626832, 515, 0, 0),\n(@GUID+909, @GUID+915, 6.95178, 232.3733470556177, 515, 0, 0),\n(@GUID+909, @GUID+916, 7.19307, 282.73519133202683, 515, 0, 0),\n(@GUID+909, @GUID+917, 7.37456, 332.60200007344287, 515, 0, 0),\n(@GUID+918, @GUID+330, 8.32247, 271.37687600135337, 515, 0, 0),\n(@GUID+918, @GUID+331, 7.41076, 225.32711209109885, 515, 0, 0),\n(@GUID+918, @GUID+332, 8.27318, 165.50974532164577, 515, 0, 0),\n(@GUID+918, @GUID+333, 7.77648, 113.89656122067097, 515, 0, 0),\n(@GUID+918, @GUID+919, 5.39122, 88.72595232277875, 515, 0, 0),\n(@GUID+918, @GUID+920, 6.80857, 140.87943562456195, 515, 0, 0),\n(@GUID+918, @GUID+921, 6.49765, 193.80125532961557, 515, 0, 0),\n(@GUID+918, @GUID+922, 6.11973, 253.57908801120462, 515, 0, 0),\n(@GUID+923, @GUID+924, 7.23552, 46.28782787413139, 515, 0, 0),\n(@GUID+923, @GUID+925, 7.77835, 87.34856178328427, 515, 0, 0),\n(@GUID+923, @GUID+926, 7.50594, 136.78221443158142, 515, 0, 0),\n(@GUID+923, @GUID+927, 7.01362, 196.05699016904563, 515, 0, 0),\n(@GUID+923, @GUID+928, 7.90595, 164.82105005189854, 515, 0, 0),\n(@GUID+923, @GUID+929, 7.18671, 232.34756395483683, 515, 0, 0),\n(@GUID+923, @GUID+930, 8.07039, 112.05221007814484, 515, 0, 0),\n(@GUID+923, @GUID+931, 8.12983, 66.05114758047642, 515, 0, 0),\n(@GUID+932, @GUID+933, 7.15521, 215.15481939634623, 515, 0, 0),\n(@GUID+932, @GUID+934, 8.46864, 170.00402626665195, 515, 0, 0),\n(@GUID+932, @GUID+935, 8.24016, 98.93663318980515, 515, 0, 0),\n(@GUID+932, @GUID+936, 7.73991, 51.29502063733867, 515, 0, 0),\n(@GUID+932, @GUID+937, 6.10509, 32.83214323860205, 515, 0, 0),\n(@GUID+932, @GUID+938, 5.91093, 76.59987354663002, 515, 0, 0),\n(@GUID+932, @GUID+939, 5.73806, 136.90711923091993, 515, 0, 0),\n(@GUID+932, @GUID+940, 6.03012, 193.22829753448474, 515, 0, 0),\n(@GUID+941, @GUID+313, 8.64515, 33.96425054600105, 515, 0, 0),\n(@GUID+941, @GUID+314, 9.266, 82.18449317577016, 515, 0, 0),\n(@GUID+941, @GUID+315, 9.04452, 119.91032623836409, 515, 0, 0),\n(@GUID+941, @GUID+316, 9.30071, 179.19999887850167, 515, 0, 0),\n(@GUID+941, @GUID+317, 6.71818, 142.4991873113968, 515, 0, 0),\n(@GUID+941, @GUID+318, 6.73378, 97.25041839873515, 515, 0, 0),\n(@GUID+941, @GUID+319, 7.72788, 63.56622962299406, 515, 0, 0),\n(@GUID+941, @GUID+942, 6.95752, 5.939681574782705, 515, 0, 0),\n(@GUID+947, @GUID+277, 11.1084, 68.0077984508482, 515, 0, 0),\n(@GUID+947, @GUID+278, 13.4782, 1.9992789303294947, 515, 0, 0),\n(@GUID+947, @GUID+279, 8.47306, 289.4405164084428, 515, 0, 0),\n(@GUID+949, @GUID+948, 7.3265, 174.28172916509868, 515, 0, 0),\n(@GUID+950, @GUID+433, 6.43465, 34.980448491445074, 515, 0, 0),\n(@GUID+956, @GUID+954, 10.911, 320.88845090978833, 515, 0, 0),\n(@GUID+956, @GUID+955, 10.0626, 34.61427116457696, 515, 0, 0),\n(@GUID+956, @GUID+957, 4.68793, 326.5968294226767, 515, 0, 0),\n(@GUID+956, @GUID+958, 4.12547, 29.625011980357264, 515, 0, 0),\n(@GUID+963, @GUID+961, 13.5602, 208.73883800647127, 515, 0, 0),\n(@GUID+963, @GUID+962, 13.1218, 153.96235391857917, 515, 0, 0),\n(@GUID+963, @GUID+966, 10.8516, 256.3625169799502, 515, 0, 0),\n(@GUID+963, @GUID+967, 7.60759, 189.96071922885366, 515, 0, 0),\n(@GUID+968, @GUID+969, 22.5349, 136.61548371319836, 515, 0, 0),\n(@GUID+970, @GUID+971, 19.0559, 223.65464828711197, 515, 0, 0),\n(@GUID+973, @GUID+972, 22.5464, 493.2072266687689, 515, 0, 0),\n(@GUID+975, @GUID+974, 15.053, 211.98521687368253, 515, 0, 0),\n(@GUID+977, @GUID+976, 12.1677, 200.1593679821823, 515, 0, 0),\n(@GUID+979, @GUID+978, 18.1317, 211.76691995373767, 515, 0, 0),\n(@GUID+981, @GUID+980, 7.00241, 306.1193178247011, 515, 0, 0),\n(@GUID+984, @GUID+982, 13.9885, 171.09321903519563, 515, 0, 0),\n(@GUID+984, @GUID+983, 13.3421, 110.32932598818645, 515, 0, 0),\n(@GUID+984, @GUID+990, 5.86693, 175.20934783541549, 515, 0, 0),\n(@GUID+984, @GUID+991, 6.8253, 100.81364292665376, 515, 0, 0),\n(@GUID+985, @GUID+986, 16.3558, 25.124084724927574, 515, 0, 0),\n(@GUID+985, @GUID+987, 16.1132, 329.77101560770143, 515, 0, 0),\n(@GUID+985, @GUID+988, 9.02102, 337.19597567480184, 515, 0, 0),\n(@GUID+985, @GUID+989, 8.1768, 25.426549144977134, 515, 0, 0),\n(@GUID+994, @GUID+992, 16.0155, 352.8262643259707, 515, 0, 0),\n(@GUID+994, @GUID+993, 14.909, 280.9034452609936, 515, 0, 0),\n(@GUID+994, @GUID+995, 7.2668, 345.33426819684, 515, 0, 0),\n(@GUID+994, @GUID+996, 6.6079, 294.9752887094066, 515, 0, 0),\n(@GUID+999, @GUID+997, 14.0084, 129.0971315254917, 515, 0, 0),\n(@GUID+999, @GUID+998, 13.0754, 55.966059062142705, 515, 0, 0),\n(@GUID+999, @GUID+1000, 7.50705, 146.83533190494686, 515, 0, 0),\n(@GUID+999, @GUID+1001, 5.55853, 63.037389578088295, 515, 0, 0),\n(@GUID+1004, @GUID+1002, 17.0155, 299.56639952178983, 515, 0, 0),\n(@GUID+1004, @GUID+1003, 15.8089, 241.83345321102274, 515, 0, 0),\n(@GUID+1004, @GUID+1005, 8.0545, 314.10692244661993, 515, 0, 0),\n(@GUID+1004, @GUID+1006, 7.17237, 231.67720333453374, 515, 0, 0),\n(@GUID+1009, @GUID+1007, 15.2191, 255.29681548100683, 515, 0, 0),\n(@GUID+1009, @GUID+1008, 14.2481, 195.22104474594974, 515, 0, 0),\n(@GUID+1009, @GUID+1010, 6.34493, 262.6449992035596, 515, 0, 0),\n(@GUID+1009, @GUID+1011, 5.95976, 189.60491243807743, 515, 0, 0),\n(@GUID+1014, @GUID+1012, 16.6061, 146.0755898686034, 515, 0, 0),\n(@GUID+1014, @GUID+1013, 15.9731, 206.8492231981298, 515, 0, 0),\n(@GUID+1014, @GUID+1015, 7.88315, 213.72643561308507, 515, 0, 0),\n(@GUID+1014, @GUID+1016, 7.52905, 138.84027883169136, 515, 0, 0),\n(@GUID+1019, @GUID+1017, 15.2536, 344.5739532027015, 515, 0, 0),\n(@GUID+1019, @GUID+1018, 15.1485, 282.1599417057155, 515, 0, 0),\n(@GUID+1019, @GUID+1020, 6.68047, 352.2458580795032, 515, 0, 0),\n(@GUID+1019, @GUID+1021, 6.65651, 275.5124853666077, 515, 0, 0),\n(@GUID+1024, @GUID+1022, 17.4459, 162.56989887482953, 515, 0, 0),\n(@GUID+1024, @GUID+1023, 15.3585, 111.00255139746517, 515, 0, 0),\n(@GUID+1024, @GUID+1025, 6.76385, 169.52503354992257, 515, 0, 0),\n(@GUID+1024, @GUID+1026, 6.22538, 109.62458790017554, 515, 0, 0),\n(@GUID+1027, @GUID+1028, 18.3816, 299.6477595286985, 515, 0, 0),\n(@GUID+1027, @GUID+1029, 16.4744, 248.44538616683246, 515, 0, 0),\n(@GUID+1027, @GUID+1030, 7.88833, 304.7373436228456, 515, 0, 0),\n(@GUID+1027, @GUID+1031, 7.82758, 241.49082444953453, 515, 0, 0),\n(@GUID+1034, @GUID+1032, 14.6274, 122.81694113306274, 515, 0, 0),\n(@GUID+1034, @GUID+1033, 14.7307, 59.785281132925746, 515, 0, 0),\n(@GUID+1034, @GUID+1035, 7.43685, 122.88225832170765, 515, 0, 0),\n(@GUID+1034, @GUID+1036, 7.38238, 60.17088172904879, 515, 0, 0),\n(@GUID+1039, @GUID+1037, 16.8078, 265.2668540740783, 515, 0, 0),\n(@GUID+1039, @GUID+1038, 16.0982, 193.6419730625692, 515, 0, 0),\n(@GUID+1039, @GUID+1040, 7.77125, 269.0856177786252, 515, 0, 0),\n(@GUID+1039, @GUID+1041, 7.14206, 184.61559595807822, 515, 0, 0),\n(@GUID+1042, @GUID+181, 15.0093, 432.41182094302746, 515, 0, 0),\n(@GUID+1042, @GUID+182, 17.0826, 277.8180675342141, 515, 0, 0),\n(@GUID+984, @GUID+984, 0, 0, 515, 0, 0),\n(@GUID+473, @GUID+473, 0, 0, 515, 0, 0),\n(@GUID+985, @GUID+985, 0, 0, 515, 0, 0),\n(@GUID+478, @GUID+478, 0, 0, 515, 0, 0),\n(@GUID+482, @GUID+482, 0, 0, 515, 0, 0),\n(@GUID+994, @GUID+994, 0, 0, 515, 0, 0),\n(@GUID+487, @GUID+487, 0, 0, 515, 0, 0),\n(@GUID+999, @GUID+999, 0, 0, 515, 0, 0),\n(@GUID+491, @GUID+491, 0, 0, 515, 0, 0),\n(@GUID+1004, @GUID+1004, 0, 0, 515, 0, 0),\n(@GUID+495, @GUID+495, 0, 0, 515, 0, 0),\n(@GUID+1009, @GUID+1009, 0, 0, 515, 0, 0),\n(@GUID+500, @GUID+500, 0, 0, 515, 0, 0),\n(@GUID+1014, @GUID+1014, 0, 0, 515, 0, 0),\n(@GUID+505, @GUID+505, 0, 0, 515, 0, 0),\n(@GUID+1019, @GUID+1019, 0, 0, 515, 0, 0),\n(@GUID+509, @GUID+509, 0, 0, 515, 0, 0),\n(@GUID+0, @GUID+0, 0, 0, 515, 0, 0),\n(@GUID+513, @GUID+513, 0, 0, 515, 0, 0),\n(@GUID+2, @GUID+2, 0, 0, 515, 0, 0),\n(@GUID+1024, @GUID+1024, 0, 0, 515, 0, 0),\n(@GUID+4, @GUID+4, 0, 0, 515, 0, 0),\n(@GUID+1027, @GUID+1027, 0, 0, 515, 0, 0),\n(@GUID+6, @GUID+6, 0, 0, 515, 0, 0),\n(@GUID+518, @GUID+518, 0, 0, 515, 0, 0),\n(@GUID+8, @GUID+8, 0, 0, 515, 0, 0),\n(@GUID+10, @GUID+10, 0, 0, 515, 0, 0),\n(@GUID+522, @GUID+522, 0, 0, 515, 0, 0),\n(@GUID+12, @GUID+12, 0, 0, 515, 0, 0),\n(@GUID+1034, @GUID+1034, 0, 0, 515, 0, 0),\n(@GUID+1039, @GUID+1039, 0, 0, 515, 0, 0),\n(@GUID+17, @GUID+17, 0, 0, 515, 0, 0),\n(@GUID+1042, @GUID+1042, 0, 0, 515, 0, 0),\n(@GUID+20, @GUID+20, 0, 0, 515, 0, 0),\n(@GUID+21, @GUID+21, 0, 0, 515, 0, 0),\n(@GUID+31, @GUID+31, 0, 0, 515, 0, 0),\n(@GUID+34, @GUID+34, 0, 0, 515, 0, 0),\n(@GUID+35, @GUID+35, 0, 0, 515, 0, 0),\n(@GUID+52, @GUID+52, 0, 0, 515, 0, 0),\n(@GUID+57, @GUID+57, 0, 0, 515, 0, 0),\n(@GUID+59, @GUID+59, 0, 0, 515, 0, 0),\n(@GUID+581, @GUID+581, 0, 0, 515, 0, 0),\n(@GUID+583, @GUID+583, 0, 0, 515, 0, 0),\n(@GUID+584, @GUID+584, 0, 0, 515, 0, 0),\n(@GUID+587, @GUID+587, 0, 0, 515, 0, 0),\n(@GUID+588, @GUID+588, 0, 0, 515, 0, 0),\n(@GUID+77, @GUID+77, 0, 0, 515, 0, 0),\n(@GUID+590, @GUID+590, 0, 0, 515, 0, 0),\n(@GUID+79, @GUID+79, 0, 0, 515, 0, 0),\n(@GUID+591, @GUID+591, 0, 0, 515, 0, 0),\n(@GUID+84, @GUID+84, 0, 0, 515, 0, 0),\n(@GUID+91, @GUID+91, 0, 0, 515, 0, 0),\n(@GUID+96, @GUID+96, 0, 0, 515, 0, 0),\n(@GUID+99, @GUID+99, 0, 0, 515, 0, 0),\n(@GUID+101, @GUID+101, 0, 0, 515, 0, 0),\n(@GUID+105, @GUID+105, 0, 0, 515, 0, 0),\n(@GUID+107, @GUID+107, 0, 0, 515, 0, 0),\n(@GUID+146, @GUID+146, 0, 0, 515, 0, 0),\n(@GUID+154, @GUID+154, 0, 0, 515, 0, 0),\n(@GUID+155, @GUID+155, 0, 0, 515, 0, 0),\n(@GUID+161, @GUID+161, 0, 0, 515, 0, 0),\n(@GUID+176, @GUID+176, 0, 0, 515, 0, 0),\n(@GUID+180, @GUID+180, 0, 0, 515, 0, 0),\n(@GUID+185, @GUID+185, 0, 0, 515, 0, 0),\n(@GUID+189, @GUID+189, 0, 0, 515, 0, 0),\n(@GUID+193, @GUID+193, 0, 0, 515, 0, 0),\n(@GUID+201, @GUID+201, 0, 0, 515, 0, 0),\n(@GUID+214, @GUID+214, 0, 0, 515, 0, 0),\n(@GUID+216, @GUID+216, 0, 0, 515, 0, 0),\n(@GUID+217, @GUID+217, 0, 0, 515, 0, 0),\n(@GUID+218, @GUID+218, 0, 0, 515, 0, 0),\n(@GUID+220, @GUID+220, 0, 0, 515, 0, 0),\n(@GUID+229, @GUID+229, 0, 0, 515, 0, 0),\n(@GUID+232, @GUID+232, 0, 0, 515, 0, 0),\n(@GUID+236, @GUID+236, 0, 0, 515, 0, 0),\n(@GUID+758, @GUID+758, 0, 0, 515, 0, 0),\n(@GUID+248, @GUID+248, 0, 0, 515, 0, 0),\n(@GUID+249, @GUID+249, 0, 0, 515, 0, 0),\n(@GUID+252, @GUID+252, 0, 0, 515, 0, 0),\n(@GUID+254, @GUID+254, 0, 0, 515, 0, 0),\n(@GUID+255, @GUID+255, 0, 0, 515, 0, 0),\n(@GUID+261, @GUID+261, 0, 0, 515, 0, 0),\n(@GUID+773, @GUID+773, 0, 0, 515, 0, 0),\n(@GUID+263, @GUID+263, 0, 0, 515, 0, 0),\n(@GUID+267, @GUID+267, 0, 0, 515, 0, 0),\n(@GUID+781, @GUID+781, 0, 0, 515, 0, 0),\n(@GUID+270, @GUID+270, 0, 0, 515, 0, 0),\n(@GUID+271, @GUID+271, 0, 0, 515, 0, 0),\n(@GUID+791, @GUID+791, 0, 0, 515, 0, 0),\n(@GUID+798, @GUID+798, 0, 0, 515, 0, 0),\n(@GUID+287, @GUID+287, 0, 0, 515, 0, 0),\n(@GUID+290, @GUID+290, 0, 0, 515, 0, 0),\n(@GUID+292, @GUID+292, 0, 0, 515, 0, 0),\n(@GUID+802, @GUID+802, 0, 0, 515, 0, 0),\n(@GUID+297, @GUID+297, 0, 0, 515, 0, 0),\n(@GUID+298, @GUID+298, 0, 0, 515, 0, 0),\n(@GUID+811, @GUID+811, 0, 0, 515, 0, 0),\n(@GUID+304, @GUID+304, 0, 0, 515, 0, 0),\n(@GUID+818, @GUID+818, 0, 0, 515, 0, 0),\n(@GUID+309, @GUID+309, 0, 0, 515, 0, 0),\n(@GUID+826, @GUID+826, 0, 0, 515, 0, 0),\n(@GUID+838, @GUID+838, 0, 0, 515, 0, 0),\n(@GUID+329, @GUID+329, 0, 0, 515, 0, 0),\n(@GUID+845, @GUID+845, 0, 0, 515, 0, 0),\n(@GUID+847, @GUID+847, 0, 0, 515, 0, 0),\n(@GUID+849, @GUID+849, 0, 0, 515, 0, 0),\n(@GUID+339, @GUID+339, 0, 0, 515, 0, 0),\n(@GUID+342, @GUID+342, 0, 0, 515, 0, 0),\n(@GUID+345, @GUID+345, 0, 0, 515, 0, 0),\n(@GUID+858, @GUID+858, 0, 0, 515, 0, 0),\n(@GUID+348, @GUID+348, 0, 0, 515, 0, 0),\n(@GUID+351, @GUID+351, 0, 0, 515, 0, 0),\n(@GUID+352, @GUID+352, 0, 0, 515, 0, 0),\n(@GUID+355, @GUID+355, 0, 0, 515, 0, 0),\n(@GUID+356, @GUID+356, 0, 0, 515, 0, 0),\n(@GUID+359, @GUID+359, 0, 0, 515, 0, 0),\n(@GUID+360, @GUID+360, 0, 0, 515, 0, 0),\n(@GUID+872, @GUID+872, 0, 0, 515, 0, 0),\n(@GUID+363, @GUID+363, 0, 0, 515, 0, 0),\n(@GUID+364, @GUID+364, 0, 0, 515, 0, 0),\n(@GUID+876, @GUID+876, 0, 0, 515, 0, 0),\n(@GUID+366, @GUID+366, 0, 0, 515, 0, 0),\n(@GUID+368, @GUID+368, 0, 0, 515, 0, 0),\n(@GUID+370, @GUID+370, 0, 0, 515, 0, 0),\n(@GUID+373, @GUID+373, 0, 0, 515, 0, 0),\n(@GUID+374, @GUID+374, 0, 0, 515, 0, 0),\n(@GUID+378, @GUID+378, 0, 0, 515, 0, 0),\n(@GUID+380, @GUID+380, 0, 0, 515, 0, 0),\n(@GUID+381, @GUID+381, 0, 0, 515, 0, 0),\n(@GUID+384, @GUID+384, 0, 0, 515, 0, 0),\n(@GUID+896, @GUID+896, 0, 0, 515, 0, 0),\n(@GUID+386, @GUID+386, 0, 0, 515, 0, 0),\n(@GUID+387, @GUID+387, 0, 0, 515, 0, 0),\n(@GUID+899, @GUID+899, 0, 0, 515, 0, 0),\n(@GUID+394, @GUID+394, 0, 0, 515, 0, 0),\n(@GUID+906, @GUID+906, 0, 0, 515, 0, 0),\n(@GUID+907, @GUID+907, 0, 0, 515, 0, 0),\n(@GUID+909, @GUID+909, 0, 0, 515, 0, 0),\n(@GUID+398, @GUID+398, 0, 0, 515, 0, 0),\n(@GUID+406, @GUID+406, 0, 0, 515, 0, 0),\n(@GUID+918, @GUID+918, 0, 0, 515, 0, 0),\n(@GUID+408, @GUID+408, 0, 0, 515, 0, 0),\n(@GUID+923, @GUID+923, 0, 0, 515, 0, 0),\n(@GUID+412, @GUID+412, 0, 0, 515, 0, 0),\n(@GUID+415, @GUID+415, 0, 0, 515, 0, 0),\n(@GUID+420, @GUID+420, 0, 0, 515, 0, 0),\n(@GUID+932, @GUID+932, 0, 0, 515, 0, 0),\n(@GUID+424, @GUID+424, 0, 0, 515, 0, 0),\n(@GUID+428, @GUID+428, 0, 0, 515, 0, 0),\n(@GUID+941, @GUID+941, 0, 0, 515, 0, 0),\n(@GUID+434, @GUID+434, 0, 0, 515, 0, 0),\n(@GUID+947, @GUID+947, 0, 0, 515, 0, 0),\n(@GUID+949, @GUID+949, 0, 0, 515, 0, 0),\n(@GUID+438, @GUID+438, 0, 0, 515, 0, 0),\n(@GUID+950, @GUID+950, 0, 0, 515, 0, 0),\n(@GUID+444, @GUID+444, 0, 0, 515, 0, 0),\n(@GUID+956, @GUID+956, 0, 0, 515, 0, 0),\n(@GUID+446, @GUID+446, 0, 0, 515, 0, 0),\n(@GUID+451, @GUID+451, 0, 0, 515, 0, 0),\n(@GUID+963, @GUID+963, 0, 0, 515, 0, 0),\n(@GUID+455, @GUID+455, 0, 0, 515, 0, 0),\n(@GUID+968, @GUID+968, 0, 0, 515, 0, 0),\n(@GUID+970, @GUID+970, 0, 0, 515, 0, 0),\n(@GUID+460, @GUID+460, 0, 0, 515, 0, 0),\n(@GUID+973, @GUID+973, 0, 0, 515, 0, 0),\n(@GUID+975, @GUID+975, 0, 0, 515, 0, 0),\n(@GUID+464, @GUID+464, 0, 0, 515, 0, 0),\n(@GUID+977, @GUID+977, 0, 0, 515, 0, 0),\n(@GUID+979, @GUID+979, 0, 0, 515, 0, 0),\n(@GUID+468, @GUID+468, 0, 0, 515, 0, 0),\n(@GUID+981, @GUID+981, 0, 0, 515, 0, 0);\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` BETWEEN @CENTRY AND @CENTRY+89;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@CENTRY+0, 0, 0, 'You are too late!! I... must... obey!!', 14, 0, 100.0, 0, 0, 8872, 13091, 0, 'thaddius SAY_GREET (Naxx 40)'),\n(@CENTRY+0, 1, 0, 'Kill...', 14, 0, 100.0, 0, 0, 8867, 13086, 0, 'thaddius SAY_AGGRO1 (Naxx 40)'),\n(@CENTRY+0, 1, 1, 'Eat... your... bones...', 14, 0, 100.0, 0, 0, 8868, 13087, 0, 'thaddius SAY_AGGRO2 (Naxx 40)'),\n(@CENTRY+0, 1, 2, 'Break... you!!', 14, 0, 100.0, 0, 0, 8869, 13088, 0, 'thaddius SAY_AGGRO3 (Naxx 40)'),\n(@CENTRY+0, 2, 0, 'You... die now!!', 14, 0, 20.0, 0, 0, 8877, 13096, 0, 'thaddius SAY_SLAY (Naxx 40)'),\n(@CENTRY+0, 3, 0, 'Now you feel pain...', 14, 0, 100.0, 0, 0, 8871, 13090, 0, 'thaddius SAY_ELECT (Naxx 40)'),\n(@CENTRY+0, 4, 0, 'Thank... you...', 14, 0, 100.0, 0, 0, 8870, 39601, 0, 'thaddius SAY_DEATH (Naxx 40)'),\n(@CENTRY+0, 5, 0, 'Hurry! Ple-e-ase hurry!!', 14, 0, 100.0, 0, 0, 8873, 13092, 0, 'thaddius SAY_SCREAM1 (Naxx 40)'),\n(@CENTRY+0, 5, 1, 'Sto-o-op! Make it stop!!', 14, 0, 100.0, 0, 0, 8874, 13093, 0, 'thaddius SAY_SCREAM2 (Naxx 40)'),\n(@CENTRY+0, 5, 2, 'Help me! Save me!', 14, 0, 100.0, 0, 0, 8875, 13094, 0, 'thaddius SAY_SCREAM3 (Naxx 40)'),\n(@CENTRY+0, 5, 3, 'No-o-o-o!!', 14, 0, 100.0, 0, 0, 8876, 13095, 0, 'thaddius SAY_SCREAM4 (Naxx 40)'),\n(@CENTRY+0, 6, 0, 'The polarity has shifted!', 41, 0, 100.0, 0, 0, 0, 32324, 3, 'Thaddius EMOTE_POLARITY_SHIFTED (Naxx 40)'),\n(@CENTRY+1, 0, 0, 'Stalagg crush you!', 14, 0, 100.0, 0, 0, 8864, 13083, 0, 'stalagg SAY_STAL_AGGRO (Naxx 40)'),\n(@CENTRY+1, 1, 0, 'Stalagg kill!', 14, 0, 20.0, 0, 0, 8866, 13085, 0, 'stalagg SAY_STAL_SLAY (Naxx 40)'),\n(@CENTRY+1, 2, 0, 'Master, save me!!', 14, 0, 100.0, 0, 0, 8865, 13084, 0, 'stalagg SAY_STAL_DEATH (Naxx 40)'),\n(@CENTRY+1, 3, 0, '%s dies.', 16, 0, 100.0, 0, 0, 0, 10453, 3, 'Stalagg EMOTE_FEIGN_DEATH (Naxx 40)'),\n(@CENTRY+1, 4, 0, '%s is jolted back to life!', 16, 0, 100.0, 0, 0, 0, 12155, 3, 'Stalagg EMOTE_FEIGN_REVIVE (Naxx 40)'),\n(@CENTRY+2, 0, 0, 'Feed you to master!', 14, 0, 100.0, 0, 0, 8802, 13023, 0, 'feugen SAY_FEUG_AGGRO (Naxx 40)'),\n(@CENTRY+2, 1, 0, 'Feugen make master happy.', 14, 0, 20.0, 0, 0, 8804, 13025, 0, 'feugen SAY_FEUG_SLAY (Naxx 40)'),\n(@CENTRY+2, 2, 0, 'No... more... Feugen.', 14, 0, 100.0, 0, 0, 8803, 13024, 0, 'feugen SAY_FEUG_DEATH (Naxx 40)'),\n(@CENTRY+2, 3, 0, '%s dies.', 16, 0, 100.0, 0, 0, 0, 10453, 3, 'Feugen EMOTE_FEIGN_DEATH (Naxx 40)'),\n(@CENTRY+2, 4, 0, '%s is jolted back to life!', 16, 0, 100.0, 0, 0, 0, 12155, 3, 'Feugen EMOTE_FEIGN_REVIVE (Naxx 40)'),\n(@CENTRY+3, 0, 0, '%s sprays slime across the room!', 41, 0, 100.0, 0, 0, 0, 32318, 1, 'Grobbulus - slime (Naxx 40)'),\n(@CENTRY+4, 0, 0, '%s spots a zombie to devour!', 16, 0, 100.0, 0, 0, 0, 12242, 1, 'Gluth - spots one (Naxx 40)'),\n(@CENTRY+4, 1, 0, '%s decimates all nearby flesh!', 41, 0, 100.0, 0, 0, 0, 32321, 1, 'Gluth - decimate (Naxx 40)'),\n(@CENTRY+4, 2, 0, '%s becomes enraged!', 41, 0, 100.0, 0, 0, 0, 24144, 1, 'Gluth - enrage (Naxx 40)'),\n(@CENTRY+4, 3, 0, '%s devours all nearby zombies!', 16, 0, 100.0, 0, 0, 0, 12348, 1, 'Gluth - devours all (Naxx 40)'),\n(@CENTRY+4, 4, 0, '%s goes into a berserker rage!', 41, 0, 100.0, 0, 0, 0, 34057, 1, 'Gluth - berserker (Naxx 40)'),\n(@CENTRY+5, 0, 0, 'You are mine now.', 14, 0, 100.0, 0, 0, 8825, 13041, 0, 'heigan SAY_AGGRO1 (Naxx 40)'),\n(@CENTRY+5, 0, 1, 'I see you!', 14, 0, 100.0, 0, 0, 8826, 73351, 0, 'heigan SAY_AGGRO2 (Naxx 40)'),\n(@CENTRY+5, 0, 2, 'You... are next.', 14, 0, 100.0, 0, 0, 8827, 13043, 0, 'heigan SAY_AGGRO3 (Naxx 40)'),\n(@CENTRY+5, 1, 0, 'Close your eyes. Sleep.', 14, 0, 20.0, 0, 0, 8829, 13045, 0, 'heigan SAY_SLAY (Naxx 40)'),\n(@CENTRY+5, 2, 0, 'The races of the world will perish. It is only a matter of time.', 14, 0, 100.0, 0, 0, 8830, 13046, 0, 'heigan SAY_TAUNT1 (Naxx 40)'),\n(@CENTRY+5, 2, 1, 'I see endless suffering. I see torment. I see rage. I see everything...', 14, 0, 100.0, 0, 0, 8831, 13047, 0, 'heigan SAY_TAUNT2 (Naxx 40)'),\n(@CENTRY+5, 2, 2, 'Soon the world will tremble.', 14, 0, 100.0, 0, 0, 8832, 13048, 0, 'heigan SAY_TAUNT3 (Naxx 40)'),\n(@CENTRY+5, 2, 3, 'Hungry worms will feast on your rotting flesh.', 14, 0, 100.0, 0, 0, 8834, 13050, 0, 'heigan SAY_TAUNT4 (Naxx 40)'),\n(@CENTRY+5, 3, 0, '%s takes his last breath.', 16, 0, 100.0, 0, 0, 8828, 13044, 0, 'heigan EMOTE_DEATH (Naxx 40)'),\n(@CENTRY+5, 4, 0, '%s teleports and begins to channel a spell!', 41, 0, 100.0, 0, 0, 0, 32332, 3, 'Heigan EMOTE_DANCE (Naxx 40)'),\n(@CENTRY+5, 5, 0, '%s rushes to attack once more!', 41, 0, 100.0, 0, 0, 0, 32333, 3, 'Heigan EMOTE_DANCE_END (Naxx 40)'),\n(@CENTRY+5, 6, 0, 'The end is upon you.', 14, 0, 100.0, 0, 0, 8833, 13049, 0, 'heigan SAY_DANCE (Naxx 40)'),\n(@CENTRY+6, 0, 0, 'Spiderlings appear on the web!', 41, 0, 100.0, 0, 0, 0, 32305, 3, 'Maexxna EMOTE_SPIDERS (Naxx 40)'),\n(@CENTRY+6, 1, 0, '%s spins her web into a cocoon!', 41, 0, 100.0, 0, 0, 0, 32303, 3, 'Maexxna EMOTE_WEB_WRAP (Naxx 40)'),\n(@CENTRY+6, 2, 0, '%s sprays strands of web everywhere!', 41, 0, 100.0, 0, 0, 0, 32304, 3, 'Maexxna EMOTE_WEB_SPRAY (Naxx 40)'),\n(@CENTRY+7, 0, 0, 'Your old lives, your mortal desires mean nothing... you are acolytes of the master now, and you will serve the cause without question! The greatest glory is to die in the master\\'s service!', 14, 0, 100.0, 0, 0, 8799, 12852, 0, 'faerlina SAY_GREET (Naxx 40)'),\n(@CENTRY+7, 1, 0, 'Slay them in the master\\'s name!', 14, 0, 100.0, 0, 0, 8794, 12856, 0, 'faerlina SAY_AGGRO (Naxx 40)'),\n(@CENTRY+7, 2, 0, 'You have failed!', 14, 0, 16.0, 0, 0, 8800, 20094, 0, 'faerlina SAY_SLAY1 (Naxx 40)'),\n(@CENTRY+7, 2, 1, 'Pathetic wretch!', 14, 0, 16.0, 0, 0, 8801, 12855, 0, 'faerlina SAY_SLAY2 (Naxx 40)'),\n(@CENTRY+7, 3, 0, 'The master will avenge me!!', 14, 0, 100.0, 0, 0, 8798, 12853, 0, 'faerlina SAY_DEATH (Naxx 40)'),\n(@CENTRY+7, 4, 0, '%s is affected by Widow\\'s Embrace!', 41, 0, 100.0, 0, 0, 0, 31019, 3, 'Faerlina EMOTE_WIDOW_EMBRACE (Naxx 40)'),\n(@CENTRY+7, 5, 0, '%s goes into a frenzy!', 41, 0, 100.0, 0, 0, 0, 2384, 3, 'Faerlina EMOTE_FRENZY (Naxx 40)'),\n(@CENTRY+7, 6, 0, 'You cannot hide from me!', 14, 0, 100.0, 0, 0, 8795, 12857, 0, 'faerlina SAY_ENRAGE1 (Naxx 40)'),\n(@CENTRY+7, 6, 1, 'Kneel before me, worm!', 14, 0, 100.0, 0, 0, 8796, 12858, 0, 'faerlina SAY_ENRAGE2 (Naxx 40)'),\n(@CENTRY+7, 6, 2, 'Run while you still can!', 14, 0, 100.0, 0, 0, 8797, 61582, 0, 'faerlina SAY_ENRAGE3 (Naxx 40)'),\n(@CENTRY+8, 0, 0, 'Glory to the master!', 14, 0, 100.0, 0, 0, 8845, 13061, 0, 'noth SAY_AGGRO1 (Naxx 40)'),\n(@CENTRY+8, 0, 1, 'Your life is forfeit!', 14, 0, 100.0, 0, 0, 8846, 29730, 0, 'noth SAY_AGGRO2 (Naxx 40)'),\n(@CENTRY+8, 0, 2, 'Die, trespasser!', 14, 0, 100.0, 0, 0, 8847, 13063, 0, 'noth SAY_AGGRO3 (Naxx 40)'),\n(@CENTRY+8, 1, 0, 'Rise, my soldiers! Rise and fight once more!', 14, 0, 100.0, 0, 0, 8851, 13067, 0, 'noth SAY_SUMMON (Naxx 40)'),\n(@CENTRY+8, 2, 0, 'My task is done!', 14, 0, 20.0, 0, 0, 8849, 29070, 0, 'noth SAY_SLAY1 (Naxx 40)'),\n(@CENTRY+8, 2, 1, 'Breathe no more!', 14, 0, 20.0, 0, 0, 8850, 31472, 0, 'noth SAY_SLAY2 (Naxx 40)'),\n(@CENTRY+8, 3, 0, 'I will serve the master... in death!', 14, 0, 100.0, 0, 0, 8848, 13064, 0, 'noth SAY_DEATH (Naxx 40)'),\n(@CENTRY+8, 4, 0, '%s summons forth Skeletal Warriors!', 41, 0, 100.0, 0, 0, 0, 32974, 3, 'Noth EMOTE_SUMMON (Naxx 40)'),\n(@CENTRY+8, 5, 0, '%s raises more skeletons!', 41, 0, 100.0, 0, 0, 0, 32977, 3, 'Noth EMOTE_SUMMON_WAVE (Naxx 40)'),\n(@CENTRY+8, 6, 0, '%s teleports to the balcony above!', 41, 0, 100.0, 0, 0, 0, 32331, 3, 'Noth EMOTE_TELEPORT_1 (Naxx 40)'),\n(@CENTRY+8, 7, 0, '%s teleports back into the battle!', 41, 0, 100.0, 0, 0, 0, 32976, 3, 'Noth EMOTE_TELEPORT_2 (Naxx 40)'),\n(@CENTRY+8, 8, 0, '%s blinks away!', 41, 0, 100.0, 0, 0, 0, 32978, 3, 'Noth EMOTE_BLINK (Naxx 40)'),\n(@CENTRY+9, 0, 0, 'Just a little taste...', 14, 0, 100.0, 0, 0, 8785, 13000, 0, 'anubrekhan SAY_AGGRO1 (Naxx 40)'),\n(@CENTRY+9, 0, 1, 'There is no way out.', 14, 0, 100.0, 0, 0, 8786, 13002, 0, 'anubrekhan SAY_AGGRO2 (Naxx 40)'),\n(@CENTRY+9, 0, 2, 'Yes, run! It makes the blood pump faster!', 14, 0, 100.0, 0, 0, 8787, 13003, 0, 'anubrekhan SAY_AGGRO3 (Naxx 40)'),\n(@CENTRY+9, 1, 0, 'Ahh... welcome to my parlor.', 14, 0, 100.0, 0, 0, 8788, 13004, 0, 'anubrekhan SAY_GREET1 (Naxx 40)'),\n(@CENTRY+9, 1, 1, 'I hear little hearts beating. Yes... beating faster now... soon the beating will stop.', 14, 0, 100.0, 0, 0, 8790, 13006, 0, 'anubrekhan SAY_GREET2 (Naxx 40)'),\n(@CENTRY+9, 1, 2, 'Where to go? What to do? So many choices that all end in pain, end in death.', 14, 0, 100.0, 0, 0, 8791, 13007, 0, 'anubrekhan SAY_GREET3 (Naxx 40)'),\n(@CENTRY+9, 1, 3, 'Which one shall I eat first? So difficult to choose. They all smell so delicious...', 14, 0, 100.0, 0, 0, 8792, 13008, 0, 'anubrekhan SAY_GREET4 (Naxx 40)'),\n(@CENTRY+9, 1, 4, 'Closer now. Tasty morsels. I\\'ve been too long without food, without blood to drink.', 14, 0, 100.0, 0, 0, 8793, 13009, 0, 'anubrekhan SAY_GREET5 (Naxx 40)'),\n(@CENTRY+9, 2, 0, 'Shhh... it will all be over soon.', 14, 0, 100.0, 0, 0, 8789, 13005, 0, 'anubrekhan SAY_SLAY (Naxx 40)'),\n(@CENTRY+9, 3, 0, 'Anub\\'Rekhan begins to unleash an insect swarm!', 41, 0, 100.0, 0, 0, 0, 13443, 3, 'Anub\\'Rekhan EMOTE_LOCUST (Naxx 40)'),\n(@CENTRY+14, 0, 0, '%s goes into a frenzy!', 16, 0, 100.0, 0, 0, 0, 38630, 0, 'Crypt Reaver (Naxx 40)'),\n(@CENTRY+18, 0, 0, 'Sapphiron lifts off into the air!', 41, 0, 100.0, 0, 0, 0, 32801, 3, 'Sapphiron EMOTE_AIR_PHASE (Naxx 40)'),\n(@CENTRY+18, 1, 0, 'Sapphiron resumes his attacks!', 41, 0, 100.0, 0, 0, 0, 32802, 3, 'Sapphiron EMOTE_GROUND_PHASE (Naxx 40)'),\n(@CENTRY+18, 2, 0, '%s takes a deep breath.', 41, 0, 100.0, 0, 0, 0, 24548, 3, 'Sapphiron EMOTE_BREATH (Naxx 40)'),\n(@CENTRY+18, 3, 0, '%s enrages!', 41, 0, 100.0, 0, 0, 0, 0, 3, 'Sapphiron EMOTE_ENRAGE (Naxx 40)'),\n(@CENTRY+19, 0, 0, 'Your forces are nearly marshaled to strike back against your enemies, my liege.', 14, 0, 100.0, 0, 0, 14467, 12990, 3, 'kelthuzad SAY_SAPP_DIALOG1 (Naxx 40)'),\n(@CENTRY+19, 1, 0, 'It is good that you serve me so faithfully. Soon, all will serve the Lich King and in the end, you shall be rewarded...so long as you do not falter.', 14, 0, 100.0, 0, 0, 8881, 0, 0, 'kelthuzad SAY_SAPP_DIALOG2_LICH (Naxx 40)'),\n(@CENTRY+19, 2, 0, 'Yes, master. The time of their ultimate demise draws close.... What is this?', 14, 0, 100.0, 0, 0, 14468, 12991, 3, 'kelthuzad SAY_SAPP_DIALOG3 (Naxx 40)'),\n(@CENTRY+19, 3, 0, 'Your security measures have failed! See to this interruption immediately!', 14, 0, 100.0, 0, 0, 8882, 0, 0, 'kelthuzad SAY_SAPP_DIALOG4_LICH (Naxx 40)'),\n(@CENTRY+19, 4, 0, 'As you command, master!', 14, 0, 100.0, 0, 0, 14469, 12992, 3, 'kelthuzad SAY_SAPP_DIALOG5 (Naxx 40)'),\n(@CENTRY+19, 5, 0, 'No!!! A curse upon you, interlopers! The armies of the Lich King will hunt you down. You will not escape your fate...', 14, 0, 100.0, 0, 0, 14484, 13150, 3, 'kelthuzad SAY_CAT_DIED (Naxx 40)'),\n(@CENTRY+19, 6, 0, 'Who dares violate the sanctity of my domain? Be warned, all who trespass here are doomed.', 14, 0, 100.0, 0, 0, 14463, 0, 0, 'kelthuzad SAY_TAUNT1 (Naxx 40)'),\n(@CENTRY+19, 6, 1, 'Fools! You think yourselves triumphant? You have only taken one step closer to the abyss!', 14, 0, 100.0, 0, 0, 14464, 0, 0, 'kelthuzad SAY_TAUNT2 (Naxx 40)'),\n(@CENTRY+19, 6, 2, 'I grow tired of these games. Proceed, and I will banish your souls to oblivion!', 14, 0, 100.0, 0, 0, 14465, 0, 0, 'kelthuzad SAY_TAUNT3 (Naxx 40)'),\n(@CENTRY+19, 6, 3, 'You have no idea what horrors lie ahead. You have seen nothing! The frozen heart of Naxxramas awaits you!', 14, 0, 100.0, 0, 0, 14466, 0, 0, 'kelthuzad SAY_TAUNT4 (Naxx 40)'),\n(@CENTRY+19, 7, 0, 'Pray for mercy!', 14, 0, 100.0, 0, 0, 14475, 12995, 0, 'kelthuzad SAY_AGGRO1 (Naxx 40)'),\n(@CENTRY+19, 7, 1, 'Scream your dying breath!', 14, 0, 100.0, 0, 0, 14476, 12996, 0, 'kelthuzad SAY_AGGRO2 (Naxx 40)'),\n(@CENTRY+19, 7, 2, 'The end is upon you!', 14, 0, 100.0, 0, 0, 14477, 12997, 0, 'kelthuzad SAY_AGGRO3 (Naxx 40)'),\n(@CENTRY+19, 8, 0, 'The dark void awaits you!', 14, 0, 100.0, 0, 0, 14478, 13021, 0, 'kelthuzad SAY_SLAY1 (Naxx 40)'),\n(@CENTRY+19, 8, 1, '%s cackles maniacally.', 16, 0, 100.0, 0, 0, 14479, 29805, 0, 'kelthuzad SAY_SLAY2 (Naxx 40)'),\n(@CENTRY+19, 9, 0, 'Agghhhh! Do... not... rejoice! Your victory is a hollow one, for I shall return with powers beyond your imagining!', 14, 0, 100.0, 0, 0, 14480, 13019, 0, 'kelthuzad SAY_DEATH (Naxx 40)'),\n(@CENTRY+19, 10, 0, 'Your soul is bound to me, now!', 14, 0, 100.0, 0, 0, 14472, 13017, 0, 'kelthuzad SAY_CHAIN1 (Naxx 40)'),\n(@CENTRY+19, 10, 1, 'There will be no escape!', 14, 0, 100.0, 0, 0, 14473, 13018, 0, 'kelthuzad SAY_CHAIN2 (Naxx 40)'),\n(@CENTRY+19, 11, 0, 'I will freeze the blood in your veins!', 14, 0, 100.0, 0, 0, 14474, 13020, 0, 'kelthuzad SAY_FROST_BLAST (Naxx 40)'),\n(@CENTRY+19, 12, 0, 'Master, I require aid!', 14, 0, 100.0, 0, 0, 14470, 12998, 0, 'kelthuzad SAY_REQUEST_AID (Naxx 40)'),\n(@CENTRY+19, 13, 0, 'Kel\\'Thuzad strikes!', 41, 0, 100.0, 0, 0, 0, 32803, 0, 'Kel\\'Thuzad EMOTE_PHASE_TWO (Naxx 40)'),\n(@CENTRY+19, 14, 0, 'Minions, servants, soldiers of the cold dark! Obey the call of Kel\\'Thuzad!', 14, 0, 100.0, 0, 0, 14471, 12999, 0, 'kelthuzad SAY_SUMMON_MINIONS (Naxx 40)'),\n(@CENTRY+19, 15, 0, 'Your petty magics are no challenge to the might of the Scourge!', 14, 0, 100.0, 0, 0, 14481, 13492, 0, 'kelthuzad SAY_SPECIAL1_MANA_DET (Naxx 40)'),\n(@CENTRY+19, 15, 1, 'Enough! I grow tired of these distractions! ', 14, 0, 100.0, 0, 0, 14483, 0, 0, 'kelthuzad SAY_SPECIAL3_MANA_DET (Naxx 40)'),\n(@CENTRY+19, 15, 2, 'Fools, you have spread your powers too thin. Be free, my minions!', 14, 0, 100.0, 0, 0, 14482, 0, 0, 'kelthuzad SAY_SPECIAL2_DISPELL (Naxx 40)'),\n(@CENTRY+19, 16, 0, 'Who dares violate the sanctity of my domain? Be warned, all who trespass here are doomed.', 14, 0, 100.0, 0, 0, 14463, 12984, 3, 'kelthuzad SAY_TAUNT1 (Naxx 40)'),\n(@CENTRY+19, 17, 0, 'Fools! You think yourselves triumphant? You have only taken one step closer to the abyss!', 14, 0, 100.0, 0, 0, 14464, 12985, 3, 'kelthuzad SAY_TAUNT2 (Naxx 40)'),\n(@CENTRY+19, 18, 0, 'I grow tired of these games. Proceed, and I will banish your souls to oblivion!', 14, 0, 100.0, 0, 0, 14465, 12986, 3, 'kelthuzad SAY_TAUNT3 (Naxx 40)'),\n(@CENTRY+19, 19, 0, 'You have no idea what horrors lie ahead. You have seen nothing! The frozen heart of Naxxramas awaits you!', 14, 0, 100.0, 0, 0, 14466, 27382, 3, 'kelthuzad SAY_TAUNT4 (Naxx 40)'),\n(@CENTRY+19, 20, 0, 'Come, heroes... By the will of the Lich King, you shall be destroyed.', 14, 0, 100.0, 0, 0, 0, 12993, 3, 'Kel\\'Thuzad SAY_DIALOGUE_SAPPHIRON_KELTHUZAD4 (Naxx 40)'),\n(@CENTRY+20, 0, 0, 'An aura of necrotic energy blocks all healing!', 41, 0, 100.0, 0, 0, 0, 32334, 0, 'Loatheb (Naxx 40)'),\n(@CENTRY+20, 1, 0, 'The aura fades away, allowing healing once more!', 41, 0, 100.0, 0, 0, 0, 32335, 0, 'Loatheb (Naxx 40)'),\n(@CENTRY+20, 2, 0, 'The aura\\'s power begins to wane!', 41, 0, 100.0, 0, 0, 0, 32805, 0, 'Loatheb (Naxx 40)'),\n(@CENTRY+28, 0, 0, 'Patchwerk want to play!', 14, 0, 100.0, 0, 0, 8909, 13068, 0, 'patchwerk SAY_AGGRO1 (Naxx 40)'),\n(@CENTRY+28, 0, 1, 'Kel\\'thuzad make Patchwerk his avatar of war!', 14, 0, 100.0, 0, 0, 8910, 13069, 0, 'patchwerk SAY_AGGRO2 (Naxx 40)'),\n(@CENTRY+28, 1, 0, 'No more play?', 14, 0, 100.0, 0, 0, 8912, 28241, 0, 'patchwerk SAY_SLAY (Naxx 40)'),\n(@CENTRY+28, 2, 0, 'What... happen to-', 14, 0, 100.0, 0, 0, 8911, 13070, 0, 'patchwerk SAY_DEATH (Naxx 40)'),\n(@CENTRY+28, 3, 0, '%s goes into a berserker rage!', 16, 0, 100.0, 0, 0, 0, 4428, 0, 'patchwerk EMOTE_BERSERK (Naxx 40)'),\n(@CENTRY+28, 4, 0, '%s goes into a frenzy!', 41, 0, 100.0, 0, 0, 0, 38630, 0, 'patchwerk EMOTE_ENRAGE (Naxx 40)'),\n(@CENTRY+35, 0, 0, 'Foolishly you have sought your own demise.', 14, 0, 100.0, 0, 0, 8807, 13030, 3, 'Gothik SAY_INTRO_1 (Naxx 40)'),\n(@CENTRY+35, 1, 0, 'Brazenly you have disregarded powers beyond your understanding.', 14, 0, 100.0, 0, 0, 0, 13031, 3, 'Gothik SAY_INTRO_2 (Naxx 40)'),\n(@CENTRY+35, 2, 0, 'You have fought hard to invade the realm of the harvester.', 14, 0, 100.0, 0, 0, 0, 13032, 3, 'Gothik SAY_INTRO_3 (Naxx 40)'),\n(@CENTRY+35, 3, 0, 'Now there is only one way out- to walk the lonely path of the damned.', 14, 0, 100.0, 0, 0, 0, 13033, 3, 'Gothik SAY_INTRO_4 (Naxx 40)'),\n(@CENTRY+35, 4, 0, 'I have waited long enough. Now you face the harvester of souls.', 14, 0, 100.0, 0, 0, 8808, 13028, 3, 'Gothik SAY_PHASE_TWO (Naxx 40)'),\n(@CENTRY+35, 5, 0, 'I... am... undone.', 14, 0, 100.0, 0, 0, 8805, 13026, 3, 'Gothik SAY_DEATH (Naxx 40)'),\n(@CENTRY+35, 6, 0, 'Death is the only escape!', 14, 0, 20.0, 0, 0, 8806, 13027, 3, 'Gothik SAY_KILL (Naxx 40)'),\n(@CENTRY+35, 7, 0, '%s teleports into the fray!', 41, 0, 100.0, 0, 0, 0, 32306, 3, 'Gothik EMOTE_PHASE_TWO (Naxx 40)'),\n(@CENTRY+35, 8, 0, 'The central gate opens!', 41, 0, 100.0, 0, 0, 0, 32307, 3, 'Gothik EMOTE_GATE_OPENED (Naxx 40)'),\n(@CENTRY+36, 0, 0, 'Do as I taught you!', 14, 0, 25.0, 0, 0, 8855, 13075, 3, 'Razuvious SAY_AGGRO #1 (Naxx 40)'),\n(@CENTRY+36, 0, 1, 'The time for practice is over! Show me what you have learned!', 14, 0, 25.0, 0, 0, 8859, 13078, 3, 'Razuvious SAY_AGGRO #2 (Naxx 40)'),\n(@CENTRY+36, 0, 2, 'Show them no mercy!', 14, 0, 25.0, 0, 0, 8856, 13076, 3, 'Razuvious SAY_AGGRO #3 (Naxx 40)'),\n(@CENTRY+36, 0, 3, 'Sweep the leg... Do you have a problem with that?', 14, 0, 25.0, 0, 0, 8861, 13080, 3, 'Razuvious SAY_AGGRO #4 (Naxx 40)'),\n(@CENTRY+36, 1, 0, '%s lets loose a triumphant shout.', 16, 0, 50.0, 0, 0, 8863, 13082, 3, 'Razuvious SAY_SLAY #1 (Naxx 40)'),\n(@CENTRY+36, 1, 1, 'You should have stayed home.', 14, 0, 50.0, 0, 0, 8862, 13081, 3, 'Razuvious SAY_SLAY #2 (Naxx 40)'),\n(@CENTRY+36, 2, 0, 'Hah hah, I\\'m just getting warmed up!', 14, 0, 20.0, 0, 0, 8852, 13072, 3, 'Razuvious SAY_TAUNTED #1 (Naxx 40)'),\n(@CENTRY+36, 2, 1, 'Stand and fight!', 14, 0, 20.0, 0, 0, 8853, 13073, 3, 'Razuvious SAY_TAUNTED #2 (Naxx 40)'),\n(@CENTRY+36, 2, 2, 'Show me what you\\'ve got!', 14, 0, 20.0, 0, 0, 8854, 13074, 3, 'Razuvious SAY_TAUNTED #3 (Naxx 40)'),\n(@CENTRY+36, 2, 3, 'You disappoint me, students!', 14, 0, 20.0, 0, 0, 8858, 13077, 3, 'Razuvious SAY_TAUNTED #4 (Naxx 40)'),\n(@CENTRY+36, 2, 4, 'You should have stayed home.', 14, 0, 20.0, 0, 0, 8862, 13081, 3, 'Razuvious SAY_TAUNTED #5 (Naxx 40)'),\n(@CENTRY+36, 3, 0, 'An honorable... death.', 14, 0, 100.0, 0, 0, 8860, 13079, 3, 'Razuvious SAY_DEATH (Naxx 40)'),\n(@CENTRY+38, 0, 0, 'Flee, before it\\'s too late!', 14, 0, 100.0, 0, 0, 8913, 13097, 0, 'zeliek SAY_ZELI_AGGRO (Naxx 40)'),\n(@CENTRY+38, 1, 0, 'Invaders, cease this foolish venture at once! Turn away while you still can!', 14, 0, 100.0, 0, 0, 8917, 0, 0, 'zeliek SAY_ZELI_TAUNT1 (Naxx 40)'),\n(@CENTRY+38, 1, 1, 'Perhaps they will come to their senses, and run away as fast as they can!', 14, 0, 100.0, 0, 0, 8918, 0, 0, 'zeliek SAY_ZELI_TAUNT2 (Naxx 40)'),\n(@CENTRY+38, 1, 2, 'Do not continue! Turn back while there\\'s still time!', 14, 0, 100.0, 0, 0, 8919, 13103, 0, 'zeliek SAY_ZELI_TAUNT3 (Naxx 40)'),\n(@CENTRY+38, 2, 0, 'I have no choice but to obey!', 14, 0, 100.0, 0, 0, 8916, 13100, 0, 'zeliek SAY_ZELI_SPECIAL (Naxx 40)'),\n(@CENTRY+38, 3, 0, 'Forgive me!', 14, 0, 30.0, 0, 0, 8915, 13099, 0, 'zeliek SAY_ZELI_SLAY (Naxx 40)'),\n(@CENTRY+38, 4, 0, 'It is... as it should be. ', 14, 0, 100.0, 0, 0, 8914, 13098, 0, 'zeliek SAY_ZELI_DEATH (Naxx 40)'),\n(@CENTRY+38, 5, 0, 'Invaders, cease this foolish venture at once! Turn away while you still can!', 14, 0, 100.0, 0, 0, 8917, 13101, 3, 'zeliek SAY_ZELI_TAUNT1 (Naxx 40)'),\n(@CENTRY+38, 6, 0, 'Perhaps they will come to their senses... and run away as fast as they can.', 14, 0, 100.0, 0, 0, 8918, 13102, 3, 'zeliek SAY_ZELI_TAUNT2 (Naxx 40)'),\n(@CENTRY+38, 7, 0, '%s casts Condemnation on everyone!', 41, 0, 100.0, 0, 0, 0, 33088, 3, 'zeliek EMOTE_RAGECAST (Naxx 40)'),\n(@CENTRY+39, 0, 0, 'C\\'mon an\\' fight ye wee ninny!', 14, 0, 100.0, 0, 0, 8899, 13034, 0, 'korthazz SAY_KORT_AGGRO (Naxx 40)'),\n(@CENTRY+39, 1, 0, 'To arms, ye roustabouts! We\\'ve got company!', 14, 0, 100.0, 0, 0, 8903, 0, 0, 'korthazz SAY_KORT_TAUNT1 (Naxx 40)'),\n(@CENTRY+39, 1, 1, 'I heard about enough of yer sniveling. Shut yer fly trap \\'afore I shut it for ye!', 14, 0, 100.0, 0, 0, 8904, 0, 0, 'korthazz SAY_KORT_TAUNT2 (Naxx 40)'),\n(@CENTRY+39, 1, 2, 'I\\'m gonna\\' enjoy killin\\' these slack-jawed daffodils!', 14, 0, 100.0, 0, 0, 8905, 13040, 0, 'korthazz SAY_KORT_TAUNT3 (Naxx 40)'),\n(@CENTRY+39, 2, 0, 'I like my meat extra crispy!', 14, 0, 100.0, 0, 0, 8902, 13037, 0, 'korthazz SAY_KORT_SPECIAl (Naxx 40)'),\n(@CENTRY+39, 3, 0, 'Next time, bring more friends!', 14, 0, 30.0, 0, 0, 8901, 13036, 0, 'korthazz SAY_KORT_SLAY (Naxx 40)'),\n(@CENTRY+39, 4, 0, 'What a bloody waste this is!', 14, 0, 100.0, 0, 0, 8900, 13035, 0, 'korthazz SAY_KORT_DEATH (Naxx 40)'),\n(@CENTRY+39, 5, 0, 'To arms, ye roustabouts! We\\'ve got company!', 14, 0, 100.0, 0, 0, 8903, 13038, 3, 'korthazz SAY_KORT_TAUNT1 (Naxx 40)'),\n(@CENTRY+39, 6, 0, 'I\\'ve heard about enough a\\' yer snivelin\\'! Shut yer flytrap before I shut it for ye\\'!', 14, 0, 100.0, 0, 0, 8904, 13039, 3, 'korthazz SAY_KORT_TAUNT2 (Naxx 40)'),\n(@CENTRY+40, 0, 0, 'Defend yourself!', 14, 0, 100.0, 0, 0, 8892, 13010, 0, 'blaumeux SAY_BLAU_AGGRO (Naxx 40)'),\n(@CENTRY+40, 1, 0, 'Come, Zeliek, do not drive them out. Not before we\\'ve had our fun.', 14, 0, 100.0, 0, 0, 8896, 0, 0, 'blaumeux SAY_BLAU_TAUNT1 (Naxx 40)'),\n(@CENTRY+40, 1, 1, 'I do hope they stay alive long enough for me to... introduce myself.', 14, 0, 100.0, 0, 0, 8897, 0, 0, 'blaumeux SAY_BLAU_TAUNT2 (Naxx 40)'),\n(@CENTRY+40, 1, 2, 'The first kill goes to me! Anyone care to wager?', 14, 0, 100.0, 0, 0, 8898, 13016, 0, 'blaumeux SAY_BLAU_TAUNT3 (Naxx 40)'),\n(@CENTRY+40, 2, 0, 'Your life is mine!', 14, 0, 100.0, 0, 0, 8895, 13013, 0, 'blaumeux SAY_BLAU_SPECIAL (Naxx 40)'),\n(@CENTRY+40, 3, 0, 'Who\\'s next?', 14, 0, 30.0, 0, 0, 8894, 21654, 0, 'blaumeux SAY_BLAU_SLAY (Naxx 40)'),\n(@CENTRY+40, 4, 0, 'Touche...', 14, 0, 100.0, 0, 0, 8893, 13011, 0, 'blaumeux SAY_BLAU_DEATH (Naxx 40)'),\n(@CENTRY+40, 5, 0, 'Come, Zeliek, do not drive them out. Not before we\\'ve had our fun!', 14, 0, 100.0, 0, 0, 8896, 13014, 3, 'blaumeux SAY_BLAU_TAUNT1 (Naxx 40)'),\n(@CENTRY+40, 6, 0, 'I do hope they stay alive long enough for me to... introduce myself.', 14, 0, 100.0, 0, 0, 8897, 13015, 3, 'blaumeux SAY_BLAU_TAUNT2 (Naxx 40)'),\n(@CENTRY+40, 7, 0, '%s casts Unyielding Pain on everyone!', 41, 0, 100.0, 0, 0, 0, 33087, 3, 'blaumeux EMOTE_RAGECAST (Naxx 40)'),\n(@CENTRY+65, 0, 0, '%s goes into a frenzy!', 16, 0, 100.0, 0, 0, 0, 38630, 0, 'Infectious Ghoul (Naxx 40)'),\n(@CENTRY+76, 0, 0, '%s flees after seeing Kel\\'Thuzad fall!', 16, 0, 100.0, 0, 0, 0, 12391, 3, 'Guardian of Icecrown EMOTE_FLEE (Naxx 40)'),\n(@CENTRY+76, 1, 0, 'A Guardian of Icecrown enters the fight!', 41, 0, 100.0, 0, 0, 0, 32804, 3, 'Guardian of Icecrown EMOTE_APPEAR (Naxx 40)'),\n(@CENTRY+78, 0, 0, '%s goes into a frenzy!', 16, 0, 100.0, 0, 0, 0, 38630, 0, 'Plagued Ghoul (Naxx 40)'),\n(@CENTRY+82, 0, 0, '%s goes into a frenzy!', 16, 0, 100.0, 0, 0, 0, 1191, 3, 'Crypt Guard EMOTE_FRENZY (Naxx 40)'),\n(@CENTRY+82, 1, 0, 'A Crypt Guard joins the fight!', 41, 0, 100.0, 0, 0, 0, 29887, 3, 'Crypt Guard EMOTE_SPAWN (Naxx 40)'),\n(@CENTRY+82, 2, 0, 'Corpse Scarabs appear from a Crypt Guard\\'s corpse!', 41, 0, 100.0, 0, 0, 0, 32796, 3, 'Crypt Guard EMOTE_SCARAB (Naxx 40)'),\n(@CENTRY+84, 0, 0, 'Sir, student requests that you beat him for his lack of understanding!', 12, 0, 100, 1, 0, 0, 13140, 0, 'Death Knight Understudy SAY_BEAT_ME'),\n(@CENTRY+84, 0, 1, 'I am unworthy, master!', 12, 0, 100, 1, 0, 0, 13138, 0, 'Death Knight Understudy SAY_UNWORTHY'),\n(@CENTRY+84, 0, 2, 'Student is worthless, master! Student apologizes for his deficiency!',   12, 0, 100, 1, 0, 0, 13137, 0, 'Death Knight Understudy SAY_WORTHLESS'),\n(@CENTRY+84, 0, 3, 'Student will work harder, master!',   12, 0, 100, 1, 0, 0, 13139, 0, 'Death Knight Understudy SAY_WORK_HARDER'),   \n(@CENTRY+37, 0, 0, 'You seek death?', 14, 0, 100, 0, 0, 8835, 13051, 0, 'mograine SAY_MOG_AGGRO_1 (Naxx 40)'),\n(@CENTRY+37, 0, 1, 'None shall pass!', 14, 0, 100, 0, 0, 8836, 13052, 0, 'mograine SAY_MOG_AGGRO_2 (Naxx 40)'),\n(@CENTRY+37, 0, 2, 'Be still!', 14, 0, 100, 0, 0, 8837, 13052, 0, 'mograine SAY_MOG_AGGRO_3 (Naxx 40)'),\n(@CENTRY+37, 3, 0, 'You will find no peace in death.', 14, 0, 30, 0, 0, 8839, 13055, 0, 'mograine SAY_MOG_SLAY_1 (Naxx 40)'),\n(@CENTRY+37, 3, 1, 'The master\\'s will is done.', 14, 0, 30, 0, 0, 8840, 13056, 0, 'mograine SAY_MOG_SLAY_2 (Naxx 40)'),\n(@CENTRY+37, 2, 0, 'Bow to the might of the Highlord!', 14, 0, 100, 0, 0, 8841, 13057, 0, 'mograine SAY_MOG_SPECIAL (Naxx 40)'),\n(@CENTRY+37, 1, 0, 'Enough prattling. Let them come. We shall grind their bones to dust.', 14, 0, 100, 0, 0, 8842, 13058, 3, 'mograine SAY_MOG_TAUNT1 (Naxx 40)'),\n(@CENTRY+37, 1, 1, 'Conserve your anger. Harness your rage. You will all have outlets for your frustrations soon enough.', 14, 0, 100, 0, 0, 8843, 13059, 3, 'mograine SAY_MOG_TAUNT2 (Naxx 40)'),\n(@CENTRY+37, 4, 0, 'I... am... released... perhaps it\\'s not too late to- No! I need... more... time...', 14, 0, 100, 0, 0, 8838, 13054, 0, 'mograine SAY_MOG_DEATH (Naxx 40)');\n\n-- restore: UPDATE `creature_equip_template` SET `ItemID1` = 13623 WHERE (`CreatureID` = 16861);\nUPDATE `creature_equip_template` SET `ItemID1` = 22738 WHERE (`CreatureID` = 16861);\nDELETE FROM `creature_equip_template` WHERE `CreatureID` BETWEEN @CENTRY and @CENTRY+89;\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`) VALUES\n-- (16157, 1, 2558, 0, 0), -- already exists\n-- (16158, 1, 1903, 5532, 0), -- already exists\n-- (16451, 1, 2181, 0, 0), -- already exists\n-- (16452, 1, 5305, 0, 0), -- already exists\n(@CENTRY+5, 1, 13061, 0, 0),\n(@CENTRY+7, 1, 23743, 0, 0),\n(@CENTRY+36, 1, 23328, 0, 0),\n(@CENTRY+37, 1, 22709, 0, 0),\n(@CENTRY+38, 1, 23583, 0, 0),\n(@CENTRY+39, 1, 22724, 0, 0),\n(@CENTRY+40, 1, 23582, 0, 0),\n(@CENTRY+44, 1, 13504, 23356, 0),\n(@CENTRY+45, 1, 12949, 0, 0),\n(@CENTRY+48, 1, 12755, 0, 0),\n(@CENTRY+49, 1, 2179, 11041, 0),\n(@CENTRY+50, 1, 13504, 23356, 0),\n(@CENTRY+52, 1, 2181, 0, 0),\n(@CENTRY+53, 1, 3367, 0, 0),\n(@CENTRY+54, 1, 12801, 0, 0),\n(@CENTRY+55, 1, 23328, 0, 0),\n(@CENTRY+57, 1, 24418, 0, 0),\n(@CENTRY+60, 1, 10756, 0, 0),\n(@CENTRY+61, 1, 11342, 0, 0),\n(@CENTRY+62, 1, 12959, 0, 0),\n(@CENTRY+63, 1, 13222, 13222, 0),\n(@CENTRY+70, 1, 10617, 0, 0),\n(@CENTRY+80, 1, 5495, 0, 0),\n(@CENTRY+84, 1, 2180, 23356, 0),\n(@CENTRY+85, 1, 5305, 0, 0),\n(@CENTRY+86, 1, 4991, 0, 0),\n(@CENTRY+87, 1, 12285, 0, 0);\n\nUPDATE `creature` SET `equipment_id` = 1 WHERE `id1` IN (@CENTRY+5,@CENTRY+7,@CENTRY+36,@CENTRY+37,@CENTRY+38,@CENTRY+39,@CENTRY+40,@CENTRY+44,@CENTRY+45,@CENTRY+48,@CENTRY+49,@CENTRY+50,\n@CENTRY+52,@CENTRY+53,@CENTRY+54,16157,16158,@CENTRY+55,@CENTRY+57,@CENTRY+60,@CENTRY+61,@CENTRY+62,@CENTRY+63,@CENTRY+70,16451,16452,@CENTRY+80,@CENTRY+84,16861,@CENTRY+85,@CENTRY+86,@CENTRY+87);\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @GUID AND @GUID+1063;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES\n(@GUID+102, @WPID+1020, 0, 0, 0, 0, NULL),\n(@GUID+103, @WPID+1030, 0, 0, 0, 0, NULL),\n(@GUID+108, @WPID+1080, 0, 0, 0, 0, NULL),\n(@GUID+109, @WPID+1090, 0, 0, 0, 0, NULL),\n(@GUID+110, @WPID+1100, 0, 0, 0, 0, NULL),\n(@GUID+111, @WPID+1110, 0, 0, 0, 0, NULL),\n(@GUID+112, @WPID+1120, 0, 0, 0, 0, NULL),\n(@GUID+144, 0, 0, 0, 0, 0, 27793),\n(@GUID+145, 0, 0, 0, 0, 0, 27793),\n(@GUID+146, 0, 0, 0, 0, 0, 27793),\n(@GUID+147, 0, 0, 0, 0, 0, 27793),\n(@GUID+148, 0, 0, 0, 0, 0, 27793),\n(@GUID+149, 0, 0, 0, 0, 0, 27793),\n(@GUID+150, 0, 0, 0, 0, 0, 27793),\n(@GUID+151, 0, 0, 0, 0, 0, 27793),\n(@GUID+152, @WPID+1520, 0, 0, 0, 0, NULL),\n(@GUID+153, @WPID+1530, 0, 0, 0, 0, NULL),\n(@GUID+158, 0, 0, 0, 0, 0, 27793),\n(@GUID+159, 0, 0, 0, 0, 0, 27793),\n(@GUID+160, 0, 0, 0, 0, 0, 27793),\n(@GUID+161, 0, 0, 0, 0, 0, 27793),\n(@GUID+178, @WPID+1780, 0, 0, 0, 0, NULL),\n(@GUID+183, @WPID+1830, 0, 0, 0, 0, NULL),\n(@GUID+220, @WPID+2200, 0, 0, 0, 0, NULL),\n(@GUID+230, @WPID+2300, 0, 0, 0, 0, NULL),\n(@GUID+233, @WPID+2330, 0, 0, 0, 0, NULL),\n(@GUID+234, @WPID+2340, 0, 0, 0, 0, NULL),\n(@GUID+248, @WPID+2480, 0, 0, 0, 0, NULL),\n(@GUID+253, @WPID+2530, 0, 0, 0, 0, NULL),\n(@GUID+257, @WPID+2570, 0, 0, 0, 0, NULL),\n(@GUID+259, @WPID+2590, 0, 0, 0, 0, NULL),\n(@GUID+262, @WPID+2620, 0, 0, 0, 0, NULL),\n(@GUID+263, @WPID+2630, 0, 0, 0, 0, NULL),\n(@GUID+267, @WPID+2670, 0, 0, 0, 0, NULL),\n(@GUID+281, @WPID+2810, 0, 0, 0, 0, NULL),\n(@GUID+290, @WPID+2900, 0, 0, 0, 0, NULL),\n(@GUID+304, @WPID+3040, 0, 0, 0, 0, NULL),\n(@GUID+320, @WPID+3200, 0, 0, 0, 0, NULL),\n(@GUID+321, @WPID+3210, 0, 0, 0, 0, NULL),\n(@GUID+322, @WPID+3220, 0, 0, 0, 0, 28362),\n(@GUID+323, @WPID+3230, 0, 0, 0, 0, 28362),\n(@GUID+324, @WPID+3240, 0, 0, 0, 0, 28362),\n(@GUID+325, @WPID+3250, 0, 0, 0, 0, NULL),\n(@GUID+326, 0, 0, 0, 0, 0, 27793),\n(@GUID+327, 0, 0, 0, 0, 0, 27793),\n(@GUID+328, 0, 0, 0, 0, 0, 27793),\n(@GUID+329, 0, 0, 0, 0, 0, 27793),\n(@GUID+339, @WPID+3390, 0, 0, 0, 0, NULL),\n(@GUID+342, @WPID+3420, 0, 0, 0, 0, NULL),\n(@GUID+345, @WPID+3450, 0, 0, 0, 0, NULL),\n(@GUID+374, @WPID+3740, 0, 0, 0, 0, NULL),\n(@GUID+387, @WPID+3870, 0, 0, 0, 0, NULL),\n(@GUID+394, @WPID+3940, 0, 0, 0, 0, NULL),\n(@GUID+398, @WPID+3980, 0, 0, 0, 0, NULL),\n(@GUID+406, @WPID+4060, 0, 0, 0, 0, NULL),\n(@GUID+412, @WPID+4120, 0, 0, 0, 0, NULL),\n(@GUID+415, @WPID+4150, 0, 0, 0, 0, NULL),\n(@GUID+420, @WPID+4200, 0, 0, 0, 0, NULL),\n(@GUID+424, @WPID+4240, 0, 0, 0, 0, NULL),\n(@GUID+428, @WPID+4280, 0, 0, 0, 0, NULL),\n(@GUID+434, @WPID+4340, 0, 0, 0, 0, NULL),\n(@GUID+438, @WPID+4380, 0, 0, 0, 0, NULL),\n(@GUID+446, @WPID+4460, 0, 0, 0, 0, NULL),\n(@GUID+451, @WPID+4510, 0, 0, 0, 0, NULL),\n(@GUID+455, @WPID+4550, 0, 0, 0, 0, NULL),\n(@GUID+460, @WPID+4600, 0, 0, 0, 0, NULL),\n(@GUID+464, @WPID+4640, 0, 0, 0, 0, NULL),\n(@GUID+468, @WPID+4680, 0, 0, 0, 0, NULL),\n(@GUID+473, @WPID+4730, 0, 0, 0, 0, NULL),\n(@GUID+478, @WPID+4780, 0, 0, 0, 0, NULL),\n(@GUID+482, @WPID+4820, 0, 0, 0, 0, NULL),\n(@GUID+487, @WPID+4870, 0, 0, 0, 0, NULL),\n(@GUID+491, @WPID+4910, 0, 0, 0, 0, NULL),\n(@GUID+495, @WPID+4950, 0, 0, 0, 0, NULL),\n(@GUID+500, @WPID+5000, 0, 0, 0, 0, NULL),\n(@GUID+505, @WPID+5050, 0, 0, 0, 0, NULL),\n(@GUID+509, @WPID+5090, 0, 0, 0, 0, NULL),\n(@GUID+513, @WPID+5130, 0, 0, 0, 0, NULL),\n(@GUID+518, @WPID+5180, 0, 0, 0, 0, NULL),\n(@GUID+522, @WPID+5220, 0, 0, 0, 0, NULL),\n(@GUID+539, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+540, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+541, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+542, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+543, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+544, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+545, 1276310, 0, 0, 0, 0, '28370'),\n(@GUID+581, @WPID+5810, 0, 0, 0, 0, NULL),\n(@GUID+583, @WPID+5830, 0, 0, 0, 0, NULL),\n(@GUID+584, @WPID+5840, 0, 0, 0, 0, NULL),\n(@GUID+587, @WPID+5870, 0, 0, 0, 0, NULL),\n(@GUID+588, @WPID+5880, 0, 0, 0, 0, NULL),\n(@GUID+758, @WPID+7580, 0, 0, 0, 0, NULL),\n(@GUID+759, @WPID+7590, 0, 0, 0, 0, NULL),\n(@GUID+773, @WPID+7730, 0, 0, 0, 0, NULL),\n(@GUID+791, @WPID+7910, 0, 0, 0, 0, NULL),\n(@GUID+845, @WPID+8450, 0, 0, 0, 0, NULL),\n(@GUID+847, @WPID+8470, 0, 0, 0, 0, NULL),\n(@GUID+849, @WPID+8490, 0, 0, 0, 0, NULL),\n(@GUID+858, @WPID+8580, 0, 0, 0, 0, NULL),\n(@GUID+875, @WPID+8750, 0, 0, 0, 0, NULL),\n(@GUID+876, @WPID+8760, 0, 0, 0, 0, NULL),\n(@GUID+896, @WPID+8960, 0, 0, 0, 0, NULL),\n(@GUID+906, @WPID+9060, 0, 0, 0, 0, NULL),\n(@GUID+907, @WPID+9070, 0, 0, 0, 0, NULL),\n(@GUID+949, @WPID+9490, 0, 0, 0, 0, NULL),\n(@GUID+950, @WPID+9500, 0, 0, 0, 0, NULL),\n(@GUID+981, @WPID+9810, 0, 0, 0, 0, NULL),\n(@GUID+1060, @WPID+10600, 0, 0, 1, 0, NULL),\n(@GUID+1063, @WPID+10630, 0, 0, 1, 0, NULL);\n\nDELETE FROM `creature_template_model` WHERE (`CreatureID` BETWEEN @CENTRY AND @CENTRY+89) OR (`CreatureID` IN (@CENTRY+90, @CENTRY+91, @CENTRY+92)) OR (`CreatureID` = @CENTRY+97);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES\n(@CENTRY+0, 0, 16137, 1.0, 1.0, NULL),\n(@CENTRY+1, 0, 15297, 1.0, 1.0, NULL),\n(@CENTRY+2, 0, 15297, 1.0, 1.0, NULL),\n(@CENTRY+3, 0, 16035, 1.0, 1.0, NULL),\n(@CENTRY+4, 0, 16064, 1.0, 1.0, NULL),\n(@CENTRY+5, 0, 16309, 1.0, 1.0, NULL),\n(@CENTRY+6, 0, 15928, 1.0, 1.0, NULL),\n(@CENTRY+7, 0, 15940, 1.0, 1.0, NULL),\n(@CENTRY+8, 0, 16590, 1.0, 1.0, NULL),\n(@CENTRY+9, 0, 15931, 1.0, 1.0, NULL),\n(@CENTRY+10, 0, 15937, 1.0, 1.0, NULL),\n(@CENTRY+11, 0, 15938, 1.0, 1.0, NULL),\n(@CENTRY+12, 0, 15939, 1.0, 1.0, NULL),\n(@CENTRY+13, 0, 959, 1.0, 1.0, NULL),\n(@CENTRY+14, 0, 15941, 1.0, 1.0, NULL),\n(@CENTRY+15, 0, 15942, 1.0, 1.0, NULL),\n(@CENTRY+16, 0, 16594, 1.0, 1.0, NULL),\n(@CENTRY+17, 0, 16598, 1.0, 1.0, NULL),\n(@CENTRY+18, 0, 16033, 1.0, 1.0, NULL),\n(@CENTRY+19, 0, 15945, 1.0, 1.0, NULL),\n(@CENTRY+20, 0, 16110, 1.0, 1.0, NULL),\n(@CENTRY+21, 0, 9760, 1.0, 1.0, NULL),\n(@CENTRY+22, 0, 15958, 1.0, 1.0, NULL),\n(@CENTRY+23, 0, 16063, 1.0, 1.0, NULL),\n(@CENTRY+24, 0, 16175, 1.0, 1.0, NULL),\n(@CENTRY+25, 0, 836, 1.0, 1.0, NULL),\n(@CENTRY+26, 0, 12349, 1.0, 1.0, NULL),\n(@CENTRY+27, 0, 15961, 1.0, 1.0, NULL),\n(@CENTRY+28, 0, 16174, 1.0, 1.0, NULL),\n(@CENTRY+29, 0, 15962, 1.0, 1.0, NULL),\n(@CENTRY+30, 0, 9013, 1.0, 1.0, NULL),\n(@CENTRY+31, 0, 7896, 1.0, 1.0, NULL),\n(@CENTRY+32, 0, 1954, 1.0, 1.0, NULL),\n(@CENTRY+33, 0, 15978, 1.0, 1.0, NULL),\n(@CENTRY+34, 0, 15554, 1.0, 1.0, NULL),\n(@CENTRY+35, 0, 16279, 1.0, 1.0, NULL),\n(@CENTRY+36, 0, 16582, 1.0, 1.0, NULL),\n(@CENTRY+37, 0, 16139, 1.0, 1.0, NULL),\n(@CENTRY+38, 0, 16154, 1.0, 1.0, NULL),\n(@CENTRY+39, 0, 16155, 1.0, 1.0, NULL),\n(@CENTRY+40, 0, 16153, 1.0, 1.0, NULL),\n(@CENTRY+41, 0, 16937, 1.0, 1.0, NULL),\n(@CENTRY+42, 0, 11686, 1.0, 1.0, NULL),\n(@CENTRY+43, 0, 16609, 1.0, 1.0, NULL), -- displayId 16609 (more similar to the original vanilla model) instead of 16608 (wotlk updated model)\n(@CENTRY+44, 0, 16607, 0.8575, 1.0, NULL), -- displayId 16607 (more similar to the original vanilla model) instead of 16611 (wotlk updated model) + scale to match vanilla\n(@CENTRY+45, 0, 10729, 1.0, 1.0, NULL),\n(@CENTRY+46, 0, 3942, 1.0, 1.0, NULL),\n(@CENTRY+47, 0, 11686, 1.0, 1.0, NULL),\n(@CENTRY+48, 0, 16513, 1.0, 1.0, NULL),\n(@CENTRY+49, 0, 11072, 1.0, 1.0, NULL), -- displayId 11072 (more similar to the original vanilla model) instead of 16508 (wotlk updated model)\n(@CENTRY+50, 0, 16611, 1.0, 1.0, NULL),\n(@CENTRY+51, 0, 10719, 1.0, 1.0, NULL),\n(@CENTRY+52, 0, 16614, 1.0, 1.0, NULL),\n(@CENTRY+53, 0, 16927, 1.0, 1.0, NULL),\n(@CENTRY+54, 0, 16534, 1.0, 1.0, NULL),\n(@CENTRY+55, 0, 10729, 1.0, 1.0, NULL),\n(@CENTRY+56, 0, 14703, 1.0, 1.0, NULL),\n(@CENTRY+57, 0, 11396, 1.0, 1.0, NULL),\n(@CENTRY+58, 0, 14706, 1.0, 1.0, NULL),\n(@CENTRY+59, 0, 14710, 1.0, 1.0, NULL),\n(@CENTRY+60, 0, 11404, 1.0, 1.0, NULL),\n(@CENTRY+61, 0, 15294, 1.0, 1.0, NULL),\n(@CENTRY+62, 0, 15294, 1.0, 1.0, NULL),\n(@CENTRY+63, 0, 15294, 1.0, 1.0, NULL),\n(@CENTRY+64, 0, 11140, 1.0, 1.0, NULL),\n(@CENTRY+65, 0, 10627, 1.0, 1.0, NULL),\n(@CENTRY+66, 0, 16111, 1.0, 1.0, NULL),\n(@CENTRY+67, 0, 12349, 1.0, 1.0, NULL),\n(@CENTRY+68, 0, 7898, 1.0, 1.0, NULL),\n(@CENTRY+69, 0, 10976, 1.0, 1.0, NULL),\n(@CENTRY+70, 0, 16160, 1.0, 1.0, NULL),\n(@CENTRY+71, 0, 12349, 2.0, 1.0, NULL),\n(@CENTRY+72, 0, 11686, 1.0, 1.0, NULL),\n(@CENTRY+73, 0, 7869, 1.0, 1.0, NULL),\n(@CENTRY+74, 0, 12818, 1.0, 1.0, NULL),\n(@CENTRY+75, 0, 16178, 1.0, 1.0, NULL),\n(@CENTRY+76, 0, 16586, 1.0, 1.0, NULL),\n(@CENTRY+77, 0, 14710, 1.0, 1.0, NULL),\n(@CENTRY+78, 0, 10627, 1.0, 1.0, NULL),\n(@CENTRY+79, 0, 16213, 1.0, 1.0, NULL),\n(@CENTRY+80, 0, 16605, 1.0, 1.0, NULL),\n(@CENTRY+81, 0, 16603, 1.0, 1.0, NULL),\n(@CENTRY+82, 0, 14698, 1.0, 1.0, NULL),\n(@CENTRY+83, 0, 10005, 1.0, 1.0, NULL),\n(@CENTRY+84, 0, 16539, 1.0, 1.0, NULL),\n(@CENTRY+85, 0, 2606, 1.0, 1.0, NULL),\n(@CENTRY+86, 0, 7847, 1.0, 1.0, NULL),\n(@CENTRY+87, 0, 16916, 1.0, 1.0, NULL),\n(@CENTRY+88, 0, 13111, 1.0, 1.0, NULL),\n(@CENTRY+89, 0, 11686, 1.0, 1.0, NULL),\n(@CENTRY+90, 0, 15788, 1.0, 1.0, 12340),\n(@CENTRY+91, 0, 4590, 1.0, 1.0, 12340),\n(@CENTRY+92, 0, 14368, 1.0, 1.0, 12340),\n(@CENTRY+97, 0, 17035, 1.0, 1.0, 0),\n(@CENTRY+97, 1, 11686, 1.0, 1.0, 0);\n\nDELETE FROM `creature_model_info` WHERE `DisplayID` IN (16608, 16609);\nINSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES\n(16608, 0.3672, 1.8, 0, 0),\n(16609, 0, 0, 0, 0);\n\nDELETE FROM `creature_template_resistance` WHERE `CreatureID` IN\n(@CENTRY+0,  @CENTRY+1,  @CENTRY+2,  @CENTRY+3,  @CENTRY+4,  @CENTRY+5,  @CENTRY+6,  @CENTRY+7,  @CENTRY+8,  @CENTRY+9,  @CENTRY+10, @CENTRY+11, @CENTRY+12, \n @CENTRY+13, @CENTRY+14, @CENTRY+15, @CENTRY+16, @CENTRY+17, @CENTRY+18, @CENTRY+19, @CENTRY+20, @CENTRY+21, @CENTRY+22, @CENTRY+23, @CENTRY+24, @CENTRY+27, \n @CENTRY+28, @CENTRY+29, @CENTRY+30, @CENTRY+35, @CENTRY+36, @CENTRY+37, @CENTRY+38, @CENTRY+39, @CENTRY+40, @CENTRY+41, @CENTRY+44, @CENTRY+45, @CENTRY+48, \n @CENTRY+49, @CENTRY+50, @CENTRY+51, @CENTRY+52, @CENTRY+53, @CENTRY+54, @CENTRY+55, @CENTRY+56, @CENTRY+57, @CENTRY+58, @CENTRY+59, @CENTRY+60, @CENTRY+61, \n @CENTRY+62, @CENTRY+63, @CENTRY+64, @CENTRY+65, @CENTRY+68, @CENTRY+70, @CENTRY+77, @CENTRY+78, @CENTRY+80, @CENTRY+82, @CENTRY+85, @CENTRY+86, @CENTRY+87, @CENTRY+91);\n\nINSERT INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES\n(15,   @CENTRY+0,   2), (15,   @CENTRY+0,   3), (15,   @CENTRY+0,   4), (15,   @CENTRY+0,   5), (15,   @CENTRY+0,   6),\n(15,   @CENTRY+1,   2), (15,   @CENTRY+1,   3), (15,   @CENTRY+1,   4), (15,   @CENTRY+1,   5), (15,   @CENTRY+1,   6),\n(15,   @CENTRY+2,   2), (15,   @CENTRY+2,   3), (15,   @CENTRY+2,   4), (15,   @CENTRY+2,   5), (15,   @CENTRY+2,   6),\n(15,   @CENTRY+3,   2), (15,   @CENTRY+3,   3), (15,   @CENTRY+3,   4), (15,   @CENTRY+3,   5), (15,   @CENTRY+3,   6),\n(15,   @CENTRY+4,   2), (15,   @CENTRY+4,   3), (15,   @CENTRY+4,   4), (15,   @CENTRY+4,   5), (15,   @CENTRY+4,   6),\n(15,   @CENTRY+5,   2), (15,   @CENTRY+5,   3), (15,   @CENTRY+5,   4), (15,   @CENTRY+5,   5), (15,   @CENTRY+5,   6),\n(15,   @CENTRY+6,   2), (15,   @CENTRY+6,   3), (15,   @CENTRY+6,   4), (15,   @CENTRY+6,   5), (15,   @CENTRY+6,   6),\n(15,   @CENTRY+7,   2), (15,   @CENTRY+7,   3), (15,   @CENTRY+7,   4), (15,   @CENTRY+7,   5), (15,   @CENTRY+7,   6),\n(15,   @CENTRY+8,   2), (15,   @CENTRY+8,   3), (15,   @CENTRY+8,   4), (15,   @CENTRY+8,   5), (15,   @CENTRY+8,   6),\n(15,   @CENTRY+9,   2), (15,   @CENTRY+9,   3), (15,   @CENTRY+9,   4), (15,   @CENTRY+9,   5), (15,   @CENTRY+9,   6),\n(5,    @CENTRY+10,  2), (5,    @CENTRY+10,  3), (5,    @CENTRY+10,  4), (5,    @CENTRY+10,  5), (5,    @CENTRY+10,  6),\n(5,    @CENTRY+11,  2), (5,    @CENTRY+11,  3), (5,    @CENTRY+11,  4), (5,    @CENTRY+11,  5), (5,    @CENTRY+11,  6),\n(5,    @CENTRY+12,  2), (5,    @CENTRY+12,  3), (5,    @CENTRY+12,  4), (5,    @CENTRY+12,  5), (5,    @CENTRY+12,  6),\n(5,    @CENTRY+13,  2), (5,    @CENTRY+13,  3), (5,    @CENTRY+13,  4), (5,    @CENTRY+13,  5), (5,    @CENTRY+13,  6),\n(5,    @CENTRY+14,  2), (5,    @CENTRY+14,  3), (5,    @CENTRY+14,  4), (5,    @CENTRY+14,  5), (5,    @CENTRY+14,  6),\n(5,    @CENTRY+15,  2), (5,    @CENTRY+15,  3), (5,    @CENTRY+15,  4), (5,    @CENTRY+15,  5), (5,    @CENTRY+15,  6),\n(5,    @CENTRY+16,  2), (5,    @CENTRY+16,  3), (5,    @CENTRY+16,  4), (5,    @CENTRY+16,  5), (5,    @CENTRY+16,  6),\n(5,    @CENTRY+17,  2), (5,    @CENTRY+17,  3), (5,    @CENTRY+17,  4), (5,    @CENTRY+17,  5), (5,    @CENTRY+17,  6),\n(15,   @CENTRY+18,  2), (15,   @CENTRY+18,  3), (15,   @CENTRY+18,  4), (15,   @CENTRY+18,  5), (15,   @CENTRY+18,  6),\n(15,   @CENTRY+19,  2), (15,   @CENTRY+19,  3), (200,  @CENTRY+19,  4), (100,  @CENTRY+19,  5), (15,   @CENTRY+19,  6),\n(15,   @CENTRY+20,  2), (15,   @CENTRY+20,  3), (15,   @CENTRY+20,  4), (15,   @CENTRY+20,  5), (15,   @CENTRY+20,  6),\n(5,    @CENTRY+21,  2), (5,    @CENTRY+21,  3), (5,    @CENTRY+21,  4), (5,    @CENTRY+21,  5), (5,    @CENTRY+21,  6),\n(5,    @CENTRY+22,  2), (5,    @CENTRY+22,  3), (5,    @CENTRY+22,  4), (5,    @CENTRY+22,  5), (5,    @CENTRY+22,  6),\n(5,    @CENTRY+23,  2), (5,    @CENTRY+23,  3), (5,    @CENTRY+23,  4), (5,    @CENTRY+23,  5), (5,    @CENTRY+23,  6),\n(10,   @CENTRY+24,  2), (10,   @CENTRY+24,  3), (10,   @CENTRY+24,  4), (10,   @CENTRY+24,  5), (10,   @CENTRY+24,  6),\n(15,   @CENTRY+27,  2), (15,   @CENTRY+27,  3), (15,   @CENTRY+27,  4), (15,   @CENTRY+27,  5), (15,   @CENTRY+27,  6),\n(15,   @CENTRY+28,  2), (15,   @CENTRY+28,  3), (15,   @CENTRY+28,  4), (15,   @CENTRY+28,  5), (15,   @CENTRY+28,  6),\n(10,   @CENTRY+29,  2), (10,   @CENTRY+29,  3), (10,   @CENTRY+29,  4), (10,   @CENTRY+29,  5), (10,   @CENTRY+29,  6),\n(5,    @CENTRY+30,  2), (5,    @CENTRY+30,  3), (5,    @CENTRY+30,  4), (5,    @CENTRY+30,  5), (5,    @CENTRY+30,  6),\n(15,   @CENTRY+35,  2), (15,   @CENTRY+35,  3), (15,   @CENTRY+35,  4), (15,   @CENTRY+35,  5), (15,   @CENTRY+35,  6),\n(15,   @CENTRY+36,  2), (15,   @CENTRY+36,  3), (15,   @CENTRY+36,  4), (15,   @CENTRY+36,  5), (15,   @CENTRY+36,  6),\n(15,   @CENTRY+37,  2), (15,   @CENTRY+37,  3), (15,   @CENTRY+37,  4), (15,   @CENTRY+37,  5), (15,   @CENTRY+37,  6),\n(15,   @CENTRY+38,  2), (15,   @CENTRY+38,  3), (15,   @CENTRY+38,  4), (15,   @CENTRY+38,  5), (15,   @CENTRY+38,  6),\n(15,   @CENTRY+39,  2), (15,   @CENTRY+39,  3), (15,   @CENTRY+39,  4), (15,   @CENTRY+39,  5), (15,   @CENTRY+39,  6),\n(15,   @CENTRY+40,  2), (15,   @CENTRY+40,  3), (15,   @CENTRY+40,  4), (15,   @CENTRY+40,  5), (15,   @CENTRY+40,  6),\n(5,    @CENTRY+41,  2), (5,    @CENTRY+41,  3), (5,    @CENTRY+41,  4), (5,    @CENTRY+41,  5), (5,    @CENTRY+41,  6),\n(5,    @CENTRY+44,  2), (5,    @CENTRY+44,  3), (5,    @CENTRY+44,  4), (5,    @CENTRY+44,  5), (5,    @CENTRY+44,  6),\n(10,   @CENTRY+45,  2), (10,   @CENTRY+45,  3), (10,   @CENTRY+45,  4), (10,   @CENTRY+45,  5), (10,   @CENTRY+45,  6),\n(5,    @CENTRY+48,  2), (5,    @CENTRY+48,  3), (5,    @CENTRY+48,  4), (5,    @CENTRY+48,  5), (5,    @CENTRY+48,  6),\n(5,    @CENTRY+49,  2), (5,    @CENTRY+49,  3), (5,    @CENTRY+49,  4), (5,    @CENTRY+49,  5), (5,    @CENTRY+49,  6),\n(10,   @CENTRY+50,  2), (10,   @CENTRY+50,  3), (10,   @CENTRY+50,  4), (10,   @CENTRY+50,  5), (10,   @CENTRY+50,  6),\n(15,   @CENTRY+52,  2), (15,   @CENTRY+52,  3), (15,   @CENTRY+52,  4), (15,   @CENTRY+52,  5), (15,   @CENTRY+52,  6),\n(15,   @CENTRY+51,  2), (15,   @CENTRY+51,  3), (15,   @CENTRY+51,  4), (15,   @CENTRY+51,  5), (15,   @CENTRY+51,  6),\n(5,    @CENTRY+53,  2), (5,    @CENTRY+53,  3), (5,    @CENTRY+53,  4), (5,    @CENTRY+53,  5), (5,    @CENTRY+53,  6),\n(5,    @CENTRY+54,  2), (5,    @CENTRY+54,  3), (5,    @CENTRY+54,  4), (5,    @CENTRY+54,  5), (5,    @CENTRY+54,  6),\n(5,    @CENTRY+55,  2), (5,    @CENTRY+55,  3), (5,    @CENTRY+55,  4), (5,    @CENTRY+55,  5), (5,    @CENTRY+55,  6),\n(5,    @CENTRY+56,  2), (5,    @CENTRY+56,  3), (5,    @CENTRY+56,  4), (5,    @CENTRY+56,  5), (5,    @CENTRY+56,  6),\n(5,    @CENTRY+57,  2), (5,    @CENTRY+57,  3), (5,    @CENTRY+57,  4), (5,    @CENTRY+57,  5), (5,    @CENTRY+57,  6),\n(5,    @CENTRY+58,  2), (5,    @CENTRY+58,  3), (5,    @CENTRY+58,  4), (5,    @CENTRY+58,  5), (5,    @CENTRY+58,  6),\n(5,    @CENTRY+59,  2), (5,    @CENTRY+59,  3), (5,    @CENTRY+59,  4), (5,    @CENTRY+59,  5), (5,    @CENTRY+59,  6),\n(5,    @CENTRY+60,  2), (5,    @CENTRY+60,  3), (5,    @CENTRY+60,  4), (5,    @CENTRY+60,  5), (5,    @CENTRY+60,  6),\n(5,    @CENTRY+61,  2), (5,    @CENTRY+61,  3), (5,    @CENTRY+61,  4), (5,    @CENTRY+61,  5), (5,    @CENTRY+61,  6),\n(5,    @CENTRY+62,  2), (5,    @CENTRY+62,  3), (5,    @CENTRY+62,  4), (5,    @CENTRY+62,  5), (5,    @CENTRY+62,  6),\n(5,    @CENTRY+63,  2), (5,    @CENTRY+63,  3), (5,    @CENTRY+63,  4), (5,    @CENTRY+63,  5), (5,    @CENTRY+63,  6),\n(5,    @CENTRY+64,  2), (5,    @CENTRY+64,  3), (5,    @CENTRY+64,  4), (5,    @CENTRY+64,  5), (5,    @CENTRY+64,  6),\n(5,    @CENTRY+65,  2), (5,    @CENTRY+65,  3), (5,    @CENTRY+65,  4), (5,    @CENTRY+65,  5), (5,    @CENTRY+65,  6),\n(5,    @CENTRY+68,  2), (5,    @CENTRY+68,  3), (5,    @CENTRY+68,  4), (5,    @CENTRY+68,  5), (5,    @CENTRY+68,  6),\n(10,   @CENTRY+70,  2), (10,   @CENTRY+70,  3), (10,   @CENTRY+70,  4), (10,   @CENTRY+70,  5), (10,   @CENTRY+70,  6),\n(5,    @CENTRY+77,  2), (5,    @CENTRY+77,  3), (5,    @CENTRY+77,  4), (5,    @CENTRY+77,  5), (5,    @CENTRY+77,  6),\n(5,    @CENTRY+78,  2), (5,    @CENTRY+78,  3), (5,    @CENTRY+78,  4), (5,    @CENTRY+78,  5), (5,    @CENTRY+78,  6),\n(5,    @CENTRY+80,  2), (5,    @CENTRY+80,  3), (5,    @CENTRY+80,  4), (5,    @CENTRY+80,  5), (5,    @CENTRY+80,  6),\n(5,    @CENTRY+82,  2), (5,    @CENTRY+82,  3), (5,    @CENTRY+82,  4), (5,    @CENTRY+82,  5), (5,    @CENTRY+82,  6),\n(5,    @CENTRY+85,  2), (5,    @CENTRY+85,  3), (5,    @CENTRY+85,  4), (5,    @CENTRY+85,  5), (5,    @CENTRY+85,  6),\n(5,    @CENTRY+86,  2), (5,    @CENTRY+86,  3), (5,    @CENTRY+86,  4), (5,    @CENTRY+86,  5), (5,    @CENTRY+86,  6),\n(5,    @CENTRY+87,  2), (5,    @CENTRY+87,  3), (5,    @CENTRY+87,  4), (5,    @CENTRY+87,  5), (5,    @CENTRY+87,  6),\n(5,    @CENTRY+91,  2), (5,    @CENTRY+91,  3), (5,    @CENTRY+91,  4), (5,    @CENTRY+91,  5), (5,    @CENTRY+91,  6);\n\n-- Naxxramas Worshipper, add spell while mind controled\nDELETE FROM `creature_template_spell` WHERE `CreatureID` = @CENTRY+81;\nINSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (@CENTRY+81, 3, 28732, 12340);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 28732;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(13, 1, 28732, 0, 0, 31, 0, 3, 15953, 0, 0, 0, 0, '', ''),\n(13, 1, 28732, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, '', ''),\n(13, 1, 28732, 0, 1, 31, 0, 3, @CENTRY+7, 0, 0, 0, 0, '', ''),\n(13, 1, 28732, 0, 1, 36, 0, 0, 0, 0, 0, 0, 0, '', '');\n    \n-- Doom Touched Warrior\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 17.1, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=16157;\n\n-- Death Touched Warrior\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 25.0, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=16158;\n\n-- Naxxramas Combat Dummy\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16211;\n\n-- Master Craftsman Omarion\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 23.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265 WHERE `entry`=16365;\n\n-- Archmage Tarsis Kir-Moldir\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 24.75, `ArmorModifier` = 1.35, `RangeAttackTime` = 1265, `unit_class` = 2 WHERE `entry`=16381;\n\n-- Plagued Deathhound\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 2.14286, `DamageModifier` = 22.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 138065 WHERE `entry`=16448;\n\n-- Spirit of Naxxramas\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 37.35, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 10432 WHERE `entry`=16449;\n\n-- [UNUSED] Death Knight Vindicator\nUPDATE `creature_template` SET `name` = 'Deathknight Vindicator', `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 32.85, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1200, `unit_class` = 2, `mingold` = 4220 WHERE `entry` = 16451;\nUPDATE `creature_template_locale` SET `Name` = \"Vollstrecker der Todesritter\" WHERE `entry` = 16451 AND `locale` = \"deDE\";\nUPDATE `creature_template_locale` SET `Name` = \"Vindicador Caballero de la Muerte\" WHERE `entry` = 16451 AND `locale` = \"esES\";\nUPDATE `creature_template_locale` SET `Name` = \"Vindicador Caballero de la Muerte\" WHERE `entry` = 16451 AND `locale` = \"esMX\";\nUPDATE `creature_template_locale` SET `Name` = \"Chevalier de la mort justicier\" WHERE `entry` = 16451 AND `locale` = \"frFR\";\nUPDATE `creature_template_locale` SET `Name` = \"죽음의 기사단 근위병\" WHERE `entry` = 16451 AND `locale` = \"koKR\";\nUPDATE `creature_template_locale` SET `Name` = \"Рыцарь смерти - воздаятель\" WHERE `entry` = 16451 AND `locale` = \"ruRU\";\nUPDATE `creature_template_locale` SET `Name` = \"死亡骑士辩护者\" WHERE `entry` = 16451 AND `locale` = \"zhCN\";\nUPDATE `creature_template_locale` SET `Name` = \"死亡騎士復仇者\" WHERE `entry` = 16451 AND `locale` = \"zhTW\";\n\n-- Necro Knight Guardian\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 26.0, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1450, `unit_class` = 8 WHERE `entry`=16452;\n\n-- Necro Stalker\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 27.35, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `lootid` = @CENTRY+10 WHERE `entry`=16453;\n\n-- [UNUSED] Death Lord\nUPDATE `creature_template` SET `name` = 'Death Lord', `speed_run` = 1.42857, `DamageModifier` = 35.85, `ArmorModifier` = 1.15, `unit_class` = 2 WHERE `entry` = 16861;\nUPDATE `creature_template_locale` SET `Name` = \"Death Lord\" WHERE `entry` = 16861 AND `locale` = \"deDE\";\nUPDATE `creature_template_locale` SET `Name` = \"Señor de la Muerte\" WHERE `entry` = 16861 AND `locale` = \"esES\";\nUPDATE `creature_template_locale` SET `Name` = \"Señor de la Muerte\" WHERE `entry` = 16861 AND `locale` = \"esMX\";\nUPDATE `creature_template_locale` SET `Name` = \"Seigneur de la mort\" WHERE `entry` = 16861 AND `locale` = \"frFR\";\nUPDATE `creature_template_locale` SET `Name` = \"죽음의 군주\" WHERE `entry` = 16861 AND `locale` = \"koKR\";\nUPDATE `creature_template_locale` SET `Name` = \"Владыка смерти\" WHERE `entry` = 16861 AND `locale` = \"ruRU\";\nUPDATE `creature_template_locale` SET `Name` = \"死亡领主\" WHERE `entry` = 16861 AND `locale` = \"zhCN\";\nUPDATE `creature_template_locale` SET `Name` = \"死亡領主\" WHERE `entry` = 16861 AND `locale` = \"zhTW\";\n\n-- Mr. Bigglesworth\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 400.0, `RangeAttackTime` = 1265 WHERE `entry`=16998;\n\n-- Toxic Tunnel, Set disable move flag\nUPDATE `creature_template` SET `unit_flags` = (`unit_flags`|4) WHERE (`entry` = @CENTRY+72);\n\n-- Fix Patchwork Golem 4man group: Delete creature_formation, set wander_distance to 1, and set MovementType to 1\nUPDATE `creature` SET `wander_distance`=1, `MovementType`=1 WHERE `guid` BETWEEN @GUID+326 and @GUID+329;\nDELETE FROM `creature_formations` WHERE `leaderGUID` = @GUID+329;\n\n -- Toxic Slime Tunnel\nDELETE FROM `creature_template_movement` WHERE (`CreatureId` = @CENTRY+72);\nINSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES\n(@CENTRY+72, 1, 1, 0, 0, 0, 0, 0);\n\n-- Kel'Thuzad, Disable combat/assistance for creatures in the alcoves\nUPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` IN (@CENTRY+73, @CENTRY+74, @CENTRY+75);\n\n-- Deathknight Understudy, add spells while mind controlled, taunt and bone barrier\nDELETE FROM `creature_template_spell` WHERE (`CreatureID` = @CENTRY+84);\nINSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES\n(@CENTRY+84, 3, 29060, 12340),\n(@CENTRY+84, 4, 29061, 12340);\n\n-- Blaumeux, Void Zone damage, Azerothcore (#18807)\nDELETE FROM `creature_template_spell` WHERE `CreatureID` = 16697;\n\n-- Wail of Souls\nDELETE FROM `creature_template_spell` WHERE (`CreatureID` = @CENTRY+75);\nINSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES\n(@CENTRY+75, 0, 28459, 12340);\n\n-- Stoneskin Gargoyle\nDELETE FROM `conditions` WHERE `SourceEntry` = @CENTRY+59;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(22, 5, @CENTRY+59, 0, 0, 21, 1, 16, 0, 0, 1, 0, 0, '', 'Stoneskin Gargoyle Not Roaming - Enable Script to set ''UNIT_STAND_STATE_SUBMERGED''(Naxx40)'),\n(22, 6, @CENTRY+59, 0, 0, 21, 1, 16, 0, 0, 0, 0, 0, '', 'Stoneskin Gargoyle Roaming - Enable Script to remove ''UNIT_STAND_STATE_SUBMERGED'' (Naxx40)');\n\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN (16448, 16449, 16453, @CENTRY+4, @CENTRY+6, @CENTRY+10, @CENTRY+12, @CENTRY+14, @CENTRY+33, @CENTRY+72, @CENTRY+73, @CENTRY+75, @CENTRY+84);\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n--\n(16448,      0, 0, 0, 0, 0, 3, '18950'),         -- Plagued Deathhound, stealth and invisibility detection\n(16449,      0, 0, 0, 0, 0, 3, '18950'),         -- Spirit of Naxxramas, stealth and invisibility detection\n(16453,      0, 0, 0, 0, 0, 3, '18943'),         -- Necro Stalker\n(@CENTRY+4,  0, 0, 0, 0, 0, 0, '18943'),         -- Gluth\n(@CENTRY+6,  0, 0, 0, 0, 0, 0, '18943'),         -- Maexxna, Double Attack Aura that gives 25% chance to double attack\n(@CENTRY+10, 0, 0, 0, 0, 0, 0, '28429'),         -- Skitterer, poison on attack\n(@CENTRY+12, 0, 0, 0, 0, 0, 0, '18943'),         -- Venom Stalker, Rupture, double attack aura; Poison Charge\n(@CENTRY+14, 0, 0, 0, 0, 0, 0, '22413'),         -- Crypt Reaver, poison proc\n(@CENTRY+33, 0, 0, 0, 0, 0, 0, '30080'),         -- Disease aura 30080\n(@CENTRY+72, 0, 0, 0, 1, 0, 0, '28370'),         -- Toxic Slime Tunnel\n(@CENTRY+73, 0, 0, 0, 1, 0, 0, '28458'),         -- Soldier of the Frozen Wastes: trigger dark blast on attack\n(@CENTRY+75, 0, 0, 0, 1, 0, 0, '28460'),         -- Wail of Souls\n(@CENTRY+84, 0, 0, 0, 1, 333, 3, '18950 29068'); -- Deathknight Understudy, Set attacking emote, add see invisibility and increase damage aura\n\n\n-- Anub'Rekhan, not sure. Present in CMangos, not in VMangos\n-- DELETE FROM `creature_template_addon` WHERE (`entry` = @CENTRY+9);\n-- INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n-- (@CENTRY+9, 0, 0, 0, 0, 0, 0, '18943');\n\n-- Necro Knight Guardian, Restore wielding of sword\nUPDATE `creature_template_addon` SET `bytes2` = 1 WHERE (`entry` = 16452);\n-- Death Lord, Restore wielding of sword and make it blue\nUPDATE `creature_template_addon` SET `bytes2` = 1 WHERE (`entry` = 16861);\nUPDATE `creature_equip_template` SET `ItemID1` = 13623 WHERE (`CreatureID` = 16861);\n\n-- fix: Mograine spirit is 73? and attackable\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 10, `unit_flags` = 2, `MovementType` = 0 WHERE (`entry` = 16775);\n\n-- Eye stalk HP should be 800hp ish\nUPDATE `creature_template` SET `HealthModifier` = 0.15 WHERE (`entry` = @CENTRY+90);\n\n-- Naxx40 Strath Entrance teleport trigger\nDELETE FROM `creature_template` WHERE `entry` = @CENTRY+97;\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n(@CENTRY+97, 0, 0, 0, 0, 0, 'Naxx40 Strath Entrance Trigger', '', NULL, 0, 70, 70, 1, 35, 0, 1, 1.14286, 1, 1, 20, 0, 0, 1, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 'npc_naxx40_area_trigger', 0);\n\nDELETE FROM `creature` WHERE `guid` = 352042;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(352042, @CENTRY+97, 0, 0, 329, 0, 0, 1, 1, 0, 3929.06, -3372.12, 119.653, 4.71395, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0);\n\n-- Razuvious\nDELETE FROM `creature_text` WHERE `CreatureID` = @CENTRY+36 AND `GroupID` IN (4, 5);\nDELETE FROM `creature_text` WHERE `CreatureID` = 29941;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@CENTRY+36, 4, 0, 'Pathetic...', 12, 0, 100, 5, 0, 0, 27865, 0, 'Razuvious SAY_PATHETIC'),\n(@CENTRY+36, 5, 0, 'Start doing something before I replace that target dummy with you and begin a warm up session of my own!', 12, 0, 100, 5, 0, 0, 13136, 0, 'Razuvious SAY_TARGET_DUMMY'),\n-- Death Knight Understudy (WotLK)\n(29941, 0, 0, 'Sir, student requests that you beat him for his lack of understanding!', 12, 0, 100, 1, 0, 0, 13140, 0, 'Death Knight Understudy SAY_BEAT_ME'),\n(29941, 0, 1, 'I am unworthy, master!', 12, 0, 100, 1, 0, 0, 13138, 0, 'Death Knight Understudy SAY_UNWORTHY'),\n(29941, 0, 2, 'Student is worthless, master! Student apologizes for his deficiency!', 12, 0, 100, 1, 0, 0, 13137, 0, 'Death Knight Understudy SAY_WORTHLESS');\n\n-- Gothik Visuals\n-- re-do spawn locations for triggers\nSET @CGUID := @GUID + 1100;\nDELETE FROM `creature` WHERE `id1`= @CENTRY+47 AND `guid` BETWEEN @CGUID AND @CGUID+14;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(@CGUID+0,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2643.73095703125,  -3399.680908203125, 284.18292236328125,  6.091198921203613281, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side soul trigger (south) - Naxx40'),\n(@CGUID+1,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2739.994873046875, -3399.779296875,    284.294647216796875, 6.108652114868164062, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side soul trigger (north) - Naxx40'),\n(@CGUID+2,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2643.73095703125,  -3321.72705078125,  284.23272705078125,  6.195918560028076171, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side soul trigger (south) - Naxx40'),\n(@CGUID+3,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2739.994873046875, -3321.72705078125,  284.23162841796875,  2.827433347702026367, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side soul trigger (north) - Naxx40'),\n(@CGUID+4,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2692.16064453125,  -3430.745849609375, 268.64617919921875,  1.605702877044677734, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side spawn trigger (center back) - Naxx40'),\n(@CGUID+5,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2714.561767578125, -3430.6103515625,   268.646240234375,    1.413716673851013183, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side spawn trigger (north back) - Naxx40'),\n(@CGUID+6,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2669.581298828125, -3428.858642578125, 268.64617919921875,  1.378810048103332519, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side spawn trigger (south front) - Naxx40'),\n(@CGUID+7,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2669.59033203125,  -3431.460205078125, 268.64617919921875,  1.343903541564941406, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side spawn trigger (south back) - Naxx40'),\n(@CGUID+8,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2692.212646484375, -3428.78271484375,  268.64617919921875,  1.48352980613708496,  7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side spawn trigger (center front) - Naxx40'),\n(@CGUID+9,  @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2733.456787109375, -3349.387939453125, 267.7677001953125,   1.780235767364501953, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'living side spawn trigger (north front) - Naxx40'),\n(@CGUID+10, @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2714.4619140625,   -3428.727783203125, 268.64617919921875,  1.65806281566619873,  7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side spawn trigger (northwest) - Naxx40'),\n(@CGUID+11, @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2725.818603515625, -3309.567626953125, 267.89178466796875,  2.827433347702026367, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side spawn trigger (northeast) - Naxx40'),\n(@CGUID+12, @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2700.268798828125, -3322.3544921875,   267.767791748046875, 3.525565147399902343, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side spawn trigger (center) - Naxx40'),\n(@CGUID+13, @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2683.885986328125, -3304.212890625,    267.76800537109375,  2.49582076072692871,  7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side spawn trigger (southwest) - Naxx40'),\n(@CGUID+14, @CENTRY+47, 0, 0, 533, 3456, 3456, 4, 1, 0, 2664.871826171875, -3340.7490234375,   267.767364501953125, 5.934119224548339843, 7200, 0, 0, 17010, 0, 0, 0, 0, 0, '', 46248, 0, 'spectral side spawn trigger (southeast) - Naxx40');\n\n-- make visuals target proper triggers\n-- to anchor 1: 27892 (Trainee), 27928 (DK), 27935 (Rider)\n-- to anchor 2: 27893 (Trainee), 27929 (DK), 27936 (Rider)\n-- anchor -> skull: 27915 (Trainee), 27931 (DK), 27937 (Rider)\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (27892,27928,27935,27893,27929,27936,27915,27931,27937) AND (`ConditionValue3` BETWEEN @CGUID AND @CGUID+3);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(13,1,27892,0,2,31,0,3,@CENTRY+47,@CGUID+0,0,0,0,'','To Anchor 1 - Target Anchor Living South - Naxx40'),\n(13,1,27892,0,3,31,0,3,@CENTRY+47,@CGUID+1,0,0,0,'','To Anchor 1 - Target Anchor Living North - Naxx40'),\n(13,1,27928,0,2,31,0,3,@CENTRY+47,@CGUID+0,0,0,0,'','To Anchor 1 - Target Anchor Living South - Naxx40'),\n(13,1,27928,0,3,31,0,3,@CENTRY+47,@CGUID+1,0,0,0,'','To Anchor 1 - Target Anchor Living North - Naxx40'),\n(13,1,27935,0,2,31,0,3,@CENTRY+47,@CGUID+0,0,0,0,'','To Anchor 1 - Target Anchor Living South - Naxx40'),\n(13,1,27935,0,3,31,0,3,@CENTRY+47,@CGUID+1,0,0,0,'','To Anchor 1 - Target Anchor Living North - Naxx40'),\n(13,1,27893,0,2,31,0,3,@CENTRY+47,@CGUID+2,0,0,0,'','To Anchor 2 - Target Anchor Spectral South - Naxx40'),\n(13,1,27893,0,3,31,0,3,@CENTRY+47,@CGUID+3,0,0,0,'','To Anchor 2 - Target Anchor Spectral North - Naxx40'),\n(13,1,27929,0,2,31,0,3,@CENTRY+47,@CGUID+2,0,0,0,'','To Anchor 2 - Target Anchor Spectral South - Naxx40'),\n(13,1,27929,0,3,31,0,3,@CENTRY+47,@CGUID+3,0,0,0,'','To Anchor 2 - Target Anchor Spectral North - Naxx40'),\n(13,1,27936,0,2,31,0,3,@CENTRY+47,@CGUID+2,0,0,0,'','To Anchor 2 - Target Anchor Spectral South - Naxx40'),\n(13,1,27936,0,3,31,0,3,@CENTRY+47,@CGUID+3,0,0,0,'','To Anchor 2 - Target Anchor Spectral North - Naxx40');\n\n-- Scaling\nSET @DAMAGE_MULTIPLIER := 1.00;\nSET @HEALTH_MULTIPLIER := 1.00;\nSET @ARMOR_MULTIPLIER  := 1.00;\n\nUPDATE `creature_template`\nSET\n    `DamageModifier` = `DamageModifier` * @DAMAGE_MULTIPLIER,\n    `HealthModifier` = `HealthModifier` * @HEALTH_MULTIPLIER,\n    `ArmorModifier`  = `ArmorModifier`  * @ARMOR_MULTIPLIER\nWHERE `entry` IN (\n    SELECT `id1`\n    FROM `creature`\n    WHERE `map` = 533 AND `spawnMask` = 4\n);\n"
  },
  {
    "path": "data/sql/world/base/naxx40_frozen_runes.sql",
    "content": "--\n-- Custom GUIDs\n-- `gameobject` [5330300,5330508]\nDELETE FROM `pool_gameobject` WHERE `guid` IN\n(5330334, 5330333, 5330332, 5330331, 5330330, 5330326, 5330325, 5330324, 5330323,\n5330322, 5330321, 5330320, 5330316, 5330315, 5330314, 5330313, 5330312, 5330311,\n5330310, 5330307, 5330306, 5330305, 5330304, 5330303, 5330302, 5330301, 5330300,\n5330335, 5330336, 5330340, 5330341, 5330342, 5330343, 5330344, 5330345, 5330346,\n5330350, 5330351, 5330352, 5330353, 5330354, 5330355, 5330360, 5330361, 5330362,\n5330363, 5330364, 5330365, 5330366, 5330367, 5330370, 5330371, 5330372, 5330373,\n5330374, 5330375, 5330376, 5330380, 5330381, 5330382, 5330383, 5330384, 5330385,\n5330390, 5330391, 5330392, 5330393, 5330394, 5330395, 5330396, 5330400, 5330401,\n5330402, 5330403, 5330404, 5330410, 5330411, 5330412, 5330413, 5330414, 5330415,\n5330416, 5330420, 5330421, 5330422, 5330423, 5330424, 5330425, 5330426, 5330427,\n5330428, 5330429, 5330430, 5330431, 5330432, 5330440, 5330441, 5330442, 5330443,\n5330444, 5330445, 5330446, 5330447, 5330450, 5330451, 5330452, 5330453, 5330454,\n5330455, 5330456, 5330457, 5330460, 5330461, 5330462, 5330463, 5330464, 5330465,\n5330470, 5330471, 5330472, 5330473, 5330474, 5330475, 5330476, 5330477, 5330480,\n5330481, 5330482, 5330483, 5330484, 5330485, 5330486, 5330487, 5330490, 5330491,\n5330492, 5330493, 5330494, 5330495, 5330496, 5330500, 5330501, 5330502, 5330503,\n5330504, 5330505, 5330506, 5330507, 5330508);\n\nINSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES\n(5330334, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330333, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330332, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330331, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330330, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330326, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330325, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330324, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330323, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330322, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330321, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330320, 47852, 0.0, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(5330316, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330315, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330314, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330313, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330312, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330311, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330310, 47851, 0.0, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(5330307, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330306, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330305, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330304, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330303, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330302, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330301, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330300, 47850, 0.0, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(5330335, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330336, 47853, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(5330340, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330341, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330342, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330343, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330344, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330345, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330346, 47854, 0.0, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(5330350, 47855, 0.0, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(5330351, 47855, 0.0, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(5330352, 47855, 0.0, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(5330353, 47855, 0.0, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(5330354, 47855, 0.0, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(5330355, 47855, 0.0, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(5330360, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330361, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330362, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330363, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330364, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330365, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330366, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330367, 47856, 0.0, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(5330370, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330371, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330372, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330373, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330374, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330375, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330376, 47857, 0.0, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(5330380, 47858, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(5330381, 47858, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(5330382, 47858, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(5330383, 47858, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(5330384, 47858, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(5330385, 47858, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(5330390, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330391, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330392, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330393, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330394, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330395, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330396, 47859, 0.0, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(5330400, 47860, 0.0, 'Naxxramas - Frozen Rune - Patchwerk (181287)'),\n(5330401, 47860, 0.0, 'Naxxramas - Frozen Rune - Patchwerk (181287)'),\n(5330402, 47860, 0.0, 'Naxxramas - Frozen Rune - Patchwerk (181287)'),\n(5330403, 47860, 0.0, 'Naxxramas - Frozen Rune - Patchwerk (181287)'),\n(5330404, 47860, 0.0, 'Naxxramas - Frozen Rune - Patchwerk (181287)'),\n(5330410, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330411, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330412, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330413, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330414, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330415, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330416, 47861, 0.0, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(5330420, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330421, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330422, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330423, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330424, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330425, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330426, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330427, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330428, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330429, 47862, 0.0, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(5330430, 47863, 0.0, 'Naxxramas - Frozen Rune - Thaddius (181287)'),\n(5330431, 47863, 0.0, 'Naxxramas - Frozen Rune - Thaddius (181287)'),\n(5330432, 47863, 0.0, 'Naxxramas - Frozen Rune - Thaddius (181287)'),\n(5330440, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330441, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330442, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330443, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330444, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330445, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330446, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330447, 47864, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(5330450, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330451, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330452, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330453, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330454, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330455, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330456, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330457, 47865, 0.0, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(5330460, 47866, 0.0, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(5330461, 47866, 0.0, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(5330462, 47866, 0.0, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(5330463, 47866, 0.0, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(5330464, 47866, 0.0, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(5330465, 47866, 0.0, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(5330470, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330471, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330472, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330473, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330474, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330475, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330476, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330477, 47867, 0.0, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(5330480, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330481, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330482, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330483, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330484, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330485, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330486, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330487, 47868, 0.0, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(5330490, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330491, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330492, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330493, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330494, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330495, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330496, 47869, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(5330500, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330501, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330502, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330503, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330504, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330505, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330506, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330507, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)'),\n(5330508, 47870, 0.0, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)');\n\nDELETE FROM `gameobject` WHERE `guid` IN\n(5330450, 5330447, 5330446, 5330445, 5330444, 5330443, 5330442, 5330441,\n5330440, 5330432, 5330431, 5330430, 5330429, 5330428, 5330427, 5330426, 5330425,\n5330424, 5330423, 5330422, 5330421, 5330420, 5330416, 5330415, 5330414, 5330413,\n5330412, 5330411, 5330410, 5330404, 5330403, 5330402, 5330401, 5330400, 5330396,\n5330395, 5330394, 5330393, 5330392, 5330391, 5330390, 5330385, 5330384, 5330383,\n5330382, 5330381, 5330380, 5330376, 5330375, 5330374, 5330373, 5330372, 5330371,\n5330370, 5330367, 5330366, 5330365, 5330364, 5330363, 5330362, 5330361, 5330360,\n5330355, 5330354, 5330353, 5330352, 5330351, 5330350, 5330346, 5330345, 5330453,\n5330452, 5330451, 5330344, 5330343, 5330342, 5330341, 5330340, 5330336, 5330335,\n5330334, 5330333, 5330332, 5330331, 5330330, 5330326, 5330325, 5330324, 5330323,\n5330322, 5330321, 5330320, 5330316, 5330315, 5330314, 5330313, 5330312, 5330311,\n5330310, 5330307, 5330306, 5330305, 5330304, 5330303, 5330302, 5330301, 5330300,\n5330454, 5330455, 5330456, 5330457, 5330460, 5330461, 5330462, 5330463, 5330464,\n5330465, 5330470, 5330471, 5330472, 5330473, 5330474, 5330475, 5330476, 5330477,\n5330480, 5330481, 5330482, 5330483, 5330484, 5330485, 5330486, 5330487, 5330490,\n5330491, 5330492, 5330493, 5330494, 5330495, 5330496, 5330500, 5330501, 5330502,\n5330503, 5330504, 5330505, 5330506, 5330507, 5330508);\n\nINSERT 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\n(5330450, 181287, 533, 0, 0, 2, 1, 3430.49, -3195.66, 297.557, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330447, 181287, 533, 0, 0, 2, 1, 3254.53, -2964.99, 298.207, 0.0174525, 0.0, 0.0, 0.00872612, 0.999962, 604800, 100, 1, '', 0),\n(5330446, 181287, 533, 0, 0, 2, 1, 3156.22, -2963.77, 271.041, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330445, 181287, 533, 0, 0, 2, 1, 3166.93, -3007.22, 270.408, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330444, 181287, 533, 0, 0, 2, 1, 3254.56, -3009.36, 298.265, 0.0349062, 0.0, 0.0, 0.0174522, 0.999848, 604800, 100, 1, '', 0),\n(5330443, 181287, 533, 0, 0, 2, 1, 3334.26, -3040.61, 298.125, 2.37364, 0.0, 0.0, 0.927183, 0.374608, 604800, 100, 1, '', 0),\n(5330442, 181287, 533, 0, 0, 2, 1, 3156.22, -3007.15, 270.466, 3.10665, 0.0, 0.0, 0.999847, 0.0174693, 604800, 100, 1, '', 0),\n(5330441, 181287, 533, 0, 0, 2, 1, 3243.76, -3008.71, 298.083, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330440, 181287, 533, 0, 0, 2, 1, 3243.76, -2963.55, 297.977, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330432, 181287, 533, 0, 0, 2, 1, 3416.93, -2924.5, 313.646, 5.53269, 0.0, 0.0, -0.366501, 0.930418, 604800, 100, 1, '', 0),\n(5330431, 181287, 533, 0, 0, 2, 1, 3516.1, -3022.03, 313.752, 2.37364, 0.0, 0.0, 0.927183, 0.374608, 604800, 100, 1, '', 0),\n(5330430, 181287, 533, 0, 0, 2, 1, 3440.38, -2901.05, 313.888, 5.51524, 0.0, 0.0, -0.374606, 0.927184, 604800, 100, 1, '', 0),\n(5330429, 181287, 533, 0, 0, 2, 1, 3343.97, -3141.59, 300.261, 2.77507, 0.0, 0.0, 0.983254, 0.182238, 604800, 100, 1, '', 0),\n(5330428, 181287, 533, 0, 0, 2, 1, 3337.19, -3201.46, 299.871, 3.15906, 0.0, 0.0, -0.999962, 0.00873464, 604800, 100, 1, '', 0),\n(5330427, 181287, 533, 0, 0, 2, 1, 3260.09, -3200.51, 301.307, 0.837757, 0.0, 0.0, 0.406736, 0.913546, 604800, 100, 1, '', 0),\n(5330426, 181287, 533, 0, 0, 2, 1, 3310.23, -3209.14, 299.966, 1.53589, 0.0, 0.0, 0.694658, 0.71934, 604800, 100, 1, '', 0),\n(5330425, 181287, 533, 0, 0, 2, 1, 3294.19, -3098.07, 300.411, 5.11382, 0.0, 0.0, -0.551936, 0.833886, 604800, 100, 1, '', 0),\n(5330424, 181287, 533, 0, 0, 2, 1, 3231.03, -3145.4, 300.419, 6.26573, 0.0, 0.0, -0.00872612, 0.999962, 604800, 100, 1, '', 0),\n(5330423, 181287, 533, 0, 0, 2, 1, 3239.83, -3102.96, 299.532, 4.76475, 0.0, 0.0, -0.688354, 0.725374, 604800, 100, 1, '', 0),\n(5330422, 181287, 533, 0, 0, 2, 1, 3325.56, -3091.36, 299.644, 3.94445, 0.0, 0.0, -0.920505, 0.390732, 604800, 100, 1, '', 0),\n(5330421, 181287, 533, 0, 0, 2, 1, 3235.43, -3175.96, 300.545, 0.785397, 0.0, 0.0, 0.382683, 0.92388, 604800, 100, 1, '', 0),\n(5330420, 181287, 533, 0, 0, 2, 1, 3349.23, -3115.05, 299.882, 3.94445, 0.0, 0.0, -0.920505, 0.390732, 604800, 100, 1, '', 0),\n(5330416, 181287, 533, 0, 0, 2, 1, 3262.19, -3365.04, 296.434, 1.65806, 0.0, 0.0, 0.737277, 0.675591, 604800, 100, 1, '', 0),\n(5330415, 181287, 533, 0, 0, 2, 1, 3217.54, -3256.48, 296.251, 4.66003, 0.0, 0.0, -0.725374, 0.688355, 604800, 100, 1, '', 0),\n(5330414, 181287, 533, 0, 0, 2, 1, 3209.32, -3376.95, 295.183, 1.6057, 0.0, 0.0, 0.719339, 0.694659, 604800, 100, 1, '', 0),\n(5330413, 181287, 533, 0, 0, 2, 1, 3291.95, -3365.12, 295.712, 1.43117, 0.0, 0.0, 0.656058, 0.75471, 604800, 100, 1, '', 0),\n(5330412, 181287, 533, 0, 0, 2, 1, 3272.69, -3256.38, 296.297, 4.7473, 0.0, 0.0, -0.694658, 0.71934, 604800, 100, 1, '', 0),\n(5330411, 181287, 533, 0, 0, 2, 1, 3354.0, -3311.42, 295.918, 3.17653, 0.0, 0.0, -0.999847, 0.0174693, 604800, 100, 1, '', 0),\n(5330410, 181287, 533, 0, 0, 2, 1, 3238.44, -3256.44, 296.878, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330404, 181287, 533, 0, 0, 2, 1, 3030.64, -3088.66, 295.943, 5.39307, 0.0, 0.0, -0.430511, 0.902586, 604800, 100, 1, '', 0),\n(5330403, 181287, 533, 0, 0, 2, 1, 3070.69, -3060.77, 296.538, 5.13127, 0.0, 0.0, -0.544639, 0.838671, 604800, 100, 1, '', 0),\n(5330402, 181287, 533, 0, 0, 2, 1, 3134.84, -3111.73, 296.046, 3.08918, 0.0, 0.0, 0.999657, 0.0262016, 604800, 100, 1, '', 0),\n(5330401, 181287, 533, 0, 0, 2, 1, 3133.98, -3081.41, 295.788, 3.28124, 0.0, 0.0, -0.997563, 0.0697661, 604800, 100, 1, '', 0),\n(5330400, 181287, 533, 0, 0, 2, 1, 3004.56, -3116.67, 295.862, 5.84685, 0.0, 0.0, -0.216439, 0.976296, 604800, 100, 1, '', 0),\n(5330396, 181287, 533, 0, 0, 2, 1, 2534.07, -3673.03, 297.744, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330395, 181287, 533, 0, 0, 2, 1, 2579.06, -3795.72, 297.584, 2.33874, 0.0, 0.0, 0.920505, 0.390732, 604800, 100, 1, '', 0),\n(5330394, 181287, 533, 0, 0, 2, 1, 2577.11, -3596.2, 270.465, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330393, 181287, 533, 0, 0, 2, 1, 2611.22, -3763.56, 297.585, 2.33874, 0.0, 0.0, 0.920505, 0.390732, 604800, 100, 1, '', 0),\n(5330392, 181287, 533, 0, 0, 2, 1, 2535.51, -3683.78, 297.495, 4.67748, 0.0, 0.0, -0.719339, 0.694659, 604800, 100, 1, '', 0),\n(5330391, 181287, 533, 0, 0, 2, 1, 2578.57, -3585.44, 270.532, 1.53589, 0.0, 0.0, 0.694658, 0.71934, 604800, 100, 1, '', 0),\n(5330390, 181287, 533, 0, 0, 2, 1, 2579.41, -3683.78, 297.596, 4.69494, 0.0, 0.0, -0.71325, 0.70091, 604800, 100, 1, '', 0),\n(5330385, 181287, 533, 0, 0, 2, 1, 2766.28, -3905.53, 297.383, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330384, 181287, 533, 0, 0, 2, 1, 2645.26, -3858.63, 296.864, 5.46288, 0.0, 0.0, -0.398748, 0.91706, 604800, 100, 1, '', 0),\n(5330383, 181287, 533, 0, 0, 2, 1, 2755.53, -3860.9, 298.147, 3.12412, 0.0, 0.0, 0.999962, 0.00873464, 604800, 100, 1, '', 0),\n(5330382, 181287, 533, 0, 0, 2, 1, 2637.66, -3851.02, 297.7, 2.40855, 0.0, 0.0, 0.93358, 0.358368, 604800, 100, 1, '', 0),\n(5330381, 181287, 533, 0, 0, 2, 1, 2675.73, -3828.16, 297.674, 5.49779, 0.0, 0.0, -0.382683, 0.92388, 604800, 100, 1, '', 0),\n(5330380, 181287, 533, 0, 0, 2, 1, 2668.62, -3820.06, 297.702, 2.37364, 0.0, 0.0, 0.927183, 0.374608, 604800, 100, 1, '', 0),\n(5330376, 181287, 533, 0, 0, 2, 1, 2888.6, -3957.09, 275.524, 5.34071, 0.0, 0.0, -0.45399, 0.891007, 604800, 100, 1, '', 0),\n(5330375, 181287, 533, 0, 0, 2, 1, 2925.2, -4041.45, 275.654, 1.90241, 0.0, 0.0, 0.814116, 0.580703, 604800, 100, 1, '', 0),\n(5330374, 181287, 533, 0, 0, 2, 1, 2861.64, -3984.12, 275.077, 6.02139, 0.0, 0.0, -0.130526, 0.991445, 604800, 100, 1, '', 0),\n(5330373, 181287, 533, 0, 0, 2, 1, 2869.52, -4020.8, 275.707, 0.541051, 0.0, 0.0, 0.267238, 0.963631, 604800, 100, 1, '', 0),\n(5330372, 181287, 533, 0, 0, 2, 1, 2925.51, -3949.61, 275.517, 4.38078, 0.0, 0.0, -0.814116, 0.580703, 604800, 100, 1, '', 0),\n(5330371, 181287, 533, 0, 0, 2, 1, 2952.02, -3977.35, 274.988, 3.927, 0.0, 0.0, -0.923879, 0.382686, 604800, 100, 1, '', 0),\n(5330370, 181287, 533, 0, 0, 2, 1, 2893.35, -4041.45, 274.809, 1.22173, 0.0, 0.0, 0.573576, 0.819152, 604800, 100, 1, '', 0),\n(5330367, 181287, 533, 0, 0, 2, 1, 2727.85, -3679.01, 275.309, 6.23083, 0.0, 0.0, -0.0261765, 0.999657, 604800, 100, 1, '', 0),\n(5330366, 181287, 533, 0, 0, 2, 1, 2734.94, -3660.31, 275.164, 5.48033, 0.0, 0.0, -0.390731, 0.920505, 604800, 100, 1, '', 0),\n(5330365, 181287, 533, 0, 0, 2, 1, 2793.47, -3645.76, 274.88, 3.99681, 0.0, 0.0, -0.909961, 0.414694, 604800, 100, 1, '', 0),\n(5330364, 181287, 533, 0, 0, 2, 1, 2812.14, -3664.16, 274.684, 3.97935, 0.0, 0.0, -0.913545, 0.406738, 604800, 100, 1, '', 0),\n(5330363, 181287, 533, 0, 0, 2, 1, 2751.81, -3727.05, 274.773, 0.802851, 0.0, 0.0, 0.390731, 0.920505, 604800, 100, 1, '', 0),\n(5330362, 181287, 533, 0, 0, 2, 1, 2790.21, -3727.97, 274.925, 2.44346, 0.0, 0.0, 0.939692, 0.34202, 604800, 100, 1, '', 0),\n(5330361, 181287, 533, 0, 0, 2, 1, 2813.58, -3703.97, 275.578, 2.49582, 0.0, 0.0, 0.948323, 0.317306, 604800, 100, 1, '', 0),\n(5330360, 181287, 533, 0, 0, 2, 1, 2754.61, -3641.24, 274.503, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330355, 181287, 533, 0, 0, 2, 1, 2653.39, -3551.61, 263.881, 1.64061, 0.0, 0.0, 0.731353, 0.681999, 604800, 100, 1, '', 0),\n(5330354, 181287, 533, 0, 0, 2, 1, 2639.67, -3494.81, 263.271, 0.087266, 0.0, 0.0, 0.0436192, 0.999048, 604800, 100, 1, '', 0),\n(5330353, 181287, 533, 0, 0, 2, 1, 2693.59, -3455.14, 263.699, 4.69494, 0.0, 0.0, -0.71325, 0.70091, 604800, 100, 1, '', 0),\n(5330352, 181287, 533, 0, 0, 2, 1, 2639.68, -3510.72, 263.052, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330351, 181287, 533, 0, 0, 2, 1, 2722.43, -3455.17, 263.251, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330350, 181287, 533, 0, 0, 2, 1, 2712.87, -3551.62, 263.063, 1.55334, 0.0, 0.0, 0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330346, 181287, 533, 0, 0, 2, 1, 3341.95, -3820.65, 297.335, 0.837757, 0.0, 0.0, 0.406736, 0.913546, 604800, 100, 1, '', 0),\n(5330345, 181287, 533, 0, 0, 2, 1, 3166.87, -3904.34, 271.091, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330453, 181287, 533, 0, 0, 2, 1, 3429.71, -3074.22, 297.616, 5.55015, 0.0, 0.0, -0.358368, 0.93358, 604800, 100, 1, '', 0),\n(5330452, 181287, 533, 0, 0, 2, 1, 3431.5, -3272.49, 270.195, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330451, 181287, 533, 0, 0, 2, 1, 3431.17, -3184.86, 297.859, 1.55334, 0.0, 0.0, 0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330344, 181287, 533, 0, 0, 2, 1, 3156.12, -3903.78, 270.958, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330343, 181287, 533, 0, 0, 2, 1, 3156.12, -3860.38, 270.901, 3.17653, 0.0, 0.0, -0.999847, 0.0174693, 604800, 100, 1, '', 0),\n(5330342, 181287, 533, 0, 0, 2, 1, 3166.87, -3860.77, 271.062, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330341, 181287, 533, 0, 0, 2, 1, 3254.46, -3860.0, 297.65, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330340, 181287, 533, 0, 0, 2, 1, 3243.7, -3906.62, 297.851, 3.15906, 0.0, 0.0, -0.999962, 0.00873464, 604800, 100, 1, '', 0),\n(5330336, 181287, 533, 0, 0, 2, 1, 3477.5, -3596.25, 271.347, 4.76475, 0.0, 0.0, -0.688354, 0.725374, 604800, 100, 1, '', 0),\n(5330335, 181287, 533, 0, 0, 2, 1, 3430.95, -3596.25, 270.809, 4.76475, 0.0, 0.0, -0.688354, 0.725374, 604800, 100, 1, '', 0),\n(5330334, 181287, 533, 0, 0, 2, 1, 3429.4, -3794.21, 298.379, 0.785397, 0.0, 0.0, 0.382683, 0.92388, 604800, 100, 1, '', 0),\n(5330333, 181287, 533, 0, 0, 2, 1, 3475.25, -3673.08, 297.206, 1.55334, 0.0, 0.0, 0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330332, 181287, 533, 0, 0, 2, 1, 3475.76, -3585.5, 270.247, 1.53589, 0.0, 0.0, 0.694658, 0.71934, 604800, 100, 1, '', 0),\n(5330331, 181287, 533, 0, 0, 2, 1, 3475.87, -3683.84, 298.079, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330330, 181287, 533, 0, 0, 2, 1, 3432.27, -3683.84, 298.252, 4.72984, 0.0, 0.0, -0.700909, 0.713251, 604800, 100, 1, '', 0),\n(5330326, 181287, 533, 0, 0, 2, 1, 3540.13, -3939.25, 311.449, 2.16421, 0.0, 0.0, 0.882947, 0.469473, 604800, 100, 1, '', 0),\n(5330325, 181287, 533, 0, 0, 2, 1, 3468.27, -3842.58, 309.842, 5.39307, 0.0, 0.0, -0.430511, 0.902586, 604800, 100, 1, '', 0),\n(5330324, 181287, 533, 0, 0, 2, 1, 3555.52, -3863.91, 298.811, 3.59538, 0.0, 0.0, -0.97437, 0.224951, 604800, 100, 1, '', 0),\n(5330323, 181287, 533, 0, 0, 2, 1, 3523.83, -3836.26, 303.563, 4.36332, 0.0, 0.0, -0.819152, 0.573577, 604800, 100, 1, '', 0),\n(5330322, 181287, 533, 0, 0, 2, 1, 3468.85, -3942.8, 308.034, 0.977383, 0.0, 0.0, 0.469471, 0.882948, 604800, 100, 1, '', 0),\n(5330321, 181287, 533, 0, 0, 2, 1, 3442.84, -3903.16, 309.609, 0.226892, 0.0, 0.0, 0.113203, 0.993572, 604800, 100, 1, '', 0),\n(5330320, 181287, 533, 0, 0, 2, 1, 3558.18, -3914.61, 304.42, 2.68781, 0.0, 0.0, 0.97437, 0.224951, 604800, 100, 1, '', 0),\n(5330316, 181287, 533, 0, 0, 2, 1, 3311.65, -3673.9, 262.284, 6.0912, 0.0, 0.0, -0.0958452, 0.995396, 604800, 100, 1, '', 0),\n(5330315, 181287, 533, 0, 0, 2, 1, 3345.64, -3711.01, 262.596, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330314, 181287, 533, 0, 0, 2, 1, 3396.45, -3679.86, 261.582, 3.3685, 0.0, 0.0, -0.993571, 0.113208, 604800, 100, 1, '', 0),\n(5330313, 181287, 533, 0, 0, 2, 1, 3383.49, -3631.96, 260.801, 3.4383, 0.0, 0.0, -0.989016, 0.147811, 604800, 100, 1, '', 0),\n(5330312, 181287, 533, 0, 0, 2, 1, 3383.0, -3710.67, 261.945, 1.69297, 0.0, 0.0, 0.748956, 0.66262, 604800, 100, 1, '', 0),\n(5330311, 181287, 533, 0, 0, 2, 1, 3333.51, -3599.68, 262.448, 5.3058, 0.0, 0.0, -0.469471, 0.882948, 604800, 100, 1, '', 0),\n(5330310, 181287, 533, 0, 0, 2, 1, 3322.82, -3632.23, 260.805, 6.12611, 0.0, 0.0, -0.0784588, 0.996917, 604800, 100, 1, '', 0),\n(5330307, 181287, 533, 0, 0, 2, 1, 3276.74, -3421.71, 288.405, 4.57276, 0.0, 0.0, -0.754709, 0.656059, 604800, 100, 1, '', 0),\n(5330306, 181287, 533, 0, 0, 2, 1, 3275.86, -3530.56, 288.421, 1.88495, 0.0, 0.0, 0.809016, 0.587786, 604800, 100, 1, '', 0),\n(5330305, 181287, 533, 0, 0, 2, 1, 3236.94, -3516.27, 288.1, 1.02974, 0.0, 0.0, 0.492423, 0.870356, 604800, 100, 1, '', 0),\n(5330304, 181287, 533, 0, 0, 2, 1, 3333.69, -3462.84, 288.247, 4.67748, 0.0, 0.0, -0.719339, 0.694659, 604800, 100, 1, '', 0),\n(5330303, 181287, 533, 0, 0, 2, 1, 3311.35, -3516.08, 288.574, 1.90241, 0.0, 0.0, 0.814116, 0.580703, 604800, 100, 1, '', 0),\n(5330302, 181287, 533, 0, 0, 2, 1, 3233.28, -3512.47, 288.327, 0.610863, 0.0, 0.0, 0.300705, 0.953717, 604800, 100, 1, '', 0),\n(5330301, 181287, 533, 0, 0, 2, 1, 3237.8, -3435.47, 288.58, 5.42797, 0.0, 0.0, -0.414693, 0.909961, 604800, 100, 1, '', 0),\n(5330300, 181287, 533, 0, 0, 2, 1, 3233.85, -3439.01, 288.469, 5.70723, 0.0, 0.0, -0.284015, 0.95882, 604800, 100, 1, '', 0),\n(5330454, 181287, 533, 0, 0, 2, 1, 3398.94, -3104.99, 297.927, 5.53269, 0.0, 0.0, -0.366501, 0.930418, 604800, 100, 1, '', 0),\n(5330455, 181287, 533, 0, 0, 2, 1, 3476.48, -3283.2, 270.716, 4.76475, 0.0, 0.0, -0.688354, 0.725374, 604800, 100, 1, '', 0),\n(5330456, 181287, 533, 0, 0, 2, 1, 3475.9, -3184.91, 297.691, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330457, 181287, 533, 0, 0, 2, 1, 3363.88, -3011.0, 298.441, 2.33874, 0.0, 0.0, 0.920505, 0.390732, 604800, 100, 1, '', 0),\n(5330460, 181287, 533, 0, 0, 2, 1, 2800.19, -3084.99, 270.163, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330461, 181287, 533, 0, 0, 2, 1, 2800.21, -3113.43, 270.135, 3.26377, 0.0, 0.0, -0.998135, 0.0610518, 604800, 100, 1, '', 0),\n(5330462, 181287, 533, 0, 0, 2, 1, 2784.2, -3067.59, 270.159, 4.27606, 0.0, 0.0, -0.843391, 0.5373, 604800, 100, 1, '', 0),\n(5330463, 181287, 533, 0, 0, 2, 1, 2756.09, -3067.31, 270.317, 5.11382, 0.0, 0.0, -0.551936, 0.833886, 604800, 100, 1, '', 0),\n(5330464, 181287, 533, 0, 0, 2, 1, 2744.3, -3122.74, 270.313, 0.750491, 0.0, 0.0, 0.366501, 0.930418, 604800, 100, 1, '', 0),\n(5330465, 181287, 533, 0, 0, 2, 1, 2784.01, -3131.33, 270.06, 1.98967, 0.0, 0.0, 0.83867, 0.54464, 604800, 100, 1, '', 0),\n(5330470, 181287, 533, 0, 0, 2, 1, 2634.05, -3386.86, 270.203, 6.21337, 0.0, 0.0, -0.0348988, 0.999391, 604800, 100, 1, '', 0),\n(5330471, 181287, 533, 0, 0, 2, 1, 2749.94, -3367.39, 269.874, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330472, 181287, 533, 0, 0, 2, 1, 2652.49, -3433.82, 270.61, 1.39626, 0.0, 0.0, 0.642787, 0.766045, 604800, 100, 1, '', 0),\n(5330473, 181287, 533, 0, 0, 2, 1, 2732.03, -3433.68, 270.316, 1.78023, 0.0, 0.0, 0.777145, 0.629321, 604800, 100, 1, '', 0),\n(5330474, 181287, 533, 0, 0, 2, 1, 2634.06, -3366.51, 270.017, 0.0, 0.0, 0.0, 0.0, 1.0, 604800, 100, 1, '', 0),\n(5330475, 181287, 533, 0, 0, 2, 1, 2702.76, -3434.9, 270.325, 1.6057, 0.0, 0.0, 0.719339, 0.694659, 604800, 100, 1, '', 0),\n(5330476, 181287, 533, 0, 0, 2, 1, 2749.92, -3409.18, 269.94, 3.10665, 0.0, 0.0, 0.999847, 0.0174693, 604800, 100, 1, '', 0),\n(5330477, 181287, 533, 0, 0, 2, 1, 2679.82, -3434.91, 270.059, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330480, 181287, 533, 0, 0, 2, 1, 2465.86, -2911.24, 244.093, 5.63741, 0.0, 0.0, -0.317305, 0.948324, 604800, 100, 1, '', 0),\n(5330481, 181287, 533, 0, 0, 2, 1, 2502.24, -3028.31, 243.712, 0.785397, 0.0, 0.0, 0.382683, 0.92388, 604800, 100, 1, '', 0),\n(5330482, 181287, 533, 0, 0, 2, 1, 2496.91, -2881.18, 243.587, 5.37562, 0.0, 0.0, -0.438371, 0.898794, 604800, 100, 1, '', 0),\n(5330483, 181287, 533, 0, 0, 2, 1, 2621.74, -2954.45, 243.049, 3.9619, 0.0, 0.0, -0.91706, 0.39875, 604800, 100, 1, '', 0),\n(5330484, 181287, 533, 0, 0, 2, 1, 2453.56, -2977.35, 244.228, 0.785397, 0.0, 0.0, 0.382683, 0.92388, 604800, 100, 1, '', 0),\n(5330485, 181287, 533, 0, 0, 2, 1, 2548.51, -2883.65, 244.188, 3.927, 0.0, 0.0, -0.923879, 0.382686, 604800, 100, 1, '', 0),\n(5330486, 181287, 533, 0, 0, 2, 1, 2602.19, -2935.06, 243.96, 3.927, 0.0, 0.0, -0.923879, 0.382686, 604800, 100, 1, '', 0),\n(5330487, 181287, 533, 0, 0, 2, 1, 2451.68, -2926.42, 243.533, 5.67232, 0.0, 0.0, -0.300705, 0.953717, 604800, 100, 1, '', 0),\n(5330490, 181287, 533, 0, 0, 2, 1, 2533.32, -3184.85, 243.705, 1.64061, 0.0, 0.0, 0.731353, 0.681999, 604800, 100, 1, '', 0),\n(5330491, 181287, 533, 0, 0, 2, 1, 2534.0, -3272.43, 270.528, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330492, 181287, 533, 0, 0, 2, 1, 2620.65, -3099.32, 243.887, 0.785397, 0.0, 0.0, 0.382683, 0.92388, 604800, 100, 1, '', 0),\n(5330493, 181287, 533, 0, 0, 2, 1, 2578.55, -3272.43, 271.059, 1.5708, 0.0, 0.0, 0.707107, 0.707107, 604800, 100, 1, '', 0),\n(5330494, 181287, 533, 0, 0, 2, 1, 2612.69, -3106.58, 243.4, 3.97935, 0.0, 0.0, -0.913545, 0.406738, 604800, 100, 1, '', 0),\n(5330495, 181287, 533, 0, 0, 2, 1, 2579.2, -3195.61, 243.923, 4.76475, 0.0, 0.0, -0.688354, 0.725374, 604800, 100, 1, '', 0),\n(5330496, 181287, 533, 0, 0, 2, 1, 2534.56, -3283.19, 270.664, 4.7473, 0.0, 0.0, -0.694658, 0.71934, 604800, 100, 1, '', 0),\n(5330500, 181287, 533, 0, 0, 2, 1, 2853.92, -3008.43, 271.274, 6.26573, 0.0, 0.0, -0.00872612, 0.999962, 604800, 100, 1, '', 0),\n(5330501, 181287, 533, 0, 0, 2, 1, 2755.58, -2962.93, 243.544, 3.194, 0.0, 0.0, -0.999657, 0.0262016, 604800, 100, 1, '', 0),\n(5330502, 181287, 533, 0, 0, 2, 1, 2843.17, -3006.81, 270.595, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330503, 181287, 533, 0, 0, 2, 1, 2755.58, -3006.16, 244.187, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330504, 181287, 533, 0, 0, 2, 1, 2843.17, -2963.52, 270.986, 3.14159, 0.0, 0.0, -1.0, 0.0, 604800, 100, 1, '', 0),\n(5330505, 181287, 533, 0, 0, 2, 1, 2678.04, -3042.79, 244.451, 0.890117, 0.0, 0.0, 0.430511, 0.902586, 604800, 100, 1, '', 0),\n(5330506, 181287, 533, 0, 0, 2, 1, 2853.92, -2964.26, 271.17, 0.0698117, 0.0, 0.0, 0.0348988, 0.999391, 604800, 100, 1, '', 0),\n(5330507, 181287, 533, 0, 0, 2, 1, 2766.34, -3007.52, 243.285, 0.104719, 0.0, 0.0, 0.0523357, 0.99863, 604800, 100, 1, '', 0),\n(5330508, 181287, 533, 0, 0, 2, 1, 2635.7, -3015.73, 243.351, 3.90954, 0.0, 0.0, -0.927183, 0.374608, 604800, 100, 1, '', 0);\n\nDELETE FROM `pool_template` WHERE `entry` BETWEEN 47850 AND 47870;\nINSERT INTO `pool_template`\n(`entry`, `max_limit`, `description`)\nVALUES\n(47850, 1, 'Naxxramas - Frozen Rune - Anub''Rekhan (181287)'),\n(47851, 1, 'Naxxramas - Frozen Rune - Grand Widow Faerlina (181287)'),\n(47852, 1, 'Naxxramas - Frozen Rune - Maexxna (181287)'),\n(47853, 1, 'Naxxramas - Frozen Rune - Spider Wing, left (181287)'),\n(47854, 1, 'Naxxramas - Frozen Rune - Spider Wing, right (181287)'),\n(47855, 1, 'Naxxramas - Frozen Rune - Noth the Plaguebringer (181287)'),\n(47856, 1, 'Naxxramas - Frozen Rune - Heigan (181287)'),\n(47857, 1, 'Naxxramas - Frozen Rune - Loatheb (181287)'),\n(47858, 1, 'Naxxramas - Frozen Rune - Plague Wing, left (181287)'),\n(47859, 1, 'Naxxramas - Frozen Rune - Plague Wing, right (181287)'),\n(47860, 1, 'Naxxramas - Frozen Rune - Patchwerk (181287)'),\n(47861, 1, 'Naxxramas - Frozen Rune - Grobbulus (181287)'),\n(47862, 1, 'Naxxramas - Frozen Rune - Gluth (181287)'),\n(47863, 1, 'Naxxramas - Frozen Rune - Thaddius (181287)'),\n(47864, 1, 'Naxxramas - Frozen Rune - Abom Wing, left (181287)'),\n(47865, 1, 'Naxxramas - Frozen Rune - Abom Wing, right (181287)'),\n(47866, 1, 'Naxxramas - Frozen Rune - Instructor Razuvious (181287)'),\n(47867, 1, 'Naxxramas - Frozen Rune - Gothik (181287)'),\n(47868, 1, 'Naxxramas - Frozen Rune - Four Horsemen (181287)'),\n(47869, 1, 'Naxxramas - Frozen Rune - Deathknight Wing, left (181287)'),\n(47870, 1, 'Naxxramas - Frozen Rune - Deathknight Wing, right (181287)');\n\n-- Only spawn Frozen Rune in Naxx40\nUPDATE `gameobject` SET `spawnMask` = 4 WHERE `id` = 181287;\n"
  },
  {
    "path": "data/sql/world/base/naxx40_gameobjects.sql",
    "content": "-- Orb of Naxxramas does not exist in classic\nUPDATE `gameobject` SET `spawnMask` = 3 WHERE `id` IN (202278, 202277);\n\n-- Four Horseman chest\nDELETE FROM `gameobject_template` WHERE `entry` = 361000;\nINSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES\n(361000, 3, 1387, 'Four Horsemen Chest', '', '', '', 1, 1634, 361000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 1);\n\nDELETE FROM `reference_loot_template` WHERE `entry` = 314800;\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(314800, 22349, 0, 0.0, 0, 1, 1, 1),\n(314800, 22350, 0, 0.0, 0, 1, 1, 1),\n(314800, 22351, 0, 0.0, 0, 1, 1, 1);\n\nDELETE FROM `gameobject_loot_template` WHERE `entry` = 361000;\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(361000, 314800, 314800, 100, 0, 0, 2, 2),\n(361000, 22691, 0, 0, 0, 2, 1, 1),\n(361000, 22726, 0, 30, 0, 0, 1, 1),\n(361000, 22809, 0, 0, 0, 2, 1, 1),\n(361000, 22811, 0, 0, 0, 2, 1, 1),\n(361000, 23025, 0, 0, 0, 2, 1, 1),\n(361000, 23027, 0, 0, 0, 2, 1, 1),\n(361000, 23071, 0, 0, 0, 2, 1, 1);\n\n-- Add Entrance transporter object. Necromantic Runestone (id: 189314, displayID: 7786)\nSET @TRANSPORTER_ENTRY    := 361001;\nSET @TRANSPORTER_COOLDOWN := 5;\nSET @TRANSPORTER_X        := 3123.26;\nSET @TRANSPORTER_Y        := -3869.36;\nSET @TRANSPORTER_Z        := 138.34;\nSET @TRANSPORTER_O        := 0.2175;\n\nDELETE FROM `gameobject_template` WHERE `entry` = @TRANSPORTER_ENTRY;\nINSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data4`, `Data11`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES\n(@TRANSPORTER_ENTRY, 10, 7786, 'Teleport To Naxxramas', '', '', '', 1, @TRANSPORTER_COOLDOWN, 1, '', 'gobject_naxx40_tele', 12340);\nDELETE FROM `gameobject` WHERE `id` = @TRANSPORTER_ENTRY AND `map` = 0 AND `zoneId` = 0 AND `areaID` = 0;\n\nINSERT INTO `gameobject` (`id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES\n-- (@TRANSPORTER_ENTRY, 0, 0, 0, 1, 1, @TRANSPORTER_X, @TRANSPORTER_Y, @TRANSPORTER_Z, @TRANSPORTER_O, 0, 0, -0.063658, -1, 1, 0, 1, '', 0);\n(@TRANSPORTER_ENTRY, 0, 0, 0, 1, 1, @TRANSPORTER_X, @TRANSPORTER_Y, @TRANSPORTER_Z, @TRANSPORTER_O, 0, 0, -1, 0, 1, 0, 1, '', 0);\n\nDELETE FROM `gameobject_template_locale` WHERE `entry` = @TRANSPORTER_ENTRY;\nINSERT INTO `gameobject_template_locale` (`entry`, `locale`, `name`, `castBarCaption`, `VerifiedBuild`) VALUES\n(@TRANSPORTER_ENTRY, 'deDE', 'Teleporter nach Naxxramas', '', 0),\n(@TRANSPORTER_ENTRY, 'esES', 'Teletransportador a Naxxramas', '', 0),\n(@TRANSPORTER_ENTRY, 'esMX', 'Teletransportador a Naxxramas', '', 0),\n(@TRANSPORTER_ENTRY, 'frFR', 'Téléporteur vers Naxxramas', '', 0);\n\n-- Add Floating Naxx Object (id: 181056)\n-- Node 0 of PathID 436 in taxiPathNode\n-- https://wow.tools/dbc/?dbc=taxipathnode&build=3.3.5.12340#page=1&colFilter%5B1%5D=436\nDELETE FROM `gameobject` WHERE `id` = 181056;\nINSERT INTO `gameobject` (`id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES\n(181056, 0, 0, 0, 1, 1, 3067.1255, -3533.4387, -331.89944, 0, 0, 0, -1, 0, 900, 100, 1, '', 0);\n\nDELETE FROM `transports` WHERE `guid` = 21 AND `entry` = 181056;\nINSERT INTO `transports` (`guid`, `entry`, `name`, `ScriptName`) VALUES\n(21, 181056, 'Naxxramas floating in Plaguewood - Eastern Plaguelands', '');\n-- https://wow.tools/dbc/?dbc=taxipathnode&build=3.3.5.12340#page=1&colFilter[1]=436\n-- Set speed (Data1) and map (Data6)\nUPDATE `gameobject_template` SET `Data1` = 1, `Data6` = 0 WHERE `entry` = 181056;\n\n-- Meeting Stone\n-- specific Naxxramas in Eastern Kingdoms\nDELETE FROM `gameobject` WHERE `id` = 193166 AND `map` = 0;\nINSERT INTO `gameobject` (`id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES\n(193166, 0, 0, 0, 1, 1, 3072.64, -3886.67, 130.449, 2.4011, 0.0, 0.0, -0.932239, -0.361844, 300, 0, 1, '', 0);\n-- Update meeting stone requirements (previous: minLvl 15)\n-- AreaTable ID: 3456 ContinentID: 533\n-- https://wow.tools/dbc/?dbc=areatable&build=3.3.5.12340#page=1&search=3456\nSET @MINLEVEL := 58;\nDELETE FROM `gameobject_template` WHERE `entry` = 193166;\nINSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES\n(193166, 23, 5492, 'Meeting Stone', '', '', '', 0.75, @MINLEVEL, 255, 3456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340);\n"
  },
  {
    "path": "data/sql/world/base/naxx40_omarion.sql",
    "content": "-- Handle gossip with cpp script\nUPDATE `creature_template` SET `ScriptName`='npc_omarion_gossip',`gossip_menu_id`=0, `faction`=1766 WHERE `entry` = 16365;\n\nSET @ID:= 24400;\n-- Set correct text when gossip tailor/leatherwork/blacksmith option\nDELETE FROM `npc_text` WHERE `ID` in (@ID+1, @ID+2, @ID+3);\nINSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`, `text1_0`, `text1_1`, `BroadcastTextID1`, `lang1`, `Probability1`, `em1_0`, `em1_1`, `em1_2`, `em1_3`, `em1_4`, `em1_5`, `text2_0`, `text2_1`, `BroadcastTextID2`, `lang2`, `Probability2`, `em2_0`, `em2_1`, `em2_2`, `em2_3`, `em2_4`, `em2_5`, `text3_0`, `text3_1`, `BroadcastTextID3`, `lang3`, `Probability3`, `em3_0`, `em3_1`, `em3_2`, `em3_3`, `em3_4`, `em3_5`, `text4_0`, `text4_1`, `BroadcastTextID4`, `lang4`, `Probability4`, `em4_0`, `em4_1`, `em4_2`, `em4_3`, `em4_4`, `em4_5`, `text5_0`, `text5_1`, `BroadcastTextID5`, `lang5`, `Probability5`, `em5_0`, `em5_1`, `em5_2`, `em5_3`, `em5_4`, `em5_5`, `text6_0`, `text6_1`, `BroadcastTextID6`, `lang6`, `Probability6`, `em6_0`, `em6_1`, `em6_2`, `em6_3`, `em6_4`, `em6_5`, `text7_0`, `text7_1`, `BroadcastTextID7`, `lang7`, `Probability7`, `em7_0`, `em7_1`, `em7_2`, `em7_3`, `em7_4`, `em7_5`, `VerifiedBuild`) VALUES\n(@ID+1, 'A tailor, eh? Very well. What would you like to learn about, tailor?', '', 12252, 0, 1.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, 0),\n(@ID+2, 'I have what you need, $c.',                                            '', 12265, 0, 1.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, 0),\n(@ID+3, 'Perhaps I can teach you something...',                                 '', 12258, 0, 1.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0.0, 0, 0, 0, 0, 0, 0, 0);\nDELETE FROM `gossip_menu` WHERE `MenuID` IN (@ID+1, @ID+2, @ID+3);\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES\n(@ID+1, @ID+1),\n(@ID+2, @ID+2),\n(@ID+3, @ID+3);\n-- Set Emotes: Laugh = 11, Talk = 1, Question = 6\n-- Menu intro\nUPDATE `npc_text` SET `Probability0`=1, `em0_0`=0, `em0_1`=11, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=0 WHERE `ID`=8507;\nUPDATE `broadcast_text` SET `EmoteID1`=11, `EmoteID2`=1, `EmoteID3`=0 WHERE `ID`=12247;\n-- Non-crafter / book\nUPDATE `npc_text` SET `Probability0`=1, `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=0, `em0_4`=0, `em0_5`=0 WHERE `ID`=8516;\nUPDATE `broadcast_text` SET `EmoteID1`=1, `EmoteID2`=0, `EmoteID3`=0 WHERE `ID`=12280;\n-- Tailoring\nUPDATE `npc_text` SET `Probability0`=1, `em0_0`=0, `em0_1`=6, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=0 WHERE `ID`=24401;\nUPDATE `broadcast_text` SET `EmoteID1`=6, `EmoteID2`=1, `EmoteID3`=0 WHERE `ID` = 12252;\n-- Blacksmithing\nUPDATE `npc_text` SET `Probability0`=1, `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=0, `em0_4`=0, `em0_5`=0 WHERE `ID`=24402;\nUPDATE `broadcast_text` SET `EmoteID1`=1, `EmoteID2`=0, `EmoteID3`=0 WHERE `ID` = 12265;\n-- Leatherworking\nUPDATE `npc_text` SET `Probability0`=1, `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=0, `em0_4`=0, `em0_5`=0 WHERE `ID`=24403;\nUPDATE `broadcast_text` SET `EmoteID1`=1, `EmoteID2`=0, `EmoteID3`=0 WHERE `ID` = 12258;\n-- Create menus\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (@ID, @ID+1, @ID+2, @ID+3, @ID+4);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES\n(@ID,   1, 0, 'Thank you, Omarion. You have taken a fatal blow for the team on this day.', 12281, 1, 1, 0,     0, 0, 0, '', 0, 0),\n(@ID+1, 1, 3, 'Glacial Cloak.',                                                            12254, 1, 1, @ID+1, 0, 0, 0, '', 0, 0),\n(@ID+1, 2, 3, 'Glacial Gloves.',                                                           12255, 1, 1, @ID+1, 0, 0, 0, '', 0, 0),\n(@ID+1, 3, 3, 'Glacial Wrists.',                                                           12256, 1, 1, @ID+1, 0, 0, 0, '', 0, 0),\n(@ID+1, 4, 3, 'Glacial Vest.',                                                             12253, 1, 1, @ID+1, 0, 0, 0, '', 0, 0),\n(@ID+1, 5, 0, 'I need to go. Evil stirs. Die well, Omarion.',                              12270, 1, 1, 0,     0, 0, 0, '', 0, 0),\n(@ID+2, 1, 3, 'Icebane Bracers.',                                                          12268, 1, 1, @ID+2, 0, 0, 0, '', 0, 0),\n(@ID+2, 2, 3, 'Icebane Gauntlets.',                                                        12267, 1, 1, @ID+2, 0, 0, 0, '', 0, 0),\n(@ID+2, 3, 3, 'Icebane Breastplate.',                                                      12266, 1, 1, @ID+2, 0, 0, 0, '', 0, 0),\n(@ID+2, 4, 0, 'I need to go. Evil stirs. Die well, Omarion.',                              12270, 1, 1, 0,     0, 0, 0, '', 0, 0),\n(@ID+3, 1, 3, 'Polar Bracers.',                                                            12264, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+3, 2, 3, 'Polar Gloves.',                                                             12263, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+3, 3, 3, 'Polar Tunic.',                                                              12262, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+3, 4, 3, 'Icy Scale Bracers.',                                                        12261, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+3, 5, 3, 'Icy Scale Gauntlets.',                                                      12260, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+3, 6, 3, 'Icy Scale Breastplate.',                                                    12259, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+3, 7, 0, 'I need to go. Evil stirs. Die well, Omarion.',                              12270, 1, 1, 0,     0, 0, 0, '', 0, 0),\n(@ID+4, 1, 0, 'I am a master leatherworker, Omarion.',                                     12257, 1, 1, @ID+3, 0, 0, 0, '', 0, 0),\n(@ID+4, 2, 0, 'I am a master blacksmith, Omarion.',                                        12269, 1, 1, @ID+2, 0, 0, 0, '', 0, 0),\n(@ID+4, 3, 0, 'I am a master tailor, Omarion.',                                            12251, 1, 1, @ID+1, 0, 0, 0, '', 0, 0),\n(@ID+4, 4, 0, 'Omarion, I am not a craftsman. Can you still help me?',                     12279, 1, 1, @ID,   0, 0, 0, '', 0, 0);\n"
  },
  {
    "path": "data/sql/world/base/naxx40_quests.sql",
    "content": "-- Enable T3 turn in Quests\n-- Enable exalted attunement quest (9378)\nDELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (\n9232, 9033, 9230, 9229, 9120, 9082, 9101, 9102, 9038, 9034, 9099,\n9237, 9057, 9042, 9037, 9039, 9041, 9036, 9233, 9089, 9118, 9098,\n9081, 9040, 9100, 9115, 9080, 9048, 9070, 9110, 9109, 9046, 9105,\n9096, 9112, 9114, 9111, 9117, 9097, 9079, 9116, 9077, 9106, 9113,\n9047, 9103, 9044, 9083, 9087, 9242, 9045, 9049, 9088, 9060, 9084,\n9236, 9078, 9071, 9043, 9090, 9107, 9061, 9240, 9244, 9073, 9074,\n9241, 9054, 9068, 9075, 9069, 9095, 9050, 9234, 9072, 9059, 9058,\n9245, 9093, 9056, 9243, 9091, 9104, 9108, 9246, 9086, 9092, 9055,\n9235, 9238, 9239, 9378);\n\nREPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES\n-- (16115, 9033), -- already exists\n(16112, 9034),\n(16112, 9036),\n(16112, 9037),\n(16112, 9038),\n(16112, 9039),\n(16112, 9040),\n(16112, 9041),\n(16112, 9042),\n(16115, 9043),\n(16115, 9044),\n-- (16115, 9045), -- already exists\n(16115, 9046),\n(16115, 9047),\n(16115, 9048),\n(16115, 9049),\n(16115, 9050),\n(16132, 9054),\n(16132, 9055),\n(16132, 9056),\n(16132, 9057),\n(16132, 9058),\n(16132, 9059),\n(16132, 9060),\n(16132, 9061),\n(16134, 9068),\n(16134, 9069),\n(16134, 9070),\n(16134, 9071),\n(16134, 9072),\n(16134, 9073),\n(16134, 9074),\n(16134, 9075),\n(16131, 9077),\n(16131, 9078),\n(16131, 9079),\n(16131, 9080),\n(16131, 9081),\n(16131, 9082),\n(16131, 9083),\n(16131, 9084),\n(16135, 9086),\n(16135, 9087),\n(16135, 9088),\n(16135, 9089),\n(16135, 9090),\n(16135, 9091),\n(16135, 9092),\n(16135, 9093),\n(16116, 9095),\n(16116, 9096),\n(16116, 9097),\n(16116, 9098),\n(16116, 9099),\n(16116, 9100),\n(16116, 9101),\n(16116, 9102),\n(16133, 9103),\n(16133, 9104),\n(16133, 9105),\n(16133, 9106),\n(16133, 9107),\n(16133, 9108),\n(16133, 9109),\n(16133, 9110),\n(16113, 9111),\n(16113, 9112),\n(16113, 9113),\n(16113, 9114),\n(16113, 9115),\n(16113, 9116),\n(16113, 9117),\n(16113, 9118),\n(16112, 9229),\n(16112, 9230),\n(16376, 9232);\n-- (16376, 9234), -- already exists\n-- (16376, 9235), -- already exists\n-- (16376, 9236), -- already exists\n-- (16376, 9237), -- already exists\n-- (16376, 9238), -- already exists\n-- (16376, 9239), -- already exists\n-- (16376, 9240), -- already exists\n-- (16376, 9241), -- already exists\n-- (16376, 9242), -- already exists\n-- (16376, 9243), -- already exists\n-- (16376, 9244), -- already exists\n-- (16376, 9245), -- already exists\n-- (16376, 9246); -- already exists\n\nREPLACE INTO `creature_questender` (`id`, `quest`) VALUES\n(16115, 9033), -- already exists\n(16112, 9034),\n(16112, 9036),\n(16112, 9037),\n(16112, 9038),\n(16112, 9039),\n(16112, 9040),\n(16112, 9041),\n(16112, 9042),\n(16115, 9043),\n(16115, 9044),\n-- (16115, 9045), -- already exists\n(16115, 9046),\n(16115, 9047),\n(16115, 9048),\n(16115, 9049),\n(16115, 9050),\n(16132, 9054),\n(16132, 9055),\n(16132, 9056),\n(16132, 9057),\n(16132, 9058),\n(16132, 9059),\n(16132, 9060),\n(16132, 9061),\n(16134, 9068),\n(16134, 9069),\n(16134, 9070),\n(16134, 9071),\n(16134, 9072),\n(16134, 9073),\n(16134, 9074),\n(16134, 9075),\n(16131, 9077),\n(16131, 9078),\n(16131, 9079),\n(16131, 9080),\n(16131, 9081),\n(16131, 9082),\n(16131, 9083),\n(16131, 9084),\n(16135, 9086),\n(16135, 9087),\n(16135, 9088),\n(16135, 9089),\n(16135, 9090),\n(16135, 9091),\n(16135, 9092),\n(16135, 9093),\n(16116, 9095),\n(16116, 9096),\n(16116, 9097),\n(16116, 9098),\n(16116, 9099),\n(16116, 9100),\n(16116, 9101),\n(16116, 9102),\n(16133, 9103),\n(16133, 9104),\n(16133, 9105),\n(16133, 9106),\n(16133, 9107),\n(16133, 9108),\n(16133, 9109),\n(16133, 9110),\n(16113, 9111),\n(16113, 9112),\n(16113, 9113),\n(16113, 9114),\n(16113, 9115),\n(16113, 9116),\n(16113, 9117),\n(16113, 9118),\n(16113, 9120),\n(16112, 9229),\n(16112, 9230),\n-- (16376, 9232), -- already exists\n(16376, 9233);\n-- (16376, 9234), -- already exists\n-- (16376, 9235), -- already exists\n-- (16376, 9236), -- already exists\n-- (16376, 9237), -- already exists\n-- (16376, 9238), -- already exists\n-- (16376, 9239), -- already exists\n-- (16376, 9240), -- already exists\n-- (16376, 9241), -- already exists\n-- (16376, 9242), -- already exists\n-- (16376, 9243), -- already exists\n-- (16376, 9244), -- already exists\n-- (16376, 9245), -- already exists\n-- (16376, 9246); -- already exists\n\n-- echoes of war requires 9121\nUPDATE `quest_template_addon` SET `PrevQuestId` = 9121 WHERE `ID` = 9033;\n\n-- quest \"The only song i know...\" requires quest \"Echoes of war\" completed\nUPDATE `quest_template_addon` SET `PrevQuestId` = 9033 WHERE `ID` = 9232;\n\n-- The remaining craft quests require quest \"Omarion's Handbook\" completed\nUPDATE `quest_template_addon` SET `PrevQuestId` = 9233 WHERE `ID` IN (9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246);\n\n-- warrior\nSET @NPC:= 16112;\nSET @CLASS:= 1;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9034, 9036, 9037, 9038, 9039, 9040, 9041, 9042)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9034), (@NPC, 9036), (@NPC, 9037), (@NPC, 9038), (@NPC, 9039), (@NPC, 9040), (@NPC, 9041), (@NPC, 9042);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9034, 9036, 9037, 9038, 9039, 9040, 9041, 9042)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9034), (@NPC, 9036), (@NPC, 9037), (@NPC, 9038), (@NPC, 9039), (@NPC, 9040), (@NPC, 9041), (@NPC, 9042);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9034, 9036, 9037, 9038, 9039, 9040, 9041, 9042));\n\n-- paladin\nSET @NPC:= 16115;\nSET @CLASS:= 2;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9043), (@NPC, 9044), (@NPC, 9045), (@NPC, 9046), (@NPC, 9047), (@NPC, 9048), (@NPC, 9049), (@NPC, 9050);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9043), (@NPC, 9044), (@NPC, 9045), (@NPC, 9046), (@NPC, 9047), (@NPC, 9048), (@NPC, 9049), (@NPC, 9050);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050));\n\n-- hunter\nSET @NPC:= 16132;\nSET @CLASS:= 4;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9054), (@NPC, 9055), (@NPC, 9056), (@NPC, 9057), (@NPC, 9058), (@NPC, 9059), (@NPC, 9060), (@NPC, 9061);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9054), (@NPC, 9055), (@NPC, 9056), (@NPC, 9057), (@NPC, 9058), (@NPC, 9059), (@NPC, 9060), (@NPC, 9061);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061));\n\n-- shaman\nSET @NPC:= 16134;\nSET @CLASS:= 64;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9068), (@NPC, 9069), (@NPC, 9070), (@NPC, 9071), (@NPC, 9072), (@NPC, 9073), (@NPC, 9074), (@NPC, 9075);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9068), (@NPC, 9069), (@NPC, 9070), (@NPC, 9071), (@NPC, 9072), (@NPC, 9073), (@NPC, 9074), (@NPC, 9075);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075));\n\n-- rogue\nSET @NPC:= 16131;\nSET @CLASS:= 8;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9077), (@NPC, 9078), (@NPC, 9079), (@NPC, 9080), (@NPC, 9081), (@NPC, 9082), (@NPC, 9083), (@NPC, 9084);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9077), (@NPC, 9078), (@NPC, 9079), (@NPC, 9080), (@NPC, 9081), (@NPC, 9082), (@NPC, 9083), (@NPC, 9084);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084));\n\n-- druid\nSET @NPC:= 16135;\nSET @CLASS:= 1024;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9086), (@NPC, 9087), (@NPC, 9088), (@NPC, 9089), (@NPC, 9090), (@NPC, 9091), (@NPC, 9092), (@NPC, 9093);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9086), (@NPC, 9087), (@NPC, 9088), (@NPC, 9089), (@NPC, 9090), (@NPC, 9091), (@NPC, 9092), (@NPC, 9093);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093));\n\n-- mage\nSET @NPC:= 16116;\nSET @CLASS:= 128;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9095), (@NPC, 9096), (@NPC, 9097), (@NPC, 9098), (@NPC, 9099), (@NPC, 9100), (@NPC, 9101), (@NPC, 9102);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9095), (@NPC, 9096), (@NPC, 9097), (@NPC, 9098), (@NPC, 9099), (@NPC, 9100), (@NPC, 9101), (@NPC, 9102);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102));\n\n-- warlock\nSET @NPC:= 16133;\nSET @CLASS:= 256;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9103), (@NPC, 9104), (@NPC, 9105), (@NPC, 9106), (@NPC, 9107), (@NPC, 9108), (@NPC, 9109), (@NPC, 9110);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9103), (@NPC, 9104), (@NPC, 9105), (@NPC, 9106), (@NPC, 9107), (@NPC, 9108), (@NPC, 9109), (@NPC, 9110);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110));\n\n-- priest\nSET @NPC:= 16113;\nSET @CLASS:= 16;\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118)) AND (`id` = @NPC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9111), (@NPC, 9112), (@NPC, 9113), (@NPC, 9114), (@NPC, 9115), (@NPC, 9116), (@NPC, 9117), (@NPC, 9118);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118)) AND (`id` = @NPC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9111), (@NPC, 9112), (@NPC, 9113), (@NPC, 9114), (@NPC, 9115), (@NPC, 9116), (@NPC, 9117), (@NPC, 9118);\nUPDATE `quest_template_addon` SET `AllowableClasses` = @CLASS WHERE (`ID` IN (9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118));\n\n-- Add queststarter/ender\n-- Phylactery  Quest The Fall of Kel'Thuzad\nDELETE FROM `creature_questender` WHERE (`quest` = 9120);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (16113, 9120);\n-- The Fate of Ramaladni\n-- Ramaladni's Icy Grasp\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9229, 9230));\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (16112, 9229), (16112, 9230);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9229, 9230));\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (16112, 9229), (16112, 9230);\n-- Omarion's Handbook\nDELETE FROM `creature_questender` WHERE (`quest` = 9233);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (16376, 9233);\n\n-- Frost Resistance quests from Craftsman Wilhelm\n-- Echoes of War 9033\n-- Omarion's Handbook quest 9233\nSET @NPC:= 16376;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 9033 WHERE `ID` = 9232;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 9233 WHERE (`ID` IN (9237, 9239, 9240, 9238, 9235, 9236, 9234, 9244, 9246, 9245, 9241, 9242, 9243));\nDELETE FROM `creature_queststarter` WHERE (`quest` IN (9237, 9239, 9240, 9238, 9235, 9236, 9234, 9244, 9246, 9245, 9241, 9242, 9243, 9232));\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (@NPC, 9237), (@NPC, 9239), (@NPC, 9240), (@NPC, 9238), (@NPC, 9235), (@NPC, 9236), (@NPC, 9234), (@NPC, 9244), (@NPC, 9246), (@NPC, 9245), (@NPC, 9241), (@NPC, 9242), (@NPC, 9243), (@NPC, 9232);\nDELETE FROM `creature_questender` WHERE (`quest` IN (9237, 9239, 9240, 9238, 9235, 9236, 9234, 9244, 9246, 9245, 9241, 9242, 9243, 9232));\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (@NPC, 9237), (@NPC, 9239), (@NPC, 9240), (@NPC, 9238), (@NPC, 9235), (@NPC, 9236), (@NPC, 9234), (@NPC, 9244), (@NPC, 9246), (@NPC, 9245), (@NPC, 9241), (@NPC, 9242), (@NPC, 9243), (@NPC, 9232);\nDELETE FROM `creature_questitem` WHERE `ItemId` = 22708;\nINSERT INTO `creature_questitem` (`CreatureEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES\n(351007, 0, 22708, 0),\n(351008, 0, 22708, 0),\n(351010, 0, 22708, 0),\n(351011, 0, 22708, 0),\n(351012, 0, 22708, 0),\n(351014, 0, 22708, 0),\n(351015, 0, 22708, 0),\n(351016, 0, 22708, 0),\n(351017, 0, 22708, 0),\n(351021, 0, 22708, 0),\n(351022, 0, 22708, 0),\n(351023, 0, 22708, 0),\n(351024, 0, 22708, 0),\n(351025, 0, 22708, 0),\n(351027, 0, 22708, 0),\n(351041, 0, 22708, 0),\n(351048, 0, 22708, 0),\n(351053, 0, 22708, 0),\n(351054, 0, 22708, 0),\n(351055, 0, 22708, 0),\n(351056, 0, 22708, 0),\n(351057, 0, 22708, 0),\n(351058, 0, 22708, 0),\n(351059, 0, 22708, 0),\n(351060, 0, 22708, 0),\n(351061, 0, 22708, 0),\n(351062, 0, 22708, 0),\n(351063, 0, 22708, 0),\n(351064, 0, 22708, 0),\n(351065, 0, 22708, 0),\n(351070, 0, 22708, 0),\n(351077, 0, 22708, 0),\n(351078, 0, 22708, 0);\n\nUPDATE `quest_template` SET `RequiredNpcOrGo1` = 351048, `RequiredNpcOrGo2` = 351012, `RequiredNpcOrGo3` = 351024, `RequiredNpcOrGo4` = 351059 WHERE `ID` = 9033;\n\n-- We are going to re-use the deprecated Naxxramas attunement flag quest but need to change some values\nUPDATE `quest_template` SET `RequiredFactionId1` = 0, `RequiredFactionValue1` = 0, `RewardFactionID1` = 0, `RewardFactionValue1` = 0, `QuestSortID` = 0 WHERE `ID` = 9378;\n\n-- Update Argent Dawn reputation requirements of frost resistance quests from Craftsman Wilhelm.\n-- Rep requirements are part of quest requirement. The only requirement to pickup is Omarion's book hand in\nUPDATE `quest_template_addon` SET `RequiredMinRepFaction` = 0, `RequiredMinRepValue` = 0 WHERE `ID` IN (9237, 9239, 9240, 9238, 9235, 9236, 9234, 9244, 9246, 9245, 9241, 9242, 9243);\n\n\n-- Dreadnaught Breastplate\nUPDATE `quest_request_items` SET `CompletionText` = 'Naxxramas holds ancient evils, $N.' WHERE `ID` = 9034;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Let them know fear once more, $C. Let them feel no mercy.' WHERE `ID` = 9034;\n-- Dreadnaught Legplates\nUPDATE `quest_request_items` SET `CompletionText` = 'Remember those that fell before you, $N.' WHERE `ID` = 9036;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Crush them beneath your feet.' WHERE `ID` = 9036;\n-- Dreadnaught Helmet\nUPDATE `quest_request_items` SET `CompletionText` = 'The head is the most sensitive part of most bodies.' WHERE `ID` = 9037;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Remember, you\\'re not really dead if your brain is still in your head. Keep this thing on at all times...' WHERE `ID` = 9037;\n-- Dreadnaught Pauldrons\nUPDATE `quest_request_items` SET `CompletionText` = 'The secret is in the banding.' WHERE `ID` = 9038;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'I\\'ve always thought that the pauldrons are the most pronounced pieces of a suit of armor. I\\'m sure you agree.' WHERE `ID` = 9038;\n-- Dreadnaught Sabatons\nUPDATE `quest_request_items` SET `CompletionText` = 'Never underestimate a good pair of boots. Especially when they\\'re made by Korfax!' WHERE `ID` = 9039;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'In the last war, I watched Mograine crack open the fetid skulls of the living dead with these very boots.' WHERE `ID` = 9039;\n-- Dreadnaught Gauntlets\nUPDATE `quest_request_items` SET `CompletionText` = 'These gauntlets are made to grip a fine weapon.' WHERE `ID` = 9040;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'May your grip tighten around the neck of Kel\\'Thuzad.$B$B<Korfax makes a wrenching motion with his hands.>' WHERE `ID` = 9040;\n-- Dreadnaught Waistguard\nUPDATE `quest_request_items` SET `CompletionText` = 'The belt is both a fashion statement and a powerful piece of protective gear.' WHERE `ID` = 9041;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Use it as a noose for your enemies. Also, wear it out to your local goblin disco. You will be the talk of the town!' WHERE `ID` = 9041;\n-- Dreadnaught Bracers\nUPDATE `quest_request_items` SET `CompletionText` = 'The wrist is the second most vulnerable spot on a body... Or is it the fourth?' WHERE `ID` = 9042;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Remember, the wrist is the fifth most vulnerable spot on a body! Protect your wrists and they\\'ll definitely protect your elbows - maybe.' WHERE `ID` = 9042;\n\n-- Redemption Tunic\nUPDATE `quest_request_items` SET `CompletionText` = 'My orders come from on high, $N.' WHERE `ID` = 9043;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Wear it in good health, $C.' WHERE `ID` = 9043;\n-- Redemption Legguards\nUPDATE `quest_request_items` SET `CompletionText` = 'You will not find a better suited pair of legguards for a holy warrior.' WHERE `ID` = 9044;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The balance between melee and magic is kept tightly in check with these legguards.' WHERE `ID` = 9044;\n-- Redemption Headpiece\nUPDATE `quest_request_items` SET `CompletionText` = '<Eligor looks up at you and then returns to his conversation.>' WHERE `ID` = 9045;\nUPDATE `quest_offer_reward`  SET `RewardText` = '<Eligor points to his head.>$B$BKeep it covered, $C.' WHERE `ID` = 9045;\n-- Redemption Spaulders\nUPDATE `quest_request_items` SET `CompletionText` = 'Can you not see that we are in the middle of something, $N?' WHERE `ID` = 9046;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Any $C will tell you that the brunt of their power comes from the shoulders. The bigger the better...' WHERE `ID` = 9046;\n-- Redemption Boots\nUPDATE `quest_request_items` SET `CompletionText` = 'You must provide me with what I have asked if I am to begin crafting.' WHERE `ID` = 9047;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'These boots will protect your feet against the attacks of very short Scourge.' WHERE `ID` = 9047;\n-- Redemption Handguards\nUPDATE `quest_request_items` SET `CompletionText` = 'You must provide me with what I have asked if I am to begin crafting.' WHERE `ID` = 9048;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Let the Light channel through these handguards and strike down your foes!' WHERE `ID` = 9048;\n-- Redemption Girdle\nUPDATE `quest_request_items` SET `CompletionText` = 'You must provide me with what I have asked if I am to begin crafting.' WHERE `ID` = 9049;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'This girdle will serve two functions: 1) It will protect and guide you against the Scourge and 2) Make you look 20 pounds lighter.' WHERE `ID` = 9049;\n-- Redemption Wristguards\nUPDATE `quest_request_items` SET `CompletionText` = 'You must provide me with what I have asked if I am to begin crafting.' WHERE `ID` = 9050;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'These are exceptionally cost effective to construct, but be warned, they may take on rust if you splash around in them too much.' WHERE `ID` = 9050;\n\n-- Cryptstalker Tunic\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9054;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'They will fear you, $N.' WHERE `ID` = 9054;\n-- Cryptstalker Legguards\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9055;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'As you don more of this armor, you will notice that your persona is changing. \n                                                 You will gain a preternatural ability for killing. Perhaps, even, a lust for blood.$B$B\n                                                 Let it be said that I will not be held responsible for what chaos you may invoke...' WHERE `ID` = 9055;\n-- Cryptstalker Headpiece\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9056;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'You are turning into a fearsome creature, $N.' WHERE `ID` = 9056;\n-- Cryptstalker Spaulders\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9057;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'I have taken special care in making these shoulders as large and pronounced as possible. Take my word for it; you\\'re going to love them...' WHERE `ID` = 9057;\n-- Cryptstalker Boots\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9058;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The boots are ready, $N! Wear them well.' WHERE `ID` = 9058;\n-- Cryptstalker Handguards\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9059;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Let the rage of the crypt fiend guide your hand, $N.' WHERE `ID` = 9059;\n-- Cryptstalker Girdle\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9060;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'A girdle fit for royalty! It\\'s ready for you, $N.' WHERE `ID` = 9060;\n-- Cryptstalker Wristguards\nUPDATE `quest_request_items` SET `CompletionText` = 'Do you have the items I asked for, $C?' WHERE `ID` = 9061;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The wristguards are ready. Enjoy!' WHERE `ID` = 9061;\n\n-- Earthshatter Tunic\nUPDATE `quest_request_items` SET `CompletionText` = '<Rimblat snorts at you.>' WHERE `ID` = 9068;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Easily the most powerful and awe-inspiring piece of Earthshatter. My ancestors smile down upon you for this achievement, $N.' WHERE `ID` = 9068;\n-- Earthshatter Legguards\nUPDATE `quest_request_items` SET `CompletionText` = 'If nothing else, the land must be saved.' WHERE `ID` = 9069;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'I hope that you do not share the same fate as those that came before you, $N.' WHERE `ID` = 9069;\n-- Earthshatter Headpiece\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me that which I require?' WHERE `ID` = 9070;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'I present you with the centerpiece of Earthshatter vestments: The Earthshatter helmet...' WHERE `ID` = 9070;\n-- Earthshatter Spaulders\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me that which I require?' WHERE `ID` = 9071;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'From the shoulders comes balance.' WHERE `ID` = 9071;\n-- Earthshatter Boots\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me that which I require?' WHERE `ID` = 9072;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'These boots are infused with the power of my ancestors! Tread wisely...' WHERE `ID` = 9072;\n-- Earthshatter Handguards\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me that which I require?' WHERE `ID` = 9073;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'These handguards channel the power of the elements!' WHERE `ID` = 9073;\n-- Earthshatter Girdle\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me that which I require?' WHERE `ID` = 9074;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The girdle is ready, $N.' WHERE `ID` = 9074;\n-- Earthshatter Wristguards\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me that which I require?' WHERE `ID` = 9075;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The wristguards are ready, $N.' WHERE `ID` = 9075;\n\n-- Bonescythe Breastplate\nUPDATE `quest_request_items` SET `CompletionText` = '<Rohan shows you his moves.>$B$BWhat is it, $N? I\\'ve got to hit this mark perfectly for the competition later.' WHERE `ID` = 9077;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'There you go, $R. As promised, the Bonescythe breastplate. I hope the fashion authorities aren\\'t around. You\\'d be thrown in the slammer for wearing that out!' WHERE `ID` = 9077;\n-- Bonescythe Legplates\nUPDATE `quest_request_items` SET `CompletionText` = '<Rohan laughs.>$B$BI just realized the irony in all of this.' WHERE `ID` = 9078;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Be careful walking around in those things. You might cut yourself.' WHERE `ID` = 9078;\n-- Bonescythe Helmet\nUPDATE `quest_request_items` SET `CompletionText` = 'You\\'re giving me money.$B$B<Rohan laughs.>$B$BThat still cracks me up.' WHERE `ID` = 9079;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'What separates my Bonescythe helmet model from Don Julio\\'s is style, $N. Style...' WHERE `ID` = 9079;\n-- Bonescythe Pauldrons\nUPDATE `quest_request_items` SET `CompletionText` = '<Rohan eyes you suspiciously.>$B$BBeen to Tyr\\'s Hand lately?' WHERE `ID` = 9080;\nUPDATE `quest_offer_reward`  SET `RewardText` = '<Rohan wipes the sweat from his brow.>$B$BThese shoulders took some work! Don\\'t go out and get yourself killed like a scrub, $N.' WHERE `ID` = 9080;\n-- Bonescythe Sabatons\nUPDATE `quest_request_items` SET `CompletionText` = 'Just bring me the materials and stop wasting my time, $C.' WHERE `ID` = 9081;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'They go on your feet. Say, you haven\\'t been nosing around in Tyr\\'s Hand again, have you?' WHERE `ID` = 9081;\n-- Bonescythe Gauntlets\nUPDATE `quest_request_items` SET `CompletionText` = 'How do you expect me to get anything done without the items I requested?' WHERE `ID` = 9082;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'These gauntlets could probably substitute as weapons if absolutely necessary. Wear them with pride!' WHERE `ID` = 9082;\n-- Bonescythe Waistguard\nUPDATE `quest_request_items` SET `CompletionText` = 'How do you expect me to get anything done without the items I requested?' WHERE `ID` = 9083;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The belt is ready, $N. Have you ever seen such a high-quality item sold for so little?' WHERE `ID` = 9083;\n-- Bonescythe Bracers\nUPDATE `quest_request_items` SET `CompletionText` = 'How do you expect me to get anything done without the items I requested?' WHERE `ID` = 9084;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The bracers are ready, $N.' WHERE `ID` = 9084;\n\n-- Dreamwalker Tunic\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9086;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker tunic is ready, $N.' WHERE `ID` = 9086;\n-- Dreamwalker Legguards\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9087;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'As promised, Dreamwalker legguards.$B$B<Rayne hands you the armor.>' WHERE `ID` = 9087;\n-- Dreamwalker Headpiece\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9088;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker headpiece is ready, $N.' WHERE `ID` = 9088;\n-- Dreamwalker Spaulders\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9089;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker spaulders are ready, $N.' WHERE `ID` = 9089;\n-- Dreamwalker Boots\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9090;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker boots are ready, $N.' WHERE `ID` = 9090;\n-- Dreamwalker Handguards\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9091;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker handguards are ready, $N.' WHERE `ID` = 9091;\n-- Dreamwalker Girdle\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9092;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker girdle is ready, $N.' WHERE `ID` = 9092;\n-- Dreamwalker Wristguards\nUPDATE `quest_request_items` SET `CompletionText` = 'The material cost is high, but soon forgotten.' WHERE `ID` = 9093;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Your Dreamwalker wristguards are ready, $N.' WHERE `ID` = 9093;\n\n-- Frostfire Robe\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9095;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9095;\n-- Frostfire Leggings\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9096;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9096;\n-- Frostfire Circlet\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9097;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9097;\n-- Frostfire Shoulderpads\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9098;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9098;\n-- Frostfire Sandals\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9099;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9099;\n-- Frostfire Gloves\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9100;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9100;\n-- Frostfire Belt\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9101;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9101;\n-- Frostfire Bindings\nUPDATE `quest_request_items` SET `CompletionText` = 'With the proper materials and reagents, I am able to reform the mythical Frostfire armor.' WHERE `ID` = 9102;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do not forget that power left unchecked is as destructive as power left unused, $C. Use discretion when donning Frostfire.' WHERE `ID` = 9102;\n\n-- Plagueheart Robe\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9103;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9103;\n-- Plagueheart Leggings\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9104;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9104;\n-- Plagueheart Circlet\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9105;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9105;\n-- Plagueheart Shoulderpads\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9106;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9106;\n-- Plagueheart Sandals\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9107;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9107;\n-- Plagueheart Gloves\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9108;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9108;\n-- Plagueheart Belt\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9109;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9109;\n-- Plagueheart Bindings\nUPDATE `quest_request_items` SET `CompletionText` = 'The prodigal rodent returns! Have you what I require?' WHERE `ID` = 9110;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'Do you see? Do you now understand the power? Purification... What fools...$B$B<Mataus shakes his head disapprovingly.>$B$BNow take it and get out of my sight.' WHERE `ID` = 9110;\n\n-- Robe of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9111;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9111;\n-- Leggings of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9112;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9112;\n-- Circlet of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9113;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9113;\n-- Shoulderpads of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9114;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9114;\n-- Sandals of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9115;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9115;\n-- Gloves of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9116;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9116;\n-- Belt of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9117;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9117;\n-- Bindings of Faith\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you brought me the reagents, child?' WHERE `ID` = 9118;\nUPDATE `quest_offer_reward`  SET `RewardText` = 'The vestments are ready, $N. Smite those that would harm our world in your righteous fire.' WHERE `ID` = 9118;\n"
  },
  {
    "path": "data/sql/world/base/naxx40_spells.sql",
    "content": "-- Custom GUIDs\n-- (29213, 'spell_noth_curse_of_the_plaguebringer_aura_40');\n-- (29371, 'spell_heigan_eruption_40');\n-- (29350, 'spell_heigan_plague_cloud_aura_40');\n-- (28241, 'spell_grobbulus_poison_cloud_poison_damage_40');\n-- (26234, 'spell_submerge_visual_aura'),\n-- (28819, 'spell_submerge_visual_aura');\n-- (55543, 'spell_razuvious_disrupting_shout_40');\n-- (29107, 'spell_razuvious_disrupting_shout_40');\n-- (28135, 'spell_feugen_static_field');\n-- (28457, 'spell_kelthuzad_dark_blast_40');\n-- (28479, 'spell_kelthuzad_frostbolt_40');\n-- (28785, 'spell_anub_locust_swarm_aura_40');\n-- (28450, 'spell_unholy_staff_arcane_explosion_40');\n-- (28153, 'spell_disease_cloud_damage_40');\n-- (28522, 'spell_sapphiron_icebolt_40');\n-- (28531, 'spell_sapphiron_frost_aura_40');\n-- `spell_dbc` [90001,90007}\n\n-- Custom Spells\nDELETE FROM `spell_dbc` WHERE `ID` BETWEEN 90001 AND 90008;\nINSERT INTO `spell_dbc` (`ID`, `Category`, `DispelType`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `ShapeshiftMask`, \n`unk_320_2`, `ShapeshiftExclude`, `unk_320_3`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `FacingCasterFlags`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`, \n`CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, \n`ProcTypeMask`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerLevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, \n`ModalNextSpell`, `CumulativeAura`, `Totem_1`, `Totem_2`, `Reagent_1`, `Reagent_2`, `Reagent_3`, `Reagent_4`, `Reagent_5`, `Reagent_6`, `Reagent_7`, `Reagent_8`, `ReagentCount_1`, `ReagentCount_2`, `ReagentCount_3`,\n`ReagentCount_4`, `ReagentCount_5`, `ReagentCount_6`, `ReagentCount_7`, `ReagentCount_8`, `EquippedItemClass`, `EquippedItemSubclass`, `EquippedItemInvTypes`, `Effect_1`, `Effect_2`, `Effect_3`, `EffectDieSides_1`, \n`EffectDieSides_2`, `EffectDieSides_3`, `EffectRealPointsPerLevel_1`, `EffectRealPointsPerLevel_2`, `EffectRealPointsPerLevel_3`, `EffectBasePoints_1`, `EffectBasePoints_2`, `EffectBasePoints_3`, `EffectMechanic_1`, \n`EffectMechanic_2`, `EffectMechanic_3`, `ImplicitTargetA_1`, `ImplicitTargetA_2`, `ImplicitTargetA_3`, `ImplicitTargetB_1`, `ImplicitTargetB_2`, `ImplicitTargetB_3`, `EffectRadiusIndex_1`, `EffectRadiusIndex_2`,\n`EffectRadiusIndex_3`, `EffectAura_1`, `EffectAura_2`, `EffectAura_3`, `EffectAuraPeriod_1`, `EffectAuraPeriod_2`, `EffectAuraPeriod_3`, `EffectMultipleValue_1`, `EffectMultipleValue_2`, `EffectMultipleValue_3`, \n`EffectChainTargets_1`, `EffectChainTargets_2`, `EffectChainTargets_3`, `EffectItemType_1`, `EffectItemType_2`, `EffectItemType_3`, `EffectMiscValue_1`, `EffectMiscValue_2`, `EffectMiscValue_3`, `EffectMiscValueB_1`, \n`EffectMiscValueB_2`, `EffectMiscValueB_3`, `EffectTriggerSpell_1`, `EffectTriggerSpell_2`, `EffectTriggerSpell_3`, `EffectPointsPerCombo_1`, `EffectPointsPerCombo_2`, `EffectPointsPerCombo_3`, `EffectSpellClassMaskA_1`, \n`EffectSpellClassMaskA_2`, `EffectSpellClassMaskA_3`, `EffectSpellClassMaskB_1`, `EffectSpellClassMaskB_2`, `EffectSpellClassMaskB_3`, `EffectSpellClassMaskC_1`, `EffectSpellClassMaskC_2`, `EffectSpellClassMaskC_3`, \n`SpellVisualID_1`, `SpellVisualID_2`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`, \n`Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `NameSubtext_Lang_enUS`, \n`NameSubtext_Lang_enGB`, `NameSubtext_Lang_koKR`, `NameSubtext_Lang_frFR`, `NameSubtext_Lang_deDE`, `NameSubtext_Lang_enCN`, `NameSubtext_Lang_zhCN`, `NameSubtext_Lang_enTW`, `NameSubtext_Lang_zhTW`, \n`NameSubtext_Lang_esES`, `NameSubtext_Lang_esMX`, `NameSubtext_Lang_ruRU`, `NameSubtext_Lang_ptPT`, `NameSubtext_Lang_ptBR`, `NameSubtext_Lang_itIT`, `NameSubtext_Lang_Unk`, `NameSubtext_Lang_Mask`, \n`Description_Lang_enUS`, `Description_Lang_enGB`, `Description_Lang_koKR`, `Description_Lang_frFR`, `Description_Lang_deDE`, `Description_Lang_enCN`, `Description_Lang_zhCN`, `Description_Lang_enTW`, \n`Description_Lang_zhTW`, `Description_Lang_esES`, `Description_Lang_esMX`, `Description_Lang_ruRU`, `Description_Lang_ptPT`, `Description_Lang_ptBR`, `Description_Lang_itIT`, `Description_Lang_Unk`, \n`Description_Lang_Mask`, `AuraDescription_Lang_enUS`, `AuraDescription_Lang_enGB`, `AuraDescription_Lang_koKR`, `AuraDescription_Lang_frFR`, `AuraDescription_Lang_deDE`, `AuraDescription_Lang_enCN`, \n`AuraDescription_Lang_zhCN`, `AuraDescription_Lang_enTW`, `AuraDescription_Lang_zhTW`, `AuraDescription_Lang_esES`, `AuraDescription_Lang_esMX`, `AuraDescription_Lang_ruRU`, `AuraDescription_Lang_ptPT`, \n`AuraDescription_Lang_ptBR`, `AuraDescription_Lang_itIT`, `AuraDescription_Lang_Unk`, `AuraDescription_Lang_Mask`, `ManaCostPct`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellClassSet`, \n`SpellClassMask_1`, `SpellClassMask_2`, `SpellClassMask_3`, `MaxTargets`, `DefenseType`, `PreventionType`, `StanceBarOrder`, `EffectChainAmplitude_1`, `EffectChainAmplitude_2`, `EffectChainAmplitude_3`, `MinFactionID`, \n`MinReputation`, `RequiredAuraVision`, `RequiredTotemCategoryID_1`, `RequiredTotemCategoryID_2`, `RequiredAreasID`, `SchoolMask`, `RuneCostID`, `SpellMissileID`, `PowerDisplayID`, `EffectBonusMultiplier_1`, \n`EffectBonusMultiplier_2`, `EffectBonusMultiplier_3`, `SpellDescriptionVariableID`, `SpellDifficultyID`) VALUES\n\n-- Anub'Arak\n-- 29105 - Corpse Scarabs (5)\n(90001, 0, 0, 0, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 21,\n0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 18,\n0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 351083, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7626, 0, 1, 0, 0,\n'Summon Corpse Scarabs (5)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712190, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712172,\n'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188,\n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0),\n-- 28864 - Corpse Scarabs (10)\n(90002, 0, 0, 0, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 21,\n0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 0, 0, 1, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 18,\n0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 351083, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7626, 0, 1, 0, 0,\n'Summon Corpse Scarabs (10)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712190, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712172,\n'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188,\n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0),\n\n-- Trash Construct Quarter\n-- 28280 - Spell Bombard Slime - Sewage Slime (10)\n(90003, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 26,\n0, 0, 0, 0, 0, 6, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17,\n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 351071, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 68, 0, 0,\n\"Bombard Slime\", '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190,\n'Bombards the area below with a Sewage Slime.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190,\n\"\", '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0),\n    \n-- Trash Military Quarter\n-- 28383 - Portal of Shadows - Update summon to 351092 Ghost of Naxxramas\n(90004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 3,\n0, 0, 0, 0, 0, 1, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 0, 0, 1, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 18, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 351092, 0, 0, 64, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3459, 0, 1490, 0, 0, \n'Portal of Shadows', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'Opens a portal into the Twisting Nether that periodically summons demonic minions to aid the caster in battle for $d.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1.0, 1.0, 1.0, 0, 0),\n\n-- 351024 - Living Monstrosity - Summon Lightning Totem with entry 351091\n(90005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 101, 0, 0, 29, 29, 3, \n0, 0, 0, 0, 0, 1, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 0, 0, 1, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 32, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 351091, 0, 0, 61, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 62, 0, 0, \n'Lightning Totem', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'Summons an Lightning Totem that lasts $d and periodically damages nearby enemies.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0),\n\n-- Loatheb\n-- 29234 - Summon Spore - Spore entry to 351066\n(90006, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 23, \n0, 0, 0, 0, 0, 14, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 0, 0, 1, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 73, \n0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 351066, 0, 0, 1362, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, \n'Summon Spore', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n'Summons a Spore that lasts for $d.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 1.0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0),\n    \n-- Maexxna\n-- 90007: Summon Web Wrap. custom summon entry: 16486 -> 351079\n(90007, 0, 0, 0, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 265,\n0, 0, 0, 0, 0, 1, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 28, 6, 0, 1, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 18, 1, \n0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 351079, 17286, 0, 64, 0, 0, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \n'Summon Web Wrap', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, \nNULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, \nNULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.0, 1.0, 0.0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.0, 0.0, 0.0, 0, 0),\n\n-- Grobbulus\n-- 28157 Slime Spray triggers a public SpellScript in boss_grobbulus.cpp\n(90008, 0, 0, 0, 0, 128, 4, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 1401, 0, 0, 0, 0, 0, 6299, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 11, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7572, 0, 68, 0, 0, \n'Slime Spray', '', '', '', '软泥喷射', '泥漿噴霧', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n'Slime sprays out, dealing $s1 Nature damage to enemies in front of Grobbulus. Enemies hit by Slime Spray summon a Fallout Slime.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0);\n\n-- Update target of spell 90003, summon Sewage Slime\nDELETE FROM `spell_target_position` WHERE (`ID` = 90003);\nINSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES\n(90003, 0, 533, 3128.96, -3312.96, 293.25, 0.0, 0);\n\n-- Unholy Staff, reduce radius from 45yd to 20yd\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28450;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28450, 'spell_unholy_staff_arcane_explosion_40');\n\n-- Sewage Slime\n-- 28153 Disease cloud 600->300\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28153;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28153, 'spell_disease_cloud_damage_40');\n\n-- Sapphiron\n-- 28522 Icebolt: Reduce damage ~7125 to ~2625\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28522;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28522, 'spell_sapphiron_icebolt_40');\n\n-- 28531 Frost Aura 1200->600\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28531;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28531, 'spell_sapphiron_frost_aura_40');\n\n-- 28547 Chill (Blizzard)\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28547;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28547, 'spell_sapphiron_chill_40');\n\n-- 60960 War Stomp: Increase damage 500 to ~1000\nDELETE FROM `spell_script_names` WHERE `spell_id` = 60960;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (60960, 'spell_patchwork_golem_war_stomp_40');\n\n-- Anub'Arak\n-- Locust Swarm: Reduce damage ~1500 to ~1000, increase radius 25yd to 30yd\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28785;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28785, 'spell_anub_locust_swarm_aura_40');\n\n-- Kel'Thuzad\n-- Dark Blast: Reduce damage ~3.5k to ~2k\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28457;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28457, 'spell_kelthuzad_dark_blast_40');\n\n-- Frostbolt: Reduce damage ~4.5k to ~2550\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28479;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28479, 'spell_kelthuzad_frostbolt_40');\n\n-- Thaddius\n-- Feugen - Static Field: Change to mana drain\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28135;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28135, 'spell_feugen_static_field_40');\n\n-- Razuvious\n-- Mana Burn - alternative for Disrupting Shout\nDELETE FROM `spell_script_names` WHERE `spell_id` = 26046;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (26046, 'spell_razuvious_disrupting_shout_40');\n\n-- Generic Spell Submerge\n-- relinquery of souls and eye stalk TC: https://github.com/search?q=repo%3ATrinityCore%2FTrinityCore%20spell_reliquary_of_souls_submerge&type=code\nDELETE FROM `spell_script_names` WHERE `spell_id` IN (26234, 28819);\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES\n(26234, 'spell_submerge_visual_aura'),\n(28819, 'spell_submerge_visual_aura');\n\n-- Update heigan teleport player (unused in core)\nUPDATE `spell_target_position` SET `PositionX`=2917.43, `PositionY`=-3769.18, `PositionZ`=273.62, `Orientation`=3.1415 WHERE `ID`=29273;\n\n-- Grobbulus\n-- Poison damage by Poison Cloud ~3k to ~1k\nDELETE FROM `spell_script_names` WHERE `spell_id` = 28241;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (28241, 'spell_grobbulus_poison_cloud_poison_damage_40');\n\n-- Heigan\n-- Plague Cloud\nDELETE FROM `spell_script_names` WHERE `spell_id` = 29350;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (29350, 'spell_heigan_plague_cloud_aura_40');\n-- Eruption\nDELETE FROM `spell_script_names` WHERE `spell_id` = 29371;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (29371, 'spell_heigan_eruption_40');\n\n-- Noth\n-- Wrath of the Plaguebringer, damage if failed to decurse\nDELETE FROM `spell_script_names` WHERE `spell_id` = 29213;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (29213, 'spell_noth_curse_of_the_plaguebringer_aura_40');\n\n-- Loatheb\n-- Corrupted Mind\nDELETE FROM `spell_script_names` WHERE `spell_id` = 29201;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (29201, 'spell_loatheb_corrupted_mind_40');\n\n-- Corrupted Mind check - Druid\nDELETE FROM `spell_script_names` WHERE `ScriptName` = 'isAllowedToCastSpell' AND `spell_id` IN \n(740, 774, 1058, 1430, 2090, 2091, 2782, 2893, 3627, 5185, 5186, 5187, 5188, 5189, 6778, 8903, 8910, 8918, 8936, 8938, 8939, 8940, 8941, 8946, \n9750, 9758, 9839, 9840, 9841, 9856, 9857, 9858, 9862, 9863, 9888, 9889, 18562, 25297, 25299, 26978, 26979, 26980, 26981, 26982, 26983, 33763);\n\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES \n(740,  'isAllowedToCastSpell'), (774,  'isAllowedToCastSpell'), (1058, 'isAllowedToCastSpell'), (1430, 'isAllowedToCastSpell'), (2090, 'isAllowedToCastSpell'), (2091, 'isAllowedToCastSpell'),\n(2782, 'isAllowedToCastSpell'), (2893, 'isAllowedToCastSpell'), (3627, 'isAllowedToCastSpell'), (5185, 'isAllowedToCastSpell'), (5186, 'isAllowedToCastSpell'), (5187, 'isAllowedToCastSpell'),\n(5188, 'isAllowedToCastSpell'), (5189, 'isAllowedToCastSpell'), (6778, 'isAllowedToCastSpell'), (8903, 'isAllowedToCastSpell'), (8910, 'isAllowedToCastSpell'), (8918, 'isAllowedToCastSpell'),\n(8936, 'isAllowedToCastSpell'), (8938, 'isAllowedToCastSpell'), (8939, 'isAllowedToCastSpell'), (8940, 'isAllowedToCastSpell'), (8941, 'isAllowedToCastSpell'), (8946, 'isAllowedToCastSpell'),\n(9750, 'isAllowedToCastSpell'), (9758, 'isAllowedToCastSpell'), (9839, 'isAllowedToCastSpell'), (9840, 'isAllowedToCastSpell'), (9841, 'isAllowedToCastSpell'), (9856, 'isAllowedToCastSpell'),\n(9857, 'isAllowedToCastSpell'), (9858, 'isAllowedToCastSpell'), (9862, 'isAllowedToCastSpell'), (9863, 'isAllowedToCastSpell'), (9888, 'isAllowedToCastSpell'), (9889, 'isAllowedToCastSpell'),\n(18562, 'isAllowedToCastSpell'), (25297, 'isAllowedToCastSpell'), (25299, 'isAllowedToCastSpell'), (26978, 'isAllowedToCastSpell'), (26979, 'isAllowedToCastSpell'), \n(26980, 'isAllowedToCastSpell'), (26981, 'isAllowedToCastSpell'), (26982, 'isAllowedToCastSpell'), (26983, 'isAllowedToCastSpell'), (33763, 'isAllowedToCastSpell');\n\n-- Corrupted Mind check - Priest\nDELETE FROM `spell_script_names` WHERE `ScriptName` = 'isAllowedToCastSpell' AND `spell_id` IN \n(17, 139, 527, 528, 552, 592, 596, 600, 988, 996, 2050, 2052, 2053, 2054, 2055, 2060, 2061, 3747, 6063, 6064, 6065, 6066, 6074, 6075, 6076, 6077, 6078, 9472, 9473, 9474, \n10898, 10899, 10900, 10901, 10915, 10916, 10917, 10927, 10928, 10929, 10960, 10961, 10963, 10964, 10965, 15229, 15237, 15286, 15430, 15431, 19236, 19238, 19240, 19241, 19242, 19243, \n25210, 25213, 25217, 25218, 25221, 25222, 25233, 25235, 25308, 25314, 25315, 25316, 25331, 25437, 27799, 27800, 27801, 32546, 33076, 34865, 34866);\n\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES \n(17,   'isAllowedToCastSpell'), (139,  'isAllowedToCastSpell'), (527,  'isAllowedToCastSpell'), (528,  'isAllowedToCastSpell'), (552,  'isAllowedToCastSpell'), (592,  'isAllowedToCastSpell'),\n(596,  'isAllowedToCastSpell'), (600,  'isAllowedToCastSpell'), (988,  'isAllowedToCastSpell'), (996,  'isAllowedToCastSpell'), (2050, 'isAllowedToCastSpell'), (2052, 'isAllowedToCastSpell'),\n(2053, 'isAllowedToCastSpell'), (2054, 'isAllowedToCastSpell'), (2055, 'isAllowedToCastSpell'), (2060, 'isAllowedToCastSpell'), (2061, 'isAllowedToCastSpell'), (3747, 'isAllowedToCastSpell'),\n(6063, 'isAllowedToCastSpell'), (6064, 'isAllowedToCastSpell'), (6065, 'isAllowedToCastSpell'), (6066, 'isAllowedToCastSpell'), (6074, 'isAllowedToCastSpell'), (6075, 'isAllowedToCastSpell'),\n(6076, 'isAllowedToCastSpell'), (6077, 'isAllowedToCastSpell'), (6078, 'isAllowedToCastSpell'), (9472, 'isAllowedToCastSpell'), (9473, 'isAllowedToCastSpell'), (9474, 'isAllowedToCastSpell'),\n(10898, 'isAllowedToCastSpell'), (10899, 'isAllowedToCastSpell'), (10900, 'isAllowedToCastSpell'), (10901, 'isAllowedToCastSpell'), (10915, 'isAllowedToCastSpell'), (10916, 'isAllowedToCastSpell'),\n(10917, 'isAllowedToCastSpell'), (10927, 'isAllowedToCastSpell'), (10928, 'isAllowedToCastSpell'), (10929, 'isAllowedToCastSpell'), (10960, 'isAllowedToCastSpell'), (10961, 'isAllowedToCastSpell'),\n(10963, 'isAllowedToCastSpell'), (10964, 'isAllowedToCastSpell'), (10965, 'isAllowedToCastSpell'), (15229, 'isAllowedToCastSpell'), (15237, 'isAllowedToCastSpell'), (15286, 'isAllowedToCastSpell'), \n(15430, 'isAllowedToCastSpell'), (15431, 'isAllowedToCastSpell'), (19236, 'isAllowedToCastSpell'), (19238, 'isAllowedToCastSpell'), (19240, 'isAllowedToCastSpell'), (19241, 'isAllowedToCastSpell'), \n(19242, 'isAllowedToCastSpell'), (19243, 'isAllowedToCastSpell'), (25210, 'isAllowedToCastSpell'), (25213, 'isAllowedToCastSpell'), (25217, 'isAllowedToCastSpell'), (25218, 'isAllowedToCastSpell'), \n(25221, 'isAllowedToCastSpell'), (25222, 'isAllowedToCastSpell'), (25233, 'isAllowedToCastSpell'), (25235, 'isAllowedToCastSpell'), (25308, 'isAllowedToCastSpell'), \n(25314, 'isAllowedToCastSpell'), (25315, 'isAllowedToCastSpell'), (25316, 'isAllowedToCastSpell'), (25331, 'isAllowedToCastSpell'), (25437, 'isAllowedToCastSpell'), (27799, 'isAllowedToCastSpell'), \n(27800, 'isAllowedToCastSpell'), (27801, 'isAllowedToCastSpell'), (32546, 'isAllowedToCastSpell'), (33076, 'isAllowedToCastSpell'), (34865, 'isAllowedToCastSpell'), (34866, 'isAllowedToCastSpell');\n\n-- Corrupted Mind check - Paladin\nDELETE FROM `spell_script_names` WHERE `ScriptName` = 'isAllowedToCastSpell' AND `spell_id` IN \n(633, 635, 639, 647, 1026, 1042, 1152, 2800, 3472, 4987, 10310, 10328, 10329, 19750, 19939, 19940, 19941, 19942, 19943, 20473, 20929, 20930, 25292, 27135, 27136, 27137, 27154, 27174, 33072);\n\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES \n(633, 'isAllowedToCastSpell'), (635, 'isAllowedToCastSpell'), (639, 'isAllowedToCastSpell'), (647, 'isAllowedToCastSpell'), (1026, 'isAllowedToCastSpell'), (1042, 'isAllowedToCastSpell'), \n(1152, 'isAllowedToCastSpell'), (2800, 'isAllowedToCastSpell'), (3472, 'isAllowedToCastSpell'), (4987, 'isAllowedToCastSpell'), (10310, 'isAllowedToCastSpell'), (10328, 'isAllowedToCastSpell'), \n(10329, 'isAllowedToCastSpell'), (19750, 'isAllowedToCastSpell'), (19939, 'isAllowedToCastSpell'), (19940, 'isAllowedToCastSpell'), (19941, 'isAllowedToCastSpell'), (19942, 'isAllowedToCastSpell'), \n(19943, 'isAllowedToCastSpell'), (20473, 'isAllowedToCastSpell'), (20929, 'isAllowedToCastSpell'), (20930, 'isAllowedToCastSpell'), (25292, 'isAllowedToCastSpell'), (27135, 'isAllowedToCastSpell'), \n(27136, 'isAllowedToCastSpell'), (27137, 'isAllowedToCastSpell'), (27154, 'isAllowedToCastSpell'), (27174, 'isAllowedToCastSpell'), (33072, 'isAllowedToCastSpell');\n\n-- Corrupted Mind check - Shaman\nDELETE FROM `spell_script_names` WHERE `ScriptName` = 'isAllowedToCastSpell' AND `spell_id` IN \n(331, 332, 526, 547, 913, 939, 959, 974, 1064, 8004, 8005, 8008, 8010, 10395, 10396, 10466, 10467, 10468, 10622, 10623, 25357, 25391, 25396, 25420, 25422, 25423, 32593, 32594, 51886); \n\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES \n(331, 'isAllowedToCastSpell'), (332, 'isAllowedToCastSpell'), (526, 'isAllowedToCastSpell'), (547, 'isAllowedToCastSpell'), \n(913, 'isAllowedToCastSpell'), (939, 'isAllowedToCastSpell'), (959, 'isAllowedToCastSpell'), (974, 'isAllowedToCastSpell'), \n(1064, 'isAllowedToCastSpell'),  (8004, 'isAllowedToCastSpell'), (8005, 'isAllowedToCastSpell'), (8008, 'isAllowedToCastSpell'), (8010, 'isAllowedToCastSpell'), \n(10395, 'isAllowedToCastSpell'), (10396, 'isAllowedToCastSpell'), (10466, 'isAllowedToCastSpell'), (10467, 'isAllowedToCastSpell'), (10468, 'isAllowedToCastSpell'), \n(10622, 'isAllowedToCastSpell'), (10623, 'isAllowedToCastSpell'), (25357, 'isAllowedToCastSpell'), (25391, 'isAllowedToCastSpell'), (25396, 'isAllowedToCastSpell'), \n(25420, 'isAllowedToCastSpell'), (25422, 'isAllowedToCastSpell'), (25423, 'isAllowedToCastSpell'), (32593, 'isAllowedToCastSpell'), (32594, 'isAllowedToCastSpell'), (51886, 'isAllowedToCastSpell');\n"
  },
  {
    "path": "data/sql/world/base/player_levelstats.sql",
    "content": "/* Stats per level from Vanilla and TBC data. This is already very close to WotLK values, so this is only changed for accuracy.*/\nREPLACE INTO `player_class_stats` (`Class`, `Level`, `BaseHP`, `BaseMana`, `Strength`, `Agility`, `Stamina`, `Intellect`, `Spirit`) VALUES\n(1, 1, 20, 0, 23, 20, 22, 20, 21),\n(1, 2, 29, 0, 24, 21, 23, 20, 21),\n(1, 3, 38, 0, 25, 21, 24, 20, 22),\n(1, 4, 47, 0, 26, 22, 25, 20, 22),\n(1, 5, 56, 0, 28, 23, 26, 20, 22),\n(1, 6, 65, 0, 29, 24, 27, 21, 22),\n(1, 7, 74, 0, 30, 24, 28, 21, 23),\n(1, 8, 83, 0, 31, 25, 29, 21, 23),\n(1, 9, 92, 0, 32, 26, 30, 21, 23),\n(1, 10, 101, 0, 33, 26, 31, 21, 24),\n(1, 11, 100, 0, 35, 27, 33, 21, 24),\n(1, 12, 109, 0, 36, 28, 34, 21, 24),\n(1, 13, 118, 0, 37, 29, 35, 21, 25),\n(1, 14, 128, 0, 39, 30, 36, 22, 25),\n(1, 15, 139, 0, 40, 30, 37, 22, 25),\n(1, 16, 151, 0, 41, 31, 38, 22, 26),\n(1, 17, 154, 0, 42, 32, 40, 22, 26),\n(1, 18, 168, 0, 44, 33, 41, 22, 26),\n(1, 19, 183, 0, 46, 34, 42, 22, 26),\n(1, 20, 199, 0, 47, 35, 43, 22, 27),\n(1, 21, 206, 0, 48, 35, 45, 23, 27),\n(1, 22, 224, 0, 49, 36, 46, 23, 28),\n(1, 23, 243, 0, 51, 37, 47, 23, 28),\n(1, 24, 253, 0, 52, 38, 49, 23, 29),\n(1, 25, 274, 0, 54, 39, 50, 23, 29),\n(1, 26, 296, 0, 55, 40, 51, 23, 29),\n(1, 27, 309, 0, 57, 41, 53, 23, 30),\n(1, 28, 333, 0, 58, 42, 54, 24, 30),\n(1, 29, 348, 0, 60, 43, 56, 24, 31),\n(1, 30, 374, 0, 62, 44, 57, 24, 31),\n(1, 31, 401, 0, 63, 45, 58, 24, 31),\n(1, 32, 419, 0, 65, 46, 60, 24, 32),\n(1, 33, 448, 0, 66, 47, 61, 24, 32),\n(1, 34, 468, 0, 68, 48, 63, 25, 33),\n(1, 35, 499, 0, 70, 49, 64, 25, 33),\n(1, 36, 521, 0, 72, 50, 66, 25, 34),\n(1, 37, 545, 0, 73, 51, 68, 25, 34),\n(1, 38, 581, 0, 75, 52, 69, 25, 34),\n(1, 39, 609, 0, 77, 53, 71, 26, 35),\n(1, 40, 649, 0, 79, 54, 72, 26, 35),\n(1, 41, 681, 0, 80, 56, 74, 26, 36),\n(1, 42, 715, 0, 82, 57, 76, 26, 36),\n(1, 43, 761, 0, 84, 58, 77, 26, 37),\n(1, 44, 799, 0, 86, 59, 79, 26, 37),\n(1, 45, 839, 0, 88, 60, 81, 27, 38),\n(1, 46, 881, 0, 90, 61, 83, 27, 38),\n(1, 47, 935, 0, 92, 63, 84, 27, 39),\n(1, 48, 981, 0, 94, 64, 86, 27, 39),\n(1, 49, 1029, 0, 96, 65, 88, 28, 40),\n(1, 50, 1079, 0, 98, 66, 90, 28, 40),\n(1, 51, 1131, 0, 100, 68, 92, 28, 42),\n(1, 52, 1185, 0, 102, 69, 94, 28, 42),\n(1, 53, 1241, 0, 104, 70, 96, 28, 43),\n(1, 54, 1299, 0, 106, 72, 98, 29, 44),\n(1, 55, 1359, 0, 109, 73, 100, 29, 44),\n(1, 56, 1421, 0, 111, 74, 102, 29, 45),\n(1, 57, 1485, 0, 113, 76, 104, 29, 45),\n(1, 58, 1551, 0, 115, 77, 106, 30, 46),\n(1, 59, 1619, 0, 118, 79, 108, 30, 46),\n(1, 60, 1689, 0, 120, 80, 110, 30, 47),\n(1, 61, 1902, 0, 125, 83, 115, 30, 46),\n(1, 62, 2129, 0, 127, 85, 117, 31, 46),\n(1, 63, 2357, 0, 129, 86, 119, 31, 47),\n(1, 64, 2612, 0, 132, 88, 121, 31, 47),\n(1, 65, 2883, 0, 134, 89, 123, 32, 48),\n(1, 66, 3169, 0, 136, 90, 125, 32, 49),\n(1, 67, 3455, 0, 138, 92, 127, 32, 49),\n(1, 68, 3774, 0, 140, 93, 129, 32, 50),\n(1, 69, 4109, 0, 143, 95, 131, 33, 50),\n(1, 70, 4444, 0, 145, 96, 133, 33, 51),\n(1, 71, 4720, 0, 148, 97, 135, 33, 52),\n(1, 72, 5013, 0, 150, 99, 138, 33, 53),\n(1, 73, 5325, 0, 153, 101, 140, 33, 54),\n(1, 74, 5656, 0, 156, 102, 143, 34, 54),\n(1, 75, 6008, 0, 159, 104, 145, 34, 55),\n(1, 76, 6381, 0, 162, 106, 148, 34, 56),\n(1, 77, 6778, 0, 165, 108, 151, 35, 57),\n(1, 78, 7198, 0, 168, 109, 153, 35, 57),\n(1, 79, 7646, 0, 171, 111, 156, 35, 58),\n(1, 80, 8121, 0, 174, 113, 159, 36, 59),\n(2, 1, 28, 59, 22, 20, 22, 20, 22),\n(2, 2, 26, 64, 23, 21, 23, 21, 23),\n(2, 3, 34, 84, 24, 21, 24, 21, 23),\n(2, 4, 42, 90, 25, 22, 25, 22, 24),\n(2, 5, 50, 112, 26, 22, 26, 22, 25),\n(2, 6, 58, 120, 27, 23, 27, 23, 25),\n(2, 7, 66, 129, 28, 23, 28, 24, 26),\n(2, 8, 84, 154, 29, 24, 28, 24, 26),\n(2, 9, 92, 165, 30, 24, 29, 25, 27),\n(2, 10, 100, 192, 31, 25, 30, 25, 28),\n(2, 11, 108, 205, 32, 25, 31, 26, 29),\n(2, 12, 116, 219, 33, 26, 32, 27, 29),\n(2, 13, 124, 249, 34, 27, 33, 27, 30),\n(2, 14, 132, 265, 35, 27, 34, 28, 31),\n(2, 15, 131, 282, 36, 28, 36, 29, 31),\n(2, 16, 141, 315, 38, 28, 37, 29, 32),\n(2, 17, 152, 334, 39, 29, 38, 30, 33),\n(2, 18, 164, 354, 40, 30, 39, 31, 34),\n(2, 19, 177, 390, 41, 30, 40, 31, 34),\n(2, 20, 191, 412, 42, 31, 41, 32, 35),\n(2, 21, 206, 435, 43, 32, 42, 33, 36),\n(2, 22, 222, 459, 45, 32, 43, 34, 37),\n(2, 23, 239, 499, 46, 33, 44, 34, 38),\n(2, 24, 247, 525, 47, 34, 46, 35, 38),\n(2, 25, 266, 552, 48, 34, 47, 36, 39),\n(2, 26, 286, 579, 50, 35, 48, 37, 40),\n(2, 27, 307, 621, 51, 36, 49, 37, 42),\n(2, 28, 329, 648, 52, 36, 50, 38, 43),\n(2, 29, 342, 675, 54, 37, 52, 39, 44),\n(2, 30, 366, 702, 55, 38, 53, 40, 44),\n(2, 31, 391, 729, 56, 39, 54, 41, 45),\n(2, 32, 407, 756, 58, 39, 56, 42, 46),\n(2, 33, 434, 798, 59, 40, 57, 42, 47),\n(2, 34, 462, 825, 61, 41, 58, 43, 48),\n(2, 35, 481, 852, 62, 42, 60, 44, 49),\n(2, 36, 511, 879, 64, 43, 61, 45, 50),\n(2, 37, 542, 906, 65, 43, 62, 46, 51),\n(2, 38, 564, 933, 67, 44, 64, 47, 52),\n(2, 39, 597, 960, 68, 45, 65, 48, 53),\n(2, 40, 621, 987, 70, 46, 67, 49, 54),\n(2, 41, 656, 1014, 71, 47, 68, 50, 55),\n(2, 42, 682, 1041, 73, 47, 70, 51, 56),\n(2, 43, 719, 1068, 74, 48, 71, 52, 57),\n(2, 44, 747, 1110, 76, 49, 73, 52, 58),\n(2, 45, 786, 1137, 78, 50, 74, 53, 59),\n(2, 46, 816, 1164, 79, 51, 76, 54, 60),\n(2, 47, 857, 1176, 81, 52, 77, 56, 61),\n(2, 48, 889, 1203, 83, 53, 79, 57, 63),\n(2, 49, 922, 1230, 84, 54, 81, 58, 65),\n(2, 50, 966, 1257, 86, 55, 82, 59, 66),\n(2, 51, 1001, 1284, 88, 56, 84, 60, 67),\n(2, 52, 1037, 1311, 90, 57, 86, 61, 68),\n(2, 53, 1084, 1338, 92, 58, 87, 62, 69),\n(2, 54, 1122, 1365, 93, 59, 89, 63, 70),\n(2, 55, 1161, 1392, 95, 60, 91, 64, 72),\n(2, 56, 1201, 1419, 97, 61, 93, 65, 73),\n(2, 57, 1252, 1446, 99, 62, 94, 66, 74),\n(2, 58, 1294, 1458, 101, 63, 96, 68, 75),\n(2, 59, 1337, 1485, 103, 64, 98, 69, 77),\n(2, 60, 1381, 1512, 105, 65, 100, 70, 78),\n(2, 61, 1540, 1656, 109, 67, 104, 73, 78),\n(2, 62, 1708, 1800, 111, 69, 106, 74, 79),\n(2, 63, 1884, 1944, 113, 70, 107, 75, 80),\n(2, 64, 2068, 2088, 115, 71, 109, 76, 81),\n(2, 65, 2262, 2232, 116, 72, 111, 77, 83),\n(2, 66, 2466, 2377, 118, 73, 113, 78, 84),\n(2, 67, 2679, 2521, 120, 74, 115, 79, 85),\n(2, 68, 2901, 2665, 122, 75, 116, 81, 86),\n(2, 69, 3134, 2809, 124, 76, 118, 82, 88),\n(2, 70, 3377, 2953, 126, 77, 120, 83, 89),\n(2, 71, 3629, 3097, 129, 78, 122, 84, 90),\n(2, 72, 3900, 3241, 131, 79, 125, 86, 92),\n(2, 73, 4191, 3385, 133, 80, 127, 87, 94),\n(2, 74, 4503, 3529, 136, 82, 129, 89, 95),\n(2, 75, 4839, 3673, 138, 83, 131, 90, 97),\n(2, 76, 5200, 3817, 141, 84, 134, 92, 98),\n(2, 77, 5588, 3962, 143, 86, 136, 93, 100),\n(2, 78, 6005, 4106, 146, 87, 138, 95, 102),\n(2, 79, 6453, 4250, 148, 88, 141, 96, 103),\n(2, 80, 6934, 4394, 151, 90, 143, 98, 105),\n(3, 1, 26, 63, 20, 23, 21, 20, 21),\n(3, 2, 33, 70, 20, 24, 22, 21, 22),\n(3, 3, 40, 91, 21, 25, 23, 21, 22),\n(3, 4, 57, 98, 21, 27, 23, 22, 23),\n(3, 5, 64, 121, 22, 28, 24, 22, 23),\n(3, 6, 71, 130, 22, 29, 25, 23, 24),\n(3, 7, 78, 155, 22, 30, 26, 23, 24),\n(3, 8, 85, 166, 23, 31, 27, 24, 25),\n(3, 9, 92, 193, 23, 33, 28, 24, 26),\n(3, 10, 109, 206, 24, 34, 28, 25, 26),\n(3, 11, 116, 235, 24, 35, 29, 25, 27),\n(3, 12, 123, 250, 25, 37, 30, 26, 28),\n(3, 13, 130, 266, 25, 38, 31, 27, 28),\n(3, 14, 138, 298, 26, 39, 32, 27, 29),\n(3, 15, 147, 316, 26, 41, 33, 28, 29),\n(3, 16, 157, 350, 27, 42, 34, 28, 30),\n(3, 17, 168, 370, 27, 43, 35, 29, 31),\n(3, 18, 180, 391, 28, 45, 36, 30, 32),\n(3, 19, 193, 428, 28, 46, 37, 30, 32),\n(3, 20, 207, 451, 29, 48, 38, 31, 33),\n(3, 21, 222, 475, 29, 49, 39, 32, 34),\n(3, 22, 238, 515, 30, 51, 40, 32, 34),\n(3, 23, 255, 541, 30, 52, 41, 33, 35),\n(3, 24, 273, 568, 31, 54, 42, 34, 36),\n(3, 25, 292, 611, 31, 55, 43, 34, 37),\n(3, 26, 312, 640, 32, 57, 44, 35, 37),\n(3, 27, 333, 670, 32, 59, 45, 36, 38),\n(3, 28, 355, 715, 33, 60, 46, 36, 39),\n(3, 29, 378, 745, 33, 62, 47, 37, 40),\n(3, 30, 402, 775, 34, 64, 48, 38, 40),\n(3, 31, 417, 805, 34, 65, 50, 39, 41),\n(3, 32, 443, 850, 35, 67, 51, 39, 42),\n(3, 33, 470, 880, 36, 69, 52, 40, 43),\n(3, 34, 498, 910, 36, 70, 53, 41, 44),\n(3, 35, 527, 940, 37, 72, 54, 42, 45),\n(3, 36, 547, 970, 38, 74, 56, 43, 46),\n(3, 37, 578, 1015, 38, 76, 57, 43, 46),\n(3, 38, 610, 1045, 39, 78, 58, 44, 47),\n(3, 39, 643, 1075, 39, 80, 59, 45, 48),\n(3, 40, 667, 1105, 40, 81, 61, 46, 49),\n(3, 41, 702, 1135, 41, 83, 62, 47, 50),\n(3, 42, 738, 1180, 41, 85, 63, 47, 51),\n(3, 43, 775, 1210, 42, 87, 64, 48, 52),\n(3, 44, 803, 1240, 43, 89, 66, 49, 53),\n(3, 45, 842, 1270, 43, 91, 67, 50, 54),\n(3, 46, 872, 1300, 44, 93, 69, 51, 55),\n(3, 47, 913, 1330, 45, 95, 70, 52, 56),\n(3, 48, 955, 1360, 46, 98, 71, 53, 57),\n(3, 49, 988, 1390, 46, 100, 73, 54, 58),\n(3, 50, 1032, 1420, 47, 102, 74, 55, 59),\n(3, 51, 1067, 1450, 48, 104, 76, 56, 60),\n(3, 52, 1113, 1480, 49, 106, 77, 57, 61),\n(3, 53, 1150, 1510, 49, 108, 79, 58, 62),\n(3, 54, 1198, 1540, 50, 111, 80, 59, 63),\n(3, 55, 1237, 1570, 51, 113, 82, 60, 64),\n(3, 56, 1287, 1600, 52, 115, 83, 61, 65),\n(3, 57, 1328, 1630, 53, 118, 85, 62, 67),\n(3, 58, 1370, 1660, 53, 120, 87, 63, 68),\n(3, 59, 1423, 1690, 54, 123, 88, 64, 69),\n(3, 60, 1467, 1720, 55, 125, 90, 65, 70),\n(3, 61, 1633, 1886, 56, 127, 92, 66, 71),\n(3, 62, 1819, 2053, 57, 130, 93, 67, 72),\n(3, 63, 2003, 2219, 58, 133, 95, 68, 74),\n(3, 64, 2195, 2385, 58, 135, 97, 69, 75),\n(3, 65, 2397, 2552, 59, 138, 99, 71, 76),\n(3, 66, 2623, 2718, 60, 140, 100, 72, 77),\n(3, 67, 2844, 2884, 61, 143, 102, 73, 79),\n(3, 68, 3075, 3050, 62, 146, 104, 74, 80),\n(3, 69, 3316, 3217, 63, 149, 106, 75, 81),\n(3, 70, 3568, 3383, 64, 151, 108, 77, 83),\n(3, 71, 3834, 3549, 65, 154, 110, 78, 84),\n(3, 72, 4120, 3716, 66, 157, 112, 79, 85),\n(3, 73, 4427, 3882, 67, 160, 114, 80, 87),\n(3, 74, 4757, 4048, 68, 163, 116, 82, 88),\n(3, 75, 5112, 4215, 69, 166, 118, 83, 90),\n(3, 76, 5493, 4381, 70, 169, 120, 84, 91),\n(3, 77, 5903, 4547, 71, 172, 122, 86, 93),\n(3, 78, 6343, 4713, 72, 175, 124, 87, 94),\n(3, 79, 6816, 4880, 73, 178, 126, 88, 96),\n(3, 80, 7324, 5046, 74, 181, 128, 90, 97),\n(4, 1, 25, 0, 21, 23, 21, 20, 20),\n(4, 2, 32, 0, 22, 24, 22, 20, 21),\n(4, 3, 49, 0, 22, 25, 22, 20, 22),\n(4, 4, 56, 0, 23, 27, 23, 21, 22),\n(4, 5, 63, 0, 24, 28, 24, 21, 22),\n(4, 6, 80, 0, 24, 29, 24, 21, 23),\n(4, 7, 87, 0, 25, 31, 25, 21, 23),\n(4, 8, 104, 0, 26, 32, 25, 21, 23),\n(4, 9, 111, 0, 27, 33, 26, 21, 24),\n(4, 10, 118, 0, 27, 35, 27, 22, 24),\n(4, 11, 125, 0, 28, 36, 28, 22, 25),\n(4, 12, 142, 0, 29, 37, 28, 22, 25),\n(4, 13, 149, 0, 30, 39, 29, 22, 25),\n(4, 14, 156, 0, 30, 40, 30, 22, 26),\n(4, 15, 173, 0, 31, 42, 30, 23, 26),\n(4, 16, 181, 0, 32, 43, 31, 23, 27),\n(4, 17, 190, 0, 33, 44, 32, 23, 27),\n(4, 18, 200, 0, 34, 46, 33, 23, 27),\n(4, 19, 221, 0, 35, 48, 33, 23, 28),\n(4, 20, 233, 0, 35, 49, 34, 24, 28),\n(4, 21, 246, 0, 36, 51, 35, 24, 29),\n(4, 22, 260, 0, 37, 52, 36, 24, 29),\n(4, 23, 275, 0, 38, 54, 37, 24, 30),\n(4, 24, 301, 0, 39, 55, 37, 25, 30),\n(4, 25, 318, 0, 40, 57, 38, 25, 31),\n(4, 26, 336, 0, 41, 59, 39, 25, 31),\n(4, 27, 355, 0, 42, 60, 40, 25, 31),\n(4, 28, 375, 0, 43, 62, 41, 25, 32),\n(4, 29, 396, 0, 43, 64, 42, 26, 32),\n(4, 30, 428, 0, 44, 66, 42, 26, 33),\n(4, 31, 451, 0, 45, 67, 43, 26, 33),\n(4, 32, 475, 0, 46, 69, 44, 26, 34),\n(4, 33, 500, 0, 47, 71, 45, 27, 34),\n(4, 34, 526, 0, 48, 73, 46, 27, 35),\n(4, 35, 553, 0, 49, 75, 47, 27, 35),\n(4, 36, 581, 0, 51, 77, 48, 28, 36),\n(4, 37, 610, 0, 52, 78, 49, 28, 37),\n(4, 38, 640, 0, 53, 80, 50, 28, 37),\n(4, 39, 671, 0, 54, 82, 51, 28, 38),\n(4, 40, 703, 0, 55, 84, 52, 29, 38),\n(4, 41, 736, 0, 56, 86, 53, 29, 39),\n(4, 42, 770, 0, 57, 88, 54, 29, 39),\n(4, 43, 805, 0, 58, 90, 55, 29, 40),\n(4, 44, 841, 0, 59, 93, 56, 30, 40),\n(4, 45, 878, 0, 61, 95, 57, 30, 42),\n(4, 46, 916, 0, 62, 97, 58, 30, 43),\n(4, 47, 955, 0, 63, 99, 59, 31, 43),\n(4, 48, 995, 0, 64, 101, 60, 31, 44),\n(4, 49, 1026, 0, 65, 103, 62, 31, 45),\n(4, 50, 1068, 0, 67, 106, 63, 32, 45),\n(4, 51, 1111, 0, 68, 108, 64, 32, 46),\n(4, 52, 1155, 0, 69, 110, 65, 32, 46),\n(4, 53, 1200, 0, 70, 113, 66, 33, 47),\n(4, 54, 1246, 0, 72, 115, 67, 33, 48),\n(4, 55, 1283, 0, 73, 117, 69, 33, 48),\n(4, 56, 1331, 0, 74, 120, 70, 34, 49),\n(4, 57, 1380, 0, 76, 122, 71, 34, 50),\n(4, 58, 1430, 0, 77, 125, 72, 34, 51),\n(4, 59, 1471, 0, 79, 127, 74, 35, 51),\n(4, 60, 1523, 0, 80, 130, 75, 35, 52),\n(4, 61, 1702, 0, 83, 136, 78, 35, 51),\n(4, 62, 1879, 0, 84, 138, 79, 36, 52),\n(4, 63, 2077, 0, 85, 141, 80, 36, 53),\n(4, 64, 2285, 0, 87, 143, 81, 37, 54),\n(4, 65, 2489, 0, 88, 146, 83, 37, 54),\n(4, 66, 2717, 0, 89, 148, 84, 37, 55),\n(4, 67, 2941, 0, 91, 151, 85, 38, 56),\n(4, 68, 3190, 0, 92, 153, 86, 38, 57),\n(4, 69, 3450, 0, 94, 156, 88, 39, 57),\n(4, 70, 3704, 0, 95, 158, 89, 39, 58),\n(4, 71, 3980, 0, 97, 161, 90, 39, 59),\n(4, 72, 4277, 0, 99, 164, 92, 40, 59),\n(4, 73, 4596, 0, 100, 167, 94, 40, 60),\n(4, 74, 4939, 0, 102, 170, 95, 41, 61),\n(4, 75, 5307, 0, 104, 173, 97, 41, 62),\n(4, 76, 5703, 0, 105, 176, 98, 41, 63),\n(4, 77, 6128, 0, 107, 179, 100, 42, 64),\n(4, 78, 6585, 0, 109, 183, 102, 42, 65),\n(4, 79, 7076, 0, 111, 186, 103, 43, 66),\n(4, 80, 7604, 0, 113, 189, 105, 43, 67),\n(5, 1, 31, 110, 20, 20, 20, 22, 24),\n(5, 2, 37, 165, 20, 20, 20, 23, 25),\n(5, 3, 42, 189, 20, 20, 21, 24, 26),\n(5, 4, 57, 200, 21, 21, 21, 25, 28),\n(5, 5, 72, 197, 21, 21, 21, 27, 29),\n(5, 6, 77, 210, 21, 21, 22, 28, 30),\n(5, 7, 92, 224, 21, 21, 22, 29, 31),\n(5, 8, 107, 239, 21, 22, 22, 30, 32),\n(5, 9, 112, 255, 21, 22, 23, 31, 34),\n(5, 10, 127, 272, 22, 22, 23, 33, 35),\n(5, 11, 132, 275, 22, 22, 24, 34, 36),\n(5, 12, 147, 294, 22, 23, 24, 35, 38),\n(5, 13, 162, 314, 22, 23, 24, 36, 39),\n(5, 14, 167, 320, 22, 23, 25, 38, 40),\n(5, 15, 182, 342, 23, 23, 25, 39, 43),\n(5, 16, 187, 365, 23, 24, 26, 40, 44),\n(5, 17, 202, 389, 23, 24, 26, 42, 45),\n(5, 18, 217, 399, 23, 24, 26, 43, 47),\n(5, 19, 222, 425, 23, 25, 27, 44, 48),\n(5, 20, 237, 437, 24, 25, 27, 46, 50),\n(5, 21, 242, 465, 24, 25, 28, 47, 51),\n(5, 22, 258, 494, 24, 25, 28, 49, 53),\n(5, 23, 265, 509, 24, 26, 29, 50, 54),\n(5, 24, 283, 540, 25, 26, 29, 52, 56),\n(5, 25, 292, 557, 25, 26, 30, 53, 57),\n(5, 26, 312, 590, 25, 27, 30, 55, 59),\n(5, 27, 333, 609, 25, 27, 30, 56, 61),\n(5, 28, 345, 644, 25, 27, 31, 58, 63),\n(5, 29, 368, 665, 26, 28, 31, 59, 65),\n(5, 30, 382, 687, 26, 28, 32, 61, 67),\n(5, 31, 407, 725, 26, 28, 32, 63, 68),\n(5, 32, 423, 749, 26, 29, 33, 64, 70),\n(5, 33, 450, 788, 27, 29, 33, 66, 72),\n(5, 34, 468, 812, 27, 29, 34, 68, 73),\n(5, 35, 497, 836, 27, 30, 34, 69, 75),\n(5, 36, 517, 860, 28, 30, 35, 71, 77),\n(5, 37, 538, 899, 28, 30, 36, 73, 79),\n(5, 38, 570, 923, 28, 31, 36, 75, 81),\n(5, 39, 593, 947, 28, 31, 37, 76, 84),\n(5, 40, 627, 971, 29, 31, 37, 78, 85),\n(5, 41, 652, 1010, 29, 32, 38, 80, 87),\n(5, 42, 688, 1034, 29, 32, 38, 82, 89),\n(5, 43, 715, 1058, 29, 33, 39, 84, 91),\n(5, 44, 753, 1082, 30, 33, 39, 86, 93),\n(5, 45, 782, 1106, 30, 33, 40, 88, 95),\n(5, 46, 812, 1130, 30, 34, 41, 90, 97),\n(5, 47, 853, 1154, 31, 34, 41, 92, 99),\n(5, 48, 885, 1178, 31, 35, 42, 94, 102),\n(5, 49, 918, 1202, 31, 35, 43, 96, 105),\n(5, 50, 962, 1226, 32, 35, 43, 98, 107),\n(5, 51, 997, 1250, 32, 36, 44, 100, 109),\n(5, 52, 1043, 1274, 32, 36, 44, 102, 111),\n(5, 53, 1080, 1298, 33, 37, 45, 104, 113),\n(5, 54, 1118, 1322, 33, 37, 46, 106, 116),\n(5, 55, 1167, 1331, 33, 38, 46, 109, 118),\n(5, 56, 1207, 1355, 34, 38, 47, 111, 120),\n(5, 57, 1248, 1379, 34, 39, 48, 113, 123),\n(5, 58, 1290, 1403, 34, 39, 49, 115, 126),\n(5, 59, 1343, 1412, 35, 40, 49, 118, 129),\n(5, 60, 1387, 1436, 35, 40, 50, 120, 131),\n(5, 61, 1557, 1500, 35, 41, 51, 125, 130),\n(5, 62, 1738, 1625, 36, 41, 52, 127, 132),\n(5, 63, 1916, 1749, 36, 41, 53, 129, 135),\n(5, 64, 2101, 1873, 37, 42, 54, 132, 137),\n(5, 65, 2295, 1998, 37, 42, 54, 134, 139),\n(5, 66, 2495, 2122, 37, 43, 55, 136, 142),\n(5, 67, 2719, 2247, 38, 43, 56, 138, 144),\n(5, 68, 2936, 2371, 38, 44, 57, 140, 146),\n(5, 69, 3160, 2495, 39, 44, 57, 143, 149),\n(5, 70, 3391, 2620, 39, 45, 58, 145, 151),\n(5, 71, 3644, 2744, 39, 46, 59, 148, 154),\n(5, 72, 3916, 2868, 40, 46, 59, 151, 157),\n(5, 73, 4208, 2993, 40, 47, 60, 154, 160),\n(5, 74, 4522, 3117, 41, 47, 61, 156, 163),\n(5, 75, 4859, 3242, 41, 48, 62, 159, 166),\n(5, 76, 5221, 3366, 41, 49, 63, 162, 169),\n(5, 77, 5610, 3490, 42, 49, 64, 165, 172),\n(5, 78, 6028, 3615, 42, 50, 65, 168, 175),\n(5, 79, 6477, 3739, 43, 50, 66, 171, 178),\n(5, 80, 6960, 3863, 43, 51, 67, 174, 181),\n(6, 55, 1359, 0, 108, 73, 99, 29, 42),\n(6, 56, 1421, 0, 111, 75, 102, 29, 43),\n(6, 57, 1485, 0, 113, 76, 104, 29, 43),\n(6, 58, 1551, 0, 115, 77, 106, 30, 44),\n(6, 59, 1619, 0, 118, 79, 108, 30, 44),\n(6, 60, 1689, 0, 120, 80, 110, 30, 45),\n(6, 61, 1902, 0, 122, 81, 112, 30, 46),\n(6, 62, 2129, 0, 125, 83, 114, 30, 46),\n(6, 63, 2357, 0, 127, 84, 117, 31, 47),\n(6, 64, 2612, 0, 130, 86, 119, 31, 47),\n(6, 65, 2883, 0, 133, 87, 121, 31, 48),\n(6, 66, 3169, 0, 135, 89, 124, 31, 49),\n(6, 67, 3455, 0, 138, 90, 126, 32, 49),\n(6, 68, 3774, 0, 140, 92, 128, 32, 50),\n(6, 69, 4109, 0, 143, 93, 131, 32, 51),\n(6, 70, 4444, 0, 146, 95, 133, 32, 51),\n(6, 71, 4720, 0, 149, 97, 136, 33, 52),\n(6, 72, 5013, 0, 151, 98, 138, 33, 53),\n(6, 73, 5325, 0, 154, 100, 141, 33, 54),\n(6, 74, 5656, 0, 157, 102, 143, 33, 54),\n(6, 75, 6008, 0, 160, 103, 146, 34, 55),\n(6, 76, 6381, 0, 163, 105, 149, 34, 56),\n(6, 77, 6778, 0, 166, 107, 151, 34, 57),\n(6, 78, 7199, 0, 169, 108, 154, 34, 57),\n(6, 79, 7646, 0, 172, 110, 157, 35, 58),\n(6, 80, 8121, 0, 175, 112, 160, 35, 59),\n(7, 1, 27, 53, 21, 20, 21, 21, 22),\n(7, 2, 34, 61, 22, 20, 22, 22, 23),\n(7, 3, 41, 68, 22, 21, 23, 23, 24),\n(7, 4, 48, 91, 23, 21, 24, 23, 25),\n(7, 5, 65, 100, 24, 22, 24, 24, 26),\n(7, 6, 72, 110, 25, 22, 25, 25, 27),\n(7, 7, 79, 121, 26, 22, 26, 26, 28),\n(7, 8, 86, 133, 26, 23, 27, 27, 28),\n(7, 9, 93, 161, 27, 23, 28, 28, 29),\n(7, 10, 100, 175, 28, 24, 29, 28, 30),\n(7, 11, 107, 190, 29, 24, 30, 29, 31),\n(7, 12, 114, 206, 30, 25, 31, 30, 32),\n(7, 13, 121, 223, 30, 25, 32, 31, 33),\n(7, 14, 128, 241, 31, 26, 33, 32, 34),\n(7, 15, 135, 260, 32, 26, 34, 33, 36),\n(7, 16, 142, 280, 33, 27, 35, 34, 37),\n(7, 17, 150, 301, 34, 27, 36, 35, 38),\n(7, 18, 159, 323, 35, 28, 37, 36, 39),\n(7, 19, 169, 346, 36, 28, 38, 37, 40),\n(7, 20, 180, 370, 37, 29, 39, 38, 41),\n(7, 21, 192, 395, 38, 29, 40, 39, 42),\n(7, 22, 205, 456, 38, 30, 41, 40, 43),\n(7, 23, 219, 448, 39, 30, 42, 41, 44),\n(7, 24, 234, 476, 40, 31, 43, 42, 46),\n(7, 25, 240, 505, 41, 31, 45, 43, 47),\n(7, 26, 257, 579, 42, 32, 46, 44, 48),\n(7, 27, 275, 566, 43, 32, 47, 45, 49),\n(7, 28, 294, 598, 44, 33, 48, 46, 50),\n(7, 29, 314, 631, 45, 33, 49, 47, 52),\n(7, 30, 335, 718, 46, 34, 50, 48, 53),\n(7, 31, 347, 699, 48, 34, 52, 50, 54),\n(7, 32, 370, 733, 49, 35, 53, 51, 56),\n(7, 33, 394, 767, 50, 36, 54, 52, 57),\n(7, 34, 419, 786, 51, 36, 55, 53, 58),\n(7, 35, 435, 820, 52, 37, 57, 54, 60),\n(7, 36, 462, 854, 53, 38, 58, 56, 61),\n(7, 37, 490, 888, 54, 38, 59, 57, 62),\n(7, 38, 509, 922, 55, 39, 61, 58, 64),\n(7, 39, 539, 941, 56, 39, 62, 59, 65),\n(7, 40, 570, 975, 58, 40, 63, 61, 67),\n(7, 41, 592, 1009, 59, 41, 65, 62, 68),\n(7, 42, 625, 1028, 60, 41, 66, 63, 70),\n(7, 43, 649, 1062, 61, 42, 68, 64, 71),\n(7, 44, 684, 1096, 63, 43, 69, 66, 73),\n(7, 45, 710, 1115, 64, 43, 71, 67, 74),\n(7, 46, 747, 1149, 65, 44, 72, 69, 76),\n(7, 47, 775, 1183, 66, 45, 74, 70, 77),\n(7, 48, 814, 1202, 68, 46, 75, 71, 79),\n(7, 49, 844, 1236, 69, 46, 77, 73, 81),\n(7, 50, 885, 1255, 70, 47, 78, 74, 82),\n(7, 51, 917, 1289, 72, 48, 80, 76, 84),\n(7, 52, 960, 1313, 73, 49, 81, 77, 86),\n(7, 53, 994, 1342, 75, 49, 83, 79, 87),\n(7, 54, 1029, 1376, 76, 50, 85, 80, 89),\n(7, 55, 1075, 1395, 77, 51, 86, 82, 91),\n(7, 56, 1112, 1414, 79, 52, 88, 83, 93),\n(7, 57, 1150, 1448, 80, 53, 90, 85, 94),\n(7, 58, 1199, 1467, 82, 53, 91, 87, 96),\n(7, 59, 1239, 1501, 83, 54, 93, 88, 98),\n(7, 60, 1280, 1520, 85, 55, 95, 90, 100),\n(7, 61, 1428, 1664, 87, 56, 97, 92, 102),\n(7, 62, 1583, 1808, 88, 57, 99, 93, 104),\n(7, 63, 1760, 1951, 90, 58, 100, 95, 106),\n(7, 64, 1932, 2095, 91, 58, 102, 97, 108),\n(7, 65, 2114, 2239, 93, 59, 104, 99, 110),\n(7, 66, 2304, 2383, 95, 60, 106, 100, 112),\n(7, 67, 2504, 2527, 96, 61, 108, 102, 114),\n(7, 68, 2713, 2670, 98, 62, 110, 104, 116),\n(7, 69, 2931, 2814, 100, 63, 112, 106, 118),\n(7, 70, 3159, 2958, 102, 64, 114, 108, 120),\n(7, 71, 3633, 3102, 103, 65, 116, 110, 122),\n(7, 72, 3903, 3246, 105, 66, 118, 112, 125),\n(7, 73, 4194, 3389, 107, 67, 120, 114, 127),\n(7, 74, 4507, 3533, 109, 68, 123, 116, 129),\n(7, 75, 4843, 3677, 111, 69, 125, 118, 131),\n(7, 76, 5203, 3821, 111, 70, 127, 120, 134),\n(7, 77, 5592, 3965, 114, 71, 129, 122, 136),\n(7, 78, 6009, 4108, 116, 72, 131, 124, 138),\n(7, 79, 6457, 4252, 118, 73, 134, 126, 141),\n(7, 80, 6939, 4396, 120, 74, 136, 128, 143),\n(8, 1, 31, 100, 20, 20, 20, 23, 22),\n(8, 2, 37, 170, 20, 20, 20, 24, 24),\n(8, 3, 42, 181, 20, 20, 21, 25, 25),\n(8, 4, 57, 178, 20, 21, 21, 27, 26),\n(8, 5, 72, 191, 20, 21, 21, 28, 28),\n(8, 6, 87, 205, 21, 21, 21, 29, 29),\n(8, 7, 92, 220, 21, 21, 22, 30, 30),\n(8, 8, 107, 221, 21, 21, 22, 31, 31),\n(8, 9, 122, 238, 21, 21, 22, 33, 32),\n(8, 10, 127, 256, 21, 22, 23, 34, 34),\n(8, 11, 142, 275, 21, 22, 23, 35, 35),\n(8, 12, 157, 280, 21, 22, 23, 37, 36),\n(8, 13, 162, 301, 21, 22, 24, 38, 37),\n(8, 14, 177, 323, 22, 22, 24, 39, 39),\n(8, 15, 192, 331, 22, 23, 24, 41, 40),\n(8, 16, 197, 355, 22, 23, 25, 42, 42),\n(8, 17, 212, 365, 22, 23, 25, 43, 44),\n(8, 18, 227, 391, 22, 23, 25, 45, 45),\n(8, 19, 232, 403, 22, 23, 26, 46, 46),\n(8, 20, 247, 431, 22, 24, 26, 48, 48),\n(8, 21, 262, 445, 23, 24, 26, 49, 49),\n(8, 22, 267, 475, 23, 24, 27, 51, 51),\n(8, 23, 282, 491, 23, 24, 27, 52, 52),\n(8, 24, 288, 523, 23, 25, 28, 54, 54),\n(8, 25, 305, 541, 23, 25, 28, 55, 55),\n(8, 26, 323, 575, 23, 25, 28, 57, 57),\n(8, 27, 332, 595, 23, 25, 29, 59, 58),\n(8, 28, 352, 616, 24, 25, 29, 60, 60),\n(8, 29, 363, 652, 24, 26, 30, 62, 61),\n(8, 30, 385, 673, 24, 26, 30, 64, 64),\n(8, 31, 408, 694, 24, 26, 30, 65, 66),\n(8, 32, 422, 730, 24, 26, 31, 67, 67),\n(8, 33, 447, 751, 24, 27, 31, 69, 69),\n(8, 34, 463, 772, 25, 27, 32, 70, 71),\n(8, 35, 490, 793, 25, 27, 32, 72, 72),\n(8, 36, 508, 814, 25, 28, 33, 74, 74),\n(8, 37, 537, 850, 25, 28, 33, 76, 76),\n(8, 38, 567, 871, 25, 28, 33, 78, 78),\n(8, 39, 588, 892, 26, 28, 34, 80, 79),\n(8, 40, 620, 913, 26, 29, 34, 81, 81),\n(8, 41, 643, 934, 26, 29, 35, 83, 84),\n(8, 42, 677, 955, 26, 29, 35, 85, 86),\n(8, 43, 702, 976, 26, 29, 36, 87, 88),\n(8, 44, 738, 997, 26, 30, 36, 89, 90),\n(8, 45, 765, 1018, 27, 30, 37, 91, 92),\n(8, 46, 803, 1039, 27, 30, 37, 93, 94),\n(8, 47, 832, 1060, 27, 31, 38, 95, 96),\n(8, 48, 872, 1081, 27, 31, 38, 98, 98),\n(8, 49, 903, 1102, 28, 31, 39, 100, 100),\n(8, 50, 945, 1108, 28, 32, 39, 102, 102),\n(8, 51, 978, 1129, 28, 32, 40, 104, 105),\n(8, 52, 1022, 1150, 28, 32, 40, 106, 107),\n(8, 53, 1057, 1171, 28, 33, 41, 108, 109),\n(8, 54, 1093, 1177, 29, 33, 42, 111, 111),\n(8, 55, 1140, 1198, 29, 33, 42, 113, 114),\n(8, 56, 1178, 1219, 29, 34, 43, 115, 116),\n(8, 57, 1227, 1225, 29, 34, 43, 118, 118),\n(8, 58, 1267, 1246, 30, 34, 44, 120, 120),\n(8, 59, 1318, 1252, 30, 35, 44, 123, 123),\n(8, 60, 1360, 1273, 30, 35, 45, 125, 126),\n(8, 61, 1526, 1316, 30, 35, 46, 130, 125),\n(8, 62, 1702, 1419, 31, 36, 46, 132, 127),\n(8, 63, 1875, 1521, 31, 36, 47, 135, 129),\n(8, 64, 2070, 1624, 31, 37, 47, 137, 132),\n(8, 65, 2261, 1727, 32, 37, 48, 139, 134),\n(8, 66, 2461, 1830, 32, 37, 49, 142, 136),\n(8, 67, 2686, 1932, 32, 38, 49, 144, 138),\n(8, 68, 2906, 2035, 32, 38, 50, 146, 140),\n(8, 69, 3136, 2138, 33, 39, 50, 149, 143),\n(8, 70, 3393, 2241, 33, 39, 51, 151, 145),\n(8, 71, 3646, 2343, 33, 39, 52, 154, 148),\n(8, 72, 3918, 2446, 33, 40, 53, 157, 151),\n(8, 73, 4210, 2549, 33, 40, 54, 160, 154),\n(8, 74, 4524, 2652, 34, 41, 54, 163, 156),\n(8, 75, 4861, 2754, 34, 41, 55, 166, 159),\n(8, 76, 5223, 2857, 34, 41, 56, 169, 162),\n(8, 77, 5612, 2960, 35, 42, 57, 172, 165),\n(8, 78, 6030, 3063, 35, 42, 57, 175, 168),\n(8, 79, 6480, 3165, 35, 43, 58, 178, 171),\n(8, 80, 6963, 3268, 36, 43, 59, 181, 174),\n(9, 1, 23, 59, 20, 20, 21, 22, 22),\n(9, 2, 28, 98, 20, 20, 22, 23, 24),\n(9, 3, 43, 107, 21, 21, 22, 24, 25),\n(9, 4, 48, 117, 21, 21, 23, 25, 26),\n(9, 5, 63, 128, 21, 21, 23, 26, 27),\n(9, 6, 68, 140, 21, 22, 24, 27, 28),\n(9, 7, 83, 153, 22, 22, 24, 28, 30),\n(9, 8, 88, 167, 22, 22, 25, 29, 31),\n(9, 9, 103, 182, 22, 23, 25, 30, 32),\n(9, 10, 108, 198, 23, 23, 26, 31, 33),\n(9, 11, 123, 200, 23, 24, 26, 33, 34),\n(9, 12, 128, 218, 23, 24, 27, 34, 35),\n(9, 13, 143, 237, 24, 24, 27, 35, 37),\n(9, 14, 148, 257, 24, 25, 28, 36, 38),\n(9, 15, 153, 278, 24, 25, 29, 37, 39),\n(9, 16, 168, 300, 25, 26, 29, 38, 40),\n(9, 17, 173, 308, 25, 26, 30, 40, 43),\n(9, 18, 189, 332, 25, 26, 30, 41, 44),\n(9, 19, 196, 357, 26, 27, 31, 42, 45),\n(9, 20, 204, 383, 26, 27, 32, 43, 47),\n(9, 21, 223, 395, 26, 28, 32, 45, 48),\n(9, 22, 233, 423, 27, 28, 33, 46, 49),\n(9, 23, 244, 452, 27, 29, 34, 47, 51),\n(9, 24, 266, 467, 28, 29, 34, 49, 52),\n(9, 25, 279, 498, 28, 30, 35, 50, 54),\n(9, 26, 293, 530, 28, 30, 36, 51, 55),\n(9, 27, 318, 548, 29, 30, 36, 53, 56),\n(9, 28, 334, 582, 29, 31, 37, 54, 58),\n(9, 29, 351, 602, 30, 31, 38, 56, 59),\n(9, 30, 379, 638, 30, 32, 38, 57, 61),\n(9, 31, 398, 674, 30, 32, 39, 58, 64),\n(9, 32, 418, 695, 31, 33, 40, 60, 65),\n(9, 33, 439, 731, 31, 33, 41, 61, 67),\n(9, 34, 471, 752, 32, 34, 41, 63, 68),\n(9, 35, 494, 788, 32, 34, 42, 64, 70),\n(9, 36, 518, 809, 33, 35, 43, 66, 72),\n(9, 37, 543, 830, 33, 36, 44, 68, 73),\n(9, 38, 569, 866, 33, 36, 45, 69, 75),\n(9, 39, 606, 887, 34, 37, 45, 71, 77),\n(9, 40, 634, 923, 34, 37, 46, 72, 78),\n(9, 41, 663, 944, 35, 38, 47, 74, 80),\n(9, 42, 693, 965, 35, 38, 48, 76, 82),\n(9, 43, 724, 1001, 36, 39, 48, 77, 86),\n(9, 44, 756, 1022, 36, 39, 50, 79, 86),\n(9, 45, 799, 1043, 37, 40, 50, 81, 88),\n(9, 46, 823, 1064, 37, 41, 51, 83, 90),\n(9, 47, 868, 1100, 38, 41, 52, 84, 92),\n(9, 48, 904, 1121, 38, 42, 53, 86, 94),\n(9, 49, 941, 1142, 39, 43, 54, 88, 96),\n(9, 50, 979, 1163, 39, 43, 55, 90, 98),\n(9, 51, 1018, 1184, 40, 44, 56, 92, 100),\n(9, 52, 1058, 1205, 40, 44, 57, 94, 102),\n(9, 53, 1089, 1226, 41, 45, 58, 96, 105),\n(9, 54, 1131, 1247, 42, 46, 59, 98, 107),\n(9, 55, 1184, 1268, 42, 46, 60, 100, 109),\n(9, 56, 1228, 1289, 43, 47, 61, 102, 111),\n(9, 57, 1273, 1310, 43, 48, 62, 104, 113),\n(9, 58, 1319, 1331, 44, 49, 63, 106, 116),\n(9, 59, 1366, 1352, 44, 49, 64, 108, 118),\n(9, 60, 1414, 1373, 45, 50, 65, 110, 120),\n(9, 61, 1580, 1497, 46, 51, 67, 115, 113),\n(9, 62, 1755, 1621, 46, 52, 68, 117, 115),\n(9, 63, 1939, 1745, 47, 53, 69, 119, 117),\n(9, 64, 2133, 1870, 47, 54, 70, 121, 119),\n(9, 65, 2323, 1994, 48, 54, 71, 123, 121),\n(9, 66, 2535, 2118, 49, 55, 72, 125, 123),\n(9, 67, 2758, 2242, 49, 56, 73, 127, 125),\n(9, 68, 2991, 2366, 50, 57, 74, 129, 127),\n(9, 69, 3235, 2490, 50, 57, 75, 131, 129),\n(9, 70, 3490, 2615, 51, 58, 76, 133, 131),\n(9, 71, 3750, 2739, 52, 59, 78, 135, 142),\n(9, 72, 4025, 2863, 53, 59, 79, 138, 144),\n(9, 73, 4330, 2987, 54, 60, 80, 140, 147),\n(9, 74, 4646, 3111, 54, 61, 81, 143, 150),\n(9, 75, 4997, 3235, 55, 62, 83, 145, 152),\n(9, 76, 5373, 3360, 56, 63, 84, 148, 155),\n(9, 77, 5774, 3483, 57, 64, 85, 151, 158),\n(9, 78, 6207, 3608, 57, 65, 87, 153, 161),\n(9, 79, 6667, 3732, 58, 66, 88, 156, 164),\n(9, 80, 7136, 3856, 59, 67, 89, 159, 166),\n(11, 1, 34, 50, 21, 20, 20, 22, 22),\n(11, 2, 41, 57, 22, 20, 21, 23, 23),\n(11, 3, 58, 65, 22, 21, 21, 24, 24),\n(11, 4, 65, 74, 23, 21, 22, 25, 25),\n(11, 5, 82, 84, 23, 22, 22, 26, 26),\n(11, 6, 89, 95, 24, 22, 23, 27, 27),\n(11, 7, 96, 107, 24, 23, 24, 28, 28),\n(11, 8, 113, 120, 25, 23, 24, 28, 29),\n(11, 9, 120, 134, 25, 24, 25, 29, 30),\n(11, 10, 137, 149, 26, 24, 25, 30, 31),\n(11, 11, 144, 165, 26, 25, 26, 31, 33),\n(11, 12, 151, 182, 27, 25, 27, 32, 34),\n(11, 13, 168, 200, 27, 26, 27, 33, 35),\n(11, 14, 175, 219, 28, 26, 28, 34, 36),\n(11, 15, 182, 239, 29, 27, 29, 36, 37),\n(11, 16, 199, 260, 29, 27, 29, 37, 38),\n(11, 17, 206, 282, 30, 28, 30, 38, 40),\n(11, 18, 214, 305, 30, 29, 31, 39, 41),\n(11, 19, 233, 329, 31, 29, 31, 40, 42),\n(11, 20, 243, 354, 32, 30, 32, 41, 43),\n(11, 21, 254, 380, 32, 30, 33, 42, 45),\n(11, 22, 266, 392, 33, 31, 34, 43, 46),\n(11, 23, 289, 420, 34, 32, 34, 44, 47),\n(11, 24, 303, 449, 34, 32, 35, 46, 49),\n(11, 25, 318, 479, 35, 33, 36, 47, 50),\n(11, 26, 334, 509, 35, 33, 36, 48, 51),\n(11, 27, 361, 524, 36, 34, 37, 49, 53),\n(11, 28, 379, 554, 37, 35, 38, 50, 54),\n(11, 29, 398, 584, 38, 35, 39, 52, 56),\n(11, 30, 418, 614, 38, 36, 40, 53, 57),\n(11, 31, 439, 629, 39, 37, 41, 54, 58),\n(11, 32, 461, 659, 40, 37, 42, 56, 60),\n(11, 33, 494, 689, 41, 38, 42, 57, 61),\n(11, 34, 518, 704, 41, 39, 43, 58, 63),\n(11, 35, 543, 734, 42, 39, 44, 60, 64),\n(11, 36, 569, 749, 43, 40, 45, 61, 66),\n(11, 37, 596, 779, 44, 41, 46, 62, 68),\n(11, 38, 624, 809, 45, 41, 47, 64, 69),\n(11, 39, 653, 824, 45, 42, 48, 65, 71),\n(11, 40, 683, 854, 46, 43, 49, 67, 72),\n(11, 41, 714, 869, 47, 44, 50, 68, 74),\n(11, 42, 746, 899, 48, 44, 51, 70, 76),\n(11, 43, 779, 914, 49, 45, 52, 71, 77),\n(11, 44, 823, 944, 50, 46, 52, 73, 79),\n(11, 45, 858, 959, 50, 47, 53, 74, 81),\n(11, 46, 894, 989, 51, 48, 54, 76, 83),\n(11, 47, 921, 1004, 52, 48, 56, 77, 84),\n(11, 48, 959, 1019, 53, 49, 57, 79, 86),\n(11, 49, 998, 1049, 54, 50, 58, 81, 88),\n(11, 50, 1038, 1064, 55, 51, 59, 82, 90),\n(11, 51, 1079, 1079, 56, 52, 60, 84, 92),\n(11, 52, 1121, 1109, 57, 53, 61, 86, 94),\n(11, 53, 1164, 1124, 58, 54, 62, 87, 96),\n(11, 54, 1208, 1139, 59, 54, 63, 89, 98),\n(11, 55, 1253, 1154, 60, 55, 64, 91, 100),\n(11, 56, 1299, 1169, 61, 56, 65, 93, 102),\n(11, 57, 1346, 1199, 62, 57, 66, 94, 104),\n(11, 58, 1384, 1214, 63, 58, 68, 96, 106),\n(11, 59, 1433, 1229, 64, 59, 69, 98, 108),\n(11, 60, 1483, 1244, 65, 60, 70, 100, 110),\n(11, 61, 1657, 1357, 66, 61, 71, 102, 112),\n(11, 62, 1840, 1469, 67, 62, 72, 104, 114),\n(11, 63, 2020, 1582, 68, 63, 74, 106, 117),\n(11, 64, 2222, 1694, 69, 64, 75, 108, 119),\n(11, 65, 2433, 1807, 71, 65, 76, 110, 121),\n(11, 66, 2640, 1919, 72, 66, 78, 112, 123),\n(11, 67, 2872, 2032, 73, 67, 79, 114, 126),\n(11, 68, 3114, 2145, 74, 68, 80, 116, 128),\n(11, 69, 3351, 2257, 75, 69, 82, 118, 130),\n(11, 70, 3614, 2370, 76, 70, 83, 120, 133),\n(11, 71, 3883, 2482, 78, 71, 84, 122, 135),\n(11, 72, 4172, 2595, 79, 73, 86, 125, 138),\n(11, 73, 4483, 2708, 80, 74, 87, 127, 140),\n(11, 74, 4817, 2820, 81, 75, 89, 129, 143),\n(11, 75, 5176, 2933, 83, 76, 90, 131, 145),\n(11, 76, 5562, 3045, 84, 77, 92, 134, 148),\n(11, 77, 5977, 3158, 85, 78, 93, 136, 151),\n(11, 78, 6423, 3270, 87, 80, 95, 138, 153),\n(11, 79, 6902, 3383, 88, 81, 96, 141, 156),\n(11, 80, 7417, 3496, 89, 82, 98, 143, 159);\n"
  },
  {
    "path": "data/sql/world/base/player_progression.sql",
    "content": "/*\n    This add progression tracking quests.\n    These can be used in combination with the 'conditions' database table to hide item drops until the player has reached the progression phase for them.\n*/\n\nDELETE FROM `quest_template` WHERE `ID` BETWEEN 66001 AND 66018;\nINSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, \n`StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, \n`RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, \n`RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, \n`TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, \n`RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES \n\n(66001, 2, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest Molten Core', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66002, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest Onyxia', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66003, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest Blackwing Lair', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66004, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest Pre AQ', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66005, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest AQ War', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66006, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest AQ', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66007, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest Naxx40', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66008, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest Pre TBC', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66009, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest TBC T1', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66010, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest TBC T2', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66011, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest TBC T3', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66012, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest TBC T4', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66013, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest TBC T5', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66014, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest WotLK T1', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66015, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest WotLK T2', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66016, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest WotLK T3', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66017, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest WotLK T4', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66018, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'Progression Quest WotLK T5', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340);\n\nDELETE FROM `quest_template_addon` WHERE `ID` BETWEEN 66001 AND 66018;\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES \n(66001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66002, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66003, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66006, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66007, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66010, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66011, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66012, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66014, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66015, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66018, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256);\n\n\n/* ACHIEVEMENTS */\n\nDELETE FROM `achievement_dbc` WHERE `ID` = 533;\nINSERT INTO `achievement_dbc` (`ID`, `Faction`, `Instance_Id`, `Supercedes`, \n`Title_Lang_enUS`, `Title_Lang_enGB`, `Title_Lang_koKR`, `Title_Lang_frFR`, `Title_Lang_deDE`, `Title_Lang_enCN`, `Title_Lang_zhCN`, `Title_Lang_enTW`, \n`Title_Lang_zhTW`, `Title_Lang_esES`, `Title_Lang_esMX`, `Title_Lang_ruRU`, `Title_Lang_ptPT`, `Title_Lang_ptBR`, `Title_Lang_itIT`, `Title_Lang_Unk`, `Title_Lang_Mask`, \n`Description_Lang_enUS`, `Description_Lang_enGB`, `Description_Lang_koKR`, `Description_Lang_frFR`, `Description_Lang_deDE`, `Description_Lang_enCN`, `Description_Lang_zhCN`, `Description_Lang_enTW`, \n`Description_Lang_zhTW`, `Description_Lang_esES`, `Description_Lang_esMX`, `Description_Lang_ruRU`, `Description_Lang_ptPT`, `Description_Lang_ptBR`, `Description_Lang_itIT`, `Description_Lang_Unk`, `Description_Lang_Mask`, \n`Category`, `Points`, `Ui_Order`, `Flags`, `IconID`, \n`Reward_Lang_enUS`, `Reward_Lang_enGB`, `Reward_Lang_koKR`, `Reward_Lang_frFR`, `Reward_Lang_deDE`, `Reward_Lang_enCN`, `Reward_Lang_zhCN`, `Reward_Lang_enTW`, `Reward_Lang_zhTW`, `Reward_Lang_esES`, \n`Reward_Lang_esMX`, `Reward_Lang_ruRU`, `Reward_Lang_ptPT`, `Reward_Lang_ptBR`, `Reward_Lang_itIT`, `Reward_Lang_Unk`, `Reward_Lang_Mask`, `Minimum_Criteria`, `Shares_Criteria`) VALUES\n\n(533,-1,533,0,\"Naxxramas (Level 60)\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712190,\n\"Defeat the classic, level 60 version of Kel\\'Thuzad.\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712190,\n81,0,154,0,1898,\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",16712172,1,0); \n\n\n/* CREATURE DROPS */\n\n-- https://www.azerothcore.org/wiki/conditions\nDELETE FROM `conditions` WHERE `SourceGroup` = 19768 AND `SourceEntry` = 34689; -- Design: Chaotic Skyfire Diamond\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` IN (16716, 16717, 20404, 20406, 20407, 20408, 22525, 22526, 22527, 22528, 22529);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` BETWEEN 20652 AND 20675;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 9258,  16716, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Wildheart Belt will only drop if the player has completed PROGRESSION_AQ_WAR'),\n(1, 9692,  16716, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Wildheart Belt will only drop if the player has completed PROGRESSION_AQ_WAR'), \n(1, 9736,  16716, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Wildheart Belt will only drop if the player has completed PROGRESSION_AQ_WAR'), \n(1, 10416, 16716, 0, 0, 8, 0, 66001, 0, 0, 1, 0, 0, '', 'Wildheart Belt will only drop if the player has NOT completed PROGRESSION_MOLTEN_CORE'),\n(1, 10417, 16716, 0, 0, 8, 0, 66001, 0, 0, 1, 0, 0, '', 'Wildheart Belt will only drop if the player has NOT completed PROGRESSION_MOLTEN_CORE'),\n(1, 10499, 16716, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Wildheart Belt will only drop if the player has completed PROGRESSION_AQ_WAR'), \n--\n(1, 9096, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n(1, 9258, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n(1, 9262, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n(1, 9264, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n(1, 9268, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n(1, 9269, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n(1, 9692, 16717, 0, 0, 8, 0, 66005, 0, 0, 1, 0, 0, '', 'Wildheart Gloves will only drop if the player has NOT completed PROGRESSION_AQ_WAR'), \n--\n(1, 11804, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'), -- drops in patch 1.8\n(1, 11880, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 11881, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 11882, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 11883, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15201, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 14479, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15308, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15213, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15541, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15542, 20404, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Encrypted Twilight Text will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n--\n(1, 15211, 20652, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Azure Templar - Abyssal Cloth Slippers will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15211, 20653, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Azure Templar - Abyssal Plate Gauntlets will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15211, 20654, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Azure Templar - Amethyst War Staff will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15209, 20655, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Crimson Templar - Abyssal Cloth Handwraps will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15209, 20656, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Crimson Templar - Abyssal Mail Sabatons will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15209, 20657, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Crimson Templar - Crystal Tipped Stilettowill only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15212, 20658, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Hoary Templar - Abyssal Leather Boots will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15212, 20659, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Hoary Templar - Abyssal Mail Handguards will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15212, 20660, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Hoary Templar - Stonecutting Glaive will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15307, 20661, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Earthen Templar - Abyssal Leather Gloves will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15307, 20662, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Earthen Templar - Abyssal Plate Greaves will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15307, 20663, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Earthen Templar - Deep Strike Bow will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15206, 20664, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Cynders - Abyssal Cloth Sash will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15206, 20665, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Cynders - Abyssal Leather Leggings will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15206, 20666, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Cynders - Hardened Steel Warhammer will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15207, 20667, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Fathoms - Abyssal Leather Belt will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15207, 20668, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Fathoms - Abyssal Mail Legguards will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15207, 20669, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Fathoms - Darkstone Claymore will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15208, 20670, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Shards - Abyssal Mail Clutch will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15208, 20671, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Shards - Abyssal Plate Legguards will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15208, 20672, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Shards - Sparkling Crystal Wand will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15220, 20673, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Zephyrs - Abyssal Plate Girdle will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15220, 20674, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Zephyrs - Abyssal Cloth Pants will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n(1, 15220, 20675, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'The Duke of Zephyrs - Soulrender will only drop if the player has completed PROGRESSION_BLACKWING_LAIR'),\n--\n(1, 8555, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8556, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8557, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8558, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9031, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10412, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10413, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10437, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11551, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n(1, 16184, 22525, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Crypt Fiend Parts will only drop if the player has completed PROGRESSION_AQ'),\n--\n(1, 1783, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 1784, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 1785, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 1787, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 1788, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 1789, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8523, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8524, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8525, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8526, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8527, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8528, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8529, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10390, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10391, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10393, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10394, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10432, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10478, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10485, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10486, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10487, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10488, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10489, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10491, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10816, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10826, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11058, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11082, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11121, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11476, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11477, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11598, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11622, 22526, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Bone Fragments will only drop if the player has completed PROGRESSION_AQ'),\n--\n(1, 6520, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 6521, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7031, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7032, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7132, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8278, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8519, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8520, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8521, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8522, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8909, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8910, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8911, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9017, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9025, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9026, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9376, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9816, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9878, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9879, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11480, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11483, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11484, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11744, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11745, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11746, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11747, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13279, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13280, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14399, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14400, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14454, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14455, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14457, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14458, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14460, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14461, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14462, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14464, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14478, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 15209, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 15211, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 15212, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n(1, 15307, 22527, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Core of Elements will only drop if the player has completed PROGRESSION_AQ'),\n--\n(1, 5840, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 5844, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 5846, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7025, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7026, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7027, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7028, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7029, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7033, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7034, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7035, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8504, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8566, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8891, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8892, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8893, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8894, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8895, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8896, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8897, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8898, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8899, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8900, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8902, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8903, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8904, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8905, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8906, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8907, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8908, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8909, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8910, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8911, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8912, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8913, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8914, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8915, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8916, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8920, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8921, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8922, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8923, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8924, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8925, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8926, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8927, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8928, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8929, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8932, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8933, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8977, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8980, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 8983, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9016, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9017, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9018, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9019, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9024, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9025, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9026, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9027, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9028, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9029, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9030, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9031, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9032, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9033, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9041, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9042, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9043, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9044, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9045, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9056, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9097, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9098, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9156, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9176, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9196, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9197, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9198, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9199, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9200, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9201, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9216, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9217, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9218, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9219, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9236, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9237, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9239, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9240, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9241, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9257, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9258, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9259, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9260, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9261, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9262, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9263, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9264, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9265, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9266, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9267, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9268, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9269, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9319, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9398, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9437, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9438, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9439, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9441, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9442, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9443, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9445, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9476, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9499, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9502, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9522, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9537, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9541, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9543, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9545, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9547, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9554, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9568, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9583, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9596, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9605, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9677, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9678, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9680, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9681, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9692, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9693, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9716, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9717, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9718, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9736, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9938, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10043, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 10584, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 15692, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 24818, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n(1, 24819, 22528, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Dark Iron Scraps will only drop if the player has completed PROGRESSION_AQ'),\n--\n(1, 5881, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 6509, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 6510, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 6511, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 6512, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7138, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 7139, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 9601, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11458, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11459, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11461, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11462, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11464, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11465, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 11489, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 12220, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 12258, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13021, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13022, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13196, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13197, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 13285, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n(1, 14303, 22529, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Savage Frond will only drop if the player has completed PROGRESSION_AQ'),\n--\n(1, 19768, 34689, 0, 1, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Design: Chaotic Skyfire Diamond will only drop if the player has completed PROGRESSION_TBC_TIER_3'),\n(1, 19768, 34689, 0, 1, 7, 0, 755, 1, 0, 0, 0, 0, '',   'Design: Chaotic Skyfire Diamond will only drop if the player has the Jewelcrafting skill');\n\n"
  },
  {
    "path": "data/sql/world/base/player_starting_gear.sql",
    "content": "DELETE FROM `charstartoutfit_dbc` WHERE `ID` BETWEEN 1 AND 346;\nINSERT INTO `charstartoutfit_dbc` (`ID`, `RaceID`, `ClassID`, `SexID`, `OutfitID`, `ItemID_1`, `ItemID_2`, `ItemID_3`, `ItemID_4`, `ItemID_5`, `ItemID_6`, `ItemID_7`, `ItemID_8`, `ItemID_9`, `ItemID_10`, `ItemID_11`, `ItemID_12`, `ItemID_13`, `ItemID_14`, `ItemID_15`, `ItemID_16`, `ItemID_17`, `ItemID_18`, `ItemID_19`, `ItemID_20`, `ItemID_21`, `ItemID_22`, `ItemID_23`, `ItemID_24`, `DisplayItemID_1`, `DisplayItemID_2`, `DisplayItemID_3`, `DisplayItemID_4`, `DisplayItemID_5`, `DisplayItemID_6`, `DisplayItemID_7`, `DisplayItemID_8`, `DisplayItemID_9`, `DisplayItemID_10`, `DisplayItemID_11`, `DisplayItemID_12`, `DisplayItemID_13`, `DisplayItemID_14`, `DisplayItemID_15`, `DisplayItemID_16`, `DisplayItemID_17`, `DisplayItemID_18`, `DisplayItemID_19`, `DisplayItemID_20`, `DisplayItemID_21`, `DisplayItemID_22`, `DisplayItemID_23`, `DisplayItemID_24`, `InventoryType_1`, `InventoryType_2`, `InventoryType_3`, `InventoryType_4`, `InventoryType_5`, `InventoryType_6`, `InventoryType_7`, `InventoryType_8`, `InventoryType_9`, `InventoryType_10`, `InventoryType_11`, `InventoryType_12`, `InventoryType_13`, `InventoryType_14`, `InventoryType_15`, `InventoryType_16`, `InventoryType_17`, `InventoryType_18`, `InventoryType_19`, `InventoryType_20`, `InventoryType_21`, `InventoryType_22`, `InventoryType_23`, `InventoryType_24`) VALUES\n(1, 1, 1, 0, 0, 38, 39, 40, 0, 25, 2362, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9891, 9892, 10141, 0, 1542, 18730, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(2, 2, 1, 0, 0, 6125, 139, 140, 6948, 12282, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9995, 9988, 9992, 6418, 22291, 0, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(3, 3, 1, 0, 0, 38, 39, 40, 0, 12282, 6948, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9891, 9892, 10141, 0, 22291, 6418, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(4, 4, 1, 0, 0, 25, 6120, 6121, 6122, 2362, 117, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1542, 9983, 9984, 9985, 18730, 2473, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 4, 7, 8, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(7, 3, 2, 0, 0, 6117, 6118, 43, 0, 2361, 4540, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9972, 9974, 10272, 0, 8690, 6399, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(8, 4, 4, 0, 0, 2092, 49, 48, 47, 4540, 0, 28979, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 9906, 9913, 9915, 6399, 0, 16754, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(9, 1, 4, 0, 0, 49, 47, 48, 28979, 2092, 2070, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9906, 9915, 9913, 16754, 6442, 6353, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 7, 25, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(10, 1, 8, 0, 0, 56, 1395, 55, 35, 6096, 2070, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12647, 9924, 9929, 472, 2163, 6353, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 17, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(11, 1, 5, 0, 0, 6098, 52, 53, 51, 36, 159, 2070, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12679, 9945, 9944, 9946, 5194, 18084, 6353, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 8, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(12, 1, 9, 0, 0, 57, 6097, 1396, 2092, 59, 0, 4604, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12645, 2470, 3260, 6442, 3261, 0, 15852, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(14, 1, 1, 1, 0, 38, 39, 40, 0, 25, 2362, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9891, 9892, 10141, 0, 1542, 18730, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(15, 6, 3, 0, 0, 127, 6126, 6948, 37, 159, 2508, 2102, 2516, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9996, 10002, 6418, 14029, 18084, 6606, 1816, 5998, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 21, 0, 26, 18, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(16, 2, 3, 0, 0, 127, 6126, 6127, 159, 37, 6948, 2101, 2504, 117, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9996, 10002, 10003, 18084, 14029, 6418, 21328, 8106, 2473, 5996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 0, 18, 15, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(17, 2, 4, 0, 0, 2105, 120, 121, 25861, 2092, 117, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10005, 10006, 10008, 20777, 6442, 2473, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 25, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(19, 2, 7, 0, 0, 154, 153, 6948, 0, 36, 117, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10058, 10050, 6418, 0, 5194, 2473, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(20, 2, 9, 0, 0, 6129, 1396, 59, 2092, 6948, 117, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12646, 3260, 3261, 6442, 6418, 2473, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(21, 3, 3, 0, 0, 148, 147, 129, 0, 37, 159, 2102, 2508, 2516, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9976, 9975, 9977, 0, 14029, 18084, 1816, 6606, 5998, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 0, 18, 26, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(22, 3, 5, 0, 0, 6098, 53, 52, 51, 36, 159, 4540, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12679, 9944, 9945, 9946, 5194, 18084, 6399, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 8, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(24, 4, 3, 0, 0, 2092, 148, 147, 129, 159, 2504, 2101, 2512, 117, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 9976, 9975, 9977, 18084, 8106, 21328, 5996, 2473, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 15, 18, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(26, 4, 5, 0, 0, 36, 6119, 52, 51, 53, 2070, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5194, 12681, 9945, 9946, 9944, 6353, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 20, 7, 8, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(27, 6, 1, 0, 0, 6125, 139, 0, 2361, 6948, 4540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9995, 9988, 0, 8690, 6418, 6399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(29, 6, 7, 0, 0, 154, 153, 6948, 36, 4604, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10058, 10050, 6418, 5194, 15852, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(30, 5, 1, 0, 0, 6125, 139, 140, 25, 2362, 4604, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9995, 9988, 9992, 1542, 18730, 15852, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 21, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(31, 5, 4, 0, 0, 2092, 2105, 120, 121, 4604, 0, 28979, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 10005, 10006, 10008, 15852, 0, 16754, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(32, 5, 5, 0, 0, 6144, 53, 52, 36, 4604, 159, 51, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12680, 9944, 9945, 5194, 15852, 18084, 9946, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 21, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(33, 5, 9, 0, 0, 6129, 1396, 59, 2092, 0, 4604, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12646, 3260, 3261, 6442, 0, 15852, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(34, 5, 8, 0, 0, 6140, 1395, 6096, 35, 55, 4604, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12649, 9924, 2163, 472, 9929, 15852, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 17, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(36, 1, 2, 1, 0, 45, 43, 44, 6948, 2361, 159, 2070, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3265, 10272, 9937, 6418, 8690, 18084, 6353, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 7, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(37, 1, 4, 1, 0, 49, 47, 48, 28979, 2092, 2070, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9906, 9915, 9913, 16754, 6442, 6353, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 7, 25, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(38, 1, 5, 1, 0, 6098, 52, 53, 51, 36, 159, 2070, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12679, 9945, 9944, 9946, 5194, 18084, 6353, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 8, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(39, 1, 8, 1, 0, 56, 1395, 55, 35, 6096, 2070, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12647, 9924, 9929, 472, 2163, 6353, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 17, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(40, 1, 9, 1, 0, 57, 6097, 1396, 2092, 59, 0, 4604, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12645, 2470, 3260, 6442, 3261, 0, 15852, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(41, 2, 1, 1, 0, 6125, 139, 140, 6948, 12282, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9995, 9988, 9992, 6418, 22291, 0, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(42, 2, 3, 1, 0, 127, 6126, 6127, 159, 37, 6948, 2101, 2504, 117, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9996, 10002, 10003, 18084, 14029, 6418, 21328, 8106, 2473, 5996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 0, 18, 15, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(43, 2, 4, 1, 0, 2105, 120, 121, 25861, 2092, 117, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10005, 10006, 10008, 20777, 6442, 2473, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 25, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(45, 2, 7, 1, 0, 154, 153, 6948, 0, 36, 117, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10058, 10050, 6418, 0, 5194, 2473, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(46, 2, 9, 1, 0, 6129, 1396, 59, 2092, 6948, 117, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12646, 3260, 3261, 6442, 6418, 2473, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(47, 3, 1, 1, 0, 38, 39, 40, 0, 12282, 6948, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9891, 9892, 10141, 0, 22291, 6418, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(48, 3, 2, 1, 0, 6117, 6118, 43, 0, 2361, 4540, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9972, 9974, 10272, 0, 8690, 6399, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(49, 3, 3, 1, 0, 148, 147, 129, 0, 37, 159, 2102, 2508, 2516, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9976, 9975, 9977, 0, 14029, 18084, 1816, 6606, 5998, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 0, 18, 26, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(50, 3, 5, 1, 0, 6098, 53, 52, 51, 36, 159, 4540, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12679, 9944, 9945, 9946, 5194, 18084, 6399, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 8, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(53, 4, 1, 1, 0, 25, 6120, 6121, 6122, 2362, 117, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1542, 9983, 9984, 9985, 18730, 2473, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 4, 7, 8, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(54, 4, 3, 1, 0, 2092, 148, 147, 129, 159, 2504, 2101, 2512, 117, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 9976, 9975, 9977, 18084, 8106, 21328, 5996, 2473, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 15, 18, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(55, 4, 4, 1, 0, 2092, 49, 48, 47, 4540, 0, 28979, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 9906, 9913, 9915, 6399, 0, 16754, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(56, 4, 5, 1, 0, 36, 6119, 52, 51, 53, 2070, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5194, 12681, 9945, 9946, 9944, 6353, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 20, 7, 8, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(58, 5, 1, 1, 0, 6125, 139, 140, 25, 2362, 4604, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9995, 9988, 9992, 1542, 18730, 15852, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 21, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(59, 5, 4, 1, 0, 2092, 2105, 120, 121, 4604, 0, 28979, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 10005, 10006, 10008, 15852, 0, 16754, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(60, 5, 5, 1, 0, 6144, 53, 52, 36, 4604, 159, 51, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12680, 9944, 9945, 5194, 15852, 18084, 9946, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 21, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(61, 5, 8, 1, 0, 6140, 1395, 6096, 35, 55, 4604, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12649, 9924, 2163, 472, 9929, 15852, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 17, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(62, 5, 9, 1, 0, 6129, 1396, 59, 2092, 0, 4604, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12646, 3260, 3261, 6442, 0, 15852, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(63, 6, 1, 1, 0, 6125, 139, 0, 2361, 6948, 4540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9995, 9988, 0, 8690, 6418, 6399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(64, 6, 3, 1, 0, 127, 6126, 6948, 37, 159, 2508, 2102, 2516, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9996, 10002, 6418, 14029, 18084, 6606, 1816, 5998, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 21, 0, 26, 18, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(66, 6, 7, 1, 0, 154, 153, 6948, 36, 4604, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10058, 10050, 6418, 5194, 15852, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(79, 1, 2, 0, 0, 45, 43, 44, 6948, 2361, 159, 2070, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3265, 10272, 9937, 6418, 8690, 18084, 6353, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 7, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(284, 6, 11, 0, 0, 35, 6139, 6124, 159, 0, 4536, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 472, 12684, 9987, 18084, 0, 6410, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 20, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(285, 6, 11, 1, 0, 35, 6139, 6124, 159, 0, 4536, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 472, 12684, 9987, 18084, 0, 6410, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 20, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(286, 4, 11, 0, 0, 3661, 6123, 6124, 159, 4536, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18530, 12683, 9987, 18084, 6410, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 20, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(287, 4, 11, 1, 0, 3661, 6123, 6124, 159, 4536, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18530, 12683, 9987, 18084, 6410, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 20, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(288, 3, 4, 0, 0, 2092, 49, 48, 47, 0, 4540, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 9906, 9913, 9915, 0, 6399, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(289, 3, 4, 1, 0, 2092, 49, 48, 47, 0, 4540, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 9906, 9913, 9915, 0, 6399, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(291, 7, 1, 0, 0, 38, 39, 40, 0, 25, 2362, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9891, 9892, 10141, 0, 1542, 18730, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(292, 8, 1, 0, 0, 37, 117, 6125, 139, 2362, 0, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14029, 2473, 9995, 9988, 18730, 0, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 4, 7, 14, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(293, 7, 4, 0, 0, 49, 48, 47, 0, 2092, 28979, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9906, 9913, 9915, 0, 6442, 16754, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 13, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(294, 7, 8, 0, 0, 56, 1395, 6096, 55, 0, 35, 4536, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12647, 9924, 2163, 9929, 0, 472, 6410, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(295, 7, 9, 0, 0, 57, 6097, 1396, 59, 2092, 159, 4604, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12645, 2470, 3260, 3261, 6442, 18084, 15852, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(296, 8, 4, 0, 0, 2092, 117, 6136, 6137, 6138, 0, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 2473, 10112, 10114, 10115, 0, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 4, 7, 8, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(297, 8, 3, 0, 0, 37, 4604, 2101, 2512, 2504, 6126, 127, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14029, 15852, 21328, 5996, 8106, 10002, 9996, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 18, 24, 15, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(298, 8, 5, 0, 0, 36, 4540, 159, 6144, 53, 52, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5194, 6399, 18084, 12680, 9944, 9945, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 20, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(300, 8, 7, 0, 0, 36, 117, 159, 6134, 6135, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5194, 2473, 18084, 10108, 10109, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(304, 7, 4, 1, 0, 49, 48, 47, 0, 2092, 28979, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9906, 9913, 9915, 0, 6442, 16754, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 13, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(306, 7, 8, 1, 0, 56, 1395, 6096, 55, 0, 35, 4536, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12647, 9924, 2163, 9929, 0, 472, 6410, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 8, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(308, 7, 9, 1, 0, 57, 6097, 1396, 59, 2092, 159, 4604, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12645, 2470, 3260, 3261, 6442, 18084, 15852, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(309, 8, 4, 1, 0, 2092, 117, 6136, 6137, 6138, 0, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6442, 2473, 10112, 10114, 10115, 0, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 4, 7, 8, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(310, 8, 3, 1, 0, 37, 4604, 2101, 2512, 2504, 6126, 127, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14029, 15852, 21328, 5996, 8106, 10002, 9996, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 18, 24, 15, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(311, 8, 5, 1, 0, 36, 4540, 159, 6144, 53, 52, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5194, 6399, 18084, 12680, 9944, 9945, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 20, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(312, 8, 7, 1, 0, 36, 117, 159, 6134, 6135, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5194, 2473, 18084, 10108, 10109, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(314, 7, 1, 1, 0, 38, 39, 40, 0, 25, 2362, 117, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9891, 9892, 10141, 0, 1542, 18730, 2473, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(316, 8, 1, 1, 0, 37, 117, 6125, 139, 2362, 0, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14029, 2473, 9995, 9988, 18730, 0, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 4, 7, 14, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(317, 8, 8, 0, 0, 6140, 1395, 6096, 55, 35, 117, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12649, 9924, 2163, 9929, 472, 2473, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 8, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(318, 8, 8, 1, 0, 6140, 1395, 6096, 55, 35, 117, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12649, 9924, 2163, 9929, 472, 2473, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 8, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(320, 10, 4, 0, 0, 20982, 20897, 20896, 20898, 20857, 0, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37170, 33353, 33342, 36764, 6399, 0, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(321, 10, 5, 0, 0, 20891, 53, 52, 20981, 20857, 159, 51, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33256, 9944, 9945, 37294, 6399, 18084, 9946, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 21, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(322, 10, 9, 0, 0, 20892, 1396, 59, 20983, 6097, 20857, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33257, 3260, 3261, 37171, 2470, 6399, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(323, 10, 8, 0, 0, 20893, 20894, 6096, 35, 20895, 20857, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33258, 33259, 2163, 472, 33260, 6399, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 17, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(325, 10, 4, 1, 0, 20982, 20897, 20896, 20898, 20857, 0, 25861, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37170, 33353, 33342, 36764, 6399, 0, 20777, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 4, 7, 8, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(326, 10, 5, 1, 0, 20891, 53, 52, 20981, 20857, 159, 51, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33256, 9944, 9945, 37294, 6399, 18084, 9946, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 4, 7, 21, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(327, 10, 8, 1, 0, 20893, 20894, 6096, 35, 20895, 20857, 159, 0, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33258, 33259, 2163, 472, 33260, 6399, 18084, 0, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 4, 17, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(328, 10, 9, 1, 0, 20892, 1396, 59, 20983, 6097, 20857, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33257, 3260, 3261, 37171, 2470, 6399, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 7, 8, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(329, 10, 3, 0, 0, 20901, 20899, 20900, 159, 20982, 6948, 2101, 20980, 20857, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33352, 33351, 33350, 18084, 37170, 6418, 21328, 8106, 6399, 5996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 13, 0, 18, 15, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(330, 10, 3, 1, 0, 20901, 20899, 20900, 159, 20982, 6948, 2101, 20980, 20857, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33352, 33351, 33350, 18084, 37170, 6418, 21328, 8106, 6399, 5996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 13, 0, 18, 15, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(331, 11, 1, 0, 0, 23473, 23474, 23475, 23346, 6948, 4540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36124, 36125, 36126, 2380, 6418, 6399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(332, 11, 1, 1, 0, 23473, 23474, 23475, 23346, 6948, 4540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36124, 36125, 36126, 2380, 6418, 6399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(333, 11, 2, 0, 0, 23476, 23477, 2361, 0, 6948, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36133, 36134, 8690, 0, 6418, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(334, 11, 2, 1, 0, 23476, 23477, 2361, 0, 6948, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36133, 36134, 8690, 0, 6418, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(335, 11, 3, 0, 0, 23345, 23344, 25, 23348, 6948, 4540, 159, 23347, 2101, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36118, 36120, 1542, 36122, 6418, 6399, 18084, 10671, 21328, 5996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 21, 8, 0, 0, 0, 26, 18, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(336, 11, 3, 1, 0, 23345, 23344, 25, 23348, 6948, 4540, 159, 23347, 2101, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36118, 36120, 1542, 36122, 6418, 6399, 18084, 10671, 21328, 5996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 21, 8, 0, 0, 0, 26, 18, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(339, 11, 5, 0, 0, 1396, 6097, 36, 23322, 6948, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3260, 2470, 5194, 36138, 6418, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 4, 21, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(340, 11, 5, 1, 0, 1396, 6097, 36, 23322, 6948, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3260, 2470, 5194, 36138, 6418, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 4, 21, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(341, 11, 8, 0, 0, 23478, 23479, 35, 23473, 6948, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36125, 36140, 472, 36124, 6418, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 20, 17, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(342, 11, 8, 1, 0, 23478, 23479, 35, 23473, 6948, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36125, 36140, 472, 36124, 6418, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 20, 17, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(343, 10, 2, 0, 0, 24143, 24145, 24146, 23346, 0, 20857, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36789, 36790, 36793, 2380, 0, 6399, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(344, 10, 2, 1, 0, 24143, 24145, 24146, 23346, 0, 20857, 159, 6948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36789, 36790, 36793, 2380, 0, 6399, 18084, 6418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(345, 11, 7, 0, 0, 23345, 23344, 23348, 6948, 36, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36118, 36120, 36122, 6418, 5194, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(346, 11, 7, 1, 0, 23345, 23344, 23348, 6948, 36, 4540, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36118, 36120, 36122, 6418, 5194, 6399, 18084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 8, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);\n"
  },
  {
    "path": "data/sql/world/base/player_starting_skillbars.sql",
    "content": "DELETE FROM `playercreateinfo_action` WHERE `class` IN (1, 2, 3, 4, 5, 7, 8, 9, 11);\nINSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES\n(11, 5, 11, 4540, 128),\n(11, 5, 10, 159, 128),\n(11, 5, 3, 28880, 0),\n(11, 5, 2, 2050, 0),\n(11, 5, 1, 585, 0),\n(11, 5, 0, 6603, 0),\n(11, 3, 11, 4540, 128),\n(11, 3, 10, 159, 128),\n(11, 3, 3, 28880, 0),\n(11, 3, 2, 75, 0),\n(11, 3, 1, 2973, 0),\n(11, 3, 0, 6603, 0),\n(11, 2, 11, 4540, 128),\n(11, 2, 10, 159, 128),\n(11, 2, 3, 28880, 0),\n(11, 2, 2, 635, 0),\n(11, 2, 1, 21084, 0),\n(11, 2, 0, 6603, 0),\n(11, 1, 83, 4540, 128),\n(11, 1, 74, 28880, 0),\n(11, 1, 73, 78, 0),\n(11, 1, 72, 6603, 0),\n(10, 9, 11, 20857, 128),\n(10, 9, 10, 159, 128),\n(10, 9, 4, 28730, 0),\n(10, 9, 3, 28734, 0),\n(10, 9, 2, 687, 0),\n(10, 9, 1, 686, 0),\n(10, 9, 0, 6603, 0),\n(10, 8, 11, 20857, 128),\n(10, 8, 10, 159, 128),\n(10, 8, 4, 28730, 0),\n(10, 8, 3, 28734, 0),\n(10, 8, 2, 168, 0),\n(10, 8, 1, 133, 0),\n(10, 8, 0, 6603, 0),\n(10, 5, 11, 20857, 128),\n(10, 5, 10, 159, 128),\n(10, 5, 4, 28730, 0),\n(10, 5, 3, 28734, 0),\n(10, 5, 2, 2050, 0),\n(10, 5, 1, 585, 0),\n(10, 5, 0, 6603, 0),\n(10, 4, 11, 20857, 128),\n(10, 4, 5, 25046, 0),\n(10, 4, 4, 28734, 0),\n(10, 4, 3, 2764, 0),\n(10, 4, 2, 2098, 0),\n(10, 4, 1, 1752, 0),\n(10, 4, 0, 6603, 0),\n(10, 3, 11, 20857, 128),\n(10, 3, 10, 159, 128),\n(10, 3, 4, 28730, 0),\n(10, 3, 3, 28734, 0),\n(10, 3, 2, 75, 0),\n(10, 3, 1, 2973, 0),\n(10, 3, 0, 6603, 0),\n(10, 2, 11, 20857, 128),\n(10, 2, 10, 159, 128),\n(10, 2, 4, 28730, 0),\n(10, 2, 3, 28734, 0),\n(10, 2, 2, 635, 0),\n(10, 2, 1, 21084, 0),\n(10, 2, 0, 6603, 0),\n(8, 8, 11, 117, 128),\n(8, 8, 10, 159, 128),\n(8, 8, 2, 168, 0),\n(8, 8, 1, 133, 0),\n(8, 8, 0, 6603, 0),\n(8, 7, 11, 117, 128),\n(8, 7, 10, 159, 128),\n(8, 7, 3, 20544, 0),\n(8, 7, 2, 331, 0),\n(8, 7, 1, 403, 0),\n(8, 7, 0, 6603, 0),\n(8, 5, 11, 4540, 128),\n(8, 5, 2, 2050, 0),\n(8, 5, 1, 585, 0),\n(8, 5, 0, 6603, 0),\n(8, 4, 11, 117, 128),\n(8, 4, 4, 26972, 0),\n(8, 4, 2, 2098, 0),\n(8, 4, 1, 1752, 0),\n(8, 4, 0, 6603, 0),\n(8, 3, 11, 4604, 128),\n(8, 3, 10, 159, 128),\n(8, 3, 2, 75, 0),\n(8, 3, 1, 2973, 0),\n(8, 3, 0, 6603, 0),\n(8, 1, 83, 117, 128),\n(8, 1, 73, 78, 0),\n(8, 1, 72, 6603, 0),\n(7, 9, 11, 4604, 128),\n(7, 9, 10, 159, 128),\n(7, 9, 2, 687, 0),\n(7, 9, 0, 6603, 0),\n(7, 8, 11, 4536, 128),\n(7, 8, 10, 159, 128),\n(7, 8, 2, 168, 0),\n(7, 8, 1, 133, 0),\n(7, 8, 0, 6603, 0),\n(7, 4, 11, 117, 128),\n(7, 4, 3, 2764, 0),\n(7, 4, 2, 2098, 0),\n(7, 4, 1, 1752, 0),\n(7, 4, 0, 6603, 0),\n(7, 1, 83, 117, 128),\n(7, 1, 73, 78, 0),\n(7, 1, 72, 6603, 0),\n(6, 11, 11, 4536, 128),\n(6, 11, 10, 159, 128),\n(6, 11, 3, 20549, 0),\n(6, 11, 2, 5185, 0),\n(6, 11, 1, 5176, 0),\n(6, 11, 0, 6603, 0),\n(6, 7, 11, 4604, 128),\n(6, 7, 10, 159, 128),\n(6, 7, 3, 20549, 0),\n(6, 7, 2, 331, 0),\n(6, 7, 1, 403, 0),\n(6, 7, 0, 6603, 0),\n(6, 3, 11, 117, 128),\n(6, 3, 10, 159, 128),\n(6, 3, 3, 20549, 0),\n(6, 3, 2, 75, 0),\n(6, 3, 1, 2973, 0),\n(6, 3, 0, 6603, 0),\n(6, 1, 83, 4540, 128),\n(6, 1, 74, 20549, 0),\n(6, 1, 73, 78, 0),\n(6, 1, 72, 6603, 0),\n(5, 9, 11, 4604, 128),\n(5, 9, 10, 159, 128),\n(5, 9, 3, 20577, 0),\n(5, 9, 2, 687, 0),\n(5, 9, 1, 686, 0),\n(5, 9, 0, 6603, 0),\n(5, 8, 11, 4604, 128),\n(5, 8, 10, 159, 128),\n(5, 8, 3, 20577, 0),\n(5, 8, 2, 168, 0),\n(5, 8, 1, 133, 0),\n(5, 8, 0, 6603, 0),\n(5, 5, 11, 4604, 128),\n(5, 5, 10, 159, 128),\n(5, 5, 3, 20577, 0),\n(5, 5, 2, 2050, 0),\n(5, 5, 1, 585, 0),\n(5, 5, 0, 6603, 0),\n(5, 4, 11, 4604, 128),\n(5, 4, 4, 20577, 0),\n(5, 4, 3, 2764, 0),\n(5, 4, 2, 2098, 0),\n(5, 4, 1, 1752, 0),\n(5, 4, 0, 6603, 0),\n(5, 1, 83, 4604, 128),\n(5, 1, 74, 20577, 0),\n(5, 1, 73, 78, 0),\n(5, 1, 72, 6603, 0),\n(4, 11, 11, 4536, 128),\n(8, 5, 10, 159, 128),\n(4, 11, 10, 159, 128),\n(4, 11, 2, 5185, 0),\n(4, 11, 1, 5176, 0),\n(4, 11, 0, 6603, 0),\n(4, 5, 11, 2070, 128),\n(4, 5, 10, 159, 128),\n(4, 5, 2, 2050, 0),\n(4, 5, 1, 585, 0),\n(4, 5, 0, 6603, 0),\n(4, 4, 11, 4540, 128),\n(4, 4, 3, 2764, 0),\n(4, 4, 2, 2098, 0),\n(4, 4, 1, 1752, 0),\n(4, 4, 0, 6603, 0),\n(4, 3, 11, 117, 128),\n(4, 3, 10, 159, 128),\n(4, 3, 2, 75, 0),\n(4, 3, 1, 2973, 0),\n(4, 3, 0, 6603, 0),\n(4, 1, 83, 117, 128),\n(4, 1, 73, 78, 0),\n(4, 1, 72, 6603, 0),\n(3, 5, 11, 4540, 128),\n(8, 4, 3, 2764, 0),\n(8, 3, 3, 20544, 0),\n(8, 1, 74, 2764, 0),\n(7, 9, 1, 686, 0),\n(3, 5, 10, 159, 128),\n(3, 5, 4, 2481, 0),\n(3, 5, 3, 20594, 0),\n(3, 5, 2, 2050, 0),\n(3, 5, 1, 585, 0),\n(3, 5, 0, 6603, 0),\n(3, 4, 11, 4540, 128),\n(3, 4, 5, 2481, 0),\n(3, 4, 4, 20594, 0),\n(3, 4, 3, 2764, 0),\n(3, 4, 2, 2098, 0),\n(3, 4, 1, 1752, 0),\n(3, 4, 0, 6603, 0),\n(3, 3, 11, 117, 128),\n(3, 3, 10, 159, 128),\n(3, 3, 4, 2481, 0),\n(3, 3, 3, 20594, 0),\n(3, 3, 2, 75, 0),\n(3, 3, 1, 2973, 0),\n(3, 3, 0, 6603, 0),\n(3, 2, 11, 4540, 128),\n(3, 2, 10, 159, 128),\n(3, 2, 4, 2481, 0),\n(3, 2, 3, 20594, 0),\n(3, 2, 2, 635, 0),\n(3, 2, 1, 21084, 0),\n(3, 2, 0, 6603, 0),\n(3, 1, 83, 117, 128),\n(3, 1, 75, 2481, 0),\n(3, 1, 74, 20594, 0),\n(3, 1, 73, 78, 0),\n(3, 1, 72, 6603, 0),\n(2, 9, 11, 117, 128),\n(2, 9, 10, 159, 128),\n(2, 9, 3, 33702, 0),\n(2, 9, 2, 687, 0),\n(2, 9, 1, 686, 0),\n(2, 9, 0, 6603, 0),\n(2, 7, 11, 117, 128),\n(2, 7, 10, 159, 128),\n(2, 7, 3, 33697, 0),\n(2, 7, 2, 331, 0),\n(2, 7, 1, 403, 0),\n(2, 7, 0, 6603, 0),\n(2, 4, 11, 117, 128),\n(2, 4, 4, 20572, 0),\n(2, 4, 3, 2764, 0),\n(2, 4, 2, 2098, 0),\n(2, 4, 1, 1752, 0),\n(2, 4, 0, 6603, 0),\n(2, 3, 11, 117, 128),\n(2, 3, 10, 159, 128),\n(2, 3, 4, 20572, 0),\n(2, 3, 2, 75, 0),\n(2, 3, 1, 2973, 0),\n(2, 3, 0, 6603, 0),\n(2, 1, 83, 117, 128),\n(2, 1, 74, 20572, 0),\n(2, 1, 73, 78, 0),\n(2, 1, 72, 6603, 0),\n(1, 9, 11, 4604, 128),\n(1, 9, 10, 159, 128),\n(1, 9, 2, 687, 0),\n(1, 9, 1, 686, 0),\n(1, 9, 0, 6603, 0),\n(1, 8, 11, 2070, 128),\n(1, 8, 10, 159, 128),\n(1, 8, 2, 168, 0),\n(1, 8, 1, 133, 0),\n(1, 8, 0, 6603, 0),\n(1, 5, 11, 2070, 128),\n(1, 5, 10, 159, 128),\n(1, 5, 2, 2050, 0),\n(1, 5, 1, 585, 0),\n(1, 5, 0, 6603, 0),\n(1, 4, 11, 2070, 128),\n(1, 4, 3, 2764, 0),\n(1, 4, 2, 2098, 0),\n(1, 4, 1, 1752, 0),\n(1, 4, 0, 6603, 0),\n(1, 2, 11, 2070, 128),\n(1, 2, 10, 159, 128),\n(1, 2, 2, 635, 0),\n(1, 2, 1, 21084, 0),\n(1, 2, 0, 6603, 0),\n(1, 1, 83, 117, 128),\n(1, 1, 73, 78, 0),\n(1, 1, 72, 6603, 0),\n(11, 7, 0, 6603, 0),\n(11, 7, 1, 403, 0),\n(11, 7, 2, 331, 0),\n(11, 7, 3, 28880, 0),\n(11, 7, 10, 159, 128),\n(11, 7, 11, 4540, 128),\n(11, 8, 0, 6603, 0),\n(11, 8, 1, 133, 0),\n(11, 8, 2, 168, 0),\n(11, 8, 3, 28880, 0),\n(11, 8, 10, 159, 128),\n(11, 8, 11, 4540, 128);\n"
  },
  {
    "path": "data/sql/world/base/player_starting_weapon_skills.sql",
    "content": "/* Corrects the starting weapon skills for each race and class to match pre-3.3 */\n\n/* Two-handed swords */\nSET @2HSWORDS := 55;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @2HSWORDS;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 32, 55, 0, 'Death Knight - Two-Handed Swords');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (1040, 1, 55, 0, 'Warrior - Two-Handed Swords');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (512, 2, 55, 0, 'Paladin - Two-Handed Swords');\n\n/* One-handed swords */\nSET @SWORDS := 43;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @SWORDS;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 32, 43, 0, 'Death Knight - Swords');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (1627, 1, 43, 0, 'Warrior - Swords');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (1024, 4, 43, 0, 'Hunter - Swords');\n\n/* Daggers */\nSET @DAGGERS := 173;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @DAGGERS;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (200, 1, 173, 0, 'Warrior - Daggers');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (8, 1024, 173, 0, 'Druid - Daggers');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (520, 4, 173, 0, 'Hunter - Daggers');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 8, 173, 0, 'Rogue - Daggers');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 256, 173, 0, 'Warlock - Daggers');\n\n/* Staves */\nSET @STAVES := 136;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @STAVES;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 1216, 136, 0, 'Staves');\n\n/* Thrown */\nSET @THROWN := 176;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @THROWN;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 8, 176, 0, 'Rogue - Thrown');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (128, 1, 176, 0, 'Warrior - Thrown');\n\n\n/* One-handed maces */\nSET @MACES := 54;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @MACES;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (32, 1024, 54, 0, 'Druid - Maces');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 2, 54, 0, 'Paladin - Maces');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 16, 54, 0, 'Priest - Maces');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 64, 54, 0, 'Shaman - Maces');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (1645, 1, 54, 0, 'Warrior - Maces');\n\n/* Two-handed maces */\nSET @2HMACES := 160;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @2HMACES;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 2, 160, 0, 'Paladin - Two-Handed Maces');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (32, 1, 160, 0, 'Warrior - Two-Handed Maces');\n\n/* One-handed axes */\nSET @AXES := 44;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @AXES;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 32, 44, 0, 'Death Knight - Axes');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (166, 4, 44, 0, 'Hunter - Axes');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (1207, 1, 44, 0, 'Warrior - Axes');\n\n/* Two-handed axes */\nSET @2HAXES := 172;\n\nDELETE FROM `playercreateinfo_skills` WHERE `skill` = @2HAXES;\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (0, 32, 172, 0, 'Death Knight - Two-Handed Axes');\nINSERT INTO `playercreateinfo_skills` (`raceMask`, `classMask`, `skill`, `rank`, `comment`) VALUES (6, 1, 172, 0, 'Warrior - Two-Handed Axes');\n"
  },
  {
    "path": "data/sql/world/base/professions.sql",
    "content": "-- Enchant formulas dropped as items\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (20008, 20012, 20013, 20014, 20016, 20023, 20028, 32667);\n\n-- Blacksmithing Plans dropped as items\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (16642, 16643, 16644, 16652, 16653, 16662, 16969, 16971);\n\n-- Alchemy recipes dropped as items\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (2795, 17552, 17553, 17555, 17556, 17557, 17572, 17573);\n\n-- Engineering Schematics dropped as items\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (12615, 19790, 19791, 19792, 19794, 19795, 19800, 19825, 23071);\n\n-- Tailoring Recipes dropped as items\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (18450, 18453, 18444, 18406, 18409, 18417, 18423);\n\n-- First Aid Recipes dropped as items\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (7929, 10840, 27032, 27033);\n\n-- First Aid Skills should be from books or quests\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (54254, 10847, 54255);\nUPDATE `quest_template` SET `RewardItem3` = 16085, `RewardAmount3` = 1 WHERE `ID` IN (6624, 6622);\nUPDATE `item_template` SET `description` = 'Teaches you advanced first aid, allowing a maximum of 300 first aid skill.' WHERE `entry` = 16085;\nINSERT IGNORE INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES \n(16085, 'frFR', 'Artisan en premiers soins - Se soigner seul', 'Vous apprend des techniques avancées en Premiers soins et vous permet d''augmenter votre compétence jusqu''à un maximum de 300.', 0);\n\n-- TBC First Aid vendors\nUPDATE `creature_template` SET `npcflag` = 128 WHERE `entry` IN (18990, 18991); -- set to vendors, no longer trainers\n\n-- remove Poisons skill reward from alliance quest Klaven's Tower\nUPDATE `quest_template` SET `RewardSpell` = 0 WHERE `ID` IN (2480, 2359);\n\n-- lockpicking\nUPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `id` IN (179488, 179486); -- change respawn time of footlockers from 2 hours to 15 minutes\n\n-- Make Brilliant Glass craft only available once WotLK is reached, to avoid early access to epic TBC gems\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `SpellID` = 47280;\n\n-- Cooking Skills learned from Books and Quests, not trainers\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (18261, 19886, 54257, 54256);\nUPDATE `quest_template` SET `RewardItem1` = 16073, `RewardAmount1` = 1 WHERE id = 6610;\nUPDATE `item_template` SET `spellid_1` = 19887, `spellcharges_1` = -1, `spellppmRate_1` = -1 WHERE `entry` = 16073;\n\nDELETE FROM `item_template_locale` WHERE `ID` = 16073;\nINSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES \n(16073, 'deDE', 'Fachmannkochbuch', '', 0),\n(16073, 'frFR', 'Livre de cuisine pour artisan', '', 0);\n\n-- Fishing needs to be learned from Quests and Books, remove from trainers\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (18249, 54083, 54084);\nUPDATE `quest_template` SET `RewardItem2` = 16082, `RewardAmount2` = 1 WHERE `ID` = 6607;\n\n-- Leatherworking Recipes, dropped from creatures\nDELETE FROM `trainer_spell` WHERE `SpellID` IN\n(19052, 19055, 19065, 19071, 19072, 19083, 19091, 19092, 19098, 19102, 19103, 18403, 18407, 18410, 18411, 18413,\n 18414, 18415, 18416, 18420, 18421, 18424, 18437, 18438, 18441, 18442, 18446, 18449, 18451, 19082, 32455);\n \n-- Black Sack of Gems was added in late TBC to make it easy to get gems\nDELETE FROM `creature_loot_template` WHERE `Entry` = 17257 AND `Item` = 34846 AND `Reference` = 0 AND `GroupId` = 0;\n\n-- Remove TBC Gems from Prospecting Vanilla ore\nDELETE FROM `prospecting_loot_template` WHERE `Entry` = 10620 AND `Item` = 1;\n\n-- Restore Vendor Formulas\nDELETE FROM npc_vendor WHERE entry = 11188 AND item = 13480;\nDELETE FROM npc_vendor WHERE entry = 11189 AND item = 14481;\nDELETE FROM npc_vendor WHERE entry = 4610  AND item = 13477;\nDELETE FROM npc_vendor WHERE entry = 4226  AND item = 13477;\nDELETE FROM npc_vendor WHERE entry = 12941 AND item = 15756;\nDELETE FROM npc_vendor WHERE entry = 7940  AND item = 14488;\n\nDELETE FROM npc_vendor WHERE entry = 18991 AND item = 21992;\nDELETE FROM npc_vendor WHERE entry = 18990 AND item = 21992;\nDELETE FROM npc_vendor WHERE entry = 18991 AND item = 21993;\nDELETE FROM npc_vendor WHERE entry = 18990 AND item = 21993;\n\nDELETE FROM npc_vendor WHERE entry = 3413  AND item = 16041;\nDELETE FROM npc_vendor WHERE entry = 5175  AND item = 16041;\nDELETE FROM npc_vendor WHERE entry = 3413  AND item = 16042;\nDELETE FROM npc_vendor WHERE entry = 5175  AND item = 16042;\nDELETE FROM npc_vendor WHERE entry = 11185 AND item = 16047;\nDELETE FROM npc_vendor WHERE entry = 2685  AND item = 18651;\n\nINSERT INTO npc_vendor (entry, slot, item) VALUES \n(2685, 0, 18651), \n(3413, 0, 16041),\n(3413, 0, 16042),\n(4610, 0, 13477),\n(4226, 0, 13477),\n(5175, 0, 16041),\n(5175, 0, 16042),\n(7940, 0, 14488),\n(11185, 0, 16047),\n(11188, 0, 13480),\n(11189, 0, 14481),\n(12941, 0, 15756),\n(18990, 0, 21992),\n(18990, 0, 21993),\n(18991, 0, 21992),\n(18991, 0, 21993);\n\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` IN (16161);\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist'         WHERE `entry` IN (16642, 16723);\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith'    WHERE `entry` IN (15400);\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith'        WHERE `entry` IN (16669);\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` IN (16160);\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter'         WHERE `entry` IN (16633, 16725);\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer'      WHERE `entry` IN (17222);\nUPDATE `creature_template` SET `subname` = 'Expert Engineer'          WHERE `entry` IN (1676, 16667, 16726);\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` IN (16278, 17442);\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker'     WHERE `entry` IN (16688, 16728);\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` IN (16366, 17487);\nUPDATE `creature_template` SET `subname` = 'Expert Tailor'            WHERE `entry` IN (16640, 16729);\n\n-- Delete added riding trainers\nDELETE FROM creature WHERE `id1` IN (35093, 35100);\nDELETE FROM creature_addon WHERE `guid` IN (88165, 88166);\n\n-- Optional - delete TBC trainers added in WotLK 3.1\nDELETE FROM creature WHERE `id1` IN \n(33608, 33609, 33610, 33611, 33612, 33613, 33614, 33615, 33616, 33617, 33618, 33619, \n33621, 33623, 33630, 33631, 33633, 33634, 33635, 33636, 33637, 33639, 33640, 33641, \n33674, 33675, 33676, 33677, 33678, 33680, 33681, 33682, 33683, 33684, 35099, 35101);\n\n-- TBC Recipes moved to trainers in 2.4.0\nDELETE FROM `trainer_spell` WHERE `SpellID` IN (28905, 34590, 28903, 28914, 28925, 28910, 28917, 28916, 28950, 28903);\n\nDELETE FROM npc_vendor WHERE item IN (23131, 28596, 23148, 23137, 23144, 23135, 23141, 23140, 23152, 23130);\nINSERT INTO npc_vendor (entry, slot, item) VALUES\n(18751, 0, 23131),\n(18774, 0, 23131),\n(18751, 0, 28596),\n(18774, 0, 28596),\n(18751, 0, 23148),\n(18774, 0, 23148),\n(18751, 0, 23137),\n(18774, 0, 23137),\n(18751, 0, 23144),\n(18774, 0, 23144),\n(18751, 0, 23135),\n(18774, 0, 23135),\n(18751, 0, 23141),\n(18774, 0, 23141),\n(18751, 0, 23140),\n(18774, 0, 23140),\n(18751, 0, 23152),\n(18774, 0, 23152),\n(18751, 0, 23130),\n(18774, 0, 23130);\n\n/* These NPCs shouldn't train certain spells until progression tier 10\n   to solve this copies are created that only train or sell what was available before progression tier 10\n   the originals replace their copies at progression tier 10 */\n\nSET @Darmari := 119187;\nSET @Barim   := 118754;\nSET @Brumman := 118771;\nSET @Grikka  := 121087;\n\n/* Add copies with script npc_ipp_tbc_pre_t4 */\nDELETE FROM `creature_template` WHERE `entry` IN (@Darmari, @Barim, @Brumman, @Grikka);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(@Darmari,0,0,0,0,0,'Darmari','Master Leatherworking Trainer',NULL,7816,63,63,0,1818,81,1,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,33024,2048,0,0,7,0,0,0,0,0,0,0,0,'',1,1,1.05,1,1,1,0,0,1,0,2,'npc_ipp_tbc_pre_t4',0),\n(@Barim,0,0,0,0,0,'Barim Spilthoof','Master Leatherworking Trainer',NULL,7816,60,60,0,29,209,1,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,512,2048,0,0,7,0,0,0,0,0,0,0,0,'',1,1,1.02,1,1,1,0,0,1,0,2,'npc_ipp_tbc_pre_t4',0),\n(@Brumman,0,0,0,0,0,'Brumman','Master Leatherworking Trainer',NULL,0,60,60,0,1737,209,1,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,512,2048,0,0,7,0,0,0,0,0,0,0,0,'',1,1,1.02,1,1,1,0,0,1,0,2,'npc_ipp_tbc_pre_t4',0),\n(@Grikka,0,0,0,0,0,'Grikka','Master Leatherworking Trainer',NULL,0,60,60,0,1735,80,1.125,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,4608,2048,0,0,7,0,0,0,0,0,0,0,0,'',1,1,1.25,1,1,1,0,0,1,0,2,'npc_ipp_tbc_pre_t4',0);\n    \nDELETE FROM `creature_template_addon` WHERE `entry` IN (@Darmari, @Barim, @Brumman, @Grikka);\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@Darmari, 0, 0, 0, 1, 0, 0, NULL),\n(@Barim, 0, 0, 0, 1, 0, 0, NULL),\n(@Brumman, 0, 0, 1, 1, 0, 0, NULL),\n(@Grikka, 0, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `creature_template_locale` WHERE `entry` IN (@Darmari, @Barim, @Brumman, @Grikka);\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES\n(@Darmari, 'deDE', 'Darmari', 'Lederverarbeitungslehrerin', 18019),\n(@Darmari, 'esES', 'Darmari', 'Instructora de peletería', 18019),\n(@Darmari, 'esMX', 'Darmari', 'Instructora de peletería', 18019),\n(@Darmari, 'frFR', 'Darmari', 'Maître des travailleurs du cuir', 18019),\n(@Darmari, 'koKR', '다마리', '전문 가죽세공인', 18019),\n(@Darmari, 'ruRU', 'Дармари', 'Учитель кожевничества', 18019),\n(@Darmari, 'zhCN', '达尔玛里', '制皮训练师', 18019),\n(@Darmari, 'zhTW', '達瑪莉', '製皮訓練師', 18019),\n(@Barim, 'deDE', 'Barim Spalthuf', 'Lederverarbeitungslehrer', 18019),\n(@Barim, 'esES', 'Barim Pezuña Partida', 'Instructor de peletería', 18019),\n(@Barim, 'esMX', 'Barim Pezuña Partida', 'Instructor de peletería', 18019),\n(@Barim, 'frFR', 'Barim Sabot-Fendu', 'Maître des travailleurs du cuir', 18019),\n(@Barim, 'koKR', '바림 스필트후프', '전문 가죽세공인', 18019),\n(@Barim, 'ruRU', 'Барим Треснувшее Копыто', 'Учитель кожевничества', 18019),\n(@Barim, 'zhCN', '巴里姆·裂蹄', '制皮训练师', 18019),\n(@Barim, 'zhTW', '巴瑞姆·裂蹄', '製皮訓練師', 18019),\n(@Brumman, 'deDE', 'Brumman', 'Lederverarbeitungslehrer', 18019),\n(@Brumman, 'esES', 'Brumman', 'Instructor de peletería', 18019),\n(@Brumman, 'esMX', 'Brumman', 'Instructor de peletería', 18019),\n(@Brumman, 'frFR', 'Brumman', 'Maître des travailleurs du cuir', 18019),\n(@Brumman, 'koKR', '브룸만', '전문 가죽세공인', 18019),\n(@Brumman, 'ruRU', 'Брумман', 'Учитель кожевничества', 18019),\n(@Brumman, 'zhCN', '布鲁曼', '制皮训练师', 18019),\n(@Brumman, 'zhTW', '布魯曼恩', '製皮訓練師', 18019),\n(@Grikka, 'deDE', 'Grikka', 'Lederverarbeitungslehrerin', 18019),\n(@Grikka, 'esES', 'Grikka', 'Instructora de peletería', 18019),\n(@Grikka, 'esMX', 'Grikka', 'Instructora de peletería', 18019),\n(@Grikka, 'frFR', 'Grikka', 'Maître des travailleurs du cuir', 18019),\n(@Grikka, 'koKR', '그리카', '전문 가죽세공인', 18019),\n(@Grikka, 'ruRU', 'Грикка', 'Учитель кожевничества', 18019),\n(@Grikka, 'zhCN', '格里卡', '制皮训练师', 18019),\n(@Grikka, 'zhTW', '葛利卡', '製皮訓練師', 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN (@Darmari, @Barim, @Brumman, @Grikka);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(@Darmari, 0, 18630, 1, 1, 12340),\n(@Barim, 0, 18176, 1, 1, 12340),\n(@Brumman, 0, 18177, 1, 1, 12340),\n(@Grikka, 0, 20059, 1, 1, 12340);\n\nDELETE FROM `creature` WHERE `id1` IN (@Darmari, @Barim, @Brumman, @Grikka);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(619187, @Darmari, 0, 0, 530, 0, 0, 1, 1, 1, -2060.92, 5256.68, -38.3819, 0.767945, 300, 0, 0, 3498, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(618754, @Barim, 0, 0, 530, 0, 0, 1, 1, 1, 148.588, 2636.02, 86.018, 1.27409, 300, 0, 0, 3113, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(618771, @Brumman, 0, 0, 530, 0, 0, 1, 1, 1, -721.657, 2745.26, 94.0548, 3.45575, 300, 0, 0, 3113, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(621087, @Grikka, 0, 0, 530, 0, 0, 1, 1, 0, 2039.82, 4675.43, 150.074, 0.977384, 300, 0, 0, 3815, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_equip_template` WHERE `CreatureID` IN (@Darmari, @Barim, @Brumman);\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES \n(@Darmari, 1, 2184, 0, 0, 18019),\n(@Barim, 1, 10616, 0, 0, 18019),\n(@Brumman, 1, 10616, 0, 0, 18019);\n\nDELETE FROM `npc_vendor` WHERE `entry` IN (@Barim, @Brumman);\nINSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES \n(@Barim, 0, 2320, 0, 0, 0, 0), (@Barim, 0, 2321, 0, 0, 0, 0), (@Barim, 0, 2325, 0, 0, 0, 0), (@Barim, 0, 2604, 0, 0, 0, 0), (@Barim, 0, 2605, 0, 0, 0, 0), \n(@Barim, 0, 4289, 0, 0, 0, 0), (@Barim, 0, 4291, 0, 0, 0, 0), (@Barim, 0, 4340, 0, 0, 0, 0), (@Barim, 0, 4341, 0, 0, 0, 0), (@Barim, 0, 4342, 0, 0, 0, 0),\n(@Barim, 0, 6260, 0, 0, 0, 0), (@Barim, 0, 6261, 0, 0, 0, 0), (@Barim, 0, 7005, 0, 0, 0, 0), (@Barim, 0, 8343, 0, 0, 0, 0), (@Barim, 0, 10290, 0, 0, 0, 0),\n(@Barim, 0, 14341, 0, 0, 0, 0), (@Barim, 0, 38426, 0, 0, 0, 0),\n(@Brumman, 0, 2320, 0, 0, 0, 0), (@Brumman, 0, 2321, 0, 0, 0, 0), (@Brumman, 0, 2325, 0, 0, 0, 0), (@Brumman, 0, 2604, 0, 0, 0, 0), (@Brumman, 0, 2605, 0, 0, 0, 0),\n(@Brumman, 0, 4289, 0, 0, 0, 0), (@Brumman, 0, 4291, 0, 0, 0, 0), (@Brumman, 0, 4340, 0, 0, 0, 0), (@Brumman, 0, 4341, 0, 0, 0, 0), (@Brumman, 0, 4342, 0, 0, 0, 0),\n(@Brumman, 0, 6260, 0, 0, 0, 0), (@Brumman, 0, 6261, 0, 0, 0, 0), (@Brumman, 0, 7005, 0, 0, 0, 0), (@Brumman, 0, 8343, 0, 0, 0, 0), (@Brumman, 0, 10290, 0, 0, 0, 0),\n(@Brumman, 0, 14341, 0, 0, 0, 0), (@Brumman, 0, 38426, 0, 0, 0, 0);\n\n\n-- NEW!\n\nSET @TRAINER_ID   := 600;\n\nDELETE FROM `trainer` WHERE `Id` BETWEEN @TRAINER_ID+11 AND @TRAINER_ID+51;\nINSERT INTO `trainer` (`Id`, `Type`, `Requirement`, `Greeting`, `VerifiedBuild`) VALUES \n--\n(@TRAINER_ID+11, 2, 0, 'With alchemy you can turn found herbs into healing and other types of potions.', 0),\n(@TRAINER_ID+12, 2, 0, 'With alchemy you can turn found herbs into healing and other types of potions.', 0),\n(@TRAINER_ID+13, 2, 0, 'With alchemy you can turn found herbs into healing and other types of potions.', 0),\n--\n(@TRAINER_ID+16, 2, 0, 'Care to learn how to turn the ore that you find into weapons and metal armor?', 0),\n(@TRAINER_ID+17, 2, 0, 'Care to learn how to turn the ore that you find into weapons and metal armor?', 0),\n(@TRAINER_ID+18, 2, 0, 'Care to learn how to turn the ore that you find into weapons and metal armor?', 0),\n--\n(@TRAINER_ID+21, 2, 0, 'Enchanting is the art of improving existing items through magic.', 0),\n(@TRAINER_ID+22, 2, 0, 'Enchanting is the art of improving existing items through magic.', 0),\n(@TRAINER_ID+23, 2, 0, 'Enchanting is the art of improving existing items through magic.', 0),\n--\n(@TRAINER_ID+26, 2, 0, 'Engineering is very simple once you grasp the basics.', 0),\n(@TRAINER_ID+27, 2, 0, 'Engineering is very simple once you grasp the basics.', 0),\n(@TRAINER_ID+28, 2, 0, 'Engineering is very simple once you grasp the basics.', 0),\n--\n(@TRAINER_ID+31, 2, 0, 'Greetings!  Can I teach you how to turn beast hides into armor?', 0),\n(@TRAINER_ID+32, 2, 0, 'Greetings!  Can I teach you how to turn beast hides into armor?', 0),\n(@TRAINER_ID+33, 2, 0, 'Greetings!  Can I teach you how to turn beast hides into armor?', 0),\n--\n(@TRAINER_ID+36, 2, 0, 'Greetings!  Can I teach you how to turn found cloth into cloth armor?', 0),\n(@TRAINER_ID+37, 2, 0, 'Greetings!  Can I teach you how to turn found cloth into cloth armor?', 0),\n(@TRAINER_ID+38, 2, 0, 'Greetings!  Can I teach you how to turn found cloth into cloth armor?', 0),\n--\n(@TRAINER_ID+41, 2, 0, 'Searching for herbs requires both knowledge and instinct.', 0),\n(@TRAINER_ID+42, 2, 0, 'You have not lived until you have dug deep into the earth.', 0),\n(@TRAINER_ID+43, 2, 0, 'It requires a steady hand to remove the leather from a slain beast.', 0),\n--\n(@TRAINER_ID+44, 2, 0, 'Can I teach you how to turn the meat you find on beasts into a feast?', 0),\n(@TRAINER_ID+45, 2, 0, 'Here, let me show you how to bind those wounds....', 0),\n(@TRAINER_ID+46, 2, 0, 'Here, let me show you how to bind those wounds....', 0),\n(@TRAINER_ID+47, 2, 0, 'I can teach you how to use a fishing pole to catch fish.', 0),\n--\n(@TRAINER_ID+51, 2, 0, 'Greetings!  Can I teach you how to turn beast hides into armor?', 0);\n\n/* Crafting Professions */\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+11, @TRAINER_ID+12, @TRAINER_ID+13);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n-- Journeyman Alchemist\n(@TRAINER_ID+11, 2275, 10, 0, 0, 5),\n(@TRAINER_ID+11, 3170, 50, 171, 15, 0),\n(@TRAINER_ID+11, 2331, 100, 171, 25, 0),\n(@TRAINER_ID+11, 2332, 150, 171, 40, 0),\n(@TRAINER_ID+11, 2334, 250, 171, 50, 0),\n(@TRAINER_ID+11, 2337, 250, 171, 55, 0),\n-- Expert Alchemist\n(@TRAINER_ID+12, 2275, 10, 0, 0, 5),\n(@TRAINER_ID+12, 3170, 50, 171, 15, 0),\n(@TRAINER_ID+12, 2331, 100, 171, 25, 0),\n(@TRAINER_ID+12, 2332, 150, 171, 40, 0),\n(@TRAINER_ID+12, 2334, 250, 171, 50, 0),\n(@TRAINER_ID+12, 2337, 250, 171, 55, 0),\n(@TRAINER_ID+12, 2280, 500, 171, 50, 10),\n(@TRAINER_ID+12, 7836, 250, 171, 80, 0),\n(@TRAINER_ID+12, 3171, 500, 171, 90, 0),\n(@TRAINER_ID+12, 7179, 450, 171, 90, 0),\n(@TRAINER_ID+12, 7841, 1000, 171, 100, 0),\n(@TRAINER_ID+12, 3447, 4000, 171, 110, 0),\n(@TRAINER_ID+12, 3173, 1500, 171, 120, 0),\n(@TRAINER_ID+12, 3176, 1500, 171, 125, 0),\n(@TRAINER_ID+12, 3177, 2000, 171, 130, 0),\n(@TRAINER_ID+12, 7837, 1000, 171, 130, 0),\n(@TRAINER_ID+12, 7845, 3000, 171, 140, 0),\n-- Artisan Alchemist\n(@TRAINER_ID+13, 2275, 10, 0, 0, 5),\n(@TRAINER_ID+13, 3170, 50, 171, 15, 0),\n(@TRAINER_ID+13, 2331, 100, 171, 25, 0),\n(@TRAINER_ID+13, 2332, 150, 171, 40, 0),\n(@TRAINER_ID+13, 2334, 250, 171, 50, 0),\n(@TRAINER_ID+13, 2337, 250, 171, 55, 0),\n(@TRAINER_ID+13, 2280, 500, 171, 50, 10),\n(@TRAINER_ID+13, 7836, 250, 171, 80, 0),\n(@TRAINER_ID+13, 3171, 500, 171, 90, 0),\n(@TRAINER_ID+13, 7179, 450, 171, 90, 0),\n(@TRAINER_ID+13, 7841, 1000, 171, 100, 0),\n(@TRAINER_ID+13, 3447, 4000, 171, 110, 0),\n(@TRAINER_ID+13, 3173, 1500, 171, 120, 0),\n(@TRAINER_ID+13, 3176, 1500, 171, 125, 0),\n(@TRAINER_ID+13, 3177, 2000, 171, 130, 0),\n(@TRAINER_ID+13, 7837, 1000, 171, 130, 0),\n(@TRAINER_ID+13, 7845, 3000, 171, 140, 0),\n(@TRAINER_ID+13, 3448, 5000, 171, 165, 0),\n(@TRAINER_ID+13, 3450, 6000, 171, 175, 0),\n(@TRAINER_ID+13, 3452, 5000, 171, 160, 0),\n(@TRAINER_ID+13, 3465, 5000, 171, 125, 20),\n(@TRAINER_ID+13, 7181, 5000, 171, 155, 0),\n(@TRAINER_ID+13, 11449, 6500, 171, 185, 0),\n(@TRAINER_ID+13, 11450, 7500, 171, 195, 0),\n(@TRAINER_ID+13, 12609, 8000, 171, 200, 0),\n(@TRAINER_ID+13, 11448, 9000, 171, 205, 0),\n(@TRAINER_ID+13, 11451, 8000, 171, 205, 0),\n(@TRAINER_ID+13, 11457, 10000, 171, 215, 0),\n(@TRAINER_ID+13, 22808, 10000, 171, 215, 0),\n(@TRAINER_ID+13, 53042, 10000, 171, 50, 0),\n(@TRAINER_ID+13, 63732, 2000, 171, 135, 0);\n\n-- Master Alchemy Trainer      - @TRAINER_ID+14 -- 66\n-- Grandmaster Alchemy Trainer - @TRAINER_ID+15\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN \n(1215, 1246, 1470, 2132, 2391, 2837, 3009, 3184, 3347, 3603, 3964, 4160, 4609, 4611, 4900, 5177, 5499, 5500, 11041, 11042, 11044, 11046, 11047, 16161, 16642, 16723);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(1215,  @TRAINER_ID+11), -- Alchemist Mallory <Journeyman Alchemist>\n(1246,  @TRAINER_ID+11), -- Vosur Brakthel <Journeyman Alchemist>\n(1470,  @TRAINER_ID+11), -- Ghak Healtouch <Journeyman Alchemist>\n(2132,  @TRAINER_ID+11), -- Carolai Anise <Journeyman Alchemist>\n(3184,  @TRAINER_ID+11), -- Miao'zan <Journeyman Alchemist>\n(3603,  @TRAINER_ID+11), -- Cyndra Kindwhisper <Journeyman Alchemist>\n(5500,  @TRAINER_ID+11), -- Tel'Athir <Journeyman Alchemist>\n(11041, @TRAINER_ID+11), -- Milla Fairancora <Journeyman Alchemist>\n(11044, @TRAINER_ID+11), -- Doctor Martin Felben <Journeyman Alchemist Trainer>\n(11046, @TRAINER_ID+11), -- Whuut <Journeyman Alchemist>\n(11047, @TRAINER_ID+11), -- Kray <Journeyman Alchemist>\n(16161, @TRAINER_ID+11), -- Arcanist Sheynathren <Alchemy Trainer>\n--\n(2391,  @TRAINER_ID+12), -- Serge Hinott <Expert Alchemist>\n(2837,  @TRAINER_ID+12), -- Jaxin Chong <Expert Alchemist>\n(3009,  @TRAINER_ID+12), -- Bena Winterhoof <Expert Alchemist>\n(3347,  @TRAINER_ID+12), -- Yelmak <Expert Alchemist>\n(3964,  @TRAINER_ID+12), -- Kylanna <Expert Alchemist>\n(4609,  @TRAINER_ID+12), -- Doctor Marsh <Expert Alchemist>\n(4900,  @TRAINER_ID+12), -- Alchemist Narett <Expert Alchemist>\n(5177,  @TRAINER_ID+12), -- Tally Berryfizz <Expert Alchemist>\n(5499,  @TRAINER_ID+12), -- Lilyssia Nightbreeze <Expert Alchemist>\n(11042, @TRAINER_ID+12), -- Sylvanna Forestmoon <Expert Alchemist>\n(16642, @TRAINER_ID+12), -- Camberon <Alchemy Trainer>\n(16723, @TRAINER_ID+12), -- Lucc <Alchemy Trainer>\n--\n(4160,  @TRAINER_ID+13), -- Artisan Alchemist\n(4611,  @TRAINER_ID+13); -- Doctor Herbert Halsey <Artisan Alchemist>\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+16,  @TRAINER_ID+17,  @TRAINER_ID+18);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n-- Journeyman Blacksmith\n(@TRAINER_ID+16, 2020, 10, 0, 0, 5),\n(@TRAINER_ID+16, 2662, 50, 164, 1, 0),\n(@TRAINER_ID+16, 2737, 50, 164, 15, 0),\n(@TRAINER_ID+16, 2738, 50, 164, 20, 0),\n(@TRAINER_ID+16, 3319, 50, 164, 20, 0),\n(@TRAINER_ID+16, 2739, 50, 164, 25, 0),\n(@TRAINER_ID+16, 3320, 100, 164, 25, 0),\n(@TRAINER_ID+16, 8880, 100, 164, 30, 0),\n(@TRAINER_ID+16, 9983, 100, 164, 30, 0),\n(@TRAINER_ID+16, 2661, 100, 164, 35, 0),\n(@TRAINER_ID+16, 3293, 250, 164, 35, 0),\n(@TRAINER_ID+16, 3323, 100, 164, 40, 0),\n(@TRAINER_ID+16, 3324, 200, 164, 45, 0),\n(@TRAINER_ID+16, 2665, 100, 164, 65, 0),\n(@TRAINER_ID+16, 3116, 100, 164, 65, 0),\n(@TRAINER_ID+16, 7408, 300, 164, 65, 0),\n(@TRAINER_ID+16, 2666, 200, 164, 70, 0),\n(@TRAINER_ID+16, 3294, 500, 164, 70, 0),\n(@TRAINER_ID+16, 3326, 250, 164, 75, 0),\n-- Expert Blacksmith\n(@TRAINER_ID+17, 2020, 10, 0, 0, 5),\n(@TRAINER_ID+17, 2662, 50, 164, 1, 0),\n(@TRAINER_ID+17, 2737, 50, 164, 15, 0),\n(@TRAINER_ID+17, 2738, 50, 164, 20, 0),\n(@TRAINER_ID+17, 3319, 50, 164, 20, 0),\n(@TRAINER_ID+17, 2739, 50, 164, 25, 0),\n(@TRAINER_ID+17, 3320, 100, 164, 25, 0),\n(@TRAINER_ID+17, 8880, 100, 164, 30, 0),\n(@TRAINER_ID+17, 9983, 100, 164, 30, 0),\n(@TRAINER_ID+17, 2661, 100, 164, 35, 0),\n(@TRAINER_ID+17, 3293, 250, 164, 35, 0),\n(@TRAINER_ID+17, 3323, 100, 164, 40, 0),\n(@TRAINER_ID+17, 3324, 200, 164, 45, 0),\n(@TRAINER_ID+17, 2665, 100, 164, 65, 0),\n(@TRAINER_ID+17, 3116, 100, 164, 65, 0),\n(@TRAINER_ID+17, 7408, 300, 164, 65, 0),\n(@TRAINER_ID+17, 2666, 200, 164, 70, 0),\n(@TRAINER_ID+17, 3294, 500, 164, 70, 0),\n(@TRAINER_ID+17, 3326, 250, 164, 75, 0),\n(@TRAINER_ID+17, 2021, 500, 164, 50, 10),\n(@TRAINER_ID+17, 2664, 500, 164, 90, 0),\n(@TRAINER_ID+17, 3292, 500, 164, 90, 0),\n(@TRAINER_ID+17, 7817, 200, 164, 95, 0),\n(@TRAINER_ID+17, 3491, 600, 164, 100, 0),\n(@TRAINER_ID+17, 7818, 100, 164, 100, 0),\n(@TRAINER_ID+17, 19666, 600, 164, 100, 0),\n(@TRAINER_ID+17, 2668, 300, 164, 105, 0),\n(@TRAINER_ID+17, 2670, 500, 164, 105, 0),\n(@TRAINER_ID+17, 2740, 200, 164, 110, 0),\n(@TRAINER_ID+17, 3328, 1000, 164, 110, 0),\n(@TRAINER_ID+17, 6517, 800, 164, 110, 0),\n(@TRAINER_ID+17, 2741, 200, 164, 115, 0),\n(@TRAINER_ID+17, 2672, 500, 164, 120, 0),\n(@TRAINER_ID+17, 2742, 200, 164, 120, 0),\n(@TRAINER_ID+17, 2674, 1000, 164, 125, 0),\n(@TRAINER_ID+17, 3117, 1000, 164, 125, 0),\n(@TRAINER_ID+17, 3337, 1000, 164, 125, 0),\n(@TRAINER_ID+17, 9985, 250, 164, 125, 0),\n(@TRAINER_ID+17, 3296, 1000, 164, 130, 0),\n(@TRAINER_ID+17, 3331, 500, 164, 130, 0),\n(@TRAINER_ID+17, 9986, 500, 164, 130, 0),\n(@TRAINER_ID+17, 3333, 1000, 164, 135, 0),\n(@TRAINER_ID+17, 9987, 500, 164, 135, 0),\n(@TRAINER_ID+17, 2675, 1000, 164, 145, 0),\n(@TRAINER_ID+17, 8768, 250, 164, 150, 0),\n(@TRAINER_ID+17, 14379, 250, 164, 150, 0),\n(@TRAINER_ID+17, 19667, 250, 164, 150, 0),\n-- Artisan Blacksmith\n(@TRAINER_ID+18, 2020, 10, 0, 0, 5),\n(@TRAINER_ID+18, 2662, 50, 164, 1, 0),\n(@TRAINER_ID+18, 2737, 50, 164, 15, 0),\n(@TRAINER_ID+18, 2738, 50, 164, 20, 0),\n(@TRAINER_ID+18, 3319, 50, 164, 20, 0),\n(@TRAINER_ID+18, 2739, 50, 164, 25, 0),\n(@TRAINER_ID+18, 3320, 100, 164, 25, 0),\n(@TRAINER_ID+18, 8880, 100, 164, 30, 0),\n(@TRAINER_ID+18, 9983, 100, 164, 30, 0),\n(@TRAINER_ID+18, 2661, 100, 164, 35, 0),\n(@TRAINER_ID+18, 3293, 250, 164, 35, 0),\n(@TRAINER_ID+18, 3323, 100, 164, 40, 0),\n(@TRAINER_ID+18, 3324, 200, 164, 45, 0),\n(@TRAINER_ID+18, 2665, 100, 164, 65, 0),\n(@TRAINER_ID+18, 3116, 100, 164, 65, 0),\n(@TRAINER_ID+18, 7408, 300, 164, 65, 0),\n(@TRAINER_ID+18, 2666, 200, 164, 70, 0),\n(@TRAINER_ID+18, 3294, 500, 164, 70, 0),\n(@TRAINER_ID+18, 3326, 250, 164, 75, 0),\n(@TRAINER_ID+18, 2021, 500, 164, 50, 10),\n(@TRAINER_ID+18, 2664, 500, 164, 90, 0),\n(@TRAINER_ID+18, 3292, 500, 164, 90, 0),\n(@TRAINER_ID+18, 7817, 200, 164, 95, 0),\n(@TRAINER_ID+18, 3491, 600, 164, 100, 0),\n(@TRAINER_ID+18, 7818, 100, 164, 100, 0),\n(@TRAINER_ID+18, 19666, 600, 164, 100, 0),\n(@TRAINER_ID+18, 2668, 300, 164, 105, 0),\n(@TRAINER_ID+18, 2670, 500, 164, 105, 0),\n(@TRAINER_ID+18, 2740, 200, 164, 110, 0),\n(@TRAINER_ID+18, 3328, 1000, 164, 110, 0),\n(@TRAINER_ID+18, 6517, 800, 164, 110, 0),\n(@TRAINER_ID+18, 2741, 200, 164, 115, 0),\n(@TRAINER_ID+18, 2672, 500, 164, 120, 0),\n(@TRAINER_ID+18, 2742, 200, 164, 120, 0),\n(@TRAINER_ID+18, 2674, 1000, 164, 125, 0),\n(@TRAINER_ID+18, 3117, 1000, 164, 125, 0),\n(@TRAINER_ID+18, 3337, 1000, 164, 125, 0),\n(@TRAINER_ID+18, 9985, 250, 164, 125, 0),\n(@TRAINER_ID+18, 3296, 1000, 164, 130, 0),\n(@TRAINER_ID+18, 3331, 500, 164, 130, 0),\n(@TRAINER_ID+18, 9986, 500, 164, 130, 0),\n(@TRAINER_ID+18, 3333, 1000, 164, 135, 0),\n(@TRAINER_ID+18, 9987, 500, 164, 135, 0),\n(@TRAINER_ID+18, 2675, 1000, 164, 145, 0),\n(@TRAINER_ID+18, 8768, 250, 164, 150, 0),\n(@TRAINER_ID+18, 14379, 250, 164, 150, 0),\n(@TRAINER_ID+18, 19667, 250, 164, 150, 0),\n(@TRAINER_ID+18, 3539, 4500, 164, 125, 20),\n(@TRAINER_ID+18, 3506, 900, 164, 155, 0),\n(@TRAINER_ID+18, 3501, 900, 164, 165, 0),\n(@TRAINER_ID+18, 3502, 1150, 164, 170, 0),\n(@TRAINER_ID+18, 15972, 7000, 164, 180, 0),\n(@TRAINER_ID+18, 3508, 7000, 164, 180, 0),\n(@TRAINER_ID+18, 7223, 900, 164, 185, 0),\n(@TRAINER_ID+18, 9920, 2300, 164, 200, 0),\n(@TRAINER_ID+18, 9918, 2300, 164, 200, 0),\n(@TRAINER_ID+18, 9921, 2300, 164, 200, 0),\n(@TRAINER_ID+18, 9916, 2300, 164, 200, 0),\n(@TRAINER_ID+18, 14380, 2300, 164, 200, 0),\n(@TRAINER_ID+18, 19668, 2300, 164, 200, 0),\n(@TRAINER_ID+18, 9928, 4500, 164, 205, 0),\n(@TRAINER_ID+18, 9926, 4500, 164, 205, 0),\n(@TRAINER_ID+18, 9931, 4500, 164, 205, 0),\n(@TRAINER_ID+18, 9993, 9000, 164, 210, 0),\n(@TRAINER_ID+18, 9935, 4500, 164, 215, 0);\n\n-- Master Blacksmithing Trainer      - @TRAINER_ID+19 - 58\n-- Grandmaster Blacksmithing Trainer - @TRAINER_ID+20 - 59\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN \n(514, 957, 1241, 1383, 2998, 3136, 3174, 3355, 3478, 3557, 4258, 4596, 4605, 5511, 6299, 10266, 10276, 10277, 10278, 15400, 16669, 16724, 17245);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(514,   @TRAINER_ID+16), -- Smith Argus <Journeyman Blacksmith>\n(957,   @TRAINER_ID+16), -- Dane Lindgren <Journeyman Blacksmith>\n(1241,  @TRAINER_ID+16), -- Tognus Flintfire <Journeyman Blacksmith>\n(3174,  @TRAINER_ID+16), -- Dwukk <Journeyman Blacksmith>\n(3557,  @TRAINER_ID+16), -- Guillaume Sorouy <Journeyman Blacksmith>\n(4605,  @TRAINER_ID+16), -- Basil Frye <Journeyman Blacksmith>\n(6299,  @TRAINER_ID+16), -- Delfrum Flintbeard <Journeyman Blacksmith>\n(10266, @TRAINER_ID+16), -- Ug'thok <Journeyman Blacksmith>\n(10277, @TRAINER_ID+16), -- Groum Stonebeard <Journeyman Blacksmith>\n(10278, @TRAINER_ID+16), -- Thrag Stonehoof <Journeyman Blacksmith>\n(15400, @TRAINER_ID+16), -- Arathel Sunforge <Blacksmithing Trainer>\n(17245, @TRAINER_ID+16), -- Blacksmith Calypso <Blacksmithing Trainer & Supplies>\n--\n(1383,  @TRAINER_ID+17), -- Snarl <Expert Blacksmith>\n(2998,  @TRAINER_ID+17), -- Karn Stonehoof <Expert Blacksmith>\n(3136,  @TRAINER_ID+17), -- Clarise Gnarltree <Expert Blacksmith>\n(3478,  @TRAINER_ID+17), -- Traugh <Expert Blacksmith>\n(4596,  @TRAINER_ID+17), -- James Van Brunt <Expert Blacksmith>\n(5511,  @TRAINER_ID+17), -- Therum Deepforge <Expert Blacksmith>\n(10276, @TRAINER_ID+17), -- Rotgath Stonebeard <Expert Blacksmith>\n(16669, @TRAINER_ID+17), -- Bemarrin <Blacksmithing Trainer>\n(16724, @TRAINER_ID+17), -- Miall <Blacksmithing Trainer>\n--\n(3355,  @TRAINER_ID+18), -- Saru Steelfury <Artisan Blacksmith>\n(4258,  @TRAINER_ID+18); -- Bengus Deepforge <Artisan Blacksmith>\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+21, @TRAINER_ID+22, @TRAINER_ID+23);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n-- Journeyman Enchanter\n(@TRAINER_ID+21, 7414, 10, 0, 0, 5),\n(@TRAINER_ID+21, 14293, 50, 333, 10, 0),\n(@TRAINER_ID+21, 7420, 50, 333, 15, 0),\n(@TRAINER_ID+21, 7426, 100, 333, 40, 0),\n(@TRAINER_ID+21, 7454, 100, 333, 45, 0),\n(@TRAINER_ID+21, 7457, 250, 333, 50, 0),\n(@TRAINER_ID+21, 7748, 250, 333, 60, 0),\n(@TRAINER_ID+21, 7771, 200, 333, 70, 0),\n(@TRAINER_ID+21, 14807, 200, 333, 70, 0),\n-- Expert Enchanter\n(@TRAINER_ID+22, 7414, 10, 0, 0, 5),\n(@TRAINER_ID+22, 14293, 50, 333, 10, 0),\n(@TRAINER_ID+22, 7420, 50, 333, 15, 0),\n(@TRAINER_ID+22, 7426, 100, 333, 40, 0),\n(@TRAINER_ID+22, 7454, 100, 333, 45, 0),\n(@TRAINER_ID+22, 7457, 250, 333, 50, 0),\n(@TRAINER_ID+22, 7748, 250, 333, 60, 0),\n(@TRAINER_ID+22, 7771, 200, 333, 70, 0),\n(@TRAINER_ID+22, 14807, 200, 333, 70, 0),\n(@TRAINER_ID+22, 7415, 500, 333, 50, 10),\n(@TRAINER_ID+22, 7779, 400, 333, 80, 0),\n(@TRAINER_ID+22, 7788, 500, 333, 90, 0),\n(@TRAINER_ID+22, 7745, 500, 333, 100, 0),\n(@TRAINER_ID+22, 7795, 1000, 333, 100, 0),\n(@TRAINER_ID+22, 13378, 600, 333, 105, 0),\n(@TRAINER_ID+22, 13421, 800, 333, 115, 0),\n(@TRAINER_ID+22, 7857, 1000, 333, 120, 0),\n(@TRAINER_ID+22, 7861, 1250, 333, 125, 0),\n(@TRAINER_ID+22, 7863, 1400, 333, 125, 0),\n(@TRAINER_ID+22, 13485, 1500, 333, 130, 0),\n(@TRAINER_ID+22, 13501, 1500, 333, 130, 0),\n(@TRAINER_ID+22, 13503, 2000, 333, 140, 0),\n(@TRAINER_ID+22, 13538, 2500, 333, 140, 0),\n(@TRAINER_ID+22, 13529, 2400, 333, 145, 0),\n(@TRAINER_ID+22, 13607, 2400, 333, 145, 0),\n(@TRAINER_ID+22, 13622, 2500, 333, 150, 0),\n(@TRAINER_ID+22, 13626, 2500, 333, 150, 0),\n(@TRAINER_ID+22, 13628, 2500, 333, 150, 0),\n-- Artisan Enchanter\n(@TRAINER_ID+23, 7414, 10, 0, 0, 5),\n(@TRAINER_ID+23, 14293, 50, 333, 10, 0),\n(@TRAINER_ID+23, 7420, 50, 333, 15, 0),\n(@TRAINER_ID+23, 7426, 100, 333, 40, 0),\n(@TRAINER_ID+23, 7454, 100, 333, 45, 0),\n(@TRAINER_ID+23, 7457, 250, 333, 50, 0),\n(@TRAINER_ID+23, 7748, 250, 333, 60, 0),\n(@TRAINER_ID+23, 7771, 200, 333, 70, 0),\n(@TRAINER_ID+23, 14807, 200, 333, 70, 0),\n(@TRAINER_ID+23, 7415, 500, 333, 50, 10),\n(@TRAINER_ID+23, 7779, 400, 333, 80, 0),\n(@TRAINER_ID+23, 7788, 500, 333, 90, 0),\n(@TRAINER_ID+23, 7745, 500, 333, 100, 0),\n(@TRAINER_ID+23, 7795, 1000, 333, 100, 0),\n(@TRAINER_ID+23, 13378, 600, 333, 105, 0),\n(@TRAINER_ID+23, 13421, 800, 333, 115, 0),\n(@TRAINER_ID+23, 7857, 1000, 333, 120, 0),\n(@TRAINER_ID+23, 7861, 1250, 333, 125, 0),\n(@TRAINER_ID+23, 7863, 1400, 333, 125, 0),\n(@TRAINER_ID+23, 13485, 1500, 333, 130, 0),\n(@TRAINER_ID+23, 13501, 1500, 333, 130, 0),\n(@TRAINER_ID+23, 13503, 2000, 333, 140, 0),\n(@TRAINER_ID+23, 13538, 2500, 333, 140, 0),\n(@TRAINER_ID+23, 13529, 2400, 333, 145, 0),\n(@TRAINER_ID+23, 13607, 2400, 333, 145, 0),\n(@TRAINER_ID+23, 13622, 2500, 333, 150, 0),\n(@TRAINER_ID+23, 13626, 2500, 333, 150, 0),\n(@TRAINER_ID+23, 13628, 2500, 333, 150, 0),\n(@TRAINER_ID+23, 7416, 5000, 333, 125, 20),\n(@TRAINER_ID+23, 13635, 2600, 333, 155, 0),\n(@TRAINER_ID+23, 13631, 2600, 333, 155, 0),\n(@TRAINER_ID+23, 14809, 2600, 333, 155, 0),\n(@TRAINER_ID+23, 13637, 2800, 333, 160, 0),\n(@TRAINER_ID+23, 13640, 2800, 333, 160, 0),\n(@TRAINER_ID+23, 13642, 2600, 333, 165, 0),\n(@TRAINER_ID+23, 13644, 2800, 333, 170, 0),\n(@TRAINER_ID+23, 13648, 2600, 333, 170, 0),\n(@TRAINER_ID+23, 13657, 2700, 333, 175, 0),\n(@TRAINER_ID+23, 14810, 2700, 333, 175, 0),\n(@TRAINER_ID+23, 13661, 3300, 333, 180, 0),\n(@TRAINER_ID+23, 13659, 2900, 333, 180, 0),\n(@TRAINER_ID+23, 13663, 3500, 333, 185, 0),\n(@TRAINER_ID+23, 13693, 3600, 333, 195, 0),\n(@TRAINER_ID+23, 13695, 3600, 333, 200, 0),\n(@TRAINER_ID+23, 13700, 3600, 333, 200, 0),\n(@TRAINER_ID+23, 13702, 3600, 333, 200, 0),\n(@TRAINER_ID+23, 13746, 3800, 333, 205, 0),\n(@TRAINER_ID+23, 13794, 3800, 333, 205, 0),\n(@TRAINER_ID+23, 13822, 4000, 333, 210, 0),\n(@TRAINER_ID+23, 13815, 4000, 333, 210, 0),\n(@TRAINER_ID+23, 13836, 4200, 333, 215, 0),\n(@TRAINER_ID+23, 13858, 4400, 333, 220, 0),\n(@TRAINER_ID+23, 13890, 4500, 333, 225, 0),\n(@TRAINER_ID+23, 13887, 4500, 333, 225, 0);\n\n-- Master Enchanting Trainer      - @TRAINER_ID+24 - 95\n-- Grandmaster Enchanting Trainer - @TRAINER_ID+25\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN \n(1317, 3011, 3345, 3606, 4213, 4616, 5157, 5695, 7949, 11065, 11066, 11067, 11068, 11070, 11071, 11072, 11074, 16160, 16633, 16725, 19251);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(3606,  @TRAINER_ID+21), -- Alanna Raveneye <Journeyman Enchanter>\n(5695,  @TRAINER_ID+21), -- Vance Undergloom <Journeyman Enchanter>\n(11065, @TRAINER_ID+21), -- Thonys Pillarstone <Journeyman Enchanter>\n(11066, @TRAINER_ID+21), -- Jhag <Journeyman Enchanter>\n(11067, @TRAINER_ID+21), -- Malcomb Wynn <Journeyman Enchanter>\n(11068, @TRAINER_ID+21), -- Betty Quin <Journeyman Enchanter>\n(11070, @TRAINER_ID+21), -- Lalina Summermoon <Journeyman Enchanter>\n(11071, @TRAINER_ID+21), -- Mot Dawnstrider <Journeyman Enchanter>\n(16160, @TRAINER_ID+21), -- Magistrix Eredania <Enchanting Trainer>\n(19251, @TRAINER_ID+21), -- Enchantress Volali <Enchanting Trainer>\n--\n(1317,  @TRAINER_ID+22), -- Lucan Cordell <Expert Enchanter>\n(3011,  @TRAINER_ID+22), -- Teg Dawnstrider <Expert Enchanter>\n(3345,  @TRAINER_ID+22), -- Godan <Expert Enchanter>\n(4213,  @TRAINER_ID+22), -- Taladan <Expert Enchanter>\n(4616,  @TRAINER_ID+22), -- Lavinia Crowe <Expert Enchanter>\n(5157,  @TRAINER_ID+22), -- Gimble Thistlefuzz <Expert Enchanter>\n(7949,  @TRAINER_ID+22), -- Xylinnia Starshine <Expert Enchanter>\n(16633, @TRAINER_ID+22), -- Sedana <Enchanting Trainer>\n(16725, @TRAINER_ID+22), -- Nahogg <Enchanting Trainer>\n--\n(11072, @TRAINER_ID+23), -- Kitta Firewind <Artisan Enchanter>\n(11074, @TRAINER_ID+23); -- Hgarth <Artisan Enchanter>\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+26, @TRAINER_ID+27, @TRAINER_ID+28);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n-- Journeyman Engineering\n(@TRAINER_ID+26, 4039, 10, 0, 0, 5),\n(@TRAINER_ID+26, 3922, 115, 202, 30, 0),\n(@TRAINER_ID+26, 3923, 130, 202, 30, 0),\n(@TRAINER_ID+26, 7430, 150, 202, 50, 0),\n(@TRAINER_ID+26, 3924, 150, 202, 50, 0),\n(@TRAINER_ID+26, 3925, 150, 202, 50, 0),\n(@TRAINER_ID+26, 3977, 200, 202, 60, 0),\n(@TRAINER_ID+26, 3926, 225, 202, 65, 0),\n(@TRAINER_ID+26, 3929, 250, 202, 75, 0),\n(@TRAINER_ID+26, 3931, 250, 202, 75, 0),\n(@TRAINER_ID+26, 3930, 250, 202, 75, 0),\n-- Expert Engineering\n(@TRAINER_ID+27, 4039, 10, 0, 0, 5),\n(@TRAINER_ID+27, 3922, 115, 202, 30, 0),\n(@TRAINER_ID+27, 3923, 130, 202, 30, 0),\n(@TRAINER_ID+27, 7430, 150, 202, 50, 0),\n(@TRAINER_ID+27, 3924, 150, 202, 50, 0),\n(@TRAINER_ID+27, 3925, 150, 202, 50, 0),\n(@TRAINER_ID+27, 3977, 200, 202, 60, 0),\n(@TRAINER_ID+27, 3926, 225, 202, 65, 0),\n(@TRAINER_ID+27, 3929, 250, 202, 75, 0),\n(@TRAINER_ID+27, 3931, 250, 202, 75, 0),\n(@TRAINER_ID+27, 3930, 250, 202, 75, 0),\n(@TRAINER_ID+27, 4040, 500, 202, 50, 10),\n(@TRAINER_ID+27, 3932, 300, 202, 85, 0),\n(@TRAINER_ID+27, 3973, 300, 202, 90, 0),\n(@TRAINER_ID+27, 3934, 400, 202, 100, 0),\n(@TRAINER_ID+27, 8334, 300, 202, 100, 0),\n(@TRAINER_ID+27, 3938, 450, 202, 105, 0),\n(@TRAINER_ID+27, 3936, 400, 202, 105, 0),\n(@TRAINER_ID+27, 3937, 420, 202, 105, 0),\n(@TRAINER_ID+27, 3978, 450, 202, 110, 0),\n(@TRAINER_ID+27, 3941, 475, 202, 120, 0),\n(@TRAINER_ID+27, 3947, 300, 202, 125, 0),\n(@TRAINER_ID+27, 3945, 480, 202, 125, 0),\n(@TRAINER_ID+27, 3946, 480, 202, 125, 0),\n(@TRAINER_ID+27, 3942, 480, 202, 125, 0),\n(@TRAINER_ID+27, 3949, 500, 202, 130, 0),\n(@TRAINER_ID+27, 6458, 370, 202, 135, 0),\n(@TRAINER_ID+27, 3950, 550, 202, 140, 0),\n(@TRAINER_ID+27, 3953, 550, 202, 145, 0),\n(@TRAINER_ID+27, 9271, 470, 202, 150, 0),\n(@TRAINER_ID+27, 3955, 700, 202, 150, 0),\n(@TRAINER_ID+27, 12584, 1000, 202, 150, 0),\n(@TRAINER_ID+27, 3956, 700, 202, 150, 0),\n-- Artisan Engineering\n(@TRAINER_ID+28, 4039, 10, 0, 0, 5),\n(@TRAINER_ID+28, 3922, 115, 202, 30, 0),\n(@TRAINER_ID+28, 3923, 130, 202, 30, 0),\n(@TRAINER_ID+28, 7430, 150, 202, 50, 0),\n(@TRAINER_ID+28, 3924, 150, 202, 50, 0),\n(@TRAINER_ID+28, 3925, 150, 202, 50, 0),\n(@TRAINER_ID+28, 3977, 200, 202, 60, 0),\n(@TRAINER_ID+28, 3926, 225, 202, 65, 0),\n(@TRAINER_ID+28, 3929, 250, 202, 75, 0),\n(@TRAINER_ID+28, 3931, 250, 202, 75, 0),\n(@TRAINER_ID+28, 3930, 250, 202, 75, 0),\n(@TRAINER_ID+28, 4040, 500, 202, 50, 10),\n(@TRAINER_ID+28, 3932, 300, 202, 85, 0),\n(@TRAINER_ID+28, 3973, 300, 202, 90, 0),\n(@TRAINER_ID+28, 3934, 400, 202, 100, 0),\n(@TRAINER_ID+28, 8334, 300, 202, 100, 0),\n(@TRAINER_ID+28, 3938, 450, 202, 105, 0),\n(@TRAINER_ID+28, 3936, 400, 202, 105, 0),\n(@TRAINER_ID+28, 3937, 420, 202, 105, 0),\n(@TRAINER_ID+28, 3978, 450, 202, 110, 0),\n(@TRAINER_ID+28, 3941, 475, 202, 120, 0),\n(@TRAINER_ID+28, 3947, 300, 202, 125, 0),\n(@TRAINER_ID+28, 3945, 480, 202, 125, 0),\n(@TRAINER_ID+28, 3946, 480, 202, 125, 0),\n(@TRAINER_ID+28, 3942, 480, 202, 125, 0),\n(@TRAINER_ID+28, 3949, 500, 202, 130, 0),\n(@TRAINER_ID+28, 6458, 370, 202, 135, 0),\n(@TRAINER_ID+28, 3950, 550, 202, 140, 0),\n(@TRAINER_ID+28, 3953, 550, 202, 145, 0),\n(@TRAINER_ID+28, 9271, 470, 202, 150, 0),\n(@TRAINER_ID+28, 3955, 700, 202, 150, 0),\n(@TRAINER_ID+28, 12584, 1000, 202, 150, 0),\n(@TRAINER_ID+28, 3956, 700, 202, 150, 0),\n(@TRAINER_ID+28, 4041, 4500, 202, 125, 20),\n(@TRAINER_ID+28, 3958, 800, 202, 160, 0),\n(@TRAINER_ID+28, 3961, 850, 202, 170, 0),\n(@TRAINER_ID+28, 3963, 900, 202, 175, 0),\n(@TRAINER_ID+28, 12590, 900, 202, 175, 0),\n(@TRAINER_ID+28, 3962, 900, 202, 175, 0),\n(@TRAINER_ID+28, 12585, 900, 202, 175, 0),\n(@TRAINER_ID+28, 12586, 900, 202, 175, 0),\n(@TRAINER_ID+28, 3965, 1100, 202, 185, 0),\n(@TRAINER_ID+28, 3967, 1250, 202, 190, 0),\n(@TRAINER_ID+28, 12589, 1250, 202, 195, 0),\n(@TRAINER_ID+28, 15255, 1400, 202, 200, 0),\n(@TRAINER_ID+28, 12591, 1400, 202, 200, 0),\n(@TRAINER_ID+28, 12594, 1500, 202, 205, 0),\n(@TRAINER_ID+28, 12595, 1500, 202, 205, 0),\n(@TRAINER_ID+28, 12596, 1600, 202, 210, 0),\n(@TRAINER_ID+28, 12599, 1650, 202, 215, 0),\n(@TRAINER_ID+28, 12603, 1700, 202, 215, 0);\n\n-- Master Engineering Trainer      - @TRAINER_ID+29 - 62\n-- Grandmaster Engineering Trainer - @TRAINER_ID+30 - 89\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN \n(1676, 1702, 2857, 3290, 3412, 3494, 4586, 5174, 5518, 10993, 11017, 11025, 11026, 11028, 11029, 11031, 11037, 16667, 16726, 17222);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(1702,  @TRAINER_ID+26), -- Bronk Guzzlegear <Journeyman Engineer>\n(2857,  @TRAINER_ID+26), -- Thund <Journeyman Engineer>\n(3290,  @TRAINER_ID+26), -- Deek Fizzlebizz <Journeyman Engineer>\n(3494,  @TRAINER_ID+26), -- Tinkerwiz <Journeyman Engineer>\n(4586,  @TRAINER_ID+26), -- Graham Van Talen <Journeyman Engineer>\n(10993, @TRAINER_ID+26), -- Twizwick Sprocketgrind <Journeyman Engineer>\n(11025, @TRAINER_ID+26), -- Mukdrak <Journeyman Engineer>\n(11026, @TRAINER_ID+26), -- Sprite Jumpsprocket <Journeyman Engineer>\n(11028, @TRAINER_ID+26), -- Jemma Quikswitch <Journeyman Engineer>\n(11037, @TRAINER_ID+26), -- Jenna Lemkenilli <Journeyman Engineer>\n(17222, @TRAINER_ID+26), -- Artificer Daelo <Engineering Trainer>\n--\n(1676,  @TRAINER_ID+27), -- Finbus Geargrind <Expert Engineer>\n(3412,  @TRAINER_ID+27), -- Nogg <Expert Engineer>\n(5518,  @TRAINER_ID+27), -- Lilliam Sparkspindle <Expert Engineer>\n(11029, @TRAINER_ID+27), -- Trixie Quikswitch <Expert Engineer>\n(11031, @TRAINER_ID+27), -- Franklin Lloyd <Expert Engineer>\n(16667, @TRAINER_ID+27), -- Danwe <Engineering Trainer>\n(16726, @TRAINER_ID+27), -- Ockil <Engineering Trainer>\n--\n(5174,  @TRAINER_ID+28), -- Springspindle Fizzlegear <Artisan Engineer>\n(11017, @TRAINER_ID+28); -- Roxxik <Artisan Engineer>\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+31, @TRAINER_ID+32,@TRAINER_ID+33);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n-- Journeyman Leatherworking\n(@TRAINER_ID+31, 2155, 10, 0, 0, 5),\n(@TRAINER_ID+31, 2153, 50, 165, 15, 0),\n(@TRAINER_ID+31, 3753, 75, 165, 25, 0),\n(@TRAINER_ID+31, 9060, 100, 165, 30, 0),\n(@TRAINER_ID+31, 9062, 100, 165, 30, 0),\n(@TRAINER_ID+31, 3816, 50, 165, 35, 0),\n(@TRAINER_ID+31, 2160, 100, 165, 40, 0),\n(@TRAINER_ID+31, 2161, 100, 165, 55, 0),\n(@TRAINER_ID+31, 3756, 150, 165, 55, 0),\n(@TRAINER_ID+31, 2162, 100, 165, 60, 0),\n(@TRAINER_ID+31, 9065, 450, 165, 70, 0),\n(@TRAINER_ID+31, 3759, 2000, 165, 75, 0),\n-- Expert Leatherworking\n(@TRAINER_ID+32, 2155, 10, 0, 0, 5),\n(@TRAINER_ID+32, 2153, 50, 165, 15, 0),\n(@TRAINER_ID+32, 3753, 75, 165, 25, 0),\n(@TRAINER_ID+32, 9060, 100, 165, 30, 0),\n(@TRAINER_ID+32, 9062, 100, 165, 30, 0),\n(@TRAINER_ID+32, 3816, 50, 165, 35, 0),\n(@TRAINER_ID+32, 2160, 100, 165, 40, 0),\n(@TRAINER_ID+32, 2161, 100, 165, 55, 0),\n(@TRAINER_ID+32, 3756, 150, 165, 55, 0),\n(@TRAINER_ID+32, 2162, 100, 165, 60, 0),\n(@TRAINER_ID+32, 9065, 450, 165, 70, 0),\n(@TRAINER_ID+32, 3759, 2000, 165, 75, 0),\n(@TRAINER_ID+32, 2154, 500, 165, 50, 10),\n(@TRAINER_ID+32, 3763, 500, 165, 80, 0),\n(@TRAINER_ID+32, 2159, 550, 165, 85, 0),\n(@TRAINER_ID+32, 3761, 550, 165, 85, 0),\n(@TRAINER_ID+32, 9068, 600, 165, 95, 0),\n(@TRAINER_ID+32, 2165, 650, 165, 100, 0),\n(@TRAINER_ID+32, 2167, 650, 165, 100, 0),\n(@TRAINER_ID+32, 3817, 650, 165, 100, 0),\n(@TRAINER_ID+32, 20648, 500, 165, 100, 0),\n(@TRAINER_ID+32, 2168, 1000, 165, 110, 0),\n(@TRAINER_ID+32, 7135, 1000, 165, 115, 0),\n(@TRAINER_ID+32, 2166, 1400, 165, 120, 0),\n(@TRAINER_ID+32, 9074, 1400, 165, 120, 0),\n(@TRAINER_ID+32, 3766, 1500, 165, 125, 0),\n(@TRAINER_ID+32, 9145, 1500, 165, 125, 0),\n(@TRAINER_ID+32, 3768, 1200, 165, 130, 0),\n(@TRAINER_ID+32, 3770, 1500, 165, 135, 0),\n(@TRAINER_ID+32, 3764, 1800, 165, 145, 0),\n(@TRAINER_ID+32, 3760, 2000, 165, 150, 0),\n(@TRAINER_ID+32, 3780, 2000, 165, 150, 0),\n(@TRAINER_ID+32, 3818, 1800, 165, 150, 0),\n(@TRAINER_ID+32, 9193, 2000, 165, 150, 0),\n(@TRAINER_ID+32, 9194, 2000, 165, 150, 0),\n(@TRAINER_ID+32, 20649, 1800, 165, 150, 0),\n-- Artisan Leatherworking\n(@TRAINER_ID+33, 2155, 10, 0, 0, 5),\n(@TRAINER_ID+33, 2153, 50, 165, 15, 0),\n(@TRAINER_ID+33, 3753, 75, 165, 25, 0),\n(@TRAINER_ID+33, 9060, 100, 165, 30, 0),\n(@TRAINER_ID+33, 9062, 100, 165, 30, 0),\n(@TRAINER_ID+33, 3816, 50, 165, 35, 0),\n(@TRAINER_ID+33, 2160, 100, 165, 40, 0),\n(@TRAINER_ID+33, 2161, 100, 165, 55, 0),\n(@TRAINER_ID+33, 3756, 150, 165, 55, 0),\n(@TRAINER_ID+33, 2162, 100, 165, 60, 0),\n(@TRAINER_ID+33, 9065, 450, 165, 70, 0),\n(@TRAINER_ID+33, 3759, 2000, 165, 75, 0),\n(@TRAINER_ID+33, 2154, 500, 165, 50, 10),\n(@TRAINER_ID+33, 3763, 500, 165, 80, 0),\n(@TRAINER_ID+33, 2159, 550, 165, 85, 0),\n(@TRAINER_ID+33, 3761, 550, 165, 85, 0),\n(@TRAINER_ID+33, 9068, 600, 165, 95, 0),\n(@TRAINER_ID+33, 2165, 650, 165, 100, 0),\n(@TRAINER_ID+33, 2167, 650, 165, 100, 0),\n(@TRAINER_ID+33, 3817, 650, 165, 100, 0),\n(@TRAINER_ID+33, 20648, 500, 165, 100, 0),\n(@TRAINER_ID+33, 2168, 1000, 165, 110, 0),\n(@TRAINER_ID+33, 7135, 1000, 165, 115, 0),\n(@TRAINER_ID+33, 2166, 1400, 165, 120, 0),\n(@TRAINER_ID+33, 9074, 1400, 165, 120, 0),\n(@TRAINER_ID+33, 3766, 1500, 165, 125, 0),\n(@TRAINER_ID+33, 9145, 1500, 165, 125, 0),\n(@TRAINER_ID+33, 3768, 1200, 165, 130, 0),\n(@TRAINER_ID+33, 3770, 1500, 165, 135, 0),\n(@TRAINER_ID+33, 3764, 1800, 165, 145, 0),\n(@TRAINER_ID+33, 3760, 2000, 165, 150, 0),\n(@TRAINER_ID+33, 3780, 2000, 165, 150, 0),\n(@TRAINER_ID+33, 3818, 1800, 165, 150, 0),\n(@TRAINER_ID+33, 9193, 2000, 165, 150, 0),\n(@TRAINER_ID+33, 9194, 2000, 165, 150, 0),\n(@TRAINER_ID+33, 20649, 1800, 165, 150, 0),\n(@TRAINER_ID+33, 3812, 5000, 165, 125, 20),\n(@TRAINER_ID+33, 3774, 2500, 165, 160, 0),\n(@TRAINER_ID+33, 7147, 2500, 165, 160, 0),\n(@TRAINER_ID+33, 7151, 2500, 165, 175, 0),\n(@TRAINER_ID+33, 9196, 2500, 165, 175, 0),\n(@TRAINER_ID+33, 10482, 2800, 165, 180, 0),\n(@TRAINER_ID+33, 9201, 2800, 165, 180, 0),\n(@TRAINER_ID+33, 9198, 2800, 165, 180, 0),\n(@TRAINER_ID+33, 3776, 2800, 165, 180, 0),\n(@TRAINER_ID+33, 20650, 2800, 165, 180, 0),\n(@TRAINER_ID+33, 6661, 2800, 165, 190, 0),\n(@TRAINER_ID+33, 7156, 2800, 165, 190, 0),\n(@TRAINER_ID+33, 9206, 2800, 165, 195, 0),\n(@TRAINER_ID+33, 10487, 3500, 165, 200, 0),\n(@TRAINER_ID+33, 10507, 3500, 165, 205, 0),\n(@TRAINER_ID+33, 10499, 3500, 165, 205, 0),\n(@TRAINER_ID+33, 10518, 4000, 165, 210, 0),\n(@TRAINER_ID+33, 10511, 4000, 165, 210, 0),\n(@TRAINER_ID+33, 14930, 4000, 165, 225, 0),\n(@TRAINER_ID+33, 14932, 4000, 165, 225, 0);\n\n-- Master Leatherworking Trainer      - @TRAINER_ID+34 - 62\n-- Grandmaster Leatherworking Trainer - @TRAINER_ID+35 - 63\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN \n(223, 1385, 1466, 1632, 3007, 3008, 3069, 3365, 3549, 3605, 3703, 3967, 4212, 4588, 5127, 5564, 5784, 5811, 8153, 11081, 11083, 11084, 11096, 16278, 16688, 16728, 17442);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(223,   @TRAINER_ID+31), -- Dan Golthas <Journeyman Leatherworker>\n(1466,  @TRAINER_ID+31), -- Gretta Finespindle <Journeyman Leatherworker>\n(1632,  @TRAINER_ID+31), -- Adele Fielder <Journeyman Leatherworker>\n(3008,  @TRAINER_ID+31), -- Mak <Journeyman Leatherworker>\n(3069,  @TRAINER_ID+31), -- Chaw Stronghide <Journeyman Leatherworker>\n(3549,  @TRAINER_ID+31), -- Shelene Rhobart <Journeyman Leatherworker>\n(3605,  @TRAINER_ID+31), -- Nadyia Maneweaver <Journeyman Leatherworker>\n(5784,  @TRAINER_ID+31), -- Waldor <Journeyman Leatherworker>\n(5811,  @TRAINER_ID+31), -- Kamari <Journeyman Leatherworker>\n(11083, @TRAINER_ID+31), -- Darianna <Journeyman Leatherworker>\n(11096, @TRAINER_ID+31), -- Randal Worth <Journeyman Leatherworker>\n(16278, @TRAINER_ID+31), -- Sathein <Leatherworking Trainer>\n(17442, @TRAINER_ID+31), -- Moordo <Leatherworking Trainer>\n--\n(1385,  @TRAINER_ID+32), -- Brawn <Expert Leatherworker>\n(3365,  @TRAINER_ID+32), -- Karolek <Expert Leatherworker>\n(3703,  @TRAINER_ID+32), -- Krulmoo Fullmoon <Expert Leatherworker>\n(3967,  @TRAINER_ID+32), -- Aayndia Floralwind <Expert Leatherworker>\n(4588,  @TRAINER_ID+32), -- Arthur Moore <Expert Leatherworker>\n(5127,  @TRAINER_ID+32), -- Fimble Finespindle <Expert Leatherworker>\n(5564,  @TRAINER_ID+32), -- Simon Tanner <Expert Leatherworker>\n(8153,  @TRAINER_ID+32), -- Narv Hidecrafter <Expert Leathercrafter>\n(11081, @TRAINER_ID+32), -- Faldron <Expert Leatherworker>\n(11084, @TRAINER_ID+32), -- Tarn <Expert Leatherworker>\n(16688, @TRAINER_ID+32), -- Lynalis <Leatherworking Trainer>\n(16728, @TRAINER_ID+32), -- Akham <Leatherworking Trainer>\n--\n(3007,  @TRAINER_ID+33), -- Una <Artisan Leatherworker>\n(4212,  @TRAINER_ID+33); -- Telonis <Artisan Leatherworker>\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+36, @TRAINER_ID+37, @TRAINER_ID+38);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n-- Journeyman Tailoring\n(@TRAINER_ID+36, 3911, 10, 0, 0, 5),\n(@TRAINER_ID+36, 2393, 25, 197, 1, 0),\n(@TRAINER_ID+36, 3915, 25, 197, 1, 0),\n(@TRAINER_ID+36, 12044, 30, 197, 1, 0),\n(@TRAINER_ID+36, 2385, 50, 197, 10, 0),\n(@TRAINER_ID+36, 8776, 50, 197, 10, 0),\n(@TRAINER_ID+36, 12045, 50, 197, 20, 0),\n(@TRAINER_ID+36, 7623, 50, 197, 30, 0),\n(@TRAINER_ID+36, 7624, 50, 197, 30, 0),\n(@TRAINER_ID+36, 3914, 50, 197, 30, 0),\n(@TRAINER_ID+36, 3840, 100, 197, 35, 0),\n(@TRAINER_ID+36, 2392, 50, 197, 40, 0),\n(@TRAINER_ID+36, 2394, 50, 197, 40, 0),\n(@TRAINER_ID+36, 8465, 50, 197, 40, 0),\n(@TRAINER_ID+36, 3755, 100, 197, 45, 0),\n(@TRAINER_ID+36, 2397, 200, 197, 60, 0),\n(@TRAINER_ID+36, 3841, 200, 197, 60, 0),\n(@TRAINER_ID+36, 2386, 200, 197, 65, 0),\n(@TRAINER_ID+36, 2395, 300, 197, 70, 0),\n(@TRAINER_ID+36, 2396, 200, 197, 70, 0),\n(@TRAINER_ID+36, 3842, 300, 197, 70, 0),\n(@TRAINER_ID+36, 2402, 250, 197, 75, 0),\n(@TRAINER_ID+36, 2964, 100, 197, 75, 0),\n(@TRAINER_ID+36, 12046, 300, 197, 75, 0),\n-- Expert Tailoring\n(@TRAINER_ID+37, 3911, 10, 0, 0, 5),\n(@TRAINER_ID+37, 2393, 25, 197, 1, 0),\n(@TRAINER_ID+37, 3915, 25, 197, 1, 0),\n(@TRAINER_ID+37, 12044, 30, 197, 1, 0),\n(@TRAINER_ID+37, 2385, 50, 197, 10, 0),\n(@TRAINER_ID+37, 8776, 50, 197, 10, 0),\n(@TRAINER_ID+37, 12045, 50, 197, 20, 0),\n(@TRAINER_ID+37, 7623, 50, 197, 30, 0),\n(@TRAINER_ID+37, 7624, 50, 197, 30, 0),\n(@TRAINER_ID+37, 3914, 50, 197, 30, 0),\n(@TRAINER_ID+37, 3840, 100, 197, 35, 0),\n(@TRAINER_ID+37, 2392, 50, 197, 40, 0),\n(@TRAINER_ID+37, 2394, 50, 197, 40, 0),\n(@TRAINER_ID+37, 8465, 50, 197, 40, 0),\n(@TRAINER_ID+37, 3755, 100, 197, 45, 0),\n(@TRAINER_ID+37, 2397, 200, 197, 60, 0),\n(@TRAINER_ID+37, 3841, 200, 197, 60, 0),\n(@TRAINER_ID+37, 2386, 200, 197, 65, 0),\n(@TRAINER_ID+37, 2395, 300, 197, 70, 0),\n(@TRAINER_ID+37, 2396, 200, 197, 70, 0),\n(@TRAINER_ID+37, 3842, 300, 197, 70, 0),\n(@TRAINER_ID+37, 2402, 250, 197, 75, 0),\n(@TRAINER_ID+37, 2964, 100, 197, 75, 0),\n(@TRAINER_ID+37, 12046, 300, 197, 75, 0),\n(@TRAINER_ID+37, 3912, 500, 197, 50, 10),\n(@TRAINER_ID+37, 3757, 200, 197, 80, 0),\n(@TRAINER_ID+37, 3845, 300, 197, 80, 0),\n(@TRAINER_ID+37, 2399, 300, 197, 85, 0),\n(@TRAINER_ID+37, 3843, 400, 197, 85, 0),\n(@TRAINER_ID+37, 6521, 400, 197, 90, 0),\n(@TRAINER_ID+37, 2401, 300, 197, 95, 0),\n(@TRAINER_ID+37, 2406, 200, 197, 100, 0),\n(@TRAINER_ID+37, 3848, 500, 197, 110, 0),\n(@TRAINER_ID+37, 3850, 500, 197, 110, 0),\n(@TRAINER_ID+37, 3866, 250, 197, 110, 0),\n(@TRAINER_ID+37, 8467, 250, 197, 110, 0),\n(@TRAINER_ID+37, 3839, 500, 197, 125, 0),\n(@TRAINER_ID+37, 3855, 700, 197, 125, 0),\n(@TRAINER_ID+37, 3852, 700, 197, 130, 0),\n(@TRAINER_ID+37, 6690, 1000, 197, 135, 0),\n(@TRAINER_ID+37, 8758, 600, 197, 140, 0),\n(@TRAINER_ID+37, 8760, 600, 197, 145, 0),\n(@TRAINER_ID+37, 3813, 750, 197, 150, 0),\n(@TRAINER_ID+37, 3859, 700, 197, 150, 0),\n-- Artisan Tailoring\n(@TRAINER_ID+38, 3911, 10, 0, 0, 5),\n(@TRAINER_ID+38, 2393, 25, 197, 1, 0),\n(@TRAINER_ID+38, 3915, 25, 197, 1, 0),\n(@TRAINER_ID+38, 12044, 30, 197, 1, 0),\n(@TRAINER_ID+38, 2385, 50, 197, 10, 0),\n(@TRAINER_ID+38, 8776, 50, 197, 10, 0),\n(@TRAINER_ID+38, 12045, 50, 197, 20, 0),\n(@TRAINER_ID+38, 7623, 50, 197, 30, 0),\n(@TRAINER_ID+38, 7624, 50, 197, 30, 0),\n(@TRAINER_ID+38, 3914, 50, 197, 30, 0),\n(@TRAINER_ID+38, 3840, 100, 197, 35, 0),\n(@TRAINER_ID+38, 2392, 50, 197, 40, 0),\n(@TRAINER_ID+38, 2394, 50, 197, 40, 0),\n(@TRAINER_ID+38, 8465, 50, 197, 40, 0),\n(@TRAINER_ID+38, 3755, 100, 197, 45, 0),\n(@TRAINER_ID+38, 2397, 200, 197, 60, 0),\n(@TRAINER_ID+38, 3841, 200, 197, 60, 0),\n(@TRAINER_ID+38, 2386, 200, 197, 65, 0),\n(@TRAINER_ID+38, 2395, 300, 197, 70, 0),\n(@TRAINER_ID+38, 2396, 200, 197, 70, 0),\n(@TRAINER_ID+38, 3842, 300, 197, 70, 0),\n(@TRAINER_ID+38, 2402, 250, 197, 75, 0),\n(@TRAINER_ID+38, 2964, 100, 197, 75, 0),\n(@TRAINER_ID+38, 12046, 300, 197, 75, 0),\n(@TRAINER_ID+38, 3912, 500, 197, 50, 10),\n(@TRAINER_ID+38, 3757, 200, 197, 80, 0),\n(@TRAINER_ID+38, 3845, 300, 197, 80, 0),\n(@TRAINER_ID+38, 2399, 300, 197, 85, 0),\n(@TRAINER_ID+38, 3843, 400, 197, 85, 0),\n(@TRAINER_ID+38, 6521, 400, 197, 90, 0),\n(@TRAINER_ID+38, 2401, 300, 197, 95, 0),\n(@TRAINER_ID+38, 2406, 200, 197, 100, 0),\n(@TRAINER_ID+38, 3848, 500, 197, 110, 0),\n(@TRAINER_ID+38, 3850, 500, 197, 110, 0),\n(@TRAINER_ID+38, 3866, 250, 197, 110, 0),\n(@TRAINER_ID+38, 8467, 250, 197, 110, 0),\n(@TRAINER_ID+38, 3839, 500, 197, 125, 0),\n(@TRAINER_ID+38, 3855, 700, 197, 125, 0),\n(@TRAINER_ID+38, 3852, 700, 197, 130, 0),\n(@TRAINER_ID+38, 6690, 1000, 197, 135, 0),\n(@TRAINER_ID+38, 8758, 600, 197, 140, 0),\n(@TRAINER_ID+38, 8760, 600, 197, 145, 0),\n(@TRAINER_ID+38, 3813, 750, 197, 150, 0),\n(@TRAINER_ID+38, 3859, 700, 197, 150, 0),\n(@TRAINER_ID+38, 3913, 5000, 197, 125, 20),\n(@TRAINER_ID+38, 8483, 500, 197, 160, 0),\n(@TRAINER_ID+38, 8762, 700, 197, 160, 0),\n(@TRAINER_ID+38, 3871, 500, 197, 170, 0),\n(@TRAINER_ID+38, 8764, 850, 197, 170, 0),\n(@TRAINER_ID+38, 8489, 700, 197, 175, 0),\n(@TRAINER_ID+38, 8766, 950, 197, 175, 0),\n(@TRAINER_ID+38, 8772, 950, 197, 175, 0),\n(@TRAINER_ID+38, 3865, 950, 197, 175, 0),\n(@TRAINER_ID+38, 8774, 950, 197, 180, 0),\n(@TRAINER_ID+38, 3861, 950, 197, 185, 0),\n(@TRAINER_ID+38, 8791, 23000, 197, 185, 0),\n(@TRAINER_ID+38, 8770, 950, 197, 190, 0),\n(@TRAINER_ID+38, 8799, 3000, 197, 195, 0),\n(@TRAINER_ID+38, 12048, 4000, 197, 205, 0),\n(@TRAINER_ID+38, 12049, 4000, 197, 205, 0),\n(@TRAINER_ID+38, 8804, 5000, 197, 210, 0),\n(@TRAINER_ID+38, 12050, 4000, 197, 210, 0),\n(@TRAINER_ID+38, 12053, 5000, 197, 215, 0),\n(@TRAINER_ID+38, 12061, 2500, 197, 215, 0),\n(@TRAINER_ID+38, 12065, 5000, 197, 225, 0),\n(@TRAINER_ID+38, 12067, 5000, 197, 225, 0),\n(@TRAINER_ID+38, 12069, 5000, 197, 225, 0),\n(@TRAINER_ID+38, 12070, 5000, 197, 225, 0);\n\n-- Master Tailoring Trainer      - @TRAINER_ID+39 - 73\n-- Grandmaster Tailoring Trainer - @TRAINER_ID+40 - 72\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN \n(1103, 1300, 1346, 1703, 2627, 2855, 3004, 3363, 3484, 3523, 3704, 4159, 4193, 4576, 5153, 5567, 11048, 11049, 11050, 11051, 16366, 16640, 16729, 17487);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(1103,  @TRAINER_ID+36), -- Eldrin <Journeyman Tailor>\n(1300,  @TRAINER_ID+36), -- Lawrence Schneider <Journeyman Tailor>\n(1703,  @TRAINER_ID+36), -- Uthrar Threx <Journeyman Tailor>\n(2855,  @TRAINER_ID+36), -- Snang <Journeyman Tailor>\n(3484,  @TRAINER_ID+36), -- Kil'hala <Journeyman Tailor>\n(3523,  @TRAINER_ID+36), -- Bowen Brisboise <Journeyman Tailor>\n(4193,  @TRAINER_ID+36), -- Grondal Moonbreeze <Journeyman Tailor>\n(11048, @TRAINER_ID+36), -- Victor Ward <Journeyman Tailor>\n(11050, @TRAINER_ID+36), -- Trianna <Journeyman Tailor>\n(11051, @TRAINER_ID+36), -- Vhan <Journeyman Tailor>\n(16366, @TRAINER_ID+36), -- Sempstress Ambershine <Tailoring Trainer>\n(17487, @TRAINER_ID+36), -- Erin Kelly <Tailoring Trainer>\n--\n(2627,  @TRAINER_ID+37), -- Grarnik Goodstitch <Expert Tailor>\n(3004,  @TRAINER_ID+37), -- Tepa <Expert Tailor>\n(3363,  @TRAINER_ID+37), -- Magar <Expert Tailor>\n(3704,  @TRAINER_ID+37), -- Mahani <Expert Tailor>\n(4159,  @TRAINER_ID+37), -- Me'lynn <Expert Tailor>\n(5153,  @TRAINER_ID+37), -- Jormund Stonebrow <Expert Tailor>\n(5567,  @TRAINER_ID+37), -- Sellandus <Expert Tailor>\n(11049, @TRAINER_ID+37), -- Rhiannon Davis <Expert Tailor>\n(16640, @TRAINER_ID+37), -- Keelen Sheets <Tailoring Trainer>\n(16729, @TRAINER_ID+37), -- Refik <Tailoring Trainer>\n--\n(1346,  @TRAINER_ID+38), -- Georgio Bolero <Artisan Tailor>\n(4576,  @TRAINER_ID+38); -- Josef Gregorian <Artisan Tailor>\n\n\n/* Gathering Professions */\n\n-- Herbalism\nDELETE FROM `trainer_spell` WHERE `TrainerId` = @TRAINER_ID+41;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n(@TRAINER_ID+41, 2372, 10, 0, 0, 1),\n(@TRAINER_ID+41, 2373, 500, 182, 50, 1),\n(@TRAINER_ID+41, 3571, 5000, 182, 125, 10),\n(@TRAINER_ID+41, 11994, 50000, 182, 200, 25);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (2114, 3013, 3185);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(2114, @TRAINER_ID+41), -- Faruza <Apprentice Herbalist>\n(3013, @TRAINER_ID+41), -- Komin Winterhoof <Herbalism Trainer>\n(3185, @TRAINER_ID+41); -- Mishiki <Herbalist>\n\n-- Mining\nDELETE FROM `trainer_spell` WHERE `TrainerId` = @TRAINER_ID+42;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n(@TRAINER_ID+42, 2581, 10, 186, 0, 1),\n(@TRAINER_ID+42, 2582, 500, 186, 50, 1),\n(@TRAINER_ID+42, 2658, 200, 186, 75, 0),\n(@TRAINER_ID+42, 2659, 200, 186, 65, 0),\n(@TRAINER_ID+42, 3304, 50, 186, 65, 0),\n(@TRAINER_ID+42, 3307, 500, 186, 125, 0),\n(@TRAINER_ID+42, 3308, 2500, 186, 155, 0),\n(@TRAINER_ID+42, 3568, 5000, 186, 125, 10),\n(@TRAINER_ID+42, 3569, 2500, 186, 165, 0),\n(@TRAINER_ID+42, 10097, 5000, 186, 175, 0),\n(@TRAINER_ID+42, 10249, 50000, 186, 200, 25),\n(@TRAINER_ID+42, 10098, 10000, 186, 230, 0),\n(@TRAINER_ID+42, 16153, 20000, 186, 250, 0);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (3001, 3175, 3357, 5513);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(3001, @TRAINER_ID+42), -- Brek Stonehoof <Mining Trainer>\n(3175, @TRAINER_ID+42), -- Krunn <Miner>\n(3357, @TRAINER_ID+42), -- Makaru <Mining Trainer>\n(5513, @TRAINER_ID+42); -- Gelman Stonehand <Mining Trainer>\n\n-- Skinning\nDELETE FROM `trainer_spell` WHERE `TrainerId` = @TRAINER_ID+43;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n(@TRAINER_ID+43, 8615, 10, 0, 0, 1),\n(@TRAINER_ID+43, 8619, 500, 393, 50, 1),\n(@TRAINER_ID+43, 8620, 5000, 393, 125, 10),\n(@TRAINER_ID+43, 10769, 50000, 393, 200, 25);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (6289, 6290, 6387, 7088, 7089);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(6289, @TRAINER_ID+43), -- Rand Rhobart <Skinner>\n(6290, @TRAINER_ID+43), -- Yonn Deepcut <Skinner>\n(6387, @TRAINER_ID+43), -- Dranh <Skinner>\n(7088, @TRAINER_ID+43), -- Thuwd <Skinning Trainer>\n(7089, @TRAINER_ID+43); -- Mooranta <Skinning Trainer>\n\n\n/* Secondary Skills */\n\n-- Cooking\nDELETE FROM `trainer_spell` WHERE `TrainerId` = @TRAINER_ID+44;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n(@TRAINER_ID+44, 2551, 100, 0, 0, 5),\n(@TRAINER_ID+44, 2539, 50, 185, 10, 0),\n(@TRAINER_ID+44, 2541, 100, 185, 50, 0),\n(@TRAINER_ID+44, 3412, 500, 185, 50, 10),\n(@TRAINER_ID+44, 6499, 100, 185, 50, 0),\n(@TRAINER_ID+44, 2544, 200, 185, 75, 0),\n(@TRAINER_ID+44, 2546, 150, 185, 80, 0),\n(@TRAINER_ID+44, 6500, 300, 185, 125, 0),\n(@TRAINER_ID+44, 21175, 4000, 185, 200, 0);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (1430, 3026, 3399, 5482, 8306);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(1430, @TRAINER_ID+44), -- Tomas <Cook>\n(3026, @TRAINER_ID+44), -- Aska Mistrunner <Cooking Trainer>\n(3399, @TRAINER_ID+44), -- Zamja <Cooking Trainer>\n(5482, @TRAINER_ID+44), -- Stephen Ryback <Cooking Trainer>\n(8306, @TRAINER_ID+44); -- Duhng <Cook>\n\n-- First Aid\nDELETE FROM `trainer_spell` WHERE `TrainerId` IN (@TRAINER_ID+45, @TRAINER_ID+46);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n--\n(@TRAINER_ID+45, 3279, 100, 0, 0, 1),\n(@TRAINER_ID+45, 3276, 100, 129, 40, 0),\n(@TRAINER_ID+45, 3280, 500, 129, 50, 0),\n(@TRAINER_ID+45, 3277, 250, 129, 80, 0),\n(@TRAINER_ID+45, 7934, 250, 129, 80, 0),\n(@TRAINER_ID+45, 3278, 1000, 129, 115, 0),\n(@TRAINER_ID+45, 7928, 5000, 129, 150, 0),\n--\n(@TRAINER_ID+46, 10843, 0, 129, 240, 0),\n(@TRAINER_ID+46, 18631, 0, 129, 260, 35),\n(@TRAINER_ID+46, 18632, 0, 129, 290, 35);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (2326, 2327, 2329, 2798, 3181, 3373, 4211, 4591, 5150, 5759, 5939, 5943, 6094, 16272, 16662, 16731, 17214, 17424, 19184, 19478, 22477, 12920, 12939);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(2326,  @TRAINER_ID+45), -- Thamner Pol <Physician> \n(2327,  @TRAINER_ID+45), -- Shaina Fuller <First Aid Trainer>\n(2329,  @TRAINER_ID+45), -- Michelle Belle <Physician>\n(2798,  @TRAINER_ID+45), -- Pand Stonebinder <First Aid Trainer>\n(3181,  @TRAINER_ID+45), -- Fremal Doohickey <First Aid Trainer>\n(3373,  @TRAINER_ID+45), -- Arnok <First Aid Trainer>\n(4211,  @TRAINER_ID+45), -- Dannelor <First Aid Trainer>\n(4591,  @TRAINER_ID+45), -- Mary Edras <First Aid Trainer>\n(5150,  @TRAINER_ID+45), -- Nissa Firestone <First Aid Trainer>\n(5759,  @TRAINER_ID+45), -- Nurse Neela <First Aid Trainer>\n(5939,  @TRAINER_ID+45), -- Vira Younghoof <First Aid Trainer>\n(5943,  @TRAINER_ID+45), -- Rawrk <First Aid Trainer>\n(6094,  @TRAINER_ID+45), -- Byancie <First Aid Trainer> \n(16272, @TRAINER_ID+45), -- Kanaria <First Aid Trainer>\n(16662, @TRAINER_ID+45), -- Alestus <First Aid Trainer> \n(16731, @TRAINER_ID+45), -- Nus <First Aid Trainer>\n(17214, @TRAINER_ID+45), -- Anchorite Fateema <First Aid Trainer>\n(17424, @TRAINER_ID+45), -- Anchorite Paetheus <First Aid Trainer>\n(19184, @TRAINER_ID+45), -- Mildred Fletcher <Physician>\n(19478, @TRAINER_ID+45), -- Fera Palerunner <First Aid Trainer>\n(22477, @TRAINER_ID+45), -- Anchorite Ensham <First Aid Trainer>\n--\n(12920, @TRAINER_ID+46), -- Doctor Gregory Victor <Trauma Surgeon>\n(12939, @TRAINER_ID+46); -- Doctor Gustaf VanHowzen <Trauma Surgeon>\n\nUPDATE `creature_template` SET `npcflag` = 83 WHERE `entry` IN (12920, 12939);\n\n-- Fishing\nDELETE FROM `trainer_spell` WHERE `TrainerId` = @TRAINER_ID+47;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n(@TRAINER_ID+47, 7733, 100, 0, 0, 5),\n(@TRAINER_ID+47, 7734, 500, 356, 50, 10);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (1651, 3028, 3332, 5493, 5690, 5938);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(1651, @TRAINER_ID+47), -- Lee Brown <Fisherman>, Elwynn Forest\n(3028, @TRAINER_ID+47), -- Kah Mistrunner <Fishing Trainer>\n(3332, @TRAINER_ID+47), -- Lumak <Fishing Trainer>\n(5493, @TRAINER_ID+47), -- Arnold Leland <Fishing Trainer>\n(5690, @TRAINER_ID+47), -- Clyde Kellen <Fisherman>\n(5938, @TRAINER_ID+47); -- Uthan Stillwater <Fisherman>\n\n-- pre_t4 Leatherworking trainer\nDELETE FROM `trainer_spell` WHERE `TrainerId` = @TRAINER_ID+51;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n--\n(@TRAINER_ID+51, 32454, 10000, 165, 300, 0),\n(@TRAINER_ID+51, 32456, 15000, 165, 300, 0),\n(@TRAINER_ID+51, 32462, 15000, 165, 300, 0),\n(@TRAINER_ID+51, 32463, 20000, 165, 310, 0),\n(@TRAINER_ID+51, 32464, 20000, 165, 320, 0),\n(@TRAINER_ID+51, 32465, 25000, 165, 335, 0),\n(@TRAINER_ID+51, 32466, 15000, 165, 300, 0),\n(@TRAINER_ID+51, 32467, 20000, 165, 310, 0),\n(@TRAINER_ID+51, 32468, 20000, 165, 325, 0),\n(@TRAINER_ID+51, 32469, 25000, 165, 335, 0),\n(@TRAINER_ID+51, 32470, 15000, 165, 300, 0),\n(@TRAINER_ID+51, 32471, 20000, 165, 315, 0),\n(@TRAINER_ID+51, 32472, 20000, 165, 320, 0),\n(@TRAINER_ID+51, 32473, 25000, 165, 330, 0),\n(@TRAINER_ID+51, 32478, 15000, 165, 300, 0),\n(@TRAINER_ID+51, 32479, 20000, 165, 310, 0),\n(@TRAINER_ID+51, 32480, 20000, 165, 320, 0),\n(@TRAINER_ID+51, 32481, 25000, 165, 330, 0),\n(@TRAINER_ID+51, 32550, 100000, 165, 275, 50),\n(@TRAINER_ID+51, 35540, 20000, 165, 340, 0),\n(@TRAINER_ID+51, 44970, 50000, 165, 350, 0);\n\nDELETE FROM `creature_default_trainer` WHERE `CreatureId` IN (@Darmari, @Barim, @Brumman, @Grikka);\nINSERT INTO `creature_default_trainer` (`CreatureId`, `TrainerId`) VALUES\n--\n(@Darmari, @TRAINER_ID+51),\n(@Barim,   @TRAINER_ID+51),\n(@Brumman, @TRAINER_ID+51),\n(@Grikka,  @TRAINER_ID+51);\n\n\n/* Gossip Menus */\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN \n(2742, 2745, 2747, 2748, 2750, 2761, 2782, 4110, 4112, 4114, 4116, 4118, 4119, 4121, 4125, 4128, 4130, 4137, 4139, 4143, 4144, 4147, 4148, \n4151, 4153, 4154, 4155, 4157, 4158, 4159, 4160, 4161, 4165, 4169, 4173, 4181, 4182, 4183, 4187, 4188, 4204, 4207, 4241, 4242, 4262, 4264, 4265, 4266, 4268, 4269, 4344, 4351, 4352);\n\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES\n(2742, 0, 3, 'Train me.', 3266, 5, 16), -- Groum Stonebeard <Journeyman Blacksmith>\n(2745, 0, 3, 'Train me.', 3266, 5, 16), -- Dane Lindgren <Journeyman Blacksmith>\n(2747, 0, 3, 'Train me.', 3266, 5, 16), -- Ug'thok <Journeyman Blacksmith>\n(2748, 0, 3, 'Train me.', 3266, 5, 16), -- Thrag Stonehoof <Journeyman Blacksmith>\n(2750, 0, 3, 'Train me.', 3266, 5, 16), -- Basil Frye <Journeyman Blacksmith>\n(2761, 0, 3, 'Train me.', 3266, 5, 16), -- Rotgath Stonebeard <Expert Blacksmith>\n(2782, 0, 3, 'Train me.', 3266, 5, 16), -- Snarl <Expert Blacksmith>\n(4110, 0, 3, 'Train me.', 3266, 5, 16), -- Alchemist Mallory <Journeyman Alchemist>\n(4112, 0, 3, 'Train me.', 3266, 5, 16), -- Tel'Athir <Journeyman Alchemist>\n(4114, 0, 3, 'Train me.', 3266, 5, 16), -- Milla Fairancora <Journeyman Alchemist>\n(4116, 0, 3, 'Train me.', 3266, 5, 16), -- Vosur Brakthel <Journeyman Alchemist>\n(4118, 0, 3, 'Train me.', 3266, 5, 16), -- Whuut <Journeyman Alchemist>\n(4119, 0, 3, 'Train me.', 3266, 5, 16), -- Kray <Journeyman Alchemist>\n(4121, 0, 3, 'Train me.', 3266, 5, 16), -- Doctor Martin Felben <Journeyman Alchemist Trainer>\n(4125, 0, 3, 'Train me.', 3266, 5, 16), -- Sylvanna Forestmoon <Expert Alchemist>\n(4128, 0, 3, 'Train me.', 3266, 5, 16), -- Bena Winterhoof <Expert Alchemist>\n(4130, 0, 3, 'Train me.', 3266, 5, 16), -- Doctor Marsh <Expert Alchemist>\n(4137, 0, 3, 'Train me.', 3266, 5, 16), -- Jemma Quikswitch <Journeyman Engineer>\n(4139, 0, 3, 'Train me.', 3266, 5, 16), -- Sprite Jumpsprocket <Journeyman Engineer>\n(4143, 0, 3, 'Train me.', 3266, 5, 16), -- Thund <Journeyman Engineer>\n(4144, 0, 3, 'Train me.', 3266, 5, 16), -- Graham Van Talen <Journeyman Engineer>\n(4147, 0, 3, 'Train me.', 3266, 5, 16), -- Trixie Quikswitch <Expert Engineer>\n(4148, 0, 3, 'Train me.', 3266, 5, 16), -- Nogg <Expert Engineer>\n(4151, 0, 3, 'Train me.', 3266, 5, 16), -- Roxxik <Artisan Engineer>\n(4153, 0, 3, 'Train me.', 3266, 5, 16), -- Betty Quin <Journeyman Enchanter>\n(4154, 0, 3, 'Train me.', 3266, 5, 16), -- Thonys Pillarstone <Journeyman Enchanter>\n(4155, 0, 3, 'Train me.', 3266, 5, 16), -- Lalina Summermoon <Journeyman Enchanter>\n(4157, 0, 3, 'Train me.', 3266, 5, 16), -- Malcomb Wynn <Journeyman Enchanter>\n(4158, 0, 3, 'Train me.', 3266, 5, 16), -- Mot Dawnstrider <Journeyman Enchanter>\n(4159, 0, 3, 'Train me.', 3266, 5, 16), -- Jhag <Journeyman Enchanter>\n(4160, 0, 3, 'Train me.', 3266, 5, 16), -- Gimble Thistlefuzz <Expert Enchanter>\n(4161, 0, 3, 'Train me.', 3266, 5, 16), -- Lucan Cordell <Expert Enchanter>\n(4165, 0, 3, 'Train me.', 3266, 5, 16), -- Teg Dawnstrider <Expert Enchanter>\n(4169, 0, 3, 'Train me.', 3266, 5, 16), -- Kitta Firewind <Enchanting Trainer>\n(4173, 0, 3, 'Train me.', 3266, 5, 16), -- Randal Worth <Journeyman Leatherworker>\n(4181, 0, 3, 'Train me.', 3266, 5, 16), -- Darianna <Journeyman Leatherworker>\n(4182, 0, 3, 'Train me.', 3266, 5, 16), -- Gretta Finespindle <Journeyman Leatherworker>\n(4183, 0, 3, 'Train me.', 3266, 5, 16), -- Kamari <Journeyman Leatherworker>\n(4187, 0, 3, 'Train me.', 3266, 5, 16), -- Mak <Journeyman Leatherworker>\n(4188, 0, 3, 'Train me.', 3266, 5, 16), -- Dan Golthas <Journeyman Leatherworker>\n(4204, 0, 3, 'Train me.', 3266, 5, 16), -- Faldron <Expert Leatherworker>\n(4207, 0, 3, 'Train me.', 3266, 5, 16), -- Tarn <Expert Leatherworker>\n(4241, 0, 3, 'Train me.', 3266, 5, 16), -- Telonis <Artisan Leatherworker>\n(4242, 0, 3, 'Train me.', 3266, 5, 16), -- Una <Artisan Leatherworker>\n(4262, 0, 3, 'Train me.', 3266, 5, 16), -- Lawrence Schneider <Journeyman Tailor>\n(4264, 0, 3, 'Train me.', 3266, 5, 16), -- Uthrar Threx <Journeyman Tailor>\n(4265, 0, 3, 'Train me.', 3266, 5, 16), -- Snang <Journeyman Tailor>\n(4266, 0, 3, 'Train me.', 3266, 5, 16), -- Vhan <Journeyman Tailor>\n(4268, 0, 3, 'Train me.', 3266, 5, 16), -- Victor Ward <Journeyman Tailor>\n(4269, 0, 3, 'Train me.', 3266, 5, 16), -- Trianna <Journeyman Tailor>\n(4344, 0, 3, 'Train me.', 3266, 5, 16), -- Sellandus <Expert Tailor>\n(4351, 0, 3, 'Train me.', 3266, 5, 16), -- Tepa <Expert Tailor>\n(4352, 0, 3, 'Train me.', 3266, 5, 16); -- Rhiannon Davis <Expert Tailor>\n"
  },
  {
    "path": "data/sql/world/base/pvp_brackets.sql",
    "content": "/*\n    Due to significant power progression differences after level 60 and level 70, \n    this will modify PvP brackets to place players at these levels into lower brackets, \n    rather than grouping them with higher level players with much higher progression\n*/\n\nDROP TABLE IF EXISTS `pvpdifficulty_dbc`;\nCREATE TABLE IF NOT EXISTS `pvpdifficulty_dbc` (\n  `ID` int NOT NULL DEFAULT '0',\n  `MapID` int NOT NULL DEFAULT '0',\n  `RangeIndex` int NOT NULL DEFAULT '0',\n  `MinLevel` int NOT NULL DEFAULT '0',\n  `MaxLevel` int NOT NULL DEFAULT '0',\n  `Difficulty` int NOT NULL DEFAULT '0',\n  PRIMARY KEY (`ID`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n\nINSERT INTO `pvpdifficulty_dbc` (`ID`, `MapID`, `RangeIndex`, `MinLevel`, `MaxLevel`, `Difficulty`) VALUES\n(1,   30,  0, 51, 60, 0), -- Alterac Valley\n(2,   30,  1, 61, 70, 1),\n(3,   30,  2, 71, 79, 2),\n(4,   30,  3, 80, 85, 3),\n(5,  489,  0, 10, 19, 0), -- Warsong Gulch\n(6,  489,  1, 20, 29, 0),\n(7,  489,  2, 30, 39, 0),\n(8,  489,  3, 40, 49, 0),\n(9,  489,  4, 50, 60, 0),\n(10, 489,  5, 61, 70, 0),\n(11, 489,  6, 71, 79, 0),\n(12, 489,  7, 80, 85, 0),\n(13, 529,  0, 20, 29, 0), -- Arathi Basin\n(14, 529,  1, 30, 39, 0),\n(15, 529,  2, 40, 49, 0),\n(16, 529,  3, 50, 60, 0),\n(17, 529,  4, 61, 70, 0),\n(18, 529,  5, 71, 79, 0),\n(19, 529,  6, 80, 85, 0),\n(20, 559,  0, 10, 14, 0), -- Nagrand Arena\n(21, 559,  1, 15, 19, 0),\n(22, 559,  2, 20, 24, 0),\n(23, 559,  3, 25, 29, 0),\n(24, 559,  4, 30, 34, 0),\n(25, 559,  5, 35, 39, 0),\n(26, 559,  6, 40, 44, 0),\n(27, 559,  7, 45, 49, 0),\n(28, 559,  8, 50, 54, 0),\n(29, 559,  9, 55, 60, 0),\n(30, 559, 10, 61, 64, 0),\n(31, 559, 11, 65, 70, 0),\n(32, 559, 12, 71, 74, 0),\n(33, 559, 13, 75, 79, 0),\n(34, 559, 14, 80, 84, 0),\n(35, 559, 15, 85, 89, 0),\n(36, 562,  0, 10, 14, 0), -- Blade's Edge Arena\n(37, 562,  1, 15, 19, 0),\n(38, 562,  2, 20, 24, 0),\n(39, 562,  3, 25, 29, 0),\n(40, 562,  4, 30, 34, 0),\n(41, 562,  5, 35, 39, 0),\n(42, 562,  6, 40, 44, 0),\n(43, 562,  7, 45, 49, 0),\n(44, 562,  8, 50, 54, 0),\n(45, 562,  9, 55, 60, 0),\n(46, 562, 10, 61, 64, 0),\n(47, 562, 11, 65, 70, 0),\n(48, 562, 12, 71, 74, 0),\n(49, 562, 13, 75, 79, 0),\n(50, 562, 14, 80, 84, 0),\n(51, 562, 15, 85, 89, 0),\n(52, 566,  0, 61, 70, 0), -- Eye of the Storm\n(53, 566,  1, 71, 79, 0),\n(54, 566,  2, 80, 85, 0),\n(55, 572,  0, 10, 14, 0), -- Ruins of Lordaeron\n(56, 572,  1, 15, 19, 0),\n(57, 572,  2, 20, 24, 0),\n(58, 572,  3, 25, 29, 0),\n(59, 572,  4, 30, 34, 0),\n(60, 572,  5, 35, 39, 0),\n(61, 572,  6, 40, 44, 0),\n(62, 572,  7, 45, 49, 0),\n(63, 572,  8, 50, 54, 0),\n(64, 572,  9, 55, 60, 0),\n(65, 572, 10, 61, 64, 0),\n(66, 572, 11, 65, 70, 0),\n(67, 572, 12, 71, 74, 0),\n(68, 572, 13, 75, 79, 0),\n(69, 572, 14, 80, 84, 0),\n(70, 572, 15, 85, 89, 0),\n(71, 607,  0, 71, 79, 0), -- Strand of the Ancients\n(72, 607,  1, 80, 84, 1),\n(73, 607,  2, 85, 85, 2),\n(74, 617,  0, 10, 14, 0), -- Dalaran Sewers\n(75, 617,  1, 15, 19, 0),\n(76, 617,  2, 20, 24, 0),\n(77, 617,  3, 25, 29, 0),\n(78, 617,  4, 30, 34, 0),\n(79, 617,  5, 35, 39, 0),\n(80, 617,  6, 40, 44, 0),\n(81, 617,  7, 45, 49, 0),\n(82, 617,  8, 50, 54, 0),\n(83, 617,  9, 55, 60, 0),\n(84, 617, 10, 61, 64, 0),\n(85, 617, 11, 65, 70, 0),\n(86, 617, 12, 70, 74, 0),\n(87, 617, 13, 75, 79, 0),\n(88, 617, 14, 80, 84, 0),\n(89, 617, 15, 85, 89, 0),\n(90, 618,  0, 10, 14, 0), -- The Ring of Valor\n(91, 618,  1, 15, 19, 0),\n(92, 618,  2, 20, 24, 0),\n(93, 618,  3, 25, 29, 0),\n(94, 618,  4, 30, 34, 0),\n(95, 618,  5, 35, 39, 0),\n(96, 618,  6, 40, 44, 0),\n(97, 618,  7, 45, 49, 0),\n(98, 618,  8, 50, 54, 0),\n(99, 618,  9, 55, 60, 0),\n(100, 618, 10, 61, 64, 0),\n(101, 618, 11, 65, 70, 0),\n(102, 618, 12, 71, 74, 0),\n(103, 618, 13, 75, 79, 0),\n(104, 618, 14, 80, 84, 0),\n(105, 618, 15, 85, 89, 0),\n(106, 628,  0, 71, 79, 0), -- Isle of Conquest\n(107, 628,  1, 80, 84, 1),\n(108, 628,  2, 85, 89, 2);\n"
  },
  {
    "path": "data/sql/world/base/pvp_quests.sql",
    "content": "SET @CGUID   := 659000;\n\nSET @HW      := 115350; -- Horde Warbringer - vanilla\nSET @ABG     := 115351; -- Alliance Brigadier General - vanilla\nSET @HW_TBC  := 215350; -- Horde Warbringer - TBC\nSET @ABG_TBC := 215351; -- Alliance Brigadier General - TBC\n\nDELETE FROM `creature_template` WHERE `entry` IN (@HW, @ABG, @HW_TBC, @ABG_TBC);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`,  \n`type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, \n`ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES \n--\n(@HW,0,0,0,0,0,'Horde Warbringer',NULL,NULL,6598,60,60,2,1074,3,1,1.14286,1,1,18,1,0,1,2000,2000,1,1,1,832,2048,0,0,7,134217728,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,2,'',0),\n(@ABG,0,0,0,0,0,'Alliance Brigadier General',NULL,NULL,6597,60,60,2,534,3,1,1.14286,1,1,18,0,0,2.4,2000,2000,1,1,1,320,2048,0,0,7,134217728,0,0,0,0,0,0,0,'',0,1,10,1,1.4,1,0,0,1,0,2,'',0),\n(@HW_TBC,0,0,0,0,0,'Horde Warbringer',NULL,NULL,6598,60,60,2,1074,3,1,1.14286,1,1,18,1,0,1,2000,2000,1,1,1,832,2048,0,0,7,134217728,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,2,'',0),\n(@ABG_TBC,0,0,0,0,0,'Alliance Brigadier General',NULL,NULL,6597,60,60,2,534,3,1,1.14286,1,1,18,0,0,2.4,2000,2000,1,1,1,320,2048,0,0,7,134217728,0,0,0,0,0,0,0,'',0,1,10,1,1.4,1,0,0,1,0,2,'',0);\n\nDELETE FROM `creature_template_locale` WHERE `entry` IN (@HW, @ABG, @HW_TBC, @ABG_TBC);\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES \n--\n(@HW, 'deDE', 'Kriegshetzer der Horde', '', 18019),\n(@HW, 'esES', 'Belisario de la Horda', '', 18019),\n(@HW, 'esMX', 'Belisario de la Horda', '', 18019),\n(@HW, 'frFR', 'Porteguerre de la Horde', '', 18019),\n(@HW, 'koKR', '호드 전쟁인도자', '', 18019),\n(@HW, 'ruRU', 'Ордынский вестник войны', '', 18019),\n(@HW, 'zhCN', '部落战争使者', '', 18019),\n(@HW, 'zhTW', '部落戰爭使者', '', 18019),\n--\n(@ABG, 'deDE', 'Brigadegeneral der Allianz', '', 18019),\n(@ABG, 'esES', 'General de brigada de la Alianza', '', 18019),\n(@ABG, 'esMX', 'General de brigada de la Alianza', '', 18019),\n(@ABG, 'frFR', 'Général de brigade de l\\'Alliance', '', 18019),\n(@ABG, 'koKR', '얼라이언스 준장', '', 18019),\n(@ABG, 'ruRU', 'Бригадный генерал Альянса', '', 18019),\n(@ABG, 'zhCN', '联盟准将', '', 18019),\n(@ABG, 'zhTW', '聯盟准將', '', 18019),\n--\n(@HW_TBC, 'deDE', 'Kriegshetzer der Horde', '', 18019),\n(@HW_TBC, 'esES', 'Belisario de la Horda', '', 18019),\n(@HW_TBC, 'esMX', 'Belisario de la Horda', '', 18019),\n(@HW_TBC, 'frFR', 'Porteguerre de la Horde', '', 18019),\n(@HW_TBC, 'koKR', '호드 전쟁인도자', '', 18019),\n(@HW_TBC, 'ruRU', 'Ордынский вестник войны', '', 18019),\n(@HW_TBC, 'zhCN', '部落战争使者', '', 18019),\n(@HW_TBC, 'zhTW', '部落戰爭使者', '', 18019),\n--\n(@ABG_TBC, 'deDE', 'Brigadegeneral der Allianz', '', 18019),\n(@ABG_TBC, 'esES', 'General de brigada de la Alianza', '', 18019),\n(@ABG_TBC, 'esMX', 'General de brigada de la Alianza', '', 18019),\n(@ABG_TBC, 'frFR', 'Général de brigade de l\\'Alliance', '', 18019),\n(@ABG_TBC, 'koKR', '얼라이언스 준장', '', 18019),\n(@ABG_TBC, 'ruRU', 'Бригадный генерал Альянса', '', 18019),\n(@ABG_TBC, 'zhCN', '联盟准将', '', 18019),\n(@ABG_TBC, 'zhTW', '聯盟准將', '', 18019);\n\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN (@HW, @HW_TBC);\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(@HW, 0, 0, 0, 1, 0, 0, ''),\n(@HW_TBC, 0, 0, 0, 1, 0, 0, '');\n\nDELETE FROM `creature_equip_template` WHERE `CreatureID` IN (@HW, @HW_TBC);\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES \n(@HW, 1, 13706, 0, 0, 18019),\n(@HW_TBC, 1, 13706, 0, 0, 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN (@HW, @ABG, @HW_TBC, @ABG_TBC);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(@HW, 0, 15387, 1, 1, 12340),\n(@ABG, 0, 27154, 1, 1, 12340),\n(@HW_TBC, 0, 15387, 1, 1, 12340),\n(@ABG_TBC, 0, 27154, 1, 1, 12340);\n\nDELETE FROM `creature` WHERE `id1` IN (@HW, @ABG, @HW_TBC, @ABG_TBC);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+201, @HW, 0, 0, 1, 0, 0, 1, 1, 1, -1381.13, -87.0034, 159.532, 3.14159, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+202, @HW, 0, 0, 1, 0, 0, 1, 1, 1, 1988.5, -4812.28, 56.8494, 1.5708, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+203, @HW, 0, 0, 0, 0, 0, 1, 1, 1, 1251.41, 313.892, -63.6062, 0.139626, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+204, @HW, 0, 0, 0, 0, 0, 1, 1, 1, -832.362, -3512.62, 72.3318, 4.55531, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+205, @HW, 0, 0, 0, 0, 0, 1, 1, 1, 382.498, -983.076, 109.979, 2.82743, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+206, @HW, 0, 0, 1, 0, 0, 1, 1, 1, 1026.33, -2110.51, 123.1, 5.49779, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+211, @ABG, 0, 0, 0, 0, 0, 1, 1, 0, -5049.99, -1270.26, 510.408, 0.0349066, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+212, @ABG, 0, 0, 1, 0, 0, 1, 1, 0, 9994.73, 2324.28, 1330.87, 3.24631, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+213, @ABG, 0, 0, 0, 0, 0, 1, 1, 0, -8441.76, 311.67, 120.969, 1.53589, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+214, @ABG, 0, 0, 0, 0, 0, 1, 1, 0, -1231.22, -2510.21, 23.1758, 4.36332, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+215, @ABG, 0, 0, 0, 0, 0, 1, 1, 0, -36.7805, -316.826, 130.69, 4.7822, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+216, @ABG, 0, 0, 1, 0, 0, 1, 1, 0, 1450.77, -1872.06, 126.998, 0.436332, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+221, @HW_TBC, 0, 0, 1, 0, 0, 1, 1, 1, 1991.28, -4797.15, 56.1305, 2.77507, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+222, @HW_TBC, 0, 0, 1, 0, 0, 1, 1, 1, -1385.16, -91.2934, 159.055, 3.12414, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+223, @HW_TBC, 0, 0, 1, 0, 0, 1, 1, 1, 1663.62, -4196.58, 56.4659, 4.19403, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+224, @HW_TBC, 0, 0, 0, 0, 0, 1, 1, 1, 1316.82, 291.133, -63.6295, 2.04204, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+225, @HW_TBC, 0, 0, 530, 0, 0, 1, 1, 1, -1966.8800, 5260.6201, -38.8442, 4.1024, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+226, @ABG_TBC, 0, 0, 0, 0, 0, 1, 1, 0, -8385.67, 272.605, 120.886, 2.20103, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+227, @ABG_TBC, 0, 0, 0, 0, 0, 1, 1, 0, -5042.4, -1265.32, 510.325, 4.62873, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+228, @ABG_TBC, 0, 0, 0, 0, 0, 1, 1, 0, -8766.67, 408.102, 109.785, 2.22503, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+229, @ABG_TBC, 0, 0, 1, 0, 0, 1, 1, 0, 9994.73, 2324.28, 1330.87, 3.24631, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+230, @ABG_TBC, 0, 0, 530, 0, 0, 1, 1, 0, -1768.1700, 5255.3599, -38.7639, 5.2011, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\n\nDELETE FROM `creature_queststarter` WHERE `id` IN (@HW, @ABG, @HW_TBC, @ABG_TBC);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES \n-- Vanilla (Horde)\n(@HW, 13476),  -- For Great Honor\n(@HW, 13475),  -- For Great Honor (repeatable)\n(@HW, 8369),   -- Invaders of Alterac Valley\n(@HW, 8387),   -- Invaders of Alterac Valley (repeatable)\n(@HW, 8368),   -- lvl10 Battle of Warsong Gulch\n(@HW, 8389),   -- lvl10 Battle of Warsong Gulch (repeatable)\n(@HW, 8426),   -- lvl20 Battle of Warsong Gulch\n(@HW, 8431),   -- lvl20 Battle of Warsong Gulch (repeatable)\n(@HW, 8427),   -- lvl30 Battle of Warsong Gulch\n(@HW, 8432),   -- lvl30 Battle of Warsong Gulch (repeatable)\n(@HW, 8428),   -- lvl40 Battle of Warsong Gulch\n(@HW, 8433),   -- lvl40 Battle of Warsong Gulch (repeatable)\n(@HW, 8429),   -- lvl50 Battle of Warsong Gulch\n(@HW, 8434),   -- lvl50 Battle of Warsong Gulch (repeatable)\n(@HW, 8430),   -- lvl60 Battle of Warsong Gulch\n(@HW, 8435),   -- lvl60 Battle of Warsong Gulch (repeatable)\n(@HW, 8370),   -- lvl20 Conquering Arathi Basin\n(@HW, 8390),   -- lvl20 Conquering Arathi Basin (repeatable)\n(@HW, 8436),   -- lvl30 Conquering Arathi Basin\n(@HW, 8440),   -- lvl30 Conquering Arathi Basin (repeatable)\n(@HW, 8437),   -- lvl40 Conquering Arathi Basin\n(@HW, 8441),   -- lvl40 Conquering Arathi Basin (repeatable)\n(@HW, 8438),   -- lvl50 Conquering Arathi Basin\n(@HW, 8442),   -- lvl50 Conquering Arathi Basin (repeatable)\n(@HW, 8439),   -- lvl60 Conquering Arathi Basin\n(@HW, 8443),   -- lvl60 Conquering Arathi Basin (repeatable)\n-- Vanilla (Alliance)\n(@ABG, 13478), -- Concerted Efforts\n(@ABG, 13477), -- Concerted Efforts (repeatable)\n(@ABG, 8375),  -- Remember Alterac Valley!\n(@ABG, 8383),  -- Remember Alterac Valley! (repeatable)\n(@ABG, 8374),  -- lvl20 Claiming Arathi Basin\n(@ABG, 8384),  -- lvl20 Claiming Arathi Basin (repeatable)\n(@ABG, 8393),  -- lvl30 Claiming Arathi Basin\n(@ABG, 8391),  -- lvl30 Claiming Arathi Basin (repeatable)\n(@ABG, 8394),  -- lvl40 Claiming Arathi Basin\n(@ABG, 8392),  -- lvl40 Claiming Arathi Basin (repeatable)\n(@ABG, 8395),  -- lvl50 Claiming Arathi Basin\n(@ABG, 8397),  -- lvl50 Claiming Arathi Basin (repeatable)\n(@ABG, 8396),  -- lvl60 Claiming Arathi Basin\n(@ABG, 8398),  -- lvl60 Claiming Arathi Basin (repeatable)\n(@ABG, 8372),  -- lvl10 Fight for Warsong Gulch\n(@ABG, 8386),  -- lvl10 Fight for Warsong Gulch (repeatable)\n(@ABG, 8399),  -- lvl20 Fight for Warsong Gulch\n(@ABG, 8404),  -- lvl20 Fight for Warsong Gulch (repeatable)\n(@ABG, 8400),  -- lvl30 Fight for Warsong Gulch\n(@ABG, 8405),  -- lvl30 Fight for Warsong Gulch (repeatable)\n(@ABG, 8401),  -- lvl40 Fight for Warsong Gulch\n(@ABG, 8406),  -- lvl40 Fight for Warsong Gulch (repeatable)\n(@ABG, 8402),  -- lvl50 Fight for Warsong Gulch\n(@ABG, 8407),  -- lvl50 Fight for Warsong Gulch (repeatable)\n(@ABG, 8403),  -- lvl60 Fight for Warsong Gulch\n(@ABG, 8408),  -- lvl60 Fight for Warsong Gulch (repeatable)\n-- TBC (Horde)\n(@HW_TBC, 8367),   -- For Great Honor\n(@HW_TBC, 8388),   -- For Great Honor (repeatable)\n(@HW_TBC, 11339),  -- Call to Arms: Arathi Basin (repeatable)\n(@HW_TBC, 11340),  -- Call to Arms: Alterac Valley (repeatable)\n(@HW_TBC, 11341),  -- Call to Arms: Eye of the Storm (repeatable)\n(@HW_TBC, 11342),  -- Call to Arms: Warsong Gulch (repeatable)\n-- TBC (Alliance)\n(@ABG_TBC, 8371),  -- Concerted Efforts\n(@ABG_TBC, 8385),  -- Concerted Efforts (repeatable)\n(@ABG_TBC, 11335), -- Call to Arms: Arathi Basin (repeatable)\n(@ABG_TBC, 11336), -- Call to Arms: Alterac Valley (repeatable)\n(@ABG_TBC, 11337), -- Call to Arms: Eye of the Storm (repeatable)\n(@ABG_TBC, 11338); -- Call to Arms: Warsong Gulch (repeatable)\n\nDELETE FROM `creature_questender` WHERE `id` IN (@HW, @ABG, @HW_TBC, @ABG_TBC);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES \n--\n(@HW, 13476),  -- For Great Honor\n(@HW, 13475),  -- For Great Honor (repeatable)\n(@HW, 8369),   -- Invaders of Alterac Valley\n(@HW, 8387),   -- Invaders of Alterac Valley (repeatable)\n(@HW, 8368),   -- lvl10 Battle of Warsong Gulch\n(@HW, 8389),   -- lvl10 Battle of Warsong Gulch (repeatable)\n(@HW, 8426),   -- lvl20 Battle of Warsong Gulch\n(@HW, 8431),   -- lvl20 Battle of Warsong Gulch (repeatable)\n(@HW, 8427),   -- lvl30 Battle of Warsong Gulch\n(@HW, 8432),   -- lvl30 Battle of Warsong Gulch (repeatable)\n(@HW, 8428),   -- lvl40 Battle of Warsong Gulch\n(@HW, 8433),   -- lvl40 Battle of Warsong Gulch (repeatable)\n(@HW, 8429),   -- lvl50 Battle of Warsong Gulch\n(@HW, 8434),   -- lvl50 Battle of Warsong Gulch (repeatable)\n(@HW, 8430),   -- lvl60 Battle of Warsong Gulch\n(@HW, 8435),   -- lvl60 Battle of Warsong Gulch (repeatable)\n(@HW, 8370),   -- lvl20 Conquering Arathi Basin\n(@HW, 8390),   -- lvl20 Conquering Arathi Basin (repeatable)\n(@HW, 8436),   -- lvl30 Conquering Arathi Basin\n(@HW, 8440),   -- lvl30 Conquering Arathi Basin (repeatable)\n(@HW, 8437),   -- lvl40 Conquering Arathi Basin\n(@HW, 8441),   -- lvl40 Conquering Arathi Basin (repeatable)\n(@HW, 8438),   -- lvl50 Conquering Arathi Basin\n(@HW, 8442),   -- lvl50 Conquering Arathi Basin (repeatable)\n(@HW, 8439),   -- lvl60 Conquering Arathi Basin\n(@HW, 8443),   -- lvl60 Conquering Arathi Basin (repeatable)\n--\n(@ABG, 13478), -- Concerted Efforts\n(@ABG, 13477), -- Concerted Efforts (repeatable)\n(@ABG, 8375),  -- Remember Alterac Valley!\n(@ABG, 8383),  -- Remember Alterac Valley! (repeatable)\n(@ABG, 8374),  -- lvl20 Claiming Arathi Basin\n(@ABG, 8384),  -- lvl20 Claiming Arathi Basin (repeatable)\n(@ABG, 8393),  -- lvl30 Claiming Arathi Basin\n(@ABG, 8391),  -- lvl30 Claiming Arathi Basin (repeatable)\n(@ABG, 8394),  -- lvl40 Claiming Arathi Basin\n(@ABG, 8392),  -- lvl40 Claiming Arathi Basin (repeatable)\n(@ABG, 8395),  -- lvl50 Claiming Arathi Basin\n(@ABG, 8397),  -- lvl50 Claiming Arathi Basin (repeatable)\n(@ABG, 8396),  -- lvl60 Claiming Arathi Basin\n(@ABG, 8398),  -- lvl60 Claiming Arathi Basin (repeatable)\n(@ABG, 8372),  -- lvl10 Fight for Warsong Gulch\n(@ABG, 8386),  -- lvl10 Fight for Warsong Gulch (repeatable)\n(@ABG, 8399),  -- lvl20 Fight for Warsong Gulch\n(@ABG, 8404),  -- lvl20 Fight for Warsong Gulch (repeatable)\n(@ABG, 8400),  -- lvl30 Fight for Warsong Gulch\n(@ABG, 8405),  -- lvl30 Fight for Warsong Gulch (repeatable)\n(@ABG, 8401),  -- lvl40 Fight for Warsong Gulch\n(@ABG, 8406),  -- lvl40 Fight for Warsong Gulch (repeatable)\n(@ABG, 8402),  -- lvl50 Fight for Warsong Gulch\n(@ABG, 8407),  -- lvl50 Fight for Warsong Gulch (repeatable)\n(@ABG, 8403),  -- lvl60 Fight for Warsong Gulch\n(@ABG, 8408),  -- lvl60 Fight for Warsong Gulch (repeatable)\n--\n(@HW_TBC, 8367),   -- For Great Honor\n(@HW_TBC, 8388),   -- For Great Honor (repeatable)\n(@HW_TBC, 11339),  -- Call to Arms: Arathi Basin (repeatable)\n(@HW_TBC, 11340),  -- Call to Arms: Alterac Valley (repeatable)\n(@HW_TBC, 11341),  -- Call to Arms: Eye of the Storm (repeatable)\n(@HW_TBC, 11342),  -- Call to Arms: Warsong Gulch (repeatable)\n--\n(@ABG_TBC, 8371),  -- Concerted Efforts\n(@ABG_TBC, 8385),  -- Concerted Efforts (repeatable)\n(@ABG_TBC, 11335), -- Call to Arms: Arathi Basin (repeatable)\n(@ABG_TBC, 11336), -- Call to Arms: Alterac Valley (repeatable)\n(@ABG_TBC, 11337), -- Call to Arms: Eye of the Storm (repeatable)\n(@ABG_TBC, 11338); -- Call to Arms: Warsong Gulch (repeatable)\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 27 AND `SourceEntry` IN \n(8368, 8389, 8372, 8386, 8426, 8431, 8399, 8404, 8427, 8432, 8400, 8405, 8428, 8433, 8401, 8406, 8429, 8434, 8402, 8407, 8403, 8408, 8430, 8435, -- WSG\n 8370, 8390, 8374, 8384, 8436, 8440, 8393, 8391, 8437, 8441, 8394, 8392, 8438, 8442, 8395, 8397, 8439, 8443, 8396, 8398); -- AB\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n-- WSG quests\n(19, 0, 8368, 0, 1, 27, 0, 10, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 10'),\n(19, 0, 8368, 0, 1, 27, 0, 19, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 19'),\n(19, 0, 8389, 0, 1, 27, 0, 10, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 10'),\n(19, 0, 8389, 0, 1, 27, 0, 19, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 19'),\n(19, 0, 8372, 0, 1, 27, 0, 10, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 10'),\n(19, 0, 8372, 0, 1, 27, 0, 19, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 19'),\n(19, 0, 8386, 0, 1, 27, 0, 10, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 10'),\n(19, 0, 8386, 0, 1, 27, 0, 19, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 19'),\n--\n(19, 0, 8426, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8426, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n(19, 0, 8431, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8431, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n(19, 0, 8399, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8399, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n(19, 0, 8404, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8404, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n--\n(19, 0, 8427, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8427, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n(19, 0, 8432, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8432, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n(19, 0, 8400, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8400, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n(19, 0, 8405, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8405, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n--\n(19, 0, 8428, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8428, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n(19, 0, 8433, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8433, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n(19, 0, 8401, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8401, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n(19, 0, 8406, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8406, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n--\n(19, 0, 8429, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8429, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n(19, 0, 8434, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8434, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n(19, 0, 8402, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8402, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n(19, 0, 8407, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8407, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n--\n(19, 0, 8403, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n(19, 0, 8408, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n(19, 0, 8430, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n(19, 0, 8435, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n\n-- AB quests\n(19, 0, 8370, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8370, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n(19, 0, 8390, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8390, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n(19, 0, 8374, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8374, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n(19, 0, 8384, 0, 1, 27, 0, 20, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 20'),\n(19, 0, 8384, 0, 1, 27, 0, 29, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 29'),\n--\n(19, 0, 8436, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8436, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n(19, 0, 8440, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8440, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n(19, 0, 8393, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8393, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n(19, 0, 8391, 0, 1, 27, 0, 30, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 30'),\n(19, 0, 8391, 0, 1, 27, 0, 39, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 39'),\n--\n(19, 0, 8437, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8437, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n(19, 0, 8441, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8441, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n(19, 0, 8394, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8394, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n(19, 0, 8392, 0, 1, 27, 0, 40, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 40'),\n(19, 0, 8392, 0, 1, 27, 0, 49, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 49'),\n--\n(19, 0, 8438, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8438, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n(19, 0, 8442, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8442, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n(19, 0, 8395, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8395, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n(19, 0, 8397, 0, 1, 27, 0, 50, 3, 0, 0, 0, 0, '', 'level must be higher or equal to 50'),\n(19, 0, 8397, 0, 1, 27, 0, 59, 4, 0, 0, 0, 0, '', 'level must be lower or equal to 59'),\n--\n(19, 0, 8439, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n(19, 0, 8443, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n(19, 0, 8396, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60'),\n(19, 0, 8398, 0, 0, 27, 0, 60, 0, 0, 0, 0, 0, '', 'level must be equal to 60');\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk'   WHERE `guid` IN (6505, 16472, 26901, 32075, 119054, 202720); -- Horde Warbringer\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk'   WHERE `guid` IN (14740, 40534, 49852, 86263, 88247, 202732); -- Alliance Brigadier General\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_pre_tbc' WHERE `guid` BETWEEN @CGUID+201 AND @CGUID+216;\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_pvp' WHERE `guid` BETWEEN @CGUID+221 AND @CGUID+230; -- only visible during tbc\n\nUPDATE `quest_template` SET `QuestType` = 0 WHERE `ID` IN (8385, 8388, 13475, 13477); -- repeatable quests, enabled and auto complete\nUPDATE `quest_template` SET `QuestType` = 2 WHERE `ID` IN \n(8367, 8368, 8369, 8370, 8371, 8372, 8374, 8375, 8393, 8394, 8395, 8396, 8399, 8400, 8401, 8402, 8403, 8426, 8427, 8428, 8429, 8430, 8436, 8437, 8438, 8439, 13476, 13478); -- enable quests\n\nUPDATE `quest_template` SET `MinLevel` = 61 WHERE `ID` IN (11335, 11336, 11337, 11338, 11339, 11340, 11341, 11342);\n\n-- For Great Honor / Concerted Efforts, Vanilla\nUPDATE `quest_template` SET `RewardMoney` = 49900, `RewardHonor` = 2388 WHERE `ID` IN (13476, 13478); -- first time completion\nUPDATE `quest_template` SET `RewardMoney` = 0, `RewardHonor` = 2388 WHERE `ID` IN (13475, 13477); -- repeatable\nUPDATE `quest_template` SET `RewardFactionID1` = 729, `RewardFactionID2` = 510, `RewardFactionID3` = 889 WHERE `ID` IN (13475, 13476); -- For Great Honor\nUPDATE `quest_template` SET `RewardFactionID1` = 730, `RewardFactionID2` = 509, `RewardFactionID3` = 890 WHERE `ID` IN (13477, 13478); -- Concerted Efforts\nUPDATE `quest_template` SET `RewardFactionOverride1` = 20000, `RewardFactionOverride2` = 15000, `RewardFactionOverride3` = 15000 WHERE `ID` IN (13476, 13478); -- first time completion\nUPDATE `quest_template` SET `RewardFactionOverride1` = 15000, `RewardFactionOverride2` = 10000, `RewardFactionOverride3` = 10000 WHERE `ID` IN (13475, 13477); -- repeatable\n\n-- For Great Honor / Concerted Efforts,TBC\nUPDATE `quest_template` SET `RewardMoney` = 119900, `RewardHonor` = 629 WHERE `ID` IN (8367, 8371); -- first time completion\nUPDATE `quest_template` SET `RewardMoney` = 0, `RewardHonor` = 629 WHERE `ID` IN (8385, 8388); -- repeatable\n\nUPDATE `quest_template` SET `RewardArenaPoints` = 0, `RewardKillHonor` = 0  WHERE `ID` IN \n(8367, 8388, 11339, 11340, 11341, 11342,  -- horde\n 8371, 8385, 11335, 11336, 11337, 11338); -- alliance\n \nUPDATE `quest_template` SET `RewardXPDifficulty` = 3, `RewardMoney` = 74000  WHERE `ID` IN \n(8367, 11339, 11340, 11341, 11342,  -- horde\n 8371, 11335, 11336, 11337, 11338); -- alliance\n\nUPDATE `quest_template` SET `RewardItem1` = 20559, `RewardAmount1` = 3 WHERE `ID` IN (11335, 11339); -- Call to Arms: Arathi Basin (repeatable)\nUPDATE `quest_template` SET `RewardItem1` = 20560, `RewardAmount1` = 3 WHERE `ID` IN (11336, 11340); -- Call to Arms: Alterac Valley (repeatable)\nUPDATE `quest_template` SET `RewardItem1` = 29024, `RewardAmount1` = 3 WHERE `ID` IN (11337, 11341); -- Call to Arms: Eye of the Storm (repeatable)\nUPDATE `quest_template` SET `RewardItem1` = 20558, `RewardAmount1` = 3 WHERE `ID` IN (11338, 11342); -- Call to Arms: Warsong Gulch (repeatable)\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 13476, `SpecialFlags` = 1 WHERE `ID` = 13475;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 13478, `SpecialFlags` = 1 WHERE `ID` = 13477;\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (8369, 8375); -- set AV quests to not repeatable\n\nUPDATE quest_template_addon SET `ExclusiveGroup` = 0 WHERE `id` IN \n(8368, 8370, 8372, 8374, 8384, 8386, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, \n8405, 8406, 8407, 8408, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443);\n\nDELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN \n(8367, 8371, 8384, 8385, 8386, 8388, 8389, 8390, 8391, 8392, 8397, 8398, \n8404, 8405, 8406, 8407, 8408, 8431, 8432, 8433, 8434, 8435, 8440, 8441, 8442, 8443, \n11335, 11336, 11337, 11338, 11339, 11340, 11341, 11342, 13475, 13476, 13477, 13478);\n\n-- connect Call to Arms quests to events (doesn't work yet)\nDELETE FROM `game_event_creature_quest` WHERE `eventEntry` IN (18, 19, 20, 21) AND `quest` IN (11335, 11337, 11338, 11340);\nINSERT INTO `game_event_creature_quest` (`eventEntry`, `id`, `quest`) VALUES \n--\n(18, @HW_TBC,  11340), -- Call to Arms: Alterac Valley\n(18, @ABG_TBC, 11340),\n(19, @HW_TBC,  11338), -- Call to Arms: Warsong Gulch\n(19, @ABG_TBC, 11338),\n(20, @HW_TBC,  11335), -- Call to Arms: Arathi Basin\n(20, @ABG_TBC, 11335),\n(21, @HW_TBC,  11337), -- Call to Arms: Eye of the Storm\n(21, @ABG_TBC, 11337);\n\nDELETE FROM `game_event_seasonal_questrelation` WHERE `questId` IN (11335, 11337, 11338, 11340);\nINSERT INTO `game_event_seasonal_questrelation` (`questId`, `eventEntry`) VALUES \n(11340, 18),\n(11338, 19),\n(11335, 20),\n(11337, 21);\n\n-- change unused WotLK version of 'For Great Honor' and 'Concerted Efforts' into missing vanilla version\nUPDATE `quest_template` SET `MinLevel` = 51, `RewardKillHonor` = 0,\n`RequiredItemId1` = 20558, `RequiredItemId2` = 20559, `RequiredItemId3` = 20560, `RequiredItemId4` = 0, `RequiredItemId5` = 0, `RequiredItemId6` = 0,\n`RequiredItemCount1` = 3, `RequiredItemCount2` = 3, `RequiredItemCount3` = 3, `RequiredItemCount4` = 0, `RequiredItemCount5` = 0, `RequiredItemCount6` = 0 WHERE `ID` IN (13475, 13476, 13477, 13478);\n\nUPDATE `quest_template` SET \n`LogDescription` = 'Bring 3 Alterac Valley Marks of Honor, 3 Arathi Basin Marks of Honor and 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.' WHERE `ID` = 13476;\nUPDATE `quest_template` SET \n`LogDescription` = 'Bring 3 Alterac Valley Mark of Honor, 3 Arathi Basin Mark of Honor and 3 Warsong Gulch Mark of Honor to an Alliance Brigadier General outside the battlegrounds.' WHERE `ID` = 13478;\n\n"
  },
  {
    "path": "data/sql/world/base/pvp_vendors.sql",
    "content": "-- Orgrimmar\nSET @Stonehide  := 112793;\nSET @Zarg       := 112794;\nSET @Hola       := 112795;\nSET @Bork       := 112796;\n-- Stormwind\nSET @Rachel     := 112778;\nSET @Biggins    := 112781;\nSET @Karter     := 112783;\nSET @Clate      := 112785;\n-- Arena\nSET @Vixton     := 120278;\nSET @Krixel     := 123396;\nSET @Leeni      := 124392;\nSET @Evee       := 125177;\nSET @Ecton      := 125178;\nSET @Dirge      := 126393;\n\nDELETE FROM `creature_template` WHERE `entry` IN (@Stonehide, @Zarg, @Hola, @Bork, @Rachel, @Biggins, @Karter, @Clate, @Vixton, @Krixel, @Leeni, @Evee, @Ecton, @Dirge);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(@Stonehide,0,0,0,0,0,'Brave Stonehide','Officer Accessories Quartermaster',NULL,0,55,55,0,125,128,1,1.14286,1,1,18,0,0,2.9,2000,2000,1,1,1,256,2048,0,0,7,4096,0,0,0,0,0,0,0,'',0,1,2,1,1,1,0,0,1,0,0,'npc_ipp_pre_tbc',0),\n(@Zarg,0,0,0,0,0,'Stone Guard Zarg','Food and Drink',NULL,0,55,55,0,125,130,1,1.14286,1,1,18,0,0,1.05,2000,1606,1,1,1,768,2048,0,0,7,4096,0,0,0,0,0,0,0,'',0,1,2,1,1,1,0,0,1,0,0,'npc_ipp_pre_tbc',0),\n(@Hola,0,0,0,0,0,'First Sergeant Hola\\'mahi','Reagent Vendor',NULL,0,55,55,0,125,130,1,1.14286,1,1,18,0,0,1.2,2000,1551,1,1,1,768,2048,0,0,7,4096,0,0,0,0,0,0,0,'',1,1,2,1,1,1,0,0,1,0,0,'npc_ipp_pre_tbc',0),\n(@Bork,0,0,0,0,0,'Raider Bork','Mount Quartermaster',NULL,0,55,55,0,1074,128,1,1.14286,1,1,18,0,0,1.05,2000,1606,1,1,1,768,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,2,1,1,1,0,0,1,0,0,'npc_ipp_pre_tbc',0),\n--\n(@Rachel,0,0,0,0,0,'Lieutenant Rachel Vaccar',NULL,NULL,0,55,55,1,123,0,1,1.14286,1,1,18,0,0,1.05,2000,2000,1,1,1,33536,2048,0,0,7,4096,0,0,0,0,0,0,0,'',0,1,2,1,2.6,1,0,0,1,0,0,'',0),\n(@Biggins,0,0,0,0,0,'Master Sergeant Biggins','Officer Accessories Quartermaster',NULL,0,55,55,0,1078,128,1,1.14286,1,1,18,0,0,1.05,2000,2000,1,1,1,768,2048,0,0,7,4096,0,0,0,0,0,0,0,'',0,1,2,1,2.6,1,0,0,1,0,0,'',0),\n(@Karter,0,0,0,0,0,'Lieutenant Karter','Mount Vendor',NULL,0,55,55,0,1078,128,1,1.14286,1,1,18,0,0,1.05,2000,2000,1,1,1,768,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,2,1,2.6,1,0,0,1,0,0,'',0),\n(@Clate,0,0,0,0,0,'Sergeant Major Clate','Food and Drink',NULL,0,55,55,0,123,4224,1,1.14286,1,1,18,0,0,2.15,2000,2000,1,1,1,768,2048,0,0,7,4096,0,0,0,0,0,0,0,'',0,1,2,1,2.6,1,0,0,1,0,0,'',0),\n--\n(@Vixton,0,0,0,0,0,'Vixton Pinchwhistle','Arena Vendor',NULL,8124,60,60,1,35,129,1,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,512,2048,0,0,7,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,1,0,2,'',0),\n(@Krixel,0,0,0,0,0,'Krixel Pinchwhistle','Arena Vendor',NULL,8710,70,70,1,35,129,1.1,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,512,2048,0,0,7,134217728,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,2,'',0),\n(@Leeni,0,0,0,0,0,'Leeni \"Smiley\" Smalls','Arena Vendor',NULL,0,70,70,1,35,128,1.5,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,512,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,2,'',0),\n(@Evee,0,0,0,0,0,'Evee Copperspring','Arena Vendor',NULL,0,70,70,2,35,128,1.1,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,514,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,0,'',0),\n(@Ecton,0,0,0,0,0,'Ecton Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,128,1.05,1.14286,1,1,20,0,0,1,2000,2000,1,1,1,512,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,2,'',0),\n(@Dirge,0,0,0,0,0,'Captain Dirgehammer','Armor Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,1,18,0,0,2.2,2000,2000,1,1,1,0,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,2,1,1.65,1,0,0,1,0,0,'',0);\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN (@Bork, @Biggins, @Karter, @Clate, @Vixton, @Dirge, @Rachel);\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(@Bork, 0, 0, 0, 0, 0, 0, NULL),\n(@Biggins, 0, 0, 0, 1, 0, 0, NULL),\n(@Karter, 0, 0, 0, 0, 0, 0, NULL),\n(@Clate, 0, 0, 0, 0, 0, 0, NULL),\n(@Vixton, 0, 0, 0, 1, 0, 0, NULL),\n(@Dirge, 0, 0, 0, 1, 0, 0, NULL),\n(@Rachel, 0, 0, 0, 0, 0, 0, '5301');\n\nDELETE FROM `creature_equip_template` WHERE `CreatureID` IN (@Bork, @Biggins, @Clate, @Dirge, @Hola, @Rachel, @Stonehide, @Zarg);\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES \n(@Bork, 1, 10611, 0, 0, 18019),\n(@Biggins, 1, 12744, 0, 0, 18019),\n(@Clate, 1, 5288, 0, 0, 18019),\n(@Dirge, 1, 5305, 1984, 0, 18019),\n(@Hola, 1, 12786, 0, 0, 18019),\n(@Rachel, 1, 10613, 143, 0, 18019),\n(@Stonehide, 1, 6680, 0, 0, 18019),\n(@Zarg, 1, 21580, 0, 0, 18019);\n\nDELETE FROM `creature_template_locale` WHERE `entry` IN (@Stonehide, @Zarg, @Hola, @Bork, @Rachel, @Biggins, @Karter, @Clate, @Vixton, @Krixel, @Leeni, @Evee, @Ecton, @Dirge);\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES\n--\n(@Stonehide, 'deDE', 'Kriegerheldin Steinfell', 'Rüstmeisterin für Zubehör', 18019),\n(@Stonehide, 'esES', 'Valiente Piel Pétrea', 'Intendente de accesorios', 18019),\n(@Stonehide, 'esMX', 'Valiente Piel Pétrea', 'Intendente de accesorios', 18019),\n(@Stonehide, 'frFR', 'Brave Cuir-de-Pierre', 'Intendante des accessoires', 18019),\n(@Stonehide, 'koKR', '용사 스톤하이드', '보급품 병참장교', 18019),\n(@Stonehide, 'ruRU', 'Храбрец Каменная Шкура', 'Начальник снабжения аксессуарами', 18019),\n(@Stonehide, 'zhCN', '卫兵布莱恩·石皮', '杂货军需官', 18019),\n(@Stonehide, 'zhTW', '勇者石皮', '雜貨軍需官', 18019),\n--\n(@Zarg, 'deDE', 'Steingardist Zarg', 'Speis & Trank', 18019),\n(@Zarg, 'esES', 'Guardia de piedra Zarg', 'Alimentos y bebidas', 18019),\n(@Zarg, 'esMX', 'Guardia de piedra Zarg', 'Alimentos y bebidas', 18019),\n(@Zarg, 'frFR', 'Garde de pierre Zarg', 'Nourriture & boissons', 18019),\n(@Zarg, 'koKR', '투사 자르그', '식료품 상인', 18019),\n(@Zarg, 'ruRU', 'Каменный страж Зарг', 'Еда и напитки', 18019),\n(@Zarg, 'zhCN', '石头守卫扎尔格', '食物和饮料', 18019),\n(@Zarg, 'zhTW', '石衛士札爾格', '食物和飲料', 18019),\n--\n(@Hola, 'deDE', 'Stabsfeldwebel Hola\\'mahi', 'Reagenzien', 18019),\n(@Hola, 'esES', 'Gran capataz Hola\\'mahi', 'Componentes', 18019),\n(@Hola, 'esMX', 'Gran capataz Hola\\'mahi', 'Componentes', 18019),\n(@Hola, 'frFR', 'Sergent Hola\\'mahi', 'Composants', 18019),\n(@Hola, 'koKR', '선임하사 홀라마히', '마법 재료 상인', 18019),\n(@Hola, 'ruRU', 'Первый сержант Хола\\'махи', 'Реагенты', 18019),\n(@Hola, 'zhCN', '一等军士长霍拉麦', '材料商', 18019),\n(@Hola, 'zhTW', '一等士官霍拉麥', '施法材料', 18019),\n--\n(@Bork, 'deDE', 'Räuber Bork', 'Rüstmeister für Kriegsreittiere', 18019),\n(@Bork, 'esES', 'Asaltante Bork', 'Intendente de monturas de guerra', 18019),\n(@Bork, 'esMX', 'Asaltante Bork', 'Intendente de monturas de guerra', 18019),\n(@Bork, 'frFR', 'Ecumeur Bork', 'Intendant des montures de guerre', 18019),\n(@Bork, 'koKR', '공격대원 보르크', '전투 탈것 병참장교', 18019),\n(@Bork, 'ruRU', 'Налетчик Борк', 'Начальник снабжения верховыми животными', 18019),\n(@Bork, 'zhCN', '狼骑兵波尔克', '战争坐骑军需官', 18019),\n(@Bork, 'zhTW', '狼騎兵波爾克', '戰爭坐騎軍需官', 18019),\n--\n(@Rachel, 'deDE', 'Leutnant Rachel Vaccar', NULL, 18019),\n(@Rachel, 'esES', 'Teniente Rachel Vaccar', NULL, 18019),\n(@Rachel, 'esMX', 'Teniente Rachel Vaccar', NULL, 18019),\n(@Rachel, 'frFR', 'Lieutenant Rachel Vaccar', NULL, 18019),\n(@Rachel, 'koKR', '부관 레이첼 바카르', NULL, 18019),\n(@Rachel, 'ruRU', 'Лейтенант Рашель Ваккар', NULL, 18019),\n(@Rachel, 'zhCN', '拉切尔·瓦卡', NULL, 18019),\n(@Rachel, 'zhTW', '拉切爾·瓦卡中尉', NULL, 18019),\n--\n(@Biggins, 'deDE', 'Hauptfeldwebel Biggins', 'Rüstmeister für Zubehör', 18019),\n(@Biggins, 'esES', 'Sargento primero Biggins', 'Intendente de accesorios', 18019),\n(@Biggins, 'esMX', 'Sargento primero Biggins', 'Intendente de accesorios', 18019),\n(@Biggins, 'frFR', 'Sergent-chef Socquet', 'Intendant des accessoires', 18019),\n(@Biggins, 'koKR', '정예근위병 비긴스', '보급품 병참장교', 18019),\n(@Biggins, 'ruRU', 'Старший сержант Биггинс', 'Начальник снабжения аксессуарами', 18019),\n(@Biggins, 'zhCN', '军士长贝金斯', '杂货军需官', 18019),\n(@Biggins, 'zhTW', '上士貝金斯', '雜貨軍需官', 18019),\n--\n(@Karter, 'deDE', 'Leutnant Karter','Rüstmeisterin für Kriegsreittiere', 18019),\n(@Karter, 'esES', 'Teniente Karter','Intendente de monturas de guerra', 18019),\n(@Karter, 'esMX', 'Teniente Karter','Intendente de monturas de guerra', 18019),\n(@Karter, 'frFR', 'Lieutenant Karter','Intendante des montures de guerre', 18019),\n(@Karter, 'koKR', '부관 칼터','전투 탈것 병참장교', 18019),\n(@Karter, 'ruRU', 'Лейтенант Картер','Начальник снабжения верховыми животными', 18019),\n(@Karter, 'zhCN', '卡特尔中尉','战争坐骑军需官', 18019),\n(@Karter, 'zhTW', '卡特爾中尉','戰爭軍需官', 18019),\n--\n(@Clate, 'deDE', 'Stabsfeldwebel Clate', 'Speis & Trank', 18019),\n(@Clate, 'esES', 'Alférez Clate', 'Alimentos y bebidas', 18019),\n(@Clate, 'esMX', 'Alférez Clate', 'Alimentos y bebidas', 18019),\n(@Clate, 'frFR', 'Sergent-major Clate', 'Nourriture & boissons', 18019),\n(@Clate, 'koKR', '선임하사 클레이트', '식료품 상인', 18019),\n(@Clate, 'ruRU', 'Старший сержант Клейт', 'Еда и напитки', 18019),\n(@Clate, 'zhCN', '克莱特军士长', '食物和饮料', 18019),\n(@Clate, 'zhTW', '士官長克萊特', '食物和飲料', 18019),\n--\n(@Vixton, 'deDE', 'Vixton Quetschpfeife', 'Überholte Arenarüstungen', 18019),\n(@Vixton, 'esES', 'Vixton Silbapellizco', 'Armadura de arena de legado', 18019),\n(@Vixton, 'esMX', 'Vixton Silbapellizco', 'Armadura de arena de legado', 18019),\n(@Vixton, 'frFR', 'Vixton Sifflepince', 'Armures d’arène historiques', 18019),\n(@Vixton, 'koKR', '빅스톤 핀치휘슬', '옛날 투기장 방어구 상인', 18019),\n(@Vixton, 'ruRU', 'Викстон Паросвист', 'Старинная экипировка арены', 18019),\n(@Vixton, 'zhCN', '维克斯顿', '传承竞技场护甲', 18019),\n(@Vixton, 'zhTW', '維斯頓·急嘯', '傳承競技場護甲', 18019),\n--\n(@Krixel, 'deDE', 'Krixel Quetschpfeife', 'Arenaverkäufer', 18019),\n(@Krixel, 'esES', 'Krixel Silbapellizco', 'Vendedor de arena', 18019),\n(@Krixel, 'esMX', 'Krixel Silbapellizco', 'Vendedor de arena', 18019),\n(@Krixel, 'frFR', 'Krixel Sifflepince', 'Vendeur de l\\'arène', 18019),\n(@Krixel, 'koKR', '크릭셀 핀치휘슬', '2시즌 투기장 상인', 18019),\n(@Krixel, 'ruRU', 'Криксель Паросвист', 'Продавец экипировки арены', 18019),\n(@Krixel, 'zhCN', '克里希·宾奇维斯', '竞技场商人', 18019),\n(@Krixel, 'zhTW', '奎克索·急嘯', '競技場商人', 18019),\n--\n(@Leeni, 'deDE', 'Leeni \"Kicher\" Erbse', 'Arenaverkäuferin', 18019),\n(@Leeni, 'esES', 'Leeni \"Sonrisa\" Menuda', 'Vendedora de arena', 18019),\n(@Leeni, 'esMX', 'Leeni \"Sonrisa\" Menuda', 'Vendedora de arena', 18019),\n(@Leeni, 'frFR', 'Leeni « Sourire » Smalls', 'Vendeuse de l\\'arène', 18019),\n(@Leeni, 'koKR', '\"상냥한\" 리니 스몰스', '3시즌 투기장 상인', 18019),\n(@Leeni, 'ruRU', 'Крошка Линни \"Улыбайка\"', 'Продавец экипировки арены', 18019),\n(@Leeni, 'zhCN', '雷尼·“招牌微笑”·斯莫', '竞技场商人', 18019),\n(@Leeni, 'zhTW', '利尼『微笑』斯莫斯', '競技場商人', 18019),\n--\n(@Evee, 'deDE', 'Evee Kupferspule', 'Arenaverkäuferin', 18019),\n(@Evee, 'esES', 'Evee Muellecobre', 'Vendedora de arena', 18019),\n(@Evee, 'esMX', 'Evee Muellecobre', 'Vendedora de arena', 18019),\n(@Evee, 'frFR', 'Evee Cuivressort', 'Vendeuse de l\\'arène', 18019),\n(@Evee, 'koKR', '에비 코퍼스프링', '투기장 상인', 18019),\n(@Evee, 'ruRU', 'Иви Медипрыг', 'Продавец экипировки арены', 18019),\n(@Evee, 'zhCN', '伊维·考伯斯宾', '竞技场商人', 18019),\n(@Evee, 'zhTW', '伊薇·銅簧', '競技場商人', 18019),\n--\n(@Ecton, 'deDE', 'Ecton Messingkipper', 'Arenaverkäufer', 18019),\n(@Ecton, 'esES', 'Ecton Cabriolatón', 'Vendedor de arena', 18019),\n(@Ecton, 'esMX', 'Ecton Cabriolatón', 'Vendedor de arena', 18019),\n(@Ecton, 'frFR', 'Ecton Briquedouille', 'Vendeur de l\\'arène', 18019),\n(@Ecton, 'koKR', '엑튼 브라스텀블러', '투기장 상인', 18019),\n(@Ecton, 'ruRU', 'Эктон Меднотумблер', 'Продавец экипировки арены', 18019),\n(@Ecton, 'zhCN', '埃克顿·布拉斯塔', '竞技场商人', 18019),\n(@Ecton, 'zhTW', '艾克頓·銅杯', '競技場商人', 18019),\n--\n(@Dirge, 'deDE', 'Hauptmann Klagehammer', 'Rüstmeister für Rüstungen', 18019),\n(@Dirge, 'esES', 'Capitán Martillo de Endecha', 'Intendente de armaduras', 18019),\n(@Dirge, 'esMX', 'Capitán Martillo de Endecha', 'Intendente de armaduras', 18019),\n(@Dirge, 'frFR', 'Capitaine Mornemartel', 'Intendant des armures', 18019),\n(@Dirge, 'koKR', '대장 더지해머', '방어구 병참장교', 18019),\n(@Dirge, 'ruRU', 'Капитан Сокрушающий Молот', 'Начальник снабжения доспехами', 18019),\n(@Dirge, 'zhCN', '迪格汉默上尉', '护甲军需官', 18019),\n(@Dirge, 'zhTW', '戴格哈默上尉', '護甲軍需官', 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN (@Stonehide, @Zarg, @Hola, @Bork, @Rachel, @Biggins, @Karter, @Clate, @Vixton, @Krixel, @Leeni, @Evee, @Ecton, @Dirge);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES\n--\n(@Stonehide, 0, 12675, 1, 1, 0),\n(@Zarg, 0, 12676, 1, 1, 0),\n(@Hola, 0, 12677, 1, 1, 0),\n(@Bork, 0, 12678, 1, 1, 0),\n--\n(@Rachel, 0, 9811, 1, 1, 0),\n(@Biggins, 0, 12669, 1, 1, 0),\n(@Karter, 0, 12922, 1, 1, 0),\n(@Clate, 0, 12925, 1, 1, 0),\n--\n(@Vixton, 0, 18290, 1, 1, 0),\n(@Krixel, 0, 21462, 1, 1, 0),\n(@Leeni, 0, 22393, 1, 1, 0),\n(@Evee, 0, 22438, 1, 1, 0),\n(@Ecton, 0, 22399, 1, 1, 0),\n(@Dirge, 0, 12917, 1, 1, 0);\n\n\n/* ORGRIMMAR */\n\n-- Brave Stonehide <Officer Accessories Quartermaster> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = @Stonehide;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(@Stonehide, 15199, 1006), (@Stonehide, 18607, 386), (@Stonehide, 18839, 2354), (@Stonehide, 18841, 2354);\n\n-- Brave Stonehide <Officer Accessories Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12793;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(12793, 15197, 1007), (12793, 15199, 1006), (12793, 15200, 838),  (12793, 16335, 491),  (12793, 16341, 986),  (12793, 16486, 492),  (12793, 16497, 492),  (12793, 16532, 492), \n(12793, 18427, 1050), (12793, 18428, 930),  (12793, 18429, 492),  (12793, 18430, 931),  (12793, 18432, 931),  (12793, 18434, 492),  (12793, 18435, 931),  (12793, 18436, 931), \n(12793, 18437, 931),  (12793, 18461, 774),  (12793, 18607, 386),  (12793, 18834, 634),  (12793, 18839, 460),  (12793, 18841, 460),  (12793, 18845, 634),  (12793, 18846, 634), \n(12793, 18849, 634),  (12793, 18850, 634),  (12793, 18851, 634),  (12793, 18852, 634),  (12793, 18853, 634),  (12793, 24551, 125),  (12793, 28118, 95),   (12793, 28119, 95), \n(12793, 28120, 95),   (12793, 28123, 99),   (12793, 28239, 2404), (12793, 28240, 2404), (12793, 28241, 2404), (12793, 28242, 2404), (12793, 28243, 2404), (12793, 28244, 125), \n(12793, 28245, 125),  (12793, 28246, 129),  (12793, 28247, 129),  (12793, 28362, 95),   (12793, 28363, 99),   (12793, 28377, 165),  (12793, 28378, 165),  (12793, 28379, 165), \n(12793, 28380, 165),  (12793, 29592, 634),  (12793, 30343, 2404), (12793, 30344, 2404), (12793, 30345, 2404), (12793, 30346, 2404), (12793, 31838, 1648), (12793, 31839, 1649), \n(12793, 31840, 1648), (12793, 31841, 1649), (12793, 31852, 1652), (12793, 31853, 1653), (12793, 31854, 1652), (12793, 31855, 1653), (12793, 32453, 1564), (12793, 32455, 460);\n\n-- Stone Guard Zarg <Food and Drink>, Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = @Zarg; \nINSERT INTO `npc_vendor` (`entry`, `item`) VALUES\n(@Zarg, 117),  (@Zarg, 159),  (@Zarg, 1179), (@Zarg, 1205), (@Zarg, 1645), (@Zarg, 1708), (@Zarg, 2287), (@Zarg, 2593), (@Zarg, 2594), (@Zarg, 2595), (@Zarg, 2596), (@Zarg, 2723),\n(@Zarg, 3770), (@Zarg, 3771), (@Zarg, 4536), (@Zarg, 4537), (@Zarg, 4538), (@Zarg, 4539), (@Zarg, 4540), (@Zarg, 4541), (@Zarg, 4542), (@Zarg, 4544), (@Zarg, 4599), (@Zarg, 4601),\n(@Zarg, 4602), (@Zarg, 4604), (@Zarg, 4605), (@Zarg, 4606), (@Zarg, 4607), (@Zarg, 4608), (@Zarg, 8766), (@Zarg, 8948), (@Zarg, 8950), (@Zarg, 8952), (@Zarg, 8953);\n\n-- Stone Guard Zarg <Weapons Quartermaster>, TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12794;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12794, 16345, 2291), (12794, 18826, 2291), (12794, 18828, 2291), (12794, 18831, 2257), (12794, 18835, 2291), (12794, 18837, 2291), (12794, 18840, 2291), \n(12794, 18844, 2291), (12794, 18848, 2291), (12794, 18860, 2291), (12794, 18866, 2291), (12794, 18868, 2257), (12794, 18871, 2257), (12794, 18874, 2257), \n(12794, 18877, 2257), (12794, 23464, 2291), (12794, 23465, 2257), (12794, 23466, 2291), (12794, 23467, 2291), (12794, 23468, 2291), (12794, 23469, 2291);\n\n-- First Sergeant Hola'mahi <Reagent Vendor> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = @Hola; \nINSERT INTO `npc_vendor` (`entry`, `item`) VALUES\n(@Hola, 5565),  (@Hola, 16583), (@Hola, 17020), (@Hola, 17021), (@Hola, 17026), (@Hola, 17028), (@Hola, 17029), (@Hola, 17030),\n(@Hola, 17031), (@Hola, 17032), (@Hola, 17033), (@Hola, 17034), (@Hola, 17035), (@Hola, 17036), (@Hola, 17037), (@Hola, 17038);\n\n-- First Sergeant Hola'mahi <Armor Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12795;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(12795, 16533, 464), (12795, 16534, 542), (12795, 16535, 463), (12795, 16536, 465), (12795, 16539, 465), (12795, 16540, 541), (12795, 16541, 463), (12795, 16542, 464), (12795, 16543, 542), (12795, 16544, 465), \n(12795, 16545, 465), (12795, 16548, 541), (12795, 16549, 463), (12795, 16550, 464), (12795, 16551, 465), (12795, 16552, 542), (12795, 16554, 465), (12795, 16555, 541), (12795, 16558, 465), (12795, 16560, 541), \n(12795, 16561, 464), (12795, 16562, 465), (12795, 16563, 463), (12795, 16564, 542), (12795, 16565, 463), (12795, 16566, 464), (12795, 16567, 542), (12795, 16568, 465), (12795, 16569, 465), (12795, 16571, 541), \n(12795, 16573, 465), (12795, 16574, 541), (12795, 16577, 463), (12795, 16578, 464), (12795, 16579, 542), (12795, 16580, 465), (12795, 17586, 465), (12795, 17588, 541), (12795, 17590, 465), (12795, 17591, 464), \n(12795, 17592, 463), (12795, 17593, 542), (12795, 17618, 465), (12795, 17620, 541), (12795, 17622, 465), (12795, 17623, 464), (12795, 17624, 463), (12795, 17625, 542), (12795, 22843, 427), (12795, 22852, 427), \n(12795, 22855, 427), (12795, 22856, 427), (12795, 22857, 427), (12795, 22858, 427), (12795, 22859, 427), (12795, 22860, 427), (12795, 22862, 428), (12795, 22863, 428), (12795, 22864, 428), (12795, 22865, 428), \n(12795, 22867, 428), (12795, 22868, 428), (12795, 22869, 428), (12795, 22870, 428), (12795, 22872, 652), (12795, 22873, 653), (12795, 22874, 652), (12795, 22875, 653), (12795, 22876, 652), (12795, 22877, 652), \n(12795, 22878, 653), (12795, 22879, 652), (12795, 22880, 653), (12795, 22881, 653), (12795, 22882, 653), (12795, 22883, 653), (12795, 22884, 652), (12795, 22885, 652), (12795, 22886, 652), (12795, 22887, 653), \n(12795, 23243, 427), (12795, 23244, 444), (12795, 23251, 444), (12795, 23252, 427), (12795, 23253, 444), (12795, 23254, 427), (12795, 23255, 444), (12795, 23256, 427), (12795, 23257, 444), (12795, 23258, 427), \n(12795, 23259, 444), (12795, 23260, 427), (12795, 23261, 444), (12795, 23262, 427), (12795, 23263, 444), (12795, 23264, 427), (12795, 29600, 428), (12795, 29601, 427), (12795, 29602, 652), (12795, 29603, 653), \n(12795, 29604, 444), (12795, 29605, 427), (12795, 29612, 465), (12795, 29613, 541), (12795, 29614, 542), (12795, 29615, 463), (12795, 29616, 464), (12795, 29617, 465);\n\n-- Raider Bork <Mount Quartermaster>\nDELETE FROM `npc_vendor` WHERE `entry`= 12796;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12796, 18245, 423), (12796, 18246, 423), (12796, 18247, 423), (12796, 18248, 423), (12796, 34129, 423);\n\nDELETE FROM `npc_vendor` WHERE `entry`= @Bork;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(@Bork, 18245, 423), (@Bork, 18246, 423), (@Bork, 18247, 423), (@Bork, 18248, 423);\n\n-- Sergeant Kien <Armor Quartermaster> - TBC Season 2\nDELETE FROM `npc_vendor` WHERE `entry` = 23447;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(23447, 28805, 2259), (23447, 28806, 2261), (23447, 28807, 2263), (23447, 28808, 2265), (23447, 28809, 2267), (23447, 28811, 2261), (23447, 28812, 2263), (23447, 28813, 2265), \n(23447, 28814, 2267), (23447, 28815, 2259), (23447, 28817, 2261), (23447, 28818, 2263), (23447, 28819, 2265), (23447, 28820, 2267), (23447, 28821, 2259), (23447, 28831, 2259), \n(23447, 28832, 2261), (23447, 28833, 2263), (23447, 28834, 2265), (23447, 28835, 2267), (23447, 28836, 2261), (23447, 28837, 2263), (23447, 28838, 2265), (23447, 28839, 2267),\n(23447, 28840, 2259), (23447, 28841, 2259), (23447, 28842, 2261), (23447, 28843, 2263), (23447, 28844, 2265), (23447, 28845, 2267), (23447, 28846, 2259), (23447, 28847, 2261), \n(23447, 28848, 2263), (23447, 28849, 2265), (23447, 28850, 2267), (23447, 28851, 2259), (23447, 28852, 2261), (23447, 28853, 2263), (23447, 28854, 2265), (23447, 28855, 2267), \n(23447, 28856, 2261), (23447, 28857, 2263), (23447, 28858, 2265), (23447, 28859, 2267), (23447, 28860, 2259), (23447, 28861, 2259), (23447, 28862, 2261), (23447, 28863, 2263), \n(23447, 28864, 2265), (23447, 28865, 2267), (23447, 28866, 2267), (23447, 28867, 2263), (23447, 28868, 2261), (23447, 28869, 2259), (23447, 28870, 2265), (23447, 28871, 2261), \n(23447, 28872, 2263), (23447, 28873, 2265), (23447, 28874, 2267), (23447, 28875, 2259), (23447, 31584, 2261), (23447, 31585, 2263), (23447, 31586, 2265), (23447, 31587, 2267), \n(23447, 31588, 2259), (23447, 31621, 2261), (23447, 31626, 2263), (23447, 31627, 2265), (23447, 31628, 2267), (23447, 31629, 2259), (23447, 31635, 2259), (23447, 31636, 2261),\n(23447, 31637, 2263), (23447, 31638, 2265), (23447, 31639, 2267), (23447, 31646, 2259), (23447, 31647, 2261), (23447, 31648, 2263), (23447, 31649, 2265), (23447, 31650, 2267),\n--\n(23447, 32785, 1911), (23447, 32786, 1911), (23447, 32787, 1911), (23447, 32788, 1911), (23447, 32789, 1911), (23447, 32790, 1911), (23447, 32791, 1911), (23447, 32792, 1911), (23447, 32793, 1911), \n(23447, 32794, 1911), (23447, 32795, 1911), (23447, 32796, 1911), (23447, 32797, 1923), (23447, 32798, 1923), (23447, 32799, 1923), (23447, 32800, 1923), (23447, 32801, 1923), (23447, 32802, 1923), \n(23447, 32803, 1923), (23447, 32804, 1923), (23447, 32805, 1923), (23447, 32806, 1923), (23447, 32807, 1923), (23447, 32808, 1923), (23447, 32809, 1935), (23447, 32810, 1935), (23447, 32811, 1935), \n(23447, 32812, 1935), (23447, 32813, 1935), (23447, 32814, 1935), (23447, 32816, 1935), (23447, 32817, 1935), (23447, 32818, 1935), (23447, 32819, 1935), (23447, 32820, 1935), (23447, 32821, 1935), \n(23447, 32979, 1923), (23447, 32980, 1935), (23447, 32981, 1911), (23447, 32988, 1923), (23447, 32989, 1935), (23447, 32990, 1911), (23447, 32997, 1935), (23447, 32998, 1923), (23447, 32999, 1911), \n(23447, 33056, 129),  (23447, 33057, 129),  (23447, 33064, 129),  (23447, 33065, 127),  (23447, 33066, 127),  (23447, 33067, 127),  (23447, 33068, 127);\n\n-- Sergeant Thunderhorn <Weapons Quartermaster> - vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = 14581;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(14581, 16345, 2291), (14581, 18826, 2291), (14581, 18828, 2291), (14581, 18831, 2257), (14581, 18835, 2291), (14581, 18837, 2291), (14581, 18840, 2291), \n(14581, 18844, 2291), (14581, 18848, 2291), (14581, 18860, 2291), (14581, 18866, 2291), (14581, 18868, 2257), (14581, 18871, 2257), (14581, 18874, 2257), \n(14581, 18877, 2257), (14581, 23464, 2291), (14581, 23465, 2257), (14581, 23466, 2291), (14581, 23467, 2291), (14581, 23468, 2291), (14581, 23469, 2291);\n\n-- Sergeant Thunderhorn <Weapons Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 26396;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(26396, 28293, 2237), (26396, 28917, 2237), (26396, 28918, 2237), (26396, 28919, 2237), (26396, 28920, 2239), (26396, 28921, 2240), (26396, 28922, 2240), \n(26396, 28923, 2237), (26396, 28924, 2240), (26396, 28925, 2239), (26396, 28926, 2240), (26396, 28928, 2239), (26396, 28929, 2240), (26396, 28930, 2240), \n(26396, 28931, 2238), (26396, 28933, 2237), (26396, 28935, 2237), (26396, 28937, 2239), (26396, 28938, 2242), (26396, 28939, 2242);\n\n-- Lady Palanseer <Armor Quartermaster> - vanilla\nDELETE FROM `npc_vendor` WHERE `entry`= 12792;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n-- boot 427, gloves 428, helm 444, pants 653, chest 652, shoulders 427\n(12792, 16485, 427), (12792, 16487, 428), (12792, 16489, 444), (12792, 16490, 653), (12792, 16491, 652), (12792, 16492, 427), -- mages, pre naxx\n(12792, 16494, 427), (12792, 16496, 428), (12792, 16501, 427), (12792, 16502, 653), (12792, 16503, 444), (12792, 16504, 652), -- druid, pre naxx\n(12792, 16498, 427), (12792, 16499, 428), (12792, 16505, 652), (12792, 16506, 444), (12792, 16507, 427), (12792, 16508, 653), -- rogue, pre naxx\n(12792, 16509, 427), (12792, 16510, 428), (12792, 16513, 652), (12792, 16514, 444), (12792, 16515, 653), (12792, 16516, 427), -- warrior, pre naxx\n(12792, 16518, 427), (12792, 16519, 428), (12792, 16521, 444), (12792, 16522, 652), (12792, 16523, 653), (12792, 16524, 427), -- shaman, pre naxx\n(12792, 16525, 652), (12792, 16526, 444), (12792, 16527, 653), (12792, 16528, 427), (12792, 16530, 428), (12792, 16531, 427), -- hunter, pre naxx\n(12792, 17570, 444), (12792, 17571, 653), (12792, 17572, 652), (12792, 17573, 427), (12792, 17576, 427), (12792, 17577, 428), -- warlock, pre naxx\n(12792, 17610, 444), (12792, 17611, 653), (12792, 17612, 652), (12792, 17613, 427), (12792, 17616, 427), (12792, 17617, 428), -- priest, pre naxx\n--\n(12792, 16533, 464), (12792, 16534, 542), (12792, 16535, 463), (12792, 16536, 465), (12792, 16539, 465), (12792, 16540, 541), (12792, 16541, 463), \n(12792, 16542, 464), (12792, 16543, 542), (12792, 16544, 465), (12792, 16545, 465), (12792, 16548, 541), (12792, 16549, 463), (12792, 16550, 464), \n(12792, 16551, 465), (12792, 16552, 542), (12792, 16554, 465), (12792, 16555, 541), (12792, 16558, 465), (12792, 16560, 541), (12792, 16561, 464), \n(12792, 16562, 465), (12792, 16563, 463), (12792, 16564, 542), (12792, 16565, 463), (12792, 16566, 464), (12792, 16567, 542), (12792, 16568, 465), \n(12792, 16569, 465), (12792, 16571, 541), (12792, 16573, 465), (12792, 16574, 541), (12792, 16577, 463), (12792, 16578, 464), (12792, 16579, 542), \n(12792, 16580, 465), (12792, 17586, 465), (12792, 17588, 541), (12792, 17590, 465), (12792, 17591, 464), (12792, 17592, 463), (12792, 17593, 542), \n(12792, 17618, 465), (12792, 17620, 541), (12792, 17622, 465), (12792, 17623, 464), (12792, 17624, 463), (12792, 17625, 542), (12792, 22843, 427), \n(12792, 22852, 427), (12792, 22855, 427), (12792, 22856, 427), (12792, 22857, 427), (12792, 22858, 427), (12792, 22859, 427), (12792, 22860, 427), \n(12792, 22862, 428), (12792, 22863, 428), (12792, 22864, 428), (12792, 22865, 428), (12792, 22867, 428), (12792, 22868, 428), (12792, 22869, 428),\n(12792, 22870, 428), (12792, 22872, 652), (12792, 22873, 653), (12792, 22874, 652), (12792, 22875, 653), (12792, 22876, 652), (12792, 22877, 652), \n(12792, 22878, 653), (12792, 22879, 652), (12792, 22880, 653), (12792, 22881, 653), (12792, 22882, 653), (12792, 22883, 653), (12792, 22884, 652), \n(12792, 22885, 652), (12792, 22886, 652), (12792, 22887, 653), (12792, 23243, 427), (12792, 23244, 444), (12792, 23251, 444), (12792, 23252, 427), \n(12792, 23253, 444), (12792, 23254, 427), (12792, 23255, 444), (12792, 23256, 427), (12792, 23257, 444), (12792, 23258, 427), (12792, 23259, 444), \n(12792, 23260, 427), (12792, 23261, 444), (12792, 23262, 427), (12792, 23263, 444), (12792, 23264, 427), (12792, 29600, 428), (12792, 29601, 427), \n(12792, 29602, 652), (12792, 29603, 653), (12792, 29604, 444), (12792, 29605, 427), (12792, 29612, 465), (12792, 29613, 541), (12792, 29614, 542), \n(12792, 29615, 463), (12792, 29616, 464), (12792, 29617, 465);\n\n-- Lady Palanseer <Armor Quartermaster> - TBC Season 1\nDELETE FROM `npc_vendor` WHERE `entry`= 26397;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(26397, 28805, 2259), (26397, 28806, 2261), (26397, 28807, 2263), (26397, 28808, 2265), (26397, 28809, 2267), (26397, 28811, 2261), (26397, 28812, 2263), (26397, 28813, 2265), \n(26397, 28814, 2267), (26397, 28815, 2259), (26397, 28817, 2261), (26397, 28818, 2263), (26397, 28819, 2265), (26397, 28820, 2267), (26397, 28821, 2259), (26397, 28831, 2259), \n(26397, 28832, 2261), (26397, 28833, 2263), (26397, 28834, 2265), (26397, 28835, 2267), (26397, 28836, 2261), (26397, 28837, 2263), (26397, 28838, 2265), (26397, 28839, 2267),\n(26397, 28840, 2259), (26397, 28841, 2259), (26397, 28842, 2261), (26397, 28843, 2263), (26397, 28844, 2265), (26397, 28845, 2267), (26397, 28846, 2259), (26397, 28847, 2261), \n(26397, 28848, 2263), (26397, 28849, 2265), (26397, 28850, 2267), (26397, 28851, 2259), (26397, 28852, 2261), (26397, 28853, 2263), (26397, 28854, 2265), (26397, 28855, 2267), \n(26397, 28856, 2261), (26397, 28857, 2263), (26397, 28858, 2265), (26397, 28859, 2267), (26397, 28860, 2259), (26397, 28861, 2259), (26397, 28862, 2261), (26397, 28863, 2263), \n(26397, 28864, 2265), (26397, 28865, 2267), (26397, 28866, 2267), (26397, 28867, 2263), (26397, 28868, 2261), (26397, 28869, 2259), (26397, 28870, 2265), (26397, 28871, 2261), \n(26397, 28872, 2263), (26397, 28873, 2265), (26397, 28874, 2267), (26397, 28875, 2259), (26397, 31584, 2261), (26397, 31585, 2263), (26397, 31586, 2265), (26397, 31587, 2267), \n(26397, 31588, 2259), (26397, 31621, 2261), (26397, 31626, 2263), (26397, 31627, 2265), (26397, 31628, 2267), (26397, 31629, 2259), (26397, 31635, 2259), (26397, 31636, 2261),\n(26397, 31637, 2263), (26397, 31638, 2265), (26397, 31639, 2267), (26397, 31646, 2259), (26397, 31647, 2261), (26397, 31648, 2263), (26397, 31649, 2265), (26397, 31650, 2267),\n--\n(26397, 28383, 1911), (26397, 28402, 1911), (26397, 28410, 1911), (26397, 28422, 1911), (26397, 28444, 1911), -- boots\n(26397, 28447, 1911), (26397, 28449, 1911), (26397, 28630, 1911), (26397, 28640, 1911), (26397, 28642, 1911),\n(26397, 28645, 1911), (26397, 31595, 1911), (26397, 32975, 1911), (26397, 32984, 1911), (26397, 32993, 1911),\n--\n(26397, 28385, 1923), (26397, 28404, 1923), (26397, 28409, 1923), (26397, 28423, 1923), (26397, 28443, 1923), -- belt\n(26397, 28446, 1923), (26397, 28450, 1923), (26397, 28629, 1923), (26397, 28639, 1923), (26397, 28641, 1923),\n(26397, 28644, 1923), (26397, 31594, 1923), (26397, 32974, 1923), (26397, 32982, 1923), (26397, 32992, 1923),\n--\n(26397, 28381, 1935), (26397, 28405, 1935), (26397, 28411, 1935), (26397, 28424, 1935), (26397, 28445, 1935), -- bracers\n(26397, 28448, 1935), (26397, 28451, 1935), (26397, 28605, 1935), (26397, 28638, 1935), (26397, 28643, 1935),\n(26397, 28646, 1935), (26397, 31598, 1935), (26397, 32973, 1935), (26397, 32983, 1935), (26397, 32991, 1935);\n\n-- Lady Palanseer <Armor Quartermaster> - TBC Season 3\nDELETE FROM `npc_vendor` WHERE `entry`= 34039;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(34039, 28805, 2259), (34039, 28806, 2261), (34039, 28807, 2263), (34039, 28808, 2265), (34039, 28809, 2267), (34039, 28811, 2261), (34039, 28812, 2263), (34039, 28813, 2265), \n(34039, 28814, 2267), (34039, 28815, 2259), (34039, 28817, 2261), (34039, 28818, 2263), (34039, 28819, 2265), (34039, 28820, 2267), (34039, 28821, 2259), (34039, 28831, 2259), \n(34039, 28832, 2261), (34039, 28833, 2263), (34039, 28834, 2265), (34039, 28835, 2267), (34039, 28836, 2261), (34039, 28837, 2263), (34039, 28838, 2265), (34039, 28839, 2267),\n(34039, 28840, 2259), (34039, 28841, 2259), (34039, 28842, 2261), (34039, 28843, 2263), (34039, 28844, 2265), (34039, 28845, 2267), (34039, 28846, 2259), (34039, 28847, 2261), \n(34039, 28848, 2263), (34039, 28849, 2265), (34039, 28850, 2267), (34039, 28851, 2259), (34039, 28852, 2261), (34039, 28853, 2263), (34039, 28854, 2265), (34039, 28855, 2267), \n(34039, 28856, 2261), (34039, 28857, 2263), (34039, 28858, 2265), (34039, 28859, 2267), (34039, 28860, 2259), (34039, 28861, 2259), (34039, 28862, 2261), (34039, 28863, 2263), \n(34039, 28864, 2265), (34039, 28865, 2267), (34039, 28866, 2267), (34039, 28867, 2263), (34039, 28868, 2261), (34039, 28869, 2259), (34039, 28870, 2265), (34039, 28871, 2261), \n(34039, 28872, 2263), (34039, 28873, 2265), (34039, 28874, 2267), (34039, 28875, 2259), (34039, 31584, 2261), (34039, 31585, 2263), (34039, 31586, 2265), (34039, 31587, 2267), \n(34039, 31588, 2259), (34039, 31621, 2261), (34039, 31626, 2263), (34039, 31627, 2265), (34039, 31628, 2267), (34039, 31629, 2259), (34039, 31635, 2259), (34039, 31636, 2261),\n(34039, 31637, 2263), (34039, 31638, 2265), (34039, 31639, 2267), (34039, 31646, 2259), (34039, 31647, 2261), (34039, 31648, 2263), (34039, 31649, 2265), (34039, 31650, 2267),\n--\n(34039, 33812, 1911), (34039, 33878, 1911), (34039, 33880, 1911), (34039, 33884, 1911), (34039, 33886, 1911), -- boots\n(34039, 33890, 1911), (34039, 33892, 1911), (34039, 33896, 1911), (34039, 33899, 1911), (34039, 33902, 1911),\n(34039, 33905, 1911), (34039, 33908, 1911), (34039, 33911, 1911), (34039, 33914, 1911), (34039, 33916, 1911),\n--\n(34039, 33811, 1923), (34039, 33877, 1923), (34039, 33879, 1923), (34039, 33882, 1923), (34039, 33885, 1923), -- belt\n(34039, 33888, 1923), (34039, 33891, 1923), (34039, 33895, 1923), (34039, 33898, 1923), (34039, 33900, 1923),\n(34039, 33903, 1923), (34039, 33907, 1923), (34039, 33909, 1923), (34039, 33912, 1923), (34039, 33915, 1923),\n--\n(34039, 33813, 1935), (34039, 33876, 1935), (34039, 33881, 1935), (34039, 33883, 1935), (34039, 33887, 1935), -- bracers\n(34039, 33889, 1935), (34039, 33893, 1935), (34039, 33894, 1935), (34039, 33897, 1935), (34039, 33901, 1935),\n(34039, 33904, 1935), (34039, 33906, 1935), (34039, 33910, 1935), (34039, 33913, 1935), (34039, 33917, 1935),\n--\n(34039, 33853, 129), (34039, 33918, 129), (34039, 33919, 129), (34039, 35320, 129), -- ring\n(34039, 33920, 127), (34039, 33921, 127), (34039, 33922, 127), (34039, 33923, 127), (34039, 35317, 127), (34039, 35319, 127); -- neck\n\n-- Lady Palanseer <Armor Quartermaster> - TBC Season 4\nDELETE FROM `npc_vendor` WHERE `entry`= 34040;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(34040, 28805, 2259), (34040, 28806, 2261), (34040, 28807, 2263), (34040, 28808, 2265), (34040, 28809, 2267), (34040, 28811, 2261), (34040, 28812, 2263), (34040, 28813, 2265), \n(34040, 28814, 2267), (34040, 28815, 2259), (34040, 28817, 2261), (34040, 28818, 2263), (34040, 28819, 2265), (34040, 28820, 2267), (34040, 28821, 2259), (34040, 28831, 2259), \n(34040, 28832, 2261), (34040, 28833, 2263), (34040, 28834, 2265), (34040, 28835, 2267), (34040, 28836, 2261), (34040, 28837, 2263), (34040, 28838, 2265), (34040, 28839, 2267),\n(34040, 28840, 2259), (34040, 28841, 2259), (34040, 28842, 2261), (34040, 28843, 2263), (34040, 28844, 2265), (34040, 28845, 2267), (34040, 28846, 2259), (34040, 28847, 2261), \n(34040, 28848, 2263), (34040, 28849, 2265), (34040, 28850, 2267), (34040, 28851, 2259), (34040, 28852, 2261), (34040, 28853, 2263), (34040, 28854, 2265), (34040, 28855, 2267), \n(34040, 28856, 2261), (34040, 28857, 2263), (34040, 28858, 2265), (34040, 28859, 2267), (34040, 28860, 2259), (34040, 28861, 2259), (34040, 28862, 2261), (34040, 28863, 2263), \n(34040, 28864, 2265), (34040, 28865, 2267), (34040, 28866, 2267), (34040, 28867, 2263), (34040, 28868, 2261), (34040, 28869, 2259), (34040, 28870, 2265), (34040, 28871, 2261), \n(34040, 28872, 2263), (34040, 28873, 2265), (34040, 28874, 2267), (34040, 28875, 2259), (34040, 31584, 2261), (34040, 31585, 2263), (34040, 31586, 2265), (34040, 31587, 2267), \n(34040, 31588, 2259), (34040, 31621, 2261), (34040, 31626, 2263), (34040, 31627, 2265), (34040, 31628, 2267), (34040, 31629, 2259), (34040, 31635, 2259), (34040, 31636, 2261),\n(34040, 31637, 2263), (34040, 31638, 2265), (34040, 31639, 2267), (34040, 31646, 2259), (34040, 31647, 2261), (34040, 31648, 2263), (34040, 31649, 2265), (34040, 31650, 2267),\n--\n(34040, 35136, 1911), (34040, 35137, 1911), (34040, 35138, 1911), (34040, 35139, 1911), (34040, 35140, 1911), -- boots\n(34040, 35141, 1911), (34040, 35142, 1911), (34040, 35143, 1911), (34040, 35144, 1911), (34040, 35145, 1911),\n(34040, 35146, 1911), (34040, 35147, 1911), (34040, 35148, 1911), (34040, 35149, 1911), (34040, 35150, 1911),\n--\n(34040, 35151, 1923), (34040, 35152, 1923), (34040, 35153, 1923), (34040, 35154, 1923), (34040, 35155, 1923), -- belt\n(34040, 35156, 1923), (34040, 35157, 1923), (34040, 35158, 1923), (34040, 35159, 1923), (34040, 35160, 1923),\n(34040, 35161, 1923), (34040, 35162, 1923), (34040, 35163, 1923), (34040, 35164, 1923), (34040, 35165, 1923),\n--\n(34040, 35166, 1935), (34040, 35167, 1935), (34040, 35168, 1935), (34040, 35169, 1935), (34040, 35170, 1935), -- bracers\n(34040, 35171, 1935), (34040, 35172, 1935), (34040, 35173, 1935), (34040, 35174, 1935), (34040, 35175, 1935),\n(34040, 35176, 1935), (34040, 35177, 1935), (34040, 35178, 1935), (34040, 35179, 1935), (34040, 35180, 1935),\n--\n(34040, 35129, 129), (34040, 35130, 129), (34040, 35131, 129), (34040, 37927, 129), -- ring\n(34040, 35132, 127), (34040, 35133, 127), (34040, 35134, 127), (34040, 35135, 127), (34040, 37928, 127), (34040, 37929, 127); -- neck\n\n\n/* STORMWIND */\n\n-- Master Sergeant Biggins <Officer Accessories Quartermaster> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = @Biggins;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(@Biggins, 15198, 1006), (@Biggins, 18606, 386), (@Biggins, 18839, 2354), (@Biggins, 18841, 2354);\n\n-- Master Sergeant Biggins <Officer Accessories Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12781;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12781, 15196, 1007), (12781, 15198, 1006), (12781, 16342, 774),  (12781, 18440, 1050), (12781, 18441, 986),  (12781, 18442, 838),  (12781, 18443, 491),  (12781, 18444, 930),  (12781, 18445, 492), \n(12781, 18447, 931),  (12781, 18448, 492),  (12781, 18449, 931),  (12781, 18452, 492),  (12781, 18453, 931),  (12781, 18454, 492),  (12781, 18455, 931),  (12781, 18456, 492),  (12781, 18457, 931), \n(12781, 18606, 386),  (12781, 18839, 460),  (12781, 18841, 460),  (12781, 18854, 634),  (12781, 18856, 634),  (12781, 18857, 634),  (12781, 18858, 634),  (12781, 18859, 634),  (12781, 18862, 634), \n(12781, 18863, 634),  (12781, 18864, 634),  (12781, 25829, 125),  (12781, 28118, 95),   (12781, 28119, 95),   (12781, 28120, 95),   (12781, 28123, 99),   (12781, 28234, 2404), (12781, 28235, 2404),\n(12781, 28236, 2404), (12781, 28237, 2404), (12781, 28238, 2404), (12781, 28244, 125),  (12781, 28245, 125),  (12781, 28246, 129),  (12781, 28247, 129),  (12781, 28362, 95),   (12781, 28363, 99), \n(12781, 28379, 165),  (12781, 28380, 165),  (12781, 29593, 634),  (12781, 30348, 2404), (12781, 30349, 2404), (12781, 30350, 2404), (12781, 30351, 2404), (12781, 31838, 1648), (12781, 31839, 1649),\n(12781, 31840, 1648), (12781, 31841, 1649), (12781, 31852, 1652), (12781, 31853, 1653), (12781, 31854, 1652), (12781, 31855, 1653), (12781, 32453, 1564), (12781, 32455, 460);\n\n-- Officer Areyn <Accessories Quartermaster>\nDELETE FROM `npc_vendor` WHERE `entry` = 12805;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(12805, 18445, 492), (12805, 18447, 931), (12805, 18448, 492), (12805, 18449, 931),  (12805, 18454, 492),  (12805, 18455, 931), (12805, 18456, 492), (12805, 18457, 931), \n(12805, 18664, 0),   (12805, 18854, 634), (12805, 18856, 634), (12805, 18858, 634),  (12805, 18859, 634),  (12805, 18862, 634), (12805, 18863, 634), (12805, 18864, 634), \n(12805, 18442, 838), (12805, 18444, 930), (12805, 18443, 491), (12805, 15196, 1007), (12805, 18440, 1050), (12805, 18441, 986), (12805, 16342, 774); \n\n-- Lieutenant Karter <War Mount Quartermaster> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = @Karter;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(@Karter, 18241, 423), (@Karter, 18242, 423), (@Karter, 18243, 423), (@Karter, 18244, 423);\n\n-- Lieutenant Karter <War Mount Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12783;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12783, 18241, 423), (12783, 18242, 423), (12783, 18243, 423), (12783, 18244, 423), (12783, 35906, 423);\n\n-- Lieutenant Jackspring <Weapons Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12784;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12784, 12584, 565), (12784, 18825, 565), (12784, 18827, 565), (12784, 18830, 131), (12784, 18833, 567), (12784, 18836, 567), (12784, 18838, 565),\n(12784, 18843, 565), (12784, 18847, 565), (12784, 18855, 567), (12784, 18865, 565), (12784, 18867, 131), (12784, 18869, 131), (12784, 18873, 131),\n(12784, 18876, 131), (12784, 23451, 565), (12784, 23452, 567), (12784, 23453, 567), (12784, 23454, 565), (12784, 23455, 131), (12784, 23456, 565);\n\n-- Sergeant Major Clate <Food and Drink> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` = @Clate;\nINSERT INTO `npc_vendor` (`entry`, `item`) VALUES \n(@Clate, 117),  (@Clate, 159),  (@Clate, 1179), (@Clate, 1205), (@Clate, 1645), (@Clate, 1708), (@Clate, 2287), (@Clate, 2593), (@Clate, 2594),\n(@Clate, 2595), (@Clate, 2596), (@Clate, 2723), (@Clate, 3770), (@Clate, 3771), (@Clate, 4536), (@Clate, 4537), (@Clate, 4538), (@Clate, 4539), \n(@Clate, 4540), (@Clate, 4541), (@Clate, 4542), (@Clate, 4544), (@Clate, 4599), (@Clate, 4601), (@Clate, 4602), (@Clate, 4604), (@Clate, 4605), \n(@Clate, 4606), (@Clate, 4607), (@Clate, 4608), (@Clate, 8766), (@Clate, 8948), (@Clate, 8950), (@Clate, 8952), (@Clate, 8953);\n\n-- Sergeant Major Clate <Armor Quartermaster> - TBC \nDELETE FROM `npc_vendor` WHERE `entry` = 12785;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12785, 16437, 465), (12785, 16440, 541), (12785, 16441, 464), (12785, 16442, 542), (12785, 16443, 463), (12785, 16444, 465), (12785, 16446, 465), (12785, 16448, 541), (12785, 16449, 465),\n(12785, 16450, 542), (12785, 16451, 464), (12785, 16452, 463), (12785, 16453, 463), (12785, 16454, 541), (12785, 16455, 464), (12785, 16456, 542), (12785, 16457, 465), (12785, 16459, 465),\n(12785, 16462, 465), (12785, 16463, 541), (12785, 16465, 464), (12785, 16466, 463), (12785, 16467, 542), (12785, 16468, 465), (12785, 16471, 541), (12785, 16472, 465), (12785, 16473, 463),\n(12785, 16474, 464), (12785, 16475, 542), (12785, 16476, 465), (12785, 16477, 463), (12785, 16478, 464), (12785, 16479, 542), (12785, 16480, 465), (12785, 16483, 465), (12785, 16484, 541),\n(12785, 17578, 464), (12785, 17579, 542), (12785, 17580, 465), (12785, 17581, 463), (12785, 17583, 465), (12785, 17584, 541), (12785, 17602, 464), (12785, 17603, 542), (12785, 17604, 465),\n(12785, 17605, 463), (12785, 17607, 465), (12785, 17608, 541), (12785, 23272, 652), (12785, 23273, 653), (12785, 23274, 428), (12785, 23275, 427), (12785, 23276, 444), (12785, 23277, 427),\n(12785, 23278, 427), (12785, 23279, 428), (12785, 23280, 428), (12785, 23281, 427), (12785, 23282, 428), (12785, 23283, 427), (12785, 23284, 428), (12785, 23285, 427), (12785, 23286, 428),\n(12785, 23287, 427), (12785, 23288, 428), (12785, 23289, 427), (12785, 23290, 428), (12785, 23291, 427), (12785, 23292, 652), (12785, 23293, 653), (12785, 23294, 652), (12785, 23295, 653),\n(12785, 23296, 653), (12785, 23297, 652), (12785, 23298, 652), (12785, 23299, 653), (12785, 23300, 652), (12785, 23301, 653), (12785, 23302, 653), (12785, 23303, 652), (12785, 23304, 653),\n(12785, 23305, 652), (12785, 23306, 444), (12785, 23307, 427), (12785, 23308, 444), (12785, 23309, 427), (12785, 23310, 444), (12785, 23311, 427), (12785, 23312, 444), (12785, 23313, 427),\n(12785, 23314, 444), (12785, 23315, 427), (12785, 23316, 444), (12785, 23317, 427), (12785, 23318, 444), (12785, 23319, 427), (12785, 29594, 427), (12785, 29595, 428), (12785, 29596, 652),\n(12785, 29597, 653), (12785, 29598, 444), (12785, 29599, 427), (12785, 29606, 465), (12785, 29607, 541), (12785, 29608, 542), (12785, 29609, 463), (12785, 29610, 464), (12785, 29611, 465);\n\n-- Lieutenant Tristia <Armor Quartermaster> - TBC Season 2\nDELETE FROM `npc_vendor` WHERE `entry` = 23446;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(23446, 28613, 2259), (23446, 28614, 2261), (23446, 28615, 2263), (23446, 28616, 2265), (23446, 28617, 2267), (23446, 28618, 2261), (23446, 28619, 2263), (23446, 28620, 2265), (23446, 28622, 2267), \n(23446, 28623, 2259), (23446, 28624, 2261), (23446, 28625, 2263), (23446, 28626, 2265), (23446, 28627, 2267), (23446, 28628, 2259), (23446, 28679, 2259), (23446, 28680, 2261), (23446, 28681, 2263),\n(23446, 28683, 2267), (23446, 28684, 2261), (23446, 28685, 2263), (23446, 28686, 2265), (23446, 28687, 2267), (23446, 28688, 2259), (23446, 28689, 2259), (23446, 28690, 2261), (23446, 28691, 2263), \n(23446, 28692, 2265), (23446, 28693, 2267), (23446, 28694, 2259), (23446, 28695, 2261), (23446, 28696, 2263), (23446, 28697, 2265), (23446, 28698, 2267), (23446, 28699, 2259), (23446, 28700, 2261),\n(23446, 28701, 2263), (23446, 28702, 2265), (23446, 28703, 2267), (23446, 28704, 2261), (23446, 28705, 2263), (23446, 28706, 2265), (23446, 28707, 2267), (23446, 28708, 2259), (23446, 28709, 2259), \n(23446, 28710, 2261), (23446, 28711, 2263), (23446, 28712, 2265), (23446, 28713, 2267), (23446, 28714, 2267), (23446, 28715, 2263), (23446, 28716, 2261), (23446, 28717, 2259), (23446, 28718, 2265),\n(23446, 28719, 2261), (23446, 28720, 2263), (23446, 28721, 2265), (23446, 28722, 2267), (23446, 28723, 2259), (23446, 28724, 2265), (23446, 31589, 2261), (23446, 31590, 2263), (23446, 31591, 2265), \n(23446, 31592, 2267), (23446, 31593, 2259), (23446, 31620, 2261), (23446, 31622, 2263), (23446, 31623, 2265), (23446, 31624, 2267), (23446, 31625, 2259), (23446, 31630, 2259), (23446, 31631, 2261),\n(23446, 31632, 2263), (23446, 31633, 2265), (23446, 31634, 2267), (23446, 31640, 2259), (23446, 31641, 2261), (23446, 31642, 2263), (23446, 31643, 2265), (23446, 31644, 2267),\n--\n(23446, 32785, 1911), (23446, 32786, 1911), (23446, 32787, 1911), (23446, 32788, 1911), (23446, 32789, 1911), (23446, 32790, 1911), (23446, 32791, 1911), (23446, 32792, 1911), (23446, 32793, 1911), \n(23446, 32794, 1911), (23446, 32795, 1911), (23446, 32796, 1911), (23446, 32797, 1923), (23446, 32798, 1923), (23446, 32799, 1923), (23446, 32800, 1923), (23446, 32801, 1923), (23446, 32802, 1923), \n(23446, 32803, 1923), (23446, 32804, 1923), (23446, 32805, 1923), (23446, 32806, 1923), (23446, 32807, 1923), (23446, 32808, 1923), (23446, 32809, 1935), (23446, 32810, 1935), (23446, 32811, 1935), \n(23446, 32812, 1935), (23446, 32813, 1935), (23446, 32814, 1935), (23446, 32816, 1935), (23446, 32817, 1935), (23446, 32818, 1935), (23446, 32819, 1935), (23446, 32820, 1935), (23446, 32821, 1935), \n(23446, 32979, 1923), (23446, 32980, 1935), (23446, 32981, 1911), (23446, 32988, 1923), (23446, 32989, 1935), (23446, 32990, 1911), (23446, 32997, 1935), (23446, 32998, 1923), (23446, 32999, 1911), \n(23446, 33056, 129), (23446, 33057, 129), (23446, 33064, 129), (23446, 33065, 127), (23446, 33066, 127), (23446, 33067, 127), (23446, 33068, 127);\n\n-- Captain O'Neal <Weapons Quartermaster> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` IN (12782, 26394);\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(26394, 12584, 2291), (26394, 18825, 2291), (26394, 18827, 2291), (26394, 18830, 2257), (26394, 18833, 2291), (26394, 18836, 2291), (26394, 18838, 2291),\n(26394, 18843, 2291), (26394, 18847, 2291), (26394, 18855, 2291), (26394, 18865, 2291), (26394, 18867, 2257), (26394, 18869, 2257), (26394, 18873, 2257), \n(26394, 18876, 2257), (26394, 23451, 2291), (26394, 23452, 2257), (26394, 23453, 2291), (26394, 23454, 2291), (26394, 23455, 2291), (26394, 23456, 2291);\n\n-- Captain O'Neil <Weapons Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 24671;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(24671, 28940, 2242), (24671, 28941, 2242), (24671, 28942, 2237), (24671, 28943, 2237), (24671, 28944, 2239),\n(24671, 28945, 2237), (24671, 28946, 2240), (24671, 28947, 2240), (24671, 28948, 2237), (24671, 28949, 2237),\n(24671, 28950, 2240), (24671, 28951, 2239), (24671, 28952, 2240), (24671, 28953, 2239), (24671, 28954, 2240),\n(24671, 28955, 2240), (24671, 28956, 2239), (24671, 28957, 2238), (24671, 28959, 2237), (24671, 28960, 2237);\n\n-- Captain Dirgehammer <Armor Quartermaster> - Vanilla\nDELETE FROM `npc_vendor` WHERE `entry` IN (12777, 26393);\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n-- boot 427, gloves 428, helm 444, pants 653, chest 652, shoulders 427\n(12777, 16369, 427), (12777, 16391, 428), (12777, 16413, 652), (12777, 16414, 653), (12777, 16416, 444), (12777, 16415, 427), -- mages, pre naxx\n(12777, 16423, 427), (12777, 16424, 444), (12777, 16422, 653), (12777, 16421, 652), (12777, 16393, 427), (12777, 16397, 428), -- druid, pre naxx\n(12777, 16392, 427), (12777, 16396, 428), (12777, 16417, 652), (12777, 16419, 653), (12777, 16420, 427), (12777, 16418, 444), -- rogue, pre naxx\n(12777, 16405, 427), (12777, 16406, 428), (12777, 16430, 652), (12777, 16431, 653), (12777, 16429, 444), (12777, 16432, 427), -- warrior, pre naxx\n(12777, 16410, 428), (12777, 16409, 427), (12777, 16433, 652), (12777, 16435, 653), (12777, 16434, 444), (12777, 16436, 427), -- paladin, pre naxx\n(12777, 16425, 652), (12777, 16426, 653), (12777, 16401, 427), (12777, 16403, 428), (12777, 16428, 444), (12777, 16427, 427), -- hunter, pre naxx\n(12777, 17562, 427), (12777, 17564, 428), (12777, 17568, 652), (12777, 17567, 653), (12777, 17569, 427), (12777, 17566, 444), -- warlock, pre naxx\n(12777, 17594, 427), (12777, 17596, 428), (12777, 17600, 652), (12777, 17599, 653), (12777, 17598, 444), (12777, 17601, 427), -- priest, pre naxx\n--\n(12777, 16437, 465), (12777, 16440, 541), (12777, 16441, 464), (12777, 16442, 542), (12777, 16443, 463), (12777, 16444, 465), (12777, 16446, 465), (12777, 16448, 541), (12777, 16449, 465),\n(12777, 16450, 542), (12777, 16451, 464), (12777, 16452, 463), (12777, 16453, 463), (12777, 16454, 541), (12777, 16455, 464), (12777, 16456, 542), (12777, 16457, 465), (12777, 16459, 465),\n(12777, 16462, 465), (12777, 16463, 541), (12777, 16465, 464), (12777, 16466, 463), (12777, 16467, 542), (12777, 16468, 465), (12777, 16471, 541), (12777, 16472, 465), (12777, 16473, 463),\n(12777, 16474, 464), (12777, 16475, 542), (12777, 16476, 465), (12777, 16477, 463), (12777, 16478, 464), (12777, 16479, 542), (12777, 16480, 465), (12777, 16483, 465), (12777, 16484, 541),\n(12777, 17578, 464), (12777, 17579, 542), (12777, 17580, 465), (12777, 17581, 463), (12777, 17583, 465), (12777, 17584, 541), (12777, 17602, 464), (12777, 17603, 542), (12777, 17604, 465),\n(12777, 17605, 463), (12777, 17607, 465), (12777, 17608, 541), (12777, 23272, 652), (12777, 23273, 653), (12777, 23274, 428), (12777, 23275, 427), (12777, 23276, 444), (12777, 23277, 427),\n(12777, 23278, 427), (12777, 23279, 428), (12777, 23280, 428), (12777, 23281, 427), (12777, 23282, 428), (12777, 23283, 427), (12777, 23284, 428), (12777, 23285, 427), (12777, 23286, 428),\n(12777, 23287, 427), (12777, 23288, 428), (12777, 23289, 427), (12777, 23290, 428), (12777, 23291, 427), (12777, 23292, 652), (12777, 23293, 653), (12777, 23294, 652), (12777, 23295, 653),\n(12777, 23296, 653), (12777, 23297, 652), (12777, 23298, 652), (12777, 23299, 653), (12777, 23300, 652), (12777, 23301, 653), (12777, 23302, 653), (12777, 23303, 652), (12777, 23304, 653),\n(12777, 23305, 652), (12777, 23306, 444), (12777, 23307, 427), (12777, 23308, 444), (12777, 23309, 427), (12777, 23310, 444), (12777, 23311, 427), (12777, 23312, 444), (12777, 23313, 427),\n(12777, 23314, 444), (12777, 23315, 427), (12777, 23316, 444), (12777, 23317, 427), (12777, 23318, 444), (12777, 23319, 427), (12777, 29594, 427), (12777, 29595, 428), (12777, 29596, 652),\n(12777, 29597, 653), (12777, 29598, 444), (12777, 29599, 427), (12777, 29606, 465), (12777, 29607, 541), (12777, 29608, 542), (12777, 29609, 463), (12777, 29610, 464), (12777, 29611, 465);\n\n-- Captain Dirgehammer <Armor Quartermaster> - TBC Season 1\nDELETE FROM `npc_vendor` WHERE `entry` = 24672;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(24672, 28613, 2259), (24672, 28614, 2261), (24672, 28615, 2263), (24672, 28616, 2265), (24672, 28617, 2267), (24672, 28618, 2261), (24672, 28619, 2263), (24672, 28620, 2265), (24672, 28622, 2267), \n(24672, 28623, 2259), (24672, 28624, 2261), (24672, 28625, 2263), (24672, 28626, 2265), (24672, 28627, 2267), (24672, 28628, 2259), (24672, 28679, 2259), (24672, 28680, 2261), (24672, 28681, 2263),\n(24672, 28683, 2267), (24672, 28684, 2261), (24672, 28685, 2263), (24672, 28686, 2265), (24672, 28687, 2267), (24672, 28688, 2259), (24672, 28689, 2259), (24672, 28690, 2261), (24672, 28691, 2263), \n(24672, 28692, 2265), (24672, 28693, 2267), (24672, 28694, 2259), (24672, 28695, 2261), (24672, 28696, 2263), (24672, 28697, 2265), (24672, 28698, 2267), (24672, 28699, 2259), (24672, 28700, 2261),\n(24672, 28701, 2263), (24672, 28702, 2265), (24672, 28703, 2267), (24672, 28704, 2261), (24672, 28705, 2263), (24672, 28706, 2265), (24672, 28707, 2267), (24672, 28708, 2259), (24672, 28709, 2259), \n(24672, 28710, 2261), (24672, 28711, 2263), (24672, 28712, 2265), (24672, 28713, 2267), (24672, 28714, 2267), (24672, 28715, 2263), (24672, 28716, 2261), (24672, 28717, 2259), (24672, 28718, 2265),\n(24672, 28719, 2261), (24672, 28720, 2263), (24672, 28721, 2265), (24672, 28722, 2267), (24672, 28723, 2259), (24672, 28724, 2265), (24672, 31589, 2261), (24672, 31590, 2263), (24672, 31591, 2265), \n(24672, 31592, 2267), (24672, 31593, 2259), (24672, 31620, 2261), (24672, 31622, 2263), (24672, 31623, 2265), (24672, 31624, 2267), (24672, 31625, 2259), (24672, 31630, 2259), (24672, 31631, 2261),\n(24672, 31632, 2263), (24672, 31633, 2265), (24672, 31634, 2267), (24672, 31640, 2259), (24672, 31641, 2261), (24672, 31642, 2263), (24672, 31643, 2265), (24672, 31644, 2267),\n--\n(24672, 28975, 1911), (24672, 28977, 1911), (24672, 28982, 1911), (24672, 28985, 1911), (24672, 28987, 1911), -- boots\n(24672, 28991, 1911), (24672, 28994, 1911), (24672, 28997, 1911), (24672, 29000, 1911), (24672, 29003, 1911), \n(24672, 29005, 1911), (24672, 31597, 1911), (24672, 32978, 1911), (24672, 32987, 1911), (24672, 32996, 1911), \n--\n(24672, 28974, 1923), (24672, 28976, 1923), (24672, 28980, 1923), (24672, 28983, 1923), (24672, 28986, 1923), -- belt\n(24672, 28990, 1923), (24672, 28993, 1923), (24672, 28995, 1923), (24672, 28998, 1923), (24672, 29001, 1923),\n(24672, 29004, 1923), (24672, 31596, 1923), (24672, 32976, 1923), (24672, 32985, 1923), (24672, 32995, 1923),\n--\n(24672, 28973, 1935), (24672, 28978, 1935), (24672, 28981, 1935), (24672, 28984, 1935), (24672, 28988, 1935), -- bracers\n(24672, 28989, 1935), (24672, 28992, 1935), (24672, 28996, 1935), (24672, 28999, 1935), (24672, 29002, 1935),\n(24672, 29006, 1935), (24672, 31599, 1935), (24672, 32977, 1935), (24672, 32986, 1935), (24672, 32994, 1935);\n\n-- Captain Dirgehammer <Armor Quartermaster> - TBC Season 3\nDELETE FROM `npc_vendor` WHERE `entry` = 26393;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(26393, 28613, 2259), (26393, 28614, 2261), (26393, 28615, 2263), (26393, 28616, 2265), (26393, 28617, 2267), (26393, 28618, 2261), (26393, 28619, 2263), (26393, 28620, 2265), (26393, 28622, 2267), \n(26393, 28623, 2259), (26393, 28624, 2261), (26393, 28625, 2263), (26393, 28626, 2265), (26393, 28627, 2267), (26393, 28628, 2259), (26393, 28679, 2259), (26393, 28680, 2261), (26393, 28681, 2263),\n(26393, 28683, 2267), (26393, 28684, 2261), (26393, 28685, 2263), (26393, 28686, 2265), (26393, 28687, 2267), (26393, 28688, 2259), (26393, 28689, 2259), (26393, 28690, 2261), (26393, 28691, 2263), \n(26393, 28692, 2265), (26393, 28693, 2267), (26393, 28694, 2259), (26393, 28695, 2261), (26393, 28696, 2263), (26393, 28697, 2265), (26393, 28698, 2267), (26393, 28699, 2259), (26393, 28700, 2261),\n(26393, 28701, 2263), (26393, 28702, 2265), (26393, 28703, 2267), (26393, 28704, 2261), (26393, 28705, 2263), (26393, 28706, 2265), (26393, 28707, 2267), (26393, 28708, 2259), (26393, 28709, 2259), \n(26393, 28710, 2261), (26393, 28711, 2263), (26393, 28712, 2265), (26393, 28713, 2267), (26393, 28714, 2267), (26393, 28715, 2263), (26393, 28716, 2261), (26393, 28717, 2259), (26393, 28718, 2265),\n(26393, 28719, 2261), (26393, 28720, 2263), (26393, 28721, 2265), (26393, 28722, 2267), (26393, 28723, 2259), (26393, 28724, 2265), (26393, 31589, 2261), (26393, 31590, 2263), (26393, 31591, 2265), \n(26393, 31592, 2267), (26393, 31593, 2259), (26393, 31620, 2261), (26393, 31622, 2263), (26393, 31623, 2265), (26393, 31624, 2267), (26393, 31625, 2259), (26393, 31630, 2259), (26393, 31631, 2261),\n(26393, 31632, 2263), (26393, 31633, 2265), (26393, 31634, 2267), (26393, 31640, 2259), (26393, 31641, 2261), (26393, 31642, 2263), (26393, 31643, 2265), (26393, 31644, 2267),\n--\n(26393, 33812, 1911), (26393, 33878, 1911), (26393, 33880, 1911), (26393, 33884, 1911), (26393, 33886, 1911), -- boots\n(26393, 33890, 1911), (26393, 33892, 1911), (26393, 33896, 1911), (26393, 33899, 1911), (26393, 33902, 1911),\n(26393, 33905, 1911), (26393, 33908, 1911), (26393, 33911, 1911), (26393, 33914, 1911), (26393, 33916, 1911),\n-- \n(26393, 33811, 1923), (26393, 33877, 1923), (26393, 33879, 1923), (26393, 33882, 1923), (26393, 33885, 1923), -- belt\n(26393, 33888, 1923), (26393, 33891, 1923), (26393, 33895, 1923), (26393, 33898, 1923), (26393, 33900, 1923),\n(26393, 33903, 1923), (26393, 33907, 1923), (26393, 33909, 1923), (26393, 33912, 1923), (26393, 33915, 1923),\n--\n(26393, 33813, 1935), (26393, 33876, 1935), (26393, 33881, 1935), (26393, 33883, 1935), (26393, 33887, 1935), -- bracers\n(26393, 33889, 1935), (26393, 33893, 1935), (26393, 33894, 1935), (26393, 33897, 1935), (26393, 33901, 1935),\n(26393, 33904, 1935), (26393, 33906, 1935), (26393, 33910, 1935), (26393, 33913, 1935), (26393, 33917, 1935),\n--\n(26393, 33853, 129), (26393, 33918, 129), (26393, 33919, 129), (26393, 35320, 129), -- ring\n(26393, 33920, 127), (26393, 33921, 127), (26393, 33922, 127), (26393, 33923, 127), (26393, 35317, 127), (26393, 35319, 127); -- neck\n\n-- Captain Dirgehammer <Armor Quartermaster> - TBC Season 4\nDELETE FROM `npc_vendor` WHERE `entry` = @Dirge;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(@Dirge, 28613, 2259), (@Dirge, 28614, 2261), (@Dirge, 28615, 2263), (@Dirge, 28616, 2265), (@Dirge, 28617, 2267), (@Dirge, 28618, 2261), (@Dirge, 28619, 2263), (@Dirge, 28620, 2265), (@Dirge, 28622, 2267), \n(@Dirge, 28623, 2259), (@Dirge, 28624, 2261), (@Dirge, 28625, 2263), (@Dirge, 28626, 2265), (@Dirge, 28627, 2267), (@Dirge, 28628, 2259), (@Dirge, 28679, 2259), (@Dirge, 28680, 2261), (@Dirge, 28681, 2263),\n(@Dirge, 28683, 2267), (@Dirge, 28684, 2261), (@Dirge, 28685, 2263), (@Dirge, 28686, 2265), (@Dirge, 28687, 2267), (@Dirge, 28688, 2259), (@Dirge, 28689, 2259), (@Dirge, 28690, 2261), (@Dirge, 28691, 2263), \n(@Dirge, 28692, 2265), (@Dirge, 28693, 2267), (@Dirge, 28694, 2259), (@Dirge, 28695, 2261), (@Dirge, 28696, 2263), (@Dirge, 28697, 2265), (@Dirge, 28698, 2267), (@Dirge, 28699, 2259), (@Dirge, 28700, 2261),\n(@Dirge, 28701, 2263), (@Dirge, 28702, 2265), (@Dirge, 28703, 2267), (@Dirge, 28704, 2261), (@Dirge, 28705, 2263), (@Dirge, 28706, 2265), (@Dirge, 28707, 2267), (@Dirge, 28708, 2259), (@Dirge, 28709, 2259), \n(@Dirge, 28710, 2261), (@Dirge, 28711, 2263), (@Dirge, 28712, 2265), (@Dirge, 28713, 2267), (@Dirge, 28714, 2267), (@Dirge, 28715, 2263), (@Dirge, 28716, 2261), (@Dirge, 28717, 2259), (@Dirge, 28718, 2265),\n(@Dirge, 28719, 2261), (@Dirge, 28720, 2263), (@Dirge, 28721, 2265), (@Dirge, 28722, 2267), (@Dirge, 28723, 2259), (@Dirge, 28724, 2265), (@Dirge, 31589, 2261), (@Dirge, 31590, 2263), (@Dirge, 31591, 2265), \n(@Dirge, 31592, 2267), (@Dirge, 31593, 2259), (@Dirge, 31620, 2261), (@Dirge, 31622, 2263), (@Dirge, 31623, 2265), (@Dirge, 31624, 2267), (@Dirge, 31625, 2259), (@Dirge, 31630, 2259), (@Dirge, 31631, 2261),\n(@Dirge, 31632, 2263), (@Dirge, 31633, 2265), (@Dirge, 31634, 2267), (@Dirge, 31640, 2259), (@Dirge, 31641, 2261), (@Dirge, 31642, 2263), (@Dirge, 31643, 2265), (@Dirge, 31644, 2267),\n--\n(@Dirge, 35136, 1911), (@Dirge, 35137, 1911), (@Dirge, 35138, 1911), (@Dirge, 35139, 1911), (@Dirge, 35140, 1911), -- boots\n(@Dirge, 35141, 1911), (@Dirge, 35142, 1911), (@Dirge, 35143, 1911), (@Dirge, 35144, 1911), (@Dirge, 35145, 1911),\n(@Dirge, 35146, 1911), (@Dirge, 35147, 1911), (@Dirge, 35148, 1911), (@Dirge, 35149, 1911), (@Dirge, 35150, 1911),\n--\n(@Dirge, 35151, 1923), (@Dirge, 35152, 1923), (@Dirge, 35153, 1923), (@Dirge, 35154, 1923), (@Dirge, 35155, 1923), -- belt\n(@Dirge, 35156, 1923), (@Dirge, 35157, 1923), (@Dirge, 35158, 1923), (@Dirge, 35159, 1923), (@Dirge, 35160, 1923), \n(@Dirge, 35161, 1923), (@Dirge, 35162, 1923), (@Dirge, 35163, 1923), (@Dirge, 35164, 1923), (@Dirge, 35165, 1923), \n--\n(@Dirge, 35166, 1935), (@Dirge, 35167, 1935), (@Dirge, 35168, 1935), (@Dirge, 35169, 1935), (@Dirge, 35170, 1935), -- bracers\n(@Dirge, 35171, 1935), (@Dirge, 35172, 1935), (@Dirge, 35173, 1935), (@Dirge, 35174, 1935), (@Dirge, 35175, 1935),\n(@Dirge, 35176, 1935), (@Dirge, 35177, 1935), (@Dirge, 35178, 1935), (@Dirge, 35179, 1935), (@Dirge, 35180, 1935),\n--\n(@Dirge, 35129, 129), (@Dirge, 35130, 129), (@Dirge, 35131, 129), (@Dirge, 37927, 129), -- ring\n(@Dirge, 35132, 127), (@Dirge, 35133, 127), (@Dirge, 35134, 127), (@Dirge, 35135, 127), (@Dirge, 37928, 127), (@Dirge, 37929, 127); -- neck\n\n\n/* ARENA VENDORS */\n\n-- Vixton Pinchwhistle - Season 1\nDELETE FROM `npc_vendor` WHERE `entry` = 20278;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(20278, 24544, 2285), (20278, 24545, 2285), (20278, 24546, 2288), (20278, 24547, 2285), (20278, 24549, 2286), (20278, 24550, 1664), (20278, 24552, 2285), (20278, 24553, 2285), (20278, 24554, 2288),\n(20278, 24555, 2285), (20278, 24556, 2286), (20278, 24557, 1664), (20278, 25830, 2285), (20278, 25831, 2285), (20278, 25832, 2288), (20278, 25833, 2285), (20278, 25834, 2286), (20278, 25854, 2288),\n(20278, 25855, 2285), (20278, 25856, 2285), (20278, 25857, 2286), (20278, 25858, 2285), (20278, 25997, 2285), (20278, 25998, 2285), (20278, 25999, 2288), (20278, 26000, 2286), (20278, 26001, 2285),\n(20278, 27469, 2285), (20278, 27470, 2286), (20278, 27471, 2285), (20278, 27472, 2285), (20278, 27473, 2288), (20278, 27702, 2285), (20278, 27703, 2286), (20278, 27704, 2285), (20278, 27705, 2285),\n(20278, 27706, 2288), (20278, 27707, 2286), (20278, 27708, 2285), (20278, 27709, 2285), (20278, 27710, 2288), (20278, 27711, 2285), (20278, 27879, 2285), (20278, 27880, 2286), (20278, 27881, 2285),\n(20278, 27882, 2285), (20278, 27883, 2288), (20278, 28126, 2286), (20278, 28127, 2285), (20278, 28128, 2285), (20278, 28129, 2288), (20278, 28130, 2285), (20278, 28136, 2286), (20278, 28137, 2285),\n(20278, 28138, 2285), (20278, 28139, 2288), (20278, 28140, 2285), (20278, 28294, 1664), (20278, 28295, 2285), (20278, 28297, 2284), (20278, 28298, 1664), (20278, 28299, 1664), (20278, 28300, 1664),\n(20278, 28302, 2285), (20278, 28305, 2285), (20278, 28307, 2285), (20278, 28308, 2285), (20278, 28309, 2285), (20278, 28310, 2285), (20278, 28312, 2285), (20278, 28313, 2285), (20278, 28314, 2285),\n(20278, 28319, 2285), (20278, 28320, 2285), (20278, 28331, 2285), (20278, 28332, 2285), (20278, 28333, 2288), (20278, 28334, 2285), (20278, 28335, 2286), (20278, 28346, 2285), (20278, 28355, 2285),\n(20278, 28356, 2285), (20278, 28357, 2285), (20278, 28358, 2285), (20278, 28476, 1664), (20278, 30186, 2288), (20278, 30187, 2285), (20278, 30188, 2286), (20278, 30200, 2285), (20278, 30201, 2285),\n(20278, 31375, 2286), (20278, 31376, 2285), (20278, 31377, 2285), (20278, 31378, 2288), (20278, 31379, 2285), (20278, 31396, 2285), (20278, 31397, 2286), (20278, 31400, 2285), (20278, 31406, 2285),\n(20278, 31407, 2288), (20278, 31409, 2286), (20278, 31410, 2285), (20278, 31411, 2285), (20278, 31412, 2288), (20278, 31413, 2285), (20278, 31613, 2285), (20278, 31614, 2286), (20278, 31616, 2285),\n(20278, 31618, 2285), (20278, 31619, 2288), (20278, 32450, 2284), (20278, 32451, 2284), (20278, 32452, 2285);\n\n-- Vixton Pinchwhistle - Season 2\nDELETE FROM `npc_vendor` WHERE `entry` = @Vixton;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(@Vixton, 24544, 22),  (@Vixton, 24545, 22),  (@Vixton, 24546, 24), (@Vixton, 24547, 22), (@Vixton, 24549, 21), (@Vixton, 24550, 26),  (@Vixton, 24552, 22), (@Vixton, 24553, 22), (@Vixton, 24554, 24),\n(@Vixton, 24555, 22),  (@Vixton, 24556, 21),  (@Vixton, 24557, 26), (@Vixton, 25830, 22), (@Vixton, 25831, 22), (@Vixton, 25832, 24),  (@Vixton, 25833, 22), (@Vixton, 25834, 21), (@Vixton, 25854, 24),\n(@Vixton, 25855, 22),  (@Vixton, 25856, 22),  (@Vixton, 25857, 21), (@Vixton, 25858, 22), (@Vixton, 25997, 22), (@Vixton, 25998, 22),  (@Vixton, 25999, 24), (@Vixton, 26000, 21), (@Vixton, 26001, 22),\n(@Vixton, 27469, 22),  (@Vixton, 27470, 21),  (@Vixton, 27471, 22), (@Vixton, 27472, 22), (@Vixton, 27473, 24), (@Vixton, 27702, 22),  (@Vixton, 27703, 21), (@Vixton, 27704, 22), (@Vixton, 27705, 22),\n(@Vixton, 27706, 24),  (@Vixton, 27707, 21),  (@Vixton, 27708, 22), (@Vixton, 27709, 22), (@Vixton, 27710, 24), (@Vixton, 27711, 22),  (@Vixton, 27879, 22), (@Vixton, 27880, 21), (@Vixton, 27881, 22),\n(@Vixton, 27882, 22),  (@Vixton, 27883, 24),  (@Vixton, 28126, 21), (@Vixton, 28127, 22), (@Vixton, 28128, 22), (@Vixton, 28129, 24),  (@Vixton, 28130, 22), (@Vixton, 28136, 21), (@Vixton, 28137, 22),\n(@Vixton, 28138, 22),  (@Vixton, 28139, 24),  (@Vixton, 28140, 22), (@Vixton, 28294, 26), (@Vixton, 28295, 22), (@Vixton, 28297, 148), (@Vixton, 28298, 26), (@Vixton, 28299, 26), (@Vixton, 28300, 26),\n(@Vixton, 28302, 21),  (@Vixton, 28305, 22),  (@Vixton, 28307, 21), (@Vixton, 28308, 22), (@Vixton, 28309, 21), (@Vixton, 28310, 21),  (@Vixton, 28312, 22), (@Vixton, 28313, 22), (@Vixton, 28314, 21),\n(@Vixton, 28319, 146), (@Vixton, 28320, 146), (@Vixton, 28331, 22), (@Vixton, 28332, 22), (@Vixton, 28333, 24), (@Vixton, 28334, 22),  (@Vixton, 28335, 21), (@Vixton, 28346, 21), (@Vixton, 28355, 146),\n(@Vixton, 28356, 146), (@Vixton, 28357, 146), (@Vixton, 28358, 22), (@Vixton, 28476, 26), (@Vixton, 30186, 24), (@Vixton, 30187, 22),  (@Vixton, 30188, 21), (@Vixton, 30200, 22), (@Vixton, 30201, 22),\n(@Vixton, 31375, 21),  (@Vixton, 31376, 22),  (@Vixton, 31377, 22), (@Vixton, 31378, 24), (@Vixton, 31379, 22), (@Vixton, 31396, 22),  (@Vixton, 31397, 21), (@Vixton, 31400, 22), (@Vixton, 31406, 22),\n(@Vixton, 31407, 24),  (@Vixton, 31409, 21),  (@Vixton, 31410, 22), (@Vixton, 31411, 22), (@Vixton, 31412, 24), (@Vixton, 31413, 22),  (@Vixton, 31613, 22), (@Vixton, 31614, 21), (@Vixton, 31616, 22),\n(@Vixton, 31618, 22),  (@Vixton, 31619, 24),  (@Vixton, 32450, 148), (@Vixton, 32451, 148), (@Vixton, 32452, 21);\n\n-- Krixel Pinchwhistle - Season 2\nDELETE FROM `npc_vendor` WHERE `entry` = 23396;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(23396, 30486, 2285), (23396, 30487, 2283), (23396, 30488, 2285), (23396, 30489, 2285), (23396, 30490, 2288), (23396, 31958, 2286), (23396, 31959, 1664), (23396, 31960, 2285), (23396, 31961, 2283),\n(23396, 31962, 2285), (23396, 31963, 2285), (23396, 31964, 2288), (23396, 31965, 2287), (23396, 31966, 1664), (23396, 31967, 2283), (23396, 31968, 2285), (23396, 31969, 2285), (23396, 31971, 2288),\n(23396, 31972, 2285), (23396, 31973, 2283), (23396, 31974, 2285), (23396, 31975, 2285), (23396, 31976, 2288), (23396, 31977, 2285), (23396, 31978, 2283), (23396, 31979, 2288), (23396, 31980, 2285),\n(23396, 31981, 2283), (23396, 31982, 2285), (23396, 31983, 2285), (23396, 31984, 1664), (23396, 31985, 2286), (23396, 31986, 1664), (23396, 31987, 2283), (23396, 31988, 2285), (23396, 31989, 2285),\n(23396, 31990, 2288), (23396, 31991, 2285), (23396, 31992, 2285), (23396, 31993, 2283), (23396, 31995, 2285), (23396, 31996, 2288), (23396, 31997, 2285), (23396, 31998, 2283), (23396, 31999, 2285),\n(23396, 32000, 2285), (23396, 32001, 2288), (23396, 32002, 2285), (23396, 32003, 2286), (23396, 32004, 2285), (23396, 32005, 2283), (23396, 32006, 2285), (23396, 32007, 2285), (23396, 32008, 2288),\n(23396, 32009, 2285), (23396, 32010, 2283), (23396, 32011, 2285), (23396, 32012, 2285), (23396, 32013, 2288), (23396, 32014, 1664), (23396, 32015, 2283), (23396, 32016, 2285), (23396, 32017, 2285),\n(23396, 32018, 2288), (23396, 32019, 2285), (23396, 32020, 2285), (23396, 32021, 2283), (23396, 32022, 2285), (23396, 32023, 2285), (23396, 32024, 2288), (23396, 32025, 1664), (23396, 32026, 2287),\n(23396, 32027, 2286), (23396, 32028, 2287), (23396, 32029, 2285), (23396, 32030, 2283), (23396, 32031, 2285), (23396, 32032, 2285), (23396, 32033, 2288), (23396, 32034, 2283), (23396, 32035, 2285),\n(23396, 32036, 2285), (23396, 32037, 2288), (23396, 32038, 2285), (23396, 32039, 2285), (23396, 32040, 2283), (23396, 32041, 2285), (23396, 32042, 2285), (23396, 32043, 2288), (23396, 32044, 2287),\n(23396, 32045, 2285), (23396, 32046, 2286), (23396, 32047, 2288), (23396, 32048, 2285), (23396, 32049, 2283), (23396, 32050, 2285), (23396, 32051, 2285), (23396, 32052, 2287), (23396, 32053, 2284),\n(23396, 32054, 1758), (23396, 32055, 1664), (23396, 32056, 2283), (23396, 32057, 2285), (23396, 32058, 2285), (23396, 32059, 2288), (23396, 32060, 2285), (23396, 32961, 2283), (23396, 32962, 1758),\n(23396, 32963, 2284), (23396, 32964, 2284), (23396, 33076, 2283), (23396, 33077, 2283), (23396, 33078, 2283), (23396, 33309, 2285), (23396, 33313, 2285), (23396, 33937, 2283), (23396, 33940, 2283),\n(23396, 33943, 2283), (23396, 33946, 2283), (23396, 33949, 2283), (23396, 33952, 2283);\n\n-- Leeni Smalls - Season 3\nDELETE FROM `npc_vendor` WHERE `entry` = 24392;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(24392, 33006, 2282), (24392, 33661, 1431), (24392, 33662, 1432), (24392, 33663, 2282), (24392, 33664, 2285), (24392, 33665, 2286), (24392, 33666, 2285), (24392, 33667, 2285), (24392, 33668, 1435),\n(24392, 33669, 1670), (24392, 33670, 2282), (24392, 33671, 2286), (24392, 33672, 2285), (24392, 33673, 2285), (24392, 33674, 1435), (24392, 33675, 2285), (24392, 33676, 2286), (24392, 33677, 2285),\n(24392, 33678, 2285), (24392, 33679, 1435), (24392, 33680, 2285), (24392, 33681, 1432), (24392, 33682, 1435), (24392, 33683, 2285), (24392, 33684, 2286), (24392, 33685, 2285), (24392, 33686, 2285),\n(24392, 33687, 1757), (24392, 33688, 2282), (24392, 33689, 1432), (24392, 33690, 2286), (24392, 33691, 2285), (24392, 33692, 2285), (24392, 33693, 1435), (24392, 33694, 2285), (24392, 33695, 2285), \n(24392, 33696, 2286), (24392, 33697, 2285), (24392, 33698, 2285), (24392, 33699, 1435), (24392, 33700, 2286), (24392, 33701, 2285), (24392, 33702, 2285), (24392, 33703, 1435), (24392, 33704, 2285),\n(24392, 33705, 1432), (24392, 33706, 2285), (24392, 33707, 2286), (24392, 33708, 2285), (24392, 33709, 2285), (24392, 33710, 1435), (24392, 33711, 2285), (24392, 33712, 2286), (24392, 33713, 2285),\n(24392, 33714, 2285), (24392, 33715, 1435), (24392, 33716, 2282), (24392, 33717, 2286), (24392, 33718, 2285), (24392, 33719, 2285), (24392, 33720, 1435), (24392, 33721, 2285), (24392, 33722, 2285),\n(24392, 33723, 2286), (24392, 33724, 2285), (24392, 33725, 2285), (24392, 33726, 1435), (24392, 33727, 2282), (24392, 33728, 2285), (24392, 33729, 2286), (24392, 33730, 2285), (24392, 33731, 2285),\n(24392, 33732, 1435), (24392, 33733, 1670), (24392, 33734, 1432), (24392, 33735, 1431), (24392, 33736, 1432), (24392, 33737, 1670), (24392, 33738, 2285), (24392, 33739, 2286), (24392, 33740, 2285),\n(24392, 33741, 2285), (24392, 33742, 1435), (24392, 33743, 1757), (24392, 33744, 2286), (24392, 33745, 2285), (24392, 33746, 2285), (24392, 33747, 1435), (24392, 33748, 2285), (24392, 33749, 2285),\n(24392, 33750, 2286), (24392, 33751, 2285), (24392, 33752, 2285), (24392, 33753, 1435), (24392, 33754, 1670), (24392, 33755, 1431), (24392, 33756, 1432), (24392, 33757, 1435), (24392, 33758, 2285),\n(24392, 33759, 2286), (24392, 33760, 2285), (24392, 33761, 2285), (24392, 33762, 1670), (24392, 33763, 1757), (24392, 33764, 2283), (24392, 33765, 1758), (24392, 33766, 2282), (24392, 33767, 2286),\n(24392, 33768, 2285), (24392, 33769, 2285), (24392, 33770, 1435), (24392, 33771, 2285), (24392, 33801, 1432), (24392, 33841, 1758), (24392, 33842, 1758), (24392, 33843, 1758), (24392, 33938, 1758),\n(24392, 33941, 1758), (24392, 33944, 1758), (24392, 33947, 1758), (24392, 33950, 1758), (24392, 33953, 1758), (24392, 34014, 1758), (24392, 34015, 1432), (24392, 34016, 1432), (24392, 34033, 1432),\n(24392, 34059, 1758), (24392, 34066, 1758), (24392, 34529, 2282), (24392, 34530, 2282), (24392, 34540, 2282);\n\n-- Krixel Pinchwhistle - Season 3\nDELETE FROM `npc_vendor` WHERE `entry` = @Krixel;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(@Krixel, 30486, 22),  (@Krixel, 30487, 21),  (@Krixel, 30488, 22),  (@Krixel, 30489, 22),  (@Krixel, 30490, 24),  (@Krixel, 31958, 21), (@Krixel, 31959, 26), (@Krixel, 31960, 22),  (@Krixel, 31961, 21),\n(@Krixel, 31962, 22),  (@Krixel, 31963, 22),  (@Krixel, 31964, 24),  (@Krixel, 31965, 133), (@Krixel, 31966, 26),  (@Krixel, 31967, 21), (@Krixel, 31968, 22), (@Krixel, 31969, 22),  (@Krixel, 31971, 24),\n(@Krixel, 31972, 22),  (@Krixel, 31973, 21),  (@Krixel, 31974, 22),  (@Krixel, 31975, 22),  (@Krixel, 31976, 24),  (@Krixel, 31977, 22), (@Krixel, 31978, 21), (@Krixel, 31979, 24),  (@Krixel, 31980, 22),\n(@Krixel, 31981, 21),  (@Krixel, 31982, 22),  (@Krixel, 31983, 22),  (@Krixel, 31984, 26),  (@Krixel, 31985, 21),  (@Krixel, 31986, 26), (@Krixel, 31987, 21), (@Krixel, 31988, 22),  (@Krixel, 31989, 22),\n(@Krixel, 31990, 24),  (@Krixel, 31991, 22),  (@Krixel, 31992, 22),  (@Krixel, 31993, 21),  (@Krixel, 31995, 22),  (@Krixel, 31996, 24), (@Krixel, 31997, 22), (@Krixel, 31998, 21),  (@Krixel, 31999, 22),\n(@Krixel, 32000, 22),  (@Krixel, 32001, 24),  (@Krixel, 32002, 22),  (@Krixel, 32003, 21),  (@Krixel, 32004, 22),  (@Krixel, 32005, 21), (@Krixel, 32006, 22), (@Krixel, 32007, 22),  (@Krixel, 32008, 24),\n(@Krixel, 32009, 22),  (@Krixel, 32010, 21),  (@Krixel, 32011, 22),  (@Krixel, 32012, 22),  (@Krixel, 32013, 24),  (@Krixel, 32014, 26), (@Krixel, 32015, 21), (@Krixel, 32016, 22),  (@Krixel, 32017, 22),\n(@Krixel, 32018, 24),  (@Krixel, 32019, 22),  (@Krixel, 32020, 22),  (@Krixel, 32021, 21),  (@Krixel, 32022, 22),  (@Krixel, 32023, 22), (@Krixel, 32024, 24), (@Krixel, 32025, 26),  (@Krixel, 32026, 133),\n(@Krixel, 32027, 21),  (@Krixel, 32028, 133), (@Krixel, 32029, 22),  (@Krixel, 32030, 21),  (@Krixel, 32031, 22),  (@Krixel, 32032, 22), (@Krixel, 32033, 24), (@Krixel, 32034, 21),  (@Krixel, 32035, 22),\n(@Krixel, 32036, 22),  (@Krixel, 32037, 24),  (@Krixel, 32038, 22),  (@Krixel, 32039, 22),  (@Krixel, 32040, 21),  (@Krixel, 32041, 22), (@Krixel, 32042, 22), (@Krixel, 32043, 24),  (@Krixel, 32044, 133),\n(@Krixel, 32045, 22),  (@Krixel, 32046, 21),  (@Krixel, 32047, 24),  (@Krixel, 32048, 22),  (@Krixel, 32049, 21),  (@Krixel, 32050, 22), (@Krixel, 32051, 22), (@Krixel, 32052, 133), (@Krixel, 32053, 148),\n(@Krixel, 32054, 146), (@Krixel, 32055, 26),  (@Krixel, 32056, 21),  (@Krixel, 32057, 22),  (@Krixel, 32058, 22),  (@Krixel, 32059, 24), (@Krixel, 32060, 22), (@Krixel, 32961, 21),  (@Krixel, 32962, 146),\n(@Krixel, 32963, 148), (@Krixel, 32964, 148), (@Krixel, 33076, 146), (@Krixel, 33077, 146), (@Krixel, 33078, 146), (@Krixel, 33309, 22), (@Krixel, 33313, 22), (@Krixel, 33937, 146), (@Krixel, 33940, 146),\n(@Krixel, 33943, 146), (@Krixel, 33946, 146), (@Krixel, 33949, 146), (@Krixel, 33952, 146);\n\n-- Leeni Smalls - Season 4\nDELETE FROM `npc_vendor` WHERE `entry` = @Leeni;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(@Leeni, 33006, 2282), (@Leeni, 33661, 1431), (@Leeni, 33662, 1432), (@Leeni, 33663, 2282), (@Leeni, 33664, 2285), (@Leeni, 33665, 2286), (@Leeni, 33666, 2285), (@Leeni, 33667, 2285), (@Leeni, 33668, 1435),\n(@Leeni, 33669, 1670), (@Leeni, 33670, 2282), (@Leeni, 33671, 2286), (@Leeni, 33672, 2285), (@Leeni, 33673, 2285), (@Leeni, 33674, 1435), (@Leeni, 33675, 2285), (@Leeni, 33676, 2286), (@Leeni, 33677, 2285),\n(@Leeni, 33678, 2285), (@Leeni, 33679, 1435), (@Leeni, 33680, 2285), (@Leeni, 33681, 1432), (@Leeni, 33682, 1435), (@Leeni, 33683, 2285), (@Leeni, 33684, 2286), (@Leeni, 33685, 2285), (@Leeni, 33686, 2285),\n(@Leeni, 33687, 1757), (@Leeni, 33688, 2282), (@Leeni, 33689, 1432), (@Leeni, 33690, 2286), (@Leeni, 33691, 2285), (@Leeni, 33692, 2285), (@Leeni, 33693, 1435), (@Leeni, 33694, 2285), (@Leeni, 33695, 2285), \n(@Leeni, 33696, 2286), (@Leeni, 33697, 2285), (@Leeni, 33698, 2285), (@Leeni, 33699, 1435), (@Leeni, 33700, 2286), (@Leeni, 33701, 2285), (@Leeni, 33702, 2285), (@Leeni, 33703, 1435), (@Leeni, 33704, 2285),\n(@Leeni, 33705, 1432), (@Leeni, 33706, 2285), (@Leeni, 33707, 2286), (@Leeni, 33708, 2285), (@Leeni, 33709, 2285), (@Leeni, 33710, 1435), (@Leeni, 33711, 2285), (@Leeni, 33712, 2286), (@Leeni, 33713, 2285),\n(@Leeni, 33714, 2285), (@Leeni, 33715, 1435), (@Leeni, 33716, 2282), (@Leeni, 33717, 2286), (@Leeni, 33718, 2285), (@Leeni, 33719, 2285), (@Leeni, 33720, 1435), (@Leeni, 33721, 2285), (@Leeni, 33722, 2285),\n(@Leeni, 33723, 2286), (@Leeni, 33724, 2285), (@Leeni, 33725, 2285), (@Leeni, 33726, 1435), (@Leeni, 33727, 2282), (@Leeni, 33728, 2285), (@Leeni, 33729, 2286), (@Leeni, 33730, 2285), (@Leeni, 33731, 2285),\n(@Leeni, 33732, 1435), (@Leeni, 33733, 1670), (@Leeni, 33734, 1432), (@Leeni, 33735, 1431), (@Leeni, 33736, 1432), (@Leeni, 33737, 1670), (@Leeni, 33738, 2285), (@Leeni, 33739, 2286), (@Leeni, 33740, 2285),\n(@Leeni, 33741, 2285), (@Leeni, 33742, 1435), (@Leeni, 33743, 1757), (@Leeni, 33744, 2286), (@Leeni, 33745, 2285), (@Leeni, 33746, 2285), (@Leeni, 33747, 1435), (@Leeni, 33748, 2285), (@Leeni, 33749, 2285),\n(@Leeni, 33750, 2286), (@Leeni, 33751, 2285), (@Leeni, 33752, 2285), (@Leeni, 33753, 1435), (@Leeni, 33754, 1670), (@Leeni, 33755, 1431), (@Leeni, 33756, 1432), (@Leeni, 33757, 1435), (@Leeni, 33758, 2285),\n(@Leeni, 33759, 2286), (@Leeni, 33760, 2285), (@Leeni, 33761, 2285), (@Leeni, 33762, 1670), (@Leeni, 33763, 1757), (@Leeni, 33764, 2283), (@Leeni, 33765, 1758), (@Leeni, 33766, 2282), (@Leeni, 33767, 2286),\n(@Leeni, 33768, 2285), (@Leeni, 33769, 2285), (@Leeni, 33770, 1435), (@Leeni, 33771, 2285), (@Leeni, 33801, 1432), (@Leeni, 33841, 1758), (@Leeni, 33842, 1758), (@Leeni, 33843, 1758), (@Leeni, 33938, 1758),\n(@Leeni, 33941, 1758), (@Leeni, 33944, 1758), (@Leeni, 33947, 1758), (@Leeni, 33950, 1758), (@Leeni, 33953, 1758), (@Leeni, 34014, 1758), (@Leeni, 34015, 1432), (@Leeni, 34016, 1432), (@Leeni, 34033, 1432),\n(@Leeni, 34059, 1758), (@Leeni, 34066, 1758), (@Leeni, 34529, 2282), (@Leeni, 34530, 2282), (@Leeni, 34540, 2282);\n\n-- Big Zokk Torquewrench - Season 4\nDELETE FROM `npc_vendor` WHERE `entry` = 26352;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(26352, 34985, 2339), (26352, 34986, 2364), (26352, 34987, 2360), (26352, 34988, 2363), (26352, 34989, 2360), (26352, 34990, 2337), (26352, 34991, 2342), (26352, 34992, 2365), (26352, 34993, 2366),\n(26352, 34994, 2359), (26352, 34995, 2363), (26352, 34996, 2362), (26352, 34997, 2360), (26352, 34998, 2342), (26352, 34999, 2365), (26352, 35000, 2366), (26352, 35001, 2359), (26352, 35002, 2337),\n(26352, 35003, 2342), (26352, 35004, 2365), (26352, 35005, 2366), (26352, 35006, 2359), (26352, 35007, 2337), (26352, 35008, 2363), (26352, 35009, 2359), (26352, 35010, 2365), (26352, 35011, 2342),\n(26352, 35012, 2337), (26352, 35013, 2366), (26352, 35014, 2361), (26352, 35015, 2360), (26352, 35016, 2363), (26352, 35017, 2363), (26352, 35018, 2360), (26352, 35019, 2339), (26352, 35020, 2339),\n(26352, 35021, 2339), (26352, 35022, 2342), (26352, 35023, 2365), (26352, 35024, 2366), (26352, 35025, 2359), (26352, 35026, 2337), (26352, 35027, 2337), (26352, 35028, 2342), (26352, 35029, 2365),\n(26352, 35030, 2366), (26352, 35031, 2359), (26352, 35032, 2342), (26352, 35033, 2365), (26352, 35034, 2366), (26352, 35035, 2359), (26352, 35036, 2337), (26352, 35037, 2363), (26352, 35038, 2363),\n(26352, 35039, 2339), (26352, 35040, 2339), (26352, 35041, 2339), (26352, 35042, 2337), (26352, 35043, 2342), (26352, 35044, 2365), (26352, 35045, 2366), (26352, 35046, 2359), (26352, 35047, 2360),\n(26352, 35048, 2337), (26352, 35049, 2342), (26352, 35050, 2365), (26352, 35051, 2366), (26352, 35052, 2359), (26352, 35053, 2342), (26352, 35054, 2365), (26352, 35055, 2366), (26352, 35056, 2359),\n(26352, 35057, 2337), (26352, 35058, 2363), (26352, 35059, 2337), (26352, 35060, 2342), (26352, 35061, 2365), (26352, 35062, 2366), (26352, 35063, 2359), (26352, 35064, 2360), (26352, 35065, 2339),\n(26352, 35066, 2337), (26352, 35067, 2342), (26352, 35068, 2365), (26352, 35069, 2366), (26352, 35070, 2359), (26352, 35071, 2362), (26352, 35072, 2363), (26352, 35073, 2364), (26352, 35074, 2363),\n(26352, 35075, 2360), (26352, 35076, 2362), (26352, 35077, 2337), (26352, 35078, 2342), (26352, 35079, 2365), (26352, 35080, 2366), (26352, 35081, 2359), (26352, 35082, 2361), (26352, 35083, 2342),\n(26352, 35084, 2365), (26352, 35085, 2366), (26352, 35086, 2359), (26352, 35087, 2337), (26352, 35088, 2337), (26352, 35089, 2342), (26352, 35090, 2365), (26352, 35091, 2366), (26352, 35092, 2359),\n(26352, 35093, 2362), (26352, 35094, 2364), (26352, 35095, 2363), (26352, 35096, 2359), (26352, 35097, 2365), (26352, 35098, 2342), (26352, 35099, 2337), (26352, 35100, 2366), (26352, 35101, 2362),\n(26352, 35102, 2361), (26352, 35103, 2360), (26352, 35104, 2339), (26352, 35105, 2339), (26352, 35106, 2339), (26352, 35107, 2339), (26352, 35108, 2339), (26352, 35109, 2360), (26352, 35110, 2375),\n(26352, 35111, 2342), (26352, 35112, 2365), (26352, 35113, 2366), (26352, 35114, 2359), (26352, 35115, 2337), (26352, 36737, 2375), (26352, 38545, 2388), (26352, 38546, 2388), (26352, 38547, 2388),\n(26352, 38548, 2388), (26352, 38549, 2388), (26352, 38550, 2388);\n\n\n/* DALARAN */\n\n-- Leeni Smalls - Season 5\nDELETE FROM `npc_vendor` WHERE `entry` = 32354;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(32354, 40778, 2440), (32354, 40779, 2440), (32354, 40780, 2440), (32354, 40797, 2443), (32354, 40798, 2443), (32354, 40799, 2443), (32354, 40816, 2440), (32354, 40817, 2440), (32354, 40818, 2440),\n(32354, 40836, 2440), (32354, 40837, 2440), (32354, 40838, 2440), (32354, 40856, 2445), (32354, 40857, 2445), (32354, 40858, 2445), (32354, 40898, 2440), (32354, 40918, 2443), (32354, 40930, 2440),\n(32354, 40936, 2440), (32354, 40960, 2445), (32354, 40986, 2440), (32354, 40987, 2440), (32354, 40998, 2443), (32354, 41004, 2443), (32354, 41010, 2440), (32354, 41016, 2440), (32354, 41023, 2440),\n(32354, 41024, 2445), (32354, 41030, 2440), (32354, 41041, 2445), (32354, 41078, 2440), (32354, 41084, 2440), (32354, 41134, 2443), (32354, 41140, 2443), (32354, 41148, 2440), (32354, 41154, 2440),\n(32354, 41160, 2440), (32354, 41202, 2440), (32354, 41208, 2445), (32354, 41214, 2445), (32354, 41268, 2443), (32354, 41269, 2440), (32354, 41270, 2440), (32354, 41271, 2445), (32354, 41272, 2440),\n(32354, 41278, 2445), (32354, 41290, 2443), (32354, 41301, 2440), (32354, 41313, 2440), (32354, 41324, 2440), (32354, 41643, 2443), (32354, 41644, 2440), (32354, 41645, 2440), (32354, 41646, 2445),\n(32354, 41647, 2440), (32354, 41658, 2440), (32354, 41664, 2440), (32354, 41675, 2440), (32354, 41712, 2445), (32354, 41770, 2443), (32354, 41847, 2443), (32354, 41848, 2440), (32354, 41849, 2440),\n(32354, 41850, 2445), (32354, 41851, 2440), (32354, 41912, 2440), (32354, 41918, 2440), (32354, 41924, 2440), (32354, 41930, 2445), (32354, 41937, 2443), (32354, 41943, 2440), (32354, 41949, 2440),\n(32354, 41956, 2440), (32354, 41962, 2445), (32354, 41968, 2443), (32354, 41990, 2440), (32354, 41996, 2440), (32354, 42002, 2440), (32354, 42008, 2445), (32354, 42014, 2443);\n\n-- Leeni Smalls - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 33919;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33919, 40781, 2440), (33919, 40782, 2440), (33919, 40783, 2440), (33919, 40801, 2441), (33919, 40802, 2441), (33919, 40803, 2441), (33919, 40819, 2440), (33919, 40820, 2440), (33919, 40821, 2440),\n(33919, 40840, 2440), (33919, 40841, 2440), (33919, 40842, 2440), (33919, 40859, 2445), (33919, 40860, 2445), (33919, 40861, 2445), (33919, 40904, 2440), (33919, 40925, 2441), (33919, 40931, 2440),\n(33919, 40937, 2440), (33919, 40961, 2445), (33919, 40988, 2440), (33919, 40989, 2440), (33919, 40999, 2441), (33919, 41005, 2441), (33919, 41011, 2440), (33919, 41017, 2440), (33919, 41025, 2440),\n(33919, 41031, 2440), (33919, 41036, 2445), (33919, 41042, 2445), (33919, 41079, 2440), (33919, 41085, 2440), (33919, 41135, 2441), (33919, 41141, 2441), (33919, 41149, 2440), (33919, 41155, 2440),\n(33919, 41162, 2440), (33919, 41203, 2440), (33919, 41209, 2445), (33919, 41215, 2445), (33919, 41273, 2445), (33919, 41279, 2445), (33919, 41284, 2441), (33919, 41291, 2441), (33919, 41296, 2440),\n(33919, 41302, 2440), (33919, 41308, 2440), (33919, 41314, 2440), (33919, 41319, 2440), (33919, 41325, 2440), (33919, 41648, 2440), (33919, 41653, 2440), (33919, 41659, 2440), (33919, 41665, 2440),\n(33919, 41670, 2440), (33919, 41676, 2440), (33919, 41681, 2445), (33919, 41713, 2445), (33919, 41765, 2441), (33919, 41771, 2441), (33919, 41852, 2440), (33919, 41857, 2440), (33919, 41862, 2440),\n(33919, 41867, 2445), (33919, 41872, 2441), (33919, 41913, 2440), (33919, 41919, 2440), (33919, 41925, 2440), (33919, 41931, 2445), (33919, 41938, 2441), (33919, 41944, 2440), (33919, 41950, 2440),\n(33919, 41957, 2440), (33919, 41963, 2445), (33919, 41969, 2441), (33919, 41991, 2440), (33919, 42001, 2440), (33919, 42003, 2440), (33919, 42009, 2445), (33919, 42015, 2441), (33919, 45706, 2596);\n\n-- Leeni Smalls - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 33930;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33930, 40784, 2440), (33930, 40785, 2440), (33930, 40786, 2440), (33930, 40804, 2443), (33930, 40805, 2443), (33930, 40806, 2443), (33930, 40823, 2440), (33930, 40824, 2440), (33930, 40825, 2440),\n(33930, 40844, 2440), (33930, 40845, 2440), (33930, 40846, 2440), (33930, 40862, 2445), (33930, 40863, 2445), (33930, 40864, 2445), (33930, 40905, 2440), (33930, 40926, 2443), (33930, 40932, 2440),\n(33930, 40938, 2440), (33930, 40962, 2445), (33930, 40990, 2440), (33930, 40991, 2440), (33930, 41000, 2443), (33930, 41006, 2443), (33930, 41012, 2440), (33930, 41018, 2440), (33930, 41026, 2440),\n(33930, 41032, 2440), (33930, 41037, 2445), (33930, 41043, 2445), (33930, 41080, 2440), (33930, 41086, 2440), (33930, 41136, 2443), (33930, 41142, 2443), (33930, 41150, 2440), (33930, 41156, 2440),\n(33930, 41198, 2440), (33930, 41204, 2440), (33930, 41210, 2445), (33930, 41216, 2445), (33930, 41274, 2445), (33930, 41280, 2445), (33930, 41286, 2443), (33930, 41292, 2443), (33930, 41297, 2440),\n(33930, 41303, 2440), (33930, 41309, 2440), (33930, 41315, 2440), (33930, 41320, 2440), (33930, 41326, 2440), (33930, 41649, 2440), (33930, 41654, 2440), (33930, 41660, 2440), (33930, 41666, 2440),\n(33930, 41671, 2440), (33930, 41677, 2440), (33930, 41682, 2445), (33930, 41714, 2445), (33930, 41766, 2443), (33930, 41772, 2443), (33930, 41853, 2440), (33930, 41858, 2440), (33930, 41863, 2440),\n(33930, 41868, 2445), (33930, 41873, 2443), (33930, 41914, 2440), (33930, 41920, 2440), (33930, 41926, 2440), (33930, 41933, 2445), (33930, 41939, 2443), (33930, 41945, 2440), (33930, 41951, 2440),\n(33930, 41958, 2440), (33930, 41964, 2445), (33930, 41970, 2443), (33930, 41992, 2440), (33930, 41997, 2440), (33930, 42004, 2440), (33930, 42010, 2445), (33930, 42016, 2443), (33930, 45706, 2596);\n\n-- Leeni Smalls - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 33941;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33941, 40787, 2959), (33941, 40788, 2959), (33941, 40789, 2959), (33941, 40807, 2960), (33941, 40808, 2960), (33941, 40809, 2960), (33941, 40826, 2959), (33941, 40827, 2959), (33941, 40828, 2959),\n(33941, 40847, 2958), (33941, 40848, 2958), (33941, 40849, 2958), (33941, 40866, 2958), (33941, 40868, 2958), (33941, 40869, 2958), (33941, 40907, 2959), (33941, 40927, 2960), (33941, 40933, 2959),\n(33941, 40939, 2958), (33941, 40963, 2958), (33941, 40992, 2959), (33941, 40993, 2959), (33941, 41001, 2960), (33941, 41007, 2960), (33941, 41013, 2959), (33941, 41019, 2959), (33941, 41027, 2958),\n(33941, 41033, 2958), (33941, 41038, 2958), (33941, 41044, 2958), (33941, 41081, 2959), (33941, 41087, 2959), (33941, 41137, 2960), (33941, 41143, 2960), (33941, 41151, 2959), (33941, 41157, 2959),\n(33941, 41199, 2958), (33941, 41205, 2958), (33941, 41211, 2958), (33941, 41217, 2958), (33941, 41275, 2958), (33941, 41281, 2958), (33941, 41287, 2960), (33941, 41293, 2960), (33941, 41298, 2958),\n(33941, 41304, 2958), (33941, 41310, 2959), (33941, 41316, 2959), (33941, 41321, 2959), (33941, 41327, 2959), (33941, 41650, 2959), (33941, 41655, 2958), (33941, 41661, 2959), (33941, 41667, 2958),\n(33941, 41672, 2959), (33941, 41678, 2959), (33941, 41683, 2958), (33941, 41715, 2958), (33941, 41767, 2960), (33941, 41773, 2960), (33941, 41854, 2959), (33941, 41859, 2959), (33941, 41864, 2958),\n(33941, 41869, 2958), (33941, 41874, 2960), (33941, 41915, 2959), (33941, 41921, 2959), (33941, 41927, 2958), (33941, 41934, 2958), (33941, 41940, 2960), (33941, 41946, 2959), (33941, 41953, 2959),\n(33941, 41959, 2958), (33941, 41965, 2958), (33941, 41971, 2960), (33941, 41993, 2959), (33941, 41998, 2959), (33941, 42005, 2958), (33941, 42011, 2958), (33941, 42017, 2960), (33941, 42579, 2969),\n(33941, 42584, 2969), (33941, 42589, 2969), (33941, 42598, 2969), (33941, 42603, 2969), (33941, 42608, 2969), (33941, 42615, 2969), (33941, 42621, 2969), (33941, 42853, 2969), (33941, 45706, 2596);\n\n-- Big Zokk Torquewrench - Season 5\nDELETE FROM `npc_vendor` WHERE `entry` = 32355;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(32355, 40781, 2451), (32355, 40782, 2451), (32355, 40783, 2451), (32355, 40801, 2452), (32355, 40802, 2452), (32355, 40803, 2452), (32355, 40819, 2453), (32355, 40820, 2453), (32355, 40821, 2453),\n(32355, 40840, 2454), (32355, 40841, 2454), (32355, 40842, 2454), (32355, 40859, 2459), (32355, 40860, 2459), (32355, 40861, 2459), (32355, 40904, 2451), (32355, 40925, 2452), (32355, 40931, 2453),\n(32355, 40937, 2454), (32355, 40961, 2459), (32355, 40988, 2451), (32355, 40989, 2451), (32355, 40999, 2452), (32355, 41005, 2452), (32355, 41011, 2453), (32355, 41017, 2453), (32355, 41025, 2454),\n(32355, 41031, 2454), (32355, 41036, 2459), (32355, 41042, 2459), (32355, 41079, 2451), (32355, 41085, 2451), (32355, 41135, 2452), (32355, 41141, 2452), (32355, 41149, 2453), (32355, 41155, 2453),\n(32355, 41162, 2454), (32355, 41203, 2454), (32355, 41209, 2459), (32355, 41215, 2459), (32355, 41273, 2459), (32355, 41279, 2459), (32355, 41284, 2452), (32355, 41291, 2452), (32355, 41296, 2454),\n(32355, 41302, 2454), (32355, 41308, 2451), (32355, 41314, 2451), (32355, 41319, 2453), (32355, 41325, 2453), (32355, 41648, 2451), (32355, 41653, 2454), (32355, 41659, 2451), (32355, 41665, 2454),\n(32355, 41670, 2453), (32355, 41676, 2453), (32355, 41681, 2459), (32355, 41713, 2459), (32355, 41765, 2452), (32355, 41771, 2452), (32355, 41852, 2453), (32355, 41857, 2451), (32355, 41862, 2454),\n(32355, 41867, 2459), (32355, 41872, 2452), (32355, 41913, 2453), (32355, 41919, 2451), (32355, 41925, 2454), (32355, 41931, 2459), (32355, 41938, 2452), (32355, 41944, 2453), (32355, 41950, 2451),\n(32355, 41957, 2454), (32355, 41963, 2459), (32355, 41969, 2452), (32355, 41991, 2453), (32355, 42001, 2451), (32355, 42003, 2454), (32355, 42009, 2459), (32355, 42015, 2452);\n\n-- Big Zokk Torquewrench - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 33916;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33916, 40784, 2611), (33916, 40785, 2611), (33916, 40786, 2611), (33916, 40804, 2609), (33916, 40805, 2609), (33916, 40806, 2609), (33916, 40823, 2612), (33916, 40824, 2612), (33916, 40825, 2612),\n(33916, 40844, 2610), (33916, 40845, 2610), (33916, 40846, 2610), (33916, 40862, 2613), (33916, 40863, 2613), (33916, 40864, 2613), (33916, 40905, 2611), (33916, 40926, 2609), (33916, 40932, 2612),\n(33916, 40938, 2610), (33916, 40962, 2613), (33916, 40990, 2611), (33916, 40991, 2611), (33916, 41000, 2609), (33916, 41006, 2609), (33916, 41012, 2612), (33916, 41018, 2612), (33916, 41026, 2610),\n(33916, 41032, 2610), (33916, 41037, 2613), (33916, 41043, 2613), (33916, 41080, 2611), (33916, 41086, 2611), (33916, 41136, 2609), (33916, 41142, 2609), (33916, 41150, 2612), (33916, 41156, 2612),\n(33916, 41198, 2610), (33916, 41204, 2610), (33916, 41210, 2613), (33916, 41216, 2613), (33916, 41274, 2613), (33916, 41280, 2613), (33916, 41286, 2609), (33916, 41292, 2609), (33916, 41297, 2610),\n(33916, 41303, 2610), (33916, 41309, 2611), (33916, 41315, 2611), (33916, 41320, 2612), (33916, 41326, 2612), (33916, 41649, 2611), (33916, 41654, 2610), (33916, 41660, 2611), (33916, 41666, 2610),\n(33916, 41671, 2612), (33916, 41677, 2612), (33916, 41682, 2613), (33916, 41714, 2613), (33916, 41766, 2609), (33916, 41772, 2609), (33916, 41853, 2612), (33916, 41858, 2611), (33916, 41863, 2610),\n(33916, 41868, 2613), (33916, 41873, 2609), (33916, 41914, 2612), (33916, 41920, 2611), (33916, 41926, 2610), (33916, 41933, 2613), (33916, 41939, 2609), (33916, 41945, 2612), (33916, 41951, 2611),\n(33916, 41958, 2610), (33916, 41964, 2613), (33916, 41970, 2609), (33916, 41992, 2612), (33916, 41997, 2611), (33916, 42004, 2610), (33916, 42010, 2613), (33916, 42016, 2609), (33916, 42578, 2608),\n(33916, 42583, 2608), (33916, 42588, 2608), (33916, 42597, 2608), (33916, 42602, 2608), (33916, 42607, 2608), (33916, 42614, 2608), (33916, 42620, 2608), (33916, 42852, 2608), (33916, 45706, 2596);\n\n-- Big Zokk Torquewrench - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 33932;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33932, 40787, 2611), (33932, 40788, 2611), (33932, 40789, 2611), (33932, 40807, 2609), (33932, 40808, 2609), (33932, 40809, 2609), (33932, 40826, 2612), (33932, 40827, 2612), (33932, 40828, 2612),\n(33932, 40847, 2610), (33932, 40848, 2610), (33932, 40849, 2610), (33932, 40866, 2613), (33932, 40868, 2613), (33932, 40869, 2613), (33932, 40907, 2611), (33932, 40927, 2609), (33932, 40933, 2612),\n(33932, 40939, 2610), (33932, 40963, 2613), (33932, 40992, 2611), (33932, 40993, 2611), (33932, 41001, 2609), (33932, 41007, 2609), (33932, 41013, 2612), (33932, 41019, 2612), (33932, 41027, 2610),\n(33932, 41033, 2610), (33932, 41038, 2613), (33932, 41044, 2613), (33932, 41081, 2611), (33932, 41087, 2611), (33932, 41137, 2609), (33932, 41143, 2609), (33932, 41151, 2612), (33932, 41157, 2612),\n(33932, 41199, 2610), (33932, 41205, 2610), (33932, 41211, 2613), (33932, 41217, 2613), (33932, 41275, 2613), (33932, 41281, 2613), (33932, 41287, 2609), (33932, 41293, 2609), (33932, 41298, 2610),\n(33932, 41304, 2610), (33932, 41310, 2611), (33932, 41316, 2611), (33932, 41321, 2612), (33932, 41327, 2612), (33932, 41650, 2611), (33932, 41655, 2610), (33932, 41661, 2611), (33932, 41667, 2610),\n(33932, 41672, 2612), (33932, 41678, 2612), (33932, 41683, 2613), (33932, 41715, 2613), (33932, 41767, 2609), (33932, 41773, 2609), (33932, 41854, 2612), (33932, 41859, 2611), (33932, 41864, 2610),\n(33932, 41869, 2613), (33932, 41874, 2609), (33932, 41915, 2612), (33932, 41921, 2611), (33932, 41927, 2610), (33932, 41934, 2613), (33932, 41940, 2609), (33932, 41946, 2612), (33932, 41953, 2611),\n(33932, 41959, 2610), (33932, 41965, 2613), (33932, 41971, 2609), (33932, 41993, 2612), (33932, 41998, 2611), (33932, 42005, 2610), (33932, 42011, 2613), (33932, 42017, 2609), (33932, 42579, 2608),\n(33932, 42584, 2608), (33932, 42589, 2608), (33932, 42598, 2608), (33932, 42603, 2608), (33932, 42608, 2608), (33932, 42615, 2608), (33932, 42621, 2608), (33932, 42853, 2608), (33932, 45706, 2596);\n\n-- Big Zokk Torquewrench - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 33933;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33933, 40790, 2956), (33933, 40791, 2956), (33933, 40792, 2956), (33933, 40810, 2957), (33933, 40811, 2957), (33933, 40812, 2957), (33933, 40829, 2956), (33933, 40830, 2956), (33933, 40831, 2956),\n(33933, 40850, 2956), (33933, 40851, 2956), (33933, 40852, 2956), (33933, 40870, 2955), (33933, 40871, 2955), (33933, 40872, 2955), (33933, 40910, 2956), (33933, 40928, 2957), (33933, 40934, 2956),\n(33933, 40940, 2956), (33933, 40964, 2955), (33933, 40994, 2956), (33933, 40995, 2956), (33933, 41002, 2957), (33933, 41008, 2957), (33933, 41014, 2956), (33933, 41020, 2956), (33933, 41028, 2956),\n(33933, 41034, 2956), (33933, 41039, 2955), (33933, 41045, 2955), (33933, 41082, 2956), (33933, 41088, 2956), (33933, 41138, 2957), (33933, 41144, 2957), (33933, 41152, 2956), (33933, 41158, 2956),\n(33933, 41200, 2956), (33933, 41206, 2956), (33933, 41212, 2955), (33933, 41218, 2955), (33933, 41276, 2955), (33933, 41282, 2955), (33933, 41288, 2957), (33933, 41294, 2957), (33933, 41299, 2956),\n(33933, 41305, 2956), (33933, 41311, 2956), (33933, 41317, 2956), (33933, 41322, 2956), (33933, 41328, 2956), (33933, 41651, 2956), (33933, 41656, 2956), (33933, 41662, 2956), (33933, 41668, 2956),\n(33933, 41673, 2956), (33933, 41679, 2956), (33933, 41684, 2955), (33933, 41716, 2955), (33933, 41768, 2957), (33933, 41774, 2957), (33933, 41855, 2956), (33933, 41860, 2956), (33933, 41865, 2956),\n(33933, 41870, 2955), (33933, 41875, 2957), (33933, 41916, 2956), (33933, 41922, 2956), (33933, 41928, 2956), (33933, 41935, 2955), (33933, 41941, 2957), (33933, 41947, 2956), (33933, 41954, 2956),\n(33933, 41960, 2956), (33933, 41966, 2955), (33933, 41972, 2957), (33933, 41994, 2956), (33933, 41999, 2956), (33933, 42006, 2956), (33933, 42012, 2955), (33933, 42018, 2957), (33933, 42580, 2608),\n(33933, 42585, 2608), (33933, 42591, 2608), (33933, 42599, 2608), (33933, 42604, 2608), (33933, 42609, 2608), (33933, 42616, 2608), (33933, 42622, 2608), (33933, 42854, 2608), (33933, 45706, 2596);\n\n-- Kezzik the Striker - Season 5\nDELETE FROM `npc_vendor` WHERE `entry` = 32356;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(32356, 40784, 2462), (32356, 40785, 2462), (32356, 40786, 2462), (32356, 40804, 2463), (32356, 40805, 2463), (32356, 40806, 2463), (32356, 40823, 2464), (32356, 40824, 2464), (32356, 40825, 2464),\n(32356, 40844, 2465), (32356, 40845, 2465), (32356, 40846, 2465), (32356, 40862, 2470), (32356, 40863, 2470), (32356, 40864, 2470), (32356, 40905, 2462), (32356, 40926, 2463), (32356, 40932, 2464),\n(32356, 40938, 2465), (32356, 40962, 2470), (32356, 40990, 2462), (32356, 40991, 2462), (32356, 41000, 2463), (32356, 41006, 2463), (32356, 41012, 2464), (32356, 41018, 2464), (32356, 41026, 2465),\n(32356, 41032, 2465), (32356, 41037, 2470), (32356, 41043, 2470), (32356, 41080, 2462), (32356, 41086, 2462), (32356, 41136, 2463), (32356, 41142, 2463), (32356, 41150, 2464), (32356, 41156, 2464),\n(32356, 41198, 2465), (32356, 41204, 2465), (32356, 41210, 2470), (32356, 41216, 2470), (32356, 41274, 2470), (32356, 41280, 2470), (32356, 41286, 2463), (32356, 41292, 2463), (32356, 41297, 2465),\n(32356, 41303, 2465), (32356, 41309, 2462), (32356, 41315, 2462), (32356, 41320, 2464), (32356, 41326, 2464), (32356, 41649, 2462), (32356, 41654, 2465), (32356, 41660, 2462), (32356, 41666, 2465),\n(32356, 41671, 2464), (32356, 41677, 2464), (32356, 41682, 2470), (32356, 41714, 2470), (32356, 41766, 2463), (32356, 41772, 2463), (32356, 41853, 2464), (32356, 41858, 2462), (32356, 41863, 2465),\n(32356, 41868, 2470), (32356, 41873, 2463), (32356, 41914, 2464), (32356, 41920, 2462), (32356, 41926, 2465), (32356, 41933, 2470), (32356, 41939, 2463), (32356, 41945, 2464), (32356, 41951, 2462),\n(32356, 41958, 2465), (32356, 41964, 2470), (32356, 41970, 2463), (32356, 41992, 2464), (32356, 41997, 2462), (32356, 42004, 2465), (32356, 42010, 2470), (32356, 42016, 2463), (32356, 42208, 2466),\n(32356, 42227, 2466), (32356, 42232, 2466), (32356, 42237, 2466), (32356, 42242, 2466), (32356, 42248, 2466), (32356, 42255, 2466), (32356, 42260, 2466), (32356, 42265, 2466), (32356, 42270, 2466),\n(32356, 42275, 2466), (32356, 42280, 2466), (32356, 42285, 2466), (32356, 42290, 2466), (32356, 42317, 2460), (32356, 42322, 2460), (32356, 42327, 2460), (32356, 42332, 2460), (32356, 42346, 2466),\n(32356, 42352, 2466), (32356, 42362, 2460), (32356, 42384, 2460), (32356, 42390, 2460), (32356, 42450, 2469), (32356, 42485, 2460), (32356, 42490, 2460), (32356, 42495, 2460), (32356, 42502, 2469),\n(32356, 42513, 2469), (32356, 42519, 2469), (32356, 42559, 2469), (32356, 42564, 2469), (32356, 42570, 2469), (32356, 42578, 2468), (32356, 42583, 2468), (32356, 42588, 2468), (32356, 42597, 2468),\n(32356, 42602, 2468), (32356, 42607, 2468), (32356, 42614, 2468), (32356, 42620, 2468), (32356, 42852, 2468), (32356, 44419, 2460), (32356, 44420, 2460);\n\n-- Kezzik the Striker - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 33918;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33918, 40787, 2622), (33918, 40788, 2622), (33918, 40789, 2622), (33918, 40807, 2621), (33918, 40808, 2621), (33918, 40809, 2621), (33918, 40826, 2629), (33918, 40827, 2629), (33918, 40828, 2629),\n(33918, 40847, 2340), (33918, 40848, 2340), (33918, 40849, 2340), (33918, 40866, 2470), (33918, 40868, 2470), (33918, 40869, 2470), (33918, 40907, 2622), (33918, 40927, 2621), (33918, 40933, 2629),\n(33918, 40939, 2340), (33918, 40963, 2470), (33918, 40992, 2622), (33918, 40993, 2622), (33918, 41001, 2621), (33918, 41007, 2621), (33918, 41013, 2629), (33918, 41019, 2629), (33918, 41027, 2340),\n(33918, 41033, 2340), (33918, 41038, 2470), (33918, 41044, 2470), (33918, 41081, 2622), (33918, 41087, 2622), (33918, 41137, 2621), (33918, 41143, 2621), (33918, 41151, 2629), (33918, 41157, 2629),\n(33918, 41199, 2340), (33918, 41205, 2340), (33918, 41211, 2470), (33918, 41217, 2470), (33918, 41275, 2470), (33918, 41281, 2470), (33918, 41287, 2621), (33918, 41293, 2621), (33918, 41298, 2340),\n(33918, 41304, 2340), (33918, 41310, 2622), (33918, 41316, 2622), (33918, 41321, 2629), (33918, 41327, 2629), (33918, 41650, 2622), (33918, 41655, 2340), (33918, 41661, 2622), (33918, 41667, 2340),\n(33918, 41672, 2629), (33918, 41678, 2629), (33918, 41683, 2470), (33918, 41715, 2470), (33918, 41767, 2621), (33918, 41773, 2621), (33918, 41854, 2629), (33918, 41859, 2622), (33918, 41864, 2340),\n(33918, 41869, 2470), (33918, 41874, 2621), (33918, 41915, 2629), (33918, 41921, 2622), (33918, 41927, 2340), (33918, 41934, 2470), (33918, 41940, 2621), (33918, 41946, 2629), (33918, 41953, 2622),\n(33918, 41959, 2340), (33918, 41965, 2470), (33918, 41971, 2621), (33918, 41993, 2629), (33918, 41998, 2622), (33918, 42005, 2340), (33918, 42011, 2470), (33918, 42017, 2621), (33918, 42209, 2624),\n(33918, 42228, 2626), (33918, 42233, 2626), (33918, 42243, 2624), (33918, 42249, 2626), (33918, 42256, 2626), (33918, 42261, 2624), (33918, 42266, 2626), (33918, 42271, 2626), (33918, 42276, 2624),\n(33918, 42281, 2626), (33918, 42286, 2624), (33918, 42291, 2626), (33918, 42318, 2623), (33918, 42323, 2623), (33918, 42328, 2623), (33918, 42333, 2623), (33918, 42347, 2624), (33918, 42353, 2624),\n(33918, 42364, 2623), (33918, 42385, 2623), (33918, 42391, 2623), (33918, 42451, 2384), (33918, 42486, 2623), (33918, 42491, 2623), (33918, 42496, 2623), (33918, 42503, 2384), (33918, 42514, 2384),\n(33918, 42520, 2384), (33918, 42526, 2626), (33918, 42532, 2626), (33918, 42538, 2626), (33918, 42560, 2628), (33918, 42565, 2628), (33918, 42571, 2628), (33918, 42579, 2384), (33918, 42584, 2384),\n(33918, 42589, 2384), (33918, 42598, 2384), (33918, 42603, 2384), (33918, 42608, 2384), (33918, 42615, 2384), (33918, 42621, 2384), (33918, 42853, 2384), (33918, 44421, 2623), (33918, 44422, 2623),\n(33918, 45706, 2596), (33918, 45983, 2636);\n\n-- Kezzik the Striker - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 33931;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33931, 40790, 2688), (33931, 40791, 2688), (33931, 40792, 2688), (33931, 40810, 2689), (33931, 40811, 2689), (33931, 40812, 2689), (33931, 40829, 2690), (33931, 40830, 2690), (33931, 40831, 2690),\n(33931, 40850, 2691), (33931, 40851, 2691), (33931, 40852, 2691), (33931, 40870, 2692), (33931, 40871, 2692), (33931, 40872, 2692), (33931, 40910, 2688), (33931, 40928, 2689), (33931, 40934, 2690),\n(33931, 40940, 2691), (33931, 40964, 2692), (33931, 40994, 2688), (33931, 40995, 2688), (33931, 41002, 2689), (33931, 41008, 2689), (33931, 41014, 2690), (33931, 41020, 2690), (33931, 41028, 2691),\n(33931, 41034, 2691), (33931, 41039, 2692), (33931, 41045, 2692), (33931, 41082, 2688), (33931, 41088, 2688), (33931, 41138, 2689), (33931, 41144, 2689), (33931, 41152, 2690), (33931, 41158, 2690),\n(33931, 41200, 2691), (33931, 41206, 2691), (33931, 41212, 2692), (33931, 41218, 2692), (33931, 41276, 2692), (33931, 41282, 2692), (33931, 41288, 2689), (33931, 41294, 2689), (33931, 41299, 2691),\n(33931, 41305, 2691), (33931, 41311, 2688), (33931, 41317, 2688), (33931, 41322, 2690), (33931, 41328, 2690), (33931, 41651, 2688), (33931, 41656, 2691), (33931, 41662, 2688), (33931, 41668, 2691),\n(33931, 41673, 2690), (33931, 41679, 2690), (33931, 41684, 2692), (33931, 41716, 2692), (33931, 41768, 2689), (33931, 41774, 2689), (33931, 41855, 2690), (33931, 41860, 2688), (33931, 41865, 2691),\n(33931, 41870, 2692), (33931, 41875, 2689), (33931, 41916, 2690), (33931, 41922, 2688), (33931, 41928, 2691), (33931, 41935, 2692), (33931, 41941, 2689), (33931, 41947, 2690), (33931, 41954, 2688),\n(33931, 41960, 2691), (33931, 41966, 2692), (33931, 41972, 2689), (33931, 41994, 2690), (33931, 41999, 2688), (33931, 42006, 2691), (33931, 42012, 2692), (33931, 42018, 2689), (33931, 42210, 2698),\n(33931, 42229, 2698), (33931, 42234, 2698), (33931, 42244, 2698), (33931, 42250, 2698), (33931, 42257, 2698), (33931, 42262, 2695), (33931, 42267, 2698), (33931, 42272, 2698), (33931, 42277, 2698),\n(33931, 42282, 2698), (33931, 42287, 2698), (33931, 42292, 2698), (33931, 42319, 2693), (33931, 42324, 2693), (33931, 42329, 2693), (33931, 42334, 2693), (33931, 42348, 2695), (33931, 42354, 2695),\n(33931, 42366, 2693), (33931, 42386, 2693), (33931, 42392, 2693), (33931, 42483, 2700), (33931, 42487, 2693), (33931, 42492, 2693), (33931, 42498, 2693), (33931, 42504, 2700), (33931, 42515, 2700),\n(33931, 42521, 2700), (33931, 42527, 2701), (33931, 42533, 2701), (33931, 42539, 2701), (33931, 42561, 2701), (33931, 42566, 2701), (33931, 42572, 2701), (33931, 42580, 2700), (33931, 42585, 2700),\n(33931, 42591, 2700), (33931, 42599, 2700), (33931, 42604, 2700), (33931, 42609, 2700), (33931, 42616, 2700), (33931, 42622, 2700), (33931, 42854, 2700), (33931, 44423, 2693), (33931, 44424, 2693),\n(33931, 45706, 2596), (33931, 49185, 2700), (33931, 49187, 2701), (33931, 49189, 2695);\n\n-- Kezzik the Striker - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 33940;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33940, 51388, 2936), (33940, 51390, 2936), (33940, 51392, 2936), (33940, 51394, 2936), (33940, 51396, 2950), (33940, 51397, 2943), (33940, 51400, 2936), (33940, 51402, 2936), (33940, 51404, 2936),\n(33940, 51406, 2943), (33940, 51407, 2950), (33940, 51408, 2950), (33940, 51409, 2950), (33940, 51410, 2951), (33940, 51411, 2936), (33940, 51413, 2952), (33940, 51414, 2954), (33940, 51415, 2949),\n(33940, 51416, 2953), (33940, 51417, 2951), (33940, 51418, 2948), (33940, 51419, 2952), (33940, 51420, 2954), (33940, 51421, 2949), (33940, 51422, 2953), (33940, 51423, 2951), (33940, 51424, 2948),\n(33940, 51425, 2952), (33940, 51426, 2954), (33940, 51427, 2949), (33940, 51428, 2953), (33940, 51429, 2951), (33940, 51430, 2948), (33940, 51431, 2936), (33940, 51433, 2952), (33940, 51434, 2954),\n(33940, 51435, 2949), (33940, 51436, 2953), (33940, 51437, 2951), (33940, 51438, 2948), (33940, 51439, 2946), (33940, 51441, 2946), (33940, 51443, 2946), (33940, 51445, 2946), (33940, 51447, 2946),\n(33940, 51449, 2936), (33940, 51451, 2951), (33940, 51452, 2950), (33940, 51453, 2943), (33940, 51455, 2950), (33940, 51456, 2936), (33940, 51458, 2952), (33940, 51459, 2954), (33940, 51460, 2949),\n(33940, 51461, 2953), (33940, 51462, 2948), (33940, 51463, 2952), (33940, 51464, 2954), (33940, 51465, 2949), (33940, 51466, 2953), (33940, 51467, 2948), (33940, 51468, 2952), (33940, 51469, 2954),\n(33940, 51470, 2949), (33940, 51471, 2953), (33940, 51472, 2951), (33940, 51473, 2948), (33940, 51474, 2952), (33940, 51475, 2954), (33940, 51476, 2949), (33940, 51477, 2953), (33940, 51478, 2951),\n(33940, 51479, 2948), (33940, 51480, 2936), (33940, 51482, 2952), (33940, 51483, 2954), (33940, 51484, 2949), (33940, 51485, 2953), (33940, 51486, 2948), (33940, 51487, 2952), (33940, 51488, 2954),\n(33940, 51489, 2949), (33940, 51490, 2953), (33940, 51491, 2948), (33940, 51492, 2952), (33940, 51493, 2954), (33940, 51494, 2949), (33940, 51495, 2953), (33940, 51496, 2948), (33940, 51497, 2952),\n(33940, 51498, 2954), (33940, 51499, 2949), (33940, 51500, 2953), (33940, 51501, 2951), (33940, 51502, 2948), (33940, 51503, 2952), (33940, 51504, 2954), (33940, 51505, 2949), (33940, 51506, 2953),\n(33940, 51507, 2951), (33940, 51508, 2948), (33940, 51509, 2952), (33940, 51510, 2954), (33940, 51511, 2949), (33940, 51512, 2953), (33940, 51513, 2951), (33940, 51514, 2948), (33940, 51515, 2945),\n(33940, 51517, 2945), (33940, 51519, 2945), (33940, 51521, 2945), (33940, 51523, 2945), (33940, 51525, 2946), (33940, 51527, 2946), (33940, 51530, 2946), (33940, 51531, 2951), (33940, 51532, 2951),\n(33940, 51533, 2950), (33940, 51535, 2951), (33940, 51536, 2952), (33940, 51537, 2954), (33940, 51538, 2949), (33940, 51539, 2953), (33940, 51540, 2948), (33940, 51541, 2952), (33940, 51542, 2954),\n(33940, 51543, 2949), (33940, 51544, 2953), (33940, 51545, 2948);\n\n-- Grez Brainboiler - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 34089;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(34089, 45937, 2632), (34089, 45938, 2632), (34089, 45939, 2632), (34089, 45948, 2632), (34089, 45949, 2632), (34089, 45950, 2632), (34089, 45951, 2632), (34089, 45952, 2632), (34089, 45953, 2632),\n(34089, 45954, 2632), (34089, 45955, 2632), (34089, 45956, 2632), (34089, 45957, 2634), (34089, 45958, 2634), (34089, 45959, 2634), (34089, 45960, 2634), (34089, 45961, 2635), (34089, 45962, 2635),\n(34089, 45963, 2635), (34089, 45964, 2635), (34089, 45965, 2635), (34089, 45966, 2635), (34089, 45967, 2635), (34089, 45968, 2635), (34089, 45969, 2634), (34089, 45970, 2633), (34089, 45971, 2633);\n\n-- Grez Brainboiler - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 34091;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(34091, 48402, 2694), (34091, 48404, 2694), (34091, 48406, 2694), (34091, 48408, 2696), (34091, 48410, 2694), (34091, 48412, 2694), (34091, 48414, 2694), (34091, 48420, 2694), (34091, 48422, 2694),\n(34091, 48424, 2694), (34091, 48426, 2699), (34091, 48428, 2699), (34091, 48432, 2699);\n\n-- Grez Brainboiler - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 34094;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(34094, 51389, 2939), (34094, 51391, 2939), (34094, 51393, 2939), (34094, 51395, 2939), (34094, 51398, 2940), (34094, 51399, 2940), (34094, 51401, 2939), (34094, 51403, 2939), (34094, 51405, 2939),\n(34094, 51412, 2939), (34094, 51432, 2939), (34094, 51440, 2947), (34094, 51442, 2947), (34094, 51444, 2947), (34094, 51446, 2947), (34094, 51448, 2947), (34094, 51450, 2939), (34094, 51454, 2940),\n(34094, 51457, 2939), (34094, 51481, 2939), (34094, 51516, 2944), (34094, 51518, 2944), (34094, 51520, 2944), (34094, 51522, 2944), (34094, 51524, 2944), (34094, 51526, 2947), (34094, 51528, 2947),\n(34094, 51529, 2947), (34094, 51534, 2938);\n\n\n/* GADGETZAN */\n\n-- Evee Copperspring - Season 2\nDELETE FROM `npc_vendor` WHERE `entry` = @Evee;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(@Evee, 30486, 2285), (@Evee, 30487, 2283), (@Evee, 30488, 2285), (@Evee, 30489, 2285), (@Evee, 30490, 2288), (@Evee, 31958, 2286), (@Evee, 31959, 1664), (@Evee, 31960, 2285), (@Evee, 31961, 2283),\n(@Evee, 31962, 2285), (@Evee, 31963, 2285), (@Evee, 31964, 2288), (@Evee, 31965, 2287), (@Evee, 31966, 1664), (@Evee, 31967, 2283), (@Evee, 31968, 2285), (@Evee, 31969, 2285), (@Evee, 31971, 2288),\n(@Evee, 31972, 2285), (@Evee, 31973, 2283), (@Evee, 31974, 2285), (@Evee, 31975, 2285), (@Evee, 31976, 2288), (@Evee, 31977, 2285), (@Evee, 31978, 2283), (@Evee, 31979, 2288), (@Evee, 31980, 2285),\n(@Evee, 31981, 2283), (@Evee, 31982, 2285), (@Evee, 31983, 2285), (@Evee, 31984, 1664), (@Evee, 31985, 2286), (@Evee, 31986, 1664), (@Evee, 31987, 2283), (@Evee, 31988, 2285), (@Evee, 31989, 2285),\n(@Evee, 31990, 2288), (@Evee, 31991, 2285), (@Evee, 31992, 2285), (@Evee, 31993, 2283), (@Evee, 31995, 2285), (@Evee, 31996, 2288), (@Evee, 31997, 2285), (@Evee, 31998, 2283), (@Evee, 31999, 2285),\n(@Evee, 32000, 2285), (@Evee, 32001, 2288), (@Evee, 32002, 2285), (@Evee, 32003, 2286), (@Evee, 32004, 2285), (@Evee, 32005, 2283), (@Evee, 32006, 2285), (@Evee, 32007, 2285), (@Evee, 32008, 2288),\n(@Evee, 32009, 2285), (@Evee, 32010, 2283), (@Evee, 32011, 2285), (@Evee, 32012, 2285), (@Evee, 32013, 2288), (@Evee, 32014, 1664), (@Evee, 32015, 2283), (@Evee, 32016, 2285), (@Evee, 32017, 2285),\n(@Evee, 32018, 2288), (@Evee, 32019, 2285), (@Evee, 32020, 2285), (@Evee, 32021, 2283), (@Evee, 32022, 2285), (@Evee, 32023, 2285), (@Evee, 32024, 2288), (@Evee, 32025, 1664), (@Evee, 32026, 2287),\n(@Evee, 32027, 2286), (@Evee, 32028, 2287), (@Evee, 32029, 2285), (@Evee, 32030, 2283), (@Evee, 32031, 2285), (@Evee, 32032, 2285), (@Evee, 32033, 2288), (@Evee, 32034, 2283), (@Evee, 32035, 2285),\n(@Evee, 32036, 2285), (@Evee, 32037, 2288), (@Evee, 32038, 2285), (@Evee, 32039, 2285), (@Evee, 32040, 2283), (@Evee, 32041, 2285), (@Evee, 32042, 2285), (@Evee, 32043, 2288), (@Evee, 32044, 2287),\n(@Evee, 32045, 2285), (@Evee, 32046, 2286), (@Evee, 32047, 2288), (@Evee, 32048, 2285), (@Evee, 32049, 2283), (@Evee, 32050, 2285), (@Evee, 32051, 2285), (@Evee, 32052, 2287), (@Evee, 32053, 2284),\n(@Evee, 32054, 1758), (@Evee, 32055, 1664), (@Evee, 32056, 2283), (@Evee, 32057, 2285), (@Evee, 32058, 2285), (@Evee, 32059, 2288), (@Evee, 32060, 2285), (@Evee, 32961, 2283), (@Evee, 32962, 1758),\n(@Evee, 32963, 2284), (@Evee, 32964, 2284), (@Evee, 33076, 2283), (@Evee, 33077, 2283), (@Evee, 33078, 2283), (@Evee, 33309, 2285), (@Evee, 33313, 2285), (@Evee, 33937, 2283), (@Evee, 33940, 2283),\n(@Evee, 33943, 2283), (@Evee, 33946, 2283), (@Evee, 33949, 2283), (@Evee, 33952, 2283);\n\n-- Evee Copperspring - Season 3\nDELETE FROM `npc_vendor` WHERE `entry` = 25177;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(25177, 33006, 2282), (25177, 33661, 1431), (25177, 33662, 1432), (25177, 33663, 2282), (25177, 33664, 2285), (25177, 33665, 2286), (25177, 33666, 2285), (25177, 33667, 2285), (25177, 33668, 1435),\n(25177, 33669, 1670), (25177, 33670, 2282), (25177, 33671, 2286), (25177, 33672, 2285), (25177, 33673, 2285), (25177, 33674, 1435), (25177, 33675, 2285), (25177, 33676, 2286), (25177, 33677, 2285),\n(25177, 33678, 2285), (25177, 33679, 1435), (25177, 33680, 2285), (25177, 33681, 1432), (25177, 33682, 1435), (25177, 33683, 2285), (25177, 33684, 2286), (25177, 33685, 2285), (25177, 33686, 2285),\n(25177, 33687, 1757), (25177, 33688, 2282), (25177, 33689, 1432), (25177, 33690, 2286), (25177, 33691, 2285), (25177, 33692, 2285), (25177, 33693, 1435), (25177, 33694, 2285), (25177, 33695, 2285), \n(25177, 33696, 2286), (25177, 33697, 2285), (25177, 33698, 2285), (25177, 33699, 1435), (25177, 33700, 2286), (25177, 33701, 2285), (25177, 33702, 2285), (25177, 33703, 1435), (25177, 33704, 2285),\n(25177, 33705, 1432), (25177, 33706, 2285), (25177, 33707, 2286), (25177, 33708, 2285), (25177, 33709, 2285), (25177, 33710, 1435), (25177, 33711, 2285), (25177, 33712, 2286), (25177, 33713, 2285),\n(25177, 33714, 2285), (25177, 33715, 1435), (25177, 33716, 2282), (25177, 33717, 2286), (25177, 33718, 2285), (25177, 33719, 2285), (25177, 33720, 1435), (25177, 33721, 2285), (25177, 33722, 2285),\n(25177, 33723, 2286), (25177, 33724, 2285), (25177, 33725, 2285), (25177, 33726, 1435), (25177, 33727, 2282), (25177, 33728, 2285), (25177, 33729, 2286), (25177, 33730, 2285), (25177, 33731, 2285),\n(25177, 33732, 1435), (25177, 33733, 1670), (25177, 33734, 1432), (25177, 33735, 1431), (25177, 33736, 1432), (25177, 33737, 1670), (25177, 33738, 2285), (25177, 33739, 2286), (25177, 33740, 2285),\n(25177, 33741, 2285), (25177, 33742, 1435), (25177, 33743, 1757), (25177, 33744, 2286), (25177, 33745, 2285), (25177, 33746, 2285), (25177, 33747, 1435), (25177, 33748, 2285), (25177, 33749, 2285),\n(25177, 33750, 2286), (25177, 33751, 2285), (25177, 33752, 2285), (25177, 33753, 1435), (25177, 33754, 1670), (25177, 33755, 1431), (25177, 33756, 1432), (25177, 33757, 1435), (25177, 33758, 2285),\n(25177, 33759, 2286), (25177, 33760, 2285), (25177, 33761, 2285), (25177, 33762, 1670), (25177, 33763, 1757), (25177, 33764, 2283), (25177, 33765, 1758), (25177, 33766, 2282), (25177, 33767, 2286),\n(25177, 33768, 2285), (25177, 33769, 2285), (25177, 33770, 1435), (25177, 33771, 2285), (25177, 33801, 1432), (25177, 33841, 1758), (25177, 33842, 1758), (25177, 33843, 1758), (25177, 33938, 1758),\n(25177, 33941, 1758), (25177, 33944, 1758), (25177, 33947, 1758), (25177, 33950, 1758), (25177, 33953, 1758), (25177, 34014, 1758), (25177, 34015, 1432), (25177, 34016, 1432), (25177, 34033, 1432),\n(25177, 34059, 1758), (25177, 34066, 1758), (25177, 34529, 2282), (25177, 34530, 2282), (25177, 34540, 2282);\n\n-- Evee Copperspring - Season 4\nDELETE FROM `npc_vendor` WHERE `entry` = 26378;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(26378, 33006, 2282), (26378, 33661, 1431), (26378, 33662, 1432), (26378, 33663, 2282), (26378, 33664, 2285), (26378, 33665, 2286), (26378, 33666, 2285), (26378, 33667, 2285), (26378, 33668, 1435),\n(26378, 33669, 1670), (26378, 33670, 2282), (26378, 33671, 2286), (26378, 33672, 2285), (26378, 33673, 2285), (26378, 33674, 1435), (26378, 33675, 2285), (26378, 33676, 2286), (26378, 33677, 2285),\n(26378, 33678, 2285), (26378, 33679, 1435), (26378, 33680, 2285), (26378, 33681, 1432), (26378, 33682, 1435), (26378, 33683, 2285), (26378, 33684, 2286), (26378, 33685, 2285), (26378, 33686, 2285),\n(26378, 33687, 1757), (26378, 33688, 2282), (26378, 33689, 1432), (26378, 33690, 2286), (26378, 33691, 2285), (26378, 33692, 2285), (26378, 33693, 1435), (26378, 33694, 2285), (26378, 33695, 2285), \n(26378, 33696, 2286), (26378, 33697, 2285), (26378, 33698, 2285), (26378, 33699, 1435), (26378, 33700, 2286), (26378, 33701, 2285), (26378, 33702, 2285), (26378, 33703, 1435), (26378, 33704, 2285),\n(26378, 33705, 1432), (26378, 33706, 2285), (26378, 33707, 2286), (26378, 33708, 2285), (26378, 33709, 2285), (26378, 33710, 1435), (26378, 33711, 2285), (26378, 33712, 2286), (26378, 33713, 2285),\n(26378, 33714, 2285), (26378, 33715, 1435), (26378, 33716, 2282), (26378, 33717, 2286), (26378, 33718, 2285), (26378, 33719, 2285), (26378, 33720, 1435), (26378, 33721, 2285), (26378, 33722, 2285),\n(26378, 33723, 2286), (26378, 33724, 2285), (26378, 33725, 2285), (26378, 33726, 1435), (26378, 33727, 2282), (26378, 33728, 2285), (26378, 33729, 2286), (26378, 33730, 2285), (26378, 33731, 2285),\n(26378, 33732, 1435), (26378, 33733, 1670), (26378, 33734, 1432), (26378, 33735, 1431), (26378, 33736, 1432), (26378, 33737, 1670), (26378, 33738, 2285), (26378, 33739, 2286), (26378, 33740, 2285),\n(26378, 33741, 2285), (26378, 33742, 1435), (26378, 33743, 1757), (26378, 33744, 2286), (26378, 33745, 2285), (26378, 33746, 2285), (26378, 33747, 1435), (26378, 33748, 2285), (26378, 33749, 2285),\n(26378, 33750, 2286), (26378, 33751, 2285), (26378, 33752, 2285), (26378, 33753, 1435), (26378, 33754, 1670), (26378, 33755, 1431), (26378, 33756, 1432), (26378, 33757, 1435), (26378, 33758, 2285),\n(26378, 33759, 2286), (26378, 33760, 2285), (26378, 33761, 2285), (26378, 33762, 1670), (26378, 33763, 1757), (26378, 33764, 2283), (26378, 33765, 1758), (26378, 33766, 2282), (26378, 33767, 2286),\n(26378, 33768, 2285), (26378, 33769, 2285), (26378, 33770, 1435), (26378, 33771, 2285), (26378, 33801, 1432), (26378, 33841, 1758), (26378, 33842, 1758), (26378, 33843, 1758), (26378, 33938, 1758),\n(26378, 33941, 1758), (26378, 33944, 1758), (26378, 33947, 1758), (26378, 33950, 1758), (26378, 33953, 1758), (26378, 34014, 1758), (26378, 34015, 1432), (26378, 34016, 1432), (26378, 34033, 1432),\n(26378, 34059, 1758), (26378, 34066, 1758), (26378, 34529, 2282), (26378, 34530, 2282), (26378, 34540, 2282);\n\n-- Evee Copperspring - Season 5\nDELETE FROM `npc_vendor` WHERE `entry` = 32362;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(32362, 40778, 2440), (32362, 40779, 2440), (32362, 40780, 2440), (32362, 40797, 2443), (32362, 40798, 2443), (32362, 40799, 2443), (32362, 40816, 2440), (32362, 40817, 2440), (32362, 40818, 2440),\n(32362, 40836, 2440), (32362, 40837, 2440), (32362, 40838, 2440), (32362, 40856, 2445), (32362, 40857, 2445), (32362, 40858, 2445), (32362, 40898, 2440), (32362, 40918, 2443), (32362, 40930, 2440),\n(32362, 40936, 2440), (32362, 40960, 2445), (32362, 40986, 2440), (32362, 40987, 2440), (32362, 40998, 2443), (32362, 41004, 2443), (32362, 41010, 2440), (32362, 41016, 2440), (32362, 41023, 2440),\n(32362, 41024, 2445), (32362, 41030, 2440), (32362, 41041, 2445), (32362, 41078, 2440), (32362, 41084, 2440), (32362, 41134, 2443), (32362, 41140, 2443), (32362, 41148, 2440), (32362, 41154, 2440),\n(32362, 41160, 2440), (32362, 41202, 2440), (32362, 41208, 2445), (32362, 41214, 2445), (32362, 41268, 2443), (32362, 41269, 2440), (32362, 41270, 2440), (32362, 41271, 2445), (32362, 41272, 2440),\n(32362, 41278, 2445), (32362, 41290, 2443), (32362, 41301, 2440), (32362, 41313, 2440), (32362, 41324, 2440), (32362, 41643, 2443), (32362, 41644, 2440), (32362, 41645, 2440), (32362, 41646, 2445),\n(32362, 41647, 2440), (32362, 41658, 2440), (32362, 41664, 2440), (32362, 41675, 2440), (32362, 41712, 2445), (32362, 41770, 2443), (32362, 41847, 2443), (32362, 41848, 2440), (32362, 41849, 2440),\n(32362, 41850, 2445), (32362, 41851, 2440), (32362, 41912, 2440), (32362, 41918, 2440), (32362, 41924, 2440), (32362, 41930, 2445), (32362, 41937, 2443), (32362, 41943, 2440), (32362, 41949, 2440),\n(32362, 41956, 2440), (32362, 41962, 2445), (32362, 41968, 2443), (32362, 41990, 2440), (32362, 41996, 2440), (32362, 42002, 2440), (32362, 42008, 2445), (32362, 42014, 2443);\n\n-- Evee Copperspring - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 33920;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33920, 40781, 2440), (33920, 40782, 2440), (33920, 40783, 2440), (33920, 40801, 2441), (33920, 40802, 2441), (33920, 40803, 2441), (33920, 40819, 2440), (33920, 40820, 2440), (33920, 40821, 2440),\n(33920, 40840, 2440), (33920, 40841, 2440), (33920, 40842, 2440), (33920, 40859, 2445), (33920, 40860, 2445), (33920, 40861, 2445), (33920, 40904, 2440), (33920, 40925, 2441), (33920, 40931, 2440),\n(33920, 40937, 2440), (33920, 40961, 2445), (33920, 40988, 2440), (33920, 40989, 2440), (33920, 40999, 2441), (33920, 41005, 2441), (33920, 41011, 2440), (33920, 41017, 2440), (33920, 41025, 2440),\n(33920, 41031, 2440), (33920, 41036, 2445), (33920, 41042, 2445), (33920, 41079, 2440), (33920, 41085, 2440), (33920, 41135, 2441), (33920, 41141, 2441), (33920, 41149, 2440), (33920, 41155, 2440),\n(33920, 41162, 2440), (33920, 41203, 2440), (33920, 41209, 2445), (33920, 41215, 2445), (33920, 41273, 2445), (33920, 41279, 2445), (33920, 41284, 2441), (33920, 41291, 2441), (33920, 41296, 2440),\n(33920, 41302, 2440), (33920, 41308, 2440), (33920, 41314, 2440), (33920, 41319, 2440), (33920, 41325, 2440), (33920, 41648, 2440), (33920, 41653, 2440), (33920, 41659, 2440), (33920, 41665, 2440),\n(33920, 41670, 2440), (33920, 41676, 2440), (33920, 41681, 2445), (33920, 41713, 2445), (33920, 41765, 2441), (33920, 41771, 2441), (33920, 41852, 2440), (33920, 41857, 2440), (33920, 41862, 2440),\n(33920, 41867, 2445), (33920, 41872, 2441), (33920, 41913, 2440), (33920, 41919, 2440), (33920, 41925, 2440), (33920, 41931, 2445), (33920, 41938, 2441), (33920, 41944, 2440), (33920, 41950, 2440),\n(33920, 41957, 2440), (33920, 41963, 2445), (33920, 41969, 2441), (33920, 41991, 2440), (33920, 42001, 2440), (33920, 42003, 2440), (33920, 42009, 2445), (33920, 42015, 2441), (33920, 45706, 2596);\n\n-- Evee Copperspring - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 33928;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33928, 40784, 2440), (33928, 40785, 2440), (33928, 40786, 2440), (33928, 40804, 2443), (33928, 40805, 2443), (33928, 40806, 2443), (33928, 40823, 2440), (33928, 40824, 2440), (33928, 40825, 2440),\n(33928, 40844, 2440), (33928, 40845, 2440), (33928, 40846, 2440), (33928, 40862, 2445), (33928, 40863, 2445), (33928, 40864, 2445), (33928, 40905, 2440), (33928, 40926, 2443), (33928, 40932, 2440),\n(33928, 40938, 2440), (33928, 40962, 2445), (33928, 40990, 2440), (33928, 40991, 2440), (33928, 41000, 2443), (33928, 41006, 2443), (33928, 41012, 2440), (33928, 41018, 2440), (33928, 41026, 2440),\n(33928, 41032, 2440), (33928, 41037, 2445), (33928, 41043, 2445), (33928, 41080, 2440), (33928, 41086, 2440), (33928, 41136, 2443), (33928, 41142, 2443), (33928, 41150, 2440), (33928, 41156, 2440),\n(33928, 41198, 2440), (33928, 41204, 2440), (33928, 41210, 2445), (33928, 41216, 2445), (33928, 41274, 2445), (33928, 41280, 2445), (33928, 41286, 2443), (33928, 41292, 2443), (33928, 41297, 2440),\n(33928, 41303, 2440), (33928, 41309, 2440), (33928, 41315, 2440), (33928, 41320, 2440), (33928, 41326, 2440), (33928, 41649, 2440), (33928, 41654, 2440), (33928, 41660, 2440), (33928, 41666, 2440),\n(33928, 41671, 2440), (33928, 41677, 2440), (33928, 41682, 2445), (33928, 41714, 2445), (33928, 41766, 2443), (33928, 41772, 2443), (33928, 41853, 2440), (33928, 41858, 2440), (33928, 41863, 2440),\n(33928, 41868, 2445), (33928, 41873, 2443), (33928, 41914, 2440), (33928, 41920, 2440), (33928, 41926, 2440), (33928, 41933, 2445), (33928, 41939, 2443), (33928, 41945, 2440), (33928, 41951, 2440),\n(33928, 41958, 2440), (33928, 41964, 2445), (33928, 41970, 2443), (33928, 41992, 2440), (33928, 41997, 2440), (33928, 42004, 2440), (33928, 42010, 2445), (33928, 42016, 2443), (33928, 45706, 2596);\n\n-- Evee Copperspring - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 33935;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33935, 40787, 2959), (33935, 40788, 2959), (33935, 40789, 2959), (33935, 40807, 2960), (33935, 40808, 2960), (33935, 40809, 2960), (33935, 40826, 2959), (33935, 40827, 2959), (33935, 40828, 2959),\n(33935, 40847, 2958), (33935, 40848, 2958), (33935, 40849, 2958), (33935, 40866, 2958), (33935, 40868, 2958), (33935, 40869, 2958), (33935, 40907, 2959), (33935, 40927, 2960), (33935, 40933, 2959),\n(33935, 40939, 2958), (33935, 40963, 2958), (33935, 40992, 2959), (33935, 40993, 2959), (33935, 41001, 2960), (33935, 41007, 2960), (33935, 41013, 2959), (33935, 41019, 2959), (33935, 41027, 2958),\n(33935, 41033, 2958), (33935, 41038, 2958), (33935, 41044, 2958), (33935, 41081, 2959), (33935, 41087, 2959), (33935, 41137, 2960), (33935, 41143, 2960), (33935, 41151, 2959), (33935, 41157, 2959),\n(33935, 41199, 2958), (33935, 41205, 2958), (33935, 41211, 2958), (33935, 41217, 2958), (33935, 41275, 2958), (33935, 41281, 2958), (33935, 41287, 2960), (33935, 41293, 2960), (33935, 41298, 2958),\n(33935, 41304, 2958), (33935, 41310, 2959), (33935, 41316, 2959), (33935, 41321, 2959), (33935, 41327, 2959), (33935, 41650, 2959), (33935, 41655, 2958), (33935, 41661, 2959), (33935, 41667, 2958),\n(33935, 41672, 2959), (33935, 41678, 2959), (33935, 41683, 2958), (33935, 41715, 2958), (33935, 41767, 2960), (33935, 41773, 2960), (33935, 41854, 2959), (33935, 41859, 2959), (33935, 41864, 2958),\n(33935, 41869, 2958), (33935, 41874, 2960), (33935, 41915, 2959), (33935, 41921, 2959), (33935, 41927, 2958), (33935, 41934, 2958), (33935, 41940, 2960), (33935, 41946, 2959), (33935, 41953, 2959),\n(33935, 41959, 2958), (33935, 41965, 2958), (33935, 41971, 2960), (33935, 41993, 2959), (33935, 41998, 2959), (33935, 42005, 2958), (33935, 42011, 2958), (33935, 42017, 2960), (33935, 42579, 2969),\n(33935, 42584, 2969), (33935, 42589, 2969), (33935, 42598, 2969), (33935, 42603, 2969), (33935, 42608, 2969), (33935, 42615, 2969), (33935, 42621, 2969), (33935, 42853, 2969), (33935, 45706, 2596);\n\n-- Ecton Brasstumbler - Season 3\nDELETE FROM `npc_vendor` WHERE `entry` = @Ecton;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(@Ecton, 30486, 22),  (@Ecton, 30487, 21),  (@Ecton, 30488, 22),  (@Ecton, 30489, 22),  (@Ecton, 30490, 24),  (@Ecton, 31958, 21), (@Ecton, 31959, 26), (@Ecton, 31960, 22),  (@Ecton, 31961, 21),\n(@Ecton, 31962, 22),  (@Ecton, 31963, 22),  (@Ecton, 31964, 24),  (@Ecton, 31965, 133), (@Ecton, 31966, 26),  (@Ecton, 31967, 21), (@Ecton, 31968, 22), (@Ecton, 31969, 22),  (@Ecton, 31971, 24),\n(@Ecton, 31972, 22),  (@Ecton, 31973, 21),  (@Ecton, 31974, 22),  (@Ecton, 31975, 22),  (@Ecton, 31976, 24),  (@Ecton, 31977, 22), (@Ecton, 31978, 21), (@Ecton, 31979, 24),  (@Ecton, 31980, 22),\n(@Ecton, 31981, 21),  (@Ecton, 31982, 22),  (@Ecton, 31983, 22),  (@Ecton, 31984, 26),  (@Ecton, 31985, 21),  (@Ecton, 31986, 26), (@Ecton, 31987, 21), (@Ecton, 31988, 22),  (@Ecton, 31989, 22),\n(@Ecton, 31990, 24),  (@Ecton, 31991, 22),  (@Ecton, 31992, 22),  (@Ecton, 31993, 21),  (@Ecton, 31995, 22),  (@Ecton, 31996, 24), (@Ecton, 31997, 22), (@Ecton, 31998, 21),  (@Ecton, 31999, 22),\n(@Ecton, 32000, 22),  (@Ecton, 32001, 24),  (@Ecton, 32002, 22),  (@Ecton, 32003, 21),  (@Ecton, 32004, 22),  (@Ecton, 32005, 21), (@Ecton, 32006, 22), (@Ecton, 32007, 22),  (@Ecton, 32008, 24),\n(@Ecton, 32009, 22),  (@Ecton, 32010, 21),  (@Ecton, 32011, 22),  (@Ecton, 32012, 22),  (@Ecton, 32013, 24),  (@Ecton, 32014, 26), (@Ecton, 32015, 21), (@Ecton, 32016, 22),  (@Ecton, 32017, 22),\n(@Ecton, 32018, 24),  (@Ecton, 32019, 22),  (@Ecton, 32020, 22),  (@Ecton, 32021, 21),  (@Ecton, 32022, 22),  (@Ecton, 32023, 22), (@Ecton, 32024, 24), (@Ecton, 32025, 26),  (@Ecton, 32026, 133),\n(@Ecton, 32027, 21),  (@Ecton, 32028, 133), (@Ecton, 32029, 22),  (@Ecton, 32030, 21),  (@Ecton, 32031, 22),  (@Ecton, 32032, 22), (@Ecton, 32033, 24), (@Ecton, 32034, 21),  (@Ecton, 32035, 22),\n(@Ecton, 32036, 22),  (@Ecton, 32037, 24),  (@Ecton, 32038, 22),  (@Ecton, 32039, 22),  (@Ecton, 32040, 21),  (@Ecton, 32041, 22), (@Ecton, 32042, 22), (@Ecton, 32043, 24),  (@Ecton, 32044, 133),\n(@Ecton, 32045, 22),  (@Ecton, 32046, 21),  (@Ecton, 32047, 24),  (@Ecton, 32048, 22),  (@Ecton, 32049, 21),  (@Ecton, 32050, 22), (@Ecton, 32051, 22), (@Ecton, 32052, 133), (@Ecton, 32053, 148),\n(@Ecton, 32054, 146), (@Ecton, 32055, 26),  (@Ecton, 32056, 21),  (@Ecton, 32057, 22),  (@Ecton, 32058, 22),  (@Ecton, 32059, 24), (@Ecton, 32060, 22), (@Ecton, 32961, 21),  (@Ecton, 32962, 146),\n(@Ecton, 32963, 148), (@Ecton, 32964, 148), (@Ecton, 33076, 146), (@Ecton, 33077, 146), (@Ecton, 33078, 146), (@Ecton, 33309, 22), (@Ecton, 33313, 22), (@Ecton, 33937, 146), (@Ecton, 33940, 146),\n(@Ecton, 33943, 146), (@Ecton, 33946, 146), (@Ecton, 33949, 146), (@Ecton, 33952, 146);\n\n-- Ecton Brasstumbler - Season 4\nDELETE FROM `npc_vendor` WHERE `entry` = 25178;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(25178, 34985, 2339), (25178, 34986, 2364), (25178, 34987, 2360), (25178, 34988, 2363), (25178, 34989, 2360), (25178, 34990, 2337), (25178, 34991, 2342), (25178, 34992, 2365), (25178, 34993, 2366),\n(25178, 34994, 2359), (25178, 34995, 2363), (25178, 34996, 2362), (25178, 34997, 2360), (25178, 34998, 2342), (25178, 34999, 2365), (25178, 35000, 2366), (25178, 35001, 2359), (25178, 35002, 2337),\n(25178, 35003, 2342), (25178, 35004, 2365), (25178, 35005, 2366), (25178, 35006, 2359), (25178, 35007, 2337), (25178, 35008, 2363), (25178, 35009, 2359), (25178, 35010, 2365), (25178, 35011, 2342),\n(25178, 35012, 2337), (25178, 35013, 2366), (25178, 35014, 2361), (25178, 35015, 2360), (25178, 35016, 2363), (25178, 35017, 2363), (25178, 35018, 2360), (25178, 35019, 2339), (25178, 35020, 2339),\n(25178, 35021, 2339), (25178, 35022, 2342), (25178, 35023, 2365), (25178, 35024, 2366), (25178, 35025, 2359), (25178, 35026, 2337), (25178, 35027, 2337), (25178, 35028, 2342), (25178, 35029, 2365),\n(25178, 35030, 2366), (25178, 35031, 2359), (25178, 35032, 2342), (25178, 35033, 2365), (25178, 35034, 2366), (25178, 35035, 2359), (25178, 35036, 2337), (25178, 35037, 2363), (25178, 35038, 2363),\n(25178, 35039, 2339), (25178, 35040, 2339), (25178, 35041, 2339), (25178, 35042, 2337), (25178, 35043, 2342), (25178, 35044, 2365), (25178, 35045, 2366), (25178, 35046, 2359), (25178, 35047, 2360),\n(25178, 35048, 2337), (25178, 35049, 2342), (25178, 35050, 2365), (25178, 35051, 2366), (25178, 35052, 2359), (25178, 35053, 2342), (25178, 35054, 2365), (25178, 35055, 2366), (25178, 35056, 2359),\n(25178, 35057, 2337), (25178, 35058, 2363), (25178, 35059, 2337), (25178, 35060, 2342), (25178, 35061, 2365), (25178, 35062, 2366), (25178, 35063, 2359), (25178, 35064, 2360), (25178, 35065, 2339),\n(25178, 35066, 2337), (25178, 35067, 2342), (25178, 35068, 2365), (25178, 35069, 2366), (25178, 35070, 2359), (25178, 35071, 2362), (25178, 35072, 2363), (25178, 35073, 2364), (25178, 35074, 2363),\n(25178, 35075, 2360), (25178, 35076, 2362), (25178, 35077, 2337), (25178, 35078, 2342), (25178, 35079, 2365), (25178, 35080, 2366), (25178, 35081, 2359), (25178, 35082, 2361), (25178, 35083, 2342),\n(25178, 35084, 2365), (25178, 35085, 2366), (25178, 35086, 2359), (25178, 35087, 2337), (25178, 35088, 2337), (25178, 35089, 2342), (25178, 35090, 2365), (25178, 35091, 2366), (25178, 35092, 2359),\n(25178, 35093, 2362), (25178, 35094, 2364), (25178, 35095, 2363), (25178, 35096, 2359), (25178, 35097, 2365), (25178, 35098, 2342), (25178, 35099, 2337), (25178, 35100, 2366), (25178, 35101, 2362),\n(25178, 35102, 2361), (25178, 35103, 2360), (25178, 35104, 2339), (25178, 35105, 2339), (25178, 35106, 2339), (25178, 35107, 2339), (25178, 35108, 2339), (25178, 35109, 2360), (25178, 35110, 2375),\n(25178, 35111, 2342), (25178, 35112, 2365), (25178, 35113, 2366), (25178, 35114, 2359), (25178, 35115, 2337), (25178, 36737, 2375), (25178, 38545, 2388), (25178, 38546, 2388), (25178, 38547, 2388),\n(25178, 38548, 2388), (25178, 38549, 2388), (25178, 38550, 2388);\n\n-- Ecton Brasstumbler - Season 5\nDELETE FROM `npc_vendor` WHERE `entry` = 32360;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(32360, 40781, 2451), (32360, 40782, 2451), (32360, 40783, 2451), (32360, 40801, 2452), (32360, 40802, 2452), (32360, 40803, 2452), (32360, 40819, 2453), (32360, 40820, 2453), (32360, 40821, 2453),\n(32360, 40840, 2454), (32360, 40841, 2454), (32360, 40842, 2454), (32360, 40859, 2459), (32360, 40860, 2459), (32360, 40861, 2459), (32360, 40904, 2451), (32360, 40925, 2452), (32360, 40931, 2453),\n(32360, 40937, 2454), (32360, 40961, 2459), (32360, 40988, 2451), (32360, 40989, 2451), (32360, 40999, 2452), (32360, 41005, 2452), (32360, 41011, 2453), (32360, 41017, 2453), (32360, 41025, 2454),\n(32360, 41031, 2454), (32360, 41036, 2459), (32360, 41042, 2459), (32360, 41079, 2451), (32360, 41085, 2451), (32360, 41135, 2452), (32360, 41141, 2452), (32360, 41149, 2453), (32360, 41155, 2453),\n(32360, 41162, 2454), (32360, 41203, 2454), (32360, 41209, 2459), (32360, 41215, 2459), (32360, 41273, 2459), (32360, 41279, 2459), (32360, 41284, 2452), (32360, 41291, 2452), (32360, 41296, 2454),\n(32360, 41302, 2454), (32360, 41308, 2451), (32360, 41314, 2451), (32360, 41319, 2453), (32360, 41325, 2453), (32360, 41648, 2451), (32360, 41653, 2454), (32360, 41659, 2451), (32360, 41665, 2454),\n(32360, 41670, 2453), (32360, 41676, 2453), (32360, 41681, 2459), (32360, 41713, 2459), (32360, 41765, 2452), (32360, 41771, 2452), (32360, 41852, 2453), (32360, 41857, 2451), (32360, 41862, 2454),\n(32360, 41867, 2459), (32360, 41872, 2452), (32360, 41913, 2453), (32360, 41919, 2451), (32360, 41925, 2454), (32360, 41931, 2459), (32360, 41938, 2452), (32360, 41944, 2453), (32360, 41950, 2451),\n(32360, 41957, 2454), (32360, 41963, 2459), (32360, 41969, 2452), (32360, 41991, 2453), (32360, 42001, 2451), (32360, 42003, 2454), (32360, 42009, 2459), (32360, 42015, 2452);\n\n-- Ecton Brasstumbler - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 33917;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33917, 40784, 2611), (33917, 40785, 2611), (33917, 40786, 2611), (33917, 40804, 2609), (33917, 40805, 2609), (33917, 40806, 2609), (33917, 40823, 2612), (33917, 40824, 2612), (33917, 40825, 2612),\n(33917, 40844, 2610), (33917, 40845, 2610), (33917, 40846, 2610), (33917, 40862, 2613), (33917, 40863, 2613), (33917, 40864, 2613), (33917, 40905, 2611), (33917, 40926, 2609), (33917, 40932, 2612),\n(33917, 40938, 2610), (33917, 40962, 2613), (33917, 40990, 2611), (33917, 40991, 2611), (33917, 41000, 2609), (33917, 41006, 2609), (33917, 41012, 2612), (33917, 41018, 2612), (33917, 41026, 2610),\n(33917, 41032, 2610), (33917, 41037, 2613), (33917, 41043, 2613), (33917, 41080, 2611), (33917, 41086, 2611), (33917, 41136, 2609), (33917, 41142, 2609), (33917, 41150, 2612), (33917, 41156, 2612),\n(33917, 41198, 2610), (33917, 41204, 2610), (33917, 41210, 2613), (33917, 41216, 2613), (33917, 41274, 2613), (33917, 41280, 2613), (33917, 41286, 2609), (33917, 41292, 2609), (33917, 41297, 2610),\n(33917, 41303, 2610), (33917, 41309, 2611), (33917, 41315, 2611), (33917, 41320, 2612), (33917, 41326, 2612), (33917, 41649, 2611), (33917, 41654, 2610), (33917, 41660, 2611), (33917, 41666, 2610),\n(33917, 41671, 2612), (33917, 41677, 2612), (33917, 41682, 2613), (33917, 41714, 2613), (33917, 41766, 2609), (33917, 41772, 2609), (33917, 41853, 2612), (33917, 41858, 2611), (33917, 41863, 2610),\n(33917, 41868, 2613), (33917, 41873, 2609), (33917, 41914, 2612), (33917, 41920, 2611), (33917, 41926, 2610), (33917, 41933, 2613), (33917, 41939, 2609), (33917, 41945, 2612), (33917, 41951, 2611),\n(33917, 41958, 2610), (33917, 41964, 2613), (33917, 41970, 2609), (33917, 41992, 2612), (33917, 41997, 2611), (33917, 42004, 2610), (33917, 42010, 2613), (33917, 42016, 2609), (33917, 42578, 2608),\n(33917, 42583, 2608), (33917, 42588, 2608), (33917, 42597, 2608), (33917, 42602, 2608), (33917, 42607, 2608), (33917, 42614, 2608), (33917, 42620, 2608), (33917, 42852, 2608), (33917, 45706, 2596);\n\n-- Ecton Brasstumbler - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 33929;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33929, 40787, 2611), (33929, 40788, 2611), (33929, 40789, 2611), (33929, 40807, 2609), (33929, 40808, 2609), (33929, 40809, 2609), (33929, 40826, 2612), (33929, 40827, 2612), (33929, 40828, 2612),\n(33929, 40847, 2610), (33929, 40848, 2610), (33929, 40849, 2610), (33929, 40866, 2613), (33929, 40868, 2613), (33929, 40869, 2613), (33929, 40907, 2611), (33929, 40927, 2609), (33929, 40933, 2612),\n(33929, 40939, 2610), (33929, 40963, 2613), (33929, 40992, 2611), (33929, 40993, 2611), (33929, 41001, 2609), (33929, 41007, 2609), (33929, 41013, 2612), (33929, 41019, 2612), (33929, 41027, 2610),\n(33929, 41033, 2610), (33929, 41038, 2613), (33929, 41044, 2613), (33929, 41081, 2611), (33929, 41087, 2611), (33929, 41137, 2609), (33929, 41143, 2609), (33929, 41151, 2612), (33929, 41157, 2612),\n(33929, 41199, 2610), (33929, 41205, 2610), (33929, 41211, 2613), (33929, 41217, 2613), (33929, 41275, 2613), (33929, 41281, 2613), (33929, 41287, 2609), (33929, 41293, 2609), (33929, 41298, 2610),\n(33929, 41304, 2610), (33929, 41310, 2611), (33929, 41316, 2611), (33929, 41321, 2612), (33929, 41327, 2612), (33929, 41650, 2611), (33929, 41655, 2610), (33929, 41661, 2611), (33929, 41667, 2610),\n(33929, 41672, 2612), (33929, 41678, 2612), (33929, 41683, 2613), (33929, 41715, 2613), (33929, 41767, 2609), (33929, 41773, 2609), (33929, 41854, 2612), (33929, 41859, 2611), (33929, 41864, 2610),\n(33929, 41869, 2613), (33929, 41874, 2609), (33929, 41915, 2612), (33929, 41921, 2611), (33929, 41927, 2610), (33929, 41934, 2613), (33929, 41940, 2609), (33929, 41946, 2612), (33929, 41953, 2611),\n(33929, 41959, 2610), (33929, 41965, 2613), (33929, 41971, 2609), (33929, 41993, 2612), (33929, 41998, 2611), (33929, 42005, 2610), (33929, 42011, 2613), (33929, 42017, 2609), (33929, 42579, 2608),\n(33929, 42584, 2608), (33929, 42589, 2608), (33929, 42598, 2608), (33929, 42603, 2608), (33929, 42608, 2608), (33929, 42615, 2608), (33929, 42621, 2608), (33929, 42853, 2608), (33929, 45706, 2596);\n\n-- Ecton Brasstumbler - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 33934;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33934, 40790, 2956), (33934, 40791, 2956), (33934, 40792, 2956), (33934, 40810, 2957), (33934, 40811, 2957), (33934, 40812, 2957), (33934, 40829, 2956), (33934, 40830, 2956), (33934, 40831, 2956),\n(33934, 40850, 2956), (33934, 40851, 2956), (33934, 40852, 2956), (33934, 40870, 2955), (33934, 40871, 2955), (33934, 40872, 2955), (33934, 40910, 2956), (33934, 40928, 2957), (33934, 40934, 2956),\n(33934, 40940, 2956), (33934, 40964, 2955), (33934, 40994, 2956), (33934, 40995, 2956), (33934, 41002, 2957), (33934, 41008, 2957), (33934, 41014, 2956), (33934, 41020, 2956), (33934, 41028, 2956),\n(33934, 41034, 2956), (33934, 41039, 2955), (33934, 41045, 2955), (33934, 41082, 2956), (33934, 41088, 2956), (33934, 41138, 2957), (33934, 41144, 2957), (33934, 41152, 2956), (33934, 41158, 2956),\n(33934, 41200, 2956), (33934, 41206, 2956), (33934, 41212, 2955), (33934, 41218, 2955), (33934, 41276, 2955), (33934, 41282, 2955), (33934, 41288, 2957), (33934, 41294, 2957), (33934, 41299, 2956),\n(33934, 41305, 2956), (33934, 41311, 2956), (33934, 41317, 2956), (33934, 41322, 2956), (33934, 41328, 2956), (33934, 41651, 2956), (33934, 41656, 2956), (33934, 41662, 2956), (33934, 41668, 2956),\n(33934, 41673, 2956), (33934, 41679, 2956), (33934, 41684, 2955), (33934, 41716, 2955), (33934, 41768, 2957), (33934, 41774, 2957), (33934, 41855, 2956), (33934, 41860, 2956), (33934, 41865, 2956),\n(33934, 41870, 2955), (33934, 41875, 2957), (33934, 41916, 2956), (33934, 41922, 2956), (33934, 41928, 2956), (33934, 41935, 2955), (33934, 41941, 2957), (33934, 41947, 2956), (33934, 41954, 2956),\n(33934, 41960, 2956), (33934, 41966, 2955), (33934, 41972, 2957), (33934, 41994, 2956), (33934, 41999, 2956), (33934, 42006, 2956), (33934, 42012, 2955), (33934, 42018, 2957), (33934, 42580, 2608),\n(33934, 42585, 2608), (33934, 42591, 2608), (33934, 42599, 2608), (33934, 42604, 2608), (33934, 42609, 2608), (33934, 42616, 2608), (33934, 42622, 2608), (33934, 42854, 2608), (33934, 45706, 2596);\n\n-- Argex Irongut - Season 5\nDELETE FROM `npc_vendor` WHERE `entry` = 32359;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(32359, 40784, 2462), (32359, 40785, 2462), (32359, 40786, 2462), (32359, 40804, 2463), (32359, 40805, 2463), (32359, 40806, 2463), (32359, 40823, 2464), (32359, 40824, 2464), (32359, 40825, 2464),\n(32359, 40844, 2465), (32359, 40845, 2465), (32359, 40846, 2465), (32359, 40862, 2470), (32359, 40863, 2470), (32359, 40864, 2470), (32359, 40905, 2462), (32359, 40926, 2463), (32359, 40932, 2464),\n(32359, 40938, 2465), (32359, 40962, 2470), (32359, 40990, 2462), (32359, 40991, 2462), (32359, 41000, 2463), (32359, 41006, 2463), (32359, 41012, 2464), (32359, 41018, 2464), (32359, 41026, 2465),\n(32359, 41032, 2465), (32359, 41037, 2470), (32359, 41043, 2470), (32359, 41080, 2462), (32359, 41086, 2462), (32359, 41136, 2463), (32359, 41142, 2463), (32359, 41150, 2464), (32359, 41156, 2464),\n(32359, 41198, 2465), (32359, 41204, 2465), (32359, 41210, 2470), (32359, 41216, 2470), (32359, 41274, 2470), (32359, 41280, 2470), (32359, 41286, 2463), (32359, 41292, 2463), (32359, 41297, 2465),\n(32359, 41303, 2465), (32359, 41309, 2462), (32359, 41315, 2462), (32359, 41320, 2464), (32359, 41326, 2464), (32359, 41649, 2462), (32359, 41654, 2465), (32359, 41660, 2462), (32359, 41666, 2465),\n(32359, 41671, 2464), (32359, 41677, 2464), (32359, 41682, 2470), (32359, 41714, 2470), (32359, 41766, 2463), (32359, 41772, 2463), (32359, 41853, 2464), (32359, 41858, 2462), (32359, 41863, 2465),\n(32359, 41868, 2470), (32359, 41873, 2463), (32359, 41914, 2464), (32359, 41920, 2462), (32359, 41926, 2465), (32359, 41933, 2470), (32359, 41939, 2463), (32359, 41945, 2464), (32359, 41951, 2462),\n(32359, 41958, 2465), (32359, 41964, 2470), (32359, 41970, 2463), (32359, 41992, 2464), (32359, 41997, 2462), (32359, 42004, 2465), (32359, 42010, 2470), (32359, 42016, 2463), (32359, 42208, 2466),\n(32359, 42227, 2466), (32359, 42232, 2466), (32359, 42237, 2466), (32359, 42242, 2466), (32359, 42248, 2466), (32359, 42255, 2466), (32359, 42260, 2466), (32359, 42265, 2466), (32359, 42270, 2466),\n(32359, 42275, 2466), (32359, 42280, 2466), (32359, 42285, 2466), (32359, 42290, 2466), (32359, 42317, 2460), (32359, 42322, 2460), (32359, 42327, 2460), (32359, 42332, 2460), (32359, 42346, 2466),\n(32359, 42352, 2466), (32359, 42362, 2460), (32359, 42384, 2460), (32359, 42390, 2460), (32359, 42450, 2469), (32359, 42485, 2460), (32359, 42490, 2460), (32359, 42495, 2460), (32359, 42502, 2469),\n(32359, 42513, 2469), (32359, 42519, 2469), (32359, 42559, 2469), (32359, 42564, 2469), (32359, 42570, 2469), (32359, 42578, 2468), (32359, 42583, 2468), (32359, 42588, 2468), (32359, 42597, 2468),\n(32359, 42602, 2468), (32359, 42607, 2468), (32359, 42614, 2468), (32359, 42620, 2468), (32359, 42852, 2468), (32359, 44419, 2460), (32359, 44420, 2460);\n\n-- Argex Irongut - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 33915;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33915, 40787, 2622), (33915, 40788, 2622), (33915, 40789, 2622), (33915, 40807, 2621), (33915, 40808, 2621), (33915, 40809, 2621), (33915, 40826, 2629), (33915, 40827, 2629), (33915, 40828, 2629),\n(33915, 40847, 2340), (33915, 40848, 2340), (33915, 40849, 2340), (33915, 40866, 2470), (33915, 40868, 2470), (33915, 40869, 2470), (33915, 40907, 2622), (33915, 40927, 2621), (33915, 40933, 2629),\n(33915, 40939, 2340), (33915, 40963, 2470), (33915, 40992, 2622), (33915, 40993, 2622), (33915, 41001, 2621), (33915, 41007, 2621), (33915, 41013, 2629), (33915, 41019, 2629), (33915, 41027, 2340),\n(33915, 41033, 2340), (33915, 41038, 2470), (33915, 41044, 2470), (33915, 41081, 2622), (33915, 41087, 2622), (33915, 41137, 2621), (33915, 41143, 2621), (33915, 41151, 2629), (33915, 41157, 2629),\n(33915, 41199, 2340), (33915, 41205, 2340), (33915, 41211, 2470), (33915, 41217, 2470), (33915, 41275, 2470), (33915, 41281, 2470), (33915, 41287, 2621), (33915, 41293, 2621), (33915, 41298, 2340),\n(33915, 41304, 2340), (33915, 41310, 2622), (33915, 41316, 2622), (33915, 41321, 2629), (33915, 41327, 2629), (33915, 41650, 2622), (33915, 41655, 2340), (33915, 41661, 2622), (33915, 41667, 2340),\n(33915, 41672, 2629), (33915, 41678, 2629), (33915, 41683, 2470), (33915, 41715, 2470), (33915, 41767, 2621), (33915, 41773, 2621), (33915, 41854, 2629), (33915, 41859, 2622), (33915, 41864, 2340),\n(33915, 41869, 2470), (33915, 41874, 2621), (33915, 41915, 2629), (33915, 41921, 2622), (33915, 41927, 2340), (33915, 41934, 2470), (33915, 41940, 2621), (33915, 41946, 2629), (33915, 41953, 2622),\n(33915, 41959, 2340), (33915, 41965, 2470), (33915, 41971, 2621), (33915, 41993, 2629), (33915, 41998, 2622), (33915, 42005, 2340), (33915, 42011, 2470), (33915, 42017, 2621), (33915, 42209, 2624),\n(33915, 42228, 2626), (33915, 42233, 2626), (33915, 42243, 2624), (33915, 42249, 2626), (33915, 42256, 2626), (33915, 42261, 2624), (33915, 42266, 2626), (33915, 42271, 2626), (33915, 42276, 2624),\n(33915, 42281, 2626), (33915, 42286, 2624), (33915, 42291, 2626), (33915, 42318, 2623), (33915, 42323, 2623), (33915, 42328, 2623), (33915, 42333, 2623), (33915, 42347, 2624), (33915, 42353, 2624),\n(33915, 42364, 2623), (33915, 42385, 2623), (33915, 42391, 2623), (33915, 42451, 2384), (33915, 42486, 2623), (33915, 42491, 2623), (33915, 42496, 2623), (33915, 42503, 2384), (33915, 42514, 2384),\n(33915, 42520, 2384), (33915, 42526, 2626), (33915, 42532, 2626), (33915, 42538, 2626), (33915, 42560, 2628), (33915, 42565, 2628), (33915, 42571, 2628), (33915, 42579, 2384), (33915, 42584, 2384),\n(33915, 42589, 2384), (33915, 42598, 2384), (33915, 42603, 2384), (33915, 42608, 2384), (33915, 42615, 2384), (33915, 42621, 2384), (33915, 42853, 2384), (33915, 44421, 2623), (33915, 44422, 2623),\n(33915, 45706, 2596), (33915, 45983, 2636);\n\n-- Argex Irongut - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 33924;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33924, 40790, 2688), (33924, 40791, 2688), (33924, 40792, 2688), (33924, 40810, 2689), (33924, 40811, 2689), (33924, 40812, 2689), (33924, 40829, 2690), (33924, 40830, 2690), (33924, 40831, 2690),\n(33924, 40850, 2691), (33924, 40851, 2691), (33924, 40852, 2691), (33924, 40870, 2692), (33924, 40871, 2692), (33924, 40872, 2692), (33924, 40910, 2688), (33924, 40928, 2689), (33924, 40934, 2690),\n(33924, 40940, 2691), (33924, 40964, 2692), (33924, 40994, 2688), (33924, 40995, 2688), (33924, 41002, 2689), (33924, 41008, 2689), (33924, 41014, 2690), (33924, 41020, 2690), (33924, 41028, 2691),\n(33924, 41034, 2691), (33924, 41039, 2692), (33924, 41045, 2692), (33924, 41082, 2688), (33924, 41088, 2688), (33924, 41138, 2689), (33924, 41144, 2689), (33924, 41152, 2690), (33924, 41158, 2690),\n(33924, 41200, 2691), (33924, 41206, 2691), (33924, 41212, 2692), (33924, 41218, 2692), (33924, 41276, 2692), (33924, 41282, 2692), (33924, 41288, 2689), (33924, 41294, 2689), (33924, 41299, 2691),\n(33924, 41305, 2691), (33924, 41311, 2688), (33924, 41317, 2688), (33924, 41322, 2690), (33924, 41328, 2690), (33924, 41651, 2688), (33924, 41656, 2691), (33924, 41662, 2688), (33924, 41668, 2691),\n(33924, 41673, 2690), (33924, 41679, 2690), (33924, 41684, 2692), (33924, 41716, 2692), (33924, 41768, 2689), (33924, 41774, 2689), (33924, 41855, 2690), (33924, 41860, 2688), (33924, 41865, 2691),\n(33924, 41870, 2692), (33924, 41875, 2689), (33924, 41916, 2690), (33924, 41922, 2688), (33924, 41928, 2691), (33924, 41935, 2692), (33924, 41941, 2689), (33924, 41947, 2690), (33924, 41954, 2688),\n(33924, 41960, 2691), (33924, 41966, 2692), (33924, 41972, 2689), (33924, 41994, 2690), (33924, 41999, 2688), (33924, 42006, 2691), (33924, 42012, 2692), (33924, 42018, 2689), (33924, 42210, 2698),\n(33924, 42229, 2698), (33924, 42234, 2698), (33924, 42244, 2698), (33924, 42250, 2698), (33924, 42257, 2698), (33924, 42262, 2695), (33924, 42267, 2698), (33924, 42272, 2698), (33924, 42277, 2698),\n(33924, 42282, 2698), (33924, 42287, 2698), (33924, 42292, 2698), (33924, 42319, 2693), (33924, 42324, 2693), (33924, 42329, 2693), (33924, 42334, 2693), (33924, 42348, 2695), (33924, 42354, 2695),\n(33924, 42366, 2693), (33924, 42386, 2693), (33924, 42392, 2693), (33924, 42483, 2700), (33924, 42487, 2693), (33924, 42492, 2693), (33924, 42498, 2693), (33924, 42504, 2700), (33924, 42515, 2700),\n(33924, 42521, 2700), (33924, 42527, 2701), (33924, 42533, 2701), (33924, 42539, 2701), (33924, 42561, 2701), (33924, 42566, 2701), (33924, 42572, 2701), (33924, 42580, 2700), (33924, 42585, 2700),\n(33924, 42591, 2700), (33924, 42599, 2700), (33924, 42604, 2700), (33924, 42609, 2700), (33924, 42616, 2700), (33924, 42622, 2700), (33924, 42854, 2700), (33924, 44423, 2693), (33924, 44424, 2693),\n(33924, 45706, 2596), (33924, 49185, 2700), (33924, 49187, 2701), (33924, 49189, 2695);\n\n-- Argex Irongut - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 33939;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(33939, 51388, 2936), (33939, 51390, 2936), (33939, 51392, 2936), (33939, 51394, 2936), (33939, 51396, 2950), (33939, 51397, 2943), (33939, 51400, 2936), (33939, 51402, 2936), (33939, 51404, 2936),\n(33939, 51406, 2943), (33939, 51407, 2950), (33939, 51408, 2950), (33939, 51409, 2950), (33939, 51410, 2951), (33939, 51411, 2936), (33939, 51413, 2952), (33939, 51414, 2954), (33939, 51415, 2949),\n(33939, 51416, 2953), (33939, 51417, 2951), (33939, 51418, 2948), (33939, 51419, 2952), (33939, 51420, 2954), (33939, 51421, 2949), (33939, 51422, 2953), (33939, 51423, 2951), (33939, 51424, 2948),\n(33939, 51425, 2952), (33939, 51426, 2954), (33939, 51427, 2949), (33939, 51428, 2953), (33939, 51429, 2951), (33939, 51430, 2948), (33939, 51431, 2936), (33939, 51433, 2952), (33939, 51434, 2954),\n(33939, 51435, 2949), (33939, 51436, 2953), (33939, 51437, 2951), (33939, 51438, 2948), (33939, 51439, 2946), (33939, 51441, 2946), (33939, 51443, 2946), (33939, 51445, 2946), (33939, 51447, 2946),\n(33939, 51449, 2936), (33939, 51451, 2951), (33939, 51452, 2950), (33939, 51453, 2943), (33939, 51455, 2950), (33939, 51456, 2936), (33939, 51458, 2952), (33939, 51459, 2954), (33939, 51460, 2949),\n(33939, 51461, 2953), (33939, 51462, 2948), (33939, 51463, 2952), (33939, 51464, 2954), (33939, 51465, 2949), (33939, 51466, 2953), (33939, 51467, 2948), (33939, 51468, 2952), (33939, 51469, 2954),\n(33939, 51470, 2949), (33939, 51471, 2953), (33939, 51472, 2951), (33939, 51473, 2948), (33939, 51474, 2952), (33939, 51475, 2954), (33939, 51476, 2949), (33939, 51477, 2953), (33939, 51478, 2951),\n(33939, 51479, 2948), (33939, 51480, 2936), (33939, 51482, 2952), (33939, 51483, 2954), (33939, 51484, 2949), (33939, 51485, 2953), (33939, 51486, 2948), (33939, 51487, 2952), (33939, 51488, 2954),\n(33939, 51489, 2949), (33939, 51490, 2953), (33939, 51491, 2948), (33939, 51492, 2952), (33939, 51493, 2954), (33939, 51494, 2949), (33939, 51495, 2953), (33939, 51496, 2948), (33939, 51497, 2952),\n(33939, 51498, 2954), (33939, 51499, 2949), (33939, 51500, 2953), (33939, 51501, 2951), (33939, 51502, 2948), (33939, 51503, 2952), (33939, 51504, 2954), (33939, 51505, 2949), (33939, 51506, 2953),\n(33939, 51507, 2951), (33939, 51508, 2948), (33939, 51509, 2952), (33939, 51510, 2954), (33939, 51511, 2949), (33939, 51512, 2953), (33939, 51513, 2951), (33939, 51514, 2948), (33939, 51515, 2945),\n(33939, 51517, 2945), (33939, 51519, 2945), (33939, 51521, 2945), (33939, 51523, 2945), (33939, 51525, 2946), (33939, 51527, 2946), (33939, 51530, 2946), (33939, 51531, 2951), (33939, 51532, 2951),\n(33939, 51533, 2950), (33939, 51535, 2951), (33939, 51536, 2952), (33939, 51537, 2954), (33939, 51538, 2949), (33939, 51539, 2953), (33939, 51540, 2948), (33939, 51541, 2952), (33939, 51542, 2954),\n(33939, 51543, 2949), (33939, 51544, 2953), (33939, 51545, 2948);\n\n-- Blazzek the Biter - Season 6\nDELETE FROM `npc_vendor` WHERE `entry` = 34088;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(34088, 45937, 2632), (34088, 45938, 2632), (34088, 45939, 2632), (34088, 45948, 2632), (34088, 45949, 2632), (34088, 45950, 2632), (34088, 45951, 2632), (34088, 45952, 2632), (34088, 45953, 2632),\n(34088, 45954, 2632), (34088, 45955, 2632), (34088, 45956, 2632), (34088, 45957, 2634), (34088, 45958, 2634), (34088, 45959, 2634), (34088, 45960, 2634), (34088, 45961, 2635), (34088, 45962, 2635),\n(34088, 45963, 2635), (34088, 45964, 2635), (34088, 45965, 2635), (34088, 45966, 2635), (34088, 45967, 2635), (34088, 45968, 2635), (34088, 45969, 2634), (34088, 45970, 2633), (34088, 45971, 2633);\n\n-- Blazzek the Biter - Season 7\nDELETE FROM `npc_vendor` WHERE `entry` = 34090;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(34090, 48402, 2694), (34090, 48404, 2694), (34090, 48406, 2694), (34090, 48408, 2696), (34090, 48410, 2694), (34090, 48412, 2694), (34090, 48414, 2694), (34090, 48420, 2694), (34090, 48422, 2694),\n(34090, 48424, 2694), (34090, 48426, 2699), (34090, 48428, 2699), (34090, 48432, 2699);\n\n-- Blazzek the Biter - Season 8\nDELETE FROM `npc_vendor` WHERE `entry` = 34093;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(34093, 51389, 2939), (34093, 51391, 2939), (34093, 51393, 2939), (34093, 51395, 2939), (34093, 51398, 2940), (34093, 51399, 2940), (34093, 51401, 2939), (34093, 51403, 2939), (34093, 51405, 2939),\n(34093, 51412, 2939), (34093, 51432, 2939), (34093, 51440, 2947), (34093, 51442, 2947), (34093, 51444, 2947), (34093, 51446, 2947), (34093, 51448, 2947), (34093, 51450, 2939), (34093, 51454, 2940),\n(34093, 51457, 2939), (34093, 51481, 2939), (34093, 51516, 2944), (34093, 51518, 2944), (34093, 51520, 2944), (34093, 51522, 2944), (34093, 51524, 2944), (34093, 51526, 2947), (34093, 51528, 2947),\n(34093, 51529, 2947), (34093, 51534, 2938);\n"
  },
  {
    "path": "data/sql/world/base/quest_missing_diplomat.sql",
    "content": "-- Missing Diplomat Quests\n\nUPDATE `quest_template` SET `RewardNextQuest` = 11222 WHERE ID = 11142;\nUPDATE `quest_template` SET `RewardNextQuest` = 11223 WHERE ID = 11222;\n\nUPDATE `quest_template_addon` SET `NextQuestID` = 11223 WHERE `ID` = 11222;\n\nDELETE FROM `creature_queststarter` WHERE `id` = 4968 and `quest` = 11222;\nDELETE FROM `creature_queststarter` WHERE `id` = 1748 and `quest` = 11223;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (4968, 11222);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (1748, 11223);\n\nDELETE FROM `creature_questender` WHERE `id` = 1748 and `quest` = 11222;\nDELETE FROM `creature_questender` WHERE `id` = 4968 and `quest` = 11223;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (1748, 11222);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (4968, 11223);\n\nUPDATE `quest_offer_reward` SET \n`RewardText` = \"<Lady Jaina listens intently as you report the results of your aerial survey.>$B$B\n    A rune circle, dragonkin? The Defias have allied themselves with HER? The traitor?$B$B\n    And why would the black dragonkin be interested in an island full of naga? There are many unanswered questions, \n    but I one thing is for certain: the Defias have a powerful ally in upper echelons of the Alliance.\"\nWHERE `ID` = 11142;\n\nUPDATE `quest_template` SET \n`LogTitle` = \"Warn Bolvar!\", \n`LogDescription` = \"Speak to Highlord Bolvar Fordragon in Stormwind Keep.\", \n`QuestDescription` = \"Although we don't have all the answers we might like, it's imperative that you bring our findings to Highlord Bolvar Fordragon right away! \n    He needs to know that the Defias have a powerful patron in Stormwind and that they're involved in the disappearance of King Varian!$B$B\n    I can use my magic to expedite your trip to Stormwind. Just speak to me when you're prepared to go, $N.\" \nWHERE `ID` = 11222;\n\nUPDATE `quest_template` SET \n    `RewardMoney` = 4000, \n    `RewardChoiceItemID1` = 0,\n    `RewardChoiceItemID2` = 0,\n    `RewardChoiceItemID3` = 0,\n    `RewardChoiceItemQuantity1` = 0,\n    `RewardChoiceItemQuantity2` = 0,\n    `RewardChoiceItemQuantity3` = 0\nWHERE `ID` = 11142;\n\nUPDATE `gossip_menu_option` SET `OptionText` = 'Can you send me to Theramore? I have an urgent message for Lady Jaina from Highlord Bolvar.' WHERE `MenuID` = 8846;\nUPDATE `broadcast_text`     SET   `MaleText` = 'Can you send me to Theramore? I have an urgent message for Lady Jaina from Highlord Bolvar.', \n                                `FemaleText` = 'Can you send me to Theramore? I have an urgent message for Lady Jaina from Highlord Bolvar.' WHERE `ID` = 22524;\n\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 2465 AND `OptionID` = 1;\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, \n`OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES \n(2465, 1, 0, 'I\\'m ready to travel to Stormwind.', 22522, 1, 1, 0, 0, 0, 0, '', 0, 0);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 2465 AND `ConditionValue1` = 11222;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(15, 2465, 1, 0, 0, 28, 0, 11222, 0, 0, 0, 0, 0, '', '');\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` = 4968 AND `id` IN (9, 10);\nINSERT 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 \n(4968, 0, 9, 10, 62, 0, 100, 512, 2465, 1, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, ''),\n(4968, 0, 10, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 42710, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '');\n\n\n-- Lady Prestor, Bolvar and King Wrynn updates\n\nDELETE FROM `creature_questender` WHERE `quest` = 396; -- An Audience with the King\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(1749, 396),  -- Lady Prestor is the Vanilla ender for this quest\n(29611, 396); -- Also allow King Wrynn to complete the quest in person if he is back\n\nDELETE FROM `creature_questender` WHERE `quest` = 4184; -- The True Masters\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(1748, 4184),  -- Bolvar is the Vanilla ender for this quest\n(29611, 4184); -- Also allow King Wrynn to complete the quest in person if he is back\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 4185; -- The True Masters\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(1748, 4185),  -- Bolvar is Vanilla starter for this quest\n(29611, 4185); -- Also allow King Wrynn to end it in person\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 6182; -- The First and the Last\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(1748, 6182),  -- Bolvar is Vanilla starter for this quest\n(29611, 6182); -- Also allow King Wrynn to end it in person\n\nUPDATE `creature_questender`   SET `id` = 1748 WHERE `quest` IN \n(6186,  -- The Blightcaller Cometh\n 6187,  -- Order Must Be Restored\n 7781); -- The Lord of Blackrock\n\nUPDATE `creature_queststarter` SET `id` = 1748 WHERE `quest` = 6187; \n-- UPDATE creature_queststarter SET `id` = 1748 WHERE `quest` = 7782;\n"
  },
  {
    "path": "data/sql/world/base/quest_the_masquerade.sql",
    "content": "DELETE FROM `creature_queststarter` WHERE `quest` IN (4182, 4183) AND `id` = 9562;\nDELETE FROM `creature_queststarter` WHERE `quest` IN (4184, 4223) AND `id` = 344;\nDELETE FROM `creature_queststarter` WHERE `quest` = 4185 AND `id` = 29611;\nDELETE FROM `creature_queststarter` WHERE `quest` = 4186 AND `id` = 1748;\nDELETE FROM `creature_queststarter` WHERE `quest` IN (4224, 4241, 4264) AND `id` = 9560;\nDELETE FROM `creature_queststarter` WHERE `quest` IN (4242, 4282, 4322) AND `id` = 9023;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(9562, 4182),  -- Dragon Menace, Helendis Riverhorn\n(9562, 4183),  -- True Masters [1], Helendis Riverhorn\n(344, 4184),   -- True Masters [2], Magistrate Solomon\n(29611, 4185), -- True Masters [3], Varian Wrynn\n(1748, 4186),  -- True Masters [4], Highlord Bolvar Fordragon\n(344, 4223),   -- True Masters [5], Magistrate Solomon\n(9560, 4224),  -- True Masters [6], Marshal Maxwell\n(9560, 4241),  -- 'Marshal Windsor', Marshal Maxwell\n(9023, 4242),  -- Abandon Hope, Marshal Windsor\n(9023, 4282),  -- A Shred of Hope, Marshal Windsor\n(9023, 4322);  -- Jail Break!, Marshal Windsor\n\nDELETE FROM `creature_questender` WHERE `quest` = 4182 AND `id` = 9562;\nDELETE FROM `creature_questender` WHERE `quest` IN (4183, 4186) AND `id` = 344;\nDELETE FROM `creature_questender` WHERE `quest` = 4184 AND `id` = 29611;\nDELETE FROM `creature_questender` WHERE `quest` = 4185 AND `id` = 1748;\nDELETE FROM `creature_questender` WHERE `quest` IN (4223, 4224, 4242) AND `id` = 9560;\nDELETE FROM `creature_questender` WHERE `quest`IN (4241, 4264, 4282) AND `id` = 9023;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(9562, 4182), -- Dragon Menace, Helendis Riverhorn\n(344, 4183), -- True Masters [1], Magistrate Solomon\n(29611, 4184), -- True Masters [2], Varian Wrynn\n(1748, 4185), -- True Masters [3], Highlord Bolvar Fordragon\n(344, 4186), -- True Masters [4], Magister Solomon\n(9560, 4223), -- True Masters [5], Marshal Maxwell\n(9560, 4224), -- True Masters [6], Marshal Maxwell\n(9023, 4241), -- 'Marshal Windsor', Marshal Windsor\n(9560, 4242), -- Abandon Hope, Marshal Maxwell\n(9023, 4264), -- A Crumpled Up Note, Marshal Windsor\n(9023, 4282); -- A Shred of Hope, Marshal Windsor\n\n-- True Masters quests\nDELETE FROM `disables` WHERE `entry` IN (4183, 4184, 4185, 4186, 4223, 4224) AND `sourceType` = 1;\n\nDELETE FROM `creature_questender` WHERE `quest` = 4322 AND `id` = 9560;\nDELETE FROM `creature_questender` WHERE `quest` = 6402 AND `id` = 17804;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(17804, 6402),\n(9560, 4322);\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 6402 AND `id` = 9560;\nDELETE FROM `creature_queststarter` WHERE `quest` = 6403 AND `id` = 12580;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(9560, 6402),\n(12580, 6403);\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 466 AND `GroupID` > 0;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(466, 1, 0, 'Reginald, you know that I cannot let you pass.', 12, 0, 100, 0, 0, 0, 8121, 0, 'Marcus Jonathan - SAY_JONATHAN_TO_MARCUS_1'),\n(466, 2, 0, '%s appears lost in contemplation.', 16, 0, 100, 0, 0, 0, 8124, 0, 'Marcus Jonathan - EMOTE_CONTEMPLATE'),\n(466, 3, 0, 'I am ashamed, old friend. I know not what I do anymore. It is not you that would dare bring shame to the heroes of legend - it is I. It is I and the rest of these corrupt politicians. They fill our lives with empty promises, unending lies.', 12, 0, 100, 0, 0, 0, 8125, 0, 'Marcus Jonathan - SAY_JONATHAN_TO_MARCUS_2'),\n(466, 4, 0, 'We shame our ancestors. We shame those lost to us... forgive me, Reginald.', 12, 0, 100, 0, 0, 0, 8132, 0, 'Marcus Jonathan - SAY_JONATHAN_TO_MARCUS_3'),\n(466, 5, 0, 'Stand down! Can you not see that heroes walk among us?', 12, 0, 100, 0, 0, 0, 8127, 0, 'Marcus Jonathan - SAY_JONATHAN_TO_GUARDS_1'),\n(466, 6, 0, 'Move aside! Let them pass!', 12, 0, 100, 0, 0, 0, 8128, 0, 'Marcus Jonathan - SAY_JONATHAN_TO_GUARDS_2'),\n(466, 7, 0, 'Reginald Windsor is not to be harmed! He shall pass through untouched!', 14, 0, 100, 0, 0, 0, 8129, 3, 'Marcus Jonathan - SAY_JONATHAN_TO_GUARDS_3'),\n(466, 8, 0, 'Go, Reginald. May the light guide your hand.', 12, 0, 100, 66, 0, 0, 8130, 0, 'Marcus Jonathan - SAY_JONATHAN_TO_MARCUS_4');\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_squire_rowe' WHERE `entry` = 17804;\nUPDATE `creature_template` SET `ScriptName` = 'npc_reginald_windsor' WHERE `entry` = 12580;\nUPDATE `creature_template` SET `ScriptName` = 'npc_royal_stormwind_guard' WHERE `entry` = 1756;\nUPDATE `creature_template` SET `ScriptName` = 'npc_marshal_windsor' WHERE `entry` = 9023;\nUPDATE `creature_template` SET `ScriptName` = 'npc_jail_break_dughal_or_seecher' WHERE `entry` IN (9022, 9679);\n\nDELETE FROM `gossip_menu` WHERE `MenuID` = 12580 AND `TextID` = 5633;\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES\n(12580, 5633);\n\nUPDATE `creature_template` SET `gossip_menu_id` = 12580, `npcflag` = `npcflag` | 1 WHERE `entry` = 12580;\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 12580;\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextId`) VALUES\n(12580, 0, 0, 'I am ready, as are my forces. Let us end this masquerade!', 8256, 1, 1, 0, 0, 0, 0, '', 0);\n\nSET @ENTRY := 12580;\nDELETE FROM `creature_text` WHERE `CreatureID` = @ENTRY;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@ENTRY, 0, 0, 'Yawww!', 12, 0, 100, 0, 0, 0, 8091, 0, 'Reginald Windsor - SAY_REGINALD_SHOO_HORSE'),\n(@ENTRY, 1, 0, 'I knew you would come, $n. It is good to see you again, friend.', 12, 0, 100, 0, 0, 0, 8090, 0, 'Reginald Windsor - SAY_REGINALD_END_INTRO'),\n(@ENTRY, 2, 0, 'On guard, friend. The lady dragon will not give in without a fight.', 12, 0, 100, 0, 0, 0, 8107, 0, 'Reginald Windsor - SAY_REGINALD_MASQUERADE_1'),\n(@ENTRY, 3, 0, 'As was fated a lifetime ago in Karazhan, monster - I come - and with me I bring justice.', 14, 0, 100, 0, 0, 0, 8109, 3, 'Reginald Windsor - SAY_REGINALD_MASQUERADE_2'),\n(@ENTRY, 4, 0, 'You must do what you think is right, Marcus. We served together under Turalyon. He made us both the men that we are today. Did he err with me? Do you truly believe my intent is to cause harm to our alliance? Would I shame our heroes?', 12, 0, 100, 0, 0, 0, 8123, 0, 'Reginald Windsor - SAY_REGINALD_TO_MARCUS_1'),\n(@ENTRY, 5, 0, 'Holding me here is not the right decision, Marcus.', 12, 0, 100, 0, 0, 0, 8133, 0, 'Reginald Windsor - SAY_REGINALD_TO_MARCUS_2'),\n(@ENTRY, 6, 0, 'Dear friend, you honor them with your vigilant watch. You are steadfast in your allegiance. I do not doubt for a moment that you would not give as great a sacrifice for your people as any of the heroes you stand under.', 12, 0, 100, 0, 0, 0, 8126, 0, 'Reginald Windsor - SAY_REGINALD_TO_MARCUS_3'),\n(@ENTRY, 7, 0, 'Now, it is time to bring her reign to an end, Marcus. Stand down, friend.', 12, 0, 100, 0, 0, 0, 8134, 0, 'Reginald Windsor - SAY_REGINALD_TO_MARCUS_4'),\n(@ENTRY, 8, 0, 'Thank you, old friend. You have done the right thing.', 12, 0, 100, 0, 0, 0, 8205, 0, 'Reginald Windsor - SAY_REGINALD_TO_MARCUS_5'),\n(@ENTRY, 9, 0, 'Follow me, friends. To Stormwind Keep!', 12, 0, 100, 0, 0, 0, 8206, 0, 'Reginald Windsor - SAY_MASQUERADE_3'),\n(@ENTRY, 10, 0, 'Be brave, friends. The reptile will thrash wildly. It is an act of desperation. When you are ready, give me the word.', 12, 0, 100, 0, 0, 0, 8207, 0, 'Reginald Windsor - SAY_STORMWIND_BEFORE_KEEP'),\n(@ENTRY, 11, 0, 'Onward!', 12, 0, 100, 0, 0, 0, 8208, 0, 'Reginald Windsor - SAY_MOVE_IN_KEEP'),\n(@ENTRY, 12, 0, 'Majesty, run while you still can. She is not what you think her to be...', 12, 0, 100, 0, 0, 0, 8210, 0, 'Reginald Windsor - SAY_REGINALD_TO_ANDUINN'),\n(@ENTRY, 13, 0, 'The masquerade is over, Lady Prestor. Or should I call you by your true name... Onyxia...', 12, 0, 100, 0, 0, 0, 8211, 0, 'Reginald Windsor - SAY_REGINALD_TO_KATRANA'),\n(@ENTRY, 14, 0, 'You will not escape your fate, Onyxia. It has been prophesied - a vision resonating from the great halls of Karazhan. It ends now...', 12, 0, 100, 0, 0, 0, 8218, 0, 'Reginald Windsor - SAY_REGINALD_TO_KATRANA_2'),\n(@ENTRY, 15, 0, 'The Dark Irons thought these tablets to be encoded. This is not any form of coding, it is the tongue of ancient dragon.', 12, 0, 100, 0, 0, 0, 8227, 0, 'Reginald Windsor - SAY_REGINALD_TO_KATRANA_3'),\n(@ENTRY, 16, 0, 'Listen, dragon. Let the truth resonate throughout these halls.', 12, 0, 100, 0, 0, 0, 8219, 0, 'Reginald Windsor - SAY_REGINALD_TO_KATRANA'),\n(@ENTRY, 17, 0, '%s reads from the tablets. Unknown, unheard sounds flow through your consciousness.', 16, 0, 100, 0, 0, 0, 8228, 0, 'Reginald Windsor - EMOTE_READ_TABLET'),\n(@ENTRY, 18, 0, 'DO NOT LET HER ESCAPE!', 12, 0, 100, 0, 0, 0, 8247, 0, 'Reginald Windsor - SAY_REGINALD_TO_GUARDS'),\n(@ENTRY, 19, 0, 'Bol... Bolvar... the medallion... use...', 12, 0, 100, 0, 0, 0, 8250, 0, 'Reginald Windsor - SAY_REGINALD_TO_BOLVAR'),\n(@ENTRY, 20, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 0, 'Reginald Windsor - EMOTE_WINDSOR_DIES'),\n(@ENTRY, 21, 0, '%s reaches into his pack and pulls out the encoded tablets.', 16, 0, 100, 0, 0, 0, 8226, 0, 'Reginald Windsor - EMOTE_WINDSOR_TABLETS');\n\nSET @ENTRY := 1749;\nDELETE FROM `creature_text` WHERE `CreatureID` = @ENTRY;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@ENTRY, 0, 0, 'Seize him! Seize the worthless criminal and his allies!', 14, 0, 100, 0, 0, 0, 8119, 3, 'Lady Katrana Prestor - SAY_KATRANA_1'),\n(@ENTRY, 1, 0, '%s laughs.', 16, 0, 100, 0, 0, 0, 8214, 0, 'Lady Katrana Prestor - EMOTE_KATRANA_LAUGH'),\n(@ENTRY, 2, 0, 'You will be incarcerated and tried for treason, Windsor. I shall watch with glee as they hand down a guilty verdict and sentence you to death by hanging...', 12, 0, 100, 0, 0, 0, 8215, 0, 'Lady Katrana Prestor - SAY_KATRANA_2'),\n(@ENTRY, 3, 0, 'And as your limp body dangles from the rafters, I shall take pleasure in knowing that a mad man has been put to death. After all, what proof do you have? Did you expect to come in here and point your fingers at royalty and leave unscathed?', 12, 0, 100, 0, 0, 0, 8216, 0, 'Lady Katrana Prestor - SAY_KATRANA_3');\n\nSET @ENTRY := 1748;\nDELETE FROM `creature_text` WHERE `CreatureID` = @ENTRY;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@ENTRY, 0, 0, 'To the safe hall, your majesty.', 12, 0, 100, 0, 0, 0, 8212, 0, 'Highlord Bolvar Fordragon - SAY_BOLVAR_TO_ANDUINN'),\n(@ENTRY, 1, 0, '%s gasps.', 16, 0, 100, 0, 0, 0, 8236, 0, 'Highlord Bolvar Fordragon - EMOTE_BOLVAR_GASP'),\n(@ENTRY, 2, 0, 'Dragon filth! Guards! Guards! Seize this monster!', 14, 0, 100, 0, 0, 0, 8237, 3, 'Highlord Bolvar Fordragon - SAY_BOLVAR_TO_GUARDS'),\n(@ENTRY, 3, 0, 'Reginald... I... I am sorry.', 12, 0, 100, 0, 0, 0, 8249, 0, 'Highlord Bolvar Fordragon - SAY_BOLVAR_REGINALD_DIES');\n\nSET @ENTRY := 12756;\nDELETE FROM `creature_text` WHERE `CreatureID` = @ENTRY;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@ENTRY, 0, 0, 'Curious... Windsor, in this vision, did you survive? I only ask because one thing that I can and will assure is your death. Here and now.', 12, 0, 100, 0, 0, 0, 8235, 0, 'Lady Onyxia - SAY_ONYXIA_TO_WINDSOR'),\n(@ENTRY, 1, 0, 'Yesss... Guards, come to your lord\\'s aid!', 12, 0, 100, 0, 0, 0, 8239, 0, 'Lady Onyxia - SAY_ONYXIA_TO_WINDSOR_2'),\n(@ENTRY, 2, 0, 'Was this fated, Windsor? If it was death that you came for, then the prophecy has been fulfilled. May your consciousness rot in the Twisting Nether. Finish the rest of these meddlesome insects, children. Bolvar, you have been a pleasurable puppet.', 12, 0, 100, 0, 0, 0, 8246, 0, 'Lady Onyxia - SAY_ONYXIA_TO_WINDSOR_3'),\n(@ENTRY, 3, 0, 'You have failed him, mortalsss... Farewell!', 12, 0, 100, 0, 0, 0, 8248, 0, 'Lady Onyxia - SAY_ONYXIA_TO_WINDSOR_4');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=20465;\nINSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`) VALUES\n(13,1,20465,31,3,12580,'Windsor Death hit only Reginald Windsor');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=20358;\nINSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`) VALUES\n(13,1,20358,31,3,1749,'Windsor Read Table hit only Katrana Prestor');\n\nSET @ENTRY  := 68;\nSET @ENTRY2 := 1756;\nSET @ENTRY3 := 1976;\nDELETE FROM `creature_text` WHERE `CreatureID` IN (68, 1756, 1976) AND `GroupID` = 10;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@ENTRY, 10, 0, 'Light be with you, sir.', 12, 0, 100, 0, 0, 0, 8167, 0, ''),\n(@ENTRY, 10, 1, 'We are but dirt beneath your feet, sir.', 12, 0, 100, 0, 0, 0, 8177, 0, ''),\n(@ENTRY, 10, 2, '...nerves of thorium.', 12, 0, 100, 0, 0, 0, 8183, 0, ''),\n(@ENTRY, 10, 3, 'Make way!', 12, 0, 100, 0, 0, 0, 8175, 0, ''),\n(@ENTRY, 10, 4, 'A living legend...', 12, 0, 100, 0, 0, 0, 8184, 0, ''),\n(@ENTRY, 10, 5, 'A moment I shall remember for always.', 12, 0, 100, 0, 0, 0, 8180, 0, ''),\n(@ENTRY, 10, 6, 'You are an inspiration to us all, sir.', 12, 0, 100, 0, 0, 0, 8170, 0, ''),\n(@ENTRY2, 10, 0, 'Light be with you, sir.', 12, 0, 100, 0, 0, 0, 8167, 0, ''),\n(@ENTRY2, 10, 1, 'We are but dirt beneath your feet, sir.', 12, 0, 100, 0, 0, 0, 8177, 0, ''),\n(@ENTRY2, 10, 2, '...nerves of thorium.', 12, 0, 100, 0, 0, 0, 8183, 0, ''),\n(@ENTRY2, 10, 3, 'Make way!', 12, 0, 100, 0, 0, 0, 8175, 0, ''),\n(@ENTRY2, 10, 4, 'A living legend...', 12, 0, 100, 0, 0, 0, 8184, 0, ''),\n(@ENTRY2, 10, 5, 'A moment I shall remember for always.', 12, 0, 100, 0, 0, 0, 8180, 0, ''),\n(@ENTRY2, 10, 6, 'You are an inspiration to us all, sir.', 12, 0, 100, 0, 0, 0, 8170, 0, ''),\n(@ENTRY3, 10, 0, 'Light be with you, sir.', 12, 0, 100, 0, 0, 0, 8167, 0, ''),\n(@ENTRY3, 10, 1, 'We are but dirt beneath your feet, sir.', 12, 0, 100, 0, 0, 0, 8177, 0, ''),\n(@ENTRY3, 10, 2, '...nerves of thorium.', 12, 0, 100, 0, 0, 0, 8183, 0, ''),\n(@ENTRY3, 10, 3, 'Make way!', 12, 0, 100, 0, 0, 0, 8175, 0, ''),\n(@ENTRY3, 10, 4, 'A living legend...', 12, 0, 100, 0, 0, 0, 8184, 0, ''),\n(@ENTRY3, 10, 5, 'A moment I shall remember for always.', 12, 0, 100, 0, 0, 0, 8180, 0, ''),\n(@ENTRY3, 10, 6, 'You are an inspiration to us all, sir.', 12, 0, 100, 0, 0, 0, 8170, 0, '');\n\nDELETE FROM `creature_questender` WHERE `quest` = 6402 AND `id` = 12580;\nINSERT INTO `creature_questender` VALUES\n(12580, 6402);\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 7480;\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextId`) VALUES\n(7480, 0, 0, 'Let Marshal Windsor know that I am ready.', 14388, 1, 1, 0, 0, 0, 0, '', 0);\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 17804;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(17804, 0, 0, 'The signal has been sent. He should be arriving shortly.', 12, 7, 100, 0, 0, 0, 14389, 0, '');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 7480;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(15, 7480, 0, 0, 0, 8, 0, 6403, 0, 0, 1, 0, 0, '', 'Squire Rowe - Require Stormwind Rendezvous'),\n(15, 7480, 0, 0, 0, 8, 0, 6402, 0, 0, 0, 0, 0, '', 'Squire Rowe - Require Stormwind Rendezvous'),\n(15, 7480, 0, 0, 1, 8, 0, 6403, 0, 0, 1, 0, 0, '', 'Squire Rowe - Require Stormwind Rendezvous'),\n(15, 7480, 0, 0, 1, 28, 0, 6402, 0, 0, 0,0, 0, '', 'Squire Rowe - Require Stormwind Rendezvous');\n\nDELETE FROM `gossip_menu` WHERE `MenuID` = 51749 AND `TextID` = 2693;\nDELETE FROM `gossip_menu` WHERE `MenuID` = 51750 AND `TextID` = 2694;\nDELETE FROM `gossip_menu` WHERE `MenuID` = 51751 AND `TextID` = 2695;\nDELETE FROM `gossip_menu` WHERE `MenuID` = 51752 AND `TextID` = 2696;\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES\n(51749, 2693),\n(51750, 2694),\n(51751, 2695),\n(51752, 2696);\n\nUPDATE `creature_template` SET `gossip_menu_id` = 51749 WHERE `entry` = 1749;\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (51749, 51750, 51751, 51752);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcasttextId`) VALUES\n(51749, 0, 0, 'Pardon the intrustion, Lady Prestor, but Highlord Bolvar suggested that I seek your advice.', 4991, 1, 1, 51750, 0, 0, 0, '', 0),\n(51750, 0, 0, 'My apologies, Lady Prestor.', 4993, 1, 1, 51751, 0, 0, 0, '', 0),\n(51751, 0, 0, 'Begging your pardon, Lady Prestor. That was not my intent.', 4995, 1, 1, 51752, 0, 0, 0, '', 0),\n(51752, 0, 0, 'Thank you for your time, Lady Prestor.', 4997, 1, 1, 0, 0, 0, 0, '', 0);\n\nDELETE FROM `conditions` WHERE `sourcetypeorreferenceId` = 14 AND `sourcegroup` = 51749;\nDELETE FROM `conditions` WHERE `sourcetypeorreferenceId` = 15 AND `sourcegroup` = 51749;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n('14','51749','2693','0','0','9','0','4185','0','0','0','0','0','','Lady Prestor, require True Masters (3)'),\n('15','51749','0','0','0','9','0','4185','0','0','0','0','0','','Lady Prestor, Require True Masters (3)');\n\nDELETE FROM `gossip_menu` WHERE `MenuID` BETWEEN 59563 AND 59575 AND `TextID` BETWEEN 2713 AND 2725;\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES\n(59563, 2713),\n(59564, 2714),\n(59565, 2715),\n(59566, 2716),\n(59567, 2717),\n(59568, 2718),\n(59569, 2719),\n(59570, 2720),\n(59571, 2721),\n(59572, 2722),\n(59573, 2723),\n(59574, 2725);\n\nUPDATE `creature_template` SET `gossip_menu_id` = 59563 WHERE `entry` = 9563;\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` BETWEEN 59563 AND 59575;\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcasttextId`) VALUES\n(59563, 0, 0, 'Official business, John. I need some information about Marshal Windsor. Tell me about the last time you saw him.', 5007, 1, 1, 59564, 0, 0, 0, '', 0),\n(59564, 0, 0, 'So what did you do?', 5010, 1, 1, 59565, 0, 0, 0, '', 0),\n(59565, 0, 0, 'Start making sense, dwarf. I don\\'t want to have anything to do with your cracker, your pappy, or any sort of \\'discreditin.\\'', 5013, 1, 1, 59566, 0, 0, 0, '', 0),\n(59566, 0, 0, 'Ironfoe?', 5015, 1, 1, 59567, 0, 0, 0, '', 0),\n(59567, 0, 0, 'Interesting... continue, John.', 5017, 1, 1, 59568, 0, 0, 0, '', 0),\n(59568, 0, 0, 'So that\\'s how Windsor died...', 5019, 1, 1, 59569, 0, 0, 0, '', 0),\n(59569, 0, 0, 'So how did he die?', 5021, 1, 1, 59570, 0, 0, 0, '', 0),\n(59570, 0, 0, 'Ok, so where the hell is he? Wait a minute! Are you drunk?', 5024, 1, 1, 59571, 0, 0, 0, '', 0),\n(59571, 0, 0, 'WHY is he in Blackrock Depths?', 5027, 1, 1, 59572, 0, 0, 0, '', 0),\n(59572, 0, 0, '300? So the Dark Irons killed him and dragged him into the Depths?', 5030, 1, 1, 59573, 0, 0, 0, '', 0),\n(59573, 0, 0, 'Ahhh... Ironfoe.', 5034, 1, 1, 59574, 0, 0, 0, '', 0),\n(59574, 0, 0, 'Thanks, Ragged John. Your story was very uplifting and informative.', 5038, 1, 1, 0, 0, 0, 0, '', 0);\n\nUPDATE `smart_scripts` SET `event_param1` = 59574 WHERE `entryorguid` = 9563 AND `id` = 3 AND `event_type` = 62; -- Ragged John quest credit\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 59563;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(15,59563,0,0,0,9,0,4224,0,0,0,0,0,'','Ragged John - Require True Masters (6)');\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 1749;\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` = 1749 AND `Source_type` = 0;\nINSERT 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`, `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\n(1749, 0, 0, 1, 62, 0, 100, 0, 51752, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Lady Katrana Prestor - On Gossip Option Select - Close Gossip'),\n(1749, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 15, 4185, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Lady Katrana Prestor - On Gossip Option Select - Complete Quest - The True Masters');\n\n-- Spawn Lady Katrana Prestor\n-- Positions are hand-made. There's a huge throne where she used to be spawned in classic...\nDELETE FROM `creature` WHERE `guid` = 500800 AND `id1` = 1749;\nINSERT INTO `creature` (`guid`, `id1`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(500800, 1749, 0, 0, 0, 1, 1, 1, -8435, 335.559, 122.163, 2.56468, 300, 0, 3497, 2568, 0, 0, 0, 0, '', 0);\n\n# DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 30 AND `SourceEntry` = 1749;\n# INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n# (30, 0, 1749, 0, 0, 47, 0, 4182, 64, 0, 0, 0, 0, '', 'Lady Katrana Prestor - Visibility - Require quest Dragonkin Menace rewarded.'),\n# (30, 0, 1749, 0, 0, 47, 0, 6403, 64, 0, 1, 0, 0, '', 'Lady Katrana Prestor - Visibility - Require quest The Great Masquerade NOT rewarded.');\n\nUPDATE `item_template` SET `startquest` = 4264 WHERE `entry` = 11446; -- A crumpled up note\n\n-- Spawn Bolvar\nDELETE FROM `creature` WHERE `guid` = 500801 AND `id1` = 1748;\nINSERT INTO `creature` (`guid`, `id1`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(500801, 1748, 0, 0, 0, 1, 1, 1, -8445.01, 329.85, 122.163, 2.12562, 300, 0, 1055700, 67740, 0, 0, 0, 0, '', 0);\n\n# DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 30 AND `SourceEntry` = 1748;\n# INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n# (30, 0, 1748, 0, 0, 47, 0, 4182, 64, 0, 0, 0, 0, '', 'Highlord Bolvar Fordring - Visibility - Require quest Dragonkin Menace rewarded.');\n\nUPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 47622; -- Marshal Windsor\n\nDELETE FROM `script_waypoint` WHERE `entry` = 9023;\nINSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES\n(9023, 1, 316.336, -225.528, -77.7258, 2000, 'SAY_WINDSOR_START'),\n(9023, 2, 322.96, -207.13, -77.87, 0, ''),\n(9023, 3, 281.05, -172.16, -75.12, 0, ''),\n(9023, 4, 272.19, -139.14, -70.61, 0, ''),\n(9023, 5, 283.62, -116.09, -70.21, 0, ''),\n(9023, 6, 296.18, -94.3, -74.08, 0, ''),\n(9023, 7, 294.57, -93.11, -74.08, 0, 'escort paused - SAY_WINDSOR_CELL_DUGHAL_1'),\n(9023, 8, 294.57, -93.11, -74.08, 5000, ''),\n(9023, 9, 294.57, -93.11, -74.08, 3000, 'SAY_WINDSOR_CELL_DUGHAL_3'),\n(9023, 10, 314.31, -74.31, -76.09, 0, ''),\n(9023, 11, 360.22, -62.93, -66.77, 0, ''),\n(9023, 12, 383.38, -69.4, -63.25, 0, ''),\n(9023, 13, 389.99, -67.86, -62.57, 0, ''),\n(9023, 14, 400.98, -72.01, -62.31, 0, 'SAY_WINDSOR_EQUIPMENT_1'),\n(9023, 15, 404.22, -62.3, -63.5, 2000, ''),\n(9023, 16, 404.22, -62.3, -63.5, 1500, 'open supply door'),\n(9023, 17, 407.65, -51.86, -63.96, 0, ''),\n(9023, 18, 403.61, -51.71, -63.92, 1000, 'SAY_WINDSOR_EQUIPMENT_2'),\n(9023, 19, 403.61, -51.71, -63.92, 2000, ''),\n(9023, 20, 403.61, -51.71, -63.92, 1000, 'open supply crate'),\n(9023, 21, 403.61, -51.71, -63.92, 1000, 'update entry to Reginald Windsor'),\n(9023, 22, 403.61, -52.71, -63.92, 4000, 'SAY_WINDSOR_EQUIPMENT_3'),\n(9023, 23, 403.61, -52.71, -63.92, 4000, 'SAY_WINDSOR_EQUIPMENT_4'),\n(9023, 24, 406.33, -54.87, -63.95, 0, ''),\n(9023, 25, 403.86, -73.88, -62.02, 0, ''),\n(9023, 26, 428.8, -81.34, -64.91, 0, ''),\n(9023, 27, 557.03, -119.71, -61.83, 0, ''),\n(9023, 28, 573.4, -124.39, -65.07, 0, ''),\n(9023, 29, 593.91, -130.29, -69.25, 0, ''),\n(9023, 30, 593.21, -132.16, -69.25, 0, 'escort paused - SAY_WINDSOR_CELL_JAZ_1'),\n(9023, 31, 593.21, -132.16, -69.25, 1000, ''),\n(9023, 32, 593.21, -132.16, -69.25, 3000, 'SAY_WINDSOR_CELL_JAZ_2'),\n(9023, 33, 622.81, -135.55, -71.92, 0, ''),\n(9023, 34, 634.68, -151.29, -70.32, 0, ''),\n(9023, 35, 635.06, -153.25, -70.32, 0, 'escort paused - SAY_WINDSOR_CELL_SHILL_1'),\n(9023, 36, 635.06, -153.25, -70.32, 3000, ''),\n(9023, 37, 635.06, -153.25, -70.32, 5000, 'SAY_WINDSOR_CELL_SHILL_2'),\n(9023, 38, 635.06, -153.25, -70.32, 2000, 'SAY_WINDSOR_CELL_SHILL_3'),\n(9023, 39, 655.25, -172.39, -73.72, 0, ''),\n(9023, 40, 654.79, -226.3, -83.06, 0, ''),\n(9023, 41, 622.85, -268.85, -83.96, 0, ''),\n(9023, 42, 579.45, -275.56, -80.44, 0, ''),\n(9023, 43, 561.19, -266.85, -75.59, 0, ''),\n(9023, 44, 547.91, -253.92, -70.34, 0, ''),\n(9023, 45, 549.2, -252.4, -70.34, 0, 'escort paused - SAY_WINDSOR_CELL_CREST_1'),\n(9023, 46, 549.2, -252.4, -70.34, 1000, ''),\n(9023, 47, 549.2, -252.4, -70.34, 4000, 'SAY_WINDSOR_CELL_CREST_2'),\n(9023, 48, 555.33, -269.16, -74.4, 0, ''),\n(9023, 49, 554.31, -270.88, -74.4, 0, 'escort paused - SAY_WINDSOR_CELL_TOBIAS_1'),\n(9023, 50, 554.31, -270.88, -74.4, 5000, ''),\n(9023, 51, 554.31, -270.88, -74.4, 4000, 'SAY_WINDSOR_CELL_TOBIAS_2'),\n(9023, 52, 536.1, -249.6, -67.47, 0, ''),\n(9023, 53, 520.94, -216.65, -59.28, 0, ''),\n(9023, 54, 505.99, -148.74, -62.17, 0, ''),\n(9023, 55, 484.21, -56.24, -62.43, 0, ''),\n(9023, 56, 470.39, -6.01, -70.1, 0, ''),\n(9023, 57, 452.45, 29.85, -70.37, 1500, 'SAY_WINDSOR_FREE_1'),\n(9023, 58, 452.45, 29.85, -70.37, 15000, 'SAY_WINDSOR_FREE_2');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 9023;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(9023, 0, 0, 'You locked up the wrong Marshal, $n. Prepare to be destroyed!', 12, 0, 100, 0, 0, 0, 5253, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9023, 0, 1, 'I bet you\\'re sorry now, aren\\'nt you!?!', 12, 0, 100, 0, 0, 0, 5252, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9023, 0, 2, 'You better hold me back or $n is going to feel some prison house beatings.', 12, 0, 100, 0, 0, 0, 5250, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9023, 0, 3, 'Administering fists of fury on $n!', 12, 0, 100, 0, 0, 0, 5249, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9023, 1, 0, 'Let\\'s get a move on. My gear should be in the storage area up this way...', 12, 0, 100, 0, 0, 0, 5205, 0, 'Marshal Windsor - SAY_START_ESCORT'),\n(9023, 2, 0, 'Check that cell, $n. If someone is alive in there, we need to get them out.', 12, 0, 100, 0, 0, 0, 5207, 0, 'Marshal Windsor - SAY_DUGHAL_CELL_1'),\n(9023, 3, 0, 'Good work! We\\'re almost there! This way.', 12, 0, 100, 0, 0, 0, 5213, 0, 'Marshal Windsor - SAY_DUGHAL_CELL_2'),\n(9023, 4, 0, 'This is it, $n. My stuff should be in that room. Cover me, I\\'m going in!', 12, 0, 100, 0, 0, 0, 5214, 0, 'Marshal Windsor - SAY_EQUIPMENT_1'),\n(9023, 5, 0, 'Ah, there it is!', 12, 0, 100, 0, 0, 0, 5215, 0, 'Marshal Windsor - SAY_EQUIPMENT_2');\n\n-- Windsor, armored up.\nDELETE FROM `creature_text` WHERE `CreatureID` = 9682;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(9682, 0, 0, 'You locked up the wrong Marshal, $n. Prepare to be destroyed!', 12, 0, 100, 0, 0, 0, 5253, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9682, 0, 1, 'I bet you\\'re sorry now, aren\\'nt you!?!', 12, 0, 100, 0, 0, 0, 5252, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9682, 0, 2, 'You better hold me back or $n is going to feel some prison house beatings.', 12, 0, 100, 0, 0, 0, 5250, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9682, 0, 3, 'Administering fists of fury on $n!', 12, 0, 100, 0, 0, 0, 5249, 0, 'Marshal Windsor - SAY_AGGRO'),\n(9682, 6, 0, 'Can you feel the power, $n??? It\\'s time to ROCK!', 12, 0, 100, 0, 0, 0, 5216, 0, 'Reginald Windsor - SAY_EQUIPMENT_3'),\n(9682, 7, 0, 'Now we just have to free Tobias and we can get out of here. This way!', 12, 0, 100, 0, 0, 0, 5217, 0, 'Reginald Windsor - SAY_EQUIPMENT_4'),\n(9682, 8, 0, 'Open it.', 12, 0, 100, 0, 0, 0, 5222, 0, 'Reginald Windsor - SAY_JAZ_CELL_1'),\n(9682, 9, 0, 'I never did like those two. Let\\'s get moving.', 12, 0, 100, 0, 0, 0, 5223, 0, 'Reginald Windsor - SAY_JAZ_CELL2'),\n(9682, 10, 0, 'Open it and be careful this time!', 12, 0, 100, 0, 0, 0, 5224, 0, 'Reginald Windsor - SAY_SHILL_CELL_1'),\n(9682, 11, 0, 'That intolerant dirtbag finally got what was coming to him. Good riddance!', 12, 0, 100, 0, 0, 0, 5225, 0, 'Reginald Windsor - SAY_SHILL_CELL_2'),\n(9682, 12, 0, 'Alright, let\\'s go.', 12, 0, 100, 0, 0, 0, 5227, 0, 'Reginald Windsor - SAY_SHILL_CELL_3'),\n(9682, 13, 0, 'Open it. We need to hurry up. I can smell those Dark Irons coming a mile away and I can tell you one thing, they\\'re COMING!', 12, 0, 100, 0, 0, 0, 5228, 0, 'Reginald Windsor - SAY_CREST_CELL_1'),\n(9682, 14, 0, 'He has to be in the last cell. Unless... they killed him.', 12, 0, 100, 0, 0, 0, 5229, 0, 'Reginald Windsor - SAY_CREST_CELL_2'),\n(9682, 15, 0, 'Get him out of there!', 12, 0, 100, 0, 0, 0, 5230, 0, 'Reginald Windsor - SAY_TOBIAS_CELL_1'),\n(9682, 16, 0, 'Excellent work, $n. Let\\'s find the exit. I think I know the way. Follow me!', 12, 0, 100, 0, 0, 0, 5221, 0, 'Reginald Windsor - SAY_TOBIAS_CELL_2'),\n(9682, 17, 0, 'We made it!', 12, 0, 100, 0, 0, 0, 5231, 0, 'Reginald Windsor - SAY_FREE_1'),\n(9682, 18, 0, 'Meet me at Maxwell\\'s encampment. We\\'ll go over the next stages of the plan there and figure out a way to decode my tablets without the decryption ring.', 12, 0, 100, 0, 0, 0, 5232, 0, 'Reginald Windsor - SAY_FREE_2');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 9022;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(9022, 0, 0, 'Thank you, $n! I\\'m free!!!', 12, 0, 100, 0, 0, 0, 5210, 0,'Dughal Stormwing - On Gossip Select');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 9679;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(9679, 0, 0, 'Finally!! I can leave this dump.', 12, 0, 100, 0, 0, 0, 5218, 0,'Tobias Seecher - SAY_FREED');\n\n-- The Great Masquerade\nDELETE FROM `creature_questender` WHERE `id` = 1748 AND `quest` = 6403;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(1748, 6403);\n\n-- Disable mmaps for Reginald in stormwind\nUPDATE `creature_template` SET `flags_extra` = `flags_extra` |536870912 WHERE `entry` = 12580;\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 6501;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(1748, 6501);\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 6501;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(1748, 6501);\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 6502;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(10929, 6502);\n\nDELETE FROM `creature_questender` WHERE `quest` = 6501;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(10929, 6501);\n\nDELETE FROM `creature_questender` WHERE `quest` = 6502;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(10929, 6502);\n\nUPDATE creature_text SET TextRange = 2 WHERE CreatureID = 1748 AND GroupID = 2;\nUPDATE creature_text SET TextRange = 2 WHERE CreatureID = 1749 AND GroupID = 0;\nUPDATE creature_text SET TextRange = 2 WHERE CreatureID = 12580 AND GroupID = 3;\nUPDATE creature_text SET TextRange = 2 WHERE CreatureID = 466 AND GroupID = 7;\n\nUPDATE `creature_template` SET `npcflag` = `npcflag` |1|2 WHERE `entry` = 1749;\n\nUPDATE `quest_template` SET `flags` = `flags`|2|8 WHERE `id` = 6403; -- The Great Masquerade, shareable & escort flag\n\n-- Adjust quest Mother's Milk gossip option to work with changed Ragged John gossip menu\nDELETE FROM `gossip_menu_option` WHERE `MenuID`=59563 AND `OptionID`=1;\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES (59563, 1, 0, 'Milk me, John.', 5833, 1, 1, 2062, 0, 0, 0, '', 0, 0);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=59563 AND `SourceEntry`=1;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(15, 59563, 1, 0, 1, 1, 0, 16468, 0, 0, 0, 0, 0, '', 'Show Gossip 59563 option 1 only if player has aura 16468'),\n(15, 59563, 1, 0, 1, 9, 0, 4866, 0, 0, 0, 0, 0, '', 'Show gossip 59563 option 1 if player does have quest 4866 taken');\n\n"
  },
  {
    "path": "data/sql/world/base/quest_xp_table.sql",
    "content": "DROP TABLE IF EXISTS `custom_quest_xp`;\nCREATE TABLE IF NOT EXISTS `custom_quest_xp` (\n    `entry` int unsigned NOT NULL,\n    `xpValue` int unsigned NOT NULL,\n    PRIMARY KEY (`entry`)\n) ENGINE=InnoDB;\n\n\nINSERT INTO `custom_quest_xp` (`entry`, `xpValue`) VALUES\n(5, 390),\n(6, 335),\n(7, 170),\n(8, 110),\n(9, 1050),\n(10, 4400),\n(11, 840),\n(12, 910),\n(13, 980),\n(14, 1600),\n(15, 250),\n(16, 0),\n(17, 3450),\n(18, 355),\n(19, 2550),\n(20, 1650),\n(21, 450),\n(22, 910),\n(23, 1950),\n(24, 2200),\n(25, 2000),\n(32, 5450),\n(33, 170),\n(34, 1950),\n(35, 420),\n(36, 420),\n(37, 210),\n(38, 910),\n(39, 1050),\n(40, 85),\n(45, 420),\n(46, 840),\n(47, 630),\n(48, 3750),\n(49, 4650),\n(50, 4650),\n(51, 4650),\n(52, 630),\n(53, 5600),\n(54, 225),\n(55, 3850),\n(56, 1450),\n(57, 2100),\n(58, 2450),\n(59, 210),\n(60, 475),\n(61, 790),\n(62, 475),\n(64, 910),\n(65, 1350),\n(66, 230),\n(67, 1150),\n(68, 1700),\n(69, 570),\n(70, 1700),\n(71, 210),\n(72, 230),\n(74, 1150),\n(75, 1150),\n(76, 840),\n(77, 4400),\n(78, 570),\n(79, 230),\n(80, 230),\n(81, 4400),\n(82, 3150),\n(83, 780),\n(84, 135),\n(85, 135),\n(86, 405),\n(87, 880),\n(88, 780),\n(89, 1550),\n(90, 2000),\n(91, 1850),\n(92, 1350),\n(93, 780),\n(94, 1250),\n(95, 1000),\n(97, 230),\n(98, 4100),\n(99, 1350),\n(101, 2550),\n(102, 980),\n(103, 1150),\n(104, 1550),\n(105, 8300),\n(106, 135),\n(107, 135),\n(109, 630),\n(110, 440),\n(111, 135),\n(112, 315),\n(113, 440),\n(114, 790),\n(115, 2300),\n(116, 1050),\n(117, 0),\n(118, 340),\n(119, 680),\n(120, 490),\n(121, 245),\n(122, 1700),\n(123, 210),\n(124, 1150),\n(125, 880),\n(126, 2000),\n(127, 1250),\n(128, 2000),\n(129, 540),\n(130, 270),\n(131, 270),\n(132, 680),\n(133, 1650),\n(134, 1200),\n(135, 680),\n(136, 580),\n(138, 580),\n(139, 580),\n(140, 1150),\n(141, 340),\n(142, 1350),\n(143, 490),\n(144, 245),\n(145, 1000),\n(146, 340),\n(147, 840),\n(148, 485),\n(149, 485),\n(150, 1550),\n(151, 1250),\n(152, 1450),\n(153, 1050),\n(154, 195),\n(155, 1700),\n(156, 970),\n(157, 1450),\n(158, 485),\n(159, 970),\n(160, 610),\n(161, 1350),\n(162, 5700),\n(163, 390),\n(164, 920),\n(165, 1000),\n(166, 2600),\n(167, 1550),\n(168, 1350),\n(169, 2650),\n(170, 170),\n(173, 1150),\n(174, 2000),\n(175, 1000),\n(176, 880),\n(177, 1500),\n(178, 1400),\n(179, 80),\n(180, 2650),\n(181, 2450),\n(182, 355),\n(183, 250),\n(184, 590),\n(185, 1250),\n(186, 1300),\n(187, 2050),\n(188, 2850),\n(189, 2050),\n(190, 1250),\n(191, 1300),\n(192, 2150),\n(193, 3150),\n(194, 1350),\n(195, 1400),\n(196, 2450),\n(197, 3600),\n(198, 640),\n(199, 1350),\n(200, 1350),\n(201, 255),\n(202, 3150),\n(203, 1950),\n(204, 2700),\n(205, 3150),\n(206, 5050),\n(207, 3550),\n(208, 5350),\n(209, 3450),\n(210, 1400),\n(211, 8300),\n(212, 4700),\n(213, 2800),\n(214, 1250),\n(215, 1300),\n(216, 1950),\n(217, 1600),\n(218, 560),\n(219, 2550),\n(221, 1750),\n(222, 1900),\n(223, 3150),\n(224, 910),\n(225, 690),\n(226, 1250),\n(227, 275),\n(228, 2050),\n(229, 275),\n(230, 1000),\n(231, 1350),\n(232, 390),\n(233, 190),\n(234, 270),\n(235, 155),\n(237, 1050),\n(238, 390),\n(239, 210),\n(240, 780),\n(243, 2000),\n(244, 290),\n(245, 1250),\n(246, 950),\n(247, 3050),\n(248, 1300),\n(249, 2750),\n(250, 680),\n(251, 245),\n(252, 245),\n(253, 3650),\n(254, 0),\n(255, 1800),\n(256, 1750),\n(257, 880),\n(258, 950),\n(261, 3000),\n(262, 510),\n(263, 1050),\n(264, 540),\n(265, 200),\n(266, 200),\n(267, 910),\n(268, 510),\n(269, 590),\n(270, 1200),\n(271, 780),\n(273, 270),\n(274, 340),\n(275, 2650),\n(276, 1250),\n(277, 1850),\n(278, 1350),\n(279, 1750),\n(280, 680),\n(281, 510),\n(282, 335),\n(283, 1950),\n(284, 510),\n(285, 1000),\n(286, 1500),\n(287, 590),\n(288, 220),\n(289, 1750),\n(290, 1200),\n(291, 420),\n(292, 1200),\n(293, 2450),\n(294, 1950),\n(295, 2200),\n(296, 2950),\n(297, 1350),\n(298, 270),\n(299, 2300),\n(301, 540),\n(302, 270),\n(303, 2450),\n(304, 3350),\n(305, 970),\n(306, 485),\n(307, 1350),\n(308, 0),\n(309, 1050),\n(310, 135),\n(311, 630),\n(312, 910),\n(313, 630),\n(314, 910),\n(315, 780),\n(317, 680),\n(318, 160),\n(319, 530),\n(320, 880),\n(321, 590),\n(322, 1200),\n(323, 2300),\n(324, 1750),\n(325, 590),\n(328, 1400),\n(329, 1400),\n(330, 285),\n(331, 2850),\n(332, 130),\n(333, 85),\n(334, 130),\n(335, 2450),\n(336, 2450),\n(337, 1500),\n(338, 4700),\n(339, 780),\n(340, 780),\n(341, 780),\n(342, 780),\n(343, 195),\n(344, 485),\n(345, 485),\n(346, 1950),\n(347, 970),\n(348, 5850),\n(350, 250),\n(351, 4400),\n(353, 1050),\n(354, 880),\n(355, 85),\n(356, 660),\n(357, 530),\n(358, 700),\n(359, 195),\n(360, 390),\n(361, 475),\n(362, 420),\n(363, 40),\n(364, 170),\n(365, 630),\n(366, 350),\n(367, 540),\n(368, 780),\n(369, 220),\n(370, 780),\n(371, 840),\n(372, 910),\n(373, 870),\n(374, 630),\n(375, 700),\n(376, 170),\n(377, 2100),\n(378, 2750),\n(379, 3050),\n(380, 355),\n(381, 355),\n(382, 670),\n(383, 335),\n(384, 630),\n(385, 1050),\n(386, 2000),\n(387, 2650),\n(388, 2650),\n(389, 435),\n(391, 2350),\n(392, 590),\n(393, 590),\n(394, 250),\n(395, 630),\n(396, 3750),\n(397, 245),\n(398, 840),\n(399, 1050),\n(400, 110),\n(401, 1850),\n(403, 0),\n(404, 405),\n(405, 175),\n(407, 160),\n(408, 910),\n(409, 680),\n(410, 0),\n(411, 910),\n(412, 840),\n(413, 420),\n(414, 630),\n(415, 85),\n(416, 880),\n(417, 660),\n(418, 880),\n(419, 420),\n(420, 335),\n(421, 840),\n(422, 880),\n(423, 980),\n(424, 1050),\n(425, 680),\n(426, 880),\n(427, 700),\n(428, 225),\n(429, 440),\n(430, 660),\n(431, 0),\n(432, 590),\n(433, 660),\n(434, 1900),\n(435, 880),\n(436, 340),\n(437, 980),\n(438, 880),\n(439, 290),\n(440, 580),\n(441, 580),\n(442, 1950),\n(443, 1250),\n(444, 315),\n(445, 630),\n(446, 290),\n(447, 910),\n(448, 580),\n(449, 440),\n(450, 1350),\n(451, 2050),\n(452, 1350),\n(453, 1000),\n(454, 105),\n(455, 1250),\n(456, 170),\n(457, 250),\n(458, 40),\n(459, 250),\n(460, 630),\n(461, 680),\n(463, 830),\n(464, 2300),\n(465, 1900),\n(466, 1750),\n(467, 460),\n(468, 165),\n(469, 830),\n(470, 2400),\n(471, 2100),\n(472, 1000),\n(473, 230),\n(474, 2550),\n(475, 270),\n(476, 540),\n(477, 980),\n(478, 740),\n(479, 1150),\n(480, 1750),\n(481, 100),\n(482, 100),\n(483, 780),\n(484, 1750),\n(485, 4400),\n(486, 1150),\n(487, 700),\n(488, 450),\n(489, 630),\n(491, 1700),\n(492, 880),\n(493, 1150),\n(494, 780),\n(495, 300),\n(496, 175),\n(498, 2200),\n(499, 1750),\n(500, 3500),\n(501, 1950),\n(502, 1450),\n(503, 2800),\n(504, 4700),\n(505, 1950),\n(506, 2100),\n(507, 4300),\n(508, 3900),\n(509, 2300),\n(510, 1350),\n(511, 1350),\n(512, 2800),\n(513, 1150),\n(514, 1350),\n(515, 3050),\n(516, 1250),\n(517, 1200),\n(518, 2250),\n(519, 3300),\n(520, 4450),\n(521, 3600),\n(522, 710),\n(523, 3900),\n(524, 3650),\n(525, 1350),\n(526, 1750),\n(527, 1950),\n(528, 2000),\n(529, 2100),\n(530, 1550),\n(531, 1550),\n(532, 2100),\n(533, 2700),\n(535, 270),\n(536, 1850),\n(537, 3150),\n(538, 710),\n(539, 2300),\n(540, 3550),\n(541, 2450),\n(542, 3550),\n(543, 4700),\n(544, 3350),\n(545, 2050),\n(546, 2550),\n(547, 3050),\n(549, 1750),\n(550, 2550),\n(551, 780),\n(552, 2650),\n(553, 3300),\n(554, 1550),\n(555, 2500),\n(556, 2550),\n(557, 2700),\n(559, 2550),\n(560, 255),\n(561, 255),\n(562, 1950),\n(563, 3200),\n(564, 2700),\n(565, 2700),\n(566, 3150),\n(567, 2300),\n(568, 2800),\n(569, 2850),\n(570, 2150),\n(571, 2450),\n(572, 2450),\n(573, 4650),\n(574, 2850),\n(575, 1250),\n(576, 2550),\n(577, 1400),\n(578, 2850),\n(579, 0),\n(580, 4700),\n(581, 2000),\n(582, 2100),\n(583, 245),\n(584, 3300),\n(585, 2350),\n(586, 4050),\n(587, 1650),\n(588, 390),\n(589, 3900),\n(590, 110),\n(591, 5050),\n(592, 5050),\n(593, 0),\n(594, 2900),\n(595, 2450),\n(596, 2100),\n(597, 2450),\n(598, 3450),\n(599, 820),\n(600, 3300),\n(601, 2850),\n(602, 1400),\n(603, 1400),\n(604, 3600),\n(605, 2750),\n(606, 820),\n(607, 2450),\n(608, 4850),\n(609, 3750),\n(610, 2250),\n(611, 3150),\n(613, 4650),\n(615, 470),\n(616, 285),\n(617, 3600),\n(618, 7100),\n(619, 0),\n(621, 3750),\n(622, 2850),\n(623, 2700),\n(624, 3600),\n(625, 3600),\n(626, 6100),\n(627, 2100),\n(628, 2850),\n(629, 2850),\n(630, 7350),\n(631, 2500),\n(632, 2500),\n(633, 2500),\n(634, 1250),\n(635, 275),\n(636, 275),\n(637, 2450),\n(638, 710),\n(639, 2850),\n(640, 3150),\n(641, 315),\n(642, 2850),\n(643, 3300),\n(644, 3450),\n(645, 860),\n(646, 4300),\n(647, 3050),\n(648, 5450),\n(649, 440),\n(650, 4400),\n(651, 2850),\n(652, 3450),\n(653, 2350),\n(654, 4050),\n(655, 270),\n(656, 7100),\n(657, 0),\n(658, 2800),\n(659, 1300),\n(660, 2850),\n(661, 3550),\n(662, 3150),\n(663, 690),\n(664, 3150),\n(665, 3150),\n(666, 3900),\n(667, 4650),\n(668, 1550),\n(669, 3150),\n(670, 3150),\n(671, 2650),\n(672, 2700),\n(673, 3150),\n(674, 270),\n(675, 270),\n(676, 2550),\n(677, 2550),\n(678, 2850),\n(679, 3150),\n(680, 3900),\n(681, 2500),\n(682, 3550),\n(683, 1200),\n(684, 3750),\n(685, 3900),\n(686, 1200),\n(687, 1550),\n(688, 2350),\n(689, 2500),\n(690, 1950),\n(691, 3500),\n(692, 3300),\n(693, 3000),\n(694, 3000),\n(695, 300),\n(696, 3000),\n(697, 3750),\n(698, 3150),\n(699, 3450),\n(700, 2500),\n(701, 2850),\n(702, 285),\n(703, 2350),\n(704, 2850),\n(705, 3550),\n(706, 3900),\n(707, 710),\n(708, 2350),\n(709, 3150),\n(710, 2850),\n(711, 3000),\n(712, 3450),\n(713, 2850),\n(714, 2850),\n(715, 2100),\n(716, 2550),\n(717, 5900),\n(718, 2150),\n(719, 2750),\n(720, 1350),\n(721, 2750),\n(722, 3150),\n(723, 2350),\n(724, 3150),\n(725, 1550),\n(726, 2350),\n(727, 780),\n(728, 780),\n(729, 1150),\n(730, 490),\n(731, 1950),\n(732, 3600),\n(733, 3150),\n(734, 0),\n(735, 5600),\n(736, 5600),\n(737, 2350),\n(738, 1450),\n(739, 3450),\n(741, 1150),\n(742, 155),\n(743, 700),\n(744, 880),\n(745, 540),\n(746, 700),\n(747, 170),\n(748, 450),\n(749, 530),\n(750, 250),\n(751, 530),\n(752, 85),\n(753, 250),\n(754, 540),\n(755, 250),\n(756, 630),\n(757, 445),\n(758, 700),\n(759, 840),\n(760, 1050),\n(761, 680),\n(762, 4650),\n(763, 335),\n(764, 630),\n(765, 910),\n(766, 700),\n(767, 55),\n(768, 880),\n(769, 420),\n(770, 910),\n(771, 630),\n(772, 475),\n(773, 840),\n(775, 420),\n(776, 1250),\n(777, 0),\n(778, 4850),\n(779, 0),\n(780, 445),\n(781, 355),\n(782, 3600),\n(783, 40),\n(784, 630),\n(786, 700),\n(787, 40),\n(788, 170),\n(789, 250),\n(790, 450),\n(791, 630),\n(792, 445),\n(793, 5900),\n(794, 670),\n(795, 0),\n(804, 110),\n(805, 225),\n(806, 910),\n(808, 780),\n(809, 455),\n(812, 980),\n(813, 0),\n(815, 700),\n(816, 880),\n(817, 700),\n(818, 630),\n(819, 1050),\n(821, 1350),\n(822, 970),\n(823, 315),\n(824, 2200),\n(825, 700),\n(826, 840),\n(827, 910),\n(828, 90),\n(829, 455),\n(830, 630),\n(831, 630),\n(832, 680),\n(833, 630),\n(834, 780),\n(835, 880),\n(836, 5450),\n(837, 630),\n(838, 560),\n(840, 455),\n(841, 0),\n(842, 910),\n(843, 1850),\n(844, 910),\n(845, 910),\n(846, 2100),\n(847, 2850),\n(848, 1050),\n(849, 2100),\n(850, 880),\n(851, 1000),\n(852, 1100),\n(853, 800),\n(854, 225),\n(855, 1250),\n(857, 2450),\n(858, 1350),\n(860, 85),\n(861, 840),\n(862, 1850),\n(863, 1700),\n(864, 5050),\n(865, 1350),\n(866, 1150),\n(867, 1050),\n(868, 1750),\n(869, 910),\n(870, 680),\n(871, 910),\n(872, 1050),\n(873, 2750),\n(874, 550),\n(875, 1150),\n(876, 1950),\n(877, 1150),\n(878, 1650),\n(879, 1500),\n(880, 1150),\n(881, 1450),\n(882, 1800),\n(883, 1300),\n(884, 1450),\n(885, 1500),\n(886, 85),\n(887, 740),\n(888, 1150),\n(889, 0),\n(890, 100),\n(891, 1550),\n(892, 100),\n(893, 1950),\n(894, 740),\n(895, 1150),\n(896, 1700),\n(897, 2400),\n(898, 1950),\n(899, 1950),\n(900, 490),\n(901, 740),\n(902, 1150),\n(903, 1050),\n(905, 1250),\n(906, 3050),\n(907, 1700),\n(908, 2750),\n(909, 3050),\n(913, 1950),\n(914, 2200),\n(916, 355),\n(917, 560),\n(918, 630),\n(919, 790),\n(920, 45),\n(921, 335),\n(922, 315),\n(923, 980),\n(926, 0),\n(927, 455),\n(928, 225),\n(929, 335),\n(930, 840),\n(931, 840),\n(932, 630),\n(933, 780),\n(934, 660),\n(935, 1100),\n(936, 470),\n(937, 440),\n(938, 910),\n(939, 5450),\n(940, 440),\n(941, 910),\n(942, 1550),\n(943, 2400),\n(944, 630),\n(945, 1350),\n(947, 1250),\n(948, 630),\n(949, 1250),\n(950, 950),\n(951, 1950),\n(952, 880),\n(953, 910),\n(954, 680),\n(955, 910),\n(956, 910),\n(957, 680),\n(958, 910),\n(959, 1350),\n(960, 0),\n(961, 0),\n(962, 1700),\n(963, 880),\n(964, 4500),\n(965, 680),\n(966, 1350),\n(967, 1000),\n(968, 1950),\n(969, 6600),\n(970, 1650),\n(971, 2750),\n(973, 1950),\n(974, 5650),\n(975, 0),\n(976, 2900),\n(977, 4650),\n(978, 5650),\n(979, 3000),\n(980, 2800),\n(981, 2500),\n(982, 1250),\n(983, 840),\n(984, 740),\n(985, 980),\n(986, 1550),\n(990, 365),\n(991, 1450),\n(992, 3050),\n(994, 1750),\n(995, 780),\n(996, 560),\n(997, 225),\n(998, 560),\n(1001, 1150),\n(1002, 980),\n(1003, 1150),\n(1007, 1150),\n(1008, 1450),\n(1009, 2550),\n(1010, 780),\n(1011, 2350),\n(1012, 3200),\n(1013, 2100),\n(1014, 3300),\n(1016, 1950),\n(1017, 2550),\n(1020, 1950),\n(1021, 2550),\n(1022, 2450),\n(1023, 1250),\n(1024, 830),\n(1025, 1950),\n(1026, 2200),\n(1027, 2300),\n(1028, 1700),\n(1029, 230),\n(1030, 1700),\n(1031, 2550),\n(1032, 2550),\n(1033, 1750),\n(1034, 1850),\n(1035, 3050),\n(1036, 650),\n(1037, 610),\n(1038, 610),\n(1039, 1200),\n(1040, 610),\n(1041, 1200),\n(1042, 245),\n(1043, 2450),\n(1044, 3050),\n(1045, 2450),\n(1046, 3050),\n(1048, 5150),\n(1049, 3550),\n(1050, 3550),\n(1051, 3300),\n(1052, 1550),\n(1053, 4700),\n(1054, 2000),\n(1055, 230),\n(1056, 680),\n(1057, 2200),\n(1058, 2100),\n(1059, 2200),\n(1060, 1550),\n(1061, 315),\n(1062, 1450),\n(1063, 680),\n(1064, 340),\n(1065, 1350),\n(1066, 1850),\n(1067, 1400),\n(1068, 1850),\n(1069, 1950),\n(1070, 830),\n(1071, 1650),\n(1072, 830),\n(1073, 1650),\n(1074, 830),\n(1075, 830),\n(1076, 1650),\n(1077, 830),\n(1078, 2100),\n(1079, 2200),\n(1080, 2200),\n(1081, 3400),\n(1082, 870),\n(1083, 2100),\n(1084, 2300),\n(1085, 165),\n(1086, 2300),\n(1087, 1500),\n(1088, 2350),\n(1089, 2950),\n(1090, 2200),\n(1091, 175),\n(1092, 1300),\n(1093, 1650),\n(1094, 830),\n(1095, 1100),\n(1096, 2200),\n(1097, 105),\n(1098, 2000),\n(1100, 1350),\n(1101, 3350),\n(1102, 4050),\n(1104, 1850),\n(1105, 2450),\n(1106, 1350),\n(1107, 3450),\n(1108, 3000),\n(1109, 3300),\n(1110, 2500),\n(1111, 1400),\n(1112, 1400),\n(1113, 3300),\n(1114, 700),\n(1115, 1400),\n(1116, 3500),\n(1117, 3500),\n(1118, 890),\n(1119, 3750),\n(1120, 375),\n(1121, 375),\n(1122, 1850),\n(1127, 0),\n(1130, 0),\n(1131, 2450),\n(1132, 780),\n(1133, 0),\n(1134, 1650),\n(1135, 3650),\n(1136, 4250),\n(1137, 1450),\n(1138, 1250),\n(1139, 5850),\n(1140, 2300),\n(1141, 980),\n(1142, 3050),\n(1143, 2500),\n(1144, 3050),\n(1145, 1300),\n(1146, 1950),\n(1147, 2750),\n(1148, 2750),\n(1149, 1050),\n(1150, 2450),\n(1151, 3050),\n(1152, 1200),\n(1153, 2350),\n(1154, 1850),\n(1159, 1200),\n(1160, 2100),\n(1164, 2800),\n(1166, 4450),\n(1167, 570),\n(1168, 3600),\n(1169, 5350),\n(1170, 360),\n(1171, 360),\n(1172, 4850),\n(1173, 4850),\n(1175, 2650),\n(1176, 1850),\n(1177, 2800),\n(1178, 710),\n(1179, 2450),\n(1180, 710),\n(1181, 285),\n(1182, 2850),\n(1183, 710),\n(1184, 1350),\n(1186, 285),\n(1187, 3300),\n(1188, 820),\n(1189, 820),\n(1190, 1650),\n(1191, 0),\n(1192, 0),\n(1194, 1650),\n(1195, 2550),\n(1196, 590),\n(1197, 2350),\n(1198, 2400),\n(1199, 2550),\n(1200, 3300),\n(1201, 2750),\n(1202, 2750),\n(1203, 3450),\n(1204, 2850),\n(1205, 3900),\n(1206, 2750),\n(1218, 1350),\n(1219, 690),\n(1220, 2750),\n(1221, 2100),\n(1222, 2850),\n(1238, 2050),\n(1239, 2050),\n(1240, 2750),\n(1241, 230),\n(1242, 230),\n(1243, 230),\n(1244, 2450),\n(1245, 245),\n(1246, 250),\n(1247, 250),\n(1248, 660),\n(1249, 1300),\n(1250, 265),\n(1251, 690),\n(1252, 780),\n(1253, 690),\n(1258, 3150),\n(1259, 315),\n(1260, 710),\n(1261, 3150),\n(1262, 3150),\n(1264, 1300),\n(1265, 275),\n(1266, 700),\n(1267, 4300),\n(1268, 1350),\n(1269, 710),\n(1270, 2850),\n(1271, 0),\n(1273, 3550),\n(1274, 230),\n(1275, 2400),\n(1276, 1400),\n(1282, 275),\n(1284, 1350),\n(1285, 285),\n(1286, 2850),\n(1287, 2850),\n(1288, 285),\n(1301, 690),\n(1302, 690),\n(1319, 275),\n(1320, 1350),\n(1321, 275),\n(1322, 2850),\n(1323, 1400),\n(1324, 2150),\n(1338, 980),\n(1339, 540),\n(1358, 1050),\n(1359, 105),\n(1360, 3600),\n(1361, 640),\n(1362, 640),\n(1363, 330),\n(1364, 3300),\n(1365, 3450),\n(1366, 3750),\n(1367, 660),\n(1368, 660),\n(1369, 2650),\n(1370, 1350),\n(1371, 2050),\n(1372, 345),\n(1373, 2850),\n(1374, 2850),\n(1375, 2850),\n(1380, 4300),\n(1381, 4300),\n(1382, 2050),\n(1383, 4300),\n(1384, 2550),\n(1385, 2050),\n(1386, 2550),\n(1387, 3750),\n(1388, 345),\n(1389, 2750),\n(1391, 2550),\n(1392, 2250),\n(1393, 2850),\n(1394, 4200),\n(1395, 2900),\n(1396, 2850),\n(1398, 3450),\n(1418, 1350),\n(1419, 3150),\n(1420, 2350),\n(1421, 2750),\n(1422, 0),\n(1423, 0),\n(1424, 4450),\n(1425, 2550),\n(1426, 4450),\n(1427, 3600),\n(1428, 3900),\n(1429, 3750),\n(1430, 3750),\n(1431, 610),\n(1432, 1200),\n(1433, 265),\n(1434, 2650),\n(1435, 2650),\n(1436, 2650),\n(1437, 1950),\n(1438, 2650),\n(1439, 2650),\n(1440, 3300),\n(1442, 435),\n(1444, 3750),\n(1445, 5900),\n(1446, 6550),\n(1447, 1250),\n(1448, 3600),\n(1449, 1800),\n(1450, 890),\n(1451, 1800),\n(1452, 3600),\n(1453, 1300),\n(1454, 3000),\n(1455, 1500),\n(1456, 3000),\n(1457, 2250),\n(1458, 2650),\n(1459, 2750),\n(1465, 1950),\n(1466, 3150),\n(1467, 3150),\n(1469, 2700),\n(1475, 7100),\n(1477, 970),\n(1480, 1300),\n(1481, 2650),\n(1482, 2750),\n(1483, 415),\n(1484, 265),\n(1486, 1600),\n(1487, 2050),\n(1488, 3900),\n(1489, 290),\n(1490, 115),\n(1491, 1350),\n(1492, 440),\n(1502, 210),\n(1503, 840),\n(1514, 560),\n(1516, 270),\n(1517, 270),\n(1518, 445),\n(1519, 270),\n(1520, 180),\n(1521, 445),\n(1559, 0),\n(1560, 5900),\n(1578, 910),\n(1579, 455),\n(1580, 910),\n(1581, 700),\n(1582, 1350),\n(1618, 1150),\n(1654, 870),\n(1655, 435),\n(1656, 110),\n(1666, 420),\n(1667, 840),\n(1680, 90),\n(1681, 660),\n(1682, 630),\n(1686, 840),\n(1690, 3600),\n(1691, 3750),\n(1692, 420),\n(1693, 630),\n(1698, 155),\n(1699, 1300),\n(1700, 570),\n(1701, 2300),\n(1702, 435),\n(1703, 1150),\n(1704, 570),\n(1705, 2300),\n(1706, 3050),\n(1707, 2800),\n(1708, 1750),\n(1709, 3050),\n(1710, 1850),\n(1711, 3050),\n(1712, 2350),\n(1713, 2350),\n(1714, 0),\n(1740, 2550),\n(1782, 3400),\n(1791, 245),\n(1792, 3900),\n(1796, 2500),\n(1799, 3150),\n(1806, 2200),\n(1820, 210),\n(1821, 660),\n(1822, 880),\n(1823, 155),\n(1824, 1550),\n(1825, 780),\n(1838, 3650),\n(1839, 1200),\n(1840, 1200),\n(1841, 1200),\n(1842, 1200),\n(1843, 1850),\n(1844, 1200),\n(1845, 1850),\n(1846, 1200),\n(1847, 1850),\n(1848, 3050),\n(1858, 455),\n(1859, 210),\n(1860, 420),\n(1861, 840),\n(1878, 375),\n(1879, 85),\n(1880, 840),\n(1881, 85),\n(1882, 840),\n(1883, 85),\n(1884, 840),\n(1885, 210),\n(1886, 680),\n(1898, 230),\n(1899, 230),\n(1918, 550),\n(1919, 105),\n(1920, 1150),\n(1921, 800),\n(1938, 2300),\n(1939, 1050),\n(1940, 1600),\n(1941, 1050),\n(1942, 2100),\n(1943, 210),\n(1944, 2100),\n(1945, 1600),\n(1946, 2100),\n(1947, 285),\n(1948, 3150),\n(1949, 1450),\n(1950, 1850),\n(1951, 3150),\n(1952, 3150),\n(1953, 315),\n(1954, 2350),\n(1955, 2350),\n(1956, 3900),\n(1957, 2350),\n(1958, 3150),\n(1959, 105),\n(1960, 1150),\n(1961, 800),\n(1962, 1050),\n(1963, 680),\n(1978, 910),\n(1998, 880),\n(1999, 1550),\n(2038, 1050),\n(2039, 270),\n(2040, 1550),\n(2041, 270),\n(2078, 1150),\n(2098, 1550),\n(2118, 980),\n(2138, 1150),\n(2139, 1350),\n(2158, 110),\n(2159, 110),\n(2160, 110),\n(2161, 110),\n(2178, 910),\n(2198, 3300),\n(2199, 2450),\n(2200, 2550),\n(2201, 3600),\n(2202, 3450),\n(2203, 3750),\n(2204, 930),\n(2205, 210),\n(2206, 840),\n(2218, 420),\n(2238, 840),\n(2239, 840),\n(2240, 3900),\n(2241, 420),\n(2242, 840),\n(2258, 3000),\n(2259, 115),\n(2260, 580),\n(2278, 4200),\n(2279, 5250),\n(2280, 5250),\n(2281, 115),\n(2282, 1550),\n(2283, 2450),\n(2284, 2450),\n(2298, 115),\n(2299, 115),\n(2300, 115),\n(2318, 3450),\n(2338, 345),\n(2339, 3750),\n(2340, 1850),\n(2341, 5600),\n(2342, 3600),\n(2358, 1800),\n(2378, 115),\n(2379, 0),\n(2380, 115),\n(2381, 1350),\n(2382, 115),\n(2383, 40),\n(2398, 315),\n(2399, 85),\n(2418, 3500),\n(2438, 405),\n(2439, 420),\n(2440, 420),\n(2459, 880),\n(2498, 80),\n(2499, 980),\n(2500, 3000),\n(2501, 3750),\n(2518, 1150),\n(2519, 85),\n(2520, 910),\n(2521, 8450),\n(2522, 5650),\n(2523, 560),\n(2541, 700),\n(2561, 1050),\n(2581, 4700),\n(2582, 0),\n(2583, 4700),\n(2584, 0),\n(2585, 4700),\n(2586, 0),\n(2601, 4700),\n(2602, 0),\n(2603, 4700),\n(2604, 0),\n(2605, 4550),\n(2606, 455),\n(2607, 0),\n(2608, 155),\n(2609, 1150),\n(2621, 1200),\n(2622, 1200),\n(2623, 5650),\n(2641, 4550),\n(2661, 455),\n(2662, 0),\n(2681, 7550),\n(2701, 6000),\n(2702, 3000),\n(2721, 6200),\n(2741, 4200),\n(2742, 4200),\n(2743, 3300),\n(2744, 6600),\n(2745, 250),\n(2746, 630),\n(2747, 0),\n(2748, 0),\n(2749, 0),\n(2750, 0),\n(2751, 2550),\n(2752, 2550),\n(2753, 2800),\n(2754, 2800),\n(2755, 280),\n(2756, 3150),\n(2757, 1550),\n(2758, 3150),\n(2759, 1550),\n(2760, 3150),\n(2761, 3900),\n(2762, 3900),\n(2763, 3900),\n(2764, 2900),\n(2765, 3900),\n(2766, 3900),\n(2767, 4850),\n(2768, 6300),\n(2769, 405),\n(2770, 7100),\n(2771, 3900),\n(2772, 3900),\n(2773, 3900),\n(2781, 5050),\n(2782, 2100),\n(2783, 4500),\n(2784, 470),\n(2801, 600),\n(2821, 4050),\n(2822, 4050),\n(2841, 2750),\n(2842, 275),\n(2843, 0),\n(2844, 3400),\n(2845, 4550),\n(2846, 6050),\n(2847, 1950),\n(2848, 2900),\n(2849, 2900),\n(2850, 2900),\n(2851, 2900),\n(2852, 2900),\n(2853, 3900),\n(2854, 1950),\n(2855, 2900),\n(2856, 2900),\n(2857, 2900),\n(2858, 2900),\n(2859, 2900),\n(2860, 3900),\n(2861, 405),\n(2862, 2550),\n(2863, 2700),\n(2864, 390),\n(2865, 3900),\n(2866, 2700),\n(2867, 1800),\n(2869, 2700),\n(2870, 2900),\n(2871, 3900),\n(2872, 390),\n(2873, 3900),\n(2874, 3900),\n(2875, 3900),\n(2876, 4850),\n(2877, 4400),\n(2878, 560),\n(2879, 4700),\n(2880, 3900),\n(2881, 390),\n(2882, 0),\n(2902, 1800),\n(2903, 3600),\n(2904, 2450),\n(2922, 2650),\n(2923, 210),\n(2924, 3050),\n(2925, 245),\n(2926, 2200),\n(2927, 220),\n(2928, 2450),\n(2929, 2750),\n(2930, 3650),\n(2931, 230),\n(2932, 3450),\n(2933, 3600),\n(2934, 3900),\n(2935, 2900),\n(2936, 4850),\n(2937, 8450),\n(2938, 8450),\n(2939, 420),\n(2940, 420),\n(2941, 1100),\n(2942, 4700),\n(2943, 3300),\n(2944, 4400),\n(2945, 2700),\n(2946, 4700),\n(2947, 2700),\n(2948, 2750),\n(2949, 2700),\n(2950, 2750),\n(2951, 0),\n(2952, 2450),\n(2953, 0),\n(2954, 4700),\n(2962, 2450),\n(2963, 470),\n(2964, 4700),\n(2965, 470),\n(2966, 4700),\n(2967, 470),\n(2968, 4700),\n(2969, 3150),\n(2970, 3150),\n(2972, 5250),\n(2973, 3900),\n(2974, 3900),\n(2975, 2700),\n(2976, 4850),\n(2977, 470),\n(2978, 1800),\n(2979, 4050),\n(2980, 3750),\n(2981, 890),\n(2982, 3750),\n(2987, 3600),\n(2988, 3900),\n(2989, 4400),\n(2990, 2100),\n(2991, 5250),\n(2992, 1050),\n(2993, 2100),\n(2994, 7350),\n(2995, 3150),\n(3002, 2100),\n(3022, 2100),\n(3042, 3900),\n(3062, 5900),\n(3063, 3550),\n(3065, 40),\n(3082, 40),\n(3085, 40),\n(3086, 40),\n(3087, 40),\n(3090, 40),\n(3091, 40),\n(3092, 40),\n(3093, 40),\n(3094, 40),\n(3095, 40),\n(3096, 40),\n(3097, 40),\n(3098, 40),\n(3099, 40),\n(3100, 40),\n(3101, 40),\n(3102, 40),\n(3103, 40),\n(3104, 40),\n(3105, 40),\n(3106, 40),\n(3107, 40),\n(3108, 40),\n(3109, 40),\n(3110, 40),\n(3112, 40),\n(3113, 40),\n(3114, 40),\n(3115, 40),\n(3116, 40),\n(3117, 40),\n(3118, 40),\n(3119, 40),\n(3120, 40),\n(3121, 1950),\n(3122, 970),\n(3123, 4200),\n(3124, 4200),\n(3125, 3900),\n(3126, 4700),\n(3127, 4700),\n(3128, 4700),\n(3129, 4700),\n(3130, 360),\n(3141, 600),\n(3161, 4400),\n(3181, 5450),\n(3182, 4400),\n(3201, 4400),\n(3221, 90),\n(3261, 135),\n(3281, 1350),\n(3301, 1050),\n(3321, 7100),\n(3341, 4300),\n(3361, 250),\n(3362, 4700),\n(3363, 560),\n(3364, 225),\n(3365, 450),\n(3366, 2550),\n(3367, 4400),\n(3368, 4400),\n(3369, 2000),\n(3370, 2000),\n(3371, 5650),\n(3372, 5100),\n(3373, 2800),\n(3374, 560),\n(3375, 0),\n(3376, 670),\n(3377, 470),\n(3378, 5900),\n(3379, 4700),\n(3380, 3650),\n(3381, 2200),\n(3382, 600),\n(3385, 4700),\n(3402, 4700),\n(3421, 0),\n(3441, 440),\n(3442, 4400),\n(3443, 4400),\n(3444, 4900),\n(3445, 3650),\n(3446, 4900),\n(3447, 6100),\n(3448, 510),\n(3449, 2550),\n(3450, 510),\n(3451, 510),\n(3452, 4700),\n(3453, 470),\n(3454, 4700),\n(3461, 7600),\n(3462, 470),\n(3463, 7600),\n(3481, 470),\n(3483, 0),\n(3501, 5650),\n(3502, 0),\n(3503, 0),\n(3504, 2650),\n(3505, 3950),\n(3506, 4350),\n(3507, 7300),\n(3508, 3100),\n(3509, 6200),\n(3510, 6200),\n(3511, 3100),\n(3512, 4200),\n(3513, 2550),\n(3514, 2950),\n(3517, 5100),\n(3518, 2550),\n(3519, 90),\n(3520, 3750),\n(3521, 355),\n(3522, 445),\n(3523, 285),\n(3524, 680),\n(3525, 4250),\n(3527, 5250),\n(3528, 7900),\n(3541, 2550),\n(3542, 2550),\n(3561, 2550),\n(3562, 3800),\n(3563, 3800),\n(3564, 3800),\n(3565, 3800),\n(3566, 7600),\n(3567, 0),\n(3568, 2550),\n(3569, 510),\n(3570, 5100),\n(3601, 6550),\n(3602, 7750),\n(3621, 4650),\n(3625, 620),\n(3626, 1550),\n(3627, 8300),\n(3628, 9950),\n(3636, 4300),\n(3638, 420),\n(3640, 420),\n(3642, 420),\n(3644, 0),\n(3645, 0),\n(3646, 0),\n(3647, 0),\n(3661, 4200),\n(3701, 5450),\n(3702, 540),\n(3721, 7100),\n(3741, 1350),\n(3761, 4700),\n(3762, 470),\n(3763, 470),\n(3764, 4700),\n(3765, 1450),\n(3781, 470),\n(3782, 470),\n(3783, 4350),\n(3784, 470),\n(3785, 4700),\n(3786, 4700),\n(3787, 1200),\n(3788, 470),\n(3789, 470),\n(3790, 470),\n(3791, 4700),\n(3801, 510),\n(3802, 5100),\n(3792, 560),\n(3821, 5100),\n(3822, 5250),\n(3823, 5100),\n(3824, 5250),\n(3825, 5250),\n(3841, 1050),\n(3842, 2100),\n(3843, 4200),\n(3844, 1250),\n(3845, 5100),\n(3861, 10),\n(3881, 5250),\n(3882, 4900),\n(3883, 5100),\n(3884, 3550),\n(3901, 250),\n(3902, 315),\n(3903, 35),\n(3904, 180),\n(3905, 355),\n(3906, 5100),\n(3907, 7300),\n(3908, 5100),\n(3909, 5100),\n(3912, 5100),\n(3913, 2550),\n(3914, 5100),\n(3921, 490),\n(3922, 1050),\n(3923, 340),\n(3924, 1800),\n(3941, 1250),\n(3942, 5450),\n(3961, 2700),\n(3962, 7300),\n(3981, 5100),\n(3982, 5450),\n(4001, 6800),\n(4002, 540),\n(4003, 8050),\n(4004, 9950),\n(4005, 5450),\n(4021, 1950),\n(4022, 5450),\n(4023, 5450),\n(4024, 6200),\n(4041, 0),\n(4061, 5450),\n(4062, 1350),\n(4063, 6200),\n(4081, 5100),\n(4082, 5450),\n(4083, 5650),\n(4084, 5450),\n(4101, 5650),\n(4102, 5650),\n(4103, 0),\n(4104, 0),\n(4105, 0),\n(4106, 0),\n(4107, 0),\n(4108, 0),\n(4109, 0),\n(4110, 0),\n(4111, 0),\n(4112, 0),\n(4113, 560),\n(4114, 560),\n(4115, 560),\n(4116, 560),\n(4117, 560),\n(4118, 560),\n(4119, 560),\n(4120, 5100),\n(4121, 7750),\n(4122, 6200),\n(4123, 5650),\n(4124, 360),\n(4125, 2700),\n(4126, 7050),\n(4127, 375),\n(4128, 560),\n(4129, 375),\n(4130, 375),\n(4131, 2800),\n(4132, 7750),\n(4133, 560),\n(4134, 5650),\n(4135, 3050),\n(4136, 2650),\n(4141, 5100),\n(4142, 3800),\n(4143, 5100),\n(4144, 3950),\n(4145, 5100),\n(4146, 5100),\n(4147, 2550),\n(4148, 3950),\n(4161, 630),\n(4182, 5450),\n(4183, 4100),\n(4184, 4100),\n(4185, 540),\n(4186, 5450),\n(4201, 5450),\n(4221, 560),\n(4222, 560),\n(4223, 540),\n(4224, 540),\n(4241, 5450),\n(4242, 5450),\n(4243, 2650),\n(4244, 3950),\n(4245, 6550),\n(4261, 7300),\n(4262, 5100),\n(4263, 5800),\n(4264, 6200),\n(4265, 4050),\n(4266, 6050),\n(4267, 405),\n(4281, 2800),\n(4282, 6200),\n(4283, 5800),\n(4284, 5250),\n(4285, 3950),\n(4286, 5800),\n(4287, 3950),\n(4288, 3950),\n(4289, 5650),\n(4290, 5250),\n(4291, 5250),\n(4292, 7300),\n(4293, 5100),\n(4294, 5800),\n(4295, 0),\n(4296, 2350),\n(4297, 4200),\n(4298, 440),\n(4300, 5100),\n(4301, 5650),\n(4321, 530),\n(4322, 7750),\n(4324, 0),\n(4341, 6400),\n(4342, 1600),\n(4343, 560),\n(4361, 6400),\n(4362, 8050),\n(4363, 9650),\n(4386, 0),\n(4385, 0),\n(4384, 0),\n(4382, 0),\n(4383, 0),\n(4381, 0),\n(4401, 560),\n(4402, 380),\n(4403, 560),\n(4421, 5450),\n(4441, 5450),\n(4442, 5450),\n(4443, 560),\n(4444, 560),\n(4445, 560),\n(4446, 560),\n(4447, 560),\n(4448, 560),\n(4449, 3900),\n(4450, 5050),\n(4451, 5250),\n(4461, 560),\n(4462, 560),\n(4463, 0),\n(4464, 560),\n(4465, 560),\n(4466, 560),\n(4467, 0),\n(4481, 0),\n(4482, 0),\n(4483, 0),\n(4484, 0),\n(4485, 315),\n(4486, 315),\n(4491, 5650),\n(4492, 2800),\n(4493, 530),\n(4494, 530),\n(4495, 270),\n(4496, 5250),\n(4501, 5650),\n(4502, 5650),\n(4503, 4900),\n(4504, 5450),\n(4505, 5450),\n(4506, 5450),\n(4507, 5450),\n(4508, 540),\n(4509, 540),\n(4510, 8150),\n(4511, 8150),\n(4512, 6350),\n(4513, 6800),\n(4521, 5800),\n(4542, 510),\n(4561, 0),\n(4581, 590),\n(4601, 0),\n(4602, 0),\n(4603, 0),\n(4604, 0),\n(4605, 2450),\n(4606, 2450),\n(4621, 9950),\n(4641, 40),\n(4642, 7050),\n(4661, 0),\n(4681, 980),\n(4701, 6400),\n(4721, 6400),\n(4722, 455),\n(4723, 455),\n(4724, 6400),\n(4725, 540),\n(4726, 5100),\n(4727, 540),\n(4728, 490),\n(4729, 6400),\n(4730, 580),\n(4731, 730),\n(4732, 730),\n(4733, 730),\n(4734, 8300),\n(4735, 9950),\n(4736, 630),\n(4737, 630),\n(4738, 630),\n(4739, 630),\n(4740, 1700),\n(4741, 6200),\n(4742, 8300),\n(4743, 9950),\n(4761, 105),\n(4762, 800),\n(4763, 1700),\n(4764, 1650),\n(4765, 6600),\n(4766, 660),\n(4767, 1750),\n(4768, 8300),\n(4769, 660),\n(4770, 2350),\n(4771, 9950),\n(4781, 2000),\n(4782, 1350),\n(4783, 2850),\n(4784, 2100),\n(4785, 0),\n(4786, 3550),\n(4787, 5900),\n(4788, 7750),\n(4801, 0),\n(4802, 0),\n(4803, 0),\n(4804, 0),\n(4805, 0),\n(4806, 0),\n(4807, 0),\n(4808, 2700),\n(4809, 5450),\n(4810, 2700),\n(4811, 490),\n(4812, 490),\n(4813, 980),\n(4821, 2100),\n(4841, 2000),\n(4842, 5800),\n(4861, 3200),\n(4862, 6400),\n(4863, 3200),\n(4864, 6400),\n(4865, 1050),\n(4866, 9950),\n(4867, 9950),\n(4881, 2300),\n(4882, 3200),\n(4883, 6400),\n(4901, 4800),\n(4902, 6000),\n(4903, 8300),\n(4904, 2350),\n(4906, 5450),\n(4907, 660),\n(4921, 1150),\n(4941, 6600),\n(4961, 2350),\n(4962, 2350),\n(4963, 2350),\n(4964, 3900),\n(4965, 1350),\n(4966, 2300),\n(4967, 1350),\n(4968, 1350),\n(4969, 1350),\n(4970, 0),\n(4971, 5800),\n(4972, 5800),\n(4973, 580),\n(4974, 9950),\n(4975, 3900),\n(4976, 1550),\n(4981, 6400),\n(4982, 6400),\n(4983, 6400),\n(4984, 4100),\n(4985, 4350),\n(4986, 5800),\n(4987, 5800),\n(5001, 6400),\n(5002, 6400),\n(5021, 2550),\n(5022, 2550),\n(5023, 2550),\n(5041, 980),\n(5042, 0),\n(5043, 0),\n(5044, 0),\n(5045, 0),\n(5046, 0),\n(5047, 6600),\n(5048, 5100),\n(5049, 5100),\n(5050, 2550),\n(5051, 5450),\n(5052, 1250),\n(5054, 5800),\n(5055, 6200),\n(5056, 8300),\n(5057, 3300),\n(5058, 0),\n(5059, 0),\n(5060, 7050),\n(5062, 2200),\n(5063, 0),\n(5064, 2300),\n(5065, 7750),\n(5066, 470),\n(5067, 0),\n(5068, 0),\n(5081, 8300),\n(5082, 5800),\n(5083, 2900),\n(5084, 4350),\n(5085, 4350),\n(5086, 5800),\n(5087, 6000),\n(5088, 2300),\n(5089, 6600),\n(5090, 470),\n(5091, 470),\n(5092, 5100),\n(5093, 470),\n(5094, 470),\n(5095, 470),\n(5096, 5250),\n(5097, 5800),\n(5098, 5800),\n(5102, 9950),\n(5103, 6600),\n(5121, 6400),\n(5122, 0),\n(5123, 3200),\n(5124, 8300),\n(5125, 9950),\n(5126, 660),\n(5127, 8300),\n(5128, 6400),\n(5141, 4200),\n(5142, 2800),\n(5143, 4200),\n(5144, 4200),\n(5145, 4200),\n(5146, 4200),\n(5147, 2350),\n(5148, 4200),\n(5149, 2800),\n(5150, 0),\n(5151, 3050),\n(5152, 2900),\n(5153, 4350),\n(5154, 5800),\n(5155, 4900),\n(5156, 6800),\n(5157, 3800),\n(5158, 2550),\n(5159, 2700),\n(5160, 6600),\n(5161, 660),\n(5162, 6600),\n(5163, 7750),\n(5164, 660),\n(5165, 5650),\n(5166, 9950),\n(5167, 9950),\n(5168, 5800),\n(5181, 6000),\n(5201, 0),\n(5202, 5650),\n(5203, 5650),\n(5204, 4500),\n(5206, 6600),\n(5210, 2900),\n(5211, 5650),\n(5212, 6600),\n(5213, 6600),\n(5214, 8300),\n(5215, 530),\n(5216, 5250),\n(5217, 2650),\n(5219, 5650),\n(5220, 2800),\n(5222, 5650),\n(5223, 2800),\n(5225, 6200),\n(5226, 3100),\n(5228, 530),\n(5229, 5250),\n(5230, 2650),\n(5231, 5650),\n(5232, 2800),\n(5233, 5650),\n(5234, 2800),\n(5235, 6200),\n(5236, 3100),\n(5238, 9300),\n(5237, 9300),\n(5241, 2900),\n(5242, 9300),\n(5243, 6600),\n(5244, 580),\n(5245, 5800),\n(5246, 5800),\n(5247, 6000),\n(5248, 4650),\n(5249, 580),\n(5250, 580),\n(5251, 8300),\n(5252, 4650),\n(5253, 6200),\n(5261, 85),\n(5262, 8300),\n(5263, 8300),\n(5264, 6600),\n(5265, 9950),\n(5281, 6600),\n(5282, 8300),\n(5283, 3150),\n(5284, 3150),\n(5301, 3150),\n(5302, 3150),\n(5305, 8300),\n(5306, 8300),\n(5307, 8300),\n(5321, 1550),\n(5341, 6600),\n(5342, 8300),\n(5343, 6600),\n(5344, 8300),\n(5361, 2050),\n(5381, 2850),\n(5382, 6600),\n(5384, 8300),\n(5385, 7550),\n(5386, 2100),\n(5503, 560),\n(5402, 560),\n(5403, 560),\n(5404, 560),\n(5405, 560),\n(5406, 560),\n(5407, 560),\n(5408, 560),\n(5421, 0),\n(5441, 445),\n(5461, 6600),\n(5462, 4950),\n(5463, 6600),\n(5464, 8300),\n(5465, 4950),\n(5466, 9950),\n(5481, 225),\n(5482, 540),\n(5501, 2250),\n(5401, 560),\n(5505, 9950),\n(5508, 560),\n(5509, 560),\n(5510, 560),\n(5511, 9950),\n(5514, 600),\n(5515, 6600),\n(5522, 4950),\n(5529, 6200),\n(5531, 1650),\n(5533, 560),\n(5534, 6550),\n(5535, 4200),\n(5536, 4200),\n(5537, 4500),\n(5538, 600),\n(5541, 540),\n(5542, 5800),\n(5543, 5800),\n(5544, 5800),\n(5545, 780),\n(5561, 2000),\n(5581, 3550),\n(5582, 0),\n(5601, 560),\n(5621, 270),\n(5622, 90),\n(5623, 90),\n(5624, 270),\n(5625, 270),\n(5626, 90),\n(5648, 270),\n(5649, 90),\n(5650, 270),\n(5651, 90),\n(5713, 1050),\n(5721, 8300),\n(5722, 880),\n(5723, 1050),\n(5724, 1450),\n(5725, 1450),\n(5726, 910),\n(5727, 455),\n(5728, 1150),\n(5729, 105),\n(5730, 1450),\n(5741, 2650),\n(5742, 580),\n(5761, 1150),\n(5762, 1250),\n(5763, 1250),\n(5781, 6000),\n(5801, 4500),\n(5802, 4500),\n(5803, 4950),\n(5804, 4950),\n(5805, 0),\n(5821, 2750),\n(5841, 0),\n(5842, 0),\n(5843, 0),\n(5844, 0),\n(5845, 6200),\n(5846, 6200),\n(5847, 0),\n(5848, 6600),\n(5861, 4950),\n(5862, 6600),\n(5863, 4550),\n(5881, 1150),\n(5882, 4200),\n(5883, 4200),\n(5884, 4200),\n(5885, 4200),\n(5886, 4200),\n(5887, 4200),\n(5888, 4200),\n(5889, 4200),\n(5890, 4200),\n(5891, 4200),\n(5901, 5650),\n(5902, 2800),\n(5903, 5650),\n(5904, 2800),\n(5941, 3300),\n(5942, 9950),\n(5943, 2850),\n(5944, 9950),\n(5961, 1450),\n(5981, 0),\n(6004, 5800),\n(6021, 4200),\n(6022, 6200),\n(6023, 6000),\n(6024, 6600),\n(6025, 6200),\n(6026, 6200),\n(6027, 3550),\n(6028, 2550),\n(6029, 2550),\n(6030, 2550),\n(6031, 5650),\n(6032, 5650),\n(6041, 6200),\n(6042, 6200),\n(6132, 2250),\n(6133, 6600),\n(6134, 2250),\n(6135, 6600),\n(6136, 6600),\n(6141, 300),\n(6142, 2750),\n(6143, 2800),\n(6144, 660),\n(6145, 6600),\n(6146, 6600),\n(6147, 3300),\n(6148, 8300),\n(6161, 2800),\n(6162, 4900),\n(6163, 6600),\n(6164, 1400),\n(6181, 210),\n(6182, 660),\n(6183, 660),\n(6184, 4950),\n(6185, 8300),\n(6186, 6600),\n(6187, 9950),\n(6131, 0),\n(6261, 210),\n(6281, 420),\n(6282, 2100),\n(6283, 2100),\n(6284, 1650),\n(6285, 1050),\n(6301, 1400),\n(6321, 210),\n(6322, 210),\n(6323, 420),\n(6324, 1050),\n(6341, 210),\n(6342, 420),\n(6343, 1050),\n(6344, 210),\n(6361, 210),\n(6362, 420),\n(6363, 210),\n(6364, 1050),\n(6365, 210),\n(6381, 2000),\n(6382, 390),\n(6383, 0),\n(6384, 420),\n(6385, 210),\n(6386, 1050),\n(6387, 210),\n(6388, 210),\n(6389, 5650),\n(6390, 5650),\n(6391, 420),\n(6392, 1050),\n(6393, 2000),\n(6394, 445),\n(6395, 450),\n(6401, 1000),\n(6402, 660),\n(6403, 9950),\n(6421, 1350),\n(6441, 2100),\n(6442, 1450),\n(6461, 1450),\n(6462, 1950),\n(6481, 1550),\n(6482, 2400),\n(6501, 6600),\n(6502, 8300),\n(6503, 1950),\n(6504, 3650),\n(6521, 3500),\n(6522, 2800),\n(6523, 1350),\n(6541, 145),\n(6542, 145),\n(6543, 1800),\n(6544, 2400),\n(6545, 0),\n(6546, 0),\n(6547, 0),\n(6548, 1350),\n(6561, 3300),\n(6562, 435),\n(6563, 1750),\n(6564, 1300),\n(6565, 2650),\n(6566, 660),\n(6567, 3300),\n(6568, 4950),\n(6569, 6600),\n(6570, 4950),\n(6571, 2750),\n(6581, 0),\n(6582, 6600),\n(6583, 6600),\n(6584, 6600),\n(6585, 6600),\n(6601, 4950),\n(6602, 9950),\n(6603, 580),\n(6604, 640),\n(6605, 540),\n(6606, 660),\n(6607, 3900),\n(6608, 970),\n(6609, 970),\n(6610, 3900),\n(6611, 970),\n(6612, 970),\n(6621, 2650),\n(6625, 970),\n(6623, 970),\n(6626, 3450),\n(6627, 245),\n(6628, 245),\n(6629, 1350),\n(6641, 2300),\n(6642, 0),\n(6643, 0),\n(6644, 0),\n(6645, 0),\n(6646, 0),\n(6661, 910),\n(6662, 90),\n(6681, 1950),\n(6701, 0),\n(6804, 4350),\n(6805, 6000),\n(6821, 8300),\n(6822, 9950),\n(6823, 9950),\n(6824, 9950),\n(6921, 2750),\n(6922, 3050),\n(6981, 2650),\n(7028, 5250),\n(7029, 5250),\n(7041, 5250),\n(7044, 3400),\n(7046, 5700),\n(7064, 6100),\n(7065, 6100),\n(7066, 6100),\n(7067, 5450),\n(7068, 3450),\n(7070, 3450),\n(7201, 5450),\n(7321, 2500),\n(5227, 620),\n(5224, 560),\n(5218, 530),\n(5221, 560),\n(3089, 40),\n(3088, 40),\n(3084, 40),\n(1463, 0),\n(3083, 40),\n(1462, 0),\n(924, 1250),\n(614, 3150),\n(8552, 2350),\n(8553, 470),\n(8554, 7100),\n(993, 780),\n(1289, 290),\n(1390, 100),\n(2361, 5600),\n(3482, 275),\n(2, 2450),\n(1156, 0),\n(1157, 0),\n(1158, 0),\n(3111, 0),\n(3581, 0),\n(6000, 0),\n(6165, 0),\n(349, 0),\n(6221, 0),\n(236, 1250),\n(6241, 0),\n(3803, 560),\n(3804, 560),\n(1000, 560),\n(1004, 560),\n(1015, 560),\n(1018, 560),\n(1019, 560),\n(1047, 560),\n(1123, 1400),\n(1124, 2800),\n(1125, 5650),\n(1126, 6000),\n(1185, 3000),\n(1193, 0),\n(1318, 8250),\n(5504, 6600),\n(5507, 6600),\n(5513, 6600),\n(5517, 8300),\n(5518, 6600),\n(5519, 0),\n(5521, 8300),\n(5524, 8300),\n(5525, 6600),\n(5526, 8300),\n(5527, 6600),\n(5528, 0),\n(6761, 560),\n(6762, 1400),\n(6844, 3000),\n(6845, 7550),\n(7341, 0),\n(7342, 0),\n(7429, 0),\n(7441, 7750),\n(7461, 10250),\n(7462, 650),\n(7481, 8300),\n(7482, 8300),\n(7483, 1650),\n(7484, 1650),\n(7485, 1650),\n(7486, 9950),\n(7487, 6600),\n(7488, 7550),\n(7489, 7550),\n(7490, 9950),\n(7491, 9950),\n(7492, 1500),\n(7493, 0),\n(7494, 1500),\n(7495, 9950),\n(7496, 9950),\n(7497, 0),\n(7506, 7050),\n(7505, 7050),\n(7504, 7050),\n(7503, 7050),\n(7502, 7050),\n(7501, 7050),\n(7500, 7050),\n(7499, 7050),\n(7498, 7050),\n(7507, 9950),\n(7508, 0),\n(7509, 9950),\n(7703, 8300),\n(7877, 675),\n(7480, 0),\n(7478, 0),\n(7479, 0),\n(7383, 660),\n(7668, 9950),\n(7541, 1550),\n(7604, 6600),\n(7621, 0),\n(7622, 9950),\n(7632, 9950),\n(7633, 0),\n(7634, 9950),\n(7635, 9950),\n(7636, 9950),\n(7649, 6600),\n(7650, 6600),\n(7651, 6600),\n(7652, 0),\n(7653, 0),\n(7654, 0),\n(7655, 0),\n(7656, 0),\n(7657, 0),\n(7658, 0),\n(7659, 0),\n(7660, 0),\n(7661, 0),\n(7662, 0),\n(7663, 0),\n(7664, 0),\n(7665, 0),\n(7667, 4950),\n(7671, 0),\n(7672, 0),\n(7673, 0),\n(7674, 0),\n(7675, 0),\n(7676, 0),\n(7677, 0),\n(7678, 0),\n(6847, 0),\n(6848, 0),\n(6861, 0),\n(6862, 0),\n(7003, 4400),\n(7361, 6600),\n(7362, 6600),\n(7363, 6600),\n(7364, 6600),\n(7365, 6600),\n(7366, 6600),\n(7401, 6600),\n(7402, 6600),\n(7421, 1900),\n(7422, 1900),\n(7423, 1900),\n(7424, 1900),\n(7425, 1900),\n(7426, 1900),\n(7427, 1900),\n(7428, 1900),\n(7701, 4700),\n(7721, 4400),\n(7722, 4700),\n(7723, 4550),\n(7724, 4550),\n(7725, 560),\n(7726, 560),\n(7727, 4550),\n(7728, 4400),\n(7729, 4400),\n(7730, 3900),\n(7731, 4200),\n(7732, 4400),\n(7733, 4400),\n(7734, 4400),\n(7735, 2200),\n(7737, 0),\n(7738, 440),\n(7796, 0),\n(7801, 0),\n(7806, 0),\n(7810, 560),\n(7812, 0),\n(7815, 4700),\n(7816, 4400),\n(7819, 0),\n(7825, 0),\n(7828, 4400),\n(7829, 4400),\n(7830, 4400),\n(7837, 0),\n(7832, 0),\n(7838, 0),\n(7839, 4400),\n(7840, 4550),\n(7841, 4400),\n(7842, 5450),\n(7843, 5900),\n(7844, 4400),\n(7845, 4900),\n(7846, 6100),\n(7847, 4900),\n(7849, 5900),\n(7850, 5900),\n(7861, 6100),\n(7862, 6100),\n(7863, 270),\n(7864, 380),\n(7865, 650),\n(7866, 270),\n(7867, 380),\n(7868, 650),\n(7925, 0),\n(7924, 0),\n(7923, 0),\n(7922, 0),\n(7888, 0),\n(7921, 0),\n(7887, 0),\n(7886, 0),\n(7876, 5650),\n(7875, 3900),\n(7874, 2750),\n(7736, 0),\n(7873, 5650),\n(7872, 3900),\n(7871, 2750),\n(7789, 2000),\n(7788, 2000),\n(7824, 6600),\n(7794, 3300),\n(7791, 660),\n(7793, 1650),\n(7836, 6600),\n(7823, 6600),\n(7798, 1650),\n(7799, 3300),\n(7792, 660),\n(7818, 6600),\n(7811, 6600),\n(7804, 3300),\n(7807, 660),\n(7808, 1650),\n(7805, 6600),\n(7809, 3300),\n(7800, 6600),\n(7795, 6600),\n(7817, 3300),\n(7382, 0),\n(7381, 0),\n(7202, 9950),\n(7181, 9950),\n(7802, 660),\n(7803, 1650),\n(8291, 6600),\n(8292, 0),\n(8293, 0),\n(8294, 6600),\n(7813, 660),\n(7820, 660),\n(7826, 660),\n(7833, 660),\n(7814, 1650),\n(7821, 1650),\n(7827, 1650),\n(7834, 1650),\n(7822, 3300),\n(7831, 3300),\n(7835, 3300),\n(7848, 6600),\n(7521, 100),\n(7761, 6600),\n(7781, 9950),\n(7782, 9950),\n(7783, 9950),\n(7784, 9950),\n(7785, 0),\n(7787, 10900),\n(7786, 9950),\n(8241, 0),\n(8081, 0),\n(8080, 5650),\n(8001, 0),\n(8041, 6600),\n(8042, 6600),\n(8043, 6600),\n(8044, 6600),\n(8045, 6600),\n(8046, 6600),\n(8047, 6600),\n(8048, 6600),\n(8049, 6600),\n(8050, 6600),\n(8051, 6600),\n(8052, 6600),\n(8066, 6600),\n(8065, 6600),\n(8064, 6600),\n(8063, 6600),\n(8062, 6600),\n(8061, 6600),\n(8060, 6600),\n(8059, 6600),\n(8058, 6600),\n(8057, 6600),\n(8056, 6600),\n(8055, 6600),\n(8054, 6600),\n(8053, 6600),\n(8101, 6600),\n(8102, 6600),\n(8103, 6600),\n(8104, 6600),\n(8106, 6600),\n(8107, 6600),\n(8108, 6600),\n(8109, 6600),\n(8110, 6600),\n(8111, 6600),\n(8112, 6600),\n(8113, 6600),\n(8114, 9950),\n(8115, 9950),\n(8116, 6600),\n(8117, 6600),\n(8118, 6600),\n(8119, 6600),\n(8121, 9950),\n(8122, 9950),\n(8141, 6600),\n(8142, 6600),\n(8143, 6600),\n(8144, 6600),\n(8145, 6600),\n(8146, 6600),\n(8147, 6600),\n(8148, 6600),\n(8151, 500),\n(8153, 5100),\n(8243, 0),\n(8171, 2000),\n(8181, 6200),\n(8182, 9300),\n(8183, 9950),\n(8195, 0),\n(8201, 9950),\n(8227, 650),\n(8231, 5100),\n(8232, 6350),\n(8233, 500),\n(8234, 5100),\n(8235, 5100),\n(8236, 6350),\n(8238, 0),\n(8239, 0),\n(8240, 6600),\n(8242, 0),\n(8250, 500),\n(8251, 5100),\n(8252, 5100),\n(8253, 6350),\n(8254, 500),\n(8255, 5100),\n(8256, 5100),\n(8257, 6350),\n(8258, 9950),\n(8260, 270),\n(8261, 380),\n(8262, 650),\n(8263, 270),\n(8264, 380),\n(8265, 650),\n(8168, 2000),\n(8169, 3900),\n(8167, 2750),\n(8166, 3900),\n(8120, 5650),\n(8105, 5650),\n(8249, 0),\n(8184, 0),\n(8185, 0),\n(8186, 0),\n(8187, 0),\n(8188, 0),\n(8189, 0),\n(8190, 0),\n(8191, 0),\n(8192, 0),\n(8196, 0),\n(8170, 2750),\n(8246, 0),\n(8123, 5650),\n(8124, 0),\n(8154, 3900),\n(8155, 2000),\n(8156, 2750),\n(8157, 0),\n(8158, 0),\n(8159, 0),\n(8160, 3900),\n(8161, 2750),\n(8162, 2000),\n(8163, 0),\n(8164, 0),\n(8165, 0),\n(8268, 660),\n(8267, 0),\n(8266, 660),\n(8269, 0),\n(8289, 0),\n(8296, 0),\n(8297, 6600),\n(8298, 0),\n(8299, 6600),\n(8300, 0),\n(8067, 6600),\n(8068, 6600),\n(8069, 6600),\n(8070, 6600),\n(8071, 6600),\n(8072, 6600),\n(8073, 6600),\n(8074, 6600),\n(8075, 6600),\n(8076, 6600),\n(8077, 6600),\n(8078, 6600),\n(8079, 6600),\n(8434, 3200),\n(8433, 2250),\n(8432, 1500),\n(8431, 1200),\n(8430, 6600),\n(8429, 6400),\n(8428, 4550),\n(8427, 3000),\n(8426, 2350),\n(8407, 3200),\n(8408, 3300),\n(8406, 2250),\n(8405, 1500),\n(8404, 1200),\n(8403, 6600),\n(8402, 6400),\n(8401, 4550),\n(8400, 3000),\n(8399, 2350),\n(8398, 3300),\n(8397, 3200),\n(8396, 6600),\n(8395, 6400),\n(8394, 4550),\n(8393, 3000),\n(8392, 2250),\n(8391, 1500),\n(8390, 1200),\n(8389, 725),\n(8387, 3300),\n(8386, 725),\n(8384, 1200),\n(8383, 3300),\n(8375, 8300),\n(8374, 2350),\n(8372, 1450),\n(8370, 2350),\n(8369, 8300),\n(8368, 1450),\n(8275, 2800),\n(8276, 2800),\n(8277, 5650),\n(8278, 6000),\n(8279, 8300),\n(8280, 5650),\n(8281, 6000),\n(8282, 6200),\n(8283, 8050),\n(8284, 6200),\n(8285, 4800),\n(8287, 6600),\n(8304, 6600),\n(8306, 9950),\n(8307, 3000),\n(8308, 8300),\n(8309, 8800),\n(8310, 8300),\n(8313, 6000),\n(8314, 5300),\n(8315, 9950),\n(8317, 3000),\n(8318, 6600),\n(8319, 0),\n(8320, 6600),\n(8321, 6600),\n(8323, 6400),\n(8331, 650),\n(8332, 6600),\n(8341, 6600),\n(8343, 650),\n(8348, 8800),\n(8349, 650),\n(8351, 650),\n(8352, 10550),\n(8361, 6600),\n(8365, 3900),\n(8366, 3900),\n(8410, 3800),\n(8411, 3800),\n(8412, 5100),\n(8413, 6350),\n(8414, 5100),\n(8415, 500),\n(8416, 2550),\n(8417, 500),\n(8418, 6350),\n(8419, 3800),\n(8420, 3800),\n(8421, 5100),\n(8422, 6350),\n(8423, 5100),\n(8424, 3150),\n(8425, 6350),\n(8446, 9950),\n(8447, 0),\n(8273, 4200),\n(8316, 6600),\n(8324, 0),\n(8333, 6600),\n(8342, 0),\n(8362, 0),\n(8363, 0),\n(8364, 3500),\n(8377, 6600),\n(8376, 6600),\n(8378, 6600),\n(8379, 6600),\n(8382, 6600),\n(8380, 6600),\n(8381, 6600),\n(8435, 3300),\n(8436, 3000),\n(8437, 4550),\n(8438, 6400),\n(8439, 6600),\n(8440, 1500),\n(8441, 2250),\n(8442, 3200),\n(8443, 3300),\n(8565, 0),\n(8566, 0),\n(8567, 0),\n(8568, 0),\n(8569, 0),\n(8570, 0),\n(8286, 6600),\n(8288, 6600),\n(8301, 6600),\n(8302, 650),\n(8303, 0),\n(8305, 6600),\n(8462, 560),\n(8465, 560),\n(8466, 560),\n(8469, 580),\n(8470, 5650),\n(8471, 5800),\n(8481, 6600),\n(8484, 9950),\n(8492, 0),\n(8493, 0),\n(8494, 0),\n(8495, 0),\n(8496, 650),\n(8497, 650),\n(8498, 650),\n(8499, 0),\n(8500, 0),\n(8501, 650),\n(8502, 650),\n(8503, 0),\n(8504, 0),\n(8505, 0),\n(8506, 0),\n(8507, 0),\n(8509, 0),\n(8510, 0),\n(8511, 0),\n(8512, 0),\n(8513, 0),\n(8514, 0),\n(8515, 0),\n(8516, 0),\n(8517, 0),\n(8518, 0),\n(8519, 6600),\n(8520, 0),\n(8521, 0),\n(8522, 0),\n(8523, 0),\n(8524, 0),\n(8525, 0),\n(8526, 0),\n(8527, 0),\n(8528, 0),\n(8529, 0),\n(8532, 0),\n(8533, 0),\n(8534, 650),\n(8535, 650),\n(8536, 650),\n(8537, 650),\n(8538, 650),\n(8539, 650),\n(8540, 650),\n(8541, 650),\n(8542, 0),\n(8543, 0),\n(8544, 9950),\n(8545, 0),\n(8546, 0),\n(8548, 3300),\n(8549, 0),\n(8550, 0),\n(8712, 6600),\n(8711, 6600),\n(8710, 6600),\n(8559, 9950),\n(8560, 9950),\n(8561, 9950),\n(8562, 9950),\n(8572, 3300),\n(8573, 0),\n(8577, 6600),\n(8578, 8300),\n(8579, 6500),\n(8580, 0),\n(8581, 0),\n(8582, 0),\n(8583, 0),\n(8584, 650),\n(8585, 6600),\n(8586, 6600),\n(8587, 6600),\n(8588, 0),\n(8589, 0),\n(8590, 0),\n(8591, 0),\n(8592, 9950),\n(8593, 9950),\n(8594, 9950),\n(8595, 0),\n(8596, 9950),\n(8597, 6600),\n(8598, 3300),\n(8600, 0),\n(8601, 0),\n(8602, 9950),\n(8603, 9950),\n(8604, 0),\n(8605, 0),\n(8606, 6600),\n(8607, 0),\n(8608, 0),\n(8609, 0),\n(8610, 0),\n(8611, 0),\n(8612, 0),\n(8613, 0),\n(8614, 0),\n(8615, 0),\n(8616, 0),\n(8621, 9950),\n(8622, 9950),\n(8623, 9950),\n(8624, 9950),\n(8625, 9950),\n(8626, 9950),\n(8627, 9950),\n(8628, 9950),\n(8629, 9950),\n(8630, 9950),\n(8631, 9950),\n(8632, 9950),\n(8633, 9950),\n(8634, 9950),\n(8637, 9950),\n(8638, 9950),\n(8639, 9950),\n(8640, 9950),\n(8641, 9950),\n(8655, 9950),\n(8656, 9950),\n(8657, 9950),\n(8658, 9950),\n(8659, 9950),\n(8660, 9950),\n(8661, 9950),\n(8662, 9950),\n(8663, 9950),\n(8664, 9950),\n(8665, 9950),\n(8666, 9950),\n(8667, 9950),\n(8668, 9950),\n(8669, 9950),\n(8687, 650),\n(8709, 6600),\n(8708, 6600),\n(8707, 6600),\n(8706, 6600),\n(8705, 6600),\n(8704, 6600),\n(8703, 6600),\n(8702, 6600),\n(8701, 6600),\n(8700, 6600),\n(8699, 6600),\n(8698, 6600),\n(8697, 6600),\n(8696, 6600),\n(8695, 6600),\n(8694, 6600),\n(8693, 6600),\n(8692, 6600),\n(8691, 6600),\n(8690, 6600),\n(8689, 6600),\n(8558, 6600),\n(8556, 6600),\n(8557, 6600),\n(8731, 0),\n(8508, 0),\n(8733, 6600),\n(8734, 1650),\n(8735, 6600),\n(8736, 9950),\n(8737, 650),\n(8738, 650),\n(8739, 650),\n(8740, 650),\n(8747, 6600),\n(8770, 650),\n(8771, 650),\n(8772, 650),\n(8773, 650),\n(8774, 650),\n(8775, 650),\n(8776, 650),\n(8777, 650),\n(8778, 650),\n(8779, 650),\n(8780, 650),\n(8781, 650),\n(8782, 650),\n(8783, 650),\n(8784, 0),\n(8785, 650),\n(8786, 650),\n(8787, 650),\n(8789, 0),\n(8790, 0),\n(8791, 9950),\n(8801, 9950),\n(8802, 9950),\n(8804, 650),\n(8805, 650),\n(8806, 650),\n(8807, 650),\n(8808, 650),\n(8809, 650),\n(8810, 650),\n(8824, 0),\n(8825, 0),\n(8826, 0),\n(8823, 0),\n(8820, 0),\n(8819, 0),\n(8821, 0),\n(8822, 0),\n(8816, 0),\n(8818, 0),\n(8817, 0),\n(8815, 0),\n(8812, 0),\n(8811, 0),\n(8814, 0),\n(8813, 0),\n(8829, 650),\n(8830, 0),\n(8831, 0),\n(8832, 0),\n(8833, 0),\n(8834, 0),\n(8835, 0),\n(8836, 0),\n(8837, 0),\n(8838, 0),\n(8839, 0),\n(8840, 0),\n(8841, 0),\n(8842, 0),\n(8843, 0),\n(8844, 0),\n(8845, 0),\n(8857, 9950),\n(8858, 9950),\n(8859, 9950),\n(8893, 0),\n(8792, 660),\n(8793, 660),\n(8794, 660),\n(8846, 0),\n(8748, 6600),\n(8749, 6600),\n(8750, 6600),\n(8752, 6600),\n(8753, 6600),\n(8754, 6600),\n(8755, 6600),\n(8757, 6600),\n(8758, 6600),\n(8759, 6600),\n(8760, 6600),\n(8467, 560),\n(8574, 3300),\n(8576, 650),\n(8728, 6600),\n(8729, 9950),\n(8741, 6600),\n(8742, 9950),\n(8743, 0),\n(8745, 6600),\n(8751, 9950),\n(8756, 9950),\n(8761, 9950),\n(8764, 0),\n(8765, 0),\n(8766, 0),\n(8795, 660),\n(8798, 0),\n(8800, 0),\n(8847, 0),\n(8848, 0),\n(8849, 0),\n(8850, 0),\n(8485, 9950),\n(8730, 9950),\n(8851, 0),\n(8852, 0),\n(8853, 0),\n(8854, 0),\n(8855, 0),\n(8461, 5650),\n(8555, 650),\n(8575, 6600),\n(8599, 3300),\n(8620, 6600),\n(8796, 660),\n(8797, 660),\n(8551, 3150),\n(8732, 0),\n(8460, 4400),\n(8464, 6200),\n(8905, 6600),\n(8906, 6600),\n(8907, 6600),\n(8908, 6600),\n(8909, 6600),\n(8910, 6600),\n(8911, 6600),\n(8912, 6600),\n(8913, 6600),\n(8914, 6600),\n(8915, 6600),\n(8916, 6600),\n(8917, 6600),\n(8918, 6600),\n(8919, 6600),\n(8920, 6600),\n(8921, 6600),\n(8922, 6600),\n(8923, 6600),\n(8924, 6600),\n(8925, 6600),\n(8926, 9950),\n(8927, 9950),\n(8928, 3300),\n(8929, 6600),\n(8930, 6600),\n(8931, 9950),\n(8932, 9950),\n(8933, 9950),\n(8934, 9950),\n(8935, 9950),\n(8936, 9950),\n(8937, 9950),\n(8938, 9950),\n(8939, 9950),\n(8940, 9950),\n(8941, 9950),\n(8942, 9950),\n(8943, 9950),\n(8944, 9950),\n(8945, 8300),\n(8946, 6600),\n(8947, 6600),\n(8948, 6600),\n(8949, 6600),\n(8950, 6600),\n(8951, 9950),\n(8952, 9950),\n(8953, 9950),\n(8954, 9950),\n(8955, 9950),\n(8956, 9950),\n(8957, 9950),\n(8958, 9950),\n(8959, 9950),\n(8960, 1650),\n(8961, 6600),\n(8962, 6600),\n(8963, 6600),\n(8964, 6600),\n(8965, 6600),\n(8966, 8300),\n(8967, 8300),\n(8968, 8300),\n(8969, 8300),\n(8970, 6600),\n(8977, 6600),\n(8978, 6600),\n(8985, 6600),\n(8986, 6600),\n(8987, 6600),\n(8988, 6600),\n(8989, 8300),\n(8990, 8300),\n(8991, 8300),\n(8992, 8300),\n(8994, 6600),\n(8995, 9950),\n(8996, 650),\n(8997, 650),\n(8998, 650),\n(8999, 1650),\n(9000, 1650),\n(9001, 1650),\n(9002, 1650),\n(9003, 1650),\n(9004, 1650),\n(9005, 1650),\n(9006, 1650),\n(9007, 1650),\n(9008, 1650),\n(9009, 1650),\n(9010, 1650),\n(9011, 1650),\n(9012, 1650),\n(9013, 1650),\n(9014, 1650),\n(9015, 6600),\n(9016, 9950),\n(9017, 9950),\n(9018, 9950),\n(9019, 9950),\n(9020, 9950),\n(9021, 9950),\n(9022, 9950),\n(9023, 6600),\n(9051, 5100),\n(9052, 5100),\n(9053, 6350),\n(9063, 500),\n(9032, 1650),\n(9033, 6600),\n(9034, 0),\n(9036, 0),\n(9037, 0),\n(9038, 0),\n(9039, 0),\n(9040, 0),\n(9041, 0),\n(9042, 0),\n(9043, 0),\n(9044, 0),\n(9045, 0),\n(9046, 0),\n(9047, 0),\n(9048, 0),\n(9049, 0),\n(9050, 0),\n(9054, 0),\n(9055, 0),\n(9056, 0),\n(9057, 0),\n(9058, 0),\n(9059, 0),\n(9060, 0),\n(9061, 0),\n(9068, 0),\n(9069, 0),\n(9070, 0),\n(9071, 0),\n(9072, 0),\n(9073, 0),\n(9074, 0),\n(9075, 0),\n(9077, 0),\n(9078, 0),\n(9079, 0),\n(9080, 0),\n(9081, 0),\n(9082, 0),\n(9083, 0),\n(9084, 0),\n(9086, 0),\n(9087, 0),\n(9088, 0),\n(9089, 0),\n(9090, 0),\n(9091, 0),\n(9092, 0),\n(9093, 0),\n(9095, 0),\n(9096, 0),\n(9097, 0),\n(9098, 0),\n(9099, 0),\n(9100, 0),\n(9101, 0),\n(9102, 0),\n(9103, 0),\n(9104, 0),\n(9105, 0),\n(9106, 0),\n(9107, 0),\n(9108, 0),\n(9109, 0),\n(9110, 0),\n(9111, 0),\n(9112, 0),\n(9113, 0),\n(9114, 0),\n(9115, 0),\n(9116, 0),\n(9117, 0),\n(9118, 0),\n(9120, 9950),\n(9121, 0),\n(9122, 0),\n(9123, 0),\n(9124, 6600),\n(9125, 0),\n(9126, 6600),\n(9127, 0),\n(9128, 6600),\n(9129, 0),\n(9131, 6600),\n(9132, 0),\n(9136, 6600),\n(9137, 0),\n(9141, 3300),\n(9178, 0),\n(9179, 0),\n(9181, 0),\n(9182, 0),\n(9183, 0),\n(9184, 0),\n(9185, 0),\n(9186, 0),\n(9187, 0),\n(9188, 0),\n(9190, 0),\n(9191, 0),\n(9194, 0),\n(9195, 0),\n(9196, 0),\n(9197, 0),\n(9198, 0),\n(9200, 0),\n(9201, 0),\n(9202, 0),\n(9203, 0),\n(9204, 0),\n(9205, 0),\n(9206, 0),\n(9208, 0),\n(9209, 0),\n(9210, 0),\n(9211, 0),\n(9221, 0),\n(9222, 0),\n(9223, 0),\n(9224, 0),\n(9225, 0),\n(9226, 0),\n(9227, 0),\n(9228, 0),\n(9229, 0),\n(9230, 0),\n(9232, 0),\n(9233, 0),\n(9234, 0),\n(9235, 0),\n(9236, 0),\n(9237, 0),\n(9238, 0),\n(9239, 0),\n(9240, 0),\n(9241, 0),\n(9242, 0),\n(9243, 0),\n(9244, 0),\n(9245, 0),\n(9246, 0),\n(9248, 0),\n(9250, 6600),\n(9251, 6600),\n(9269, 9950),\n(9270, 9950),\n(9271, 9950),\n(9362, 6600),\n(9165, 0),\n(9142, 0),\n(9213, 0),\n(9272, 0),\n(9338, 0),\n(9265, 530),\n(9264, 630),\n(9263, 630),\n(9262, 417),\n(9261, 417),\n(9260, 167),\n(9257, 14300),\n(9378, 0),\n(9389, 0),\n(9388, 0),\n(9415, 0),\n(9416, 0),\n(9419, 6600),\n(9422, 6600),\n(9664, 6600),\n(9665, 6600),\n(1, 0),\n(402, 0),\n(620, 2400),\n(785, 350),\n(999, 0),\n(1005, 0),\n(1006, 0),\n(1099, 0),\n(1263, 0),\n(1272, 0),\n(1281, 0),\n(1500, 0),\n(2000, 300),\n(2018, 900),\n(2019, 300),\n(3911, 7900),\n(5101, 450),\n(5383, 9550),\n(6843, 0),\n(7221, 9500),\n(7222, 9500),\n(7522, 0),\n(7669, 0),\n(7681, 200),\n(7682, 200),\n(7741, 9300),\n(7797, 0),\n(7906, 0),\n(7908, 8250),\n(7961, 0),\n(8002, 0),\n(8230, 0),\n(8259, 0),\n(8290, 1100),\n(8295, 1100),\n(8325, 100),\n(8326, 250),\n(8327, 0),\n(8328, 50),\n(8329, 50),\n(8330, 350),\n(8334, 350),\n(8335, 550),\n(8336, 350),\n(8338, 350),\n(8339, 0),\n(8340, 0),\n(8345, 350),\n(8346, 250),\n(8347, 50),\n(8350, 100),\n(8463, 450),\n(8468, 550),\n(8472, 450),\n(8473, 800),\n(8474, 850),\n(8475, 550),\n(8476, 850),\n(8477, 850),\n(8478, 400),\n(8479, 900),\n(8480, 650),\n(8482, 700),\n(8483, 800),\n(8486, 550),\n(8487, 800),\n(8488, 800),\n(8489, 550),\n(8490, 850),\n(8491, 650),\n(8530, 0),\n(8547, 0),\n(8563, 50),\n(8564, 50),\n(8618, 0),\n(8856, 0),\n(8869, 11900),\n(8884, 650),\n(8885, 1000),\n(8886, 700),\n(8887, 700),\n(8888, 100),\n(8889, 650),\n(8890, 850),\n(8891, 850),\n(8892, 650),\n(8894, 850),\n(8895, 150),\n(8896, 0),\n(9030, 9550),\n(9035, 50),\n(9062, 250),\n(9064, 150),\n(9065, 550),\n(9066, 550),\n(9067, 800),\n(9076, 700),\n(9119, 450),\n(9130, 200),\n(9133, 400),\n(9134, 200),\n(9135, 1100),\n(9138, 850),\n(9139, 900),\n(9140, 1300),\n(9143, 900),\n(9144, 400),\n(9145, 200),\n(9146, 200),\n(9147, 850),\n(9148, 400),\n(9149, 900),\n(9150, 900),\n(9151, 800),\n(9152, 900),\n(9155, 1000),\n(9156, 2500),\n(9157, 900),\n(9158, 1000),\n(9159, 1100),\n(9160, 900),\n(9161, 1200),\n(9162, 1200),\n(9163, 1000),\n(9164, 2000),\n(9166, 300),\n(9167, 2500),\n(9168, 2000),\n(9169, 1500),\n(9170, 2000),\n(9171, 1100),\n(9172, 1200),\n(9173, 1100),\n(9174, 1200),\n(9175, 1100),\n(9176, 1900),\n(9177, 1400),\n(9180, 1400),\n(9189, 550),\n(9192, 1000),\n(9193, 1300),\n(9199, 1300),\n(9207, 1000),\n(9212, 1300),\n(9214, 1400),\n(9215, 2000),\n(9216, 1200),\n(9217, 0),\n(9218, 1400),\n(9219, 0),\n(9220, 2000),\n(9252, 800),\n(9253, 200),\n(9254, 400),\n(9255, 400),\n(9256, 300),\n(9258, 200),\n(9274, 900),\n(9275, 1500),\n(9276, 1400),\n(9277, 1500),\n(9278, 0),\n(9279, 50),\n(9280, 100),\n(9281, 1400),\n(9282, 600),\n(9283, 200),\n(9284, 0),\n(9285, 0),\n(9286, 0),\n(9287, 100),\n(9288, 100),\n(9289, 100),\n(9290, 100),\n(9291, 100),\n(9293, 150),\n(9294, 250),\n(9303, 450),\n(9305, 350),\n(9309, 100),\n(9311, 650),\n(9312, 100),\n(9313, 550),\n(9314, 100),\n(9315, 900),\n(9327, 100),\n(9328, 850),\n(9329, 100),\n(9340, 10000),\n(9342, 49000),\n(9344, 4375),\n(9345, 9750),\n(9346, 49000),\n(9349, 9750),\n(9351, 9750),\n(9352, 550),\n(9355, 9750),\n(9356, 9750),\n(9357, 50),\n(9358, 100),\n(9359, 100),\n(9360, 900),\n(9361, 9750),\n(9363, 450),\n(9366, 10000),\n(9369, 100),\n(9370, 10000),\n(9371, 50),\n(9372, 10416),\n(9373, 9750),\n(9374, 10000),\n(9375, 10416),\n(9376, 10416),\n(9380, 49000),\n(9381, 10416),\n(9382, 17333),\n(9383, 10416),\n(9385, 10416),\n(9387, 10416),\n(9390, 2500),\n(9391, 10000),\n(9392, 50),\n(9393, 50),\n(9394, 100),\n(9395, 100),\n(9396, 10000),\n(9397, 10000),\n(9398, 10000),\n(9399, 10416),\n(9400, 10000),\n(9401, 10000),\n(9402, 200),\n(9403, 850),\n(9404, 850),\n(9405, 5000),\n(9406, 10000),\n(9407, 2400),\n(9408, 9500),\n(9409, 50),\n(9410, 10000),\n(9417, 10416),\n(9418, 10416),\n(9420, 10000),\n(9421, 100),\n(9423, 2500),\n(9424, 10416),\n(9425, 800),\n(9426, 10000),\n(9427, 10000),\n(9428, 800),\n(9429, 800),\n(9430, 10416),\n(9431, 2300),\n(9432, 800),\n(9433, 2300),\n(9434, 2300),\n(9435, 2400),\n(9436, 3100),\n(9437, 3700),\n(9438, 10000),\n(9439, 4400),\n(9440, 3900),\n(9441, 10416),\n(9442, 10416),\n(9443, 9000),\n(9444, 11500),\n(9446, 11500),\n(9447, 10416),\n(9448, 3900),\n(9452, 550),\n(9453, 50),\n(9454, 400),\n(9455, 450),\n(9456, 700),\n(9457, 4400),\n(9460, 900),\n(9463, 550),\n(9466, 12916),\n(9469, 4300),\n(9470, 5750),\n(9471, 5250),\n(9472, 12625),\n(9473, 700),\n(9474, 9000),\n(9475, 7250),\n(9476, 5750),\n(9483, 0),\n(9487, 1200),\n(9488, 1200),\n(9489, 450),\n(9490, 12916),\n(9491, 1400),\n(9492, 12650),\n(9493, 12650),\n(9494, 12650),\n(9495, 12650),\n(9496, 25300),\n(9498, 1000),\n(9499, 1000),\n(9505, 550),\n(9506, 650),\n(9510, 25125),\n(9511, 0),\n(9512, 450),\n(9513, 700),\n(9514, 50),\n(9515, 850),\n(9516, 2500),\n(9517, 2300),\n(9518, 2300),\n(9519, 2200),\n(9520, 1200),\n(9521, 500),\n(9522, 3400),\n(9523, 700),\n(9524, 19000),\n(9525, 19000),\n(9526, 2500),\n(9527, 850),\n(9528, 850),\n(9530, 200),\n(9531, 600),\n(9532, 850),\n(9533, 1000),\n(9534, 2500),\n(9535, 1200),\n(9536, 3400),\n(9537, 800),\n(9538, 50),\n(9539, 100),\n(9540, 100),\n(9541, 100),\n(9542, 100),\n(9543, 1041),\n(9544, 1300),\n(9545, 12916),\n(9548, 1300),\n(9549, 1300),\n(9550, 1200),\n(9556, 7150),\n(9557, 1200),\n(9558, 1000),\n(9559, 200),\n(9560, 850),\n(9561, 0),\n(9562, 850),\n(9563, 10000),\n(9564, 900),\n(9565, 650),\n(9566, 650),\n(9567, 1000),\n(9568, 1100),\n(9569, 1400),\n(9570, 1200),\n(9571, 100),\n(9572, 20125),\n(9573, 900),\n(9574, 1000),\n(9575, 12625),\n(9576, 900),\n(9578, 1400),\n(9579, 1400),\n(9580, 1200),\n(9581, 900),\n(9582, 850),\n(9584, 1000),\n(9585, 1400),\n(9586, 450),\n(9587, 10000),\n(9588, 20125),\n(9589, 12916),\n(9590, 20833),\n(9594, 1000),\n(9595, 900),\n(9599, 900),\n(9601, 750),\n(9602, 200),\n(9603, 400),\n(9604, 400),\n(9605, 400),\n(9606, 850),\n(9607, 12916),\n(9608, 20833),\n(9609, 900),\n(9610, 6250),\n(9612, 550),\n(9616, 650),\n(9618, 850),\n(9620, 1000),\n(9621, 850),\n(9622, 650),\n(9623, 100),\n(9624, 900),\n(9625, 200),\n(9626, 1700),\n(9627, 2500),\n(9628, 1000),\n(9629, 900),\n(9630, 0),\n(9631, 6250),\n(9632, 800),\n(9633, 1100),\n(9634, 900),\n(9635, 9500),\n(9636, 9500),\n(9637, 12650),\n(9638, 1250),\n(9639, 1250),\n(9640, 12650),\n(9641, 1100),\n(9642, 0),\n(9643, 1100),\n(9644, 12650),\n(9645, 12650),\n(9646, 1300),\n(9647, 1200),\n(9648, 1000),\n(9649, 1400),\n(9663, 900),\n(9666, 900),\n(9667, 1200),\n(9668, 100),\n(9669, 1500),\n(9670, 1500),\n(9671, 0),\n(9672, 350),\n(9674, 1400),\n(9676, 50),\n(9680, 12650),\n(9682, 1400),\n(9683, 1500),\n(9687, 1400),\n(9688, 1500),\n(9689, 1700),\n(9692, 2800),\n(9693, 100),\n(9694, 1100),\n(9696, 100),\n(9697, 5250),\n(9698, 1200),\n(9699, 300),\n(9700, 1200),\n(9701, 10416),\n(9702, 10750),\n(9703, 1300),\n(9704, 100),\n(9705, 200),\n(9706, 1000),\n(9707, 900),\n(9708, 10416),\n(9709, 13375),\n(9710, 0),\n(9711, 1400),\n(9713, 0),\n(9714, 0),\n(9715, 11000),\n(9716, 10416),\n(9717, 13750),\n(9718, 7833),\n(9719, 13750),\n(9720, 13375),\n(9724, 5375),\n(9726, 10750),\n(9727, 0),\n(9728, 13375),\n(9729, 13750),\n(9730, 13375),\n(9731, 10416),\n(9732, 10416),\n(9733, 6750),\n(9734, 8750),\n(9738, 22000),\n(9739, 10416),\n(9740, 1400),\n(9741, 1000),\n(9742, 0),\n(9743, 10750),\n(9744, 0),\n(9746, 1400),\n(9747, 10000),\n(9748, 1400),\n(9749, 1500),\n(9750, 0),\n(9751, 350),\n(9752, 10416),\n(9753, 150),\n(9756, 1200),\n(9758, 100),\n(9759, 2400),\n(9760, 400),\n(9761, 2000),\n(9762, 0),\n(9763, 19000),\n(9764, 12650),\n(9765, 12650),\n(9766, 0),\n(9767, 12650),\n(9769, 10000),\n(9770, 10000),\n(9771, 10000),\n(9772, 10000),\n(9773, 9750),\n(9774, 10000),\n(9775, 2500),\n(9776, 2625),\n(9777, 10000),\n(9778, 1093),\n(9779, 1200),\n(9780, 10000),\n(9781, 10000),\n(9782, 10000),\n(9783, 10000),\n(9784, 0),\n(9785, 5375),\n(9786, 10000),\n(9787, 10000),\n(9788, 10000),\n(9789, 11300),\n(9790, 10000),\n(9791, 10000),\n(9792, 2625),\n(9793, 2500),\n(9794, 2700),\n(9795, 2700),\n(9796, 2500),\n(9797, 2625),\n(9798, 450),\n(9799, 250),\n(9800, 11000),\n(9801, 10000),\n(9802, 10416),\n(9803, 12625),\n(9804, 11000),\n(9805, 11000),\n(9806, 10750),\n(9807, 0),\n(9808, 10750),\n(9809, 0),\n(9810, 11300),\n(9811, 850),\n(9812, 850),\n(9813, 1700),\n(9814, 10750),\n(9815, 11300),\n(9816, 10750),\n(9817, 12916),\n(9818, 0),\n(9819, 11000),\n(9820, 13375),\n(9821, 11300),\n(9822, 10750),\n(9823, 13375),\n(9824, 12650),\n(9825, 12650),\n(9826, 6250),\n(9827, 10000),\n(9828, 10000),\n(9829, 6250),\n(9830, 10750),\n(9831, 12650),\n(9832, 25300),\n(9833, 10750),\n(9834, 10750),\n(9835, 10750),\n(9836, 15800),\n(9837, 19000),\n(9838, 6250),\n(9839, 13375),\n(9840, 12650),\n(9841, 10750),\n(9842, 10750),\n(9843, 12650),\n(9844, 12650),\n(9845, 10750),\n(9846, 10000),\n(9847, 10750),\n(9848, 10750),\n(9849, 17450),\n(9850, 11650),\n(9851, 14600),\n(9852, 17950),\n(9853, 17450),\n(9854, 11000),\n(9855, 11650),\n(9856, 14600),\n(9857, 11000),\n(9858, 11300),\n(9859, 14150),\n(9860, 19000),\n(9861, 11650),\n(9862, 11650),\n(9863, 11300),\n(9864, 2900),\n(9865, 11650),\n(9866, 0),\n(9867, 11650),\n(9868, 14600),\n(9869, 2850),\n(9870, 2850),\n(9871, 11650),\n(9872, 11650),\n(9873, 11650),\n(9874, 11650),\n(9875, 0),\n(9876, 1100),\n(9877, 400),\n(9878, 11650),\n(9879, 14600),\n(9882, 11300),\n(9883, 0),\n(9884, 0),\n(9885, 0),\n(9886, 0),\n(9887, 0),\n(9888, 2700),\n(9889, 11000),\n(9890, 1100),\n(9891, 2700),\n(9892, 0),\n(9893, 11650),\n(9894, 10000),\n(9895, 12625),\n(9896, 10000),\n(9897, 11000),\n(9898, 10000),\n(9899, 10000),\n(9900, 11650),\n(9901, 10000),\n(9902, 10750),\n(9903, 10750),\n(9904, 10750),\n(9905, 10750),\n(9906, 11000),\n(9907, 14150),\n(9910, 11000),\n(9911, 10750),\n(9912, 1000),\n(9913, 1150),\n(9914, 11300),\n(9915, 0),\n(9916, 11300),\n(9917, 11000),\n(9918, 11000),\n(9919, 10750),\n(9920, 0),\n(9921, 11000),\n(9922, 14150),\n(9923, 11000),\n(9924, 11300),\n(9925, 11300),\n(9926, 0),\n(9927, 11300),\n(9928, 11300),\n(9929, 9416),\n(9930, 9416),\n(9931, 11300),\n(9932, 11300),\n(9933, 14150),\n(9934, 14150),\n(9935, 11300),\n(9936, 11300),\n(9937, 14600),\n(9938, 14600),\n(9939, 11300),\n(9940, 11300),\n(9941, 9416),\n(9942, 9416),\n(9943, 2375),\n(9944, 1150),\n(9945, 11650),\n(9946, 14600),\n(9947, 2375),\n(9948, 11650),\n(9949, 9750),\n(9950, 9750),\n(9951, 13375),\n(9952, 2450),\n(9953, 2700),\n(9954, 11650),\n(9955, 14600),\n(9956, 11650),\n(9957, 2583),\n(9958, 7500),\n(9959, 8250),\n(9960, 2583),\n(9961, 2583),\n(9962, 11650),\n(9963, 2700),\n(9964, 2700),\n(9965, 11000),\n(9966, 11000),\n(9967, 11650),\n(9968, 10416),\n(9969, 10000),\n(9970, 14600),\n(9971, 10416),\n(9972, 14600),\n(9973, 14600),\n(9974, 10000),\n(9975, 10000),\n(9976, 7500),\n(9977, 17950),\n(9978, 10416),\n(9979, 5250),\n(9980, 15000),\n(9981, 15000),\n(9982, 1200),\n(9983, 1200),\n(9984, 10000),\n(9985, 11000),\n(9986, 10750),\n(9987, 10750),\n(9988, 10000),\n(9989, 10000),\n(9990, 10750),\n(9991, 3050),\n(9992, 10416),\n(9993, 10416),\n(9994, 5375),\n(9995, 5375),\n(9996, 10750),\n(9997, 10750),\n(9998, 10416),\n(9999, 12000),\n(10000, 10416),\n(10001, 12000),\n(10002, 10750),\n(10003, 10750),\n(10004, 12000),\n(10005, 15583),\n(10006, 15583),\n(10007, 10750),\n(10008, 10750),\n(10009, 12000),\n(10010, 6000),\n(10011, 17950),\n(10012, 10750),\n(10013, 10750),\n(10014, 9750),\n(10015, 9750),\n(10016, 10750),\n(10017, 10750),\n(10018, 10750),\n(10019, 0),\n(10020, 13375),\n(10021, 10750),\n(10022, 13375),\n(10023, 13375),\n(10024, 11000),\n(10025, 0),\n(10026, 10750),\n(10027, 10750),\n(10028, 10416),\n(10029, 5500),\n(10030, 11000),\n(10031, 11000),\n(10033, 11000),\n(10034, 11000),\n(10035, 13750),\n(10036, 13750),\n(10037, 10750),\n(10038, 2625),\n(10039, 2625),\n(10040, 11000),\n(10041, 11000),\n(10042, 13750),\n(10043, 13750),\n(10044, 1200),\n(10045, 14950),\n(10046, 4750),\n(10047, 9750),\n(10048, 9750),\n(10049, 9750),\n(10050, 9750),\n(10051, 13375),\n(10052, 13375),\n(10053, 49000),\n(10054, 49000),\n(10055, 9750),\n(10056, 49000),\n(10057, 9750),\n(10058, 9750),\n(10059, 49000),\n(10060, 49000),\n(10061, 49000),\n(10062, 49000),\n(10063, 300),\n(10064, 150),\n(10065, 1300),\n(10066, 1700),\n(10067, 1500),\n(10068, 0),\n(10069, 0),\n(10070, 0),\n(10071, 0),\n(10072, 0),\n(10073, 0),\n(10074, 11650),\n(10075, 0),\n(10076, 11650),\n(10077, 0),\n(10078, 9750),\n(10079, 9750),\n(10081, 1200),\n(10082, 12000),\n(10084, 73500),\n(10085, 12000),\n(10086, 9750),\n(10087, 9750),\n(10088, 49000),\n(10089, 61000),\n(10090, 61000),\n(10091, 15800),\n(10092, 73500),\n(10093, 2583),\n(10094, 15800),\n(10095, 19000),\n(10096, 10000),\n(10097, 15400),\n(10098, 15400),\n(10099, 9750),\n(10100, 9000),\n(10101, 12000),\n(10102, 12000),\n(10103, 2400),\n(10104, 2500),\n(10105, 2500),\n(10106, 7250),\n(10107, 8550),\n(10108, 8550),\n(10109, 11300),\n(10110, 7250),\n(10111, 14150),\n(10112, 10750),\n(10113, 1100),\n(10114, 1100),\n(10115, 10750),\n(10116, 10750),\n(10117, 10750),\n(10118, 10750),\n(10119, 2400),\n(10120, 2400),\n(10121, 950),\n(10122, 49000),\n(10123, 9750),\n(10124, 950),\n(10125, 25125),\n(10126, 49000),\n(10127, 25125),\n(10128, 49000),\n(10129, 12625),\n(10130, 49000),\n(10131, 49000),\n(10132, 12916),\n(10133, 31500),\n(10134, 5250),\n(10135, 2500),\n(10136, 15583),\n(10137, 49000),\n(10138, 9000),\n(10139, 31500),\n(10140, 2400),\n(10141, 950),\n(10142, 9750),\n(10143, 950),\n(10144, 10000),\n(10145, 25125),\n(10146, 12625),\n(10147, 31500),\n(10148, 2500),\n(10149, 25916),\n(10150, 49000),\n(10151, 49000),\n(10152, 49000),\n(10153, 49000),\n(10154, 49000),\n(10155, 49000),\n(10156, 49000),\n(10157, 31500),\n(10158, 49000),\n(10159, 10416),\n(10160, 2400),\n(10161, 9750),\n(10162, 10000),\n(10163, 10000),\n(10164, 17450),\n(10165, 22600),\n(10166, 850),\n(10167, 14950),\n(10168, 14950),\n(10169, 5500),\n(10170, 1200),\n(10171, 1200),\n(10172, 3050),\n(10173, 12000),\n(10174, 3050),\n(10175, 12000),\n(10176, 12000),\n(10177, 9500),\n(10178, 25300),\n(10179, 3050),\n(10180, 3100),\n(10182, 12000),\n(10183, 3050),\n(10184, 12000),\n(10185, 12000),\n(10186, 12000),\n(10187, 3100),\n(10188, 12300),\n(10189, 12000),\n(10190, 12000),\n(10191, 14950),\n(10192, 12300),\n(10193, 12000),\n(10194, 1200),\n(10195, 1000),\n(10196, 0),\n(10197, 12000),\n(10198, 9000),\n(10199, 12000),\n(10200, 1200),\n(10201, 8250),\n(10202, 6250),\n(10203, 12300),\n(10204, 12000),\n(10205, 12300),\n(10206, 12000),\n(10207, 4875),\n(10208, 10000),\n(10209, 12300),\n(10210, 5500),\n(10211, 5500),\n(10212, 0),\n(10213, 2400),\n(10214, 49000),\n(10216, 14150),\n(10218, 22600),\n(10219, 0),\n(10220, 9750),\n(10221, 12000),\n(10222, 12300),\n(10223, 12300),\n(10224, 12000),\n(10225, 1200),\n(10226, 12000),\n(10227, 1150),\n(10228, 2900),\n(10229, 950),\n(10230, 9750),\n(10231, 11650),\n(10232, 12300),\n(10233, 12300),\n(10234, 12300),\n(10235, 12300),\n(10236, 9750),\n(10237, 3100),\n(10238, 9750),\n(10239, 12300),\n(10240, 12300),\n(10241, 12000),\n(10242, 2400),\n(10243, 12000),\n(10244, 12300),\n(10245, 12000),\n(10246, 12000),\n(10247, 1250),\n(10248, 12300),\n(10249, 18450),\n(10250, 9750),\n(10251, 5800),\n(10252, 11650),\n(10253, 17450),\n(10254, 950),\n(10255, 10416),\n(10256, 12300),\n(10257, 25300),\n(10258, 9750),\n(10259, 6500),\n(10260, 3050),\n(10261, 12000),\n(10262, 12000),\n(10263, 1200),\n(10264, 1200),\n(10265, 12300),\n(10266, 3100),\n(10267, 12300),\n(10268, 6150),\n(10269, 12300),\n(10270, 12650),\n(10271, 12650),\n(10272, 12650),\n(10273, 12650),\n(10274, 15800),\n(10275, 12650),\n(10276, 12650),\n(10277, 1200),\n(10278, 9750),\n(10279, 1150),\n(10280, 19000),\n(10281, 3150),\n(10282, 1200),\n(10283, 17950),\n(10284, 17950),\n(10285, 1200),\n(10286, 7625),\n(10287, 5000),\n(10288, 2400),\n(10289, 2400),\n(10290, 12650),\n(10291, 4800),\n(10292, 12300),\n(10293, 12300),\n(10294, 9750),\n(10295, 10416),\n(10296, 1250),\n(10297, 19000),\n(10298, 1250),\n(10299, 12000),\n(10300, 12300),\n(10301, 12300),\n(10302, 150),\n(10303, 350),\n(10304, 200),\n(10305, 12300),\n(10306, 12300),\n(10307, 12300),\n(10308, 0),\n(10309, 12000),\n(10310, 15800),\n(10311, 1250),\n(10312, 12300),\n(10313, 12000),\n(10314, 12300),\n(10315, 12650),\n(10316, 12300),\n(10317, 12650),\n(10318, 12650),\n(10319, 12300),\n(10320, 15400),\n(10321, 12300),\n(10322, 12650),\n(10323, 12650),\n(10324, 550),\n(10325, 11000),\n(10326, 0),\n(10327, 0),\n(10328, 12650),\n(10329, 12000),\n(10330, 12300),\n(10331, 12300),\n(10332, 12300),\n(10333, 1250),\n(10334, 9250),\n(10335, 12650),\n(10336, 12650),\n(10337, 12300),\n(10338, 12650),\n(10339, 12650),\n(10340, 950),\n(10341, 12650),\n(10342, 12000),\n(10343, 3100),\n(10344, 950),\n(10345, 12650),\n(10346, 0),\n(10347, 0),\n(10348, 12300),\n(10349, 1041),\n(10350, 400),\n(10351, 12916),\n(10352, 950),\n(10353, 12650),\n(10354, 2400),\n(10355, 10000),\n(10356, 4750),\n(10357, 9550),\n(10358, 0),\n(10359, 950),\n(10360, 2400),\n(10361, 4750),\n(10362, 9550),\n(10363, 0),\n(10364, 100),\n(10365, 12650),\n(10367, 10000),\n(10368, 10000),\n(10369, 12625),\n(10370, 0),\n(10371, 150),\n(10372, 100),\n(10373, 700),\n(10374, 700),\n(10375, 0),\n(10376, 0),\n(10377, 0),\n(10378, 0),\n(10379, 0),\n(10380, 12650),\n(10381, 9500),\n(10382, 950),\n(10383, 0),\n(10384, 6250),\n(10385, 12650),\n(10386, 4875),\n(10387, 4875),\n(10388, 950),\n(10389, 9750),\n(10390, 9750),\n(10391, 9750),\n(10392, 9750),\n(10393, 4875),\n(10394, 9750),\n(10395, 4875),\n(10396, 9750),\n(10397, 9750),\n(10398, 49000),\n(10399, 9750),\n(10400, 15583),\n(10401, 25916),\n(10403, 2500),\n(10404, 15800),\n(10405, 12650),\n(10406, 12650),\n(10407, 15800),\n(10408, 19000),\n(10409, 19000),\n(10410, 9500),\n(10411, 12650),\n(10412, 11000),\n(10413, 15800),\n(10414, 0),\n(10415, 0),\n(10416, 15800),\n(10417, 6000),\n(10418, 12000),\n(10419, 0),\n(10420, 15800),\n(10421, 0),\n(10422, 12650),\n(10423, 1250),\n(10424, 9250),\n(10425, 12650),\n(10426, 12300),\n(10427, 15400),\n(10428, 400),\n(10429, 12300),\n(10430, 1250),\n(10431, 3150),\n(10432, 12650),\n(10433, 12300),\n(10434, 1250),\n(10435, 12300),\n(10436, 12300),\n(10437, 12650),\n(10438, 12650),\n(10439, 19000),\n(10440, 3100),\n(10441, 1250),\n(10442, 950),\n(10443, 950),\n(10444, 1093),\n(10445, 19000),\n(10446, 13750),\n(10447, 13750),\n(10448, 1093),\n(10449, 2400),\n(10450, 9500),\n(10451, 15800),\n(10454, 0),\n(10455, 11300),\n(10456, 11300),\n(10457, 11300),\n(10458, 12650),\n(10459, 12650),\n(10460, 12650),\n(10461, 12650),\n(10462, 12650),\n(10463, 12650),\n(10464, 15800),\n(10465, 15800),\n(10466, 15800),\n(10467, 15800),\n(10468, 15800),\n(10469, 15800),\n(10470, 15800),\n(10471, 15800),\n(10472, 15800),\n(10473, 15800),\n(10474, 15800),\n(10475, 15800),\n(10476, 11650),\n(10477, 0),\n(10478, 0),\n(10479, 11650),\n(10480, 12650),\n(10481, 12650),\n(10482, 9000),\n(10483, 2300),\n(10484, 9000),\n(10485, 9500),\n(10486, 11300),\n(10487, 11300),\n(10488, 11300),\n(10489, 11300),\n(10492, 6500),\n(10493, 6500),\n(10494, 14300),\n(10495, 14300),\n(10496, 14300),\n(10497, 14300),\n(10498, 2400),\n(10499, 2400),\n(10500, 9500),\n(10501, 9500),\n(10502, 11300),\n(10503, 14150),\n(10504, 11300),\n(10505, 11300),\n(10506, 11300),\n(10507, 19000),\n(10508, 15800),\n(10509, 9500),\n(10510, 11300),\n(10511, 11300),\n(10512, 11300),\n(10513, 1250),\n(10514, 12650),\n(10515, 12650),\n(10516, 11300),\n(10517, 11650),\n(10518, 14600),\n(10519, 1250),\n(10520, 700),\n(10521, 1250),\n(10522, 15800),\n(10523, 3150),\n(10524, 11300),\n(10525, 8550),\n(10526, 14600),\n(10527, 6250),\n(10528, 9500),\n(10531, 8150),\n(10532, 12650),\n(10533, 0),\n(10534, 100),\n(10535, 12650),\n(10536, 0),\n(10537, 12650),\n(10538, 9500),\n(10539, 100),\n(10540, 15800),\n(10541, 6250),\n(10542, 11300),\n(10543, 11650),\n(10544, 14150),\n(10545, 11300),\n(10546, 3150),\n(10547, 12650),\n(10548, 1400),\n(10550, 3150),\n(10551, 0),\n(10552, 0),\n(10553, 1100),\n(10554, 1100),\n(10555, 11300),\n(10556, 8550),\n(10557, 2625),\n(10558, 12650),\n(10559, 0),\n(10560, 12650),\n(10561, 12650),\n(10562, 12300),\n(10563, 12300),\n(10564, 12300),\n(10565, 5650),\n(10566, 11300),\n(10567, 11300),\n(10568, 12650),\n(10569, 12300),\n(10570, 9500),\n(10571, 12650),\n(10572, 12300),\n(10573, 1250),\n(10574, 12650),\n(10575, 6250),\n(10576, 12650),\n(10577, 9500),\n(10578, 12650),\n(10579, 6250),\n(10580, 2900),\n(10581, 2900),\n(10582, 12300),\n(10583, 12300),\n(10584, 11650),\n(10585, 12300),\n(10586, 12300),\n(10587, 12650),\n(10588, 0),\n(10589, 12300),\n(10590, 7250),\n(10592, 3700),\n(10593, 11000),\n(10594, 11650),\n(10595, 12300),\n(10596, 12300),\n(10597, 12300),\n(10598, 12300),\n(10599, 1250),\n(10600, 12300),\n(10601, 12300),\n(10602, 12300),\n(10603, 12300),\n(10604, 12300),\n(10606, 12300),\n(10607, 12000),\n(10608, 11650),\n(10609, 11650),\n(10610, 0),\n(10611, 12300),\n(10612, 15400),\n(10613, 15400),\n(10614, 1150),\n(10615, 2625),\n(10617, 11300),\n(10618, 11000),\n(10619, 12650),\n(10620, 11650),\n(10621, 9250),\n(10622, 0),\n(10623, 9250),\n(10624, 12300),\n(10625, 12300),\n(10626, 12300),\n(10627, 12300),\n(10628, 3150),\n(10629, 9750),\n(10630, 9750),\n(10632, 11650),\n(10633, 6250),\n(10634, 15800),\n(10635, 12650),\n(10636, 12650),\n(10637, 12650),\n(10638, 100),\n(10639, 0),\n(10640, 6250),\n(10641, 12650),\n(10642, 12300),\n(10643, 12300),\n(10644, 6250),\n(10645, 0),\n(10646, 6250),\n(10647, 15800),\n(10648, 15800),\n(10649, 15800),\n(10650, 6250),\n(10651, 19000),\n(10652, 1250),\n(10653, 12650),\n(10654, 0),\n(10655, 0),\n(10656, 12650),\n(10657, 11650),\n(10658, 0),\n(10659, 0),\n(10660, 12300),\n(10661, 12300),\n(10662, 1250),\n(10663, 1250),\n(10664, 9250),\n(10665, 12300),\n(10666, 12300),\n(10667, 12650),\n(10668, 12650),\n(10669, 12650),\n(10670, 12650),\n(10671, 11650),\n(10672, 12300),\n(10673, 12650),\n(10674, 11650),\n(10675, 14950),\n(10676, 1250),\n(10677, 12300),\n(10678, 12650),\n(10679, 15800),\n(10680, 3150),\n(10681, 3150),\n(10682, 11650),\n(10683, 12650),\n(10684, 12650),\n(10685, 12650),\n(10686, 6250),\n(10687, 12650),\n(10688, 12650),\n(10689, 6250),\n(10690, 11300),\n(10691, 6250),\n(10692, 19000),\n(10693, 0),\n(10694, 0),\n(10695, 0),\n(10696, 0),\n(10697, 0),\n(10698, 0),\n(10699, 0),\n(10700, 0),\n(10701, 12000),\n(10702, 12300),\n(10703, 12300),\n(10704, 25300),\n(10705, 25300),\n(10706, 9500),\n(10707, 19000),\n(10708, 19000),\n(10709, 2900),\n(10710, 5375),\n(10711, 5375),\n(10712, 5375),\n(10713, 11650),\n(10714, 11650),\n(10715, 11650),\n(10716, 2375),\n(10717, 11650),\n(10718, 1150),\n(10719, 1150),\n(10720, 11650),\n(10721, 11650),\n(10722, 12000),\n(10723, 12000),\n(10724, 11650),\n(10725, 15800),\n(10726, 15800),\n(10727, 15800),\n(10728, 15800),\n(10729, 12650),\n(10730, 12650),\n(10731, 12650),\n(10732, 12650),\n(10733, 15800),\n(10734, 15800),\n(10735, 15800),\n(10736, 15800),\n(10737, 15800),\n(10738, 15800),\n(10739, 15800),\n(10740, 15800),\n(10741, 15800),\n(10742, 19000),\n(10744, 15800),\n(10745, 15800),\n(10747, 12000),\n(10748, 14950),\n(10749, 1150),\n(10750, 9500),\n(10751, 15800),\n(10752, 1200),\n(10753, 8750),\n(10754, 12650),\n(10755, 12650),\n(10756, 3150),\n(10757, 12650),\n(10758, 15800),\n(10759, 1250),\n(10760, 12300),\n(10761, 1250),\n(10762, 3150),\n(10763, 12650),\n(10764, 15800),\n(10765, 15800),\n(10766, 1250),\n(10767, 1250),\n(10768, 15800),\n(10769, 19000),\n(10770, 11650),\n(10771, 11650),\n(10772, 9500),\n(10773, 15800),\n(10774, 15800),\n(10775, 15800),\n(10776, 19000),\n(10777, 12300),\n(10778, 12300),\n(10779, 100),\n(10780, 12300),\n(10781, 19000),\n(10782, 12300),\n(10783, 2900),\n(10784, 11650),\n(10785, 1150),\n(10786, 14950),\n(10791, 1093),\n(10792, 9750),\n(10793, 9500),\n(10794, 200),\n(10795, 11650),\n(10796, 11650),\n(10797, 1150),\n(10798, 1150),\n(10799, 11650),\n(10800, 11650),\n(10801, 1150),\n(10802, 14950),\n(10803, 12000),\n(10804, 12650),\n(10805, 14600),\n(10806, 19000),\n(10807, 12650),\n(10808, 15400),\n(10809, 9500),\n(10810, 3050),\n(10811, 3150),\n(10812, 3050),\n(10813, 5000),\n(10814, 3150),\n(10815, 9500),\n(10816, 12650),\n(10817, 12650),\n(10818, 1150),\n(10819, 12000),\n(10820, 9000),\n(10821, 12000),\n(10822, 0),\n(10823, 0),\n(10824, 12650),\n(10825, 1200),\n(10826, 12650),\n(10827, 0),\n(10828, 0),\n(10829, 1200),\n(10830, 14950),\n(10831, 9500),\n(10832, 9500),\n(10833, 9500),\n(10834, 12625),\n(10835, 2400),\n(10836, 12650),\n(10837, 12650),\n(10838, 12250),\n(10839, 10750),\n(10840, 11000),\n(10841, 0),\n(10842, 13750),\n(10843, 12000),\n(10844, 12000),\n(10845, 12000),\n(10846, 11650),\n(10847, 10000),\n(10848, 10750),\n(10849, 2583),\n(10850, 0),\n(10851, 11650),\n(10852, 10750),\n(10853, 11650),\n(10854, 12650),\n(10855, 12300),\n(10856, 12300),\n(10857, 15400),\n(10858, 3150),\n(10859, 11650),\n(10860, 11650),\n(10861, 10750),\n(10862, 10416),\n(10863, 10416),\n(10864, 9750),\n(10865, 1200),\n(10866, 12650),\n(10867, 14950),\n(10868, 10000),\n(10869, 10000),\n(10870, 0),\n(10871, 0),\n(10872, 12650),\n(10873, 11000),\n(10874, 11000),\n(10875, 2400),\n(10876, 12916),\n(10877, 11300),\n(10878, 10416),\n(10879, 16500),\n(10880, 5375),\n(10881, 13375),\n(10882, 19000),\n(10883, 1250),\n(10884, 19000),\n(10885, 19000),\n(10886, 19000),\n(10887, 10750),\n(10888, 19000),\n(10889, 8250),\n(10891, 5000),\n(10892, 5000),\n(10893, 11650),\n(10894, 1150),\n(10895, 12000),\n(10896, 11000),\n(10897, 12650),\n(10898, 13750),\n(10899, 12650),\n(10900, 0),\n(10901, 19000),\n(10902, 12650),\n(10903, 4875),\n(10904, 12000),\n(10905, 1250),\n(10906, 1250),\n(10907, 1250),\n(10908, 1041),\n(10909, 9750),\n(10910, 12000),\n(10911, 12000),\n(10912, 17950),\n(10913, 11000),\n(10914, 11000),\n(10915, 11000),\n(10916, 4875),\n(10917, 11000),\n(10918, 0),\n(10919, 0),\n(10920, 11000),\n(10921, 11000),\n(10922, 11000),\n(10923, 11000),\n(10924, 12300),\n(10925, 0),\n(10926, 8250),\n(10927, 11000),\n(10928, 11000),\n(10929, 11000),\n(10930, 13750),\n(10931, 0),\n(10932, 0),\n(10933, 0),\n(10934, 0),\n(10935, 12250),\n(10936, 950),\n(10937, 12625),\n(10938, 0),\n(10939, 0),\n(10940, 0),\n(10941, 0),\n(10944, 15800),\n(10946, 19000),\n(10947, 19000),\n(10948, 6250),\n(10949, 9500),\n(10957, 19000),\n(10958, 15800),\n(10959, 19000),\n(10969, 1250),\n(10970, 12650),\n(10971, 12650),\n(10972, 0),\n(10973, 12650),\n(10974, 12650),\n(10975, 0),\n(10976, 12650),\n(10977, 19000),\n(10981, 0),\n(10982, 19000),\n(10983, 3150),\n(10984, 1250),\n(10985, 12650),\n(10989, 1250),\n(10995, 15800),\n(10996, 15800),\n(10997, 15800),\n(10998, 15800),\n(11000, 19000),\n(11002, 19000),\n(11003, 19000),\n(11004, 12650),\n(11005, 12650),\n(11006, 0),\n(11007, 0),\n(11008, 12650),\n(11009, 3150),\n(11010, 12650),\n(11011, 0),\n(11012, 0),\n(11013, 1250),\n(11014, 0),\n(11015, 12650),\n(11016, 12650),\n(11017, 12650),\n(11018, 12650),\n(11019, 0),\n(11020, 12650),\n(11021, 6250),\n(11022, 0),\n(11023, 12650),\n(11024, 6250),\n(11025, 12650),\n(11026, 12650),\n(11027, 1250),\n(11028, 6250),\n(11029, 9500),\n(11030, 12650),\n(11031, 0),\n(11032, 0),\n(11033, 0),\n(11034, 0),\n(11035, 12650),\n(11036, 1150),\n(11037, 1150),\n(11038, 1150),\n(11039, 1150),\n(11040, 1150),\n(11041, 12650),\n(11042, 1150),\n(11043, 1150),\n(11044, 1150),\n(11045, 1150),\n(11046, 1150),\n(11047, 1150),\n(11048, 1150),\n(11049, 15800),\n(11050, 0),\n(11051, 12650),\n(11052, 19000),\n(11053, 12650),\n(11054, 12650),\n(11055, 12650),\n(11056, 6250),\n(11057, 0),\n(11058, 12650),\n(11059, 19000),\n(11060, 1250),\n(11061, 12650),\n(11062, 1250),\n(11063, 0),\n(11064, 12650),\n(11065, 12650),\n(11066, 12650),\n(11067, 12650),\n(11068, 15800),\n(11069, 15800),\n(11070, 15800),\n(11071, 19000),\n(11072, 15800),\n(11073, 19000),\n(11074, 0),\n(11075, 6250),\n(11076, 15800),\n(11077, 12650),\n(11078, 19000),\n(11079, 19000),\n(11080, 9500),\n(11081, 12650),\n(11082, 12650),\n(11083, 12650),\n(11084, 12650),\n(11085, 9500),\n(11086, 12650),\n(11089, 12650),\n(11090, 12650),\n(11091, 1250),\n(11092, 12650),\n(11093, 12650),\n(11094, 12650),\n(11095, 0),\n(11096, 12650),\n(11097, 12650),\n(11098, 1250),\n(11099, 12650),\n(11100, 0),\n(11101, 12650),\n(11102, 12650),\n(11103, 0),\n(11104, 0),\n(11105, 0),\n(11106, 0),\n(11107, 0),\n(11108, 19000),\n(11109, 0),\n(11110, 0),\n(11111, 0),\n(11112, 0),\n(11113, 0),\n(11114, 0),\n(11119, 1250),\n(11123, 350),\n(11124, 350),\n(11126, 3300),\n(11128, 3300),\n(11129, 650),\n(11130, 1250),\n(11132, 15800),\n(11133, 3300),\n(11134, 4600),\n(11135, 12650),\n(11136, 350),\n(11137, 3700),\n(11138, 350),\n(11139, 3700),\n(11140, 3700),\n(11141, 350),\n(11142, 3700),\n(11143, 400),\n(11144, 3900),\n(11145, 3700),\n(11146, 3700),\n(11147, 3700),\n(11148, 3900),\n(11149, 400),\n(11150, 4100),\n(11151, 400),\n(11152, 5250),\n(11156, 4100),\n(11158, 4100),\n(11159, 4600),\n(11160, 4100),\n(11161, 4100),\n(11162, 5750),\n(11163, 19000),\n(11164, 15800),\n(11165, 15800),\n(11166, 19000),\n(11169, 3900),\n(11171, 0),\n(11172, 450),\n(11173, 4100),\n(11174, 4400),\n(11177, 350),\n(11178, 0),\n(11180, 3500),\n(11181, 3500),\n(11183, 4400),\n(11184, 4100),\n(11185, 3900),\n(11186, 3900),\n(11191, 350),\n(11192, 3300),\n(11193, 350),\n(11194, 350),\n(11195, 0),\n(11196, 15800),\n(11198, 4400),\n(11200, 3700),\n(11201, 3900),\n(11203, 350),\n(11204, 400),\n(11205, 4100),\n(11206, 5250),\n(11207, 4100),\n(11208, 400),\n(11209, 3700),\n(11210, 350),\n(11211, 400),\n(11212, 350),\n(11213, 350),\n(11214, 400),\n(11215, 400),\n(11216, 1250),\n(11217, 4400),\n(11220, 12650),\n(11222, 350),\n(11223, 4600),\n(11225, 350),\n(11354, 19000),\n(11362, 19000),\n(11363, 19000),\n(11364, 12650),\n(11368, 19000),\n(11369, 19000),\n(11370, 19000),\n(11371, 12650),\n(11372, 19000),\n(11373, 19000),\n(11374, 19000),\n(11375, 19000),\n(11376, 12650),\n(11377, 12650),\n(11378, 19000),\n(11379, 12650),\n(11380, 12650),\n(11381, 12650),\n(11382, 19000),\n(11383, 12650),\n(11384, 19000),\n(11385, 12650),\n(11386, 19000),\n(11387, 12650),\n(11388, 19000),\n(11389, 12650),\n(11392, 1250),\n(11425, 0),\n(11451, 6250),\n(11454, 0),\n(11481, 1250),\n(11482, 1250),\n(11488, 25300),\n(11490, 12650),\n(11492, 25300),\n(11496, 9500),\n(11497, 1250),\n(11498, 1250),\n(11499, 19000),\n(11500, 12650),\n(11502, 12650),\n(11503, 12650),\n(11513, 9500),\n(11514, 9500),\n(11515, 12650),\n(11516, 9500),\n(11517, 1250),\n(11518, 0),\n(11520, 9500),\n(11521, 15800),\n(11523, 9500),\n(11524, 9500),\n(11525, 9500),\n(11526, 9500),\n(11531, 12650),\n(11532, 9500),\n(11533, 9500),\n(11534, 1250),\n(11535, 12650),\n(11536, 12650),\n(11537, 9500),\n(11538, 9500),\n(11539, 12650),\n(11540, 12650),\n(11541, 12650),\n(11542, 12650),\n(11543, 12650),\n(11544, 15800),\n(11545, 0),\n(11546, 12650),\n(11547, 12650),\n(11548, 0),\n(11549, 0),\n(11550, 3150),\n(11554, 0),\n(11555, 0),\n(11556, 0),\n(11557, 0),\n(11577, 0),\n(11665, 0),\n(11666, 0),\n(11667, 0),\n(11668, 0),\n(11669, 0),\n(11691, 12650),\n(11696, 1250),\n(11874, 0),\n(11875, 12650),\n(11877, 9500),\n(11880, 9500),\n(11885, 15800),\n(11937, 0),\n(11955, 6250),\n(12062, 0),\n(12513, 12000),\n(12515, 12000),\n(80000, 0),\n(80001, 0),\n(80002, 0),\n(80003, 0),\n(80004, 0),\n(80005, 0),\n(80006, 0),\n(80007, 0),\n(80008, 0),\n(80009, 0),\n(80010, 0),\n(80011, 0),\n(80012, 0),\n(80013, 0),\n(80014, 0),\n(80015, 0),\n(80016, 0),\n(80017, 0);\n"
  },
  {
    "path": "data/sql/world/base/restore_achievements.sql",
    "content": "/* Glory of the Raider removed rewards */\nDELETE FROM `achievement_reward` WHERE `ID` in (2138, 2137);\nINSERT INTO `achievement_reward` (`ID`, `TitleA`, `TitleH`, `ItemID`, `Sender`, `Subject`, `Body`, `MailTemplateID`) VALUES\n(2138, 0, 0, 44164, 26917, 'Glory of the Raider', 'Champion,$B$BWord has traveled to Wyrmrest Temple of the great deeds you have accomplished since arriving in Northrend.$B$BYour bravery should not go unrecognized. Please accept this gift on behalf of the Aspects. Together we shall rid Azeroth of evil, once and for eternity.$B$BAlexstrasza the Life-Binder', 0),\n(2137, 0, 0, 44175, 26917, 'Glory of the Raider', 'Champion,$B$BWord has traveled to Wyrmrest Temple of the great deeds you have accomplished since arriving in Northrend.$B$BYour bravery should not go unrecognized. Please accept this gift on behalf of the Aspects. Together we shall rid Azeroth of evil, once and for eternity.$B$BAlexstrasza the Life-Binder', 0);\n"
  },
  {
    "path": "data/sql/world/base/si.sql",
    "content": "SET @IPPPHASE := 65536;\n\n/* Friendship Bread and Freshly-Squeezed Lemonade */\nDELETE FROM `npc_vendor` WHERE `entry` IN (2482, 3044, 4165, 5173, 5698, 15006) AND `item` IN (23160, 23161);\nINSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES\n(2482, 0, 23160, 0, 0, 0, 0),  -- Zarena Cromwind\n(2482, 0, 23161, 0, 0, 0, 0),\n(3044, 0, 23160, 0, 0, 0, 0),  -- Miles Welsh\n(3044, 0, 23161, 0, 0, 0, 0),\n(4165, 0, 23160, 0, 0, 0, 0),  -- Elissa Dumas\n(4165, 0, 23161, 0, 0, 0, 0),\n(5173, 0, 23160, 0, 0, 0, 0),  -- Alexander Calder\n(5173, 0, 23161, 0, 0, 0, 0),\n(5698, 0, 23160, 0, 0, 0, 0),  -- Joanna Whitehall\n(5698, 0, 23161, 0, 0, 0, 0),\n(15006, 0, 23160, 0, 0, 0, 0), -- Deze Snowbane\n(15006, 0, 23161, 0, 0, 0, 0);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (2482, 3044, 4165, 5173, 5698, 11038, 14450, 15006, 16543);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` IN (4533, 4566, 4821, 6470, 8730);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(23, 2482,  23160, 0, 0, 8, 0, 9301, 0, 0, 0, 0, 0, '', 'Zarena Cromwind will not sell Friendship Bread until the player has completed \\'Envelope from the Front\\''),\n(23, 2482,  23161, 0, 1, 8, 0, 9301, 0, 0, 0, 0, 0, '', 'Zarena Cromwind will not sell Freshly-Squeezed Lemonade until the player has completed \\'Envelope from the Front\\''),\n--\n(23, 3044,  23160, 0, 0, 8, 0, 9300, 0, 0, 0, 0, 0, '', 'Miles Welsh will not sell Friendship Bread until the player has completed \\'Page from the Front\\''),\n(23, 3044,  23161, 0, 0, 8, 0, 9300, 0, 0, 0, 0, 0, '', 'Miles Welsh will not sell Freshly-Squeezed Lemonade until the player has completed \\'Page from the Front\\''),\n(15, 4533,  3,     0, 0, 8, 0, 9300, 0, 0, 0, 0, 0, '', 'Miles Welsh will not show vendor gossip option until the player has completed \\'Page from the Front\\''),\n--\n(23, 4165,  23160, 0, 0, 8, 0, 9300, 0, 0, 0, 0, 0, '', 'Elissa Dumas will not sell Friendship Bread until the player has completed \\'Page from the Front\\''),\n(23, 4165,  23161, 0, 0, 8, 0, 9300, 0, 0, 0, 0, 0, '', 'Elissa Dumas will not sell Freshly-Squeezed Lemonade until the player has completed \\'Page from the Front\\''),\n(15, 4821,  1,     0, 0, 8, 0, 9300, 0, 0, 0, 0, 0, '', 'Elissa Dumas will not show vendor gossip option until the player has completed \\'Page from the Front\\''),\n--\n(23, 5173,  23160, 0, 0, 8, 0, 9299, 0, 0, 0, 0, 0, '', 'Alexander Calder will not sell Friendship Bread until the player has completed \\'Note from the Front\\''),\n(23, 5173,  23161, 0, 0, 8, 0, 9299, 0, 0, 0, 0, 0, '', 'Alexander Calder will not sell Freshly-Squeezed Lemonade until the player has completed \\'Note from the Front\\''),\n(15, 4566,  3,     0, 0, 8, 0, 9299, 0, 0, 0, 0, 0, '', 'Alexander Calder will not show vendor gossip option until the player has completed \\'Note from the Front\\''),\n--\n(23, 5698,  23160, 0, 0, 8, 0, 9295, 0, 0, 0, 0, 0, '', 'Joanna Whitehall will not sell Friendship Bread until the player has completed \\'Letter from the Front\\''),\n(23, 5698,  23161, 0, 0, 8, 0, 9295, 0, 0, 0, 0, 0, '', 'Joanna Whitehall will not sell Freshly-Squeezed Lemonade until the player has completed \\'Letter from the Front\\''),\n(15, 8730,  0,     0, 0, 8, 0, 9295, 0, 0, 0, 0, 0, '', 'Joanna Whitehall will not show vendor gossip option until the player has completed \\'Letter from the Front\\''),\n--\n(23, 11038, 23160, 0, 0, 8, 0, 9304, 0, 0, 0, 0, 0, '', 'Caretaker Alen will not sell Friendship Bread until the player has completed \\'Document from the Front\\''),\n(23, 11038, 23161, 0, 1, 8, 0, 9304, 0, 0, 0, 0, 0, '', 'Caretaker Alen will not sell Freshly-Squeezed Lemonade until the player has completed \\'Document from the Front\\''),\n--\n(23, 14450, 23160, 0, 0, 8, 0, 9295, 0, 0, 0, 0, 0, '', 'Orphan Matron Nightingale will not sell Friendship Bread until the player has completed \\'Letter from the Front\\''),\n(23, 14450, 23161, 0, 1, 8, 0, 9295, 0, 0, 0, 0, 0, '', 'Orphan Matron Nightingale will not sell Freshly-Squeezed Lemonade until the player has completed \\'Letter from the Front\\''),\n--\n(23, 15006, 23160, 0, 0, 8, 0, 9299, 0, 0, 0, 0, 0, '', 'Deze Snowbane will not sell Friendship Bread until the player has completed \\'Note from the Front\\''),\n(23, 15006, 23161, 0, 0, 8, 0, 9299, 0, 0, 0, 0, 0, '', 'Deze Snowbane will not sell Freshly-Squeezed Lemonade until the player has completed \\'Note from the Front\\''),\n(15, 6470,  1,     0, 0, 8, 0, 9299, 0, 0, 0, 0, 0, '', 'Deze Snowbane will not show vendor gossip option until the player has completed \\'Note from the Front\\''),\n--\n(23, 16543, 23160, 0, 0, 8, 0, 9302, 0, 0, 0, 0, 0, '', 'Garon Hutchins will not sell Friendship Bread until the player has completed \\'Missive from the Front\\''),\n(23, 16543, 23161, 0, 1, 8, 0, 9302, 0, 0, 0, 0, 0, '', 'Garon Hutchins will not sell Freshly-Squeezed Lemonade until the player has completed \\'Missive from the Front\\'');\n\n    \nUPDATE `creature` SET `npcflag` = 691     WHERE `guid` = 1803;    -- Alexander Calder\nUPDATE `creature` SET `npcflag` = 691     WHERE `guid` = 26771;   -- Miles Welsh\nUPDATE `creature` SET `npcflag` = 129     WHERE `guid` = 38112;   -- Joanna Whitehall\nUPDATE `creature` SET `npcflag` = 689     WHERE `guid` = 46320;   -- Elissa Dumas\nUPDATE `creature` SET `npcflag` = 1048705 WHERE `guid` = 615006;  -- Deze Snowbane\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 4533 AND `OptionID` = 3;\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 4566 AND `OptionID` = 3; \nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 4821 AND `OptionID` = 1;\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 5849 AND `OptionID` = 2;\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (6470, 8730);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, \n`ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES \n(4533, 3, 1, 'Show me what you have for sale.', 29959, 3, 128, 0, 0, 0, 0, '', 0, 0),\n(4566, 3, 1, 'Show me what you have for sale.', 29959, 3, 128, 0, 0, 0, 0, '', 0, 0),\n(4821, 1, 1, 'Show me what you have for sale.', 29959, 3, 128, 0, 0, 0, 0, '', 0, 0),\n(5849, 2, 1, 'Show me what you have for sale.', 29959, 3, 128, 0, 0, 0, 0, '', 0, 0),\n(6470, 0, 9, 'I would like to go to the battleground.', 10355, 12, 1048576, 0, 0, 0, 0, '', 0, 0),\n(6470, 1, 1, 'Show me what you have for sale.', 29959, 3, 128, 0, 0, 0, 0, '', 0, 0),\n(8730, 0, 1, 'Show me what you have for sale.', 29959, 3, 128, 0, 0, 0, 0, '', 0, 0);\n\n\n/*-- Objects and NPCs --*/\n\nSET @ARGENT_RECRUITER      := 616241;\nSET @ARGENT_SCOUT          := 616255;\nSET @ARGENT_EMISSARY       := 616285;\nSET @ARGENT_MESSENGER      := 616359;\nSET @ARGENT_QUARTERMASTER  := 616786;\nSET @ARGENT_OUTFITTER      := 616787;\n--\nSET @KEEPER_OF_THE_ROLLS   := 616281;\nSET @COMMANDER_THOMAS      := 616361;\nSET @LIEUTENANT_ORRIN      := 616478;\nSET @LIEUTENANT_NEVELL     := 616484;\nSET @LIEUTENANT_LISANDE    := 616490;\nSET @LIEUTENANT_DAGEL      := 616493;\nSET @LIEUTENANT_RUKAG      := 616494;\nSET @LIEUTENANT_BEITHA     := 616495;\n--\nSET @NECROTIC_SHARD        := 616136;\nSET @SHADOW_OF_DOOM        := 616143;\nSET @CULTIST_ENGINEER      := 616230;\nSET @GHOUL_BERSERKER       := 616141;\nSET @SPECTRAL_SOLDIER      := 616298;\nSET @SKELETAL_SHOCKTROOPER := 616299;\n-- rares\nSET @LUMBERING_HORROR      := 614697;\nSET @SPIRIT_OF_THE_DAMNED  := 616379;\nSET @BONE_WITCH            := 616380;\n-- dungeon\nSET @SEVER                 := 614682;\nSET @BALZAPHON             := 614684;\nSET @LADY_FALTHERESS       := 614686;\nSET @REVANCHION            := 614690;\nSET @SCORN                 := 614693;\nSET @LORD_BLACKWOOD        := 614695;\n\n-- Azerothcore uses these creatures for the WotLK version of the Scourge Invasion, \n-- so we have to create copies to avoid phasing the wotlk versions\nDELETE FROM `creature_template` WHERE `entry` IN \n(@ARGENT_RECRUITER, @ARGENT_SCOUT, @ARGENT_EMISSARY, @ARGENT_MESSENGER, @ARGENT_QUARTERMASTER, @ARGENT_OUTFITTER, @KEEPER_OF_THE_ROLLS,\n @COMMANDER_THOMAS, @LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA,\n @NECROTIC_SHARD, @SHADOW_OF_DOOM, @CULTIST_ENGINEER, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER,\n @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH, @SEVER, @BALZAPHON, @LADY_FALTHERESS, @REVANCHION, @SCORN, @LORD_BLACKWOOD);\n \nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(@ARGENT_RECRUITER, 0, 0, 0, 0, 0, 'Argent Recruiter', 'The Argent Dawn', NULL, 0, 55, 55, 0, 814, 2, 1, 1.14286, 1, 1, 18, 0, 0, 3, 2000, 1900, 1, 1, 1, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@ARGENT_SCOUT, 0, 0, 0, 0, 0, 'Argent Scout', 'The Argent Dawn', NULL, 0, 55, 55, 0, 814, 2, 1, 1.14286, 1, 1, 18, 0, 0, 3, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@ARGENT_EMISSARY, 0, 0, 0, 0, 0, 'Argent Emissary', 'The Argent Dawn', NULL, 7164, 55, 55, 0, 814, 3, 1, 1.14286, 1, 1, 18, 0, 0, 3, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@ARGENT_MESSENGER, 0, 0, 0, 0, 0, 'Argent Messenger', 'The Argent Dawn', NULL, 7164, 55, 55, 0, 814, 1, 1, 1.14286, 1, 1, 18, 0, 0, 2.95, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@ARGENT_QUARTERMASTER, 0, 0, 0, 0, 0, 'Argent Quartermaster', 'The Argent Dawn', NULL, 7165, 55, 55, 0, 794, 3, 1, 1.14286, 1, 1, 18, 0, 0, 3.1, 2000, 2000, 1, 1, 1, 33280, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@ARGENT_OUTFITTER, 0, 0, 0, 0, 0, 'Argent Outfitter', 'The Argent Dawn', NULL, 7165, 55, 55, 0, 814, 131, 1, 1.14286, 1, 1, 18, 0, 0, 3, 2000, 2000, 1, 1, 1, 512, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@KEEPER_OF_THE_ROLLS, 0, 0, 0, 0, 0, 'Keeper of the Rolls', 'The Argent Dawn', NULL, 0, 55, 55, 0, 814, 2, 1, 1.14286, 1, 1, 18, 0, 0, 0.05, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@COMMANDER_THOMAS, 0, 0, 0, 0, 0, 'Commander Thomas Helleran', 'The Argent Dawn', NULL, 0, 55, 55, 0, 814, 2, 1, 1.14286, 1, 1, 18, 0, 0, 2.05, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@LIEUTENANT_ORRIN, 0, 0, 0, 0, 0, 'Lieutenant Orrin', 'The Argent Dawn', NULL, 0, 10, 10, 0, 794, 2, 1, 1.14286, 1, 1, 18, 0, 0, 5.95, 2000, 1500, 1, 1, 2, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 75, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@LIEUTENANT_NEVELL, 0, 0, 0, 0, 0, 'Lieutenant Nevell', 'The Argent Dawn', NULL, 0, 10, 10, 0, 794, 2, 1, 1.14286, 1, 1, 18, 0, 0, 0.15, 2000, 1900, 1, 1, 2, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@LIEUTENANT_LISANDE, 0, 0, 0, 0, 0, 'Lieutenant Lisande', 'The Argent Dawn', NULL, 0, 10, 10, 0, 794, 2, 1, 1.14286, 1, 1, 18, 0, 0, 0.15, 2000, 1900, 1, 1, 2, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@LIEUTENANT_DAGEL, 0, 0, 0, 0, 0, 'Lieutenant Dagel', 'The Argent Dawn', NULL, 0, 10, 10, 0, 794, 2, 1, 1.14286, 1, 1, 18, 0, 0, 0.15, 2000, 1900, 1, 1, 2, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@LIEUTENANT_RUKAG, 0, 0, 0, 0, 0, 'Lieutenant Rukag', 'The Argent Dawn', NULL, 0, 10, 10, 0, 794, 2, 1, 1.14286, 1, 1, 18, 0, 0, 5.95, 2000, 1500, 1, 1, 2, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 75, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n(@LIEUTENANT_BEITHA, 0, 0, 0, 0, 0, 'Lieutenant Beitha', 'The Argent Dawn', NULL, 0, 10, 10, 0, 794, 2, 1, 1.14286, 1, 1, 18, 0, 0, 0.15, 2000, 1900, 1, 1, 2, 0, 2048, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 2, '', 0),\n--\n(@SEVER, 0, 0, 0, 0, 0, 'Sever', NULL, NULL, 0, 25, 25, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 5, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 14682, 0, 0, 0, 0, 64, 151, '', 0, 1, 9, 1, 1, 1, 0, 0, 1, -103, 0, '', 0),\n(@BALZAPHON, 0, 0, 0, 0, 0, 'Balzaphon', NULL, NULL, 0, 60, 60, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 4, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 6, 0, 14684, 0, 0, 0, 0, 2275, 2984, '', 0, 1, 6, 6, 1.1, 1, 0, 0, 1, -107, 0, '', 0),\n(@LADY_FALTHERESS, 0, 0, 0, 0, 0, 'Lady Falther\\'ess', NULL, NULL, 0, 40, 40, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 5, 5, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 6, 0, 14686, 0, 0, 0, 0, 208, 378, '', 0, 1, 8, 4, 1, 1, 0, 0, 1, -93, 0, '', 0),\n(@REVANCHION, 0, 0, 0, 0, 0, 'Revanchion', NULL, NULL, 0, 60, 60, 0, 21, 0, 1.11111, 1.14286, 1, 1, 20, 1, 0, 8, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 6, 0, 14690, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 2, 1.35, 1, 0, 0, 1, -107, 0, '', 0),\n(@SCORN, 0, 0, 0, 0, 0, 'Scorn', NULL, NULL, 0, 34, 34, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 5.05, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 6, 0, 14693, 0, 0, 0, 0, 238, 657, '', 0, 1, 8, 6, 0.9, 1, 0, 0, 1, -108, 0, '', 0),\n(@LORD_BLACKWOOD, 0, 0, 0, 0, 0, 'Lord Blackwood', NULL, NULL, 0, 60, 60, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 6, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 14695, 0, 0, 0, 0, 1041, 1871, '', 0, 1, 10, 1, 1.1, 1, 0, 0, 1, -93, 0, '', 0),\n--\n(@NECROTIC_SHARD, 0, 0, 0, 0, 0, 'Necrotic Shard', NULL, NULL, 0, 70, 70, 0, 1630, 0, 1, 1, 1, 1, 0, 0, 0, 1, 2000, 2000, 1, 1, 1, 260, 2048, 0, 0, 10, 1024, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 0.75, 1, 0, 1, 0, 0, 1, 0, 2, '', 0),\n(@SHADOW_OF_DOOM, 0, 0, 0, 0, 0, 'Shadow of Doom', '', NULL, 0, 60, 60, 0, 2145, 0, 1, 1.14286, 1, 1, 4, 1, 0, 9, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 6, 0, 16143, 0, 0, 0, 0, 186, 615, '', 0, 1, 20, 1, 1, 1, 0, 0, 1, -114, 0, '', 0),\n(@CULTIST_ENGINEER, 0, 0, 0, 0, 0, 'Cultist Engineer', '', NULL, 66000, 60, 60, 0, 190, 1, 1, 1.14286, 1, 1, 18, 0, 0, 0.05, 2000, 2000, 1, 1, 1, 514, 2048, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 0.25, 0, 0, 1, -2, 0, '', 0),\n(@GHOUL_BERSERKER, 0, 0, 0, 0, 0, 'Ghoul Berserker', NULL, NULL, 0, 59, 60, 0, 1630, 0, 0.777776, 1.14286, 1, 1, 4, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 16141, 0, 0, 0, 0, 144, 659, '', 0, 1, 2.7, 1, 1, 1, 0, 0, 1, -93, 0, '', 0),\n(@SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 'Spectral Soldier', '', NULL, 0, 59, 60, 0, 1630, 0, 1.11111, 1.14286, 1, 1, 4, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 16298, 0, 0, 0, 0, 148, 660, '', 1, 1, 2.7, 1, 1.05, 1, 0, 0, 1, -93, 0, '', 0),\n(@SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 'Skeletal Shocktrooper', '', NULL, 0, 59, 60, 0, 1630, 0, 1, 1.19048, 1, 1, 4, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 16299, 0, 0, 0, 0, 144, 658, '', 1, 1, 2.7, 1, 1, 1, 0, 0, 1, -122, 2048, '', 0),\n(@LUMBERING_HORROR, 0, 0, 0, 0, 0, 'Lumbering Horror', NULL, NULL, 0, 61, 61, 0, 1630, 0, 1, 1.14286, 1, 1, 4, 4, 0, 1.5, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 14697, 0, 0, 0, 0, 271, 503, '', 0, 1, 5.4, 1, 1, 1, 0, 0, 1, -93, 0, '', 0),\n(@SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 'Spirit of the Damned', '', NULL, 0, 61, 61, 0, 1630, 0, 1, 0.992063, 1, 1, 4, 4, 0, 1.5, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 16379, 0, 0, 0, 0, 0, 0, '', 1, 1, 5, 1, 1, 1, 0, 0, 1, -114, 0, '', 0),\n(@BONE_WITCH, 0, 0, 0, 0, 0, 'Bone Witch', '', NULL, 0, 61, 61, 0, 1630, 0, 1, 1.14286, 1, 1, 4, 4, 0, 1.5, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 6, 0, 16380, 0, 0, 0, 0, 482, 558, '', 1, 1, 5, 1, 1, 1, 0, 0, 1, -124, 0, '', 0);\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN \n(@LORD_BLACKWOOD, @NECROTIC_SHARD, @CULTIST_ENGINEER, @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER);\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(@LORD_BLACKWOOD, 146950, 0, 0, 0, 0, 0, ''),\n(@NECROTIC_SHARD, 0, 0, 0, 0, 0, 3, ''),\n(@LUMBERING_HORROR, 0, 0, 0, 0, 0, 0, ''),\n(@GHOUL_BERSERKER, 0, 0, 0, 0, 0, 0, ''),\n(@CULTIST_ENGINEER, 0, 0, 0, 0, 0, 0, ''),\n(@SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 0, ''),\n(@SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 0, ''),\n(@SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 0, ''),\n(@BONE_WITCH, 0, 0, 0, 0, 0, 0, '');\n\nDELETE FROM `creature_template_locale` WHERE `entry` IN \n(@ARGENT_RECRUITER, @ARGENT_SCOUT, @ARGENT_EMISSARY, @ARGENT_MESSENGER, @ARGENT_QUARTERMASTER, @ARGENT_OUTFITTER, @KEEPER_OF_THE_ROLLS,\n @COMMANDER_THOMAS, @LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA,\n @NECROTIC_SHARD, @SHADOW_OF_DOOM, @CULTIST_ENGINEER, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER,\n @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH, @SEVER, @BALZAPHON, @LADY_FALTHERESS, @REVANCHION, @SCORN, @LORD_BLACKWOOD);\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES \n(@ARGENT_RECRUITER, 'deDE', 'Argentumrekrutierungsoffizier', 'Die Argentumdämmerung', 18019),\n(@ARGENT_RECRUITER, 'esES', 'Reclutador Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_RECRUITER, 'esMX', 'Reclutador Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_RECRUITER, 'frFR', 'Recruteur de l\\'Aube d\\'argent', 'L\\'Aube d\\'argent', 18019),\n(@ARGENT_RECRUITER, 'koKR', '은빛 여명회 징병관', '은빛 여명회', 18019),\n(@ARGENT_RECRUITER, 'ruRU', 'Вербовщик из ордена Серебряного Рассвета', 'Серебряный Рассвет', 18019),\n(@ARGENT_RECRUITER, 'zhCN', '银色新兵', '银色黎明', 18019),\n(@ARGENT_RECRUITER, 'zhTW', '銀色黎明招募員', '銀色黎明', 18019),\n(@ARGENT_SCOUT, 'deDE', 'Argentumspäher', 'Die Argentumdämmerung', 18019),\n(@ARGENT_SCOUT, 'esES', 'Explorador Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_SCOUT, 'esMX', 'Explorador Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_SCOUT, 'frFR', 'Eclaireur de l\\'Aube d\\'argent', 'L\\'Aube d\\'argent', 18019),\n(@ARGENT_SCOUT, 'koKR', '은빛 여명회 정찰병', '은빛 여명회', 18019),\n(@ARGENT_SCOUT, 'ruRU', 'Разведчик из ордена Серебряного Рассвета', 'Серебряный Рассвет', 18019),\n(@ARGENT_SCOUT, 'zhCN', '银色斥候', '银色黎明', 18019),\n(@ARGENT_SCOUT, 'zhTW', '銀色黎明斥候', '銀色黎明', 18019),\n(@KEEPER_OF_THE_ROLLS, 'deDE', 'Bewahrer der Schriften', 'Die Argentumdämmerung', 18019),\n(@KEEPER_OF_THE_ROLLS, 'esES', 'Guardián de los Pergaminos', 'El Alba Argenta', 18019),\n(@KEEPER_OF_THE_ROLLS, 'esMX', 'Guardián de los Pergaminos', 'El Alba Argenta', 18019),\n(@KEEPER_OF_THE_ROLLS, 'frFR', 'Gardien des registres', 'L\\'Aube d\\'argent', 18019),\n(@KEEPER_OF_THE_ROLLS, 'koKR', '기록 보관원', '은빛 여명회', 18019),\n(@KEEPER_OF_THE_ROLLS, 'ruRU', 'Архивариус', 'Серебряный Рассвет', 18019),\n(@KEEPER_OF_THE_ROLLS, 'zhCN', '名单登记员', '银色黎明', 18019),\n(@KEEPER_OF_THE_ROLLS, 'zhTW', '名冊保管者', '銀色黎明', 18019),\n(@ARGENT_EMISSARY, 'deDE', 'Argentumabgesandter', 'Die Argentumdämmerung', 18019),\n(@ARGENT_EMISSARY, 'esES', 'Emisario Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_EMISSARY, 'esMX', 'Emisario Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_EMISSARY, 'frFR', 'Emissaire de l\\'Aube d\\'argent', 'L\\'Aube d\\'argent', 18019),\n(@ARGENT_EMISSARY, 'koKR', '은빛 여명회 사절', '은빛 여명회', 18019),\n(@ARGENT_EMISSARY, 'ruRU', 'Посланник из ордена Серебряного Рассвета', 'Серебряный Рассвет', 18019),\n(@ARGENT_EMISSARY, 'zhCN', '银色特使', '银色黎明', 18019),\n(@ARGENT_EMISSARY, 'zhTW', '銀色黎明特使', '銀色黎明', 18019),\n(@ARGENT_MESSENGER, 'deDE', 'Argentumbote', 'Die Argentumdämmerung', 18019),\n(@ARGENT_MESSENGER, 'esES', 'Mensajero Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_MESSENGER, 'esMX', 'Mensajero Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_MESSENGER, 'frFR', 'Messager de l\\'Aube d\\'argent', 'L\\'Aube d\\'argent', 18019),\n(@ARGENT_MESSENGER, 'koKR', '은빛 여명회 전령', '은빛 여명회', 18019),\n(@ARGENT_MESSENGER, 'ruRU', 'Вестник из ордена Серебряного Рассвета', 'Серебряный Рассвет', 18019),\n(@ARGENT_MESSENGER, 'zhCN', '银色信使', '银色黎明', 18019),\n(@ARGENT_MESSENGER, 'zhTW', '銀色黎明信差', '銀色黎明', 18019),\n(@COMMANDER_THOMAS, 'deDE', 'Kommandant Thomas Helleran', 'Die Argentumdämmerung', 18019),\n(@COMMANDER_THOMAS, 'esES', 'Comandante Thomas Helleran', 'El Alba Argenta', 18019),\n(@COMMANDER_THOMAS, 'esMX', 'Comandante Thomas Helleran', 'El Alba Argenta', 18019),\n(@COMMANDER_THOMAS, 'frFR', 'Commandant Thomas Helleran', 'L\\'Aube d\\'argent', 18019),\n(@COMMANDER_THOMAS, 'koKR', '사령관 토마스 헬러랜', '은빛 여명회', 18019),\n(@COMMANDER_THOMAS, 'ruRU', 'Командир Томас Элеран', 'Серебряный Рассвет', 18019),\n(@COMMANDER_THOMAS, 'zhCN', '指挥官托马斯·海勒拉', '银色黎明', 18019),\n(@COMMANDER_THOMAS, 'zhTW', '指揮官湯瑪斯·海勒瑞', '銀色黎明', 18019),\n(@LIEUTENANT_ORRIN, 'deDE', 'Leutnant Orrin', 'Die Argentumdämmerung', 18019),\n(@LIEUTENANT_ORRIN, 'esES', 'Teniente Orrin', 'El Alba Argenta', 18019),\n(@LIEUTENANT_ORRIN, 'esMX', 'Teniente Orrin', 'El Alba Argenta', 18019),\n(@LIEUTENANT_ORRIN, 'frFR', 'Lieutenant Orrin', 'L\\'Aube d\\'argent', 18019),\n(@LIEUTENANT_ORRIN, 'koKR', '부관 오린', '은빛 여명회', 18019),\n(@LIEUTENANT_ORRIN, 'ruRU', 'Лейтенант Оррин', 'Серебряный Рассвет', 18019),\n(@LIEUTENANT_ORRIN, 'zhCN', '奥林中尉', '银色黎明', 18019),\n(@LIEUTENANT_ORRIN, 'zhTW', '歐令中尉', '銀色黎明', 18019),\n(@LIEUTENANT_NEVELL, 'deDE', 'Leutnant Nevell', 'Die Argentumdämmerung', 18019),\n(@LIEUTENANT_NEVELL, 'esES', 'Tenienve Nevell', 'El Alba Argenta', 18019),\n(@LIEUTENANT_NEVELL, 'esMX', 'Tenienve Nevell', 'El Alba Argenta', 18019),\n(@LIEUTENANT_NEVELL, 'frFR', 'Lieutenant Nevell', 'L\\'Aube d\\'argent', 18019),\n(@LIEUTENANT_NEVELL, 'koKR', '부관 니블', '은빛 여명회', 18019),\n(@LIEUTENANT_NEVELL, 'ruRU', 'Лейтенант Невилл', 'Серебряный Рассвет', 18019),\n(@LIEUTENANT_NEVELL, 'zhCN', '奈维尔中尉', '银色黎明', 18019),\n(@LIEUTENANT_NEVELL, 'zhTW', '諾維中尉', '銀色黎明', 18019),\n(@LIEUTENANT_LISANDE, 'deDE', 'Leutnant Lisande', 'Die Argentumdämmerung', 18019),\n(@LIEUTENANT_LISANDE, 'esES', 'Teniente Lisande', 'El Alba Argenta', 18019),\n(@LIEUTENANT_LISANDE, 'esMX', 'Teniente Lisande', 'El Alba Argenta', 18019),\n(@LIEUTENANT_LISANDE, 'frFR', 'Lieutenant Lisande', 'L\\'Aube d\\'argent', 18019),\n(@LIEUTENANT_LISANDE, 'koKR', '부관 리산데', '은빛 여명회', 18019),\n(@LIEUTENANT_LISANDE, 'ruRU', 'Лейтенант Лисанд', 'Серебряный Рассвет', 18019),\n(@LIEUTENANT_LISANDE, 'zhCN', '利山德中尉', '银色黎明', 18019),\n(@LIEUTENANT_LISANDE, 'zhTW', '利山中尉', '銀色黎明', 18019),\n(@LIEUTENANT_DAGEL, 'deDE', 'Leutnant Dagel', 'Die Argentumdämmerung', 18019),\n(@LIEUTENANT_DAGEL, 'esES', 'Teniente Dagel', 'El Alba Argenta', 18019),\n(@LIEUTENANT_DAGEL, 'esMX', 'Teniente Dagel', 'El Alba Argenta', 18019),\n(@LIEUTENANT_DAGEL, 'frFR', 'Lieutenant Dagel', 'L\\'Aube d\\'argent', 18019),\n(@LIEUTENANT_DAGEL, 'koKR', '부관 다겔', '은빛 여명회', 18019),\n(@LIEUTENANT_DAGEL, 'ruRU', 'Лейтенант Дагел', 'Серебряный Рассвет', 18019),\n(@LIEUTENANT_DAGEL, 'zhCN', '达格尔中尉', '银色黎明', 18019),\n(@LIEUTENANT_DAGEL, 'zhTW', '戴吉中尉', '銀色黎明', 18019),\n(@LIEUTENANT_RUKAG, 'deDE', 'Leutnant Rukag', 'Die Argentumdämmerung', 18019),\n(@LIEUTENANT_RUKAG, 'esES', 'Teniente Rukag', 'El Alba Argenta', 18019),\n(@LIEUTENANT_RUKAG, 'esMX', 'Teniente Rukag', 'El Alba Argenta', 18019),\n(@LIEUTENANT_RUKAG, 'frFR', 'Lieutenant Rukag', 'L\\'Aube d\\'argent', 18019),\n(@LIEUTENANT_RUKAG, 'koKR', '부관 루카그', '은빛 여명회', 18019),\n(@LIEUTENANT_RUKAG, 'ruRU', 'Лейтенант Рукаг', 'Серебряный Рассвет', 18019),\n(@LIEUTENANT_RUKAG, 'zhCN', '卢卡中尉', '银色黎明', 18019),\n(@LIEUTENANT_RUKAG, 'zhTW', '盧卡中尉', '銀色黎明', 18019),\n(@LIEUTENANT_BEITHA, 'deDE', 'Leutnant Beitha', 'Die Argentumdämmerung', 18019),\n(@LIEUTENANT_BEITHA, 'esES', 'Teniente Beitha', 'El Alba Argenta', 18019),\n(@LIEUTENANT_BEITHA, 'esMX', 'Teniente Beitha', 'El Alba Argenta', 18019),\n(@LIEUTENANT_BEITHA, 'frFR', 'Lieutenant Beitha', 'L\\'Aube d\\'argent', 18019),\n(@LIEUTENANT_BEITHA, 'koKR', '부관 바이사', '은빛 여명회', 18019),\n(@LIEUTENANT_BEITHA, 'ruRU', 'Лейтенант Бейта', 'Серебряный Рассвет', 18019),\n(@LIEUTENANT_BEITHA, 'zhCN', '贝萨中尉', '银色黎明', 18019),\n(@LIEUTENANT_BEITHA, 'zhTW', '貝沙中尉', '銀色黎明', 18019),\n(@SEVER, 'deDE', 'Häcksler', '', 18019),\n(@SEVER, 'esES', 'Cercenador', '', 18019),\n(@SEVER, 'esMX', 'Cercenador', '', 18019),\n(@SEVER, 'frFR', 'Sectionneur', '', 18019),\n(@SEVER, 'koKR', '살육의 괴물', '', 18019),\n(@SEVER, 'ruRU', 'Калечер', '', 18019),\n(@SEVER, 'zhCN', '塞沃尔', '', 18019),\n(@SEVER, 'zhTW', '塞沃爾', '', 18019),\n(@BALZAPHON, 'deDE', 'Balzaphon', '', 18019),\n(@BALZAPHON, 'esES', 'Balzaphon', '', 18019),\n(@BALZAPHON, 'esMX', 'Balzaphon', '', 18019),\n(@BALZAPHON, 'frFR', 'Balzaphon', '', 18019),\n(@BALZAPHON, 'koKR', '발자폰', '', 18019),\n(@BALZAPHON, 'ruRU', 'Балзафон', '', 18019),\n(@BALZAPHON, 'zhCN', '巴尔萨冯', '', 18019),\n(@BALZAPHON, 'zhTW', '巴爾薩馮', '', 18019),\n(@LADY_FALTHERESS, 'deDE', 'Lady Falther\\'ess', '', 18019),\n(@LADY_FALTHERESS, 'esES', 'Lady Falther\\'ess', '', 18019),\n(@LADY_FALTHERESS, 'esMX', 'Lady Falther\\'ess', '', 18019),\n(@LADY_FALTHERESS, 'frFR', 'Dame Falther\\'ess', '', 18019),\n(@LADY_FALTHERESS, 'koKR', '귀부인 팔데리스', '', 18019),\n(@LADY_FALTHERESS, 'ruRU', 'Леди Фалтер\\'есс', '', 18019),\n(@LADY_FALTHERESS, 'zhCN', '法瑟蕾丝夫人', '', 18019),\n(@LADY_FALTHERESS, 'zhTW', '法瑟蕾絲女士', '', 18019),\n(@REVANCHION, 'deDE', 'Revanchion', '', 18019),\n(@REVANCHION, 'esES', 'Revanchion', '', 18019),\n(@REVANCHION, 'esMX', 'Revanchion', '', 18019),\n(@REVANCHION, 'frFR', 'Revanchion', '', 18019),\n(@REVANCHION, 'koKR', '레반치온', '', 18019),\n(@REVANCHION, 'ruRU', 'Реваншион', '', 18019),\n(@REVANCHION, 'zhCN', '雷瓦克安', '', 18019),\n(@REVANCHION, 'zhTW', '雷瓦克安', '', 18019),\n(@SCORN, 'deDE', 'Der Verächter', '', 18019),\n(@SCORN, 'esES', 'Desdén', '', 18019),\n(@SCORN, 'esMX', 'Desdén', '', 18019),\n(@SCORN, 'frFR', 'Dédain', '', 18019),\n(@SCORN, 'koKR', '냉소의 영혼', '', 18019),\n(@SCORN, 'ruRU', 'Насмешник', '', 18019),\n(@SCORN, 'zhCN', '瑟克恩', '', 18019),\n(@SCORN, 'zhTW', '瑟克恩', '', 18019),\n(@LORD_BLACKWOOD, 'deDE', 'Fürst Schwarzstahl', '', 18019),\n(@LORD_BLACKWOOD, 'esES', 'Lord Bosque Negro', '', 18019),\n(@LORD_BLACKWOOD, 'esMX', 'Lord Bosque Negro', '', 18019),\n(@LORD_BLACKWOOD, 'frFR', 'Seigneur Noirbois', '', 18019),\n(@LORD_BLACKWOOD, 'koKR', '군주 블랙우드', '', 18019),\n(@LORD_BLACKWOOD, 'ruRU', 'Лорд Блэквуд', '', 18019),\n(@LORD_BLACKWOOD, 'zhCN', '布莱克伍德公爵', '', 18019),\n(@LORD_BLACKWOOD, 'zhTW', '黑木領主', '', 18019),\n(@SHADOW_OF_DOOM, 'deDE', 'Schatten der Verdammnis', '', 18019),\n(@SHADOW_OF_DOOM, 'esES', 'Sombra de fatalidad', '', 18019),\n(@SHADOW_OF_DOOM, 'esMX', 'Sombra de fatalidad', '', 18019),\n(@SHADOW_OF_DOOM, 'frFR', 'Ombre funeste', '', 18019),\n(@SHADOW_OF_DOOM, 'koKR', '파멸의 망령', '', 18019),\n(@SHADOW_OF_DOOM, 'ruRU', 'Тень Рока', '', 18019),\n(@SHADOW_OF_DOOM, 'zhCN', '末日之影', '', 18019),\n(@SHADOW_OF_DOOM, 'zhTW', '末日陰影', '', 18019),\n(@CULTIST_ENGINEER, 'deDE', 'Kultisteningenieur', '', 18019),\n(@CULTIST_ENGINEER, 'esES', 'Cultor ingeniero', '', 18019),\n(@CULTIST_ENGINEER, 'esMX', 'Cultor ingeniero', '', 18019),\n(@CULTIST_ENGINEER, 'frFR', 'Sectateur ingénieur', '', 18019),\n(@CULTIST_ENGINEER, 'koKR', '신도 기술자', '', 18019),\n(@CULTIST_ENGINEER, 'ruRU', 'Сектант-инженер', '', 18019),\n(@CULTIST_ENGINEER, 'zhCN', '信徒技师', '', 18019),\n(@CULTIST_ENGINEER, 'zhTW', '教徒工程師', '', 18019),\n(@GHOUL_BERSERKER, 'deDE', 'Ghulberserker', '', 18019),\n(@GHOUL_BERSERKER, 'esES', 'Rabioso necrófago', '', 18019),\n(@GHOUL_BERSERKER, 'esMX', 'Rabioso necrófago', '', 18019),\n(@GHOUL_BERSERKER, 'frFR', 'Goule berserker', '', 18019),\n(@GHOUL_BERSERKER, 'koKR', '구울 광전사', '', 18019),\n(@GHOUL_BERSERKER, 'ruRU', 'Вурдалак-берсерк', '', 18019),\n(@GHOUL_BERSERKER, 'zhCN', '食尸鬼狂暴者', '', 18019),\n(@GHOUL_BERSERKER, 'zhTW', '狂暴食屍鬼', '', 18019),\n(@SPECTRAL_SOLDIER, 'deDE', 'Spektraler Soldat', '', 18019),\n(@SPECTRAL_SOLDIER, 'esES', 'Soldado espectral', '', 18019),\n(@SPECTRAL_SOLDIER, 'esMX', 'Soldado espectral', '', 18019),\n(@SPECTRAL_SOLDIER, 'frFR', 'Soldat spectral', '', 18019),\n(@SPECTRAL_SOLDIER, 'koKR', '기괴한 병사 유령', '', 18019),\n(@SPECTRAL_SOLDIER, 'ruRU', 'Призрачный солдат', '', 18019),\n(@SPECTRAL_SOLDIER, 'zhCN', '鬼灵士兵', '', 18019),\n(@SPECTRAL_SOLDIER, 'zhTW', '鬼靈士兵', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'deDE', 'Skelettstoßtruppsoldat', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'esES', 'Soldado de choque esquelético', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'esMX', 'Soldado de choque esquelético', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'frFR', 'Troupier squelettique de choc', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'koKR', '해골 기습돌격병', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'ruRU', 'Скелет-штурмовик', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'zhCN', '骷髅突击队员', '', 18019),\n(@SKELETAL_SHOCKTROOPER, 'zhTW', '骷髏突擊兵', '', 18019),\n(@LUMBERING_HORROR, 'deDE', 'Schwerfälliger Schrecken', '', 18019),\n(@LUMBERING_HORROR, 'esES', 'Horror torpe', '', 18019),\n(@LUMBERING_HORROR, 'esMX', 'Horror torpe', '', 18019),\n(@LUMBERING_HORROR, 'frFR', 'Horreur chancelante', '', 18019),\n(@LUMBERING_HORROR, 'koKR', '성큼걸이 누더기골렘', '', 18019),\n(@LUMBERING_HORROR, 'ruRU', 'Неуклюжий ужас', '', 18019),\n(@LUMBERING_HORROR, 'zhCN', '笨拙的憎恶', '', 18019),\n(@LUMBERING_HORROR, 'zhTW', '笨拙的憎惡', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'deDE', 'Geist der Verdammten', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'esES', 'Espíritu de los Malditos', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'esMX', 'Espíritu de los Malditos', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'frFR', 'Esprit de damné', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'koKR', '저주받은 자의 영혼', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'ruRU', 'Дух проклятого', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'zhCN', '诅咒者之魂', '', 18019),\n(@SPIRIT_OF_THE_DAMNED, 'zhTW', '詛咒神教之靈', '', 18019),\n(@BONE_WITCH, 'deDE', 'Knochenhexe', '', 18019),\n(@BONE_WITCH, 'esES', 'Bruja Osaria', '', 18019),\n(@BONE_WITCH, 'esMX', 'Bruja Osaria', '', 18019),\n(@BONE_WITCH, 'frFR', 'Sorcière des ossements', '', 18019),\n(@BONE_WITCH, 'koKR', '해골 마녀', '', 18019),\n(@BONE_WITCH, 'ruRU', 'Костяной ведьмак', '', 18019),\n(@BONE_WITCH, 'zhCN', '骨巫', '', 18019),\n(@BONE_WITCH, 'zhTW', '骸骨女巫', '', 18019),\n(@ARGENT_QUARTERMASTER, 'deDE', 'Argentumrüstmeister', 'Die Argentumdämmerung', 18019),\n(@ARGENT_QUARTERMASTER, 'esES', 'Intendente Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_QUARTERMASTER, 'esMX', 'Intendente Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_QUARTERMASTER, 'frFR', 'Intendant de l\\'Aube d\\'argent', 'L\\'Aube d\\'argent', 18019),\n(@ARGENT_QUARTERMASTER, 'koKR', '은빛 여명회 병참장교', '은빛 여명회', 18019),\n(@ARGENT_QUARTERMASTER, 'ruRU', 'Интендант из ордена Серебряного Рассвета', 'Серебряный Рассвет', 18019),\n(@ARGENT_QUARTERMASTER, 'zhCN', '银色军需官', '银色黎明', 18019),\n(@ARGENT_QUARTERMASTER, 'zhTW', '銀色黎明軍需官', '銀色黎明', 18019),\n(@ARGENT_OUTFITTER, 'deDE', 'Argentumausstatter', 'Die Argentumdämmerung', 18019),\n(@ARGENT_OUTFITTER, 'esES', 'Proveedor Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_OUTFITTER, 'esMX', 'Proveedor Argenta', 'El Alba Argenta', 18019),\n(@ARGENT_OUTFITTER, 'frFR', 'Tailleur de l\\'Aube d\\'argent', 'L\\'Aube d\\'argent', 18019),\n(@ARGENT_OUTFITTER, 'koKR', '은빛 여명회 보급장교', '은빛 여명회', 18019),\n(@ARGENT_OUTFITTER, 'ruRU', 'Экипировщик из ордена Серебряного Рассвета', 'Серебряный Рассвет', 18019),\n(@ARGENT_OUTFITTER, 'zhCN', '银色物资官', '银色黎明', 18019),\n(@ARGENT_OUTFITTER, 'zhTW', '銀色黎明物資官', '銀色黎明', 18019),\n(@NECROTIC_SHARD, 'deDE', 'Nekrotischer Splitter', '', 18019),\n(@NECROTIC_SHARD, 'esES', 'Fragmento necrótico', '', 18019),\n(@NECROTIC_SHARD, 'esMX', 'Fragmento necrótico', '', 18019),\n(@NECROTIC_SHARD, 'frFR', 'Eclat nécrotique', '', 18019),\n(@NECROTIC_SHARD, 'koKR', '죽음의 결정', '', 18019),\n(@NECROTIC_SHARD, 'ruRU', 'Некротический осколок', '', 18019),\n(@NECROTIC_SHARD, 'zhCN', '死灵碎片', '', 18019),\n(@NECROTIC_SHARD, 'zhTW', '亡域水晶裂片', '', 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN \n(@ARGENT_RECRUITER, @ARGENT_SCOUT, @ARGENT_EMISSARY, @ARGENT_MESSENGER, @ARGENT_QUARTERMASTER, @ARGENT_OUTFITTER, @KEEPER_OF_THE_ROLLS,\n @COMMANDER_THOMAS, @LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA,\n @NECROTIC_SHARD, @SHADOW_OF_DOOM, @CULTIST_ENGINEER, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER,\n @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH, @SEVER, @BALZAPHON, @LADY_FALTHERESS, @REVANCHION, @SCORN, @LORD_BLACKWOOD);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(@ARGENT_RECRUITER, 0, 16131, 1, 1, 12340),\n(@ARGENT_SCOUT, 0, 10727, 1, 1, 12340),\n(@KEEPER_OF_THE_ROLLS, 0, 16105, 1, 1, 12340),\n(@ARGENT_EMISSARY, 0, 16130, 1, 1, 12340),\n(@ARGENT_MESSENGER, 0, 10727, 1, 1, 12340),\n(@COMMANDER_THOMAS, 0, 16132, 1, 1, 12340),\n(@LIEUTENANT_ORRIN, 0, 16204, 1, 1, 12340),\n(@LIEUTENANT_NEVELL, 0, 16212, 1, 1, 12340),\n(@LIEUTENANT_LISANDE, 0, 16218, 1, 1, 12340),\n(@LIEUTENANT_DAGEL, 0, 16219, 1, 1, 12340),\n(@LIEUTENANT_RUKAG, 0, 16220, 1, 1, 12340),\n(@LIEUTENANT_BEITHA, 0, 16221, 1, 1, 12340),\n(@SEVER, 0, 1061, 1, 1, 12340),\n(@BALZAPHON, 0, 7919, 1, 1, 12340),\n(@LADY_FALTHERESS, 0, 10698, 1, 1, 12340),\n(@REVANCHION, 0, 14695, 1, 1, 12340),\n(@SCORN, 0, 16197, 1, 1, 12340),\n(@LORD_BLACKWOOD, 0, 14699, 1, 1, 12340),\n(@SHADOW_OF_DOOM, 0, 16168, 1, 1, 12340),\n(@CULTIST_ENGINEER, 0, 16151, 1, 1, 12340),\n(@GHOUL_BERSERKER, 0, 24993, 1, 1, 12340),\n(@SPECTRAL_SOLDIER, 0, 16169, 1, 1, 12340),\n(@SKELETAL_SHOCKTROOPER, 0, 12074, 1, 1, 12340),\n(@LUMBERING_HORROR, 0, 12819, 1, 1, 12340),\n(@SPIRIT_OF_THE_DAMNED, 0, 16170, 1, 1, 12340),\n(@BONE_WITCH, 0, 16167, 1, 1, 12340),\n(@ARGENT_QUARTERMASTER, 0, 16336, 1, 1, 12340),\n(@ARGENT_OUTFITTER, 0, 16337, 1, 1, 12340),\n(@NECROTIC_SHARD, 0, 16135, 1, 1, 12340);\n\nDELETE FROM `creature_template_spell` WHERE `CreatureID` IN \n(@SEVER, @BALZAPHON, @REVANCHION, @SHADOW_OF_DOOM, @SKELETAL_SHOCKTROOPER, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH);\nINSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES\n(@SEVER, 0, 17745, 12340),\n(@SEVER, 1, 16508, 12340),\n(@BALZAPHON, 0, 12096, 12340),\n(@BALZAPHON, 1, 37265, 12340),\n(@BALZAPHON, 2, 8398, 12340),\n(@BALZAPHON, 3, 32370, 12340),\n(@REVANCHION, 0, 29849, 12340),\n(@REVANCHION, 1, 30267, 12340),\n(@SHADOW_OF_DOOM, 0, 12542, 12340),\n(@SHADOW_OF_DOOM, 1, 16568, 12340),\n(@SHADOW_OF_DOOM, 2, 28265, 12340),\n(@SKELETAL_SHOCKTROOPER, 0, 17014, 12340),\n(@SKELETAL_SHOCKTROOPER, 1, 28265, 12340),\n(@SPIRIT_OF_THE_DAMNED, 0, 34322, 12340),\n(@SPIRIT_OF_THE_DAMNED, 1, 16243, 12340),\n(@SPIRIT_OF_THE_DAMNED, 2, 28265, 12340),\n(@BONE_WITCH, 0, 13748, 12340),\n(@BONE_WITCH, 1, 17014, 12340),\n(@BONE_WITCH, 2, 28265, 12340);\n\n-- Necrotic Shards 256+4\nUPDATE `creature_template` SET `unit_flags` = 260 WHERE `entry` = @NECROTIC_SHARD;\n\n-- Disable combat assistance\nUPDATE `creature_template` SET `unit_flags` = 512 WHERE `entry` IN (@ARGENT_OUTFITTER, @KEEPER_OF_THE_ROLLS, @COMMANDER_THOMAS);\n\n-- Set Quest Giver flag\nUPDATE `creature_template` SET `npcflag` = 2 WHERE `entry` IN (@ARGENT_RECRUITER, @ARGENT_SCOUT);\n    \n-- Cultist Engineer\nUPDATE `creature_template` SET `gossip_menu_id` = 66000, `npcflag` = 1, `unit_flags` = 514, `flags_extra` = 4194304 WHERE `entry` = @CULTIST_ENGINEER;\n\n-- Lumbering Horror, fix movement\nUPDATE `creature_template` SET `unit_flags` = 0, `HealthModifier` = 5.4 WHERE `entry` = @LUMBERING_HORROR;\n\n-- Spirit of the Damned, Bone Witch\nUPDATE `creature_template` SET `HealthModifier` = 5 WHERE `entry` IN (@SPIRIT_OF_THE_DAMNED, @BONE_WITCH);\n\n-- Ghoul Berserker, Spectral Soldier, Skeletal Shocktrooper\nUPDATE `creature_template` SET `HealthModifier` = 2.7 WHERE `entry` IN (@GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER);\n\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (16141, 16298, 16299);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(16141, 40110, 40110, 2, 0, 1, 1, 1, 1, 'Ghoul Berserker - Reference Loot - Haunted Memento'),\n(16141, 12841, 0, 35, 0, 1, 0, 1, 1,    'Ghoul Berserker - Invaders Scourgestone'),\n(16141, 22484, 0, 33.64, 0, 1, 0, 1, 1, 'Ghoul Berserker - Necrotic Rune'),\n(16141, 22970, 0, 0.6, 0, 1, 0, 1, 1,   'Ghoul Berserker - A Bloodstained Envelope'),\n(16141, 22972, 0, 0.6, 0, 1, 0, 1, 1,   'Ghoul Berserker - A Careworn Note'),\n(16141, 22973, 0, 0.7, 0, 1, 0, 1, 1,   'Ghoul Berserker - A Crumpled Missive'),\n(16141, 22974, 0, 0.7, 0, 1, 0, 1, 1,   'Ghoul Berserker - A Ragged Page'),\n(16141, 22975, 0, 0.6, 0, 1, 0, 1, 1,   'Ghoul Berserker - A Smudged Document'),\n(16141, 22977, 0, 0.7, 0, 1, 0, 1, 1,   'Ghoul Berserker - A Torn Letter'),\n--\n(16298, 40110, 40110, 2, 0, 1, 1, 1, 1, 'Spectral Soldier - Reference Loot - Haunted Memento'),\n(16298, 12841, 0, 35, 0, 1, 0, 1, 1,    'Spectral Soldier - Invaders Scourgestone'),\n(16298, 22484, 0, 34.26, 0, 1, 0, 1, 1, 'Spectral Soldier - Necrotic Rune'),\n(16298, 22970, 0, 0.7, 0, 1, 0, 1, 1,   'Spectral Soldier - A Bloodstained Envelope'),\n(16298, 22972, 0, 0.7, 0, 1, 0, 1, 1,   'Spectral Soldier - A Careworn Note'),\n(16298, 22973, 0, 0.6, 0, 1, 0, 1, 1,   'Spectral Soldier - A Crumpled Missive'),\n(16298, 22974, 0, 0.8, 0, 1, 0, 1, 1,   'Spectral Soldier - A Ragged Page'),\n(16298, 22975, 0, 0.7, 0, 1, 0, 1, 1,   'Spectral Soldier - A Smudged Document'),\n(16298, 22977, 0, 0.6, 0, 1, 0, 1, 1,   'Spectral Soldier - A Torn Letter'),\n--\n(16299, 40110, 40110, 2, 0, 1, 1, 1, 1, 'Skeletal Shocktrooper - Reference Loot - Haunted Memento'),\n(16299, 12841, 0, 35, 0, 1, 0, 1, 1,    'Skeletal Shocktrooper - Invaders Scourgestone'),\n(16299, 22484, 0, 33.54, 0, 1, 0, 1, 1, 'Skeletal Shocktrooper - Necrotic Rune'),\n(16299, 22970, 0, 0.7, 0, 1, 0, 1, 1,   'Skeletal Shocktrooper - A Bloodstained Envelope'),\n(16299, 22972, 0, 0.7, 0, 1, 0, 1, 1,   'Skeletal Shocktrooper - A Careworn Note'),\n(16299, 22973, 0, 0.6, 0, 1, 0, 1, 1,   'Skeletal Shocktrooper - A Crumpled Missive'),\n(16299, 22974, 0, 0.7, 0, 1, 0, 1, 1,   'Skeletal Shocktrooper - A Ragged Page'),\n(16299, 22975, 0, 0.7, 0, 1, 0, 1, 1,   'Skeletal Shocktrooper - A Smudged Document'),\n(16299, 22977, 0, 0.7, 0, 1, 0, 1, 1,   'Skeletal Shocktrooper - A Torn Letter');\n\n-- no epic drops from Shadow of Doom\nUPDATE `creature_template` SET `lootid` = @SHADOW_OF_DOOM WHERE `entry` = @SHADOW_OF_DOOM;\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (@SHADOW_OF_DOOM);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(@SHADOW_OF_DOOM, 3356, 0, 0.02, 0, 1, 0, 1, 1,   'Shadow of Doom - Kingsblood'),\n(@SHADOW_OF_DOOM, 12843, 0, 100, 0, 1, 0, 1, 1,   'Shadow of Doom - Corruptors Scourgestone'),\n(@SHADOW_OF_DOOM, 22484, 0, 100, 0, 1, 0, 30, 30, 'Shadow of Doom - Necrotic Rune'),\n(@SHADOW_OF_DOOM, 23085, 0, 6.35, 0, 1, 0, 1, 1,  'Shadow of Doom - Robe of Undead Cleansing'),\n(@SHADOW_OF_DOOM, 23087, 0, 6.33, 0, 1, 0, 1, 1,  'Shadow of Doom - Breastplate of Undead Slaying'),\n(@SHADOW_OF_DOOM, 23088, 0, 7.19, 0, 1, 0, 1, 1,  'Shadow of Doom - Chestguard of Undead Slaying'),\n(@SHADOW_OF_DOOM, 23089, 0, 6.33, 0, 1, 0, 1, 1,  'Shadow of Doom - Tunic of Undead Slaying');\n\n-- no epic drops from rares at summoning circles\nUPDATE `creature_template` SET `lootid` = @LUMBERING_HORROR     WHERE `entry` = @LUMBERING_HORROR;\nUPDATE `creature_template` SET `lootid` = @SPIRIT_OF_THE_DAMNED WHERE `entry` = @SPIRIT_OF_THE_DAMNED;\nUPDATE `creature_template` SET `lootid` = @BONE_WITCH           WHERE `entry` = @BONE_WITCH;\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (@LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED,  @BONE_WITCH);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(@LUMBERING_HORROR, 12841, 0, 35, 0, 1, 0, 1, 1,        'Lumbering Horror - Invaders Scourgestone'),\n(@LUMBERING_HORROR, 22484, 0, 50.68, 0, 1, 0, 1, 1,     'Lumbering Horror - Necrotic Rune'),\n(@LUMBERING_HORROR, 23090, 0, 18.81, 0, 1, 0, 1, 1,     'Lumbering Horror - Bracers of Undead Slaying'),\n(@LUMBERING_HORROR, 23091, 0, 22.01, 0, 1, 0, 1, 1,     'Lumbering Horror - Bracers of Undead Cleansing'),\n(@LUMBERING_HORROR, 23092, 0, 20.04, 0, 1, 0, 1, 1,     'Lumbering Horror - Wristguards of Undead Slaying'),\n(@LUMBERING_HORROR, 23093, 0, 19.5, 0, 1, 0, 1, 1,      'Lumbering Horror - Wristwraps of Undead Slaying'),\n(@SPIRIT_OF_THE_DAMNED, 12841, 0, 35, 0, 1, 0, 1, 1,    'Spirit of the Damned - Invaders Scourgestone'),\n(@SPIRIT_OF_THE_DAMNED, 22484, 0, 57.06, 0, 1, 0, 1, 1, 'Spirit of the Damned - Necrotic Rune'),\n(@SPIRIT_OF_THE_DAMNED, 23090, 0, 19.72, 0, 1, 0, 1, 1, 'Spirit of the Damned - Bracers of Undead Slaying'),\n(@SPIRIT_OF_THE_DAMNED, 23091, 0, 20.42, 0, 1, 0, 1, 1, 'Spirit of the Damned - Bracers of Undead Cleansing'),\n(@SPIRIT_OF_THE_DAMNED, 23092, 0, 18.74, 0, 1, 0, 1, 1, 'Spirit of the Damned - Wristguards of Undead Slaying'),\n(@SPIRIT_OF_THE_DAMNED, 23093, 0, 21.54, 0, 1, 0, 1, 1, 'Spirit of the Damned - Wristwraps of Undead Slaying'),\n(@BONE_WITCH, 12841, 0, 35, 0, 1, 0, 1, 1,              'Bone Witch - Invaders Scourgestone'),\n(@BONE_WITCH, 22484, 0, 50.12, 0, 1, 0, 1, 1,           'Bone Witch - Necrotic Rune'),\n(@BONE_WITCH, 23090, 0, 20.68, 0, 1, 0, 1, 1,           'Bone Witch - Bracers of Undead Slaying'),\n(@BONE_WITCH, 23091, 0, 20.68, 0, 1, 0, 1, 1,           'Bone Witch - Bracers of Undead Cleansing'),\n(@BONE_WITCH, 23092, 0, 20.63, 0, 1, 0, 1, 1,           'Bone Witch - Wristguards of Undead Slaying'),\n(@BONE_WITCH, 23093, 0, 20.82, 0, 1, 0, 1, 1,           'Bone Witch - Wristwraps of Undead Slaying');\n\n-- Necropolis Not selectable\nUPDATE `gameobject_template_addon` SET `flags` = 16 WHERE `entry` IN (181154, 181215, 181223, 181373, 181374);\n\n-- Reputation changes\nDELETE FROM `creature_onkill_reputation` WHERE `creature_id` IN (@GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER, @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH, @SHADOW_OF_DOOM);\nINSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, \n`MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES \n(@GHOUL_BERSERKER, 529, 0, 4, 0, 5, 0, 0, 0, 0),\n(@SPECTRAL_SOLDIER, 529, 0, 4, 0, 5, 0, 0, 0, 0),\n(@SKELETAL_SHOCKTROOPER, 529, 0, 4, 0, 5, 0, 0, 0, 0),\n(@LUMBERING_HORROR, 529, 0, 5, 0, 10, 0, 0, 0, 0),\n(@SPIRIT_OF_THE_DAMNED, 529, 0, 5, 0, 10, 0, 0, 0, 0),\n(@BONE_WITCH, 529, 0, 5, 0, 10, 0, 0, 0, 0),\n(@SHADOW_OF_DOOM, 529, 0, 5, 0, 50, 0, 0, 0, 0);\n\n\n/*-- Smart AI --*/\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(@CULTIST_ENGINEER, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER, 16422, 16423, 16437, 16438,\n @SEVER, @BALZAPHON, @LADY_FALTHERESS, @REVANCHION, @SCORN, @LORD_BLACKWOOD, @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH);\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` IN \n(@CULTIST_ENGINEER, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER, 16422, 16423, 16437, 16438,\n @SEVER, @BALZAPHON, @LADY_FALTHERESS, @REVANCHION, @SCORN, @LORD_BLACKWOOD, @LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, \n`event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n\n(@SEVER, 0, 0, 0, 0, 0, 100, 0, 3000, 10000, 8000, 20000, 0, 0, 11, 17745, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Sever - In Combat - Cast Diseased Spit'),\n(@SEVER, 0, 1, 0, 0, 0, 100, 0, 15000, 18000, 135000, 138000, 0, 0, 11, 8269, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Sever - In Combat - Cast Enrage'),\n(@BALZAPHON, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 12542, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0,               'Balzaphon - In Combat - Cast Fear'),\n(@BALZAPHON, 0, 1, 0, 0, 0, 100, 0, 0, 1000, 3000, 4000, 0, 0, 11, 16799, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Balzaphon - In Combat - Cast Frostbolt'),\n(@BALZAPHON, 0, 2, 0, 0, 0, 100, 0, 5000, 10000, 13000, 21000, 0, 0, 11, 8398, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Balzaphon - In Combat - Cast Frostbolt Volley'),\n(@LADY_FALTHERESS, 0, 0, 0, 0, 0, 100, 0, 1000, 12000, 18000, 24000, 0, 0, 11, 17105, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Lady Faltheress - In Combat - Cast Banshee Curse'),\n(@LADY_FALTHERESS, 0, 1, 0, 0, 0, 100, 0, 4000, 15000, 15000, 25000, 0, 0, 11, 16838, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Lady Faltheress - In Combat - Cast Banshee Shriek'),\n(@LADY_FALTHERESS, 0, 2, 0, 0, 0, 100, 0, 4000, 15000, 15000, 25000, 0, 0, 11, 22743, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Lady Faltheress - In Combat - Cast Ribbon of Souls'),\n(@REVANCHION, 0, 0, 0, 106, 0, 100, 0, 4000, 9000, 8000, 15000, 0, 10, 11, 14907, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Revanchion - In Combat - Cast Frost Nova'),\n(@REVANCHION, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 15000, 17000, 0, 0, 11, 15245, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Revanchion - In Combat - Cast Shadow Bolt Volley'),\n(@SCORN, 0, 0, 0, 106, 0, 100, 0, 4000, 9000, 8000, 15000, 0, 10, 11, 14907, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scorn - In Combat - Cast Frost Nova'),\n(@SCORN, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 13000, 21000, 0, 0, 11, 8398, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Scorn - In Combat - Cast Frostbolt Volley'),\n(@SCORN, 0, 2, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 28873, 1, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                   'Scorn - In Combat - Cast Lich Slap'),\n(@SCORN, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 232, 146930, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                              'Scorn - On Respawn - Start Patrol Path'),\n(@SCORN, 0, 4, 0, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                    'Scorn - On AI Init - Despawn Self '),\n(@LORD_BLACKWOOD, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 5, 30, 11, 21390, 0, 0, 0, 0, 0, 25, 30, 0, 0, 0, 0, 0, 0, 0,              'Lord Blackwood - On Victim In Range - Cast Multi-Shot'), \n(@LORD_BLACKWOOD, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 11972, 1, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,          'Lord Blackwood - In Combat - Cast Shield Bash'),\n(@LORD_BLACKWOOD, 0, 2, 0, 106, 0, 100, 0, 13000, 13000, 15000, 15000, 0, 5, 11, 7964, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Lord Blackwood - In Combat - Cast Smoke Bomb'),\n--\n(@CULTIST_ENGINEER, 0, 0, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 190, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cultist Engineer - On Respawn - Set Faction 190'),\n(@CULTIST_ENGINEER, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 36, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Cultist Engineer - On Respawn - Set guid to Cultist Engineer'),\n(@CULTIST_ENGINEER, 0, 2, 0, 1, 0, 100, 0, 1000, 2000, 0, 0, 0, 0, 11, 47850, 3, 6, 0, 0, 0, 9, @NECROTIC_SHARD, 0, 15, 1, 0, 0, 0, 0, 'Cultist Engineer - Out of Combat - Cast Scourge Beam'), -- wrong spell, visual incorrect\n(@CULTIST_ENGINEER, 0, 3, 4, 62, 0, 100, 0, 66000, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cultist Engineer - On Gossip Option 0 Selected - Say Line 1'),\n(@CULTIST_ENGINEER, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 57, 22484, 8, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Cultist Engineer - On Gossip Option 0 Selected - Remove 8 Necrotic Runes'),\n(@CULTIST_ENGINEER, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 36, @SHADOW_OF_DOOM, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Cultist Engineer - On Gossip Option 0 Selected - Set guid to Shadow of Doom'),\n(@CULTIST_ENGINEER, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 142, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cultist Engineer - On Gossip Option 0 Selected - Set Health 100%'),\n(@CULTIST_ENGINEER, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Cultist Engineer - On Gossip Option 0 Selected - Set Faction 14'),\n(@CULTIST_ENGINEER, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Cultist Engineer - On Gossip Option 0 Selected - Start Attacking'),\n(@CULTIST_ENGINEER, 0, 9, 0, 0, 0, 100, 0, 4000, 7000, 9000, 12000, 0, 0, 11, 16568, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Shadow of Doom - In Combat - Cast Mind Flay'),\n(@CULTIST_ENGINEER, 0, 10, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 12542, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0,       'Shadow of Doom - In Combat - Cast Fear'),\n--\n(@LUMBERING_HORROR, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 12000, 15000, 0, 0, 11, 16790, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Lumbering Horror - In Combat - Cast Knockdown'),\n(@LUMBERING_HORROR, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Lumbering Horror - In Combat - Cast Scourge Strike'),\n(@LUMBERING_HORROR, 0, 2, 0, 0, 0, 100, 0, 3200, 11900, 11500, 16100, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Lumbering Horror - In Combat - Cast Trample'),\n(@LUMBERING_HORROR, 0, 3, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28032, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lumbering Horror - On Just Died - Cast Zap Crystal'),\n(@LUMBERING_HORROR, 0, 4, 0, 8, 0, 100, 0, 17680, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Lumbering Horror - On Spellhit Spirit Spawn-out - Despawn In 3000 ms'),\n(@SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 16243, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Spirit of the Damned - In Combat - Cast Ribbon of Souls'),\n(@SPIRIT_OF_THE_DAMNED, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Spirit of the Damned - In Combat - Cast Scourge Strike'),\n(@SPIRIT_OF_THE_DAMNED, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28032, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Spirit of the Damned - On Just Died - Cast Zap Crystal'),\n(@SPIRIT_OF_THE_DAMNED, 0, 3, 0, 8, 0, 100, 0, 17680, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Spirit of the Damned - On Spellhit Spirit Spawn-out - Despawn In 3000 ms'),\n(@BONE_WITCH, 0, 0, 0, 25, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 32900, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Bone Witch - On Respawn - Cast Bone Shards'),\n(@BONE_WITCH, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Bone Witch - In Combat - Cast Scourge Strike'),\n(@BONE_WITCH, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28032, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                            'Bone Witch - On Just Died - Cast Zap Crystal'),\n(@BONE_WITCH, 0, 3, 0, 8, 0, 100, 0, 17680, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bone Witch - On Spellhit Spirit Spawn-out - Despawn In 3000 ms'),\n--\n(16422, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Skeletal Soldier - In Combat - Cast Scourge Strike'),\n(16423, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Spectral Apparition - In Combat - Cast Scourge Strike'),\n(16437, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Spectral Spirit - In Combat - Cast Scourge Strike'), \n(16438, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Skeletal Trooper - In Combat - Cast Scourge Strike'),\n--\n(@GHOUL_BERSERKER, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 24000, 0, 0, 11, 7367, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Ghoul Berserker - In Combat - Cast Infected Bite'),\n(@GHOUL_BERSERKER, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Ghoul Berserker - In Combat - Cast Scourge Strike'),\n(@GHOUL_BERSERKER, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28032, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ghoul Berserker - On Just Died - Cast Zap Crystal'),\n(@GHOUL_BERSERKER, 0, 3, 0, 8, 0, 100, 0, 17680, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Ghoul Berserker - On Spellhit Spirit Spawn-out - Despawn In 3000 ms'),\n(@SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 100, 0, 2000, 10000, 10000, 20000, 0, 0, 11, 13444, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Spectral Soldier - In Combat - Cast Sunder Armor'),\n(@SPECTRAL_SOLDIER, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Spectral Soldier - In Combat - Cast Scourge Strike'),\n(@SPECTRAL_SOLDIER, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28032, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Skeletal Soldier - On Just Died - Cast Zap Crystal'),\n(@SPECTRAL_SOLDIER, 0, 3, 0, 8, 0, 100, 0, 17680, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Spectral Soldier - On Spellhit Spirit Spawn-out - Despawn In 3000 ms'),\n(@SKELETAL_SHOCKTROOPER, 0, 0, 0, 25, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 32900, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Skeletal Shocktrooper - On Respawn - Cast Bone Shards'),\n(@SKELETAL_SHOCKTROOPER, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 10000, 12000, 0, 0, 11, 55090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Skeletal Shocktrooper - In Combat - Cast Scourge Strike'),\n(@SKELETAL_SHOCKTROOPER, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28032, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Skeletal Shocktrooper - On Just Died - Cast Zap Crystal'),\n(@SKELETAL_SHOCKTROOPER, 0, 3, 0, 8, 0, 100, 0, 17680, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Skeletal Shocktrooper - On Spellhit Spirit Spawn-out - Despawn In 3000 ms');\n\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND  `SourceGroup` = 9 AND `SourceEntry` = 4543; -- 00_cleanup\n\nDELETE FROM `creature_addon` WHERE `guid` IN (660595);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(660595, 146930, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (146930);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(146930, 1, 1798.01, 1312.39, 18.69,  NULL, 0, 0, 0, 100, 0),\n(146930, 2, 1805.39, 1323.66, 18.91,  NULL, 0, 0, 0, 100, 0),\n(146930, 3, 1797.70, 1383.27, 18.76,  NULL, 0, 0, 0, 100, 0),\n(146930, 4, 1805.39, 1323.66, 18.91,  NULL, 0, 0, 0, 100, 0),\n(146930, 5, 1798.01, 1312.39, 18.69,  NULL, 0, 0, 0, 100, 0),\n(146930, 6, 1798.01, 1223.17, 18.274, NULL, 0, 0, 0, 100, 0);\n\n\n/*-- Quests --*/\n\n-- Lieutenants, Investigate the Scourge\nUPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` IN (9260, 9261, 9262); -- Stormwind, Ironforge, Darnassus, Exodar(12817)\nUPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` IN (9263, 9264, 9265);  -- Orgrimmar, Thunder Bluff, Undercity, Silvermoon(12816)\nUPDATE `quest_template` SET `Flags` = 8, `RequiredNpcOrGo1` = 0 WHERE `ID` IN (9260, 9261, 9262, 9263, 9264, 9265);\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (9260, 9261, 9262, 9263, 9264, 9265);\n\nUPDATE `creature_template` SET `npcflag` = 2 WHERE `entry` IN \n(@LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA);\n\nDELETE FROM `creature_queststarter` WHERE `quest` IN (9260, 9261, 9262, 9263, 9264, 9265) AND `id` IN \n(@LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(@LIEUTENANT_ORRIN, 9260),\n(@LIEUTENANT_NEVELL, 9261),\n(@LIEUTENANT_LISANDE, 9264),\n(@LIEUTENANT_DAGEL, 9263),\n(@LIEUTENANT_RUKAG, 9265),\n(@LIEUTENANT_BEITHA, 9262);\n\nDELETE FROM `creature_questender` WHERE `quest` IN (9260, 9261, 9262, 9263, 9264, 9265) AND `id` IN \n(@LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(@LIEUTENANT_ORRIN, 9260),\n(@LIEUTENANT_NEVELL, 9261),\n(@LIEUTENANT_LISANDE, 9264),\n(@LIEUTENANT_DAGEL, 9263),\n(@LIEUTENANT_RUKAG, 9265),\n(@LIEUTENANT_BEITHA, 9262);\n\n-- Hide Investigate the Scourge quests, until progression level 6, to prevent bots from picking it up\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (9260, 9261, 9262, 9263, 9264, 9265);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(19, 0, 9260, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Investigate the Scourge\\' until progression level 6'),\n(19, 0, 9261, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Investigate the Scourge\\' until progression level 6'),\n(19, 0, 9262, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Investigate the Scourge\\' until progression level 6'),\n(19, 0, 9263, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Investigate the Scourge\\' until progression level 6'),\n(19, 0, 9264, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Investigate the Scourge\\' until progression level 6'),\n(19, 0, 9265, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Investigate the Scourge\\' until progression level 6');\n\nSET @AGUID    := 6000;\n\nDELETE FROM `areatrigger` WHERE `entry` IN (@AGUID+1, @AGUID+2, @AGUID+3, @AGUID+4, @AGUID+5, @AGUID+6, @AGUID+7, @AGUID+8, @AGUID+9);\n/*\nINSERT INTO `areatrigger` (`entry`, `map`, `x`, `y`, `z`, `radius`) VALUES\n(@AGUID+1, 0, -9118.92, 330.1, 93.198, 10),     -- Stormwind\n(@AGUID+2, 0, -9061.46, 349.666, 93.1098, 10),  -- Stormwind\n(@AGUID+3, 0, -5163.2, -645.852, 396.992, 10),  -- Ironforge\n(@AGUID+4, 0, -5175.25, -588.093, 397.984, 10), -- Ironforge\n(@AGUID+5, 1, 9948.02, 1932.39, 1328.69, 10),   -- Darnassus\n(@AGUID+6, 1, 1217.81, -4339.42, 20.8739, 10),  -- Orgrimmar\n(@AGUID+7, 1, 1169.62, -4320.03, 20.8739, 10),  -- Orgrimmar\n(@AGUID+8, 1, -1535.21, 68.198, 1.9512, 10),    -- Thunder Bluff\n(@AGUID+9, 0, 1980.01, 305.231, 41.1893, 10);   -- Undercity\n*/\n\nDELETE FROM `areatrigger_involvedrelation` WHERE `quest` IN (9260, 9261, 9262, 9263, 9264, 9265);\n/*\nINSERT INTO `areatrigger_involvedrelation` (`id`, `quest`) VALUES\n(@AGUID+1, 9260), -- Stormwind\n(@AGUID+2, 9260), -- Stormwind\n(@AGUID+3, 9261), -- Ironforge\n(@AGUID+4, 9261), -- Ironforge\n(@AGUID+5, 9262), -- Darnassus\n(@AGUID+6, 9263), -- Orgrimmar\n(@AGUID+7, 9263), -- Orgrimmar\n(@AGUID+8, 9264), -- Thunder Bluff\n(@AGUID+9, 9265); -- Undercity\n*/\n    \n-- Necrotic Crystal item quests\nDELETE FROM `creature_questender` WHERE `quest` IN (9292, 9310) AND `id` IN (@LIEUTENANT_ORRIN, @LIEUTENANT_RUKAG);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(@LIEUTENANT_ORRIN, 9292),\n(@LIEUTENANT_RUKAG, 9310);\n\nDELETE FROM `creature_queststarter` WHERE `quest` = 9154 AND `id` IN (@ARGENT_RECRUITER, @ARGENT_SCOUT);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(@ARGENT_RECRUITER, 9154),\n(@ARGENT_SCOUT, 9154);\n\nDELETE FROM `creature_questender` WHERE `quest` = 9154 AND `id` IN (@KEEPER_OF_THE_ROLLS);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(@KEEPER_OF_THE_ROLLS, 9154);\n\n-- Argent Quartermaster and Outfitter\nUPDATE `creature_template` SET `npcflag` = 3   WHERE `entry` = @ARGENT_QUARTERMASTER;\nUPDATE `creature_template` SET `npcflag` = 131 WHERE `entry` = @ARGENT_OUTFITTER;\n-- DELETE FROM `npc_vendor` WHERE `entry` IN (@ARGENT_QUARTERMASTER, @ARGENT_OUTFITTER); -- they aren't vendors in vanilla\n\nDELETE FROM `creature_queststarter` WHERE `quest` IN\n(9094, 9317, 9318, 9321, 9337, 9341,  -- Alliance\n 9333, 9334, 9335, 9336, 9320, 9343); -- Horde\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES\n(@ARGENT_QUARTERMASTER, 9094), (@ARGENT_QUARTERMASTER, 9317), (@ARGENT_QUARTERMASTER, 9318), (@ARGENT_QUARTERMASTER, 9321), (@ARGENT_QUARTERMASTER, 9337), (@ARGENT_QUARTERMASTER, 9341),\n(@ARGENT_OUTFITTER, 9333), (@ARGENT_OUTFITTER, 9334), (@ARGENT_OUTFITTER, 9335), (@ARGENT_OUTFITTER, 9336), (@ARGENT_OUTFITTER, 9320), (@ARGENT_OUTFITTER, 9343);\n\nDELETE FROM `creature_questender` WHERE `quest` IN \n(9094, 9317, 9318, 9321, 9337, 9341,  -- Alliance\n 9320, 9333, 9334, 9335, 9336, 9343); -- Horde\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES\n(@ARGENT_QUARTERMASTER, 9094), (@ARGENT_QUARTERMASTER, 9317), (@ARGENT_QUARTERMASTER, 9318), (@ARGENT_QUARTERMASTER, 9321), (@ARGENT_QUARTERMASTER, 9337), (@ARGENT_QUARTERMASTER, 9341),\n(@ARGENT_OUTFITTER, 9333), (@ARGENT_OUTFITTER, 9334), (@ARGENT_OUTFITTER, 9335), (@ARGENT_OUTFITTER, 9336), (@ARGENT_OUTFITTER, 9320), (@ARGENT_OUTFITTER, 9343);\n\nUPDATE `quest_template` SET `QuestType` = 2, `QuestSortID` = -368, `AllowableRaces` = 1101 WHERE `ID` IN (9094, 9317, 9318, 9321, 9337, 9341);\nUPDATE `quest_template` SET `QuestType` = 2, `QuestSortID` = -368, `AllowableRaces` = 690  WHERE `ID` IN (9333, 9334, 9335, 9336, 9320, 9343);\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 1 WHERE `ID` IN -- make quests repeatable\n(9094, 9317, 9318, 9321, 9337, 9341,  -- Alliance\n 9333, 9334, 9335, 9336, 9320, 9343); -- Horde\n\nDELETE FROM `quest_request_items` WHERE `ID` IN (9295, 9299, 9300, 9301, 9302, 9304);\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES\n(9295, 1, 0, 'Yes? What do you have there?', 12340),\n(9299, 1, 0, 'Yes? What do you have there?', 12340),\n(9300, 1, 0, 'Yes? What do you have there?', 12340),\n(9301, 1, 0, 'Yes? What do you have there?', 12340),\n(9302, 1, 0, 'Yes? What do you have there?', 12340),\n(9304, 1, 0, 'Yes? What do you have there?', 12340);\n\n-- Keeper of the Rolls <The Argent Dawn>\nDELETE FROM `quest_mail_sender` WHERE `QuestId` IN (9295, 9299, 9300, 9301, 9302, 9304);\nINSERT INTO `quest_mail_sender` (`QuestId`, `RewardMailSenderEntry`) VALUES \n(9295, @KEEPER_OF_THE_ROLLS), -- Joanna Whitehall / Orphan Matron Nightingale\n(9299, @KEEPER_OF_THE_ROLLS), -- Alexander Calder / Deze Snowbane\n(9300, @KEEPER_OF_THE_ROLLS), -- Miles Welsh / Elissa Dumas\n(9301, @KEEPER_OF_THE_ROLLS), -- Zarena Cromwind\n(9302, @KEEPER_OF_THE_ROLLS), -- Garon Hutchins\n(9304, @KEEPER_OF_THE_ROLLS); -- Caretaker Alen\n\nDELETE FROM `creature_questender` WHERE `id` = @KEEPER_OF_THE_ROLLS AND `quest` IN (9295, 9299, 9300, 9301, 9302, 9304);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES \n(@KEEPER_OF_THE_ROLLS, 9295),\n(@KEEPER_OF_THE_ROLLS, 9299),\n(@KEEPER_OF_THE_ROLLS, 9300),\n(@KEEPER_OF_THE_ROLLS, 9301),\n(@KEEPER_OF_THE_ROLLS, 9302),\n(@KEEPER_OF_THE_ROLLS, 9304);\n\n\nDELETE FROM `quest_template_addon` WHERE `ID` IN (9295, 9299, 9300, 9301, 9302, 9304);\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES\n(9295, 0, 0, 0, 0, 0, 0, 172, 604800, 0, 0, 0, 0, 0, 0, 1, 0), -- 7 days delay\n(9299, 0, 0, 0, 0, 0, 0, 173, 604800, 0, 0, 0, 0, 0, 0, 1, 0),\n(9300, 0, 0, 0, 0, 0, 0, 174, 604800, 0, 0, 0, 0, 0, 0, 1, 0),\n(9301, 0, 0, 0, 0, 0, 0, 175, 604800, 0, 0, 0, 0, 0, 0, 1, 0),\n(9302, 0, 0, 0, 0, 0, 0, 176, 604800, 0, 0, 0, 0, 0, 0, 1, 0),\n(9304, 0, 0, 0, 0, 0, 0, 177, 604800, 0, 0, 0, 0, 0, 0, 1, 0);\n\n/* no longer needed, this is now done by AzerothCore\nDELETE FROM `mail_loot_template` WHERE `Entry` IN (172, 173, 174, 175, 176, 177);\nINSERT INTO `mail_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(172, 23010, 0, 100, 0, 1, 0, 1, 1, 'Research Report'), -- Joanna Whitehall / Orphan Matron Nightingale\n(173, 23008, 0, 100, 0, 1, 0, 1, 1, 'Research Report'), -- Alexander Calder / Deze Snowbane\n(174, 23011, 0, 100, 0, 1, 0, 1, 1, 'Research Report'), -- Miles Welsh / Elissa Dumas\n(175, 23013, 0, 100, 0, 1, 0, 1, 1, 'Research Report'), -- Zarena Cromwind\n(176, 23012, 0, 100, 0, 1, 0, 1, 1, 'Research Report'), -- Garon Hutchins\n(177, 23016, 0, 100, 0, 1, 0, 1, 1, 'Research Report'); -- Caretaker Alen\n*/\n\n\n/**-- Text Updates --**/\n\nUPDATE `quest_request_items` SET `CompletionText` = 'Have you investigated the invasion yet? There\\'s no time for dawdling!' WHERE `ID` IN \n(9260, 9261, 9262, 9263, 9264, 9265);\n\nUPDATE `quest_request_items` SET `CompletionText` = 'You\\'ve come to join our order, have you not?' WHERE `ID` = 9154;\n\n-- Alliance Quartermaster and Horde Outfitter Quests\nUPDATE `quest_template` SET `LogDescription` = 'Collect 30 Necrotic Runes.', `QuestDescription` = 'If you bring me thirty necrotic runes, I will give you your choice of hand protection in return. These should prove valuable in our fight against the undead Scourge.' WHERE `ID` IN (9094, 9333);\nUPDATE `quest_template` SET `LogDescription` = 'Collect 8 Necrotic Runes.',  `QuestDescription` = 'If you bring me eight necrotic runes from the Scourge invaders, I can give you a consecrated sharpening stone. It should be of great help in your battle against the minions of the Lich King.' WHERE `ID` IN (9317, 9335);\nUPDATE `quest_template` SET `LogDescription` = 'Collect 8 Necrotic Runes.',  `QuestDescription` = 'In exchange for the necrotic runes of the Scourge invaders, the Argent Dawn will give you one vial of blessed wizard oil.' WHERE `ID` IN (9318, 9334);\nUPDATE `quest_template` SET `LogDescription` = 'Collect 15 Necrotic Runes.', `QuestDescription` = 'In addition to our other supplies, we also have a number of major healing potions you may find useful. I will give you one in exchange for fifteen necrotic runes.' WHERE `ID` IN (9321, 9336);\nUPDATE `quest_template` SET `LogDescription` = 'Collect 15 Necrotic Runes.', `QuestDescription` = 'In addition to our other supplies, we also have a number of major mana potions you may find useful. I will give you one in exchange for fifteen necrotic runes.' WHERE `ID` IN (9320, 9337);\nUPDATE `quest_template` SET `LogDescription` = 'Collect 10 Necrotic Runes.', `QuestDescription` = 'You have aided our cause greatly, $N. If you wish, I can make available the tabard of the Argent Dawn. We are proud to have you among our allies.' WHERE `ID` IN (9341, 9343);\n\nDELETE FROM `quest_offer_reward` WHERE `ID` IN\n(9094, 9317, 9318, 9321, 9337, 9341,  -- Alliance\n 9320, 9333, 9334, 9335, 9336, 9343); -- Horde\nINSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES \n(9094, 0, 0, 0, 0, 0, 0, 0, 0, 'You\\'ve done well, $N. Take your pick of hand protection in thanks for your efforts.', NULL),\n(9317, 0, 0, 0, 0, 0, 0, 0, 0, 'Thank you, $N. Here are your consecrated sharpening stones. Use them prudently.', NULL),\n(9318, 0, 0, 0, 0, 0, 0, 0, 0, 'I hope that you will find these items useful in future battles.', NULL),\n(9320, 0, 0, 0, 0, 0, 0, 0, 0, 'Here you are, $N. Be careful out there. Our numbers are not so large we can afford many battlefield casualties.', NULL),\n(9321, 0, 0, 0, 0, 0, 0, 0, 0, 'Here you are, $N. Be careful out there. Our numbers are not so large we can afford many battlefield casualties.', NULL),\n(9333, 0, 0, 0, 0, 0, 0, 0, 0, 'You\\'ve done well, $N. Take your pick of hand protection in thanks for your efforts.', NULL),\n(9334, 0, 0, 0, 0, 0, 0, 0, 0, 'I hope that you will find these items useful in future battles.', NULL),\n(9335, 0, 0, 0, 0, 0, 0, 0, 0, 'Thank you, $N. Here are your consecrated sharpening stones. Use them prudently.', NULL),\n(9336, 0, 0, 0, 0, 0, 0, 0, 0, 'Here you are, $N. Be careful out there. Our numbers are not so large we can afford many battlefield casualties.', NULL),\n(9337, 0, 0, 0, 0, 0, 0, 0, 0, 'Here you are, $N. Be careful out there. Our numbers are not so large we can afford many battlefield casualties.', NULL),\n(9341, 0, 0, 0, 0, 0, 0, 0, 0, 'Take this tabard and wear it proudly. Perhaps your deeds might inspire others to take up arms in support of our fight against the Scourge.', NULL),\n(9343, 0, 0, 0, 0, 0, 0, 0, 0, 'Take this tabard and wear it proudly. Perhaps your deeds might inspire others to take up arms in support of our fight against the Scourge.', NULL);\n\n\nDELETE FROM `npc_text` WHERE `ID` = 66000;\nINSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`) VALUES \n(66000, 'The cultist is in a deep trance...', 'The cultist is in a deep trance...');\n\nDELETE FROM `gossip_menu` WHERE `MenuID` = 66000;\nINSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (66000, 66000);\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` = 66000;\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, \n`ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES \n(66000, 0, 0, 'Use 8 necrotic runes and disrupt his ritual.', 0, 1, 1, 0, 0, 0, 0, NULL, 0, 0); \n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 66000;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(15, 66000, 0, 0, 0, 2, 0, 22484, 8, 0, 0, 0, 0, '', 'Cultist Engineer - Show gossip only if the player has 8 Necrotic Runes');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = @CULTIST_ENGINEER AND `GroupID` = 1;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(@CULTIST_ENGINEER, 1, 0, 'These heroics mean nothing, $c.  Your future is sealed and your soul is doomed to servitude!', 12, 0, 100, 0, 0, 0, 12421, 0, 'Cultist Engineer');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = @SHADOW_OF_DOOM AND `GroupID` = 0;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(@SHADOW_OF_DOOM, 0, 0, '', 12, 0, 0, 0, 0, 0, 12420, 0, 'Shadow of Doom Aggro 1'),\n(@SHADOW_OF_DOOM, 0, 1, '', 12, 0, 0, 0, 0, 0, 12421, 0, 'Shadow of Doom Aggro 2'),\n(@SHADOW_OF_DOOM, 0, 2, '', 12, 0, 0, 0, 0, 0, 12422, 0, 'Shadow of Doom Aggro 3'),\n(@SHADOW_OF_DOOM, 0, 3, '', 12, 0, 0, 0, 0, 0, 12243, 0, 'Shadow of Doom Aggro 4');\n"
  },
  {
    "path": "data/sql/world/base/si_creatures.sql",
    "content": "/*-- SCOURGE INVASION - CREATURES --*/\n\nSET @CGUID    := 660000;\nSET @IPPPHASE := 65536;\n\nSET @ARGENT_RECRUITER      := 616241;\nSET @ARGENT_SCOUT          := 616255;\nSET @ARGENT_EMISSARY       := 616285;\nSET @ARGENT_MESSENGER      := 616359;\nSET @ARGENT_QUARTERMASTER  := 616786;\nSET @ARGENT_OUTFITTER      := 616787;\n--\nSET @KEEPER_OF_THE_ROLLS   := 616281;\nSET @COMMANDER_THOMAS      := 616361;\nSET @LIEUTENANT_ORRIN      := 616478;\nSET @LIEUTENANT_NEVELL     := 616484;\nSET @LIEUTENANT_LISANDE    := 616490;\nSET @LIEUTENANT_DAGEL      := 616493;\nSET @LIEUTENANT_RUKAG      := 616494;\nSET @LIEUTENANT_BEITHA     := 616495;\n-- common\nSET @NECROTIC_SHARD        := 616136;\nSET @CULTIST_ENGINEER      := 616230;\nSET @GHOUL_BERSERKER       := 616141;\nSET @SPECTRAL_SOLDIER      := 616298;\nSET @SKELETAL_SHOCKTROOPER := 616299;\n-- rares\nSET @SPIRIT_OF_THE_DAMNED  := 616379;\nSET @BONE_WITCH            := 616380;\nSET @LUMBERING_HORROR      := 614697;\n-- dungeon\nSET @SEVER                 := 614682;\nSET @BALZAPHON             := 614684;\nSET @LADY_FALTHERESS       := 614686;\nSET @REVANCHION            := 614690;\nSET @SCORN                 := 614693;\nSET @LORD_BLACKWOOD        := 614695;\n\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+1720;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n\n-- Skeletal Soldier\n(@CGUID,   16422, 0, 0, 0, 0, 0, 1, 1, 0, -9225.41, 354.81, 73.3402, 0.366519, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+1, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9226.52, 257.796, 72.3674, 5.27089, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+2, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9223.56, 323.409, 73.3968, 2.61799, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+3, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9214.36, 360.779, 72.6132, 2.03618, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+4, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9209.55, 353.762, 73.849, 1.23918, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+5, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9208.3, 324.625, 73.6151, 3.94444, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+6, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9207.19, 255.207, 73.9707, 4.55531, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+7, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9206.37, 426.964, 89.4854, 4.14536, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+8, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9190.32, 424.626, 91.5562, 4.03192, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+9, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9172.39, 408.574, 89.669, 0.600246, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+10, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9156.01, 408.665, 92.177, 4.84357, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+11, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9153.97, 408.422, 92.5331, 2.76085, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9139.32, 340.707, 92.0264, 1.01229, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+13, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9123.93, 308.548, 93.2522, 4.09884, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+14, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9109.42, 357.807, 93.6503, 2.70421, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+15, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9108.85, 325.219, 93.3783, 4.01843, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+16, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9110.32, 341.523, 93.5801, 0.0180196, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+17, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9094.11, 308.377, 94.9155, 2.21233, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+18, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9076.53, 355.622, 94.0187, 4.85548, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+19, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9074.97, 304.922, 92.7926, 1.58089, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+20, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9073.69, 339.895, 93.1489, 1.05052, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+21, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9066.52, 324.993, 93.4538, 1.60096, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+22, 16422, 0, 0, 0, 0, 0, 1, 1, 0, -9060.14, 340.087, 93.8768, 2.11632, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+23, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 1958.5, 307.881, 40.707, 1.94406, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+24, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 1974.25, 341.438, 41.4593, 1.05711, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+25, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 1977.65, 323.949, 39.8178, 2.22497, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+26, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 1992.23, 291.987, 45.7473, 4.00686, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+27, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 2009.02, 309.944, 44.3937, 4.32473, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+28, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 2007.28, 277.22, 47.5046, 1.14734, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+29, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 2011.66, 322.469, 43.3085, 1.44862, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+30, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 2011.09, 343.75, 41.5145, 1.23853, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+31, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 2025.8, 310.15, 48.1345, 3.89455, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+32, 16422, 0, 0, 0, 0, 0, 1, 1, 0, 2025.08, 293.85, 50.4982, 3.73421, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n\n-- Spectral Apparition\n(@CGUID+33, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9241.08, 322.691, 74.4411, 3.57792, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+34, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9226.37, 306.575, 74.5378, 2.75762, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+35, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9225.49, 373.623, 73.1641, 5.89921, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+36, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9222.97, 409.064, 86.3431, 4.76326, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+37, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9223.56, 339.456, 73.8513, 4.71239, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+38, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9219.44, 365.277, 72.2192, 5.93848, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+39, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9208.61, 307.017, 74.7344, 2.75762, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+40, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9207.78, 339.332, 72.7628, 3.07178, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+41, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9192.88, 357.69, 75.1755, 0.0872665, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+42, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9190.56, 374.964, 74.6175, 5.61996, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+43, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9173.54, 393.35, 85.455, 3.99305, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+44, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9126.39, 325.608, 93.5681, 5.57384, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+45, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9127.29, 339.268, 93.9964, 1.05193, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+46, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9125.72, 356.334, 93.168, 3.68107, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+47, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9108.16, 308.57, 93.9508, 5.85173, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+48, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9091.68, 341.222, 94.2467, 4.92252, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+49, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9091.55, 326.751, 94.2161, 0.877631, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+50, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9059.74, 357.756, 93.1185, 0.0629808, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+51, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9047.96, 339.823, 94.8636, 0.472567, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+52, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9045.48, 355.503, 94.379, 4.06777, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+53, 16423, 0, 0, 0, 0, 0, 1, 1, 0, -9044, 323.21, 93.7645, 3.66519, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+54, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1959.11, 339.51, 39.5347, 3.07178, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+55, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1959.47, 324.664, 39.1019, 5.89921, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+56, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1975.08, 310.348, 41.0603, 4.04916, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+57, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1977.61, 292.986, 41.515, 5.68878, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+58, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1992.29, 277.838, 47.1022, 2.48893, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+59, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1990.49, 345.272, 40.0696, 1.65913, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+60, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1992.55, 310.513, 41.3644, 4.70379, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+61, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 1997.95, 299.77, 44.6081, 0.692723, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+62, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 2001.88, 329.076, 40.9497, 5.48828, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+63, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 2010.31, 292.357, 47.9491, 5.46729, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+64, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 2025.48, 326.184, 46.5013, 3.27346, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+65, 16423, 0, 0, 0, 0, 0, 1, 1, 0, 2041.46, 326.857, 50.2251, 2.88294, 120, 3, 0, 152, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n\n-- Spectral Spirit\n(@CGUID+66, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5208.49, -576.049, 400.961, 4.15947, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+67, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5193.44, -608.284, 398.297, 0.593264, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+68, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5193.28, -638.902, 403.036, 3.00478, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+69, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5194.43, -559.338, 396.88, 1.14633, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+70, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5193.22, -574.374, 398.728, 5.74848, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+71, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5176.13, -624.952, 396.463, 5.98386, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+72, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5172.85, -666.148, 408.721, 1.18356, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+73, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5159.11, -659.359, 401.477, 0.618696, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+74, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5159.66, -606.987, 399.423, 5.30307, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+75, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5157.64, -589.138, 399.107, 0.0929254, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+76, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5141.73, -625.044, 396, 2.51587, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+77, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5138.2, -640.783, 396.344, 3.21955, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+78, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5126.87, -672.696, 408.134, 2.83411, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+79, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5125.61, -572.409, 403.128, 4.56886, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+80, 16437, 0, 0, 0, 0, 0, 1, 1, 0, -5124.48, -608.489, 398.888, 0.292252, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+81, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1575.6, 44.6215, 1.63601, 3.02242, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+82, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1574.84, 77.7345, -7.23697, 2.74253, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+83, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1575.05, 23.9854, 4.85027, 4.3839, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+84, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1558.53, 41.1742, 7.06617, 1.16937, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+85, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1557.58, -22.776, 8.83432, 0.884217, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+86, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1542.25, 57.6243, 3.68054, 3.77022, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+87, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1541.86, 89.9928, -0.836067, 0.837758, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+88, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1541.74, 24.4095, 12.7886, 3.24659, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+89, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1523.54, 54.8383, 6.13107, 0.125006, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+90, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1523.32, 42.4703, 10.2417, 0.774447, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+91, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1509.16, 92.1356, 3.19217, 4.27606, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+92, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1506.54, 76.2188, 6.25629, 0.750718, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+93, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1489.36, 58.1138, 12.7463, 2.78068, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+94, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1489.11, 91.5441, 6.36338, 5.49487, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+95, 16437, 0, 0, 1, 0, 0, 1, 1, 0, -1475.24, 7.83225, 26.2654, 0.361255, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+96, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1147.36, -4324.34, 23.8895, 2.57482, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+97, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1156.1, -4343.53, 25.8797, 1.78485, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+98, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1173.62, -4308.4, 20.8017, 4.50295, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+99, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1171.95, -4342.67, 25.3053, 5.77195, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+100, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1189.68, -4321.83, 21.7062, 2.60527, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+101, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1191.45, -4286.37, 21.2201, 0.593412, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+102, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1191.08, -4357.62, 27.749, 2.41905, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+103, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1204.55, -4339.09, 25.5045, 5.52536, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+104, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1207.68, -4287.86, 22.485, 3.83972, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+105, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1210.3, -4323.29, 23.2734, 1.10274, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+106, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1218.33, -4331.81, 24.9515, 5.08237, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+107, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1226.92, -4325.25, 25.8494, 2.14814, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+108, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1227.44, -4308.01, 25.112, 4.36058, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+109, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1231.62, -4348.39, 28.4913, 3.41079, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+110, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1243.96, -4358.3, 30.9391, 3.97935, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+111, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1242.5, -4308.1, 28.4669, 1.46432, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+112, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 1258.84, -4373.13, 28.7774, 3.82573, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+113, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9873.98, 1881.84, 1325.2, 1.74748, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+114, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9873.22, 1860.1, 1319.36, 0.150392, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+115, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9894.58, 1873.58, 1320.51, 2.22655, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+116, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9907.36, 1840.28, 1319.96, 5.66048, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+117, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9907.63, 1890.99, 1323.66, 3.76371, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+118, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9920.43, 1906.32, 1327.07, 3.98254, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+119, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9924.32, 1824.72, 1324.44, 4.05846, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+120, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9923.78, 1878.97, 1324.58, 5.44933, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+121, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9927.95, 1861.29, 1322.51, 3.68901, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+122, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9940.23, 1954.28, 1335.71, 0.020871, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+123, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9939.2, 1924.07, 1329.66, 5.9987, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+124, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9940.2, 1939.91, 1330.9, 3.65807, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+125, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9943.01, 1888.31, 1327.05, 1.66524, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+126, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9954.81, 1943.21, 1328.8, 0.0523599, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+127, 16437, 0, 0, 1, 0, 0, 1, 1, 0, 9957.71, 1925.8, 1327.6, 5.77138, 120, 3, 0, 224, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n\n-- Skeletal Trooper\n(@CGUID+128, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5208.71, -611.287, 404.816, 2.63866, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+129, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5210.41, -609.386, 405.456, 1.57275, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+130, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5193.83, -589.28, 398.769, 0.75173, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+131, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5191.06, -623.539, 399.448, 5.84918, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+132, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5193.07, -661.447, 413.937, 3.61884, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+133, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5176.3, -591.736, 397.886, 4.81711, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+134, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5178.42, -553.342, 398.102, 2.9553, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+135, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5177.64, -647.163, 401.092, 1.63087, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+136, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5173.32, -574.801, 396.83, 4.19687, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+137, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5172.09, -606.646, 397.746, 3.72271, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+138, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5158.14, -641.97, 395.852, 0.0418265, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+139, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5157.45, -574.434, 398.998, 4.903, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+140, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5157.25, -624.006, 396.869, 0.585034, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+141, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5143.07, -588.042, 399.502, 2.62044, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+142, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5144.77, -609.512, 398.967, 4.495, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+143, 16438, 0, 0, 0, 0, 0, 1, 1, 0, -5141.23, -659.017, 401.799, 4.33643, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+144, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1593.79, 23.9679, -0.107843, 5.18309, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+145, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1592.87, 57.2176, -8.33858, 5.88176, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+146, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1593.03, 41.182, -3.30581, 0.878813, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+147, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1573.32, 61.2735, -2.99172, 4.41404, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+148, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1559.1, 24.0625, 8.7196, 1.91986, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+149, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1558.06, 57.5885, 2.02549, 5.03573, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+150, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1557.8, 76.2171, -3.3495, 0.536828, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+151, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1543.48, 42.5353, 8.50159, 2.76799, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+152, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1540.14, -22.9825, 13.7193, 2.99244, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+153, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1539.75, 76.8899, 0.381858, 2.72271, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+154, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1523.47, 76.5106, 3.67229, 5.12642, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+155, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1523.79, 26.224, 14.3512, 4.93879, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+156, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1508.9, 42.3158, 11.5504, 2.42609, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+157, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1507.54, 58.8243, 8.78051, 3.86994, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+158, 16438, 0, 0, 1, 0, 0, 1, 1, 0, -1488.71, 76.3296, 9.2439, 1.40822, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+159, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1155.88, -4309.86, 20.9188, 3.81997, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+160, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1172.73, -4327.02, 22.0216, 1.09122, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+161, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1173.75, -4283.53, 20.7698, 0.408861, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+162, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1175.07, -4357.89, 26.8588, 5.32325, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+163, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1189.31, -4343.56, 25.8441, 4.3805, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+164, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1192.17, -4306.93, 21.2328, 3.55576, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+165, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1209.29, -4358.01, 27.4716, 0.748028, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+166, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1209.36, -4310.8, 22.9504, 5.41146, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+167, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1223.94, -4355.67, 27.427, 1.88376, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+168, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1225.33, -4341.79, 26.5733, 3.82625, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+169, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1224.77, -4287.22, 23.3625, 3.3798, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+170, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1226.42, -4372.58, 28.7022, 1.99807, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+171, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1230.64, -4338.64, 27.7799, 4.26455, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+172, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1240.89, -4325.15, 29.9222, 0.398358, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+173, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1244.84, -4374.43, 27.9372, 5.04125, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+174, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 1246.95, -4385.95, 28.4688, 4.33315, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+175, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9872.75, 1869.78, 1322.73, 1.03947, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+176, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9889.47, 1860.38, 1317.56, 5.09769, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+177, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9892.34, 1844.96, 1319.13, 4.72984, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+178, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9907.55, 1872.97, 1320.55, 1.79572, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+179, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9906.6, 1860.25, 1319.66, 0.255044, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+180, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9923.62, 1891.61, 1326.37, 4.13039, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+181, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9926.43, 1959.37, 1339.14, 4.4009, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+182, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9925.01, 1938.92, 1331.95, 0.582976, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+183, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9926.35, 1840.37, 1323.2, 2.17947, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+184, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9941.27, 1875.73, 1325.67, 0.542241, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+185, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9942.75, 1859.53, 1324.35, 3.97699, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+186, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9958.77, 1904.66, 1326.6, 2.12705, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+187, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9960.69, 1873.77, 1324.49, 3.40416, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+188, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9972.98, 1926.66, 1326.75, 2.7647, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+189, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9972.37, 1941.5, 1327.35, 0.409531, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+190, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9976.26, 1942.55, 1326.42, 0.0850052, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+191, 16438, 0, 0, 1, 0, 0, 1, 1, 0, 9976.3, 1942.98, 1326.32, 0.984199, 120, 3, 0, 210, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n\n/* Mouth of Kel'Thuzad\n(@CGUID+192, 16995, 0, 0, 0, 0, 0, 1, 1, 0, -4978.74, -886.326, 501.719, 4.11898, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+193, 16995, 0, 0, 0, 0, 0, 1, 1, 0, 1805.6, 238.504, 62.837, 4.41568, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+194, 16995, 0, 0, 0, 0, 0, 1, 1, 0, -8955.74, 570.615, 93.878, 0.0872665, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+195, 16995, 0, 0, 1, 0, 0, 1, 1, 0, 1488.39, -4415.53, 23.7461, 5.06145, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+196, 16995, 0, 0, 1, 0, 0, 1, 1, 0, -1300.34, 173.278, 68.6351, 4.18879, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+197, 16995, 0, 0, 1, 0, 0, 1, 1, 0, 9952.88, 2246.56, 1334.5, 4.24115, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n*/\n    \n-- Argent Scout\n(@CGUID+200, @ARGENT_SCOUT, 0, 0, 0, 0, 0, 1, 1, 0, 1578.88, 238.562, -61.994, 3.03687, 120, 0, 0, 5922, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+201, @ARGENT_SCOUT, 0, 0, 1, 0, 0, 1, 1, 0, 1584.58, -4416.35, 8.29802, 3.38594, 120, 0, 0, 5922, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+202, @ARGENT_SCOUT, 0, 0, 1, 0, 0, 1, 1, 0, -1272.83, 74.1628, 128.034, 6.12987, 120, 0, 0, 5922, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n-- (@CGUID+203, @ARGENT_SCOUT, 0, 0, 530, 0, 0, 1, 1, 0, 9516.11, -7350.31, 14.4153, 1.71042, 120, 0, 0, 5922, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Argent Recruiter\n(@CGUID+204, @ARGENT_RECRUITER, 0, 0, 0, 0, 0, 1, 1, 0, -8832.87, 642.782, 94.81, 4.45059, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+205, @ARGENT_RECRUITER, 0, 0, 1, 0, 0, 1, 1, 0, 9918.36, 2520.6, 1317.57, 3.31613, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n-- (@CGUID+206, @ARGENT_RECRUITER, 0, 0, 1, 0, 0, 1, 1, 0, 9919.14, 2510.43, 1317.62, 4.39823, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+207, @ARGENT_RECRUITER, 0, 0, 0, 0, 0, 1, 1, 0, -4928.73, -982.986, 501.552, 2.05949, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+208, @ARGENT_RECRUITER, 0, 0, 0, 0, 0, 1, 1, 0, -4894.5, -949.382, 501.554, 2.44303, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Argent Messenger\n(@CGUID+209, @ARGENT_MESSENGER, 0, 0, 0, 0, 0, 1, 1, 0, 1578.8, 241.731, -61.994, 2.93215, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+210, @ARGENT_MESSENGER, 0, 0, 1, 0, 0, 1, 1, 0, 1585.22, -4420.51, 8.32929, 3.45575, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+211, @ARGENT_MESSENGER, 0, 0, 1, 0, 0, 1, 1, 0, -1273.25, 71.5819, 128.015, 6.02376, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n-- (@CGUID+212, @ARGENT_MESSENGER, 0, 0, 530, 0, 0, 1, 1, 0, 9525.33, -7347.89, 14.4149, 1.71042, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Argent Emissary\n(@CGUID+213, @ARGENT_EMISSARY, 0, 0, 0, 0, 0, 1, 1, 0, -8830.83, 640.758, 94.528, 4.2237, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+214, @ARGENT_EMISSARY, 0, 0, 0, 0, 0, 1, 1, 0, -4930.03, -985.018, 501.548, 2.23402, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+215, @ARGENT_EMISSARY, 0, 0, 0, 0, 0, 1, 1, 0, -4894.93, -951.747, 501.553, 2.61756, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+216, @ARGENT_EMISSARY, 0, 0, 1, 0, 0, 1, 1, 0, 9918.94, 2518.57, 1317.64, 3.47321, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+217, @ARGENT_EMISSARY, 0, 0, 0, 0, 0, 1, 1, 0, 2247.79, -5317.31, 82.1935, 1.5708, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Argent Quartermaster\n(@CGUID+218, @ARGENT_QUARTERMASTER, 0, 0, 0, 0, 0, 1, 1, 0, -8835.75, 644.276, 95.6074, 4.18879, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+219, @ARGENT_QUARTERMASTER, 0, 0, 0, 0, 0, 1, 1, 0, -4926.95, -981.718, 501.55, 2.00713, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+220, @ARGENT_QUARTERMASTER, 0, 0, 0, 0, 0, 1, 1, 0, -4893.32, -947.538, 501.552, 2.39067, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+221, @ARGENT_QUARTERMASTER, 0, 0, 0, 0, 0, 1, 1, 0, 2257.84, -5322.27, 81.8893, 2.80998, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+222, @ARGENT_QUARTERMASTER, 0, 0, 1, 0, 0, 1, 1, 0, 9917.67, 2524.46, 1317.53, 3.87463, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Argent Outfitter\n(@CGUID+223, @ARGENT_OUTFITTER, 0, 0, 0, 0, 0, 1, 1, 0, 1579.84, 245.186, -61.994, 3.29867, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+224, @ARGENT_OUTFITTER, 0, 0, 1, 0, 0, 1, 1, 0, 1586.28, -4425.21, 7.9557, 3.05433, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+225, @ARGENT_OUTFITTER, 0, 0, 1, 0, 0, 1, 1, 0, -1273.58, 69.2117, 127.98, 5.99785, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+226, @ARGENT_OUTFITTER, 0, 0, 0, 0, 0, 1, 1, 0, 2263.72, -5313.31, 81.9193, 3.52556, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n-- (@CGUID+227, @ARGENT_OUTFITTER, 0, 0, 530, 0, 0, 1, 1, 0, 9522.76, -7352.3, 14.4022, 2.11185, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Light's Hope\n(@CGUID+228, @KEEPER_OF_THE_ROLLS, 0, 0, 0, 0, 0, 1, 1, 0, 2242.44, -5317.32, 82.2506, 1.41372, 120, 0, 0, 5742, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Keeper of the Rolls\n(@CGUID+229, @COMMANDER_THOMAS, 0, 0, 0, 0, 0, 1, 1, 0, 2240.87, -5317.26, 82.2506, 1.67552, 120, 0, 0, 5228, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Commander Thomas Helleran\n\n-- Lieutenants\n(@CGUID+230, @LIEUTENANT_ORRIN, 0, 0, 0, 0, 0, 1, 1, 0, -8955.32, 523.414, 96.44, 3.78736, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),       -- Lieutenant Orrin\n(@CGUID+231, @LIEUTENANT_NEVELL, 0, 0, 0, 0, 0, 1, 1, 0, -5027.18, -806.981, 496.484, 3.00197, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Lieutenant Nevell\n(@CGUID+232, @LIEUTENANT_LISANDE, 0, 0, 1, 0, 0, 1, 1, 0, -1346.69, 192.28, 61.5735, 4.38078, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),      -- Lieutenant Lisande\n(@CGUID+233, @LIEUTENANT_DAGEL, 0, 0, 1, 0, 0, 1, 1, 0, 1512.33, -4403.79, 19.5269, 5.77704, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),     -- Lieutenant Dagel\n(@CGUID+234, @LIEUTENANT_RUKAG, 0, 0, 0, 0, 0, 1, 1, 0, 1736.87, 239.556, 62.7903, 6.26573, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),      -- Lieutenant Rukag\n(@CGUID+235, @LIEUTENANT_BEITHA, 0, 0, 1, 0, 0, 1, 1, 0, 9939.37, 2114.4, 1328.61, 6.10865, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),       -- Lieutenant Beitha\n-- (@CGUID+236, 29441, 0, 0, 530, 0, 0, 1, 1, 0, 9348.69, -7286.93, 14.666, 4.17134, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Lieutenant Julek\n-- (@CGUID+237, 29442, 0, 0, 530, 0, 0, 1, 1, 0, -4039.06, -11923.4, -1.13312, 4.86947, 120, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Lieutenant Kregor\n\n-- Necrotic Shards\n(@CGUID+240, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -11183.3, -2985.49, 8.22008, 0.0105759, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+241, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -11027, -2784.69, 4.45958, 0.120533, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+242, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -11428.9, -2817.38, 0.400971, 0.0498445, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+243, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -11335.1, -3152.41, 6.70907, 0.120527, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+244, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -11250.1, -3345.52, 9.37404, 0.151919, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+245, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -11536.4, -3285.28, 8.95756, 6.21914, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+246, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -7245.77, -3545.09, 13.5838, 0.0139582, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+247, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -7328.72, -3973.92, 11.6769, 6.19504, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+248, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -7632.49, -3741.94, 21.1372, 0.0296614, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+249, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -8166.66, -3809.78, 15.0426, 0.149923, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+250, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -8502.24, -3827.75, 23.3705, 6.03021, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+251, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -8341.47, -4209.24, 13.1848, 0.210404, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+252, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -8535.1, -2303.86, 29.0594, 1.65162, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+253, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -8534.01, -2706.51, 19.9498, 5.97917, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+254, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, -8828.01, -2605.84, 22.5, 1.73805, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+255, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 6279.14, -4775.33, 756.56, 6.18776, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+256, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 6037.53, -4767.13, 794.645, 6.22706, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+257, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 6089.27, -5049.38, 794.436, 6.05819, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+258, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 6786.42, -3600, 717.201, 6.26081, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+259, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 6740.59, -3350.17, 688.127, 0.0836567, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+260, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 6537.6, -3494.2, 643.377, 0.0365412, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+261, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 7936.67, -3867.96, 695.473, 6.21632, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+262, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 7690.48, -3868.19, 686.478, 6.27915, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+263, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 7823.39, -4214.1, 675.004, 6.2831, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+264, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 3515.43, -4149.34, 106.829, 0.0640161, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+265, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 3082.34, -4221.49, 96.8079, 6.26473, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+266, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 3339.13, -4524.28, 98.036, 0.225009, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+267, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 3664.72, -5539.18, 19.8522, 6.1901, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+268, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 3360.41, -5569.45, 10.587, 0.052212, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+269, @NECROTIC_SHARD, 0, 0, 1, 0, 0, 1, 1, 0, 3515.77, -5711.01, 4.73716, 6.22545, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+270, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -7722.25, -2234.68, 136.647, 6.20495, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+271, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -7593.51, -2592.69, 137.623, 6.26386, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+272, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -7984.3, -2434.14, 130.307, 6.16176, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+273, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -8028.92, -1000.55, 122.648, 0.00813007, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+274, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -8362.69, -976.306, 187.089, 0.0984673, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+275, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, -8401.13, -1204.99, 187.317, 5.89863, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+276, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, 1933.74, -3099.59, 87.1927, 0.112467, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+277, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, 1613.15, -3044.22, 77.6374, 0.245218, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+278, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, 1785.28, -2861.17, 70.0994, 5.95506, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+279, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, 2342.06, -4966.79, 70.3062, 3.17081, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+280, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, 1945.29, -5141.46, 73.6436, 3.91851, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+281, @NECROTIC_SHARD, 0, 0, 0, 0, 0, 1, 1, 0, 1977.27, -4729.21, 98.4099, 3.25485, 300, 0, 0, 3038, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Cultist Engineer\n(@CGUID+288, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7721.75, -2227.82, 135.428, 4.66871, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+289, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7715.54, -2235.11, 137.421, 3.09006, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+290, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7722.96, -2241.53, 137.73, 1.44857, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+291, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7729.1, -2234.39, 135.726, 6.16882, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+292, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7593.5, -2585.97, 137.186, 4.75118, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+293, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7586.75, -2592.61, 138.61, 3.14897, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+294, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7593.78, -2599.59, 137.223, 1.48392, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+295, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7600.61, -2592.72, 136.289, 6.28271, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+296, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7983.54, -2427.29, 129.06, 4.56898, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+297, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7977.39, -2434.9, 129.066, 3.0728, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+298, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7985, -2440.94, 131.15, 1.53734, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+299, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -7991.39, -2433.52, 130.982, 6.15156, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+300, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3515.82, -4156.06, 106.502, 1.64345, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+301, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3508.27, -4149.94, 105.648, 0.110351, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+302, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3514.75, -4142.57, 106.648, 4.82274, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+303, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3522.21, -4148.77, 107.53, 3.18519, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+304, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3089.32, -4221.54, 97.2265, 3.1899, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+305, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3082.33, -4214.72, 97.1788, 4.7332, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+306, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3075.45, -4221.65, 95.7925, 0.103264, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+307, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3082.13, -4228.14, 96.5724, 1.54054, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+308, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3337.37, -4517.63, 97.7727, 4.96252, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+309, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3332.42, -4526.14, 98.2388, 0.242275, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+310, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3340.68, -4531.13, 98.2246, 1.82878, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+311, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3345.82, -4522.6, 98.054, 3.41921, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+312, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3664.02, -5546.08, 18.6804, 1.52118, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+313, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3671.77, -5539.77, 18.8345, 3.05664, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+314, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3665.19, -5532.4, 20.9256, 4.65884, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+315, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3657.76, -5538.72, 20.8461, 6.26105, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+316, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3516.04, -5704.06, 4.7149, 4.66434, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+317, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3522.85, -5711.22, 5.0936, 3.10533, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+318, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3515.34, -5717.97, 4.62466, 1.55417, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+319, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3508.76, -5710.86, 4.84251, 0.018712, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+320, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3360.7, -5576.47, 9.51929, 1.69632, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+321, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3353.64, -5570.05, 10.7653, 0.121598, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+322, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3359.82, -5562.6, 11.9385, 4.7908, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+323, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 3367.23, -5569.11, 10.6578, 3.18073, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+324, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7943.64, -3868.4, 695.324, 3.15718, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+325, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7936.14, -3874.74, 695.383, 1.50785, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+326, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7929.6, -3867.54, 695.97, 6.2595, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+327, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7937.02, -3861.13, 695.3, 4.66908, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+328, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7697.54, -3868.07, 687.055, 3.15483, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+329, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7690.3, -3861.41, 686.438, 4.78845, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+330, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7683.42, -3868.25, 685.978, 0.00301361, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+331, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7690.47, -3874.98, 686.928, 1.59109, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+332, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7830.23, -4213.98, 675.201, 3.14538, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+333, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7823.3, -4207.3, 675.431, 4.65727, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+334, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7816.53, -4214.22, 675.088, 0.0281389, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+335, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 7823.34, -4220.77, 675.576, 1.55574, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+336, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6096.2, -5050.74, 794.539, 2.89298, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+337, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6087.82, -5056.13, 796.21, 1.44392, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+338, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6082.39, -5048.01, 793.763, 6.09662, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+339, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6090.67, -5042.64, 792.66, 4.56117, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+340, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6030.8, -4767.58, 796.16, 0.115281, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+341, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6037.37, -4774.73, 793.667, 1.58869, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+342, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6044.85, -4768.11, 792.894, 3.00556, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+343, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6038.2, -4760.98, 794.621, 4.65347, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+344, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6272.15, -4774.81, 756.141, 6.28143, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+345, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6279.78, -4768.61, 755.198, 4.65017, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+346, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6286.14, -4775.79, 756.845, 3.17755, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+347, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6278.39, -4782.27, 757.045, 1.48109, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+348, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7245.71, -3552.03, 13.2344, 1.62167, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+349, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7252.81, -3545.27, 13.1679, 0.0233876, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+350, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7246.06, -3538.19, 13.5614, 4.75149, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+351, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7238.76, -3544.81, 13.6515, 3.16499, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+352, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7625.62, -3741.5, 19.5601, 3.21444, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+353, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7632.27, -3748.86, 20.6343, 1.65935, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+354, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7639.52, -3742.23, 22.7781, 0.100334, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+355, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7632.79, -3734.94, 21.0376, 4.74205, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+356, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7328.25, -3967.1, 10.4886, 4.66351, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+357, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7335.59, -3973.37, 10.9025, 6.23037, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+358, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7329.35, -3980.92, 12.2357, 1.52191, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+359, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -7321.66, -3974.36, 11.3763, 3.15947, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+360, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8334.75, -4207.62, 12.7986, 3.41724, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+361, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8340.1, -4216.03, 13.6648, 1.77576, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+362, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8348.2, -4210.88, 12.883, 0.232449, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+363, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8342.99, -4202.64, 12.3672, 4.99118, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+364, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8503.91, -3834.44, 23.5167, 1.31237, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+365, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8509.31, -3826.02, 23.0791, 6.07111, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+366, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8500.57, -3821.04, 23.0026, 4.48147, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+367, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8495.32, -3829.36, 22.9058, 2.9735, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+368, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8167.91, -3803.02, 15.0044, 4.90324, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+369, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8159.66, -3808.62, 15.1933, 3.36307, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+370, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8165.54, -3816.68, 14.9226, 1.76086, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+371, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8173.77, -3810.98, 14.3194, 0.178284, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+372, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8535.94, -2713.07, 18.868, 1.28962, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+373, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8540.99, -2704.55, 19.5146, 6.02793, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+374, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8532, -2700.12, 21.3464, 4.45085, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+375, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8527.51, -2708.44, 20.5064, 2.82979, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+376, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8534.43, -2310.63, 29.8571, 1.68703, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+377, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8528.29, -2303.32, 29.7623, 3.30495, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+378, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8535.9, -2297, 28.2608, 4.94015, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+379, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8541.79, -2304.65, 28.32, 0.10601, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+380, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8829.21, -2598.94, 21.3911, 4.93542, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+381, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8821.35, -2604.67, 21.9695, 3.32536, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+382, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8826.81, -2612.4, 23.4198, 1.87237, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+383, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, -8834.51, -2607.08, 22.6195, 0.17591, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+384, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6537.31, -3487.3, 641.973, 4.84185, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+385, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6544.6, -3493.88, 644.869, 3.22393, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+386, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6537.82, -3500.85, 644.809, 1.5471, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+387, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6530.82, -3494.56, 642.175, 6.25556, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+388, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6779.39, -3600.1, 716.679, 0.00379658, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+389, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6786.58, -3593.05, 715.278, 4.75153, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+390, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6793.39, -3600.09, 717.289, 3.16896, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+391, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6786.38, -3606.56, 718.783, 1.68848, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+392, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6741.18, -3356.89, 688.374, 1.7254, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+393, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6733.6, -3350.82, 687.743, 0.134968, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+394, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6739.77, -3343.21, 686.886, 4.87642, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+395, @CULTIST_ENGINEER, 0, 0, 1, 0, 0, 1, 1, 0, 6747.54, -3349.5, 687.45, 3.31348, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+396, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11183.1, -2992.23, 8.40215, 1.61986, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+397, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11190.4, -2985.72, 7.5904, 0.0765498, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+398, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11183.5, -2978.64, 7.81095, 4.75989, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+399, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11176.3, -2985.32, 8.2571, 3.17338, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+400, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11033.9, -2785.81, 4.91768, 0.173162, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+401, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11028.1, -2777.95, 4.19832, 4.85414, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+402, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11020.1, -2783.72, 4.33496, 3.37367, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+403, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11026.1, -2791.2, 4.95228, 1.74004, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+404, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11429.3, -2810.59, -0.442708, 4.84315, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+405, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11435.8, -2817.95, -1.34723, 0.122901, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+406, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11428.5, -2824.3, 0.0377734, 1.61123, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+407, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11421.9, -2816.82, 0.887642, 3.26449, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+408, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11336, -3145.88, 6.18957, 4.84708, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+409, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11328.4, -3151.44, 6.41788, 3.28806, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+410, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11334.4, -3159.16, 7.33796, 1.68192, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+411, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11341.8, -3153.37, 7.0083, 0.111126, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+412, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11529.6, -3285.55, 8.99398, 3.1624, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+413, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11536.2, -3278.51, 8.31776, 4.72141, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+414, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11543.2, -3284.88, 8.06238, 6.23329, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+415, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11536.8, -3292.08, 8.68502, 1.52876, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+416, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11257.1, -3346.73, 10.1141, 0.188074, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+417, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11251.1, -3338.59, 9.55867, 4.88476, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+418, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11243.3, -3344.35, 9.21256, 3.2904, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+419, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -11249, -3352.15, 9.87534, 1.71175, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+420, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8355.65, -975.599, 186.511, 3.33038, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+421, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8363.49, -969.557, 188.388, 4.79672, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+422, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8369.46, -977.04, 187.486, 0.155003, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+423, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8362.03, -983.07, 186.153, 1.68497, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+424, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8398.54, -1198.58, 187.31, 4.36319, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+425, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8407.77, -1202.38, 188.052, 5.94184, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+426, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8394.55, -1207.63, 187.957, 2.79631, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+427, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8403.62, -1211.3, 188.357, 1.21766, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+428, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8029.24, -993.807, 122.634, 4.77311, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+429, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8035.77, -1000.67, 122.901, 6.26535, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+430, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8028.89, -1007.34, 122.716, 1.56867, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+431, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, -8021.96, -1000.31, 123.146, 3.21016, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+432, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1926.68, -3099.74, 86.2356, 0.0235557, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+433, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1933.56, -3092.74, 85.9809, 4.65741, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+434, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1940.56, -3099.41, 86.4209, 3.13374, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+435, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1933.73, -3106.52, 87.6228, 1.55116, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+436, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1613.05, -3037.45, 77.3999, 4.72732, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+437, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1620.12, -3043.98, 78.6933, 3.16831, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+438, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1613.13, -3051.04, 77.5374, 1.57786, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+439, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1606.2, -3044.43, 77.892, 0.00706763, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+440, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1785.13, -2854.34, 69.5191, 4.7438, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+441, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1792.42, -2861.14, 69.5464, 3.17301, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+442, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1778.31, -2861.31, 69.9014, 0.00391769, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+443, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1785.41, -2867.82, 69.8214, 1.61792, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+444, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 2341.82, -4973.56, 70.5566, 1.60394, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+445, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 2335.02, -4966.54, 70.6212, 6.25664, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+446, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 2342.31, -4960.04, 70.7731, 4.69056, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+447, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 2349.03, -4967.11, 70.4567, 3.12369, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+448, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1938.32, -5141.72, 73.6596, 6.23999, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+449, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1945.19, -5148.33, 73.6304, 1.55509, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+450, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1952.33, -5141.47, 73.6031, 3.19265, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+451, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1945.21, -5134.73, 73.8046, 4.72811, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+452, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1977.12, -4722.48, 98.6841, 4.765, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+453, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1984.32, -4729.09, 98.5771, 3.17851, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+454, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1977.32, -4736.17, 97.7651, 1.54723, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+455, @CULTIST_ENGINEER, 0, 0, 0, 0, 0, 1, 1, 0, 1970.28, -4729.31, 98.2017, 0.0471086, 300, 0, 0, 3052, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Lumbering Horror\n(@CGUID+460, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, -7263.44, -3540.83, 12.3953, 5.29113, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+461, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, -8834.52, -2601.64, 21.8981, 5.7693, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+462, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, -8170.9, -3815.37, 14.3465, 0.911668, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+463, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, 6544.05, -3500.49, 646.247, 2.40245, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+464, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, 7828.92, -4208.51, 675.614, 3.93556, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+465, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, 6273.45, -4780.28, 756.707, 0.726422, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+466, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, 3659.23, -5533.05, 21.5407, 5.40653, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+467, @LUMBERING_HORROR, 0, 0, 1, 0, 0, 1, 1, 0, 3520.84, -4142.99, 107.314, 3.97692, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+468, @LUMBERING_HORROR, 0, 0, 0, 0, 0, 1, 1, 0, -8397.18, -1215.53, 189.331, 1.92529, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+469, @LUMBERING_HORROR, 0, 0, 0, 0, 0, 1, 1, 0, -7716.75, -2241.75, 138.565, 2.25833, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+470, @LUMBERING_HORROR, 0, 0, 0, 0, 0, 1, 1, 0, -11529, -3278.64, 8.44432, 3.87936, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+471, @LUMBERING_HORROR, 0, 0, 0, 0, 0, 1, 1, 0, -11435.3, -2824.7, -1.09655, 0.834405, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+472, @LUMBERING_HORROR, 0, 0, 0, 0, 0, 1, 1, 0, 1618.64, -3035.39, 78.1321, 4.2083, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+473, @LUMBERING_HORROR, 0, 0, 0, 0, 0, 1, 1, 0, 2334.73, -4973.64, 71.0744, 0.766681, 300, 0, 0, 16978, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Spirit of the Damned\n(@CGUID+480, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, -7615.33, -3726.55, 17.2648, 4.34, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+481, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, -8345.71, -4215.56, 13.3493, 0.965831, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+482, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, -8527.67, -2703.23, 21.3515, 3.66128, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+483, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, 6734.66, -3345.77, 686.913, 5.65867, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+484, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, 7695.94, -3873.67, 687.154, 2.40084, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+485, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, 6033, -4762.39, 796.095, 5.40346, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+486, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, 3510.01, -5705.02, 4.45323, 5.5361, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+487, @SPIRIT_OF_THE_DAMNED, 0, 0, 1, 0, 0, 1, 1, 0, 3087.92, -4215.68, 97.6831, 3.93922, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+488, @SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 1, 1, 0, -7599.63, -2586.18, 136.127, 5.54047, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+489, @SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 1, 1, 0, -8357.05, -969.453, 187.791, 4.05293, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+490, @SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 1, 1, 0, -11255.1, -3352.85, 10.1255, 1.04563, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+491, @SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 1, 1, 0, -11190.1, -2979.17, 8.62071, 5.55154, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+492, @SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 1, 1, 0, 1928.12, -3107.92, 87.5053, 1.03767, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+493, @SPIRIT_OF_THE_DAMNED, 0, 0, 0, 0, 0, 1, 1, 0, 1984.25, -4734.29, 97.8912, 2.51729, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Bone Witch\n(@CGUID+500, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, -7336.7, -3989.27, 10.6042, 3.55853, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+501, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, -8529.97, -2308.43, 30.1824, 2.37948, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+502, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, -8509.14, -3831.28, 23.1919, 0.47651, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+503, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, 6780.69, -3594.66, 715.593, 5.55735, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+504, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, 6085.18, -5043.46, 792.637, 5.4089, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+505, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, 7941.54, -3874.04, 695.35, 2.25006, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+506, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, 3366.2, -5574.77, 9.80413, 2.37017, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+507, @BONE_WITCH, 0, 0, 1, 0, 0, 1, 1, 0, 3343.64, -4517.28, 97.9607, 4.10962, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+508, @BONE_WITCH, 0, 0, 0, 0, 0, 1, 1, 0, -8035.36, -1006.97, 122.634, 0.770772, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+509, @BONE_WITCH, 0, 0, 0, 0, 0, 1, 1, 0, -7978.07, -2428.81, 128.327, 3.899, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+510, @BONE_WITCH, 0, 0, 0, 0, 0, 1, 1, 0, -11328.3, -3158.36, 7.05259, 2.4295, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+511, @BONE_WITCH, 0, 0, 0, 0, 0, 1, 1, 0, -11033.7, -2780.18, 4.80752, 5.67957, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+512, @BONE_WITCH, 0, 0, 0, 0, 0, 1, 1, 0, 1781.28, -2853.66, 69.2872, 5.22774, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+513, @BONE_WITCH, 0, 0, 0, 0, 0, 1, 1, 0, 1954.51, -5141.5, 73.6166, 3.02859, 300, 0, 0, 15720, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Dungeon bosses\n(@CGUID+591, @SEVER,           0, 0, 33, 209, 209, 1, 1, 0, -225.131, 2302.95, 94.7599, 6.02139, 7200, 0, 0, 4689, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+592, @BALZAPHON,       0, 0, 329, 2017, 2017, 1, 1, 0, 3733.27, -3480.11, 131.04, 3.05433, 7200, 0, 0, 14652, 14604, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+593, @LADY_FALTHERESS, 0, 0, 129, 722, 722, 1, 1, 0, 2583.18, 695.861, 56.8033, 1.8675, 7200, 0, 0, 8744, 4568, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+594, @REVANCHION,      0, 0, 429, 2557, 2557, 1, 1, 0, -112.776, 583.823, -3.47887, 5.60251, 7200, 0, 0, 24420, 4868, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+595, @SCORN,           0, 0, 189, 796, 796, 1, 1, 0, 1797.84, 1233.68, 18.3153, 1.58286, 7200, 0, 0, 7104, 5610, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+596, @LORD_BLACKWOOD,  0, 0, 289, 0, 0, 1, 1, 0, 200.201, 150.839, 109.879, 5.06145, 604800, 0, 0, 61040, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n\n-- Ghoul Berserker\n(@CGUID+600, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7263.82, -3528.73, 12.9686, 5.49363, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+601, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7276.15, -3549.03, 9.18034, 5.88161, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+602, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7259.88, -3568.08, 9.65982, 6.20833, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+603, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7236.04, -3573.96, 11.7677, 1.94991, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+604, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7216.32, -3540.53, 11.3389, 3.35106, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+605, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7246.92, -3516.94, 11.7423, 4.68545, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+606, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7241.05, -3527.6, 12.6394, 5.54467, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+607, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7227.78, -3538.29, 12.4887, 5.82035, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+608, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7227.11, -3552.41, 13.2007, 1.5847, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+609, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7248.56, -3563.17, 11.7444, 3.77203, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+610, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7261.31, -3551.78, 11.2762, 2.47691, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+611, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7300.21, -3966.74, 10.3956, 3.75396, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+612, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7326.95, -3956.15, 9.81666, 3.38875, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+613, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7336.53, -3944.69, 11.4163, 1.85722, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+614, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7347.04, -3969.26, 9.20022, 4.35793, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+615, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7357.22, -3980.29, 10.0503, 4.33044, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+616, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7343.97, -3998.23, 10.6798, 5.45749, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+617, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7320.25, -3998.04, 12.2482, 0.159976, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+618, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7621.75, -3765.25, 16.335, 1.97817, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+619, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7604.68, -3753.03, 13.7527, 2.72273, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+620, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7606.72, -3731.95, 16.2127, 1.82031, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+621, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7623.34, -3715.63, 18.3105, 3.44608, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+622, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7644.06, -3715.78, 21.2116, 5.38523, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+623, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7657.21, -3730.79, 25.9674, 4.16708, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+624, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7660.41, -3751.63, 22.9681, 1.39227, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+625, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7643.82, -3768.2, 19.0568, 0.986215, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+626, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7641.92, -3752.75, 21.8711, 1.44567, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+627, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -7623.27, -3731.4, 18.1896, 0.569954, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+628, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8512.39, -2326.12, 33.8749, 3.05021, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+629, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8518.36, -2315.13, 32.1091, 4.94931, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+630, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8518.37, -2300.04, 30.0856, 4.84642, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+631, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8515.77, -2287.78, 28.5565, 0.108111, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+632, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8542.39, -2282.31, 26.402, 0.159948, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+633, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8560.66, -2289.73, 25.0202, 2.84287, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+634, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8552.8, -2302.57, 26.9076, 1.67655, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+635, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8536.91, -2324.93, 30.9063, 2.2224, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+636, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8544.5, -2314.34, 28.8134, 6.27035, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+637, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8519.48, -2684.42, 26.7119, 4.11838, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+638, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8507.58, -2706.02, 23.415, 3.29371, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+639, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8511.6, -2726.5, 20.5022, 2.41799, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+640, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8530, -2735.51, 16.2521, 1.70171, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+641, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8548.79, -2731.06, 16.5704, 1.00349, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+642, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8560.88, -2716.66, 17.3262, 0.419941, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+643, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8560.22, -2695.56, 18.826, 6.00099, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+644, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8545.09, -2683.48, 23.0033, 5.07343, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+645, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8837.97, -2614.18, 23.1286, 5.93893, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+646, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8852.31, -2602.65, 20.8908, 3.41623, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+647, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8836.16, -2595.2, 20.955, 4.25347, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+648, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8827.94, -2580.59, 17.4878, 1.98995, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+649, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8818.95, -2595.85, 19.8527, 2.90808, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+650, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8801.73, -2604.03, 18.2617, 0.879396, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+651, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8817.33, -2615.17, 23.4871, 1.15036, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+652, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8826.5, -2631.55, 25.1257, 0.806354, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+653, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8485.74, -3833.95, 21.1161, 1.05378, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+654, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8490.74, -3850.08, 23.0259, 4.98077, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+655, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8508.09, -3842.82, 23.4586, 6.25075, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+656, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8524.5, -3842.6, 21.8408, 4.33988, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+657, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8517.93, -3822.54, 22.0613, 3.77596, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+658, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8505.23, -3805.96, 22.3638, 4.45612, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+659, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8490.1, -3819.94, 21.1527, 2.82249, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+660, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8358.92, -4229.09, 13.4258, 0.851948, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+661, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8368.98, -4207.42, 11.6819, 0.0123594, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+662, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8361.09, -4186.88, 11.4911, 5.55571, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+663, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8342.65, -4178.63, 13.0911, 4.86457, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+664, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8323.27, -4186.38, 12.8126, 4.13573, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+665, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8311.78, -4203.5, 10.7893, 3.46814, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+666, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8317.17, -4223.45, 10.8774, 2.61048, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+667, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8334.03, -4234.69, 12.7844, 1.93426, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+668, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8168.86, -3793.59, 14.8786, 5.38452, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+669, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8168.62, -3835.23, 12.3277, 1.47871, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+670, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8187.9, -3826.81, 10.0709, 0.667398, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+671, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8195.21, -3808.72, 11.2503, 0.291195, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+672, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8188.74, -3788.26, 15.8014, 5.59342, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+673, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8166.63, -3780.93, 13.9999, 4.87479, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+674, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8146.41, -3790.55, 12.5149, 3.87263, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+675, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8141.88, -3814.62, 14.3685, 2.9812, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+676, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, -8151.27, -3829.53, 15.7201, 2.02537, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+677, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6809.87, -3609.9, 728.461, 5.53455, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+678, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6798.01, -3596.35, 715.946, 3.79568, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+679, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6788.26, -3614.08, 720.635, 0.167144, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+680, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6773.14, -3619.52, 721.448, 6.28147, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+681, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6770.78, -3601.62, 717.125, 5.3115, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+682, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6766.47, -3586.07, 712.513, 2.43302, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+683, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6782.54, -3586.76, 712.718, 3.99203, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+684, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6787.89, -3574.5, 708.34, 2.72519, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+685, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6728.76, -3331.95, 683.575, 5.45289, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+686, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6743.17, -3323.5, 679.603, 1.88169, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+687, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6750.9, -3340.76, 684.767, 2.83281, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+688, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6766.33, -3354.31, 679.009, 6.15661, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+689, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6748.01, -3357.11, 687.031, 1.55418, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+690, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6733.14, -3370.57, 682.809, 4.96752, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+691, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6722.09, -3358.67, 686.072, 3.96456, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+692, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6727.26, -3345.73, 685.88, 5.43954, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+693, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6545.32, -3520.74, 653.793, 1.47723, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+694, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6521.11, -3513.52, 645.257, 1.1615, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+695, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6513.23, -3492.99, 637.535, 4.80497, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+696, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6520.46, -3478.38, 632.729, 5.70347, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+697, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6538.47, -3467.96, 634.76, 5.01625, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+698, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6555.58, -3473.33, 644.523, 4.10834, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+699, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6564.22, -3487.05, 653.055, 3.53814, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+700, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6559.38, -3504.67, 655.404, 2.68912, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+701, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7844.59, -4203.23, 677.297, 1.26757, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+702, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7840.1, -4216.12, 675.622, 1.07908, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+703, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7831.3, -4233.36, 679.019, 0.0831909, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+704, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7817.19, -4236.59, 680.859, 6.03808, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+705, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7810.86, -4220.43, 675.997, 5.78754, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+706, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7797.88, -4210.27, 676.34, 3.27348, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+707, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7812.04, -4199.95, 676.453, 3.34024, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+708, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7825.4, -4199.54, 676.312, 2.65851, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+709, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7715.97, -3862.92, 691.126, 3.28131, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+710, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7700.97, -3845.92, 690.883, 4.17744, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+711, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7685.29, -3841, 687.705, 4.87879, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+712, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7670.25, -3849.39, 686.008, 5.53066, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+713, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7664.14, -3867.43, 685.184, 6.24301, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+714, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7673.18, -3885.14, 686.505, 0.763283, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+715, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7691.8, -3889.44, 688.61, 1.67984, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+716, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7706.77, -3886.13, 688.375, 2.33015, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+717, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7939.73, -3843.93, 695.74, 4.47352, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+718, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7922.12, -3854.81, 697.508, 1.58718, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+719, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7910.51, -3872.87, 696.381, 0.123198, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+720, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7919.39, -3889.3, 694.316, 0.842623, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+721, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7936.3, -3897.55, 693.792, 1.59032, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+722, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7953.51, -3892.03, 693.31, 2.13068, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+723, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7962.96, -3875.53, 694.663, 2.748, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+724, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 7958.75, -3855.66, 694.901, 3.73367, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+725, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6073.63, -5045.62, 792.003, 3.8499, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+726, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6079.98, -5039.44, 790.921, 2.99225, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+727, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6098.26, -5030.53, 790.518, 1.52512, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+728, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6105.31, -5051.13, 793.843, 2.4998, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+729, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6110.91, -5075.16, 810.069, 1.1497, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+730, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6090.78, -5062.92, 797.599, 3.07159, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+731, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6113.99, -5044.02, 791.766, 0.569309, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+732, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6252.77, -4787.25, 754.036, 0.351003, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+733, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6264.75, -4805.26, 758.224, 0.980916, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+734, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6287.55, -4803.13, 759.239, 1.73097, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+735, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6302.26, -4786.63, 758.492, 2.40327, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+736, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6304.18, -4762.75, 758.958, 2.52343, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+737, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6287.75, -4744.89, 755.199, 4.30943, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+738, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6265.87, -4753.25, 753.94, 5.47808, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+739, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6056.09, -4756.05, 785.513, 0.010144, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+740, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6038.48, -4750.68, 794.863, 0.662814, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+741, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6020.64, -4748.43, 803.847, 5.59747, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+742, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6019.24, -4781.65, 797.121, 1.19059, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+743, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6024.88, -4766.43, 798.583, 3.09048, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+744, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6030.64, -4787.04, 787.289, 4.09186, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+745, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 6044.16, -4780.23, 790.929, 3.95992, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+746, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3351.93, -5564.73, 12.042, 1.42301, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+747, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3382.62, -5583.5, 8.52798, 2.42126, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+748, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3348.62, -5581.8, 9.8872, 5.78433, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+749, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3327.97, -5567.38, 17.2528, 5.58641, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+750, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3359.35, -5543.07, 17.415, 1.89975, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+751, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3375.29, -5563.04, 11.8536, 2.44875, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+752, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3531.66, -5710.88, 5.52347, 4.746, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+753, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3516.3, -5685.57, 4.62349, 0.570821, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+754, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3497.82, -5691, 4.40969, 1.80233, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+755, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3500.18, -5708.95, 4.89597, 0.884195, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+756, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3495.6, -5728.1, 6.65624, 3.30479, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+757, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3512.63, -5726.04, 4.17737, 5.20074, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+758, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3676.08, -5514.05, 24.0897, 0.462474, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+759, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3656.86, -5522.41, 23.3576, 1.22274, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+760, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3649.39, -5537.63, 21.9687, 1.53454, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+761, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3649.55, -5554.83, 19.034, 3.27499, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+762, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3663.81, -5553.77, 17.3793, 3.07942, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+763, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3682.21, -5541.92, 17.6872, 4.41303, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+764, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3689.79, -5531.61, 19.7889, 0.0548541, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+765, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3341.86, -4539.5, 98.0411, 4.46068, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+766, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3349.95, -4527.94, 98.1204, 3.94938, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+767, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3358.09, -4519.43, 99.769, 5.46677, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+768, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3343.87, -4508.52, 97.6444, 5.8202, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+769, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3334.68, -4501.66, 96.8893, 1.2374, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+770, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3326.08, -4519.95, 98.1717, 1.55314, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+771, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3323.47, -4536.93, 97.8111, 3.08388, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+772, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3087.55, -4196.36, 98.1871, 5.19582, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+773, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3070.41, -4213.73, 95.22, 1.21856, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+774, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3063.33, -4231.12, 95.8211, 2.92445, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+775, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3084.51, -4238.51, 97.4403, 3.12001, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+776, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3100.27, -4222.6, 97.8224, 5.05759, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+777, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3500.78, -4172.9, 101.098, 1.1911, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+778, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3519.97, -4175.72, 102.657, 1.57359, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+779, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3536.32, -4167.84, 105.849, 2.39197, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+780, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3542.17, -4147.35, 106.649, 3.12789, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+781, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3533.94, -4128.84, 108.333, 3.82689, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+782, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3510.97, -4125.5, 104.337, 4.68217, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+783, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3492.31, -4136.17, 104.422, 5.90895, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+784, @GHOUL_BERSERKER, 0, 0, 1, 0, 0, 1, 1, 0, 3491.93, -4156.48, 102.486, 0.380528, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+785, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8387.51, -1226.99, 190.44, 2.29678, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+786, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8377.92, -1207.42, 187.278, 6.13424, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+787, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8392.75, -1200.64, 187.744, 5.89862, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+788, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8405.69, -1194.94, 187.429, 1.52788, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+789, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8410.69, -1209.87, 189.256, 1.49018, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+790, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8405.65, -1227.39, 193.028, 1.3873, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+791, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8389.02, -962.46, 194.564, 5.6724, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+792, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8362.79, -961.892, 190.172, 3.86835, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+793, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8346.61, -951.723, 192.319, 3.67358, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+794, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8343.39, -976.4, 185.155, 1.5687, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+795, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8349.42, -998.329, 185.235, 5.06922, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+796, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8360.83, -989.876, 185.531, 0.471501, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+797, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8372.38, -999.521, 187.178, 5.49883, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+798, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8385.79, -989.675, 187.51, 6.2701, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+799, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8045.61, -1016.99, 122.632, 0.747205, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+800, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8024.61, -1024.51, 131.189, 2.34628, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+801, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8004.64, -1006.81, 129.054, 2.77432, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+802, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8018.92, -989.632, 122.647, 3.23928, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+803, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8037.26, -978.176, 122.645, 4.45349, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+804, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8048.61, -995.297, 130.511, 6.19236, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+805, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7994.8, -2455.19, 132.643, 0.293224, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+806, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -8000.33, -2434.44, 130.97, 4.32467, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+807, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7993.24, -2417.83, 126.269, 4.08905, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+808, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7985.93, -2408.38, 123.861, 4.29483, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+809, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7973.65, -2420.13, 127.002, 2.75938, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+810, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7958.04, -2426.6, 126.167, 1.14931, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+811, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7972.63, -2449.74, 131.026, 1.34487, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+812, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7575.9, -2584.53, 137.523, 1.22157, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+813, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7591.64, -2576.53, 135.556, 0.359987, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+814, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7604.5, -2577.5, 134.365, 0.0206948, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+815, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7616.44, -2594.31, 132.523, 2.83635, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+816, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7599.67, -2601.16, 136.122, 2.22452, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+817, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7590.36, -2615.87, 136.061, 4.66161, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+818, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7575.04, -2606.2, 138.459, 3.45524, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+819, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7730.17, -2261.93, 137.989, 1.24513, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+820, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7735.06, -2242.01, 135.596, 1.19958, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+821, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7749.88, -2228.76, 133.439, 6.09655, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+822, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7737.42, -2206.29, 133.439, 5.28524, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+823, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7713.51, -2204.83, 133.49, 4.59411, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+824, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7698.61, -2217.55, 139.419, 3.8574, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+825, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7696.45, -2239.21, 139.919, 2.80732, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+826, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -7711.88, -2250.84, 140.087, 1.92214, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+827, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11267.5, -3368.29, 6.17019, 0.616004, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+828, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11238.5, -3366.15, 9.30955, 5.1666, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+829, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11226, -3354.2, 5.00362, 3.22667, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+830, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11227.9, -3335.06, 9.38161, 5.6724, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+831, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11243.4, -3317.81, 17.2305, 4.89328, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+832, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11270.5, -3335.92, 12.9347, 0.353674, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+833, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11263.8, -3352.07, 9.47735, 2.52216, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+834, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11255.2, -3361.94, 9.22855, 1.46187, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+835, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11353, -3171.54, 11.3114, 0.700866, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+836, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11319.9, -3156.14, 6.64135, 4.77393, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+837, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11321.1, -3145.94, 5.85427, 5.97795, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+838, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11335.2, -3137.89, 5.66443, 5.82951, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+839, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11353.5, -3150.18, 6.84925, 2.35176, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+840, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11339.3, -3166.02, 9.76497, 2.32742, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+841, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11516.1, -3269.67, 7.61483, 1.13046, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+842, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11510.3, -3285.25, 7.9412, 0.982024, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+843, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11516.5, -3297.52, 8.98016, 0.1173, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+844, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11533.6, -3297.72, 8.64214, 0.682787, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+845, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11550, -3306.62, 8.07618, 5.02761, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+846, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11554.3, -3287.97, 7.46118, 4.32075, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+847, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11541.2, -3274.05, 7.62419, 4.42678, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+848, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11534.4, -3258.9, 6.94823, 4.71188, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+849, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11436.5, -2844.87, -0.362505, 1.2962, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+850, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11452.4, -2828.57, -1.17212, 4.72918, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+851, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11454.2, -2813.48, -1.69555, 3.35395, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+852, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11438.3, -2806.12, -1.35185, 5.0779, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+853, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11443.6, -2790.89, -0.891521, 5.42818, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+854, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11420.7, -2790.57, 0.691492, 4.49357, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+855, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11409.7, -2810.2, -2.36321, 1.48, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+856, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11416.2, -2828.76, -2.90098, 0.272844, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+857, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11045.8, -2758.21, 1.87164, 5.54996, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+858, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11022.6, -2759.24, 3.08697, 1.76356, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+859, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11004.8, -2780.54, 4.58419, 0.923966, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+860, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11018, -2801.93, 5.84567, 0.0121185, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+861, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11045.9, -2803.32, 6.98039, 4.05299, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+862, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11035, -2793.02, 5.4368, 5.50755, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+863, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11043, -2779.91, 5.90326, 6.2631, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+864, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11160.4, -2984.76, 9.72992, 1.31511, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+865, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11168.5, -3003.18, 7.66806, 0.486513, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+866, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11185.9, -2999.99, 8.22473, 0.536778, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+867, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11203.5, -2992.34, 3.92208, 4.89731, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+868, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11187.9, -2969.27, 7.93547, 4.04672, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+869, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, -11170, -2965.46, 7.51637, 4.12683, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+870, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1777.61, -2897.03, 73.087, 1.39655, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+871, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1783.31, -2846.09, 67.9822, 4.42271, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+872, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1788.74, -2830.12, 68.0359, 1.67068, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+873, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1800.33, -2842.48, 73.6243, 1.56857, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+874, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1798.87, -2864.41, 68.6096, 1.56857, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+875, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1789.79, -2879.64, 68.5081, 4.89395, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+876, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1765.11, -2874.26, 74.0048, 4.02608, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+877, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1774.57, -2863.73, 69.7669, 5.59687, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+878, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1764.85, -2847.6, 71.5943, 3.67265, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+879, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1599.74, -3021.81, 79.8391, 1.66675, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+880, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1597.34, -3034.99, 78.5993, 0.0409778, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+881, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1589.92, -3048.75, 80.9052, 2.54169, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+882, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1597.11, -3067.07, 80.2464, 4.08735, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+883, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1610.13, -3055.87, 77.6136, 2.12543, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+884, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1625.7, -3061.92, 77.3146, 4.80835, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+885, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1623.91, -3045.92, 79.3162, 1.88823, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+886, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1637.01, -3042.07, 79.2882, 6.05006, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+887, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1626.83, -3029.99, 79.2144, 4.19338, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+888, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1912.76, -3095.89, 87.2351, 3.54621, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+889, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1929.92, -3086.2, 84.2321, 4.09521, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+890, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1940.87, -3076.78, 80.0804, 2.02725, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+891, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1947.55, -3088.68, 83.4082, 2.82443, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+892, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1962.46, -3099.5, 83.2688, 0.243614, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+893, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1953.37, -3115.59, 86.5602, 0.0857488, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+894, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1938.09, -3126.34, 92.1372, 6.11682, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+895, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1916.74, -3127.8, 95.8781, 4.51854, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+896, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1917.87, -3116.13, 90.5571, 5.25131, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+897, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1997.95, -4717.56, 99.383, 0.864038, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+898, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2001.24, -4732.9, 98.262, 0.53417, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+899, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1991.31, -4746.78, 97.7072, 0.361382, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+900, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1974.51, -4750.56, 95.382, 5.17901, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+901, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1965.69, -4733.77, 97.5272, 0.0487938, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+902, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1957.52, -4722.65, 98.1907, 3.75666, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+903, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1970.71, -4710.93, 98.3412, 2.67202, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+904, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1984.36, -4720, 99.4378, 3.98128, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+905, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1939.26, -5117.58, 78.3975, 2.2801, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+906, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1957.21, -5121.37, 78.4893, 0.973198, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+907, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1963.07, -5139.38, 75.1367, 2.5597, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+908, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1968.63, -5154.31, 75.2436, 0.0699899, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+909, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1940.01, -5161.82, 73.9956, 0.661395, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+910, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1930.15, -5146.04, 73.6406, 4.86485, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+911, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 1929.63, -5129.35, 77.1608, 2.93748, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+912, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2330.56, -4934.87, 78.4622, 4.81852, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+913, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2340.42, -4953.23, 71.6733, 2.16152, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+914, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2352.85, -4956.46, 71.1816, 3.15505, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+915, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2367.71, -4957.83, 72.4836, 1.28423, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+916, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2370.43, -4976.23, 72.1533, 2.96106, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+917, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2357.11, -4989.75, 72.8579, 0.348036, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+918, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2341.84, -4993.86, 72.3872, 5.7021, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+919, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2321.64, -4980.49, 73.1441, 4.30016, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+920, @GHOUL_BERSERKER, 0, 0, 0, 0, 0, 1, 1, 0, 2326.18, -4969.43, 71.7349, 4.75726, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Spectral Soldier\n(@CGUID+1000, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7253.69, -3527.79, 13.1334, 6.05833, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1001, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7232.37, -3529.18, 12.06, 0.0885138, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1002, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7218.69, -3550.56, 12.3872, 5.26036, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1003, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7233.92, -3563.12, 12.9756, 3.70213, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1004, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7251.09, -3575.89, 9.88852, 1.00586, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1005, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7269.5, -3559.7, 8.8689, 2.7573, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1006, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7272.01, -3539.03, 11.4266, 0.372042, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1007, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7310.14, -3995.65, 12.2482, 1.6648, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1008, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7327.68, -3989.24, 11.8982, 2.72509, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1009, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7349.33, -3989.83, 10.2553, 3.11622, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1010, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7356.56, -3966.33, 9.30292, 2.05593, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1011, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7338.05, -3963.55, 9.5817, 0.245584, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1012, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7318.76, -3953.6, 10.3148, 0.0994997, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1013, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7313.21, -3973.26, 10.1519, 5.06007, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1014, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7632.41, -3724.33, 19.5669, 2.95756, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1015, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7655.11, -3719.69, 24.8965, 1.61061, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1016, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7651.41, -3742.93, 24.3434, 4.74042, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1017, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7633.86, -3760.83, 19.0498, 6.02847, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1018, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -7614.19, -3742.37, 16.746, 0.924172, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1019, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8554.43, -2325.23, 28.4555, 0.862875, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1020, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8563.17, -2299.47, 25.5877, 6.1926, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1021, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8555, -2282.14, 25.3585, 5.54072, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1022, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8538.64, -2272.83, 26.1341, 4.9077, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1023, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8518.01, -2278.57, 27.3736, 4.19849, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1024, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8506.4, -2295.5, 29.4013, 3.48064, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1025, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8508.45, -2315.65, 32.4081, 2.69053, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1026, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8524.44, -2330.16, 33.3573, 2.00723, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1027, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8512.17, -2696.65, 24.9327, 1.58861, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1028, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8520.49, -2715.95, 20.5475, 1.84308, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1029, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8534.33, -2721.55, 18.0225, 0.295062, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1030, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8554.05, -2724.18, 17.0071, 4.23305, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1031, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8546.07, -2709.34, 18.522, 4.94069, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1032, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8550.99, -2690.23, 20.5039, 2.72901, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1033, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8532.33, -2692.43, 22.9989, 4.00842, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1034, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8842.85, -2603.79, 21.8295, 4.9407, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1035, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8844.59, -2585.24, 19.7567, 2.69132, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1036, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8829.28, -2589.86, 19.6556, 3.36912, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1037, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8810.69, -2587.07, 15.9853, 1.54699, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1038, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8812.08, -2604.95, 20.8372, 1.74256, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1039, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8807.51, -2619.96, 23.2597, 6.22875, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1040, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8830.15, -2620.51, 24.1973, 0.339048, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1041, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8845.92, -2621.6, 22.6144, 4.00686, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1042, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8478.76, -3833.47, 18.7074, 5.05773, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1043, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8492.65, -3812.8, 21.045, 0.239318, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1044, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8507.76, -3815.73, 22.9174, 6.02535, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1045, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8521.08, -3812.97, 21.8055, 1.24855, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1046, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8529.69, -3827.39, 20.4787, 2.50912, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1047, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8516.07, -3836.72, 22.4639, 1.52816, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1048, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8508.33, -3852.26, 23.5679, 3.96368, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1049, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8494.09, -3839.27, 23.1364, 3.69036, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1050, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8314.91, -4212.85, 10.4806, 5.31537, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1051, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8332.4, -4180.16, 13.0831, 4.37289, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1052, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8364.05, -4218.17, 12.9245, 3.83254, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1053, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8354.98, -4203.23, 11.4411, 4.82685, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1054, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8348.49, -4190.37, 11.7735, 4.83785, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1055, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8328.14, -4198.87, 12.0051, 1.6397, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1056, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8326.44, -4227.29, 12.5374, 4.7436, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1057, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8346.35, -4225.31, 13.2507, 1.16218, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1058, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8160.08, -3833.38, 14.2594, 1.42532, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1059, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8153.83, -3818.18, 15.6091, 4.26532, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1060, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8146.9, -3803.83, 13.6922, 4.37135, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1061, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8159.15, -3788.5, 13.5425, 5.19052, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1062, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8181.61, -3799.57, 14.6209, 6.06387, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1063, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8188.6, -3814.59, 11.4757, 6.14633, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1064, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, -8173.93, -3822.77, 13.048, 1.1999, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1065, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6787.62, -3622.87, 723.336, 5.49136, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1066, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6774.56, -3610.25, 719.693, 6.19822, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1067, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6760.71, -3605.69, 716.668, 3.91742, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1068, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6772.17, -3593.12, 714.688, 4.01952, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1069, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6790.54, -3585.72, 712.333, 1.83218, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1070, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6805.57, -3588.52, 714.275, 0.822948, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1071, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6799.13, -3604.55, 718.661, 4.82063, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1072, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6722.16, -3324.33, 679.838, 5.03271, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1073, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6718.1, -3347.5, 685.878, 2.61368, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1074, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6729.63, -3359.21, 686.241, 4.23788, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1075, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6740.95, -3363.89, 686.298, 2.79825, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1076, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6751.57, -3368.6, 683.03, 4.31407, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1077, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6757.63, -3346.78, 683.258, 4.2104, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1078, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6762.02, -3333.63, 679.551, 5.68301, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1079, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6747.82, -3333.03, 682.245, 2.06154, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1080, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6732.39, -3338.78, 685.262, 0.0336456, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1081, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6531.21, -3518.87, 650.307, 4.67067, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1082, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6523.55, -3499.41, 641.969, 4.51829, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1083, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6530.47, -3483.06, 638.095, 3.94574, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1084, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6547.88, -3469.26, 639.429, 1.02877, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1085, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6545.79, -3486.66, 643.989, 2.94043, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1086, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6559.41, -3495.02, 652.317, 0.843415, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1087, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6549.32, -3509.47, 651.361, 1.59897, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1088, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7816.62, -4224.59, 676.905, 0.876429, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1089, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7814.8, -4206.58, 675.392, 0.219846, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1090, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7834.09, -4223.91, 675.913, 3.9497, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1091, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7801.52, -4198.38, 677.518, 5.59904, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1092, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7796.68, -4220.94, 677.11, 0.200986, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1093, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7807.35, -4235.03, 679.78, 0.431108, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1094, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7825.15, -4242.17, 682.274, 1.52124, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1095, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7841.17, -4232.58, 678.196, 2.26658, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1096, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7848.96, -4212.49, 676.69, 3.00564, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1097, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7840.21, -4193.6, 679.849, 3.98582, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1098, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7822.92, -4188.92, 677.6, 4.73979, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1099, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7707.87, -3863.76, 689.003, 3.13208, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1100, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7712.22, -3873.98, 689.129, 5.64692, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1101, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7698.44, -3855.75, 688.016, 5.38382, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1102, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7693.57, -3844.97, 688.631, 0.359624, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1103, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7678.09, -3848.13, 686.566, 1.31781, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1104, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7680.18, -3860.96, 685.667, 0.888983, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1105, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7674.03, -3875.67, 685.865, 2.56502, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1106, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7683.72, -3886.52, 687.567, 3.63945, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1107, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7699.01, -3884.16, 688.146, 2.13541, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1108, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7926.67, -3873.43, 695.747, 3.65434, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1109, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7915.87, -3863.03, 698.016, 2.19036, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1110, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7930.97, -3888.16, 694.94, 2.15894, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1111, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7945.87, -3880.06, 695.185, 2.42598, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1112, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7960.62, -3865.21, 695.148, 6.17783, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1113, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 7944.15, -3856.06, 695.09, 5.12932, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1114, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6062.49, -5037.61, 787.601, 3.02448, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1115, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6099.51, -5059.09, 796.47, 3.55541, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1116, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6099.83, -5041.11, 792.365, 5.08143, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1117, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6080.84, -5028.08, 788.092, 1.43326, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1118, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6076.92, -5054.44, 795.036, 0.781384, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1119, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6274.86, -4751.18, 753.318, 5.13488, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1120, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6258.09, -4795.66, 756.849, 0.709165, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1121, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6261.33, -4774.32, 754.67, 5.45533, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1122, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6297.93, -4753.03, 762.26, 2.52345, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1123, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6304.66, -4775.16, 758.078, 0.623569, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1124, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6292.75, -4782.3, 758.154, 0.896888, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1125, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6279.75, -4792.88, 757.83, 1.24403, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1126, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6059.16, -4780.07, 777.758, 4.88826, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1127, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6041.27, -4737.16, 792.55, 4.05889, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1128, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6048.4, -4759.52, 790.811, 0.88588, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1129, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6038.71, -4793.75, 781.206, 5.27311, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1130, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6027.87, -4776.73, 794.334, 5.63911, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1131, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6010.11, -4766.56, 803.2, 5.95719, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1132, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 6026.88, -4756.4, 800.464, 5.45453, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1133, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3382.58, -5571.11, 10.3556, 5.56599, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1134, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3365.35, -5555.06, 13.2947, 4.92589, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1135, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3347.46, -5557.06, 14.7709, 1.37589, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1136, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3344.36, -5573.32, 11.5467, 2.01677, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1137, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3355.5, -5592.76, 8.91828, 4.41145, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1138, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3364.2, -5584.31, 8.73963, 2.51393, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1139, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3378.09, -5593.51, 7.43955, 4.54261, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1140, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3507.73, -5715.96, 5.08642, 5.69162, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1141, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3523.41, -5703.18, 5.41292, 5.47644, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1142, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3489.26, -5697.35, 4.49427, 5.67278, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1143, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3486.43, -5719.93, 7.49335, 0.144362, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1144, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3501.66, -5737.21, 5.12109, 0.764827, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1145, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3526.43, -5737.22, 2.01013, 1.62484, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1146, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3543.6, -5720.35, 2.95725, 2.70005, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1147, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3543.59, -5699.79, 7.72259, 3.40769, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1148, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3526.77, -5684.53, 5.5164, 4.21978, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1149, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3507.44, -5684.9, 4.89503, 4.98631, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1150, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3693.37, -5544.14, 17.3518, 2.83046, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1151, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3685.94, -5520.95, 22.3673, 5.08141, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1152, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3668.88, -5507.16, 26.7003, 4.45702, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1153, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3650.6, -5512.08, 25.8263, 4.6565, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1154, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3636.59, -5531.81, 22.7693, 6.21158, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1155, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3640.59, -5550.73, 20.5029, 6.13461, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1156, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3655.07, -5566.92, 16.7671, 1.26672, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1157, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3673.35, -5567.62, 14.672, 1.97672, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1158, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3336.57, -4547.6, 97.706, 4.66645, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1159, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3351.63, -4535.62, 98.3064, 0.754392, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1160, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3332.46, -4533.8, 98.1768, 5.74403, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1161, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3314.22, -4514.56, 97.4662, 3.20483, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1162, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3334.18, -4510.63, 97.3177, 3.47815, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1163, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3355.29, -4507.23, 98.0752, 1.73849, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1164, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3110.26, -4222.69, 99.1066, 3.08547, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1165, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3101.02, -4243.94, 98.4728, 2.34719, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1166, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3084.09, -4250.68, 98.1483, 1.75264, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1167, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3062.55, -4243.52, 96.8941, 0.804669, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1168, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3052.03, -4225.21, 94.568, 0.366419, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1169, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3059.49, -4204.2, 95.3011, 5.79981, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1170, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3079, -4193.76, 97.0545, 4.811, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1171, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3097.62, -4203.29, 99.2555, 4.04524, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1172, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3506.18, -4141.66, 104.895, 3.7947, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1173, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3515.21, -4134.98, 106.1, 3.08705, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1174, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3538.28, -4138.96, 107.492, 1.14869, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1175, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3529.79, -4157.6, 106.963, 6.21372, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1176, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3518.7, -4163.97, 105.457, 0.953126, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1177, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3510.05, -4174.28, 102.109, 5.64117, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1178, @SPECTRAL_SOLDIER, 0, 0, 1, 0, 0, 1, 1, 0, 3502, -4156.78, 103.994, 5.12987, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1179, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8377.58, -1231.6, 192.909, 2.16484, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1180, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8371.21, -1198.77, 187.155, 2.67535, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1181, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8387.39, -1213.4, 187.976, 1.65826, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1182, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8398.39, -1235.39, 195.585, 1.32604, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1183, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8420.48, -1219.4, 197.578, 6.27797, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1184, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8414.53, -1196.77, 189.794, 3.95241, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1185, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8398.3, -1191.97, 187.794, 3.80475, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1186, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8371.97, -948.905, 196.786, 4.98519, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1187, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8352.74, -955.921, 190.793, 4.04272, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1188, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8339.15, -965.359, 187.767, 1.84281, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1189, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8333.67, -982.133, 182.732, 0.218606, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1190, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8350.9, -988.462, 184.201, 0.27594, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1191, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8377.23, -992.354, 187.245, 4.54065, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1192, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8377.94, -979.043, 187.856, 4.15738, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1193, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8373.33, -968.273, 189.817, 2.80885, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1194, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8042.64, -1025.97, 122.563, 5.54989, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1195, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8058.3, -1008.72, 130.784, 0.238243, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1196, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8056, -991.403, 131.337, 0.110228, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1197, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8033.83, -986.983, 122.634, 4.83206, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1198, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8023.87, -979.483, 122.647, 3.19844, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1199, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8008.66, -996.812, 128.499, 0.733856, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1200, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8016.48, -1015.92, 129.538, 1.31505, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1201, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7977.24, -2456.39, 132.633, 1.50981, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1202, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7993.47, -2445.56, 132.135, 5.93317, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1203, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8010.84, -2441.29, 129.523, 5.20039, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1204, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -8003.66, -2419.46, 125.931, 3.81888, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1205, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7984.25, -2418.61, 126.851, 3.68851, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1206, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7967.77, -2411.01, 126.693, 1.24199, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1207, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7967.84, -2428.59, 126.563, 1.34566, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1208, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7964.13, -2443.66, 129.051, 6.22848, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1209, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7585.31, -2600.8, 138.07, 5.56482, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1210, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7585.79, -2583.82, 137.613, 5.3779, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1211, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7618.4, -2582.39, 131.459, 0.769958, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1212, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7617.06, -2604.5, 132.711, 0.825721, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1213, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7602.57, -2617.57, 134.507, 1.17601, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1214, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7579.81, -2616.94, 137.373, 1.91114, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1215, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7565.18, -2600.33, 139.074, 4.6459, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1216, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7565.65, -2581.1, 137.24, 3.36334, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1217, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7581.57, -2565.64, 134.036, 4.22021, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1218, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7601.34, -2564.96, 133.656, 5.01974, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1219, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7737.47, -2228.57, 134.017, 5.54206, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1220, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7743.66, -2217.49, 133.44, 3.82832, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1221, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7725.03, -2203.07, 133.44, 1.61585, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1222, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7719.43, -2216.49, 133.777, 2.19155, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1223, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7705.5, -2228.86, 137.646, 0.517076, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1224, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7710.45, -2260.82, 140.678, 1.64882, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1225, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7728.83, -2251.8, 137.644, 5.26873, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1226, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -7745.7, -2247.64, 134.117, 0.246891, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1227, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11277.8, -3353.13, 8.50202, 6.2583, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1228, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11248.1, -3363.93, 9.89694, 4.97968, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1229, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11261.9, -3340.07, 10.1855, 6.22453, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1230, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11274.9, -3322.9, 24.2675, 5.42814, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1231, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11255.2, -3319.27, 20.5316, 3.18976, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1232, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11237.4, -3336.05, 9.15823, 2.71067, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1233, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11234.5, -3353.63, 5.00405, 0.188753, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1234, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11264.7, -3360.69, 6.02268, 3.32721, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1235, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11327.7, -3125.9, -1.28468, 4.23359, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1236, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11332.1, -3176.54, 8.78048, 5.46508, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1237, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11354.4, -3162.22, 8.42735, 4.62941, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1238, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11344.1, -3144.19, 5.90059, 4.05371, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1239, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11317.9, -3136.57, 5.52922, 1.67395, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1240, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11312.9, -3149.04, 5.81228, 5.37868, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1241, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11319.1, -3166.02, 7.48661, 6.16958, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1242, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11521.5, -3259.31, 7.57919, 4.19587, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1243, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11537.1, -3266.53, 7.11409, 0.0450422, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1244, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11552.8, -3269.74, 7.07191, 1.46112, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1245, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11546.4, -3294.83, 7.74068, 1.9889, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1246, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11536.6, -3306.04, 8.07472, 4.22729, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1247, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11524.5, -3292.92, 8.77036, 5.4855, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1248, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11516.8, -3277.2, 7.67242, 3.92805, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1249, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11448.4, -2838.4, -0.576696, 4.73938, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1250, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11450.6, -2821.78, -1.51066, 6.11226, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1251, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11431.8, -2797.27, -0.645644, 2.34, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1252, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11416.8, -2811.75, -0.106133, 3.17959, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1253, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11403, -2823.37, -2.61865, 2.30465, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1254, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11412.3, -2837.72, -2.90091, 5.72035, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1255, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11428.6, -2835.67, 0.353119, 6.2717, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1256, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11034.1, -2770.11, 4.49206, 3.60847, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1257, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11016.1, -2766.3, 3.46694, 1.17138, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1258, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11013.9, -2782.01, 4.3324, 2.32277, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1259, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11009.1, -2801.31, 5.7803, 4.90124, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1260, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11029.2, -2802.26, 8.42919, 5.83036, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1261, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11044.8, -2789.5, 5.91896, 0.110307, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1262, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11176.5, -2974.29, 7.49702, 3.96975, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1263, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11161.1, -2969.92, 7.68372, 5.17612, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1264, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11166, -2991.71, 8.99012, 2.5898, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1265, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11164.9, -3015.29, 7.82341, 5.93481, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1266, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11189.7, -3013.13, 7.77219, 1.4227, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1267, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11211, -3004.44, 3.46739, 4.88552, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1268, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11213.3, -2981.7, 4.06887, 0.238321, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1269, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, -11195.9, -2963.93, 8.58803, 3.78833, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1270, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1790.47, -2891.62, 69.6029, 1.31409, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1271, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1794.92, -2871.4, 68.7949, 3.43466, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1272, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1807.33, -2867.86, 67.9627, 5.34397, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1273, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1793.59, -2849.99, 69.3165, 4.95284, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1274, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2308.88, -4977.55, 73.5633, 0.863258, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1275, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1775.53, -2830.14, 68.7402, 1.43975, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1276, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1773.03, -2846.69, 68.4034, 6.19377, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1277, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1758.3, -2855.09, 73.3204, 2.60607, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1278, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1766.96, -2867.05, 72.0337, 2.40894, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1279, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1760.63, -2883.89, 76.3784, 6.08853, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1280, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1601.86, -3028.46, 78.4794, 0.953613, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1281, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1590.48, -3039.89, 79.768, 2.43645, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1282, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1598.76, -3051.29, 79.8635, 2.04532, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1283, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1603.16, -3060.79, 79.0029, 3.3962, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1284, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1617.65, -3063.21, 77.7708, 3.81718, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1285, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1628.81, -3049.69, 79.6552, 4.07871, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1286, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1629.3, -3037.87, 79.5835, 4.37874, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1287, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1632.23, -3023.77, 78.8111, 0.231049, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1288, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1616.22, -3026.27, 78.345, 6.04299, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1289, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1928.66, -3130.43, 93.3695, 1.49633, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1290, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1920.15, -3104.08, 87.4116, 1.31569, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1291, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1907.41, -3118.34, 93.5352, 6.06342, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1292, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1903.4, -3100.65, 90.2552, 3.97426, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1293, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1911.68, -3086.2, 84.4688, 3.58314, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1294, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1930.42, -3075.31, 80.5582, 4.64342, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1295, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1949.7, -3078.08, 79.2427, 1.54189, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1296, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1949.76, -3095.94, 84.1595, 2.48516, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1297, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1958.81, -3106.77, 83.6487, 0.40385, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1298, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1936.16, -3113.57, 89.2041, 0.966981, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1299, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1980.51, -4703.64, 97.4074, 4.77059, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1300, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1970.39, -4718.36, 98.4699, 5.94556, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1301, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1943.72, -4720.5, 101.602, 3.35689, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1302, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1960.11, -4739.62, 96.4193, 2.94927, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1303, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1973.1, -4739.04, 97.226, 2.49374, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1304, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1996.28, -4739.03, 98.1457, 4.98345, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1305, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1993.01, -4722.99, 99.3717, 4.67714, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1306, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1938.61, -5129.55, 75.2163, 4.18233, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1307, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1954.46, -5133.39, 74.3675, 2.42697, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1308, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1969.55, -5134.47, 78.4198, 2.81967, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1309, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1947.34, -5119.31, 77.8697, 0.703814, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1310, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1922.8, -5137.01, 75.8152, 2.0115, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1311, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1935.08, -5154.14, 73.6115, 2.20942, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1312, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1948.14, -5162.73, 75.7849, 4.13522, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1313, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 1959.4, -5151.48, 73.9986, 4.67086, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1314, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2316.31, -4953.52, 76.4808, 3.12442, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1315, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2333.5, -4948.64, 73.0971, 4.21063, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1316, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2350.05, -4945.13, 72.2347, 1.90548, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1317, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2358.07, -4967.65, 70.6245, 2.62805, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1318, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2363.15, -4983.36, 74.1536, 5.88824, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1319, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2341.63, -4983.05, 71.7839, 0.834199, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1320, @SPECTRAL_SOLDIER, 0, 0, 0, 0, 0, 1, 1, 0, 2328.65, -4992.79, 74.2391, 5.3361, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n\n-- Skeletal Shocktrooper\n(@CGUID+1400, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7228.9, -3519.53, 10.8107, 5.55331, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1401, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7231.76, -3544.62, 13.3262, 4.82211, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1402, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7242.17, -3566.92, 12.0161, 4.27233, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1403, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7256.58, -3559, 11.125, 2.1871, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1404, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7257.86, -3536.86, 13.1859, 4.33123, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1405, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7222.9, -3560.62, 13.0051, 5.21874, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1406, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7257.07, -3519.42, 12.5261, 0.642222, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1407, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7315.33, -3963.33, 9.91273, 4.23855, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1408, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7317.75, -3985.26, 12.1516, 4.05476, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1409, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7340.91, -3983.13, 10.2881, 2.87902, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1410, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7346.14, -3957.9, 9.4102, 1.59254, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1411, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7333.24, -3997.19, 10.8233, 4.84958, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1412, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7303.46, -3981.57, 9.82134, 1.73155, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1413, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7622.47, -3753.87, 17.9405, 2.87667, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1414, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7602.2, -3742.51, 14.5621, 1.49516, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1415, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7613.1, -3718.94, 17.7236, 4.14667, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1416, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7635.3, -3711.42, 19.4975, 4.45297, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1417, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7645.27, -3729.24, 23.5835, 4.30689, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1418, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -7652.29, -3758.54, 21.5125, 4.77892, 300, 0, 0, 4121, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1419, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8558.31, -2312.09, 27.0857, 3.34238, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1420, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8542.5, -2292.31, 27.1731, 4.23459, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1421, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8529.01, -2278.64, 26.9154, 1.4213, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1422, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8526.12, -2295.14, 28.9666, 2.60175, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1423, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8510.93, -2305.96, 31.0658, 0.544007, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1424, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8528.53, -2318.61, 31.5261, 0.990113, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1425, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8539.83, -2332.82, 31.1292, 0.151307, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1426, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8508.93, -2715.47, 21.6675, 0.147409, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1427, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8522.81, -2726.75, 18.8615, 0.623361, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1428, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8539.72, -2735.01, 16.1401, 4.89828, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1429, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8544.48, -2719.29, 17.6123, 5.60514, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1430, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8558.8, -2705.96, 18.2341, 3.83878, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1431, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8542.77, -2694.87, 20.947, 4.33515, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1432, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8531.46, -2680.47, 25.8371, 2.04571, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1433, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8520.73, -2701.8, 22.5981, 3.24816, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1434, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8352.13, -4181.17, 12.6796, 4.98079, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1435, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8337.83, -4225.12, 13.4841, 0.632041, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1436, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8348.17, -4234.61, 13.3032, 5.04127, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1437, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8354.48, -4215.82, 12.6102, 5.12138, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1438, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8365.43, -4197.22, 10.5492, 3.30004, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1439, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8336.79, -4192.72, 12.1525, 2.85629, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1440, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8318.66, -4195.99, 11.9256, 1.59651, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1441, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8327.25, -4216.73, 12.6585, 3.01965, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1442, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8192.04, -3798.41, 13.5407, 2.34424, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1443, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8145.64, -3822.69, 15.559, 5.27613, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1444, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8181.44, -3819.32, 12.1071, 0.145122, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1445, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8151.19, -3810.94, 14.966, 5.47248, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1446, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8158.17, -3798.51, 14.3966, 6.06388, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1447, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8177.57, -3789.42, 15.5744, 0.585731, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1448, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8183.24, -3807.89, 13.31, 1.9107, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1449, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8178.13, -3831.95, 11.0105, 3.50977, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1450, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8161.54, -3824.23, 14.9419, 1.61382, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1451, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8479.99, -3820.62, 17.5176, 3.19477, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1452, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8481.55, -3845.52, 20.7769, 2.54289, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1453, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8499.09, -3856.44, 23.8273, 1.80147, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1454, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8521.16, -3852.1, 22.543, 0.981517, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1455, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8531.96, -3836.57, 21.1802, 0.382262, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1456, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8531.1, -3816.94, 20.3105, 5.97116, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1457, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8516.82, -3803.97, 22.4022, 5.36328, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1458, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8496.06, -3803.68, 20.3553, 4.47186, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1459, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8837.72, -2628.14, 23.8722, 1.18727, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1460, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8853.52, -2613.24, 21.311, 0.496126, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1461, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8853.13, -2591.08, 20.089, 5.88397, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1462, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8837.3, -2576.76, 17.938, 5.19282, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1463, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8817.66, -2578.41, 15.1899, 4.35795, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1464, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8802.32, -2593.22, 15.6656, 3.64167, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1465, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8799.81, -2612.98, 20.2071, 2.98037, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1466, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, -8814.13, -2626.46, 24.7675, 2.27037, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1467, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6799.15, -3581.89, 711.417, 2.29714, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1468, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6806.99, -3596.81, 716.199, 0.791534, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1469, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6797.9, -3622.07, 723.248, 2.20132, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1470, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6780.17, -3628.04, 724.67, 1.47169, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1471, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6763.63, -3615.76, 719.175, 0.62189, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1472, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6760.09, -3595.73, 713.399, 6.08277, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1473, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6775.55, -3580.77, 711.11, 5.1568, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1474, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6717.11, -3336.07, 682.077, 5.68694, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1475, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6732.64, -3322.58, 680.404, 5.11282, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1476, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6753.99, -3326.83, 678.509, 4.36984, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1477, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6767.24, -3343.87, 679.275, 3.42973, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1478, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6761.77, -3364.88, 679.852, 2.84775, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1479, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6742.61, -3375.34, 682.184, 1.6398, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1480, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6724.9, -3367.71, 683.448, 0.896814, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1481, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6714.84, -3355.36, 685.484, 0.157759, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1482, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6558.57, -3517.55, 660.142, 2.26813, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1483, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6552.12, -3494.69, 647.793, 1.04683, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1484, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6555.99, -3482.92, 646.955, 5.46942, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1485, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6540.26, -3477.63, 639.616, 5.83227, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1486, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6530.21, -3473.03, 633.102, 1.29032, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1487, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6522.95, -3491.43, 639.587, 1.71914, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1488, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6528.35, -3507.54, 644.869, 2.69932, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1489, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6539.83, -3512.88, 649.423, 1.80554, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1490, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7832.24, -4194.66, 677.74, 2.05926, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1491, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7837.27, -4207.91, 676.202, 2.56819, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1492, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7847.06, -4223.09, 676.42, 0.0831928, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1493, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7823.92, -4228.58, 677.816, 0.0831928, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1494, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7805.72, -4226.42, 677.481, 4.20732, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1495, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7808.68, -4210.4, 675.293, 5.4239, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1496, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7810.78, -4191.39, 678.418, 5.20634, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1497, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7699.45, -3893.83, 689.115, 1.66417, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1498, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7682.06, -3876.81, 686.672, 0.366693, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1499, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7664.72, -3877.74, 685.714, 3.8625, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1500, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7672.25, -3859.17, 685.388, 5.98779, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1501, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7689.44, -3853.31, 687.026, 3.29152, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1502, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7708.13, -3855.25, 690.399, 1.01151, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1503, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7703.83, -3871.72, 687.695, 2.81792, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1504, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7933.49, -3881.11, 695.381, 0.573231, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1505, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7917.47, -3879.41, 695.341, 5.69167, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1506, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7923.49, -3862.78, 696.983, 4.39733, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1507, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7934.51, -3852.14, 695.816, 3.47056, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1508, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7950.15, -3848.79, 695.232, 1.62488, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1509, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7952.2, -3869.49, 695.026, 2.35608, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1510, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7956.6, -3881.78, 693.912, 0.656481, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1511, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 7943.21, -3890.29, 694.606, 5.60292, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1512, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6067.01, -5062.66, 802.63, 3.98031, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1513, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6062.94, -5046.75, 791.391, 6.19669, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1514, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6071.44, -5029.09, 786.504, 5.55895, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1515, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6091.1, -5022.92, 788.544, 4.90709, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1516, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6110.99, -5032.18, 791.477, 3.86723, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1517, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6114.18, -5054.2, 794.05, 2.93339, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1518, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6094.78, -5070.56, 800.443, 4.42565, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1519, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6252.97, -4767.17, 753.91, 5.85744, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1520, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6276.69, -4802.65, 758.498, 2.50617, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1521, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6295.54, -4793.87, 758.974, 4.95504, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1522, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6294.28, -4765.49, 756.357, 4.23013, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1523, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6267.56, -4764.72, 754.652, 6.17633, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1524, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6267.2, -4786.49, 756.198, 0.504176, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1525, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6031.17, -4742.36, 799.305, 4.41389, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1526, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6050.91, -4747.15, 786.768, 4.04711, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1527, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6061.21, -4765.59, 785.186, 3.15804, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1528, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6052.42, -4793.29, 776.136, 2.35537, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1529, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6024.9, -4793.27, 786.492, 1.20476, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1530, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6013.74, -4776.01, 799.336, 0.363603, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1531, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 6016.16, -4759.5, 804.185, 5.81584, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1532, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3373.55, -5579.51, 9.11774, 2.56734, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1533, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3391.12, -5577.27, 9.42548, 3.25928, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1534, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3384.97, -5559.78, 12.5975, 3.32132, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1535, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3367.6, -5548.11, 14.8243, 4.36747, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1536, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3348.22, -5543.83, 19.2307, 5.0429, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1537, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3334.75, -5559.7, 16.2862, 5.82201, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1538, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3332.86, -5579, 13.9687, 0.214256, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1539, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3345.82, -5592.28, 10.2945, 0.966668, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1540, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3365.89, -5595.02, 8.37796, 1.77327, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1541, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3512.97, -5736.85, 3.89192, 5.40574, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1542, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3497.54, -5718.27, 6.27591, 5.40574, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1543, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3488.64, -5709.38, 5.59167, 3.85929, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1544, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3502.63, -5699.95, 4.26346, 3.50586, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1545, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3516.89, -5695.06, 4.49568, 3.1917, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1546, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3533.19, -5696.21, 6.96085, 1.76463, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1547, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3542.63, -5709.81, 6.00525, 0.872416, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1548, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3535.72, -5728.02, 1.77402, 4.92978, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1549, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3680.27, -5530.84, 19.9861, 5.51337, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1550, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3667.9, -5521.43, 22.686, 0.134968, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1551, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3645.08, -5523.15, 23.785, 0.895234, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1552, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3640.33, -5541.18, 21.717, 2.85637, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1553, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3656.23, -5547, 19.5238, 0.813553, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1554, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3663.15, -5561.99, 16.3882, 4.28737, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1555, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3673.26, -5550.07, 16.9807, 2.88936, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1556, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3686.7, -5557.1, 15.0838, 3.08571, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1557, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3351.3, -4513.64, 98.8433, 4.23999, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1558, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3367.98, -4512.02, 100.01, 0.667993, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1559, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3359.15, -4530.94, 98.553, 0.734752, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1560, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3345.74, -4551.31, 99.5499, 1.7165, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1561, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3326.24, -4546.39, 96.9837, 1.05834, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1562, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3319.65, -4526.67, 98.1768, 4.50938, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1563, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3325.22, -4502.32, 97.3846, 5.33169, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1564, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3345.72, -4500.8, 96.8276, 4.40415, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1565, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3102.28, -4212.15, 99.3178, 6.01971, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1566, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3083.47, -4206.49, 97.5914, 5.90976, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1567, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3071.98, -4203.2, 95.7962, 1.31439, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1568, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3059.71, -4216.32, 94.7956, 2.24116, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1569, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3075.05, -4230.31, 96.5669, 1.86103, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1570, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3076.47, -4245.26, 97.9413, 3.96982, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1571, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3091.88, -4243.73, 97.8648, 4.9123, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1572, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3092.89, -4228.52, 97.0196, 3.35407, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1573, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3498.74, -4147.36, 103.712, 4.1285, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1574, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3504.42, -4134.02, 107.411, 2.87186, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1575, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3523.82, -4132.42, 107.013, 2.96375, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1576, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3531.29, -4148.88, 107.628, 1.27122, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1577, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3527.02, -4167.12, 105.106, 5.0372, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1578, @SKELETAL_SHOCKTROOPER, 0, 0, 1, 0, 0, 1, 1, 0, 3510.25, -4163.31, 104.641, 0.570631, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1579, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8415.61, -1231.95, 197.526, 1.45798, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1580, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8384.22, -1188.66, 199.631, 3.76941, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1581, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8379.46, -1218.41, 188.272, 2.89682, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1582, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8407.52, -1183.64, 189.669, 1.51296, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1583, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8419.86, -1207.99, 193.175, 3.80396, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1584, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8409.71, -1219.73, 189.913, 2.83714, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1585, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8397.39, -1223.94, 191.8, 1.73758, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1586, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8386.56, -977.266, 189.175, 3.98302, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1587, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8377.29, -959.841, 193.336, 3.66729, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1588, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8360.97, -951.959, 193.108, 2.56694, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1589, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8349.36, -964.26, 188.351, 2.96043, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1590, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8329.7, -970.7, 186.255, 0.917607, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1591, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8337.72, -992.917, 182.524, 2.61642, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1592, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8360.18, -1000.08, 186.518, 0.665494, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1593, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8371, -985.647, 186.958, 0.897187, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1594, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8007.14, -984.145, 127.899, 0.872057, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1595, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8013.81, -1005.99, 128.3, 3.49921, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1596, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8026.33, -987.716, 122.644, 5.48628, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1597, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8049.11, -1007.53, 127.527, 1.3543, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1598, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8033.29, -1020.74, 127.641, 1.80433, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1599, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7976.9, -2442.53, 130.034, 5.48629, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1600, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7990.74, -2426.34, 129.445, 3.80475, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1601, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8010.9, -2431.18, 128.395, 5.97715, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1602, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -8002.06, -2450.33, 132.011, 2.75938, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1603, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7985.55, -2460.68, 133.304, 3.65081, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1604, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7966.49, -2454.09, 132.168, 2.00147, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1605, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7956.61, -2437.35, 127.694, 2.32662, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1606, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7960.13, -2417.21, 126.958, 3.96261, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1607, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7975.54, -2404.14, 124.574, 4.31682, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1608, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7997.19, -2408.9, 123.664, 5.27186, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1609, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7592.2, -2607.12, 136.611, 3.90134, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1610, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7591.97, -2565.49, 133.829, 0.860283, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1611, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7611.82, -2572, 132.428, 1.71558, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1612, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7607.42, -2593.03, 134.732, 1.94963, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1613, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7607.29, -2607.54, 134.36, 3.27381, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1614, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7578.04, -2594.48, 138.529, 3.36413, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1615, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7567.6, -2590.05, 138.207, 5.53576, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1616, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7574.53, -2574.69, 135.715, 0.520208, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1617, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7739.53, -2256.7, 135.294, 4.14954, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1618, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7745.13, -2238.02, 134.007, 3.94298, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1619, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7728.99, -2217.63, 133.532, 3.23769, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1620, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7709.57, -2216.33, 134.743, 2.16405, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1621, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7708.18, -2238.41, 138.76, 1.88131, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1622, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7701.37, -2249.63, 140.179, 5.99915, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1623, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -7721.57, -2253.3, 139.381, 1.81376, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1624, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11257, -3373.91, 10.0042, 0.283773, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1625, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11274.2, -3345.1, 9.81777, 5.9999, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1626, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11263.8, -3322.02, 22.4933, 4.27203, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1627, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11245.1, -3329.5, 12.101, 3.07666, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1628, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11230.6, -3343.83, 8.44109, 0.393736, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1629, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11243.4, -3357.72, 9.59778, 2.91801, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1630, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11327, -3167.32, 7.82823, 2.35647, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1631, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11316.5, -3175.42, 8.44967, 2.21038, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1632, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11311.7, -3159.06, 6.70065, 4.89644, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1633, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11309.6, -3141.29, 5.38209, 3.86522, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1634, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11326.4, -3140.57, 5.93138, 3.98538, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1635, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11346.4, -3133.42, -0.711201, 0.696127, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1636, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11347.2, -3156.48, 7.48507, 1.90564, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1637, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11343.6, -3171.93, 11.9253, 3.58011, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1638, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11549.1, -3277.67, 7.2541, 4.35216, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1639, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11545.5, -3262.25, 6.95477, 0.897196, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1640, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11560, -3280.37, 7.7083, 0.582251, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1641, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11554.8, -3298.47, 7.83957, 3.01699, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1642, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11524.6, -3302.72, 8.88787, 4.38044, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1643, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11519.9, -3284.14, 8.32931, 4.96949, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1644, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11525.6, -3268.46, 7.35923, 4.32546, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1645, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11442.3, -2831.3, -1.00843, 5.69444, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1646, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11444.6, -2816.23, -1.61724, 5.26482, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1647, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11450.5, -2803.13, -1.60583, 3.62805, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1648, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11431.7, -2786.42, 0.0790519, 1.69126, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1649, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11423.2, -2803.31, 0.854706, 2.28031, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1650, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11413.4, -2820.53, -0.582554, 1.06451, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1651, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11423.4, -2844.49, 0.526281, 6.06357, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1652, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11052.6, -2792.44, 6.81437, 0.279168, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1653, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11038.2, -2801.36, 6.47445, 2.87177, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1654, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11018.1, -2811.64, 6.5602, 1.86567, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1655, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11016.6, -2793.06, 5.05649, 3.11288, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1656, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11001.8, -2789.17, 4.9526, 2.42959, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1657, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11006.7, -2769.82, 4.0791, 3.70193, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1658, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11024.8, -2772.29, 3.77648, 4.7905, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1659, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11034.3, -2761.6, 4.44336, 0.561913, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1660, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11049, -2770.67, 1.87129, 5.74397, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1661, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11171.1, -2984.11, 9.14757, 1.34259, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1662, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11199.7, -3003.42, 4.13362, 6.05027, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1663, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11212.7, -2992.77, 3.29135, 3.98389, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1664, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11197.8, -2972.8, 8.79343, 3.63281, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1665, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11180.1, -2965.4, 7.73934, 1.8908, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1666, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11175.6, -2997.41, 9.28235, 1.69052, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1667, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, -11177.4, -3009.27, 7.53793, 4.36088, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1668, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1768.76, -2892.51, 75.2894, 6.23068, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1669, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1810.74, -2843.04, 70.5468, 1.14132, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1670, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1802.32, -2856.55, 67.7949, 1.85211, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1671, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1802.43, -2878.21, 68.669, 5.43745, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1672, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1776.65, -2873.68, 70.2945, 5.61809, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1673, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1763.02, -2861.95, 73.0047, 3.83759, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1674, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1773.35, -2854.54, 68.6168, 4.28134, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1675, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1775.88, -2838.12, 68.0937, 2.34141, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1676, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1624.5, -3021.26, 77.9813, 1.14446, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1677, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1608.73, -3031.84, 77.6733, 4.96856, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1678, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1609.22, -3020, 80.3903, 5.17434, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1679, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1593.54, -3028.48, 78.8414, 1.82225, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1680, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1601.78, -3043.32, 78.6856, 0.856214, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1681, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1591.48, -3057.47, 80.3244, 2.48984, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1682, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1608.05, -3068.91, 79.3014, 3.66794, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1683, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1620.12, -3053.59, 78.2171, 3.75748, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1684, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1634.72, -3053.1, 79.0876, 4.4015, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1685, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1636.61, -3031.39, 79.9288, 5.86941, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1686, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1910.84, -3109.56, 89.97, 4.42664, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1687, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1922.06, -3093.82, 84.985, 4.50676, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1688, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1922.03, -3082.17, 82.4404, 2.79773, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1689, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1939.04, -3087.28, 84.2497, 3.03335, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1690, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1958.23, -3091.26, 82.635, 1.08557, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1691, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1946.28, -3105.21, 85.5914, 1.68875, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1692, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1944.46, -3121.23, 90.6179, 0.237335, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1693, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1928.38, -3120.2, 90.436, 0.891572, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1694, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1979.59, -4714.04, 99.0981, 3.59643, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1695, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1992.9, -4706.21, 97.9976, 4.39361, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1696, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1961.76, -4703.59, 96.5421, 5.15543, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1697, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1965.17, -4724.85, 98.1423, 1.4994, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1698, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1965.89, -4748.75, 95.83, 3.37022, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1699, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1982.59, -4745.64, 97.0987, 4.50826, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1700, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1993.32, -4731.6, 98.3759, 3.57678, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1701, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2002.98, -4724.95, 97.9444, 0.724995, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1702, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1947.62, -5151.75, 73.8662, 2.47096, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1703, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1960.55, -5160.29, 76.5619, 4.47137, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1704, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1968.09, -5143.94, 75.9328, 5.29525, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1705, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1961.87, -5128.28, 77.3549, 0.203516, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1706, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1946.31, -5131.33, 74.1443, 3.95772, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1707, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1933.75, -5123.57, 77.38, 1.85364, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1708, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1932.94, -5138.82, 74.0314, 0.558517, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1709, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1920.99, -5148.01, 73.9574, 2.30132, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1710, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1931.61, -5165.04, 73.6936, 1.25124, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1711, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2349.48, -4989.29, 71.463, 4.12737, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1712, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2317.18, -4968.08, 73.2513, 3.57681, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1713, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2329.24, -4959.37, 72.4652, 5.16018, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1714, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2323.93, -4945.37, 76.6106, 5.17274, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1715, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2343.74, -4940.15, 73.4293, 4.68659, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1716, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2360.84, -4947.69, 73.6355, 1.61098, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1717, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2365.99, -4966.57, 70.3857, 0.678707, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1718, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2350.11, -4977.11, 70.8776, 0.814581, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1719, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 2332.7, -4984.58, 73.4543, 1.11618, 300, 0, 0, 7995, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+1720, @SKELETAL_SHOCKTROOPER, 0, 0, 0, 0, 0, 1, 1, 0, 1797.03, -2837.68, 71.2373, 1.05181, 300, 0, 0, 8241, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_si' WHERE `id1` IN \n(@ARGENT_RECRUITER, @ARGENT_SCOUT, @ARGENT_EMISSARY, @ARGENT_MESSENGER, @ARGENT_QUARTERMASTER, @ARGENT_OUTFITTER,\n @KEEPER_OF_THE_ROLLS, @COMMANDER_THOMAS, @LIEUTENANT_ORRIN, @LIEUTENANT_NEVELL, @LIEUTENANT_LISANDE, @LIEUTENANT_DAGEL, @LIEUTENANT_RUKAG, @LIEUTENANT_BEITHA); -- 29441, 29442\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `id1` IN \n(@CULTIST_ENGINEER, @GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH, @LUMBERING_HORROR,\n @SEVER, @BALZAPHON, @LADY_FALTHERESS, @REVANCHION, @SCORN, @LORD_BLACKWOOD); \n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `guid` BETWEEN @CGUID+240 AND @CGUID+281; -- Necrotic Shards\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `guid` BETWEEN @CGUID+192 AND @CGUID+197; -- Mouth of Kel'Thuzad\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `guid` BETWEEN @CGUID     AND @CGUID+191; -- Skeletal Soldier, Spectral Apparition, Spectral Spirit, Skeletal Trooper\n\nUPDATE `creature` SET `wander_distance` = 4,  `MovementType` = 1 WHERE `id1` IN (@GHOUL_BERSERKER, @SPECTRAL_SOLDIER, @SKELETAL_SHOCKTROOPER);\nUPDATE `creature` SET `wander_distance` = 20, `MovementType` = 1 WHERE `id1` IN (@LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH);\n\nUPDATE `creature` SET `spawntimesecs` = 7200 WHERE `id1` IN (@NECROTIC_SHARD, @CULTIST_ENGINEER);\nUPDATE `creature` SET `spawntimesecs` = 3600 WHERE `id1` IN (@LUMBERING_HORROR, @SPIRIT_OF_THE_DAMNED, @BONE_WITCH);\n\n-- undo AC adding IP's creatures to event 17\nDELETE FROM `game_event_creature` WHERE `eventEntry` = 17 AND `guid` BETWEEN @CGUID AND @CGUID+191;\n\n-- Ghoul Berserker,       .npc add 616141\n-- Spectral Soldier,      .npc add 616298\n-- Skeletal Shocktrooper, .npc add 616299\n\n-- Lumbering Horror,      .npc add 614697\n-- Spirit of the Damned,  .npc add 616379\n-- Bone Witch,            .npc add 616380\n"
  },
  {
    "path": "data/sql/world/base/si_gameobjects.sql",
    "content": "/*-- SCOURCE INVASION - GAME OBJECTS --*/\n\nSET @OGUID    := 660000;\n\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+121;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES\n\n-- Necropolis City\n(@OGUID, 181172, 0, 1519, 1519, 1, 1, -9159.76953125, 345.552093505859375, 156.4009552001953125, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46248),   -- Stormwind\n(@OGUID+1, 181172, 0, 1537, 1537, 1, 1, -5122.8037109375, -725, 505.466796875, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46248),                     -- Ironforge\n(@OGUID+2, 181172, 1, 1657, 0, 1, 1, 9972.625, 1993.2760009765625, 1406.1517333984375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46248),             -- Darnassus\n(@OGUID+3, 181172, 1, 1637, 1637, 1, 1, 1085.60595703125, -4346.095703125, 88.066192626953125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46248),     -- Orgrimmar\n(@OGUID+4, 181172, 0, 85, 159, 1, 1, 1869.017333984375, 266.873260498046875, 114.8150634765625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46248),     -- Undercity\n(@OGUID+5, 181172, 1, 1638, 1638, 1, 1, -1511.828125, 101.7222213745117187, 108.5687103271484375, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46248),  -- Thunder Bluff\n-- (@OGUID+6, 181172, 530, 3524, 0, 1, 1, -4077.8564453125, -12036.9033203125, 125.0732421875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46248),        -- Exodar\n-- (@OGUID+7, 181172, 530, 3430, 3430, 1, 1, 9291.169921875, -7293.32373046875, 133.3386993408203125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46248),  -- Silvermoon City\n\n-- Necropolis\n(@OGUID+8, 181154, 0, 139, 2268, 1, 1, 2101.685791015625, -4930.03271484375, 168.280731201171875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46248),\n(@OGUID+9, 181154, 0, 139, 0, 1, 1, 1766.673583984375, -3033.34375, 132.804443359375, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46248),\n(@OGUID+10, 181154, 0, 46, 250, 1, 1, -7733.71533203125, -2432.741455078125, 190.785552978515625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46248),\n(@OGUID+11, 181154, 0, 46, 0, 1, 1, -8232.78125, -1099.85595703125, 201.48846435546875, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46248),\n(@OGUID+12, 181154, 1, 16, 878, 1, 1, 3299.553955078125, -4301.30029296875, 177.8075714111328125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46248),\n(@OGUID+13, 181154, 1, 16, 1221, 1, 1, 3544.9775390625, -5610.2587890625, 67.1126861572265625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46248),\n(@OGUID+14, 181215, 1, 440, 0, 1, 1, -7399.953125, -3733.060791015625, 61.05036163330078125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46248),\n(@OGUID+15, 181215, 1, 440, 1939, 1, 1, -8333.6806640625, -3966.395751953125, 77.8482666015625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46248),\n(@OGUID+16, 181215, 1, 440, 983, 1, 1, -8633.2119140625, -2499.8212890625, 114.0166397094726562, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46248),\n(@OGUID+17, 181223, 0, 4, 1438, 1, 1, -11402.095703125, -3316.55029296875, 111.1883392333984375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 46248),\n(@OGUID+18, 181223, 1, 618, 0, 1, 1, 7755.751953125, -4030.913330078125, 786.49627685546875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46248),\n(@OGUID+19, 181223, 1, 618, 0, 1, 1, 6646.68603515625, -3442.364501953125, 792.91644287109375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46248),\n(@OGUID+20, 181373, 1, 618, 2250, 1, 1, 6184.28125, -4913.3193359375, 807.67633056640625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46248),\n(@OGUID+21, 181374, 0, 4, 1438, 1, 1, -11233.9111328125, -2841.7744140625, 185.6030731201171875, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46248),\n\n-- Scourge Circles\n(@OGUID+22, 181227, 0, 0, 0, 1, 1, -9183.83, 416.188, 89.9123, 0.401425, 0, 0, 0.199367, 0.979925, 120, 100, 1, 0),\n(@OGUID+23, 181227, 1, 0, 0, 1, 1, 9948.02, 1932.39, 1328.69, 3.68265, 0, 0, -0.96363, 0.267241, 120, 100, 1, 0),\n(@OGUID+24, 181227, 1, 0, 0, 1, 1, 9914.18, 1864.66, 1321.26, 2.91469, 0, 0, 0.993571, 0.113208, 120, 100, 1, 0),\n(@OGUID+25, 181227, 1, 0, 0, 1, 1, -1535.21, 68.198, 1.9512, 0.628317, 0, 0, 0.309016, 0.951057, 120, 100, 1, 0),\n(@OGUID+26, 181227, 0, 0, 0, 1, 1, 1980.01, 305.231, 41.1893, 0.436332, 0, 0, 0.216439, 0.976296, 120, 100, 1, 0),\n(@OGUID+27, 181227, 1, 0, 0, 1, 1, 1217.81, -4339.42, 20.8739, 4.01426, 0, 0, -0.906307, 0.422619, 120, 100, 1, 0),\n(@OGUID+28, 181227, 1, 0, 0, 1, 1, 1169.62, -4320.03, 20.8739, 0.575957, 0, 0, 0.284015, 0.95882, 120, 100, 1, 0),\n(@OGUID+29, 181227, 0, 0, 0, 1, 1, -9061.46, 349.666, 93.1098, 4.57276, 0, 0, -0.754709, 0.656059, 120, 100, 1, 0),\n(@OGUID+30, 181227, 0, 0, 0, 1, 1, -5175.25, -588.093, 397.984, 2.51327, 0, 0, 0.951056, 0.309017, 120, 100, 1, 0),\n(@OGUID+31, 181227, 0, 0, 0, 1, 1, -9218.1, 318.785, 73.865, 3.01941, 0, 0, 0.998135, 0.0610518, 120, 100, 1, 0),\n(@OGUID+32, 181227, 0, 0, 0, 1, 1, -5163.2, -645.852, 396.992, 0.0523589, 0, 0, 0.0261765, 0.999657, 120, 100, 1, 0),\n(@OGUID+33, 181227, 0, 0, 0, 1, 1, -9118.92, 330.1, 93.198, 3.00195, 0, 0, 0.997563, 0.0697661, 120, 100, 1, 0),\n\n -- Argent Dawn Buffer Tent\n(@OGUID+34, 181254, 0, 0, 0, 1, 1, -4926.4, -986.524, 501.455, 2.23402, 0, 0, 0.898793, 0.438373, 120, 100, 1, 0),\n(@OGUID+35, 181254, 0, 0, 0, 1, 1, -4891.02, -951.788, 501.468, 2.61756, 0, 0, 0.96587, 0.259028, 120, 100, 1, 0),\n(@OGUID+36, 181254, 1, 0, 0, 1, 1, 1587.87, -4417.88, 8.70726, 3.29869, 0, 0, -0.996917, 0.0784664, 120, 100, 1, 0),\n(@OGUID+37, 181254, 1, 0, 0, 1, 1, -1277.02, 73.3942, 127.804, 6.0906, 0, 0, 0.67559, 0.737278, 120, 100, 1, 0),\n(@OGUID+38, 181254, 1, 0, 0, 1, 1, 9921.07, 2521.54, 1318.1, 3.42085, 0, 0, -0.990268, 0.139175, 120, 100, 1, 0),\n(@OGUID+39, 181254, 0, 0, 0, 1, 1, -8828.51, 644.644, 94.479, 3.71755, 0, 0, -0.958819, 0.284016, 120, 100, 1, 0),\n(@OGUID+40, 181254, 0, 0, 0, 1, 1, 1583.41, 240.46, -62.0773, 3.03684, 0, 0, 0.998629, 0.0523532, 120, 100, 1, 0),\n(@OGUID+41, 181254, 0, 0, 0, 1, 1, 2243.86, -5321.14, 82.1673, 1.48353, 0, 0, 0.67559, 0.737278, 120, 100, 1, 0),\n-- (@OGUID+42, 181254, 530, 0, 0, 1, 1, 9522.53, -7353.31, 14.3144, 1.85005, 0, 0, 0.798635, 0.601815, 120, 255, 1, 49345),\n\n-- Argent Dawn Buffer Crate\n(@OGUID+43, 181255, 1, 0, 0, 1, 1, 9920.94, 2525.91, 1318.96, 1.23918, 0, 0, 0.580703, 0.814116, 120, 100, 1, 0),\n(@OGUID+44, 181255, 1, 0, 0, 1, 1, 9920.85, 2526.06, 1318.47, 0.977383, 0, 0, 0.469471, 0.882948, 120, 100, 1, 0),\n(@OGUID+45, 181255, 1, 0, 0, 1, 1, -1278.58, 78.1475, 129.083, 1.41372, 0, 0, 0.649447, 0.760406, 120, 100, 1, 0),\n(@OGUID+46, 181255, 1, 0, 0, 1, 1, -1278.58, 78.1475, 128.517, 1.25664, 0, 0, 0.587785, 0.809017, 120, 100, 1, 0),\n(@OGUID+47, 181255, 1, 0, 0, 1, 1, 1587.94, -4413.6, 8.88919, 2.86233, 0, 0, 0.990268, 0.139175, 120, 100, 1, 0),\n(@OGUID+48, 181255, 1, 0, 0, 1, 1, 1588.21, -4413.59, 8.40226, 6.26573, 0, 0, -0.00872612, 0.999962, 120, 100, 1, 0),\n(@OGUID+49, 181255, 0, 0, 0, 1, 1, -4894.13, -954.969, 501.461, 2.47793, 0, 0, 0.945448, 0.325773, 120, 100, 1, 0),\n(@OGUID+50, 181255, 0, 0, 0, 1, 1, -4894.36, -954.946, 501.907, 2.63501, 0, 0, 0.968093, 0.250591, 120, 100, 1, 0),\n(@OGUID+51, 181255, 0, 0, 0, 1, 1, -8824.93, 644.94, 94.3843, 1.95477, 0, 0, 0.829038, 0.559193, 120, 100, 1, 0),\n(@OGUID+52, 181255, 0, 0, 0, 1, 1, 1582.24, 236.144, -62.0773, 0.087266, 0, 0, 0.0436192, 0.999048, 120, 100, 1, 0),\n(@OGUID+53, 181255, 0, 0, 0, 1, 1, -4930.68, -988.202, 501.907, 2.25147, 0, 0, 0.902585, 0.430512, 120, 100, 1, 0),\n(@OGUID+54, 181255, 0, 0, 0, 1, 1, -4930.49, -988.305, 501.455, 2.09439, 0, 0, 0.866025, 0.500001, 120, 100, 1, 0),\n(@OGUID+55, 181255, 0, 0, 0, 1, 1, 1582.52, 236.04, -62.0773, 3.35105, 0, 0, -0.994521, 0.104535, 120, 100, 1, 0),\n(@OGUID+56, 181255, 0, 0, 0, 1, 1, -8824.84, 644.905, 94.8185, 5.51524, 0, 0, -0.374606, 0.927184, 120, 100, 1, 0),\n-- (@OGUID+57, 181255, 530, 0, 0, 1, 1, 9521.12, -7354.53, 14.768, 3.21142, 0, 0, -0.999391, 0.0349061, 120, 255, 1, 49345),\n-- (@OGUID+58, 181255, 530, 0, 0, 1, 1, 9521.24, -7354.58, 14.3094, 0.261798, 0, 0, 0.130526, 0.991445, 120, 255, 1, 49345),\n\n -- Argent Dawn Banner\n(@OGUID+59, 181256, 0, 0, 0, 1, 1, 1582.02, 244.991, -62.0773, 2.19912, 0, 0, 0.891007, 0.453991, 120, 100, 1, 0),\n(@OGUID+60, 181256, 0, 0, 0, 1, 1, 1580.11, 236.901, -62.0773, 3.6652, 0, 0, -0.965925, 0.258821, 120, 100, 1, 0),\n(@OGUID+61, 181256, 1, 0, 0, 1, 1, -1274.04, 76.5484, 128.201, 0.872664, 0, 0, 0.422618, 0.906308, 120, 100, 1, 0),\n(@OGUID+62, 181256, 1, 0, 0, 1, 1, -1275.52, 67.3279, 128.094, 4.51824, 0, 0, 0.861628, 0.507539, 120, 100, 1, 0),\n(@OGUID+63, 181256, 1, 0, 0, 1, 1, 9918.63, 2525.05, 1317.79, 2.51327, 0, 0, 0.951056, 0.309017, 120, 100, 1, 0),\n(@OGUID+64, 181256, 1, 0, 0, 1, 1, 1586.84, -4422.45, 8.26005, 3.22886, 0, 0, -0.999048, 0.0436193, 120, 100, 1, 0),\n(@OGUID+65, 181256, 0, 0, 1, 1, 1, 1585.44, -4414.01, 8.08963, 3.3685, 0, 0, -0.993571, 0.113208, 120, 100, 1, 0),\n(@OGUID+66, 181256, 0, 0, 1, 1, 1, -8833.52, 645.745, 95.3211, 3.90954, 0, 0, -0.927183, 0.374608, 120, 100, 1, 0),\n(@OGUID+67, 181256, 0, 0, 0, 1, 1, -8829.5, 640.266, 94.3804, 3.71755, 0, 0, -0.958819, 0.284016, 120, 100, 1, 0),\n(@OGUID+68, 181256, 0, 0, 0, 1, 1, -4891.85, -947.068, 501.468, 2.5652, 0, 0, 0.958758, 0.284223, 120, 100, 1, 0),\n(@OGUID+69, 181256, 0, 0, 0, 1, 1, -4895.76, -953.432, 501.465, 2.61756, 0, 0, 0.96587, 0.259028, 120, 100, 1, 0),\n(@OGUID+70, 181256, 0, 0, 0, 1, 1, -4925.42, -981.831, 501.466, 2.18166, 0, 0, 0.887011, 0.461749, 120, 100, 1, 0),\n(@OGUID+71, 181256, 0, 0, 0, 1, 1, -4931.42, -986.271, 501.462, 2.23402, 0, 0, 0.898793, 0.438373, 120, 100, 1, 0),\n(@OGUID+72, 181256, 1, 0, 0, 1, 1, 9920.85, 2516.86, 1317.96, 4.10152, 0, 0, -0.887011, 0.461749, 120, 100, 1, 0),\n(@OGUID+73, 181256, 0, 0, 0, 1, 1, 2238.91, -5318.67, 82.1523, 1.55334, 0, 0, 0.700909, 0.713251, 120, 100, 1, 0),\n(@OGUID+74, 181256, 0, 0, 0, 1, 1, 2248.47, -5318.94, 82.1143, 1.5708, 0, 0, 0.707107, 0.707107, 120, 100, 1, 0),\n-- (@OGUID+75, 181256, 530, 0, 0, 1, 1, 9516.47, -7352.04, 14.3238, 1.83259, 0, 0, 0.793353, 0.608762, 120, 255, 1, 49345),\n-- (@OGUID+76, 181256, 530, 0, 0, 1, 1, 9526.62, -7349.03, 14.3236, 1.81514, 0, 0, 0.788011, 0.615662, 120, 255, 1, 49345),\n\n-- Scourge Circles at Necrotic Shards\n(@OGUID+80, 181227, 0, 0, 0, 1, 1, -11183.3, -2985.49, 8.22008, 0.0105759, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+81, 181227, 0, 0, 0, 1, 1, -11027, -2784.69, 4.45958, 0.120533, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+82, 181227, 0, 0, 0, 1, 1, -11428.9, -2817.38, 0.400971, 0.0498445, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+83, 181227, 0, 0, 0, 1, 1, -11335.1, -3152.41, 6.70907, 0.120527, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+84, 181227, 0, 0, 0, 1, 1, -11250.1, -3345.52, 9.37404, 0.151919, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+85, 181227, 0, 0, 0, 1, 1, -11536.4, -3285.28, 8.95756, 6.21914, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+86, 181227, 1, 0, 0, 1, 1, -7245.77, -3545.09, 13.5838, 0.0139582, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+87, 181227, 1, 0, 0, 1, 1, -7328.72, -3973.92, 11.6769, 6.19504, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+88, 181227, 1, 0, 0, 1, 1, -7632.49, -3741.94, 21.1372, 0.0296614, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+89, 181227, 1, 0, 0, 1, 1, -8166.66, -3809.78, 15.0426, 0.149923, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+90, 181227, 1, 0, 0, 1, 1, -8502.24, -3827.75, 23.3705, 6.03021, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+91, 181227, 1, 0, 0, 1, 1, -8341.47, -4209.24, 13.1848, 0.210404, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+92, 181227, 1, 0, 0, 1, 1, -8535.1, -2303.86, 29.0594, 1.65162, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+93, 181227, 1, 0, 0, 1, 1, -8534.01, -2706.51, 19.9498, 5.97917, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+94, 181227, 1, 0, 0, 1, 1, -8828.01, -2605.84, 22.5, 1.73805, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+95, 181227, 1, 0, 0, 1, 1, 6279.14, -4775.33, 756.56, 6.18776, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+96, 181227, 1, 0, 0, 1, 1, 6037.82, -4767.76, 794.563, 6.22706, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+97, 181227, 1, 0, 0, 1, 1, 6089.27, -5049.38, 794.436, 6.05819, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+98, 181227, 1, 0, 0, 1, 1, 6786.42, -3600, 717.201, 6.26081, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+99, 181227, 1, 0, 0, 1, 1, 6740.59, -3350.17, 688.127, 0.0836567, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+100, 181227, 1, 0, 0, 1, 1, 6537.6, -3494.2, 643.377, 0.0365412, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+101, 181227, 1, 0, 0, 1, 1, 7936.67, -3867.96, 695.473, 6.21632, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+102, 181227, 1, 0, 0, 1, 1, 7690.48, -3868.19, 686.478, 6.27915, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+103, 181227, 1, 0, 0, 1, 1, 7823.39, -4214.1, 675.004, 6.2831, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+104, 181227, 1, 0, 0, 1, 1, 3515.43, -4149.34, 106.829, 0.0640161, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+105, 181227, 1, 0, 0, 1, 1, 3082.34, -4221.49, 96.8079, 6.26473, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+106, 181227, 1, 0, 0, 1, 1, 3339.13, -4524.28, 98.036, 0.225009, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+107, 181227, 1, 0, 0, 1, 1, 3664.72, -5539.18, 19.8522, 6.1901, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+108, 181227, 1, 0, 0, 1, 1, 3360.41, -5569.45, 10.587, 0.052212, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+109, 181227, 1, 0, 0, 1, 1, 3515.77, -5711.01, 4.73716, 6.22545, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+110, 181227, 0, 0, 0, 1, 1, -7722.25, -2234.68, 136.647, 6.20495, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+111, 181227, 0, 0, 0, 1, 1, -7593.51, -2592.69, 137.623, 6.26386, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+112, 181227, 0, 0, 0, 1, 1, -7984.3, -2434.14, 130.307, 6.16176, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+113, 181227, 0, 0, 0, 1, 1, -8028.92, -1000.55, 122.648, 0.00813007, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+114, 181227, 0, 0, 0, 1, 1, -8362.69, -976.306, 187.089, 0.0984673, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+115, 181227, 0, 0, 0, 1, 1, -8401.13, -1204.99, 187.317, 5.89863, 0, 0, -1, 0, 120, 100, 1, 0),\n(@OGUID+116, 181227, 0, 0, 0, 1, 1, 1945.29, -5141.46, 73.6436, 0, 0, 0, 0, 1, 120, 100, 1, 0),\n(@OGUID+117, 181227, 0, 0, 0, 1, 1, 1977.27, -4729.21, 98.4099, 0, 0, 0, 0, 1, 120, 100, 1, 0),\n(@OGUID+118, 181227, 0, 0, 0, 1, 1, 2342.06, -4966.79, 70.3062, 0, 0, 0, 0, 1, 120, 100, 1, 0),\n(@OGUID+119, 181227, 0, 0, 0, 1, 1, 1785.28, -2861.17, 70.0994, 0, 0, 0, 0, 1, 120, 100, 1, 0),\n(@OGUID+120, 181227, 0, 0, 0, 1, 1, 1613.15, -3044.22, 77.6374, 0, 0, 0, 0, 1, 120, 100, 1, 0),\n(@OGUID+121, 181227, 0, 0, 0, 1, 1, 1933.74, -3099.59, 87.1927, 0, 0, 0, 0, 1, 120, 100, 1, 0);\n\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_si' WHERE `guid` BETWEEN @OGUID AND @OGUID+121;\n\n-- undo AC adding IP's gameobjects to event 17\nDELETE FROM `game_event_gameobject` WHERE `eventEntry` = 17 AND `guid` BETWEEN @OGUID AND @OGUID+121;\n"
  },
  {
    "path": "data/sql/world/base/spell_restorations.sql",
    "content": "/* Restore Detect Magic - situation spell removed in 2.3 when enemy buffs became part of the base UI; restore for flavor even though not useful */\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 16 AND `SpellID` = 2855;\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES (16, 2855, 1500, 0, 0, 16);\n\n/* Optional - give Detect Magic a new effect to tell user of enemy's resistance levels. About the same level of useful as original spell */\nDELETE FROM `spell_script_names` WHERE `spell_id`=2855 AND `ScriptName`='spell_detect_magic';\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (2855, 'spell_detect_magic');\n\nDELETE FROM `spell_dbc` WHERE `ID` IN (8137, 16449, 16805, 16806, 37469, 48403);\nINSERT INTO `spell_dbc` (`ID`, `Category`, `DispelType`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `ShapeshiftMask`, \n`unk_320_2`, `ShapeshiftExclude`, `unk_320_3`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `FacingCasterFlags`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`, \n`CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, \n`ProcTypeMask`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerLevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, \n`ModalNextSpell`, `CumulativeAura`, `Totem_1`, `Totem_2`, `Reagent_1`, `Reagent_2`, `Reagent_3`, `Reagent_4`, `Reagent_5`, `Reagent_6`, `Reagent_7`, `Reagent_8`, `ReagentCount_1`, `ReagentCount_2`, `ReagentCount_3`,\n`ReagentCount_4`, `ReagentCount_5`, `ReagentCount_6`, `ReagentCount_7`, `ReagentCount_8`, `EquippedItemClass`, `EquippedItemSubclass`, `EquippedItemInvTypes`, `Effect_1`, `Effect_2`, `Effect_3`, `EffectDieSides_1`, \n`EffectDieSides_2`, `EffectDieSides_3`, `EffectRealPointsPerLevel_1`, `EffectRealPointsPerLevel_2`, `EffectRealPointsPerLevel_3`, `EffectBasePoints_1`, `EffectBasePoints_2`, `EffectBasePoints_3`, `EffectMechanic_1`, \n`EffectMechanic_2`, `EffectMechanic_3`, `ImplicitTargetA_1`, `ImplicitTargetA_2`, `ImplicitTargetA_3`, `ImplicitTargetB_1`, `ImplicitTargetB_2`, `ImplicitTargetB_3`, `EffectRadiusIndex_1`, `EffectRadiusIndex_2`,\n`EffectRadiusIndex_3`, `EffectAura_1`, `EffectAura_2`, `EffectAura_3`, `EffectAuraPeriod_1`, `EffectAuraPeriod_2`, `EffectAuraPeriod_3`, `EffectMultipleValue_1`, `EffectMultipleValue_2`, `EffectMultipleValue_3`, \n`EffectChainTargets_1`, `EffectChainTargets_2`, `EffectChainTargets_3`, `EffectItemType_1`, `EffectItemType_2`, `EffectItemType_3`, `EffectMiscValue_1`, `EffectMiscValue_2`, `EffectMiscValue_3`, `EffectMiscValueB_1`, \n`EffectMiscValueB_2`, `EffectMiscValueB_3`, `EffectTriggerSpell_1`, `EffectTriggerSpell_2`, `EffectTriggerSpell_3`, `EffectPointsPerCombo_1`, `EffectPointsPerCombo_2`, `EffectPointsPerCombo_3`, `EffectSpellClassMaskA_1`, \n`EffectSpellClassMaskA_2`, `EffectSpellClassMaskA_3`, `EffectSpellClassMaskB_1`, `EffectSpellClassMaskB_2`, `EffectSpellClassMaskB_3`, `EffectSpellClassMaskC_1`, `EffectSpellClassMaskC_2`, `EffectSpellClassMaskC_3`, \n`SpellVisualID_1`, `SpellVisualID_2`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`, \n`Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `NameSubtext_Lang_enUS`, \n`NameSubtext_Lang_enGB`, `NameSubtext_Lang_koKR`, `NameSubtext_Lang_frFR`, `NameSubtext_Lang_deDE`, `NameSubtext_Lang_enCN`, `NameSubtext_Lang_zhCN`, `NameSubtext_Lang_enTW`, `NameSubtext_Lang_zhTW`, \n`NameSubtext_Lang_esES`, `NameSubtext_Lang_esMX`, `NameSubtext_Lang_ruRU`, `NameSubtext_Lang_ptPT`, `NameSubtext_Lang_ptBR`, `NameSubtext_Lang_itIT`, `NameSubtext_Lang_Unk`, `NameSubtext_Lang_Mask`, \n`Description_Lang_enUS`, `Description_Lang_enGB`, `Description_Lang_koKR`, `Description_Lang_frFR`, `Description_Lang_deDE`, `Description_Lang_enCN`, `Description_Lang_zhCN`, `Description_Lang_enTW`, \n`Description_Lang_zhTW`, `Description_Lang_esES`, `Description_Lang_esMX`, `Description_Lang_ruRU`, `Description_Lang_ptPT`, `Description_Lang_ptBR`, `Description_Lang_itIT`, `Description_Lang_Unk`, \n`Description_Lang_Mask`, `AuraDescription_Lang_enUS`, `AuraDescription_Lang_enGB`, `AuraDescription_Lang_koKR`, `AuraDescription_Lang_frFR`, `AuraDescription_Lang_deDE`, `AuraDescription_Lang_enCN`, \n`AuraDescription_Lang_zhCN`, `AuraDescription_Lang_enTW`, `AuraDescription_Lang_zhTW`, `AuraDescription_Lang_esES`, `AuraDescription_Lang_esMX`, `AuraDescription_Lang_ruRU`, `AuraDescription_Lang_ptPT`, \n`AuraDescription_Lang_ptBR`, `AuraDescription_Lang_itIT`, `AuraDescription_Lang_Unk`, `AuraDescription_Lang_Mask`, `ManaCostPct`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellClassSet`, \n`SpellClassMask_1`, `SpellClassMask_2`, `SpellClassMask_3`, `MaxTargets`, `DefenseType`, `PreventionType`, `StanceBarOrder`, `EffectChainAmplitude_1`, `EffectChainAmplitude_2`, `EffectChainAmplitude_3`, `MinFactionID`, \n`MinReputation`, `RequiredAuraVision`, `RequiredTotemCategoryID_1`, `RequiredTotemCategoryID_2`, `RequiredAreasID`, `SchoolMask`, `RuneCostID`, `SpellMissileID`, `PowerDisplayID`, `EffectBonusMultiplier_1`, \n`EffectBonusMultiplier_2`, `EffectBonusMultiplier_3`, `SpellDescriptionVariableID`, `SpellDifficultyID`) VALUES\n\n-- fix Conflagration - General Drakkisath\n(16805, 0, 0, 0, 2048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 1, 1, 1, \n0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 6, 6, 6, 1, 1, 1, 0, 0, 0, 299, 0, 0, 0, 0, 0, 6, 6, 6, \n0, 0, 0, 0, 0, 0, 3, 5, 23, 1000, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4326, 0, 937, 0, 0, \n'Conflagration', '', '', '', '燃烧', '焚焰', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n'Sets an enemy aflame, inflicting $o1 Fire damage over $d. and sending it into a state of panic. While the target is affected, the flames periodically scorch its nearby allies for $16806s1 damage as well.', \n'', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 'You\\'re burning!', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 1, 0, 0),\n--\n(16806, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 1, 1, 0, \n0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 299, 0, 0, 0, 0, 0, 22, 0, 0, \n30, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4327, 0, 937, 0, 0, \n'Conflagration', '', '', '', '燃烧', '焚焰', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n'Deals $s1 Fire damage to nearby allies.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 1, 0, 0),\n\n-- Restore Silithid Pox to 30 Minutes\n(8137, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 31, 0, 0, 0, 101, 0, 0, 20, 20, 30, \n0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 6, 0, 0, 1, 0, 0, 1, 0, 0, 9, 0, 0, 0, 0, 0, 6, 0, 0, \n0, 0, 0, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 837, 0, 264, 0, 0, \n'Silithid Pox', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n'Increases the Physical damage taken by an enemy by $s1% for $d.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'Physical damage taken is increased by $s1%.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0),\n\n-- Restore Maggot Slime to 30 Minutes\n(16449, 0, 3, 0, 327696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 30, \n0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 6, 6, 0, 1, 1, 0, 0, 0, 0, -51, -51, 0, 0, 0, 0, 6, 6, 0, \n0, 0, 0, 0, 0, 0, 99, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 1468, 0, 0, \n'Maggot Slime', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712188, \n'Reduces an enemy\\'s melee attack power by $s1 and its ranged attack power by $s2 for $d.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'Melee attack power reduced by $s1.\\nRanged attack power reduced by $s2.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 1, 1, 1, 0, 0),\n\n-- Orc Warlock - Poison Cloud - increase radius from 0.5 yards to 6 yards\n(37469, 1152, 0, 0, 536870912, 132096, 536870912, 262144, 32, 128, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15000, 5000, 0, 0, 0, 0, 101, \n0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 34, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 27, 0, 0, 1, 0, 0, 0, 0, 0, 2999, 0, 0, 0, 0, 0, \n38, 0, 0, 0, 0, 0, 29, 0, 0, 3, 0, 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8760, 0, 263, 0, 0, \n'Poison Cloud', '', '', '', '毒云', '毒雲術', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712172, \n'Creates a gaseous cloud to poison Human Pieces in the area of effect for $o1 Nature damage over $d.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'$s1 Nature damage every $t1 seconds.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 2, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0),\n    \n-- fix Charm of Swift Flight\n(48403, 0, 0, 0, 448, 268435456, 0, 0, 0, 0, 0, 0, 335544320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5000, 0, 0, 0, 0, 0, 101, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 6, 6, 0, 1, 1, 0, 0, 0, 0, 0, 0, \n0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 171, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2241, 0, 0, \n'Crow Speed', '', '', '', '乌鸦之速', '烏鴉之速', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712172, \n'Increases speed in Flight Form and Swift Flight Form by $s1%.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n'Flight Form and Swift Flight Form speed increased by $s1%.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, \n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0);\n"
  },
  {
    "path": "data/sql/world/base/tbc_creatures.sql",
    "content": "/* Sets TBC creatures to values extracted from cMangos TBC, which has high quality, pre-nef TBC Content */\n/* These may need more updating as AzerothCore development continues to TBC and makes more corrections,\n   But this is a better starting point than current AzerothCore TBC content which is quite bug */\n\n/*  Skeletal Aberration  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 1786;\n\n/*  Corpse Eater  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 1790;\n\n/*  Hissing Ghoul  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 1792;\n\n/*  Lost Wraith  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 1799;\n\n/*  Giant Venom Mist Lurker  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 1823;\n\n/*  Giant Plague Lurker  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 1825;\n\n/*  Northshire Guard Justin  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 9095;\n\n/*  Tender  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 1.14286, `faction` = 16 WHERE `entry` = 15271;\n\n/*  Arcane Wraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.31, `speed_run` = 1.14286, `faction` = 16 WHERE `entry` = 15273;\n\n/*  Magistrix Erona  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.4 WHERE `entry` = 15278;\n\n/*  Julia Sunstriker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15279;\n\n/*  Jesthenis Sunstriker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15280;\n\n/*  Lanthan Perilon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.4 WHERE `entry` = 15281;\n\n/*  Summoner Teli'Larien  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15283;\n\n/*  Matron Arena  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15284;\n\n/*  Pathstalker Kariel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15285;\n\n/*  Shara Sunwing  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15287;\n\n/*  Raelis Dawnstar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15289;\n\n/*  Jainthess Thelryn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15291;\n\n/*  Faraden Thelryn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15292;\n\n/*  Feral Tender  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 1.14286, `faction` = 16 WHERE `entry` = 15294;\n\n/*  Arcanist Ithanas  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 15296;\n\n/*  Arcanist Helion  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 15297;\n\n/*  Tainted Arcane Wraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.3, `speed_run` = 1.14286, `faction` = 16 WHERE `entry` = 15298;\n\n/*  Outrunner Alarion  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.6 WHERE `entry` = 15301;\n\n/*  Felendren the Banished  */\nUPDATE `creature_template` SET `speed_walk` = 1.35, `speed_run` = 1.14286, `faction` = 14 WHERE `entry` = 15367;\n\n/*  Sunstrider Guardian  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 15371;\n\n/*  Springpaw Lynx  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.707317 WHERE `entry` = 15372;\n\n/*  Larianna Riverwind  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 8.0, `HealthModifier` = 1.088 WHERE `entry` = 15398;\n\n/*  Lieutenant Dawnrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 6.0 WHERE `entry` = 15399;\n\n/*  Arathel Sunforge  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15400;\n\n/*  Ley-Keeper Velania  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3, `HealthModifier` = 1.088 WHERE `entry` = 15401;\n\n/*  Apprentice Mirveda  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5, `HealthModifier` = 2.05, `ManaModifier` = 1.0 WHERE `entry` = 15402;\n\n/*  Aeldon Sunbrand  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 15403;\n\n/*  Velendris Whitemorn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 8.0 WHERE `entry` = 15404;\n\n/*  Ley-Keeper Caidanis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3, `HealthModifier` = 1.088 WHERE `entry` = 15405;\n\n/*  Ven'jashi  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 0.8 WHERE `entry` = 15406;\n\n/*  Chieftain Zul'Marosh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15407;\n\n/*  Spearcrafter Otembe  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15408;\n\n/*  Old Whitebark  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.26, `ArmorModifier` = 0.759766 WHERE `entry` = 15409;\n\n/*  Ranger Jaela  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15416;\n\n/*  Velan Brightoak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15417;\n\n/*  Magister Jaronis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15418;\n\n/*  Prospector Anvilward  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15420;\n\n/*  Yasmine Teli'Larien  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `speed_walk` = 1.125 WHERE `entry` = 15494;\n\n/*  Ranger Sallina  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15513;\n\n/*  Eversong Tender  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.7 WHERE `entry` = 15635;\n\n/*  Withered Green Keeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.896484 WHERE `entry` = 15637;\n\n/*  Arcane Warder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.96, `ArmorModifier` = 0.853333 WHERE `entry` = 15639;\n\n/*  Arcane Enforcer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975976 WHERE `entry` = 15640;\n\n/*  Amani Axe Thrower  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 15641;\n\n/*  Amani Shadowpriest  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 15642;\n\n/*  Amani Berserker  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 15643;\n\n/*  Wretched Thug  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.8 WHERE `entry` = 15645;\n\n/*  Mana Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.18, `speed_run` = 1.14286, `DamageModifier` = 0.96 WHERE `entry` = 15647;\n\n/*  Manawraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.28, `speed_run` = 1.14286 WHERE `entry` = 15648;\n\n/*  Feral Dragonhawk Hatchling  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.96, `ArmorModifier` = 0.853333 WHERE `entry` = 15649;\n\n/*  Crazed Dragonhawk  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.884328 WHERE `entry` = 15650;\n\n/*  Springpaw Stalker  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.861925 WHERE `entry` = 15651;\n\n/*  Elder Springpaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.30049 WHERE `entry` = 15652;\n\n/*  Springpaw Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 0.83, `ArmorModifier` = 0.896484 WHERE `entry` = 15653;\n\n/*  Plaguebone Pillager  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.844828 WHERE `entry` = 15654;\n\n/*  Rotlimb Cannibal  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15655;\n\n/*  Angershade  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.2 WHERE `entry` = 15656;\n\n/*  Rotlimb Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.857143 WHERE `entry` = 15658;\n\n/*  Grimscale Murloc  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15668;\n\n/*  Grimscale Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15669;\n\n/*  Grimscale Forager  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15670;\n\n/*  Jade Owl  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 40 WHERE `entry` = 15919;\n\n/*  Hathvelion Sungaze  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 15920;\n\n/*  Captain Kelisendra  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 15921;\n\n/*  Golden Hare  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 40, `speed_walk` = 1.2 WHERE `entry` = 15923;\n\n/*  Apprentice Loralthalis  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 15924;\n\n/*  Black Pearl Panther  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 45 WHERE `entry` = 15926;\n\n/*  Truesilver Crab  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 45 WHERE `entry` = 15927;\n\n/*  Mmmrrrggglll  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15937;\n\n/*  Eversong Ranger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 15938;\n\n/*  Ranger Degolien  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15939;\n\n/*  Ranger Selron  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 15940;\n\n/*  Apprentice Ralen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 15941;\n\n/*  Ranger Sareyn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 15942;\n\n/*  Hive'Zara Hornet  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `HealthModifier` = 15.0 WHERE `entry` = 15943;\n\n/*  Ruby Serpent  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 55 WHERE `entry` = 15944;\n\n/*  Apprentice Meledor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 15945;\n\n/*  Apprentice Veya  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15946;\n\n/*  Emerald Owl  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 65, `ArmorModifier` = 1.33333 WHERE `entry` = 15948;\n\n/*  Thaelis the Hungerer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 15949;\n\n/*  Grimscale Seer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 15950;\n\n/*  Magister Duskwither  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 6.0 WHERE `entry` = 15951;\n\n/*  Black Diamond Crab  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 65 WHERE `entry` = 15955;\n\n/*  Gharsul the Remorseless  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 15958;\n\n/*  Duskwither Apprentice  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.6 WHERE `entry` = 15965;\n\n/*  Mana Serpent  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.901408 WHERE `entry` = 15966;\n\n/*  Darnassian Scout  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 15968;\n\n/*  Groundskeeper Wyllithen  */\nUPDATE `creature_template` SET `speed_walk` = 1.25, `DamageModifier` = 0.7 WHERE `entry` = 15969;\n\n/*  Instructor Antheol  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15970;\n\n/*  Silvermoon Apprentice  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15971;\n\n/*  Lord Saltheril  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 16144;\n\n/*  Elisara Sunstriker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 16147;\n\n/*  Magistrix Eredania  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16160;\n\n/*  Arcanist Sheynathren  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16161;\n\n/*  Wretched Hooligan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 16162;\n\n/*  Courier Dawnstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16183;\n\n/*  Skymaster Sunwing  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 16189;\n\n/*  Sathren Azuredawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16191;\n\n/*  Skymistress Gloaming  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 16192;\n\n/*  Apothecary Thedra  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16196;\n\n/*  Arcanist Vandril  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16197;\n\n/*  Apothecary Renzithen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16198;\n\n/*  Magister Darenis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16199;\n\n/*  Deathstalker Rathiel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16200;\n\n/*  Geranis Whitemorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16201;\n\n/*  Farstrider Sedina  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16202;\n\n/*  Ranger Vynna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16203;\n\n/*  Magistrix Aminel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 16205;\n\n/*  Apprentice Varnis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 16206;\n\n/*  Apothecary Enith  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16208;\n\n/*  Ranger Vedoran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 16209;\n\n/*  Magistrix Landra Dawnstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16210;\n\n/*  Ranger Lethvalin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16213;\n\n/*  Lieutenant Tomathren  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16217;\n\n/*  Ranger Valanna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16219;\n\n/*  Captain Helios  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16220;\n\n/*  Silvermoon Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16221;\n\n/*  Dame Auriferous  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16231;\n\n/*  Night Elf Ambusher  */\nUPDATE `creature_template` SET `speed_run` = 1.38571 WHERE `entry` = 16238;\n\n/*  Magister Kaendris  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16239;\n\n/*  Tranquillien Scout  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.7 WHERE `entry` = 16242;\n\n/*  Luzran  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16245;\n\n/*  Knucklerot  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16246;\n\n/*  Borgoth the Bloodletter  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 1.1 WHERE `entry` = 16247;\n\n/*  Jurion the Deceiver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 16248;\n\n/*  Masophet the Black  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 16249;\n\n/*  High Executor Mavren  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16252;\n\n/*  Areyn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16260;\n\n/*  Paelarin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16263;\n\n/*  Winaestra  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `HealthModifier` = 1.09 WHERE `entry` = 16264;\n\n/*  Daestra  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry` = 16267;\n\n/*  Perascamin  */\nUPDATE `creature_template` SET `speed_walk` = 1.25, `HealthModifier` = 1.09 WHERE `entry` = 16280;\n\n/*  Ambassador Sunsorrow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16287;\n\n/*  Advisor Sorrelon  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16288;\n\n/*  Magister Quallestis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.96 WHERE `entry` = 16291;\n\n/*  Aquantion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 16292;\n\n/*  Apprentice Shatharia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16293;\n\n/*  Aldaron the Reckless  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16294;\n\n/*  Risen Creeper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.884766 WHERE `entry` = 16300;\n\n/*  Risen Hungerer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.989097 WHERE `entry` = 16301;\n\n/*  Risen Stalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973262 WHERE `entry` = 16302;\n\n/*  Dreadbone Skeleton  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 0.98, `ArmorModifier` = 0.975836 WHERE `entry` = 16303;\n\n/*  Dreadbone Sentinel  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `ArmorModifier` = 0.978261 WHERE `entry` = 16305;\n\n/*  Deathcage Scryer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.88 WHERE `entry` = 16307;\n\n/*  Deathcage Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.98, `ArmorModifier` = 0.957055 WHERE `entry` = 16308;\n\n/*  Gangled Cannibal  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0 WHERE `entry` = 16309;\n\n/*  Phantasmal Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16311;\n\n/*  Spectral Screamer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.950912 WHERE `entry` = 16312;\n\n/*  Fallen Ranger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16314;\n\n/*  Deatholme Acolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16315;\n\n/*  Deatholme Necromancer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16317;\n\n/*  Deatholme Darkmage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 16318;\n\n/*  Eye of Dar'Khan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16320;\n\n/*  Gangled Flesheater  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 16322;\n\n/*  Phantasmal Seeker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 16323;\n\n/*  Quel'dorei Ghost  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16325;\n\n/*  Quel'dorei Wraith  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16326;\n\n/*  Ravening Apparition  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16327;\n\n/*  Vengeful Apparition  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16328;\n\n/*  Dar'Khan Drathir  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 16329;\n\n/*  Sentinel Spy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16330;\n\n/*  Darnassian Druid  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16331;\n\n/*  Darnassian Huntress  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16332;\n\n/*  Sentinel Infiltrator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16333;\n\n/*  Arcane Reaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.48247 WHERE `entry` = 16339;\n\n/*  Shadowpine Ripper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975836 WHERE `entry` = 16340;\n\n/*  Shadowpine Witch  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.970772 WHERE `entry` = 16341;\n\n/*  Mummified Headhunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16342;\n\n/*  Shadowpine Oracle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974832 WHERE `entry` = 16343;\n\n/*  Shadowpine Headhunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 16344;\n\n/*  Shadowpine Catlord  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978038 WHERE `entry` = 16345;\n\n/*  Shadowpine Hexxer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95022 WHERE `entry` = 16346;\n\n/*  Starving Ghostclaw  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.896484 WHERE `entry` = 16347;\n\n/*  Ghostclaw Lynx  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97352 WHERE `entry` = 16348;\n\n/*  Ghostclaw Ravager  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975936 WHERE `entry` = 16349;\n\n/*  Spindleweb Spider  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975836 WHERE `entry` = 16350;\n\n/*  Spindleweb Lurker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974889 WHERE `entry` = 16351;\n\n/*  Greater Spindleweb  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 16352;\n\n/*  Mistbat  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.31055 WHERE `entry` = 16353;\n\n/*  Anok'suten  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 16357;\n\n/*  Runewarden Deryan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3, `HealthModifier` = 1.088 WHERE `entry` = 16362;\n\n/*  Infused Crystal  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 16364;\n\n/*  Sempstress Ambershine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16366;\n\n/*  Botanist Tyniarrel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16367;\n\n/*  Ardeyn Riverwind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16397;\n\n/*  Zombified Grimscale  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16402;\n\n/*  Withered Grimscale  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16403;\n\n/*  Yellowgill Frenzy  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.94704 WHERE `entry` = 16404;\n\n/*  Whitetail Frenzy  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.94704 WHERE `entry` = 16405;\n\n/*  Zalene Firstlight  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16443;\n\n/*  Ranger Krenn'an  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16462;\n\n/*  Farstrider Solanna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16463;\n\n/*  Shadowpine Shadowcaster  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.980061 WHERE `entry` = 16469;\n\n/*  Ghostly Philanthropist  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `mingold` = 110000, `maxgold` = 130000 WHERE `entry` = 16470;\n\n/*  Megelon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16475;\n\n/*  Proenitus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16477;\n\n/*  Shattered Hand Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 4.664 WHERE `entry` = 16507;\n\n/* Mutated Root Lasher */\nUPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 16517;\n\n/*  Nestlewood Owlkin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 16518;\n\n/* Blood Elf Scout */\nUPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 16521;\n\n/*  Surveyor Candress  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 1.14286, `DamageModifier` = 1.4, `ArmorModifier` = 1.01538, `faction` = 16 WHERE `entry` = 16522;\n\n/*  Shattered Hand Savage  */\nUPDATE `creature_template` SET `DamageModifier` = 4.664 WHERE `entry` = 16523;\n\n/*  Inoculated Nestlewood Owlkin  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 16534;\n\n/*  Vindicator Aldar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16535;\n\n/*  Mutated Owlkin  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `speed_run` = 1.14286, `faction` = 14 WHERE `entry` = 16537;\n\n/*  Technician Dyvuun  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16551;\n\n/*  Aeun  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 16554;\n\n/*  Far Seer Regulkut  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16574;\n\n/*  Shadow Hunter Ty'jin  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16575;\n\n/*  Overlord Hun Maimfist  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16576;\n\n/*  Martik Tor'seldori  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16577;\n\n/*  Blood Elf Pilgrim  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 0.7 WHERE `entry` = 16578;\n\n/*  Falcon Watch Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16579;\n\n/*  Thrallmar Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16580;\n\n/*  Thrallmar Marksman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16582;\n\n/*  Watch Commander Krunk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16584;\n\n/*  Barley  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16587;\n\n/*  Guard Captain Cragtar  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16589;\n\n/*  Injured Thrallmar Grunt  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 0.7 WHERE `entry` = 16590;\n\n/*  Thrallmar Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16591;\n\n/*  Shattered Hand Brawler  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 16593;\n\n/*  Shadowmoon Acolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 4.676 WHERE `entry` = 16594;\n\n/*  Eye of Thrallmar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.02 WHERE `entry` = 16598;\n\n/*  Thrallmar Wolf Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16599;\n\n/*  Dying Blood Elf  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16601;\n\n/*  Farstrider Dusking  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16603;\n\n/*  Novia  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16615;\n\n/*  Periel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16616;\n\n/*  Daenice  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16617;\n\n/*  Celana  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16619;\n\n/*  Mathaleron  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16620;\n\n/*  Ileda  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16621;\n\n/*  Gelanthis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16624;\n\n/*  Tynna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16626;\n\n/*  Ithillan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16627;\n\n/*  Caidori  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16628;\n\n/*  Tandron  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16629;\n\n/*  Sedana  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16633;\n\n/*  Dolothos  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16634;\n\n/*  Lyna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16635;\n\n/*  Welethelon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16637;\n\n/*  Deynna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16638;\n\n/*  Keelen Sheets  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16640;\n\n/*  Melaris  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16641;\n\n/*  Camberon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16642;\n\n/*  Razia  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 16643;\n\n/*  Botanist Nathera  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16644;\n\n/*  Torian  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry` = 16649;\n\n/*  Shalenn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16656;\n\n/*  Feledis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16666;\n\n/*  Gloresse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16668;\n\n/*  Eriden  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 16670;\n\n/*  Mirvedon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 16671;\n\n/*  Tana  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16672;\n\n/*  Oninath  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16673;\n\n/*  Zandine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16674;\n\n/*  Halthenis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16675;\n\n/*  Rahein  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16678;\n\n/*  Osselan  */\nUPDATE `creature_template` SET `speed_walk` = 0.93 WHERE `entry` = 16679;\n\n/*  Ithelis  */\nUPDATE `creature_template` SET `speed_walk` = 0.93 WHERE `entry` = 16680;\n\n/*  Champion Bachi  */\nUPDATE `creature_template` SET `speed_walk` = 0.93 WHERE `entry` = 16681;\n\n/*  Talmar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16687;\n\n/*  Noraelath  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16691;\n\n/*  Winthren  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16693;\n\n/*  Karen Wentworth  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 15.0, `ManaModifier` = 1.0 WHERE `entry` = 16694;\n\n/*  Gurak  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.6 WHERE `entry` = 16695;\n\n/*  Krukk  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 16696;\n\n/*  Shattered Hand Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 16699;\n\n/*  Shattered Hand Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 16700;\n\n/*  Telia  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 16702;\n\n/*  Amin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16703;\n\n/*  Shattered Hand Sharpshooter  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 16704;\n\n/*  Oktan  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry` = 16720;\n\n/*  Edrem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16740;\n\n/*  Deriz  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16741;\n\n/*  Ghermas  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16743;\n\n/*  Feruul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 16745;\n\n/*  Firewing Warlock  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.989841 WHERE `entry` = 16769;\n\n/*  Ranger Captain Venn'ren  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 16789;\n\n/*  Falconer Drenna Riverwind  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 16790;\n\n/*  Ryathen the Somber  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 16791;\n\n/*  Arcanist Calesthris Dawnstar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 16792;\n\n/*  Magistrix Carinda  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16793;\n\n/*  Apothecary Azethen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 16794;\n\n/*  Draenei Prisoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 16795;\n\n/*  Amaan the Wise  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16796;\n\n/*  Scout Vanura  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 16797;\n\n/*  Ikan  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16799;\n\n/*  Grand Magister Rommath  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.4, `HealthModifier` = 180.0 WHERE `entry` = 16800;\n\n/*  Halduron Brightwing  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16801;\n\n/*  Broken Skeleton  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97165 WHERE `entry` = 16805;\n\n/*  Grand Warlock Nethekurse  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 16807;\n\n/*  Warchief Kargath Bladefist  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 16808;\n\n/*  Warbringer O'mrogg  */\nUPDATE `creature_template` SET `DamageModifier` = 5.6 WHERE `entry` = 16809;\n\n/*  Force Commander Danath Trollbane  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16819;\n\n/*  Lieutenant Amadi  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 16820;\n\n/*  Magus Filinthus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16821;\n\n/*  Flightmaster Krill Bitterhue  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 16822;\n\n/*  Humphry  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 16823;\n\n/*  Father Malgor Devidicus  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16825;\n\n/*  Honor Guard Wesilow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16827;\n\n/*  Honor Guard Greyn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16828;\n\n/*  Field Commander Romus  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16830;\n\n/*  Nethergarde Infantry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ManaModifier` = 1.0 WHERE `entry` = 16831;\n\n/*  Prospector Murantus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 16832;\n\n/*  Makuru  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16833;\n\n/*  Anchorite Obadei  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16834;\n\n/*  Explorers' League Archaeologist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ManaModifier` = 1.0 WHERE `entry` = 16835;\n\n/*  Escaped Dreghood  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16836;\n\n/*  Foreman Biggums  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 16837;\n\n/*  Honor Hold Miner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.7, `ManaModifier` = 1.0 WHERE `entry` = 16838;\n\n/*  Warp-Scryer Kryv  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16839;\n\n/*  Advisor Sevel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16840;\n\n/*  Watch Commander Relthorn Netherwane  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16841;\n\n/*  Honor Hold Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 16842;\n\n/*  Honor Hold Cavalryman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16843;\n\n/*  Crust Burster  */\nUPDATE `creature_template` SET `speed_run` = 1.19048 WHERE `entry` = 16844;\n\n/*  Gorkan Bloodfist  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3, `ManaModifier` = 1.0 WHERE `entry` = 16845;\n\n/*  Debilitated Mag'har Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16847;\n\n/*  Provisioner Braknar  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.4, `ManaModifier` = 1.0 WHERE `entry` = 16848;\n\n/*  Gremni Longbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16850;\n\n/*  Mirren Longbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16851;\n\n/*  Eldinarcus  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `DamageModifier` = 1.6, `HealthModifier` = 1.255 WHERE `entry` = 16854;\n\n/*  Caretaker Dilandrus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16856;\n\n/*  Marauding Crust Burster  */\nUPDATE `creature_template` SET `speed_run` = 1.19048 WHERE `entry` = 16857;\n\n/*  Silanna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16862;\n\n/*  Deranged Helboar  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963334 WHERE `entry` = 16863;\n\n/*  Stormwind Infantry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ManaModifier` = 1.0 WHERE `entry` = 16864;\n\n/*  Injured Stormwind Infantry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ManaModifier` = 1.0 WHERE `entry` = 16865;\n\n/*  Shattered Hand Grunt  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 16867;\n\n/*  Shattered Hand Captain  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 16870;\n\n/*  Bleeding Hollow Dark Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16873;\n\n/*  Shattered Hand Berserker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.544523 WHERE `entry` = 16878;\n\n/*  Starving Helboar  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.992261 WHERE `entry` = 16879;\n\n/*  Hulking Helboar  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 16880;\n\n/*  War Horse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16884;\n\n/*  Amythiel Mistwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16885;\n\n/*  Arator the Redeemer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 16886;\n\n/*  Eye of Honor Hold  */\nUPDATE `creature_template` SET `DamageModifier` = 0.02 WHERE `entry` = 16887;\n\n/*  Mahuram Stouthoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16888;\n\n/*  Honor Hold Archer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16896;\n\n/*  Captive Ravager Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16900;\n\n/*  Blistering Rot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16901;\n\n/*  Blistering Oozeling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1, `ManaModifier` = 1.0 WHERE `entry` = 16903;\n\n/*  Unyielding Footman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16904;\n\n/*  Unyielding Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16905;\n\n/*  Unyielding Knight  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16906;\n\n/*  Mag'har Outrunner  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 16910;\n\n/*  Mag'har Watcher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968379 WHERE `entry` = 16911;\n\n/*  Mag'har Hunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 16912;\n\n/*  Foreman Razelcraz  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16915;\n\n/*  Ammen Vale Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16921;\n\n/*  Sergeant Kan'ren  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16924;\n\n/*  Bonechewer War Wolf  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 16926;\n\n/*  Stonescythe Whelp  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `ArmorModifier` = 0.963334 WHERE `entry` = 16927;\n\n/*  Stonescythe Ambusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 16928;\n\n/*  Stonescythe Alpha  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 16929;\n\n/*  Enraged Clefthoof  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.99214 WHERE `entry` = 16931;\n\n/*  Razorfang Hatchling  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.957003 WHERE `entry` = 16932;\n\n/*  Quillfang Ravager  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.961842 WHERE `entry` = 16934;\n\n/*  Dreghood Geomancer  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.49 WHERE `entry` = 16937;\n\n/*  Dreghood Brute  */\nUPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry` = 16938;\n\n/*  Void Baron Galaxis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 16939;\n\n/*  Phasing Voidcaller  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 16941;\n\n/*  Cyber-Rage Forgelord  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `ArmorModifier` = 0.976895 WHERE `entry` = 16943;\n\n/*  Mo'arg Doomsmith  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.976895 WHERE `entry` = 16944;\n\n/*  Mo'arg Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 3.8, `ArmorModifier` = 0.975775, `ManaModifier` = 1.0 WHERE `entry` = 16945;\n\n/*  Mo'arg Forgefiend  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `ArmorModifier` = 0.965839 WHERE `entry` = 16946;\n\n/*  Gan'arg Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.83 WHERE `entry` = 16947;\n\n/*  Gan'arg Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16948;\n\n/*  Gan'arg Mekgineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16949;\n\n/*  Netherhound  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 16950;\n\n/*  Anger Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16952;\n\n/*  Forge Camp Legionnaire  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0682 WHERE `entry` = 16954;\n\n/*  Dread Tactician  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16959;\n\n/*  Sister of Grief  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.963812 WHERE `entry` = 16960;\n\n/*  Infernal Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 16963;\n\n/*  Haal'eshi Windwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968379 WHERE `entry` = 16966;\n\n/*  Haal'eshi Talonguard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 16967;\n\n/*  Tunneler  */\nUPDATE `creature_template` SET `speed_run` = 1.19048, `ArmorModifier` = 0.965839 WHERE `entry` = 16968;\n\n/*  Bristlehide Clefthoof  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.972074 WHERE `entry` = 16970;\n\n/*  Injured Draenei  */\nUPDATE `creature_template` SET `minlevel` = 4 WHERE `entry` = 16971;\n\n/*  Bonestripper Buzzard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.991975 WHERE `entry` = 16972;\n\n/*  Bonestripper Vulture  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 16973;\n\n/*  Rogue Voidwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963812 WHERE `entry` = 16974;\n\n/*  Uncontrolled Voidwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963812 WHERE `entry` = 16975;\n\n/*  Arch Mage Xintor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 16977;\n\n/*  Thiah Redmane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 16991;\n\n/*  Dreadtusk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 16992;\n\n/*  Draenei Anchorite  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 16994;\n\n/*  Aggonis  */\nUPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry` = 17000;\n\n/*  Angela \"The Claw\" Kestrel  */\nUPDATE `creature_template` SET `maxlevel` = 57, `DamageModifier` = 0.7, `HealthModifier` = 2.5 WHERE `entry` = 17002;\n\n/*  Collapsing Voidwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 17014;\n\n/*  Taleris Dawngazer  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 4.0 WHERE `entry` = 17015;\n\n/*  Shadow Council Enforcer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17023;\n\n/*  Female Kaliri Hatchling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 17034;\n\n/*  Male Kaliri Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 17039;\n\n/*  Pilgrim Gal'ressa  */\nUPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 17046;\n\n/*  Rumatu  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17052;\n\n/*  Eversong Partygoer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17056;\n\n/*  Blacktalon the Savage  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 17057;\n\n/*  Illidari Taskmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17058;\n\n/*  Technician Zhanaa  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 17071;\n\n/*  Draenei Mourner  */\nUPDATE `creature_template` SET `minlevel` = 5, `DamageModifier` = 0.3 WHERE `entry` = 17073;\n\n/*  Lady Liadrin  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.6 WHERE `entry` = 17076;\n\n/*  Ancestral Spirit Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 17077;\n\n/*  Fel Orc Convert  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.8 WHERE `entry` = 17083;\n\n/*  Aeranas  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17085;\n\n/*  Enraged Wraith  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.7 WHERE `entry` = 17086;\n\n/*  Spirit of the Vale  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.2 WHERE `entry` = 17087;\n\n/*  Shadowy Summoner  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.13726 WHERE `entry` = 17088;\n\n/*  Advisor Duskingdawn  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17092;\n\n/*  Nemeth Hawkeye  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17094;\n\n/*  Balandar Brightstar  */\nUPDATE `creature_template` SET `minlevel` = 35, `speed_walk` = 1.25, `DamageModifier` = 5.0 WHERE `entry` = 17095;\n\n/*  Advisor Sarophas  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 3.0, `HealthModifier` = 2.0 WHERE `entry` = 17097;\n\n/*  Ambassador Dawnsinger  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17098;\n\n/*  Mehlar Dawnblade  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17099;\n\n/*  Advisor Sunsworn  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17100;\n\n/*  Angry Murloc  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.833333 WHERE `entry` = 17102;\n\n/*  Emissary Taluun  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17103;\n\n/*  Anchorite Delan  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 17104;\n\n/*  Emissary Valustraa  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 17105;\n\n/*  Vindicator Palanaar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 17106;\n\n/*  Forsaken Raider  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.985841 WHERE `entry` = 17108;\n\n/*  Cersei Dusksinger  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17109;\n\n/*  Captured Tarantula  */\nUPDATE `creature_template` SET `speed_walk` = 1.05 WHERE `entry` = 17112;\n\n/*  Captured Crocolisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 1.3 WHERE `entry` = 17113;\n\n/*  Arugoo of the Stillpine  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 2.4 WHERE `entry` = 17114;\n\n/*  Cursed Lost One  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 1.5 WHERE `entry` = 17115;\n\n/*  Earthcaller Ryga  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 17123;\n\n/*  Anchorite Avuun  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 4.0 WHERE `entry` = 17127;\n\n/*  Greater Windroc  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17129;\n\n/*  Boulderfist Crusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17134;\n\n/*  Boulderfist Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17135;\n\n/*  Warmaul Reaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965838 WHERE `entry` = 17138;\n\n/*  Windyreed Scavenger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17139;\n\n/*  Feral Lost One  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 17140;\n\n/*  Windyreed Wretch  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17141;\n\n/*  Wrekt Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17142;\n\n/*  Wrekt Seer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17143;\n\n/*  Goretooth  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `DamageModifier` = 1.5 WHERE `entry` = 17144;\n\n/*  Vir'aani Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17149;\n\n/*  Vir'aani Arcanist  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17150;\n\n/*  Felguard Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4, `ArmorModifier` = 0.975775 WHERE `entry` = 17152;\n\n/*  Lake Spirit  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.971228 WHERE `entry` = 17153;\n\n/*  Muck Spawn  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.951529 WHERE `entry` = 17154;\n\n/*  Lake Surger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963898 WHERE `entry` = 17155;\n\n/*  Tortured Earth Spirit  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97165 WHERE `entry` = 17156;\n\n/*  Shattered Rumbler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974542 WHERE `entry` = 17157;\n\n/*  Storm Rager  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17159;\n\n/*  Blizzard (Shade of Aran)  */\nUPDATE `creature_template` SET `speed_run` = 0.642857 WHERE `entry` = 17161;\n\n/*  Robotron 3000  */\nUPDATE `creature_template` SET `speed_run` = 0.571429 WHERE `entry` = 17178;\n\n/*  Restless Spirit of Earth  */\nUPDATE `creature_template` SET `speed_walk` = 1.12 WHERE `entry` = 17179;\n\n/*  Spirit of Air  */\nUPDATE `creature_template` SET `speed_walk` = 1.12 WHERE `entry` = 17180;\n\n/*  Spirit of Water  */\nUPDATE `creature_template` SET `speed_walk` = 1.12, `speed_run` = 1.14286 WHERE `entry` = 17181;\n\n/*  Spirit of Fire  */\nUPDATE `creature_template` SET `speed_walk` = 1.12 WHERE `entry` = 17182;\n\n/*  Bristlelimb Furbolg  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17183;\n\n/*  Bristlelimb Windcaller  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.95 WHERE `entry` = 17184;\n\n/*  Bristlelimb Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.03 WHERE `entry` = 17185;\n\n/*  Deranged Owlbeast  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17186;\n\n/*  Aberrant Owlbeast  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17187;\n\n/*  Raving Owlbeast  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17188;\n\n/*  Crazed Wildkin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17189;\n\n/*  Siltfin Murloc  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.808594 WHERE `entry` = 17190;\n\n/*  Siltfin Oracle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.907407 WHERE `entry` = 17191;\n\n/*  Siltfin Hunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.901408 WHERE `entry` = 17192;\n\n/*  Wrathscale Naga  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.844937 WHERE `entry` = 17193;\n\n/*  Wrathscale Myrmidon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.873418 WHERE `entry` = 17194;\n\n/*  Wrathscale Siren  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.901163 WHERE `entry` = 17195;\n\n/*  Root Trapper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.844828 WHERE `entry` = 17196;\n\n/*  Root Thresher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.879747 WHERE `entry` = 17197;\n\n/*  Ravager Specimen  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.888672 WHERE `entry` = 17199;\n\n/*  Moongraze Stag  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.844828 WHERE `entry` = 17200;\n\n/*  Moongraze Buck  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.879747 WHERE `entry` = 17201;\n\n/*  Infected Nightstalker Runt  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.78481 WHERE `entry` = 17202;\n\n/*  Nightstalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.889163 WHERE `entry` = 17203;\n\n/*  Temper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 17205;\n\n/*  Naias  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 17207;\n\n/*  Sentinel Leader  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17210;\n\n/*  Human Footman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 17211;\n\n/*  Skittering Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.866109 WHERE `entry` = 17216;\n\n/*  Barbed Crawler  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.795566 WHERE `entry` = 17217;\n\n/*  Huraan  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17218;\n\n/*  Ambassador Rualeth  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17223;\n\n/*  Keltus Darkleaf  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 17224;\n\n/*  Viera Sunwhisper  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 5.0 WHERE `entry` = 17226;\n\n/*  Human Peasant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 17227;\n\n/*  Cryptographer Aurren  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17232;\n\n/*  Ghost of Uther Lightbringer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.6 WHERE `entry` = 17233;\n\n/*  Tcha'kaz  */\nUPDATE `creature_template` SET `minlevel` = 44 WHERE `entry` = 17236;\n\n/*  Anchorite Truuen  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17238;\n\n/*  Admiral Odesyus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 17240;\n\n/*  Priestess Kyleen Il'dinare  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17241;\n\n/*  Archaeologist Adamant Ironheart  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17242;\n\n/*  Engineer \"Spark\" Overgrind  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17243;\n\n/*  Alliance Axeman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.6 WHERE `entry` = 17244;\n\n/*  Alliance Logger  */\nUPDATE `creature_template` SET `minlevel` = 10, `DamageModifier` = 0.6 WHERE `entry` = 17247;\n\n/*  Bonechewer Hungerer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17259;\n\n/*  Restless Skeleton  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 7.0, `HealthModifier` = 2.5 WHERE `entry` = 17261;\n\n/*  Recovering Pilgrim  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 0.6 WHERE `entry` = 17263;\n\n/*  Bonechewer Ravener  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17264;\n\n/*  Bleeding Hollow Darkcaster  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17269;\n\n/*  Bleeding Hollow Archer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17270;\n\n/*  Bonechewer Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.33 WHERE `entry` = 17271;\n\n/*  Flaming Aspect  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 17272;\n\n/*  Aqueous  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01 WHERE `entry` = 17275;\n\n/*  Watery Aspect  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.981063 WHERE `entry` = 17276;\n\n/*  Venture Co. Saboteur  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.866109 WHERE `entry` = 17278;\n\n/*  Venture Co. Gemologist  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.868293 WHERE `entry` = 17279;\n\n/*  Shattered Hand Warhound  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17280;\n\n/*  Falcon Watch Ranger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 17282;\n\n/*  Astral Spark  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17283;\n\n/*  Sentinel Luciel Starwhisper  */\nUPDATE `creature_template` SET `minlevel` = 29, `DamageModifier` = 3.5 WHERE `entry` = 17287;\n\n/*  Randy Whizzlesprocket  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17288;\n\n/*  Rifleman Brownbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17289;\n\n/*  Captain Alina  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17290;\n\n/*  Architect Nemos  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17291;\n\n/*  Private Jacint  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17292;\n\n/*  Drisella  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17294;\n\n/*  Captain Boneshatter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17296;\n\n/*  Scout Orgarr  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17297;\n\n/*  Warlord Sriss'tiz  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17298;\n\n/*  Gorgannon  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 1.1 WHERE `entry` = 17300;\n\n/*  Vindicator Vedaar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 17303;\n\n/*  Overseer Gorthak  */\nUPDATE `creature_template` SET `speed_walk` = 1.05 WHERE `entry` = 17304;\n\n/*  Watchkeeper Gargolmar  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 6.0 WHERE `entry` = 17306;\n\n/*  Vazruden the Herald  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17307;\n\n/*  Omor the Unscarred  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 17308;\n\n/*  Hellfire Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 4.3 WHERE `entry` = 17309;\n\n/*  Gnarl  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 17310;\n\n/*  Cowlen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17311;\n\n/*  Magwin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 17312;\n\n/*  Whisper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17314;\n\n/*  Geezle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17318;\n\n/*  Bristlelimb Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17320;\n\n/*  Bristlelimb Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17321;\n\n/*  Infected Wildkin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17322;\n\n/*  Contaminated Wildkin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17323;\n\n/*  Irradiated Wildkin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17324;\n\n/*  Blacksilt Tidecaller  */\nUPDATE `creature_template` SET `DamageModifier` = 0.97 WHERE `entry` = 17327;\n\n/*  Wrathscale Shorestalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963816 WHERE `entry` = 17331;\n\n/*  Wrathscale Raider  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.857595 WHERE `entry` = 17332;\n\n/*  Wrathscale Screamer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.969231 WHERE `entry` = 17333;\n\n/*  Wrathscale Marauder  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97352 WHERE `entry` = 17334;\n\n/*  Wrathscale Serpent Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.857595 WHERE `entry` = 17335;\n\n/*  Wrathscale Sorceress  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968023 WHERE `entry` = 17336;\n\n/*  Nazzivus Satyr  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17337;\n\n/*  Nazzivus Rogue  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17338;\n\n/*  Thistle Lasher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.970332 WHERE `entry` = 17343;\n\n/*  Mutated Constrictor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974889 WHERE `entry` = 17344;\n\n/*  Mutated Tangler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 17346;\n\n/*  Blue Flutterer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.888476 WHERE `entry` = 17349;\n\n/*  Royal Blue Flutterer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.40112 WHERE `entry` = 17350;\n\n/*  Saurian Slayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.958384 WHERE `entry` = 17351;\n\n/*  Corrupted Treant  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.942434 WHERE `entry` = 17352;\n\n/*  Corrupted Stomper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.956522 WHERE `entry` = 17353;\n\n/*  Deonysius  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 1.0 WHERE `entry` = 17354;\n\n/*  Valusha  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 4.0 WHERE `entry` = 17355;\n\n/*  Creeping Ooze  */\nUPDATE `creature_template` SET `DamageModifier` = 4.664 WHERE `entry` = 17356;\n\n/*  Creeping Oozeling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 17357;\n\n/*  Fouled Water Spirit  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976574 WHERE `entry` = 17358;\n\n/*  Tel'athion the Impure  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `ArmorModifier` = 1.0 WHERE `entry` = 17359;\n\n/*  Laughing Skull Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0 WHERE `entry` = 17370;\n\n/*  Timberstrider Fledgling  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 0.844828 WHERE `entry` = 17372;\n\n/*  Timberstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 0.775316 WHERE `entry` = 17373;\n\n/*  Greater Timberstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.928571, `ArmorModifier` = 0.795566 WHERE `entry` = 17374;\n\n/*  Stillpine Captive  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.669922 WHERE `entry` = 17375;\n\n/*  Keli'dan the Breaker  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 17377;\n\n/*  Swamp Gas  */\nUPDATE `creature_template` SET `speed_run` = 0.142857, `DamageModifier` = 0.01 WHERE `entry` = 17378;\n\n/*  Broggok  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7 WHERE `entry` = 17380;\n\n/*  The Maker  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 17381;\n\n/*  Shattered Hand Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 17385;\n\n/*  Korgoth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17386;\n\n/*  Shattered Hand Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 17387;\n\n/*  Orlug'Gonn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 17388;\n\n/*  Shadowmoon Voidcaller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.12, `HealthModifier` = 1.7488 WHERE `entry` = 17389;\n\n/*  Stillpine Ancestor Tikti  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.827609 WHERE `entry` = 17392;\n\n/*  Stillpine Ancestor Yor  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.827609 WHERE `entry` = 17393;\n\n/*  Shadowmoon Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17395;\n\n/*  Shadowmoon Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17396;\n\n/*  Shadowmoon Adept  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17397;\n\n/*  Nascent Fel Orc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 17398;\n\n/*  Felguard Annihilator  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17400;\n\n/*  Felhound Manastalker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.5 WHERE `entry` = 17401;\n\n/*  Yaluu  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 17402;\n\n/*  Anchorite Alendar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17403;\n\n/*  Vindicator Sedai  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 17404;\n\n/*  Krun Spinebreaker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 17405;\n\n/*  Artificer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17406;\n\n/*  Felmist  */\nUPDATE `creature_template` SET `speed_run` = 0.214286, `DamageModifier` = 0.75 WHERE `entry` = 17407;\n\n/*  Arcane Vortex  */\nUPDATE `creature_template` SET `speed_run` = 0.214286, `ArmorModifier` = 1.33333 WHERE `entry` = 17408;\n\n/*  Apprentice Boulian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 17409;\n\n/*  Stillpine Ancestor Vark  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17410;\n\n/*  Shadowmoon Technician  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17414;\n\n/*  Mag'har Escort  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 17417;\n\n/*  Laughing Skull Ambusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.00607 WHERE `entry` = 17418;\n\n/*  Shattered Hand Heathen  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 17420;\n\n/*  Clopper Wizbang  */\nUPDATE `creature_template` SET `minlevel` = 16 WHERE `entry` = 17421;\n\n/*  Harbinger Mikolaas  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17423;\n\n/*  Shattered Hand Archer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17427;\n\n/*  Fel Orc Neophyte  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry` = 17429;\n\n/*  Velaada  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17431;\n\n/*  Stillpine Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.896484 WHERE `entry` = 17432;\n\n/*  Vindicator Aalesia  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17433;\n\n/*  Susurrus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 17435;\n\n/*  Stillpine Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.975836 WHERE `entry` = 17439;\n\n/*  High Chief Stillpine  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.6 WHERE `entry` = 17440;\n\n/*  Gurf  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17441;\n\n/*  Moordo  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17442;\n\n/*  Kurz the Revelator  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.5 WHERE `entry` = 17443;\n\n/*  Magtor the Blind Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17444;\n\n/*  Stillpine the Younger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 17445;\n\n/*  Parkat Steelfur  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17446;\n\n/*  The Kurken  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17447;\n\n/*  Chieftain Oomooroo  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17448;\n\n/*  Vision of the Prophesied Hero  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 17452;\n\n/*  Vision of the Kurken  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 17453;\n\n/*  Burning Abyssal  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 17454;\n\n/*  Bonechewer Beastmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17455;\n\n/*  Shattered Hand Blood Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17461;\n\n/*  Shattered Hand Zealot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17462;\n\n/*  Shattered Hand Gladiator  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 17464;\n\n/*  Shattered Hand Centurion  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17465;\n\n/*  Orc Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 17469;\n\n/*  Lesser Shadow Fissure  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_run` = 0.857143, `DamageModifier` = 0.01 WHERE `entry` = 17471;\n\n/* Murgurgula */\nUPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 17475;\n\n/*  Hellfire Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 17477;\n\n/*  Bleeding Hollow Scryer  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 17478;\n\n/*  Gunny  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17479;\n\n/*  Ergh of the Stillpine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17490;\n\n/*  Laughing Skull Rogue  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17491;\n\n/*  Stone Guard Stok'ton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 17493;\n\n/*  Zevrax  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 17494;\n\n/*  Stillpine Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.34, `ArmorModifier` = 0.896484 WHERE `entry` = 17495;\n\n/*  Vision of the Forlorn  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.0, `ArmorModifier` = 1.33333, `ManaModifier` = 1.0 WHERE `entry` = 17499;\n\n/*  Woeful Healer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 17503;\n\n/*  Hellfire Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 17517;\n\n/*  Gurrag  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 17520;\n\n/*  Myst Spinner  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977273 WHERE `entry` = 17522;\n\n/*  Myst Leecher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 17523;\n\n/*  Nazzivus Summoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.43 WHERE `entry` = 17524;\n\n/*  Bloodmyst Hatchling  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 1.45167 WHERE `entry` = 17525;\n\n/*  Bloodmyst Ravager  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975078 WHERE `entry` = 17526;\n\n/*  Enraged Ravager  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.969251 WHERE `entry` = 17527;\n\n/*  Tzerak  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 17528;\n\n/*  Elekk  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 17530;\n\n/*  Draenei Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 1.18 WHERE `entry` = 17531;\n\n/*  Nazan  */\nUPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 2.57143, `DamageModifier` = 4.376 WHERE `entry` = 17536;\n\n/*  Vazruden  */\nUPDATE `creature_template` SET `DamageModifier` = 5.3 WHERE `entry` = 17537;\n\n/*  Fiendish Hound  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.43 WHERE `entry` = 17540;\n\n/*  Draenei Quartermaster  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17541;\n\n/*  Young Furbolg Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.8 WHERE `entry` = 17542;\n\n/*  Strawman  */\nUPDATE `creature_template` SET `DamageModifier` = 16.0, `HealthModifier` = 15.0 WHERE `entry` = 17543;\n\n/*  K'ure  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.6 WHERE `entry` = 17545;\n\n/*  Roar  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 16.0, `HealthModifier` = 15.0 WHERE `entry` = 17546;\n\n/*  Tinhead  */\nUPDATE `creature_template` SET `DamageModifier` = 16.0 WHERE `entry` = 17547;\n\n/*  Blood Watch Peacekeeper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17549;\n\n/*  Void Anomaly  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry` = 17550;\n\n/*  Tavara  */\nUPDATE `creature_template` SET `speed_walk` = 1.5 WHERE `entry` = 17551;\n\n/*  Laando  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17554;\n\n/*  Stephanos  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17555;\n\n/*  Death Ravager  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.83 WHERE `entry` = 17556;\n\n/*  Lieutenant Chadwick  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17557;\n\n/*  Caza'rez  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 17558;\n\n/*  Outland Doomguard (Default)  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17568;\n\n/*  Outland Doomguard (Black)  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17569;\n\n/*  Outland Doomguard (Blue)  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17570;\n\n/*  Outland Doomguard (Green)  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17571;\n\n/*  Outland Doomguard (Purple)  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17572;\n\n/*  Outland Doomguard (Yellow)  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17573;\n\n/*  Quartermaster Urgronn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 17585;\n\n/*  Vorkhan the Elekk Herder  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 17586;\n\n/*  Draenei Youngling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 17587;\n\n/*  Veridian Whelp  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977273 WHERE `entry` = 17588;\n\n/*  Blood Elf Bandit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.8 WHERE `entry` = 17591;\n\n/*  Razormaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.27 WHERE `entry` = 17592;\n\n/*  Hellfire Wolf Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17593;\n\n/*  Captain Korfang  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17594;\n\n/*  Hellfire Lieutenant  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 17596;\n\n/*  Aonar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 17599;\n\n/*  Pack Elekk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.976303 WHERE `entry` = 17601;\n\n/*  Sunhawk Spy  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97352 WHERE `entry` = 17604;\n\n/*  Sunhawk Reclaimer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.18, `ArmorModifier` = 0.977612 WHERE `entry` = 17606;\n\n/*  Sunhawk Defender  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977273 WHERE `entry` = 17607;\n\n/*  Sunhawk Pyromancer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.980061 WHERE `entry` = 17608;\n\n/*  Sunhawk Saboteur  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 0.980061 WHERE `entry` = 17609;\n\n/*  Sunhawk Agent  */\nUPDATE `creature_template` SET `DamageModifier` = 1.93, `ArmorModifier` = 0.977376 WHERE `entry` = 17610;\n\n/*  Ravager Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.881773 WHERE `entry` = 17620;\n\n/*  Heathen Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.22 WHERE `entry` = 17621;\n\n/*  Sharpshooter Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17622;\n\n/*  Reaver Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17623;\n\n/*  Laughing Skull Warden  */\nUPDATE `creature_template` SET `DamageModifier` = 4.215 WHERE `entry` = 17624;\n\n/*  Fel Orc Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17625;\n\n/*  Laughing Skull Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17626;\n\n/*  Jenath  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17627;\n\n/*  Vynna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17628;\n\n/*  Feynna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17629;\n\n/*  K. Lee Smallfry  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17634;\n\n/*  Kalynna Lathred  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 17636;\n\n/*  Mack Diver  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17637;\n\n/*  Siltfin Ambusher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.863636 WHERE `entry` = 17638;\n\n/*  Sunhawk Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.816667 WHERE `entry` = 17641;\n\n/*  Tracker Lyceon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17642;\n\n/*  Felhunter Minion  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 17648;\n\n/*  Kessel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 17649;\n\n/*  Shadowmoon Channeler  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 17653;\n\n/*  Blade of Argus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17659;\n\n/*  Jessera of Mac'Aree  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17663;\n\n/*  Matis the Cruel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `HealthModifier` = 3.0, `ArmorModifier` = 1.0 WHERE `entry` = 17664;\n\n/*  Rabid Warhound  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 17669;\n\n/*  Shattered Hand Houndmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 17670;\n\n/*  Shattered Hand Champion  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17671;\n\n/*  Deadwind Villager  */\nUPDATE `creature_template` SET `minlevel` = 69, `ArmorModifier` = 0.977915 WHERE `entry` = 17672;\n\n/*  Stinkhorn Striker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.94704 WHERE `entry` = 17673;\n\n/*  Prince Toreth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17674;\n\n/*  Achelus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 17676;\n\n/*  Sironas  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 17678;\n\n/*  Man'ari Abomination  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17679;\n\n/*  Webbed Creature  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.2 WHERE `entry` = 17680;\n\n/*  Expedition Researcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 17681;\n\n/*  Princess Stillpine  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.8 WHERE `entry` = 17682;\n\n/*  Zarakh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.50061 WHERE `entry` = 17683;\n\n/*  Vindicator Boros  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 17684;\n\n/*  Researcher Cornelius  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17686;\n\n/*  Shattered Hand Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 17693;\n\n/*  Shadowmoon Darkcaster  */\nUPDATE `creature_template` SET `DamageModifier` = 4.676 WHERE `entry` = 17694;\n\n/*  Will of Sargaras  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17700;\n\n/*  Hand of Argus Swordsman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ManaModifier` = 1.0 WHERE `entry` = 17704;\n\n/*  Sunhawk Rogue  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.974889 WHERE `entry` = 17705;\n\n/*  Dawnstone Crab  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `ArmorModifier` = 1.33333 WHERE `entry` = 17707;\n\n/*  Living Ruby Serpent  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70 WHERE `entry` = 17708;\n\n/*  Nightseye Panther  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70 WHERE `entry` = 17710;\n\n/*  Captain Edward Hanes  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17712;\n\n/*  Bloodcursed Naga  */\nUPDATE `creature_template` SET `DamageModifier` = 1.18 WHERE `entry` = 17713;\n\n/*  Bloodcursed Voyager  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.7 WHERE `entry` = 17714;\n\n/*  Atoph the Bloodcursed  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45 WHERE `entry` = 17715;\n\n/*  Sangrias Stillblade  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.85 WHERE `entry` = 17716;\n\n/*  Knight-Lord Bloodvalor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 17717;\n\n/*  Magister Astalor Bloodsworn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 17718;\n\n/*  Coilfang Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 17721;\n\n/*  Coilfang Sorceress  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 17722;\n\n/*  Bog Giant  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 7.21 WHERE `entry` = 17723;\n\n/*  Underbog Lurker  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 17725;\n\n/*  Wrathfin Myrmidon  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 17726;\n\n/*  Wrathfin Sentry  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 17727;\n\n/*  Murkblood Tribesman  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17728;\n\n/*  Murkblood Spearman  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17729;\n\n/*  Murkblood Healer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0, `ArmorModifier` = 0.7365 WHERE `entry` = 17730;\n\n/*  Fen Ray  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.6 WHERE `entry` = 17731;\n\n/*  Lykul Wasp  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.6 WHERE `entry` = 17732;\n\n/*  Underbog Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 8.0 WHERE `entry` = 17734;\n\n/*  Wrathfin Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 17735;\n\n/*  Underbat Swarmer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.968024 WHERE `entry` = 17736;\n\n/*  Outland Chimera, White  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 17739;\n\n/*  Blood Knight Stillblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 17768;\n\n/*  Blood Knight Adept  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17769;\n\n/*  Hungarfen  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 10.0 WHERE `entry` = 17770;\n\n/*  Murkblood Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17771;\n\n/*  Mekgineer Steamrigger  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 8.0 WHERE `entry` = 17796;\n\n/*  Hydromancer Thespia  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 6.5 WHERE `entry` = 17797;\n\n/*  Warlord Kalithresh  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.5 WHERE `entry` = 17798;\n\n/*  Dreghood Slave  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 17799;\n\n/*  Coilfang Myrmidon  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 17800;\n\n/*  Coilfang Siren  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 17801;\n\n/*  Coilfang Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 17802;\n\n/*  Coilfang Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 17803;\n\n/*  Coilfang Slavemaster  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 17805;\n\n/*  Master Kelerun Bloodmourn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 17807;\n\n/*  Champion Bloodwrath  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `HealthModifier` = 0.555 WHERE `entry` = 17809;\n\n/*  Champion Lightrend  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `HealthModifier` = 0.555 WHERE `entry` = 17810;\n\n/*  Champion Swiftblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17811;\n\n/*  Champion Sunstriker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `HealthModifier` = 0.6 WHERE `entry` = 17812;\n\n/*  Lordaeron Watchman  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.5 WHERE `entry` = 17814;\n\n/*  Lordaeron Sentry  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.5 WHERE `entry` = 17815;\n\n/*  Bogstrok  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17816;\n\n/*  Greater Bogstrok  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17817;\n\n/*  Towering Infernal  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 1.29457 WHERE `entry` = 17818;\n\n/*  Durnholde Rifleman  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.5 WHERE `entry` = 17820;\n\n/*  Captured Sunhawk Agent  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17824;\n\n/*  Interrogator Elysia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17825;\n\n/*  Swamplord Musel'ek  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 9.0 WHERE `entry` = 17826;\n\n/*  Claw  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 1.0, `ArmorModifier` = 1.567 WHERE `entry` = 17827;\n\n/*  Lykul Hatchling  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.987986 WHERE `entry` = 17829;\n\n/*  Zelemar the Wrathful  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 17830;\n\n/*  Watcher Leesa'oh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 17831;\n\n/*  Blood Knight Dawnstar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17832;\n\n/*  Durnholde Warden  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.5 WHERE `entry` = 17833;\n\n/*  Lethyn Moonfire  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17834;\n\n/*  Infinite Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 17835;\n\n/*  Ogre Brawler  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 17836;\n\n/*  Troll Berserker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17837;\n\n/*  Time Rift  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 17838;\n\n/*  Durnholde Tracking Hound  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry` = 17840;\n\n/*  Ysiel Windsinger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 17841;\n\n/*  Vindicator Kuros  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 17843;\n\n/*  Vindicator Aesom  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17844;\n\n/*  Blood Elf Magister  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 17845;\n\n/*  Lieutenant Drake  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 17848;\n\n/*  Slain Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 6.0 WHERE `entry` = 17849;\n\n/*  Tracker of the Hand  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17853;\n\n/*  Expedition Warden  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.24224 WHERE `entry` = 17855;\n\n/*  Gzhun'tt  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 17856;\n\n/*  T'shu  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 17857;\n\n/*  Durnholde Veteran  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.5 WHERE `entry` = 17860;\n\n/*  Captain Skarloc  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 17862;\n\n/*  Lesser Doomguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `ArmorModifier` = 1.4219 WHERE `entry` = 17864;\n\n/*  Matis  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17865;\n\n/*  Khn'nix  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 17866;\n\n/*  Angered Nether-wraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 17870;\n\n/*  Underbog Shambler  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.6 WHERE `entry` = 17871;\n\n/*  Murkblood Foreman  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17872;\n\n/*  Murkblood Henchman  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17873;\n\n/*  Hunter of the Hand  */\nUPDATE `creature_template` SET `DamageModifier` = 4.3 WHERE `entry` = 17875;\n\n/*  Thrall  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 1.5, `ArmorModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 17876;\n\n/*  Fhwoor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 17877;\n\n/*  Scourge Siege Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 17878;\n\n/*  Aeonus  */\nUPDATE `creature_template` SET `DamageModifier` = 13.0 WHERE `entry` = 17881;\n\n/*  The Black Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 9.6 WHERE `entry` = 17882;\n\n/*  Earthbinder Rayge  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 17885;\n\n/*  Weeder Greenthumb  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `ArmorModifier` = 1.55468 WHERE `entry` = 17890;\n\n/*  Infinite Chronomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 17892;\n\n/*  Naturalist Bite  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 17893;\n\n/*  Windcaller Claw  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17894;\n\n/*  Ghoul  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 17895;\n\n/*  Crypt Fiend  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 17897;\n\n/*  Abomination  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 17898;\n\n/*  Shadowy Necromancer  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 17899;\n\n/*  Ashyen  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 17900;\n\n/*  Keleth  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 17901;\n\n/*  Skeleton Invader  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 17902;\n\n/*  Skeleton Mage  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 17903;\n\n/*  Fedryen Swiftspear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 17904;\n\n/*  Banshee  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 17905;\n\n/*  Gargoyle  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 17906;\n\n/*  Frost Wyrm  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 2.57143 WHERE `entry` = 17907;\n\n/*  Giant Infernal  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 17908;\n\n/*  Lauranna Thar'well  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17909;\n\n/*  Gregor the Justiciar  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5 WHERE `entry` = 17910;\n\n/*  Cathela the Seeker  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17911;\n\n/*  Nemas the Arbiter  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17912;\n\n/*  Aelmar the Vanquisher  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 17913;\n\n/*  Vicar Hieronymus  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17914;\n\n/*  Fel Stalker  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 10.0, `HealthModifier` = 15.0, `ManaModifier` = 1.0 WHERE `entry` = 17916;\n\n/*  Coilfang Water Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 17917;\n\n/*  Time Keeper  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 17918;\n\n/*  Alliance Footman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 17919;\n\n/*  Alliance Knight  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 2.0 WHERE `entry` = 17920;\n\n/*  Alliance Rifleman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 17921;\n\n/*  Alliance Sorceress  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.5 WHERE `entry` = 17922;\n\n/*  Fahssn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.4 WHERE `entry` = 17923;\n\n/*  Msshi'fn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 17924;\n\n/*  Gshaff  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17925;\n\n/*  Scout Loryi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17926;\n\n/*  Scout Jorli  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 17927;\n\n/*  Alliance Priest  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.5 WHERE `entry` = 17928;\n\n/*  Alliance Peasant  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 17931;\n\n/*  Horde Grunt  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 17932;\n\n/*  Tauren Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 3.0 WHERE `entry` = 17933;\n\n/*  Horde Headhunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 17934;\n\n/*  Horde Witch Doctor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.5 WHERE `entry` = 17935;\n\n/*  Horde Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.5 WHERE `entry` = 17936;\n\n/*  Horde Peon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 17937;\n\n/*  Coilfang Observer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 17938;\n\n/*  Coilfang Technician  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 17940;\n\n/*  Quagmirran  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 17942;\n\n/*  Night Elf Archer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 16.0 WHERE `entry` = 17943;\n\n/*  Dryad  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 4.44 WHERE `entry` = 17944;\n\n/*  Night Elf Huntress  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 16.0 WHERE `entry` = 17945;\n\n/*  Ancient Wisp  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 1.0 WHERE `entry` = 17946;\n\n/*  Steamrigger Mechanic  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 17951;\n\n/*  Darkwater Crocolisk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 17952;\n\n/*  Buddy  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 17953;\n\n/*  Naga Distiller  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.3 WHERE `entry` = 17954;\n\n/*  Hungry Bog Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 17955;\n\n/*  Ikeyen  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17956;\n\n/*  Coilfang Champion  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.0, `DamageModifier` = 4.0 WHERE `entry` = 17957;\n\n/*  Coilfang Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 17958;\n\n/*  Coilfang Slavehandler  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.2 WHERE `entry` = 17959;\n\n/*  Coilfang Soothsayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17960;\n\n/*  Coilfang Enchantress  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17961;\n\n/*  Coilfang Collaborator  */\nUPDATE `creature_template` SET `minlevel` = 62, `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 17962;\n\n/*  Kayra Longmane  */\nUPDATE `creature_template` SET `speed_run` = 0.928571, `DamageModifier` = 2.5 WHERE `entry` = 17969;\n\n/*  High Botanist Freywinn  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 6.0 WHERE `entry` = 17975;\n\n/*  Warp Splinter  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.0 WHERE `entry` = 17977;\n\n/*  Laj  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 7.5 WHERE `entry` = 17980;\n\n/*  Voidspawn  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973422 WHERE `entry` = 17981;\n\n/*  Demolitionist Legoso  */\nUPDATE `creature_template` SET `speed_run` = 0.928571, `DamageModifier` = 4.0, `ArmorModifier` = 1.0, `ManaModifier` = 3.0 WHERE `entry` = 17982;\n\n/*  Vindicator Corin  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 17986;\n\n/*  Strength of Earth  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 17987;\n\n/*  Underbog Mushroom  */\nUPDATE `creature_template` SET `speed_walk` = 0.0001 WHERE `entry` = 17990;\n\n/*  Rokmar the Crackler  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 6.5 WHERE `entry` = 17991;\n\n/*  Bloodwarder Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 17993;\n\n/*  Bloodwarder Falconer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 17994;\n\n/*  Anchorite Ahuurn  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 18003;\n\n/*  Vindicator Idaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18004;\n\n/*  Haalrun  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18005;\n\n/*  Noraani  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18006;\n\n/*  Ruam  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18007;\n\n/*  Ikuti  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18008;\n\n/*  Zurai  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18011;\n\n/*  Reavij  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 18012;\n\n/*  Shadow Hunter Denjai  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18013;\n\n/*  Witch Doctor Tor'gash  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 18014;\n\n/*  Gambarinka  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18015;\n\n/*  Magasha  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 18016;\n\n/*  Seer Janidi  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18017;\n\n/*  Zurjaya  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18018;\n\n/*  Defender Adrielle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18020;\n\n/*  Defender Kaegan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18021;\n\n/*  Defender Ursi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18022;\n\n/*  Defender Kranos  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18023;\n\n/*  Defender Sorli  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18024;\n\n/*  Defender Auston  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18025;\n\n/*  Defender Haqi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18026;\n\n/*  Defender Kadithuul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18027;\n\n/*  Defender Akee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18028;\n\n/*  Defender Kajad  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18029;\n\n/*  Knight-Defender Zunade  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 18030;\n\n/*  Defender Zaibach  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18031;\n\n/*  Defender Ashoon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18032;\n\n/*  Defender Katroi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18034;\n\n/*  Scout Jyoba  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18035;\n\n/*  Horde Healing Ward  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0 WHERE `entry` = 18036;\n\n/*  Warmaul Warlock  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.969926 WHERE `entry` = 18037;\n\n/*  Azuremyst Peacekeeper  */\nUPDATE `creature_template` SET `minlevel` = 23, `DamageModifier` = 0.7 WHERE `entry` = 18038;\n\n/*  Umbrafen Slavebinder  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18042;\n\n/*  Agitated Orc Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.974372 WHERE `entry` = 18043;\n\n/*  Rajis Fyashe  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18044;\n\n/*  Rajah Haghazed  */\nUPDATE `creature_template` SET `speed_walk` = 1.5, `DamageModifier` = 2.0 WHERE `entry` = 18046;\n\n/*  Fel Reaver Netherstorm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18060;\n\n/*  Felguard Netherstorm  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 18061;\n\n/*  Enraged Crusher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973171 WHERE `entry` = 18062;\n\n/*  Garrosh  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18063;\n\n/*  Warmaul Shaman  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963898 WHERE `entry` = 18064;\n\n/*  Warmaul Brute  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.978445 WHERE `entry` = 18065;\n\n/*  Farseer Kurkush  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 18066;\n\n/*  Farseer Corhuk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 18067;\n\n/*  Farseer Margadesh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 18068;\n\n/*  Mogor  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 18069;\n\n/*  Windcaller Blackhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 18070;\n\n/*  Elementalist Untrag  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18071;\n\n/*  Elementalist Sharvak  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18072;\n\n/*  Elementalist Lo'ap  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 18073;\n\n/*  Elementalist Morgh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 18074;\n\n/*  Umbrafen Oracle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963812 WHERE `entry` = 18077;\n\n/*  Umbrafen Seer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963812 WHERE `entry` = 18079;\n\n/*  Watoosun of the Water  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 18084;\n\n/*  Darkcrest Taskmaster  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 18086;\n\n/*  Darkcrest Siren  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968379 WHERE `entry` = 18087;\n\n/*  Captain Kroghan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 18090;\n\n/*  Tarren Mill Guardsman  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.2 WHERE `entry` = 18092;\n\n/*  Tarren Mill Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.5 WHERE `entry` = 18093;\n\n/*  Tarren Mill Lookout  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.5 WHERE `entry` = 18094;\n\n/*  Doomfire  */\nUPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1.0 WHERE `entry` = 18095;\n\n/*  Epoch Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 6.7 WHERE `entry` = 18096;\n\n/*  Nahuud  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18097;\n\n/*  Arcane Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18103;\n\n/*  Ghaz'an  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 18105;\n\n/*  Jorin Deadeye  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 18106;\n\n/*  Overseer Tidewrath  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 18107;\n\n/*  Living Fire  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18109;\n\n/*  Feralfen Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18113;\n\n/*  Feralfen Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.966526 WHERE `entry` = 18114;\n\n/*  Daggerfen Assassin  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 18116;\n\n/*  Ango'rosh Brute  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 18119;\n\n/*  Ango'rosh Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18120;\n\n/*  Dreghood Drudge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65, `ManaModifier` = 1.0 WHERE `entry` = 18122;\n\n/*  Wrekt Slave  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 18123;\n\n/*  Starving Fungal Giant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18125;\n\n/*  Expedition Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.30234 WHERE `entry` = 18126;\n\n/*  Bog Lord  */\nUPDATE `creature_template` SET `minlevel` = 64 WHERE `entry` = 18127;\n\n/*  Sporebat  */\nUPDATE `creature_template` SET `speed_run` = 0.952381, `ArmorModifier` = 0.965839 WHERE `entry` = 18128;\n\n/*  Greater Sporebat  */\nUPDATE `creature_template` SET `speed_run` = 0.952381, `ArmorModifier` = 0.968024 WHERE `entry` = 18129;\n\n/*  Umbraglow Stinger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.96969 WHERE `entry` = 18132;\n\n/*  Fen Strider  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 18134;\n\n/*  Marsh Walker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.969946 WHERE `entry` = 18135;\n\n/*  Marsh Lurker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 18136;\n\n/*  Marsh Dredger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 1.14286 WHERE `entry` = 18137;\n\n/*  Umbrafen Eel  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963334 WHERE `entry` = 18138;\n\n/*  Sporeggar Preserver  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 18139;\n\n/*  Sporeggar Harvester  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.969946 WHERE `entry` = 18140;\n\n/*  Watoosun's Polluted Essence  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 18145;\n\n/*  Silvermoon Ranger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 18147;\n\n/*  Outland Shivan  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973171 WHERE `entry` = 18149;\n\n/*  Ssslith  */\nUPDATE `creature_template` SET `DamageModifier` = 6.49 WHERE `entry` = 18154;\n\n/*  Bloodfalcon  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.25 WHERE `entry` = 18155;\n\n/*  Overlord Gorefist  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 18160;\n\n/*  Archmage Cedric  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 4.0 WHERE `entry` = 18165;\n\n/*  Infinite Slayer  */\nUPDATE `creature_template` SET `minlevel` = 67, `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 18170;\n\n/*  Infinite Defiler  */\nUPDATE `creature_template` SET `minlevel` = 67, `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 18171;\n\n/*  Infinite Saboteur  */\nUPDATE `creature_template` SET `minlevel` = 67, `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 13.02 WHERE `entry` = 18172;\n\n/*  Initiate Colin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 18174;\n\n/*  Initiate Emeline  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 18175;\n\n/*  Hemet Nesingwary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18180;\n\n/*  Minion of Gurok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4, `ArmorModifier` = 0.97165 WHERE `entry` = 18181;\n\n/*  Gurok the Usurper  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.4, `ManaModifier` = 1.0 WHERE `entry` = 18182;\n\n/*  Arechron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18183;\n\n/*  Feralfen Serpent Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5, `ArmorModifier` = 0.969946 WHERE `entry` = 18185;\n\n/*  Cheneta  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18187;\n\n/*  Tatai  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18188;\n\n/*  Dela Runetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18189;\n\n/*  Kristine Denny  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18190;\n\n/*  Ambassador Kelemar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18191;\n\n/*  Horde Halaani Guard  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.3 WHERE `entry` = 18192;\n\n/*  Expedition Preserver  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 18194;\n\n/*  Elder Kuruti  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3 WHERE `entry` = 18197;\n\n/*  Shado 'Fitz' Farstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18200;\n\n/*  Tamed Sporebat  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 18201;\n\n/*  Murkblood Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 18203;\n\n/*  Murkblood Scavenger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.55 WHERE `entry` = 18207;\n\n/*  Kurenai Captive  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18209;\n\n/*  Mag'har Captive  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18210;\n\n/*  Murkblood Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 18211;\n\n/*  Mudfin Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.25, `ArmorModifier` = 0.968024, `ManaModifier` = 1.0 WHERE `entry` = 18212;\n\n/*  Mire Hydra  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.511122 WHERE `entry` = 18213;\n\n/*  Fenclaw Thrasher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963547 WHERE `entry` = 18214;\n\n/*  Harold Lane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18218;\n\n/*  Holaaru  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 18221;\n\n/*  Otonbu the Sage  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18222;\n\n/*  Mo'mor the Breaker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18223;\n\n/*  Poli'lukluk the Wiser  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18224;\n\n/*  Saurfang the Younger  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `rank` = 1, `DamageModifier` = 0.8 WHERE `entry` = 18229;\n\n/*  Trayanise  */\nUPDATE `creature_template` SET `speed_run` = 2.14286, `DamageModifier` = 0.6 WHERE `entry` = 18230;\n\n/*  Elementalist Ioki  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18233;\n\n/*  Elementalist Yal'hah  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 18234;\n\n/*  Tiny Arcane Construct  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 18237;\n\n/*  Crusty  */\nUPDATE `creature_template` SET `minlevel` = 30, `speed_walk` = 1.02, `ArmorModifier` = 1.48346 WHERE `entry` = 18241;\n\n/*  Lorti  */\nUPDATE `creature_template` SET `minlevel` = 62, `speed_walk` = 1.125 WHERE `entry` = 18243;\n\n/*  Merajit  */\nUPDATE `creature_template` SET `minlevel` = 62 WHERE `entry` = 18245;\n\n/*  Nekthar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18248;\n\n/*  Joraal  */\nUPDATE `creature_template` SET `minlevel` = 62, `speed_walk` = 1.125 WHERE `entry` = 18250;\n\n/*  Caregiver Abidaar  */\nUPDATE `creature_template` SET `minlevel` = 62, `speed_walk` = 1.125 WHERE `entry` = 18251;\n\n/*  Andarl  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18252;\n\n/*  Shadow of Aran  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_run` = 1.71429, `DamageModifier` = 4.0 WHERE `entry` = 18254;\n\n/*  Alliance Halaani Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 18256;\n\n/*  Gutripper  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 18257;\n\n/*  Bach'lor  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 18258;\n\n/*  Banthar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 18259;\n\n/*  Boulderfist Invader  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18260;\n\n/*  Lantresor of the Blade  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 18261;\n\n/*  Unkor the Ruthless  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18262;\n\n/*  Gezhe  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 18265;\n\n/*  Khoraazi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 18269;\n\n/*  Kilrath  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 0.01 WHERE `entry` = 18273;\n\n/*  Zerid  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18276;\n\n/*  Sporewing  */\nUPDATE `creature_template` SET `speed_run` = 0.952381 WHERE `entry` = 18280;\n\n/*  Boglash  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ManaModifier` = 1.0 WHERE `entry` = 18281;\n\n/*  Lord Klaq  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18282;\n\n/*  Blacksting  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18283;\n\n/*  Razorgill  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 18284;\n\n/*  \"Count\" Ungula  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18285;\n\n/*  Mragesh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18286;\n\n/*  Bull Elekk  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974542 WHERE `entry` = 18289;\n\n/*  Tusker  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 18290;\n\n/*  Kristen Dipswitch  */\nUPDATE `creature_template` SET `speed_run` = 1.38571, `DamageModifier` = 0.01 WHERE `entry` = 18294;\n\n/*  Prospector Conall  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.0682 WHERE `entry` = 18295;\n\n/*  Sunspring Post Orphan  */\nUPDATE `creature_template` SET `minlevel` = 9, `maxlevel` = 9, `speed_run` = 0.992063, `DamageModifier` = 3.0 WHERE `entry` = 18296;\n\n/*  Gava'xi  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18298;\n\n/*  Elkay'gan the Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18300;\n\n/*  Matron Celestine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 18301;\n\n/*  Matron Drakia  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18302;\n\n/*  Lyria Skystrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18303;\n\n/*  Burning Blade Pyre (01)  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 18305;\n\n/*  Burning Blade Pyre (02)  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 18306;\n\n/*  Burning Blade Pyre (03)  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 18307;\n\n/*  Ethereal Scavenger  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 18309;\n\n/*  Ethereal Crypt Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5 WHERE `entry` = 18311;\n\n/*  Ethereal Spellbinder  */\nUPDATE `creature_template` SET `DamageModifier` = 7.73 WHERE `entry` = 18312;\n\n/*  Ethereal Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 8.27 WHERE `entry` = 18313;\n\n/*  Nexus Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 18314;\n\n/*  Ethereal Theurgist  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 18315;\n\n/*  Ethereal Priest  */\nUPDATE `creature_template` SET `DamageModifier` = 8.27 WHERE `entry` = 18317;\n\n/*  Sethekk Initiate  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18318;\n\n/*  Time-Lost Shadowmage  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18320;\n\n/*  Sethekk Talon Lord  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18321;\n\n/*  Sethekk Ravenguard  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18322;\n\n/*  Sethekk Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18326;\n\n/*  Time-Lost Controller  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18327;\n\n/*  Ethereal Darkcaster  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 18331;\n\n/*  Talut  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18332;\n\n/*  Shadrek  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18333;\n\n/*  Wild Elekk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 18334;\n\n/*  Consortium Recruiter  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18335;\n\n/*  Silvermoon Magister  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 18336;\n\n/*  Priest Kath'mar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 18337;\n\n/*  Highlord Kruul  */\nUPDATE `creature_template` SET `DamageModifier` = 14.0, `HealthModifier` = 330.0, `ManaModifier` = 1.0 WHERE `entry` = 18338;\n\n/*  Pandemonius  */\nUPDATE `creature_template` SET `DamageModifier` = 5.8 WHERE `entry` = 18341;\n\n/*  Theatre Spotlight  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 18342;\n\n/*  Tavarok  */\nUPDATE `creature_template` SET `DamageModifier` = 5.8 WHERE `entry` = 18343;\n\n/*  Nexus-Prince Shaffar  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 18344;\n\n/*  Huntress Bintook  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18353;\n\n/*  Sporeggar Spawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 18358;\n\n/*  Corki  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.4 WHERE `entry` = 18369;\n\n/*  Wild Shadow Fissure  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_run` = 0.857143, `ArmorModifier` = 1.33333 WHERE `entry` = 18370;\n\n/*  Shirrak the Dead Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 18371;\n\n/*  Rough Stone Statue  */\nUPDATE `creature_template` SET `speed_walk` = 0.9, `ArmorModifier` = 1.33333 WHERE `entry` = 18372;\n\n/*  Focus Fire  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `speed_run` = 0.428571, `ArmorModifier` = 1.33333 WHERE `entry` = 18374;\n\n/*  Mycah  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 18382;\n\n/*  Rokag  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18386;\n\n/*  Bertelm  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18387;\n\n/*  Thander  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18389;\n\n/*  Ros'eleth  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18390;\n\n/*  Giselda the Crone  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18391;\n\n/*  Boulderfist Saboteur  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.1 WHERE `entry` = 18396;\n\n/*  Kil'sorrow Invader  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18397;\n\n/*  Brokentoe  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 18398;\n\n/*  Murkblood Twin  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.0 WHERE `entry` = 18399;\n\n/*  Rokdar the Sundered Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 7.0 WHERE `entry` = 18400;\n\n/*  Skra'gath  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 15.5 WHERE `entry` = 18401;\n\n/*  Warmaul Champion  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 18402;\n\n/*  Sporebat  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1, `ArmorModifier` = 0.970268 WHERE `entry` = 18403;\n\n/*  Bloodwarder Steward  */\nUPDATE `creature_template` SET `DamageModifier` = 4.66 WHERE `entry` = 18404;\n\n/*  Tempest-Forge Peacekeeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 18405;\n\n/*  Warden Bullrok  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.5 WHERE `entry` = 18407;\n\n/*  Warden Moi'bff Jill  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18408;\n\n/*  Large AOI Underbat  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 18409;\n\n/*  Durn the Hungerer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 11.0 WHERE `entry` = 18411;\n\n/*  Zorbo the Advisor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18413;\n\n/*  Elder Yorley  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18414;\n\n/*  Elder Ungriz  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18415;\n\n/*  Huntress Kima  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18416;\n\n/*  Altruis the Sufferer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 18417;\n\n/*  Nethrandamus  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 1.6 WHERE `entry` = 18418;\n\n/*  Bloodwarder Greenkeeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 18419;\n\n/*  Sunseeker Geomancer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 18420;\n\n/*  Sunseeker Researcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 18421;\n\n/*  Sunseeker Botanist  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 18422;\n\n/*  Cho'war the Pillager  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 2.2 WHERE `entry` = 18423;\n\n/*  Warden Treelos  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18424;\n\n/*  Mag'har Prisoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.85825 WHERE `entry` = 18428;\n\n/*  Arcane Fiend  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 2.0 WHERE `entry` = 18429;\n\n/*  Ethereal Apprentice  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 18430;\n\n/*  Ethereal Beacon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18431;\n\n/*  Naphthal'ar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 18438;\n\n/*  Garokk  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18439;\n\n/*  Prospector Balmoral  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18442;\n\n/*  Lookout Nodak  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18443;\n\n/*  Corki  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.01 WHERE `entry` = 18445;\n\n/*  Earthbinder Tavgren  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18446;\n\n/*  Tooki  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18447;\n\n/*  Kokorek  */\nUPDATE `creature_template` SET `DamageModifier` = 0.02 WHERE `entry` = 18448;\n\n/*  Shienor Talonite  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18449;\n\n/*  Shienor Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 1.19104 WHERE `entry` = 18450;\n\n/*  Shienor Wing Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18451;\n\n/*  Skithian Dreadhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18452;\n\n/*  Skithian Windripper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 1.13726 WHERE `entry` = 18453;\n\n/*  Shalassi Talonguard  */\nUPDATE `creature_template` SET `minlevel` = 63, `ArmorModifier` = 0.969946 WHERE `entry` = 18454;\n\n/*  Shalassi Oracle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.972164 WHERE `entry` = 18455;\n\n/*  Tuurem Hunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.19104 WHERE `entry` = 18457;\n\n/*  Jenai Starwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18459;\n\n/*  Lost Spirit  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 0.97165 WHERE `entry` = 18460;\n\n/*  Shalassi Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 18462;\n\n/*  Warp Stalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.984143 WHERE `entry` = 18464;\n\n/*  Warp Hunter  */\nUPDATE `creature_template` SET `speed_run` = 1.25714, `ArmorModifier` = 0.968437 WHERE `entry` = 18465;\n\n/*  Dreadfang Lurker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.969946 WHERE `entry` = 18466;\n\n/*  Dreadfang Widow  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97165 WHERE `entry` = 18467;\n\n/*  Teromoth  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968024 WHERE `entry` = 18468;\n\n/*  Gurgthock  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 18471;\n\n/*  Avatar of the Martyred  */\nUPDATE `creature_template` SET `DamageModifier` = 4.994 WHERE `entry` = 18478;\n\n/*  Empoor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18482;\n\n/*  Empoor's Bodyguard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18483;\n\n/*  Night Elf Ancient of War  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429, `DamageModifier` = 4.0 WHERE `entry` = 18485;\n\n/*  Night Elf Ancient of Lore  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429, `DamageModifier` = 4.0 WHERE `entry` = 18486;\n\n/*  Night Elf Ancient Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429, `DamageModifier` = 2.6 WHERE `entry` = 18487;\n\n/*  Telaari Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18488;\n\n/*  Garadar Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 18489;\n\n/*  Fallen Druid  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18490;\n\n/*  Tavgren's Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 18492;\n\n/*  Auchenai Soulpriest  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18493;\n\n/*  Deirom  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 18494;\n\n/*  Auchenai Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18495;\n\n/*  Dugar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 18496;\n\n/*  Auchenai Monk  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 0.803792 WHERE `entry` = 18497;\n\n/*  Night Elf Wisp  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 15.0 WHERE `entry` = 18502;\n\n/*  Silvermoon Practice Dummy  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 18504;\n\n/*  Silvermoon Farstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 18507;\n\n/*  Raging Skeleton  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18521;\n\n/*  Angered Skeleton  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18524;\n\n/*  G'eras  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18525;\n\n/*  K'ode  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18526;\n\n/*  Xi'ri  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18528;\n\n/*  Ve'ru  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18529;\n\n/*  Voren'thal the Seer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 18530;\n\n/*  Luanga the Imprisoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3 WHERE `entry` = 18533;\n\n/*  Demos, Overseer of Hate  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.7 WHERE `entry` = 18535;\n\n/*  Xirkos, Overseer of Fear  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.992063, `DamageModifier` = 6.7 WHERE `entry` = 18536;\n\n/*  Adyen the Lightwarden  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.33882 WHERE `entry` = 18537;\n\n/*  Ishanah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 1.85086 WHERE `entry` = 18538;\n\n/*  Ashkaz  */\nUPDATE `creature_template` SET `minlevel` = 62 WHERE `entry` = 18539;\n\n/*  Urdak  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.969946 WHERE `entry` = 18541;\n\n/*  Veraku  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 18544;\n\n/*  Scryer Arcanist  */\nUPDATE `creature_template` SET `minlevel` = 60, `DamageModifier` = 0.6 WHERE `entry` = 18547;\n\n/*  Aldor Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18549;\n\n/*  Aldor Mason  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18552;\n\n/*  Sharth Voldoun  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 18554;\n\n/*  Phasing Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18556;\n\n/*  Phasing Cleric  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18557;\n\n/*  Phasing Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18558;\n\n/*  Phasing Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.57 WHERE `entry` = 18559;\n\n/*  Horde Field Scout  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18564;\n\n/*  Mo'arg Master Planner  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 4.2, `ManaModifier` = 1.0 WHERE `entry` = 18567;\n\n/*  Scryer Arcane Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18568;\n\n/*  Alliance Field Scout  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18581;\n\n/*  Sal'salabim  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 1.3 WHERE `entry` = 18584;\n\n/*  Raliq the Drunk  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 18585;\n\n/*  Coosh'coosh  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 4.0 WHERE `entry` = 18586;\n\n/*  Frayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 18587;\n\n/*  Floon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `HealthModifier` = 2.602 WHERE `entry` = 18588;\n\n/*  Scryer Retainer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18593;\n\n/*  Dathris Sunstriker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 18594;\n\n/*  Warped Peon  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.19104 WHERE `entry` = 18595;\n\n/*  Arcanist Adyria  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 18596;\n\n/*  Sha'nir  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 18597;\n\n/*  Iz'zard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18622;\n\n/*  Trainee Alcor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18626;\n\n/*  Trainee Firea  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18627;\n\n/*  Trainee Sinthar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.5 WHERE `entry` = 18628;\n\n/*  Instructor Cel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 18629;\n\n/*  Cabal Cultist  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66, `ManaModifier` = 1.0 WHERE `entry` = 18631;\n\n/*  Cabal Executioner  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66, `ManaModifier` = 1.0 WHERE `entry` = 18632;\n\n/*  Cabal Acolyte  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 18633;\n\n/*  Cabal Summoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 18634;\n\n/*  Cabal Deathsworn  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66, `ManaModifier` = 1.0 WHERE `entry` = 18635;\n\n/*  Cabal Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.884, `ManaModifier` = 1.0 WHERE `entry` = 18636;\n\n/*  Cabal Shadow Priest  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 18637;\n\n/*  Cabal Zealot  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.25 WHERE `entry` = 18638;\n\n/*  Cabal Spellbinder  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.66 WHERE `entry` = 18639;\n\n/*  Cabal Warlock  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 18640;\n\n/*  Cabal Familiar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.894 WHERE `entry` = 18641;\n\n/*  Fel Guardhound  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18642;\n\n/*  Tarren Mill Peasant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.2 WHERE `entry` = 18644;\n\n/*  Tarren Mill Horsehand  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 3.2 WHERE `entry` = 18646;\n\n/*  Deathskitter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 18647;\n\n/*  Stonegazer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 18648;\n\n/*  Innkeeper Monica  */\nUPDATE `creature_template` SET `minlevel` = 2, `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.0, `ArmorModifier` = 1.25 WHERE `entry` = 18649;\n\n/*  Young Blanchy  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 5.0, `ArmorModifier` = 1.25 WHERE `entry` = 18651;\n\n/*  Zahlia  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18652;\n\n/*  Crowd Murmur Helper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.007 WHERE `entry` = 18654;\n\n/*  Tarren Mill Fisherman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 18657;\n\n/*  Kil'sorrow Ritualist  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18658;\n\n/*  Voidwraith  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.975775 WHERE `entry` = 18659;\n\n/*  Subjugator Vaz'shir  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18660;\n\n/*  Terrorguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.975976 WHERE `entry` = 18661;\n\n/*  Orc Ancestor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 18662;\n\n/*  Maiden of Discipline  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18663;\n\n/*  Aged Dalaran Wizard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 18664;\n\n/*  Dalaran Sorceress  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.95, `ArmorModifier` = 0.936816 WHERE `entry` = 18666;\n\n/*  Blackheart the Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 5.3, `ManaModifier` = 1.0 WHERE `entry` = 18667;\n\n/*  Ironjaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18670;\n\n/*  Thomas Yance  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 18672;\n\n/*  Soolaveen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 18675;\n\n/*  Mekthorg the Wild  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18677;\n\n/*  Fulgorge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 18678;\n\n/*  Vorakem Doomspeaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18679;\n\n/*  Marticar  */\nUPDATE `creature_template` SET `speed_run` = 1.78, `DamageModifier` = 1.4, `ManaModifier` = 1.0 WHERE `entry` = 18680;\n\n/*  Coilfang Emissary  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 18681;\n\n/*  Bog Lurker  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 1.5 WHERE `entry` = 18682;\n\n/*  Voidhunter Yar  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 18683;\n\n/*  Bro'Gaz the Clanless  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 1.5 WHERE `entry` = 18684;\n\n/*  Okrek  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18685;\n\n/*  Doomsayer Jurim  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `DamageModifier` = 1.5 WHERE `entry` = 18686;\n\n/*  Mother Kashur  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 18687;\n\n/*  Ancient Orc Ancestor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 18688;\n\n/*  Crippler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 18689;\n\n/*  Morcrush  */\nUPDATE `creature_template` SET `speed_walk` = 1.78, `speed_run` = 1.14286, `DamageModifier` = 1.8, `HealthModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18690;\n\n/*  Hemathion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ManaModifier` = 1.0 WHERE `entry` = 18692;\n\n/*  Speaker Mar'grom  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `speed_run` = 1.14286, `DamageModifier` = 1.8 WHERE `entry` = 18693;\n\n/*  Collidus the Warp-Watcher  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.8, `ManaModifier` = 1.0 WHERE `entry` = 18694;\n\n/*  Ambassador Jerrikar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18695;\n\n/*  Kraator  */\nUPDATE `creature_template` SET `speed_walk` = 1.78, `DamageModifier` = 1.5, `ManaModifier` = 1.0 WHERE `entry` = 18696;\n\n/*  Chief Engineer Lorthander  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 1.5 WHERE `entry` = 18697;\n\n/*  Ever-Core the Punisher  */\nUPDATE `creature_template` SET `speed_walk` = 1.83, `DamageModifier` = 1.5 WHERE `entry` = 18698;\n\n/*  Reanimated Bones  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18700;\n\n/*  Taela Everstride  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18704;\n\n/*  Mawg Grimshot  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18705;\n\n/*  Torgos  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 18707;\n\n/*  Murmur  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 18708;\n\n/*  Lieutenant Gravelhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18713;\n\n/*  Scout Neftis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 18714;\n\n/*  Private Weeks  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18715;\n\n/*  Shadowy Initiate  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 18716;\n\n/*  Shadowy Laborer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 18717;\n\n/*  Shadowy Hunter  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 18718;\n\n/*  Shadowy Advisor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18719;\n\n/*  Leper Gnome Laborer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18722;\n\n/*  Erozion  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.3 WHERE `entry` = 18723;\n\n/*  Brazen  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 18725;\n\n/*  Flying Raging Soul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18726;\n\n/*  Rarthein  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 18727;\n\n/*  Infernal Rain (Hellfire)  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18729;\n\n/*  Sirigna'no  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18730;\n\n/*  Ambassador Hellmaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 18731;\n\n/*  Grandmaster Vorpil  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.0 WHERE `entry` = 18732;\n\n/*  Fel Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 6.7, `ArmorModifier` = 1.42182 WHERE `entry` = 18733;\n\n/*  Coarse Stone Statue  */\nUPDATE `creature_template` SET `speed_walk` = 0.9, `DamageModifier` = 1.4 WHERE `entry` = 18734;\n\n/*  Heavy Stone Statue  */\nUPDATE `creature_template` SET `speed_walk` = 0.9, `DamageModifier` = 1.4 WHERE `entry` = 18735;\n\n/*  Solid Stone Statue  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 18736;\n\n/*  Dense Stone Statue  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 18737;\n\n/*  Captain Auric Sunchaser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18745;\n\n/*  Shimmerscale Eel  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.968024 WHERE `entry` = 18750;\n\n/*  Haris Pilton  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2884 WHERE `entry` = 18756;\n\n/*  Telhamat Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 18758;\n\n/*  Zangarmarsh PvP Beam (Blue)  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18759;\n\n/*  Isla Starmane  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.8 WHERE `entry` = 18760;\n\n/*  Darise  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18761;\n\n/*  Blood Elf Warlock  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 18763;\n\n/*  Durnholde Armorer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 18764;\n\n/*  Durnholde Cook  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 18765;\n\n/*  Pool of Souls  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_walk` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 18766;\n\n/*  Soldier of Terror  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95583 WHERE `entry` = 18770;\n\n/*  Cosmetic Raging Soul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18778;\n\n/*  Kuma  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ManaModifier` = 1.0 WHERE `entry` = 18785;\n\n/*  Munci  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 18788;\n\n/*  Furgu  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18789;\n\n/*  Gatewatcher Aendor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 18790;\n\n/*  Du'ga  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 18791;\n\n/*  Fel Overseer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 10.0, `ManaModifier` = 1.0 WHERE `entry` = 18796;\n\n/*  Tortured Skeleton  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18797;\n\n/*  Worker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18800;\n\n/*  Stillpine Ambassador Frasaboo  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 18803;\n\n/*  Solarium Priest  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.66309 WHERE `entry` = 18806;\n\n/*  Kerna  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 18807;\n\n/*  Gursha  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.0 WHERE `entry` = 18808;\n\n/*  Furnan Skysoar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ManaModifier` = 1.0 WHERE `entry` = 18809;\n\n/*  Exodar Proselyte  */\nUPDATE `creature_template` SET `speed_run` = 0.628571 WHERE `entry` = 18815;\n\n/*  Chief Researcher Amereldine  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 18816;\n\n/*  Chief Researcher Kartos  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.7 WHERE `entry` = 18817;\n\n/*  Quartermaster Jaffrey Noreliqe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 18821;\n\n/*  Quartermaster Davian Vaclav  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 18822;\n\n/*  Minor Water Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 18823;\n\n/*  Minor Fire Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 18824;\n\n/*  Minor Air Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 18825;\n\n/*  Minor Earth Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 18826;\n\n/*  Cabal Fanatic  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66, `ManaModifier` = 1.0 WHERE `entry` = 18830;\n\n/*  Nightlord Malphas  */\nUPDATE `creature_template` SET `DamageModifier` = 9.5 WHERE `entry` = 18838;\n\n/*  Benevolent Mr. Pinchy  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 18845;\n\n/*  Furious Mr. Pinchy  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.3 WHERE `entry` = 18846;\n\n/*  Malicious Instructor  */\nUPDATE `creature_template` SET `maxlevel` = 70, `DamageModifier` = 6.0 WHERE `entry` = 18848;\n\n/*  Sunfury Guardsman  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 18850;\n\n/*  Dragonhawk Protector  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 18851;\n\n/*  Sunfury Warp-Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.975976 WHERE `entry` = 18852;\n\n/*  Sunfury Bloodwarder  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.975775 WHERE `entry` = 18853;\n\n/*  Unstable Dragonhawk  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 18854;\n\n/*  Sunfury Magister  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.975976 WHERE `entry` = 18855;\n\n/*  Arcane Annihilator  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3 WHERE `entry` = 18856;\n\n/*  Sunfury Warp-Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18857;\n\n/*  Wrathbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 18858;\n\n/*  Wrath Priestess  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18859;\n\n/*  Daughter of Destiny  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18860;\n\n/*  Eredar Tactician  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 18861;\n\n/*  Manaspawn  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973506 WHERE `entry` = 18863;\n\n/*  Mana Wraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.85, `ArmorModifier` = 0.956395 WHERE `entry` = 18864;\n\n/*  Warp Aberration  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 18865;\n\n/*  Mageslayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 18866;\n\n/*  Mana Seeker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 18867;\n\n/*  Voidfiend  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 18868;\n\n/*  Unstable Voidwraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.976895 WHERE `entry` = 18869;\n\n/*  Voidshrieker  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.977077 WHERE `entry` = 18870;\n\n/*  Voidlord  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 18871;\n\n/*  Disembodied Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 18872;\n\n/*  Disembodied Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 18873;\n\n/*  Zaxxis Spell-Thief  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 18874;\n\n/*  Zaxxis Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.985465 WHERE `entry` = 18875;\n\n/*  Phase Hatchling  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 18876;\n\n/*  Nether Drake  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 18877;\n\n/*  Warp Beast  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.964955 WHERE `entry` = 18878;\n\n/*  Phase Hunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 18879;\n\n/*  Sundered Rumbler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 18881;\n\n/*  Sundered Thunderer  */\nUPDATE `creature_template` SET `minlevel` = 68, `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 18882;\n\n/*  Mana Snapper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97739 WHERE `entry` = 18883;\n\n/*  Warp Chaser  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965439 WHERE `entry` = 18884;\n\n/*  Farahlon Giant  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 18885;\n\n/*  Farahlon Breaker  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 3.3 WHERE `entry` = 18886;\n\n/*  Taretha  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 18887;\n\n/*  Peoreth of the Weakest Sauce  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 18888;\n\n/*  Spy To'gun  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 18891;\n\n/*  Spymistress Mehlisah Highcrown  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18893;\n\n/*  Felguard Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 0.8 WHERE `entry` = 18894;\n\n/*  Ear-Biter  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.6 WHERE `entry` = 18895;\n\n/*  \"King\" Dond  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18897;\n\n/*  Explodyne Fizzlespurt  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18898;\n\n/*  Torias  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18899;\n\n/*  Tobin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18900;\n\n/*  Curzon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18901;\n\n/*  Emony  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 18902;\n\n/*  Audrid  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 18903;\n\n/*  Vision of the Forgotten  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 18904;\n\n/*  Innkeeper Bazil Olof'tazun  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18905;\n\n/*  Zabra'jin Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18909;\n\n/*  Swamprat Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 18910;\n\n/*  Juno Dufrain  */\nUPDATE `creature_template` SET `subname` = 'Fishing Supplies' WHERE `entry` = 18911;\n\n/*  Sporelok  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.2, `ArmorModifier` = 0.965839, `ManaModifier` = 1.0 WHERE `entry` = 18912;\n\n/*  Matron Tikkit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18913;\n\n/*  Caregiver Isel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18914;\n\n/*  Foreman Dunaer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 18915;\n\n/*  Valon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18916;\n\n/*  Drysc  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 18918;\n\n/*  Sayari  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 18919;\n\n/*  Artificer Drenin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18921;\n\n/*  Telredor Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 18922;\n\n/*  Artificer Andren  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 18924;\n\n/*  Vlagga Freyfeather  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18930;\n\n/*  Amish Wildhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18931;\n\n/*  Isfar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 18933;\n\n/*  Durnholde Mage  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.5 WHERE `entry` = 18934;\n\n/*  Amerun Leafshade  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 18937;\n\n/*  Krexcil  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 18938;\n\n/*  Brubeck Stormfoot  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `ManaModifier` = 1.0 WHERE `entry` = 18939;\n\n/*  Nutral  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 18940;\n\n/*  Innalia  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.0 WHERE `entry` = 18942;\n\n/*  Orebor Harborage Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18943;\n\n/*  Fel Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ManaModifier` = 1.0 WHERE `entry` = 18944;\n\n/*  Pit Commander  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 17.0 WHERE `entry` = 18945;\n\n/*  Infernal Siegebreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 6.7 WHERE `entry` = 18946;\n\n/*  Solanin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18947;\n\n/*  Stormwind Soldier  */\nUPDATE `creature_template` SET `minlevel` = 67, `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 18948;\n\n/*  Orgrimmar Grunt  */\nUPDATE `creature_template` SET `minlevel` = 67, `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 18950;\n\n/*  Unoke Tenderhoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 18953;\n\n/*  Sailor Melinan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18954;\n\n/*  Lakka  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 18956;\n\n/*  Rungor  */\nUPDATE `creature_template` SET `minlevel` = 65 WHERE `entry` = 18960;\n\n/*  Windroc Huntress  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 18963;\n\n/*  Injured Talbuk  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18964;\n\n/*  Darnassian Archer  */\nUPDATE `creature_template` SET `minlevel` = 67, `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 18965;\n\n/*  Justinius the Harbinger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 18966;\n\n/*  Melgromm Highmountain  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 18969;\n\n/*  Darkspear Axe Thrower  */\nUPDATE `creature_template` SET `minlevel` = 67, `DamageModifier` = 4.4, `ArmorModifier` = 0.975775, `ManaModifier` = 1.0 WHERE `entry` = 18970;\n\n/*  Orgrimmar Shaman  */\nUPDATE `creature_template` SET `minlevel` = 67, `DamageModifier` = 2.0 WHERE `entry` = 18972;\n\n/*  Z'kral  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 1.3 WHERE `entry` = 18974;\n\n/*  Urga'zz  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 1.3 WHERE `entry` = 18976;\n\n/*  Felguard Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 18977;\n\n/*  Heckling Fel Sprite  */\nUPDATE `creature_template` SET `DamageModifier` = 0.45 WHERE `entry` = 18978;\n\n/*  Doomwhisperer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.82 WHERE `entry` = 18981;\n\n/*  Sable Jaguar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 18982;\n\n/*  Blackfang Tarantula  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18983;\n\n/*  Ironforge Paladin  */\nUPDATE `creature_template` SET `minlevel` = 67, `DamageModifier` = 3.0 WHERE `entry` = 18986;\n\n/*  Stonebreaker Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.839027 WHERE `entry` = 18989;\n\n/*  Aresella  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18991;\n\n/*  Captain Krosh  */\nUPDATE `creature_template` SET `maxlevel` = 63, `speed_walk` = 1.125 WHERE `entry` = 18992;\n\n/*  Infinite Executioner  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `HealthModifier` = 1.25 WHERE `entry` = 18994;\n\n/*  Infinite Vanquisher  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `HealthModifier` = 1.25 WHERE `entry` = 18995;\n\n/*  Windroc Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 18996;\n\n/*  Fallesh Sunfallow  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 18997;\n\n/*  Allerian Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 18999;\n\n/*  High Elf Ranger  */\nUPDATE `creature_template` SET `minlevel` = 64, `DamageModifier` = 2.0 WHERE `entry` = 19000;\n\n/*  Allerian Horseman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 19003;\n\n/*  Wrath Master  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0, `ManaModifier` = 1.0 WHERE `entry` = 19005;\n\n/*  Silvermoon Magister  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19006;\n\n/*  Gnomeregan Conjuror  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19007;\n\n/*  Osrok the Immovable  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.125 WHERE `entry` = 19011;\n\n/*  Sparik  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry` = 19012;\n\n/*  Vanteg  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.125 WHERE `entry` = 19013;\n\n/*  Ogir  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65 WHERE `entry` = 19014;\n\n/*  Mathar G'ochar  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.125 WHERE `entry` = 19015;\n\n/*  Hellfire Familiar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 19016;\n\n/*  Borto  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62 WHERE `entry` = 19017;\n\n/*  Luftasia  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.125 WHERE `entry` = 19019;\n\n/*  Matron Qualia  */\nUPDATE `creature_template` SET `minlevel` = 64, `maxlevel` = 64, `speed_walk` = 1.125 WHERE `entry` = 19020;\n\n/*  Nancila  */\nUPDATE `creature_template` SET `maxlevel` = 60 WHERE `entry` = 19021;\n\n/*  Stabled Tallstrider  */\nUPDATE `creature_template` SET `minlevel` = 60, `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.8 WHERE `entry` = 19023;\n\n/*  Stabled Raptor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 19026;\n\n/*  Stabled Kurenai Panther  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.8 WHERE `entry` = 19030;\n\n/*  Stabled Kurenai Boar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01 WHERE `entry` = 19031;\n\n/*  Nicole Bartlett  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 19033;\n\n/*  Mendorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19034;\n\n/*  Wazat  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19035;\n\n/*  Jump-a-tron 4000  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.01 WHERE `entry` = 19041;\n\n/*  Ahemen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19043;\n\n/*  Stonebreaker Peon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.991481 WHERE `entry` = 19048;\n\n/*  Garul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19050;\n\n/*  Araac  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 19051;\n\n/*  Windroc Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 4.2 WHERE `entry` = 19055;\n\n/*  Hamanar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19063;\n\n/*  Crystalhide Colossus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 0.959284 WHERE `entry` = 19066;\n\n/*  Fel Cannon: Hate  */\nUPDATE `creature_template` SET `speed_walk` = 0.01, `speed_run` = 1.14286 WHERE `entry` = 19067;\n\n/*  Garadar Wolf Rider  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 19068;\n\n/*  Telaari Elekk Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19071;\n\n/*  Nibblet  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19073;\n\n/*  Skettis Outcast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 19075;\n\n/*  High Elf Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19076;\n\n/*  Dwarf Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19077;\n\n/*  Broken Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19120;\n\n/*  Ohlorn Farstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 19133;\n\n/*  Stonescythe Flayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963334 WHERE `entry` = 19134;\n\n/*  Stonescythe Ripper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963334 WHERE `entry` = 19135;\n\n/*  Flamewaker Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19136;\n\n/*  \"Shotgun\" Jones  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19137;\n\n/*  Anchorite Attendant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19138;\n\n/*  Mag'har Pitfighter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ManaModifier` = 1.0 WHERE `entry` = 19140;\n\n/*  Kurenai Pitfighter  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19141;\n\n/*  Aldor Anchorite  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19142;\n\n/*  Mag'har Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19144;\n\n/*  Allerian Peasant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19147;\n\n/*  Orc Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19150;\n\n/*  Captured Halaani Blood Knight  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19151;\n\n/*  Aldor Neophyte  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19153;\n\n/*  Soot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19154;\n\n/*  Sporeling Refugee  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.7 WHERE `entry` = 19155;\n\n/*  Telaari Jailor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19156;\n\n/*  Captured Halaani Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.7 WHERE `entry` = 19157;\n\n/*  Garadar Guard Captain  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19158;\n\n/*  Allerian Peasant Cosmetic  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19159;\n\n/*  Lost One Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19162;\n\n/*  Veteran Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19165;\n\n/*  Tempest-Forge Patroller  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 19166;\n\n/*  Bloodwarder Slayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66, `ManaModifier` = 1.0 WHERE `entry` = 19167;\n\n/*  Sunseeker Astromage  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 19168;\n\n/*  Peasant Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19170;\n\n/*  Chieftain Mummaki  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 19174;\n\n/*  Lemla Hopewing  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ManaModifier` = 1.0 WHERE `entry` = 19181;\n\n/*  Raging Colossus  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.5 WHERE `entry` = 19188;\n\n/*  Quillfang Skitterer  */\nUPDATE `creature_template` SET `minlevel` = 61, `ArmorModifier` = 0.961284 WHERE `entry` = 19189;\n\n/*  Fel Handler  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 19190;\n\n/*  Arazzius the Cruel  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.912699, `DamageModifier` = 6.0 WHERE `entry` = 19191;\n\n/*  Mistress of Doom  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968379 WHERE `entry` = 19192;\n\n/*  High Exarch Commodus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19193;\n\n/*  Ernie Packwell  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19194;\n\n/*  Dread Overseer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19199;\n\n/*  Shape of the Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 19200;\n\n/*  Emissary Mordin  */\nUPDATE `creature_template` SET `DamageModifier` = 2.7 WHERE `entry` = 19202;\n\n/*  Syth Fire Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 2.32 WHERE `entry` = 19203;\n\n/*  Syth Frost Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 2.32 WHERE `entry` = 19204;\n\n/*  Syth Arcane Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 2.32 WHERE `entry` = 19205;\n\n/*  Syth Shadow Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 2.32 WHERE `entry` = 19206;\n\n/*  Infernal Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 1.42081 WHERE `entry` = 19207;\n\n/*  Summoned Cabal Acolyte  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.7 WHERE `entry` = 19208;\n\n/*  Summoned Cabal Deathsworn  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 19209;\n\n/*  Fel Cannon: Fear  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 19210;\n\n/*  Hand of the Highlord  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `rank` = 3, `DamageModifier` = 6.0 WHERE `entry` = 19214;\n\n/*  Ravandwyr  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19217;\n\n/*  Gatewatcher Gyro-Kill  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 19218;\n\n/*  Mechano-Lord Capacitus  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 19219;\n\n/*  Pathaleon the Calculator  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 6.0 WHERE `entry` = 19220;\n\n/*  Nethermancer Sepethrea  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 6.5 WHERE `entry` = 19221;\n\n/*  Void Traveler  */\nUPDATE `creature_template` SET `speed_run` = 0.285714, `DamageModifier` = 2.0 WHERE `entry` = 19226;\n\n/*  Perry Gatner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.10789 WHERE `entry` = 19228;\n\n/*  Commander Duron  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19229;\n\n/*  Mechanar Crusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.25 WHERE `entry` = 19231;\n\n/*  Flying Voidwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963812 WHERE `entry` = 19233;\n\n/*  Edward the Temporary  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 19241;\n\n/*  Olodam Farhollow  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 19242;\n\n/*  Enchanter Salias  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19248;\n\n/*  Enchantress Metura  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19249;\n\n/*  Lieutenant General Orion  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19253;\n\n/*  Warlord Dar'toon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19254;\n\n/*  General Krakork  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 19255;\n\n/*  Sergeant Shatterskull  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.16209 WHERE `entry` = 19256;\n\n/*  Arcanist Torseldori  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19257;\n\n/*  Bloodmage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 19258;\n\n/*  Destroyed Fel Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19260;\n\n/*  Force-Commander Gorax  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19264;\n\n/*  Scout Makha  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19265;\n\n/*  Private Imarion  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 19266;\n\n/*  Laughing Skull Berserker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.970622 WHERE `entry` = 19267;\n\n/*  Shattrath Saul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19270;\n\n/*  Albert Quarksprocket  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19271;\n\n/*  Harbinger Argomen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19272;\n\n/*  Forward Commander To'arch  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19273;\n\n/*  Ushtug the Temporary  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 19274;\n\n/*  Armored Wyvern Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 19275;\n\n/*  Vagrant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19283;\n\n/*  Invading Felguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.15, `DamageModifier` = 2.0 WHERE `entry` = 19284;\n\n/*  Invading Infernal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19285;\n\n/*  Invading Fel Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19286;\n\n/*  Invading Voidwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19287;\n\n/*  Dreadknight  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 19288;\n\n/*  Vagabond  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19289;\n\n/*  Invading Anguisher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19290;\n\n/*  Tola'thion  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19293;\n\n/*  Earthbinder Galandria Nightbreeze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19294;\n\n/*  Warbringer Arix'Amal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 19298;\n\n/*  Deathwhisperer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 0.977915 WHERE `entry` = 19299;\n\n/*  Blackheart the Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 19300;\n\n/*  Blackheart the Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 19301;\n\n/*  Blackheart the Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 19302;\n\n/*  Blackheart the Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 19303;\n\n/*  Blackheart the Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 19304;\n\n/*  Goliathon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 19305;\n\n/*  Mana Leech  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 19306;\n\n/*  Nexus Terror  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 5.0 WHERE `entry` = 19307;\n\n/*  Marshal Isildor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19308;\n\n/*  Sergeant Altumus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 19309;\n\n/*  Forward Commander Kingston  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19310;\n\n/*  Portal Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 1.42067 WHERE `entry` = 19311;\n\n/*  Drillmaster Zurok  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 19312;\n\n/*  Supply Officer Shandria  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19314;\n\n/*  Supply Officer Isabel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19315;\n\n/*  Field Marshal Rohamus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19316;\n\n/*  Drek'Gol  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19317;\n\n/*  Quartermaster Endarin  */\nUPDATE `creature_template` SET `subname` = 'Aldor: Quartermaster' WHERE `entry` = 19321;\n\n/*  Armored Gryphon Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01 WHERE `entry` = 19324;\n\n/*  Quartermaster Enuril  */\nUPDATE `creature_template` SET `subname` = 'Scryers: Quartermaster' WHERE `entry` = 19331;\n\n/*  Stone Guard Ambelan  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19332;\n\n/*  Aldor Marksman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19337;\n\n/*  Trop Rendlimb  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19343;\n\n/*  Legassi  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19344;\n\n/*  Kalara  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19345;\n\n/*  Harbinger Erothem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19346;\n\n/*  Targrom  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19348;\n\n/*  Thornfang Ravager  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.958857 WHERE `entry` = 19349;\n\n/*  Thornfang Venomspitter  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.958857 WHERE `entry` = 19350;\n\n/*  Wildhammer Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19353;\n\n/*  Arzeth the Merciless  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 19354;\n\n/*  Void Wanderer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19356;\n\n/*  Dimming Voidwraith  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19357;\n\n/*  Naladu  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 19361;\n\n/*  Kor'kron Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 19362;\n\n/*  Sergeant Dalton  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19363;\n\n/*  Kor'kron Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19364;\n\n/*  \"Screaming\" Screed Luckheed  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19367;\n\n/*  Neophyte Nemarn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19377;\n\n/*  Anchorite Nindumen  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 19378;\n\n/*  Sky'ree  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19379;\n\n/*  Guard Untula  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 19380;\n\n/*  Wildhammer Gryphon Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19382;\n\n/*  Wildhammer Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19384;\n\n/*  Lord Marshal Raynor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19385;\n\n/*  Stormwind Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19386;\n\n/*  Mounted Neophyte  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19390;\n\n/*  Felguard Lieutenant  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19391;\n\n/*  Watch Commander Leonus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19392;\n\n/*  Fear Controller  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19393;\n\n/*  Bron Goldhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19395;\n\n/*  Mo'arg Overseer  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 3.0, `ArmorModifier` = 0.979264 WHERE `entry` = 19397;\n\n/*  Gan'arg Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19398;\n\n/*  Fel Cannon  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 3.0, `ArmorModifier` = 0.979123 WHERE `entry` = 19399;\n\n/*  Fel Reaver Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 19400;\n\n/*  Wing Commander Brack  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19401;\n\n/*  Thunder Bluff Huntsman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19406;\n\n/*  Azuremyst Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19407;\n\n/*  Wing Commander Dabir'ee  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19409;\n\n/*  Shattered Hand Neophyte  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968379 WHERE `entry` = 19410;\n\n/*  Shattered Hand Warlock  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.15731 WHERE `entry` = 19411;\n\n/*  Shattered Hand Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.966262 WHERE `entry` = 19413;\n\n/*  Shattered Hand Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 19414;\n\n/*  Shattered Hand Acolyte  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.966526 WHERE `entry` = 19415;\n\n/*  Ramdor the Mad  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19417;\n\n/*  Crystalhide Shardling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.961842 WHERE `entry` = 19418;\n\n/*  Raging Shardling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 19419;\n\n/*  Bleeding Hollow Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 19423;\n\n/*  Orgrimmar Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19425;\n\n/*  Voidwalker Summoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 0.03 WHERE `entry` = 19427;\n\n/*  Cobalt Serpent  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 19428;\n\n/*  Dreadcaller  */\nUPDATE `creature_template` SET `DamageModifier` = 0.82 WHERE `entry` = 19434;\n\n/*  Eye of Grillok  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.1 WHERE `entry` = 19440;\n\n/*  Angersmith Okkos  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 19441;\n\n/*  Worg Master Kruush  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 19442;\n\n/*  Tagar Spinebreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19443;\n\n/*  Peasant Worker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19444;\n\n/*  Wounded Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19445;\n\n/*  Operations Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19446;\n\n/*  Thunderlord Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19449;\n\n/*  Pol Snowhoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19450;\n\n/*  Sunfury Captain  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19453;\n\n/*  Fallen Stormwind Infantry  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 19454;\n\n/*  Nurse Judith  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19455;\n\n/*  Whitebark's Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8, `ArmorModifier` = 0.759766 WHERE `entry` = 19456;\n\n/*  Grillok \"Darkeye\"  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 19457;\n\n/*  Ripp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.994554 WHERE `entry` = 19458;\n\n/*  Feng  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 19459;\n\n/*  Tamed Ravager  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 19461;\n\n/*  Bleeding Hollow Soul  */\nUPDATE `creature_template` SET `DamageModifier` = 2.7 WHERE `entry` = 19464;\n\n/*  Anchorite Karja  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19467;\n\n/*  Spymaster Thalodien  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 19468;\n\n/*  Magistrix Larynna  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 19469;\n\n/*  Gholah  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19470;\n\n/*  Old Orok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19471;\n\n/*  Threlc  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19472;\n\n/*  Raiza  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19473;\n\n/*  Karnaze  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19474;\n\n/*  Harbinger Haronem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19475;\n\n/*  Lor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19476;\n\n/*  Fleeing Dreghood Warrior  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 4.0 WHERE `entry` = 19477;\n\n/*  Fera Palerunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19478;\n\n/*  Orgatha  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19479;\n\n/*  Darkened Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 6.34, `ManaModifier` = 1.0 WHERE `entry` = 19480;\n\n/*  Archmage Vargoth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19481;\n\n/*  Magister Falris  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19485;\n\n/*  Sunseeker Chemist  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 19486;\n\n/*  Custodian Dieworth  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19488;\n\n/*  Lieutenant-Sorcerer Morran  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19489;\n\n/*  Ekkorash the Inquisitor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 19493;\n\n/*  Ar'kelos  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19494;\n\n/*  Innkeeper Shaunessy  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19495;\n\n/*  Spy Grik'tha  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19496;\n\n/*  Caoileann  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19497;\n\n/*  Tanaide  */\nUPDATE `creature_template` SET `maxlevel` = 63, `speed_walk` = 1.125 WHERE `entry` = 19498;\n\n/*  Cahill  */\nUPDATE `creature_template` SET `maxlevel` = 62, `speed_walk` = 1.125 WHERE `entry` = 19499;\n\n/*  Sylvanaar Sentinel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19500;\n\n/*  Lower City Operative  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.3 WHERE `entry` = 19501;\n\n/*  Lower City Healer  */\nUPDATE `creature_template` SET `minlevel` = 70, `DamageModifier` = 0.7 WHERE `entry` = 19502;\n\n/*  Cabal Agent  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65, `ArmorModifier` = 0.95583 WHERE `entry` = 19503;\n\n/*  Scryer Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19504;\n\n/*  Sunseeker Channeler  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 9.0 WHERE `entry` = 19505;\n\n/*  Sunseeker Gene-Splicer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 9.0 WHERE `entry` = 19507;\n\n/*  Sunseeker Herbalist  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 19508;\n\n/*  Sunseeker Harvester  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 19509;\n\n/*  Bloodwarder Centurion  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 19510;\n\n/*  Nethervine Inciter  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 7.0 WHERE `entry` = 19511;\n\n/*  Nethervine Reaper  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 19512;\n\n/*  Mutate Fear-Shrieker  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.0 WHERE `entry` = 19513;\n\n/*  Alorra  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19517;\n\n/*  Feranin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19518;\n\n/*  Starving Bog Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19519;\n\n/*  Lelagar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19520;\n\n/*  Arrond  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19521;\n\n/*  O'mrogg's Left Head  */\nUPDATE `creature_template` SET `minlevel` = 72, `maxlevel` = 72, `DamageModifier` = 0.03 WHERE `entry` = 19523;\n\n/*  O'mrogg's Right Head  */\nUPDATE `creature_template` SET `minlevel` = 72, `maxlevel` = 72, `DamageModifier` = 0.03 WHERE `entry` = 19524;\n\n/*  Stage Spotlight  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19525;\n\n/*  Dunaman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19526;\n\n/*  Vacillating Voidcaller  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.853727 WHERE `entry` = 19527;\n\n/*  Nanomah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19528;\n\n/*  Stormspire Nexus-Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 19529;\n\n/*  Darmend  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19530;\n\n/*  Dearny  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19532;\n\n/*  Netherstorm Agent  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 1.6 WHERE `entry` = 19541;\n\n/*  Field Commander Mahfuun  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 19542;\n\n/*  Battle-Mage Dathric  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19543;\n\n/*  Conjurer Luminrath  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19544;\n\n/*  Cohlien Frostweaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19545;\n\n/*  Abjurist Belmara  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19546;\n\n/*  Ember of Al'ar  */\nUPDATE `creature_template` SET `speed_run` = 2.14286, `DamageModifier` = 10.0 WHERE `entry` = 19551;\n\n/*  Sunfury Worker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 19553;\n\n/*  Dimensius the All-Devouring  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0 WHERE `entry` = 19554;\n\n/*  Greater Frayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19557;\n\n/*  Amilya Airheart  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19558;\n\n/*  Enormous Void Storm  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 19565;\n\n/*  Nethergarde Advisor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19566;\n\n/*  Watcher Theronus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19567;\n\n/*  Unending Voidwraith  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.976895 WHERE `entry` = 19568;\n\n/*  Netherologist Coppernickels  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 19569;\n\n/*  Rocket-Chief Fuselage  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 19570;\n\n/*  Innkeeper Remi Dodoso  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19571;\n\n/*  Gant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19572;\n\n/*  Kizzie  */\nUPDATE `creature_template` SET `minlevel` = 65, `speed_walk` = 1.125 WHERE `entry` = 19574;\n\n/*  Qiff  */\nUPDATE `creature_template` SET `minlevel` = 67, `speed_walk` = 1.125 WHERE `entry` = 19575;\n\n/*  Xyrol  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19576;\n\n/*  Bot-Specialist Alley  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 19578;\n\n/*  Cohlien Frostweaver with Hat  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 19579;\n\n/*  Luminrath with Cape  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 19580;\n\n/*  Maddix  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19581;\n\n/*  Maxx A. Million Mk. I  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19582;\n\n/*  Grennik  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 19583;\n\n/*  Maxx A. Million Mk. II  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19588;\n\n/*  Maxx A. Million Mk. V  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19589;\n\n/*  Snowsong  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19591;\n\n/*  Kor'kron Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 19592;\n\n/*  Spellbinder Maryana  */\nUPDATE `creature_template` SET `DamageModifier` = 1.52 WHERE `entry` = 19593;\n\n/*  Drained Phase Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 19595;\n\n/*  Kor'kron Mount  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19596;\n\n/*  Mutate Fleshlasher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.66, `ArmorModifier` = 0.901796 WHERE `entry` = 19598;\n\n/*  Void Servant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.5 WHERE `entry` = 19599;\n\n/*  Tauren Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 19601;\n\n/*  Tauren Mount  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19602;\n\n/*  Tauren Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 19603;\n\n/*  Duros  */\nUPDATE `creature_template` SET `DamageModifier` = 1.16 WHERE `entry` = 19605;\n\n/*  Grek  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19606;\n\n/*  Frayer Wildling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 19608;\n\n/*  Caleth Sunblade  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19611;\n\n/*  Drakan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.16 WHERE `entry` = 19613;\n\n/*  Terokkar Wolf Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 19616;\n\n/*  Boots  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19617;\n\n/*  Bill  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.3 WHERE `entry` = 19621;\n\n/*  Doc  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19623;\n\n/*  Wounded Stormwind Infantry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ManaModifier` = 1.0 WHERE `entry` = 19624;\n\n/*  Alorya  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19625;\n\n/*  Belanna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19626;\n\n/*  Sulamin  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19627;\n\n/*  Denath  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19629;\n\n/*  Lykul Stinger  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.6 WHERE `entry` = 19632;\n\n/*  Lead Sapper Blastfizzle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 19634;\n\n/*  Captain Arathyn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 19635;\n\n/*  Warp-Raider Nesaad  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 19641;\n\n/*  Zaxxis Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19642;\n\n/*  Sunfury Astromancer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 19643;\n\n/*  Papa Wheeler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 19645;\n\n/*  Maranem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19648;\n\n/*  Seasoned Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.8 WHERE `entry` = 19651;\n\n/*  Glacius  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ManaModifier` = 1.0 WHERE `entry` = 19653;\n\n/*  Shadow Lord Xiraxis  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 19666;\n\n/*  Shadowfiend  */\nUPDATE `creature_template` SET `minlevel` = 70, `speed_walk` = 1.125 WHERE `entry` = 19668;\n\n/*  Mamdy the \"Ologist\"  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19669;\n\n/*  Artificer Morphalius  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19670;\n\n/*  Cryo-Engineer Sha'heen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19671;\n\n/*  Consortium Laborer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 0.909838, `ManaModifier` = 1.0 WHERE `entry` = 19672;\n\n/*  Consortium Engineer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 0.9433, `ManaModifier` = 1.0 WHERE `entry` = 19673;\n\n/*  Nexus-Prince Haramad  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 19675;\n\n/*  \"Captain\" Kaftiz  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19676;\n\n/*  \"Slim\"  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 19679;\n\n/*  Emissary Mordiba  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19682;\n\n/*  Ogath the Mad  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 19683;\n\n/*  Haggard War Veteran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19684;\n\n/*  Nether Anomaly  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 19686;\n\n/*  Shattrath City Peacekeeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 19687;\n\n/*  Scryer Vault Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19688;\n\n/*  Draenei Pilgrim  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 58, `DamageModifier` = 4.5 WHERE `entry` = 19689;\n\n/*  N. D. Meancamp  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 19690;\n\n/*  Boom Bot  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 19692;\n\n/*  Clarissa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 19693;\n\n/*  Loolruna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19694;\n\n/*  Ha'lei  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19697;\n\n/*  Greatfather Aldrimus  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19698;\n\n/*  Aldor Acolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 19702;\n\n/*  Master Daellis Dawnstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 19705;\n\n/*  Sunfury Archer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.975775 WHERE `entry` = 19707;\n\n/*  Chief Engineer Trep  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 19709;\n\n/*  Gatewatcher Iron-Hand  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 19710;\n\n/*  Mechanar Driller  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.25 WHERE `entry` = 19712;\n\n/*  Mechanar Wrecker  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.25 WHERE `entry` = 19713;\n\n/*  Ezekiel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19715;\n\n/*  Mechanar Tinkerer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 19716;\n\n/*  \"Dirty\" Larry  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 19720;\n\n/*  \"Epic\" Malone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19725;\n\n/*  \"Creepjack\"  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19726;\n\n/*  Mama Wheeler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 19728;\n\n/*  Ironspine Threshalisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1, `ArmorModifier` = 1.20036 WHERE `entry` = 19729;\n\n/*  Ironspine Gazer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1, `ArmorModifier` = 1.20036 WHERE `entry` = 19730;\n\n/*  Nether Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 19731;\n\n/*  Ango'rosh Warlock  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 19732;\n\n/*  Daggerfen Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ManaModifier` = 1.0 WHERE `entry` = 19733;\n\n/*  Tempest-Forge Destroyer  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 8.0 WHERE `entry` = 19735;\n\n/*  Althen the Historian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.78 WHERE `entry` = 19736;\n\n/*  Engineering Crewmember  */\nUPDATE `creature_template` SET `maxlevel` = 64, `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19737;\n\n/*  Doomclaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381 WHERE `entry` = 19738;\n\n/*  Wrathwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978178 WHERE `entry` = 19740;\n\n/*  Hatescreamer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19741;\n\n/*  Dreadwarden  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19744;\n\n/*  Baelmon the Hound-Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 3.3 WHERE `entry` = 19747;\n\n/*  Legionlord  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19748;\n\n/*  Shadowmoon Specter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19749;\n\n/*  Infernal Wrangler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19753;\n\n/*  Deathforge Tinkerer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19754;\n\n/*  Mo'arg Weaponsmith  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381 WHERE `entry` = 19755;\n\n/*  Deathforge Smith  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `ArmorModifier` = 0.977077 WHERE `entry` = 19756;\n\n/*  Infernal Soul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 0.977077 WHERE `entry` = 19757;\n\n/*  Infernal Animus  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19758;\n\n/*  Newly Crafted Infernal  */\nUPDATE `creature_template` SET `minlevel` = 68, `DamageModifier` = 0.8 WHERE `entry` = 19759;\n\n/*  Manni  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19763;\n\n/*  Moh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19764;\n\n/*  Coilskar Myrmidon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 19765;\n\n/*  Jakk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19766;\n\n/*  Coilskar Sorceress  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.978261 WHERE `entry` = 19767;\n\n/*  Coilskar Siren  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 19768;\n\n/*  Coilskar Screamer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.976895 WHERE `entry` = 19769;\n\n/*  Ravening Snap Dragon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19770;\n\n/*  Greater Snap Dragon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19771;\n\n/*  Kalinda  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19775;\n\n/*  Sunfury Geologist  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.975775 WHERE `entry` = 19779;\n\n/*  Off-Duty Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19780;\n\n/*  Coilskar Cobra  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19784;\n\n/*  Venomcowl Cobra  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19785;\n\n/*  Devouring Slugg  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19787;\n\n/*  Coilskar Muckwatcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19788;\n\n/*  Coilskar Waterkeeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19789;\n\n/*  Mud Lurker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.981824 WHERE `entry` = 19790;\n\n/*  Eclipsion Centurion  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 19792;\n\n/*  Eclipsion Pyromancer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19793;\n\n/*  Eclipsion Magister  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19794;\n\n/*  Eclipsion Archmage  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 19796;\n\n/*  Illidari Highlord  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 19797;\n\n/*  Illidari Agonizer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 19801;\n\n/*  Hound of the Betrayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19804;\n\n/*  Eclipsion Jailor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19805;\n\n/*  Bloodskin Mutate  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19813;\n\n/*  Bloodskin Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19814;\n\n/*  Bloodskin Warlock  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19815;\n\n/*  Bloodskin Berserker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19816;\n\n/*  Bloodskin Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19817;\n\n/*  Bloodskin Warlord  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 19818;\n\n/*  Illidari Brute  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19822;\n\n/*  Crazed Colossus  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 5.5, `ArmorModifier` = 0.979682 WHERE `entry` = 19823;\n\n/*  Son of Corok  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 3.3, `ArmorModifier` = 0.976895 WHERE `entry` = 19824;\n\n/*  Dark Conclave Shadowmancer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975976 WHERE `entry` = 19826;\n\n/*  Commander Dawnforge  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19831;\n\n/*  Doctor Vomisa, Ph.T.  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 19832;\n\n/*  Venomous Snake  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 0.3 WHERE `entry` = 19833;\n\n/*  Daga Ramba  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19837;\n\n/*  Lariel Sunrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 19839;\n\n/*  Caledis Brightdawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 19840;\n\n/*  Nethervine Trickster  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 19843;\n\n/*  Nitrin the Learned  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19844;\n\n/*  Area 52 Fireworks Controller  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.02 WHERE `entry` = 19845;\n\n/*  Levixus  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.912699, `DamageModifier` = 8.0 WHERE `entry` = 19847;\n\n/*  Scrap Reaver X6000  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 3.3 WHERE `entry` = 19849;\n\n/*  Councilor Arial D'Anastasis  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19850;\n\n/*  Negatron  */\nUPDATE `creature_template` SET `DamageModifier` = 5.5 WHERE `entry` = 19851;\n\n/*  Artifact Seeker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 19852;\n\n/*  Felblade Doomguard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 19853;\n\n/*  Sir Maximus Adams  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 10.0 WHERE `entry` = 19855;\n\n/*  Steamwheedle Sam  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19856;\n\n/*  Meminnie  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19857;\n\n/*  \"Lefty\" Puddemup  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19858;\n\n/*  Urtrak  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 19862;\n\n/*  Vengeful Unyielding  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.3 WHERE `entry` = 19863;\n\n/*  Vengeful Unyielding Captain  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 19864;\n\n/*  Mutate Horror  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.0 WHERE `entry` = 19865;\n\n/*  Lady Catriona Von'Indi  */\nUPDATE `creature_template` SET `speed_walk` = 1.71 WHERE `entry` = 19872;\n\n/*  Lord Crispin Ference  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 19873;\n\n/*  Baron Rafe Dreuger  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_walk` = 1.71 WHERE `entry` = 19874;\n\n/*  Lord Robin Daris  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 19876;\n\n/*  Spirit of Exarch Maladaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 8.3 WHERE `entry` = 19878;\n\n/*  Horvon the Armorer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19879;\n\n/*  Nether-Stalker Khay'ji  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 19880;\n\n/*  Severed Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 19881;\n\n/*  The Black Bride  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 10.0 WHERE `entry` = 19905;\n\n/*  Usha Eyegouge  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `speed_run` = 1.14286, `DamageModifier` = 1.75 WHERE `entry` = 19906;\n\n/*  Grumbol Grimhammer  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `speed_run` = 1.14286, `DamageModifier` = 3.0 WHERE `entry` = 19907;\n\n/*  Su'ura Swiftarrow  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 15.0 WHERE `entry` = 19908;\n\n/*  Gargok  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `speed_run` = 1.14286, `DamageModifier` = 1.75 WHERE `entry` = 19910;\n\n/*  Hutihu  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.75 WHERE `entry` = 19914;\n\n/*  Time Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.2 WHERE `entry` = 19918;\n\n/*  Thorn Lasher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 19919;\n\n/*  Thorn Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19920;\n\n/*  Viper  */\nUPDATE `creature_template` SET `minlevel` = 70, `speed_walk` = 1.48, `DamageModifier` = 0.2 WHERE `entry` = 19921;\n\n/*  Tornado  */\nUPDATE `creature_template` SET `DamageModifier` = 0.03 WHERE `entry` = 19922;\n\n/*  Bipp Glizzitor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19923;\n\n/*  Spellreaver Marathelle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19926;\n\n/*  Laj (Arcane)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19928;\n\n/*  Laj (Fire)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19929;\n\n/*  Laj (Frost)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19930;\n\n/*  Laj (Nature)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 19931;\n\n/*  Zaladormu  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 19934;\n\n/*  Arazmodu  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 19936;\n\n/*  Apex  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3 WHERE `entry` = 19940;\n\n/*  Agent Proudwell  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 19942;\n\n/*  Lashh'an Talonite  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.85, `ArmorModifier` = 0.973171 WHERE `entry` = 19943;\n\n/*  Lashh'an Wing Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973171 WHERE `entry` = 19944;\n\n/*  Lashh'an Windwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973422 WHERE `entry` = 19945;\n\n/*  Darkcrest Slaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.965839 WHERE `entry` = 19946;\n\n/*  Darkcrest Sorceress  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.966526 WHERE `entry` = 19947;\n\n/*  Bloodmaul Skirmisher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19948;\n\n/*  Custodian of Time  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 19950;\n\n/*  Warden of Time  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 19951;\n\n/*  Bloodmaul Geomancer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.17542 WHERE `entry` = 19952;\n\n/*  Frayer Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 4.285 WHERE `entry` = 19953;\n\n/*  Greater Sapling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 19954;\n\n/*  Bloodmaul Lookout  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 19956;\n\n/*  Bloodmaul Brewmaster  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19957;\n\n/*  Imprisoned Infinite Dragonspawn  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 19959;\n\n/*  Doomforge Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 19960;\n\n/*  Doomforge Attendant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19961;\n\n/*  Doomcryer  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.8 WHERE `entry` = 19963;\n\n/*  Doomforge Constructor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.976895 WHERE `entry` = 19965;\n\n/*  Doomforge Laborer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.997689 WHERE `entry` = 19966;\n\n/*  Terror Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 19967;\n\n/*  Maiden of Nightmares  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.978435 WHERE `entry` = 19968;\n\n/*  Dreadforge Steam-Smith  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 19970;\n\n/*  Dreadforge Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 19971;\n\n/*  Night Walker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 19972;\n\n/*  Abyssal Flamebringer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 19973;\n\n/*  Dreadforge Machinist  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 19974;\n\n/*  Terrorslayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963334 WHERE `entry` = 19976;\n\n/*  Deathforge Over-Smith  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381 WHERE `entry` = 19978;\n\n/*  Deathforge Technician  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 19979;\n\n/*  Void Terror  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 19980;\n\n/*  Eredar Fel-Lord  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963334 WHERE `entry` = 19981;\n\n/*  Vekh'nir Keeneye  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973171 WHERE `entry` = 19982;\n\n/*  Vekh'nir Dreadhawk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973422 WHERE `entry` = 19984;\n\n/*  Ruuan'ok Cloudgazer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.970557 WHERE `entry` = 19985;\n\n/*  Ruuan'ok Skyfury  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976578 WHERE `entry` = 19986;\n\n/*  Ruuan'ok Ravenguard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.971147 WHERE `entry` = 19987;\n\n/*  Grishna Falconwing  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 19988;\n\n/*  Grishna Harbinger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19989;\n\n/*  Grishna Scorncrow  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19990;\n\n/*  Bloodmaul Brute  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19991;\n\n/*  Bloodmaul Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19993;\n\n/*  Bloodmaul Warlock  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19994;\n\n/*  Bladespire Brute  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19995;\n\n/*  Bladespire Battlemage  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 19996;\n\n/*  Bladespire Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 19997;\n\n/*  Bladespire Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 19998;\n\n/*  Hurlog Horde  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 20002;\n\n/*  Illiyana Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 20010;\n\n/*  Illiyana Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 20011;\n\n/*  Illiyana Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 20012;\n\n/*  Illiyana Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 20013;\n\n/*  Illiyana Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 20014;\n\n/*  Nether Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.2 WHERE `entry` = 20021;\n\n/*  Tempest Falconer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.07578 WHERE `entry` = 20037;\n\n/*  Crimson Hand Centurion  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.00042 WHERE `entry` = 20048;\n\n/*  Crimson Hand Blood Knight  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.24116 WHERE `entry` = 20049;\n\n/*  Crimson Hand Inquisitor  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.06046 WHERE `entry` = 20050;\n\n/*  Crystalcore Mechanic  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 20052;\n\n/*  Bloodmaul Dire Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20058;\n\n/*  Sunseeker Netherbinder  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 9.0 WHERE `entry` = 20059;\n\n/*  Gahruj  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 20066;\n\n/*  Zuben Elgenubi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 20067;\n\n/*  Zuben Eschamali  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 20068;\n\n/*  Wind Trader Marid  */\nUPDATE `creature_template` SET `speed_walk` = 1.5, `speed_run` = 1.14286, `DamageModifier` = 1.8 WHERE `entry` = 20071;\n\n/*  Darkwater Crocolisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.14 WHERE `entry` = 20075;\n\n/*  Summoned Bloodwarder Reservist  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 20078;\n\n/*  Darkcrest Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ManaModifier` = 1.0 WHERE `entry` = 20079;\n\n/*  Summoned Bloodwarder Mender  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.135 WHERE `entry` = 20083;\n\n/*  Worker Mo'rrisroe  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.7 WHERE `entry` = 20087;\n\n/*  Bloodscale Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.952675, `ManaModifier` = 1.0 WHERE `entry` = 20090;\n\n/*  Dealer Hazzin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20092;\n\n/*  Grimnok Battleborn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 20095;\n\n/*  Nula the Butcher  */\nUPDATE `creature_template` SET `maxlevel` = 65, `speed_walk` = 1.125 WHERE `entry` = 20097;\n\n/*  Jessel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 20100;\n\n/*  Nether-Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 20101;\n\n/*  Tyri  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 20110;\n\n/*  Jorad Mace  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 20111;\n\n/*  Wind Trader Tuluman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20112;\n\n/*  Umbrafen Witchdoctor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.963812 WHERE `entry` = 20115;\n\n/*  Gurn Grubnosh  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20116;\n\n/*  Vengeful Unyielding Knight  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 20117;\n\n/*  Jihi  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.6 WHERE `entry` = 20118;\n\n/*  Mahul  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.6 WHERE `entry` = 20119;\n\n/*  Tolo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 20120;\n\n/*  Bloodscale Sea Witch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 20122;\n\n/*  Sylvanaar Ancient Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.8 WHERE `entry` = 20126;\n\n/*  Tame Kaliri  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.8 WHERE `entry` = 20127;\n\n/*  Custodian of Time  */\nUPDATE `creature_template` SET `speed_walk` = 1.05, `DamageModifier` = 0.03 WHERE `entry` = 20129;\n\n/*  Socrethar  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 23.0 WHERE `entry` = 20132;\n\n/*  Sunfury Arcanist  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975976 WHERE `entry` = 20134;\n\n/*  Sunfury Arch Mage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 20135;\n\n/*  Sunfury Researcher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 20136;\n\n/*  Vengeful Unyielding Footman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 20137;\n\n/*  Culuthas  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 20138;\n\n/*  Sunfury Conjurer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 20139;\n\n/*  Sunfury Centurion  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20140;\n\n/*  Hound of Culuthas  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 20141;\n\n/*  Steward of Time  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.0 WHERE `entry` = 20142;\n\n/*  Unstable Voidwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20145;\n\n/*  Shrouded Figure  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 20154;\n\n/*  Fleeing Dreghood Geomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 20157;\n\n/*  Magister Aledis  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20159;\n\n/*  Vekh'nir Matriarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 20161;\n\n/*  Veronia  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 20162;\n\n/*  Ambassador Solannas  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20163;\n\n/*  Dealer Dunar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20194;\n\n/*  Bogflare Needler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 20197;\n\n/*  Fenglow Stinger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.956939 WHERE `entry` = 20198;\n\n/*  Ambassador's Honor Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 20199;\n\n/*  Cragskaar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 20202;\n\n/*  Nether Technician  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 20203;\n\n/*  Action Jaxon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 20204;\n\n/*  Audi the Needle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 20205;\n\n/*  Sunfury Bowman  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20207;\n\n/*  Mennu's Healing Ward  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `HealthModifier` = 0.0015 WHERE `entry` = 20208;\n\n/*  B'naar Control Console  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 20209;\n\n/*  Shaleskin Flayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.975775 WHERE `entry` = 20210;\n\n/*  Ruuan'ok Matriarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 20211;\n\n/*  Grulloc  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 20216;\n\n/*  Sunfury Technician  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3, `ArmorModifier` = 0.975775 WHERE `entry` = 20218;\n\n/*  Sunfury Flamekeeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20221;\n\n/*  Supply Officer Pestle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 20231;\n\n/*  Wing Commander Gryphongar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20232;\n\n/*  Runetog Wildhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 20234;\n\n/*  Gryphoneer Windbellow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 20235;\n\n/*  Gryphoneer Leafbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 20236;\n\n/*  Honor Hold Gryphon Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 20237;\n\n/*  Honor Hold Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 20238;\n\n/*  Trader Narasu  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20240;\n\n/*  Provisioner Nasela  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20241;\n\n/*  Scrapped Fel Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 20243;\n\n/*  Sunfury Nethermancer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.978261 WHERE `entry` = 20248;\n\n/*  Cymbre Starsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20249;\n\n/*  Rashere Pridehoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20250;\n\n/*  Montok Redhands  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 20269;\n\n/*  Feralfen Druid  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20270;\n\n/*  Haelga Slatefist  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 20271;\n\n/*  Lylandor  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 20272;\n\n/*  Adam Eternum  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 20273;\n\n/*  Keldor the Lost  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 20274;\n\n/*  Wolf-Sister Maka  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 20276;\n\n/*  Ragestone Threshalisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 20279;\n\n/*  Ragestone Trampler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 20280;\n\n/*  Drijya  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.5 WHERE `entry` = 20281;\n\n/*  Marshrock Stomper  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20283;\n\n/*  Dr. Boom  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.00081 WHERE `entry` = 20284;\n\n/*  Gan'arg Warp-Tinker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20285;\n\n/*  Zaxxis Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 20287;\n\n/*  Lagoon Eel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 20290;\n\n/*  Lagoon Walker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.965839 WHERE `entry` = 20291;\n\n/*  Marsh Baron Brok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20292;\n\n/*  Bogstrok Clacker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.7 WHERE `entry` = 20293;\n\n/*  Bogstrok Razorclaw  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 20294;\n\n/*  Bogstrok Crusher  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 20295;\n\n/*  Mo'arg Warp-Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20326;\n\n/*  Grishna Matriarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 20329;\n\n/*  Bloodmaul Battle Worg  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20330;\n\n/*  G'eras Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20331;\n\n/*  Nether Dragon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 20332;\n\n/*  Bladespire Cook  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.754784 WHERE `entry` = 20334;\n\n/*  Parasitic Fleshbeast  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 20335;\n\n/*  Oric Coe  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 20339;\n\n/*  Fleshfiend  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.977915 WHERE `entry` = 20340;\n\n/*  Nether-Stalker Oazul  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 20341;\n\n/*  Hal McAllister  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.04 WHERE `entry` = 20342;\n\n/*  Nat Pagle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20344;\n\n/*  Commander Mograine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20345;\n\n/*  Isillien  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20346;\n\n/*  Abbendis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20347;\n\n/*  Fairbanks  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 20348;\n\n/*  Tirion Fordring  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20349;\n\n/*  Kel'Thuzad  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20350;\n\n/*  Captain Sanders  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20351;\n\n/*  Arcanist Doan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20352;\n\n/*  Helcular  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20353;\n\n/*  Nathanos Marris  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20354;\n\n/*  Stalvan Mistmantle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.06 WHERE `entry` = 20355;\n\n/*  Sally Whitemane  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20357;\n\n/*  Renault Mograine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20358;\n\n/*  Little Jimmy Vishas  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20359;\n\n/*  Herod the Bully  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20360;\n\n/*  Taelan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20361;\n\n/*  Iravar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 20362;\n\n/*  Caretaker Smithers  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20363;\n\n/*  Bartolo Ginsetti  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20365;\n\n/*  Farmer Kent  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20368;\n\n/*  Phin Odelic  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.05 WHERE `entry` = 20370;\n\n/*  Jonathan Revah  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 20372;\n\n/*  Magistrate Henry Maleb  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.02 WHERE `entry` = 20373;\n\n/*  Jerry Carter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 20376;\n\n/*  Barkeep Kelly  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 20377;\n\n/*  Chef Jessen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0 WHERE `entry` = 20378;\n\n/*  Bilger the Straight-laced  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20379;\n\n/*  Raleigh the True  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.5 WHERE `entry` = 20380;\n\n/*  Mitia  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.2 WHERE `entry` = 20382;\n\n/*  Yula the Fair  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 20384;\n\n/*  Young Sporebat  */\nUPDATE `creature_template` SET `speed_run` = 0.952381, `ArmorModifier` = 0.963334 WHERE `entry` = 20387;\n\n/*  Lee Sparks  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 20389;\n\n/*  Duyash the Cruel  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 0.8 WHERE `entry` = 20390;\n\n/*  Foreman Sundown  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 20393;\n\n/*  Eye of Culuthas  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.8 WHERE `entry` = 20394;\n\n/*  Overseer Seylanna  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20397;\n\n/*  Terror Imp  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.97 WHERE `entry` = 20399;\n\n/*  Captain Edward Hanes  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.2 WHERE `entry` = 20400;\n\n/*  Frances Lin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 20401;\n\n/*  Legion Shocktrooper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.275 WHERE `entry` = 20402;\n\n/*  Legion Destroyer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.75 WHERE `entry` = 20403;\n\n/*  Warp-Gate Engineer  */\nUPDATE `creature_template` SET `minlevel` = 69, `speed_walk` = 1.125 WHERE `entry` = 20404;\n\n/*  Nether Charge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01 WHERE `entry` = 20405;\n\n/*  Kirin'Var Apprentice  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20409;\n\n/*  Rhonsus  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8, `HealthModifier` = 1.122 WHERE `entry` = 20410;\n\n/*  Spectral Bovine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20411;\n\n/*  Bessy  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 20415;\n\n/*  Overseer Theredis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20416;\n\n/*  Coruu Control Console  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 20417;\n\n/*  Zixil  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.04 WHERE `entry` = 20419;\n\n/*  Overwatch Mark 0  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 3.0 WHERE `entry` = 20420;\n\n/*  Hillsbrad Peasant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 20424;\n\n/*  Veneratus the Many  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.9 WHERE `entry` = 20427;\n\n/*  Hillsbrad Citizen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 20428;\n\n/*  Hillsbrad Citizen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 20429;\n\n/*  Hillsbrad Citizen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.0, `ArmorModifier` = 1.33333 WHERE `entry` = 20430;\n\n/*  Beggar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0, `ArmorModifier` = 1.25 WHERE `entry` = 20432;\n\n/*  Overseer Athanel  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20435;\n\n/*  Sunfury Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7, `ArmorModifier` = 0.976895 WHERE `entry` = 20436;\n\n/*  Ara Technician  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5, `HealthModifier` = 0.612 WHERE `entry` = 20438;\n\n/*  Ara Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.5 WHERE `entry` = 20439;\n\n/*  Ara Control Console  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 20440;\n\n/*  Natasha Morris  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 20441;\n\n/*  Captain Bo'kar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.969946 WHERE `entry` = 20442;\n\n/*  Ango'rosh Sentry  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20443;\n\n/*  Mal'druk the Soulrender  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3 WHERE `entry` = 20445;\n\n/*  Protectorate Legionnaire  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 20446;\n\n/*  Protectorate Vanguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20447;\n\n/*  Commander Ameer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 20448;\n\n/*  Researcher Navuud  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 20449;\n\n/*  Flesh Handler Viridius  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 20450;\n\n/*  Ethereum Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.976895 WHERE `entry` = 20452;\n\n/*  Ethereum Shocktrooper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.976895 WHERE `entry` = 20453;\n\n/*  Nexus-King Salhadaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 7.0, `ArmorModifier` = 1.00017 WHERE `entry` = 20454;\n\n/*  Ethereum Researcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8, `ArmorModifier` = 0.978261 WHERE `entry` = 20456;\n\n/*  Ethereum Archon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.977915 WHERE `entry` = 20458;\n\n/*  Ethereum Overlord  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.977915 WHERE `entry` = 20459;\n\n/*  Chief Engineer Gork'lonn  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 3.0 WHERE `entry` = 20460;\n\n/*  Apprentice Andrethan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `HealthModifier` = 1.0406 WHERE `entry` = 20463;\n\n/*  Thadell  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.0406 WHERE `entry` = 20464;\n\n/*  Zephyrion  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20470;\n\n/*  Nether-Stalker Nauthis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 20471;\n\n/*  Ethereum Nexus-Stalker  */\nUPDATE `creature_template` SET `minlevel` = 70, `speed_walk` = 1.125 WHERE `entry` = 20474;\n\n/*  Terrorclaw  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 20477;\n\n/*  Arcane Servant  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.143 WHERE `entry` = 20478;\n\n/*  Raging Flames  */\nUPDATE `creature_template` SET `speed_run` = 0.571429, `DamageModifier` = 2.86, `ManaModifier` = 1.0 WHERE `entry` = 20481;\n\n/*  Naberius  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.1 WHERE `entry` = 20483;\n\n/*  Dama Wildmane  */\nUPDATE `creature_template` SET `subname` = 'Windrider Keeper', `ManaModifier` = 1.0 WHERE `entry` = 20494;\n\n/*  Skeletal Stallion  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20495;\n\n/*  Kirin'Var Spectre  */\nUPDATE `creature_template` SET `minlevel` = 68, `maxlevel` = 68, `DamageModifier` = 1.1, `ArmorModifier` = 1.62439 WHERE `entry` = 20496;\n\n/*  Sundered Shard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6, `ManaModifier` = 1.0 WHERE `entry` = 20498;\n\n/*  Seeping Sludge  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 20501;\n\n/*  Eclipsion Dragonhawk  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 20502;\n\n/*  Tormented Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 20512;\n\n/*  Honor Hold Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 20513;\n\n/*  Searing Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8, `ArmorModifier` = 0.975775 WHERE `entry` = 20514;\n\n/*  Harpax  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 20515;\n\n/*  Warp Monstrosity  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 20516;\n\n/*  Eclipsion Dragonhawk Hatchling  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974542 WHERE `entry` = 20517;\n\n/*  Ethereum Prisoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.006, `HealthModifier` = 2.0 WHERE `entry` = 20520;\n\n/*  Agent Araxes  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6, `HealthModifier` = 1.0406 WHERE `entry` = 20551;\n\n/*  Agent Ya-six  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3, `HealthModifier` = 1.0406 WHERE `entry` = 20552;\n\n/*  Arconus the Insatiable  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20554;\n\n/*  Goc  */\nUPDATE `creature_template` SET `speed_walk` = 1.6 WHERE `entry` = 20555;\n\n/*  Stormwind Marine  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 20556;\n\n/*  Wrath Hound  */\nUPDATE `creature_template` SET `minlevel` = 70, `speed_run` = 1.14286 WHERE `entry` = 20557;\n\n/*  Forge Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `ManaModifier` = 1.0 WHERE `entry` = 20558;\n\n/*  Grand Commander Ruusk  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 10.0 WHERE `entry` = 20563;\n\n/*  Lured Colossus  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.5 WHERE `entry` = 20599;\n\n/*  Maggoc  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 20600;\n\n/*  Razaani Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 20601;\n\n/*  Reflection of Ya-six  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 20603;\n\n/*  Dugiru  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 20604;\n\n/*  Dr. Boom  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 20605;\n\n/*  Shaleskin Ripper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20606;\n\n/*  Razaani Nexus Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 20609;\n\n/*  Shimmerwing Moth  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976741 WHERE `entry` = 20611;\n\n/*  Sorim Lightsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 20612;\n\n/*  Razaani Spell-Thief  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 20614;\n\n/*  Darkmaw Cub  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20615;\n\n/*  Asuur  */\nUPDATE `creature_template` SET `HealthModifier` = 1.1296 WHERE `entry` = 20616;\n\n/*  Mana Invader  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.975976 WHERE `entry` = 20618;\n\n/*  Ethereum Relay  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 20619;\n\n/*  Sporewind Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.25, `ArmorModifier` = 0.968024, `ManaModifier` = 1.0 WHERE `entry` = 20667;\n\n/*  Shade of Mal'druk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.2 WHERE `entry` = 20669;\n\n/*  Ripfang Lynx  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 0.976895 WHERE `entry` = 20671;\n\n/*  Swiftwing Shredder  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.967652 WHERE `entry` = 20673;\n\n/*  Morod the Windstirrer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 20677;\n\n/*  Akoru the Firecaller  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20678;\n\n/*  Aylaan the Waterwaker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.7 WHERE `entry` = 20679;\n\n/*  Arzeth the Powerless  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 20680;\n\n/*  Terokkarantula  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 2.4 WHERE `entry` = 20682;\n\n/*  Prophetess Cavrylin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1, `ArmorModifier` = 0.977077 WHERE `entry` = 20683;\n\n/*  Lady Shav'rar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.1, `ArmorModifier` = 0.977077 WHERE `entry` = 20684;\n\n/*  Overseer Azarad  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.908659 WHERE `entry` = 20685;\n\n/*  Fey Drake  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973422 WHERE `entry` = 20713;\n\n/*  Ridgespine Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.974542 WHERE `entry` = 20714;\n\n/*  Herald Bran'daan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 20722;\n\n/*  Korgaah  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20723;\n\n/*  Herald Amorlin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 20724;\n\n/*  Captain Zovax  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20727;\n\n/*  Bladespire Raptor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.961188 WHERE `entry` = 20728;\n\n/*  Bladespire Ravager  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5 WHERE `entry` = 20729;\n\n/*  Glumdor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 20730;\n\n/*  Droggam  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2, `ArmorModifier` = 1.17542 WHERE `entry` = 20731;\n\n/*  Gorr'Dim  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 20732;\n\n/*  Daggermaw Raptor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973529 WHERE `entry` = 20734;\n\n/*  Silkwing Larva  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8, `ArmorModifier` = 1.44947 WHERE `entry` = 20747;\n\n/*  Thunderlord Dire Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20748;\n\n/*  Scalewing Serpent  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.96945 WHERE `entry` = 20749;\n\n/*  Daggermaw Lashtail  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.971487 WHERE `entry` = 20751;\n\n/*  Grand Silkwing  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.976578 WHERE `entry` = 20752;\n\n/*  Dorgok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 20753;\n\n/*  Daggermaw Devourer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 20754;\n\n/*  Bladespire Chef  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 20756;\n\n/*  Fingrom  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0 WHERE `entry` = 20757;\n\n/*  Gur'zil  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.5, `ManaModifier` = 1.0 WHERE `entry` = 20762;\n\n/*  Captured Protectorate Vanguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20763;\n\n/*  Bladespire Crusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20765;\n\n/*  Bladespire Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20766;\n\n/*  Gnosh Brognat  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 20768;\n\n/*  Warden Icoshock  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 20770;\n\n/*  Netherock  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.3, `ArmorModifier` = 1.13905 WHERE `entry` = 20772;\n\n/*  Barbscale Crocolisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.976895 WHERE `entry` = 20773;\n\n/*  Farahlon Lasher  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20774;\n\n/*  Markaru  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 20775;\n\n/*  Void Waste  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 20778;\n\n/*  Congealed Void Horror  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 20779;\n\n/*  Kaylaan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 20780;\n\n/*  Captain Tyralius  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.977915 WHERE `entry` = 20787;\n\n/*  Bloodscale Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.3, `ArmorModifier` = 0.965253, `ManaModifier` = 1.0 WHERE `entry` = 20792;\n\n/*  Field Marshal Brock  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 20793;\n\n/*  Kaylaan the Lost  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0 WHERE `entry` = 20794;\n\n/*  Keeper of the Cistern  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.25 WHERE `entry` = 20795;\n\n/*  Deviate Coiler Hatchling  */\nUPDATE `creature_template` SET `speed_walk` = 0.97 WHERE `entry` = 20797;\n\n/*  Razorsaw  */\nUPDATE `creature_template` SET `minlevel` = 62, `speed_walk` = 0.944444, `speed_run` = 0.952381 WHERE `entry` = 20798;\n\n/*  Battle Scryer Unther  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.33333, `ManaModifier` = 1.0 WHERE `entry` = 20799;\n\n/*  Forgemaster Morug  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 2.9, `ArmorModifier` = 0.976895, `ManaModifier` = 1.0 WHERE `entry` = 20800;\n\n/*  Silroth  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 2.9, `ArmorModifier` = 0.976895, `ManaModifier` = 1.0 WHERE `entry` = 20801;\n\n/*  Protectorate Demolitionist  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20802;\n\n/*  Overmaster Grindgarr  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 20803;\n\n/*  Void Waste Globule  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 20805;\n\n/*  Seeping Sludge Globule  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 20806;\n\n/*  Mehrdad  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 20810;\n\n/*  Ghabar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 20811;\n\n/*  Corki  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.01 WHERE `entry` = 20812;\n\n/*  Ethereum Prisoner (Tyralius)  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 20825;\n\n/*  Ethereum Gladiator  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 20854;\n\n/*  Arcatraz Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.664 WHERE `entry` = 20857;\n\n/*  Arcatraz Warder  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 20859;\n\n/*  Mutated Fleshfiend  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 20860;\n\n/*  Protean Nightmare  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 20864;\n\n/*  Protean Horror  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 20865;\n\n/*  Soul Devourer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 20866;\n\n/*  Death Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 20867;\n\n/*  Entropic Eye  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 7.0 WHERE `entry` = 20868;\n\n/*  Arcatraz Sentinel  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 7.0 WHERE `entry` = 20869;\n\n/*  Zereketh the Unbound  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 6.0 WHERE `entry` = 20870;\n\n/*  Aurine Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 20871;\n\n/*  Deathforge Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.977077 WHERE `entry` = 20872;\n\n/*  Negaton Warp-Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.75, `ArmorModifier` = 1.2 WHERE `entry` = 20873;\n\n/*  Negaton Screamer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 7.0 WHERE `entry` = 20875;\n\n/*  Human Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 20876;\n\n/*  Shattrath Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 20877;\n\n/*  Deathforge Guardian  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20878;\n\n/*  Eredar Soul-Eater  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 20879;\n\n/*  Eredar Deathbringer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 20880;\n\n/*  Unbound Devastator  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0 WHERE `entry` = 20881;\n\n/*  Skulking Witch  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0, `ManaModifier` = 1.0 WHERE `entry` = 20882;\n\n/*  Spiteful Temptress  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 6.0 WHERE `entry` = 20883;\n\n/*  Deathforge Cultist  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 20884;\n\n/*  Dalliah the Doomsayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.5, `ManaModifier` = 1.0 WHERE `entry` = 20885;\n\n/*  Wrath-Scryer Soccothrates  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0, `ManaModifier` = 1.0 WHERE `entry` = 20886;\n\n/*  Solus the Eternal  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 5.0 WHERE `entry` = 20888;\n\n/*  Ethereum Prisoner (Group Energy Ball)  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 20889;\n\n/*  Ethereum Slayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.35, `ManaModifier` = 1.0 WHERE `entry` = 20896;\n\n/*  Ethereum Wave-Caster  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.35 WHERE `entry` = 20897;\n\n/*  Gargantuan Abyssal  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 10.0 WHERE `entry` = 20898;\n\n/*  Void Conduit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 20899;\n\n/*  Unchained Doombringer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 10.0 WHERE `entry` = 20900;\n\n/*  Sargeron Archer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 6.75 WHERE `entry` = 20901;\n\n/*  Sargeron Hellcaller  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 6.75 WHERE `entry` = 20902;\n\n/*  Protectorate Nether Drake  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `speed_run` = 1.14286, `DamageModifier` = 0.007 WHERE `entry` = 20903;\n\n/*  Warden Mellichar  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.2 WHERE `entry` = 20904;\n\n/*  Blazing Trickster  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 20905;\n\n/*  Phase-Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 9.015, `ManaModifier` = 1.0 WHERE `entry` = 20906;\n\n/*  Professor Dabiri  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 20907;\n\n/*  Akkiris Lightning-Waker  */\nUPDATE `creature_template` SET `DamageModifier` = 6.514 WHERE `entry` = 20908;\n\n/*  Sulfuron Magma-Thrower  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 7.014 WHERE `entry` = 20909;\n\n/*  Twilight Drakonaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 8.0, `ManaModifier` = 1.0 WHERE `entry` = 20910;\n\n/*  Blackwing Drakonaar  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ManaModifier` = 1.0 WHERE `entry` = 20911;\n\n/*  Harbinger Skyriss  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 20912;\n\n/*  Tashar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 20913;\n\n/*  Noko Moonwhisper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20915;\n\n/*  Xerintha Ravenoak  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20916;\n\n/*  Zinyen Swiftstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20917;\n\n/*  Deathforge Felstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 20918;\n\n/*  Magister Theledorn  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0 WHERE `entry` = 20920;\n\n/*  Shauly Pore  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 20921;\n\n/*  Fallen Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.2 WHERE `entry` = 20922;\n\n/*  Blood Guard Porung  */\nUPDATE `creature_template` SET `DamageModifier` = 7.5 WHERE `entry` = 20923;\n\n/*  Grishnath Basilisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 4.055 WHERE `entry` = 20924;\n\n/*  Scalded Basilisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20925;\n\n/*  Gan'arg Technomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 20927;\n\n/*  Ironspine Forgelord  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381, `DamageModifier` = 0.5 WHERE `entry` = 20928;\n\n/*  Wrath Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20929;\n\n/*  Hatecryer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20930;\n\n/*  Tyrantus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 20931;\n\n/*  Nuramoc  */\nUPDATE `creature_template` SET `speed_walk` = 1.78, `rank` = 4, `DamageModifier` = 1.8, `ManaModifier` = 1.0 WHERE `entry` = 20932;\n\n/*  Severed Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 20934;\n\n/*  Millhouse Manastorm  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 6.0, `ArmorModifier` = 1.59732 WHERE `entry` = 20977;\n\n/*  Wrath-Scryer's Felfire  */\nUPDATE `creature_template` SET `speed_walk` = 0.01, `speed_run` = 1.14286, `DamageModifier` = 0.01 WHERE `entry` = 20978;\n\n/*  Dealer Najeeb  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20981;\n\n/*  Mutated Farahlon Lasher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.976895 WHERE `entry` = 20983;\n\n/*  Protectorate Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.977915 WHERE `entry` = 20984;\n\n/*  Captain Saeed  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 20985;\n\n/*  Ruuan Weald Basilisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20987;\n\n/*  Sunseeker Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.66 WHERE `entry` = 20988;\n\n/*  Bloodwarder Physician  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.66 WHERE `entry` = 20990;\n\n/*  Sunfury Elite  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 20994;\n\n/*  Shadowmoon Villager  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 20995;\n\n/*  Ridgespine Horror  */\nUPDATE `creature_template` SET `minlevel` = 67, `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.975775 WHERE `entry` = 20998;\n\n/*  Scalewing Soarer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974483 WHERE `entry` = 20999;\n\n/*  Lesser Nether Drake  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 21004;\n\n/*  Azurebeak  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 21005;\n\n/*  Lieutenant Meridian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21006;\n\n/*  Sergeant Chawni  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21007;\n\n/*  Scorch Imp  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21021;\n\n/*  Grovestalker Lynx  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.1, `ArmorModifier` = 0.973171 WHERE `entry` = 21022;\n\n/*  Stronglimb Deeproot  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21023;\n\n/*  Earthmender Torlok  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21024;\n\n/*  Earthmender Gorboto  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21026;\n\n/*  Earthmender Wilda  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21027;\n\n/*  Captured Water Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.35 WHERE `entry` = 21029;\n\n/*  Dreadwing  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 21032;\n\n/*  Bladewing Bloodletter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21033;\n\n/*  Outraged Raven's Wood Sapling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 21040;\n\n/*  Dire Raven  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.975775 WHERE `entry` = 21042;\n\n/*  Coilskar Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.976895 WHERE `entry` = 21044;\n\n/*  Hired Bodyguard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 21045;\n\n/*  Boulder'mok Brute  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21046;\n\n/*  Boulder'mok Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21047;\n\n/*  Boulder'mok Chieftain  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21048;\n\n/*  Spirit of the Past  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 21049;\n\n/*  Enraged Earth Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.976895 WHERE `entry` = 21050;\n\n/*  Nexus-Prince Razaan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21057;\n\n/*  Disembodied Exarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 21058;\n\n/*  Enraged Water Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 0.986437 WHERE `entry` = 21059;\n\n/*  Enraged Air Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 21060;\n\n/*  Enraged Fire Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 0.976895 WHERE `entry` = 21061;\n\n/*  Tormented Citizen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21065;\n\n/*  Rina Moonspring  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21066;\n\n/*  Living Grove Defender  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.973171 WHERE `entry` = 21072;\n\n/*  Farahlon Crumbler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 21077;\n\n/*  Farahlon Shardling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.9 WHERE `entry` = 21078;\n\n/*  Cragskaar Shardling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21079;\n\n/*  Dormant Infernal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21080;\n\n/*  Mok'Nathal Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 21081;\n\n/*  Krugash  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21082;\n\n/*  Erool  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21083;\n\n/*  Braagor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21084;\n\n/*  Ragar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21085;\n\n/*  Ruka  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21086;\n\n/*  Grikka  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21087;\n\n/*  Matron Varah  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21088;\n\n/*  Sunfury Blood Knight  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21089;\n\n/*  Professor Dabiri  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 21090;\n\n/*  Dancing Sword  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 1.0, `ArmorModifier` = 1.33333, `ManaModifier` = 1.0 WHERE `entry` = 21093;\n\n/*  Enraged Fiery Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.01, `ArmorModifier` = 0.976895, `ManaModifier` = 1.0 WHERE `entry` = 21097;\n\n/*  Unbound Void Zone  */\nUPDATE `creature_template` SET `speed_walk` = 0.0001, `speed_run` = 1.14286, `DamageModifier` = 0.006 WHERE `entry` = 21101;\n\n/*  Uvuros  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0 WHERE `entry` = 21102;\n\n/*  Spiritcaller Grakosh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21103;\n\n/*  Spiritcaller Roxnak  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21105;\n\n/*  Spiritcaller Skrash  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21106;\n\n/*  Spawn of Uvuros  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 21108;\n\n/*  Fizit \"Doc\" Clocktock  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21110;\n\n/*  Bembil Knockhammer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21111;\n\n/*  Bossi Pentapiston  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21112;\n\n/*  Sassa Weldwell  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21113;\n\n/*  Station Technician  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21114;\n\n/*  Station Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21115;\n\n/*  Enraged Airy Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.01, `ManaModifier` = 1.0 WHERE `entry` = 21116;\n\n/*  Gor'drek  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21117;\n\n/*  Razak Ironsides  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.8 WHERE `entry` = 21118;\n\n/*  Felsworn Scalewing  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.981161 WHERE `entry` = 21123;\n\n/*  Felsworn Daggermaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.979005 WHERE `entry` = 21124;\n\n/*  Coilfang Ray  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 3.6 WHERE `entry` = 21128;\n\n/*  Scorned Spirit of Earth  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21129;\n\n/*  Scorned Spirit of Fire  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21130;\n\n/*  Scorned Spirit of Water  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.4 WHERE `entry` = 21131;\n\n/*  Scorned Spirit of Air  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21132;\n\n/*  Corporal Ironridge  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21133;\n\n/*  Eye of the Citadel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.08 WHERE `entry` = 21134;\n\n/*  Fel Imp  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 21135;\n\n/*  Infinite Chronomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 21136;\n\n/*  Infinite Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 21137;\n\n/*  Infinite Executioner  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `HealthModifier` = 1.25 WHERE `entry` = 21138;\n\n/*  Infinite Vanquisher  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `HealthModifier` = 1.25 WHERE `entry` = 21139;\n\n/*  Rift Lord  */\nUPDATE `creature_template` SET `minlevel` = 71, `maxlevel` = 71, `DamageModifier` = 4.0, `HealthModifier` = 5.568, `ManaModifier` = 1.0 WHERE `entry` = 21140;\n\n/*  Little Azimi  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21145;\n\n/*  Tor'chunk Twoclaws  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21147;\n\n/*  Rift Keeper  */\nUPDATE `creature_template` SET `minlevel` = 71, `maxlevel` = 71, `DamageModifier` = 4.0, `HealthModifier` = 6.96 WHERE `entry` = 21148;\n\n/*  Borgrim Stouthammer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21151;\n\n/*  Station Bot-Jock  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21152;\n\n/*  Kor'kron Wyvern Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 21153;\n\n/*  Senior Sergeant Eveningshade  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 21155;\n\n/*  Master Sergeant Thelaana  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 21156;\n\n/*  Commander Skyshadow  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21158;\n\n/*  Conjured Water Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 21160;\n\n/*  Bonechewer Orc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21161;\n\n/*  Netharel  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 21164;\n\n/*  Illidari Dreadlord  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 21166;\n\n/*  Theras  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 21168;\n\n/*  Alandien  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 21171;\n\n/*  Magister Bloodhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 21175;\n\n/*  Ezeleth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 21177;\n\n/*  Varedis  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 21178;\n\n/*  Cyrukh the Firelord  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 16.0 WHERE `entry` = 21181;\n\n/*  Thadok  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21188;\n\n/*  Crystal Flayer  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.974542 WHERE `entry` = 21189;\n\n/*  Kugnar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21192;\n\n/*  Gralga  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21193;\n\n/*  Ru'zah  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21194;\n\n/*  Domesticated Felboar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.6 WHERE `entry` = 21195;\n\n/*  Ravenous Flayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.3 WHERE `entry` = 21196;\n\n/*  Bronwyn Stouthammer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21197;\n\n/*  Ravenous Flayer Matriarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 1.2 WHERE `entry` = 21205;\n\n/*  Summoner Skartax  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 21207;\n\n/*  Dumphry  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ManaModifier` = 1.0 WHERE `entry` = 21209;\n\n/*  Undersea Rager  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 1.0, `HealthModifier` = 1.0 WHERE `entry` = 21222;\n\n/*  Tidewalker Depth-Seer  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 21224;\n\n/*  Tidewalker Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 21225;\n\n/*  Tidewalker Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 21226;\n\n/*  Tidewalker Harpooner  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 21227;\n\n/*  Tidewalker Hydromancer  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 21228;\n\n/*  Greyheart Skulker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.754549 WHERE `entry` = 21232;\n\n/*  Legion Fel Cannon  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.975775 WHERE `entry` = 21233;\n\n/*  Bloodmaul Drudger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21238;\n\n/*  Bonechewer Messenger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21244;\n\n/*  Bonechewer Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21245;\n\n/*  Dullgrom Dredger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21254;\n\n/*  Umberhowl  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 3.0 WHERE `entry` = 21255;\n\n/*  Vurtok Axebreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21256;\n\n/*  Apothecary Zelana  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21257;\n\n/*  Slain Neophyte  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 21258;\n\n/*  Crash Bigbomb  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21259;\n\n/*  Seeping Ooze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 21264;\n\n/*  Parasitic Fleshling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ManaModifier` = 1.0 WHERE `entry` = 21265;\n\n/*  Netherstrand Longbow  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `ManaModifier` = 1.0 WHERE `entry` = 21268;\n\n/*  Devastation  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ManaModifier` = 1.0 WHERE `entry` = 21269;\n\n/*  Cosmic Infuser  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ManaModifier` = 1.0 WHERE `entry` = 21270;\n\n/*  Infinity Blades  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ManaModifier` = 1.0 WHERE `entry` = 21271;\n\n/*  Warp Slicer  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ManaModifier` = 1.0 WHERE `entry` = 21272;\n\n/*  Phaseshift Bulwark  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `ArmorModifier` = 1.88339, `ManaModifier` = 1.0 WHERE `entry` = 21273;\n\n/*  Staff of Disintegration  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ManaModifier` = 1.0 WHERE `entry` = 21274;\n\n/*  Harbinger Ardonan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 21275;\n\n/*  Kil'sorrow Agent  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21276;\n\n/*  Vindicator Vuuleen  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21277;\n\n/*  Apothecary Albreck  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21279;\n\n/*  Megzeg Nukklebust  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21283;\n\n/*  Auchenai Initiate  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 21284;\n\n/*  Ethereum Mace  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.007 WHERE `entry` = 21286;\n\n/*  Warbringer Razuun  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.912699, `DamageModifier` = 1.1 WHERE `entry` = 21287;\n\n/*  Inactive Infernal  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 21289;\n\n/*  Grom'tor, Son of Oronok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.5 WHERE `entry` = 21291;\n\n/*  Borak, Son of Oronok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21293;\n\n/*  Coilskar Commander  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21295;\n\n/*  Bladespire Champion  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.1 WHERE `entry` = 21296;\n\n/*  Fel Corrupter  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21300;\n\n/*  Mutant Horror  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21305;\n\n/*  Cursed Scarab  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.8 WHERE `entry` = 21306;\n\n/*  Eva  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 21307;\n\n/*  Cursed Scarab Summoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 21308;\n\n/*  Painmistress Gabrissa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21309;\n\n/*  Rokgah Bloodgrip  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.4, `HealthModifier` = 1.2138 WHERE `entry` = 21311;\n\n/*  Neophyte Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 21312;\n\n/*  Dead Clefthoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01 WHERE `entry` = 21313;\n\n/*  Terrormaster  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 21314;\n\n/*  Ruul the Darkener  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 21315;\n\n/*  Deathforged Infernal  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21316;\n\n/*  Spirit of Ar'tor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 21318;\n\n/*  Gor Grimgut  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21319;\n\n/*  Warp Storm  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 21322;\n\n/*  Netherock Crumbler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4, `ArmorModifier` = 1.21172 WHERE `entry` = 21323;\n\n/*  Spirit Raven  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 21324;\n\n/*  Raven's Wood Stonebark  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 4.0, `ArmorModifier` = 0.975976 WHERE `entry` = 21325;\n\n/*  Raven's Wood Leafbeard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.975775 WHERE `entry` = 21326;\n\n/*  Apex Crumbler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.971657 WHERE `entry` = 21328;\n\n/*  Kurdran Wildhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 100.0 WHERE `entry` = 21330;\n\n/*  Thorny Growth  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4, `ManaModifier` = 1.0 WHERE `entry` = 21331;\n\n/*  Spirit Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.007 WHERE `entry` = 21332;\n\n/*  Tentacle of Markaru  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 21335;\n\n/*  Illidari Shadowstalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21337;\n\n/*  Coilfang Leper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 21338;\n\n/*  Victor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 21341;\n\n/*  Alex  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 21342;\n\n/*  Harvey  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 21343;\n\n/*  Phil  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 21344;\n\n/*  Hugh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 5.0 WHERE `entry` = 21345;\n\n/*  Sightless Eye  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 21346;\n\n/*  T'chali the Witch Doctor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21349;\n\n/*  Wing Commander Nuainn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 21357;\n\n/*  Blood Guard Gulmok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21359;\n\n/*  Phoenix  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry` = 21362;\n\n/*  Ethereal Plunderer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97165 WHERE `entry` = 21368;\n\n/*  Ethereal Nethermancer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.972164 WHERE `entry` = 21370;\n\n/*  Silkwing  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 21373;\n\n/*  Plump Silkwing Larva  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.974542 WHERE `entry` = 21375;\n\n/*  Greater Crust Burster  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.19048 WHERE `entry` = 21380;\n\n/*  Young Crust Burster  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21381;\n\n/*  Wyrmcult Zealot  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.974483 WHERE `entry` = 21382;\n\n/*  Wyrmcult Acolyte  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.901902 WHERE `entry` = 21383;\n\n/*  Dark Conclave Harbinger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21384;\n\n/*  Dark Conclave Scorncrow  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975976 WHERE `entry` = 21385;\n\n/*  Wyrmcult Blackwhelp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.971371 WHERE `entry` = 21387;\n\n/*  Maxnar the Ashmaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.4 WHERE `entry` = 21389;\n\n/*  Protean Spawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 3.3 WHERE `entry` = 21395;\n\n/*  Theine Brightsong  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21398;\n\n/*  Erick Nateson  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 21399;\n\n/*  Eckert  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 21400;\n\n/*  Anchorite Ceyla  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 21402;\n\n/*  Legion Hold Fel Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.42182 WHERE `entry` = 21404;\n\n/*  Ethereal Arcanist  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 0.971963 WHERE `entry` = 21405;\n\n/*  Felfire Diemetradon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975775 WHERE `entry` = 21408;\n\n/*  Envoy Icarius  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21409;\n\n/*  Blood Lord Zarath  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 30.0 WHERE `entry` = 21410;\n\n/*  Tobias the Filth Gorger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 21411;\n\n/*  Lakaan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.1 WHERE `entry` = 21416;\n\n/*  Infernal Attacker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 21419;\n\n/*  Gore-Scythe Ravager  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8 WHERE `entry` = 21423;\n\n/*  Nexus-King Salhadaar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 21425;\n\n/*  Gnome Defender - 209  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.2, `ManaModifier` = 1.0 WHERE `entry` = 21426;\n\n/*  Strider Jock  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 3.0 WHERE `entry` = 21427;\n\n/*  Corrupted Water Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.32 WHERE `entry` = 21428;\n\n/*  Unliving Draenei  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21430;\n\n/*  Gordie  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 21434;\n\n/*  Station Sharpshooter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21441;\n\n/*  Tempixx Finagler  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 21444;\n\n/*  Bladespire Evil Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21446;\n\n/*  Cursed Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 0.3 WHERE `entry` = 21449;\n\n/*  Bloodmaul Evil Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 21452;\n\n/*  Trayana  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 21458;\n\n/*  Wyrmcult Dragon Egg  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 21459;\n\n/*  Tally Zapnabber  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 21460;\n\n/*  Greater Felfire Diemetradon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 21462;\n\n/*  David Wayne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 21465;\n\n/*  Harbinger Skyriss  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 21466;\n\n/*  Harbinger Skyriss  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 21467;\n\n/*  Daranelle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 21469;\n\n/*  Stormer Ewan Wildwing  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21471;\n\n/*  Gryphonrider Nordin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21472;\n\n/*  Coreiel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 21474;\n\n/*  Scout Zagran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21475;\n\n/*  Mokthar Grimblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21476;\n\n/*  Rocknail Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.27 WHERE `entry` = 21477;\n\n/*  Rocknail Ripper  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.75 WHERE `entry` = 21478;\n\n/*  Tasaldan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 21483;\n\n/*  Embelar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 21484;\n\n/*  Aldraan  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.0 WHERE `entry` = 21485;\n\n/*  Cendrii  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.0 WHERE `entry` = 21487;\n\n/*  Banro  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.0 WHERE `entry` = 21488;\n\n/*  Wyrmcult Blessed  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `ArmorModifier` = 0.972172 WHERE `entry` = 21492;\n\n/*  Kablamm Farflinger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21493;\n\n/*  Smiles O'Byron  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21494;\n\n/*  Raven Vision  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 21495;\n\n/*  Dertrok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21496;\n\n/*  Blackscale  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 3.5 WHERE `entry` = 21497;\n\n/*  Overseer Ripsaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.944444, `speed_run` = 0.952381 WHERE `entry` = 21499;\n\n/*  Morgroron  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.992063, `DamageModifier` = 3.3, `ArmorModifier` = 0.978224 WHERE `entry` = 21500;\n\n/*  Makazradon  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.992063, `DamageModifier` = 3.3, `ArmorModifier` = 0.978435 WHERE `entry` = 21501;\n\n/*  Sunfury Warlock  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9019 WHERE `entry` = 21503;\n\n/*  Azaloth  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.992063, `DamageModifier` = 4.0 WHERE `entry` = 21506;\n\n/*  Coilfang Frenzy  */\nUPDATE `creature_template` SET `speed_run` = 2.14286 WHERE `entry` = 21508;\n\n/*  Gorgrom the Dragon-Eater  */\nUPDATE `creature_template` SET `speed_walk` = 3.0, `speed_run` = 3.0, `DamageModifier` = 16.0 WHERE `entry` = 21514;\n\n/*  Trachela  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.5 WHERE `entry` = 21515;\n\n/*  Death's Watch  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 2.0 WHERE `entry` = 21516;\n\n/*  Death's Might  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21519;\n\n/*  Illidari Jailor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 21520;\n\n/*  Eclipsion Hawkstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.6 WHERE `entry` = 21627;\n\n/*  Deathbringer Jovaan  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.4 WHERE `entry` = 21633;\n\n/*  Forest Strider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65, `ArmorModifier` = 0.973171 WHERE `entry` = 21634;\n\n/*  Afrazi Forest Strider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 21635;\n\n/*  Vengeful Draenei  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21636;\n\n/*  Wyrmcult Scout  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.974483 WHERE `entry` = 21637;\n\n/*  Vengeful Harbinger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21638;\n\n/*  Illidari Slayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 10.0 WHERE `entry` = 21639;\n\n/*  Trogma  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973171 WHERE `entry` = 21640;\n\n/*  Skettis Wing Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979123 WHERE `entry` = 21644;\n\n/*  Mature Netherwing Drake  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 3.3, `ManaModifier` = 1.0 WHERE `entry` = 21648;\n\n/*  Skettis Windwalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 21649;\n\n/*  Time-Lost Skettis Reaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979264 WHERE `entry` = 21651;\n\n/*  Skettis Time-Shifter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979845 WHERE `entry` = 21652;\n\n/*  Neltharaku  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 21657;\n\n/*  Cabal Abjurist  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `ArmorModifier` = 0.970268 WHERE `entry` = 21660;\n\n/*  Cabal Tomb-Raider  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.969946 WHERE `entry` = 21662;\n\n/*  Oronu the Elder  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.1 WHERE `entry` = 21663;\n\n/*  Human Charger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 21664;\n\n/*  Human Cleric  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 21682;\n\n/*  Human Conjurer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 21683;\n\n/*  King Llane  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 21684;\n\n/*  R-3D0  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21690;\n\n/*  Toshley  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21691;\n\n/*  Cansis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21692;\n\n/*  Bog Overlord  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 13.0 WHERE `entry` = 21694;\n\n/*  Tidal Surger  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.5 WHERE `entry` = 21695;\n\n/*  Steam Surger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry` = 21696;\n\n/*  Infinite Chrono-Lord  */\nUPDATE `creature_template` SET `DamageModifier` = 6.013 WHERE `entry` = 21697;\n\n/*  Infinite Timereaver  */\nUPDATE `creature_template` SET `DamageModifier` = 10.516 WHERE `entry` = 21698;\n\n/*  Akama  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `speed_run` = 0.992063, `DamageModifier` = 30.0, `HealthModifier` = 165.0, `ManaModifier` = 100.0 WHERE `entry` = 21700;\n\n/*  Ashtongue Deathsworn  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 21701;\n\n/*  Ethereum Life-Binder  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.35 WHERE `entry` = 21702;\n\n/*  Corrupted Fire Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.46 WHERE `entry` = 21706;\n\n/*  Corrupted Air Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.32 WHERE `entry` = 21707;\n\n/*  Corrupted Earth Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.86 WHERE `entry` = 21708;\n\n/*  Uylaru  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21710;\n\n/*  Haalum  */\nUPDATE `creature_template` SET `DamageModifier` = 1.08 WHERE `entry` = 21711;\n\n/*  Dragonmaw Wrangler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 21717;\n\n/*  Dragonmaw Subjugator  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 21718;\n\n/*  Dragonmaw Shaman  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 21720;\n\n/*  Enslaved Netherwing Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3, `HealthModifier` = 1.275 WHERE `entry` = 21721;\n\n/*  Enslaved Netherwing Drake  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.3, `ManaModifier` = 1.0 WHERE `entry` = 21722;\n\n/*  Blackwind Sabercat  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.978981 WHERE `entry` = 21723;\n\n/*  Hawkbane  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 21724;\n\n/*  Kagrosh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 21725;\n\n/*  Summoned Daemon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 21726;\n\n/*  Flanis Swiftwing  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 21727;\n\n/*  Skettis Surger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 21728;\n\n/*  Electromental  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 21729;\n\n/*  Alluvion  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 21730;\n\n/*  Encased Electromental  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 21731;\n\n/*  Zixxy  */\nUPDATE `creature_template` SET `minlevel` = 67, `speed_walk` = 1.125, `HealthModifier` = 1.3281 WHERE `entry` = 21734;\n\n/*  Infernal Oversoul  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4, `ArmorModifier` = 0.977077 WHERE `entry` = 21735;\n\n/*  Wildhammer Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21736;\n\n/*  Mini-Electromental Flavor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21737;\n\n/*  Redeemed Spirit of Air  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 21738;\n\n/*  Redeemed Spirit of Earth  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 21739;\n\n/*  Redeemed Spirit of Fire  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 21740;\n\n/*  Redeemed Spirit of Water  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.75 WHERE `entry` = 21741;\n\n/*  Sunfury Eradicator  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.975976 WHERE `entry` = 21742;\n\n/*  Orc Necrolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 21747;\n\n/*  Orc Wolf  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 21748;\n\n/*  Shadowmoon Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 0.45 WHERE `entry` = 21749;\n\n/*  Orc Warlock  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 21750;\n\n/*  Chubis  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21751;\n\n/*  Warchief Blackhand  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4 WHERE `entry` = 21752;\n\n/*  Shadow Council Felsworn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21753;\n\n/*  Shadow Council Zealot  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21754;\n\n/*  Nickwinkle the Metro-Gnome  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21755;\n\n/*  Shadowmoon Mark of Kael  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 21756;\n\n/*  Big Electromental Flavor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21757;\n\n/*  Time-Lost Skettis Worshipper  */\nUPDATE `creature_template` SET `minlevel` = 70, `ArmorModifier` = 0.978999 WHERE `entry` = 21763;\n\n/*  Alieshor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 21766;\n\n/*  Harbinger of the Raven  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21767;\n\n/*  Overlord Or'barokh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21769;\n\n/*  Researcher Tiorus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21770;\n\n/*  Warcaller Sardon Truslice  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 21771;\n\n/*  Chief Apothecary Hildagard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21772;\n\n/*  Thane Yoregar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21773;\n\n/*  Zorus the Judicator  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21774;\n\n/*  Warcaller Beersnout  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.7 WHERE `entry` = 21775;\n\n/*  Gnomus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 21777;\n\n/*  Doctor Gutrick  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21778;\n\n/*  Doctor Maleficus  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21779;\n\n/*  Spawn of Dimensius  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.4 WHERE `entry` = 21780;\n\n/*  Timeon  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21782;\n\n/*  Protectorate Regenerator  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.978261 WHERE `entry` = 21783;\n\n/*  Shadowmoon Zealot  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75, `HealthModifier` = 1.02 WHERE `entry` = 21788;\n\n/*  Nakansi  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21789;\n\n/*  Plexi  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21790;\n\n/*  Shadowmoon Harbinger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 21795;\n\n/*  Ancient Shadowmoon Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 21797;\n\n/*  Singing Ridge Void Storm  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 21798;\n\n/*  Vhel'kur  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0 WHERE `entry` = 21801;\n\n/*  Elekk Demolisher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ManaModifier` = 1.0 WHERE `entry` = 21802;\n\n/*  Ashtongue Handler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ManaModifier` = 1.0 WHERE `entry` = 21803;\n\n/*  Skettis Kaliri  */\nUPDATE `creature_template` SET `DamageModifier` = 0.45, `ManaModifier` = 1.0 WHERE `entry` = 21804;\n\n/*  Protectorate Avenger  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.978261 WHERE `entry` = 21805;\n\n/*  Wyrmcult Poacher  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.975394 WHERE `entry` = 21809;\n\n/*  Wyrmcult Hewer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.97573 WHERE `entry` = 21810;\n\n/*  Cleric of Karabor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 21815;\n\n/*  Adolescent Nether Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21817;\n\n/*  Infinite Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.56 WHERE `entry` = 21818;\n\n/*  Proto-Nether Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 21821;\n\n/*  Vindicator Aluumen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 21822;\n\n/*  Dizzy Dina  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21824;\n\n/*  Sanoru  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 21826;\n\n/*  Summoned Wrath Hound  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.6, `HealthModifier` = 1.02 WHERE `entry` = 21837;\n\n/*  Terokk  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ManaModifier` = 1.0 WHERE `entry` = 21838;\n\n/*  Mature Silkwing  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.955285 WHERE `entry` = 21839;\n\n/*  Cosmetic Silkwing  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21840;\n\n/*  Mountain Colossus  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 0.979829 WHERE `entry` = 21844;\n\n/*  Slain Auchenai Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 0.3 WHERE `entry` = 21846;\n\n/*  Auchenai Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 21852;\n\n/*  Sha'tar Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 21858;\n\n/*  Slain Sha'tar Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 0.3 WHERE `entry` = 21859;\n\n/*  Vision of the Raven God  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 1.33333 WHERE `entry` = 21861;\n\n/*  Scorchshell Pincer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 21864;\n\n/*  Coilfang Ambusher  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 21865;\n\n/*  Unliving Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21869;\n\n/*  Unliving Initiate  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21870;\n\n/*  The Voice of Gorefiend  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.01 WHERE `entry` = 21872;\n\n/*  Coilfang Guardian  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 21873;\n\n/*  Water Walker Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.0, `HealthModifier` = 15.0 WHERE `entry` = 21874;\n\n/*  Chain of Shadows  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21876;\n\n/*  Karsius the Ancient Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `HealthModifier` = 10.0 WHERE `entry` = 21877;\n\n/*  Felboar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 21878;\n\n/*  Exploding Rune  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 21880;\n\n/*  Sethekk Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 10.6, `ArmorModifier` = 0.975775 WHERE `entry` = 21889;\n\n/*  Avian Ripper  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21891;\n\n/*  Xeleth  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.4 WHERE `entry` = 21894;\n\n/*  Taerek  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21895;\n\n/*  Silmara  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 21896;\n\n/*  Felspine the Greater  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 21897;\n\n/*  Cabal Spell-weaver  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `ArmorModifier` = 0.968379 WHERE `entry` = 21902;\n\n/*  Avian Warhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 21904;\n\n/*  Cabal Initiate  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.968379 WHERE `entry` = 21907;\n\n/*  Spellbound Terrorguard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 21908;\n\n/*  Arcano-Scorp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21909;\n\n/*  Skettis Soulcaller  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 21911;\n\n/*  Skettis Sentinel  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979829 WHERE `entry` = 21912;\n\n/*  Tidewalker Lurker  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857 WHERE `entry` = 21920;\n\n/*  Talbuk  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 21922;\n\n/*  Terrorguard Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 21923;\n\n/*  Avatar of Sathal  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 21925;\n\n/*  Avian Flyer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7 WHERE `entry` = 21931;\n\n/*  Hydross the Unstable  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 21932;\n\n/*  Crazed Shardling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 21936;\n\n/*  Earthmender Sophurus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 21937;\n\n/*  Earthmender Splinthoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21938;\n\n/*  Accursed Apparition  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.8, `ArmorModifier` = 0.97165 WHERE `entry` = 21941;\n\n/*  Fel Reaver Sentinel  */\nUPDATE `creature_template` SET `speed_walk` = 2.1, `speed_run` = 1.7, `DamageModifier` = 5.0 WHERE `entry` = 21949;\n\n/*  Garm Wolfbrother  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.8 WHERE `entry` = 21950;\n\n/*  Thunderlord Clan Sub-Chief  */\nUPDATE `creature_template` SET `minlevel` = 69, `speed_walk` = 1.71, `DamageModifier` = 1.7 WHERE `entry` = 21951;\n\n/*  Lobo  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 1.8 WHERE `entry` = 21952;\n\n/*  Varen the Reclaimer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 21953;\n\n/*  Larissa Sunstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 21954;\n\n/*  Arcanist Thelis  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21955;\n\n/*  Rema  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 21956;\n\n/*  Enchanted Elemental  */\nUPDATE `creature_template` SET `speed_run` = 2.14286, `HealthModifier` = 1.0 WHERE `entry` = 21958;\n\n/*  Gan'arg Technician  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 21960;\n\n/*  Cataclysm Overseer  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 3.0 WHERE `entry` = 21961;\n\n/*  Enslaved Doomguard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 21963;\n\n/*  Silvermoon City Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 21968;\n\n/*  Exodar Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 21969;\n\n/*  Officer Dawning  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6 WHERE `entry` = 21970;\n\n/*  Officer Khaluun  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7 WHERE `entry` = 21971;\n\n/*  Bladespire Sober Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 3.6 WHERE `entry` = 21975;\n\n/*  Area 52 Death Machine  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 21976;\n\n/*  Gadgetzan Air Strike Caller  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21977;\n\n/*  Shadowmoon Valley Wildlife  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 21978;\n\n/*  Val'zareq the Conqueror  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 21979;\n\n/*  Overseer Nuaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.7 WHERE `entry` = 21981;\n\n/*  Wyrmcult Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 21982;\n\n/*  Samia Inkling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 21983;\n\n/*  Rexxar  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 21984;\n\n/*  Skettis Eviscerator  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979829 WHERE `entry` = 21985;\n\n/*  Altar of Sha'tar Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 21986;\n\n/*  Kor'kron Wind Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 21998;\n\n/*  Dragonmaw Nether Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.14, `ManaModifier` = 1.0 WHERE `entry` = 22000;\n\n/*  Leoroxx  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 12.0, `ManaModifier` = 1.0 WHERE `entry` = 22004;\n\n/*  Shadowlord Deathwail  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 2.0, `ArmorModifier` = 1.24077 WHERE `entry` = 22006;\n\n/*  Tree Warden Chawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 22007;\n\n/*  Cask  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 22010;\n\n/*  Corok the Mighty  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 22011;\n\n/*  Chancellor Bloodleaf  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 22012;\n\n/*  Eye of the Storm Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.66616 WHERE `entry` = 22013;\n\n/*  Silvermoon Citizen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 22014;\n\n/*  Eye of the Storm Envoy  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.66616 WHERE `entry` = 22015;\n\n/*  Eclipsion Soldier  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 22016;\n\n/*  Eclipsion Spellbinder  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977077 WHERE `entry` = 22017;\n\n/*  Kolphis Darkscale  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22019;\n\n/*  O'Mally Zapnabber  */\nUPDATE `creature_template` SET `minlevel` = 68, `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.0406 WHERE `entry` = 22020;\n\n/*  Arcane Burst  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 22022;\n\n/*  Parshah  */\nUPDATE `creature_template` SET `DamageModifier` = 0.14 WHERE `entry` = 22024;\n\n/*  Asghar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `HealthModifier` = 1.301 WHERE `entry` = 22025;\n\n/*  Bahat  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 22026;\n\n/*  Nether Drakonid Boss (Purple)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22028;\n\n/*  Nether Drakonid (Purple)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22029;\n\n/*  Nether Drakonid (Blue)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22030;\n\n/*  Nether Drakonid (Green)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22031;\n\n/*  Nether Drakonid Boss (Green)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22032;\n\n/*  Nether Drakonid Boss (Blue)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22033;\n\n/*  Nether Drakonid Boss (Black)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22034;\n\n/*  Smith Gorlunk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 22037;\n\n/*  Hai'shulud  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5, `ArmorModifier` = 0.973171 WHERE `entry` = 22038;\n\n/*  Gryphonrider Kieran  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6, `HealthModifier` = 1.0406 WHERE `entry` = 22042;\n\n/*  Sergeant Kargrul  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22043;\n\n/*  Cavern Crawler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22044;\n\n/*  Vengeful Husk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 22045;\n\n/*  Cave Beetle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.969946 WHERE `entry` = 22047;\n\n/*  Daggermaw Blackhide  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.973171 WHERE `entry` = 22052;\n\n/*  Mosswood the Ancient  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22053;\n\n/*  Behemothon, King of the Colossi  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.6 WHERE `entry` = 22054;\n\n/*  Coilfang Elite  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 22055;\n\n/*  Coilfang Strider  */\nUPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry` = 22056;\n\n/*  Wildhammer Gryphon Rider  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 2.28571, `DamageModifier` = 0.03 WHERE `entry` = 22059;\n\n/*  Fenissa the Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 22060;\n\n/*  Shadowmoon Soulstealer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22061;\n\n/*  Dr. Whitherlimb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 22062;\n\n/*  Stormspire Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 22064;\n\n/*  Scryer Dragonhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22067;\n\n/*  Shadowsworn Drakonid  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 3.3 WHERE `entry` = 22072;\n\n/*  Illidari Mind Breaker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 22074;\n\n/*  Illidari Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 22075;\n\n/*  Torloth the Magnificent  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0 WHERE `entry` = 22076;\n\n/*  Aldor Gryphon Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 22077;\n\n/*  Shadowmoon Darkweaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978261 WHERE `entry` = 22081;\n\n/*  Shadowmoon Slayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 22082;\n\n/*  Toshley Flying Machine  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 1.8 WHERE `entry` = 22089;\n\n/*  Illidari Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 22093;\n\n/*  Remnant of Hate  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 22094;\n\n/*  Infested Root-Walker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97165 WHERE `entry` = 22095;\n\n/*  Veteran Gladiator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22097;\n\n/*  Grizzled Gladiator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22098;\n\n/*  Wyrmcult Provisioner  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.974483 WHERE `entry` = 22099;\n\n/*  Scorpid Bonecrawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.97165 WHERE `entry` = 22100;\n\n/*  Arena Promoter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22101;\n\n/*  Shadowmoon Retainer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 0.977915 WHERE `entry` = 22102;\n\n/*  Baron Sablemane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 0.806146 WHERE `entry` = 22103;\n\n/*  Cyclone (Karathress)  */\nUPDATE `creature_template` SET `speed_walk` = 0.8, `speed_run` = 0.857143 WHERE `entry` = 22104;\n\n/*  Decrepit Clefthoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3 WHERE `entry` = 22105;\n\n/*  Ruul's Netherdrake  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 22106;\n\n/*  Captain Darkhowl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 22107;\n\n/*  Blackwhelp  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.301 WHERE `entry` = 22108;\n\n/*  Tethik  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 22110;\n\n/*  Karynaku  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22112;\n\n/*  Mordenai  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22113;\n\n/*  Enraged Earth Shard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.976895 WHERE `entry` = 22115;\n\n/*  Felfire Summoner  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 22121;\n\n/*  Cenarion Storm Crow  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22122;\n\n/*  Rip-Blade Ravager  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 22123;\n\n/*  Wildlord Antelarion  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 5.0 WHERE `entry` = 22127;\n\n/*  Durnholde Lookout  */\nUPDATE `creature_template` SET `minlevel` = 66, `maxlevel` = 67, `DamageModifier` = 1.5 WHERE `entry` = 22128;\n\n/*  Mature Cavern Crawler  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22132;\n\n/*  Faradrella  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 4.0 WHERE `entry` = 22133;\n\n/*  Shadowmoon Eye of Kilrogg  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.05 WHERE `entry` = 22134;\n\n/*  Tame Clefthoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 22135;\n\n/*  Dubu  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 22136;\n\n/*  Summoned Old God  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 22137;\n\n/*  Dark Conclave Ritualist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.35, `ArmorModifier` = 0.975976 WHERE `entry` = 22138;\n\n/*  Quilbeast  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22141;\n\n/*  Zakk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22142;\n\n/*  Summoning Voidstorm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 22146;\n\n/*  Commander Haephus Stonewall  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 22149;\n\n/*  Lieutenant Fairweather  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 22150;\n\n/*  Ruuan Weald Sister  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 2.0 WHERE `entry` = 22151;\n\n/*  Bloodmaul Taskmaster  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22160;\n\n/*  Trigul  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5, `ManaModifier` = 1.0 WHERE `entry` = 22174;\n\n/*  Apexis Flayer  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 22175;\n\n/*  Shard-Hide Boar  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 22180;\n\n/*  Aether Ray  */\nUPDATE `creature_template` SET `HealthModifier` = 1.0 WHERE `entry` = 22181;\n\n/*  Lightning Wasp  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976725 WHERE `entry` = 22182;\n\n/*  Bladestalker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979687 WHERE `entry` = 22191;\n\n/*  Armored Blade Stinger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.999295 WHERE `entry` = 22193;\n\n/*  Spire Needler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.959794 WHERE `entry` = 22194;\n\n/*  Wrath Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 22196;\n\n/*  Dragonmaw Orc  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 22197;\n\n/*  Slaag  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 22199;\n\n/*  Son of Slaag  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 22200;\n\n/*  Fear Whisperer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 22201;\n\n/*  Nightmare Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 22202;\n\n/*  Infernal  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry` = 22203;\n\n/*  Lord Corruptor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.07 WHERE `entry` = 22205;\n\n/*  Expedition Druid  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 3.0 WHERE `entry` = 22206;\n\n/*  Battlemage Vyara  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 22211;\n\n/*  Treebole  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.0 WHERE `entry` = 22215;\n\n/*  Fhyn Leafshadow  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 2.0 WHERE `entry` = 22216;\n\n/*  Felstorm Corruptor  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 71, `DamageModifier` = 0.75, `HealthModifier` = 0.75, `ArmorModifier` = 0.974763, `ManaModifier` = 1.0 WHERE `entry` = 22217;\n\n/*  Insidious Familiar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 22218;\n\n/*  Legion War-Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 22220;\n\n/*  Felstorm Overseer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 22221;\n\n/*  Voice of Grillok  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 1.33333 WHERE `entry` = 22224;\n\n/*  Reagan Mancuso  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 22225;\n\n/*  Koi-Koi Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `HealthModifier` = 1.0272 WHERE `entry` = 22226;\n\n/*  Markus Scylan  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 22227;\n\n/*  Flame Wave II  */\nUPDATE `creature_template` SET `minlevel` = 68, `maxlevel` = 69, `ArmorModifier` = 1.33333 WHERE `entry` = 22228;\n\n/*  Druman Shadowgrove  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 0.7 WHERE `entry` = 22229;\n\n/*  Zezzak  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22231;\n\n/*  Grishna Arakkoa  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 22232;\n\n/*  Unsuspecting Leafbeard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.4, `ArmorModifier` = 0.983043 WHERE `entry` = 22233;\n\n/*  Sinnea Starsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 0.7 WHERE `entry` = 22234;\n\n/*  Evil Koi-Koi  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4, `ArmorModifier` = 0.975775 WHERE `entry` = 22235;\n\n/*  Loirea Galerunner  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22237;\n\n/*  Bash'ir Spell-Thief  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.982499 WHERE `entry` = 22242;\n\n/*  Unbound Ethereal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 22244;\n\n/*  Dragonmaw Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.976895, `ManaModifier` = 1.0 WHERE `entry` = 22252;\n\n/*  Dragonmaw Ascendant  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 22253;\n\n/*  Daggertail Lizard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.959656 WHERE `entry` = 22255;\n\n/*  Deathlash Stinger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.961348 WHERE `entry` = 22257;\n\n/*  Bladespire Elder  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.999839 WHERE `entry` = 22262;\n\n/*  Bladespire Keg King  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 22263;\n\n/*  Ogri'la Steelshaper  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 22264;\n\n/*  Ogri'la Grubgiver  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 22266;\n\n/*  Leokk  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 22268;\n\n/*  Ogri'la Merchant  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 22270;\n\n/*  Ogri'la Trader  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 22271;\n\n/*  Kirrik the Awakened  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22272;\n\n/*  Fel Warden  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 22273;\n\n/*  Dragonmaw Skybreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22274;\n\n/*  Apexis Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0 WHERE `entry` = 22275;\n\n/*  High Priest Orglum  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 22278;\n\n/*  Galvanoth  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.2 WHERE `entry` = 22281;\n\n/*  Witness of Doom  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.1 WHERE `entry` = 22282;\n\n/*  Eredar Stormbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 0.978999 WHERE `entry` = 22283;\n\n/*  Draenei Tomb Guardian  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.33333 WHERE `entry` = 22285;\n\n/*  Furnace Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.959794 WHERE `entry` = 22291;\n\n/*  Rilak the Redeemed  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22292;\n\n/*  Inactive Fel Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 4.0 WHERE `entry` = 22293;\n\n/*  Deathforge Automaton  */\nUPDATE `creature_template` SET `DamageModifier` = 6.5, `ArmorModifier` = 1.42223, `ManaModifier` = 1.0 WHERE `entry` = 22295;\n\n/*  Throne-Guard Highlord  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 22297;\n\n/*  Vile Fire-Soul  */\nUPDATE `creature_template` SET `minlevel` = 70, `speed_walk` = 1.125, `DamageModifier` = 0.85, `ArmorModifier` = 0.978999 WHERE `entry` = 22298;\n\n/*  Throne-Guard Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 22301;\n\n/*  Throne-Guard Champion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 22302;\n\n/*  Throne Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 22303;\n\n/*  Mo'arg Extractor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286 WHERE `entry` = 22304;\n\n/*  Vekh  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 22305;\n\n/*  Rotting Forest-Rager  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 22307;\n\n/*  Wyrmcult Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `ArmorModifier` = 0.973712 WHERE `entry` = 22308;\n\n/*  Crashing Wave-Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.04, `ArmorModifier` = 0.977074 WHERE `entry` = 22309;\n\n/*  Storming Wind-Ripper  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 22310;\n\n/*  Raging Fire-Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.04, `ArmorModifier` = 0.979123 WHERE `entry` = 22311;\n\n/*  Spiritcaller Dohgar  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0 WHERE `entry` = 22312;\n\n/*  Rumbling Earth-Heart  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.3, `ArmorModifier` = 0.975032 WHERE `entry` = 22313;\n\n/*  Living Rock  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 22319;\n\n/*  Nightmare Weaver  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22325;\n\n/*  Redeemed Avian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22326;\n\n/*  Dragonmaw Elite  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.25 WHERE `entry` = 22331;\n\n/*  Brood of Neltharaku  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `speed_run` = 1.14286, `DamageModifier` = 1.2, `ManaModifier` = 1.0 WHERE `entry` = 22332;\n\n/*  Malevolent Hatchling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.1297 WHERE `entry` = 22337;\n\n/*  Arcubus Destroyer  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.992063, `DamageModifier` = 9.5 WHERE `entry` = 22338;\n\n/*  Redeemed Hatchling  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.3, `HealthModifier` = 1.1758 WHERE `entry` = 22339;\n\n/*  Deathshadow Acolyte  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 22341;\n\n/*  Deathshadow Spellbinder  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 22342;\n\n/*  Deathshadow Archon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979123 WHERE `entry` = 22343;\n\n/*  Morcrush Shardling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `HealthModifier` = 1.0 WHERE `entry` = 22344;\n\n/*  Netherweb Victim  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.4 WHERE `entry` = 22355;\n\n/*  Blacklord Hamarahk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 22361;\n\n/*  Deathshadow Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.35, `ArmorModifier` = 0.978999 WHERE `entry` = 22362;\n\n/*  Deathshadow Warlock  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 22363;\n\n/*  Scout Navrin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 2.6, `HealthModifier` = 1.2259 WHERE `entry` = 22364;\n\n/*  Dread Relic Thrall  */\nUPDATE `creature_template` SET `speed_walk` = 0.9, `speed_run` = 1.14286, `DamageModifier` = 0.7 WHERE `entry` = 22369;\n\n/*  Mekeda  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 22370;\n\n/*  Mok'Nathal Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 22372;\n\n/*  Defender Grashna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22373;\n\n/*  Hand of Kargath  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.5 WHERE `entry` = 22374;\n\n/*  Avatar of Terokk  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 22375;\n\n/*  Minion of Terokk  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 22376;\n\n/*  Cabal Interrogator  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `ArmorModifier` = 0.972164 WHERE `entry` = 22378;\n\n/*  Ambient Minion of Terokk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 0.3 WHERE `entry` = 22380;\n\n/*  Hathyss the Wicked  */\nUPDATE `creature_template` SET `speed_run` = 1.03175 WHERE `entry` = 22381;\n\n/*  Bloodmaul Soothsayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22384;\n\n/*  Terrordar the Tormentor  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.02192 WHERE `entry` = 22385;\n\n/*  Watcher Moonshade  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.0406 WHERE `entry` = 22386;\n\n/*  Lithic Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4, `HealthModifier` = 1.3832 WHERE `entry` = 22387;\n\n/*  Lithic Talonguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.7, `HealthModifier` = 1.1143 WHERE `entry` = 22388;\n\n/*  Kil'Jaeden Reaver (non-interactable)  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01, `ManaModifier` = 1.0 WHERE `entry` = 22389;\n\n/*  Mountain Shardling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22390;\n\n/*  Vortex Shardling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22391;\n\n/*  Deathshadow Overlord  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5, `ArmorModifier` = 0.978999 WHERE `entry` = 22393;\n\n/*  Deathshadow Hound  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.5, `ArmorModifier` = 0.979123 WHERE `entry` = 22394;\n\n/*  Draaca Longtail  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.1 WHERE `entry` = 22396;\n\n/*  Durnholde Reinforcement  */\nUPDATE `creature_template` SET `minlevel` = 66, `maxlevel` = 67, `DamageModifier` = 1.5 WHERE `entry` = 22398;\n\n/*  Caravan Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22407;\n\n/*  Furious Nether-wraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.9 WHERE `entry` = 22408;\n\n/*  Expedition Outrider  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22410;\n\n/*  Lakotae  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22420;\n\n/*  Skar'this the Heretic  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 0.8 WHERE `entry` = 22421;\n\n/*  Evergrove Druid  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22423;\n\n/*  Skywing  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22424;\n\n/*  Zarevhi  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22427;\n\n/*  Vekax  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22429;\n\n/*  Assistant Klatu  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 22430;\n\n/*  Anchorite Barada  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 22431;\n\n/*  Colonel Jules  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22432;\n\n/*  Ja'y Nosliw  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `HealthModifier` = 1.625 WHERE `entry` = 22433;\n\n/*  Remnant of Malice  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 22437;\n\n/*  Remnant of Greed  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 22438;\n\n/*  Remnant of Corruption  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.4 WHERE `entry` = 22439;\n\n/*  Remnant of Pride  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3 WHERE `entry` = 22440;\n\n/*  Teribus the Cursed  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22441;\n\n/*  Lonika Stillblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 22442;\n\n/*  Death's Door Fel Cannon  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 22443;\n\n/*  Commander Ra'vaj  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.3, `HealthModifier` = 1.0844 WHERE `entry` = 22446;\n\n/*  Rexxar  */\nUPDATE `creature_template` SET `minlevel` = 72, `maxlevel` = 72, `speed_run` = 2.85714, `rank` = 1, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 22448;\n\n/*  Reanimated Exarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.3, `HealthModifier` = 1.3832 WHERE `entry` = 22452;\n\n/*  Injured Sha'tar Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 1.7 WHERE `entry` = 22453;\n\n/*  Fel Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 22454;\n\n/*  Sky-Master Maxxor  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.4 WHERE `entry` = 22455;\n\n/*  Oakun  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 2.0, `HealthModifier` = 3.7499 WHERE `entry` = 22456;\n\n/*  Chief Archaeologist Letoll  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.1065 WHERE `entry` = 22458;\n\n/*  Freed Sha'tar Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8, `HealthModifier` = 1.1065 WHERE `entry` = 22459;\n\n/*  Spirit  */\nUPDATE `creature_template` SET `HealthModifier` = 5.0 WHERE `entry` = 22460;\n\n/*  Fel Cannon MKI  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 22461;\n\n/*  Vindicator Haylen  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 0.02, `HealthModifier` = 4.408 WHERE `entry` = 22462;\n\n/*  Wounded Sha'tar Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.71, `DamageModifier` = 0.01, `HealthModifier` = 3.7499 WHERE `entry` = 22463;\n\n/*  Explorers' League Researcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 0.6, `HealthModifier` = 1.1065 WHERE `entry` = 22464;\n\n/*  Bone Sifter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.9, `HealthModifier` = 1.1065 WHERE `entry` = 22466;\n\n/*  Ogrin  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22468;\n\n/*  Fiskal Shadowsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22469;\n\n/*  Death's Door North Warp-Gate  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.8 WHERE `entry` = 22471;\n\n/*  Death's Door South Warp-Gate  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 22472;\n\n/*  Baron Sablemane  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 22473;\n\n/*  Unstable Fel-Imp  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1 WHERE `entry` = 22474;\n\n/*  Evergrove Ancient  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286 WHERE `entry` = 22478;\n\n/*  Sab'aoth  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22479;\n\n/*  Dwarfowitz  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 2.0, `HealthModifier` = 1.1065 WHERE `entry` = 22481;\n\n/*  Mature Bone Sifter  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286 WHERE `entry` = 22482;\n\n/*  Sand Gnome  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22483;\n\n/*  Halu  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 22485;\n\n/*  Sentinel Moonwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 22488;\n\n/*  Grunt Grahk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 22489;\n\n/*  Kerpow Blastwrench  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 22491;\n\n/*  Sabellian  */\nUPDATE `creature_template` SET `DamageModifier` = 9.6, `HealthModifier` = 10.0, `ManaModifier` = 1.0 WHERE `entry` = 22496;\n\n/*  V'eru  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22497;\n\n/*  Misha  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22498;\n\n/*  Void Hound  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.75 WHERE `entry` = 22500;\n\n/*  Foul Purge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 22506;\n\n/*  Darkness Released  */\nUPDATE `creature_template` SET `speed_walk` = 0.4, `speed_run` = 1.14286, `DamageModifier` = 2.75 WHERE `entry` = 22507;\n\n/*  Silvermoon Fireeater  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42 WHERE `entry` = 22804;\n\n/*  Shattrath Firebreather  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry` = 22806;\n\n/*  Lost Torranche  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286 WHERE `entry` = 22807;\n\n/*  Rescued Cenarion Expedition Druid  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.20756 WHERE `entry` = 22810;\n\n/*  Rescued Sha'tar Vindicator  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22812;\n\n/*  Rescued Consortium Dealer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22813;\n\n/*  Rescued Sporeggar Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22814;\n\n/*  Orphan Matron Mercy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 22819;\n\n/*  Ethereum Avenger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 22821;\n\n/*  Ethereum Nullifier  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 22822;\n\n/*  Matron Li-sahar  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 4.0 WHERE `entry` = 22825;\n\n/*  King Dorfbruiser  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 22826;\n\n/*  Gorgolon the All-seeing  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 5.0 WHERE `entry` = 22827;\n\n/*  Trelopades  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 22828;\n\n/*  Morthis Whisperwing  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 22832;\n\n/*  Clintar Dreamwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.5 WHERE `entry` = 22834;\n\n/*  Cenarion Dreamwarden  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 22835;\n\n/*  Dreamwarden Lurosa  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.5 WHERE `entry` = 22837;\n\n/*  Ashtongue Illusion  */\nUPDATE `creature_template` SET `DamageModifier` = 0.47, `HealthModifier` = 0.7536 WHERE `entry` = 22840;\n\n/*  Corvax  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 22842;\n\n/*  Rook  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 22843;\n\n/*  Ashtongue Battlelord  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 22844;\n\n/*  Ashtongue Mystic  */\nUPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry` = 22845;\n\n/*  Ashtongue Stormcaller  */\nUPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry` = 22846;\n\n/*  Ashtongue Primalist  */\nUPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry` = 22847;\n\n/*  Storm Fury  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 22848;\n\n/*  Illidari Defiler  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857 WHERE `entry` = 22853;\n\n/*  Illidari Nightlord  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `ManaModifier` = 1.0 WHERE `entry` = 22855;\n\n/*  Illidari Ravager  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22857;\n\n/*  Illidari Succubus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 22860;\n\n/*  Illidan's Presence  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 22865;\n\n/*  Illidari Boneslicer  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 22869;\n\n/*  Olum's Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 0.2, `speed_run` = 0.0714286 WHERE `entry` = 22870;\n\n/*  Coilskar General  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 22873;\n\n/*  Coilskar Sea-Caller  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 22875;\n\n/*  Coilskar Wrangler  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 22877;\n\n/*  Aqueous Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 22878;\n\n/*  Aqueous Surger  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 22881;\n\n/*  Leviathan  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 22884;\n\n/*  Dragon Turtle  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.9813 WHERE `entry` = 22885;\n\n/*  Black Temple Captive  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.0265 WHERE `entry` = 22886;\n\n/*  Manifest Nightmare  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.75 WHERE `entry` = 22889;\n\n/*  First Fragment Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 22890;\n\n/*  Second Fragment Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 22891;\n\n/*  Third Fragment Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 22892;\n\n/*  Wodin the Troll-Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 22893;\n\n/*  Protectorate Advisor Rahim  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 1.2, `ArmorModifier` = 1.00118 WHERE `entry` = 22899;\n\n/*  Phantasmal Lash  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.5 WHERE `entry` = 22902;\n\n/*  Skulloc Soulgrinder  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 22910;\n\n/*  Vim'gol the Vile  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 22911;\n\n/*  Clintar Dreamwalker's Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 22916;\n\n/*  Thuk the Defiant  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 22920;\n\n/*  Innkeeper Aelerya  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 22922;\n\n/*  Arthorn Windsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.11, `DamageModifier` = 0.3 WHERE `entry` = 22924;\n\n/*  Ethereum Prisoner (Dungeon Energy Ball)  */\nUPDATE `creature_template` SET `HealthModifier` = 35.0 WHERE `entry` = 22927;\n\n/*  Ambassador Pax'ivi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22928;\n\n/*  Greater Shadowfiend  */\nUPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry` = 22929;\n\n/*  Sai'kkal the Elder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 22932;\n\n/*  Auhula  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 22936;\n\n/*  Temple Concubine  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 22939;\n\n/*  Grok  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `HealthModifier` = 1.1065 WHERE `entry` = 22940;\n\n/*  Mog'dorg the Wizened  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.7 WHERE `entry` = 22941;\n\n/*  Fel Orc Mutant 1  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22942;\n\n/*  Shadowmoon War Hound  */\nUPDATE `creature_template` SET `speed_run` = 1.38571 WHERE `entry` = 22946;\n\n/*  Veras Darkshadow  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `speed_walk` = 1.6, `speed_run` = 1.71429, `ManaModifier` = 1.0 WHERE `entry` = 22952;\n\n/*  Illidari Fearbringer  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857 WHERE `entry` = 22954;\n\n/*  Charming Courtesan  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 4.0 WHERE `entry` = 22955;\n\n/*  Sister of Pain  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857, `DamageModifier` = 30.0, `HealthModifier` = 50.0 WHERE `entry` = 22956;\n\n/*  Priestess of Dementia  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 26.0, `HealthModifier` = 90.0 WHERE `entry` = 22957;\n\n/*  Spellbound Attendant  */\nUPDATE `creature_template` SET `DamageModifier` = 26.0, `HealthModifier` = 30.0 WHERE `entry` = 22959;\n\n/*  Priestess of Delight  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 22962;\n\n/*  Sister of Pleasure  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857 WHERE `entry` = 22964;\n\n/*  Enslaved Servant  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.04204 WHERE `entry` = 22965;\n\n/*  Lightsworn Elekk Rider  */\nUPDATE `creature_template` SET `HealthModifier` = 1.25 WHERE `entry` = 22966;\n\n/*  Scryer Cavalier  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01, `HealthModifier` = 1.02 WHERE `entry` = 22967;\n\n/*  Scryer Hawkstrider  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 22969;\n\n/*  Cenarion Sparrowhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 200.0 WHERE `entry` = 22972;\n\n/*  Black Temple Shattered Hand Fel Orc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 22973;\n\n/*  Wild Sparrowhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `HealthModifier` = 1.25 WHERE `entry` = 22979;\n\n/*  Skyguard Scout  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 1.2 WHERE `entry` = 22980;\n\n/*  Watcher Elaira  */\nUPDATE `creature_template` SET `speed_walk` = 1.11, `DamageModifier` = 0.3, `HealthModifier` = 1.25 WHERE `entry` = 22981;\n\n/*  Skyguard Navigator  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 22982;\n\n/*  Illidari Shadowlord  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 10.0 WHERE `entry` = 22988;\n\n/*  Maiev Shadowsong  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 22989;\n\n/*  Akama  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 33.0, `HealthModifier` = 165.0, `ManaModifier` = 100.0 WHERE `entry` = 22990;\n\n/*  Guardian of the Hawk  */\nUPDATE `creature_template` SET `DamageModifier` = 5.7 WHERE `entry` = 22992;\n\n/*  Guardian of the Eagle  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1, `ArmorModifier` = 0.509625 WHERE `entry` = 22993;\n\n/*  Guardian of the Falcon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 22994;\n\n/*  Chort  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 22995;\n\n/*  Rizzle Sprysprocket  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 4.0 WHERE `entry` = 23002;\n\n/*  Ethereum Jailor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 23008;\n\n/*  Skyguard Handler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23016;\n\n/*  Shadow Serpent  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 23020;\n\n/*  Gordunni Soulreaper  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 23022;\n\n/*  Rizzle's Depth Charge  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 23025;\n\n/*  Twilight Serpent  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.977915 WHERE `entry` = 23026;\n\n/*  Talonsworn Forest-Rager  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ManaModifier` = 1.0 WHERE `entry` = 23029;\n\n/*  Dragonmaw Sky Stalker  */\nUPDATE `creature_template` SET `speed_run` = 2.0 WHERE `entry` = 23030;\n\n/*  Armored Nether Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `HealthModifier` = 10.0, `ManaModifier` = 1.0 WHERE `entry` = 23031;\n\n/*  Anzu  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `speed_run` = 1.14286, `DamageModifier` = 20.0 WHERE `entry` = 23035;\n\n/*  Captive Sparrowhawk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `speed_run` = 1.14286, `DamageModifier` = 1.7 WHERE `entry` = 23036;\n\n/*  Sky Commander Adaris  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23038;\n\n/*  Severin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.00118 WHERE `entry` = 23042;\n\n/*  Sky Sergeant Doryn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.00118 WHERE `entry` = 23048;\n\n/*  Little Noah  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 23050;\n\n/*  Monstrous Kaliri  */\nUPDATE `creature_template` SET `speed_walk` = 14.0, `speed_run` = 1.71429 WHERE `entry` = 23051;\n\n/*  Bladespire Supplicant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 23053;\n\n/*  Kael'thas Sunstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 1.3, `ArmorModifier` = 1.22764 WHERE `entry` = 23054;\n\n/*  Felguard Degrader  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 6.5, `ManaModifier` = 1.0 WHERE `entry` = 23055;\n\n/*  Rivendark  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 23061;\n\n/*  Obsidian Consort  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23062;\n\n/*  Olnayvi Copperpinch  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23065;\n\n/*  Talonpriest Ishaal  */\nUPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.80319 WHERE `entry` = 23066;\n\n/*  Talonpriest Skizzik  */\nUPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.90103 WHERE `entry` = 23067;\n\n/*  Talonpriest Zellek  */\nUPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.95695 WHERE `entry` = 23068;\n\n/*  Legion Flak Cannon  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 3.0, `ArmorModifier` = 0.979829 WHERE `entry` = 23076;\n\n/*  Peacekeeper Jadaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 1.2 WHERE `entry` = 23079;\n\n/*  Acolyte of Water  */\nUPDATE `creature_template` SET `speed_run` = 1.28968 WHERE `entry` = 23097;\n\n/*  Acolyte of Earth  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556 WHERE `entry` = 23098;\n\n/*  Challe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.57689 WHERE `entry` = 23101;\n\n/*  Vengeful Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.42857 WHERE `entry` = 23109;\n\n/*  Ogri'la Keg King  */\nUPDATE `creature_template` SET `minlevel` = 73, `speed_walk` = 1.1 WHERE `entry` = 23110;\n\n/*  Shadowy Construct  */\nUPDATE `creature_template` SET `speed_run` = 0.785714 WHERE `entry` = 23111;\n\n/*  Mingo  */\nUPDATE `creature_template` SET `minlevel` = 73, `speed_walk` = 1.1 WHERE `entry` = 23112;\n\n/*  Doomguard Punisher  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 6.5 WHERE `entry` = 23113;\n\n/*  Ogri'la Peacekeeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.48, `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 23115;\n\n/*  Sky Sergeant Vanderlip  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 23120;\n\n/*  Farseer Javad  */\nUPDATE `creature_template` SET `HealthModifier` = 3.1253 WHERE `entry` = 23127;\n\n/*  Brood of Anzu  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 23132;\n\n/*  Hawk Spirit  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 4.6 WHERE `entry` = 23134;\n\n/*  Falcon Spirit  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.0 WHERE `entry` = 23135;\n\n/*  Eagle Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry` = 23136;\n\n/*  Yarzill the Merc  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 23141;\n\n/*  Dragonmaw Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 0.979829 WHERE `entry` = 23146;\n\n/*  Mistress of the Mines  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 23149;\n\n/*  Dragonmaw Pitfighter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.957963 WHERE `entry` = 23150;\n\n/*  The Rulkster  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 23151;\n\n/*  Vagath  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 23152;\n\n/*  Darkscreecher Akkarai  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 23161;\n\n/*  Vakkiz the Windrager  */\nUPDATE `creature_template` SET `DamageModifier` = 8.5, `ManaModifier` = 1.0 WHERE `entry` = 23162;\n\n/*  Gezzarak the Huntress  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 23163;\n\n/*  Toranaku  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.19113 WHERE `entry` = 23164;\n\n/*  Karrog  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ManaModifier` = 1.0 WHERE `entry` = 23165;\n\n/*  Ronag the Slave Driver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 23166;\n\n/*  Anzuli Hatchling  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.976895 WHERE `entry` = 23167;\n\n/*  Or'kaos the Insane  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 2.0, `DamageModifier` = 8.0 WHERE `entry` = 23168;\n\n/*  Alliance Soldier  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `ArmorModifier` = 1.22543 WHERE `entry` = 23170;\n\n/*  Horde Soldier  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `ArmorModifier` = 1.22543 WHERE `entry` = 23171;\n\n/*  Tarren Mill Guardsman  */\nUPDATE `creature_template` SET `minlevel` = 67, `maxlevel` = 68, `speed_walk` = 1.2, `DamageModifier` = 1.8, `HealthModifier` = 2.9789 WHERE `entry` = 23175;\n\n/*  Tarren Mill Guardsman  */\nUPDATE `creature_template` SET `minlevel` = 67, `maxlevel` = 68, `speed_walk` = 1.2, `DamageModifier` = 1.8, `HealthModifier` = 2.9789 WHERE `entry` = 23176;\n\n/*  Ember of Azzinoth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 23192;\n\n/*  Lordaeron Citizen (Jesse)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23193;\n\n/*  Illidan Demon Form  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.0 WHERE `entry` = 23195;\n\n/*  Bonechewer Behemoth  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `ManaModifier` = 1.0 WHERE `entry` = 23196;\n\n/*  Vakkiz the Windrager  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ManaModifier` = 1.0 WHERE `entry` = 23204;\n\n/*  Akkarai Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.25, `ArmorModifier` = 0.911661 WHERE `entry` = 23206;\n\n/*  Skettis Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.979829 WHERE `entry` = 23207;\n\n/*  Dragonmaw Peon Mutton  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 23213;\n\n/*  Ashtongue Sorcerer  */\nUPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 23215;\n\n/*  Ashtongue Defender  */\nUPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 23216;\n\n/*  Bladespire Agent  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286 WHERE `entry` = 23217;\n\n/*  Bloodmaul Agent  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286 WHERE `entry` = 23218;\n\n/*  Blackwind Warp Chaser  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.974823 WHERE `entry` = 23219;\n\n/*  Shivan Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 23220;\n\n/*  Bonechewer Brawler  */\nUPDATE `creature_template` SET `speed_run` = 2.0 WHERE `entry` = 23222;\n\n/*  Eye of Shartuul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.22691 WHERE `entry` = 23228;\n\n/*  Mutant War Hound  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 23232;\n\n/*  Chu'a'lor  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 23233;\n\n/*  Bonechewer Blade Fury  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 23235;\n\n/*  Bonechewer Combatant  */\nUPDATE `creature_template` SET `speed_run` = 2.0 WHERE `entry` = 23239;\n\n/*  Aether-tech Assistant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry` = 23243;\n\n/*  Aether-tech Adept  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry` = 23244;\n\n/*  Aether-tech Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry` = 23245;\n\n/*  Bash'ir Subprimal  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `HealthModifier` = 5.0 WHERE `entry` = 23247;\n\n/*  Bash'ir Flesh Fiend  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 23249;\n\n/*  Kronk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 23253;\n\n/*  Ogri'la Storyteller  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 23256;\n\n/*  Skyguard Windcharger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23257;\n\n/*  Furywing  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 23261;\n\n/*  Seer Nakha  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `HealthModifier` = 1.3281 WHERE `entry` = 23265;\n\n/*  Arvoar the Rapacious  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 23267;\n\n/*  Seer Jovar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 23268;\n\n/*  Barash the Den Mother  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 23269;\n\n/*  Vindicator Aeus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 23270;\n\n/*  Vindicator Kaan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 23271;\n\n/*  Arcanist Savan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 23272;\n\n/*  Arcanist Raestan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 23273;\n\n/*  Dreadmaw  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 23275;\n\n/*  Agadai  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 1.5 WHERE `entry` = 23280;\n\n/*  Insidion  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 23281;\n\n/*  Obsidia  */\nUPDATE `creature_template` SET `minlevel` = 72, `DamageModifier` = 6.0, `ManaModifier` = 1.0 WHERE `entry` = 23282;\n\n/*  Lady Sinestra  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.0 WHERE `entry` = 23284;\n\n/*  Nethermine Burster  */\nUPDATE `creature_template` SET `speed_run` = 1.19048 WHERE `entry` = 23285;\n\n/*  Draenor Blood Terror  */\nUPDATE `creature_template` SET `minlevel` = 70 WHERE `entry` = 23290;\n\n/*  Chief Overseer Mudlump  */\nUPDATE `creature_template` SET `DamageModifier` = 0.01 WHERE `entry` = 23291;\n\n/*  Gahk  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 23300;\n\n/*  Crazed Murkblood Foreman  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 23305;\n\n/*  Hazzik  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23306;\n\n/*  Disobedient Dragonmaw Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 23311;\n\n/*  Torkus  */\nUPDATE `creature_template` SET `speed_walk` = 1.125 WHERE `entry` = 23316;\n\n/*  Ashtongue Rogue  */\nUPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 23318;\n\n/*  Ashtongue Broken  */\nUPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry` = 23319;\n\n/*  Netherwing Ally  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.2 WHERE `entry` = 23320;\n\n/*  Nethermine Ravager  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry` = 23326;\n\n/*  Dragonmaw Wind Reaver  */\nUPDATE `creature_template` SET `speed_run` = 2.0 WHERE `entry` = 23330;\n\n/*  Bash'ir Reckoner  */\nUPDATE `creature_template` SET `HealthModifier` = 5.0 WHERE `entry` = 23332;\n\n/*  The Grand Collector  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 12.0, `ArmorModifier` = 1.00017 WHERE `entry` = 23333;\n\n/*  Sky Commander Keller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 1.0159 WHERE `entry` = 23334;\n\n/*  Skyguard Khatie  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `speed_run` = 1.14286, `DamageModifier` = 2.0, `ArmorModifier` = 1.04535 WHERE `entry` = 23335;\n\n/*  Illidari Centurion  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `ManaModifier` = 1.0 WHERE `entry` = 23337;\n\n/*  Arthorn's Sparrowhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 2000.0 WHERE `entry` = 23338;\n\n/*  Illidari Heartseeker  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 23339;\n\n/*  Trope the Filth-Belcher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23342;\n\n/*  Wrangled Aether Ray  */\nUPDATE `creature_template` SET `speed_walk` = 6.4, `speed_run` = 4.0 WHERE `entry` = 23343;\n\n/*  Corlok the Vet  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.01178 WHERE `entry` = 23344;\n\n/*  Tork  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4, `HealthModifier` = 1.1065 WHERE `entry` = 23347;\n\n/*  The Grand Collector  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23350;\n\n/*  Braxxus  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 23353;\n\n/*  Mo'arg Incinerator  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 23354;\n\n/*  Zarcsin  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 23355;\n\n/*  Torki  */\nUPDATE `creature_template` SET `speed_walk` = 1.125, `DamageModifier` = 1.4 WHERE `entry` = 23362;\n\n/*  Sahaak  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23363;\n\n/*  Torkus Jr.  */\nUPDATE `creature_template` SET `speed_walk` = 2.6, `speed_run` = 1.42857, `DamageModifier` = 2.0, `ArmorModifier` = 1.21637 WHERE `entry` = 23365;\n\n/*  Bash'ir Controller  */\nUPDATE `creature_template` SET `DamageModifier` = 2.35 WHERE `entry` = 23368;\n\n/*  Dragonmaw Tower Controller  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 23370;\n\n/*  Mortog Steamhead  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.06007 WHERE `entry` = 23373;\n\n/*  Ashtongue Stalker  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 23374;\n\n/*  Shadow Demon  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 0.571429 WHERE `entry` = 23375;\n\n/*  Skyguard Ace  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 1.0 WHERE `entry` = 23377;\n\n/*  Bronco  */\nUPDATE `creature_template` SET `speed_run` = 1.38571, `DamageModifier` = 1.2 WHERE `entry` = 23380;\n\n/*  Tydormu  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.0 WHERE `entry` = 23381;\n\n/*  Skyguard Prisoner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23383;\n\n/*  Simon Unit  */\nUPDATE `creature_template` SET `DamageModifier` = 0.007, `HealthModifier` = 1.0 WHERE `entry` = 23385;\n\n/*  Gan'arg Analyzer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23386;\n\n/*  Bash'ir's Harbinger  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 23390;\n\n/*  Bash'ir  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 23391;\n\n/*  Skyguard Stable Master  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.00118 WHERE `entry` = 23392;\n\n/*  Deathshadow Agent  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.978999 WHERE `entry` = 23393;\n\n/*  Promenade Sentinel  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429 WHERE `entry` = 23394;\n\n/*  Krixel Pinchwhistle  */\nUPDATE `creature_template` SET `subname` = 'Arena Vendor', `speed_walk` = 1.1 WHERE `entry` = 23396;\nUPDATE `creature_template_locale` SET Title = 'Arenaverkäufer' WHERE `entry` = 23396 AND `locale` = 'deDE';\nUPDATE `creature_template_locale` SET Title = 'Vendedor de arena' WHERE `entry` = 23396 AND `locale` = 'esES';\nUPDATE `creature_template_locale` SET Title = 'Vendedor de arena' WHERE `entry` = 23396 AND `locale` = 'esMX';\nUPDATE `creature_template_locale` SET Title = 'Vendeur de l''arène' WHERE `entry` = 23396 AND `locale` = 'frFR';\nUPDATE `creature_template_locale` SET Title = '2시즌 투기장 상인' WHERE `entry` = 23396 AND `locale` = 'koKR';\nUPDATE `creature_template_locale` SET Title = 'Продавец экипировки арены' WHERE `entry` = 23396 AND `locale` = 'ruRU';\nUPDATE `creature_template_locale` SET Title = '竞技场商人' WHERE `entry` = 23396 AND `locale` = 'zhCN';\nUPDATE `creature_template_locale` SET Title = '競技場商人' WHERE `entry` = 23396 AND `locale` = 'zhTW';\n\n/*  Illidari Blood Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857 WHERE `entry` = 23397;\n\n/*  Angered Soul Fragment  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.24077 WHERE `entry` = 23398;\n\n/*  Suffering Soul Fragment  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.42857 WHERE `entry` = 23399;\n\n/*  Illidari Archon  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857 WHERE `entry` = 23400;\n\n/*  Hungering Soul Fragment  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.42857 WHERE `entry` = 23401;\n\n/*  Illidari Battle-mage  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857 WHERE `entry` = 23402;\n\n/*  Illidari Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 23403;\n\n/*  Imp Retainer  */\nUPDATE `creature_template` SET `HealthModifier` = 1.0 WHERE `entry` = 23404;\n\n/*  Jimmy McWeaksauce  */\nUPDATE `creature_template` SET `DamageModifier` = 20.0 WHERE `entry` = 23406;\n\n/*  Johnny McWeaksauce  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 23407;\n\n/*  Skyguard Handler Irena  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `DamageModifier` = 1.75 WHERE `entry` = 23413;\n\n/*  Bash'ir Inquisitor  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `HealthModifier` = 15.0 WHERE `entry` = 23414;\n\n/*  Skyguard Handler Deesak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23415;\n\n/*  Ashtongue Channeler  */\nUPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 23421;\n\n/*  The Illidari Council  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 1.0 WHERE `entry` = 23426;\n\n/*  Illidari Lord Balthas  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.912699, `DamageModifier` = 0.7 WHERE `entry` = 23427;\n\n/*  Jho'nass  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23428;\n\n/*  Commander Hobb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23434;\n\n/*  Sanctum Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23435;\n\n/*  Indormi  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.0 WHERE `entry` = 23437;\n\n/*  Dragonmaw Skybreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 23440;\n\n/*  Dragonmaw Skybreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 23441;\n\n/*  Lieutenant Tristia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1 WHERE `entry` = 23446;\n\n/*  Yuula  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 23449;\n\n/*  Commander Arcus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.19006 WHERE `entry` = 23452;\n\n/*  Enslaved Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111 WHERE `entry` = 23469;\n\n/*  Skettis Outrider  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.979123 WHERE `entry` = 23471;\n\n/*  Aether-tech Apprentice  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `speed_run` = 1.14286, `DamageModifier` = 1.3 WHERE `entry` = 23473;\n\n/*  Shivan Assassin (Red)  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 23474;\n\n/*  Shivan Assassin (Blue)  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 23475;\n\n/*  Shivan Assassin (Black)  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 23476;\n\n/*  Parasitic Shadowfiend  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23498;\n\n/*  Shadowy Vortex  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23503;\n\n/*  Broken Illusion  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 23506;\n\n/*  Ashtongue Elementalist  */\nUPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 23523;\n\n/*  Ashtongue Spiritbinder  */\nUPDATE `creature_template` SET `speed_run` = 1.71429 WHERE `entry` = 23524;\n\n/*  T'chali's Voodoo Brewery Apprentice  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23533;\n\n/*  Matero Zeshuwal  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry` = 23535;\n\n/*  Nagulon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.4374 WHERE `entry` = 23536;\n\n/*  Kyle Radue  */\nUPDATE `creature_template` SET `minlevel` = 69, `maxlevel` = 69 WHERE `entry` = 23544;\n\n/*  Soldier of the Frozen Wastes  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_run` = 1.14286, `DamageModifier` = 1.0 WHERE `entry` = 23561;\n\n/*  Unstoppable Abomination  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_run` = 1.14286, `DamageModifier` = 1.0 WHERE `entry` = 23562;\n\n/*  Soul Weaver  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 1.0 WHERE `entry` = 23563;\n\n/*  Gizzix Grimegurgle  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23570;\n\n/*  Razbo Rustgear  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23571;\n\n/*  Drazzit Dripvalve  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23572;\n\n/*  Krixil Slogswitch  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23573;\n\n/*  Brogg  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23579;\n\n/*  Amani'shi Warbringer  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 23580;\n\n/*  Amani'shi Medicine Man  */\nUPDATE `creature_template` SET `minlevel` = 70 WHERE `entry` = 23581;\n\n/*  Amani'shi Reinforcement  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `ArmorModifier` = 1.15901 WHERE `entry` = 23587;\n\n/*  Grimtotem Spirit-Shifter  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.13208 WHERE `entry` = 23593;\n\n/*  Amani Dragonhawk Hatchling  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23598;\n\n/*  Apprentice Morlann  */\nUPDATE `creature_template` SET `speed_walk` = 1.25, `HealthModifier` = 1.2223 WHERE `entry` = 23600;\n\n/*  Apprentice Garion  */\nUPDATE `creature_template` SET `speed_walk` = 1.25, `DamageModifier` = 0.8, `HealthModifier` = 1.2291 WHERE `entry` = 23601;\n\n/*  Uta Roughdough  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23603;\n\n/*  Agnes Farwithers  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23604;\n\n/*  Bron  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23605;\n\n/*  Suntouched Apprentice  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23606;\n\n/*  Ahab Wheathoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 23618;\n\n/*  Bergrisst  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23619;\n\n/*  Chief Thunder-Skins  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23623;\n\n/*  Mai'Kyl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23624;\n\n/*  Samuro  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23625;\n\n/*  Sig Nicious  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23626;\n\n/*  Mudsprocket Bruiser  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 23636;\n\n/*  Scorchscale Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23687;\n\n/*  Drunken Brewfest Reveler  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 23698;\n\n/*  Kevin Browning  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.17331 WHERE `entry` = 23699;\n\n/*  Cassa Crimsonwing  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 23704;\n\n/*  Touring Orphan  */\nUPDATE `creature_template` SET `minlevel` = 3 WHERE `entry` = 23712;\n\n/*  Grimtotem Elder  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.13208 WHERE `entry` = 23714;\n\n/*  Investigator Asric  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.00118 WHERE `entry` = 23719;\n\n/*  Concert Bruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 23721;\n\n/*  Amani Healing Ward  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0 WHERE `entry` = 23757;\n\n/*  Prigmon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.04535 WHERE `entry` = 23761;\n\n/*  Sylvanas Windrunner (High Elf)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 23765;\n\n/*  Stonemaul Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.2 WHERE `entry` = 23786;\n\n/*  Smolderwing  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `ArmorModifier` = 1.21656 WHERE `entry` = 23789;\n\n/*  Dark Iron Antagonist  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 1.6, `ArmorModifier` = 1.43242 WHERE `entry` = 23795;\n\n/*  Lynx Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 23812;\n\n/*  Amani'shi Hatcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23818;\n\n/*  Zelfrax  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 23864;\n\n/*  Coren Direbrew  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.5, `HealthModifier` = 21.0, `ArmorModifier` = 1.26614 WHERE `entry` = 23872;\n\n/*  Goreclaw the Ravenous  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 1.3 WHERE `entry` = 23873;\n\n/*  Apothecary Cylla  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 23881;\n\n/*  Amani'shi Savage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `HealthModifier` = 0.4 WHERE `entry` = 23889;\n\n/*  Tethyr  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `rank` = 3, `DamageModifier` = 1.0 WHERE `entry` = 23899;\n\n/*  Theramore Marksman  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 1.19642 WHERE `entry` = 23900;\n\n/*  Gavis Greyshield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 23941;\n\n/*  Andello Porter  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23942;\n\n/*  Essence of Zul'jin  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 1.0 WHERE `entry` = 23944;\n\n/*  Apprentice Tasserel  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.79143 WHERE `entry` = 23948;\n\n/*  Firemane Drake  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 23969;\n\n/*  Masked Orphan Matron  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 23973;\n\n/*  Axle  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 23995;\n\n/*  Ancient Grimtotem Spirit Guide  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 24133;\n\n/*  Amani'shi Protector  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 24180;\n\n/*  \"Little\" Logok  */\nUPDATE `creature_template` SET `speed_walk` = 1.25 WHERE `entry` = 24208;\n\n/*  Amani Bear Mount  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857 WHERE `entry` = 24217;\n\n/*  Windy Cloud  */\nUPDATE `creature_template` SET `speed_run` = 0.142857 WHERE `entry` = 24222;\n\n/*  Amani'shi Warrior  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.04903 WHERE `entry` = 24225;\n\n/*  Thurg  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 10.0, `HealthModifier` = 14.0, `ManaModifier` = 1.0 WHERE `entry` = 24241;\n\n/*  Slither  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 24242;\n\n/*  Lord Raadan  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 24243;\n\n/*  Fenstalker  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 24245;\n\n/*  Darkheart  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 24246;\n\n/*  Koragg  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 24247;\n\n/*  Amani Snake  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 24338;\n\n/*  Amani'shi Gate Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24367;\n\n/*  Wind Trader Zhareem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.88211 WHERE `entry` = 24369;\n\n/*  Nether-Stalker Mah'duun  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.00118 WHERE `entry` = 24370;\n\n/*  Leeni \"Smiley\" Smalls  */\nUPDATE `creature_template` SET `speed_walk` = 1.5 WHERE `entry` = 24392;\n\n/*  Grisy Spicecrackle  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.03005 WHERE `entry` = 24416;\n\n/*  Gargoth  */\nUPDATE `creature_template` SET `DamageModifier` = 13.0, `ArmorModifier` = 1.1529 WHERE `entry` = 24436;\n\n/*  Consortium Assistant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 24437;\n\n/*  Minor Voidwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.56 WHERE `entry` = 24476;\n\n/*  Mojo  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 24480;\n\n/*  Ram Master Ray  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24497;\n\n/*  Cort Gorestein  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24498;\n\n/*  Ja'ron  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24499;\n\n/*  Drohn's Distillery Apprentice  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24501;\n\n/*  Amani'shi Hatcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 24504;\n\n/*  Driz Tumblequick  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24510;\n\n/*  Doris Volanthius  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.0 WHERE `entry` = 24520;\n\n/*  Voodoo Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry` = 24529;\n\n/*  Dark Iron Herald  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `speed_run` = 0.992063, `DamageModifier` = 1.6, `ArmorModifier` = 1.43242 WHERE `entry` = 24536;\n\n/*  Amani'shi Tempest  */\nUPDATE `creature_template` SET `ManaModifier` = 1.0 WHERE `entry` = 24549;\n\n/*  Sliver  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 24552;\n\n/*  Apoko  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.44319 WHERE `entry` = 24553;\n\n/*  Eramas Brightblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0 WHERE `entry` = 24554;\n\n/*  Garaxxas  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 6.0 WHERE `entry` = 24555;\n\n/*  Zelfan  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 24556;\n\n/*  Kagani Nightstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 24557;\n\n/*  Ellrys Duskhallow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 24558;\n\n/*  Warlord Salaris  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 4.2 WHERE `entry` = 24559;\n\n/*  Priestess Delrissa  */\nUPDATE `creature_template` SET `speed_run` = 1.03175, `DamageModifier` = 2.75 WHERE `entry` = 24560;\n\n/*  Yazzai  */\nUPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 4.0 WHERE `entry` = 24561;\n\n/*  Broken Earth Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24650;\n\n/*  Fizzle  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.75 WHERE `entry` = 24656;\n\n/*  Kael'thas Sunstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 4.75 WHERE `entry` = 24664;\n\n/*  Phoenix  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.0 WHERE `entry` = 24674;\n\n/*  Sunblade Mage Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 24683;\n\n/*  Sunblade Blood Knight  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 24684;\n\n/*  Sunblade Magister  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 24685;\n\n/*  Sunblade Warlock  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 24686;\n\n/*  Sunblade Physician  */\nUPDATE `creature_template` SET `DamageModifier` = 5.5 WHERE `entry` = 24687;\n\n/*  Wretched Skulker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ManaModifier` = 1.0 WHERE `entry` = 24688;\n\n/*  Wretched Bruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ManaModifier` = 1.0 WHERE `entry` = 24689;\n\n/*  Wretched Husk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 24690;\n\n/*  Coilskar Witch  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 24696;\n\n/*  Sister of Torment  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 24697;\n\n/*  Ethereum Smuggler  */\nUPDATE `creature_template` SET `DamageModifier` = 5.5, `ManaModifier` = 1.0 WHERE `entry` = 24698;\n\n/*  Arcane Sphere  */\nUPDATE `creature_template` SET `minlevel` = 72, `maxlevel` = 72, `speed_run` = 0.428571 WHERE `entry` = 24708;\n\n/*  Tapper Swindlekeg  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24711;\n\n/*  High Explosive Sheep  */\nUPDATE `creature_template` SET `speed_run` = 0.571429 WHERE `entry` = 24715;\n\n/*  Fel Crystal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24722;\n\n/*  Selin Fireheart  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.5 WHERE `entry` = 24723;\n\n/*  Caylee Dak  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 1.11436 WHERE `entry` = 24727;\n\n/*  Dusky  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 24728;\n\n/*  Sulan Dunadaire  */\nUPDATE `creature_template` SET `minlevel` = 20 WHERE `entry` = 24736;\n\n/*  Vexallus  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 24744;\n\n/*  Pure Energy  */\nUPDATE `creature_template` SET `speed_run` = 0.428571 WHERE `entry` = 24745;\n\n/*  Brightscale Wyrm  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 2.0 WHERE `entry` = 24761;\n\n/*  Sunblade Keeper  */\nUPDATE `creature_template` SET `DamageModifier` = 8.5 WHERE `entry` = 24762;\n\n/*  Sunblade Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ManaModifier` = 1.0 WHERE `entry` = 24777;\n\n/*  Weakened Morbent Fel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 24782;\n\n/*  Advanced Training Dummy  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70 WHERE `entry` = 24792;\n\n/*  Broken Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24808;\n\n/*  Exarch Larethor  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 24813;\n\n/*  Sunblade Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24815;\n\n/*  Anvilrage Taskmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 24818;\n\n/*  Anvilrage Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ManaModifier` = 1.0 WHERE `entry` = 24819;\n\n/*  Tyrith  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24822;\n\n/*  Stonevault Pillager  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24830;\n\n/*  Defias Pirate, Female  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.980047 WHERE `entry` = 24860;\n\n/*  Karrtog  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 24881;\n\n/*  Exorcist Sullivan  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.06191 WHERE `entry` = 24885;\n\n/*  Exorcist Vaisha  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 24886;\n\n/*  Leassian  */\nUPDATE `creature_template` SET `minlevel` = 66, `HealthModifier` = 1.0479 WHERE `entry` = 24905;\n\n/*  Felblood Initiate  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.992063, `DamageModifier` = 1.5, `ArmorModifier` = 1.29521 WHERE `entry` = 24918;\n\n/*  Wrath Herald  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.24224 WHERE `entry` = 24919;\n\n/*  Razorthorn Flayer  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.4 WHERE `entry` = 24920;\n\n/*  Razorthorn Ravager  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 24922;\n\n/*  Exarch Nasuun  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 24932;\n\n/*  Magistrix Seyla  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1, `ArmorModifier` = 1.0159 WHERE `entry` = 24937;\n\n/*  Shattered Sun Marksman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 24938;\n\n/*  Emaciated Felblood  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2426 WHERE `entry` = 24955;\n\n/*  Vindicator Xayann  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 24965;\n\n/*  Captain Theris Dawnhearth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 24967;\n\n/*  Erratic Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 24972;\n\n/*  Liza Cutlerflix  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `HealthModifier` = 1.0994 WHERE `entry` = 24974;\n\n/*  Mar'nah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 24975;\n\n/*  Warpy  */\nUPDATE `creature_template` SET `minlevel` = 12, `maxlevel` = 15, `ArmorModifier` = 1.17491 WHERE `entry` = 24977;\n\n/*  Dawnblade Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 24978;\n\n/*  Crystal Ward  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 24980;\n\n/*  Converted Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 24981;\n\n/*  Christmas Grand Warlock Nethekurse  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24984;\n\n/*  Christmas Grandmaster Vorpil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24985;\n\n/*  Christmas Exarch Maladaar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24986;\n\n/*  Christmas Captain Skarloc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24987;\n\n/*  Christmas Nethermancer Sepethrea  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24988;\n\n/*  Christmas High Botanist Freywinn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 24990;\n\n/*  Shattered Sun Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 16.0 WHERE `entry` = 24994;\n\n/*  Mariner Farsight  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `DamageModifier` = 2.0, `ArmorModifier` = 1.91906 WHERE `entry` = 24998;\n\n/*  Irespeaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 24999;\n\n/*  Abyssal Flamewalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 25001;\n\n/*  Unleashed Hellion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 25002;\n\n/*  Emissary of Hate  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 25003;\n\n/*  Frenzied Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.25, `ManaModifier` = 1.0 WHERE `entry` = 25027;\n\n/*  Skeletal Ravager  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 0.25, `ManaModifier` = 1.0 WHERE `entry` = 25028;\n\n/*  Wrath Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 25030;\n\n/*  Pit Overlord  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.992063, `DamageModifier` = 6.5 WHERE `entry` = 25031;\n\n/*  Eldara Dawnrunner  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.10424 WHERE `entry` = 25032;\n\n/*  Eredar Sorcerer  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.912699, `DamageModifier` = 12.0, `ManaModifier` = 1.0 WHERE `entry` = 25033;\n\n/*  Kaalif  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.98424 WHERE `entry` = 25039;\n\n/*  Greater Water Elemental  */\nUPDATE `creature_template` SET `minlevel` = 69, `maxlevel` = 69, `speed_run` = 1.14286, `DamageModifier` = 2.0, `ArmorModifier` = 1.91156 WHERE `entry` = 25040;\n\n/*  Sentinel  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.8 WHERE `entry` = 25045;\n\n/*  Mariner Farseeker  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `DamageModifier` = 2.0, `ArmorModifier` = 1.91906 WHERE `entry` = 25053;\n\n/*  Battlemage Arynna  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 25057;\n\n/*  Ayren Cloudbreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ManaModifier` = 1.0 WHERE `entry` = 25059;\n\n/*  Darkspine Myrmidon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 25060;\n\n/*  Harbinger Inuuro  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 25061;\n\n/*  Magister Ilastar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 25069;\n\n/*  Darkspine Siren  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 1.36986 WHERE `entry` = 25073;\n\n/*  Captain Valindria  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 1.00118 WHERE `entry` = 25088;\n\n/*  Vindicator Kaalan  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 25108;\n\n/*  Anchorite Ayuri  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 25112;\n\n/*  Shattered Sun Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 25115;\n\n/*  Astromancer Darnarian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 25133;\n\n/*  Shattered Sun Trainee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 25134;\n\n/*  Shattered Sun Trainee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 25135;\n\n/*  Shattered Sun Trainee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 25136;\n\n/*  Shattered Sun Trainee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 25137;\n\n/*  Lord Torvos  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 25140;\n\n/*  Shattered Sun Marksman  */\nUPDATE `creature_template` SET `minlevel` = 70 WHERE `entry` = 25142;\n\n/*  Shattered Sun Veteran  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 25143;\n\n/*  Shattered Sun Bombardier  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `speed_walk` = 1.1, `speed_run` = 1.14286, `DamageModifier` = 2.0, `ArmorModifier` = 1.16959 WHERE `entry` = 25144;\n\n/*  Budd's Bodyguard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 25145;\n\n/*  Bergrisst  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25148;\n\n/*  Chief Thunder-Skins  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25149;\n\n/*  Mai'Kyl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25150;\n\n/*  Samuro  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25151;\n\n/*  Sig Nicious  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25152;\n\n/*  Drill Sergeant Bahduum  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 25162;\n\n/*  Anchorite Kairthos  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 25163;\n\n/*  Shattered Sun Recruit  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65 WHERE `entry` = 25164;\n\n/*  General Tiras'alan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25167;\n\n/*  Archmage Ne'thul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.39782 WHERE `entry` = 25169;\n\n/*  Shattered Sun Archmage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25170;\n\n/*  K'iru  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25174;\n\n/*  Shattered Sun Dragonhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 25175;\n\n/*  Grikkin Copperspring  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 25176;\n\n/*  Evee Copperspring  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 25177;\n\n/*  Ecton Brasstumbler  */\nUPDATE `creature_template` SET `speed_walk` = 1.05 WHERE `entry` = 25178;\n\n/*  Frixee Brasstumbler  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 25179;\n\n/*  Archer Delvinar  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.37834 WHERE `entry` = 25196;\n\n/*  Shadow Image  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429, `DamageModifier` = 1.0 WHERE `entry` = 25214;\n\n/*  Lord Solanar Bloodwrath  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 25223;\n\n/*  Practice Dummy  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70 WHERE `entry` = 25225;\n\n/*  Unrestrained Dragonhawk  */\nUPDATE `creature_template` SET `speed_walk` = 1.1, `speed_run` = 1.14286, `DamageModifier` = 1.0 WHERE `entry` = 25236;\n\n/*  Lady Liadrin  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `DamageModifier` = 1.0 WHERE `entry` = 25246;\n\n/*  Seer Cragh Grimtusk  */\nUPDATE `creature_template` SET `subname` = 'Earthen Ring' WHERE `entry` = 25344;\n\n/*  Earthen Ring Horde Disguise  */\nUPDATE `creature_template` SET `subname` = 'Earthen Ring' WHERE `entry` = 25345;\n\n/*  Mutate Fleshlasher  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 0.901796 WHERE `entry` = 25354;\n\n/*  Earthen Ring Alliance Disguise  */\nUPDATE `creature_template` SET `subname` = 'Earthen Ring' WHERE `entry` = 25360;\n\n/*  Sunblade Cabalist  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 25363;\n\n/*  Sunblade Arch Mage  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 25367;\n\n/*  Sunblade Slayer  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 25368;\n\n/*  Sunblade Vindicator  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 25369;\n\n/*  Sunblade Dusk Priest  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 25370;\n\n/*  Sunblade Dawn Priest  */\nUPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry` = 25371;\n\n/*  Sunblade Scout  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 25372;\n\n/*  Shadowsword Soulbinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 2.85714 WHERE `entry` = 25373;\n\n/*  Shadowsword Manafiend  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 2.71429 WHERE `entry` = 25483;\n\n/*  Shadowsword Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 3.2, `speed_run` = 2.71429, `ManaModifier` = 1.0 WHERE `entry` = 25484;\n\n/*  Shadowsword Deathbringer  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 2.28571, `ManaModifier` = 1.0 WHERE `entry` = 25485;\n\n/*  Shadowsword Vanquisher  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 2.85714, `ManaModifier` = 1.0 WHERE `entry` = 25486;\n\n/*  Shield Orb  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 0.571429 WHERE `entry` = 25502;\n\n/*  Shadowsword Lifeshaper  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 2.71429 WHERE `entry` = 25506;\n\n/*  Sunblade Protector  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 60.0, `HealthModifier` = 75.0, `ManaModifier` = 1.0 WHERE `entry` = 25507;\n\n/*  Priestess of Torment  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.71429 WHERE `entry` = 25509;\n\n/*  Old Man Barlo  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.03062 WHERE `entry` = 25580;\n\n/*  Painbringer  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25591;\n\n/*  Doomfire Destroyer  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25592;\n\n/*  Apocalypse Guard  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25593;\n\n/*  Chaos Gazer  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25595;\n\n/*  Oblivion Mage  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25597;\n\n/*  Volatile Felfire Fiend  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25598;\n\n/*  Cataclysm Hound  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25599;\n\n/*  Kil'jaeden  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.0 WHERE `entry` = 25608;\n\n/*  Sinister Reflection  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.71429 WHERE `entry` = 25708;\n\n/*  Dark Fiend  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 0.428571 WHERE `entry` = 25744;\n\n/*  Earthen Ring Flamecaller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `HealthModifier` = 1.607, `ArmorModifier` = 1.18415 WHERE `entry` = 25754;\n\n/*  Void Sentinal Summoner  */\nUPDATE `creature_template` SET `HealthModifier` = 1.35 WHERE `entry` = 25782;\n\n/*  Shadowsword Berserker  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 25798;\n\n/*  Shadowsword Fury Mage  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 1.42857 WHERE `entry` = 25799;\n\n/*  Shadowsword Commander  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 25837;\n\n/*  Volatile Fiend  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25851;\n\n/*  Blazing Infernal  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857, `DamageModifier` = 12.0, `HealthModifier` = 13.0 WHERE `entry` = 25860;\n\n/*  Twilight Firesworn  */\nUPDATE `creature_template` SET `minlevel` = 19 WHERE `entry` = 25863;\n\n/*  Sunblade Dragonhawk  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857, `ManaModifier` = 1.0 WHERE `entry` = 25867;\n\n/*  Darkness  */\nUPDATE `creature_template` SET `HealthModifier` = 1.0 WHERE `entry` = 25879;\n\n/*  Multiphase Disturbance  */\nUPDATE `creature_template` SET `speed_run` = 0.142857 WHERE `entry` = 25882;\n\n/*  Blade's Edge Flame Warden  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25889;\n\n/*  Shadowmoon Valley Flame Warden  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25905;\n\n/*  Terokkar Forest Flame Warden  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25907;\n\n/*  Zangarmarsh Flame Warden  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25912;\n\n/*  Netherstorm Flame Warden  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25913;\n\n/*  Netherstorm Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25918;\n\n/*  Blade's Edge Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 25926;\n\n/*  Durotar Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry` = 25929;\n\n/*  Eversong Woods Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry` = 25931;\n\n/*  Ghostlands Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry` = 25933;\n\n/*  Mulgore Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry` = 25936;\n\n/*  Shadowmoon Valley Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70 WHERE `entry` = 25938;\n\n/*  Tirisfal Glades Flame Keeper  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry` = 25946;\n\n/*  Doomfire Shard  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry` = 25948;\n\n/*  Shadowsword Guardian Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25954;\n\n/*  Hand of the Deceiver Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.22629 WHERE `entry` = 25955;\n\n/*  Chaos Gazer Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25956;\n\n/*  Cataclysm Hound Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25957;\n\n/*  Volatile Felfire Fiend Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.22629 WHERE `entry` = 25958;\n\n/*  Apocalypse Guard Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25959;\n\n/*  M'uru Sunwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25960;\n\n/*  Zephyr  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 1.00118 WHERE `entry` = 25967;\n\n/*  Theremis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25976;\n\n/*  Yrma  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25977;\n\n/*  Big Bruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 25992;\n\n/*  Kayri  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 26089;\n\n/*  Karynna  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 26090;\n\n/*  Olus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.98424 WHERE `entry` = 26091;\n\n/*  Soryn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.98424 WHERE `entry` = 26092;\n\n/*  Fire Fiend  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857, `DamageModifier` = 3.0, `HealthModifier` = 2.0, `ArmorModifier` = 1.24077 WHERE `entry` = 26101;\n\n/*  Master Flame Eater  */\nUPDATE `creature_template` SET `speed_walk` = 1.1 WHERE `entry` = 26113;\n\n/*  Twilight Cryomancer  */\nUPDATE `creature_template` SET `minlevel` = 61 WHERE `entry` = 26222;\n\n/*  Twilight Frostblade  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 64 WHERE `entry` = 26223;\n\n/*  Shattered Sun Peacekeeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 26253;\n\n/*  Big Zokk Torquewrench  */\nUPDATE `creature_template` SET `speed_walk` = 1.5 WHERE `entry` = 26352;\n\n/*  Lieutenant Tristia  */\nUPDATE `creature_template` SET `rank` = 1 WHERE `entry` = 26395;\n\n/*  Doris Volanthius  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 26398;\n\n/*  Ohura  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 26560;\n\n/*  Durnholde Captain  */\nUPDATE `creature_template` SET `minlevel` = 72, `maxlevel` = 72, `DamageModifier` = 6.0 WHERE `entry` = 26650;\n\n/*  Ilsa Direbrew  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.5, `ArmorModifier` = 1.26614 WHERE `entry` = 26764;\n\n/*  Direbrew Minion  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.5, `ArmorModifier` = 1.26614 WHERE `entry` = 26776;\n\n/*  Ursula Direbrew  */\nUPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `DamageModifier` = 1.5, `ArmorModifier` = 1.26614 WHERE `entry` = 26822;\n\n/*  Muja  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry` = 27399;\n\n/*  Darna Honeybock  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 27584;\n\n/*  Ysuria  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05402 WHERE `entry` = 27703;\n\n/*  Silvermoon Dragonhawk  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 27946;\n\n/*  Dread Crew  */\nUPDATE `creature_template` SET `maxlevel` = 62 WHERE `entry` = 28052;\n\n/*  Nyuni  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53 WHERE `entry` = 28060;\n\n/*  Guerrero  */\nUPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 1.14286, `DamageModifier` = 2.0 WHERE `entry` = 28163;\n\n/*  Griz Gutshank  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 28225;\n\n/*  Snaggletooth  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 28226;\n\n/*  Slobbermouth  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 28227;\n\n/*  Coyote Spirit  */\nUPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70 WHERE `entry` = 28267;\n\n/*  Meeda  */\nUPDATE `creature_template` SET `minlevel` = 67 WHERE `entry` = 28343;\n\n/*  Blazzle  */\nUPDATE `creature_template` SET `maxlevel` = 65 WHERE `entry` = 28344;\n"
  },
  {
    "path": "data/sql/world/base/tbc_item_changes.sql",
    "content": "/*  Simple Pearl Ring  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 20820;\n\n/*  Wicked Moonstone Ring  */\nUPDATE `item_template` SET `spellid_1` = 7707 WHERE `entry` = 20833;\n\n/*  Citrine Ring of Rapid Healing  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 21593 WHERE `entry` = 20961;\n\n/*  Citrine Pendant of Golden Healing  */\nUPDATE `item_template` SET `spellcharges_2` = -10 WHERE `entry` = 20967;\n\n/*  Figurine - Jade Owl  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21748;\n\n/*  Figurine - Golden Hare  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21756;\n\n/*  Figurine - Black Pearl Panther  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21758;\n\n/*  Figurine - Truesilver Crab  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21760;\n\n/*  Figurine - Truesilver Boar  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21763;\n\n/*  Ruby Pendant of Fire  */\nUPDATE `item_template` SET `spellid_1` = 9294 WHERE `entry` = 21764;\n\n/*  Figurine - Ruby Serpent  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21769;\n\n/*  Figurine - Emerald Owl  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21777;\n\n/*  Ring of Bitter Shadows  */\nUPDATE `item_template` SET `spellid_1` = 9327 WHERE `entry` = 21778;\n\n/*  Band of Natural Fire  */\nUPDATE `item_template` SET `spellid_1` = 17819, `spellid_2` = 13830 WHERE `entry` = 21779;\n\n/*  Figurine - Black Diamond Crab  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21784;\n\n/*  Figurine - Dark Iron Scorpid  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 21789;\n\n/*  Sapphire Pendant of Winter Night  */\nUPDATE `item_template` SET `spellid_1` = 9307, `spellid_2` = 9327 WHERE `entry` = 21790;\n\n/*  Spellfire Belt  */\nUPDATE `item_template` SET `bonding` = 1, `stat_type1` = 21, `spellid_1` = 17884, `spellid_2` = 17846 WHERE `entry` = 21846;\n\n/*  Spellfire Gloves  */\nUPDATE `item_template` SET `bonding` = 1, `stat_type1` = 21, `spellid_1` = 17884, `spellid_2` = 17846 WHERE `entry` = 21847;\n\n/*  Spellfire Robe  */\nUPDATE `item_template` SET `bonding` = 1, `stat_type1` = 21, `spellid_1` = 26703, `spellid_2` = 26715 WHERE `entry` = 21848;\n\n/*  Frozen Shadoweave Shoulders  */\nUPDATE `item_template` SET `bonding` = 1, `spellid_1` = 18025, `spellid_2` = 17908 WHERE `entry` = 21869;\n\n/*  Frozen Shadoweave Boots  */\nUPDATE `item_template` SET `bonding` = 1, `spellid_1` = 25706, `spellid_2` = 26717 WHERE `entry` = 21870;\n\n/*  Frozen Shadoweave Robe  */\nUPDATE `item_template` SET `bonding` = 1, `spellid_1` = 26737, `spellid_2` = 26727 WHERE `entry` = 21871;\n\n/*  Primal Mooncloth Belt  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 21873;\n\n/*  Primal Mooncloth Shoulders  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 21874;\n\n/*  Primal Mooncloth Robe  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 21875;\n\n/*  Hoodoo Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE `entry` = 22971;\n\n/*  Ley-Keeper's Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE `entry` = 22997;\n\n/*  Divining Crystal  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 23401;\n\n/*  Well Crafted Staff  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 23411;\n\n/*  High Warlord's Battle Mace  */\nUPDATE `item_template` SET `dmg_min1` = 68.0, `dmg_max1` = 172.0, `DisenchantID` = 65 WHERE `entry` = 23459;\n\n/*  Blessed Bracers  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 23539;\n\n/*  Eternium Runed Blade  */\nUPDATE `item_template` SET `dmg_min1` = 27.6, `dmg_max1` = 113.6, `stat_type1` = 21 WHERE `entry` = 23554;\n\n/*  Hand of Eternity  */\nUPDATE `item_template` SET `dmg_min1` = 35.38, `dmg_max1` = 131.38 WHERE `entry` = 23556;\n\n/*  Embrace of the Twisting Nether  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 23565;\n\n/*  Power Amplification Goggles  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 23761;\n\n/*  Ultra-Spectropic Detection Goggles  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 48, `stat_type2` = 6, `stat_value2` = 47, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 30645 WHERE `entry` = 23762;\n\n/*  Crystalfire Staff  */\nUPDATE `item_template` SET `dmg_min1` = 90.85, `dmg_max1` = 149.85, `stat_type3` = 21 WHERE `entry` = 24069;\n\n/*  Khorium Band of Shadows  */\nUPDATE `item_template` SET `spellid_1` = 18009 WHERE `entry` = 24079;\n\n/*  Khorium Band of Frost  */\nUPDATE `item_template` SET `spellid_1` = 17892 WHERE `entry` = 24080;\n\n/*  Khorium Inferno Band  */\nUPDATE `item_template` SET `spellid_1` = 17868 WHERE `entry` = 24082;\n\n/*  Khorium Band of Leaves  */\nUPDATE `item_template` SET `spellid_1` = 17990 WHERE `entry` = 24085;\n\n/*  Arcane Khorium Band  */\nUPDATE `item_template` SET `spellid_1` = 17824 WHERE `entry` = 24086;\n\n/*  Eye of the Night  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type2` = 18 WHERE `entry` = 24116;\n\n/*  Figurine - Felsteel Boar  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 24124;\n\n/*  Figurine - Dawnstone Crab  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 24125;\n\n/*  Figurine - Living Ruby Serpent  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 24126;\n\n/*  Figurine - Talasite Owl  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 24127;\n\n/*  Figurine - Nightseye Panther  */\nUPDATE `item_template` SET `spellid_1` = 17746, `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 24128;\n\n/*  Ursol's Claw  */\nUPDATE `item_template` SET `dmg_min1` = 130.5, `dmg_max1` = 213.5, `stat_type1` = 4, `stat_value1` = 28, `spellid_1` = 44895 WHERE `entry` = 24155;\n\n/*  Blackstrike Bracers  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 24251;\n\n/*  Girdle of Ruination  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 24256;\n\n/*  Spellstrike Pants  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type2` = 18 WHERE `entry` = 24262;\n\n/*  Spellstrike Hood  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type2` = 18 WHERE `entry` = 24266;\n\n/*  Robe of the Dragon Slayer  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 24346;\n\n/*  Signet Ring of the Hand  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 24350;\n\n/*  Princely Reign Leggings  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 24359;\n\n/*  Spellfire Longsword  */\nUPDATE `item_template` SET `dmg_min1` = 54.2, `dmg_max1` = 128.2, `stat_type3` = 18 WHERE `entry` = 24361;\n\n/*  Spore-Soaked Vaneer  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 24362;\n\n/*  Coilfang Hammer of Renewal  */\nUPDATE `item_template` SET `dmg_min1` = 59.4, `dmg_max1` = 139.4 WHERE `entry` = 24378;\n\n/*  Mindfire Waistband  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 24395;\n\n/*  Manaspark Gloves  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 24450;\n\n/*  Zangartooth Shortblade  */\nUPDATE `item_template` SET `dmg_min1` = 36.05, `dmg_max1` = 88.05, `stat_type3` = 18 WHERE `entry` = 24453;\n\n/*  Luminous Pearls of Insight  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 0, `stat_type2` = 5, `stat_value2` = 15, `stat_type3` = 21, `stat_value3` = 11 WHERE `entry` = 24462;\n\n/*  Talisman of the Horde  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 24551;\n\n/*  Gladiator's Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 24554;\n\n/*  Gladiator's War Staff  */\nUPDATE `item_template` SET `dmg_min1` = 89.4, `dmg_max1` = 185.4, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 24557;\n\n/*  Absorption Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 47.39, `dmg_max1` = 93.39 WHERE `entry` = 25296;\n\n/*  Tuning Knife  */\nUPDATE `item_template` SET `dmg_min1` = 46.69, `dmg_max1` = 93.69 WHERE `entry` = 25297;\n\n/*  Combustion Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 45.99, `dmg_max1` = 93.99 WHERE `entry` = 25298;\n\n/*  Siphoning Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 44.95, `dmg_max1` = 94.95 WHERE `entry` = 25299;\n\n/*  Lightning Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 45.25, `dmg_max1` = 95.25, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 25300;\n\n/*  Shattering Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 44.55, `dmg_max1` = 95.55 WHERE `entry` = 25301;\n\n/*  Soul-Drain Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 43.15, `dmg_max1` = 97.15 WHERE `entry` = 25302;\n\n/*  Amplifying Blade  */\nUPDATE `item_template` SET `dmg_min1` = 42.75, `dmg_max1` = 97.75 WHERE `entry` = 25303;\n\n/*  Destructo-Blade  */\nUPDATE `item_template` SET `dmg_min1` = 41.35, `dmg_max1` = 99.35 WHERE `entry` = 25304;\n\n/*  Elemental Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 40.29, `dmg_max1` = 100.29 WHERE `entry` = 25305;\n\n/*  Permafrost Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 39.89, `dmg_max1` = 100.89 WHERE `entry` = 25306;\n\n/*  Shadow Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 38.49, `dmg_max1` = 102.49 WHERE `entry` = 25307;\n\n/*  Thunder Spike  */\nUPDATE `item_template` SET `dmg_min1` = 37.6, `dmg_max1` = 103.6 WHERE `entry` = 25308;\n\n/*  Warpdagger  */\nUPDATE `item_template` SET `dmg_min1` = 36.54, `dmg_max1` = 103.54 WHERE `entry` = 25309;\n\n/*  Naaru Lightmace  */\nUPDATE `item_template` SET `dmg_min1` = 47.39, `dmg_max1` = 93.39 WHERE `entry` = 25310;\n\n/*  Revitalizing Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 46.69, `dmg_max1` = 93.69 WHERE `entry` = 25311;\n\n/*  Glorious Scepter  */\nUPDATE `item_template` SET `dmg_min1` = 45.99, `dmg_max1` = 93.99 WHERE `entry` = 25312;\n\n/*  Cold-Iron Scepter  */\nUPDATE `item_template` SET `dmg_min1` = 44.95, `dmg_max1` = 94.95 WHERE `entry` = 25313;\n\n/*  Ceremonial Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 45.25, `dmg_max1` = 95.25 WHERE `entry` = 25314;\n\n/*  Restorative Mace  */\nUPDATE `item_template` SET `dmg_min1` = 44.55, `dmg_max1` = 95.55 WHERE `entry` = 25315;\n\n/*  Spirit-Clad Mace  */\nUPDATE `item_template` SET `dmg_min1` = 43.15, `dmg_max1` = 97.15 WHERE `entry` = 25316;\n\n/*  Lesser Sledgemace  */\nUPDATE `item_template` SET `dmg_min1` = 42.75, `dmg_max1` = 97.75 WHERE `entry` = 25317;\n\n/*  Ancestral Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 41.35, `dmg_max1` = 99.35 WHERE `entry` = 25318;\n\n/*  Tranquility Mace  */\nUPDATE `item_template` SET `dmg_min1` = 40.29, `dmg_max1` = 100.29 WHERE `entry` = 25319;\n\n/*  Queen's Insignia  */\nUPDATE `item_template` SET `dmg_min1` = 39.89, `dmg_max1` = 100.89 WHERE `entry` = 25320;\n\n/*  Divine Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 38.49, `dmg_max1` = 102.49 WHERE `entry` = 25321;\n\n/*  Lordly Scepter  */\nUPDATE `item_template` SET `dmg_min1` = 37.6, `dmg_max1` = 103.6 WHERE `entry` = 25322;\n\n/*  Ascendant's Scepter  */\nUPDATE `item_template` SET `dmg_min1` = 36.54, `dmg_max1` = 103.54 WHERE `entry` = 25323;\n\n/*  Angerstaff  */\nUPDATE `item_template` SET `dmg_min1` = 150.45, `dmg_max1` = 232.45, `spellid_1` = 33035 WHERE `entry` = 25324;\n\n/*  Brutal Scar-Limb  */\nUPDATE `item_template` SET `dmg_min1` = 150.95, `dmg_max1` = 234.95, `spellid_1` = 44888 WHERE `entry` = 25325;\n\n/*  Primal Lore-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 151.45, `dmg_max1` = 237.45, `spellid_1` = 33037 WHERE `entry` = 25326;\n\n/*  Frenzied Staff  */\nUPDATE `item_template` SET `dmg_min1` = 151.25, `dmg_max1` = 238.25, `spellid_1` = 44889 WHERE `entry` = 25327;\n\n/*  Faerie-Kind Staff  */\nUPDATE `item_template` SET `dmg_min1` = 151.75, `dmg_max1` = 240.75, `spellid_1` = 44890 WHERE `entry` = 25328;\n\n/*  Tranquility Staff  */\nUPDATE `item_template` SET `dmg_min1` = 151.25, `dmg_max1` = 243.25, `spellid_1` = 44891 WHERE `entry` = 25329;\n\n/*  Starshine Staff  */\nUPDATE `item_template` SET `dmg_min1` = 152.25, `dmg_max1` = 247.25, `spellid_1` = 44893 WHERE `entry` = 25330;\n\n/*  Vengeance Staff  */\nUPDATE `item_template` SET `dmg_min1` = 152.25, `dmg_max1` = 250.25, `spellid_1` = 44896 WHERE `entry` = 25331;\n\n/*  Reflective Staff  */\nUPDATE `item_template` SET `dmg_min1` = 152.25, `dmg_max1` = 254.25, `spellid_1` = 44897 WHERE `entry` = 25332;\n\n/*  Purification Staff  */\nUPDATE `item_template` SET `dmg_min1` = 152.95, `dmg_max1` = 258.95, `spellid_1` = 44898, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 25333;\n\n/*  Intimidating Greatstaff  */\nUPDATE `item_template` SET `dmg_min1` = 152.95, `dmg_max1` = 262.95, `spellid_1` = 44900 WHERE `entry` = 25334;\n\n/*  Feral Warp-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 152.95, `dmg_max1` = 265.95, `spellid_1` = 44902 WHERE `entry` = 25335;\n\n/*  Splintering Greatstaff  */\nUPDATE `item_template` SET `dmg_min1` = 154.0, `dmg_max1` = 270.0, `spellid_1` = 44904 WHERE `entry` = 25336;\n\n/*  Swarming Sting-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 153.7, `dmg_max1` = 272.7, `spellid_1` = 44905 WHERE `entry` = 25337;\n\n/*  Blood-Tempered Ranseur  */\nUPDATE `item_template` SET `BuyPrice` = 16506, `SellPrice` = 3301, `ItemLevel` = 23, `dmg_min1` = 45.0, `dmg_max1` = 69.0, `MaxDurability` = 80, `stat_value1` = 6, `stat_value2` = 9, `stat_type3` = 5, `stat_value3` = 6 WHERE `entry` = 25464;\n\n/*  Venn'ren's Boots  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25482;\n\n/*  Earthcaller's Mace  */\nUPDATE `item_template` SET `dmg_min1` = 66.25, `dmg_max1` = 140.25 WHERE `entry` = 25492;\n\n/*  Totemic Staff  */\nUPDATE `item_template` SET `dmg_min1` = 147.5, `dmg_max1` = 234.5 WHERE `entry` = 25494;\n\n/*  Flamehandler's Gloves  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 25503;\n\n/*  Ikeyen's Boots  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25516;\n\n/*  Windcaller's Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25523;\n\n/*  Zangar Epaulets  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 25525;\n\n/*  Sporeggar Smasher  */\nUPDATE `item_template` SET `dmg_min1` = 50.87, `dmg_max1` = 122.87 WHERE `entry` = 25536;\n\n/*  Talbuk Sticker  */\nUPDATE `item_template` SET `dmg_min1` = 36.25, `dmg_max1` = 87.25, `stat_type3` = 21 WHERE `entry` = 25543;\n\n/*  Earthen Mark of Power  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25563;\n\n/*  Warcaster's Scaled Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25568;\n\n/*  Greenkeeper's Pantaloons  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25574;\n\n/*  Greenblood Pantaloons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 25577;\n\n/*  Windroc Shroud  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25595;\n\n/*  Burning Blade Cultist Band  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25606;\n\n/*  Burning Blade Cultist Band  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25607;\n\n/*  Staff of the Four Golden Coins  */\nUPDATE `item_template` SET `dmg_min1` = 156.0, `dmg_max1` = 258.0, `stat_type1` = 4, `stat_value1` = 25, `spellid_1` = 44896 WHERE `entry` = 25622;\n\n/*  Oshu'gun Relic  */\nUPDATE `item_template` SET `spellcategorycooldown_2` = 0, `spellcategory_2` = 0 WHERE `entry` = 25634;\n\n/*  Ethereal Sash  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 25637;\n\n/*  Nesingwary Safari Stick  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25640;\n\n/*  Wild Draenish Boots  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 11, `stat_type3` = 3, `stat_value3` = 11, `stat_type4` = 5, `stat_value4` = 11, `spellid_1` = 9342 WHERE `entry` = 25673;\n\n/*  Wild Draenish Gloves  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 13, `stat_type2` = 3, `stat_value2` = 13, `stat_type3` = 7, `stat_value3` = 18, `stat_type4` = 5, `stat_value4` = 12, `spellid_1` = 9343 WHERE `entry` = 25674;\n\n/*  Wild Draenish Leggings  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 18, `stat_type2` = 3, `stat_value2` = 18, `stat_type3` = 7, `stat_value3` = 27, `stat_type4` = 5, `stat_value4` = 17, `spellid_1` = 14248 WHERE `entry` = 25675;\n\n/*  Wild Draenish Vest  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 19, `stat_type2` = 3, `stat_value2` = 19, `stat_value3` = 28, `stat_type4` = 5, `stat_value4` = 19, `spellid_1` = 15714 WHERE `entry` = 25676;\n\n/*  Heavy Clefthoof Vest  */\nUPDATE `item_template` SET `armor` = 500, `stat_type3` = 0, `stat_value3` = 0 WHERE `entry` = 25689;\n\n/*  Heavy Clefthoof Leggings  */\nUPDATE `item_template` SET `armor` = 503, `stat_type3` = 0, `stat_value3` = 0 WHERE `entry` = 25690;\n\n/*  Heavy Clefthoof Boots  */\nUPDATE `item_template` SET `armor` = 394, `stat_type3` = 0, `stat_value3` = 0 WHERE `entry` = 25691;\n\n/*  Scaled Legs of Ruination  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25702;\n\n/*  Zhevra Leather */\nUPDATE `item_template` SET `Quality` = 1 WHERE `entry` = 25703;\n\n/*  Moonkin Headdress  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 25710;\n\n/*  Deadly Borer Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25711;\n\n/*  Mantle of Magical Might  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25718;\n\n/*  Mogor's Anointing Club  */\nUPDATE `item_template` SET `dmg_min1` = 47.27, `dmg_max1` = 126.27 WHERE `entry` = 25759;\n\n/*  Battle Mage's Baton  */\nUPDATE `item_template` SET `dmg_min1` = 92.27, `dmg_max1` = 161.27, `stat_type3` = 21 WHERE `entry` = 25760;\n\n/*  Staff of Beasts  */\nUPDATE `item_template` SET `dmg_min1` = 144.71, `dmg_max1` = 252.71, `stat_type1` = 4, `stat_value1` = 31, `spellid_1` = 44903 WHERE `entry` = 25761;\n\n/*  Azure Lightblade  */\nUPDATE `item_template` SET `dmg_min1` = 43.5, `dmg_max1` = 80.5 WHERE `entry` = 25774;\n\n/*  Ogre Slayer's Cover  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25777;\n\n/*  Manacles of Remembrance  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25778;\n\n/*  Pilgrim's Cover  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25783;\n\n/*  Adept's Band  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25785;\n\n/*  Nethekurse's Rod of Torment  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25806;\n\n/*  Rod of Dire Shadows  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25808;\n\n/*  Maimfist's Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spelltrigger_2` = 0, `spellcooldown_2` = -1, `spellcharges_3` = 0, `spellcooldown_3` = -1 WHERE `entry` = 25809;\n\n/*  Farseer's Band  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25824;\n\n/*  Sage's Band  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25826;\n\n/*  Talisman of the Alliance  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 25829;\n\n/*  Gladiator's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 25834;\n\n/* Plans: Eternium Rod */\n-- UPDATE `item_template` SET `RequiredSkillRank` = 375 WHERE `entry` = 25847; -- requires client edit\n\n/*  Gladiator's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 25854;\n\n/*  Gladiator's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25855;\n\n/*  Gladiator's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25856;\n\n/*  Gladiator's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25857;\n\n/*  Gladiator's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 25858;\n\n/*  Crude Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 1.0, `dmg_max1` = 3.0, `MaxDurability` = 200 WHERE `entry` = 25861;\n\n/*  Balanced Throwing Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 7.0, `MaxDurability` = 200 WHERE `entry` = 25872;\n\n/*  Keen Throwing Knife  */\nUPDATE `item_template` SET `dmg_min1` = 8.0, `dmg_max1` = 16.0, `MaxDurability` = 200 WHERE `entry` = 25873;\n\n/*  Large Throwing Knife  */\nUPDATE `item_template` SET `dmg_min1` = 17.0, `dmg_max1` = 32.0, `MaxDurability` = 200 WHERE `entry` = 25874;\n\n/*  Deadly Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 16.0, `dmg_max1` = 30.0, `MaxDurability` = 200 WHERE `entry` = 25875;\n\n/*  Gleaming Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 43.0, `MaxDurability` = 200 WHERE `entry` = 25876;\n\n/*  Dusksteel Throwing Knife  */\nUPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 65.0, `MaxDurability` = 200 WHERE `entry` = 25878;\n\n/*  Healer's Staff of the Forest  */\nUPDATE `item_template` SET `dmg_min1` = 134.65, `dmg_max1` = 215.65 WHERE `entry` = 25917;\n\n/*  Cenarion Thicket Circlet  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25931;\n\n/*  Invincible Stave  */\nUPDATE `item_template` SET `dmg_min1` = 134.45, `dmg_max1` = 218.45 WHERE `entry` = 25935;\n\n/*  Terokkar Tablet of Vim  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 25936;\n\n/*  Voidfire Wand  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 25939;\n\n/*  Staff of Polarities  */\nUPDATE `item_template` SET `dmg_min1` = 92.14, `dmg_max1` = 156.14, `stat_type3` = 18 WHERE `entry` = 25950;\n\n/*  Ethereal Boots of the Skystrider  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 25957;\n\n/*  Aerodynamic Scaled Vest  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 25980;\n\n/*  Cenarion Naturalist's Staff  */\nUPDATE `item_template` SET `dmg_min1` = 160.25, `dmg_max1` = 254.25, `stat_type3` = 21 WHERE `entry` = 25985;\n\n/*  Draenethyst Chaplet  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 25989;\n\n/*  Gladiator's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 29 WHERE `entry` = 25997;\n\n/*  Gladiator's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 34 WHERE `entry` = 25998;\n\n/*  Gladiator's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 19 WHERE `entry` = 25999;\n\n/*  Gladiator's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 25 WHERE `entry` = 26000;\n\n/*  Gladiator's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 30 WHERE `entry` = 26001;\n\n/*  Ironstaff of Regeneration  */\nUPDATE `item_template` SET `dmg_min1` = 92.1, `dmg_max1` = 158.1 WHERE `entry` = 27412;\n\n/*  Stormreaver Shadow-Kilt  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27418;\n\n/*  Northshire Battlemace  */\nUPDATE `item_template` SET `dmg_min1` = 60.49, `dmg_max1` = 162.49 WHERE `entry` = 27426;\n\n/*  Time-Shifted Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 37.79, `dmg_max1` = 102.79, `stat_type3` = 21 WHERE `entry` = 27431;\n\n/*  Boots of the Darkwalker  */\nUPDATE `item_template` SET `spellid_1` = 18016 WHERE `entry` = 27451;\n\n/*  Volcanic Pauldrons  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27454;\n\n/*  Life Bearer's Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27457;\n\n/*  Reavers' Ring  */\nUPDATE `item_template` SET `ItemLevel` = 117 WHERE `entry` = 27460;\n\n/*  Crimson Bracers of Gloom  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27462;\n\n/*  Mana-Etched Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27465;\n\n/*  Headdress of Alacrity  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27466;\n\n/*  Gladiator's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27469;\n\n/*  Gladiator's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27470;\n\n/*  Gladiator's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27471;\n\n/*  Gladiator's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27472;\n\n/*  Gladiator's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27473;\n\n/*  Mage-Collar of the Firestorm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27488;\n\n/*  Virtue Bearer's Vambraces  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 27489;\n\n/*  Moonchild Leggings  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27492;\n\n/*  Gloves of the Deadwatcher  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27493;\n\n/*  Incanter's Gloves  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27508;\n\n/*  The Willbreaker  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46, `stat_type3` = 21 WHERE `entry` = 27512;\n\n/*  World's End Bracers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27522;\n\n/*  Gloves of Oblivion  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27537;\n\n/*  Lightsworn Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 27538;\n\n/*  Nexus Torch  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27540;\n\n/*  Starlight Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 29.55, `dmg_max1` = 94.55, `stat_type3` = 18 WHERE `entry` = 27543;\n\n/*  Coldwhisper Cord  */\nUPDATE `item_template` SET `stat_type4` = 21, `spellid_1` = 17897 WHERE `entry` = 27547;\n\n/*  Girdle of Many Blessings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27548;\n\n/*  Needle Shrike  */\nUPDATE `item_template` SET `dmg_min1` = 57.0, `dmg_max1` = 86.0, `MaxDurability` = 240 WHERE `entry` = 27631;\n\n/*  Slayer's Waistguard  */\nUPDATE `item_template` SET `stat_type3` = 19 WHERE `entry` = 27639;\n\n/*  Stormbreaker's Girdle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27643;\n\n/*  Stormbreaker's Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27652;\n\n/*  Gladiator's Lamellar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27702;\n\n/*  Gladiator's Lamellar Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27703;\n\n/*  Gladiator's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27704;\n\n/*  Gladiator's Lamellar Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27705;\n\n/*  Gladiator's Lamellar Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27706;\n\n/*  Belt of the Moonkin  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27723;\n\n/*  Infiltrator's Cloak  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 27732;\n\n/*  Expedition Caster's Band  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27734;\n\n/*  Bleeding Hollow Warhammer  */\nUPDATE `item_template` SET `dmg_min1` = 47.28, `dmg_max1` = 151.28, `stat_type3` = 21 WHERE `entry` = 27741;\n\n/*  Mage-Fury Girdle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27742;\n\n/*  Girdle of Living Flame  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27743;\n\n/*  Cassock of the Loyal  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27748;\n\n/*  Staff of the Wild  */\nUPDATE `item_template` SET `dmg_min1` = 134.45, `dmg_max1` = 218.45, `stat_type2` = 4, `stat_value2` = 21, `spellid_1` = 44893 WHERE `entry` = 27749;\n\n/*  Ensorcelled Marshfang Blade  */\nUPDATE `item_template` SET `dmg_min1` = 45.25, `dmg_max1` = 95.25, `stat_type2` = 21 WHERE `entry` = 27753;\n\n/*  Greatstaff of the Leviathan  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type1` = 4, `stat_value1` = 39, `spellid_1` = 44908 WHERE `entry` = 27757;\n\n/*  Hydra-fang Necklace  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27758;\n\n/*  Hands of the Sun  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_1` = 17872 WHERE `entry` = 27764;\n\n/*  Demonfang Ritual Helm  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27781;\n\n/*  Moonrage Girdle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27783;\n\n/*  Scintillating Coral Band  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27784;\n\n/*  Serpentcrest Life-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 100.28, `dmg_max1` = 187.28 WHERE `entry` = 27791;\n\n/*  Earth Mantle Handwraps  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27793;\n\n/*  Sash of Serpentra  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27795;\n\n/*  Mana-Etched Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27796;\n\n/*  Vermillion Robes of the Dominant  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27799;\n\n/*  Starry Robes of the Crescent  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27818;\n\n/*  Extravagant Boots of Malice  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27821;\n\n/*  Robe of the Great Dark Beyond  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27824;\n\n/*  Warp-Scarab Brooch  */\nUPDATE `item_template` SET `spellcategorycooldown_2` = -1, `spellcategory_2` = 0 WHERE `entry` = 27828;\n\n/*  Circlet of the Victor  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 27830;\n\n/*  Circlet of the Victor  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 27834;\n\n/*  Incanter's Trousers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 27838;\n\n/*  Grand Scepter of the Nexus-Kings  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type3` = 18 WHERE `entry` = 27842;\n\n/*  Glyph-Lined Sash  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27843;\n\n/*  Magma Plume Boots  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27845;\n\n/*  Runesong Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 27.55, `dmg_max1` = 90.55, `stat_type3` = 21 WHERE `entry` = 27868;\n\n/*  Will of the Fallen Exarch  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 27876;\n\n/*  Draenic Wildstaff  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type1` = 4, `stat_value1` = 34, `spellid_1` = 44908 WHERE `entry` = 27877;\n\n/*  Jaedenfire Gloves of Annihilation  */\nUPDATE `item_template` SET `spellid_1` = 18017 WHERE `entry` = 27889;\n\n/*  Band of Many Prisms  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE `entry` = 27895;\n\n/*  Mana Wrath  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 27899;\n\n/*  Greatsword of Horrid Dreams  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46, `stat_type3` = 18 WHERE `entry` = 27905;\n\n/*  Mana-Etched Pantaloons  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27907;\n\n/*  Tidefury Kilt  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27909;\n\n/*  Moonstrider Boots  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27914;\n\n/*  Sethekk Feather-Darts  */\nUPDATE `item_template` SET `dmg_min1` = 80.0, `dmg_max1` = 120.0, `MaxDurability` = 240 WHERE `entry` = 27916;\n\n/*  Mark of Conquest  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 27920;\n\n/*  Mark of Conquest  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 27921;\n\n/*  Mark of Defiance  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 27922;\n\n/*  Mark of Defiance  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 27924;\n\n/*  Mark of Vindication  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 27926;\n\n/*  Mark of Vindication  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 27927;\n\n/*  Terminal Edge  */\nUPDATE `item_template` SET `dmg_min1` = 63.0, `dmg_max1` = 96.0, `MaxDurability` = 240 WHERE `entry` = 27928;\n\n/*  Terminal Edge  */\nUPDATE `item_template` SET `dmg_min1` = 63.0, `dmg_max1` = 96.0, `MaxDurability` = 240 WHERE `entry` = 27929;\n\n/*  Sky Breaker  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 27937;\n\n/*  Trousers of Oblivion  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27948;\n\n/*  Libram of Zeal  */\nUPDATE `item_template` SET `spellid_1` = 33557 WHERE `entry` = 27949;\n\n/*  Sethekk Oracle Cloak  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27981;\n\n/*  Libram of Zeal  */\nUPDATE `item_template` SET `spellid_1` = 33557 WHERE `entry` = 27983;\n\n/*  Mask of Inner Fire  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 27993;\n\n/*  Mantle of Three Terrors  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 27994;\n\n/*  Spell-slinger's Protector  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28030;\n\n/*  Epoch-Mender  */\nUPDATE `item_template` SET `dmg_min1` = 100.28, `dmg_max1` = 187.28 WHERE `entry` = 28033;\n\n/*  Hourglass of the Unraveller  */\nUPDATE `item_template` SET `spellid_1` = 60066 WHERE `entry` = 28034;\n\n/*  Vengeance of the Illidari  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 28040;\n\n/*  Sacred Feather Vest  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28050;\n\n/*  Jerkin of the Untamed Spirit  */\nUPDATE `item_template` SET `armor` = 425, `stat_value3` = 22 WHERE `entry` = 28051;\n\n/*  Goldweave Tunic  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 28052;\n\n/*  Verdant Handwraps  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28070;\n\n/*  Destroyers' Mantle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28075;\n\n/*  Brooch of Heightened Potential  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 28134;\n\n/*  Batskin Belt  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 28158;\n\n/*  Tranquillien Flamberge  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 28164;\n\n/*  Mag'hari Ritualist's Horns  */\nUPDATE `item_template` SET `stat_type2` = 21, `stat_type3` = 18 WHERE `entry` = 28169;\n\n/*  Star-Heart Lamp  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28187;\n\n/*  Bloodfire Greatstaff  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type3` = 21 WHERE `entry` = 28188;\n\n/*  Scarab of the Infinite Cycle  */\nUPDATE `item_template` SET `spellid_2` = 60061 WHERE `entry` = 28190;\n\n/*  Mana-Etched Vestments  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28191;\n\n/*  Aran's Sorcerous Slacks  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28212;\n\n/*  Dathrohan's Ceremonial Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 28216;\n\n/*  Moon-Crown Antlers  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 28220;\n\n/*  Arcanist's Stone  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 28223;\n\n/*  Sparking Arcanite Ring  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 28227;\n\n/*  Incanter's Robe  */\nUPDATE `item_template` SET `stat_type4` = 21, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 28229;\n\n/*  Tidefury Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28231;\n\n/*  Warp Engineer's Prismatic Chain  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28254;\n\n/*  Hammer of the Penitent  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 28257;\n\n/*  Nethershrike  */\nUPDATE `item_template` SET `dmg_min1` = 82.0, `dmg_max1` = 124.0, `MaxDurability` = 240 WHERE `entry` = 28258;\n\n/*  Manual of the Nethermancer  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28260;\n\n/*  Baba's Cloak of Arcanistry  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28269;\n\n/*  Incanter's Cowl  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28278;\n\n/*  Gladiator's Spellblade  */\nUPDATE `item_template` SET `dmg_min1` = 22.32, `dmg_max1` = 110.32 WHERE `entry` = 28297;\n\n/*  Syrannis' Mystic Sheen  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE `entry` = 28301;\n\n/*  Invoker's Signet  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 28303;\n\n/*  Gladiator's War Edge  */\nUPDATE `item_template` SET `dmg_min1` = 140.0, `dmg_max1` = 172.0, `MaxDurability` = 285 WHERE `entry` = 28319;\n\n/*  Runed Dagger of Solace  */\nUPDATE `item_template` SET `dmg_min1` = 29.55, `dmg_max1` = 94.55 WHERE `entry` = 28322;\n\n/*  Dreamer's Dragonstaff  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type1` = 4, `stat_value1` = 46, `spellid_1` = 44908 WHERE `entry` = 28325;\n\n/*  Warpstaff of Arcanum  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 28341;\n\n/*  Warp Infused Drape  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28342;\n\n/*  General's Plate Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28385;\n\n/*  Nether Core's Control Rod  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28386;\n\n/*  Worldfire Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28391;\n\n/*  Ryngo's Band of Ingenuity  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28394;\n\n/*  General's Dreadweave Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28404;\n\n/*  Sigil-Laced Boots  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28406;\n\n/*  General's Silk Belt  */\nUPDATE `item_template` SET `stat_type3` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 28409;\n\n/*  General's Silk Footguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28410;\n\n/*  General's Silk Cuffs  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28411;\n\n/*  Lamp of Peaceful Radiance  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 28412;\n\n/*  Shiffar's Nexus-Horn  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 28418;\n\n/*  General's Leather Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28423;\n\n/*  Stormherald  */\nUPDATE `item_template` SET `spellppmrate_1` = 0.1 WHERE `entry` = 28442;\n\n/*  General's Dragonhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28443;\n\n/*  General's Wyrmhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28446;\n\n/*  General's Chain Girdle  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28450;\n\n/*  Gladiator's Maul  */\nUPDATE `item_template` SET `dmg_min1` = 89.4, `dmg_max1` = 185.4, `stat_type2` = 4, `stat_value2` = 32, `spellid_1` = 44912 WHERE `entry` = 28476;\n\n/*  Vambraces of Courage  */\nUPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 34593 WHERE `entry` = 28502;\n\n/*  Handwraps of Flowing Thought  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28507;\n\n/*  Bracers of Justice  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28512;\n\n/*  Boots of Foretelling  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28517;\n\n/*  Shard of the Virtuous  */\nUPDATE `item_template` SET `dmg_min1` = 28.03, `dmg_max1` = 129.03 WHERE `entry` = 28522;\n\n/*  Brooch of Unquenchable Fury  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28530;\n\n/*  Barbed Shrike  */\nUPDATE `item_template` SET `dmg_min1` = 47.0, `dmg_max1` = 89.0, `MaxDurability` = 200 WHERE `entry` = 28531;\n\n/*  Wooden Boomerang  */\nUPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 93.0, `MaxDurability` = 200 WHERE `entry` = 28533;\n\n/*  Fel Tipped Dart  */\nUPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 95.0, `MaxDurability` = 200 WHERE `entry` = 28534;\n\n/*  Amani Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 52.0, `dmg_max1` = 97.0, `MaxDurability` = 200 WHERE `entry` = 28535;\n\n/*  Jagged Guillotine  */\nUPDATE `item_template` SET `dmg_min1` = 53.0, `dmg_max1` = 99.0, `MaxDurability` = 200 WHERE `entry` = 28536;\n\n/*  Wildhammer Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 55.0, `dmg_max1` = 103.0, `MaxDurability` = 200 WHERE `entry` = 28537;\n\n/*  Forked Shuriken  */\nUPDATE `item_template` SET `dmg_min1` = 57.0, `dmg_max1` = 107.0, `MaxDurability` = 200 WHERE `entry` = 28538;\n\n/*  Razor-Edged Boomerang  */\nUPDATE `item_template` SET `dmg_min1` = 59.0, `dmg_max1` = 111.0, `MaxDurability` = 200 WHERE `entry` = 28539;\n\n/*  Arakkoa Talon-Axe  */\nUPDATE `item_template` SET `dmg_min1` = 61.0, `dmg_max1` = 115.0, `MaxDurability` = 200 WHERE `entry` = 28540;\n\n/*  Sawshrike  */\nUPDATE `item_template` SET `dmg_min1` = 64.0, `dmg_max1` = 119.0, `MaxDurability` = 200 WHERE `entry` = 28541;\n\n/*  Heartseeker Knives  */\nUPDATE `item_template` SET `dmg_min1` = 66.0, `dmg_max1` = 123.0, `MaxDurability` = 200 WHERE `entry` = 28542;\n\n/*  Dreghood Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 68.0, `dmg_max1` = 127.0, `MaxDurability` = 200 WHERE `entry` = 28543;\n\n/*  Assassin's Shuriken  */\nUPDATE `item_template` SET `dmg_min1` = 69.0, `dmg_max1` = 130.0, `MaxDurability` = 200 WHERE `entry` = 28544;\n\n/*  Seal of the Exorcist  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 28555;\n\n/*  Exorcist's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28560;\n\n/*  Crimson Girdle of the Indomitable  */\nUPDATE `item_template` SET `stat_value1` = 16, `stat_value4` = 20 WHERE `entry` = 28566;\n\n/*  Boots of Valiance  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28569;\n\n/*  Big Bad Wolf's Head  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28583;\n\n/*  Ruby Slippers  */\nUPDATE `item_template` SET `stat_type3` = 18, `spellcategorycooldown_2` = 3600000 WHERE `entry` = 28585;\n\n/*  Wicked Witch's Hat  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28586;\n\n/*  Libram of Souls Redeemed  */\nUPDATE `item_template` SET `spellid_1` = 38320 WHERE `entry` = 28592;\n\n/*  Panzar'Thar Breastplate  */\nUPDATE `item_template` SET `stat_type3` = 15 WHERE `entry` = 28597;\n\n/*  Robe of the Elder Scribes  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28602;\n\n/*  Talisman of Nightbane  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28603;\n\n/*  Nightstaff of the Everliving  */\nUPDATE `item_template` SET `dmg_min1` = 142.84, `dmg_max1` = 289.84 WHERE `entry` = 28604;\n\n/*  General's Linked Bracers  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 19 WHERE `entry` = 28605;\n\n/*  Shield of Impenetrable Darkness  */\nUPDATE `item_template` SET `stat_value2` = 22, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 34593 WHERE `entry` = 28606;\n\n/*  Grand Marshal's Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 28627;\n\n/*  General's Linked Girdle  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 27, `RequiredReputationRank` = 0 WHERE `entry` = 28629;\n\n/*  General's Linked Sabatons  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 27 WHERE `entry` = 28630;\n\n/*  Staff of Infinite Mysteries  */\nUPDATE `item_template` SET `dmg_min1` = 142.84, `dmg_max1` = 289.84, `stat_type3` = 18 WHERE `entry` = 28633;\n\n/*  General's Mail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28638;\n\n/*  General's Mail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 28639;\n\n/*  General's Mail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28640;\n\n/*  General's Lamellar Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 28641;\n\n/*  General's Lamellar Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 28642;\n\n/*  General's Lamellar Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 28643;\n\n/*  General's Scaled Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28644;\n\n/*  Malefic Girdle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28654;\n\n/*  Terestian's Stranglestaff  */\nUPDATE `item_template` SET `dmg_min1` = 132.6, `dmg_max1` = 270.6, `stat_type1` = 4, `stat_value1` = 38, `spellid_1` = 44911 WHERE `entry` = 28658;\n\n/*  Xavian Stiletto  */\nUPDATE `item_template` SET `dmg_min1` = 88.0, `dmg_max1` = 133.0, `MaxDurability` = 285 WHERE `entry` = 28659;\n\n/*  Pauldrons of the Justice-Seeker  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28666;\n\n/*  Boots of the Infernal Coven  */\nUPDATE `item_template` SET `BuyPrice` = 125000, `SellPrice` = 31250 WHERE `entry` = 28670;\n\n/*  Tirisfal Wand of Ascendancy  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28673;\n\n/*  Grand Marshal's Lamellar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28679;\n\n/*  Grand Marshal's Lamellar Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28680;\n\n/*  Grand Marshal's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28681;\n\n/*  Grand Marshal's Lamellar Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28683;\n\n/*  Grand Marshal's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 28684;\n\n/*  Grand Marshal's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 12 WHERE `entry` = 28689;\n\n/*  Grand Marshal's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 21 WHERE `entry` = 28690;\n\n/*  Grand Marshal's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 20 WHERE `entry` = 28691;\n\n/*  Grand Marshal's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 22 WHERE `entry` = 28692;\n\n/*  Grand Marshal's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 13 WHERE `entry` = 28693;\n\n/*  Grand Marshal's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28694;\n\n/*  Grand Marshal's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28695;\n\n/*  Grand Marshal's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28696;\n\n/*  Grand Marshal's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28697;\n\n/*  Grand Marshal's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28698;\n\n/*  Grand Marshal's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28714;\n\n/*  Grand Marshal's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28715;\n\n/*  Grand Marshal's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28716;\n\n/*  Grand Marshal's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28717;\n\n/*  Grand Marshal's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28718;\n\n/*  Grand Marshal's Lamellar Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28724;\n\n/*  Jewel of Infinite Possibilities  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28734;\n\n/*  Uni-Mind Headdress  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 28744;\n\n/*  Battlescar Boots  */\nUPDATE `item_template` SET `stat_value1` = 18, `stat_value3` = 23, `stat_value4` = 21 WHERE `entry` = 28747;\n\n/*  Legplates of the Innocent  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28748;\n\n/*  Ring of Recurrence  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28753;\n\n/*  Exorcist's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28758;\n\n/*  Exorcist's Silk Hood  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28760;\n\n/*  Adornment of Stolen Souls  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28762;\n\n/*  Ruby Drape of the Mysticant  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28766;\n\n/*  Nathrezim Mindblade  */\nUPDATE `item_template` SET `dmg_min1` = 24.56, `dmg_max1` = 124.56, `stat_type3` = 21 WHERE `entry` = 28770;\n\n/*  Light's Justice  */\nUPDATE `item_template` SET `dmg_min1` = 24.56, `dmg_max1` = 124.56 WHERE `entry` = 28771;\n\n/*  Soul-Eater's Handwraps  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28780;\n\n/*  Crystalheart Pulse-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 143.44, `dmg_max1` = 297.44 WHERE `entry` = 28782;\n\n/*  Eredar Wand of Obliteration  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28783;\n\n/*  Tabard of the Protector  */\nUPDATE `item_template` SET `BuyPrice` = 10000, `SellPrice` = 2500 WHERE `entry` = 28788;\n\n/*  Band of Crimson Fury  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28793;\n\n/*  Brute Cloak of the Ogre-Magi  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28797;\n\n/*  Bloodmaw Magus-Blade  */\nUPDATE `item_template` SET `dmg_min1` = 35.9, `dmg_max1` = 135.9, `stat_type3` = 21 WHERE `entry` = 28802;\n\n/*  Windshear Boots  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28810;\n\n/*  High Warlord's Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 28820;\n\n/*  Aldori Legacy Defender  */\nUPDATE `item_template` SET `stat_value2` = 19, `stat_type3` = 31, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 28825;\n\n/*  Shuriken of Negation  */\nUPDATE `item_template` SET `dmg_min1` = 79.0, `dmg_max1` = 120.0, `MaxDurability` = 285 WHERE `entry` = 28826;\n\n/*  High Warlord's Lamellar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28831;\n\n/*  High Warlord's Lamellar Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28832;\n\n/*  High Warlord's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28833;\n\n/*  High Warlord's Lamellar Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28834;\n\n/*  High Warlord's Lamellar Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28835;\n\n/*  High Warlord's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 28836;\n\n/*  High Warlord's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 12 WHERE `entry` = 28841;\n\n/*  High Warlord's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 21 WHERE `entry` = 28842;\n\n/*  High Warlord's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 20 WHERE `entry` = 28843;\n\n/*  High Warlord's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 22 WHERE `entry` = 28844;\n\n/*  High Warlord's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 13 WHERE `entry` = 28845;\n\n/*  High Warlord's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28846;\n\n/*  High Warlord's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28847;\n\n/*  High Warlord's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28848;\n\n/*  High Warlord's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28849;\n\n/*  High Warlord's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28850;\n\n/*  High Warlord's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28866;\n\n/*  High Warlord's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28867;\n\n/*  High Warlord's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28868;\n\n/*  High Warlord's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28869;\n\n/*  High Warlord's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28870;\n\n/*  High Warlord's Maul  */\nUPDATE `item_template` SET `dmg_min1` = 158.92, `dmg_max1` = 293.92, `stat_type2` = 4, `stat_value2` = 28, `spellid_1` = 44908 WHERE `entry` = 28919;\n\n/*  High Warlord's Spellblade  */\nUPDATE `item_template` SET `dmg_min1` = 31.52, `dmg_max1` = 100.52, `stat_type4` = 18 WHERE `entry` = 28931;\n\n/*  High Warlord's War Staff  */\nUPDATE `item_template` SET `dmg_min1` = 133.1, `dmg_max1` = 245.1, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 28935;\n\n/*  Grand Marshal's Maul  */\nUPDATE `item_template` SET `dmg_min1` = 158.92, `dmg_max1` = 293.92, `stat_type2` = 4, `stat_value2` = 28, `spellid_1` = 44908 WHERE `entry` = 28948;\n\n/*  Grand Marshal's Spellblade  */\nUPDATE `item_template` SET `dmg_min1` = 31.52, `dmg_max1` = 100.52, `stat_type4` = 18 WHERE `entry` = 28957;\n\n/*  Grand Marshal's War Staff  */\nUPDATE `item_template` SET `dmg_min1` = 133.1, `dmg_max1` = 245.1, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 28959;\n\n/*  Voidheart Crown  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28963;\n\n/*  Voidheart Robe  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28964;\n\n/*  Voidheart Leggings  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 28966;\n\n/*  Voidheart Mantle  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 28967;\n\n/*  Voidheart Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 28968;\n\n/*  Flightblade Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 54.0, `dmg_max1` = 102.0, `MaxDurability` = 240 WHERE `entry` = 28972;\n\n/*  Marshal's Chain Girdle  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28974;\n\n/*  Marshal's Dragonhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28976;\n\n/*  Light Throwing Knife  */\nUPDATE `item_template` SET `dmg_max1` = 2.0, `MaxDurability` = 200 WHERE `entry` = 28979;\n\n/*  Marshal's Dreadweave Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28980;\n\n/*  Marshal's Lamellar Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 28983;\n\n/*  Marshal's Lamellar Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 28984;\n\n/*  Marshal's Lamellar Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 28985;\n\n/*  Marshal's Leather Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28986;\n\n/*  Marshal's Linked Bracers  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 19 WHERE `entry` = 28989;\n\n/*  Marshal's Linked Girdle  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 27, `RequiredReputationRank` = 0 WHERE `entry` = 28990;\n\n/*  Marshal's Linked Sabatons  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 27 WHERE `entry` = 28991;\n\n/*  Marshal's Mail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28992;\n\n/*  Marshal's Mail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 28993;\n\n/*  Marshal's Mail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 28994;\n\n/*  Marshal's Plate Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28995;\n\n/*  Marshal's Scaled Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 28998;\n\n/*  Marshal's Silk Belt  */\nUPDATE `item_template` SET `stat_type3` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 29001;\n\n/*  Marshal's Silk Cuffs  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29002;\n\n/*  Marshal's Silk Footguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29003;\n\n/*  Marshal's Wyrmhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 29004;\n\n/*  Weighted Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 8.0, `MaxDurability` = 200 WHERE `entry` = 29007;\n\n/*  Sharp Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 8.0, `dmg_max1` = 16.0, `MaxDurability` = 200 WHERE `entry` = 29008;\n\n/*  Heavy Throwing Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 14.0, `dmg_max1` = 27.0, `MaxDurability` = 200 WHERE `entry` = 29009;\n\n/*  Wicked Throwing Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 43.0, `MaxDurability` = 200 WHERE `entry` = 29010;\n\n/*  Warbringer Greathelm  */\nUPDATE `item_template` SET `stat_value1` = 15, `stat_type2` = 3, `stat_value2` = 17, `stat_type3` = 7, `stat_value3` = 53, `stat_type4` = 12, `stat_value4` = 24, `stat_type5` = 15, `stat_value5` = 19 WHERE `entry` = 29011;\n\n/*  Warbringer Chestguard  */\nUPDATE `item_template` SET `stat_value1` = 16, `stat_type2` = 3, `stat_value2` = 17, `stat_type3` = 7, `stat_value3` = 48, `stat_type4` = 12, `stat_value4` = 22, `stat_type5` = 15, `stat_value5` = 23 WHERE `entry` = 29012;\n\n/*  Jagged Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 67.0, `MaxDurability` = 200 WHERE `entry` = 29013;\n\n/*  Blacksteel Throwing Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 67.0, `MaxDurability` = 200 WHERE `entry` = 29014;\n\n/*  Warbringer Legguards  */\nUPDATE `item_template` SET `stat_value1` = 24, `stat_type2` = 3, `stat_value2` = 24, `stat_type3` = 7, `stat_value3` = 55, `stat_type4` = 12, `stat_value4` = 33, `stat_type5` = 13, `stat_value5` = 35 WHERE `entry` = 29015;\n\n/*  Warbringer Shoulderguards  */\nUPDATE `item_template` SET `stat_value1` = 14, `stat_type2` = 3, `stat_value2` = 15, `stat_type3` = 7, `stat_value3` = 38, `stat_type4` = 12, `stat_value4` = 17, `stat_type5` = 13, `stat_value5` = 26 WHERE `entry` = 29016;\n\n/*  Warbringer Handguards  */\nUPDATE `item_template` SET `stat_value1` = 17, `stat_type2` = 3, `stat_value2` = 20, `stat_type3` = 7, `stat_value3` = 38, `stat_type4` = 12, `stat_value4` = 23, `stat_type5` = 14, `stat_value5` = 29 WHERE `entry` = 29017;\n\n/*  Cyclone Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29033;\n\n/*  Cyclone Handguards  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 29034;\n\n/*  Cyclone Faceguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29035;\n\n/*  Cyclone Legguards  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 29036;\n\n/*  Cyclone Shoulderguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29037;\n\n/*  Cyclone Breastplate  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 33 WHERE `entry` = 29038;\n\n/*  Cyclone Gauntlets  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 27 WHERE `entry` = 29039;\n\n/*  Cyclone Helm  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 36 WHERE `entry` = 29040;\n\n/*  Cyclone War-Kilt  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 35 WHERE `entry` = 29042;\n\n/*  Cyclone Shoulderplates  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 26 WHERE `entry` = 29043;\n\n/*  Shroud of the Incarnate  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 29056;\n\n/*  Gloves of the Incarnate  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29057;\n\n/*  Soul-Collar of the Incarnate  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 29058;\n\n/*  Leggings of the Incarnate  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29059;\n\n/*  Justicar Diadem  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29061;\n\n/*  Justicar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29062;\n\n/*  Justicar Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29065;\n\n/*  Justicar Chestguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 30, `spellid_1` = 14054 WHERE `entry` = 29066;\n\n/*  Justicar Handguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 24, `spellid_1` = 14054 WHERE `entry` = 29067;\n\n/*  Justicar Faceguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 24, `spellid_1` = 14054 WHERE `entry` = 29068;\n\n/*  Justicar Legguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 31, `spellid_1` = 18053 WHERE `entry` = 29069;\n\n/*  Justicar Shoulderguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 14, `spellid_1` = 18049 WHERE `entry` = 29070;\n\n/*  Collar of the Aldor  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29076;\n\n/*  Legwraps of the Aldor  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 29078;\n\n/*  Pauldrons of the Aldor  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29079;\n\n/*  Gloves of the Aldor  */\nUPDATE `item_template` SET `stat_type4` = 18, `stat_type5` = 21 WHERE `entry` = 29080;\n\n/*  Chestpiece of Malorne  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 29091;\n\n/*  Gloves of Malorne  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29092;\n\n/*  Antlers of Malorne  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29093;\n\n/*  Britches of Malorne  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29094;\n\n/*  Breastplate of Malorne  */\nUPDATE `item_template` SET `armor` = 659, `stat_value1` = 33 WHERE `entry` = 29096;\n\n/*  Gauntlets of Malorne  */\nUPDATE `item_template` SET `armor` = 475, `stat_value4` = 24 WHERE `entry` = 29097;\n\n/*  Stag-Helm of Malorne  */\nUPDATE `item_template` SET `armor` = 490, `stat_value3` = 30 WHERE `entry` = 29098;\n\n/*  Greaves of Malorne  */\nUPDATE `item_template` SET `armor` = 640, `stat_value2` = 32 WHERE `entry` = 29099;\n\n/*  Mantle of Malorne  */\nUPDATE `item_template` SET `armor` = 410, `stat_value2` = 27 WHERE `entry` = 29100;\n\n/*  Rod of the Unyielding  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29109;\n\n/*  Seer's Signet  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 29126;\n\n/*  Auchenai Staff  */\nUPDATE `item_template` SET `dmg_min1` = 92.37, `dmg_max1` = 171.37, `stat_type2` = 21, `stat_type3` = 18 WHERE `entry` = 29130;\n\n/*  Scryer's Bloodgem  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 29132;\n\n/*  Seer's Cane  */\nUPDATE `item_template` SET `dmg_min1` = 92.37, `dmg_max1` = 171.37 WHERE `entry` = 29133;\n\n/*  Tempest Leggings  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29141;\n\n/*  Kurenai Kilt  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29142;\n\n/*  Blade of the Archmage  */\nUPDATE `item_template` SET `dmg_min1` = 30.36, `dmg_max1` = 118.36, `stat_type3` = 21 WHERE `entry` = 29153;\n\n/*  Stormcaller  */\nUPDATE `item_template` SET `dmg_min1` = 30.36, `dmg_max1` = 118.36, `stat_type3` = 21 WHERE `entry` = 29155;\n\n/*  Earthwarden  */\nUPDATE `item_template` SET `dmg_min1` = 142.64, `dmg_max1` = 278.64, `spellid_2` = 44909 WHERE `entry` = 29171;\n\n/*  Ashyen's Gift  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 29172;\n\n/*  Gavel of Pure Light  */\nUPDATE `item_template` SET `dmg_min1` = 32.38, `dmg_max1` = 125.38 WHERE `entry` = 29175;\n\n/*  Crest of the Sha'tar  */\nUPDATE `item_template` SET `stat_value2` = 13, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 23181 WHERE `entry` = 29176;\n\n/*  Xi'ri's Gift  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29179;\n\n/*  Continuum Blade  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46, `stat_type3` = 18 WHERE `entry` = 29185;\n\n/*  Thick Bronze Darts  */\nUPDATE `item_template` SET `dmg_min1` = 16.0, `dmg_max1` = 24.0, `MaxDurability` = 200 WHERE `entry` = 29201;\n\n/*  Whirling Steel Axes  */\nUPDATE `item_template` SET `dmg_min1` = 30.0, `dmg_max1` = 57.0, `MaxDurability` = 200 WHERE `entry` = 29202;\n\n/*  Enchanted Thorium Blades  */\nUPDATE `item_template` SET `dmg_min1` = 49.0, `dmg_max1` = 92.0, `MaxDurability` = 200 WHERE `entry` = 29203;\n\n/*  Felsteel Whisper Knives  */\nUPDATE `item_template` SET `dmg_min1` = 134.0, `dmg_max1` = 135.0, `MaxDurability` = 240 WHERE `entry` = 29204;\n\n/*  Fitz's Throwing Axe  */\nUPDATE `item_template` SET `dmg_min1` = 99.0, `dmg_max1` = 149.0, `MaxDurability` = 240 WHERE `entry` = 29211;\n\n/*  Balanced Stone Dirk  */\nUPDATE `item_template` SET `dmg_min1` = 55.0, `dmg_max1` = 103.0, `MaxDurability` = 200 WHERE `entry` = 29212;\n\n/*  Belt of Depravity  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 29241;\n\n/*  Wave-Song Girdle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29244;\n\n/*  Girdle of Valorous Deeds  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 22, `spellid_1` = 14799 WHERE `entry` = 29253;\n\n/*  Sash of Arcane Visions  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29257;\n\n/*  Forestheart Bracers  */\nUPDATE `item_template` SET `armor` = 237, `stat_value1` = 18 WHERE `entry` = 29263;\n\n/*  Tree-Mender's Belt  */\nUPDATE `item_template` SET `armor` = 406, `stat_value3` = 22 WHERE `entry` = 29264;\n\n/*  Barkchip Boots  */\nUPDATE `item_template` SET `armor` = 352, `stat_value1` = 24 WHERE `entry` = 29265;\n\n/*  Azure-Shield of Coldarra  */\nUPDATE `item_template` SET `stat_value2` = 22, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 34593 WHERE `entry` = 29266;\n\n/*  Mazthoril Honor Shield  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29268;\n\n/*  Sapphiron's Wing Bone  */\nUPDATE `item_template` SET `stat_type1` = 18, `spellid_1` = 17909 WHERE `entry` = 29269;\n\n/*  Flametongue Seal  */\nUPDATE `item_template` SET `stat_type1` = 21, `spellid_1` = 17882 WHERE `entry` = 29270;\n\n/*  Talisman of Kalecgos  */\nUPDATE `item_template` SET `spellid_1` = 17846 WHERE `entry` = 29271;\n\n/*  Orb of the Soul-Eater  */\nUPDATE `item_template` SET `spellid_1` = 18026 WHERE `entry` = 29272;\n\n/*  Violet Signet  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29284;\n\n/*  Violet Signet  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29285;\n\n/*  Violet Signet  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29286;\n\n/*  Violet Signet of the Archmage  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29287;\n\n/*  Band of Eternity  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29302;\n\n/*  Band of Eternity  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29303;\n\n/*  Band of Eternity  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29304;\n\n/*  Band of the Eternal Sage  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29305;\n\n/*  Earthbreaker's Greaves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29313;\n\n/*  Leggings of the Third Coin  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29314;\n\n/*  Band of the Guardian  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 29320;\n\n/*  Consortium Prince's Wrap  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29328;\n\n/*  Torc of the Sethekk Prophet  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 29333;\n\n/*  Sethekk Oracle's Focus  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 29334;\n\n/*  Talon Lord's Collar  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 29335;\n\n/*  Mark of the Ravenguard  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 29336;\n\n/*  Auchenai Anchorite's Robe  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 29341;\n\n/*  Haramad's Leggings of the Third Coin  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 29343;\n\n/*  Haramad's Linked Chain Pantaloons  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29344;\n\n/*  The Black Stalk  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 29350;\n\n/*  Shockwave Truncheon  */\nUPDATE `item_template` SET `dmg_min1` = 31.2, `dmg_max1` = 127.2, `stat_type2` = 21 WHERE `entry` = 29353;\n\n/*  Terokk's Shadowstaff  */\nUPDATE `item_template` SET `dmg_min1` = 143.6, `dmg_max1` = 282.6, `stat_type3` = 21 WHERE `entry` = 29355;\n\n/*  Feral Staff of Lashing  */\nUPDATE `item_template` SET `dmg_min1` = 147.5, `dmg_max1` = 278.5, `stat_type1` = 4, `stat_value1` = 36, `spellid_1` = 44910 WHERE `entry` = 29359;\n\n/*  Ring of Cryptic Dreams  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29367;\n\n/*  Shawl of Shifting Probabilities  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29369;\n\n/*  Icon of the Silver Crescent  */\nUPDATE `item_template` SET `spellid_1` = 17280 WHERE `entry` = 29370;\n\n/*  Essence of the Martyr  */\nUPDATE `item_template` SET `spellcategorycooldown_2` = -1, `spellcategory_2` = 0 WHERE `entry` = 29376;\n\n/*  Starheart Baton  */\nUPDATE `item_template` SET `spellid_1` = 17821 WHERE `entry` = 29378;\n\n/*  Gnomeregan Auto-Blocker 600  */\nUPDATE `item_template` SET `spellcategorycooldown_3` = -1, `spellcategory_3` = 0 WHERE `entry` = 29387;\n\n/*  Rod of the Void Caller  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29399;\n\n/*  Nethershard  */\nUPDATE `item_template` SET `dmg_min1` = 40.99, `dmg_max1` = 98.99, `stat_type1` = 21 WHERE `entry` = 29457;\n\n/*  Windscale Hood  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29504;\n\n/*  Netherstrike Breastplate  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29519;\n\n/*  Netherstrike Belt  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29520;\n\n/*  Netherstrike Bracers  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29521;\n\n/*  Windhawk Hauberk  */\nUPDATE `item_template` SET `stat_type4` = 21, `spellid_1` = 17367, `spellid_2` = 18032 WHERE `entry` = 29522;\n\n/*  Windhawk Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21, `spellid_1` = 9345, `spellid_2` = 9317 WHERE `entry` = 29523;\n\n/*  Windhawk Belt  */\nUPDATE `item_template` SET `stat_type4` = 21, `spellid_1` = 14047, `spellid_2` = 18032 WHERE `entry` = 29524;\n\n/*  Throat Piercers  */\nUPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 19.0, `MaxDurability` = 200 WHERE `entry` = 29584;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `ItemLevel` = 0 WHERE `entry` = 29592;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `ItemLevel` = 0 WHERE `entry` = 29593;\n\n/*  Lieutenant Commander's Mail Headguard  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE `entry` = 29598;\n\n/*  Field Marshal's Mail Armor  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE `entry` = 29609;\n\n/*  Field Marshal's Mail Helm  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE `entry` = 29610;\n\n/*  Battle-Mage's Helmet  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29773;\n\n/*  Pendant of the Battle-Mage  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 29775;\n\n/*  Kirin Tor Apprentice's Robes  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 29780;\n\n/*  Harmony's Touch  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 29784;\n\n/*  Strength of the Violet Tower  */\nUPDATE `item_template` SET `BuyPrice` = 141992, `SellPrice` = 35498 WHERE `entry` = 29794;\n\n/*  Shimmering Azure Boots  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 29808;\n\n/*  Cloak of Woven Energy  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29813;\n\n/*  The Staff of Twin Worlds  */\nUPDATE `item_template` SET `dmg_min1` = 146.78, `dmg_max1` = 225.78 WHERE `entry` = 29910;\n\n/*  Agamaggan's Quill  */\nUPDATE `item_template` SET `dmg_min1` = 146.78, `dmg_max1` = 225.78, `stat_type2` = 4, `stat_value2` = 19, `spellid_1` = 33035 WHERE `entry` = 29911;\n\n/*  Mindstorm Wristbands  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29918;\n\n/*  Fire Crest Breastplate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29921;\n\n/*  Girdle of the Righteous Path  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29965;\n\n/*  Nether Vest  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 29967;\n\n/*  Wildfeather Leggings  */\nUPDATE `item_template` SET `spellid_1` = 9343, `spellid_2` = 9315 WHERE `entry` = 29970;\n\n/*  Living Crystal Breastplate  */\nUPDATE `item_template` SET `spellid_1` = 13881, `spellid_2` = 18036 WHERE `entry` = 29974;\n\n/*  Worldstorm Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 29976;\n\n/*  Ethereum Life-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 144.04, `dmg_max1` = 306.04 WHERE `entry` = 29981;\n\n/*  Wand of the Forgotten Star  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type2` = 21 WHERE `entry` = 29982;\n\n/*  Cowl of the Grand Engineer  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 29986;\n\n/*  Gauntlets of the Sun King  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 29987;\n\n/*  The Nexus Key  */\nUPDATE `item_template` SET `dmg_min1` = 145.2, `dmg_max1` = 312.2, `stat_type3` = 21 WHERE `entry` = 29988;\n\n/*  Twinblade of the Phoenix  */\nUPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 34751 WHERE `entry` = 29993;\n\n/*  Leggings of Murderous Intent  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 29995;\n\n/*  Royal Gauntlets of Silvermoon  */\nUPDATE `item_template` SET `stat_value3` = 32, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 29998;\n\n/*  Landing Boots  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30004;\n\n/*  Fleshling Simulation Staff  */\nUPDATE `item_template` SET `dmg_min1` = 105.08, `dmg_max1` = 190.08, `stat_type1` = 4, `stat_value1` = 27, `spellid_1` = 44906 WHERE `entry` = 30010;\n\n/*  Ameer's Impulse Taser  */\nUPDATE `item_template` SET `dmg_min1` = 105.08, `dmg_max1` = 190.08, `stat_type2` = 21, `stat_type5` = 18 WHERE `entry` = 30011;\n\n/*  Ameer's Judgement  */\nUPDATE `item_template` SET `dmg_min1` = 105.08, `dmg_max1` = 190.08, `stat_type4` = 21 WHERE `entry` = 30012;\n\n/*  The Sun King's Talisman  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30015;\n\n/*  Area 52 Defender's Pants  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30019;\n\n/*  Fire-Cord of the Magus  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_1` = 26695 WHERE `entry` = 30020;\n\n/*  Wildfury Greatstaff  */\nUPDATE `item_template` SET `dmg_min1` = 135.1, `dmg_max1` = 286.1, `spellid_1` = 44914 WHERE `entry` = 30021;\n\n/*  Mantle of the Elven Kings  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 30024;\n\n/*  Serpentshrine Shuriken  */\nUPDATE `item_template` SET `dmg_min1` = 97.0, `dmg_max1` = 146.0, `MaxDurability` = 285 WHERE `entry` = 30025;\n\n/*  Boots of Courage Unending  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30027;\n\n/*  Boots of the Protector  */\nUPDATE `item_template` SET `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 14054 WHERE `entry` = 30033;\n\n/*  Belt of the Guardian  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 48, `stat_type2` = 5, `stat_value2` = 13, `spellid_1` = 14248 WHERE `entry` = 30034;\n\n/*  Boots of Blasting  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 30037;\n\n/*  Belt of Blasting  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type2` = 18 WHERE `entry` = 30038;\n\n/*  Boots of Natural Grace  */\nUPDATE `item_template` SET `armor` = 474, `stat_value2` = 26 WHERE `entry` = 30041;\n\n/*  Belt of Natural Power  */\nUPDATE `item_template` SET `armor` = 423, `stat_value2` = 20 WHERE `entry` = 30042;\n\n/*  Hurricane Boots  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30043;\n\n/*  Monsoon Belt  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 30044;\n\n/*  Fathomstone  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30049;\n\n/*  Boots of the Shifting Nightmare  */\nUPDATE `item_template` SET `BuyPrice` = 167823, `SellPrice` = 33564, `stat_type3` = 18, `spellid_1` = 26730 WHERE `entry` = 30050;\n\n/*  Robe of Hateful Echoes  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30056;\n\n/*  Cord of Screaming Terrors  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 30064;\n\n/*  Glowing Breastplate of Truth  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30065;\n\n/*  Velvet Boots of the Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 167823, `SellPrice` = 33564, `stat_type3` = 21 WHERE `entry` = 30067;\n\n/*  Girdle of the Tidal Call  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 35 WHERE `entry` = 30068;\n\n/*  Earthforged Leggings  */\nUPDATE `item_template` SET `armor` = 479, `stat_value2` = 24, `stat_type3` = 3, `stat_type4` = 12, `stat_value4` = 10 WHERE `entry` = 30069;\n\n/*  Windforged Leggings  */\nUPDATE `item_template` SET `stat_value1` = 14, `stat_type2` = 7, `stat_value2` = 10, `stat_type3` = 5, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 9335, `spellid_2` = 21363 WHERE `entry` = 30070;\n\n/*  Light Earthforged Blade  */\nUPDATE `item_template` SET `dmg_min1` = 58.0, `dmg_max1` = 108.0, `stat_type1` = 7 WHERE `entry` = 30071;\n\n/*  Illidari Shoulderpads  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30079;\n\n/*  Pauldrons of the Argent Sentinel  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30084;\n\n/*  Fang of the Leviathan  */\nUPDATE `item_template` SET `dmg_min1` = 21.46, `dmg_max1` = 126.46, `stat_type3` = 21 WHERE `entry` = 30095;\n\n/*  Girdle of the Invulnerable  */\nUPDATE `item_template` SET `stat_value1` = 29, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 30096;\n\n/*  Vestments of the Sea-Witch  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 30107;\n\n/*  Lightfathom Scepter  */\nUPDATE `item_template` SET `dmg_min1` = 20.9, `dmg_max1` = 135.9 WHERE `entry` = 30108;\n\n/*  Ring of Endless Coils  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30109;\n\n/*  Glorious Gauntlets of Crestfall  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30112;\n\n/*  Destroyer Chestguard  */\nUPDATE `item_template` SET `stat_value1` = 25, `stat_type2` = 3, `stat_value2` = 26, `stat_type3` = 7, `stat_value3` = 57, `stat_type4` = 12, `stat_value4` = 27, `stat_type5` = 13, `stat_type6` = 31, `stat_value6` = 24 WHERE `entry` = 30113;\n\n/*  Destroyer Handguards  */\nUPDATE `item_template` SET `stat_value1` = 16, `stat_type2` = 3, `stat_value2` = 16, `stat_type3` = 7, `stat_value3` = 44, `stat_type4` = 12, `stat_value4` = 25, `stat_type5` = 15, `stat_value5` = 23 WHERE `entry` = 30114;\n\n/*  Destroyer Greathelm  */\nUPDATE `item_template` SET `stat_value1` = 28, `stat_type2` = 3, `stat_value2` = 28, `stat_type3` = 7, `stat_value3` = 48, `stat_type4` = 12, `stat_value4` = 30, `stat_type5` = 13, `stat_value5` = 33 WHERE `entry` = 30115;\n\n/*  Destroyer Legguards  */\nUPDATE `item_template` SET `stat_value1` = 18, `stat_type2` = 3, `stat_value2` = 28, `stat_type3` = 7, `stat_value3` = 60, `stat_type4` = 12, `stat_value4` = 39, `stat_type5` = 15, `stat_value5` = 32 WHERE `entry` = 30116;\n\n/*  Destroyer Shoulderguards  */\nUPDATE `item_template` SET `stat_value1` = 13, `stat_type2` = 3, `stat_value2` = 21, `stat_type3` = 7, `stat_value3` = 44, `stat_type4` = 12, `stat_value4` = 29 WHERE `entry` = 30117;\n\n/*  Crystalforge Chestguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 27, `spellid_1` = 17367 WHERE `entry` = 30123;\n\n/*  Crystalforge Handguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 21, `spellid_1` = 13881 WHERE `entry` = 30124;\n\n/*  Crystalforge Faceguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 28, `stat_value4` = 19, `spellid_1` = 18053 WHERE `entry` = 30125;\n\n/*  Crystalforge Legguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 27, `stat_value4` = 25, `spellid_1` = 18057 WHERE `entry` = 30126;\n\n/*  Crystalforge Shoulderguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 26, `spellid_1` = 15714 WHERE `entry` = 30127;\n\n/*  Crystalforge Greaves  */\nUPDATE `item_template` SET `spelltrigger_1` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE `entry` = 30132;\n\n/*  Crystalforge Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30134;\n\n/*  Crystalforge Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30135;\n\n/*  Crystalforge Greathelm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30136;\n\n/*  Crystalforge Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30137;\n\n/*  Crystalforge Pauldrons  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30138;\n\n/*  Shroud of the Avatar  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 30159;\n\n/*  Handguards of the Avatar  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 30160;\n\n/*  Hood of the Avatar  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 30161;\n\n/*  Leggings of the Avatar  */\nUPDATE `item_template` SET `stat_type4` = 18, `stat_type5` = 21 WHERE `entry` = 30162;\n\n/*  Wings of the Avatar  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30163;\n\n/*  Cataclysm Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30164;\n\n/*  Cataclysm Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30165;\n\n/*  Cataclysm Headguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30166;\n\n/*  Cataclysm Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30169;\n\n/*  Cataclysm Handgrips  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 30170;\n\n/*  Cataclysm Headpiece  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 30171;\n\n/*  Cataclysm Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 30172;\n\n/*  Cataclysm Shoulderpads  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30173;\n\n/*  Cataclysm Chestplate  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 41 WHERE `entry` = 30185;\n\n/*  Gladiator's Felweave Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30186;\n\n/*  Gladiator's Felweave Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30187;\n\n/*  Gladiator's Felweave Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30188;\n\n/*  Cataclysm Gauntlets  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 35 WHERE `entry` = 30189;\n\n/*  Cataclysm Helm  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 41 WHERE `entry` = 30190;\n\n/*  Cataclysm Legplates  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 41 WHERE `entry` = 30192;\n\n/*  Cataclysm Shoulderplates  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 30 WHERE `entry` = 30194;\n\n/*  Robes of Tirisfal  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30196;\n\n/*  Gladiator's Felweave Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30200;\n\n/*  Gladiator's Felweave Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30201;\n\n/*  Gloves of Tirisfal  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30205;\n\n/*  Cowl of Tirisfal  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30206;\n\n/*  Leggings of Tirisfal  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 30207;\n\n/*  Mantle of Tirisfal  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30210;\n\n/*  Gloves of the Corruptor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30211;\n\n/*  Hood of the Corruptor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30212;\n\n/*  Leggings of the Corruptor  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 30213;\n\n/*  Robe of the Corruptor  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 30214;\n\n/*  Mantle of the Corruptor  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 30215;\n\n/*  Nordrassil Chestplate  */\nUPDATE `item_template` SET `armor` = 727, `stat_value2` = 30 WHERE `entry` = 30222;\n\n/*  Nordrassil Handgrips  */\nUPDATE `item_template` SET `armor` = 514, `stat_value2` = 27 WHERE `entry` = 30223;\n\n/*  Junior Technician 3rd Grade Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 30224;\n\n/*  Mark V's Throwing Star  */\nUPDATE `item_template` SET `dmg_min1` = 61.0, `dmg_max1` = 115.0, `MaxDurability` = 200 WHERE `entry` = 30227;\n\n/*  Nordrassil Headdress  */\nUPDATE `item_template` SET `armor` = 565, `stat_value2` = 33 WHERE `entry` = 30228;\n\n/*  Nordrassil Feral-Kilt  */\nUPDATE `item_template` SET `armor` = 703, `stat_value2` = 37 WHERE `entry` = 30229;\n\n/*  Nordrassil Feral-Mantle  */\nUPDATE `item_template` SET `armor` = 468, `stat_value3` = 28 WHERE `entry` = 30230;\n\n/*  Nordrassil Chestpiece  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 30231;\n\n/*  Nordrassil Gauntlets  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30232;\n\n/*  Nordrassil Headpiece  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 30233;\n\n/*  Nordrassil Wrath-Kilt  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30234;\n\n/*  Nordrassil Wrath-Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 30235;\n\n/*  Heap Leggings  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 30268;\n\n/*  Otherworldly Pauldrons  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30286;\n\n/*  Heavenly Inspiration  */\nUPDATE `item_template` SET `spellcategory_1` = 0 WHERE `entry` = 30293;\n\n/*  Circlet of the Starcaller  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30297;\n\n/*  Starcaller's Plated Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30299;\n\n/*  Staff of Disintegration  */\nUPDATE `item_template` SET `dmg_min1` = 131.16, `dmg_max1` = 309.16, `stat_type3` = 21, `spellid_2` = 44917 WHERE `entry` = 30313;\n\n/*  Phaseshift Bulwark  */\nUPDATE `item_template` SET `armor` = 7313, `block` = 208 WHERE `entry` = 30314;\n\n/*  Cosmic Infuser  */\nUPDATE `item_template` SET `dmg_min1` = 14.16, `dmg_max1` = 220.16 WHERE `entry` = 30317;\n\n/*  Druidic Force Boots  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30335;\n\n/*  Starkiller's Bauble  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 30340;\n\n/*  Warp-Shielded Hauberk  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30363;\n\n/*  Manastorm Band  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30366;\n\n/*  Warp-Master's Maul  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30395;\n\n/*  Red Ring of Destruction  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30421;\n\n/*  Sentinel's Mail Leggings  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE `entry` = 30497;\n\n/*  Netherfarer's Leggings  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30517;\n\n/*  Warpthread Vest  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30518;\n\n/*  Boots of the Nexus Warden  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 30519;\n\n/*  Conjurer's Staff  */\nUPDATE `item_template` SET `dmg_min1` = 148.98, `dmg_max1` = 258.98, `stat_type3` = 21 WHERE `entry` = 30522;\n\n/*  Breeches of the Occultist  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30531;\n\n/*  Forestwalker Kilt  */\nUPDATE `item_template` SET `armor` = 459, `stat_value2` = 26 WHERE `entry` = 30535;\n\n/*  Stormsong Kilt  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30541;\n\n/*  The Sharp Cookie  */\nUPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 95.0, `MaxDurability` = 200 WHERE `entry` = 30568;\n\n/*  Avenging Blades  */\nUPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 95.0, `MaxDurability` = 200 WHERE `entry` = 30599;\n\n/*  Sextant of Unstable Currents  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30626;\n\n/*  Drape of the Righteous  */\nUPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_2` = 42041 WHERE `entry` = 30642;\n\n/*  Ritssyn's Lost Pendant  */\nUPDATE `item_template` SET `spellid_1` = 18026 WHERE `entry` = 30666;\n\n/*  Ring of Unrelenting Storms  */\nUPDATE `item_template` SET `stat_type2` = 21, `spellid_1` = 17999 WHERE `entry` = 30667;\n\n/*  Grasp of the Dead  */\nUPDATE `item_template` SET `stat_type3` = 18, `spellid_1` = 17905 WHERE `entry` = 30668;\n\n/*  Inferno Waist Cord  */\nUPDATE `item_template` SET `stat_type2` = 21, `spellid_1` = 26694 WHERE `entry` = 30673;\n\n/*  Zierhut's Lost Treads  */\nUPDATE `item_template` SET `armor` = 390, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 30674;\n\n/*  Lurker's Girdle  */\nUPDATE `item_template` SET `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 30678;\n\n/*  Pantaloons of Flaming Wrath  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 30709;\n\n/*  Serpent-Coil Braid  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type2` = 18 WHERE `entry` = 30720;\n\n/*  Talon of the Tempest  */\nUPDATE `item_template` SET `dmg_min1` = 25.7, `dmg_max1` = 122.7, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 30723;\n\n/*  Anger-Spark Gloves  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type2` = 21 WHERE `entry` = 30725;\n\n/*  Faceguard of the Endless Watch  */\nUPDATE `item_template` SET `stat_value3` = 37, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 30731;\n\n/*  Exodar Life-Staff  */\nUPDATE `item_template` SET `dmg_min1` = 143.8, `dmg_max1` = 293.8 WHERE `entry` = 30732;\n\n/*  Leggings of the Seventh Circle  */\nUPDATE `item_template` SET `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 30734;\n\n/*  Ancient Spellcloak of the Highborne  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30735;\n\n/*  Ring of Flowing Light  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30736;\n\n/*  Topaz-Studded Battlegrips  */\nUPDATE `item_template` SET `stat_value2` = 31, `stat_type3` = 0, `stat_value3` = 0 WHERE `entry` = 30741;\n\n/*  Heavy Draenic Breastplate  */\nUPDATE `item_template` SET `RequiredLevel` = 60 WHERE `entry` = 30765;\n\n/*  Illidari-Bane Mageblade  */\nUPDATE `item_template` SET `dmg_min1` = 31.52, `dmg_max1` = 100.52, `stat_type3` = 21 WHERE `entry` = 30787;\n\n/*  Gavel of Unearthed Secrets  */\nUPDATE `item_template` SET `dmg_min1` = 45.54, `dmg_max1` = 177.54, `stat_type3` = 21 WHERE `entry` = 30832;\n\n/*  Blessed Adamantite Bracers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30862;\n\n/*  Cuffs of Devastation  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30870;\n\n/*  Chronicle of Dark Secrets  */\nUPDATE `item_template` SET `stat_type2` = 21, `stat_type3` = 18 WHERE `entry` = 30872;\n\n/*  Glimmering Steel Mantle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30878;\n\n/*  Pillar of Ferocity  */\nUPDATE `item_template` SET `dmg_min1` = 136.0, `dmg_max1` = 293.0, `stat_type2` = 4, `stat_value2` = 47, `spellid_1` = 44916, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 30883;\n\n/*  Hatefury Mantle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30884;\n\n/*  Anetheron's Noose  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30888;\n\n/*  Kaz'rogal's Hardened Heart  */\nUPDATE `item_template` SET `stat_value2` = 28, `stat_value3` = 21, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 30889;\n\n/*  Blue Suede Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 187714, `SellPrice` = 37542, `stat_type3` = 18 WHERE `entry` = 30894;\n\n/*  Angelista's Sash  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 30895;\n\n/*  Glory of the Defender  */\nUPDATE `item_template` SET `stat_value3` = 51, `stat_value4` = 34, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 30896;\n\n/*  Girdle of Hope  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30897;\n\n/*  Savior's Grasp  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30904;\n\n/*  Apostle of Argus  */\nUPDATE `item_template` SET `dmg_min1` = 145.64, `dmg_max1` = 322.64 WHERE `entry` = 30908;\n\n/*  Antonidas's Aegis of Rapt Concentration  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30909;\n\n/*  Tempest of Chaos  */\nUPDATE `item_template` SET `dmg_min1` = 16.36, `dmg_max1` = 131.36, `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 30910;\n\n/*  Robes of Rhonin  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 30913;\n\n/*  Belt of the Crescent Moon  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 30914;\n\n/*  Leggings of Channeled Elements  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 30916;\n\n/*  Hammer of Atonement  */\nUPDATE `item_template` SET `dmg_min1` = 19.8, `dmg_max1` = 128.8, `stat_type3` = 21 WHERE `entry` = 30918;\n\n/*  Gloves of the High Magus  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30924;\n\n/*  Spaulders of the Torn-heart  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30925;\n\n/*  Ashwalker's Footwraps  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 30926;\n\n/*  Soothsayer's Kilt  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30929;\n\n/*  Grips of the Void  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30930;\n\n/*  Ash Tempered Legguards  */\nUPDATE `item_template` SET `armor` = 475, `stat_value1` = 16 WHERE `entry` = 30941;\n\n/*  Manimal's Cinch  */\nUPDATE `item_template` SET `armor` = 348, `stat_value1` = 12 WHERE `entry` = 30942;\n\n/*  Verdant Gloves  */\nUPDATE `item_template` SET `armor` = 393, `stat_value1` = 14 WHERE `entry` = 30943;\n\n/*  Umberhowl's Collar  */\nUPDATE `item_template` SET `armor` = 281, `stat_value1` = 10 WHERE `entry` = 30944;\n\n/*  Grom'tor's Friend's Cousin's Tunic  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30945;\n\n/*  Mooncrest Headdress  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30946;\n\n/*  Oronok's Old Leggings  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30957;\n\n/*  Blackened Chain Greaves  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 30958;\n\n/*  Onslaught Handguards  */\nUPDATE `item_template` SET `stat_value1` = 18, `stat_type5` = 15, `stat_value5` = 27 WHERE `entry` = 30970;\n\n/*  Onslaught Greathelm  */\nUPDATE `item_template` SET `stat_value1` = 23, `stat_type2` = 3, `stat_value2` = 28, `stat_type3` = 7, `stat_value3` = 48, `stat_type4` = 12, `stat_value4` = 36, `stat_type5` = 15, `stat_value5` = 30 WHERE `entry` = 30974;\n\n/*  Onslaught Chestguard  */\nUPDATE `item_template` SET `stat_type2` = 3 WHERE `entry` = 30976;\n\n/*  Onslaught Legguards  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 24, `stat_value3` = 40 WHERE `entry` = 30978;\n\n/*  Onslaught Shoulderguards  */\nUPDATE `item_template` SET `stat_type4` = 14 WHERE `entry` = 30980;\n\n/*  Grom'tor's Pendant of Conquest  */\nUPDATE `item_template` SET `BuyPrice` = 145472, `SellPrice` = 36368 WHERE `entry` = 30981;\n\n/*  Lightbringer Handguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 28, `spellid_1` = 18052 WHERE `entry` = 30985;\n\n/*  Lightbringer Faceguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 27, `spellid_1` = 17280 WHERE `entry` = 30987;\n\n/*  Lightbringer Greathelm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30988;\n\n/*  Lightbringer Chestguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 22, `spellid_1` = 18055 WHERE `entry` = 30991;\n\n/*  Lightbringer Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30992;\n\n/*  Lightbringer Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30994;\n\n/*  Lightbringer Legguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 31, `spellid_1` = 28264 WHERE `entry` = 30995;\n\n/*  Lightbringer Pauldrons  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 30996;\n\n/*  Lightbringer Shoulderguards  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 24, `spellid_1` = 14054 WHERE `entry` = 30998;\n\n/*  Summoner's Blade  */\nUPDATE `item_template` SET `dmg_min1` = 54.92, `dmg_max1` = 159.92, `stat_type2` = 21 WHERE `entry` = 31002;\n\n/*  Skyshatter Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 31008;\n\n/*  Wildcaller  */\nUPDATE `item_template` SET `dmg_min1` = 122.76, `dmg_max1` = 221.76, `stat_type1` = 4, `stat_value1` = 45, `spellid_1` = 44906 WHERE `entry` = 31009;\n\n/*  Skyshatter Grips  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 39 WHERE `entry` = 31011;\n\n/*  Ceremonial Kris  */\nUPDATE `item_template` SET `dmg_min1` = 33.72, `dmg_max1` = 98.72 WHERE `entry` = 31013;\n\n/*  Skyshatter Headguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31014;\n\n/*  Skyshatter Cover  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 53 WHERE `entry` = 31015;\n\n/*  Skyshatter Breastplate  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 31017;\n\n/*  Skyshatter Tunic  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 46 WHERE `entry` = 31018;\n\n/*  Skyshatter Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 31020;\n\n/*  Skyshatter Pants  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 46 WHERE `entry` = 31021;\n\n/*  Skyshatter Mantle  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 31023;\n\n/*  Skyshatter Pauldrons  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 34 WHERE `entry` = 31024;\n\n/*  Thunderheart Gauntlets  */\nUPDATE `item_template` SET `armor` = 539, `stat_value3` = 34, `spelltrigger_1` = 0 WHERE `entry` = 31034;\n\n/*  Thunderheart Handguards  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31035;\n\n/*  Oronok's Ancient Scepter  */\nUPDATE `item_template` SET `dmg_min1` = 151.7, `dmg_max1` = 272.7, `stat_type3` = 21 WHERE `entry` = 31036;\n\n/*  Staff of the Redeemer  */\nUPDATE `item_template` SET `dmg_min1` = 151.7, `dmg_max1` = 272.7 WHERE `entry` = 31038;\n\n/*  Thunderheart Cover  */\nUPDATE `item_template` SET `armor` = 611, `stat_value2` = 39, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 31039;\n\n/*  Thunderheart Headguard  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31040;\n\n/*  Thunderheart Chestguard  */\nUPDATE `item_template` SET `armor` = 781, `stat_value2` = 36, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 31042;\n\n/*  Thunderheart Vest  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31043;\n\n/*  Thunderheart Leggings  */\nUPDATE `item_template` SET `armor` = 737, `stat_value2` = 41, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 31044;\n\n/*  Thunderheart Pants  */\nUPDATE `item_template` SET `stat_type4` = 18, `stat_type5` = 21 WHERE `entry` = 31046;\n\n/*  Thunderheart Pauldrons  */\nUPDATE `item_template` SET `armor` = 484, `stat_value2` = 36, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 31048;\n\n/*  Thunderheart Shoulderpads  */\nUPDATE `item_template` SET `stat_type4` = 18, `stat_type5` = 21 WHERE `entry` = 31049;\n\n/*  Gloves of the Malefic  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 31050;\n\n/*  Hood of the Malefic  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 31051;\n\n/*  Robe of the Malefic  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 31052;\n\n/*  Leggings of the Malefic  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 31053;\n\n/*  Mantle of the Malefic  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 31054;\n\n/*  Gloves of the Tempest  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31055;\n\n/*  Cowl of the Tempest  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31056;\n\n/*  Robes of the Tempest  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31057;\n\n/*  Leggings of the Tempest  */\nUPDATE `item_template` SET `stat_type4` = 21, `stat_type5` = 18 WHERE `entry` = 31058;\n\n/*  Mantle of the Tempest  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31059;\n\n/*  Handguards of Absolution  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 31061;\n\n/*  Torn-heart Axe of Battle  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31062;\n\n/*  Hood of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31064;\n\n/*  Shroud of Absolution  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 31065;\n\n/*  Leggings of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31067;\n\n/*  Shoulderpads of Absolution  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 31070;\n\n/*  Evoker's Mark of the Redemption  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31075;\n\n/*  Evoker's Helmet of Second Sight  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31104;\n\n/*  Shamanistic Helmet of Second Sight  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31107;\n\n/*  Druidic Helmet of Second Sight  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31110;\n\n/*  Leggings of Concentrated Darkness  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31133;\n\n/*  Cloak of Entropy  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 31140;\n\n/*  Blade of Trapped Knowledge  */\nUPDATE `item_template` SET `dmg_min1` = 36.8, `dmg_max1` = 86.8, `stat_type1` = 21 WHERE `entry` = 31142;\n\n/*  Gloves of Pandemonium  */\nUPDATE `item_template` SET `stat_type2` = 21, `stat_type3` = 18 WHERE `entry` = 31149;\n\n/*  Amulet of Unstable Power  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31178;\n\n/*  Braxxis' Staff of Slumber  */\nUPDATE `item_template` SET `dmg_min1` = 130.6, `dmg_max1` = 222.6, `spellid_1` = 44899 WHERE `entry` = 31186;\n\n/*  Girdle of Divine Blessing  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31202;\n\n/*  Abyss Walker's Boots  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31230;\n\n/*  Bog Spaulders  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE `entry` = 31249;\n\n/*  Bog Mantle  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE `entry` = 31250;\n\n/*  Thundercaller's Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31280;\n\n/*  Sash of Sealed Fate  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31283;\n\n/*  Chestguard of the Talon  */\nUPDATE `item_template` SET `armor` = 378, `stat_value3` = 24 WHERE `entry` = 31285;\n\n/*  Draenei Honor Guard Shield  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31287;\n\n/*  Staff of Divine Infusion  */\nUPDATE `item_template` SET `dmg_min1` = 153.7, `dmg_max1` = 276.7 WHERE `entry` = 31289;\n\n/*  Band of Dominion  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31290;\n\n/*  Robe of the Crimson Order  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 31297;\n\n/*  The Essence Focuser  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 31304;\n\n/*  The Bringer of Death  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type3` = 21 WHERE `entry` = 31308;\n\n/*  Lifegiving Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 141301, `SellPrice` = 28260 WHERE `entry` = 31329;\n\n/*  Lightning Crown  */\nUPDATE `item_template` SET `stat_type1` = 21, `spellid_1` = 38305 WHERE `entry` = 31330;\n\n/*  Staff of Natural Fury  */\nUPDATE `item_template` SET `dmg_min1` = 133.6, `dmg_max1` = 260.6, `stat_type1` = 4, `stat_value1` = 35, `spellid_1` = 44909 WHERE `entry` = 31334;\n\n/*  Blade of Wizardry  */\nUPDATE `item_template` SET `dmg_min1` = 30.36, `dmg_max1` = 118.36 WHERE `entry` = 31336;\n\n/*  Will of Edward the Odd  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31340;\n\n/*  The Ancient Scepter of Sue-Min  */\nUPDATE `item_template` SET `dmg_min1` = 40.25, `dmg_max1` = 143.25 WHERE `entry` = 31342;\n\n/*  Mage's Mark of the Sha'tar  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31382;\n\n/*  Gladiator's Ringmail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31396;\n\n/*  Gladiator's Ringmail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31397;\n\n/*  Gladiator's Ringmail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31400;\n\n/*  Gladiator's Ringmail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31406;\n\n/*  Gladiator's Ringmail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31407;\n\n/*  Wild Wood Staff  */\nUPDATE `item_template` SET `dmg_min1` = 139.84, `dmg_max1` = 236.84, `stat_type1` = 4, `stat_value1` = 37, `spellid_1` = 44898 WHERE `entry` = 31414;\n\n/*  Staff of the Ashtongue Deathsworn  */\nUPDATE `item_template` SET `dmg_min1` = 162.54, `dmg_max1` = 292.54 WHERE `entry` = 31417;\n\n/*  Ogre Vanquisher's Belt  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31425;\n\n/*  Spelunker's Mantle  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31429;\n\n/*  All-Weather Armguards  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31431;\n\n/*  Explorer's Boots  */\nUPDATE `item_template` SET `stat_value3` = 7, `stat_type4` = 21, `stat_value4` = 6 WHERE `entry` = 31432;\n\n/*  Fizit's Mantle of Drake Hunting  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31438;\n\n/*  Nickwinkle's Harness Experiment  */\nUPDATE `item_template` SET `armor` = 343, `stat_value3` = 12 WHERE `entry` = 31443;\n\n/*  Vibro Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 33.7, `dmg_max1` = 81.7 WHERE `entry` = 31447;\n\n/*  Vibro Sword  */\nUPDATE `item_template` SET `dmg_min1` = 33.7, `dmg_max1` = 81.7, `stat_type2` = 21 WHERE `entry` = 31448;\n\n/*  Gnomish Casting Boots  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31456;\n\n/*  A'dal's Gift  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31461;\n\n/*  Thunderlord Scalpel  */\nUPDATE `item_template` SET `dmg_min1` = 33.7, `dmg_max1` = 81.7 WHERE `entry` = 31475;\n\n/*  Rugged Mountain Bracers  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31479;\n\n/*  Bear-Strength Harness  */\nUPDATE `item_template` SET `armor` = 337, `stat_value3` = 11 WHERE `entry` = 31486;\n\n/*  Boots of the Ancient-Killer  */\nUPDATE `item_template` SET `stat_value3` = 7, `stat_type4` = 21, `stat_value4` = 6 WHERE `entry` = 31488;\n\n/*  Netherwing Sorceror's Charm  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31494;\n\n/*  Coven Britches  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31508;\n\n/*  Wyrmcultist's Hood  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31509;\n\n/*  Blackwhelp Belt  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31513;\n\n/*  Whelpscale Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31515;\n\n/*  Expedition Defender's Shoulders  */\nUPDATE `item_template` SET `stat_value1` = 8, `stat_type2` = 21, `stat_value2` = 7, `stat_type3` = 7, `stat_value3` = 16, `stat_type4` = 4, `stat_value4` = 18 WHERE `entry` = 31521;\n\n/*  Treebole's Hoop  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31523;\n\n/*  Supple Leather Boots  */\nUPDATE `item_template` SET `armor` = 352, `stat_value3` = 11 WHERE `entry` = 31532;\n\n/*  Diluvian Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31533;\n\n/*  Twin Moon Shoulderguards  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31538;\n\n/*  Chaintwine Cinch  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31539;\n\n/*  Fairweather's Wristguards  */\nUPDATE `item_template` SET `stat_value3` = 14, `stat_type4` = 21, `stat_value4` = 14 WHERE `entry` = 31540;\n\n/*  Adjudicator's Staff  */\nUPDATE `item_template` SET `dmg_min1` = 117.99, `dmg_max1` = 199.99, `stat_type2` = 21 WHERE `entry` = 31543;\n\n/*  Tourmaline Crown  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31546;\n\n/*  Windchanneller's Miter  */\nUPDATE `item_template` SET `BuyPrice` = 26659 WHERE `entry` = 31552;\n\n/*  Windchanneller's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 18225 WHERE `entry` = 31559;\n\n/*  Skystalker's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 21809 WHERE `entry` = 31567;\n\n/*  Slatesteel Helm  */\nUPDATE `item_template` SET `BuyPrice` = 47233 WHERE `entry` = 31576;\n\n/*  Slatesteel Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 30246 WHERE `entry` = 31583;\n\n/*  General's Kodohide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31594;\n\n/*  Marshal's Kodohide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31596;\n\n/*  Gladiator's Ornamented Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31613;\n\n/*  Gladiator's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31614;\n\n/*  Ancient Draenei Arcane Relic  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31615;\n\n/*  Gladiator's Ornamented Headcover  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31616;\n\n/*  Gladiator's Ornamented Legplates  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31618;\n\n/*  Gladiator's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31619;\n\n/*  Grand Marshal's Ornamented Chestplate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31630;\n\n/*  Grand Marshal's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31631;\n\n/*  Grand Marshal's Ornamented Headguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31632;\n\n/*  Grand Marshal's Ornamented Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31633;\n\n/*  Grand Marshal's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31634;\n\n/*  High Warlord's Ornamented Chestplate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31635;\n\n/*  High Warlord's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31636;\n\n/*  High Warlord's Ornamented Headguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31637;\n\n/*  High Warlord's Ornamented Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31638;\n\n/*  High Warlord's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31639;\n\n/*  Grand Marshal's Ringmail Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31640;\n\n/*  Grand Marshal's Ringmail Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31641;\n\n/*  Grand Marshal's Ringmail Headpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31642;\n\n/*  Grand Marshal's Ringmail Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31643;\n\n/*  Grand Marshal's Ringmail Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31644;\n\n/*  High Warlord's Ringmail Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31646;\n\n/*  High Warlord's Ringmail Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31647;\n\n/*  High Warlord's Ringmail Headpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31648;\n\n/*  High Warlord's Ringmail Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31649;\n\n/*  High Warlord's Ringmail Shoulderpads  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31650;\n\n/*  Dreadwing Skin Belt  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31683;\n\n/*  Mok'Nathal Mantle  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31687;\n\n/*  Natasha's Ember Necklace  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31692;\n\n/*  Imbued Draenethyst Crystal  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31699;\n\n/*  Nether-Empowered Footgear  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31711;\n\n/*  Demoniac Soul Prison  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31715;\n\n/*  Shadowcast Tunic  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31717;\n\n/*  Cilice of Suffering  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31725;\n\n/*  Potent Sha'tari Pendant  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31747;\n\n/*  Shattrath Choker of Power  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31748;\n\n/*  A'dal's Recovery Necklace  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31749;\n\n/*  Revered Mother's Crysknife  */\nUPDATE `item_template` SET `dmg_min1` = 44.08, `dmg_max1` = 92.08, `stat_type1` = 21 WHERE `entry` = 31758;\n\n/*  Skywitch Hat  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 31766;\n\n/*  Deep Mire Cloak  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31768;\n\n/*  Wildlord's Band  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31791;\n\n/*  Elekk Hide Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 31797;\n\n/*  Dragonbone Talisman  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31818;\n\n/*  Blade of Retribution  */\nUPDATE `item_template` SET `dmg_min1` = 47.25, `dmg_max1` = 109.25, `stat_type1` = 21 WHERE `entry` = 31821;\n\n/*  Darkmoon Card: Crusade  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 31856;\n\n/*  Darkmoon Card: Wrath  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 31857;\n\n/*  Darkmoon Card: Vengeance  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 31858;\n\n/*  Darkmoon Card: Madness  */\nUPDATE `item_template` SET `bonding` = 1 WHERE `entry` = 31859;\n\n/*  Ring of Conflict Survival  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 31922;\n\n/*  Frigid Cloak  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31935;\n\n/*  Fiery Cloak  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31936;\n\n/*  Living Cloak  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31937;\n\n/*  Enigmatic Cloak  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31938;\n\n/*  Dark Cloak  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31939;\n\n/*  Deathwing Brood Cloak  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 31942;\n\n/*  Merciless Gladiator's Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 31976;\n\n/*  Merciless Gladiator's Felweave Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 31979;\n\n/*  Merciless Gladiator's Felweave Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31980;\n\n/*  Merciless Gladiator's Felweave Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31981;\n\n/*  Merciless Gladiator's Felweave Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31982;\n\n/*  Merciless Gladiator's Felweave Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31983;\n\n/*  Merciless Gladiator's Lamellar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31992;\n\n/*  Merciless Gladiator's Lamellar Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31993;\n\n/*  Merciless Gladiator's Lamellar Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31995;\n\n/*  Merciless Gladiator's Lamellar Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31996;\n\n/*  Merciless Gladiator's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 31997;\n\n/*  Merciless Gladiator's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 31998;\n\n/*  Merciless Gladiator's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 31 WHERE `entry` = 32004;\n\n/*  Merciless Gladiator's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 29 WHERE `entry` = 32005;\n\n/*  Merciless Gladiator's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 37 WHERE `entry` = 32006;\n\n/*  Merciless Gladiator's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 34 WHERE `entry` = 32007;\n\n/*  Merciless Gladiator's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 22 WHERE `entry` = 32008;\n\n/*  Merciless Gladiator's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32009;\n\n/*  Merciless Gladiator's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32010;\n\n/*  Merciless Gladiator's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32011;\n\n/*  Merciless Gladiator's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32012;\n\n/*  Merciless Gladiator's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32013;\n\n/*  Merciless Gladiator's Maul  */\nUPDATE `item_template` SET `dmg_min1` = 90.4, `dmg_max1` = 192.4, `stat_type2` = 4, `stat_value2` = 42, `spellid_1` = 44915 WHERE `entry` = 32014;\n\n/*  Merciless Gladiator's Ornamented Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32020;\n\n/*  Merciless Gladiator's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32021;\n\n/*  Merciless Gladiator's Ornamented Headcover  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32022;\n\n/*  Merciless Gladiator's Ornamented Legplates  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32023;\n\n/*  Merciless Gladiator's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32024;\n\n/*  Merciless Gladiator's Ringmail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32029;\n\n/*  Merciless Gladiator's Ringmail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32030;\n\n/*  Merciless Gladiator's Ringmail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32031;\n\n/*  Merciless Gladiator's Ringmail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32032;\n\n/*  Merciless Gladiator's Ringmail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32033;\n\n/*  Merciless Gladiator's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 32047;\n\n/*  Merciless Gladiator's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32048;\n\n/*  Merciless Gladiator's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32049;\n\n/*  Merciless Gladiator's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32050;\n\n/*  Merciless Gladiator's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32051;\n\n/*  Merciless Gladiator's Spellblade  */\nUPDATE `item_template` SET `dmg_min1` = 18.92, `dmg_max1` = 112.92, `stat_type4` = 18 WHERE `entry` = 32053;\n\n/*  Merciless Gladiator's War Edge  */\nUPDATE `item_template` SET `dmg_min1` = 91.0, `dmg_max1` = 137.0, `MaxDurability` = 285 WHERE `entry` = 32054;\n\n/*  Merciless Gladiator's War Staff  */\nUPDATE `item_template` SET `dmg_min1` = 90.4, `dmg_max1` = 192.4, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 32055;\n\n/*  Pauldrons of Wild Magic  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32078;\n\n/*  Storm Master's Helmet  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32086;\n\n/*  Cowl of Beastly Rage  */\nUPDATE `item_template` SET `armor` = 423, `stat_value2` = 26 WHERE `entry` = 32088;\n\n/*  Mana-Binders Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32089;\n\n/*  Eternium Shell Bracers  */\nUPDATE `item_template` SET `stat_value2` = 24, `stat_value3` = 26, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 32232;\n\n/*  The Maelstrom's Fury  */\nUPDATE `item_template` SET `dmg_min1` = 19.8, `dmg_max1` = 128.8, `stat_type3` = 21 WHERE `entry` = 32237;\n\n/*  Ring of Calming Waves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32238;\n\n/*  Slippers of the Seacaller  */\nUPDATE `item_template` SET `BuyPrice` = 187714, `SellPrice` = 37542, `stat_type3` = 21 WHERE `entry` = 32239;\n\n/*  Boots of Oceanic Fury  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32242;\n\n/*  Pearl Inlaid Boots  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32243;\n\n/*  Tide-stomper's Greaves  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 14798 WHERE `entry` = 32245;\n\n/*  Ring of Captured Storms  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type2` = 18 WHERE `entry` = 32247;\n\n/*  Pauldrons of Abyssal Fury  */\nUPDATE `item_template` SET `BuyPrice` = 327875, `SellPrice` = 65575, `stat_value3` = 36, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 32250;\n\n/*  Felstone Bulwark  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32255;\n\n/*  Waistwrap of Infinity  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32256;\n\n/*  Naturalist's Preserving Cinch  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32258;\n\n/*  Bands of the Coming Storm  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 32259;\n\n/*  Band of the Abyssal Lord  */\nUPDATE `item_template` SET `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 32261;\n\n/*  Praetorian's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 438001, `SellPrice` = 87600, `stat_value2` = 43, `stat_value3` = 35, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 32263;\n\n/*  Boots of the Resilient  */\nUPDATE `item_template` SET `stat_value2` = 25, `stat_type3` = 15, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 32267;\n\n/*  Myrmidon's Treads  */\nUPDATE `item_template` SET `stat_value4` = 26, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 32268;\n\n/*  Focused Mana Bindings  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 32270;\n\n/*  Kilt of Immortal Nature  */\nUPDATE `item_template` SET `BuyPrice` = 312857, `SellPrice` = 62571 WHERE `entry` = 32271;\n\n/*  Spiritwalker Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32275;\n\n/*  Flashfire Girdle  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type4` = 21 WHERE `entry` = 32276;\n\n/*  The Seeker's Wristguards  */\nUPDATE `item_template` SET `stat_value2` = 28, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 15714 WHERE `entry` = 32279;\n\n/*  Gauntlets of Enforcement  */\nUPDATE `item_template` SET `BuyPrice` = 220252, `SellPrice` = 44050, `stat_value2` = 32, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 32280;\n\n/*  Twisted Blades of Zarak  */\nUPDATE `item_template` SET `dmg_min1` = 101.0, `dmg_max1` = 152.0, `MaxDurability` = 285 WHERE `entry` = 32326;\n\n/*  Robe of the Shadow Council  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32327;\n\n/*  Botanist's Gloves of Growth  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32328;\n\n/*  Cloak of the Illidari Council  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32331;\n\n/*  Girdle of Stability  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 42106 WHERE `entry` = 32333;\n\n/*  Blood-cursed Shoulderpads  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 32338;\n\n/*  Belt of Primal Majesty  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32339;\n\n/*  Garments of Temperance  */\nUPDATE `item_template` SET `BuyPrice` = 250286, `SellPrice` = 50057 WHERE `entry` = 32340;\n\n/*  Leggings of Divine Retribution  */\nUPDATE `item_template` SET `BuyPrice` = 438001, `SellPrice` = 87600 WHERE `entry` = 32341;\n\n/*  Girdle of Mighty Resolve  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 14798 WHERE `entry` = 32342;\n\n/*  Wand of Prismatic Focus  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 32343;\n\n/*  Staff of Immaculate Recovery  */\nUPDATE `item_template` SET `dmg_min1` = 145.2, `dmg_max1` = 312.2 WHERE `entry` = 32344;\n\n/*  Translucent Spellthread Necklace  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type2` = 21 WHERE `entry` = 32349;\n\n/*  Elunite Empowered Bracers  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 32351;\n\n/*  Naturewarden's Treads  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32352;\n\n/*  Crown of Empowered Fate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32354;\n\n/*  Blind-Seers Icon  */\nUPDATE `item_template` SET `stat_type2` = 18 WHERE `entry` = 32361;\n\n/*  Leggings of Devastation  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 32367;\n\n/*  Tome of the Lightbringer  */\nUPDATE `item_template` SET `BuyPrice` = 300000, `SellPrice` = 75000 WHERE `entry` = 32368;\n\n/*  Nadina's Pendant of Purity  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32370;\n\n/*  Zhar'doom, Greatstaff of the Devourer  */\nUPDATE `item_template` SET `dmg_min1` = 145.64, `dmg_max1` = 322.64, `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 32374;\n\n/*  Bulwark of Azzinoth  */\nUPDATE `item_template` SET `stat_value1` = 60, `stat_value2` = 29, `stat_type3` = 0, `stat_value3` = 0 WHERE `entry` = 32375;\n\n/*  Silver Star  */\nUPDATE `item_template` SET `dmg_min1` = 28.0, `dmg_max1` = 53.0, `MaxDurability` = 200 WHERE `entry` = 32378;\n\n/*  Idol of the Raven Goddess  */\nUPDATE `item_template` SET `spellid_1` = 39926, `spellid_2` = 0, `spelltrigger_2` = 0, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE `entry` = 32387;\n\n/*  Gladiator's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 22.32, `dmg_max1` = 110.32 WHERE `entry` = 32450;\n\n/*  Gladiator's Salvation  */\nUPDATE `item_template` SET `dmg_min1` = 22.32, `dmg_max1` = 110.32 WHERE `entry` = 32451;\n\n/*  Furious Gizmatic Goggles  */\nUPDATE `item_template` SET `spellid_1` = 30645, `spellid_2` = 40273 WHERE `entry` = 32461;\n\n/*  Justicebringer 2000 Specs  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 32472;\n\n/*  Tankatronic Goggles  */\nUPDATE `item_template` SET `stat_value2` = 38, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 30645, `spellid_2` = 40273 WHERE `entry` = 32473;\n\n/*  Surestrike Goggles v2.0  */\nUPDATE `item_template` SET `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 32474;\n\n/*  Living Replicator Specs  */\nUPDATE `item_template` SET `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 32475;\n\n/*  Gadgetstorm Goggles  */\nUPDATE `item_template` SET `stat_type2` = 18, `stat_type3` = 21, `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 32476;\n\n/*  Deathblow X11 Goggles  */\nUPDATE `item_template` SET `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 32478;\n\n/*  Wonderheal XT40 Shades  */\nUPDATE `item_template` SET `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 32479;\n\n/*  Magnified Moon Specs  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 32480;\n\n/*  Charm of Swift Flight  */\nUPDATE `item_template` SET `spellid_1` = 48403 WHERE `entry` = 32481;\n\n/*  The Skull of Gul'dan  */\nUPDATE `item_template` SET `stat_type1` = 18 WHERE `entry` = 32483;\n\n/*  Destruction Holo-gogs  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 32494;\n\n/*  Powerheal 4000 Lens  */\nUPDATE `item_template` SET `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 32495;\n\n/*  Crystal Spire of Karabor  */\nUPDATE `item_template` SET `dmg_min1` = 16.36, `dmg_max1` = 131.36 WHERE `entry` = 32500;\n\n/*  Girdle of Lordaeron's Fallen  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32512;\n\n/*  Wristguards of Determination  */\nUPDATE `item_template` SET `stat_value2` = 24, `stat_value4` = 19, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 32515;\n\n/*  Faceplate of the Impenetrable  */\nUPDATE `item_template` SET `stat_value3` = 38, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 32521;\n\n/*  Shroud of the Highborne  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32524;\n\n/*  Cowl of the Illidari High Lord  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21 WHERE `entry` = 32525;\n\n/*  Ring of Ancient Knowledge  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32527;\n\n/*  Blessed Band of Karabor  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32528;\n\n/*  Gezzarak's Fang  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32531;\n\n/*  Karrog's Shard  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 32533;\n\n/*  Terokk's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 39.4, `dmg_max1` = 126.4 WHERE `entry` = 32537;\n\n/*  Terokk's Might  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32540;\n\n/*  Terokk's Wisdom  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32541;\n\n/*  Swiftsteel Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 327875, `SellPrice` = 65575 WHERE `entry` = 32570;\n\n/*  Dawnsteel Bracers  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32571;\n\n/*  Dawnsteel Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 327875, `SellPrice` = 65575, `stat_type1` = 30 WHERE `entry` = 32573;\n\n/*  Living Earth Bindings  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32577;\n\n/*  Living Earth Shoulders  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32579;\n\n/*  Bracers of Renewed Life  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32582;\n\n/*  Shoulderpads of Renewed Life  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32583;\n\n/*  Swiftheal Wraps  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32584;\n\n/*  Swiftheal Mantle  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32585;\n\n/*  Bracers of Nimble Thought  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 32586;\n\n/*  Mantle of Nimble Thought  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 32587;\n\n/*  Hellfire-Encased Pendant  */\nUPDATE `item_template` SET `stat_type1` = 21, `spellid_1` = 17885 WHERE `entry` = 32589;\n\n/*  Nethervoid Cloak  */\nUPDATE `item_template` SET `stat_type1` = 18, `spellid_1` = 18027 WHERE `entry` = 32590;\n\n/*  Chestguard of Relentless Storms  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 32592;\n\n/*  Treads of the Den Mother  */\nUPDATE `item_template` SET `armor` = 516, `stat_value2` = 32 WHERE `entry` = 32593;\n\n/*  Pillager's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 220252, `SellPrice` = 44050 WHERE `entry` = 32608;\n\n/*  Crystalline Crossbow  */\nUPDATE `item_template` SET `SellPrice` = 55200 WHERE `entry` = 32645;\n\n/*  Shard-bound Bracers  */\nUPDATE `item_template` SET `SellPrice` = 55200 WHERE `entry` = 32647;\n\n/*  Vortex Walking Boots  */\nUPDATE `item_template` SET `SellPrice` = 55200 WHERE `entry` = 32648;\n\n/*  Cerulean Crystal Rod  */\nUPDATE `item_template` SET `SellPrice` = 19550 WHERE `entry` = 32650;\n\n/*  Crystal Orb of Enlightenment  */\nUPDATE `item_template` SET `SellPrice` = 55200 WHERE `entry` = 32651;\n\n/*  Ogri'la Aegis  */\nUPDATE `item_template` SET `SellPrice` = 19550 WHERE `entry` = 32652;\n\n/*  Apexis Cloak  */\nUPDATE `item_template` SET `SellPrice` = 19550 WHERE `entry` = 32653;\n\n/*  Crystalforged Trinket  */\nUPDATE `item_template` SET `SellPrice` = 19550, `RequiredLevel` = 0 WHERE `entry` = 32654;\n\n/*  Crystalweave Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32655;\n\n/*  Crystalforged Sword  */\nUPDATE `item_template` SET `dmg_min1` = 35.46, `dmg_max1` = 113.46 WHERE `entry` = 32660;\n\n/*  Flaming Quartz Staff  */\nUPDATE `item_template` SET `dmg_min1` = 92.37, `dmg_max1` = 171.37, `stat_type2` = 21 WHERE `entry` = 32662;\n\n/*  Dreamcrystal Band  */\nUPDATE `item_template` SET `stat_type2` = 21, `spellid_2` = 17995 WHERE `entry` = 32664;\n\n/*  Belt of the Raven Lord  */\nUPDATE `item_template` SET `armor` = 234, `BuyPrice` = 104889, `SellPrice` = 20977, `stat_value2` = 17 WHERE `entry` = 32769;\n\n/*  Airman's Ribbon of Gallantry  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 32771;\n\n/*  Band of Frigid Elements  */\nUPDATE `item_template` SET `stat_type2` = 21, `spellid_1` = 17896, `spellid_2` = 16638 WHERE `entry` = 32779;\n\n/*  Veteran's Lamellar Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32789;\n\n/*  Veteran's Linked Sabatons  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 30 WHERE `entry` = 32791;\n\n/*  Veteran's Mail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 32792;\n\n/*  Veteran's Silk Footguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32795;\n\n/*  Veteran's Chain Girdle  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32797;\n\n/*  Veteran's Dragonhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32798;\n\n/*  Veteran's Dreadweave Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32799;\n\n/*  Veteran's Kodohide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32800;\n\n/*  Veteran's Lamellar Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 32801;\n\n/*  Veteran's Leather Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32802;\n\n/*  Veteran's Linked Girdle  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 31, `RequiredReputationRank` = 0 WHERE `entry` = 32803;\n\n/*  Veteran's Mail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 32804;\n\n/*  Veteran's Plate Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32805;\n\n/*  Veteran's Scaled Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32806;\n\n/*  Veteran's Silk Belt  */\nUPDATE `item_template` SET `stat_type3` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 32807;\n\n/*  Veteran's Wyrmhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32808;\n\n/*  Veteran's Lamellar Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32813;\n\n/*  Veteran's Linked Bracers  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 21 WHERE `entry` = 32816;\n\n/*  Veteran's Mail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 32817;\n\n/*  Veteran's Silk Cuffs  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 32820;\n\n/*  Severin's Cane  */\nUPDATE `item_template` SET `dmg_min1` = 105.08, `dmg_max1` = 190.08 WHERE `entry` = 32830;\n\n/*  Scout's Throwing Knives  */\nUPDATE `item_template` SET `dmg_min1` = 106.0, `dmg_max1` = 160.0, `MaxDurability` = 240 WHERE `entry` = 32832;\n\n/*  Hammer of Righteous Might  */\nUPDATE `item_template` SET `dmg_min1` = 93.8, `dmg_max1` = 185.8 WHERE `entry` = 32854;\n\n/*  Yellow Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE `entry` = 32912;\n\n/*  Filled Yellow Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE `entry` = 32915;\n\n/*  Filled Yellow Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE `entry` = 32917;\n\n/*  Filled Yellow Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE `entry` = 32918;\n\n/*  Filled Yellow Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE `entry` = 32919;\n\n/*  Filled Yellow Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE `entry` = 32920;\n\n/*  Corruptor's Signet  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32941;\n\n/*  Merciless Gladiator's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 18.92, `dmg_max1` = 112.92, `stat_type3` = 18 WHERE `entry` = 32963;\n\n/*  Merciless Gladiator's Salvation  */\nUPDATE `item_template` SET `dmg_min1` = 18.92, `dmg_max1` = 112.92 WHERE `entry` = 32964;\n\n/*  Veteran's Mooncloth Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 32979;\n\n/*  Veteran's Ornamented Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 32988;\n\n/*  Veteran's Ornamented Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32989;\n\n/*  Veteran's Ornamented Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 32990;\n\n/*  Veteran's Ringmail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 32997;\n\n/*  Veteran's Ringmail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 32998;\n\n/*  Veteran's Ringmail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 32999;\n\n/*  Blue Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 1.25, `dmg_max1` = 2.5 WHERE `entry` = 33016;\n\n/*  Filled Blue Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 1.25, `dmg_max1` = 2.5 WHERE `entry` = 33017;\n\n/*  Filled Blue Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 1.25, `dmg_max1` = 2.5 WHERE `entry` = 33018;\n\n/*  Filled Blue Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 1.25, `dmg_max1` = 2.5 WHERE `entry` = 33019;\n\n/*  Filled Blue Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 1.25, `dmg_max1` = 2.5 WHERE `entry` = 33020;\n\n/*  Filled Blue Brewfest Stein  */\nUPDATE `item_template` SET `dmg_min1` = 1.25, `dmg_max1` = 2.5 WHERE `entry` = 33021;\n\n/*  Band of the Vigilant  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33058;\n\n/*  Veteran's Pendant of Conquest  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33067;\n\n/*  Cloak of Darkness  */\nUPDATE `item_template` SET `stat_type2` = 19 WHERE `entry` = 33122;\n\n/*  Jungle Stompers  */\nUPDATE `item_template` SET `stat_value3` = 28, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 33191;\n\n/*  Robes of Heavenly Purpose  */\nUPDATE `item_template` SET `BuyPrice` = 241445, `SellPrice` = 48289 WHERE `entry` = 33203;\n\n/*  Iron-tusk Girdle  */\nUPDATE `item_template` SET `stat_value2` = 33, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 33279;\n\n/*  Brooch of Nature's Mercy  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 33281;\n\n/*  Amani Punisher  */\nUPDATE `item_template` SET `BuyPrice` = 661078, `SellPrice` = 132215, `dmg_min1` = 20.12, `dmg_max1` = 112.12, `stat_type3` = 18 WHERE `entry` = 33283;\n\n/*  Fury of the Ursine  */\nUPDATE `item_template` SET `stat_type4` = 21, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 33285;\n\n/*  Voodoo-woven Belt  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type4` = 18 WHERE `entry` = 33291;\n\n/*  Hallowed Helm  */\nUPDATE `item_template` SET `BuyPrice` = 5000000 WHERE `entry` = 33292;\n\n/*  The Savage's Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 33297;\n\n/*  Spaulders of the Advocate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33299;\n\n/*  Cloak of Subjugated Power  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33304;\n\n/*  Robe of Departed Spirits  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 33317;\n\n/*  Bulwark of the Amani Empire  */\nUPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 39987, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 33326;\n\n/*  Mask of Introspection  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33327;\n\n/*  Fetish of the Primal Gods  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33334;\n\n/*  Wub's Cursed Hexblade  */\nUPDATE `item_template` SET `dmg_min1` = 22.26, `dmg_max1` = 126.26, `stat_type1` = 18, `stat_type2` = 21 WHERE `entry` = 33354;\n\n/*  Footpads of Madness  */\nUPDATE `item_template` SET `BuyPrice` = 185062, `SellPrice` = 37012, `stat_type3` = 30 WHERE `entry` = 33357;\n\n/*  Man'kin'do's Belt  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33386;\n\n/*  Battleworn Tuskguard  */\nUPDATE `item_template` SET `stat_type2` = 13, `stat_value2` = 23, `spellid_1` = 35168 WHERE `entry` = 33421;\n\n/*  Girdle of Stromgarde's Hope  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spelltrigger_3` = 0 WHERE `entry` = 33446;\n\n/*  Hood of Hexing  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 21, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE `entry` = 33453;\n\n/*  Hex Lord's Voodoo Pauldrons  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33464;\n\n/*  Staff of Primal Fury  */\nUPDATE `item_template` SET `dmg_min1` = 135.1, `dmg_max1` = 285.1, `spellid_1` = 44913, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE `entry` = 33465;\n\n/*  Loop of Cursed Bones  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 33466;\n\n/*  Blade of Twisted Visions  */\nUPDATE `item_template` SET `dmg_min1` = 20.86, `dmg_max1` = 127.86, `stat_type3` = 30 WHERE `entry` = 33467;\n\n/*  Dark Blessing  */\nUPDATE `item_template` SET `dmg_min1` = 22.13, `dmg_max1` = 135.13, `stat_type2` = 30 WHERE `entry` = 33468;\n\n/*  Hauberk of the Empire's Champion  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33469;\n\n/*  Two-toed Sandals  */\nUPDATE `item_template` SET `BuyPrice` = 191693, `SellPrice` = 38338 WHERE `entry` = 33471;\n\n/*  Chestguard of the Warlord  */\nUPDATE `item_template` SET `stat_value3` = 40, `stat_type5` = 0, `stat_value5` = 0, `spelltrigger_1` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE `entry` = 33473;\n\n/*  Pauldrons of Stone Resolve  */\nUPDATE `item_template` SET `stat_value3` = 28, `stat_type4` = 0, `stat_value4` = 0, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE `entry` = 33481;\n\n/*  Life-step Belt  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE `entry` = 33483;\n\n/*  Mantle of Ill Intent  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 33489;\n\n/*  Staff of Dark Mending  */\nUPDATE `item_template` SET `dmg_min1` = 144.24, `dmg_max1` = 303.24, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE `entry` = 33490;\n\n/*  Trollbane  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 33492;\n\n/*  Amani Divining Staff  */\nUPDATE `item_template` SET `dmg_min1` = 144.24, `dmg_max1` = 303.24, `stat_type3` = 21 WHERE `entry` = 33494;\n\n/*  Rage  */\nUPDATE `item_template` SET `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 33495;\n\n/*  Signet of Primal Wrath  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE `entry` = 33496;\n\n/*  Mana Attuned Band  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type2` = 18, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 33497;\n\n/*  Signet of the Quiet Forest  */\nUPDATE `item_template` SET `stat_type1` = 30, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE `entry` = 33498;\n\n/*  Unwavering Legguards  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 42038 WHERE `entry` = 33515;\n\n/*  Bracers of the Ancient Phalanx  */\nUPDATE `item_template` SET `stat_value2` = 23, `stat_value3` = 22, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 33516;\n\n/*  Bonefist Gauntlets  */\nUPDATE `item_template` SET `stat_value2` = 30, `stat_type3` = 31, `stat_value3` = 21 WHERE `entry` = 33517;\n\n/*  High Justicar's Legplates  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33518;\n\n/*  Handguards of the Templar  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33519;\n\n/*  Chestguard of the Stoic Guardian  */\nUPDATE `item_template` SET `stat_value3` = 38, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 14055 WHERE `entry` = 33522;\n\n/*  Sabatons of the Righteous Defender  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 0, `stat_value4` = 0, `spellid_2` = 14047 WHERE `entry` = 33523;\n\n/*  Girdle of the Protector  */\nUPDATE `item_template` SET `stat_type4` = 18, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 14047 WHERE `entry` = 33524;\n\n/*  Natural Life Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33530;\n\n/*  Avalanche Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33533;\n\n/*  Grips of Nature's Wrath  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33534;\n\n/*  Stormwrap  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 33536;\n\n/*  Treads of Booming Thunder  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33537;\n\n/*  Starfire Waistband  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33559;\n\n/*  Blessed Elunite Coverings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33566;\n\n/*  Moon-walkers  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 33577;\n\n/*  Armwraps of the Kaldorei Protector  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33578;\n\n/*  Vestments of Hibernation  */\nUPDATE `item_template` SET `armor` = 684, `stat_value3` = 36 WHERE `entry` = 33579;\n\n/*  Band of the Swift Paw  */\nUPDATE `item_template` SET `armor` = 317, `stat_value1` = 21 WHERE `entry` = 33580;\n\n/*  Footwraps of Wild Encroachment  */\nUPDATE `item_template` SET `armor` = 418, `stat_value2` = 29 WHERE `entry` = 33582;\n\n/*  Waistguard of the Great Beast  */\nUPDATE `item_template` SET `armor` = 367, `stat_value3` = 30 WHERE `entry` = 33583;\n\n/*  Pantaloons of Arcane Annihilation  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33584;\n\n/*  Achromic Trousers of the Naaru  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33585;\n\n/*  Studious Wraps  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33586;\n\n/*  Runed Spell-cuffs  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33588;\n\n/*  Wristguards of Tranquil Thought  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33589;\n\n/*  Cloak of Fiends  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33590;\n\n/*  Shadowcaster's Drape  */\nUPDATE `item_template` SET `stat_type3` = 30, `RequiredReputationRank` = 0 WHERE `entry` = 33591;\n\n/*  Cloak of Ancient Rituals  */\nUPDATE `item_template` SET `stat_type3` = 30, `RequiredReputationRank` = 0 WHERE `entry` = 33592;\n\n/*  Slikk's Cloak of Placation  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33593;\n\n/*  Vengeful Gladiator's Dragonhide Gloves  */\nUPDATE `item_template` SET `spellid_2` = 44835 WHERE `entry` = 33671;\n\n/*  Vengeful Gladiator's Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 33679;\n\n/*  Vengeful Gladiator's Felweave Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33682;\n\n/*  Vengeful Gladiator's Felweave Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33683;\n\n/*  Vengeful Gladiator's Felweave Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33684;\n\n/*  Vengeful Gladiator's Felweave Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33685;\n\n/*  Vengeful Gladiator's Felweave Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33686;\n\n/*  Vengeful Gladiator's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 16.12, `dmg_max1` = 116.12, `stat_type3` = 18 WHERE `entry` = 33687;\n\n/*  Vengeful Gladiator's Lamellar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33695;\n\n/*  Vengeful Gladiator's Lamellar Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33696;\n\n/*  Vengeful Gladiator's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33697;\n\n/*  Vengeful Gladiator's Lamellar Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33698;\n\n/*  Vengeful Gladiator's Lamellar Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33699;\n\n/*  Vengeful Gladiator's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 33700;\n\n/*  Vengeful Gladiator's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 27 WHERE `entry` = 33706;\n\n/*  Vengeful Gladiator's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 33 WHERE `entry` = 33707;\n\n/*  Vengeful Gladiator's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 34 WHERE `entry` = 33708;\n\n/*  Vengeful Gladiator's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 38 WHERE `entry` = 33709;\n\n/*  Vengeful Gladiator's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 25 WHERE `entry` = 33710;\n\n/*  Vengeful Gladiator's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33711;\n\n/*  Vengeful Gladiator's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33712;\n\n/*  Vengeful Gladiator's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33713;\n\n/*  Vengeful Gladiator's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33714;\n\n/*  Vengeful Gladiator's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33715;\n\n/*  Vengeful Gladiator's Staff  */\nUPDATE `item_template` SET `dmg_min1` = 90.4, `dmg_max1` = 198.4, `stat_type2` = 4, `stat_value2` = 46, `spellid_1` = 44887 WHERE `entry` = 33716;\n\n/*  Vengeful Gladiator's Ornamented Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33722;\n\n/*  Vengeful Gladiator's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33723;\n\n/*  Vengeful Gladiator's Ornamented Headcover  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33724;\n\n/*  Vengeful Gladiator's Ornamented Legplates  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33725;\n\n/*  Vengeful Gladiator's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33726;\n\n/*  Vengeful Gladiator's Ringmail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33738;\n\n/*  Vengeful Gladiator's Ringmail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33739;\n\n/*  Vengeful Gladiator's Ringmail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33740;\n\n/*  Vengeful Gladiator's Ringmail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33741;\n\n/*  Vengeful Gladiator's Ringmail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33742;\n\n/*  Vengeful Gladiator's Salvation  */\nUPDATE `item_template` SET `dmg_min1` = 16.12, `dmg_max1` = 116.12 WHERE `entry` = 33743;\n\n/*  Vengeful Gladiator's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33757;\n\n/*  Vengeful Gladiator's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33758;\n\n/*  Vengeful Gladiator's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33759;\n\n/*  Vengeful Gladiator's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33760;\n\n/*  Vengeful Gladiator's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33761;\n\n/*  Vengeful Gladiator's Spellblade  */\nUPDATE `item_template` SET `dmg_min1` = 16.12, `dmg_max1` = 116.12, `stat_type4` = 18 WHERE `entry` = 33763;\n\n/*  Vengeful Gladiator's War Edge  */\nUPDATE `item_template` SET `dmg_min1` = 141.0, `dmg_max1` = 212.0, `MaxDurability` = 285 WHERE `entry` = 33765;\n\n/*  Vengeful Gladiator's War Staff  */\nUPDATE `item_template` SET `dmg_min1` = 90.4, `dmg_max1` = 198.4, `stat_type2` = 18, `stat_value2` = 0, `stat_type3` = 21, `stat_value3` = 46, `stat_type4` = 35, `stat_value4` = 29, `stat_type5` = 5, `stat_value5` = 46 WHERE `entry` = 33766;\n\n/*  Vengeful Gladiator's Wyrmhide Gloves  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33767;\n\n/*  Vengeful Gladiator's Wyrmhide Helm  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33768;\n\n/*  Vengeful Gladiator's Wyrmhide Legguards  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33769;\n\n/*  Vengeful Gladiator's Wyrmhide Spaulders  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33770;\n\n/*  Vengeful Gladiator's Wyrmhide Tunic  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33771;\n\n/*  Vindicator's Plate Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33811;\n\n/*  Weather-Beaten Fishing Hat  */\nUPDATE `item_template` SET `RequiredLevel` = 0 WHERE `entry` = 33820;\n\n/*  Tome of Diabolic Remedy  */\nUPDATE `item_template` SET `spellcategorycooldown_2` = -1, `spellcategory_2` = 0 WHERE `entry` = 33828;\n\n/*  Vindicator's Chain Girdle  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33877;\n\n/*  Vindicator's Dragonhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33879;\n\n/*  Vindicator's Dreadweave Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33882;\n\n/*  Vindicator's Kodohide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33885;\n\n/*  Vindicator's Lamellar Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 33888;\n\n/*  Vindicator's Lamellar Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 33889;\n\n/*  Vindicator's Lamellar Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 33890;\n\n/*  Vindicator's Leather Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33891;\n\n/*  Vindicator's Linked Bracers  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 25 WHERE `entry` = 33894;\n\n/*  Vindicator's Linked Girdle  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 34, `RequiredReputationRank` = 0 WHERE `entry` = 33895;\n\n/*  Vindicator's Linked Sabatons  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 33 WHERE `entry` = 33896;\n\n/*  Vindicator's Mail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33897;\n\n/*  Vindicator's Mail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 33898;\n\n/*  Vindicator's Mail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33899;\n\n/*  Vindicator's Mooncloth Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33900;\n\n/*  Vindicator's Ornamented Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 33903;\n\n/*  Vindicator's Ornamented Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 33904;\n\n/*  Vindicator's Ornamented Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 33905;\n\n/*  Vindicator's Ringmail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33906;\n\n/*  Vindicator's Ringmail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 33907;\n\n/*  Vindicator's Ringmail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 33908;\n\n/*  Vindicator's Scaled Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33909;\n\n/*  Vindicator's Silk Belt  */\nUPDATE `item_template` SET `stat_type3` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 33912;\n\n/*  Vindicator's Silk Cuffs  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33913;\n\n/*  Vindicator's Silk Footguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33914;\n\n/*  Vindicator's Wyrmhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 33915;\n\n/*  Vindicator's Pendant of Conquest  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33920;\n\n/*  Hauberk of the Furious Elements  */\nUPDATE `item_template` SET `stat_type3` = 30, `stat_type4` = 21 WHERE `entry` = 33965;\n\n/*  Pauldrons of the Furious Elements  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33970;\n\n/*  Elunite Imbued Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 33971;\n\n/*  Mask of Primal Power  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 33972;\n\n/*  Pauldrons of Tribal Fury  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 33973;\n\n/*  Grasp of the Moonkin  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 33974;\n\n/*  Hammer of Judgement  */\nUPDATE `item_template` SET `dmg_min1` = 19.8, `dmg_max1` = 128.8, `stat_type3` = 18 WHERE `entry` = 34009;\n\n/*  Red Winter Clothes  */\nUPDATE `item_template` SET `BuyPrice` = 70000 WHERE `entry` = 34085;\n\n/*  Winter Boots  */\nUPDATE `item_template` SET `BuyPrice` = 50000 WHERE `entry` = 34086;\n\n/*  Green Winter Clothes  */\nUPDATE `item_template` SET `BuyPrice` = 70000 WHERE `entry` = 34087;\n\n/*  Battlemaster's Depravity  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 34162;\n\n/*  Band of Lucent Beams  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34166;\n\n/*  Legplates of the Holy Juggernaut  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34167;\n\n/*  Breeches of Natural Aggression  */\nUPDATE `item_template` SET `BuyPrice` = 312857, `SellPrice` = 62571, `stat_type3` = 21 WHERE `entry` = 34169;\n\n/*  Pantaloons of Calming Strife  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 34170;\n\n/*  Reign of Misery  */\nUPDATE `item_template` SET `BuyPrice` = 661078, `SellPrice` = 132215, `dmg_min1` = 13.6, `dmg_max1` = 118.6, `stat_type3` = 30 WHERE `entry` = 34176;\n\n/*  Clutch of Demise  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 34177;\n\n/*  Heart of the Pit  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34179;\n\n/*  Leggings of Calamity  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34181;\n\n/*  Grand Magister's Staff of Torrents  */\nUPDATE `item_template` SET `dmg_min1` = 146.2, `dmg_max1` = 326.2, `stat_type3` = 21, `stat_type4` = 18 WHERE `entry` = 34182;\n\n/*  Brooch of the Highborne  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34184;\n\n/*  Sword Breaker's Bulwark  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 42078 WHERE `entry` = 34185;\n\n/*  Chain Links of the Tumultuous Storm  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34186;\n\n/*  Crimson Paragon's Cover  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 34190;\n\n/*  Pauldrons of Perseverance  */\nUPDATE `item_template` SET `BuyPrice` = 327875, `SellPrice` = 65575, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 44757 WHERE `entry` = 34192;\n\n/*  Spaulders of the Thalassian Savior  */\nUPDATE `item_template` SET `BuyPrice` = 327875, `SellPrice` = 65575, `stat_type3` = 21 WHERE `entry` = 34193;\n\n/*  Stanchion of Primal Instinct  */\nUPDATE `item_template` SET `dmg_min1` = 136.5, `dmg_max1` = 305.5, `stat_type2` = 4, `stat_value2` = 47, `spellid_1` = 45783 WHERE `entry` = 34198;\n\n/*  Archon's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 16.3, `dmg_max1` = 133.3 WHERE `entry` = 34199;\n\n/*  Shawl of Wonderment  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34202;\n\n/*  Amulet of Unfettered Magics  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type4` = 30 WHERE `entry` = 34204;\n\n/*  Book of Highborne Hymns  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34206;\n\n/*  Equilibrium Epaulets  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34208;\n\n/*  Spaulders of Reclamation  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34209;\n\n/*  Amice of the Convoker  */\nUPDATE `item_template` SET `stat_type3` = 30, `stat_type4` = 21 WHERE `entry` = 34210;\n\n/*  Harness of Carnal Instinct  */\nUPDATE `item_template` SET `armor` = 807, `stat_value2` = 44 WHERE `entry` = 34211;\n\n/*  Sunglow Vest  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34212;\n\n/*  Heroic Judicator's Chestguard  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 22, `spellid_1` = 26158 WHERE `entry` = 34216;\n\n/*  Vicious Hawkstrider Hauberk  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34228;\n\n/*  Garments of Serene Shores  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34229;\n\n/*  Ring of Omnipotence  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type2` = 21 WHERE `entry` = 34230;\n\n/*  Aegis of Angelic Fortune  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34231;\n\n/*  Fel Conquerer Raiments  */\nUPDATE `item_template` SET `stat_type3` = 30, `stat_type4` = 21, `DisenchantID` = 0 WHERE `entry` = 34232;\n\n/*  Robes of Faltered Light  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34233;\n\n/*  Gauntlets of the Soothed Soul  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34240;\n\n/*  Cloak of Unforgivable Sin  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34241;\n\n/*  Tattered Cape of Antonidas  */\nUPDATE `item_template` SET `stat_type3` = 30, `DisenchantID` = 0 WHERE `entry` = 34242;\n\n/*  Helm of Burning Righteousness  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34243;\n\n/*  Apolyon, the Soul-Render  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34247;\n\n/*  Crux of the Apocalypse  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34329;\n\n/*  Hand of the Deceiver  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34331;\n\n/*  Cowl of Gul'dan  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34332;\n\n/*  Coif of Alleria  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34333;\n\n/*  Thori'dal, the Stars' Fury  */\nUPDATE `item_template` SET `dmg_min1` = 355.65, `dmg_max1` = 523.65, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellid_3` = 44972, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE `entry` = 34334;\n\n/*  Hammer of Sanctification  */\nUPDATE `item_template` SET `dmg_min1` = 12.6, `dmg_max1` = 136.6, `stat_type3` = 30, `DisenchantID` = 0 WHERE `entry` = 34335;\n\n/*  Sunflare  */\nUPDATE `item_template` SET `dmg_min1` = 12.6, `dmg_max1` = 136.6, `stat_type3` = 30, `stat_type4` = 21, `DisenchantID` = 0 WHERE `entry` = 34336;\n\n/*  Golden Staff of the Sin'dorei  */\nUPDATE `item_template` SET `dmg_min1` = 146.4, `dmg_max1` = 337.4, `stat_type4` = 30, `DisenchantID` = 0 WHERE `entry` = 34337;\n\n/*  Cowl of Light's Purity  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34339;\n\n/*  Dark Conjuror's Collar  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 30, `DisenchantID` = 0 WHERE `entry` = 34340;\n\n/*  Borderland Paingrips  */\nUPDATE `item_template` SET `BuyPrice` = 220252, `SellPrice` = 44050, `DisenchantID` = 0 WHERE `entry` = 34341;\n\n/*  Handguards of the Dawn  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34342;\n\n/*  Thalassian Ranger Gauntlets  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34343;\n\n/*  Handguards of Defiled Worlds  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 30, `DisenchantID` = 0 WHERE `entry` = 34344;\n\n/*  Wand of the Demonsoul  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34347;\n\n/*  Wand of Cleansing Light  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34348;\n\n/*  Blade of Life's Inevitability  */\nUPDATE `item_template` SET `dmg_min1` = 155.0, `dmg_max1` = 233.0, `MaxDurability` = 285 WHERE `entry` = 34349;\n\n/*  Gauntlets of the Ancient Shadowmoon  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34350;\n\n/*  Borderland Fortress Grips  */\nUPDATE `item_template` SET `BuyPrice` = 220252, `SellPrice` = 44050, `stat_value3` = 36, `stat_value4` = 29, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 34352;\n\n/*  Quad Deathblow X44 Goggles  */\nUPDATE `item_template` SET `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 34353;\n\n/*  Mayhem Projection Goggles  */\nUPDATE `item_template` SET `spellid_1` = 30645, `spellid_2` = 40273 WHERE `entry` = 34354;\n\n/*  Lightning Etched Specs  */\nUPDATE `item_template` SET `stat_type2` = 18, `stat_type3` = 21, `DisenchantID` = 0, `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 34355;\n\n/*  Surestrike Goggles v3.0  */\nUPDATE `item_template` SET `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 34356;\n\n/*  Hard Khorium Goggles  */\nUPDATE `item_template` SET `stat_value2` = 51, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 30645, `spellid_2` = 40273 WHERE `entry` = 34357;\n\n/*  Pendant of Sunfire  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type2` = 21 WHERE `entry` = 34359;\n\n/*  Amulet of Flowing Life  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34360;\n\n/*  Loop of Forged Power  */\nUPDATE `item_template` SET `stat_type3` = 30, `stat_type4` = 18 WHERE `entry` = 34362;\n\n/*  Ring of Flowing Life  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34363;\n\n/*  Sunfire Robe  */\nUPDATE `item_template` SET `stat_type3` = 30, `stat_type4` = 21 WHERE `entry` = 34364;\n\n/*  Robe of Eternal Light  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34365;\n\n/*  Sunfire Handwraps  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34366;\n\n/*  Leather Gauntlets of the Sun  */\nUPDATE `item_template` SET `stat_type4` = 30, `DisenchantID` = 0 WHERE `entry` = 34372;\n\n/*  Fletcher's Gloves of the Phoenix  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34374;\n\n/*  Sun-Drenched Scale Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34375;\n\n/*  Sun-Drenched Scale Gloves  */\nUPDATE `item_template` SET `stat_type3` = 30, `DisenchantID` = 0 WHERE `entry` = 34376;\n\n/*  Hard Khorium Battlefists  */\nUPDATE `item_template` SET `BuyPrice` = 220252, `SellPrice` = 44050, `DisenchantID` = 0 WHERE `entry` = 34378;\n\n/*  Sunblessed Breastplate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34379;\n\n/*  Sunblessed Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34380;\n\n/*  Felstrength Legplates  */\nUPDATE `item_template` SET `stat_value3` = 50, `stat_value4` = 40, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 34381;\n\n/*  Judicator's Legguards  */\nUPDATE `item_template` SET `stat_type4` = 5, `stat_value4` = 22, `spellid_1` = 24196 WHERE `entry` = 34382;\n\n/*  Kilt of Spiritual Reconstruction  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34383;\n\n/*  Leggings of the Immortal Beast  */\nUPDATE `item_template` SET `armor` = 800, `stat_value1` = 44 WHERE `entry` = 34385;\n\n/*  Pantaloons of Growing Strife  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34386;\n\n/*  Spaulders of the Thalassian Defender  */\nUPDATE `item_template` SET `stat_type3` = 5, `stat_value3` = 24, `spellid_2` = 18054 WHERE `entry` = 34389;\n\n/*  Erupting Epaulets  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type4` = 21 WHERE `entry` = 34390;\n\n/*  Spaulders of Devastation  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34391;\n\n/*  Demontooth Shoulderpads  */\nUPDATE `item_template` SET `armor` = 514, `stat_value1` = 38 WHERE `entry` = 34392;\n\n/*  Shoulderpads of Knowledge's Pursuit  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34393;\n\n/*  Breastplate of Agony's Aversion  */\nUPDATE `item_template` SET `stat_type4` = 36 WHERE `entry` = 34394;\n\n/*  Noble Judicator's Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34395;\n\n/*  Garments of Crashing Shores  */\nUPDATE `item_template` SET `stat_type3` = 30, `stat_type4` = 21 WHERE `entry` = 34396;\n\n/*  Utopian Tunic of Elune  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34398;\n\n/*  Robes of Ghostly Hatred  */\nUPDATE `item_template` SET `stat_type4` = 30, `stat_type5` = 21 WHERE `entry` = 34399;\n\n/*  Crown of Dath'Remar  */\nUPDATE `item_template` SET `stat_value3` = 53, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 34400;\n\n/*  Helm of Uther's Resolve  */\nUPDATE `item_template` SET `stat_type4` = 5, `stat_value4` = 20, `spellid_1` = 18055 WHERE `entry` = 34401;\n\n/*  Shroud of Chieftain Ner'zhul  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34402;\n\n/*  Cover of Ursoc the Mighty  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 34403;\n\n/*  Mask of the Fury Hunter  */\nUPDATE `item_template` SET `armor` = 643, `stat_value5` = 30 WHERE `entry` = 34404;\n\n/*  Helm of Arcane Purity  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 34405;\n\n/*  Gloves of Tyri's Power  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34406;\n\n/*  Tranquil Moonlight Wraps  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 34407;\n\n/*  Gloves of the Forest Drifter  */\nUPDATE `item_template` SET `armor` = 564, `stat_value1` = 34 WHERE `entry` = 34408;\n\n/*  Gauntlets of the Ancient Frostwolf  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34409;\n\n/*  Thorium Flight Blade  */\nUPDATE `item_template` SET `dmg_min1` = 90.0, `dmg_max1` = 90.0, `MaxDurability` = 240 WHERE `entry` = 34419;\n\n/*  Blackened Naaru Sliver  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 34427;\n\n/*  Shifting Naaru Sliver  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34429;\n\n/*  Glimmering Naaru Sliver  */\nUPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 45052, `spellcooldown_1` = 300000, `spellid_3` = 0, `spellcooldown_3` = -1 WHERE `entry` = 34430;\n\n/*  Lightbringer Bracers  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 34432;\n\n/*  Lightbringer Wristguards  */\nUPDATE `item_template` SET `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 15715 WHERE `entry` = 34433;\n\n/*  Bracers of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34434;\n\n/*  Cuffs of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 30, `stat_type5` = 21 WHERE `entry` = 34435;\n\n/*  Bracers of the Malefic  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 30 WHERE `entry` = 34436;\n\n/*  Skyshatter Bands  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type3` = 21 WHERE `entry` = 34437;\n\n/*  Skyshatter Bracers  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34438;\n\n/*  Skyshatter Wristguards  */\nUPDATE `item_template` SET `stat_type5` = 4, `stat_value5` = 32 WHERE `entry` = 34439;\n\n/*  Onslaught Wristguards  */\nUPDATE `item_template` SET `stat_value3` = 22, `stat_value4` = 24, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 34442;\n\n/*  Thunderheart Wristguards  */\nUPDATE `item_template` SET `armor` = 281, `stat_value1` = 28, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 34444;\n\n/*  Thunderheart Bracers  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34445;\n\n/*  Thunderheart Bands  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 30 WHERE `entry` = 34446;\n\n/*  Bracers of the Tempest  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type4` = 30 WHERE `entry` = 34447;\n\n/*  Commendation of Kael'thas  */\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 34473;\n\n/*  Lightbringer Belt  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 30 WHERE `entry` = 34487;\n\n/*  Lightbringer Waistguard  */\nUPDATE `item_template` SET `stat_value3` = 30, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 18050 WHERE `entry` = 34488;\n\n/*  Belt of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34527;\n\n/*  Cord of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 30, `stat_type5` = 18 WHERE `entry` = 34528;\n\n/*  Vengeful Gladiator's Battle Staff  */\nUPDATE `item_template` SET `dmg_min1` = 90.4, `dmg_max1` = 198.4, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 34540;\n\n/*  Belt of the Malefic  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 18, `stat_type4` = 30 WHERE `entry` = 34541;\n\n/*  Skyshatter Cord  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type3` = 21 WHERE `entry` = 34542;\n\n/*  Skyshatter Belt  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 30 WHERE `entry` = 34543;\n\n/*  Skyshatter Girdle  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 43 WHERE `entry` = 34545;\n\n/*  Onslaught Waistguard  */\nUPDATE `item_template` SET `stat_value3` = 28, `stat_value4` = 40, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 34547;\n\n/*  Thunderheart Belt  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34554;\n\n/*  Thunderheart Cord  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type3` = 30, `stat_type4` = 21 WHERE `entry` = 34555;\n\n/*  Thunderheart Waistguard  */\nUPDATE `item_template` SET `armor` = 342, `stat_value1` = 38, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 34556;\n\n/*  Belt of the Tempest  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34557;\n\n/*  Lightbringer Treads  */\nUPDATE `item_template` SET `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34559;\n\n/*  Lightbringer Stompers  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 0, `stat_value3` = 23, `stat_value4` = 30, `spellid_1` = 15714 WHERE `entry` = 34560;\n\n/*  Boots of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 34562;\n\n/*  Treads of Absolution  */\nUPDATE `item_template` SET `stat_type4` = 30, `stat_type5` = 21 WHERE `entry` = 34563;\n\n/*  Boots of the Malefic  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type3` = 21, `stat_type4` = 30 WHERE `entry` = 34564;\n\n/*  Skyshatter Boots  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 30 WHERE `entry` = 34565;\n\n/*  Skyshatter Treads  */\nUPDATE `item_template` SET `stat_type1` = 21, `stat_type3` = 30 WHERE `entry` = 34566;\n\n/*  Skyshatter Greaves  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 43 WHERE `entry` = 34567;\n\n/*  Onslaught Boots  */\nUPDATE `item_template` SET `stat_value4` = 30, `stat_value5` = 25, `stat_type6` = 0, `stat_value6` = 0 WHERE `entry` = 34568;\n\n/*  Thunderheart Boots  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34571;\n\n/*  Thunderheart Footwraps  */\nUPDATE `item_template` SET `stat_type1` = 30, `stat_type3` = 21 WHERE `entry` = 34572;\n\n/*  Thunderheart Treads  */\nUPDATE `item_template` SET `armor` = 542, `stat_value5` = 20, `spelltrigger_1` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE `entry` = 34573;\n\n/*  Boots of the Tempest  */\nUPDATE `item_template` SET `stat_type1` = 18, `stat_type4` = 21, `stat_type5` = 30 WHERE `entry` = 34574;\n\n/*  Battlemaster's Depravity  */\nUPDATE `item_template` SET `stat_type1` = 21 WHERE `entry` = 34577;\n\n/*  Distracting Blades  */\nUPDATE `item_template` SET `dmg_min1` = 126.0, `dmg_max1` = 189.0, `MaxDurability` = 285 WHERE `entry` = 34603;\n\n/*  Jaded Crystal Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 26.66, `dmg_max1` = 121.66, `stat_type3` = 30 WHERE `entry` = 34604;\n\n/*  Breastplate of Fierce Survival  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34605;\n\n/*  Fel-tinged Mantle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34607;\n\n/*  Rod of the Blazing Light  */\nUPDATE `item_template` SET `dmg_min1` = 142.84, `dmg_max1` = 289.84 WHERE `entry` = 34608;\n\n/*  Scarlet Sin'dorei Robes  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34610;\n\n/*  Cudgel of Consecration  */\nUPDATE `item_template` SET `dmg_min1` = 25.48, `dmg_max1` = 131.48, `stat_type3` = 18 WHERE `entry` = 34611;\n\n/*  Spinesever  */\nUPDATE `item_template` SET `dmg_min1` = 128.0, `dmg_max1` = 193.0, `MaxDurability` = 285 WHERE `entry` = 34622;\n\n/*  Kharmaa's Ring of Fate  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34625;\n\n/*  Archmage's Guile  */\nUPDATE `item_template` SET `dmg_min1` = 45.31, `dmg_max1` = 145.31, `stat_type1` = 21 WHERE `entry` = 34667;\n\n/*  Seeker's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 45.31, `dmg_max1` = 145.31, `stat_type1` = 18 WHERE `entry` = 34670;\n\n/*  K'iru's Presage  */\nUPDATE `item_template` SET `dmg_min1` = 45.31, `dmg_max1` = 145.31 WHERE `entry` = 34671;\n\n/*  Sunward Crest  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 34675;\n\n/*  Bindings of Raging Fire  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34697;\n\n/*  Gauntlets of Divine Blessings  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34700;\n\n/*  Cloak of Swift Mending  */\nUPDATE `item_template` SET `armor` = 74, `stat_type2` = 30 WHERE `entry` = 34702;\n\n/*  Band of Arcane Alacrity  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 34704;\n\n/*  Nightstrike  */\nUPDATE `item_template` SET `dmg_min1` = 113.0, `dmg_max1` = 171.0, `MaxDurability` = 240 WHERE `entry` = 34783;\n\n/*  Duskhallow Mantle  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34788;\n\n/*  Battle-mace of the High Priestess  */\nUPDATE `item_template` SET `dmg_min1` = 45.31, `dmg_max1` = 145.31, `stat_type3` = 30, `RequiredReputationRank` = 0 WHERE `entry` = 34790;\n\n/*  Gauntlets of the Tranquil Waves  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34791;\n\n/*  Cloak of the Betrayed  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 34792;\n\n/*  Sun-infused Focus Staff  */\nUPDATE `item_template` SET `dmg_min1` = 106.28, `dmg_max1` = 196.28, `stat_type3` = 18 WHERE `entry` = 34797;\n\n/*  Gloves of Arcane Acuity  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 34808;\n\n/*  Cloak of Blade Turning  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 34810;\n\n/*  The 2 Ring  */\nUPDATE `item_template` SET `ItemLevel` = 135 WHERE `entry` = 34837;\n\n/*  Annihilator Holo-Gogs  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 34847;\n\n/*  Ring of the Stalwart Protector  */\nUPDATE `item_template` SET `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE `entry` = 34888;\n\n/*  Fused Nethergon Band  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 34889;\n\n/*  Scryer's Blade of Focus  */\nUPDATE `item_template` SET `dmg_min1` = 18.76, `dmg_max1` = 129.76 WHERE `entry` = 34895;\n\n/*  Gavel of Naaru Blessings  */\nUPDATE `item_template` SET `dmg_min1` = 16.12, `dmg_max1` = 116.12 WHERE `entry` = 34896;\n\n/*  Staff of the Forest Lord  */\nUPDATE `item_template` SET `dmg_min1` = 135.6, `dmg_max1` = 297.6, `stat_type1` = 4, `stat_value1` = 50, `spellid_1` = 44887 WHERE `entry` = 34898;\n\n/*  Embrace of Starlight  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 34903;\n\n/*  Barbed Gloves of the Sage  */\nUPDATE `item_template` SET `stat_type3` = 18 WHERE `entry` = 34904;\n\n/*  Crystalwind Leggings  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 34905;\n\n/*  Embrace of Everlasting Prowess  */\nUPDATE `item_template` SET `armor` = 696, `stat_value1` = 40 WHERE `entry` = 34906;\n\n/*  Tameless Breeches  */\nUPDATE `item_template` SET `armor` = 654, `stat_value1` = 39 WHERE `entry` = 34910;\n\n/*  Handwraps of the Aggressor  */\nUPDATE `item_template` SET `armor` = 473, `stat_value1` = 30 WHERE `entry` = 34911;\n\n/*  Shroud of the Lore`nial  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 34917;\n\n/*  Legwraps of Sweltering Flame  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 34918;\n\n/*  Boots of Incantations  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 34919;\n\n/*  Ecclesiastical Cuirass  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34921;\n\n/*  Waistguard of Reparation  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34923;\n\n/*  Hauberk of Whirling Fury  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34933;\n\n/*  Rushing Storm Kilt  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34934;\n\n/*  Aftershock Waistguard  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 34935;\n\n/*  Tormented Demonsoul Robes  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34936;\n\n/*  Corrupted Soulcloth Pantaloons  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34937;\n\n/*  Enslaved Doomguard Soulgrips  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 34938;\n\n/*  Chestplate of Stoicism  */\nUPDATE `item_template` SET `stat_value2` = 51, `stat_type4` = 0, `stat_value4` = 0 WHERE `entry` = 34939;\n\n/*  Sunguard Legplates  */\nUPDATE `item_template` SET `stat_value2` = 43, `stat_value3` = 35, `stat_type5` = 0, `stat_value5` = 0 WHERE `entry` = 34940;\n\n/*  Girdle of the Fearless  */\nUPDATE `item_template` SET `stat_type3` = 31 WHERE `entry` = 34941;\n\n/*  Shattrath Protectorate's Breastplate  */\nUPDATE `item_template` SET `stat_type3` = 18, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 26158 WHERE `entry` = 34945;\n\n/*  Inscribed Legplates of the Aldor  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18054 WHERE `entry` = 34946;\n\n/*  Blue's Greaves of the Righteous Guardian  */\nUPDATE `item_template` SET `stat_type2` = 18, `stat_value2` = 23, `stat_value3` = 34, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18049 WHERE `entry` = 34947;\n\n/*  Brutal Gladiator's Battle Staff  */\nUPDATE `item_template` SET `dmg_min1` = 86.4, `dmg_max1` = 199.4, `stat_type2` = 18, `stat_type3` = 21 WHERE `entry` = 34987;\n\n/*  Brutal Gladiator's Dragonhide Gloves  */\nUPDATE `item_template` SET `spellid_2` = 44835 WHERE `entry` = 34998;\n\n/*  Brutal Gladiator's Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 35006;\n\n/*  Brutal Gladiator's Felweave Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35009;\n\n/*  Brutal Gladiator's Felweave Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35010;\n\n/*  Brutal Gladiator's Felweave Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35011;\n\n/*  Brutal Gladiator's Felweave Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35012;\n\n/*  Brutal Gladiator's Felweave Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35013;\n\n/*  Brutal Gladiator's Gavel  */\nUPDATE `item_template` SET `dmg_min1` = 9.92, `dmg_max1` = 114.92, `stat_type3` = 18 WHERE `entry` = 35014;\n\n/*  Brutal Gladiator's Lamellar Chestpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35027;\n\n/*  Brutal Gladiator's Lamellar Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35028;\n\n/*  Brutal Gladiator's Lamellar Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35029;\n\n/*  Brutal Gladiator's Lamellar Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35030;\n\n/*  Brutal Gladiator's Lamellar Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35031;\n\n/*  Brutal Gladiator's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 35032;\n\n/*  Brutal Gladiator's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 32 WHERE `entry` = 35042;\n\n/*  Brutal Gladiator's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 38 WHERE `entry` = 35043;\n\n/*  Brutal Gladiator's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 40 WHERE `entry` = 35044;\n\n/*  Brutal Gladiator's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 43 WHERE `entry` = 35045;\n\n/*  Brutal Gladiator's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 30 WHERE `entry` = 35046;\n\n/*  Brutal Gladiator's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35048;\n\n/*  Brutal Gladiator's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35049;\n\n/*  Brutal Gladiator's Mail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35050;\n\n/*  Brutal Gladiator's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35051;\n\n/*  Brutal Gladiator's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35052;\n\n/*  Brutal Gladiator's Ornamented Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35059;\n\n/*  Brutal Gladiator's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35060;\n\n/*  Brutal Gladiator's Ornamented Headcover  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35061;\n\n/*  Brutal Gladiator's Ornamented Legplates  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35062;\n\n/*  Brutal Gladiator's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35063;\n\n/*  Brutal Gladiator's Ringmail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35077;\n\n/*  Brutal Gladiator's Ringmail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35078;\n\n/*  Brutal Gladiator's Ringmail Helm  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35079;\n\n/*  Brutal Gladiator's Ringmail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35080;\n\n/*  Brutal Gladiator's Ringmail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35081;\n\n/*  Brutal Gladiator's Salvation  */\nUPDATE `item_template` SET `dmg_min1` = 9.92, `dmg_max1` = 114.92 WHERE `entry` = 35082;\n\n/*  Brutal Gladiator's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35096;\n\n/*  Brutal Gladiator's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35097;\n\n/*  Brutal Gladiator's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35098;\n\n/*  Brutal Gladiator's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35099;\n\n/*  Brutal Gladiator's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35100;\n\n/*  Brutal Gladiator's Spellblade  */\nUPDATE `item_template` SET `dmg_min1` = 9.92, `dmg_max1` = 114.92, `stat_type4` = 18 WHERE `entry` = 35102;\n\n/*  Brutal Gladiator's Staff  */\nUPDATE `item_template` SET `dmg_min1` = 86.4, `dmg_max1` = 199.4, `stat_type2` = 4, `stat_value2` = 50, `spellid_1` = 45783 WHERE `entry` = 35103;\n\n/*  Brutal Gladiator's War Edge  */\nUPDATE `item_template` SET `dmg_min1` = 147.0, `dmg_max1` = 222.0, `MaxDurability` = 285 WHERE `entry` = 35108;\n\n/*  Brutal Gladiator's War Staff  */\nUPDATE `item_template` SET `dmg_min1` = 86.4, `dmg_max1` = 199.4, `stat_type2` = 18, `stat_value2` = 0, `stat_type3` = 21, `stat_value3` = 50, `stat_type4` = 35, `stat_value4` = 29, `stat_type5` = 5, `stat_value5` = 50 WHERE `entry` = 35109;\n\n/*  Brutal Gladiator's Wyrmhide Gloves  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35111;\n\n/*  Brutal Gladiator's Wyrmhide Helm  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35112;\n\n/*  Brutal Gladiator's Wyrmhide Legguards  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35113;\n\n/*  Brutal Gladiator's Wyrmhide Spaulders  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35114;\n\n/*  Brutal Gladiator's Wyrmhide Tunic  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35115;\n\n/*  Guardian's Band of Dominance  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 35129;\n\n/*  Guardian's Pendant of Conquest  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35132;\n\n/*  Guardian's Lamellar Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 35140;\n\n/*  Guardian's Linked Sabatons  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 38 WHERE `entry` = 35142;\n\n/*  Guardian's Mail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35143;\n\n/*  Guardian's Ornamented Greaves  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 35145;\n\n/*  Guardian's Ringmail Sabatons  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35147;\n\n/*  Guardian's Silk Footguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35149;\n\n/*  Guardian's Chain Girdle  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35151;\n\n/*  Guardian's Dragonhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35152;\n\n/*  Guardian's Dreadweave Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35153;\n\n/*  Guardian's Kodohide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35154;\n\n/*  Guardian's Lamellar Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 35155;\n\n/*  Guardian's Leather Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35156;\n\n/*  Guardian's Linked Girdle  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 38, `RequiredReputationRank` = 0 WHERE `entry` = 35157;\n\n/*  Guardian's Mail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 35158;\n\n/*  Guardian's Mooncloth Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35159;\n\n/*  Guardian's Ornamented Belt  */\nUPDATE `item_template` SET `stat_type2` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 35160;\n\n/*  Guardian's Plate Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35161;\n\n/*  Guardian's Ringmail Girdle  */\nUPDATE `item_template` SET `stat_type4` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 35162;\n\n/*  Guardian's Scaled Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35163;\n\n/*  Guardian's Silk Belt  */\nUPDATE `item_template` SET `stat_type3` = 21, `RequiredReputationRank` = 0 WHERE `entry` = 35164;\n\n/*  Guardian's Wyrmhide Belt  */\nUPDATE `item_template` SET `RequiredReputationRank` = 0 WHERE `entry` = 35165;\n\n/*  Guardian's Kodohide Bracers  */\nUPDATE `item_template` SET `stat_value1` = 43 WHERE `entry` = 35169;\n\n/*  Guardian's Lamellar Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 35170;\n\n/*  Guardian's Linked Bracers  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 28 WHERE `entry` = 35172;\n\n/*  Guardian's Mail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35173;\n\n/*  Guardian's Ornamented Bracers  */\nUPDATE `item_template` SET `stat_type2` = 21 WHERE `entry` = 35175;\n\n/*  Guardian's Ringmail Bracers  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35177;\n\n/*  Guardian's Silk Cuffs  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35179;\n\n/*  Powerheal 9000 Lens  */\nUPDATE `item_template` SET `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 35181;\n\n/*  Hyper-Magnified Moon Specs  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 35182;\n\n/*  Wonderheal XT68 Shades  */\nUPDATE `item_template` SET `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 35183;\n\n/*  Primal-Attuned Goggles  */\nUPDATE `item_template` SET `spellid_3` = 30645, `spellid_4` = 40273 WHERE `entry` = 35184;\n\n/*  Justicebringer 3000 Specs  */\nUPDATE `item_template` SET `stat_type3` = 21, `spellid_2` = 30645, `spellid_3` = 40273 WHERE `entry` = 35185;\n\n/*  Sin'dorei Band of Dominance  */\nUPDATE `item_template` SET `stat_type4` = 21, `DisenchantID` = 0 WHERE `entry` = 35282;\n\n/*  Sin'dorei Band of Salvation  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 35283;\n\n/*  Sin'dorei Band of Triumph  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 35284;\n\n/*  Sin'dorei Pendant of Conquest  */\nUPDATE `item_template` SET `stat_type3` = 21, `DisenchantID` = 0 WHERE `entry` = 35290;\n\n/*  Sin'dorei Pendant of Salvation  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 35291;\n\n/*  Sin'dorei Pendant of Triumph  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 35292;\n\n/*  Vindicator's Pendant of Reprieve  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 35317;\n\n/*  Vindicator's Pendant of Subjugation  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 35319;\n\n/*  Vindicator's Band of Subjugation  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 35320;\n\n/*  Cloak of Arcane Alacrity  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 35321;\n\n/*  Cloak of Swift Reprieve  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 35324;\n\n/*  Battlemaster's Alacrity  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 35326;\n\n/*  Battlemaster's Alacrity  */\nUPDATE `item_template` SET `stat_type1` = 30 WHERE `entry` = 35327;\n\n/*  Dreadweave Mantle  */\nUPDATE `item_template` SET `stat_type4` = 18 WHERE `entry` = 35331;\n\n/*  Evoker's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35343;\n\n/*  Evoker's Silk Cowl  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35344;\n\n/*  Evoker's Silk Handguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35345;\n\n/*  Evoker's Silk Raiment  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35346;\n\n/*  Evoker's Silk Trousers  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35347;\n\n/*  Kodohide Robe  */\nUPDATE `item_template` SET `BuyPrice` = 223811, `SellPrice` = 55952 WHERE `entry` = 35365;\n\n/*  Opportunist's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 35366;\n\n/*  Wyrmhide Robe  */\nUPDATE `item_template` SET `BuyPrice` = 223811, `SellPrice` = 55952 WHERE `entry` = 35375;\n\n/*  Seer's Linked Armor  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 22 WHERE `entry` = 35381;\n\n/*  Seer's Linked Gauntlets  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 21 WHERE `entry` = 35382;\n\n/*  Seer's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 20 WHERE `entry` = 35383;\n\n/*  Seer's Linked Leggings  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 22 WHERE `entry` = 35384;\n\n/*  Seer's Linked Spaulders  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 13 WHERE `entry` = 35385;\n\n/*  Seer's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35386;\n\n/*  Seer's Mail Gauntlets  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35387;\n\n/*  Seer's Mail Helm  */\nUPDATE `item_template` SET `BuyPrice` = 189533, `SellPrice` = 47383, `stat_type3` = 21 WHERE `entry` = 35388;\n\n/*  Seer's Mail Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35389;\n\n/*  Seer's Mail Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35390;\n\n/*  Seer's Ringmail Chestguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35391;\n\n/*  Seer's Ringmail Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35392;\n\n/*  Seer's Ringmail Headpiece  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35393;\n\n/*  Seer's Ringmail Legguards  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35394;\n\n/*  Seer's Ringmail Shoulderpads  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35395;\n\n/*  Crusader's Ornamented Chestplate  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35402;\n\n/*  Crusader's Ornamented Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35403;\n\n/*  Crusader's Ornamented Headguard  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35404;\n\n/*  Crusader's Ornamented Leggings  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35405;\n\n/*  Crusader's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35406;\n\n/*  Evoker's Silk Amice  */\nUPDATE `item_template` SET `stat_type4` = 21 WHERE `entry` = 35465;\n\n/*  Opportunist's Leather Gloves  */\nUPDATE `item_template` SET `spellid_2` = 32748 WHERE `entry` = 35468;\n\n/*  Seer's Mail Armor  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35472;\n\n/*  Seer's Ringmail Gloves  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35473;\n\n/*  Seer's Linked Helm  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 20 WHERE `entry` = 35474;\n\n/*  Crusader's Ornamented Spaulders  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35476;\n\n/*  Cloak of the Frigid Winds  */\nUPDATE `item_template` SET `stat_type3` = 21 WHERE `entry` = 35497;\n\n/*  Frostscythe of Lord Ahune  */\nUPDATE `item_template` SET `dmg_min1` = 143.2, `dmg_max1` = 286.2, `stat_type3` = 21, `DisenchantID` = 0 WHERE `entry` = 35514;\n\n/*  Figurine - Empyrean Tortoise  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 35693;\n\n/*  Figurine - Khorium Boar  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 35694;\n\n/*  Figurine - Crimson Serpent  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 35700;\n\n/*  Figurine - Shadowsong Panther  */\nUPDATE `item_template` SET `spellid_1` = 17746, `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 35702;\n\n/*  Figurine - Seaspray Albatross  */\nUPDATE `item_template` SET `RequiredSkill` = 0, `RequiredSkillRank` = 0 WHERE `entry` = 35703;\n\n/*  Direbrew's Shanker  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 37597;\n\n/*  Guardian's Band of Subjugation  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 37927;\n\n/*  Guardian's Pendant of Subjugation  */\nUPDATE `item_template` SET `stat_type3` = 30 WHERE `entry` = 37928;\n\n/*  Guardian's Pendant of Reprieve  */\nUPDATE `item_template` SET `stat_type4` = 30 WHERE `entry` = 37929;\n\n/*  Ruby Shades  */\nUPDATE `item_template` SET `BuyPrice` = 20000000, `SellPrice` = 50000, `bonding` = 2 WHERE `entry` = 38089;\n\n/*  Direbrew Hops  */\nUPDATE `item_template` SET `spellcategorycooldown_2` = -1, `spellcategory_2` = 0 WHERE `entry` = 38288;\n\n/*  Coren's Lucky Coin  */\nUPDATE `item_template` SET `spellcategorycooldown_3` = -1, `spellcategory_3` = 0 WHERE `entry` = 38289;\n\n/*  Don Carlos' Famous Hat  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE `entry` = 38506;\n\n/* =========== NON-EQUIPMENT ITEMS ================ */\n\n/*  Anesthetic Poison  */\nUPDATE item_template SET BuyPrice = 500, SellPrice = 125 WHERE `entry` = 21835;\n\n/*  Bolt of Imbued Netherweave  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE `entry` = 21842;\n\n/*  Pattern: Bolt of Imbued Netherweave  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21892;\n\n/*  Pattern: Imbued Netherweave Bag  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21893;\n\n/*  Pattern: Bolt of Soulcloth  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21894;\n\n/*  Pattern: Primal Mooncloth  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21895;\n\n/*  Pattern: Netherweave Robe  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21896;\n\n/*  Pattern: Netherweave Tunic  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21897;\n\n/*  Pattern: Imbued Netherweave Pants  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21898;\n\n/*  Pattern: Imbued Netherweave Boots  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21899;\n\n/*  Pattern: Imbued Netherweave Robe  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21900;\n\n/*  Pattern: Imbued Netherweave Tunic  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21901;\n\n/*  Pattern: Soulcloth Gloves  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21902;\n\n/*  Pattern: Soulcloth Shoulders  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21903;\n\n/*  Pattern: Soulcloth Vest  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21904;\n\n/*  Pattern: Arcanoweave Bracers  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21905;\n\n/*  Pattern: Arcanoweave Boots  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21906;\n\n/*  Pattern: Arcanoweave Robe  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21907;\n\n/*  Pattern: Spellfire Belt  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21908;\n\n/*  Pattern: Spellfire Gloves  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21909;\n\n/*  Pattern: Spellfire Bag  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21911;\n\n/*  Pattern: Frozen Shadoweave Shoulders  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21912;\n\n/*  Pattern: Frozen Shadoweave Robe  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21913;\n\n/*  Pattern: Frozen Shadoweave Boots  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21914;\n\n/*  Pattern: Ebon Shadowbag  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21915;\n\n/*  Pattern: Primal Mooncloth Belt  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21916;\n\n/*  Pattern: Primal Mooncloth Robe  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21917;\n\n/*  Pattern: Primal Mooncloth Shoulders  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21918;\n\n/*  Pattern: Primal Mooncloth Bag  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 21919;\n\n/*  Instant Poison VII  */\nUPDATE item_template SET BuyPrice = 500, SellPrice = 125 WHERE `entry` = 21927;\n\n/*  Deadly Poison VI  */\nUPDATE item_template SET BuyPrice = 600, SellPrice = 150 WHERE `entry` = 22053;\n\n/*  Deadly Poison VII  */\nUPDATE item_template SET BuyPrice = 600, SellPrice = 150 WHERE `entry` = 22054;\n\n/*  Wound Poison V  */\nUPDATE item_template SET BuyPrice = 700, SellPrice = 175 WHERE `entry` = 22055;\n\n/*  Greater Planar Essence  */\nUPDATE item_template SET BuyPrice = 0 WHERE `entry` = 22446;\n\n/*  Large Prismatic Shard  */\nUPDATE item_template SET BuyPrice = 0 WHERE `entry` = 22449;\n\n/*  Mana Thistle  */\nUPDATE item_template SET BuyPrice = 10000, SellPrice = 2500 WHERE `entry` = 22793;\n\n/*  Fel Lotus  */\nUPDATE item_template SET Quality = 1, BuyPrice = 40000, SellPrice = 10000 WHERE `entry` = 22794;\n\n/*  Major Fire Protection Potion  */\nUPDATE item_template SET BuyPrice = 24000, SellPrice = 6000 WHERE `entry` = 22841;\n\n/*  Major Frost Protection Potion  */\nUPDATE item_template SET BuyPrice = 24000, SellPrice = 6000 WHERE `entry` = 22842;\n\n/*  Major Nature Protection Potion  */\nUPDATE item_template SET BuyPrice = 24000, SellPrice = 6000 WHERE `entry` = 22844;\n\n/*  Major Arcane Protection Potion  */\nUPDATE item_template SET BuyPrice = 24000, SellPrice = 6000 WHERE `entry` = 22845;\n\n/*  Major Shadow Protection Potion  */\nUPDATE item_template SET BuyPrice = 24000, SellPrice = 6000 WHERE `entry` = 22846;\n\n/*  Major Holy Protection Potion  */\nUPDATE item_template SET BuyPrice = 24000, SellPrice = 6000 WHERE `entry` = 22847;\n\n/*  Flask of Fortification  */\nUPDATE item_template SET BuyPrice = 80000, SellPrice = 20000 WHERE `entry` = 22851;\n\n/*  Flask of Mighty Restoration  */\nUPDATE item_template SET BuyPrice = 80000, SellPrice = 20000 WHERE `entry` = 22853;\n\n/*  Flask of Relentless Assault  */\nUPDATE item_template SET BuyPrice = 80000, SellPrice = 20000 WHERE `entry` = 22854;\n\n/*  Flask of Blinding Light  */\nUPDATE item_template SET BuyPrice = 80000, SellPrice = 20000 WHERE `entry` = 22861;\n\n/*  Flask of Pure Death  */\nUPDATE item_template SET BuyPrice = 80000, SellPrice = 20000 WHERE `entry` = 22866;\n\n/*  Goldenmist Special Brew  */\nUPDATE item_template SET bonding = 0 WHERE `entry` = 23444;\n\n/*  Felsteel Bar  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE `entry` = 23448;\n\n/*  Primal Nether  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 23572;\n\n/*  Hardened Adamantite Bar  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE `entry` = 23573;\n\n/*  Featherbeard's Map  */\nUPDATE item_template SET Quality = 1, bonding = 4 WHERE `entry` = 23695;\n\n/*  Blackened Urn  */\nUPDATE item_template SET Quality = 1, SellPrice = 0 WHERE `entry` = 24140;\n\n/*  Mystic Spellthread  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 24273;\n\n/*  Silver Spellthread  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 24275;\n\n/*  Pattern: Spellcloth  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 24316;\n\n/*  Marsh Lichen  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 24539;\n\n/*  Golden Gryphon  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 70 WHERE `entry` = 25470;\n\n/*  Ebon Gryphon  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 70 WHERE `entry` = 25471;\n\n/*  Snowy Gryphon  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 70 WHERE `entry` = 25472;\n\n/*  Swift Blue Gryphon  */\nUPDATE item_template SET BuyPrice = 2000000, SellPrice = 0 WHERE `entry` = 25473;\n\n/*  Swift Red Gryphon  */\nUPDATE item_template SET BuyPrice = 2000000, SellPrice = 0 WHERE `entry` = 25527;\n\n/*  Swift Green Gryphon  */\nUPDATE item_template SET BuyPrice = 2000000, SellPrice = 0 WHERE `entry` = 25528;\n\n/*  Swift Purple Gryphon  */\nUPDATE item_template SET BuyPrice = 2000000, SellPrice = 0 WHERE `entry` = 25529;\n\n/*  Crystal Infused Leather  */\nUPDATE item_template SET BuyPrice = 5000 WHERE `entry` = 25699;\n\n/*  Fel Scales  */\nUPDATE item_template SET BuyPrice = 5000 WHERE `entry` = 25700;\n\n/*  Fel Hide  */\nUPDATE item_template SET BuyPrice = 25000, SellPrice = 6250 WHERE `entry` = 25707;\n\n/*  Scroll of Agility V  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 27498;\n\n/*  Scroll of Intellect V  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 27499;\n\n/*  Scroll of Protection V  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 27500;\n\n/*  Scroll of Spirit V  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 27501;\n\n/*  Scroll of Stamina V  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 27502;\n\n/*  Scroll of Strength V  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 27503;\n\n/*  Runed Ornate Ruby  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 28118;\n\n/*  Smooth Ornate Dawnstone  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 28119;\n\n/*  Gleaming Ornate Dawnstone  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 28120;\n\n/*  Potent Ornate Topaz  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 28123;\n\n/*  Bold Ornate Ruby  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 28362;\n\n/*  Inscribed Ornate Topaz  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 28363;\n\n/*  Brown Elekk  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 28481;\n\n/*  Reins of the Dark Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 28915;\n\n/*  Red Hawkstrider  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 28927;\n\n/*  Swift Pink Hawkstrider  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 60 WHERE `entry` = 28936;\n\n/*  Reins of the Cobalt War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29102;\n\n/*  Reins of the White War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29103;\n\n/*  Reins of the Silver War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29104;\n\n/*  Reins of the Tan War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29105;\n\n/*  Conjuring Powder  */\nUPDATE item_template SET bonding = 0 WHERE `entry` = 29207;\n\n/*  Blue Hawkstrider  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 29220;\n\n/*  Black Hawkstrider  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 29221;\n\n/*  Purple Hawkstrider  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 29222;\n\n/*  Swift Green Hawkstrider  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 60 WHERE `entry` = 29223;\n\n/*  Swift Purple Hawkstrider  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 60 WHERE `entry` = 29224;\n\n/*  Reins of the Cobalt War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29227;\n\n/*  Reins of the Dark War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29228;\n\n/*  Reins of the Silver War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29229;\n\n/*  Reins of the Tan War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29230;\n\n/*  Reins of the White War Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29231;\n\n/*  Mana Wyrmling  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29363;\n\n/*  Brown Rabbit Crate  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29364;\n\n/*  Black Battlestrider  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29465;\n\n/*  Black War Kodo  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29466;\n\n/*  Black War Ram  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29467;\n\n/*  Black War Steed Bridle  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29468;\n\n/*  Horn of the Black War Wolf  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29469;\n\n/*  Red Skeletal Warhorse  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29470;\n\n/*  Reins of the Black War Tiger  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29471;\n\n/*  Whistle of the Black War Raptor  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29472;\n\n/*  Drums of Battle  */\nUPDATE item_template SET Quality = 3 WHERE `entry` = 29529;\n\n/*  Cobrahide Leg Armor  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29533;\n\n/*  Clefthide Leg Armor  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 29534;\n\n/*  Cobra Scales  */\nUPDATE item_template SET BuyPrice = 5000 WHERE `entry` = 29539;\n\n/*  Wind Scales  */\nUPDATE item_template SET BuyPrice = 5000 WHERE `entry` = 29547;\n\n/*  Nether Dragonscales  */\nUPDATE item_template SET BuyPrice = 8000 WHERE `entry` = 29548;\n\n/*  Purple Elekk  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 29743;\n\n/*  Gray Elekk  */\nUPDATE item_template SET BuyPrice = 100000, SellPrice = 0, RequiredLevel = 30 WHERE `entry` = 29744;\n\n/*  Great Blue Elekk  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 60 WHERE `entry` = 29745;\n\n/*  Great Green Elekk  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 60 WHERE `entry` = 29746;\n\n/*  Great Purple Elekk  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 0, RequiredLevel = 60 WHERE `entry` = 29747;\n\n/*  Blue Moth Egg  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29901;\n\n/*  Red Moth Egg  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29902;\n\n/*  Yellow Moth Egg  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29903;\n\n/*  White Moth Egg  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29904;\n\n/*  Golden Dragonhawk Hatchling  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29953;\n\n/*  Red Dragonhawk Hatchling  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29956;\n\n/*  Silver Dragonhawk Hatchling  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29957;\n\n/*  Blue Dragonhawk Hatchling  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29958;\n\n/*  Captured Firefly  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 29960;\n\n/*  Nether Vortex  */\nUPDATE item_template SET bonding = 1 WHERE `entry` = 30183;\n\n/*  Fiery Warhorse's Reins  */\nUPDATE item_template SET RequiredLevel = 70 WHERE `entry` = 30480;\n\n/*  Pattern: Shadowcloth  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 30483;\n\n/*  Pickled Murloc Head  */\nUPDATE item_template SET BuyPrice = 8000000 WHERE `entry` = 30508;\n\n/*  Flamewrought Key  */\nUPDATE item_template SET RequiredReputationRank = 6 WHERE `entry` = 30622;\n\n/*  Reservoir Key  */\nUPDATE item_template SET RequiredReputationRank = 6 WHERE `entry` = 30623;\n\n/*  Auchenai Key  */\nUPDATE item_template SET RequiredReputationRank = 6 WHERE `entry` = 30633;\n\n/*  Warpforged Key  */\nUPDATE item_template SET RequiredReputationRank = 6 WHERE `entry` = 30634;\n\n/*  Key of Time  */\nUPDATE item_template SET RequiredReputationRank = 6 WHERE `entry` = 30635;\n\n/*  Flamewrought Key  */\nUPDATE item_template SET RequiredReputationRank = 6 WHERE `entry` = 30637;\n\n/*  Miniwing  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE `entry` = 31760;\n\n/*  Reins of the Cobalt Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31829;\n\n/*  Reins of the Cobalt Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31830;\n\n/*  Reins of the Silver Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31831;\n\n/*  Reins of the Silver Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31832;\n\n/*  Reins of the Tan Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31833;\n\n/*  Reins of the Tan Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31834;\n\n/*  Reins of the White Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31835;\n\n/*  Reins of the White Riding Talbuk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 31836;\n\n/*  Blessings Deck  */\nUPDATE item_template SET BuyPrice = 800000, SellPrice = 200000 WHERE `entry` = 31890;\n\n/*  Storms Deck  */\nUPDATE item_template SET BuyPrice = 800000, SellPrice = 200000 WHERE `entry` = 31891;\n\n/*  Furies Deck  */\nUPDATE item_template SET BuyPrice = 800000, SellPrice = 200000 WHERE `entry` = 31907;\n\n/*  Lunacy Deck  */\nUPDATE item_template SET BuyPrice = 800000, SellPrice = 200000 WHERE `entry` = 31914;\n\n/*  Star's Tears  */\nUPDATE item_template SET BuyPrice = 2500 WHERE `entry` = 32453;\n\n/*  Large Copper Metamorphosis Geode  */\nUPDATE item_template SET BuyPrice = 32200, SellPrice = 0 WHERE `entry` = 32626;\n\n/*  Small Copper Metamorphosis Geode  */\nUPDATE item_template SET BuyPrice = 24150, SellPrice = 0 WHERE `entry` = 32627;\n\n/*  Reins of the Raven Lord  */\nUPDATE item_template SET RequiredLevel = 70 WHERE `entry` = 32768;\n\n/*  Fisherman's Feast  */\nUPDATE item_template SET BuyPrice = 4000, SellPrice = 200 WHERE `entry` = 33052;\n\n/*  Jack-o'-Lantern  */\nUPDATE item_template SET BuyPrice = 2500000 WHERE `entry` = 33117;\n\n/*  Sinister Squashling  */\nUPDATE item_template SET BuyPrice = 7500000 WHERE `entry` = 33154;\n\n/*  Flying Broom  */\nUPDATE item_template SET bonding = 3, RequiredLevel = 70 WHERE `entry` = 33176;\n\n/*  Swift Flying Broom  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 33182;\n\n/*  Old Magic Broom  */\nUPDATE item_template SET RequiredLevel = 40 WHERE `entry` = 33183;\n\n/*  Swift Magic Broom  */\nUPDATE item_template SET bonding = 3, RequiredLevel = 60 WHERE `entry` = 33184;\n\n/*  Adamantite Weapon Chain  */\nUPDATE item_template SET RequiredLevel = 0 WHERE `entry` = 33185;\n\n/*  Rickety Magic Broom  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 33189;\n\n/*  Flask of Chromatic Wonder  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE `entry` = 33208;\n\n/*  Goblin Gumbo Kettle  */\nUPDATE item_template SET BuyPrice = 500000, SellPrice = 450000 WHERE `entry` = 33219;\n\n/*  Reins of the Spectral Tiger  */\nUPDATE item_template SET BuyPrice = 100000, RequiredLevel = 40 WHERE `entry` = 33224;\n\n/*  Reins of the Swift Spectral Tiger  */\nUPDATE item_template SET BuyPrice = 0, RequiredLevel = 60 WHERE `entry` = 33225;\n\n/*  Toothy's Bucket  */\nUPDATE item_template SET BuyPrice = 5000000 WHERE `entry` = 33816;\n\n/*  Muckbreath's Bucket  */\nUPDATE item_template SET BuyPrice = 5000000 WHERE `entry` = 33818;\n\n/*  Crystal Healing Potion  */\nUPDATE item_template SET BuyPrice = 4000, SellPrice = 1000 WHERE `entry` = 33934;\n\n/*  Crystal Mana Potion  */\nUPDATE item_template SET BuyPrice = 4000, SellPrice = 1000 WHERE `entry` = 33935;\n\n/*  Brewfest Ram  */\nUPDATE item_template SET RequiredLevel = 40 WHERE `entry` = 33976;\n\n/*  Swift Brewfest Ram  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 33977;\n\n/*  Flying Machine Control  */\nUPDATE item_template SET bonding = 3, RequiredLevel = 70 WHERE `entry` = 34060;\n\n/*  Turbo-Charged Flying Machine Control  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 34061;\n\n/*  Weighted Jack-o'-Lantern  */\nUPDATE item_template SET BuyPrice = 1000 WHERE `entry` = 34068;\n\n/*  Swift Warstrider  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 34129;\n\n/*  Recovery Diver's Potion  */\nUPDATE item_template SET BuyPrice = 380, SellPrice = 95 WHERE `entry` = 34130;\n\n/*  Clockwork Rocket Bot  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 10000 WHERE `entry` = 34425;\n\n/*  Rocket Chicken  */\nUPDATE item_template SET BuyPrice = 1000000, SellPrice = 10000 WHERE `entry` = 34492;\n\n/*  Azure Whelpling  */\nUPDATE item_template SET bonding = 3 WHERE `entry` = 34535;\n\n/*  Scorched Stone  */\nUPDATE item_template SET BuyPrice = 5000000 WHERE `entry` = 34955;\n\n/*  Pattern: Hands of Eternal Light  */\nUPDATE item_template SET SellPrice = 0 WHERE `entry` = 35205;\n\n/*  X-51 Nether-Rocket  */\nUPDATE item_template SET RequiredLevel = 70 WHERE `entry` = 35225;\n\n/*  Luminous Bluetail  */\nUPDATE item_template SET BuyPrice = 0 WHERE `entry` = 35287;\n\n/*  Snarly's Bucket  */\nUPDATE item_template SET BuyPrice = 5000000 WHERE `entry` = 35349;\n\n/*  Chuck's Bucket  */\nUPDATE item_template SET BuyPrice = 5000000 WHERE `entry` = 35350;\n\n/*  Enchant 2H Weapon - Major Agility  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35396;\n\n/*  Enchant 2H Weapon - Savagery  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35397;\n\n/*  Enchant Boots - Boar's Speed  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35398;\n\n/*  Enchant Boots - Cat's Swiftness  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35399;\n\n/*  Enchant Boots - Dexterity  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35400;\n\n/*  Enchant Boots - Fortitude  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35417;\n\n/*  Enchant Boots - Surefooted  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35418;\n\n/*  Enchant Boots - Vitality  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35419;\n\n/*  Enchant Bracer - Brawn  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35420;\n\n/*  Enchant Bracer - Fortitude  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35421;\n\n/*  Enchant Bracer - Major Defense  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35422;\n\n/*  Enchant Bracer - Major Intellect  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35423;\n\n/*  Enchant Bracer - Restore Mana Prime  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35424;\n\n/*  Enchant Bracer - Spellpower  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35425;\n\n/*  Enchant Bracer - Stats  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35426;\n\n/*  Enchant Bracer - Superior Healing  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35427;\n\n/*  Enchant Chest - Exceptional Health  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35428;\n\n/*  Enchant Chest - Exceptional Stats  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35429;\n\n/*  Enchant Chest - Major Resilience  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35430;\n\n/*  Enchant Chest - Major Spirit  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35431;\n\n/*  Enchant Cloak - Greater Agility  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35432;\n\n/*  Enchant Cloak - Greater Arcane Resistance  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35433;\n\n/*  Enchant Cloak - Greater Shadow Resistance  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35434;\n\n/*  Enchant Cloak - Major Resistance  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35435;\n\n/*  Enchant Cloak - Spell Penetration  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35436;\n\n/*  Enchant Cloak - Major Armor  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35437;\n\n/*  Enchant Gloves - Assault  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35438;\n\n/*  Enchant Gloves - Blasting  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35439;\n\n/*  Enchant Gloves - Major Healing  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35440;\n\n/*  Enchant Gloves - Major Spellpower  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35441;\n\n/*  Enchant Gloves - Major Strength  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35442;\n\n/*  Enchant Gloves - Spell Strike  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35443;\n\n/*  Enchant Ring - Healing Power  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35444;\n\n/*  Enchant Ring - Spellpower  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35445;\n\n/*  Enchant Ring - Stats  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35446;\n\n/*  Enchant Ring - Striking  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35447;\n\n/*  Enchant Shield - Intellect  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35448;\n\n/*  Enchant Shield - Major Stamina  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35449;\n\n/*  Enchant Shield - Resistance  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35450;\n\n/*  Enchant Shield - Shield Block  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35451;\n\n/*  Enchant Weapon - Battlemaster  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35452;\n\n/*  Enchant Weapon - Greater Agility  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35453;\n\n/*  Enchant Weapon - Major Healing  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35454;\n\n/*  Enchant Weapon - Major Intellect  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35455;\n\n/*  Enchant Weapon - Major Spellpower  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35456;\n\n/*  Enchant Weapon - Major Striking  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35457;\n\n/*  Enchant Weapon - Mongoose  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35458;\n\n/*  Enchant Weapon - Potency  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35459;\n\n/*  Enchant Weapon - Soulfrost  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35460;\n\n/*  Enchant Weapon - Spellsurge  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35461;\n\n/*  Enchant Weapon - Sunfire  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 650 WHERE `entry` = 35462;\n\n/*  Eternal Earthstorm Diamond  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 35501;\n\n/*  Swift White Hawkstrider  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 35513;\n\n/*  Flame of Silvermoon  */\nUPDATE item_template SET RequiredLevel = 50 WHERE `entry` = 35568;\n\n/*  Shards of Ahune  */\nUPDATE item_template SET RequiredLevel = 65 WHERE `entry` = 35723;\n\n/*  Formula: Enchant Cloak - Steelweave  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE `entry` = 35756;\n\n/*  Reins of the Black War Elekk  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 35906;\n\n/*  The Horseman's Reins  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 37012;\n\n/*  Crashin' Thrashin' Racer Controller  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE `entry` = 37710;\n\n/*  Swift Zhevra  */\nUPDATE item_template SET BuyPrice = 1000000, RequiredLevel = 60 WHERE `entry` = 37719;\n\n/*  Fresh Brewfest Hops  */\nUPDATE item_template SET RequiredLevel = 40 WHERE `entry` = 37750;\n\n/*  Preserved Brewfest Hops  */\nUPDATE item_template SET RequiredLevel = 40 WHERE `entry` = 37816;\n\n/*  Great Brewfest Kodo  */\nUPDATE item_template SET RequiredLevel = 60 WHERE `entry` = 37828;\n\n/*  Path of Illidan  */\nUPDATE item_template SET BuyPrice = 100000 WHERE `entry` = 38233;\n\n/*  Direbrew's Dire Brew  */\nUPDATE item_template SET RequiredLevel = 65 WHERE `entry` = 38280;\n\n/*  Direbrew's Dire Brew  */\nUPDATE item_template SET RequiredLevel = 65 WHERE `entry` = 38281;\n\n/*  Big Battle Bear  */\nUPDATE item_template SET BuyPrice = 1000000, RequiredLevel = 60 WHERE `entry` = 38576;\n\n/*  Party G.R.E.N.A.D.E.  */\nUPDATE item_template SET BuyPrice = 1000 WHERE `entry` = 38577;\n\n/*  Empty Brew Bottle  */\nUPDATE item_template SET BuyPrice = 4, SellPrice = 4 WHERE `entry` = 38626;\n\n/*  Fresh Goblin Brewfest Hops  */\nUPDATE item_template SET RequiredLevel = 40 WHERE `entry` = 39476;\n\n/*  Fresh Dwarven Brewfest Hops  */\nUPDATE item_template SET RequiredLevel = 40 WHERE `entry` = 39477;\n\n-- Set World Boss loot to BoP (changed to BoE in patch 2.4)\nUPDATE `item_template` SET `bonding`=1 WHERE `entry` IN (\n30732, -- Exodar Life-Staff\n30733, -- Hope Ender\n30734, -- Leggings of the Seventh Circle\n30735, -- Ancient Spellcloak of the Highborne\n30736, -- Ring of Flowing Light\n30737, -- Gold-Leaf Wildboots\n30738, -- Ring of Reciprocity\n30739, -- Scaled Greaves of the Marksman\n30740, -- Ripfiend Shoulderplates\n30741, -- Topaz-Studded Battlegrips\n\n30722, -- Ethereum Nexus-Reaver\n30723, -- Talon of the Tempest\n30724, -- Barrel-Blade Longrifle\n30725, -- Anger-Spark Gloves\n30726, -- Archaic Charm of Presence\n30727, -- Gilded Trousers of Benediction\n30728, -- Fathom-Helm of the Deeps\n30729, -- Black-Iron Battlecloak\n30730, -- Terrorweave Tunic\n30731  -- Faceguard of the Endless Watch\n);\n\n-- Set TBC gems to Unique-Equipped and BoP (changed in 2.4)\nUPDATE `item_template` SET `Flags`=`Flags`|524288, `bonding`=1 WHERE `entry` IN (\n-- Honor Gems\n28118, -- Runed Ornate Ruby\n28119, -- Smooth Ornate Dawnstone\n28120, -- Gleaming Ornate Dawnstone\n28123, -- Potent Ornate Topaz\n28362, -- Bold Ornate Ruby\n28363, -- Inscribed Ornate Topaz\n\n-- Arena Gems\n38545, -- Bold Ornate Ruby\n38546, -- Gleaming Ornate Dawnstone\n38547, -- Inscribed Ornate Topaz\n38548, -- Potent Ornate Topaz\n38549, -- Runed Ornate Ruby\n38550, -- Smooth Ornate Dawnstone\n\n-- Heroic Dungeon Epic Gems\n30587, -- Champion's Fire Opal\n30582, -- Deadly Fire Opal\n30584, -- Inscribed Fire Opal\n30591, -- Lucent Fire Opal\n30585, -- Polished Fire Opal\n30588, -- Potent Fire Opal (1)\n30593, -- Potent Fire Opal (2)\n30547, -- Reckless Fire Opal (1)\n30551, -- Reckless Fire Opal (2)\n30604, -- Resplendent Fire Opal\n30607, -- Splendid Fire Opal\n30554, -- Stalwart Fire Opal (1)\n30558, -- Stalwart Fire Opal (2)\n30581, -- Willful Fire Opal\n\n30548, -- Jagged Chrysoprase (1)\n30565, -- Jagged Chrysoprase (2)\n30602, -- Jagged Chrysoprase (3)\n30606, -- Lightning Chrysoprase\n30550, -- Misty Chrysoprase (1)\n30560, -- Misty Chrysoprase (2)\n30575, -- Nimble Chrysoprase (1)\n30605, -- Nimble Chrysoprase (2)\n30608, -- Radiant Chrysoprase\n30563, -- Regal Chrysoprase (1)\n30590, -- Regal Chrysoprase (2)\n30594, -- Regal Chrysoprase (3)\n30592, -- Steady Chrysoprase (1)\n30601, -- Steady Chrysoprase (2)\n\n30566, -- Defender's Tanzanite\n30559, -- Etched Tanzanite\n30553, -- Glinting Tanzanite (1)\n30556, -- Glinting Tanzanite (2)\n30573, -- Mysterious Tanzanite\n30572, -- Purified Tanzanite (1)\n30586, -- Purified Tanzanite (2)\n30589, -- Purified Tanzanite (3)\n30600, -- Purified Tanzanite (4)\n30603, -- Purified Tanzanite (5)\n30549, -- Shifting Tanzanite\n30546, -- Sovereign Tanzanite\n30552, -- Timeless Tanzanite (1)\n30555, -- Timeless Tanzanite (2)\n30583, -- Timeless Tanzanite (3)\n30564  -- Veiled Tanzanite\n);\n"
  },
  {
    "path": "data/sql/world/base/tbc_loot_fixes.sql",
    "content": "/* Formula, Plans, Schematics */\n\nDELETE FROM `creature_loot_template` WHERE `Reference` = 50501 AND `Entry` BETWEEN 11980 AND 28132;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n-- (7370, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'), -- vanilla creature\n(11980, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(12377, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(12378, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(12379, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(12380, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15547, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15548, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15551, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15687, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15688, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15689, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15690, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(15691, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16152, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16170, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16171, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16173, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16174, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16175, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16176, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16177, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16178, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16179, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16180, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16181, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16389, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16406, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16407, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16408, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16409, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16410, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16411, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16412, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16414, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16415, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16424, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16425, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16457, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16459, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16460, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16461, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16468, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16470, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16471, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16472, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16473, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16481, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16482, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16485, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16488, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16489, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16491, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16492, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16504, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16507, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16523, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16524, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16525, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16526, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16529, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16530, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16539, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16540, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16544, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16545, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (16593, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (16594, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16595, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16596, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (16699, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (16700, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (16704, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16805, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16807, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16808, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16809, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16845, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16943, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16944, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16945, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16948, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16949, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16952, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(16959, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17057, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17083, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17128, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17129, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17130, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17131, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17132, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17133, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17134, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17135, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17136, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17137, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17138, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17139, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17141, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17142, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17144, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17146, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17147, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17148, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17149, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17150, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17151, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17152, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17153, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17154, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17155, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17156, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17157, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17158, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17159, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17160, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17225, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17257, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17301, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17356, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17420, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17427, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17461, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17464, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17465, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17521, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17533, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17534, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17536, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17537, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17669, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17670, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17671, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17694, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17695, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17711, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17721, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17722, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17723, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17724, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17725, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17726, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17727, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17728, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17729, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17730, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17731, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17732, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17734, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17735, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17767, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Rage Winterchill - ReferenceTable - Formula, Plans, Schematics'),\n(17770, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17771, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17796, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17797, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17798, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17799, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17800, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17801, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17802, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17803, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17805, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17808, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Anetheron - ReferenceTable - Formula, Plans, Schematics'),\n(17814, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17815, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17816, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17817, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17819, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17820, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17826, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17833, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17839, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17840, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17842, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Azgalor - ReferenceTable - Formula, Plans, Schematics'),\n(17846, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17848, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17860, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17862, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17870, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17871, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17879, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17880, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17881, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17882, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17888, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Kaz\\'rogal - ReferenceTable - Formula, Plans, Schematics'),\n(17895, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17897, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17898, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17899, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17905, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17906, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17907, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17908, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17916, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17938, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17940, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17941, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17942, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17952, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17957, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17958, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17959, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17960, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17961, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17962, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (17968, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Archimonde - ReferenceTable - Formula, Plans, Schematics'),\n(17975, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17976, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17977, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17978, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17980, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17981, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17991, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17993, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(17994, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18033, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18037, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18043, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18044, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18046, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18048, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18049, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18050, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18051, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18052, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18053, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18054, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18055, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18057, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18058, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18059, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18062, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18064, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18065, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18092, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18093, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18094, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18096, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18105, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18127, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18145, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18154, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18155, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18160, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18168, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18170, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18171, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18172, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18182, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18192, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18202, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18203, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18204, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18205, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18207, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18211, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18220, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18226, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18238, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18256, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18257, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18258, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18259, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18260, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18281, 50501, 50501, 0.11, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18286, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18289, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18290, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18298, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18309, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18311, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18312, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18313, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18314, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18315, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18317, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18318, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18319, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18320, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18321, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18322, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18323, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18325, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18326, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18328, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18331, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18334, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18341, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18343, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18344, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18351, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18352, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18371, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18373, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18391, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18404, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18405, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18411, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18413, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18419, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18420, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18421, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18422, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18423, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18432, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18433, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18436, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18438, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18440, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18455, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18460, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18465, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18467, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18470, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18472, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18473, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18475, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18478, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18493, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18495, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18497, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18498, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18499, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18500, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18501, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18503, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18521, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18524, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18533, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18535, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18536, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18548, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18554, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18556, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18557, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18558, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18559, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18567, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18583, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18585, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18586, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18587, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18588, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18601, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18603, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18604, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18605, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18607, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18608, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18609, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18610, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18611, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18612, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18615, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18617, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18618, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18619, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18621, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18631, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18632, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18633, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18634, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18635, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18636, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18637, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18638, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18639, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18640, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18641, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18642, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18647, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18648, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18658, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18660, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18661, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18663, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18667, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18677, 50501, 50501, 0.11, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18678, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18679, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18680, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18681, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18682, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18683, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18684, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18685, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18686, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18689, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18690, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18693, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18694, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18695, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18696, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18697, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18698, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18702, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18707, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18708, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18718, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18720, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18728, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18731, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18732, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18733, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18794, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18796, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (18805, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'High Astromancer Solarian - ReferenceTable - Formula, Plans, Schematics'),\n(18830, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18831, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18848, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18850, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18852, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18853, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18855, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18856, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18857, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18858, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18859, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18860, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18864, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18865, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18866, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18867, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18869, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18870, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18872, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18873, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18875, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18877, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18879, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18880, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18881, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18882, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18884, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18885, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18886, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18934, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18963, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18964, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18977, 50501, 50501, 0.11, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18982, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18983, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(18996, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19044, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19055, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19166, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19167, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19168, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19174, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19188, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19191, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19201, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19208, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19209, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19218, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19219, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19220, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19221, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19231, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19264, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19299, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19307, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19312, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19354, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19389, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19428, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19429, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19443, 50501, 50501, 0.11, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19453, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19486, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19493, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19494, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19505, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19507, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19508, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19509, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19510, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19511, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19512, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19513, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19514, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (19516, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Void Reaver - ReferenceTable - Formula, Plans, Schematics'),\n(19519, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19543, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19544, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19545, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19546, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19554, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19557, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19593, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19595, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19598, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19608, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (19622, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Kael\\'thas Sunstrider - ReferenceTable - Formula, Plans, Schematics'),\n(19632, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19633, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19635, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19641, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19642, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19643, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19657, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19705, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19707, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19710, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19712, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19713, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19716, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19735, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19738, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19740, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19744, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19747, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19754, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19755, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19756, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19757, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (19759, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19760, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19762, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19765, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19767, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19768, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19779, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19784, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19788, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19789, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19792, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19795, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19796, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19799, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19800, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19801, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19802, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19806, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19823, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19824, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19825, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19826, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19827, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19830, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19831, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19843, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19847, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19852, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19853, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19865, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19881, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19884, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19885, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19886, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19887, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19888, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19889, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19890, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19891, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19892, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19893, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19894, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19895, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19902, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19903, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19904, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19926, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19940, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19943, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19944, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19945, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19948, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19952, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19957, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19960, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19961, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19963, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19966, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19967, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19971, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19973, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19978, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19979, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19980, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19982, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19983, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19984, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19985, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19986, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19987, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19988, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19989, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19990, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19991, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19992, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19993, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19994, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19995, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19996, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19997, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(19998, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20021, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20031, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20032, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20033, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20034, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20035, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20036, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20037, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20038, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20039, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20040, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20041, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20042, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20043, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20044, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20045, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20046, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20047, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20048, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20049, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20050, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20052, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20058, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20059, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20095, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20113, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20116, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20132, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20134, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20135, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20136, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20138, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20139, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20140, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20141, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20161, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20164, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20168, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20169, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20173, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20174, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20175, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20177, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20179, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20180, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20181, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20183, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20184, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20185, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20187, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20188, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20190, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20191, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20192, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20193, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20202, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20207, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20210, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20211, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20215, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20216, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20221, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20243, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20248, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20255, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20256, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20257, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20258, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20259, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20260, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20261, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20264, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20265, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20266, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20267, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20268, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20284, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20285, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20298, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20299, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20300, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20301, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20302, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20303, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20306, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20309, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20310, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20311, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20312, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20313, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20315, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20318, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20321, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20322, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20326, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20329, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20330, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20332, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20334, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20340, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20394, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20397, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20404, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20409, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20410, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20416, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20427, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20435, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20445, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20452, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20453, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20454, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20456, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20458, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20459, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20474, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20480, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20483, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20495, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20496, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20498, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20501, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20502, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20512, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20514, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20516, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20521, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20525, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20526, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20527, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20528, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20529, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20530, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20531, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20532, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20533, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20534, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20535, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20537, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20538, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20543, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20545, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20546, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20547, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20554, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20557, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20565, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20567, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20568, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20574, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20576, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20577, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20579, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20580, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20581, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20582, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20583, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20584, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20585, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20586, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20587, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20588, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20589, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20590, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20591, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20593, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20594, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20596, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20597, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20600, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20601, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20606, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20607, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20609, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20610, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20611, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20614, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20618, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20619, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20620, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20621, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20622, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20623, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20624, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20625, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20626, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20628, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20629, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20630, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20633, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20634, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20636, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20637, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20638, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20639, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20640, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20641, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20642, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20643, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20644, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20645, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20646, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20647, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20648, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20649, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20650, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20651, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20652, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20653, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20655, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20656, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20657, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20660, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20661, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20668, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20671, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20673, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20683, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20684, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20685, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20686, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20688, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20690, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20692, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20693, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20694, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20695, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20696, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20697, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20698, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20699, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20701, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20706, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20713, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20714, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20723, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20726, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20727, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20728, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20729, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20730, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20731, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20732, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20737, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20738, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (20744, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20745, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20747, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20748, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20749, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20751, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20752, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20753, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20756, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20757, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20765, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20766, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20768, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20770, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20772, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20773, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20774, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20775, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20777, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20778, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20779, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20783, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20784, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20785, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20786, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20788, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20789, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20790, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20795, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20800, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20801, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20803, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20854, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20857, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20859, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20864, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20865, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20866, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20867, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20868, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20869, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20870, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20872, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20873, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20875, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20878, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20879, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20880, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20881, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20882, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20883, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20885, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20886, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20887, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20888, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20896, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20897, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20898, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20900, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20901, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20902, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20905, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20906, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20908, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20909, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20910, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20911, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20912, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20923, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20924, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20925, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20927, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20928, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20929, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20930, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20931, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20932, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20934, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20983, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20987, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20988, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20990, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(20998, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21004, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21021, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21022, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21023, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21032, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21033, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21042, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21044, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21046, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21047, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21048, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21050, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21057, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21058, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21059, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21060, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21061, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21065, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21089, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21102, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21104, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21108, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21123, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21124, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21126, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21127, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21164, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21168, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21171, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21178, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21179, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21180, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21181, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21189, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21195, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21196, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21198, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21205, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21212, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Lady Vashj - ReferenceTable - Formula, Plans, Schematics'),\n-- (21213, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Morogrim Tidewalker - ReferenceTable - Formula, Plans, Schematics'),\n-- (21214, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Fathom-Lord Karathress - ReferenceTable - Formula, Plans, Schematics'),\n-- (21215, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Leotheras the Blind - ReferenceTable - Formula, Plans, Schematics'),\n-- (21216, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'Hydross the Unstable - ReferenceTable - Formula, Plans, Schematics'),\n-- (21217, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'The Lurker Below - ReferenceTable - Formula, Plans, Schematics'),\n(21218, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21220, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21221, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21224, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21225, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21226, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21227, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21228, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21229, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21230, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21231, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21232, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21233, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21238, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21242, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21246, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21249, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21251, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21254, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21263, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21264, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21268, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21269, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21270, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21271, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21272, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21273, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21274, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21284, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21285, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21287, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21296, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21298, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21299, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21300, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21301, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21302, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21305, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21309, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21314, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21315, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21319, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21325, 50501, 50501, 0.14, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21326, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21337, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21339, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21350, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21368, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21370, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21373, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21380, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21381, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21382, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21383, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21384, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21385, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21386, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21387, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21389, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21405, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21408, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21409, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21416, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21450, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21453, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21454, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21455, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21462, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21477, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21478, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21492, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21499, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21500, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21501, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21503, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21505, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21506, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21515, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21516, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21519, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21520, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21522, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21523, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21524, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21525, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21526, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21527, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21528, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21531, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21532, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21533, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21536, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21537, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21539, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21540, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21541, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21542, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21543, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21544, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21545, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21546, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21547, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21548, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21549, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21551, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21552, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21554, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21555, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21558, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21559, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21560, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21561, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21562, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21563, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21564, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21565, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21570, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21571, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21572, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21573, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21574, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21575, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21576, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21577, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21578, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21581, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21582, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21585, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21586, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21587, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21588, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21589, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21590, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21591, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21593, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21594, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21595, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21596, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21597, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21598, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21599, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21604, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21605, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21606, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21607, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21608, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21610, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21611, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21613, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21614, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21615, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21616, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21617, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21618, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21619, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21621, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21624, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21626, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21636, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21637, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21640, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21644, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21645, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21648, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21649, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21650, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21651, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21652, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21656, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21663, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21694, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21695, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21696, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21702, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21709, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21710, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21711, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21717, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21718, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21719, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21720, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21721, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21722, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21723, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21724, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21728, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21730, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21742, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21743, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21763, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21767, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21778, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21779, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21784, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21787, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21788, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21795, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21801, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21802, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21803, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21804, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21808, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21809, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21810, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21815, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21817, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21820, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21821, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21827, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21838, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21839, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21842, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21843, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21844, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21849, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21863, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21878, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21879, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21891, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21897, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21901, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21904, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21911, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21912, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21914, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21916, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21917, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21923, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21941, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21956, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21963, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21979, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(21985, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21989, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (21990, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22006, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22009, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22011, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22012, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22016, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22017, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22018, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22025, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22037, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22038, 50501, 50501, 0.13, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22044, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22045, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22052, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22072, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22076, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22081, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22082, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22084, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22093, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22095, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22099, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22100, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22105, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22128, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22132, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22143, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22144, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22148, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22160, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (22162, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (22163, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (22170, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (22173, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22174, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22175, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22180, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22181, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22182, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22187, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22194, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22195, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22196, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22199, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22201, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22202, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22204, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22217, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22221, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22241, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22242, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22243, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22244, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22252, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22253, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22254, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22255, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22257, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22261, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22262, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22263, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22265, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22275, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22281, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22283, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22286, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22287, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22289, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22291, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22295, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22297, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22298, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22301, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22302, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22303, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22304, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22305, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22307, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22308, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22309, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22310, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22311, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22313, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22323, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22325, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22327, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22341, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22342, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22343, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (22346, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22357, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22363, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22374, 50501, 50501, 0.12, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22378, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22384, 50501, 50501, 0.03, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22387, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22392, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22393, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22394, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22408, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22466, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22482, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22807, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22821, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22822, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22825, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22826, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22827, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22828, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22844, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22845, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22846, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22847, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22853, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22855, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22869, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22873, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22874, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22875, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22876, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22877, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22878, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22879, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22880, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22881, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22882, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22883, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22884, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22885, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22890, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22891, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22892, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22920, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22939, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22945, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22946, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22953, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22954, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22955, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22956, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22957, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22959, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22960, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22962, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22963, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22964, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22965, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22992, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22993, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(22994, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23008, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23018, 50501, 50501, 0.1, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23020, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23022, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23026, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23028, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23029, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23030, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23035, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23047, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23049, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23051, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23061, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23066, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23067, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23068, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23100, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23147, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23153, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23154, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23161, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23162, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23163, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23165, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23169, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23172, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23174, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23188, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23196, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23219, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23222, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23223, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23230, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23232, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23235, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23236, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23237, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23239, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23261, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23264, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23267, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23269, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23281, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23282, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23285, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23286, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23290, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23305, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23311, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23324, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23326, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23330, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23333, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23337, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23339, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23353, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23354, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23355, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23374, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23386, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23390, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (23391, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23394, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23397, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23400, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23402, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23403, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23501, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23542, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23580, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23581, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23582, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23584, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23586, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23596, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23597, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23682, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23774, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(23834, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24043, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24047, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24059, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24064, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24065, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24179, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24180, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24374, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24530, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24549, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24560, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24664, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24683, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24684, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24685, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24686, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24687, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24688, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24689, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24690, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24696, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24697, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24698, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24723, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24744, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24762, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24777, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24857, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24882, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24892, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24917, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24918, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24919, 50501, 50501, 0.04, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24920, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24922, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24955, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24960, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (24966, 50501, 50501, 0.02, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24972, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(24976, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25001, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25038, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25060, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25073, 50501, 50501, 0.05, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25363, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25367, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25368, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25369, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25370, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25371, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25372, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25483, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25484, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25486, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25506, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25507, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25508, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25509, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25547, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25551, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25560, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25562, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25563, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25565, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25567, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25568, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25569, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25570, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25571, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25572, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25573, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25575, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25576, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25577, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25591, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25592, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25593, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25595, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25597, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25599, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n-- (25837, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25840, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(25867, 50501, 50501, 0.2, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics'),\n(28132, 50501, 50501, 0.15, 0, 1, 1, 1, 1, 'ReferenceTable - Formula, Plans, Schematics');\n\n-- clean AC's creature_loot_template\nDELETE FROM `creature_loot_template` WHERE `Reference` = 0 AND `Item` IN (SELECT `Item` FROM `reference_loot_template` WHERE `Entry` = 50501);\n\n-- clean AC's conditions\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` IN (24205, 24305, 24171, 24198, 22914, 24210, 24167, 24305, 23635, 24296, 24301, 24215, 24170, 31876);\n\n-- add new contions for reference table 50501\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 10 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` = 50501;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(10, 50501, 24205, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24305, 0, 0, 7, 0, 197, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24171, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24198, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 22914, 0, 0, 7, 0, 171, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24210, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24167, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 23635, 0, 0, 7, 0, 164, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24296, 0, 0, 7, 0, 197, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24301, 0, 0, 7, 0, 197, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24215, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 24170, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL),\n(10, 50501, 31876, 0, 0, 7, 0, 755, 1, 0, 0, 0, 0, '', NULL);\n\n\n/* Black Temple and Mount Hyjal */\n\n-- fix drop rates for Heart of Darkness\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 17895;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 17897;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 17898;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32428 AND `Entry` = 17899;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 17905;\nUPDATE `creature_loot_template` SET `Chance` = 2     WHERE `Item` = 32428 AND `Entry` = 17906;\nUPDATE `creature_loot_template` SET `Chance` = 7     WHERE `Item` = 32428 AND `Entry` = 17907;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 17908;\nUPDATE `creature_loot_template` SET `Chance` = 1.9   WHERE `Item` = 32428 AND `Entry` = 17916;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 22844;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32428 AND `Entry` = 22845;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32428 AND `Entry` = 22846;\nUPDATE `creature_loot_template` SET `Chance` = 11.63 WHERE `Item` = 32428 AND `Entry` = 22847;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32428 AND `Entry` = 22853;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32428 AND `Entry` = 22855;\nUPDATE `creature_loot_template` SET `Chance` = 10.24 WHERE `Item` = 32428 AND `Entry` = 22869;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 22879;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32428 AND `Entry` = 22880;\nUPDATE `creature_loot_template` SET `Chance` = 3     WHERE `Item` = 32428 AND `Entry` = 22882;\nUPDATE `creature_loot_template` SET `Chance` = 4.81  WHERE `Item` = 32428 AND `Entry` = 22939;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32428 AND `Entry` = 22945;\nUPDATE `creature_loot_template` SET `Chance` = 2     WHERE `Item` = 32428 AND `Entry` = 22946;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 22953;\nUPDATE `creature_loot_template` SET `Chance` = 6     WHERE `Item` = 32428 AND `Entry` = 22954;\nUPDATE `creature_loot_template` SET `Chance` = 3.59  WHERE `Item` = 32428 AND `Entry` = 22955;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 22956;\nUPDATE `creature_loot_template` SET `Chance` = 8     WHERE `Item` = 32428 AND `Entry` = 22957;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 22959;\n-- UPDATE `creature_loot_template` SET `Chance` = 4     WHERE `Item` = 32428 AND `Entry` = 22960; -- currently doesn't drop Heart of Darkness \nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 22962;\n-- UPDATE `creature_loot_template` SET `Chance` = 7.48  WHERE `Item` = 32428 AND `Entry` = 22963; -- doesn't drop Heart of Darkness in cMangos TBC\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 22964;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 22965;\nUPDATE `creature_loot_template` SET `Chance` = 12.93 WHERE `Item` = 32428 AND `Entry` = 23018;\nUPDATE `creature_loot_template` SET `Chance` = 3     WHERE `Item` = 32428 AND `Entry` = 23028;\nUPDATE `creature_loot_template` SET `Chance` = 3     WHERE `Item` = 32428 AND `Entry` = 23030;\nUPDATE `creature_loot_template` SET `Chance` = 3.33  WHERE `Item` = 32428 AND `Entry` = 23047;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 23049;\n-- UPDATE `creature_loot_template` SET `Chance` = 15    WHERE `Item` = 32428 AND `Entry` = 23147; -- doesn't drop Heart of Darkness in cMangos TBC\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32428 AND `Entry` = 23172;\nUPDATE `creature_loot_template` SET `Chance` = 14.04 WHERE `Item` = 32428 AND `Entry` = 23196;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 23222;\nUPDATE `creature_loot_template` SET `Chance` = 5     WHERE `Item` = 32428 AND `Entry` = 23223;\nUPDATE `creature_loot_template` SET `Chance` = 1.7   WHERE `Item` = 32428 AND `Entry` = 23232;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32428 AND `Entry` = 23235;\nUPDATE `creature_loot_template` SET `Chance` = 12.15 WHERE `Item` = 32428 AND `Entry` = 23236;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32428 AND `Entry` = 23237;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 23239;\nUPDATE `creature_loot_template` SET `Chance` = 3     WHERE `Item` = 32428 AND `Entry` = 23330;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 23337;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32428 AND `Entry` = 23339;\nUPDATE `creature_loot_template` SET `Chance` = 8     WHERE `Item` = 32428 AND `Entry` = 23374;\n\nDELETE FROM `creature_loot_template` WHERE `Item` = 32428 AND `Entry` IN (22960, 22963, 23147);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(22960, 32428, 0, 4, 0, 1, 0, 1, 1, 'Dragonmaw Wyrmcaller - Heart of Darkness');\n\n-- fix drop rates for Mark of the Illidari\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 17895;\nUPDATE `creature_loot_template` SET `Chance` = 16    WHERE `Item` = 32897 AND `Entry` = 17897;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32897 AND `Entry` = 17898;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 17899;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32897 AND `Entry` = 17905;\nUPDATE `creature_loot_template` SET `Chance` = 4     WHERE `Item` = 32897 AND `Entry` = 17906;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32897 AND `Entry` = 17907;\nUPDATE `creature_loot_template` SET `Chance` = 17    WHERE `Item` = 32897 AND `Entry` = 17908;\nUPDATE `creature_loot_template` SET `Chance` = 3     WHERE `Item` = 32897 AND `Entry` = 17916;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 22844;\nUPDATE `creature_loot_template` SET `Chance` = 10    WHERE `Item` = 32897 AND `Entry` = 22845;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 22846;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 22847;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 22853;\nUPDATE `creature_loot_template` SET `Chance` = 12.68 WHERE `Item` = 32897 AND `Entry` = 22855;\nUPDATE `creature_loot_template` SET `Chance` = 15    WHERE `Item` = 32897 AND `Entry` = 22869;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 22879;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 22880;\nUPDATE `creature_loot_template` SET `Chance` = 8.97  WHERE `Item` = 32897 AND `Entry` = 22882;\nUPDATE `creature_loot_template` SET `Chance` = 16    WHERE `Item` = 32897 AND `Entry` = 22939;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 22945;\nUPDATE `creature_loot_template` SET `Chance` = 11    WHERE `Item` = 32897 AND `Entry` = 22946;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 22953;\nUPDATE `creature_loot_template` SET `Chance` = 7.61  WHERE `Item` = 32897 AND `Entry` = 22954;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 22955;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 22956;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 22957;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 22959;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 22962;\n-- UPDATE `creature_loot_template` SET `Chance` = 13.25 WHERE `Item` = 32897 AND `Entry` = 22963; -- doesn't drop Mark of the Illidari in cMangos TBC\nUPDATE `creature_loot_template` SET `Chance` = 16    WHERE `Item` = 32897 AND `Entry` = 22964;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 22965;\nUPDATE `creature_loot_template` SET `Chance` = 6.8   WHERE `Item` = 32897 AND `Entry` = 23018;\nUPDATE `creature_loot_template` SET `Chance` = 17    WHERE `Item` = 32897 AND `Entry` = 23028;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23030;\nUPDATE `creature_loot_template` SET `Chance` = 15    WHERE `Item` = 32897 AND `Entry` = 23047;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 23049;\nUPDATE `creature_loot_template` SET `Chance` = 16    WHERE `Item` = 32897 AND `Entry` = 23147;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 23172;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23196;\nUPDATE `creature_loot_template` SET `Chance` = 15    WHERE `Item` = 32897 AND `Entry` = 23222;\nUPDATE `creature_loot_template` SET `Chance` = 20    WHERE `Item` = 32897 AND `Entry` = 23223;\nUPDATE `creature_loot_template` SET `Chance` = 9     WHERE `Item` = 32897 AND `Entry` = 23232;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 23235;\nUPDATE `creature_loot_template` SET `Chance` = 12    WHERE `Item` = 32897 AND `Entry` = 23236;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23237;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23239;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23330;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23337;\nUPDATE `creature_loot_template` SET `Chance` = 16    WHERE `Item` = 32897 AND `Entry` = 23339;\nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23374;\nUPDATE `creature_loot_template` SET `Chance` = 33    WHERE `Item` = 32897 AND `Entry` = 23394;\nUPDATE `creature_loot_template` SET `Chance` = 13    WHERE `Item` = 32897 AND `Entry` = 23397; \nUPDATE `creature_loot_template` SET `Chance` = 15    WHERE `Item` = 32897 AND `Entry` = 23400; \nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23402; \nUPDATE `creature_loot_template` SET `Chance` = 14    WHERE `Item` = 32897 AND `Entry` = 23403;\n\nDELETE FROM `creature_loot_template` WHERE `Item` = 32897 AND `Entry` IN (22963);\n\n\n-- Hyjal, remove item, recipes and reference loot tables added by AC\nDELETE FROM `reference_loot_template` WHERE `entry` IN (34064, 34065, 34066, 34067, 34068, 39534, 1276884, 1534000);\nDELETE FROM `creature_loot_template` WHERE `Item` IN (39534, 1534000) AND `Entry` IN (17895, 17897, 17898, 17899, 17905, 17906, 17907, 17908, 17916);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (17968);\n\n-- Black Temple, remove reference loot tables added by AC (not used anymore)\nDELETE FROM `creature_loot_template` WHERE `Reference` IN (14099, 1564000, 1564001, 1564002);\nDELETE FROM `reference_loot_template` WHERE `entry` IN (14099, 34104, 34105, 34117, 34214, 1564000, 1564001, 1564002);\n\nUPDATE `creature_template` SET `lootid` = 0 WHERE `entry` IN (22848, 22849);\nDELETE FROM `creature_loot_template` WHERE `entry` IN (22848, 22849);\n\nDELETE FROM `reference_loot_template` WHERE `entry` IN (34070, 34071, 34072, 34073, 34074, 34076, 34077, 1276883);\nDELETE FROM `creature_loot_template` WHERE `Item` IN (14099, 24092) AND `Entry` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22879, 22880, 22882, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, 22960, 22962, 22963, 22964, 22965, \n23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\n-- Black Temple, remove items and recipes added by AC (now added with a referene loot table)\nDELETE FROM `creature_loot_template` WHERE `Item` IN (32526, 32527, 32528, 32593, 32606, 32608, 32943, 34011, 34012, 32737, 32738, 32744, 32747, 32749, 32750, 32753, 32754) AND `Entry` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22879, 22880, 22882, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, 22960, 22962, 22963, 22964, 22965, \n23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\n-- Black Temple, remove gems added by AC (now added with a referene loot table)\nDELETE FROM `creature_loot_template` WHERE `Item` IN (32227, 32228, 32229, 32230, 32231, 32249) AND `Entry` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22873, 22874, 22875, 22876, 22877, 22878, 22879, 22880, 22881, 22882, 22884, 22885, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, \n 22960, 22962, 22963, 22964, 22965, 23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\n-- Black Temple, remove incorrect items and recipes added by AC\nDELETE FROM `creature_loot_template` WHERE `Item` IN (32589, 32590, 32591, 32592, 32609, 32736, 32739, 32745, 32746, 32748, 32751, 32752, 32755) AND `Entry` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22879, 22880, 22882, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, 22960, 22962, 22963, 22964, 22965, \n23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22879, 22880, 22882, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, 22960, 22962, 22963, 22964, 22965, \n23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 10 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (36197, 36199);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n-- Hyjal\n(10, 36197, 32736, 0, 0, 7, 0, 164, 1, 0, 0, 0, 0, '', 'Plans: Swiftsteel Bracers'),\n(10, 36197, 32746, 0, 0, 7, 0, 165, 1, 0, 0, 0, 0, '', 'Pattern: Swiftstrike Bracers'),\n(10, 36197, 32748, 0, 0, 7, 0, 165, 1, 0, 0, 0, 0, '', 'Pattern: Bindings of Lightning Reflexes'),\n(10, 36197, 32752, 0, 0, 7, 0, 197, 1, 0, 0, 0, 0, '', 'Pattern: Swiftheal Wraps'),\n-- BT\n(10, 36199, 32738, 0, 0, 7, 0, 164, 1, 0, 0, 0, 0, '', 'Plans: Dawnsteel Bracers'),\n(10, 36199, 32744, 0, 0, 7, 0, 165, 1, 0, 0, 0, 0, '', 'Pattern: Bracers of Renewed Life'),\n(10, 36199, 32750, 0, 0, 7, 0, 165, 1, 0, 0, 0, 0, '', 'Pattern: Living Earth Bindings'),\n(10, 36199, 32754, 0, 0, 7, 0, 197, 1, 0, 0, 0, 0, '', 'Pattern: Bracers of Nimble Thought');\n\n-- Black Temple, add Khorium Lockboxes\nDELETE FROM `creature_loot_template` WHERE `Item` = 31952 AND `Entry` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22879, 22880, 22882, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, 22960, 22962, 22963, 22964, 22965, \n23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(22844, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22845, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22846, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22847, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22853, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22855, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22869, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22879, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22880, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22882, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22939, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22945, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22946, 31952, 0, 0.3, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22953, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22954, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22955, 31952, 0, 0.8, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22956, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22957, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22959, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22960, 31952, 0, 0.9, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22962, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22963, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22964, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(22965, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23018, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23028, 31952, 0, 0.6, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23030, 31952, 0, 0.6, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23047, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23049, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23172, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23196, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23222, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23223, 31952, 0, 0.8, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23232, 31952, 0, 0.2, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23235, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23236, 31952, 0, 0.8, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23237, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23239, 31952, 0, 0.7, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23330, 31952, 0, 0.6, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23337, 31952, 0, 1.3, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23339, 31952, 0, 1.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23374, 31952, 0, 0.5, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23394, 31952, 0, 1.1, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23397, 31952, 0, 0.6, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23400, 31952, 0, 0.9, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23402, 31952, 0, 0.4, 0, 1, 0, 1, 1, 'Khorium Lockbox'),\n(23403, 31952, 0, 0.7, 0, 1, 0, 1, 1, 'Khorium Lockbox');\n\n-- Hyjal, add reference loot tables to trash creatures\nDELETE FROM `creature_loot_template` WHERE `Reference` IN (36196, 36197) AND `Entry` IN\n(17895, 17897, 17898, 17899, 17905, 17906, 17907, 17908, 17916);\n\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(17895, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17897, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17898, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17899, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17905, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17906, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17907, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17908, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n(17916, 36196, 36196, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Epic Items'),\n--\n(17895, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17897, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17898, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17899, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17905, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17906, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17907, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17908, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes'),\n(17916, 36197, 36197, 1, 0, 1, 1, 1, 1, 'Hyjal - Trash loot - Recipes');\n\n-- Black Temple, add reference loot tables to trash creatures\nDELETE FROM `creature_loot_template` WHERE `Reference` IN (34093, 36198, 36199) AND `Entry` IN\n(22844, 22845, 22846, 22847, 22853, 22855, 22869, 22873, 22874, 22875, 22876, 22877, 22878, 22879, 22880, 22881, 22882, 22884, 22885, 22939, 22945, 22946, 22953, 22954, 22955, 22956, 22957, 22959, \n 22960, 22962, 22963, 22964, 22965, 23018, 23028, 23030, 23047, 23049, 23147, 23172, 23196, 23222, 23223, 23232, 23235, 23236, 23237, 23239, 23330, 23337, 23339, 23374, 23394, 23397, 23400, 23402, 23403);\n\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(22844, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22845, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22846, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22847, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22853, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22855, 34093, 34093, 20, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22869, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22873, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22874, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22875, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22876, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22877, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22878, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22879, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22880, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22881, 34093, 34093, 3,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22882, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22884, 34093, 34093, 12, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22885, 34093, 34093, 3,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22939, 34093, 34093, 6,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22945, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22946, 34093, 34093, 5,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22953, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22954, 34093, 34093, 6,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22955, 34093, 34093, 6,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22956, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22957, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22959, 34093, 34093, 10, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22962, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22964, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(22965, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23018, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23047, 34093, 34093, 6,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23049, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23172, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23196, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23222, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23223, 34093, 34093, 10, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23232, 34093, 34093, 5,  0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23235, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23236, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23237, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23239, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23330, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23337, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23339, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23374, 34093, 34093, 10, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23394, 34093, 34093, 33, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23397, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23400, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23402, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n(23403, 34093, 34093, 15, 0, 1, 1, 1, 1, 'ReferenceTable - Epic Quality GEM'),\n--\n(22844, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22845, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22846, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22847, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22853, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22855, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22869, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n\n(22873, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22874, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22875, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22876, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22877, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22878, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22879, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22880, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22881, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22882, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22884, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22885, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22939, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22945, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22946, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22953, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22954, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22955, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22956, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22957, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22959, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22960, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22962, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22963, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22964, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(22965, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23018, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23028, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23030, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23047, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23049, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23147, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23172, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23196, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23222, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23223, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23232, 36198, 36198, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23235, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23236, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23237, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23239, 36198, 36198, 3, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23330, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23337, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23339, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23374, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23394, 36198, 36198, 5, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23397, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23400, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23402, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n(23403, 36198, 36198, 2, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Epic Items'),\n--\n(22844, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22845, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22846, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22847, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22853, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22855, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22869, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22873, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22874, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22875, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22876, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22877, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22878, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22879, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22880, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22881, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22882, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22884, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22885, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22939, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22945, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22946, 36199, 36199, 0.5, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22953, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22954, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22955, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22956, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22957, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22959, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22960, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22962, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22963, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22964, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(22965, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23018, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23028, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23030, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23047, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23049, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23147, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23172, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23196, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23222, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23223, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23232, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23235, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23236, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23237, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23239, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23330, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23337, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23339, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23374, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23394, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23397, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23400, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23402, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes'),\n(23403, 36199, 36199, 1, 0, 1, 1, 1, 1, 'Black Temple - Trash loot - Recipes');\n\n\n-- fix Black Temple boss loot tables\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (22841, 22871, 22887, 22898, 22917, 22947, 22948);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(22841, 29434, 0, 100, 0, 1, 0, 2, 2,     'Shade of Akama - Badge of Justice'),\n(22841, 34069, 34069, 10, 0, 1, 0, 1, 1,  'Shade of Akama - (ReferenceTable)'),\n(22841, 190069, 34116, 2, 0, 1, 0, 1, 1,  'Shade of Akama - (ReferenceTable)'),\n(22841, 36125, 36125, 100, 0, 1, 0, 1, 1, 'Shade of Akama - Epic Items (Group 1)'),\n(22841, 36126, 36126, 100, 0, 1, 0, 1, 1, 'Shade of Akama - Epic Items (Group 2)'),\n--\n(22871, 29434, 0, 100, 0, 1, 0, 2, 2,     'Teron Gorefiend - Badge of Justice'),\n(22871, 34069, 34069, 10, 0, 1, 0, 1, 1,  'Teron Gorefiend - (ReferenceTable)'),\n(22871, 190069, 34116, 2, 0, 1, 0, 1, 1,  'Teron Gorefiend - (ReferenceTable)'),\n(22871, 36127, 36127, 100, 0, 1, 0, 1, 1, 'Teron Gorefiend - Epic Items (Group 1)'),\n(22871, 36128, 36128, 100, 0, 1, 0, 1, 1, 'Teron Gorefiend - Epic Items (Group 2)'),\n--\n(22887, 29434, 0, 100, 0, 1, 0, 2, 2,     'High Warlord Naj\\'entus - Badge of Justice'),\n(22887, 34069, 34069, 2, 0, 1, 0, 1, 1,   'High Warlord Naj\\'entus - (ReferenceTable)'),\n(22887, 90069, 34116, 10, 0, 1, 0, 1, 1,  'High Warlord Naj\\'entus - (ReferenceTable)'),\n(22887, 36121, 36121, 100, 0, 1, 0, 1, 1, 'High Warlord Naj\\'entus - Epic Items (Group 1)'),\n(22887, 36122, 36122, 100, 0, 1, 0, 1, 1, 'High Warlord Naj\\'entus - Epic Items (Group 2)'),\n--\n(22898, 29434, 0, 100, 0, 1, 0, 2, 2,     'Supremus - Badge of Justice'),\n(22898, 34069, 34069, 10, 0, 1, 0, 1, 1,  'Supremus - (ReferenceTable)'),\n(22898, 190069, 34116, 2, 0, 1, 0, 1, 1,  'Supremus - (ReferenceTable)'),\n(22898, 36123, 36123, 100, 0, 1, 0, 1, 1, 'Supremus - Epic Items (Group 1)'),\n(22898, 36124, 36124, 100, 0, 1, 0, 1, 1, 'Supremus - Epic Items (Group 2)'),\n--\n(22917, 29434, 0, 100, 0, 1, 0, 2, 2,     'Illidan Stormrage - Badge of Justice'),\n(22917, 32837, 0, 4, 0, 1, 1, 1, 1,       'Illidan Stormrage - Warglaive of Azzinoth'),\n(22917, 32838, 0, 4, 0, 1, 2, 1, 1,       'Illidan Stormrage - Warglaive of Azzinoth'),\n(22917, 34069, 34069, 2, 0, 1, 0, 1, 1,   'Illidan Stormrage - (Patterns)'),\n(22917, 90069, 34116, 10, 0, 1, 0, 1, 1,  'Illidan Stormrage - (Patterns)'),\n(22917, 36137, 36137, 100, 0, 1, 0, 1, 1, 'Illidan Stormrage - Epic Items (Group 1)'),\n(22917, 36138, 36138, 100, 0, 1, 0, 1, 1, 'Illidan Stormrage - Epic Items (Group 2)'),\n(22917, 36139, 36139, 100, 0, 1, 0, 2, 2, 'Illidan Stormrage - T6 Token'),\n--\n(22947, 29434, 0, 100, 0, 1, 0, 2, 2,     'Mother Shahraz - Badge of Justice'),\n(22947, 34069, 34069, 2, 0, 1, 2, 1, 1,   'Mother Shahraz - (ReferenceTable)'),\n(22947, 90069, 34069, 10, 0, 1, 0, 1, 1,  'Mother Shahraz - (ReferenceTable)'),\n(22947, 36133, 36133, 100, 0, 1, 0, 1, 1, 'Mother Shahraz - Epic Items'),\n(22947, 36134, 36134, 100, 0, 1, 0, 2, 2, 'Mother Shahraz - T6 Token'),\n--\n(22948, 29434, 0, 100, 0, 1, 0, 2, 2,     'Gurtogg Bloodboil - Badge of Justice'),\n(22948, 34069, 34069, 2, 0, 1, 2, 1, 1,   'Gurtogg Bloodboil - (ReferenceTable)'),\n(22948, 90069, 34069, 10, 0, 1, 0, 1, 1,  'Gurtogg Bloodboil - (ReferenceTable)'),\n(22948, 36129, 36129, 100, 0, 1, 0, 1, 1, 'Gurtogg Bloodboil - Epic Items (Group 1)'),\n(22948, 36130, 36130, 100, 0, 1, 0, 1, 1, 'Gurtogg Bloodboil - Epic Items (Group 2)');\n\n-- hide Badge of Justice drops until TBC tier 5\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` = 29434 AND `ConditionTypeOrReference` = 8 AND `SourceGroup` IN (22841, 22871, 22887, 22898, 22917, 22947, 22948);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 22841, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 22871, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 22887, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 22898, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 22917, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 22947, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 22948, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4');\n\n\n-- fix Hyjal boss loot tables\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (17767, 17808, 17888, 17842, 17968);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(17767, 29434, 0, 100, 0, 1, 0, 2, 2,     'Rage Winterchill - Badge of Justice'),\n(17767, 32459, 0, 100, 1, 1, 0, 1, 1,     'Rage Winterchill - Time-Phased Phylactery'),\n(17767, 34063, 34063, 15, 0, 1, 0, 1, 1,  'Rage Winterchill - Epic Gem Patterns'), -- 36112 in cMangos\n(17767, 36101, 36101, 100, 0, 1, 0, 1, 1, 'Rage Winterchill - Epic Items (Group 1)'),\n(17767, 36102, 36102, 100, 0, 1, 0, 1, 1, 'Rage Winterchill - Epic Items (Group 2)'),\n(17767, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Rage Winterchill - ReferenceTable - Formula, Plans, Schematics'),\n--\n(17808, 29434, 0, 100, 0, 1, 0, 2, 2,     'Anetheron - Badge of Justice'),\n(17808, 34063, 34063, 15, 0, 1, 0, 1, 1,  'Anetheron - Epic Gem Patterns'),\n(17808, 36103, 36103, 100, 0, 1, 0, 1, 1, 'Anetheron - Epic Items (Group 1)'),\n(17808, 36104, 36104, 100, 0, 1, 0, 1, 1, 'Anetheron - Epic Items (Group 2)'),\n(17808, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Anetheron - ReferenceTable - Formula, Plans, Schematics'),\n--\n(17842, 29434, 0, 100, 0, 1, 0, 2, 2,     'Azgalor - Badge of Justice'),\n(17842, 34063, 34063, 15, 0, 1, 0, 1, 1,  'Azgalor - Epic Gem Patterns'),\n(17842, 36107, 36107, 100, 0, 1, 0, 1, 1, 'Azgalor - Epic Items'),\n(17842, 36108, 36108, 100, 0, 1, 0, 2, 2, 'Azgalor - T6 Token'),\n(17842, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Azgalor - ReferenceTable - Formula, Plans, Schematics'),\n--\n(17888, 29434, 0, 100, 0, 1, 0, 2, 2,     'Kaz\\'rogal - Badge of Justice'),\n(17888, 34063, 34063, 15, 0, 1, 0, 1, 1,  'Kaz\\'rogal - Epic Gem Patterns'),\n(17888, 36105, 36105, 100, 0, 1, 0, 1, 1, 'Kaz\\'rogal - Epic Items (Group 1)'),\n(17888, 36106, 36106, 100, 0, 1, 0, 1, 1, 'Kaz\\'rogal - Epic Items (Group 2)'),\n(17888, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Kaz\\'rogal - ReferenceTable - Formula, Plans, Schematics'),\n--\n(17968, 29434, 0, 100, 0, 1, 0, 3, 3,     'Archimonde - Badge of Justice'),\n(17968, 34063, 34063, 30, 0, 1, 0, 1, 1,  'Archimonde - Epic Gem Patterns'),\n(17968, 36109, 36109, 100, 0, 1, 0, 1, 1, 'Archimonde - Epic Items (Group 1)'),\n(17968, 36110, 36110, 100, 0, 1, 0, 1, 1, 'Archimonde - Epic Items (Group 2)'),\n(17968, 36111, 36111, 100, 0, 1, 0, 2, 2, 'Archimonde - T6 Token'),\n(17968, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Archimonde - ReferenceTable - Formula, Plans, Schematics');\n\n-- hide Badge of Justice drops until TBC tier 5\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` = 29434 AND `ConditionTypeOrReference` = 8 AND `SourceGroup` IN (17767, 17808, 17842, 17888, 17968);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 17767, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 17808, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 17842, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 17888, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 17968, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4');\n\n\n/* Tempest Keep: The Eye and Serpentshrine Cavern */\n\n-- remove unused reference loot tables\nDELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN 34054 AND 34062;\nDELETE FROM `reference_loot_template` WHERE `entry` IN (1548000, 1548001);\nDELETE FROM `creature_loot_template` WHERE `Reference` IN (1548000, 1548001);\n\n-- remove unused conditions\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` IN (30282, 30283, 30305, 30306, 30307, 30308, 30323, 30324, 30321, 30322, 30301, 30302, 30303, 30304, 30280, 30281);\n\n-- remove T5 recipes reference loot table from bosses that shouldn't have it.\nDELETE FROM `creature_loot_template` WHERE `Reference` = 34052 AND `Entry` IN (18805, 19516, 19622, 21212, 21213, 21214, 21215, 21216, 21217);\n\n-- remove T5 recipes from trash creatures, this is now done with a reference loot table.\nDELETE FROM `creature_loot_template` WHERE `item` IN (30282, 30283, 30305, 30306, 30307, 30308, 30323, 30324, 30321, 30322, 30301, 30302, 30303, 30304, 30280, 30281);\n\n-- remove epic loot from trash mobs in SSC, this is now done with a reference loot table.\nDELETE FROM `creature_loot_template` WHERE `item` IN (30021, 30022, 30023, 30025, 30027, 30620);\n\n-- add reference loot table to trash creatures\nDELETE FROM `creature_loot_template` WHERE `Item` IN (34052, 36098);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(20031, 34052, 34052, 1.768, 0, 1, 1, 1, 1, 'T5 - Recipes'), --  The Eye\n(20032, 34052, 34052, 1.822, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20033, 34052, 34052, 1.83, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20034, 34052, 34052, 1.802, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20035, 34052, 34052, 1.94, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20036, 34052, 34052, 1.673, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20037, 34052, 34052, 1.953, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20039, 34052, 34052, 1.236, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20040, 34052, 34052, 2.475, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20041, 34052, 34052, 2.701, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20042, 34052, 34052, 1.655, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20043, 34052, 34052, 0.779, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20044, 34052, 34052, 0.788, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20045, 34052, 34052, 1.382, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20046, 34052, 34052, 1.603, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n-- (20047, 34052, 34052, 1.882, 0, 1, 1, 1, 1, 'T5 - Recipes'), -- creature 20047 uses 20032 instead of having it's own loot template\n(20048, 34052, 34052, 1.877, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20049, 34052, 34052, 1.881, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20050, 34052, 34052, 1.833, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(20052, 34052, 34052, 1.784, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n--\n(21218, 34052, 34052, 1.46, 0, 1, 1, 1, 1, 'T5 - Recipes'), -- SSC\n(21220, 34052, 34052, 1.695, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21221, 34052, 34052, 1.338, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21224, 34052, 34052, 1.733, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21225, 34052, 34052, 1.387, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21226, 34052, 34052, 1.358, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21227, 34052, 34052, 1.1, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21228, 34052, 34052, 1.346, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21229, 34052, 34052, 1.96, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21230, 34052, 34052, 2.219, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21231, 34052, 34052, 1.84, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21232, 34052, 34052, 1.726, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21246, 34052, 34052, 7.62, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21251, 34052, 34052, 5.509, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21263, 34052, 34052, 0.1, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21298, 34052, 34052, 1.586, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21299, 34052, 34052, 1.489, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21301, 34052, 34052, 1.69, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21339, 34052, 34052, 1.533, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n(21863, 34052, 34052, 0.532, 0, 1, 1, 1, 1, 'T5 - Recipes'),\n--\n(21218, 36098, 36098, 2.224, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21220, 36098, 36098, 2.205, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21221, 36098, 36098, 2.483, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21224, 36098, 36098, 1.691, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21225, 36098, 36098, 1.945, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21226, 36098, 36098, 2.094, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21227, 36098, 36098, 1.767, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21228, 36098, 36098, 2.178, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21229, 36098, 36098, 2.839, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21230, 36098, 36098, 2.889, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21231, 36098, 36098, 2.971, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21232, 36098, 36098, 2.707, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21246, 36098, 36098, 9.105, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21251, 36098, 36098, 8.705, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21263, 36098, 36098, 0.212, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21298, 36098, 36098, 2.242, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21299, 36098, 36098, 2.6, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21301, 36098, 36098, 2.196, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21339, 36098, 36098, 2.47, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items'),\n(21863, 36098, 36098, 1.148, 0, 1, 1, 1, 1, 'SSC - Trash loot - Items');\n\n-- fix epic loot table chance for Tempest Keep: The Eye, was incorrectly set to 10% for ALL trash mobs\nUPDATE `creature_loot_template` SET `Chance` = 2.656 WHERE `Reference` = 55500 AND `Entry` = 20031;\nUPDATE `creature_loot_template` SET `Chance` = 2.838 WHERE `Reference` = 55500 AND `Entry` = 20032;\nUPDATE `creature_loot_template` SET `Chance` = 2.767 WHERE `Reference` = 55500 AND `Entry` = 20033;\nUPDATE `creature_loot_template` SET `Chance` = 2.781 WHERE `Reference` = 55500 AND `Entry` = 20034;\nUPDATE `creature_loot_template` SET `Chance` = 2.901 WHERE `Reference` = 55500 AND `Entry` = 20035;\nUPDATE `creature_loot_template` SET `Chance` = 2.538 WHERE `Reference` = 55500 AND `Entry` = 20036;\nUPDATE `creature_loot_template` SET `Chance` = 2.61  WHERE `Reference` = 55500 AND `Entry` = 20037;\nUPDATE `creature_loot_template` SET `Chance` = 1.793 WHERE `Reference` = 55500 AND `Entry` = 20039;\nUPDATE `creature_loot_template` SET `Chance` = 4.037 WHERE `Reference` = 55500 AND `Entry` = 20040;\nUPDATE `creature_loot_template` SET `Chance` = 4.11  WHERE `Reference` = 55500 AND `Entry` = 20041;\nUPDATE `creature_loot_template` SET `Chance` = 2.555 WHERE `Reference` = 55500 AND `Entry` = 20042;\nUPDATE `creature_loot_template` SET `Chance` = 1.227 WHERE `Reference` = 55500 AND `Entry` = 20043;\nUPDATE `creature_loot_template` SET `Chance` = 1.222 WHERE `Reference` = 55500 AND `Entry` = 20044;\nUPDATE `creature_loot_template` SET `Chance` = 2.607 WHERE `Reference` = 55500 AND `Entry` = 20045;\nUPDATE `creature_loot_template` SET `Chance` = 2.916 WHERE `Reference` = 55500 AND `Entry` = 20046;\n-- UPDATE `creature_loot_template` SET `Chance` = 2.756 WHERE `Reference` = 55500 AND `Entry` = 20047; -- creature 20047 uses 20032 instead of having it's own loot template\nUPDATE `creature_loot_template` SET `Chance` = 2.848 WHERE `Reference` = 55500 AND `Entry` = 20048;\nUPDATE `creature_loot_template` SET `Chance` = 2.929 WHERE `Reference` = 55500 AND `Entry` = 20049;\nUPDATE `creature_loot_template` SET `Chance` = 2.801 WHERE `Reference` = 55500 AND `Entry` = 20050;\nUPDATE `creature_loot_template` SET `Chance` = 2.913 WHERE `Reference` = 55500 AND `Entry` = 20052;\n\n-- fix boss loot tables\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (18805, 19516, 19622, 21212, 21213, 21214, 21215, 21216, 21217);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(18805, 21877, 0, 18, 0, 1, 1, 3, 3,      'High Astromancer Solarian - Netherweave Cloth'),\n(18805, 29434, 0, 100, 0, 1, 0, 2, 2,     'High Astromancer Solarian - Badge of Justice'),\n(18805, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'High Astromancer Solarian - ReferenceTable - Formula, Plans, Schematics'),\n(18805, 36005, 36005, 100, 0, 1, 0, 1, 1, 'High Astromancer Solarian - ReferenceTable - Epic Items (Group 1)'),\n(18805, 36006, 36006, 100, 0, 1, 0, 1, 1, 'High Astromancer Solarian - ReferenceTable - Epic Items (Group 2)'),\n(18805, 36007, 36007, 100, 0, 1, 0, 1, 1, 'High Astromancer Solarian - ReferenceTable - Epic Items (Group 3)'),\n--\n(19516, 29434, 0, 100, 0, 1, 0, 2, 2,     'Void Reaver - Badge of Justice'),\n(19516, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Void Reaver - ReferenceTable - Formula, Plans, Schematics'),\n(19516, 36003, 36003, 100, 0, 1, 0, 1, 1, 'Void Reaver - ReferenceTable - Epic Items (Group 1)'),\n(19516, 36004, 36004, 100, 0, 1, 0, 2, 2, 'Void Reaver - ReferenceTable - Epic Items (Tokens)'),\n--\n(19622, 21877, 0, 18, 0, 1, 1, 3, 3,      'Kael\\'thas Sunstrider - Netherweave Cloth'),\n(19622, 29434, 0, 100, 0, 1, 0, 3, 3,     'Kael\\'thas Sunstrider - Badge of Justice'),\n(19622, 29905, 0, 100, 1, 1, 0, 1, 1,     'Kael\\'thas Sunstrider - Kael\\'s Vial Remnant'),\n(19622, 30183, 0, 100, 0, 1, 0, 2, 2,     'Kael\\'thas Sunstrider - Nether Vortex'),\n(19622, 32405, 0, 100, 0, 1, 0, 1, 1,     'Kael\\'thas Sunstrider - Verdant Sphere'),\n(19622, 32458, 0, 2, 0, 1, 0, 1, 1,       'Kael\\'thas Sunstrider - Ashes of Al\\'ar'),\n(19622, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Kael\\'thas Sunstrider - ReferenceTable - Formula, Plans, Schematics'),\n(19622, 36008, 36008, 100, 0, 1, 0, 1, 1, 'Kael\\'thas Sunstrider - ReferenceTable - Epic Items (Group 1)'),\n(19622, 36009, 36009, 100, 0, 1, 0, 1, 1, 'Kael\\'thas Sunstrider - ReferenceTable - Epic Items (Group 2)'),\n(19622, 36010, 36010, 100, 0, 1, 0, 2, 2, 'Kael\\'thas Sunstrider - ReferenceTable - Epic Items (Tokens)'),\n--\n(21212, 21877, 0, 18, 0, 1, 1, 3, 3,      'Lady Vashj - Netherweave Cloth'),\n(21212, 29434, 0, 100, 0, 1, 0, 3, 3,     'Lady Vashj - Badge of Justice'),\n(21212, 29906, 0, 100, 1, 1, 0, 1, 1,     'Lady Vashj - Vashj\\'s Vial Remnant'),\n(21212, 30183, 0, 100, 0, 1, 0, 2, 2,     'Lady Vashj - Nether Vortex'),\n(21212, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Lady Vashj - ReferenceTable - Formula, Plans, Schematics'),\n(21212, 36024, 36024, 100, 0, 1, 0, 1, 1, 'Lady Vashj - ReferenceTable - Epic Items (Group 1)'),\n(21212, 36025, 36025, 100, 0, 1, 0, 1, 1, 'Lady Vashj - ReferenceTable - Epic Items (Group 2)'),\n(21212, 36026, 36026, 100, 0, 1, 0, 2, 2, 'Lady Vashj - ReferenceTable - Epic Items (Tokens)'),\n--\n(21213, 21877, 0, 18, 0, 1, 1, 3, 3,      'Morogrim Tidewalker - Netherweave Cloth'),\n(21213, 29434, 0, 100, 0, 1, 0, 2, 2,     'Morogrim Tidewalker - Badge of Justice'),\n(21213, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Morogrim Tidewalker - ReferenceTable - Formula, Plans, Schematics'),\n(21213, 36017, 36017, 100, 0, 1, 0, 1, 1, 'Morogrim Tidewalker - ReferenceTable - Epic Items (Group 1)'),\n(21213, 36018, 36018, 100, 0, 1, 0, 1, 1, 'Morogrim Tidewalker - ReferenceTable - Epic Items (Group 2)'),\n(21213, 36019, 36019, 100, 0, 1, 0, 1, 1, 'Morogrim Tidewalker - ReferenceTable - Epic Items (Group 3)'),\n--\n(21214, 21877, 0, 18, 0, 1, 1, 3, 3,      'Fathom-Lord Karathress - Netherweave Cloth'),\n(21214, 29434, 0, 100, 0, 1, 0, 2, 2,     'Fathom-Lord Karathress - Badge of Justice'),\n(21214, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Fathom-Lord Karathress - ReferenceTable - Formula, Plans, Schematics'),\n(21214, 36022, 36022, 100, 0, 1, 0, 1, 1, 'Fathom-Lord Karathress - ReferenceTable - Epic Items (Group 1)'),\n(21214, 36023, 36023, 100, 0, 1, 0, 2, 2, 'Fathom-Lord Karathress - ReferenceTable - Epic Items (Tokens)'),\n--\n(21215, 21877, 0, 18, 0, 1, 1, 3, 3,      'Leotheras the Blind - Netherweave Cloth'),\n(21215, 29434, 0, 100, 0, 1, 0, 2, 2,     'Leotheras the Blind - Badge of Justice'),\n(21215, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Leotheras the Blind - ReferenceTable - Formula, Plans, Schematics'),\n(21215, 36020, 36020, 100, 0, 1, 0, 1, 1, 'Leotheras the Blind - ReferenceTable - Epic Items (Group 1)'),\n(21215, 36021, 36021, 100, 0, 1, 0, 2, 2, 'Leotheras the Blind - ReferenceTable - Epic Items (Tokens)'),\n--\n(21216, 29434, 0, 100, 0, 1, 0, 2, 2,     'Hydross the Unstable - Badge of Justice'),\n(21216, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'Hydross the Unstable - ReferenceTable - Formula, Plans, Schematics'),\n(21216, 36011, 36011, 100, 0, 1, 0, 1, 1, 'Hydross the Unstable - ReferenceTable - Epic Items (Group 1)'),\n(21216, 36012, 36012, 100, 0, 1, 0, 1, 1, 'Hydross the Unstable - ReferenceTable - Epic Items (Group 2)'),\n(21216, 36013, 36013, 100, 0, 1, 0, 1, 1, 'Hydross the Unstable - ReferenceTable - Epic Items (Group 3)'),\n--\n(21217, 29434, 0, 100, 0, 1, 0, 2, 2,     'The Lurker Below - Badge of Justice'),\n(21217, 50501, 50501, 0.2, 0, 1, 0, 1, 1, 'The Lurker Below - ReferenceTable - Formula, Plans, Schematics'),\n(21217, 36014, 36014, 100, 0, 1, 0, 1, 1, 'The Lurker Below - ReferenceTable - Epic Items (Group 1)'),\n(21217, 36015, 36015, 100, 0, 1, 0, 1, 1, 'The Lurker Below - ReferenceTable - Epic Items (Group 2)'),\n(21217, 36016, 36016, 100, 0, 1, 0, 1, 1, 'The Lurker Below - ReferenceTable - Epic Items (Group 3)');\n\n-- hide Badge of Justice drops until TBC tier 5\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` = 29434 AND `ConditionTypeOrReference` = 8 AND `SourceGroup` IN (18805, 19516, 19622, 21212, 21213, 21214, 21215, 21216, 21217);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 18805, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 19516, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 19622, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 21212, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 21213, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 21214, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 21215, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 21216, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4'),\n(1, 21217, 29434, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Badge of Justice will only drop if the player has completed PROGRESSION_TBC_TIER_4');\n"
  },
  {
    "path": "data/sql/world/base/tbc_raid_hp_restoration.sql",
    "content": "-- In Patch 3.0.2, all creatures in TBC raid instances and TBC world bosses had their max health reduced (generally by 30%).\n-- This script restores such creatures' max health to the values from the end of TBC (Patch 2.4.3).\n\n\n/* KARAZHAN BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 1.9 WHERE `entry` = 17096; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 1.9 WHERE `entry` = 19781; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 1.9 WHERE `entry` = 19782; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 1.9 WHERE `entry` = 19783; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 16151; -- Attumen the Huntsman (Mounted)\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 15550; -- Attumen the Huntsman (Unmounted)\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 19874; -- Baron Rafe Dreuger\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 19875; -- Baroness Dorothea Millstipe\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 17167; -- Conjured Elemental\nUPDATE `creature_template` SET `HealthModifier` = 1.4 WHERE `entry` = 17248; -- Demon Chains\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 17535; -- Dorothee\nUPDATE `creature_template` SET `HealthModifier` = 0.9 WHERE `entry` = 17267; -- Fiendish Imp\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 16179; -- Hyakiss the Lurker\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 17534; -- Julianne\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 17229; -- Kil'rek\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 19872; -- Lady Catriona Von'Indi\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 17007; -- Lady Keira Berrybuck\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 19873; -- Lord Crispin Ference\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 19876; -- Lord Robin Daris\nUPDATE `creature_template` SET `HealthModifier` = 70  WHERE `entry` = 16457; -- Maiden of Virtue\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 16152; -- Midnight\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 15687; -- Moroes <Tower Steward>\nUPDATE `creature_template` SET `HealthModifier` = 200 WHERE `entry` = 15689; -- Netherspite\nUPDATE `creature_template` SET `HealthModifier` = 175 WHERE `entry` = 17225; -- Nightbane\nUPDATE `creature_template` SET `HealthModifier` = 150 WHERE `entry` = 15690; -- Prince Malchezaar\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 17546; -- Roar\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 16181; -- Rokad the Ravager\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 17533; -- Romulo\nUPDATE `creature_template` SET `HealthModifier` = 160 WHERE `entry` = 16524; -- Shade of Aran\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 16180; -- Shadikith the Glider\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 17543; -- Strawman\nUPDATE `creature_template` SET `HealthModifier` = 100 WHERE `entry` = 15688; -- Terestian Illhoof\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 17521; -- The Big Bad Wolf\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 18168; -- The Crone\nUPDATE `creature_template` SET `HealthModifier` = 115 WHERE `entry` = 15691; -- The Curator\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 17547; -- Tinhead\nUPDATE `creature_template` SET `HealthModifier` = 5   WHERE `entry` = 17548; -- Tito\n\n\n/* KARAZHAN TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 0.2 WHERE `entry` = 16488; -- Arcane Anomaly\nUPDATE `creature_template` SET `HealthModifier` = 16  WHERE `entry` = 16504; -- Arcane Protector\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 16485; -- Arcane Watchman\nUPDATE `creature_template` SET `HealthModifier` = 0.175 WHERE `entry` = 17283; -- Astral Spark\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16489; -- Chaotic Sentience\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 16170; -- Coldmist Stalker\nUPDATE `creature_template` SET `HealthModifier` = 7   WHERE `entry` = 16171; -- Coldmist Widow\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16461; -- Concubine\nUPDATE `creature_template` SET `HealthModifier` = 7   WHERE `entry` = 16177; -- Dreadbeast\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 16545; -- Ethereal Spellfilcher\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16544; -- Ethereal Thief\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 16595; -- Fleshbeast\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 16481; -- Ghastly Haunt\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16412; -- Ghostly Baker\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16470; -- Ghostly Philanthropist\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16414; -- Ghostly Steward\nUPDATE `creature_template` SET `HealthModifier` = 16  WHERE `entry` = 16596; -- Greater Fleshbeast\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16174; -- Greater Shadowbat\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 16539; -- Homunculus\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16529; -- Magical Horror\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 16491; -- Mana Feeder\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16530; -- Mana Warp\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16460; -- Night Mistress\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16406; -- Phantom Attendant\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16425; -- Phantom Guardsman\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 16409; -- Phantom Guest\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 17067; -- Phantom Hound\nUPDATE `creature_template` SET `HealthModifier` = 9   WHERE `entry` = 16472; -- Phantom Stagehand\nUPDATE `creature_template` SET `HealthModifier` = 9   WHERE `entry` = 16408; -- Phantom Valet\nUPDATE `creature_template` SET `HealthModifier` = 3.5 WHERE `entry` = 16178; -- Phase Hound\nUPDATE `creature_template` SET `HealthModifier` = 2.5 WHERE `entry` = 17261; -- Restless Skeleton\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16540; -- Shadow Pillager\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 16173; -- Shadowbat\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16176; -- Shadowbeast\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 16471; -- Skeletal Usher\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16415; -- Skeletal Waiter\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16526; -- Sorcerous Shade\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16389; -- Spectral Apprentice\nUPDATE `creature_template` SET `HealthModifier` = 9   WHERE `entry` = 15547; -- Spectral Charger\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16411; -- Spectral Chef\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 16468; -- Spectral Patron\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16473; -- Spectral Performer\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16410; -- Spectral Retainer\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16424; -- Spectral Sentry\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16407; -- Spectral Servant\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 15551; -- Spectral Stable Hand\nUPDATE `creature_template` SET `HealthModifier` = 9   WHERE `entry` = 15548; -- Spectral Stallion\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16525; -- Spell Shade\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 16492; -- Syphoner\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 16482; -- Trapped Soul\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 16175; -- Vampiric Shadowbat\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 16459; -- Wanton Hostess\n\n\n/* KARAZHAN NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16812; -- Barnes <The Stage Manager>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16426; -- Bennett <The Sergeant at Arms>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16153; -- Berthold <The Doorman>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16159; -- Calliard <The Nightman>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16806; -- Ebonlocke <The Noble>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16816; -- Echo of Medivh\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16814; -- Gradav <The Warlock>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 17603; -- Grandmother\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16169; -- Hastings <The Caretaker>\nUPDATE `creature_template` SET `HealthModifier` = 70  WHERE `entry` = 17652; -- Image of Arcanagos\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 17651; -- Image of Medivh\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16815; -- Kamsis <The Conjurer>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16388; -- Koren <The Blacksmith>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16811; -- Sebastian <The Organist>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 16813; -- Wravien <The Mage>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 17518; -- Ythyar\n\n\n/* GRUUL'S LAIR BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 18836; -- Blindeye the Seer\nUPDATE `creature_template` SET `HealthModifier` = 450 WHERE `entry` = 19044; -- Gruul the Dragonkiller\nUPDATE `creature_template` SET `HealthModifier` = 100 WHERE `entry` = 18831; -- High King Maulgar\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 18835; -- Kiggler the Crazed\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 18832; -- Krosh Firehand\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 18834; -- Olm the Summoner\n\n\n/* GRUUL'S LAIR TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 21350; -- Gronn-Priest\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 19389; -- Lair Brute\n\n\n/* MAGTHERIDON'S LAIR BOSS AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 300 WHERE `entry` = 17454; -- Burning Abyssal\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 17256; -- Hellfire Channeler\nUPDATE `creature_template` SET `HealthModifier` = 635 WHERE `entry` = 17257; -- Magtheridon\n\n\n/* MAGTHERIDON'S LAIR TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 32  WHERE `entry` = 18829; -- Hellfire Warder\n\n\n/* SERPENTSHRINE CAVERN BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 5   WHERE `entry` = 21865; -- Coilfang Ambusher\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 21221; -- Coilfang Beast Tamer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 22055; -- Coilfang Elite\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 21873; -- Coilfang Guardian\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 22056; -- Coilfang Strider\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 21958; -- Enchanted Elemental\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 22119; -- Fathom Lurker\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 22120; -- Fathom Sporebat\nUPDATE `creature_template` SET `HealthModifier` = 150 WHERE `entry` = 21964; -- Fathom-Guard Caribdis\nUPDATE `creature_template` SET `HealthModifier` = 150 WHERE `entry` = 21966; -- Fathom-Guard Sharkkis\nUPDATE `creature_template` SET `HealthModifier` = 150 WHERE `entry` = 21965; -- Fathom-Guard Tidalvess\nUPDATE `creature_template` SET `HealthModifier` = 300 WHERE `entry` = 21214; -- Fathom-Lord Karathress\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 21806; -- Greyheart Spellbinder\nUPDATE `creature_template` SET `HealthModifier` = 1.4875 WHERE `entry` = 21857; -- Inner Demon\nUPDATE `creature_template` SET `HealthModifier` = 800 WHERE `entry` = 21212; -- Lady Vashj <Coilfang Matron>\nUPDATE `creature_template` SET `HealthModifier` = 500 WHERE `entry` = 21215; -- Leotheras the Blind\nUPDATE `creature_template` SET `HealthModifier` = 750 WHERE `entry` = 21213; -- Morogrim Tidewalker\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 22035; -- Pure Spawn of Hydross\nUPDATE `creature_template` SET `HealthModifier` = 1.5 WHERE `entry` = 21260; -- Purified Water Elemental\nUPDATE `creature_template` SET `HealthModifier` = 500 WHERE `entry` = 21875; -- Shadow of Leotheras\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 22091; -- Spitfire Totem\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 22009; -- Tainted Elemental\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 22036; -- Tainted Spawn of Hydross\nUPDATE `creature_template` SET `HealthModifier` = 1.5 WHERE `entry` = 21253; -- Tainted Water Elemental\nUPDATE `creature_template` SET `HealthModifier` = 500 WHERE `entry` = 21217; -- The Lurker Below\nUPDATE `creature_template` SET `HealthModifier` = 2.5 WHERE `entry` = 21920; -- Tidewalker Lurker\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 22140; -- Toxic Sporebat\n\n\n/* SERPENTSHRINE CAVERN TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21299; -- Coilfang Fathom-Witch\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21339; -- Coilfang Hate Screamer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21220; -- Coilfang Priestess\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21298; -- Coilfang Serpentguard\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21301; -- Coilfang Shatterer\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 22347; -- Colossus Lurker\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 22352; -- Colossus Rager\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21230; -- Greyheart Nether-Mage\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21231; -- Greyheart Shield-Bearer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21232; -- Greyheart Skulker\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 21263; -- Greyheart Technician\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21229; -- Greyheart Tidecaller\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 22250; -- Rancid Mushroom\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 21863; -- Serpentshrine Lurker\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 21246; -- Serpentshrine Sporebat\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 22238; -- Serpentshrine Tidecaller\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21224; -- Tidewalker Depth Seer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21227; -- Tidewalker Harpooner\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21228; -- Tidewalker Hydromancer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21226; -- Tidewalker Shaman\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 21225; -- Tidewalker Warrior\nUPDATE `creature_template` SET `HealthModifier` = 75  WHERE `entry` = 21251; -- Underbog Colossus\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 21218; -- Vash'jir Honor Guard\n\n\n/* TEMPEST KEEP BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 400  WHERE `entry` = 19514; -- Al'ar <Phoenix God>\nUPDATE `creature_template` SET `HealthModifier` = 36   WHERE `entry` = 21270; -- Cosmic Infuser\nUPDATE `creature_template` SET `HealthModifier` = 31.5 WHERE `entry` = 21269; -- Devastation\nUPDATE `creature_template` SET `HealthModifier` = 10   WHERE `entry` = 19551; -- Ember of Al'ar\nUPDATE `creature_template` SET `HealthModifier` = 36   WHERE `entry` = 20062; -- Grand Astromancer Capernian <Advisor to Kael'thas>\nUPDATE `creature_template` SET `HealthModifier` = 500  WHERE `entry` = 18805; -- High Astromancer Solarian\nUPDATE `creature_template` SET `HealthModifier` = 27   WHERE `entry` = 21271; -- Infinity Blades\nUPDATE `creature_template` SET `HealthModifier` = 600  WHERE `entry` = 19622; -- Kael'thas Sunstrider <Lord of the Blood Elves>\nUPDATE `creature_template` SET `HealthModifier` = 36   WHERE `entry` = 20060; -- Lord Sanguinar <The Blood Hammer>\nUPDATE `creature_template` SET `HealthModifier` = 36   WHERE `entry` = 20063; -- Master Engineer Telonicus <Advisor to Kael'thas>\nUPDATE `creature_template` SET `HealthModifier` = 27   WHERE `entry` = 21268; -- Netherstrand Longbow\nUPDATE `creature_template` SET `HealthModifier` = 40.5 WHERE `entry` = 21273; -- Phaseshift Bulwark\nUPDATE `creature_template` SET `HealthModifier` = 25   WHERE `entry` = 21362; -- Phoenix\nUPDATE `creature_template` SET `HealthModifier` = 10   WHERE `entry` = 21364; -- Phoenix Egg\nUPDATE `creature_template` SET `HealthModifier` = 4    WHERE `entry` = 18925; -- Solarium Agent\nUPDATE `creature_template` SET `HealthModifier` = 15   WHERE `entry` = 18806; -- Solarium Priest\nUPDATE `creature_template` SET `HealthModifier` = 22.5 WHERE `entry` = 21274; -- Staff of Disintegration\nUPDATE `creature_template` SET `HealthModifier` = 36   WHERE `entry` = 20064; -- Thaladred the Darkener <Advisor to Kael'thas>\nUPDATE `creature_template` SET `HealthModifier` = 750  WHERE `entry` = 19516; -- Void Reaver\nUPDATE `creature_template` SET `HealthModifier` = 36   WHERE `entry` = 21272; -- Warp Slicer\n\n\n/* TEMPEST KEEP TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 20043; -- Apprentice Star Scryer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20033; -- Astromancer\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20046; -- Astromancer Lord\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20031; -- Bloodwarder Legionnaire\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20035; -- Bloodwarder Marshal\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20036; -- Bloodwarder Squire\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20032; -- Bloodwarder Vindicator\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20047; -- Crimson Hand Battle Mage\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20049; -- Crimson Hand Blood Knight\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20048; -- Crimson Hand Centurion\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20050; -- Crimson Hand Inquisitor\nUPDATE `creature_template` SET `HealthModifier` = 75  WHERE `entry` = 20040; -- Crystalcore Devastator\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20052; -- Crystalcore Mechanic\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20041; -- Crystalcore Sentinel\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 20045; -- Nether Scryer\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 20044; -- Novice Astromancer\nUPDATE `creature_template` SET `HealthModifier` = 75  WHERE `entry` = 20039; -- Phoenix Hawk\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 20038; -- Phoenix-Hawk Hatchling\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20034; -- Star Scryer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20037; -- Tempest Falconer\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 20042; -- Tempest Smith\n\n\n/* HYJAL SUMMIT BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 700 WHERE `entry` = 17808; -- Anetheron\nUPDATE `creature_template` SET `HealthModifier` = 750 WHERE `entry` = 17968; -- Archimonde\nUPDATE `creature_template` SET `HealthModifier` = 700 WHERE `entry` = 17842; -- Azgalor\nUPDATE `creature_template` SET `HealthModifier` = 700 WHERE `entry` = 17888; -- Kaz'rogal\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 17864; -- Lesser Doomguard\nUPDATE `creature_template` SET `HealthModifier` = 700 WHERE `entry` = 17767; -- Rage Winterchill\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 17818; -- Towering Infernal\n\n\n/* HYJAL SUMMIT TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 17898; -- Abomination\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 17905; -- Banshee\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 17897; -- Crypt Fiend\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 17916; -- Fel Stalker\nUPDATE `creature_template` SET `HealthModifier` = 45  WHERE `entry` = 17907; -- Frost Wyrm\nUPDATE `creature_template` SET `HealthModifier` = 18  WHERE `entry` = 17906; -- Gargoyle\nUPDATE `creature_template` SET `HealthModifier` = 18  WHERE `entry` = 17908; -- Giant Infernal\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 17895; -- Ghoul\nUPDATE `creature_template` SET `HealthModifier` = 22  WHERE `entry` = 17899; -- Shadowy Necromancer\nUPDATE `creature_template` SET `HealthModifier` = 5   WHERE `entry` = 17902; -- Skeleton Invader\nUPDATE `creature_template` SET `HealthModifier` = 5   WHERE `entry` = 17903; -- Skeleton Mage\n\n\n/* BLACK TEMPLE BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 23421; -- Ashtongue Channeler\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23216; -- Ashtongue Defender\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 23523; -- Ashtongue Elementalist\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 23318; -- Ashtongue Rogue\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 23524; -- Ashtongue Spiritbinder\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 23469; -- Enslaved Soul\nUPDATE `creature_template` SET `HealthModifier` = 400 WHERE `entry` = 23420; -- Essence of Anger\nUPDATE `creature_template` SET `HealthModifier` = 400 WHERE `entry` = 23419; -- Essence of Desire\nUPDATE `creature_template` SET `HealthModifier` = 300 WHERE `entry` = 23418; -- Essence of Suffering\nUPDATE `creature_template` SET `HealthModifier` = 150 WHERE `entry` = 22997; -- Flame of Azzinoth\nUPDATE `creature_template` SET `HealthModifier` = 250 WHERE `entry` = 22949; -- Gathios the Shatterer\nUPDATE `creature_template` SET `HealthModifier` = 750 WHERE `entry` = 22948; -- Gurtogg Bloodboil\nUPDATE `creature_template` SET `HealthModifier` = 250 WHERE `entry` = 22950; -- High Nethermancer Zerevor\nUPDATE `creature_template` SET `HealthModifier` = 500 WHERE `entry` = 22887; -- High Warlord Naj'entus\nUPDATE `creature_template` SET `HealthModifier` = 800 WHERE `entry` = 22917; -- Illidan Stormrage <The Betrayer>\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 23226; -- Illidari Elite\nUPDATE `creature_template` SET `HealthModifier` = 250 WHERE `entry` = 22951; -- Lady Malande\nUPDATE `creature_template` SET `HealthModifier` = 750 WHERE `entry` = 22947; -- Mother Shahraz\nUPDATE `creature_template` SET `HealthModifier` = 0.5 WHERE `entry` = 23498; -- Parasitic Shadowfiend\nUPDATE `creature_template` SET `HealthModifier` = 132 WHERE `entry` = 22841; -- Shade of Akama\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 23375; -- Shadow Demon\nUPDATE `creature_template` SET `HealthModifier` = 8.5 WHERE `entry` = 23111; -- Shadowy Construct\nUPDATE `creature_template` SET `HealthModifier` = 600 WHERE `entry` = 22898; -- Supremus\nUPDATE `creature_template` SET `HealthModifier` = 825 WHERE `entry` = 22871; -- Teron Gorefiend\nUPDATE `creature_template` SET `HealthModifier` = 250 WHERE `entry` = 22952; -- Veras Darkshadow\n\n\n/* BLACK TEMPLE TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 23398; -- Angered Soul Fragment\nUPDATE `creature_template` SET `HealthModifier` = 60  WHERE `entry` = 22878; -- Aqueous Lord\nUPDATE `creature_template` SET `HealthModifier` = 9   WHERE `entry` = 22883; -- Aqueous Spawn\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 22881; -- Aqueous Surger\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22959; -- Ardent Host\nUPDATE `creature_template` SET `HealthModifier` = 45  WHERE `entry` = 22844; -- Ashtongue Battlelord\nUPDATE `creature_template` SET `HealthModifier` = 7   WHERE `entry` = 23319; -- Ashtongue Broken\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 22849; -- Ashtongue Feral Spirit\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22845; -- Ashtongue Mystic\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22847; -- Ashtongue Primalist\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 23215; -- Ashtongue Sorcerer\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23374; -- Ashtongue Stalker\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22846; -- Ashtongue Stormcaller\nUPDATE `creature_template` SET `HealthModifier` = 90  WHERE `entry` = 23196; -- Bonechewer Behemoth\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23235; -- Bonechewer Blade Fury\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23237; -- Bonechewer Blood Prophet\nUPDATE `creature_template` SET `HealthModifier` = 55  WHERE `entry` = 23222; -- Bonechewer Brawler\nUPDATE `creature_template` SET `HealthModifier` = 55  WHERE `entry` = 23239; -- Bonechewer Combatant\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23236; -- Bonechewer Shield Disciple\nUPDATE `creature_template` SET `HealthModifier` = 4.5 WHERE `entry` = 23223; -- Bonechewer Spectator\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23028; -- Bonechewer Taskmaster\nUPDATE `creature_template` SET `HealthModifier` = 4.5 WHERE `entry` = 22963; -- Bonechewer Worker\nUPDATE `creature_template` SET `HealthModifier` = 4.5 WHERE `entry` = 22955; -- Charming Patron\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 22873; -- Coilskar General\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22874; -- Coilskar Harpooner\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22875; -- Coilskar Sea-Caller\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22876; -- Coilskar Soothsayer\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22877; -- Coilskar Wrangler\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 22885; -- Dragon Turtle <Coilskar Harpooner's Pet>\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 23030; -- Dragonmaw Sky Stalker\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 23330; -- Dragonmaw Wind Reaver\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 22960; -- Dragonmaw Wyrmcaller\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 22965; -- Enslaved Servant\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 23389; -- Fallen Ally\nUPDATE `creature_template` SET `HealthModifier` = 0.5 WHERE `entry` = 22929; -- Greater Shadowfiend\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 23172; -- Hand of Gorefiend\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23400; -- Illidari Archon\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 23403; -- Illidari Assassin\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23402; -- Illidari Battle-mage\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22869; -- Illidari Boneslicer\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 23397; -- Illidari Blood Lord\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 23337; -- Illidari Centurion\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22853; -- Illidari Defiler\nUPDATE `creature_template` SET `HealthModifier` = 75  WHERE `entry` = 22954; -- Illidari Fearbringer\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 23339; -- Illidari Heartseeker\nUPDATE `creature_template` SET `HealthModifier` = 60  WHERE `entry` = 22855; -- Illidari Nightlord\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 23436; -- Image of Dementia\nUPDATE `creature_template` SET `HealthModifier` = 75  WHERE `entry` = 22884; -- Leviathan\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 23232; -- Mutant War Hound\nUPDATE `creature_template` SET `HealthModifier` = 90  WHERE `entry` = 23394; -- Promenade Sentinel\nUPDATE `creature_template` SET `HealthModifier` = 90  WHERE `entry` = 22962; -- Priestess of Delight\nUPDATE `creature_template` SET `HealthModifier` = 90  WHERE `entry` = 22957; -- Priestess of Dementia\nUPDATE `creature_template` SET `HealthModifier` = 25  WHERE `entry` = 22945; -- Shadowmoon Blood Mage\nUPDATE `creature_template` SET `HealthModifier` = 45  WHERE `entry` = 22880; -- Shadowmoon Champion\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22882; -- Shadowmoon Deathshaper\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 23371; -- Shadowmoon Fallen\nUPDATE `creature_template` SET `HealthModifier` = 4.5 WHERE `entry` = 23147; -- Shadowmoon Grunt\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 23018; -- Shadowmoon Houndmaster\nUPDATE `creature_template` SET `HealthModifier` = 30  WHERE `entry` = 22879; -- Shadowmoon Reaver\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 23083; -- Shadowmoon Riding Hound\nUPDATE `creature_template` SET `HealthModifier` = 5   WHERE `entry` = 23047; -- Shadowmoon Soldier\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 22946; -- Shadowmoon War Hound\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 23049; -- Shadowmoon Weapon Master\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 22956; -- Sister of Pain\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 22964; -- Sister of Pleasure\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 22848; -- Storm Fury\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23399; -- Suffering Soul Fragment\nUPDATE `creature_template` SET `HealthModifier` = 4.5 WHERE `entry` = 22939; -- Temple Concubine\nUPDATE `creature_template` SET `HealthModifier` = 0.7 WHERE `entry` = 23109; -- Vengeful Spirit\nUPDATE `creature_template` SET `HealthModifier` = 50  WHERE `entry` = 22953; -- Wrathbone Flayer\n\n\n/* BLACK TEMPLE NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 7   WHERE `entry` = 23157; -- Aluyen <Reagents>\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 22996; -- Blade of Azzinoth\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 23197; -- Maiev Shadowsong\nUPDATE `creature_template` SET `HealthModifier` = 7   WHERE `entry` = 23159; -- Okuno <Ashtongue Deathsworn Quartermaster>\nUPDATE `creature_template` SET `HealthModifier` = 7   WHERE `entry` = 23158; -- Seer Kanai\nUPDATE `creature_template` SET `HealthModifier` = 1.3 WHERE `entry` = 23411; -- Spirit of Olum\nUPDATE `creature_template` SET `HealthModifier` = 1.3 WHERE `entry` = 23410; -- Spirit of Udalo\n\n\n/* ZUL'AMAN BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 220  WHERE `entry` = 23574; -- Akil'zon <Eagle Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 24240; -- Alyson Antille\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23878; -- Amani Bear Spirit\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23598; -- Amani Dragonhawk Hatchling\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23879; -- Amani Dragonhawk Spirit\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23880; -- Amani Eagle Spirit\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23877; -- Amani Lynx Spirit\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23818; -- Amani'shi Hatcher\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 24504; -- Amani'shi Hatcher\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24246; -- Darkheart\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24245; -- Fenstalker\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 24244; -- Gazakroth\nUPDATE `creature_template` SET `HealthModifier` = 80   WHERE `entry` = 23577; -- Halazzi <Lynx Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 135  WHERE `entry` = 24239; -- Hex Lord Malacrass\nUPDATE `creature_template` SET `HealthModifier` = 135  WHERE `entry` = 23578; -- Jan'alai <Dragonhawk Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24247; -- Koragg\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24243; -- Lord Raadan\nUPDATE `creature_template` SET `HealthModifier` = 180  WHERE `entry` = 23576; -- Nalorakk <Bear Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24242; -- Slither\nUPDATE `creature_template` SET `HealthModifier` = 0.5  WHERE `entry` = 24858; -- Soaring Eagle\nUPDATE `creature_template` SET `HealthModifier` = 30.5 WHERE `entry` = 24143; -- Spirit of the Lynx\nUPDATE `creature_template` SET `HealthModifier` = 225  WHERE `entry` = 23863; -- Zul'jin\n\n\n/* ZUL'AMAN TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23584; -- Amani Bear\nUPDATE `creature_template` SET `HealthModifier` = 6   WHERE `entry` = 24217; -- Amani Bear Mount\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 24047; -- Amani Crocolisk\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 23834; -- Amani Dragonhawk\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 24159; -- Amani Eagle\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 24530; -- Amani Elder Lynx\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 24043; -- Amani Lynx\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 24064; -- Amani Lynx Cub\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23542; -- Amani'shi Axe Thrower\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 24059; -- Amani'shi Beast Tamer\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 24374; -- Amani'shi Berserker\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23596; -- Amani'shi Flame Caster\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23597; -- Amani'shi Guardian\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 24065; -- Amani'shi Handler\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 24175; -- Amani'shi Lookout\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23581; -- Amani'shi Medicine Man\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 24180; -- Amani'shi Protector\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23587; -- Amani'shi Reinforcement\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 23586; -- Amani'shi Scout\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 24549; -- Amani'shi Tempest\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 23774; -- Amani'shi Trainer\nUPDATE `creature_template` SET `HealthModifier` = 12  WHERE `entry` = 23582; -- Amani'shi Tribesman\nUPDATE `creature_template` SET `HealthModifier` = 15  WHERE `entry` = 23580; -- Amani'shi Warbringer\nUPDATE `creature_template` SET `HealthModifier` = 3.5 WHERE `entry` = 24225; -- Amani'shi Warrior\nUPDATE `creature_template` SET `HealthModifier` = 10  WHERE `entry` = 24179; -- Amani'shi Wind Walker\nUPDATE `creature_template` SET `HealthModifier` = 4   WHERE `entry` = 24138; -- Tamed Amani Crocolisk\n\n\n/* ZUL'AMAN NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24405; -- Adarrah\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24001; -- Ashli\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24407; -- Darwen\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24403; -- Deez\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24406; -- Fudgerick\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24404; -- Galathryn\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24408; -- Gunter\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23999; -- Harkor\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 24358; -- Harrison Jones\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24024; -- Kraz\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24409; -- Kyren\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 24397; -- Mannuth\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23790; -- Tanzar\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23897; -- Zungam\n\n\n/* SUNWELL PLATEAU BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 1384 WHERE `entry` = 24882; -- Brutallus\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 25744; -- Dark Fiend\nUPDATE `creature_template` SET `HealthModifier` = 270  WHERE `entry` = 25840; -- Entropius\nUPDATE `creature_template` SET `HealthModifier` = 1154 WHERE `entry` = 25038; -- Felmyst\nUPDATE `creature_template` SET `HealthModifier` = 475  WHERE `entry` = 25166; -- Grand Warlock Alythess\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 25588; -- Hand of the Deceiver\nUPDATE `creature_template` SET `HealthModifier` = 475  WHERE `entry` = 24850; -- Kalecgos\nUPDATE `creature_template` SET `HealthModifier` = 2200 WHERE `entry` = 25315; -- Kil'jaeden <The Deceiver>\nUPDATE `creature_template` SET `HealthModifier` = 475  WHERE `entry` = 25165; -- Lady Sacrolash\nUPDATE `creature_template` SET `HealthModifier` = 360  WHERE `entry` = 25741; -- M'uru\nUPDATE `creature_template` SET `HealthModifier` = 475  WHERE `entry` = 24892; -- Sathrovarr the Corruptor\nUPDATE `creature_template` SET `HealthModifier` = 19   WHERE `entry` = 25798; -- Shadowsword Berserker\nUPDATE `creature_template` SET `HealthModifier` = 20   WHERE `entry` = 25799; -- Shadowsword Fury Mage\nUPDATE `creature_template` SET `HealthModifier` = 2.86 WHERE `entry` = 25502; -- Shield Orb\nUPDATE `creature_template` SET `HealthModifier` = 20   WHERE `entry` = 25708; -- Sinister Reflection\nUPDATE `creature_template` SET `HealthModifier` = 5    WHERE `entry` = 25268; -- Unyielding Dead\nUPDATE `creature_template` SET `HealthModifier` = 25   WHERE `entry` = 25772; -- Void Sentinel\nUPDATE `creature_template` SET `HealthModifier` = 7.2445 WHERE `entry` = 25824; -- Void Spawn\n\n\n/* SUNWELL PLATEAU TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 68.75 WHERE `entry` = 25593; -- Apocalypse Guard\nUPDATE `creature_template` SET `HealthModifier` = 86  WHERE `entry` = 25599; -- Cataclysm Hound\nUPDATE `creature_template` SET `HealthModifier` = 76  WHERE `entry` = 25595; -- Chaos Gazer\nUPDATE `creature_template` SET `HealthModifier` = 40  WHERE `entry` = 25592; -- Doomfire Destroyer\nUPDATE `creature_template` SET `HealthModifier` = 8   WHERE `entry` = 25948; -- Doomfire Shard\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 26101; -- Fire Fiend\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25597; -- Oblivion Mage\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25591; -- Painbringer\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25509; -- Priestess of Torment\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25484; -- Shadowsword Assassin\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25837; -- Shadowsword Commander\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25485; -- Shadowsword Deathbringer\nUPDATE `creature_template` SET `HealthModifier` = 100 WHERE `entry` = 25508; -- Shadowsword Guardian\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25506; -- Shadowsword Lifeshaper\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25483; -- Shadowsword Manafiend\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25373; -- Shadowsword Soulbinder\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25486; -- Shadowsword Vanquisher\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25367; -- Sunblade Arch Mage\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25363; -- Sunblade Cabalist\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25371; -- Sunblade Dawn Priest\nUPDATE `creature_template` SET `HealthModifier` = 20  WHERE `entry` = 25867; -- Sunblade Dragonhawk\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25370; -- Sunblade Dusk Priest\nUPDATE `creature_template` SET `HealthModifier` = 3   WHERE `entry` = 25372; -- Sunblade Scout\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25368; -- Sunblade Slayer\nUPDATE `creature_template` SET `HealthModifier` = 35  WHERE `entry` = 25369; -- Sunblade Vindicator\nUPDATE `creature_template` SET `HealthModifier` = 0.26 WHERE `entry` = 25598; -- Volatile Felfire Fiend\nUPDATE `creature_template` SET `HealthModifier` = 2   WHERE `entry` = 25851; -- Volatile Fiend\n\n\n/* SUNWELL PLATEAU NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 25639; -- Anchorite Elbadon\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 25638; -- Captain Selana\nUPDATE `creature_template` SET `HealthModifier` = 195 WHERE `entry` = 24891; -- Kalecgos\nUPDATE `creature_template` SET `HealthModifier` = 425 WHERE `entry` = 25319; -- Kalecgos\nUPDATE `creature_template` SET `HealthModifier` = 100 WHERE `entry` = 24895; -- Madrigosa\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 25644; -- Neophyte Narama\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 26289; -- Shattered Sun Riftwaker\nUPDATE `creature_template` SET `HealthModifier` = 1.5 WHERE `entry` = 25661; -- Shattered Sun Soldier\nUPDATE `creature_template` SET `HealthModifier` = 1.5 WHERE `entry` = 26259; -- Shattered Sun Soldier\nUPDATE `creature_template` SET `HealthModifier` = 1   WHERE `entry` = 25632; -- Vindicator Moorba\n\n\n/* WORLD BOSSES */\n\nUPDATE `creature_template` SET `HealthModifier` = 160 WHERE `entry` = 18728; -- Doom Lord Kazzak\nUPDATE `creature_template` SET `HealthModifier` = 300 WHERE `entry` = 17711; -- Doomwalker\n"
  },
  {
    "path": "data/sql/world/base/tbc_reference_loot.sql",
    "content": "DELETE FROM `reference_loot_template` WHERE `Entry` IN (34052, 34093, 36098, 36196, 36197, 36198, 36199, 50501);\nDELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN 36003 AND 36026;\nDELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN 36101 AND 36111; -- Hyjal\nDELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN 36121 AND 36139; -- Black Temple\n\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n--\n(34093, 32227, 0, 0, 0, 1, 1, 1, 1, 'Crimson Spinel'),\n(34093, 32228, 0, 0, 0, 1, 1, 1, 1, 'Empyrean Sapphire'),\n(34093, 32229, 0, 0, 0, 1, 1, 1, 1, 'Lionseye'),\n(34093, 32230, 0, 0, 0, 1, 1, 1, 1, 'Shadowsong Amethyst'),\n(34093, 32231, 0, 0, 0, 1, 1, 1, 1, 'Pyrestone'),\n(34093, 32249, 0, 0, 0, 1, 1, 1, 1, 'Seaspray Emerald'),\n--\n(34052, 30280, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Belt of Blasting'),\n(34052, 30281, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Belt of the Long Road'),\n(34052, 30301, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Belt of Natural Power'),\n(34052, 30302, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Belt of Deep Shadow'),\n(34052, 30303, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Belt of the Black Eagle'),\n(34052, 30304, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Monsoon Belt'),\n(34052, 30321, 0, 0, 0, 1, 1, 1, 1, 'Plans: Belt of the Guardian'),\n(34052, 30322, 0, 0, 0, 1, 1, 1, 1, 'Plans: Red Belt of Battle'),\n(34052, 30282, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Boots of Blasting'),\n(34052, 30283, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Boots of the Long Road'),\n(34052, 30305, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Boots of Natural Grace'),\n(34052, 30306, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Boots of Utter Darkness'),\n(34052, 30307, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Boots of the Crimson Hawk'),\n(34052, 30308, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Hurricane Boots'),\n(34052, 30323, 0, 0, 0, 1, 1, 1, 1, 'Plans: Boots of the Protector'),\n(34052, 30324, 0, 0, 0, 1, 1, 1, 1, 'Plans: Red Havoc Boots'),\n--\n(36003, 29983, 0, 0, 0, 1, 1, 1, 1, 'Fel-Steel Warhelm'),\n(36003, 29984, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Zaetar'),\n(36003, 29985, 0, 0, 0, 1, 1, 1, 1, 'Void Reaver Greaves'),\n(36003, 29986, 0, 0, 0, 1, 1, 1, 1, 'Cowl of the Grand Engineer'),\n(36003, 30450, 0, 0, 0, 1, 1, 1, 1, 'Warp-Spring Coil'),\n(36003, 30619, 0, 0, 0, 1, 1, 1, 1, 'Fel Reaver\\'s Piston'),\n(36003, 32515, 0, 0, 0, 1, 1, 1, 1, 'Wristguards of Determination'),\n--\n(36004, 30248, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Vanquished Champion'),\n(36004, 30249, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Vanquished Defender'),\n(36004, 30250, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Vanquished Hero'),\n--\n(36005, 29950, 0, 0, 0, 1, 1, 1, 1, 'Greaves of the Bloodwarder'),\n(36005, 29951, 0, 0, 0, 1, 1, 1, 1, 'Star-Strider Boots'),\n(36005, 29965, 0, 0, 0, 1, 1, 1, 1, 'Girdle of the Righteous Path'),\n(36005, 29966, 0, 0, 0, 1, 1, 1, 1, 'Vambraces of Ending'),\n--\n(36006, 29972, 0, 0, 0, 1, 1, 1, 1, 'Trousers of the Astromancer'),\n(36006, 29976, 0, 0, 0, 1, 1, 1, 1, 'Worldstorm Gauntlets'),\n(36006, 29977, 0, 0, 0, 1, 1, 1, 1, 'Star-Soul Breeches'),\n(36006, 29982, 0, 0, 0, 1, 1, 1, 1, 'Wand of the Forgotten Star'),\n(36006, 32267, 0, 0, 0, 1, 1, 1, 1, 'Boots of the Resilient'),\n--\n(36007, 29962, 0, 0, 0, 1, 1, 1, 1, 'Heartrazor'),\n(36007, 29981, 0, 0, 0, 1, 1, 1, 1, 'Ethereum Life-Staff'),\n(36007, 30446, 0, 0, 0, 1, 1, 1, 1, 'Solarian\\'s Sapphire'),\n(36007, 30449, 0, 0, 0, 1, 1, 1, 1, 'Void Star Talisman'),\n--\n(36008, 29987, 0, 0, 0, 1, 1, 1, 1, 'Gauntlets of the Sun King'),\n(36008, 29988, 0, 0, 0, 1, 1, 1, 1, 'The Nexus Key'),\n(36008, 29989, 0, 0, 0, 1, 1, 1, 1, 'Sunshower Light Cloak'),\n(36008, 29990, 0, 0, 0, 1, 1, 1, 1, 'Crown of the Sun'),\n(36008, 29991, 0, 0, 0, 1, 1, 1, 1, 'Sunhawk Leggings'),\n(36008, 29992, 0, 0, 0, 1, 1, 1, 1, 'Royal Cloak of the Sunstriders'),\n--\n(36009, 29993, 0, 0, 0, 1, 1, 1, 1, 'Twinblade of the Phoenix'),\n(36009, 29994, 0, 0, 0, 1, 1, 1, 1, 'Thalassian Wildercloak'),\n(36009, 29995, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Murderous Intent'),\n(36009, 29996, 0, 0, 0, 1, 1, 1, 1, 'Rod of the Sun King'),\n(36009, 29997, 0, 0, 0, 1, 1, 1, 1, 'Band of the Ranger-General'),\n(36009, 29998, 0, 0, 0, 1, 1, 1, 1, 'Royal Gauntlets of Silvermoon'),\n--\n(36010, 30236, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Vanquished Champion'),\n(36010, 30237, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Vanquished Defender'),\n(36010, 30238, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Vanquished Hero'),\n--\n(36011, 30047, 0, 0, 0, 1, 1, 1, 1, 'Blackfathom Warbands'),\n(36011, 30048, 0, 0, 0, 1, 1, 1, 1, 'Brighthelm of Justice'),\n(36011, 30052, 0, 0, 0, 1, 1, 1, 1, 'Ring of Lethality'),\n(36011, 30629, 0, 0, 0, 1, 1, 1, 1, 'Scarab of Displacement'),\n--\n(36012, 30054, 0, 0, 0, 1, 1, 1, 1, 'Ranger-General\\'s Chestguard'),\n(36012, 30055, 0, 0, 0, 1, 1, 1, 1, 'Shoulderpads of the Stranger'),\n(36012, 30056, 0, 0, 0, 1, 1, 1, 1, 'Robe of Hateful Echoes'),\n(36012, 33055, 0, 0, 0, 1, 1, 1, 1, 'Band of Vile Aggression'),\n--\n(36013, 30049, 0, 0, 0, 1, 1, 1, 1, 'Fathomstone'),\n(36013, 30050, 0, 0, 0, 1, 1, 1, 1, 'Boots of the Shifting Nightmare'),\n(36013, 30051, 0, 0, 0, 1, 1, 1, 1, 'Idol of the Crescent Goddess'),\n(36013, 30053, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Wardancer'),\n(36013, 30664, 0, 0, 0, 1, 1, 1, 1, 'Living Root of the Wildheart'),\n(36013, 32516, 0, 0, 0, 1, 1, 1, 1, 'Wraps of Purification'),\n--\n(36014, 30057, 0, 0, 0, 1, 1, 1, 1, 'Bracers of Eradication'),\n(36014, 30060, 0, 0, 0, 1, 1, 1, 1, 'Boots of Effortless Striking'),\n(36014, 30061, 0, 0, 0, 1, 1, 1, 1, 'Ancestral Ring of Conquest'),\n(36014, 30062, 0, 0, 0, 1, 1, 1, 1, 'Grove-Bands of Remulos'),\n--\n(36015, 30063, 0, 0, 0, 1, 1, 1, 1, 'Libram of Absolute Truth'),\n(36015, 30064, 0, 0, 0, 1, 1, 1, 1, 'Cord of Screaming Terrors'),\n(36015, 30067, 0, 0, 0, 1, 1, 1, 1, 'Velvet Boots of the Guardian'),\n(36015, 30665, 0, 0, 0, 1, 1, 1, 1, 'Earring of Soulful Meditation'),\n(36015, 33054, 0, 0, 0, 1, 1, 1, 1, 'The Seal of Danzalar'),\n--\n(36016, 30058, 0, 0, 0, 1, 1, 1, 1, 'Mallet of the Tides'),\n(36016, 30059, 0, 0, 0, 1, 1, 1, 1, 'Choker of Animalistic Fury'),\n(36016, 30065, 0, 0, 0, 1, 1, 1, 1, 'Glowing Breastplate of Truth'),\n(36016, 30066, 0, 0, 0, 1, 1, 1, 1, 'Tempest-Strider Boots'),\n--\n(36017, 30082, 0, 0, 0, 1, 1, 1, 1, 'Talon of Azshara'),\n(36017, 30083, 0, 0, 0, 1, 1, 1, 1, 'Ring of Sundered Souls'),\n(36017, 30720, 0, 0, 0, 1, 1, 1, 1, 'Serpent-Coil Braid'),\n(36017, 33058, 0, 0, 0, 1, 1, 1, 1, 'Band of the Vigilant'),\n--\n(36018, 30081, 0, 0, 0, 1, 1, 1, 1, 'Warboots of Obliteration'),\n(36018, 30084, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Argent Sentinel'),\n(36018, 30085, 0, 0, 0, 1, 1, 1, 1, 'Mantle of the Tireless Tracker'),\n(36018, 30098, 0, 0, 0, 1, 1, 1, 1, 'Razor-Scale Battlecloak'),\n--\n(36019, 30008, 0, 0, 0, 1, 1, 1, 1, 'Pendant of the Lost Ages'),\n(36019, 30068, 0, 0, 0, 1, 1, 1, 1, 'Girdle of the Tidal Call'),\n(36019, 30075, 0, 0, 0, 1, 1, 1, 1, 'Gnarled Chestpiece of the Ancients'),\n(36019, 30079, 0, 0, 0, 1, 1, 1, 1, 'Illidari Shoulderpads'),\n(36019, 30080, 0, 0, 0, 1, 1, 1, 1, 'Luminescent Rod of the Naaru'),\n--\n(36020, 30091, 0, 0, 0, 1, 1, 1, 1, 'True-Aim Stalker Bands'),\n(36020, 30092, 0, 0, 0, 1, 1, 1, 1, 'Orca-Hide Boots'),\n(36020, 30095, 0, 0, 0, 1, 1, 1, 1, 'Fang of the Leviathan'),\n(36020, 30096, 0, 0, 0, 1, 1, 1, 1, 'Girdle of the Invulnerable'),\n(36020, 30097, 0, 0, 0, 1, 1, 1, 1, 'Coral-Barbed Shoulderpads'),\n(36020, 30627, 0, 0, 0, 1, 1, 1, 1, 'Tsunami Talisman'),\n--\n(36021, 30239, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Vanquished Champion'),\n(36021, 30240, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Vanquished Defender'),\n(36021, 30241, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Vanquished Hero'),\n--\n(36022, 30090, 0, 0, 0, 1, 1, 1, 1, 'World Breaker'),\n(36022, 30099, 0, 0, 0, 1, 1, 1, 1, 'Frayed Tether of the Drowned'),\n(36022, 30100, 0, 0, 0, 1, 1, 1, 1, 'Soul-Strider Boots'),\n(36022, 30101, 0, 0, 0, 1, 1, 1, 1, 'Bloodsea Brigand\\'s Vest'),\n(36022, 30626, 0, 0, 0, 1, 1, 1, 1, 'Sextant of Unstable Currents'),\n(36022, 30663, 0, 0, 0, 1, 1, 1, 1, 'Fathom-Brooch of the Tidewalker'),\n--\n(36023, 30245, 0, 0, 0, 1, 1, 1, 1, 'Leggings of the Vanquished Champion'),\n(36023, 30246, 0, 0, 0, 1, 1, 1, 1, 'Leggings of the Vanquished Defender'),\n(36023, 30247, 0, 0, 0, 1, 1, 1, 1, 'Leggings of the Vanquished Hero'),\n--\n(36024, 30102, 0, 0, 0, 1, 1, 1, 1, 'Krakken-Heart Breastplate'),\n(36024, 30103, 0, 0, 0, 1, 1, 1, 1, 'Fang of Vashj'),\n(36024, 30104, 0, 0, 0, 1, 1, 1, 1, 'Cobra-Lash Boots'),\n(36024, 30105, 0, 0, 0, 1, 1, 1, 1, 'Serpent Spine Longbow'),\n(36024, 30106, 0, 0, 0, 1, 1, 1, 1, 'Belt of One-Hundred Deaths'),\n(36024, 30621, 0, 0, 0, 1, 1, 1, 1, 'Prism of Inner Calm'),\n--\n(36025, 30107, 0, 0, 0, 1, 1, 1, 1, 'Vestments of the Sea-Witch'),\n(36025, 30108, 0, 0, 0, 1, 1, 1, 1, 'Lightfathom Scepter'),\n(36025, 30109, 0, 0, 0, 1, 1, 1, 1, 'Ring of Endless Coils'),\n(36025, 30110, 0, 0, 0, 1, 1, 1, 1, 'Coral Band of the Revived'),\n(36025, 30111, 0, 0, 0, 1, 1, 1, 1, 'Runetotem\\'s Mantle'),\n(36025, 30112, 0, 0, 0, 1, 1, 1, 1, 'Glorious Gauntlets of Crestfall'),\n--\n(36026, 30242, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Vanquished Champion'),\n(36026, 30243, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Vanquished Defender'),\n(36026, 30244, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Vanquished Hero'),\n--\n(36098, 30021, 0, 0, 0, 1, 1, 1, 1, 'Wildfury Greatstaff'),\n(36098, 30022, 0, 0, 0, 1, 1, 1, 1, 'Pendant of the Perilous'),\n(36098, 30023, 0, 0, 0, 1, 1, 1, 1, 'Totem of the Maelstrom'),\n(36098, 30025, 0, 0, 0, 1, 1, 1, 1, 'Serpentshrine Shuriken'),\n(36098, 30027, 0, 0, 0, 1, 1, 1, 1, 'Boots of Courage Unending'),\n(36098, 30620, 0, 0, 0, 1, 1, 1, 1, 'Spyglass of the Hidden Fleet'),\n--\n(36101, 30868, 0, 0, 0, 1, 1, 1, 1, 'Rejuvenating Bracers'),\n(36101, 30869, 0, 0, 0, 1, 1, 1, 1, 'Howling Wind Bracers'),\n(36101, 30870, 0, 0, 0, 1, 1, 1, 1, 'Cuffs of Devastation'),\n(36101, 30871, 0, 0, 0, 1, 1, 1, 1, 'Bracers of Martyrdom'),\n(36101, 30872, 0, 0, 0, 1, 1, 1, 1, 'Chronicle of Dark Secrets'),\n(36101, 30873, 0, 0, 0, 1, 1, 1, 1, 'Stillwater Boots'),\n--\n(36102, 30861, 0, 0, 0, 1, 1, 1, 1, 'Furious Shackles'),\n(36102, 30862, 0, 0, 0, 1, 1, 1, 1, 'Blessed Adamantite Bracers'),\n(36102, 30863, 0, 0, 0, 1, 1, 1, 1, 'Deadly Cuffs'),\n(36102, 30864, 0, 0, 0, 1, 1, 1, 1, 'Bracers of the Pathfinder'),\n(36102, 30865, 0, 0, 0, 1, 1, 1, 1, 'Tracker\\'s Blade'),\n(36102, 30866, 0, 0, 0, 1, 1, 1, 1, 'Blood-stained Pauldrons'),\n--\n(36103, 30874, 0, 0, 0, 1, 1, 1, 1, 'The Unbreakable Will'),\n(36103, 30883, 0, 0, 0, 1, 1, 1, 1, 'Pillar of Ferocity'),\n(36103, 30884, 0, 0, 0, 1, 1, 1, 1, 'Hatefury Mantle'),\n(36103, 30885, 0, 0, 0, 1, 1, 1, 1, 'Archbishop\\'s Slippers'),\n(36103, 30887, 0, 0, 0, 1, 1, 1, 1, 'Golden Links of Restoration'),\n(36103, 30888, 0, 0, 0, 1, 1, 1, 1, 'Anetheron\\'s Noose'),\n--\n(36104, 30878, 0, 0, 0, 1, 1, 1, 1, 'Glimmering Steel Mantle'),\n(36104, 30879, 0, 0, 0, 1, 1, 1, 1, 'Don Alejandro\\'s Money Belt'),\n(36104, 30880, 0, 0, 0, 1, 1, 1, 1, 'Quickstrider Moccasins'),\n(36104, 30881, 0, 0, 0, 1, 1, 1, 1, 'Blade of Infamy'),\n(36104, 30882, 0, 0, 0, 1, 1, 1, 1, 'Bastion of Light'),\n(36104, 30886, 0, 0, 0, 1, 1, 1, 1, 'Enchanted Leather Sandals'),\n--\n(36105, 30893, 0, 0, 0, 1, 1, 1, 1, 'Sun-touched Chain Leggings'),\n(36105, 30894, 0, 0, 0, 1, 1, 1, 1, 'Blue Suede Shoes'),\n(36105, 30914, 0, 0, 0, 1, 1, 1, 1, 'Belt of the Crescent Moon'),\n(36105, 30916, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Channeled Elements'),\n(36105, 30917, 0, 0, 0, 1, 1, 1, 1, 'Razorfury Mantle'),\n(36105, 30918, 0, 0, 0, 1, 1, 1, 1, 'Hammer of Atonement'),\n--\n(36106, 30889, 0, 0, 0, 1, 1, 1, 1, 'Kaz\\'rogal\\'s Hardened Heart'),\n(36106, 30891, 0, 0, 0, 1, 1, 1, 1, 'Black Featherlight Boots'),\n(36106, 30892, 0, 0, 0, 1, 1, 1, 1, 'Beast-tamer\\'s Shoulders'),\n(36106, 30895, 0, 0, 0, 1, 1, 1, 1, 'Angelista\\'s Sash'),\n(36106, 30915, 0, 0, 0, 1, 1, 1, 1, 'Belt of Seething Fury'),\n(36106, 30919, 0, 0, 0, 1, 1, 1, 1, 'Valestalker Girdle'),\n--\n(36107, 30896, 0, 0, 0, 1, 1, 1, 1, 'Glory of the Defender'),\n(36107, 30897, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Hope'),\n(36107, 30898, 0, 0, 0, 1, 1, 1, 1, 'Shady Dealer\\'s Pantaloons'),\n(36107, 30899, 0, 0, 0, 1, 1, 1, 1, 'Don Rodrigo\\'s Poncho'),\n(36107, 30900, 0, 0, 0, 1, 1, 1, 1, 'Bow-stitched Leggings'),\n(36107, 30901, 0, 0, 0, 1, 1, 1, 1, 'Boundless Agony'),\n--\n(36108, 31092, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Forgotten Conqueror'),\n(36108, 31093, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Forgotten Vanquisher'),\n(36108, 31094, 0, 0, 0, 1, 1, 1, 1, 'Gloves of the Forgotten Protector'),\n--\n(36109, 30902, 0, 0, 0, 1, 1, 1, 1, 'Cataclysm\\'s Edge'),\n(36109, 30903, 0, 0, 0, 1, 1, 1, 1, 'Legguards of Endless Rage'),\n(36109, 30904, 0, 0, 0, 1, 1, 1, 1, 'Savior\\'s Grasp'),\n(36109, 30905, 0, 0, 0, 1, 1, 1, 1, 'Midnight Chestguard'),\n(36109, 30906, 0, 0, 0, 1, 1, 1, 1, 'Bristleblitz Striker'),\n(36109, 30907, 0, 0, 0, 1, 1, 1, 1, 'Mail of Fevered Pursuit'),\n--\n(36110, 30908, 0, 0, 0, 1, 1, 1, 1, 'Apostle of Argus'),\n(36110, 30909, 0, 0, 0, 1, 1, 1, 1, 'Antonidas\\'s Aegis of Rapt Concentration'),\n(36110, 30910, 0, 0, 0, 1, 1, 1, 1, 'Tempest of Chaos'),\n(36110, 30911, 0, 0, 0, 1, 1, 1, 1, 'Scepter of Purification'),\n(36110, 30912, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Eternity'),\n(36110, 30913, 0, 0, 0, 1, 1, 1, 1, 'Robes of Rhonin'),\n--\n(36111, 31095, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Forgotten Protector'),\n(36111, 31096, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Forgotten Vanquisher'),\n(36111, 31097, 0, 0, 0, 1, 1, 1, 1, 'Helm of the Forgotten Conqueror'),\n--\n(36121, 32232, 0, 0, 0, 1, 1, 1, 1, 'Eternium Shell Bracers'), -- High Warlord Naj'entus (22887)\n(36121, 32234, 0, 0, 0, 1, 1, 1, 1, 'Fists of Mukoa'),\n(36121, 32236, 0, 0, 0, 1, 1, 1, 1, 'Rising Tide'),\n(36121, 32237, 0, 0, 0, 1, 1, 1, 1, 'The Maelstrom\\'s Fury'),\n(36121, 32238, 0, 0, 0, 1, 1, 1, 1, 'Ring of Calming Waves'),\n(36121, 32243, 0, 0, 0, 1, 1, 1, 1, 'Pearl Inlaid Boots'),\n(36121, 32377, 0, 0, 0, 1, 1, 1, 1, 'Mantle of Darkness'),\n--\n(36122, 32239, 0, 0, 0, 1, 1, 1, 1, 'Slippers of the Seacaller'), -- High Warlord Naj'entus (22887)\n(36122, 32240, 0, 0, 0, 1, 1, 1, 1, 'Guise of the Tidal Lurker'),\n(36122, 32241, 0, 0, 0, 1, 1, 1, 1, 'Helm of Soothing Currents'),\n(36122, 32242, 0, 0, 0, 1, 1, 1, 1, 'Boots of Oceanic Fury'),\n(36122, 32245, 0, 0, 0, 1, 1, 1, 1, 'Tide-stomper\\'s Greaves'),\n(36122, 32247, 0, 0, 0, 1, 1, 1, 1, 'Ring of Captured Storms'),\n(36122, 32248, 0, 0, 0, 1, 1, 1, 1, 'Halberd of Desolation'),\n--\n(36123, 32256, 0, 0, 0, 1, 1, 1, 1, 'Waistwrap of Infinity'), -- Supremus (22898)\n(36123, 32257, 0, 0, 0, 1, 1, 1, 1, 'Idol of the White Stag'),\n(36123, 32258, 0, 0, 0, 1, 1, 1, 1, 'Naturalist\\'s Preserving Cinch'),\n(36123, 32259, 0, 0, 0, 1, 1, 1, 1, 'Bands of the Coming Storm'),\n(36123, 32260, 0, 0, 0, 1, 1, 1, 1, 'Choker of Endless Nightmares'),\n(36123, 32261, 0, 0, 0, 1, 1, 1, 1, 'Band of the Abyssal Lord'),\n(36123, 32262, 0, 0, 0, 1, 1, 1, 1, 'Syphon of the Nathrezim'),\n--\n(36124, 32250, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of Abyssal Fury'), -- Supremus (22898)\n(36124, 32251, 0, 0, 0, 1, 1, 1, 1, 'Wraps of Precise Flight'),\n(36124, 32252, 0, 0, 0, 1, 1, 1, 1, 'Nether Shadow Tunic'),\n(36124, 32253, 0, 0, 0, 1, 1, 1, 1, 'Legionkiller'),\n(36124, 32254, 0, 0, 0, 1, 1, 1, 1, 'The Brutalizer'),\n(36124, 32255, 0, 0, 0, 1, 1, 1, 1, 'Felstone Bulwark'),\n--\n(36125, 32263, 0, 0, 0, 1, 1, 1, 1, 'Praetorian\\'s Legguards'), -- Shade of Akama (22841)\n(36125, 32264, 0, 0, 0, 1, 1, 1, 1, 'Shoulders of the Hidden Predator'),\n(36125, 32265, 0, 0, 0, 1, 1, 1, 1, 'Shadow-walker\\'s Cord'),\n(36125, 32266, 0, 0, 0, 1, 1, 1, 1, 'Ring of Deceitful Intent'),\n(36125, 32268, 0, 0, 0, 1, 1, 1, 1, 'Myrmidon\\'s Treads'),\n(36125, 32276, 0, 0, 0, 1, 1, 1, 1, 'Flashfire Girdle'),\n(36125, 32513, 0, 0, 0, 1, 1, 1, 1, 'Wristbands of Divine Influence'),\n--\n(36126, 32270, 0, 0, 0, 1, 1, 1, 1, 'Focused Mana Bindings'), -- Shade of Akama (22841)\n(36126, 32271, 0, 0, 0, 1, 1, 1, 1, 'Kilt of Immortal Nature'),\n(36126, 32273, 0, 0, 0, 1, 1, 1, 1, 'Amice of Brilliant Light'),\n(36126, 32275, 0, 0, 0, 1, 1, 1, 1, 'Spiritwalker Gauntlets'),\n(36126, 32278, 0, 0, 0, 1, 1, 1, 1, 'Grips of Silent Justice'),\n(36126, 32279, 0, 0, 0, 1, 1, 1, 1, 'The Seeker\\'s Wristguards'),\n(36126, 32361, 0, 0, 0, 1, 1, 1, 1, 'Blind-Seers Icon'),\n--\n(36127, 32326, 0, 0, 0, 1, 1, 1, 1, 'Twisted Blades of Zarak'), -- Teron Gorefiend (22871)\n(36127, 32328, 0, 0, 0, 1, 1, 1, 1, 'Botanist\\'s Gloves of Growth'),\n(36127, 32329, 0, 0, 0, 1, 1, 1, 1, 'Cowl of Benevolence'),\n(36127, 32330, 0, 0, 0, 1, 1, 1, 1, 'Totem of Ancestral Guidance'),\n(36127, 32348, 0, 0, 0, 1, 1, 1, 1, 'Soul Cleaver'),\n(36127, 32512, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Lordaeron\\'s Fallen'),\n--\n(36128, 32280, 0, 0, 0, 1, 1, 1, 1, 'Gauntlets of Enforcement'), -- Teron Gorefiend (22871)\n(36128, 32323, 0, 0, 0, 1, 1, 1, 1, 'Shadowmoon Destroyer\\'s Drape'),\n(36128, 32324, 0, 0, 0, 1, 1, 1, 1, 'Insidious Bands'),\n(36128, 32325, 0, 0, 0, 1, 1, 1, 1, 'Rifle of the Stoic Guardian'),\n(36128, 32327, 0, 0, 0, 1, 1, 1, 1, 'Robe of the Shadow Council'),\n(36128, 32510, 0, 0, 0, 1, 1, 1, 1, 'Softstep Boots of Tracking'),\n--\n(36129, 32338, 0, 0, 0, 1, 1, 1, 1, 'Blood-cursed Shoulderpads'), -- Gurtogg Bloodboil (22948)\n(36129, 32339, 0, 0, 0, 1, 1, 1, 1, 'Belt of Primal Majesty'),\n(36129, 32340, 0, 0, 0, 1, 1, 1, 1, 'Garments of Temperance'),\n(36129, 32341, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Divine Retribution'),\n(36129, 32342, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Mighty Resolve'),\n(36129, 32343, 0, 0, 0, 1, 1, 1, 1, 'Wand of Prismatic Focus'),\n(36129, 32344, 0, 0, 0, 1, 1, 1, 1, 'Staff of Immaculate Recovery'),\n--\n(36130, 32269, 0, 0, 0, 1, 1, 1, 1, 'Messenger of Fate'), -- Gurtogg Bloodboil (22948)\n(36130, 32333, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Stability'),\n(36130, 32334, 0, 0, 0, 1, 1, 1, 1, 'Vest of Mounting Assault'),\n(36130, 32335, 0, 0, 0, 1, 1, 1, 1, 'Unstoppable Aggressor\\'s Ring'),\n(36130, 32337, 0, 0, 0, 1, 1, 1, 1, 'Shroud of Forgiveness'),\n(36130, 32501, 0, 0, 0, 1, 1, 1, 1, 'Shadowmoon Insignia'),\n--\n(36133, 32365, 0, 0, 0, 1, 1, 1, 1, 'Heartshatter Breastplate'), -- Mother Shahraz (22947)\n(36133, 32366, 0, 0, 0, 1, 1, 1, 1, 'Shadowmaster\\'s Boots'),\n(36133, 32367, 0, 0, 0, 1, 1, 1, 1, 'Leggings of Devastation'),\n(36133, 32368, 0, 0, 0, 1, 1, 1, 1, 'Tome of the Lightbringer'),\n(36133, 32369, 0, 0, 0, 1, 1, 1, 1, 'Blade of Savagery'),\n(36133, 32370, 0, 0, 0, 1, 1, 1, 1, 'Nadina\\'s Pendant of Purity'),\n--\n(36134, 31101, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Forgotten Conqueror'), -- Mother Shahraz (22947)\n(36134, 31102, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Forgotten Vanquisher'),\n(36134, 31103, 0, 0, 0, 1, 1, 1, 1, 'Pauldrons of the Forgotten Protector'),\n--\n(36137, 32235, 0, 0, 0, 1, 1, 1, 1, 'Cursed Vision of Sargeras'), -- Illidan Stormrage (22917)\n(36137, 32336, 0, 0, 0, 1, 1, 1, 1, 'Black Bow of the Betrayer'),\n(36137, 32375, 0, 0, 0, 1, 1, 1, 1, 'Bulwark of Azzinoth'),\n(36137, 32471, 0, 0, 0, 1, 1, 1, 1, 'Shard of Azzinoth'),\n(36137, 32497, 0, 0, 0, 1, 1, 1, 1, 'Stormrage Signet Ring'),\n(36137, 32521, 0, 0, 0, 1, 1, 1, 1, 'Faceplate of the Impenetrable'),\n--\n(36138, 32374, 0, 0, 0, 1, 1, 1, 1, 'Zhar\\'doom, Greatstaff of the Devourer'), -- Illidan Stormrage (22917)\n(36138, 32483, 0, 0, 0, 1, 1, 1, 1, 'The Skull of Gul\\'dan'),\n(36138, 32496, 0, 0, 0, 1, 1, 1, 1, 'Memento of Tyrande'),\n(36138, 32500, 0, 0, 0, 1, 1, 1, 1, 'Crystal Spire of Karabor'),\n(36138, 32524, 0, 0, 0, 1, 1, 1, 1, 'Shroud of the Highborne'),\n(36138, 32525, 0, 0, 0, 1, 1, 1, 1, 'Cowl of the Illidari High Lord'),\n--\n(36139, 31089, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Forgotten Conqueror'), -- Illidan Stormrage (22917)\n(36139, 31090, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Forgotten Vanquisher'),\n(36139, 31091, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of the Forgotten Protector'),\n--\n(36196, 32589, 0, 0, 0, 1, 1, 1, 1, 'Hellfire-Encased Pendant'),\n(36196, 32590, 0, 0, 0, 1, 1, 1, 1, 'Nethervoid Cloak'),\n(36196, 32591, 0, 0, 0, 1, 1, 1, 1, 'Choker of Serrated Blades'),\n(36196, 32592, 0, 0, 0, 1, 1, 1, 1, 'Chestguard of Relentless Storms'),\n(36196, 32609, 0, 0, 0, 1, 1, 1, 1, 'Boots of the Divine Light'),\n(36196, 32945, 0, 0, 0, 1, 1, 1, 1, 'Fist of Molten Fury'),\n(36196, 32946, 0, 0, 0, 1, 1, 1, 1, 'Claw of Molten Fury'),\n(36196, 34009, 0, 0, 0, 1, 1, 1, 1, 'Hammer of Judgement'),\n(36196, 34010, 0, 0, 0, 1, 1, 1, 1, 'Pepe\\'s Shroud of Pacification'),\n--\n(36197, 32736, 0, 0, 0, 1, 1, 1, 1, 'Plans: Swiftsteel Bracers'),\n(36197, 32739, 0, 0, 0, 1, 1, 1, 1, 'Plans: Dawnsteel Shoulders'),\n(36197, 32745, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Shoulderpads of Renewed Life'),\n(36197, 32746, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Swiftstrike Bracers'),\n(36197, 32748, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Bindings of Lightning Reflexes'),\n(36197, 32751, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Living Earth Shoulders'),\n(36197, 32752, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Swiftheal Wraps'),\n(36197, 32755, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Mantle of Nimble Thought'),\n--\n(36198, 32526, 0, 0, 0, 1, 1, 1, 1, 'Band of Devastation'),\n(36198, 32527, 0, 0, 0, 1, 1, 1, 1, 'Ring of Ancient Knowledge'),\n(36198, 32528, 0, 0, 0, 1, 1, 1, 1, 'Blessed Band of Karabor'),\n(36198, 32593, 0, 0, 0, 1, 1, 1, 1, 'Treads of the Den Mother'),\n(36198, 32606, 0, 0, 0, 1, 1, 1, 1, 'Girdle of the Lightbearer'),\n(36198, 32608, 0, 0, 0, 1, 1, 1, 1, 'Pillager\\'s Gauntlets'),\n(36198, 32943, 0, 0, 0, 1, 1, 1, 1, 'Swiftsteel Bludgeon'),\n(36198, 34011, 0, 0, 0, 1, 1, 1, 1, 'Illidari Runeshield'),\n(36198, 34012, 0, 0, 0, 1, 1, 1, 1, 'Shroud of the Final Stand'),\n--\n(36199, 32737, 0, 0, 0, 1, 1, 1, 1, 'Plans: Swiftsteel Shoulders'),\n(36199, 32738, 0, 0, 0, 1, 1, 1, 1, 'Plans: Dawnsteel Bracers'),\n(36199, 32744, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Bracers of Renewed Life'),\n(36199, 32747, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Swiftstrike Shoulders'),\n(36199, 32749, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Shoulders of Lightning Reflexes'),\n(36199, 32750, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Living Earth Bindings'),\n(36199, 32753, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Swiftheal Mantle'),\n(36199, 32754, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Bracers of Nimble Thought'),\n--\n(50501, 16253, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Chest - Greater Stats'),\n(50501, 22532, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Bracer - Restore Mana Prime'),\n(50501, 22540, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Shield - Shield Block'),\n(50501, 22541, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Shield - Resistance'),\n(50501, 22542, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Boots - Vitality'),\n(50501, 22548, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Cloak - Major Resistance'),\n(50501, 22553, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Weapon - Potency'),\n(50501, 22557, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Weapon - Battlemaster'),\n(50501, 22558, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Weapon - Spellsurge'),\n(50501, 22903, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Insane Strength Potion'),\n(50501, 22904, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Elixir of the Searching Eye'),\n(50501, 22912, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Heroic Potion'),\n(50501, 22913, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Haste Potion'),\n(50501, 22914, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Destruction Potion'),\n(50501, 22919, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Elixir of Major Mageblood'),\n(50501, 22926, 0, 0, 0, 1, 1, 1, 1, 'Recipe: Elixir of Empowerment'),\n(50501, 23154, 0, 0, 0, 1, 1, 1, 1, 'Design: Stormy Azure Moonstone'),\n(50501, 23620, 0, 0, 0, 1, 1, 1, 1, 'Plans: Felfury Gauntlets'),\n(50501, 23621, 0, 0, 0, 1, 1, 1, 1, 'Plans: Gauntlets of the Iron Tower'),\n(50501, 23622, 0, 0, 0, 1, 1, 1, 1, 'Plans: Steelgrip Gauntlets'),\n(50501, 23623, 0, 0, 0, 1, 1, 1, 1, 'Plans: Storm Helm'),\n(50501, 23624, 0, 0, 0, 1, 1, 1, 1, 'Plans: Helm of the Stalwart Defender'),\n(50501, 23625, 0, 0, 0, 1, 1, 1, 1, 'Plans: Oathkeeper\\'s Helm'),\n(50501, 23626, 0, 0, 0, 1, 1, 1, 1, 'Plans: Black Felsteel Bracers'),\n(50501, 23627, 0, 0, 0, 1, 1, 1, 1, 'Plans: Bracers of the Green Fortress'),\n(50501, 23628, 0, 0, 0, 1, 1, 1, 1, 'Plans: Blessed Bracers'),\n(50501, 23629, 0, 0, 0, 1, 1, 1, 1, 'Plans: Felsteel Longblade'),\n(50501, 23630, 0, 0, 0, 1, 1, 1, 1, 'Plans: Khorium Champion'),\n(50501, 23631, 0, 0, 0, 1, 1, 1, 1, 'Plans: Fel Edged Battleaxe'),\n(50501, 23632, 0, 0, 0, 1, 1, 1, 1, 'Plans: Felsteel Reaper'),\n(50501, 23633, 0, 0, 0, 1, 1, 1, 1, 'Plans: Runic Hammer'),\n(50501, 23634, 0, 0, 0, 1, 1, 1, 1, 'Plans: Fel Hardened Maul'),\n(50501, 23635, 0, 0, 0, 1, 1, 1, 1, 'Plans: Eternium Runed Blade'),\n(50501, 23636, 0, 0, 0, 1, 1, 1, 1, 'Plans: Dirge'),\n(50501, 23637, 0, 0, 0, 1, 1, 1, 1, 'Plans: Hand of Eternity'),\n(50501, 23802, 0, 0, 0, 1, 1, 1, 1, 'Schematic: Ornate Khorium Rifle'),\n(50501, 23804, 0, 0, 0, 1, 1, 1, 1, 'Schematic: Power Amplification Goggles'),\n(50501, 23810, 0, 0, 0, 1, 1, 1, 1, 'Schematic: Crashin\\' Thrashin\\' Robot'),\n(50501, 23883, 0, 0, 0, 1, 1, 1, 1, 'Schematic: Healing Potion Injector'),\n(50501, 23884, 0, 0, 0, 1, 1, 1, 1, 'Schematic: Mana Potion Injector'),\n(50501, 24163, 0, 0, 0, 1, 1, 1, 1, 'Design: Heavy Felsteel Ring'),\n(50501, 24164, 0, 0, 0, 1, 1, 1, 1, 'Design: Delicate Eternium Ring'),\n(50501, 24165, 0, 0, 0, 1, 1, 1, 1, 'Design: Blazing Eternium Band'),\n(50501, 24166, 0, 0, 0, 1, 1, 1, 1, 'Design: Thick Felsteel Necklace'),\n(50501, 24167, 0, 0, 0, 1, 1, 1, 1, 'Design: Living Ruby Pendant'),\n(50501, 24168, 0, 0, 0, 1, 1, 1, 1, 'Design: Braided Eternium Chain'),\n(50501, 24169, 0, 0, 0, 1, 1, 1, 1, 'Design: Eye of the Night'),\n(50501, 24170, 0, 0, 0, 1, 1, 1, 1, 'Design: Embrace of the Dawn'),\n(50501, 24171, 0, 0, 0, 1, 1, 1, 1, 'Design: Chain of the Twilight Owl'),\n(50501, 24192, 0, 0, 0, 1, 1, 1, 1, 'Design: Bright Living Ruby'),\n(50501, 24193, 0, 0, 0, 1, 1, 1, 1, 'Design: Bold Living Ruby'),\n(50501, 24194, 0, 0, 0, 1, 1, 1, 1, 'Design: Delicate Living Ruby'),\n(50501, 24195, 0, 0, 0, 1, 1, 1, 1, 'Design: Teardrop Living Ruby'),\n(50501, 24196, 0, 0, 0, 1, 1, 1, 1, 'Design: Runed Living Ruby'),\n(50501, 24197, 0, 0, 0, 1, 1, 1, 1, 'Design: Subtle Living Ruby'),\n(50501, 24198, 0, 0, 0, 1, 1, 1, 1, 'Design: Flashing Living Ruby'),\n(50501, 24199, 0, 0, 0, 1, 1, 1, 1, 'Design: Solid Star of Elune'),\n(50501, 24200, 0, 0, 0, 1, 1, 1, 1, 'Design: Sparkling Star of Elune'),\n(50501, 24201, 0, 0, 0, 1, 1, 1, 1, 'Design: Lustrous Star of Elune'),\n(50501, 24202, 0, 0, 0, 1, 1, 1, 1, 'Design: Stormy Star of Elune'),\n(50501, 24203, 0, 0, 0, 1, 1, 1, 1, 'Design: Brilliant Dawnstone'),\n(50501, 24204, 0, 0, 0, 1, 1, 1, 1, 'Design: Smooth Dawnstone'),\n(50501, 24205, 0, 0, 0, 1, 1, 1, 1, 'Design: Rigid Dawnstone'),\n(50501, 24206, 0, 0, 0, 1, 1, 1, 1, 'Design: Gleaming Dawnstone'),\n(50501, 24207, 0, 0, 0, 1, 1, 1, 1, 'Design: Thick Dawnstone'),\n(50501, 24209, 0, 0, 0, 1, 1, 1, 1, 'Design: Sovereign Nightseye'),\n(50501, 24210, 0, 0, 0, 1, 1, 1, 1, 'Design: Shifting Nightseye'),\n(50501, 24211, 0, 0, 0, 1, 1, 1, 1, 'Design: Glowing Nightseye'),\n(50501, 24212, 0, 0, 0, 1, 1, 1, 1, 'Design: Royal Nightseye'),\n(50501, 24213, 0, 0, 0, 1, 1, 1, 1, 'Design: Inscribed Noble Topaz'),\n(50501, 24214, 0, 0, 0, 1, 1, 1, 1, 'Design: Potent Noble Topaz'),\n(50501, 24215, 0, 0, 0, 1, 1, 1, 1, 'Design: Luminous Noble Topaz'),\n(50501, 24216, 0, 0, 0, 1, 1, 1, 1, 'Design: Glinting Noble Topaz'),\n(50501, 24217, 0, 0, 0, 1, 1, 1, 1, 'Design: Enduring Talasite'),\n(50501, 24218, 0, 0, 0, 1, 1, 1, 1, 'Design: Radiant Talasite'),\n(50501, 24219, 0, 0, 0, 1, 1, 1, 1, 'Design: Dazzling Talasite'),\n(50501, 24220, 0, 0, 0, 1, 1, 1, 1, 'Design: Jagged Talasite'),\n(50501, 24296, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Unyielding Bracers'),\n(50501, 24297, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Bracers of Havok'),\n(50501, 24298, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Blackstrike Bracers'),\n(50501, 24299, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Cloak of the Black Void'),\n(50501, 24300, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Cloak of Eternity'),\n(50501, 24301, 0, 0, 0, 1, 1, 1, 1, 'Pattern: White Remedy Cape'),\n(50501, 24302, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Unyielding Girdle'),\n(50501, 24303, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Girdle of Ruination'),\n(50501, 24304, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Black Belt of Knowledge'),\n(50501, 24305, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Resolute Cape'),\n(50501, 24306, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Vengeance Wrap'),\n(50501, 24307, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Manaweave Cloak'),\n(50501, 25887, 0, 0, 0, 1, 1, 1, 1, 'Schematic: Purple Smoke Flare'),\n(50501, 25905, 0, 0, 0, 1, 1, 1, 1, 'Design: Tenacious Earthstorm Diamond'),\n(50501, 25906, 0, 0, 0, 1, 1, 1, 1, 'Design: Brutal Earthstorm Diamond'),\n(50501, 25907, 0, 0, 0, 1, 1, 1, 1, 'Design: Destructive Skyfire Diamond'),\n(50501, 25909, 0, 0, 0, 1, 1, 1, 1, 'Design: Mystical Skyfire Diamond'),\n(50501, 28270, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Chest - Major Resilience'),\n(50501, 28279, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Boots - Cat\\'s Swiftness'),\n(50501, 28280, 0, 0, 0, 1, 1, 1, 1, 'Formula: Enchant Boots - Boar\\'s Speed'),\n(50501, 29723, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Cobrascale Hood'),\n(50501, 29724, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Cobrascale Gloves'),\n(50501, 29725, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Windscale Hood'),\n(50501, 29726, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Hood of Primal Life'),\n(50501, 29727, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Gloves of the Living Touch'),\n(50501, 29728, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Windslayer Wraps'),\n(50501, 29729, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Living Dragonscale Helm'),\n(50501, 29730, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Earthen Netherscale Boots'),\n(50501, 29731, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Windstrike Gloves'),\n(50501, 29732, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Netherdrake Helm'),\n(50501, 29733, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Netherdrake Gloves'),\n(50501, 29734, 0, 0, 0, 1, 1, 1, 1, 'Pattern: Thick Netherscale Breastplate'),\n(50501, 31875, 0, 0, 0, 1, 1, 1, 1, 'Design: Great Dawnstone'),\n(50501, 31876, 0, 0, 0, 1, 1, 1, 1, 'Design: Balanced Nightseye'),\n(50501, 31877, 0, 0, 0, 1, 1, 1, 1, 'Design: Infused Nightseye'),\n(50501, 31878, 0, 0, 0, 1, 1, 1, 1, 'Design: Veiled Noble Topaz'),\n(50501, 31879, 0, 0, 0, 1, 1, 1, 1, 'Design: Wicked Noble Topaz'),\n(50501, 32411, 0, 0, 0, 1, 1, 1, 1, 'Design: Thundering Skyfire Diamond'),\n(50501, 33186, 0, 0, 0, 1, 1, 1, 1, 'Plans: Adamantite Weapon Chain'),\n(50501, 33954, 0, 0, 0, 1, 1, 1, 1, 'Plans: Hammer of Righteous Might');\n"
  },
  {
    "path": "data/sql/world/base/tbc_vendors.sql",
    "content": "/*  Hide vendor items until the player has completed the progression level for them */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `ConditionTypeOrReference` = 8 AND `SourceGroup` IN (18525, 27667);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (34200, 34201, 51809);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(23, 18756, 51809, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Haris Pilton will not sell Portable Hole until the player has completed PROGRESSION_TBC_TIER_5'),\n(23, 17585, 34201, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Urgronn will not sell Pattern: Netherscale Ammo Pouch until the player has completed PROGRESSION_TBC_TIER_3'),\n(23, 17657, 34201, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Ulrike will not sell Pattern: Netherscale Ammo Pouch until the player has completed PROGRESSION_TBC_TIER_3'),\n(23, 21655, 34200, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Nakodu will not sell Pattern: Quiver of a Thousand Feathers until the player has completed PROGRESSION_TBC_TIER_3'),\n--\n(23, 18525, 30183, 0, 0, 8, 0, 66009, 0, 0, 0, 0, 0, '', 'G\\'eras - Nether Vortex available at TBC tier 2'),\n(23, 18525, 33192, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Carved Witch Doctor\\'s Stick available at TBC tier 4'),\n(23, 18525, 33207, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Implacable Guardian Sabatons available at TBC tier 4'),\n(23, 18525, 33222, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Nyn\\'jah\\'s Tabi Boots available at TBC tier 3'),\n(23, 18525, 33279, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Iron-tusk Girdle available at TBC tier 4'),\n(23, 18525, 33280, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - War-Feathered Loop available at TBC tier 4'),\n(23, 18525, 33287, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Gnarled Ironwood Pauldrons available at TBC tier 3'),\n(23, 18525, 33291, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Voodoo-woven Belt available at TBC tier 4'),\n(23, 18525, 33296, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Brooch of Deftness Belt available at TBC tier 4'),\n(23, 18525, 33304, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Cloak of Subjugated Power available at TBC tier 4'),\n(23, 18525, 33324, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Treads of the Life Path available at TBC tier 4'),\n(23, 18525, 33325, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Voodoo Shaker available at TBC tier 4'),\n(23, 18525, 33331, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Chain of Unleashed Rage available at TBC tier 4'),\n(23, 18525, 33333, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Kharmaa\\'s Shroud of Hope available at TBC tier 4'),\n(23, 18525, 33334, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Fetish of the Primal Gods available at TBC tier 4'),\n(23, 18525, 33386, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Man\\'kin\\'do\\'s Belt available at TBC tier 4'),\n(23, 18525, 33484, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Dory\\'s Embrace available at TBC tier 4'),\n(23, 18525, 33501, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Bloodthirster\\'s Wargreaves available at TBC tier 4'),\n(23, 18525, 33502, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Libram of Mending available at TBC tier 4'),\n(23, 18525, 33504, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Libram of Divine Purpose available at TBC tier 4'),\n(23, 18525, 33512, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Furious Deathgrips available at TBC tier 4'),\n(23, 18525, 33513, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Eternium Rage-shackles available at TBC tier 4'),\n(23, 18525, 33514, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Pauldrons of Gruesome Fate available at TBC tier 4'),\n(23, 18525, 33515, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Unwavering Legguards available at TBC tier 4'),\n(23, 18525, 33516, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Bracers of the Ancient Phalanx available at TBC tier 4'),\n(23, 18525, 33517, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Bonefist Gauntlets available at TBC tier 4'),\n(23, 18525, 33518, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - High Justicar\\'s Legplates available at TBC tier 4'),\n(23, 18525, 33519, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Handguards of the Templar available at TBC tier 4'),\n(23, 18525, 33520, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Vambraces of the Naaru available at TBC tier 4'),\n(23, 18525, 33522, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Chestguard of the Stoic Guardian available at TBC tier 4'),\n(23, 18525, 33523, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Sabatons of the Righteous Defender available at TBC tier 4'),\n(23, 18525, 33524, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Girdle of the Protector available at TBC tier 4'),\n(23, 18525, 33527, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Shifting Camouflage Pants available at TBC tier 4'),\n(23, 18525, 33528, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Gauntlets of Sniping available at TBC tier 4'),\n(23, 18525, 33529, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Steadying Bracers available at TBC tier 4'),\n(23, 18525, 33530, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Natural Life Leggings available at TBC tier 4'),\n(23, 18525, 33531, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Polished Waterscale Gloves available at TBC tier 4'),\n(23, 18525, 33532, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Gleaming Earthen Bracers available at TBC tier 4'),\n(23, 18525, 33534, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Grips of Nature\\'s Wrath available at TBC tier 4'),\n(23, 18525, 33535, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Earthquake Bracers available at TBC tier 4'),\n(23, 18525, 33536, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Stormwrap available at TBC tier 4'),\n(23, 18525, 33537, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Treads of Booming Thunder available at TBC tier 4'),\n(23, 18525, 33538, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Shallow-grave Trousers available at TBC tier 3'),\n(23, 18525, 33539, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Trickster\\'s Stickyfingers available at TBC tier 3'),\n(23, 18525, 33540, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Master Assassin Wristwraps available at TBC tier 3'),\n(23, 18525, 33552, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Pants of Splendid Recovery available at TBC tier 3'),\n(23, 18525, 33557, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Gargon\\'s Bracers of Peaceful Slumber available at TBC tier 3'),\n(23, 18525, 33559, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Starfire Waistband available at TBC tier 3'),\n(23, 18525, 33566, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Blessed Elunite Coverings available at TBC tier 3'),\n(23, 18525, 33577, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Moon-walkers available at TBC tier 3'),\n(23, 18525, 33578, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Armwraps of the Kaldorei Protector available at TBC tier 3'),\n(23, 18525, 33579, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Vestments of Hibernation available at TBC tier 3'),\n(23, 18525, 33580, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Band of the Swift Paw available at TBC tier 3'),\n(23, 18525, 33582, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Footwraps of Wild Encroachment available at TBC tier 3'),\n(23, 18525, 33583, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Waistguard of the Great Beast available at TBC tier 3'),\n(23, 18525, 33584, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Pantaloons of Arcane Annihilation available at TBC tier 4'),\n(23, 18525, 33585, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Achromic Trousers of the Naaru available at TBC tier 4'),\n(23, 18525, 33586, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Studious Wraps available at TBC tier 4'),\n(23, 18525, 33587, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Light-Blessed Bonds available at TBC tier 4'),\n(23, 18525, 33588, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Runed Spell-cuffs available at TBC tier 4'),\n(23, 18525, 33589, 0, 0, 8, 0, 66010, 0, 0, 0, 0, 0, '', 'G\\'eras - Wristguards of Tranquil Thought available at TBC tier 3'),\n(23, 18525, 33593, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Slikk\\'s Cloak of Placation available at TBC tier 4'),\n(23, 18525, 33810, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Amani Mask of Death available at TBC tier 4'),\n(23, 18525, 33832, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Battlemaster\\'s Determination available at TBC tier 4'),\n(23, 18525, 33965, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Hauberk of the Furious Elements available at TBC tier 4'),\n(23, 18525, 33970, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Pauldrons of the Furious Elements available at TBC tier 4'),\n(23, 18525, 33972, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Mask of Primal Power available at TBC tier 4'),\n(23, 18525, 33973, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Pauldrons of Tribal Fury available at TBC tier 4'),\n(23, 18525, 33974, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Grasp of the Moonkin available at TBC tier 4'),\n(23, 18525, 34049, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Battlemaster\\'s Audacity available at TBC tier 4'),\n(23, 18525, 34050, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Battlemaster\\'s Perseverance available at TBC tier 4'),\n(23, 18525, 34162, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Battlemaster\\'s Depravity available at TBC tier 4'),\n(23, 18525, 34163, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Battlemaster\\'s Cruelty available at TBC tier 4'),\n(23, 18525, 35321, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'G\\'eras - Cloak of Arcane Alacrity available at TBC tier 4'),\n(23, 18525, 35324, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'G\\'eras - Cloak of Swift Reprieve available at TBC tier 5'),\n(23, 18525, 35326, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'G\\'eras - Battlemaster\\'s Alacrity available at TBC tier 5');\n"
  },
  {
    "path": "data/sql/world/base/vanilla_creature_reputations.sql",
    "content": "UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=674;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=675;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=677;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=737;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=773;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6 WHERE `creature_id`=921;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=1094;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=1095;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=1096;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=1097;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=1411;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1783;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1784;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1785;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1787;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=1788;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1789;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1791;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1793;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1794;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1795;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1796;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=1802;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=1804;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=1805;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `creature_id`=1847;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 15 WHERE `creature_id`=1852;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2482;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2487;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2488;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2490;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2491;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2493;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2494;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2495;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=2496;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2498;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2499;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2500;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2501;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2502;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2542;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2594;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2622;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=2625;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2627;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=2636;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2663;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2664;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2670;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2685;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2699;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=2769;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=2778;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2832;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2834;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2836;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2837;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2838;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2839;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2840;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2842;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2843;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2844;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2845;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2846;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2847;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2848;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=2849;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=3945;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=4260;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=4472;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=4474;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=4475;\nUPDATE `creature_onkill_reputation` SET `MaxStanding2` = 5 WHERE `creature_id`=4624;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=4631;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4638;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4639;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4640;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4641;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4642;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4643;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4644;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4645;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4646;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4647;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4648;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4649;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4651;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4652;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4653;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `creature_id`=4661;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 100, `MaxStanding2` = 4, `RewOnKillRepValue2` = -500 WHERE `creature_id`=4662;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=4723;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 100, `MaxStanding2` = 4, `RewOnKillRepValue2` = -500 WHERE `creature_id`=5601;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 10 WHERE `creature_id`=5615;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 10 WHERE `creature_id`=5616;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 10 WHERE `creature_id`=5617;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 10 WHERE `creature_id`=5618;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 10 WHERE `creature_id`=5623;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 100, `MaxStanding2` = 4, `RewOnKillRepValue2` = -500 WHERE `creature_id`=6068;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7153;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7154;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7155;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7156;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7157;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7158;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=7406;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7438;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7439;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7440;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7441;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=7442;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=7794;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 25 WHERE `creature_id`=7847;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=7853;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8123;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = -125 WHERE `creature_id`=8320;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8523;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8524;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8525;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8526;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8527;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8528;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8529;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8530;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8531;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8532;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8534;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8535;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8538;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8539;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8540;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8541;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8542;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8543;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8544;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8545;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8546;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8547;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8548;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8550;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8551;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8553;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8555;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8556;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=8557;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=8558;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 15 WHERE `creature_id`=9462;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 15 WHERE `creature_id`=9464;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10199;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10381;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10382;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10383;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10384;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10385;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10387;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10390;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10391;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10398;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10399;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10400;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10405;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10406;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10407;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10408;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10409;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10412;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10413;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10414;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10416;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10417;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10432;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10433;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10435;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10436;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10437;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10438;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 50 WHERE `creature_id`=10440;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10463;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10464;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10469;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10470;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10471;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10476;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10477;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10478;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10480;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10481;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10482;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10485;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10486;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10487;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10488;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10489;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10491;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10495;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10498;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10499;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10500;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10502;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10503;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10504;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10505;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10507;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 50 WHERE `creature_id`=10508;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10558;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=10580;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=10698;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10738;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=10801;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10809;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=10816;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `creature_id`=10821;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `creature_id`=10825;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `creature_id`=10826;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10827;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=10901;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=10916;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=11082;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=11257;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=11261;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11338;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11339;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11340;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11350;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11351;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11352;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11353;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11356;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11359;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11361;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11365;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11370;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11371;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11372;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11373;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11374;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=11551;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=11582;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 25 WHERE `creature_id`=11622;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `creature_id`=11803;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `creature_id`=11804;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11830;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=11831;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=11873;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `creature_id`=11880;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `creature_id`=11881;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `creature_id`=11882;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `creature_id`=11883;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepFaction1` = 169 WHERE `creature_id`=12136;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=12262;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `creature_id`=12263;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=14342;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=14479;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14532;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14750;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14821;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14825;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=14861;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14880;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14882;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=14883;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=15043;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id`=15111;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15168;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `creature_id`=15200;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `creature_id`=15201;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 1 WHERE `creature_id`=15202;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 50 WHERE `creature_id`=15204;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 50 WHERE `creature_id`=15205;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=15206;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=15207;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=15208;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=15209;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=15211;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=15212;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `creature_id`=15213;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=15220;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 50 WHERE `creature_id`=15305;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=15307;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=15308;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15318;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15319;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15320;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15323;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15324;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15325;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15327;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15333;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15335;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15336;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15338;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = 300 WHERE `creature_id`=15339;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = 150 WHERE `creature_id`=15340;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 34 WHERE `creature_id`=15341;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id`=15343;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = 150 WHERE `creature_id`=15348;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15355;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = 150 WHERE `creature_id`=15369;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = 150 WHERE `creature_id`=15370;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15461;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15462;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15537;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `creature_id`=15538;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=15541;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `creature_id`=15542;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepFaction1` = 609, `RewOnKillRepValue1` = 500 WHERE `creature_id`=15547;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=15623;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue2` = 500 WHERE `creature_id`=15727;\nUPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 15 WHERE `creature_id`=16184;\nUPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 20, `MaxStanding2` = 4, `RewOnKillRepValue2` = -100 WHERE `creature_id`=5602;\n\n-- Prevents reputation gained from Sethekk Halls to go beyond Honored\nUPDATE `creature_onkill_reputation` SET `MaxStanding1`=5 WHERE `creature_id` IN (18318,18319,18320,18321,18322,18323,18325,18326,18327,18328,18472,18473,19428,19429,21891,21904,21931);\n"
  },
  {
    "path": "data/sql/world/base/vanilla_creatures.sql",
    "content": "/*  Flesh Eater  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 3;\n\n/*  Kobold Vermin  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry` = 6;\n\n/*  Benny Questgiver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 19;\n\n/*  Kanrethad  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `HealthModifier` = 1.02 WHERE `entry` = 29;\n\n/*  Furbolg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 31;\n\n/* Defias Thug */\nUPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 38;\n\n/*  Skeletal Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 0.95 WHERE `entry` = 48;\n\n/*  Lesser Succubus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 49;\n\n/*  Corina Steele  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 54;\n\n/*  Mean Ed the Blacksmith  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 55;\n\n/*  Thuros Lightfingers  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 61;\n\n/*  Gug Fatcandle  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 62;\n\n/*  Peasant Woman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 65;\n\n/*  Tharynn Bouden  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 66;\n\n/*  [UNUSED] Marlon Darnik  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 67;\n\n/*  Stormwind City Guard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `HealthModifier` = 2.0 WHERE `entry` = 68;\n\n/*  Diseased Timber Wolf  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 10.0 WHERE `entry` = 69;\n\n/*  [UNUSED] Lower Class Citizen  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 70;\n\n/*  Rankist  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 71;\n\n/*  [UNUSED] Antaris the Trader  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry` = 72;\n\n/*  Veraina the Apothecary  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 73;\n\n/*  Kurran Steele  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 74;\n\n/*  [UNUSED] Vashaum Nightwither  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 75;\n\n/*  Janos Hammerknuckle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 78;\n\n/*  Kobold Laborer  */\nUPDATE `creature_template` SET `maxlevel` = 4, `speed_run` = 0.857143 WHERE `entry` = 80;\n\n/*  [UNUSED] Luglar the Clogger  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 81;\n\n/*  Crazy Leonetti  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 82;\n\n/*  Forest Troll Berserker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 87;\n\n/*  Infernal  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 2.6, `HealthModifier` = 1.6, `ArmorModifier` = 1.45 WHERE `entry` = 89;\n\n/*  Sea Giant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 90;\n\n/*  Rock Elemental  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry` = 92;\n\n/*  Centaur  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 93;\n\n/*  Gruff Swiftbite  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 100;\n\n/*  Bronze Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 102;\n\n/*  Garrick Padfoot  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ManaModifier` = 1.0, `mingold` = 3, `maxgold` = 9, `faction` = 17 WHERE `entry` = 103;\n\n/*  Tall Strider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 105;\n\n/*  Kodo Beast  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 106;\n\n/*  Raptor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 107;\n\n/*  Green Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 108;\n\n/*  White Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 109;\n\n/*  Priest  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 111;\n\n/*  Priestess  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 112;\n\n/*  Prowler  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 118;\n\n/*  Forest Stalker  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 120;\n\n/*  Defias Pathstalker  */\nUPDATE `creature_template` SET `minlevel` = 15, `ArmorModifier` = 1.3 WHERE `entry` = 121;\n\n/*  Riverpaw Mongrel  */\nUPDATE `creature_template` SET `minlevel` = 13 WHERE `entry` = 123;\n\n/*  Riverpaw Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.35 WHERE `entry` = 124;\n\n/*  Murloc Coastrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 126;\n\n/*  Murloc Tidehunter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 127;\n\n/*  Angry Programmer Tweedle Dee  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.914894, `ArmorModifier` = 0.85, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 128;\n\n/*  Angry Programmer Tweedle Dum  */\nUPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 129;\n\n/*  Programmer Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 130;\n\n/*  [UNUSED] Small Black Dragon Whelp  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 149;\n\n/*  [UNUSED] Brother Milius  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 150;\n\n/*  Brog Hamfist  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 151;\n\n/*  Brother Danil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 152;\n\n/*  Bethina  */\nUPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 153;\n\n/*  [UNUSED] Ander the Monk  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 161;\n\n/*  [UNUSED] Destitute Farmer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 163;\n\n/*  [UNUSED] Small Child  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 165;\n\n/*  Morhan Coppertongue  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 167;\n\n/*  Murloc Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 1.333333 WHERE `entry` = 171;\n\n/*  Dermot Johns  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 190;\n\n/*  Ice Troll  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 192;\n\n/*  Blue Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 2.777778 WHERE `entry` = 193;\n\n/*  Eagan Peltskinner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.666667 WHERE `entry` = 196;\n\n/*  Marshal McBride  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 197;\n\n/*  Khelden Bremen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 198;\n\n/*  Shambling Skeleton UNUSED  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `detection_range` = 18.0 WHERE `entry` = 200;\n\n/*  Brittlebones Skeleton  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 201;\n\n/*  Skeletal Mage  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333, `ArmorModifier` = 0.95 WHERE `entry` = 203;\n\n/*  [UNUSED] Cackle Flamebone  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 204;\n\n/*  Nightbane Vile Fang  */\nUPDATE `creature_template` SET `minlevel` = 29 WHERE `entry` = 206;\n\n/*  [UNUSED] Riverpaw Hideflayer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 207;\n\n/*  [UNUSED] Riverpaw Pack Warder  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 208;\n\n/*  [UNUSED] Riverpaw Bone Chanter  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 209;\n\n/*  Bone Chewer  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 210;\n\n/*  Ogre  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 211;\n\n/*  Grave Robber  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 218;\n\n/*  [UNUSED] Logan Mar  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 219;\n\n/*  [UNUSED] Khebil Steelsmith  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 220;\n\n/*  Dannus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 221;\n\n/*  Nillen Andemar  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 222;\n\n/*  Dan Golthas  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.85 WHERE `entry` = 223;\n\n/*  Zek Marston  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 224;\n\n/*  Morg Gnarltree  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95, `DamageModifier` = 1.333333 WHERE `entry` = 226;\n\n/*  Mabel Solaj  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor', `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry` = 227;\n\n/*  Avette Fellwood  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 228;\n\n/*  Vaious  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 229;\n\n/*  Thornton Fellwood  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 230;\n\n/*  Farmer Ray  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 232;\n\n/*  Farmer Saldean  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 233;\n\n/*  Gryan Stoutmantle  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 234;\n\n/*  Salma Saldean  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 235;\n\n/*  Farmer Furlbrow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 237;\n\n/*  Verna Furlbrow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 238;\n\n/*  Grimbooze Thunderbrew  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 239;\n\n/*  Marshal Dughan  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 240;\n\n/*  Remy \"Two Times\"  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 241;\n\n/*  Horras Brackwell  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 242;\n\n/*  [UNUSED] Greeby Mudwhisker TEST  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 243;\n\n/*  Ma Stonefield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.666667 WHERE `entry` = 244;\n\n/*  \"Auntie\" Bernice Stonefield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 246;\n\n/*  Billy Maclure  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 247;\n\n/*  Gramma Stonefield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.666667 WHERE `entry` = 248;\n\n/*  Pa Maclure  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 250;\n\n/*  Maybell Maclure  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 251;\n\n/*  Tommy Joe Stonefield  */\nUPDATE `creature_template` SET `DamageModifier` = 2.333333 WHERE `entry` = 252;\n\n/*  William Pestle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 253;\n\n/*  Gerard Tiller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 255;\n\n/*  Joshua Maclure  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 258;\n\n/*  [UNUSED] Elwynn Tower Guard  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 260;\n\n/*  Half-eaten body  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 262;\n\n/*  Commander Althea Ebonlocke  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 264;\n\n/*  Madame Eva  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 265;\n\n/*  Wiley the Black  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 1.5 WHERE `entry` = 266;\n\n/*  Clerk Daltry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 267;\n\n/*  Sirra Von'Indi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 268;\n\n/*  Role Dreuger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 269;\n\n/*  Councilman Millstipe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 270;\n\n/*  Tavernkeep Smitts  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 273;\n\n/*  Barkeep Hann  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 1.5 WHERE `entry` = 274;\n\n/*  Whit Wantmal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 275;\n\n/*  Viktori Prism'Antras  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 276;\n\n/*  Sara Timberlain  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 278;\n\n/*  Placeholder - Jasperlode Mine  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 280;\n\n/*  Kobold Tank  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 281;\n\n/*  Kobold Spellcaster  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 282;\n\n/*  Kobold Healer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 283;\n\n/*  Old Rotten Gill  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 286;\n\n/*  Placeholder - Darkhollow Mine  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 287;\n\n/*  Jitters  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 288;\n\n/*  Abercrombie  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 289;\n\n/*  Placeholder - Fargodeep Mine  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 290;\n\n/*  Placeholder Chest of Drawers  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 291;\n\n/*  Marshal Haggard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 294;\n\n/*  Innkeeper Farley  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.3, `DamageModifier` = 2 WHERE `entry` = 295;\n\n/*  [UNUSED] Goodmother Jans  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 296;\n\n/*  Caretaker Folsom  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85, `DamageModifier` = 2 WHERE `entry` = 297;\n\n/*  [UNUSED] Aunt Bethda  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 298;\n\n/*  Diseased Young Wolf  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 10.0 WHERE `entry` = 299;\n\n/*  [UNUSED] Brog'Mud  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 301;\n\n/*  Blind Mary  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.75 WHERE `entry` = 302;\n\n/*  Rolf's corpse  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 309;\n\n/*  Sven Yorgen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 311;\n\n/*  Theocritus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 313;\n\n/*  Eliza  */\nUPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31, `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `ArmorModifier` = 0.9, `ManaModifier` = 2.0, `mingold` = 75, `maxgold` = 374 WHERE `entry` = 314;\n\n/*  Stalvan Mistmantle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.733333 WHERE `entry` = 315;\n\n/*  [UNUSED] Brother Akil  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 318;\n\n/*  [UNUSED] Brother Benthas  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 319;\n\n/*  [UNUSED] Brother Cryus  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 320;\n\n/*  [UNUSED] Brother Deros  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 321;\n\n/*  [UNUSED] Brother Enoch  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 322;\n\n/*  [UNUSED] Brother Farthing  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 323;\n\n/*  [UNUSED] Brother Greishan  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 324;\n\n/*  Hogan Ference  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 325;\n\n/*  [UNUSED] Brother Ictharin  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 326;\n\n/*  Zaldimar Wefhellt  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 328;\n\n/*  Earth Elemental  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 1.812081, `ArmorModifier` = 1.25, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639 WHERE `entry` = 329;\n\n/*  Princess  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `HealthModifier` = 1.3 WHERE `entry` = 330;\n\n/*  Maginor Dumas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 331;\n\n/*  Master Mathias Shaw  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 1.15 WHERE `entry` = 332;\n\n/*  [UNUSED] Edwardo the Jester  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 333;\n\n/*  Singe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 335;\n\n/*  [UNUSED] Rin Tal'Vara  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 336;\n\n/*  Mazen Mac'Nadir  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 338;\n\n/*  [UNUSED] Helgor the Pugilist  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 339;\n\n/*  Foreman Oslow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 341;\n\n/*  Martie Jainrose  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 342;\n\n/*  Chef Breanna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 343;\n\n/*  Magistrate Solomon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 344;\n\n/*  Barkeep Daniels  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 346;\n\n/*  Grizzle Halfmane  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 347;\n\n/*  Zem Leeward  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 348;\n\n/*  Corporal Keeshan  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.7 WHERE `entry` = 349;\n\n/*  Peasant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 351;\n\n/*  Dungar Longdrink  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 352;\n\n/*  Antonia Dart  */\nUPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 353;\n\n/*  [UNUSED] Grall Twomoons  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 354;\n\n/*  Saytr  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 361;\n\n/*  Slime  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 364;\n\n/*  Scott's Flying Mount  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 365;\n\n/*  Boy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 370;\n\n/*  Girl  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 371;\n\n/*  Karm Ironquill  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 372;\n\n/*  Murak Winterborn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 373;\n\n/*  Priestess Anetta  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 375;\n\n/*  High Priestess Laurena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 376;\n\n/*  Priestess Josetta  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 377;\n\n/*  Darcy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 379;\n\n/*  [UNUSED] Waldin Thorbatt  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 380;\n\n/*  Dockmaster Baren  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 381;\n\n/*  Marshal Marris  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 382;\n\n/*  Jason Mathers  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 383;\n\n/*  Katie Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 384;\n\n/*  Horse  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.35 WHERE `entry` = 385;\n\n/*  [UNUSED] Ulric the Grim  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 386;\n\n/*  Lord Sammuel  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 387;\n\n/*  Bromos Murphy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 388;\n\n/*  Lord Lantinga  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 389;\n\n/*  Old Murk-Eye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 391;\n\n/*  Tame Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 393;\n\n/*  Markus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 395;\n\n/*  Morganth  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `rank` = 1, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 397;\n\n/*  Boy - placeholder 05  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 399;\n\n/*  Boy - placeholder 06  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 400;\n\n/*  Boy - placeholder 07  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 401;\n\n/*  Boy - placeholder 08  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 402;\n\n/*  Boy - placeholder 09  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 403;\n\n/*  Girl - placeholder 01  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 404;\n\n/*  Girl - placeholder 02  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 405;\n\n/*  Girl - placeholder 03  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 406;\n\n/*  Girl - placeholder 04  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 407;\n\n/*  Girl - placeholder 05  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 408;\n\n/*  Girl - placeholder 06  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 409;\n\n/*  Girl - placeholder 07  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 410;\n\n/*  Girl - placeholder 08  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 411;\n\n/*  Stitches  */\nUPDATE `creature_template` SET `DamageModifier` = 3.333333, `mingold` = 192, `maxgold` = 1265 WHERE `entry` = 412;\n\n/*  Verner Osgood  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 415;\n\n/*  Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `HealthModifier` = 0.36 WHERE `entry` = 416;\n\n/*  Felhunter  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.15 WHERE `entry` = 417;\n\n/*  Lesser Voidwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 418;\n\n/*  Murphestos  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 421;\n\n/*  Redridge Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 426;\n\n/*  Shadowhide Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 431;\n\n/*  Blackrock Shadowcaster  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 436;\n\n/*  Black Dragon Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.9 WHERE `entry` = 441;\n\n/*  [UNUSED] Goreripper  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry` = 444;\n\n/*  Redridge Alpha  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22 WHERE `entry` = 445;\n\n/*  Redridge Basher  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 20 WHERE `entry` = 446;\n\n/*  Defias Renegade Mage  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `mingold` = 6, `maxgold` = 48 WHERE `entry` = 450;\n\n/*  Murloc Minor Oracle  */\nUPDATE `creature_template` SET `minlevel` = 13 WHERE `entry` = 456;\n\n/*  Murloc Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 458;\n\n/*  Drusilla La Salle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 459;\n\n/*  Alamar Grimm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 2156 WHERE `entry` = 460;\n\n/*  Demisette Cloyce  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 461;\n\n/*  Vultros  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 462;\n\n/*  Barkeep Dobbins  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 465;\n\n/*  General Marcus Jonathan  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_run` = 1.14286, `DamageModifier` = 7.0, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 466;\n\n/*  The Defias Traitor  */\nUPDATE `creature_template` SET `speed_run` = 0.892857, `DamageModifier` = 0.8 WHERE `entry` = 467;\n\n/*  Town Crier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 468;\n\n/*  Lieutenant Doren  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0 WHERE `entry` = 469;\n\n/*  [UNUSED] Scribe Colburg  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 470;\n\n/*  Fedfennel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.11111 WHERE `entry` = 472;\n\n/*  Blackrock Outrunner  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry` = 485;\n\n/*  Quartermaster Lewis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 491;\n\n/*  Watcher Bukouris  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 494;\n\n/*  Watcher Keefer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 495;\n\n/*  [UNUSED] Watcher Kleeman  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 496;\n\n/*  [UNUSED] Watcher Benjamin  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 497;\n\n/*  [UNUSED] Watcher Larsen  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 498;\n\n/*  Watcher Paige  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 499;\n\n/*  Benny Blaanco  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.35 WHERE `entry` = 502;\n\n/*  Lord Malathrom  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 503;\n\n/*  [UNUSED] Long Fang  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 509;\n\n/*  Insane Ghoul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.235294 WHERE `entry` = 511;\n\n/*  Murloc Netter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 513;\n\n/*  Smith Argus  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 1.8 WHERE `entry` = 514;\n\n/*  [UNUSED] Riverpaw Hunter  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 516;\n\n/*  Murloc Oracle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 517;\n\n/*  Yowler  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry` = 518;\n\n/*  Brack  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 520;\n\n/*  Mor'Ladim  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 0.888888, `DamageModifier` = 2.0, `ArmorModifier` = 0.9 WHERE `entry` = 522;\n\n/*  Thor  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 523;\n\n/*  Mangy Wolf  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 525;\n\n/*  [UNUSED] Savar  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 535;\n\n/*  [UNUSED] Rhal'Del  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 536;\n\n/*  [UNUSED] Buk'Cha  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 538;\n\n/*  Califex of the Deep Wood  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 542;\n\n/*  Nalesette Wildbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667 WHERE `entry` = 543;\n\n/*  Murloc Nightcrawler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 544;\n\n/*  Murloc Minor Tidecaller  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 548;\n\n/*  Defias Messenger  */\nUPDATE `creature_template` SET `maxlevel` = 15, `DamageModifier` = 0.95 WHERE `entry` = 550;\n\n/*  Kobold Slave  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 564;\n\n/*  V'rex  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 566;\n\n/*  Blacknails  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 567;\n\n/*  Brain Eater  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 570;\n\n/*  Leprithus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 572;\n\n/*  Fire Elemental  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `DamageModifier` = 1.0 WHERE `entry` = 575;\n\n/*  Watcher Ladimore  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 576;\n\n/*  Shadowhide Assassin  */\nUPDATE `creature_template` SET `minlevel` = 23 WHERE `entry` = 579;\n\n/*  Redridge Drudger  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 580;\n\n/*  Old Blanchy  */\nUPDATE `creature_template` SET `DamageModifier` = 12.35 WHERE `entry` = 582;\n\n/*  Defias Ambusher  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.9, `unit_class` = 1, `mingold` = 2, `maxgold` = 11 WHERE `entry` = 583;\n\n/*  Kazon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.666000 WHERE `entry` = 584;\n\n/*  [UNUSED] Watcher Kern  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 586;\n\n/*  Defias Pillager  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 589;\n\n/*  [UNUSED] Defias Arsonist  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 592;\n\n/*  Defias Henchman  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 594;\n\n/*  Brainwashed Noble  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 596;\n\n/*  Bloodscalp Berserker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.6 WHERE `entry` = 597;\n\n/*  Marisa du'Paige  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 599;\n\n/*  Capo the Mean  */\nUPDATE `creature_template` SET `minlevel` = 16, `maxlevel` = 16, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 601;\n\n/*  Grimtooth  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `mingold` = 124, `maxgold` = 621 WHERE `entry` = 603;\n\n/*  Plague Spreader  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 604;\n\n/*  [UNUSED] Mr. Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 605;\n\n/*  [UNUSED] Mrs. Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 606;\n\n/*  [UNUSED] Johnny Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 607;\n\n/*  [UNUSED] Grandpa Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 609;\n\n/*  [UNUSED] Rabid Gina Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 610;\n\n/*  [UNUSED] Rabid Mr. Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 611;\n\n/*  [UNUSED] Rabid Mrs. Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 612;\n\n/*  [UNUSED] Rabid Johnny Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 613;\n\n/*  [UNUSED] Rabid Grandpa Whipple  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 614;\n\n/*  Blackrock Tracker  */\nUPDATE `creature_template` SET `maxlevel` = 24 WHERE `entry` = 615;\n\n/*  Defias Conjurer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 619;\n\n/*  Chicken  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 620;\n\n/*  Skeletal Miner  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.65, `HealthModifier` = 3.0 WHERE `entry` = 623;\n\n/*  Undead Excavator  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 624;\n\n/*  Undead Dynamiter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.65, `HealthModifier` = 3.0 WHERE `entry` = 625;\n\n/*  Foreman Thistlenettle  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ArmorModifier` = 0.95 WHERE `entry` = 626;\n\n/*  Elaine Carevin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 633;\n\n/*  Defias Blackguard  */\nUPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 1.65, `ArmorModifier` = 0.95 WHERE `entry` = 636;\n\n/*  Goblin Mercenary  */\nUPDATE `creature_template` SET `minlevel` = 15, `maxlevel` = 16, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 638;\n\n/*  Edwin VanCleef  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `rank` = 2, `DamageModifier` = 2.4, `ArmorModifier` = 0.95 WHERE `entry` = 639;\n\n/*  Sneed  */\nUPDATE `creature_template` SET `mingold` = 14, `maxgold` = 144 WHERE `entry` = 643;\n\n/*  Rhahk'Zor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.457143 WHERE `entry` = 644;\n\n/*  Cookie  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 645;\n\n/*  Mr. Smite  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 646;\n\n/*  Captain Greenskin  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 647;\n\n/*  Bridge Worker Trent  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 648;\n\n/*  Bridge Worker Dmitri  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 649;\n\n/*  Bridge Worker Jess  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 650;\n\n/*  Bridge Worker Daniel  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 651;\n\n/*  Bridge Worker Matthew  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 652;\n\n/*  Bridge Worker Alex  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 653;\n\n/*  Wilder Thistlenettle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 656;\n\n/*  Defias Pirate  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry` = 657;\n\n/*  Sten Stoutarm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 658;\n\n/*  El Pollo Grande  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1661 WHERE `entry` = 659;\n\n/*  Jonathan Carevin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 661;\n\n/*  Calor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 663;\n\n/*  Benjamin Carevin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 664;\n\n/*  Skullsplitter Witch Doctor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 670;\n\n/*  Venture Co. Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 676;\n\n/*  Venture Co. Tinkerer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 677;\n\n/*  Mosh'Ogg Mauler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `mingold` = 295 WHERE `entry` = 678;\n\n/*  Mosh'Ogg Shaman  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 257, `maxgold` = 832 WHERE `entry` = 679;\n\n/*  Mosh'Ogg Lord  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5, `HealthModifier` = 3.0, `mingold` = 307 WHERE `entry` = 680;\n\n/*  Young Stranglethorn Tiger  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 681;\n\n/*  Stranglethorn Tiger  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 682;\n\n/*  Young Panther  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 683;\n\n/*  Shadowmaw Panther  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 684;\n\n/*  Stranglethorn Raptor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 685;\n\n/*  Jungle Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 687;\n\n/*  Stone Maw Basilisk  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 688;\n\n/*  Crystal Spine Basilisk  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 689;\n\n/*  Cold Eye Basilisk  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 690;\n\n/*  Lesser Water Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `unit_class` = 1 WHERE `entry` = 691;\n\n/*  Secondary Skill Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 693;\n\n/*  Bloodscalp Panther  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 700;\n\n/*  Lieutenant Fangore  */\nUPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 1.05 WHERE `entry` = 703;\n\n/*  Frostmane Troll Whelp  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2167, `faction` = 107 WHERE `entry` = 706;\n\n/*  Rockjaw Trogg  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry` = 707;\n\n/*  Mosh'Ogg Warmonger  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.2, `HealthModifier` = 3.0, `mingold` = 275 WHERE `entry` = 709;\n\n/*  Mosh'Ogg Spellcrafter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `mingold` = 232, `maxgold` = 1098 WHERE `entry` = 710;\n\n/*  Balir Frosthammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 713;\n\n/*  Talin Keeneye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 2156 WHERE `entry` = 714;\n\n/*  Barnil Stonepot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 716;\n\n/*  Ajeck Rouack  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 717;\n\n/*  Sir S. J. Erlgadin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 718;\n\n/*  Rabbit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 721;\n\n/*  Mosh'Ogg Butcher  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 5.034857, `HealthModifier` = 3.0, `BaseAttackTime` = 1291, `RangeAttackTime` = 1420, `mingold` = 91, `maxgold` = 455 WHERE `entry` = 723;\n\n/*  Burly Rockjaw Trogg  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 724;\n\n/*  [UNUSED] Skeletal Enforcer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 725;\n\n/*  Bhag'thera  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.15 WHERE `entry` = 728;\n\n/*  Sin'Dall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 729;\n\n/*  Tethis  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.1 WHERE `entry` = 730;\n\n/*  King Bangalash  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 731;\n\n/*  Sergeant Yohwa  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 733;\n\n/*  Corporal Bluth  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 734;\n\n/*  Panther  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 736;\n\n/*  Kebok  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 737;\n\n/*  Private Thorsen  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 738;\n\n/*  Brother Nimetz  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 739;\n\n/*  Green Wyrmkin  */\nUPDATE `creature_template` SET `maxlevel` = 42, `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 4.15, `HealthModifier` = 3 WHERE `entry` = 742;\n\n/*  Wyrmkin Dreamwalker  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 4.3, `HealthModifier` = 3, `ManaModifier` = 2.1 WHERE `entry` = 743;\n\n/*  Green Scalebane  */\nUPDATE `creature_template` SET `maxlevel` = 43, `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 4, `HealthModifier` = 3, `ArmorModifier` = 1.5 WHERE `entry` = 744;\n\n/*  Scalebane Captain  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.7, `HealthModifier` = 3, `ArmorModifier` = 1.5 WHERE `entry` = 745;\n\n/*  Elder Dragonkin  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3, `ArmorModifier` = 1.5 WHERE `entry` = 746;\n\n/*  Marsh Murkdweller  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 749;\n\n/*  Marsh Oracle  */\nUPDATE `creature_template` SET `minlevel` = 44 WHERE `entry` = 752;\n\n/*  [UNUSED] Rebel Soldier  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 753;\n\n/*  Skullsplitter Tiger  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 758;\n\n/*  Lost One Chieftain  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1457 WHERE `entry` = 763;\n\n/*  Swampwalker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 764;\n\n/*  Tangled Horror  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 766;\n\n/*  Swamp Jaguar  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 767;\n\n/*  Shadow Panther  */\nUPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 1 WHERE `entry` = 768;\n\n/*  Corporal Kaleb  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 770;\n\n/*  Commander Felstrom  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 771;\n\n/*  Stranglethorn Tigress  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 772;\n\n/*  Krazek  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 773;\n\n/*  Kurzen's Agent  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 29, `maxgold` = 176 WHERE `entry` = 775;\n\n/*  Amy Davenport  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 777;\n\n/*  Skullsplitter Headhunter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 781;\n\n/*  Skullsplitter Berserker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.250000, `ArmorModifier` = 0.75 WHERE `entry` = 783;\n\n/*  Skeletal Warder  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 785;\n\n/*  Grelin Whitebeard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 2156 WHERE `entry` = 786;\n\n/*  Kimberly Hiett  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 789;\n\n/*  Karen Taylor  */\nUPDATE `creature_template` SET `subname` = 'Mining and Smithing Supplies', `DamageModifier` = 0.85 WHERE `entry` = 790;\n\n/*  Lindsay Ashlock  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 791;\n\n/*  Kara Adams  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 793;\n\n/*  Matt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 794;\n\n/*  Mark  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 795;\n\n/*  Joshua  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 796;\n\n/*  Bo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 797;\n\n/*  Solomon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 798;\n\n/*  Kevin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 799;\n\n/*  Kyle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 800;\n\n/*  Eric  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 801;\n\n/*  Jay  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 802;\n\n/*  Dana  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 804;\n\n/*  Cameron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 805;\n\n/*  John  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 806;\n\n/*  Lisa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 807;\n\n/*  Grik'nir the Cold  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2156, `mingold` = 3, `maxgold` = 9, `faction` = 37 WHERE `entry` = 808;\n\n/*  [UNUSED] Smith Theo  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 809;\n\n/*  Aaron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 810;\n\n/*  Jose  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 811;\n\n/*  Alma Jainrose  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 812;\n\n/*  Colonel Kurzen  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.750000, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 813;\n\n/*  Sergeant Malthus  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 814;\n\n/*  Bookie Herod  */\nUPDATE `creature_template` SET `mingold` = 29, `maxgold` = 145 WHERE `entry` = 815;\n\n/*  Mai'Zoth  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `rank` = 1, `DamageModifier` = 3.65, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `RangeAttackTime` = 1384, `mingold` = 281 WHERE `entry` = 818;\n\n/*  Captain Danuvin  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 821;\n\n/*  Young Forest Bear  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1, `ArmorModifier` = 0.35 WHERE `entry` = 822;\n\n/*  Deputy Willem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 823;\n\n/*  Watcher Jan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 826;\n\n/*  Watcher Mocarski  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 827;\n\n/*  Watcher Petras  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 828;\n\n/*  Adlin Pridedrift  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 829;\n\n/*  Sand Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry` = 830;\n\n/*  Sea Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry` = 831;\n\n/*  Durnan Furcutter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 2156 WHERE `entry` = 836;\n\n/*  Branstock Khalder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 2156 WHERE `entry` = 837;\n\n/*  Watcher Backus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.35 WHERE `entry` = 840;\n\n/*  Harl Cutter  */\nUPDATE `creature_template` SET `subname` = 'Woodcrafting Supplier', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 841;\n\n/*  Lumberjack  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 842;\n\n/*  Gina MacGregor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 843;\n\n/*  Antonio Perelli  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 844;\n\n/*  Rotten Ghoul  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `mingold` = 4, `maxgold` = 21 WHERE `entry` = 846;\n\n/*  Nathan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 847;\n\n/*  Madison  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 848;\n\n/*  Rachel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 849;\n\n/*  Erin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 850;\n\n/*  Hannah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 851;\n\n/*  Feral Spirit  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 852;\n\n/*  Coldridge Mountaineer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `ArmorModifier` = 1.2 WHERE `entry` = 853;\n\n/*  Young Jungle Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 854;\n\n/*  Young Stranglethorn Raptor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 855;\n\n/*  Young Lashtail Raptor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 856;\n\n/*  Donal Osgood  */\nUPDATE `creature_template` SET `DamageModifier` = 5.15, `ArmorModifier` = 1.15 WHERE `entry` = 857;\n\n/*  Guard Berton  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 859;\n\n/*  Pet Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 860;\n\n/*  Stonard Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry` = 863;\n\n/*  Stonard Orc  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.25 WHERE `entry` = 864;\n\n/*  Stonard Wayfinder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 865;\n\n/*  Stonard Grunt  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 2146, `maxgold` = 2146 WHERE `entry` = 866;\n\n/*  Stonard Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 868;\n\n/*  Saltscale Warrior  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 871;\n\n/*  Saltscale Oracle  */\nUPDATE `creature_template` SET `maxlevel` = 37, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 873;\n\n/*  Saltscale Tide Lord  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 875;\n\n/*  Saltscale Forager  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 877;\n\n/*  Saltscale Hunter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.25, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 879;\n\n/*  Erlan Drudgemoor  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry` = 880;\n\n/*  Bone Caster  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 882;\n\n/*  Deer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.35 WHERE `entry` = 883;\n\n/*  Watcher Keller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 885;\n\n/*  Watcher Hartin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 886;\n\n/*  Watcher Jordan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.2 WHERE `entry` = 887;\n\n/*  Watcher Dodds  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 888;\n\n/*  Fawn  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 890;\n\n/*  Splinter Fist Fire Weaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 891;\n\n/*  Lars  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 893;\n\n/*  Homer Stonefield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 894;\n\n/*  Thorgas Grimson  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 895;\n\n/*  Veldan Lightfoot  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 896;\n\n/*  [UNUSED] Brannon Aybara (TEMP)  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 897;\n\n/*  [UNUSED] Regna Khurn  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 904;\n\n/*  Sharptooth Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 905;\n\n/*  Maximillian Crowe  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 906;\n\n/*  Keras Wolfheart  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 907;\n\n/*  Flora Silverwind  */\nUPDATE `creature_template` SET `subname` = 'Superior Herbalist', `DamageModifier` = 1.266667 WHERE `entry` = 908;\n\n/*  Llane Beshere  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 911;\n\n/*  Thran Khorman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 912;\n\n/*  Lyria Du Lac  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 913;\n\n/*  Ander Germaine  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 2.4 WHERE `entry` = 914;\n\n/*  Jorik Kerridan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 915;\n\n/*  Solm Hargrin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 916;\n\n/*  Keryn Sylvius  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 917;\n\n/*  Osborne the Night Man  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 2.4 WHERE `entry` = 918;\n\n/*  [UNUSED] [PH] Berail Spiritwhisper  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 919;\n\n/*  Silt Crawler  */\nUPDATE `creature_template` SET `faction` = 7, `ArmorModifier` = 1.5 WHERE `entry` = 922;\n\n/*  [UNUSED] Lesser Arachnid  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 924;\n\n/*  Brother Sammuel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 925;\n\n/*  Bromos Grummner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 926;\n\n/*  Brother Wilhelm  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 927;\n\n/*  Lord Grayson Shadowbreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 928;\n\n/*  Dreadlord Malganis  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 929;\n\n/*  Ariena Stormfeather  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 931;\n\n/*  Guard Ashlock  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 932;\n\n/*  Guard Hiett  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 933;\n\n/*  Guard Clarke  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.05 WHERE `entry` = 934;\n\n/*  Guard Pearce  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 935;\n\n/*  Guard Adams  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 936;\n\n/*  Kurzen Medicine Man  */\nUPDATE `creature_template` SET `maxlevel` = 33 WHERE `entry` = 940;\n\n/*  Marryk Nurribit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 2156 WHERE `entry` = 944;\n\n/*  Rybrad Coldbank  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 945;\n\n/*  Frostmane Novice  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7, `faction` = 107 WHERE `entry` = 946;\n\n/*  Rohh the Silent  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 947;\n\n/*  Rotted One  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 948;\n\n/*  Swamp Talker  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1573 WHERE `entry` = 950;\n\n/*  Brother Paxton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 951;\n\n/*  Spawn Test One  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 953;\n\n/*  Kat Sampson  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 954;\n\n/*  Sergeant De Vries  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 955;\n\n/*  Dorin Songblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 956;\n\n/*  Dane Lindgren  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `ArmorModifier` = 0.85 WHERE `entry` = 957;\n\n/*  Dawn Brightstar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 958;\n\n/*  Morley Eberlein  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 959;\n\n/*  Deputy Rainer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 963;\n\n/*  Kurzen War Tiger  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 976;\n\n/*  Kurzen War Panther  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 977;\n\n/*  Grimnal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 980;\n\n/*  Hartash  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 981;\n\n/*  Thultash  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 982;\n\n/*  Thultazor  */\nUPDATE `creature_template` SET `subname` = 'Arcane Goods Vendor', `DamageModifier` = 0.95 WHERE `entry` = 983;\n\n/*  Thralosh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 984;\n\n/*  Banalash  */\nUPDATE `creature_template` SET `subname` = 'Trade Goods' WHERE `entry` = 989;\n\n/*  Nahr'ek da Howler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 994;\n\n/*  Nahr'ek's Pack  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 995;\n\n/*  Master Tailor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 996;\n\n/*  Watcher Royce  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 999;\n\n/*  Watcher Hutchins  */\nUPDATE `creature_template` SET `mingold` = 6, `maxgold` = 32 WHERE `entry` = 1001;\n\n/*  Mosshide Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 1012;\n\n/*  Mosshide Alpha  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1014;\n\n/*  Highland Raptor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1015;\n\n/*  Highland Lashtail  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1016;\n\n/*  Highland Scytheclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1017;\n\n/*  Elder Razormaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1019;\n\n/*  Mottled Raptor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1020;\n\n/*  Mottled Scytheclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1022;\n\n/*  Mottled Razormaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1023;\n\n/*  Black Slime  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry` = 1030;\n\n/*  Crimson Ooze  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 1031;\n\n/*  Black Ooze  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 1032;\n\n/*  Monstrous Ooze  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 1033;\n\n/*  Dragonmaw Raider  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27 WHERE `entry` = 1034;\n\n/*  Dragonmaw Swamprunner  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry` = 1035;\n\n/*  Dragonmaw Centurion  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `unit_class` = 1 WHERE `entry` = 1036;\n\n/*  Dragonmaw Battlemaster  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `DamageModifier` = 1.2, `BaseAttackTime` = 1600, `RangeAttackTime` = 1540 WHERE `entry` = 1037;\n\n/*  Dragonmaw Shadowwarder  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry` = 1038;\n\n/*  Fen Dweller  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1039;\n\n/*  Fen Creeper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1040;\n\n/*  Fen Lord  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1041;\n\n/*  Lost Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 1043;\n\n/*  Red Dragonspawn  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 1045;\n\n/*  Red Wyrmkin  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 1046;\n\n/*  Red Scalebane  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.6 WHERE `entry` = 1047;\n\n/*  Scalebane Lieutenant  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.1 WHERE `entry` = 1048;\n\n/*  Wyrmkin Firebrand  */\nUPDATE `creature_template` SET `DamageModifier` = 5.75, `ArmorModifier` = 1.2 WHERE `entry` = 1049;\n\n/*  Scalebane Royal Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.75 WHERE `entry` = 1050;\n\n/*  Dark Iron Dwarf  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1051;\n\n/*  Dark Iron Saboteur  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1052;\n\n/*  Dark Iron Tunneler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1053;\n\n/*  Dark Iron Demolitionist  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 1054;\n\n/*  Dreamhunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 1055;\n\n/*  Emerald Sentinel  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1056;\n\n/*  Dragonmaw Bonewarder  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry` = 1057;\n\n/*  [UNUSED] Truek  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1058;\n\n/*  Ana'thek the Cruel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1059;\n\n/*  Gan'zulah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.307692 WHERE `entry` = 1061;\n\n/*  Jade  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 2, `DamageModifier` = 3.05, `HealthModifier` = 3.25, `RangeAttackTime` = 1384, `mingold` = 96, `maxgold` = 481 WHERE `entry` = 1063;\n\n/*  Grom'gol Grunt  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 1064;\n\n/*  Mottled Riptooth  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1066;\n\n/*  Riverpaw Scavenger  */\nUPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 8, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1067;\n\n/*  Deputy Feldon  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1070;\n\n/*  Longbraid the Grim  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1071;\n\n/*  Ashlan Stonesmirk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1073;\n\n/*  Rhag Garmason  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 1075;\n\n/*  Ormer Ironbraid  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 1078;\n\n/*  Mire Lord  */\nUPDATE `creature_template` SET `DamageModifier` = 1.740741, `RangeAttackTime` = 1661 WHERE `entry` = 1081;\n\n/*  Sawtooth Crocolisk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1082;\n\n/*  Young Sawtooth Crocolisk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1084;\n\n/*  Elder Stranglethorn Tiger  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1085;\n\n/*  Sawtooth Snapper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1087;\n\n/*  Monstrous Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 1088;\n\n/*  Captain Rugelfuss  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1092;\n\n/*  Chief Engineer Hinderweir VII  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1093;\n\n/*  Eldrin  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 1.133333 WHERE `entry` = 1103;\n\n/*  Grundel Harkin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 1104;\n\n/*  Jern Hornhelm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1105;\n\n/*  Mistvale Gorilla  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1108;\n\n/*  Skeletal Raider  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 1110;\n\n/*  Leech Widow  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1567 WHERE `entry` = 1112;\n\n/*  Jungle Thunderer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.2 WHERE `entry` = 1114;\n\n/*  Rockjaw Backbreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1118;\n\n/*  Hammerspine  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1119;\n\n/*  Frostmane Troll  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1120;\n\n/*  Frostmane Snowstrider  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1121;\n\n/*  Frostmane Hideskinner  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1122;\n\n/*  Frostmane Headhunter  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1123;\n\n/*  Frostmane Shadowcaster  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1124;\n\n/*  Young Black Bear  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.15 WHERE `entry` = 1128;\n\n/*  Black Bear  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1, `ArmorModifier` = 0.3 WHERE `entry` = 1129;\n\n/*  Bjarn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1705 WHERE `entry` = 1130;\n\n/*  Timber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1723 WHERE `entry` = 1132;\n\n/*  Starving Winter Wolf  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2090 WHERE `entry` = 1133;\n\n/*  Young Wendigo  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.7 WHERE `entry` = 1134;\n\n/*  Magistrate Bluntnose  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 1139;\n\n/*  Razormaw Matriarch  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 1140;\n\n/*  Angus Stern  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `ArmorModifier` = 0.9 WHERE `entry` = 1141;\n\n/*  Mosh'Ogg Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1142;\n\n/*  Vharr  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1146;\n\n/*  Hragran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1147;\n\n/*  Nerrist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1148;\n\n/*  Uthok  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1149;\n\n/*  Torren Squarejaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1153;\n\n/*  Marek Ironheart  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1154;\n\n/*  Kelt Thomasin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1155;\n\n/*  Vyrin Swiftwind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1156;\n\n/*  Cursed Marine  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1158;\n\n/*  Captain Halyndor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 1160;\n\n/*  Dark Iron Guerrilla  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1171;\n\n/*  Mo'grosh Ogre  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1178;\n\n/*  Mo'grosh Enforcer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1179;\n\n/*  Mo'grosh Brute  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.450000, `HealthModifier` = 3.0 WHERE `entry` = 1180;\n\n/*  Mo'grosh Shaman  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1181;\n\n/*  Brother Anton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 1182;\n\n/*  Mo'grosh Mystic  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 1183;\n\n/*  Elder Black Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry` = 1186;\n\n/*  Daryl the Youngling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1187;\n\n/*  Grizzled Black Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry` = 1188;\n\n/*  Black Bear Patriarch  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.55 WHERE `entry` = 1189;\n\n/*  Loch Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 1193;\n\n/*  Ice Claw Bear  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.35 WHERE `entry` = 1196;\n\n/*  Rallic Finn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1198;\n\n/*  Juvenile Snow Leopard  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 1199;\n\n/*  Morbent Fel  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 1200;\n\n/*  Watcher Sarys  */\nUPDATE `creature_template` SET `mingold` = 23, `maxgold` = 115 WHERE `entry` = 1203;\n\n/*  Watcher Corwin  */\nUPDATE `creature_template` SET `mingold` = 27, `maxgold` = 133 WHERE `entry` = 1204;\n\n/*  Chok'sul  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry` = 1210;\n\n/*  Bishop Farthing  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.8 WHERE `entry` = 1212;\n\n/*  Godric Rothgar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1213;\n\n/*  Aldren Cordon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1214;\n\n/*  Alchemist Mallory  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 1.2 WHERE `entry` = 1215;\n\n/*  Shore Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry` = 1216;\n\n/*  Glorin Steelbrow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 1217;\n\n/*  Herbalist Pomeroy  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1218;\n\n/*  Ol' Sooty  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1225;\n\n/*  Maxan Anvol  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1226;\n\n/*  Rygal Rocknell  */\nUPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1227;\n\n/*  Magis Sparkmantle  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1228;\n\n/*  Granis Swiftaxe  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1229;\n\n/*  [UNUSED] Lexin Haze  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1230;\n\n/*  Grif Wildheart  */\nUPDATE `creature_template` SET `maxlevel` = 12, `DamageModifier` = 0.933333 WHERE `entry` = 1231;\n\n/*  Azar Stronghammer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 1232;\n\n/*  Hogral Bakkan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 1234;\n\n/*  [UNUSED] Maryann Grapefoot  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1235;\n\n/*  Kazan Mogosh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1237;\n\n/*  Gamili Frosthide  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1238;\n\n/*  Boran Ironclink  */\nUPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 11, `DamageModifier` = 0.5 WHERE `entry` = 1240;\n\n/*  Tognus Flintfire  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry` = 1241;\n\n/*  Hegnar Rumbleshot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.35 WHERE `entry` = 1243;\n\n/*  Rethiel the Greenwarden  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.666667 WHERE `entry` = 1244;\n\n/*  Kogan Forgestone  */\nUPDATE `creature_template` SET `minlevel` = 8, `DamageModifier` = 0.75 WHERE `entry` = 1245;\n\n/*  Vosur Brakthel  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry` = 1246;\n\n/*  Quartermaster Hudson  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 1249;\n\n/*  Drake Lindgren  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1250;\n\n/*  Senir Whitebeard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.466667 WHERE `entry` = 1252;\n\n/*  Father Gavin  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1253;\n\n/*  Foreman Stonebrow  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 1254;\n\n/*  Prospector Gehn  */\nUPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 12, `DamageModifier` = 0.933333 WHERE `entry` = 1255;\n\n/*  Quarrymaster Thesten  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1256;\n\n/*  Keldric Boucher  */\nUPDATE `creature_template` SET `subname` = 'Arcane Goods Vendor', `DamageModifier` = 1.333333 WHERE `entry` = 1257;\n\n/*  Gobbler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 1259;\n\n/*  Great Father Arctikus  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `BaseAttackTime` = 3000, `RangeAttackTime` = 1668 WHERE `entry` = 1260;\n\n/*  Veron Amberstill  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1261;\n\n/*  White Ram X  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1262;\n\n/*  Yarlyn Amberstill  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1263;\n\n/*  Rudra Amberstill  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1265;\n\n/*  Tundra MacGrann  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85, `RangeAttackTime` = 1991 WHERE `entry` = 1266;\n\n/*  Ozzie Togglevolt  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1268;\n\n/*  Razzle Sprysprocket  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1269;\n\n/*  Fetid Corpse  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1270;\n\n/*  Grawn Thromwyn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1273;\n\n/*  Kyra Boucher  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `DamageModifier` = 1.333333 WHERE `entry` = 1275;\n\n/*  Mountaineer Stenn  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1278;\n\n/*  Mountaineer Flint  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 1279;\n\n/*  Mountaineer Droken  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1280;\n\n/*  Mountaineer Zaren  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1281;\n\n/*  Archbishop Benedictus  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `rank` = 3, `DamageModifier` = 16.250000, `HealthModifier` = 200.0, `ArmorModifier` = 1.7 WHERE `entry` = 1284;\n\n/*  Thurman Mullby  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 1285;\n\n/*  Edna Mullby  */\nUPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry` = 1286;\n\n/*  [UNUSED] Hevram Bristol  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1288;\n\n/*  [UNUSED] Winston Bagley  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1290;\n\n/*  Maris Granger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1292;\n\n/*  Ambo Cash  */\nUPDATE `creature_template` SET `subname` = 'Mail Armor Merchant', `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry` = 1293;\n\n/*  Felder Stover  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1296;\n\n/*  Lawrence Schneider  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 1300;\n\n/*  Felicia Gump  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 1303;\n\n/*  Darian Singh  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1304;\n\n/*  Jarel Moor  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1305;\n\n/*  [UNUSED] Melechan Damodred  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `detection_range` = 18.0 WHERE `entry` = 1306;\n\n/*  Charys Yserian  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 1307;\n\n/*  Owen Vaughn  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `ArmorModifier` = 0.85 WHERE `entry` = 1308;\n\n/*  Wynne Larson  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1309;\n\n/*  Evan Larson  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1310;\n\n/*  Joachim Brenlow  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1311;\n\n/*  Ardwyn Cailen  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1312;\n\n/*  Adair Gilroy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry` = 1316;\n\n/*  Lucan Cordell  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry` = 1317;\n\n/*  Jessara Cordell  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1318;\n\n/*  Maxton Strang  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1322;\n\n/*  Sloan McCoy  */\nUPDATE `creature_template` SET `subname` = 'Poison Supplier', `DamageModifier` = 0.9 WHERE `entry` = 1326;\n\n/*  Elly Langston  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 1328;\n\n/*  Mountaineer Gwarth  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1337;\n\n/*  Mountaineer Dalk  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1338;\n\n/*  Mayda Thane  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 0.55 WHERE `entry` = 1339;\n\n/*  Magmar Fellhew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1345;\n\n/*  Georgio Bolero  */\nUPDATE `creature_template` SET `subname` = 'Artisan Tailor', `DamageModifier` = 0.95 WHERE `entry` = 1346;\n\n/*  Gregory Ardus  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1348;\n\n/*  Brother Cassius  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `ArmorModifier` = 0.85 WHERE `entry` = 1351;\n\n/*  Fluffy  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 1352;\n\n/*  Apprentice Soren  */\nUPDATE `creature_template` SET `DamageModifier` = 1.666667, `RangeAttackTime` = 2178 WHERE `entry` = 1354;\n\n/*  Cook Ghilm  */\nUPDATE `creature_template` SET `maxlevel` = 11, `DamageModifier` = 0.65 WHERE `entry` = 1355;\n\n/*  Miner Grothor  */\nUPDATE `creature_template` SET `maxlevel` = 10, `DamageModifier` = 0.6 WHERE `entry` = 1358;\n\n/*  Miner Grumnal  */\nUPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 10, `DamageModifier` = 0.75 WHERE `entry` = 1360;\n\n/*  [UNUSED] Kern the Enforcer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 1361;\n\n/*  Gothor Brumn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1362;\n\n/*  Balgaras the Foul  */\nUPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 5.0, `ArmorModifier` = 0.95, `ManaModifier` = 3.0 WHERE `entry` = 1364;\n\n/*  Goli Krumn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1365;\n\n/*  Adam  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1366;\n\n/*  Billy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1367;\n\n/*  Justin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1368;\n\n/*  Brandon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1370;\n\n/*  Roman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1371;\n\n/*  Jarven Thunderbrew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1373;\n\n/*  Rejold Barleybrew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1374;\n\n/*  Marleth Barleybrew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 1375;\n\n/*  Beldin Steelgrill  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 1376;\n\n/*  Pilot Stonegear  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1377;\n\n/*  Pilot Bellowfiz  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1378;\n\n/*  Miran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333, `ArmorModifier` = 0.9 WHERE `entry` = 1379;\n\n/*  Saean  */\nUPDATE `creature_template` SET `mingold` = 2, `maxgold` = 15 WHERE `entry` = 1380;\n\n/*  Krakk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9 WHERE `entry` = 1381;\n\n/*  Mudduk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1382;\n\n/*  Snarl  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry` = 1383;\n\n/*  Z'tark  */\nUPDATE `creature_template` SET `subname` = 'Superior Miner', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1384;\n\n/*  Brawn  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 1385;\n\n/*  Rogvar  */\nUPDATE `creature_template` SET `subname` = 'Master Alchemist', `DamageModifier` = 1.05 WHERE `entry` = 1386;\n\n/*  Thysta  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 1387;\n\n/*  Vagash  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1388;\n\n/*  Xon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1392;\n\n/*  Ol' Beasley  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1395;\n\n/*  Frostmane Seer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1397;\n\n/*  Boss Galgosh  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1585 WHERE `entry` = 1398;\n\n/*  Magosh  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry` = 1399;\n\n/*  Wetlands Crocolisk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1400;\n\n/*  Test Squirrel  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1401;\n\n/*  Topper McNabb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1402;\n\n/*  Mogwah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1403;\n\n/*  Kragg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1404;\n\n/*  Morris Lawry  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 1405;\n\n/*  Ghok  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1406;\n\n/*  Sranda  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1407;\n\n/*  Thragg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1408;\n\n/*  Moorah Stormhoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1409;\n\n/*  Ian Strom  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry` = 1411;\n\n/*  Squirrel  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 1412;\n\n/*  Janey Anship  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 1413;\n\n/*  Lisan Pierce  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 1414;\n\n/*  Suzanne  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 1415;\n\n/*  Grimand Elmore  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8, `DamageModifier` = 2 WHERE `entry` = 1416;\n\n/*  Young Wetlands Crocolisk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1417;\n\n/*  Fizzles  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 6.65 WHERE `entry` = 1419;\n\n/*  Toad  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 1420;\n\n/*  Stormwind Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1423;\n\n/*  Riverpaw Miner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1426;\n\n/*  Harlan Bagley  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 1427;\n\n/*  Rema Schneider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1428;\n\n/*  Thurman Schneider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 1429;\n\n/*  Tomas  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1430;\n\n/*  Renato Gallina  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1432;\n\n/*  Corbett Schneider  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `mingold` = 1, `maxgold` = 5 WHERE `entry` = 1433;\n\n/*  Menethil Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 1434;\n\n/*  Zardeth of the Black Claw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry` = 1435;\n\n/*  Watcher Cutford  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.95, `mingold` = 26, `maxgold` = 132 WHERE `entry` = 1436;\n\n/*  Thomas Booker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1437;\n\n/*  Lord Baurles K. Wishock  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1439;\n\n/*  Milton Sheaf  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 1440;\n\n/*  Brak Durnad  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1441;\n\n/*  Helgrum the Swift  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 1442;\n\n/*  Fel'zerul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 1443;\n\n/*  Brother Kristoff  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 1444;\n\n/*  Jesse Halloran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 1445;\n\n/*  Regina Halloran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 1446;\n\n/*  Gimlok Rumdnul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 1447;\n\n/*  Neal Allen  */\nUPDATE `creature_template` SET `subname` = 'Engineering & General Goods Supplier', `DamageModifier` = 0.85 WHERE `entry` = 1448;\n\n/*  Witch Doctor Unbagwa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1449;\n\n/*  Brahnmar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1450;\n\n/*  Camerick Jongleur  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1451;\n\n/*  Gruham Rumdnul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1452;\n\n/*  Dewin Shimmerdawn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1453;\n\n/*  Jennabink Powerseam  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1454;\n\n/*  [UNUSED] Grummar Thunk  */\nUPDATE `creature_template` SET `subname` = 'Fletching Supplier', `detection_range` = 18.0 WHERE `entry` = 1455;\n\n/*  Kersok Prond  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1456;\n\n/*  Samor Festivus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1457;\n\n/*  Telurinon Moonshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1458;\n\n/*  Naela Trance  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1459;\n\n/*  Unger Statforth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1460;\n\n/*  Murndan Derth  */\nUPDATE `creature_template` SET `DamageModifier` = 2.666667, `ArmorModifier` = 2.3 WHERE `entry` = 1461;\n\n/*  Edwina Monzor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1462;\n\n/*  Falkan Armonis  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `DamageModifier` = 1.2 WHERE `entry` = 1463;\n\n/*  Drac Roughcut  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1465;\n\n/*  Gretta Finespindle  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry` = 1466;\n\n/*  [UNUSED] [PH] Brawl Thunderpunch  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1467;\n\n/*  Kargh Steelspine  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1468;\n\n/*  Vrok Blunderblast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1469;\n\n/*  Ghak Healtouch  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry` = 1470;\n\n/*  Jannos Ironwill  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1471;\n\n/*  Morgg Stormshot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 1472;\n\n/*  Kali Healtouch  */\nUPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.75 WHERE `entry` = 1473;\n\n/*  Rann Flamespinner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1474;\n\n/*  Menethil Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.631579, `ArmorModifier` = 0.8, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 1, `maxgold` = 614 WHERE `entry` = 1475;\n\n/*  Hargin Mundar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1476;\n\n/*  Timothy Clark  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1479;\n\n/*  Caitlin Grassman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1480;\n\n/*  Bart Tidewater  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1481;\n\n/*  Andrea Halloran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1482;\n\n/*  Murphy West  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1483;\n\n/*  Derina Rumdnul  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1484;\n\n/*  [UNUSED] Bazaar Merchant TEST  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1485;\n\n/*  Zanzil Zombie  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `maxgold` = 419 WHERE `entry` = 1488;\n\n/*  Zanzil Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 1.7, `mingold` = 74, `maxgold` = 413 WHERE `entry` = 1489;\n\n/*  Zanzil Witch Doctor  */\nUPDATE `creature_template` SET `maxgold` = 428 WHERE `entry` = 1490;\n\n/*  Zanzil Naga  */\nUPDATE `creature_template` SET `maxgold` = 376 WHERE `entry` = 1491;\n\n/*  Gorlash  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.35, `maxgold` = 1181 WHERE `entry` = 1492;\n\n/*  Mok'rash  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 4.166667, `ArmorModifier` = 0.95 WHERE `entry` = 1493;\n\n/*  Negolash  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 7.388749, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry` = 1494;\n\n/*  Deathguard Linnea  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1495;\n\n/*  Deathguard Dillinger  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1496;\n\n/*  Bethor Iceshard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.133333, `ArmorModifier` = 2.4 WHERE `entry` = 1498;\n\n/*  Magistrate Sevren  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1499;\n\n/*  Coleman Farthing  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1500;\n\n/*  Mindless Zombie  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.65, `maxgold` = 4 WHERE `entry` = 1501;\n\n/*  Wretched Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 10.0, `DamageModifier` = 0.9, `maxgold` = 4 WHERE `entry` = 1502;\n\n/*  Night Web Spider  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `faction` = 22 WHERE `entry` = 1505;\n\n/* Scarlet Convert */\nUPDATE `creature_template` SET `faction` = 67 WHERE `entry` = 1506;\n\n/*  Scarlet Initiate  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7, `faction` = 67 WHERE `entry` = 1507;\n\n/*  Enraged Silverback Gorilla  */\nUPDATE `creature_template` SET `maxlevel` = 42, `RangeAttackTime` = 1466 WHERE `entry` = 1511;\n\n/*  Mokk the Savage  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1727, `mingold` = 35, `maxgold` = 176 WHERE `entry` = 1514;\n\n/*  Executor Zygand  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 1515;\n\n/*  Konda  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05, `RangeAttackTime` = 1738 WHERE `entry` = 1516;\n\n/*  Deathguard Simmer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1519;\n\n/*  Rattlecage Soldier  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.857143, `ArmorModifier` = 0.85 WHERE `entry` = 1520;\n\n/*  Darkeye Bonecaster  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.8 WHERE `entry` = 1522;\n\n/*  Cracked Skull Soldier  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.9 WHERE `entry` = 1523;\n\n/*  Rotting Dead  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.85 WHERE `entry` = 1525;\n\n/*  Ravaged Corpse  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9 WHERE `entry` = 1526;\n\n/*  Hungering Dead  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95 WHERE `entry` = 1527;\n\n/*  Shambling Horror  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95 WHERE `entry` = 1528;\n\n/*  Bleeding Horror  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9 WHERE `entry` = 1529;\n\n/*  Lost Soul  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.85 WHERE `entry` = 1531;\n\n/*  Tormented Spirit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `HealthModifier` = 1.0 WHERE `entry` = 1533;\n\n/*  Scarlet Missionary  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `unit_class` = 1 WHERE `entry` = 1536;\n\n/*  Scarlet Zealot  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 1537;\n\n/*  Vile Fin Murloc  */\nUPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 9, `detection_range` = 18.0 WHERE `entry` = 1541;\n\n/*  [UNUSED] Kegnar Thraln  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1546;\n\n/*  Ironjaw Basilisk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 1551;\n\n/*  Scale Belly  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5, `RangeAttackTime` = 1402 WHERE `entry` = 1552;\n\n/*  King Mukla  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 5.0 WHERE `entry` = 1559;\n\n/*  Yvette Farthing  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1560;\n\n/*  Bloodsail Swashbuckler  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43 WHERE `entry` = 1563;\n\n/*  Bloodsail Warlock  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43 WHERE `entry` = 1564;\n\n/*  Bloodsail Sea Dog  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45 WHERE `entry` = 1565;\n\n/*  [UNUSED] Anson Phelps  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1567;\n\n/*  Undertaker Mordo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 1568;\n\n/*  Shadow Priest Sarvis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 1569;\n\n/*  Executor Arren  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1570;\n\n/*  Shellei Brondir  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 1571;\n\n/*  Thorgrum Borrelson  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 1572;\n\n/*  Gryth Thurden  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 1573;\n\n/*  Mage 1  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 1574;\n\n/*  Mage 5  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 1575;\n\n/*  Mage 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 1576;\n\n/*  Mage 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 1577;\n\n/*  Mage 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 1578;\n\n/*  Mage 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 1579;\n\n/*  Mage 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 1580;\n\n/*  Warlock 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1581;\n\n/*  Warlock 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1582;\n\n/*  Warlock 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1583;\n\n/*  Warlock 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1584;\n\n/*  Warlock 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1585;\n\n/*  Warlock 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1586;\n\n/*  Warlock 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1587;\n\n/*  Shaman 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1588;\n\n/*  Shaman 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1589;\n\n/*  Shaman 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1590;\n\n/*  Shaman 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1591;\n\n/*  Shaman 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1592;\n\n/*  Shaman 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1593;\n\n/*  Shaman 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1594;\n\n/*  Rogue 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1595;\n\n/*  Rogue 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1596;\n\n/*  Rogue 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1597;\n\n/*  Rogue 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1598;\n\n/*  Rogue 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1599;\n\n/*  Rogue 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1600;\n\n/*  Slim's Test Rogue  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1601;\n\n/*  Paladin 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1602;\n\n/*  Paladin 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1603;\n\n/*  Druid 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1604;\n\n/*  Paladin 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1605;\n\n/*  Paladin 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1606;\n\n/*  Druid 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1607;\n\n/*  Druid 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1608;\n\n/*  Druid 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1609;\n\n/*  Paladin 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0 WHERE `entry` = 1613;\n\n/*  Paladin 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1614;\n\n/*  Paladin 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1615;\n\n/*  Druid 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1616;\n\n/*  Druid 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1617;\n\n/*  Hunter 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1618;\n\n/*  Druid 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1619;\n\n/*  Hunter 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1620;\n\n/*  Hunter 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1621;\n\n/*  Priest 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1622;\n\n/*  Hunter 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1623;\n\n/*  Priest 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1624;\n\n/*  Hunter 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1625;\n\n/*  Priest 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1626;\n\n/*  Priest 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1627;\n\n/*  Hunter 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1628;\n\n/*  Priest 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1629;\n\n/*  Hunter 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1631;\n\n/*  Adele Fielder  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 1.133333 WHERE `entry` = 1632;\n\n/*  Priest 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1633;\n\n/*  Priest 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1634;\n\n/*  Warrior 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1635;\n\n/*  Warrior 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1636;\n\n/*  Warrior 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1637;\n\n/*  Warrior 15  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1638;\n\n/*  Warrior 20  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1639;\n\n/*  Warrior 30  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1640;\n\n/*  Warrior 40  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1641;\n\n/*  Northshire Guard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 1642;\n\n/*  [UNUSED] Elwynn Guard  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1643;\n\n/*  [UNUSED] Redridge Guard  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1644;\n\n/*  Quartermaster Hicks  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1645;\n\n/*  UNUSED Jordan Croft  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1649;\n\n/*  Terry Palin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1650;\n\n/*  Lee Brown  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 1 WHERE `entry` = 1651;\n\n/*  Bloodsail Elder Magus  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `HealthModifier` = 1.2 WHERE `entry` = 1653;\n\n/*  Gregor Agamand  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry` = 1654;\n\n/*  Nissa Agamand  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95 WHERE `entry` = 1655;\n\n/*  Thurman Agamand  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9 WHERE `entry` = 1656;\n\n/*  Devlin Agamand  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9 WHERE `entry` = 1657;\n\n/*  Captain Dargol  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 1658;\n\n/*  [UNUSED] Coleman Mills  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 1659;\n\n/*  Novice Elreth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 1661;\n\n/*  Dextren Ward  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 1.7 WHERE `entry` = 1663;\n\n/*  Captain Melrache  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1665;\n\n/*  Kam Deepfury  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27 WHERE `entry` = 1666;\n\n/*  Meven Korgal  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 9, `faction` = 67 WHERE `entry` = 1667;\n\n/*  William MacGregor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 1668;\n\n/*  Defias Profiteer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 1669;\n\n/*  Mike Miller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 1670;\n\n/*  Lamar Veisilli  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1671;\n\n/*  Lohgan Eva  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 1672;\n\n/*  Alyssa Eva  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `DamageModifier` = 17.2, `ArmorModifier` = 3.15 WHERE `entry` = 1673;\n\n/*  Rot Hide Gnoll  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.85 WHERE `entry` = 1674;\n\n/*  Rot Hide Mongrel  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 1675;\n\n/*  Finbus Geargrind  */\nUPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 1.9 WHERE `entry` = 1676;\n\n/*  [UNUSED] Curtis Ashlock  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1677;\n\n/*  Vernon Hale  */\nUPDATE `creature_template` SET `subname` = 'Bait and Tackle Supplier', `DamageModifier` = 0.75 WHERE `entry` = 1678;\n\n/*  Avarus Kharag  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1679;\n\n/*  Matthew Hooper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1680;\n\n/*  Brock Stoneseeker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1681;\n\n/*  Yanni Stoutheart  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1682;\n\n/*  Warg Deepwater  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.8 WHERE `entry` = 1683;\n\n/*  Khara Deepwater  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1684;\n\n/*  Xandar Goodbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1685;\n\n/*  Irene Sureshot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1686;\n\n/*  Cliff Hadin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1687;\n\n/*  Night Web Matriarch */\nUPDATE `creature_template` SET `faction` = 22 WHERE `entry` = 1688;\n\n/*  Thrawn Boltar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1690;\n\n/*  Kreg Bilmn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1691;\n\n/*  Golorn Frostbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1692;\n\n/*  Loslor Rudge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1694;\n\n/*  Rendow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 1695;\n\n/*  Keeg Gibn  */\nUPDATE `creature_template` SET `subname` = 'Ale and Wine', `DamageModifier` = 0.75 WHERE `entry` = 1697;\n\n/*  Frast Dokner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 1698;\n\n/*  Gremlock Pilsnor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1699;\n\n/*  Paxton Ganter  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75, `RangeAttackTime` = 2101 WHERE `entry` = 1700;\n\n/*  Dank Drizzlecut  */\nUPDATE `creature_template` SET `DamageModifier` = 11.25 WHERE `entry` = 1701;\n\n/*  Bronk Guzzlegear  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry` = 1702;\n\n/*  Uthrar Threx  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 1703;\n\n/*  Defias Prisoner  */\nUPDATE `creature_template` SET `maxlevel` = 24 WHERE `entry` = 1706;\n\n/*  Defias Captive  */\nUPDATE `creature_template` SET `maxlevel` = 24 WHERE `entry` = 1707;\n\n/*  Defias Inmate  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25 WHERE `entry` = 1708;\n\n/*  Defias Convict  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25 WHERE `entry` = 1711;\n\n/*  Elder Shadowmaw Panther  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1713;\n\n/*  SAVE Defias Lifer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1714;\n\n/*  Defias Insurgent  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `DamageModifier` = 1.7 WHERE `entry` = 1715;\n\n/*  Bazil Thredd  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 29, `DamageModifier` = 2.4 WHERE `entry` = 1716;\n\n/*  Hamhock  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `DamageModifier` = 2.5 WHERE `entry` = 1717;\n\n/*  Rockjaw Raider  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 8 WHERE `entry` = 1718;\n\n/*  Warden Thelwater  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1719;\n\n/*  Bruegal Ironknuckle  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 2.4 WHERE `entry` = 1720;\n\n/*  Nikova Raskol  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 1721;\n\n/*  Stormwind Citizen  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1723;\n\n/*  Stormwind Citizen Masculine  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1724;\n\n/*  Defias Watchman  */\nUPDATE `creature_template` SET `minlevel` = 16, `rank` = 1, `HealthModifier` = 3.0 WHERE `entry` = 1725;\n\n/*  Defias Magician  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 1726;\n\n/*  Defias Evoker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.55 WHERE `entry` = 1729;\n\n/*  Goblin Buzzcutter  */\nUPDATE `creature_template` SET `minlevel` = 16, `maxlevel` = 16, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 1730;\n\n/*  Goblin Craftsman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry` = 1731;\n\n/*  Defias Squallshaper  */\nUPDATE `creature_template` SET `maxlevel` = 20, `ArmorModifier` = 1.5 WHERE `entry` = 1732;\n\n/*  Deathguard Abraham  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1735;\n\n/*  Deathguard Randolph  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `ArmorModifier` = 1.2 WHERE `entry` = 1736;\n\n/*  Deathguard Oliver  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `ArmorModifier` = 1.2 WHERE `entry` = 1737;\n\n/*  Deathguard Terrence  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 1738;\n\n/*  Deathguard Phillip  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `ArmorModifier` = 1.2 WHERE `entry` = 1739;\n\n/*  Deathguard Saltain  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1740;\n\n/*  Deathguard Bartrand  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `ArmorModifier` = 1.2 WHERE `entry` = 1741;\n\n/*  Deathguard Bartholomew  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1742;\n\n/*  Deathguard Lawrence  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1743;\n\n/*  Deathguard Morris  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1745;\n\n/*  Deathguard Cyrus  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 1746;\n\n/*  Highlord Bolvar Fordragon  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `DamageModifier` = 15.0, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 1748;\n\n/*  Lady Katrana Prestor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `unit_class` = 1 WHERE `entry` = 1749;\n\n/*  Grand Admiral Jes-Tereth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 1750;\n\n/*  Mithras Ironhill  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 1751;\n\n/*  Caledra Dawnbreeze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry` = 1752;\n\n/*  Maggot Eye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.033333 WHERE `entry` = 1753;\n\n/*  Lord Gregor Lescovar  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1754;\n\n/*  Marzon the Silent Blade  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1755;\n\n/*  Stormwind Royal Guard  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.0, `mingold` = 103, `maxgold` = 517, `rank` = 0 WHERE `entry` = 1756;\n\n/*  Mega Rabbit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1757;\n\n/*  Warlock (TEST)  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 1758;\n\n/*  Mage (TEST)  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 1759;\n\n/*  Warrior (TEST)  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `rank` = 1 WHERE `entry` = 1760;\n\n/*  Priest (TEST)  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 1761;\n\n/*  Rogue (TEST)  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 1762;\n\n/*  Gilnid  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3 WHERE `entry` = 1763;\n\n/*  Greater Feral Spirit  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 1764;\n\n/*  Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1765;\n\n/*  Mottled Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1766;\n\n/*  Moonrage Darkrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1770;\n\n/*  Rot Hide Gladerunner  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 1772;\n\n/*  Zun'dartha  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 1775;\n\n/*  Magtoor  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.14286, `DamageModifier` = 1.05 WHERE `entry` = 1776;\n\n/*  Dakk Blunderblast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1777;\n\n/*  Ferocious Grizzled Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry` = 1778;\n\n/*  Skeletal Flayer  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 1 WHERE `entry` = 1783;\n\n/*  Skeletal Terror  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 716 WHERE `entry` = 1785;\n\n/*  Skeletal Executioner  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1787;\n\n/*  Skeletal Warlord  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.720000, `HealthModifier` = 3.0 WHERE `entry` = 1788;\n\n/*  Slavering Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 1 WHERE `entry` = 1791;\n\n/*  Rotting Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1793;\n\n/*  Soulless Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1794;\n\n/*  Searing Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1795;\n\n/*  Freezing Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1796;\n\n/*  Giant Grizzled Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry` = 1797;\n\n/*  Tortured Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 1798;\n\n/*  Cold Wraith  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 6.468085, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `unit_class` = 2, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 1800;\n\n/*  Blood Wraith  */\nUPDATE `creature_template` SET `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 5.750000, `ArmorModifier` = 1.05, `RangeAttackTime` = 1320, `mingold` = 138, `maxgold` = 689 WHERE `entry` = 1801;\n\n/*  Hungering Wraith  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1802;\n\n/*  Wailing Death  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 492 WHERE `entry` = 1804;\n\n/*  Rotting Condor  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1810;\n\n/*  Plaguewing Vulture  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 58, `detection_range` = 18.0 WHERE `entry` = 1811;\n\n/*  Rotting Behemoth  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1812;\n\n/*  Decaying Horror  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.277778 WHERE `entry` = 1813;\n\n/*  Diseased Black Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 1815;\n\n/*  Diseased Grizzly  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 1816;\n\n/*  Foulmaw Hydra  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1819;\n\n/*  Elder Foulmaw Hydra  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1820;\n\n/*  Scarlet Sentinel  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1827;\n\n/*  Scarlet Magus  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 1832;\n\n/*  Scarlet Paladin  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 1834;\n\n/*  Scarlet Cavalier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 1836;\n\n/*  Scarlet Judge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1265 WHERE `entry` = 1837;\n\n/*  Scarlet Interrogator  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.5, `RangeAttackTime` = 1255, `unit_class` = 1 WHERE `entry` = 1838;\n\n/*  Scarlet High Clerist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1246 WHERE `entry` = 1839;\n\n/*  Grand Inquisitor Isillien  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1246 WHERE `entry` = 1840;\n\n/*  Scarlet Executioner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1265 WHERE `entry` = 1841;\n\n/*  Highlord Taelan Fordring  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 1842;\n\n/*  Foreman Jerris  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5 WHERE `entry` = 1843;\n\n/*  Foreman Marcrid  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1844;\n\n/*  Foulmane  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `MovementType` = 0 WHERE `entry` = 1847;\n\n/*  Dreadwhisper  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1849;\n\n/*  The Husk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.267432, `ArmorModifier` = 1.2, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246 WHERE `entry` = 1851;\n\n/*  Araj the Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15 WHERE `entry` = 1852;\n\n/*  Darkmaster Gandling  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 503, `maxgold` = 2625 WHERE `entry` = 1853;\n\n/*  High Priest Thel'danis  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `ManaModifier` = 1.0, `unit_class` = 1 WHERE `entry` = 1854;\n\n/*  Tirion Fordring  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 3.0 WHERE `entry` = 1855;\n\n/*  Pissed Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1857;\n\n/*  Pissed not a Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1858;\n\n/*  [UNUSED] Nyein Longwind  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1859;\n\n/*  Voidwalker  */\nUPDATE `creature_template` SET `minlevel` = 17, `maxlevel` = 17, `DamageModifier` = 0.65, `HealthModifier` = 1.4 WHERE `entry` = 1860;\n\n/*  Greater Voidwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1861;\n\n/*  Lesser Netherwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 1862;\n\n/*  Succubus  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 0.9, `HealthModifier` = 0.7 WHERE `entry` = 1863;\n\n/*  Greater Succubus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1864;\n\n/*  Ravenclaw Raider  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 0.95 WHERE `entry` = 1865;\n\n/*  Ravenclaw Slave  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1866;\n\n/*  Ravenclaw Servant  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1868;\n\n/*  Ravenclaw Champion  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 1.259259 WHERE `entry` = 1869;\n\n/*  Hand of Ravenclaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 1.05 WHERE `entry` = 1870;\n\n/*  Eliza's Guard  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `mingold` = 11, `maxgold` = 53 WHERE `entry` = 1871;\n\n/*  Tharek Blackstone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 1872;\n\n/*  Noma Bluntnose  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1879;\n\n/*  Berte  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 1880;\n\n/*  Evalyn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1881;\n\n/*  Scarlet Smith  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 1.7, `ArmorModifier` = 1.5, `RangeAttackTime` = 1274 WHERE `entry` = 1885;\n\n/*  Dalaran Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 1888;\n\n/*  Rattlecage Skeleton  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.65 WHERE `entry` = 1890;\n\n/*  Pyrewood Watcher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.65, `HealthModifier` = 3.0 WHERE `entry` = 1891;\n\n/*  Moonrage Watcher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 86 WHERE `entry` = 1892;\n\n/*  Moonrage Sentry  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 95 WHERE `entry` = 1893;\n\n/*  Pyrewood Sentry  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0 WHERE `entry` = 1894;\n\n/*  Pyrewood Elder  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ArmorModifier` = 0.9 WHERE `entry` = 1895;\n\n/*  Moonrage Elder  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 101 WHERE `entry` = 1896;\n\n/*  Kelstrum Stonebreaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 1901;\n\n/*  Dalaran Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1912;\n\n/*  Dalaran Warder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1913;\n\n/*  Dalaran Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1914;\n\n/*  Dalaran Conjuror  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 1915;\n\n/*  Stephen Bhartec  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.8, `ArmorModifier` = 0.35 WHERE `entry` = 1916;\n\n/*  Daniel Ulfman  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85 WHERE `entry` = 1917;\n\n/*  Karrel Grayves  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 0.857143, `DamageModifier` = 0.9 WHERE `entry` = 1918;\n\n/*  Samuel Fipps  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.95, `mingold` = 2, `maxgold` = 9 WHERE `entry` = 1919;\n\n/*  Dalaran Spellscribe  */\nUPDATE `creature_template` SET `DamageModifier` = 4.3 WHERE `entry` = 1920;\n\n/*  Combat Dummy  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 1921;\n\n/*  Gray Forest Wolf  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 1922;\n\n/*  Bloodsnout Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 1923;\n\n/*  Heat Miser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1925;\n\n/*  Snow Miser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1926;\n\n/*  Good Miser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1927;\n\n/*  Bad Miser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1928;\n\n/*  Earth Miser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1929;\n\n/*  Steel Miser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1930;\n\n/*  Captured Scarlet Zealot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1931;\n\n/*  Black Sheep  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1932;\n\n/*  Sheep  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry` = 1933;\n\n/*  Tirisfal Farmer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry` = 1934;\n\n/*  Tirisfal Farmhand  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry` = 1935;\n\n/*  Rot Hide Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 1939;\n\n/*  Rot Hide Plague Weaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 1940;\n\n/*  Rot Hide Graverobber  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.9 WHERE `entry` = 1941;\n\n/*  Rot Hide Savage  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 1942;\n\n/*  Raging Rot Hide  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 1943;\n\n/*  Rot Hide Bruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.875000 WHERE `entry` = 1944;\n\n/*  Tree Form 0.33  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 1945;\n\n/*  Thule Ravenclaw  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `rank` = 1, `DamageModifier` = 4.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.3, `ManaModifier` = 2.0 WHERE `entry` = 1947;\n\n/*  Servant of Azora  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 1949;\n\n/*  Lake Skulker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1953;\n\n/*  Elder Lake Skulker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1954;\n\n/*  Lake Creeper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 1955;\n\n/*  Elder Lake Creeper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 1956;\n\n/*  Mountaineer Barleybrew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1959;\n\n/*  Pilot Hammerfoot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `RangeAttackTime` = 2024 WHERE `entry` = 1960;\n\n/*  Mangeclaw  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry` = 1961;\n\n/*  Vidra Hearthstove  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 1963;\n\n/*  Treant  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.016518, `HealthModifier` = 1.0, `BaseAttackTime` = 1574 WHERE `entry` = 1964;\n\n/*  Mountaineer Thalos  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 1965;\n\n/*  Ivar the Foul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 1971;\n\n/*  Ravenclaw Guardian  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 1973;\n\n/*  Ravenclaw Drudger  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.95 WHERE `entry` = 1974;\n\n/*  Eastvale Lumberjack  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 1975;\n\n/*  Stormwind City Patroller  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 1976;\n\n/*  TEST WOLF (ALPHA FIRST)  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 1979;\n\n/*  TEST WOLF (ALPHA SECOND)  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 1980;\n\n/*  Dark Iron Ambusher  */\nUPDATE `creature_template` SET `mingold` = 3, `maxgold` = 13 WHERE `entry` = 1981;\n\n/*  Thistle Boar  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 1985;\n\n/* Webwood Spider */\nUPDATE `creature_template` SET `faction` = 22 WHERE `entry` = 1986;\n\n/*  Webwood Creeper UNUSED  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 1987;\n\n/*  Grellkin  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry` = 1989;\n\n/*  Gremlin  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1990;\n\n/*  Jaxil Rye  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 1991;\n\n/*  Tarindrella  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 1992;\n\n/*  Greenpaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry` = 1993;\n\n/* Githyiss the Vile */\nUPDATE `creature_template` SET `faction` = 22 WHERE `entry` = 1994;\n\n/*  Gnarlpine Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2006;\n\n/*  Gnarlpine Gardener  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2007;\n\n/*  Gnarlpine Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2008;\n\n/*  Gnarlpine Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2009;\n\n/*  Gnarlpine Defender  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `ArmorModifier` = 1.5 WHERE `entry` = 2010;\n\n/*  Gnarlpine Augur  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2011;\n\n/*  Gnarlpine Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2012;\n\n/*  Gnarlpine Avenger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2013;\n\n/*  Bloodfeather Rogue  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 2017;\n\n/*  Bloodfeather Fury  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.9 WHERE `entry` = 2019;\n\n/*  Bloodfeather Matriarch  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 2021;\n\n/*  Timberling  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.8 WHERE `entry` = 2022;\n\n/*  Timberling Bark Ripper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 2025;\n\n/*  Timberling Trampler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 2027;\n\n/*  Timberling Mire Beast  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `ArmorModifier` = 0.9 WHERE `entry` = 2029;\n\n/*  Elder Timberling  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 2030;\n\n/*  Mangy Nightsaber  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 2032;\n\n/*  Elder Nightsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2033;\n\n/*  Feral Nightsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2034;\n\n/*  Lord Melenas  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.42857 WHERE `entry` = 2038;\n\n/*  Ursal the Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 2039;\n\n/*  Haggatha the Crone  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 2040;\n\n/*  Ancient Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 2041;\n\n/*  Nightsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2042;\n\n/*  Nightsaber Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2043;\n\n/*  Forlorn Spirit  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1936, `mingold` = 12, `maxgold` = 64 WHERE `entry` = 2044;\n\n/*  Gunther's Minion  */\nUPDATE `creature_template` SET `minlevel` = 7, `detection_range` = 18.0 WHERE `entry` = 2045;\n\n/*  Andrew Krighton  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2046;\n\n/*  Raleigh Andrean  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 2050;\n\n/*  Nag  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2052;\n\n/*  Sickly Refugee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.85 WHERE `entry` = 2054;\n\n/*  Master Apothecary Faranell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2055;\n\n/*  Ravenclaw Apparition  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 2056;\n\n/*  Huldar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 2057;\n\n/*  Councilman Smithers  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.65, `HealthModifier` = 3.0, `ArmorModifier` = 0.95, `unit_class` = 1, `mingold` = 15, `maxgold` = 73 WHERE `entry` = 2060;\n\n/*  Councilman Thatcher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 13, `maxgold` = 67 WHERE `entry` = 2061;\n\n/*  Councilman Hendricks  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 15, `maxgold` = 73 WHERE `entry` = 2062;\n\n/*  Councilman Wilhelm  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 50 WHERE `entry` = 2063;\n\n/*  Councilman Hartin  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 50 WHERE `entry` = 2064;\n\n/*  Councilman Cooper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 50 WHERE `entry` = 2065;\n\n/*  Councilman Higarth  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `ArmorModifier` = 0.9, `mingold` = 9, `maxgold` = 50 WHERE `entry` = 2066;\n\n/*  Councilman Brunswick  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 4, `maxgold` = 50 WHERE `entry` = 2067;\n\n/*  Lord Mayor Morrison  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 11, `maxgold` = 69 WHERE `entry` = 2068;\n\n/*  Moonstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2069;\n\n/*  Moonstalker Runt  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2070;\n\n/*  Moonstalker Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2071;\n\n/*  Melithar Staghelm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2077;\n\n/*  Athridas Bearmantle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2078;\n\n/*  Conservator Ilthalaine  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 2079;\n\n/*  Denalan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 2080;\n\n/*  Sentinel Kyra Starsong  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 2081;\n\n/*  Gilshalan Windwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 2082;\n\n/*  Syral Bladeleaf  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 2083;\n\n/*  Natheril Raincaller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 2084;\n\n/*  Valstag Ironjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2086;\n\n/*  [UNUSED] Ambermill Citizen  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 2087;\n\n/*  Ma'ruk Wyrmscale  */\nUPDATE `creature_template` SET `ArmorModifier` = 2.0 WHERE `entry` = 2090;\n\n/*  Chieftain Nek'rosh  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `rank` = 1, `DamageModifier` = 2, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 2091;\n\n/*  Pilot Longbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 2092;\n\n/*  Einar Stonegrip  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 2093;\n\n/*  James Halloran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2094;\n\n/*  Billy the Street Urchin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2095;\n\n/*  Tarrel Rockweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2096;\n\n/*  Harlo Barnaby  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2097;\n\n/*  Ram  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry` = 2098;\n\n/*  Maiden's Virtue Crewman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 2099;\n\n/*  Captain Stoutfist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2104;\n\n/*  Mountaineer Dokkin  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 2105;\n\n/*  Apothecary Berard  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2106;\n\n/*  Gaerolas Talvethren  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 2107;\n\n/*  Steam Tank  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2109;\n\n/*  Black Rat  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.3 WHERE `entry` = 2110;\n\n/*  Sida  */\nUPDATE `creature_template` SET `DamageModifier` = 1.133333 WHERE `entry` = 2111;\n\n/*  Farrin Daris  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2112;\n\n/*  Archibald Kava  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2113;\n\n/*  Faruza  */\nUPDATE `creature_template` SET `subname` = 'Apprentice Herbalist' WHERE `entry` = 2114;\n\n/*  Joshua Kien  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2115;\n\n/*  Blacksmith Rand  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2116;\n\n/*  Harold Raims  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2117;\n\n/*  Abigail Shiel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2118;\n\n/*  Dannal Stern  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2119;\n\n/*  Archmage Ataeric  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 2120;\n\n/*  Shadow Priest Allister  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2121;\n\n/*  David Trias  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2122;\n\n/*  Dark Cleric Duesten  */\nUPDATE `creature_template` SET `DamageModifier` = 10.15, `ArmorModifier` = 16.55 WHERE `entry` = 2123;\n\n/*  Isabella  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2124;\n\n/*  Maximillion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2126;\n\n/*  Dark Cleric Beryl  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 2129;\n\n/*  Marion Call  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2130;\n\n/*  Carolai Anise  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry` = 2132;\n\n/*  [UNUSED] Theo Reshan  */\nUPDATE `creature_template` SET `subname` = 'Apprentice Herbalist', `detection_range` = 18.0 WHERE `entry` = 2133;\n\n/*  Warrior 25  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2138;\n\n/*  Edwin Harly  */\nUPDATE `creature_template` SET `minlevel` = 18, `maxlevel` = 20 WHERE `entry` = 2140;\n\n/*  Watcher Callahan  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 2142;\n\n/*  Dark Iron Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1991, `mingold` = 6, `maxgold` = 31 WHERE `entry` = 2149;\n\n/*  Zenn Foulhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 2150;\n\n/*  Gnarlpine Ambusher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.7 WHERE `entry` = 2152;\n\n/*  Terl Arakor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2153;\n\n/*  Jesse The Tester  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2154;\n\n/*  Sentinel Shayla Nightbreeze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2155;\n\n/*  Cracked Golem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2156;\n\n/*  Stone Behemoth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2157;\n\n/*  Gravelflint Scout  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1969, `mingold` = 5, `maxgold` = 52 WHERE `entry` = 2158;\n\n/*  Gravelflint Bonesnapper  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000, `RangeAttackTime` = 1980, `mingold` = 6, `maxgold` = 28 WHERE `entry` = 2159;\n\n/*  Gravelflint Geomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `RangeAttackTime` = 1936, `unit_class` = 8, `mingold` = 7, `maxgold` = 62 WHERE `entry` = 2160;\n\n/*  Agal  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.9 WHERE `entry` = 2162;\n\n/*  Thistle Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.4 WHERE `entry` = 2163;\n\n/*  Rabid Thistle Bear  */\nUPDATE `creature_template` SET `maxlevel` = 14, `ArmorModifier` = 0.4 WHERE `entry` = 2164;\n\n/*  Grizzled Thistle Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry` = 2165;\n\n/*  Oakenscowl  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `rank` = 1, `DamageModifier` = 1.703704, `HealthModifier` = 3.0, `ArmorModifier` = 0.85 WHERE `entry` = 2166;\n\n/*  Blackwood Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 2167;\n\n/*  Blackwood Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 2168;\n\n/*  Blackwood Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.95 WHERE `entry` = 2170;\n\n/*  Blackwood Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 2171;\n\n/*  Strider Clutchmother  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 2172;\n\n/*  Reef Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `BaseAttackTime` = 1000 WHERE `entry` = 2173;\n\n/*  Coastal Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2174;\n\n/*  Shadowclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `MovementType` = 0 WHERE `entry` = 2175;\n\n/*  Writhing Highborne  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 2177;\n\n/*  Wailing Highborne  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2178;\n\n/*  Lady Moongazer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 2184;\n\n/*  Carnivous the Breaker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 2186;\n\n/*  Deep Sea Threshadon  */\nUPDATE `creature_template` SET `minlevel` = 25, `speed_walk` = 1.0, `DamageModifier` = 1.781609, `BaseAttackTime` = 1740, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 52 WHERE `entry` = 2188;\n\n/*  Vile Sprite  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.9 WHERE `entry` = 2189;\n\n/*  Firecaller Radison  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1 WHERE `entry` = 2192;\n\n/*  [UNUSED] Crier Kirton  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2197;\n\n/*  Crier Goodman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 2198;\n\n/*  [UNUSED] Crier Backus  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2199;\n\n/*  [UNUSED] Crier Pierce  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2200;\n\n/*  Greymist Netter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2204;\n\n/*  Greymist Oracle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2207;\n\n/*  Greymist Tidehunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 2208;\n\n/*  Deathguard Gavin  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 2209;\n\n/*  Deathguard Royann  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 2210;\n\n/*  Captured Mountaineer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2211;\n\n/*  Deth'ryll Satyr  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2212;\n\n/*  Deth'ryll Shadowstalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2213;\n\n/*  High Executor Darthalia  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 0.85 WHERE `entry` = 2215;\n\n/*  Undead Druid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2217;\n\n/*  Undead Hunter Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2218;\n\n/*  Undead Shaman Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2219;\n\n/*  [UNUSED] Undead Blacksmith Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2220;\n\n/*  Undead Tailor Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2221;\n\n/*  Undead Mining Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2222;\n\n/*  [UNUSED] Undead Cooking Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2223;\n\n/*  Wind Rider  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 29, `DamageModifier` = 0.232558, `BaseAttackTime` = 1720, `RangeAttackTime` = 1892 WHERE `entry` = 2224;\n\n/*  Karos Razok  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry` = 2226;\n\n/*  Sharlindra  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2227;\n\n/*  Lieutenant Farren Orinelle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2228;\n\n/*  Pygmy Tide Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2231;\n\n/*  Tide Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2232;\n\n/*  Encrusted Tide Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2233;\n\n/*  Young Reef Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2234;\n\n/*  Reef Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2235;\n\n/*  Raging Reef Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2236;\n\n/*  Moonstalker Sire  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2237;\n\n/*  Crushridge Ogre  */\nUPDATE `creature_template` SET `HealthModifier` = 1.1 WHERE `entry` = 2252;\n\n/*  Crushridge Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.250000, `HealthModifier` = 1.15, `ArmorModifier` = 0.6 WHERE `entry` = 2253;\n\n/*  Crushridge Mauler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2254;\n\n/*  Crushridge Mage  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2255;\n\n/*  Crushridge Enforcer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0 WHERE `entry` = 2256;\n\n/*  Mug'thol  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.3, `HealthModifier` = 3.0 WHERE `entry` = 2257;\n\n/*  Stone Fury  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5, `RangeAttackTime` = 1475, `movementType` = 0 WHERE `entry` = 2258;\n\n/*  Marshal Redpath  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2263;\n\n/*  Hillsbrad Apprentice Blacksmith  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.45 WHERE `entry` = 2265;\n\n/*  Hillsbrad Farmer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2266;\n\n/*  Hillsbrad Peasant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2267;\n\n/*  Hillsbrad Sentry  */\nUPDATE `creature_template` SET `detection_range` = 40.0, `DamageModifier` = 1 WHERE `entry` = 2270;\n\n/*  Dalaran Shield Guard  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry` = 2271;\n\n/*  Dalaran Theurgist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2272;\n\n/*  Enraged Stanley  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.076923, `RangeAttackTime` = 1947 WHERE `entry` = 2275;\n\n/*  Magistrate Henry Maleb  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.35 WHERE `entry` = 2276;\n\n/*  Melisara  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2278;\n\n/*  Alliance Battleguard  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2279;\n\n/*  Horde Battleguard  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2280;\n\n/*  Baelish Frostbane  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2281;\n\n/*  [PH] Orgrun Iceflow  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2282;\n\n/*  Ravenclaw Regent  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1585, `mingold` = 25, `maxgold` = 125 WHERE `entry` = 2283;\n\n/*  Captured Farmer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 2284;\n\n/*  Count Remington Ridgewell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2285;\n\n/*  Bow Guy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2286;\n\n/*  Crushridge Warmonger  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry` = 2287;\n\n/*  Skracher Mudmuzzle  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2288;\n\n/*  Connor McCoy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2289;\n\n/*  Bertran Keldrake  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2290;\n\n/*  Corbin Halman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2291;\n\n/*  Reginald Berry  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2292;\n\n/*  [UNUSED] Sherra Vayne  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2293;\n\n/*  Jaynice Sillestan  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2294;\n\n/*  [UNUSED] Bartok Steelgrip  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2295;\n\n/*  [UNUSED] Fulgar Iceforge  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2296;\n\n/*  [UNUSED] Kerrik Firebeard  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2297;\n\n/*  Dolthar Stonefoot  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2298;\n\n/*  Borgus Stoutarm  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2299;\n\n/*  [UNUSED] Seoman Verilas  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2300;\n\n/*  [UNUSED] Nerrik Shoyul  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2301;\n\n/*  Aethalas  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry` = 2302;\n\n/*  Lyranne Feathersong  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 2303;\n\n/*  Captain Ironhill  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.1, `HealthModifier` = 3.0 WHERE `entry` = 2304;\n\n/*  Caretaker Caice  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2307;\n\n/*  [UNUSED] Thesule Klaven  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2312;\n\n/*  [UNUSED] Kir'Nazz  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2313;\n\n/*  Maquell Ebonwood  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2315;\n\n/*  Elysa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2317;\n\n/*  Syndicate Wizard  */\nUPDATE `creature_template` SET `minlevel` = 34 WHERE `entry` = 2319;\n\n/*  Foreststrider Fledgling  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 2321;\n\n/*  Foreststrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 2322;\n\n/*  Giant Foreststrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 2323;\n\n/*  Blackwood Windtalker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 2324;\n\n/*  Undead First Aid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2325;\n\n/*  Thamner Pol  */\nUPDATE `creature_template` SET `minlevel` = 8, `DamageModifier` = 0.25 WHERE `entry` = 2326;\n\n/*  Shaina Fuller  */\nUPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 0.55 WHERE `entry` = 2327;\n\n/*  Michelle Belle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2329;\n\n/*  Karlee Chaddis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 2330;\n\n/*  Paige Chaddis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 2331;\n\n/*  Event Generator 001  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2334;\n\n/*  Dun Garok Mountaineer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2344;\n\n/*  Dun Garok Rifleman  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2345;\n\n/*  Dun Garok Priest  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2346;\n\n/*  Gray Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry` = 2351;\n\n/*  Vicious Gray Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry` = 2354;\n\n/*  Elder Gray Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry` = 2356;\n\n/*  Merideth Carlson  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 2357;\n\n/*  Elemental Slave  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 2359;\n\n/*  Hillsbrad Farmhand  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2360;\n\n/*  Tamara Armstrong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2361;\n\n/*  Hemmit Armstrong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2362;\n\n/*  Apprentice Honeywell  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2363;\n\n/*  Neema  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2364;\n\n/*  Bront Coldcleave  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2365;\n\n/*  Barkeep Kelly  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2366;\n\n/*  Donald Rabonne  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.95 WHERE `entry` = 2367;\n\n/*  Daggerspine Shorehunter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2369;\n\n/*  Caretaker Smithers  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2379;\n\n/*  Micha Yance  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2381;\n\n/*  Lindea Rabonne  */\nUPDATE `creature_template` SET `subname` = 'Tackle and Bait', `DamageModifier` = 0.95 WHERE `entry` = 2383;\n\n/*  Starving Mountain Lion  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2384;\n\n/*  Feral Mountain Lion  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2385;\n\n/*  Southshore Guard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 0.95 WHERE `entry` = 2386;\n\n/*  Zarise  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry` = 2389;\n\n/*  Aranae Venomblood  */\nUPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry` = 2390;\n\n/*  Serge Hinott  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry` = 2391;\n\n/*  Daryl Stack  */\nUPDATE `creature_template` SET `subname` = 'Master Tailor', `minlevel` = 56, `maxlevel` = 56 WHERE `entry` = 2399;\n\n/*  Farmer Getz  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2403;\n\n/*  Blacksmith Verringtan  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2404;\n\n/*  Tarren Mill Deathguard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 1.2 WHERE `entry` = 2405;\n\n/*  Mountain Lion  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2406;\n\n/*  Hulking Mountain Lion  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2407;\n\n/*  Snapjaw  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2408;\n\n/*  Felicia Maline  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2409;\n\n/*  Magus Wordeen Voidglare  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2410;\n\n/*  Warden Belamoore  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2415;\n\n/*  Crushridge Plunderer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2416;\n\n/*  Grel'borg the Miser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 2417;\n\n/*  Deathguard Samsa  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 2418;\n\n/*  Deathguard Humbert  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 2419;\n\n/*  Targ  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 5.0 WHERE `entry` = 2420;\n\n/*  Muckrake  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry` = 2421;\n\n/*  Glommus  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0 WHERE `entry` = 2422;\n\n/*  Guild Banker  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2424;\n\n/*  Varimathras  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 10.0 WHERE `entry` = 2425;\n\n/*  Chef Jessen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2430;\n\n/*  Darla Harris  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2432;\n\n/*  Helcular's Remains  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 1.85, `ManaModifier` = 1.0, `mingold` = 1, `maxgold` = 704 WHERE `entry` = 2433;\n\n/*  Shadowy Assassin  */\nUPDATE `creature_template` SET `mingold` = 1, `maxgold` = 489 WHERE `entry` = 2434;\n\n/*  Southshore Crier  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32 WHERE `entry` = 2435;\n\n/*  Farmer Kent  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 0.9 WHERE `entry` = 2436;\n\n/*  Keeper Bel'varil  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2437;\n\n/*  Bartolo Ginsetti  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 2438;\n\n/*  Major Samuelson  */\nUPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 0.8 WHERE `entry` = 2439;\n\n/*  Drunken Footpad  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2440;\n\n/*  [UNUSED] Southshore Citizen  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2441;\n\n/*  Cow  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.35 WHERE `entry` = 2442;\n\n/*  Narillasanz  */\nUPDATE `creature_template` SET `DamageModifier` = 5.35 WHERE `entry` = 2447;\n\n/*  Skhowl  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 2452;\n\n/*  Lo'Grosh  */\nUPDATE `creature_template` SET `DamageModifier` = 4.8, `RangeAttackTime` = 1466 WHERE `entry` = 2453;\n\n/*  Skeletal Fiend (Enraged Form)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 2454;\n\n/*  Olivia Burnside  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2455;\n\n/*  Newton Burnside  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2456;\n\n/*  John Burnside  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2457;\n\n/*  Randolph Montague  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2458;\n\n/*  Mortimer Montague  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2459;\n\n/*  Barnum Stonemantle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2460;\n\n/*  Bailey Stonemantle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2461;\n\n/*  Flesh Eating Worm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2462;\n\n/*  Commander Aggro'gosh  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4, `ArmorModifier` = 1.1 WHERE `entry` = 2464;\n\n/*  Far Seer Mok'thardin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2465;\n\n/*  Watcher Fraizer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.2 WHERE `entry` = 2470;\n\n/*  Flamescale Drake  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2472;\n\n/*  Sloth  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55 WHERE `entry` = 2475;\n\n/*  Large Loch Crocolisk  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1622 WHERE `entry` = 2476;\n\n/*  Gradok  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry` = 2477;\n\n/*  Haren Swifthoof  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry` = 2478;\n\n/*  Sludge  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55 WHERE `entry` = 2479;\n\n/*  Bliztik  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2481;\n\n/*  Jaquilina Dramet  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2483;\n\n/*  Larimaine Purdue  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 2485;\n\n/*  Fin Fizracket  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2486;\n\n/*  Milstaff Stormeye  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2489;\n\n/*  First Mate Crazz  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2490;\n\n/*  Whiskey Slim  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2491;\n\n/*  Lexington Mortaim  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2492;\n\n/*  Dizzy One-Eye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2493;\n\n/*  Privateer Bloads  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2494;\n\n/*  Drizzlik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2495;\n\n/*  Baron Revilgaz  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 2496;\n\n/*  Nimboya  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2497;\n\n/*  Markel Smythe  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 2499;\n\n/*  Captain Hecklebury Smotts  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 2500;\n\n/*  \"Sea Wolf\" MacKinley  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2501;\n\n/*  \"Shaky\" Phillipe  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2502;\n\n/*  Hillsbrad Foreman  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2503;\n\n/*  Donyal Tovald  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 2504;\n\n/*  Saltwater Snapjaw  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `ArmorModifier` = 1.5 WHERE `entry` = 2505;\n\n/*  Mountaineer Uthan  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2507;\n\n/*  Mountaineer Roghan  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2512;\n\n/*  Mountaineer Kamdar  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2516;\n\n/*  Mountaineer Swarth  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 2518;\n\n/*  Kin'weelay  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2519;\n\n/*  Remote-Controlled Golem  */\nUPDATE `creature_template` SET `maxlevel` = 18, `DamageModifier` = 1.0, `ArmorModifier` = 3.0 WHERE `entry` = 2520;\n\n/*  Skymane Gorilla  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `HealthModifier` = 1.25 WHERE `entry` = 2521;\n\n/*  Jaguero Stalker  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `HealthModifier` = 1.25 WHERE `entry` = 2522;\n\n/*  Mountaineer Angst  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2527;\n\n/*  Son of Arugal  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25 WHERE `entry` = 2529;\n\n/*  Minion of Morganth  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `DamageModifier` = 1.695906, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881 WHERE `entry` = 2531;\n\n/*  Donna  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 2532;\n\n/*  William  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 2533;\n\n/*  Zanzil the Outcast  */\nUPDATE `creature_template` SET `maxgold` = 343 WHERE `entry` = 2534;\n\n/*  Maury \"Club Foot\" Wilkins  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.95, `maxgold` = 392 WHERE `entry` = 2535;\n\n/*  Jon-Jon the Crow  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.95, `maxgold` = 288 WHERE `entry` = 2536;\n\n/*  Chucky \"Ten Thumbs\"  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.95, `maxgold` = 427 WHERE `entry` = 2537;\n\n/*  Dalaran Serpent  */\nUPDATE `creature_template` SET `maxlevel` = 15, `DamageModifier` = 0.4, `RangeAttackTime` = 2046 WHERE `entry` = 2540;\n\n/*  Lord Sakrasis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2541;\n\n/*  Southern Sand Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2544;\n\n/*  Fleet Master Firallon  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 1.2 WHERE `entry` = 2546;\n\n/*  Ironpatch  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2547;\n\n/*  Captain Keelhaul  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47 WHERE `entry` = 2548;\n\n/*  Garr Salthoof  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43, `DamageModifier` = 1.7 WHERE `entry` = 2549;\n\n/*  Captain Stillwater  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry` = 2550;\n\n/*  Brutus  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `ArmorModifier` = 5.75 WHERE `entry` = 2551;\n\n/*  Witherbark Berserker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2558;\n\n/*  Highland Strider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2559;\n\n/*  Highland Thrasher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2560;\n\n/*  Highland Fleshstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2561;\n\n/*  Boulderfist Mauler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0 WHERE `entry` = 2569;\n\n/*  Boulderfist Shaman  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0 WHERE `entry` = 2570;\n\n/*  Boulderfist Lord  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.1, `HealthModifier` = 3.0 WHERE `entry` = 2571;\n\n/*  Dabyrie Militia  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2581;\n\n/*  Stromgarde Troll Hunter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2583;\n\n/*  Stromgarde Defender  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0 WHERE `entry` = 2584;\n\n/*  Stromgarde Vindicator  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry` = 2585;\n\n/*  Syndicate Prowler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2588;\n\n/*  Syndicate Mercenary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2589;\n\n/*  Syndicate Conjuror  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2590;\n\n/*  Syndicate Magus  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2591;\n\n/*  Rumbling Exile  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry` = 2592;\n\n/*  Rough Stone Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2593;\n\n/*  Sprogger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 2594;\n\n/*  Lord Falconcrest  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.65, `HealthModifier` = 7.0 WHERE `entry` = 2597;\n\n/*  Darbel Montrose  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `HealthModifier` = 5.0, `mingold` = 77, `maxgold` = 808 WHERE `entry` = 2598;\n\n/*  Otto  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0 WHERE `entry` = 2599;\n\n/*  Singer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 2600;\n\n/*  Foulbelly  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 514 WHERE `entry` = 2601;\n\n/*  Ruul Onestone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9, `mingold` = 1, `maxgold` = 780 WHERE `entry` = 2602;\n\n/*  Kovork  */\nUPDATE `creature_template` SET `mingold` = 63, `maxgold` = 315 WHERE `entry` = 2603;\n\n/*  Molok the Crusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.3, `BaseAttackTime` = 2700, `RangeAttackTime` = 1485, `mingold` = 63, `maxgold` = 315 WHERE `entry` = 2604;\n\n/*  Zalas Witherbark  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1457, `mingold` = 72, `maxgold` = 362 WHERE `entry` = 2605;\n\n/*  Nimar the Slayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1475, `mingold` = 66, `maxgold` = 330 WHERE `entry` = 2606;\n\n/*  Prince Galen Trollbane  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry` = 2607;\n\n/*  Commander Amaren  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 2608;\n\n/*  Geomancer Flintdagger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2609;\n\n/*  Fozruk  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `rank` = 1, `DamageModifier` = 2.15, `HealthModifier` = 3.0, `ArmorModifier` = 2.0 WHERE `entry` = 2611;\n\n/*  Lieutenant Valorcall  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 1.8, `HealthModifier` = 3.0 WHERE `entry` = 2612;\n\n/*  Air Force Alarm Bot (Alliance)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2614;\n\n/*  Air Force Alarm Bot (Horde)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2615;\n\n/*  Privateer Groy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.15 WHERE `entry` = 2616;\n\n/*  [UNUSED] Archmage Detrae  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2617;\n\n/*  Prairie Dog  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 2620;\n\n/*  Sly Garrett  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2622;\n\n/*  Spirit of Old  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.95 WHERE `entry` = 2623;\n\n/*  Gazban  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 2.2, `ArmorModifier` = 1.5, `mingold` = 69, `maxgold` = 347 WHERE `entry` = 2624;\n\n/*  Viznik Goldgrubber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 2625;\n\n/*  Old Man Heming  */\nUPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry` = 2626;\n\n/*  Grarnik Goodstitch  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor' WHERE `entry` = 2627;\n\n/*  Princess Poobah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2634;\n\n/*  Elder Saltwater Crocolisk  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry` = 2635;\n\n/*  Syndicate Bomb  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2637;\n\n/*  Syndicate Spectre  */\nUPDATE `creature_template` SET `DamageModifier` = 4.2, `ArmorModifier` = 1.4, `BaseAttackTime` = 1000, `RangeAttackTime` = 1826 WHERE `entry` = 2638;\n\n/*  Vilebranch Headhunter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0 WHERE `entry` = 2641;\n\n/*  Vilebranch Shadowcaster  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0 WHERE `entry` = 2642;\n\n/*  Vilebranch Berserker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `maxgold` = 1545 WHERE `entry` = 2643;\n\n/*  Vilebranch Hideskinner  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.9, `HealthModifier` = 3.0 WHERE `entry` = 2644;\n\n/*  Vilebranch Shadow Hunter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.9, `HealthModifier` = 3.0 WHERE `entry` = 2645;\n\n/*  Vilebranch Blood Drinker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `mingold` = 295 WHERE `entry` = 2646;\n\n/*  Vilebranch Soul Eater  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `unit_class` = 1, `mingold` = 337 WHERE `entry` = 2647;\n\n/*  Vilebranch Aman'zasi Guard  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.1, `HealthModifier` = 3.0 WHERE `entry` = 2648;\n\n/*  Witherbark Sadist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2653;\n\n/*  Green Sludge  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 2655;\n\n/*  Port Master Szik  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2662;\n\n/*  Narkk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2663;\n\n/*  Proximity Bomb  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2665;\n\n/*  Ward of Laze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 2667;\n\n/*  Danielle Zipstitch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 2668;\n\n/*  Sheri Zipstitch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 2669;\n\n/*  Mechanical Squirrel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 2671;\n\n/*  Cowardly Crosby  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2672;\n\n/*  Target Dummy  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 0.35, `HealthModifier` = 2.0 WHERE `entry` = 2673;\n\n/*  Advanced Target Dummy  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 0.2, `HealthModifier` = 2.0, `maxgold` = 1 WHERE `entry` = 2674;\n\n/*  Explosive Sheep  */\nUPDATE `creature_template` SET `speed_run` = 0.571429 WHERE `entry` = 2675;\n\n/*  Mechanical Dragonling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.2, `HealthModifier` = 1e-06 WHERE `entry` = 2678;\n\n/*  Wenna Silkbeard  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 30, `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry` = 2679;\n\n/*  Vilebranch Raiding Wolf  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.1, `HealthModifier` = 3.0 WHERE `entry` = 2681;\n\n/*  Fradd Swiftgear  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2682;\n\n/*  Namdo Bizzfizzle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35, `RangeAttackTime` = 1947 WHERE `entry` = 2683;\n\n/*  Rizz Loosebolt  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2684;\n\n/*  Mazk Snipeshot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2685;\n\n/*  Gnaz Blunderflame  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 2687;\n\n/*  Ruppo Zipcoil  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.85 WHERE `entry` = 2688;\n\n/*  Hill Giant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2689;\n\n/*  Hill Giant Warden  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2690;\n\n/*  Highvale Marksman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2693;\n\n/*  Highvale Ranger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.125000 WHERE `entry` = 2694;\n\n/*  Sara Balloo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2695;\n\n/*  Clyde Ranthal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2697;\n\n/*  Captain Nials  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2700;\n\n/*  Felhunter Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2702;\n\n/*  Hanashi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 2704;\n\n/*  Brewmeister Bilger  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2705;\n\n/*  Shadra  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry` = 2707;\n\n/*  Archmage Malin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 2708;\n\n/*  Imp Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2709;\n\n/*  Voidwalker Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2710;\n\n/*  Phin Odelic  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2711;\n\n/*  Quae  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2712;\n\n/*  Dustbelcher Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 2715;\n\n/*  Dustbelcher Mauler  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2717;\n\n/*  Dustbelcher Lord  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2719;\n\n/*  Dustbelcher Ogre Mage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2720;\n\n/*  Forsaken Bodyguard  */\nUPDATE `creature_template` SET `HealthModifier` = 1.1 WHERE `entry` = 2721;\n\n/*  Stone Golem  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry` = 2723;\n\n/*  Scalding Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 2725;\n\n/*  Scorched Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.45, `ArmorModifier` = 0.95 WHERE `entry` = 2726;\n\n/*  Rabid Crag Coyote  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 2730;\n\n/*  Ridge Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2731;\n\n/*  Ridge Stalker Patriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2734;\n\n/*  Lesser Rock Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry` = 2735;\n\n/*  Greater Rock Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry` = 2736;\n\n/*  Durtham Greldon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2737;\n\n/*  Stromgarde Cavalryman  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 2738;\n\n/*  Shadowforge Excavator  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2741;\n\n/*  Shadowforge Commander  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5, `RangeAttackTime` = 1448 WHERE `entry` = 2744;\n\n/*  Ambassador Infernus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 2745;\n\n/*  Stonevault Warden  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2746;\n\n/*  Archaedas  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 2.923077, `RangeAttackTime` = 1800 WHERE `entry` = 2748;\n\n/*  Siege Golem  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5, `RangeAttackTime` = 1448 WHERE `entry` = 2749;\n\n/*  War Golem  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5, `RangeAttackTime` = 1485 WHERE `entry` = 2751;\n\n/*  Rumbler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2752;\n\n/*  Barnabus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.7, `BaseAttackTime` = 2000, `RangeAttackTime` = 1760 WHERE `entry` = 2753;\n\n/*  Anathemus  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 3.833333, `BaseAttackTime` = 3000, `RangeAttackTime` = 1393, `MovementType` = 0 WHERE `entry` = 2754;\n\n/*  Myzrael  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `HealthModifier` = 8.0, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 643 WHERE `entry` = 2755;\n\n/*  UNUSED Grund Drokda  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2756;\n\n/*  Blacklash  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.65, `HealthModifier` = 5.0, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 1890 WHERE `entry` = 2757;\n\n/*  Hematus  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 6.0, `RangeAttackTime` = 1365, `mingold` = 115, `maxgold` = 1698 WHERE `entry` = 2759;\n\n/*  Cresting Exile  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286 WHERE `entry` = 2761;\n\n/*  Thenan  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.2, `HealthModifier` = 3.0, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 814 WHERE `entry` = 2763;\n\n/*  Sleeby  */\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 2764;\n\n/*  Znort  */\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 2765;\n\n/*  Lolo the Lookout  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2766;\n\n/*  Or'Kalar  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.25 WHERE `entry` = 2773;\n\n/*  Vengeful Surge  */\nUPDATE `creature_template` SET `dmgschool` = 4, `RangeAttackTime` = 1771 WHERE `entry` = 2776;\n\n/*  Caretaker Nevlin  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0 WHERE `entry` = 2780;\n\n/*  Caretaker Weston  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0 WHERE `entry` = 2781;\n\n/*  Caretaker Alaric  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0 WHERE `entry` = 2782;\n\n/*  Marez Cowl  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry` = 2783;\n\n/*  King Magni Bronzebeard  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 15.0, `HealthModifier` = 300.0, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 2784;\n\n/*  Skuerto  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2789;\n\n/*  Grand Mason Marblesten  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2790;\n\n/*  Enraged Rock Elemental  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 2791;\n\n/*  Summoned Guardian  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.8, `HealthModifier` = 3.0, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 349 WHERE `entry` = 2794;\n\n/*  Lenny \"Fingers\" McCoy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 2795;\n\n/*  Faelyssa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2796;\n\n/*  Hovrak Gutrender  */\nUPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2797;\n\n/*  Pand Stonebinder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2798;\n\n/*  Lucian Fenner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2799;\n\n/*  Susan Tillinghast  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 2802;\n\n/*  Malygen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 2803;\n\n/*  Kurden Bloodclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry` = 2804;\n\n/*  Deneb Walker  */\nUPDATE `creature_template` SET `subname` = 'Scrolls & Potions', `DamageModifier` = 1 WHERE `entry` = 2805;\n\n/*  Bale  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 2806;\n\n/*  Daggerspine Wavecaller  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2807;\n\n/*  Vikki Lonsav  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2808;\n\n/*  Boar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2809;\n\n/*  Hammon Karwn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2810;\n\n/*  Drovnar Strongbrew  */\nUPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 1.1 WHERE `entry` = 2812;\n\n/*  [UNUSED] Thurgas  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2813;\n\n/*  Narj Deepslice  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2814;\n\n/*  [UNUSED] Teresa Shore  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry` = 2815;\n\n/*  Androd Fadran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 2816;\n\n/*  Nixxrax Fillamug  */\nUPDATE `creature_template` SET `subname` = 'Food and Drink', `DamageModifier` = 1.05 WHERE `entry` = 2832;\n\n/*  DEBUG - Gossip Gryphon Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2833;\n\n/*  Myizz Luckycatch  */\nUPDATE `creature_template` SET `subname` = 'Superior Fisherman' WHERE `entry` = 2834;\n\n/*  Cedrik Prose  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 3.0, `ArmorModifier` = 1.4 WHERE `entry` = 2835;\n\n/*  Brikk Keencraft  */\nUPDATE `creature_template` SET `subname` = 'Master Blacksmith' WHERE `entry` = 2836;\n\n/*  Jaxin Chong  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 0.95 WHERE `entry` = 2837;\n\n/*  Crazk Sparks  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2838;\n\n/*  Haren Kanmae  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2839;\n\n/*  Kizz Bluntstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 2840;\n\n/*  Hurklor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2844;\n\n/*  Fargon Mortalak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 2845;\n\n/*  Glyx Brewright  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 2848;\n\n/*  Qixdi Goodstitch  */\nUPDATE `creature_template` SET `subname` = 'Cloth Armor and Accessories', `DamageModifier` = 0.95 WHERE `entry` = 2849;\n\n/*  Broken Tooth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 2850;\n\n/*  Urda  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2851;\n\n/*  Enslaved Druid of the Talon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2852;\n\n/*  Freed Druid of the Talon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.675393, `BaseAttackTime` = 1910, `RangeAttackTime` = 2101 WHERE `entry` = 2853;\n\n/*  Snang  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 2855;\n\n/*  Angrun  */\nUPDATE `creature_template` SET `subname` = 'Superior Herbalist', `DamageModifier` = 1.1 WHERE `entry` = 2856;\n\n/*  Thund  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.85 WHERE `entry` = 2857;\n\n/*  Gringer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2858;\n\n/*  Gyll  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2859;\n\n/*  Sigrun Ironhew  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667 WHERE `entry` = 2860;\n\n/*  Gorrik  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2861;\n\n/*  Warrior 21  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2862;\n\n/*  Warrior 22  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2863;\n\n/*  Warrior 23  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2864;\n\n/*  Warrior 24  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2865;\n\n/*  Warrior 26  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2866;\n\n/*  Warrior 27  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2867;\n\n/*  Warrior 28  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2868;\n\n/*  Warrior 29  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2869;\n\n/*  [PH] Tallstrider Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2871;\n\n/*  [UNUSED] Whaldak Darbenk  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2872;\n\n/*  [PH] Raptor Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2873;\n\n/*  [PH] Horse Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2874;\n\n/*  [PH] Gorilla Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2875;\n\n/*  Grunenstur Balindom  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.854305, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry` = 2876;\n\n/*  [PH] Crawler Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2877;\n\n/*  Peria Lamenur  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2878;\n\n/*  Karrina Mekenda  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 2879;\n\n/*  [UNUSED] [PH] Monster Slayer Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2883;\n\n/*  [UNUSED] [PH] Magic Skills Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2885;\n\n/*  Ranged Skills Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2886;\n\n/*  Prismatic Exile  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `HealthModifier` = 1.2, `ArmorModifier` = 1.05, `RangeAttackTime` = 1771 WHERE `entry` = 2887;\n\n/*  Stonevault Trogg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2889;\n\n/*  Stonevault Scout  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 2890;\n\n/*  Stonevault Skullthumper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2891;\n\n/*  Stonevault Seer  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry` = 2892;\n\n/*  [PH] Alliance Magic Skills Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2896;\n\n/*  [PH] Alliance Toughness/Resist Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2899;\n\n/*  Dustbelcher Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.95 WHERE `entry` = 2906;\n\n/*  Dustbelcher Mystic  */\nUPDATE `creature_template` SET `minlevel` = 36 WHERE `entry` = 2907;\n\n/*  Hammertoe Grez  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2909;\n\n/*  Prospector Ryedol  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2910;\n\n/*  Archaeologist Flagongut  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2911;\n\n/*  Chief Archaeologist Greywhisker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2912;\n\n/*  Archaeologist Hollee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 2913;\n\n/*  Snake  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 2914;\n\n/*  Hammertoe's Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 0.8, `RangeAttackTime` = 1771 WHERE `entry` = 2915;\n\n/*  Historian Karnik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 2916;\n\n/*  Advisor Belgrum  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 2918;\n\n/*  Fam'retor Guardian  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 2919;\n\n/*  Lucien Tosselwrench  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2920;\n\n/*  Lotwil Veriatus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2921;\n\n/*  Servo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry` = 2922;\n\n/*  Sentinel Glynda Nal'Shea  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2930;\n\n/*  Zaricotl  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 2931;\n\n/*  Magregan Deepshadow  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `rank` = 1, `DamageModifier` = 1.8, `HealthModifier` = 3.0 WHERE `entry` = 2932;\n\n/*  Keeper Bel'dugur  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 2934;\n\n/*  [PH] Demon Master  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 2935;\n\n/*  Dagun the Ravenous  */\nUPDATE `creature_template` SET `mingold` = 107, `maxgold` = 534 WHERE `entry` = 2937;\n\n/*  Aldric Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2938;\n\n/*  Jackson Bayne  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2939;\n\n/*  [UNUSED] Frank Ward  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 2940;\n\n/*  Lanie Reed  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2941;\n\n/*  Dylan Bissel  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 2942;\n\n/*  Ransin Donner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 2943;\n\n/*  Puppet of Helcular  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 1.0, `HealthModifier` = 0.1, `ArmorModifier` = 0.1, `RangeAttackTime` = 1749 WHERE `entry` = 2946;\n\n/*  Harken Windtotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2947;\n\n/*  Mull Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 2948;\n\n/*  Palemane Tanner  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry` = 2949;\n\n/*  Palemane Poacher  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.85 WHERE `entry` = 2951;\n\n/*  Bristleback Quilboar  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.9, `faction` = 111 WHERE `entry` = 2952;\n\n/*  Bristleback Shaman  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7, `faction` = 111 WHERE `entry` = 2953;\n\n/*  Bristleback Battleboar  */\nUPDATE `creature_template` SET `faction` = 111 WHERE `entry` = 2954;\n\n/*  Plainstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2955;\n\n/*  Adult Plainstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 2956;\n\n/*  Elder Plainstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 2957;\n\n/*  Prairie Wolf  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2958;\n\n/*  Prairie Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2959;\n\n/*  Prairie Wolf Alpha  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2960;\n\n/*  Windfury Harpy  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25, `ArmorModifier` = 0.3 WHERE `entry` = 2962;\n\n/*  Windfury Wind Witch  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.95 WHERE `entry` = 2963;\n\n/*  Windfury Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2965;\n\n/* Battleboar */\nUPDATE `creature_template` SET `faction` = 14  WHERE `entry` = 2966;\n\n/*  Galak Centaur  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 1.4 WHERE `entry` = 2967;\n\n/*  Galak Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 2968;\n\n/*  Kodo Calf  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 2972;\n\n/*  Kodo Bull  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2973;\n\n/*  Kodo Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 2974;\n\n/*  Venture Co. Hireling  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.8 WHERE `entry` = 2975;\n\n/*  Venture Co. Laborer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.1, `ArmorModifier` = 0.85 WHERE `entry` = 2976;\n\n/*  Venture Co. Taskmaster  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 2977;\n\n/*  Venture Co. Worker  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.125000, `ArmorModifier` = 0.9 WHERE `entry` = 2978;\n\n/*  Venture Co. Supervisor  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.9 WHERE `entry` = 2979;\n\n/*  Grull Hawkwind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 2980;\n\n/*  Chief Hawkwind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 2981;\n\n/*  Seer Graytongue  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2982;\n\n/*  The Plains Vision  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 2983;\n\n/*  Seer Wiserunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2984;\n\n/*  Ruul Eagletalon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2985;\n\n/*  Dorn Plainstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2986;\n\n/*  Eyahn Eagletalon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 2987;\n\n/*  Morin Cloudstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2988;\n\n/*  Bael'dun Digger  */\nUPDATE `creature_template` SET `faction` = 122, `speed_run` = 0.857143, `DamageModifier` = 1.062500, `ArmorModifier` = 0.9, `faction` = 57 WHERE `entry` = 2989;\n\n/*  Bael'dun Appraiser  */\nUPDATE `creature_template` SET `faction` = 122, `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.8, `faction` = 57 WHERE `entry` = 2990;\n\n/*  Greatmother Hawkwind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 2991;\n\n/*  Healing Ward V  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry` = 2992;\n\n/*  Baine Bloodhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 2993;\n\n/*  Ancestral Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2994;\n\n/*  Tal  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 2995;\n\n/*  Torn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 2996;\n\n/*  Karn Stonehoof  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 1.05 WHERE `entry` = 2998;\n\n/*  Gibbert  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3000;\n\n/*  Brek Stonehoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3001;\n\n/*  Kurm Stonehoof  */\nUPDATE `creature_template` SET `subname` = 'Mining Supplier', `DamageModifier` = 1.1 WHERE `entry` = 3002;\n\n/*  Tepa  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry` = 3004;\n\n/*  Una  */\nUPDATE `creature_template` SET `subname` = 'Artisan Leatherworker', `DamageModifier` = 0.95 WHERE `entry` = 3007;\n\n/*  Mak  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry` = 3008;\n\n/*  Bena Winterhoof  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry` = 3009;\n\n/*  Teg Dawnstrider  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry` = 3011;\n\n/*  Komin Winterhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3013;\n\n/*  Nida Winterhoof  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 3014;\n\n/*  Kard Ragetotem  */\nUPDATE `creature_template` SET `subname` = 'Sword and Dagger Merchant' WHERE `entry` = 3021;\n\n/*  Aska Mistrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3026;\n\n/*  Naal Mistrunner  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier', `DamageModifier` = 1.1 WHERE `entry` = 3027;\n\n/*  Kah Mistrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3028;\n\n/*  Sewa Mistrunner  */\nUPDATE `creature_template` SET `subname` = 'Fishing Supplier', `DamageModifier` = 1.1 WHERE `entry` = 3029;\n\n/*  Tigor Skychaser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3031;\n\n/*  Beram Skychaser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3032;\n\n/*  Sheal Runetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3034;\n\n/*  Kym Wildmane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3036;\n\n/*  Holt Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3039;\n\n/*  Urek Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3040;\n\n/*  Sark Ragetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3042;\n\n/*  Ker Ragetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3043;\n\n/*  Miles Welsh  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3044;\n\n/*  Father Cobb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3046;\n\n/*  Archmage Shymm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3047;\n\n/*  Ursyn Ghull  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3048;\n\n/*  Veren Tallstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3050;\n\n/*  Skorn Whitecloud  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3052;\n\n/*  Zarlman Two-Moons  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3054;\n\n/*  Maur Raincaller  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3055;\n\n/*  Ghost Howl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 3056;\n\n/*  Cairne Bloodhoof  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 15.0, `HealthModifier` = 300.0, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 3057;\n\n/*  Arra'chea  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 3058;\n\n/*  Harutt Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3059;\n\n/*  Gart Mistrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3060;\n\n/*  Lanka Farshot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3061;\n\n/*  Meela Dawnstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3062;\n\n/*  Krang Stonehoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3063;\n\n/*  Gennia Runetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3064;\n\n/*  Yaw Sharpmane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3065;\n\n/*  Narm Skychaser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3066;\n\n/*  Pyall Silentstride  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3067;\n\n/*  Mazzranache  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 3068;\n\n/*  Chaw Stronghide  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.85 WHERE `entry` = 3069;\n\n/*  [UNUSED] [PH] Mulgore Alchemy Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3070;\n\n/*  [UNUSED] [PH] Mulgore Herbalism Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3071;\n\n/*  Kawnie Softbreeze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3072;\n\n/*  Marjak Keenblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3073;\n\n/*  Varia Hardhide  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3074;\n\n/*  Bronk Steelrage  */\nUPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter', `DamageModifier` = 0.75 WHERE `entry` = 3075;\n\n/*  Moorat Longstride  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3076;\n\n/*  Mahnott Roughwound  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3077;\n\n/*  Kennah Hawkseye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3078;\n\n/*  Varg Windwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3079;\n\n/*  Harant Ironbrace  */\nUPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter', `DamageModifier` = 0.75 WHERE `entry` = 3080;\n\n/*  Wunna Darkmane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3081;\n\n/*  [UNUSED] Narache Guard  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3082;\n\n/*  Honor Guard  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.85, `ArmorModifier` = 1.3, `rank` = 0  WHERE `entry` = 3083;\n\n/*  Bluffwatcher  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `HealthModifier` = 2.0, `faction` = 105 WHERE `entry` = 3084;\n\n/*  Gloria Femmel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3085;\n\n/*  Gretchen Vogel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3086;\n\n/*  Crystal Boughman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3087;\n\n/*  Henry Chapal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3088;\n\n/*  Sherman Femmel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3089;\n\n/*  Gerald Crawley  */\nUPDATE `creature_template` SET `subname` = 'Poison Supplier', `DamageModifier` = 0.9 WHERE `entry` = 3090;\n\n/*  Franklin Hamar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 1.5 WHERE `entry` = 3091;\n\n/*  Unseen  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry` = 3094;\n\n/*  Captured Servant of Azora  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3096;\n\n/*  Bernard Brubaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 3097;\n\n/*  Dire Mottled Boar  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.53847 WHERE `entry` = 3099;\n\n/*  Vile Familiar  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7, `faction` = 14 WHERE `entry` = 3101;\n\n/* Felstalker */\nUPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 3102;\n\n/*  Makrura Clacker  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.5 WHERE `entry` = 3103;\n\n/*  Makrura Shellhide  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.5 WHERE `entry` = 3104;\n\n/*  Makrura Snapclaw  */\nUPDATE `creature_template` SET `maxlevel` = 9, `speed_run` = 0.857143 WHERE `entry` = 3105;\n\n/*  Encrusted Surf Crawler  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.15 WHERE `entry` = 3108;\n\n/*  Dustwind Savage  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.307692, `ArmorModifier` = 0.4 WHERE `entry` = 3117;\n\n/*  Kolkar Drudge  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 3119;\n\n/*  Kolkar Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `RangeAttackTime` = 2101 WHERE `entry` = 3120;\n\n/*  Durotar Tiger  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3121;\n\n/*  Armored Scorpid  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.5 WHERE `entry` = 3126;\n\n/*  Herble Baubbletump  */\nUPDATE `creature_template` SET `subname` = 'Engineering and Mining Supplies', `DamageModifier` = 2 WHERE `entry` = 3133;\n\n/*  Kzixx  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3134;\n\n/*  Malissa  */\nUPDATE `creature_template` SET `subname` = 'Poison Supplier', `DamageModifier` = 1.2 WHERE `entry` = 3135;\n\n/*  Clarise Gnarltree  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 1.266667 WHERE `entry` = 3136;\n\n/*  Matt Johnson  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3137;\n\n/*  Scott Carevin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 3138;\n\n/*  Gar'Thok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3139;\n\n/*  Lar Prowltusk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3140;\n\n/*  Orgnil Soulscar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3142;\n\n/*  Gornek  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3143;\n\n/*  Eitrigg  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3144;\n\n/*  Zureetha Fargaze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3145;\n\n/*  Gurek  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3146;\n\n/*  Furl Scornbrow  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3147;\n\n/*  [UNUSED] Torc the Orc  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3148;\n\n/*  Nez'raz  */\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master' WHERE `entry` = 3149;\n\n/*  Hin Denburg  */\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 4.9 WHERE `entry` = 3150;\n\n/*  Captain Obvious  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3151;\n\n/*  Cap'n Copyright  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3152;\n\n/*  Frang  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3153;\n\n/*  Jen'shan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3154;\n\n/*  Rwag  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3155;\n\n/*  Nartok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3156;\n\n/*  Shikrik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3157;\n\n/*  Duokna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3158;\n\n/*  Kzan Thornslash  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1837 WHERE `entry` = 3159;\n\n/*  Huklah  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3160;\n\n/*  Rarc  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2101 WHERE `entry` = 3161;\n\n/*  Burdrak Harglhelm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3162;\n\n/*  Uhgar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3163;\n\n/*  Jark  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3164;\n\n/*  Ghrawt  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3165;\n\n/*  Cutac  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3166;\n\n/*  Wuark  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3167;\n\n/*  Flakk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3168;\n\n/*  Kaplak  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3170;\n\n/*  Thotar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3171;\n\n/*  Dhugru Gorelust  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 3172;\n\n/*  Swart  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3173;\n\n/*  Dwukk  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.95 WHERE `entry` = 3174;\n\n/*  Krunn  */\nUPDATE `creature_template` SET `subname` = 'Miner', `DamageModifier` = 0.75 WHERE `entry` = 3175;\n\n/*  [UNUSED] [PH] Durotar Engineering Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3176;\n\n/*  Turuk Amberstill  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3177;\n\n/*  Stuart Fleming  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 1.2 WHERE `entry` = 3178;\n\n/*  Harold Riggs  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3179;\n\n/*  Dark Iron Entrepreneur  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3180;\n\n/*  Junder Brokk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3182;\n\n/*  Yarrog Baneshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85, `RangeAttackTime` = 2156, `mingold` = 3, `maxgold` = 9, `faction` = 16 WHERE `entry` = 3183;\n\n/*  Miao'zan  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry` = 3184;\n\n/*  Mishiki  */\nUPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.75 WHERE `entry` = 3185;\n\n/*  K'waii  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3186;\n\n/*  Tai'tasi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3187;\n\n/*  Master Gadrin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3188;\n\n/*  Kor'ghan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3189;\n\n/*  Rhinag  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3190;\n\n/*  Misha Tor'kren  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3193;\n\n/*  Vel'rin Fang  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3194;\n\n/*  Burning Blade Thug  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry` = 3195;\n\n/*  Burning Blade Neophyte  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2090 WHERE `entry` = 3196;\n\n/*  Burning Blade Cultist  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry` = 3199;\n\n/*  Eric's AAA Special Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3200;\n\n/*  Scott Mercer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3201;\n\n/*  [UNUSED] Josh Test  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3202;\n\n/*  Fizzle Darkstorm  */\nUPDATE `creature_template` SET `HealthModifier` = 1.0, `RangeAttackTime` = 2046 WHERE `entry` = 3203;\n\n/*  Gazz'uz  */\nUPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 14, `HealthModifier` = 1.3, `ArmorModifier` = 1.55 WHERE `entry` = 3204;\n\n/*  Brave Windfeather  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3209;\n\n/*  Brave Proudsnout  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 3210;\n\n/*  Brave Lightninghorn  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 3211;\n\n/*  Brave Ironhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3212;\n\n/*  Brave Running Wolf  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 3213;\n\n/*  Brave Greathoof  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 3214;\n\n/*  Brave Strongbash  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3215;\n\n/*  Neeru Fireblade  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 3216;\n\n/*  Brave Dawneagle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3217;\n\n/*  Brave Swiftwind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3218;\n\n/*  Brave Leaping Deer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3219;\n\n/*  Brave Darksky  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 3220;\n\n/*  Brave Rockhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3221;\n\n/*  Brave Wildrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3222;\n\n/*  Brave Rainchaser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3223;\n\n/*  Brave Cloudmane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3224;\n\n/*  \"Squealer\" Thornmantle  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.85, `mingold` = 3, `maxgold` = 9, `faction` = 14 WHERE `entry` = 3229;\n\n/*  Nazgrel  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15 WHERE `entry` = 3230;\n\n/*  Lorekeeper Raintotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3233;\n\n/*  Lost Barrens Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3234;\n\n/*  Greater Barrens Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3235;\n\n/*  Barrens Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3236;\n\n/*  Wooly Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3237;\n\n/*  Savannah Patriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3241;\n\n/*  Savannah Highmane  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3243;\n\n/*  Greater Plainstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3244;\n\n/*  Ornery Plainstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1 WHERE `entry` = 3245;\n\n/*  Fleeting Plainstrider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3246;\n\n/*  Silithid Swarmer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3252;\n\n/*  Silithid Harvester  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1595 WHERE `entry` = 3253;\n\n/*  Bristleback Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3259;\n\n/*  Bristleback Water Seeker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 3260;\n\n/*  Bristleback Thornweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3261;\n\n/*  Bristleback Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3262;\n\n/*  Bristleback Geomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 3263;\n\n/*  Razormane Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3266;\n\n/*  Razormane Water Seeker  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 3267;\n\n/*  Razormane Thornweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3268;\n\n/*  Kolkar Wrangler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3272;\n\n/*  Kolkar Stormer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3273;\n\n/*  Kolkar Pack Runner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3274;\n\n/*  Kolkar Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3275;\n\n/*  Witchwing Harpy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3276;\n\n/*  Sarkoth  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2167 WHERE `entry` = 3281;\n\n/*  Venture Co. Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3283;\n\n/*  Venture Co. Drudger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3284;\n\n/*  Venture Co. Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3285;\n\n/*  Hana'zua  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `RangeAttackTime` = 2189 WHERE `entry` = 3287;\n\n/*  Spirit of Minshina  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55, `RangeAttackTime` = 2090 WHERE `entry` = 3289;\n\n/*  Deek Fizzlebizz  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.95 WHERE `entry` = 3290;\n\n/*  Greishan Ironstove  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3291;\n\n/*  Brewmaster Drohn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3292;\n\n/*  Ophek  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3294;\n\n/*  Sludge Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3295;\n\n/*  Orgrimmar Grunt  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `HealthModifier` = 2.0 WHERE `entry` = 3296;\n\n/*  Sen'jin Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3297;\n\n/*  Gabrielle Chase  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 3298;\n\n/*  [UNUSED] Antione LeMarca  */\nUPDATE `creature_template` SET `subname` = 'Trade Supplier', `detection_range` = 18.0 WHERE `entry` = 3299;\n\n/*  Adder  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 3300;\n\n/*  Morgan Ladimore  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 3301;\n\n/*  [UNUSED] Korl  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3302;\n\n/*  [UNUSED] Marna  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3303;\n\n/*  Master Vornal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3304;\n\n/*  Grisha  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 3305;\n\n/*  Keldas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3306;\n\n/*  [UNUSED] Orgrun Blacktusk  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3307;\n\n/*  Karus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3309;\n\n/*  Doras  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 3310;\n\n/*  Trak'gen  */\nUPDATE `creature_template` SET `subname` = 'General Goods Merchant' WHERE `entry` = 3313;\n\n/*  Koma  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3318;\n\n/*  Soran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3320;\n\n/*  Kaja  */\nUPDATE `creature_template` SET `subname` = 'Guns and Ammo Merchant' WHERE `entry` = 3322;\n\n/*  Horthus  */\nUPDATE `creature_template` SET `subname` = 'Reagents Vendor' WHERE `entry` = 3323;\n\n/*  Gest  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3327;\n\n/*  Lumak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3332;\n\n/*  Rekkul  */\nUPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry` = 3334;\n\n/*  Hagrus  */\nUPDATE `creature_template` SET `subname` = 'Reagents Vendor' WHERE `entry` = 3335;\n\n/*  Kargal Battlescar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3337;\n\n/*  Sergra Darkthorn  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.1 WHERE `entry` = 3338;\n\n/*  Gann Stonespire  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3341;\n\n/*  Shan'ti  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3342;\n\n/*  Kardris Dreamseeker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3344;\n\n/*  Godan  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry` = 3345;\n\n/*  Kithas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3346;\n\n/*  Yelmak  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry` = 3347;\n\n/*  Asoran  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 3350;\n\n/*  Magenius  */\nUPDATE `creature_template` SET `subname` = 'Reagents Vendor' WHERE `entry` = 3351;\n\n/*  Ormak Grimshot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3352;\n\n/*  Grezz Ragefist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3353;\n\n/*  Saru Steelfury  */\nUPDATE `creature_template` SET `subname` = 'Artisan Blacksmith', `DamageModifier` = 0.95 WHERE `entry` = 3355;\n\n/*  Sumi  */\nUPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier' WHERE `entry` = 3356;\n\n/*  Makaru  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3357;\n\n/*  Gorina  */\nUPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry` = 3358;\n\n/*  Ogunaro Wolfrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3362;\n\n/*  Magar  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry` = 3363;\n\n/*  Karolek  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 3365;\n\n/*  Felika  */\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Merchant' WHERE `entry` = 3367;\n\n/*  Urtrun Clanbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3370;\n\n/*  Arnok  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3373;\n\n/*  Bael'dun Excavator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3374;\n\n/*  Bael'dun Foreman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3375;\n\n/*  Bael'dun Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3378;\n\n/*  Burning Blade Bruiser  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 3379;\n\n/*  Southsea Brigand  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 3381;\n\n/*  Southsea Cannoneer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3382;\n\n/*  Southsea Cutthroat  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3383;\n\n/*  Southsea Privateer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3384;\n\n/*  Theramore Marine  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3385;\n\n/*  Theramore Preserver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 3386;\n\n/*  Jorn Skyseer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3387;\n\n/*  Mahren Skyseer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3388;\n\n/*  Apothecary Helbrim  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3390;\n\n/*  Gazlowe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.75 WHERE `entry` = 3391;\n\n/*  Prospector Khazgorm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.562500 WHERE `entry` = 3392;\n\n/*  Barak Kodobane  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.666667 WHERE `entry` = 3394;\n\n/*  Verog the Dervish  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.933333, `ArmorModifier` = 0.85, `mingold` = 5, `maxgold` = 26 WHERE `entry` = 3395;\n\n/*  Hezrul Bloodmark  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3396;\n\n/*  Kolkar Bloodcharger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3397;\n\n/*  Gesharahan  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 3398;\n\n/*  Zamja  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3399;\n\n/*  Xen'to  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry` = 3400;\n\n/*  Shenthul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 3401;\n\n/*  Zando'zan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3402;\n\n/*  Sian'tsu  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3403;\n\n/*  Jandi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3404;\n\n/*  Zeal'aya  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 3405;\n\n/*  Sian'dur  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3407;\n\n/*  Zel'mak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3408;\n\n/*  Zendo'jian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3409;\n\n/*  Denni'ka  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 3411;\n\n/*  Nogg  */\nUPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 1.05 WHERE `entry` = 3412;\n\n/*  Savannah Huntress  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3415;\n\n/*  Savannah Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3416;\n\n/*  Living Flame  */\nUPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 0.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 2002 WHERE `entry` = 3417;\n\n/*  Kirge Sternhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3418;\n\n/*  Apothecary Zamah  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3419;\n\n/*  [UNUSED] Ancestral Watcher  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3420;\n\n/*  Feegly the Exiled  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3421;\n\n/*  Savannah Prowler  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3425;\n\n/*  [UNUSED] Kendur  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `detection_range` = 18.0 WHERE `entry` = 3427;\n\n/*  Korran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3428;\n\n/*  Thork  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3429;\n\n/*  Mangletooth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3430;\n\n/*  Grenthar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3431;\n\n/*  Mankrik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3432;\n\n/*  Tatternack Steelforge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3433;\n\n/*  Crekori Mudwater  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3437;\n\n/*  [UNUSED] Ancestral Sage  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3440;\n\n/*  Melor Stonehoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 3441;\n\n/*  Sputtervalve  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3442;\n\n/*  Grub  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3443;\n\n/*  Dig Rat  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 3444;\n\n/*  Mebok Mizzyrix  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3446;\n\n/*  Pawe Mistrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3447;\n\n/*  Darsok Swiftdagger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3449;\n\n/*  Defias Companion  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 1.05 WHERE `entry` = 3450;\n\n/*  Pilot Wizzlecrank  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3451;\n\n/*  Wharfmaster Dizzywig  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3453;\n\n/*  Cannoneer Whessan  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3455;\n\n/*  Razormane Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3457;\n\n/*  Razormane Warfrenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3459;\n\n/*  Mud Crawler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3460;\n\n/*  Elder Barrens Giraffe  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3462;\n\n/*  Gazrog  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3464;\n\n/*  Ancient of Lore  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 3468;\n\n/*  Ancient of War  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 3469;\n\n/*  Tinkerer Sniggles  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3471;\n\n/*  Lakota'mani  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3474;\n\n/*  Hraq  */\nUPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier', `DamageModifier` = 0.8 WHERE `entry` = 3477;\n\n/*  Traugh  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry` = 3478;\n\n/*  Nargal Deatheye  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3479;\n\n/*  Moorane Hearthgrain  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3480;\n\n/*  Barg  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3481;\n\n/*  Tari'qa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3482;\n\n/*  Jahan Hawkwing  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3483;\n\n/*  Kil'hala  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 3484;\n\n/*  Wrahk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3485;\n\n/*  Halija Whitestrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3486;\n\n/*  Kalyimah Stormcloud  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3487;\n\n/*  Uthrok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3488;\n\n/*  Zargh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3489;\n\n/*  Hula'mahi  */\nUPDATE `creature_template` SET `subname` = 'Reagents and Herbs' WHERE `entry` = 3490;\n\n/*  Ironzar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3491;\n\n/*  Tinkerwiz  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry` = 3494;\n\n/*  Gagsprocket  */\nUPDATE `creature_template` SET `subname` = 'Engineering Goods', `DamageModifier` = 0.85 WHERE `entry` = 3495;\n\n/*  Kilxx  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3497;\n\n/*  Jazzik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3498;\n\n/*  Ranik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3499;\n\n/*  Tarhus  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `ArmorModifier` = 0.85 WHERE `entry` = 3500;\n\n/*  Ratchet Bruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 3502;\n\n/* Silithid Protector */\nUPDATE `creature_template` SET `faction` = 16  WHERE `entry` = 3503;\n\n/*  Gil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3504;\n\n/*  Pat  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3505;\n\n/*  Andi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3507;\n\n/*  Mikey  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3508;\n\n/*  Geoff  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 3509;\n\n/*  Twain  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry` = 3510;\n\n/*  Steven  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3511;\n\n/*  Jimmy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3512;\n\n/*  Miss Danna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3513;\n\n/*  Tenaron Stormgrip  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3514;\n\n/*  Corithras Moonrage  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3515;\n\n/*  Arch Druid Fandral Staghelm  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 15.0, `HealthModifier` = 300.0 WHERE `entry` = 3516;\n\n/*  Rellian Greenspyre  */\nUPDATE `creature_template` SET `DamageModifier` = 0.933333 WHERE `entry` = 3517;\n\n/*  Thomas Miller  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3518;\n\n/*  Sentinel Arynia Cloudsbreak  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3519;\n\n/*  Ol' Emma  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 3520;\n\n/*  Ak'Zeloth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3521;\n\n/*  Bowen Brisboise  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 3523;\n\n/*  Spirit Wolf  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3524;\n\n/*  [UNUSED] Turtle Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3525;\n\n/*  Pyrewood Armorer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0, `ArmorModifier` = 1.45 WHERE `entry` = 3528;\n\n/*  Moonrage Armorer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 252 WHERE `entry` = 3529;\n\n/*  Pyrewood Tailor  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ArmorModifier` = 0.85 WHERE `entry` = 3530;\n\n/*  Moonrage Tailor  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 282 WHERE `entry` = 3531;\n\n/*  Pyrewood Leatherworker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0, `ArmorModifier` = 1.45 WHERE `entry` = 3532;\n\n/*  Moonrage Leatherworker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 79 WHERE `entry` = 3533;\n\n/*  Wallace the Blind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3534;\n\n/*  Blackmoss the Fetid  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3535;\n\n/*  Kris Legace  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 3536;\n\n/*  Hal McAllister  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3540;\n\n/*  Sarah Raycroft  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3541;\n\n/*  Jaysin Lanyda  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3542;\n\n/*  Robert Aebischer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9 WHERE `entry` = 3543;\n\n/*  Claude Erksine  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3545;\n\n/*  Bernie Heisten  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3546;\n\n/*  Shelene Rhobart  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry` = 3549;\n\n/*  Johan Focht  */\nUPDATE `creature_template` SET `subname` = 'Miner' WHERE `entry` = 3555;\n\n/*  Andrew Hilbert  */\nUPDATE `creature_template` SET `subname` = 'Trade Goods', `maxlevel` = 20 WHERE `entry` = 3556;\n\n/*  Guillaume Sorouy  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry` = 3557;\n\n/*  [UNUSED] Temp Poisoning Vendor Undead  */\nUPDATE `creature_template` SET `subname` = 'Poison Vendor', `detection_range` = 18.0 WHERE `entry` = 3558;\n\n/*  Temp Poisoning Vendor Dwarf  */\nUPDATE `creature_template` SET `subname` = 'Poison Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3559;\n\n/*  Healing Ward  */\nUPDATE `creature_template` SET `minlevel` = 37, `DamageModifier` = 0.2 WHERE `entry` = 3560;\n\n/*  Kyrai  */\nUPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry` = 3561;\n\n/*  Alaindia  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 3562;\n\n/*  Temp Reagent Vendor Dwarf  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3564;\n\n/*  [UNUSED] Temp Reagent Vendor Undead  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor', `detection_range` = 18.0 WHERE `entry` = 3565;\n\n/*  Tallonkai Swiftroot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3567;\n\n/*  Mist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85, `BaseAttackTime` = 2000 WHERE `entry` = 3568;\n\n/*  Bogling  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 3.95, `ArmorModifier` = 1.65, `RangeAttackTime` = 2156, `mingold` = 1, `maxgold` = 4 WHERE `entry` = 3569;\n\n/*  Cleansed Timberling  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry` = 3570;\n\n/*  Teldrassil Sentinel  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 3571;\n\n/*  Zizzek  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.85 WHERE `entry` = 3572;\n\n/*  Praenus Raxxeus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3575;\n\n/*  Dalaran Miner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry` = 3578;\n\n/*  Sewer Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 2.55 WHERE `entry` = 3581;\n\n/*  Aman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1661 WHERE `entry` = 3582;\n\n/*  Barithras Moonshade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3583;\n\n/*  Therysil  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3585;\n\n/*  Miner Johnson  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `RangeAttackTime` = 1650, `faction` = 14 WHERE `entry` = 3586;\n\n/*  Lyrai  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3587;\n\n/*  Khardan Proudblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3588;\n\n/*  Keina  */\nUPDATE `creature_template` SET `DamageModifier` = 28.0, `ArmorModifier` = 6.95 WHERE `entry` = 3589;\n\n/*  Janna Brightmoon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3590;\n\n/*  Freja Nightwing  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3591;\n\n/*  Andiss  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3592;\n\n/*  Alyissia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3593;\n\n/*  Frahun Shadewhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3594;\n\n/*  Shanda  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3595;\n\n/*  Ayanna Everstride  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3596;\n\n/*  Mardant Strongoak  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3597;\n\n/*  Kyra Windblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3598;\n\n/*  Jannok Breezesong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3599;\n\n/*  Laurna Morninglight  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3600;\n\n/*  Dazalar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3601;\n\n/*  Kal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3602;\n\n/*  Cyndra Kindwhisper  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.95 WHERE `entry` = 3603;\n\n/*  Malorne Bladeleaf  */\nUPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.7 WHERE `entry` = 3604;\n\n/*  Nadyia Maneweaver  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 3605;\n\n/*  Alanna Raveneye  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.95 WHERE `entry` = 3606;\n\n/*  Androl Oakhand  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 3607;\n\n/*  Aldia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3608;\n\n/*  Shalomon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3609;\n\n/*  Jeena Featherbow  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3610;\n\n/*  Brannol Eaglemoon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3611;\n\n/*  Sinda  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3612;\n\n/*  Meri Ironweave  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3613;\n\n/*  Narret Shadowgrove  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3614;\n\n/*  Devrak  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25 WHERE `entry` = 3615;\n\n/*  Lordaeron Citizen  */\nUPDATE `creature_template` SET `HealthModifier` = 1.0, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry` = 3617;\n\n/*  Ghost Saber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `RangeAttackTime` = 1947, `mingold` = 6, `maxgold` = 32 WHERE `entry` = 3619;\n\n/*  Harruk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3620;\n\n/*  Grokor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3622;\n\n/*  [UNUSED] Tursk  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3623;\n\n/*  Zudd  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3624;\n\n/*  Jenn Langston  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3626;\n\n/*  Erich Lohan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3627;\n\n/*  Steven Lohan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3628;\n\n/*  David Langston  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3629;\n\n/*  Deviate Coiler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3630;\n\n/*  Deviate Stinglash  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3631;\n\n/*  Deviate Creeper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3632;\n\n/*  Deviate Slayer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3633;\n\n/*  Deviate Stalker  */\nUPDATE `creature_template` SET `minlevel` = 15, `maxlevel` = 17, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3634;\n\n/*  Devouring Ectoplasm  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3638;\n\n/*  Sentinel Tysha Moonblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3639;\n\n/*  Deviate Lurker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3641;\n\n/*  Deviate Horror  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3642;\n\n/*  Cerellean Whiteclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3644;\n\n/*  Thundris Windweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3649;\n\n/*  Asterion  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3650;\n\n/*  Trigore the Lasher  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `rank` = 2, `DamageModifier` = 3.9, `HealthModifier` = 3.0, `ArmorModifier` = 0.95, `mingold` = 25, `maxgold` = 125 WHERE `entry` = 3652;\n\n/*  Kresh  */\nUPDATE `creature_template` SET `ArmorModifier` = 5.0 WHERE `entry` = 3653;\n\n/*  Mutanus the Devourer  */\nUPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `DamageModifier` = 2.3, `ArmorModifier` = 0.95, `mingold` = 50, `maxgold` = 270 WHERE `entry` = 3654;\n\n/*  Mad Magglish  */\nUPDATE `creature_template` SET `minlevel` = 18, `maxlevel` = 18, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3655;\n\n/*  Sentinel Elissa Starbreeze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3657;\n\n/*  Lizzarik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3658;\n\n/*  Jorb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3659;\n\n/*  Balthule Shadowstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3661;\n\n/*  Delgren the Purifier  */\n\n\n/*  Ilkrud Magthrull  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 3664;\n\n/*  Crane Operator Bigglefuzz  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3665;\n\n/*  Wizbang Cranktoggle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3666;\n\n/*  Anaya Dawnrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3667;\n\n/*  Tortured Highborne Soul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3668;\n\n/*  Lord Cobrahn  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry` = 3669;\n\n/*  Lord Pythas  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `DamageModifier` = 2.85 WHERE `entry` = 3670;\n\n/*  Boahn  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `rank` = 2, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 3672;\n\n/*  Lord Serpentis  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `DamageModifier` = 2.85 WHERE `entry` = 3673;\n\n/*  Skum  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `ArmorModifier` = 0.95 WHERE `entry` = 3674;\n\n/*  Disciple of Naralex  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.0, `ManaModifier` = 2.0 WHERE `entry` = 3678;\n\n/*  Naralex  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3679;\n\n/*  Serpentbloom Snake  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 6.65 WHERE `entry` = 3680;\n\n/*  Wisp  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry` = 3681;\n\n/*  Kiknikle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3683;\n\n/*  Pizznukle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 3684;\n\n/*  Harb Clawhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3685;\n\n/*  Reban Freerunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3688;\n\n/*  Laer Stepperunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3689;\n\n/*  Kar Stormsinger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3690;\n\n/*  Raene Wolfrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.1 WHERE `entry` = 3691;\n\n/*  Terenthis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3693;\n\n/*  Sentinel Selarin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `RangeAttackTime` = 1991 WHERE `entry` = 3694;\n\n/*  Kyln Longclaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3697;\n\n/*  Bolyun  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1, `unit_class` = 1 WHERE `entry` = 3698;\n\n/*  Nerra  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3699;\n\n/*  Jadenvis Seawatcher  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 3700;\n\n/*  Tharnariun Treetender  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3701;\n\n/*  Alanndarian Nightsong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry` = 3702;\n\n/*  Krulmoo Fullmoon  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 3703;\n\n/*  Mahani  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 0.95 WHERE `entry` = 3704;\n\n/*  Gahroot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3705;\n\n/*  Tai'jin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3706;\n\n/*  Ken'jai  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3707;\n\n/*  [UNUSED] Wrathtail Tide Princess  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 3718;\n\n/*  Mystlash Hydra  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry` = 3721;\n\n/*  Mystlash Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.9, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 34 WHERE `entry` = 3722;\n\n/*  Dark Strand Cultist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry` = 3725;\n\n/*  Dark Strand Adept  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3728;\n\n/*  Dark Strand Excavator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 3730;\n\n/*  Forsaken Seeker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3732;\n\n/*  Forsaken Herbalist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 3733;\n\n/*  Forsaken Thug  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 3734;\n\n/*  Apothecary Falthis  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 3735;\n\n/*  Darkslayer Mordenthal  */\nUPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 1.05 WHERE `entry` = 3736;\n\n/*  Foulweald Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3743;\n\n/*  Foulweald Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3745;\n\n/*  Foulweald Den Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3746;\n\n/*  Foulweald Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3748;\n\n/*  Foulweald Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3749;\n\n/*  Felmusk Felsworn  */\nUPDATE `creature_template` SET `minlevel` = 25 WHERE `entry` = 3762;\n\n/*  Bleakheart Shadowstalker  */\nUPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` = 3770;\n\n/*  Akkrilus  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1567 WHERE `entry` = 3773;\n\n/*  Aelyssa  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3777;\n\n/*  Myielea Starwhisper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3778;\n\n/*  Syurana  */\nUPDATE `creature_template` SET `subname` = 'Trade Goods Supplies', `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 3779;\n\n/*  Shadethicket Moss Eater  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 3780;\n\n/*  Shadethicket Wood Shaper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3781;\n\n/*  Shadethicket Stone Mover  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3782;\n\n/*  Shadethicket Raincaller  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3783;\n\n/*  Shadethicket Bark Ripper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3784;\n\n/*  Terrowulf Packlord  */\nUPDATE `creature_template` SET `minlevel` = 32, `DamageModifier` = 5.090909, `ArmorModifier` = 0.85, `BaseAttackTime` = 1375, `RangeAttackTime` = 1512 WHERE `entry` = 3792;\n\n/*  Initiate Druid  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3793;\n\n/*  Druid of the Talon  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 1.0, `ManaModifier` = 1.0, `BaseAttackTime` = 2000, `unit_class` = 1 WHERE `entry` = 3794;\n\n/*  Druid of the Claw  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 1.0, `ManaModifier` = 1.0, `BaseAttackTime` = 2000, `unit_class` = 1 WHERE `entry` = 3795;\n\n/*  Druid of the Wild  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3796;\n\n/*  Cenarion Protector  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 0.9 WHERE `entry` = 3797;\n\n/*  Severed Druid  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.9, `mingold` = 13, `maxgold` = 133 WHERE `entry` = 3799;\n\n/*  Severed Sleeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3801;\n\n/*  Severed Dreamer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3802;\n\n/*  Severed Keeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 3803;\n\n/*  Forsaken Infiltrator  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.65 WHERE `entry` = 3806;\n\n/*  Ashenvale Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry` = 3809;\n\n/*  Elder Ashenvale Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry` = 3810;\n\n/*  Giant Ashenvale Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry` = 3811;\n\n/*  Clattering Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 3812;\n\n/*  Spined Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 3814;\n\n/*  Blink Dragon  */\nUPDATE `creature_template` SET `maxlevel` = 27 WHERE `entry` = 3815;\n\n/*  Ghostpaw Alpha  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 3825;\n\n/*  Rabid Ghostpaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3826;\n\n/*  [UNUSED] Ancient Guardian  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry` = 3831;\n\n/*  Cenarion Steward  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3832;\n\n/*  Biletoad  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.65 WHERE `entry` = 3835;\n\n/*  Mountaineer Pebblebitty  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.95, `RangeAttackTime` = 1727 WHERE `entry` = 3836;\n\n/*  Vesprystus  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 3838;\n\n/*  Voidlasher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3839;\n\n/*  Druid of the Fang  */\nUPDATE `creature_template` SET `maxlevel` = 20 WHERE `entry` = 3840;\n\n/*  Caylais Moonfeather  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 3841;\n\n/*  Brombar Higgleby  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3842;\n\n/*  Anaya  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2057 WHERE `entry` = 3843;\n\n/*  Healing Ward IV  */\nUPDATE `creature_template` SET `DamageModifier` = 0.25, `ArmorModifier` = 0.95 WHERE `entry` = 3844;\n\n/*  Talen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 3846;\n\n/*  Orendil Broadleaf  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3847;\n\n/*  Kayneth Stillwind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3848;\n\n/*  Deathstalker Adamant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry` = 3849;\n\n/*  Shadowfang Bloodhowler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3852;\n\n/*  Shadowfang Moonwalker  */\nUPDATE `creature_template` SET `maxlevel` = 20 WHERE `entry` = 3853;\n\n/*  Shadowfang Wolfguard  */\nUPDATE `creature_template` SET `maxlevel` = 21, `DamageModifier` = 1.6, `ArmorModifier` = 0.95, `mingold` = 16, `maxgold` = 164 WHERE `entry` = 3854;\n\n/*  Shadowfang Darksoul  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `DamageModifier` = 1.65, `ArmorModifier` = 0.95 WHERE `entry` = 3855;\n\n/*  Shadowfang Glutton  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22 WHERE `entry` = 3857;\n\n/*  Shadowfang Ragetooth  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry` = 3859;\n\n/*  Shadowfang Tainted One  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 3860;\n\n/*  Bleak Worg  */\nUPDATE `creature_template` SET `maxlevel` = 19 WHERE `entry` = 3861;\n\n/*  Slavering Worg  */\nUPDATE `creature_template` SET `maxlevel` = 19, `DamageModifier` = 1.666667 WHERE `entry` = 3862;\n\n/*  Lupine Horror  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `ArmorModifier` = 0.95 WHERE `entry` = 3863;\n\n/*  Fel Steed  */\nUPDATE `creature_template` SET `maxlevel` = 20 WHERE `entry` = 3864;\n\n/*  Shadow Charger  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `mingold` = 15, `maxgold` = 75 WHERE `entry` = 3865;\n\n/*  Vile Bat  */\nUPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `ArmorModifier` = 0.9 WHERE `entry` = 3866;\n\n/*  Blood Seeker  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `ArmorModifier` = 0.95 WHERE `entry` = 3868;\n\n/*  Lesser Gargoyle  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3869;\n\n/*  Stone Sleeper  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3870;\n\n/*  Deathsworn Captain  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 1.5, `ArmorModifier` = 0.85, `RangeAttackTime` = 1595, `mingold` = 29, `maxgold` = 145 WHERE `entry` = 3872;\n\n/*  Tormented Officer  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry` = 3873;\n\n/*  Haunted Servitor  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `ArmorModifier` = 0.9 WHERE `entry` = 3875;\n\n/*  Traumatized Spirit  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 3876;\n\n/*  Wailing Guardsman  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22 WHERE `entry` = 3877;\n\n/*  Magthrull's Doomguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3878;\n\n/*  Dark Strand Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 60 WHERE `entry` = 3879;\n\n/*  Sentinel Melyria Frostshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3880;\n\n/*  Zlagk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3882;\n\n/*  Moodan Sungrain  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 3883;\n\n/*  Jhawna Oatwind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3884;\n\n/*  Sentinel Velene Starstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3885;\n\n/*  Razorclaw the Butcher  */\nUPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `DamageModifier` = 2.45 WHERE `entry` = 3886;\n\n/*  Baron Silverlaine  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `ArmorModifier` = 0.95 WHERE `entry` = 3887;\n\n/*  Brakgul Deathbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry` = 3890;\n\n/*  Teronis' Corpse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3891;\n\n/*  Relara Whitemoon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 3892;\n\n/*  Forsaken Scout  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1925, `mingold` = 10, `maxgold` = 88 WHERE `entry` = 3893;\n\n/*  Captain Noteo  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3895;\n\n/*  Captain Hart  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3896;\n\n/*  Krolg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 3897;\n\n/*  Aligar the Tormentor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 90 WHERE `entry` = 3898;\n\n/*  Balizar the Umbrage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 52 WHERE `entry` = 3899;\n\n/*  Caedakar the Vicious  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.9, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 63 WHERE `entry` = 3900;\n\n/*  Illiyana  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 3901;\n\n/*  Dagri  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3915;\n\n/*  Shael'dryn  */\nUPDATE `creature_template` SET `DamageModifier` = 3.55 WHERE `entry` = 3916;\n\n/*  Befouled Water Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286 WHERE `entry` = 3917;\n\n/*  Withered Ancient  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 3919;\n\n/*  Thistlefur Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3921;\n\n/*  Thistlefur Den Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3923;\n\n/*  Thistlefur Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3924;\n\n/*  Thistlefur Avenger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3925;\n\n/*  Thistlefur Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3926;\n\n/*  Wolf Master Nandos  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry` = 3927;\n\n/*  Rotting Slime  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3928;\n\n/*  Shadethicket Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 3931;\n\n/*  Bloodtooth Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 3932;\n\n/*  Hai'zan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3933;\n\n/*  Toddrick  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3935;\n\n/*  Shandris Feathermoon  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 1.0 WHERE `entry` = 3936;\n\n/*  Kira Songshine  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3937;\n\n/*  Roth Bluntblade  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3938;\n\n/*  Taneel Darkwood  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 3940;\n\n/*  Uthil Mooncall  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 3941;\n\n/*  Mavoris Cloudsbreak  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 3942;\n\n/*  Ruuzel  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 3943;\n\n/*  Caravaneer Ruzzgot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.65 WHERE `entry` = 3945;\n\n/*  Velinde Starsong  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `DamageModifier` = 0.2, `RangeAttackTime` = 2200 WHERE `entry` = 3946;\n\n/*  Honni Goldenoat  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3948;\n\n/*  Minor Water Guardian  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `dmgschool` = 4, `DamageModifier` = 4.15, `RangeAttackTime` = 2200 WHERE `entry` = 3950;\n\n/*  Aeolynn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3952;\n\n/*  Shandrina  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3955;\n\n/*  Harklan Moongrove  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3956;\n\n/*  Jainay Featherbreeze  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3957;\n\n/*  Ulthaan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 3960;\n\n/*  Danlaar Nightstride  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 3963;\n\n/*  Kylanna  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 0.95 WHERE `entry` = 3964;\n\n/*  Cylania Rootstalker  */\nUPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.9 WHERE `entry` = 3965;\n\n/*  Kaleem  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3966;\n\n/*  Aayndia Floralwind  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry` = 3967;\n\n/*  Agro 5  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 5.0 WHERE `entry` = 3971;\n\n/*  Agro 7  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 7.0 WHERE `entry` = 3972;\n\n/*  Agro 10  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 10.0 WHERE `entry` = 3973;\n\n/*  Houndmaster Loksey  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 3974;\n\n/*  Herod  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 3.52 WHERE `entry` = 3975;\n\n/*  Scarlet Commander Mograine  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 2.590909, `ArmorModifier` = 0.9 WHERE `entry` = 3976;\n\n/*  High Inquisitor Whitemane  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 2.15, `ArmorModifier` = 0.9 WHERE `entry` = 3977;\n\n/*  Vorrel Sengutz  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry` = 3981;\n\n/*  Monika Sengutz  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 3982;\n\n/*  Nancy Vishas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 3984;\n\n/*  Grandpa Vishas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 3985;\n\n/*  Dal Bloodclaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 3987;\n\n/*  Venture Co. Logger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 3989;\n\n/*  Venture Co. Cutter  */\nUPDATE `creature_template` SET `minlevel` = 16, `detection_range` = 18.0 WHERE `entry` = 3990;\n\n/*  Witch Doctor Jin'Zil  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 3995;\n\n/*  Faldreas Goeth'Shael  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 3996;\n\n/*  Venture Co. Overboss  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 3997;\n\n/*  Windshear Vermin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.818182, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 34 WHERE `entry` = 3998;\n\n/*  Windshear Digger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 3999;\n\n/*  Windshear Tunnel Rat  */\nUPDATE `creature_template` SET `DamageModifier` = 1.620112, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969, `mingold` = 6, `maxgold` = 29 WHERE `entry` = 4001;\n\n/*  Windshear Stonecutter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.704545, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 45 WHERE `entry` = 4002;\n\n/*  Sap Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 4020;\n\n/*  Bloodfury Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 4024;\n\n/*  Bloodfury Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 4025;\n\n/*  Blackened Ancient  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4029;\n\n/*  Vengeful Ancient  */\nUPDATE `creature_template` SET `minlevel` = 30, `DamageModifier` = 4.642857, `ArmorModifier` = 0.9, `RangeAttackTime` = 1540 WHERE `entry` = 4030;\n\n/*  Charred Stone Spirit  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4033;\n\n/*  Enraged Stone Spirit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 1.25 WHERE `entry` = 4034;\n\n/*  Furious Stone Spirit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.3 WHERE `entry` = 4035;\n\n/*  Dinnis  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4039;\n\n/*  Galthuk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 4043;\n\n/*  JEFF CHOW TEST  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4045;\n\n/*  Zor Lonetree  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 4047;\n\n/*  Falfindel Waywarder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4048;\n\n/*  Seereth Stonebreak  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4049;\n\n/*  Cenarion Caretaker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4050;\n\n/*  Cenarion Druid  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4052;\n\n/*  Laughing Sister  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4054;\n\n/*  Mirkfallon Glade Strider  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4055;\n\n/*  Mirkfallon Keeper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4056;\n\n/*  Forest Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 4059;\n\n/*  Mirkfallon Dryad  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4061;\n\n/*  Feeboz  */\nUPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry` = 4063;\n\n/*  Blackrock Scout  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4064;\n\n/*  Blackrock Sentry  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4065;\n\n/*  Nal'taszar  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.071429, `HealthModifier` = 3.0, `BaseAttackTime` = 1400 WHERE `entry` = 4066;\n\n/*  Twilight Runner  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4067;\n\n/*  Serpent Messenger  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.6 WHERE `entry` = 4068;\n\n/*  Venture Co. Planner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4069;\n\n/*  Venture Co. Grinder  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4071;\n\n/*  Prisoner of Jin'Zil  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4072;\n\n/*  Roach  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 4076;\n\n/*  Collin Mauren  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 4078;\n\n/*  Kaela Shadowspear  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4080;\n\n/*  Lomac Gearstrip  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4081;\n\n/*  Grawnal  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 4082;\n\n/*  Jeeda  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4083;\n\n/*  Chylina  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4084;\n\n/*  Nizzik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4085;\n\n/*  Veenix  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4086;\n\n/*  Arias'ta Bladesinger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 4087;\n\n/*  Elanaria  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 4088;\n\n/*  Sildanair  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4089;\n\n/*  Astarii Starseeker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry` = 4090;\n\n/*  Jandria  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 4091;\n\n/*  Lariia  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 4092;\n\n/*  Galak Wrangler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4093;\n\n/*  Galak Scout  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4094;\n\n/*  Galak Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 4095;\n\n/*  Galak Windchaser  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4096;\n\n/*  Galak Stormer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4097;\n\n/*  Galak Pack Runner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `BaseAttackTime` = 2000 WHERE `entry` = 4098;\n\n/*  Galak Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4099;\n\n/*  Screeching Roguefeather  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4101;\n\n/*  Highperch Patriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4110;\n\n/*  Gravelsnout Digger  */\nUPDATE `creature_template` SET `mingold` = 13, `maxgold` = 63 WHERE `entry` = 4113;\n\n/*  [UNUSED] Gravelsnout Ambusher  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 4115;\n\n/*  Thundering Boulderkin  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.966667 WHERE `entry` = 4120;\n\n/*  Wandering Boulderkin  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4121;\n\n/*  Needles Cougar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 4124;\n\n/*  Crag Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4126;\n\n/*  Jeen'ra Nightrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry` = 4138;\n\n/*  Scorpid Terror  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 4139;\n\n/*  Scorpid Reaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 4140;\n\n/*  Jocaste  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 4146;\n\n/*  Kesteryth  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4149;\n\n/*  Kysandia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4153;\n\n/*  Idriana  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4155;\n\n/*  Astaia  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4156;\n\n/*  Kitari Farseeker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4157;\n\n/*  Me'lynn  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry` = 4159;\n\n/*  Ainethil  */\nUPDATE `creature_template` SET `subname` = 'Artisan Alchemist', `DamageModifier` = 0.95 WHERE `entry` = 4160;\n\n/*  Lysheana  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 4161;\n\n/*  Syurna  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4163;\n\n/*  Elissa Dumas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry` = 4165;\n\n/*  Gazelle  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 4166;\n\n/*  Ellandrieth  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 4170;\n\n/*  Siannai  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4174;\n\n/*  Ki'rasia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4176;\n\n/*  Shaia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4178;\n\n/*  Freillania  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4179;\n\n/*  Dalmond  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 4182;\n\n/*  Naram Longclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4183;\n\n/*  Shaldyn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4185;\n\n/*  Mavralyn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 4186;\n\n/*  Harlon Thornguard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry` = 4187;\n\n/*  Illyanie  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4188;\n\n/*  Valdaron  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 4189;\n\n/*  Kyndri  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 4190;\n\n/*  Allyndia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 4191;\n\n/*  Taldan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 4192;\n\n/*  Grondal Moonbreeze  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.95 WHERE `entry` = 4193;\n\n/*  Ullanna  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 4194;\n\n/*  Tiyani  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 4195;\n\n/*  Silithid Swarm  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 4196;\n\n/*  Ken'zigla  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4197;\n\n/*  Braelyn Firehand  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 4198;\n\n/*  Laird  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 4200;\n\n/*  Ziz Fizziks  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4201;\n\n/*  Firodren Mooncaller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4204;\n\n/*  Dorion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 4205;\n\n/*  Talar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4206;\n\n/*  Valyen Wolfsong  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 1 WHERE `entry` = 4207;\n\n/*  Lairn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4208;\n\n/*  Garryeth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4209;\n\n/*  Alegorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4210;\n\n/*  Dannelor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4211;\n\n/*  Telonis  */\nUPDATE `creature_template` SET `subname` = 'Artisan Leatherworker', `DamageModifier` = 0.95 WHERE `entry` = 4212;\n\n/*  Taladan  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry` = 4213;\n\n/*  Erion Shadewhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 4214;\n\n/*  Chardryn  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 4216;\n\n/*  Mathrengyl Bearwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry` = 4217;\n\n/*  Denatharion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 4218;\n\n/*  Fylerian Nightwing  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 4219;\n\n/*  Cyroen  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 4220;\n\n/*  Voloren  */\nUPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry` = 4222;\n\n/*  Fyldan  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry` = 4223;\n\n/*  Talegon  */\nUPDATE `creature_template` SET `subname` = 'Cartography Supplier', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4224;\n\n/*  Mythrin'dir  */\nUPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry` = 4229;\n\n/*  Urthoniir  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4237;\n\n/*  Lewin Starfeather  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4239;\n\n/*  Mydrannul  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 4241;\n\n/*  Mistrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4245;\n\n/*  Moonprowler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4246;\n\n/*  Stonepaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4247;\n\n/*  Galak Packhound  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4250;\n\n/*  Goblin Racer  */\nUPDATE `creature_template` SET `speed_run` = 2.85714, `ArmorModifier` = 1.35 WHERE `entry` = 4251;\n\n/*  Gnome Racer  */\nUPDATE `creature_template` SET `speed_run` = 2.85714, `ArmorModifier` = 1.35 WHERE `entry` = 4252;\n\n/*  Bear Form (Night Elf Druid)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 4253;\n\n/*  Geofram Bouldertoe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4254;\n\n/*  Brogus Thunderbrew  */\nUPDATE `creature_template` SET `subname` = 'Food and Drink' WHERE `entry` = 4255;\n\n/*  Golnir Bouldertoe  */\nUPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry` = 4256;\n\n/*  Lana Thunderbrew  */\n\n\n/*  Bengus Deepforge  */\nUPDATE `creature_template` SET `subname` = 'Artisan Blacksmith', `DamageModifier` = 0.65, `ArmorModifier` = 0.5 WHERE `entry` = 4258;\n\n/*  Bear Form (Tauren Druid)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 4261;\n\n/*  Darnassus Sentinel  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.7, `HealthModifier` = 2.0 WHERE `entry` = 4262;\n\n/*  Deepmoss Matriarch  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1947 WHERE `entry` = 4264;\n\n/*  Nyoma  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4265;\n\n/*  Danlyia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 4266;\n\n/*  Daelyshia  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25 WHERE `entry` = 4267;\n\n/*  Fenrus the Devourer  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 3.25, `ArmorModifier` = 0.95 WHERE `entry` = 4274;\n\n/*  Archmage Arugal  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `ArmorModifier` = 0.95 WHERE `entry` = 4275;\n\n/*  Piznik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4276;\n\n/*  Eye of Kilrogg  */\nUPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `HealthModifier` = 1.0, `unit_class` = 1 WHERE `entry` = 4277;\n\n/*  Commander Springvale  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `DamageModifier` = 2.5, `ArmorModifier` = 0.9 WHERE `entry` = 4278;\n\n/*  Odo the Blindwatcher  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `DamageModifier` = 2.0 WHERE `entry` = 4279;\n\n/*  Scarlet Preserver  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 4280;\n\n/*  Scarlet Scout  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 4281;\n\n/*  Scarlet Magician  */\nUPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 4282;\n\n/*  Scarlet Sentry  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 4283;\n\n/*  Scarlet Augur  */\nUPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0 WHERE `entry` = 4284;\n\n/*  Scarlet Disciple  */\nUPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0 WHERE `entry` = 4285;\n\n/*  Scarlet Soldier  */\nUPDATE `creature_template` SET `maxlevel` = 36, `ArmorModifier` = 1.5 WHERE `entry` = 4286;\n\n/*  Scarlet Beastmaster  */\nUPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 35 WHERE `entry` = 4288;\n\n/*  Scarlet Evoker  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37 WHERE `entry` = 4289;\n\n/*  Scarlet Guardsman  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `DamageModifier` = 2.678571 WHERE `entry` = 4290;\n\n/*  Scarlet Diviner  */\nUPDATE `creature_template` SET `maxlevel` = 35 WHERE `entry` = 4291;\n\n/*  Scarlet Protector  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `ArmorModifier` = 1.5 WHERE `entry` = 4292;\n\n/*  Scarlet Scryer  */\nUPDATE `creature_template` SET `mingold` = 70, `maxgold` = 504 WHERE `entry` = 4293;\n\n/*  Scarlet Myrmidon  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 2 WHERE `entry` = 4295;\n\n/*  Scarlet Conjuror  */\nUPDATE `creature_template` SET `maxlevel` = 36 WHERE `entry` = 4297;\n\n/*  Scarlet Defender  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `ArmorModifier` = 1.5 WHERE `entry` = 4298;\n\n/*  Scarlet Chaplain  */\nUPDATE `creature_template` SET `maxlevel` = 36, `ArmorModifier` = 0.95 WHERE `entry` = 4299;\n\n/*  Scarlet Wizard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 4300;\n\n/*  Scarlet Centurion  */\nUPDATE `creature_template` SET `DamageModifier` = 2.75 WHERE `entry` = 4301;\n\n/*  Scarlet Champion  */\nUPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 2.0, `ArmorModifier` = 0.95 WHERE `entry` = 4302;\n\n/*  Scarlet Abbot  */\nUPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 2.0, `ArmorModifier` = 0.95 WHERE `entry` = 4303;\n\n/*  Scarlet Tracking Hound  */\nUPDATE `creature_template` SET `maxlevel` = 34, `DamageModifier` = 1.7 WHERE `entry` = 4304;\n\n/*  Kriggon Talsone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4305;\n\n/*  Scarlet Torturer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.3 WHERE `entry` = 4306;\n\n/*  Heldan Galesong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4307;\n\n/*  Unfettered Spirit  */\nUPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `DamageModifier` = 0.95, `ArmorModifier` = 1.45 WHERE `entry` = 4308;\n\n/*  Cor Grimtotem  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry` = 4310;\n\n/*  Tharm  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4312;\n\n/*  [UNUSED] [PH] Ambassador Saylaton Gravehoof  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4313;\n\n/*  Gorkas  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4314;\n\n/*  [UNUSED] Guthrin Gravehoof  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4315;\n\n/*  Nyse  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4317;\n\n/*  [UNUSED] Delyka  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4318;\n\n/*  Thyssiana  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4319;\n\n/*  Caelyb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4320;\n\n/*  Baldruc  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4321;\n\n/*  Corthryn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4322;\n\n/*  Searing Hatchling  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42 WHERE `entry` = 4323;\n\n/*  Searing Whelp  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43 WHERE `entry` = 4324;\n\n/*  Firemane Scalebane  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.95, `HealthModifier` = 3, `ManaModifier` = 2 WHERE `entry` = 4328;\n\n/*  Firemane Scout  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 4.25, `HealthModifier` = 3, `ArmorModifier` = 0.9 WHERE `entry` = 4329;\n\n/*  Firemane Ash Tail  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 4.3, `HealthModifier` = 3, `ManaModifier` =  2.1 WHERE `entry` = 4331;\n\n/*  Firemane Devourer  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4333;\n\n/*  Firemane Flamecaller  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.95, `HealthModifier` = 3, `ManaModifier` = 2 WHERE `entry` = 4334;\n\n/*  Brimgore  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 2.65, `ArmorModifier` = 1.45 WHERE `entry` = 4339;\n\n/*  Mirallia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4340;\n\n/*  Mottled Drywallow Crocolisk  */\nUPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` = 4344;\n\n/*  Drywallow Daggermaw  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry` = 4345;\n\n/*  Noxious Flayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 4346;\n\n/*  Bloodfen Raptor  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry` = 4351;\n\n/*  Bloodfen Razormaw  */\nUPDATE `creature_template` SET `maxlevel` = 40 WHERE `entry` = 4356;\n\n/*  Bloodfen Lashtail  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry` = 4357;\n\n/*  Mirefin Puddlejumper  */\nUPDATE `creature_template` SET `mingold` = 29, `maxgold` = 249 WHERE `entry` = 4358;\n\n/*  Mirefin Murloc  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry` = 4359;\n\n/*  Mirefin Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 55, `maxgold` = 300 WHERE `entry` = 4360;\n\n/*  Mirefin Oracle  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry` = 4363;\n\n/*  Strashaz Warrior  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 4.1 WHERE `entry` = 4364;\n\n/*  Strashaz Sorceress  */\nUPDATE `creature_template` SET `DamageModifier` = 4.2 WHERE `entry` = 4370;\n\n/*  Strashaz Siren  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 4.1 WHERE `entry` = 4371;\n\n/*  Strashaz Hydra  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.05 WHERE `entry` = 4374;\n\n/*  Darkmist Spider  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry` = 4376;\n\n/*  Darkmist Hatchling  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `HealthModifier` = 1.15 WHERE `entry` = 4377;\n\n/*  Darkmist Silkspinner  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry` = 4379;\n\n/*  Darkmist Widow  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `rank` = 4 WHERE `entry` = 4380;\n\n/*  Withervine Creeper  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `speed_walk` = 0.666668, `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry` = 4382;\n\n/*  Withervine Rager  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 4385;\n\n/*  Withervine Bark Ripper  */\nUPDATE `creature_template` SET `mingold` = 29, `maxgold` = 190 WHERE `entry` = 4386;\n\n/*  Withervine Mire Beast  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 0.9 WHERE `entry` = 4387;\n\n/*  Young Murk Thresher  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 41 WHERE `entry` = 4388;\n\n/*  Murk Thresher  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43 WHERE `entry` = 4389;\n\n/*  Elder Murk Thresher  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 45 WHERE `entry` = 4390;\n\n/*  Swamp Ooze  */\nUPDATE `creature_template` SET `maxlevel` = 39, `ArmorModifier` = 1.5, `mingold` = 28, `maxgold` = 186 WHERE `entry` = 4391;\n\n/*  Corrosive Swamp Ooze  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 1.5, `mingold` = 43, `maxgold` = 289 WHERE `entry` = 4392;\n\n/*  Acidic Swamp Ooze  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 4393;\n\n/*  Bubbling Swamp Ooze  */\nUPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0, `ArmorModifier` = 1.45 WHERE `entry` = 4394;\n\n/*  Blistering Swamp Ooze  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4395;\n\n/*  Mudrock Tortoise  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 4396;\n\n/*  Mudrock Spikeshell  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `ArmorModifier` = 1.5 WHERE `entry` = 4397;\n\n/*  Mudrock Burrower  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 4398;\n\n/*  Mudrock Borer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 4399;\n\n/*  Mudrock Snapjaw  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `ArmorModifier` = 1.5 WHERE `entry` = 4400;\n\n/*  Muckshell Clacker  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 4401;\n\n/*  Muckshell Snapclaw  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.45, `mingold` = 41, `maxgold` = 215 WHERE `entry` = 4402;\n\n/*  Muckshell Pincer  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `DamageModifier` = 0.8, `ArmorModifier` = 0.65 WHERE `entry` = 4403;\n\n/*  Muckshell Scrabbler  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `ArmorModifier` = 1.5 WHERE `entry` = 4404;\n\n/*  Muckshell Razorclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5, `mingold` = 44, `maxgold` = 375 WHERE `entry` = 4405;\n\n/*  Teloren  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4407;\n\n/*  Gatekeeper Kordurus  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4409;\n\n/*  Darkfang Creeper  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry` = 4412;\n\n/*  Darkfang Venomspitter  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry` = 4414;\n\n/*  Giant Darkfang Spider  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `DamageModifier` = 1.2 WHERE `entry` = 4415;\n\n/*  Defias Strip Miner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4416;\n\n/*  Defias Wizard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 4418;\n\n/*  Race Master Kronkrider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4419;\n\n/*  Overlord Ramtusk  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 1.6 WHERE `entry` = 4420;\n\n/*  Charlga Razorflank  */\nUPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 1.65 WHERE `entry` = 4421;\n\n/*  Agathelos the Raging  */\nUPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33 WHERE `entry` = 4422;\n\n/*  Darnassian Protector  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.35, `ArmorModifier` = 1.2 WHERE `entry` = 4423;\n\n/*  Aggem Thorncurse  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `ArmorModifier` = 0.95 WHERE `entry` = 4424;\n\n/*  Blind Hunter  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 4.55, `ArmorModifier` = 0.85, `RangeAttackTime` = 1521 WHERE `entry` = 4425;\n\n/*  Ward Guardian  */\nUPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31 WHERE `entry` = 4427;\n\n/*  Death Speaker Jargba  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30 WHERE `entry` = 4428;\n\n/*  Razorfen Quilguard  */\nUPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry` = 4436;\n\n/*  Razorfen Warden  */\nUPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry` = 4437;\n\n/*  Razorfen Spearhide  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30 WHERE `entry` = 4438;\n\n/*  [UNUSED] Charlga's Bodyguard  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 4439;\n\n/*  Razorfen Defender  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry` = 4442;\n\n/*  Wazza  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4443;\n\n/*  Deathstalker Vincent  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 4444;\n\n/*  Griznak  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4445;\n\n/*  Mazzer Stripscrew  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4446;\n\n/*  Crazzle Sprysprocket  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4449;\n\n/*  Rugfizzle  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4450;\n\n/*  Auld Stonespire  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4451;\n\n/*  Kravel Koalbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4452;\n\n/*  Wizzle Brassbolts  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4453;\n\n/*  Red Jack Flint  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4455;\n\n/*  Fiora Longears  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 4456;\n\n/*  Murkgill Hunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 4458;\n\n/*  Blackrock Hunter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.95, `HealthModifier` = 3.0 WHERE `entry` = 4462;\n\n/*  Blackrock Summoner  */\nUPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry` = 4463;\n\n/*  Blackrock Gladiator  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4464;\n\n/*  Vilebranch Warrior  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0 WHERE `entry` = 4465;\n\n/*  Jade Sludge  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `ArmorModifier` = 1.25 WHERE `entry` = 4468;\n\n/*  Emerald Ooze  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0 WHERE `entry` = 4469;\n\n/*  Blighted Zombie  */\nUPDATE `creature_template` SET `maxgold` = 686 WHERE `entry` = 4475;\n\n/*  Screaming Haunt  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4476;\n\n/*  Fardel Dabyrie  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4479;\n\n/*  Kenata Dabyrie  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 4480;\n\n/*  Marcel Dabyrie  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4481;\n\n/*  Vilebranch Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 4482;\n\n/*  Moktar Krin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4483;\n\n/*  Feero Ironhand  */\n\n\n/*  Belgrom Rockmaul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 4485;\n\n/*  Genavie Callow  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 4486;\n\n/*  Kodiak  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4487;\n\n/*  Parqual Fintallas  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4488;\n\n/*  Braug Dimspirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 4489;\n\n/*  Grenka Bloodscreech  */\nUPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31, `speed_walk` = 1.0, `ArmorModifier` = 0.95, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 24, `maxgold` = 120, `DamageModifier` = 1.242236 WHERE `entry` = 4490;\n\n/*  Woof  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4491;\n\n/*  Gnome Pit Boss  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4495;\n\n/*  Captain Quirk  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4497;\n\n/*  Maurin Bonesplitter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `unit_class` = 1 WHERE `entry` = 4498;\n\n/*  Rok'Alim the Pounder  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4499;\n\n/*  Overlord Mok'Morokk  */\nUPDATE `creature_template` SET `DamageModifier` = 3.466667, `HealthModifier` = 8.0, `ArmorModifier` = 0.95 WHERE `entry` = 4500;\n\n/*  Mudcrush Durtfeet  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4503;\n\n/*  Frostmaw  */\nUPDATE `creature_template` SET `mingold` = 29, `maxgold` = 270 WHERE `entry` = 4504;\n\n/*  Bloodsail Deckhand  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry` = 4505;\n\n/*  Bloodsail Swabby  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry` = 4506;\n\n/*  Daisy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 4507;\n\n/*  Sargath  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 4509;\n\n/*  Heralath Fallowbrook  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 4510;\n\n/*  Rotting Agam'ar  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `ArmorModifier` = 0.95 WHERE `entry` = 4512;\n\n/*  Raging Agam'ar  */\nUPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry` = 4514;\n\n/*  Death's Head Acolyte  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry` = 4515;\n\n/*  Death's Head Adept  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry` = 4516;\n\n/*  Death's Head Priest  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27 WHERE `entry` = 4517;\n\n/*  Death's Head Sage  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `ArmorModifier` = 0.9 WHERE `entry` = 4518;\n\n/*  Death's Head Seer  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry` = 4519;\n\n/*  Razorfen Geomancer  */\nUPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry` = 4520;\n\n/*  Treshala Fallowbrook  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4521;\n\n/*  Razorfen Dustweaver  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry` = 4522;\n\n/*  Razorfen Groundshaker  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry` = 4523;\n\n/*  Razorfen Earthbreaker  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry` = 4525;\n\n/*  Wind Howler  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `DamageModifier` = 1, `ArmorModifier` = 0.95 WHERE `entry` = 4526;\n\n/*  Stone Rumbler  */\nUPDATE `creature_template` SET `maxlevel` = 28, `DamageModifier` = 1.0, `ArmorModifier` = 2.0 WHERE `entry` = 4528;\n\n/*  Razorfen Handler  */\nUPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry` = 4530;\n\n/*  Razorfen Beast Trainer  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry` = 4531;\n\n/*  Razorfen Beastmaster  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry` = 4532;\n\n/*  Tamed Hyena  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `DamageModifier` = 1.25 WHERE `entry` = 4534;\n\n/*  Tamed Battleboar  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `DamageModifier` = 1.0, `ArmorModifier` = 0.9 WHERE `entry` = 4535;\n\n/*  Kraul Bat  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry` = 4538;\n\n/*  Greater Kraul Bat  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32 WHERE `entry` = 4539;\n\n/*  Scarlet Monk  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `DamageModifier` = 2.4, `ArmorModifier` = 0.25 WHERE `entry` = 4540;\n\n/*  Blood of Agamaggan  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27 WHERE `entry` = 4541;\n\n/*  High Inquisitor Fairbanks  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 4542;\n\n/*  Bloodmage Thalnos  */\nUPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `ArmorModifier` = 0.95 WHERE `entry` = 4543;\n\n/*  Krueg Skullsplitter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4544;\n\n/*  Nag'zehn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4545;\n\n/*  Tarkreu Shadowstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4547;\n\n/*  William Montague  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4549;\n\n/*  Ophelia Montague  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4550;\n\n/*  Michael Garrett  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 4551;\n\n/*  Eunice Burch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4552;\n\n/*  Ronald Burch  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry` = 4553;\n\n/*  Eleanor Rusk  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 4555;\n\n/*  Daniel Bartlett  */\nUPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry` = 4561;\n\n/*  Thomas Mordan  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 4562;\n\n/*  Kaal Soulreaper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 4563;\n\n/*  Richard Kerwin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4565;\n\n/*  Kaelystia Hatebringer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry` = 4566;\n\n/*  Anastasia Hartwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4568;\n\n/*  Armand Cromwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4573;\n\n/*  Lizbeth Cromwell  */\nUPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry` = 4574;\n\n/*  Hannah Akeley  */\nUPDATE `creature_template` SET `subname` = 'Reagent Supplier' WHERE `entry` = 4575;\n\n/*  Josef Gregorian  */\nUPDATE `creature_template` SET `subname` = 'Artisan Tailor', `DamageModifier` = 0.95 WHERE `entry` = 4576;\n\n/*  Josephine Lister  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4578;\n\n/*  [UNUSED] Alexander Lister  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4579;\n\n/*  Carolyn Ward  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4582;\n\n/*  Gregory Charles  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 4584;\n\n/*  Ezekiel Graves  */\nUPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry` = 4585;\n\n/*  Graham Van Talen  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 1.15, `ArmorModifier` = 1.15 WHERE `entry` = 4586;\n\n/*  Elizabeth Van Talen  */\nUPDATE `creature_template` SET `subname` = 'Engineering Supplier' WHERE `entry` = 4587;\n\n/*  Arthur Moore  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 4588;\n\n/*  Mary Edras  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4591;\n\n/*  Christoph Walker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 4593;\n\n/*  Baltus Fowler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4595;\n\n/*  James Van Brunt  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 1.05 WHERE `entry` = 4596;\n\n/*  Samuel Van Brunt  */\nUPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier' WHERE `entry` = 4597;\n\n/*  Brom Killian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4598;\n\n/*  Sarah Killian  */\nUPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry` = 4599;\n\n/*  Basil Frye  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 4605;\n\n/*  Aelthalyste  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry` = 4606;\n\n/*  Father Lankester  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4607;\n\n/*  Doctor Marsh  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry` = 4609;\n\n/*  Doctor Herbert Halsey  */\nUPDATE `creature_template` SET `subname` = 'Artisan Alchemist' WHERE `entry` = 4611;\n\n/*  Martha Alliestar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4614;\n\n/*  Katrina Alliestar  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 4615;\n\n/*  Lavinia Crowe  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry` = 4616;\n\n/*  Martek the Exiled  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4618;\n\n/*  Geltharis  */\nUPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` = 4619;\n\n/*  Fobeed  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4620;\n\n/*  Rebald Yorglun  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4621;\n\n/*  Quilguard Champion  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry` = 4623;\n\n/*  Booty Bay Bruiser  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry` = 4624;\n\n/*  CHOW Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4626;\n\n/*  Arugal's Voidwalker  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `ArmorModifier` = 0.95, `mingold` = 9, `maxgold` = 45 WHERE `entry` = 4627;\n\n/*  Wharfmaster Lozgil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4631;\n\n/*  Kolkar Centaur  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4632;\n\n/*  Kolkar Scout  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4633;\n\n/*  Kolkar Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4634;\n\n/*  Kolkar Windchaser  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 4635;\n\n/*  Kolkar Battle Lord  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4636;\n\n/*  Kolkar Destroyer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4637;\n\n/*  Magram Scout  */\nUPDATE `creature_template` SET `minlevel` = 32, `speed_walk` = 0.666668 WHERE `entry` = 4638;\n\n/*  Magram Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4639;\n\n/*  Magram Wrangler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4640;\n\n/*  Magram Windchaser  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4641;\n\n/*  Magram Stormer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4642;\n\n/*  Magram Pack Runner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4643;\n\n/*  Magram Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4644;\n\n/*  Magram Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4645;\n\n/*  Gelkis Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4646;\n\n/*  Gelkis Scout  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4647;\n\n/*  Gelkis Stamper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4648;\n\n/*  Gelkis Windchaser  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4649;\n\n/*  Gelkis Earthcaller  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 4651;\n\n/*  Gelkis Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4652;\n\n/*  Gelkis Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4653;\n\n/*  Maraudine Scout  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4654;\n\n/*  Maraudine Wrangler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4655;\n\n/*  Maraudine Mauler  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.15 WHERE `entry` = 4656;\n\n/*  Maraudine Windchaser  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4657;\n\n/*  Maraudine Stormer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4658;\n\n/*  Maraudine Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 4659;\n\n/*  Maraudine Bonepaw  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1782 WHERE `entry` = 4660;\n\n/*  Gelkis Rumbler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 4661;\n\n/*  Burning Blade Augur  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 4663;\n\n/*  Burning Blade Felsworn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.5 WHERE `entry` = 4666;\n\n/*  Burning Blade Shadowmage  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4667;\n\n/*  Burning Blade Conjuror  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4669;\n\n/*  Lesser Infernal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 4676;\n\n/*  Doomwarder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 4677;\n\n/*  Doomwarder Lord  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4683;\n\n/*  Deepstrider Giant  */\nUPDATE `creature_template` SET `DamageModifier` = 2.933333 WHERE `entry` = 4686;\n\n/*  Deepstrider Searcher  */\nUPDATE `creature_template` SET `DamageModifier` = 2.933333 WHERE `entry` = 4687;\n\n/*  Bonepaw Hyena  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 4688;\n\n/*  Starving Bonepaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 4689;\n\n/*  Rabid Bonepaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 4690;\n\n/*  Murderous Bonepaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4691;\n\n/*  Aged Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4700;\n\n/*  Dying Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4701;\n\n/*  Ancient Kodo  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1 WHERE `entry` = 4702;\n\n/*  Raging Kodo  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4703;\n\n/*  Maraudine Pack Runner  */\nUPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `detection_range` = 18.0 WHERE `entry` = 4704;\n\n/*  Zuzubee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4707;\n\n/*  Shreev  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4708;\n\n/*  Slitherblade Myrmidon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.6 WHERE `entry` = 4714;\n\n/*  Slitherblade Tide Priestess  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4717;\n\n/*  Slitherblade Oracle  */\nUPDATE `creature_template` SET `maxlevel` = 35 WHERE `entry` = 4718;\n\n/*  Zangen Stonehoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4721;\n\n/*  Sandstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4724;\n\n/*  Crazed Sandstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4725;\n\n/*  Hulking Gritjaw Basilisk  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.2 WHERE `entry` = 4729;\n\n/*  Lelanai  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4730;\n\n/*  Randal Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `ArmorModifier` = 0.9 WHERE `entry` = 4732;\n\n/*  Kildar  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 4752;\n\n/*  Jartsam  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4753;\n\n/*  Ultham Ironhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `ArmorModifier` = 0.9 WHERE `entry` = 4772;\n\n/*  Felicia Doan  */\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry` = 4775;\n\n/*  Snufflenose Gopher  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 6.65 WHERE `entry` = 4781;\n\n/*  Dawnwatcher Selgorm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4783;\n\n/*  Argent Guard Manados  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4784;\n\n/*  Illusionary Nightmare  */\nUPDATE `creature_template` SET `dmgschool` = 2, `ArmorModifier` = 0.8, `RangeAttackTime` = 1892 WHERE `entry` = 4785;\n\n/*  Argent Guard Thaelrid  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 4787;\n\n/*  Fallenroot Satyr  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4788;\n\n/*  Fallenroot Rogue  */\nUPDATE `creature_template` SET `maxlevel` = 22, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4789;\n\n/*  \"Swamp Eye\" Jarl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4792;\n\n/*  Morgan Stern  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4794;\n\n/*  Fallenroot Shadowstalker  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 2.5 WHERE `entry` = 4798;\n\n/*  Fallenroot Hellcaller  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25 WHERE `entry` = 4799;\n\n/*  Blackfathom Tide Priestess  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.5 WHERE `entry` = 4802;\n\n/*  Blackfathom Oracle  */\nUPDATE `creature_template` SET `maxlevel` = 22, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4803;\n\n/*  Blackfathom Sea Witch  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry` = 4805;\n\n/*  Blackfathom Myrmidon  */\nUPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry` = 4807;\n\n/*  Twilight Acolyte  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `DamageModifier` = 1.2, `RangeAttackTime` = 1604 WHERE `entry` = 4809;\n\n/*  Twilight Reaver  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `RangeAttackTime` = 1567 WHERE `entry` = 4810;\n\n/*  Twilight Aquamancer  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `RangeAttackTime` = 1567 WHERE `entry` = 4811;\n\n/*  Twilight Loreseeker  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `RangeAttackTime` = 1613 WHERE `entry` = 4812;\n\n/*  Twilight Shadowmage  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `RangeAttackTime` = 1567 WHERE `entry` = 4813;\n\n/*  Twilight Elementalist  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `RangeAttackTime` = 1567 WHERE `entry` = 4814;\n\n/*  Murkshallow Snapclaw  */\nUPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry` = 4815;\n\n/*  Murkshallow Shellhide  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 4816;\n\n/*  Blindlight Murloc  */\nUPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry` = 4818;\n\n/*  Blindlight Muckdweller  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry` = 4819;\n\n/*  Blindlight Oracle  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry` = 4820;\n\n/*  Skittering Crustacean  */\nUPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry` = 4821;\n\n/*  Snapping Crustacean  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 1.65, `ArmorModifier` = 0.95 WHERE `entry` = 4822;\n\n/*  Barbed Crustacean  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `DamageModifier` = 0.75, `ArmorModifier` = 1.35, `RangeAttackTime` = 1604 WHERE `entry` = 4823;\n\n/*  Aku'mai Fisher  */\nUPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `ArmorModifier` = 1.9 WHERE `entry` = 4824;\n\n/*  Aku'mai Snapjaw  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `DamageModifier` = 0.75, `ArmorModifier` = 2.0, `RangeAttackTime` = 1595 WHERE `entry` = 4825;\n\n/*  Deep Pool Threshfin  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `ArmorModifier` = 0.95, `RangeAttackTime` = 1595 WHERE `entry` = 4827;\n\n/*  Aku'mai  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `DamageModifier` = 4.5, `ArmorModifier` = 0.9, `RangeAttackTime` = 1558 WHERE `entry` = 4829;\n\n/*  Old Serra'kis  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567 WHERE `entry` = 4830;\n\n/*  Lady Sarevess  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry` = 4831;\n\n/*  Twilight Lord Kelris  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `ArmorModifier` = 0.9, `RangeAttackTime` = 1567 WHERE `entry` = 4832;\n\n/*  Deadmire  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry` = 4841;\n\n/*  Earthcaller Halmgar  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `speed_walk` = 1.0, `DamageModifier` = 1.7, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 349 WHERE `entry` = 4842;\n\n/*  Shadowforge Surveyor  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 4844;\n\n/*  Shadowforge Ruffian  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4845;\n\n/*  Shadowforge Digger  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4846;\n\n/*  Shadowforge Relic Hunter  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.0, `RangeAttackTime` = 1475 WHERE `entry` = 4847;\n\n/*  Shadowforge Darkcaster  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `RangeAttackTime` = 1384 WHERE `entry` = 4848;\n\n/*  Shadowforge Archaeologist  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `RangeAttackTime` = 1384 WHERE `entry` = 4849;\n\n/*  Stonevault Cave Lurker  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 1.9 WHERE `entry` = 4850;\n\n/*  Stonevault Rockchewer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.850008, `HealthModifier` = 3.0 WHERE `entry` = 4851;\n\n/*  Stonevault Oracle  */\nUPDATE `creature_template` SET `maxlevel` = 38, `DamageModifier` = 1.8 WHERE `entry` = 4852;\n\n/*  Stonevault Geomancer  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `RangeAttackTime` = 1384 WHERE `entry` = 4853;\n\n/*  Grimlok  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 2.5, `RangeAttackTime` = 1402 WHERE `entry` = 4854;\n\n/*  Stonevault Brawler  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `ArmorModifier` = 0.3, `RangeAttackTime` = 1384 WHERE `entry` = 4855;\n\n/*  Stonevault Cave Hunter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 4856;\n\n/*  Stone Keeper  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 3, `ArmorModifier` = 2.0, `RangeAttackTime` = 1384 WHERE `entry` = 4857;\n\n/*  Stone Steward  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 3.0, `ArmorModifier` = 2.0, `RangeAttackTime` = 1384 WHERE `entry` = 4860;\n\n/*  Shrike Bat  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 1.9, `ArmorModifier` = 0.95, `RangeAttackTime` = 1485 WHERE `entry` = 4861;\n\n/*  Rabid Shrike Bat  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 4862;\n\n/*  Jadespine Basilisk  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.0, `ArmorModifier` = 0.9 WHERE `entry` = 4863;\n\n/*  Obsidian Golem  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `rank` = 1, `DamageModifier` = 1.8, `HealthModifier` = 3.0 WHERE `entry` = 4872;\n\n/*  \"Stinky\" Ignatz  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4880;\n\n/*  Varng  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4881;\n\n/*  [UNUSED] Om'kan  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4882;\n\n/*  Gregor MacVince  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4885;\n\n/*  Hans Weston  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4886;\n\n/*  Ghamoo-ra  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `ArmorModifier` = 7.6 WHERE `entry` = 4887;\n\n/*  Marie Holdston  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4888;\n\n/*  Torq Ironblast  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.2 WHERE `entry` = 4889;\n\n/*  Piter Verance  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4890;\n\n/*  Dwane Wertle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4891;\n\n/*  Jensen Farran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4892;\n\n/*  Bartender Lillian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4893;\n\n/*  Craig Nollward  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 4894;\n\n/*  Smiling Jim  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4895;\n\n/*  Charity Mipsy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4896;\n\n/*  Brant Jasperbloom  */\nUPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4898;\n\n/*  Uma Bartulm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4899;\n\n/*  Alchemist Narett  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 4900;\n\n/*  Sara Pierce  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 4901;\n\n/*  Mikal Pierce  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4902;\n\n/*  Guard Byron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4921;\n\n/*  Combat Master Criton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 4924;\n\n/*  Caz Twosprocket  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4941;\n\n/*  Test Petition Giver  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 4942;\n\n/*  Goblin Drag Car  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry` = 4945;\n\n/*  Gnome Drag Car  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry` = 4946;\n\n/*  Theramore Lieutenant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 4947;\n\n/*  Adjutant Tesoran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 4948;\n\n/*  Thrall  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 15.0, `HealthModifier` = 300.0, `ManaModifier` = 15.0, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 4949;\n\n/*  Theramore Combat Dummy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `HealthModifier` = 1.0 WHERE `entry` = 4952;\n\n/*  Moccasin  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 4953;\n\n/*  Theramore Archery Target 1  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4955;\n\n/*  Theramore Combat Dummy 4  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4957;\n\n/*  Haunting Spirit  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `ArmorModifier` = 0.95, `BaseAttackTime` = 2000, `RangeAttackTime` = 1980 WHERE `entry` = 4958;\n\n/*  Jorgen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 4959;\n\n/*  Bishop DeLavey  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 4960;\n\n/*  Dashel Stonefist  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4961;\n\n/*  Tapoke \"Slim\" Jahn  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 4962;\n\n/*  Commander Samaul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 4964;\n\n/*  Pained  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 4965;\n\n/*  Lady Jaina Proudmoore  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 7.05, `HealthModifier` = 200.0, `ArmorModifier` = 4.05, `ManaModifier` = 20.0 WHERE `entry` = 4968;\n\n/*  Old Town Thug  */\nUPDATE `creature_template` SET `mingold` = 13, `maxgold` = 92 WHERE `entry` = 4969;\n\n/*  Defias Agent  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4970;\n\n/*  Slim's Friend  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.9, `RangeAttackTime` = 1837 WHERE `entry` = 4971;\n\n/*  Kagoro  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 4972;\n\n/*  Theramore Archery Target 2  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4975;\n\n/*  Elise Laughlin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4976;\n\n/*  Murkshallow Softshell  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 0.7, `ArmorModifier` = 1.4, `RangeAttackTime` = 1936 WHERE `entry` = 4977;\n\n/*  Aku'mai Servant  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 1.2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1576, `mingold` = 47, `maxgold` = 237 WHERE `entry` = 4978;\n\n/*  Theramore Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 4979;\n\n/*  Paval Reethe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85, `unit_class` = 1 WHERE `entry` = 4980;\n\n/*  Ben Trias  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 4981;\n\n/*  Thomas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 4982;\n\n/*  Argos Nightwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 4984;\n\n/*  World Druid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4985;\n\n/*  World Hunter Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4986;\n\n/*  World Mage Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4987;\n\n/*  World Paladin Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4988;\n\n/*  World Priest Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4989;\n\n/*  World Rogue Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4990;\n\n/*  World Shaman Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4991;\n\n/*  World Warrior Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4992;\n\n/*  World Warlock Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4993;\n\n/*  World Wolf Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4994;\n\n/*  Stockade Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 4995;\n\n/*  Injured Stockade Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.6 WHERE `entry` = 4996;\n\n/*  World Fishing Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4997;\n\n/*  World Herbalism Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4998;\n\n/*  World Mining Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 4999;\n\n/*  World Hunter Beast Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5000;\n\n/*  World Bird Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5001;\n\n/*  World Boar Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5002;\n\n/*  World Cat Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5003;\n\n/*  World Crawler Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5004;\n\n/*  World Crocodile Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5005;\n\n/*  World Demon Trainer - old  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 5006;\n\n/*  World Felhunter Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5007;\n\n/*  World Gorilla Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5008;\n\n/*  World Horse Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5009;\n\n/*  World Imp Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5010;\n\n/*  World Raptor Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5011;\n\n/*  World Scorpid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5012;\n\n/*  World Spider Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5013;\n\n/*  World Succubus Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5014;\n\n/*  World Tallstrider Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5015;\n\n/*  World Voidwalker Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5016;\n\n/*  World Turtle Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5017;\n\n/*  World Portal: Darnassus Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5018;\n\n/*  World Portal: Ironforge Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5019;\n\n/*  World Portal: Orgrimmar Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5020;\n\n/*  World Portal: Stormwind Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5021;\n\n/*  World Portal: Thunder Bluff Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5022;\n\n/*  World Portal: Undercity Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5023;\n\n/*  World First Aid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5024;\n\n/*  World Lockpicking Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5027;\n\n/*  World Survival Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5029;\n\n/*  World Alchemy Trainer  */\nUPDATE `creature_template` SET `subname` = 'Alchemy Trainer', `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry` = 5032;\n\n/*  World Blacksmith Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5033;\n\n/*  World Brewing Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5034;\n\n/*  World Cartography Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5035;\n\n/*  World Cooking Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5036;\n\n/*  World Engineering Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry` = 5037;\n\n/*  World Enchanting Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry` = 5038;\n\n/*  World Tracking Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5039;\n\n/*  World Leatherworking Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry` = 5040;\n\n/*  World Tailoring Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry` = 5041;\n\n/*  Nurse Lillian  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 5042;\n\n/*  Theramore Skirmisher  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1793, `mingold` = 26, `maxgold` = 278 WHERE `entry` = 5044;\n\n/*  Private Hallan  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1815, `mingold` = 24, `maxgold` = 119 WHERE `entry` = 5045;\n\n/*  Lieutenant Caldwell  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1782, `mingold` = 28, `maxgold` = 255 WHERE `entry` = 5046;\n\n/*  Ellaercia  */\nUPDATE `creature_template` SET `subname` = 'Tabard Designer', `DamageModifier` = 0.95 WHERE `entry` = 5047;\n\n/*  Lyesa Steelbrow  */\nUPDATE `creature_template` SET `subname` = 'Guild Tabard Vendor', `DamageModifier` = 0.9 WHERE `entry` = 5049;\n\n/*  [UNUSED] Rallus  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5050;\n\n/*  [UNUSED] Frewa  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5051;\n\n/*  Edward Remington  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5052;\n\n/*  Deviate Lasher  */\nUPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry` = 5055;\n\n/*  Deviate Dreadfang  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21 WHERE `entry` = 5056;\n\n/*  Theramore Deserter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.3 WHERE `entry` = 5057;\n\n/*  Wolfguard Worg  */\nUPDATE `creature_template` SET `maxlevel` = 21, `DamageModifier` = 0.933333, `ArmorModifier` = 0.95 WHERE `entry` = 5058;\n\n/*  Galthogran the Callous  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5059;\n\n/*  World Banker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5060;\n\n/*  World Guild Tabard Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5061;\n\n/*  World Reagent Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5062;\n\n/*  Pat's Test Kobold  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry` = 5063;\n\n/*  World Trade Supplies  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5064;\n\n/*  Connor Rivers  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.4 WHERE `entry` = 5081;\n\n/*  Clerk Lendry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5083;\n\n/*  Ironforge Zinn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5084;\n\n/*  Falgran Hastil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 5088;\n\n/*  Combat Master Szigeti  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 5090;\n\n/*  Captain Andrews  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5095;\n\n/*  Captain Thomas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5096;\n\n/*  Lupine Delusion  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `DamageModifier` = 0.4 WHERE `entry` = 5097;\n\n/*  [UNUSED] Guffren Boulderbeard  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5098;\n\n/*  Soleil Stonemantle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5099;\n\n/*  Fillius Fizzlespinner  */\nUPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry` = 5100;\n\n/*  Bryllia Ironbrand  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 5101;\n\n/*  Laene Thundershot  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5104;\n\n/*  Gilbin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5105;\n\n/*  Barim Jurgenstaad  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 5110;\n\n/*  Kelv Sternhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 5113;\n\n/*  Bilban Tosslespanner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 5114;\n\n/*  Daera Brightspear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5115;\n\n/*  Regnus Thundergranite  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5117;\n\n/*  Brogun Stoneshield  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 5118;\n\n/*  Fimble Finespindle  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 5127;\n\n/*  Jondor Steelbrow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 5130;\n\n/*  [UNUSED] Kiren Tyrngaarde  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5131;\n\n/*  Reyna Stonebranch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5137;\n\n/*  Gwina Stonebranch  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 5138;\n\n/*  Kurdrum Barleybeard  */\nUPDATE `creature_template` SET `subname` = 'Reagents & Poisons' WHERE `entry` = 5139;\n\n/*  Theodrus Frostbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5141;\n\n/*  Toldren Deepiron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5143;\n\n/*  Bink  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5144;\n\n/*  Nittlebur Sparkfizzle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5146;\n\n/*  Valgar Highforge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5147;\n\n/*  Nissa Firestone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 5150;\n\n/*  Ginny Longberry  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 5151;\n\n/*  Jormund Stonebrow  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry` = 5153;\n\n/*  Gimble Thistlefuzz  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 3.25 WHERE `entry` = 5157;\n\n/*  Daryl Riknussun  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5159;\n\n/*  Emrul Riknussun  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry` = 5160;\n\n/*  Grimnur Stonebrand  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5161;\n\n/*  Tansy Puddlefizz  */\nUPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry` = 5162;\n\n/*  Burbik Gearspanner  */\nUPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry` = 5163;\n\n/*  Grumnus Steelshaper  */\nUPDATE `creature_template` SET `subname` = 'Armor Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 5164;\n\n/*  Hulfdan Blackbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5165;\n\n/*  Fenthwick  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5167;\n\n/*  Thistleheart  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5171;\n\n/*  Alexander Calder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5173;\n\n/*  Springspindle Fizzlegear  */\nUPDATE `creature_template` SET `subname` = 'Artisan Engineer', `DamageModifier` = 0.95 WHERE `entry` = 5174;\n\n/*  Tally Berryfizz  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry` = 5177;\n\n/*  Hammerhead Shark  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 44, `maxgold` = 222 WHERE `entry` = 5185;\n\n/*  Basking Shark  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15 WHERE `entry` = 5186;\n\n/*  Southsea Cannon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5187;\n\n/*  Thrumn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5189;\n\n/*  Merill Pleasance  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5190;\n\n/*  Shalumon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5191;\n\n/*  [UNUSED] Nils Stonebrow  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5192;\n\n/*  Rebecca Laughlin  */\nUPDATE `creature_template` SET `subname` = 'Tabard Vendor', `DamageModifier` = 0.9 WHERE `entry` = 5193;\n\n/*  Pat's Test Human  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5201;\n\n/*  Archery Target  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 5202;\n\n/*  Apothecary Zinge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5204;\n\n/*  Murk Slitherer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0 WHERE `entry` = 5224;\n\n/*  Murk Spitter  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0 WHERE `entry` = 5225;\n\n/*  Murk Worm  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 5226;\n\n/*  Saturated Ooze  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 5228;\n\n/*  Gordunni Enforcer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5231;\n\n/*  Gordunni Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.071429, `ArmorModifier` = 0.9 WHERE `entry` = 5232;\n\n/*  Gordunni Mauler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5234;\n\n/*  Fungal Ooze  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.65, `HealthModifier` = 3.0 WHERE `entry` = 5235;\n\n/*  Gordunni Ogre Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 5237;\n\n/*  Cursed Atal'ai  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0 WHERE `entry` = 5243;\n\n/*  Zukk'ash Wasp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5245;\n\n/*  Zukk'ash Worker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5246;\n\n/*  Woodpaw Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.222222, `ArmorModifier` = 0.7 WHERE `entry` = 5253;\n\n/*  Woodpaw Mystic  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5254;\n\n/*  Woodpaw Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 5255;\n\n/*  Atal'ai Warrior  */\nUPDATE `creature_template` SET `maxlevel` = 49, `DamageModifier` = 2.9 WHERE `entry` = 5256;\n\n/*  Woodpaw Alpha  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5258;\n\n/*  Atal'ai Witch Doctor  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.0 WHERE `entry` = 5259;\n\n/*  Groddoc Ape  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.7 WHERE `entry` = 5260;\n\n/*  Enthralled Atal'ai  */\nUPDATE `creature_template` SET `maxlevel` = 46, `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0 WHERE `entry` = 5261;\n\n/*  Groddoc Thunderer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.9 WHERE `entry` = 5262;\n\n/*  Mummified Atal'ai  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry` = 5263;\n\n/*  Groddoc Chestpounder  */\nUPDATE `creature_template` SET `maxlevel` = 46, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5264;\n\n/*  Unliving Atal'ai  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49, `DamageModifier` = 3.25, `ArmorModifier` = 1.5 WHERE `entry` = 5267;\n\n/*  Ironfur Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 5268;\n\n/*  Atal'ai Priest  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0 WHERE `entry` = 5269;\n\n/*  Atal'ai Corpse Eater  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.15 WHERE `entry` = 5270;\n\n/*  Atal'ai Deathwalker  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.1 WHERE `entry` = 5271;\n\n/*  Grizzled Ironfur Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 5272;\n\n/*  Atal'ai High Priest  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.1 WHERE `entry` = 5273;\n\n/*  Ironfur Patriarch  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 5274;\n\n/*  Sprite Dragon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5276;\n\n/*  Nightmare Scalebane  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.1, `ArmorModifier` = 1.45 WHERE `entry` = 5277;\n\n/*  Sprite Darter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 5278;\n\n/*  Nightmare Wyrmkin  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.1 WHERE `entry` = 5280;\n\n/*  Nightmare Wanderer  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.15 WHERE `entry` = 5283;\n\n/*  Hakkari Frostwing  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.0 WHERE `entry` = 5291;\n\n/*  Hulking Feral Scar  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 5293;\n\n/*  Enraged Feral Scar  */\nUPDATE `creature_template` SET `maxlevel` = 45, `ArmorModifier` = 0.9 WHERE `entry` = 5295;\n\n/*  Lethlas  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.808290, `ArmorModifier` = 1.2, `BaseAttackTime` = 1158 WHERE `entry` = 5312;\n\n/*  Phantim  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.2 WHERE `entry` = 5314;\n\n/*  Jademir Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5315;\n\n/*  Jademir Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.45, `ArmorModifier` = 1.15 WHERE `entry` = 5317;\n\n/*  Jademir Tree Warder  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 5319;\n\n/*  Jademir Boughguard  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.1, `ArmorModifier` = 1.2 WHERE `entry` = 5320;\n\n/*  Coast Crawl Clacker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5326;\n\n/*  Coast Crawl Snapclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry` = 5327;\n\n/*  Coast Crawl Deepseer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry` = 5328;\n\n/*  Hatecrest Warrior  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry` = 5331;\n\n/*  Hatecrest Serpent Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 5333;\n\n/*  Hatecrest Myrmidon  */\nUPDATE `creature_template` SET `minlevel` = 43, `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry` = 5334;\n\n/*  Hatecrest Sorceress  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 5336;\n\n/*  Hatecrest Siren  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry` = 5337;\n\n/*  Lady Szallah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.450237, `BaseAttackTime` = 1266 WHERE `entry` = 5343;\n\n/*  Diamond Head  */\nUPDATE `creature_template` SET `ArmorModifier` = 2.0, `RangeAttackTime` = 1402 WHERE `entry` = 5345;\n\n/*  Bloodroar the Stalker  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000, `RangeAttackTime` = 1375 WHERE `entry` = 5346;\n\n/*  Antilus the Soarer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1375 WHERE `entry` = 5347;\n\n/*  Dreamwatcher Forktongue  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5348;\n\n/*  Arash-ethis  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1365 WHERE `entry` = 5349;\n\n/*  Qirot  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 5350;\n\n/*  Old Grizzlegut  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 5352;\n\n/*  Itharius  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5353;\n\n/*  Gnarl Leafbrother  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25, `RangeAttackTime` = 1411 WHERE `entry` = 5354;\n\n/*  Land Walker  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 1.384615 WHERE `entry` = 5357;\n\n/*  Cliff Giant  */\nUPDATE `creature_template` SET `minlevel` = 49, `speed_walk` = 0.777776, `DamageModifier` = 1.481481 WHERE `entry` = 5358;\n\n/*  Shore Strider  */\nUPDATE `creature_template` SET `DamageModifier` = 3.148148 WHERE `entry` = 5359;\n\n/*  Deep Strider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.888889 WHERE `entry` = 5360;\n\n/*  Wave Strider  */\nUPDATE `creature_template` SET `minlevel` = 47, `DamageModifier` = 2.64 WHERE `entry` = 5361;\n\n/*  Northspring Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 5364;\n\n/*  Scillia Daggerquil  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5367;\n\n/*  Brohann Caskbelly  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5384;\n\n/*  Watcher Mahar Ba  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5385;\n\n/*  Acolyte Dellis  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5386;\n\n/*  High Explorer Magellas  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 5387;\n\n/*  Ingo Woolybush  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5388;\n\n/*  Prospector Gunstan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5389;\n\n/*  Galen Goodward  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5391;\n\n/*  Yarr Hammerstone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5392;\n\n/*  Neeka Bloodscar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5394;\n\n/*  Felgur Twocuts  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5395;\n\n/*  Captain Pentigast  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5396;\n\n/*  Uthek the Wise  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 5397;\n\n/*  Warug  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.95 WHERE `entry` = 5398;\n\n/*  Veyzhak the Cannibal  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `RangeAttackTime` = 1375, `mingold` = 111, `maxgold` = 555 WHERE `entry` = 5399;\n\n/*  Zekkis  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.05, `HealthModifier` = 3.0, `ArmorModifier` = 1.5, `RangeAttackTime` = 1375, `mingold` = 100, `maxgold` = 499 WHERE `entry` = 5400;\n\n/*  Kazkaz the Unholy  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry` = 5401;\n\n/*  Khan Hratha  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.083333, `HealthModifier` = 3.0, `BaseAttackTime` = 2400, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 671 WHERE `entry` = 5402;\n\n/*  Nightmare  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 5407;\n\n/*  Harvester Swarm  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `BaseAttackTime` = 1000, `RangeAttackTime` = 1947 WHERE `entry` = 5409;\n\n/*  Krinkle Goodsteel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.3 WHERE `entry` = 5411;\n\n/*  Gurda Wildmane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5412;\n\n/*  Furen Longbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.8 WHERE `entry` = 5413;\n\n/*  Centaur Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5415;\n\n/*  Surf Glider  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 5431;\n\n/*  Giant Surf Glider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.35, `ArmorModifier` = 1.5, `RangeAttackTime` = 1365 WHERE `entry` = 5432;\n\n/*  Tamed Bear  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5433;\n\n/*  Coral Shark  */\nUPDATE `creature_template` SET `maxlevel` = 47, `DamageModifier` = 3.0, `mingold` = 99, `maxgold` = 494 WHERE `entry` = 5434;\n\n/*  Sand Shark  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 10, `maxgold` = 50 WHERE `entry` = 5435;\n\n/*  Tamed Bird  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5436;\n\n/*  Tamed Boar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5437;\n\n/*  Tamed Cat  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5438;\n\n/*  Tamed Crawler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5439;\n\n/*  Tamed Crocolisk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5440;\n\n/*  Tamed Gorilla  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5442;\n\n/*  Tamed Zhevra  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5443;\n\n/*  Tamed Raptor  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5444;\n\n/*  Tamed Scorpid  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5445;\n\n/*  Tamed Spider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5446;\n\n/*  Tamed Tallstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5447;\n\n/*  Tamed Turtle  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5448;\n\n/*  Tamed Wolf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5449;\n\n/*  Sea Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286 WHERE `entry` = 5461;\n\n/*  Sea Spray  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286 WHERE `entry` = 5462;\n\n/*  Watchmaster Sorigal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5464;\n\n/*  Land Rager  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.65 WHERE `entry` = 5465;\n\n/*  Coast Strider  */\nUPDATE `creature_template` SET `DamageModifier` = 3 WHERE `entry` = 5466;\n\n/*  Deep Dweller  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 5.134281, `ArmorModifier` = 1.1, `BaseAttackTime` = 1266 WHERE `entry` = 5467;\n\n/*  Wandering Dune Smasher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5468;\n\n/*  Dune Smasher  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 2.958333 WHERE `entry` = 5469;\n\n/*  Raging Dune Smasher  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 3.35, `mingold` = 115, `maxgold` = 576 WHERE `entry` = 5470;\n\n/*  Dunemaul Ogre Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 5473;\n\n/*  Dunemaul Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.153846 WHERE `entry` = 5474;\n\n/*  Ilsa Corbin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667 WHERE `entry` = 5480;\n\n/*  Thistleshrub Dew Collector  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 5481;\n\n/*  Stephen Ryback  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5482;\n\n/*  Erika Tate  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry` = 5483;\n\n/*  Brother Benjamin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5484;\n\n/*  Thistleshrub Rootshaper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 5485;\n\n/*  Brother Joshua  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 5489;\n\n/*  Gnarled Thistleshrub  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 1.5 WHERE `entry` = 5490;\n\n/*  Arthur the Faithful  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5491;\n\n/*  Katherine the Pure  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 5492;\n\n/*  Arnold Leland  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5493;\n\n/*  Catherine Leland  */\nUPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry` = 5494;\n\n/*  Ursula Deline  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5495;\n\n/*  Sandahl  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 5496;\n\n/*  Jennea Cannon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5497;\n\n/*  Elsharin  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 5498;\n\n/*  Lilyssia Nightbreeze  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry` = 5499;\n\n/*  Tel'Athir  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.95 WHERE `entry` = 5500;\n\n/*  Kaerbrus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 5501;\n\n/*  Shylamiir  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry` = 5502;\n\n/*  Eldraeith  */\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 5503;\n\n/*  Sheldras Moontree  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 5504;\n\n/*  Theridran  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 5505;\n\n/*  Maldryn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5506;\n\n/*  Celmoridan  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 5507;\n\n/*  Strumner Flintheel  */\nUPDATE `creature_template` SET `subname` = 'Armor Crafter', `DamageModifier` = 1.1 WHERE `entry` = 5508;\n\n/*  Kathrum Axehand  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 5509;\n\n/*  Thulman Flintcrag  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 5510;\n\n/*  Therum Deepforge  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith' WHERE `entry` = 5511;\n\n/*  Kaita Deepforge  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 5512;\n\n/*  Gelman Stonehand  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry` = 5513;\n\n/*  Brooke Stonebraid  */\nUPDATE `creature_template` SET `subname` = 'Mining Supplier', `ArmorModifier` = 0.85 WHERE `entry` = 5514;\n\n/*  Einris Brightspear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 5515;\n\n/*  Ulfir Ironbeard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 5516;\n\n/*  Thorfin Stoneshield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry` = 5517;\n\n/*  Lilliam Sparkspindle  */\nUPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry` = 5518;\n\n/*  Billibub Cogspinner  */\nUPDATE `creature_template` SET `subname` = 'Engineering Supplier', `ArmorModifier` = 0.85 WHERE `entry` = 5519;\n\n/*  Spackle Thornberry  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.5, `ArmorModifier` = 1.5 WHERE `entry` = 5520;\n\n/*  Glenrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5521;\n\n/*  Ironclaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5522;\n\n/*  War Party Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.966667 WHERE `entry` = 5523;\n\n/*  Caravan Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5524;\n\n/*  Caravan Packhorse  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5525;\n\n/*  Caravan Merchant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5526;\n\n/*  Stormwind Traveling Merchant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5542;\n\n/*  Clarice Foster  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 5543;\n\n/*  [UNUSED] Yuriv Adhem  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5544;\n\n/*  Grunt Zuul  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 5546;\n\n/*  Grunt Tharlak  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 5547;\n\n/*  [PH] Mine Boss  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5548;\n\n/*  [PH] Mine Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5549;\n\n/*  [PH] PVP Peasent  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5550;\n\n/*  [PH] Caravan Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5551;\n\n/*  [PH] PVP Peon  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5552;\n\n/*  [PH] Caravan Scout  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5553;\n\n/*  [PH] PVP Wildlife  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5554;\n\n/*  [PH] Ogre Caravan Packhorse  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5555;\n\n/*  [PH] Alliance Commander  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5556;\n\n/*  [PH] Horde Commander  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5557;\n\n/*  [PH] Alliance Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5558;\n\n/*  [PH] Horde Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5559;\n\n/*  [PH] Alliance Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5560;\n\n/*  [PH] Horde Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5561;\n\n/*  [PH] Alliance Archer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5562;\n\n/*  [PH] Horde Archer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5563;\n\n/*  Simon Tanner  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 5564;\n\n/*  Tannysa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5566;\n\n/*  Sellandus  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry` = 5567;\n\n/*  Captured Leper Gnome  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5568;\n\n/*  Fizzlebang Booms  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 0.8 WHERE `entry` = 5569;\n\n/*  [PH] Alliance Mine Boss  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5587;\n\n/*  [PH] Alliance Mine Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5588;\n\n/*  [PH] Horde Mine Boss  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5589;\n\n/*  [PH] Horde Mine Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5590;\n\n/*  Dar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 5591;\n\n/*  Katar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5593;\n\n/*  Alchemist Pestlezugg  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5594;\n\n/*  Ironforge Guard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `HealthModifier` = 2.0 WHERE `entry` = 5595;\n\n/*  Twain Test Prop  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5596;\n\n/*  Grunt Komak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5597;\n\n/*  Kon Yelloweyes  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5599;\n\n/*  Khan Dez'hepah  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.136364 WHERE `entry` = 5600;\n\n/*  Khan Jehn  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 5601;\n\n/*  Khan Shaka  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 5602;\n\n/*  Grunt Mojka  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5603;\n\n/*  [UNUSED] [PH] Orcish Barfly  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5604;\n\n/*  Goma  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 5606;\n\n/*  Roger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 5607;\n\n/*  Jamin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 5608;\n\n/*  Zazo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5609;\n\n/*  Kozish  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 5610;\n\n/*  Barkeep Morag  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5611;\n\n/*  Gimrizz Shadowcog  */\nUPDATE `creature_template` SET `DamageModifier` = 1.066667 WHERE `entry` = 5612;\n\n/*  Doyo'da  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5613;\n\n/*  Sarok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5614;\n\n/*  Bartender Wental  */\nUPDATE `creature_template` SET `subname` = 'Food and Drinks', `DamageModifier` = 1.6 WHERE `entry` = 5620;\n\n/*  Timmy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5621;\n\n/*  Wastewander Assassin  */\nUPDATE `creature_template` SET `minlevel` = 44 WHERE `entry` = 5623;\n\n/*  Undercity Guardian  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `HealthModifier` = 2.0, `mingold` = 1, `maxgold` = 739 WHERE `entry` = 5624;\n\n/*  Theramore Transport  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5625;\n\n/*  Joey  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5626;\n\n/*  Johnny  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5627;\n\n/*  Lieutenant Beech  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5628;\n\n/*  Theramore Commando  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5629;\n\n/*  Theramore Mage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5630;\n\n/*  Theramore Medic  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5631;\n\n/*  Theramore Incursion Master Control Program  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5632;\n\n/*  Lieutenant Baxter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5633;\n\n/*  Rhapsody Shindigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5634;\n\n/*  Gryphon Master Talonaxe  */\nUPDATE `creature_template` SET `DamageModifier` = 4.25 WHERE `entry` = 5636;\n\n/*  Roetten Stonehammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5637;\n\n/*  Kreldig Ungor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5638;\n\n/*  Craven Drok  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5639;\n\n/*  Keldran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5640;\n\n/*  Takata Steelblade  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5641;\n\n/*  Vahlarriel Demonslayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 5642;\n\n/*  Dalinda Malem  */\n\n\n/*  Sandfury Hideskinner  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.3, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 5645;\n\n/*  Sandfury Axe Thrower  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 5646;\n\n/*  Sandfury Firecaller  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `unit_class` = 8 WHERE `entry` = 5647;\n\n/*  Sandfury Shadowcaster  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 5648;\n\n/*  Sandfury Blood Drinker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 5649;\n\n/*  Sandfury Witch Doctor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 5650;\n\n/*  Patrick Garrett  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5651;\n\n/*  Undercity Practice Dummy  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 0.05 WHERE `entry` = 5652;\n\n/*  Robert Gossom  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5655;\n\n/*  Richard Van Brunt  */\n\n\n/*  Marla Fowler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5657;\n\n/*  Chloe Curthas  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5658;\n\n/*  Andrew Hartwell  */\n\n\n/*  Riley Walker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5660;\n\n/*  Brother Malach  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5661;\n\n/*  Sergeant Houser  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5662;\n\n/*  Gunther's Visage  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry` = 5666;\n\n/*  Venya Marthand  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5667;\n\n/*  Mattie Alred  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5668;\n\n/*  Helena Atwood  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5669;\n\n/*  Edrick Killian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5670;\n\n/*  [UNUSED] Lawrence Sawyer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5671;\n\n/*  [UNUSED] Charles Brewton  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5672;\n\n/*  Practice Target  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 5674;\n\n/*  Summoned Voidwalker  */\nUPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry` = 5676;\n\n/*  Summoned Succubus  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 5677;\n\n/*  [UNUSED] Deathstalker Vincent DEBUG  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5678;\n\n/*  Lysta Bancroft  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 5679;\n\n/*  Male Human Captive  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5680;\n\n/*  Female Human Captive  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5681;\n\n/*  Dalin Forgewright  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 0.9 WHERE `entry` = 5682;\n\n/*  Captive Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.9 WHERE `entry` = 5685;\n\n/*  Captive Zombie  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5686;\n\n/*  Captive Abomination  */\nUPDATE `creature_template` SET `detection_range` = 5.0, `ArmorModifier` = 0.95 WHERE `entry` = 5687;\n\n/*  Steed  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `detection_range` = 18.0 WHERE `entry` = 5689;\n\n/*  Clyde Kellen  */\nUPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry` = 5690;\n\n/*  Dalin Forgewright Projection  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 5691;\n\n/*  Comar Villard Projection  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 5692;\n\n/*  Godrick Farsan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5693;\n\n/*  High Sorcerer Andromath  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 5694;\n\n/*  Vance Undergloom  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry` = 5695;\n\n/*  Gerard Abernathy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5696;\n\n/*  Theresa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 5697;\n\n/*  Joanna Whitehall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5698;\n\n/*  Leona Tharpe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5699;\n\n/*  Samantha Shackleton  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5700;\n\n/*  Selina Pickman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5701;\n\n/*  Jezelle Pruitt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5702;\n\n/*  Winifred Kerwin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5703;\n\n/*  Adrian Bartlett  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5704;\n\n/*  Victor Bartholomew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5705;\n\n/*  Davitt Hickson  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5706;\n\n/*  Reginald Grimsford  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5707;\n\n/*  Spawn of Hakkar  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `rank` = 1, `DamageModifier` = 3.0 WHERE `entry` = 5708;\n\n/*  Shade of Eranikus  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 6.0, `ArmorModifier` = 0.95 WHERE `entry` = 5709;\n\n/*  Jammal'an the Prophet  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 3.4, `ArmorModifier` = 0.95 WHERE `entry` = 5710;\n\n/*  Ogom the Wretched  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.4, `ArmorModifier` = 0.95 WHERE `entry` = 5711;\n\n/*  Zolo  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 2.0 WHERE `entry` = 5712;\n\n/*  Gasher  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 7 WHERE `entry` = 5713;\n\n/*  Loro  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 3.95, `ArmorModifier` = 1.45 WHERE `entry` = 5714;\n\n/*  Hukku  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 3.25, `ArmorModifier` = 0.95 WHERE `entry` = 5715;\n\n/*  Zul'Lor  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 1.4, `ArmorModifier` = 0.95 WHERE `entry` = 5716;\n\n/*  Mijan  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 3.2, `ArmorModifier` = 0.95 WHERE `entry` = 5717;\n\n/*  Rothos  */\nUPDATE `creature_template` SET `DamageModifier` = 16.5, `ArmorModifier` = 1.2 WHERE `entry` = 5718;\n\n/*  Morphaz  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 3.5 WHERE `entry` = 5719;\n\n/*  Weaver  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `mingold` = 124, `maxgold` = 1968 WHERE `entry` = 5720;\n\n/*  Dreamscythe  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.4, `mingold` = 129, `maxgold` = 1765 WHERE `entry` = 5721;\n\n/*  Hazzas  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.3, `ArmorModifier` = 0.95 WHERE `entry` = 5722;\n\n/*  Warug's Target Dummy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.25, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 5723;\n\n/*  Deathguard Lundmark  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 1.2 WHERE `entry` = 5725;\n\n/*  Jezelle's Felhunter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5726;\n\n/*  Jezelle's Felsteed  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 5727;\n\n/*  Jezelle's Succubus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 5728;\n\n/*  Jezelle's Voidwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5729;\n\n/*  Jezelle's Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5730;\n\n/*  Apothecary Vallia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5731;\n\n/*  Apothecary Katrina  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5732;\n\n/*  Apothecary Lycanus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5733;\n\n/*  Apothecary Keever  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5734;\n\n/*  Caged Human Female  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 5735;\n\n/*  Caged Human Male  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 5736;\n\n/*  Caged Dwarf Female  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5737;\n\n/*  Caged Dwarf Male  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 5738;\n\n/*  Caged Squirrel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 5739;\n\n/*  Caged Chicken  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5740;\n\n/*  Caged Rabbit  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 5741;\n\n/*  Caged Toad  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 5742;\n\n/*  Caged Sheep  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 5743;\n\n/*  Cedric Stumpel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 5744;\n\n/*  Lazlow Ashby  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5745;\n\n/*  Appolonia Kimble  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 5746;\n\n/*  Hepzibah Sedgewick  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 5747;\n\n/*  Kayla Smithe  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.333333 WHERE `entry` = 5749;\n\n/*  Gina Lang  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry` = 5750;\n\n/*  Corporal Melkins  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5752;\n\n/*  Martha Strain  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 5753;\n\n/*  Zane Bradford  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 5754;\n\n/*  Deviate Viper  */\nUPDATE `creature_template` SET `maxlevel` = 20 WHERE `entry` = 5755;\n\n/*  Deviate Venomwing  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21 WHERE `entry` = 5756;\n\n/*  Lilly  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 5757;\n\n/*  Leo Sarn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 5758;\n\n/*  Lord Azrethoc  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 5760;\n\n/*  Deviate Shambler  */\nUPDATE `creature_template` SET `maxlevel` = 20, `speed_walk` = 0.666668 WHERE `entry` = 5761;\n\n/*  Deviate Moccasin  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `DamageModifier` = 1.7, `ArmorModifier` = 0.95, `mingold` = 21, `maxgold` = 104 WHERE `entry` = 5762;\n\n/*  Nightmare Ectoplasm  */\nUPDATE `creature_template` SET `maxlevel` = 21, `ArmorModifier` = 0.95, `mingold` = 7, `maxgold` = 34 WHERE `entry` = 5763;\n\n/*  Guardian of Blizzard  */\nUPDATE `creature_template` SET `detection_range` = 40.0, `DamageModifier` = 8.823529, `BaseAttackTime` = 1020, `RangeAttackTime` = 1122 WHERE `entry` = 5764;\n\n/*  Ruzan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5765;\n\n/*  Savannah Cub  */\nUPDATE `creature_template` SET `maxlevel` = 5, `DamageModifier` = 1 WHERE `entry` = 5766;\n\n/*  Nalpak  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5767;\n\n/*  Ebru  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5768;\n\n/*  Nara Wildmane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 5770;\n\n/*  Lord Azrethoc's Image  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 1.7 WHERE `entry` = 5772;\n\n/*  Jugkar Grim'rod's Image  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 5773;\n\n/*  Verdan the Everliving  */\nUPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `speed_walk` = 0.666668, `DamageModifier` = 4.628571, `ArmorModifier` = 0.95 WHERE `entry` = 5775;\n\n/*  Evolving Ectoplasm (Red)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry` = 5776;\n\n/*  Evolving Ectoplasm (Green)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry` = 5777;\n\n/*  Evolving Ectoplasm (Black)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry` = 5778;\n\n/*  Summoned Viper  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5779;\n\n/*  Cloned Ectoplasm  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0 WHERE `entry` = 5780;\n\n/*  Silithid Creeper Egg  */\nUPDATE `creature_template` SET `minlevel` = 21, `DamageModifier` = 1.3, `ArmorModifier` = 0.85, `RangeAttackTime` = 1980 WHERE `entry` = 5781;\n\n/*  Crildor  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 5782;\n\n/*  Kalldan Felmoon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5783;\n\n/*  Waldor  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.95 WHERE `entry` = 5784;\n\n/*  Sister Hatelash  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 5785;\n\n/*  Snagglespear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 5786;\n\n/*  Enforcer Emilgund  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 5787;\n\n/*  Gelgann Direforge  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5788;\n\n/*  Serra Mountainhome  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5789;\n\n/*  Lizzle Sprysprocket  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5790;\n\n/*  Cobrahn Snake Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 5791;\n\n/*  Drag Master Miglen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5792;\n\n/*  Captain Armistice  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5793;\n\n/*  Thurmonde the Devout  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5794;\n\n/*  Grash Thunderbrew  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5795;\n\n/*  Ben  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5796;\n\n/*  Aean Swiftriver  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry` = 5797;\n\n/*  Thora Feathermoon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 5798;\n\n/*  Marcus Bel  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24 WHERE `entry` = 5800;\n\n/*  [PH] Party Bot  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5801;\n\n/*  Treant Ally  */\nUPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `DamageModifier` = 0.95 WHERE `entry` = 5806;\n\n/*  The Rake  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 5807;\n\n/*  Warlord Kolkanis  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.2, `RangeAttackTime` = 1732 WHERE `entry` = 5808;\n\n/*  Watch Commander Zalaphil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry` = 5809;\n\n/*  Uzzek  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5810;\n\n/*  Kamari  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 5811;\n\n/*  [UNUSED] Shikar  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5813;\n\n/*  Innkeeper Thulbek  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 5814;\n\n/*  Kurgul  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry` = 5815;\n\n/*  Shimra  */\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Merchant' WHERE `entry` = 5817;\n\n/*  [UNUSED] Tren'Shan  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5818;\n\n/*  Death Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.25 WHERE `entry` = 5823;\n\n/*  Captain Flat Tusk  */\nUPDATE `creature_template` SET `DamageModifier` = 2 WHERE `entry` = 5824;\n\n/*  Corrupt Tyranis Malem  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 5825;\n\n/*  Brontus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.666667 WHERE `entry` = 5827;\n\n/*  Humar the Pridelord  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 5828;\n\n/*  Margol the Rager  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `rank` = 1, `DamageModifier` = 2.75, `HealthModifier` = 3.0 WHERE `entry` = 5833;\n\n/*  Foreman Grills  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `DamageModifier` = 1.7 WHERE `entry` = 5835;\n\n/*  Stonearm  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.75 WHERE `entry` = 5837;\n\n/*  Brokespear  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.6 WHERE `entry` = 5838;\n\n/*  Rocklance  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 5841;\n\n/*  Takk the Leaper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 5842;\n\n/*  Slave Worker  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 5843;\n\n/*  Heggin Stonewhisker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 5847;\n\n/*  Captain Gerogg Hammertoe  */\nUPDATE `creature_template` SET `DamageModifier` = 3.35, `RangeAttackTime` = 1567 WHERE `entry` = 5851;\n\n/*  Inferno Elemental  */\nUPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry` = 5852;\n\n/*  Tempered War Golem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.65 WHERE `entry` = 5853;\n\n/*  Heavy War Golem  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 5854;\n\n/*  Magma Elemental  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 5855;\n\n/*  Hagg Taurenbane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.703704, `ArmorModifier` = 0.9 WHERE `entry` = 5859;\n\n/*  Twilight Dark Shaman  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 48, `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 5860;\n\n/*  Twilight Fire Guard  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49, `rank` = 1, `DamageModifier` = 2.9, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 5861;\n\n/*  Twilight Geomancer  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 5862;\n\n/*  Swinegart Spearhide  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1595 WHERE `entry` = 5864;\n\n/*  Dishu  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 5865;\n\n/*  Equipment Squirrel  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5866;\n\n/*  Maximum Squirrel  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5867;\n\n/*  Evil Squirrel  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5868;\n\n/*  Krond  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5870;\n\n/*  Larhka  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5871;\n\n/*  Serpent Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 5872;\n\n/*  Gan'rul Bloodeye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5875;\n\n/*  [UNUSED] Grumol  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5876;\n\n/*  [UNUSED] Yar'luk  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5877;\n\n/*  Thun'grim Firegaze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 5878;\n\n/*  Un'Thuwa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5880;\n\n/*  Pephredo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 5882;\n\n/*  Mai'ah  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 5884;\n\n/*  Deino  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5885;\n\n/*  Canaga Earthcaller  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5887;\n\n/*  Seer Ravenfeather  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5888;\n\n/*  Mesa Earth Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 5889;\n\n/*  Redrock Earth Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 5890;\n\n/*  Minor Manifestation of Earth  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `RangeAttackTime` = 2046 WHERE `entry` = 5891;\n\n/*  Searn Firewarder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5892;\n\n/*  Minor Manifestation of Fire  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2079 WHERE `entry` = 5893;\n\n/*  Corrupt Minor Manifestation of Water  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.726257, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969 WHERE `entry` = 5894;\n\n/*  Minor Manifestation of Water  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.949721, `ArmorModifier` = 0.85, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969 WHERE `entry` = 5895;\n\n/*  Fire Spirit  */\nUPDATE `creature_template` SET `maxlevel` = 10, `DamageModifier` = 4.15, `RangeAttackTime` = 2200 WHERE `entry` = 5896;\n\n/*  Corrupt Water Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.65, `ArmorModifier` = 1.05 WHERE `entry` = 5897;\n\n/*  Air Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 3, `DamageModifier` = 4.15, `RangeAttackTime` = 2200 WHERE `entry` = 5898;\n\n/*  Brine  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.1 WHERE `entry` = 5899;\n\n/*  Telf Joolam  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `RangeAttackTime` = 1826 WHERE `entry` = 5900;\n\n/*  Islen Waterseer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 5901;\n\n/*  Minor Manifestation of Air  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 3, `DamageModifier` = 4.45, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 5902;\n\n/*  Nyx Bloodrage  */\nUPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5903;\n\n/*  [UNUSED] Hurll Kans  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 5904;\n\n/*  Prate Cloudseer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 5905;\n\n/*  Xanis Flameweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5906;\n\n/*  Kranal Fiss  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5907;\n\n/*  Grunt Dogran  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5908;\n\n/*  Cazul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 5909;\n\n/*  Zankaja  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5910;\n\n/*  Grunt Logmar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 5911;\n\n/*  Deviate Faerie Dragon  */\nUPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `ArmorModifier` = 0.95, `RangeAttackTime` = 1631, `faction` = 32 WHERE `entry` = 5912;\n\n/*  Deviate Nightmare  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.95 WHERE `entry` = 5914;\n\n/*  Brother Ravenoak  */\nUPDATE `creature_template` SET `DamageModifier` = 2.414773, `BaseAttackTime` = 1408 WHERE `entry` = 5915;\n\n/*  Sentinel Amarassan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 5916;\n\n/*  Clara Charles  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5917;\n\n/*  Owl Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 5918;\n\n/*  Sorrow Wing  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 1.75, `HealthModifier` = 3.0 WHERE `entry` = 5928;\n\n/*  Sister Riven  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry` = 5930;\n\n/*  Foreman Rigger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 5931;\n\n/*  Taskmaster Whipfang  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry` = 5932;\n\n/*  Achellios the Banished  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 5933;\n\n/*  Heartrazor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.35 WHERE `entry` = 5934;\n\n/*  Ironeye the Invincible  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 20.0 WHERE `entry` = 5935;\n\n/*  Orca  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5936;\n\n/*  Vile Sting  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1494 WHERE `entry` = 5937;\n\n/*  Uthan Stillwater  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75 WHERE `entry` = 5938;\n\n/*  Vira Younghoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5939;\n\n/*  Harn Longcast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5940;\n\n/*  Lau'Tiki  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75 WHERE `entry` = 5941;\n\n/*  Zansoa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 5942;\n\n/*  Rawrk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 5943;\n\n/*  Yonada  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 5944;\n\n/*  Owl Companion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 5945;\n\n/*  Male Dark Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 5946;\n\n/*  Female Dark Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 5947;\n\n/*  Female Pirate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 5948;\n\n/*  Male Pirate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 5949;\n\n/*  Hare  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 5951;\n\n/*  Den Grunt  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 5952;\n\n/*  Shade (Deprecated)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5954;\n\n/*  Tooga  */\nUPDATE `creature_template` SET `DamageModifier` = 0.2, `ArmorModifier` = 2.0 WHERE `entry` = 5955;\n\n/*  Graznab  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5956;\n\n/*  Birgitte Cranston  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 5957;\n\n/*  Thuul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 5958;\n\n/*  World Dwarf Male Warrior Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5959;\n\n/*  World Human Male Rogue Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5960;\n\n/*  World Gnome Male Mage Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5961;\n\n/*  World Orc Male Warlock Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5962;\n\n/*  World Tauren Male Druid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5963;\n\n/*  World Undead Male Priest Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5964;\n\n/*  World Troll Male Shaman Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5965;\n\n/*  World Night Elf Male Warrior Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5966;\n\n/*  World Dwarf Female Warrior Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5967;\n\n/*  World Human Female Rogue Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5968;\n\n/*  World Gnome Female Mage Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5969;\n\n/*  World Orc Female Warlock Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5970;\n\n/*  World Troll Female Shaman Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5971;\n\n/*  World Tauren Female Druid Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5972;\n\n/*  World Undead Female Priest Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5973;\n\n/*  Dreadmaul Ogre  */\nUPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` = 5974;\n\n/*  Dreadmaul Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.192308, `ArmorModifier` = 0.8 WHERE `entry` = 5976;\n\n/*  Broken One  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 5980;\n\n/*  Portal Seeker  */\nUPDATE `creature_template` SET `unit_class` = 8, `mingold` = 61, `maxgold` = 644 WHERE `entry` = 5981;\n\n/*  Black Slayer  */\nUPDATE `creature_template` SET `minlevel` = 46 WHERE `entry` = 5982;\n\n/*  Bonepicker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 5983;\n\n/*  Snickerfang Hyena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 5985;\n\n/*  Rabid Snickerfang  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5986;\n\n/*  Scorpok Snapper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5987;\n\n/*  Scorpok Stinger  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51 WHERE `entry` = 5988;\n\n/*  Scorpok Lasher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5989;\n\n/*  Zayus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 5994;\n\n/*  Nethergarde Worker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 5995;\n\n/*  Nethergarde Miner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.25 WHERE `entry` = 5996;\n\n/*  Nethergarde Engineer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.25 WHERE `entry` = 5997;\n\n/*  Nethergarde Foreman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 5998;\n\n/*  Nethergarde Cleric  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 6000;\n\n/*  Nethergarde Analyst  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.2 WHERE `entry` = 6001;\n\n/*  Nethergarde Riftwatcher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 6002;\n\n/*  Nethergarde Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry` = 6003;\n\n/*  Shadowsworn Thug  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 6005;\n\n/*  Shadowsworn Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9 WHERE `entry` = 6007;\n\n/*  Felguard Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.8 WHERE `entry` = 6011;\n\n/*  Torta  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry` = 6015;\n\n/*  Ur'kyo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 6018;\n\n/*  Boar Spirit  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 20, `speed_walk` = 1.0, `DamageModifier` = 3.95 WHERE `entry` = 6021;\n\n/*  Captain Drakoar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6022;\n\n/*  Kernon Shadowclaw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6023;\n\n/*  Breyk  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 6026;\n\n/*  Kitha  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 0.95 WHERE `entry` = 6027;\n\n/*  Thorvald Deepforge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6030;\n\n/*  [UNUSED] Sharn  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6032;\n\n/*  Lotherias  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6034;\n\n/*  Razorfen Stalker  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry` = 6035;\n\n/*  Guardian of Backus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6036;\n\n/*  [UNUSED] Gozwin Vilesprocket  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 6046;\n\n/*  Aqua Guardian  */\nUPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 1.05, `RangeAttackTime` = 1936 WHERE `entry` = 6047;\n\n/*  [UNUSED] Meritt Herrion  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 6067;\n\n/*  Warug's Bodyguard  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 6068;\n\n/*  Maraudine Khan Guard  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 329 WHERE `entry` = 6069;\n\n/*  Maraudine Khan Advisor  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1782, `mingold` = 28, `maxgold` = 138 WHERE `entry` = 6070;\n\n/*  Legion Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3, `mingold` = 13, `maxgold` = 67 WHERE `entry` = 6071;\n\n/*  Diathorus the Seeker  */\nUPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 6072;\n\n/*  Bartleby  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 6090;\n\n/*  Dellylah  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6091;\n\n/*  Minor Phantasm  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6092;\n\n/*  Byancie  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6094;\n\n/*  Lesser Phantasm  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6106;\n\n/*  Shade  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.05 WHERE `entry` = 6107;\n\n/*  Greater Phantasm  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6108;\n\n/*  Vejrek  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry` = 6113;\n\n/*  Roaming Felguard  */\nUPDATE `creature_template` SET `minlevel` = 29, `detection_range` = 18.0 WHERE `entry` = 6115;\n\n/*  Highborne Apparition  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 6116;\n\n/*  Highborne Lichling  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.85 WHERE `entry` = 6117;\n\n/*  Lago Blackwrench  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 6120;\n\n/*  Gakin the Darkbinder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 1.6 WHERE `entry` = 6122;\n\n/*  Vorlus Vilehoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6128;\n\n/*  Draconic Magelord  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.1 WHERE `entry` = 6129;\n\n/*  Blue Scalebane  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.8, `ArmorModifier` = 1.7 WHERE `entry` = 6130;\n\n/*  Draconic Mageweaver  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 4.15 WHERE `entry` = 6131;\n\n/*  Razorfen Servitor  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 6132;\n\n/*  Shade of Elura  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 6133;\n\n/*  Lord Arkkoroc  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 6134;\n\n/*  Arkkoran Clacker  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6135;\n\n/*  Arkkoran Pincer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6137;\n\n/*  Hetaera  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.3, `HealthModifier` = 5.0 WHERE `entry` = 6140;\n\n/*  Pridewing Soarer  */\nUPDATE `creature_template` SET `minlevel` = 21 WHERE `entry` = 6141;\n\n/*  Mathiel  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 6142;\n\n/*  Servant of Arkkoroc  */\nUPDATE `creature_template` SET `DamageModifier` = 2.740741 WHERE `entry` = 6143;\n\n/*  Son of Arkkoroc  */\nUPDATE `creature_template` SET `DamageModifier` = 4.714286 WHERE `entry` = 6144;\n\n/*  School of Fish  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.65, `HealthModifier` = 1.0 WHERE `entry` = 6145;\n\n/*  Cliff Breaker  */\nUPDATE `creature_template` SET `DamageModifier` = 3.520000, `ArmorModifier` = 1.5 WHERE `entry` = 6146;\n\n/*  Cliff Thunderer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.360000, `ArmorModifier` = 1.5 WHERE `entry` = 6147;\n\n/*  Cliff Walker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.960000, `ArmorModifier` = 1.5 WHERE `entry` = 6148;\n\n/*  Yorus Barleybrew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 6166;\n\n/*  Roogug  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `DamageModifier` = 1.6, `ArmorModifier` = 0.95 WHERE `entry` = 6168;\n\n/*  Klockmort Spannerspan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 6169;\n\n/*  Duthorian Rall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry` = 6171;\n\n/*  Henze Faulk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6172;\n\n/*  Gazin Tenorm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6173;\n\n/*  Stephanie Turner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 6174;\n\n/*  John Turner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 6175;\n\n/*  Bath'rah the Windwatcher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6176;\n\n/*  Narm Faulk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6177;\n\n/*  Muiredon Battleforge  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6178;\n\n/*  Tiza Battleforge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 6179;\n\n/*  Defias Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1991, `mingold` = 5, `maxgold` = 43 WHERE `entry` = 6180;\n\n/*  Daphne Stilwell  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6182;\n\n/*  [UNUSED] Briton Kilras  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 6183;\n\n/*  Timbermaw Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 6184;\n\n/*  Timbermaw Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 6185;\n\n/*  Timbermaw Den Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 6187;\n\n/*  Timbermaw Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 6188;\n\n/*  Timbermaw Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.236364, `ArmorModifier` = 0.75 WHERE `entry` = 6189;\n\n/*  Spitelash Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 6190;\n\n/*  Spitelash Serpent Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.5 WHERE `entry` = 6194;\n\n/*  Spitelash Sorceress  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 6197;\n\n/*  Caverndeep Burrower  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 27, `RangeAttackTime` = 1567 WHERE `entry` = 6206;\n\n/*  Caverndeep Ambusher  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 27, `DamageModifier` = 1.1, `RangeAttackTime` = 1881 WHERE `entry` = 6207;\n\n/*  Caverndeep Invader  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `RangeAttackTime` = 1567 WHERE `entry` = 6208;\n\n/*  Caverndeep Looter  */\nUPDATE `creature_template` SET `DamageModifier` = 4.25, `RangeAttackTime` = 1521 WHERE `entry` = 6209;\n\n/*  Caverndeep Pillager  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.666667, `HealthModifier` = 3.0, `RangeAttackTime` = 1604 WHERE `entry` = 6210;\n\n/*  Caverndeep Reaver  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `RangeAttackTime` = 1567 WHERE `entry` = 6211;\n\n/*  Dark Iron Agent  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `RangeAttackTime` = 1475 WHERE `entry` = 6212;\n\n/*  Irradiated Invader  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.65, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `RangeAttackTime` = 1567, `unit_class` = 8 WHERE `entry` = 6213;\n\n/*  Irradiated Burrower  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 6214;\n\n/*  Chomper  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `DamageModifier` = 1.0, `RangeAttackTime` = 1540, `mingold` = 36, `maxgold` = 179 WHERE `entry` = 6215;\n\n/*  Irradiated Slime  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `DamageModifier` = 1.75, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567 WHERE `entry` = 6218;\n\n/*  Corrosive Lurker  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 1.65, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567 WHERE `entry` = 6219;\n\n/*  Irradiated Horror  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `speed_run` = 1.14286, `RangeAttackTime` = 1549 WHERE `entry` = 6220;\n\n/*  Addled Leper  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1936 WHERE `entry` = 6221;\n\n/*  Leprous Technician  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 0.9, `ArmorModifier` = 0.95, `RangeAttackTime` = 1881 WHERE `entry` = 6222;\n\n/*  Leprous Defender  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567 WHERE `entry` = 6223;\n\n/*  Leprous Machinesmith  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 0.9, `ArmorModifier` = 0.95, `RangeAttackTime` = 1881 WHERE `entry` = 6224;\n\n/*  Mechano-Tank  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `RangeAttackTime` = 1549 WHERE `entry` = 6225;\n\n/*  Mechano-Flamewalker  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `RangeAttackTime` = 1475 WHERE `entry` = 6226;\n\n/*  Mechano-Frostwalker  */\nUPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `RangeAttackTime` = 1475 WHERE `entry` = 6227;\n\n/*  Dark Iron Ambassador  */\nUPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 2.65, `ArmorModifier` = 0.9, `RangeAttackTime` = 1494, `mingold` = 57, `maxgold` = 286 WHERE `entry` = 6228;\n\n/*  Crowd Pummeler 9-60  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 2.4, `ArmorModifier` = 2.0, `RangeAttackTime` = 1475 WHERE `entry` = 6229;\n\n/*  Peacekeeper Security Suit  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `RangeAttackTime` = 1475 WHERE `entry` = 6230;\n\n/*  Techbot  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 6.0, `RangeAttackTime` = 1567 WHERE `entry` = 6231;\n\n/*  Arcane Nullifier X-21  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 2.4, `RangeAttackTime` = 1475 WHERE `entry` = 6232;\n\n/*  Mechanized Sentry  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `ArmorModifier` = 1.5, `RangeAttackTime` = 1567 WHERE `entry` = 6233;\n\n/*  Mechanized Guardian  */\nUPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `ArmorModifier` = 1.5, `RangeAttackTime` = 1475 WHERE `entry` = 6234;\n\n/*  Electrocutioner 6000  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 2.4, `ArmorModifier` = 1.5, `RangeAttackTime` = 1475 WHERE `entry` = 6235;\n\n/*  Klannoc Macleod  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry` = 6236;\n\n/*  Stockade Archer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 6237;\n\n/*  Big Will  */\nUPDATE `creature_template` SET `mingold` = 28, `maxgold` = 138 WHERE `entry` = 6238;\n\n/*  Cyclonian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 87, `maxgold` = 437 WHERE `entry` = 6239;\n\n/*  Bailor Stonehand  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6241;\n\n/*  World Skinning Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6242;\n\n/*  Gelihast  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 2.4 WHERE `entry` = 6243;\n\n/*  Takar the Seer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry` = 6244;\n\n/*  Anathera  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 6245;\n\n/*  Latherion  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `DamageModifier` = 7.15, `RangeAttackTime` = 2200, `unit_class` = 2 WHERE `entry` = 6246;\n\n/*  Doan Karhan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.5 WHERE `entry` = 6247;\n\n/*  Twiggy Flathead  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6248;\n\n/*  Affray Spectator  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry` = 6249;\n\n/*  Strahad Farsan  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry` = 6251;\n\n/*  Acolyte Magaz  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 6252;\n\n/*  Acolyte Fenrick  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 6253;\n\n/*  Acolyte Wytula  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 6254;\n\n/*  Acolyte Porena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.9 WHERE `entry` = 6267;\n\n/*  Summoned Felhunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9, `RangeAttackTime` = 1881 WHERE `entry` = 6268;\n\n/*  Azgalaril  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6269;\n\n/*  Asjorah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6270;\n\n/*  Mouse  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 6271;\n\n/*  Zarrin  */\nUPDATE `creature_template` SET `DamageModifier` = 4.05, `ArmorModifier` = 4.0 WHERE `entry` = 6286;\n\n/*  Radnaal Maneweaver  */\nUPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry` = 6287;\n\n/*  Jayla  */\nUPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.85 WHERE `entry` = 6288;\n\n/*  Rand Rhobart  */\nUPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry` = 6289;\n\n/*  Yonn Deepcut  */\nUPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.75 WHERE `entry` = 6290;\n\n/*  Balthus Stoneflayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6291;\n\n/*  Eladriel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6292;\n\n/*  Jorah Annison  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 6293;\n\n/*  Krom Stoutarm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 6294;\n\n/*  Wilma Ranthal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 6295;\n\n/*  Flame Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6296;\n\n/*  Kurdram Stonehammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6297;\n\n/*  Thelgrum Stonehammer  */\nUPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry` = 6298;\n\n/*  Delfrum Flintbeard  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry` = 6299;\n\n/*  Gorbold Steelhand  */\nUPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry` = 6301;\n\n/*  Helene Peltskinner  */\nUPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.933333 WHERE `entry` = 6306;\n\n/*  Horde Wargryphoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6326;\n\n/*  Alliance Wargryphoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6327;\n\n/*  Dannie Fizzwizzle  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.333333 WHERE `entry` = 6328;\n\n/*  Irradiated Pillager  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1567 WHERE `entry` = 6329;\n\n/*  Skeletal Horse  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6346;\n\n/*  Makrinni Razorclaw  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6350;\n\n/*  Coralshell Lurker  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6352;\n\n/*  Donni Anthania  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 6367;\n\n/*  Cat  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 6368;\n\n/*  Coralshell Tortoise  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6369;\n\n/*  Makrinni Scrabbler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6370;\n\n/*  Makrinni Snapclaw  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 6372;\n\n/*  Dane Winslow  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry` = 6373;\n\n/*  Cylina Darkheart  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.05 WHERE `entry` = 6374;\n\n/*  Wren Darkspring  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 2.4, `RangeAttackTime` = 2156 WHERE `entry` = 6376;\n\n/*  Jubahl Corpseseeker  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry` = 6382;\n\n/*  Ward of Zanzil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1705 WHERE `entry` = 6386;\n\n/*  Dranh  */\nUPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.8 WHERE `entry` = 6387;\n\n/*  Zanzil Skeleton  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `speed_walk` = 0.888888, `RangeAttackTime` = 1716, `mingold` = 36, `maxgold` = 181 WHERE `entry` = 6388;\n\n/*  Deathguard Podrig  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 6389;\n\n/*  Holdout Warrior  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 3.25 WHERE `entry` = 6391;\n\n/*  Holdout Medic  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 3.65, `RangeAttackTime` = 1540 WHERE `entry` = 6392;\n\n/*  Henen Ragetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 6393;\n\n/*  Sergeant Rutger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry` = 6395;\n\n/*  Holdout Technician  */\nUPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 3.25, `RangeAttackTime` = 1549 WHERE `entry` = 6407;\n\n/*  Ula'elek  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6408;\n\n/*  Orm Stonehoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 6410;\n\n/*  Velora Nitely  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 6411;\n\n/*  Skeleton  */\nUPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 0.888888, `HealthModifier` = 1.0, `ArmorModifier` = 0.85, `ManaModifier` = 1.0 WHERE `entry` = 6412;\n\n/*  Anguished Dead  */\nUPDATE `creature_template` SET `maxlevel` = 33, `DamageModifier` = 1.7, `ArmorModifier` = 0.95 WHERE `entry` = 6426;\n\n/*  Haunting Phantasm  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 1.7, `ArmorModifier` = 1.9 WHERE `entry` = 6427;\n\n/*  Therzok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6446;\n\n/*  Arcanist Doan  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `DamageModifier` = 1.7 WHERE `entry` = 6487;\n\n/*  Fallen Champion  */\nUPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 1.7, `ArmorModifier` = 1.95 WHERE `entry` = 6488;\n\n/*  Ironspine  */\nUPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 1.7, `ArmorModifier` = 1.95, `RangeAttackTime` = 1485 WHERE `entry` = 6489;\n\n/*  Azshir the Sleepless  */\nUPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 1.7, `mingold` = 63, `maxgold` = 624 WHERE `entry` = 6490;\n\n/*  Spirit Healer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 6491;\n\n/*  Illusionary Phantasm  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 1.7, `ArmorModifier` = 1.9 WHERE `entry` = 6493;\n\n/*  Riznek  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6495;\n\n/*  Brivelthwerp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6496;\n\n/*  Devilsaur  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry` = 6498;\n\n/*  Ironhide Devilsaur  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.25 WHERE `entry` = 6499;\n\n/*  Tyrant Devilsaur  */\nUPDATE `creature_template` SET `DamageModifier` = 4 WHERE `entry` = 6500;\n\n/*  Stegodon  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 6501;\n\n/*  Plated Stegodon  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.5 WHERE `entry` = 6502;\n\n/*  Spiked Stegodon  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry` = 6503;\n\n/*  Thunderstomp Stegodon  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 6504;\n\n/*  Ravasaur  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6505;\n\n/*  Ravasaur Runner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6506;\n\n/*  Ravasaur Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6507;\n\n/*  Venomhide Ravasaur  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6508;\n\n/*  Bloodpetal Lasher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6509;\n\n/*  Bloodpetal Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 6510;\n\n/*  Bloodpetal Thresher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6511;\n\n/*  Bloodpetal Trapper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6512;\n\n/*  Un'Goro Stomper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 6513;\n\n/*  Tar Beast  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 6517;\n\n/*  Tar Lurker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 6518;\n\n/*  Tar Lord  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 6519;\n\n/*  Scorching Elemental  */\nUPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry` = 6520;\n\n/*  Living Blaze  */\nUPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry` = 6521;\n\n/*  Andron Gant  */\nUPDATE `creature_template` SET `DamageModifier` = 2.35 WHERE `entry` = 6522;\n\n/*  Dark Iron Rifleman  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 6523;\n\n/*  GOSSIP TEST DUDE  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6526;\n\n/*  Tar Creeper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 6527;\n\n/*  Tabetha  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 2.25 WHERE `entry` = 6546;\n\n/*  Suffering Victim  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 6547;\n\n/*  Demon of the Orb  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1475 WHERE `entry` = 6549;\n\n/*  Mana Surge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 6550;\n\n/*  Gorishi Worker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.178571 WHERE `entry` = 6552;\n\n/*  Glutinous Ooze  */\nUPDATE `creature_template` SET `maxgold` = 247 WHERE `entry` = 6559;\n\n/*  Stone Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 4.2, `ArmorModifier` = 1.25 WHERE `entry` = 6560;\n\n/*  Stone Warden  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 6561;\n\n/*  Estelle Gendry  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 6566;\n\n/*  Gnoarn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6569;\n\n/*  Cat Form (Night Elf Druid)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 6571;\n\n/*  Cat Form (Tauren Druid)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 6572;\n\n/*  Travel Form (Druid)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 6573;\n\n/*  Scarlet Trainee  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 4, `maxgold` = 30 WHERE `entry` = 6575;\n\n/*  Brienna Starglow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 6576;\n\n/*  Bingles Blastenheimer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2035 WHERE `entry` = 6577;\n\n/*  Peasant (Wood)  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6578;\n\n/*  Shoni the Shilent  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 6579;\n\n/*  Ravasaur Matriarch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 6581;\n\n/*  Gruff  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7 WHERE `entry` = 6583;\n\n/*  King Mosh  */\nUPDATE `creature_template` SET `DamageModifier` = 8.5 WHERE `entry` = 6584;\n\n/*  Uhk'loc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 6585;\n\n/*  Rokar Bladeshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6586;\n\n/*  Overseer Glibby  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 6606;\n\n/*  Harroc  */\nUPDATE `creature_template` SET `DamageModifier` = 0.86 WHERE `entry` = 6607;\n\n/*  \"Plucky\" Johnson  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 6626;\n\n/*  Monnos the Elder  */\nUPDATE `creature_template` SET `minlevel` = 54, `DamageModifier` = 2.6, `RangeAttackTime` = 1310 WHERE `entry` = 6646;\n\n/*  Magister Hawkhelm  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `RangeAttackTime` = 1301 WHERE `entry` = 6647;\n\n/*  Antilos  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3, `RangeAttackTime` = 1356 WHERE `entry` = 6648;\n\n/*  General Fangferror  */\nUPDATE `creature_template` SET `minlevel` = 51 WHERE `entry` = 6650;\n\n/*  Gatekeeper Rageroar  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 6651;\n\n/*  Master Feardred  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry` = 6652;\n\n/*  Huge Toad  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 6653;\n\n/*  \"Plucky\" Johnson's Human Form  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 6666;\n\n/*  Gelkak Gyromast  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6667;\n\n/*  Lord Cyrik Blackforge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 6668;\n\n/*  The Threshwackonator 4100  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.2, `HealthModifier` = 2.0 WHERE `entry` = 6669;\n\n/*  Westfall Woodworker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 6670;\n\n/*  Druid 40 (faster)!  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6687;\n\n/*  Druid 40 (fastest!)  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6688;\n\n/*  Baritanas Skyriver  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 6706;\n\n/*  Thalon  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 6726;\n\n/*  Narnie  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 6728;\n\n/*  Morridune  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1914, `mingold` = 11, `maxgold` = 53 WHERE `entry` = 6729;\n\n/*  Harlown Darkweave  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry` = 6731;\n\n/*  Stonevault Basher  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry` = 6733;\n\n/*  Water Spirit  */\nUPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.384615, `HealthModifier` = 1.0, `ArmorModifier` = 0.95, `BaseAttackTime` = 1820, `RangeAttackTime` = 2002 WHERE `entry` = 6748;\n\n/*  Erma  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 6749;\n\n/*  Garona  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 6767;\n\n/*  [UNUSED] Ravenholdt Falconer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6769;\n\n/*  [UNUSED] Ravenholdt Houndmaster  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6770;\n\n/*  Attack Hound  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6772;\n\n/*  Shadowhawk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 6773;\n\n/*  Falkhaan Isenstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 6774;\n\n/*  Antur Fallow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 6775;\n\n/*  Magrin Rivermane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 6776;\n\n/*  Melika Isenstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 6778;\n\n/*  Smudge Thunderwood  */\nUPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry` = 6779;\n\n/*  Porthannius  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6780;\n\n/*  Melarith  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 6781;\n\n/*  Hands Springsprocket  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 6782;\n\n/*  [UNUSED] Lorek Belm  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6783;\n\n/*  Calvin Montague  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6784;\n\n/*  Ratslin Maime  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6785;\n\n/*  Ukor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 6786;\n\n/*  Yelnagi Blackarm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 6787;\n\n/*  Den Mother  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry` = 6788;\n\n/*  Thistle Cub  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 0.35 WHERE `entry` = 6789;\n\n/*  Innkeeper Wiley  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 6791;\n\n/*  Tannok Frosthammer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 6806;\n\n/*  Innkeeper Skindle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 6807;\n\n/*  Talvash del Kissel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 6826;\n\n/*  Crab  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 6827;\n\n/*  Defias Bodyguard  */\nUPDATE `creature_template` SET `mingold` = 3, `maxgold` = 26 WHERE `entry` = 6866;\n\n/*  Tracking Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 6867;\n\n/*  Onin MacHammar  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.7, `RangeAttackTime` = 2079 WHERE `entry` = 6886;\n\n/*  Yalda  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 6887;\n\n/*  Baelog  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 3.0 WHERE `entry` = 6906;\n\n/*  Eric \"The Swift\"  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 0.5 WHERE `entry` = 6907;\n\n/*  Olaf  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 0.25 WHERE `entry` = 6908;\n\n/*  Sethir the Ancient  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry` = 6909;\n\n/*  Revelosh  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 2.0, `ArmorModifier` = 0.95 WHERE `entry` = 6910;\n\n/*  Minion of Sethir  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2079, `mingold` = 3, `maxgold` = 13 WHERE `entry` = 6911;\n\n/*  Remains of a Paladin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 6912;\n\n/*  Lost One Rift Traveler  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `BaseAttackTime` = 1300, `RangeAttackTime` = 1936 WHERE `entry` = 6913;\n\n/*  Test Satyr  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6926;\n\n/*  Defias Dockworker  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.9 WHERE `entry` = 6927;\n\n/*  Respawn Test Mob  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 6931;\n\n/*  Swamp Spirit  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 0.666668, `RangeAttackTime` = 1771 WHERE `entry` = 6932;\n\n/*  Renzik \"The Shiv\"  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 6946;\n\n/*  Lucius  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 6966;\n\n/*  Dran Droffers  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 6986;\n\n/*  Malton Droffers  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 6987;\n\n/*  Blackrock Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7006;\n\n/*  Blackrock Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7008;\n\n/*  Arantir  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 7009;\n\n/*  Zilzibin Drumlore  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry` = 7010;\n\n/*  Earthen Rocksmasher  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 1.148148, `RangeAttackTime` = 1661 WHERE `entry` = 7011;\n\n/*  Earthen Sculptor  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 1.15, `RangeAttackTime` = 1661 WHERE `entry` = 7012;\n\n/*  Blackrock Rampager  */\nUPDATE `creature_template` SET `minlevel` = 17, `maxlevel` = 18, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7013;\n\n/*  Commander Kartak Dwarfdefiler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7014;\n\n/*  Venomlash Scorpid  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.0, `RangeAttackTime` = 1475 WHERE `entry` = 7022;\n\n/*  Obsidian Sentinel  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 3.5, `RangeAttackTime` = 1384 WHERE `entry` = 7023;\n\n/*  Agent Kearnen  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.85 WHERE `entry` = 7024;\n\n/*  Blackrock Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.250000, `ArmorModifier` = 0.75 WHERE `entry` = 7027;\n\n/*  Blackrock Battlemaster  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.5, `DamageModifier` = 1.25 WHERE `entry` = 7029;\n\n/*  Shadowforge Geologist  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `DamageModifier` = 2.0, `RangeAttackTime` = 1393 WHERE `entry` = 7030;\n\n/*  Obsidian Elemental  */\nUPDATE `creature_template` SET `minlevel` = 51, `ArmorModifier` = 1.5 WHERE `entry` = 7031;\n\n/*  Greater Obsidian Elemental  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 7032;\n\n/*  Firegut Ogre  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 7033;\n\n/*  Firegut Ogre Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 7034;\n\n/*  Firegut Brute  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 7035;\n\n/*  Thaurissan Spy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.8 WHERE `entry` = 7036;\n\n/*  War Reaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 7039;\n\n/*  Black Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.464286, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 7040;\n\n/*  Black Wyrmkin  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 7041;\n\n/*  Flamescale Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.862069, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 7042;\n\n/*  Flamescale Wyrmkin  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `rank` = 1, `DamageModifier` = 3.85, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 7043;\n\n/*  Black Drake  */\nUPDATE `creature_template` SET `minlevel` = 50, `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 7044;\n\n/*  Scalding Drake  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `MovementType` = 0 WHERE `entry` = 7045;\n\n/*  Searscale Drake  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 7046;\n\n/*  Scalding Broodling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 7048;\n\n/*  Malformed Defias Drone  */\nUPDATE `creature_template` SET `DamageModifier` = 4.25 WHERE `entry` = 7051;\n\n/*  Klaven Mortwake  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 4.0 WHERE `entry` = 7053;\n\n/*  Digmaster Shovelphlange  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 7057;\n\n/*  Condemned Acolyte  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 5.75, `mingold` = 1430, `maxgold` = 1630 WHERE `entry` = 7068;\n\n/*  Condemned Monk  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 4.3, `mingold` = 1538, `maxgold` = 1738 WHERE `entry` = 7069;\n\n/*  Condemned Cleric  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 4.8, `ArmorModifier` = 1.05, `mingold` = 1491, `maxgold` = 1691 WHERE `entry` = 7070;\n\n/*  Cursed Paladin  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 6.45, `mingold` = 1465, `maxgold` = 1665 WHERE `entry` = 7071;\n\n/*  Cursed Justicar  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 4.75, `ArmorModifier` = 0.8, `mingold` = 1430, `maxgold` = 1630 WHERE `entry` = 7072;\n\n/*  Arados the Damned  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.677019, `ArmorModifier` = 0.45, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `unit_class` = 2 WHERE `entry` = 7073;\n\n/*  Judge Thelgram  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.490683, `ArmorModifier` = 0.25, `BaseAttackTime` = 1610, `unit_class` = 8 WHERE `entry` = 7074;\n\n/*  Writhing Mage  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 3.85, `ArmorModifier` = 0.7, `mingold` = 1571, `maxgold` = 1771 WHERE `entry` = 7075;\n\n/*  Earthen Guardian  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.217391, `ArmorModifier` = 1.3, `RangeAttackTime` = 1672 WHERE `entry` = 7076;\n\n/*  Earthen Hallshaper  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.2, `RangeAttackTime` = 1661 WHERE `entry` = 7077;\n\n/*  Cleft Scorpid  */\nUPDATE `creature_template` SET `minlevel` = 35, `DamageModifier` = 1.0 WHERE `entry` = 7078;\n\n/*  Viscous Fallout  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_run` = 1.14286, `DamageModifier` = 1.65, `ArmorModifier` = 0.95, `RangeAttackTime` = 1549 WHERE `entry` = 7079;\n\n/*  Killian Hagey  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7087;\n\n/*  Thuwd  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7088;\n\n/*  Mooranta  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7089;\n\n/*  Shadowforge Ambusher  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `DamageModifier` = 1.75, `HealthModifier` = 1.2, `RangeAttackTime` = 1384 WHERE `entry` = 7091;\n\n/*  Crazed Stag  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7094;\n\n/*  Maddened Stag  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7095;\n\n/*  Corrupt Courser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7096;\n\n/*  Warpwood Moss Flayer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 7100;\n\n/*  Warpwood Shredder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 7101;\n\n/*  Dessecus  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 3.8 WHERE `entry` = 7104;\n\n/*  Jadefire Satyr  */\nUPDATE `creature_template` SET `maxlevel` = 50 WHERE `entry` = 7105;\n\n/*  Jadefire Betrayer  */\nUPDATE `creature_template` SET `minlevel` = 52 WHERE `entry` = 7108;\n\n/*  Jaedenar Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7114;\n\n/*  Jaedenar Dreadweaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7116;\n\n/*  Jaedenar Instigator  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7117;\n\n/*  Jaedenar Summoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7119;\n\n/*  Jaedenar Arch Warlock  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7121;\n\n/*  Shadow Council Champion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7122;\n\n/*  Shadow Council Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7123;\n\n/*  Shadow Council Highlord  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7124;\n\n/*  Jaedenar Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7127;\n\n/*  Jaedenar Mana Leech  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7128;\n\n/*  Enslaved Voidwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7129;\n\n/*  Voidwalker Servant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7130;\n\n/*  Voidwalker Guardian  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7131;\n\n/*  Toxic Horror  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 7132;\n\n/*  Noxious Horror  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7133;\n\n/*  Poison Flayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7134;\n\n/*  Infernal Bodyguard  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ManaModifier` = 3.0, `mingold` = 138, `maxgold` = 689 WHERE `entry` = 7135;\n\n/*  Infernal Sentry  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 3.0, `ManaModifier` = 3.0 WHERE `entry` = 7136;\n\n/*  Immolatus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.366667 WHERE `entry` = 7137;\n\n/*  Irontree Wanderer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 7138;\n\n/*  Irontree Stomper  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 7139;\n\n/*  Decaying Treant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7143;\n\n/*  Withered Treant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7144;\n\n/*  Treant Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7146;\n\n/*  Withered Protector  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.7 WHERE `entry` = 7149;\n\n/*  Withered Guardian  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7150;\n\n/*  Withered Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7151;\n\n/*  Withered Forest Walker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7152;\n\n/*  Deadwood Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 7153;\n\n/*  Deadwood Gardener  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 7154;\n\n/*  Deadwood Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 7155;\n\n/*  Deadwood Den Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `maxgold` = 679 WHERE `entry` = 7156;\n\n/*  Deadwood Avenger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `mingold` = 114, `maxgold` = 754 WHERE `entry` = 7157;\n\n/*  Deadwood Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `maxgold` = 754 WHERE `entry` = 7158;\n\n/*  Wrenix the Wretched  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 7161;\n\n/*  Polly  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000, `RangeAttackTime` = 2013 WHERE `entry` = 7167;\n\n/*  Thragomm  */\nUPDATE `creature_template` SET `minlevel` = 19, `RangeAttackTime` = 1613 WHERE `entry` = 7170;\n\n/*  Lore Keeper of Norgannon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `RangeAttackTime` = 1551 WHERE `entry` = 7172;\n\n/*  World Weaponsmithing Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7173;\n\n/*  World Armorsmithing Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7174;\n\n/*  Stonevault Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 0.3 WHERE `entry` = 7175;\n\n/*  A  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7186;\n\n/*  Ancient Stone Keeper  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 3, `ArmorModifier` = 2.0, `RangeAttackTime` = 1384 WHERE `entry` = 7206;\n\n/*  Doc Mixilpixil  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7207;\n\n/*  Noarm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 7208;\n\n/*  Obsidian Shard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.923077, `BaseAttackTime` = 1300, `RangeAttackTime` = 1826 WHERE `entry` = 7209;\n\n/*  Sand Storm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 0.85, `RangeAttackTime` = 1727 WHERE `entry` = 7226;\n\n/*  Cobaltine Dragonspawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 7227;\n\n/*  Ironaya  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 4.482759, `ArmorModifier` = 0.95, `RangeAttackTime` = 1850 WHERE `entry` = 7228;\n\n/*  Arantir's Shadow  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 7229;\n\n/*  Shayis Steelfury  */\nUPDATE `creature_template` SET `subname` = 'Armor Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7230;\n\n/*  Kelgruk Bloodaxe  */\nUPDATE `creature_template` SET `subname` = 'Weapon Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7231;\n\n/*  Borgus Steelhand  */\nUPDATE `creature_template` SET `subname` = 'Weapon Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry` = 7232;\n\n/*  Taskmaster Fizzule  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 7233;\n\n/*  Ferocitas the Dream Eater  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1 WHERE `entry` = 7234;\n\n/*  Gnarlpine Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143 WHERE `entry` = 7235;\n\n/*  Test Anubisath  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7236;\n\n/*  Sandfury Shadowhunter  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 2.6 WHERE `entry` = 7246;\n\n/*  Sandfury Soul Eater  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 2.6 WHERE `entry` = 7247;\n\n/*  Ember  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `dmgschool` = 2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1859 WHERE `entry` = 7266;\n\n/*  Chief Ukorz Sandscalp  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.3, `RangeAttackTime` = 1384 WHERE `entry` = 7267;\n\n/*  Sandfury Guardian  */\nUPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 2.588235 WHERE `entry` = 7268;\n\n/*  Scarab  */\nUPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 1.3 WHERE `entry` = 7269;\n\n/*  Sandfury Zombie  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 7270;\n\n/*  Witch Doctor Zum'rah  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 7271;\n\n/*  Theka the Martyr  */\nUPDATE `creature_template` SET `minlevel` = 45, `DamageModifier` = 2.76 WHERE `entry` = 7272;\n\n/*  Gahz'rilla  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 0.9, `RangeAttackTime` = 1402, `mingold` = 99, `maxgold` = 494 WHERE `entry` = 7273;\n\n/*  Sandfury Executioner  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2, `RangeAttackTime` = 1384 WHERE `entry` = 7274;\n\n/*  Shadowpriest Sezz'ziz  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 2.7, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 1320 WHERE `entry` = 7275;\n\n/*  Zul'Farrak Dead Hero  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5, `RangeAttackTime` = 1384 WHERE `entry` = 7276;\n\n/*  Zul'Farrak Zombie  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `RangeAttackTime` = 1384, `mingold` = 183, `maxgold` = 1286 WHERE `entry` = 7286;\n\n/*  Grand Foreman Puzik Gallywix  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 7288;\n\n/*  Shadowforge Sharpshooter  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `RangeAttackTime` = 1384 WHERE `entry` = 7290;\n\n/*  Galgann Firehammer  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 3.05, `RangeAttackTime` = 1100 WHERE `entry` = 7291;\n\n/*  Dinita Stonemantle  */\nUPDATE `creature_template` SET `DamageModifier` = 2.35, `ArmorModifier` = 0.6 WHERE `entry` = 7292;\n\n/*  [UNUSED] Drayl  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.807229, `ArmorModifier` = 0.55, `BaseAttackTime` = 1660, `RangeAttackTime` = 1826 WHERE `entry` = 7293;\n\n/*  Shim'la  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7294;\n\n/*  Shailiea  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry` = 7295;\n\n/*  Corand  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7296;\n\n/*  Gothard Winslow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7297;\n\n/*  Demnul Farmountain  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7298;\n\n/*  Venture Co. Lookout  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7307;\n\n/*  Earthen Custodian  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 2.5, `ArmorModifier` = 1.5, `RangeAttackTime` = 1661 WHERE `entry` = 7309;\n\n/*  Mutated Venture Co. Drone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 7310;\n\n/*  Uthel'nay  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7311;\n\n/*  Dink  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7312;\n\n/*  Priestess A'moora  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 7313;\n\n/*  Test BattleMaster  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7314;\n\n/*  Darnath Bladesinger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 7315;\n\n/*  Sister Aquinne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7316;\n\n/*  Oben Rageclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 7317;\n\n/*  Rageclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry` = 7318;\n\n/*  Lady Sathrah  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2068 WHERE `entry` = 7319;\n\n/*  Stonevault Mauler  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 2.5, `ArmorModifier` = 0.3, `RangeAttackTime` = 1384 WHERE `entry` = 7320;\n\n/*  Stonevault Flameweaver  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 2.5, `RangeAttackTime` = 1384 WHERE `entry` = 7321;\n\n/*  Withered Warrior  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 7327;\n\n/*  Withered Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 2 WHERE `entry` = 7328;\n\n/*  Withered Quilguard  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 7329;\n\n/*  Withered Battle Boar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 7333;\n\n/*  Battle Boar Horror  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `DamageModifier` = 1.05 WHERE `entry` = 7334;\n\n/*  Death's Head Geomancer  */\nUPDATE `creature_template` SET `maxlevel` = 36, `ManaModifier` = 1.0 WHERE `entry` = 7335;\n\n/*  Death's Head Necromancer  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37 WHERE `entry` = 7337;\n\n/*  Skeletal Shadowcaster  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `ArmorModifier` = 0.95, `RangeAttackTime` = 1749 WHERE `entry` = 7340;\n\n/*  Skeletal Frostweaver  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 1.8 WHERE `entry` = 7341;\n\n/*  Skeletal Summoner  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.0 WHERE `entry` = 7342;\n\n/*  Splinterbone Skeleton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 7343;\n\n/*  Splinterbone Warrior  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `speed_walk` = 0.888888, `DamageModifier` = 1.5, `ArmorModifier` = 1.5 WHERE `entry` = 7344;\n\n/*  Splinterbone Captain  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2 WHERE `entry` = 7345;\n\n/*  Splinterbone Centurion  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 0.888888, `DamageModifier` = 1.35 WHERE `entry` = 7346;\n\n/*  Boneflayer Ghoul  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 0.777776, `DamageModifier` = 1.9 WHERE `entry` = 7347;\n\n/*  Thorn Eater Ghoul  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `speed_walk` = 0.777776, `DamageModifier` = 1.8, `ArmorModifier` = 0.9 WHERE `entry` = 7348;\n\n/*  Tomb Fiend  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1815, `mingold` = 24, `maxgold` = 119 WHERE `entry` = 7349;\n\n/*  Tomb Reaver  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `DamageModifier` = 1.7, `ArmorModifier` = 0.95, `RangeAttackTime` = 1494, `mingold` = 63, `maxgold` = 317 WHERE `entry` = 7351;\n\n/*  Frozen Soul  */\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 1.8 WHERE `entry` = 7352;\n\n/*  Freezing Spirit  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2 WHERE `entry` = 7353;\n\n/*  Ragglesnout  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `ArmorModifier` = 0.85, `RangeAttackTime` = 1300, `mingold` = 2544, `maxgold` = 12720 WHERE `entry` = 7354;\n\n/*  Tuten'kash  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 2.5, `RangeAttackTime` = 1457, `mingold` = 77, `maxgold` = 383 WHERE `entry` = 7355;\n\n/*  Plaguemaw the Rotting  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `DamageModifier` = 2.0, `RangeAttackTime` = 1448, `mingold` = 80, `maxgold` = 941 WHERE `entry` = 7356;\n\n/*  Mordresh Fire Eye  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 39, `DamageModifier` = 2.0 WHERE `entry` = 7357;\n\n/*  Amnennar the Coldbringer  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 4.2, `ArmorModifier` = 1.05 WHERE `entry` = 7358;\n\n/*  Dun Garok Soldier  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `HealthModifier` = 1.05, `mingold` = 13, `maxgold` = 63 WHERE `entry` = 7360;\n\n/*  Grubbis  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 2.4, `ArmorModifier` = 0.9, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 626 WHERE `entry` = 7361;\n\n/*  Kum'isha the Collector  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7363;\n\n/*  Flawless Draenethyst Sphere  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.120567, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 7364;\n\n/*  Flawless Draenethyst Fragment  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.925466, `ArmorModifier` = 1.5, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771 WHERE `entry` = 7365;\n\n/*  Restless Shade  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 60, `HealthModifier` = 1.35, `ArmorModifier` = 1.45, `unit_class` = 1 WHERE `entry` = 7370;\n\n/*  Deadwind Mauler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.5 WHERE `entry` = 7371;\n\n/*  Deadwind Enforcer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7373;\n\n/*  Vengeful Wraith  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.35 WHERE `entry` = 7374;\n\n/*  Spirit of Wrath  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.35 WHERE `entry` = 7375;\n\n/*  Doomhound Ravager  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7377;\n\n/*  Doomhound Mastiff  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7378;\n\n/*  White Kitten  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7386;\n\n/*  Green Wing Macaw  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7387;\n\n/*  Cockatoo  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7388;\n\n/*  Senegal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7389;\n\n/*  Cockatiel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7390;\n\n/*  Hyacinth Macaw  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7391;\n\n/*  Prairie Chicken  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7392;\n\n/*  White Plymouth Rock  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7393;\n\n/*  Ancona Chicken  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7394;\n\n/*  Cockroach  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7395;\n\n/*  Earthen Stonebreaker  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.259259, `RangeAttackTime` = 1661 WHERE `entry` = 7396;\n\n/*  Earthen Stonecarver  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.5, `RangeAttackTime` = 1661 WHERE `entry` = 7397;\n\n/*  Draenei Refugee  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.730769, `BaseAttackTime` = 1560, `RangeAttackTime` = 1716 WHERE `entry` = 7401;\n\n/*  Galak Flame Guard  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 7404;\n\n/*  Deadly Cleft Scorpid  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 1.0, `RangeAttackTime` = 1716 WHERE `entry` = 7405;\n\n/*  Oglethorpe Obnoticus  */\nUPDATE `creature_template` SET `subname` = 'Master Gnome Engineer' WHERE `entry` = 7406;\n\n/*  Faltering Draenethyst Sphere  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 7409;\n\n/*  Thelman Slatefist  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 7410;\n\n/*  Spirit of Sathrah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `RangeAttackTime` = 2079 WHERE `entry` = 7411;\n\n/*  Taim Ragetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 7427;\n\n/*  Frostmaul Giant  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 4.1, `ArmorModifier` = 1.35 WHERE `entry` = 7428;\n\n/*  Frostmaul Preserver  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 4.0, `ArmorModifier` = 1.35 WHERE `entry` = 7429;\n\n/*  Frostsaber Cub  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 7430;\n\n/*  Frostsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 7431;\n\n/*  Frostsaber Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 7432;\n\n/*  Frostsaber Huntress  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 7433;\n\n/*  Frostsaber Pride Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 7434;\n\n/*  Cobalt Wyrmkin  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.4 WHERE `entry` = 7435;\n\n/*  Cobalt Scalebane  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.8, `ArmorModifier` = 1.25 WHERE `entry` = 7436;\n\n/*  Cobalt Mageweaver  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.8 WHERE `entry` = 7437;\n\n/*  Winterfall Ursa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.2, `maxgold` = 907 WHERE `entry` = 7438;\n\n/*  Winterfall Shaman  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `maxgold` = 871 WHERE `entry` = 7439;\n\n/*  Winterfall Den Watcher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `maxgold` = 830 WHERE `entry` = 7440;\n\n/*  Winterfall Pathfinder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `maxgold` = 750 WHERE `entry` = 7442;\n\n/*  Shardtooth Mauler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.7 WHERE `entry` = 7443;\n\n/*  Shardtooth Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 7444;\n\n/*  Elder Shardtooth  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 7445;\n\n/*  Rabid Shardtooth  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry` = 7446;\n\n/*  Ice Thistle Yeti  */\nUPDATE `creature_template` SET `maxgold` = 828 WHERE `entry` = 7458;\n\n/*  Hederine Initiate  */\nUPDATE `creature_template` SET `DamageModifier` = 7.05, `ArmorModifier` = 1.7 WHERE `entry` = 7461;\n\n/*  Hederine Manastalker  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 7462;\n\n/*  Hederine Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 6.2 WHERE `entry` = 7463;\n\n/*  Nargatt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7485;\n\n/*  Haka'wani  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7488;\n\n/*  Silverpine Deathguard  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 7489;\n\n/*  Curse of the Eye (Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 7503;\n\n/*  Curse of the Eye (Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 7504;\n\n/*  Bloodmage Drazial  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 7505;\n\n/*  Bloodmage Lynnore  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7506;\n\n/*  Anguished Highborne  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05 WHERE `entry` = 7524;\n\n/*  World Leatherworking Dragonscale Trainer  */\nUPDATE `creature_template` SET `minlevel` = 10, `maxlevel` = 10, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7525;\n\n/*  World Leatherworking Elemental Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7526;\n\n/*  Goblin Land Mine  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 7527;\n\n/*  World Leatherworking Tribal Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7528;\n\n/*  Dark Whelpling  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7543;\n\n/*  Crimson Whelpling  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7544;\n\n/*  Emerald Whelpling  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7545;\n\n/*  Bronze Whelpling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7546;\n\n/*  Azure Whelpling  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 7547;\n\n/*  Faeling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7548;\n\n/*  Tree Frog  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7549;\n\n/*  Wood Frog  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 7550;\n\n/*  Dart Frog  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7551;\n\n/*  Island Frog  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7552;\n\n/*  Great Horned Owl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7553;\n\n/*  Snowy Owl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7554;\n\n/*  Hawk Owl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7555;\n\n/*  Eagle Owl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7556;\n\n/*  Cottontail Rabbit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7558;\n\n/*  Spotted Rabbit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7559;\n\n/*  Snowshoe Rabbit  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 7.3 WHERE `entry` = 7560;\n\n/*  Albino Snake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7561;\n\n/*  Brown Snake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7562;\n\n/*  Blue Racer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7563;\n\n/*  Marin Noggenfogger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7564;\n\n/*  Black Kingsnake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7565;\n\n/*  Scarlet Snake  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 7566;\n\n/*  Crimson Snake  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7567;\n\n/*  Ribbon Snake  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 7568;\n\n/*  Green Water Snake  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 7569;\n\n/*  Elven Wisp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7570;\n\n/*  Fallen Hero of the Horde  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7572;\n\n/*  Sprinkle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 7583;\n\n/*  Leprous Assistant  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 0.95, `ArmorModifier` = 0.95, `RangeAttackTime` = 1881 WHERE `entry` = 7603;\n\n/*  Sergeant Bly  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1384 WHERE `entry` = 7604;\n\n/*  Raven  */\nUPDATE `creature_template` SET `DamageModifier` = 2.375000, `RangeAttackTime` = 1384 WHERE `entry` = 7605;\n\n/*  Oro Eyegouge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 1384 WHERE `entry` = 7606;\n\n/*  Weegli Blastfuse  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 1448 WHERE `entry` = 7607;\n\n/*  Murta Grimgut  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 1384 WHERE `entry` = 7608;\n\n/*  Dispatch Commander Ruag  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7623;\n\n/*  Slim's Test Death Knight  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0, `HealthModifier` = 1.25 WHERE `entry` = 7624;\n\n/*  Bengor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7643;\n\n/*  Ashenvale Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7663;\n\n/*  Razelikh the Defiler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 2713 WHERE `entry` = 7664;\n\n/*  Grol the Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 6.5 WHERE `entry` = 7665;\n\n/*  Archmage Allistarj  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 7666;\n\n/*  Lady Sevine  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 7667;\n\n/*  Servant of Razelikh  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 7668;\n\n/*  Servant of Grol  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7669;\n\n/*  Servant of Allistarj  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 7670;\n\n/*  Servant of Sevine  */\nUPDATE `creature_template` SET `minlevel` = 55, `DamageModifier` = 1.3 WHERE `entry` = 7671;\n\n/*  Senior Surveyor Fizzledowser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7724;\n\n/*  Grimtotem Naturalist  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.95 WHERE `entry` = 7726;\n\n/*  Kirith the Damned  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 4.0 WHERE `entry` = 7728;\n\n/*  Spirit of Kirith  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 7729;\n\n/*  Stonetalon Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 7.15, `ArmorModifier` = 0.5 WHERE `entry` = 7730;\n\n/*  Dupe Bug  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 7732;\n\n/*  Ilifar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 4.0, `HealthModifier` = 2.0, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 7734;\n\n/*  Felcular  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 4.0, `HealthModifier` = 1.5, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 7735;\n\n/*  Burning Servant  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `dmgschool` = 2, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `RangeAttackTime` = 1881 WHERE `entry` = 7738;\n\n/*  Gracina Spiritmight  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7740;\n\n/*  World Mount Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7747;\n\n/*  World Horse Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7748;\n\n/*  Corporal Thund Splithoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `RangeAttackTime` = 1606 WHERE `entry` = 7750;\n\n/*  Curgle Cranklehop  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry` = 7763;\n\n/*  Rockbiter  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.95 WHERE `entry` = 7765;\n\n/*  Tyrion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 7766;\n\n/*  Witherbark Felhunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1540, `RangeAttackTime` = 1694, `DamageModifier` = 1.298701 WHERE `entry` = 7767;\n\n/*  Witherbark Bloodling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `RangeAttackTime` = 1936 WHERE `entry` = 7768;\n\n/*  Hazzali Parasite  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 7769;\n\n/*  Winkey  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1 WHERE `entry` = 7770;\n\n/*  Marvon Rivetseeker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7771;\n\n/*  Kalin Windflight  */\nUPDATE `creature_template` SET `DamageModifier` = 2.35, `ArmorModifier` = 1.1 WHERE `entry` = 7772;\n\n/*  Marli Wishrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 7773;\n\n/*  Gregan Brewspewer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7775;\n\n/*  Rok Orhan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7777;\n\n/*  Doran Steelwing  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7778;\n\n/*  Priestess Tyriona  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.7, `RangeAttackTime` = 1936, `unit_class` = 2 WHERE `entry` = 7779;\n\n/*  Rin'ji  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7780;\n\n/*  Loramus Thalipedes  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7783;\n\n/*  Homing Robot OOX-17/TN  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 7784;\n\n/*  Ward of Zum'rah  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1705 WHERE `entry` = 7785;\n\n/*  Skeleton of Zum'rah  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `ArmorModifier` = 1.45, `RangeAttackTime` = 1826 WHERE `entry` = 7786;\n\n/*  Sandfury Slave  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry` = 7787;\n\n/*  Sandfury Drudge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry` = 7788;\n\n/*  Sandfury Cretin  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 2.5, `ArmorModifier` = 1.3, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 534 WHERE `entry` = 7789;\n\n/*  Orokk Omosh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7790;\n\n/*  Theka the Martyr Shapeshift  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 7791;\n\n/*  Ox  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7793;\n\n/*  McGavan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 7794;\n\n/*  Hydromancer Velratha  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `RangeAttackTime` = 1384 WHERE `entry` = 7795;\n\n/*  Nekrum Gutchewer  */\nUPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 2.760000, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 534 WHERE `entry` = 7796;\n\n/*  Ruuzlu  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 3.615385, `RangeAttackTime` = 1384 WHERE `entry` = 7797;\n\n/*  Hank the Hammer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 7798;\n\n/*  Gimblethorn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7799;\n\n/*  Mekgineer Thermaplugg  */\nUPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `DamageModifier` = 2.4, `ArmorModifier` = 2.0, `RangeAttackTime` = 1475 WHERE `entry` = 7800;\n\n/*  Gilveradin Sunchaser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7801;\n\n/*  Galvan the Ancient  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7802;\n\n/*  Scorpid Duneburrower  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1672 WHERE `entry` = 7803;\n\n/*  Trenton Lighthammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 7804;\n\n/*  Wastewander Scofflaw  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 360 WHERE `entry` = 7805;\n\n/*  Homing Robot OOX-09/HL  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 7806;\n\n/*  Homing Robot OOX-22/FE  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry` = 7807;\n\n/*  Marauding Owlbeast  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 374 WHERE `entry` = 7808;\n\n/*  Vilebranch Ambusher  */\nUPDATE `creature_template` SET `mingold` = 43, `maxgold` = 498 WHERE `entry` = 7809;\n\n/*  Bera Stonehammer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.65 WHERE `entry` = 7823;\n\n/*  Bulkrek Ragefist  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 7824;\n\n/*  Teremus the Devourer  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 9.5, `mingold` = 8283, `maxgold` = 41416 WHERE `entry` = 7846;\n\n/*  Lurking Feral Scar  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `mingold` = 43, `maxgold` = 440 WHERE `entry` = 7848;\n\n/*  Mobile Alert System  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.0, `ArmorModifier` = 2.0, `RangeAttackTime` = 1837 WHERE `entry` = 7849;\n\n/*  Kernobee  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `RangeAttackTime` = 1903 WHERE `entry` = 7850;\n\n/*  Nethergarde Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.4 WHERE `entry` = 7851;\n\n/*  Pratt McGrubben  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 7852;\n\n/*  Southsea Dock Worker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7857;\n\n/*  Southsea Swashbuckler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7858;\n\n/*  Dream Vision  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 7863;\n\n/*  Lingering Highborne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7864;\n\n/*  Wildhammer Sentry  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 7865;\n\n/*  Peter Galen  */\nUPDATE `creature_template` SET `subname` = 'Master Dragonscale Leatherworker' WHERE `entry` = 7866;\n\n/*  Thorkaf Dragoneye  */\nUPDATE `creature_template` SET `subname` = 'Master Dragonscale Leatherworker' WHERE `entry` = 7867;\n\n/*  Sarah Tanner  */\nUPDATE `creature_template` SET `subname` = 'Master Elemental Leatherworker' WHERE `entry` = 7868;\n\n/*  Brumn Winterhoof  */\nUPDATE `creature_template` SET `subname` = 'Master Elemental Leatherworker' WHERE `entry` = 7869;\n\n/*  Se'Jib  */\nUPDATE `creature_template` SET `subname` = 'Master Tribal Leatherworker' WHERE `entry` = 7871;\n\n/*  Death's Head Cultist  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 7872;\n\n/*  Razorfen Battleguard  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry` = 7873;\n\n/*  Razorfen Thornweaver  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 7874;\n\n/*  Hadoken Swiftstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 0.8 WHERE `entry` = 7875;\n\n/*  Tran'rek  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7876;\n\n/*  Vestia Moonspear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7878;\n\n/*  Quintis Jonespyre  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7879;\n\n/*  Ginro Hearthkindle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 7880;\n\n/*  Fraggar Thundermantle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 7884;\n\n/*  Ambassador Bloodrage  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `rank` = 2, `DamageModifier` = 2.821429, `HealthModifier` = 3.0, `ArmorModifier` = 0.95, `ManaModifier` = 1.0, `RangeAttackTime` = 1485 WHERE `entry` = 7895;\n\n/*  Southsea Buccaneer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7896;\n\n/*  Alarm-a-bomb 2600  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `RangeAttackTime` = 1991 WHERE `entry` = 7897;\n\n/*  Pirate treasure trigger mob  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 7898;\n\n/*  Treasure Hunting Pirate  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 370 WHERE `entry` = 7899;\n\n/*  Treasure Hunting Swashbuckler  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 312 WHERE `entry` = 7901;\n\n/*  Treasure Hunting Buccaneer  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 296 WHERE `entry` = 7902;\n\n/*  Jewel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7903;\n\n/*  Jacob  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 7904;\n\n/*  Goldshire Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7906;\n\n/*  Walking Bomb  */\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_run` = 0.857143, `ArmorModifier` = 2.0, `RangeAttackTime` = 1881 WHERE `entry` = 7915;\n\n/*  Brother Sarno  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7917;\n\n/*  Stone Watcher of Norgannon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 7918;\n\n/*  Gnomeregan - Matrix Punchograph 3005-A  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7919;\n\n/*  Irradiated Ozzie  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 7935;\n\n/*  Lyon Mountainheart  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 7936;\n\n/*  High Tinker Mekkatorque  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 8.55, `HealthModifier` = 200.0, `ArmorModifier` = 1.05, `ManaModifier` = 7.0, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 7937;\n\n/*  Test Auctioneer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 7938;\n\n/*  Feathermoon Sentinel  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `mingold` = 1, `maxgold` = 739 WHERE `entry` = 7939;\n\n/*  Darnall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7940;\n\n/*  Faralorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7942;\n\n/*  Tinkmaster Overspark  */\nUPDATE `creature_template` SET `subname` = 'Master Gnome Engineer', `DamageModifier` = 1.05 WHERE `entry` = 7944;\n\n/*  Brannock  */\nUPDATE `creature_template` SET `subname` = 'Fisherman', `ArmorModifier` = 0.85 WHERE `entry` = 7946;\n\n/*  Vivianna  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 7947;\n\n/*  Kylanna Windwhisper  */\nUPDATE `creature_template` SET `subname` = 'Master Alchemist', `ArmorModifier` = 0.85 WHERE `entry` = 7948;\n\n/*  Xylinnia Starshine  */\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter' WHERE `entry` = 7949;\n\n/*  Master Mechanic Castpipe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7950;\n\n/*  Zas'Tysh  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 0.55 WHERE `entry` = 7951;\n\n/*  Zjolnir  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 7952;\n\n/*  Kindal Moonweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7956;\n\n/*  Jer'kai Moonweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 7957;\n\n/*  Mulgore Protector  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 7975;\n\n/*  Gammerita  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.25, `ArmorModifier` = 2.0 WHERE `entry` = 7977;\n\n/*  Deathguard Elite  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 1.2 WHERE `entry` = 7980;\n\n/*  Vile Priestess Hexx  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.0, `HealthModifier` = 5.0, `ManaModifier` = 2.0 WHERE `entry` = 7995;\n\n/*  Qiaga the Keeper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.950000, `HealthModifier` = 5.0, `ManaModifier` = 2.0 WHERE `entry` = 7996;\n\n/*  Captured Sprite Darter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 7997;\n\n/*  Blastmaster Emi Shortfuse  */\nUPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `DamageModifier` = 1.0, `HealthModifier` = 1.05, `RangeAttackTime` = 1595 WHERE `entry` = 7998;\n\n/*  Tyrande Whisperwind  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 9.2, `HealthModifier` = 200.0, `ArmorModifier` = 1.3, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 7999;\n\n/*  Ashenvale Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8015;\n\n/*  Barrens Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.6 WHERE `entry` = 8016;\n\n/*  Sen'jin Guardian  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 6.137931, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 85, `maxgold` = 425 WHERE `entry` = 8017;\n\n/*  Guthrum Thunderfist  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 8018;\n\n/*  Fyldren Moonfeather  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 8019;\n\n/*  Shyn  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 8020;\n\n/*  Sharpbeak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry` = 8023;\n\n/*  Sharpbeak's Father  */\nUPDATE `creature_template` SET `DamageModifier` = 1.986301, `ArmorModifier` = 0.95, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry` = 8024;\n\n/*  Sharpbeak's Mother  */\nUPDATE `creature_template` SET `DamageModifier` = 1.986301, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry` = 8025;\n\n/*  Thyn'tel Bladeweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 8026;\n\n/*  Dark Iron Land Mine  */\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 1.45, `RangeAttackTime` = 1859 WHERE `entry` = 8035;\n\n/*  Edana Hatetalon  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.75, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `RangeAttackTime` = 1365, `mingold` = 115, `maxgold` = 1908 WHERE `entry` = 8075;\n\n/*  Sul'lithuz Sandcrawler  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47, `DamageModifier` = 2.8 WHERE `entry` = 8095;\n\n/*  Witch Doctor Uzer'i  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 0.9 WHERE `entry` = 8115;\n\n/*  Ziggle Sparks  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.806452, `ArmorModifier` = 2.0, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705 WHERE `entry` = 8116;\n\n/*  Wizbang Booms  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `DamageModifier` = 2.049689, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771 WHERE `entry` = 8117;\n\n/*  Lillian Singh  */\nUPDATE `creature_template` SET `DamageModifier` = 1.695906, `ArmorModifier` = 0.8, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881 WHERE `entry` = 8118;\n\n/*  Sul'lithuz Abomination  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 2.8 WHERE `entry` = 8120;\n\n/*  Jaxxil Sparks  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.525424, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947 WHERE `entry` = 8121;\n\n/*  Kizzak Sparks  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.525424, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947 WHERE `entry` = 8122;\n\n/*  Rickle Goldgrubber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 8123;\n\n/*  Qizzik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8124;\n\n/*  Nixx Sprocketspring  */\nUPDATE `creature_template` SET `subname` = 'Master Goblin Engineer', `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 8126;\n\n/*  Antu'sul  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 4.3 WHERE `entry` = 8127;\n\n/*  Pikkle  */\nUPDATE `creature_template` SET `subname` = 'Miner', `DamageModifier` = 1.1 WHERE `entry` = 8128;\n\n/*  Wrinkle Goodsteel  */\nUPDATE `creature_template` SET `subname` = 'Superior Armor Crafter', `DamageModifier` = 1.1 WHERE `entry` = 8129;\n\n/*  Sul'lithuz Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry` = 8130;\n\n/*  Blizrik Buckshot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry` = 8131;\n\n/*  Lord Shalzaru  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.15 WHERE `entry` = 8136;\n\n/*  Gikkix  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8137;\n\n/*  Sul'lithuz Broodling  */\nUPDATE `creature_template` SET `mingold` = 29, `maxgold` = 145 WHERE `entry` = 8138;\n\n/*  Jabbey  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8139;\n\n/*  Brother Karman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8140;\n\n/*  Captain Evencane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8141;\n\n/*  Camp Mojache Brave  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 8147;\n\n/*  Waurg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8148;\n\n/*  Sul'lithuz Warder  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `DamageModifier` = 0.180941, `BaseAttackTime` = 1658, `RangeAttackTime` = 1824, `mingold` = 1, `maxgold` = 4 WHERE `entry` = 8149;\n\n/*  Janet Hommers  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8150;\n\n/*  Nijel's Point Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 8151;\n\n/*  Harnor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8152;\n\n/*  Narv Hidecrafter  */\nUPDATE `creature_template` SET `subname` = 'Expert Leathercrafter', `DamageModifier` = 1.05 WHERE `entry` = 8153;\n\n/*  Ghost Walker Brave  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 8154;\n\n/*  Kargath Grunt  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 8155;\n\n/*  Servant of Antu'sul  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.0, `ArmorModifier` = 0.9, `RangeAttackTime` = 1411, `mingold` = 96, `maxgold` = 480 WHERE `entry` = 8156;\n\n/*  Logannas  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 8157;\n\n/*  Gharash  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8176;\n\n/*  Rartar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8177;\n\n/*  Greater Healing Ward  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 0.15, `RangeAttackTime` = 1716 WHERE `entry` = 8179;\n\n/*  Occulus  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 8196;\n\n/*  Chronalis  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0 WHERE `entry` = 8197;\n\n/*  Tick  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 8198;\n\n/*  Warleader Krazzilak  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `Rank` = 2 WHERE `entry` = 8199;\n\n/*  Jin'Zallah the Sandbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry` = 8200;\n\n/*  Omgorn the Lost  */\nUPDATE `creature_template` SET `DamageModifier` = 2.538462, `ArmorModifier` = 0.8, `BaseAttackTime` = 2600, `RangeAttackTime` = 1356, `MovementType` = 0 WHERE `entry` = 8201;\n\n/*  Cyclok the Mad  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45, `BaseAttackTime` = 2000, `RangeAttackTime` = 1375 WHERE `entry` = 8202;\n\n/*  Soriid the Devourer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 8204;\n\n/*  Haarka the Ravenous  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3, `RangeAttackTime` = 1356 WHERE `entry` = 8205;\n\n/*  Soul of Tanaris  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 8206;\n\n/*  Greater Firebird  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1393 WHERE `entry` = 8207;\n\n/*  Murderous Blisterpaw  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1420 WHERE `entry` = 8208;\n\n/*  Razortalon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 8210;\n\n/*  Old Cliff Jumper  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1430 WHERE `entry` = 8211;\n\n/*  The Reak  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1, `RangeAttackTime` = 1365 WHERE `entry` = 8212;\n\n/*  Ironback  */\nUPDATE `creature_template` SET `ArmorModifier` = 2.0, `RangeAttackTime` = 1338 WHERE `entry` = 8213;\n\n/*  Grimungous  */\nUPDATE `creature_template` SET `DamageModifier` = 2.615385 WHERE `entry` = 8215;\n\n/*  Retherokk the Berserker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 8216;\n\n/*  Mith'rethis the Enchanter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.2, `RangeAttackTime` = 1301 WHERE `entry` = 8217;\n\n/*  Witherheart the Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1402 WHERE `entry` = 8218;\n\n/* Muck Frenzy */\nUPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 15 WHERE `entry` = 8236;\n\n/*  Curator Thorius  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8256;\n\n/*  Oozeling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 8257;\n\n/*  Soaring Razorbeak  */\nUPDATE `creature_template` SET `minlevel` = 40, `DamageModifier` = 0.95 WHERE `entry` = 8276;\n\n/*  Smoldar  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 8278;\n\n/*  Faulty War Golem  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 8279;\n\n/*  Shleipnarr  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry` = 8280;\n\n/*  Scald  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 8281;\n\n/*  Highlord Mastrogonde  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry` = 8282;\n\n/*  Slave Master Blackheart  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1356 WHERE `entry` = 8283;\n\n/*  Dorius Stonetender  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.95, `HealthModifier` = 1.2 WHERE `entry` = 8284;\n\n/*  Spiteflayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `MovementType` = 0 WHERE `entry` = 8299;\n\n/*  Ravage  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 8300;\n\n/*  Deatheye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 1365, `mingold` = 109, `maxgold` = 545 WHERE `entry` = 8302;\n\n/*  Grunter  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1356 WHERE `entry` = 8303;\n\n/*  Duhng  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 8306;\n\n/*  Tarban Hearthgrain  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8307;\n\n/*  Alenndaar Lapidaar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry` = 8308;\n\n/*  Watcher Wollpert  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 8310;\n\n/*  Slime Maggot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8311;\n\n/*  Paladin 10 Alternate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8316;\n\n/*  Atal'ai Deathwalker's Spirit  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.5, `mingold` = 107, `maxgold` = 537 WHERE `entry` = 8317;\n\n/*  Atal'ai Slave  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 8318;\n\n/*  Nightmare Whelp  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 1.45 WHERE `entry` = 8319;\n\n/*  Sprok  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85, `RangeAttackTime` = 1903 WHERE `entry` = 8320;\n\n/*  Paladin 20 Alternate  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8321;\n\n/*  Paladin 30 Alternate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8322;\n\n/*  Paladin 40 Alternate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8323;\n\n/*  Atal'ai Skeleton  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 1.35, `RangeAttackTime` = 1705 WHERE `entry` = 8324;\n\n/*  Hakkari Sapper  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.0 WHERE `entry` = 8336;\n\n/*  Dark Iron Steelshifter  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 384 WHERE `entry` = 8337;\n\n/*  Dark Iron Marksman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `RangeAttackTime` = 1606 WHERE `entry` = 8338;\n\n/*  Chesmu  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8356;\n\n/*  Atepa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8357;\n\n/*  Chepi  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 8361;\n\n/*  Kuruk  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 8362;\n\n/*  Shadi Mistrunner  */\nUPDATE `creature_template` SET `subname` = 'Trade Goods Supplier' WHERE `entry` = 8363;\n\n/*  Mechanical Chicken  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 8376;\n\n/*  Ahdi of Shadow Hall  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 8377;\n\n/*  Alexandra Blazen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry` = 8378;\n\n/*  Archmage Xylem  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry` = 8379;\n\n/*  Lindros  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8381;\n\n/*  Patrick Mills  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry` = 8382;\n\n/*  Master Wood  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 8383;\n\n/*  Deep Lurker  */\nUPDATE `creature_template` SET `maxlevel` = 49, `DamageModifier` = 2.9 WHERE `entry` = 8384;\n\n/*  Horizon Scout Crewman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 8386;\n\n/*  Horizon Scout First Mate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.835443, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738 WHERE `entry` = 8387;\n\n/*  Horizon Scout Cook  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.886792, `ArmorModifier` = 0.85, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749 WHERE `entry` = 8388;\n\n/*  Horizon Scout Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.886792, `ArmorModifier` = 0.85, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749 WHERE `entry` = 8389;\n\n/*  Chemist Cuely  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 8390;\n\n/*  Lathoric the Black  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `rank` = 1, `DamageModifier` = 3.85, `HealthModifier` = 5.0, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 8391;\n\n/*  Pilot Xiggs Fuselighter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 8392;\n\n/*  Thersa Windsong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8393;\n\n/*  Roland Geardabbler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.531646, `ArmorModifier` = 2.0, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738 WHERE `entry` = 8394;\n\n/*  Sentinel Dalia Sunblade  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8396;\n\n/*  Nyrill  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 8399;\n\n/*  Obsidion  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 7.0 WHERE `entry` = 8400;\n\n/*  Ogtinc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry` = 8405;\n\n/*  Or'lin Oakenfist  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8406;\n\n/*  Makron the Corrupt  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8407;\n\n/*  Caravan Master Tset  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry` = 8409;\n\n/*  Felix Whindlebolt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 8416;\n\n/*  Falla Sagewind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 8418;\n\n/*  Twilight Idolater  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 51, `rank` = 1, `DamageModifier` = 3.1, `HealthModifier` = 3.0 WHERE `entry` = 8419;\n\n/*  Dorius  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8, `RangeAttackTime` = 1661 WHERE `entry` = 8421;\n\n/*  Hakkari Minion  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 8437;\n\n/*  Hakkari Bloodkeeper  */\nUPDATE `creature_template` SET `maxlevel` = 50, `DamageModifier` = 3.0, `ArmorModifier` = 1.05, `mingold` = 107, `maxgold` = 534 WHERE `entry` = 8438;\n\n/*  Nilith Lokrav  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 8439;\n\n/*  Shade of Hakkar  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry` = 8440;\n\n/*  Raze  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8441;\n\n/*  Avatar of Hakkar  */\nUPDATE `creature_template` SET `minlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 8.326531, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `unit_class` = 2, `mingold` = 124, `maxgold` = 620 WHERE `entry` = 8443;\n\n/*  Trade Master Kovic  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 2.0, `HealthModifier` = 2.5 WHERE `entry` = 8444;\n\n/*  Xiggs Fuselighter's Flyingmachine  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 8446;\n\n/*  Clunk  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0 WHERE `entry` = 8447;\n\n/*  Skeletal Servant  */\nUPDATE `creature_template` SET `minlevel` = 57, `DamageModifier` = 1.0 WHERE `entry` = 8477;\n\n/*  Second Mate Shandril  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.835443, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738 WHERE `entry` = 8478;\n\n/*  Kalaran Windblade  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry` = 8479;\n\n/*  Kalaran the Deceiver  */\nUPDATE `creature_template` SET `DamageModifier` = 16.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1338 WHERE `entry` = 8480;\n\n/*  Liv Rizzlefix  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 8496;\n\n/*  Nightmare Suppressor  */\nUPDATE `creature_template` SET `maxlevel` = 50, `DamageModifier` = 3.0 WHERE `entry` = 8497;\n\n/*  TEST Uber Night Elf  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8498;\n\n/*  TEST Uber Succubus  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8499;\n\n/*  TEST Uber Abomination  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 8500;\n\n/*  TEST Uber Crypt Fiend  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8501;\n\n/*  TEST Uber Human  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 8502;\n\n/*  Gibblewilt  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 1705 WHERE `entry` = 8503;\n\n/*  Dark Iron Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `unit_class` = 2, `mingold` = 103, `maxgold` = 640 WHERE `entry` = 8504;\n\n/*  Hex of Jammal'an  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 8505;\n\n/*  Eranikus the Chained  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8506;\n\n/*  Tymor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry` = 8507;\n\n/*  Gretta Ganter  */\nUPDATE `creature_template` SET `subname` = 'Fisherman Supplies' WHERE `entry` = 8508;\n\n/*  Squire Maltrake  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 8509;\n\n/*  Belnistrasz  */\nUPDATE `creature_template` SET `speed_walk` = 2.08, `speed_run` = 0.742857, `DamageModifier` = 1.1, `HealthModifier` = 1.15, `ArmorModifier` = 1.2 WHERE `entry` = 8516;\n\n/*  Xiggs Fuselighter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8517;\n\n/*  Rynthariel the Keymaster  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 8518;\n\n/*  Blighted Surge  */\nUPDATE `creature_template` SET `maxlevel` = 55, `speed_run` = 1.14286 WHERE `entry` = 8519;\n\n/*  Plague Ravager  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1 WHERE `entry` = 8520;\n\n/*  Blighted Horror  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 8521;\n\n/*  Plague Monstrosity  */\nUPDATE `creature_template` SET `minlevel` = 57, `speed_run` = 1.14286 WHERE `entry` = 8522;\n\n/*  Scourge Soldier  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 8523;\n\n/*  Cursed Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 8524;\n\n/*  Scourge Warder  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 8525;\n\n/*  Scourge Guard  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry` = 8527;\n\n/*  Scourge Champion  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `ArmorModifier` = 1.05 WHERE `entry` = 8529;\n\n/*  Cannibal Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `maxgold` = 789 WHERE `entry` = 8530;\n\n/*  Gibbering Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 8531;\n\n/*  Diseased Flayer  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 8532;\n\n/*  Putrid Shrieker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8535;\n\n/*  Putrid Slayer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8536;\n\n/*  Interloper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8537;\n\n/*  Unseen Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8538;\n\n/*  Eyeless Watcher  */\nUPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 1.05 WHERE `entry` = 8539;\n\n/*  Gangled Golem  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 8544;\n\n/*  Stitched Golem  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `ArmorModifier` = 1.1 WHERE `entry` = 8545;\n\n/*  Death Cultist  */\nUPDATE `creature_template` SET `minlevel` = 53 WHERE `entry` = 8547;\n\n/*  [UNUSED] Acolyte  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8549;\n\n/*  Necrolyte  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8552;\n\n/*  Chief Sharptusk Thornmantle  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.55, `mingold` = 3, `maxgold` = 9, `faction` = 14 WHERE `entry` = 8554;\n\n/*  Crypt Stalker  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8555;\n\n/*  Crypt Horror  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 8557;\n\n/*  Undead Nerubian  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8559;\n\n/*  Woodsman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 8563;\n\n/*  Pathstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 8565;\n\n/*  Glutton  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 2.892857 WHERE `entry` = 8567;\n\n/*  Ag'tor Bloodfist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8576;\n\n/*  Magus Rimtori  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.85, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry` = 8578;\n\n/*  Yeh'kinya  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 8579;\n\n/*  Atal'alarion  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 6 WHERE `entry` = 8580;\n\n/*  Blood Elf Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1650, `mingold` = 46, `maxgold` = 230 WHERE `entry` = 8581;\n\n/*  Kadrak  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8582;\n\n/*  Dirania Silvershine  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 8583;\n\n/*  Iverron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 8584;\n\n/*  Frost Spectre  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 1.55, `RangeAttackTime` = 1760 WHERE `entry` = 8585;\n\n/*  Haggrum Bloodfist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8586;\n\n/*  Umbranse the Spiritspeaker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 8588;\n\n/*  Plaguehound Runt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 8596;\n\n/*  Plaguehound Mastiff  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8599;\n\n/*  Angered Infernal  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 239 WHERE `entry` = 8608;\n\n/*  Alexandra Constantine  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 8609;\n\n/*  Kroum  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 8610;\n\n/*  Idol Room Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 8611;\n\n/*  Screecher Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry` = 8612;\n\n/*  Ozzie  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8613;\n\n/*  Mithril Dragonling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `HealthModifier` = 1e-06, `ArmorModifier` = 1.1, `RangeAttackTime` = 2200 WHERE `entry` = 8615;\n\n/*  Infernal Servant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1606 WHERE `entry` = 8616;\n\n/*  Zalashji  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 8617;\n\n/*  Morta'gya the Keeper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.950000, `HealthModifier` = 5.0, `ManaModifier` = 2.0 WHERE `entry` = 8636;\n\n/*  Hukku's Voidwalker  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 0.45, `ArmorModifier` = 1.35, `RangeAttackTime` = 1639 WHERE `entry` = 8656;\n\n/*  Hukku's Succubus  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 1.5, `ArmorModifier` = 0.65, `RangeAttackTime` = 1639 WHERE `entry` = 8657;\n\n/*  Hukku's Imp  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 1.95, `ArmorModifier` = 0.95, `RangeAttackTime` = 1639 WHERE `entry` = 8658;\n\n/*  Auctioneer Beardo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8661;\n\n/*  Idol Oven Fire Target  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8662;\n\n/*  Splinterbone Elite  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 8663;\n\n/*  Lil Timmy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 8666;\n\n/*  Gusting Vortex  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 8667;\n\n/*  Felhound Tracker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 8668;\n\n/*  Auctioneer Tolon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8669;\n\n/*  Auctioneer Chilton  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8670;\n\n/*  Auctioneer Buckler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8671;\n\n/*  Auctioneer Thathung  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8673;\n\n/*  Auctioneer Stampi  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8674;\n\n/*  World Gnome Engineering Trainer  */\nUPDATE `creature_template` SET `subname` = 'Gnome Engineering Trainer', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8676;\n\n/*  World Goblin Engineering Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8677;\n\n/*  Jubie Gadgetspring  */\nUPDATE `creature_template` SET `subname` = 'Engineering Supplier', `DamageModifier` = 1.4, `ArmorModifier` = 1.4 WHERE `entry` = 8678;\n\n/*  Knaz Blunderflame  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 8679;\n\n/*  Massive Infernal  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `rank` = 3, `DamageModifier` = 22.160000, `ArmorModifier` = 1.2, `RangeAttackTime` = 1500 WHERE `entry` = 8680;\n\n/*  Outfitter Eric  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 8681;\n\n/*  Henry Stern  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 8696;\n\n/*  Dreadlord  */\nUPDATE `creature_template` SET `DamageModifier` = 9.7 WHERE `entry` = 8716;\n\n/*  Felguard Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.15 WHERE `entry` = 8717;\n\n/*  Manahound  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.1 WHERE `entry` = 8718;\n\n/*  Auctioneer Fitch  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8719;\n\n/*  Auctioneer Redmuse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8720;\n\n/*  Auctioneer Gullem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8722;\n\n/*  Auctioneer Golothas  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8723;\n\n/*  Auctioneer Wabang  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8724;\n\n/*  Buzzek Bracketswing  */\nUPDATE `creature_template` SET `subname` = 'Master Engineer', `DamageModifier` = 1.05 WHERE `entry` = 8736;\n\n/*  Linken  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8737;\n\n/*  Vazario Linkgrease  */\nUPDATE `creature_template` SET `subname` = 'Master Goblin Engineer', `DamageModifier` = 1.1 WHERE `entry` = 8738;\n\n/*  Raytaf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `ArmorModifier` = 1.45 WHERE `entry` = 8756;\n\n/*  Shahiar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15 WHERE `entry` = 8757;\n\n/*  Zaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15 WHERE `entry` = 8758;\n\n/*  Forest Creeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8765;\n\n/*  Sah'rhee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 8767;\n\n/*  Emerald Dragon Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `RangeAttackTime` = 2200, `unit_class` = 8 WHERE `entry` = 8776;\n\n/*  Seinrick Coulthane  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 8777;\n\n/*  Swimming Murloc Test  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8796;\n\n/*  Battle Chicken  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.01, `HealthModifier` = 0.35 WHERE `entry` = 8836;\n\n/*  Muck Splash  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4 WHERE `entry` = 8837;\n\n/*  Tyrion's Spybot  */\nUPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` = 8856;\n\n/*  Sandfury Acolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.95, `RangeAttackTime` = 1727 WHERE `entry` = 8876;\n\n/*  Sandfury Zealot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.125000, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry` = 8877;\n\n/*  Muuran  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8878;\n\n/*  Royal Historian Archesonus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 8879;\n\n/*  Mechastrider  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 8880;\n\n/*  Skeletal Mount  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 8884;\n\n/*  A tormented voice  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 8887;\n\n/*  Franclorn Forgewright  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry` = 8888;\n\n/*  Anvilrage Overseer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `BaseAttackTime` = 1600 WHERE `entry` = 8889;\n\n/*  Anvilrage Warden  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry` = 8890;\n\n/*  Anvilrage Guardsman  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1, `ArmorModifier` = 1.25 WHERE `entry` = 8891;\n\n/*  Anvilrage Footman  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 52, `DamageModifier` = 3.6, `ArmorModifier` = 1.05 WHERE `entry` = 8892;\n\n/*  Anvilrage Soldier  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53, `DamageModifier` = 3.3, `ArmorModifier` = 1.05 WHERE `entry` = 8893;\n\n/*  Anvilrage Medic  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53, `DamageModifier` = 3.3, `ArmorModifier` = 1.05 WHERE `entry` = 8894;\n\n/*  Anvilrage Officer  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 8895;\n\n/*  Shadowforge Peasant  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54, `DamageModifier` = 1.55, `ArmorModifier` = 0.95 WHERE `entry` = 8896;\n\n/*  Doomforge Craftsman  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54, `DamageModifier` = 1.6, `ArmorModifier` = 0.95 WHERE `entry` = 8897;\n\n/*  Anvilrage Marshal  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `ArmorModifier` = 1.05 WHERE `entry` = 8898;\n\n/*  Doomforge Dragoon  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 3.65 WHERE `entry` = 8899;\n\n/*  Doomforge Arcanasmith  */\nUPDATE `creature_template` SET `maxlevel` = 55, `DamageModifier` = 1.7 WHERE `entry` = 8900;\n\n/*  Anvilrage Reservist  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 0.95 WHERE `entry` = 8901;\n\n/*  Shadowforge Citizen  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 56, `DamageModifier` = 1.65, `ArmorModifier` = 0.95 WHERE `entry` = 8902;\n\n/*  Anvilrage Captain  */\nUPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 3.85 WHERE `entry` = 8903;\n\n/*  Shadowforge Senator  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `DamageModifier` = 1.7 WHERE `entry` = 8904;\n\n/*  Warbringer Construct  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 3.7, `ArmorModifier` = 1.25 WHERE `entry` = 8905;\n\n/*  Ragereaver Golem  */\nUPDATE `creature_template` SET `maxlevel` = 55, `DamageModifier` = 4.562500, `ArmorModifier` = 0.95 WHERE `entry` = 8906;\n\n/*  Wrath Hammer Construct  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `DamageModifier` = 3.55 WHERE `entry` = 8907;\n\n/*  Molten War Golem  */\nUPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 5.5, `ArmorModifier` = 1.25 WHERE `entry` = 8908;\n\n/*  Fireguard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 8909;\n\n/*  Blazing Fireguard  */\nUPDATE `creature_template` SET `maxlevel` = 54, `DamageModifier` = 3.4 WHERE `entry` = 8910;\n\n/*  Fireguard Destroyer  */\nUPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 3.6 WHERE `entry` = 8911;\n\n/*  Twilight's Hammer Torturer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry` = 8912;\n\n/*  Twilight Emissary  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53, `DamageModifier` = 3.3 WHERE `entry` = 8913;\n\n/*  Twilight Bodyguard  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 3.4 WHERE `entry` = 8914;\n\n/*  Twilight's Hammer Ambassador  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 8915;\n\n/*  Arena Spectator  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54, `DamageModifier` = 1.7 WHERE `entry` = 8916;\n\n/*  Quarry Slave  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 8917;\n\n/*  Weapon Technician  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 56, `DamageModifier` = 1.8 WHERE `entry` = 8920;\n\n/*  Bloodhound  */\nUPDATE `creature_template` SET `DamageModifier` = 2.95 WHERE `entry` = 8921;\n\n/*  Bloodhound Mastiff  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 2.8 WHERE `entry` = 8922;\n\n/*  Panzor the Invincible  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `ArmorModifier` = 1.45, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 2561 WHERE `entry` = 8923;\n\n/*  The Behemoth  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `rank` = 2, `DamageModifier` = 2.428571, `HealthModifier` = 5.0, `mingold` = 120, `maxgold` = 598 WHERE `entry` = 8924;\n\n/*  Dredge Worm  */\nUPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 2.0, `mingold` = 51, `maxgold` = 257 WHERE `entry` = 8925;\n\n/*  Deep Stinger  */\nUPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 3.7, `ArmorModifier` = 1.25 WHERE `entry` = 8926;\n\n/*  Dark Screecher  */\nUPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.6, `RangeAttackTime` = 1650 WHERE `entry` = 8927;\n\n/*  Burrowing Thundersnout  */\nUPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 3.0, `mingold` = 46, `maxgold` = 230 WHERE `entry` = 8928;\n\n/*  Princess Moira Bronzebeard  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `DamageModifier` = 4.5, `unit_class` = 2 WHERE `entry` = 8929;\n\n/*  Borer Beetle  */\nUPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.6 WHERE `entry` = 8932;\n\n/*  Cave Creeper  */\nUPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 3.0 WHERE `entry` = 8933;\n\n/*  Christopher Hewen  */\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry` = 8934;\n\n/*  Paladin 20 AlternateHighDamage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 8935;\n\n/*  Pet Bomb  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry` = 8937;\n\n/*  Angerclaw Bear  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry` = 8956;\n\n/*  Angerclaw Grizzly  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry` = 8957;\n\n/*  Angerclaw Mauler  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry` = 8958;\n\n/*  Hilary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8962;\n\n/*  Effsee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8963;\n\n/*  Blackrock Drake  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry` = 8964;\n\n/*  Shawn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 8965;\n\n/*  Hematos  */\nUPDATE `creature_template` SET `DamageModifier` = 4.8, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 8976;\n\n/*  Thauris Balgarr  */\nUPDATE `creature_template` SET `mingold` = 144, `maxgold` = 720 WHERE `entry` = 8978;\n\n/*  Gruklash  */\nUPDATE `creature_template` SET `DamageModifier` = 1.350000, `mingold` = 153, `maxgold` = 767 WHERE `entry` = 8979;\n\n/*  Firegut Captain  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.287671, `ArmorModifier` = 1.05, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 53, `maxgold` = 267 WHERE `entry` = 8980;\n\n/*  Malfunctioning Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.416667, `ArmorModifier` = 1.5, `BaseAttackTime` = 1200, `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry` = 8981;\n\n/*  Ironhand Guardian  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 0.1 WHERE `entry` = 8982;\n\n/*  Golem Lord Argelmach  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 6.25 WHERE `entry` = 8983;\n\n/*  Voidwalker Minion  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 1.2 WHERE `entry` = 8996;\n\n/*  Gershala Nightwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 8997;\n\n/*  Bael'Gar  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `speed_walk` = 0.777776, `DamageModifier` = 6.083333 WHERE `entry` = 9016;\n\n/*  Lord Incendius  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 5.0 WHERE `entry` = 9017;\n\n/*  High Interrogator Gerstahn  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 9018;\n\n/*  Emperor Dagran Thaurissan  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 6.6, `ArmorModifier` = 0.95 WHERE `entry` = 9019;\n\n/*  Commander Gor'shak  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry` = 9020;\n\n/*  Kharan Mighthammer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 9021;\n\n/*  Dughal Stormwing  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 9022;\n\n/*  Marshal Windsor  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 3.2 WHERE `entry` = 9023;\n\n/*  Pyromancer Loregrain  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 9024;\n\n/*  Lord Roccor  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.55, `ArmorModifier` = 1.5 WHERE `entry` = 9025;\n\n/*  Overmaster Pyron  */\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `dmgschool` = 2, `DamageModifier` = 4 WHERE `entry` = 9026;\n\n/*  Gorosh the Dervish  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 6, `ArmorModifier` = 1.05, `mingold` = 147, `maxgold` = 1784 WHERE `entry` = 9027;\n\n/*  Grizzle  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 6.0, `ArmorModifier` = 0.8, `mingold` = 143, `maxgold` = 2301 WHERE `entry` = 9028;\n\n/*  Eviscerator  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 7.538462, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 9029;\n\n/*  Ok'thor the Breaker  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 4.05, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 9030;\n\n/*  Anub'shiah  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 5.944444, `mingold` = 138, `maxgold` = 689 WHERE `entry` = 9031;\n\n/*  Hedrum the Creeper  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 5.550000, `mingold` = 133, `maxgold` = 666 WHERE `entry` = 9032;\n\n/*  General Angerforge  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 6.555556 WHERE `entry` = 9033;\n\n/*  Hate'rel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 9034;\n\n/*  Anger'rel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 9035;\n\n/*  Vile'rel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry` = 9036;\n\n/*  Gloom'rel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.928571 WHERE `entry` = 9037;\n\n/*  Seeth'rel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.3 WHERE `entry` = 9038;\n\n/*  Doom'rel  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 3.55, `ArmorModifier` = 1.2 WHERE `entry` = 9039;\n\n/*  Dope'rel  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 0.6 WHERE `entry` = 9040;\n\n/*  Warder Stilgiss  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 3.55 WHERE `entry` = 9041;\n\n/*  Verek  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 4.5 WHERE `entry` = 9042;\n\n/*  Scarshield Grunt  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry` = 9043;\n\n/*  Scarshield Sentry  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0 WHERE `entry` = 9044;\n\n/*  Scarshield Quartermaster  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry` = 9046;\n\n/*  Jenal  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 9047;\n\n/*  Fineous Darkvire  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 7.2, `ArmorModifier` = 1.05 WHERE `entry` = 9056;\n\n/*  Ghede  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 9076;\n\n/*  Shadowmage Vivian Lagrave  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 9078;\n\n/*  Thal'trak Proudtusk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 9082;\n\n/*  Razal'blade  */\nUPDATE `creature_template` SET `speed_run` = 0.471429 WHERE `entry` = 9083;\n\n/*  Thunderheart  */\nUPDATE `creature_template` SET `speed_run` = 0.471429 WHERE `entry` = 9084;\n\n/*  Initiate Amakkar  */\nUPDATE `creature_template` SET `speed_run` = 0.471429 WHERE `entry` = 9085;\n\n/*  Grunt Gargal  */\nUPDATE `creature_template` SET `speed_run` = 0.471429, `ArmorModifier` = 0.85 WHERE `entry` = 9086;\n\n/*  Bashana Runetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9087;\n\n/*  Rage Talon Dragonspawn  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 9096;\n\n/*  Eridan Bluewind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9116;\n\n/*  J.D. Collie  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 9117;\n\n/*  Sha'ni Proudtusk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `RangeAttackTime` = 1595 WHERE `entry` = 9136;\n\n/*  Ambassador Flamelash  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 5.0 WHERE `entry` = 9156;\n\n/*  Bloodpetal Pest  */\nUPDATE `creature_template` SET `DamageModifier` = 0.03 WHERE `entry` = 9157;\n\n/*  Gor'tesh  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 9176;\n\n/*  Oralius  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 9177;\n\n/*  Burning Spirit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 2, `DamageModifier` = 3.0 WHERE `entry` = 9178;\n\n/*  World Event Generator  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9180;\n\n/*  Highlord Omokk  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 4.937500 WHERE `entry` = 9196;\n\n/*  Spirestone Battle Mage  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 9197;\n\n/*  Spirestone Mystic  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 9198;\n\n/*  Spirestone Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 9199;\n\n/*  Spirestone Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 9200;\n\n/*  Spirestone Ogre Magus  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 9201;\n\n/*  Spirestone Lord Magus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry` = 9217;\n\n/*  Spirestone Battle Lord  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 9218;\n\n/*  Spirestone Butcher  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 9219;\n\n/*  Shadow Hunter Vosh'gajin  */\nUPDATE `creature_template` SET `DamageModifier` = 7.846154 WHERE `entry` = 9236;\n\n/*  War Master Voone  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 7.5 WHERE `entry` = 9237;\n\n/*  Quentin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 9238;\n\n/*  Smolderthorn Mystic  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 9239;\n\n/*  Smolderthorn Shadow Priest  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 9240;\n\n/*  Smolderthorn Headhunter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 9241;\n\n/*  Farm Chicken  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 9256;\n\n/*  Scarshield Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 3.55 WHERE `entry` = 9258;\n\n/*  Firebrand Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 3.703704 WHERE `entry` = 9259;\n\n/*  Firebrand Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.5 WHERE `entry` = 9260;\n\n/*  Firebrand Darkweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 9261;\n\n/*  Firebrand Invoker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 9262;\n\n/*  Firebrand Dreadweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 9263;\n\n/*  Firebrand Pyromancer  */\nUPDATE `creature_template` SET `maxlevel` = 58, `DamageModifier` = 3.846154 WHERE `entry` = 9264;\n\n/*  Smolderthorn Shadow Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 4.285714 WHERE `entry` = 9265;\n\n/*  Smolderthorn Witch Doctor  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 9266;\n\n/*  Smolderthorn Axe Thrower  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry` = 9267;\n\n/*  Smolderthorn Seer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 9269;\n\n/*  Williden Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry` = 9270;\n\n/*  Hol'anyee Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 9271;\n\n/*  Spark Nilminer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 9272;\n\n/*  Petra Grossen  */\nUPDATE `creature_template` SET `speed_run` = 0.828571, `DamageModifier` = 0.95 WHERE `entry` = 9273;\n\n/*  Dadanga  */\nUPDATE `creature_template` SET `speed_run` = 0.828571, `DamageModifier` = 0.95 WHERE `entry` = 9274;\n\n/*  Launcher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9275;\n\n/*  Launcher2  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9276;\n\n/*  Milly Osworth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 9296;\n\n/*  Enraged Wyvern  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry` = 9297;\n\n/*  Gaeriyan  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 0.9 WHERE `entry` = 9299;\n\n/*  Rilli Greasygob  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 9317;\n\n/*  Houndmaster Grebmar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.25 WHERE `entry` = 9319;\n\n/*  Blazerunner  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5 WHERE `entry` = 9376;\n\n/*  Ground Pounder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5, `mingold` = 36, `maxgold` = 181 WHERE `entry` = 9396;\n\n/*  Living Storm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65, `ArmorModifier` = 1.5 WHERE `entry` = 9397;\n\n/*  Twilight's Hammer Executioner  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `speed_walk` = 1.0, `DamageModifier` = 3.55, `ArmorModifier` = 0.95, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 9398;\n\n/*  Scarshield Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 3.333333 WHERE `entry` = 9416;\n\n/*  Sleeping Dragon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 9417;\n\n/*  Spawn of Bael'Gar  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `dmgschool` = 2, `DamageModifier` = 2.5, `RangeAttackTime` = 1672 WHERE `entry` = 9436;\n\n/*  Dark Keeper Vorfalk  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.9, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 9437;\n\n/*  Dark Keeper Bethek  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 6.593407, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 9438;\n\n/*  Dark Keeper Uggel  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 6.808511, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 9439;\n\n/*  Dark Keeper Zimrel  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.9, `RangeAttackTime` = 1301, `mingold` = 200, `maxgold` = 998 WHERE `entry` = 9441;\n\n/*  Dark Keeper Ofgut  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 6.593407, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 9442;\n\n/*  Dark Keeper Pelver  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.55, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 9443;\n\n/*  Dark Guard  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 3.7, `mingold` = 147, `maxgold` = 1388 WHERE `entry` = 9445;\n\n/*  Scarlet Warder  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 1351, `maxgold` = 1463 WHERE `entry` = 9447;\n\n/*  Scarlet Praetorian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `mingold` = 1377, `maxgold` = 1497 WHERE `entry` = 9448;\n\n/*  Scarlet Cleric  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 1357, `maxgold` = 1471 WHERE `entry` = 9449;\n\n/*  Scarlet Curate  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 1367, `maxgold` = 1484 WHERE `entry` = 9450;\n\n/*  Scarlet Archmage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `mingold` = 1346, `maxgold` = 1456 WHERE `entry` = 9451;\n\n/*  Scarlet Enchanter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 1229, `maxgold` = 1335 WHERE `entry` = 9452;\n\n/*  Aquementas  */\nUPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry` = 9453;\n\n/*  Warlord Krom'zar  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 2, `mingold` = 16, `maxgold` = 87 WHERE `entry` = 9456;\n\n/*  Horde Defender  */\nUPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 0.3 WHERE `entry` = 9457;\n\n/*  Horde Axe Thrower  */\nUPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 0.3, `ArmorModifier` = 0.9 WHERE `entry` = 9458;\n\n/*  Cyrus Therepentous  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.25, `ArmorModifier` = 0.55 WHERE `entry` = 9459;\n\n/*  Gadgetzan Bruiser  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry` = 9460;\n\n/*  Frenzied Black Drake  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 643 WHERE `entry` = 9461;\n\n/*  Chieftain Bloodmaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.95, `maxgold` = 309 WHERE `entry` = 9462;\n\n/*  Overlord Ror  */\nUPDATE `creature_template` SET `minlevel` = 51, `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 9464;\n\n/*  Golhine the Hooded  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 9465;\n\n/*  Watchman Doomgrip  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 5.0, `mingold` = 152, `maxgold` = 1133 WHERE `entry` = 9476;\n\n/*  Cloned Ooze  */\nUPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry` = 9477;\n\n/*  Gorishi Egg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 9496;\n\n/*  Gorishi Grub  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `DamageModifier` = 1.307190 WHERE `entry` = 9498;\n\n/*  Plugger Spazzring  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 9499;\n\n/*  Mistress Nagmara  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 3.25 WHERE `entry` = 9500;\n\n/*  Phalanx  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 9502;\n\n/*  Private Rocknot  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.0, `ArmorModifier` = 0.85 WHERE `entry` = 9503;\n\n/*  Lord Banehollow  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 9516;\n\n/*  Grark Lorkrub  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 9520;\n\n/*  Enraged Felbat  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5, `RangeAttackTime` = 1338 WHERE `entry` = 9521;\n\n/*  Blackrock Ambusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.55, `mingold` = 143, `maxgold` = 713 WHERE `entry` = 9522;\n\n/*  Kolkar Stormseer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 0.85, `mingold` = 5 WHERE `entry` = 9523;\n\n/*  Kolkar Invader  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 0.95, `mingold` = 14, `maxgold` = 49 WHERE `entry` = 9524;\n\n/*  Enraged Gryphon  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry` = 9526;\n\n/*  Enraged Hippogryph  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5, `RangeAttackTime` = 1606 WHERE `entry` = 9527;\n\n/*  Arathandris Silversky  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 9528;\n\n/*  Maybess Riverbreeze  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 9529;\n\n/*  Maxwort Uberglint  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9536;\n\n/*  Hurley Blackbreath  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `mingold` = 147, `maxgold` = 2123 WHERE `entry` = 9537;\n\n/*  High Executioner Nuzrak  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1551 WHERE `entry` = 9538;\n\n/*  Shadow of Lexlort  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `RangeAttackTime` = 1573 WHERE `entry` = 9539;\n\n/*  Blackbreath Crony  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3, `mingold` = 147, `maxgold` = 1575 WHERE `entry` = 9541;\n\n/*  Franclorn's Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 9542;\n\n/*  Ribbly Screwspigot  */\nUPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry` = 9543;\n\n/*  Yuka Screwspigot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 9544;\n\n/*  Grim Patron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 9545;\n\n/*  Raschal the Courier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.886792, `ArmorModifier` = 0.85, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749 WHERE `entry` = 9546;\n\n/*  Guzzling Patron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 9547;\n\n/*  Cawind Trueaim  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 9548;\n\n/*  Furmund  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9550;\n\n/*  Hammered Patron  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 9554;\n\n/*  Felhound Minion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200 WHERE `entry` = 9556;\n\n/*  [UNUSED] dun garok test  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 9557;\n\n/*  Grimble  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 9558;\n\n/*  Grizzlowe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 9559;\n\n/*  Marshal Maxwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.8 WHERE `entry` = 9560;\n\n/*  Jalinda Sprig  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.95 WHERE `entry` = 9561;\n\n/*  Helendis Riverhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.85 WHERE `entry` = 9562;\n\n/*  Ragged John  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9563;\n\n/*  Frezza  */\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 9.8 WHERE `entry` = 9564;\n\n/*  Mayara Brightwing  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 9565;\n\n/*  Zapetta  */\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 1 WHERE `entry` = 9566;\n\n/*  Test Stable Master  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 9567;\n\n/*  Overlord Wyrmthalak  */\nUPDATE `creature_template` SET `DamageModifier` = 6.85, `ArmorModifier` = 1.1 WHERE `entry` = 9568;\n\n/*  Stormwind Talent Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9576;\n\n/*  [UNUSED] Gorilla Test  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 9577;\n\n/*  Ironforge Talent Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9578;\n\n/*  Darnassus Talent Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9579;\n\n/*  Orgrimmar Talent Master  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9580;\n\n/*  Thunder Bluff Talent Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9581;\n\n/*  Undercity Talent Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9582;\n\n/*  Bloodaxe Veteran  */\nUPDATE `creature_template` SET `DamageModifier` = 4.166667 WHERE `entry` = 9583;\n\n/*  Jalane Ayrole  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 9584;\n\n/*  Bannok Grimaxe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 9596;\n\n/*  Arei  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1606 WHERE `entry` = 9598;\n\n/*  Arei Transformed  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 9599;\n\n/*  Parrot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.66 WHERE `entry` = 9600;\n\n/*  Treant Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 1.4, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry` = 9601;\n\n/*  Hahk'Zor  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry` = 9602;\n\n/*  Gorgon'och  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6, `RangeAttackTime` = 1320, `mingold` = 130, `maxgold` = 651 WHERE `entry` = 9604;\n\n/*  Blackrock Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.384615, `mingold` = 61, `maxgold` = 305 WHERE `entry` = 9605;\n\n/*  Laris Geardawdle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry` = 9616;\n\n/*  [UNUSED] Eyan Mulcom  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 9617;\n\n/*  Torwa Pathfinder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 9619;\n\n/*  Gargantuan Ooze  */\nUPDATE `creature_template` SET `maxlevel` = 51, `speed_walk` = 1.0, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry` = 9621;\n\n/*  Kireena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9636;\n\n/*  Lil' Smoky  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 9657;\n\n/*  Distract Test  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 9658;\n\n/*  Unkillable Test Dummy  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 9659;\n\n/*  Agnar Beastamer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry` = 9660;\n\n/*  Sprite Darter Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 9662;\n\n/*  Tink Sprocketwhistle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `RangeAttackTime` = 1947 WHERE `entry` = 9676;\n\n/*  Ograbisi  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 5 WHERE `entry` = 9677;\n\n/*  Shill Dinger  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 3.8, `ArmorModifier` = 0.95 WHERE `entry` = 9678;\n\n/*  Tobias Seecher  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 0.85 WHERE `entry` = 9679;\n\n/*  Crest Killer  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 5.0 WHERE `entry` = 9680;\n\n/*  Jaz  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `ArmorModifier` = 0.6, `DamageModifier` = 4.375000 WHERE `entry` = 9681;\n\n/*  Marshal Reginald Windsor  */\nUPDATE `creature_template` SET `DamageModifier` = 5.157131, `ArmorModifier` = 2.0, `BaseAttackTime` = 1241, `RangeAttackTime` = 1365, `mingold` = 1, `maxgold` = 731 WHERE `entry` = 9682;\n\n/*  Lar'korwi Mate  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 9683;\n\n/*  Lar'korwi  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `mingold` = 53, `maxgold` = 267 WHERE `entry` = 9684;\n\n/*  [PH] TESTTAUREN  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 9686;\n\n/*  Ember Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 9690;\n\n/*  Bloodaxe Evoker  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 9693;\n\n/*  Slavering Ember Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 9694;\n\n/*  Bloodaxe Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 3.733333, `HealthModifier` = 1.92 WHERE `entry` = 9696;\n\n/*  Giant Ember Worg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 9697;\n\n/*  Fire Beetle  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.3 WHERE `entry` = 9699;\n\n/*  Lava Crab  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 9700;\n\n/*  Spire Scorpid  */\n\n\n/*  Grurk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9702;\n\n/*  Il'thurk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9703;\n\n/*  Lumurk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9704;\n\n/*  Illusionary Dreamwatcher  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 9705;\n\n/*  Yorba Screwspigot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9706;\n\n/*  Scarshield Portal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 3.1 WHERE `entry` = 9707;\n\n/*  Burning Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 2 WHERE `entry` = 9708;\n\n/*  Bloodaxe Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 9717;\n\n/*  Ghok Bashguud  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283, `mingold` = 142, `maxgold` = 708 WHERE `entry` = 9718;\n\n/*  Quartermaster Zigris  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 5.0 WHERE `entry` = 9736;\n\n/*  Flamekin Spitter  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 9776;\n\n/*  Flamekin Sprite  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 9777;\n\n/*  Flamekin Torcher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 9778;\n\n/*  Flamekin Rager  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 9779;\n\n/*  Galgar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 9796;\n\n/*  Pyroguard Emberseer  */\nUPDATE `creature_template` SET `rank` = 3, `dmgschool` = 2, `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 9816;\n\n/*  Blackhand Dreadweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1 WHERE `entry` = 9817;\n\n/*  Blackhand Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1 WHERE `entry` = 9818;\n\n/*  Blackhand Veteran  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1 WHERE `entry` = 9819;\n\n/*  [UNUSED] [PH] Cheese Servant Floh  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 9820;\n\n/*  Mathredis Firestar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 9836;\n\n/*  Lithilia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9837;\n\n/*  Auctioneer Grimful  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 9856;\n\n/*  Auctioneer Grizzlin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 9857;\n\n/*  Auctioneer Kresky  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 9858;\n\n/*  Auctioneer Lympkin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 9859;\n\n/*  Salia  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.75 WHERE `entry` = 9860;\n\n/*  Locheed  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1683 WHERE `entry` = 9876;\n\n/*  Entropic Horror  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 9879;\n\n/*  World Stable Master  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 9896;\n\n/*  Corrupted Kitten  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 9936;\n\n/*  Common Kitten  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_run` = 1.14286, `DamageModifier` = 1.75 WHERE `entry` = 9937;\n\n/*  Magmus  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 6.875000 WHERE `entry` = 9938;\n\n/*  Shadowforge Flame Keeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 9956;\n\n/*  Sylista  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85, `DamageModifier` = 2 WHERE `entry` = 9977;\n\n/*  Xon'cha  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 2.9 WHERE `entry` = 9988;\n\n/*  Winna Hazzard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 9996;\n\n/*  Spraggle Frock  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 9997;\n\n/*  Shizzle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 9998;\n\n/*  Arugal  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 3.05, `ArmorModifier` = 1.25, `mingold` = 24, `maxgold` = 119 WHERE `entry` = 10000;\n\n/*  Tainted Rat  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 10016;\n\n/*  Tainted Cockroach  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 10017;\n\n/*  Brackenwall Enforcer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 10036;\n\n/*  Lakeshire Guard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 502 WHERE `entry` = 10037;\n\n/*  Night Watch Guard  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0 WHERE `entry` = 10038;\n\n/*  Gorishi Hive Guard  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1606, `mingold` = 53, `maxgold` = 267 WHERE `entry` = 10040;\n\n/*  Gorishi Hive Queen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry` = 10041;\n\n/*  Corrupted Saber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.95, `RangeAttackTime` = 2200 WHERE `entry` = 10042;\n\n/*  Ribbly's Crony  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 0.6 WHERE `entry` = 10043;\n\n/*  [PH] Alex's Raid Testing Peon  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10044;\n\n/*  Gereck  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 2.9 WHERE `entry` = 10048;\n\n/*  Grimestack  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 10060;\n\n/*  Reggifuz  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 10063;\n\n/*  High Priestess of Thaurissan  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 6.468085, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `unit_class` = 2 WHERE `entry` = 10076;\n\n/*  Deathmaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.350000, `BaseAttackTime` = 1200, `RangeAttackTime` = 1329 WHERE `entry` = 10077;\n\n/*  Terrorspark  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry` = 10078;\n\n/*  Sandarr Dunereaver  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 10080;\n\n/*  Dustwraith  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 2.5, `ArmorModifier` = 0.6 WHERE `entry` = 10081;\n\n/*  Zerillis  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 93, `maxgold` = 1307 WHERE `entry` = 10082;\n\n/*  Rage Talon Flamescale  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10083;\n\n/*  Rage Talon Whelp  */\nUPDATE `creature_template` SET `minlevel` = 57, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10084;\n\n/*  Hesuwa Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10086;\n\n/*  Xao'tsu  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10088;\n\n/*  Silvaria  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10089;\n\n/*  Belia Thundergranite  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10090;\n\n/*  High Justice Grimstone  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 10096;\n\n/*  Slave  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10116;\n\n/*  Tortured Slave  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10117;\n\n/*  Nessa Shadowsong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 10118;\n\n/*  Volchan  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 5.1 WHERE `entry` = 10119;\n\n/*  Vault Warder  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 2.8, `ArmorModifier` = 4.6, `RangeAttackTime` = 1384 WHERE `entry` = 10120;\n\n/*  Chemist Fuely  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 10136;\n\n/*  Scott's Test Dummy  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `rank` = 3, `DamageModifier` = 1.0 WHERE `entry` = 10156;\n\n/*  Moonkin Oracle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 10157;\n\n/*  Rookery Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `RangeAttackTime` = 1595 WHERE `entry` = 10161;\n\n/*  Lord Victor Nefarius  */\nUPDATE `creature_template` SET `DamageModifier` = 16.85, `ArmorModifier` = 1.6 WHERE `entry` = 10162;\n\n/*  Kaltunk  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 10176;\n\n/*  Lady Sylvanas Windrunner  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 15.0, `HealthModifier` = 300.0, `mingold` = 1, `maxgold` = 866 WHERE `entry` = 10181;\n\n/*  General Colbatann  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.6, `RangeAttackTime` = 1292 WHERE `entry` = 10196;\n\n/*  Kashoch the Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry` = 10198;\n\n/*  Grizzle Snowpaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.2 WHERE `entry` = 10199;\n\n/*  Rak'shiri  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `BaseAttackTime` = 1500 WHERE `entry` = 10200;\n\n/*  Lady Hederine  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.872042, `ArmorModifier` = 1.15, `BaseAttackTime` = 1141 WHERE `entry` = 10201;\n\n/*  Azurous  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6, `RangeAttackTime` = 1274 WHERE `entry` = 10202;\n\n/*  Berylgos  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10203;\n\n/*  Misha  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 7.0 WHERE `entry` = 10204;\n\n/*  Gubber Blump  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10216;\n\n/*  Superior Healing Ward  */\nUPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 0.1 WHERE `entry` = 10218;\n\n/*  Gwennyth Bly'Leggonde  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10219;\n\n/*  Halycon  */\nUPDATE `creature_template` SET `DamageModifier` = 6.272727 WHERE `entry` = 10220;\n\n/*  Bloodaxe Worg Pup  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 10221;\n\n/*  Wep  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10236;\n\n/*  Yor <UNUSED>  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry` = 10237;\n\n/*  Staggon  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10238;\n\n/*  Tepolar  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10239;\n\n/*  [UNUSED] World Weapon Master Trainer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10256;\n\n/*  Bijou  */\nUPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry` = 10257;\n\n/*  Rookery Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 10258;\n\n/*  Worg Pup  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 10259;\n\n/*  Kibler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10260;\n\n/*  Burning Felhound  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.428571, `RangeAttackTime` = 1617 WHERE `entry` = 10261;\n\n/*  Opus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 10262;\n\n/*  Burning Felguard  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.782609, `RangeAttackTime` = 1292 WHERE `entry` = 10263;\n\n/*  Solakar Flamewreath  */\nUPDATE `creature_template` SET `DamageModifier` = 6.15, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283 WHERE `entry` = 10264;\n\n/*  UNUSED [PH] Flamewreath Guard  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10265;\n\n/*  Ug'thok  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry` = 10266;\n\n/*  Tinkee Steamboil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10267;\n\n/*  Gizrul the Slavener  */\nUPDATE `creature_template` SET `DamageModifier` = 6.5, `ArmorModifier` = 1.1 WHERE `entry` = 10268;\n\n/*  Rotgath Stonebeard  */\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry` = 10276;\n\n/*  Groum Stonebeard  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry` = 10277;\n\n/*  Thrag Stonehoof  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry` = 10278;\n\n/*  Captured Felwood Ooze  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 1.5, `RangeAttackTime` = 1881 WHERE `entry` = 10290;\n\n/*  Krysteea  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10291;\n\n/*  Rombulus Frostmoon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10292;\n\n/*  Malakar Frostmoon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10294;\n\n/*  Jennail Mooncaller  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10295;\n\n/*  Vaelan  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `speed_walk` = 1.0, `DamageModifier` = 5.306122, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `unit_class` = 1 WHERE `entry` = 10296;\n\n/*  Gerratys Nightrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10297;\n\n/*  Traelion Shadewhisper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10298;\n\n/*  Scarshield Infiltrator  */\nUPDATE `creature_template` SET `minlevel` = 54, `DamageModifier` = 3.15 WHERE `entry` = 10299;\n\n/*  Ranshalla  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10300;\n\n/*  Jaron Stoneshaper  */\nUPDATE `creature_template` SET `DamageModifier` = 9.6 WHERE `entry` = 10301;\n\n/*  Krakle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 10302;\n\n/*  Aurora Skycaller  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 1.15 WHERE `entry` = 10304;\n\n/*  Umi Rumplesnicker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10305;\n\n/*  Trull Failbane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 10306;\n\n/*  Blackhand Incarcerator  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 10316;\n\n/*  Blackhand Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 6 WHERE `entry` = 10317;\n\n/*  Blackhand Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 7.5, `ArmorModifier` = 0.5 WHERE `entry` = 10318;\n\n/*  Blackhand Iron Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.4, `ArmorModifier` = 2.0 WHERE `entry` = 10319;\n\n/*  Emberstrife  */\nUPDATE `creature_template` SET `DamageModifier` = 6.6 WHERE `entry` = 10321;\n\n/*  Murkdeep  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9, `mingold` = 5, `maxgold` = 55 WHERE `entry` = 10323;\n\n/*  Gyth  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 10339;\n\n/*  Vaelastrasz the Red  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2, `unit_class` = 1 WHERE `entry` = 10340;\n\n/*  Bayne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 10356;\n\n/*  Kergul Bloodaxe  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry` = 10360;\n\n/*  [UNUSED] Gethuxxuz  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10362;\n\n/*  General Drakkisath  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `rank` = 3, `DamageModifier` = 10.4 WHERE `entry` = 10363;\n\n/*  Yaelika Farclaw  */\nUPDATE `creature_template` SET `subname` = 'Reagents & Poisons', `DamageModifier` = 1.45 WHERE `entry` = 10364;\n\n/*  [UNUSED] Yillixa  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10365;\n\n/*  Rage Talon Dragon Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.5 WHERE `entry` = 10366;\n\n/*  Shrye Ragefist  */\nUPDATE `creature_template` SET `subname` = 'Food and Drink' WHERE `entry` = 10367;\n\n/*  [UNUSED] Dat'xus  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10368;\n\n/*  Trayexir  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 10369;\n\n/*  [UNUSED] Xur'gyl  */\nUPDATE `creature_template` SET `subname` = 'Axe Trainer', `speed_walk` = 1.0, `DamageModifier` = 1.925466, `ArmorModifier` = 1.5, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771 WHERE `entry` = 10370;\n\n/*  Rage Talon Captain  */\nUPDATE `creature_template` SET `DamageModifier` = 6.4 WHERE `entry` = 10371;\n\n/*  Rage Talon Fire Tongue  */\nUPDATE `creature_template` SET `DamageModifier` = 6.4 WHERE `entry` = 10372;\n\n/*  Xabraxxis  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1991, `mingold` = 10, `maxgold` = 52 WHERE `entry` = 10373;\n\n/*  Spire Spider  */\nUPDATE `creature_template` SET `DamageModifier` = 3.733333 WHERE `entry` = 10374;\n\n/*  Spire Spiderling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667 WHERE `entry` = 10375;\n\n/*  Crystal Fang  */\nUPDATE `creature_template` SET `DamageModifier` = 3.866667, `ArmorModifier` = 1.1 WHERE `entry` = 10376;\n\n/*  Omusa Thunderhorn  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `detection_range` = 20.0, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 10378;\n\n/*  Altsoba Ragetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65, `ArmorModifier` = 0.6 WHERE `entry` = 10379;\n\n/*  Sanuye Runetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10380;\n\n/*  Ravaged Cadaver  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 10381;\n\n/*  Mangled Cadaver  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry` = 10382;\n\n/*  Broken Cadaver  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 10383;\n\n/*  Spectral Citizen  */\nUPDATE `creature_template` SET `DamageModifier` = 3.55 WHERE `entry` = 10384;\n\n/*  Ghostly Citizen  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 10385;\n\n/*  Vengeful Phantom  */\nUPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.7 WHERE `entry` = 10387;\n\n/*  Spiteful Phantom  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1562 WHERE `entry` = 10388;\n\n/*  Wrath Phantom  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1551 WHERE `entry` = 10389;\n\n/*  Skeletal Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 10390;\n\n/*  Skeletal Berserker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 10391;\n\n/*  Skul  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45, `ArmorModifier` = 2.1, `mingold` = 346, `maxgold` = 2854 WHERE `entry` = 10393;\n\n/*  Black Guard Sentry  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 152, `maxgold` = 2416 WHERE `entry` = 10394;\n\n/*  Black Guard Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10395;\n\n/*  Black Guard Executioner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10397;\n\n/*  Thuzadin Shadowcaster  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10398;\n\n/*  Thuzadin Acolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 10399;\n\n/*  Thuzadin Necromancer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.1 WHERE `entry` = 10400;\n\n/*  [UNUSED] Thuzadin Shadow Lord  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10401;\n\n/*  [UNUSED] Cannibal Wight  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10402;\n\n/*  [UNUSED] Devouring Wight  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10403;\n\n/*  Pustulating Horror  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 1.0 WHERE `entry` = 10404;\n\n/*  Plague Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 4.777778 WHERE `entry` = 10405;\n\n/*  Ghoul Ravener  */\nUPDATE `creature_template` SET `DamageModifier` = 4.928571 WHERE `entry` = 10406;\n\n/*  Fleshflayer Ghoul  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 10407;\n\n/*  Rockwing Gargoyle  */\nUPDATE `creature_template` SET `minlevel` = 57, `DamageModifier` = 3.750000, `ArmorModifier` = 1.25 WHERE `entry` = 10408;\n\n/*  Rockwing Screecher  */\nUPDATE `creature_template` SET `DamageModifier` = 4.312500, `ArmorModifier` = 1.25 WHERE `entry` = 10409;\n\n/*  Eye of Naxxramas  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05, `maxgold` = 808 WHERE `entry` = 10411;\n\n/*  Crypt Crawler  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10412;\n\n/*  Crypt Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 10413;\n\n/*  Patchwork Horror  */\nUPDATE `creature_template` SET `DamageModifier` = 6 WHERE `entry` = 10414;\n\n/*  Ash'ari Crystal  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 10415;\n\n/*  Bile Spewer  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 10416;\n\n/*  Venom Belcher  */\nUPDATE `creature_template` SET `DamageModifier` = 6.1 WHERE `entry` = 10417;\n\n/*  Crimson Conjuror  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 10419;\n\n/*  Crimson Initiate  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 10420;\n\n/*  Crimson Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 10421;\n\n/*  Crimson Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10422;\n\n/*  Crimson Priest  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 10423;\n\n/*  Crimson Gallant  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 10424;\n\n/*  Crimson Battle Mage  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 10425;\n\n/*  Crimson Inquisitor  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 10426;\n\n/*  Motega Firemane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 10428;\n\n/*  Warchief Rend Blackhand  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 6.375000, `mingold` = 6929, `maxgold` = 34647 WHERE `entry` = 10429;\n\n/*  The Beast  */\nUPDATE `creature_template` SET `DamageModifier` = 10.4 WHERE `entry` = 10430;\n\n/*  Gregor Greystone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 10431;\n\n/*  Vectus  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 1.1 WHERE `entry` = 10432;\n\n/*  Marduk Blackpool  */\nUPDATE `creature_template` SET `DamageModifier` = 5 WHERE `entry` = 10433;\n\n/*  Magistrate Barthilas  */\nUPDATE `creature_template` SET `DamageModifier` = 7.5 WHERE `entry` = 10435;\n\n/*  Baroness Anastari  */\nUPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 7.65 WHERE `entry` = 10436;\n\n/*  Nerub'enkan  */\nUPDATE `creature_template` SET `DamageModifier` = 7.55, `ArmorModifier` = 1.35 WHERE `entry` = 10437;\n\n/*  Maleki the Pallid  */\nUPDATE `creature_template` SET `DamageModifier` = 6.05, `ArmorModifier` = 1.15 WHERE `entry` = 10438;\n\n/*  Ramstein the Gorger  */\nUPDATE `creature_template` SET `DamageModifier` = 8.8, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 1757 WHERE `entry` = 10439;\n\n/*  Baron Rivendare  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0 WHERE `entry` = 10440;\n\n/*  Plagued Rat  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 10441;\n\n/*  Chromatic Whelp  */\nUPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 3.866667 WHERE `entry` = 10442;\n\n/*  [UNUSED] Gustav Montague  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10443;\n\n/*  [UNUSED] Mallory Welsh  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10444;\n\n/*  Selina Dourman  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 10445;\n\n/*  [UNUSED] Elliott Jacks  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10446;\n\n/*  Chromatic Dragonspawn  */\nUPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 5, `ArmorModifier` = 1.1 WHERE `entry` = 10447;\n\n/*  [UNUSED] Rachael Vaccar  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10448;\n\n/*  Emily Vaccar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10449;\n\n/*  [UNUSED] Paul Burges  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10450;\n\n/*  Sarah Arello  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10451;\n\n/*  Farbrahm Steelfist  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10452;\n\n/*  Grimbur Flintaxe  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10453;\n\n/*  Filliwick Featherfizz  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10454;\n\n/*  Binny Springblade  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667 WHERE `entry` = 10455;\n\n/*  Prynne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667 WHERE `entry` = 10456;\n\n/*  Rend on Drake Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 10459;\n\n/*  Prospector Ironboot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry` = 10460;\n\n/*  Plagued Insect  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 10461;\n\n/*  Wailing Banshee  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10464;\n\n/*  Styleen Silvercart  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10466;\n\n/*  Scholomance Adept  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10469;\n\n/*  Scholomance Neophyte  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 10470;\n\n/*  Scholomance Acolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 10471;\n\n/*  Scholomance Occultist  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10472;\n\n/*  Scholomance Shadowcaster  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10473;\n\n/*  Scholomance Student  */\nUPDATE `creature_template` SET `DamageModifier` = 5.416667 WHERE `entry` = 10475;\n\n/*  Scholomance Necrolyte  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 10476;\n\n/*  Scholomance Necromancer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 10477;\n\n/*  Splintered Skeleton  */\nUPDATE `creature_template` SET `DamageModifier` = 8, `ArmorModifier` = 1.05 WHERE `entry` = 10478;\n\n/*  Skulking Corpse  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 2.214286, `RangeAttackTime` = 1540, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 10479;\n\n/*  Unstable Corpse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 10480;\n\n/*  Reanimated Corpse  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 10481;\n\n/*  Risen Lackey  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry` = 10482;\n\n/*  Risen Flayer  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10483;\n\n/*  Risen Terror  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10484;\n\n/*  Risen Aberration  */\nUPDATE `creature_template` SET `DamageModifier` = 2.45 WHERE `entry` = 10485;\n\n/*  Risen Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 6.041667, `ArmorModifier` = 1.1 WHERE `entry` = 10486;\n\n/*  Risen Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 1.55 WHERE `entry` = 10487;\n\n/*  Risen Construct  */\nUPDATE `creature_template` SET `DamageModifier` = 7.5, `ArmorModifier` = 1.05 WHERE `entry` = 10488;\n\n/*  Risen Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.5 WHERE `entry` = 10489;\n\n/*  Risen Bonewarder  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 10491;\n\n/*  Risen Shadowmage  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10492;\n\n/*  Risen Sorcerer  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 10493;\n\n/*  Decrepit Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10494;\n\n/*  Diseased Ghoul  */\nUPDATE `creature_template` SET `DamageModifier` = 3.928571 WHERE `entry` = 10495;\n\n/*  Ragged Ghoul  */\nUPDATE `creature_template` SET `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 6.390328, `ArmorModifier` = 1.05, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 10497;\n\n/*  Spectral Tutor  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 10498;\n\n/*  Spectral Researcher  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 1.05 WHERE `entry` = 10499;\n\n/*  Spectral Teacher  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.05 WHERE `entry` = 10500;\n\n/*  Lady Illucia Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 6.5 WHERE `entry` = 10502;\n\n/*  Jandice Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 10503;\n\n/*  Lord Alexei Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 10504;\n\n/*  Instructor Malicia  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 10505;\n\n/*  Kirtonos the Herald  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 8, `ArmorModifier` = 0.9, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 10506;\n\n/*  The Ravenian  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.1 WHERE `entry` = 10507;\n\n/*  Ras Frostwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 10508;\n\n/*  Jed Runewatcher  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.1, `mingold` = 310, `maxgold` = 1552 WHERE `entry` = 10509;\n\n/*  Plagued Slime  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 10510;\n\n/*  The Unforgiven  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.25, `mingold` = 534, `maxgold` = 2669 WHERE `entry` = 10516;\n\n/*  Plagued Maggot  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 10536;\n\n/*  Vaelastrasz  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 13.446809, `ArmorModifier` = 1.1, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry` = 10538;\n\n/*  Vol'jin  */\nUPDATE `creature_template` SET `subname` = 'King of Darkspear Trolls', `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 8.3, `HealthModifier` = 220.0, `ArmorModifier` = 1.35, `ManaModifier` = 7.0 WHERE `entry` = 10540;\n\n/*  Krakle's Thermometer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10541;\n\n/*  Lazy Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 10556;\n\n/*  Hearthsinger Forresten  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10558;\n\n/*  Crypt Scarab  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 0.833332, `speed_run` = 2.0, `DamageModifier` = 6 WHERE `entry` = 10577;\n\n/*  Bom'bay  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 10578;\n\n/*  Kirtonos the Herald (Spell Visual)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 14.65, `ArmorModifier` = 0.9, `BaseAttackTime` = 2000 WHERE `entry` = 10579;\n\n/*  Young Arikara  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5 WHERE `entry` = 10581;\n\n/*  Dog  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry` = 10582;\n\n/*  Gryfe  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 10583;\n\n/*  Urok Doomhowl  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 5, `ArmorModifier` = 1.1 WHERE `entry` = 10584;\n\n/*  Mother Smolderweb  */\nUPDATE `creature_template` SET `DamageModifier` = 5.733333 WHERE `entry` = 10596;\n\n/*  Smolderweb Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 10598;\n\n/*  Hulfnar Stonetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.9 WHERE `entry` = 10599;\n\n/*  Thontek Rumblehoof  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 10600;\n\n/*  Urok Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 10601;\n\n/*  Urok Ogre Magus  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 10602;\n\n/*  Hallucination  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.0, `RangeAttackTime` = 2200 WHERE `entry` = 10603;\n\n/*  [UNUSED] Siralnaya  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10607;\n\n/*  Scarlet Priest  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.45, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 10608;\n\n/*  Angus  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10610;\n\n/*  Shorty  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 10611;\n\n/*  Supervisor Raelen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10616;\n\n/*  Galak Messenger  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 10617;\n\n/*  Rivern Frostwind  */\nUPDATE `creature_template` SET `subname` = 'Wintersaber Trainers', `DamageModifier` = 1.75, `ArmorModifier` = 1.05 WHERE `entry` = 10618;\n\n/*  Glacier  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 10619;\n\n/*  TEST NPC - DBUCKLER  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 10620;\n\n/*  Malyfous Darkhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10637;\n\n/*  Rorgish Jowl  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 10639;\n\n/*  Branch Snapper  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.5, `RangeAttackTime` = 1585 WHERE `entry` = 10641;\n\n/*  Eck'alom  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 2.2 WHERE `entry` = 10642;\n\n/*  Mist Howler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 10644;\n\n/*  Guardian Felhunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.25, `RangeAttackTime` = 2200 WHERE `entry` = 10656;\n\n/*  Corrupted Cat  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 10657;\n\n/*  Winna's Kitten  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 10658;\n\n/*  Cobalt Whelp  */\nUPDATE `creature_template` SET `minlevel` = 54, `ArmorModifier` = 1.25 WHERE `entry` = 10659;\n\n/*  Spellmaw  */\nUPDATE `creature_template` SET `DamageModifier` = 5.65, `ArmorModifier` = 1.25 WHERE `entry` = 10662;\n\n/*  Manaclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 5.75, `ArmorModifier` = 1.25 WHERE `entry` = 10663;\n\n/*  Scryer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1 WHERE `entry` = 10664;\n\n/*  Chromie  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.3 WHERE `entry` = 10667;\n\n/*  Beaten Corpse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 10668;\n\n/*  Raider Jhash  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.05 WHERE `entry` = 10676;\n\n/*  Plagued Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 10678;\n\n/*  Summoned Blackhand Dreadweaver  */\nUPDATE `creature_template` SET `DamageModifier` = 4.25, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274 WHERE `entry` = 10680;\n\n/*  Summoned Blackhand Veteran  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274 WHERE `entry` = 10681;\n\n/*  Raider Kerr  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.05 WHERE `entry` = 10682;\n\n/*  Rookery Hatcher  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 903 WHERE `entry` = 10683;\n\n/*  Remorseful Highborne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.8 WHERE `entry` = 10684;\n\n/*  Swine  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry` = 10685;\n\n/*  Refuge Pointe Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 10696;\n\n/*  Bile Slime  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry` = 10697;\n\n/*  Summoned Zombie  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `ArmorModifier` = 0.85 WHERE `entry` = 10698;\n\n/*  Carrion Scarab  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 10699;\n\n/*  Belfry Bat  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 10716;\n\n/*  Temporal Parasite  */\nUPDATE `creature_template` SET `maxlevel` = 57, `HealthModifier` = 1.35 WHERE `entry` = 10717;\n\n/*  Shahram  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 10718;\n\n/*  Herald of Thrall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8 WHERE `entry` = 10719;\n\n/*  Galak Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 10720;\n\n/*  Novice Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 10721;\n\n/*  Unkillable Test Dummy 60 Mage  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 10736;\n\n/*  Shy-Rotam  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4, `HealthModifier` = 4.5, `ManaModifier` = 2.0, `BaseAttackTime` = 1500, `RangeAttackTime` = 1265 WHERE `entry` = 10737;\n\n/*  High Chief Winterfall  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `maxgold` = 2823 WHERE `entry` = 10738;\n\n/*  Mulgris Deepriver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10739;\n\n/*  Awbee  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry` = 10740;\n\n/*  Sian-Rotam  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.25, `HealthModifier` = 4.5, `RangeAttackTime` = 1265 WHERE `entry` = 10741;\n\n/*  Blackhand Dragon Handler  */\nUPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 4.0, `ArmorModifier` = 3.25 WHERE `entry` = 10742;\n\n/*  Scalding Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 10756;\n\n/*  Boiling Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 0.857143, `DamageModifier` = 1 WHERE `entry` = 10757;\n\n/*  Grimtotem Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.5 WHERE `entry` = 10761;\n\n/*  Blackhand Thug  */\nUPDATE `creature_template` SET `DamageModifier` = 6.5, `ArmorModifier` = 1.1 WHERE `entry` = 10762;\n\n/*  Finkle Einhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292 WHERE `entry` = 10776;\n\n/*  Janice Felstone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 10778;\n\n/*  Infected Squirrel  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 10779;\n\n/*  Infected Deer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry` = 10780;\n\n/*  Royal Factor Bathrilor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10782;\n\n/*  Orb of Deception (Orc, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10783;\n\n/*  Orb of Deception (Orc, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10784;\n\n/*  Orb of Deception (Tauren, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10785;\n\n/*  Orb of Deception (Tauren, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10786;\n\n/*  Orb of Deception (Troll, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10787;\n\n/*  Orb of Deception (Troll, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10788;\n\n/*  Orb of Deception (Undead, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10789;\n\n/*  Orb of Deception (Undead, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10790;\n\n/*  Orb of Deception (Dwarf, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10791;\n\n/*  Orb of Deception (Dwarf, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10792;\n\n/*  Orb of Deception (Gnome, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10793;\n\n/*  Orb of Deception (Gnome, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10794;\n\n/*  Orb of Deception (Human, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10795;\n\n/*  Orb of Deception (Human, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10796;\n\n/*  Orb of Deception (NightElf, Male)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10797;\n\n/*  Orb of Deception (Nightelf, Female)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 10798;\n\n/*  Warosh  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9 WHERE `entry` = 10799;\n\n/*  Warosh the Redeemed  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1551 WHERE `entry` = 10800;\n\n/*  Jabbering Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 10801;\n\n/*  Hitah'ya the Keeper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.950000, `HealthModifier` = 5.0, `ManaModifier` = 2.0 WHERE `entry` = 10802;\n\n/*  Rifleman Wheeler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10803;\n\n/*  Rifleman Middlecamp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 10804;\n\n/*  Spotter Klemmy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 10805;\n\n/*  Ursius  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4, `HealthModifier` = 4.5, `ArmorModifier` = 0.75 WHERE `entry` = 10806;\n\n/*  Brumeran  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.8, `HealthModifier` = 4.0 WHERE `entry` = 10807;\n\n/*  Timmy the Cruel  */\nUPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 13.142857, `mingold` = 142, `maxgold` = 2828 WHERE `entry` = 10808;\n\n/*  Stonespine  */\nUPDATE `creature_template` SET `DamageModifier` = 4.65, `ArmorModifier` = 2.15, `RangeAttackTime` = 1283 WHERE `entry` = 10809;\n\n/*  [UNUSED] Deathcaller Majestis  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 10810;\n\n/*  Archivist Galford  */\nUPDATE `creature_template` SET `DamageModifier` = 6.55 WHERE `entry` = 10811;\n\n/*  Grand Crusader Dathrohan  */\nUPDATE `creature_template` SET `DamageModifier` = 8.6, `mingold` = 461, `maxgold` = 2307 WHERE `entry` = 10812;\n\n/*  Balnazzar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 15.478261, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 461, `maxgold` = 3148 WHERE `entry` = 10813;\n\n/*  Chromatic Elite Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 7.269231, `ArmorModifier` = 1.1 WHERE `entry` = 10814;\n\n/*  Duggan Wildhammer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10817;\n\n/*  Death Knight Soulbearer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 10818;\n\n/*  Baron Bloodbane  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.25, `unit_class` = 2 WHERE `entry` = 10819;\n\n/*  Duke Ragereaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 10820;\n\n/*  Hed'mush the Rotting  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1292 WHERE `entry` = 10821;\n\n/*  Warlord Thresh'jin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1283 WHERE `entry` = 10822;\n\n/*  Zul'Brin Warpbranch  */\nUPDATE `creature_template` SET `DamageModifier` = 4.75, `RangeAttackTime` = 1274 WHERE `entry` = 10823;\n\n/*  Ranger Lord Hawkspear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.1 WHERE `entry` = 10824;\n\n/*  Gish the Unmoving  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.5, `RangeAttackTime` = 1301 WHERE `entry` = 10825;\n\n/*  Lord Darkscythe  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.4 WHERE `entry` = 10826;\n\n/*  Deathspeaker Selendre  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.7, `RangeAttackTime` = 1301 WHERE `entry` = 10827;\n\n/*  High General Abbendis  */\nUPDATE `creature_template` SET `DamageModifier` = 4.15, `mingold` = 2035, `maxgold` = 2141 WHERE `entry` = 10828;\n\n/*  Farmer Dalson  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 0.941176, `mingold` = 56, `maxgold` = 278 WHERE `entry` = 10836;\n\n/*  Commander Ashlam Valorfist  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry` = 10838;\n\n/*  Argent Officer Garush  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.1 WHERE `entry` = 10839;\n\n/*  Undead Scarab  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 1.8 WHERE `entry` = 10876;\n\n/*  Courier Hammerfall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 10877;\n\n/*  Herald Moonstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 10878;\n\n/*  Harbinger Balthazad  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 10879;\n\n/*  Bluff Runner Windstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 38.7 WHERE `entry` = 10881;\n\n/*  Arikara  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 10882;\n\n/*  Sindrayl  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 10897;\n\n/*  Blackhand Armorsmith  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 10898;\n\n/*  Goraluk Anvilcrack  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 6.1 WHERE `entry` = 10899;\n\n/*  Lorekeeper Polkelt  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1 WHERE `entry` = 10901;\n\n/*  Andorhal Tower One  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10902;\n\n/*  Andorhal Tower Two  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10903;\n\n/*  Andorhal Tower Three  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10904;\n\n/*  Andorhal Tower Four  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10905;\n\n/*  Winterfall Runner  */\nUPDATE `creature_template` SET `minlevel` = 57, `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.2 WHERE `entry` = 10916;\n\n/*  Aurius  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 10917;\n\n/*  Lorax  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.05 WHERE `entry` = 10918;\n\n/*  Shatterspear Troll  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 10919;\n\n/*  Kelek Skykeeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.25 WHERE `entry` = 10920;\n\n/*  Taronn Redfeather  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 10921;\n\n/*  Greta Mosshoof  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 10922;\n\n/*  Tenell Leafrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 1.4 WHERE `entry` = 10923;\n\n/*  Ivy Leafrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 10924;\n\n/*  Rotting Worm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.866667 WHERE `entry` = 10925;\n\n/*  Pamela Redpath  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 10926;\n\n/*  Marlene Redpath  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 10927;\n\n/*  Succubus Minion  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 1.25, `ArmorModifier` = 0.75 WHERE `entry` = 10928;\n\n/*  Haleh  */\nUPDATE `creature_template` SET `DamageModifier` = 5.5, `ArmorModifier` = 1.5 WHERE `entry` = 10929;\n\n/*  Dargh Trueaim  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 10930;\n\n/*  Joseph Redpath  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.95 WHERE `entry` = 10936;\n\n/*  Captain Redpath  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.510638, `ArmorModifier` = 1.1, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry` = 10937;\n\n/*  Redpath the Corrupted  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.510638, `ArmorModifier` = 1.1, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry` = 10938;\n\n/*  Marduk the Black  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.045340, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry` = 10939;\n\n/*  Ghost of the Past  */\n\n\n/*  Wizlo Bearingshiner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 10941;\n\n/*  Nessy  */\nUPDATE `creature_template` SET `DamageModifier` = 11.2, `ArmorModifier` = 1.2 WHERE `entry` = 10942;\n\n/*  Decrepit Guardian  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 1, `ArmorModifier` = 0.95 WHERE `entry` = 10943;\n\n/*  Davil Lightfire  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 11.914894, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry` = 10944;\n\n/*  Davil Crokford  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.333333, `ArmorModifier` = 1.2, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 10945;\n\n/*  Horgus the Ravager  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 13.304348, `HealthModifier` = 11.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1824, `maxgold` = 1824 WHERE `entry` = 10946;\n\n/*  Darrowshire Betrayer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `HealthModifier` = 1.5, `RangeAttackTime` = 1584 WHERE `entry` = 10947;\n\n/*  Darrowshire Defender  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1584 WHERE `entry` = 10948;\n\n/*  Silver Hand Disciple  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.833333, `RangeAttackTime` = 1320 WHERE `entry` = 10949;\n\n/*  Redpath Militia  */\nUPDATE `creature_template` SET `maxlevel` = 56, `speed_walk` = 1.0, `DamageModifier` = 2, `ArmorModifier` = 0.95, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry` = 10950;\n\n/*  Marauding Corpse  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1595 WHERE `entry` = 10951;\n\n/*  Marauding Skeleton  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1595 WHERE `entry` = 10952;\n\n/*  Servant of Horgus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 6.333333, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `RangeAttackTime` = 1320 WHERE `entry` = 10953;\n\n/*  Bloodletter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 2000, `RangeAttackTime` = 1320 WHERE `entry` = 10954;\n\n/*  Summoned Water Elemental  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 0.9, `RangeAttackTime` = 1606 WHERE `entry` = 10955;\n\n/*  Naga Siren  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 10956;\n\n/*  Jeziba  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10976;\n\n/*  Quixxil  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10977;\n\n/*  Legacki  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 10978;\n\n/*  Scarlet Hound  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 10979;\n\n/*  Umi's Mechanical Yeti  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 10980;\n\n/*  Frostwolf  */\nUPDATE `creature_template` SET `speed_run` = 2.57143 WHERE `entry` = 10981;\n\n/*  Whitewhisker Vermin  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 10982;\n\n/*  Winterax Troll  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.957447, `RangeAttackTime` = 1292 WHERE `entry` = 10983;\n\n/*  Winterax Berserker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.231561, `ArmorModifier` = 1.15, `RangeAttackTime` = 1283 WHERE `entry` = 10984;\n\n/*  Ice Giant  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 2.553191, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 10985;\n\n/*  Snowblind Harpy  */\nUPDATE `creature_template` SET `mingold` = 126, `maxgold` = 699 WHERE `entry` = 10986;\n\n/*  Irondeep Trogg  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 10987;\n\n/*  Kodo Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667, `ArmorModifier` = 1.1 WHERE `entry` = 10988;\n\n/*  Blizzard Elemental  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 2.553191, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 10989;\n\n/*  Alterac Ram  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_run` = 2.57143, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 10990;\n\n/*  Wildpaw Gnoll  */\nUPDATE `creature_template` SET `mingold` = 61, `maxgold` = 488, `speed_walk` = 0.666668 WHERE `entry` = 10991;\n\n/*  Enraged Panther  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.0 WHERE `entry` = 10992;\n\n/*  Twizwick Sprocketgrind  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry` = 10993;\n\n/*  Fallen Hero  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 10996;\n\n/*  Cannon Master Willey  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.1 WHERE `entry` = 10997;\n\n/*  Captured Arko'narin  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.0 WHERE `entry` = 11016;\n\n/*  Roxxik  */\nUPDATE `creature_template` SET `subname` = 'Artisan Engineer', `DamageModifier` = 0.95 WHERE `entry` = 11017;\n\n/*  Arko'narin  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `DamageModifier` = 1.4, `RangeAttackTime` = 1683 WHERE `entry` = 11018;\n\n/*  Jessir Moonbow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 11019;\n\n/*  Remains of Trey Lightforge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 11020;\n\n/*  Alexi Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 7, `HealthModifier` = 12.0, `ArmorModifier` = 1.1 WHERE `entry` = 11022;\n\n/*  Weldon Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 12.0, `HealthModifier` = 12.0, `ArmorModifier` = 0.9 WHERE `entry` = 11023;\n\n/*  Mukdrak  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 11025;\n\n/*  Sprite Jumpsprocket  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry` = 11026;\n\n/*  Illusory Wraith  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 0.4, `ArmorModifier` = 0.9, `RangeAttackTime` = 1650 WHERE `entry` = 11027;\n\n/*  Jemma Quikswitch  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry` = 11028;\n\n/*  Trixie Quikswitch  */\nUPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 0.95 WHERE `entry` = 11029;\n\n/*  Franklin Lloyd  */\nUPDATE `creature_template` SET `subname` = 'Expert Engineer', `ArmorModifier` = 0.95 WHERE `entry` = 11031;\n\n/*  Malor the Zealous  */\nUPDATE `creature_template` SET `DamageModifier` = 6.75, `ArmorModifier` = 1.1 WHERE `entry` = 11032;\n\n/*  Smokey LaRue  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11033;\n\n/*  Jenna Lemkenilli  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 11037;\n\n/*  Watcher Brownell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11040;\n\n/*  Milla Fairancora  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry` = 11041;\n\n/*  Sylvanna Forestmoon  */\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist', `ArmorModifier` = 0.85 WHERE `entry` = 11042;\n\n/*  Crimson Monk  */\nUPDATE `creature_template` SET `DamageModifier` = 5.555556, `ArmorModifier` = 0.25 WHERE `entry` = 11043;\n\n/*  Doctor Martin Felben  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist Trainer', `DamageModifier` = 0.9 WHERE `entry` = 11044;\n\n/*  Burns  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11045;\n\n/*  Whuut  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.85 WHERE `entry` = 11046;\n\n/*  Kray  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry` = 11047;\n\n/*  Victor Ward  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 11048;\n\n/*  Rhiannon Davis  */\nUPDATE `creature_template` SET `subname` = 'Expert Tailor', `ArmorModifier` = 0.85 WHERE `entry` = 11049;\n\n/*  Trianna  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry` = 11050;\n\n/*  Vhan  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 11051;\n\n/*  Timothy Worthington  */\nUPDATE `creature_template` SET `subname` = 'Master Tailor' WHERE `entry` = 11052;\n\n/*  High Priestess MacDonnell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.9 WHERE `entry` = 11053;\n\n/*  Crimson Rifleman  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1551 WHERE `entry` = 11054;\n\n/*  Alchemist Arbington  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.15 WHERE `entry` = 11056;\n\n/*  Fras Siabi  */\nUPDATE `creature_template` SET `DamageModifier` = 8.5, `RangeAttackTime` = 1255, `mingold` = 173, `maxgold` = 1981 WHERE `entry` = 11058;\n\n/*  Darrowshire Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 11064;\n\n/*  Thonys Pillarstone  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.9 WHERE `entry` = 11065;\n\n/*  Jhag  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry` = 11066;\n\n/*  Malcomb Wynn  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.85 WHERE `entry` = 11067;\n\n/*  Betty Quin  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.9 WHERE `entry` = 11068;\n\n/*  Jenova Stoneshield  */\nUPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 2.95 WHERE `entry` = 11069;\n\n/*  Lalina Summermoon  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.95 WHERE `entry` = 11070;\n\n/*  Mot Dawnstrider  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.8 WHERE `entry` = 11071;\n\n/*  Kitta Firewind  */\nUPDATE `creature_template` SET `subname` = 'Artisan Enchanter', `DamageModifier` = 0.95 WHERE `entry` = 11072;\n\n/*  Annora  */\nUPDATE `creature_template` SET `subname` = 'Master Enchanter', `speed_walk` = 1.0, `DamageModifier` = 1.0, `RangeAttackTime` = 1617 WHERE `entry` = 11073;\n\n/*  Hgarth  */\nUPDATE `creature_template` SET `subname` = 'Artisan Enchanter', `DamageModifier` = 0.95 WHERE `entry` = 11074;\n\n/*  Cauldron Lord Bilemaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `mingold` = 50, `maxgold` = 250 WHERE `entry` = 11075;\n\n/*  Cauldron Lord Razarch  */\nUPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry` = 11076;\n\n/*  Cauldron Lord Malvinious  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `mingold` = 54, `maxgold` = 269 WHERE `entry` = 11077;\n\n/*  Cauldron Lord Soulwrath  */\nUPDATE `creature_template` SET `mingold` = 57, `maxgold` = 287 WHERE `entry` = 11078;\n\n/*  Wynd Nightchaser  */\nUPDATE `creature_template` SET `DamageModifier` = 9.45 WHERE `entry` = 11079;\n\n/*  [PH[ Combat Tester  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11080;\n\n/*  Faldron  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `ArmorModifier` = 0.85 WHERE `entry` = 11081;\n\n/*  Stratholme Courier  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 1301 WHERE `entry` = 11082;\n\n/*  Darianna  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry` = 11083;\n\n/*  Tarn  */\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry` = 11084;\n\n/*  Randal Worth  */\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry` = 11096;\n\n/*  Drakk Stonehand  */\nUPDATE `creature_template` SET `subname` = 'Master Leatherworking Trainer', `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11097;\n\n/*  Hahrana Ironhide  */\nUPDATE `creature_template` SET `subname` = 'Master Leatherworker', `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11098;\n\n/*  Argent Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry` = 11099;\n\n/*  Argent Rider  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.9 WHERE `entry` = 11102;\n\n/*  Aboda  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 11105;\n\n/*  Crimson Hammersmith  */\nUPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 11120;\n\n/*  Black Guard Swordsmith  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.914387, `ArmorModifier` = 1.15, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246, `mingold` = 187, `maxgold` = 935 WHERE `entry` = 11121;\n\n/*  Restless Soul  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 11122;\n\n/*  Freed Soul  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 11136;\n\n/*  Maethrya  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 11138;\n\n/*  Yugrek  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25 WHERE `entry` = 11139;\n\n/*  Egan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11140;\n\n/*  Spirit of Trey Lightforge  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0 WHERE `entry` = 11141;\n\n/*  Undead Postman  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `RangeAttackTime` = 1310 WHERE `entry` = 11142;\n\n/*  Postmaster Malown  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8, `BaseAttackTime` = 2200, `RangeAttackTime` = 1283, `mingold` = 435, `maxgold` = 2176 WHERE `entry` = 11143;\n\n/*  Oracle Sphere  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11144;\n\n/*  Myolor Sunderfury  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11145;\n\n/*  Ironus Coldsteel  */\nUPDATE `creature_template` SET `subname` = 'Special Weapon Crafter' WHERE `entry` = 11146;\n\n/*  The Scourge Cauldron  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 11152;\n\n/*  Green Skeletal Warhorse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 11156;\n\n/*  Krathok Moltenfist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11176;\n\n/*  Okothos Ironrager  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 11177;\n\n/*  Crystal Trigger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 11179;\n\n/*  Bloodvenom Post Brave  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `mingold` = 1, `maxgold` = 727 WHERE `entry` = 11180;\n\n/*  Shi'alune  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry` = 11181;\n\n/*  Blixxrak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11183;\n\n/*  Xizzer Fizzbolt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11185;\n\n/*  Himmik  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 11187;\n\n/*  Evie Whirlbrew  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11188;\n\n/*  Qia  */\nUPDATE `creature_template` SET `subname` = 'Trade Goods Supplies' WHERE `entry` = 11189;\n\n/*  Everlook Bruiser  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 2.0 WHERE `entry` = 11190;\n\n/*  Lilith the Lithe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11191;\n\n/*  Kilram  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11192;\n\n/*  Seril Scourgebane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11193;\n\n/*  Argent Defender  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.1 WHERE `entry` = 11194;\n\n/*  Deathcharger  */\nUPDATE `creature_template` SET `speed_run` = 1.38571, `detection_range` = 18.0, `DamageModifier` = 1.282051, `RangeAttackTime` = 900 WHERE `entry` = 11195;\n\n/*  Shatterspear Drummer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 11196;\n\n/*  Mindless Skeleton  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `ArmorModifier` = 0.95 WHERE `entry` = 11197;\n\n/*  Crimson Cannon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 11199;\n\n/*  Summoned Skeleton  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 11200;\n\n/*  Lucien Sarkhoff  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11217;\n\n/*  Kerlonian Evershade  */\nUPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry` = 11218;\n\n/*  Liladris Moonriver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11219;\n\n/*  Blood Parrot  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 11236;\n\n/*  Manifestation of Water  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `DamageModifier` = 3.45, `ArmorModifier` = 1.35 WHERE `entry` = 11256;\n\n/*  Scholomance Handler  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 11257;\n\n/*  Frail Skeleton  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3, `faction` = 233 WHERE `entry` = 11258;\n\n/*  Nataka Longhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 11259;\n\n/*  Northshire Peasant  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.3 WHERE `entry` = 11260;\n\n/*  Doctor Theolen Krastinov  */\nUPDATE `creature_template` SET `DamageModifier` = 10.8, `ArmorModifier` = 1.1 WHERE `entry` = 11261;\n\n/*  Spectral Projection  */\nUPDATE `creature_template` SET `minlevel` = 58, `HealthModifier` = 1.0, `ArmorModifier` = 1.05 WHERE `entry` = 11263;\n\n/*  Caer Darrow Citizen  */\nUPDATE `creature_template` SET `minlevel` = 12, `speed_walk` = 1.0, `DamageModifier` = 2.85 WHERE `entry` = 11277;\n\n/*  Magnus Frostwake  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 11278;\n\n/*  Caer Darrow Guardsman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `ArmorModifier` = 0.8 WHERE `entry` = 11279;\n\n/*  Caer Darrow Cannoneer  */\nUPDATE `creature_template` SET `minlevel` = 50, `DamageModifier` = 1.35, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000 WHERE `entry` = 11280;\n\n/*  Caer Darrow Horseman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `ArmorModifier` = 0.45 WHERE `entry` = 11281;\n\n/*  Melia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65 WHERE `entry` = 11282;\n\n/*  Sammy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65 WHERE `entry` = 11283;\n\n/*  Dark Shade  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 3.108808, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 2857 WHERE `entry` = 11284;\n\n/*  Rory  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5 WHERE `entry` = 11285;\n\n/*  Magistrate Marduke  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry` = 11286;\n\n/*  Baker Masterson  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 0.95 WHERE `entry` = 11287;\n\n/*  Spectral Betrayer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.4 WHERE `entry` = 11288;\n\n/*  Spectral Defender  */\nUPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry` = 11289;\n\n/*  Mossflayer Zombie  */\nUPDATE `creature_template` SET `maxgold` = 741 WHERE `entry` = 11290;\n\n/*  Unliving Mossflayer  */\nUPDATE `creature_template` SET `maxgold` = 531 WHERE `entry` = 11291;\n\n/*  Mossflayer Berserker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11292;\n\n/*  Darrowshire Poltergeist  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 11296;\n\n/*  Joseph Dirte  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55, `BaseAttackTime` = 2000 WHERE `entry` = 11316;\n\n/*  Jinar'Zillen  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.7 WHERE `entry` = 11317;\n\n/*  Ragefire Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 11319;\n\n/*  Molten Elemental  */\nUPDATE `creature_template` SET `minlevel` = 13, `maxlevel` = 15, `DamageModifier` = 1.65, `ArmorModifier` = 1.2 WHERE `entry` = 11321;\n\n/*  Panda Cub  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 11325;\n\n/*  Mini Diablo  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 11326;\n\n/*  Zergling  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.65, `ArmorModifier` = 1.0 WHERE `entry` = 11327;\n\n/*  Eastvale Peasant  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.85 WHERE `entry` = 11328;\n\n/*  [UNUSED] Hakkar Axe Thrower  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11337;\n\n/*  Hakkari Shadowcaster  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11338;\n\n/*  Hakkari Shadow Hunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11339;\n\n/*  Hakkari Blood Priest  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11340;\n\n/*  [UNUSED] Hakkar Berserker  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11341;\n\n/*  [UNUSED] Hakkar Warrior  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11342;\n\n/*  [UNUSED] Hakkar Warlord  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11343;\n\n/*  [UNUSED] Hakkar Blood Drinker  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11344;\n\n/*  [UNUSED] Hakkar Headhunter  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11345;\n\n/*  Hakkari Oracle  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `maxgold` = 489 WHERE `entry` = 11346;\n\n/*  Zealot Lor'Khan  */\nUPDATE `creature_template` SET `DamageModifier` = 12.0, `BaseAttackTime` = 2000 WHERE `entry` = 11347;\n\n/*  [UNUSED] Gurubashi Hideskinner  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11349;\n\n/*  Gurubashi Headhunter  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11351;\n\n/*  Gurubashi Berserker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `ArmorModifier` = 1.0 WHERE `entry` = 11352;\n\n/*  Gurubashi Blood Drinker  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11353;\n\n/*  [UNUSED] Gurubashi Warlord  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11354;\n\n/*  Gurubashi Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `maxgold` = 576 WHERE `entry` = 11355;\n\n/*  Gurubashi Champion  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11356;\n\n/*  Son of Hakkar  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 11357;\n\n/*  [UNUSED] Daughter of Hakkar  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11358;\n\n/*  Soulflayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11359;\n\n/*  Zulian Cub  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.0 WHERE `entry` = 11360;\n\n/*  Zulian Tiger  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 11361;\n\n/*  [UNUSED] Zulian Tigress  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11364;\n\n/*  Zulian Panther  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 11365;\n\n/*  [UNUSED] Zulian Matriarch  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11366;\n\n/*  [UNUSED] Zulian Patriarch  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11367;\n\n/*  Bloodseeker Bat  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 2.5 WHERE `entry` = 11368;\n\n/*  [UNUSED] Hidden Bloodseeker  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11369;\n\n/*  Razzashi Broodwidow  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 7.592593 WHERE `entry` = 11370;\n\n/*  Razzashi Serpent  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11371;\n\n/*  Razzashi Cobra  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 11373;\n\n/*  Hooktooth Frenzy  */\nUPDATE `creature_template` SET `mingold` = 503, `maxgold` = 661, `DamageModifier` = 4 WHERE `entry` = 11374;\n\n/*  [UNUSED] Zath  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11375;\n\n/*  [UNUSED] Lor'khan  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11376;\n\n/*  [UNUSED] Hak'tharr the Mindhunter  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11377;\n\n/*  Foreman Thazz'ril  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 11378;\n\n/*  [UNUSED] Nik'reesh  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11379;\n\n/*  Jin'do the Hexxer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11380;\n\n/*  Jin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11381;\n\n/*  Bloodlord Mandokir  */\nUPDATE `creature_template` SET `speed_walk` = 0.833332, `ArmorModifier` = 1.0, `DamageModifier` = 17 WHERE `entry` = 11382;\n\n/*  High Priestess Hai'watna  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5 WHERE `entry` = 11383;\n\n/*  [UNUSED] Elder T'kashra  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11384;\n\n/*  [UNUSED] Mogwhi the Ruthless  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11385;\n\n/*  [UNUSED] Janook the Bladefury  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11386;\n\n/*  Sandfury Speaker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 11387;\n\n/*  Witherbark Speaker  */\nUPDATE `creature_template` SET `minlevel` = 57, `DamageModifier` = 5.2, `ArmorModifier` = 1.0 WHERE `entry` = 11388;\n\n/*  Vilebranch Speaker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 11391;\n\n/*  Audrey Vergara  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11392;\n\n/*  Josh Miller  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11393;\n\n/*  Lauren Preston  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11394;\n\n/*  Kevin Faulder  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11395;\n\n/*  Joelle McCarthy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11396;\n\n/*  Nara Meideros  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 1.6 WHERE `entry` = 11397;\n\n/*  Charisse Moonrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11398;\n\n/*  Ashlyn Vor'lair  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11399;\n\n/*  Ann'rimor Falchi  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11400;\n\n/*  Priestess Alathea  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry` = 11401;\n\n/*  Jarvis Greenhammer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11402;\n\n/*  Russle Hochstein  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11403;\n\n/*  Dillon Gregor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11404;\n\n/*  Diana Battleheart  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11405;\n\n/*  High Priest Rohan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry` = 11406;\n\n/*  Var'jun  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 11407;\n\n/*  Watna  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11408;\n\n/*  Jo'bu  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11409;\n\n/*  Shal'vol  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11410;\n\n/*  Priestess Kara'van  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11411;\n\n/*  Danielle Koppen  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11412;\n\n/*  Vincent Wilfork  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11413;\n\n/*  Nicole Tarlow  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11414;\n\n/*  Amber Provost  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11415;\n\n/*  Thomas Brady  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11416;\n\n/*  Minor Infernal  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 11437;\n\n/*  Bibbly F'utzbuckle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 11438;\n\n/*  Illusion of Jandice Barov  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.5, `RangeAttackTime` = 1283 WHERE `entry` = 11439;\n\n/*  Gordok Enforcer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0 WHERE `entry` = 11440;\n\n/*  Gordok Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 6.560000, `ArmorModifier` = 0.8 WHERE `entry` = 11441;\n\n/*  Gordok Mauler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0 WHERE `entry` = 11442;\n\n/*  Gordok Ogre-Mage  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 3.0 WHERE `entry` = 11443;\n\n/*  Gordok Mage-Lord  */\nUPDATE `creature_template` SET `DamageModifier` = 4.8 WHERE `entry` = 11444;\n\n/*  Gordok Captain  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 11445;\n\n/*  Mushgog  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.478261, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 11447;\n\n/*  Gordok Warlock  */\nUPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 5.1, `ArmorModifier` = 1.1, `mingold` = 481, `maxgold` = 2236 WHERE `entry` = 11448;\n\n/*  [UNUSED] Gordok Battle Mage  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11449;\n\n/*  Gordok Reaver  */\nUPDATE `creature_template` SET `detection_range` = 25.0 WHERE `entry` = 11450;\n\n/*  Wildspawn Satyr  */\nUPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 1.25 WHERE `entry` = 11451;\n\n/*  Wildspawn Rogue  */\nUPDATE `creature_template` SET `DamageModifier` = 3.733333 WHERE `entry` = 11452;\n\n/*  Wildspawn Trickster  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 11453;\n\n/*  Wildspawn Betrayer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.55 WHERE `entry` = 11454;\n\n/*  Wildspawn Felsworn  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 11455;\n\n/*  Wildspawn Shadowstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 11456;\n\n/*  Wildspawn Hellcaller  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry` = 11457;\n\n/*  Petrified Treant  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.5 WHERE `entry` = 11458;\n\n/*  Ironbark Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 2.0 WHERE `entry` = 11459;\n\n/*  Alzzin's Minion  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 11460;\n\n/*  Warpwood Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.5 WHERE `entry` = 11461;\n\n/*  Warpwood Treant  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.25 WHERE `entry` = 11462;\n\n/*  [UNUSED] Warpwood Scrabbler  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11463;\n\n/*  Warpwood Tangler  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.25 WHERE `entry` = 11464;\n\n/*  Warpwood Stomper  */\nUPDATE `creature_template` SET `DamageModifier` = 3.840000, `ArmorModifier` = 1.25 WHERE `entry` = 11465;\n\n/*  Tsu'zee  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.375000 WHERE `entry` = 11467;\n\n/*  [UNUSED] Eldreth Lichling  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11468;\n\n/*  Eldreth Seether  */\nUPDATE `creature_template` SET `DamageModifier` = 5.125000 WHERE `entry` = 11469;\n\n/*  Eldreth Sorcerer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 11470;\n\n/*  Eldreth Apparition  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 11471;\n\n/*  Eldreth Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 11472;\n\n/*  Eldreth Spectre  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 11473;\n\n/*  Eldreth Wraith  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11474;\n\n/*  Eldreth Phantasm  */\nUPDATE `creature_template` SET `DamageModifier` = 4.5 WHERE `entry` = 11475;\n\n/*  Skeletal Highborne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 11476;\n\n/*  Rotting Highborne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 11477;\n\n/*  [UNUSED] Mana Beast  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11478;\n\n/*  Arcane Horror  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11479;\n\n/*  Arcane Aberration  */\nUPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 4.0, `ArmorModifier` = 1.1 WHERE `entry` = 11480;\n\n/*  [UNUSED] Arcane Terror  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11481;\n\n/*  Mana Remnant  */\nUPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 4.0 WHERE `entry` = 11483;\n\n/*  Residual Monstrosity  */\nUPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 5.0, `ArmorModifier` = 0.95, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 11484;\n\n/*  Magister Kalendris  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 7.0 WHERE `entry` = 11487;\n\n/*  Illyanna Ravenoak  */\nUPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.1 WHERE `entry` = 11488;\n\n/*  Tendris Warpwood  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 8.0 WHERE `entry` = 11489;\n\n/*  Zevrim Thornhoof  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 6.0 WHERE `entry` = 11490;\n\n/*  Old Ironbark  */\nUPDATE `creature_template` SET `DamageModifier` = 3.35, `ArmorModifier` = 1.2 WHERE `entry` = 11491;\n\n/*  Alzzin the Wildshaper  */\nUPDATE `creature_template` SET `DamageModifier` = 5.846154 WHERE `entry` = 11492;\n\n/*  [UNUSED] Sentius  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11493;\n\n/*  Alzinn Trigger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 11494;\n\n/*  [UNUSED] Avidus  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11495;\n\n/*  Immol'thar  */\nUPDATE `creature_template` SET `DamageModifier` = 7.75 WHERE `entry` = 11496;\n\n/*  The Razza  */\nUPDATE `creature_template` SET `DamageModifier` = 12.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 11497;\n\n/*  Skarr the Unbreakable  */\nUPDATE `creature_template` SET `DamageModifier` = 10.5, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 11498;\n\n/*  [UNUSED] Commander Gormaul  */\nUPDATE `creature_template` SET `speed_walk` = 2.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11499;\n\n/*  Ragnaros  */\nUPDATE `creature_template` SET `DamageModifier` = 13, `mingold` = 1302365, `maxgold` = 1403983 WHERE `entry` = 11502;\n\n/*  Timbermaw Warder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 11516;\n\n/*  Jergosh the Invoker  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 11518;\n\n/*  Kodo Apparition  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `mingold` = 25, `maxgold` = 127 WHERE `entry` = 11521;\n\n/*  TEST GEAR PALADIN  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11537;\n\n/*  TEST GEAR WARRIOR  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11538;\n\n/*  TEST GEAR HUNTER  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11539;\n\n/*  TEST GEAR MAGE  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11540;\n\n/*  TEST GEAR WARLOCK  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11541;\n\n/*  TEST GEAR DRUID  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11542;\n\n/*  TEST GEAR SHAMAN  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11543;\n\n/*  TEST GEAR PRIEST  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11544;\n\n/*  TEST GEAR ROGUE  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11545;\n\n/*  Skeletal Scholomance Student  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 11547;\n\n/*  Loh'atu  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry` = 11548;\n\n/*  Austin Burwell  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 11549;\n\n/*  Taylor Burwell  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 11550;\n\n/*  Necrofiend  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.1 WHERE `entry` = 11551;\n\n/*  Timbermaw Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `mingold` = 61, `maxgold` = 305 WHERE `entry` = 11552;\n\n/*  Timbermaw Woodbender  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 11553;\n\n/*  Grazle  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11554;\n\n/*  Gorn One Eye  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.05 WHERE `entry` = 11555;\n\n/*  Salfa  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11556;\n\n/*  Meilosh  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.05 WHERE `entry` = 11557;\n\n/*  Kernda  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.05 WHERE `entry` = 11558;\n\n/*  Outcast Necromancer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 11559;\n\n/*  Magrami Spectre  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `RangeAttackTime` = 1782 WHERE `entry` = 11560;\n\n/*  Undead Ravager  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.6, `DamageModifier` = 1.333333 WHERE `entry` = 11561;\n\n/*  Drysnap Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 11562;\n\n/*  Drysnap Pincer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 11563;\n\n/*  Whirlwind Ripper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.928571 WHERE `entry` = 11576;\n\n/*  Whirlwind Shredder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.928571 WHERE `entry` = 11578;\n\n/*  Tempest  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 11579;\n\n/*  Kelemis the Lifeless  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11580;\n\n/*  Scarlet Assassin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11581;\n\n/*  Scholomance Dark Summoner  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 11582;\n\n/*  Nefarian  */\nUPDATE `creature_template` SET `subname` = 'The Head of The Black Flight', `mingold` = 2247690, `maxgold` = 2417690 WHERE `entry` = 11583;\n\n/*  Smeed Scrabblescrew  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 11596;\n\n/*  Cheveyo  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11597;\n\n/*  Risen Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.291667, `ArmorModifier` = 1.1, `mingold` = 65, `maxgold` = 866 WHERE `entry` = 11598;\n\n/*  Irondeep Geomancer UNUSED  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 11599;\n\n/*  Irondeep Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.95 WHERE `entry` = 11600;\n\n/*  Irondeep Cave Lurker UNUSED  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11601;\n\n/*  Irondeep Skullthumper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry` = 11602;\n\n/*  Whitewhisker Digger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 11603;\n\n/*  Whitewhisker Geomancer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 0.95 WHERE `entry` = 11604;\n\n/*  Whitewhisker Overseer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.583333, `BaseAttackTime` = 2400 WHERE `entry` = 11605;\n\n/*  Whitewhisker Tunnel Rat  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 11606;\n\n/*  Alexia Ironknife  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05 WHERE `entry` = 11609;\n\n/*  Kirsta Deepshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11610;\n\n/*  Nathaniel Dumah  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 11616;\n\n/*  Digger \"The Wrench\" Veriatus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 11617;\n\n/*  Archmage Antonio  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 11618;\n\n/*  Merchant Bolden  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11619;\n\n/*  Spectral Marauder  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.4 WHERE `entry` = 11620;\n\n/*  Spectral Corpse  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry` = 11621;\n\n/*  Rattlegore  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 11622;\n\n/*  Scourge Summoning Crystal  */\nUPDATE `creature_template` SET `DamageModifier` = 3.120567, `ArmorModifier` = 0.7, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 11623;\n\n/*  Taiga Wisemane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 11624;\n\n/*  Cork Gizelton  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry` = 11625;\n\n/*  Rigger Gizelton  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry` = 11626;\n\n/*  Tamed Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.033333, `RangeAttackTime` = 1826 WHERE `entry` = 11627;\n\n/*  Decaying Corpse  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 11628;\n\n/*  Servant of Weldon Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 11636;\n\n/*  Servant of Alexi Barov  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 11637;\n\n/*  Morloch  */\nUPDATE `creature_template` SET `ManaModifier` = 2.0, `maxgold` = 786 WHERE `entry` = 11657;\n\n/*  Molten Giant  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 11658;\n\n/*  Molten Destroyer  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776 WHERE `entry` = 11659;\n\n/*  [UNUSED] Molten Colossus  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11660;\n\n/*  Flamewaker Priest  */\nUPDATE `creature_template` SET `DamageModifier` = 11.0 WHERE `entry` = 11662;\n\n/*  Flamewaker Healer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1, `mingold` = 1007, `maxgold` = 5037 WHERE `entry` = 11663;\n\n/*  Flamewaker Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 14.041667, `ArmorModifier` = 1.25, `mingold` = 300, `maxgold` = 1500 WHERE `entry` = 11664;\n\n/*  Lava Annihilator  */\nUPDATE `creature_template` SET `DamageModifier` = 17.875000 WHERE `entry` = 11665;\n\n/*  Firewalker  */\nUPDATE `creature_template` SET `DamageModifier` = 9.95 WHERE `entry` = 11666;\n\n/*  Flameguard  */\nUPDATE `creature_template` SET `DamageModifier` = 9.95 WHERE `entry` = 11667;\n\n/*  Firelord  */\nUPDATE `creature_template` SET `DamageModifier` = 11.933333 WHERE `entry` = 11668;\n\n/*  Flame Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 11669;\n\n/*  [UNUSED] Flame Shrieker  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 11670;\n\n/*  Core Hound  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry` = 11671;\n\n/*  Core Rager  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 11672;\n\n/*  Snowblind Windcaller  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95, `mingold` = 122, `maxgold` = 638 WHERE `entry` = 11675;\n\n/*  Fjordune the Greater  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `detection_range` = 18.0, `rank` = 1, `DamageModifier` = 1.0 WHERE `entry` = 11676;\n\n/*  Snowblind Ambusher  */\nUPDATE `creature_template` SET `mingold` = 61, `maxgold` = 675, `DamageModifier` = 1.176471 WHERE `entry` = 11678;\n\n/*  Winterax Witch Doctor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.844560, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 2 WHERE `entry` = 11679;\n\n/*  Maraudine Priest  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 11685;\n\n/*  Ghostly Raider  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.05 WHERE `entry` = 11686;\n\n/*  Ghostly Marauder  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 11687;\n\n/*  Cursed Centaur  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1393, `mingold` = 97, `maxgold` = 486 WHERE `entry` = 11688;\n\n/*  Gnarlpine Instigator  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 0.9, `ArmorModifier` = 0.8 WHERE `entry` = 11690;\n\n/*  Chal Fairwind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11696;\n\n/*  Mannoroc Lasher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 11697;\n\n/*  Hive'Ashi Stinger  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry` = 11698;\n\n/*  Varian Wrynn  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.571429, `ArmorModifier` = 0.9, `BaseAttackTime` = 2100, `RangeAttackTime` = 1000 WHERE `entry` = 11699;\n\n/*  Sarin Starlight  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11700;\n\n/*  Mor'vek  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 2.2, `ArmorModifier` = 0.9 WHERE `entry` = 11701;\n\n/*  Arin'sor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9 WHERE `entry` = 11702;\n\n/*  Graw Cornerstone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11703;\n\n/*  Kriss Goldenlight  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 11704;\n\n/*  Rayan Dawnrisen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 11705;\n\n/*  Adon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 11706;\n\n/*  Joy Ar'nareth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11707;\n\n/*  Jareth Wildwoods  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 11709;\n\n/*  Sentinel Aynasha  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 11711;\n\n/*  Lilyn Darkriver  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11712;\n\n/*  Blackwood Tracker  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `RangeAttackTime` = 2046 WHERE `entry` = 11713;\n\n/*  Marosh the Devious  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.9, `ArmorModifier` = 0.95, `RangeAttackTime` = 1991, `mingold` = 5, `maxgold` = 58 WHERE `entry` = 11714;\n\n/*  Talendria  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 11715;\n\n/*  Celes Earthborne  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 11716;\n\n/*  Sar Browneye  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11718;\n\n/*  Navi Quickdraw  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11719;\n\n/*  Hive'Ashi Worker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0 WHERE `entry` = 11721;\n\n/*  Hive'Ashi Defender  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry` = 11722;\n\n/*  Hive'Ashi Sandstalker  */\nUPDATE `creature_template` SET `minlevel` = 58, `rank` = 1, `DamageModifier` = 4.15, `HealthModifier` = 2.85, `ArmorModifier` = 0.75 WHERE `entry` = 11723;\n\n/*  Hive'Ashi Swarmer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry` = 11724;\n\n/*  Hive'Zora Waywatcher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0 WHERE `entry` = 11725;\n\n/*  Hive'Zora Tunneler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry` = 11726;\n\n/*  Hive'Zora Reaver  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry` = 11728;\n\n/*  Hive'Zora Hive Sister  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry` = 11729;\n\n/*  Hive'Regal Ambusher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.25, `HealthModifier` = 2.85, `ArmorModifier` = 0.8 WHERE `entry` = 11730;\n\n/*  Hive'Regal Burrower  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.2, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry` = 11731;\n\n/*  Hive'Regal Spitfire  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry` = 11732;\n\n/*  Hive'Regal Slavemaker  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry` = 11733;\n\n/*  Hive'Regal Hive Lord  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.55, `HealthModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry` = 11734;\n\n/*  Silt Grub  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11742;\n\n/*  Silt Devourer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11743;\n\n/*  Dust Stormer  */\nUPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry` = 11744;\n\n/*  Cyclone Warrior  */\nUPDATE `creature_template` SET `maxlevel` = 59, `dmgschool` = 3 WHERE `entry` = 11745;\n\n/*  Desert Rumbler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 11746;\n\n/*  Desert Rager  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 11747;\n\n/*  Feran Strongwind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11749;\n\n/*  Ganoosh  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 11750;\n\n/*  Rilan Howard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 11751;\n\n/*  Gogo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11753;\n\n/*  Meggi Peppinrocker  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.85 WHERE `entry` = 11754;\n\n/*  Quinn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry` = 11756;\n\n/*  Umaron Stragarelm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11757;\n\n/*  Andi Lynn  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry` = 11758;\n\n/*  Salome  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 11776;\n\n/*  Shadowshard Rumbler  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry` = 11777;\n\n/*  Shadowshard Smasher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry` = 11778;\n\n/*  Shadowshard Thunderer  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 11779;\n\n/*  Ambershard Rager  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11780;\n\n/*  Ambershard Crusher  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.3, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry` = 11781;\n\n/*  Ambershard Destroyer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry` = 11782;\n\n/*  Theradrim Shardling  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 1.0 WHERE `entry` = 11783;\n\n/*  Theradrim Guardian  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 48, `DamageModifier` = 3.1 WHERE `entry` = 11784;\n\n/*  Ambereye Basilisk  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.2, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry` = 11785;\n\n/*  Ambereye Reaver  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.35, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry` = 11786;\n\n/*  Rock Borer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry` = 11787;\n\n/*  Rock Worm  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.5, `ManaModifier` = 1.5 WHERE `entry` = 11788;\n\n/*  Deep Borer  */\nUPDATE `creature_template` SET `maxlevel` = 48, `DamageModifier` = 0.95 WHERE `entry` = 11789;\n\n/*  Putridus Satyr  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 2.533333, `ArmorModifier` = 0.9 WHERE `entry` = 11790;\n\n/*  Putridus Trickster  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 2.666667, `ArmorModifier` = 0.9 WHERE `entry` = 11791;\n\n/*  Putridus Shadowstalker  */\nUPDATE `creature_template` SET `maxlevel` = 44, `DamageModifier` = 2.6 WHERE `entry` = 11792;\n\n/*  Celebrian Dryad  */\nUPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 2.5 WHERE `entry` = 11793;\n\n/*  Mylentha Riverbend  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05 WHERE `entry` = 11795;\n\n/*  Bessany Plainswind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry` = 11796;\n\n/*  Moren Riverbend  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.05 WHERE `entry` = 11797;\n\n/*  Bunthen Plainswind  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `ArmorModifier` = 0.95 WHERE `entry` = 11798;\n\n/*  Tajarri  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 11799;\n\n/*  Silva Fil'naveth  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `ArmorModifier` = 0.95 WHERE `entry` = 11800;\n\n/*  Rabine Saturna  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 11801;\n\n/*  Dendrite Starblaze  */\nUPDATE `creature_template` SET `maxlevel` = 60, `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 11802;\n\n/*  Jarund Stoutstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 11805;\n\n/*  Sentinel Onaeya  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 11806;\n\n/*  Tristane Shadowstone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 11807;\n\n/*  Grum Redbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8 WHERE `entry` = 11808;\n\n/*  Danni Palewing  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11809;\n\n/*  Howin Kindfeather  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 11810;\n\n/*  Narain Soothfancy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry` = 11811;\n\n/*  Kali Remik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 11814;\n\n/*  Voriya  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85, `RangeAttackTime` = 1595 WHERE `entry` = 11815;\n\n/*  Una Ji'ro  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 11816;\n\n/*  Krah'ranik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 11817;\n\n/*  Orik'ando  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11818;\n\n/*  Jory Zaga  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 11819;\n\n/*  Moonglade Warden  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 11822;\n\n/*  Vark Battlescar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 11823;\n\n/*  Erik Felixe  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 11824;\n\n/*  Paige Felixe  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 11825;\n\n/*  Kristy Grant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.266667 WHERE `entry` = 11826;\n\n/*  Kimberly Grant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.55 WHERE `entry` = 11827;\n\n/*  Kelly Grant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.466667, `ArmorModifier` = 0.8 WHERE `entry` = 11828;\n\n/*  Hakkari Priest  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11830;\n\n/*  Hakkari Witch Doctor  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 11831;\n\n/*  Keeper Remulos  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 2.0 WHERE `entry` = 11832;\n\n/*  Maur Grimtotem  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 11834;\n\n/*  Captured Rabid Thistle Bear  */\nUPDATE `creature_template` SET `maxlevel` = 14, `speed_walk` = 1.0, `DamageModifier` = 1.35, `RangeAttackTime` = 2057 WHERE `entry` = 11836;\n\n/*  Wildpaw Shaman  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95, `mingold` = 61, `maxgold` = 721, `speed_walk` = 0.666668 WHERE `entry` = 11837;\n\n/*  Wildpaw Mystic  */\nUPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry` = 11838;\n\n/*  Wildpaw Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.75, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 11839;\n\n/*  Wildpaw Alpha  */\nUPDATE `creature_template` SET `mingold` = 61, `maxgold` = 305 WHERE `entry` = 11840;\n\n/*  Kaya Flathoof  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 11856;\n\n/*  Makaba Flathoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 11857;\n\n/*  Doomguard  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 3.0, `HealthModifier` = 1.85, `ArmorModifier` = 1.35, `ManaModifier` = 0.77, `RangeAttackTime` = 1551 WHERE `entry` = 11859;\n\n/*  Mor'rogal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 11861;\n\n/*  Tsunaman  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 0.6 WHERE `entry` = 11862;\n\n/*  Azore Aldamort  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry` = 11863;\n\n/*  Tammra Windfield  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 11864;\n\n/*  Buliwyf Stonehand  */\nUPDATE `creature_template` SET `DamageModifier` = 4.266667 WHERE `entry` = 11865;\n\n/*  Ilyenia Moonfire  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 11866;\n\n/*  Woo Ping  */\nUPDATE `creature_template` SET `DamageModifier` = 4.266667 WHERE `entry` = 11867;\n\n/*  Sayoc  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 11868;\n\n/*  Ansekhwa  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 11869;\n\n/*  Archibald  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry` = 11870;\n\n/*  Grinning Dog  */\nUPDATE `creature_template` SET `DamageModifier` = 7.1 WHERE `entry` = 11871;\n\n/*  Myranda the Hag  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11872;\n\n/*  Spectral Attendant  */\nUPDATE `creature_template` SET `HealthModifier` = 1.35 WHERE `entry` = 11873;\n\n/*  Masat T'andr  */\nUPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.14286, `DamageModifier` = 1.2, `ArmorModifier` = 1.05 WHERE `entry` = 11874;\n\n/*  Mortar Team Target Dummy  */\nUPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 14, `DamageModifier` = 0.45 WHERE `entry` = 11875;\n\n/*  Demon Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 24, `maxgold` = 120 WHERE `entry` = 11876;\n\n/*  Roon Wildmane  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.75 WHERE `entry` = 11877;\n\n/*  Nathanos Blightcaller  */\nUPDATE `creature_template` SET `DamageModifier` = 10.833333, `HealthModifier` = 30.0, `ArmorModifier` = 1.5 WHERE `entry` = 11878;\n\n/*  Obi  */\nUPDATE `creature_template` SET `maxlevel` = 2, `DamageModifier` = 4.55, `maxgold` = 1 WHERE `entry` = 11884;\n\n/*  Blighthound  */\nUPDATE `creature_template` SET `DamageModifier` = 5.5 WHERE `entry` = 11885;\n\n/*  Mercutio Filthgorger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 58, `maxgold` = 288 WHERE `entry` = 11886;\n\n/*  Crypt Robber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 61, `maxgold` = 2033 WHERE `entry` = 11887;\n\n/*  Borelgore  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 6.5, `HealthModifier` = 15.0 WHERE `entry` = 11896;\n\n/*  Duskwing  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.5, `HealthModifier` = 6.0 WHERE `entry` = 11897;\n\n/*  Crusader Lord Valdelmar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `mingold` = 1414, `maxgold` = 1545 WHERE `entry` = 11898;\n\n/*  Shardi  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 11899;\n\n/*  Brakkar  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 11900;\n\n/*  Andruk  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 11901;\n\n/*  Aiden  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11902;\n\n/*  Alexander  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11903;\n\n/*  Noah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11904;\n\n/*  Jordan  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11905;\n\n/*  Sophia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11906;\n\n/*  Alanna  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11907;\n\n/*  Mirah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11908;\n\n/*  Penelope  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11909;\n\n/*  Grimtotem Ruffian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry` = 11910;\n\n/*  Grimtotem Mercenary  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 11911;\n\n/*  Grimtotem Brute  */\nUPDATE `creature_template` SET `DamageModifier` = 0.96 WHERE `entry` = 11912;\n\n/*  Grimtotem Sorcerer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 11913;\n\n/*  Gorehoof the Black  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11914;\n\n/*  Gogger Rock Keeper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11915;\n\n/*  Imelda  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry` = 11916;\n\n/*  Gogger Geomancer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 11917;\n\n/*  Gogger Stonepounder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.280000, `ArmorModifier` = 0.5 WHERE `entry` = 11918;\n\n/*  Claudia  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11919;\n\n/*  Goggeroc  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.315650, `HealthModifier` = 3.0, `ArmorModifier` = 1.25, `BaseAttackTime` = 1508, `RangeAttackTime` = 1659, `mingold` = 18, `maxgold` = 91 WHERE `entry` = 11920;\n\n/*  Besseleth  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry` = 11921;\n\n/*  [PH] Northshire Gift Dispenser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11926;\n\n/*  Artist Renfray  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 11936;\n\n/*  Demon Portal Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 26, `maxgold` = 132 WHERE `entry` = 11937;\n\n/*  Young Tirion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 11938;\n\n/*  Umber  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 11939;\n\n/*  Merissa Stilwell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11940;\n\n/*  Yori Crackhelm  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11941;\n\n/*  Orenthil Whisperwind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11942;\n\n/*  Magga  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11943;\n\n/*  Vorn Skyseer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11944;\n\n/*  Claire Willower  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 11945;\n\n/*  Drek'Thar  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 1, `DamageModifier` = 16.35, `HealthModifier` = 50.0 WHERE `entry` = 11946;\n\n/*  Captain Galvangar  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 10.0, `HealthModifier` = 40.0, `mingold` = 173, `maxgold` = 900 WHERE `entry` = 11947;\n\n/*  Vanndar Stormpike  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 1, `DamageModifier` = 15.0, `HealthModifier` = 50.0, `ArmorModifier` = 0.7 WHERE `entry` = 11948;\n\n/*  Captain Balinda Stonehearth  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 10.0, `HealthModifier` = 40.0, `ManaModifier` = 12.0, `mingold` = 173, `maxgold` = 900 WHERE `entry` = 11949;\n\n/*  Great Bear Spirit  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 11956;\n\n/*  Great Cat Spirit  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry` = 11957;\n\n/*  Gracchus Spiritlight  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 11958;\n\n/*  [UNUSED] Obsidian Watcher  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11959;\n\n/*  [NOT USED] Neltharion  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 11978;\n\n/*  Kim Bridenbecker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 11979;\n\n/*  Zuluhed the Whacked  */\nUPDATE `creature_template` SET `subname` = 'Dragonmaw Chieftain', `minlevel` = 62, `maxlevel` = 62, `detection_range` = 18.0, `rank` = 3, `DamageModifier` = 1.0, `HealthModifier` = 5.0, `ManaModifier` = 1.0 WHERE `entry` = 11980;\n\n/*  Flamegor  */\nUPDATE `creature_template` SET `mingold` = 1208090, `maxgold` = 1208090 WHERE `entry` = 11981;\n\n/*  Magmadar  */\nUPDATE `creature_template` SET `mingold` = 381176, `maxgold` = 465881 WHERE `entry` = 11982;\n\n/*  Firemaw  */\nUPDATE `creature_template` SET `mingold` = 1186290, `maxgold` = 1201890 WHERE `entry` = 11983;\n\n/*  Golemagg the Incinerator  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 20.05, `mingold` = 1069897, `maxgold` = 1307652 WHERE `entry` = 11988;\n\n/*  Rob Bridenbecker  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 11994;\n\n/*  Ashley Bridenbecker  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.3 WHERE `entry` = 11996;\n\n/*  Stormpike Herald  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9 WHERE `entry` = 11997;\n\n/*  Frostwolf Herald  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9 WHERE `entry` = 11998;\n\n/*  Broodlord Lashlayer  */\nUPDATE `creature_template` SET `mingold` = 1605590, `maxgold` = 1605590 WHERE `entry` = 12017;\n\n/*  Majordomo Executus  */\nUPDATE `creature_template` SET `DamageModifier` = 14.05, `ArmorModifier` = 1.3 WHERE `entry` = 12018;\n\n/*  Moonglade Alchemy Trainer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12020;\n\n/*  Meliri  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry` = 12024;\n\n/*  Malvor  */\nUPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry` = 12025;\n\n/*  Tukk  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry` = 12027;\n\n/*  Malux  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry` = 12030;\n\n/*  Lui'Mala  */\nUPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry` = 12032;\n\n/*  Koiter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 12034;\n\n/*  Aerie Peak Mining Trainer  */\nUPDATE `creature_template` SET `subname` = 'Miner', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12035;\n\n/*  Aerie Peak General Goods  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12036;\n\n/*  Ursol'lok  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95, `RangeAttackTime` = 1530 WHERE `entry` = 12037;\n\n/*  [UNUSED] Aerie Peak Cooking Supplies  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 12038;\n\n/*  Aerie Peak Meat Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12039;\n\n/*  Aerie Peak Mail Armor Vendor  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12040;\n\n/*  Kulwia  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 12043;\n\n/*  Sun Rock Blacksmithing Supplies  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12044;\n\n/*  Hae'Wilani  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 2.1 WHERE `entry` = 12045;\n\n/*  Stormpike Mountaineer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 12047;\n\n/*  Alliance Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 12048;\n\n/*  Stormpike Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 1.35, `mingold` = 70, `maxgold` = 604 WHERE `entry` = 12050;\n\n/*  Frostwolf Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 83, `maxgold` = 416 WHERE `entry` = 12051;\n\n/*  Frostwolf Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 12052;\n\n/*  Frostwolf Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 1.35, `mingold` = 70, `maxgold` = 352 WHERE `entry` = 12053;\n\n/*  Dawnchaser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12054;\n\n/*  Baron Geddon  */\nUPDATE `creature_template` SET `DamageModifier` = 14.05, `mingold` = 516580, `maxgold` = 631375 WHERE `entry` = 12056;\n\n/*  Garr  */\nUPDATE `creature_template` SET `mingold` = 516580, `maxgold` = 631375 WHERE `entry` = 12057;\n\n/*  Lava Elemental  */\nUPDATE `creature_template` SET `DamageModifier` = 11.92 WHERE `entry` = 12076;\n\n/*  Frostwolf Quartermaster  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry` = 12097;\n\n/*  Sulfuron Harbinger  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry` = 12098;\n\n/*  Firesworn  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 12099;\n\n/*  Lava Reaver  */\nUPDATE `creature_template` SET `DamageModifier` = 15.937500 WHERE `entry` = 12100;\n\n/*  Lava Surger  */\nUPDATE `creature_template` SET `DamageModifier` = 12.9 WHERE `entry` = 12101;\n\n/*  Priestess of Elune  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15, `ArmorModifier` = 1.1 WHERE `entry` = 12116;\n\n/*  Plagueland Termite  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 12120;\n\n/*  Duros  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 12122;\n\n/*  Reef Shark  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 21, `maxgold` = 104 WHERE `entry` = 12123;\n\n/*  Great Shark  */\nUPDATE `creature_template` SET `minlevel` = 52, `speed_walk` = 1.0, `DamageModifier` = 3.35, `RangeAttackTime` = 1347, `mingold` = 124, `maxgold` = 620 WHERE `entry` = 12124;\n\n/*  Mammoth Shark  */\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `speed_walk` = 1.0, `DamageModifier` = 5.629139, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329, `mingold` = 133, `maxgold` = 666 WHERE `entry` = 12125;\n\n/*  Lord Tirion Fordring  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 12.25, `ArmorModifier` = 4.0, `RangeAttackTime` = 1265 WHERE `entry` = 12126;\n\n/*  Stormpike Guardsman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 83, `maxgold` = 772 WHERE `entry` = 12127;\n\n/*  Crimson Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 176, `maxgold` = 3033 WHERE `entry` = 12128;\n\n/*  Snurk Bucksquick  */\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 9.8 WHERE `entry` = 12136;\n\n/*  Squibby Overspeck  */\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 9.8 WHERE `entry` = 12137;\n\n/*  Lunaclaw  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2046, `mingold` = 12, `maxgold` = 16 WHERE `entry` = 12138;\n\n/*  Guardian of Elune  */\nUPDATE `creature_template` SET `DamageModifier` = 5.65, `ArmorModifier` = 1.1 WHERE `entry` = 12140;\n\n/*  Flamewaker Guardian  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12142;\n\n/*  Son of Flame  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 12143;\n\n/*  Lunaclaw Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `RangeAttackTime` = 2068 WHERE `entry` = 12144;\n\n/*  Voice of Elune  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 12152;\n\n/*  Winterax Axe Thrower  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.972950, `ArmorModifier` = 0.9, `RangeAttackTime` = 1301 WHERE `entry` = 12156;\n\n/*  Winterax Shadow Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.844560, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 2 WHERE `entry` = 12157;\n\n/*  Winterax Hunter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.946264, `RangeAttackTime` = 1310 WHERE `entry` = 12158;\n\n/*  Korrak the Bloodrager  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 28.861430, `ArmorModifier` = 1.45, `RangeAttackTime` = 1246, `mingold` = 178, `maxgold` = 891 WHERE `entry` = 12159;\n\n/*  Shadowglen Sentinel  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 12160;\n\n/*  Tame Kodo  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 12176;\n\n/*  Kyle Blackthorne  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12177;\n\n/*  Tortured Druid  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 12178;\n\n/*  Tortured Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry` = 12179;\n\n/*  Anubisath  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12180;\n\n/*  Glordrum Steelbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 12197;\n\n/*  Martin Lindsey  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 12198;\n\n/*  Cobaltine Wyrmkin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12200;\n\n/*  Princess Theradras  */\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 5.0, `ArmorModifier` = 1.9 WHERE `entry` = 12201;\n\n/*  Human Skull  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12202;\n\n/*  Landslide  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 5.0 WHERE `entry` = 12203;\n\n/*  Spitelash Raider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.895425, `ArmorModifier` = 1.5, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683 WHERE `entry` = 12204;\n\n/*  Spitelash Witch  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.434211, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672 WHERE `entry` = 12205;\n\n/*  Primordial Behemoth  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49, `DamageModifier` = 4.2 WHERE `entry` = 12206;\n\n/*  Thessala Hydra  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 12207;\n\n/*  Conquered Soul of the Blightcaller  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `DamageModifier` = 2.0, `ArmorModifier` = 1.05, `RangeAttackTime` = 1573 WHERE `entry` = 12208;\n\n/*  Poison Sprite  */\nUPDATE `creature_template` SET `maxlevel` = 43, `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 12216;\n\n/*  Corruptor  */\nUPDATE `creature_template` SET `maxlevel` = 43, `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry` = 12217;\n\n/*  Vile Larva  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47, `DamageModifier` = 0.8 WHERE `entry` = 12218;\n\n/*  Barbed Lasher  */\nUPDATE `creature_template` SET `minlevel` = 44, `DamageModifier` = 2.5 WHERE `entry` = 12219;\n\n/*  Constrictor Vine  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 2.6, `ArmorModifier` = 0.95 WHERE `entry` = 12220;\n\n/*  Noxious Slime  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 2.3 WHERE `entry` = 12221;\n\n/*  Creeping Sludge  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 3.9, `ArmorModifier` = 0.95 WHERE `entry` = 12222;\n\n/*  Cavern Lurker  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 2.760000, `ArmorModifier` = 0.95 WHERE `entry` = 12223;\n\n/*  Cavern Shambler  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 2.88 WHERE `entry` = 12224;\n\n/*  Celebras the Cursed  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49, `DamageModifier` = 4.6, `ArmorModifier` = 0.95 WHERE `entry` = 12225;\n\n/*  Lord Vyletongue  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.9, `ArmorModifier` = 0.9 WHERE `entry` = 12236;\n\n/*  Meshlok the Harvester  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `DamageModifier` = 5.592105, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 116, `maxgold` = 578 WHERE `entry` = 12237;\n\n/*  Zaetar's Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry` = 12238;\n\n/*  Spirit of Gelk  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 3.3 WHERE `entry` = 12239;\n\n/*  Spirit of Kolk  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 2.3 WHERE `entry` = 12240;\n\n/*  Spirit of Magra  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry` = 12241;\n\n/*  Spirit of Maraudos  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 3.05, `ArmorModifier` = 0.95 WHERE `entry` = 12242;\n\n/*  Spirit of Veng  */\nUPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.05, `ArmorModifier` = 0.9 WHERE `entry` = 12243;\n\n/*  Mark of Detonation (NW)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12244;\n\n/*  Vendor-Tron 1000  */\nUPDATE `creature_template` SET `speed_run` = 0.885714, `DamageModifier` = 1.05 WHERE `entry` = 12245;\n\n/*  Super-Seller 680  */\nUPDATE `creature_template` SET `speed_run` = 0.885714, `DamageModifier` = 1.05 WHERE `entry` = 12246;\n\n/*  Scourge Structure  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12247;\n\n/*  Mark of Detonation (SW)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12249;\n\n/*  Zaeldarr the Outcast  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry` = 12250;\n\n/*  Mark of Detonation (CLS)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12251;\n\n/*  Mark of Detonation (CRS)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12252;\n\n/*  Mark of Detonation (CSH)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12253;\n\n/*  Mark of Detonation (NESH)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12254;\n\n/*  Mark of Detonation (NE)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12255;\n\n/*  Mark of Detonation (SE)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12256;\n\n/*  Mechanical Yeti  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 12257;\n\n/*  Razorlash  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.0 WHERE `entry` = 12258;\n\n/*  Gehennas  */\nUPDATE `creature_template` SET `mingold` = 354545, `maxgold` = 433333 WHERE `entry` = 12259;\n\n/*  Onyxian Drake  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 12260;\n\n/*  Infected Mossflayer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.95, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 902 WHERE `entry` = 12261;\n\n/*  Ziggurat Protector  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `rank` = 1, `DamageModifier` = 5.0, `HealthModifier` = 6.0, `ManaModifier` = 3.0 WHERE `entry` = 12262;\n\n/*  Slaughterhouse Protector  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 6.0, `ManaModifier` = 3.0 WHERE `entry` = 12263;\n\n/*  Lava Spawn  */\nUPDATE `creature_template` SET `DamageModifier` = 5 WHERE `entry` = 12265;\n\n/*  Hive'Zora Egg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `RangeAttackTime` = 1980 WHERE `entry` = 12276;\n\n/*  Melizza Brimbuzzle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 12277;\n\n/*  Sickly Gazelle  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry` = 12296;\n\n/*  Cured Gazelle  */\nUPDATE `creature_template` SET `minlevel` = 3, `maxlevel` = 3, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 12297;\n\n/*  Sickly Deer  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry` = 12298;\n\n/*  Cured Deer  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 12299;\n\n/*  Unkillable Test Dummy 60 Low AC  */\nUPDATE `creature_template` SET `speed_run` = 0.142857, `detection_range` = 18.0, `HealthModifier` = 0.15, `ArmorModifier` = 0.5, `unit_class` = 8 WHERE `entry` = 12317;\n\n/*  Burning Blade Toxicologist  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15, `RangeAttackTime` = 2024, `mingold` = 5, `maxgold` = 23 WHERE `entry` = 12319;\n\n/*  Burning Blade Crusher  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry` = 12320;\n\n/*  Stormscale Toxicologist  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2035, `mingold` = 11, `maxgold` = 53 WHERE `entry` = 12321;\n\n/*  Quel'Lithien Protector  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 1.05 WHERE `entry` = 12322;\n\n/*  Brother Crowley  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry` = 12336;\n\n/*  Crimson Courier  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 12337;\n\n/*  Shadowprey Guardian  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0 WHERE `entry` = 12338;\n\n/*  Demetria  */\nUPDATE `creature_template` SET `DamageModifier` = 6.4, `ArmorModifier` = 2.3, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 12339;\n\n/*  Drulzegar Skraghook  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 12340;\n\n/*  Blue Skeletal Horse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12341;\n\n/*  Brown Skeletal Horse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12342;\n\n/*  Red Skeletal Horse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12343;\n\n/*  Swift Green Skeletal Horse  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 12344;\n\n/*  Enraged Reef Crawler  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 12347;\n\n/*  Ivory Raptor  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 12348;\n\n/*  Blue Mechanostrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12363;\n\n/*  Icy Blue Mechanostrider Mod A  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 12364;\n\n/*  Red Mechanostrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12365;\n\n/*  Green Mechanostrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12367;\n\n/*  White Mechanostrider Mod A  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 12368;\n\n/*  Lord Kragaru  */\nUPDATE `creature_template` SET `mingold` = 27, `maxgold` = 133 WHERE `entry` = 12369;\n\n/*  Black Ram  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 12370;\n\n/*  Frost Ram  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 12371;\n\n/*  Wailing Spectre  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 60, `DamageModifier` = 0.95, `HealthModifier` = 1.35, `ArmorModifier` = 0.95 WHERE `entry` = 12377;\n\n/*  Damned Soul  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 60, `DamageModifier` = 2.15, `HealthModifier` = 1.35 WHERE `entry` = 12378;\n\n/*  Unliving Caretaker  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 60, `DamageModifier` = 1.0, `HealthModifier` = 1.35, `ArmorModifier` = 1.05, `unit_class` = 1 WHERE `entry` = 12379;\n\n/*  Unliving Resident  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 60, `DamageModifier` = 1.25, `HealthModifier` = 1.35, `ArmorModifier` = 1.05, `unit_class` = 1 WHERE `entry` = 12380;\n\n/*  Ley Sprite  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 12381;\n\n/*  Mana Sprite  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 12382;\n\n/*  Nibbles  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 12383;\n\n/*  Augustus the Touched  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 12384;\n\n/*  Mortar Team Advanced Target Dummy  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 12385;\n\n/*  Magus Kyara  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 12386;\n\n/*  Doomguard Commander  */\nUPDATE `creature_template` SET `DamageModifier` = 5.85 WHERE `entry` = 12396;\n\n/*  Lord Kazzak  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 18.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 2000, `RangeAttackTime` = 1000, `mingold` = 1065700, `maxgold` = 1065700 WHERE `entry` = 12397;\n\n/*  Blackwing Legionnaire  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 12416;\n\n/*  [NOT USED] Death Talon Whelp  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 12417;\n\n/*  Gordok Hyena  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 12418;\n\n/*  Lifelike Toad  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 12419;\n\n/*  Blackwing Mage  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 12420;\n\n/*  [NOT USED] Blackwing Assassin  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12421;\n\n/*  Guard Roberts  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12423;\n\n/*  Flint Shadowmore  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 12425;\n\n/*  Masterwork Target Dummy  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 0.1, `HealthModifier` = 2.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 12426;\n\n/*  Mountaineer Dolf  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 12427;\n\n/*  Sentinel Shaya  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 12429;\n\n/*  Grunt Kor'ja  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 12430;\n\n/*  Monster Generator (Blackwing)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12434;\n\n/*  Razorgore the Untamed  */\nUPDATE `creature_template` SET `mingold` = 1588890, `maxgold` = 1598890 WHERE `entry` = 12435;\n\n/*  Blackwing Spellbinder  */\nUPDATE `creature_template` SET `DamageModifier` = 15.05, `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12457;\n\n/*  Blackwing Taskmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 15.05 WHERE `entry` = 12458;\n\n/*  Blackwing Warlock  */\nUPDATE `creature_template` SET `DamageModifier` = 15.05, `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12459;\n\n/*  Death Talon Wyrmguard  */\nUPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12460;\n\n/*  Death Talon Overseer  */\nUPDATE `creature_template` SET `DamageModifier` = 22.05, `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12461;\n\n/*  [NOT USED] Blackwing Warlord  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12462;\n\n/*  Death Talon Flamescale  */\nUPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12463;\n\n/*  Death Talon Seether  */\nUPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12464;\n\n/*  Death Talon Wyrmkin  */\nUPDATE `creature_template` SET `DamageModifier` = 18.05, `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12465;\n\n/*  [NOT USED] Death Talon Scalebane  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12466;\n\n/*  Death Talon Captain  */\nUPDATE `creature_template` SET `DamageModifier` = 24, `mingold` = 1500, `maxgold` = 25000 WHERE `entry` = 12467;\n\n/*  [NOT USED] Death Talon Earthshaker  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12469;\n\n/*  [NOT USED] Death Talon Firetongue  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12470;\n\n/*  Arcanite Dragonling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.55, `HealthModifier` = 1e-06, `ArmorModifier` = 1.1 WHERE `entry` = 12473;\n\n/*  Emeraldon Boughguard  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 15.0 WHERE `entry` = 12474;\n\n/*  Emeraldon Tree Warder  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 15.0, `ArmorModifier` = 1.1 WHERE `entry` = 12475;\n\n/*  Emeraldon Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 15.0 WHERE `entry` = 12476;\n\n/*  Verdantine Boughguard  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 15.0, `ArmorModifier` = 0.8 WHERE `entry` = 12477;\n\n/*  Verdantine Oracle  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 14.6 WHERE `entry` = 12478;\n\n/*  Verdantine Tree Warder  */\nUPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 15.0, `ArmorModifier` = 0.9 WHERE `entry` = 12479;\n\n/*  Melris Malagan  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 12480;\n\n/*  Justine Demalier  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 12481;\n\n/*  Dreamtracker  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.2 WHERE `entry` = 12496;\n\n/*  Dreamroarer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2 WHERE `entry` = 12497;\n\n/*  Dreamstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.2 WHERE `entry` = 12498;\n\n/*  TEST Resist Gear  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 12516;\n\n/*  TEST Potions and Enchantments  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 12517;\n\n/*  Illusion: Black Dragonkin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12536;\n\n/*  Grethok the Controller  */\nUPDATE `creature_template` SET `DamageModifier` = 18.05 WHERE `entry` = 12557;\n\n/*  Jarrodenus  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 12577;\n\n/*  Mishellena  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 12578;\n\n/*  Bloodfury Ripper  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry` = 12579;\n\n/*  Reginald Windsor  */\nUPDATE `creature_template` SET `DamageModifier` = 5.15, `ArmorModifier` = 1.2 WHERE `entry` = 12580;\n\n/*  Mercutio  */\nUPDATE `creature_template` SET `minlevel` = 2, `DamageModifier` = 4.8, `maxgold` = 2 WHERE `entry` = 12581;\n\n/*  Bibilfaz Featherwhistle  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 12596;\n\n/*  Vhulgra  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 12616;\n\n/*  Khaelyn Steelwing  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 12617;\n\n/*  Georgia  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25 WHERE `entry` = 12636;\n\n/*  Thamarian  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 12656;\n\n/*  Don Pompa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 12657;\n\n/*  Adam Lind  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 12658;\n\n/*  Sharptalon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12676;\n\n/*  Shadumbra  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12677;\n\n/*  Ursangous  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3, `ArmorModifier` = 0.9 WHERE `entry` = 12678;\n\n/*  Decedra Willham  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 12716;\n\n/*  Framnali  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 12720;\n\n/*  Mitsuwa  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 12721;\n\n/*  Vera Nightshade  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry` = 12722;\n\n/*  Har'alen  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 12723;\n\n/*  Mastok Wrilehiss  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 12737;\n\n/*  Nori Pridedrift  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry` = 12738;\n\n/*  Onyxia's Elite Guard  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 7.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301, `mingold` = 487, `maxgold` = 2437 WHERE `entry` = 12739;\n\n/*  Faustron  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 12740;\n\n/*  Warrior 40 (More Leash)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12741;\n\n/*  Lady Onyxia  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 3, `DamageModifier` = 12.2, `ArmorModifier` = 1.3, `RangeAttackTime` = 1280 WHERE `entry` = 12756;\n\n/*  Karang Amakkar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 12757;\n\n/*  Onyxia Trigger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 12758;\n\n/*  Tideress  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.15 WHERE `entry` = 12759;\n\n/*  Hraug  */\nUPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 0.8, `RangeAttackTime` = 2112 WHERE `entry` = 12776;\n\n/*  Lieutenant Rachel Vaccar  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry` = 12778;\n\n/*  Archmage Gaiman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry` = 12779;\n\n/*  Sergeant Major Skyshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry` = 12780;\n\n/*  Master Sergeant Biggins  */\nUPDATE `creature_template` SET `subname` = 'Officer Accessories Quartermaster', `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry` = 12781;\n\n/*  Captain O'Neal  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.45, `ArmorModifier` = 1.4 WHERE `entry` = 26394;\n\n/*  Lieutenant Karter  */\nUPDATE `creature_template` SET `subname` = 'Mount Vendor', `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry` = 12783;\n\n/*  Sergeant Major Clate  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 2.6 WHERE `entry` = 12785;\n\n/*  Guard Quine  */\nUPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.15 WHERE `entry` = 12786;\n\n/*  Guard Hammon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 1.15 WHERE `entry` = 12787;\n\n/*  Legionnaire Teena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529 WHERE `entry` = 12788;\n\n/*  Blood Guard Hini'wana  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529 WHERE `entry` = 12789;\n\n/*  Advisor Willington  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry` = 12790;\n\n/*  Chieftain Earthbind  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `ManaModifier` = 1.0, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry` = 12791;\n\n/*  Lady Palanseer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry` =  12792;\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry` =  26397;\n\n/*  Brave Stonehide  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 12793;\n\n/*  Stone Guard Zarg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `RangeAttackTime` = 1606 WHERE `entry` = 12794;\n\n/*  First Sergeant Hola'mahi  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 1551 WHERE `entry` = 12795;\n\n/*  Raider Bork  */\nUPDATE `creature_template` SET `subname` = 'Mount Quartermaster', `speed_run` = 1.14286, `DamageModifier` = 1.05, `RangeAttackTime` = 1606 WHERE `entry` = 12796;\n\n/*  Grunt Korf  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529 WHERE `entry` = 12797;\n\n/*  Grunt Bek'rah  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529 WHERE `entry` = 12798;\n\n/*  Sergeant Ba'sha  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 12799;\n\n/*  Chimaerok  */\nUPDATE `creature_template` SET `DamageModifier` = 9.262436, `ArmorModifier` = 1.1, `BaseAttackTime` = 1166 WHERE `entry` = 12800;\n\n/*  Arcane Chimaerok  */\nUPDATE `creature_template` SET `DamageModifier` = 9.652174, `ArmorModifier` = 1.15, `BaseAttackTime` = 1150 WHERE `entry` = 12801;\n\n/*  Chimaerok Devourer  */\nUPDATE `creature_template` SET `DamageModifier` = 9.090909, `ArmorModifier` = 1.2, `BaseAttackTime` = 1166 WHERE `entry` = 12802;\n\n/*  Lord Lakmaeran  */\nUPDATE `creature_template` SET `DamageModifier` = 25.906736, `ArmorModifier` = 1.2, `BaseAttackTime` = 1158 WHERE `entry` = 12803;\n\n/*  [PH] TEST Fire God  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12804;\n\n/*  Officer Areyn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry` = 12805;\n\n/*  Magmakin  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 12806;\n\n/*  Greshka  */\nUPDATE `creature_template` SET `subname` = 'Demon Master' WHERE `entry` = 12807;\nUPDATE `creature_template_locale` SET `Title` = 'Dämonenmeisterin' WHERE `entry` = '12807' AND `locale` = 'deDE';\nUPDATE `creature_template_locale` SET `Title` = 'Maestro de demonios' WHERE `entry` = '12807' AND `locale` = 'esES';\nUPDATE `creature_template_locale` SET `Title` = 'Maestro de demonios' WHERE `entry` = '12807' AND `locale` = 'esMX';\nUPDATE `creature_template_locale` SET `Title` = 'Maître des démons' WHERE `entry` = '12807' AND `locale` = 'frFR';\n\n/*  Xen'Zilla  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 12816;\n\n/*  Ruul Snowhoof  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.9, `BaseAttackTime` = 2000 WHERE `entry` = 12818;\n\n/*  Ruul Snowhoof Bear Form  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 12819;\n\n/*  Wandering Protector  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 12836;\n\n/*  Yama Snowhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry` = 12837;\n\n/*  Ashenvale Outrunner  */\nUPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry` = 12856;\n\n/*  Elogit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 12857;\n\n/*  Duriel Moonfire  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000, `mingold` = 13, `maxgold` = 63 WHERE `entry` = 12860;\n\n/*  Wisp (Ghost Visual Only)  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 12861;\n\n/*  Ambassador Malcin  */\nUPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `rank` = 1, `DamageModifier` = 2.964286, `HealthModifier` = 3.0, `ArmorModifier` = 0.95, `ManaModifier` = 1.0 WHERE `entry` = 12865;\n\n/*  Myriam Moonsinger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 12866;\n\n/*  Kuray'bin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 12867;\n\n/*  Baron Aquanis  */\nUPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.55556, `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 2.0, `ArmorModifier` = 0.9, `RangeAttackTime` = 1558, `mingold` = 32, `maxgold` = 160 WHERE `entry` = 12876;\n\n/*  Ertog Ragetusk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 12877;\n\n/*  Silverwing Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 12896;\n\n/*  Silverwing Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 12897;\n\n/*  Phantim Illusion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 12.867012, `ArmorModifier` = 1.15, `BaseAttackTime` = 1158 WHERE `entry` = 12898;\n\n/*  Axtroz  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0, `ArmorModifier` = 1.2 WHERE `entry` = 12899;\n\n/*  Somnus  */\nUPDATE `creature_template` SET `DamageModifier` = 9.2, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 12900;\n\n/*  Lorgus Jett  */\nUPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `rank` = 1 WHERE `entry` = 12902;\n\n/*  Splintertree Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 12903;\n\n/*  Spirit Of Redemption  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.120567, `ArmorModifier` = 0.9, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 12904;\n\n/*  Unkillable Test Dummy 60 Low Magic Resistances  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 12916;\n\n/*  Unkillable Test Dummy 60 High Magic Resistances  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 12917;\n\n/*  Chief Murgut  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 0.9, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 63 WHERE `entry` = 12918;\n\n/*  Nat Pagle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 12919;\n\n/*  Enraged Foulweald  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `ArmorModifier` = 0.9 WHERE `entry` = 12921;\n\n/*  Imp Minion  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 0.75, `ArmorModifier` = 0.6 WHERE `entry` = 12922;\n\n/*  Injured Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.9 WHERE `entry` = 12923;\n\n/*  Badly Injured Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.9 WHERE `entry` = 12924;\n\n/*  Critically Injured Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 1.85 WHERE `entry` = 12925;\n\n/*  Badly Injured Alliance Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.9 WHERE `entry` = 12936;\n\n/*  Critically Injured Alliance Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8 WHERE `entry` = 12937;\n\n/*  Injured Alliance Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.9 WHERE `entry` = 12938;\n\n/*  Doctor Gustaf VanHowzen  */\nUPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry` = 12939;\n\n/*  Vorsha the Lasher  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 9, `maxgold` = 45 WHERE `entry` = 12940;\n\n/*  Leonard Porter  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry` = 12942;\n\n/*  Lokhtos Darkbargainer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 12944;\n\n/*  Zannok Hidepiercer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 12956;\n\n/*  Blimo Gadgetspring  */\nUPDATE `creature_template` SET `subname` = 'Trade Supplier', `DamageModifier` = 1.4, `ArmorModifier` = 1.4 WHERE `entry` = 12957;\n\n/*  Gigget Zipcoil  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 12958;\n\n/*  Nergal  */\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor', `ArmorModifier` = 0.85 WHERE `entry` = 12959;\n\n/*  Christi Galvanis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 12960;\n\n/*  Kil'Hiwana  */\nUPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry` = 12961;\n\n/*  Kolkar Waylayer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `mingold` = 28, `maxgold` = 167 WHERE `entry` = 12976;\n\n/*  Kolkar Ambusher  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `mingold` = 29, `maxgold` = 207 WHERE `entry` = 12977;\n\n/*  Mounted Ironforge Mountaineer  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 0.85 WHERE `entry` = 12996;\n\n/*  Monty  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 12997;\n\n/*  Dwarven Farmer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 12998;\n\n/*  Gnome Engineer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 13000;\n\n/*  Deeprun Rat  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.65 WHERE `entry` = 13016;\n\n/*  Enthralled Deeprun Rat  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 13017;\n\n/*  Nipsy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 13018;\n\n/*  Vaelastrasz the Corrupt  */\nUPDATE `creature_template` SET `mingold` = 1587990, `maxgold` = 1587990 WHERE `entry` = 13020;\n\n/*  Warpwood Crusher  */\nUPDATE `creature_template` SET `DamageModifier` = 6 WHERE `entry` = 13021;\n\n/*  Whip Lasher  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 13022;\n\n/*  Gordok Mastiff  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 13036;\n\n/*  test spirit healer (DND)  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 13056;\n\n/*  Dun Morogh Mountaineer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 13076;\n\n/*  Umi Thorson  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.25, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 13078;\n\n/*  Irondeep Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ArmorModifier` = 1.25 WHERE `entry` = 13080;\n\n/*  Irondeep Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 13081;\n\n/*  Milton Beats  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.5, `RangeAttackTime` = 1540 WHERE `entry` = 13082;\n\n/*  Echo of Archimonde  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 13083;\n\n/*  Bixi Wobblebonk  */\nUPDATE `creature_template` SET `DamageModifier` = 4.266667 WHERE `entry` = 13084;\n\n/*  Aggi Rumblestomp  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 2000, `RangeAttackTime` = 1310 WHERE `entry` = 13086;\n\n/*  Coldmine Invader  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301 WHERE `entry` = 13087;\n\n/*  Coldmine Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.392857 WHERE `entry` = 13089;\n\n/*  Coldmine Explorer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ArmorModifier` = 1.25, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 13096;\n\n/*  Coldmine Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry` = 13097;\n\n/*  Irondeep Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ArmorModifier` = 1.25 WHERE `entry` = 13098;\n\n/*  Irondeep Explorer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.4, `ArmorModifier` = 0.95 WHERE `entry` = 13099;\n\n/*  Alliance Spirit Guide  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.35 WHERE `entry` = 13116;\n\n/*  Horde Spirit Guide  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.35 WHERE `entry` = 13117;\n\n/*  Crimson Bodyguard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 13118;\n\n/*  Hive'Ashi Drone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 13136;\n\n/*  Lieutenant Rugba  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 13137;\n\n/*  Lieutenant Spencer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13138;\n\n/*  Commander Randolph  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 173, `maxgold` = 864 WHERE `entry` = 13139;\n\n/*  Deeprot Stomper  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 2.5 WHERE `entry` = 13141;\n\n/*  Deeprot Tangler  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 2.6, `ArmorModifier` = 0.9 WHERE `entry` = 13142;\n\n/*  Lieutenant Stronghoof  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 13143;\n\n/*  Lieutenant Vol'talar  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13144;\n\n/*  Lieutenant Grummus  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13145;\n\n/*  Lieutenant Lewis  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `BaseAttackTime` = 2000, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 13147;\n\n/*  Flame of Ragnaros  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 13148;\n\n/*  Syndicate Brigand  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.592105, `ArmorModifier` = 0.85, `RangeAttackTime` = 1338 WHERE `entry` = 13149;\n\n/*  Syndicate Agent  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.917160, `RangeAttackTime` = 1301 WHERE `entry` = 13150;\n\n/*  Syndicate Master Ryson  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.510638, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292 WHERE `entry` = 13151;\n\n/*  Commander Malgor  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13152;\n\n/*  Commander Mulfort  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `mingold` = 1, `maxgold` = 1230 WHERE `entry` = 13153;\n\n/*  Commander Louis Philips  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 1, `maxgold` = 900 WHERE `entry` = 13154;\n\n/*  Deathstalker Agent  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.304348, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry` = 13155;\n\n/*  Carrosh  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 13156;\n\n/*  Makasgar  */\nUPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry` = 13157;\n\n/* Lieutenant Sanders */\nUPDATE `creature_template` SET `faction` = 67 WHERE `entry` = 13158;\n\n/*  Carrion Swarmer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.333333 WHERE `entry` = 13160;\n\n/*  Aerie Gryphon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292 WHERE `entry` = 13161;\n\n/*  Smith Regzar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13176;\n\n/*  Vahgruk  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25 WHERE `entry` = 13177;\n\n/*  War Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 13178;\n\n/*  Wing Commander Guse  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13179;\n\n/*  Wing Commander Jeztor  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 1, `maxgold` = 817 WHERE `entry` = 13180;\n\n/*  Wing Commander Mulverick  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.1, `mingold` = 152, `maxgold` = 3035 WHERE `entry` = 13181;\n\n/*  Phase Lasher  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 13196;\n\n/*  Fel Lash  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 13197;\n\n/*  Gaelden Hammersmith  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 1, `maxgold` = 817 WHERE `entry` = 13216;\n\n/*  Thanthaldis Snowgleam  */\nUPDATE `creature_template` SET `DamageModifier` = 13.45 WHERE `entry` = 13217;\n\n/*  Grunnda Wolfheart  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 1, `maxgold` = 817 WHERE `entry` = 13218;\n\n/*  Jekyll Flandring  */\nUPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry` = 13219;\n\n/*  Layo Starstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 13220;\n\n/*  Ryson's Eye in the Sky  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.625525, `RangeAttackTime` = 1310 WHERE `entry` = 13221;\n\n/*  Primalist Thurloga  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13236;\n\n/*  Lokholar the Ice Lord  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 3.85, `ArmorModifier` = 1.75, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13256;\n\n/*  Murgot Deepforge  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13257;\n\n/*  Wildspawn Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 13276;\n\n/*  Dahne Pierce  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 13277;\n\n/*  Duke Hydraxis  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 3.25, `ArmorModifier` = 1.1 WHERE `entry` = 13278;\n\n/*  Discordant Surge  */\nUPDATE `creature_template` SET `maxlevel` = 57, `BaseAttackTime` = 1500, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316, `DamageModifier` = 1.333333 WHERE `entry` = 13279;\n\n/*  Hydrospawn  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 6.6 WHERE `entry` = 13280;\n\n/*  Furis  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry` = 13281;\n\n/*  Noxxion  */\nUPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.5 WHERE `entry` = 13282;\n\n/*  Lord Tony Romano  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry` = 13283;\n\n/*  Frostwolf Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 13284;\n\n/*  Death Lash  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 13285;\n\n/*  Lieutenant Largent  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 157, `maxgold` = 2742 WHERE `entry` = 13296;\n\n/*  Lieutenant Stouthandle  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 157, `maxgold` = 1175 WHERE `entry` = 13297;\n\n/*  Lieutenant Greywand  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13298;\n\n/*  Lieutenant Lonadin  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 13299;\n\n/*  Lieutenant Mancuso  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13300;\n\n/*  Hive'Ashi Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry` = 13301;\n\n/*  Coldmine Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 13316;\n\n/*  Coldmine Miner  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1292 WHERE `entry` = 13317;\n\n/*  Commander Mortimer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13318;\n\n/*  Commander Duffy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13319;\n\n/*  Commander Karl Philips  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13320;\n\n/*  Frog  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry` = 13321;\n\n/*  Hydraxian Honor Guard  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 2.15 WHERE `entry` = 13322;\n\n/*  Subterranean Diemetradon  */\nUPDATE `creature_template` SET `maxlevel` = 48, `DamageModifier` = 3.1 WHERE `entry` = 13323;\n\n/*  Seasoned Guardsman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 13324;\n\n/*  Seasoned Mountaineer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 13325;\n\n/*  Seasoned Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.25, `mingold` = 70, `maxgold` = 352 WHERE `entry` = 13326;\n\n/*  Seasoned Sentinel  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 2.6, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 13327;\n\n/*  Seasoned Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `mingold` = 70, `maxgold` = 352 WHERE `entry` = 13328;\n\n/*  Seasoned Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1540, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13329;\n\n/*  Seasoned Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 2.65, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 13330;\n\n/*  Veteran Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.25, `mingold` = 73, `maxgold` = 367 WHERE `entry` = 13331;\n\n/*  Veteran Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 73, `maxgold` = 367 WHERE `entry` = 13332;\n\n/*  Veteran Guardsman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13333;\n\n/*  Veteran Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 2.95, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13334;\n\n/*  Veteran Mountaineer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13335;\n\n/*  Veteran Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13336;\n\n/*  Veteran Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13337;\n\n/*  Core Rat  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 6.65 WHERE `entry` = 13338;\n\n/*  Warrior 60  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 13339;\n\n/*  Stormpike Mine Layer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 22.298456, `ArmorModifier` = 1.5, `RangeAttackTime` = 1283 WHERE `entry` = 13356;\n\n/*  Frostwolf Mine Layer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 22.298456, `ArmorModifier` = 1.5, `RangeAttackTime` = 1283 WHERE `entry` = 13357;\n\n/*  Stormpike Bowman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `mingold` = 65, `maxgold` = 648 WHERE `entry` = 13358;\n\n/*  Frostwolf Bowman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `mingold` = 65, `maxgold` = 765 WHERE `entry` = 13359;\n\n/*  Master Engineer Zinfizzlex  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.478261, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265 WHERE `entry` = 13377;\n\n/*  Frostwolf Shredder Unit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.260870, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 99, `maxgold` = 497 WHERE `entry` = 13378;\n\n/*  Irondeep Miner  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 0.3, `ArmorModifier` = 1.25 WHERE `entry` = 13396;\n\n/*  Irondeep Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry` = 13397;\n\n/*  Stormpike Shredder Unit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.170213, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292, `mingold` = 98, `maxgold` = 491 WHERE `entry` = 13416;\n\n/*  Ivus the Forest Lord  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `rank` = 3, `DamageModifier` = 5.3, `ArmorModifier` = 1.7, `BaseAttackTime` = 2000, `RangeAttackTime` = 1255, `unit_class` = 2, `mingold` = 505, `maxgold` = 2525 WHERE `entry` = 13419;\n\n/*  Champion Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 73, `maxgold` = 367 WHERE `entry` = 13421;\n\n/*  Champion Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1540, `mingold` = 73, `maxgold` = 367 WHERE `entry` = 13422;\n\n/*  Champion Guardsman  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13424;\n\n/*  Champion Legionnaire  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 0.9, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13425;\n\n/*  Champion Mountaineer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13426;\n\n/*  Champion Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 2.85, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry` = 13427;\n\n/*  Champion Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551 WHERE `entry` = 13428;\n\n/*  Whulwert Copperpinch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry` = 13431;\n\n/*  Seersa Copperpinch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry` = 13432;\n\n/*  Khole Jinglepocket  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 13435;\n\n/*  Guchie Jinglepocket  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 13436;\n\n/*  Wing Commander Ichman  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 13437;\n\n/*  Wing Commander Slidore  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13438;\n\n/*  Wing Commander Vipore  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 830 WHERE `entry` = 13439;\n\n/*  Frostwolf Wolf Rider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `BaseAttackTime` = 2000, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 13440;\n\n/*  Frostwolf Wolf Rider Commander  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13441;\n\n/*  Arch Druid Renferal  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 13442;\n\n/*  Druid of the Grove  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13443;\n\n/*  Field Marshal Teravaine  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.553024, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255, `mingold` = 173, `maxgold` = 864 WHERE `entry` = 13446;\n\n/*  Corporal Noreg Stormpike  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.25, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 13447;\n\n/*  Sergeant Yazra Bloodsnarl  */\nUPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry` = 13448;\n\n/*  Warmaster Garrick  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.173913, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13449;\n\n/*  Noxxion's Spawn  */\nUPDATE `creature_template` SET `minlevel` = 46, `DamageModifier` = 1.05, `ArmorModifier` = 0.95, `RangeAttackTime` = 1650, `mingold` = 46, `maxgold` = 230 WHERE `entry` = 13456;\n\n/*  Balai Lok'Wein  */\nUPDATE `creature_template` SET `subname` = 'Potions, Scrolls and Reagents' WHERE `entry` = 13476;\n\n/*  Noxxion Trigger  */\nUPDATE `creature_template` SET `speed_walk` = 8.0, `speed_run` = 2.85714, `DamageModifier` = 1.3 WHERE `entry` = 13477;\n\n/*  Risen Ancient  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 1 WHERE `entry` = 13496;\n\n/*  Frostwolf Outrunner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13516;\n\n/*  Seasoned Outrunner  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `DamageModifier` = 4, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13517;\n\n/*  Veteran Outrunner  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 4.428571, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13518;\n\n/*  Champion Outrunner  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 4.714286, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13519;\n\n/*  Stormpike Ranger  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13520;\n\n/*  Seasoned Ranger  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `DamageModifier` = 4, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13521;\n\n/*  Veteran Ranger  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 4.285714, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13522;\n\n/*  Champion Ranger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 4.714286, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry` = 13523;\n\n/*  Stormpike Commando  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.793451, `ArmorModifier` = 0.85, `RangeAttackTime` = 1310 WHERE `entry` = 13524;\n\n/*  Seasoned Commando  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.217617, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13525;\n\n/*  Veteran Commando  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.510638, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 13526;\n\n/*  Champion Commando  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.981002, `ArmorModifier` = 1.15, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13527;\n\n/*  Frostwolf Reaver  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 6.003431, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 13528;\n\n/*  Seasoned Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.003431, `RangeAttackTime` = 1283 WHERE `entry` = 13529;\n\n/*  Veteran Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.478261, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 13530;\n\n/*  Champion Reaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.553024, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255, `mingold` = 1, `maxgold` = 900 WHERE `entry` = 13531;\n\n/*  Spewed Larva  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47, `DamageModifier` = 2.6, `ArmorModifier` = 0.95 WHERE `entry` = 13533;\n\n/*  Seasoned Coldmine Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `BaseAttackTime` = 2800, `RangeAttackTime` = 1301 WHERE `entry` = 13534;\n\n/*  Veteran Coldmine Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.571429, `ArmorModifier` = 0.95 WHERE `entry` = 13535;\n\n/*  Champion Coldmine Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.1, `BaseAttackTime` = 2800, `RangeAttackTime` = 1301 WHERE `entry` = 13536;\n\n/*  Seasoned Coldmine Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `BaseAttackTime` = 2000, `RangeAttackTime` = 1338 WHERE `entry` = 13537;\n\n/*  Veteran Coldmine Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 13538;\n\n/*  Champion Coldmine Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.35, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301, `unit_class` = 2 WHERE `entry` = 13539;\n\n/*  Seasoned Irondeep Explorer  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 0.5 WHERE `entry` = 13540;\n\n/*  Veteran Irondeep Explorer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9, `unit_class` = 2 WHERE `entry` = 13541;\n\n/*  Champion Irondeep Explorer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `unit_class` = 2 WHERE `entry` = 13542;\n\n/*  Seasoned Irondeep Raider  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 0.5, `ArmorModifier` = 1.05 WHERE `entry` = 13543;\n\n/*  Veteran Irondeep Raider  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 0.6, `ArmorModifier` = 0.95 WHERE `entry` = 13544;\n\n/*  Champion Irondeep Raider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 13545;\n\n/*  Seasoned Coldmine Explorer  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 0.5, `ArmorModifier` = 1.25, `mingold` = 152, `maxgold` = 761 WHERE `entry` = 13546;\n\n/*  Veteran Coldmine Explorer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.95, `BaseAttackTime` = 2000, `RangeAttackTime` = 1329 WHERE `entry` = 13547;\n\n/*  Champion Coldmine Explorer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.35, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301, `unit_class` = 2 WHERE `entry` = 13548;\n\n/*  Seasoned Coldmine Invader  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301 WHERE `entry` = 13549;\n\n/*  Veteran Coldmine Invader  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1320 WHERE `entry` = 13550;\n\n/*  Champion Coldmine Invader  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1292 WHERE `entry` = 13551;\n\n/*  Seasoned Irondeep Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 1.25 WHERE `entry` = 13552;\n\n/*  Veteran Irondeep Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.25 WHERE `entry` = 13553;\n\n/*  Champion Irondeep Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1310 WHERE `entry` = 13554;\n\n/*  Seasoned Irondeep Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 1.25 WHERE `entry` = 13555;\n\n/*  Veteran Irondeep Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.25 WHERE `entry` = 13556;\n\n/*  Champion Irondeep Surveyor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1347, `unit_class` = 2 WHERE `entry` = 13557;\n\n/*  Stormpike Ram Rider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.390328, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 13576;\n\n/*  Stormpike Ram Rider Commander  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry` = 13577;\n\n/*  Rotgrip  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 6.8 WHERE `entry` = 13596;\n\n/*  Frostwolf Explosives Expert  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.090909, `RangeAttackTime` = 1283, `mingold` = 1, `maxgold` = 858 WHERE `entry` = 13597;\n\n/*  Stormpike Explosives Expert  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 9.153713, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 13598;\n\n/*  Stolid Snapjaw  */\nUPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 0.95, `ArmorModifier` = 1.95 WHERE `entry` = 13599;\n\n/*  Tinkerer Gizlock  */\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 4.5 WHERE `entry` = 13601;\n\n/*  The Abominable Greench  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 13602;\n\n/*  Frostwolf Stable Master  */\nUPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 13616;\n\n/*  Stormpike Stable Master  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 1, `maxgold` = 873 WHERE `entry` = 13617;\n\n/*  Stabled Frostwolf  */\nUPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 1.854305, `ArmorModifier` = 0.75, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry` = 13618;\n\n/*  Gizlock's Dummy  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 13619;\n\n/*  Gizlock  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 13620;\n\n/*  Strange Snowman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 13636;\n\n/*  Willow  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 13656;\n\n/*  Stabled Alterac Ram  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.553191, `ArmorModifier` = 0.75, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry` = 13676;\n\n/*  Noxxious Scion  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `ArmorModifier` = 0.95, `RangeAttackTime` = 1402, `mingold` = 99, `maxgold` = 494 WHERE `entry` = 13696;\n\n/*  Cavindra  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 0.75 WHERE `entry` = 13697;\n\n/*  Keeper Marandis  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 13698;\n\n/*  Selendra  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.45 WHERE `entry` = 13699;\n\n/*  Celebras the Redeemed  */\nUPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49, `DamageModifier` = 3.35, `ArmorModifier` = 1.25 WHERE `entry` = 13716;\n\n/*  Centaur Pariah  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.05 WHERE `entry` = 13717;\n\n/*  The Nameless Prophet  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 13718;\n\n/*  Noxxious Essence  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 1.012658, `ArmorModifier` = 0.95, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 33, `maxgold` = 166 WHERE `entry` = 13736;\n\n/*  Marandis' Sister  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.2 WHERE `entry` = 13737;\n\n/*  Veng  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.292528, `ArmorModifier` = 1.05, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1122 WHERE `entry` = 13738;\n\n/*  Maraudos  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.265403, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 540 WHERE `entry` = 13739;\n\n/*  Magra  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.656598, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 622 WHERE `entry` = 13740;\n\n/*  Gelk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1060 WHERE `entry` = 13741;\n\n/*  Kolk  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1073 WHERE `entry` = 13742;\n\n/*  Corrupt Force of Nature  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 1.0 WHERE `entry` = 13743;\n\n/*  PvP Graveyard Credit Marker  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1 WHERE `entry` = 13756;\n\n/*  Corporal Teeka Bloodsnarl  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 0.95 WHERE `entry` = 13776;\n\n/*  Sergeant Durgen Stormpike  */\nUPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry` = 13777;\n\n/*  PvP Tower Credit Marker  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1 WHERE `entry` = 13778;\n\n/*  PvP Mine Credit Marker  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1 WHERE `entry` = 13796;\n\n/*  Mountaineer Boombellow  */\nUPDATE `creature_template` SET `maxlevel` = 61, `DamageModifier` = 4.1, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 1387 WHERE `entry` = 13797;\n\n/*  Jotek  */\nUPDATE `creature_template` SET `DamageModifier` = 4.1, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 900 WHERE `entry` = 13798;\n\n/*  Prospector Stonehewer  */\n\n\n/*  Voggah Deathgrip  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.05 WHERE `entry` = 13817;\n\n/*  Burning Blade Nightmare  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 13836;\n\n/*  Captured Stallion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 13837;\n\n/*  Royal Dreadguard  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 13839;\n\n/*  Warmaster Laggrond  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1 WHERE `entry` = 13840;\n\n/*  Lieutenant Haggerdin  */\nUPDATE `creature_template` SET `DamageModifier` = 12.45, `ArmorModifier` = 1.15 WHERE `entry` = 13841;\n\n/*  Frostwolf Ambassador Rokhstrom  */\nUPDATE `creature_template` SET `ArmorModifier` = 2.4 WHERE `entry` = 13842;\n\n/*  Lieutenant Rotimer  */\nUPDATE `creature_template` SET `ArmorModifier` = 2.4 WHERE `entry` = 13843;\n\n/*  Alliance Res Fixer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 13856;\n\n/*  Horde Res Fixer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 13857;\n\n/*  Mekgineer Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `RangeAttackTime` = 2200 WHERE `entry` = 13876;\n\n/*  Scalebeard  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 1.5 WHERE `entry` = 13896;\n\n/*  Izzy Coppergrab  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 13917;\n\n/*  Ravenholdt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 13936;\n\n/*  Winterax Mystic  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.468085, `ArmorModifier` = 1.25, `RangeAttackTime` = 1292, `unit_class` = 2 WHERE `entry` = 13956;\n\n/*  Winterax Warrior  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.131261, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274 WHERE `entry` = 13957;\n\n/*  Winterax Seer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.518010, `ArmorModifier` = 1.25, `RangeAttackTime` = 1283, `unit_class` = 2 WHERE `entry` = 13958;\n\n/*  Alterac Yeti  */\nUPDATE `creature_template` SET `DamageModifier` = 5.9, `ArmorModifier` = 1.15, `mingold` = 157, `maxgold` = 3066, `speed_walk` = 0.5 WHERE `entry` = 13959;\n\n/*  Tortured Drake  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 0.15 WHERE `entry` = 13976;\n\n/*  Gash'nak the Cannibal  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 13977;\n\n/*  Blackwing Technician  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1, `mingold` = 1010, `maxgold` = 25000 WHERE `entry` = 13996;\n\n/*  Ushalac the Gloomdweller  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14016;\n\n/*  Withered Troll  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14017;\n\n/*  Rezrelek  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14018;\n\n/*  Tatterhide  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14019;\n\n/*  Chromaggus  */\nUPDATE `creature_template` SET `mingold` = 1984482, `maxgold` = 2007690 WHERE `entry` = 14020;\n\n/*  Winterax Sentry  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.680672, `RangeAttackTime` = 1833, `unit_class` = 2 WHERE `entry` = 14021;\n\n/*  Corrupted Red Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry` = 14022;\n\n/*  Corrupted Green Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry` = 14023;\n\n/*  Corrupted Blue Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry` = 14024;\n\n/*  Corrupted Bronze Whelp  */\nUPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry` = 14025;\n\n/*  Trigger Guse  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14026;\n\n/*  Trigger Mulverick  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14027;\n\n/*  Trigger Jeztor  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14028;\n\n/*  Trigger Ichman  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14029;\n\n/*  Trigger Slidore  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14030;\n\n/*  Trigger Vipore  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14031;\n\n/*  Haggle  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 14041;\n\n/*  Rytama  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14042;\n\n/*  Phase Lasher (Fire)  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 5.546358, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry` = 14061;\n\n/*  Phase Lasher (Nature)  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 5.546358, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry` = 14062;\n\n/*  Phase Lasher (Arcane)  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 5.546358, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry` = 14063;\n\n/*  Demon Portal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 14081;\n\n/*  Enraged Felguard  */\nUPDATE `creature_template` SET `DamageModifier` = 14.913043 WHERE `entry` = 14101;\n\n/*  Deeprun Diver  */\nUPDATE `creature_template` SET `speed_run` = 0.142857, `DamageModifier` = 0.85 WHERE `entry` = 14121;\n\n/*  Massive Geyser  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.7 WHERE `entry` = 14122;\n\n/*  Steeljaw Snapper  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 14123;\n\n/*  Stormpike Reclaimer  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14141;\n\n/*  Frostwolf Reclaimer  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14142;\n\n/*  Ar'lia  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14143;\n\n/*  Taroen  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14144;\n\n/*  Ja'ker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14145;\n\n/*  Urrul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14146;\n\n/*  Lorael  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14147;\n\n/*  Fre'an  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14148;\n\n/*  Karana  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14161;\n\n/*  RaidMage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 14162;\n\n/*  [PH] Graveyard Herald  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14181;\n\n/*  Bounty Hunter Kolark  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 14182;\n\n/*  Artilleryman Sheldonore  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry` = 14183;\n\n/*  Phase Lasher (Frost)  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 5.546358, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry` = 14184;\n\n/*  Najak Hexxen  */\nUPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry` = 14185;\n\n/*  Ravak Grimtotem  */\nUPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry` = 14186;\n\n/*  Athramanis  */\nUPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry` = 14187;\n\n/*  Dirk Swindle  */\nUPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry` = 14188;\n\n/*  [UNUSED] Sid Stuco  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14201;\n\n/*  Gravis Slipknot  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1485 WHERE `entry` = 14221;\n\n/*  Araga  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 14222;\n\n/*  Cranky Benj  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 14223;\n\n/*  7:XT  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1430 WHERE `entry` = 14224;\n\n/*  Prince Kellen  */\nUPDATE `creature_template` SET `DamageModifier` = 4.945455, `BaseAttackTime` = 1375, `RangeAttackTime` = 1512 WHERE `entry` = 14225;\n\n/*  Kaskk  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry` = 14226;\n\n/*  Hissperak  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.2 WHERE `entry` = 14227;\n\n/*  Giggler  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1503 WHERE `entry` = 14228;\n\n/*  Accursed Slitherblade  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `DamageModifier` = 6.189411, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475 WHERE `entry` = 14229;\n\n/*  Burgle Eye  */\nUPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38 WHERE `entry` = 14230;\n\n/*  Drogoth the Roamer  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `mingold` = 66, `maxgold` = 330 WHERE `entry` = 14231;\n\n/*  Dart  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1466, `MovementType` = 0 WHERE `entry` = 14232;\n\n/*  Ripscale  */\nUPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 39 WHERE `entry` = 14233;\n\n/*  Hayoc  */\nUPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry` = 14234;\n\n/*  The Rot  */\nUPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 43, `ArmorModifier` = 1.15, `RangeAttackTime` = 1420, `mingold` = 86, `maxgold` = 430 WHERE `entry` = 14235;\n\n/*  Lord Angler  */\nUPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 1.2, `ArmorModifier` = 1.5, `RangeAttackTime` = 1384, `mingold` = 101, `maxgold` = 505 WHERE `entry` = 14236;\n\n/*  Oozeworm  */\nUPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 5.384615, `ArmorModifier` = 1.5, `BaseAttackTime` = 1300, `RangeAttackTime` = 1430, `mingold` = 83, `maxgold` = 413 WHERE `entry` = 14237;\n\n/*  Ironbark the Redeemed  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.625525, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry` = 14241;\n\n/*  [UNUSED] Sulhasa  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 5.509868, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338 WHERE `entry` = 14242;\n\n/*  Blue Drakonid  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry` = 14261;\n\n/*  Green Drakonid  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 14262;\n\n/*  Bronze Drakonid  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry` = 14263;\n\n/*  Black Drakonid  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry` = 14265;\n\n/*  Shanda the Spinner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.25, `RangeAttackTime` = 1595 WHERE `entry` = 14266;\n\n/*  Emogg the Crusher  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1595 WHERE `entry` = 14267;\n\n/*  Lord Condar  */\nUPDATE `creature_template` SET `minlevel` = 16, `RangeAttackTime` = 1631 WHERE `entry` = 14268;\n\n/*  Snarlflare  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 14272;\n\n/*  Winterax Tracker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 14274;\n\n/*  Tamra Stormpike  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.6, `RangeAttackTime` = 1558 WHERE `entry` = 14275;\n\n/*  Scargil  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 14276;\n\n/* Ro'Bark */\nUPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 14278;\n\n/*  Big Samras  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry` = 14280;\n\n/*  Stormpike Owl  */\nUPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry` = 14283;\n\n/*  Stormpike Battleguard  */\nUPDATE `creature_template` SET `DamageModifier` = 7.4 WHERE `entry` = 14284;\n\n/*  Frostwolf Battleguard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.1, `ArmorModifier` = 1.35 WHERE `entry` = 14285;\n\n/*  Chromatic Drakonid  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 14302;\n\n/*  Petrified Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 4.1, `ArmorModifier` = 1.5, `unit_class` = 1 WHERE `entry` = 14303;\n\n/*  Kor'kron Elite  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.0, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14304;\n\n/*  Human Orphan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 2167 WHERE `entry` = 14305;\n\n/*  Eskhandar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.55 WHERE `entry` = 14306;\n\n/*  Black Drakonid Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14307;\n\n/*  Ferra  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 14308;\n\n/*  Red Drakonid Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14309;\n\n/*  Green Drakonid Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14310;\n\n/*  Bronze Drakonid Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14311;\n\n/*  Blue Drakonid Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14312;\n\n/*  Guard Fengus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry` = 14321;\n\n/*  Stomper Kreeg  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry` = 14322;\n\n/*  Guard Slip'kik  */\nUPDATE `creature_template` SET `DamageModifier` = 7.1 WHERE `entry` = 14323;\n\n/*  Cho'Rush the Observer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 1.1 WHERE `entry` = 14324;\n\n/*  Captain Kromcrush  */\nUPDATE `creature_template` SET `DamageModifier` = 8.1 WHERE `entry` = 14325;\n\n/*  Guard Mol'dar  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 7.0 WHERE `entry` = 14326;\n\n/*  Lethtendris  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 14327;\n\n/*  Black War Wolf  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200 WHERE `entry` = 14329;\n\n/*  Black War Raptor  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 14330;\n\n/*  Red Skeletal Warhorse  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 14331;\n\n/*  Black War Steed  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 14332;\n\n/*  Black War Kodo  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 14333;\n\n/*  Black Battlestrider  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 14334;\n\n/*  Black War Ram  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 14335;\n\n/*  Field Repair Bot 74A  */\n\n\n/*  Knot Thimblejack  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 0.8 WHERE `entry` = 14338;\n\n/*  Alshirr Banebreath  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry` = 14340;\n\n/*  Felendor the Accuser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 14341;\n\n/*  Ragepaw  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1338 WHERE `entry` = 14342;\n\n/* Olm the Wise, Cenarion Circle */\nUPDATE `creature_template` SET `faction` = 1254 WHERE `entry` = 14343;\n\n/*  Mongress  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry` = 14344;\n\n/*  The Ongar  */\nUPDATE `creature_template` SET `mingold` = 130, `maxgold` = 351 WHERE `entry` = 14345;\n\n/*  Captain Greshkil  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `rank` = 1, `DamageModifier` = 1.0 WHERE `entry` = 14346;\n\n/*  Highlord Demitrian  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2 WHERE `entry` = 14347;\n\n/*  Earthcaller Franzahl  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 8.808290, `ArmorModifier` = 1.2, `BaseAttackTime` = 1158 WHERE `entry` = 14348;\n\n/*  Pimgib  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry` = 14349;\n\n/*  Hydroling  */\nUPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.2 WHERE `entry` = 14350;\n\n/*  Gordok Bushwacker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.872340, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry` = 14351;\n\n/*  Duke Landressar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14352;\n\n/*  Mizzle the Crafty  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14353;\n\n/*  Pusillin  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 14354;\n\n/*  Azj'Tordin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 14355;\n\n/*  Sawfin Frenzy  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 14356;\n\n/*  Lake Thresher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 14357;\n\n/*  Shen'dralar Wisp  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14361;\n\n/*  Thornling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry` = 14362;\n\n/*  Thief Catcher Shadowdelve  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14363;\n\n/*  Thief Catcher Farmountain  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.1, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14365;\n\n/*  Warpwood Spores  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry` = 14366;\n\n/*  Thief Catcher Thunderbrew  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14367;\n\n/*  Cadaverous Worm  */\nUPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 1.5, `ArmorModifier` = 0.7, `RangeAttackTime` = 1540 WHERE `entry` = 14370;\n\n/*  Winterfall Ambusher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.214286 WHERE `entry` = 14372;\n\n/*  Scholar Runethorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14374;\n\n/*  Scout Stronghand  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14375;\n\n/*  Scout Manslayer  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14376;\n\n/*  Scout Tharr  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14377;\n\n/*  Huntress Skymane  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14378;\n\n/*  Huntress Ravenoak  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14379;\n\n/*  Huntress Leafrunner  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14380;\n\n/*  Doomguard Minion  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.35, `RangeAttackTime` = 1562, `unit_class` = 2 WHERE `entry` = 14385;\n\n/*  Wandering Eye of Kilrogg  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 0.95 WHERE `entry` = 14386;\n\n/*  Rogue Black Drake  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.85, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry` = 14388;\n\n/*  Netherwalker  */\nUPDATE `creature_template` SET `DamageModifier` = 6.762468, `ArmorModifier` = 1.1, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry` = 14389;\n\n/*  Expeditionary Mountaineer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.45 WHERE `entry` = 14390;\n\n/*  Dire Maul Reaver Post  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14391;\n\n/*  Overlord Runthak  */\nUPDATE `creature_template` SET `DamageModifier` = 12.0 WHERE `entry` = 14392;\n\n/*  Expeditionary Priest  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 14393;\n\n/*  Major Mattingly  */\nUPDATE `creature_template` SET `DamageModifier` = 12.0 WHERE `entry` = 14394;\n\n/*  Griniblix the Spectator  */\nUPDATE `creature_template` SET `maxlevel` = 58, `DamageModifier` = 0.84 WHERE `entry` = 14395;\n\n/*  Eye of Immol'thar  */\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 0.1, `RangeAttackTime` = 1551 WHERE `entry` = 14396;\n\n/*  Mana Burst  */\nUPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 0.1, `ArmorModifier` = 1.1, `RangeAttackTime` = 1562 WHERE `entry` = 14397;\n\n/*  Eldreth Darter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry` = 14398;\n\n/*  Arcane Torrent  */\nUPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 6.0, `ArmorModifier` = 1.05, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 14399;\n\n/*  Arcane Feedback  */\nUPDATE `creature_template` SET `dmgschool` = 6 WHERE `entry` = 14400;\n\n/*  Master Elemental Shaper Krixix  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry` = 14401;\n\n/*  Seeker Cromwell  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14402;\n\n/*  Seeker Nahr  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14403;\n\n/*  Seeker Thompson  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry` = 14404;\n\n/*  Roving Kodo  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14406;\n\n/*  Brown Prairie Dog  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 6.65 WHERE `entry` = 14421;\n\n/*  BRD Trigger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 14422;\n\n/*  Officer Jaxon  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0 WHERE `entry` = 14423;\n\n/*  Mirelow  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.15, `RangeAttackTime` = 1585 WHERE `entry` = 14424;\n\n/*  Gnawbone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 14425;\n\n/*  Harb Foulmountain  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.5 WHERE `entry` = 14426;\n\n/*  Uruson  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry` = 14428;\n\n/*  Grimmaw  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `RangeAttackTime` = 1705, `mingold` = 8, `maxgold` = 42 WHERE `entry` = 14429;\n\n/*  Duskstalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 14430;\n\n/*  Sludginn  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` = 14433;\n\n/*  Alarm-o-Bot  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `HealthModifier` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 14434;\n\n/*  Prince Thunderaan  */\nUPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 13.15, `ArmorModifier` = 1.3, `BaseAttackTime` = 2000, `RangeAttackTime` = 1250, `mingold` = 31740, `maxgold` = 158699 WHERE `entry` = 14435;\n\n/*  Mor'zul Bloodbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 1.15 WHERE `entry` = 14436;\n\n/*  Gorzeeki Wildeyes  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 14437;\n\n/*  Officer Pomeroy  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0 WHERE `entry` = 14438;\n\n/*  Officer Brady  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.0, `HealthModifier` = 3.0 WHERE `entry` = 14439;\n\n/*  Hunter Sagewind  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.2, `HealthModifier` = 3.0, `ArmorModifier` = 1.3 WHERE `entry` = 14440;\n\n/*  Hunter Ragetotem  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.2, `HealthModifier` = 3.0, `ArmorModifier` = 1.3 WHERE `entry` = 14441;\n\n/*  Hunter Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.0 WHERE `entry` = 14442;\n\n/*  Doomguard Tap Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14443;\n\n/*  Orcish Orphan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 2167 WHERE `entry` = 14444;\n\n/*  Lord Captain Wyrmak  */\nUPDATE `creature_template` SET `DamageModifier` = 2.55, `ArmorModifier` = 1.5 WHERE `entry` = 14445;\n\n/*  Fingat  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1402 WHERE `entry` = 14446;\n\n/*  Gilmorian  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1420 WHERE `entry` = 14447;\n\n/*  Molt Thorn  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.666667 WHERE `entry` = 14448;\n\n/*  Blackwing Orb Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14449;\n\n/*  Orphan Matron Nightingale  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 14450;\n\n/*  Orphan Matron Battlewail  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 14451;\n\n/*  Enslaved Doomguard Commander  */\nUPDATE `creature_template` SET `DamageModifier` = 9.348199, `ArmorModifier` = 1.45, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `unit_class` = 2 WHERE `entry` = 14452;\n\n/*  Orb of Domination  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry` = 14453;\n\n/*  The Windreaver  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 1, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 14454;\n\n/*  Whirling Invader  */\nUPDATE `creature_template` SET `unit_class` = 1, `maxgold` = 22 WHERE `entry` = 14455;\n\n/*  Blackwing Guardsman  */\n\n\n/*  Princess Tempestria  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `DamageModifier` = 3.4, `RangeAttackTime` = 1274, `unit_class` = 1, `mingold` = 162, `maxgold` = 812 WHERE `entry` = 14457;\n\n/*  Watery Invader  */\nUPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `unit_class` = 1, `maxgold` = 22 WHERE `entry` = 14458;\n\n/*  Nefarian's Troops  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14459;\n\n/*  Blazing Invader  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.05, `unit_class` = 1, `maxgold` = 22 WHERE `entry` = 14460;\n\n/*  Baron Charr  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 3.4, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283, `unit_class` = 1, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 14461;\n\n/*  Thundering Invader  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.4, `RangeAttackTime` = 1595, `maxgold` = 22 WHERE `entry` = 14462;\n\n/*  Daio the Decrepit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 14463;\n\n/*  Avalanchion  */\nUPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry` = 14464;\n\n/*  Alliance Battle Standard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14465;\n\n/*  Horde Battle Standard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14466;\n\n/*  Kroshius  */\nUPDATE `creature_template` SET `rank` = 1, `dmgschool` = 2, `DamageModifier` = 4, `HealthModifier` = 6.0 WHERE `entry` = 14467;\n\n/*  Niby the Almighty  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14469;\n\n/*  Impsy  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 14470;\n\n/*  Setis  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255 WHERE `entry` = 14471;\n\n/*  Lapress  */\nUPDATE `creature_template` SET `DamageModifier` = 10, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150 WHERE `entry` = 14473;\n\n/*  Zora  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 14474;\n\n/*  Rex Ashil  */\nUPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.5 WHERE `entry` = 14475;\n\n/*  Krellack  */\nUPDATE `creature_template` SET `DamageModifier` = 5.75 WHERE `entry` = 14476;\n\n/*  Grubthor  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry` = 14477;\n\n/*  Huricanian  */\nUPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 4.231434, `BaseAttackTime` = 1158 WHERE `entry` = 14478;\n\n/*  Alowicious Czervik  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 14480;\n\n/*  Emmithue Smails  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2101 WHERE `entry` = 14481;\n\n/*  Xorothian Imp  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `ArmorModifier` = 1.1, `BaseAttackTime` = 1200, `RangeAttackTime` = 1573 WHERE `entry` = 14482;\n\n/*  Dread Guard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry` = 14483;\n\n/*  Injured Peasant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 14484;\n\n/*  Plagued Peasant  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 14485;\n\n/*  Scourge Footsoldier  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.7, `RangeAttackTime` = 1573 WHERE `entry` = 14486;\n\n/*  Gluggle  */\nUPDATE `creature_template` SET `mingold` = 66, `maxgold` = 330 WHERE `entry` = 14487;\n\n/*  Roloch  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3, `BaseAttackTime` = 2800, `RangeAttackTime` = 1466, `mingold` = 69, `maxgold` = 346 WHERE `entry` = 14488;\n\n/*  Scourge Archer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.3, `ArmorModifier` = 1.1 WHERE `entry` = 14489;\n\n/*  Rippa  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `RangeAttackTime` = 1411 WHERE `entry` = 14490;\n\n/*  Kurmokk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 14491;\n\n/*  Verifonix  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2000, `RangeAttackTime` = 1430 WHERE `entry` = 14492;\n\n/*  Priest Epic Event Caller  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 14493;\n\n/*  Eris Havenfire  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14494;\n\n/*  Invisible Trigger One  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 14495;\n\n/*  Stormwind Orphan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 14496;\n\n/*  Shellene  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry` = 14497;\n\n/*  Horde Orphan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 14499;\n\n/*  J'eevee  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.85 WHERE `entry` = 14500;\n\n/*  Warlock Mount Ritual Mob Type 3, Infernal (DND)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 14501;\n\n/*  Xorothian Dreadsteed  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `RangeAttackTime` = 1283, `mingold` = 166, `maxgold` = 832 WHERE `entry` = 14502;\n\n/*  The Cleaner  */\nUPDATE `creature_template` SET `DamageModifier` = 35.25, `ArmorModifier` = 1.3 WHERE `entry` = 14503;\n\n/*  Dreadsteed Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.1, `RangeAttackTime` = 1551 WHERE `entry` = 14504;\n\n/*  Lord Hel'nurath  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 8.083333, `BaseAttackTime` = 2400, `RangeAttackTime` = 1246 WHERE `entry` = 14506;\n\n/*  High Priest Venoxis  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 14507;\n\n/*  Short John Mithril  */\nUPDATE `creature_template` SET `DamageModifier` = 11.9, `ArmorModifier` = 1.3 WHERE `entry` = 14508;\n\n/*  High Priestess Mar'li  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 14510;\n\n/*  Shadowed Spirit  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 4.1, `RangeAttackTime` = 1292 WHERE `entry` = 14511;\n\n/*  Corrupted Spirit  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 4.0, `ArmorModifier` = 1.05, `RangeAttackTime` = 1301, `unit_class` = 1 WHERE `entry` = 14512;\n\n/*  Malicious Spirit  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 4.0, `ArmorModifier` = 1.05, `RangeAttackTime` = 1301 WHERE `entry` = 14513;\n\n/*  Banal Spirit  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1551, `unit_class` = 1 WHERE `entry` = 14514;\n\n/*  High Priestess Arlokk  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `mingold` = 7337, `maxgold` = 369259 WHERE `entry` = 14515;\n\n/*  Death Knight Darkreaver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.65, `ArmorModifier` = 1.5, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 14516;\n\n/*  Aspect of Banality  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 5.85, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 14518;\n\n/*  Aspect of Corruption  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 6.3, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `unit_class` = 1, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 14519;\n\n/*  Aspect of Malice  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 6.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry` = 14520;\n\n/*  Aspect of Shadow  */\nUPDATE `creature_template` SET `detection_range` = 45.0, `DamageModifier` = 5.85, `ArmorModifier` = 1.35, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 1806 WHERE `entry` = 14521;\n\n/*  Ur'dan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry` = 14522;\n\n/*  Vartrus the Ancient  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.05, `RangeAttackTime` = 1265 WHERE `entry` = 14524;\n\n/*  Stoma the Ancient  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.05, `RangeAttackTime` = 1265 WHERE `entry` = 14525;\n\n/*  Hastat the Ancient  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.05, `RangeAttackTime` = 1265 WHERE `entry` = 14526;\n\n/*  Simone the Inconspicuous  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.35 WHERE `entry` = 14527;\n\n/*  Precious  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 1.1 WHERE `entry` = 14528;\n\n/*  Franklin the Friendly  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14529;\n\n/*  Solenor the Slayer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.35, `RangeAttackTime` = 1301 WHERE `entry` = 14530;\n\n/*  Artorius the Amiable  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14531;\n\n/*  Razzashi Venombrood  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 14532;\n\n/*  Simone the Seductress  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.35, `RangeAttackTime` = 1301 WHERE `entry` = 14533;\n\n/*  Klinfran the Crazed  */\nUPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry` = 14534;\n\n/*  Artorius the Doombringer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry` = 14535;\n\n/*  Nelson the Nice  */\nUPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry` = 14536;\n\n/*  Precious the Devourer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `RangeAttackTime` = 1292 WHERE `entry` = 14538;\n\n/*  Great Gray Kodo  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14550;\n\n/*  Swift Yellow Mechanostrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14551;\n\n/*  Swift White Mechanostrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14552;\n\n/*  Swift Green Mechanostrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14553;\n\n/*  Swift Stripped Mechanostrider  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 14554;\n\n/*  Swift Mistsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14555;\n\n/*  Swift Frostsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14556;\n\n/*  Swift Dawnsaber  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 7.0, `RangeAttackTime` = 2200 WHERE `entry` = 14557;\n\n/*  Purple Skeletal Warhorse  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14558;\n\n/*  Swift Blue Mechanostrider  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 14562;\n\n/*  Swift Red Mechanostrider  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 14563;\n\n/*  Terrordale Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9, `ArmorModifier` = 1.05, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry` = 14564;\n\n/*  Ancient Equine Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.1 WHERE `entry` = 14566;\n\n/*  Derotain Mudsipper  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 14567;\n\n/*  Darkreaver's Fallen Charger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.1, `RangeAttackTime` = 1551 WHERE `entry` = 14568;\n\n/*  Sergeant Thunderhorn  */\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `speed_walk` = 1.0, `DamageModifier` = 3.45 WHERE `entry` =  14581;\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.45 WHERE `entry` =  26396;\n\n/*  Ebonroc  */\nUPDATE `creature_template` SET `mingold` = 1202590, `maxgold` = 1212590 WHERE `entry` = 14601;\n\n/*  Swift Stormsaber  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14602;\n\n/*  Zapped Shore Strider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.259259, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 560 WHERE `entry` = 14603;\n\n/*  Zapped Land Walker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.153846, `ArmorModifier` = 1.05, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 556 WHERE `entry` = 14604;\n\n/*  Bone Construct  */\nUPDATE `creature_template` SET `DamageModifier` = 5, `ArmorModifier` = 1.1 WHERE `entry` = 14605;\n\n/*  Drakonid Corpse Trigger  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 14606;\n\n/*  Overseer Maltorius  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.0, `HealthModifier` = 8.0 WHERE `entry` = 14621;\n\n/*  Master Smith Burninate  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 14624;\n\n/*  Overseer Oilfist  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 14625;\n\n/*  Hansel Heavyhands  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14627;\n\n/*  Loggerhead Snapjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14629;\n\n/*  Leatherback Snapjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14630;\n\n/*  Olive Snapjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14631;\n\n/*  Hawksbill Snapjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14632;\n\n/*  Albino Snapjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14633;\n\n/*  Lookout Captain Lolo Longstriker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14634;\n\n/*  Zorbin Fandazzle  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 14637;\n\n/*  Zapped Wave Strider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.160000, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 540 WHERE `entry` = 14638;\n\n/*  Zapped Deep Strider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.259259, `RangeAttackTime` = 1672, `unit_class` = 2, `mingold` = 43, `maxgold` = 603 WHERE `entry` = 14639;\n\n/*  Zapped Cliff Giant  */\nUPDATE `creature_template` SET `DamageModifier` = 1.259259, `ArmorModifier` = 1.05, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 603 WHERE `entry` = 14640;\n\n/*  [PH] Horde spell thrower  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14641;\n\n/*  [PH] Alliance Spell thrower  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14642;\n\n/*  [PH] Alliance Herald  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14643;\n\n/*  [PH] Horde Herald  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14644;\n\n/*  Stratholme Trigger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry` = 14646;\n\n/*  Stinglasher  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14661;\n\n/*  Corrupted Infernal  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 14668;\n\n/*  Transporter Malfunction  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 14681;\n\n/*  Sever  */\nUPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 5.0 WHERE `entry` = 14682;\n\n/*  Baron Titus Rivendare  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14683;\n\n/*  Balzaphon  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `unit_class` = 2 WHERE `entry` = 14684;\n\n/*  Morbus  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14685;\n\n/*  Lady Falther'ess  */\nUPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 5.0, `unit_class` = 2 WHERE `entry` = 14686;\n\n/*  Soulless  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14687;\n\n/*  Prince Sandoval  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 10.0, `ManaModifier` = 1.0 WHERE `entry` = 14688;\n\n/*  Mana Elemental  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14689;\n\n/*  Revanchion  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry` = 14690;\n\n/*  Basalt  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14691;\n\n/*  Wollstonecraft  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14692;\n\n/*  Scorn  */\nUPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 0.9, `unit_class` = 2 WHERE `entry` = 14693;\n\n/*  Necrosis  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14694;\n\n/*  Lord Blackwood  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 14695;\n\n/*  Stitched Behemoth  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14696;\n\n/*  Lumbering Horror  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `detection_range` = 4.0, `DamageModifier` = 1.5 WHERE `entry` = 14697;\n\n/*  Silent Stalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14698;\n\n/*  Spectral Soldier UNUSED  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14699;\n\n/*  Unclean Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14700;\n\n/*  Doom Wraith  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14701;\n\n/*  Wailing Widow  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 14702;\n\n/*  Death Siren  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14703;\n\n/*  Skittering Dread  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry` = 14704;\n\n/*  Nerubian Webspinner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 14705;\n\n/*  Skeletal Shocktrooper UNUSED  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14706;\n\n/*  Bone Warder  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14707;\n\n/*  Decaying Warrior  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14708;\n\n/*  Blighted Dead  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14709;\n\n/*  Dread Sorcerer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 14710;\n\n/*  Plagued Eater UNUSED  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14711;\n\n/*  Midden Ghoul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14712;\n\n/*  Putrid Flyer  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14713;\n\n/*  Winged Horror  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14714;\n\n/*  Silverwing Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1 WHERE `entry` = 14715;\n\n/*  Horde Elite  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.9, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 774 WHERE `entry` = 14717;\n\n/*  Horde Laborer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry` = 14718;\n\n/*  [PH] Alliance Tower Lieutenant  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14719;\n\n/*  High Overlord Saurfang  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 15.0 WHERE `entry` = 14720;\n\n/*  Field Marshal Afrasiabi  */\nUPDATE `creature_template` SET `DamageModifier` = 12.0 WHERE `entry` = 14721;\n\n/*  Clavicus Knavingham  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14722;\n\n/*  Mistina Steelshield  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14723;\n\n/*  Bubulo Acerbus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14724;\n\n/*  Raedon Duskstriker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14725;\n\n/*  Rashona Straglash  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14726;\n\n/*  Vehena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14727;\n\n/*  Rumstag Proudstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14728;\n\n/*  Ralston Farnsley  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14729;\n\n/*  Revantusk Watcher  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.0, `ArmorModifier` = 1.0 WHERE `entry` = 14730;\n\n/*  PvP CTF Credit Marker  */\nUPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 3.120567, `ArmorModifier` = 0.7, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry` = 14732;\n\n/*  Sentinel Farsong  */\nUPDATE `creature_template` SET `DamageModifier` = 6.3, `ArmorModifier` = 1.4 WHERE `entry` = 14733;\n\n/*  Revantusk Drummer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry` = 14734;\n\n/*  ggoodman's flag tester  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `detection_range` = 18.0 WHERE `entry` = 14735;\n\n/*  Otho Moji'ko  */\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier', `DamageModifier` = 0.75, `ArmorModifier` = 0.65 WHERE `entry` = 14738;\n\n/*  Mystic Yayo'jin  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 14739;\n\n/*  Huntsman Markhor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.15 WHERE `entry` = 14741;\n\n/*  [PH] Horde Tower Lieutenant  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14746;\n\n/*  Vilebranch Kidnapper  */\nUPDATE `creature_template` SET `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry` = 14748;\n\n/*  Gurubashi Bat Rider  */\nUPDATE `creature_template` SET `minlevel` = 61, `ArmorModifier` = 1.0 WHERE `entry` = 14750;\n\n/*  Frostwolf Battle Standard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14751;\n\n/*  Stormpike Battle Standard  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14752;\n\n/*  Illiyana Moonblaze  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.4 WHERE `entry` = 14753;\n\n/*  Kelm Hargunth  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.4 WHERE `entry` = 14754;\n\n/*  Tiny Green Dragon  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14755;\n\n/*  Tiny Red Dragon  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 14756;\n\n/*  Zul'Gurub Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 14758;\n\n/*  Creeping Doom  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9, `ArmorModifier` = 1.05 WHERE `entry` = 14761;\n\n/*  Dun Baldar North Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14762;\n\n/*  Dun Baldar South Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14763;\n\n/*  Icewing Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14764;\n\n/*  Stonehearth Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14765;\n\n/*  Iceblood Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14766;\n\n/*  Tower Point Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14767;\n\n/*  East Frostwolf Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14768;\n\n/*  West Frostwolf Marshal  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14769;\n\n/*  Dun Baldar North Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14770;\n\n/*  Dun Baldar South Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14771;\n\n/*  East Frostwolf Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14772;\n\n/*  Iceblood Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14773;\n\n/*  Icewing Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14774;\n\n/*  Stonehearth Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14775;\n\n/*  Tower Point Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 13.5 WHERE `entry` = 14776;\n\n/*  West Frostwolf Warmaster  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0 WHERE `entry` = 14777;\n\n/*  Captain Shatterskull  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry` = 14781;\n\n/*  Wild Polymorph Target  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14801;\n\n/*  Sayge  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 14822;\n\n/*  Silas Darkmoon  */\nUPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.45 WHERE `entry` = 14823;\n\n/*  GGOODMAN  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.0 WHERE `entry` = 14824;\n\n/*  Withered Mistress  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 14825;\n\n/*  Sacrificed Troll  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 14826;\n\n/*  Burth  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry` = 14827;\n\n/*  Gelvas Grimegate  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14828;\n\n/*  Yebb Neblegear  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 14829;\n\n/*  Unkillable Test Dummy 60 Warrior  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `HealthModifier` = 0.15 WHERE `entry` = 14830;\n\n/*  Unkillable Test Dummy 63 Warrior  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14831;\n\n/*  Kerri Hicks  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry` = 14832;\n\n/*  Chronos  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14833;\n\n/*  Hakkar  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 14834;\n\n/*  Rinling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry` = 14841;\n\n/*  Melnan Darkstone  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry` = 14842;\n\n/*  Kruban Darkblade  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry` = 14843;\n\n/*  Sylannia  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14844;\n\n/*  Stamp Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14845;\n\n/*  Lhara  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14846;\n\n/*  Professor Thaddeus Paleo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry` = 14847;\n\n/*  Herald  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry` = 14848;\n\n/*  Darkmoon Faire Carnie  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14849;\n\n/*  Gruk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14850;\n\n/*  Bog  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14851;\n\n/*  Throk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14852;\n\n/*  Torg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14853;\n\n/*  Kall  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14854;\n\n/*  Dagg  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14855;\n\n/*  Mott  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14856;\n\n/*  Erk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 14857;\n\n/*  Progk  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 14858;\n\n/*  Guard Taruc  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 14859;\n\n/*  Flik  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 14860;\n\n/*  Blood Steward of Kirtonos  */\nUPDATE `creature_template` SET `DamageModifier` = 4.65 WHERE `entry` = 14861;\n\n/*  Emissary Roman'khan  */\nUPDATE `creature_template` SET `DamageModifier` = 14.8, `HealthModifier` = 100.0, `ArmorModifier` = 1.3, `ManaModifier` = 165.0, `mingold` = 4031, `maxgold` = 4031 WHERE `entry` = 14862;\n\n/*  Khaz Modan Ram  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 14864;\n\n/*  Felinni  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry` = 14865;\n\n/*  Flik's Frog  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 14866;\n\n/*  Jubjub  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 14867;\n\n/*  Hornsley  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 14868;\n\n/*  Pygmy Cockatrice  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14869;\n\n/*  Morja  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry` = 14871;\n\n/*  Trok  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 14872;\n\n/*  Okla  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14873;\n\n/*  Karu  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14874;\n\n/*  Molthor  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14875;\n\n/*  Zandalar Headshrinker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry` = 14876;\n\n/*  High Priest Venoxis Transform Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05, `unit_class` = 2 WHERE `entry` = 14877;\n\n/*  Jubling  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 14878;\n\n/*  Arathi Basin Battlemaster  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14879;\n\n/*  Razzashi Skitterer  */\nUPDATE `creature_template` SET `DamageModifier` = 5 WHERE `entry` = 14880;\n\n/*  Atal'ai Mistress  */\nUPDATE `creature_template` SET `DamageModifier` = 7 WHERE `entry` = 14882;\n\n/*  Voodoo Slave  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 14883;\n\n/*  Parasitic Serpent  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry` = 14884;\n\n/*  Jonathan LeCraft  */\nUPDATE `creature_template` SET `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry` = 14885;\n\n/*  The Good Rabbit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 14886;\n\n/*  Ysondre  */\nUPDATE `creature_template` SET `RangeAttackTime` = 200 WHERE `entry` = 14887;\n\n/*  Lethon  */\nUPDATE `creature_template` SET `RangeAttackTime` = 200 WHERE `entry` = 14888;\n\n/*  Emeriss  */\nUPDATE `creature_template` SET `DamageModifier` = 20.0, `ArmorModifier` = 1.0, `RangeAttackTime` = 200 WHERE `entry` = 14889;\n\n/*  Taerar  */\nUPDATE `creature_template` SET `DamageModifier` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 14890;\n\n/*  Fang  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14892;\n\n/*  Guard Kurall  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 14893;\n\n/*  Swarm of bees  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.733333 WHERE `entry` = 14894;\n\n/*  Peon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 14901;\n\n/*  Jin'rokh the Breaker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14902;\n\n/*  Al'tabim the All-Seeing  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14903;\n\n/*  Maywiki of Zuldazar  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14904;\n\n/*  Falthir the Sightless  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14905;\n\n/*  Test Guy  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 14906;\n\n/*  Mogg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14908;\n\n/*  Exzhal  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14910;\n\n/*  Zandalar Enforcer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry` = 14911;\n\n/*  Captured Hakkari Zealot  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14912;\n\n/*  TEST DUDE  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 14913;\n\n/*  High Priestess Jeklik Transform Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.42857, `rank` = 1, `DamageModifier` = 0.05, `unit_class` = 2 WHERE `entry` = 14941;\n\n/*  Kartra Bloodsnarl  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 14942;\n\n/*  Guse's War Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14943;\n\n/*  Jeztor's War Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14944;\n\n/*  Mulverick's War Rider  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14945;\n\n/*  Slidore's Gryphon  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14946;\n\n/*  Ichman's Gryphon  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14947;\n\n/*  Vipore's Gryphon  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 14948;\n\n/*  Dillord Copperpinch  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 14962;\n\n/*  Hecht Copperpinch  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 14964;\n\n/*  Frenzied Bloodseeker Bat  */\nUPDATE `creature_template` SET `DamageModifier` = 3, `ArmorModifier` = 1.1 WHERE `entry` = 14965;\n\n/*  High Priest Thekal Transform Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 14966;\n\n/*  High Priestess Mar'li Transform Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 14967;\n\n/*  High Priestess Arlokk Transform Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05, `unit_class` = 2 WHERE `entry` = 14968;\n\n/*  Elfarran  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry` = 14981;\n\n/*  Lylandris  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry` = 14982;\n\n/*  Field Marshal Oslight  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry` = 14983;\n\n/*  Shade of Jin'do  */\nUPDATE `creature_template` SET `minlevel` = 57, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 14986;\n\n/*  Powerful Healing Ward  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1 WHERE `entry` = 14987;\n\n/*  Poisonous Cloud  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 14989;\n\n/*  Defilers Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 14990;\n\n/*  League of Arathor Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry` = 14991;\n\n/*  Zandalarian Event Generator  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 14994;\n\n/*  PvP A-Mid Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 15001;\n\n/*  PvP Mid Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 15002;\n\n/*  PvP H-Mid Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 15003;\n\n/*  PvP ALT-S Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 15004;\n\n/*  PvP ALT-N Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry` = 15005;\n\n/*  Deze Snowbane  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 15006;\n\n/*  Sir Malory Wheeler  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `ManaModifier` = 1.0, `unit_class` = 1 WHERE `entry` = 15007;\n\n/*  Lady Hoteshem  */\nUPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry` = 15008;\n\n/*  Voodoo Spirit  */\nUPDATE `creature_template` SET `speed_run` = 0.285714, `DamageModifier` = 15.0 WHERE `entry` = 15009;\n\n/*  Jungle Toad  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 0.65 WHERE `entry` = 15010;\n\n/*  Wagner Hammerstrike  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4, `RangeAttackTime` = 1606 WHERE `entry` = 15011;\n\n/*  Javnir Nashak  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4, `RangeAttackTime` = 1606 WHERE `entry` = 15012;\n\n/*  Spawn of Mar'li  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 5, `ArmorModifier` = 1.0, `mingold` = 57, `maxgold` = 286 WHERE `entry` = 15041;\n\n/*  Zulian Crocolisk  */\nUPDATE `creature_template` SET `minlevel` = 60 WHERE `entry` = 15043;\n\n/*  Arathi Farmer  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15045;\n\n/*  Forsaken Farmer  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15046;\n\n/*  Gurubashi  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 0.05 WHERE `entry` = 15047;\n\n/*  Spirit of Jin'do  */\nUPDATE `creature_template` SET `DamageModifier` = 7.5, `RangeAttackTime` = 2200, `unit_class` = 2 WHERE `entry` = 15061;\n\n/*  Arathi Lumberjack  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_walk` = 0.666668, `DamageModifier` = 1.75 WHERE `entry` = 15062;\n\n/*  Arathi Blacksmith  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15063;\n\n/*  Forsaken Blacksmith  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15064;\n\n/*  Lady  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 15065;\n\n/*  Cleo  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 15066;\n\n/*  Zulian Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 5.15, `ArmorModifier` = 1.0 WHERE `entry` = 15067;\n\n/*  Zulian Guardian  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 60, `DamageModifier` = 7.062500, `ArmorModifier` = 1.0, `mingold` = 73, `maxgold` = 367 WHERE `entry` = 15068;\n\n/*  Heart of Hakkar  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 15069;\n\n/*  Vinchaxa  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 15070;\n\n/*  Underfoot  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 15071;\n\n/*  Spike  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 15072;\n\n/*  Pat's Hellfire Guy  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 7.0, `RangeAttackTime` = 2200 WHERE `entry` = 15073;\n\n/*  Arathi Miner  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15074;\n\n/*  Forsaken Miner  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15075;\n\n/*  Zandalarian Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry` = 15076;\n\n/*  Riggle Bassbait  */\nUPDATE `creature_template` SET `DamageModifier` = 2.1, `ArmorModifier` = 0.8 WHERE `entry` = 15077;\n\n/*  Jang  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.8 WHERE `entry` = 15078;\n\n/*  Fishbot 5000  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 15079;\n\n/*  Servant of the Hand  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry` = 15080;\n\n/*  Gri'lek [UNUSED]  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15081;\n\n/*  Gri'lek  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2500, `RangeAttackTime` = 1800, `mingold` = 7415, `maxgold` = 37073, `DamageModifier` = 18 WHERE `entry` = 15082;\n\n/*  Hazza'rah  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2500, `mingold` = 6361, `maxgold` = 31807, `DamageModifier` = 18 WHERE `entry` = 15083;\n\n/*  Renataki  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `mingold` = 3906, `maxgold` = 19530, `DamageModifier` = 20.066667 WHERE `entry` = 15084;\n\n/*  Wushoolay  */\nUPDATE `creature_template` SET `BaseAttackTime` = 2500, `mingold` = 6361, `maxgold` = 31807, `DamageModifier` = 18 WHERE `entry` = 15085;\n\n/*  Arathi Stablehand  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15086;\n\n/*  Forsaken Stablehand  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15087;\n\n/*  Booty Bay Elite  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `DamageModifier` = 6.0, `ArmorModifier` = 1.15 WHERE `entry` = 15088;\n\n/*  Forsaken Lumberjack  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75 WHERE `entry` = 15089;\n\n/*  Swift Razzashi Raptor  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 0.05 WHERE `entry` = 15090;\n\n/*  Zul'Gurub Panther Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15091;\n\n/*  Zulian Prowler  */\nUPDATE `creature_template` SET `DamageModifier` = 1, `ArmorModifier` = 1.0 WHERE `entry` = 15101;\n\n/*  Silverwing Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 0.9, `mingold` = 7, `maxgold` = 37 WHERE `entry` = 15102;\n\n/*  Stormpike Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.4 WHERE `entry` = 15103;\n\n/*  Swift Zulian Tiger  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry` = 15104;\n\n/*  Frostwolf Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 15106;\n\n/*  Arathi Horse  */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_run` = 0.857143, `DamageModifier` = 1.75 WHERE `entry` = 15107;\n\n/*  Forsaken Horse  */\nUPDATE `creature_template` SET `maxlevel` = 2, `DamageModifier` = 4.55 WHERE `entry` = 15108;\n\n/*  Primal Blessing Visual  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15109;\n\n/*  Gurubashi Prisoner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15110;\n\n/*  Mad Servant  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.0 WHERE `entry` = 15111;\n\n/*  Honored Hero  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.05, `RangeAttackTime` = 1551 WHERE `entry` = 15113;\n\n/*  Gahz'ranka  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `BaseAttackTime` = 2000, `mingold` = 8270, `maxgold` = 41348 WHERE `entry` = 15114;\n\n/*  Honored Ancestor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 1551 WHERE `entry` = 15115;\n\n/*  Grinkle  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry` = 15116;\n\n/*  Chained Spirit  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.1 WHERE `entry` = 15117;\n\n/*  Master Angler Form  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15118;\n\n/*  Barrus  */\nUPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8 WHERE `entry` = 15119;\n\n/*  Skeletal Magelord  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry` = 15121;\n\n/*  Gahz'ranka Dead  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.482593, `BaseAttackTime` = 1666, `RangeAttackTime` = 1833, `maxgold` = 2 WHERE `entry` = 15122;\n\n/*  Kris Zierhut  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.0 WHERE `entry` = 15123;\n\n/*  Rutherford Twing  */\nUPDATE `creature_template` SET `DamageModifier` = 10.6, `ArmorModifier` = 1.2 WHERE `entry` = 15126;\n\n/*  Samuel Hawke  */\nUPDATE `creature_template` SET `DamageModifier` = 7.95, `ArmorModifier` = 1.2 WHERE `entry` = 15127;\n\n/*  Defiler Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.1 WHERE `entry` = 15128;\n\n/*  League of Arathor Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.1 WHERE `entry` = 15130;\n\n/*  Killable Test Dummy 60 Warrior  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15133;\n\n/*  Outlands Test Dummy Warrior 70  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15134;\n\n/*  Chromatic Drake Mount  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 0.45 WHERE `entry` = 15135;\n\n/*  Hammerfall Elite  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `RangeAttackTime` = 1584 WHERE `entry` = 15136;\n\n/*  Menethil Elite  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 1.2 WHERE `entry` = 15137;\n\n/*  Silverpine Elite  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 2.0, `ArmorModifier` = 1.2, `RangeAttackTime` = 1606 WHERE `entry` = 15138;\n\n/*  Gahz'ranka Herald  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15139;\n\n/*  Pat's Splash Guy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 15140;\n\n/*  Portal of Madness  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15141;\n\n/*  Outlands Test Dummy Warrior 60  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15142;\n\n/*  Outlands Test Dummy Warrior 63  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15143;\n\n/*  Outlands Test Dummy Warrior 65  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15144;\n\n/*  Outlands Test Dummy Warrior 67  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15145;\n\n/*  Mad Voidwalker  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 6.0 WHERE `entry` = 15146;\n\n/*  Outlands Test Dummy Warrior 55  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15151;\n\n/*  Outlands Test Dummy Warrior 56  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15152;\n\n/*  Outlands Test Dummy Warrior 57  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15153;\n\n/*  Outlands Test Dummy Warrior 58  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15154;\n\n/*  Outlands Test Dummy Warrior 59  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15155;\n\n/*  Outlands Test Dummy Warrior 61  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15156;\n\n/*  Outlands Test Dummy Warrior 62  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15157;\n\n/*  Outlands Test Dummy Warrior 64  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15158;\n\n/*  Outlands Test Dummy Warrior 66  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15159;\n\n/*  Outlands Test Dummy Warrior 68  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15160;\n\n/*  Outlands Test Dummy Warrior 69  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15161;\n\n/*  Scarlet Inquisitor  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4, `ArmorModifier` = 1.15, `unit_class` = 1, `mingold` = 1500, `maxgold` = 1658 WHERE `entry` = 15162;\n\n/*  Nightmare Illusion  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 34.633333 WHERE `entry` = 15163;\n\n/*  Mulgore Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15164;\n\n/*  Haughty Modiste  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 15165;\n\n/*  Luis Barriga  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15166;\n\n/*  [PH] Luis Test NPC  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15167;\n\n/*  Ralo'shan the Eternal Watcher  */\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 1.05 WHERE `entry` = 15169;\n\n/*  Rutgar Glyphshaper  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 2.4 WHERE `entry` = 15170;\n\n/*  Frankal Stonebridge  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 2.4 WHERE `entry` = 15171;\n\n/*  Glibb  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry` = 15172;\n\n/*  Outlands Test Dummy Warrior 54  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry` = 15173;\n\n/*  Khur Hornstriker  */\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry` = 15175;\n\n/*  Cloud Skydancer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.0 WHERE `entry` = 15177;\n\n/*  Runk Windtamer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25 WHERE `entry` = 15178;\n\n/*  Mishta  */\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry` = 15179;\n\n/*  Commander Mar'alith  */\nUPDATE `creature_template` SET `DamageModifier` = 2.45, `ArmorModifier` = 1.1 WHERE `entry` = 15181;\n\n/*  Vish Kozus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.15 WHERE `entry` = 15182;\n\n/*  Cenarion Hold Infantry  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 6.0 WHERE `entry` = 15184;\n\n/*  Brood of Nozdormu  */\nUPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.75 WHERE `entry` = 15185;\n\n/*  Murky  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15186;\n\n/*  Cenarion Emissary Jademoon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry` = 15187;\n\n/*  Cenarion Emissary Blackhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry` = 15188;\n\n/*  Beetix Ficklespragg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 15189;\n\n/*  Noggle Ficklespragg  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 15190;\n\n/*  Anachronos  */\nUPDATE `creature_template` SET `DamageModifier` = 45.0 WHERE `entry` = 15192;\n\n/*  The Banshee Queen  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 3, `DamageModifier` = 0.2 WHERE `entry` = 15193;\n\n/*  Hermit Ortell  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry` = 15194;\n\n/*  Wickerman Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 9.333333, `ArmorModifier` = 0.95 WHERE `entry` = 15195;\n\n/*  Deathclasp  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 15196;\n\n/*  Darkcaller Yanka  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 0.9 WHERE `entry` = 15197;\n\n/*  Blackwing  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `detection_range` = 18.0 WHERE `entry` = 15198;\n\n/*  Sergeant Hartman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 0.9 WHERE `entry` = 15199;\n\n/*  Twilight Keeper Mayna  */\nUPDATE `creature_template` SET `mingold` = 121, `maxgold` = 163 WHERE `entry` = 15200;\n\n/*  Vyral the Vile  */\nUPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry` = 15202;\n\n/*  Prince Skaldrenox  */\nUPDATE `creature_template` SET `DamageModifier` = 11.480000, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 3431, `maxgold` = 17156 WHERE `entry` = 15203;\n\n/*  High Marshal Whirlaxis  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 12.3, `HealthModifier` = 125.0, `mingold` = 4328, `maxgold` = 218688 WHERE `entry` = 15204;\n\n/*  Baron Kazum  */\nUPDATE `creature_template` SET `DamageModifier` = 16, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 3642, `maxgold` = 18208 WHERE `entry` = 15205;\n\n/*  The Duke of Cynders  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.85, `HealthModifier` = 20.0, `ArmorModifier` = 1.4, `ManaModifier` = 5.0, `mingold` = 187, `maxgold` = 935 WHERE `entry` = 15206;\n\n/*  The Duke of Fathoms  */\nUPDATE `creature_template` SET `DamageModifier` = 4.677846, `HealthModifier` = 20.0, `ArmorModifier` = 1.15, `ManaModifier` = 5.0, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246, `mingold` = 187, `maxgold` = 935 WHERE `entry` = 15207;\n\n/*  The Duke of Shards  */\nUPDATE `creature_template` SET `DamageModifier` = 9.2, `HealthModifier` = 20.0, `ArmorModifier` = 1.15, `ManaModifier` = 1.0, `mingold` = 187, `maxgold` = 935 WHERE `entry` = 15208;\n\n/*  Crimson Templar  */\nUPDATE `creature_template` SET `rank` = 1, `dmgschool` = 2, `DamageModifier` = 2.0, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `mingold` = 176, `maxgold` = 880 WHERE `entry` = 15209;\n\n/*  Vulculon UNUSED  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15210;\n\n/*  Azure Templar  */\nUPDATE `creature_template` SET `rank` = 1, `dmgschool` = 4, `DamageModifier` = 1.6, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `unit_class` = 1, `mingold` = 165, `maxgold` = 826 WHERE `entry` = 15211;\n\n/*  Hoary Templar  */\nUPDATE `creature_template` SET `rank` = 1, `dmgschool` = 3, `DamageModifier` = 2.0, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `mingold` = 176, `maxgold` = 880 WHERE `entry` = 15212;\n\n/*  Invisible Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15214;\n\n/*  Mistress Natalia Mar'alith  */\nUPDATE `creature_template` SET `minlevel` = 61, `rank` = 1, `DamageModifier` = 2.65, `HealthModifier` = 10.0, `ManaModifier` = 7.0 WHERE `entry` = 15215;\n\n/*  Male Ghost  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15216;\n\n/*  Female Ghost  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15217;\n\n/*  Faire Cannon Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 15218;\n\n/*  Trick - Critter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15219;\n\n/*  The Duke of Zephyrs  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0, `HealthModifier` = 20.0, `ManaModifier` = 5.0, `mingold` = 187, `maxgold` = 935 WHERE `entry` = 15220;\n\n/*  Frankal Invisible Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15221;\n\n/*  Rutgar Invisible Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15222;\n\n/*  [PH] [UNUSED] Lord Inquisitor Opalezzix  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15223;\n\n/*  Dream Fog  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 1.05 WHERE `entry` = 15224;\n\n/*  [UNUSED] Vekniss Builder  */\nUPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15226;\n\n/*  [UNUSED] Vekniss Hiveshaper  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15227;\n\n/*  [UNUSED] Vekniss Wellborer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15228;\n\n/*  Vekniss Soldier  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15229;\n\n/*  Vekniss Warrior  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15230;\n\n/*  [UNUSED] Vekniss Patroller  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15231;\n\n/*  [UNUSED] Vekniss Eradicator  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15232;\n\n/*  Vekniss Guardian  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15233;\n\n/*  [UNUSED] Vekniss Swarmer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15234;\n\n/*  Vekniss Stinger  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15235;\n\n/*  Vekniss Wasp  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15236;\n\n/*  [UNUSED] Vekniss Wrathstinger  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15237;\n\n/*  [UNUSED] Vekniss Hive Reaver  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15238;\n\n/*  [UNUSED] Vekniss Hive Lurker  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15239;\n\n/*  Vekniss Hive Crawler  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15240;\n\n/*  [UNUSED] Vekniss Wasprider  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15243;\n\n/*  [UNUSED] Vekniss Hive Raider  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15244;\n\n/*  [UNUSED] Vekniss Waspguard  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15245;\n\n/*  Qiraji Mindslayer  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15246;\n\n/*  Qiraji Brainwasher  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15247;\n\n/*  [UNUSED] Qiraji Soulbender  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15248;\n\n/*  Qiraji Lasher  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0, `DamageModifier` = 18 WHERE `entry` = 15249;\n\n/*  Qiraji Slayer  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15250;\n\n/*  [UNUSED] Qiraji Slaymaster  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15251;\n\n/*  Qiraji Champion  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15252;\n\n/*  [UNUSED] Qiraji Champion  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15253;\n\n/*  [UNUSED] Qiraji Captain  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15254;\n\n/*  [UNUSED] Qiraji Officer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15255;\n\n/*  [UNUSED] Qiraji Commander  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15256;\n\n/*  [UNUSED] Qiraji Honor Guard  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15257;\n\n/*  [UNUSED] Qiraji Praetor  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15258;\n\n/*  [UNUSED] Qiraji Imperator  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15259;\n\n/*  Demented Druid Spirit  */\nUPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318, `DamageModifier` = 5.035461 WHERE `entry` = 15260;\n\n/*  Spirit Shade  */\nUPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 0.7, `RangeAttackTime` = 1551 WHERE `entry` = 15261;\n\n/*  Obsidian Eradicator  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 20.25, `ArmorModifier` = 1.0 WHERE `entry` = 15262;\n\n/*  The Prophet Skeram  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15263;\n\n/*  Anubisath Sentinel  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15264;\n\n/*  Emperor Vek'nilash  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15275;\n\n/*  Emperor Vek'lor  */\nUPDATE `creature_template` SET `detection_range` = 20.0 WHERE `entry` = 15276;\n\n/*  Anubisath Defender  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15277;\n\n/*  Aurel Goldleaf  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 15282;\n\n/*  Xil'xix  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 45.0, `ArmorModifier` = 0.95, `ManaModifier` = 25.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15286;\n\n/*  Aluntir  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 30.0, `ArmorModifier` = 0.95, `ManaModifier` = 25.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15288;\n\n/*  Arakis  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 30.0, `ArmorModifier` = 0.95, `ManaModifier` = 25.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15290;\n\n/*  Aendel Windspear  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry` = 15293;\n\n/*  Viscidus  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 33 WHERE `entry` = 15299;\n\n/*  Vekniss Drone  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `ArmorModifier` = 1.0 WHERE `entry` = 15300;\n\n/*  Shade of Taerar  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0, `RangeAttackTime` = 1833 WHERE `entry` = 15302;\n\n/*  Maxima Blastenheimer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.55 WHERE `entry` = 15303;\n\n/*  Lord Skwol  */\nUPDATE `creature_template` SET `DamageModifier` = 15.35, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 5144, `maxgold` = 25722 WHERE `entry` = 15305;\n\n/*  Earthen Templar  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `mingold` = 176, `maxgold` = 880 WHERE `entry` = 15307;\n\n/*  Twilight Prophet  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `mingold` = 121, `maxgold` = 163 WHERE `entry` = 15308;\n\n/*  Spoops  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15309;\n\n/*  Jesper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15310;\n\n/*  Anubisath Warder  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15311;\n\n/*  Obsidian Nullifier  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15312;\n\n/*  Moonkin (Druid - Night Elf)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15313;\n\n/*  Moonkin (Druid - Tauren)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15314;\n\n/*  Mylini Frostmoon  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.4 WHERE `entry` = 15315;\n\n/*  Qiraji Scarab  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15316;\n\n/*  Hive'Zara Drone  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `HealthModifier` = 6.0 WHERE `entry` = 15318;\n\n/*  Hive'Zara Collector  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 15319;\n\n/*  Hive'Zara Soldier  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 8.0, `ArmorModifier` = 1.0 WHERE `entry` = 15320;\n\n/*  [UNUSED] Hive'Zara Ambusher  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15322;\n\n/*  Hive'Zara Sandstalker  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 7, `ArmorModifier` = 1.0 WHERE `entry` = 15323;\n\n/*  Qiraji Gladiator  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15324;\n\n/*  Hive'Zara Wasp  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 10.0, `ArmorModifier` = 1.0 WHERE `entry` = 15325;\n\n/*  [UNUSED] Hive'Zara Swarmer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15326;\n\n/*  Hive'Zara Stinger  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.0 WHERE `entry` = 15327;\n\n/*  Darkmoon Steam Tonk  */\nUPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 0.857143, `detection_range` = 18.0, `HealthModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry` = 15328;\n\n/*  [UNUSED] Hive'Zara Scout  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15329;\n\n/*  [UNUSED] Sand Borer  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15330;\n\n/*  [UNUSED] Dune Tunneler  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15331;\n\n/*  [UNUSED] Crystal Feeder  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15332;\n\n/*  Silicate Feeder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 15333;\n\n/*  Giant Eye Tentacle  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15334;\n\n/*  Flesh Hunter  */\nUPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.0 WHERE `entry` = 15335;\n\n/*  Hive'Zara Tail Lasher  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.0 WHERE `entry` = 15336;\n\n/*  [UNUSED] Sand Mold  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15337;\n\n/*  Obsidian Destroyer  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 14.0, `ArmorModifier` = 1.0, `skinloot` = 0 WHERE `entry` = 15338;\n\n/*  Ossirian the Unscarred  */\nUPDATE `creature_template` SET `detection_range` = 30.0, `DamageModifier` = 24.444444, `ArmorModifier` = 1.0 WHERE `entry` = 15339;\n\n/*  Moam  */\nUPDATE `creature_template` SET `DamageModifier` = 17.0, `ArmorModifier` = 1.0 WHERE `entry` = 15340;\n\n/*  General Rajaxx  */\nUPDATE `creature_template` SET `DamageModifier` = 18.0, `ArmorModifier` = 1.0 WHERE `entry` = 15341;\n\n/*  [UNUSED] Sphinx  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15342;\n\n/*  Qiraji Swarmguard  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 20, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15343;\n\n/*  Swarmguard Needler  */\nUPDATE `creature_template` SET `DamageModifier` = 9.230769, `ArmorModifier` = 1.0 WHERE `entry` = 15344;\n\n/*  [UNUSED] Daughter of Hecate  */\nUPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 2.28571, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15345;\n\n/*  [UNUSED] Qiraji Wasprider  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15346;\n\n/*  [UNUSED] Qiraji Wasplord  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15347;\n\n/*  Kurinnaxx  */\nUPDATE `creature_template` SET `DamageModifier` = 16.1, `ArmorModifier` = 1.0 WHERE `entry` = 15348;\n\n/*  RC Blimp <PH>  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 15349;\n\n/*  Horde Warbringer  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.0, `HealthModifier` = 1.0 WHERE `entry` = 15350;\n\n/*  Alliance Brigadier General  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 2.4, `ArmorModifier` = 1.4, `rank` = 0 WHERE `entry` = 15351;\n\n/*  Greater Earth Elemental  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 15352;\n\n/*  Katrina Shimmerstar  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 0.85 WHERE `entry` = 15353;\n\n/*  Rachelle Gothena  */\nUPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry` = 15354;\n\n/*  Anubisath Guardian  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15355;\n\n/*  Blue Baby Murloc  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15356;\n\n/*  Purple Baby Murloc  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15357;\n\n/*  Lurky  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15358;\n\n/*  Pink Baby Murloc  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15359;\n\n/*  Green Baby Murloc  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15360;\n\n/*  Murki  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15361;\n\n/*  Malfurion Stormrage  */\nUPDATE `creature_template` SET `DamageModifier` = 5.8 WHERE `entry` = 15362;\n\n/*  RC Mortar Tank <PH>  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 15364;\n\n/*  Tonk Mine  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.1 WHERE `entry` = 15368;\n\n/*  Ayamiss the Hunter  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0, `DamageModifier` = 19.583333 WHERE `entry` = 15369;\n\n/*  Buru the Gorger  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 5.88 WHERE `entry` = 15370;\n\n/*  Halloween Pirate Captain  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry` = 15373;\n\n/*  Halloween Undead Pirate  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15374;\n\n/*  Halloween Pirate Female  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15375;\n\n/*  Halloween Male Ghost  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15376;\n\n/*  Halloween Female Ghost  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15377;\n\n/*  Merithra of the Dream  */\nUPDATE `creature_template` SET `DamageModifier` = 12.0, `ArmorModifier` = 1.6 WHERE `entry` = 15378;\n\n/*  Caelestrasz  */\nUPDATE `creature_template` SET `DamageModifier` = 12.65, `ArmorModifier` = 1.6 WHERE `entry` = 15379;\n\n/*  Arygos  */\nUPDATE `creature_template` SET `DamageModifier` = 29.3, `ArmorModifier` = 1.3 WHERE `entry` = 15380;\n\n/*  Anachronos the Ancient  */\nUPDATE `creature_template` SET `DamageModifier` = 37.75, `ArmorModifier` = 1.6 WHERE `entry` = 15381;\n\n/*  Fandral Staghelm  */\nUPDATE `creature_template` SET `DamageModifier` = 6.05, `ArmorModifier` = 2.2 WHERE `entry` = 15382;\n\n/*  Sergeant Stonebrow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry` = 15383;\n\n/*  OLDWorld Trigger (DO NOT DELETE)  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE `entry` = 15384;\n\n/*  Colonel Zerran  */\nUPDATE `creature_template` SET `DamageModifier` = 18.1, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15385;\n\n/*  Major Yeggeth  */\nUPDATE `creature_template` SET `DamageModifier` = 18.1, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15386;\n\n/*  Qiraji Warrior  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15387;\n\n/*  Major Pakkon  */\nUPDATE `creature_template` SET `DamageModifier` = 18.0, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15388;\n\n/*  Captain Drenn  */\nUPDATE `creature_template` SET `DamageModifier` = 17.5, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15389;\n\n/*  Captain Xurrem  */\nUPDATE `creature_template` SET `DamageModifier` = 18.1, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15390;\n\n/*  Captain Qeez  */\nUPDATE `creature_template` SET `DamageModifier` = 18.0, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15391;\n\n/*  Captain Tuubid  */\nUPDATE `creature_template` SET `DamageModifier` = 18.35, `ArmorModifier` = 1.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15392;\n\n/*  [UNUSED] Ruins Qiraji Gladiator Named 7  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15393;\n\n/*  Hero of the Horde  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15394;\n\n/*  Nafien  */\nUPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.25, `ArmorModifier` = 1.4 WHERE `entry` = 15395;\n\n/*  Anachronos Dragon Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 15410;\n\n/*  Arygos Dragon Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 15411;\n\n/*  Caelestrasz Dragon Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 15412;\n\n/*  Merithra Dragon Form  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry` = 15413;\n\n/*  Qiraji Wasp  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 1.1 WHERE `entry` = 15414;\n\n/*  Southshore Stink Bomb Counter  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 15415;\n\n/*  Kania  */\nUPDATE `creature_template` SET `subname` = 'Enchanting Supplier' WHERE `entry` = 15419;\n\n/*  Qiraji Drone  */\nUPDATE `creature_template` SET `DamageModifier` = 4.4, `ArmorModifier` = 1.1 WHERE `entry` = 15421;\n\n/*  Qiraji Tank  */\nUPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 1.1 WHERE `entry` = 15422;\n\n/*  Anubisath Conqueror  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 15424;\n\n/*  Debug Point  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15425;\n\n/*  Ahn'Qiraj Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15426;\n\n/*  Merithra's Wake  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15427;\n\n/*  Sand Vortex  */\nUPDATE `creature_template` SET `DamageModifier` = 6.150000, `ArmorModifier` = 1.1 WHERE `entry` = 15428;\n\n/*  Disgusting Oozeling  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15429;\n\n/*  Corporal Carnes  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry` = 15431;\n\n/*  Dame Twinbraid  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15432;\n\n/*  Private Draxlegauge  */\nUPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry` = 15434;\n\n/*  Ironforge Brigade Mortarman  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15435;\n\n/*  Mortar Sergeant Stouthammer  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15436;\n\n/*  Master Nightsong  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry` = 15437;\n\n/*  Captain Blackanvil  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 16, `ArmorModifier` = 1.1, `RangeAttackTime` = 1400 WHERE `entry` = 15440;\n\n/*  Ironforge Brigade Rifleman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 15441;\n\n/*  Ironforge Brigade Footman  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.35 WHERE `entry` = 15442;\n\n/*  Janela Stouthammer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 15443;\n\n/*  Arcanist Nozzlespring  */\nUPDATE `creature_template` SET `DamageModifier` = 4.65 WHERE `entry` = 15444;\n\n/*  Sergeant Major Germaine  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15445;\n\n/*  Bonnie Stoneflayer  */\nUPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry` = 15446;\n\n/*  Private Porter  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry` = 15448;\n\n/*  Hive'Zora Abomination  */\nUPDATE `creature_template` SET `DamageModifier` = 8.5, `HealthModifier` = 125.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15449;\n\n/*  Marta Finespindle  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15450;\n\n/*  Sentinel Silversky  */\nUPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry` = 15451;\n\n/*  Nurse Stonefield  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry` = 15452;\n\n/*  Keeper Moonshade  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15453;\n\n/*  Anachronos Quest Trigger Invisible  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15454;\n\n/*  Slicky Gastronome  */\nUPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry` = 15455;\n\n/*  Sarah Sadwhistle  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry` = 15456;\n\n/*  Huntress Swiftriver  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15457;\n\n/*  Commander Stronghammer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 15458;\n\n/*  Miner Cromwell  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry` = 15459;\n\n/*  Grunt Maug  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry` = 15460;\n\n/*  Shrieker Scarab  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry` = 15461;\n\n/*  Spitting Scarab  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.0 WHERE `entry` = 15462;\n\n/*  Omen  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `DamageModifier` = 15.0, `HealthModifier` = 300.0, `ManaModifier` = 1.0 WHERE `entry` = 15467;\n\n/*  Senior Sergeant T'kelah  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 15469;\n\n/*  Lieutenant General Andorov  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.1 WHERE `entry` = 15471;\n\n/*  [UNUSED] Deep Ooze  */\nUPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15472;\n\n/*  Kaldorei Elite  */\nUPDATE `creature_template` SET `DamageModifier` = 5 WHERE `entry` = 15473;\n\n/*  Beetle  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 15475;\n\n/*  Scorpion  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry` = 15476;\n\n/*  Herbalist Proudfeather  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry` = 15477;\n\n/*  Spirit of Azuregos  */\nUPDATE `creature_template` SET `DamageModifier` = 5.6, `ArmorModifier` = 1.3 WHERE `entry` = 15481;\n\n/*  Eranikus, Tyrant of the Dream  */\nUPDATE `creature_template` SET `DamageModifier` = 46, `ArmorModifier` = 0.5, `RangeAttackTime` = 1300, `mingold` = 80000, `maxgold` = 12 WHERE `entry` = 15491;\n\n/*  Nighthaven Defender  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 15495;\n\n/*  Windcaller Yessendra  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry` = 15498;\n\n/*  Warden Haro  */\nUPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry` = 15499;\n\n/*  Keyl Swiftclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry` = 15500;\n\n/*  Andorgos  */\nUPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.75 WHERE `entry` = 15502;\n\n/*  Kandrostrasz  */\nUPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.75 WHERE `entry` = 15503;\n\n/*  Vethsera  */\nUPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.75 WHERE `entry` = 15504;\n\n/*  Canal Frenzy  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4 WHERE `entry` = 15505;\n\n/*  Stewvul  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15506;\n\n/*  Buru the Gorger Transform Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry` = 15507;\n\n/*  Batrider Pele'keiki  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry` = 15508;\n\n/*  Princess Huhuran  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `ArmorModifier` = 1.0 WHERE `entry` = 15509;\n\n/*  Fankriss the Unyielding  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15510;\n\n/*  Lord Kri  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 25 WHERE `entry` = 15511;\n\n/*  Apothecary Jezel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 15512;\n\n/*  Buru Egg  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 15514;\n\n/*  Skinner Jamani  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 15515;\n\n/*  Battleguard Sartura  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 30 WHERE `entry` = 15516;\n\n/*  Ouro  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 35.037037 WHERE `entry` = 15517;\n\n/*  Auctioneer Grum  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15518;\n\n/*  Auctioneer Bertram  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15519;\n\n/*  O'Reily  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.95 WHERE `entry` = 15520;\n\n/*  Hive'Zara Hatchling  */\nUPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 6.0 WHERE `entry` = 15521;\n\n/*  Sergeant Umala  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.8 WHERE `entry` = 15522;\n\n/*  Temporary Reindeer  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 0.05 WHERE `entry` = 15524;\n\n/*  Doctor Serratus  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 15525;\n\n/*  Meridith the Mermaiden  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry` = 15526;\n\n/*  Mana Fiend  */\nUPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 60, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15527;\n\n/*  Healer Longrunner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry` = 15528;\n\n/*  Lady Callow  */\nUPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.8 WHERE `entry` = 15529;\n\n/*  Twilight Master Xarvos  */\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15530;\n\n/*  Stoneguard Clayhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 15532;\n\n/*  Bloodguard Rawtar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry` = 15533;\n\n/*  Fisherman Lin'do  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry` = 15534;\n\n/*  Chief Sharpclaw  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 15535;\n\n/*  Noxxie Razzlebrack  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15536;\n\n/*  Anubisath Warrior  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15537;\n\n/*  Anubisath Swarmguard  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 15 WHERE `entry` = 15538;\n\n/*  General Zog  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15539;\n\n/*  Windcaller Kaldon  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.1 WHERE `entry` = 15540;\n\n/*  Twilight Marauder Morna  */\nUPDATE `creature_template` SET `DamageModifier` = 1.9, `ArmorModifier` = 1.1 WHERE `entry` = 15541;\n\n/*  Princess Yauj  */\nUPDATE `creature_template` SET `detection_range` = 20.0 WHERE `entry` = 15543;\n\n/*  Vem  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 18 WHERE `entry` = 15544;\n\n/*  Cenarion Outrider  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.05 WHERE `entry` = 15545;\n\n/*  Hive'Zara Swarmer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.0 WHERE `entry` = 15546;\n\n/*  Elder Morndeep  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15549;\n\n/*  Doctor Weavil  */\nUPDATE `creature_template` SET `DamageModifier` = 26.9 WHERE `entry` = 15552;\n\n/*  Doctor Weavil's Flying Machine  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.05 WHERE `entry` = 15553;\n\n/*  Number Two  */\nUPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.15 WHERE `entry` = 15554;\n\n/*  Hive'Zara Larva  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE `entry` = 15555;\n\n/*  Elder Splitrock  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15556;\n\n/*  Elder Rumblerock  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15557;\n\n/*  Elder Silvervein  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15558;\n\n/*  Elder Highpeak  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.75, `unit_class` = 8 WHERE `entry` = 15559;\n\n/*  Elder Stonefort  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.75 WHERE `entry` = 15560;\n\n/*  Elder Obsidian  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `ArmorModifier` = 1.75 WHERE `entry` = 15561;\n\n/*  Elder Hammershout  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15562;\n\n/*  Elder Bellowrage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15563;\n\n/*  Elder Darkcore  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15564;\n\n/*  Elder Stormbrow  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15565;\n\n/*  Elder Snowcrown  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15566;\n\n/*  Elder Ironband  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.75 WHERE `entry` = 15567;\n\n/*  Elder Graveborn  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15568;\n\n/*  Elder Goldwell  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15569;\n\n/*  Elder Primestone  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15570;\n\n/*  Maws  */\nUPDATE `creature_template` SET `DamageModifier` = 30.95 WHERE `entry` = 15571;\n\n/*  Elder Runetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15572;\n\n/*  Elder Ragetotem  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15573;\n\n/*  Elder Stonespire  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15574;\n\n/*  Elder Bloodhoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15575;\n\n/*  Elder Winterhoof  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15576;\n\n/*  Elder Skychaser  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15577;\n\n/*  Elder Wildmane  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15578;\n\n/*  Elder Darkhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15579;\n\n/*  Elder Grimtotem  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15581;\n\n/*  Elder Windtotem  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15582;\n\n/*  Elder Thunderhorn  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15583;\n\n/*  Elder Skyseer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15584;\n\n/*  Elder Dawnstrider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15585;\n\n/*  Elder Dreamseer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.85 WHERE `entry` = 15586;\n\n/*  Elder Mistwalker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.15, `ArmorModifier` = 1.85 WHERE `entry` = 15587;\n\n/*  Elder High Mountain  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15588;\n\n/*  Eye of C'Thun  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 11.88 WHERE `entry` = 15589;\n\n/*  Ossirian Crystal Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15590;\n\n/*  Minion of Weavil  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 15591;\n\n/*  Elder Windrun  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15592;\n\n/*  Elder Starsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15593;\n\n/*  Elder Moonstrike  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15594;\n\n/*  Elder Bladeleaf  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15595;\n\n/*  Elder Starglade  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15596;\n\n/*  Elder Moonwarden  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15597;\n\n/*  Elder Bladeswift  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15598;\n\n/*  Elder Bladesing  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15599;\n\n/*  Elder Skygleam  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15600;\n\n/*  Elder Starweave  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15601;\n\n/*  Elder Meadowrun  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15602;\n\n/*  Elder Nightwind  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15603;\n\n/*  Elder Morningdew  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15604;\n\n/*  Elder Riversong  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15605;\n\n/*  Elder Brightspear  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15606;\n\n/*  Elder Farwhisper  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 2.75 WHERE `entry` = 15607;\n\n/*  Medivh  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15608;\n\n/*  Cenarion Scout Landion  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 2.4 WHERE `entry` = 15609;\n\n/*  Cenarion Scout Azenel  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 2.4 WHERE `entry` = 15610;\n\n/*  Cenarion Scout Jalia  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 2.4 WHERE `entry` = 15611;\n\n/*  Krug Skullsplit  */\nUPDATE `creature_template` SET `DamageModifier` = 9.5, `ArmorModifier` = 1.1 WHERE `entry` = 15612;\n\n/*  Merok Longstride  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.35 WHERE `entry` = 15613;\n\n/*  J.D. Shadesong  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.45 WHERE `entry` = 15614;\n\n/*  Shadow Priestess Shai  */\nUPDATE `creature_template` SET `DamageModifier` = 4.75, `ArmorModifier` = 2.15 WHERE `entry` = 15615;\n\n/*  Orgrimmar Legion Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.35 WHERE `entry` = 15616;\n\n/*  Orgrimmar Legion Axe Thrower  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry` = 15617;\n\n/*  Orgrimmar Legion Hexxer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15618;\n\n/*  silithus test mob  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15619;\n\n/*  Hive'Regal Hunter-Killer  */\nUPDATE `creature_template` SET `DamageModifier` = 11.333333, `HealthModifier` = 150.0, `RangeAttackTime` = 1650 WHERE `entry` = 15620;\n\n/*  Yauj Brood  */\nUPDATE `creature_template` SET `DamageModifier` = 5 WHERE `entry` = 15621;\n\n/*  Vekniss Borer  */\nUPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.0 WHERE `entry` = 15622;\n\n/*  Xandivious  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.25 WHERE `entry` = 15623;\n\n/*  Forest Wisp  */\nUPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry` = 15624;\n\n/*  Twilight Corrupter  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 21.15 WHERE `entry` = 15625;\n\n/*  Celestine Omencaller  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15626;\n\n/*  Jarod Shadowsong  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15627;\n\n/*  Eranikus the Redeemed  */\nUPDATE `creature_template` SET `DamageModifier` = 5.6, `ArmorModifier` = 1.3 WHERE `entry` = 15628;\n\n/*  Nightmare Phantasm  */\nUPDATE `creature_template` SET `DamageModifier` = 9.1 WHERE `entry` = 15629;\n\n/*  Spawn of Fankriss  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15630;\n\n/*  Spotlight  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15631;\n\n/*  Test dude for 1.8  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15632;\n\n/*  Tyrande  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 6.05, `ArmorModifier` = 2.2 WHERE `entry` = 15633;\n\n/*  Priestess of the Moon  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 15634;\n\n/*  Auctioneer Jaxon  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 15659;\n\n/*  Eranikus Transformed  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry` = 15660;\n\n/*  Baby Shark  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 15661;\n\n/*  War Effort Volunteer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry` = 15663;\n\n/*  Metzen the Reindeer  */\nUPDATE `creature_template` SET `DamageModifier` = 6.1 WHERE `entry` = 15664;\n\n/*  Mounted Reindeer  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 0.05 WHERE `entry` = 15665;\n\n/*  Auctioneer Graves  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 15677;\n\n/*  Auctioneer Silva'las  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 15678;\n\n/*  Auctioneer Cazarez  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 15679;\n\n/*  Auctioneer Bernal  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 15680;\n\n/*  Auctioneer O'reely  */\nUPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry` = 15681;\n\n/*  Auctioneer Tricket  */\nUPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry` = 15684;\n\n/*  Jonathan the Revelator  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.15 WHERE `entry` = 15693;\n\n/*  Stormwind Reveler  */\nUPDATE `creature_template` SET `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry` = 15694;\n\n/*  Vek Twins Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15695;\n\n/*  War Effort Recruit  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45, `ArmorModifier` = 0.85 WHERE `entry` = 15696;\n\n/*  Father Winter's Helper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15698;\n\n/*  Tranquil Mechanical Yeti  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15699;\n\n/*  Warlord Gorchuk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry` = 15700;\n\n/*  Field Marshal Snowfall  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15701;\n\n/*  Senior Sergeant Taiga  */\nUPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.1 WHERE `entry` = 15702;\n\n/*  Senior Sergeant Grimsford  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 15703;\n\n/*  Senior Sergeant Kai'jin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry` = 15704;\n\n/*  Winter's Little Helper  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15705;\n\n/*  Winter Reindeer  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 0.05 WHERE `entry` = 15706;\n\n/*  Master Sergeant Fizzlebolt  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry` = 15707;\n\n/*  Master Sergeant Maclure  */\nUPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.9 WHERE `entry` = 15708;\n\n/*  Master Sergeant Moonshadow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry` = 15709;\n\n/*  Tiny Snowman  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15710;\n\n/*  Dirt Mound  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 0.7 WHERE `entry` = 15712;\n\n/*  Blue Qiraji Battle Tank  */\nUPDATE `creature_template` SET `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 15713;\n\n/*  Yellow Qiraji Battle Tank  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 15714;\n\n/*  Green Qiraji Battle Tank  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 15715;\n\n/*  Red Qiraji Battle Tank  */\nUPDATE `creature_template` SET `maxlevel` = 1, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry` = 15716;\n\n/*  Ouro Trigger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15717;\n\n/*  Ouro Scarab  */\nUPDATE `creature_template` SET `DamageModifier` = 5, `ArmorModifier` = 1.0, `BaseAttackTime` = 1000 WHERE `entry` = 15718;\n\n/*  Thunder Bluff Reveler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15719;\n\n/*  Timbermaw Ancestor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.1 WHERE `entry` = 15720;\n\n/*  Mechanical Greench  */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `DamageModifier` = 1.066667 WHERE `entry` = 15721;\n\n/*  Booty Bay Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60, `DamageModifier` = 4.2, `ArmorModifier` = 0.4 WHERE `entry` = 15723;\n\n/*  Drunken Bruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 15724;\n\n/*  Claw Tentacle  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 4 WHERE `entry` = 15725;\n\n/*  Eye Tentacle  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 4 WHERE `entry` = 15726;\n\n/*  Giant Claw Tentacle  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 31.64 WHERE `entry` = 15728;\n\n/*  Father Winter's Helper (BIG) gm  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 15729;\n\n/*  Pat's Snowcloud Guy  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15730;\n\n/*  Darnassus Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 15731;\n\n/*  Wonderform Operator  */\nUPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry` = 15732;\n\n/*  Gnomeregan Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 15733;\n\n/*  Ironforge Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 15734;\n\n/*  Stormwind Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry` = 15735;\n\n/*  Orgrimmar Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 15736;\n\n/*  Darkspear Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 15737;\n\n/*  Undercity Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 15738;\n\n/*  Thunder Bluff Commendation Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry` = 15739;\n\n/*  Colossus of Zora  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 39.95, `ArmorModifier` = 1.15, `mingold` = 754599, `maxgold` = 754599 WHERE `entry` = 15740;\n\n/*  Colossus of Regal  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 39.95, `ArmorModifier` = 2.6, `mingold` = 754599, `maxgold` = 754599 WHERE `entry` = 15741;\n\n/*  Colossus of Ashi  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 60.0, `ArmorModifier` = 1, `BaseAttackTime` = 2000, `mingold` = 754599, `maxgold` = 754599 WHERE `entry` = 15742;\n\n/*  Colossal Anubisath Warbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 22.0, `mingold` = 47736, `maxgold` = 272524 WHERE `entry` = 15743;\n\n/*  Imperial Qiraji Destroyer  */\nUPDATE `creature_template` SET `DamageModifier` = 24.0, `unit_class` = 2, `mingold` = 155024, `maxgold` = 172524 WHERE `entry` = 15744;\n\n/*  Great-father Winter's Helper  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15746;\n\n/*  Qiraji Captain  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 11252, `maxgold` = 15552 WHERE `entry` = 15747;\n\n/*  Lesser Anubisath Warbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `mingold` = 5024, `maxgold` = 13960 WHERE `entry` = 15748;\n\n/*  Lesser Silithid Flayer  */\nUPDATE `creature_template` SET `minlevel` = 29, `DamageModifier` = 1.2 WHERE `entry` = 15749;\n\n/*  Qiraji Major  */\nUPDATE `creature_template` SET `DamageModifier` = 3.9, `mingold` = 20702, `maxgold` = 25752 WHERE `entry` = 15750;\n\n/*  Anubisath Warbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 7024, `maxgold` = 7524 WHERE `entry` = 15751;\n\n/*  Silithid Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 702, `maxgold` = 752 WHERE `entry` = 15752;\n\n/*  Qiraji Brigadier General  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1, `mingold` = 50920, `maxgold` = 55052 WHERE `entry` = 15753;\n\n/*  Greater Anubisath Warbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0, `mingold` = 9024, `maxgold` = 9524 WHERE `entry` = 15754;\n\n/*  Greater Silithid Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.95, `mingold` = 920, `maxgold` = 1052 WHERE `entry` = 15756;\n\n/*  Qiraji Lieutenant General  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 14.25, `mingold` = 70202, `maxgold` = 83252 WHERE `entry` = 15757;\n\n/*  Supreme Anubisath Warbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 10.15, `mingold` = 22024, `maxgold` = 32524 WHERE `entry` = 15758;\n\n/*  Supreme Silithid Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 3.2, `mingold` = 2202, `maxgold` = 3252 WHERE `entry` = 15759;\n\n/*  Officer Lunalight  */\nUPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.4 WHERE `entry` = 15762;\n\n/*  Officer Porterhouse  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry` = 15763;\n\n/*  Officer Ironbeard  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry` = 15764;\n\n/*  Officer Redblade  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry` = 15765;\n\n/*  Officer Thunderstrider  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 15767;\n\n/*  Resonating Crystal  */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `DamageModifier` = 0.05 WHERE `entry` = 15769;\n\n/*  Greater Resonating Crystal  */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 0.15 WHERE `entry` = 15770;\n\n/*  Major Resonating Crystal  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 0.1 WHERE `entry` = 15771;\n\n/*  Christmas Darkmaster Gandling  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry` = 15772;\n\n/*  Christmas Cannon Master Willey  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15773;\n\n/*  Christmas Prince Tortheldrin  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15774;\n\n/*  Christmas Emperor Dagran Thaurissan  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry` = 15775;\n\n/*  Christmas Warchief Rend Blackhand  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 1.3 WHERE `entry` = 15776;\n\n/*  Christmas War Master Voone  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15777;\n\n/*  Mouth Tentacle Mount Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15778;\n\n/*  Human Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15780;\n\n/*  Human Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15781;\n\n/*  Dwarf Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15782;\n\n/*  Dwarf Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15783;\n\n/*  Night Elf Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15784;\n\n/*  Troll Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15785;\n\n/*  Orc Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15786;\n\n/*  Goblin Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15787;\n\n/*  Undead Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15788;\n\n/*  Tauren Female Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15789;\n\n/*  Undead Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15790;\n\n/*  Orc Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15791;\n\n/*  Troll Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15792;\n\n/*  Tauren Male Winter Reveler  */\nUPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15793;\n\n/*  Night Elf Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15794;\n\n/*  Goblin Male Winter Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15795;\n\n/*  Christmas Goraluk Anvilcrack  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15796;\n\n/*  Colossus Researcher Sophia  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry` = 15797;\n\n/*  Colossus Researcher Nestor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry` = 15798;\n\n/*  Colossus Researcher Eazel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry` = 15799;\n\n/*  Exit Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15800;\n\n/*  GONG BOY DND DNR  */\nUPDATE `creature_template` SET `minlevel` = 1, `DamageModifier` = 0.15 WHERE `entry` = 15801;\n\n/*  Flesh Tentacle  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0 WHERE `entry` = 15802;\n\n/*  Lesser Resonating Crystal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.35 WHERE `entry` = 15804;\n\n/*  Minor Resonating Crystal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 15805;\n\n/*  Qiraji Lieutenant  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `mingold` = 6082, `maxgold` = 10252 WHERE `entry` = 15806;\n\n/*  Minor Anubisath Warbringer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `mingold` = 6189, `maxgold` = 8033 WHERE `entry` = 15807;\n\n/*  Minor Silithid Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 15808;\n\n/*  C'Thun Transformation Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15809;\n\n/*  Eroded Anubisath Warbringer  */\nUPDATE `creature_template` SET `maxlevel` = 18, `DamageModifier` = 2.0, `ArmorModifier` = 0.55, `mingold` = 5011, `maxgold` = 7488 WHERE `entry` = 15810;\n\n/*  Faltering Silithid Flayer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry` = 15811;\n\n/*  Qiraji Officer  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 0.75, `mingold` = 5241, `maxgold` = 7158 WHERE `entry` = 15812;\n\n/*  Qiraji Officer Zod  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 0.85, `mingold` = 7124, `maxgold` = 10862 WHERE `entry` = 15813;\n\n/*  Qiraji Lieutenant Jo-rel  */\nUPDATE `creature_template` SET `DamageModifier` = 7.85, `ArmorModifier` = 1.2, `mingold` = 8494, `maxgold` = 15252 WHERE `entry` = 15814;\n\n/*  Qiraji Captain Ka'ark  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 15252, `maxgold` = 20552 WHERE `entry` = 15815;\n\n/*  Qiraji Major He'al-ie  */\nUPDATE `creature_template` SET `DamageModifier` = 9.05, `ArmorModifier` = 1.05, `mingold` = 30702, `maxgold` = 35752 WHERE `entry` = 15816;\n\n/*  Qiraji Brigadier General Pax-lish  */\nUPDATE `creature_template` SET `DamageModifier` = 9.6, `mingold` = 50920, `maxgold` = 55052 WHERE `entry` = 15817;\n\n/*  Lieutenant General Nokhor  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 21.25, `ArmorModifier` = 2.25, `mingold` = 100202, `maxgold` = 113852 WHERE `entry` = 15818;\n\n/*  Father Winter's Helper (BIG) rm  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 15832;\n\n/*  Father Winter's Helper (BIG) rf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15835;\n\n/*  Father Winter's Helper (BIG) gf  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 15838;\n\n/*  Might of Kalimdor Grunt  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry` = 15839;\n\n/*  Might of Kalimdor Sergeant  */\nUPDATE `creature_template` SET `maxlevel` = 15, `ArmorModifier` = 0.9 WHERE `entry` = 15840;\n\n/*  Might of Kalimdor Lieutenant  */\nUPDATE `creature_template` SET `maxlevel` = 46, `ArmorModifier` = 1.05 WHERE `entry` = 15841;\n\n/*  Might of Kalimdor Mage  */\nUPDATE `creature_template` SET `minlevel` = 36, `ArmorModifier` = 0.9, `unit_class` = 8 WHERE `entry` = 15842;\n\n/*  Might of Kalimdor Priest  */\nUPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` = 15843;\n\n/*  Might of Kalimdor Restorer  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 2.05, `unit_class` = 8 WHERE `entry` = 15844;\n\n/*  Might of Kalimdor Captain  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry` = 15845;\n\n/*  Might of Kalimdor Archer  */\nUPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry` = 15846;\n\n/*  Might of Kalimdor Shaman  */\nUPDATE `creature_template` SET `unit_class` = 2 WHERE `entry` = 15847;\n\n/*  Might of Kalimdor Druid  */\nUPDATE `creature_template` SET `maxlevel` = 35, `unit_class` = 2 WHERE `entry` = 15849;\n\n/*  Might of Kalimdor Marshal  */\nUPDATE `creature_template` SET `maxlevel` = 59 WHERE `entry` = 15851;\n\n/*  Orgrimmar Elite Shieldguard  */\nUPDATE `creature_template` SET `maxlevel` = 61, `DamageModifier` = 4.0, `ArmorModifier` = 4.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry` = 15852;\n\n/*  Orgrimmar Elite Infantryman  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 15853;\n\n/*  Orgrimmar Elite Cavalryman  */\nUPDATE `creature_template` SET `DamageModifier` = 8.2, `ArmorModifier` = 1.05 WHERE `entry` = 15854;\n\n/*  Tauren Rifleman  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 10.1, `ArmorModifier` = 1.05, `unit_class` = 2 WHERE `entry` = 15855;\n\n/*  Tauren Primalist  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 2.0, `unit_class` = 2 WHERE `entry` = 15856;\n\n/*  Stormwind Cavalryman  */\nUPDATE `creature_template` SET `DamageModifier` = 8.3, `ArmorModifier` = 1.5 WHERE `entry` = 15857;\n\n/*  Stormwind Infantryman  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 2.0 WHERE `entry` = 15858;\n\n/*  Stormwind Archmage  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `unit_class` = 2 WHERE `entry` = 15859;\n\n/*  Kaldorei Marksman  */\nUPDATE `creature_template` SET `DamageModifier` = 10.074074, `unit_class` = 2 WHERE `entry` = 15860;\n\n/*  Ironforge Infantryman  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 15861;\n\n/*  Ironforge Cavalryman  */\nUPDATE `creature_template` SET `DamageModifier` = 8.2 WHERE `entry` = 15862;\n\n/*  Darkspear Shaman  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0, `unit_class` = 2 WHERE `entry` = 15863;\n\n/*  Valadar Starsong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.4 WHERE `entry` = 15864;\n\n/*  High Commander Lynore Windstryke  */\nUPDATE `creature_template` SET `DamageModifier` = 30.0, `ArmorModifier` = 1.05 WHERE `entry` = 15866;\n\n/*  Might of Kalimdor Archmage  */\nUPDATE `creature_template` SET `minlevel` = 60, `unit_class` = 8 WHERE `entry` = 15867;\n\n/*  Highlord Leoric Von Zeldig  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 20.0, `ArmorModifier` = 4.15, `unit_class` = 2 WHERE `entry` = 15868;\n\n/*  Malagav the Tactician  */\nUPDATE `creature_template` SET `DamageModifier` = 28.0, `ArmorModifier` = 1.1, `unit_class` = 2 WHERE `entry` = 15869;\n\n/*  Duke August Foehammer  */\nUPDATE `creature_template` SET `DamageModifier` = 20.0, `ArmorModifier` = 4.0 WHERE `entry` = 15870;\n\n/*  Elder Bronzebeard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry` = 15871;\n\n/*  Pat's Firework Cluster Guy (BLUE)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15872;\n\n/*  Pat's Firework Cluster Guy (RED)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15873;\n\n/*  Pat's Firework Cluster Guy (GREEN)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15874;\n\n/*  Pat's Firework Cluster Guy (PURPLE)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15875;\n\n/*  Pat's Firework Cluster Guy (WHITE)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15876;\n\n/*  Pat's Firework Cluster Guy (YELLOW)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15877;\n\n/*  Warcaller Finster  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 15878;\n\n/*  Pat's Firework Guy - BLUE  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15879;\n\n/*  Pat's Firework Guy - GREEN  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15880;\n\n/*  Pat's Firework Guy - PURPLE  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15881;\n\n/*  Pat's Firework Guy - RED  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry` = 15882;\n\n/*  Pat's Firework Guy - YELLOW  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry` = 15883;\n\n/*  Pat's Firework Guy - WHITE  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15884;\n\n/*  Pat's Firework Guy - BLUE BIG  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15885;\n\n/*  Pat's Firework Guy - GREEN BIG  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15886;\n\n/*  Pat's Firework Guy - PURPLE BIG  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15887;\n\n/*  Pat's Firework Guy - RED BIG  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15888;\n\n/*  Pat's Firework Guy - WHITE BIG  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15889;\n\n/*  Pat's Firework Guy - YELLOW BIG  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15890;\n\n/*  Lunar Festival Herald  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.4 WHERE `entry` = 15891;\n\n/*  Lunar Festival Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.4 WHERE `entry` = 15892;\n\n/*  Lunar Firework Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15893;\n\n/*  Lunar Cluster Credit Marker  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15894;\n\n/*  Lunar Festival Harbinger  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 15895;\n\n/*  C'Thun Portal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15896;\n\n/*  Large Spotlight  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15897;\n\n/*  Lunar Festival Vendor  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry` = 15898;\n\n/*  Lunar Festival NE Harbinger  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 4.0, `unit_class` = 8 WHERE `entry` = 15900;\n\n/*  Vanquished Tentacle  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2 WHERE `entry` = 15901;\n\n/*  Giant Spotlight  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 15902;\n\n/*  Sergeant Carnes  */\nUPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 3.0, `ArmorModifier` = 1.2 WHERE `entry` = 15903;\n\n/*  Tentacle Portal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15904;\n\n/*  Darnassus Reveler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15905;\n\n/*  Ironforge Reveler  */\nUPDATE `creature_template` SET `minlevel` = 1, `DamageModifier` = 0.05 WHERE `entry` = 15906;\n\n/*  Undercity Reveler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15907;\n\n/*  Orgrimmar Reveler  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15908;\n\n/*  Fariel Starsong  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.85 WHERE `entry` = 15909;\n\n/*  Giant Tentacle Portal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15910;\n\n/*  Pat's Firework Cluster Guy (BLUE BIG)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15911;\n\n/*  Pat's Firework Cluster Guy (GREEN BIG)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15912;\n\n/*  Pat's Firework Cluster Guy (PURPLE BIG)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15913;\n\n/*  Pat's Firework Cluster Guy (RED BIG)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15914;\n\n/*  Pat's Firework Cluster Guy (WHITE BIG)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15915;\n\n/*  Pat's Firework Cluster Guy (YELLOW BIG)  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15916;\n\n/*  Lunar Festival Reveler  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15917;\n\n/*  Pat's Firework Cluster Guy (ELUNE)  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry` = 15918;\n\n/*  Viscidus Trigger  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 15922;\n\n/*  Toxic Slime  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 15925;\n\n/*  Stalagg  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 43.880000, `HealthModifier` = 150.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `RangeAttackTime` = 3700 WHERE `entry` = 15929;\n\n/*  Feugen  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 45, `HealthModifier` = 150.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `RangeAttackTime` = 3700 WHERE `entry` = 15930;\n\n/*  Poison Cloud  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15933;\n\n/*  Hive'Zara Hornet  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.0 WHERE `entry` = 15934;\n\n/*  Ouro Spawner  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 15957;\n\n/*  Lunar Festival Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 6.1 WHERE `entry` = 15961;\n\n/*  Vekniss Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 9.0, `ArmorModifier` = 1.0 WHERE `entry` = 15962;\n\n/*  The Master's Eye  */\nUPDATE `creature_template` SET `DamageModifier` = 5.45 WHERE `entry` = 15963;\n\n/*  Buru Egg Trigger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 12.3, `ArmorModifier` = 0.95 WHERE `entry` = 15964;\n\n/*  Alterac Valley Battlemaster  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 15972;\n\n/*  Naxxramas Template  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 15973;\n\n/*  [PH] Valentine Reveler, Male  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15982;\n\n/*  [PH] Valentine Reveler, Female  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15983;\n\n/*  Sartura's Royal Guard  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.0, `DamageModifier` = 18 WHERE `entry` = 15984;\n\n/*  Eric Maloof Test Guy  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 15985;\n\n/*  Lady Dena Kennedy  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 15991;\n\n/*  Sam's Test Dummy 1  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15992;\n\n/*  Sam's Test Dummy 2  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15993;\n\n/*  Sam's Test Dummy 1 (1)  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15996;\n\n/*  Sam's Test Dummy 2 (1)  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15997;\n\n/*  Sam's Test Dummy 1 (2)  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15998;\n\n/*  Sam's Test Dummy 2 (2)  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 15999;\n\n/*  Aldris Fourclouds  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16001;\n\n/*  Colara Dean  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16002;\n\n/*  Deathguard Tor  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 16003;\n\n/*  Elenia Haydon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16004;\n\n/*  Lieutenant Jocryn Heldric  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16005;\n\n/*  InCombat Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 16006;\n\n/*  Orok Deathbane  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 16007;\n\n/*  Temma of the Wells  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16008;\n\n/*  Tormek Stoneriver  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16009;\n\n/*  Mokvar  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry` = 16012;\n\n/*  Deliana  */\nUPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry` = 16013;\n\n/*  Mux Manascrambler  */\nUPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry` = 16014;\n\n/*  Vi'el  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry` = 16015;\n\n/*  Anthion Harmon  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 0.9, `RangeAttackTime` = 1529 WHERE `entry` = 16016;\n\n/*  Boorana Thunderhoof  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16019;\n\n/*  Allenya Moonshadow  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16023;\n\n/*  Flesh Giant B [PH]  */\nUPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16026;\n\n/*  Living Poison  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `DamageModifier` = 3.480000, `ArmorModifier` = 2.85 WHERE `entry` = 16027;\n\n/*  Ysida Harmon  */\nUPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 0.9 WHERE `entry` = 16031;\n\n/*  Falrin Treeshaper  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 0.9 WHERE `entry` = 16032;\n\n/*  Bodley  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.75, `RangeAttackTime` = 1590 WHERE `entry` = 16033;\n\n/*  [UNUSED] Bog Beast B [PH]  */\nUPDATE `creature_template` SET `minlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16035;\n\n/*  [UNUSED] Deathhound  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16038;\n\n/*  Pack Trainer [PH]  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16039;\n\n/*  Pack Handler [PH]  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16040;\n\n/*  Shadowhound  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16041;\n\n/*  Lord Valthalak  */\nUPDATE `creature_template` SET `DamageModifier` = 15.250000, `ArmorModifier` = 1.3, `BaseAttackTime` = 1200, `RangeAttackTime` = 1500, `mingold` = 1000, `maxgold` = 3000 WHERE `entry` = 16042;\n\n/*  Magma Lord Bokk  */\nUPDATE `creature_template` SET `DamageModifier` = 1.227273, `ArmorModifier` = 1.35 WHERE `entry` = 16043;\n\n/*  Mor Grayhoof Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16044;\n\n/*  Isalien Trigger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry` = 16045;\n\n/*  Jarien and Sothos Trigger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry` = 16046;\n\n/*  Kormok Trigger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry` = 16047;\n\n/*  Lord Valthalak Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16048;\n\n/*  Lefty  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 16049;\n\n/*  Rotfang  */\nUPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry` = 16050;\n\n/*  Snokh Blackspine  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 0.95 WHERE `entry` = 16051;\n\n/*  Malgen Longspear  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 16052;\n\n/*  Korv  */\nUPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 1.1 WHERE `entry` = 16053;\n\n/*  Rezznik  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 16054;\n\n/*  Va'jashni  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 1.1 WHERE `entry` = 16055;\n\n/*  Volida  */\nUPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 0.95 WHERE `entry` = 16058;\n\n/*  Theldren  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 2.157895, `ArmorModifier` = 1.3, `BaseAttackTime` = 3800, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry` = 16059;\n\n/*  Highlord Mograine  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 32, `BaseAttackTime` = 1500, `RangeAttackTime` = 1700 WHERE `entry` = 16062;\n\n/*  Spectral Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.1 WHERE `entry` = 16066;\n\n/*  Gurky  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16069;\n\n/*  Garel Redrock  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 16070;\n\n/*  Tidelord Rrurgaz  */\nUPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry` = 16072;\n\n/*  Spirit of Lord Valthalak  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 23, `ArmorModifier` = 2.2, `RangeAttackTime` = 1500 WHERE `entry` = 16073;\n\n/*  Kwee Q. Peddlefeet  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16075;\n\n/*  Tharl Stonebleeder  */\nUPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 0.55 WHERE `entry` = 16076;\n\n/*  [PH] Alex's Test DPS Mob  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `rank` = 3, `DamageModifier` = 1.0 WHERE `entry` = 16077;\n\n/*  Unkillable Fixed Damage Test Dummy  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16078;\n\n/*  Theldren Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16079;\n\n/*  Mor Grayhoof  */\nUPDATE `creature_template` SET `minlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 7.666667, `ArmorModifier` = 1.1, `RangeAttackTime` = 1500 WHERE `entry` = 16080;\n\n/*  Spectral Gryphon  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16081;\n\n/*  Mor Grayhoof Transformation Visual  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry` = 16083;\n\n/*  picnic blanket  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16084;\n\n/*  Peddlefeet  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16085;\n\n/*  Flower Shower  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16086;\n\n/*  Omar the Test Dragon  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 16089;\n\n/*  Rousch  */\nUPDATE `creature_template` SET `DamageModifier` = 2.95, `ArmorModifier` = 0.25 WHERE `entry` = 16090;\n\n/*  Dirk Thunderwood  */\nUPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry` = 16091;\n\n/*  Silithis Teleporter  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16092;\n\n/*  Spectral Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 1 WHERE `entry` = 16093;\n\n/*  Durik  */\nUPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry` = 16094;\n\n/*  Gnashjaw  */\nUPDATE `creature_template` SET `DamageModifier` = 2.466667, `ArmorModifier` = 1.1, `BaseAttackTime` = 1500 WHERE `entry` = 16095;\n\n/*  Steamwheedle Bruiser  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.0 WHERE `entry` = 16096;\n\n/*  Isalien  */\nUPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 5.565217, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1450 WHERE `entry` = 16097;\n\n/*  Empyrean  */\nUPDATE `creature_template` SET `DamageModifier` = 4.533333, `ArmorModifier` = 1.1, `BaseAttackTime` = 1500 WHERE `entry` = 16098;\n\n/*  [PH] Naxxramas Test Boss  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16099;\n\n/*  Ysida's Trigger  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16100;\n\n/*  Jarien  */\nUPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 13.019391, `ArmorModifier` = 1.1, `BaseAttackTime` = 1083, `RangeAttackTime` = 1191, `mingold` = 871, `maxgold` = 4568 WHERE `entry` = 16101;\n\n/*  Sothos  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 13.019391, `ArmorModifier` = 1.1, `BaseAttackTime` = 1083, `RangeAttackTime` = 1191, `mingold` = 871, `maxgold` = 4568 WHERE `entry` = 16102;\n\n/*  Spirit of Jarien  */\nUPDATE `creature_template` SET `DamageModifier` = 2.833333, `ArmorModifier` = 1.1, `RangeAttackTime` = 1450 WHERE `entry` = 16103;\n\n/*  Spirit of Sothos  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.083333, `ArmorModifier` = 1.1, `RangeAttackTime` = 1450 WHERE `entry` = 16104;\n\n/*  Aristan Mottar  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16105;\n\n/*  Evert Sorisam  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16106;\n\n/*  Apothecary Staffron Lerent  */\nUPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry` = 16107;\n\n/*  Fenstad Argyle  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6 WHERE `entry` = 16108;\n\n/*  Mara Rennick  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `unit_class` = 1 WHERE `entry` = 16109;\n\n/*  Annalise Lerent  */\nUPDATE `creature_template` SET `DamageModifier` = 0.466667 WHERE `entry` = 16110;\n\n/*  Love Fool  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16111;\n\n/*  Korfax, Champion of the Light  */\nUPDATE `creature_template` SET `DamageModifier` = 62.05, `ArmorModifier` = 1.1 WHERE `entry` = 16112;\n\n/*  Father Inigo Montoy  */\nUPDATE `creature_template` SET `DamageModifier` = 66.7, `ArmorModifier` = 1.35 WHERE `entry` = 16113;\n\n/*  Scarlet Commander Marjhan  */\nUPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.35 WHERE `entry` = 16114;\n\n/*  Commander Eligor Dawnbringer  */\nUPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry` = 16115;\n\n/*  Archmage Angela Dosantos  */\nUPDATE `creature_template` SET `DamageModifier` = 66.7, `ArmorModifier` = 1.35 WHERE `entry` = 16116;\n\n/*  Kormok  */\nUPDATE `creature_template` SET `minlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 7.818182, `ArmorModifier` = 1.1, `BaseAttackTime` = 1100, `RangeAttackTime` = 1300, `mingold` = 865, `maxgold` = 15687 WHERE `entry` = 16118;\n\n/*  Bone Minion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.088083, `ArmorModifier` = 1.1, `BaseAttackTime` = 1930, `RangeAttackTime` = 1573 WHERE `entry` = 16119;\n\n/*  Bone Mage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.65, `ArmorModifier` = 1.35 WHERE `entry` = 16120;\n\n/*  Mortar  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.05 WHERE `entry` = 16121;\n\n/*  Gremnik Rizzlesprang  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05, `unit_class` = 8 WHERE `entry` = 16123;\n\n/*  Rhonin  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry` = 16128;\n\n/*  Shadow Fissure  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 0.857143, `DamageModifier` = 3.95, `ArmorModifier` = 2.7, `BaseAttackTime` = 2000 WHERE `entry` = 16129;\n\n/*  Rohan the Assassin  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 16131;\n\n/*  Huntsman Leopold  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry` = 16132;\n\n/*  Mataus the Wrathcaster  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry` = 16133;\n\n/*  Rimblat Earthshatter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry` = 16134;\n\n/*  Rayne  */\nUPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry` = 16135;\n\n/*  Naxxramas Military Sub-Boss Trigger  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.2, `ArmorModifier` = 2.8 WHERE `entry` = 16137;\n\n/*  [UNUSED] Scourge Invasion Guardian  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16138;\n\n/*  Cenarion Hold Reservist  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry` = 16139;\n\n/*  [UNUSED] Necropolis Crystal, Buttress  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16140;\n\n/*  Ghoul Berserker  */\nUPDATE `creature_template` SET `speed_walk` = 0.777776, `speed_run` = 1.14286, `detection_range` = 4.0, `mingold` = 144, `maxgold` = 659 WHERE `entry` = 16141;\n\n/*  Shadow of Doom  */\nUPDATE `creature_template` SET `detection_range` = 4.0, `DamageModifier` = 9.0, `unit_class` = 2, `mingold` = 186, `maxgold` = 615 WHERE `entry` = 16143;\n\n/*  Doom Touched Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 22.0, `RangeAttackTime` = 1265 WHERE `entry` = 16157;\n\n/*  Death Touched Warrior  */\nUPDATE `creature_template` SET `DamageModifier` = 22.0, `RangeAttackTime` = 1265 WHERE `entry` = 16158;\n\n/*  Theldren Kill Credit  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16166;\n\n/*  Damaged Necrotic Shard  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `HealthModifier` = 1.0 WHERE `entry` = 16172;\n\n/*  Crystal Zapper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16182;\n\n/*  Nerubian Overseer  */\nUPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.85 WHERE `entry` = 16184;\n\n/*  [UNUSED] Buttress Channeler  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16188;\n\n/*  Dispatch Commander Metz  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.3, `ArmorModifier` = 2.4 WHERE `entry` = 16212;\n\n/*  Necropolis Controller  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16214;\n\n/*  Tesla Coil  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.2, `ArmorModifier` = 2.8 WHERE `entry` = 16218;\n\n/*  Pack Mule  */\nUPDATE `creature_template` SET `DamageModifier` = 5.0 WHERE `entry` = 16225;\n\n/*  Guard Didier  */\nUPDATE `creature_template` SET `DamageModifier` = 1.0, `RangeAttackTime` = 1518 WHERE `entry` = 16226;\n\n/*  Bragok  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0 WHERE `entry` = 16227;\n\n/*  Injured Argent Dawn Infantry  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16229;\n\n/*  Cultist Engineer  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05, `HealthModifier` = 1.0 WHERE `entry` = 16230;\n\n/*  Caravan Mule  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1, `RangeAttackTime` = 1900 WHERE `entry` = 16232;\n\n/*  Plaguewing Slug  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16233;\n\n/*  Flesh Ripper  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16234;\n\n/*  Plague Flesh Tentacle  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16235;\n\n/*  Argent Recruiter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `RangeAttackTime` = 1900 WHERE `entry` = 16241;\n\n/*  Field Marshal Chambers  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.05, `RangeAttackTime` = 1900 WHERE `entry` = 16254;\n\n/*  Argent Scout  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.0 WHERE `entry` = 16255;\n\n/*  Jessica Chambers  */\nUPDATE `creature_template` SET `DamageModifier` = 7.4, `ArmorModifier` = 0.85 WHERE `entry` = 16256;\n\n/*  Keeper of the Rolls  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 0.05 WHERE `entry` = 16281;\n\n/*  Packmaster Stonebruiser  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry` = 16283;\n\n/*  Argent Medic  */\nUPDATE `creature_template` SET `DamageModifier` = 1.95 WHERE `entry` = 16284;\n\n/*  Argent Emissary  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16285;\n\n/*  Spectral Soldier  */\nUPDATE `creature_template` SET `detection_range` = 4.0, `ArmorModifier` = 1.05, `mingold` = 148, `maxgold` = 660 WHERE `entry` = 16298;\n\n/*  Skeletal Shocktrooper  */\nUPDATE `creature_template` SET `detection_range` = 4.0, `mingold` = 144, `maxgold` = 658 WHERE `entry` = 16299;\n\n/*  Scourge Invasion Minion, spawner, Ghost/Ghoul  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16306;\n\n/*  Scourge Invasion Minion, spawner, Ghost/Skeleton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16336;\n\n/*  Scourge Invasion Minion, spawner, Ghoul/Skeleton  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16338;\n\n/*  Scourge Invasion Minion, finder  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16356;\n\n/*  Argent Messenger  */\nUPDATE `creature_template` SET `DamageModifier` = 2.95 WHERE `entry` = 16359;\n\n/*  Commander Thomas Helleran  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry` = 16361;\n\n/*  Master Craftsman Omarion  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 23.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265 WHERE `entry` = 16365;\n\n/*  Polymorphed Chicken  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16369;\n\n/*  Polymorphed Pig  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry` = 16371;\n\n/*  Polymorphed Sheep  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry` = 16372;\n\n/*  Polymorphed Rat  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16373;\n\n/*  Polymorphed Cockroach  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16374;\n\n/*  Craftsman Wilhelm  */\nUPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry` = 16376;\n\n/*  Polymorphed Turtle  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry` = 16377;\n\n/*  Argent Sentry  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 15.0, `ArmorModifier` = 2.4 WHERE `entry` = 16378;\n\n/*  Spirit of the Damned  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `detection_range` = 4.0, `DamageModifier` = 1.5 WHERE `entry` = 16379;\n\n/*  Bone Witch  */\nUPDATE `creature_template` SET `detection_range` = 4.0, `DamageModifier` = 1.5, `mingold` = 482, `maxgold` = 558 WHERE `entry` = 16380;\n\n/*  Archmage Tarsis Kir-Moldir  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 24.75, `ArmorModifier` = 1.35, `RangeAttackTime` = 1265, `unit_class` = 2 WHERE `entry` = 16381;\n\n/*  Patchwork Terror  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.75, `ArmorModifier` = 1.05 WHERE `entry` = 16382;\n\n/*  Flameshocker  */\nUPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `DamageModifier` = 1.0, `mingold` = 202, `maxgold` = 560 WHERE `entry` = 16383;\n\n/*  Argent Dawn Initiate  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 16384;\n\n/*  Necropolis Relay  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry` = 16386;\n\n/*  Atiesh  */\nUPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 41.5, `RangeAttackTime` = 1650, `unit_class` = 1 WHERE `entry` = 16387;\n\n/*  Deathchill Servant  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 0.888888, `DamageModifier` = 24.0, `HealthModifier` = 3.0, `RangeAttackTime` = 1265 WHERE `entry` = 16390;\n\n/*  Captain Armando Ossex  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 2.4 WHERE `entry` = 16392;\n\n/*  Pallid Horror  */\nUPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 2.75, `ArmorModifier` = 1.05 WHERE `entry` = 16394;\n\n/*  Argent Dawn Paladin  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 16395;\n\n/*  Stormwind Elite Guard  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 4.05, `ArmorModifier` = 1.1 WHERE `entry` = 16396;\n\n/*  Necropolis Proxy  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry` = 16398;\n\n/*  Bloodsail Traitor  */\nUPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry` = 16399;\n\n/*  Necropolis  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 76.65 WHERE `entry` = 16401;\n\n/*  Bronn Fitzwrench  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry` = 16416;\n\n/*  Rumsen Fizzlebrack  */\nUPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry` = 16417;\n\n/*  Mupsi Shacklefridd  */\nUPDATE `creature_template` SET `DamageModifier` = 4.25 WHERE `entry` = 16418;\n\n/*  Portal of Shadows  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16420;\n\n/*  Necropolis health  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16421;\n\n/*  Skeletal Soldier  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95 WHERE `entry` = 16422;\n\n/*  Spectral Apparition  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry` = 16423;\n\n/*  Ashbringer Trigger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16430;\n\n/*  Cracked Necrotic Crystal  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1, `ArmorModifier` = 0.7, `BaseAttackTime` = 2000 WHERE `entry` = 16431;\n\n/*  Undercity Elite Guardian  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.05, `ArmorModifier` = 1.1 WHERE `entry` = 16432;\n\n/*  Argent Dawn Crusader  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16433;\n\n/*  Argent Dawn Champion  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16434;\n\n/*  Argent Dawn Cleric  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05, `unit_class` = 1 WHERE `entry` = 16435;\n\n/*  Argent Dawn Priest  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0, `unit_class` = 1 WHERE `entry` = 16436;\n\n/*  Spectral Spirit  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.9 WHERE `entry` = 16437;\n\n/*  Skeletal Trooper  */\nUPDATE `creature_template` SET `speed_run` = 0.857143, `unit_class` = 2 WHERE `entry` = 16438;\n\n/*  Fairbanks Transformed  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry` = 16439;\n\n/*  Terky  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16445;\n\n/*  Plagued Deathhound  */\nUPDATE `creature_template` SET `DamageModifier` = 30.4, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 138065 WHERE `entry` = 16448;\n\n/*  Spirit of Naxxramas  */\nUPDATE `creature_template` SET `DamageModifier` = 25.0, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 10432 WHERE `entry` = 16449;\n\n/*  She number one  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16450;\n\n/*  [UNUSED] Death Knight Vindicator  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 39.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1200, `unit_class` = 2, `mingold` = 4220 WHERE `entry` = 16451;\n\n/*  Necro Knight Guardian  */\nUPDATE `creature_template` SET `DamageModifier` = 22.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1450, `unit_class` = 8 WHERE `entry` = 16452;\n\n/*  Necro Stalker  */\nUPDATE `creature_template` SET `DamageModifier` = 27.35, `RangeAttackTime` = 1265 WHERE `entry` = 16453;\n\n/*  She number two  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16454;\n\n/*  She number three  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16455;\n\n/*  Poley  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16456;\n\n/*  Blizzard  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 0.428571, `DamageModifier` = 0.05, `BaseAttackTime` = 2000, `RangeAttackTime` = 1900 WHERE `entry` = 16474;\n\n/*  Lieutenant Orrin  */\nUPDATE `creature_template` SET `DamageModifier` = 5.95, `RangeAttackTime` = 1500, `unit_class` = 2, `mingold` = 1, `maxgold` = 75 WHERE `entry` = 16478;\n\n/*  Polymorph Clone  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 16479;\n\n/*  Lieutenant Nevell  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry` = 16484;\n\n/*  Lieutenant Lisande  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry` = 16490;\n\n/*  Lieutenant Dagel  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry` = 16493;\n\n/*  Lieutenant Rukag  */\nUPDATE `creature_template` SET `DamageModifier` = 5.95, `RangeAttackTime` = 1500, `unit_class` = 2, `mingold` = 1, `maxgold` = 75 WHERE `entry` = 16494;\n\n/*  Lieutenant Beitha  */\nUPDATE `creature_template` SET `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry` = 16495;\n\n/*  Naxxramas Follower  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `DamageModifier` = 50.0, `HealthModifier` = 45.0, `RangeAttackTime` = 1265, `unit_class` = 8 WHERE `entry` = 16505;\n\n/*  Naxxramas Worshipper  */\nUPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `DamageModifier` = 35.0, `HealthModifier` = 40.0, `RangeAttackTime` = 1265 WHERE `entry` = 16506;\n\n/*  Argent Horse  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16508;\n\n/*  Argent Warhorse  */\nUPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 16509;\n\n/*  Argent Charger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16510;\n\n/*  Argent Mount  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16511;\n\n/*  Argent Deathsteed  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16512;\n\n/*  Argent Deathcharger  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry` = 16513;\n\n/*  Faint Necrotic Crystal  */\nUPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 0.7, `BaseAttackTime` = 2000 WHERE `entry` = 16531;\n\n/*  test: saved world state  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 16536;\n\n/*  Garon Hutchins  */\nUPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 1.05 WHERE `entry` = 16543;\n\n/*  Speedy  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0 WHERE `entry` = 16547;\n\n/*  Mr. Wiggles  */\nUPDATE `creature_template` SET `speed_walk` = 0.444444, `DamageModifier` = 6.65 WHERE `entry` = 16548;\n\n/*  Whiskers the Rat  */\nUPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry` = 16549;\n\n/*  Midsummer Bonfire  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16592;\n\n/*  Blackwing Spell Marker  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16604;\n\n/*  Midsummer Bonfire Despawner  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16606;\n\n/*  Giant Claw Tentacle Test  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 16609;\n\n/*  Corpse Scarab  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 0.833332, `DamageModifier` = 5, `HealthModifier` = 2.0, `RangeAttackTime` = 1265 WHERE `entry` = 16698;\n\n/*  Spirit of Summer  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 16701;\n\n/*  Spirit of Mograine  */\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 22, `ArmorModifier` = 2.1, `BaseAttackTime` = 1500, `RangeAttackTime` = 1568 WHERE `entry` = 16775;\n\n/*  Spirit of Blaumeux  */\nUPDATE `creature_template` SET `DamageModifier` = 20.4, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500 WHERE `entry` = 16776;\n\n/*  Spirit of Zeliek  */\nUPDATE `creature_template` SET `DamageModifier` = 20, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500 WHERE `entry` = 16777;\n\n/*  Spirit of Korth'azz  */\nUPDATE `creature_template` SET `DamageModifier` = 21.2, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500 WHERE `entry` = 16778;\n\n/*  Polymorphed Cow  */\nUPDATE `creature_template` SET `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry` = 16779;\n\n/*  Midsummer Celebrant  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry` = 16781;\n\n/*  Argent Quartermaster  */\nUPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry` = 16786;\n\n/*  Argent Outfitter  */\nUPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry` = 16787;\n\n/*  Festival Flamekeeper  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 16788;\n\n/*  Festival Loremaster  */\nUPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry` = 16817;\n\n/*  Festival Talespinner  */\nUPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry` = 16818;\n\n/*  [UNUSED] Death Lord  */\nUPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 40.5, `unit_class` = 2 WHERE `entry` = 16861;\n\n/*  Stormwind Celebrant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16889;\n\n/*  Ironforge Celebrant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16890;\n\n/*  Yuree  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16891;\n\n/*  Darnassus Celebrant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16892;\n\n/*  Orgrimmar Celebrant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16893;\n\n/*  Thunder Bluff Celebrant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16894;\n\n/*  Undercity Celebrant  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16895;\n\n/*  Midsummer Merchant Horde Costume  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16985;\n\n/*  Midsummer Merchant Alliance Costume  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16986;\n\n/*  Festival Flamekeeper Costume: Tauren  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16987;\n\n/*  Festival Flamekeeper Costume: Human  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 242.5 WHERE `entry` = 16988;\n\n/*  Festival Flamekeeper Costume: Troll  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16989;\n\n/*  Festival Flamekeeper Costume: Dwarf  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry` = 16990;\n\n/*  Herald of the Lich King  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 0.992063, `detection_range` = 18.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 16995;\n\n/*  Johnny McWeaksauce  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 16999;\n\n/*  Cinder Elemental  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.066667, `BaseAttackTime` = 1500, `RangeAttackTime` = 1900 WHERE `entry` = 17003;\n\n/*  Varel Redrock  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17031;\n\n/*  Varl Stonebleeder  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17032;\n\n/*  Stormwind Firebreather  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60, `DamageModifier` = 0.45, `ArmorModifier` = 0.35 WHERE `entry` = 17038;\n\n/*  Orgrimmar Fireeater  */\nUPDATE `creature_template` SET `minlevel` = 1, `DamageModifier` = 1.05 WHERE `entry` = 17041;\n\n/*  Ironforge Firebreather  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 17048;\n\n/*  Darnassus Firebreather  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 17049;\n\n/*  Thunder Bluff Fireeater  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 17050;\n\n/*  Undercity Fireeater  */\nUPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry` = 17051;\n\n/*  Ribbon Pole Debug Target  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 17066;\n\n/*  Chief Expeditionary Requisitioner Enkles  */\nUPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry` = 17068;\n\n/*  Apothecary Quinard  */\nUPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.4 WHERE `entry` = 17070;\n\n/*  Cenarion Scout  */\nUPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry` = 17074;\n\n/*  Sandworm  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 17075;\n\n/*  Jimmy McWeaksauce  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `BaseAttackTime` = 1500, `DamageModifier` = 1.333333 WHERE `entry` = 17078;\n\n/*  General Kirika  */\nUPDATE `creature_template` SET `DamageModifier` = 2.45, `ArmorModifier` = 2.4 WHERE `entry` = 17079;\n\n/*  Marshal Bluewall  */\nUPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 2.4 WHERE `entry` = 17080;\n\n/*  Scout Bloodfist  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.4 WHERE `entry` = 17081;\n\n/*  Rifleman Torrig  */\nUPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.4 WHERE `entry` = 17082;\n\n/*  Worm Target (DND)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17163;\n\n/*  William Kielar  */\nUPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry` = 17209;\n\n/*  [PH] Plaguelands Herald  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17239;\n\n/*  Landro Longshot  */\nUPDATE `creature_template` SET `speed_run` = 1.14286, `detection_range` = 18.0 WHERE `entry` = 17249;\n\n/*  White Tiger Cub  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 17254;\n\n/*  Hippogryph Hatchling  */\nUPDATE `creature_template` SET `DamageModifier` = 7.0, `RangeAttackTime` = 2200 WHERE `entry` = 17255;\n\n/*  Purple Ogre Costume  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry` = 17258;\n\n/*  Lottery Commissioner [DND]  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17284;\n\n/*  Invisible Man  */\nUPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry` = 17286;\n\n/*  Plague Wave  */\nUPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry` = 17293;\n\n/*  Slim's Unkillable Test Dummy  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 17313;\n\n/*  Lordaeron Mage  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17415;\n\n/*  Lordaeron Spirit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17466;\n\n/*  Lordaeron Commander  */\nUPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry` = 17635;\n\n/*  Lordaeron Soldier  */\nUPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry` = 17647;\n\n/*  Skeletal Gryphon  */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.05, `HealthModifier` = 1.0, `ArmorModifier` = 1.1 WHERE `entry` = 17660;\n\n/*  Unkillable Test Dummy 60 No Armor  */\nUPDATE `creature_template` SET `detection_range` = 18.0, `HealthModifier` = 0.15, `unit_class` = 8 WHERE `entry` = 17685;\n\n/*  Ironforge Gryphon Rider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17719;\n\n/*  Orgrimmar Wyvern Rider  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17720;\n\n/*  Alliance Silithyst Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 2.4 WHERE `entry` = 17765;\n\n/*  Horde Silithyst Sentinel  */\nUPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry` = 17766;\n\n/*  Alliance Tower Buffer  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry` = 17794;\n\n/*  Horde Tower Buffer  */\nUPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry` = 17795;\n\n/*  Silithus Spice Sandworm Mortar Target  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 17869;\n\n/*  Lordaeron Veteran  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry` = 17995;\n\n/*  Lordaeron Fighter  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.5 WHERE `entry` = 17996;\n\n/*  Spirit of Victory  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry` = 18039;\n\n/*  The Evil Rabbit  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry` = 18078;\n\n/*  Spirit Healer (DND)  */\nUPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry` = 18153;\n\n"
  },
  {
    "path": "data/sql/world/base/vanilla_item_changes.sql",
    "content": "-- Alter AzerothCore table to support Vanilla negative resistance values\nALTER TABLE item_template MODIFY fire_res SMALLINT;\nALTER TABLE item_template MODIFY holy_res SMALLINT;\nALTER TABLE item_template MODIFY nature_res SMALLINT;\nALTER TABLE item_template MODIFY frost_res SMALLINT;\nALTER TABLE item_template MODIFY shadow_res SMALLINT;\nALTER TABLE item_template MODIFY arcane_res SMALLINT;\n\n-- Restore rep requirement to Mantle of the Dawn\nUPDATE item_template SET RequiredReputationFaction=529, RequiredReputationRank=6 WHERE entry IN (18169, 18170, 18171, 18172, 18173);\nUPDATE item_template SET RequiredReputationFaction=529, RequiredReputationRank=7 WHERE entry=18182;\n\n-- Restore quiver functionality\nUPDATE `item_template` SET `spellid_1` = 29418 WHERE `entry` IN (2101, 3573, 5439, 7278, 11362); \nUPDATE `item_template` SET `spellid_1` = 14824 WHERE `entry` IN (2102, 3574, 5441, 7279, 11363);\nUPDATE `item_template` SET `spellid_1` = 29414 WHERE `entry` IN (18714, 19319, 29143, 29144, 34100, 34105, 44448);\nUPDATE `item_template` SET `spellid_1` = 14829 WHERE `entry` IN (19320, 29118, 34099, 34106, 44447);\nUPDATE `item_template` SET `spellid_1` = 29415 WHERE `entry` = 2662;\nUPDATE `item_template` SET `spellid_1` = 14828 WHERE `entry` = 2663;\nUPDATE `item_template` SET `spellid_1` = 14825 WHERE `entry` = 3604;\nUPDATE `item_template` SET `spellid_1` = 29417 WHERE `entry` = 3605;\nUPDATE `item_template` SET `spellid_1` = 29416 WHERE `entry` = 7371;\nUPDATE `item_template` SET `spellid_1` = 14826 WHERE `entry` = 7372;\nUPDATE `item_template` SET `spellid_1` = 29413 WHERE `entry` = 8217;\nUPDATE `item_template` SET `spellid_1` = 14827 WHERE `entry` = 8218;\n\n/*  Martin Fury  */\nUPDATE `item_template` SET `SellPrice` = 0, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1, `spellcooldown_4` = -1, `spellcategorycooldown_4` = -1, `spellcooldown_5` = -1, `spellcategorycooldown_5` = -1 WHERE entry=17;\n\n/*  Worn Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=25;\n\n/*  Bent Staff  */\nUPDATE `item_template` SET `BuyPrice` = 47 WHERE entry=35;\n\n/*  Worn Axe  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=37;\n\n/*  Recruit's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=40;\n\n/*  Squire's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=43;\n\n/*  Footpad's Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=47;\n\n/*  Dwarven Cloth Britches  */\nUPDATE `item_template` SET `BuyPrice` = 52 WHERE entry=79;\n\n/*  Soft Fur-lined Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=80;\n\n/*  Dirty Leather Vest  */\nUPDATE `item_template` SET `BuyPrice` = 62 WHERE entry=85;\n\n/*  Thug Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=121;\n\n/*  Brawler's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=140;\n\n/*  Tattered Cloth Vest  */\nUPDATE `item_template` SET `BuyPrice` = 48 WHERE entry=193;\n\n/*  Tattered Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 36 WHERE entry=195;\n\n/*  Thick Cloth Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 1714, `SellPrice` = 342 WHERE entry=202;\n\n/*  Dirty Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 60 WHERE entry=209;\n\n/*  Cured Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 2805 WHERE entry=237;\n\n/*  Scalemail Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2441 WHERE entry=287;\n\n/*  Bracers of the People's Militia  */\nUPDATE `item_template` SET `BuyPrice` = 361 WHERE entry=710;\n\n/*  Tattered Cloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 25 WHERE entry=711;\n\n/*  Rabbit Handler Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 23 WHERE entry=719;\n\n/*  Brawler Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 5350 WHERE entry=720;\n\n/*  Notched Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 1224, `SellPrice` = 244 WHERE entry=727;\n\n/*  Dragonmaw Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 19211 WHERE entry=753;\n\n/*  Ice-covered Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 293 WHERE entry=763;\n\n/*  Flanged Mace  */\nUPDATE `item_template` SET `BuyPrice` = 286 WHERE entry=766;\n\n/*  Vendetta  */\nUPDATE `item_template` SET `BuyPrice` = 28826 WHERE entry=776;\n\n/*  Gnarled Ash Staff  */\nUPDATE `item_template` SET `BuyPrice` = 35347 WHERE entry=791;\n\n/*  Knitted Sandals  */\nUPDATE `item_template` SET `BuyPrice` = 207 WHERE entry=792;\n\n/*  Knitted Pants  */\nUPDATE `item_template` SET `BuyPrice` = 279, `SellPrice` = 55 WHERE entry=794;\n\n/*  Knitted Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 280 WHERE entry=795;\n\n/*  Rough Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 176 WHERE entry=797;\n\n/*  Rough Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 354, `SellPrice` = 70 WHERE entry=798;\n\n/*  Rough Leather Vest  */\nUPDATE `item_template` SET `BuyPrice` = 355 WHERE entry=799;\n\n/*  Axe of the Deep Woods  */\nUPDATE `item_template` SET `spellppmrate_1` = 0.8 WHERE entry=811;\n\n/*  Small Hand Blade  */\nUPDATE `item_template` SET `BuyPrice` = 1527 WHERE entry=816;\n\n/*  Slicer Blade  */\nUPDATE `item_template` SET `BuyPrice` = 4738 WHERE entry=820;\n\n/*  Brutish Riverpaw Axe  */\nUPDATE `item_template` SET `BuyPrice` = 3661 WHERE entry=826;\n\n/*  Wicked Blackjack  */\nUPDATE `item_template` SET `BuyPrice` = 4858 WHERE entry=827;\n\n/*  Lifestone  */\nUPDATE `item_template` SET `spellid_1` = 17712, `spellcooldown_1` = 1800000, `spellcategorycooldown_1` = 0, `spellid_3` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=833;\n\n/*  Heavy Weave Armor  */\nUPDATE `item_template` SET `BuyPrice` = 1124, `SellPrice` = 224 WHERE entry=837;\n\n/*  Heavy Weave Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1128 WHERE entry=838;\n\n/*  Tanned Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 720 WHERE entry=844;\n\n/*  Chainmail Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1326 WHERE entry=849;\n\n/*  Quarter Staff  */\nUPDATE `item_template` SET `BuyPrice` = 3022 WHERE entry=854;\n\n/*  Knightly Longsword  */\nUPDATE `item_template` SET `BuyPrice` = 48580, `spelltrigger_1` = 0 WHERE entry=864;\n\n/*  Monk's Staff  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=866;\n\n/*  Gloves of Holy Might  */\nUPDATE `item_template` SET `armor` = 86 WHERE entry=867;\n\n/*  Ardent Custodian  */\nUPDATE `item_template` SET `BuyPrice` = 107664, `SellPrice` = 21532 WHERE entry=868;\n\n/*  Flurry Axe  */\nUPDATE `item_template` SET `BuyPrice` = 148139, `SellPrice` = 29627, `spellppmrate_1` = 1.8 WHERE entry=871;\n\n/*  Rockslicer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 10058, `SellPrice` = 2011, `dmg_min1` = 36.0, `dmg_max1` = 55.0, `MaxDurability` = 65, `stat_value1` = 7, `DisenchantID` = 23 WHERE entry=872;\n\n/*  Staff of Jordan  */\nUPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0, `spelltrigger_4` = 0, `spelltrigger_5` = 0 WHERE entry=873;\n\n/*  Worn Wooden Buckler  */\nUPDATE `item_template` SET `Quality` = 0, `armor` = 5, `BuyPrice` = 7, `SellPrice` = 1, `block` = 1, `MaxDurability` = 20 WHERE entry=876;\n\n/*  Black Metal Axe  */\nUPDATE `item_template` SET `BuyPrice` = 11504, `SellPrice` = 2300 WHERE entry=885;\n\n/*  Naga Battle Gloves  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=888;\n\n/*  Twisted Chanter's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 17588 WHERE entry=890;\n\n/*  Gnoll Casting Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1849, `SellPrice` = 369 WHERE entry=892;\n\n/*  Madwolf Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 5112, `spellcooldown_1` = -1 WHERE entry=897;\n\n/*  Venom Web Fang  */\nUPDATE `item_template` SET `BuyPrice` = 6241 WHERE entry=899;\n\n/*  Huge Ogre Sword  */\nUPDATE `item_template` SET `MaxDurability` = 85 WHERE entry=913;\n\n/*  Large Ogre Chain Armor  */\nUPDATE `item_template` SET `BuyPrice` = 13347 WHERE entry=914;\n\n/*  Wicked Spiked Mace  */\nUPDATE `item_template` SET `BuyPrice` = 14106 WHERE entry=920;\n\n/*  Dacian Falx  */\nUPDATE `item_template` SET `BuyPrice` = 12038 WHERE entry=922;\n\n/*  Longsword  */\nUPDATE `item_template` SET `BuyPrice` = 8743 WHERE entry=923;\n\n/*  Maul  */\nUPDATE `item_template` SET `BuyPrice` = 10972 WHERE entry=924;\n\n/*  Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 9784, `SellPrice` = 1956 WHERE entry=926;\n\n/*  Double Axe  */\nUPDATE `item_template` SET `BuyPrice` = 6953 WHERE entry=927;\n\n/*  Stalvan's Reaper  */\nUPDATE `item_template` SET `BuyPrice` = 53411 WHERE entry=934;\n\n/*  Night Watch Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 8712 WHERE entry=935;\n\n/*  Black Duskwood Staff  */\nUPDATE `item_template` SET `BuyPrice` = 72885 WHERE entry=937;\n\n/*  Robes of Insight  */\nUPDATE `item_template` SET `armor` = 74 WHERE entry=940;\n\n/*  Freezing Band  */\nUPDATE `item_template` SET `spellid_1` = 9308 WHERE entry=942;\n\n/*  Elemental Mage Staff  */\nUPDATE `item_template` SET `BuyPrice` = 415003, `SellPrice` = 83000, `spellid_1` = 17873, `spellid_2` = 17897 WHERE entry=944;\n\n/*  Fire Sword of Crippling  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=997;\n\n/*  Well-used Sword  */\nUPDATE `item_template` SET `BuyPrice` = 720, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1008;\n\n/*  Compact Hammer  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1009;\n\n/*  Gnarled Short Staff  */\nUPDATE `item_template` SET `BuyPrice` = 498, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1010;\n\n/*  Sharp Axe  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1011;\n\n/*  Leather Helmet D (Test)  */\nUPDATE `item_template` SET `armor` = 13, `MaxDurability` = 25 WHERE entry=1020;\n\n/*  Leather Helmet A (test)  */\nUPDATE `item_template` SET `armor` = 13, `MaxDurability` = 25 WHERE entry=1021;\n\n/*  Plate Helmet D2 (test)  */\nUPDATE `item_template` SET `armor` = 13, `MaxDurability` = 25, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1024;\n\n/*  Plate Helmet D1 (Test)  */\nUPDATE `item_template` SET `armor` = 13, `MaxDurability` = 25 WHERE entry=1025;\n\n/*  Mail Helmet A (Test)  */\nUPDATE `item_template` SET `armor` = 13, `MaxDurability` = 25, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1027;\n\n/*  Defias Renegade Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1076;\n\n/*  Rod of the Sleepwalker  */\nUPDATE `item_template` SET `BuyPrice` = 29770, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1155;\n\n/*  Lavishly Jeweled Ring  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 6 WHERE entry=1156;\n\n/*  Solid Metal Club  */\nUPDATE `item_template` SET `BuyPrice` = 731 WHERE entry=1158;\n\n/*  Militia Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 128 WHERE entry=1161;\n\n/*  Pirates Patch (Test)  */\nUPDATE `item_template` SET `armor` = 15, `MaxDurability` = 25 WHERE entry=1162;\n\n/*  Dented Buckler  */\nUPDATE `item_template` SET `armor` = 55, `block` = 1, `MaxDurability` = 35, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1166;\n\n/*  Small Targe  */\nUPDATE `item_template` SET `armor` = 161, `BuyPrice` = 483, `block` = 3, `MaxDurability` = 45, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1167;\n\n/*  Skullflame Shield  */\nUPDATE `item_template` SET `armor` = 2256, `block` = 40 WHERE entry=1168;\n\n/*  Blackskull Shield  */\nUPDATE `item_template` SET `armor` = 1895, `block` = 30 WHERE entry=1169;\n\n/*  Overseer's Ring  */\nUPDATE `item_template` SET `DisenchantID` = 0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1189;\n\n/*  Overseer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3150, `SellPrice` = 630 WHERE entry=1190;\n\n/*  Banded Buckler  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1193;\n\n/*  Giant Mace  */\nUPDATE `item_template` SET `BuyPrice` = 2666 WHERE entry=1197;\n\n/*  Claymore  */\nUPDATE `item_template` SET `BuyPrice` = 2676 WHERE entry=1198;\n\n/*  The Green Tower  */\nUPDATE `item_template` SET `armor` = 1308, `block` = 25 WHERE entry=1204;\n\n/*  Gnoll War Harness  */\nUPDATE `item_template` SET `BuyPrice` = 1738 WHERE entry=1211;\n\n/*  Gnoll Kindred Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 437 WHERE entry=1213;\n\n/*  Gnoll Punisher  */\nUPDATE `item_template` SET `BuyPrice` = 4651 WHERE entry=1214;\n\n/*  Bind On Use Test Item  */\nUPDATE `item_template` SET `spellid_1` = 133, `spellcooldown_1` = 30000, `spellcategorycooldown_1` = 30000, `spellcategory_1` = 24 WHERE entry=1258;\n\n/*  JYoo test item  */\nUPDATE `item_template` SET `dmg_min1` = 1.0, `dmg_max1` = 1.0, `dmg_min2` = 3000.0, `dmg_max2` = 3000.0, `MaxDurability` = 20, `RandomProperty` = 2191 WHERE entry=1259;\n\n/*  Brain Hacker  */\nUPDATE `item_template` SET `BuyPrice` = 395323 WHERE entry=1263;\n\n/*  Scorpion Sting  */\nUPDATE `item_template` SET `BuyPrice` = 58874, `SellPrice` = 11774 WHERE entry=1265;\n\n/*  Forest Chain  */\nUPDATE `item_template` SET `BuyPrice` = 8282 WHERE entry=1273;\n\n/*  Deputy Chain Coat  */\nUPDATE `item_template` SET `BuyPrice` = 8342 WHERE entry=1275;\n\n/*  Cloaked Hood  */\nUPDATE `item_template` SET `BuyPrice` = 18481, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1280;\n\n/*  Sparkmetal Coif  */\nUPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1282;\n\n/*  Blackrock Mace  */\nUPDATE `item_template` SET `BuyPrice` = 8408 WHERE entry=1296;\n\n/*  Robes of the Shadowcaster  */\nUPDATE `item_template` SET `BuyPrice` = 10193 WHERE entry=1297;\n\n/*  Lesser Belt of the Spire  */\nUPDATE `item_template` SET `BuyPrice` = 1953 WHERE entry=1299;\n\n/*  Lesser Staff of the Spire  */\nUPDATE `item_template` SET `BuyPrice` = 9270 WHERE entry=1300;\n\n/*  Riding Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1398, `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1304;\n\n/*  Wolfmane Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 1761 WHERE entry=1306;\n\n/*  Smith's Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 3576 WHERE entry=1310;\n\n/*  Ring of Iron Will  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1319;\n\n/*  Fingerbone Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 3843 WHERE entry=1351;\n\n/*  Buckskin Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1259, `SellPrice` = 251 WHERE entry=1355;\n\n/*  Lion-stamped Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 95 WHERE entry=1359;\n\n/*  Ragged Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 11 WHERE entry=1366;\n\n/*  Frayed Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 16 WHERE entry=1374;\n\n/*  Frayed Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 23 WHERE entry=1376;\n\n/*  Frayed Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6 WHERE entry=1377;\n\n/*  Rock Mace  */\nUPDATE `item_template` SET `BuyPrice` = 122 WHERE entry=1382;\n\n/*  Stone Tomahawk  */\nUPDATE `item_template` SET `BuyPrice` = 126 WHERE entry=1383;\n\n/*  Thistlewood Axe  */\nUPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 11.0, `MaxDurability` = 35, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1386;\n\n/*  Crooked Staff  */\nUPDATE `item_template` SET `BuyPrice` = 71 WHERE entry=1388;\n\n/*  Kobold Mining Mallet  */\nUPDATE `item_template` SET `BuyPrice` = 291 WHERE entry=1389;\n\n/*  Foamspittle Staff  */\nUPDATE `item_template` SET `BuyPrice` = 5923 WHERE entry=1405;\n\n/*  Pearl-encrusted Spear  */\nUPDATE `item_template` SET `BuyPrice` = 10398 WHERE entry=1406;\n\n/*  Feeble Sword  */\nUPDATE `item_template` SET `BuyPrice` = 276 WHERE entry=1413;\n\n/*  Worn Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 94, `SellPrice` = 18 WHERE entry=1423;\n\n/*  Patchwork Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 147 WHERE entry=1427;\n\n/*  Patchwork Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=1429;\n\n/*  Patchwork Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=1430;\n\n/*  Patchwork Pants  */\nUPDATE `item_template` SET `BuyPrice` = 101 WHERE entry=1431;\n\n/*  Patchwork Armor  */\nUPDATE `item_template` SET `BuyPrice` = 72 WHERE entry=1433;\n\n/*  Frontier Britches  */\nUPDATE `item_template` SET `BuyPrice` = 2290 WHERE entry=1436;\n\n/*  Warrior's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1438;\n\n/*  Gnoll Skull Basher  */\nUPDATE `item_template` SET `BuyPrice` = 6151 WHERE entry=1440;\n\n/*  Jeweled Amulet of Cainwyn  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1443;\n\n/*  Blackrock Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 2919, `SellPrice` = 583 WHERE entry=1445;\n\n/*  Blackrock Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 2027 WHERE entry=1448;\n\n/*  Minor Channeling Ring  */\nUPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1449;\n\n/*  Ring of the Shadow  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1462;\n\n/*  Tigerbane  */\nUPDATE `item_template` SET `BuyPrice` = 49124, `SellPrice` = 9824 WHERE entry=1465;\n\n/*  Salma's Oven Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 238 WHERE entry=1479;\n\n/*  Fist of the People's Militia  */\nUPDATE `item_template` SET `BuyPrice` = 4773 WHERE entry=1480;\n\n/*  Grimclaw  */\nUPDATE `item_template` SET `BuyPrice` = 16688 WHERE entry=1481;\n\n/*  Witching Stave  */\nUPDATE `item_template` SET `BuyPrice` = 14612, `spellid_1` = 9412 WHERE entry=1484;\n\n/*  Tree Bark Jacket  */\nUPDATE `item_template` SET `BuyPrice` = 6012 WHERE entry=1486;\n\n/*  Gloomshroud Armor  */\nUPDATE `item_template` SET `BuyPrice` = 7767, `stat_type1` = 6, `stat_type2` = 4 WHERE entry=1489;\n\n/*  Ring of Precision  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1491;\n\n/*  Calico Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 294, `SellPrice` = 58 WHERE entry=1495;\n\n/*  Calico Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 356 WHERE entry=1497;\n\n/*  Calico Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 285 WHERE entry=1498;\n\n/*  Warped Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 546 WHERE entry=1503;\n\n/*  Warped Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 255 WHERE entry=1506;\n\n/*  Commoner's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 969, `SellPrice` = 193 WHERE entry=1511;\n\n/*  Old Greatsword  */\nUPDATE `item_template` SET `BuyPrice` = 1465 WHERE entry=1513;\n\n/*  Rusty Warhammer  */\nUPDATE `item_template` SET `BuyPrice` = 1470 WHERE entry=1514;\n\n/*  Lumbering Ogre Axe  */\nUPDATE `item_template` SET `BuyPrice` = 96027 WHERE entry=1521;\n\n/*  Buckler of the Seas  */\nUPDATE `item_template` SET `BuyPrice` = 4594, `SellPrice` = 918 WHERE entry=1557;\n\n/*  Bluegill Sandals  */\nUPDATE `item_template` SET `BuyPrice` = 2568 WHERE entry=1560;\n\n/*  Harvester's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 1343 WHERE entry=1561;\n\n/*  Chromatic Sword  */\nUPDATE `item_template` SET `BuyPrice` = 97319, `SellPrice` = 19463 WHERE entry=1604;\n\n/*  Skullcrusher Mace  */\nUPDATE `item_template` SET `BuyPrice` = 94703 WHERE entry=1608;\n\n/*  Engineering Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 10682, `stat_type1` = 4, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1659;\n\n/*  Spellforce Rod  */\nUPDATE `item_template` SET `BuyPrice` = 73475 WHERE entry=1664;\n\n/*  Necklace of Calisea  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1714;\n\n/*  Polished Jazeraint Armor  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_type3` = 4, `stat_value3` = 9 WHERE entry=1715;\n\n/*  Robe of the Magi  */\nUPDATE `item_template` SET `BuyPrice` = 25335 WHERE entry=1716;\n\n/*  Double Link Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 15540 WHERE entry=1717;\n\n/*  Basilisk Hide Pants  */\nUPDATE `item_template` SET `BuyPrice` = 40202, `stat_type2` = 6 WHERE entry=1718;\n\n/*  Tanglewood Staff  */\nUPDATE `item_template` SET `spellid_1` = 9411 WHERE entry=1720;\n\n/*  Poison-tipped Bone Spear  */\nUPDATE `item_template` SET `BuyPrice` = 60915 WHERE entry=1726;\n\n/*  Teebu's Blazing Longsword  */\nUPDATE `item_template` SET `BuyPrice` = 435040, `SellPrice` = 87008 WHERE entry=1728;\n\n/*  Worn Mail Belt  */\nUPDATE `item_template` SET `BuyPrice` = 243 WHERE entry=1730;\n\n/*  Worn Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 443 WHERE entry=1733;\n\n/*  Worn Mail Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 197 WHERE entry=1734;\n\n/*  Laced Mail Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 648 WHERE entry=1742;\n\n/*  Laced Mail Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1497 WHERE entry=1743;\n\n/*  Laced Mail Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 1302 WHERE entry=1744;\n\n/*  Linked Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1982, `SellPrice` = 396 WHERE entry=1749;\n\n/*  Linked Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1491 WHERE entry=1750;\n\n/*  Reinforced Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1796 WHERE entry=1754;\n\n/*  Reinforced Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 2190 WHERE entry=1756;\n\n/*  Reinforced Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3643, `SellPrice` = 728 WHERE entry=1757;\n\n/*  Reinforced Chain Pants  */\nUPDATE `item_template` SET `BuyPrice` = 3661 WHERE entry=1759;\n\n/*  Canvas Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 505 WHERE entry=1767;\n\n/*  Canvas Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1085 WHERE entry=1768;\n\n/*  Canvas Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 816 WHERE entry=1769;\n\n/*  Brocade Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 1235 WHERE entry=1772;\n\n/*  Brocade Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1406 WHERE entry=1774;\n\n/*  Cross-stitched Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2709, `SellPrice` = 541 WHERE entry=1782;\n\n/*  Cross-stitched Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 2322 WHERE entry=1785;\n\n/*  Patched Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 510 WHERE entry=1787;\n\n/*  Patched Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 884, `SellPrice` = 176 WHERE entry=1788;\n\n/*  Patched Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 680 WHERE entry=1789;\n\n/*  Patched Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 450 WHERE entry=1791;\n\n/*  Patched Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1041 WHERE entry=1792;\n\n/*  Patched Leather Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 1387 WHERE entry=1794;\n\n/*  Rawhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2001 WHERE entry=1796;\n\n/*  Rawhide Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1397, `SellPrice` = 279 WHERE entry=1798;\n\n/*  Rawhide Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1056 WHERE entry=1799;\n\n/*  Rawhide Pants  */\nUPDATE `item_template` SET `BuyPrice` = 2397 WHERE entry=1800;\n\n/*  Tough Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2330 WHERE entry=1806;\n\n/*  Tough Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1939, `SellPrice` = 387 WHERE entry=1807;\n\n/*  Blunt Claymore  */\nUPDATE `item_template` SET `BuyPrice` = 2255 WHERE entry=1811;\n\n/*  Short-handled Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 2264, `SellPrice` = 452 WHERE entry=1812;\n\n/*  Chipped Quarterstaff  */\nUPDATE `item_template` SET `BuyPrice` = 2614, `SellPrice` = 522 WHERE entry=1813;\n\n/*  Unbalanced Axe  */\nUPDATE `item_template` SET `BuyPrice` = 2432 WHERE entry=1816;\n\n/*  Wooden Maul  */\nUPDATE `item_template` SET `BuyPrice` = 4818 WHERE entry=1820;\n\n/*  Rock Maul  */\nUPDATE `item_template` SET `BuyPrice` = 8828 WHERE entry=1826;\n\n/*  Stone War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 8046 WHERE entry=1828;\n\n/*  Lucky Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 1811, `stat_type2` = 3, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1832;\n\n/*  Rough Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 184, `SellPrice` = 36 WHERE entry=1839;\n\n/*  Tanned Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 725 WHERE entry=1843;\n\n/*  Chainmail Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 880 WHERE entry=1846;\n\n/*  Studded Blackjack  */\nUPDATE `item_template` SET `BuyPrice` = 742 WHERE entry=1913;\n\n/*  Defias Rapier  */\nUPDATE `item_template` SET `BuyPrice` = 3938 WHERE entry=1925;\n\n/*  Defias Mage Staff  */\nUPDATE `item_template` SET `BuyPrice` = 4979, `SellPrice` = 995 WHERE entry=1928;\n\n/*  Silk-threaded Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 2171, `stat_type1` = 3, `stat_type2` = 6, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1929;\n\n/*  Stonemason Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2044, `SellPrice` = 408 WHERE entry=1930;\n\n/*  Goblin Screwdriver  */\nUPDATE `item_template` SET `BuyPrice` = 5569, `SellPrice` = 1113 WHERE entry=1936;\n\n/*  Buzz Saw  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 8500, `SellPrice` = 1700, `dmg_min1` = 17.0, `dmg_max1` = 33.0, `MaxDurability` = 60, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 23 WHERE entry=1937;\n\n/*  Goblin Mail Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 3566 WHERE entry=1943;\n\n/*  Metalworking Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1296 WHERE entry=1944;\n\n/*  Woodworking Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1337 WHERE entry=1945;\n\n/*  Blackwater Cutlass  */\nUPDATE `item_template` SET `BuyPrice` = 6290 WHERE entry=1951;\n\n/*  Petrified Shinbone  */\nUPDATE `item_template` SET `BuyPrice` = 4876 WHERE entry=1958;\n\n/*  Mindthrust Bracers  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1974;\n\n/*  Wolfclaw Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4904, `SellPrice` = 980 WHERE entry=1978;\n\n/*  Wall of the Dead  */\nUPDATE `item_template` SET `armor` = 1937, `BuyPrice` = 116369, `SellPrice` = 23273, `block` = 34 WHERE entry=1979;\n\n/*  Underworld Band  */\nUPDATE `item_template` SET `spellid_1` = 9414 WHERE entry=1980;\n\n/*  Icemail Jerkin  */\nUPDATE `item_template` SET `armor` = 294 WHERE entry=1981;\n\n/*  Chief Brigadier Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 14260 WHERE entry=1988;\n\n/*  Swampchill Fetish  */\nUPDATE `item_template` SET `spellid_1` = 9402, `spellid_2` = 9412 WHERE entry=1992;\n\n/*  Pressed Felt Robe  */\nUPDATE `item_template` SET `BuyPrice` = 12694, `SellPrice` = 2538 WHERE entry=1997;\n\n/*  Bloodscalp Channeling Staff  */\nUPDATE `item_template` SET `spellid_1` = 9359 WHERE entry=1998;\n\n/*  Twisted Sabre  */\nUPDATE `item_template` SET `BuyPrice` = 19200 WHERE entry=2011;\n\n/*  Cryptbone Staff  */\nUPDATE `item_template` SET `BuyPrice` = 18222 WHERE entry=2013;\n\n/*  Black Metal Greatsword  */\nUPDATE `item_template` SET `BuyPrice` = 24346 WHERE entry=2014;\n\n/*  Dusty Chain Armor  */\nUPDATE `item_template` SET `armor` = 186, `MaxDurability` = 95 WHERE entry=2016;\n\n/*  Hollowfang Blade  */\nUPDATE `item_template` SET `BuyPrice` = 5249, `SellPrice` = 1049 WHERE entry=2020;\n\n/*  Espadon  */\nUPDATE `item_template` SET `BuyPrice` = 6078 WHERE entry=2024;\n\n/*  Bearded Axe  */\nUPDATE `item_template` SET `BuyPrice` = 5304, `SellPrice` = 1060 WHERE entry=2025;\n\n/*  Scimitar  */\nUPDATE `item_template` SET `BuyPrice` = 3815 WHERE entry=2027;\n\n/*  Cleaver  */\nUPDATE `item_template` SET `BuyPrice` = 4419, `SellPrice` = 883 WHERE entry=2029;\n\n/*  Gnarled Staff  */\nUPDATE `item_template` SET `BuyPrice` = 5544, `SellPrice` = 1108 WHERE entry=2030;\n\n/*  Ambassador's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4836 WHERE entry=2033;\n\n/*  Dusty Mining Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1291 WHERE entry=2036;\n\n/*  Tunneler's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2345 WHERE entry=2037;\n\n/*  Staff of Westfall  */\nUPDATE `item_template` SET `BuyPrice` = 18195 WHERE entry=2042;\n\n/*  Ring of Forlorn Spirits  */\nUPDATE `item_template` SET `Quality` = 2, `stat_value1` = 2, `stat_type2` = 6, `stat_value2` = 7, `DisenchantID` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2043;\n\n/*  Crescent of Forlorn Spirits  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 36787, `SellPrice` = 7357, `dmg_min1` = 20.0, `dmg_max1` = 38.0, `MaxDurability` = 75, `stat_type1` = 6, `stat_value1` = 6, `DisenchantID` = 25 WHERE entry=2044;\n\n/*  Anvilmar Hand Axe  */\nUPDATE `item_template` SET `BuyPrice` = 129, `SellPrice` = 25 WHERE entry=2047;\n\n/*  Anvilmar Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 129, `SellPrice` = 25 WHERE entry=2048;\n\n/*  Trogg Club  */\nUPDATE `item_template` SET `BuyPrice` = 958 WHERE entry=2064;\n\n/*  Skull Hatchet  */\nUPDATE `item_template` SET `BuyPrice` = 407 WHERE entry=2066;\n\n/*  Frostbit Staff  */\nUPDATE `item_template` SET `BuyPrice` = 931 WHERE entry=2067;\n\n/*  Black Bear Hide Vest  */\nUPDATE `item_template` SET `BuyPrice` = 609, `SellPrice` = 121 WHERE entry=2069;\n\n/*  Dwarven Hatchet  */\nUPDATE `item_template` SET `BuyPrice` = 3713 WHERE entry=2073;\n\n/*  Solid Shortblade  */\nUPDATE `item_template` SET `BuyPrice` = 5271 WHERE entry=2074;\n\n/*  Priest's Mace  */\nUPDATE `item_template` SET `BuyPrice` = 1932 WHERE entry=2075;\n\n/*  Magician Staff  */\nUPDATE `item_template` SET `BuyPrice` = 25295, `spelltrigger_1` = 0 WHERE entry=2077;\n\n/*  Northern Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 5350 WHERE entry=2078;\n\n/*  Sergeant's Warhammer  */\nUPDATE `item_template` SET `BuyPrice` = 4669, `SellPrice` = 933 WHERE entry=2079;\n\n/*  Darksteel Bastard Sword  */\nUPDATE `item_template` SET `BuyPrice` = 28547 WHERE entry=2084;\n\n/*  Scrimshaw Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 5567 WHERE entry=2089;\n\n/*  Worn Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=2092;\n\n/*  Double-barreled Shotgun  */\nUPDATE `item_template` SET `BuyPrice` = 15104, `SellPrice` = 3020, `dmg_min1` = 21.0, `dmg_max1` = 40.0 WHERE entry=2098;\n\n/*  Dwarven Hand Cannon  */\nUPDATE `item_template` SET `dmg_min1` = 66.0, `dmg_max1` = 124.0 WHERE entry=2099;\n\n/*  Precisely Calibrated Boomstick  */\nUPDATE `item_template` SET `BuyPrice` = 122699, `SellPrice` = 24539, `dmg_min1` = 38.0, `dmg_max1` = 45.0 WHERE entry=2100;\n\n/*  Frostmane Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 72 WHERE entry=2109;\n\n/*  Light Magesmith Robe  */\nUPDATE `item_template` SET `BuyPrice` = 31 WHERE entry=2110;\n\n/*  Snowy Robe  */\nUPDATE `item_template` SET `BuyPrice` = 155 WHERE entry=2114;\n\n/*  Thin Cloth Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 36 WHERE entry=2117;\n\n/*  Thin Cloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 24, `SellPrice` = 4 WHERE entry=2119;\n\n/*  Cracked Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 48 WHERE entry=2123;\n\n/*  Cracked Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 32 WHERE entry=2124;\n\n/*  Cracked Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 32 WHERE entry=2125;\n\n/*  Cracked Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 59, `SellPrice` = 11 WHERE entry=2126;\n\n/*  Scratched Claymore  */\nUPDATE `item_template` SET `dmg_max1` = 7.0, `MaxDurability` = 30 WHERE entry=2128;\n\n/*  Small Shield  */\nUPDATE `item_template` SET `SellPrice` = 15 WHERE entry=2133;\n\n/*  Whittling Knife  */\nUPDATE `item_template` SET `BuyPrice` = 124, `SellPrice` = 24 WHERE entry=2137;\n\n/*  Sharpened Letter Opener  */\nUPDATE `item_template` SET `BuyPrice` = 192 WHERE entry=2138;\n\n/*  Cuirboulli Vest  */\nUPDATE `item_template` SET `BuyPrice` = 5223 WHERE entry=2141;\n\n/*  Cuirboulli Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2620 WHERE entry=2142;\n\n/*  Cuirboulli Boots  */\nUPDATE `item_template` SET `BuyPrice` = 3944, `SellPrice` = 788 WHERE entry=2143;\n\n/*  Cuirboulli Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2648 WHERE entry=2145;\n\n/*  Polished Scale Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2907 WHERE entry=2148;\n\n/*  Polished Scale Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4397 WHERE entry=2149;\n\n/*  Polished Scale Vest  */\nUPDATE `item_template` SET `BuyPrice` = 5927 WHERE entry=2153;\n\n/*  Padded Boots  */\nUPDATE `item_template` SET `BuyPrice` = 3077 WHERE entry=2156;\n\n/*  Gut Ripper  */\nUPDATE `item_template` SET `BuyPrice` = 135159, `SellPrice` = 27031 WHERE entry=2164;\n\n/*  Foreman's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 4054, `SellPrice` = 810, `stat_type3` = 6 WHERE entry=2166;\n\n/*  Foreman's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1695, `stat_type1` = 4, `stat_value1` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2167;\n\n/*  Buzzer Blade  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 4717, `SellPrice` = 943, `dmg_min1` = 10.0, `dmg_max1` = 19.0, `bonding` = 0, `MaxDurability` = 40, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2169;\n\n/*  Rustic Belt  */\nUPDATE `item_template` SET `BuyPrice` = 36 WHERE entry=2172;\n\n/*  Diamond Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 16383 WHERE entry=2194;\n\n/*  Brashclaw's Chopper  */\nUPDATE `item_template` SET `BuyPrice` = 7463 WHERE entry=2203;\n\n/*  Jambiya  */\nUPDATE `item_template` SET `BuyPrice` = 2390 WHERE entry=2207;\n\n/*  Poniard  */\nUPDATE `item_template` SET `BuyPrice` = 3650 WHERE entry=2208;\n\n/*  Kris  */\nUPDATE `item_template` SET `BuyPrice` = 7115 WHERE entry=2209;\n\n/*  Wooden Shield  */\nUPDATE `item_template` SET `BuyPrice` = 405 WHERE entry=2215;\n\n/*  Rectangular Shield  */\nUPDATE `item_template` SET `BuyPrice` = 1216 WHERE entry=2217;\n\n/*  Craftsman's Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 2505 WHERE entry=2218;\n\n/*  Small Round Shield  */\nUPDATE `item_template` SET `BuyPrice` = 2288 WHERE entry=2219;\n\n/*  Targe Shield  */\nUPDATE `item_template` SET `BuyPrice` = 4550 WHERE entry=2221;\n\n/*  Sharp Kitchen Knife  */\nUPDATE `item_template` SET `BuyPrice` = 916 WHERE entry=2225;\n\n/*  Ogremage Staff  */\nUPDATE `item_template` SET `BuyPrice` = 20589, `SellPrice` = 4117 WHERE entry=2226;\n\n/*  Heavy Ogre War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 20667 WHERE entry=2227;\n\n/*  Gloves of Brawn  */\nUPDATE `item_template` SET `BuyPrice` = 3570 WHERE entry=2230;\n\n/*  Inferno Robe  */\nUPDATE `item_template` SET `spellid_1` = 17747 WHERE entry=2231;\n\n/*  Dark Runner Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4064, `SellPrice` = 812 WHERE entry=2232;\n\n/*  Nightwalker Armor  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 9, `stat_type2` = 7, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2234;\n\n/*  Brackclaw  */\nUPDATE `item_template` SET `BuyPrice` = 6406 WHERE entry=2235;\n\n/*  Patched Pants  */\nUPDATE `item_template` SET `BuyPrice` = 377 WHERE entry=2237;\n\n/*  Rugged Cape  */\nUPDATE `item_template` SET `BuyPrice` = 758, `SellPrice` = 151 WHERE entry=2240;\n\n/*  Desperado Cape  */\nUPDATE `item_template` SET `BuyPrice` = 3078, `SellPrice` = 615 WHERE entry=2241;\n\n/*  Hand of Edward the Odd  */\nUPDATE `item_template` SET `BuyPrice` = 352770, `SellPrice` = 70554 WHERE entry=2243;\n\n/*  Krol Blade  */\nUPDATE `item_template` SET `BuyPrice` = 259289, `SellPrice` = 51857 WHERE entry=2244;\n\n/*  Helm of Narv  */\nUPDATE `item_template` SET `armor` = 309 WHERE entry=2245;\n\n/*  Militia Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 457, `spellcooldown_1` = -1 WHERE entry=2249;\n\n/*  Frostmane Staff  */\nUPDATE `item_template` SET `BuyPrice` = 944, `SellPrice` = 188 WHERE entry=2257;\n\n/*  Frostmane Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 416 WHERE entry=2258;\n\n/*  Mantle of Thieves  */\nUPDATE `item_template` SET `BuyPrice` = 9788, `stat_type2` = 6 WHERE entry=2264;\n\n/*  Stonesplinter Axe  */\nUPDATE `item_template` SET `BuyPrice` = 2387 WHERE entry=2265;\n\n/*  Guerrilla Armor  */\nUPDATE `item_template` SET `armor` = 144, `MaxDurability` = 75 WHERE entry=2273;\n\n/*  Necromancer Leggings  */\nUPDATE `item_template` SET `spellid_1` = 7709 WHERE entry=2277;\n\n/*  Forest Tracker Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 11633 WHERE entry=2278;\n\n/*  Kam's Walking Stick  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 20117, `SellPrice` = 4023, `dmg_min1` = 41.0, `dmg_max1` = 62.0, `bonding` = 2, `MaxDurability` = 80, `stat_type1` = 3, `stat_value1` = 3, `stat_type2` = 5, `stat_value2` = 8, `DisenchantID` = 24, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2280;\n\n/*  Rodentia Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 696 WHERE entry=2282;\n\n/*  Rat Cloth Belt  */\nUPDATE `item_template` SET `BuyPrice` = 700 WHERE entry=2283;\n\n/*  Necrology Robes  */\nUPDATE `item_template` SET `BuyPrice` = 6673 WHERE entry=2292;\n\n/*  Burning War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 43784, `SellPrice` = 8756 WHERE entry=2299;\n\n/*  Handstitched Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 358 WHERE entry=2303;\n\n/*  Fine Leather Boots  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 49, `BuyPrice` = 1216, `SellPrice` = 243, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2307;\n\n/*  Fine Leather Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1338, `SellPrice` = 267 WHERE entry=2308;\n\n/*  Embossed Leather Boots  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2309;\n\n/*  Embossed Leather Cloak  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 561, `SellPrice` = 112, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2310;\n\n/*  White Leather Jerkin  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 62, `BuyPrice` = 751, `SellPrice` = 150, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2311;\n\n/*  Fine Leather Gloves  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2312;\n\n/*  Toughened Leather Armor  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 80, `BuyPrice` = 3717, `SellPrice` = 743, `bonding` = 0, `MaxDurability` = 75, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2314;\n\n/*  Dark Leather Boots  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 51, `BuyPrice` = 1538, `SellPrice` = 307, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2315;\n\n/*  Dark Leather Cloak  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 17, `BuyPrice` = 2043, `SellPrice` = 408, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2316;\n\n/*  Battleworn Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 45 WHERE entry=2361;\n\n/*  Woven Boots  */\nUPDATE `item_template` SET `BuyPrice` = 223 WHERE entry=2367;\n\n/*  Battered Leather Harness  */\nUPDATE `item_template` SET `BuyPrice` = 377 WHERE entry=2370;\n\n/*  Battered Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 343 WHERE entry=2372;\n\n/*  Battered Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 173 WHERE entry=2375;\n\n/*  Worn Heater Shield  */\nUPDATE `item_template` SET `BuyPrice` = 447 WHERE entry=2376;\n\n/*  Round Buckler  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2377;\n\n/*  Tarnished Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 75 WHERE entry=2379;\n\n/*  Tarnished Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 37 WHERE entry=2380;\n\n/*  Tarnished Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 75 WHERE entry=2381;\n\n/*  Tarnished Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 57 WHERE entry=2383;\n\n/*  Tarnished Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 37 WHERE entry=2384;\n\n/*  Tarnished Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 37 WHERE entry=2385;\n\n/*  Rusted Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 77 WHERE entry=2386;\n\n/*  Rusted Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=2387;\n\n/*  Rusted Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 77 WHERE entry=2388;\n\n/*  Rusted Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=2390;\n\n/*  Rusted Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=2391;\n\n/*  Light Mail Belt  */\nUPDATE `item_template` SET `BuyPrice` = 206 WHERE entry=2393;\n\n/*  Light Mail Boots  */\nUPDATE `item_template` SET `BuyPrice` = 322 WHERE entry=2395;\n\n/*  Light Mail Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 215 WHERE entry=2397;\n\n/*  Light Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 217 WHERE entry=2399;\n\n/*  Light Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 330 WHERE entry=2401;\n\n/*  Light Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 219, `SellPrice` = 43 WHERE entry=2402;\n\n/*  Light Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 220 WHERE entry=2403;\n\n/*  Augmented Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 15731 WHERE entry=2418;\n\n/*  Augmented Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 7894, `SellPrice` = 1578 WHERE entry=2419;\n\n/*  Augmented Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 11937 WHERE entry=2420;\n\n/*  Brigandine Boots  */\nUPDATE `item_template` SET `BuyPrice` = 32568 WHERE entry=2426;\n\n/*  Russet Vest  */\nUPDATE `item_template` SET `BuyPrice` = 10138 WHERE entry=2429;\n\n/*  Russet Boots  */\nUPDATE `item_template` SET `BuyPrice` = 7690 WHERE entry=2432;\n\n/*  Russet Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 5165 WHERE entry=2434;\n\n/*  Embroidered Pants  */\nUPDATE `item_template` SET `BuyPrice` = 27890 WHERE entry=2437;\n\n/*  Ringed Buckler  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2441;\n\n/*  Reinforced Targe  */\nUPDATE `item_template` SET `BuyPrice` = 6564, `SellPrice` = 1312, `block` = 9, `MaxDurability` = 80, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=2442;\n\n/*  Metal Buckler  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2443;\n\n/*  Ornate Buckler  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2444;\n\n/*  Heavy Pavise  */\nUPDATE `item_template` SET `BuyPrice` = 16158 WHERE entry=2448;\n\n/*  Studded Belt  */\nUPDATE `item_template` SET `BuyPrice` = 6871 WHERE entry=2464;\n\n/*  Studded Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 6310 WHERE entry=2468;\n\n/*  Studded Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6334, `SellPrice` = 1266 WHERE entry=2469;\n\n/*  Reinforced Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 17040 WHERE entry=2471;\n\n/*  Reinforced Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 34211 WHERE entry=2472;\n\n/*  Broad Axe  */\nUPDATE `item_template` SET `BuyPrice` = 107 WHERE entry=2479;\n\n/*  Peon Sword  */\nUPDATE `item_template` SET `BuyPrice` = 86, `dmg_min1` = 2.0, `dmg_max1` = 5.0, `MaxDurability` = 25 WHERE entry=2481;\n\n/*  Inferior Tomahawk  */\nUPDATE `item_template` SET `MaxDurability` = 20 WHERE entry=2482;\n\n/*  Rough Broad Axe  */\nUPDATE `item_template` SET `dmg_max1` = 6.0, `MaxDurability` = 25 WHERE entry=2483;\n\n/*  Small Knife  */\nUPDATE `item_template` SET `MaxDurability` = 20 WHERE entry=2484;\n\n/*  Splintered Board  */\nUPDATE `item_template` SET `dmg_max1` = 3.0, `MaxDurability` = 20 WHERE entry=2485;\n\n/*  Large Stone Mace  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `MaxDurability` = 25 WHERE entry=2486;\n\n/*  Acolyte Staff  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0, `MaxDurability` = 30 WHERE entry=2487;\n\n/*  Two-handed Sword  */\nUPDATE `item_template` SET `BuyPrice` = 342 WHERE entry=2489;\n\n/*  Cudgel  */\nUPDATE `item_template` SET `BuyPrice` = 284, `SellPrice` = 56 WHERE entry=2492;\n\n/*  Stiletto  */\nUPDATE `item_template` SET `BuyPrice` = 401 WHERE entry=2494;\n\n/*  Walking Stick  */\nUPDATE `item_template` SET `BuyPrice` = 504, `SellPrice` = 100 WHERE entry=2495;\n\n/*  Raider Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 404, `SellPrice` = 80, `dmg_min1` = 5.0, `dmg_max1` = 11.0, `MaxDurability` = 35 WHERE entry=2496;\n\n/*  Rusted Claymore  */\nUPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 19.0, `MaxDurability` = 40 WHERE entry=2497;\n\n/*  Small Tomahawk  */\nUPDATE `item_template` SET `MaxDurability` = 35 WHERE entry=2498;\n\n/*  Double-bladed Axe  */\nUPDATE `item_template` SET `BuyPrice` = 716 WHERE entry=2499;\n\n/*  Light Hammer  */\nUPDATE `item_template` SET `MaxDurability` = 30 WHERE entry=2500;\n\n/*  Wooden Warhammer  */\nUPDATE `item_template` SET `MaxDurability` = 40 WHERE entry=2501;\n\n/*  Scuffed Dagger  */\nUPDATE `item_template` SET `MaxDurability` = 25 WHERE entry=2502;\n\n/*  Adept Short Staff  */\nUPDATE `item_template` SET `MaxDurability` = 40 WHERE entry=2503;\n\n/*  Worn Shortbow  */\nUPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2504;\n\n/*  Polished Shortbow  */\nUPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2505;\n\n/*  Hornwood Recurve Bow  */\nUPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 7.0 WHERE entry=2506;\n\n/*  Laminated Recurve Bow  */\nUPDATE `item_template` SET `BuyPrice` = 1751, `dmg_min1` = 10.0, `dmg_max1` = 20.0 WHERE entry=2507;\n\n/*  Old Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2508;\n\n/*  Ornate Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 9.0 WHERE entry=2509;\n\n/*  Solid Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=2510;\n\n/*  Hunter's Boomstick  */\nUPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=2511;\n\n/*  Broadsword  */\nUPDATE `item_template` SET `BuyPrice` = 24628 WHERE entry=2520;\n\n/*  Bullova  */\nUPDATE `item_template` SET `BuyPrice` = 28285 WHERE entry=2523;\n\n/*  War Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 26489, `SellPrice` = 5297 WHERE entry=2525;\n\n/*  Zweihander  */\nUPDATE `item_template` SET `BuyPrice` = 65031 WHERE entry=2529;\n\n/*  Francisca  */\nUPDATE `item_template` SET `BuyPrice` = 52219, `SellPrice` = 10443 WHERE entry=2530;\n\n/*  Great Axe  */\nUPDATE `item_template` SET `BuyPrice` = 56169, `SellPrice` = 11233 WHERE entry=2531;\n\n/*  War Maul  */\nUPDATE `item_template` SET `BuyPrice` = 61107 WHERE entry=2533;\n\n/*  War Staff  */\nUPDATE `item_template` SET `BuyPrice` = 61556 WHERE entry=2535;\n\n/*  Malleable Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 8984, `SellPrice` = 1796 WHERE entry=2545;\n\n/*  Royal Frostmane Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 276 WHERE entry=2546;\n\n/*  Boar Handler Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 36 WHERE entry=2547;\n\n/*  Staff of the Shade  */\nUPDATE `item_template` SET `spellid_1` = 9328 WHERE entry=2549;\n\n/*  Elven Spirit Claws  */\nUPDATE `item_template` SET `spellid_1` = 9361 WHERE entry=2564;\n\n/*  Rod of Molten Fire  */\nUPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=2565;\n\n/*  Brown Linen Vest  */\nUPDATE `item_template` SET `BuyPrice` = 156 WHERE entry=2568;\n\n/*  Linen Boots  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 16, `BuyPrice` = 437, `SellPrice` = 87, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2569;\n\n/*  Linen Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 55 WHERE entry=2570;\n\n/*  Viny Wrappings  */\nUPDATE `item_template` SET `BuyPrice` = 84, `SellPrice` = 16 WHERE entry=2571;\n\n/*  Red Linen Robe  */\nUPDATE `item_template` SET `BuyPrice` = 496 WHERE entry=2572;\n\n/*  Reinforced Linen Cape  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 338, `SellPrice` = 67, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2580;\n\n/*  Green Woolen Vest  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 29, `BuyPrice` = 1082, `SellPrice` = 216, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2582;\n\n/*  Woolen Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1796, `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2583;\n\n/*  Gray Woolen Robe  */\nUPDATE `item_template` SET `BuyPrice` = 3193 WHERE entry=2585;\n\n/*  Gamemaster's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 6 WHERE entry=2586;\n\n/*  Double-stitched Robes  */\nUPDATE `item_template` SET `BuyPrice` = 607 WHERE entry=2613;\n\n/*  Robe of Apprenticeship  */\nUPDATE `item_template` SET `BuyPrice` = 1161 WHERE entry=2614;\n\n/*  Chromatic Robe  */\nUPDATE `item_template` SET `BuyPrice` = 5091 WHERE entry=2615;\n\n/*  Shimmering Silk Robes  */\nUPDATE `item_template` SET `BuyPrice` = 2659, `SellPrice` = 531 WHERE entry=2616;\n\n/*  Burning Robes  */\nUPDATE `item_template` SET `BuyPrice` = 10991, `spelltrigger_1` = 0 WHERE entry=2617;\n\n/*  Silver Dress Robes  */\nUPDATE `item_template` SET `BuyPrice` = 26639, `SellPrice` = 5327 WHERE entry=2618;\n\n/*  Cowl of Necromancy  */\nUPDATE `item_template` SET `BuyPrice` = 11787 WHERE entry=2621;\n\n/*  Holy Diadem  */\nUPDATE `item_template` SET `BuyPrice` = 17772 WHERE entry=2623;\n\n/*  Thinking Cap  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=2624;\n\n/*  Loose Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 56, `SellPrice` = 11 WHERE entry=2644;\n\n/*  Loose Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 56 WHERE entry=2645;\n\n/*  Loose Chain Pants  */\nUPDATE `item_template` SET `BuyPrice` = 159, `SellPrice` = 31 WHERE entry=2646;\n\n/*  Loose Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 293 WHERE entry=2648;\n\n/*  Flimsy Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 16 WHERE entry=2650;\n\n/*  Flimsy Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 16 WHERE entry=2651;\n\n/*  Flimsy Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 36, `SellPrice` = 7 WHERE entry=2652;\n\n/*  Flimsy Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 15 WHERE entry=2653;\n\n/*  Flimsy Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 48 WHERE entry=2656;\n\n/*  Spinner Fang  */\nUPDATE `item_template` SET `BuyPrice` = 5369, `SellPrice` = 1073, `dmg_min1` = 9.0, `dmg_max1` = 18.0, `MaxDurability` = 40 WHERE entry=2664;\n\n/*  Latched Belt  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=2690;\n\n/*  Settler's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 2697 WHERE entry=2694;\n\n/*  Small Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 2202 WHERE entry=2764;\n\n/*  Hunting Knife  */\nUPDATE `item_template` SET `BuyPrice` = 4057 WHERE entry=2765;\n\n/*  Cracked Shortbow  */\nUPDATE `item_template` SET `BuyPrice` = 195, `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=2773;\n\n/*  Rust-covered Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=2774;\n\n/*  Feeble Shortbow  */\nUPDATE `item_template` SET `BuyPrice` = 734, `SellPrice` = 146, `dmg_min1` = 4.0, `dmg_max1` = 8.0 WHERE entry=2777;\n\n/*  Cheap Blunderbuss  */\nUPDATE `item_template` SET `BuyPrice` = 737, `dmg_min1` = 5.0, `dmg_max1` = 9.0 WHERE entry=2778;\n\n/*  Light Hunting Bow  */\nUPDATE `item_template` SET `BuyPrice` = 1872, `dmg_min1` = 5.0, `dmg_max1` = 10.0 WHERE entry=2780;\n\n/*  Dirty Blunderbuss  */\nUPDATE `item_template` SET `BuyPrice` = 1676, `dmg_min1` = 6.0, `dmg_max1` = 12.0 WHERE entry=2781;\n\n/*  Mishandled Recurve Bow  */\nUPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=2782;\n\n/*  Shoddy Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=2783;\n\n/*  Stiff Recurve Bow  */\nUPDATE `item_template` SET `BuyPrice` = 5311, `dmg_min1` = 13.0, `dmg_max1` = 25.0 WHERE entry=2785;\n\n/*  Oiled Blunderbuss  */\nUPDATE `item_template` SET `BuyPrice` = 5865, `dmg_min1` = 9.0, `dmg_max1` = 19.0 WHERE entry=2786;\n\n/*  Trogg Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 53 WHERE entry=2787;\n\n/*  Blade of Hanna  */\nUPDATE `item_template` SET `BuyPrice` = 523648, `SellPrice` = 104729 WHERE entry=2801;\n\n/*  Yeti Fur Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 11762, `SellPrice` = 2352, `spellcooldown_1` = -1 WHERE entry=2805;\n\n/*  Curve-bladed Ripper  */\nUPDATE `item_template` SET `BuyPrice` = 98890 WHERE entry=2815;\n\n/*  Death Speaker Scepter  */\nUPDATE `item_template` SET `BuyPrice` = 36620, `dmg_min1` = 33.0, `dmg_max1` = 63.0, `spellid_1` = 7679, `spellid_2` = 7708, `RequiredLevel` = 28 WHERE entry=2816;\n\n/*  Stretched Leather Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 1817 WHERE entry=2818;\n\n/*  Cross Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 19152 WHERE entry=2819;\n\n/*  Mo'grosh Masher  */\nUPDATE `item_template` SET `BuyPrice` = 5589, `SellPrice` = 1117 WHERE entry=2821;\n\n/*  Mo'grosh Toothpick  */\nUPDATE `item_template` SET `BuyPrice` = 7012 WHERE entry=2822;\n\n/*  Hurricane  */\nUPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 63.0 WHERE entry=2824;\n\n/*  Bow of Searing Arrows  */\nUPDATE `item_template` SET `dmg_min1` = 47.0, `dmg_max1` = 88.0 WHERE entry=2825;\n\n/*  Copper Axe  */\nUPDATE `item_template` SET `BuyPrice` = 546 WHERE entry=2845;\n\n/*  Bronze Mace  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 5595, `SellPrice` = 1119, `dmg_min1` = 18.0, `dmg_max1` = 34.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2848;\n\n/*  Bronze Axe  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 6345, `SellPrice` = 1269, `dmg_min1` = 15.0, `dmg_max1` = 29.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2849;\n\n/*  Bronze Shortsword  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 7197, `SellPrice` = 1439, `dmg_min1` = 16.0, `dmg_max1` = 31.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2850;\n\n/*  Copper Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 282 WHERE entry=2851;\n\n/*  Copper Chain Pants  */\nUPDATE `item_template` SET `BuyPrice` = 335 WHERE entry=2852;\n\n/*  Copper Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 85 WHERE entry=2853;\n\n/*  Runed Copper Bracers  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 68, `BuyPrice` = 1127, `SellPrice` = 225, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2854;\n\n/*  Runed Copper Belt  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 86, `BuyPrice` = 991, `SellPrice` = 198, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2857;\n\n/*  Runed Copper Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 3150 WHERE entry=2864;\n\n/*  Rough Bronze Leggings  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2865;\n\n/*  Rough Bronze Cuirass  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 168, `BuyPrice` = 3764, `SellPrice` = 752, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2866;\n\n/*  Rough Bronze Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 3148, `DisenchantID` = 0 WHERE entry=2867;\n\n/*  Patterned Bronze Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 4035 WHERE entry=2868;\n\n/*  Silvered Bronze Breastplate  */\nUPDATE `item_template` SET `stat_type3` = 6 WHERE entry=2869;\n\n/*  Shining Silver Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 14677 WHERE entry=2870;\n\n/*  Antipodean Rod  */\nUPDATE `item_template` SET `spellid_1` = 7686, `spellid_2` = 7700 WHERE entry=2879;\n\n/*  Daryl's Hunting Bow  */\nUPDATE `item_template` SET `BuyPrice` = 2578, `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=2903;\n\n/*  Daryl's Hunting Rifle  */\nUPDATE `item_template` SET `dmg_min1` = 11.0, `dmg_max1` = 21.0 WHERE entry=2904;\n\n/*  Goat Fur Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 266, `SellPrice` = 53 WHERE entry=2905;\n\n/*  Dwarven Tree Chopper  */\nUPDATE `item_template` SET `stat_type1` = 37, `stat_value1` = 4, `spellid_1` = 0 WHERE entry=2907;\n-- UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7552 WHERE entry=2907;\n\n/*  Thornblade  */\nUPDATE `item_template` SET `BuyPrice` = 7048 WHERE entry=2908;\n\n/*  Gold Militia Boots  */\nUPDATE `item_template` SET `BuyPrice` = 6286 WHERE entry=2910;\n\n/*  Claw of the Shadowmancer  */\nUPDATE `item_template` SET `BuyPrice` = 33656 WHERE entry=2912;\n\n/*  Silk Mantle of Gamn  */\nUPDATE `item_template` SET `BuyPrice` = 5766 WHERE entry=2913;\n\n/*  Gold Lion Shield  */\nUPDATE `item_template` SET `BuyPrice` = 22028 WHERE entry=2916;\n\n/*  Sacred Relic  */\nUPDATE `item_template` SET `armor` = 0, `bonding` = 0, `RequiredLevel` = 5 WHERE entry=2920;\n\n/*  Blessed Relic  */\nUPDATE `item_template` SET `armor` = 0, `bonding` = 0, `RequiredLevel` = 10 WHERE entry=2921;\n\n/*  Spirit Relic  */\nUPDATE `item_template` SET `armor` = 0, `bonding` = 0, `RequiredLevel` = 15 WHERE entry=2922;\n\n/*  Iron Knuckles  */\nUPDATE `item_template` SET `BuyPrice` = 18316 WHERE entry=2942;\n\n/*  Cursed Eye of Paleth  */\nUPDATE `item_template` SET `spellid_1` = 7709 WHERE entry=2944;\n\n/*  Icicle Rod  */\nUPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=2950;\n\n/*  Watch Master's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 11606, `SellPrice` = 2321, `stat_type1` = 7 WHERE entry=2953;\n\n/*  Night Watch Pantaloons  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 9, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2954;\n\n/*  Journeyman's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 596 WHERE entry=2957;\n\n/*  Journeyman's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 473 WHERE entry=2958;\n\n/*  Journeyman's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 109, `SellPrice` = 21 WHERE entry=2960;\n\n/*  Burnt Leather Breeches  */\nUPDATE `item_template` SET `BuyPrice` = 600 WHERE entry=2962;\n\n/*  Warrior's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 731 WHERE entry=2966;\n\n/*  Warrior's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 331 WHERE entry=2967;\n\n/*  Warrior's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 169, `SellPrice` = 33 WHERE entry=2968;\n\n/*  Spellbinder Boots  */\nUPDATE `item_template` SET `BuyPrice` = 544, `SellPrice` = 108 WHERE entry=2971;\n\n/*  Hunting Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 2420 WHERE entry=2973;\n\n/*  Hunting Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1962 WHERE entry=2974;\n\n/*  Hunting Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 859, `SellPrice` = 171 WHERE entry=2976;\n\n/*  Veteran Boots  */\nUPDATE `item_template` SET `BuyPrice` = 785 WHERE entry=2979;\n\n/*  Seer's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 3242 WHERE entry=2981;\n\n/*  Seer's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 2829, `SellPrice` = 565 WHERE entry=2982;\n\n/*  Seer's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1400 WHERE entry=2983;\n\n/*  Seer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1077 WHERE entry=2984;\n\n/*  Inscribed Leather Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 4113 WHERE entry=2985;\n\n/*  Inscribed Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1571 WHERE entry=2988;\n\n/*  Relic of the Eye  */\nUPDATE `item_template` SET `armor` = 0, `bonding` = 0, `RequiredLevel` = 5 WHERE entry=3003;\n\n/*  Relic of the Dead  */\nUPDATE `item_template` SET `armor` = 0, `bonding` = 0, `RequiredLevel` = 10 WHERE entry=3004;\n\n/*  Relic of Truth  */\nUPDATE `item_template` SET `armor` = 0, `bonding` = 0, `RequiredLevel` = 15 WHERE entry=3005;\n\n/*  Wendigo Fur Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 218, `SellPrice` = 43 WHERE entry=3008;\n\n/*  Feathered Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 14234, `SellPrice` = 2846 WHERE entry=3011;\n\n/*  Hide of Lupos  */\nUPDATE `item_template` SET `BuyPrice` = 3906, `SellPrice` = 781 WHERE entry=3018;\n\n/*  Noble's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 2115, `stat_type1` = 4, `stat_value1` = 1, `stat_type3` = 6, `stat_value3` = 3 WHERE entry=3019;\n\n/*  Enduring Cap  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 7 WHERE entry=3020;\n\n/*  Ranger Bow  */\nUPDATE `item_template` SET `BuyPrice` = 12105, `dmg_min1` = 23.0, `dmg_max1` = 45.0 WHERE entry=3021;\n\n/*  Large Bore Blunderbuss  */\nUPDATE `item_template` SET `BuyPrice` = 3771, `dmg_min1` = 13.0, `dmg_max1` = 24.0 WHERE entry=3023;\n\n/*  BKP 2700 \"Enforcer\"  */\nUPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 34.0 WHERE entry=3024;\n\n/*  BKP 42 \"Ultra\"  */\nUPDATE `item_template` SET `BuyPrice` = 18478, `dmg_min1` = 20.0, `dmg_max1` = 38.0 WHERE entry=3025;\n\n/*  Reinforced Bow  */\nUPDATE `item_template` SET `dmg_min1` = 11.0, `dmg_max1` = 22.0 WHERE entry=3026;\n\n/*  Heavy Recurve Bow  */\nUPDATE `item_template` SET `dmg_min1` = 15.0, `dmg_max1` = 29.0 WHERE entry=3027;\n\n/*  Heavy Shortbow  */\nUPDATE `item_template` SET `BuyPrice` = 2578, `dmg_min1` = 10.0, `dmg_max1` = 20.0 WHERE entry=3036;\n\n/*  Whipwood Recurve Bow  */\nUPDATE `item_template` SET `BuyPrice` = 24071, `dmg_min1` = 17.0, `dmg_max1` = 32.0 WHERE entry=3037;\n\n/*  Short Ash Bow  */\nUPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 23.0 WHERE entry=3039;\n\n/*  Hunter's Muzzle Loader  */\nUPDATE `item_template` SET `BuyPrice` = 4701, `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=3040;\n\n/*  \"Mage-Eye\" Blunderbuss  */\nUPDATE `item_template` SET `BuyPrice` = 18846, `dmg_min1` = 24.0, `dmg_max1` = 46.0 WHERE entry=3041;\n\n/*  BKP \"Sparrow\" Smallbore  */\nUPDATE `item_template` SET `BuyPrice` = 22887, `dmg_min1` = 15.0, `dmg_max1` = 30.0 WHERE entry=3042;\n\n/*  Lambent Scale Boots  */\nUPDATE `item_template` SET `BuyPrice` = 7869, `SellPrice` = 1573 WHERE entry=3045;\n\n/*  Lambent Scale Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 5260 WHERE entry=3047;\n\n/*  Lambent Scale Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 9598 WHERE entry=3048;\n\n/*  Lambent Scale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 10595 WHERE entry=3049;\n\n/*  Humbert's Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 10703 WHERE entry=3053;\n\n/*  Forest Leather Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 7631 WHERE entry=3055;\n\n/*  Bright Pants  */\nUPDATE `item_template` SET `BuyPrice` = 6375 WHERE entry=3067;\n\n/*  Ensign Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 55, `SellPrice` = 11 WHERE entry=3070;\n\n/*  Smoldering Robe  */\nUPDATE `item_template` SET `BuyPrice` = 6036 WHERE entry=3072;\n\n/*  Smoldering Pants  */\nUPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=3073;\n\n/*  Smoldering Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2380 WHERE entry=3074;\n\n/*  Eye of Flame  */\nUPDATE `item_template` SET `armor` = 70, `BuyPrice` = 75368, `spellid_1` = 17878 WHERE entry=3075;\n\n/*  Naga Heartpiercer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 11572, `SellPrice` = 2314, `dmg_min1` = 13.0, `dmg_max1` = 25.0, `MaxDurability` = 60, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 24 WHERE entry=3078;\n\n/*  Skorn's Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 1486, `dmg_min1` = 6.0, `dmg_max1` = 13.0 WHERE entry=3079;\n\n/*  Siege Brigade Vest  */\nUPDATE `item_template` SET `BuyPrice` = 437 WHERE entry=3151;\n\n/*  Thelsamar Axe  */\nUPDATE `item_template` SET `BuyPrice` = 5470 WHERE entry=3154;\n\n/*  Burnt Hide Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 303 WHERE entry=3158;\n\n/*  Ironplate Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 2351 WHERE entry=3160;\n\n/*  Robe of the Keeper  */\nUPDATE `item_template` SET `BuyPrice` = 1474, `SellPrice` = 294 WHERE entry=3161;\n\n/*  Sacrificial Kris  */\nUPDATE `item_template` SET `BuyPrice` = 74353 WHERE entry=3187;\n\n/*  Arced War Axe  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 19289, `SellPrice` = 3857, `dmg_min1` = 46.0, `dmg_max1` = 70.0, `MaxDurability` = 80, `stat_value1` = 6, `stat_value2` = 6, `DisenchantID` = 24, `RequiredLevel` = 21 WHERE entry=3191;\n\n/*  Oak Mallet  */\nUPDATE `item_template` SET `BuyPrice` = 10361 WHERE entry=3193;\n\n/*  Black Malice  */\nUPDATE `item_template` SET `BuyPrice` = 12479, `SellPrice` = 2495 WHERE entry=3194;\n\n/*  Barbaric Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 6862 WHERE entry=3195;\n\n/*  Edged Bastard Sword  */\nUPDATE `item_template` SET `BuyPrice` = 6886 WHERE entry=3196;\n\n/*  Battering Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 13709, `SellPrice` = 2741 WHERE entry=3198;\n\n/*  Burnt Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 95 WHERE entry=3200;\n\n/*  Barbarian War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 22483 WHERE entry=3201;\n\n/*  Inscribed Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1149, `SellPrice` = 229 WHERE entry=3205;\n\n/*  Cavalier Two-hander  */\nUPDATE `item_template` SET `BuyPrice` = 22910 WHERE entry=3206;\n\n/*  Conk Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 126893 WHERE entry=3208;\n\n/*  Ancient War Sword  */\nUPDATE `item_template` SET `BuyPrice` = 33917 WHERE entry=3209;\n\n/*  Brutal War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 28134, `SellPrice` = 5626, `spelltrigger_1` = 0 WHERE entry=3210;\n\n/*  Burnished Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1865 WHERE entry=3211;\n\n/*  Warrior's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 169, `SellPrice` = 33 WHERE entry=3214;\n\n/*  Foreman Belt  */\nUPDATE `item_template` SET `BuyPrice` = 674, `SellPrice` = 134 WHERE entry=3217;\n\n/*  Wicked Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 20.0, `bonding` = 2, `MaxDurability` = 40, `stat_type1` = 4, `stat_value1` = 1, `stat_type2` = 3, `stat_value2` = 1, `DisenchantID` = 0 WHERE entry=3222;\n\n/*  Jimmied Handcuffs  */\nUPDATE `item_template` SET `BuyPrice` = 5492 WHERE entry=3228;\n\n/*  Tarantula Silk Sash  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3229;\n\n/*  Black Wolf Bracers  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 38, `BuyPrice` = 3842, `SellPrice` = 768, `MaxDurability` = 30, `stat_value1` = 5, `DisenchantID` = 4, `RequiredLevel` = 21 WHERE entry=3230;\n\n/*  Cutthroat Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 6332 WHERE entry=3231;\n\n/*  Scarlet Initiate Robes  */\nUPDATE `item_template` SET `BuyPrice` = 31 WHERE entry=3260;\n\n/*  Webbed Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=3261;\n\n/*  Forsaken Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 128 WHERE entry=3268;\n\n/*  Flax Vest  */\nUPDATE `item_template` SET `BuyPrice` = 51 WHERE entry=3270;\n\n/*  Rugged Mail Vest  */\nUPDATE `item_template` SET `BuyPrice` = 77 WHERE entry=3273;\n\n/*  Flax Boots  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=3274;\n\n/*  Aura Proc Damage Sword  */\nUPDATE `item_template` SET `spellid_1` = 3742, `spelltrigger_1` = 2 WHERE entry=3278;\n\n/*  Battle Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 525 WHERE entry=3279;\n\n/*  Battle Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 280 WHERE entry=3281;\n\n/*  Battle Chain Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 1476 WHERE entry=3283;\n\n/*  Tribal Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 182 WHERE entry=3285;\n\n/*  Tribal Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 297 WHERE entry=3286;\n\n/*  Tribal Pants  */\nUPDATE `item_template` SET `BuyPrice` = 998 WHERE entry=3287;\n\n/*  Ancestral Boots  */\nUPDATE `item_template` SET `BuyPrice` = 288 WHERE entry=3289;\n\n/*  Ancestral Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 241 WHERE entry=3290;\n\n/*  Ancestral Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 1016 WHERE entry=3292;\n\n/*  Brackwater Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1595 WHERE entry=3302;\n\n/*  Brackwater Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 353 WHERE entry=3303;\n\n/*  Brackwater Vest  */\nUPDATE `item_template` SET `BuyPrice` = 3269, `SellPrice` = 653 WHERE entry=3306;\n\n/*  Barbaric Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1078 WHERE entry=3307;\n\n/*  Barbaric Cloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 721, `stat_type3` = 4, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3308;\n\n/*  Barbaric Loincloth  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 3, `stat_type2` = 5, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3309;\n\n/*  Ceremonial Leather Ankleguards  */\nUPDATE `item_template` SET `BuyPrice` = 761 WHERE entry=3311;\n\n/*  Ceremonial Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 353 WHERE entry=3312;\n\n/*  Ceremonial Leather Harness  */\nUPDATE `item_template` SET `BuyPrice` = 2595 WHERE entry=3313;\n\n/*  Ceremonial Leather Loincloth  */\nUPDATE `item_template` SET `BuyPrice` = 2274, `SellPrice` = 454 WHERE entry=3315;\n\n/*  Short Sabre  */\nUPDATE `item_template` SET `BuyPrice` = 550 WHERE entry=3319;\n\n/*  Bonecaster Sash  */\nUPDATE `item_template` SET `armor` = 9, `MaxDurability` = 16 WHERE entry=3320;\n\n/*  Gray Fur Booties  */\nUPDATE `item_template` SET `BuyPrice` = 207 WHERE entry=3321;\n\n/*  Wispy Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 55 WHERE entry=3322;\n\n/*  Ghostly Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 5599, `SellPrice` = 1119 WHERE entry=3324;\n\n/*  Vile Fin Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 703 WHERE entry=3325;\n\n/*  Vile Fin Oracle Staff  */\nUPDATE `item_template` SET `BuyPrice` = 708 WHERE entry=3327;\n\n/*  Dargol's Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 1405 WHERE entry=3330;\n\n/*  Melrache's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 509, `SellPrice` = 101 WHERE entry=3331;\n\n/*  Farmer's Shovel  */\nUPDATE `item_template` SET `BuyPrice` = 343 WHERE entry=3334;\n\n/*  Gauntlets of Ogre Strength  */\nUPDATE `item_template` SET `BuyPrice` = 8108 WHERE entry=3341;\n\n/*  Frayed Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 16 WHERE entry=3365;\n\n/*  Calico Belt  */\nUPDATE `item_template` SET `BuyPrice` = 227 WHERE entry=3374;\n\n/*  Cross-stitched Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1826 WHERE entry=3380;\n\n/*  Ringed Helm  */\nUPDATE `item_template` SET `BuyPrice` = 8317 WHERE entry=3392;\n\n/*  Lucine Longsword  */\nUPDATE `item_template` SET `BuyPrice` = 13806 WHERE entry=3400;\n\n/*  Doomspike  */\nUPDATE `item_template` SET `BuyPrice` = 16147 WHERE entry=3413;\n\n/*  Crested Scepter  */\nUPDATE `item_template` SET `BuyPrice` = 20144, `SellPrice` = 4028 WHERE entry=3414;\n\n/*  Staff of the Friar  */\nUPDATE `item_template` SET `BuyPrice` = 17993 WHERE entry=3415;\n\n/*  Martyr's Chain  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=3416;\n\n/*  Onyx Claymore  */\nUPDATE `item_template` SET `BuyPrice` = 23146 WHERE entry=3417;\n\n/*  Guardsman Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2931 WHERE entry=3429;\n\n/*  Sniper Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 55134, `SellPrice` = 11026, `dmg_min1` = 56.0, `dmg_max1` = 65.0 WHERE entry=3430;\n\n/*  Zombie Skin Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 98 WHERE entry=3435;\n\n/*  Clasped Belt  */\nUPDATE `item_template` SET `BuyPrice` = 119, `SellPrice` = 23 WHERE entry=3437;\n\n/*  Zombie Skin Boots  */\nUPDATE `item_template` SET `BuyPrice` = 150 WHERE entry=3439;\n\n/*  Bonecracker  */\nUPDATE `item_template` SET `BuyPrice` = 3202 WHERE entry=3440;\n\n/*  Apprentice Sash  */\nUPDATE `item_template` SET `BuyPrice` = 223 WHERE entry=3442;\n\n/*  Ceremonial Tomahawk  */\nUPDATE `item_template` SET `BuyPrice` = 691, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=3443;\n\n/*  Faerleia's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 2217 WHERE entry=3450;\n\n/*  Quilted Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 232 WHERE entry=3453;\n\n/*  Rugged Mail Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1670 WHERE entry=3458;\n\n/*  High Robe of the Adjudicator  */\nUPDATE `item_template` SET `BuyPrice` = 5029, `SellPrice` = 1005 WHERE entry=3461;\n\n/*  Copper Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 245 WHERE entry=3469;\n\n/*  Copper Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 712 WHERE entry=3471;\n\n/*  Runed Copper Gauntlets  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 73, `BuyPrice` = 357, `SellPrice` = 71, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=3472;\n\n/*  Runed Copper Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1498 WHERE entry=3473;\n\n/*  Gemmed Copper Gauntlets  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `RandomProperty` = 749 WHERE entry=3474;\n\n/*  Cloak of Flames  */\nUPDATE `item_template` SET `armor` = 50, `BuyPrice` = 130092, `SellPrice` = 26018 WHERE entry=3475;\n\n/*  Rough Bronze Shoulders  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 124, `BuyPrice` = 2660, `SellPrice` = 532, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=3480;\n\n/*  Silvered Bronze Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 6422, `stat_type3` = 6 WHERE entry=3481;\n\n/*  Silvered Bronze Boots  */\nUPDATE `item_template` SET `stat_type3` = 6 WHERE entry=3482;\n\n/*  Silvered Bronze Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 4828, `stat_type3` = 6 WHERE entry=3483;\n\n/*  Green Iron Boots  */\nUPDATE `item_template` SET `BuyPrice` = 8837 WHERE entry=3484;\n\n/*  Thick War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 4688 WHERE entry=3489;\n\n/*  Deadly Bronze Poniard  */\nUPDATE `item_template` SET `BuyPrice` = 13658 WHERE entry=3490;\n\n/*  Raptor's End  */\nUPDATE `item_template` SET `dmg_min1` = 24.0, `dmg_max1` = 46.0 WHERE entry=3493;\n\n/*  Cloak of the People's Militia  */\nUPDATE `item_template` SET `BuyPrice` = 1338, `SellPrice` = 267 WHERE entry=3511;\n\n/*  Demon Hunter Blindfold  */\nUPDATE `item_template` SET `armor` = 30, `MaxDurability` = 30 WHERE entry=3536;\n\n/*  Fen Keeper Robe  */\nUPDATE `item_template` SET `BuyPrice` = 5220 WHERE entry=3558;\n\n/*  Night Watch Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 2368 WHERE entry=3559;\n\n/*  Belt of Vindication  */\nUPDATE `item_template` SET `BuyPrice` = 4117 WHERE entry=3562;\n\n/*  Seafarer's Pantaloons  */\nUPDATE `item_template` SET `BuyPrice` = 2787 WHERE entry=3563;\n\n/*  Beerstained Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1403, `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3565;\n\n/*  Dwarven Fishing Pole  */\nUPDATE `item_template` SET `BuyPrice` = 4613, `dmg_min1` = 9.0, `dmg_max1` = 19.0 WHERE entry=3567;\n\n/*  Bonegrinding Pestle  */\nUPDATE `item_template` SET `BuyPrice` = 4197 WHERE entry=3570;\n\n/*  Daryl's Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 4861 WHERE entry=3572;\n\n/*  Harvester's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1699, `SellPrice` = 339 WHERE entry=3578;\n\n/*  Serrated Knife  */\nUPDATE `item_template` SET `BuyPrice` = 5230 WHERE entry=3581;\n\n/*  Acidproof Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2372, `SellPrice` = 474 WHERE entry=3582;\n\n/*  Camouflaged Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 4767 WHERE entry=3585;\n\n/*  Logsplitter  */\nUPDATE `item_template` SET `BuyPrice` = 5171 WHERE entry=3586;\n\n/*  Embroidered Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 14365 WHERE entry=3588;\n\n/*  Heavy Weave Belt  */\nUPDATE `item_template` SET `BuyPrice` = 576 WHERE entry=3589;\n\n/*  Heavy Weave Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 578 WHERE entry=3590;\n\n/*  Russet Belt  */\nUPDATE `item_template` SET `BuyPrice` = 5477 WHERE entry=3593;\n\n/*  Tattered Cloth Belt  */\nUPDATE `item_template` SET `BuyPrice` = 23 WHERE entry=3595;\n\n/*  Tattered Cloth Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 23 WHERE entry=3596;\n\n/*  Knitted Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 145 WHERE entry=3603;\n\n/*  Journeyman's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 78 WHERE entry=3641;\n\n/*  Barbaric Cloth Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 237 WHERE entry=3644;\n\n/*  Bright Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 2169, `SellPrice` = 433 WHERE entry=3647;\n\n/*  Warrior's Buckler  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 365, `SellPrice` = 73, `ItemLevel` = 9, `block` = 3, `MaxDurability` = 40, `RequiredLevel` = 4 WHERE entry=3648;\n\n/*  Tribal Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 575, `spellcooldown_1` = -1 WHERE entry=3649;\n\n/*  Battle Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3650;\n\n/*  Veteran Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3651;\n\n/*  Hunting Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 1820, `spellcooldown_1` = -1 WHERE entry=3652;\n\n/*  Ceremonial Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 2192, `spellcooldown_1` = -1 WHERE entry=3653;\n\n/*  Brackwater Shield  */\nUPDATE `item_template` SET `BuyPrice` = 1834, `SellPrice` = 366, `spellcooldown_1` = -1 WHERE entry=3654;\n\n/*  Burnished Shield  */\nUPDATE `item_template` SET `BuyPrice` = 5111, `spellcooldown_1` = -1 WHERE entry=3655;\n\n/*  Lambent Scale Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3656;\n\n/*  Handcrafted Staff  */\nUPDATE `item_template` SET `BuyPrice` = 45 WHERE entry=3661;\n\n/*  Hillman's Cloak  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 20, `BuyPrice` = 5139, `SellPrice` = 1027, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=3719;\n\n/*  Hooded Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 4006 WHERE entry=3732;\n\n/*  Brewing Rod  */\nUPDATE `item_template` SET `BuyPrice` = 17195, `dmg_min1` = 39.0, `dmg_max1` = 59.0, `MaxDurability` = 75 WHERE entry=3738;\n\n/*  Decapitating Sword  */\nUPDATE `item_template` SET `BuyPrice` = 12262 WHERE entry=3740;\n\n/*  Stomping Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4614, `SellPrice` = 922 WHERE entry=3741;\n\n/*  Bow of Plunder  */\nUPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 39.0 WHERE entry=3742;\n\n/*  Feline Mantle  */\nUPDATE `item_template` SET `armor` = 34, `BuyPrice` = 6524, `SellPrice` = 1304, `ItemLevel` = 28, `stat_value1` = 10, `stat_value2` = 3, `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 23 WHERE entry=3748;\n\n/*  High Apothecary Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 6603 WHERE entry=3749;\n\n/*  Mercenary Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 13307 WHERE entry=3751;\n\n/*  Grunt Vest  */\nUPDATE `item_template` SET `BuyPrice` = 3729, `SellPrice` = 745, `stat_type1` = 4, `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3752;\n\n/*  Shepherd's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 7461 WHERE entry=3754;\n\n/*  Fish Gutter  */\nUPDATE `item_template` SET `BuyPrice` = 27236 WHERE entry=3755;\n\n/*  Crusader Belt  */\nUPDATE `item_template` SET `BuyPrice` = 9086 WHERE entry=3758;\n\n/*  Deadskull Shield  */\nUPDATE `item_template` SET `BuyPrice` = 16533 WHERE entry=3761;\n\n/*  Lunar Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 33805 WHERE entry=3763;\n\n/*  Mantis Boots  */\nUPDATE `item_template` SET `BuyPrice` = 15905, `stat_type1` = 4, `stat_value1` = 3, `stat_type2` = 6, `stat_value2` = 7, `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3764;\n\n/*  Taut Compound Bow  */\nUPDATE `item_template` SET `dmg_min1` = 13.0, `dmg_max1` = 25.0 WHERE entry=3778;\n\n/*  Hefty War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 14175 WHERE entry=3779;\n\n/*  Long-barreled Musket  */\nUPDATE `item_template` SET `BuyPrice` = 9388, `dmg_min1` = 14.0, `dmg_max1` = 27.0 WHERE entry=3780;\n\n/*  Large War Club  */\nUPDATE `item_template` SET `BuyPrice` = 17257 WHERE entry=3782;\n\n/*  Shiny Dirk  */\nUPDATE `item_template` SET `BuyPrice` = 19785 WHERE entry=3786;\n\n/*  Interlaced Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 3874, `SellPrice` = 774 WHERE entry=3794;\n\n/*  Interlaced Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 4909, `SellPrice` = 981 WHERE entry=3795;\n\n/*  Interlaced Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2467 WHERE entry=3796;\n\n/*  Interlaced Pants  */\nUPDATE `item_template` SET `BuyPrice` = 8460 WHERE entry=3797;\n\n/*  Interlaced Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 4510 WHERE entry=3798;\n\n/*  Interlaced Vest  */\nUPDATE `item_template` SET `BuyPrice` = 7304, `SellPrice` = 1460 WHERE entry=3799;\n\n/*  Hardened Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 5343 WHERE entry=3800;\n\n/*  Hardened Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 3136 WHERE entry=3802;\n\n/*  Hardened Leather Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 6359, `SellPrice` = 1271 WHERE entry=3806;\n\n/*  Hardened Leather Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 5813 WHERE entry=3807;\n\n/*  Double Mail Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4813 WHERE entry=3809;\n\n/*  Double Mail Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4856 WHERE entry=3812;\n\n/*  Double Mail Pants  */\nUPDATE `item_template` SET `BuyPrice` = 8862 WHERE entry=3813;\n\n/*  Double Mail Vest  */\nUPDATE `item_template` SET `BuyPrice` = 7377 WHERE entry=3815;\n\n/*  Reflective Heater  */\nUPDATE `item_template` SET `BuyPrice` = 10511 WHERE entry=3816;\n\n/*  Runic Darkblade  */\nUPDATE `item_template` SET `BuyPrice` = 32405 WHERE entry=3822;\n\n/*  Adept's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 121 WHERE entry=3833;\n\n/*  Sturdy Cloth Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 162 WHERE entry=3834;\n\n/*  Green Iron Bracers  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 86, `BuyPrice` = 5532, `SellPrice` = 1106, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=3835;\n\n/*  Golden Scale Coif  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3837;\n\n/*  Golden Scale Shoulders  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3841;\n\n/*  Green Iron Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 14531 WHERE entry=3842;\n\n/*  Golden Scale Leggings  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3843;\n\n/*  Green Iron Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 28293 WHERE entry=3844;\n\n/*  Golden Scale Cuirass  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3845;\n\n/*  Golden Scale Boots  */\nUPDATE `item_template` SET `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=3847;\n\n/*  Hardened Iron Shortsword  */\nUPDATE `item_template` SET `dmg_min1` = 21.0, `dmg_max1` = 39.0, `stat_type1` = 7, `stat_value1` = 5 WHERE entry=3849;\n\n/*  Jade Serpentblade  */\nUPDATE `item_template` SET `BuyPrice` = 36523 WHERE entry=3850;\n\n/*  Golden Iron Destroyer  */\nUPDATE `item_template` SET `BuyPrice` = 41804, `SellPrice` = 8360, `dmg_min1` = 50.0, `dmg_max1` = 76.0 WHERE entry=3852;\n\n/*  Moonsteel Broadsword  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 4, `stat_type2` = 6, `stat_value2` = 12, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=3853;\n\n/*  Frost Tiger Blade  */\nUPDATE `item_template` SET `BuyPrice` = 70603 WHERE entry=3854;\n\n/*  Massive Iron Axe  */\nUPDATE `item_template` SET `BuyPrice` = 56243 WHERE entry=3855;\n\n/*  Shadow Crescent Axe  */\nUPDATE `item_template` SET `BuyPrice` = 71106 WHERE entry=3856;\n\n/*  Russet Hat  */\nUPDATE `item_template` SET `BuyPrice` = 7922 WHERE entry=3889;\n\n/*  Augmented Chain Helm  */\nUPDATE `item_template` SET `BuyPrice` = 12284, `SellPrice` = 2456 WHERE entry=3891;\n\n/*  TEST Legendary  */\nUPDATE `item_template` SET `dmg_min1` = 16.0, `dmg_max1` = 31.0, `MaxDurability` = 125 WHERE entry=3895;\n\n/*  Staff of Nobles  */\nUPDATE `item_template` SET `BuyPrice` = 6588 WHERE entry=3902;\n\n/*  Crochet Boots  */\nUPDATE `item_template` SET `BuyPrice` = 10092 WHERE entry=3937;\n\n/*  Crochet Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 11283 WHERE entry=3939;\n\n/*  Crochet Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 13183 WHERE entry=3942;\n\n/*  Crochet Vest  */\nUPDATE `item_template` SET `BuyPrice` = 11221 WHERE entry=3943;\n\n/*  Twill Boots  */\nUPDATE `item_template` SET `BuyPrice` = 19263 WHERE entry=3945;\n\n/*  Twill Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 12159, `SellPrice` = 2431 WHERE entry=3946;\n\n/*  Twill Vest  */\nUPDATE `item_template` SET `BuyPrice` = 29487 WHERE entry=3951;\n\n/*  Mesh Belt  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 25547, `SellPrice` = 5109, `MaxDurability` = 25 WHERE entry=3952;\n\n/*  Mesh Boots  */\nUPDATE `item_template` SET `armor` = 51, `BuyPrice` = 31635, `SellPrice` = 6327, `MaxDurability` = 35 WHERE entry=3953;\n\n/*  Mesh Bracers  */\nUPDATE `item_template` SET `armor` = 33, `BuyPrice` = 20665, `SellPrice` = 4133, `MaxDurability` = 25 WHERE entry=3954;\n\n/*  Mesh Cloak  */\nUPDATE `item_template` SET `armor` = 36, `BuyPrice` = 26879, `SellPrice` = 5375 WHERE entry=3955;\n\n/*  Mesh Gloves  */\nUPDATE `item_template` SET `armor` = 46, `BuyPrice` = 18884, `SellPrice` = 3776, `MaxDurability` = 25 WHERE entry=3956;\n\n/*  Mesh Pants  */\nUPDATE `item_template` SET `armor` = 68, `BuyPrice` = 46082, `SellPrice` = 9216, `MaxDurability` = 55 WHERE entry=3957;\n\n/*  Mesh Mantle  */\nUPDATE `item_template` SET `armor` = 60, `BuyPrice` = 38247, `SellPrice` = 7649, `MaxDurability` = 45 WHERE entry=3958;\n\n/*  Mesh Armor  */\nUPDATE `item_template` SET `armor` = 76, `BuyPrice` = 44216, `SellPrice` = 8843, `MaxDurability` = 70 WHERE entry=3959;\n\n/*  Thick Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 15399, `SellPrice` = 3079 WHERE entry=3962;\n\n/*  Thick Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 7012 WHERE entry=3963;\n\n/*  Thick Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 10638 WHERE entry=3964;\n\n/*  Thick Leather Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 14519, `SellPrice` = 2903 WHERE entry=3967;\n\n/*  Smooth Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 16283 WHERE entry=3969;\n\n/*  Smooth Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 21481 WHERE entry=3970;\n\n/*  Smooth Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 18286 WHERE entry=3973;\n\n/*  Smooth Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 27434, `SellPrice` = 5486 WHERE entry=3974;\n\n/*  Smooth Leather Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 19482 WHERE entry=3975;\n\n/*  Smooth Leather Armor  */\nUPDATE `item_template` SET `BuyPrice` = 34894, `SellPrice` = 6978 WHERE entry=3976;\n\n/*  Strapped Belt  */\nUPDATE `item_template` SET `armor` = 81, `BuyPrice` = 23692, `SellPrice` = 4738, `MaxDurability` = 30 WHERE entry=3977;\n\n/*  Strapped Boots  */\nUPDATE `item_template` SET `armor` = 107, `BuyPrice` = 47803, `SellPrice` = 9560, `MaxDurability` = 45 WHERE entry=3978;\n\n/*  Strapped Bracers  */\nUPDATE `item_template` SET `armor` = 66, `BuyPrice` = 29011, `SellPrice` = 5802, `MaxDurability` = 30 WHERE entry=3979;\n\n/*  Strapped Cloak  */\nUPDATE `item_template` SET `armor` = 36, `BuyPrice` = 34223, `SellPrice` = 6844 WHERE entry=3980;\n\n/*  Strapped Gloves  */\nUPDATE `item_template` SET `armor` = 96, `BuyPrice` = 30688, `SellPrice` = 6137, `MaxDurability` = 30 WHERE entry=3981;\n\n/*  Strapped Pants  */\nUPDATE `item_template` SET `armor` = 131, `BuyPrice` = 55876, `SellPrice` = 11175, `MaxDurability` = 65 WHERE entry=3982;\n\n/*  Strapped Shoulderpads  */\nUPDATE `item_template` SET `armor` = 111, `BuyPrice` = 40054, `SellPrice` = 8010, `MaxDurability` = 50 WHERE entry=3983;\n\n/*  Strapped Armor  */\nUPDATE `item_template` SET `armor` = 146, `BuyPrice` = 51049, `SellPrice` = 10209, `MaxDurability` = 85 WHERE entry=3984;\n\n/*  Plate Wall Shield  */\nUPDATE `item_template` SET `armor` = 1742, `BuyPrice` = 64622, `SellPrice` = 12924, `block` = 32, `MaxDurability` = 85 WHERE entry=3988;\n\n/*  Plated Buckler  */\nUPDATE `item_template` SET `armor` = 1817, `BuyPrice` = 75670, `SellPrice` = 15134, `block` = 35, `MaxDurability` = 85 WHERE entry=3991;\n\n/*  Laminated Scale Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 22023 WHERE entry=3994;\n\n/*  Laminated Scale Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 31422, `SellPrice` = 6284 WHERE entry=3995;\n\n/*  Laminated Scale Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 23299, `SellPrice` = 4659 WHERE entry=3996;\n\n/*  Overlinked Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 8986 WHERE entry=4000;\n\n/*  Overlinked Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 12315 WHERE entry=4002;\n\n/*  Overlinked Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 20451, `SellPrice` = 4090 WHERE entry=4003;\n\n/*  Overlinked Chain Pants  */\nUPDATE `item_template` SET `BuyPrice` = 17389, `SellPrice` = 3477 WHERE entry=4005;\n\n/*  Overlinked Chain Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 12172 WHERE entry=4006;\n\n/*  Overlinked Chain Armor  */\nUPDATE `item_template` SET `BuyPrice` = 18480 WHERE entry=4007;\n\n/*  Sterling Chain Belt  */\nUPDATE `item_template` SET `armor` = 170, `BuyPrice` = 27472, `SellPrice` = 5494, `MaxDurability` = 35 WHERE entry=4008;\n\n/*  Sterling Chain Boots  */\nUPDATE `item_template` SET `armor` = 214, `BuyPrice` = 45806, `SellPrice` = 9161, `MaxDurability` = 50 WHERE entry=4009;\n\n/*  Sterling Chain Bracers  */\nUPDATE `item_template` SET `armor` = 139, `BuyPrice` = 32045, `SellPrice` = 6409, `MaxDurability` = 35 WHERE entry=4010;\n\n/*  Sterling Chain Cloak  */\nUPDATE `item_template` SET `armor` = 39, `BuyPrice` = 53436, `SellPrice` = 10687 WHERE entry=4011;\n\n/*  Sterling Chain Gloves  */\nUPDATE `item_template` SET `armor` = 201, `BuyPrice` = 33907, `SellPrice` = 6781, `MaxDurability` = 35 WHERE entry=4012;\n\n/*  Sterling Chain Pants  */\nUPDATE `item_template` SET `armor` = 269, `BuyPrice` = 58798, `SellPrice` = 11759, `MaxDurability` = 75 WHERE entry=4013;\n\n/*  Sterling Chain Shoulderpads  */\nUPDATE `item_template` SET `armor` = 248, `BuyPrice` = 56747, `SellPrice` = 11349, `MaxDurability` = 60 WHERE entry=4014;\n\n/*  Sterling Chain Armor  */\nUPDATE `item_template` SET `armor` = 299, `BuyPrice` = 53737, `SellPrice` = 10747, `MaxDurability` = 100 WHERE entry=4015;\n\n/*  Blunting Mace  */\nUPDATE `item_template` SET `BuyPrice` = 35991 WHERE entry=4021;\n\n/*  Fine Pointed Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 31079, `SellPrice` = 6215 WHERE entry=4023;\n\n/*  Heavy War Staff  */\nUPDATE `item_template` SET `BuyPrice` = 49109, `SellPrice` = 9821 WHERE entry=4024;\n\n/*  Balanced Long Bow  */\nUPDATE `item_template` SET `BuyPrice` = 25351, `dmg_min1` = 15.0, `dmg_max1` = 29.0 WHERE entry=4025;\n\n/*  Sentinel Musket  */\nUPDATE `item_template` SET `dmg_min1` = 22.0, `dmg_max1` = 43.0 WHERE entry=4026;\n\n/*  Silver-thread Robe  */\nUPDATE `item_template` SET `BuyPrice` = 9944, `SellPrice` = 1988 WHERE entry=4035;\n\n/*  Nightsky Robe  */\nUPDATE `item_template` SET `BuyPrice` = 17810 WHERE entry=4038;\n\n/*  Aurora Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 10536, `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4042;\n\n/*  Emblazoned Hat  */\nUPDATE `item_template` SET `BuyPrice` = 8837 WHERE entry=4048;\n\n/*  Emblazoned Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 11874, `SellPrice` = 2374 WHERE entry=4050;\n\n/*  Emblazoned Boots  */\nUPDATE `item_template` SET `BuyPrice` = 8349, `SellPrice` = 1669 WHERE entry=4051;\n\n/*  Insignia Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 18129, `SellPrice` = 3625 WHERE entry=4054;\n\n/*  Insignia Boots  */\nUPDATE `item_template` SET `BuyPrice` = 12406 WHERE entry=4055;\n\n/*  Insignia Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 20163 WHERE entry=4057;\n\n/*  Glyphed Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 11169, `SellPrice` = 2233 WHERE entry=4059;\n\n/*  Imperial Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 41795 WHERE entry=4062;\n\n/*  Emblazoned Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4064;\n\n/*  Combat Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4065;\n\n/*  Insignia Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4066;\n\n/*  Glyphed Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4067;\n\n/*  Chief Brigadier Shield  */\nUPDATE `item_template` SET `BuyPrice` = 34592, `spellcooldown_1` = -1 WHERE entry=4068;\n\n/*  Blackforge Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 59503, `spellcooldown_1` = -1 WHERE entry=4069;\n\n/*  Jouster's Crest  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4070;\n\n/*  Glimmering Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 11151 WHERE entry=4073;\n\n/*  Mail Combat Armor  */\nUPDATE `item_template` SET `BuyPrice` = 23928 WHERE entry=4074;\n\n/*  Mail Combat Boots  */\nUPDATE `item_template` SET `BuyPrice` = 16508 WHERE entry=4076;\n\n/*  Chief Brigadier Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 33766 WHERE entry=4079;\n\n/*  Flash Rifle  */\nUPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 36.0 WHERE entry=4086;\n\n/*  Trueshot Bow  */\nUPDATE `item_template` SET `BuyPrice` = 43611, `dmg_min1` = 24.0, `dmg_max1` = 45.0 WHERE entry=4087;\n\n/*  Dreadblade  */\nUPDATE `item_template` SET `BuyPrice` = 92615 WHERE entry=4088;\n\n/*  Ricochet Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 67.0 WHERE entry=4089;\n\n/*  Mug O' Hurt  */\nUPDATE `item_template` SET `BuyPrice` = 103683 WHERE entry=4090;\n\n/*  Tiger Hunter Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 10682 WHERE entry=4107;\n\n/*  Choker of the High Shaman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4112;\n\n/*  Darktide Cape  */\nUPDATE `item_template` SET `BuyPrice` = 29130, `SellPrice` = 5826 WHERE entry=4114;\n\n/*  Grom'gol Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4115;\n\n/*  Scorching Sash  */\nUPDATE `item_template` SET `BuyPrice` = 15596, `spellid_1` = 9400 WHERE entry=4117;\n\n/*  Robe of Crystal Waters  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 53, `BuyPrice` = 20963, `SellPrice` = 4192, `MaxDurability` = 70, `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 9, `stat_value3` = 10, `DisenchantID` = 6 WHERE entry=4120;\n\n/*  Gemmed Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6902, `stat_type2` = 3, `stat_value2` = 5, `stat_type3` = 5, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4121;\n\n/*  Bookmaker's Scepter  */\nUPDATE `item_template` SET `BuyPrice` = 41922 WHERE entry=4122;\n\n/*  Cap of Harmony  */\nUPDATE `item_template` SET `BuyPrice` = 19956 WHERE entry=4124;\n\n/*  Shrapnel Blaster  */\nUPDATE `item_template` SET `BuyPrice` = 40368, `dmg_min1` = 23.0, `dmg_max1` = 43.0 WHERE entry=4127;\n\n/*  Silver Spade  */\nUPDATE `item_template` SET `BuyPrice` = 72939, `SellPrice` = 14587 WHERE entry=4128;\n\n/*  Collection Plate  */\nUPDATE `item_template` SET `BuyPrice` = 47221 WHERE entry=4129;\n\n/*  Nimboya's Mystical Staff  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 112477, `SellPrice` = 22495, `dmg_min1` = 65.0, `dmg_max1` = 99.0, `MaxDurability` = 85, `DisenchantID` = 28, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4134;\n\n/*  Bloodbone Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4135;\n\n/*  Darkspear Boots  */\nUPDATE `item_template` SET `BuyPrice` = 30109, `SellPrice` = 6021 WHERE entry=4136;\n\n/*  Darkspear Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 20053 WHERE entry=4137;\n\n/*  Palm Frond Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 9375 WHERE entry=4140;\n\n/*  Feathered Mantle  */\nUPDATE `item_template` SET `armor` = 77, `MaxDurability` = 60, `DisenchantID` = 0, `RequiredLevel` = 25 WHERE entry=4196;\n\n/*  Berylline Pads  */\nUPDATE `item_template` SET `BuyPrice` = 13828 WHERE entry=4197;\n\n/*  Handstitched Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 174, `SellPrice` = 34 WHERE entry=4237;\n\n/*  Embossed Leather Gloves  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 39, `BuyPrice` = 357, `SellPrice` = 71, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4239;\n\n/*  Embossed Leather Pants  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=4242;\n\n/*  Fine Leather Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 2308 WHERE entry=4243;\n\n/*  Hillman's Leather Vest  */\nUPDATE `item_template` SET `BuyPrice` = 3618, `stat_type2` = 6, `stat_value2` = 4 WHERE entry=4244;\n\n/*  Fine Leather Belt  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 38, `BuyPrice` = 625, `SellPrice` = 125, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4246;\n\n/*  Hillman's Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 5248, `stat_type2` = 6, `stat_value2` = 5 WHERE entry=4247;\n\n/*  Hillman's Belt  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=4250;\n\n/*  Hillman's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 5999, `SellPrice` = 1199, `stat_type2` = 6 WHERE entry=4251;\n\n/*  Toughened Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4810, `stat_type2` = 6, `stat_type3` = 7 WHERE entry=4253;\n\n/*  Barbaric Gloves  */\nUPDATE `item_template` SET `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 4, `stat_type3` = 3, `stat_value3` = 4 WHERE entry=4254;\n\n/*  Green Leather Armor  */\nUPDATE `item_template` SET `BuyPrice` = 11830, `stat_type2` = 6 WHERE entry=4255;\n\n/*  Guardian Armor  */\nUPDATE `item_template` SET `BuyPrice` = 17387, `stat_type2` = 6, `stat_value2` = 9 WHERE entry=4256;\n\n/*  Green Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 6556, `stat_type2` = 6 WHERE entry=4257;\n\n/*  Guardian Belt  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6 WHERE entry=4258;\n\n/*  Green Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 9672, `stat_type2` = 6 WHERE entry=4259;\n\n/*  Guardian Leather Bracers  */\nUPDATE `item_template` SET `stat_type1` = 5, `stat_value1` = 6 WHERE entry=4260;\n\n/*  Solliden's Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 159, `SellPrice` = 31 WHERE entry=4261;\n\n/*  Gem-studded Leather Belt  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6, `spellcooldown_1` = 3600000 WHERE entry=4262;\n\n/*  Barbaric Belt  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 11, `spellcooldown_1` = 3600000 WHERE entry=4264;\n\n/*  Dust Bowl  */\nUPDATE `item_template` SET `BuyPrice` = 3576 WHERE entry=4290;\n\n/*  Heavy Linen Gloves  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 11, `BuyPrice` = 149, `SellPrice` = 29, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4307;\n\n/*  Green Linen Bracers  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 9, `BuyPrice` = 225, `SellPrice` = 45, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4308;\n\n/*  Handstitched Linen Britches  */\nUPDATE `item_template` SET `BuyPrice` = 1133 WHERE entry=4309;\n\n/*  Heavy Woolen Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 902 WHERE entry=4310;\n\n/*  Soft-soled Linen Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1186 WHERE entry=4312;\n\n/*  Red Woolen Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2083 WHERE entry=4313;\n\n/*  Double-stitched Woolen Shoulders  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 26, `BuyPrice` = 1659, `SellPrice` = 331, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4314;\n\n/*  Reinforced Woolen Shoulders  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 27, `BuyPrice` = 2126, `SellPrice` = 425, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=4315;\n\n/*  Heavy Woolen Pants  */\nUPDATE `item_template` SET `BuyPrice` = 3715 WHERE entry=4316;\n\n/*  Phoenix Pants  */\nUPDATE `item_template` SET `spellid_1` = 7689 WHERE entry=4317;\n\n/*  Azure Silk Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4076, `spellid_1` = 7703 WHERE entry=4319;\n\n/*  Spidersilk Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4897, `SellPrice` = 979, `ItemLevel` = 25, `MaxDurability` = 40, `stat_type1` = 6, `stat_value1` = 7, `RequiredLevel` = 20 WHERE entry=4320;\n\n/*  Spider Silk Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 5600, `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4321;\n\n/*  Shadow Hood  */\nUPDATE `item_template` SET `spellid_1` = 7708 WHERE entry=4323;\n\n/*  Azure Silk Vest  */\nUPDATE `item_template` SET `BuyPrice` = 9373, `spellid_1` = 7701 WHERE entry=4324;\n\n/*  Icy Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 18941, `frost_res` = 11, `stat_type1` = 6, `stat_value1` = 6, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=4327;\n\n/*  Star Belt  */\nUPDATE `item_template` SET `BuyPrice` = 10603 WHERE entry=4329;\n\n/*  Phoenix Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2630, `spellid_1` = 7688 WHERE entry=4331;\n\n/*  Brown Linen Pants  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 16, `BuyPrice` = 301, `SellPrice` = 60, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4343;\n\n/*  Rough Boomstick  */\nUPDATE `item_template` SET `BuyPrice` = 938, `dmg_min1` = 6.0, `dmg_max1` = 13.0 WHERE entry=4362;\n\n/*  Flying Tiger Goggles  */\nUPDATE `item_template` SET `BuyPrice` = 2043 WHERE entry=4368;\n\n/*  Deadly Blunderbuss  */\nUPDATE `item_template` SET `dmg_min1` = 15.0, `dmg_max1` = 28.0 WHERE entry=4369;\n\n/*  Lovingly Crafted Boomstick  */\nUPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 23.0 WHERE entry=4372;\n\n/*  Silver-plated Shotgun  */\nUPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=4379;\n\n/*  Moonsight Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 15915, `dmg_min1` = 14.0, `dmg_max1` = 26.0 WHERE entry=4383;\n\n/*  Green Tinted Goggles  */\nUPDATE `item_template` SET `BuyPrice` = 7052 WHERE entry=4385;\n\n/*  Craftsman's Monocle  */\nUPDATE `item_template` SET `RequiredLevel` = 32 WHERE entry=4393;\n\n/*  Ethereal Talisman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4430;\n\n/*  Scarecrow Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 2861 WHERE entry=4434;\n\n/*  Channeler's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 9278 WHERE entry=4437;\n\n/*  Pugilist Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 8464, `SellPrice` = 1692 WHERE entry=4438;\n\n/*  Grim Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 17360 WHERE entry=4443;\n\n/*  Blackvenom Blade  */\nUPDATE `item_template` SET `BuyPrice` = 17972 WHERE entry=4446;\n\n/*  Cloak of Night  */\nUPDATE `item_template` SET `BuyPrice` = 4509, `SellPrice` = 901 WHERE entry=4447;\n\n/*  Husk of Naraxis  */\nUPDATE `item_template` SET `BuyPrice` = 9959, `SellPrice` = 1991 WHERE entry=4448;\n\n/*  Talon of Vultros  */\nUPDATE `item_template` SET `BuyPrice` = 19001 WHERE entry=4454;\n\n/*  Raptor Hide Harness  */\nUPDATE `item_template` SET `BuyPrice` = 15483, `stat_value1` = 13, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=4455;\n\n/*  Raptor Hide Belt  */\nUPDATE `item_template` SET `BuyPrice` = 7768, `stat_type1` = 4, `stat_value1` = 6 WHERE entry=4456;\n\n/*  Beaded Raptor Collar  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4463;\n\n/*  Trouncing Boots  */\nUPDATE `item_template` SET `BuyPrice` = 11901 WHERE entry=4464;\n\n/*  Ravenwood Bow  */\nUPDATE `item_template` SET `dmg_min1` = 17.0, `dmg_max1` = 32.0 WHERE entry=4474;\n\n/*  Beastwalker Robe  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `stat_type3` = 6, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4476;\n\n/*  Nefarious Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4477;\n\n/*  Iridescent Scale Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 50883 WHERE entry=4478;\n\n/*  Dwarven Guard Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 11112, `SellPrice` = 2222 WHERE entry=4504;\n\n/*  Pit Fighter's Shield  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 1148, `BuyPrice` = 41411, `SellPrice` = 8282, `block` = 18, `MaxDurability` = 85, `stat_value2` = 3, `DisenchantID` = 27 WHERE entry=4507;\n\n/*  Blood-tinged Armor  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 238, `BuyPrice` = 38965, `SellPrice` = 7793, `MaxDurability` = 100, `stat_value1` = 5, `stat_value2` = 15, `DisenchantID` = 7 WHERE entry=4508;\n\n/*  Steel-clasped Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 5868 WHERE entry=4534;\n\n/*  Ironforge Memorial Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4535;\n\n/*  Radiant Silver Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 11010 WHERE entry=4545;\n\n/*  Gnomish Zapper  */\nUPDATE `item_template` SET `BuyPrice` = 41596, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4547;\n\n/*  Servomechanic Sledgehammer  */\nUPDATE `item_template` SET `stat_type1` = 37, `stat_value1` = 17, `spellid_1` = 0 WHERE entry=4548;\n-- UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7560 WHERE entry=4548;\n\n/*  Seafire Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4549;\n\n/*  Coldwater Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4550;\n\n/*  Fine Scimitar  */\nUPDATE `item_template` SET `BuyPrice` = 185 WHERE entry=4560;\n\n/*  Severing Axe  */\nUPDATE `item_template` SET `BuyPrice` = 1491 WHERE entry=4562;\n\n/*  Billy Club  */\nUPDATE `item_template` SET `BuyPrice` = 552 WHERE entry=4563;\n\n/*  Spiked Club  */\nUPDATE `item_template` SET `BuyPrice` = 3053 WHERE entry=4564;\n\n/*  Simple Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 193 WHERE entry=4565;\n\n/*  Sturdy Quarterstaff  */\nUPDATE `item_template` SET `BuyPrice` = 3157 WHERE entry=4566;\n\n/*  Merc Sword  */\nUPDATE `item_template` SET `BuyPrice` = 5247 WHERE entry=4567;\n\n/*  Grunt Axe  */\nUPDATE `item_template` SET `BuyPrice` = 8474, `SellPrice` = 1694 WHERE entry=4568;\n\n/*  Staunch Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 3063 WHERE entry=4569;\n\n/*  Birchwood Maul  */\nUPDATE `item_template` SET `BuyPrice` = 4611 WHERE entry=4570;\n\n/*  War Knife  */\nUPDATE `item_template` SET `BuyPrice` = 4896 WHERE entry=4571;\n\n/*  Light Bow  */\nUPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=4576;\n\n/*  Compact Shotgun  */\nUPDATE `item_template` SET `BuyPrice` = 1784, `SellPrice` = 356, `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=4577;\n\n/*  Ryedol's Lucky Pick  */\nUPDATE `item_template` SET `BuyPrice` = 17, `SellPrice` = 3 WHERE entry=4616;\n\n/*  Grimsteel Cape  */\nUPDATE `item_template` SET `BuyPrice` = 13741, `SellPrice` = 2748 WHERE entry=4643;\n\n/*  Warrior's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 118 WHERE entry=4658;\n\n/*  Walking Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1622, `stat_type2` = 3 WHERE entry=4660;\n\n/*  Bright Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 4645 WHERE entry=4661;\n\n/*  Journeyman's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 123 WHERE entry=4662;\n\n/*  Journeyman's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 115 WHERE entry=4663;\n\n/*  Burnt Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 132 WHERE entry=4666;\n\n/*  Battle Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 160 WHERE entry=4668;\n\n/*  Battle Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 209, `SellPrice` = 41 WHERE entry=4669;\n\n/*  Tribal Belt  */\nUPDATE `item_template` SET `BuyPrice` = 178 WHERE entry=4675;\n\n/*  Spellbinder Belt  */\nUPDATE `item_template` SET `BuyPrice` = 307 WHERE entry=4684;\n\n/*  Barbaric Cloth Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 336 WHERE entry=4686;\n\n/*  Hunting Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 532, `SellPrice` = 106 WHERE entry=4689;\n\n/*  Hunting Belt  */\nUPDATE `item_template` SET `BuyPrice` = 356 WHERE entry=4690;\n\n/*  Ceremonial Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 344, `SellPrice` = 68 WHERE entry=4692;\n\n/*  Burnished Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 2576 WHERE entry=4694;\n\n/*  Burnished Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1635 WHERE entry=4695;\n\n/*  Seer's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 1508 WHERE entry=4698;\n\n/*  Seer's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1105 WHERE entry=4699;\n\n/*  Inscribed Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1263 WHERE entry=4701;\n\n/*  Lambent Scale Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 7248 WHERE entry=4705;\n\n/*  Bright Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2309, `SellPrice` = 461 WHERE entry=4708;\n\n/*  Forest Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2808 WHERE entry=4710;\n\n/*  Glimmering Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5561 WHERE entry=4711;\n\n/*  Glimmering Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 6140 WHERE entry=4712;\n\n/*  Emblazoned Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5130 WHERE entry=4715;\n\n/*  Nightsky Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 11118 WHERE entry=4718;\n\n/*  Nightsky Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8383 WHERE entry=4719;\n\n/*  Insignia Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 14047 WHERE entry=4721;\n\n/*  Insignia Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 10591, `SellPrice` = 2118 WHERE entry=4722;\n\n/*  Humbert's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 8815 WHERE entry=4724;\n\n/*  Chief Brigadier Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 23680 WHERE entry=4725;\n\n/*  Chief Brigadier Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 13955 WHERE entry=4727;\n\n/*  Mistscape Sash  */\nUPDATE `item_template` SET `BuyPrice` = 13081 WHERE entry=4736;\n\n/*  Imperial Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 16471 WHERE entry=4738;\n\n/*  Pulsating Crystalline Shard  */\nUPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 8, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=4743;\n\n/*  Arcane Runed Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 9933 WHERE entry=4744;\n\n/*  War Rider Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 16153 WHERE entry=4745;\n\n/*  Blackwood Recurve Bow  */\nUPDATE `item_template` SET `BuyPrice` = 675, `dmg_min1` = 7.0, `dmg_max1` = 14.0, `MaxDurability` = 30 WHERE entry=4763;\n\n/*  Enamelled Broadsword  */\nUPDATE `item_template` SET `BuyPrice` = 2877 WHERE entry=4765;\n\n/*  Coppercloth Gloves  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4767;\n\n/*  Harvest Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1324, `SellPrice` = 264 WHERE entry=4771;\n\n/*  Warm Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 353, `SellPrice` = 70 WHERE entry=4772;\n\n/*  Heavy Spiked Mace  */\nUPDATE `item_template` SET `BuyPrice` = 7350 WHERE entry=4778;\n\n/*  Whispering Vest  */\nUPDATE `item_template` SET `BuyPrice` = 2735 WHERE entry=4781;\n\n/*  Solstice Robe  */\nUPDATE `item_template` SET `BuyPrice` = 2076 WHERE entry=4782;\n\n/*  Wise Man's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1393 WHERE entry=4786;\n\n/*  Agile Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2633 WHERE entry=4788;\n\n/*  Stable Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1998 WHERE entry=4789;\n\n/*  Inferno Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 4158 WHERE entry=4790;\n\n/*  Spirit Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3279, `SellPrice` = 655 WHERE entry=4792;\n\n/*  Fiery Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 4262 WHERE entry=4797;\n\n/*  Heavy Runed Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5832, `SellPrice` = 1166 WHERE entry=4798;\n\n/*  Antiquated Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3042 WHERE entry=4799;\n\n/*  Mighty Chain Pants  */\nUPDATE `item_template` SET `BuyPrice` = 6109, `SellPrice` = 1221 WHERE entry=4800;\n\n/*  Boulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 16759, `SellPrice` = 3351 WHERE entry=4810;\n\n/*  Legionnaire's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 7518 WHERE entry=4816;\n\n/*  Guardian Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 8320 WHERE entry=4820;\n\n/*  Wizard's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 3748 WHERE entry=4827;\n\n/*  Dreamer's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 4153 WHERE entry=4829;\n\n/*  Saber Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 9474, `SellPrice` = 1894 WHERE entry=4830;\n\n/*  Stalking Pants  */\nUPDATE `item_template` SET `BuyPrice` = 7858 WHERE entry=4831;\n\n/*  Mystic Sarong  */\nUPDATE `item_template` SET `BuyPrice` = 10497 WHERE entry=4832;\n\n/*  Elite Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 10550 WHERE entry=4835;\n\n/*  Long Bayonet  */\nUPDATE `item_template` SET `BuyPrice` = 713 WHERE entry=4840;\n\n/*  Unused Cloth Shoulder B02 Black  */\nUPDATE `item_template` SET `armor` = 31, `BuyPrice` = 4238, `MaxDurability` = 45 WHERE entry=4858;\n\n/*  Sleek Feathered Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 596 WHERE entry=4861;\n\n/*  Rainwalker Boots  */\nUPDATE `item_template` SET `BuyPrice` = 109, `SellPrice` = 21 WHERE entry=4906;\n\n/*  Kodo Hunter's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 1844, `SellPrice` = 368 WHERE entry=4909;\n\n/*  Painted Chain Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=4910;\n\n/*  Test Wand JChow  */\nUPDATE `item_template` SET `dmg_min1` = 11.0, `dmg_max1` = 21.0, `MaxDurability` = 45, `spellcooldown_1` = -1 WHERE entry=4912;\n\n/*  Painted Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=4913;\n\n/*  Battleworn Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 29, `SellPrice` = 5 WHERE entry=4914;\n\n/*  Soft Wool Boots  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=4915;\n\n/*  Soft Wool Vest  */\nUPDATE `item_template` SET `BuyPrice` = 48 WHERE entry=4916;\n\n/*  Battleworn Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 72 WHERE entry=4917;\n\n/*  Battleworn Cape  */\nUPDATE `item_template` SET `BuyPrice` = 37 WHERE entry=4920;\n\n/*  Dust-covered Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 63 WHERE entry=4921;\n\n/*  Jagged Chain Vest  */\nUPDATE `item_template` SET `BuyPrice` = 76 WHERE entry=4922;\n\n/*  Primitive Hatchet  */\nUPDATE `item_template` SET `BuyPrice` = 128 WHERE entry=4923;\n\n/*  Primitive Hand Blade  */\nUPDATE `item_template` SET `BuyPrice` = 129, `SellPrice` = 25 WHERE entry=4925;\n\n/*  Sandrunner Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 102 WHERE entry=4928;\n\n/*  Hickory Shortbow  */\nUPDATE `item_template` SET `BuyPrice` = 671, `dmg_min1` = 5.0, `dmg_max1` = 10.0 WHERE entry=4931;\n\n/*  Seasoned Fighter's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 241, `SellPrice` = 48 WHERE entry=4933;\n\n/*  Wide Metal Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 117 WHERE entry=4935;\n\n/*  Dirt-trodden Boots  */\nUPDATE `item_template` SET `BuyPrice` = 118 WHERE entry=4936;\n\n/*  Veiled Grips  */\nUPDATE `item_template` SET `BuyPrice` = 182 WHERE entry=4940;\n\n/*  Handsewn Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 361 WHERE entry=4944;\n\n/*  Lightweight Boots  */\nUPDATE `item_template` SET `BuyPrice` = 337 WHERE entry=4946;\n\n/*  Jagged Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 1627 WHERE entry=4947;\n\n/*  Orcish Cleaver  */\nUPDATE `item_template` SET `BuyPrice` = 8532 WHERE entry=4949;\n\n/*  Nomadic Belt  */\nUPDATE `item_template` SET `BuyPrice` = 30 WHERE entry=4954;\n\n/*  Test Totem  */\nUPDATE `item_template` SET `spellid_1` = 4975, `spellcharges_1` = -1 WHERE entry=4956;\n\n/*  Sun-beaten Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 180, `SellPrice` = 36 WHERE entry=4958;\n\n/*  Dreamwatcher Staff  */\nUPDATE `item_template` SET `BuyPrice` = 918 WHERE entry=4961;\n\n/*  Double-layered Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 100 WHERE entry=4962;\n\n/*  Thunderhorn Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 152, `SellPrice` = 30 WHERE entry=4963;\n\n/*  Bloodhoof Hand Axe  */\nUPDATE `item_template` SET `BuyPrice` = 745, `dmg_min1` = 8.0, `dmg_max1` = 16.0, `MaxDurability` = 40 WHERE entry=4965;\n\n/*  Bound Harness  */\nUPDATE `item_template` SET `BuyPrice` = 454, `SellPrice` = 90 WHERE entry=4968;\n\n/*  Cliff Runner Boots  */\nUPDATE `item_template` SET `BuyPrice` = 320 WHERE entry=4972;\n\n/*  Vigilant Buckler  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 728, `BuyPrice` = 32389, `SellPrice` = 6477, `block` = 16, `MaxDurability` = 85, `stat_value1` = 7, `DisenchantID` = 26 WHERE entry=4975;\n\n/*  Test Proc Wand  */\nUPDATE `item_template` SET `spellid_1` = 2607, `spelltrigger_1` = 2, `spellcharges_1` = -1, `spellcooldown_1` = 0 WHERE entry=4985;\n\n/*  Dwarf Captain's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 77920 WHERE entry=4987;\n\n/*  Burning Obsidian Band  */\nUPDATE `item_template` SET `DisenchantID` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4988;\n\n/*  Mage Dragon Robe  */\nUPDATE `item_template` SET `armor` = 65, `MaxDurability` = 70, `stat_type1` = 4, `stat_value1` = 7, `stat_type2` = 6, `stat_value2` = 18, `DisenchantID` = 0 WHERE entry=4989;\n\n/*  Scorched Bands  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=4990;\n\n/*  Blood Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4998;\n\n/*  Azora's Will  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4999;\n\n/*  Coral Band  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 3, `DisenchantID` = 0 WHERE entry=5000;\n\n/*  Heart Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5001;\n\n/*  Glowing Green Talisman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5002;\n\n/*  Crystal Starfire Medallion  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5003;\n\n/*  Mark of the Kirin Tor  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5004;\n\n/*  Quicksilver Ring  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5008;\n\n/*  Inscribed Gold Ring  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5010;\n\n/*  Artisan's Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 14775, `stat_type1` = 3, `stat_type2` = 6, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5016;\n\n/*  Lord Sakrasis' Scepter  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=5028;\n\n/*  Talisman of the Naga Lord  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5029;\n\n/*  Fire Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5069;\n\n/*  Shadow Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5071;\n\n/*  Charred Razormane Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5092;\n\n/*  Razormane Backstabber  */\nUPDATE `item_template` SET `BuyPrice` = 1238 WHERE entry=5093;\n\n/*  Razormane War Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5094;\n\n/*  Dark Iron Leather  */\nUPDATE `item_template` SET `armor` = 92 WHERE entry=5108;\n\n/*  Rathorian's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1601, `SellPrice` = 320 WHERE entry=5111;\n\n/*  Necklace of Harmony  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5180;\n\n/*  Vibrant Silk Cape  */\nUPDATE `item_template` SET `BuyPrice` = 8890 WHERE entry=5181;\n\n/*  Pulsating Hydra Heart  */\nUPDATE `item_template` SET `spellid_1` = 7687 WHERE entry=5183;\n\n/*  Rhahk'Zor's Hammer  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 5407, `SellPrice` = 1081, `dmg_min1` = 30.0, `dmg_max1` = 46.0, `bonding` = 0, `MaxDurability` = 65, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=5187;\n\n/*  Thief's Blade  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 9015, `SellPrice` = 1803, `dmg_min1` = 13.0, `dmg_max1` = 25.0, `MaxDurability` = 60, `stat_value1` = 3, `DisenchantID` = 23 WHERE entry=5192;\n\n/*  Cape of the Brotherhood  */\nUPDATE `item_template` SET `BuyPrice` = 4700 WHERE entry=5193;\n\n/*  Gold-flecked Gloves  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 22, `BuyPrice` = 1823, `SellPrice` = 364, `stat_type1` = 4, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 3, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5195;\n\n/*  Smite's Reaver  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 9154, `SellPrice` = 1830, `dmg_min1` = 14.0, `dmg_max1` = 28.0, `MaxDurability` = 60, `stat_type2` = 6, `stat_value2` = 1, `stat_value3` = 1, `DisenchantID` = 23 WHERE entry=5196;\n\n/*  Cookie's Tenderizer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 7989, `SellPrice` = 1597, `dmg_min1` = 20.0, `dmg_max1` = 39.0, `MaxDurability` = 60, `stat_value1` = 3, `DisenchantID` = 23 WHERE entry=5197;\n\n/*  Cookie's Stirring Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5198;\n\n/*  Smelting Pants  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 69, `BuyPrice` = 4024, `SellPrice` = 804, `MaxDurability` = 55, `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 4, `DisenchantID` = 3 WHERE entry=5199;\n\n/*  Impaling Harpoon  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 11615, `SellPrice` = 2323, `dmg_min1` = 27.0, `dmg_max1` = 42.0, `MaxDurability` = 70, `stat_value1` = 7, `DisenchantID` = 23 WHERE entry=5200;\n\n/*  Corsair's Overshirt  */\nUPDATE `item_template` SET `BuyPrice` = 5737 WHERE entry=5202;\n\n/*  Opaque Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5207;\n\n/*  Smoldering Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5208;\n\n/*  Gloom Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5209;\n\n/*  Burning Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5210;\n\n/*  Dusk Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5211;\n\n/*  Blazing Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5212;\n\n/*  Scorching Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5213;\n\n/*  Wand of Eventide  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5214;\n\n/*  Ember Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5215;\n\n/*  Umbral Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5216;\n\n/*  Alchemist's Wand  */\nUPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 11.0, `bonding` = 1, `MaxDurability` = 25, `RequiredLevel` = 0 WHERE entry=5235;\n\n/*  Combustible Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5236;\n\n/*  Pitchwood Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5238;\n\n/*  Blackbone Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5239;\n\n/*  Torchlight Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5240;\n\n/*  Dwarven Flamestick  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5241;\n\n/*  Cinder Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5242;\n\n/*  Firebelcher  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5243;\n\n/*  Consecrated Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5244;\n\n/*  Summoner's Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5245;\n\n/*  Excavation Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5246;\n\n/*  Rod of Sorrow  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5247;\n\n/*  Flash Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5248;\n\n/*  Burning Sliver  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5249;\n\n/*  Charred Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5250;\n\n/*  Wand of Decay  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5252;\n\n/*  Goblin Igniter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5253;\n\n/*  Rugged Spaulders  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 55, `BuyPrice` = 1544, `SellPrice` = 308, `bonding` = 0, `MaxDurability` = 40, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=5254;\n\n/*  Quilboar Tomahawk  */\nUPDATE `item_template` SET `BuyPrice` = 3426, `dmg_min1` = 13.0, `dmg_max1` = 26.0, `MaxDurability` = 50 WHERE entry=5255;\n\n/*  Kovork's Rattle  */\nUPDATE `item_template` SET `BuyPrice` = 36136 WHERE entry=5256;\n\n/*  Eye of Adaegus  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5266;\n\n/*  Scarlet Kris  */\nUPDATE `item_template` SET `BuyPrice` = 299255, `SellPrice` = 59851, `DisenchantID` = 49 WHERE entry=5267;\n\n/*  Rose Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 5018 WHERE entry=5274;\n\n/*  Binding Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 879, `SellPrice` = 175 WHERE entry=5275;\n\n/*  Harpy Skinner  */\nUPDATE `item_template` SET `BuyPrice` = 7184, `SellPrice` = 1436 WHERE entry=5279;\n\n/*  Gloves of the Moon  */\nUPDATE `item_template` SET `BuyPrice` = 1795 WHERE entry=5299;\n\n/*  Cobalt Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 4647 WHERE entry=5302;\n\n/*  Privateer Musket  */\nUPDATE `item_template` SET `BuyPrice` = 5190, `dmg_min1` = 12.0, `dmg_max1` = 24.0 WHERE entry=5309;\n\n/*  Sea Dog Britches  */\nUPDATE `item_template` SET `BuyPrice` = 2778, `stat_type1` = 4, `stat_type2` = 6, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5310;\n\n/*  Riveted Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 2099, `SellPrice` = 419 WHERE entry=5312;\n\n/*  Totemic Clan Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5313;\n\n/*  Boar Hunter's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 2643, `SellPrice` = 528 WHERE entry=5314;\n\n/*  Timberland Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 1069, `SellPrice` = 213 WHERE entry=5315;\n\n/*  Bashing Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 1615 WHERE entry=5319;\n\n/*  Padded Lamellar Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1862 WHERE entry=5320;\n\n/*  Elegant Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 7423 WHERE entry=5321;\n\n/*  Engineer's Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 3881 WHERE entry=5324;\n\n/*  Welding Shield  */\nUPDATE `item_template` SET `BuyPrice` = 2493 WHERE entry=5325;\n\n/*  Flaring Baton  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5326;\n\n/*  Greasy Tinker's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 2595 WHERE entry=5327;\n\n/*  Cauldron Stirrer  */\nUPDATE `item_template` SET `BuyPrice` = 4596, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5340;\n\n/*  Spore-covered Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 1844, `SellPrice` = 368 WHERE entry=5341;\n\n/*  Barkeeper's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2310, `SellPrice` = 462 WHERE entry=5343;\n\n/*  Orcish Battle Bow  */\nUPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=5346;\n\n/*  Pestilent Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5347;\n\n/*  Bounty Hunter's Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5351;\n\n/*  Beastmaster's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 4738 WHERE entry=5355;\n\n/*  Branding Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5356;\n\n/*  Ward of the Vale  */\nUPDATE `item_template` SET `BuyPrice` = 11107 WHERE entry=5357;\n\n/*  Archery Training Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 31 WHERE entry=5394;\n\n/*  Serpent's Shoulders  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 59, `BuyPrice` = 2345, `SellPrice` = 469, `bonding` = 0, `MaxDurability` = 45, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=5404;\n\n/*  Draped Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 36 WHERE entry=5405;\n\n/*  Boahn's Fang  */\nUPDATE `item_template` SET `BuyPrice` = 10421, `stat_type2` = 6 WHERE entry=5423;\n\n/*  Runescale Girdle  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 94, `BuyPrice` = 2099, `SellPrice` = 419, `MaxDurability` = 30, `stat_value1` = 5, `DisenchantID` = 2 WHERE entry=5425;\n\n/*  Miner's Cape  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 16, `BuyPrice` = 2740, `SellPrice` = 548, `stat_value1` = 3, `DisenchantID` = 2 WHERE entry=5444;\n\n/*  Dirtwood Belt  */\nUPDATE `item_template` SET `BuyPrice` = 138 WHERE entry=5458;\n\n/*  Defender Axe  */\nUPDATE `item_template` SET `BuyPrice` = 2361 WHERE entry=5459;\n\n/*  Mana Agate  */\nUPDATE `item_template` SET `spellid_1` = 5405, `spellcharges_1` = -1, `spellcooldown_1` = -1, `spellcategorycooldown_1` = 120000, `spellcategory_1` = 1153, `spellid_2` = 0, `spellcharges_2` = 0, `spellcategorycooldown_2` = 0, `spellcategory_2` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1, `spellcooldown_4` = -1, `spellcategorycooldown_4` = -1, `RequiredLevel` = 23 WHERE entry=5514;\n\n/*  Iridescent Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 18469, `SellPrice` = 3693, `dmg_min1` = 18.0, `dmg_max1` = 34.0, `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 3, `delay` = 1800 WHERE entry=5541;\n\n/*  Pearl-clasped Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1852 WHERE entry=5542;\n\n/*  Fast Test Dagger  */\nUPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 11.0, `MaxDurability` = 55 WHERE entry=5549;\n\n/*  Fast Test Gun  */\nUPDATE `item_template` SET `BuyPrice` = 96662, `SellPrice` = 19332, `dmg_min1` = 9.0, `dmg_max1` = 10.0, `MaxDurability` = 65 WHERE entry=5550;\n\n/*  Fast Test 1H Sword  */\nUPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 11.0, `MaxDurability` = 75 WHERE entry=5555;\n\n/*  Fast Test Wand  */\nUPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 10.0, `MaxDurability` = 55, `spellcooldown_1` = -1 WHERE entry=5560;\n\n/*  Thistlewood Blade  */\nUPDATE `item_template` SET `BuyPrice` = 130 WHERE entry=5586;\n\n/*  Cord Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 179, `SellPrice` = 35 WHERE entry=5590;\n\n/*  Rain-spotted Cape  */\nUPDATE `item_template` SET `BuyPrice` = 338, `SellPrice` = 67 WHERE entry=5591;\n\n/*  Shackled Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 271 WHERE entry=5592;\n\n/*  Crag Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5593;\n\n/*  Ashwood Bow  */\nUPDATE `item_template` SET `BuyPrice` = 708, `dmg_min1` = 5.0, `dmg_max1` = 11.0 WHERE entry=5596;\n\n/*  Elven Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5604;\n\n/*  Pruning Knife  */\nUPDATE `item_template` SET `BuyPrice` = 750 WHERE entry=5605;\n\n/*  Gardening Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 115 WHERE entry=5606;\n\n/*  Ivy Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 363 WHERE entry=5612;\n\n/*  Gutwrencher  */\nUPDATE `item_template` SET `BuyPrice` = 113690 WHERE entry=5616;\n\n/*  Scout's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 430, `SellPrice` = 86 WHERE entry=5618;\n\n/*  Clergy Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5622;\n\n/*  Circlet of the Order  */\nUPDATE `item_template` SET `BuyPrice` = 14634, `SellPrice` = 2926, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5624;\n\n/*  Skullchipper  */\nUPDATE `item_template` SET `BuyPrice` = 8587 WHERE entry=5626;\n\n/*  Hammerfist Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1736 WHERE entry=5629;\n\n/*  Barbaric Harness  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 101, `BuyPrice` = 13694, `SellPrice` = 2738, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=5739;\n\n/*  Gemstone Dagger  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5742;\n\n/*  Prismstone Ring  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5743;\n\n/*  Pale Skinner  */\nUPDATE `item_template` SET `RandomProperty` = 0 WHERE entry=5744;\n\n/*  Centaur Longbow  */\nUPDATE `item_template` SET `BuyPrice` = 3046, `dmg_min1` = 9.0, `dmg_max1` = 18.0, `MaxDurability` = 40 WHERE entry=5748;\n\n/*  Scythe Axe  */\nUPDATE `item_template` SET `BuyPrice` = 13321 WHERE entry=5749;\n\n/*  Warchief's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 3208 WHERE entry=5750;\n\n/*  Webwing Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5140, `SellPrice` = 1028 WHERE entry=5751;\n\n/*  Wolfpack Medallion  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5754;\n\n/*  Hardwood Cudgel  */\nUPDATE `item_template` SET `BuyPrice` = 6816 WHERE entry=5757;\n\n/*  Violet Robes  */\nUPDATE `item_template` SET `BuyPrice` = 221 WHERE entry=5767;\n\n/*  Robes of Arcana  */\nUPDATE `item_template` SET `BuyPrice` = 9037 WHERE entry=5770;\n\n/*  Primitive Walking Stick  */\nUPDATE `item_template` SET `BuyPrice` = 151 WHERE entry=5778;\n\n/*  Murloc Scale Belt  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 2 WHERE entry=5780;\n\n/*  Murloc Scale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 3008, `stat_type1` = 4, `stat_value1` = 5 WHERE entry=5781;\n\n/*  Thick Murloc Armor  */\nUPDATE `item_template` SET `BuyPrice` = 16055, `stat_type1` = 4, `stat_value1` = 9 WHERE entry=5782;\n\n/*  Murloc Scale Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 11581, `stat_type2` = 4, `stat_value2` = 5 WHERE entry=5783;\n\n/*  Emil's Brand  */\nUPDATE `item_template` SET `BuyPrice` = 35439, `SellPrice` = 7087 WHERE entry=5813;\n\n/*  Snapbrook Armor  */\nUPDATE `item_template` SET `BuyPrice` = 11756 WHERE entry=5814;\n\n/*  Lunaris Bow  */\nUPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 43.0 WHERE entry=5817;\n\n/*  Moonbeam Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5818;\n\n/*  Sunblaze Coif  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=5819;\n\n/*  Faerie Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 8114, `SellPrice` = 1622 WHERE entry=5820;\n\n/*  Darkstalker Boots  */\nUPDATE `item_template` SET `armor` = 58, `MaxDurability` = 40 WHERE entry=5821;\n\n/*  Hedgeseed Gauntlets  */\nUPDATE `item_template` SET `armor` = 112, `BuyPrice` = 3613, `MaxDurability` = 30 WHERE entry=5822;\n\n/*  Ring of Uber Resists (TEST)  */\nUPDATE `item_template` SET `fire_res` = 315, `nature_res` = 315, `frost_res` = 315, `shadow_res` = 315, `arcane_res` = 315, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5828;\n\n/*  Animal Skin Belt  */\nUPDATE `item_template` SET `BuyPrice` = 99, `SellPrice` = 19 WHERE entry=5936;\n\n/*  Sewing Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 100 WHERE entry=5939;\n\n/*  Bone Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 769, `SellPrice` = 153 WHERE entry=5940;\n\n/*  Brass Scale Pants  */\nUPDATE `item_template` SET `BuyPrice` = 578 WHERE entry=5941;\n\n/*  Rift Bracers  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 80, `BuyPrice` = 4202, `SellPrice` = 840, `MaxDurability` = 30, `stat_value1` = 5, `DisenchantID` = 3 WHERE entry=5943;\n\n/*  Greaves of the People's Militia  */\nUPDATE `item_template` SET `BuyPrice` = 1655 WHERE entry=5944;\n\n/*  Blacksmith Hammer  */\nUPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 3.0 WHERE entry=5956;\n\n/*  Handstitched Leather Vest  */\nUPDATE `item_template` SET `BuyPrice` = 200 WHERE entry=5957;\n\n/*  Fine Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 4145, `stat_type2` = 6, `stat_value2` = 4 WHERE entry=5958;\n\n/*  Guardian Pants  */\nUPDATE `item_template` SET `BuyPrice` = 13972, `stat_type2` = 6, `stat_value2` = 8 WHERE entry=5962;\n\n/*  Barbaric Leggings  */\nUPDATE `item_template` SET `stat_value1` = 7, `stat_type2` = 6, `stat_value2` = 7, `stat_value3` = 7 WHERE entry=5963;\n\n/*  Barbaric Shoulders  */\nUPDATE `item_template` SET `stat_value1` = 6, `stat_type2` = 6, `stat_type3` = 3, `stat_value3` = 5 WHERE entry=5964;\n\n/*  Guardian Cloak  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 5 WHERE entry=5965;\n\n/*  Guardian Gloves  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 63, `BuyPrice` = 6873, `SellPrice` = 1374, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=5966;\n\n/*  Girdle of Nobility  */\nUPDATE `item_template` SET `BuyPrice` = 1045 WHERE entry=5967;\n\n/*  Rugged Boots  */\nUPDATE `item_template` SET `armor` = 48, `MaxDurability` = 30 WHERE entry=5968;\n\n/*  Regent's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3908, `SellPrice` = 781 WHERE entry=5969;\n\n/*  Serpent Gloves  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 23, `BuyPrice` = 2092, `SellPrice` = 418, `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 4, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5970;\n\n/*  Feathered Cape  */\nUPDATE `item_template` SET `BuyPrice` = 5681, `SellPrice` = 1136 WHERE entry=5971;\n\n/*  Golden Scale Bracers  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 91, `BuyPrice` = 8247, `SellPrice` = 1649, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 0 WHERE entry=6040;\n\n/*  Nomadic Vest  */\nUPDATE `item_template` SET `BuyPrice` = 65 WHERE entry=6059;\n\n/*  Tapered Pants  */\nUPDATE `item_template` SET `BuyPrice` = 47 WHERE entry=6076;\n\n/*  Stormwind Guard Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 1454, `SellPrice` = 290 WHERE entry=6084;\n\n/*  Chausses of Westfall  */\nUPDATE `item_template` SET `BuyPrice` = 8639, `SellPrice` = 1727 WHERE entry=6087;\n\n/*  Black Whelp Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2104, `SellPrice` = 420 WHERE entry=6092;\n\n/*  Piercing Axe  */\nUPDATE `item_template` SET `BuyPrice` = 6393 WHERE entry=6094;\n\n/*  Apprentice's Robe  */\nUPDATE `item_template` SET `MaxDurability` = 35 WHERE entry=6116;\n\n/*  Recruit's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=6122;\n\n/*  Thug Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=6138;\n\n/*  Twain Random Sword  */\nUPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 100.0 WHERE entry=6174;\n\n/*  Ironwrought Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 348 WHERE entry=6177;\n\n/*  Privateer's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 2782, `SellPrice` = 556 WHERE entry=6179;\n\n/*  Bear Shawl  */\nUPDATE `item_template` SET `BuyPrice` = 47, `SellPrice` = 9 WHERE entry=6185;\n\n/*  Trogg Slicer  */\nUPDATE `item_template` SET `BuyPrice` = 6864, `SellPrice` = 1372 WHERE entry=6186;\n\n/*  Dwarven Defender  */\nUPDATE `item_template` SET `BuyPrice` = 3066, `spellcooldown_1` = -1 WHERE entry=6187;\n\n/*  Mud Stompers  */\nUPDATE `item_template` SET `BuyPrice` = 1525 WHERE entry=6188;\n\n/*  Kimbra Boots  */\nUPDATE `item_template` SET `BuyPrice` = 3079, `SellPrice` = 615, `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 6, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6191;\n\n/*  Barreling Reaper  */\nUPDATE `item_template` SET `BuyPrice` = 26543 WHERE entry=6194;\n\n/*  Black Widow Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6199;\n\n/*  Garneg's War Belt  */\nUPDATE `item_template` SET `BuyPrice` = 6117 WHERE entry=6200;\n\n/*  Fingerless Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 179, `SellPrice` = 35 WHERE entry=6202;\n\n/*  Thuggish Shield  */\nUPDATE `item_template` SET `BuyPrice` = 608 WHERE entry=6203;\n\n/*  Tribal Worg Helm  */\nUPDATE `item_template` SET `BuyPrice` = 10327 WHERE entry=6204;\n\n/*  Burrowing Shovel  */\nUPDATE `item_template` SET `BuyPrice` = 4613 WHERE entry=6205;\n\n/*  Rock Chipper  */\nUPDATE `item_template` SET `BuyPrice` = 2777 WHERE entry=6206;\n\n/*  Heavy Copper Maul  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 2978, `SellPrice` = 595, `dmg_min1` = 21.0, `dmg_max1` = 32.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 0 WHERE entry=6214;\n\n/*  Balanced Fighting Stick  */\nUPDATE `item_template` SET `BuyPrice` = 3009, `SellPrice` = 601 WHERE entry=6215;\n\n/*  Arclight Spanner  */\nUPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 8.0 WHERE entry=6219;\n\n/*  Meteor Shard  */\nUPDATE `item_template` SET `RequiredLevel` = 24 WHERE entry=6220;\n\n/*  Crest of Darkshire  */\nUPDATE `item_template` SET `BuyPrice` = 23986 WHERE entry=6223;\n\n/*  Bloody Apron  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 37, `BuyPrice` = 4452, `SellPrice` = 890, `MaxDurability` = 65, `stat_value1` = 8, `DisenchantID` = 3 WHERE entry=6226;\n\n/*  Brown Linen Robe  */\nUPDATE `item_template` SET `BuyPrice` = 491 WHERE entry=6238;\n\n/*  White Linen Robe  */\nUPDATE `item_template` SET `BuyPrice` = 496 WHERE entry=6241;\n\n/*  Green Woolen Robe  */\nUPDATE `item_template` SET `BuyPrice` = 2228, `DisenchantID` = 0 WHERE entry=6243;\n\n/*  Blue Overalls  */\nUPDATE `item_template` SET `BuyPrice` = 2947, `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6263;\n\n/*  Greater Adept's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 4420 WHERE entry=6264;\n\n/*  Pioneer Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 966 WHERE entry=6269;\n\n/*  Sacred Burial Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 11219, `SellPrice` = 2243, `stat_type1` = 4, `stat_value1` = 3, `stat_type3` = 6, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6282;\n\n/*  Wolfmaster Cape  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 20, `BuyPrice` = 6343, `SellPrice` = 1268, `stat_type1` = 7, `stat_value1` = 2, `stat_value2` = 4, `DisenchantID` = 4, `RequiredLevel` = 22 WHERE entry=6314;\n\n/*  Steelarrow Crossbow  */\nUPDATE `item_template` SET `dmg_min1` = 29.0, `dmg_max1` = 45.0 WHERE entry=6315;\n\n/*  Odo's Ley Staff  */\nUPDATE `item_template` SET `BuyPrice` = 24014, `SellPrice` = 4802 WHERE entry=6318;\n\n/*  Girdle of the Blindwatcher  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 49, `BuyPrice` = 4016, `SellPrice` = 803, `MaxDurability` = 30, `stat_value1` = 3, `stat_value2` = 5, `DisenchantID` = 4, `RequiredLevel` = 21 WHERE entry=6319;\n\n/*  Commander's Crest  */\nUPDATE `item_template` SET `stat_type1` = 6, `spellcooldown_1` = -1, `RequiredLevel` = 23 WHERE entry=6320;\n\n/*  Silverlaine's Family Seal  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6321;\n\n/*  Baron's Scepter  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 13058, `SellPrice` = 2611, `dmg_min1` = 21.0, `dmg_max1` = 40.0, `MaxDurability` = 65, `stat_value1` = 4, `DisenchantID` = 23, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6323;\n\n/*  Robes of Arugal  */\nUPDATE `item_template` SET `BuyPrice` = 9463, `stat_value1` = 10, `stat_type4` = 3, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 24 WHERE entry=6324;\n\n/*  The Pacifier  */\nUPDATE `item_template` SET `BuyPrice` = 64118 WHERE entry=6327;\n\n/*  Howling Blade  */\nUPDATE `item_template` SET `BuyPrice` = 47333 WHERE entry=6331;\n\n/*  Black Pearl Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6332;\n\n/*  Grizzled Boots  */\nUPDATE `item_template` SET `BuyPrice` = 7905 WHERE entry=6335;\n\n/*  Infantry Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 1526 WHERE entry=6336;\n\n/*  Fenrus' Hide  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 20, `BuyPrice` = 4375, `SellPrice` = 875, `stat_value1` = 4, `stat_value2` = 2, `DisenchantID` = 4, `RequiredLevel` = 21 WHERE entry=6340;\n\n/*  Eerie Stable Lantern  */\nUPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `DisenchantID` = 22, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6341;\n\n/*  Rough Bronze Boots  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 106, `BuyPrice` = 1478, `SellPrice` = 295, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=6350;\n\n/*  Strong Fishing Pole  */\nUPDATE `item_template` SET `BuyPrice` = 901 WHERE entry=6365;\n\n/*  Darkwood Fishing Pole  */\nUPDATE `item_template` SET `BuyPrice` = 5330 WHERE entry=6366;\n\n/*  Seer's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1463 WHERE entry=6378;\n\n/*  Inscribed Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1223 WHERE entry=6379;\n\n/*  Inscribed Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 3271, `spellcooldown_1` = -1 WHERE entry=6380;\n\n/*  Glimmering Mail Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 13462 WHERE entry=6386;\n\n/*  Glimmering Mail Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 6141 WHERE entry=6387;\n\n/*  Glimmering Mail Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 10216 WHERE entry=6388;\n\n/*  Glimmering Mail Coif  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6389;\n\n/*  Belt of Arugal  */\nUPDATE `item_template` SET `BuyPrice` = 5003, `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 24 WHERE entry=6392;\n\n/*  Silver-thread Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 3803 WHERE entry=6393;\n\n/*  Silver-thread Boots  */\nUPDATE `item_template` SET `BuyPrice` = 5205 WHERE entry=6394;\n\n/*  Silver-thread Amice  */\nUPDATE `item_template` SET `BuyPrice` = 6321 WHERE entry=6395;\n\n/*  Emblazoned Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 14073 WHERE entry=6396;\n\n/*  Emblazoned Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4929, `SellPrice` = 985 WHERE entry=6397;\n\n/*  Emblazoned Belt  */\nUPDATE `item_template` SET `BuyPrice` = 4948 WHERE entry=6398;\n\n/*  Emblazoned Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 8196 WHERE entry=6399;\n\n/*  Mail Combat Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 23496 WHERE entry=6402;\n\n/*  Mail Combat Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 8859, `SellPrice` = 1771 WHERE entry=6403;\n\n/*  Nightsky Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 15839, `SellPrice` = 3167, `stat_type2` = 3, `stat_value2` = 5, `stat_type3` = 6, `stat_value3` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6405;\n\n/*  Insignia Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 8271 WHERE entry=6408;\n\n/*  Insignia Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 7574, `SellPrice` = 1514 WHERE entry=6410;\n\n/*  Aurora Robe  */\nUPDATE `item_template` SET `BuyPrice` = 22825 WHERE entry=6415;\n\n/*  Glyphed Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 11497 WHERE entry=6419;\n\n/*  Glyphed Boots  */\nUPDATE `item_template` SET `BuyPrice` = 18698 WHERE entry=6420;\n\n/*  Glyphed Belt  */\nUPDATE `item_template` SET `BuyPrice` = 11585 WHERE entry=6421;\n\n/*  Blackforge Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 22393 WHERE entry=6425;\n\n/*  Blackforge Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 20811 WHERE entry=6426;\n\n/*  Mistscape Robe  */\nUPDATE `item_template` SET `BuyPrice` = 35081 WHERE entry=6427;\n\n/*  Mistscape Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 13975, `stat_type2` = 3, `stat_value2` = 4, `stat_type3` = 5, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6428;\n\n/*  Imperial Leather Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 45493 WHERE entry=6430;\n\n/*  Imperial Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 27181 WHERE entry=6431;\n\n/*  Imperial Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 18708 WHERE entry=6432;\n\n/*  Worn Turtle Shell Shield  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 412, `BuyPrice` = 2810, `SellPrice` = 562, `block` = 6, `bonding` = 0, `MaxDurability` = 65, `DisenchantID` = 0 WHERE entry=6447;\n\n/*  Tail Spike  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 9714, `SellPrice` = 1942, `dmg_min1` = 14.0, `dmg_max1` = 26.0, `MaxDurability` = 45, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 23 WHERE entry=6448;\n\n/*  Glowing Lizardscale Cloak  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=6449;\n\n/*  Savage Trodders  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 122, `BuyPrice` = 4674, `SellPrice` = 934, `MaxDurability` = 45, `stat_value1` = 6, `DisenchantID` = 3 WHERE entry=6459;\n\n/*  Cobrahn's Grasp  */\nUPDATE `item_template` SET `BuyPrice` = 4222 WHERE entry=6460;\n\n/*  Slime-encrusted Pads  */\nUPDATE `item_template` SET `spellid_1` = 18764, `RequiredLevel` = 22 WHERE entry=6461;\n\n/*  Deep Fathom Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 21 WHERE entry=6463;\n\n/*  Robe of the Moccasin  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 36, `BuyPrice` = 3843, `SellPrice` = 768, `MaxDurability` = 60, `stat_type1` = 4, `stat_value1` = 2, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 6, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6465;\n\n/*  Deviate Scale Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2067, `SellPrice` = 413 WHERE entry=6466;\n\n/*  Deviate Scale Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2103 WHERE entry=6467;\n\n/*  Deviate Scale Belt  */\nUPDATE `item_template` SET `stat_type3` = 6 WHERE entry=6468;\n\n/*  Venomstrike  */\nUPDATE `item_template` SET `dmg_min1` = 16.0, `dmg_max1` = 30.0 WHERE entry=6469;\n\n/*  Armor of the Fang  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 82, `BuyPrice` = 5053, `SellPrice` = 1010, `MaxDurability` = 75, `stat_value1` = 2, `stat_type2` = 6, `stat_value2` = 7, `DisenchantID` = 3 WHERE entry=6473;\n\n/*  Grassland Sash  */\nUPDATE `item_template` SET `BuyPrice` = 1372 WHERE entry=6477;\n\n/*  Rat Stompers  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=6478;\n\n/*  Slick Deviate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 3566 WHERE entry=6480;\n\n/*  Dagmire Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 3209, `SellPrice` = 641 WHERE entry=6481;\n\n/*  Firewalker Boots  */\nUPDATE `item_template` SET `BuyPrice` = 3640, `stat_type1` = 4, `stat_value1` = 2, `stat_type3` = 5, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6482;\n\n/*  Harlequin Robes  */\nUPDATE `item_template` SET `BuyPrice` = 3814, `SellPrice` = 762 WHERE entry=6503;\n\n/*  Wingblade  */\nUPDATE `item_template` SET `BuyPrice` = 14667 WHERE entry=6504;\n\n/*  Infantry Belt  */\nUPDATE `item_template` SET `BuyPrice` = 224, `SellPrice` = 44 WHERE entry=6509;\n\n/*  Infantry Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 272 WHERE entry=6510;\n\n/*  Journeyman's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 608 WHERE entry=6511;\n\n/*  Disciple's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 955 WHERE entry=6512;\n\n/*  Disciple's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 212 WHERE entry=6514;\n\n/*  Pioneer Boots  */\nUPDATE `item_template` SET `BuyPrice` = 351 WHERE entry=6518;\n\n/*  Pioneer Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 180 WHERE entry=6519;\n\n/*  Pioneer Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 209, `SellPrice` = 41 WHERE entry=6520;\n\n/*  Pioneer Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 236 WHERE entry=6521;\n\n/*  Studded Leather Harness  */\nUPDATE `item_template` SET `BuyPrice` = 2870 WHERE entry=6524;\n\n/*  Grunt's Harness  */\nUPDATE `item_template` SET `BuyPrice` = 5167 WHERE entry=6525;\n\n/*  Ancestral Robe  */\nUPDATE `item_template` SET `BuyPrice` = 937 WHERE entry=6527;\n\n/*  Spellbinder Robe  */\nUPDATE `item_template` SET `BuyPrice` = 1792 WHERE entry=6528;\n\n/*  Barbaric Cloth Robe  */\nUPDATE `item_template` SET `BuyPrice` = 2085 WHERE entry=6531;\n\n/*  Willow Vest  */\nUPDATE `item_template` SET `BuyPrice` = 2443 WHERE entry=6536;\n\n/*  Willow Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1051 WHERE entry=6537;\n\n/*  Willow Robe  */\nUPDATE `item_template` SET `BuyPrice` = 2461 WHERE entry=6538;\n\n/*  Willow Belt  */\nUPDATE `item_template` SET `BuyPrice` = 811 WHERE entry=6539;\n\n/*  Willow Pants  */\nUPDATE `item_template` SET `BuyPrice` = 2156 WHERE entry=6540;\n\n/*  Willow Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 817 WHERE entry=6541;\n\n/*  Soldier's Armor  */\nUPDATE `item_template` SET `BuyPrice` = 3379, `SellPrice` = 675 WHERE entry=6545;\n\n/*  Soldier's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 509, `SellPrice` = 101 WHERE entry=6549;\n\n/*  Soldier's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2048 WHERE entry=6551;\n\n/*  Bard's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1145 WHERE entry=6554;\n\n/*  Bard's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 652, `SellPrice` = 130 WHERE entry=6555;\n\n/*  Bard's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1511 WHERE entry=6557;\n\n/*  Bard's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 902 WHERE entry=6558;\n\n/*  Bard's Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6559;\n\n/*  Soldier's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 3079, `SellPrice` = 615, `spellcooldown_1` = -1 WHERE entry=6560;\n\n/*  Seer's Padded Armor  */\nUPDATE `item_template` SET `BuyPrice` = 3378 WHERE entry=6561;\n\n/*  Shimmering Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2542 WHERE entry=6562;\n\n/*  Shimmering Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1478 WHERE entry=6563;\n\n/*  Shimmering Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2560 WHERE entry=6564;\n\n/*  Shimmering Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1969, `SellPrice` = 393 WHERE entry=6565;\n\n/*  Shimmering Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 4603 WHERE entry=6568;\n\n/*  Shimmering Robe  */\nUPDATE `item_template` SET `BuyPrice` = 5222 WHERE entry=6569;\n\n/*  Shimmering Sash  */\nUPDATE `item_template` SET `BuyPrice` = 1815 WHERE entry=6570;\n\n/*  Scouting Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 5834, `SellPrice` = 1166, `spellcooldown_1` = -1 WHERE entry=6571;\n\n/*  Defender Shield  */\nUPDATE `item_template` SET `BuyPrice` = 6618, `spellcooldown_1` = -1 WHERE entry=6572;\n\n/*  Defender Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4691 WHERE entry=6573;\n\n/*  Defender Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 2840 WHERE entry=6574;\n\n/*  Defender Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2155 WHERE entry=6575;\n\n/*  Defender Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 2861 WHERE entry=6576;\n\n/*  Defender Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 6514, `SellPrice` = 1302 WHERE entry=6578;\n\n/*  Scouting Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2792, `SellPrice` = 558 WHERE entry=6585;\n\n/*  Viridian Band  */\nUPDATE `item_template` SET `RandomProperty` = 3475 WHERE entry=6589;\n\n/*  Battleforge Armor  */\nUPDATE `item_template` SET `BuyPrice` = 12239, `SellPrice` = 2447 WHERE entry=6592;\n\n/*  Battleforge Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 4614, `SellPrice` = 922 WHERE entry=6593;\n\n/*  Battleforge Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 5604, `SellPrice` = 1120 WHERE entry=6594;\n\n/*  Battleforge Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 5624, `SellPrice` = 1124 WHERE entry=6595;\n\n/*  Battleforge Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 11290 WHERE entry=6596;\n\n/*  Battleforge Shoulderguards  */\nUPDATE `item_template` SET `BuyPrice` = 8536 WHERE entry=6597;\n\n/*  Dervish Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 12131 WHERE entry=6598;\n\n/*  Battleforge Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6599;\n\n/*  Dervish Belt  */\nUPDATE `item_template` SET `BuyPrice` = 4338 WHERE entry=6600;\n\n/*  Dervish Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 4369, `SellPrice` = 873 WHERE entry=6602;\n\n/*  Dervish Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 11674, `SellPrice` = 2334 WHERE entry=6603;\n\n/*  Dervish Cape  */\nUPDATE `item_template` SET `BuyPrice` = 6000, `SellPrice` = 1200 WHERE entry=6604;\n\n/*  Dervish Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4857 WHERE entry=6605;\n\n/*  Sage's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 4063 WHERE entry=6611;\n\n/*  Sage's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 5562 WHERE entry=6612;\n\n/*  Sage's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5603 WHERE entry=6614;\n\n/*  Sage's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4123 WHERE entry=6615;\n\n/*  Sage's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 11019, `SellPrice` = 2203 WHERE entry=6616;\n\n/*  Sword of Zeal  */\nUPDATE `item_template` SET `BuyPrice` = 277000, `SellPrice` = 55400, `DisenchantID` = 49 WHERE entry=6622;\n\n/*  Mutant Scale Breastplate  */\nUPDATE `item_template` SET `RequiredLevel` = 23 WHERE entry=6627;\n\n/*  Raven's Claws  */\nUPDATE `item_template` SET `BuyPrice` = 1851 WHERE entry=6628;\n\n/*  Sporid Cape  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 18, `BuyPrice` = 3150, `SellPrice` = 630, `stat_value1` = 3, `stat_value2` = 2, `DisenchantID` = 3 WHERE entry=6629;\n\n/*  Living Root  */\nUPDATE `item_template` SET `nature_res` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6631;\n\n/*  Feyscale Cloak  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 17, `BuyPrice` = 3211, `SellPrice` = 642, `stat_value1` = 3, `stat_type2` = 6, `stat_value2` = 2, `DisenchantID` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6632;\n\n/*  Butcher's Slicer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 10659, `SellPrice` = 2131, `dmg_min1` = 23.0, `dmg_max1` = 44.0, `MaxDurability` = 65, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 23 WHERE entry=6633;\n\n/*  Haunting Blade  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 18376, `SellPrice` = 3675, `dmg_min1` = 53.0, `dmg_max1` = 80.0, `MaxDurability` = 80, `stat_type1` = 6, `stat_value1` = 9, `DisenchantID` = 24, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 21 WHERE entry=6641;\n\n/*  Phantom Armor  */\nUPDATE `item_template` SET `BuyPrice` = 9402, `stat_type1` = 6 WHERE entry=6642;\n\n/*  Scarab Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 2705 WHERE entry=6659;\n\n/*  Julie's Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 180788, `spellppmrate_1` = 5.0 WHERE entry=6660;\n\n/*  Dredge Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4152 WHERE entry=6666;\n\n/*  Panther Armor  */\nUPDATE `item_template` SET `BuyPrice` = 8363 WHERE entry=6670;\n\n/*  Tempered Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 5244, `SellPrice` = 1048 WHERE entry=6675;\n\n/*  Constable Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 11229, `SellPrice` = 2245 WHERE entry=6676;\n\n/*  Spellcrafter Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6677;\n\n/*  Band of Elven Grace  */\nUPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6678;\n\n/*  Armor Piercer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 24264, `SellPrice` = 4852, `dmg_min1` = 41.0, `dmg_max1` = 62.0, `MaxDurability` = 85, `stat_value1` = 11, `DisenchantID` = 24 WHERE entry=6679;\n\n/*  Thornspike  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 15622, `SellPrice` = 3124, `dmg_min1` = 18.0, `dmg_max1` = 35.0, `bonding` = 0, `MaxDurability` = 55, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=6681;\n\n/*  Death Speaker Robes  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 44, `BuyPrice` = 9504, `SellPrice` = 1900, `MaxDurability` = 70, `stat_type4` = 0, `stat_value4` = 0, `DisenchantID` = 5 WHERE entry=6682;\n\n/*  Death Speaker Mantle  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 32, `BuyPrice` = 6554, `SellPrice` = 1310, `MaxDurability` = 45, `DisenchantID` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6685;\n\n/*  Tusken Helm  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 168, `BuyPrice` = 13135, `SellPrice` = 2627, `MaxDurability` = 60, `stat_value1` = 9, `stat_value2` = 8, `DisenchantID` = 5, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 28 WHERE entry=6686;\n\n/*  Corpsemaker  */\nUPDATE `item_template` SET `BuyPrice` = 49652, `RequiredLevel` = 29 WHERE entry=6687;\n\n/*  Whisperwind Headdress  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 79, `BuyPrice` = 10295, `SellPrice` = 2059, `MaxDurability` = 50, `DisenchantID` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6688;\n\n/*  Wind Spirit Staff  */\nUPDATE `item_template` SET `BuyPrice` = 41336 WHERE entry=6689;\n\n/*  Ferine Leggings  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 87, `BuyPrice` = 16731, `SellPrice` = 3346, `MaxDurability` = 65, `stat_value1` = 9, `stat_value2` = 8, `DisenchantID` = 5 WHERE entry=6690;\n\n/*  Swinetusk Shank  */\nUPDATE `item_template` SET `BuyPrice` = 44332 WHERE entry=6691;\n\n/*  Pronged Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 48942, `RequiredLevel` = 31 WHERE entry=6692;\n\n/*  Agamaggan's Clutch  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 31 WHERE entry=6693;\n\n/*  Heart of Agamaggan  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `RequiredLevel` = 31 WHERE entry=6694;\n\n/*  Stygian Bone Amulet  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6695;\n\n/*  Nightstalker Bow  */\nUPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 36.0 WHERE entry=6696;\n\n/*  Batwing Mantle  */\nUPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6697;\n\n/*  Stone of Pierce  */\nUPDATE `item_template` SET `spellid_1` = 8299, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6698;\n\n/*  Stone of Lapidis  */\nUPDATE `item_template` SET `spellid_1` = 8315, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6707;\n\n/*  Stone of Goodman  */\nUPDATE `item_template` SET `spellid_1` = 21751, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6708;\n\n/*  Moonglow Vest  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 4 WHERE entry=6709;\n\n/*  Stone of Kurtz  */\nUPDATE `item_template` SET `spellid_1` = 8324, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6711;\n\n/*  Ripped Pants  */\nUPDATE `item_template` SET `BuyPrice` = 51 WHERE entry=6713;\n\n/*  Windborne Belt  */\nUPDATE `item_template` SET `BuyPrice` = 5485 WHERE entry=6719;\n\n/*  Spirit Hunter Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 16094, `SellPrice` = 3218 WHERE entry=6720;\n\n/*  Chestplate of Kor  */\nUPDATE `item_template` SET `BuyPrice` = 7094, `SellPrice` = 1418 WHERE entry=6721;\n\n/*  Medal of Courage  */\nUPDATE `item_template` SET `Quality` = 2, `stat_type1` = 6, `stat_value1` = 3, `stat_type2` = 7, `stat_value2` = 9, `DisenchantID` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=6723;\n\n/*  Stone of Backus  */\nUPDATE `item_template` SET `spellid_1` = 8357, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6724;\n\n/*  Marbled Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 30528 WHERE entry=6725;\n\n/*  Stone of Brownell  */\nUPDATE `item_template` SET `spellid_1` = 8360, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6728;\n\n/*  Fizzle's Zippy Lighter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6729;\n\n/*  Ironforge Chain  */\nUPDATE `item_template` SET `BuyPrice` = 2482, `DisenchantID` = 0 WHERE entry=6730;\n\n/*  Gnomish Mechanic's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 12108 WHERE entry=6732;\n\n/*  Ironforge Gauntlets  */\nUPDATE `item_template` SET `armor` = 120, `BuyPrice` = 5726, `DisenchantID` = 0 WHERE entry=6733;\n\n/*  Dryleaf Pants  */\nUPDATE `item_template` SET `BuyPrice` = 14027 WHERE entry=6737;\n\n/*  Bleeding Crescent  */\nUPDATE `item_template` SET `BuyPrice` = 35203 WHERE entry=6738;\n\n/*  Cliffrunner's Aim  */\nUPDATE `item_template` SET `BuyPrice` = 14958, `dmg_min1` = 19.0, `dmg_max1` = 36.0 WHERE entry=6739;\n\n/*  Azure Sash  */\nUPDATE `item_template` SET `BuyPrice` = 5004, `SellPrice` = 1000 WHERE entry=6740;\n\n/*  Stonefist Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 14150 WHERE entry=6742;\n\n/*  Sustaining Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6743;\n\n/*  Gloves of Kapelan  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 7, `stat_type2` = 5, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6744;\n\n/*  Swiftrunner Cape  */\nUPDATE `item_template` SET `BuyPrice` = 11197, `SellPrice` = 2239 WHERE entry=6745;\n\n/*  Basalt Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 35379, `SellPrice` = 7075, `spellcooldown_1` = -1 WHERE entry=6746;\n\n/*  Monkey Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6748;\n\n/*  Tiger Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6749;\n\n/*  Snake Hoop  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6750;\n\n/*  Lancer Boots  */\nUPDATE `item_template` SET `BuyPrice` = 8009, `SellPrice` = 1601 WHERE entry=6752;\n\n/*  Jaina's Signet Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6757;\n\n/*  Gelkis Marauder Chain  */\nUPDATE `item_template` SET `BuyPrice` = 36831 WHERE entry=6773;\n\n/*  Braced Handguards  */\nUPDATE `item_template` SET `BuyPrice` = 10159, `SellPrice` = 2031 WHERE entry=6784;\n\n/*  Simple Dress  */\nUPDATE `item_template` SET `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6786;\n\n/*  White Woolen Dress  */\nUPDATE `item_template` SET `armor` = 34, `BuyPrice` = 2331, `SellPrice` = 466, `ItemLevel` = 22, `MaxDurability` = 60, `RequiredLevel` = 17 WHERE entry=6787;\n\n/*  Ceremonial Centaur Blanket  */\nUPDATE `item_template` SET `BuyPrice` = 20060 WHERE entry=6789;\n\n/*  Hellion Boots  */\nUPDATE `item_template` SET `BuyPrice` = 17321, `stat_type1` = 3, `stat_value1` = 3, `stat_type3` = 5, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6791;\n\n/*  Auric Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 15786 WHERE entry=6793;\n\n/*  Eyepoker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6797;\n\n/*  Blasting Hackbut  */\nUPDATE `item_template` SET `dmg_min1` = 30.0, `dmg_max1` = 56.0 WHERE entry=6798;\n\n/*  Baroque Apron  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 6, `stat_type3` = 6, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6801;\n\n/*  Windstorm Hammer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 56312, `SellPrice` = 11262, `ItemLevel` = 40, `dmg_min1` = 32.0, `dmg_max1` = 61.0, `MaxDurability` = 75, `stat_value1` = 4, `stat_value2` = 5, `DisenchantID` = 26 WHERE entry=6804;\n\n/*  Dancing Flame  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 42540, `SellPrice` = 8508, `dmg_min1` = 32.0, `dmg_max1` = 60.0, `MaxDurability` = 55, `DisenchantID` = 26, `spellcooldown_1` = -1 WHERE entry=6806;\n\n/*  Visionary Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6828;\n\n/*  Sword of Serenity  */\nUPDATE `item_template` SET `BuyPrice` = 93572 WHERE entry=6829;\n\n/*  Bonebiter  */\nUPDATE `item_template` SET `BuyPrice` = 117381 WHERE entry=6830;\n\n/*  Black Menace  */\nUPDATE `item_template` SET `BuyPrice` = 87613 WHERE entry=6831;\n\n/*  Cloak of Blight  */\nUPDATE `item_template` SET `BuyPrice` = 18849, `SellPrice` = 3769 WHERE entry=6832;\n\n/*  White Tuxedo Shirt  */\nUPDATE `item_template` SET `BuyPrice` = 2000, `SellPrice` = 500 WHERE entry=6833;\n\n/*  Black Tuxedo  */\nUPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=6834;\n\n/*  Black Tuxedo Pants  */\nUPDATE `item_template` SET `armor` = 0, `BuyPrice` = 2521, `SellPrice` = 504, `MaxDurability` = 0 WHERE entry=6835;\n\n/*  Dress Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 4, `MaxDurability` = 0 WHERE entry=6836;\n\n/*  Orb of Soran'ruk  */\nUPDATE `item_template` SET `spellid_1` = 7685, `spellid_2` = 7706 WHERE entry=6898;\n\n/*  Glowing Thresher Cape  */\nUPDATE `item_template` SET `BuyPrice` = 7615, `stat_type2` = 4 WHERE entry=6901;\n\n/*  Bands of Serra'kis  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 39, `BuyPrice` = 4385, `SellPrice` = 877, `MaxDurability` = 30, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 4 WHERE entry=6902;\n\n/*  Gaze Dreamer Pants  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 36, `BuyPrice` = 7747, `SellPrice` = 1549, `MaxDurability` = 50, `DisenchantID` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6903;\n\n/*  Reef Axe  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 20054, `SellPrice` = 4010, `dmg_min1` = 48.0, `dmg_max1` = 73.0, `MaxDurability` = 80, `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 7, `DisenchantID` = 24, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6905;\n\n/*  Tortoise Armor  */\nUPDATE `item_template` SET `BuyPrice` = 9364, `SellPrice` = 1872, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=6907;\n\n/*  Ghamoo-ra's Bind  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 22, `BuyPrice` = 2611, `SellPrice` = 522, `MaxDurability` = 25, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6908;\n\n/*  Strike of the Hydra  */\nUPDATE `item_template` SET `BuyPrice` = 35777, `RequiredLevel` = 26 WHERE entry=6909;\n\n/*  Leech Pants  */\nUPDATE `item_template` SET `BuyPrice` = 11492, `RequiredLevel` = 26 WHERE entry=6910;\n\n/*  Moss Cinch  */\nUPDATE `item_template` SET `RequiredLevel` = 26 WHERE entry=6911;\n\n/*  Elunite Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 3506 WHERE entry=6969;\n\n/*  Fire Hardened Coif  */\nUPDATE `item_template` SET `BuyPrice` = 11105, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6971;\n\n/*  Fire Hardened Hauberk  */\nUPDATE `item_template` SET `spellid_1` = 9174 WHERE entry=6972;\n\n/*  Fire Hardened Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 12326 WHERE entry=6973;\n\n/*  Nimbus Boots  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 3, `stat_type2` = 6, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6998;\n\n/*  Gravestone Scepter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7001;\n\n/*  Arctic Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 15141 WHERE entry=7002;\n\n/*  Prelacy Cape  */\nUPDATE `item_template` SET `BuyPrice` = 4924, `SellPrice` = 984 WHERE entry=7004;\n\n/*  Skinning Knife  */\nUPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=7005;\n\n/*  Linen Belt  */\nUPDATE `item_template` SET `BuyPrice` = 111 WHERE entry=7026;\n\n/*  Boots of Darkness  */\nUPDATE `item_template` SET `BuyPrice` = 5625, `spellid_1` = 7708 WHERE entry=7027;\n\n/*  Azure Silk Pants  */\nUPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=7046;\n\n/*  Hands of Darkness  */\nUPDATE `item_template` SET `BuyPrice` = 4124, `SellPrice` = 824, `spellid_1` = 7710 WHERE entry=7047;\n\n/*  Azure Silk Hood  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 33, `BuyPrice` = 3725, `SellPrice` = 745, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7048;\n\n/*  Silk Headband  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 34, `BuyPrice` = 4995, `SellPrice` = 999, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 0 WHERE entry=7050;\n\n/*  Azure Silk Cloak  */\nUPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=7053;\n\n/*  Robe of Power  */\nUPDATE `item_template` SET `BuyPrice` = 23504, `SellPrice` = 4700, `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 9343 WHERE entry=7054;\n\n/*  Crimson Silk Belt  */\nUPDATE `item_template` SET `BuyPrice` = 7519, `SellPrice` = 1503 WHERE entry=7055;\n\n/*  Crimson Silk Vest  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 10262, `SellPrice` = 2052, `ItemLevel` = 37, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0, `RequiredLevel` = 32 WHERE entry=7058;\n\n/*  Crimson Silk Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 13905 WHERE entry=7059;\n\n/*  Azure Shoulders  */\nUPDATE `item_template` SET `spellid_1` = 9403 WHERE entry=7060;\n\n/*  Earthen Silk Belt  */\nUPDATE `item_template` SET `BuyPrice` = 10087 WHERE entry=7061;\n\n/*  Crimson Silk Pantaloons  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 43, `BuyPrice` = 12150, `SellPrice` = 2430, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=7062;\n\n/*  Crimson Silk Gloves  */\nUPDATE `item_template` SET `spellid_1` = 9401 WHERE entry=7064;\n\n/*  Driftwood Branch  */\nUPDATE `item_template` SET `BuyPrice` = 871 WHERE entry=7094;\n\n/*  Zodiac Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6173 WHERE entry=7106;\n\n/*  Belt of the Stars  */\nUPDATE `item_template` SET `BuyPrice` = 9293 WHERE entry=7107;\n\n/*  Infantry Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7108;\n\n/*  Pioneer Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `RandomProperty` = 0 WHERE entry=7109;\n\n/*  Silver-thread Armor  */\nUPDATE `item_template` SET `BuyPrice` = 10349, `SellPrice` = 2069 WHERE entry=7110;\n\n/*  Ruga's Bulwark  */\nUPDATE `item_template` SET `BuyPrice` = 4479, `SellPrice` = 895 WHERE entry=7120;\n\n/*  Brutal Helm  */\nUPDATE `item_template` SET `BuyPrice` = 11642, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7130;\n\n/*  Brutal Hauberk  */\nUPDATE `item_template` SET `spellid_1` = 9174 WHERE entry=7133;\n\n/*  Twain Random Sword FOO  */\nUPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 100.0 WHERE entry=7170;\n\n/*  VanCleef's Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 59, `BuyPrice` = 4898, `SellPrice` = 979, `ItemLevel` = 25, `MaxDurability` = 40, `stat_value1` = 6, `RequiredLevel` = 20 WHERE entry=7187;\n\n/*  Stormwind Guard Shield  */\nUPDATE `item_template` SET `armor` = 478, `block` = 9, `bonding` = 2, `MaxDurability` = 75, `shadow_res` = 0, `stat_type1` = 4, `stat_value1` = 2, `stat_type2` = 7, `stat_value2` = 4, `DisenchantID` = 0 WHERE entry=7188;\n\n/*  Goblin Rocket Boots  */\nUPDATE `item_template` SET `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=7189;\n\n/*  Explorer's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 1427 WHERE entry=7229;\n\n/*  Smite's Mighty Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 15515 WHERE entry=7230;\n\n/*  Handstitched Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 142 WHERE entry=7277;\n\n/*  Light Leather Bracers  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 28, `BuyPrice` = 421, `SellPrice` = 84, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7281;\n\n/*  Light Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 2998, `stat_type2` = 6 WHERE entry=7282;\n\n/*  Black Whelp Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2595, `SellPrice` = 519 WHERE entry=7283;\n\n/*  Red Whelp Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2933 WHERE entry=7284;\n\n/*  Nimble Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2944, `SellPrice` = 588, `stat_type2` = 6 WHERE entry=7285;\n\n/*  Blade of Cunning  */\nUPDATE `item_template` SET `BuyPrice` = 2344, `SellPrice` = 468 WHERE entry=7298;\n\n/*  Infiltrator Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7330;\n\n/*  Phalanx Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7331;\n\n/*  Efflorescent Robe  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 9, `stat_type2` = 5, `stat_value2` = 2 WHERE entry=7334;\n\n/*  Grizzly Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 9685 WHERE entry=7335;\n\n/*  Wildwood Chain  */\nUPDATE `item_template` SET `BuyPrice` = 7548 WHERE entry=7336;\n\n/*  The Rock  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7337;\n\n/*  Mood Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7338;\n\n/*  Miniscule Diamond Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7339;\n\n/*  Flawless Diamond Solitaire  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7340;\n\n/*  Cubic Zirconia Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7341;\n\n/*  Silver Piffeny Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7342;\n\n/*  Torch of Holy Flame  */\nUPDATE `item_template` SET `spellid_1` = 9176, `spelltrigger_1` = 0 WHERE entry=7344;\n\n/*  Fletcher's Gloves  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 53, `BuyPrice` = 3454, `SellPrice` = 690, `MaxDurability` = 30, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 3, `spellid_1` = 9132, `spellid_2` = 21352 WHERE entry=7348;\n\n/*  Herbalist's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4308 WHERE entry=7349;\n\n/*  Disciple's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 290 WHERE entry=7351;\n\n/*  Elder's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 9324, `SellPrice` = 1864 WHERE entry=7354;\n\n/*  Elder's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 5155 WHERE entry=7355;\n\n/*  Elder's Hat  */\nUPDATE `item_template` SET `BuyPrice` = 9378 WHERE entry=7357;\n\n/*  Pilferer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4428 WHERE entry=7358;\n\n/*  Elder's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 5490 WHERE entry=7366;\n\n/*  Elder's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 9093 WHERE entry=7367;\n\n/*  Green Whelp Armor  */\nUPDATE `item_template` SET `BuyPrice` = 18869, `SellPrice` = 3773 WHERE entry=7375;\n\n/*  Frost Leather Cloak  */\nUPDATE `item_template` SET `spellid_1` = 9402 WHERE entry=7377;\n\n/*  Dusky Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 10731 WHERE entry=7378;\n\n/*  Green Whelp Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 11937, `stat_type1` = 6, `stat_value1` = 8, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=7386;\n\n/*  Dusky Boots  */\nUPDATE `item_template` SET `BuyPrice` = 21188 WHERE entry=7390;\n\n/*  Swift Boots  */\nUPDATE `item_template` SET `stat_type1` = 6, `spellcooldown_1` = 3600000, `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=7391;\n\n/*  Infiltrator Cord  */\nUPDATE `item_template` SET `BuyPrice` = 6861 WHERE entry=7406;\n\n/*  Infiltrator Armor  */\nUPDATE `item_template` SET `BuyPrice` = 18333 WHERE entry=7407;\n\n/*  Infiltrator Boots  */\nUPDATE `item_template` SET `BuyPrice` = 11445 WHERE entry=7409;\n\n/*  Infiltrator Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 5873 WHERE entry=7410;\n\n/*  Infiltrator Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8846, `SellPrice` = 1769 WHERE entry=7411;\n\n/*  Infiltrator Cap  */\nUPDATE `item_template` SET `BuyPrice` = 10785 WHERE entry=7413;\n\n/*  Infiltrator Pants  */\nUPDATE `item_template` SET `BuyPrice` = 15879, `SellPrice` = 3175 WHERE entry=7414;\n\n/*  Phalanx Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 21280 WHERE entry=7418;\n\n/*  Phalanx Headguard  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7420;\n\n/*  Phalanx Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 8891 WHERE entry=7421;\n\n/*  Phalanx Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 8113 WHERE entry=7422;\n\n/*  Phalanx Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 13545 WHERE entry=7424;\n\n/*  Cerulean Ring  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7426;\n\n/*  Cerulean Talisman  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7427;\n\n/*  Twilight Pants  */\nUPDATE `item_template` SET `BuyPrice` = 19495 WHERE entry=7431;\n\n/*  Twilight Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 13589, `SellPrice` = 2717 WHERE entry=7432;\n\n/*  Twilight Cape  */\nUPDATE `item_template` SET `BuyPrice` = 10558 WHERE entry=7436;\n\n/*  Sentinel Cap  */\nUPDATE `item_template` SET `BuyPrice` = 17573 WHERE entry=7441;\n\n/*  Sentinel Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 11217 WHERE entry=7443;\n\n/*  Sentinel Boots  */\nUPDATE `item_template` SET `BuyPrice` = 16887 WHERE entry=7444;\n\n/*  Sentinel Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 18303 WHERE entry=7445;\n\n/*  Sentinel Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 15462, `SellPrice` = 3092 WHERE entry=7446;\n\n/*  Sentinel Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 10343 WHERE entry=7447;\n\n/*  Sentinel Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 10380 WHERE entry=7448;\n\n/*  Knight's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 21588 WHERE entry=7459;\n\n/*  Sentinel Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7463;\n\n/*  Knight's Crest  */\nUPDATE `item_template` SET `BuyPrice` = 33735, `spellcooldown_1` = -1 WHERE entry=7465;\n\n/*  Vermilion Band  */\nUPDATE `item_template` SET `RandomProperty` = 3479 WHERE entry=7466;\n\n/*  Vermilion Necklace  */\nUPDATE `item_template` SET `RandomProperty` = 3507 WHERE entry=7467;\n\n/*  Regal Robe  */\nUPDATE `item_template` SET `BuyPrice` = 33815 WHERE entry=7468;\n\n/*  Regal Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 31421 WHERE entry=7469;\n\n/*  Regal Wizard Hat  */\nUPDATE `item_template` SET `BuyPrice` = 18341 WHERE entry=7470;\n\n/*  Regal Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 12275 WHERE entry=7471;\n\n/*  Regal Boots  */\nUPDATE `item_template` SET `BuyPrice` = 17115 WHERE entry=7472;\n\n/*  Regal Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 11856 WHERE entry=7475;\n\n/*  Ranger Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 40624, `SellPrice` = 8124 WHERE entry=7477;\n\n/*  Ranger Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 24630 WHERE entry=7482;\n\n/*  Ranger Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 21192, `SellPrice` = 4238 WHERE entry=7483;\n\n/*  Ranger Cord  */\nUPDATE `item_template` SET `BuyPrice` = 15367 WHERE entry=7485;\n\n/*  Captain's Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 46628 WHERE entry=7486;\n\n/*  Captain's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 43328 WHERE entry=7487;\n\n/*  Captain's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 18703 WHERE entry=7489;\n\n/*  Captain's Waistguard  */\nUPDATE `item_template` SET `BuyPrice` = 17717 WHERE entry=7494;\n\n/*  Captain's Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 47792, `spellcooldown_1` = -1 WHERE entry=7495;\n\n/*  Field Plate Shield  */\nUPDATE `item_template` SET `BuyPrice` = 44412, `spellcooldown_1` = -1 WHERE entry=7496;\n\n/*  Ivory Band  */\nUPDATE `item_template` SET `RandomProperty` = 3480 WHERE entry=7497;\n\n/*  Ley Orb  */\nUPDATE `item_template` SET `ItemLevel` = 10, `spellcooldown_1` = 1800000 WHERE entry=7508;\n\n/*  Nether-lace Robe  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=7512;\n\n/*  Ragefire Wand  */\nUPDATE `item_template` SET `spellid_1` = 7688 WHERE entry=7513;\n\n/*  Icefury Wand  */\nUPDATE `item_template` SET `spellid_1` = 7702 WHERE entry=7514;\n\n/*  Celestial Orb  */\nUPDATE `item_template` SET `spelltrigger_3` = 0, `spelltrigger_4` = 0 WHERE entry=7515;\n\n/*  Gossamer Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 46863 WHERE entry=7517;\n\n/*  Gossamer Robe  */\nUPDATE `item_template` SET `BuyPrice` = 47031 WHERE entry=7518;\n\n/*  Gossamer Pants  */\nUPDATE `item_template` SET `BuyPrice` = 38175 WHERE entry=7519;\n\n/*  Gossamer Boots  */\nUPDATE `item_template` SET `BuyPrice` = 24814, `SellPrice` = 4962 WHERE entry=7522;\n\n/*  Gossamer Cape  */\nUPDATE `item_template` SET `BuyPrice` = 21486 WHERE entry=7524;\n\n/*  Gossamer Belt  */\nUPDATE `item_template` SET `BuyPrice` = 16835 WHERE entry=7526;\n\n/*  Cabalist Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 56423 WHERE entry=7527;\n\n/*  Cabalist Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 27789, `SellPrice` = 5557 WHERE entry=7533;\n\n/*  Cabalist Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 20080 WHERE entry=7534;\n\n/*  Champion's Wall Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7536;\n\n/*  Gothic Shield  */\nUPDATE `item_template` SET `BuyPrice` = 70062, `spellcooldown_1` = -1 WHERE entry=7537;\n\n/*  Champion's Armor  */\nUPDATE `item_template` SET `BuyPrice` = 61612 WHERE entry=7538;\n\n/*  Champion's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 63461 WHERE entry=7539;\n\n/*  Champion's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 41422 WHERE entry=7542;\n\n/*  Champion's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 23290 WHERE entry=7545;\n\n/*  Onyx Ring  */\nUPDATE `item_template` SET `DisenchantID` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7547;\n\n/*  Onyx Choker  */\nUPDATE `item_template` SET `RandomProperty` = 3511 WHERE entry=7548;\n\n/*  Fairy's Embrace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7549;\n\n/*  Warrior's Honor  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7550;\n\n/*  Falcon's Hook  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7552;\n\n/*  Regal Star  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7555;\n\n/*  Twilight Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7556;\n\n/*  Gossamer Rod  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=7557;\n\n/*  Polar Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 2788 WHERE entry=7606;\n\n/*  Sable Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7607;\n\n/*  Elder's Amber Stave  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7609;\n\n/*  Aurora Sphere  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7610;\n\n/*  Mistscape Stave  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7611;\n\n/*  Torturing Poker  */\nUPDATE `item_template` SET `dmg_min1` = 21.0, `dmg_max1` = 39.0 WHERE entry=7682;\n\n/*  Bloody Brass Knuckles  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 19792, `SellPrice` = 3958, `dmg_min1` = 18.0, `dmg_max1` = 35.0, `bonding` = 0, `MaxDurability` = 55, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7683;\n\n/*  Bloodmage Mantle  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 35, `BuyPrice` = 10924, `SellPrice` = 2184, `MaxDurability` = 45, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 5 WHERE entry=7684;\n\n/*  Ironspine's Eye  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7686;\n\n/*  Ironspine's Fist  */\nUPDATE `item_template` SET `BuyPrice` = 44180 WHERE entry=7687;\n\n/*  Morbid Dawn  */\nUPDATE `item_template` SET `BuyPrice` = 55621 WHERE entry=7689;\n\n/*  Embalmed Shroud  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 12, `stat_type3` = 5, `stat_value3` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=7691;\n\n/*  Necrotic Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7708;\n\n/*  Blighted Leggings  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 17, `spellid_1` = 7709 WHERE entry=7709;\n\n/*  Loksey's Training Stick  */\nUPDATE `item_template` SET `BuyPrice` = 61398, `spellid_1` = 18207 WHERE entry=7710;\n\n/*  Robe of Doan  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 50, `BuyPrice` = 5855, `SellPrice` = 1171, `MaxDurability` = 70, `DisenchantID` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=7711;\n\n/*  Mantle of Doan  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 38, `BuyPrice` = 4407, `SellPrice` = 881, `MaxDurability` = 45, `stat_value1` = 8, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 6 WHERE entry=7712;\n\n/*  Illusionary Rod  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 10, `stat_type3` = 7, `stat_value3` = 7 WHERE entry=7713;\n\n/*  Ravager  */\nUPDATE `item_template` SET `BuyPrice` = 94616, `spellcooldown_1` = -1 WHERE entry=7717;\n\n/*  Herod's Shoulder  */\nUPDATE `item_template` SET `BuyPrice` = 34338 WHERE entry=7718;\n\n/*  Hand of Righteousness  */\nUPDATE `item_template` SET `BuyPrice` = 89611 WHERE entry=7721;\n\n/*  Triune Amulet  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7722;\n\n/*  Mograine's Might  */\nUPDATE `item_template` SET `BuyPrice` = 112836, `stat_type1` = 6 WHERE entry=7723;\n\n/*  Aegis of the Scarlet Commander  */\nUPDATE `item_template` SET `stat_type1` = 6, `spellcooldown_1` = -1 WHERE entry=7726;\n\n/*  Watchman Pauldrons  */\nUPDATE `item_template` SET `stat_type3` = 6 WHERE entry=7727;\n\n/*  Beguiler Robes  */\nUPDATE `item_template` SET `BuyPrice` = 16118 WHERE entry=7728;\n\n/*  Chesterfall Musket  */\nUPDATE `item_template` SET `dmg_min1` = 26.0, `dmg_max1` = 50.0 WHERE entry=7729;\n\n/*  Cobalt Crusher  */\nUPDATE `item_template` SET `BuyPrice` = 50732 WHERE entry=7730;\n\n/*  Ghostshard Talisman  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=7731;\n\n/*  Six Demon Bag  */\nUPDATE `item_template` SET `spellcooldown_1` = 1800000 WHERE entry=7734;\n\n/*  Fight Club  */\nUPDATE `item_template` SET `BuyPrice` = 59854, `SellPrice` = 11970 WHERE entry=7736;\n\n/*  Evergreen Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1058 WHERE entry=7738;\n\n/*  Timberland Cape  */\nUPDATE `item_template` SET `BuyPrice` = 2401, `SellPrice` = 480 WHERE entry=7739;\n\n/*  Explorers' League Commendation  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7746;\n\n/*  Mantle of Woe  */\nUPDATE `item_template` SET `BuyPrice` = 8562 WHERE entry=7750;\n\n/*  Vorrel's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 8072 WHERE entry=7751;\n\n/*  Dreamslayer  */\nUPDATE `item_template` SET `BuyPrice` = 34514, `SellPrice` = 6902 WHERE entry=7752;\n\n/*  Bloodspiller  */\nUPDATE `item_template` SET `BuyPrice` = 39371 WHERE entry=7753;\n\n/*  Harbinger Boots  */\nUPDATE `item_template` SET `BuyPrice` = 9798, `stat_type2` = 6 WHERE entry=7754;\n\n/*  Dog Training Gloves  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 62, `BuyPrice` = 8030, `SellPrice` = 1606, `MaxDurability` = 30, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 5, `spellid_1` = 14565 WHERE entry=7756;\n\n/*  Windweaver Staff  */\nUPDATE `item_template` SET `BuyPrice` = 64374, `SellPrice` = 12874, `spellid_1` = 13599 WHERE entry=7757;\n\n/*  Archon Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 33619, `SellPrice` = 6723, `stat_type2` = 6 WHERE entry=7759;\n\n/*  Warchief Kilt  */\nUPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5 WHERE entry=7760;\n\n/*  Steelclaw Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 56453 WHERE entry=7761;\n\n/*  Barbaric Iron Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 12502, `stat_type2` = 3 WHERE entry=7913;\n\n/*  Barbaric Iron Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 16654, `SellPrice` = 3330 WHERE entry=7914;\n\n/*  Barbaric Iron Helm  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 4 WHERE entry=7915;\n\n/*  Barbaric Iron Boots  */\nUPDATE `item_template` SET `BuyPrice` = 18502, `stat_type2` = 3 WHERE entry=7916;\n\n/*  Heavy Mithril Shoulder  */\nUPDATE `item_template` SET `armor` = 225, `BuyPrice` = 18508, `SellPrice` = 3701, `ItemLevel` = 41, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7918;\n\n/*  Heavy Mithril Gauntlet  */\nUPDATE `item_template` SET `armor` = 268, `BuyPrice` = 12382, `SellPrice` = 2476, `ItemLevel` = 41, `stat_value1` = 8 WHERE entry=7919;\n\n/*  Mithril Scale Pants  */\nUPDATE `item_template` SET `BuyPrice` = 40265, `stat_type1` = 6, `stat_value1` = 11, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 13669 WHERE entry=7920;\n\n/*  Heavy Mithril Pants  */\nUPDATE `item_template` SET `armor` = 417, `BuyPrice` = 26936, `SellPrice` = 5387, `ItemLevel` = 42, `stat_value1` = 11 WHERE entry=7921;\n\n/*  Steel Plate Helm  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 355, `BuyPrice` = 11885, `SellPrice` = 2377, `bonding` = 0, `MaxDurability` = 70, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7922;\n\n/*  Mithril Scale Bracers  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=7924;\n\n/*  Mithril Scale Gloves  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7925;\n\n/*  Ornate Mithril Pants  */\nUPDATE `item_template` SET `armor` = 375, `BuyPrice` = 29761, `SellPrice` = 5952, `ItemLevel` = 44, `stat_value1` = 12 WHERE entry=7926;\n\n/*  Ornate Mithril Gloves  */\nUPDATE `item_template` SET `armor` = 268, `BuyPrice` = 14935, `SellPrice` = 2987, `ItemLevel` = 44, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7597 WHERE entry=7927;\n\n/*  Ornate Mithril Shoulder  */\nUPDATE `item_template` SET `BuyPrice` = 24286, `SellPrice` = 4857 WHERE entry=7928;\n\n/*  Orcish War Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 38698 WHERE entry=7929;\n\n/*  Heavy Mithril Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 35228, `SellPrice` = 7045, `stat_value1` = 15, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7930;\n\n/*  Mithril Coif  */\nUPDATE `item_template` SET `BuyPrice` = 39778, `stat_type1` = 6, `stat_value1` = 13, `stat_value2` = 12 WHERE entry=7931;\n\n/*  Mithril Scale Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 43309, `SellPrice` = 8661, `stat_type1` = 6, `stat_value1` = 10, `stat_value2` = 10 WHERE entry=7932;\n\n/*  Heavy Mithril Boots  */\nUPDATE `item_template` SET `BuyPrice` = 28847, `SellPrice` = 5769, `stat_value1` = 12, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7933;\n\n/*  Heavy Mithril Helm  */\nUPDATE `item_template` SET `BuyPrice` = 28952, `SellPrice` = 5790, `stat_value1` = 15, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7934;\n\n/*  Ornate Mithril Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 41842, `SellPrice` = 8368 WHERE entry=7935;\n\n/*  Ornate Mithril Boots  */\nUPDATE `item_template` SET `BuyPrice` = 33697, `SellPrice` = 6739 WHERE entry=7936;\n\n/*  Ornate Mithril Helm  */\nUPDATE `item_template` SET `BuyPrice` = 33818, `SellPrice` = 6763 WHERE entry=7937;\n\n/*  Truesilver Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 20142, `SellPrice` = 4028, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7938;\n\n/*  Truesilver Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 54496, `SellPrice` = 10899 WHERE entry=7939;\n\n/*  Heavy Mithril Axe  */\nUPDATE `item_template` SET `BuyPrice` = 62601, `stat_type1` = 7, `stat_value1` = 7 WHERE entry=7941;\n\n/*  Wicked Mithril Blade  */\nUPDATE `item_template` SET `BuyPrice` = 79459, `SellPrice` = 15891, `dmg_min1` = 43.0, `dmg_max1` = 80.0, `stat_type1` = 4, `stat_value1` = 6, `stat_type2` = 3 WHERE entry=7943;\n\n/*  Dazzling Mithril Rapier  */\nUPDATE `item_template` SET `BuyPrice` = 100463 WHERE entry=7944;\n\n/*  Runed Mithril Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 108304, `SellPrice` = 21660 WHERE entry=7946;\n\n/*  Ebon Shiv  */\nUPDATE `item_template` SET `BuyPrice` = 124460 WHERE entry=7947;\n\n/*  The Shatterer  */\nUPDATE `item_template` SET `BuyPrice` = 115799, `SellPrice` = 23159 WHERE entry=7954;\n\n/*  Bronze Warhammer  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 9722, `SellPrice` = 1944, `dmg_min1` = 37.0, `dmg_max1` = 57.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=7956;\n\n/*  Bronze Greatsword  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 11028, `SellPrice` = 2205, `dmg_min1` = 38.0, `dmg_max1` = 58.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 0 WHERE entry=7957;\n\n/*  Bronze Battle Axe  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 12178, `SellPrice` = 2435, `dmg_min1` = 39.0, `dmg_max1` = 59.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7958;\n\n/*  Blight  */\nUPDATE `item_template` SET `BuyPrice` = 169289, `SellPrice` = 33857, `dmg_min1` = 93.0, `dmg_max1` = 141.0 WHERE entry=7959;\n\n/*  Truesilver Champion  */\nUPDATE `item_template` SET `BuyPrice` = 192743 WHERE entry=7960;\n\n/*  Steel Breastplate  */\nUPDATE `item_template` SET `armor` = 381, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=7963;\n\n/*  The Ziggler  */\nUPDATE `item_template` SET `BuyPrice` = 62360 WHERE entry=8006;\n\n/*  Sizzle Stick  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8071;\n\n/*  Light Plate Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 29936, `SellPrice` = 5987 WHERE entry=8080;\n\n/*  Light Plate Belt  */\nUPDATE `item_template` SET `BuyPrice` = 14172, `SellPrice` = 2834 WHERE entry=8081;\n\n/*  Light Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 15945, `SellPrice` = 3189 WHERE entry=8082;\n\n/*  Light Plate Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 11308, `SellPrice` = 2261 WHERE entry=8083;\n\n/*  Light Plate Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 13517, `SellPrice` = 2703 WHERE entry=8084;\n\n/*  Light Plate Pants  */\nUPDATE `item_template` SET `BuyPrice` = 26269, `SellPrice` = 5253 WHERE entry=8085;\n\n/*  Light Plate Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 18652, `SellPrice` = 3730 WHERE entry=8086;\n\n/*  Platemail Belt  */\nUPDATE `item_template` SET `BuyPrice` = 13335, `SellPrice` = 2667 WHERE entry=8088;\n\n/*  Platemail Boots  */\nUPDATE `item_template` SET `BuyPrice` = 20081, `SellPrice` = 4016 WHERE entry=8089;\n\n/*  Platemail Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 13439, `SellPrice` = 2687 WHERE entry=8090;\n\n/*  Platemail Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 13489, `SellPrice` = 2697 WHERE entry=8091;\n\n/*  Platemail Helm  */\nUPDATE `item_template` SET `BuyPrice` = 20312, `SellPrice` = 4062 WHERE entry=8092;\n\n/*  Platemail Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 27186, `SellPrice` = 5437 WHERE entry=8093;\n\n/*  Platemail Armor  */\nUPDATE `item_template` SET `BuyPrice` = 27290, `SellPrice` = 5458 WHERE entry=8094;\n\n/*  Hibernal Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 17972 WHERE entry=8108;\n\n/*  Hibernal Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 25059, `SellPrice` = 5011 WHERE entry=8109;\n\n/*  Hibernal Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 18110, `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8110;\n\n/*  Hibernal Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 29452 WHERE entry=8111;\n\n/*  Hibernal Pants  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_type3` = 6, `stat_value3` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8112;\n\n/*  Hibernal Robe  */\nUPDATE `item_template` SET `BuyPrice` = 48473 WHERE entry=8113;\n\n/*  Hibernal Sash  */\nUPDATE `item_template` SET `BuyPrice` = 18388 WHERE entry=8114;\n\n/*  Hibernal Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 29902 WHERE entry=8115;\n\n/*  Heraldic Belt  */\nUPDATE `item_template` SET `BuyPrice` = 23160 WHERE entry=8116;\n\n/*  Heraldic Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 63629, `SellPrice` = 12725 WHERE entry=8119;\n\n/*  Heraldic Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 31036, `SellPrice` = 6207 WHERE entry=8120;\n\n/*  Heraldic Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 56379, `SellPrice` = 11275 WHERE entry=8123;\n\n/*  Myrmidon's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 31837 WHERE entry=8125;\n\n/*  Myrmidon's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 47294, `SellPrice` = 9458 WHERE entry=8130;\n\n/*  Myrmidon's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 52585 WHERE entry=8133;\n\n/*  Myrmidon's Defender  */\nUPDATE `item_template` SET `BuyPrice` = 79966, `spellcooldown_1` = -1 WHERE entry=8134;\n\n/*  Chromite Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8135;\n\n/*  Chromite Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 14035, `SellPrice` = 2807 WHERE entry=8137;\n\n/*  Chromite Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 38330, `SellPrice` = 7666 WHERE entry=8138;\n\n/*  Chromite Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 15269, `SellPrice` = 3053 WHERE entry=8139;\n\n/*  Chromite Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 14188, `SellPrice` = 2837 WHERE entry=8140;\n\n/*  Chromite Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 23068, `SellPrice` = 4613 WHERE entry=8141;\n\n/*  Chromite Barbute  */\nUPDATE `item_template` SET `BuyPrice` = 23152, `SellPrice` = 4630 WHERE entry=8142;\n\n/*  Chromite Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 36135, `SellPrice` = 7227 WHERE entry=8143;\n\n/*  Chromite Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 25181, `SellPrice` = 5036 WHERE entry=8144;\n\n/*  Jouster's Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 11099, `SellPrice` = 2219 WHERE entry=8156;\n\n/*  Jouster's Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 25989, `SellPrice` = 5197 WHERE entry=8157;\n\n/*  Jouster's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 11181, `SellPrice` = 2236 WHERE entry=8158;\n\n/*  Jouster's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 11221, `SellPrice` = 2244 WHERE entry=8159;\n\n/*  Jouster's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 16893, `SellPrice` = 3378 WHERE entry=8160;\n\n/*  Jouster's Visor  */\nUPDATE `item_template` SET `BuyPrice` = 16954, `SellPrice` = 3390 WHERE entry=8161;\n\n/*  Jouster's Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 24500, `SellPrice` = 4900 WHERE entry=8162;\n\n/*  Jouster's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 18441, `SellPrice` = 3688 WHERE entry=8163;\n\n/*  Comfortable Leather Hat  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 90, `BuyPrice` = 20657, `SellPrice` = 4131, `MaxDurability` = 50, `stat_type1` = 7, `stat_value1` = 11, `stat_type2` = 6, `stat_value2` = 10, `DisenchantID` = 6, `spelltrigger_1` = 0 WHERE entry=8174;\n\n/*  Nightscape Headband  */\nUPDATE `item_template` SET `BuyPrice` = 22475, `spelltrigger_1` = 0 WHERE entry=8176;\n\n/*  Practice Sword  */\nUPDATE `item_template` SET `BuyPrice` = 358 WHERE entry=8177;\n\n/*  Training Sword  */\nUPDATE `item_template` SET `BuyPrice` = 1531 WHERE entry=8178;\n\n/*  Cadet's Bow  */\nUPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=8179;\n\n/*  Hunting Bow  */\nUPDATE `item_template` SET `BuyPrice` = 1203, `dmg_min1` = 8.0, `dmg_max1` = 16.0 WHERE entry=8180;\n\n/*  Hunting Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 397, `dmg_min1` = 5.0, `dmg_max1` = 11.0 WHERE entry=8181;\n\n/*  Pellet Rifle  */\nUPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 9.0 WHERE entry=8182;\n\n/*  Precision Bow  */\nUPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=8183;\n\n/*  Firestarter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8184;\n\n/*  Dire Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8186;\n\n/*  Turtle Scale Gloves  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6 WHERE entry=8187;\n\n/*  Explosive Shotgun  */\nUPDATE `item_template` SET `BuyPrice` = 32071, `dmg_min1` = 22.0, `dmg_max1` = 42.0 WHERE entry=8188;\n\n/*  Turtle Scale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 37838, `stat_type2` = 6, `stat_value2` = 9 WHERE entry=8189;\n\n/*  Turtle Scale Helm  */\nUPDATE `item_template` SET `BuyPrice` = 38900 WHERE entry=8191;\n\n/*  Nightscape Cloak  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=8195;\n\n/*  Turtle Scale Bracers  */\nUPDATE `item_template` SET `armor` = 204, `BuyPrice` = 20068, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=8198;\n\n/*  Big Voodoo Robe  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9 WHERE entry=8200;\n\n/*  Big Voodoo Mask  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9, `spelltrigger_1` = 0 WHERE entry=8201;\n\n/*  Big Voodoo Pants  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 10 WHERE entry=8202;\n\n/*  Tough Scorpid Breastplate  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=8203;\n\n/*  Tough Scorpid Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 23382, `stat_type2` = 6 WHERE entry=8204;\n\n/*  Tough Scorpid Bracers  */\nUPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=8205;\n\n/*  Tough Scorpid Leggings  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=8206;\n\n/*  Tough Scorpid Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 44892, `stat_type2` = 6 WHERE entry=8207;\n\n/*  Tough Scorpid Helm  */\nUPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=8208;\n\n/*  Tough Scorpid Boots  */\nUPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=8209;\n\n/*  Wild Leather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 27685 WHERE entry=8210;\n\n/*  Wild Leather Vest  */\nUPDATE `item_template` SET `BuyPrice` = 40012 WHERE entry=8211;\n\n/*  Wild Leather Boots  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=8213;\n\n/*  Wild Leather Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 31151, `spelltrigger_1` = 0 WHERE entry=8214;\n\n/*  Wild Leather Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 45086, `SellPrice` = 9017 WHERE entry=8215;\n\n/*  Big Voodoo Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 31617, `stat_value1` = 9, `stat_value2` = 5, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=8216;\n\n/*  Blade of the Basilisk  */\nUPDATE `item_template` SET `BuyPrice` = 50333 WHERE entry=8223;\n\n/*  Silithid Ripper  */\nUPDATE `item_template` SET `BuyPrice` = 38278 WHERE entry=8224;\n\n/*  Tainted Pierce  */\nUPDATE `item_template` SET `spellppmrate_1` = 1.0 WHERE entry=8225;\n\n/*  The Butcher  */\nUPDATE `item_template` SET `BuyPrice` = 28737 WHERE entry=8226;\n\n/*  Imperial Red Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 64614, `SellPrice` = 12922 WHERE entry=8245;\n\n/*  Imperial Red Boots  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8246;\n\n/*  Imperial Red Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 24988 WHERE entry=8247;\n\n/*  Imperial Red Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 35161 WHERE entry=8248;\n\n/*  Imperial Red Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 40170, `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8250;\n\n/*  Imperial Red Pants  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8251;\n\n/*  Imperial Red Robe  */\nUPDATE `item_template` SET `BuyPrice` = 68114, `SellPrice` = 13622 WHERE entry=8252;\n\n/*  Imperial Red Sash  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8253;\n\n/*  Imperial Red Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 43199, `SellPrice` = 8639 WHERE entry=8254;\n\n/*  Serpentskin Boots  */\nUPDATE `item_template` SET `BuyPrice` = 51306 WHERE entry=8256;\n\n/*  Serpentskin Armor  */\nUPDATE `item_template` SET `BuyPrice` = 86983 WHERE entry=8258;\n\n/*  Serpentskin Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 45721, `SellPrice` = 9144 WHERE entry=8259;\n\n/*  Serpentskin Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 73029, `SellPrice` = 14605 WHERE entry=8262;\n\n/*  Serpentskin Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 51866 WHERE entry=8263;\n\n/*  Ebonhold Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 39287 WHERE entry=8264;\n\n/*  Ebonhold Armor  */\nUPDATE `item_template` SET `BuyPrice` = 99571 WHERE entry=8265;\n\n/*  Ebonhold Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 37341 WHERE entry=8266;\n\n/*  Ebonhold Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 44639, `SellPrice` = 8927 WHERE entry=8267;\n\n/*  Ebonhold Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 44800 WHERE entry=8268;\n\n/*  Ebonhold Boots  */\nUPDATE `item_template` SET `BuyPrice` = 71813 WHERE entry=8269;\n\n/*  Ebonhold Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 71758 WHERE entry=8270;\n\n/*  Ebonhold Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 101790 WHERE entry=8271;\n\n/*  Valorous Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 17871, `SellPrice` = 3574 WHERE entry=8273;\n\n/*  Valorous Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 51259, `SellPrice` = 10251 WHERE entry=8274;\n\n/*  Ebonhold Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8275;\n\n/*  Valorous Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 19509, `SellPrice` = 3901 WHERE entry=8276;\n\n/*  Valorous Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 18128, `SellPrice` = 3625 WHERE entry=8277;\n\n/*  Valorous Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 27387, `SellPrice` = 5477 WHERE entry=8278;\n\n/*  Valorous Helm  */\nUPDATE `item_template` SET `BuyPrice` = 29688, `SellPrice` = 5937 WHERE entry=8279;\n\n/*  Valorous Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 42518, `SellPrice` = 8503 WHERE entry=8280;\n\n/*  Valorous Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 29914, `SellPrice` = 5982 WHERE entry=8281;\n\n/*  Valorous Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8282;\n\n/*  Arcane Armor  */\nUPDATE `item_template` SET `BuyPrice` = 85690, `SellPrice` = 17138 WHERE entry=8283;\n\n/*  Arcane Boots  */\nUPDATE `item_template` SET `BuyPrice` = 52570 WHERE entry=8284;\n\n/*  Arcane Bands  */\nUPDATE `item_template` SET `BuyPrice` = 33186 WHERE entry=8285;\n\n/*  Arcane Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 47137 WHERE entry=8286;\n\n/*  Arcane Pads  */\nUPDATE `item_template` SET `BuyPrice` = 59381 WHERE entry=8288;\n\n/*  Arcane Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 83441 WHERE entry=8289;\n\n/*  Arcane Robe  */\nUPDATE `item_template` SET `BuyPrice` = 87927, `SellPrice` = 17585 WHERE entry=8290;\n\n/*  Arcane Sash  */\nUPDATE `item_template` SET `BuyPrice` = 33922 WHERE entry=8291;\n\n/*  Arcane Cover  */\nUPDATE `item_template` SET `BuyPrice` = 57382 WHERE entry=8292;\n\n/*  Traveler's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 42713 WHERE entry=8293;\n\n/*  Traveler's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 63259, `SellPrice` = 12651 WHERE entry=8294;\n\n/*  Traveler's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 39940 WHERE entry=8295;\n\n/*  Traveler's Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 104305, `SellPrice` = 20861 WHERE entry=8296;\n\n/*  Traveler's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 45565 WHERE entry=8297;\n\n/*  Traveler's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 71769, `SellPrice` = 14353 WHERE entry=8299;\n\n/*  Traveler's Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 72317 WHERE entry=8301;\n\n/*  Hero's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 55301 WHERE entry=8302;\n\n/*  Hero's Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 134948, `SellPrice` = 26989 WHERE entry=8303;\n\n/*  Hero's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 52565 WHERE entry=8304;\n\n/*  Hero's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 58718 WHERE entry=8305;\n\n/*  Hero's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 58937 WHERE entry=8306;\n\n/*  Hero's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 93586 WHERE entry=8307;\n\n/*  Hero's Band  */\nUPDATE `item_template` SET `BuyPrice` = 93517 WHERE entry=8308;\n\n/*  Hero's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 131394, `SellPrice` = 26278 WHERE entry=8309;\n\n/*  Hero's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 97099, `SellPrice` = 19419 WHERE entry=8310;\n\n/*  Alabaster Plate Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 29224, `SellPrice` = 5844 WHERE entry=8311;\n\n/*  Alabaster Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 74053, `SellPrice` = 14810 WHERE entry=8312;\n\n/*  Hero's Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 153187, `SellPrice` = 30637, `spellcooldown_1` = -1 WHERE entry=8313;\n\n/*  Alabaster Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 26721, `SellPrice` = 5344 WHERE entry=8314;\n\n/*  Alabaster Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 25306, `SellPrice` = 5061 WHERE entry=8315;\n\n/*  Alabaster Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 40393, `SellPrice` = 8078 WHERE entry=8316;\n\n/*  Alabaster Plate Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 42977, `SellPrice` = 8595 WHERE entry=8317;\n\n/*  Alabaster Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 64634, `SellPrice` = 12926 WHERE entry=8318;\n\n/*  Alabaster Plate Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 45906, `SellPrice` = 9181 WHERE entry=8319;\n\n/*  Alabaster Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8320;\n\n/*  Wolfshead Helm  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=8345;\n\n/*  Gauntlets of the Sea  */\nUPDATE `item_template` SET `stat_value1` = 7, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=8346;\n\n/*  Dragonscale Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 29899, `SellPrice` = 5979, `stat_type1` = 6, `stat_value1` = 6 WHERE entry=8347;\n\n/*  Helm of Fire  */\nUPDATE `item_template` SET `stat_value1` = 17, `stat_value2` = 10, `spellcooldown_1` = 900000 WHERE entry=8348;\n\n/*  Feathered Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 72391, `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=8349;\n\n/*  The 1 Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=8350;\n\n/*  Dragonscale Breastplate  */\nUPDATE `item_template` SET `fire_res` = 13, `frost_res` = 13, `shadow_res` = 12, `stat_value1` = 10, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=8367;\n\n/*  Interlaced Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 3411 WHERE entry=8746;\n\n/*  Double Mail Coif  */\nUPDATE `item_template` SET `BuyPrice` = 3874, `SellPrice` = 774 WHERE entry=8748;\n\n/*  Crochet Hat  */\nUPDATE `item_template` SET `BuyPrice` = 8019, `SellPrice` = 1603 WHERE entry=8749;\n\n/*  Overlinked Coif  */\nUPDATE `item_template` SET `BuyPrice` = 13091 WHERE entry=8751;\n\n/*  Laminated Scale Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 26086 WHERE entry=8752;\n\n/*  Light Plate Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 18642, `SellPrice` = 3728 WHERE entry=8755;\n\n/*  Field Plate Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 11943, `SellPrice` = 2388 WHERE entry=9285;\n\n/*  Field Plate Armor  */\nUPDATE `item_template` SET `BuyPrice` = 30203, `SellPrice` = 6040 WHERE entry=9286;\n\n/*  Field Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 12031, `SellPrice` = 2406 WHERE entry=9287;\n\n/*  Field Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 12074, `SellPrice` = 2414 WHERE entry=9288;\n\n/*  Field Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 18178, `SellPrice` = 3635 WHERE entry=9289;\n\n/*  Field Plate Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 19703, `SellPrice` = 3940 WHERE entry=9290;\n\n/*  Field Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 26432, `SellPrice` = 5286 WHERE entry=9291;\n\n/*  Field Plate Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 18424, `SellPrice` = 3684 WHERE entry=9292;\n\n/*  Wirt's Third Leg  */\nUPDATE `item_template` SET `BuyPrice` = 97888, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9359;\n\n/*  Golden Scale Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 18446, `stat_type2` = 6 WHERE entry=9366;\n\n/*  Expert Goldminer's Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 21101, `stat_type3` = 37, `stat_value3` = 17, `spellid_1` = 0 WHERE entry=9375;\n-- UPDATE `item_template` SET `BuyPrice` = 21101, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 15874 WHERE entry=9375;\n\n/*  Shovelphlange's Mining Axe  */\nUPDATE `item_template` SET `BuyPrice` = 56901 WHERE entry=9378;\n\n/*  Sang'thraze the Deflector  */\nUPDATE `item_template` SET `BuyPrice` = 131917, `dmg_min1` = 34.0, `dmg_max1` = 65.0 WHERE entry=9379;\n\n/*  Jang'thraze the Protector  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=9380;\n\n/*  Earthen Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9381;\n\n/*  Tromping Miner's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 18039, `SellPrice` = 3607, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9382;\n\n/*  Archaic Defender  */\nUPDATE `item_template` SET `BuyPrice` = 61404, `SellPrice` = 12280 WHERE entry=9385;\n\n/*  Revelosh's Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 206, `BuyPrice` = 17194, `SellPrice` = 3438, `MaxDurability` = 55, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 7 WHERE entry=9387;\n\n/*  Revelosh's Armguards  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 101, `BuyPrice` = 15981, `SellPrice` = 3196, `MaxDurability` = 35, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 6 WHERE entry=9388;\n\n/*  Revelosh's Spaulders  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 84, `BuyPrice` = 21657, `SellPrice` = 4331, `MaxDurability` = 50, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 7 WHERE entry=9389;\n\n/*  Revelosh's Gloves  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 33, `BuyPrice` = 10734, `SellPrice` = 2146, `MaxDurability` = 25, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 6 WHERE entry=9390;\n\n/*  Horned Viking Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 6863, `SellPrice` = 1372 WHERE entry=9394;\n\n/*  Legguards of the Vault  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 13, `stat_type4` = 6, `stat_value4` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9396;\n\n/*  Worn Running Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 76, `BuyPrice` = 6221, `SellPrice` = 1244, `MaxDurability` = 45, `stat_value1` = 11, `stat_value2` = 3, `DisenchantID` = 6 WHERE entry=9398;\n\n/*  Baelog's Shortbow  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 8121, `SellPrice` = 1624, `dmg_min1` = 26.0, `dmg_max1` = 50.0, `bonding` = 0, `MaxDurability` = 65, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=9400;\n\n/*  Earthborn Kilt  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=9402;\n\n/*  Battered Viking Shield  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 907, `BuyPrice` = 6655, `SellPrice` = 1331, `block` = 15, `bonding` = 0, `MaxDurability` = 85, `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 4, `DisenchantID` = 0 WHERE entry=9403;\n\n/*  Girdle of Golem Strength  */\nUPDATE `item_template` SET `BuyPrice` = 10277 WHERE entry=9405;\n\n/*  Stoneweaver Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 25470, `stat_type3` = 5, `stat_value3` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9407;\n\n/*  Ironshod Bludgeon  */\nUPDATE `item_template` SET `BuyPrice` = 93198, `stat_type1` = 7, `stat_type2` = 4 WHERE entry=9408;\n\n/*  Ironaya's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 22450 WHERE entry=9409;\n\n/*  Cragfists  */\nUPDATE `item_template` SET `BuyPrice` = 18925, `SellPrice` = 3785 WHERE entry=9410;\n\n/*  Rockshard Pauldrons  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 186, `BuyPrice` = 35780, `SellPrice` = 7156, `MaxDurability` = 60, `stat_type1` = 4, `stat_value1` = 2, `stat_value2` = 9, `stat_type3` = 6, `stat_value3` = 9, `DisenchantID` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9411;\n\n/*  Galgann's Fireblaster  */\nUPDATE `item_template` SET `dmg_min1` = 44.0, `dmg_max1` = 84.0, `RequiredLevel` = 42 WHERE entry=9412;\n\n/*  The Rockpounder  */\nUPDATE `item_template` SET `BuyPrice` = 161244, `SellPrice` = 32248, `RequiredLevel` = 44 WHERE entry=9413;\n\n/*  Oilskin Leggings  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 108, `BuyPrice` = 43227, `SellPrice` = 8645, `MaxDurability` = 65, `stat_value1` = 13, `stat_type2` = 6, `stat_value2` = 12, `DisenchantID` = 8, `RequiredLevel` = 41 WHERE entry=9414;\n\n/*  Grimlok's Tribal Vestments  */\nUPDATE `item_template` SET `stat_value2` = 20, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 42 WHERE entry=9415;\n\n/*  Grimlok's Charge  */\nUPDATE `item_template` SET `BuyPrice` = 141092, `stat_type2` = 4, `stat_value2` = 10, `stat_type3` = 7, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 42 WHERE entry=9416;\n\n/*  Archaedic Shard  */\nUPDATE `item_template` SET `DisenchantID` = 0, `spelltrigger_1` = 0 WHERE entry=9417;\n\n/*  Stoneslayer  */\nUPDATE `item_template` SET `BuyPrice` = 164258, `RequiredLevel` = 44 WHERE entry=9418;\n\n/*  Galgann's Firehammer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 90384, `SellPrice` = 18076, `dmg_min1` = 42.0, `dmg_max1` = 79.0, `MaxDurability` = 75, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 28, `RequiredLevel` = 41 WHERE entry=9419;\n\n/*  Adventurer's Pith Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 20416, `stat_type1` = 6 WHERE entry=9420;\n\n/*  Shadowforge Bushmaster  */\nUPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 86.0, `shadow_res` = 7, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=9422;\n\n/*  The Jackhammer  */\nUPDATE `item_template` SET `BuyPrice` = 127319, `SellPrice` = 25463 WHERE entry=9423;\n\n/*  Ginn-su Sword  */\nUPDATE `item_template` SET `BuyPrice` = 67970 WHERE entry=9424;\n\n/*  Pendulum of Doom  */\nUPDATE `item_template` SET `BuyPrice` = 107446 WHERE entry=9425;\n\n/*  Monolithic Bow  */\nUPDATE `item_template` SET `dmg_min1` = 41.0, `dmg_max1` = 77.0, `stat_type1` = 4, `stat_value1` = 6, `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9426;\n\n/*  Stonevault Bonebreaker  */\nUPDATE `item_template` SET `BuyPrice` = 74265 WHERE entry=9427;\n\n/*  Unearthed Bands  */\nUPDATE `item_template` SET `BuyPrice` = 10481 WHERE entry=9428;\n\n/*  Miner's Hat of the Deep  */\nUPDATE `item_template` SET `stat_value1` = 10, `stat_value2` = 17, `stat_type4` = 3, `stat_value4` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9429;\n\n/*  Spaulders of a Lost Age  */\nUPDATE `item_template` SET `BuyPrice` = 42768, `stat_value1` = 16, `stat_type2` = 6, `stat_value2` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9430;\n\n/*  Papal Fez  */\nUPDATE `item_template` SET `BuyPrice` = 24426 WHERE entry=9431;\n\n/*  Skullplate Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 15135, `SellPrice` = 3027, `stat_type3` = 6 WHERE entry=9432;\n\n/*  Forgotten Wraps  */\nUPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=9433;\n\n/*  Reticulated Bone Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 14583 WHERE entry=9435;\n\n/*  Grubbis Paws  */\nUPDATE `item_template` SET `BuyPrice` = 11302, `stat_type3` = 6 WHERE entry=9445;\n\n/*  Electrocutioner Leg  */\nUPDATE `item_template` SET `RequiredLevel` = 29 WHERE entry=9446;\n\n/*  Electrocutioner Lagnut  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 29 WHERE entry=9447;\n\n/*  Spidertank Oilrag  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 20, `BuyPrice` = 5774, `SellPrice` = 1154, `MaxDurability` = 25, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 5 WHERE entry=9448;\n\n/*  Manual Crowd Pummeler  */\nUPDATE `item_template` SET `BuyPrice` = 47822, `spellcharges_1` = 3, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 29 WHERE entry=9449;\n\n/*  Gnomebot Operating Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 68, `BuyPrice` = 10908, `SellPrice` = 2181, `MaxDurability` = 45, `stat_type2` = 6, `DisenchantID` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9450;\n\n/*  Hydrocane  */\nUPDATE `item_template` SET `BuyPrice` = 41051, `dmg_min1` = 48.0, `dmg_max1` = 73.0 WHERE entry=9452;\n\n/*  Toxic Revenger  */\nUPDATE `item_template` SET `BuyPrice` = 32961 WHERE entry=9453;\n\n/*  Emissary Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 9129, `SellPrice` = 1825 WHERE entry=9455;\n\n/*  Glass Shooter  */\nUPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 68.0 WHERE entry=9456;\n\n/*  Royal Diplomatic Scepter  */\nUPDATE `item_template` SET `BuyPrice` = 44510 WHERE entry=9457;\n\n/*  Thermaplugg's Central Core  */\nUPDATE `item_template` SET `BuyPrice` = 34589, `SellPrice` = 6917, `RequiredLevel` = 32 WHERE entry=9458;\n\n/*  Thermaplugg's Left Arm  */\nUPDATE `item_template` SET `BuyPrice` = 67801, `RequiredLevel` = 32 WHERE entry=9459;\n\n/*  Charged Gear  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 32 WHERE entry=9461;\n\n/*  Gahz'rilla Fang  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 93409, `SellPrice` = 18681, `dmg_min1` = 35.0, `dmg_max1` = 66.0, `MaxDurability` = 55, `DisenchantID` = 28 WHERE entry=9467;\n\n/*  Gahz'rilla Scale Armor  */\nUPDATE `item_template` SET `BuyPrice` = 73171, `stat_type2` = 6, `stat_value2` = 23, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9469;\n\n/*  Bad Mojo Mask  */\nUPDATE `item_template` SET `stat_value1` = 24, `spellid_1` = 9414 WHERE entry=9470;\n\n/*  Jinxed Hoodoo Skin  */\nUPDATE `item_template` SET `BuyPrice` = 66207, `stat_type1` = 6, `stat_value1` = 20, `stat_type2` = 4 WHERE entry=9473;\n\n/*  Jinxed Hoodoo Kilt  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 10 WHERE entry=9474;\n\n/*  Big Bad Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 42968, `SellPrice` = 8593, `stat_type3` = 6 WHERE entry=9476;\n\n/*  The Chief's Enforcer  */\nUPDATE `item_template` SET `BuyPrice` = 179682 WHERE entry=9477;\n\n/*  Embrace of the Lycan  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=9479;\n\n/*  Eyegouger  */\nUPDATE `item_template` SET `BuyPrice` = 158625 WHERE entry=9480;\n\n/*  The Minotaur  */\nUPDATE `item_template` SET `BuyPrice` = 170335 WHERE entry=9481;\n\n/*  Witch Doctor's Cane  */\nUPDATE `item_template` SET `spellid_1` = 17993 WHERE entry=9482;\n\n/*  Flaming Incinerator  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9483;\n\n/*  Spellshock Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 54811 WHERE entry=9484;\n\n/*  Vibroblade  */\nUPDATE `item_template` SET `BuyPrice` = 26440 WHERE entry=9485;\n\n/*  Supercharger Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 27417 WHERE entry=9486;\n\n/*  Hi-tech Supergun  */\nUPDATE `item_template` SET `BuyPrice` = 18163, `dmg_min1` = 23.0, `dmg_max1` = 43.0 WHERE entry=9487;\n\n/*  Oscillating Power Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 22096 WHERE entry=9488;\n\n/*  Gyromatic Icemaker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9489;\n\n/*  Gizmotron Megachopper  */\nUPDATE `item_template` SET `BuyPrice` = 30609, `SellPrice` = 6121 WHERE entry=9490;\n\n/*  Hotshot Pilot's Gloves  */\nUPDATE `item_template` SET `stat_type4` = 3, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9491;\n\n/*  Electromagnetic Gigaflux Reactivator  */\nUPDATE `item_template` SET `RequiredLevel` = 32 WHERE entry=9492;\n\n/*  Mechbuilder's Overalls  */\nUPDATE `item_template` SET `BuyPrice` = 11762 WHERE entry=9508;\n\n/*  Petrolspill Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 13416, `fire_res` = -10 WHERE entry=9509;\n\n/*  Blackmetal Cape  */\nUPDATE `item_template` SET `BuyPrice` = 31705 WHERE entry=9512;\n\n/*  Ley Staff  */\nUPDATE `item_template` SET `BuyPrice` = 1526, `SellPrice` = 305, `ItemLevel` = 10, `dmg_min1` = 16.0, `dmg_max1` = 25.0, `MaxDurability` = 45, `stat_value1` = 1, `stat_value2` = 1 WHERE entry=9513;\n\n/*  Nether-lace Tunic  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=9515;\n\n/*  Celestial Stave  */\nUPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=9517;\n\n/*  Mud's Crushers  */\nUPDATE `item_template` SET `BuyPrice` = 9499, `SellPrice` = 1899 WHERE entry=9518;\n\n/*  Durtfeet Stompers  */\nUPDATE `item_template` SET `stat_type1` = 4 WHERE entry=9519;\n\n/*  Energized Stone Circle  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9522;\n\n/*  Gemshale Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 26322, `SellPrice` = 5264 WHERE entry=9531;\n\n/*  Masons Fraternity Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9533;\n\n/*  Engineer's Guild Headpiece  */\nUPDATE `item_template` SET `BuyPrice` = 44236 WHERE entry=9534;\n\n/*  Sleeping Robes  */\nUPDATE `item_template` SET `BuyPrice` = 473 WHERE entry=9598;\n\n/*  Barkmail Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 713 WHERE entry=9599;\n\n/*  Lace Pants  */\nUPDATE `item_template` SET `BuyPrice` = 465 WHERE entry=9600;\n\n/*  Bastion of Stormwind  */\nUPDATE `item_template` SET `BuyPrice` = 8810 WHERE entry=9607;\n\n/*  Shilly Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 5046 WHERE entry=9609;\n\n/*  Dual Reinforced Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 31721 WHERE entry=9625;\n\n/* Neeru's Herb Pouch */\nUPDATE `item_template` SET `name` = \"Neeru's Herb Pouch\" WHERE `entry`=9628;\n\n/*  Pratt's Handcrafted Boots  */\nUPDATE `item_template` SET `BuyPrice` = 28903 WHERE entry=9630;\n\n/*  Pratt's Handcrafted Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 19341 WHERE entry=9631;\n\n/*  Jangdor's Handcrafted Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 19416 WHERE entry=9632;\n\n/*  Jangdor's Handcrafted Boots  */\nUPDATE `item_template` SET `BuyPrice` = 29237 WHERE entry=9633;\n\n/*  Skilled Handling Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 16905, `stat_type2` = 3, `stat_value2` = 6, `stat_type3` = 5, `stat_value3` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9634;\n\n/*  Master Apothecary Cape  */\nUPDATE `item_template` SET `BuyPrice` = 23567 WHERE entry=9635;\n\n/*  Swashbuckler Sash  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 10, `stat_type2` = 7, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9636;\n\n/*  Shinkicker Boots  */\nUPDATE `item_template` SET `BuyPrice` = 23747, `SellPrice` = 4749 WHERE entry=9637;\n\n/*  The Hand of Antu'sul  */\nUPDATE `item_template` SET `BuyPrice` = 120556 WHERE entry=9639;\n\n/*  Vice Grips  */\nUPDATE `item_template` SET `BuyPrice` = 24201, `SellPrice` = 4840 WHERE entry=9640;\n\n/*  Lifeblood Amulet  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 5, `stat_type2` = 7, `stat_value2` = 13, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=9641;\n\n/*  Band of the Great Tortoise  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9642;\n\n/*  Optomatic Deflector  */\nUPDATE `item_template` SET `BuyPrice` = 79942 WHERE entry=9643;\n\n/*  Gnomish Water Sinking Device  */\nUPDATE `item_template` SET `BuyPrice` = 33959, `SellPrice` = 6791 WHERE entry=9646;\n\n/*  Chainlink Towel  */\nUPDATE `item_template` SET `BuyPrice` = 31963 WHERE entry=9648;\n\n/*  Royal Highmark Vestments  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 71, `BuyPrice` = 66146, `SellPrice` = 13229, `MaxDurability` = 70, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9649;\n\n/*  Honorguard Chestpiece  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 298, `BuyPrice` = 90081, `SellPrice` = 18016, `MaxDurability` = 100, `stat_type1` = 4, `stat_value1` = 22, `stat_value2` = 3, `stat_type3` = 5, `stat_value3` = 3, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9650;\n\n/*  Gryphon Rider's Stormhammer  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 134140, `SellPrice` = 26828, `dmg_min1` = 59.0, `dmg_max1` = 111.0, `MaxDurability` = 75, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 29 WHERE entry=9651;\n\n/*  Gryphon Rider's Leggings  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 122, `BuyPrice` = 67330, `SellPrice` = 13466, `MaxDurability` = 65, `stat_value1` = 15, `stat_value2` = 15, `DisenchantID` = 9 WHERE entry=9652;\n\n/*  Speedy Racer Goggles  */\nUPDATE `item_template` SET `BuyPrice` = 33727, `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 14, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9653;\n\n/*  Cairnstone Sliver  */\nUPDATE `item_template` SET `BuyPrice` = 84644, `SellPrice` = 16928, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9654;\n\n/*  Seedtime Hoop  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9655;\n\n/*  Granite Grips  */\nUPDATE `item_template` SET `BuyPrice` = 21256, `SellPrice` = 4251 WHERE entry=9656;\n\n/*  Boots of the Maharishi  */\nUPDATE `item_template` SET `BuyPrice` = 20432, `stat_type2` = 3, `stat_value2` = 4, `stat_type3` = 5, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9658;\n\n/*  Earthclasp Barrier  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9661;\n\n/*  Rushridge Boots  */\nUPDATE `item_template` SET `BuyPrice` = 21291, `SellPrice` = 4258 WHERE entry=9662;\n\n/*  Dawnrider's Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 49848 WHERE entry=9663;\n\n/*  Sentinel's Guard  */\nUPDATE `item_template` SET `BuyPrice` = 25013, `SellPrice` = 5002 WHERE entry=9664;\n\n/*  Wingcrest Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 24134, `SellPrice` = 4826 WHERE entry=9665;\n\n/*  Tok'kar's Murloc Basher  */\nUPDATE `item_template` SET `BuyPrice` = 87429, `SellPrice` = 17485 WHERE entry=9678;\n\n/*  Tok'kar's Murloc Chopper  */\nUPDATE `item_template` SET `BuyPrice` = 87750 WHERE entry=9679;\n\n/*  Leather Chef's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 19159, `SellPrice` = 3831 WHERE entry=9682;\n\n/*  Strength of the Treant  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 149764, `SellPrice` = 29952, `ItemLevel` = 50, `dmg_min1` = 115.0, `dmg_max1` = 173.0, `MaxDurability` = 85, `stat_value1` = 7, `stat_value2` = 18, `DisenchantID` = 28 WHERE entry=9683;\n\n/*  Force of the Hippogryph  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 128648, `SellPrice` = 25729, `dmg_min1` = 51.0, `dmg_max1` = 95.0, `MaxDurability` = 75, `stat_value1` = 9, `DisenchantID` = 29 WHERE entry=9684;\n\n/*  Will of the Mountain Giant  */\nUPDATE `item_template` SET `dmg_min1` = 88.0, `dmg_max1` = 133.0, `MaxDurability` = 85, `stat_type1` = 4, `stat_value1` = 15, `stat_type2` = 7, `stat_value2` = 14, `DisenchantID` = 0 WHERE entry=9685;\n\n/*  Spirit of the Faerie Dragon  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 129573, `SellPrice` = 25914, `dmg_min1` = 55.0, `dmg_max1` = 103.0, `MaxDurability` = 75, `stat_value1` = 9, `DisenchantID` = 29 WHERE entry=9686;\n\n/*  Grappler's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 7771 WHERE entry=9687;\n\n/*  Gloves of Insight  */\nUPDATE `item_template` SET `BuyPrice` = 7524, `SellPrice` = 1504 WHERE entry=9698;\n\n/*  Rustler Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 17865 WHERE entry=9704;\n\n/*  Tharg's Disk  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9706;\n\n/*  Reforged Blade of Heroes  */\nUPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 59.0 WHERE entry=9718;\n\n/*  Simple Cord  */\nUPDATE `item_template` SET `BuyPrice` = 246 WHERE entry=9742;\n\n/*  Simple Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 335 WHERE entry=9743;\n\n/*  Simple Bands  */\nUPDATE `item_template` SET `BuyPrice` = 224, `SellPrice` = 44 WHERE entry=9744;\n\n/*  Simple Cape  */\nUPDATE `item_template` SET `BuyPrice` = 270 WHERE entry=9745;\n\n/*  Simple Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 282 WHERE entry=9746;\n\n/*  Simple Robe  */\nUPDATE `item_template` SET `BuyPrice` = 1371 WHERE entry=9748;\n\n/*  Simple Blouse  */\nUPDATE `item_template` SET `BuyPrice` = 1376 WHERE entry=9749;\n\n/*  Gypsy Sash  */\nUPDATE `item_template` SET `BuyPrice` = 287 WHERE entry=9750;\n\n/*  Gypsy Bands  */\nUPDATE `item_template` SET `BuyPrice` = 289, `SellPrice` = 57 WHERE entry=9752;\n\n/*  Gypsy Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9753;\n\n/*  Gypsy Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 350, `SellPrice` = 70 WHERE entry=9754;\n\n/*  Gypsy Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 1471 WHERE entry=9756;\n\n/*  Gypsy Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 1819, `SellPrice` = 363 WHERE entry=9757;\n\n/*  Cadet Belt  */\nUPDATE `item_template` SET `BuyPrice` = 364, `SellPrice` = 72 WHERE entry=9758;\n\n/*  Cadet Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 294, `SellPrice` = 58 WHERE entry=9761;\n\n/*  Cadet Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 1681 WHERE entry=9763;\n\n/*  Cadet Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9764;\n\n/*  Greenweave Sash  */\nUPDATE `item_template` SET `BuyPrice` = 1809, `SellPrice` = 361 WHERE entry=9766;\n\n/*  Greenweave Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2084, `SellPrice` = 416 WHERE entry=9770;\n\n/*  Greenweave Robe  */\nUPDATE `item_template` SET `BuyPrice` = 6847 WHERE entry=9773;\n\n/*  Bandit Cinch  */\nUPDATE `item_template` SET `BuyPrice` = 1579, `SellPrice` = 315 WHERE entry=9775;\n\n/*  Bandit Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2735 WHERE entry=9776;\n\n/*  Bandit Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9778;\n\n/*  Bandit Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1671 WHERE entry=9779;\n\n/*  Bandit Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1849, `SellPrice` = 369 WHERE entry=9780;\n\n/*  Raider's Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 4059, `SellPrice` = 811 WHERE entry=9783;\n\n/*  Raider's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1344, `SellPrice` = 268 WHERE entry=9785;\n\n/*  Raider's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1173 WHERE entry=9786;\n\n/*  Raider's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 1791 WHERE entry=9787;\n\n/*  Raider's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1563 WHERE entry=9788;\n\n/*  Raider's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 3709, `SellPrice` = 741 WHERE entry=9789;\n\n/*  Raider's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9790;\n\n/*  Ivycloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4115 WHERE entry=9792;\n\n/*  Ivycloth Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 2753 WHERE entry=9793;\n\n/*  Ivycloth Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 4145 WHERE entry=9794;\n\n/*  Ivycloth Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 5190 WHERE entry=9796;\n\n/*  Superior Boots  */\nUPDATE `item_template` SET `BuyPrice` = 6024, `SellPrice` = 1204 WHERE entry=9802;\n\n/*  Superior Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9804;\n\n/*  Superior Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4169, `SellPrice` = 833 WHERE entry=9806;\n\n/*  Fortified Boots  */\nUPDATE `item_template` SET `BuyPrice` = 6155 WHERE entry=9810;\n\n/*  Fortified Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 3628 WHERE entry=9811;\n\n/*  Fortified Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2851 WHERE entry=9812;\n\n/*  Fortified Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 4129, `SellPrice` = 825 WHERE entry=9813;\n\n/*  Fortified Shield  */\nUPDATE `item_template` SET `BuyPrice` = 8906, `spellcooldown_1` = -1 WHERE entry=9816;\n\n/*  Fortified Chain  */\nUPDATE `item_template` SET `BuyPrice` = 8410 WHERE entry=9818;\n\n/*  Durable Cape  */\nUPDATE `item_template` SET `BuyPrice` = 5963 WHERE entry=9822;\n\n/*  Durable Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4828 WHERE entry=9823;\n\n/*  Scaled Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 5100 WHERE entry=9829;\n\n/*  Scaled Shield  */\nUPDATE `item_template` SET `BuyPrice` = 17445 WHERE entry=9830;\n\n/*  Scaled Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6240 WHERE entry=9832;\n\n/*  Scaled Leather Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 15157 WHERE entry=9833;\n\n/*  Scaled Leather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 10371 WHERE entry=9834;\n\n/*  Scaled Leather Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 15266 WHERE entry=9835;\n\n/*  Banded Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5872 WHERE entry=9838;\n\n/*  Banded Shield  */\nUPDATE `item_template` SET `BuyPrice` = 18696, `spellcooldown_1` = -1 WHERE entry=9843;\n\n/*  Conjurer's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 18546 WHERE entry=9844;\n\n/*  Conjurer's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 7148 WHERE entry=9846;\n\n/*  Conjurer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8895 WHERE entry=9847;\n\n/*  Conjurer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 7922 WHERE entry=9848;\n\n/*  Conjurer's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 19102 WHERE entry=9852;\n\n/*  Archer's Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 24677 WHERE entry=9854;\n\n/*  Archer's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 14195 WHERE entry=9856;\n\n/*  Archer's Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9858;\n\n/*  Archer's Cap  */\nUPDATE `item_template` SET `BuyPrice` = 14359, `SellPrice` = 2871 WHERE entry=9859;\n\n/*  Archer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 11912, `SellPrice` = 2382 WHERE entry=9860;\n\n/*  Archer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 8768 WHERE entry=9861;\n\n/*  Archer's Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 21302 WHERE entry=9862;\n\n/*  Renegade Boots  */\nUPDATE `item_template` SET `BuyPrice` = 17637 WHERE entry=9864;\n\n/*  Renegade Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8894, `SellPrice` = 1778 WHERE entry=9867;\n\n/*  Renegade Circlet  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9870;\n\n/*  Renegade Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9873;\n\n/*  Sorcerer Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 15733 WHERE entry=9876;\n\n/*  Sorcerer Hat  */\nUPDATE `item_template` SET `BuyPrice` = 17124, `SellPrice` = 3424 WHERE entry=9878;\n\n/*  Sorcerer Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 10650 WHERE entry=9880;\n\n/*  Sorcerer Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 17320 WHERE entry=9881;\n\n/*  Sorcerer Sphere  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9882;\n\n/*  Huntsman's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 20899, `SellPrice` = 4179 WHERE entry=9885;\n\n/*  Huntsman's Cap  */\nUPDATE `item_template` SET `BuyPrice` = 21203 WHERE entry=9889;\n\n/*  Huntsman's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 13181 WHERE entry=9891;\n\n/*  Huntsman's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 33448 WHERE entry=9893;\n\n/*  Jazeraint Boots  */\nUPDATE `item_template` SET `BuyPrice` = 26105 WHERE entry=9895;\n\n/*  Jazeraint Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 36842 WHERE entry=9897;\n\n/*  Jazeraint Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9899;\n\n/*  Jazeraint Belt  */\nUPDATE `item_template` SET `BuyPrice` = 16474, `SellPrice` = 3294 WHERE entry=9901;\n\n/*  Jazeraint Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 38714, `SellPrice` = 7742 WHERE entry=9903;\n\n/*  Royal Blouse  */\nUPDATE `item_template` SET `BuyPrice` = 41258 WHERE entry=9905;\n\n/*  Royal Sash  */\nUPDATE `item_template` SET `BuyPrice` = 15216 WHERE entry=9906;\n\n/*  Royal Bands  */\nUPDATE `item_template` SET `BuyPrice` = 14242 WHERE entry=9909;\n\n/*  Royal Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 15437 WHERE entry=9910;\n\n/*  Royal Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 36142 WHERE entry=9911;\n\n/*  Royal Amice  */\nUPDATE `item_template` SET `BuyPrice` = 25188 WHERE entry=9912;\n\n/*  Royal Gown  */\nUPDATE `item_template` SET `BuyPrice` = 42454, `SellPrice` = 8490 WHERE entry=9913;\n\n/*  Royal Scepter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=9914;\n\n/*  Brigade Defender  */\nUPDATE `item_template` SET `BuyPrice` = 51061, `spellcooldown_1` = -1 WHERE entry=9918;\n\n/*  Tracker's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 25746, `SellPrice` = 5149 WHERE entry=9919;\n\n/*  Tracker's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 18606 WHERE entry=9920;\n\n/*  Tracker's Headband  */\nUPDATE `item_template` SET `BuyPrice` = 30252 WHERE entry=9921;\n\n/*  Tracker's Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 30477 WHERE entry=9923;\n\n/*  Tracker's Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 18949, `SellPrice` = 3789 WHERE entry=9925;\n\n/*  Brigade Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 19638 WHERE entry=9927;\n\n/*  Brigade Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 34977 WHERE entry=9932;\n\n/*  Brigade Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 46970 WHERE entry=9933;\n\n/*  Brigade Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 32888 WHERE entry=9934;\n\n/*  Embossed Plate Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9935;\n\n/*  Abjurer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 30147 WHERE entry=9938;\n\n/*  Abjurer's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 46708 WHERE entry=9942;\n\n/*  Abjurer's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 56358 WHERE entry=9943;\n\n/*  Abjurer's Crystal  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=9944;\n\n/*  Chieftain's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 33976, `SellPrice` = 6795 WHERE entry=9951;\n\n/*  Chieftain's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 60629, `SellPrice` = 12125 WHERE entry=9954;\n\n/*  Chieftain's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 42654, `SellPrice` = 8530 WHERE entry=9955;\n\n/*  Warmonger's Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 68766 WHERE entry=9957;\n\n/*  Warmonger's Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 73620, `spellcooldown_1` = -1 WHERE entry=9958;\n\n/*  Warmonger's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 49866 WHERE entry=9965;\n\n/*  Embossed Plate Armor  */\nUPDATE `item_template` SET `BuyPrice` = 33715, `SellPrice` = 6743 WHERE entry=9966;\n\n/*  Embossed Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 14503, `SellPrice` = 2900 WHERE entry=9967;\n\n/*  Embossed Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 13476, `SellPrice` = 2695 WHERE entry=9968;\n\n/*  Embossed Plate Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 19824, `SellPrice` = 3964 WHERE entry=9969;\n\n/*  Embossed Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 28654, `SellPrice` = 5730 WHERE entry=9970;\n\n/*  Embossed Plate Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 19976, `SellPrice` = 3995 WHERE entry=9971;\n\n/*  Embossed Plate Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 12378, `SellPrice` = 2475 WHERE entry=9972;\n\n/*  Embossed Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 18637, `SellPrice` = 3727 WHERE entry=9973;\n\n/*  Overlord's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9974;\n\n/*  Black Mageweave Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 24164, `SellPrice` = 4832 WHERE entry=9999;\n\n/*  Shadoweave Pants  */\nUPDATE `item_template` SET `BuyPrice` = 26380, `spellid_1` = 9328 WHERE entry=10002;\n\n/*  Black Mageweave Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 14296 WHERE entry=10003;\n\n/*  Shadoweave Robe  */\nUPDATE `item_template` SET `spellid_1` = 9328 WHERE entry=10004;\n\n/*  Red Mageweave Vest  */\nUPDATE `item_template` SET `BuyPrice` = 28999, `SellPrice` = 5799 WHERE entry=10007;\n\n/*  White Bandit Mask  */\nUPDATE `item_template` SET `BuyPrice` = 21826, `stat_type1` = 3, `stat_type2` = 4, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10008;\n\n/*  Stormcloth Pants  */\nUPDATE `item_template` SET `BuyPrice` = 28648, `DisenchantID` = 0, `spellid_1` = 7696 WHERE entry=10010;\n\n/*  Stormcloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 14377, `DisenchantID` = 0 WHERE entry=10011;\n\n/*  Stormcloth Vest  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=10020;\n\n/*  Dreamweave Vest  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=10021;\n\n/*  Shadoweave Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 16672, `spellid_1` = 9325 WHERE entry=10023;\n\n/*  Shadoweave Mask  */\nUPDATE `item_template` SET `spellid_1` = 14794 WHERE entry=10025;\n\n/*  Black Mageweave Boots  */\nUPDATE `item_template` SET `BuyPrice` = 27298 WHERE entry=10026;\n\n/*  Shadoweave Shoulders  */\nUPDATE `item_template` SET `spellid_1` = 9325 WHERE entry=10028;\n\n/*  Admiral's Hat  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=10030;\n\n/*  Shadoweave Boots  */\nUPDATE `item_template` SET `BuyPrice` = 30150, `spellid_1` = 9414 WHERE entry=10031;\n\n/*  Stormcloth Headband  */\nUPDATE `item_template` SET `BuyPrice` = 30263, `DisenchantID` = 0, `spellid_1` = 9411 WHERE entry=10032;\n\n/*  Red Mageweave Headband  */\nUPDATE `item_template` SET `BuyPrice` = 30377 WHERE entry=10033;\n\n/*  Tuxedo Pants  */\nUPDATE `item_template` SET `BuyPrice` = 8676, `RequiredLevel` = 30 WHERE entry=10035;\n\n/*  Tuxedo Jacket  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 8708, `ItemLevel` = 35, `MaxDurability` = 70, `RequiredLevel` = 30 WHERE entry=10036;\n\n/*  Stormcloth Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 33103, `DisenchantID` = 0, `spellid_1` = 9328 WHERE entry=10038;\n\n/*  Stormcloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 35550, `DisenchantID` = 0, `spellid_1` = 9357 WHERE entry=10039;\n\n/*  White Wedding Dress  */\nUPDATE `item_template` SET `BuyPrice` = 8836 WHERE entry=10040;\n\n/*  Cindercloth Robe  */\nUPDATE `item_template` SET `spellid_1` = 17868 WHERE entry=10042;\n\n/*  Pious Legwraps  */\nUPDATE `item_template` SET `BuyPrice` = 10167 WHERE entry=10043;\n\n/*  Cindercloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 33827, `spellid_1` = 9298 WHERE entry=10044;\n\n/*  Simple Linen Pants  */\nUPDATE `item_template` SET `BuyPrice` = 117 WHERE entry=10045;\n\n/*  Simple Kilt  */\nUPDATE `item_template` SET `Quality` = 1, `armor` = 23, `BuyPrice` = 822, `SellPrice` = 164, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=10047;\n\n/*  Colorful Kilt  */\nUPDATE `item_template` SET `BuyPrice` = 4678, `stat_type1` = 3, `stat_type2` = 6, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10048;\n\n/*  Diabolist's Blade  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=10049;\n\n/*  Duskwoven Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 23697 WHERE entry=10059;\n\n/*  Duskwoven Cape  */\nUPDATE `item_template` SET `BuyPrice` = 33339, `SellPrice` = 6667 WHERE entry=10060;\n\n/*  Duskwoven Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 23791 WHERE entry=10062;\n\n/*  Duskwoven Pants  */\nUPDATE `item_template` SET `BuyPrice` = 53874, `SellPrice` = 10774 WHERE entry=10064;\n\n/*  Duskwoven Robe  */\nUPDATE `item_template` SET `BuyPrice` = 60767 WHERE entry=10065;\n\n/*  Righteous Boots  */\nUPDATE `item_template` SET `BuyPrice` = 45640 WHERE entry=10068;\n\n/*  Righteous Armor  */\nUPDATE `item_template` SET `BuyPrice` = 77411 WHERE entry=10070;\n\n/*  Righteous Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 40315, `SellPrice` = 8063 WHERE entry=10071;\n\n/*  Righteous Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 30886 WHERE entry=10072;\n\n/*  Righteous Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 49293 WHERE entry=10073;\n\n/*  Righteous Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 69928 WHERE entry=10074;\n\n/*  Righteous Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 46845 WHERE entry=10075;\n\n/*  Lord's Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 84841 WHERE entry=10077;\n\n/*  Lord's Crest  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10078;\n\n/*  Lord's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 31852 WHERE entry=10079;\n\n/*  Lord's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 36598 WHERE entry=10080;\n\n/*  Lord's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 53763 WHERE entry=10082;\n\n/*  Lord's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 57648 WHERE entry=10085;\n\n/*  Gothic Plate Armor  */\nUPDATE `item_template` SET `BuyPrice` = 42194, `SellPrice` = 8438 WHERE entry=10086;\n\n/*  Gothic Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 16968, `SellPrice` = 3393 WHERE entry=10087;\n\n/*  Gothic Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 15772, `SellPrice` = 3154 WHERE entry=10088;\n\n/*  Gothic Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 23747, `SellPrice` = 4749 WHERE entry=10089;\n\n/*  Gothic Plate Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 25742, `SellPrice` = 5148 WHERE entry=10090;\n\n/*  Gothic Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 37208, `SellPrice` = 7441 WHERE entry=10091;\n\n/*  Gothic Plate Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 28011, `SellPrice` = 5602 WHERE entry=10092;\n\n/*  Revenant Deflector  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10093;\n\n/*  Gothic Plate Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 16557, `SellPrice` = 3311 WHERE entry=10094;\n\n/*  Councillor's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 51476 WHERE entry=10095;\n\n/*  Councillor's Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 54959, `SellPrice` = 10991 WHERE entry=10097;\n\n/*  Councillor's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 43684, `SellPrice` = 8736 WHERE entry=10098;\n\n/*  Councillor's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 32839, `SellPrice` = 6567 WHERE entry=10099;\n\n/*  Councillor's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 55544, `SellPrice` = 11108 WHERE entry=10100;\n\n/*  Councillor's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 78781 WHERE entry=10101;\n\n/*  Councillor's Robes  */\nUPDATE `item_template` SET `BuyPrice` = 75101 WHERE entry=10102;\n\n/*  Wanderer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 41016 WHERE entry=10108;\n\n/*  Wanderer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 39739, `SellPrice` = 7947 WHERE entry=10110;\n\n/*  Wanderer's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 95356 WHERE entry=10112;\n\n/*  Wanderer's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 67708 WHERE entry=10113;\n\n/*  Ornate Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 116909, `SellPrice` = 23381 WHERE entry=10118;\n\n/*  Ornate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 83383 WHERE entry=10119;\n\n/*  Ornate Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 43987 WHERE entry=10120;\n\n/*  Ornate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 52576 WHERE entry=10121;\n\n/*  Ornate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 45035 WHERE entry=10122;\n\n/*  Ornate Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 76198 WHERE entry=10123;\n\n/*  Revenant Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 21752, `SellPrice` = 4350 WHERE entry=10127;\n\n/*  Revenant Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 59538, `SellPrice` = 11907 WHERE entry=10128;\n\n/*  Revenant Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 23445, `SellPrice` = 4689 WHERE entry=10129;\n\n/*  Revenant Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 23531, `SellPrice` = 4706 WHERE entry=10130;\n\n/*  Revenant Boots  */\nUPDATE `item_template` SET `BuyPrice` = 35428, `SellPrice` = 7085 WHERE entry=10131;\n\n/*  Revenant Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 38043, `SellPrice` = 7608 WHERE entry=10132;\n\n/*  Revenant Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 53964, `SellPrice` = 10792 WHERE entry=10133;\n\n/*  Revenant Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 38320, `SellPrice` = 7664 WHERE entry=10134;\n\n/*  High Councillor's Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 103318, `SellPrice` = 20663 WHERE entry=10135;\n\n/*  High Councillor's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 67420, `SellPrice` = 13484 WHERE entry=10137;\n\n/*  High Councillor's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 61371 WHERE entry=10138;\n\n/*  High Councillor's Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 71291, `SellPrice` = 14258 WHERE entry=10139;\n\n/*  High Councillor's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 45425, `SellPrice` = 9085 WHERE entry=10140;\n\n/*  High Councillor's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 100518, `SellPrice` = 20103 WHERE entry=10141;\n\n/*  High Councillor's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 67007, `SellPrice` = 13401 WHERE entry=10142;\n\n/*  High Councillor's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 98864, `SellPrice` = 19772 WHERE entry=10143;\n\n/*  High Councillor's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 40820 WHERE entry=10144;\n\n/*  Mighty Boots  */\nUPDATE `item_template` SET `BuyPrice` = 80970, `SellPrice` = 16194 WHERE entry=10146;\n\n/*  Mighty Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 56367 WHERE entry=10148;\n\n/*  Mighty Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 54579, `SellPrice` = 10915 WHERE entry=10149;\n\n/*  Mighty Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 86270, `SellPrice` = 17254 WHERE entry=10150;\n\n/*  Mighty Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 127283, `SellPrice` = 25456 WHERE entry=10151;\n\n/*  Mighty Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 121666, `SellPrice` = 24333 WHERE entry=10152;\n\n/*  Mighty Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 87221, `SellPrice` = 17444 WHERE entry=10153;\n\n/*  Mercurial Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 66689, `SellPrice` = 13337 WHERE entry=10154;\n\n/*  Mercurial Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 100842, `SellPrice` = 20168 WHERE entry=10155;\n\n/*  Mercurial Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 63973 WHERE entry=10156;\n\n/*  Mercurial Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 156081, `SellPrice` = 31216 WHERE entry=10157;\n\n/*  Mercurial Guard  */\nUPDATE `item_template` SET `BuyPrice` = 155200, `SellPrice` = 31040, `spellcooldown_1` = -1 WHERE entry=10158;\n\n/*  Mercurial Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 57220 WHERE entry=10159;\n\n/*  Mercurial Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 99741, `SellPrice` = 19948 WHERE entry=10160;\n\n/*  Mercurial Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 63568, `SellPrice` = 12713 WHERE entry=10161;\n\n/*  Mercurial Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 140688, `SellPrice` = 28137 WHERE entry=10162;\n\n/*  Mercurial Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 101320, `SellPrice` = 20264 WHERE entry=10163;\n\n/*  Templar Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 74044, `SellPrice` = 14808 WHERE entry=10164;\n\n/*  Templar Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 31200, `SellPrice` = 6240 WHERE entry=10165;\n\n/*  Templar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 29542, `SellPrice` = 5908 WHERE entry=10166;\n\n/*  Templar Boots  */\nUPDATE `item_template` SET `BuyPrice` = 47147, `SellPrice` = 9429 WHERE entry=10167;\n\n/*  Templar Crown  */\nUPDATE `item_template` SET `BuyPrice` = 50161, `SellPrice` = 10032 WHERE entry=10168;\n\n/*  Templar Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 71151, `SellPrice` = 14230 WHERE entry=10169;\n\n/*  Templar Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 50528, `SellPrice` = 10105 WHERE entry=10170;\n\n/*  Templar Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 30090, `SellPrice` = 6018 WHERE entry=10171;\n\n/*  Mystical Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 48018 WHERE entry=10172;\n\n/*  Mystical Cape  */\nUPDATE `item_template` SET `BuyPrice` = 40607 WHERE entry=10174;\n\n/*  Mystical Headwrap  */\nUPDATE `item_template` SET `BuyPrice` = 45054, `SellPrice` = 9010 WHERE entry=10175;\n\n/*  Mystical Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 64165 WHERE entry=10177;\n\n/*  Mystical Armor  */\nUPDATE `item_template` SET `BuyPrice` = 73202 WHERE entry=10181;\n\n/*  Swashbuckler's Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 91850 WHERE entry=10182;\n\n/*  Swashbuckler's Eyepatch  */\nUPDATE `item_template` SET `BuyPrice` = 58928 WHERE entry=10187;\n\n/*  Swashbuckler's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 83587 WHERE entry=10188;\n\n/*  Swashbuckler's Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 59360 WHERE entry=10189;\n\n/*  Crusader's Armor  */\nUPDATE `item_template` SET `BuyPrice` = 98879, `SellPrice` = 19775 WHERE entry=10193;\n\n/*  Crusader's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10195;\n\n/*  Crusader's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 37967 WHERE entry=10196;\n\n/*  Overlord's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 29801, `SellPrice` = 5960 WHERE entry=10201;\n\n/*  Overlord's Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 19943, `SellPrice` = 3988 WHERE entry=10202;\n\n/*  Overlord's Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 51986, `SellPrice` = 10397 WHERE entry=10203;\n\n/*  Heavy Lamellar Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10204;\n\n/*  Overlord's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 21580, `SellPrice` = 4316 WHERE entry=10205;\n\n/*  Overlord's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 20243, `SellPrice` = 4048 WHERE entry=10206;\n\n/*  Overlord's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 33477, `SellPrice` = 6695 WHERE entry=10207;\n\n/*  Overlord's Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 47933, `SellPrice` = 9586 WHERE entry=10208;\n\n/*  Overlord's Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 36080, `SellPrice` = 7216 WHERE entry=10209;\n\n/*  Elegant Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 64228 WHERE entry=10210;\n\n/*  Elegant Boots  */\nUPDATE `item_template` SET `BuyPrice` = 61383 WHERE entry=10211;\n\n/*  Elegant Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 39251 WHERE entry=10213;\n\n/*  Elegant Robes  */\nUPDATE `item_template` SET `BuyPrice` = 86939, `SellPrice` = 17387 WHERE entry=10215;\n\n/*  Elegant Belt  */\nUPDATE `item_template` SET `BuyPrice` = 35901 WHERE entry=10216;\n\n/*  Elegant Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 83444, `SellPrice` = 16688 WHERE entry=10217;\n\n/*  Elegant Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 87945, `SellPrice` = 17589 WHERE entry=10218;\n\n/*  Elegant Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 60056 WHERE entry=10219;\n\n/*  Nightshade Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 116316, `SellPrice` = 23263 WHERE entry=10220;\n\n/*  Nightshade Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 47330 WHERE entry=10223;\n\n/*  Nightshade Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 53778 WHERE entry=10224;\n\n/*  Nightshade Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 83084, `SellPrice` = 16616 WHERE entry=10226;\n\n/*  Nightshade Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 116741, `SellPrice` = 23348 WHERE entry=10227;\n\n/*  Nightshade Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 79702 WHERE entry=10228;\n\n/*  Engraved Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 51657 WHERE entry=10229;\n\n/*  Engraved Cape  */\nUPDATE `item_template` SET `BuyPrice` = 49079, `SellPrice` = 9815 WHERE entry=10231;\n\n/*  Engraved Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 113079, `SellPrice` = 22615 WHERE entry=10236;\n\n/*  Heavy Lamellar Boots  */\nUPDATE `item_template` SET `BuyPrice` = 38250, `SellPrice` = 7650 WHERE entry=10238;\n\n/*  Heavy Lamellar Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 24811, `SellPrice` = 4962 WHERE entry=10239;\n\n/*  Heavy Lamellar Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 62882, `SellPrice` = 12576 WHERE entry=10240;\n\n/*  Heavy Lamellar Helm  */\nUPDATE `item_template` SET `BuyPrice` = 42125, `SellPrice` = 8425 WHERE entry=10241;\n\n/*  Heavy Lamellar Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 26592, `SellPrice` = 5318 WHERE entry=10242;\n\n/*  Heavy Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 25179, `SellPrice` = 5035 WHERE entry=10243;\n\n/*  Heavy Lamellar Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 60199, `SellPrice` = 12039 WHERE entry=10244;\n\n/*  Heavy Lamellar Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 42744, `SellPrice` = 8548 WHERE entry=10245;\n\n/*  Master's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 107712, `SellPrice` = 21542 WHERE entry=10246;\n\n/*  Master's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 73539, `SellPrice` = 14707 WHERE entry=10247;\n\n/*  Master's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 46856, `SellPrice` = 9371 WHERE entry=10248;\n\n/*  Master's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 67179, `SellPrice` = 13435 WHERE entry=10249;\n\n/*  Master's Hat  */\nUPDATE `item_template` SET `BuyPrice` = 74331, `SellPrice` = 14866 WHERE entry=10250;\n\n/*  Master's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 49731, `SellPrice` = 9946 WHERE entry=10251;\n\n/*  Master's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 104799, `SellPrice` = 20959 WHERE entry=10252;\n\n/*  Master's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 75123, `SellPrice` = 15024 WHERE entry=10253;\n\n/*  Master's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 110823, `SellPrice` = 22164 WHERE entry=10254;\n\n/*  Master's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 44671, `SellPrice` = 8934 WHERE entry=10255;\n\n/*  Adventurer's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 53376, `SellPrice` = 10675 WHERE entry=10256;\n\n/*  Adventurer's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 84385, `SellPrice` = 16877 WHERE entry=10257;\n\n/*  Adventurer's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 61461 WHERE entry=10258;\n\n/*  Adventurer's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 56679, `SellPrice` = 11335 WHERE entry=10259;\n\n/*  Adventurer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 59729, `SellPrice` = 11945 WHERE entry=10260;\n\n/*  Adventurer's Bandana  */\nUPDATE `item_template` SET `BuyPrice` = 89927, `SellPrice` = 17985 WHERE entry=10261;\n\n/*  Adventurer's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 126364, `SellPrice` = 25272 WHERE entry=10262;\n\n/*  Adventurer's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 90583, `SellPrice` = 18116 WHERE entry=10263;\n\n/*  Adventurer's Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 133648, `SellPrice` = 26729 WHERE entry=10264;\n\n/*  Masterwork Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 69523, `SellPrice` = 13904 WHERE entry=10265;\n\n/*  Masterwork Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 161552, `SellPrice` = 32310 WHERE entry=10266;\n\n/*  Masterwork Cape  */\nUPDATE `item_template` SET `BuyPrice` = 66689, `SellPrice` = 13337 WHERE entry=10267;\n\n/*  Masterwork Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 73791, `SellPrice` = 14758 WHERE entry=10268;\n\n/*  Masterwork Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 70531, `SellPrice` = 14106 WHERE entry=10269;\n\n/*  Masterwork Boots  */\nUPDATE `item_template` SET `BuyPrice` = 111982, `SellPrice` = 22396 WHERE entry=10270;\n\n/*  Masterwork Shield  */\nUPDATE `item_template` SET `BuyPrice` = 162960, `SellPrice` = 32592, `spellcooldown_1` = -1 WHERE entry=10271;\n\n/*  Masterwork Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 104328, `SellPrice` = 20865 WHERE entry=10272;\n\n/*  Masterwork Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 146619, `SellPrice` = 29323 WHERE entry=10273;\n\n/*  Masterwork Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 105594, `SellPrice` = 21118 WHERE entry=10274;\n\n/*  Emerald Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 81021, `SellPrice` = 16204 WHERE entry=10275;\n\n/*  Emerald Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 49238, `SellPrice` = 9847 WHERE entry=10276;\n\n/*  Emerald Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 34926, `SellPrice` = 6985 WHERE entry=10277;\n\n/*  Emerald Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 31197, `SellPrice` = 6239 WHERE entry=10278;\n\n/*  Emerald Helm  */\nUPDATE `item_template` SET `BuyPrice` = 55944, `SellPrice` = 11188 WHERE entry=10279;\n\n/*  Emerald Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 78615, `SellPrice` = 15723 WHERE entry=10280;\n\n/*  Emerald Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 56362, `SellPrice` = 11272 WHERE entry=10281;\n\n/*  Emerald Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 33561, `SellPrice` = 6712 WHERE entry=10282;\n\n/*  Durable Hat  */\nUPDATE `item_template` SET `BuyPrice` = 7787 WHERE entry=10289;\n\n/*  Gnomeregan Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10298;\n\n/*  Gnomeregan Amulet  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10299;\n\n/*  Scarlet Belt  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10329;\n\n/*  Scarlet Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 47938 WHERE entry=10330;\n\n/*  Scarlet Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 13644, `SellPrice` = 2728 WHERE entry=10331;\n\n/*  Scarlet Boots  */\nUPDATE `item_template` SET `BuyPrice` = 18950 WHERE entry=10332;\n\n/*  Duracin Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 12107 WHERE entry=10358;\n\n/*  Everlast Boots  */\nUPDATE `item_template` SET `BuyPrice` = 12151 WHERE entry=10359;\n\n/*  Ornate Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10362;\n\n/*  Engraved Wall  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10363;\n\n/*  Templar Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10364;\n\n/*  Emerald Shield  */\nUPDATE `item_template` SET `BuyPrice` = 131381, `spellcooldown_1` = -1 WHERE entry=10365;\n\n/*  Demon Guard  */\nUPDATE `item_template` SET `BuyPrice` = 160263, `SellPrice` = 32052, `spellcooldown_1` = -1 WHERE entry=10366;\n\n/*  Hyperion Shield  */\nUPDATE `item_template` SET `BuyPrice` = 164856, `SellPrice` = 32971, `spellcooldown_1` = -1 WHERE entry=10367;\n\n/*  Imbued Plate Armor  */\nUPDATE `item_template` SET `BuyPrice` = 89343, `SellPrice` = 17868 WHERE entry=10368;\n\n/*  Imbued Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 36886, `SellPrice` = 7377 WHERE entry=10369;\n\n/*  Imbued Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 34929, `SellPrice` = 6985 WHERE entry=10370;\n\n/*  Imbued Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 55747, `SellPrice` = 11149 WHERE entry=10371;\n\n/*  Imbued Plate Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 58754, `SellPrice` = 11750 WHERE entry=10372;\n\n/*  Imbued Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 86682, `SellPrice` = 17336 WHERE entry=10373;\n\n/*  Imbued Plate Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 59186, `SellPrice` = 11837 WHERE entry=10374;\n\n/*  Imbued Plate Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 35582, `SellPrice` = 7116 WHERE entry=10375;\n\n/*  Commander's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 62599, `SellPrice` = 12519 WHERE entry=10376;\n\n/*  Commander's Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 39891, `SellPrice` = 7978 WHERE entry=10377;\n\n/*  Commander's Armor  */\nUPDATE `item_template` SET `BuyPrice` = 97332, `SellPrice` = 19466 WHERE entry=10378;\n\n/*  Commander's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 66454, `SellPrice` = 13290 WHERE entry=10379;\n\n/*  Commander's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 42342, `SellPrice` = 8468 WHERE entry=10380;\n\n/*  Commander's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 40471, `SellPrice` = 8094 WHERE entry=10381;\n\n/*  Commander's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 94041, `SellPrice` = 18808 WHERE entry=10382;\n\n/*  Commander's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 62609, `SellPrice` = 12521 WHERE entry=10383;\n\n/*  Hyperion Armor  */\nUPDATE `item_template` SET `BuyPrice` = 101850, `SellPrice` = 20370 WHERE entry=10384;\n\n/*  Hyperion Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 66239, `SellPrice` = 13247 WHERE entry=10385;\n\n/*  Hyperion Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 44329, `SellPrice` = 8865 WHERE entry=10386;\n\n/*  Hyperion Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 42379, `SellPrice` = 8475 WHERE entry=10387;\n\n/*  Hyperion Helm  */\nUPDATE `item_template` SET `BuyPrice` = 70344, `SellPrice` = 14068 WHERE entry=10388;\n\n/*  Hyperion Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 98854, `SellPrice` = 19770 WHERE entry=10389;\n\n/*  Hyperion Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 70876, `SellPrice` = 14175 WHERE entry=10390;\n\n/*  Hyperion Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 40966, `SellPrice` = 8193 WHERE entry=10391;\n\n/*  Blackened Defias Armor  */\nUPDATE `item_template` SET `BuyPrice` = 7335 WHERE entry=10399;\n\n/*  Blackened Defias Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 2817 WHERE entry=10400;\n\n/*  Blackened Defias Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1278 WHERE entry=10401;\n\n/*  Blackened Defias Belt  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 45, `BuyPrice` = 2255, `SellPrice` = 451, `MaxDurability` = 25, `stat_type1` = 4, `stat_value1` = 5, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10403;\n\n/*  Raider's Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 2159, `SellPrice` = 431 WHERE entry=10407;\n\n/*  Banded Helm  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10408;\n\n/*  Footpads of the Fang  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 57, `BuyPrice` = 3939, `SellPrice` = 787, `MaxDurability` = 40, `stat_value1` = 4, `stat_value2` = 4, `DisenchantID` = 3 WHERE entry=10411;\n\n/*  Belt of the Fang  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 45, `BuyPrice` = 2028, `SellPrice` = 405, `MaxDurability` = 25, `stat_value1` = 3, `stat_value2` = 2, `DisenchantID` = 3 WHERE entry=10412;\n\n/*  Gloves of the Fang  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 47, `BuyPrice` = 1539, `SellPrice` = 307, `MaxDurability` = 25, `stat_value1` = 3, `stat_value2` = 2, `DisenchantID` = 2 WHERE entry=10413;\n\n/*  Rough Copper Vest  */\nUPDATE `item_template` SET `BuyPrice` = 161 WHERE entry=10421;\n\n/*  Silvered Bronze Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 14211, `stat_type3` = 6 WHERE entry=10423;\n\n/*  Shadowy Bracers  */\nUPDATE `item_template` SET `spellid_1` = 7706 WHERE entry=10461;\n\n/*  Shadowy Belt  */\nUPDATE `item_template` SET `BuyPrice` = 18044, `SellPrice` = 3608 WHERE entry=10462;\n\n/*  Mithril Blunderbuss  */\nUPDATE `item_template` SET `BuyPrice` = 44794, `SellPrice` = 8958, `dmg_min1` = 36.0, `dmg_max1` = 68.0 WHERE entry=10508;\n\n/*  Mithril Heavy-bore Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 56845, `dmg_min1` = 41.0, `dmg_max1` = 76.0 WHERE entry=10510;\n\n/*  Parachute Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 23482, `spellcooldown_1` = 1800000 WHERE entry=10518;\n\n/*  Thistlewood Maul  */\nUPDATE `item_template` SET `BuyPrice` = 127 WHERE entry=10544;\n\n/*  Gnomish Goggles  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_type3` = 6, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10545;\n\n/*  Wooly Mittens  */\nUPDATE `item_template` SET `BuyPrice` = 243 WHERE entry=10550;\n\n/*  Foreman Vest  */\nUPDATE `item_template` SET `BuyPrice` = 657, `stat_type1` = 4, `stat_value1` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10553;\n\n/*  Foreman Pants  */\nUPDATE `item_template` SET `BuyPrice` = 597, `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10554;\n\n/*  Quillshooter  */\nUPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 58.0 WHERE entry=10567;\n\n/*  Freezing Shard  */\nUPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=10572;\n\n/*  Boneslasher  */\nUPDATE `item_template` SET `BuyPrice` = 68773 WHERE entry=10573;\n\n/*  Corpseshroud  */\nUPDATE `item_template` SET `BuyPrice` = 18878, `stat_type3` = 3, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10574;\n\n/*  Thoughtcast Boots  */\nUPDATE `item_template` SET `BuyPrice` = 16885 WHERE entry=10578;\n\n/*  Briar Tredders  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 5 WHERE entry=10582;\n\n/*  Stormgale Fists  */\nUPDATE `item_template` SET `BuyPrice` = 14528, `stat_type2` = 6 WHERE entry=10584;\n\n/*  Goblin Rocket Helmet  */\nUPDATE `item_template` SET `spellcategory_1` = 0 WHERE entry=10588;\n\n/*  Winter's Bite  */\nUPDATE `item_template` SET `BuyPrice` = 123740 WHERE entry=10623;\n\n/*  Stinging Bow  */\nUPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 67.0, `stat_type1` = 4 WHERE entry=10624;\n\n/*  Stealthblade  */\nUPDATE `item_template` SET `BuyPrice` = 136831 WHERE entry=10625;\n\n/*  Ragehammer  */\nUPDATE `item_template` SET `BuyPrice` = 183661 WHERE entry=10626;\n\n/*  Deathblow  */\nUPDATE `item_template` SET `BuyPrice` = 146225 WHERE entry=10628;\n\n/*  Mistwalker Boots  */\nUPDATE `item_template` SET `BuyPrice` = 40330, `stat_value2` = 18, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10629;\n\n/*  Soulcatcher Halo  */\nUPDATE `item_template` SET `stat_value1` = 25, `stat_type2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10630;\n\n/*  Murkwater Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 30433, `stat_type1` = 4, `stat_value1` = 13, `stat_type3` = 7, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10631;\n\n/*  Slimescale Bracers  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 13, `stat_type3` = 7, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10632;\n\n/*  Silvershell Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 58420, `SellPrice` = 11684, `stat_type3` = 6 WHERE entry=10633;\n\n/*  Mindseye Circle  */\nUPDATE `item_template` SET `stat_value2` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10634;\n\n/*  Painted Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 73 WHERE entry=10635;\n\n/*  Nomadic Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 30 WHERE entry=10636;\n\n/*  Brewer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 698, `stat_type2` = 4, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10637;\n\n/*  Will of the Mountain Giant  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 151543, `SellPrice` = 30308, `dmg_min1` = 88.0, `dmg_max1` = 133.0, `MaxDurability` = 85, `stat_value1` = 15, `stat_value2` = 14, `DisenchantID` = 29 WHERE entry=10652;\n\n/*  Trailblazer Boots  */\nUPDATE `item_template` SET `BuyPrice` = 8197 WHERE entry=10653;\n\n/*  Jutebraid Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4827, `stat_type1` = 4, `stat_type2` = 5, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10654;\n\n/*  Barkmail Vest  */\nUPDATE `item_template` SET `BuyPrice` = 73 WHERE entry=10656;\n\n/*  Aegis of Battle  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 1691, `BuyPrice` = 105815, `SellPrice` = 21163, `block` = 29, `MaxDurability` = 85, `stat_value1` = 10, `stat_type2` = 3, `stat_value2` = 6, `DisenchantID` = 29, `spellcooldown_1` = -1 WHERE entry=10686;\n\n/*  Enchanted Azsharite Felbane Sword  */\nUPDATE `item_template` SET `BuyPrice` = 209454, `SellPrice` = 41890 WHERE entry=10696;\n\n/*  Enchanted Azsharite Felbane Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 210221 WHERE entry=10697;\n\n/*  Enchanted Azsharite Felbane Staff  */\nUPDATE `item_template` SET `BuyPrice` = 263735, `spellcategorycooldown_2` = 180000 WHERE entry=10698;\n\n/*  Encarmine Boots  */\nUPDATE `item_template` SET `BuyPrice` = 24918, `stat_type1` = 4, `stat_value1` = 4, `stat_type3` = 5, `stat_value3` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10700;\n\n/*  Boots of Zua'tec  */\nUPDATE `item_template` SET `BuyPrice` = 37680 WHERE entry=10701;\n\n/*  Enormous Ogre Boots  */\nUPDATE `item_template` SET `BuyPrice` = 26897 WHERE entry=10702;\n\n/*  Fiendish Skiv  */\nUPDATE `item_template` SET `BuyPrice` = 83963 WHERE entry=10703;\n\n/*  Chillnail Splinter  */\nUPDATE `item_template` SET `BuyPrice` = 68246, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10704;\n\n/*  Firwillow Wristbands  */\nUPDATE `item_template` SET `BuyPrice` = 18333, `stat_type1` = 3, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10705;\n\n/*  Steelsmith Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 38862, `SellPrice` = 7772 WHERE entry=10707;\n\n/*  Dragonclaw Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10710;\n\n/*  Dragon's Blood Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10711;\n\n/*  Gnomish Rocket Boots  */\nUPDATE `item_template` SET `spellcooldown_1` = 1800000, `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=10724;\n\n/*  Ring of Fortitude  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10739;\n\n/*  Centurion Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 53464, `SellPrice` = 10692 WHERE entry=10740;\n\n/*  Dragonflight Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 47948, `stat_type1` = 3, `stat_value1` = 13, `stat_type2` = 4, `stat_type3` = 6, `stat_value3` = 14, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10742;\n\n/*  Kaylari Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 42492 WHERE entry=10745;\n\n/*  Runesteel Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 22748, `SellPrice` = 4549 WHERE entry=10746;\n\n/*  Teacher's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 11637 WHERE entry=10747;\n\n/*  Wanderlust Boots  */\nUPDATE `item_template` SET `BuyPrice` = 21903 WHERE entry=10748;\n\n/*  Avenguard Helm  */\nUPDATE `item_template` SET `BuyPrice` = 52774, `SellPrice` = 10554 WHERE entry=10749;\n\n/*  Gemburst Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 53170, `stat_type1` = 3, `stat_value1` = 5, `stat_type4` = 7, `stat_value4` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10751;\n\n/*  Swine Fists  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 68, `BuyPrice` = 12141, `SellPrice` = 2428, `MaxDurability` = 30, `stat_value1` = 8, `stat_value2` = 8, `DisenchantID` = 6 WHERE entry=10760;\n\n/*  Coldrage Dagger  */\nUPDATE `item_template` SET `RequiredLevel` = 39 WHERE entry=10761;\n\n/*  Robes of the Lich  */\nUPDATE `item_template` SET `stat_value2` = 20, `stat_type3` = 0, `stat_value3` = 0, `RequiredLevel` = 39 WHERE entry=10762;\n\n/*  Icemetal Barbute  */\nUPDATE `item_template` SET `BuyPrice` = 25989, `SellPrice` = 5197, `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10763;\n\n/*  Deathchill Armor  */\nUPDATE `item_template` SET `BuyPrice` = 52173, `stat_type1` = 6, `stat_value1` = 20, `stat_type3` = 7, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 39 WHERE entry=10764;\n\n/*  Bonefingers  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 73, `BuyPrice` = 16837, `SellPrice` = 3367, `MaxDurability` = 30, `DisenchantID` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 38 WHERE entry=10765;\n\n/*  Plaguerot Sprig  */\nUPDATE `item_template` SET `shadow_res` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=10766;\n\n/*  Savage Boar's Guard  */\nUPDATE `item_template` SET `BuyPrice` = 48260, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10767;\n\n/*  Glowing Eye of Mordresh  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=10769;\n\n/*  Mordresh's Lifeless Skull  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 11, `stat_type2` = 7, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10770;\n\n/*  Deathmage Sash  */\nUPDATE `item_template` SET `BuyPrice` = 14552, `stat_value1` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10771;\n\n/*  Glutton's Cleaver  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 60853, `SellPrice` = 12170, `dmg_min1` = 32.0, `dmg_max1` = 60.0, `MaxDurability` = 75, `DisenchantID` = 27 WHERE entry=10772;\n\n/*  Fleshhide Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 29787 WHERE entry=10774;\n\n/*  Carapace of Tuten'kash  */\nUPDATE `item_template` SET `BuyPrice` = 31888, `SellPrice` = 6377 WHERE entry=10775;\n\n/*  Silky Spider Cape  */\nUPDATE `item_template` SET `BuyPrice` = 23999, `SellPrice` = 4799, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10776;\n\n/*  Arachnid Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 20070 WHERE entry=10777;\n\n/*  Necklace of Sanctuary  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10778;\n\n/*  Mark of Hakkar  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 0 WHERE entry=10780;\n\n/*  Hakkari Breastplate  */\nUPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=10781;\n\n/*  Hakkari Shroud  */\nUPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=10782;\n\n/*  Atal'ai Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 57381 WHERE entry=10783;\n\n/*  Atal'ai Leggings  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 120, `BuyPrice` = 66003, `SellPrice` = 13200, `MaxDurability` = 65, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9 WHERE entry=10785;\n\n/*  Atal'ai Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 195, `BuyPrice` = 59889, `SellPrice` = 11977, `MaxDurability` = 50, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9 WHERE entry=10786;\n\n/*  Atal'ai Girdle  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 280, `BuyPrice` = 26693, `SellPrice` = 5338, `MaxDurability` = 40, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9 WHERE entry=10788;\n\n/*  Firebreather  */\nUPDATE `item_template` SET `BuyPrice` = 175347 WHERE entry=10797;\n\n/*  Atal'alarion's Tusk Ring  */\nUPDATE `item_template` SET `BuyPrice` = 31319, `SellPrice` = 6263 WHERE entry=10798;\n\n/*  Headspike  */\nUPDATE `item_template` SET `BuyPrice` = 196442 WHERE entry=10799;\n\n/*  Darkwater Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 37812, `shadow_res` = 7, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=10800;\n\n/*  Slitherscale Boots  */\nUPDATE `item_template` SET `BuyPrice` = 58520, `stat_type1` = 7, `stat_value1` = 12, `stat_type2` = 4, `stat_type3` = 6, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10801;\n\n/*  Wingveil Cloak  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 34, `BuyPrice` = 39156, `SellPrice` = 7831, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10802;\n\n/*  Blade of the Wretched  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 147207, `SellPrice` = 29441, `dmg_min1` = 47.0, `dmg_max1` = 88.0, `MaxDurability` = 75, `DisenchantID` = 29, `spellppmrate_1` = 2.6, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=10803;\n\n/*  Fist of the Damned  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 147758, `SellPrice` = 29551, `dmg_min1` = 42.0, `dmg_max1` = 80.0, `MaxDurability` = 75, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 29 WHERE entry=10804;\n\n/*  Eater of the Dead  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 148309, `SellPrice` = 29661, `dmg_min1` = 49.0, `dmg_max1` = 92.0, `MaxDurability` = 75, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 29 WHERE entry=10805;\n\n/*  Vestments of the Atal'ai Prophet  */\nUPDATE `item_template` SET `BuyPrice` = 75731, `stat_value2` = 27, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=10806;\n\n/*  Kilt of the Atal'ai Prophet  */\nUPDATE `item_template` SET `BuyPrice` = 76012, `stat_value2` = 18, `stat_type4` = 4, `stat_value4` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10807;\n\n/*  Gloves of the Atal'ai Prophet  */\nUPDATE `item_template` SET `stat_value1` = 20, `stat_type2` = 4, `stat_value2` = 5, `stat_type3` = 7, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10808;\n\n/*  Sower's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 1040 WHERE entry=10821;\n\n/*  Vanquisher's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 88981 WHERE entry=10823;\n\n/*  Amberglow Talisman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10824;\n\n/*  Dire Nail  */\nUPDATE `item_template` SET `BuyPrice` = 202136, `shadow_res` = 5, `stat_type1` = 0, `stat_value1` = 0, `RequiredLevel` = 51 WHERE entry=10828;\n\n/*  Horns of Eranikus  */\nUPDATE `item_template` SET `BuyPrice` = 42986, `stat_type1` = 6, `stat_value1` = 11, `stat_value2` = 27, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 51 WHERE entry=10833;\n\n/*  Crest of Supremacy  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 6, `stat_value2` = 7, `stat_type3` = 6, `stat_value3` = 7, `stat_type4` = 7, `stat_value4` = 7, `stat_type5` = 4, `stat_value5` = 6, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `RequiredLevel` = 51 WHERE entry=10835;\n\n/*  Rod of Corrosion  */\nUPDATE `item_template` SET `BuyPrice` = 144946, `nature_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 51 WHERE entry=10836;\n\n/*  Tooth of Eranikus  */\nUPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15464, `RequiredLevel` = 51 WHERE entry=10837;\n\n/*  Might of Hakkar  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_type2` = 6, `spellcooldown_1` = -1 WHERE entry=10838;\n\n/*  Windscale Sarong  */\nUPDATE `item_template` SET `stat_value1` = 20, `stat_type4` = 3, `stat_value4` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10842;\n\n/*  Featherskin Cape  */\nUPDATE `item_template` SET `BuyPrice` = 52977, `stat_type2` = 6, `stat_value2` = 15, `stat_type3` = 5, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10843;\n\n/*  Spire of Hakkar  */\nUPDATE `item_template` SET `BuyPrice` = 221570 WHERE entry=10844;\n\n/*  Warrior's Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 71166, `SellPrice` = 14233, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 13670 WHERE entry=10845;\n\n/*  Bloodshot Greaves  */\nUPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10846;\n\n/*  Apothecary Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1074, `SellPrice` = 214 WHERE entry=10919;\n\n/*  Archaedic Stone  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `RequiredLevel` = 42 WHERE entry=11118;\n\n/*  Belgrom's Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 150720 WHERE entry=11120;\n\n/*  Darkwater Talwar  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 14705, `SellPrice` = 2941, `dmg_min1` = 20.0, `dmg_max1` = 39.0, `MaxDurability` = 70, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 24 WHERE entry=11121;\n\n/*  Carrot on a Stick  */\nUPDATE `item_template` SET `spellid_1` = 13587 WHERE entry=11122;\n\n/*  Rainstrider Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 75186, `stat_type1` = 3, `stat_value1` = 8, `stat_type3` = 7, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11123;\n\n/*  Stemleaf Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 25 WHERE entry=11187;\n\n/*  Farmer's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 227 WHERE entry=11191;\n\n/*  Outfitter Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 23 WHERE entry=11192;\n\n/*  Prismscale Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 102024, `SellPrice` = 20404 WHERE entry=11194;\n\n/*  Warforged Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 68278, `SellPrice` = 13655 WHERE entry=11195;\n\n/*  Mindburst Medallion  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11196;\n\n/*  Nether Force Wand  */\nUPDATE `item_template` SET `spellid_1` = 13595 WHERE entry=11263;\n\n/*  Cragwood Maul  */\nUPDATE `item_template` SET `BuyPrice` = 82424, `SellPrice` = 16484 WHERE entry=11265;\n\n/*  Lesser Magic Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11287;\n\n/*  Greater Magic Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11288;\n\n/*  Lesser Mystic Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11289;\n\n/*  Greater Mystic Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11290;\n\n/*  Fine Shortbow  */\nUPDATE `item_template` SET `BuyPrice` = 3184, `SellPrice` = 636, `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=11303;\n\n/*  Fine Longbow  */\nUPDATE `item_template` SET `BuyPrice` = 4861, `dmg_min1` = 14.0, `dmg_max1` = 26.0 WHERE entry=11304;\n\n/*  Dense Shortbow  */\nUPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 35.0 WHERE entry=11305;\n\n/*  Sturdy Recurve  */\nUPDATE `item_template` SET `BuyPrice` = 19467, `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=11306;\n\n/*  Massive Longbow  */\nUPDATE `item_template` SET `dmg_min1` = 43.0, `dmg_max1` = 80.0 WHERE entry=11307;\n\n/*  Sylvan Shortbow  */\nUPDATE `item_template` SET `BuyPrice` = 78828, `dmg_min1` = 32.0, `dmg_max1` = 59.0 WHERE entry=11308;\n\n/*  Flameseer Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 32990, `spellid_1` = 9401, `RequiredLevel` = 42 WHERE entry=11310;\n\n/*  Emberscale Cape  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 30, `BuyPrice` = 25553, `SellPrice` = 5110, `stat_value1` = 3, `stat_value2` = 10, `DisenchantID` = 8, `RequiredLevel` = 41 WHERE entry=11311;\n\n/*  Bloodband Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 17815 WHERE entry=11469;\n\n/*  Wine-stained Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=11475;\n\n/*  Loreskin Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 32551 WHERE entry=11502;\n\n/*  Vilerend Slicer  */\nUPDATE `item_template` SET `BuyPrice` = 153283 WHERE entry=11603;\n\n/*  Dark Iron Plate  */\nUPDATE `item_template` SET `BuyPrice` = 97143, `SellPrice` = 19428 WHERE entry=11604;\n\n/*  Dark Iron Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 53880, `SellPrice` = 10776 WHERE entry=11605;\n\n/*  Dark Iron Mail  */\nUPDATE `item_template` SET `BuyPrice` = 96279, `SellPrice` = 19255 WHERE entry=11606;\n\n/*  Dark Iron Sunderer  */\nUPDATE `item_template` SET `BuyPrice` = 256125 WHERE entry=11607;\n\n/*  Dark Iron Pulverizer  */\nUPDATE `item_template` SET `BuyPrice` = 228803 WHERE entry=11608;\n\n/*  Enthralled Sphere  */\nUPDATE `item_template` SET `stat_value1` = 14, `stat_type2` = 6, `stat_value2` = 5, `stat_type3` = 7, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11625;\n\n/*  Houndmaster's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 122167, `dmg_min1` = 34.0, `dmg_max1` = 64.0 WHERE entry=11628;\n\n/*  Houndmaster's Rifle  */\nUPDATE `item_template` SET `dmg_min1` = 44.0, `dmg_max1` = 82.0 WHERE entry=11629;\n\n/*  Stoneshell Guard  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11631;\n\n/*  Earthslag Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 46802, `SellPrice` = 9360, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 9415 WHERE entry=11632;\n\n/*  Spiderfang Carapace  */\nUPDATE `item_template` SET `BuyPrice` = 70380, `SellPrice` = 14076, `stat_value1` = 14, `stat_type3` = 5, `spellid_1` = 9342 WHERE entry=11633;\n\n/*  Graverot Cape  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11677;\n\n/*  Carapace of Anub'shiah  */\nUPDATE `item_template` SET `BuyPrice` = 77981, `SellPrice` = 15596 WHERE entry=11678;\n\n/*  Rubicund Armguards  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_type2` = 3 WHERE entry=11679;\n\n/*  Ironfoe  */\nUPDATE `item_template` SET `spellppmrate_1` = 0.8 WHERE entry=11684;\n\n/*  Splinthide Shoulders  */\nUPDATE `item_template` SET `stat_type3` = 5, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 9415 WHERE entry=11685;\n\n/*  Girdle of Beastial Fury  */\nUPDATE `item_template` SET `BuyPrice` = 46645 WHERE entry=11686;\n\n/*  Stonewall Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 36892, `SellPrice` = 7378, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=11703;\n\n/*  Dregmetal Spaulders  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 10, `stat_type2` = 4, `stat_value2` = 6, `stat_type3` = 7, `stat_value3` = 5, `stat_type4` = 5, `stat_value4` = 15, `spellid_1` = 0, `spelltrigger_1` = 0, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11722;\n\n/*  Savage Gladiator Chain  */\nUPDATE `item_template` SET `armor` = 369, `stat_type3` = 4, `stat_value3` = 13, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11726;\n\n/*  Savage Gladiator Leggings  */\nUPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11728;\n\n/*  Savage Gladiator Helm  */\nUPDATE `item_template` SET `stat_value1` = 28, `stat_value2` = 12 WHERE entry=11729;\n\n/*  Savage Gladiator Grips  */\nUPDATE `item_template` SET `stat_type4` = 4, `stat_value4` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11730;\n\n/*  Savage Gladiator Greaves  */\nUPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 10, `stat_type3` = 7, `stat_value3` = 13, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11731;\n\n/*  Ragefury Eyepatch  */\nUPDATE `item_template` SET `BuyPrice` = 83349, `SellPrice` = 16669 WHERE entry=11735;\n\n/*  Rockfist  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 153672, `SellPrice` = 30734, `dmg_min1` = 32.0, `dmg_max1` = 60.0, `MaxDurability` = 55, `stat_type1` = 4, `stat_value1` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11743;\n\n/*  Bloodfist  */\nUPDATE `item_template` SET `BuyPrice` = 196213 WHERE entry=11744;\n\n/*  Fists of Phalanx  */\nUPDATE `item_template` SET `BuyPrice` = 39391, `SellPrice` = 7878 WHERE entry=11745;\n\n/*  Golem Skull Helm  */\nUPDATE `item_template` SET `BuyPrice` = 59309, `SellPrice` = 11861 WHERE entry=11746;\n\n/*  Flamestrider Robes  */\nUPDATE `item_template` SET `fire_res` = 10, `stat_type4` = 0, `stat_value4` = 0 WHERE entry=11747;\n\n/*  Pyric Caduceus  */\nUPDATE `item_template` SET `BuyPrice` = 125416, `spellid_1` = 9400 WHERE entry=11748;\n\n/*  Searingscale Leggings  */\nUPDATE `item_template` SET `fire_res` = 10, `stat_type1` = 6, `stat_value1` = 10, `stat_type4` = 3, `stat_value4` = 13, `spellid_1` = 0, `spelltrigger_1` = 0, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11749;\n\n/*  Kindling Stave  */\nUPDATE `item_template` SET `fire_res` = 10, `stat_value1` = 13, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18384, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11750;\n\n/*  Cinderhide Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 51990 WHERE entry=11764;\n\n/*  Pyremail Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 62625 WHERE entry=11765;\n\n/*  Emberplate Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 43188, `SellPrice` = 8637 WHERE entry=11767;\n\n/*  Incendic Bracers  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 32, `BuyPrice` = 36121, `SellPrice` = 7224, `MaxDurability` = 25, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 10 WHERE entry=11768;\n\n/*  Boreal Mantle  */\nUPDATE `item_template` SET `spellid_1` = 13831 WHERE entry=11782;\n\n/*  Chillsteel Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 63838, `frost_res` = 10, `stat_value1` = 20, `stat_type2` = 6, `stat_value2` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11783;\n\n/*  Rock Golem Bulwark  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11785;\n\n/*  Stone of the Earth  */\nUPDATE `item_template` SET `BuyPrice` = 253699, `SellPrice` = 50739 WHERE entry=11786;\n\n/*  Shalehusk Boots  */\nUPDATE `item_template` SET `BuyPrice` = 68664, `SellPrice` = 13732 WHERE entry=11787;\n\n/*  Lavacrest Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 89883, `SellPrice` = 17976 WHERE entry=11802;\n\n/*  Rubidium Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 202196, `spellcooldown_1` = -1 WHERE entry=11805;\n\n/*  Sash of the Burning Heart  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_type3` = 5, `spellid_1` = 9401 WHERE entry=11807;\n\n/*  Circle of Flame  */\nUPDATE `item_template` SET `armor` = 74, `fire_res` = 15, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11808;\n\n/*  Force of Will  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11810;\n\n/*  Smoking Heart of the Mountain  */\nUPDATE `item_template` SET `fire_res` = 7, `nature_res` = 7, `frost_res` = 7, `shadow_res` = 7, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=11811;\n\n/*  Cape of the Fire Salamander  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 6, `stat_type2` = 7, `stat_value2` = 9 WHERE entry=11812;\n\n/*  Molten Fists  */\nUPDATE `item_template` SET `fire_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11814;\n\n/*  Lord General's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 196273 WHERE entry=11817;\n\n/*  Second Wind  */\nUPDATE `item_template` SET `spellid_1` = 15604, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 0, `spellid_3` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=11819;\n\n/*  Warstrife Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 111924, `SellPrice` = 22384, `stat_value1` = 6, `stat_value3` = 6, `spellid_1` = 13670 WHERE entry=11821;\n\n/*  Cyclopean Band  */\nUPDATE `item_template` SET `stat_type2` = 4 WHERE entry=11824;\n\n/*  Burst of Knowledge  */\nUPDATE `item_template` SET `spellid_1` = 15646, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 0, `spellid_3` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=11832;\n\n/*  Chief Architect's Monocle  */\nUPDATE `item_template` SET `stat_value1` = 27, `stat_type2` = 6, `stat_value2` = 3, `stat_type3` = 7, `stat_value3` = 10 WHERE entry=11839;\n\n/*  Lead Surveyor's Mantle  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 8, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11842;\n\n/* Handmade Leather Bag */\nUPDATE `item_template` SET `ContainerSlots` = 4 WHERE `entry` = 11845;\n\n/*  Battered Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=11847;\n\n/*  Rustmetal Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=11849;\n\n/*  Short Duskbat Cape  */\nUPDATE `item_template` SET `BuyPrice` = 35 WHERE entry=11850;\n\n/*  Roamer's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 71 WHERE entry=11852;\n\n/*  Charged Lightning Rod  */\nUPDATE `item_template` SET `BuyPrice` = 64854, `SellPrice` = 12970, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11860;\n\n/*  White Bone Spear  */\nUPDATE `item_template` SET `BuyPrice` = 170542 WHERE entry=11864;\n\n/*  Rancor Boots  */\nUPDATE `item_template` SET `BuyPrice` = 43541, `stat_type1` = 3, `stat_value1` = 12, `stat_type2` = 5, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11865;\n\n/*  Nagmara's Whipping Belt  */\nUPDATE `item_template` SET `BuyPrice` = 49098 WHERE entry=11866;\n\n/*  Maddening Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 43848 WHERE entry=11867;\n\n/*  Choking Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11868;\n\n/*  Sha'ni's Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11869;\n\n/*  Snarkshaw Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 53331 WHERE entry=11871;\n\n/*  Eschewal Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 42830, `SellPrice` = 8566 WHERE entry=11872;\n\n/*  Ethereal Mist Cape  */\nUPDATE `item_template` SET `BuyPrice` = 48309, `SellPrice` = 9661 WHERE entry=11873;\n\n/*  Plainstalker Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 81437 WHERE entry=11876;\n\n/*  Outrider Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 102603 WHERE entry=11882;\n\n/*  Moonlit Amice  */\nUPDATE `item_template` SET `BuyPrice` = 9231 WHERE entry=11884;\n\n/*  Quintis' Research Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 24398 WHERE entry=11888;\n\n/*  Bark Iron Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 36728, `SellPrice` = 7345 WHERE entry=11889;\n\n/*  Linken's Sword of Mastery  */\nUPDATE `item_template` SET `BuyPrice` = 170973 WHERE entry=11902;\n\n/*  Beastsmasher  */\nUPDATE `item_template` SET `BuyPrice` = 163615 WHERE entry=11906;\n\n/*  Archaeologist's Quarry Boots  */\nUPDATE `item_template` SET `BuyPrice` = 49434, `SellPrice` = 9886, `stat_type2` = 3, `stat_type3` = 5, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11908;\n\n/*  Excavator's Utility Belt  */\nUPDATE `item_template` SET `BuyPrice` = 41337 WHERE entry=11909;\n\n/*  Bejeweled Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 61727, `SellPrice` = 12345 WHERE entry=11910;\n\n/*  Treetop Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 61960, `stat_type1` = 4, `stat_value1` = 8, `stat_type3` = 6, `stat_value3` = 18, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11911;\n\n/*  Clayridge Helm  */\nUPDATE `item_template` SET `BuyPrice` = 70224, `SellPrice` = 14044 WHERE entry=11913;\n\n/*  Shizzle's Drizzle Blocker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11915;\n\n/*  Shizzle's Muzzle  */\nUPDATE `item_template` SET `BuyPrice` = 59171 WHERE entry=11916;\n\n/*  Shizzle's Nozzle Wiper  */\nUPDATE `item_template` SET `BuyPrice` = 31674, `SellPrice` = 6334 WHERE entry=11917;\n\n/*  Grotslab Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 47687 WHERE entry=11918;\n\n/*  Cragplate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 47862, `SellPrice` = 9572 WHERE entry=11919;\n\n/*  Impervious Giant  */\nUPDATE `item_template` SET `BuyPrice` = 270836 WHERE entry=11921;\n\n/*  The Hammer of Grace  */\nUPDATE `item_template` SET `BuyPrice` = 218244, `SellPrice` = 43648 WHERE entry=11923;\n\n/*  Robes of the Royal Crown  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11924;\n\n/*  Ghostshroud  */\nUPDATE `item_template` SET `BuyPrice` = 82423, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11925;\n\n/*  Deathdealer Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 122952 WHERE entry=11926;\n\n/*  Legplates of the Eternal Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 82283, `SellPrice` = 16456 WHERE entry=11927;\n\n/*  Thaurissan's Royal Scepter  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11928;\n\n/*  The Emperor's New Cape  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11930;\n\n/*  Dreadforge Retaliator  */\nUPDATE `item_template` SET `BuyPrice` = 290516 WHERE entry=11931;\n\n/*  Imperial Jewel  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11933;\n\n/*  Emperor's Seal  */\nUPDATE `item_template` SET `frost_res` = 6, `arcane_res` = 6, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11934;\n\n/*  Magmus Stone  */\nUPDATE `item_template` SET `fire_res` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11935;\n\n/*  Relic Hunter Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1421, `stat_type1` = 4, `stat_type3` = 6, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11936;\n\n/*  Dark Iron Ring  */\nUPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11945;\n\n/*  Fire Opal Necklace  */\nUPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9, `spellcooldown_1` = -1 WHERE entry=11946;\n\n/*  Penance Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 50128 WHERE entry=11963;\n\n/*  Swiftstrike Cudgel  */\nUPDATE `item_template` SET `BuyPrice` = 150783 WHERE entry=11964;\n\n/*  Limb Cleaver  */\nUPDATE `item_template` SET `BuyPrice` = 205269, `SellPrice` = 41053 WHERE entry=12000;\n\n/*  Cerulean Talisman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12019;\n\n/*  Thallium Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12020;\n\n/*  Shieldplate Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 46636, `SellPrice` = 9327 WHERE entry=12021;\n\n/*  Iridium Chain  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12022;\n\n/*  Tellurium Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12023;\n\n/*  Vanadium Talisman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12024;\n\n/*  Selenium Chain  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12025;\n\n/*  Quicksilver Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12026;\n\n/*  Vermilion Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12027;\n\n/*  Basalt Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12028;\n\n/*  Greenstone Talisman  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12029;\n\n/*  Jet Chain  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12030;\n\n/*  Lodestone Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12031;\n\n/*  Onyx Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12032;\n\n/*  Marble Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12034;\n\n/*  Obsidian Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12035;\n\n/*  Granite Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12036;\n\n/*  Lagrave's Seal  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12038;\n\n/*  Tundra Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12039;\n\n/*  Forest Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12040;\n\n/*  Marsh Chain  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12042;\n\n/*  Desert Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12043;\n\n/*  Arctic Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12044;\n\n/*  Swamp Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12045;\n\n/*  Jungle Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12046;\n\n/*  Spectral Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12047;\n\n/*  Prismatic Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12048;\n\n/*  Splintsteel Armor  */\nUPDATE `item_template` SET `BuyPrice` = 84251 WHERE entry=12049;\n\n/*  Hazecover Boots  */\nUPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12050;\n\n/*  Brazen Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 44983 WHERE entry=12051;\n\n/*  Ring of the Moon  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12052;\n\n/*  Volcanic Rock Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12053;\n\n/*  Demon Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12054;\n\n/*  Stardust Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12055;\n\n/*  Ring of the Heavens  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12056;\n\n/*  Dragonscale Band  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12057;\n\n/*  Demonic Bone Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12058;\n\n/*  Conqueror's Medallion  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12059;\n\n/*  Blade of Reckoning  */\nUPDATE `item_template` SET `BuyPrice` = 201060 WHERE entry=12061;\n\n/*  Skilled Fighting Blade  */\n UPDATE `item_template` SET `BuyPrice` = 201827, `stat_type1` = 37, `stat_value1` = 9, `spellid_1` = 0 WHERE entry=12062;\n-- UPDATE `item_template` SET `BuyPrice` = 201827, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 15776 WHERE entry=12062;\n\n/*  Gamemaster Hood  */\nUPDATE `item_template` SET `BuyPrice` = 4 WHERE entry=12064;\n\n/*  Ward of the Elements  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12065;\n\n/*  Shaleskin Cape  */\nUPDATE `item_template` SET `BuyPrice` = 55747 WHERE entry=12066;\n\n/*  Valconian Sash  */\nUPDATE `item_template` SET `BuyPrice` = 36743 WHERE entry=12083;\n\n/*  Ring of the Aristocrat  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12102;\n\n/*  Star of Mystaria  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `DisenchantID` = 49, `spellid_1` = 23727, `spelltrigger_2` = 0 WHERE entry=12103;\n\n/*  Brindlethorn Tunic  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12104;\n\n/*  Pridemail Leggings  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 282, `BuyPrice` = 125722, `SellPrice` = 25144, `ItemLevel` = 60, `MaxDurability` = 75, `stat_type1` = 6, `stat_value1` = 13, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 17819, `spelltrigger_1` = 1 WHERE entry=12105;\n\n/*  Boulderskin Breastplate  */\nUPDATE `item_template` SET `armor` = 570, `DisenchantID` = 0 WHERE entry=12106;\n\n/*  Whispersilk Leggings  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12107;\n\n/*  Basaltscale Armor  */\nUPDATE `item_template` SET `BuyPrice` = 115274, `SellPrice` = 23054 WHERE entry=12108;\n\n/*  Azure Moon Amice  */\nUPDATE `item_template` SET `BuyPrice` = 57845 WHERE entry=12109;\n\n/*  Lavaplate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 38841, `SellPrice` = 7768 WHERE entry=12111;\n\n/*  Crypt Demon Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 52034, `SellPrice` = 10406 WHERE entry=12112;\n\n/*  Sunborne Cape  */\nUPDATE `item_template` SET `BuyPrice` = 52219, `SellPrice` = 10443, `spellid_1` = 9295 WHERE entry=12113;\n\n/*  Nightfall Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 43671 WHERE entry=12114;\n\n/*  Stalwart Clutch  */\nUPDATE `item_template` SET `BuyPrice` = 35060, `SellPrice` = 7012 WHERE entry=12115;\n\n/*  Bloodsail Admiral's Hat  */\nUPDATE `item_template` SET `spellid_1` = 17567, `spelltrigger_1` = 0, `spellid_2` = 0, `spellcooldown_2` = -1 WHERE entry=12185;\n\n/*  Test Defense Chest  */\nUPDATE `item_template` SET `spellid_1` = 15804, `spelltrigger_1` = 1 WHERE entry=12187;\n\n/*  Test Armor Chest  */\nUPDATE `item_template` SET `spellid_1` = 15805, `spelltrigger_1` = 1 WHERE entry=12188;\n\n/*  Blump Family Fishing Pole  */\nUPDATE `item_template` SET `BuyPrice` = 939, `SellPrice` = 187 WHERE entry=12225;\n\n/*  Smoldering Claw  */\nUPDATE `item_template` SET `BuyPrice` = 229901, `fire_res` = 10, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=12243;\n\n/*  Broad Bladed Knife  */\nUPDATE `item_template` SET `BuyPrice` = 28372 WHERE entry=12247;\n\n/*  Daring Dirk  */\nUPDATE `item_template` SET `BuyPrice` = 32029, `SellPrice` = 6405 WHERE entry=12248;\n\n/*  Midnight Axe  */\nUPDATE `item_template` SET `BuyPrice` = 40341 WHERE entry=12250;\n\n/*  Big Stick  */\nUPDATE `item_template` SET `BuyPrice` = 53896 WHERE entry=12251;\n\n/*  Pale Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 34987 WHERE entry=12255;\n\n/*  Cindercloth Leggings  */\nUPDATE `item_template` SET `spellid_1` = 9296 WHERE entry=12256;\n\n/*  Heavy Notched Belt  */\nUPDATE `item_template` SET `BuyPrice` = 19429, `SellPrice` = 3885 WHERE entry=12257;\n\n/*  Serpent Clasp Belt  */\nUPDATE `item_template` SET `armor` = 138, `MaxDurability` = 35, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=12258;\n\n/*  Glinting Steel Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 40363 WHERE entry=12259;\n\n/*  Searing Golden Blade  */\nUPDATE `item_template` SET `spellid_1` = 7689 WHERE entry=12260;\n\n/*  Worn Battleaxe  */\nUPDATE `item_template` SET `BuyPrice` = 43 WHERE entry=12282;\n\n/*  Leggings of the People's Militia  */\nUPDATE `item_template` SET `BuyPrice` = 1413, `stat_type1` = 4, `stat_type2` = 6, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12295;\n\n/*  Spark of the People's Militia  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12296;\n\n/*  Seal of Ascension  */\nUPDATE `item_template` SET `fire_res` = 10, `nature_res` = 10, `frost_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellcooldown_1` = 180000, `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=12344;\n\n/*  Thorium Armor  */\nUPDATE `item_template` SET `BuyPrice` = 46199, `SellPrice` = 9239, `fire_res` = 8, `nature_res` = 8, `frost_res` = 8, `shadow_res` = 8, `arcane_res` = 8, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12405;\n\n/*  Thorium Belt  */\nUPDATE `item_template` SET `BuyPrice` = 23183, `SellPrice` = 4636, `fire_res` = 6, `nature_res` = 6, `frost_res` = 6, `shadow_res` = 6, `arcane_res` = 6, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12406;\n\n/*  Thorium Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 24991, `SellPrice` = 4998, `fire_res` = 5, `nature_res` = 5, `frost_res` = 5, `shadow_res` = 5, `arcane_res` = 5, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12408;\n\n/*  Thorium Boots  */\nUPDATE `item_template` SET `BuyPrice` = 51682, `SellPrice` = 10336, `fire_res` = 7, `nature_res` = 7, `frost_res` = 7, `shadow_res` = 7, `arcane_res` = 7, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12409;\n\n/*  Thorium Helm  */\nUPDATE `item_template` SET `BuyPrice` = 51863, `SellPrice` = 10372, `fire_res` = 10, `nature_res` = 10, `frost_res` = 10, `shadow_res` = 10, `arcane_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12410;\n\n/*  Thorium Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 86882, `SellPrice` = 17376, `fire_res` = 10, `nature_res` = 10, `frost_res` = 10, `shadow_res` = 10, `arcane_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12414;\n\n/*  Radiant Breastplate  */\nUPDATE `item_template` SET `frost_res` = 16, `shadow_res` = 16, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12415;\n\n/*  Radiant Belt  */\nUPDATE `item_template` SET `BuyPrice` = 37979, `SellPrice` = 7595, `frost_res` = 12, `shadow_res` = 12, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12416;\n\n/*  Radiant Circlet  */\nUPDATE `item_template` SET `frost_res` = 18, `shadow_res` = 18, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12417;\n\n/*  Radiant Gloves  */\nUPDATE `item_template` SET `frost_res` = 12, `shadow_res` = 12, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12418;\n\n/*  Radiant Boots  */\nUPDATE `item_template` SET `frost_res` = 15, `shadow_res` = 15, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12419;\n\n/*  Radiant Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 126654, `SellPrice` = 25330, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12420;\n\n/*  Imperial Plate Chest  */\nUPDATE `item_template` SET `BuyPrice` = 81021, `SellPrice` = 16204 WHERE entry=12422;\n\n/*  Imperial Plate Belt  */\nUPDATE `item_template` SET `BuyPrice` = 27665, `SellPrice` = 5533 WHERE entry=12424;\n\n/*  Imperial Plate Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 30221, `SellPrice` = 6044 WHERE entry=12425;\n\n/*  Imperial Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 60311, `SellPrice` = 12062 WHERE entry=12426;\n\n/*  Imperial Plate Helm  */\nUPDATE `item_template` SET `BuyPrice` = 60530, `SellPrice` = 12106 WHERE entry=12427;\n\n/*  Imperial Plate Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 43233, `SellPrice` = 8646 WHERE entry=12428;\n\n/*  Imperial Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 89615, `SellPrice` = 17923 WHERE entry=12429;\n\n/*  Knucklebone Pouch (DND)  */\nUPDATE `item_template` SET `spellid_1` = 16197, `spellcharges_1` = -1 WHERE entry=12443;\n\n/*  Anvilmar Musket  */\nUPDATE `item_template` SET `BuyPrice` = 95, `dmg_min1` = 4.0, `dmg_max1` = 8.0 WHERE entry=12446;\n\n/*  Thistlewood Bow  */\nUPDATE `item_template` SET `BuyPrice` = 96, `dmg_min1` = 3.0, `dmg_max1` = 7.0 WHERE entry=12447;\n\n/*  Light Hunting Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 96, `dmg_min1` = 2.0, `dmg_max1` = 6.0 WHERE entry=12448;\n\n/*  Primitive Bow  */\nUPDATE `item_template` SET `BuyPrice` = 96, `dmg_min1` = 4.0, `dmg_max1` = 8.0 WHERE entry=12449;\n\n/*  Embrace of the Wind Serpent  */\nUPDATE `item_template` SET `armor` = 86, `nature_res` = 12, `stat_value1` = 30, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12462;\n\n/*  Drakefang Butcher  */\nUPDATE `item_template` SET `BuyPrice` = 212231 WHERE entry=12463;\n\n/*  Bloodfire Talons  */\nUPDATE `item_template` SET `BuyPrice` = 42601, `fire_res` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12464;\n\n/*  Nightfall Drape  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=12465;\n\n/*  Dawnspire Cord  */\nUPDATE `item_template` SET `BuyPrice` = 34327, `stat_value1` = 19, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12466;\n\n/*  Chilton Wand  */\nUPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 19.0, `MaxDurability` = 55, `spellcooldown_1` = -1 WHERE entry=12468;\n\n/*  Mutilator  */\nUPDATE `item_template` SET `BuyPrice` = 145898, `SellPrice` = 29179, `ItemLevel` = 47, `dmg_min1` = 82.0, `dmg_max1` = 124.0, `MaxDurability` = 100, `RequiredLevel` = 42 WHERE entry=12469;\n\n/*  Sandstalker Ankleguards  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_type3` = 4, `stat_value3` = 6 WHERE entry=12470;\n\n/*  Desertwalker Cane  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12471;\n\n/*  Ribsplitter  */\nUPDATE `item_template` SET `BuyPrice` = 176662 WHERE entry=12527;\n\n/*  Searing Needle  */\nUPDATE `item_template` SET `BuyPrice` = 144416 WHERE entry=12531;\n\n/*  Doomforged Straightedge  */\nUPDATE `item_template` SET `BuyPrice` = 174629, `SellPrice` = 34925 WHERE entry=12535;\n\n/*  Songstone of Ironforge  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12543;\n\n/*  Thrall's Resolve  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12544;\n\n/*  Eye of Orgrimmar  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=12545;\n\n/*  Magni's Will  */\nUPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 7597, `spelltrigger_2` = 0 WHERE entry=12548;\n\n/*  Braincage  */\nUPDATE `item_template` SET `BuyPrice` = 68349, `SellPrice` = 13669, `stat_type2` = 6, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12549;\n\n/*  Runed Golem Shackles  */\nUPDATE `item_template` SET `BuyPrice` = 32324, `SellPrice` = 6464 WHERE entry=12550;\n\n/*  Battlechaser's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 57032, `SellPrice` = 11406 WHERE entry=12555;\n\n/*  High Priestess Boots  */\nUPDATE `item_template` SET `shadow_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12556;\n\n/*  Ebonsteel Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 71841, `SellPrice` = 14368 WHERE entry=12557;\n\n/*  Keris of Zul'Serak  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12582;\n\n/*  Blackhand Doomsaw  */\nUPDATE `item_template` SET `BuyPrice` = 371731, `SellPrice` = 74346, `DisenchantID` = 49 WHERE entry=12583;\n\n/*  Grand Marshal's Longsword  */\nUPDATE `item_template` SET `BuyPrice` = 248182, `SellPrice` = 49636 WHERE entry=12584;\n\n/*  Eye of Rend  */\nUPDATE `item_template` SET `BuyPrice` = 105159, `SellPrice` = 21031, `DisenchantID` = 49 WHERE entry=12587;\n\n/*  Bonespike Shoulder  */\nUPDATE `item_template` SET `BuyPrice` = 127233, `SellPrice` = 25446, `DisenchantID` = 49 WHERE entry=12588;\n\n/*  Dustfeather Sash  */\nUPDATE `item_template` SET `BuyPrice` = 51257, `SellPrice` = 10251, `stat_value1` = 18, `stat_value2` = 10, `DisenchantID` = 49, `spellid_1` = 9415 WHERE entry=12589;\n\n/*  Felstriker  */\nUPDATE `item_template` SET `BuyPrice` = 378124, `SellPrice` = 75624, `spellppmrate_1` = 1.0 WHERE entry=12590;\n\n/*  Blackblade of Shahram  */\nUPDATE `item_template` SET `BuyPrice` = 476208, `SellPrice` = 95241 WHERE entry=12592;\n\n/*  Draconian Deflector  */\nUPDATE `item_template` SET `BuyPrice` = 176064, `SellPrice` = 35212, `DisenchantID` = 49 WHERE entry=12602;\n\n/*  Nightbrace Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 125244, `SellPrice` = 25048, `fire_res` = 10, `shadow_res` = 10, `stat_value1` = 5, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12603;\n\n/*  Starfire Tiara  */\nUPDATE `item_template` SET `fire_res` = 10, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12604;\n\n/*  Serpentine Skuller  */\nUPDATE `item_template` SET `BuyPrice` = 145533, `shadow_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12605;\n\n/*  Crystallized Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 63340, `SellPrice` = 12668, `DisenchantID` = 49 WHERE entry=12606;\n\n/*  Butcher's Apron  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=12608;\n\n/*  Polychromatic Visionwrap  */\nUPDATE `item_template` SET `BuyPrice` = 102494, `SellPrice` = 20498, `DisenchantID` = 49 WHERE entry=12609;\n\n/*  Runic Plate Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 61238, `SellPrice` = 12247 WHERE entry=12610;\n\n/*  Runic Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 61468, `SellPrice` = 12293 WHERE entry=12611;\n\n/*  Runic Plate Helm  */\nUPDATE `item_template` SET `BuyPrice` = 64783, `SellPrice` = 12956 WHERE entry=12612;\n\n/*  Runic Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 91025, `SellPrice` = 18205 WHERE entry=12613;\n\n/*  Runic Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 91363, `SellPrice` = 18272 WHERE entry=12614;\n\n/*  Savage Mail Tunic  */\nUPDATE `item_template` SET `armor` = 332, `BuyPrice` = 137553, `SellPrice` = 27510, `MaxDurability` = 100 WHERE entry=12615;\n\n/*  Savage Mail Boots  */\nUPDATE `item_template` SET `armor` = 231, `BuyPrice` = 109206, `SellPrice` = 21841, `MaxDurability` = 50 WHERE entry=12616;\n\n/*  Savage Mail Shoulders  */\nUPDATE `item_template` SET `armor` = 253, `BuyPrice` = 109596, `SellPrice` = 21919, `MaxDurability` = 60 WHERE entry=12617;\n\n/*  Enchanted Thorium Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 119863, `SellPrice` = 23972, `DisenchantID` = 49 WHERE entry=12618;\n\n/*  Enchanted Thorium Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 120290, `SellPrice` = 24058, `DisenchantID` = 49 WHERE entry=12619;\n\n/*  Enchanted Thorium Helm  */\nUPDATE `item_template` SET `BuyPrice` = 86225, `SellPrice` = 17245, `DisenchantID` = 49 WHERE entry=12620;\n\n/*  Demonfork  */\nUPDATE `item_template` SET `BuyPrice` = 225425 WHERE entry=12621;\n\n/*  Wildthorn Mail  */\nUPDATE `item_template` SET `spellid_1` = 16638 WHERE entry=12624;\n\n/*  Dawnbringer Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 65402, `SellPrice` = 13080 WHERE entry=12625;\n\n/*  Funeral Cuffs  */\nUPDATE `item_template` SET `shadow_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12626;\n\n/*  Demon Forged Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 83203, `SellPrice` = 16640 WHERE entry=12628;\n\n/*  Fiery Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 44598, `SellPrice` = 8919 WHERE entry=12631;\n\n/*  Storm Gauntlets  */\nUPDATE `item_template` SET `spellid_2` = 9361 WHERE entry=12632;\n\n/*  Whitesoul Helm  */\nUPDATE `item_template` SET `BuyPrice` = 74299, `SellPrice` = 14859, `DisenchantID` = 49 WHERE entry=12633;\n\n/*  Chiselbrand Girdle  */\nUPDATE `item_template` SET `stat_type1` = 6, `DisenchantID` = 49 WHERE entry=12634;\n\n/*  Helm of the Great Chief  */\nUPDATE `item_template` SET `BuyPrice` = 121428, `SellPrice` = 24285, `DisenchantID` = 49 WHERE entry=12636;\n\n/*  Backusarian Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 51582, `SellPrice` = 10316, `stat_value1` = 9, `stat_type2` = 5, `DisenchantID` = 49, `spellid_1` = 21618 WHERE entry=12637;\n\n/*  Stronghold Gauntlets  */\nUPDATE `item_template` SET `armor` = 441, `BuyPrice` = 76359, `SellPrice` = 15271, `spellid_1` = 7219 WHERE entry=12639;\n\n/*  Lionheart Helm  */\nUPDATE `item_template` SET `armor` = 565, `BuyPrice` = 109471, `SellPrice` = 21894 WHERE entry=12640;\n\n/*  Invulnerable Mail  */\nUPDATE `item_template` SET `armor` = 554, `BuyPrice` = 219182, `SellPrice` = 43836 WHERE entry=12641;\n\n/*  Blackcrow  */\nUPDATE `item_template` SET `dmg_min1` = 77.0, `dmg_max1` = 117.0 WHERE entry=12651;\n\n/*  Riphook  */\nUPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 87.0 WHERE entry=12653;\n\n/*  Cap of the Scarlet Savant  */\nUPDATE `item_template` SET `armor` = 78, `BuyPrice` = 114539, `SellPrice` = 22907 WHERE entry=12752;\n\n/*  Leggings of Arcana  */\nUPDATE `item_template` SET `armor` = 166, `BuyPrice` = 175287, `SellPrice` = 35057 WHERE entry=12756;\n\n/*  Breastplate of Bloodthirst  */\nUPDATE `item_template` SET `armor` = 190, `BuyPrice` = 175964, `SellPrice` = 35192 WHERE entry=12757;\n\n/*  Thorium Greatsword  */\nUPDATE `item_template` SET `BuyPrice` = 168107, `DisenchantID` = 0 WHERE entry=12764;\n\n/*  Bleakwood Hew  */\nUPDATE `item_template` SET `BuyPrice` = 230772, `DisenchantID` = 0 WHERE entry=12769;\n\n/*  Inlaid Thorium Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 194357 WHERE entry=12772;\n\n/*  Ornate Thorium Handaxe  */\nUPDATE `item_template` SET `BuyPrice` = 165399, `SellPrice` = 33079 WHERE entry=12773;\n\n/*  Dawn's Edge  */\nUPDATE `item_template` SET `BuyPrice` = 180220 WHERE entry=12774;\n\n/*  Huge Thorium Battleaxe  */\nUPDATE `item_template` SET `BuyPrice` = 199746, `stat_type1` = 37, `stat_value1` = 24, `spellid_1` = 0 WHERE entry=12775;\n-- UPDATE `item_template` SET `BuyPrice` = 199746, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 15768 WHERE entry=12775;\n\n/*  Enchanted Battlehammer  */\nUPDATE `item_template` SET `BuyPrice` = 240624, `SellPrice` = 48124 WHERE entry=12776;\n\n/*  Rune Edge  */\nUPDATE `item_template` SET `BuyPrice` = 176691, `DisenchantID` = 0 WHERE entry=12779;\n\n/*  Heartseeker  */\nUPDATE `item_template` SET `BuyPrice` = 291079, `SellPrice` = 58215, `DisenchantID` = 49 WHERE entry=12783;\n\n/*  Arcanite Reaper  */\nUPDATE `item_template` SET `BuyPrice` = 365181, `SellPrice` = 73036, `DisenchantID` = 49 WHERE entry=12784;\n\n/*  Arcanite Champion  */\nUPDATE `item_template` SET `BuyPrice` = 373098, `SellPrice` = 74619, `DisenchantID` = 49 WHERE entry=12790;\n\n/*  Masterwork Stormhammer  */\nUPDATE `item_template` SET `BuyPrice` = 281520, `SellPrice` = 56304, `DisenchantID` = 49 WHERE entry=12794;\n\n/*  Blood Talon  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12795;\n\n/*  Hammer of the Titans  */\nUPDATE `item_template` SET `BuyPrice` = 354564, `SellPrice` = 70912, `DisenchantID` = 49 WHERE entry=12796;\n\n/*  Frostguard  */\nUPDATE `item_template` SET `BuyPrice` = 284716, `SellPrice` = 56943, `DisenchantID` = 49 WHERE entry=12797;\n\n/*  Annihilator  */\nUPDATE `item_template` SET `BuyPrice` = 285752, `SellPrice` = 57150, `DisenchantID` = 49, `spellppmrate_1` = 1.0 WHERE entry=12798;\n\n/*  Darkspear  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12802;\n\n/*  Orb of Fire  */\nUPDATE `item_template` SET `spellid_1` = 16982, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=12805;\n\n/*  Breastplate of the Chromatic Flight  */\nUPDATE `item_template` SET `armor` = 706, `BuyPrice` = 147308, `SellPrice` = 29461 WHERE entry=12895;\n\n/*  Legguards of the Chromatic Defier  */\nUPDATE `item_template` SET `armor` = 349, `BuyPrice` = 227412, `SellPrice` = 45482 WHERE entry=12903;\n\n/*  Shawn's Super Special Swami Hat  */\nUPDATE `item_template` SET `armor` = 64, `BuyPrice` = 67923, `SellPrice` = 13584, `MaxDurability` = 45 WHERE entry=12904;\n\n/*  Wildfire Cape  */\nUPDATE `item_template` SET `BuyPrice` = 81798, `SellPrice` = 16359, `DisenchantID` = 49 WHERE entry=12905;\n\n/*  Flaming Band  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 17866 WHERE entry=12926;\n\n/*  Truestrike Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 95745, `SellPrice` = 19149, `DisenchantID` = 49 WHERE entry=12927;\n\n/*  Emberfury Talisman  */\nUPDATE `item_template` SET `fire_res` = 7, `stat_type2` = 6, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12929;\n\n/*  Briarwood Reed  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12930;\n\n/*  Warmaster Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 115982, `SellPrice` = 23196, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 13670 WHERE entry=12935;\n\n/*  Battleborn Armbraces  */\nUPDATE `item_template` SET `BuyPrice` = 58203, `SellPrice` = 11640, `DisenchantID` = 49 WHERE entry=12936;\n\n/*  Dal'Rend's Tribal Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 301818, `SellPrice` = 60363, `DisenchantID` = 49 WHERE entry=12939;\n\n/*  Dal'Rend's Sacred Charge  */\nUPDATE `item_template` SET `BuyPrice` = 274063, `SellPrice` = 54812, `DisenchantID` = 49 WHERE entry=12940;\n\n/*  Legplates of the Chromatic Defier  */\nUPDATE `item_template` SET `armor` = 349, `BuyPrice` = 212825, `SellPrice` = 42565 WHERE entry=12945;\n\n/*  Gyth's Skull  */\nUPDATE `item_template` SET `BuyPrice` = 74307, `SellPrice` = 14861, `DisenchantID` = 49 WHERE entry=12952;\n\n/*  Dragoneye Coif  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12953;\n\n/*  Tribal War Feathers  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12960;\n\n/*  Blademaster Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 138586, `SellPrice` = 27717, `stat_value1` = 5, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_3` = 13670 WHERE entry=12963;\n\n/*  Tristam Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 166942, `SellPrice` = 33388, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_2` = 13670 WHERE entry=12964;\n\n/*  Spiritshroud Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 111721, `SellPrice` = 22344, `DisenchantID` = 49 WHERE entry=12965;\n\n/*  Blackmist Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 70092, `SellPrice` = 14018, `shadow_res` = 10, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12966;\n\n/*  Bloodmoon Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 84420, `SellPrice` = 16884, `arcane_res` = 7, `stat_value1` = 17, `stat_type2` = 6, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12967;\n\n/*  Frostweaver Cape  */\nUPDATE `item_template` SET `BuyPrice` = 84740, `SellPrice` = 16948, `frost_res` = 10, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12968;\n\n/*  Seeping Willow  */\nUPDATE `item_template` SET `BuyPrice` = 354420, `SellPrice` = 70884, `DisenchantID` = 49 WHERE entry=12969;\n\n/*  General's Ceremonial Plate  */\nUPDATE `item_template` SET `armor` = 657, `MaxDurability` = 135, `DisenchantID` = 0, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12970;\n\n/*  The Black Knight  */\nUPDATE `item_template` SET `BuyPrice` = 30525 WHERE entry=12974;\n\n/*  Prospector Axe  */\nUPDATE `item_template` SET `BuyPrice` = 11026 WHERE entry=12975;\n\n/*  Ironpatch Blade  */\nUPDATE `item_template` SET `BuyPrice` = 8852 WHERE entry=12976;\n\n/*  Magefist Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1776 WHERE entry=12977;\n\n/*  Silver-linked Footguards  */\nUPDATE `item_template` SET `BuyPrice` = 4254, `SellPrice` = 850 WHERE entry=12982;\n\n/*  Skycaller  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12984;\n\n/*  Razor's Edge  */\nUPDATE `item_template` SET `BuyPrice` = 12946 WHERE entry=12990;\n\n/*  Thorbia's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 3939, `SellPrice` = 787 WHERE entry=12994;\n\n/*  Band of Purification  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12996;\n\n/*  Drakewing Bands  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=12999;\n\n/*  Staff of Hale Magefire  */\nUPDATE `item_template` SET `BuyPrice` = 326129, `SellPrice` = 65225, `DisenchantID` = 49 WHERE entry=13000;\n\n/*  Maiden's Circle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13001;\n\n/*  Lady Alizabeth's Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13002;\n\n/*  Lord Alexander's Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 248203 WHERE entry=13003;\n\n/*  Torch of Austen  */\nUPDATE `item_template` SET `BuyPrice` = 167954, `SellPrice` = 33590, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13004;\n\n/*  Amy's Blanket  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13005;\n\n/*  Mass of McGowan  */\nUPDATE `item_template` SET `BuyPrice` = 274202, `SellPrice` = 54840, `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13006;\n\n/*  Mageflame Cloak  */\nUPDATE `item_template` SET `spellid_1` = 9298 WHERE entry=13007;\n\n/*  Dreamsinger Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 11207, `stat_type1` = 6 WHERE entry=13010;\n\n/*  Silver-lined Belt  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13011;\n\n/*  Elder Wizard's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 61778 WHERE entry=13013;\n\n/*  Axe of Rin'ji  */\nUPDATE `item_template` SET `BuyPrice` = 173526 WHERE entry=13014;\n\n/*  Serathil  */\nUPDATE `item_template` SET `BuyPrice` = 269788, `SellPrice` = 53957, `DisenchantID` = 49 WHERE entry=13015;\n\n/*  Killmaim  */\nUPDATE `item_template` SET `BuyPrice` = 23855 WHERE entry=13016;\n\n/*  Harpyclaw Short Bow  */\nUPDATE `item_template` SET `BuyPrice` = 23828, `dmg_min1` = 20.0, `dmg_max1` = 38.0 WHERE entry=13019;\n\n/*  Skystriker Bow  */\nUPDATE `item_template` SET `BuyPrice` = 44927, `dmg_min1` = 30.0, `dmg_max1` = 57.0 WHERE entry=13020;\n\n/*  Needle Threader  */\nUPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 64.0 WHERE entry=13021;\n\n/*  Gryphonwing Long Bow  */\nUPDATE `item_template` SET `BuyPrice` = 139952, `dmg_min1` = 53.0, `dmg_max1` = 100.0 WHERE entry=13022;\n\n/*  Eaglehorn Long Bow  */\nUPDATE `item_template` SET `BuyPrice` = 213515, `SellPrice` = 42703, `dmg_min1` = 40.0, `dmg_max1` = 76.0, `DisenchantID` = 49 WHERE entry=13023;\n\n/*  Beazel's Basher  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13024;\n\n/*  Deadwood Sledge  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13025;\n\n/*  Heaven's Light  */\nUPDATE `item_template` SET `BuyPrice` = 97208, `spellcooldown_1` = -1 WHERE entry=13026;\n\n/*  Bonesnapper  */\nUPDATE `item_template` SET `BuyPrice` = 169160, `spellcooldown_1` = -1 WHERE entry=13027;\n\n/*  Bludstone Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 263025, `SellPrice` = 52605, `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13028;\n\n/*  Umbral Crystal  */\nUPDATE `item_template` SET `spellid_1` = 9325 WHERE entry=13029;\n\n/*  Orb of Mistmantle  */\nUPDATE `item_template` SET `spellid_1` = 7678, `spellid_2` = 7707, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=13031;\n\n/*  Speedsteel Rapier  */\nUPDATE `item_template` SET `BuyPrice` = 73551 WHERE entry=13034;\n\n/*  Serpent Slicer  */\nUPDATE `item_template` SET `BuyPrice` = 125706 WHERE entry=13035;\n\n/*  Crystalpine Stinger  */\nUPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 54.0 WHERE entry=13037;\n\n/*  Swiftwind  */\nUPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 51.0 WHERE entry=13038;\n\n/*  Skull Splitting Crossbow  */\nUPDATE `item_template` SET `BuyPrice` = 89461, `dmg_min1` = 52.0, `dmg_max1` = 79.0 WHERE entry=13039;\n\n/*  Heartseeking Crossbow  */\nUPDATE `item_template` SET `dmg_min1` = 71.0, `dmg_max1` = 108.0 WHERE entry=13040;\n\n/*  Guardian Blade  */\nUPDATE `item_template` SET `BuyPrice` = 22582 WHERE entry=13041;\n\n/*  Demonslayer  */\nUPDATE `item_template` SET `BuyPrice` = 264000 WHERE entry=13044;\n\n/*  Viscous Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 54048 WHERE entry=13045;\n\n/*  Blanchard's Stout  */\nUPDATE `item_template` SET `BuyPrice` = 175213 WHERE entry=13046;\n\n/*  Looming Gavel  */\nUPDATE `item_template` SET `BuyPrice` = 29858, `spellcooldown_1` = -1 WHERE entry=13048;\n\n/*  Deanship Claymore  */\nUPDATE `item_template` SET `BuyPrice` = 30958 WHERE entry=13049;\n\n/*  Witchfury  */\nUPDATE `item_template` SET `BuyPrice` = 114557 WHERE entry=13051;\n\n/*  Warmonger  */\nUPDATE `item_template` SET `BuyPrice` = 208388, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15466 WHERE entry=13052;\n\n/*  Doombringer  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13053;\n\n/*  Bonechewer  */\nUPDATE `item_template` SET `BuyPrice` = 146838 WHERE entry=13055;\n\n/*  Frenzied Striker  */\nUPDATE `item_template` SET `BuyPrice` = 241653 WHERE entry=13056;\n\n/*  Khoo's Point  */\nUPDATE `item_template` SET `BuyPrice` = 109167 WHERE entry=13058;\n\n/*  Stoneraven  */\nUPDATE `item_template` SET `BuyPrice` = 193598 WHERE entry=13059;\n\n/*  The Needler  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13060;\n\n/*  Thunderwood  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13062;\n\n/*  Starfaller  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13063;\n\n/*  Jaina's Firestarter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13064;\n\n/*  Wand of Allistarj  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13065;\n\n/*  Wyrmslayer Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 44989, `SellPrice` = 8997 WHERE entry=13066;\n\n/*  Hydralick Armor  */\nUPDATE `item_template` SET `BuyPrice` = 71709, `SellPrice` = 14341 WHERE entry=13067;\n\n/*  Obsidian Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 23927, `SellPrice` = 4785 WHERE entry=13068;\n\n/*  Sapphiron's Scale Boots  */\nUPDATE `item_template` SET `BuyPrice` = 70437, `SellPrice` = 14087 WHERE entry=13070;\n\n/*  Plated Fist of Hakoo  */\nUPDATE `item_template` SET `BuyPrice` = 20308, `SellPrice` = 4061 WHERE entry=13071;\n\n/*  Stonegrip Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 52134, `SellPrice` = 10426, `DisenchantID` = 49 WHERE entry=13072;\n\n/*  Mugthol's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 45404, `SellPrice` = 9080 WHERE entry=13073;\n\n/*  Golem Shard Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 40124, `SellPrice` = 8024 WHERE entry=13074;\n\n/*  Direwing Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 110454, `SellPrice` = 22090, `DisenchantID` = 49 WHERE entry=13075;\n\n/*  Giantslayer Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 23579, `SellPrice` = 4715 WHERE entry=13076;\n\n/*  Girdle of Uther  */\nUPDATE `item_template` SET `BuyPrice` = 41132, `SellPrice` = 8226 WHERE entry=13077;\n\n/*  Widow's Clutch  */\nUPDATE `item_template` SET `armor` = 89, `MaxDurability` = 80, `shadow_res` = 0, `arcane_res` = 13, `DisenchantID` = 0 WHERE entry=13080;\n\n/*  Skullance Shield  */\nUPDATE `item_template` SET `BuyPrice` = 35617 WHERE entry=13081;\n\n/*  Mountainside Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 66175 WHERE entry=13082;\n\n/*  Garrett Family Crest  */\nUPDATE `item_template` SET `BuyPrice` = 173470, `SellPrice` = 34694, `DisenchantID` = 49 WHERE entry=13083;\n\n/*  Kaleidoscope Chain  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13084;\n\n/*  Horizon Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13085;\n\n/*  River Pride Choker  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13087;\n\n/*  Gazlowe's Charm  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13088;\n\n/*  Skibi's Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13089;\n\n/*  Breastplate of the Chosen  */\nUPDATE `item_template` SET `armor` = 370, `MaxDurability` = 120, `DisenchantID` = 0 WHERE entry=13090;\n\n/*  Blush Ember Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13093;\n\n/*  The Queen's Jewel  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13094;\n\n/*  Band of the Hierophant  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13096;\n\n/*  Painweaver Band  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13098;\n\n/*  Moccasins of the White Hare  */\nUPDATE `item_template` SET `BuyPrice` = 7155, `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=13099;\n\n/*  Pads of the Venom Spider  */\nUPDATE `item_template` SET `BuyPrice` = 17268 WHERE entry=13103;\n\n/*  Sutarn's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 10737 WHERE entry=13105;\n\n/*  Glowing Magical Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 6081, `stat_type2` = 4, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=13106;\n\n/*  Magiskull Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 56457, `SellPrice` = 11291, `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13107;\n\n/*  Wolffear Harness  */\nUPDATE `item_template` SET `BuyPrice` = 24840, `stat_type2` = 6 WHERE entry=13110;\n\n/*  Sandals of the Insurgent  */\nUPDATE `item_template` SET `BuyPrice` = 69968 WHERE entry=13111;\n\n/*  Winged Helm  */\nUPDATE `item_template` SET `BuyPrice` = 48124, `SellPrice` = 9624, `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 23 WHERE entry=13112;\n\n/*  Feathermoon Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 102730, `SellPrice` = 20546, `stat_type1` = 6, `stat_value1` = 21, `DisenchantID` = 49 WHERE entry=13113;\n\n/*  Troll's Bane Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 12870, `stat_type2` = 6, `stat_value2` = 4 WHERE entry=13114;\n\n/*  Sheepshear Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 34954, `SellPrice` = 6990, `stat_type1` = 5, `stat_value1` = 16, `stat_type3` = 6 WHERE entry=13115;\n\n/*  Spaulders of the Unseen  */\nUPDATE `item_template` SET `BuyPrice` = 96851, `SellPrice` = 19370, `DisenchantID` = 49 WHERE entry=13116;\n\n/*  Ogron's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 19152, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13117;\n\n/*  Serpentine Sash  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13118;\n\n/*  Deepfury Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 47526 WHERE entry=13120;\n\n/*  Dreamwalker Armor  */\nUPDATE `item_template` SET `BuyPrice` = 166939, `SellPrice` = 33387, `DisenchantID` = 49 WHERE entry=13123;\n\n/*  Ravasaur Scale Boots  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=13124;\n\n/*  Elven Chain Boots  */\nUPDATE `item_template` SET `stat_type3` = 6 WHERE entry=13125;\n\n/*  Battlecaller Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 51870, `stat_type1` = 4, `stat_type3` = 6, `stat_value3` = 15 WHERE entry=13126;\n\n/*  Frostreaver Crown  */\nUPDATE `item_template` SET `stat_type3` = 6 WHERE entry=13127;\n\n/*  High Bergg Helm  */\nUPDATE `item_template` SET `stat_type1` = 6 WHERE entry=13128;\n\n/*  Windrunner Legguards  */\nUPDATE `item_template` SET `stat_type2` = 6 WHERE entry=13130;\n\n/*  Drakesfire Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 115416, `SellPrice` = 23083, `DisenchantID` = 49 WHERE entry=13133;\n\n/*  Lil Timmy's Peashooter  */\nUPDATE `item_template` SET `BuyPrice` = 7280, `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=13136;\n\n/*  Ironweaver  */\nUPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 59.0 WHERE entry=13137;\n\n/*  The Silencer  */\nUPDATE `item_template` SET `dmg_min1` = 43.0, `dmg_max1` = 82.0 WHERE entry=13138;\n\n/*  Guttbuster  */\nUPDATE `item_template` SET `dmg_min1` = 49.0, `dmg_max1` = 92.0 WHERE entry=13139;\n\n/*  Tooth of Gnarr  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13141;\n\n/*  Brigam Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 58210, `SellPrice` = 11642, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 15464 WHERE entry=13142;\n\n/*  Serenity Belt  */\nUPDATE `item_template` SET `BuyPrice` = 34327 WHERE entry=13144;\n\n/*  Enormous Ogre Belt  */\nUPDATE `item_template` SET `BuyPrice` = 13522, `SellPrice` = 2704 WHERE entry=13145;\n\n/*  Shell Launcher Shotgun  */\nUPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 89.0 WHERE entry=13146;\n\n/*  Chillpike  */\nUPDATE `item_template` SET `BuyPrice` = 313145, `SellPrice` = 62629, `DisenchantID` = 49 WHERE entry=13148;\n\n/*  Trindlehaven Staff  */\nUPDATE `item_template` SET `BuyPrice` = 328749, `SellPrice` = 65749, `DisenchantID` = 49 WHERE entry=13161;\n\n/*  Reiver Claws  */\nUPDATE `item_template` SET `BuyPrice` = 52793, `SellPrice` = 10558, `DisenchantID` = 49 WHERE entry=13162;\n\n/*  Relentless Scythe  */\nUPDATE `item_template` SET `BuyPrice` = 347689, `SellPrice` = 69537, `DisenchantID` = 49 WHERE entry=13163;\n\n/*  Heart of the Scale  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13164;\n\n/*  Slamshot Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 71024, `SellPrice` = 14204, `DisenchantID` = 49 WHERE entry=13166;\n\n/*  Fist of Omokk  */\nUPDATE `item_template` SET `BuyPrice` = 297052, `DisenchantID` = 49 WHERE entry=13167;\n\n/*  Plate of the Shaman King  */\nUPDATE `item_template` SET `BuyPrice` = 95425, `SellPrice` = 19085, `DisenchantID` = 49 WHERE entry=13168;\n\n/*  Tressermane Leggings  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13169;\n\n/*  Skyshroud Leggings  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13170;\n\n/*  Voone's Twitchbow  */\nUPDATE `item_template` SET `BuyPrice` = 153095, `dmg_min1` = 31.0, `dmg_max1` = 58.0 WHERE entry=13175;\n\n/*  Talisman of Evasion  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13177;\n\n/*  Rosewine Circle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13178;\n\n/*  Brazecore Armguards  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13179;\n\n/*  Demonskin Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 43988, `stat_type1` = 6, `stat_value1` = 17, `stat_type3` = 7, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=13181;\n\n/*  Venomspitter  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13183;\n\n/*  Fallbrush Handgrips  */\nUPDATE `item_template` SET `BuyPrice` = 68191, `SellPrice` = 13638, `DisenchantID` = 49 WHERE entry=13184;\n\n/*  Sunderseer Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 82111, `SellPrice` = 16422, `stat_value1` = 17, `stat_value2` = 11, `DisenchantID` = 49, `spellid_1` = 9398 WHERE entry=13185;\n\n/*  Hurd Smasher  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13198;\n\n/*  Crushridge Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 21994, `SellPrice` = 4398 WHERE entry=13199;\n\n/*  Armswake Cloak  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13203;\n\n/*  Bashguuder  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13204;\n\n/*  Rhombeard Protector  */\nUPDATE `item_template` SET `BuyPrice` = 175155, `SellPrice` = 35031, `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13205;\n\n/*  Wolfshear Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 99402, `SellPrice` = 19880, `DisenchantID` = 49 WHERE entry=13206;\n\n/*  Bleak Howler Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 62603, `SellPrice` = 12520, `DisenchantID` = 49 WHERE entry=13208;\n\n/*  Seal of the Dawn  */\nUPDATE `item_template` SET `spellid_2` = 17670, `spelltrigger_2` = 1 WHERE entry=13209;\n\n/*  Pads of the Dread Wolf  */\nUPDATE `item_template` SET `BuyPrice` = 90122, `DisenchantID` = 49 WHERE entry=13210;\n\n/*  Slashclaw Bracers  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13211;\n\n/*  Halycon's Spiked Collar  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13212;\n\n/*  Smolderweb's Eye  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13213;\n\n/*  Crown of the Penitent  */\nUPDATE `item_template` SET `BuyPrice` = 66252, `SellPrice` = 13250 WHERE entry=13216;\n\n/*  Fang of the Crystal Spider  */\nUPDATE `item_template` SET `BuyPrice` = 266942, `SellPrice` = 53388, `DisenchantID` = 49 WHERE entry=13218;\n\n/*  Argent Defender  */\nUPDATE `item_template` SET `BuyPrice` = 182578, `SellPrice` = 36515, `DisenchantID` = 49 WHERE entry=13243;\n\n/*  Gilded Gauntlets  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13244;\n\n/*  Argent Avenger  */\nUPDATE `item_template` SET `BuyPrice` = 268114, `SellPrice` = 53622, `DisenchantID` = 49 WHERE entry=13246;\n\n/*  Burstshot Harquebus  */\nUPDATE `item_template` SET `dmg_min1` = 52.0, `dmg_max1` = 98.0 WHERE entry=13248;\n\n/*  Argent Crusader  */\nUPDATE `item_template` SET `BuyPrice` = 338914, `SellPrice` = 67782, `DisenchantID` = 49 WHERE entry=13249;\n\n/*  Cloudrunner Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 62170, `DisenchantID` = 49 WHERE entry=13252;\n\n/*  Hands of Power  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13253;\n\n/*  Trueaim Gauntlets  */\nUPDATE `item_template` SET `stat_type1` = 32, `stat_value1` = 21, `stat_type2` = 31, `stat_value2` = 10, `spellid_1` = 0, `spellid_2` = 0, `spellid_3` = 0, `spellid_4` = 0  WHERE entry=13255;\n-- UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 17818, `spellid_2` = 15464, `spellid_3` = 27743, `spellid_4` = 27744 WHERE entry=13255;\n\n/*  Demonic Runed Spaulders  */\nUPDATE `item_template` SET `stat_type1` = 5, `stat_type3` = 4 WHERE entry=13257;\n\n/*  Slaghide Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 66715, `SellPrice` = 13343, `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13258;\n\n/*  Ribsteel Footguards  */\nUPDATE `item_template` SET `BuyPrice` = 80348, `SellPrice` = 16069, `DisenchantID` = 49 WHERE entry=13259;\n\n/*  Wind Dancer Boots  */\nUPDATE `item_template` SET `BuyPrice` = 112808, `SellPrice` = 22561, `DisenchantID` = 49 WHERE entry=13260;\n\n/*  Globe of D'sak  */\nUPDATE `item_template` SET `shadow_res` = 7, `stat_type1` = 5, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=13261;\n\n/*  Ashbringer  */\nUPDATE `item_template` SET `BuyPrice` = 1307038, `SellPrice` = 261407 WHERE entry=13262;\n\n/*  Ogreseer Tower Boots  */\nUPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=13282;\n\n/*  Magus Ring  */\nUPDATE `item_template` SET `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 7, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13283;\n\n/*  Rivenspike  */\nUPDATE `item_template` SET `BuyPrice` = 220533 WHERE entry=13286;\n\n/*  Alanna's Embrace  */\nUPDATE `item_template` SET `armor` = 96, `BuyPrice` = 151110, `SellPrice` = 30222 WHERE entry=13314;\n\n/*  Cape of the Black Baron  */\nUPDATE `item_template` SET `BuyPrice` = 82494, `SellPrice` = 16498, `DisenchantID` = 49 WHERE entry=13340;\n\n/*  Dracorian Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 86054, `SellPrice` = 17210, `DisenchantID` = 49 WHERE entry=13344;\n\n/*  Seal of Rivendare  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13345;\n\n/*  Robes of the Exalted  */\nUPDATE `item_template` SET `BuyPrice` = 115591, `SellPrice` = 23118, `DisenchantID` = 49 WHERE entry=13346;\n\n/*  Demonshear  */\nUPDATE `item_template` SET `BuyPrice` = 363850, `SellPrice` = 72770, `DisenchantID` = 49 WHERE entry=13348;\n\n/*  Scepter of the Unholy  */\nUPDATE `item_template` SET `BuyPrice` = 292145, `SellPrice` = 58429, `DisenchantID` = 49, `spellid_1` = 9326 WHERE entry=13349;\n\n/*  Wyrmtongue Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 105181, `SellPrice` = 21036, `DisenchantID` = 49 WHERE entry=13358;\n\n/*  Crown of Tyranny  */\nUPDATE `item_template` SET `BuyPrice` = 126683, `SellPrice` = 25336, `DisenchantID` = 49 WHERE entry=13359;\n\n/*  Gift of the Elven Magi  */\nUPDATE `item_template` SET `BuyPrice` = 282585, `SellPrice` = 56517, `DisenchantID` = 49 WHERE entry=13360;\n\n/*  Skullforge Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 283650, `SellPrice` = 56730, `DisenchantID` = 49, `spellppmrate_1` = 2.0 WHERE entry=13361;\n\n/*  Bonescraper  */\nUPDATE `item_template` SET `BuyPrice` = 277190, `SellPrice` = 55438, `DisenchantID` = 49 WHERE entry=13368;\n\n/*  Fire Striders  */\nUPDATE `item_template` SET `BuyPrice` = 87634, `SellPrice` = 17526, `DisenchantID` = 49, `spellid_1` = 13830 WHERE entry=13369;\n\n/*  Father Flame  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13371;\n\n/*  Slavedriver's Cane  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13372;\n\n/*  Band of Flesh  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13373;\n\n/*  Soulstealer Mantle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13374;\n\n/*  Crest of Retribution  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13375;\n\n/*  Songbird Blouse  */\nUPDATE `item_template` SET `BuyPrice` = 109860 WHERE entry=13378;\n\n/*  Willey's Portable Howitzer  */\nUPDATE `item_template` SET `BuyPrice` = 192216, `SellPrice` = 38443, `dmg_min1` = 63.0, `dmg_max1` = 118.0, `DisenchantID` = 49 WHERE entry=13380;\n\n/*  Master Cannoneer Boots  */\nUPDATE `item_template` SET `BuyPrice` = 77167, `SellPrice` = 15433, `DisenchantID` = 49 WHERE entry=13381;\n\n/*  Cannonball Runner  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13382;\n\n/*  Rainbow Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 44941, `SellPrice` = 8988 WHERE entry=13384;\n\n/*  Tome of Knowledge  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13385;\n\n/*  Archivist Cape  */\nUPDATE `item_template` SET `BuyPrice` = 78610, `SellPrice` = 15722, `DisenchantID` = 49 WHERE entry=13386;\n\n/*  Foresight Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 78899, `SellPrice` = 15779, `DisenchantID` = 49 WHERE entry=13387;\n\n/*  The Postmaster's Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 105586, `SellPrice` = 21117, `DisenchantID` = 49 WHERE entry=13388;\n\n/*  The Postmaster's Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 108730, `SellPrice` = 21746, `DisenchantID` = 49 WHERE entry=13389;\n\n/*  The Postmaster's Band  */\nUPDATE `item_template` SET `BuyPrice` = 81837, `SellPrice` = 16367, `DisenchantID` = 49 WHERE entry=13390;\n\n/*  The Postmaster's Treads  */\nUPDATE `item_template` SET `BuyPrice` = 82127, `SellPrice` = 16425, `DisenchantID` = 49 WHERE entry=13391;\n\n/*  The Postmaster's Seal  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13392;\n\n/*  Malown's Slam  */\nUPDATE `item_template` SET `BuyPrice` = 311904, `SellPrice` = 62380, `DisenchantID` = 49 WHERE entry=13393;\n\n/*  Skul's Cold Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 90881, `SellPrice` = 18176 WHERE entry=13394;\n\n/*  Skul's Ghastly Touch  */\nUPDATE `item_template` SET `BuyPrice` = 154265, `spellid_1` = 9414 WHERE entry=13396;\n\n/*  Boots of the Shrieker  */\nUPDATE `item_template` SET `BuyPrice` = 100142, `SellPrice` = 20028, `DisenchantID` = 49 WHERE entry=13398;\n\n/*  Vambraces of the Sadist  */\nUPDATE `item_template` SET `BuyPrice` = 46482, `SellPrice` = 9296 WHERE entry=13400;\n\n/*  The Cruel Hand of Timmy  */\nUPDATE `item_template` SET `BuyPrice` = 257201, `SellPrice` = 51440, `DisenchantID` = 49 WHERE entry=13401;\n\n/*  Mask of the Unforgiven  */\nUPDATE `item_template` SET `BuyPrice` = 79478, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 15465, `spellid_2` = 7597 WHERE entry=13404;\n\n/*  Wailing Nightbane Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 65511, `SellPrice` = 13102 WHERE entry=13405;\n\n/*  Soul Breaker  */\nUPDATE `item_template` SET `spellppmrate_1` = 2.6 WHERE entry=13408;\n\n/*  Tearfall Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 40596, `SellPrice` = 8119 WHERE entry=13409;\n\n/*  Felstone Good Luck Charm  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13473;\n\n/*  Farmer Dalson's Shotgun  */\nUPDATE `item_template` SET `BuyPrice` = 123624, `SellPrice` = 24724, `dmg_min1` = 34.0, `dmg_max1` = 64.0 WHERE entry=13474;\n\n/*  Dalson Family Wedding Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13475;\n\n/*  Handcrafted Mastersmith Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 99454, `SellPrice` = 19890, `DisenchantID` = 49 WHERE entry=13498;\n\n/*  Handcrafted Mastersmith Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 59937, `SellPrice` = 11987, `DisenchantID` = 49 WHERE entry=13502;\n\n/*  Runeblade of Baron Rivendare  */\nUPDATE `item_template` SET `BuyPrice` = 456725, `SellPrice` = 91345 WHERE entry=13505;\n\n/*  Ramstein's Lightning Bolts  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13515;\n\n/*  Skull of Burning Shadows  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13524;\n\n/*  Darkbind Fingers  */\nUPDATE `item_template` SET `BuyPrice` = 43492, `SellPrice` = 8698 WHERE entry=13525;\n\n/*  Flamescarred Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 54485, `SellPrice` = 10897 WHERE entry=13526;\n\n/*  Lavawalker Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 65746, `SellPrice` = 13149 WHERE entry=13527;\n\n/*  Twilight Void Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 65993, `SellPrice` = 13198 WHERE entry=13528;\n\n/*  Husk of Nerub'enkan  */\nUPDATE `item_template` SET `BuyPrice` = 161517, `SellPrice` = 32303, `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13529;\n\n/*  Fangdrip Runners  */\nUPDATE `item_template` SET `BuyPrice` = 62269, `SellPrice` = 12453 WHERE entry=13530;\n\n/*  Crypt Stalker Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 105959, `SellPrice` = 21191 WHERE entry=13531;\n\n/*  Darkspinner Claws  */\nUPDATE `item_template` SET `BuyPrice` = 63810, `SellPrice` = 12762 WHERE entry=13532;\n\n/*  Acid-etched Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 64052, `SellPrice` = 12810 WHERE entry=13533;\n\n/*  Banshee Finger  */\nUPDATE `item_template` SET `BuyPrice` = 188639, `SellPrice` = 37727, `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13534;\n\n/*  Chillhide Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 49420, `SellPrice` = 9884 WHERE entry=13537;\n\n/*  Windshrieker Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 96115 WHERE entry=13538;\n\n/*  Banshee's Touch  */\nUPDATE `item_template` SET `BuyPrice` = 42677, `SellPrice` = 8535 WHERE entry=13539;\n\n/*  Test Crit Chest  */\nUPDATE `item_template` SET `spellid_1` = 17713, `spelltrigger_1` = 1 WHERE entry=13586;\n\n/*  Test Attack Power Chest  */\nUPDATE `item_template` SET `spellid_1` = 18060, `spelltrigger_1` = 1 WHERE entry=13711;\n\n/*  Test Sword Chest  */\nUPDATE `item_template` SET `spellid_1` = 18061, `spelltrigger_1` = 1 WHERE entry=13712;\n\n/*  Test Dodge Chest  */\nUPDATE `item_template` SET `spellid_1` = 18062, `spelltrigger_1` = 1 WHERE entry=13713;\n\n/*  Test Parry Chest  */\nUPDATE `item_template` SET `spellid_1` = 18063, `spelltrigger_1` = 1 WHERE entry=13714;\n\n/*  Test Block Chest  */\nUPDATE `item_template` SET `spellid_1` = 18064, `spelltrigger_1` = 1 WHERE entry=13715;\n\n/*  Test Hit Chance Chest  */\nUPDATE `item_template` SET `spellid_1` = 18066, `spelltrigger_1` = 1 WHERE entry=13717;\n\n/*  Ring of the Dawn  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=13812;\n\n/*  Tapered Greatsword  */\nUPDATE `item_template` SET `BuyPrice` = 93984, `SellPrice` = 18796 WHERE entry=13817;\n\n/*  Jagged Axe  */\nUPDATE `item_template` SET `BuyPrice` = 67157 WHERE entry=13818;\n\n/*  Balanced War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 99404, `SellPrice` = 19880 WHERE entry=13819;\n\n/*  Spiked Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 57212 WHERE entry=13822;\n\n/*  Stout War Staff  */\nUPDATE `item_template` SET `BuyPrice` = 59622, `SellPrice` = 11924 WHERE entry=13823;\n\n/*  Recurve Long Bow  */\nUPDATE `item_template` SET `dmg_min1` = 26.0, `dmg_max1` = 50.0 WHERE entry=13824;\n\n/*  Primed Musket  */\nUPDATE `item_template` SET `BuyPrice` = 50841, `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=13825;\n\n/*  Runecloth Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 43705 WHERE entry=13860;\n\n/*  Runecloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 33085 WHERE entry=13863;\n\n/*  Runecloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 47767 WHERE entry=13864;\n\n/*  Runecloth Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 62850, `SellPrice` = 12570 WHERE entry=13867;\n\n/*  Frostweave Robe  */\nUPDATE `item_template` SET `BuyPrice` = 48328, `spellid_1` = 17890 WHERE entry=13868;\n\n/*  Frostweave Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 48513, `spellid_1` = 17890 WHERE entry=13869;\n\n/*  Frostweave Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 27358, `spellid_1` = 9308 WHERE entry=13870;\n\n/*  Frostweave Pants  */\nUPDATE `item_template` SET `BuyPrice` = 67183, `spellid_1` = 17891 WHERE entry=13871;\n\n/*  White Traditional Hanbok  */\nUPDATE `item_template` SET `BuyPrice` = 2976 WHERE entry=13897;\n\n/*  Headmaster's Charge  */\nUPDATE `item_template` SET `BuyPrice` = 435068, `SellPrice` = 87013 WHERE entry=13937;\n\n/*  Bonecreeper Stylus  */\nUPDATE `item_template` SET `BuyPrice` = 196521, `SellPrice` = 39304, `DisenchantID` = 49 WHERE entry=13938;\n\n/*  Tombstone Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 134044, `SellPrice` = 26808, `DisenchantID` = 49 WHERE entry=13944;\n\n/*  Detention Strap  */\nUPDATE `item_template` SET `BuyPrice` = 82235, `SellPrice` = 16447, `DisenchantID` = 49 WHERE entry=13950;\n\n/*  Vigorsteel Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 55026, `SellPrice` = 11005, `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=13951;\n\n/*  Iceblade Hacker  */\nUPDATE `item_template` SET `BuyPrice` = 283415, `SellPrice` = 56683, `DisenchantID` = 49 WHERE entry=13952;\n\n/*  Silent Fang  */\nUPDATE `item_template` SET `BuyPrice` = 284402, `SellPrice` = 56880, `DisenchantID` = 49 WHERE entry=13953;\n\n/*  Verdant Footpads  */\nUPDATE `item_template` SET `BuyPrice` = 101934, `SellPrice` = 20386, `DisenchantID` = 49, `spellid_1` = 18030, `spellid_2` = 17988 WHERE entry=13954;\n\n/*  Stoneform Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 81837, `SellPrice` = 16367, `DisenchantID` = 49 WHERE entry=13955;\n\n/*  Clutch of Andros  */\nUPDATE `item_template` SET `BuyPrice` = 54751, `SellPrice` = 10950, `DisenchantID` = 49 WHERE entry=13956;\n\n/*  Gargoyle Slashers  */\nUPDATE `item_template` SET `BuyPrice` = 62139, `SellPrice` = 12427, `DisenchantID` = 49 WHERE entry=13957;\n\n/*  Wyrmthalak's Shackles  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13958;\n\n/*  Omokk's Girth Restrainer  */\nUPDATE `item_template` SET `BuyPrice` = 47712, `SellPrice` = 9542, `DisenchantID` = 49 WHERE entry=13959;\n\n/*  Heart of the Fiend  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spelltrigger_2` = 0 WHERE entry=13960;\n\n/*  Halycon's Muzzle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13961;\n\n/*  Vosh'gajin's Strand  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13962;\n\n/*  Voone's Vice Grips  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13963;\n\n/*  Witchblade  */\nUPDATE `item_template` SET `BuyPrice` = 268060, `SellPrice` = 53612, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=13964;\n\n/*  Blackhand's Breadth  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13965;\n\n/*  Mark of Tyranny  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13966;\n\n/*  Windreaver Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 116692, `SellPrice` = 23338, `DisenchantID` = 49 WHERE entry=13967;\n\n/*  Eye of the Beast  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13968;\n\n/*  Loomguard Armbraces  */\nUPDATE `item_template` SET `BuyPrice` = 80097, `SellPrice` = 16019, `DisenchantID` = 49 WHERE entry=13969;\n\n/*  Warblade of Caer Darrow  */\nUPDATE `item_template` SET `BuyPrice` = 349130, `SellPrice` = 69826, `DisenchantID` = 49 WHERE entry=13982;\n\n/*  Gravestone War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 333773, `SellPrice` = 66754, `DisenchantID` = 49 WHERE entry=13983;\n\n/*  Darrowspike  */\nUPDATE `item_template` SET `BuyPrice` = 289034, `SellPrice` = 57806, `DisenchantID` = 49 WHERE entry=13984;\n\n/*  Crown of Caer Darrow  */\nUPDATE `item_template` SET `BuyPrice` = 87349, `SellPrice` = 17469, `DisenchantID` = 49 WHERE entry=13986;\n\n/*  Darrowshire Strongguard  */\nUPDATE `item_template` SET `BuyPrice` = 183600, `SellPrice` = 36720, `DisenchantID` = 49 WHERE entry=14002;\n\n/*  Barov Peasant Caller  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14022;\n\n/*  Barov Peasant Caller  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14023;\n\n/*  Frightalon  */\nUPDATE `item_template` SET `BuyPrice` = 262111, `SellPrice` = 52422, `DisenchantID` = 49 WHERE entry=14024;\n\n/*  Mystic's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 941, `stat_type2` = 3, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14025;\n\n/*  Cindercloth Vest  */\nUPDATE `item_template` SET `spellid_1` = 17866 WHERE entry=14042;\n\n/*  Cindercloth Gloves  */\nUPDATE `item_template` SET `spellid_1` = 9295 WHERE entry=14043;\n\n/*  Cindercloth Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 47516, `spellid_1` = 9400 WHERE entry=14044;\n\n/*  Cindercloth Pants  */\nUPDATE `item_template` SET `BuyPrice` = 67404, `SellPrice` = 13480, `spellid_1` = 17867 WHERE entry=14045;\n\n/*  Tyrande's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 100, `SellPrice` = 20, `dmg_min1` = 4.0, `dmg_max1` = 6.0, `MaxDurability` = 30 WHERE entry=14083;\n\n/*  Beaded Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 151 WHERE entry=14089;\n\n/*  Beaded Britches  */\nUPDATE `item_template` SET `BuyPrice` = 597 WHERE entry=14090;\n\n/*  Beaded Robe  */\nUPDATE `item_template` SET `BuyPrice` = 599, `SellPrice` = 119 WHERE entry=14091;\n\n/*  Beaded Cord  */\nUPDATE `item_template` SET `BuyPrice` = 106 WHERE entry=14093;\n\n/*  Beaded Wraps  */\nUPDATE `item_template` SET `BuyPrice` = 606 WHERE entry=14094;\n\n/*  Native Bands  */\nUPDATE `item_template` SET `BuyPrice` = 182 WHERE entry=14095;\n\n/*  Native Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 218 WHERE entry=14098;\n\n/*  Native Sash  */\nUPDATE `item_template` SET `BuyPrice` = 237 WHERE entry=14099;\n\n/*  Native Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 300 WHERE entry=14102;\n\n/*  Brightcloth Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 48582, `spellid_1` = 7703 WHERE entry=14103;\n\n/*  Brightcloth Pants  */\nUPDATE `item_template` SET `BuyPrice` = 77420 WHERE entry=14104;\n\n/*  Felcloth Robe  */\nUPDATE `item_template` SET `BuyPrice` = 90268, `SellPrice` = 18053, `spellid_1` = 18015 WHERE entry=14106;\n\n/*  Felcloth Pants  */\nUPDATE `item_template` SET `BuyPrice` = 65704, `SellPrice` = 13140, `spellid_1` = 18008 WHERE entry=14107;\n\n/*  Felcloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 55560, `spellid_1` = 9295 WHERE entry=14108;\n\n/*  Felcloth Hood  */\nUPDATE `item_template` SET `spellid_1` = 18011 WHERE entry=14111;\n\n/*  Felcloth Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 67549, `SellPrice` = 13509, `spellid_1` = 18008 WHERE entry=14112;\n\n/*  Aboriginal Bands  */\nUPDATE `item_template` SET `BuyPrice` = 351 WHERE entry=14115;\n\n/*  Aboriginal Vest  */\nUPDATE `item_template` SET `BuyPrice` = 2897 WHERE entry=14121;\n\n/*  Ritual Bands  */\nUPDATE `item_template` SET `BuyPrice` = 1098 WHERE entry=14122;\n\n/*  Ritual Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1463 WHERE entry=14124;\n\n/*  Ritual Amice  */\nUPDATE `item_template` SET `BuyPrice` = 1983 WHERE entry=14126;\n\n/*  Ritual Shroud  */\nUPDATE `item_template` SET `BuyPrice` = 4999, `SellPrice` = 999 WHERE entry=14127;\n\n/*  Wizardweave Turban  */\nUPDATE `item_template` SET `BuyPrice` = 63843, `SellPrice` = 12768 WHERE entry=14130;\n\n/*  Wizardweave Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 62206 WHERE entry=14132;\n\n/*  Robe of Winter Night  */\nUPDATE `item_template` SET `spellid_1` = 18018, `spellid_2` = 17900 WHERE entry=14136;\n\n/*  Mooncloth Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 90567 WHERE entry=14137;\n\n/*  Mooncloth Vest  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14138;\n\n/*  Mooncloth Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 79204, `SellPrice` = 15840, `DisenchantID` = 49 WHERE entry=14139;\n\n/*  Mooncloth Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 83469, `SellPrice` = 16693, `DisenchantID` = 49 WHERE entry=14140;\n\n/*  Ghostweave Vest  */\nUPDATE `item_template` SET `BuyPrice` = 64296 WHERE entry=14141;\n\n/*  Ghostweave Pants  */\nUPDATE `item_template` SET `BuyPrice` = 71871 WHERE entry=14144;\n\n/*  Cursed Felblade  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 5161, `SellPrice` = 1032, `dmg_min1` = 16.0, `dmg_max1` = 31.0, `MaxDurability` = 55, `DisenchantID` = 22 WHERE entry=14145;\n\n/*  Gloves of Spell Mastery  */\nUPDATE `item_template` SET `armor` = 60, `BuyPrice` = 70421, `SellPrice` = 14084 WHERE entry=14146;\n\n/*  Cavedweller Bracers  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 71, `BuyPrice` = 1559, `SellPrice` = 311, `MaxDurability` = 25, `stat_value1` = 1, `stat_value2` = 2, `DisenchantID` = 2 WHERE entry=14147;\n\n/*  Crystalline Cuffs  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 14, `BuyPrice` = 1043, `SellPrice` = 208, `stat_value2` = 1, `DisenchantID` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14148;\n\n/*  Subterranean Cape  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 16, `BuyPrice` = 1538, `SellPrice` = 307, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 2 WHERE entry=14149;\n\n/*  Robe of Evocation  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 32, `BuyPrice` = 2103, `SellPrice` = 420, `MaxDurability` = 55, `stat_value1` = 4, `stat_value2` = 3, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 2 WHERE entry=14150;\n\n/*  Chanting Blade  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 5279, `SellPrice` = 1055, `dmg_min1` = 9.0, `dmg_max1` = 18.0, `MaxDurability` = 40, `stat_value1` = 1, `stat_value2` = 1, `DisenchantID` = 22 WHERE entry=14151;\n\n/*  Robe of the Archmage  */\nUPDATE `item_template` SET `armor` = 96, `BuyPrice` = 144077, `SellPrice` = 28815, `AllowableClass` = 31360 WHERE entry=14152;\n\n/*  Robe of the Void  */\nUPDATE `item_template` SET `armor` = 96, `BuyPrice` = 144603, `SellPrice` = 28920, `spelltrigger_3` = 0 WHERE entry=14153;\n\n/*  Truefaith Vestments  */\nUPDATE `item_template` SET `armor` = 96, `BuyPrice` = 145144, `SellPrice` = 29028 WHERE entry=14154;\n\n/*  Pagan Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 2169, `SellPrice` = 433 WHERE entry=14157;\n\n/*  Pagan Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 2852 WHERE entry=14159;\n\n/*  Pagan Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1685 WHERE entry=14161;\n\n/*  Pagan Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 2228 WHERE entry=14162;\n\n/*  Pagan Britches  */\nUPDATE `item_template` SET `BuyPrice` = 5208 WHERE entry=14165;\n\n/*  Buccaneer's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1793 WHERE entry=14167;\n\n/*  Buccaneer's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1379, `SellPrice` = 275 WHERE entry=14168;\n\n/*  Aboriginal Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 1433 WHERE entry=14169;\n\n/*  Buccaneer's Robes  */\nUPDATE `item_template` SET `BuyPrice` = 4188 WHERE entry=14172;\n\n/*  Buccaneer's Cord  */\nUPDATE `item_template` SET `BuyPrice` = 1405 WHERE entry=14173;\n\n/*  Buccaneer's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 1840 WHERE entry=14174;\n\n/*  Buccaneer's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 4235 WHERE entry=14175;\n\n/*  Watcher's Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 3877 WHERE entry=14181;\n\n/*  Watcher's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 5836 WHERE entry=14182;\n\n/*  Watcher's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 8550 WHERE entry=14183;\n\n/*  Raincaller Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 5897 WHERE entry=14186;\n\n/*  Raincaller Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 3587 WHERE entry=14187;\n\n/*  Raincaller Vest  */\nUPDATE `item_template` SET `BuyPrice` = 9660 WHERE entry=14190;\n\n/*  Raincaller Robes  */\nUPDATE `item_template` SET `BuyPrice` = 9732 WHERE entry=14192;\n\n/*  Raincaller Pants  */\nUPDATE `item_template` SET `BuyPrice` = 10031 WHERE entry=14193;\n\n/*  Raincaller Cord  */\nUPDATE `item_template` SET `BuyPrice` = 3781 WHERE entry=14194;\n\n/*  Thistlefur Sandals  */\nUPDATE `item_template` SET `BuyPrice` = 8365 WHERE entry=14196;\n\n/*  Thistlefur Bands  */\nUPDATE `item_template` SET `BuyPrice` = 4625 WHERE entry=14197;\n\n/*  Thistlefur Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 10303 WHERE entry=14201;\n\n/*  Thistlefur Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 16681 WHERE entry=14202;\n\n/*  Thistlefur Belt  */\nUPDATE `item_template` SET `BuyPrice` = 5212 WHERE entry=14205;\n\n/*  Vital Cape  */\nUPDATE `item_template` SET `BuyPrice` = 8184, `SellPrice` = 1636 WHERE entry=14210;\n\n/*  Vital Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 6626 WHERE entry=14211;\n\n/*  Vital Raiment  */\nUPDATE `item_template` SET `BuyPrice` = 17768 WHERE entry=14213;\n\n/*  Vital Boots  */\nUPDATE `item_template` SET `BuyPrice` = 10048 WHERE entry=14214;\n\n/*  Geomancer's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 7554, `SellPrice` = 1510 WHERE entry=14221;\n\n/*  Geomancer's Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 13494, `SellPrice` = 2698 WHERE entry=14223;\n\n/*  Embersilk Coronet  */\nUPDATE `item_template` SET `BuyPrice` = 17799, `SellPrice` = 3559 WHERE entry=14228;\n\n/*  Embersilk Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 9524, `SellPrice` = 1904 WHERE entry=14231;\n\n/*  Embersilk Robes  */\nUPDATE `item_template` SET `BuyPrice` = 26200 WHERE entry=14234;\n\n/*  Embersilk Boots  */\nUPDATE `item_template` SET `BuyPrice` = 14546 WHERE entry=14236;\n\n/*  Darkmist Armor  */\nUPDATE `item_template` SET `BuyPrice` = 36030 WHERE entry=14237;\n\n/*  Darkmist Bands  */\nUPDATE `item_template` SET `BuyPrice` = 11473 WHERE entry=14240;\n\n/*  Darkmist Handguards  */\nUPDATE `item_template` SET `BuyPrice` = 11558 WHERE entry=14241;\n\n/*  Darkmist Pants  */\nUPDATE `item_template` SET `BuyPrice` = 27068 WHERE entry=14242;\n\n/*  Darkmist Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 11733 WHERE entry=14245;\n\n/*  Lunar Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 11864, `SellPrice` = 2372 WHERE entry=14248;\n\n/*  Lunar Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 19364, `SellPrice` = 3872 WHERE entry=14250;\n\n/*  Lunar Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 16661 WHERE entry=14251;\n\n/*  Lunar Coronet  */\nUPDATE `item_template` SET `BuyPrice` = 24571 WHERE entry=14252;\n\n/*  Lunar Raiment  */\nUPDATE `item_template` SET `BuyPrice` = 38493 WHERE entry=14254;\n\n/*  Lunar Belt  */\nUPDATE `item_template` SET `BuyPrice` = 13144, `SellPrice` = 2628 WHERE entry=14255;\n\n/*  Bloodwoven Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 14503 WHERE entry=14260;\n\n/*  Bloodwoven Mask  */\nUPDATE `item_template` SET `BuyPrice` = 29936 WHERE entry=14263;\n\n/*  Bloodwoven Pants  */\nUPDATE `item_template` SET `BuyPrice` = 40066 WHERE entry=14264;\n\n/*  Bloodwoven Wraps  */\nUPDATE `item_template` SET `BuyPrice` = 49268 WHERE entry=14265;\n\n/*  Bloodwoven Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 49633 WHERE entry=14267;\n\n/*  Gaea's Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 32995 WHERE entry=14271;\n\n/*  Gaea's Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 19104, `SellPrice` = 3820 WHERE entry=14272;\n\n/*  Gaea's Amice  */\nUPDATE `item_template` SET `BuyPrice` = 31874, `SellPrice` = 6374 WHERE entry=14273;\n\n/*  Gaea's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 17991 WHERE entry=14276;\n\n/*  Opulent Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 21031 WHERE entry=14279;\n\n/*  Opulent Cape  */\nUPDATE `item_template` SET `BuyPrice` = 29596 WHERE entry=14280;\n\n/*  Opulent Crown  */\nUPDATE `item_template` SET `BuyPrice` = 40890 WHERE entry=14281;\n\n/*  Opulent Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 22760 WHERE entry=14282;\n\n/*  Opulent Robes  */\nUPDATE `item_template` SET `BuyPrice` = 65678 WHERE entry=14284;\n\n/*  Opulent Belt  */\nUPDATE `item_template` SET `BuyPrice` = 23103 WHERE entry=14286;\n\n/*  Opulent Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 66414, `SellPrice` = 13282 WHERE entry=14287;\n\n/*  Arachnidian Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 24153 WHERE entry=14291;\n\n/*  Arachnidian Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 49287 WHERE entry=14293;\n\n/*  Arachnidian Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 66184, `SellPrice` = 13236 WHERE entry=14295;\n\n/*  Arachnidian Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 37840 WHERE entry=14296;\n\n/*  Bonecaster's Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 48144, `SellPrice` = 9628 WHERE entry=14298;\n\n/*  Bonecaster's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 43013 WHERE entry=14299;\n\n/*  Bonecaster's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 27257 WHERE entry=14301;\n\n/*  Bonecaster's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 32587 WHERE entry=14302;\n\n/*  Bonecaster's Shroud  */\nUPDATE `item_template` SET `BuyPrice` = 81045 WHERE entry=14303;\n\n/*  Bonecaster's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 30973 WHERE entry=14304;\n\n/*  Bonecaster's Sarong  */\nUPDATE `item_template` SET `BuyPrice` = 71747 WHERE entry=14305;\n\n/*  Bonecaster's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 84154, `SellPrice` = 16830 WHERE entry=14306;\n\n/*  Bonecaster's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 60323 WHERE entry=14307;\n\n/*  Celestial Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 88997, `SellPrice` = 17799 WHERE entry=14308;\n\n/*  Celestial Belt  */\nUPDATE `item_template` SET `BuyPrice` = 34334, `SellPrice` = 6866 WHERE entry=14309;\n\n/*  Celestial Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 58076 WHERE entry=14310;\n\n/*  Celestial Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 32621 WHERE entry=14311;\n\n/*  Celestial Crown  */\nUPDATE `item_template` SET `BuyPrice` = 67708, `SellPrice` = 13541 WHERE entry=14312;\n\n/*  Celestial Cape  */\nUPDATE `item_template` SET `BuyPrice` = 46493 WHERE entry=14313;\n\n/*  Celestial Kilt  */\nUPDATE `item_template` SET `BuyPrice` = 82752 WHERE entry=14315;\n\n/*  Celestial Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 56355 WHERE entry=14316;\n\n/*  Celestial Silk Robes  */\nUPDATE `item_template` SET `BuyPrice` = 83165, `SellPrice` = 16633 WHERE entry=14317;\n\n/*  Resplendent Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 92044, `SellPrice` = 18408 WHERE entry=14318;\n\n/*  Resplendent Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 68563, `SellPrice` = 13712 WHERE entry=14322;\n\n/*  Resplendent Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 41612 WHERE entry=14323;\n\n/*  Resplendent Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 66023, `SellPrice` = 13204 WHERE entry=14325;\n\n/*  Resplendent Robes  */\nUPDATE `item_template` SET `BuyPrice` = 97399, `SellPrice` = 19479 WHERE entry=14326;\n\n/*  Resplendent Belt  */\nUPDATE `item_template` SET `BuyPrice` = 38296 WHERE entry=14327;\n\n/*  Eternal Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 108167, `SellPrice` = 21633 WHERE entry=14328;\n\n/*  Eternal Boots  */\nUPDATE `item_template` SET `BuyPrice` = 70332, `SellPrice` = 14066 WHERE entry=14329;\n\n/*  Eternal Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 44812, `SellPrice` = 8962 WHERE entry=14330;\n\n/*  Eternal Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 58273 WHERE entry=14331;\n\n/*  Eternal Crown  */\nUPDATE `item_template` SET `BuyPrice` = 78373, `SellPrice` = 15674 WHERE entry=14332;\n\n/*  Eternal Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 49937, `SellPrice` = 9987 WHERE entry=14333;\n\n/*  Eternal Sarong  */\nUPDATE `item_template` SET `BuyPrice` = 100221, `SellPrice` = 20044 WHERE entry=14334;\n\n/*  Eternal Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 75432, `SellPrice` = 15086 WHERE entry=14335;\n\n/*  Eternal Wraps  */\nUPDATE `item_template` SET `BuyPrice` = 100686, `SellPrice` = 20137 WHERE entry=14336;\n\n/*  Eternal Cord  */\nUPDATE `item_template` SET `BuyPrice` = 42731, `SellPrice` = 8546 WHERE entry=14337;\n\n/*  Freezing Lich Robes  */\nUPDATE `item_template` SET `BuyPrice` = 108891, `SellPrice` = 21778, `DisenchantID` = 49, `spellid_1` = 17902 WHERE entry=14340;\n\n/*  Mystic's Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 1624, `SellPrice` = 324 WHERE entry=14364;\n\n/*  Mystic's Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 948 WHERE entry=14366;\n\n/*  Mystic's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1259, `SellPrice` = 251 WHERE entry=14367;\n\n/*  Mystic's Wrap  */\nUPDATE `item_template` SET `BuyPrice` = 4048, `stat_type1` = 3 WHERE entry=14369;\n\n/*  Mystic's Woolies  */\nUPDATE `item_template` SET `BuyPrice` = 2364, `SellPrice` = 472 WHERE entry=14370;\n\n/*  Mystic's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 4079, `SellPrice` = 815, `stat_type1` = 3, `stat_value1` = 3, `stat_type2` = 5, `stat_value2` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14371;\n\n/*  Sanguine Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2624, `SellPrice` = 524 WHERE entry=14373;\n\n/*  Sanguine Sandals  */\nUPDATE `item_template` SET `BuyPrice` = 3497 WHERE entry=14374;\n\n/*  Sanguine Cape  */\nUPDATE `item_template` SET `BuyPrice` = 2759, `SellPrice` = 551 WHERE entry=14376;\n\n/*  Sanguine Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 8075, `stat_type2` = 4, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14379;\n\n/*  Durability Belt  */\nUPDATE `item_template` SET `armor` = 2, `BuyPrice` = 2, `MaxDurability` = 12 WHERE entry=14390;\n\n/*  Durability Staff  */\nUPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 3.0, `MaxDurability` = 20 WHERE entry=14392;\n\n/*  Resilient Tunic  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14398;\n\n/*  Resilient Boots  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14399;\n\n/*  Resilient Cape  */\nUPDATE `item_template` SET `BuyPrice` = 6078 WHERE entry=14400;\n\n/*  Resilient Cap  */\nUPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14401;\n\n/*  Resilient Bands  */\nUPDATE `item_template` SET `BuyPrice` = 4189, `SellPrice` = 837 WHERE entry=14402;\n\n/*  Resilient Handgrips  */\nUPDATE `item_template` SET `BuyPrice` = 5088, `stat_type2` = 3, `stat_value2` = 3, `stat_type3` = 7, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14403;\n\n/*  Resilient Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 12359, `SellPrice` = 2471, `stat_type2` = 3, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14404;\n\n/*  Resilient Robe  */\nUPDATE `item_template` SET `BuyPrice` = 12402, `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14405;\n\n/*  Resilient Cord  */\nUPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14406;\n\n/*  Stonecloth Vest  */\nUPDATE `item_template` SET `BuyPrice` = 21331, `stat_type2` = 4, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14407;\n\n/*  Stonecloth Cape  */\nUPDATE `item_template` SET `BuyPrice` = 8535 WHERE entry=14409;\n\n/*  Stonecloth Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 13549, `SellPrice` = 2709, `stat_type2` = 4, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14410;\n\n/*  Stonecloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6938 WHERE entry=14411;\n\n/*  Stonecloth Robe  */\nUPDATE `item_template` SET `BuyPrice` = 19736, `stat_type2` = 4, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14413;\n\n/*  Stonecloth Belt  */\nUPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14414;\n\n/*  Silksand Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 29440 WHERE entry=14417;\n\n/*  Silksand Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 9596 WHERE entry=14419;\n\n/*  Silksand Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 19725 WHERE entry=14421;\n\n/*  Silksand Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 11314, `SellPrice` = 2262 WHERE entry=14422;\n\n/*  Silksand Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 17033, `stat_type3` = 4, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14423;\n\n/*  Silksand Wraps  */\nUPDATE `item_template` SET `BuyPrice` = 31118 WHERE entry=14425;\n\n/*  Silksand Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 10626 WHERE entry=14426;\n\n/*  Windchaser Footpads  */\nUPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `stat_type3` = 6, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14428;\n\n/*  Windchaser Cuffs  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14429;\n\n/*  Windchaser Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 18432 WHERE entry=14430;\n\n/*  Windchaser Handguards  */\nUPDATE `item_template` SET `BuyPrice` = 14388, `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14431;\n\n/*  Windchaser Amice  */\nUPDATE `item_template` SET `BuyPrice` = 23397, `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14432;\n\n/*  Windchaser Woolies  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 5, `stat_type3` = 5, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14433;\n\n/*  Windchaser Cinch  */\nUPDATE `item_template` SET `BuyPrice` = 13893 WHERE entry=14435;\n\n/*  Windchaser Coronet  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type3` = 6, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14436;\n\n/*  Venomshroud Boots  */\nUPDATE `item_template` SET `BuyPrice` = 30961 WHERE entry=14438;\n\n/*  Venomshroud Mask  */\nUPDATE `item_template` SET `BuyPrice` = 35834, `SellPrice` = 7166 WHERE entry=14441;\n\n/*  Venomshroud Belt  */\nUPDATE `item_template` SET `BuyPrice` = 21241 WHERE entry=14446;\n\n/*  Highborne Footpads  */\nUPDATE `item_template` SET `BuyPrice` = 44008, `stat_type2` = 3, `stat_value2` = 4, `stat_type3` = 7, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14447;\n\n/*  Highborne Crown  */\nUPDATE `item_template` SET `BuyPrice` = 50628, `stat_type3` = 4, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14449;\n\n/*  Highborne Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 27684, `SellPrice` = 5536, `stat_type3` = 3, `stat_value3` = 5, `stat_type4` = 4, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14451;\n\n/*  Highborne Robes  */\nUPDATE `item_template` SET `BuyPrice` = 78386 WHERE entry=14453;\n\n/*  Highborne Cord  */\nUPDATE `item_template` SET `BuyPrice` = 27993, `stat_type3` = 3, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14454;\n\n/*  Highborne Padded Armor  */\nUPDATE `item_template` SET `BuyPrice` = 78962 WHERE entry=14455;\n\n/*  Elunarian Vest  */\nUPDATE `item_template` SET `BuyPrice` = 101151, `SellPrice` = 20230, `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14456;\n\n/*  Elunarian Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 37878 WHERE entry=14457;\n\n/*  Elunarian Diadem  */\nUPDATE `item_template` SET `BuyPrice` = 73309, `SellPrice` = 14661 WHERE entry=14460;\n\n/*  Elunarian Handgrips  */\nUPDATE `item_template` SET `BuyPrice` = 46714, `SellPrice` = 9342 WHERE entry=14461;\n\n/*  Elunarian Sarong  */\nUPDATE `item_template` SET `BuyPrice` = 93758, `SellPrice` = 18751 WHERE entry=14462;\n\n/*  Elunarian Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 70572, `SellPrice` = 14114 WHERE entry=14463;\n\n/*  Elunarian Silk Robes  */\nUPDATE `item_template` SET `BuyPrice` = 104114, `SellPrice` = 20822, `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14464;\n\n/*  Elunarian Belt  */\nUPDATE `item_template` SET `BuyPrice` = 42980, `stat_type3` = 4, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14465;\n\n/*  Bonechill Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 266113, `SellPrice` = 53222, `DisenchantID` = 49 WHERE entry=14487;\n\n/*  Frostbite Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 65259, `SellPrice` = 13051, `DisenchantID` = 49 WHERE entry=14502;\n\n/*  Death's Clutch  */\nUPDATE `item_template` SET `BuyPrice` = 98260, `SellPrice` = 19652, `DisenchantID` = 49 WHERE entry=14503;\n\n/*  Maelstrom Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 156591, `SellPrice` = 31318, `DisenchantID` = 49 WHERE entry=14522;\n\n/*  Boneclenched Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 52805, `SellPrice` = 10561, `DisenchantID` = 49 WHERE entry=14525;\n\n/*  Rattlecage Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 170909, `SellPrice` = 34181, `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=14528;\n\n/*  Bonebrace Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 161356, `SellPrice` = 32271, `DisenchantID` = 49 WHERE entry=14536;\n\n/*  Corpselight Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 85008, `SellPrice` = 17001, `DisenchantID` = 49 WHERE entry=14537;\n\n/*  Deadwalker Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 85312, `SellPrice` = 17062, `DisenchantID` = 49, `spellid_1` = 9413 WHERE entry=14538;\n\n/*  Bone Ring Helm  */\nUPDATE `item_template` SET `BuyPrice` = 107021, `SellPrice` = 21404, `stat_type1` = 4, `stat_value1` = 6, `stat_type3` = 6, `stat_type4` = 5, `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=14539;\n\n/*  Barovian Family Sword  */\nUPDATE `item_template` SET `BuyPrice` = 342133, `SellPrice` = 68426, `DisenchantID` = 49 WHERE entry=14541;\n\n/*  Darkshade Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 52394, `SellPrice` = 10478, `DisenchantID` = 49 WHERE entry=14543;\n\n/*  Ghostloom Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 131987, `SellPrice` = 26397, `stat_type2` = 6, `stat_value2` = 13, `DisenchantID` = 49 WHERE entry=14545;\n\n/*  Royal Cap Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 123964, `SellPrice` = 24792, `DisenchantID` = 49 WHERE entry=14548;\n\n/*  Boots of Avoidance  */\nUPDATE `item_template` SET `armor` = 360, `BuyPrice` = 39038, `SellPrice` = 7807 WHERE entry=14549;\n\n/*  Bladebane Armguards  */\nUPDATE `item_template` SET `armor` = 69, `BuyPrice` = 44011, `MaxDurability` = 40, `stat_value2` = 10, `stat_type3` = 6, `stat_type4` = 4, `stat_value4` = 6 WHERE entry=14550;\n\n/*  Edgemaster's Handguards  */\nUPDATE `item_template` SET `armor` = 201, `stat_type1` = 31, `stat_value1` = 19, `stat_type2` = 37, `stat_value2` = 17, `spellid_1` = 0, `spellid_2` = 0, `spellid_3` = 0 WHERE entry=14551;\n-- UPDATE `item_template` SET `armor` = 201, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15874, `spellid_2` = 7578, `spellid_3` = 7527 WHERE entry=14551;\n\n/*  Stockade Pauldrons  */\nUPDATE `item_template` SET `armor` = 472, `BuyPrice` = 76890, `SellPrice` = 15378 WHERE entry=14552;\n\n/*  Sash of Mercy  */\nUPDATE `item_template` SET `armor` = 105, `BuyPrice` = 88667, `SellPrice` = 17733 WHERE entry=14553;\n\n/*  Cloudkeeper Legplates  */\nUPDATE `item_template` SET `armor` = 617, `BuyPrice` = 149502, `SellPrice` = 29900 WHERE entry=14554;\n\n/*  Alcor's Sunrazor  */\nUPDATE `item_template` SET `BuyPrice` = 393864, `SellPrice` = 78772, `spellppmrate_1` = 1.3 WHERE entry=14555;\n\n/*  Prospector's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 1398 WHERE entry=14559;\n\n/*  Prospector's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 2421 WHERE entry=14560;\n\n/*  Prospector's Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 1523 WHERE entry=14564;\n\n/*  Prospector's Woolies  */\nUPDATE `item_template` SET `BuyPrice` = 4045 WHERE entry=14565;\n\n/*  Bristlebark Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 2360 WHERE entry=14569;\n\n/*  Bristlebark Blouse  */\nUPDATE `item_template` SET `BuyPrice` = 9350 WHERE entry=14570;\n\n/*  Bristlebark Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 3047 WHERE entry=14572;\n\n/*  Ebon Hilt of Marduk  */\nUPDATE `item_template` SET `BuyPrice` = 243853, `spellppmrate_1` = 1.8 WHERE entry=14576;\n\n/*  Skullsmoke Pants  */\nUPDATE `item_template` SET `BuyPrice` = 107926, `SellPrice` = 21585, `DisenchantID` = 49 WHERE entry=14577;\n\n/*  Dokebi Cord  */\nUPDATE `item_template` SET `BuyPrice` = 4916 WHERE entry=14578;\n\n/*  Dokebi Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 4093 WHERE entry=14580;\n\n/*  Dokebi Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 14562 WHERE entry=14581;\n\n/*  Dokebi Cape  */\nUPDATE `item_template` SET `BuyPrice` = 5444, `SellPrice` = 1088 WHERE entry=14582;\n\n/*  Dokebi Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 6668 WHERE entry=14583;\n\n/*  Dokebi Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 13438 WHERE entry=14585;\n\n/*  Dokebi Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 10153 WHERE entry=14587;\n\n/*  Hawkeye's Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 16473 WHERE entry=14589;\n\n/*  Hawkeye's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 20903 WHERE entry=14591;\n\n/*  Hawkeye's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 11182 WHERE entry=14594;\n\n/*  Hawkeye's Breeches  */\nUPDATE `item_template` SET `BuyPrice` = 22502 WHERE entry=14595;\n\n/*  Hawkeye's Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 16942 WHERE entry=14596;\n\n/*  Warden's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 14975 WHERE entry=14602;\n\n/*  Warden's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 21916 WHERE entry=14603;\n\n/*  Warden's Wizard Hat  */\nUPDATE `item_template` SET `BuyPrice` = 29930 WHERE entry=14604;\n\n/*  Hawkeye's Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14607;\n\n/*  Dokebi Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 15810, `spellcooldown_1` = -1 WHERE entry=14608;\n\n/*  Bloodmail Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 162547, `SellPrice` = 32509, `DisenchantID` = 49 WHERE entry=14611;\n\n/*  Bloodmail Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 163111, `SellPrice` = 32622, `DisenchantID` = 49, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE entry=14612;\n\n/*  Bloodmail Belt  */\nUPDATE `item_template` SET `BuyPrice` = 82135, `SellPrice` = 16427, `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=14614;\n\n/*  Bloodmail Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 74583, `SellPrice` = 14916, `DisenchantID` = 49 WHERE entry=14615;\n\n/*  Bloodmail Boots  */\nUPDATE `item_template` SET `BuyPrice` = 112796, `SellPrice` = 22559, `DisenchantID` = 49 WHERE entry=14616;\n\n/*  Deathbone Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 50677, `SellPrice` = 10135, `DisenchantID` = 49 WHERE entry=14620;\n\n/*  Deathbone Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 76306, `SellPrice` = 15261, `DisenchantID` = 49 WHERE entry=14621;\n\n/*  Deathbone Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 51064, `SellPrice` = 10212, `DisenchantID` = 49 WHERE entry=14622;\n\n/*  Deathbone Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 102515, `SellPrice` = 20503, `DisenchantID` = 49 WHERE entry=14623;\n\n/*  Deathbone Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 102891, `SellPrice` = 20578, `DisenchantID` = 49 WHERE entry=14624;\n\n/*  Necropile Robe  */\nUPDATE `item_template` SET `BuyPrice` = 103664, `SellPrice` = 20732, `DisenchantID` = 49 WHERE entry=14626;\n\n/*  Necropile Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 53790, `SellPrice` = 10758, `DisenchantID` = 49 WHERE entry=14629;\n\n/*  Necropile Boots  */\nUPDATE `item_template` SET `BuyPrice` = 81258, `SellPrice` = 16251, `DisenchantID` = 49 WHERE entry=14631;\n\n/*  Necropile Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 108730, `SellPrice` = 21746, `DisenchantID` = 49 WHERE entry=14632;\n\n/*  Necropile Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 81837, `SellPrice` = 16367, `DisenchantID` = 49 WHERE entry=14633;\n\n/*  Cadaverous Belt  */\nUPDATE `item_template` SET `BuyPrice` = 62381, `SellPrice` = 12476, `DisenchantID` = 49 WHERE entry=14636;\n\n/*  Cadaverous Armor  */\nUPDATE `item_template` SET `BuyPrice` = 125244, `SellPrice` = 25048, `DisenchantID` = 49 WHERE entry=14637;\n\n/*  Cadaverous Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 125728, `SellPrice` = 25145, `DisenchantID` = 49 WHERE entry=14638;\n\n/*  Cadaverous Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 63340, `SellPrice` = 12668, `DisenchantID` = 49 WHERE entry=14640;\n\n/*  Cadaverous Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 95373, `SellPrice` = 19074, `DisenchantID` = 49 WHERE entry=14641;\n\n/*  Scorpashi Sash  */\nUPDATE `item_template` SET `BuyPrice` = 21079, `SellPrice` = 4215 WHERE entry=14652;\n\n/*  Scorpashi Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 51962 WHERE entry=14655;\n\n/*  Keeper's Hooves  */\nUPDATE `item_template` SET `BuyPrice` = 47065 WHERE entry=14662;\n\n/*  Keeper's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 25707 WHERE entry=14663;\n\n/*  Keeper's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 31072 WHERE entry=14665;\n\n/*  Keeper's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 31836 WHERE entry=14666;\n\n/*  Keeper's Wreath  */\nUPDATE `item_template` SET `BuyPrice` = 53852 WHERE entry=14667;\n\n/*  Keeper's Woolies  */\nUPDATE `item_template` SET `BuyPrice` = 67984, `SellPrice` = 13596 WHERE entry=14668;\n\n/*  Keeper's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 48270 WHERE entry=14669;\n\n/*  Pridelord Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 40910 WHERE entry=14675;\n\n/*  Pridelord Pants  */\nUPDATE `item_template` SET `BuyPrice` = 92621 WHERE entry=14677;\n\n/*  Indomitable Vest  */\nUPDATE `item_template` SET `BuyPrice` = 125507, `SellPrice` = 25101 WHERE entry=14680;\n\n/*  Indomitable Boots  */\nUPDATE `item_template` SET `BuyPrice` = 85696, `SellPrice` = 17139 WHERE entry=14681;\n\n/*  Indomitable Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 57970, `SellPrice` = 11594 WHERE entry=14685;\n\n/*  Indomitable Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 91636, `SellPrice` = 18327 WHERE entry=14686;\n\n/*  Indomitable Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 116787, `SellPrice` = 23357 WHERE entry=14687;\n\n/*  Indomitable Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 83712, `SellPrice` = 16742 WHERE entry=14688;\n\n/*  War Paint Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1685 WHERE entry=14726;\n\n/*  War Paint Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 3890 WHERE entry=14727;\n\n/*  War Paint Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 2428 WHERE entry=14728;\n\n/*  War Paint Shield  */\nUPDATE `item_template` SET `BuyPrice` = 4350, `spellcooldown_1` = -1 WHERE entry=14729;\n\n/*  Hulking Bands  */\nUPDATE `item_template` SET `BuyPrice` = 2916 WHERE entry=14743;\n\n/*  Hulking Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 11551 WHERE entry=14744;\n\n/*  Hulking Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2947 WHERE entry=14746;\n\n/*  Hulking Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 7752 WHERE entry=14748;\n\n/*  Slayer's Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 5340 WHERE entry=14750;\n\n/*  Slayer's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 4892 WHERE entry=14752;\n\n/*  Slayer's Skullcap  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=14753;\n\n/*  Slayer's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 5590 WHERE entry=14755;\n\n/*  Slayer's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 16491 WHERE entry=14757;\n\n/*  Enduring Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 10049, `SellPrice` = 2009 WHERE entry=14759;\n\n/*  Enduring Belt  */\nUPDATE `item_template` SET `BuyPrice` = 10122 WHERE entry=14761;\n\n/*  Enduring Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 22139, `SellPrice` = 4427 WHERE entry=14765;\n\n/*  Enduring Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 22393 WHERE entry=14767;\n\n/*  Ravager's Cord  */\nUPDATE `item_template` SET `BuyPrice` = 15263 WHERE entry=14773;\n\n/*  Ravager's Woolies  */\nUPDATE `item_template` SET `BuyPrice` = 41836 WHERE entry=14775;\n\n/*  Ravager's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14777;\n\n/*  Khan's Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 66738 WHERE entry=14779;\n\n/*  Khan's Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14780;\n\n/*  Khan's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 25023 WHERE entry=14782;\n\n/*  Khan's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 41618 WHERE entry=14787;\n\n/*  Protector Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14790;\n\n/*  Protector Cape  */\nUPDATE `item_template` SET `BuyPrice` = 30282 WHERE entry=14791;\n\n/*  Protector Waistband  */\nUPDATE `item_template` SET `BuyPrice` = 34926 WHERE entry=14793;\n\n/*  Protector Ankleguards  */\nUPDATE `item_template` SET `BuyPrice` = 52818 WHERE entry=14794;\n\n/*  Protector Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 84917 WHERE entry=14796;\n\n/*  Bloodlust Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 120185 WHERE entry=14798;\n\n/*  Bloodlust Boots  */\nUPDATE `item_template` SET `BuyPrice` = 86542 WHERE entry=14799;\n\n/*  Bloodlust Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 129132, `spellcooldown_1` = -1 WHERE entry=14800;\n\n/*  Bloodlust Cape  */\nUPDATE `item_template` SET `BuyPrice` = 40782 WHERE entry=14801;\n\n/*  Bloodlust Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 48747 WHERE entry=14802;\n\n/*  Bloodlust Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 41058 WHERE entry=14807;\n\n/*  Warstrike Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 101382, `SellPrice` = 20276 WHERE entry=14809;\n\n/*  Warstrike Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 58345 WHERE entry=14810;\n\n/*  Warstrike Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 149491, `SellPrice` = 29898 WHERE entry=14811;\n\n/*  Warstrike Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 160037, `SellPrice` = 32007, `spellcooldown_1` = -1 WHERE entry=14812;\n\n/*  Warstrike Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 107967, `SellPrice` = 21593 WHERE entry=14814;\n\n/*  Warstrike Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 68803, `SellPrice` = 13760 WHERE entry=14815;\n\n/*  Warstrike Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 138101, `SellPrice` = 27620 WHERE entry=14816;\n\n/*  Warstrike Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 104419, `SellPrice` = 20883 WHERE entry=14817;\n\n/*  Symbolic Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 26452, `SellPrice` = 5290 WHERE entry=14821;\n\n/*  Symbolic Crest  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14825;\n\n/*  Symbolic Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 11557, `SellPrice` = 2311 WHERE entry=14826;\n\n/*  Symbolic Belt  */\nUPDATE `item_template` SET `BuyPrice` = 11600, `SellPrice` = 2320 WHERE entry=14827;\n\n/*  Symbolic Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 18864, `SellPrice` = 3772 WHERE entry=14828;\n\n/*  Symbolic Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 25249, `SellPrice` = 5049 WHERE entry=14829;\n\n/*  Symbolic Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 19007, `SellPrice` = 3801 WHERE entry=14830;\n\n/*  Symbolic Crown  */\nUPDATE `item_template` SET `BuyPrice` = 20603, `SellPrice` = 4120 WHERE entry=14831;\n\n/*  Symbolic Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 11819, `SellPrice` = 2363 WHERE entry=14832;\n\n/*  Tyrant's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 14944, `SellPrice` = 2988 WHERE entry=14833;\n\n/*  Tyrant's Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 13889, `SellPrice` = 2777 WHERE entry=14834;\n\n/*  Tyrant's Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 40964, `SellPrice` = 8192 WHERE entry=14835;\n\n/*  Tyrant's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 14460, `SellPrice` = 2892 WHERE entry=14838;\n\n/*  Tyrant's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 23509, `SellPrice` = 4701 WHERE entry=14839;\n\n/*  Tyrant's Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 39627, `SellPrice` = 7925 WHERE entry=14840;\n\n/*  Tyrant's Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 21423, `SellPrice` = 4284 WHERE entry=14841;\n\n/*  Tyrant's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 62415, `spellcooldown_1` = -1 WHERE entry=14842;\n\n/*  Tyrant's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 25180, `SellPrice` = 5036 WHERE entry=14843;\n\n/*  Sunscale Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 57358, `SellPrice` = 11471 WHERE entry=14844;\n\n/*  Sunscale Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 22673, `SellPrice` = 4534 WHERE entry=14846;\n\n/*  Sunscale Belt  */\nUPDATE `item_template` SET `BuyPrice` = 21272, `SellPrice` = 4254 WHERE entry=14847;\n\n/*  Sunscale Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 34271, `SellPrice` = 6854 WHERE entry=14848;\n\n/*  Sunscale Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 41358, `SellPrice` = 8271 WHERE entry=14849;\n\n/*  Sunscale Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 52214, `SellPrice` = 10442 WHERE entry=14850;\n\n/*  Sunscale Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 37083, `SellPrice` = 7416 WHERE entry=14851;\n\n/*  Sunscale Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14852;\n\n/*  Sunscale Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 20870, `SellPrice` = 4174 WHERE entry=14853;\n\n/*  Vanguard Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 81023, `SellPrice` = 16204 WHERE entry=14854;\n\n/*  Vanguard Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 32510, `SellPrice` = 6502 WHERE entry=14855;\n\n/*  Vanguard Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 30781, `SellPrice` = 6156 WHERE entry=14856;\n\n/*  Vanguard Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 46332, `SellPrice` = 9266 WHERE entry=14857;\n\n/*  Vanguard Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 58702, `SellPrice` = 11740 WHERE entry=14858;\n\n/*  Vanguard Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 74102, `SellPrice` = 14820 WHERE entry=14859;\n\n/*  Vanguard Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 52616, `SellPrice` = 10523 WHERE entry=14860;\n\n/*  Vanguard Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 25227, `SellPrice` = 5045 WHERE entry=14861;\n\n/*  Warleader's Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 91699, `SellPrice` = 18339 WHERE entry=14862;\n\n/*  Warleader's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 39759, `SellPrice` = 7951 WHERE entry=14863;\n\n/*  Warleader's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 38012, `SellPrice` = 7602 WHERE entry=14864;\n\n/*  Warleader's Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 60094, `SellPrice` = 12018 WHERE entry=14865;\n\n/*  Warleader's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 66507, `SellPrice` = 13301 WHERE entry=14866;\n\n/*  Warleader's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 89014, `SellPrice` = 17802 WHERE entry=14867;\n\n/*  Warleader's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 65547, `SellPrice` = 13109 WHERE entry=14868;\n\n/*  Warleader's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 37886, `SellPrice` = 7577 WHERE entry=14869;\n\n/*  Test Glaive I  */\nUPDATE `item_template` SET `BuyPrice` = 127, `dmg_min1` = 2.0, `dmg_max1` = 5.0, `MaxDurability` = 30 WHERE entry=14891;\n\n/*  Saltstone Surcoat  */\nUPDATE `item_template` SET `BuyPrice` = 24524, `SellPrice` = 4904 WHERE entry=14895;\n\n/*  Saltstone Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 17091, `SellPrice` = 3418 WHERE entry=14896;\n\n/*  Saltstone Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 11434, `SellPrice` = 2286 WHERE entry=14897;\n\n/*  Saltstone Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 11475, `SellPrice` = 2295 WHERE entry=14898;\n\n/*  Saltstone Helm  */\nUPDATE `item_template` SET `BuyPrice` = 18655, `SellPrice` = 3731 WHERE entry=14899;\n\n/*  Saltstone Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 21490, `SellPrice` = 4298 WHERE entry=14900;\n\n/*  Saltstone Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 17472, `SellPrice` = 3494 WHERE entry=14901;\n\n/*  Saltstone Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14902;\n\n/*  Saltstone Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 10866, `SellPrice` = 2173 WHERE entry=14903;\n\n/*  Brutish Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 46227, `SellPrice` = 9245 WHERE entry=14904;\n\n/*  Brutish Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 16086, `SellPrice` = 3217 WHERE entry=14905;\n\n/*  Brutish Belt  */\nUPDATE `item_template` SET `BuyPrice` = 14948, `SellPrice` = 2989 WHERE entry=14906;\n\n/*  Brutish Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 30619, `SellPrice` = 6123 WHERE entry=14907;\n\n/*  Brutish Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 40977, `SellPrice` = 8195 WHERE entry=14908;\n\n/*  Brutish Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 24486, `SellPrice` = 4897 WHERE entry=14909;\n\n/*  Brutish Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 15168, `SellPrice` = 3033 WHERE entry=14910;\n\n/*  Brutish Boots  */\nUPDATE `item_template` SET `BuyPrice` = 26637, `SellPrice` = 5327 WHERE entry=14911;\n\n/*  Brutish Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14912;\n\n/*  Jade Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 33487, `SellPrice` = 6697 WHERE entry=14913;\n\n/*  Jade Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 17950, `SellPrice` = 3590 WHERE entry=14914;\n\n/*  Jade Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 57847, `SellPrice` = 11569 WHERE entry=14915;\n\n/*  Jade Deflector  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14916;\n\n/*  Jade Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 19659, `SellPrice` = 3931 WHERE entry=14917;\n\n/*  Jade Belt  */\nUPDATE `item_template` SET `BuyPrice` = 18273, `SellPrice` = 3654 WHERE entry=14918;\n\n/*  Jade Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 38588, `SellPrice` = 7717 WHERE entry=14919;\n\n/*  Jade Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 48723, `SellPrice` = 9744 WHERE entry=14920;\n\n/*  Jade Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 32036, `SellPrice` = 6407 WHERE entry=14921;\n\n/*  Lofty Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 41366, `SellPrice` = 8273 WHERE entry=14922;\n\n/*  Lofty Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 23024, `SellPrice` = 4604 WHERE entry=14923;\n\n/*  Lofty Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 70158, `SellPrice` = 14031 WHERE entry=14924;\n\n/*  Lofty Helm  */\nUPDATE `item_template` SET `BuyPrice` = 52810, `SellPrice` = 10562 WHERE entry=14925;\n\n/*  Lofty Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 27991, `SellPrice` = 5598 WHERE entry=14926;\n\n/*  Lofty Belt  */\nUPDATE `item_template` SET `BuyPrice` = 26505, `SellPrice` = 5301 WHERE entry=14927;\n\n/*  Lofty Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 63368, `SellPrice` = 12673 WHERE entry=14928;\n\n/*  Lofty Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 44997, `SellPrice` = 8999 WHERE entry=14929;\n\n/*  Lofty Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14930;\n\n/*  Heroic Armor  */\nUPDATE `item_template` SET `BuyPrice` = 92743, `SellPrice` = 18548 WHERE entry=14931;\n\n/*  Heroic Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 58922, `SellPrice` = 11784 WHERE entry=14932;\n\n/*  Heroic Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 39420, `SellPrice` = 7884 WHERE entry=14933;\n\n/*  Heroic Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 33770, `SellPrice` = 6754 WHERE entry=14934;\n\n/*  Heroic Skullcap  */\nUPDATE `item_template` SET `BuyPrice` = 59428, `SellPrice` = 11885 WHERE entry=14935;\n\n/*  Heroic Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 83513, `SellPrice` = 16702 WHERE entry=14936;\n\n/*  Heroic Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 57030, `SellPrice` = 11406 WHERE entry=14937;\n\n/*  Heroic Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 32350, `SellPrice` = 6470 WHERE entry=14938;\n\n/*  Warbringer's Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 33965, `SellPrice` = 6793 WHERE entry=14939;\n\n/*  Warbringer's Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 12576, `SellPrice` = 2515 WHERE entry=14941;\n\n/*  Warbringer's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 12624, `SellPrice` = 2524 WHERE entry=14942;\n\n/*  Warbringer's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 12671, `SellPrice` = 2534 WHERE entry=14943;\n\n/*  Warbringer's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 24031, `SellPrice` = 4806 WHERE entry=14944;\n\n/*  Warbringer's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 32162, `SellPrice` = 6432 WHERE entry=14945;\n\n/*  Warbringer's Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 20757, `SellPrice` = 4151 WHERE entry=14946;\n\n/*  Warbringer's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14947;\n\n/*  Bloodforged Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 51509, `SellPrice` = 10301 WHERE entry=14948;\n\n/*  Bloodforged Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 19535, `SellPrice` = 3907 WHERE entry=14949;\n\n/*  Bloodforged Belt  */\nUPDATE `item_template` SET `BuyPrice` = 18153, `SellPrice` = 3630 WHERE entry=14950;\n\n/*  Bloodforged Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 29511, `SellPrice` = 5902 WHERE entry=14951;\n\n/*  Bloodforged Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 36619, `SellPrice` = 7323 WHERE entry=14952;\n\n/*  Bloodforged Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 45794, `SellPrice` = 9158 WHERE entry=14953;\n\n/*  Bloodforged Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14954;\n\n/*  Bloodforged Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 27090, `SellPrice` = 5418 WHERE entry=14955;\n\n/*  Bloodforged Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 15543, `SellPrice` = 3108 WHERE entry=14956;\n\n/*  High Chief's Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 36119, `SellPrice` = 7223 WHERE entry=14957;\n\n/*  High Chief's Armor  */\nUPDATE `item_template` SET `BuyPrice` = 64694, `SellPrice` = 12938 WHERE entry=14958;\n\n/*  High Chief's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 25717, `SellPrice` = 5143 WHERE entry=14959;\n\n/*  High Chief's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 24353, `SellPrice` = 4870 WHERE entry=14960;\n\n/*  High Chief's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 46295, `SellPrice` = 9259 WHERE entry=14961;\n\n/*  High Chief's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 58454, `SellPrice` = 11690 WHERE entry=14962;\n\n/*  High Chief's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 41509, `SellPrice` = 8301 WHERE entry=14963;\n\n/*  High Chief's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14964;\n\n/*  High Chief's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 22252, `SellPrice` = 4450 WHERE entry=14965;\n\n/*  Glorious Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 89006, `SellPrice` = 17801 WHERE entry=14966;\n\n/*  Glorious Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 34337, `SellPrice` = 6867 WHERE entry=14967;\n\n/*  Glorious Belt  */\nUPDATE `item_template` SET `BuyPrice` = 32510, `SellPrice` = 6502 WHERE entry=14968;\n\n/*  Glorious Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 61205, `SellPrice` = 12241 WHERE entry=14969;\n\n/*  Glorious Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 77992, `SellPrice` = 15598 WHERE entry=14970;\n\n/*  Glorious Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 55380, `SellPrice` = 11076 WHERE entry=14971;\n\n/*  Glorious Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 52430, `SellPrice` = 10486 WHERE entry=14972;\n\n/*  Glorious Shield  */\nUPDATE `item_template` SET `BuyPrice` = 139051, `spellcooldown_1` = -1 WHERE entry=14973;\n\n/*  Glorious Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 30045, `SellPrice` = 6009 WHERE entry=14974;\n\n/*  Exalted Harness  */\nUPDATE `item_template` SET `BuyPrice` = 101099, `SellPrice` = 20219 WHERE entry=14975;\n\n/*  Exalted Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 41748, `SellPrice` = 8349 WHERE entry=14976;\n\n/*  Exalted Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 39913, `SellPrice` = 7982 WHERE entry=14977;\n\n/*  Exalted Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 69566, `SellPrice` = 13913 WHERE entry=14978;\n\n/*  Exalted Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 73324, `SellPrice` = 14664 WHERE entry=14979;\n\n/*  Exalted Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 96008, `SellPrice` = 19201 WHERE entry=14980;\n\n/*  Exalted Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 68824, `SellPrice` = 13764 WHERE entry=14981;\n\n/*  Exalted Shield  */\nUPDATE `item_template` SET `BuyPrice` = 170595, `SellPrice` = 34119, `spellcooldown_1` = -1 WHERE entry=14982;\n\n/*  Exalted Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 39927, `SellPrice` = 7985 WHERE entry=14983;\n\n/*  Primal Bands  */\nUPDATE `item_template` SET `BuyPrice` = 141 WHERE entry=15005;\n\n/*  Primal Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 364, `SellPrice` = 72, `spellcooldown_1` = -1 WHERE entry=15006;\n\n/*  Lupine Cord  */\nUPDATE `item_template` SET `BuyPrice` = 919, `SellPrice` = 183 WHERE entry=15011;\n\n/*  Lupine Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 2927, `spellcooldown_1` = -1 WHERE entry=15014;\n\n/*  Lupine Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 433 WHERE entry=15015;\n\n/*  Lupine Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 1001 WHERE entry=15016;\n\n/*  Lupine Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 1833 WHERE entry=15019;\n\n/*  Green Dragonscale Breastplate  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 21, `stat_type2` = 7, `stat_value2` = 10, `stat_type3` = 0, `stat_value3` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15045;\n\n/*  Green Dragonscale Leggings  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 22, `stat_type2` = 7, `stat_value2` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=15046;\n\n/*  Red Dragonscale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 149181, `SellPrice` = 29836, `DisenchantID` = 49 WHERE entry=15047;\n\n/*  Blue Dragonscale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 122046, `arcane_res` = 8, `stat_value1` = 28, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15048;\n\n/*  Blue Dragonscale Shoulders  */\nUPDATE `item_template` SET `arcane_res` = 6, `stat_value1` = 21, `stat_type2` = 6, `stat_value2` = 6, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=15049;\n\n/*  Black Dragonscale Breastplate  */\nUPDATE `item_template` SET `fire_res` = 12, `stat_type1` = 7, `stat_value1` = 8, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 14056 WHERE entry=15050;\n\n/*  Black Dragonscale Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 108683, `fire_res` = 6, `stat_type1` = 7, `stat_value1` = 9, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 14049 WHERE entry=15051;\n\n/*  Black Dragonscale Leggings  */\nUPDATE `item_template` SET `armor` = 320, `BuyPrice` = 159667, `SellPrice` = 31933, `ItemLevel` = 62, `fire_res` = 13, `stat_type1` = 7, `stat_value1` = 8, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 15813, `RequiredLevel` = 57 WHERE entry=15052;\n\n/*  Volcanic Breastplate  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15053;\n\n/*  Volcanic Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 80097, `SellPrice` = 16019 WHERE entry=15055;\n\n/*  Stormshroud Pants  */\nUPDATE `item_template` SET `BuyPrice` = 93642 WHERE entry=15057;\n\n/*  Living Breastplate  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15059;\n\n/*  Living Shoulders  */\nUPDATE `item_template` SET `nature_res` = 3, `stat_type1` = 6, `stat_value1` = 13, `stat_type2` = 7, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 9317 WHERE entry=15061;\n\n/*  Devilsaur Leggings  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15062;\n\n/*  Devilsaur Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 58505 WHERE entry=15063;\n\n/*  Warbear Harness  */\nUPDATE `item_template` SET `BuyPrice` = 98585, `stat_type1` = 7, `stat_value1` = 27, `stat_type2` = 4, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15064;\n\n/*  Warbear Woolies  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 28 WHERE entry=15065;\n\n/*  Ironfeather Breastplate  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 28, `stat_value2` = 12, `stat_type3` = 0, `stat_value3` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15066;\n\n/*  Ironfeather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 63790, `stat_type1` = 5, `stat_value1` = 20, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=15067;\n\n/*  Frostsaber Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 109178, `SellPrice` = 21835, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15068;\n\n/*  Frostsaber Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 85064, `SellPrice` = 17012 WHERE entry=15069;\n\n/*  Frostsaber Gloves  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15070;\n\n/*  Frostsaber Boots  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15071;\n\n/*  Chimeric Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 81169, `SellPrice` = 16233 WHERE entry=15072;\n\n/*  Chimeric Boots  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15073;\n\n/*  Chimeric Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 34335, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15074;\n\n/*  Chimeric Vest  */\nUPDATE `item_template` SET `BuyPrice` = 92245, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15075;\n\n/*  Heavy Scorpid Vest  */\nUPDATE `item_template` SET `BuyPrice` = 83020, `stat_type1` = 7, `stat_value1` = 16, `stat_type2` = 6 WHERE entry=15076;\n\n/*  Heavy Scorpid Bracers  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 8, `spelltrigger_1` = 0 WHERE entry=15077;\n\n/*  Heavy Scorpid Leggings  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 20 WHERE entry=15079;\n\n/*  Heavy Scorpid Helm  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 20, `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=15080;\n\n/*  Heavy Scorpid Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 101305, `SellPrice` = 20261, `stat_type1` = 7, `stat_value1` = 14, `stat_type2` = 6, `stat_value2` = 13 WHERE entry=15081;\n\n/*  Heavy Scorpid Belt  */\nUPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 12, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15082;\n\n/*  Wicked Leather Bracers  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15084;\n\n/*  Wicked Leather Armor  */\nUPDATE `item_template` SET `BuyPrice` = 113662, `SellPrice` = 22732 WHERE entry=15085;\n\n/*  Wicked Leather Headband  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15086;\n\n/*  Wicked Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 89463 WHERE entry=15087;\n\n/*  Wicked Leather Belt  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15088;\n\n/*  Runic Leather Armor  */\nUPDATE `item_template` SET `BuyPrice` = 110012, `SellPrice` = 22002, `stat_type2` = 6 WHERE entry=15090;\n\n/*  Runic Leather Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 35978, `stat_type2` = 5 WHERE entry=15091;\n\n/*  Runic Leather Bracers  */\nUPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=15092;\n\n/*  Runic Leather Belt  */\nUPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15093;\n\n/*  Runic Leather Headband  */\nUPDATE `item_template` SET `BuyPrice` = 70777, `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=15094;\n\n/*  Runic Leather Pants  */\nUPDATE `item_template` SET `BuyPrice` = 104426, `stat_type2` = 5 WHERE entry=15095;\n\n/*  Runic Leather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 86664, `SellPrice` = 17332, `stat_type2` = 6 WHERE entry=15096;\n\n/*  Wingborne Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 35, `BuyPrice` = 15940, `SellPrice` = 3188, `MaxDurability` = 35, `DisenchantID` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15104;\n\n/*  Staff of Noh'Orahil  */\nUPDATE `item_template` SET `spellid_1` = 9296 WHERE entry=15105;\n\n/*  Staff of Dar'Orahil  */\nUPDATE `item_template` SET `spellid_1` = 9326 WHERE entry=15106;\n\n/*  Orb of Noh'Orahil  */\nUPDATE `item_template` SET `spellid_1` = 9401 WHERE entry=15107;\n\n/*  Orb of Dar'Orahil  */\nUPDATE `item_template` SET `spellid_1` = 9414 WHERE entry=15108;\n\n/*  Staff of Soran'ruk  */\nUPDATE `item_template` SET `BuyPrice` = 16723, `spellid_1` = 7710, `spellid_2` = 7688 WHERE entry=15109;\n\n/*  Rigid Belt  */\nUPDATE `item_template` SET `BuyPrice` = 1758 WHERE entry=15110;\n\n/*  Rigid Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 1771 WHERE entry=15112;\n\n/*  Rigid Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15113;\n\n/*  Rigid Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1862 WHERE entry=15114;\n\n/*  Rigid Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 2369, `SellPrice` = 473 WHERE entry=15115;\n\n/*  Rigid Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 5816 WHERE entry=15116;\n\n/*  Rigid Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 7812 WHERE entry=15118;\n\n/*  Highborne Pants  */\nUPDATE `item_template` SET `BuyPrice` = 68415, `stat_type3` = 3, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15119;\n\n/*  Robust Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 3934, `SellPrice` = 786 WHERE entry=15120;\n\n/*  Robust Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 4237 WHERE entry=15124;\n\n/*  Robust Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4954, `SellPrice` = 990 WHERE entry=15125;\n\n/*  Robust Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 9947 WHERE entry=15126;\n\n/*  Robust Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 8237 WHERE entry=15127;\n\n/*  Robust Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 12126 WHERE entry=15128;\n\n/*  Cutthroat's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 16262 WHERE entry=15130;\n\n/*  Cutthroat's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 10117 WHERE entry=15131;\n\n/*  Cutthroat's Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 5085 WHERE entry=15132;\n\n/*  Cutthroat's Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 19134, `SellPrice` = 3826, `spellcooldown_1` = -1 WHERE entry=15133;\n\n/*  Cutthroat's Hat  */\nUPDATE `item_template` SET `BuyPrice` = 16475 WHERE entry=15134;\n\n/*  Cutthroat's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 6244, `SellPrice` = 1248 WHERE entry=15136;\n\n/*  Cutthroat's Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 7583 WHERE entry=15137;\n\n/*  Onyxia Scale Cloak  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15138;\n\n/*  Cutthroat's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 12649, `SellPrice` = 2529 WHERE entry=15140;\n\n/*  Onyxia Scale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 209688, `SellPrice` = 41937, `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=15141;\n\n/*  Ghostwalker Boots  */\nUPDATE `item_template` SET `BuyPrice` = 13016 WHERE entry=15142;\n\n/*  Ghostwalker Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 7197 WHERE entry=15143;\n\n/*  Ghostwalker Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15145;\n\n/*  Ghostwalker Crown  */\nUPDATE `item_template` SET `BuyPrice` = 18652 WHERE entry=15146;\n\n/*  Ghostwalker Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8769, `SellPrice` = 1753 WHERE entry=15147;\n\n/*  Ghostwalker Belt  */\nUPDATE `item_template` SET `BuyPrice` = 8069, `SellPrice` = 1613 WHERE entry=15148;\n\n/*  Ghostwalker Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 9800 WHERE entry=15149;\n\n/*  Ghostwalker Pads  */\nUPDATE `item_template` SET `BuyPrice` = 14756 WHERE entry=15150;\n\n/*  Ghostwalker Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 19747 WHERE entry=15151;\n\n/*  Nocturnal Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 22247 WHERE entry=15152;\n\n/*  Nocturnal Sash  */\nUPDATE `item_template` SET `BuyPrice` = 11860 WHERE entry=15154;\n\n/*  Nocturnal Cap  */\nUPDATE `item_template` SET `BuyPrice` = 26332 WHERE entry=15156;\n\n/*  Nocturnal Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 31000 WHERE entry=15157;\n\n/*  Nocturnal Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 21602 WHERE entry=15158;\n\n/*  Nocturnal Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 33715 WHERE entry=15159;\n\n/*  Nocturnal Wristbands  */\nUPDATE `item_template` SET `BuyPrice` = 12151 WHERE entry=15160;\n\n/*  Imposing Boots  */\nUPDATE `item_template` SET `BuyPrice` = 29146 WHERE entry=15162;\n\n/*  Imposing Cape  */\nUPDATE `item_template` SET `BuyPrice` = 18723 WHERE entry=15165;\n\n/*  Imposing Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 19728 WHERE entry=15166;\n\n/*  Imposing Pants  */\nUPDATE `item_template` SET `BuyPrice` = 39757 WHERE entry=15168;\n\n/*  Imposing Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 27713 WHERE entry=15169;\n\n/*  Potent Armor  */\nUPDATE `item_template` SET `BuyPrice` = 65519, `SellPrice` = 13103 WHERE entry=15170;\n\n/*  Potent Boots  */\nUPDATE `item_template` SET `BuyPrice` = 43487 WHERE entry=15171;\n\n/*  Potent Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 48462 WHERE entry=15175;\n\n/*  Potent Pants  */\nUPDATE `item_template` SET `BuyPrice` = 60606 WHERE entry=15176;\n\n/*  Potent Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 42628 WHERE entry=15177;\n\n/*  Potent Belt  */\nUPDATE `item_template` SET `BuyPrice` = 24679, `SellPrice` = 4935 WHERE entry=15178;\n\n/*  Praetorian Padded Armor  */\nUPDATE `item_template` SET `BuyPrice` = 92965 WHERE entry=15179;\n\n/*  Praetorian Wristbands  */\nUPDATE `item_template` SET `BuyPrice` = 29982 WHERE entry=15182;\n\n/*  Praetorian Coif  */\nUPDATE `item_template` SET `BuyPrice` = 64529, `SellPrice` = 12905 WHERE entry=15185;\n\n/*  Praetorian Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 54593 WHERE entry=15187;\n\n/*  Grand Boots  */\nUPDATE `item_template` SET `BuyPrice` = 78614, `SellPrice` = 15722 WHERE entry=15189;\n\n/*  Grand Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 48070 WHERE entry=15190;\n\n/*  Grand Belt  */\nUPDATE `item_template` SET `BuyPrice` = 45174, `SellPrice` = 9034 WHERE entry=15191;\n\n/*  Grand Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 52979, `SellPrice` = 10595 WHERE entry=15192;\n\n/*  Grand Crown  */\nUPDATE `item_template` SET `BuyPrice` = 87933, `SellPrice` = 17586 WHERE entry=15193;\n\n/*  Grand Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 112063, `SellPrice` = 22412 WHERE entry=15194;\n\n/*  Grand Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 118089, `SellPrice` = 23617 WHERE entry=15195;\n\n/*  Private's Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 10000, `SellPrice` = 2500 WHERE entry=15196;\n\n/*  Scout's Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 10000, `SellPrice` = 2500 WHERE entry=15197;\n\n/*  Knight's Colors  */\nUPDATE `item_template` SET `BuyPrice` = 40000, `SellPrice` = 10000 WHERE entry=15198;\n\n/*  Stone Guard's Herald  */\nUPDATE `item_template` SET `BuyPrice` = 40000, `SellPrice` = 10000 WHERE entry=15199;\n\n/*  Senior Sergeant's Insignia  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15200;\n\n/*  Wildkeeper Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 2579, `SellPrice` = 515 WHERE entry=15202;\n\n/*  Guststorm Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 3107 WHERE entry=15203;\n\n/*  Moonstone Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15204;\n\n/*  Owlsight Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 5317, `dmg_min1` = 14.0, `dmg_max1` = 27.0 WHERE entry=15205;\n\n/*  Steelcap Shield  */\nUPDATE `item_template` SET `BuyPrice` = 4342, `SellPrice` = 868 WHERE entry=15207;\n\n/*  Raider Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 4128 WHERE entry=15210;\n\n/*  Militant Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 9584, `SellPrice` = 1916 WHERE entry=15211;\n\n/*  Fighter Broadsword  */\nUPDATE `item_template` SET `BuyPrice` = 17252 WHERE entry=15212;\n\n/*  Nobles Brand  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15214;\n\n/*  Furious Falchion  */\nUPDATE `item_template` SET `BuyPrice` = 83720 WHERE entry=15215;\n\n/*  Rune Sword  */\nUPDATE `item_template` SET `BuyPrice` = 129661 WHERE entry=15216;\n\n/*  Crystal Sword  */\nUPDATE `item_template` SET `BuyPrice` = 185239, `SellPrice` = 37047 WHERE entry=15218;\n\n/*  Dimensional Blade  */\nUPDATE `item_template` SET `BuyPrice` = 206882 WHERE entry=15219;\n\n/*  Battlefell Sabre  */\nUPDATE `item_template` SET `BuyPrice` = 217465, `SellPrice` = 43493 WHERE entry=15220;\n\n/*  Holy War Sword  */\nUPDATE `item_template` SET `BuyPrice` = 259732, `SellPrice` = 51946, `dmg_min1` = 59.0, `dmg_max1` = 111.0 WHERE entry=15221;\n\n/*  Sequoia Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 29793 WHERE entry=15225;\n\n/*  Giant Club  */\nUPDATE `item_template` SET `BuyPrice` = 43778 WHERE entry=15226;\n\n/*  Diamond-Tip Bludgeon  */\nUPDATE `item_template` SET `BuyPrice` = 109625 WHERE entry=15227;\n\n/*  Smashing Star  */\nUPDATE `item_template` SET `BuyPrice` = 141543 WHERE entry=15228;\n\n/*  Blesswind Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 159622 WHERE entry=15229;\n\n/*  Hacking Cleaver  */\nUPDATE `item_template` SET `BuyPrice` = 30561 WHERE entry=15232;\n\n/*  Savage Axe  */\nUPDATE `item_template` SET `BuyPrice` = 52380 WHERE entry=15233;\n\n/*  Crescent Edge  */\nUPDATE `item_template` SET `BuyPrice` = 105454, `SellPrice` = 21090 WHERE entry=15235;\n\n/*  Warlord's Axe  */\nUPDATE `item_template` SET `BuyPrice` = 182480 WHERE entry=15238;\n\n/*  Felstone Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 212049, `SellPrice` = 42409 WHERE entry=15239;\n\n/*  Demon's Claw  */\nUPDATE `item_template` SET `BuyPrice` = 246405, `SellPrice` = 49281, `dmg_max1` = 115.0 WHERE entry=15240;\n\n/*  Razor Blade  */\nUPDATE `item_template` SET `BuyPrice` = 63848 WHERE entry=15244;\n\n/*  Demon Blade  */\nUPDATE `item_template` SET `BuyPrice` = 228524, `SellPrice` = 45704 WHERE entry=15246;\n\n/*  Bloodstrike Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 252880, `SellPrice` = 50576, `dmg_max1` = 85.0 WHERE entry=15247;\n\n/*  Polished Zweihander  */\nUPDATE `item_template` SET `BuyPrice` = 19388 WHERE entry=15249;\n\n/*  Glimmering Flamberge  */\nUPDATE `item_template` SET `BuyPrice` = 34474, `SellPrice` = 6894 WHERE entry=15250;\n\n/*  Tusker Sword  */\nUPDATE `item_template` SET `BuyPrice` = 139530 WHERE entry=15252;\n\n/*  Dark Espadon  */\nUPDATE `item_template` SET `BuyPrice` = 177922 WHERE entry=15254;\n\n/*  Gallant Flamberge  */\nUPDATE `item_template` SET `BuyPrice` = 212728 WHERE entry=15255;\n\n/*  Shin Blade  */\nUPDATE `item_template` SET `BuyPrice` = 276172, `SellPrice` = 55234 WHERE entry=15257;\n\n/*  Divine Warblade  */\nUPDATE `item_template` SET `BuyPrice` = 320928, `SellPrice` = 64185, `dmg_min1` = 109.0, `dmg_max1` = 164.0 WHERE entry=15258;\n\n/*  Hefty Battlehammer  */\nUPDATE `item_template` SET `BuyPrice` = 16533 WHERE entry=15259;\n\n/*  Stone Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 57783 WHERE entry=15260;\n\n/*  Sequoia Branch  */\nUPDATE `item_template` SET `BuyPrice` = 67653 WHERE entry=15261;\n\n/*  Royal Mallet  */\nUPDATE `item_template` SET `BuyPrice` = 144448 WHERE entry=15263;\n\n/*  Painbringer  */\nUPDATE `item_template` SET `BuyPrice` = 234116 WHERE entry=15265;\n\n/*  Fierce Mauler  */\nUPDATE `item_template` SET `BuyPrice` = 272026, `SellPrice` = 54405 WHERE entry=15266;\n\n/*  Brutehammer  */\nUPDATE `item_template` SET `BuyPrice` = 301018, `SellPrice` = 60203 WHERE entry=15267;\n\n/*  Gigantic War Axe  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15270;\n\n/*  Colossal Great Axe  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15271;\n\n/*  Razor Axe  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15272;\n\n/*  Death Striker  */\nUPDATE `item_template` SET `BuyPrice` = 285543, `SellPrice` = 57108, `spelltrigger_1` = 0 WHERE entry=15273;\n\n/*  Solstice Staff  */\nUPDATE `item_template` SET `BuyPrice` = 251429, `SellPrice` = 50285 WHERE entry=15278;\n\n/*  Ivory Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15279;\n\n/*  Wizard's Hand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15280;\n\n/*  Glowstar Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15281;\n\n/*  Dragon Finger  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15282;\n\n/*  Lunar Wand  */\nUPDATE `item_template` SET `BuyPrice` = 186826, `SellPrice` = 37365, `dmg_max1` = 126.0, `spellcooldown_1` = -1 WHERE entry=15283;\n\n/*  Long Battle Bow  */\nUPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 34.0 WHERE entry=15284;\n\n/*  Archer's Longbow  */\nUPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 44.0 WHERE entry=15285;\n\n/*  Long Redwood Bow  */\nUPDATE `item_template` SET `dmg_min1` = 28.0, `dmg_max1` = 52.0 WHERE entry=15286;\n\n/*  Crusader Bow  */\nUPDATE `item_template` SET `BuyPrice` = 62583, `dmg_min1` = 32.0, `dmg_max1` = 60.0 WHERE entry=15287;\n\n/*  Blasthorn Bow  */\nUPDATE `item_template` SET `BuyPrice` = 168715, `SellPrice` = 33743, `dmg_min1` = 51.0, `dmg_max1` = 96.0 WHERE entry=15288;\n\n/*  Archstrike Bow  */\nUPDATE `item_template` SET `BuyPrice` = 205809, `SellPrice` = 41161, `dmg_min1` = 48.0, `dmg_max1` = 91.0 WHERE entry=15289;\n\n/*  Harpy Needler  */\nUPDATE `item_template` SET `BuyPrice` = 97958, `dmg_min1` = 44.0, `dmg_max1` = 84.0 WHERE entry=15291;\n\n/*  Siege Bow  */\nUPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 90.0 WHERE entry=15294;\n\n/*  Quillfire Bow  */\nUPDATE `item_template` SET `BuyPrice` = 113560, `dmg_min1` = 41.0, `dmg_max1` = 77.0 WHERE entry=15295;\n\n/*  Hawkeye Bow  */\nUPDATE `item_template` SET `BuyPrice` = 173287, `SellPrice` = 34657, `dmg_min1` = 35.0, `dmg_max1` = 65.0 WHERE entry=15296;\n\n/*  Grizzly Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15298;\n\n/*  Grizzly Cape  */\nUPDATE `item_template` SET `BuyPrice` = 211 WHERE entry=15299;\n\n/*  Grizzly Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 541 WHERE entry=15301;\n\n/*  Grizzly Belt  */\nUPDATE `item_template` SET `BuyPrice` = 237 WHERE entry=15302;\n\n/*  Grizzly Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1495 WHERE entry=15303;\n\n/*  Grizzly Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 2071 WHERE entry=15304;\n\n/*  Feral Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 1042 WHERE entry=15306;\n\n/*  Feral Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15307;\n\n/*  Feral Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1398 WHERE entry=15310;\n\n/*  Feral Harness  */\nUPDATE `item_template` SET `BuyPrice` = 4913 WHERE entry=15311;\n\n/*  Feral Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 3728 WHERE entry=15312;\n\n/*  Smoothbore Gun  */\nUPDATE `item_template` SET `dmg_min1` = 29.0, `dmg_max1` = 54.0 WHERE entry=15322;\n\n/*  Percussion Shotgun  */\nUPDATE `item_template` SET `dmg_min1` = 37.0, `dmg_max1` = 70.0 WHERE entry=15323;\n\n/*  Burnside Rifle  */\nUPDATE `item_template` SET `dmg_min1` = 45.0, `dmg_max1` = 85.0 WHERE entry=15324;\n\n/*  Sharpshooter Harquebus  */\nUPDATE `item_template` SET `BuyPrice` = 158924, `SellPrice` = 31784, `dmg_min1` = 43.0, `dmg_max1` = 80.0 WHERE entry=15325;\n\n/*  Wrangler's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 3114, `SellPrice` = 622 WHERE entry=15329;\n\n/*  Wrangler's Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15332;\n\n/*  Wrangler's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 2685 WHERE entry=15333;\n\n/*  Wrangler's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4141 WHERE entry=15334;\n\n/*  Wrangler's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 8345 WHERE entry=15336;\n\n/*  Wrangler's Wraps  */\nUPDATE `item_template` SET `BuyPrice` = 10136 WHERE entry=15337;\n\n/*  Pathfinder Hat  */\nUPDATE `item_template` SET `BuyPrice` = 12333 WHERE entry=15339;\n\n/*  Pathfinder Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5081 WHERE entry=15340;\n\n/*  Pathfinder Pants  */\nUPDATE `item_template` SET `BuyPrice` = 12582 WHERE entry=15344;\n\n/*  Pathfinder Vest  */\nUPDATE `item_template` SET `BuyPrice` = 13941 WHERE entry=15346;\n\n/*  Pathfinder Belt  */\nUPDATE `item_template` SET `BuyPrice` = 4777 WHERE entry=15347;\n\n/*  Pathfinder Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 3962 WHERE entry=15348;\n\n/*  Headhunter's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 7749, `SellPrice` = 1549 WHERE entry=15349;\n\n/*  Headhunter's Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 11924, `SellPrice` = 2384 WHERE entry=15350;\n\n/*  Headhunter's Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15352;\n\n/*  Headhunter's Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 17337 WHERE entry=15353;\n\n/*  Headhunter's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8003 WHERE entry=15354;\n\n/*  Headhunter's Mitts  */\nUPDATE `item_template` SET `BuyPrice` = 8100 WHERE entry=15355;\n\n/*  Headhunter's Woolies  */\nUPDATE `item_template` SET `BuyPrice` = 18020 WHERE entry=15358;\n\n/*  Trickster's Vest  */\nUPDATE `item_template` SET `BuyPrice` = 29776 WHERE entry=15359;\n\n/*  Trickster's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 11861 WHERE entry=15360;\n\n/*  Trickster's Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 24473 WHERE entry=15363;\n\n/*  Trickster's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 12157 WHERE entry=15364;\n\n/*  Trickster's Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 12078 WHERE entry=15365;\n\n/*  Trickster's Protector  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15367;\n\n/*  Wolf Rider's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 27198 WHERE entry=15370;\n\n/*  Wolf Rider's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 17338 WHERE entry=15371;\n\n/*  Wolf Rider's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 16917 WHERE entry=15372;\n\n/*  Wolf Rider's Headgear  */\nUPDATE `item_template` SET `BuyPrice` = 34652 WHERE entry=15373;\n\n/*  Wolf Rider's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 36816 WHERE entry=15374;\n\n/*  Wolf Rider's Padded Armor  */\nUPDATE `item_template` SET `BuyPrice` = 43266 WHERE entry=15376;\n\n/*  Rageclaw Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 21954, `SellPrice` = 4390 WHERE entry=15380;\n\n/*  Rageclaw Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 62967 WHERE entry=15381;\n\n/*  Rageclaw Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 25215 WHERE entry=15382;\n\n/*  Rageclaw Helm  */\nUPDATE `item_template` SET `BuyPrice` = 45778 WHERE entry=15384;\n\n/*  Rageclaw Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 36437 WHERE entry=15386;\n\n/*  Jadefire Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 27919, `SellPrice` = 5583 WHERE entry=15387;\n\n/*  Jadefire Belt  */\nUPDATE `item_template` SET `BuyPrice` = 31785 WHERE entry=15388;\n\n/*  Jadefire Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 80876 WHERE entry=15390;\n\n/*  Jadefire Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 51898 WHERE entry=15395;\n\n/*  Curvewood Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 2913 WHERE entry=15396;\n\n/*  Oakthrush Staff  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15397;\n\n/*  Dryweed Belt  */\nUPDATE `item_template` SET `BuyPrice` = 755 WHERE entry=15399;\n\n/*  Clamshell Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 545 WHERE entry=15400;\n\n/*  Welldrip Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 364, `SellPrice` = 72 WHERE entry=15401;\n\n/*  Noosegrip Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 549, `SellPrice` = 109 WHERE entry=15402;\n\n/*  Ridgeback Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1399, `SellPrice` = 279 WHERE entry=15403;\n\n/*  Breakwater Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 1685 WHERE entry=15404;\n\n/*  Shucking Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 1225 WHERE entry=15405;\n\n/*  Mark of Fordring  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15411;\n\n/*  Ornate Adamantium Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 112596, `SellPrice` = 22519, `DisenchantID` = 49 WHERE entry=15413;\n\n/*  Shimmering Platinum Warhammer  */\nUPDATE `item_template` SET `BuyPrice` = 367988, `SellPrice` = 73597, `DisenchantID` = 49 WHERE entry=15418;\n\n/*  Shroud of the Exile  */\nUPDATE `item_template` SET `BuyPrice` = 89275, `SellPrice` = 17855, `DisenchantID` = 49 WHERE entry=15421;\n\n/*  Axe of Orgrimmar  */\nUPDATE `item_template` SET `BuyPrice` = 7023 WHERE entry=15424;\n\n/*  Peerless Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 41364, `SellPrice` = 8272 WHERE entry=15425;\n\n/*  Peerless Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 45248 WHERE entry=15429;\n\n/*  Peerless Headband  */\nUPDATE `item_template` SET `BuyPrice` = 77176 WHERE entry=15430;\n\n/*  Peerless Armor  */\nUPDATE `item_template` SET `BuyPrice` = 109245, `SellPrice` = 21849 WHERE entry=15433;\n\n/*  Supreme Sash  */\nUPDATE `item_template` SET `BuyPrice` = 54823, `SellPrice` = 10964 WHERE entry=15434;\n\n/*  Supreme Shoes  */\nUPDATE `item_template` SET `BuyPrice` = 90997, `SellPrice` = 18199 WHERE entry=15435;\n\n/*  Supreme Cape  */\nUPDATE `item_template` SET `BuyPrice` = 66506, `SellPrice` = 13301 WHERE entry=15437;\n\n/*  Supreme Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 61324, `SellPrice` = 12264 WHERE entry=15438;\n\n/*  Supreme Crown  */\nUPDATE `item_template` SET `BuyPrice` = 96936, `SellPrice` = 19387 WHERE entry=15439;\n\n/*  Supreme Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 123537, `SellPrice` = 24707 WHERE entry=15440;\n\n/*  Supreme Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 92977, `SellPrice` = 18595 WHERE entry=15441;\n\n/*  Supreme Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 137166, `SellPrice` = 27433 WHERE entry=15442;\n\n/*  Kris of Orgrimmar  */\nUPDATE `item_template` SET `BuyPrice` = 5598 WHERE entry=15443;\n\n/*  Hammer of Orgrimmar  */\nUPDATE `item_template` SET `BuyPrice` = 5637 WHERE entry=15445;\n\n/*  Ghastly Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 2127 WHERE entry=15449;\n\n/*  Dredgemire Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 2669, `SellPrice` = 533 WHERE entry=15450;\n\n/*  Featherbead Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1075 WHERE entry=15452;\n\n/*  Savannah Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1349, `SellPrice` = 269 WHERE entry=15453;\n\n/*  Desert Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 5671 WHERE entry=15457;\n\n/*  Grimtoll Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 5712 WHERE entry=15459;\n\n/*  Lightheel Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4207 WHERE entry=15461;\n\n/*  Palestrider Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 3937 WHERE entry=15463;\n\n/*  Stingshot Wand  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15465;\n\n/*  Clink Shield  */\nUPDATE `item_template` SET `BuyPrice` = 11619, `SellPrice` = 2323 WHERE entry=15466;\n\n/*  Inventor's League Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15467;\n\n/*  Windsong Drape  */\nUPDATE `item_template` SET `BuyPrice` = 6035 WHERE entry=15468;\n\n/*  Windsong Cinch  */\nUPDATE `item_template` SET `BuyPrice` = 5048 WHERE entry=15469;\n\n/*  Plainsguard Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 12162 WHERE entry=15470;\n\n/*  Charger's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 328 WHERE entry=15473;\n\n/*  Charger's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 119, `SellPrice` = 23 WHERE entry=15474;\n\n/*  Charger's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15478;\n\n/*  Charger's Armor  */\nUPDATE `item_template` SET `BuyPrice` = 897 WHERE entry=15479;\n\n/*  War Torn Bands  */\nUPDATE `item_template` SET `BuyPrice` = 271 WHERE entry=15482;\n\n/*  War Torn Cape  */\nUPDATE `item_template` SET `BuyPrice` = 209, `SellPrice` = 41 WHERE entry=15483;\n\n/*  War Torn Handgrips  */\nUPDATE `item_template` SET `BuyPrice` = 342 WHERE entry=15484;\n\n/*  War Torn Pants  */\nUPDATE `item_template` SET `BuyPrice` = 1722 WHERE entry=15485;\n\n/*  War Torn Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15486;\n\n/*  Bloodspattered Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 1817 WHERE entry=15489;\n\n/*  Bloodspattered Loincloth  */\nUPDATE `item_template` SET `BuyPrice` = 3238 WHERE entry=15493;\n\n/*  Bloodspattered Shield  */\nUPDATE `item_template` SET `BuyPrice` = 3467, `spellcooldown_1` = -1 WHERE entry=15494;\n\n/*  Bloodspattered Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 2309, `SellPrice` = 461 WHERE entry=15496;\n\n/*  Outrunner's Cord  */\nUPDATE `item_template` SET `BuyPrice` = 1938 WHERE entry=15497;\n\n/*  Outrunner's Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 3370 WHERE entry=15498;\n\n/*  Outrunner's Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 1535 WHERE entry=15499;\n\n/*  Outrunner's Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 6889, `SellPrice` = 1377 WHERE entry=15500;\n\n/*  Outrunner's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 5457 WHERE entry=15503;\n\n/*  Outrunner's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 5843, `spellcooldown_1` = -1 WHERE entry=15504;\n\n/*  Grunt's AnkleWraps  */\nUPDATE `item_template` SET `BuyPrice` = 3615 WHERE entry=15506;\n\n/*  Grunt's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1820 WHERE entry=15507;\n\n/*  Grunt's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 1827 WHERE entry=15508;\n\n/*  Grunt's Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 2426 WHERE entry=15509;\n\n/*  Grunt's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 2117 WHERE entry=15510;\n\n/*  Grunt's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 7371 WHERE entry=15511;\n\n/*  Grunt's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15512;\n\n/*  Spiked Chain Belt  */\nUPDATE `item_template` SET `BuyPrice` = 4224, `SellPrice` = 844 WHERE entry=15515;\n\n/*  Spiked Chain Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 7939, `SellPrice` = 1587 WHERE entry=15516;\n\n/*  Spiked Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3035 WHERE entry=15519;\n\n/*  Spiked Chain Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 4397 WHERE entry=15520;\n\n/*  Spiked Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 9712 WHERE entry=15521;\n\n/*  Spiked Chain Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15522;\n\n/*  Sentry's Surcoat  */\nUPDATE `item_template` SET `BuyPrice` = 14383 WHERE entry=15524;\n\n/*  Sentry's Slippers  */\nUPDATE `item_template` SET `BuyPrice` = 8171 WHERE entry=15525;\n\n/*  Sentry's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 5101 WHERE entry=15527;\n\n/*  Sentry's Sash  */\nUPDATE `item_template` SET `BuyPrice` = 4654, `SellPrice` = 930 WHERE entry=15528;\n\n/*  Sentry's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 16110, `spellcooldown_1` = -1 WHERE entry=15530;\n\n/*  Sentry's Headdress  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15533;\n\n/*  Wicked Chain Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 6352 WHERE entry=15535;\n\n/*  Wicked Chain Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 20537 WHERE entry=15536;\n\n/*  Wicked Chain Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 5816 WHERE entry=15537;\n\n/*  Wicked Chain Helmet  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15540;\n\n/*  Wicked Chain Shield  */\nUPDATE `item_template` SET `BuyPrice` = 20898, `spellcooldown_1` = -1 WHERE entry=15543;\n\n/*  Thick Scale Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 6740 WHERE entry=15545;\n\n/*  Thick Scale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 23969, `SellPrice` = 4793 WHERE entry=15546;\n\n/*  Thick Scale Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 8245 WHERE entry=15548;\n\n/*  Thick Scale Belt  */\nUPDATE `item_template` SET `BuyPrice` = 7523 WHERE entry=15549;\n\n/*  Thick Scale Crown  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15550;\n\n/*  Thick Scale Shield  */\nUPDATE `item_template` SET `BuyPrice` = 26130, `spellcooldown_1` = -1 WHERE entry=15552;\n\n/*  Thick Scale Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 15306 WHERE entry=15553;\n\n/*  Pillager's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9267 WHERE entry=15554;\n\n/*  Pillager's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 14013 WHERE entry=15555;\n\n/*  Pillager's Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 8485 WHERE entry=15556;\n\n/*  Pillager's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 20643, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15558;\n\n/*  Pillager's Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 9686 WHERE entry=15560;\n\n/*  Pillager's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 23527 WHERE entry=15561;\n\n/*  Pillager's Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 17790 WHERE entry=15562;\n\n/*  Pillager's Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15563;\n\n/*  Marauder's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 21370 WHERE entry=15565;\n\n/*  Marauder's Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 33333 WHERE entry=15567;\n\n/*  Marauder's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 9069, `SellPrice` = 1813 WHERE entry=15568;\n\n/*  Marauder's Crest  */\nUPDATE `item_template` SET `BuyPrice` = 35813, `spellcooldown_1` = -1 WHERE entry=15569;\n\n/*  Marauder's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 11093 WHERE entry=15571;\n\n/*  Marauder's Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 25751 WHERE entry=15574;\n\n/*  Sparkleshell Headwrap  */\nUPDATE `item_template` SET `BuyPrice` = 24357 WHERE entry=15580;\n\n/*  Sparkleshell Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 13973 WHERE entry=15581;\n\n/*  Sparkleshell Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 32721 WHERE entry=15582;\n\n/*  Sparkleshell Shield  */\nUPDATE `item_template` SET `BuyPrice` = 37973, `spellcooldown_1` = -1 WHERE entry=15584;\n\n/*  Pardoc Grips  */\nUPDATE `item_template` SET `BuyPrice` = 7234, `SellPrice` = 1446 WHERE entry=15585;\n\n/*  Ringtail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9110 WHERE entry=15587;\n\n/*  Steadfast Bracelets  */\nUPDATE `item_template` SET `BuyPrice` = 13373 WHERE entry=15590;\n\n/*  Steadfast Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 43699, `SellPrice` = 8739 WHERE entry=15591;\n\n/*  Steadfast Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15592;\n\n/*  Steadfast Coronet  */\nUPDATE `item_template` SET `BuyPrice` = 27663 WHERE entry=15593;\n\n/*  Steadfast Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 13816 WHERE entry=15598;\n\n/*  Ancient Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 33156 WHERE entry=15599;\n\n/*  Ancient Crown  */\nUPDATE `item_template` SET `BuyPrice` = 36055 WHERE entry=15602;\n\n/*  Ancient Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 17731 WHERE entry=15603;\n\n/*  Ancient Defender  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15604;\n\n/*  Ancient Belt  */\nUPDATE `item_template` SET `BuyPrice` = 17928 WHERE entry=15606;\n\n/*  Ancient Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 46529, `SellPrice` = 9305 WHERE entry=15607;\n\n/*  Ancient Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 35177 WHERE entry=15608;\n\n/*  Bonelink Armor  */\nUPDATE `item_template` SET `BuyPrice` = 59033 WHERE entry=15609;\n\n/*  Bonelink Cape  */\nUPDATE `item_template` SET `BuyPrice` = 21847 WHERE entry=15611;\n\n/*  Bonelink Belt  */\nUPDATE `item_template` SET `BuyPrice` = 18440 WHERE entry=15613;\n\n/*  Bonelink Wall Shield  */\nUPDATE `item_template` SET `BuyPrice` = 58910, `spellcooldown_1` = -1 WHERE entry=15618;\n\n/*  Gryphon Mail Belt  */\nUPDATE `item_template` SET `BuyPrice` = 29936 WHERE entry=15619;\n\n/*  Gryphon Mail Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15621;\n\n/*  Gryphon Mail Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 74173 WHERE entry=15622;\n\n/*  Gryphon Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 24855 WHERE entry=15624;\n\n/*  Gryphon Mail Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 72468 WHERE entry=15627;\n\n/*  Formidable Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 31871 WHERE entry=15629;\n\n/*  Formidable Crest  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15633;\n\n/*  Formidable Circlet  */\nUPDATE `item_template` SET `BuyPrice` = 57208 WHERE entry=15634;\n\n/*  Formidable Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 29483 WHERE entry=15635;\n\n/*  Formidable Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 48074, `SellPrice` = 9614 WHERE entry=15638;\n\n/*  Ironhide Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 40651 WHERE entry=15644;\n\n/*  Ironhide Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 72887 WHERE entry=15645;\n\n/*  Ironhide Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 97534, `SellPrice` = 19506 WHERE entry=15646;\n\n/*  Ironhide Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15648;\n\n/*  Merciless Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 40266 WHERE entry=15653;\n\n/*  Merciless Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 99310 WHERE entry=15655;\n\n/*  Merciless Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 66833 WHERE entry=15656;\n\n/*  Merciless Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15657;\n\n/*  Impenetrable Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 89254, `SellPrice` = 17850 WHERE entry=15658;\n\n/*  Impenetrable Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 47540 WHERE entry=15659;\n\n/*  Impenetrable Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 131577, `SellPrice` = 26315 WHERE entry=15660;\n\n/*  Impenetrable Belt  */\nUPDATE `item_template` SET `BuyPrice` = 51130 WHERE entry=15663;\n\n/*  Impenetrable Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 91877 WHERE entry=15666;\n\n/*  Impenetrable Wall  */\nUPDATE `item_template` SET `BuyPrice` = 143928, `SellPrice` = 28785, `spellcooldown_1` = -1 WHERE entry=15667;\n\n/*  Magnificent Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 58488 WHERE entry=15668;\n\n/*  Magnificent Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 142694, `SellPrice` = 28538 WHERE entry=15669;\n\n/*  Magnificent Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 102277, `SellPrice` = 20455 WHERE entry=15670;\n\n/*  Magnificent Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 48912 WHERE entry=15671;\n\n/*  Magnificent Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 60821 WHERE entry=15672;\n\n/*  Magnificent Belt  */\nUPDATE `item_template` SET `BuyPrice` = 55375 WHERE entry=15673;\n\n/*  Magnificent Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 92321 WHERE entry=15674;\n\n/*  Magnificent Guard  */\nUPDATE `item_template` SET `BuyPrice` = 144661, `SellPrice` = 28932, `spellcooldown_1` = -1 WHERE entry=15675;\n\n/*  Magnificent Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 129644, `SellPrice` = 25928 WHERE entry=15676;\n\n/*  Magnificent Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 98029, `SellPrice` = 19605 WHERE entry=15677;\n\n/*  Triumphant Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 108468, `SellPrice` = 21693 WHERE entry=15678;\n\n/*  Triumphant Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 65540, `SellPrice` = 13108 WHERE entry=15679;\n\n/*  Triumphant Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 159918, `SellPrice` = 31983 WHERE entry=15680;\n\n/*  Triumphant Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 57033 WHERE entry=15681;\n\n/*  Triumphant Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 73050, `SellPrice` = 14610 WHERE entry=15682;\n\n/*  Triumphant Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 63333 WHERE entry=15683;\n\n/*  Triumphant Skullcap  */\nUPDATE `item_template` SET `BuyPrice` = 115893, `SellPrice` = 23178 WHERE entry=15684;\n\n/*  Triumphant Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 147698, `SellPrice` = 29539 WHERE entry=15685;\n\n/*  Triumphant Shoulder Pads  */\nUPDATE `item_template` SET `BuyPrice` = 111657, `SellPrice` = 22331 WHERE entry=15686;\n\n/*  Triumphant Shield  */\nUPDATE `item_template` SET `BuyPrice` = 162469, `SellPrice` = 32493, `spellcooldown_1` = -1 WHERE entry=15687;\n\n/*  Kodobone Necklace  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15690;\n\n/*  Sidegunner Shottie  */\nUPDATE `item_template` SET `BuyPrice` = 34545, `dmg_min1` = 32.0, `dmg_max1` = 61.0 WHERE entry=15691;\n\n/*  Kodo Brander  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15692;\n\n/*  Grand Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 72665 WHERE entry=15693;\n\n/*  Studded Ring Shield  */\nUPDATE `item_template` SET `BuyPrice` = 28856, `SellPrice` = 5771, `spellcooldown_1` = -1 WHERE entry=15695;\n\n/*  Kodo Rustler Boots  */\nUPDATE `item_template` SET `BuyPrice` = 14129, `SellPrice` = 2825 WHERE entry=15697;\n\n/*  Wrangling Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 21368 WHERE entry=15698;\n\n/*  Chemist's Ring  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15702;\n\n/*  Chemist's Smock  */\nUPDATE `item_template` SET `BuyPrice` = 45163, `SellPrice` = 9032 WHERE entry=15703;\n\n/*  Hunter's Insignia Medal  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15704;\n\n/*  Tidecrest Blade  */\nUPDATE `item_template` SET `BuyPrice` = 169154, `SellPrice` = 33830 WHERE entry=15705;\n\n/*  Hunt Tracker Blade  */\nUPDATE `item_template` SET `BuyPrice` = 169154, `SellPrice` = 33830 WHERE entry=15706;\n\n/*  Brantwood Sash  */\nUPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 9, `stat_type3` = 6, `stat_value3` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15707;\n\n/*  Blight Leather Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 44825, `SellPrice` = 8965 WHERE entry=15708;\n\n/*  Gearforge Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 36352, `SellPrice` = 7270 WHERE entry=15709;\n\n/*  Crystal Breeze Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 57705 WHERE entry=15784;\n\n/*  Fernpulse Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 94134, `SellPrice` = 18826 WHERE entry=15786;\n\n/*  Willow Band Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 112961, `SellPrice` = 22592 WHERE entry=15787;\n\n/*  Deep River Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 47873, `SellPrice` = 9574 WHERE entry=15789;\n\n/*  Turquoise Sash  */\nUPDATE `item_template` SET `BuyPrice` = 35860, `SellPrice` = 7172, `stat_type3` = 3, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15791;\n\n/*  Ripped Ogre Loincloth  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=15794;\n\n/*  Emerald Mist Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 38157, `SellPrice` = 7631 WHERE entry=15795;\n\n/*  Seaspray Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 60317 WHERE entry=15796;\n\n/*  Shining Armplates  */\nUPDATE `item_template` SET `BuyPrice` = 37653, `SellPrice` = 7530 WHERE entry=15797;\n\n/*  Heroic Commendation Medal  */\nUPDATE `item_template` SET `Quality` = 2, `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 5, `DisenchantID` = 10, `spellcooldown_1` = -1 WHERE entry=15799;\n\n/*  Intrepid Shortsword  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 180413, `SellPrice` = 36082, `dmg_min1` = 50.0, `dmg_max1` = 95.0, `MaxDurability` = 75, `stat_type1` = 7, `stat_value1` = 11, `DisenchantID` = 30 WHERE entry=15800;\n\n/*  Valiant Shortsword  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 179303, `SellPrice` = 35860, `dmg_min1` = 50.0, `dmg_max1` = 95.0, `MaxDurability` = 75, `stat_type1` = 5, `stat_value1` = 11, `DisenchantID` = 30 WHERE entry=15801;\n\n/*  Cerise Drape  */\nUPDATE `item_template` SET `BuyPrice` = 47873, `SellPrice` = 9574 WHERE entry=15804;\n\n/*  Penelope's Rose  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15805;\n\n/*  Mirah's Song  */\nUPDATE `item_template` SET `BuyPrice` = 256366, `SellPrice` = 51273, `DisenchantID` = 49 WHERE entry=15806;\n\n/*  Light Crossbow  */\nUPDATE `item_template` SET `dmg_min1` = 6.0, `dmg_max1` = 7.0 WHERE entry=15807;\n\n/*  Fine Light Crossbow  */\nUPDATE `item_template` SET `BuyPrice` = 3640, `dmg_min1` = 20.0, `dmg_max1` = 20.0 WHERE entry=15808;\n\n/*  Heavy Crossbow  */\nUPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 37.0 WHERE entry=15809;\n\n/*  Heavy Spear  */\nUPDATE `item_template` SET `BuyPrice` = 27132 WHERE entry=15811;\n\n/*  Orchid Amice  */\nUPDATE `item_template` SET `BuyPrice` = 47873, `SellPrice` = 9574, `stat_type3` = 4, `stat_value3` = 4, `stat_type4` = 6, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15812;\n\n/*  Gold Link Belt  */\nUPDATE `item_template` SET `BuyPrice` = 50568 WHERE entry=15813;\n\n/*  Hameya's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 59304, `SellPrice` = 11860 WHERE entry=15815;\n\n/*  Shadowskin Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 56454, `SellPrice` = 11290 WHERE entry=15822;\n\n/*  Bricksteel Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 45958 WHERE entry=15823;\n\n/*  Astoria Robes  */\nUPDATE `item_template` SET `BuyPrice` = 75307, `SellPrice` = 15061, `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15824;\n\n/*  Traphook Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 96512 WHERE entry=15825;\n\n/*  Jadescale Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 112961, `SellPrice` = 22592 WHERE entry=15827;\n\n/*  Windreaper  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15853;\n\n/*  Dancing Sliver  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15854;\n\n/*  Ring of Protection  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15855;\n\n/*  Archlight Talisman  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=15856;\n\n/*  Magebane Scion  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15857;\n\n/*  Freewind Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 37653, `SellPrice` = 7530 WHERE entry=15858;\n\n/*  Seapost Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 56480, `SellPrice` = 11296 WHERE entry=15859;\n\n/*  Blinkstrike Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 39535, `SellPrice` = 7907 WHERE entry=15860;\n\n/*  Swiftfoot Treads  */\nUPDATE `item_template` SET `BuyPrice` = 74845 WHERE entry=15861;\n\n/*  Grave Scepter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15863;\n\n/*  Condor Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 9738, `SellPrice` = 1947 WHERE entry=15864;\n\n/*  Anchorhold Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15865;\n\n/*  Ragged John's Neverending Cup  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15873;\n\n/*  Heroic Guard  */\nUPDATE `item_template` SET `BuyPrice` = 147908, `SellPrice` = 29581, `spellcooldown_1` = -1 WHERE entry=15887;\n\n/*  Vanguard Shield  */\nUPDATE `item_template` SET `BuyPrice` = 129157, `spellcooldown_1` = -1 WHERE entry=15890;\n\n/*  Hulking Shield  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15891;\n\n/*  Slayer's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 17911 WHERE entry=15892;\n\n/*  Prospector's Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 5410, `spellcooldown_1` = -1 WHERE entry=15893;\n\n/*  Bristlebark Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 9010 WHERE entry=15894;\n\n/*  Burnt Buckler  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15895;\n\n/*  Right-Handed Claw  */\nUPDATE `item_template` SET `BuyPrice` = 8117 WHERE entry=15903;\n\n/*  Conjurer's Sphere  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15918;\n\n/*  Hibernal Sphere  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15937;\n\n/*  Imbued Shield  */\nUPDATE `item_template` SET `BuyPrice` = 138761, `SellPrice` = 27752, `spellcooldown_1` = -1 WHERE entry=15943;\n\n/*  Silksand Star  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15964;\n\n/*  Windchaser Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15965;\n\n/*  Venomshroud Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15966;\n\n/*  Beaded Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15969;\n\n/*  Native Branch  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15970;\n\n/*  Aboriginal Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15971;\n\n/*  Ritual Stein  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15972;\n\n/*  Watcher's Star  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15973;\n\n/*  Pagan Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15974;\n\n/*  Raincaller Scepter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15975;\n\n/*  Thistlefur Branch  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15976;\n\n/*  Vital Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15977;\n\n/*  Geomancer's Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15978;\n\n/*  Embersilk Stave  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15979;\n\n/*  Darkmist Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15980;\n\n/*  Lunar Sphere  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15981;\n\n/*  Bloodwoven Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15982;\n\n/*  Gaea's Scepter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15983;\n\n/*  Opulent Scepter  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15984;\n\n/*  Arachnidian Branch  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15985;\n\n/*  Bonecaster's Star  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15986;\n\n/*  Astral Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15987;\n\n/*  Resplendent Orb  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15988;\n\n/*  Eternal Rod  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15989;\n\n/*  Warleader's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 146151, `SellPrice` = 29230, `spellcooldown_1` = -1 WHERE entry=15991;\n\n/*  Thorium Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 98697, `dmg_min1` = 42.0, `dmg_max1` = 79.0 WHERE entry=15995;\n\n/*  Spellpower Goggles Xtreme Plus  */\nUPDATE `item_template` SET `BuyPrice` = 45014, `SellPrice` = 9002 WHERE entry=15999;\n\n/*  Dark Iron Rifle  */\nUPDATE `item_template` SET `dmg_min1` = 53.0, `dmg_max1` = 100.0 WHERE entry=16004;\n\n/*  Flawless Arcanite Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 203125, `SellPrice` = 40625, `dmg_min1` = 65.0, `dmg_max1` = 122.0, `stat_type1` = 32, `stat_value1` = 9, `DisenchantID` = 49, `spellid_1` = 0 WHERE entry=16007;\n-- UPDATE `item_template` SET `BuyPrice` = 203125, `SellPrice` = 40625, `dmg_min1` = 65.0, `dmg_max1` = 122.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 7581 WHERE entry=16007;\n\n/*  Master Engineer's Goggles  */\nUPDATE `item_template` SET `BuyPrice` = 58696 WHERE entry=16008;\n\n/*  Voice Amplification Modulator  */\nUPDATE `item_template` SET `spellid_1` = 19786 WHERE entry=16009;\n\n/*  PVP Plate Helm Alliance  */\nUPDATE `item_template` SET `armor` = 440, `BuyPrice` = 35802, `SellPrice` = 7160, `MaxDurability` = 70 WHERE entry=16026;\n\n/*  Ta'Kierthan Songblade  */\nUPDATE `item_template` SET `BuyPrice` = 267990 WHERE entry=16039;\n\n/*  Fordring's Seal  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16058;\n\n/*  Test Fire Res Shoulders Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16061;\n\n/*  Test Fire Res Waist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16062;\n\n/*  Test Fire Res Hands Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16063;\n\n/*  Test Fire Res Waist Mail  */\nUPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16064;\n\n/*  Test Fire Res Feet Leather  */\nUPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16065;\n\n/*  Test Fire Res Feet Mail  */\nUPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16066;\n\n/*  Test Fire Res Ring  */\nUPDATE `item_template` SET `spellid_1` = 14588, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 180000 WHERE entry=16067;\n\n/*  Test Nature Res Cloak Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16116;\n\n/*  Test Nature Res Hands Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16117;\n\n/*  Test Nature Res Legs Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1 WHERE entry=16118;\n\n/*  Test Nature Res Wrist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16119;\n\n/*  Test Nature Res Waist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16120;\n\n/*  Test Nature Res Head Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1 WHERE entry=16121;\n\n/*  Test Nature Res Shoulders Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16122;\n\n/*  Test Nature Res Neck  */\nUPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=16123;\n\n/*  Test Frost Res Neck  */\nUPDATE `item_template` SET `spellid_1` = 14548, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=16124;\n\n/*  Test Arcane Res Neck  */\nUPDATE `item_template` SET `spellid_1` = 14710, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=16125;\n\n/*  Test Nature Res Waist Leather  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16126;\n\n/*  Test Nature Res Wrist Leather  */\nUPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16127;\n\n/*  Test Nature Res Feet Mail  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16129;\n\n/*  Test Nature Res Waist Mail  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16131;\n\n/*  Test Nature Res Wrist Mail  */\nUPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16132;\n\n/*  Test Nature Res Shoulders Mail  */\nUPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16134;\n\n/*  Test Frost Res Feet Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16135;\n\n/*  Test Frost Res Waist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16136;\n\n/*  Test Frost Res Wrist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14548, `spelltrigger_1` = 1 WHERE entry=16137;\n\n/*  Test Frost Res Head Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14553, `spelltrigger_1` = 1 WHERE entry=16138;\n\n/*  Test Frost Res Head Leather  */\nUPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16139;\n\n/*  Test Nature Res Head Leather  */\nUPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1 WHERE entry=16140;\n\n/*  Test Nature Res Head Mail  */\nUPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 30000 WHERE entry=16141;\n\n/*  Test Frost Res Wrist Mail  */\nUPDATE `item_template` SET `spellid_1` = 14548, `spelltrigger_1` = 1 WHERE entry=16142;\n\n/*  Test Frost Res Shoulder Mail  */\nUPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16143;\n\n/*  Test Frost Res Shoulders Leather  */\nUPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16144;\n\n/*  Test Shadow Res Waist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16145;\n\n/*  Test Shadow Res Head Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14677, `spelltrigger_1` = 1 WHERE entry=16146;\n\n/*  Test Shadow Res Shoulders Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16147;\n\n/*  Test Shadow Res Shoulders Leather  */\nUPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16148;\n\n/*  Test Shadow Res Shoulder Mail  */\nUPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16149;\n\n/*  Test Shadow Res Waist Leather  */\nUPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16150;\n\n/*  Test Arcane Res Feet Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16151;\n\n/*  Test Arcane Res Waist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16152;\n\n/*  Test Arcane Res Wrist Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14710, `spelltrigger_1` = 1 WHERE entry=16153;\n\n/*  Test Arcane Res Shoulders Cloth  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16154;\n\n/*  Test Arcane Res Waist Leather  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16155;\n\n/*  Test Arcane Res Head Leather  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16156;\n\n/*  Test Arcane Res Feet Mail  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16157;\n\n/*  Test Arcane Res Wrist Mail  */\nUPDATE `item_template` SET `spellid_1` = 14710, `spelltrigger_1` = 1 WHERE entry=16158;\n\n/*  Test Arcane Res Head Mail  */\nUPDATE `item_template` SET `spellid_1` = 14716, `spelltrigger_1` = 1, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 30000 WHERE entry=16159;\n\n/*  Test Arcane Res Shoulders Plate  */\nUPDATE `item_template` SET `spellid_1` = 14714, `spelltrigger_1` = 1 WHERE entry=16160;\n\n/*  Test Shadow Res Hands Plate  */\nUPDATE `item_template` SET `spellid_1` = 14675, `spelltrigger_1` = 1 WHERE entry=16161;\n\n/*  Test Frost Res Shoulders Plate  */\nUPDATE `item_template` SET `spellid_1` = 14552, `spelltrigger_1` = 1 WHERE entry=16162;\n\n/*  Test Arcane Res Waist Mail  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16163;\n\n/*  Test Arcane Res Hands Mail  */\nUPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16164;\n\n/*  Test Nature Res Hands Plate  */\nUPDATE `item_template` SET `spellid_1` = 14633, `spelltrigger_1` = 1 WHERE entry=16172;\n\n/*  Sergeant Major's Cape  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16315;\n\n/*  Sergeant's Insignia  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16334;\n\n/*  Senior Sergeant's Insignia  */\nUPDATE `item_template` SET `BuyPrice` = 40000, `SellPrice` = 10000, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16335;\n\n/*  Sergeant Major's Cape  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16336;\n\n/*  Sergeant Major's Cape  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16337;\n\n/*  First Sergeant's Cloak  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16340;\n\n/*  Sergeant's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 21425, `SellPrice` = 4285 WHERE entry=16341;\n\n/*  Sergeant's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 44154, `SellPrice` = 8830 WHERE entry=16342;\n\n/*  High Warlord's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 247416, `SellPrice` = 49483 WHERE entry=16345;\n\n/*  Knight-Lieutenant's Silk Boots  */\nUPDATE `item_template` SET `BuyPrice` = 42081, `SellPrice` = 8416 WHERE entry=16369;\n\n/*  Knight-Lieutenant's Silk Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 28261, `SellPrice` = 5652 WHERE entry=16391;\n\n/*  Knight-Lieutenant's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 53190, `SellPrice` = 10638 WHERE entry=16392;\n\n/*  Knight-Lieutenant's Dragonhide Footwraps  */\nUPDATE `item_template` SET `BuyPrice` = 53384, `SellPrice` = 10676 WHERE entry=16393;\n\n/*  Knight-Lieutenant's Leather Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 36942, `SellPrice` = 7388 WHERE entry=16396;\n\n/*  Knight-Lieutenant's Dragonhide Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 37072, `SellPrice` = 7414 WHERE entry=16397;\n\n/*  Knight-Lieutenant's Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 67983, `SellPrice` = 13596, `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16401;\n\n/*  Knight-Lieutenant's Chain Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 41118, `SellPrice` = 8223, `stat_value2` = 11, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16403;\n\n/*  Knight-Lieutenant's Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 41433, `SellPrice` = 8286 WHERE entry=16405;\n\n/*  Knight-Lieutenant's Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 27728, `SellPrice` = 5545 WHERE entry=16406;\n\n/*  Knight-Lieutenant's Lamellar Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 42068, `SellPrice` = 8413 WHERE entry=16409;\n\n/*  Knight-Lieutenant's Lamellar Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 28152, `SellPrice` = 5630 WHERE entry=16410;\n\n/*  Knight-Captain's Silk Raiment  */\nUPDATE `item_template` SET `BuyPrice` = 58463, `SellPrice` = 11692 WHERE entry=16413;\n\n/*  Knight-Captain's Silk Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 58676, `SellPrice` = 11735 WHERE entry=16414;\n\n/*  Lieutenant Commander's Silk Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 44167, `SellPrice` = 8833 WHERE entry=16415;\n\n/*  Lieutenant Commander's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 44322, `SellPrice` = 8864 WHERE entry=16416;\n\n/*  Knight-Captain's Leather Armor  */\nUPDATE `item_template` SET `BuyPrice` = 74137, `SellPrice` = 14827 WHERE entry=16417;\n\n/*  Lieutenant Commander's Leather Veil  */\nUPDATE `item_template` SET `BuyPrice` = 55802, `SellPrice` = 11160 WHERE entry=16418;\n\n/*  Knight-Captain's Leather Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 74670, `SellPrice` = 14934 WHERE entry=16419;\n\n/*  Lieutenant Commander's Leather Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 56197, `SellPrice` = 11239 WHERE entry=16420;\n\n/*  Knight-Captain's Dragonhide Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 75195, `SellPrice` = 15039 WHERE entry=16421;\n\n/*  Knight-Captain's Dragonhide Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 75461, `SellPrice` = 15092 WHERE entry=16422;\n\n/*  Lieutenant Commander's Dragonhide Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 51392, `SellPrice` = 10278 WHERE entry=16423;\n\n/*  Lieutenant Commander's Dragonhide Shroud  */\nUPDATE `item_template` SET `BuyPrice` = 51586, `SellPrice` = 10317 WHERE entry=16424;\n\n/*  Knight-Captain's Chain Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 82858, `SellPrice` = 16571, `stat_value2` = 16, `spellid_1` = 9334 WHERE entry=16425;\n\n/*  Knight-Captain's Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 83178, `SellPrice` = 16635, `stat_value1` = 18, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16426;\n\n/*  Lieutenant Commander's Chain Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 64619, `SellPrice` = 12923, `stat_value2` = 10, `spellid_1` = 9141 WHERE entry=16427;\n\n/*  Lieutenant Commander's Chain Helmet  */\nUPDATE `item_template` SET `BuyPrice` = 64573, `SellPrice` = 12914, `stat_value2` = 15, `spellid_1` = 9141 WHERE entry=16428;\n\n/*  Lieutenant Commander's Plate Helm  */\nUPDATE `item_template` SET `BuyPrice` = 43208, `SellPrice` = 8641 WHERE entry=16429;\n\n/*  Knight-Captain's Plate Chestguard  */\nUPDATE `item_template` SET `BuyPrice` = 57824, `SellPrice` = 11564 WHERE entry=16430;\n\n/*  Knight-Captain's Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 58031, `SellPrice` = 11606 WHERE entry=16431;\n\n/*  Lieutenant Commander's Plate Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 43683, `SellPrice` = 8736 WHERE entry=16432;\n\n/*  Knight-Captain's Lamellar Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 58457, `SellPrice` = 11691 WHERE entry=16433;\n\n/*  Lieutenant Commander's Lamellar Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 44003, `SellPrice` = 8800 WHERE entry=16434;\n\n/*  Knight-Captain's Lamellar Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 58878, `SellPrice` = 11775 WHERE entry=16435;\n\n/*  Lieutenant Commander's Lamellar Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 44318, `SellPrice` = 8863 WHERE entry=16436;\n\n/*  Marshal's Silk Footwraps  */\nUPDATE `item_template` SET `armor` = 115, `BuyPrice` = 87619, `SellPrice` = 17523 WHERE entry=16437;\n\n/*  Marshal's Silk Gloves  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 59036, `SellPrice` = 11807 WHERE entry=16440;\n\n/*  Field Marshal's Coronet  */\nUPDATE `item_template` SET `armor` = 162, `BuyPrice` = 102878, `SellPrice` = 20575 WHERE entry=16441;\n\n/*  Marshal's Silk Leggings  */\nUPDATE `item_template` SET `armor` = 155, `BuyPrice` = 118901, `SellPrice` = 23780 WHERE entry=16442;\n\n/*  Field Marshal's Silk Vestments  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 128464, `SellPrice` = 25692 WHERE entry=16443;\n\n/*  Field Marshal's Silk Spaulders  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 96713, `SellPrice` = 19342 WHERE entry=16444;\n\n/*  Marshal's Leather Footguards  */\nUPDATE `item_template` SET `armor` = 186, `BuyPrice` = 105206, `SellPrice` = 21041 WHERE entry=16446;\n\n/*  Marshal's Dragonhide Gauntlets  */\nUPDATE `item_template` SET `armor` = 173, `BuyPrice` = 70662, `SellPrice` = 14132 WHERE entry=16448;\n\n/*  Field Marshal's Dragonhide Spaulders  */\nUPDATE `item_template` SET `armor` = 215, `BuyPrice` = 123156, `SellPrice` = 24631 WHERE entry=16449;\n\n/*  Marshal's Dragonhide Legguards  */\nUPDATE `item_template` SET `armor` = 216, `BuyPrice` = 142360, `SellPrice` = 28472, `spelltrigger_2` = 0 WHERE entry=16450;\n\n/*  Field Marshal's Dragonhide Helmet  */\nUPDATE `item_template` SET `armor` = 209, `BuyPrice` = 124055, `SellPrice` = 24811 WHERE entry=16451;\n\n/*  Field Marshal's Dragonhide Breastplate  */\nUPDATE `item_template` SET `armor` = 260, `BuyPrice` = 166014, `SellPrice` = 33202, `spelltrigger_3` = 0 WHERE entry=16452;\n\n/*  Field Marshal's Leather Chestpiece  */\nUPDATE `item_template` SET `armor` = 260, `BuyPrice` = 166621, `SellPrice` = 33324 WHERE entry=16453;\n\n/*  Marshal's Leather Handgrips  */\nUPDATE `item_template` SET `armor` = 193, `BuyPrice` = 72222, `SellPrice` = 14444 WHERE entry=16454;\n\n/*  Field Marshal's Leather Mask  */\nUPDATE `item_template` SET `armor` = 229, `BuyPrice` = 125864, `SellPrice` = 25172, `spelltrigger_3` = 0 WHERE entry=16455;\n\n/*  Marshal's Leather Leggings  */\nUPDATE `item_template` SET `armor` = 236, `BuyPrice` = 145493, `SellPrice` = 29098 WHERE entry=16456;\n\n/*  Field Marshal's Leather Epaulets  */\nUPDATE `item_template` SET `armor` = 215, `BuyPrice` = 126763, `SellPrice` = 25352 WHERE entry=16457;\n\n/*  Marshal's Dragonhide Boots  */\nUPDATE `item_template` SET `armor` = 176, `BuyPrice` = 102463, `SellPrice` = 20492 WHERE entry=16459;\n\n/*  Marshal's Chain Boots  */\nUPDATE `item_template` SET `armor` = 361, `BuyPrice` = 124912, `SellPrice` = 24982, `stat_value2` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16462;\n\n/*  Marshal's Chain Grips  */\nUPDATE `item_template` SET `armor` = 323, `BuyPrice` = 83221, `SellPrice` = 16644, `stat_value2` = 21, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16463;\n\n/*  Field Marshal's Chain Helm  */\nUPDATE `item_template` SET `armor` = 432, `BuyPrice` = 145586, `SellPrice` = 29117, `stat_value2` = 34, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16465;\n\n/*  Field Marshal's Chain Breastplate  */\nUPDATE `item_template` SET `armor` = 520, `BuyPrice` = 194844, `SellPrice` = 38968, `stat_value2` = 34, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16466;\n\n/*  Marshal's Chain Legguards  */\nUPDATE `item_template` SET `armor` = 446, `BuyPrice` = 168943, `SellPrice` = 33788, `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=16467;\n\n/*  Field Marshal's Chain Spaulders  */\nUPDATE `item_template` SET `armor` = 403, `BuyPrice` = 147880, `SellPrice` = 29576, `stat_value2` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16468;\n\n/*  Marshal's Lamellar Gloves  */\nUPDATE `item_template` SET `armor` = 502, `BuyPrice` = 57148, `SellPrice` = 11429 WHERE entry=16471;\n\n/*  Marshal's Lamellar Boots  */\nUPDATE `item_template` SET `armor` = 552, `BuyPrice` = 86028, `SellPrice` = 17205 WHERE entry=16472;\n\n/*  Field Marshal's Lamellar Chestplate  */\nUPDATE `item_template` SET `armor` = 835, `BuyPrice` = 133270, `SellPrice` = 26654 WHERE entry=16473;\n\n/*  Field Marshal's Lamellar Faceguard  */\nUPDATE `item_template` SET `armor` = 679, `BuyPrice` = 100317, `SellPrice` = 20063 WHERE entry=16474;\n\n/*  Marshal's Lamellar Legplates  */\nUPDATE `item_template` SET `armor` = 703, `BuyPrice` = 118969, `SellPrice` = 23793 WHERE entry=16475;\n\n/*  Field Marshal's Lamellar Pauldrons  */\nUPDATE `item_template` SET `armor` = 626, `BuyPrice` = 93787, `SellPrice` = 18757 WHERE entry=16476;\n\n/*  Field Marshal's Plate Armor  */\nUPDATE `item_template` SET `armor` = 875, `BuyPrice` = 125536, `SellPrice` = 25107 WHERE entry=16477;\n\n/*  Field Marshal's Plate Helm  */\nUPDATE `item_template` SET `armor` = 719, `BuyPrice` = 94516, `SellPrice` = 18903 WHERE entry=16478;\n\n/*  Marshal's Plate Legguards  */\nUPDATE `item_template` SET `armor` = 743, `BuyPrice` = 109282, `SellPrice` = 21856 WHERE entry=16479;\n\n/*  Field Marshal's Plate Shoulderguards  */\nUPDATE `item_template` SET `armor` = 626, `BuyPrice` = 95235, `SellPrice` = 19047 WHERE entry=16480;\n\n/*  Marshal's Plate Boots  */\nUPDATE `item_template` SET `armor` = 592, `BuyPrice` = 83212, `SellPrice` = 16642 WHERE entry=16483;\n\n/*  Marshal's Plate Gauntlets  */\nUPDATE `item_template` SET `armor` = 532, `BuyPrice` = 55679, `SellPrice` = 11135 WHERE entry=16484;\n\n/*  Blood Guard's Silk Footwraps  */\nUPDATE `item_template` SET `BuyPrice` = 42556, `SellPrice` = 8511 WHERE entry=16485;\n\n/*  First Sergeant's Silk Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 28477, `SellPrice` = 5695 WHERE entry=16486;\n\n/*  Blood Guard's Silk Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 28584, `SellPrice` = 5716 WHERE entry=16487;\n\n/*  Champion's Silk Hood  */\nUPDATE `item_template` SET `BuyPrice` = 43191, `SellPrice` = 8638 WHERE entry=16489;\n\n/*  Legionnaire's Silk Pants  */\nUPDATE `item_template` SET `BuyPrice` = 57801, `SellPrice` = 11560 WHERE entry=16490;\n\n/*  Legionnaire's Silk Robes  */\nUPDATE `item_template` SET `BuyPrice` = 59534, `SellPrice` = 11906 WHERE entry=16491;\n\n/*  Champion's Silk Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 44810, `SellPrice` = 8962 WHERE entry=16492;\n\n/*  Blood Guard's Dragonhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 56412, `SellPrice` = 11282 WHERE entry=16494;\n\n/*  Blood Guard's Dragonhide Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 34268, `SellPrice` = 6853 WHERE entry=16496;\n\n/*  First Sergeant's Leather Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 34402, `SellPrice` = 6880 WHERE entry=16497;\n\n/*  Blood Guard's Leather Treads  */\nUPDATE `item_template` SET `BuyPrice` = 51802, `SellPrice` = 10360 WHERE entry=16498;\n\n/*  Blood Guard's Leather Vices  */\nUPDATE `item_template` SET `BuyPrice` = 34664, `SellPrice` = 6932 WHERE entry=16499;\n\n/*  Champion's Dragonhide Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 52396, `SellPrice` = 10479 WHERE entry=16501;\n\n/*  Legionnaire's Dragonhide Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 70128, `SellPrice` = 14025 WHERE entry=16502;\n\n/*  Champion's Dragonhide Helm  */\nUPDATE `item_template` SET `BuyPrice` = 52790, `SellPrice` = 10558 WHERE entry=16503;\n\n/*  Legionnaire's Dragonhide Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 70653, `SellPrice` = 14130 WHERE entry=16504;\n\n/*  Legionnaire's Leather Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 70920, `SellPrice` = 14184 WHERE entry=16505;\n\n/*  Champion's Leather Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 53384, `SellPrice` = 10676 WHERE entry=16506;\n\n/*  Champion's Leather Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 55014, `SellPrice` = 11002 WHERE entry=16507;\n\n/*  Legionnaire's Leather Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 73619, `SellPrice` = 14723 WHERE entry=16508;\n\n/*  Blood Guard's Plate Boots  */\nUPDATE `item_template` SET `BuyPrice` = 44331, `SellPrice` = 8866 WHERE entry=16509;\n\n/*  Blood Guard's Plate Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 29657, `SellPrice` = 5931 WHERE entry=16510;\n\n/*  Legionnaire's Plate Armor  */\nUPDATE `item_template` SET `BuyPrice` = 59955, `SellPrice` = 11991 WHERE entry=16513;\n\n/*  Champion's Plate Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 45121, `SellPrice` = 9024 WHERE entry=16514;\n\n/*  Legionnaire's Plate Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 60375, `SellPrice` = 12075 WHERE entry=16515;\n\n/*  Champion's Plate Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 41118, `SellPrice` = 8223 WHERE entry=16516;\n\n/*  Blood Guard's Mail Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 62426, `SellPrice` = 12485 WHERE entry=16518;\n\n/*  Blood Guard's Mail Grips  */\nUPDATE `item_template` SET `BuyPrice` = 41593, `SellPrice` = 8318 WHERE entry=16519;\n\n/*  Champion's Mail Helm  */\nUPDATE `item_template` SET `BuyPrice` = 62862, `SellPrice` = 12572 WHERE entry=16521;\n\n/*  Legionnaire's Mail Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 84136, `SellPrice` = 16827 WHERE entry=16522;\n\n/*  Legionnaire's Mail Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 86745, `SellPrice` = 17349 WHERE entry=16523;\n\n/*  Champion's Mail Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 65588, `SellPrice` = 13117 WHERE entry=16524;\n\n/*  Legionnaire's Chain Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 87375, `SellPrice` = 17475, `stat_value2` = 16, `spellid_1` = 9334 WHERE entry=16525;\n\n/*  Champion's Chain Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 65771, `SellPrice` = 13154, `stat_value2` = 15, `spellid_1` = 9141 WHERE entry=16526;\n\n/*  Legionnaire's Chain Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 88015, `SellPrice` = 17603, `stat_value1` = 18, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16527;\n\n/*  Champion's Chain Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 66545, `SellPrice` = 13309, `stat_value2` = 10, `spellid_1` = 9141 WHERE entry=16528;\n\n/*  Blood Guard's Chain Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 44482, `SellPrice` = 8896, `stat_value2` = 11, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16530;\n\n/*  Blood Guard's Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 67261, `SellPrice` = 13452, `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16531;\n\n/*  First Sergeant's Mail Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 44802, `SellPrice` = 8960 WHERE entry=16532;\n\n/*  Warlord's Silk Cowl  */\nUPDATE `item_template` SET `armor` = 162, `BuyPrice` = 102523, `SellPrice` = 20504 WHERE entry=16533;\n\n/*  General's Silk Trousers  */\nUPDATE `item_template` SET `armor` = 155, `BuyPrice` = 118504, `SellPrice` = 23700 WHERE entry=16534;\n\n/*  Warlord's Silk Raiment  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 137669, `SellPrice` = 27533 WHERE entry=16535;\n\n/*  Warlord's Silk Amice  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 93758, `SellPrice` = 18751 WHERE entry=16536;\n\n/*  General's Silk Boots  */\nUPDATE `item_template` SET `armor` = 115, `BuyPrice` = 84182, `SellPrice` = 16836 WHERE entry=16539;\n\n/*  General's Silk Handguards  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 56325, `SellPrice` = 11265 WHERE entry=16540;\n\n/*  Warlord's Plate Armor  */\nUPDATE `item_template` SET `armor` = 875, `BuyPrice` = 130894, `SellPrice` = 26178 WHERE entry=16541;\n\n/*  Warlord's Plate Headpiece  */\nUPDATE `item_template` SET `armor` = 719, `BuyPrice` = 98535, `SellPrice` = 19707 WHERE entry=16542;\n\n/*  General's Plate Leggings  */\nUPDATE `item_template` SET `armor` = 743, `BuyPrice` = 113910, `SellPrice` = 22782 WHERE entry=16543;\n\n/*  Warlord's Plate Shoulders  */\nUPDATE `item_template` SET `armor` = 626, `BuyPrice` = 99253, `SellPrice` = 19850 WHERE entry=16544;\n\n/*  General's Plate Boots  */\nUPDATE `item_template` SET `armor` = 592, `BuyPrice` = 86054, `SellPrice` = 17210 WHERE entry=16545;\n\n/*  General's Plate Gauntlets  */\nUPDATE `item_template` SET `armor` = 532, `BuyPrice` = 57993, `SellPrice` = 11598 WHERE entry=16548;\n\n/*  Warlord's Dragonhide Hauberk  */\nUPDATE `item_template` SET `armor` = 260, `BuyPrice` = 168443, `SellPrice` = 33688, `spelltrigger_3` = 0 WHERE entry=16549;\n\n/*  Warlord's Dragonhide Helmet  */\nUPDATE `item_template` SET `armor` = 209, `BuyPrice` = 126788, `SellPrice` = 25357 WHERE entry=16550;\n\n/*  Warlord's Dragonhide Epaulets  */\nUPDATE `item_template` SET `armor` = 215, `BuyPrice` = 127243, `SellPrice` = 25448 WHERE entry=16551;\n\n/*  General's Dragonhide Leggings  */\nUPDATE `item_template` SET `armor` = 216, `BuyPrice` = 147067, `SellPrice` = 29413, `spelltrigger_2` = 0 WHERE entry=16552;\n\n/*  General's Dragonhide Boots  */\nUPDATE `item_template` SET `armor` = 176, `BuyPrice` = 111087, `SellPrice` = 22217 WHERE entry=16554;\n\n/*  General's Dragonhide Gloves  */\nUPDATE `item_template` SET `armor` = 173, `BuyPrice` = 69095, `SellPrice` = 13819 WHERE entry=16555;\n\n/*  General's Leather Treads  */\nUPDATE `item_template` SET `armor` = 186, `BuyPrice` = 104823, `SellPrice` = 20964 WHERE entry=16558;\n\n/*  General's Leather Mitts  */\nUPDATE `item_template` SET `armor` = 193, `BuyPrice` = 70400, `SellPrice` = 14080 WHERE entry=16560;\n\n/*  Warlord's Leather Helm  */\nUPDATE `item_template` SET `armor` = 229, `BuyPrice` = 122700, `SellPrice` = 24540, `spelltrigger_3` = 0 WHERE entry=16561;\n\n/*  Warlord's Leather Spaulders  */\nUPDATE `item_template` SET `armor` = 215, `BuyPrice` = 123156, `SellPrice` = 24631 WHERE entry=16562;\n\n/*  Warlord's Leather Breastplate  */\nUPDATE `item_template` SET `armor` = 260, `BuyPrice` = 164799, `SellPrice` = 32959 WHERE entry=16563;\n\n/*  General's Leather Legguards  */\nUPDATE `item_template` SET `armor` = 236, `BuyPrice` = 142884, `SellPrice` = 28576 WHERE entry=16564;\n\n/*  Warlord's Chain Chestpiece  */\nUPDATE `item_template` SET `armor` = 520, `BuyPrice` = 199217, `SellPrice` = 39843, `stat_value1` = 34, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16565;\n\n/*  Warlord's Chain Helmet  */\nUPDATE `item_template` SET `armor` = 432, `BuyPrice` = 149959, `SellPrice` = 29991, `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16566;\n\n/*  General's Chain Legguards  */\nUPDATE `item_template` SET `armor` = 446, `BuyPrice` = 173333, `SellPrice` = 34666, `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=16567;\n\n/*  Warlord's Chain Shoulders  */\nUPDATE `item_template` SET `armor` = 403, `BuyPrice` = 151709, `SellPrice` = 30341, `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16568;\n\n/*  General's Chain Boots  */\nUPDATE `item_template` SET `armor` = 361, `BuyPrice` = 131526, `SellPrice` = 26305, `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16569;\n\n/*  General's Chain Gloves  */\nUPDATE `item_template` SET `armor` = 323, `BuyPrice` = 81655, `SellPrice` = 16331, `stat_value1` = 21, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16571;\n\n/*  General's Mail Boots  */\nUPDATE `item_template` SET `armor` = 311, `BuyPrice` = 123976, `SellPrice` = 24795 WHERE entry=16573;\n\n/*  General's Mail Gauntlets  */\nUPDATE `item_template` SET `armor` = 353, `BuyPrice` = 82591, `SellPrice` = 16518 WHERE entry=16574;\n\n/*  Warlord's Mail Armor  */\nUPDATE `item_template` SET `armor` = 470, `BuyPrice` = 193406, `SellPrice` = 38681, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=16577;\n\n/*  Warlord's Mail Helm  */\nUPDATE `item_template` SET `armor` = 382, `BuyPrice` = 145586, `SellPrice` = 29117, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=16578;\n\n/*  General's Mail Leggings  */\nUPDATE `item_template` SET `armor` = 396, `BuyPrice` = 168313, `SellPrice` = 33662 WHERE entry=16579;\n\n/*  Warlord's Mail Spaulders  */\nUPDATE `item_template` SET `armor` = 353, `BuyPrice` = 147331, `SellPrice` = 29466 WHERE entry=16580;\n\n/*  Moon Robes of Elune  */\nUPDATE `item_template` SET `BuyPrice` = 86 WHERE entry=16604;\n\n/*  Acolyte's Sacrificial Robes  */\nUPDATE `item_template` SET `BuyPrice` = 80, `SellPrice` = 16 WHERE entry=16607;\n\n/*  Aquarius Belt  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 40, `BuyPrice` = 969, `SellPrice` = 193, `ItemLevel` = 16, `MaxDurability` = 20, `stat_type1` = 7, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 2, `DisenchantID` = 2, `spellid_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16608;\n\n/*  Thornflinger  */\nUPDATE `item_template` SET `BuyPrice` = 136535, `dmg_min1` = 52.0, `dmg_max1` = 97.0 WHERE entry=16622;\n\n/*  Opaline Medallion  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=16623;\n\n/*  Wildhunter Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 8246 WHERE entry=16658;\n\n/*  Soft Willow Cape  */\nUPDATE `item_template` SET `BuyPrice` = 4828, `SellPrice` = 965 WHERE entry=16661;\n\n/*  Ornate Bracers  */\nUPDATE `item_template` SET `armor` = 128, `BuyPrice` = 46171, `MaxDurability` = 35 WHERE entry=16664;\n\n/*  Vest of Elements  */\nUPDATE `item_template` SET `BuyPrice` = 179813, `SellPrice` = 35962, `DisenchantID` = 49 WHERE entry=16666;\n\n/*  Coif of Elements  */\nUPDATE `item_template` SET `BuyPrice` = 128894, `SellPrice` = 25778, `DisenchantID` = 49 WHERE entry=16667;\n\n/*  Kilt of Elements  */\nUPDATE `item_template` SET `BuyPrice` = 152707, `SellPrice` = 30541, `DisenchantID` = 49 WHERE entry=16668;\n\n/*  Pauldrons of Elements  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16669;\n\n/*  Beaststalker's Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 172177, `SellPrice` = 34435, `stat_value1` = 21, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16674;\n\n/*  Beaststalker's Boots  */\nUPDATE `item_template` SET `stat_value1` = 21, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16675;\n\n/*  Beaststalker's Gloves  */\nUPDATE `item_template` SET `stat_value1` = 14, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16676;\n\n/*  Beaststalker's Cap  */\nUPDATE `item_template` SET `BuyPrice` = 124341, `SellPrice` = 24868, `stat_value1` = 20, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16677;\n\n/*  Beaststalker's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 158473, `SellPrice` = 31694, `stat_value1` = 26, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16678;\n\n/*  Beaststalker's Mantle  */\nUPDATE `item_template` SET `stat_value2` = 11, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16679;\n\n/*  Beaststalker's Belt  */\nUPDATE `item_template` SET `stat_type1` = 6, `stat_value2` = 10, `stat_type4` = 4, `stat_value4` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16680;\n\n/*  Beaststalker's Bindings  */\nUPDATE `item_template` SET `stat_value1` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16681;\n\n/*  Magister's Crown  */\nUPDATE `item_template` SET `BuyPrice` = 79562, `SellPrice` = 15912, `DisenchantID` = 49 WHERE entry=16686;\n\n/*  Magister's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 101408, `SellPrice` = 20281, `DisenchantID` = 49 WHERE entry=16687;\n\n/*  Magister's Robes  */\nUPDATE `item_template` SET `BuyPrice` = 112228, `SellPrice` = 22445, `DisenchantID` = 49 WHERE entry=16688;\n\n/*  Magister's Mantle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16689;\n\n/*  Devout Robe  */\nUPDATE `item_template` SET `BuyPrice` = 113080, `SellPrice` = 22616, `DisenchantID` = 49 WHERE entry=16690;\n\n/*  Devout Crown  */\nUPDATE `item_template` SET `BuyPrice` = 81676, `SellPrice` = 16335, `DisenchantID` = 49 WHERE entry=16693;\n\n/*  Devout Skirt  */\nUPDATE `item_template` SET `BuyPrice` = 104103, `SellPrice` = 20820, `DisenchantID` = 49 WHERE entry=16694;\n\n/*  Devout Mantle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16695;\n\n/*  Devout Belt  */\nUPDATE `item_template` SET `BuyPrice` = 45292 WHERE entry=16696;\n\n/*  Devout Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 42886 WHERE entry=16697;\n\n/*  Dreadmist Mask  */\nUPDATE `item_template` SET `BuyPrice` = 83182, `SellPrice` = 16636, `DisenchantID` = 49 WHERE entry=16698;\n\n/*  Dreadmist Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 106014, `SellPrice` = 21202, `DisenchantID` = 49 WHERE entry=16699;\n\n/*  Dreadmist Robe  */\nUPDATE `item_template` SET `BuyPrice` = 120358, `SellPrice` = 24071, `DisenchantID` = 49 WHERE entry=16700;\n\n/*  Dreadmist Mantle  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16701;\n\n/*  Dreadmist Belt  */\nUPDATE `item_template` SET `BuyPrice` = 42964, `SellPrice` = 8592 WHERE entry=16702;\n\n/*  Wildheart Vest  */\nUPDATE `item_template` SET `BuyPrice` = 139205, `SellPrice` = 27841, `DisenchantID` = 49 WHERE entry=16706;\n\n/*  Shadowcraft Cap  */\nUPDATE `item_template` SET `BuyPrice` = 99813, `SellPrice` = 19962, `stat_type3` = 4, `stat_value3` = 13, `stat_type4` = 6, `DisenchantID` = 49 WHERE entry=16707;\n\n/*  Shadowcraft Spaulders  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16708;\n\n/*  Shadowcraft Pants  */\nUPDATE `item_template` SET `BuyPrice` = 127712, `SellPrice` = 25542, `DisenchantID` = 49 WHERE entry=16709;\n\n/*  Shadowcraft Gloves  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 10, `stat_type4` = 4 WHERE entry=16712;\n\n/*  Shadowcraft Belt  */\nUPDATE `item_template` SET `BuyPrice` = 55984, `SellPrice` = 11196, `stat_type3` = 6, `stat_type4` = 4, `stat_value4` = 9 WHERE entry=16713;\n\n/*  Wildheart Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 53012 WHERE entry=16714;\n\n/*  Wildheart Belt  */\nUPDATE `item_template` SET `BuyPrice` = 58104, `SellPrice` = 11620 WHERE entry=16716;\n\n/*  Wildheart Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 61223 WHERE entry=16717;\n\n/*  Wildheart Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 96772, `stat_type1` = 5, `stat_value1` = 18, `stat_type2` = 7, `stat_value2` = 9, `stat_type3` = 6, `stat_value3` = 8, `DisenchantID` = 49 WHERE entry=16718;\n\n/*  Wildheart Kilt  */\nUPDATE `item_template` SET `BuyPrice` = 135964, `SellPrice` = 27192, `DisenchantID` = 49 WHERE entry=16719;\n\n/*  Wildheart Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 107453, `SellPrice` = 21490, `DisenchantID` = 49 WHERE entry=16720;\n\n/*  Shadowcraft Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 150952, `SellPrice` = 30190, `stat_type3` = 6, `DisenchantID` = 49 WHERE entry=16721;\n\n/*  Lightforge Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 40528, `SellPrice` = 8105 WHERE entry=16722;\n\n/*  Lightforge Belt  */\nUPDATE `item_template` SET `BuyPrice` = 43127, `SellPrice` = 8625 WHERE entry=16723;\n\n/*  Lightforge Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 45459, `SellPrice` = 9091 WHERE entry=16724;\n\n/*  Lightforge Boots  */\nUPDATE `item_template` SET `BuyPrice` = 68444, `SellPrice` = 13688 WHERE entry=16725;\n\n/*  Lightforge Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 111353, `SellPrice` = 22270, `DisenchantID` = 49 WHERE entry=16726;\n\n/*  Lightforge Helm  */\nUPDATE `item_template` SET `BuyPrice` = 79842, `SellPrice` = 15968, `DisenchantID` = 49 WHERE entry=16727;\n\n/*  Lightforge Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 101773, `SellPrice` = 20354, `DisenchantID` = 49 WHERE entry=16728;\n\n/*  Lightforge Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 72964, `SellPrice` = 14592, `DisenchantID` = 49 WHERE entry=16729;\n\n/*  Breastplate of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 113045, `SellPrice` = 22609, `DisenchantID` = 49 WHERE entry=16730;\n\n/*  Helm of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 81051, `SellPrice` = 16210, `DisenchantID` = 49 WHERE entry=16731;\n\n/*  Legplates of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 106066, `SellPrice` = 21213, `DisenchantID` = 49 WHERE entry=16732;\n\n/*  Spaulders of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 76038, `SellPrice` = 15207, `DisenchantID` = 49 WHERE entry=16733;\n\n/*  Boots of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 72680, `SellPrice` = 14536 WHERE entry=16734;\n\n/*  Bracers of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 43690, `SellPrice` = 8738 WHERE entry=16735;\n\n/*  Belt of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 46475, `SellPrice` = 9295 WHERE entry=16736;\n\n/*  Gauntlets of Valor  */\nUPDATE `item_template` SET `BuyPrice` = 48974, `SellPrice` = 9794 WHERE entry=16737;\n\n/*  Witherseed Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 19468, `SellPrice` = 3893 WHERE entry=16738;\n\n/*  Rugwood Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 36502, `SellPrice` = 7300 WHERE entry=16739;\n\n/*  Shredder Operating Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 4712, `SellPrice` = 942, `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16740;\n\n/*  Oilrag Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 5890, `SellPrice` = 1178 WHERE entry=16741;\n\n/*  Captain Rackmore's Wheel  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=16788;\n\n/*  Captain Rackmore's Tiller  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=16789;\n\n/*  Silkstream Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 9561 WHERE entry=16791;\n\n/*  Giant Club  */\nUPDATE `item_template` SET `BuyPrice` = 44430, `dmg_min1` = 26.0, `dmg_max1` = 49.0, `MaxDurability` = 75 WHERE entry=16792;\n\n/*  Arcmetal Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 21765 WHERE entry=16793;\n\n/*  Gripsteel Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 13525, `SellPrice` = 2705 WHERE entry=16794;\n\n/*  Arcanist Crown  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 136797, `SellPrice` = 27359 WHERE entry=16795;\n\n/*  Arcanist Leggings  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 169953, `SellPrice` = 33990 WHERE entry=16796;\n\n/*  Arcanist Mantle  */\nUPDATE `item_template` SET `armor` = 76, `BuyPrice` = 127958, `SellPrice` = 25591 WHERE entry=16797;\n\n/*  Arcanist Robes  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 171269, `SellPrice` = 34253 WHERE entry=16798;\n\n/*  Arcanist Bindings  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 85963, `SellPrice` = 17192 WHERE entry=16799;\n\n/*  Arcanist Boots  */\nUPDATE `item_template` SET `armor` = 70, `BuyPrice` = 129425, `SellPrice` = 25885 WHERE entry=16800;\n\n/*  Arcanist Gloves  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 86612, `SellPrice` = 17322 WHERE entry=16801;\n\n/*  Arcanist Belt  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 86941, `SellPrice` = 17388 WHERE entry=16802;\n\n/*  Felheart Slippers  */\nUPDATE `item_template` SET `armor` = 70, `BuyPrice` = 130905, `SellPrice` = 26181 WHERE entry=16803;\n\n/*  Felheart Bracers  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 87589, `SellPrice` = 17517 WHERE entry=16804;\n\n/*  Felheart Gloves  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 87918, `SellPrice` = 17583 WHERE entry=16805;\n\n/*  Felheart Belt  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 88247, `SellPrice` = 17649, `spelltrigger_2` = 0 WHERE entry=16806;\n\n/*  Felheart Shoulder Pads  */\nUPDATE `item_template` SET `armor` = 76, `BuyPrice` = 132864, `SellPrice` = 26572 WHERE entry=16807;\n\n/*  Felheart Horns  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 133344, `SellPrice` = 26668 WHERE entry=16808;\n\n/*  Felheart Robes  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 178450, `SellPrice` = 35690 WHERE entry=16809;\n\n/*  Felheart Pants  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 179108, `SellPrice` = 35821 WHERE entry=16810;\n\n/*  Boots of Prophecy  */\nUPDATE `item_template` SET `armor` = 70, `BuyPrice` = 134811, `SellPrice` = 26962 WHERE entry=16811;\n\n/*  Gloves of Prophecy  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 90203, `SellPrice` = 18040 WHERE entry=16812;\n\n/*  Circlet of Prophecy  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 139330, `SellPrice` = 27866 WHERE entry=16813;\n\n/*  Pants of Prophecy  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 186432, `SellPrice` = 37286 WHERE entry=16814;\n\n/*  Robes of Prophecy  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 169278, `SellPrice` = 33855 WHERE entry=16815;\n\n/*  Mantle of Prophecy  */\nUPDATE `item_template` SET `armor` = 76, `BuyPrice` = 127452, `SellPrice` = 25490 WHERE entry=16816;\n\n/*  Girdle of Prophecy  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 85296, `SellPrice` = 17059 WHERE entry=16817;\n\n/*  Netherwind Belt  */\nUPDATE `item_template` SET `armor` = 65, `BuyPrice` = 139475, `SellPrice` = 27895 WHERE entry=16818;\n\n/*  Vambraces of Prophecy  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 85945, `SellPrice` = 17189 WHERE entry=16819;\n\n/*  Nightslayer Chestpiece  */\nUPDATE `item_template` SET `armor` = 200, `BuyPrice` = 215686, `SellPrice` = 43137 WHERE entry=16820;\n\n/*  Nightslayer Cover  */\nUPDATE `item_template` SET `armor` = 163, `BuyPrice` = 162381, `SellPrice` = 32476 WHERE entry=16821;\n\n/*  Nightslayer Pants  */\nUPDATE `item_template` SET `armor` = 175, `BuyPrice` = 217330, `SellPrice` = 43466 WHERE entry=16822;\n\n/*  Nightslayer Shoulder Pads  */\nUPDATE `item_template` SET `armor` = 150, `BuyPrice` = 163597, `SellPrice` = 32719 WHERE entry=16823;\n\n/*  Nightslayer Boots  */\nUPDATE `item_template` SET `armor` = 138, `BuyPrice` = 164214, `SellPrice` = 32842 WHERE entry=16824;\n\n/*  Nightslayer Bracelets  */\nUPDATE `item_template` SET `armor` = 88, `BuyPrice` = 109887, `SellPrice` = 21977 WHERE entry=16825;\n\n/*  Nightslayer Gloves  */\nUPDATE `item_template` SET `armor` = 125, `BuyPrice` = 110287, `SellPrice` = 22057 WHERE entry=16826;\n\n/*  Nightslayer Belt  */\nUPDATE `item_template` SET `armor` = 113, `BuyPrice` = 110698, `SellPrice` = 22139 WHERE entry=16827;\n\n/*  Cenarion Belt  */\nUPDATE `item_template` SET `armor` = 113, `BuyPrice` = 111109, `SellPrice` = 22221 WHERE entry=16828;\n\n/*  Cenarion Boots  */\nUPDATE `item_template` SET `armor` = 138, `BuyPrice` = 171697, `SellPrice` = 34339 WHERE entry=16829;\n\n/*  Cenarion Bracers  */\nUPDATE `item_template` SET `armor` = 88, `BuyPrice` = 114864, `SellPrice` = 22972 WHERE entry=16830;\n\n/*  Cenarion Gloves  */\nUPDATE `item_template` SET `armor` = 125, `BuyPrice` = 115275, `SellPrice` = 23055 WHERE entry=16831;\n\n/*  Bloodfang Spaulders  */\nUPDATE `item_template` SET `armor` = 169, `BuyPrice` = 282662, `SellPrice` = 56532 WHERE entry=16832;\n\n/*  Cenarion Vestments  */\nUPDATE `item_template` SET `armor` = 200, `BuyPrice` = 232195, `SellPrice` = 46439 WHERE entry=16833;\n\n/*  Cenarion Helm  */\nUPDATE `item_template` SET `armor` = 163, `BuyPrice` = 174746, `SellPrice` = 34949 WHERE entry=16834;\n\n/*  Cenarion Leggings  */\nUPDATE `item_template` SET `armor` = 175, `BuyPrice` = 211575, `SellPrice` = 42315 WHERE entry=16835;\n\n/*  Cenarion Spaulders  */\nUPDATE `item_template` SET `armor` = 150, `BuyPrice` = 159298, `SellPrice` = 31859 WHERE entry=16836;\n\n/*  Earthfury Boots  */\nUPDATE `item_template` SET `armor` = 290, `BuyPrice` = 192750, `SellPrice` = 38550 WHERE entry=16837;\n\n/*  Earthfury Belt  */\nUPDATE `item_template` SET `armor` = 237, `BuyPrice` = 128411, `SellPrice` = 25682 WHERE entry=16838;\n\n/*  Earthfury Gauntlets  */\nUPDATE `item_template` SET `armor` = 264, `BuyPrice` = 128905, `SellPrice` = 25781 WHERE entry=16839;\n\n/*  Earthfury Bracers  */\nUPDATE `item_template` SET `armor` = 185, `BuyPrice` = 129398, `SellPrice` = 25879 WHERE entry=16840;\n\n/*  Earthfury Vestments  */\nUPDATE `item_template` SET `armor` = 422, `BuyPrice` = 259783, `SellPrice` = 51956 WHERE entry=16841;\n\n/*  Earthfury Helmet  */\nUPDATE `item_template` SET `armor` = 343, `BuyPrice` = 195557, `SellPrice` = 39111 WHERE entry=16842;\n\n/*  Earthfury Legguards  */\nUPDATE `item_template` SET `armor` = 369, `BuyPrice` = 261730, `SellPrice` = 52346 WHERE entry=16843;\n\n/*  Earthfury Epaulets  */\nUPDATE `item_template` SET `armor` = 317, `BuyPrice` = 197913, `SellPrice` = 39582 WHERE entry=16844;\n\n/*  Giantstalker's Breastplate  */\nUPDATE `item_template` SET `armor` = 422, `BuyPrice` = 270742, `SellPrice` = 54148, `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16845;\n\n/*  Giantstalker's Helmet  */\nUPDATE `item_template` SET `armor` = 343, `BuyPrice` = 203796, `SellPrice` = 40759, `stat_value1` = 23, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16846;\n\n/*  Giantstalker's Leggings  */\nUPDATE `item_template` SET `armor` = 369, `BuyPrice` = 272715, `SellPrice` = 54543, `stat_value1` = 32, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16847;\n\n/*  Giantstalker's Epaulets  */\nUPDATE `item_template` SET `armor` = 317, `BuyPrice` = 206188, `SellPrice` = 41237, `stat_value1` = 24, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16848;\n\n/*  Giantstalker's Boots  */\nUPDATE `item_template` SET `armor` = 290, `BuyPrice` = 206912, `SellPrice` = 41382, `stat_value1` = 28, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16849;\n\n/*  Giantstalker's Bracers  */\nUPDATE `item_template` SET `armor` = 185, `BuyPrice` = 137824, `SellPrice` = 27564, `stat_value1` = 20, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16850;\n\n/*  Giantstalker's Belt  */\nUPDATE `item_template` SET `armor` = 237, `BuyPrice` = 138317, `SellPrice` = 27663, `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16851;\n\n/*  Giantstalker's Gloves  */\nUPDATE `item_template` SET `armor` = 264, `BuyPrice` = 138810, `SellPrice` = 27762, `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16852;\n\n/*  Lawbringer Chestguard  */\nUPDATE `item_template` SET `armor` = 749, `BuyPrice` = 185721, `SellPrice` = 37144 WHERE entry=16853;\n\n/*  Lawbringer Helm  */\nUPDATE `item_template` SET `armor` = 608, `BuyPrice` = 139784, `SellPrice` = 27956 WHERE entry=16854;\n\n/*  Lawbringer Legplates  */\nUPDATE `item_template` SET `armor` = 655, `BuyPrice` = 169242, `SellPrice` = 33848 WHERE entry=16855;\n\n/*  Lawbringer Spaulders  */\nUPDATE `item_template` SET `armor` = 562, `BuyPrice` = 127425, `SellPrice` = 25485 WHERE entry=16856;\n\n/*  Lawbringer Bracers  */\nUPDATE `item_template` SET `armor` = 328, `BuyPrice` = 85270, `SellPrice` = 17054 WHERE entry=16857;\n\n/*  Lawbringer Belt  */\nUPDATE `item_template` SET `armor` = 421, `BuyPrice` = 85599, `SellPrice` = 17119 WHERE entry=16858;\n\n/*  Lawbringer Boots  */\nUPDATE `item_template` SET `armor` = 515, `BuyPrice` = 128891, `SellPrice` = 25778 WHERE entry=16859;\n\n/*  Lawbringer Gauntlets  */\nUPDATE `item_template` SET `armor` = 468, `BuyPrice` = 86247, `SellPrice` = 17249 WHERE entry=16860;\n\n/*  Bracers of Might  */\nUPDATE `item_template` SET `armor` = 328, `BuyPrice` = 88932, `SellPrice` = 17786 WHERE entry=16861;\n\n/*  Sabatons of Might  */\nUPDATE `item_template` SET `armor` = 515, `BuyPrice` = 133891, `SellPrice` = 26778 WHERE entry=16862;\n\n/*  Gauntlets of Might  */\nUPDATE `item_template` SET `armor` = 468, `BuyPrice` = 89589, `SellPrice` = 17917 WHERE entry=16863;\n\n/*  Belt of Might  */\nUPDATE `item_template` SET `armor` = 421, `BuyPrice` = 89909, `SellPrice` = 17981 WHERE entry=16864;\n\n/*  Breastplate of Might  */\nUPDATE `item_template` SET `armor` = 749, `BuyPrice` = 180477, `SellPrice` = 36095 WHERE entry=16865;\n\n/*  Helm of Might  */\nUPDATE `item_template` SET `armor` = 608, `BuyPrice` = 135851, `SellPrice` = 27170 WHERE entry=16866;\n\n/*  Legplates of Might  */\nUPDATE `item_template` SET `armor` = 655, `BuyPrice` = 181792, `SellPrice` = 36358 WHERE entry=16867;\n\n/*  Pauldrons of Might  */\nUPDATE `item_template` SET `armor` = 562, `BuyPrice` = 136824, `SellPrice` = 27364 WHERE entry=16868;\n\n/*  Braidfur Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 11271, `SellPrice` = 2254 WHERE entry=16873;\n\n/*  Claystone Shortsword  */\nUPDATE `item_template` SET `BuyPrice` = 8485 WHERE entry=16891;\n\n/*  Stormrage Chestguard  */\nUPDATE `item_template` SET `armor` = 225, `BuyPrice` = 356759, `SellPrice` = 71351 WHERE entry=16897;\n\n/*  Stormrage Boots  */\nUPDATE `item_template` SET `armor` = 154, `BuyPrice` = 268546, `SellPrice` = 53709 WHERE entry=16898;\n\n/*  Stormrage Handguards  */\nUPDATE `item_template` SET `armor` = 140, `BuyPrice` = 179700, `SellPrice` = 35940 WHERE entry=16899;\n\n/*  Stormrage Cover  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 270555, `SellPrice` = 54111 WHERE entry=16900;\n\n/*  Stormrage Legguards  */\nUPDATE `item_template` SET `armor` = 197, `BuyPrice` = 362079, `SellPrice` = 72415 WHERE entry=16901;\n\n/*  Stormrage Pauldrons  */\nUPDATE `item_template` SET `armor` = 169, `BuyPrice` = 272537, `SellPrice` = 54507 WHERE entry=16902;\n\n/*  Stormrage Belt  */\nUPDATE `item_template` SET `armor` = 126, `BuyPrice` = 182361, `SellPrice` = 36472 WHERE entry=16903;\n\n/*  Stormrage Bracers  */\nUPDATE `item_template` SET `armor` = 98, `BuyPrice` = 183030, `SellPrice` = 36606 WHERE entry=16904;\n\n/*  Bloodfang Chestpiece  */\nUPDATE `item_template` SET `armor` = 225, `BuyPrice` = 367400, `SellPrice` = 73480 WHERE entry=16905;\n\n/*  Bloodfang Boots  */\nUPDATE `item_template` SET `armor` = 154, `BuyPrice` = 276527, `SellPrice` = 55305 WHERE entry=16906;\n\n/*  Bloodfang Gloves  */\nUPDATE `item_template` SET `armor` = 140, `BuyPrice` = 185021, `SellPrice` = 37004, `spellid_1` = 7219 WHERE entry=16907;\n\n/*  Bloodfang Hood  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 278536, `SellPrice` = 55707 WHERE entry=16908;\n\n/*  Bloodfang Pants  */\nUPDATE `item_template` SET `armor` = 197, `BuyPrice` = 346046, `SellPrice` = 69209 WHERE entry=16909;\n\n/*  Bloodfang Belt  */\nUPDATE `item_template` SET `armor` = 126, `BuyPrice` = 173692, `SellPrice` = 34738 WHERE entry=16910;\n\n/*  Bloodfang Bracers  */\nUPDATE `item_template` SET `armor` = 98, `BuyPrice` = 174362, `SellPrice` = 34872 WHERE entry=16911;\n\n/*  Netherwind Boots  */\nUPDATE `item_template` SET `armor` = 80, `BuyPrice` = 210038, `SellPrice` = 42007 WHERE entry=16912;\n\n/*  Netherwind Gloves  */\nUPDATE `item_template` SET `armor` = 72, `BuyPrice` = 140546, `SellPrice` = 28109 WHERE entry=16913;\n\n/*  Netherwind Crown  */\nUPDATE `item_template` SET `armor` = 94, `BuyPrice` = 211623, `SellPrice` = 42324 WHERE entry=16914;\n\n/*  Netherwind Pants  */\nUPDATE `item_template` SET `armor` = 101, `BuyPrice` = 283236, `SellPrice` = 56647 WHERE entry=16915;\n\n/*  Netherwind Robes  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 284307, `SellPrice` = 56861 WHERE entry=16916;\n\n/*  Netherwind Mantle  */\nUPDATE `item_template` SET `armor` = 87, `BuyPrice` = 214012, `SellPrice` = 42802 WHERE entry=16917;\n\n/*  Netherwind Bindings  */\nUPDATE `item_template` SET `armor` = 51, `BuyPrice` = 143210, `SellPrice` = 28642 WHERE entry=16918;\n\n/*  Boots of Transcendence  */\nUPDATE `item_template` SET `armor` = 80, `BuyPrice` = 215619, `SellPrice` = 43123 WHERE entry=16919;\n\n/*  Handguards of Transcendence  */\nUPDATE `item_template` SET `armor` = 72, `BuyPrice` = 144281, `SellPrice` = 28856 WHERE entry=16920;\n\n/*  Halo of Transcendence  */\nUPDATE `item_template` SET `armor` = 94, `BuyPrice` = 217204, `SellPrice` = 43440 WHERE entry=16921;\n\n/*  Leggings of Transcendence  */\nUPDATE `item_template` SET `armor` = 101, `BuyPrice` = 290677, `SellPrice` = 58135 WHERE entry=16922;\n\n/*  Robes of Transcendence  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 291748, `SellPrice` = 58349 WHERE entry=16923;\n\n/*  Pauldrons of Transcendence  */\nUPDATE `item_template` SET `armor` = 87, `BuyPrice` = 219593, `SellPrice` = 43918 WHERE entry=16924;\n\n/*  Belt of Transcendence  */\nUPDATE `item_template` SET `armor` = 65, `BuyPrice` = 150767, `SellPrice` = 30153 WHERE entry=16925;\n\n/*  Bindings of Transcendence  */\nUPDATE `item_template` SET `armor` = 51, `BuyPrice` = 151303, `SellPrice` = 30260 WHERE entry=16926;\n\n/*  Nemesis Boots  */\nUPDATE `item_template` SET `armor` = 80, `BuyPrice` = 227758, `SellPrice` = 45551 WHERE entry=16927;\n\n/*  Nemesis Gloves  */\nUPDATE `item_template` SET `armor` = 72, `BuyPrice` = 137868, `SellPrice` = 27573 WHERE entry=16928;\n\n/*  Nemesis Skullcap  */\nUPDATE `item_template` SET `armor` = 94, `BuyPrice` = 207606, `SellPrice` = 41521 WHERE entry=16929;\n\n/*  Nemesis Leggings  */\nUPDATE `item_template` SET `armor` = 101, `BuyPrice` = 277879, `SellPrice` = 55575 WHERE entry=16930;\n\n/*  Nemesis Robes  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 278950, `SellPrice` = 55790 WHERE entry=16931;\n\n/*  Nemesis Spaulders  */\nUPDATE `item_template` SET `armor` = 87, `BuyPrice` = 209994, `SellPrice` = 41998 WHERE entry=16932;\n\n/*  Nemesis Belt  */\nUPDATE `item_template` SET `armor` = 65, `BuyPrice` = 140532, `SellPrice` = 28106 WHERE entry=16933;\n\n/*  Nemesis Bracers  */\nUPDATE `item_template` SET `armor` = 51, `BuyPrice` = 141067, `SellPrice` = 28213 WHERE entry=16934;\n\n/*  Dragonstalker's Bracers  */\nUPDATE `item_template` SET `armor` = 211, `BuyPrice` = 212405, `SellPrice` = 42481, `stat_value1` = 23, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16935;\n\n/*  Dragonstalker's Belt  */\nUPDATE `item_template` SET `armor` = 271, `BuyPrice` = 213187, `SellPrice` = 42637, `stat_value1` = 20, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16936;\n\n/*  Dragonstalker's Spaulders  */\nUPDATE `item_template` SET `armor` = 362, `BuyPrice` = 322412, `SellPrice` = 64482, `stat_value1` = 23, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16937;\n\n/*  Dragonstalker's Legguards  */\nUPDATE `item_template` SET `armor` = 422, `BuyPrice` = 429588, `SellPrice` = 85917, `stat_value1` = 31, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16938;\n\n/*  Dragonstalker's Helm  */\nUPDATE `item_template` SET `armor` = 392, `BuyPrice` = 323363, `SellPrice` = 64672, `stat_value1` = 27, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16939;\n\n/*  Dragonstalker's Gauntlets  */\nUPDATE `item_template` SET `armor` = 301, `BuyPrice` = 216379, `SellPrice` = 43275, `stat_value1` = 20, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16940;\n\n/*  Dragonstalker's Greaves  */\nUPDATE `item_template` SET `armor` = 332, `BuyPrice` = 335892, `SellPrice` = 67178, `stat_value1` = 30, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16941;\n\n/*  Dragonstalker's Breastplate  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 447482, `SellPrice` = 89496, `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16942;\n\n/*  Bracers of Ten Storms  */\nUPDATE `item_template` SET `armor` = 211, `BuyPrice` = 224522, `SellPrice` = 44904 WHERE entry=16943;\n\n/*  Belt of Ten Storms  */\nUPDATE `item_template` SET `armor` = 271, `BuyPrice` = 225326, `SellPrice` = 45065 WHERE entry=16944;\n\n/*  Epaulets of Ten Storms  */\nUPDATE `item_template` SET `armor` = 362, `BuyPrice` = 340702, `SellPrice` = 68140 WHERE entry=16945;\n\n/*  Legplates of Ten Storms  */\nUPDATE `item_template` SET `armor` = 422, `BuyPrice` = 453866, `SellPrice` = 90773 WHERE entry=16946;\n\n/*  Helmet of Ten Storms  */\nUPDATE `item_template` SET `armor` = 392, `BuyPrice` = 341572, `SellPrice` = 68314, `spellid_2` = 9415, `spellid_3` = 9406 WHERE entry=16947;\n\n/*  Gauntlets of Ten Storms  */\nUPDATE `item_template` SET `armor` = 301, `BuyPrice` = 206780, `SellPrice` = 41356, `spellid_2` = 9398, `spellid_3` = 7681 WHERE entry=16948;\n\n/*  Greaves of Ten Storms  */\nUPDATE `item_template` SET `armor` = 332, `BuyPrice` = 312760, `SellPrice` = 62552 WHERE entry=16949;\n\n/*  Breastplate of Ten Storms  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 416775, `SellPrice` = 83355 WHERE entry=16950;\n\n/*  Judgement Bindings  */\nUPDATE `item_template` SET `armor` = 375, `BuyPrice` = 139446, `SellPrice` = 27889 WHERE entry=16951;\n\n/*  Judgement Belt  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 139982, `SellPrice` = 27996 WHERE entry=16952;\n\n/*  Judgement Spaulders  */\nUPDATE `item_template` SET `armor` = 642, `BuyPrice` = 210776, `SellPrice` = 42155 WHERE entry=16953;\n\n/*  Judgement Legplates  */\nUPDATE `item_template` SET `armor` = 749, `BuyPrice` = 282077, `SellPrice` = 56415 WHERE entry=16954;\n\n/*  Judgement Crown  */\nUPDATE `item_template` SET `armor` = 696, `BuyPrice` = 212361, `SellPrice` = 42472 WHERE entry=16955;\n\n/*  Judgement Gauntlets  */\nUPDATE `item_template` SET `armor` = 535, `BuyPrice` = 142110, `SellPrice` = 28422 WHERE entry=16956;\n\n/*  Judgement Sabatons  */\nUPDATE `item_template` SET `armor` = 589, `BuyPrice` = 219723, `SellPrice` = 43944 WHERE entry=16957;\n\n/*  Judgement Breastplate  */\nUPDATE `item_template` SET `armor` = 857, `BuyPrice` = 294007, `SellPrice` = 58801 WHERE entry=16958;\n\n/*  Bracelets of Wrath  */\nUPDATE `item_template` SET `armor` = 375, `BuyPrice` = 147539, `SellPrice` = 29507 WHERE entry=16959;\n\n/*  Waistband of Wrath  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 148074, `SellPrice` = 29614 WHERE entry=16960;\n\n/*  Pauldrons of Wrath  */\nUPDATE `item_template` SET `armor` = 642, `BuyPrice` = 222915, `SellPrice` = 44583 WHERE entry=16961;\n\n/*  Legplates of Wrath  */\nUPDATE `item_template` SET `armor` = 749, `BuyPrice` = 298263, `SellPrice` = 59652 WHERE entry=16962;\n\n/*  Helm of Wrath  */\nUPDATE `item_template` SET `armor` = 696, `BuyPrice` = 224501, `SellPrice` = 44900 WHERE entry=16963;\n\n/*  Gauntlets of Wrath  */\nUPDATE `item_template` SET `armor` = 535, `BuyPrice` = 150203, `SellPrice` = 30040 WHERE entry=16964;\n\n/*  Sabatons of Wrath  */\nUPDATE `item_template` SET `armor` = 589, `BuyPrice` = 226108, `SellPrice` = 45221 WHERE entry=16965;\n\n/*  Breastplate of Wrath  */\nUPDATE `item_template` SET `armor` = 857, `BuyPrice` = 302519, `SellPrice` = 60503 WHERE entry=16966;\n\n/*  Warsong Boots  */\nUPDATE `item_template` SET `BuyPrice` = 7242, `SellPrice` = 1448 WHERE entry=16977;\n\n/*  Warsong Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 5794, `SellPrice` = 1158 WHERE entry=16978;\n\n/*  Flarecore Gloves  */\nUPDATE `item_template` SET `armor` = 60, `BuyPrice` = 74510, `SellPrice` = 14902 WHERE entry=16979;\n\n/*  Flarecore Mantle  */\nUPDATE `item_template` SET `armor` = 71, `BuyPrice` = 106829, `SellPrice` = 21365 WHERE entry=16980;\n\n/*  Owlbeard Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 1356, `SellPrice` = 271 WHERE entry=16981;\n\n/*  Corehound Boots  */\nUPDATE `item_template` SET `armor` = 126, `BuyPrice` = 121985, `spelltrigger_1` = 0 WHERE entry=16982;\n\n/*  Molten Helm  */\nUPDATE `item_template` SET `armor` = 150 WHERE entry=16983;\n\n/*  Black Dragonscale Boots  */\nUPDATE `item_template` SET `armor` = 270, `BuyPrice` = 163269, `SellPrice` = 32653 WHERE entry=16984;\n\n/*  Windseeker Boots  */\nUPDATE `item_template` SET `BuyPrice` = 4238 WHERE entry=16985;\n\n/*  Screecher Belt  */\nUPDATE `item_template` SET `BuyPrice` = 4422 WHERE entry=16987;\n\n/*  Fiery Chain Shoulders  */\nUPDATE `item_template` SET `armor` = 299, `BuyPrice` = 157303, `SellPrice` = 31460 WHERE entry=16988;\n\n/*  Fiery Chain Girdle  */\nUPDATE `item_template` SET `armor` = 214 WHERE entry=16989;\n\n/*  Smokey's Explosive Launcher  */\nUPDATE `item_template` SET `BuyPrice` = 154370, `dmg_min1` = 52.0, `dmg_max1` = 98.0 WHERE entry=16992;\n\n/*  Smokey's Fireshooter  */\nUPDATE `item_template` SET `BuyPrice` = 154945, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16993;\n\n/*  Duskwing Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 49420, `SellPrice` = 9884 WHERE entry=16994;\n\n/*  Duskwing Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 74130, `SellPrice` = 14826 WHERE entry=16995;\n\n/*  Gorewood Bow  */\nUPDATE `item_template` SET `BuyPrice` = 207256, `SellPrice` = 41451, `dmg_min1` = 55.0, `dmg_max1` = 104.0, `DisenchantID` = 49 WHERE entry=16996;\n\n/*  Stormrager  */\nUPDATE `item_template` SET `BuyPrice` = 208017, `SellPrice` = 41603, `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16997;\n\n/*  Sacred Protector  */\nUPDATE `item_template` SET `BuyPrice` = 178156, `SellPrice` = 35631, `DisenchantID` = 49 WHERE entry=16998;\n\n/*  Ichor Spitter  */\nUPDATE `item_template` SET `BuyPrice` = 224127, `SellPrice` = 44825 WHERE entry=17002;\n\n/*  Skullstone Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 224911, `SellPrice` = 44982, `spellcooldown_1` = -1 WHERE entry=17003;\n\n/*  Sarah's Guide  */\nUPDATE `item_template` SET `BuyPrice` = 282145, `SellPrice` = 56429 WHERE entry=17004;\n\n/*  Stonerender Gauntlets  */\nUPDATE `item_template` SET `armor` = 209, `BuyPrice` = 57238, `SellPrice` = 11447 WHERE entry=17007;\n\n/*  Dark Iron Leggings  */\nUPDATE `item_template` SET `armor` = 778, `BuyPrice` = 132207, `SellPrice` = 26441 WHERE entry=17013;\n\n/*  Dark Iron Bracers  */\nUPDATE `item_template` SET `armor` = 394, `BuyPrice` = 63189, `SellPrice` = 12637 WHERE entry=17014;\n\n/*  Dark Iron Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 318693, `SellPrice` = 63738, `DisenchantID` = 49 WHERE entry=17015;\n\n/*  Dark Iron Destroyer  */\nUPDATE `item_template` SET `BuyPrice` = 319868, `SellPrice` = 63973, `DisenchantID` = 49 WHERE entry=17016;\n\n/*  Nail Spitter  */\nUPDATE `item_template` SET `BuyPrice` = 28464, `SellPrice` = 5692, `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=17042;\n\n/*  Zealot's Robe  */\nUPDATE `item_template` SET `BuyPrice` = 15274, `SellPrice` = 3054 WHERE entry=17043;\n\n/*  Will of the Martyr  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=17044;\n\n/*  Blood of the Martyr  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17045;\n\n/*  Joonho's Mercy  */\nUPDATE `item_template` SET `BuyPrice` = 143942 WHERE entry=17054;\n\n/*  Changuk Smasher  */\nUPDATE `item_template` SET `BuyPrice` = 133735, `SellPrice` = 26747, `spellcooldown_1` = -1 WHERE entry=17055;\n\n/*  Band of Accuria  */\nUPDATE `item_template` SET `stat_value2` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=17063;\n\n/*  Drillborer Disk  */\nUPDATE `item_template` SET `armor` = 2539, `BuyPrice` = 289852, `SellPrice` = 57970, `block` = 46 WHERE entry=17066;\n\n/*  Deathbringer  */\nUPDATE `item_template` SET `BuyPrice` = 674164, `SellPrice` = 134832, `spellppmrate_1` = 0.8 WHERE entry=17068;\n\n/*  Striker's Mark  */\nUPDATE `item_template` SET `BuyPrice` = 378731, `SellPrice` = 75746, `dmg_min1` = 69.0, `dmg_max1` = 129.0 WHERE entry=17069;\n\n/*  Fang of the Mystics  */\nUPDATE `item_template` SET `BuyPrice` = 546537, `SellPrice` = 109307, `dmg_min1` = 38.0, `dmg_max1` = 85.0 WHERE entry=17070;\n\n/*  Gutgore Ripper  */\nUPDATE `item_template` SET `BuyPrice` = 522363, `SellPrice` = 104472 WHERE entry=17071;\n\n/*  Blastershot Launcher  */\nUPDATE `item_template` SET `BuyPrice` = 412860, `SellPrice` = 82572, `dmg_min1` = 73.0, `dmg_max1` = 136.0 WHERE entry=17072;\n\n/*  Earthshaker  */\nUPDATE `item_template` SET `BuyPrice` = 568157, `SellPrice` = 113631, `spellppmrate_1` = 2.15 WHERE entry=17073;\n\n/*  Shadowstrike  */\nUPDATE `item_template` SET `BuyPrice` = 492571, `SellPrice` = 98514 WHERE entry=17074;\n\n/*  Vis'kag the Bloodletter  */\nUPDATE `item_template` SET `BuyPrice` = 676334, `SellPrice` = 135266, `spellppmrate_1` = 0.6 WHERE entry=17075;\n\n/*  Bonereaver's Edge  */\nUPDATE `item_template` SET `BuyPrice` = 982192, `SellPrice` = 196438 WHERE entry=17076;\n\n/*  Crimson Shocker  */\nUPDATE `item_template` SET `BuyPrice` = 298709, `SellPrice` = 59741, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17077;\n\n/*  Sapphiron Drape  */\nUPDATE `item_template` SET `armor` = 55, `BuyPrice` = 186019, `SellPrice` = 37203 WHERE entry=17078;\n\n/*  Cloak of the Shrouded Mists  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 193445, `SellPrice` = 38689 WHERE entry=17102;\n\n/*  Azuresong Mageblade  */\nUPDATE `item_template` SET `BuyPrice` = 559117, `SellPrice` = 111823 WHERE entry=17103;\n\n/*  Spinal Reaper  */\nUPDATE `item_template` SET `BuyPrice` = 895337, `SellPrice` = 179067 WHERE entry=17104;\n\n/*  Aurastone Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 510891, `SellPrice` = 102178, `dmg_min1` = 78.8, `dmg_max1` = 161.8 WHERE entry=17105;\n\n/*  Malistar's Defender  */\nUPDATE `item_template` SET `armor` = 2822, `BuyPrice` = 439804, `SellPrice` = 87960, `block` = 52 WHERE entry=17106;\n\n/*  Dragon's Blood Cape  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 187685, `SellPrice` = 37537 WHERE entry=17107;\n\n/*  Mark of Deflection  */\nUPDATE `item_template` SET `spellid_2` = 13665, `spelltrigger_2` = 1 WHERE entry=17108;\n\n/*  Empyrean Demolisher  */\nUPDATE `item_template` SET `BuyPrice` = 452792, `SellPrice` = 90558, `spellppmrate_1` = 1.0 WHERE entry=17112;\n\n/*  Amberseal Keeper  */\nUPDATE `item_template` SET `BuyPrice` = 596390, `SellPrice` = 119278, `dmg_min1` = 144.9, `dmg_max1` = 228.9 WHERE entry=17113;\n\n/*  Sulfuras, Hand of Ragnaros  */\nUPDATE `item_template` SET `BuyPrice` = 1663117, `SellPrice` = 332623, `spelltrigger_1` = 0 WHERE entry=17182;\n\n/*  Dented Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 34, `SellPrice` = 6 WHERE entry=17183;\n\n/*  Small Shield  */\nUPDATE `item_template` SET `BuyPrice` = 34, `SellPrice` = 6 WHERE entry=17184;\n\n/*  Round Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 243, `SellPrice` = 48 WHERE entry=17185;\n\n/*  Small Targe  */\nUPDATE `item_template` SET `BuyPrice` = 243, `SellPrice` = 48 WHERE entry=17186;\n\n/*  Banded Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 1078, `SellPrice` = 215 WHERE entry=17187;\n\n/*  Ringed Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 2265, `SellPrice` = 453 WHERE entry=17188;\n\n/*  Metal Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 12043, `SellPrice` = 2408 WHERE entry=17189;\n\n/*  Ornate Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 34609, `SellPrice` = 6921 WHERE entry=17190;\n\n/* Scepter of Celebras - keep WotLK stats but make unsellable */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `DisenchantID` = 0, `RequiredDisenchantSkill` = 0 WHERE entry=17191;\n\n/*  Reinforced Targe  */\nUPDATE `item_template` SET `BuyPrice` = 4399, `SellPrice` = 879 WHERE entry=17192;\n\n/*  Sulfuron Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 611555, `SellPrice` = 122311 WHERE entry=17193;\n\n/*  Thunderstrike  */\nUPDATE `item_template` SET `BuyPrice` = 485373, `SellPrice` = 97074 WHERE entry=17223;\n\n/*  Forcestone Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 36350, `SellPrice` = 7270, `spellcooldown_1` = -1 WHERE entry=17508;\n\n/*  Smokey's Drape  */\nUPDATE `item_template` SET `BuyPrice` = 53790, `SellPrice` = 10758 WHERE entry=17523;\n\n/*  Knight-Lieutenant's Dreadweave Boots  */\nUPDATE `item_template` SET `BuyPrice` = 43683, `SellPrice` = 8736 WHERE entry=17562;\n\n/*  Knight-Lieutenant's Dreadweave Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 29332, `SellPrice` = 5866 WHERE entry=17564;\n\n/*  Lieutenant Commander's Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 44318, `SellPrice` = 8863 WHERE entry=17566;\n\n/*  Knight-Captain's Dreadweave Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 59304, `SellPrice` = 11860 WHERE entry=17567;\n\n/*  Knight-Captain's Dreadweave Robe  */\nUPDATE `item_template` SET `BuyPrice` = 55273, `SellPrice` = 11054 WHERE entry=17568;\n\n/*  Lieutenant Commander's Dreadweave Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 41614, `SellPrice` = 8322 WHERE entry=17569;\n\n/*  Champion's Dreadweave Hood  */\nUPDATE `item_template` SET `BuyPrice` = 41774, `SellPrice` = 8354 WHERE entry=17570;\n\n/*  Legionnaire's Dreadweave Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 55912, `SellPrice` = 11182 WHERE entry=17571;\n\n/*  Legionnaire's Dreadweave Robe  */\nUPDATE `item_template` SET `BuyPrice` = 56119, `SellPrice` = 11223 WHERE entry=17572;\n\n/*  Champion's Dreadweave Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 42249, `SellPrice` = 8449 WHERE entry=17573;\n\n/*  Blood Guard's Dreadweave Boots  */\nUPDATE `item_template` SET `BuyPrice` = 42724, `SellPrice` = 8544 WHERE entry=17576;\n\n/*  Blood Guard's Dreadweave Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 28589, `SellPrice` = 5717 WHERE entry=17577;\n\n/*  Field Marshal's Coronal  */\nUPDATE `item_template` SET `armor` = 132, `BuyPrice` = 98160, `SellPrice` = 19632 WHERE entry=17578;\n\n/*  Marshal's Dreadweave Leggings  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 113479, `SellPrice` = 22695 WHERE entry=17579;\n\n/*  Field Marshal's Dreadweave Shoulders  */\nUPDATE `item_template` SET `armor` = 115, `BuyPrice` = 98879, `SellPrice` = 19775 WHERE entry=17580;\n\n/*  Field Marshal's Dreadweave Robe  */\nUPDATE `item_template` SET `armor` = 153, `BuyPrice` = 132325, `SellPrice` = 26465 WHERE entry=17581;\n\n/*  Marshal's Dreadweave Boots  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 86351, `SellPrice` = 17270 WHERE entry=17583;\n\n/*  Marshal's Dreadweave Gloves  */\nUPDATE `item_template` SET `armor` = 68, `BuyPrice` = 59280, `SellPrice` = 11856 WHERE entry=17584;\n\n/*  General's Dreadweave Boots  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 81034, `SellPrice` = 16206 WHERE entry=17586;\n\n/*  General's Dreadweave Gloves  */\nUPDATE `item_template` SET `armor` = 68, `BuyPrice` = 54437, `SellPrice` = 10887 WHERE entry=17588;\n\n/*  Warlord's Dreadweave Mantle  */\nUPDATE `item_template` SET `armor` = 115, `BuyPrice` = 95255, `SellPrice` = 19051 WHERE entry=17590;\n\n/*  Warlord's Dreadweave Hood  */\nUPDATE `item_template` SET `armor` = 132, `BuyPrice` = 95609, `SellPrice` = 19121 WHERE entry=17591;\n\n/*  Warlord's Dreadweave Robe  */\nUPDATE `item_template` SET `armor` = 153, `BuyPrice` = 127965, `SellPrice` = 25593 WHERE entry=17592;\n\n/*  General's Dreadweave Pants  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 110961, `SellPrice` = 22192 WHERE entry=17593;\n\n/*  Knight-Lieutenant's Satin Boots  */\nUPDATE `item_template` SET `BuyPrice` = 42405, `SellPrice` = 8481 WHERE entry=17594;\n\n/*  Knight-Lieutenant's Satin Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 28480, `SellPrice` = 5696 WHERE entry=17596;\n\n/*  Lieutenant Commander's Diadem  */\nUPDATE `item_template` SET `BuyPrice` = 43035, `SellPrice` = 8607 WHERE entry=17598;\n\n/*  Knight-Captain's Satin Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 57594, `SellPrice` = 11518 WHERE entry=17599;\n\n/*  Knight-Captain's Satin Robes  */\nUPDATE `item_template` SET `BuyPrice` = 59333, `SellPrice` = 11866 WHERE entry=17600;\n\n/*  Lieutenant Commander's Satin Amice  */\nUPDATE `item_template` SET `BuyPrice` = 44659, `SellPrice` = 8931 WHERE entry=17601;\n\n/*  Field Marshal's Headdress  */\nUPDATE `item_template` SET `armor` = 162, `BuyPrice` = 102198, `SellPrice` = 20439 WHERE entry=17602;\n\n/*  Marshal's Satin Pants  */\nUPDATE `item_template` SET `armor` = 165, `BuyPrice` = 118130, `SellPrice` = 23626 WHERE entry=17603;\n\n/*  Field Marshal's Satin Mantle  */\nUPDATE `item_template` SET `armor` = 145, `BuyPrice` = 102927, `SellPrice` = 20585 WHERE entry=17604;\n\n/*  Field Marshal's Satin Vestments  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 137722, `SellPrice` = 27544 WHERE entry=17605;\n\n/*  Marshal's Satin Sandals  */\nUPDATE `item_template` SET `armor` = 125, `BuyPrice` = 81332, `SellPrice` = 16266 WHERE entry=17607;\n\n/*  Marshal's Satin Gloves  */\nUPDATE `item_template` SET `armor` = 118, `BuyPrice` = 54431, `SellPrice` = 10886 WHERE entry=17608;\n\n/*  Champion's Satin Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 41761, `SellPrice` = 8352 WHERE entry=17610;\n\n/*  Legionnaire's Satin Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 55895, `SellPrice` = 11179 WHERE entry=17611;\n\n/*  Legionnaire's Satin Vestments  */\nUPDATE `item_template` SET `BuyPrice` = 56108, `SellPrice` = 11221 WHERE entry=17612;\n\n/*  Champion's Satin Shoulderpads  */\nUPDATE `item_template` SET `BuyPrice` = 42236, `SellPrice` = 8447 WHERE entry=17613;\n\n/*  Blood Guard's Satin Boots  */\nUPDATE `item_template` SET `BuyPrice` = 43860, `SellPrice` = 8772 WHERE entry=17616;\n\n/*  Blood Guard's Satin Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 29344, `SellPrice` = 5868 WHERE entry=17617;\n\n/*  General's Satin Boots  */\nUPDATE `item_template` SET `armor` = 125, `BuyPrice` = 87023, `SellPrice` = 17404 WHERE entry=17618;\n\n/*  General's Satin Gloves  */\nUPDATE `item_template` SET `armor` = 118, `BuyPrice` = 58435, `SellPrice` = 11687 WHERE entry=17620;\n\n/*  Warlord's Satin Mantle  */\nUPDATE `item_template` SET `armor` = 145, `BuyPrice` = 102188, `SellPrice` = 20437 WHERE entry=17622;\n\n/*  Warlord's Satin Cowl  */\nUPDATE `item_template` SET `armor` = 162, `BuyPrice` = 102553, `SellPrice` = 20510 WHERE entry=17623;\n\n/*  Warlord's Satin Robes  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 137223, `SellPrice` = 27444 WHERE entry=17624;\n\n/*  General's Satin Leggings  */\nUPDATE `item_template` SET `armor` = 165, `BuyPrice` = 118947, `SellPrice` = 23789 WHERE entry=17625;\n\n/*  Master Hunter's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 49686, `SellPrice` = 9937, `dmg_min1` = 32.0, `dmg_max1` = 61.0 WHERE entry=17686;\n\n/*  Master Hunter's Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 49686, `SellPrice` = 9937, `dmg_min1` = 35.0, `dmg_max1` = 66.0 WHERE entry=17687;\n\n/*  Jungle Boots  */\nUPDATE `item_template` SET `BuyPrice` = 15776, `SellPrice` = 3155 WHERE entry=17688;\n\n/*  Frostwolf Insignia Rank 1  */\nUPDATE `item_template` SET `spellcooldown_1` = 0 WHERE entry=17690;\n\n/*  Stormpike Insignia Rank 1  */\nUPDATE `item_template` SET `spellcooldown_1` = 0 WHERE entry=17691;\n\n/*  Edge of Winter  */\nUPDATE `item_template` SET `BuyPrice` = 45890 WHERE entry=17704;\n\n/*  Thrash Blade  */\nUPDATE `item_template` SET `BuyPrice` = 164272, `spellppmrate_1` = 1.0 WHERE entry=17705;\n\n/*  Gemshard Heart  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `RequiredLevel` = 49 WHERE entry=17707;\n\n/*  Charstone Dirk  */\nUPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17710;\n\n/*  Elemental Rockridge Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 71223, `SellPrice` = 14244, `nature_res` = 10, `stat_type3` = 0, `stat_value3` = 0, `RequiredLevel` = 49 WHERE entry=17711;\n\n/*  Blackstone Ring  */\nUPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17713;\n\n/*  Bracers of the Stone Princess  */\nUPDATE `item_template` SET `BuyPrice` = 51128, `SellPrice` = 10225, `RequiredLevel` = 49 WHERE entry=17714;\n\n/*  Eye of Theradras  */\nUPDATE `item_template` SET `BuyPrice` = 51128, `SellPrice` = 10225, `RequiredLevel` = 49 WHERE entry=17715;\n\n/*  Megashot Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 132129, `SellPrice` = 26425, `dmg_min1` = 32.0, `dmg_max1` = 61.0, `arcane_res` = 5, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=17717;\n\n/*  Gloves of the Greatfather  */\nUPDATE `item_template` SET `BuyPrice` = 11340, `spellid_1` = 9406, `spellid_2` = 7696 WHERE entry=17721;\n\n/*  Albino Crocscale Boots  */\nUPDATE `item_template` SET `nature_res` = 5, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=17728;\n\n/*  Gatorbite Axe  */\nUPDATE `item_template` SET `BuyPrice` = 214759, `SellPrice` = 42951 WHERE entry=17730;\n\n/*  Fist of Stone  */\nUPDATE `item_template` SET `BuyPrice` = 173678 WHERE entry=17733;\n\n/*  Helm of the Mountain  */\nUPDATE `item_template` SET `BuyPrice` = 52285, `SellPrice` = 10457, `nature_res` = 10, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=17734;\n\n/*  Rockgrip Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 48234, `SellPrice` = 9646 WHERE entry=17736;\n\n/*  Cloud Stone  */\nUPDATE `item_template` SET `arcane_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=17737;\n\n/*  Claw of Celebras  */\nUPDATE `item_template` SET `BuyPrice` = 166758, `RequiredLevel` = 47 WHERE entry=17738;\n\n/*  Grovekeeper's Drape  */\nUPDATE `item_template` SET `BuyPrice` = 45504, `SellPrice` = 9100, `nature_res` = 10, `stat_type2` = 0, `stat_value2` = 0, `RequiredLevel` = 47 WHERE entry=17739;\n\n/*  Soothsayer's Headdress  */\nUPDATE `item_template` SET `stat_type1` = 5, `stat_value1` = 25, `stat_type2` = 6, `stat_type3` = 7, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 47 WHERE entry=17740;\n\n/*  Nature's Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 57238, `SellPrice` = 11447, `spellid_1` = 21518 WHERE entry=17741;\n\n/*  Resurgence Rod  */\nUPDATE `item_template` SET `BuyPrice` = 203739, `SellPrice` = 40747 WHERE entry=17743;\n\n/*  Noxious Shooter  */\nUPDATE `item_template` SET `BuyPrice` = 112599, `SellPrice` = 22519, `nature_res` = 5, `stat_type2` = 0, `stat_value2` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17745;\n\n/*  Noxxion's Shackles  */\nUPDATE `item_template` SET `BuyPrice` = 28618, `SellPrice` = 5723, `nature_res` = 15, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=17746;\n\n/*  Vinerot Sandals  */\nUPDATE `item_template` SET `nature_res` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=17748;\n\n/*  Phytoskin Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 57126, `nature_res` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=17749;\n\n/*  Chloromesh Girdle  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 37, `BuyPrice` = 23848, `SellPrice` = 4769, `MaxDurability` = 25, `nature_res` = 20, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=17750;\n\n/*  Brusslehide Leggings  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 118, `BuyPrice` = 63936, `SellPrice` = 12787, `MaxDurability` = 65, `nature_res` = 10, `stat_value1` = 15, `stat_value2` = 11, `DisenchantID` = 9, `spelltrigger_1` = 0 WHERE entry=17751;\n\n/*  Satyr's Lash  */\nUPDATE `item_template` SET `BuyPrice` = 143928, `RequiredLevel` = 45 WHERE entry=17752;\n\n/*  Verdant Keeper's Aim  */\nUPDATE `item_template` SET `dmg_min1` = 53.0, `dmg_max1` = 100.0 WHERE entry=17753;\n\n/*  Infernal Trickster Leggings  */\nUPDATE `item_template` SET `stat_type3` = 31, `stat_value3` = 9, `spellid_1` = 0, `RequiredLevel` = 45 WHERE entry=17754;\n-- UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7569, `RequiredLevel` = 45 WHERE entry=17754;\n\n/*  Satyrmane Sash  */\nUPDATE `item_template` SET `BuyPrice` = 29093, `shadow_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 45 WHERE entry=17755;\n\n/*  Mark of Resolution  */\nUPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `spellcooldown_1` = 1800000, `spellid_2` = 21958 WHERE entry=17759;\n\n/*  Princess Theradras' Scepter  */\nUPDATE `item_template` SET `BuyPrice` = 224317, `RequiredLevel` = 49 WHERE entry=17766;\n\n/*  Bloomsprout Headpiece  */\nUPDATE `item_template` SET `nature_res` = 10, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=17767;\n\n/*  Woodseed Hoop  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17768;\n\n/*  Sagebrush Spaulders  */\nUPDATE `item_template` SET `armor` = 194, `BuyPrice` = 43365, `MaxDurability` = 60 WHERE entry=17769;\n\n/*  Branchclaw Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 19258, `SellPrice` = 3851 WHERE entry=17770;\n\n/*  Prodigious Shadowshard Pendant  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17773;\n\n/*  Acumen Robes  */\nUPDATE `item_template` SET `BuyPrice` = 39207 WHERE entry=17775;\n\n/*  Sprightring Helm  */\nUPDATE `item_template` SET `BuyPrice` = 36888 WHERE entry=17776;\n\n/*  Relentless Chain  */\nUPDATE `item_template` SET `BuyPrice` = 54078, `SellPrice` = 10815 WHERE entry=17777;\n\n/*  Sagebrush Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 22532, `SellPrice` = 4506 WHERE entry=17778;\n\n/*  Hulkstone Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 27736, `SellPrice` = 5547 WHERE entry=17779;\n\n/*  Blade of Eternal Darkness  */\nUPDATE `item_template` SET `dmg_min1` = 33.5, `dmg_max1` = 69.5 WHERE entry=17780;\n\n/*  Talisman of Binding Shard  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=17782;\n\n/*  Talisman of Binding Fragment  */\nUPDATE `item_template` SET `spellid_1` = 21991, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=17783;\n\n/*  Thunderfury, Blessed Blade of the Windseeker DEPRECATED  */\nUPDATE `item_template` SET `BuyPrice` = 1305681, `SellPrice` = 261136, `dmg_min1` = 82.0, `dmg_max1` = 153.0, `dmg_min2` = 16.0, `dmg_max2` = 30.0, `MaxDurability` = 125, `fire_res` = 8, `nature_res` = 9, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `spelltrigger_2` = 0 WHERE entry=17802;\n\n/*  Stormpike Insignia Rank 2  */\nUPDATE `item_template` SET `spellcooldown_2` = 1000 WHERE entry=17900;\n\n/*  Stormpike Insignia Rank 3  */\nUPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17901;\n\n/*  Stormpike Insignia Rank 4  */\nUPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17902;\n\n/*  Stormpike Insignia Rank 5  */\nUPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17903;\n\n/*  Stormpike Insignia Rank 6  */\nUPDATE `item_template` SET `spellcooldown_3` = -1 WHERE entry=17904;\n\n/*  Frostwolf Insignia Rank 2  */\nUPDATE `item_template` SET `spellcooldown_2` = 1000 WHERE entry=17905;\n\n/*  Frostwolf Insignia Rank 3  */\nUPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17906;\n\n/*  Frostwolf Insignia Rank 4  */\nUPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17907;\n\n/*  Frostwolf Insignia Rank 5  */\nUPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17908;\n\n/*  Frostwolf Insignia Rank 6  */\nUPDATE `item_template` SET `spellcooldown_3` = -1 WHERE entry=17909;\n\n/*  Lionfur Armor  */\nUPDATE `item_template` SET `BuyPrice` = 576, `SellPrice` = 115 WHERE entry=17922;\n\n/*  Fist of Stone  */\nUPDATE `item_template` SET `BuyPrice` = 160783, `SellPrice` = 32156 WHERE entry=17943;\n\n/*  Ragnaros Core  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `RandomProperty` = 3474 WHERE entry=17982;\n\n/*  Royal Seal of Alexis  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18022;\n\n/*  Blood Ruby Pendant  */\nUPDATE `item_template` SET `spellid_1` = 13598, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellid_2` = 9413, `spelltrigger_2` = 1 WHERE entry=18023;\n\n/*  Coal Miner Boots  */\nUPDATE `item_template` SET `fire_res` = 10, `stat_value1` = 17, `stat_value2` = 9, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=18043;\n\n/*  Hurley's Tankard  */\nUPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=18044;\n\n/*  Flame Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 122142, `SellPrice` = 24428, `fire_res` = 18, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_1` = 13669 WHERE entry=18047;\n\n/*  Mastersmith's Hammer  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18048;\n\n/*  Dragonrider Boots  */\nUPDATE `item_template` SET `BuyPrice` = 85794, `SellPrice` = 17158, `DisenchantID` = 49 WHERE entry=18102;\n\n/*  Band of Rumination  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18103;\n\n/*  Feralsurge Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 86425, `SellPrice` = 17285, `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=18104;\n\n/*  5% Test Speed Boots  */\nUPDATE `item_template` SET `spellid_1` = 22586, `spelltrigger_1` = 1 WHERE entry=18161;\n\n/*  8% Test Speed Boots  */\nUPDATE `item_template` SET `spellid_1` = 22587, `spelltrigger_1` = 1 WHERE entry=18162;\n\n/*  10% Test Speed Boots  */\nUPDATE `item_template` SET `spellid_1` = 22588, `spelltrigger_1` = 1 WHERE entry=18163;\n\n/*  13% Test Speed Boots  */\nUPDATE `item_template` SET `spellid_1` = 22589, `spelltrigger_1` = 1 WHERE entry=18164;\n\n/*  15% Test Speed Boots  */\nUPDATE `item_template` SET `spellid_1` = 22590, `spelltrigger_1` = 1 WHERE entry=18165;\n\n/*  Force Reactive Disk  */\nUPDATE `item_template` SET `armor` = 2548, `BuyPrice` = 282082, `SellPrice` = 56416, `block` = 44 WHERE entry=18168;\n\n/*  Eskhandar's Left Claw  */\nUPDATE `item_template` SET `BuyPrice` = 452881, `SellPrice` = 90576 WHERE entry=18202;\n\n/*  Eskhandar's Right Claw  */\nUPDATE `item_template` SET `BuyPrice` = 454525, `SellPrice` = 90905 WHERE entry=18203;\n\n/*  Eskhandar's Pelt  */\nUPDATE `item_template` SET `armor` = 51, `BuyPrice` = 136851, `SellPrice` = 27370 WHERE entry=18204;\n\n/*  Drape of Benediction  */\nUPDATE `item_template` SET `armor` = 52, `BuyPrice` = 145737, `SellPrice` = 29147 WHERE entry=18208;\n\n/*  Shadowskin Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 16608 WHERE entry=18238;\n\n/*  Flarecore Wraps  */\nUPDATE `item_template` SET `armor` = 43, `BuyPrice` = 84557, `SellPrice` = 16911 WHERE entry=18263;\n\n/*  Core Marksman Rifle  */\nUPDATE `item_template` SET `BuyPrice` = 331739, `SellPrice` = 66347, `dmg_min1` = 64.0, `dmg_max1` = 120.0 WHERE entry=18282;\n\n/*  Barbed Thorn Necklace  */\nUPDATE `item_template` SET `spellid_1` = 9358 WHERE entry=18289;\n\n/*  Marksman Bands  */\nUPDATE `item_template` SET `stat_type3` = 31, `stat_value3` = 10, `spellid_1` = 0, `spellid_2` = 0, `spellid_3` = 0 WHERE entry=18296;\n-- UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7570, `spellid_2` = 22811, `spellid_3` = 7582 WHERE entry=18296;\n\n/*  Nimble Buckler  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 1776, `BuyPrice` = 126160, `SellPrice` = 25232, `ItemLevel` = 58, `block` = 32, `MaxDurability` = 85, `stat_type1` = 3, `stat_value1` = 5, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 21475, `spelltrigger_1` = 1, `RequiredLevel` = 53 WHERE entry=18303;\n\n/*  Greenroot Mail  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 313, `BuyPrice` = 107402, `SellPrice` = 21480, `ItemLevel` = 58, `MaxDurability` = 100, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 18029, `spelltrigger_1` = 1, `RequiredLevel` = 53 WHERE entry=18304;\n\n/*  Breakwater Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 71879, `SellPrice` = 14375 WHERE entry=18305;\n\n/*  Gloves of Shadowy Mist  */\nUPDATE `item_template` SET `spellid_1` = 9326 WHERE entry=18306;\n\n/*  Riptide Shoes  */\nUPDATE `item_template` SET `spellid_1` = 9306 WHERE entry=18307;\n\n/*  Gloves of Restoration  */\nUPDATE `item_template` SET `BuyPrice` = 56480, `SellPrice` = 11296 WHERE entry=18309;\n\n/*  Energized Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 90369, `SellPrice` = 18073 WHERE entry=18312;\n\n/*  Helm of Awareness  */\nUPDATE `item_template` SET `BuyPrice` = 68474, `SellPrice` = 13694 WHERE entry=18313;\n\n/*  Obsidian Bauble  */\nUPDATE `item_template` SET `spellid_1` = 14254, `spelltrigger_1` = 1 WHERE entry=18316;\n\n/*  Demonheart Spaulders  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 105789, `SellPrice` = 21157, `ItemLevel` = 58, `MaxDurability` = 70, `stat_value1` = 14, `stat_value2` = 14, `stat_type3` = 4, `stat_value3` = 9, `RequiredLevel` = 53 WHERE entry=18320;\n\n/*  Waterspout Boots  */\nUPDATE `item_template` SET `BuyPrice` = 80686, `SellPrice` = 16137 WHERE entry=18322;\n\n/*  Satyr's Bow  */\nUPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 93.0 WHERE entry=18323;\n\n/*  Felhide Cap  */\nUPDATE `item_template` SET `BuyPrice` = 80686, `SellPrice` = 16137 WHERE entry=18325;\n\n/*  Razor Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 45184, `SellPrice` = 9036 WHERE entry=18326;\n\n/*  Orphic Bracers  */\nUPDATE `item_template` SET `spellid_1` = 13597 WHERE entry=18337;\n\n/*  Wand of Arcane Potency  */\nUPDATE `item_template` SET `spellid_1` = 13601 WHERE entry=18338;\n\n/*  Murmuring Ring  */\nUPDATE `item_template` SET `spellid_1` = 18985 WHERE entry=18345;\n\n/*  Well Balanced Axe  */\nUPDATE `item_template` SET `BuyPrice` = 215336, `SellPrice` = 43067 WHERE entry=18347;\n\n/*  Quel'Serrar  */\nUPDATE `item_template` SET `BuyPrice` = 563257, `SellPrice` = 112651, `dmg_min1` = 84.0, `dmg_max1` = 126.0, `spellppmrate_1` = 1.75 WHERE entry=18348;\n\n/*  Gauntlets of Accuracy  */\nUPDATE `item_template` SET `BuyPrice` = 62270, `SellPrice` = 12454 WHERE entry=18349;\n\n/*  Amplifying Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 65319, `SellPrice` = 13063 WHERE entry=18350;\n\n/*  Magically Sealed Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 43702, `SellPrice` = 8740 WHERE entry=18351;\n\n/*  Petrified Bark Shield  */\nUPDATE `item_template` SET `BuyPrice` = 140363, `SellPrice` = 28072 WHERE entry=18352;\n\n/*  Stoneflower Staff  */\nUPDATE `item_template` SET `BuyPrice` = 275154, `SellPrice` = 55030 WHERE entry=18353;\n\n/*  Pimgib's Collar  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18354;\n\n/*  Ferra's Collar  */\nUPDATE `item_template` SET `spellid_1` = 22854, `spelltrigger_1` = 1 WHERE entry=18355;\n\n/*  Gordok's Handguards  */\nUPDATE `item_template` SET `BuyPrice` = 49025, `SellPrice` = 9805, `DisenchantID` = 49 WHERE entry=18366;\n\n/*  Gordok's Gauntlets  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18367;\n\n/*  Gordok's Gloves  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18368;\n\n/*  Gordok's Handwraps  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18369;\n\n/*  Vigilance Charm  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18370;\n\n/*  Mindtap Talisman  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18371;\n\n/*  Blade of the New Moon  */\nUPDATE `item_template` SET `BuyPrice` = 283580, `SellPrice` = 56716, `DisenchantID` = 49, `spellid_1` = 9326 WHERE entry=18372;\n\n/*  Chestplate of Tranquility  */\nUPDATE `item_template` SET `BuyPrice` = 142297, `SellPrice` = 28459, `DisenchantID` = 49 WHERE entry=18373;\n\n/*  Flamescarred Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 107093, `SellPrice` = 21418, `DisenchantID` = 49 WHERE entry=18374;\n\n/*  Bracers of the Eclipse  */\nUPDATE `item_template` SET `BuyPrice` = 71649, `SellPrice` = 14329, `DisenchantID` = 49 WHERE entry=18375;\n\n/*  Timeworn Mace  */\nUPDATE `item_template` SET `BuyPrice` = 261534, `SellPrice` = 52306, `DisenchantID` = 49 WHERE entry=18376;\n\n/*  Quickdraw Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 65383, `SellPrice` = 13076, `DisenchantID` = 49 WHERE entry=18377;\n\n/*  Silvermoon Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 156920, `SellPrice` = 31384, `DisenchantID` = 49 WHERE entry=18378;\n\n/*  Odious Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 118957, `SellPrice` = 23791, `DisenchantID` = 49 WHERE entry=18379;\n\n/*  Eldritch Reinforced Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 105677, `SellPrice` = 21135, `DisenchantID` = 49 WHERE entry=18380;\n\n/*  Evil Eye Pendant  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18381;\n\n/*  Fluctuating Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 79858, `SellPrice` = 15971, `DisenchantID` = 49 WHERE entry=18382;\n\n/*  Force Imbued Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 50897, `SellPrice` = 10179, `DisenchantID` = 49 WHERE entry=18383;\n\n/*  Bile-etched Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 80467, `SellPrice` = 16093, `DisenchantID` = 49 WHERE entry=18384;\n\n/*  Robe of Everlasting Night  */\nUPDATE `item_template` SET `BuyPrice` = 107684, `SellPrice` = 21536, `DisenchantID` = 49 WHERE entry=18385;\n\n/*  Padre's Trousers  */\nUPDATE `item_template` SET `BuyPrice` = 102943, `SellPrice` = 20588, `DisenchantID` = 49 WHERE entry=18386;\n\n/*  Brightspark Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 47443, `SellPrice` = 9488, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 18384 WHERE entry=18387;\n\n/*  Stoneshatter  */\nUPDATE `item_template` SET `BuyPrice` = 209641, `SellPrice` = 41928, `dmg_min1` = 73.0, `dmg_max1` = 111.0, `stat_type1` = 32, `stat_value1` = 11, `DisenchantID` = 49, `spellid_1` = 0 WHERE entry=18388;\n-- UPDATE `item_template` SET `BuyPrice` = 209641, `SellPrice` = 41928, `dmg_min1` = 73.0, `dmg_max1` = 111.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 22188 WHERE entry=18388;\n\n/*  Cloak of the Cosmos  */\nUPDATE `item_template` SET `BuyPrice` = 84152, `SellPrice` = 16830, `DisenchantID` = 49 WHERE entry=18389;\n\n/*  Tanglemoss Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 134059, `SellPrice` = 26811, `DisenchantID` = 49 WHERE entry=18390;\n\n/*  Eyestalk Cord  */\nUPDATE `item_template` SET `BuyPrice` = 65383, `SellPrice` = 13076, `DisenchantID` = 49 WHERE entry=18391;\n\n/*  Distracting Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 283553, `SellPrice` = 56710, `stat_type1` = 37, `stat_value1` = 14, `DisenchantID` = 49, `spellid_1` = 0 WHERE entry=18392;\n-- UPDATE `item_template` SET `BuyPrice` = 283553, `SellPrice` = 56710, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 15717 WHERE entry=18392;\n\n/*  Warpwood Binding  */\nUPDATE `item_template` SET `BuyPrice` = 74724, `SellPrice` = 14944, `DisenchantID` = 49 WHERE entry=18393;\n\n/*  Demon Howl Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 85666, `SellPrice` = 17133, `DisenchantID` = 49 WHERE entry=18394;\n\n/*  Emerald Flame Ring  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18395;\n\n/*  Mind Carver  */\nUPDATE `item_template` SET `BuyPrice` = 287583, `SellPrice` = 57516, `DisenchantID` = 49 WHERE entry=18396;\n\n/*  Elder Magus Pendant  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18397;\n\n/*  Tidal Loop  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18398;\n\n/*  Ocean's Breeze  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18399;\n\n/*  Belt of the Archmage  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 73720, `SellPrice` = 14744 WHERE entry=18405;\n\n/*  Felcloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 55696, `SellPrice` = 11139, `DisenchantID` = 49, `spellid_1` = 18013 WHERE entry=18407;\n\n/*  Inferno Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 55893, `SellPrice` = 11178, `DisenchantID` = 49, `spellid_1` = 17871 WHERE entry=18408;\n\n/*  Mooncloth Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 56096, `SellPrice` = 11219, `DisenchantID` = 49 WHERE entry=18409;\n\n/*  Cloak of Warding  */\nUPDATE `item_template` SET `BuyPrice` = 85353, `SellPrice` = 17070, `DisenchantID` = 49 WHERE entry=18413;\n\n/*  Bonecrusher  */\nUPDATE `item_template` SET `BuyPrice` = 356184, `SellPrice` = 71236, `DisenchantID` = 49 WHERE entry=18420;\n\n/*  Backwood Helm  */\nUPDATE `item_template` SET `BuyPrice` = 128705, `SellPrice` = 25741, `DisenchantID` = 49 WHERE entry=18421;\n\n/*  Sedge Boots  */\nUPDATE `item_template` SET `BuyPrice` = 102979, `SellPrice` = 20595, `DisenchantID` = 49 WHERE entry=18424;\n\n/*  Kreeg's Mug  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18425;\n\n/*  Sergeant's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 6611, `SellPrice` = 1322 WHERE entry=18427;\n\n/*  Senior Sergeant's Insignia  */\nUPDATE `item_template` SET `BuyPrice` = 30000, `SellPrice` = 7500, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18428;\n\n/*  First Sergeant's Plate Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 29447, `SellPrice` = 5889 WHERE entry=18429;\n\n/*  First Sergeant's Plate Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 14391, `SellPrice` = 2878 WHERE entry=18430;\n\n/*  First Sergeant's Mail Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 21742, `SellPrice` = 4348 WHERE entry=18432;\n\n/*  First Sergeant's Dragonhide Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 37468, `SellPrice` = 7493 WHERE entry=18434;\n\n/*  First Sergeant's Leather Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 18311, `SellPrice` = 3662 WHERE entry=18435;\n\n/*  First Sergeant's Dragonhide Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 17086, `SellPrice` = 3417 WHERE entry=18436;\n\n/*  First Sergeant's Silk Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 13721, `SellPrice` = 2744 WHERE entry=18437;\n\n/*  Sergeant's Mark  */\nUPDATE `item_template` SET `spellid_1` = 22891, `spellcooldown_1` = 180000, `spellcategorycooldown_1` = 0 WHERE entry=18438;\n\n/*  Sergeant's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 6443, `SellPrice` = 1288 WHERE entry=18440;\n\n/*  Sergeant's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 20891, `SellPrice` = 4178 WHERE entry=18441;\n\n/*  Master Sergeant's Insignia  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18442;\n\n/*  Master Sergeant's Insignia  */\nUPDATE `item_template` SET `BuyPrice` = 40000, `SellPrice` = 10000, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18443;\n\n/*  Master Sergeant's Insignia  */\nUPDATE `item_template` SET `BuyPrice` = 30000, `SellPrice` = 7500, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18444;\n\n/*  Sergeant Major's Plate Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 29021, `SellPrice` = 5804 WHERE entry=18445;\n\n/*  Sergeant Major's Plate Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 14235, `SellPrice` = 2847 WHERE entry=18447;\n\n/*  Sergeant Major's Chain Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 44007, `SellPrice` = 8801 WHERE entry=18448;\n\n/*  Sergeant Major's Chain Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 21507, `SellPrice` = 4301 WHERE entry=18449;\n\n/*  Robe of Combustion  */\nUPDATE `item_template` SET `BuyPrice` = 79073, `SellPrice` = 15814, `spellid_1` = 17867 WHERE entry=18450;\n\n/*  Hyena Hide Belt  */\nUPDATE `item_template` SET `BuyPrice` = 49420, `SellPrice` = 9884 WHERE entry=18451;\n\n/*  Sergeant Major's Leather Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 34553, `SellPrice` = 6910 WHERE entry=18452;\n\n/*  Sergeant Major's Leather Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 16890, `SellPrice` = 3378 WHERE entry=18453;\n\n/*  Sergeant Major's Dragonhide Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 34815, `SellPrice` = 6963 WHERE entry=18454;\n\n/*  Sergeant Major's Dragonhide Armsplints  */\nUPDATE `item_template` SET `BuyPrice` = 17020, `SellPrice` = 3404 WHERE entry=18455;\n\n/*  Sergeant Major's Silk Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 28065, `SellPrice` = 5613 WHERE entry=18456;\n\n/*  Sergeant Major's Silk Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 13373, `SellPrice` = 2674 WHERE entry=18457;\n\n/*  Gallant's Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 39536, `SellPrice` = 7907 WHERE entry=18459;\n\n/*  Unsophisticated Hand Cannon  */\nUPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 91.0 WHERE entry=18460;\n\n/*  Sergeant's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 42888, `SellPrice` = 8577 WHERE entry=18461;\n\n/*  Jagged Bone Fist  */\nUPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 78.0 WHERE entry=18462;\n\n/*  Royal Seal of Eldre'Thalas  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=18472;\n\n/*  Oddly Magical Belt  */\nUPDATE `item_template` SET `BuyPrice` = 39536, `SellPrice` = 7907 WHERE entry=18475;\n\n/*  Mud Stained Boots  */\nUPDATE `item_template` SET `BuyPrice` = 75747, `SellPrice` = 15149 WHERE entry=18476;\n\n/*  Shaggy Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 98841, `SellPrice` = 19768 WHERE entry=18477;\n\n/*  Hyena Hide Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 98841, `SellPrice` = 19768 WHERE entry=18478;\n\n/*  Carrion Scorpid Helm  */\nUPDATE `item_template` SET `BuyPrice` = 88957, `SellPrice` = 17791 WHERE entry=18479;\n\n/*  Scarab Plate Helm  */\nUPDATE `item_template` SET `BuyPrice` = 59304, `SellPrice` = 11860 WHERE entry=18480;\n\n/*  Skullcracking Mace  */\nUPDATE `item_template` SET `BuyPrice` = 257259, `SellPrice` = 51451 WHERE entry=18481;\n\n/*  Ogre Toothpick Shooter  */\nUPDATE `item_template` SET `BuyPrice` = 154930, `SellPrice` = 30986, `dmg_min1` = 61.0, `dmg_max1` = 62.0 WHERE entry=18482;\n\n/*  Mana Channeling Wand  */\nUPDATE `item_template` SET `BuyPrice` = 186810, `SellPrice` = 37362, `DisenchantID` = 49 WHERE entry=18483;\n\n/*  Cho'Rush's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 269110, `SellPrice` = 53822, `DisenchantID` = 49 WHERE entry=18484;\n\n/*  Observer's Shield  */\nUPDATE `item_template` SET `BuyPrice` = 172849, `SellPrice` = 34569, `DisenchantID` = 49 WHERE entry=18485;\n\n/*  Mooncloth Robe  */\nUPDATE `item_template` SET `BuyPrice` = 108417, `SellPrice` = 21683, `DisenchantID` = 49 WHERE entry=18486;\n\n/*  Insightful Hood  */\nUPDATE `item_template` SET `BuyPrice` = 93277, `SellPrice` = 18655, `DisenchantID` = 49 WHERE entry=18490;\n\n/*  Lorespinner  */\nUPDATE `item_template` SET `dmg_min1` = 45.0, `dmg_max1` = 68.0 WHERE entry=18491;\n\n/*  Bulky Iron Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 71165, `SellPrice` = 14233, `DisenchantID` = 49 WHERE entry=18493;\n\n/*  Denwatcher's Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 107223, `SellPrice` = 21444, `DisenchantID` = 49 WHERE entry=18494;\n\n/*  Redoubt Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 83851, `SellPrice` = 16770, `DisenchantID` = 49 WHERE entry=18495;\n\n/*  Heliotrope Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 71165, `SellPrice` = 14233, `DisenchantID` = 49 WHERE entry=18496;\n\n/*  Sublime Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 47443, `SellPrice` = 9488, `DisenchantID` = 49 WHERE entry=18497;\n\n/*  Hedgecutter  */\nUPDATE `item_template` SET `BuyPrice` = 237219, `SellPrice` = 47443, `DisenchantID` = 49 WHERE entry=18498;\n\n/*  Barrier Shield  */\nUPDATE `item_template` SET `BuyPrice` = 172945, `SellPrice` = 34589, `DisenchantID` = 49 WHERE entry=18499;\n\n/*  Tarnished Elven Ring  */\nUPDATE `item_template` SET `BuyPrice` = 125360, `SellPrice` = 31340, `DisenchantID` = 49 WHERE entry=18500;\n\n/*  Monstrous Glaive  */\nUPDATE `item_template` SET `BuyPrice` = 350636, `SellPrice` = 70127, `DisenchantID` = 49 WHERE entry=18502;\n\n/*  Kromcrush's Chestplate  */\nUPDATE `item_template` SET `BuyPrice` = 112609, `SellPrice` = 22521, `DisenchantID` = 49 WHERE entry=18503;\n\n/*  Girdle of Insight  */\nUPDATE `item_template` SET `BuyPrice` = 70634, `SellPrice` = 14126, `DisenchantID` = 49 WHERE entry=18504;\n\n/*  Mugger's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 65383, `SellPrice` = 13076, `stat_type2` = 37, `stat_value2` = 12, `DisenchantID` = 49, `spellid_2` = 0 WHERE entry=18505;\n-- UPDATE `item_template` SET `BuyPrice` = 65383, `SellPrice` = 13076, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_2` = 7576 WHERE entry=18505;\n\n/*  Mongoose Boots  */\nUPDATE `item_template` SET `BuyPrice` = 106702, `SellPrice` = 21340, `DisenchantID` = 49 WHERE entry=18506;\n\n/*  Boots of the Full Moon  */\nUPDATE `item_template` SET `BuyPrice` = 78460, `SellPrice` = 15692, `DisenchantID` = 49 WHERE entry=18507;\n\n/*  Swift Flight Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 85970, `SellPrice` = 17194, `DisenchantID` = 49 WHERE entry=18508;\n\n/*  Chromatic Cloak  */\nUPDATE `item_template` SET `armor` = 48, `BuyPrice` = 115033, `SellPrice` = 23006 WHERE entry=18509;\n\n/*  Hide of the Wild  */\nUPDATE `item_template` SET `armor` = 48, `BuyPrice` = 104449, `SellPrice` = 20889 WHERE entry=18510;\n\n/*  Shifting Cloak  */\nUPDATE `item_template` SET `armor` = 48, `BuyPrice` = 104855, `SellPrice` = 20971 WHERE entry=18511;\n\n/*  Barbarous Blade  */\nUPDATE `item_template` SET `BuyPrice` = 365505, `SellPrice` = 73101, `DisenchantID` = 49 WHERE entry=18520;\n\n/*  Grimy Metal Boots  */\nUPDATE `item_template` SET `BuyPrice` = 88032, `SellPrice` = 17606, `DisenchantID` = 49 WHERE entry=18521;\n\n/*  Band of the Ogre King  */\nUPDATE `item_template` SET `BuyPrice` = 145013, `SellPrice` = 36253, `DisenchantID` = 49 WHERE entry=18522;\n\n/*  Brightly Glowing Stone  */\nUPDATE `item_template` SET `BuyPrice` = 139243, `SellPrice` = 34810, `DisenchantID` = 49 WHERE entry=18523;\n\n/*  Leggings of Destruction  */\nUPDATE `item_template` SET `BuyPrice` = 177982, `SellPrice` = 35596, `DisenchantID` = 49 WHERE entry=18524;\n\n/*  Bracers of Prosperity  */\nUPDATE `item_template` SET `BuyPrice` = 68652, `SellPrice` = 13730, `DisenchantID` = 49 WHERE entry=18525;\n\n/*  Crown of the Ogre King  */\nUPDATE `item_template` SET `BuyPrice` = 89621, `SellPrice` = 17924, `DisenchantID` = 49 WHERE entry=18526;\n\n/*  Harmonious Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 89941, `SellPrice` = 17988, `DisenchantID` = 49 WHERE entry=18527;\n\n/*  Cyclone Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 102326, `SellPrice` = 20465, `DisenchantID` = 49 WHERE entry=18528;\n\n/*  Elemental Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 49816, `SellPrice` = 9963, `DisenchantID` = 49 WHERE entry=18529;\n\n/*  Ogre Forged Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 156657, `SellPrice` = 31331, `DisenchantID` = 49 WHERE entry=18530;\n\n/*  Unyielding Maul  */\nUPDATE `item_template` SET `BuyPrice` = 326918, `SellPrice` = 65383, `DisenchantID` = 49 WHERE entry=18531;\n\n/*  Mindsurge Robe  */\nUPDATE `item_template` SET `BuyPrice` = 108145, `SellPrice` = 21629, `DisenchantID` = 49 WHERE entry=18532;\n\n/*  Gordok Bracers of Power  */\nUPDATE `item_template` SET `BuyPrice` = 54922, `SellPrice` = 10984, `DisenchantID` = 49 WHERE entry=18533;\n\n/*  Rod of the Ogre Magi  */\nUPDATE `item_template` SET `BuyPrice` = 357515, `SellPrice` = 71503, `DisenchantID` = 49 WHERE entry=18534;\n\n/*  Counterattack Lodestone  */\nUPDATE `item_template` SET `BuyPrice` = 264540, `SellPrice` = 66135, `DisenchantID` = 49 WHERE entry=18537;\n\n/*  Treant's Bane  */\nUPDATE `item_template` SET `BuyPrice` = 483741, `SellPrice` = 96748, `dmg_min1` = 128.0, `dmg_max1` = 193.0, `spelltrigger_2` = 0 WHERE entry=18538;\n\n/*  Puissant Cape  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 165144, `SellPrice` = 33028 WHERE entry=18541;\n\n/*  Typhoon  */\nUPDATE `item_template` SET `BuyPrice` = 626393, `SellPrice` = 125278 WHERE entry=18542;\n\n/*  Doomhide Gauntlets  */\nUPDATE `item_template` SET `armor` = 133, `BuyPrice` = 146060, `SellPrice` = 29212 WHERE entry=18544;\n\n/*  Leggings of Arcane Supremacy  */\nUPDATE `item_template` SET `armor` = 93, `BuyPrice` = 212731, `SellPrice` = 42546, `spellid_1` = 17830 WHERE entry=18545;\n\n/*  Infernal Headcage  */\nUPDATE `item_template` SET `armor` = 358, `BuyPrice` = 240179, `SellPrice` = 48035 WHERE entry=18546;\n\n/*  Unmelting Ice Girdle  */\nUPDATE `item_template` SET `armor` = 452, `BuyPrice` = 118096, `SellPrice` = 23619 WHERE entry=18547;\n\n/*  The Twin Blades of Azzinoth  */\nUPDATE `item_template` SET `BuyPrice` = 6122369, `SellPrice` = 1224473, `dmg_min1` = 132.0, `dmg_max1` = 139.0 WHERE entry=18582;\n\n/*  Warglaive of Azzinoth (Right)  */\nUPDATE `item_template` SET `BuyPrice` = 5559741, `SellPrice` = 1111948, `dmg_min1` = 85.0, `dmg_max1` = 95.0 WHERE entry=18583;\n\n/*  Warglaive of Azzinoth (Left)  */\nUPDATE `item_template` SET `BuyPrice` = 5581336, `SellPrice` = 1116267, `dmg_min1` = 85.0, `dmg_max1` = 95.0 WHERE entry=18584;\n\n/*  Tome of Sacrifice  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `DisenchantID` = 49 WHERE entry=18602;\n\n/*  Benediction  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_2` = 23236 WHERE entry=18608;\n\n/*  Anathema  */\nUPDATE `item_template` SET `spellid_3` = 23265 WHERE entry=18609;\n\n/*  Keen Machete  */\nUPDATE `item_template` SET `BuyPrice` = 181, `SellPrice` = 36, `bonding` = 2 WHERE entry=18610;\n\n/*  Gnarlpine Leggings  */\nUPDATE `item_template` SET `bonding` = 2 WHERE entry=18611;\n\n/*  Bloody Chain Boots  */\nUPDATE `item_template` SET `BuyPrice` = 171, `SellPrice` = 34, `bonding` = 2 WHERE entry=18612;\n\n/*  Baron Charr's Sceptre  */\nUPDATE `item_template` SET `BuyPrice` = 225923, `SellPrice` = 45184 WHERE entry=18671;\n\n/*  Elemental Ember  */\nUPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=18672;\n\n/*  Avalanchion's Stony Hide  */\nUPDATE `item_template` SET `BuyPrice` = 144591, `SellPrice` = 28918 WHERE entry=18673;\n\n/*  Sash of the Windreaver  */\nUPDATE `item_template` SET `BuyPrice` = 80404, `SellPrice` = 16080, `DisenchantID` = 49, `spellid_1` = 17819 WHERE entry=18676;\n\n/*  Zephyr Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 62439, `SellPrice` = 12487 WHERE entry=18677;\n\n/*  Tempestria's Frozen Necklace  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18678;\n\n/*  Frigid Ring  */\nUPDATE `item_template` SET `spellid_1` = 9404 WHERE entry=18679;\n\n/*  Ancient Bone Bow  */\nUPDATE `item_template` SET `BuyPrice` = 189474, `SellPrice` = 37894, `dmg_min1` = 61.0, `dmg_max1` = 114.0, `DisenchantID` = 49 WHERE entry=18680;\n\n/*  Burial Shawl  */\nUPDATE `item_template` SET `BuyPrice` = 76079, `SellPrice` = 15215, `DisenchantID` = 49 WHERE entry=18681;\n\n/*  Ghoul Skin Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 127282, `SellPrice` = 25456, `DisenchantID` = 49 WHERE entry=18682;\n\n/*  Hammer of the Vesper  */\nUPDATE `item_template` SET `BuyPrice` = 255504, `SellPrice` = 51100, `DisenchantID` = 49 WHERE entry=18683;\n\n/*  Dimly Opalescent Ring  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18684;\n\n/*  Bone Golem Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 122638, `SellPrice` = 24527, `DisenchantID` = 49 WHERE entry=18686;\n\n/*  Phantasmal Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 82301, `SellPrice` = 16460, `DisenchantID` = 49 WHERE entry=18689;\n\n/*  Wraithplate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 110130, `SellPrice` = 22026, `DisenchantID` = 49 WHERE entry=18690;\n\n/*  Dark Advisor's Pendant  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9327 WHERE entry=18691;\n\n/*  Death Knight Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 71877, `SellPrice` = 14375 WHERE entry=18692;\n\n/*  Shivery Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 57127, `SellPrice` = 11425, `DisenchantID` = 49, `spellid_1` = 9305 WHERE entry=18693;\n\n/*  Shadowy Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 129554, `SellPrice` = 25910, `DisenchantID` = 49 WHERE entry=18694;\n\n/*  Spellbound Tome  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18695;\n\n/*  Intricately Runed Shield  */\nUPDATE `item_template` SET `BuyPrice` = 167382, `SellPrice` = 33476, `DisenchantID` = 49 WHERE entry=18696;\n\n/*  Belt of the Ordained  */\nUPDATE `item_template` SET `BuyPrice` = 48478, `SellPrice` = 9695, `DisenchantID` = 49 WHERE entry=18702;\n\n/*  Arena Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 29105, `SellPrice` = 5821 WHERE entry=18712;\n\n/*  Rhok'delar, Longbow of the Ancient Keepers  */\nUPDATE `item_template` SET `dmg_min1` = 89.0, `dmg_max1` = 166.0, `spellid_1` = 7597, `spellid_2` = 21432, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=18713;\n\n/*  Lok'delar, Stave of the Ancient Keepers  */\nUPDATE `item_template` SET `spellid_1` = 7598, `spellid_2` = 14097, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=18715;\n\n/*  Ash Covered Boots  */\nUPDATE `item_template` SET `BuyPrice` = 93277, `SellPrice` = 18655, `DisenchantID` = 49 WHERE entry=18716;\n\n/*  Hammer of the Grand Crusader  */\nUPDATE `item_template` SET `BuyPrice` = 344091, `SellPrice` = 68818, `DisenchantID` = 49 WHERE entry=18717;\n\n/*  Grand Crusader's Helm  */\nUPDATE `item_template` SET `BuyPrice` = 82901, `SellPrice` = 16580, `DisenchantID` = 49 WHERE entry=18718;\n\n/*  Shroud of the Nathrezim  */\nUPDATE `item_template` SET `BuyPrice` = 83532, `SellPrice` = 16706, `DisenchantID` = 49 WHERE entry=18720;\n\n/*  Barrage Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 74724, `SellPrice` = 14944, `DisenchantID` = 49 WHERE entry=18721;\n\n/*  Death Grips  */\nUPDATE `item_template` SET `BuyPrice` = 53442, `SellPrice` = 10688, `DisenchantID` = 49, `spellid_1` = 7219 WHERE entry=18722;\n\n/*  Animated Chain Necklace  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18723;\n\n/*  Magistrate's Cuffs  */\nUPDATE `item_template` SET `BuyPrice` = 56480, `SellPrice` = 11296 WHERE entry=18726;\n\n/*  Anastari Heirloom  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9413 WHERE entry=18728;\n\n/*  Screeching Bow  */\nUPDATE `item_template` SET `dmg_min1` = 70.0, `dmg_max1` = 71.0, `DisenchantID` = 49 WHERE entry=18729;\n\n/*  Shadowy Laced Handwraps  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18730;\n\n/*  Pale Moon Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 85970, `SellPrice` = 17194, `DisenchantID` = 49 WHERE entry=18734;\n\n/*  Maleki's Footwraps  */\nUPDATE `item_template` SET `BuyPrice` = 86266, `SellPrice` = 17253, `DisenchantID` = 49, `spellid_1` = 18009 WHERE entry=18735;\n\n/*  Plaguehound Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 130561, `SellPrice` = 26112, `DisenchantID` = 49 WHERE entry=18736;\n\n/*  Bone Slicing Hatchet  */\nUPDATE `item_template` SET `BuyPrice` = 262137, `SellPrice` = 52427, `DisenchantID` = 49 WHERE entry=18737;\n\n/*  Carapace Spine Crossbow  */\nUPDATE `item_template` SET `BuyPrice` = 187966, `SellPrice` = 37593, `dmg_min1` = 82.0, `dmg_max1` = 124.0, `DisenchantID` = 49 WHERE entry=18738;\n\n/*  Chitinous Plate Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 100624, `SellPrice` = 20124, `DisenchantID` = 49 WHERE entry=18739;\n\n/*  Thuzadin Sash  */\nUPDATE `item_template` SET `BuyPrice` = 50505, `SellPrice` = 10101, `DisenchantID` = 49 WHERE entry=18740;\n\n/*  Morlune's Bracer  */\nUPDATE `item_template` SET `BuyPrice` = 52082, `SellPrice` = 10416, `DisenchantID` = 49 WHERE entry=18741;\n\n/*  Stratholme Militia Shoulderguard  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18742;\n\n/*  Item Properties Test  */\nUPDATE `item_template` SET `spellid_1` = 9417, `spelltrigger_1` = 1, `spellid_2` = 14049, `spelltrigger_2` = 1, `spellid_3` = 9405, `spelltrigger_3` = 1 WHERE entry=18747;\n\n/*  Fel Hardened Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 52306, `SellPrice` = 10461, `DisenchantID` = 49 WHERE entry=18754;\n\n/*  Xorothian Firestick  */\nUPDATE `item_template` SET `BuyPrice` = 215646, `SellPrice` = 43129, `dmg_min1` = 57.0, `dmg_max1` = 108.0, `DisenchantID` = 49 WHERE entry=18755;\n\n/*  Dreadguard's Protector  */\nUPDATE `item_template` SET `BuyPrice` = 167101, `SellPrice` = 33420, `DisenchantID` = 49 WHERE entry=18756;\n\n/*  Diabolic Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 80813, `SellPrice` = 16162, `DisenchantID` = 49 WHERE entry=18757;\n\n/*  Specter's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 270363, `SellPrice` = 54072, `DisenchantID` = 49 WHERE entry=18758;\n\n/*  Malicious Axe  */\nUPDATE `item_template` SET `BuyPrice` = 339223, `SellPrice` = 67844, `DisenchantID` = 49 WHERE entry=18759;\n\n/*  Necromantic Band  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18760;\n\n/*  Oblivion's Touch  */\nUPDATE `item_template` SET `BuyPrice` = 205055, `SellPrice` = 41011, `DisenchantID` = 49 WHERE entry=18761;\n\n/*  Shard of the Green Flame  */\nUPDATE `item_template` SET `spellid_1` = 9294 WHERE entry=18762;\n\n/*  TEST GUN Raid  */\nUPDATE `item_template` SET `spellid_1` = 21432, `spelltrigger_1` = 1 WHERE entry=18764;\n\n/*  TEST GUN Horde50  */\nUPDATE `item_template` SET `spellid_1` = 21432, `spelltrigger_1` = 1 WHERE entry=18765;\n\n/*  TEST 1H Amberseal Keeper  */\nUPDATE `item_template` SET `spellid_1` = 21636, `spelltrigger_1` = 1, `spellid_2` = 23213, `spelltrigger_2` = 1 WHERE entry=18800;\n\n/*  TEST 1H Benediction  */\nUPDATE `item_template` SET `spellid_1` = 23041, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 1800000, `spellcategory_1` = 1031, `spellid_2` = 23236, `spelltrigger_2` = 1 WHERE entry=18801;\n\n/*  Finkle's Lava Dredger  */\nUPDATE `item_template` SET `BuyPrice` = 677972, `SellPrice` = 135594 WHERE entry=18803;\n\n/*  Core Hound Tooth  */\nUPDATE `item_template` SET `BuyPrice` = 546375, `SellPrice` = 109275 WHERE entry=18805;\n\n/*  Core Forged Greaves  */\nUPDATE `item_template` SET `armor` = 634, `BuyPrice` = 168806, `SellPrice` = 33761 WHERE entry=18806;\n\n/*  Helm of Latent Power  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18807;\n\n/*  Gloves of the Hypnotic Flame  */\nUPDATE `item_template` SET `armor` = 67, `BuyPrice` = 113326, `SellPrice` = 22665, `spellid_1` = 17747, `spellid_2` = 9415 WHERE entry=18808;\n\n/*  Sash of Whispered Secrets  */\nUPDATE `item_template` SET `armor` = 61, `BuyPrice` = 108057, `SellPrice` = 21611, `spellid_1` = 18013 WHERE entry=18809;\n\n/*  Wild Growth Spaulders  */\nUPDATE `item_template` SET `armor` = 159, `BuyPrice` = 203394, `SellPrice` = 40678 WHERE entry=18810;\n\n/*  Fireproof Cloak  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 163328, `SellPrice` = 32665 WHERE entry=18811;\n\n/*  Wristguards of True Flight  */\nUPDATE `item_template` SET `armor` = 198, `BuyPrice` = 162290, `SellPrice` = 32458 WHERE entry=18812;\n\n/*  Perdition's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 743570, `SellPrice` = 148714, `spellppmrate_1` = 1.3 WHERE entry=18816;\n\n/*  Crown of Destruction  */\nUPDATE `item_template` SET `armor` = 392, `BuyPrice` = 319878, `SellPrice` = 63975, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7598 WHERE entry=18817;\n\n/*  Obsidian Edged Blade  */\nUPDATE `item_template` SET `BuyPrice` = 628843, `SellPrice` = 125768, `stat_type2` = 37, `stat_value2` = 19, `spellid_1` = 0 WHERE entry=18822;\n-- UPDATE `item_template` SET `BuyPrice` = 628843, `SellPrice` = 125768, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15771 WHERE entry=18822;\n\n/*  Aged Core Leather Gloves  */\nUPDATE `item_template` SET `armor` = 130, `BuyPrice` = 132532, `SellPrice` = 26506, `stat_type3` = 37, `stat_value3` = 12, `spellid_2` = 0 WHERE entry=18823;\n-- UPDATE `item_template` SET `armor` = 130, `BuyPrice` = 132532, `SellPrice` = 26506, `stat_type3` = 0, `stat_value3` = 0, `spellid_2` = 7576 WHERE entry=18823;\n\n/*  Magma Tempered Boots  */\nUPDATE `item_template` SET `armor` = 544, `BuyPrice` = 167591, `SellPrice` = 33518 WHERE entry=18824;\n\n/*  Grand Marshal's Aegis  */\nUPDATE `item_template` SET `armor` = 2929, `BuyPrice` = 159036, `SellPrice` = 31807, `block` = 55 WHERE entry=18825;\n\n/*  High Warlord's Shield Wall  */\nUPDATE `item_template` SET `armor` = 2929, `BuyPrice` = 159587, `SellPrice` = 31917, `block` = 55 WHERE entry=18826;\n\n/*  Grand Marshal's Handaxe  */\nUPDATE `item_template` SET `BuyPrice` = 250241, `SellPrice` = 50048 WHERE entry=18827;\n\n/*  High Warlord's Cleaver  */\nUPDATE `item_template` SET `BuyPrice` = 251127, `SellPrice` = 50225 WHERE entry=18828;\n\n/*  Deep Earth Spaulders  */\nUPDATE `item_template` SET `armor` = 399, `BuyPrice` = 244184, `SellPrice` = 48836, `spellid_1` = 17997 WHERE entry=18829;\n\n/*  Grand Marshal's Sunderer  */\nUPDATE `item_template` SET `BuyPrice` = 286137, `SellPrice` = 57227 WHERE entry=18830;\n\n/*  High Warlord's Battle Axe  */\nUPDATE `item_template` SET `BuyPrice` = 287244, `SellPrice` = 57448 WHERE entry=18831;\n\n/*  Brutality Blade  */\nUPDATE `item_template` SET `BuyPrice` = 520447, `SellPrice` = 104089 WHERE entry=18832;\n\n/*  Grand Marshal's Bullseye  */\nUPDATE `item_template` SET `BuyPrice` = 173657, `SellPrice` = 34731, `dmg_min1` = 66.0, `dmg_max1` = 100.0 WHERE entry=18833;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18834;\n\n/*  High Warlord's Recurve  */\nUPDATE `item_template` SET `BuyPrice` = 174986, `SellPrice` = 34997, `dmg_min1` = 66.0, `dmg_max1` = 100.0 WHERE entry=18835;\n\n/*  Grand Marshal's Repeater  */\nUPDATE `item_template` SET `BuyPrice` = 175650, `SellPrice` = 35130, `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18836;\n\n/*  High Warlord's Crossbow  */\nUPDATE `item_template` SET `BuyPrice` = 176297, `SellPrice` = 35259, `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18837;\n\n/*  Grand Marshal's Dirk  */\nUPDATE `item_template` SET `BuyPrice` = 242293, `SellPrice` = 48458 WHERE entry=18838;\n\n/*  High Warlord's Razor  */\nUPDATE `item_template` SET `BuyPrice` = 244064, `SellPrice` = 48812 WHERE entry=18840;\n\n/*  Staff of Dominance  */\nUPDATE `item_template` SET `BuyPrice` = 693232, `SellPrice` = 138646 WHERE entry=18842;\n\n/*  Grand Marshal's Right Hand Blade  */\nUPDATE `item_template` SET `BuyPrice` = 246698, `SellPrice` = 49339 WHERE entry=18843;\n\n/*  High Warlord's Right Claw  */\nUPDATE `item_template` SET `BuyPrice` = 247584, `SellPrice` = 49516 WHERE entry=18844;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18845;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18846;\n\n/*  Grand Marshal's Left Hand Blade  */\nUPDATE `item_template` SET `BuyPrice` = 250218, `SellPrice` = 50043 WHERE entry=18847;\n\n/*  High Warlord's Left Claw  */\nUPDATE `item_template` SET `BuyPrice` = 251079, `SellPrice` = 50215 WHERE entry=18848;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 42292, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18849;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23274, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18850;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23276, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18851;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 42292, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18852;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23277, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18853;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18854;\n\n/*  Grand Marshal's Hand Cannon  */\nUPDATE `item_template` SET `BuyPrice` = 179726, `SellPrice` = 35945, `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18855;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18856;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 42292, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18857;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 42292, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18858;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23274, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18859;\n\n/*  High Warlord's Street Sweeper  */\nUPDATE `item_template` SET `BuyPrice` = 183012, `SellPrice` = 36602, `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18860;\n\n/*  Flamewaker Legplates  */\nUPDATE `item_template` SET `armor` = 748, `BuyPrice` = 142467, `SellPrice` = 28493 WHERE entry=18861;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23276, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18862;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23277, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18863;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 23276, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18864;\n\n/*  Grand Marshal's Punisher  */\nUPDATE `item_template` SET `BuyPrice` = 248422, `SellPrice` = 49684 WHERE entry=18865;\n\n/*  High Warlord's Bludgeon  */\nUPDATE `item_template` SET `BuyPrice` = 249308, `SellPrice` = 49861 WHERE entry=18866;\n\n/*  Grand Marshal's Battle Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 312712, `SellPrice` = 62542 WHERE entry=18867;\n\n/*  High Warlord's Pulverizer  */\nUPDATE `item_template` SET `BuyPrice` = 313819, `SellPrice` = 62763 WHERE entry=18868;\n\n/*  Grand Marshal's Glaive  */\nUPDATE `item_template` SET `BuyPrice` = 284969, `SellPrice` = 56993 WHERE entry=18869;\n\n/*  Helm of the Lifegiver  */\nUPDATE `item_template` SET `armor` = 324, `BuyPrice` = 156920, `SellPrice` = 31384 WHERE entry=18870;\n\n/*  High Warlord's Pig Sticker  */\nUPDATE `item_template` SET `BuyPrice` = 295085, `SellPrice` = 59017 WHERE entry=18871;\n\n/*  Manastorm Leggings  */\nUPDATE `item_template` SET `armor` = 85, `BuyPrice` = 151971, `SellPrice` = 30394 WHERE entry=18872;\n\n/*  Grand Marshal's Stave  */\nUPDATE `item_template` SET `BuyPrice` = 297299, `SellPrice` = 59459 WHERE entry=18873;\n\n/*  High Warlord's War Staff  */\nUPDATE `item_template` SET `BuyPrice` = 298407, `SellPrice` = 59681 WHERE entry=18874;\n\n/*  Salamander Scale Pants  */\nUPDATE `item_template` SET `armor` = 171, `BuyPrice` = 192227, `SellPrice` = 38445 WHERE entry=18875;\n\n/*  Grand Marshal's Claymore  */\nUPDATE `item_template` SET `BuyPrice` = 300592, `SellPrice` = 60118 WHERE entry=18876;\n\n/*  High Warlord's Greatsword  */\nUPDATE `item_template` SET `BuyPrice` = 301699, `SellPrice` = 60339 WHERE entry=18877;\n\n/*  Sorcerous Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 428226, `SellPrice` = 85645 WHERE entry=18878;\n\n/*  TEST Ragnaros Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 1573535, `SellPrice` = 314707, `dmg_min1` = 180.0, `dmg_max1` = 302.0, `MaxDurability` = 145, `fire_res` = 30, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=18881;\n\n/*  TEST Level 80 Epic  */\nUPDATE `item_template` SET `spellid_1` = 21153, `spelltrigger_1` = 2, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=18882;\n\n/*  Barbaric Bracers  */\nUPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=18948;\n\n/*  Evonice's Landin' Pilla  */\nUPDATE `item_template` SET `spellid_1` = 23409, `spelltrigger_1` = 1, `spellcooldown_1` = -1 WHERE entry=18951;\n\n/*  Ring of Critical Testing  */\nUPDATE `item_template` SET `spellid_1` = 23433, `spelltrigger_1` = 1 WHERE entry=18968;\n\n/*  Ring of Critical Testing 3  */\nUPDATE `item_template` SET `spellid_1` = 23435, `spelltrigger_1` = 1 WHERE entry=18971;\n\n/*  Ring of Critical Testing 4  */\nUPDATE `item_template` SET `spellid_1` = 23440, `spelltrigger_1` = 1 WHERE entry=18982;\n\n/*  Thunderfury, Blessed Blade of the Windseeker  */\nUPDATE `item_template` SET `BuyPrice` = 1276777, `SellPrice` = 255355, `spellppmrate_1` = 8.0, `spelltrigger_2` = 0 WHERE entry=19019;\n\n/*  Nat Pagle's Extreme Angler FC-5000  */\nUPDATE `item_template` SET `spellid_1` = 8082 WHERE entry=19022;\n\n/*  Arena Grand Master  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 13669, `spellcooldown_2` = 1800000 WHERE entry=19024;\n\n/*  Elegant Dress  */\nUPDATE `item_template` SET `BuyPrice` = 5393, `SellPrice` = 1078, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=19028;\n\n/*  Frostwolf Battle Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 10000, `SellPrice` = 2500, `RequiredReputationFaction` = 729, `RequiredReputationRank` = 4 WHERE entry=19031;\n\n/*  Stormpike Battle Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 10000, `SellPrice` = 2500, `RequiredReputationFaction` = 730, `RequiredReputationRank` = 4 WHERE entry=19032;\n\n/*  Emerald Peak Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 29389, `SellPrice` = 5877 WHERE entry=19037;\n\n/*  Zorbin's Mega-Slicer  */\nUPDATE `item_template` SET `BuyPrice` = 97341, `SellPrice` = 19468 WHERE entry=19040;\n\n/*  Might of the Timbermaw  */\nUPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 21 WHERE entry=19044;\n\n/*  Heavy Timbermaw Boots  */\nUPDATE `item_template` SET `BuyPrice` = 140305, `SellPrice` = 28061, `DisenchantID` = 49 WHERE entry=19048;\n\n/*  Timbermaw Brawlers  */\nUPDATE `item_template` SET `BuyPrice` = 77882, `SellPrice` = 15576, `DisenchantID` = 49 WHERE entry=19049;\n\n/*  Mantle of the Timbermaw  */\nUPDATE `item_template` SET `BuyPrice` = 93794, `SellPrice` = 18758, `DisenchantID` = 49 WHERE entry=19050;\n\n/*  Girdle of the Dawn  */\nUPDATE `item_template` SET `BuyPrice` = 46827, `SellPrice` = 9365 WHERE entry=19051;\n\n/*  Dawn Treaders  */\nUPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 13669 WHERE entry=19052;\n\n/*  Gloves of the Dawn  */\nUPDATE `item_template` SET `BuyPrice` = 58031, `SellPrice` = 11606, `DisenchantID` = 49 WHERE entry=19057;\n\n/*  Golden Mantle of the Dawn  */\nUPDATE `item_template` SET `BuyPrice` = 109227, `SellPrice` = 21845, `DisenchantID` = 49 WHERE entry=19058;\n\n/*  Argent Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 87708, `SellPrice` = 17541, `DisenchantID` = 49 WHERE entry=19059;\n\n/*  Emerald Circle  */\nUPDATE `item_template` SET `armor` = 50, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=19065;\n\n/*  Frostwolf Legionnaire's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 75224, `SellPrice` = 15044 WHERE entry=19083;\n\n/*  Stormpike Soldier's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 75500, `SellPrice` = 15100 WHERE entry=19084;\n\n/*  Frostwolf Advisor's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 75776, `SellPrice` = 15155 WHERE entry=19085;\n\n/*  Stormpike Sage's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 76045, `SellPrice` = 15209 WHERE entry=19086;\n\n/*  Frostwolf Plate Belt  */\nUPDATE `item_template` SET `BuyPrice` = 50881, `SellPrice` = 10176 WHERE entry=19087;\n\n/*  Frostwolf Mail Belt  */\nUPDATE `item_template` SET `BuyPrice` = 76597, `SellPrice` = 15319 WHERE entry=19088;\n\n/*  Frostwolf Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 59304, `SellPrice` = 11860 WHERE entry=19089;\n\n/*  Frostwolf Cloth Belt  */\nUPDATE `item_template` SET `BuyPrice` = 51428, `SellPrice` = 10285 WHERE entry=19090;\n\n/*  Stormpike Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 47443, `SellPrice` = 9488 WHERE entry=19091;\n\n/*  Stormpike Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 71165, `SellPrice` = 14233 WHERE entry=19092;\n\n/*  Stormpike Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 59304, `SellPrice` = 11860 WHERE entry=19093;\n\n/*  Stormpike Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 47443, `SellPrice` = 9488 WHERE entry=19094;\n\n/*  Frostwolf Legionnaire's Pendant  */\nUPDATE `item_template` SET `BuyPrice` = 71648, `SellPrice` = 17912 WHERE entry=19095;\n\n/*  Frostwolf Advisor's Pendant  */\nUPDATE `item_template` SET `BuyPrice` = 71648, `SellPrice` = 17912 WHERE entry=19096;\n\n/*  Stormpike Soldier's Pendant  */\nUPDATE `item_template` SET `BuyPrice` = 71648, `SellPrice` = 17912 WHERE entry=19097;\n\n/*  Stormpike Sage's Pendant  */\nUPDATE `item_template` SET `BuyPrice` = 71648, `SellPrice` = 17912 WHERE entry=19098;\n\n/*  Glacial Blade  */\nUPDATE `item_template` SET `BuyPrice` = 315329, `SellPrice` = 63065 WHERE entry=19099;\n\n/*  Electrified Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 316503, `SellPrice` = 63300 WHERE entry=19100;\n\n/*  Whiteout Staff  */\nUPDATE `item_template` SET `BuyPrice` = 397057, `SellPrice` = 79411 WHERE entry=19101;\n\n/*  Crackling Staff  */\nUPDATE `item_template` SET `BuyPrice` = 398525, `SellPrice` = 79705 WHERE entry=19102;\n\n/*  Frostbite  */\nUPDATE `item_template` SET `BuyPrice` = 319995, `SellPrice` = 63999 WHERE entry=19103;\n\n/*  Stormstrike Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 321137, `SellPrice` = 64227 WHERE entry=19104;\n\n/*  Frost Runed Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 87704, `SellPrice` = 17540, `DisenchantID` = 49, `spellid_1` = 17901 WHERE entry=19105;\n\n/*  Ice Barbed Spear  */\nUPDATE `item_template` SET `BuyPrice` = 366765, `SellPrice` = 73353, `DisenchantID` = 49 WHERE entry=19106;\n\n/*  Bloodseeker  */\nUPDATE `item_template` SET `BuyPrice` = 220858, `SellPrice` = 44171, `dmg_min1` = 85.0, `dmg_max1` = 128.0, `DisenchantID` = 49 WHERE entry=19107;\n\n/*  Wand of Biting Cold  */\nUPDATE `item_template` SET `BuyPrice` = 221635, `SellPrice` = 44327, `DisenchantID` = 49, `spellid_1` = 9304 WHERE entry=19108;\n\n/*  Deep Rooted Ring  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19109;\n\n/*  Cold Forged Blade  */\nUPDATE `item_template` SET `BuyPrice` = 274611, `SellPrice` = 54922, `DisenchantID` = 49 WHERE entry=19110;\n\n/*  Winteraxe Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 124124, `SellPrice` = 24824, `DisenchantID` = 49 WHERE entry=19111;\n\n/*  Frozen Steel Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 54922, `SellPrice` = 10984, `DisenchantID` = 49 WHERE entry=19112;\n\n/*  Yeti Hide Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 68652, `SellPrice` = 13730, `DisenchantID` = 49 WHERE entry=19113;\n\n/*  Highland Bow  */\nUPDATE `item_template` SET `BuyPrice` = 89435, `SellPrice` = 17887, `dmg_min1` = 41.0, `dmg_max1` = 77.0 WHERE entry=19114;\n\n/*  Deep Woodlands Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 42929, `SellPrice` = 8585 WHERE entry=19121;\n\n/*  Slagplate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 41296, `SellPrice` = 8259 WHERE entry=19124;\n\n/*  Slagplate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 22255, `SellPrice` = 4451 WHERE entry=19126;\n\n/*  Everglowing Robe  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=19129;\n\n/*  Cold Snap  */\nUPDATE `item_template` SET `BuyPrice` = 388958, `SellPrice` = 77791, `spellid_1` = 9307 WHERE entry=19130;\n\n/*  Snowblind Shoes  */\nUPDATE `item_template` SET `armor` = 73, `BuyPrice` = 148730, `SellPrice` = 29746 WHERE entry=19131;\n\n/*  Crystal Adorned Crown  */\nUPDATE `item_template` SET `armor` = 85, `BuyPrice` = 142191, `SellPrice` = 28438 WHERE entry=19132;\n\n/*  Fel Infused Leggings  */\nUPDATE `item_template` SET `armor` = 95, `BuyPrice` = 216387, `SellPrice` = 43277, `spellid_1` = 23594 WHERE entry=19133;\n\n/*  Flayed Doomguard Belt  */\nUPDATE `item_template` SET `armor` = 115, `BuyPrice` = 116827, `SellPrice` = 23365 WHERE entry=19134;\n\n/*  Blacklight Bracer  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 84772, `SellPrice` = 16954 WHERE entry=19135;\n\n/*  Mana Igniting Cord  */\nUPDATE `item_template` SET `armor` = 61, `BuyPrice` = 111403, `SellPrice` = 22280 WHERE entry=19136;\n\n/*  Onslaught Girdle  */\nUPDATE `item_template` SET `armor` = 494, `BuyPrice` = 157346, `SellPrice` = 31469 WHERE entry=19137;\n\n/*  Fireguard Shoulders  */\nUPDATE `item_template` SET `armor` = 159, `BuyPrice` = 211221, `SellPrice` = 42244 WHERE entry=19139;\n\n/*  Flameguard Gauntlets  */\nUPDATE `item_template` SET `armor` = 488, `BuyPrice` = 106417, `SellPrice` = 21283 WHERE entry=19143;\n\n/*  Sabatons of the Flamewalker  */\nUPDATE `item_template` SET `armor` = 298, `BuyPrice` = 229869, `SellPrice` = 45973 WHERE entry=19144;\n\n/*  Robe of Volatile Power  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 185169, `SellPrice` = 37033, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18382 WHERE entry=19145;\n\n/*  Wristguards of Stability  */\nUPDATE `item_template` SET `armor` = 86, `BuyPrice` = 100919, `SellPrice` = 20183 WHERE entry=19146;\n\n/*  Dark Iron Helm  */\nUPDATE `item_template` SET `armor` = 758, `BuyPrice` = 126998, `SellPrice` = 25399 WHERE entry=19148;\n\n/*  Lava Belt  */\nUPDATE `item_template` SET `armor` = 223, `BuyPrice` = 106243, `SellPrice` = 21248, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=19149;\n\n/*  Flarecore Robe  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 174557, `SellPrice` = 34911 WHERE entry=19156;\n\n/*  Chromatic Gauntlets  */\nUPDATE `item_template` SET `armor` = 279, `BuyPrice` = 159715, `SellPrice` = 31943, `stat_type1` = 0, `stat_value1` = 0, `spellid_2` = 7597, `spellid_3` = 18384 WHERE entry=19157;\n\n/*  TEST Sulfuras, Hand of Ragnaros  */\nUPDATE `item_template` SET `BuyPrice` = 1573535, `SellPrice` = 314707, `dmg_min1` = 180.0, `dmg_max1` = 302.0, `MaxDurability` = 145, `fire_res` = 30, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=19158;\n\n/*  Corehound Belt  */\nUPDATE `item_template` SET `armor` = 118, `BuyPrice` = 139159, `SellPrice` = 27831 WHERE entry=19162;\n\n/*  Molten Belt  */\nUPDATE `item_template` SET `armor` = 118, `BuyPrice` = 139659, `SellPrice` = 27931 WHERE entry=19163;\n\n/*  Dark Iron Gauntlets  */\nUPDATE `item_template` SET `armor` = 495, `BuyPrice` = 112127, `SellPrice` = 22425 WHERE entry=19164;\n\n/*  Flarecore Leggings  */\nUPDATE `item_template` SET `armor` = 94, `BuyPrice` = 225032, `SellPrice` = 45006, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0 WHERE entry=19165;\n\n/*  Black Amnesty  */\nUPDATE `item_template` SET `BuyPrice` = 464480, `SellPrice` = 92896 WHERE entry=19166;\n\n/*  Blackfury  */\nUPDATE `item_template` SET `BuyPrice` = 582655, `SellPrice` = 116531 WHERE entry=19167;\n\n/*  Blackguard  */\nUPDATE `item_template` SET `BuyPrice` = 514451, `SellPrice` = 102890 WHERE entry=19168;\n\n/*  Nightfall  */\nUPDATE `item_template` SET `BuyPrice` = 645562, `SellPrice` = 129112, `spellppmrate_1` = 1.375 WHERE entry=19169;\n\n/*  Ebon Hand  */\nUPDATE `item_template` SET `BuyPrice` = 518448, `SellPrice` = 103689 WHERE entry=19170;\n\n/*  Fast Test Fist  */\nUPDATE `item_template` SET `spellid_1` = 23674, `spelltrigger_1` = 1 WHERE entry=19226;\n\n/*  Darkmoon Card: Heroism  */\nUPDATE `item_template` SET `bonding` = 1, `spellppmrate_1` = 2.0 WHERE entry=19287;\n\n/*  Darkmoon Card: Blue Dragon  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=19288;\n\n/*  Darkmoon Card: Maelstrom  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=19289;\n\n/*  Darkmoon Card: Twisting Nether  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=19290;\n\n/*  Darkmoon Necklace  */\nUPDATE `item_template` SET `Quality` = 3, `DisenchantID` = 47 WHERE entry=19303;\n\n/*  Tome of Arcane Domination  */\nUPDATE `item_template` SET `BuyPrice` = 500000, `SellPrice` = 125000, `spellid_1` = 17829 WHERE entry=19308;\n\n/*  Tome of Shadow Force  */\nUPDATE `item_template` SET `BuyPrice` = 500000, `SellPrice` = 125000, `spellid_1` = 18014, `spelltrigger_2` = 0 WHERE entry=19309;\n\n/*  Tome of the Ice Lord  */\nUPDATE `item_template` SET `BuyPrice` = 500000, `SellPrice` = 125000, `spellid_1` = 17896, `spelltrigger_2` = 0 WHERE entry=19310;\n\n/*  Tome of Fiery Arcana  */\nUPDATE `item_template` SET `BuyPrice` = 500000, `SellPrice` = 125000, `spellid_1` = 17875, `spelltrigger_2` = 0 WHERE entry=19311;\n\n/*  Lei of the Lifegiver  */\nUPDATE `item_template` SET `BuyPrice` = 500000, `SellPrice` = 125000 WHERE entry=19312;\n\n/*  Therazane's Touch  */\nUPDATE `item_template` SET `BuyPrice` = 500000, `SellPrice` = 125000, `stat_type1` = 5, `spelltrigger_2` = 0 WHERE entry=19315;\n\n/*  The Immovable Object  */\nUPDATE `item_template` SET `armor` = 2468, `BuyPrice` = 795297, `SellPrice` = 159059, `block` = 44 WHERE entry=19321;\n\n/*  The Unstoppable Force  */\nUPDATE `item_template` SET `BuyPrice` = 1564900, `SellPrice` = 312980 WHERE entry=19323;\n\n/*  The Lobotomizer  */\nUPDATE `item_template` SET `BuyPrice` = 1256618, `SellPrice` = 251323 WHERE entry=19324;\n\n/*  Don Julio's Band  */\nUPDATE `item_template` SET `BuyPrice` = 755555, `SellPrice` = 188888 WHERE entry=19325;\n\n/*  The Untamed Blade  */\nUPDATE `item_template` SET `BuyPrice` = 802268, `SellPrice` = 160453, `spellppmrate_1` = 2.0 WHERE entry=19334;\n\n/*  Spineshatter  */\nUPDATE `item_template` SET `BuyPrice` = 644128, `SellPrice` = 128825 WHERE entry=19335;\n\n/*  Dragonfang Blade  */\nUPDATE `item_template` SET `BuyPrice` = 654536, `SellPrice` = 130907 WHERE entry=19346;\n\n/*  Claw of Chromaggus  */\nUPDATE `item_template` SET `BuyPrice` = 760520, `SellPrice` = 152104 WHERE entry=19347;\n\n/*  Red Dragonscale Protector  */\nUPDATE `item_template` SET `armor` = 2787, `BuyPrice` = 422012, `SellPrice` = 84402, `block` = 51 WHERE entry=19348;\n\n/*  Elementium Reinforced Bulwark  */\nUPDATE `item_template` SET `armor` = 2893, `BuyPrice` = 490283, `SellPrice` = 98056, `block` = 54 WHERE entry=19349;\n\n/*  Heartstriker  */\nUPDATE `item_template` SET `BuyPrice` = 523048, `SellPrice` = 104609, `dmg_min1` = 80.0, `dmg_max1` = 149.0 WHERE entry=19350;\n\n/*  Maladath, Runed Blade of the Black Flight  */\nUPDATE `item_template` SET `BuyPrice` = 699948, `SellPrice` = 139989, `stat_type1` = 37, `stat_value1` = 9, `spellid_2` = 0 WHERE entry=19351;\n-- UPDATE `item_template` SET `BuyPrice` = 699948, `SellPrice` = 139989, `stat_type1` = 0, `stat_value1` = 0, `spellid_2` = 14121 WHERE entry=19351;\n\n/*  Chromatically Tempered Sword  */\nUPDATE `item_template` SET `BuyPrice` = 794646, `SellPrice` = 158929 WHERE entry=19352;\n\n/*  Drake Talon Cleaver  */\nUPDATE `item_template` SET `BuyPrice` = 904062, `SellPrice` = 180812 WHERE entry=19353;\n\n/*  Draconic Avenger  */\nUPDATE `item_template` SET `BuyPrice` = 675430, `SellPrice` = 135086 WHERE entry=19354;\n\n/*  Shadow Wing Focus Staff  */\nUPDATE `item_template` SET `BuyPrice` = 824178, `SellPrice` = 164835, `dmg_min1` = 142.2, `dmg_max1` = 237.2 WHERE entry=19355;\n\n/*  Staff of the Shadow Flame  */\nUPDATE `item_template` SET `BuyPrice` = 1108750, `SellPrice` = 221750, `dmg_min1` = 141.8, `dmg_max1` = 247.8 WHERE entry=19356;\n\n/*  Herald of Woe  */\nUPDATE `item_template` SET `BuyPrice` = 830469, `SellPrice` = 166093 WHERE entry=19357;\n\n/*  Draconic Maul  */\nUPDATE `item_template` SET `BuyPrice` = 653192, `SellPrice` = 130638 WHERE entry=19358;\n\n/*  Lok'amir il Romathis  */\nUPDATE `item_template` SET `BuyPrice` = 900581, `SellPrice` = 180116, `dmg_min1` = 47.9, `dmg_max1` = 127.9 WHERE entry=19360;\n\n/*  Ashjre'thul, Crossbow of Smiting  */\nUPDATE `item_template` SET `BuyPrice` = 557734, `SellPrice` = 111546, `dmg_min1` = 124.0, `dmg_max1` = 186.0 WHERE entry=19361;\n\n/*  Doom's Edge  */\nUPDATE `item_template` SET `BuyPrice` = 530494, `SellPrice` = 106098 WHERE entry=19362;\n\n/*  Crul'shorukh, Edge of Chaos  */\nUPDATE `item_template` SET `BuyPrice` = 910743, `SellPrice` = 182148 WHERE entry=19363;\n\n/*  Ashkandi, Greatsword of the Brotherhood  */\nUPDATE `item_template` SET `BuyPrice` = 1142587, `SellPrice` = 228517 WHERE entry=19364;\n\n/*  Claw of the Black Drake  */\nUPDATE `item_template` SET `BuyPrice` = 684643, `SellPrice` = 136928 WHERE entry=19365;\n\n/*  Dragon's Touch  */\nUPDATE `item_template` SET `BuyPrice` = 517308, `SellPrice` = 103461 WHERE entry=19367;\n\n/*  Dragonbreath Hand Cannon  */\nUPDATE `item_template` SET `BuyPrice` = 532872, `SellPrice` = 106574, `dmg_min1` = 86.0, `dmg_max1` = 160.0 WHERE entry=19368;\n\n/*  Gloves of Rapid Evolution  */\nUPDATE `item_template` SET `armor` = 70, `BuyPrice` = 129350, `SellPrice` = 25870 WHERE entry=19369;\n\n/*  Mantle of the Blackwing Cabal  */\nUPDATE `item_template` SET `armor` = 84, `BuyPrice` = 194720, `SellPrice` = 38944 WHERE entry=19370;\n\n/*  Helm of Endless Rage  */\nUPDATE `item_template` SET `armor` = 679, `BuyPrice` = 205894, `SellPrice` = 41178 WHERE entry=19372;\n\n/*  Black Brood Pauldrons  */\nUPDATE `item_template` SET `armor` = 357, `BuyPrice` = 326877, `SellPrice` = 65375 WHERE entry=19373;\n\n/*  Bracers of Arcane Accuracy  */\nUPDATE `item_template` SET `armor` = 50, `BuyPrice` = 131344, `SellPrice` = 26268 WHERE entry=19374;\n\n/*  Mish'undare, Circlet of the Mind Flayer  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 292214, `SellPrice` = 58442 WHERE entry=19375;\n\n/*  Prestor's Talisman of Connivery  */\nUPDATE `item_template` SET `stat_value1` = 30, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19377;\n\n/*  Cloak of the Brood Lord  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 295575, `SellPrice` = 59115 WHERE entry=19378;\n\n/*  Neltharion's Tear  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_2` = 23729 WHERE entry=19379;\n\n/*  Therazane's Link  */\nUPDATE `item_template` SET `armor` = 295, `BuyPrice` = 297806, `SellPrice` = 59561 WHERE entry=19380;\n\n/*  Boots of the Shadow Flame  */\nUPDATE `item_template` SET `armor` = 286, `BuyPrice` = 373670, `SellPrice` = 74734 WHERE entry=19381;\n\n/*  Empowered Leggings  */\nUPDATE `item_template` SET `armor` = 103, `BuyPrice` = 309954, `SellPrice` = 61990 WHERE entry=19385;\n\n/*  Elementium Threaded Cloak  */\nUPDATE `item_template` SET `armor` = 169, `BuyPrice` = 233309, `SellPrice` = 46661 WHERE entry=19386;\n\n/*  Chromatic Boots  */\nUPDATE `item_template` SET `armor` = 596, `BuyPrice` = 234130, `SellPrice` = 46826 WHERE entry=19387;\n\n/*  Angelista's Grasp  */\nUPDATE `item_template` SET `armor` = 66, `BuyPrice` = 156649, `SellPrice` = 31329 WHERE entry=19388;\n\n/*  Taut Dragonhide Shoulderpads  */\nUPDATE `item_template` SET `armor` = 170, `BuyPrice` = 294771, `SellPrice` = 58954 WHERE entry=19389;\n\n/*  Taut Dragonhide Gloves  */\nUPDATE `item_template` SET `armor` = 142, `BuyPrice` = 197217, `SellPrice` = 39443 WHERE entry=19390;\n\n/*  Shimmering Geta  */\nUPDATE `item_template` SET `armor` = 81, `BuyPrice` = 237481, `SellPrice` = 47496 WHERE entry=19391;\n\n/*  Girdle of the Fallen Crusader  */\nUPDATE `item_template` SET `armor` = 488, `BuyPrice` = 158883, `SellPrice` = 31776 WHERE entry=19392;\n\n/*  Primalist's Linked Waistguard  */\nUPDATE `item_template` SET `armor` = 275, `BuyPrice` = 239169, `SellPrice` = 47833 WHERE entry=19393;\n\n/*  Drake Talon Pauldrons  */\nUPDATE `item_template` SET `armor` = 634, `BuyPrice` = 196975, `SellPrice` = 39395 WHERE entry=19394;\n\n/*  Taut Dragonhide Belt  */\nUPDATE `item_template` SET `armor` = 125, `BuyPrice` = 165421, `SellPrice` = 33084 WHERE entry=19396;\n\n/*  Cloak of Firemaw  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 200015, `SellPrice` = 40003 WHERE entry=19398;\n\n/*  Black Ash Robe  */\nUPDATE `item_template` SET `armor` = 114, `BuyPrice` = 267707, `SellPrice` = 53541 WHERE entry=19399;\n\n/*  Firemaw's Clutch  */\nUPDATE `item_template` SET `armor` = 64, `BuyPrice` = 138017, `SellPrice` = 27603 WHERE entry=19400;\n\n/*  Primalist's Linked Legguards  */\nUPDATE `item_template` SET `armor` = 417, `BuyPrice` = 415584, `SellPrice` = 83116 WHERE entry=19401;\n\n/*  Legguards of the Fallen Crusader  */\nUPDATE `item_template` SET `armor` = 740, `BuyPrice` = 278048, `SellPrice` = 55609 WHERE entry=19402;\n\n/*  Malfurion's Blessed Bulwark  */\nUPDATE `item_template` SET `armor` = 392, `BuyPrice` = 351387, `SellPrice` = 70277 WHERE entry=19405;\n\n/*  Ebony Flame Gloves  */\nUPDATE `item_template` SET `armor` = 72, `BuyPrice` = 141561, `SellPrice` = 28312, `spellid_1` = 18020 WHERE entry=19407;\n\n/*  Shroud of Pure Thought  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 214596, `SellPrice` = 42919 WHERE entry=19430;\n\n/*  Emberweave Leggings  */\nUPDATE `item_template` SET `armor` = 417, `BuyPrice` = 403299, `SellPrice` = 80659 WHERE entry=19433;\n\n/*  Band of Dark Dominion  */\nUPDATE `item_template` SET `spellid_1` = 18013 WHERE entry=19434;\n\n/*  Essence Gatherer  */\nUPDATE `item_template` SET `BuyPrice` = 397992, `SellPrice` = 79598 WHERE entry=19435;\n\n/*  Cloak of Draconic Might  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 159780, `SellPrice` = 31956 WHERE entry=19436;\n\n/*  Boots of Pure Thought  */\nUPDATE `item_template` SET `armor` = 74, `BuyPrice` = 160379, `SellPrice` = 32075 WHERE entry=19437;\n\n/*  Ringo's Blizzard Boots  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 169028, `SellPrice` = 33805, `spellid_1` = 17900 WHERE entry=19438;\n\n/*  Interlaced Shadow Jerkin  */\nUPDATE `item_template` SET `armor` = 212, `BuyPrice` = 282763, `SellPrice` = 56552 WHERE entry=19439;\n\n/*  Warsong Battle Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 50000, `SellPrice` = 12500, `RequiredReputationFaction` = 889, `RequiredReputationRank` = 7 WHERE entry=19505;\n\n/*  Silverwing Battle Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 50000, `SellPrice` = 12500, `RequiredReputationFaction` = 890, `RequiredReputationRank` = 7 WHERE entry=19506;\n\n/*  Inquisitor's Shawl  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 40, `BuyPrice` = 8507, `SellPrice` = 1701, `MaxDurability` = 45, `stat_value1` = 8, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 9415 WHERE entry=19507;\n\n/*  Branded Leather Bracers  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 49, `BuyPrice` = 7116, `SellPrice` = 1423, `MaxDurability` = 30, `stat_value1` = 4, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 9142 WHERE entry=19508;\n\n/*  Dusty Mail Boots  */\nUPDATE `item_template` SET `Quality` = 2, `armor` = 221, `BuyPrice` = 12917, `SellPrice` = 2583, `MaxDurability` = 50, `stat_value1` = 9, `DisenchantID` = 7 WHERE entry=19509;\n\n/*  Legionnaire's Band  */\nUPDATE `item_template` SET `BuyPrice` = 75000, `SellPrice` = 18750 WHERE entry=19510;\n\n/*  Legionnaire's Band  */\nUPDATE `item_template` SET `BuyPrice` = 60000, `SellPrice` = 15000 WHERE entry=19511;\n\n/*  Legionnaire's Band  */\nUPDATE `item_template` SET `BuyPrice` = 45000, `SellPrice` = 11250 WHERE entry=19512;\n\n/*  Legionnaire's Band  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=19513;\n\n/*  Protector's Band  */\nUPDATE `item_template` SET `BuyPrice` = 75000, `SellPrice` = 18750 WHERE entry=19514;\n\n/*  Protector's Band  */\nUPDATE `item_template` SET `BuyPrice` = 45000, `SellPrice` = 11250 WHERE entry=19515;\n\n/*  Protector's Band  */\nUPDATE `item_template` SET `BuyPrice` = 60000, `SellPrice` = 15000 WHERE entry=19516;\n\n/*  Protector's Band  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=19517;\n\n/*  Advisor's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 75000, `SellPrice` = 18750 WHERE entry=19518;\n\n/*  Advisor's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 60000, `SellPrice` = 15000 WHERE entry=19519;\n\n/*  Advisor's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 45000, `SellPrice` = 11250, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=19520;\n\n/*  Advisor's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=19521;\n\n/*  Lorekeeper's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 75000, `SellPrice` = 18750 WHERE entry=19522;\n\n/*  Lorekeeper's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 60000, `SellPrice` = 15000 WHERE entry=19523;\n\n/*  Lorekeeper's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 45000, `SellPrice` = 11250 WHERE entry=19524;\n\n/*  Lorekeeper's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=19525;\n\n/*  Battle Healer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 90580, `SellPrice` = 18116 WHERE entry=19526;\n\n/*  Battle Healer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 48159, `SellPrice` = 9631 WHERE entry=19527;\n\n/*  Battle Healer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 23904, `SellPrice` = 4780 WHERE entry=19528;\n\n/*  Battle Healer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 10613, `SellPrice` = 2122 WHERE entry=19529;\n\n/*  Caretaker's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 85492, `SellPrice` = 17098 WHERE entry=19530;\n\n/*  Caretaker's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 50242, `SellPrice` = 10048 WHERE entry=19531;\n\n/*  Caretaker's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 24934, `SellPrice` = 4986 WHERE entry=19532;\n\n/*  Caretaker's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 10772, `SellPrice` = 2154 WHERE entry=19533;\n\n/*  Scout's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 75000, `SellPrice` = 18750 WHERE entry=19534;\n\n/*  Scout's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 60000, `SellPrice` = 15000 WHERE entry=19535;\n\n/*  Scout's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 45000, `SellPrice` = 11250 WHERE entry=19536;\n\n/*  Scout's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=19537;\n\n/*  Sentinel's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 75000, `SellPrice` = 18750 WHERE entry=19538;\n\n/*  Sentinel's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 60000, `SellPrice` = 15000 WHERE entry=19539;\n\n/*  Sentinel's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 45000, `SellPrice` = 11250 WHERE entry=19540;\n\n/*  Sentinel's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=19541;\n\n/*  Scout's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 297673, `SellPrice` = 59534 WHERE entry=19542;\n\n/*  Scout's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 174910, `SellPrice` = 34982 WHERE entry=19543;\n\n/*  Scout's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 86791, `SellPrice` = 17358 WHERE entry=19544;\n\n/*  Scout's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 34845, `SellPrice` = 6969 WHERE entry=19545;\n\n/*  Sentinel's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 280715, `SellPrice` = 56143 WHERE entry=19546;\n\n/*  Sentinel's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 164981, `SellPrice` = 32996 WHERE entry=19547;\n\n/*  Sentinel's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 81882, `SellPrice` = 16376 WHERE entry=19548;\n\n/*  Sentinel's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 35372, `SellPrice` = 7074 WHERE entry=19549;\n\n/*  Legionnaire's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 274611, `SellPrice` = 54922 WHERE entry=19550;\n\n/*  Legionnaire's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 160783, `SellPrice` = 32156 WHERE entry=19551;\n\n/*  Legionnaire's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 79498, `SellPrice` = 15899 WHERE entry=19552;\n\n/*  Legionnaire's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 34217, `SellPrice` = 6843 WHERE entry=19553;\n\n/*  Protector's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 274611, `SellPrice` = 54922 WHERE entry=19554;\n\n/*  Protector's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 160783, `SellPrice` = 32156 WHERE entry=19555;\n\n/*  Protector's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 79498, `SellPrice` = 15899 WHERE entry=19556;\n\n/*  Protector's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 36427, `SellPrice` = 7285 WHERE entry=19557;\n\n/*  Outrider's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 220059, `SellPrice` = 44011, `dmg_min1` = 54.0, `dmg_max1` = 101.0 WHERE entry=19558;\n\n/*  Outrider's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 120587, `SellPrice` = 24117, `dmg_min1` = 46.0, `dmg_max1` = 86.0 WHERE entry=19559;\n\n/*  Outrider's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 59624, `SellPrice` = 11924, `dmg_min1` = 38.0, `dmg_max1` = 71.0 WHERE entry=19560;\n\n/*  Outrider's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 25663, `SellPrice` = 5132, `dmg_min1` = 28.0, `dmg_max1` = 52.0 WHERE entry=19561;\n\n/*  Outrunner's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 205958, `SellPrice` = 41191, `dmg_min1` = 54.0, `dmg_max1` = 101.0 WHERE entry=19562;\n\n/*  Outrunner's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 120587, `SellPrice` = 24117, `dmg_min1` = 46.0, `dmg_max1` = 86.0 WHERE entry=19563;\n\n/*  Outrunner's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 59624, `SellPrice` = 11924, `dmg_min1` = 38.0, `dmg_max1` = 71.0 WHERE entry=19564;\n\n/*  Outrunner's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 25663, `SellPrice` = 5132, `dmg_min1` = 28.0, `dmg_max1` = 52.0 WHERE entry=19565;\n\n/*  Advisor's Gnarled Staff  */\nUPDATE `item_template` SET `BuyPrice` = 350857, `SellPrice` = 70171 WHERE entry=19566;\n\n/*  Advisor's Gnarled Staff  */\nUPDATE `item_template` SET `BuyPrice` = 200979, `SellPrice` = 40195 WHERE entry=19567;\n\n/*  Advisor's Gnarled Staff  */\nUPDATE `item_template` SET `BuyPrice` = 99373, `SellPrice` = 19874 WHERE entry=19568;\n\n/*  Advisor's Gnarled Staff  */\nUPDATE `item_template` SET `BuyPrice` = 42771, `SellPrice` = 8554 WHERE entry=19569;\n\n/*  Lorekeeper's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 356148, `SellPrice` = 71229 WHERE entry=19570;\n\n/*  Lorekeeper's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 209282, `SellPrice` = 41856 WHERE entry=19571;\n\n/*  Lorekeeper's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 103864, `SellPrice` = 20772 WHERE entry=19572;\n\n/*  Lorekeeper's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 44870, `SellPrice` = 8974 WHERE entry=19573;\n\n/*  Rage of Mugamba  */\nUPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_2` = 13675 WHERE entry=19577;\n\n/*  Berserker Bracers  */\nUPDATE `item_template` SET `armor` = 323, `BuyPrice` = 88497, `SellPrice` = 17699 WHERE entry=19578;\n\n/*  Berserker Bracers  */\nUPDATE `item_template` SET `armor` = 275, `BuyPrice` = 48175, `SellPrice` = 9635 WHERE entry=19580;\n\n/*  Berserker Bracers  */\nUPDATE `item_template` SET `armor` = 229, `BuyPrice` = 24727, `SellPrice` = 4945 WHERE entry=19581;\n\n/*  Windtalker's Wristguards  */\nUPDATE `item_template` SET `armor` = 182, `BuyPrice` = 121103, `SellPrice` = 24220 WHERE entry=19582;\n\n/*  Windtalker's Wristguards  */\nUPDATE `item_template` SET `armor` = 156, `BuyPrice` = 72262, `SellPrice` = 14452 WHERE entry=19583;\n\n/*  Windtalker's Wristguards  */\nUPDATE `item_template` SET `armor` = 130, `BuyPrice` = 37090, `SellPrice` = 7418 WHERE entry=19584;\n\n/*  Forest Stalker's Bracers  */\nUPDATE `item_template` SET `armor` = 86, `BuyPrice` = 100919, `SellPrice` = 20183 WHERE entry=19587;\n\n/*  Forest Stalker's Bracers  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 60218, `SellPrice` = 12043 WHERE entry=19589;\n\n/*  Forest Stalker's Bracers  */\nUPDATE `item_template` SET `armor` = 64, `BuyPrice` = 30909, `SellPrice` = 6181 WHERE entry=19590;\n\n/*  Dryad's Wrist Bindings  */\nUPDATE `item_template` SET `armor` = 44, `BuyPrice` = 87549, `SellPrice` = 17509 WHERE entry=19595;\n\n/*  Dryad's Wrist Bindings  */\nUPDATE `item_template` SET `armor` = 37, `BuyPrice` = 52427, `SellPrice` = 10485 WHERE entry=19596;\n\n/*  Dryad's Wrist Bindings  */\nUPDATE `item_template` SET `armor` = 31, `BuyPrice` = 27006, `SellPrice` = 5401 WHERE entry=19597;\n\n/*  Maelstrom's Wrath  */\nUPDATE `item_template` SET `stat_value1` = 15, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19621;\n\n/*  Bloodvine Vest  */\nUPDATE `item_template` SET `BuyPrice` = 125179, `SellPrice` = 25035, `DisenchantID` = 49 WHERE entry=19682;\n\n/*  Bloodvine Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 125649, `SellPrice` = 25129, `DisenchantID` = 49 WHERE entry=19683;\n\n/*  Bloodvine Boots  */\nUPDATE `item_template` SET `BuyPrice` = 94579, `SellPrice` = 18915, `DisenchantID` = 49 WHERE entry=19684;\n\n/*  Primal Batskin Jerkin  */\nUPDATE `item_template` SET `BuyPrice` = 158220, `SellPrice` = 31644, `DisenchantID` = 49 WHERE entry=19685;\n\n/*  Primal Batskin Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 79403, `SellPrice` = 15880, `DisenchantID` = 49 WHERE entry=19686;\n\n/*  Primal Batskin Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 79697, `SellPrice` = 15939, `DisenchantID` = 49 WHERE entry=19687;\n\n/*  Blood Tiger Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 159965, `SellPrice` = 31993, `DisenchantID` = 49 WHERE entry=19688;\n\n/*  Blood Tiger Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 120414, `SellPrice` = 24082, `DisenchantID` = 49 WHERE entry=19689;\n\n/*  Bloodsoul Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 198415, `SellPrice` = 39683, `DisenchantID` = 49 WHERE entry=19690;\n\n/*  Bloodsoul Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 150003, `SellPrice` = 30000, `DisenchantID` = 49 WHERE entry=19691;\n\n/*  Bloodsoul Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 99902, `SellPrice` = 19980, `DisenchantID` = 49 WHERE entry=19692;\n\n/*  Darksoul Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 120963, `SellPrice` = 24192, `DisenchantID` = 49 WHERE entry=19693;\n\n/*  Darksoul Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 121433, `SellPrice` = 24286, `DisenchantID` = 49 WHERE entry=19694;\n\n/*  Darksoul Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 91427, `SellPrice` = 18285, `DisenchantID` = 49 WHERE entry=19695;\n\n/*  Rune of the Dawn  */\nUPDATE `item_template` SET `spellid_2` = 17670, `spelltrigger_2` = 1 WHERE entry=19812;\n\n/*  Zandalar Vindicator's Breastplate  */\nUPDATE `item_template` SET `armor` = 828 WHERE entry=19822;\n\n/*  Zandalar Vindicator's Belt  */\nUPDATE `item_template` SET `armor` = 391 WHERE entry=19823;\n\n/*  Zandalar Vindicator's Armguards  */\nUPDATE `item_template` SET `armor` = 304 WHERE entry=19824;\n\n/*  Zandalar Freethinker's Breastplate  */\nUPDATE `item_template` SET `armor` = 738 WHERE entry=19825;\n\n/*  Zandalar Freethinker's Belt  */\nUPDATE `item_template` SET `armor` = 391 WHERE entry=19826;\n\n/*  Zandalar Freethinker's Armguards  */\nUPDATE `item_template` SET `armor` = 304 WHERE entry=19827;\n\n/*  Zandalar Augur's Hauberk  */\nUPDATE `item_template` SET `armor` = 416 WHERE entry=19828;\n\n/*  Zandalar Augur's Belt  */\nUPDATE `item_template` SET `armor` = 221 WHERE entry=19829;\n\n/*  Zandalar Augur's Bracers  */\nUPDATE `item_template` SET `armor` = 172 WHERE entry=19830;\n\n/*  Zandalar Predator's Mantle  */\nUPDATE `item_template` SET `armor` = 326, `stat_value1` = 22, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19831;\n\n/*  Zandalar Predator's Belt  */\nUPDATE `item_template` SET `armor` = 221, `stat_value2` = 20, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19832;\n\n/*  Zandalar Predator's Bracers  */\nUPDATE `item_template` SET `armor` = 172 WHERE entry=19833;\n\n/*  Zandalar Madcap's Tunic  */\nUPDATE `item_template` SET `armor` = 197 WHERE entry=19834;\n\n/*  Zandalar Madcap's Mantle  */\nUPDATE `item_template` SET `armor` = 140 WHERE entry=19835;\n\n/*  Zandalar Madcap's Bracers  */\nUPDATE `item_template` SET `armor` = 82 WHERE entry=19836;\n\n/*  Test Ranged Slot  */\nUPDATE `item_template` SET `spellid_1` = 26647, `spelltrigger_1` = 1 WHERE entry=19837;\n\n/*  Zandalar Haruspex's Tunic  */\nUPDATE `item_template` SET `armor` = 287 WHERE entry=19838;\n\n/*  Zandalar Haruspex's Belt  */\nUPDATE `item_template` SET `armor` = 165 WHERE entry=19839;\n\n/*  Zandalar Haruspex's Bracers  */\nUPDATE `item_template` SET `armor` = 122 WHERE entry=19840;\n\n/*  Zandalar Confessor's Mantle  */\nUPDATE `item_template` SET `armor` = 78 WHERE entry=19841;\n\n/*  Zandalar Confessor's Bindings  */\nUPDATE `item_template` SET `armor` = 53 WHERE entry=19842;\n\n/*  Zandalar Confessor's Wraps  */\nUPDATE `item_template` SET `armor` = 41 WHERE entry=19843;\n\n/*  Zandalar Illusionist's Robe DEPRECATED  */\nUPDATE `item_template` SET `spellid_1` = 23729, `spelltrigger_1` = 1, `spellid_2` = 9345, `spelltrigger_2` = 1 WHERE entry=19844;\n\n/*  Zandalar Illusionist's Mantle  */\nUPDATE `item_template` SET `armor` = 71 WHERE entry=19845;\n\n/*  Zandalar Illusionist's Wraps  */\nUPDATE `item_template` SET `armor` = 41 WHERE entry=19846;\n\n/*  Zandalar Demoniac's Robe DEPRECATED  */\nUPDATE `item_template` SET `spellid_1` = 23729, `spelltrigger_1` = 1, `spellid_2` = 9345, `spelltrigger_2` = 1 WHERE entry=19847;\n\n/*  Zandalar Demoniac's Wraps  */\nUPDATE `item_template` SET `armor` = 41 WHERE entry=19848;\n\n/*  Zandalar Demoniac's Mantle  */\nUPDATE `item_template` SET `armor` = 71 WHERE entry=19849;\n\n/*  Ancient Hakkari Manslayer  */\nUPDATE `item_template` SET `BuyPrice` = 490433, `SellPrice` = 98086 WHERE entry=19852;\n\n/*  Gurubashi Dwarf Destroyer  */\nUPDATE `item_template` SET `BuyPrice` = 369185, `SellPrice` = 73837, `dmg_min1` = 76.0, `dmg_max1` = 142.0 WHERE entry=19853;\n\n/*  Zin'rokh, Destroyer of Worlds  */\nUPDATE `item_template` SET `BuyPrice` = 617513, `SellPrice` = 123502 WHERE entry=19854;\n\n/*  Bloodsoaked Legplates  */\nUPDATE `item_template` SET `armor` = 674, `BuyPrice` = 198329, `SellPrice` = 39665 WHERE entry=19855;\n\n/*  Cloak of Consumption  */\nUPDATE `item_template` SET `armor` = 52, `BuyPrice` = 149834, `SellPrice` = 29966 WHERE entry=19857;\n\n/*  Fang of the Faceless  */\nUPDATE `item_template` SET `BuyPrice` = 503025, `SellPrice` = 100605 WHERE entry=19859;\n\n/*  Touch of Chaos  */\nUPDATE `item_template` SET `BuyPrice` = 379951, `SellPrice` = 75990 WHERE entry=19861;\n\n/*  Aegis of the Blood God  */\nUPDATE `item_template` SET `armor` = 2575, `BuyPrice` = 325385, `SellPrice` = 65077, `block` = 47 WHERE entry=19862;\n\n/*  Primalist's Seal  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19863;\n\n/*  Bloodcaller  */\nUPDATE `item_template` SET `BuyPrice` = 512040, `SellPrice` = 102408, `dmg_min1` = 52.6, `dmg_max1` = 113.6 WHERE entry=19864;\n\n/*  Warblade of the Hakkari  */\nUPDATE `item_template` SET `BuyPrice` = 513804, `SellPrice` = 102760 WHERE entry=19865;\n\n/*  Warblade of the Hakkari  */\nUPDATE `item_template` SET `BuyPrice` = 434972, `SellPrice` = 86994 WHERE entry=19866;\n\n/*  Bloodlord's Defender  */\nUPDATE `item_template` SET `BuyPrice` = 436616, `SellPrice` = 87323 WHERE entry=19867;\n\n/*  Blooddrenched Grips  */\nUPDATE `item_template` SET `BuyPrice` = 105259, `SellPrice` = 21051, `DisenchantID` = 49 WHERE entry=19869;\n\n/*  Hakkari Loa Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 126784, `SellPrice` = 25356, `DisenchantID` = 49 WHERE entry=19870;\n\n/*  Overlord's Crimson Band  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19873;\n\n/*  Halberd of Smiting  */\nUPDATE `item_template` SET `BuyPrice` = 560047, `SellPrice` = 112009 WHERE entry=19874;\n\n/*  Bloodstained Coif  */\nUPDATE `item_template` SET `BuyPrice` = 193698, `SellPrice` = 38739, `DisenchantID` = 49 WHERE entry=19875;\n\n/*  Animist's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 216772, `SellPrice` = 43354, `DisenchantID` = 49 WHERE entry=19877;\n\n/*  Bloodsoaked Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 130535, `SellPrice` = 26107, `DisenchantID` = 49 WHERE entry=19878;\n\n/*  Alex's Test Beatdown Staff  */\nUPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=19879;\n\n/*  Jin'do's Judgement  */\nUPDATE `item_template` SET `BuyPrice` = 539549, `SellPrice` = 107909, `dmg_min1` = 143.55, `dmg_max1` = 226.55 WHERE entry=19884;\n\n/*  The Hexxer's Cover  */\nUPDATE `item_template` SET `BuyPrice` = 124895, `SellPrice` = 24979, `DisenchantID` = 49 WHERE entry=19886;\n\n/*  Bloodstained Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 250735, `SellPrice` = 50147, `DisenchantID` = 49 WHERE entry=19887;\n\n/*  Overlord's Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 125826, `SellPrice` = 25165, `DisenchantID` = 49 WHERE entry=19888;\n\n/*  Blooddrenched Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 210498, `SellPrice` = 42099, `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=19889;\n\n/*  Jin'do's Hexxer  */\nUPDATE `item_template` SET `BuyPrice` = 441460, `SellPrice` = 88292, `dmg_min1` = 64.4, `dmg_max1` = 134.4 WHERE entry=19890;\n\n/*  Animist's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 159628, `SellPrice` = 31925, `DisenchantID` = 49 WHERE entry=19892;\n\n/*  Zanzil's Seal  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19893;\n\n/*  Bloodsoaked Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 85764, `SellPrice` = 17152, `DisenchantID` = 49 WHERE entry=19894;\n\n/*  Bloodtinged Kilt  */\nUPDATE `item_template` SET `BuyPrice` = 172142, `SellPrice` = 34428, `DisenchantID` = 49 WHERE entry=19895;\n\n/*  Thekal's Grasp  */\nUPDATE `item_template` SET `BuyPrice` = 429749, `SellPrice` = 85949 WHERE entry=19896;\n\n/*  Betrayer's Boots  */\nUPDATE `item_template` SET `armor` = 69, `BuyPrice` = 129394, `SellPrice` = 25878 WHERE entry=19897;\n\n/*  Seal of Jin  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=19898;\n\n/*  Ritualistic Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 140045, `SellPrice` = 28009 WHERE entry=19899;\n\n/*  Zulian Stone Axe  */\nUPDATE `item_template` SET `BuyPrice` = 439341, `SellPrice` = 87868 WHERE entry=19900;\n\n/*  Fang of Venoxis  */\nUPDATE `item_template` SET `BuyPrice` = 409477, `SellPrice` = 81895, `dmg_min1` = 35.2, `dmg_max1` = 72.2 WHERE entry=19903;\n\n/*  Runed Bloodstained Hauberk  */\nUPDATE `item_template` SET `armor` = 416, `BuyPrice` = 246625, `SellPrice` = 49325 WHERE entry=19904;\n\n/*  Blooddrenched Footpads  */\nUPDATE `item_template` SET `BuyPrice` = 134847, `SellPrice` = 26969 WHERE entry=19906;\n\n/*  Zulian Tigerhide Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 108275, `SellPrice` = 21655, `spelltrigger_2` = 0 WHERE entry=19907;\n\n/*  Sceptre of Smiting  */\nUPDATE `item_template` SET `BuyPrice` = 312948, `SellPrice` = 62589, `stat_type1` = 37, `stat_value1` = 4, `DisenchantID` = 49, `spellid_1` = 0 WHERE entry=19908;\n-- UPDATE `item_template` SET `BuyPrice` = 312948, `SellPrice` = 62589, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 7546 WHERE entry=19908;\n\n/*  Will of Arlokk  */\nUPDATE `item_template` SET `BuyPrice` = 523538, `SellPrice` = 104707 WHERE entry=19909;\n\n/*  Arlokk's Grasp  */\nUPDATE `item_template` SET `BuyPrice` = 420354, `SellPrice` = 84070, `dmg_min1` = 41.5, `dmg_max1` = 84.5 WHERE entry=19910;\n\n/*  Bloodsoaked Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 110711, `SellPrice` = 22142 WHERE entry=19913;\n\n/*  Zulian Defender  */\nUPDATE `item_template` SET `BuyPrice` = 244133, `SellPrice` = 48826 WHERE entry=19915;\n\n/*  Jeklik's Crusher  */\nUPDATE `item_template` SET `BuyPrice` = 555015, `SellPrice` = 111003 WHERE entry=19918;\n\n/*  Bloodstained Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 158234, `SellPrice` = 31646 WHERE entry=19919;\n\n/*  Zulian Hacker  */\nUPDATE `item_template` SET `BuyPrice` = 304758, `SellPrice` = 60951, `stat_type1` = 37, `stat_value1` = 4, `DisenchantID` = 49, `spellid_1` = 0 WHERE entry=19921;\n-- UPDATE `item_template` SET `BuyPrice` = 304758, `SellPrice` = 60951, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 7540 WHERE entry=19921;\n\n/*  Flowing Ritual Robes DEPRECATED  */\nUPDATE `item_template` SET `spellid_1` = 14047, `spelltrigger_1` = 1 WHERE entry=19926;\n\n/*  Mar'li's Touch  */\nUPDATE `item_template` SET `BuyPrice` = 311742, `SellPrice` = 62348 WHERE entry=19927;\n\n/*  Animist's Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 135840, `SellPrice` = 27168 WHERE entry=19928;\n\n/*  Bloodtinged Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 84173, `SellPrice` = 16834, `DisenchantID` = 49 WHERE entry=19929;\n\n/*  Nat Pagle's Fish Terminator  */\nUPDATE `item_template` SET `BuyPrice` = 513645, `SellPrice` = 102729 WHERE entry=19944;\n\n/*  Foror's Eyepatch  */\nUPDATE `item_template` SET `armor` = 160, `BuyPrice` = 154680, `SellPrice` = 30936 WHERE entry=19945;\n\n/*  Tigule's Harpoon  */\nUPDATE `item_template` SET `BuyPrice` = 449355, `SellPrice` = 89871 WHERE entry=19946;\n\n/*  Gri'lek's Grinder  */\nUPDATE `item_template` SET `BuyPrice` = 352686, `SellPrice` = 70537 WHERE entry=19961;\n\n/*  Gri'lek's Carver  */\nUPDATE `item_template` SET `BuyPrice` = 442557, `SellPrice` = 88511 WHERE entry=19962;\n\n/*  Pitchfork of Madness  */\nUPDATE `item_template` SET `BuyPrice` = 456382, `SellPrice` = 91276 WHERE entry=19963;\n\n/*  Renataki's Soul Conduit  */\nUPDATE `item_template` SET `BuyPrice` = 366465, `SellPrice` = 73293, `dmg_min1` = 57.6, `dmg_max1` = 114.6 WHERE entry=19964;\n\n/*  Wushoolay's Poker  */\nUPDATE `item_template` SET `BuyPrice` = 367825, `SellPrice` = 73565, `dmg_min1` = 43.6, `dmg_max1` = 87.6 WHERE entry=19965;\n\n/*  Thoughtblighter  */\nUPDATE `item_template` SET `BuyPrice` = 277880, `SellPrice` = 55576 WHERE entry=19967;\n\n/*  Fiery Retributer  */\nUPDATE `item_template` SET `BuyPrice` = 371867, `SellPrice` = 74373 WHERE entry=19968;\n\n/*  Nat Pagle's Extreme Anglin' Boots  */\nUPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=19969;\n\n/*  Hook of the Master Angler  */\nUPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = 5000 WHERE entry=19979;\n\n/*  Duskbat Drape  */\nUPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 24350 WHERE entry=19982;\n\n/*  Pirate's Eye Patch  */\nUPDATE `item_template` SET `armor` = 122, `BuyPrice` = 56881, `SellPrice` = 11376, `MaxDurability` = 60 WHERE entry=19986;\n\n/*  Tome of Devouring Shadows  */\nUPDATE `item_template` SET `spellid_1` = 9327, `spelltrigger_1` = 1 WHERE entry=19989;\n\n/*  Blessed Prayer Beads  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=19990;\n\n/*  Devilsaur Eye  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0 WHERE entry=19991;\n\n/*  Devilsaur Tooth  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 24353, `spellcategorycooldown_1` = 10000 WHERE entry=19992;\n\n/*  Hoodoo Hunting Bow  */\nUPDATE `item_template` SET `BuyPrice` = 283916, `SellPrice` = 56783, `dmg_min1` = 68.0, `dmg_max1` = 128.0 WHERE entry=19993;\n\n/*  Bloodvine Lens  */\nUPDATE `item_template` SET `BuyPrice` = 116058, `SellPrice` = 23211, `DisenchantID` = 49 WHERE entry=19998;\n\n/*  Bloodvine Goggles  */\nUPDATE `item_template` SET `BuyPrice` = 93198, `SellPrice` = 18639, `DisenchantID` = 49 WHERE entry=19999;\n\n/*  Devilsaur Claws  */\nUPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 90.0, `MaxDurability` = 65, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15464, `spelltrigger_1` = 1 WHERE entry=20003;\n\n/*  Devilsaur Claws  */\nUPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 90.0, `MaxDurability` = 65, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 24362 WHERE entry=20005;\n\n/*  Circle of Hope  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 24426, `spelltrigger_2` = 0 WHERE entry=20006;\n\n/*  Flowing Ritual Robes  */\nUPDATE `item_template` SET `armor` = 100, `BuyPrice` = 161285, `SellPrice` = 32257 WHERE entry=20032;\n\n/*  Zandalar Demoniac's Robe  */\nUPDATE `item_template` SET `armor` = 100 WHERE entry=20033;\n\n/*  Zandalar Illusionist's Robe  */\nUPDATE `item_template` SET `armor` = 100 WHERE entry=20034;\n\n/*  Glacial Spike  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20035;\n\n/*  Arcane Crystal Pendant  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `spelltrigger_2` = 0 WHERE entry=20037;\n\n/*  Mandokir's Sting  */\nUPDATE `item_template` SET `BuyPrice` = 324862, `SellPrice` = 64972, `dmg_min1` = 68.0, `dmg_max1` = 127.0 WHERE entry=20038;\n\n/*  Dark Iron Boots  */\nUPDATE `item_template` SET `armor` = 664, `BuyPrice` = 158548, `SellPrice` = 31709 WHERE entry=20039;\n\n/*  Highlander's Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 56764, `SellPrice` = 11352, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20041;\n\n/*  Highlander's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 56972, `SellPrice` = 11394, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20042;\n\n/*  Highlander's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 88066, `SellPrice` = 17613, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20043;\n\n/*  Highlander's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 88386, `SellPrice` = 17677, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20044;\n\n/*  Highlander's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 73921, `SellPrice` = 14784, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20045;\n\n/*  Highlander's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 74180, `SellPrice` = 14836, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20046;\n\n/*  Highlander's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 59557, `SellPrice` = 11911, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20047;\n\n/*  Highlander's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 89656, `SellPrice` = 17931, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20048;\n\n/*  Highlander's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 89975, `SellPrice` = 17995, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20049;\n\n/*  Highlander's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 136031, `SellPrice` = 27206, `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20050;\n\n/*  Highlander's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 136513, `SellPrice` = 27302, `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20051;\n\n/*  Highlander's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 102849, `SellPrice` = 20569, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20052;\n\n/*  Highlander's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 103238, `SellPrice` = 20647, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20053;\n\n/*  Highlander's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 82910, `SellPrice` = 16582, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20054;\n\n/*  Highlander's Chain Pauldrons  */\nUPDATE `item_template` SET `armor` = 312, `BuyPrice` = 184337, `SellPrice` = 36867, `stat_value1` = 20, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20055;\n\n/*  Highlander's Mail Pauldrons  */\nUPDATE `item_template` SET `armor` = 312, `BuyPrice` = 185045, `SellPrice` = 37009, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20056;\n\n/*  Highlander's Plate Spaulders  */\nUPDATE `item_template` SET `armor` = 553, `BuyPrice` = 123274, `SellPrice` = 24654, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20057;\n\n/*  Highlander's Lamellar Spaulders  */\nUPDATE `item_template` SET `armor` = 553, `BuyPrice` = 123744, `SellPrice` = 24748, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20058;\n\n/*  Highlander's Leather Shoulders  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 159473, `SellPrice` = 31894, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20059;\n\n/*  Highlander's Lizardhide Shoulders  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 160061, `SellPrice` = 32012, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20060;\n\n/*  Highlander's Epaulets  */\nUPDATE `item_template` SET `armor` = 185, `BuyPrice` = 128505, `SellPrice` = 25701, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20061;\n\n/*  Deathguard's Cloak  */\nUPDATE `item_template` SET `armor` = 50, `BuyPrice` = 131769, `SellPrice` = 26353, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20068;\n\n/*  Ironbark Staff  */\nUPDATE `item_template` SET `BuyPrice` = 550995, `SellPrice` = 110199, `dmg_min1` = 136.62, `dmg_max1` = 242.62, `spelltrigger_3` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20069;\n\n/*  Sageclaw  */\nUPDATE `item_template` SET `BuyPrice` = 442362, `SellPrice` = 88472, `dmg_min1` = 46.31, `dmg_max1` = 95.31, `spelltrigger_3` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20070;\n\n/*  Talisman of Arathor  */\nUPDATE `item_template` SET `BuyPrice` = 41230, `SellPrice` = 10307, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=20071;\n\n/*  Defiler's Talisman  */\nUPDATE `item_template` SET `BuyPrice` = 41230, `SellPrice` = 10307, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=20072;\n\n/*  Cloak of the Honor Guard  */\nUPDATE `item_template` SET `armor` = 50, `BuyPrice` = 121395, `SellPrice` = 24279, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20073;\n\n/*  Woestave  */\nUPDATE `item_template` SET `spellid_1` = 9412 WHERE entry=20082;\n\n/*  Highlander's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 52478, `SellPrice` = 10495, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20088;\n\n/*  Highlander's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 26040, `SellPrice` = 5208, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20089;\n\n/*  Highlander's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9373 , `SellPrice` = 1874, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20090;\n\n/*  Highlander's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 74297, `SellPrice` = 14859, `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20091;\n\n/*  Highlander's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 36875, `SellPrice` = 7375, `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20092;\n\n/*  Highlander's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 13217, `SellPrice` = 2643, `stat_value2` = 8, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20093;\n\n/*  Highlander's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 49873, `SellPrice` = 9974, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20094;\n\n/*  Highlander's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 24749, `SellPrice` = 4949, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20095;\n\n/*  Highlander's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 10692, `SellPrice` = 2138, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20096;\n\n/*  Highlander's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 33619, `SellPrice` = 6723, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20097;\n\n/*  Highlander's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 16684, `SellPrice` = 3336, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20098;\n\n/*  Highlander's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 7207, `SellPrice` = 1441, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20099;\n\n/*  Highlander's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 63732, `SellPrice` = 12746, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20100;\n\n/*  Highlander's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 31628, `SellPrice` = 6325, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20101;\n\n/*  Highlander's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 13661, `SellPrice` = 2732, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20102;\n\n/*  Highlander's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 42952, `SellPrice` = 8590, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20103;\n\n/*  Highlander's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 21314, `SellPrice` = 4262, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20104;\n\n/*  Highlander's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9207, `SellPrice` = 1841, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20105;\n\n/*  Highlander's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 34732, `SellPrice` = 6946, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20106;\n\n/*  Highlander's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 16008, `SellPrice` = 3201, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20107;\n\n/*  Highlander's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 10375, `SellPrice` = 2075, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20108;\n\n/*  Highlander's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 48938, `SellPrice` = 9787, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20109;\n\n/*  Highlander's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 24287, `SellPrice` = 4857, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20110;\n\n/*  Highlander's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 15810, `SellPrice` = 3162, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20111;\n\n/*  Highlander's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 61868, `SellPrice` = 12373, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20112;\n\n/*  Highlander's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 30705, `SellPrice` = 6141, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20113;\n\n/*  Highlander's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 13264, `SellPrice` = 2652, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20114;\n\n/*  Highlander's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 41708, `SellPrice` = 8341, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20115;\n\n/*  Highlander's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 20699, `SellPrice` = 4139, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20116;\n\n/*  Highlander's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 8941, `SellPrice` = 1788, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20117;\n\n/*  Highlander's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 50606, `SellPrice` = 10121, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20118;\n\n/*  Highlander's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 25114, `SellPrice` = 5022, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20119;\n\n/*  Highlander's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9041, `SellPrice` = 1808, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20120;\n\n/*  Highlander's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 77086, `SellPrice` = 15417, `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20121;\n\n/*  Highlander's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 38254, `SellPrice` = 7650, `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20122;\n\n/*  Highlander's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 13710, `SellPrice` = 2742, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20123;\n\n/*  Highlander's Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 35376, `SellPrice` = 7075, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20124;\n\n/*  Highlander's Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 15883, `SellPrice` = 3176, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20125;\n\n/*  Highlander's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 48558, `SellPrice` = 9711, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20127;\n\n/*  Highlander's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 24102, `SellPrice` = 4820, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20128;\n\n/*  Diamond Flask  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0 WHERE entry=20130;\n\n/*  Battle Tabard of the Defilers  */\nUPDATE `item_template` SET `BuyPrice` = 50000, `SellPrice` = 12500, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20131;\n\n/*  Arathor Battle Tabard  */\nUPDATE `item_template` SET `BuyPrice` = 50000, `SellPrice` = 12500, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20132;\n\n/*  Skyfury Helm  */\nUPDATE `item_template` SET `armor` = 324, `BuyPrice` = 162201, `SellPrice` = 32440, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18382, `spellid_2` = 7597 WHERE entry=20134;\n\n/*  90 Epic Warrior Bracelets  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 15464, `spelltrigger_2` = 1 WHERE entry=20135;\n\n/*  90 Epic Warrior Breastplate  */\nUPDATE `item_template` SET `spellid_2` = 15465, `spelltrigger_2` = 1 WHERE entry=20136;\n\n/*  90 Epic Warrior Gauntlets  */\nUPDATE `item_template` SET `spellid_1` = 14803, `spelltrigger_1` = 1, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=20137;\n\n/*  90 Epic Warrior Helm  */\nUPDATE `item_template` SET `spellid_1` = 15465, `spelltrigger_1` = 1, `spellid_2` = 21607, `spelltrigger_2` = 1 WHERE entry=20138;\n\n/*  90 Epic Warrior Legplates  */\nUPDATE `item_template` SET `spellid_1` = 13665, `spelltrigger_1` = 1 WHERE entry=20139;\n\n/*  90 Epic Warrior Pauldrons  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20140;\n\n/*  90 Epic Warrior Sabatons  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20141;\n\n/*  90 Epic Warrior Waistband  */\nUPDATE `item_template` SET `armor` = 566, `BuyPrice` = 298624, `SellPrice` = 59724, `MaxDurability` = 55, `fire_res` = 5, `nature_res` = 6, `frost_res` = 6, `shadow_res` = 6, `arcane_res` = 6, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `stat_type6` = 0, `stat_value6` = 0, `stat_type7` = 0, `stat_value7` = 0, `stat_type8` = 0, `stat_value8` = 0, `spelltrigger_1` = 0, `spellid_2` = 14803 WHERE entry=20142;\n\n/*  90 Epic Warrior Neck  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellid_2` = 21595, `spelltrigger_2` = 1 WHERE entry=20143;\n\n/*  90 Epic Warrior Ring  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21595, `spelltrigger_2` = 1 WHERE entry=20144;\n\n/*  90 Epic Warrior Cloak  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 15464, `spelltrigger_2` = 1 WHERE entry=20145;\n\n/*  90 Epic Warrior Gun  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20146;\n\n/*  90 Epic Warrior Axe  */\nUPDATE `item_template` SET `spellid_1` = 21607, `spelltrigger_1` = 1, `spellid_2` = 13665, `spelltrigger_2` = 1 WHERE entry=20149;\n\n/*  Defiler's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 83877, `SellPrice` = 16775, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20150;\n\n/*  Defiler's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 49292, `SellPrice` = 9858, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20151;\n\n/*  Defiler's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 8774, `SellPrice` = 1754, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20152;\n\n/*  Defiler's Chain Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 24557, `SellPrice` = 4911, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20153;\n\n/*  Defiler's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 128288, `SellPrice` = 25657, `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20154;\n\n/*  Defiler's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 75386, `SellPrice` = 15077, `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20155;\n\n/*  Defiler's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 38412, `SellPrice` = 7682, `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20156;\n\n/*  Defiler's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 13766, `SellPrice` = 2753, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20157;\n\n/*  Defiler's Chain Pauldrons  */\nUPDATE `item_template` SET `armor` = 312, `BuyPrice` = 196466, `SellPrice` = 39293, `stat_value1` = 20, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20158;\n\n/*  Defiler's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 89016, `SellPrice` = 17803, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20159;\n\n/*  Defiler's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 52306, `SellPrice` = 10461, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20160;\n\n/*  Defiler's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 25955, `SellPrice` = 5191, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20161;\n\n/*  Defiler's Cloth Boots  */\nUPDATE `item_template` SET `BuyPrice` = 11211, `SellPrice` = 2242, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20162;\n\n/*  Defiler's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 60191, `SellPrice` = 12038, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20163;\n\n/*  Defiler's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 7526, `SellPrice` = 1505, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20164;\n\n/*  Defiler's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 32116, `SellPrice` = 6423, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20165;\n\n/*  Defiler's Cloth Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 15939, `SellPrice` = 3187, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20166;\n\n/*  Defiler's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 103637, `SellPrice` = 20727, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20167;\n\n/*  Defiler's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 30118, `SellPrice` = 6023, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20168;\n\n/*  Defiler's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 13013, `SellPrice` = 2602, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20169;\n\n/*  Defiler's Lizardhide Boots  */\nUPDATE `item_template` SET `BuyPrice` = 61374, `SellPrice` = 12274, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20170;\n\n/*  Defiler's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 70149, `SellPrice` = 14029, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20171;\n\n/*  Defiler's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9011, `SellPrice` = 1802, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20172;\n\n/*  Defiler's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 21014, `SellPrice` = 4202, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20173;\n\n/*  Defiler's Lizardhide Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 42652, `SellPrice` = 8530, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20174;\n\n/*  Defiler's Lizardhide Shoulders  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 161219, `SellPrice` = 32243, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20175;\n\n/*  Defiler's Epaulets  */\nUPDATE `item_template` SET `armor` = 185, `BuyPrice` = 129445, `SellPrice` = 25889, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20176;\n\n/*  Defiler's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 58918, `SellPrice` = 11783, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20177;\n\n/*  Defiler's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 11050, `SellPrice` = 2210, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20178;\n\n/*  Defiler's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 34742, `SellPrice` = 6948, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20179;\n\n/*  Defiler's Lamellar Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 17240, `SellPrice` = 3448, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20180;\n\n/*  Defiler's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 89638, `SellPrice` = 17927, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20181;\n\n/*  Defiler's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 16888, `SellPrice` = 3377, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20182;\n\n/*  Defiler's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 26135, `SellPrice` = 5227, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20183;\n\n/*  Defiler's Lamellar Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 133178, `SellPrice` = 26635, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20184;\n\n/*  Defiler's Lamellar Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 48164, `SellPrice` = 9632, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20185;\n\n/*  Defiler's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 103227, `SellPrice` = 20645, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20186;\n\n/*  Defiler's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 29999, `SellPrice` = 5999, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20187;\n\n/*  Defiler's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 13318, `SellPrice` = 2663, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20188;\n\n/*  Defiler's Leather Boots  */\nUPDATE `item_template` SET `BuyPrice` = 62809, `SellPrice` = 12561, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20189;\n\n/*  Defiler's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 71783, `SellPrice` = 14356, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20190;\n\n/*  Defiler's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 8977, `SellPrice` = 1795, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20191;\n\n/*  Defiler's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 20935, `SellPrice` = 4187, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20192;\n\n/*  Defiler's Leather Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 42492, `SellPrice` = 8498, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20193;\n\n/*  Defiler's Leather Shoulders  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 160616, `SellPrice` = 32123, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20194;\n\n/*  Defiler's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 87729, `SellPrice` = 17545, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20195;\n\n/*  Defiler's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 51547, `SellPrice` = 10309, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20196;\n\n/*  Defiler's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 9174, `SellPrice` = 1834, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20197;\n\n/*  Defiler's Mail Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 25672, `SellPrice` = 5134, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20198;\n\n/*  Defiler's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 134092, `SellPrice` = 26818, `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20199;\n\n/*  Defiler's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 38954, `SellPrice` = 7790, `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20200;\n\n/*  Defiler's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 13960, `SellPrice` = 2792, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20201;\n\n/*  Defiler's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 79348, `SellPrice` = 15869, `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20202;\n\n/*  Defiler's Mail Pauldrons  */\nUPDATE `item_template` SET `armor` = 312, `BuyPrice` = 199928, `SellPrice` = 39985, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20203;\n\n/*  Defiler's Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 56148, `SellPrice` = 11229, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20204;\n\n/*  Defiler's Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 32999, `SellPrice` = 6599, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20205;\n\n/*  Defiler's Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 16378, `SellPrice` = 3275, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20206;\n\n/*  Defiler's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 85492, `SellPrice` = 17098, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20208;\n\n/*  Defiler's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 24842, `SellPrice` = 4968, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20209;\n\n/*  Defiler's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 50612, `SellPrice` = 10122, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20211;\n\n/*  Defiler's Plate Spaulders  */\nUPDATE `item_template` SET `armor` = 553, `BuyPrice` = 127540, `SellPrice` = 25508, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20212;\n\n/*  Belt of Shrunken Heads  */\nUPDATE `item_template` SET `BuyPrice` = 81688, `SellPrice` = 16337 WHERE entry=20213;\n\n/*  Mindfang  */\nUPDATE `item_template` SET `BuyPrice` = 428268, `SellPrice` = 85653, `dmg_min1` = 46.31, `dmg_max1` = 95.31, `spelltrigger_3` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20214;\n\n/*  Belt of Shriveled Heads  */\nUPDATE `item_template` SET `BuyPrice` = 123420, `SellPrice` = 24684 WHERE entry=20215;\n\n/*  Belt of Preserved Heads  */\nUPDATE `item_template` SET `BuyPrice` = 103225, `SellPrice` = 20645 WHERE entry=20216;\n\n/*  Belt of Tiny Heads  */\nUPDATE `item_template` SET `BuyPrice` = 82879, `SellPrice` = 16575 WHERE entry=20217;\n\n/*  Ironbark Staff  */\nUPDATE `item_template` SET `BuyPrice` = 504598, `SellPrice` = 100919, `dmg_min1` = 136.62, `dmg_max1` = 242.62, `spelltrigger_3` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20220;\n\n/*  Seafury Gauntlets  */\nUPDATE `item_template` SET `armor` = 271, `BuyPrice` = 154200, `SellPrice` = 30840, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=20257;\n\n/*  Zulian Ceremonial Staff  */\nUPDATE `item_template` SET `BuyPrice` = 378012, `SellPrice` = 75602, `dmg_min1` = 112.4, `dmg_max1` = 171.4, `DisenchantID` = 49 WHERE entry=20258;\n\n/*  Shadow Panther Hide Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 75896, `SellPrice` = 15179, `DisenchantID` = 49 WHERE entry=20259;\n\n/*  Seafury Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 211655, `SellPrice` = 42331 WHERE entry=20260;\n\n/*  Shadow Panther Hide Belt  */\nUPDATE `item_template` SET `BuyPrice` = 76475, `SellPrice` = 15295, `DisenchantID` = 49 WHERE entry=20261;\n\n/*  Seafury Boots  */\nUPDATE `item_template` SET `BuyPrice` = 160676, `SellPrice` = 32135 WHERE entry=20262;\n\n/*  Gurubashi Helm  */\nUPDATE `item_template` SET `BuyPrice` = 92475, `SellPrice` = 18495, `DisenchantID` = 49 WHERE entry=20263;\n\n/*  Peacekeeper Gauntlets  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 95509, `SellPrice` = 19101, `spelltrigger_3` = 0 WHERE entry=20264;\n\n/*  Peacekeeper Boots  */\nUPDATE `item_template` SET `BuyPrice` = 107856, `SellPrice` = 21571 WHERE entry=20265;\n\n/*  Peacekeeper Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 144352, `SellPrice` = 28870 WHERE entry=20266;\n\n/*  90 Epic Rogue Belt  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20267;\n\n/*  90 Epic Rogue Boots  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20268;\n\n/*  90 Epic Rogue Bracers  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20269;\n\n/*  90 Epic Rogue Cap  */\nUPDATE `item_template` SET `spellid_1` = 13670, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20270;\n\n/*  90 Epic Rogue Gloves  */\nUPDATE `item_template` SET `spellid_1` = 14803, `spelltrigger_1` = 1, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=20271;\n\n/*  90 Epic Rogue Pants  */\nUPDATE `item_template` SET `spellid_1` = 13665, `spelltrigger_1` = 1, `spellid_2` = 15687, `spelltrigger_2` = 1 WHERE entry=20272;\n\n/*  90 Epic Rogue Spaulders  */\nUPDATE `item_template` SET `spellid_1` = 14803, `spelltrigger_1` = 1, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=20273;\n\n/*  90 Epic Rogue Tunic  */\nUPDATE `item_template` SET `spellid_1` = 13670, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20274;\n\n/*  90 Epic Rogue Neck  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20275;\n\n/*  90 Epic Rogue Cloak  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20276;\n\n/*  90 Epic Rogue Ring  */\nUPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21595, `spelltrigger_2` = 1 WHERE entry=20277;\n\n/*  90 Epic Rogue Bow  */\nUPDATE `item_template` SET `spellid_1` = 21624, `spelltrigger_1` = 1 WHERE entry=20278;\n\n/*  90 Epic Rogue Dagger  */\nUPDATE `item_template` SET `spellid_1` = 13669, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=20279;\n\n/*  Blue Dragonscale Leggings  */\nUPDATE `item_template` SET `arcane_res` = 12, `stat_value1` = 20, `stat_type2` = 6, `stat_value2` = 19, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=20295;\n\n/*  Green Dragonscale Gauntlets  */\nUPDATE `item_template` SET `armor` = 208, `BuyPrice` = 62954, `SellPrice` = 12590, `ItemLevel` = 56, `stat_type1` = 6, `stat_value1` = 18, `stat_type2` = 7, `stat_value2` = 5, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 48, `RequiredLevel` = 51 WHERE entry=20296;\n\n/*  90 Epic Frost Belt  */\nUPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20324;\n\n/*  90 Epic Frost Bindings  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20325;\n\n/*  90 Epic Frost Boots  */\nUPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20326;\n\n/*  90 Epic Frost Crown  */\nUPDATE `item_template` SET `spellid_1` = 17898, `spelltrigger_1` = 1, `spellid_2` = 18378, `spelltrigger_2` = 1 WHERE entry=20327;\n\n/*  90 Epic Frost Gloves  */\nUPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20328;\n\n/*  90 Epic Frost Leggings  */\nUPDATE `item_template` SET `armor` = 118, `BuyPrice` = 584292, `SellPrice` = 116858, `MaxDurability` = 75, `stat_value1` = 15, `stat_type2` = 5, `stat_value2` = 37, `stat_type3` = 7, `stat_value3` = 16, `spellid_1` = 17898, `spellid_2` = 18378, `spelltrigger_2` = 1 WHERE entry=20329;\n\n/*  90 Epic Frost Mantle  */\nUPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20330;\n\n/*  90 Epic Frost Robes  */\nUPDATE `item_template` SET `spellid_1` = 17898, `spelltrigger_1` = 1, `spellid_2` = 18378, `spelltrigger_2` = 1 WHERE entry=20331;\n\n/*  90 Epic Frost Neck  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20332;\n\n/*  90 Epic Frost Ring  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20333;\n\n/*  90 Epic Frost Staff  */\nUPDATE `item_template` SET `spellid_1` = 18382, `spelltrigger_1` = 1, `spellid_2` = 24666, `spelltrigger_2` = 1, `spellid_3` = 21620, `spelltrigger_3` = 1 WHERE entry=20334;\n\n/*  90 Epic Frost Wand  */\nUPDATE `item_template` SET `spellid_1` = 9402, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21624, `spelltrigger_2` = 1 WHERE entry=20335;\n\n/*  90 Epic Frost Shroud  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20336;\n\n/*  90 Green Frost Belt  */\nUPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20338;\n\n/*  90 Green Frost Bindings  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1 WHERE entry=20339;\n\n/*  90 Green Frost Boots  */\nUPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20340;\n\n/*  90 Green Frost Crown  */\nUPDATE `item_template` SET `spellid_1` = 17899, `spelltrigger_1` = 1 WHERE entry=20341;\n\n/*  90 Green Frost Gloves  */\nUPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20342;\n\n/*  90 Green Frost Leggings  */\nUPDATE `item_template` SET `spellid_1` = 17899, `spelltrigger_1` = 1 WHERE entry=20343;\n\n/*  90 Green Frost Mantle  */\nUPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20344;\n\n/*  90 Green Frost Neck  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20345;\n\n/*  90 Green Frost Ring  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20346;\n\n/*  90 Green Frost Robes  */\nUPDATE `item_template` SET `spellid_1` = 17899, `spelltrigger_1` = 1 WHERE entry=20347;\n\n/*  90 Green Frost Shroud  */\nUPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1 WHERE entry=20348;\n\n/*  90 Green Frost Staff  */\nUPDATE `item_template` SET `spellid_2` = 24667, `spelltrigger_2` = 1 WHERE entry=20349;\n\n/*  90 Green Frost Wand  */\nUPDATE `item_template` SET `spellid_1` = 9402, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20350;\n\n/*  63 Green Frost Belt  */\nUPDATE `item_template` SET `spellid_2` = 9404, `spelltrigger_2` = 1 WHERE entry=20351;\n\n/*  63 Green Frost Bindings  */\nUPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1 WHERE entry=20352;\n\n/*  63 Green Frost Boots  */\nUPDATE `item_template` SET `spellid_2` = 9307, `spelltrigger_2` = 1 WHERE entry=20353;\n\n/*  63 Green Frost Crown  */\nUPDATE `item_template` SET `spellid_1` = 17891, `spelltrigger_1` = 1 WHERE entry=20354;\n\n/*  63 Green Frost Gloves  */\nUPDATE `item_template` SET `spellid_2` = 9307, `spelltrigger_2` = 1 WHERE entry=20355;\n\n/*  63 Green Frost Leggings  */\nUPDATE `item_template` SET `spellid_1` = 17891, `spelltrigger_1` = 1 WHERE entry=20356;\n\n/*  63 Green Frost Mantle  */\nUPDATE `item_template` SET `spellid_2` = 9307, `spelltrigger_2` = 1 WHERE entry=20357;\n\n/*  63 Green Frost Neck  */\nUPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20358;\n\n/*  63 Green Frost Ring  */\nUPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20359;\n\n/*  63 Green Frost Robes  */\nUPDATE `item_template` SET `spellid_1` = 17891, `spelltrigger_1` = 1 WHERE entry=20360;\n\n/*  63 Green Frost Shroud  */\nUPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1 WHERE entry=20361;\n\n/*  63 Green Frost Staff  */\nUPDATE `item_template` SET `spellid_2` = 17891, `spelltrigger_2` = 1 WHERE entry=20362;\n\n/*  63 Green Frost Wand  */\nUPDATE `item_template` SET `spellid_1` = 7702, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20363;\n\n/*  Bland Bow of Steadiness  */\nUPDATE `item_template` SET `BuyPrice` = 177914, `SellPrice` = 35582, `dmg_min1` = 46.0, `dmg_max1` = 46.0, `MaxDurability` = 75 WHERE entry=20368;\n\n/*  Azurite Fists  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20369;\n\n/*  Test Staff 90 epic  */\nUPDATE `item_template` SET `spellid_1` = 24694, `spelltrigger_1` = 1, `spellid_2` = 13670, `spelltrigger_2` = 1 WHERE entry=20370;\n\n/*  Test Staff 77 epic  */\nUPDATE `item_template` SET `spellid_1` = 24697, `spelltrigger_1` = 1, `spellid_2` = 13670, `spelltrigger_2` = 1 WHERE entry=20372;\n\n/*  Dreamscale Breastplate  */\nUPDATE `item_template` SET `armor` = 434, `BuyPrice` = 289792, `SellPrice` = 57958 WHERE entry=20380;\n\n/*  Advisor's Gnarled Staff  */\nUPDATE `item_template` SET `BuyPrice` = 15211, `SellPrice` = 3042 WHERE entry=20425;\n\n/*  Advisor's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=20426;\n\n/*  Battle Healer's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 3650, `SellPrice` = 730 WHERE entry=20427;\n\n/*  Caretaker's Cape  */\nUPDATE `item_template` SET `BuyPrice` = 3650, `SellPrice` = 730 WHERE entry=20428;\n\n/*  Legionnaire's Band  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=20429;\n\n/*  Legionnaire's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 12169, `SellPrice` = 2433 WHERE entry=20430;\n\n/*  Lorekeeper's Ring  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=20431;\n\n/*  Lorekeeper's Staff  */\nUPDATE `item_template` SET `BuyPrice` = 15211, `SellPrice` = 3042 WHERE entry=20434;\n\n/*  Outrider's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 9126, `SellPrice` = 1825, `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=20437;\n\n/*  Outrunner's Bow  */\nUPDATE `item_template` SET `BuyPrice` = 9126, `SellPrice` = 1825, `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=20438;\n\n/*  Protector's Band  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=20439;\n\n/*  Protector's Sword  */\nUPDATE `item_template` SET `BuyPrice` = 12910, `SellPrice` = 2582 WHERE entry=20440;\n\n/*  Scout's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 12169, `SellPrice` = 2433 WHERE entry=20441;\n\n/*  Scout's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=20442;\n\n/*  Sentinel's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 13050, `SellPrice` = 2610 WHERE entry=20443;\n\n/*  Sentinel's Medallion  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000 WHERE entry=20444;\n\n/*  Test Defense Ring +120  */\nUPDATE `item_template` SET `spellid_1` = 24774, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20445;\n\n/*  Test Defense Ring +80  */\nUPDATE `item_template` SET `spellid_1` = 24775, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20446;\n\n/*  Sandstalker Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 82005, `SellPrice` = 16401, `DisenchantID` = 49 WHERE entry=20476;\n\n/*  Sandstalker Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 84490, `SellPrice` = 16898, `DisenchantID` = 49 WHERE entry=20477;\n\n/*  Sandstalker Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 169588, `SellPrice` = 33917, `DisenchantID` = 49 WHERE entry=20478;\n\n/*  Spitfire Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 170181, `SellPrice` = 34036, `DisenchantID` = 49 WHERE entry=20479;\n\n/*  Spitfire Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 85394, `SellPrice` = 17078, `DisenchantID` = 49 WHERE entry=20480;\n\n/*  Spitfire Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 85699, `SellPrice` = 17139, `DisenchantID` = 49 WHERE entry=20481;\n\n/*  Ironbark Shield  */\nUPDATE `item_template` SET `armor` = 1803, `block` = 31, `MaxDurability` = 100, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 24852, `spelltrigger_1` = 1 WHERE entry=20502;\n\n/*  Enamored Water Spirit  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0 WHERE entry=20503;\n\n/*  Lightforged Blade  */\nUPDATE `item_template` SET `spellid_1` = 21509 WHERE entry=20504;\n\n/*  Chivalrous Signet  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20505;\n\n/*  Sanctified Orb  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0 WHERE entry=20512;\n\n/*  Razorsteel Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 48987, `SellPrice` = 9797 WHERE entry=20517;\n\n/*  Fury Visor  */\nUPDATE `item_template` SET `BuyPrice` = 49688, `SellPrice` = 9937 WHERE entry=20521;\n\n/*  Feral Staff  */\nUPDATE `item_template` SET `armor` = 110, `dmg_min1` = 108.0, `dmg_max1` = 162.0, `MaxDurability` = 100, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=20522;\n\n/*  Shadowhide Leggings  */\nUPDATE `item_template` SET `armor` = 132, `MaxDurability` = 75, `shadow_res` = 6, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `spelltrigger_1` = 0 WHERE entry=20524;\n\n/*  Earthen Sigil  */\nUPDATE `item_template` SET `spellid_1` = 24884, `spellcooldown_1` = 180000 WHERE entry=20525;\n\n/*  Robes of Servitude  */\nUPDATE `item_template` SET `spellid_1` = 17747, `spellid_2` = 14793 WHERE entry=20530;\n\n/*  Abyss Shard  */\nUPDATE `item_template` SET `BuyPrice` = 0, `SellPrice` = 0, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=20534;\n\n/*  Soul Harvester  */\nUPDATE `item_template` SET `spellid_2` = 14794 WHERE entry=20536;\n\n/*  Runed Stygian Boots  */\nUPDATE `item_template` SET `BuyPrice` = 88680, `SellPrice` = 17736, `DisenchantID` = 49 WHERE entry=20537;\n\n/*  Runed Stygian Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 118666, `SellPrice` = 23733, `DisenchantID` = 49 WHERE entry=20538;\n\n/*  Runed Stygian Belt  */\nUPDATE `item_template` SET `BuyPrice` = 59540, `SellPrice` = 11908, `DisenchantID` = 49 WHERE entry=20539;\n\n/*  Darkrune Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 57421, `SellPrice` = 11484, `DisenchantID` = 49 WHERE entry=20549;\n\n/*  Darkrune Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 115257, `SellPrice` = 23051, `DisenchantID` = 49 WHERE entry=20550;\n\n/*  Darkrune Helm  */\nUPDATE `item_template` SET `BuyPrice` = 86762, `SellPrice` = 17352, `DisenchantID` = 49 WHERE entry=20551;\n\n/*  Black Whelp Tunic  */\nUPDATE `item_template` SET `stat_type1` = 4 WHERE entry=20575;\n\n/*  Nightmare Blade  */\nUPDATE `item_template` SET `BuyPrice` = 540400, `SellPrice` = 108080 WHERE entry=20577;\n\n/*  Emerald Dragonfang  */\nUPDATE `item_template` SET `BuyPrice` = 542499, `SellPrice` = 108499 WHERE entry=20578;\n\n/*  Green Dragonskin Cloak  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 163379, `SellPrice` = 32675 WHERE entry=20579;\n\n/*  Hammer of Bestial Fury  */\nUPDATE `item_template` SET `BuyPrice` = 546639, `SellPrice` = 109327, `stat_type1` = 4, `stat_value1` = 13, `spellid_1` = 24994 WHERE entry=20580;\n\n/*  Staff of Rampant Growth  */\nUPDATE `item_template` SET `BuyPrice` = 685922, `SellPrice` = 137184, `dmg_min1` = 113.4, `dmg_max1` = 184.4 WHERE entry=20581;\n\n/*  Sturdy Male Dwarf Mask  */\nUPDATE `item_template` SET `BuyPrice` = 25053, `SellPrice` = 5010, `DisenchantID` = 0 WHERE entry=20591;\n\n/*  Sturdy Male Tauren Mask  */\nUPDATE `item_template` SET `BuyPrice` = 25498, `SellPrice` = 5099, `DisenchantID` = 0 WHERE entry=20596;\n\n/*  Polished Ironwood Crossbow  */\nUPDATE `item_template` SET `BuyPrice` = 408363, `SellPrice` = 81672, `dmg_min1` = 101.0, `dmg_max1` = 153.0 WHERE entry=20599;\n\n/*  Malfurion's Signet Ring  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=20600;\n\n/*  Dragonspur Wraps  */\nUPDATE `item_template` SET `armor` = 93, `BuyPrice` = 148216, `SellPrice` = 29643 WHERE entry=20615;\n\n/*  Dragonbone Wristguards  */\nUPDATE `item_template` SET `armor` = 351, `BuyPrice` = 108193, `SellPrice` = 21638 WHERE entry=20616;\n\n/*  Ancient Corroded Leggings  */\nUPDATE `item_template` SET `armor` = 401, `BuyPrice` = 340381, `SellPrice` = 68076 WHERE entry=20617;\n\n/*  Gloves of Delusional Power  */\nUPDATE `item_template` SET `armor` = 69, `BuyPrice` = 113889, `SellPrice` = 22777 WHERE entry=20618;\n\n/*  Acid Inscribed Greaves  */\nUPDATE `item_template` SET `armor` = 559, `BuyPrice` = 171494, `SellPrice` = 34298 WHERE entry=20619;\n\n/*  Boots of the Endless Moor  */\nUPDATE `item_template` SET `armor` = 311, `BuyPrice` = 247978, `SellPrice` = 49595 WHERE entry=20621;\n\n/*  Circlet of Restless Dreams  */\nUPDATE `item_template` SET `armor` = 175, `BuyPrice` = 223569, `SellPrice` = 44713, `stat_type3` = 37, `stat_value3` = 14, `spellid_1` = 0 WHERE entry=20623;\n-- UPDATE `item_template` SET `armor` = 175, `BuyPrice` = 223569, `SellPrice` = 44713, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 15717 WHERE entry=20623;\n\n/*  Belt of the Dark Bog  */\nUPDATE `item_template` SET `armor` = 61, `BuyPrice` = 114398, `SellPrice` = 22879 WHERE entry=20625;\n\n/*  Black Bark Wristbands  */\nUPDATE `item_template` SET `armor` = 48, `BuyPrice` = 108193, `SellPrice` = 21638 WHERE entry=20626;\n\n/*  Dark Heart Pants  */\nUPDATE `item_template` SET `armor` = 296, `BuyPrice` = 288066, `SellPrice` = 57613 WHERE entry=20627;\n\n/*  Deviate Growth Cap  */\nUPDATE `item_template` SET `armor` = 175, `BuyPrice` = 227678, `SellPrice` = 45535 WHERE entry=20628;\n\n/*  Malignant Footguards  */\nUPDATE `item_template` SET `armor` = 315, `BuyPrice` = 275397, `SellPrice` = 55079 WHERE entry=20629;\n\n/*  Gauntlets of the Shining Light  */\nUPDATE `item_template` SET `armor` = 509, `BuyPrice` = 122298, `SellPrice` = 24459 WHERE entry=20630;\n\n/*  Mendicant's Slippers  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 175341, `SellPrice` = 35068 WHERE entry=20631;\n\n/*  Unnatural Leather Spaulders  */\nUPDATE `item_template` SET `armor` = 161, `BuyPrice` = 231765, `SellPrice` = 46353 WHERE entry=20633;\n\n/*  Boots of Fright  */\nUPDATE `item_template` SET `armor` = 148, `BuyPrice` = 232591, `SellPrice` = 46518 WHERE entry=20634;\n\n/*  Jade Inlaid Vestments  */\nUPDATE `item_template` SET `armor` = 109, `BuyPrice` = 237123, `SellPrice` = 47424 WHERE entry=20635;\n\n/*  Hibernation Crystal  */\nUPDATE `item_template` SET `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=20636;\n\n/*  Acid Inscribed Pauldrons  */\nUPDATE `item_template` SET `armor` = 610, `BuyPrice` = 170154, `SellPrice` = 34030 WHERE entry=20637;\n\n/*  Leggings of the Demented Mind  */\nUPDATE `item_template` SET `armor` = 401, `BuyPrice` = 351100, `SellPrice` = 70220 WHERE entry=20638;\n\n/*  Strangely Glyphed Legplates  */\nUPDATE `item_template` SET `armor` = 712, `BuyPrice` = 234948, `SellPrice` = 46989 WHERE entry=20639;\n\n/*  Southsea Head Bucket  */\nUPDATE `item_template` SET `BuyPrice` = 24061, `SellPrice` = 4812 WHERE entry=20640;\n\n/*  Sandstrider's Mark  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 149818, `SellPrice` = 29963, `dmg_min1` = 44.0, `dmg_max1` = 82.0, `MaxDurability` = 65, `stat_value1` = 8, `DisenchantID` = 30 WHERE entry=20646;\n\n/*  Black Crystal Dagger  */\nUPDATE `item_template` SET `Quality` = 2, `BuyPrice` = 200487, `SellPrice` = 40097, `dmg_min1` = 44.0, `dmg_max1` = 83.0, `MaxDurability` = 55, `DisenchantID` = 30, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=20647;\n\n/*  Cold Forged Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 293469, `SellPrice` = 58693, `DisenchantID` = 49 WHERE entry=20648;\n\n/*  Desert Wind Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 42558, `SellPrice` = 8511 WHERE entry=20650;\n\n/*  Abyssal Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 43014, `SellPrice` = 8602 WHERE entry=20653;\n\n/*  Amethyst War Staff  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20654;\n\n/*  Crystal Tipped Stiletto  */\nUPDATE `item_template` SET `BuyPrice` = 237219, `SellPrice` = 47443, `DisenchantID` = 49 WHERE entry=20657;\n\n/*  Stonecutting Glaive  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20660;\n\n/*  Abyssal Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 62003, `SellPrice` = 12400 WHERE entry=20662;\n\n/*  Deep Strike Bow  */\nUPDATE `item_template` SET `dmg_min1` = 58.0, `dmg_max1` = 108.0, `DisenchantID` = 49 WHERE entry=20663;\n\n/*  Abyssal Cloth Sash  */\nUPDATE `item_template` SET `BuyPrice` = 53142, `SellPrice` = 10628 WHERE entry=20664;\n\n/*  Abyssal Leather Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 138225, `SellPrice` = 27645, `DisenchantID` = 49 WHERE entry=20665;\n\n/*  Hardened Steel Warhammer  */\nUPDATE `item_template` SET `BuyPrice` = 261534, `SellPrice` = 52306, `DisenchantID` = 49 WHERE entry=20666;\n\n/*  Abyssal Leather Belt  */\nUPDATE `item_template` SET `BuyPrice` = 67155, `SellPrice` = 13431 WHERE entry=20667;\n\n/*  Abyssal Mail Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 167680, `SellPrice` = 33536, `DisenchantID` = 49 WHERE entry=20668;\n\n/*  Darkstone Claymore  */\nUPDATE `item_template` SET `BuyPrice` = 350602, `SellPrice` = 70120, `DisenchantID` = 49 WHERE entry=20669;\n\n/*  Abyssal Mail Clutch  */\nUPDATE `item_template` SET `BuyPrice` = 75626, `SellPrice` = 15125 WHERE entry=20670;\n\n/*  Sparkling Crystal Wand  */\nUPDATE `item_template` SET `BuyPrice` = 197487, `SellPrice` = 39497, `DisenchantID` = 49 WHERE entry=20672;\n\n/*  Abyssal Plate Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 50999, `SellPrice` = 10199 WHERE entry=20673;\n\n/*  Abyssal Cloth Pants  */\nUPDATE `item_template` SET `BuyPrice` = 106138, `SellPrice` = 21227, `DisenchantID` = 49 WHERE entry=20674;\n\n/*  Soulrender  */\nUPDATE `item_template` SET `BuyPrice` = 261534, `SellPrice` = 52306, `DisenchantID` = 49 WHERE entry=20675;\n\n/*  Abyssal Mail Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 158417, `SellPrice` = 31683 WHERE entry=20680;\n\n/*  Abyssal Leather Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 91258, `SellPrice` = 18251 WHERE entry=20681;\n\n/*  Abyssal Plate Epaulets  */\nUPDATE `item_template` SET `BuyPrice` = 105144, `SellPrice` = 21028 WHERE entry=20683;\n\n/*  Abyssal Mail Armguards  */\nUPDATE `item_template` SET `BuyPrice` = 105144, `SellPrice` = 21028 WHERE entry=20684;\n\n/*  Abyssal Cloth Amice  */\nUPDATE `item_template` SET `BuyPrice` = 105144, `SellPrice` = 21028 WHERE entry=20686;\n\n/*  Abyssal Plate Vambraces  */\nUPDATE `item_template` SET `BuyPrice` = 70096, `SellPrice` = 14019 WHERE entry=20687;\n\n/*  Earthen Guard  */\nUPDATE `item_template` SET `armor` = 2468, `BuyPrice` = 283220, `SellPrice` = 56644, `block` = 44 WHERE entry=20688;\n\n/*  Abyssal Leather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 131430, `SellPrice` = 26286 WHERE entry=20689;\n\n/*  Abyssal Cloth Wristbands  */\nUPDATE `item_template` SET `BuyPrice` = 70022, `SellPrice` = 14004 WHERE entry=20690;\n\n/*  Windshear Cape  */\nUPDATE `item_template` SET `armor` = 50, `BuyPrice` = 121446, `SellPrice` = 24289 WHERE entry=20691;\n\n/*  Weighted Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 59304, `SellPrice` = 11860 WHERE entry=20693;\n\n/*  Abyssal War Beads  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20695;\n\n/*  Crystal Spiked Maul  */\nUPDATE `item_template` SET `BuyPrice` = 350857, `SellPrice` = 70171, `DisenchantID` = 49 WHERE entry=20696;\n\n/*  Crystalline Threaded Cape  */\nUPDATE `item_template` SET `BuyPrice` = 84516, `SellPrice` = 16903, `DisenchantID` = 49 WHERE entry=20697;\n\n/*  Elemental Attuned Blade  */\nUPDATE `item_template` SET `BuyPrice` = 377050, `SellPrice` = 75410, `dmg_min1` = 58.6, `dmg_max1` = 116.6 WHERE entry=20698;\n\n/*  Cenarion Reservist's Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 113541, `SellPrice` = 22708, `DisenchantID` = 49 WHERE entry=20699;\n\n/*  Cenarion Reservist's Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 109844, `SellPrice` = 21968, `DisenchantID` = 49 WHERE entry=20700;\n\n/*  Cenarion Reservist's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 171573, `SellPrice` = 34314, `DisenchantID` = 49 WHERE entry=20701;\n\n/*  Cenarion Reservist's Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 176790, `SellPrice` = 35358, `DisenchantID` = 49 WHERE entry=20702;\n\n/*  Cenarion Reservist's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 147857, `SellPrice` = 29571, `DisenchantID` = 49 WHERE entry=20703;\n\n/*  Cenarion Reservist's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 137305, `SellPrice` = 27461, `DisenchantID` = 49 WHERE entry=20704;\n\n/*  Cenarion Reservist's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 109844, `SellPrice` = 21968, `DisenchantID` = 49 WHERE entry=20705;\n\n/*  Cenarion Reservist's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 109844, `SellPrice` = 21968, `DisenchantID` = 49 WHERE entry=20706;\n\n/*  Cenarion Reservist's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 109844, `SellPrice` = 21968, `DisenchantID` = 49 WHERE entry=20707;\n\n/*  Crystal Encrusted Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 82288, `SellPrice` = 16457, `DisenchantID` = 49 WHERE entry=20710;\n\n/*  Crystal Lined Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 82607, `SellPrice` = 16521, `DisenchantID` = 49 WHERE entry=20711;\n\n/*  Wastewalker's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 82918, `SellPrice` = 16583, `DisenchantID` = 49 WHERE entry=20712;\n\n/*  Desertstalkers's Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 83238, `SellPrice` = 16647, `DisenchantID` = 49 WHERE entry=20713;\n\n/*  Sandstorm Boots  */\nUPDATE `item_template` SET `BuyPrice` = 102979, `SellPrice` = 20595, `DisenchantID` = 49 WHERE entry=20714;\n\n/*  Dunestalker's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 104847, `SellPrice` = 20969, `DisenchantID` = 49 WHERE entry=20715;\n\n/*  Sandworm Skin Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 56125, `SellPrice` = 11225, `DisenchantID` = 49 WHERE entry=20716;\n\n/*  Desert Bloom Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 54922, `SellPrice` = 10984, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=20717;\n\n/*  Dark Whisper Blade  */\nUPDATE `item_template` SET `BuyPrice` = 302759, `SellPrice` = 60551, `dmg_min1` = 39.6, `dmg_max1` = 76.6, `DisenchantID` = 49 WHERE entry=20720;\n\n/*  Band of the Cultist  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20721;\n\n/*  Crystal Slugthrower  */\nUPDATE `item_template` SET `BuyPrice` = 227069, `SellPrice` = 45413, `dmg_min1` = 65.0, `dmg_max1` = 122.0, `DisenchantID` = 49 WHERE entry=20722;\n\n/*  Corrupted Blackwood Staff  */\nUPDATE `item_template` SET `BuyPrice` = 294368, `SellPrice` = 58873 WHERE entry=20724;\n\n/*  Staff of Spell Penetration - Fire (TEST)  */\nUPDATE `item_template` SET `spellid_1` = 25717, `spelltrigger_1` = 1 WHERE entry=21101;\n\n/*  Staff of Spell Penetration - Frost (TEST)  */\nUPDATE `item_template` SET `spellid_1` = 25718, `spelltrigger_1` = 1 WHERE entry=21102;\n\n/*  Defiler's Talisman  */\nUPDATE `item_template` SET `BuyPrice` = 28230, `SellPrice` = 7057, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=21115;\n\n/*  Defiler's Talisman  */\nUPDATE `item_template` SET `BuyPrice` = 15230, `SellPrice` = 3807, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=21116;\n\n/*  Talisman of Arathor  */\nUPDATE `item_template` SET `BuyPrice` = 28230, `SellPrice` = 7057, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=21117;\n\n/*  Talisman of Arathor  */\nUPDATE `item_template` SET `BuyPrice` = 15230, `SellPrice` = 3807, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=21118;\n\n/*  Talisman of Arathor  */\nUPDATE `item_template` SET `BuyPrice` = 7230, `SellPrice` = 1807, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=21119;\n\n/*  Defiler's Talisman  */\nUPDATE `item_template` SET `BuyPrice` = 7230, `SellPrice` = 1807, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=21120;\n\n/*  Death's Sting  */\nUPDATE `item_template` SET `BuyPrice` = 1034835, `SellPrice` = 206967, `stat_type2` = 37, `stat_value2` = 7, `spellid_2` = 0 WHERE entry=21126;\n-- UPDATE `item_template` SET `BuyPrice` = 1034835, `SellPrice` = 206967, `stat_type2` = 0, `stat_value2` = 0, `spellid_2` = 7574 WHERE entry=21126;\n\n/*  Staff of the Qiraji Prophets  */\nUPDATE `item_template` SET `BuyPrice` = 840206, `SellPrice` = 168041, `dmg_min1` = 129.4, `dmg_max1` = 214.4 WHERE entry=21128;\n\n/*  Dark Edge of Insanity  */\nUPDATE `item_template` SET `BuyPrice` = 1332847, `SellPrice` = 266569 WHERE entry=21134;\n\n/*  Festival Dress  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=21154;\n\n/*  Festive Green Dress  */\nUPDATE `item_template` SET `BuyPrice` = 7, `SellPrice` = 1 WHERE entry=21157;\n\n/*  Gloves of Earthen Power  */\nUPDATE `item_template` SET `BuyPrice` = 71155, `SellPrice` = 14231, `DisenchantID` = 49 WHERE entry=21178;\n\n/*  Band of Earthen Wrath  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21179;\n\n/*  Earthpower Vest  */\nUPDATE `item_template` SET `BuyPrice` = 127478, `SellPrice` = 25495 WHERE entry=21183;\n\n/*  Deeprock Bracers  */\nUPDATE `item_template` SET `armor` = 309, `BuyPrice` = 72126, `SellPrice` = 14425 WHERE entry=21184;\n\n/*  Rockfury Bracers  */\nUPDATE `item_template` SET `armor` = 42, `BuyPrice` = 72667, `SellPrice` = 14533 WHERE entry=21186;\n\n/*  Earthweave Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 82046, `SellPrice` = 16409, `DisenchantID` = 49 WHERE entry=21187;\n\n/*  Fist of Cenarius  */\nUPDATE `item_template` SET `BuyPrice` = 556103, `SellPrice` = 111220 WHERE entry=21188;\n\n/*  Might of Cenarius  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=21189;\n\n/*  Signet Ring of the Bronze Dragonflight  */\nUPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21201;\n\n/*  Signet Ring of the Bronze Dragonflight  */\nUPDATE `item_template` SET `stat_value1` = 19, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21202;\n\n/*  Signet Ring of the Bronze Dragonflight  */\nUPDATE `item_template` SET `stat_value1` = 21, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21203;\n\n/*  Signet Ring of the Bronze Dragonflight  */\nUPDATE `item_template` SET `stat_value1` = 22, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21204;\n\n/*  Signet Ring of the Bronze Dragonflight  */\nUPDATE `item_template` SET `stat_value1` = 24, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21205;\n\n/*  Blessed Qiraji War Axe  */\nUPDATE `item_template` SET `BuyPrice` = 820121, `SellPrice` = 164024 WHERE entry=21242;\n\n/*  Blessed Qiraji Pugio  */\nUPDATE `item_template` SET `BuyPrice` = 826238, `SellPrice` = 165247 WHERE entry=21244;\n\n/*  Blessed Qiraji War Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 860679, `SellPrice` = 172135, `stat_type2` = 4, `stat_value2` = 10, `spellid_1` = 24697 WHERE entry=21268;\n\n/*  Blessed Qiraji Bulwark  */\nUPDATE `item_template` SET `armor` = 2964, `BuyPrice` = 552819, `SellPrice` = 110563, `block` = 55 WHERE entry=21269;\n\n/*  Blessed Qiraji Musket  */\nUPDATE `item_template` SET `BuyPrice` = 654748, `SellPrice` = 130949, `dmg_min1` = 86.0, `dmg_max1` = 160.0 WHERE entry=21272;\n\n/*  Blessed Qiraji Acolyte Staff  */\nUPDATE `item_template` SET `BuyPrice` = 1095018, `SellPrice` = 219003 WHERE entry=21273;\n\n/*  Blessed Qiraji Augur Staff  */\nUPDATE `item_template` SET `BuyPrice` = 997918, `SellPrice` = 199583 WHERE entry=21275;\n\n/*  Stormshroud Gloves  */\nUPDATE `item_template` SET `armor` = 109, `BuyPrice` = 66062, `SellPrice` = 13212, `ItemLevel` = 62, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_1` = 7597, `spellid_2` = 15464, `RequiredLevel` = 57 WHERE entry=21278;\n\n/*  Leggings of the Ursa  */\nUPDATE `item_template` SET `BuyPrice` = 62037, `SellPrice` = 12407 WHERE entry=21316;\n\n/*  Ursa's Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 75541, `SellPrice` = 15108 WHERE entry=21322;\n\n/*  Conqueror's Crown  */\nUPDATE `item_template` SET `armor` = 739, `BuyPrice` = 265185, `SellPrice` = 53037 WHERE entry=21329;\n\n/*  Conqueror's Spaulders  */\nUPDATE `item_template` SET `armor` = 659, `BuyPrice` = 229939, `SellPrice` = 45987 WHERE entry=21330;\n\n/*  Conqueror's Breastplate  */\nUPDATE `item_template` SET `armor` = 985, `BuyPrice` = 501319, `SellPrice` = 100263 WHERE entry=21331;\n\n/*  Conqueror's Legguards  */\nUPDATE `item_template` SET `armor` = 796, `BuyPrice` = 357645, `SellPrice` = 71529 WHERE entry=21332;\n\n/*  Conqueror's Greaves  */\nUPDATE `item_template` SET `armor` = 604, `BuyPrice` = 232596, `SellPrice` = 46519 WHERE entry=21333;\n\n/*  Doomcaller's Robes  */\nUPDATE `item_template` SET `armor` = 133, `BuyPrice` = 507039, `SellPrice` = 101407 WHERE entry=21334;\n\n/*  Doomcaller's Mantle  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 234344, `SellPrice` = 46868 WHERE entry=21335;\n\n/*  Doomcaller's Trousers  */\nUPDATE `item_template` SET `armor` = 107, `BuyPrice` = 363077, `SellPrice` = 72615 WHERE entry=21336;\n\n/*  Doomcaller's Circlet  */\nUPDATE `item_template` SET `armor` = 100, `BuyPrice` = 273306, `SellPrice` = 54661 WHERE entry=21337;\n\n/*  Doomcaller's Footwraps  */\nUPDATE `item_template` SET `armor` = 82, `BuyPrice` = 236978, `SellPrice` = 47395 WHERE entry=21338;\n\n/*  Enigma Robes  */\nUPDATE `item_template` SET `armor` = 133, `BuyPrice` = 524250, `SellPrice` = 104850 WHERE entry=21343;\n\n/*  Enigma Boots  */\nUPDATE `item_template` SET `armor` = 82, `BuyPrice` = 242269, `SellPrice` = 48453 WHERE entry=21344;\n\n/*  Enigma Shoulderpads  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 249475, `SellPrice` = 49895 WHERE entry=21345;\n\n/*  Enigma Leggings  */\nUPDATE `item_template` SET `armor` = 107, `BuyPrice` = 386433, `SellPrice` = 77286 WHERE entry=21346;\n\n/*  Enigma Circlet  */\nUPDATE `item_template` SET `armor` = 100, `BuyPrice` = 290850, `SellPrice` = 58170 WHERE entry=21347;\n\n/*  Tiara of the Oracle  */\nUPDATE `item_template` SET `armor` = 150, `BuyPrice` = 264132, `SellPrice` = 52826 WHERE entry=21348;\n\n/*  Footwraps of the Oracle  */\nUPDATE `item_template` SET `armor` = 112, `BuyPrice` = 229029, `SellPrice` = 45805 WHERE entry=21349;\n\n/*  Mantle of the Oracle  */\nUPDATE `item_template` SET `armor` = 119, `BuyPrice` = 229915, `SellPrice` = 45983 WHERE entry=21350;\n\n/*  Vestments of the Oracle  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 501267, `SellPrice` = 100253 WHERE entry=21351;\n\n/*  Trousers of the Oracle  */\nUPDATE `item_template` SET `armor` = 157, `BuyPrice` = 357571, `SellPrice` = 71514 WHERE entry=21352;\n\n/*  Genesis Helm  */\nUPDATE `item_template` SET `armor` = 192, `BuyPrice` = 336505, `SellPrice` = 67301 WHERE entry=21353;\n\n/*  Genesis Shoulderpads  */\nUPDATE `item_template` SET `armor` = 172, `BuyPrice` = 291793, `SellPrice` = 58358 WHERE entry=21354;\n\n/*  Genesis Boots  */\nUPDATE `item_template` SET `armor` = 158, `BuyPrice` = 292900, `SellPrice` = 58580 WHERE entry=21355;\n\n/*  Genesis Trousers  */\nUPDATE `item_template` SET `armor` = 207, `BuyPrice` = 453755, `SellPrice` = 90751 WHERE entry=21356;\n\n/*  Genesis Vest  */\nUPDATE `item_template` SET `armor` = 253, `BuyPrice` = 640883, `SellPrice` = 128176 WHERE entry=21357;\n\n/*  Deathdealer's Boots  */\nUPDATE `item_template` SET `armor` = 158, `BuyPrice` = 297299, `SellPrice` = 59459 WHERE entry=21359;\n\n/*  Deathdealer's Helm  */\nUPDATE `item_template` SET `armor` = 192, `BuyPrice` = 345409, `SellPrice` = 69081 WHERE entry=21360;\n\n/*  Deathdealer's Spaulders  */\nUPDATE `item_template` SET `armor` = 172, `BuyPrice` = 307415, `SellPrice` = 61483 WHERE entry=21361;\n\n/*  Deathdealer's Leggings  */\nUPDATE `item_template` SET `armor` = 207, `BuyPrice` = 476204, `SellPrice` = 95240 WHERE entry=21362;\n\n/*  Deathdealer's Vest  */\nUPDATE `item_template` SET `armor` = 253, `BuyPrice` = 674813, `SellPrice` = 134962 WHERE entry=21364;\n\n/*  Striker's Footguards  */\nUPDATE `item_template` SET `armor` = 340, `BuyPrice` = 375840, `SellPrice` = 75168, `stat_value1` = 31, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21365;\n\n/*  Striker's Diadem  */\nUPDATE `item_template` SET `armor` = 416, `BuyPrice` = 434695, `SellPrice` = 86939, `stat_value1` = 29, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=21366;\n\n/*  Striker's Pauldrons  */\nUPDATE `item_template` SET `armor` = 384, `BuyPrice` = 438131, `SellPrice` = 87626, `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21367;\n\n/*  Striker's Leggings  */\nUPDATE `item_template` SET `armor` = 448, `BuyPrice` = 528153, `SellPrice` = 105630, `stat_value1` = 36, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=21368;\n\n/*  Striker's Hauberk  */\nUPDATE `item_template` SET `armor` = 553, `BuyPrice` = 748937, `SellPrice` = 149787, `stat_value1` = 39, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=21370;\n\n/*  Stormcaller's Diadem  */\nUPDATE `item_template` SET `armor` = 416, `BuyPrice` = 402226, `SellPrice` = 80445 WHERE entry=21372;\n\n/*  Stormcaller's Footguards  */\nUPDATE `item_template` SET `armor` = 340, `BuyPrice` = 350337, `SellPrice` = 70067 WHERE entry=21373;\n\n/*  Stormcaller's Hauberk  */\nUPDATE `item_template` SET `armor` = 553, `BuyPrice` = 760402, `SellPrice` = 152080 WHERE entry=21374;\n\n/*  Stormcaller's Leggings  */\nUPDATE `item_template` SET `armor` = 448, `BuyPrice` = 542399, `SellPrice` = 108479 WHERE entry=21375;\n\n/*  Stormcaller's Pauldrons  */\nUPDATE `item_template` SET `armor` = 371, `BuyPrice` = 354305, `SellPrice` = 70861 WHERE entry=21376;\n\n/*  Avenger's Crown  */\nUPDATE `item_template` SET `armor` = 739, `BuyPrice` = 290767, `SellPrice` = 58153 WHERE entry=21387;\n\n/*  Avenger's Greaves  */\nUPDATE `item_template` SET `armor` = 604, `BuyPrice` = 228095, `SellPrice` = 45619 WHERE entry=21388;\n\n/*  Avenger's Breastplate  */\nUPDATE `item_template` SET `armor` = 985, `BuyPrice` = 497315, `SellPrice` = 99463 WHERE entry=21389;\n\n/*  Avenger's Legguards  */\nUPDATE `item_template` SET `armor` = 796, `BuyPrice` = 354763, `SellPrice` = 70952 WHERE entry=21390;\n\n/*  Avenger's Pauldrons  */\nUPDATE `item_template` SET `armor` = 659, `BuyPrice` = 230729, `SellPrice` = 46145 WHERE entry=21391;\n\n/*  Drape of Unyielding Strength  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21394;\n\n/*  Cape of Eternal Justice  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21397;\n\n/*  Cloak of the Gathering Storm  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21400;\n\n/*  Scythe of the Unseen Path  */\nUPDATE `item_template` SET `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21401;\n\n/*  Signet of the Unseen Path  */\nUPDATE `item_template` SET `stat_value1` = 19, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=21402;\n\n/*  Cloak of the Unseen Path  */\nUPDATE `item_template` SET `armor` = 52, `stat_value1` = 17, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21403;\n\n/*  Cloak of Veiled Shadows  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21406;\n\n/*  Mace of Unending Life  */\nUPDATE `item_template` SET `dmg_min1` = 67.0, `dmg_max1` = 149.0, `MaxDurability` = 105, `stat_type1` = 4, `stat_value1` = 9, `stat_value2` = 7, `stat_value3` = 11, `stat_value4` = 10, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 18056, `spelltrigger_1` = 1, `spellid_2` = 26153, `spelltrigger_2` = 1 WHERE entry=21407;\n\n/*  Cloak of Unending Life  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21409;\n\n/*  Shroud of Infinite Wisdom  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21412;\n\n/*  Drape of Vaulted Secrets  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21415;\n\n/*  Shroud of Unspoken Names  */\nUPDATE `item_template` SET `armor` = 52 WHERE entry=21418;\n\n/*  Staff of the Ruins  */\nUPDATE `item_template` SET `BuyPrice` = 739573, `SellPrice` = 147914, `dmg_min1` = 151.6, `dmg_max1` = 246.6 WHERE entry=21452;\n\n/*  Mantle of the Horusath  */\nUPDATE `item_template` SET `armor` = 610, `BuyPrice` = 178158, `SellPrice` = 35631 WHERE entry=21453;\n\n/*  Runic Stone Shoulders  */\nUPDATE `item_template` SET `armor` = 344, `BuyPrice` = 269394, `SellPrice` = 53878 WHERE entry=21454;\n\n/*  Southwind Helm  */\nUPDATE `item_template` SET `BuyPrice` = 185491, `SellPrice` = 37098, `DisenchantID` = 49 WHERE entry=21455;\n\n/*  Sandstorm Cloak  */\nUPDATE `item_template` SET `armor` = 135, `BuyPrice` = 180124, `SellPrice` = 36024 WHERE entry=21456;\n\n/*  Bracers of Brutality  */\nUPDATE `item_template` SET `armor` = 356, `BuyPrice` = 120523, `SellPrice` = 24104 WHERE entry=21457;\n\n/*  Gauntlets of New Life  */\nUPDATE `item_template` SET `armor` = 134, `BuyPrice` = 155135, `SellPrice` = 31027 WHERE entry=21458;\n\n/*  Crossbow of Imminent Doom  */\nUPDATE `item_template` SET `BuyPrice` = 467059, `SellPrice` = 93411, `dmg_min1` = 103.0, `dmg_max1` = 155.0 WHERE entry=21459;\n\n/*  Helm of Domination  */\nUPDATE `item_template` SET `armor` = 661, `BuyPrice` = 187484, `SellPrice` = 37496 WHERE entry=21460;\n\n/*  Leggings of the Black Blizzard  */\nUPDATE `item_template` SET `armor` = 97, `BuyPrice` = 227016, `SellPrice` = 45403 WHERE entry=21461;\n\n/*  Gloves of Dark Wisdom  */\nUPDATE `item_template` SET `armor` = 69, `BuyPrice` = 113936, `SellPrice` = 22787 WHERE entry=21462;\n\n/*  Ossirian's Binding  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 171566, `SellPrice` = 34313 WHERE entry=21463;\n\n/*  Shackles of the Unscarred  */\nUPDATE `item_template` SET `armor` = 48, `BuyPrice` = 114818, `SellPrice` = 22963 WHERE entry=21464;\n\n/*  Stinger of Ayamiss  */\nUPDATE `item_template` SET `BuyPrice` = 499676, `SellPrice` = 99935, `dmg_min1` = 63.4, `dmg_max1` = 136.4 WHERE entry=21466;\n\n/*  Thick Silithid Chestguard  */\nUPDATE `item_template` SET `armor` = 258, `BuyPrice` = 250790, `SellPrice` = 50158 WHERE entry=21467;\n\n/*  Mantle of Maz'Nadir  */\nUPDATE `item_template` SET `BuyPrice` = 144582, `SellPrice` = 28916, `DisenchantID` = 49 WHERE entry=21468;\n\n/*  Gauntlets of Southwind  */\nUPDATE `item_template` SET `BuyPrice` = 120928, `SellPrice` = 24185, `DisenchantID` = 49 WHERE entry=21469;\n\n/*  Cloak of the Savior  */\nUPDATE `item_template` SET `BuyPrice` = 145660, `SellPrice` = 29132, `DisenchantID` = 49 WHERE entry=21470;\n\n/*  Dustwind Turban  */\nUPDATE `item_template` SET `armor` = 86, `BuyPrice` = 153313, `SellPrice` = 30662 WHERE entry=21472;\n\n/*  Eye of Moam  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21473;\n\n/*  Chitinous Shoulderguards  */\nUPDATE `item_template` SET `BuyPrice` = 189683, `SellPrice` = 37936, `DisenchantID` = 49 WHERE entry=21474;\n\n/*  Legplates of the Destroyer  */\nUPDATE `item_template` SET `BuyPrice` = 203057, `SellPrice` = 40611, `DisenchantID` = 49 WHERE entry=21475;\n\n/*  Obsidian Scaled Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 305680, `SellPrice` = 61136, `DisenchantID` = 49 WHERE entry=21476;\n\n/*  Ring of Fury  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21477;\n\n/*  Bow of Taut Sinew  */\nUPDATE `item_template` SET `BuyPrice` = 382854, `SellPrice` = 76570, `dmg_min1` = 59.0, `dmg_max1` = 111.0 WHERE entry=21478;\n\n/*  Gauntlets of the Immovable  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 102457, `SellPrice` = 20491 WHERE entry=21479;\n\n/*  Scaled Silithid Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 147616, `SellPrice` = 29523, `DisenchantID` = 49 WHERE entry=21480;\n\n/*  Boots of the Desert Protector  */\nUPDATE `item_template` SET `BuyPrice` = 134053, `SellPrice` = 26810, `DisenchantID` = 49 WHERE entry=21481;\n\n/*  Boots of the Fiery Sands  */\nUPDATE `item_template` SET `BuyPrice` = 202757, `SellPrice` = 40551, `DisenchantID` = 49 WHERE entry=21482;\n\n/*  Ring of the Desert Winds  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21483;\n\n/*  Helm of Regrowth  */\nUPDATE `item_template` SET `BuyPrice` = 169501, `SellPrice` = 33900, `DisenchantID` = 49 WHERE entry=21484;\n\n/*  Buru's Skull Fragment  */\nUPDATE `item_template` SET `armor` = 2575, `BuyPrice` = 303373, `SellPrice` = 60674, `block` = 47 WHERE entry=21485;\n\n/*  Gloves of the Swarm  */\nUPDATE `item_template` SET `armor` = 482, `BuyPrice` = 95166, `SellPrice` = 19033 WHERE entry=21486;\n\n/*  Slimy Scaled Gauntlets  */\nUPDATE `item_template` SET `armor` = 271, `BuyPrice` = 143293, `SellPrice` = 28658 WHERE entry=21487;\n\n/*  Fetish of Chitinous Spikes  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21488;\n\n/*  Quicksand Waders  */\nUPDATE `item_template` SET `BuyPrice` = 138189, `SellPrice` = 27637, `DisenchantID` = 49 WHERE entry=21489;\n\n/*  Slime Kickers  */\nUPDATE `item_template` SET `BuyPrice` = 142438, `SellPrice` = 28487, `DisenchantID` = 49 WHERE entry=21490;\n\n/*  Scaled Bracers of the Gorger  */\nUPDATE `item_template` SET `BuyPrice` = 119132, `SellPrice` = 23826, `DisenchantID` = 49 WHERE entry=21491;\n\n/*  Manslayer of the Qiraji  */\nUPDATE `item_template` SET `BuyPrice` = 566435, `SellPrice` = 113287 WHERE entry=21492;\n\n/*  Boots of the Vanguard  */\nUPDATE `item_template` SET `armor` = 138, `BuyPrice` = 170547, `SellPrice` = 34109 WHERE entry=21493;\n\n/*  Southwind's Grasp  */\nUPDATE `item_template` SET `BuyPrice` = 109226, `SellPrice` = 21845, `DisenchantID` = 49 WHERE entry=21494;\n\n/*  Legplates of the Qiraji Command  */\nUPDATE `item_template` SET `BuyPrice` = 175375, `SellPrice` = 35075, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=21495;\n\n/*  Bracers of Qiraji Command  */\nUPDATE `item_template` SET `BuyPrice` = 88002, `SellPrice` = 17600, `DisenchantID` = 49 WHERE entry=21496;\n\n/*  Boots of the Qiraji General  */\nUPDATE `item_template` SET `BuyPrice` = 199596, `SellPrice` = 39919, `DisenchantID` = 49 WHERE entry=21497;\n\n/*  Qiraji Sacrificial Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 462969, `SellPrice` = 92593 WHERE entry=21498;\n\n/*  Vestments of the Shifting Sands  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 185827, `SellPrice` = 37165 WHERE entry=21499;\n\n/*  Belt of the Inquisition  */\nUPDATE `item_template` SET `BuyPrice` = 89252, `SellPrice` = 17850, `DisenchantID` = 49 WHERE entry=21500;\n\n/*  Toughened Silithid Hide Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 101314, `SellPrice` = 20262, `DisenchantID` = 49 WHERE entry=21501;\n\n/*  Sand Reaver Wristguards  */\nUPDATE `item_template` SET `BuyPrice` = 122049, `SellPrice` = 24409, `DisenchantID` = 49 WHERE entry=21502;\n\n/*  Belt of the Sand Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 81672, `SellPrice` = 16334, `DisenchantID` = 49 WHERE entry=21503;\n\n/*  Dagger of Spell Penetration - Fire 150 Resist (TEST)  */\nUPDATE `item_template` SET `spellid_1` = 26203, `spelltrigger_1` = 1 WHERE entry=21516;\n\n/*  Gnomish Turban of Psychic Might  */\nUPDATE `item_template` SET `armor` = 93, `BuyPrice` = 214679, `SellPrice` = 42935, `spellid_2` = 26208 WHERE entry=21517;\n\n/*  Dagger of Spell Penetration - Frost 150 Resist (TEST)  */\nUPDATE `item_template` SET `spellid_1` = 26204, `spelltrigger_1` = 1 WHERE entry=21518;\n\n/*  Ravencrest's Legacy  */\nUPDATE `item_template` SET `BuyPrice` = 759340, `SellPrice` = 151868 WHERE entry=21520;\n\n/*  Runesword of the Red  */\nUPDATE `item_template` SET `BuyPrice` = 689558, `SellPrice` = 137911, `dmg_min1` = 52.8, `dmg_max1` = 128.8 WHERE entry=21521;\n\n/*  Shadowsong's Sorrow  */\nUPDATE `item_template` SET `BuyPrice` = 711347, `SellPrice` = 142269 WHERE entry=21522;\n\n/*  Fang of Korialstrasz  */\nUPDATE `item_template` SET `BuyPrice` = 714025, `SellPrice` = 142805, `dmg_min1` = 43.2, `dmg_max1` = 106.2 WHERE entry=21523;\n\n/*  Red Winter Hat  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=21524;\n\n/*  Green Winter Hat  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=21525;\n\n/*  Darkwater Robes  */\nUPDATE `item_template` SET `armor` = 117, `BuyPrice` = 304360, `SellPrice` = 60872, `spellid_1` = 17899 WHERE entry=21527;\n\n/*  Onyx Embedded Leggings  */\nUPDATE `item_template` SET `armor` = 427, `BuyPrice` = 461556, `SellPrice` = 92311 WHERE entry=21530;\n\n/*  Drudge Boots  */\nUPDATE `item_template` SET `armor` = 156, `BuyPrice` = 290581, `SellPrice` = 58116 WHERE entry=21532;\n\n/*  Festive Pink Dress  */\nUPDATE `item_template` SET `BuyPrice` = 7, `SellPrice` = 1 WHERE entry=21538;\n\n/*  Festive Purple Dress  */\nUPDATE `item_template` SET `BuyPrice` = 7, `SellPrice` = 1 WHERE entry=21539;\n\n/*  Festive Black Pant Suit  */\nUPDATE `item_template` SET `BuyPrice` = 7, `SellPrice` = 1 WHERE entry=21541;\n\n/*  Festive Teal Pant Suit  */\nUPDATE `item_template` SET `BuyPrice` = 7, `SellPrice` = 1 WHERE entry=21543;\n\n/*  Festive Blue Pant Suit  */\nUPDATE `item_template` SET `BuyPrice` = 7, `SellPrice` = 1 WHERE entry=21544;\n\n/*  Don Rodrigo's Band  */\nUPDATE `item_template` SET `BuyPrice` = 755555, `SellPrice` = 188888, `spelltrigger_3` = 0 WHERE entry=21563;\n\n/*  Rune of Perfection  */\nUPDATE `item_template` SET `BuyPrice` = 40000, `SellPrice` = 10000, `spelltrigger_2` = 0 WHERE entry=21565;\n\n/*  Rune of Perfection  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000, `spelltrigger_2` = 0 WHERE entry=21566;\n\n/*  Rune of Duty  */\nUPDATE `item_template` SET `BuyPrice` = 40000, `SellPrice` = 10000, `spelltrigger_2` = 0 WHERE entry=21567;\n\n/*  Rune of Duty  */\nUPDATE `item_template` SET `BuyPrice` = 20000, `SellPrice` = 5000, `spelltrigger_2` = 0 WHERE entry=21568;\n\n/*  Gauntlets of Annihilation  */\nUPDATE `item_template` SET `armor` = 615, `BuyPrice` = 254455, `SellPrice` = 50891 WHERE entry=21581;\n\n/*  Grasp of the Old God  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 255391, `SellPrice` = 51078 WHERE entry=21582;\n\n/*  Cloak of Clarity  */\nUPDATE `item_template` SET `armor` = 66, `BuyPrice` = 384530, `SellPrice` = 76906 WHERE entry=21583;\n\n/*  Bracers of Eternal Reckoning  */\nUPDATE `item_template` SET `armor` = 242, `BuyPrice` = 385973, `SellPrice` = 77194, `MaxDurability` = 50 WHERE entry=21584;\n\n/*  Dark Storm Gauntlets  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 258277, `SellPrice` = 51655 WHERE entry=21585;\n\n/*  Belt of Never-ending Agony  */\nUPDATE `item_template` SET `armor` = 142, `BuyPrice` = 332629, `SellPrice` = 66525 WHERE entry=21586;\n\n/*  Wristguards of Elemental Fury  */\nUPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=21588;\n\n/*  Bracers of the Fallen Son  */\nUPDATE `item_template` SET `armor` = 111, `BuyPrice` = 309652, `SellPrice` = 61930, `MaxDurability` = 40, `stat_type1` = 5, `stat_value1` = 15, `stat_type2` = 7, `stat_value2` = 10, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 14054, `spelltrigger_1` = 1, `spellid_2` = 23727, `spelltrigger_2` = 1 WHERE entry=21594;\n\n/*  Ring of the Godslayer  */\nUPDATE `item_template` SET `stat_value1` = 27, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=21596;\n\n/*  Royal Qiraji Belt  */\nUPDATE `item_template` SET `armor` = 512, `BuyPrice` = 178767, `SellPrice` = 35753 WHERE entry=21598;\n\n/*  Vek'lor's Gloves of Devastation  */\nUPDATE `item_template` SET `armor` = 320, `BuyPrice` = 269176, `SellPrice` = 53835 WHERE entry=21599;\n\n/*  Boots of Epiphany  */\nUPDATE `item_template` SET `armor` = 84, `BuyPrice` = 270202, `SellPrice` = 54040 WHERE entry=21600;\n\n/*  Qiraji Execution Bracers  */\nUPDATE `item_template` SET `armor` = 103, `BuyPrice` = 232975, `SellPrice` = 46595 WHERE entry=21602;\n\n/*  Wand of Qiraji Nobility  */\nUPDATE `item_template` SET `BuyPrice` = 605972, `SellPrice` = 121194 WHERE entry=21603;\n\n/*  Bracelets of Royal Redemption  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 187747, `SellPrice` = 37549 WHERE entry=21604;\n\n/*  Gloves of the Hidden Temple  */\nUPDATE `item_template` SET `armor` = 248, `BuyPrice` = 235515, `SellPrice` = 47103 WHERE entry=21605;\n\n/*  Belt of the Fallen Emperor  */\nUPDATE `item_template` SET `armor` = 512, `BuyPrice` = 189096, `SellPrice` = 37819 WHERE entry=21606;\n\n/*  Grasp of the Fallen Emperor  */\nUPDATE `item_template` SET `armor` = 288, `BuyPrice` = 284669, `SellPrice` = 56933 WHERE entry=21607;\n\n/*  Regenerating Belt of Vek'nilash  */\nUPDATE `item_template` SET `armor` = 133, `BuyPrice` = 238910, `SellPrice` = 47782 WHERE entry=21609;\n\n/*  Wormscale Blocker  */\nUPDATE `item_template` SET `armor` = 3035, `BuyPrice` = 613799, `SellPrice` = 122759, `block` = 57 WHERE entry=21610;\n\n/*  Burrower Bracers  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 192495, `SellPrice` = 38499 WHERE entry=21611;\n\n/*  Wormscale Stompers  */\nUPDATE `item_template` SET `armor` = 352, `BuyPrice` = 436544, `SellPrice` = 87308, `MaxDurability` = 70, `stat_value2` = 12, `stat_value3` = 12, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 9344, `spelltrigger_1` = 1, `spellid_2` = 21620, `spelltrigger_2` = 1 WHERE entry=21612;\n\n/*  Wormhide Boots  */\nUPDATE `item_template` SET `armor` = 163, `BuyPrice` = 363459, `SellPrice` = 72691, `MaxDurability` = 60, `stat_type2` = 4, `stat_value2` = 18, `stat_type3` = 7, `stat_value3` = 13 WHERE entry=21613;\n\n/*  Wormhide Protector  */\nUPDATE `item_template` SET `armor` = 192, `BuyPrice` = 330061, `SellPrice` = 66012, `MaxDurability` = 70, `nature_res` = 30, `stat_value1` = 26, `stat_type3` = 4, `stat_value3` = 18 WHERE entry=21614;\n\n/*  Don Rigoberto's Lost Hat  */\nUPDATE `item_template` SET `armor` = 100, `BuyPrice` = 265074, `SellPrice` = 53014 WHERE entry=21615;\n\n/*  Huhuran's Stinger  */\nUPDATE `item_template` SET `BuyPrice` = 574608, `SellPrice` = 114921, `dmg_min1` = 87.0, `dmg_max1` = 163.0 WHERE entry=21616;\n\n/*  Wasphide Gauntlets  */\nUPDATE `item_template` SET `armor` = 143, `BuyPrice` = 192274, `SellPrice` = 38454 WHERE entry=21617;\n\n/*  Hive Defiler Wristguards  */\nUPDATE `item_template` SET `armor` = 384, `BuyPrice` = 158639, `SellPrice` = 31727 WHERE entry=21618;\n\n/*  Gloves of the Messiah  */\nUPDATE `item_template` SET `armor` = 74, `BuyPrice` = 159230, `SellPrice` = 31846 WHERE entry=21619;\n\n/*  Cloak of the Golden Hive  */\nUPDATE `item_template` SET `armor` = 59, `BuyPrice` = 240593, `SellPrice` = 48118 WHERE entry=21621;\n\n/*  Sharpened Silithid Femur  */\nUPDATE `item_template` SET `BuyPrice` = 804930, `SellPrice` = 160986, `dmg_min1` = 53.6, `dmg_max1` = 136.6 WHERE entry=21622;\n\n/*  Gauntlets of the Righteous Champion  */\nUPDATE `item_template` SET `armor` = 549, `BuyPrice` = 161576, `SellPrice` = 32315 WHERE entry=21623;\n\n/*  Gauntlets of Kalimdor  */\nUPDATE `item_template` SET `armor` = 309, `BuyPrice` = 243226, `SellPrice` = 48645 WHERE entry=21624;\n\n/*  Slime-coated Leggings  */\nUPDATE `item_template` SET `armor` = 432, `BuyPrice` = 489997, `SellPrice` = 97999 WHERE entry=21626;\n\n/*  Cloak of Untold Secrets  */\nUPDATE `item_template` SET `armor` = 59, `BuyPrice` = 234152, `SellPrice` = 46830 WHERE entry=21627;\n\n/*  Barb of the Sand Reaver  */\nUPDATE `item_template` SET `BuyPrice` = 933643, `SellPrice` = 186728, `stat_value1` = 41, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=21635;\n\n/*  Pauldrons of the Unrelenting  */\nUPDATE `item_template` SET `armor` = 650, `BuyPrice` = 227426, `SellPrice` = 45485 WHERE entry=21639;\n\n/*  Hive Tunneler's Boots  */\nUPDATE `item_template` SET `armor` = 216, `BuyPrice` = 290581, `SellPrice` = 58116 WHERE entry=21645;\n\n/*  Recomposed Boots  */\nUPDATE `item_template` SET `armor` = 80, `BuyPrice` = 223784, `SellPrice` = 44756 WHERE entry=21648;\n\n/*  Ancient Qiraji Ripper  */\nUPDATE `item_template` SET `BuyPrice` = 732853, `SellPrice` = 146570 WHERE entry=21650;\n\n/*  Scaled Sand Reaver Leggings  */\nUPDATE `item_template` SET `armor` = 427, `BuyPrice` = 441399, `SellPrice` = 88279 WHERE entry=21651;\n\n/*  Silithid Carapace Chestguard  */\nUPDATE `item_template` SET `armor` = 867, `BuyPrice` = 295391, `SellPrice` = 59078 WHERE entry=21652;\n\n/*  Robes of the Guardian Saint  */\nUPDATE `item_template` SET `armor` = 117, `BuyPrice` = 307673, `SellPrice` = 61534 WHERE entry=21663;\n\n/*  Mantle of Wicked Revenge  */\nUPDATE `item_template` SET `armor` = 170, `BuyPrice` = 290524, `SellPrice` = 58104 WHERE entry=21665;\n\n/*  Legplates of Blazing Light  */\nUPDATE `item_template` SET `armor` = 749, `BuyPrice` = 275968, `SellPrice` = 55193 WHERE entry=21667;\n\n/*  Scaled Leggings of Qiraji Fury  */\nUPDATE `item_template` SET `armor` = 422, `BuyPrice` = 415559, `SellPrice` = 83111 WHERE entry=21668;\n\n/*  Creeping Vine Helm  */\nUPDATE `item_template` SET `armor` = 183, `BuyPrice` = 260701, `SellPrice` = 52140 WHERE entry=21669;\n\n/*  Robes of the Battleguard  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 280224, `SellPrice` = 56044 WHERE entry=21671;\n\n/*  Gloves of Enforcement  */\nUPDATE `item_template` SET `armor` = 140, `BuyPrice` = 175791, `SellPrice` = 35158 WHERE entry=21672;\n\n/*  Silithid Claw  */\nUPDATE `item_template` SET `BuyPrice` = 705846, `SellPrice` = 141169 WHERE entry=21673;\n\n/*  Gauntlets of Steadfast Determination  */\nUPDATE `item_template` SET `armor` = 535, `BuyPrice` = 141704, `SellPrice` = 28340 WHERE entry=21674;\n\n/*  Thick Qirajihide Belt  */\nUPDATE `item_template` SET `armor` = 186, `BuyPrice` = 177800, `SellPrice` = 35560 WHERE entry=21675;\n\n/*  Leggings of the Festering Swarm  */\nUPDATE `item_template` SET `armor` = 101, `BuyPrice` = 285523, `SellPrice` = 57104, `spellid_1` = 26405 WHERE entry=21676;\n\n/*  Kalimdor's Revenge  */\nUPDATE `item_template` SET `BuyPrice` = 1151594, `SellPrice` = 230318 WHERE entry=21679;\n\n/*  Vest of Swift Execution  */\nUPDATE `item_template` SET `armor` = 229, `BuyPrice` = 399352, `SellPrice` = 79870 WHERE entry=21680;\n\n/*  Bile-Covered Gauntlets  */\nUPDATE `item_template` SET `armor` = 203, `BuyPrice` = 201152, `SellPrice` = 40230 WHERE entry=21682;\n\n/*  Mantle of the Desert Crusade  */\nUPDATE `item_template` SET `armor` = 642, `BuyPrice` = 225500, `SellPrice` = 45100 WHERE entry=21683;\n\n/*  Mantle of the Desert's Fury  */\nUPDATE `item_template` SET `armor` = 362, `BuyPrice` = 340931, `SellPrice` = 68186 WHERE entry=21684;\n\n/*  Mantle of Phrenic Power  */\nUPDATE `item_template` SET `armor` = 87, `BuyPrice` = 227888, `SellPrice` = 45577, `spellid_1` = 17871 WHERE entry=21686;\n\n/*  Boots of the Fallen Hero  */\nUPDATE `item_template` SET `armor` = 581, `BuyPrice` = 197844, `SellPrice` = 39568 WHERE entry=21688;\n\n/*  Gloves of Ebru  */\nUPDATE `item_template` SET `armor` = 139, `BuyPrice` = 165507, `SellPrice` = 33101 WHERE entry=21689;\n\n/*  Ooze-ridden Gauntlets  */\nUPDATE `item_template` SET `armor` = 529, `BuyPrice` = 133412, `SellPrice` = 26682 WHERE entry=21691;\n\n/*  Triad Girdle  */\nUPDATE `item_template` SET `armor` = 476, `BuyPrice` = 133922, `SellPrice` = 26784 WHERE entry=21692;\n\n/*  Guise of the Devourer  */\nUPDATE `item_template` SET `armor` = 250, `BuyPrice` = 252062, `SellPrice` = 50412 WHERE entry=21693;\n\n/*  Ternary Mantle  */\nUPDATE `item_template` SET `armor` = 86, `BuyPrice` = 202414, `SellPrice` = 40482 WHERE entry=21694;\n\n/*  Robes of the Triumvirate  */\nUPDATE `item_template` SET `armor` = 114, `BuyPrice` = 271899, `SellPrice` = 54379 WHERE entry=21696;\n\n/*  Cape of the Trinity  */\nUPDATE `item_template` SET `armor` = 57, `BuyPrice` = 204689, `SellPrice` = 40937 WHERE entry=21697;\n\n/*  Leggings of Immersion  */\nUPDATE `item_template` SET `armor` = 190, `BuyPrice` = 310589, `SellPrice` = 62117 WHERE entry=21698;\n\n/*  Barrage Shoulders  */\nUPDATE `item_template` SET `armor` = 348, `BuyPrice` = 289280, `SellPrice` = 57856 WHERE entry=21699;\n\n/*  Cloak of Concentrated Hatred  */\nUPDATE `item_template` SET `armor` = 56, `BuyPrice` = 193388, `SellPrice` = 38677 WHERE entry=21701;\n\n/*  Hammer of Ji'zhi  */\nUPDATE `item_template` SET `BuyPrice` = 811491, `SellPrice` = 162298 WHERE entry=21703;\n\n/*  Boots of the Redeemed Prophecy  */\nUPDATE `item_template` SET `armor` = 567, `BuyPrice` = 195452, `SellPrice` = 39090 WHERE entry=21704;\n\n/*  Boots of the Fallen Prophet  */\nUPDATE `item_template` SET `armor` = 319, `BuyPrice` = 295526, `SellPrice` = 59105 WHERE entry=21705;\n\n/*  Boots of the Unwavering Will  */\nUPDATE `item_template` SET `armor` = 647, `BuyPrice` = 196821, `SellPrice` = 39364 WHERE entry=21706;\n\n/*  Beetle Scaled Wristguards  */\nUPDATE `item_template` SET `armor` = 95, `BuyPrice` = 149526, `SellPrice` = 29905 WHERE entry=21708;\n\n/*  Cloak of the Fallen God  */\nUPDATE `item_template` SET `armor` = 66, `BuyPrice` = 375872, `SellPrice` = 75174 WHERE entry=21710;\n\n/*  Sand Polished Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 600711, `SellPrice` = 120142 WHERE entry=21715;\n\n/*  Silithid Husked Launcher  */\nUPDATE `item_template` SET `BuyPrice` = 262613, `SellPrice` = 52522, `dmg_min1` = 68.0, `dmg_max1` = 128.0 WHERE entry=21800;\n\n/*  Antenna of Invigoration  */\nUPDATE `item_template` SET `BuyPrice` = 263632, `SellPrice` = 52726 WHERE entry=21801;\n\n/*  The Lost Kris of Zedd  */\nUPDATE `item_template` SET `BuyPrice` = 352869, `SellPrice` = 70573, `dmg_min1` = 41.75, `dmg_max1` = 82.75 WHERE entry=21802;\n\n/*  Helm of the Holy Avenger  */\nUPDATE `item_template` SET `BuyPrice` = 106268, `SellPrice` = 21253 WHERE entry=21803;\n\n/*  Coif of Elemental Fury  */\nUPDATE `item_template` SET `BuyPrice` = 159998, `SellPrice` = 31999 WHERE entry=21804;\n\n/*  Polished Obsidian Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 107073, `SellPrice` = 21414 WHERE entry=21805;\n\n/*  Gavel of Qiraji Authority  */\nUPDATE `item_template` SET `BuyPrice` = 518430, `SellPrice` = 103686, `DisenchantID` = 49 WHERE entry=21806;\n\n/*  Fury of the Forgotten Swarm  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21809;\n\n/*  Treads of the Wandering Nomad  */\nUPDATE `item_template` SET `BuyPrice` = 126299, `SellPrice` = 25259, `DisenchantID` = 49 WHERE entry=21810;\n\n/*  Breastplate of Annihilation  */\nUPDATE `item_template` SET `armor` = 824, `BuyPrice` = 257851, `SellPrice` = 51570 WHERE entry=21814;\n\n/*  Anubisath Warhammer  */\nUPDATE `item_template` SET `BuyPrice` = 590879, `SellPrice` = 118175, `stat_type2` = 37, `stat_value2` = 9, `spellid_1` = 0 WHERE entry=21837;\n-- UPDATE `item_template` SET `BuyPrice` = 590879, `SellPrice` = 118175, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15760 WHERE entry=21837;\n\n/*  Garb of Royal Ascension  */\nUPDATE `item_template` SET `armor` = 109, `BuyPrice` = 237168, `SellPrice` = 47433 WHERE entry=21838;\n\n/*  Scepter of the False Prophet  */\nUPDATE `item_template` SET `BuyPrice` = 1121998, `SellPrice` = 224399, `dmg_min1` = 38.36, `dmg_max1` = 111.36 WHERE entry=21839;\n\n/*  Neretzek, The Blood Drinker  */\nUPDATE `item_template` SET `BuyPrice` = 735904, `SellPrice` = 147180 WHERE entry=21856;\n\n/*  Gloves of the Immortal  */\nUPDATE `item_template` SET `armor` = 188, `BuyPrice` = 114375, `SellPrice` = 22875 WHERE entry=21888;\n\n/*  Gloves of the Redeemed Prophecy  */\nUPDATE `item_template` SET `armor` = 529, `BuyPrice` = 139534, `SellPrice` = 27906 WHERE entry=21889;\n\n/*  Gloves of the Fallen Prophet  */\nUPDATE `item_template` SET `armor` = 298, `BuyPrice` = 210067, `SellPrice` = 42013, `DisenchantID` = 0 WHERE entry=21890;\n\n/*  Belt of Heroism  */\nUPDATE `item_template` SET `BuyPrice` = 62380, `SellPrice` = 12476, `DisenchantID` = 49 WHERE entry=21994;\n\n/*  Boots of Heroism  */\nUPDATE `item_template` SET `armor` = 470, `BuyPrice` = 98121, `SellPrice` = 19624 WHERE entry=21995;\n\n/*  Bracers of Heroism  */\nUPDATE `item_template` SET `BuyPrice` = 62843, `SellPrice` = 12568, `DisenchantID` = 49 WHERE entry=21996;\n\n/*  Breastplate of Heroism  */\nUPDATE `item_template` SET `armor` = 684, `BuyPrice` = 131796, `SellPrice` = 26359 WHERE entry=21997;\n\n/*  Gauntlets of Heroism  */\nUPDATE `item_template` SET `armor` = 393, `BuyPrice` = 50372, `SellPrice` = 10074, `ItemLevel` = 55, `stat_value1` = 18, `stat_value2` = 12, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7597 WHERE entry=21998;\n\n/*  Helm of Heroism  */\nUPDATE `item_template` SET `armor` = 556, `BuyPrice` = 99583, `SellPrice` = 19916 WHERE entry=21999;\n\n/*  Legplates of Heroism  */\nUPDATE `item_template` SET `BuyPrice` = 133931, `SellPrice` = 26786 WHERE entry=22000;\n\n/*  Spaulders of Heroism  */\nUPDATE `item_template` SET `BuyPrice` = 96017, `SellPrice` = 19203, `DisenchantID` = 49 WHERE entry=22001;\n\n/*  Darkmantle Belt  */\nUPDATE `item_template` SET `BuyPrice` = 80308, `SellPrice` = 16061, `DisenchantID` = 49 WHERE entry=22002;\n\n/*  Darkmantle Boots  */\nUPDATE `item_template` SET `armor` = 127 WHERE entry=22003;\n\n/*  Darkmantle Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 82990, `SellPrice` = 16598, `DisenchantID` = 49 WHERE entry=22004;\n\n/*  Darkmantle Cap  */\nUPDATE `item_template` SET `armor` = 150 WHERE entry=22005;\n\n/*  Darkmantle Gloves  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 60174, `SellPrice` = 12034, `ItemLevel` = 55, `stat_value1` = 22, `stat_value2` = 12, `stat_value3` = 9 WHERE entry=22006;\n\n/*  Darkmantle Pants  */\nUPDATE `item_template` SET `BuyPrice` = 159448, `SellPrice` = 31889 WHERE entry=22007;\n\n/*  Darkmantle Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 114320, `SellPrice` = 22864, `DisenchantID` = 49 WHERE entry=22008;\n\n/*  Darkmantle Tunic  */\nUPDATE `item_template` SET `armor` = 185 WHERE entry=22009;\n\n/*  Beastmaster's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 92160, `SellPrice` = 18432, `stat_value1` = 16, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22010;\n\n/*  Beastmaster's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 92503, `SellPrice` = 18500, `stat_value1` = 16, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22011;\n\n/*  Beastmaster's Cap  */\nUPDATE `item_template` SET `armor` = 314, `stat_value1` = 22, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22013;\n\n/*  Beastmaster's Gloves  */\nUPDATE `item_template` SET `armor` = 223, `BuyPrice` = 74709, `SellPrice` = 14941, `ItemLevel` = 55, `stat_value1` = 14, `stat_value2` = 12, `stat_value3` = 10, `stat_type4` = 0, `stat_value4` = 0, `spelltrigger_1` = 0 WHERE entry=22015;\n\n/*  Beastmaster's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 142012, `SellPrice` = 28402, `stat_value2` = 12, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22016;\n\n/*  Beastmaster's Pants  */\nUPDATE `item_template` SET `BuyPrice` = 198677, `SellPrice` = 39735, `stat_value1` = 28, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22017;\n\n/*  Beastmaster's Tunic  */\nUPDATE `item_template` SET `armor` = 387, `stat_value1` = 25, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22060;\n\n/*  Beastmaster's Boots  */\nUPDATE `item_template` SET `armor` = 266, `stat_value1` = 24, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22061;\n\n/*  Sorcerer's Belt  */\nUPDATE `item_template` SET `BuyPrice` = 65903, `SellPrice` = 13180, `DisenchantID` = 49 WHERE entry=22062;\n\n/*  Sorcerer's Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 66138, `SellPrice` = 13227, `DisenchantID` = 49 WHERE entry=22063;\n\n/*  Sorcerer's Boots  */\nUPDATE `item_template` SET `armor` = 64 WHERE entry=22064;\n\n/*  Sorcerer's Crown  */\nUPDATE `item_template` SET `armor` = 75 WHERE entry=22065;\n\n/*  Sorcerer's Gloves  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 48119, `SellPrice` = 9623, `ItemLevel` = 55, `stat_value1` = 10, `stat_value2` = 14, `stat_value3` = 12, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 9417, `spellid_2` = 23727 WHERE entry=22066;\n\n/*  Sorcerer's Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 127505, `SellPrice` = 25501 WHERE entry=22067;\n\n/*  Sorcerer's Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 93941, `SellPrice` = 18788, `DisenchantID` = 49 WHERE entry=22068;\n\n/*  Sorcerer's Robes  */\nUPDATE `item_template` SET `armor` = 93 WHERE entry=22069;\n\n/*  Deathmist Belt  */\nUPDATE `item_template` SET `BuyPrice` = 63097, `SellPrice` = 12619, `DisenchantID` = 49 WHERE entry=22070;\n\n/*  Deathmist Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 63332, `SellPrice` = 12666, `DisenchantID` = 49 WHERE entry=22071;\n\n/*  Deathmist Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 133478, `SellPrice` = 26695 WHERE entry=22072;\n\n/*  Deathmist Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 95693, `SellPrice` = 19138, `DisenchantID` = 49 WHERE entry=22073;\n\n/*  Deathmist Mask  */\nUPDATE `item_template` SET `armor` = 75 WHERE entry=22074;\n\n/*  Deathmist Robe  */\nUPDATE `item_template` SET `armor` = 93 WHERE entry=22075;\n\n/*  Deathmist Sandals  */\nUPDATE `item_template` SET `armor` = 64 WHERE entry=22076;\n\n/*  Deathmist Wraps  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 51498, `SellPrice` = 10299, `ItemLevel` = 55, `stat_value1` = 16, `stat_value2` = 13, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 9342, `spellid_2` = 23727 WHERE entry=22077;\n\n/*  Virtuous Belt  */\nUPDATE `item_template` SET `BuyPrice` = 64964, `SellPrice` = 12992, `DisenchantID` = 49 WHERE entry=22078;\n\n/*  Virtuous Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 65192, `SellPrice` = 13038, `DisenchantID` = 49 WHERE entry=22079;\n\n/*  Virtuous Crown  */\nUPDATE `item_template` SET `armor` = 75 WHERE entry=22080;\n\n/*  Virtuous Gloves  */\nUPDATE `item_template` SET `armor` = 54, `BuyPrice` = 52241, `SellPrice` = 10448, `ItemLevel` = 55, `stat_value1` = 12, `stat_value2` = 15, `stat_value3` = 14, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 9416 WHERE entry=22081;\n\n/*  Virtuous Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 98845, `SellPrice` = 19769, `DisenchantID` = 49 WHERE entry=22082;\n\n/*  Virtuous Robe  */\nUPDATE `item_template` SET `armor` = 93 WHERE entry=22083;\n\n/*  Virtuous Sandals  */\nUPDATE `item_template` SET `armor` = 64 WHERE entry=22084;\n\n/*  Virtuous Skirt  */\nUPDATE `item_template` SET `BuyPrice` = 130038, `SellPrice` = 26007 WHERE entry=22085;\n\n/*  Soulforge Belt  */\nUPDATE `item_template` SET `BuyPrice` = 62157, `SellPrice` = 12431, `DisenchantID` = 49 WHERE entry=22086;\n\n/*  Soulforge Boots  */\nUPDATE `item_template` SET `armor` = 470, `BuyPrice` = 97762, `SellPrice` = 19552 WHERE entry=22087;\n\n/*  Soulforge Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 62621, `SellPrice` = 12524, `DisenchantID` = 49 WHERE entry=22088;\n\n/*  Soulforge Breastplate  */\nUPDATE `item_template` SET `armor` = 684, `BuyPrice` = 131332, `SellPrice` = 26266 WHERE entry=22089;\n\n/*  Soulforge Gauntlets  */\nUPDATE `item_template` SET `armor` = 393, `BuyPrice` = 50190, `SellPrice` = 10038, `ItemLevel` = 55, `stat_value1` = 10, `stat_value2` = 9, `stat_value3` = 10, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 9416, `spellid_2` = 7597 WHERE entry=22090;\n\n/*  Soulforge Helm  */\nUPDATE `item_template` SET `armor` = 556, `BuyPrice` = 99225, `SellPrice` = 19845 WHERE entry=22091;\n\n/*  Soulforge Legplates  */\nUPDATE `item_template` SET `BuyPrice` = 133464, `SellPrice` = 26692 WHERE entry=22092;\n\n/*  Soulforge Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 95684, `SellPrice` = 19136, `DisenchantID` = 49 WHERE entry=22093;\n\n/*  Bindings of The Five Thunders  */\nUPDATE `item_template` SET `BuyPrice` = 96379, `SellPrice` = 19275, `DisenchantID` = 49 WHERE entry=22095;\n\n/*  Boots of The Five Thunders  */\nUPDATE `item_template` SET `armor` = 266 WHERE entry=22096;\n\n/*  Coif of The Five Thunders  */\nUPDATE `item_template` SET `armor` = 314 WHERE entry=22097;\n\n/*  Cord of The Five Thunders  */\nUPDATE `item_template` SET `BuyPrice` = 97426, `SellPrice` = 19485, `DisenchantID` = 49 WHERE entry=22098;\n\n/*  Gauntlets of The Five Thunders  */\nUPDATE `item_template` SET `armor` = 223, `BuyPrice` = 77793, `SellPrice` = 15558, `ItemLevel` = 55, `stat_value1` = 9, `stat_value2` = 14, `stat_value3` = 12, `stat_type4` = 0, `stat_value4` = 0, `stat_type5` = 0, `stat_value5` = 0, `spellid_1` = 21618, `spellid_2` = 9417 WHERE entry=22099;\n\n/*  Kilt of The Five Thunders  */\nUPDATE `item_template` SET `BuyPrice` = 191358, `SellPrice` = 38271 WHERE entry=22100;\n\n/*  Pauldrons of The Five Thunders  */\nUPDATE `item_template` SET `BuyPrice` = 137822, `SellPrice` = 27564, `DisenchantID` = 49 WHERE entry=22101;\n\n/*  Vest of The Five Thunders  */\nUPDATE `item_template` SET `armor` = 387 WHERE entry=22102;\n\n/*  Feralheart Belt  */\nUPDATE `item_template` SET `BuyPrice` = 77681, `SellPrice` = 15536, `DisenchantID` = 49 WHERE entry=22106;\n\n/*  Feralheart Boots  */\nUPDATE `item_template` SET `armor` = 127 WHERE entry=22107;\n\n/*  Feralheart Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 78268, `SellPrice` = 15653, `DisenchantID` = 49 WHERE entry=22108;\n\n/*  Feralheart Cowl  */\nUPDATE `item_template` SET `armor` = 150 WHERE entry=22109;\n\n/*  Feralheart Gloves  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 62731, `SellPrice` = 12546, `ItemLevel` = 55, `stat_value1` = 10, `stat_value2` = 12, `stat_value3` = 9, `stat_value4` = 10, `stat_value5` = 10, `stat_type6` = 0, `stat_value6` = 0, `spellid_1` = 9416 WHERE entry=22110;\n\n/*  Feralheart Kilt  */\nUPDATE `item_template` SET `BuyPrice` = 166197, `SellPrice` = 33239 WHERE entry=22111;\n\n/*  Feralheart Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 119153, `SellPrice` = 23830, `DisenchantID` = 49 WHERE entry=22112;\n\n/*  Feralheart Vest  */\nUPDATE `item_template` SET `armor` = 185 WHERE entry=22113;\n\n/*  Beads of Ogre Mojo  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22149;\n\n/*  Beads of Ogre Might  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22150;\n\n/*  Obsidian Mail Tunic  */\nUPDATE `item_template` SET `armor` = 458, `BuyPrice` = 365643, `SellPrice` = 73128 WHERE entry=22191;\n\n/*  Black Grasp of the Destroyer  */\nUPDATE `item_template` SET `armor` = 279, `BuyPrice` = 167607, `SellPrice` = 33521 WHERE entry=22194;\n\n/*  Light Obsidian Belt  */\nUPDATE `item_template` SET `BuyPrice` = 114426, `SellPrice` = 22885 WHERE entry=22195;\n\n/*  Thick Obsidian Breastplate  */\nUPDATE `item_template` SET `armor` = 814, `BuyPrice` = 248121, `SellPrice` = 49624, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=22196;\n\n/*  Heavy Obsidian Belt  */\nUPDATE `item_template` SET `BuyPrice` = 71411, `SellPrice` = 14282 WHERE entry=22197;\n\n/*  Jagged Obsidian Shield  */\nUPDATE `item_template` SET `armor` = 2645, `BuyPrice` = 337200, `SellPrice` = 67440, `block` = 48 WHERE entry=22198;\n\n/*  Wristguards of Renown  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22204;\n\n/*  Black Steel Bindings  */\nUPDATE `item_template` SET `BuyPrice` = 42610, `SellPrice` = 8522 WHERE entry=22205;\n\n/*  Sash of the Grand Hunt  */\nUPDATE `item_template` SET `BuyPrice` = 71165, `SellPrice` = 14233, `stat_type4` = 31, `stat_value4` = 8, `DisenchantID` = 49, `spellid_1` = 0, `spellid_2` = 0, `spellid_3` = 0 WHERE entry=22207;\n-- UPDATE `item_template` SET `BuyPrice` = 71165, `SellPrice` = 14233, `stat_type4` = 0, `stat_value4` = 0, `DisenchantID` = 49, `spellid_1` = 7570, `spellid_2` = 7582, `spellid_3` = 22811 WHERE entry=22207;\n\n/*  Lavastone Hammer  */\nUPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 12, `stat_value3` = 10, `spellid_1` = 14799 WHERE entry=22208;\n\n/*  Golem Fitted Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 86556, `SellPrice` = 17311 WHERE entry=22212;\n\n/*  Foreman's Head Protector  */\nUPDATE `item_template` SET `BuyPrice` = 56458, `SellPrice` = 11291, `stat_type3` = 5, `stat_value3` = 11, `spellid_1` = 9342 WHERE entry=22223;\n\n/*  Dragonskin Cowl  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22225;\n\n/*  Frightmaw Hide  */\nUPDATE `item_template` SET `armor` = 37, `stat_type2` = 0, `stat_value2` = 0, `spelltrigger_1` = 0 WHERE entry=22230;\n\n/*  Kayser's Boots of Precision  */\nUPDATE `item_template` SET `BuyPrice` = 82221, `SellPrice` = 16444, `DisenchantID` = 49 WHERE entry=22231;\n\n/*  Marksman's Girdle  */\nUPDATE `item_template` SET `BuyPrice` = 74669, `SellPrice` = 14933, `DisenchantID` = 49 WHERE entry=22232;\n\n/*  Verek's Leash  */\nUPDATE `item_template` SET `BuyPrice` = 57448, `SellPrice` = 11489, `stat_type1` = 4, `stat_type4` = 3, `stat_value4` = 8, `stat_type5` = 6, `stat_value5` = 7, `spellid_1` = 9416, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22242;\n\n/*  Faith Healer's Boots  */\nUPDATE `item_template` SET `BuyPrice` = 89371, `SellPrice` = 17874, `DisenchantID` = 49 WHERE entry=22247;\n\n/*  Tome of the Lost  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22253;\n\n/*  Mana Shaping Handwraps  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22256;\n\n/*  Flarethorn  */\nUPDATE `item_template` SET `spellid_1` = 9295 WHERE entry=22266;\n\n/*  Spellweaver's Turban  */\nUPDATE `item_template` SET `BuyPrice` = 89353, `SellPrice` = 17870, `DisenchantID` = 49 WHERE entry=22267;\n\n/*  Draconic Infused Emblem  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22268;\n\n/*  Shadow Prowler's Cloak  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=22269;\n\n/*  Entrenching Boots  */\nUPDATE `item_template` SET `BuyPrice` = 59413, `SellPrice` = 11882, `stat_type2` = 3, `stat_value2` = 5, `stat_type3` = 5, `spellid_1` = 9397 WHERE entry=22270;\n\n/*  Moonshadow Hood  */\nUPDATE `item_template` SET `armor` = 122, `MaxDurability` = 60, `stat_type1` = 5, `stat_value1` = 15, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 9346, `spelltrigger_1` = 1, `spellid_2` = 18384, `spelltrigger_2` = 1 WHERE entry=22273;\n\n/*  Grizzled Pelt  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=22274;\n\n/*  Lovely Red Dress  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=22276;\n\n/*  Red Dinner Suit  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=22277;\n\n/*  Lovely Blue Dress  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=22278;\n\n/*  Lovely Purple Dress  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=22280;\n\n/*  Blue Dinner Suit  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=22281;\n\n/*  Purple Dinner Suit  */\nUPDATE `item_template` SET `bonding` = 1 WHERE entry=22282;\n\n/*  Ironweave Robe  */\nUPDATE `item_template` SET `BuyPrice` = 116570, `SellPrice` = 23314, `DisenchantID` = 49 WHERE entry=22301;\n\n/*  Ironweave Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 87747, `SellPrice` = 17549, `DisenchantID` = 49 WHERE entry=22302;\n\n/*  Ironweave Pants  */\nUPDATE `item_template` SET `BuyPrice` = 111830, `SellPrice` = 22366, `DisenchantID` = 49 WHERE entry=22303;\n\n/*  Ironweave Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 53446, `SellPrice` = 10689, `DisenchantID` = 49 WHERE entry=22304;\n\n/*  Ironweave Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 80451, `SellPrice` = 16090, `DisenchantID` = 49 WHERE entry=22305;\n\n/*  Ironweave Belt  */\nUPDATE `item_template` SET `BuyPrice` = 49816, `SellPrice` = 9963, `DisenchantID` = 49 WHERE entry=22306;\n\n/*  Ironweave Boots  */\nUPDATE `item_template` SET `BuyPrice` = 74724, `SellPrice` = 14944, `DisenchantID` = 49 WHERE entry=22311;\n\n/*  Ironweave Bracers  */\nUPDATE `item_template` SET `BuyPrice` = 49816, `SellPrice` = 9963, `DisenchantID` = 49 WHERE entry=22313;\n\n/*  Huntsman's Harpoon  */\nUPDATE `item_template` SET `BuyPrice` = 321992, `SellPrice` = 64398, `DisenchantID` = 49 WHERE entry=22314;\n\n/*  Hammer of Revitalization  */\nUPDATE `item_template` SET `BuyPrice` = 249080, `SellPrice` = 49816, `DisenchantID` = 49 WHERE entry=22315;\n\n/*  Lefty's Brass Knuckle  */\nUPDATE `item_template` SET `BuyPrice` = 260466, `SellPrice` = 52093, `DisenchantID` = 49 WHERE entry=22317;\n\n/*  Malgen's Long Bow  */\nUPDATE `item_template` SET `BuyPrice` = 186810, `SellPrice` = 37362, `dmg_min1` = 63.0, `dmg_max1` = 118.0, `DisenchantID` = 49 WHERE entry=22318;\n\n/*  Tome of Divine Right  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22319;\n\n/*  Heart of Wyrmthalak  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22321;\n\n/*  The Jaw Breaker  */\nUPDATE `item_template` SET `BuyPrice` = 265271, `SellPrice` = 53054, `DisenchantID` = 49 WHERE entry=22322;\n\n/*  Belt of the Trickster  */\nUPDATE `item_template` SET `BuyPrice` = 62230, `SellPrice` = 12446, `DisenchantID` = 49 WHERE entry=22325;\n\n/*  Amalgam's Band  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22326;\n\n/*  Amulet of the Redeemed  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22327;\n\n/*  Legplates of Vigilance  */\nUPDATE `item_template` SET `BuyPrice` = 111042, `SellPrice` = 22208, `DisenchantID` = 49 WHERE entry=22328;\n\n/*  Scepter of Interminable Focus  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22329;\n\n/*  Shroud of Arcane Mastery  */\nUPDATE `item_template` SET `BuyPrice` = 76118, `SellPrice` = 15223, `DisenchantID` = 49 WHERE entry=22330;\n\n/*  Band of the Steadfast Hero  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22331;\n\n/*  Blade of Necromancy  */\nUPDATE `item_template` SET `BuyPrice` = 268417, `SellPrice` = 53683, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=22332;\n\n/*  Hammer of Divine Might  */\nUPDATE `item_template` SET `BuyPrice` = 326918, `SellPrice` = 65383, `DisenchantID` = 49 WHERE entry=22333;\n\n/*  Band of Mending  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22334;\n\n/*  Lord Valthalak's Staff of Command  */\nUPDATE `item_template` SET `BuyPrice` = 356256, `SellPrice` = 71251, `DisenchantID` = 49 WHERE entry=22335;\n\n/*  Draconian Aegis of the Legion  */\nUPDATE `item_template` SET `BuyPrice` = 175751, `SellPrice` = 35150, `DisenchantID` = 49 WHERE entry=22336;\n\n/*  Shroud of Domination  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49 WHERE entry=22337;\n\n/*  Rune Band of Wizardry  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22339;\n\n/*  Pendant of Celerity  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22340;\n\n/*  Leggings of Torment  */\nUPDATE `item_template` SET `BuyPrice` = 109844, `SellPrice` = 21968, `DisenchantID` = 49, `spellid_1` = 18014 WHERE entry=22342;\n\n/*  Handguards of Savagery  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49 WHERE entry=22343;\n\n/*  Totem of Rebirth  */\nUPDATE `item_template` SET `BuyPrice` = 78402, `SellPrice` = 15680, `DisenchantID` = 49 WHERE entry=22345;\n\n/*  Fahrad's Reloading Repeater  */\nUPDATE `item_template` SET `BuyPrice` = 228640, `SellPrice` = 45728, `dmg_min1` = 85.0, `dmg_max1` = 128.0, `DisenchantID` = 49 WHERE entry=22347;\n\n/*  Doomulus Prime  */\nUPDATE `item_template` SET `BuyPrice` = 382535, `SellPrice` = 76507, `DisenchantID` = 49 WHERE entry=22348;\n\n/*  The Thunderwood Poker  */\nUPDATE `item_template` SET `BuyPrice` = 324883, `SellPrice` = 64976, `DisenchantID` = 49 WHERE entry=22377;\n\n/*  Ravenholdt Slicer  */\nUPDATE `item_template` SET `BuyPrice` = 326057, `SellPrice` = 65211, `DisenchantID` = 49 WHERE entry=22378;\n\n/*  Shivsprocket's Shiv  */\nUPDATE `item_template` SET `BuyPrice` = 327232, `SellPrice` = 65446, `dmg_min1` = 42.05, `dmg_max1` = 82.05, `DisenchantID` = 49 WHERE entry=22379;\n\n/*  Simone's Cultivating Hammer  */\nUPDATE `item_template` SET `BuyPrice` = 328375, `SellPrice` = 65675, `dmg_min1` = 50.66, `dmg_max1` = 97.66, `DisenchantID` = 49 WHERE entry=22380;\n\n/*  Sageblade  */\nUPDATE `item_template` SET `BuyPrice` = 421458, `SellPrice` = 84291 WHERE entry=22383;\n\n/*  Persuader  */\nUPDATE `item_template` SET `BuyPrice` = 402771, `SellPrice` = 80554 WHERE entry=22384;\n\n/*  Titanic Leggings  */\nUPDATE `item_template` SET `armor` = 598, `BuyPrice` = 126384, `SellPrice` = 25276 WHERE entry=22385;\n\n/*  Staff of Metanoia  */\nUPDATE `item_template` SET `BuyPrice` = 347003, `SellPrice` = 69400, `DisenchantID` = 49 WHERE entry=22394;\n\n/*  Totem of Life  */\nUPDATE `item_template` SET `BuyPrice` = 244136, `SellPrice` = 48827 WHERE entry=22396;\n\n/*  Idol of Rejuvenation  */\nUPDATE `item_template` SET `BuyPrice` = 84490, `SellPrice` = 16898, `DisenchantID` = 49 WHERE entry=22398;\n\n/*  Idol of Health  */\nUPDATE `item_template` SET `BuyPrice` = 246770, `SellPrice` = 49354 WHERE entry=22399;\n\n/*  Libram of Hope  */\nUPDATE `item_template` SET `BuyPrice` = 85394, `SellPrice` = 17078, `DisenchantID` = 49 WHERE entry=22401;\n\n/*  Libram of Grace  */\nUPDATE `item_template` SET `BuyPrice` = 249427, `SellPrice` = 49885 WHERE entry=22402;\n\n/*  Diana's Pearl Necklace  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22403;\n\n/*  Willey's Back Scratcher  */\nUPDATE `item_template` SET `BuyPrice` = 273967, `SellPrice` = 54793, `DisenchantID` = 49 WHERE entry=22404;\n\n/*  Mantle of the Scarlet Crusade  */\nUPDATE `item_template` SET `BuyPrice` = 74724, `SellPrice` = 14944, `DisenchantID` = 49 WHERE entry=22405;\n\n/*  Redemption  */\nUPDATE `item_template` SET `BuyPrice` = 311350, `SellPrice` = 62270, `DisenchantID` = 49 WHERE entry=22406;\n\n/*  Helm of the New Moon  */\nUPDATE `item_template` SET `BuyPrice` = 93405, `SellPrice` = 18681, `DisenchantID` = 49 WHERE entry=22407;\n\n/*  Ritssyn's Wand of Bad Mojo  */\nUPDATE `item_template` SET `BuyPrice` = 213818, `SellPrice` = 42763, `DisenchantID` = 49 WHERE entry=22408;\n\n/*  Tunic of the Crescent Moon  */\nUPDATE `item_template` SET `BuyPrice` = 137305, `SellPrice` = 27461, `DisenchantID` = 49 WHERE entry=22409;\n\n/*  Gauntlets of Deftness  */\nUPDATE `item_template` SET `BuyPrice` = 86157, `SellPrice` = 17231, `DisenchantID` = 49 WHERE entry=22410;\n\n/*  Helm of the Executioner  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49 WHERE entry=22411;\n\n/*  Thuzadin Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49 WHERE entry=22412;\n\n/*  Dreadnaught Breastplate  */\nUPDATE `item_template` SET `armor` = 1027, `BuyPrice` = 644435, `SellPrice` = 128887 WHERE entry=22416;\n\n/*  Dreadnaught Legplates  */\nUPDATE `item_template` SET `armor` = 861, `BuyPrice` = 532102, `SellPrice` = 106420 WHERE entry=22417;\n\n/*  Dreadnaught Helmet  */\nUPDATE `item_template` SET `armor` = 800, `BuyPrice` = 400480, `SellPrice` = 80096 WHERE entry=22418;\n\n/*  Dreadnaught Pauldrons  */\nUPDATE `item_template` SET `armor` = 722, `BuyPrice` = 364556, `SellPrice` = 72911 WHERE entry=22419;\n\n/*  Dreadnaught Sabatons  */\nUPDATE `item_template` SET `armor` = 662, `BuyPrice` = 365865, `SellPrice` = 73173 WHERE entry=22420;\n\n/*  Dreadnaught Gauntlets  */\nUPDATE `item_template` SET `armor` = 615, `BuyPrice` = 269873, `SellPrice` = 53974 WHERE entry=22421;\n\n/*  Dreadnaught Waistguard  */\nUPDATE `item_template` SET `armor` = 554, `BuyPrice` = 251673, `SellPrice` = 50334 WHERE entry=22422;\n\n/*  Dreadnaught Bracers  */\nUPDATE `item_template` SET `armor` = 431, `BuyPrice` = 252635, `SellPrice` = 50527 WHERE entry=22423;\n\n/*  Redemption Wristguards  */\nUPDATE `item_template` SET `armor` = 431, `BuyPrice` = 253597, `SellPrice` = 50719 WHERE entry=22424;\n\n/*  Redemption Tunic  */\nUPDATE `item_template` SET `armor` = 1027, `BuyPrice` = 618837, `SellPrice` = 123767 WHERE entry=22425;\n\n/*  Redemption Handguards  */\nUPDATE `item_template` SET `armor` = 615, `BuyPrice` = 255495, `SellPrice` = 51099 WHERE entry=22426;\n\n/*  Redemption Legguards  */\nUPDATE `item_template` SET `armor` = 861, `BuyPrice` = 512915, `SellPrice` = 102583 WHERE entry=22427;\n\n/*  Redemption Headpiece  */\nUPDATE `item_template` SET `armor` = 800, `BuyPrice` = 386129, `SellPrice` = 77225 WHERE entry=22428;\n\n/*  Redemption Spaulders  */\nUPDATE `item_template` SET `armor` = 722, `BuyPrice` = 351504, `SellPrice` = 70300 WHERE entry=22429;\n\n/*  Redemption Boots  */\nUPDATE `item_template` SET `armor` = 662, `BuyPrice` = 352812, `SellPrice` = 70562 WHERE entry=22430;\n\n/*  Redemption Girdle  */\nUPDATE `item_template` SET `armor` = 554, `BuyPrice` = 260279, `SellPrice` = 52055 WHERE entry=22431;\n\n/*  Don Mauricio's Band of Domination  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22433;\n\n/*  Cryptstalker Tunic  */\nUPDATE `item_template` SET `armor` = 576, `BuyPrice` = 966558, `SellPrice` = 193311, `stat_value1` = 45, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=22436;\n\n/*  Cryptstalker Legguards  */\nUPDATE `item_template` SET `armor` = 484, `BuyPrice` = 797997, `SellPrice` = 159599, `stat_value1` = 42, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22437;\n\n/*  Cryptstalker Headpiece  */\nUPDATE `item_template` SET `armor` = 449, `BuyPrice` = 557607, `SellPrice` = 111521, `stat_value1` = 31, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22438;\n\n/*  Cryptstalker Spaulders  */\nUPDATE `item_template` SET `armor` = 406, `BuyPrice` = 509986, `SellPrice` = 101997, `stat_value1` = 29, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22439;\n\n/*  Cryptstalker Boots  */\nUPDATE `item_template` SET `armor` = 372, `BuyPrice` = 511958, `SellPrice` = 102391, `stat_value1` = 33, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22440;\n\n/*  Cryptstalker Handguards  */\nUPDATE `item_template` SET `armor` = 346, `BuyPrice` = 376028, `SellPrice` = 75205, `stat_value1` = 24, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22441;\n\n/*  Cryptstalker Girdle  */\nUPDATE `item_template` SET `armor` = 311, `BuyPrice` = 377471, `SellPrice` = 75494, `stat_value1` = 23, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=22442;\n\n/*  Cryptstalker Wristguards  */\nUPDATE `item_template` SET `armor` = 242, `BuyPrice` = 378914, `SellPrice` = 75782, `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22443;\n\n/*  Earthshatter Tunic  */\nUPDATE `item_template` SET `armor` = 576, `BuyPrice` = 924464, `SellPrice` = 184892 WHERE entry=22464;\n\n/*  Earthshatter Legguards  */\nUPDATE `item_template` SET `armor` = 484, `BuyPrice` = 763444, `SellPrice` = 152688 WHERE entry=22465;\n\n/*  Earthshatter Headpiece  */\nUPDATE `item_template` SET `armor` = 449, `BuyPrice` = 574748, `SellPrice` = 114949 WHERE entry=22466;\n\n/*  Earthshatter Spaulders  */\nUPDATE `item_template` SET `armor` = 406, `BuyPrice` = 525549, `SellPrice` = 105109 WHERE entry=22467;\n\n/*  Earthshatter Boots  */\nUPDATE `item_template` SET `armor` = 372, `BuyPrice` = 527520, `SellPrice` = 105504 WHERE entry=22468;\n\n/*  Earthshatter Handguards  */\nUPDATE `item_template` SET `armor` = 346, `BuyPrice` = 387455, `SellPrice` = 77491 WHERE entry=22469;\n\n/*  Earthshatter Girdle  */\nUPDATE `item_template` SET `armor` = 311, `BuyPrice` = 399232, `SellPrice` = 79846 WHERE entry=22470;\n\n/*  Earthshatter Wristguards  */\nUPDATE `item_template` SET `armor` = 242, `BuyPrice` = 400636, `SellPrice` = 80127 WHERE entry=22471;\n\n/*  Boots of Ferocity  */\nUPDATE `item_template` SET `BuyPrice` = 100965, `SellPrice` = 20193, `DisenchantID` = 49 WHERE entry=22472;\n\n/*  Bonescythe Breastplate  */\nUPDATE `item_template` SET `armor` = 262, `BuyPrice` = 826164, `SellPrice` = 165232 WHERE entry=22476;\n\n/*  Bonescythe Legplates  */\nUPDATE `item_template` SET `armor` = 221, `BuyPrice` = 682092, `SellPrice` = 136418 WHERE entry=22477;\n\n/*  Bonescythe Helmet  */\nUPDATE `item_template` SET `armor` = 205, `BuyPrice` = 464527, `SellPrice` = 92905 WHERE entry=22478;\n\n/*  Bonescythe Pauldrons  */\nUPDATE `item_template` SET `armor` = 186, `BuyPrice` = 422975, `SellPrice` = 84595 WHERE entry=22479;\n\n/*  Bonescythe Sabatons  */\nUPDATE `item_template` SET `armor` = 171, `BuyPrice` = 424611, `SellPrice` = 84922 WHERE entry=22480;\n\n/*  Bonescythe Gauntlets  */\nUPDATE `item_template` SET `armor` = 158, `BuyPrice` = 313292, `SellPrice` = 62658 WHERE entry=22481;\n\n/*  Bonescythe Waistguard  */\nUPDATE `item_template` SET `armor` = 142, `BuyPrice` = 314462, `SellPrice` = 62892, `spelltrigger_1` = 0 WHERE entry=22482;\n\n/*  Bonescythe Bracers  */\nUPDATE `item_template` SET `armor` = 111, `BuyPrice` = 315664, `SellPrice` = 63132, `spelltrigger_2` = 0 WHERE entry=22483;\n\n/*  Dreamwalker Tunic  */\nUPDATE `item_template` SET `armor` = 262, `BuyPrice` = 802858, `SellPrice` = 160571 WHERE entry=22488;\n\n/*  Dreamwalker Legguards  */\nUPDATE `item_template` SET `armor` = 221, `BuyPrice` = 662918, `SellPrice` = 132583 WHERE entry=22489;\n\n/*  Dreamwalker Headpiece  */\nUPDATE `item_template` SET `armor` = 205, `BuyPrice` = 498943, `SellPrice` = 99788, `spelltrigger_2` = 0 WHERE entry=22490;\n\n/*  Dreamwalker Spaulders  */\nUPDATE `item_template` SET `armor` = 186, `BuyPrice` = 454192, `SellPrice` = 90838 WHERE entry=22491;\n\n/*  Dreamwalker Boots  */\nUPDATE `item_template` SET `armor` = 171, `BuyPrice` = 455828, `SellPrice` = 91165 WHERE entry=22492;\n\n/*  Dreamwalker Handguards  */\nUPDATE `item_template` SET `armor` = 158, `BuyPrice` = 336204, `SellPrice` = 67240 WHERE entry=22493;\n\n/*  Dreamwalker Girdle  */\nUPDATE `item_template` SET `armor` = 142, `BuyPrice` = 337406, `SellPrice` = 67481 WHERE entry=22494;\n\n/*  Dreamwalker Wristguards  */\nUPDATE `item_template` SET `armor` = 111, `BuyPrice` = 338608, `SellPrice` = 67721 WHERE entry=22495;\n\n/*  Frostfire Robe  */\nUPDATE `item_template` SET `armor` = 138, `BuyPrice` = 660868, `SellPrice` = 132173 WHERE entry=22496;\n\n/*  Frostfire Leggings  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 545570, `SellPrice` = 109114 WHERE entry=22497;\n\n/*  Frostfire Circlet  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 371582, `SellPrice` = 74316 WHERE entry=22498;\n\n/*  Frostfire Shoulderpads  */\nUPDATE `item_template` SET `armor` = 97, `BuyPrice` = 338345, `SellPrice` = 67669 WHERE entry=22499;\n\n/*  Frostfire Sandals  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 339654, `SellPrice` = 67930 WHERE entry=22500;\n\n/*  Frostfire Gloves  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 250581, `SellPrice` = 50116 WHERE entry=22501;\n\n/*  Frostfire Belt  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 258433, `SellPrice` = 51686 WHERE entry=22502;\n\n/*  Frostfire Bindings  */\nUPDATE `item_template` SET `armor` = 58, `BuyPrice` = 259395, `SellPrice` = 51879 WHERE entry=22503;\n\n/*  Plagueheart Robe  */\nUPDATE `item_template` SET `armor` = 138, `BuyPrice` = 632932, `SellPrice` = 126586 WHERE entry=22504;\n\n/*  Plagueheart Leggings  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 522586, `SellPrice` = 104517 WHERE entry=22505;\n\n/*  Plagueheart Circlet  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 393383, `SellPrice` = 78676 WHERE entry=22506;\n\n/*  Plagueheart Shoulderpads  */\nUPDATE `item_template` SET `armor` = 97, `BuyPrice` = 358118, `SellPrice` = 71623 WHERE entry=22507;\n\n/*  Plagueheart Sandals  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 359392, `SellPrice` = 71878 WHERE entry=22508;\n\n/*  Plagueheart Gloves  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 265115, `SellPrice` = 53023 WHERE entry=22509;\n\n/*  Plagueheart Belt  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 266077, `SellPrice` = 53215 WHERE entry=22510;\n\n/*  Plagueheart Bindings  */\nUPDATE `item_template` SET `armor` = 58, `BuyPrice` = 267039, `SellPrice` = 53407 WHERE entry=22511;\n\n/*  Robe of Faith  */\nUPDATE `item_template` SET `armor` = 138, `BuyPrice` = 651451, `SellPrice` = 130290 WHERE entry=22512;\n\n/*  Leggings of Faith  */\nUPDATE `item_template` SET `armor` = 116, `BuyPrice` = 537874, `SellPrice` = 107574 WHERE entry=22513;\n\n/*  Circlet of Faith  */\nUPDATE `item_template` SET `armor` = 108, `BuyPrice` = 404848, `SellPrice` = 80969 WHERE entry=22514;\n\n/*  Shoulderpads of Faith  */\nUPDATE `item_template` SET `armor` = 97, `BuyPrice` = 368518, `SellPrice` = 73703 WHERE entry=22515;\n\n/*  Sandals of Faith  */\nUPDATE `item_template` SET `armor` = 89, `BuyPrice` = 369792, `SellPrice` = 73958 WHERE entry=22516;\n\n/*  Gloves of Faith  */\nUPDATE `item_template` SET `armor` = 83, `BuyPrice` = 272759, `SellPrice` = 54551 WHERE entry=22517;\n\n/*  Belt of Faith  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 254585, `SellPrice` = 50917 WHERE entry=22518;\n\n/*  Bindings of Faith  */\nUPDATE `item_template` SET `armor` = 58, `BuyPrice` = 255547, `SellPrice` = 51109 WHERE entry=22519;\n\n/*  Atiesh, Greatstaff of the Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 2810084, `SellPrice` = 562016, `spellid_5` = 0, `spelltrigger_5` = 0 WHERE entry=22589;\n\n/*  Atiesh, Greatstaff of the Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 2819221, `SellPrice` = 563844, `spellid_5` = 0, `spelltrigger_5` = 0 WHERE entry=22630;\n\n/*  Atiesh, Greatstaff of the Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 2631380, `SellPrice` = 526276, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=22631;\n\n/*  Atiesh, Greatstaff of the Guardian  */\nUPDATE `item_template` SET `BuyPrice` = 2641323, `SellPrice` = 528264, `dmg_min1` = 130.0, `dmg_max1` = 243.0, `spellid_3` = 28154, `spellid_5` = 0, `spelltrigger_5` = 0 WHERE entry=22632;\n\n/*  Outrider's Plate Legguards  */\nUPDATE `item_template` SET `armor` = 646, `BuyPrice` = 165737, `SellPrice` = 33147 WHERE entry=22651;\n\n/*  Glacial Vest  */\nUPDATE `item_template` SET `armor` = 121, `BuyPrice` = 345858, `SellPrice` = 69171 WHERE entry=22652;\n\n/*  Glacial Gloves  */\nUPDATE `item_template` SET `armor` = 76, `BuyPrice` = 174231, `SellPrice` = 34846 WHERE entry=22654;\n\n/*  Glacial Wrists  */\nUPDATE `item_template` SET `armor` = 53, `BuyPrice` = 174865, `SellPrice` = 34973 WHERE entry=22655;\n\n/*  The Purifier  */\nUPDATE `item_template` SET `BuyPrice` = 237219, `SellPrice` = 47443, `dmg_min1` = 71.0, `dmg_max1` = 132.0 WHERE entry=22656;\n\n/*  Glacial Cloak  */\nUPDATE `item_template` SET `armor` = 61, `BuyPrice` = 265227, `SellPrice` = 53045 WHERE entry=22658;\n\n/*  Gaea's Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 123007, `SellPrice` = 24601 WHERE entry=22660;\n\n/*  Polar Tunic  */\nUPDATE `item_template` SET `armor` = 234, `BuyPrice` = 446885, `SellPrice` = 89377 WHERE entry=22661;\n\n/*  Polar Gloves  */\nUPDATE `item_template` SET `armor` = 146, `BuyPrice` = 224256, `SellPrice` = 44851 WHERE entry=22662;\n\n/*  Polar Bracers  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 230877, `SellPrice` = 46175 WHERE entry=22663;\n\n/*  Icy Scale Breastplate  */\nUPDATE `item_template` SET `armor` = 506, `BuyPrice` = 503214, `SellPrice` = 100642 WHERE entry=22664;\n\n/*  Icy Scale Bracers  */\nUPDATE `item_template` SET `armor` = 221, `BuyPrice` = 252584, `SellPrice` = 50516 WHERE entry=22665;\n\n/*  Icy Scale Gauntlets  */\nUPDATE `item_template` SET `armor` = 316, `BuyPrice` = 253560, `SellPrice` = 50712 WHERE entry=22666;\n\n/*  Bracers of Hope  */\nUPDATE `item_template` SET `armor` = 41, `spelltrigger_2` = 0 WHERE entry=22667;\n\n/*  Bracers of Subterfuge  */\nUPDATE `item_template` SET `armor` = 81, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE entry=22668;\n\n/*  Icebane Breastplate  */\nUPDATE `item_template` SET `armor` = 899, `BuyPrice` = 341952, `SellPrice` = 68390 WHERE entry=22669;\n\n/*  Icebane Gauntlets  */\nUPDATE `item_template` SET `armor` = 562, `BuyPrice` = 171609, `SellPrice` = 34321 WHERE entry=22670;\n\n/*  Icebane Bracers  */\nUPDATE `item_template` SET `armor` = 393, `BuyPrice` = 172260, `SellPrice` = 34452 WHERE entry=22671;\n\n/*  Sentinel's Plate Legguards  */\nUPDATE `item_template` SET `armor` = 646, `BuyPrice` = 166347, `SellPrice` = 33269 WHERE entry=22672;\n\n/*  Outrider's Chain Leggings  */\nUPDATE `item_template` SET `armor` = 364, `BuyPrice` = 250460, `SellPrice` = 50092 WHERE entry=22673;\n\n/*  Outrider's Mail Leggings  */\nUPDATE `item_template` SET `armor` = 364, `BuyPrice` = 253253, `SellPrice` = 50650, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=22676;\n\n/*  Band of Resolution  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22680;\n\n/*  Verimonde's Last Resort  */\nUPDATE `item_template` SET `BuyPrice` = 322563, `SellPrice` = 64512, `dmg_min1` = 39.48, `dmg_max1` = 76.48 WHERE entry=22688;\n\n/*  Sanctified Leather Helm  */\nUPDATE `item_template` SET `BuyPrice` = 121411, `SellPrice` = 24282 WHERE entry=22689;\n\n/*  Leggings of the Plague Hunter  */\nUPDATE `item_template` SET `BuyPrice` = 190738, `SellPrice` = 38147 WHERE entry=22690;\n\n/*  Corrupted Ashbringer  */\nUPDATE `item_template` SET `BuyPrice` = 1442639, `SellPrice` = 288527 WHERE entry=22691;\n\n/*  Icebane Leggings  */\nUPDATE `item_template` SET `armor` = 787, `BuyPrice` = 364160, `SellPrice` = 72832 WHERE entry=22699;\n\n/*  Glacial Leggings  */\nUPDATE `item_template` SET `armor` = 106, `BuyPrice` = 365427, `SellPrice` = 73085, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0 WHERE entry=22700;\n\n/*  Polar Leggings  */\nUPDATE `item_template` SET `armor` = 205, `BuyPrice` = 458411, `SellPrice` = 91682 WHERE entry=22701;\n\n/*  Icy Scale Leggings  */\nUPDATE `item_template` SET `armor` = 443, `BuyPrice` = 552047, `SellPrice` = 110409 WHERE entry=22702;\n\n/*  Ramaladni's Icy Grasp  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=22707;\n\n/*  Might of the Tribe  */\nUPDATE `item_template` SET `BuyPrice` = 111207, `SellPrice` = 22241 WHERE entry=22712;\n\n/*  Zulian Scepter of Rites  */\nUPDATE `item_template` SET `BuyPrice` = 372051, `SellPrice` = 74410, `dmg_min1` = 71.9, `dmg_max1` = 142.9 WHERE entry=22713;\n\n/*  Sacrificial Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 74682, `SellPrice` = 14936 WHERE entry=22714;\n\n/*  Gloves of the Tormented  */\nUPDATE `item_template` SET `BuyPrice` = 112420, `SellPrice` = 22484 WHERE entry=22715;\n\n/*  Belt of Untapped Power  */\nUPDATE `item_template` SET `BuyPrice` = 75218, `SellPrice` = 15043 WHERE entry=22716;\n\n/*  Blooddrenched Mask  */\nUPDATE `item_template` SET `BuyPrice` = 142054, `SellPrice` = 28410 WHERE entry=22718;\n\n/*  Zulian Headdress  */\nUPDATE `item_template` SET `BuyPrice` = 114448, `SellPrice` = 22889 WHERE entry=22720;\n\n/*  Band of Servitude  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22721;\n\n/*  Seal of the Gurubashi Berserker  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22722;\n\n/*  Eyestalk Waist Cord  */\nUPDATE `item_template` SET `armor` = 75, `BuyPrice` = 247981, `SellPrice` = 49596 WHERE entry=22730;\n\n/*  Cloak of the Devoured  */\nUPDATE `item_template` SET `armor` = 66, `BuyPrice` = 371972, `SellPrice` = 74394 WHERE entry=22731;\n\n/*  Outrider's Leather Pants  */\nUPDATE `item_template` SET `armor` = 233, `BuyPrice` = 219678, `SellPrice` = 43935 WHERE entry=22740;\n\n/*  Outrider's Lizardhide Pants  */\nUPDATE `item_template` SET `armor` = 263, `BuyPrice` = 220461, `SellPrice` = 44092, `spelltrigger_2` = 0 WHERE entry=22741;\n\n/*  Bloodsail Shirt  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=22742;\n\n/*  Bloodsail Boots  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=22744;\n\n/*  Bloodsail Pants  */\nUPDATE `item_template` SET `armor` = 0, `MaxDurability` = 0 WHERE entry=22745;\n\n/*  Outrider's Silk Leggings  */\nUPDATE `item_template` SET `armor` = 188, `BuyPrice` = 167633, `SellPrice` = 33526 WHERE entry=22747;\n\n/*  Sentinel's Chain Leggings  */\nUPDATE `item_template` SET `armor` = 364, `BuyPrice` = 242207, `SellPrice` = 48441 WHERE entry=22748;\n\n/*  Sentinel's Leather Pants  */\nUPDATE `item_template` SET `armor` = 233, `BuyPrice` = 211086, `SellPrice` = 42217 WHERE entry=22749;\n\n/*  Sentinel's Lizardhide Pants  */\nUPDATE `item_template` SET `armor` = 263, `BuyPrice` = 211869, `SellPrice` = 42373, `spelltrigger_2` = 0 WHERE entry=22750;\n\n/*  Sentinel's Silk Leggings  */\nUPDATE `item_template` SET `armor` = 188, `BuyPrice` = 170748, `SellPrice` = 34149 WHERE entry=22752;\n\n/*  Sentinel's Lamellar Legguards  */\nUPDATE `item_template` SET `armor` = 646, `BuyPrice` = 171358, `SellPrice` = 34271 WHERE entry=22753;\n\n/*  Sylvan Vest  */\nUPDATE `item_template` SET `BuyPrice` = 165824, `SellPrice` = 33164 WHERE entry=22756;\n\n/*  Sylvan Crown  */\nUPDATE `item_template` SET `BuyPrice` = 124806, `SellPrice` = 24961 WHERE entry=22757;\n\n/*  Sylvan Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 125255, `SellPrice` = 25051 WHERE entry=22758;\n\n/*  Bramblewood Helm  */\nUPDATE `item_template` SET `BuyPrice` = 145950, `SellPrice` = 29190 WHERE entry=22759;\n\n/*  Bramblewood Boots  */\nUPDATE `item_template` SET `BuyPrice` = 146512, `SellPrice` = 29302 WHERE entry=22760;\n\n/*  Bramblewood Belt  */\nUPDATE `item_template` SET `BuyPrice` = 98039, `SellPrice` = 19607 WHERE entry=22761;\n\n/*  Ironvine Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 157462, `SellPrice` = 31492 WHERE entry=22762;\n\n/*  Ironvine Gloves  */\nUPDATE `item_template` SET `BuyPrice` = 79031, `SellPrice` = 15806 WHERE entry=22763;\n\n/*  Ironvine Belt  */\nUPDATE `item_template` SET `BuyPrice` = 79322, `SellPrice` = 15864 WHERE entry=22764;\n\n/*  Might of Menethil  */\nUPDATE `item_template` SET `BuyPrice` = 1632328, `SellPrice` = 326465, `spellid_1` = 7598, `spelltrigger_1` = 1, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22798;\n\n/*  Soulseeker  */\nUPDATE `item_template` SET `BuyPrice` = 1638641, `SellPrice` = 327728 WHERE entry=22799;\n\n/*  Brimstone Staff  */\nUPDATE `item_template` SET `BuyPrice` = 1227490, `SellPrice` = 245498, `dmg_min1` = 140.0, `dmg_max1` = 250.0 WHERE entry=22800;\n\n/*  Spire of Twilight  */\nUPDATE `item_template` SET `BuyPrice` = 1232201, `SellPrice` = 246440, `dmg_min1` = 140.0, `dmg_max1` = 250.0 WHERE entry=22801;\n\n/*  Kingsfall  */\nUPDATE `item_template` SET `BuyPrice` = 1325927, `SellPrice` = 265185, `spellid_1` = 7597, `spellid_2` = 15464, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22802;\n\n/*  Midnight Haze  */\nUPDATE `item_template` SET `BuyPrice` = 900858, `SellPrice` = 180171, `dmg_min1` = 51.0, `dmg_max1` = 97.0, `spelltrigger_2` = 0 WHERE entry=22803;\n\n/*  Maexxna's Fang  */\nUPDATE `item_template` SET `BuyPrice` = 996964, `SellPrice` = 199392 WHERE entry=22804;\n\n/*  Widow's Remorse  */\nUPDATE `item_template` SET `BuyPrice` = 911020, `SellPrice` = 182204, `spelltrigger_2` = 0 WHERE entry=22806;\n\n/*  Wraith Blade  */\nUPDATE `item_template` SET `BuyPrice` = 1008169, `SellPrice` = 201633, `dmg_min1` = 38.0, `dmg_max1` = 109.0 WHERE entry=22807;\n\n/*  The Castigator  */\nUPDATE `item_template` SET `BuyPrice` = 1038929, `SellPrice` = 207785 WHERE entry=22808;\n\n/*  Maul of the Redeemed Crusader  */\nUPDATE `item_template` SET `BuyPrice` = 1303372, `SellPrice` = 260674 WHERE entry=22809;\n\n/*  Toxin Injector  */\nUPDATE `item_template` SET `BuyPrice` = 711813, `SellPrice` = 142362, `dmg_min1` = 68.0, `dmg_max1` = 128.0, `spelltrigger_2` = 0 WHERE entry=22810;\n\n/*  Soulstring  */\nUPDATE `item_template` SET `BuyPrice` = 787600, `SellPrice` = 157520, `dmg_min1` = 103.0, `dmg_max1` = 192.0 WHERE entry=22811;\n\n/*  Nerubian Slavemaker  */\nUPDATE `item_template` SET `BuyPrice` = 1059247, `SellPrice` = 211849, `dmg_min1` = 128.0, `dmg_max1` = 238.0 WHERE entry=22812;\n\n/*  Claymore of Unholy Might  */\nUPDATE `item_template` SET `BuyPrice` = 1199058, `SellPrice` = 239811, `spelltrigger_2` = 0 WHERE entry=22813;\n\n/*  Severance  */\nUPDATE `item_template` SET `BuyPrice` = 1207603, `SellPrice` = 241520 WHERE entry=22815;\n\n/*  Hatchet of Sundered Bone  */\nUPDATE `item_template` SET `BuyPrice` = 1068875, `SellPrice` = 213775 WHERE entry=22816;\n\n/*  The Plague Bearer  */\nUPDATE `item_template` SET `armor` = 3106, `BuyPrice` = 623585, `SellPrice` = 124717, `block` = 59, `spelltrigger_2` = 0 WHERE entry=22818;\n\n/*  Shield of Condemnation  */\nUPDATE `item_template` SET `armor` = 3425, `BuyPrice` = 971128, `SellPrice` = 194225, `block` = 68 WHERE entry=22819;\n\n/*  Wand of Fates  */\nUPDATE `item_template` SET `BuyPrice` = 736417, `SellPrice` = 147283 WHERE entry=22820;\n\n/*  Doomfinger  */\nUPDATE `item_template` SET `BuyPrice` = 1146691, `SellPrice` = 229338 WHERE entry=22821;\n\n/*  Blood Guard's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 75422, `SellPrice` = 15084, `stat_value2` = 20, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22843;\n\n/*  Blood Guard's Dragonhide Treads  */\nUPDATE `item_template` SET `BuyPrice` = 59605, `SellPrice` = 11921 WHERE entry=22852;\n\n/*  Blood Guard's Dreadweave Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 47684, `SellPrice` = 9536 WHERE entry=22855;\n\n/*  Blood Guard's Leather Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 60961, `SellPrice` = 12192 WHERE entry=22856;\n\n/*  Blood Guard's Mail Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 73757, `SellPrice` = 14751, `spelltrigger_1` = 0 WHERE entry=22857;\n\n/*  Blood Guard's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 49139, `SellPrice` = 9827 WHERE entry=22858;\n\n/*  Blood Guard's Satin Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 47684, `SellPrice` = 9536 WHERE entry=22859;\n\n/*  Blood Guard's Silk Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 49504, `SellPrice` = 9900 WHERE entry=22860;\n\n/*  Blood Guard's Chain Vices  */\nUPDATE `item_template` SET `BuyPrice` = 49869, `SellPrice` = 9973, `stat_value2` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22862;\n\n/*  Blood Guard's Dragonhide Grips  */\nUPDATE `item_template` SET `BuyPrice` = 39737, `SellPrice` = 7947 WHERE entry=22863;\n\n/*  Blood Guard's Leather Grips  */\nUPDATE `item_template` SET `BuyPrice` = 41866, `SellPrice` = 8373 WHERE entry=22864;\n\n/*  Blood Guard's Dreadweave Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 33616, `SellPrice` = 6723 WHERE entry=22865;\n\n/*  Blood Guard's Mail Vices  */\nUPDATE `item_template` SET `BuyPrice` = 50789, `SellPrice` = 10157 WHERE entry=22867;\n\n/*  Blood Guard's Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 31789, `SellPrice` = 6357 WHERE entry=22868;\n\n/*  Blood Guard's Satin Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 34106, `SellPrice` = 6821 WHERE entry=22869;\n\n/*  Blood Guard's Silk Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 34226, `SellPrice` = 6845 WHERE entry=22870;\n\n/*  Legionnaire's Plate Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 70603, `SellPrice` = 14120 WHERE entry=22872;\n\n/*  Legionnaire's Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 70875, `SellPrice` = 14175 WHERE entry=22873;\n\n/*  Legionnaire's Chain Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 106709, `SellPrice` = 21341, `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22874;\n\n/*  Legionnaire's Chain Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 107117, `SellPrice` = 21423, `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=22875;\n\n/*  Legionnaire's Mail Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 107525, `SellPrice` = 21505, `spelltrigger_2` = 0 WHERE entry=22876;\n\n/*  Legionnaire's Dragonhide Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 89935, `SellPrice` = 17987 WHERE entry=22877;\n\n/*  Legionnaire's Dragonhide Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 90275, `SellPrice` = 18055 WHERE entry=22878;\n\n/*  Legionnaire's Leather Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 90615, `SellPrice` = 18123 WHERE entry=22879;\n\n/*  Legionnaire's Leather Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 90955, `SellPrice` = 18191 WHERE entry=22880;\n\n/*  Legionnaire's Dreadweave Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 73028, `SellPrice` = 14605 WHERE entry=22881;\n\n/*  Legionnaire's Satin Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 73300, `SellPrice` = 14660 WHERE entry=22882;\n\n/*  Legionnaire's Silk Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 73572, `SellPrice` = 14714 WHERE entry=22883;\n\n/*  Legionnaire's Dreadweave Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 73844, `SellPrice` = 14768 WHERE entry=22884;\n\n/*  Legionnaire's Satin Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 74108, `SellPrice` = 14821, `spellid_2` = 21626 WHERE entry=22885;\n\n/*  Legionnaire's Silk Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 74380, `SellPrice` = 14876 WHERE entry=22886;\n\n/*  Legionnaire's Mail Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 111979, `SellPrice` = 22395, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=22887;\n\n/*  Wristguards of Vengeance  */\nUPDATE `item_template` SET `armor` = 407, `BuyPrice` = 204017, `SellPrice` = 40803 WHERE entry=22936;\n\n/*  Gem of Nerubis  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=22937;\n\n/*  Cryptfiend Silk Cloak  */\nUPDATE `item_template` SET `armor` = 203, `BuyPrice` = 308256, `SellPrice` = 61651 WHERE entry=22938;\n\n/*  Icebane Pauldrons  */\nUPDATE `item_template` SET `armor` = 698, `BuyPrice` = 310517, `SellPrice` = 62103 WHERE entry=22940;\n\n/*  Polar Shoulder Pads  */\nUPDATE `item_template` SET `armor` = 181, `BuyPrice` = 389522, `SellPrice` = 77904 WHERE entry=22941;\n\n/*  The Widow's Embrace  */\nUPDATE `item_template` SET `BuyPrice` = 945573, `SellPrice` = 189114, `dmg_min1` = 42.53, `dmg_max1` = 115.53, `spelltrigger_2` = 0 WHERE entry=22942;\n\n/*  Kiss of the Spider  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 7597, `spellid_2` = 15464 WHERE entry=22954;\n\n/*  Cloak of Suturing  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 310456, `SellPrice` = 62091 WHERE entry=22960;\n\n/*  Band of Reanimation  */\nUPDATE `item_template` SET `stat_value1` = 34, `spellid_1` = 0, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE entry=22961;\n\n/*  Icy Scale Spaulders  */\nUPDATE `item_template` SET `armor` = 393, `BuyPrice` = 479632, `SellPrice` = 95926 WHERE entry=22967;\n\n/*  Glacial Mantle  */\nUPDATE `item_template` SET `armor` = 94, `BuyPrice` = 296950, `SellPrice` = 59390 WHERE entry=22968;\n\n/*  Gluth's Missing Collar  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=22981;\n\n/*  Rime Covered Mantle  */\nUPDATE `item_template` SET `armor` = 94, `BuyPrice` = 313787, `SellPrice` = 62757 WHERE entry=22983;\n\n/*  The End of Dreams  */\nUPDATE `item_template` SET `BuyPrice` = 989733, `SellPrice` = 197946, `dmg_min1` = 44.0, `dmg_max1` = 120.0, `spellid_2` = 28717 WHERE entry=22988;\n\n/*  Tabard of the Argent Dawn  */\nUPDATE `item_template` SET `BuyPrice` = 10000, `SellPrice` = 2500 WHERE entry=22999;\n\n/*  Plated Abomination Ribcage  */\nUPDATE `item_template` SET `armor` = 953, `BuyPrice` = 456281, `SellPrice` = 91256 WHERE entry=23000;\n\n/*  Idol of Longevity  */\nUPDATE `item_template` SET `BuyPrice` = 292397, `SellPrice` = 58479 WHERE entry=23004;\n\n/*  Libram of Light  */\nUPDATE `item_template` SET `BuyPrice` = 294628, `SellPrice` = 58925 WHERE entry=23006;\n\n/*  Wand of the Whispering Dead  */\nUPDATE `item_template` SET `BuyPrice` = 744973, `SellPrice` = 148994, `spelltrigger_2` = 0 WHERE entry=23009;\n\n/*  Iblis, Blade of the Fallen Seraph  */\nUPDATE `item_template` SET `BuyPrice` = 917949, `SellPrice` = 183589 WHERE entry=23014;\n\n/*  Veil of Eclipse  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 315070, `SellPrice` = 63014 WHERE entry=23017;\n\n/*  Signet of the Fallen Defender  */\nUPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=23018;\n\n/*  Icebane Helmet  */\nUPDATE `item_template` SET `armor` = 757, `BuyPrice` = 317331, `SellPrice` = 63466 WHERE entry=23019;\n\n/*  Polar Helmet  */\nUPDATE `item_template` SET `armor` = 196, `BuyPrice` = 398039, `SellPrice` = 79607 WHERE entry=23020;\n\n/*  The Soul Harvester's Bindings  */\nUPDATE `item_template` SET `armor` = 55, `BuyPrice` = 213041, `SellPrice` = 42608 WHERE entry=23021;\n\n/*  Sadist's Collar  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23023;\n\n/*  Warmth of Forgiveness  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23027;\n\n/*  Noth's Frigid Heart  */\nUPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23029;\n\n/*  Cloak of the Scourge  */\nUPDATE `item_template` SET `armor` = 63, `BuyPrice` = 299089, `SellPrice` = 59817 WHERE entry=23030;\n\n/*  Glacial Headdress  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 301320, `SellPrice` = 60264, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0 WHERE entry=23032;\n\n/*  Icy Scale Coif  */\nUPDATE `item_template` SET `armor` = 425, `BuyPrice` = 465822, `SellPrice` = 93164 WHERE entry=23033;\n\n/*  Preceptor's Hat  */\nUPDATE `item_template` SET `armor` = 102, `BuyPrice` = 312809, `SellPrice` = 62561, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23035;\n\n/*  The Eye of Nerub  */\nUPDATE `item_template` SET `BuyPrice` = 1321961, `SellPrice` = 264392, `stat_value1` = 45, `stat_type3` = 31, `stat_value3` = 16, `spellid_1` = 0, `spellid_2` = 0, `spellid_3` = 0, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=23039;\n-- UPDATE `item_template` SET `BuyPrice` = 1321961, `SellPrice` = 264392, `stat_value1` = 45, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7569, `spellid_2` = 22188, `spellid_3` = 7581, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=23039;\n\n/*  Glyph of Deflection  */\nUPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcategorycooldown_3` = -1, `spellcategory_3` = 0 WHERE entry=23040;\n\n/*  Slayer's Crest  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23041;\n\n/*  Loatheb's Reflection  */\nUPDATE `item_template` SET `spelltrigger_2` = 0, `spellcooldown_3` = 0 WHERE entry=23042;\n\n/*  The Face of Death  */\nUPDATE `item_template` SET `armor` = 3494, `BuyPrice` = 874054, `SellPrice` = 174810, `block` = 66 WHERE entry=23043;\n\n/*  Harbinger of Doom  */\nUPDATE `item_template` SET `BuyPrice` = 974353, `SellPrice` = 194870 WHERE entry=23044;\n\n/*  Shroud of Dominion  */\nUPDATE `item_template` SET `armor` = 68, `BuyPrice` = 412894, `SellPrice` = 82578 WHERE entry=23045;\n\n/*  The Restrained Essence of Sapphiron  */\nUPDATE `item_template` SET `spellcooldown_3` = 0 WHERE entry=23046;\n\n/*  Eye of the Dead  */\nUPDATE `item_template` SET `spellcategorycooldown_2` = -1, `spellcategory_2` = 0, `spelltrigger_3` = 0 WHERE entry=23047;\n\n/*  Sapphiron's Right Eye  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23048;\n\n/*  Cloak of the Necropolis  */\nUPDATE `item_template` SET `armor` = 68, `BuyPrice` = 432199, `SellPrice` = 86439 WHERE entry=23050;\n\n/*  Stormrage's Talisman of Seething  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23053;\n\n/*  Gressil, Dawn of Ruin  */\nUPDATE `item_template` SET `BuyPrice` = 1391991, `SellPrice` = 278398, `spelltrigger_2` = 0 WHERE entry=23054;\n\n/*  Hammer of the Twisting Nether  */\nUPDATE `item_template` SET `BuyPrice` = 1402092, `SellPrice` = 280418, `dmg_min1` = 36.0, `dmg_max1` = 120.0 WHERE entry=23056;\n\n/*  Gem of Trapped Innocents  */\nUPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23057;\n\n/*  Life Channeling Necklace  */\nUPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 18043, `spelltrigger_1` = 1, `spellid_2` = 18379, `spelltrigger_2` = 1 WHERE entry=23058;\n\n/*  Bonescythe Ring  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23060;\n\n/*  Ring of Faith  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23061;\n\n/*  Plagueheart Ring  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23063;\n\n/*  Ring of the Cryptstalker  */\nUPDATE `item_template` SET `stat_value1` = 30, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23067;\n\n/*  Legplates of Carnage  */\nUPDATE `item_template` SET `armor` = 815, `BuyPrice` = 406486, `SellPrice` = 81297, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23068;\n\n/*  Necro-Knight's Garb  */\nUPDATE `item_template` SET `armor` = 448, `BuyPrice` = 449768, `SellPrice` = 89953, `spelltrigger_2` = 0 WHERE entry=23069;\n\n/*  Leggings of Polarity  */\nUPDATE `item_template` SET `armor` = 112, `BuyPrice` = 451430, `SellPrice` = 90286 WHERE entry=23070;\n\n/*  Leggings of Apocalypse  */\nUPDATE `item_template` SET `armor` = 211, `BuyPrice` = 513709, `SellPrice` = 102741 WHERE entry=23071;\n\n/*  Fists of the Unrelenting  */\nUPDATE `item_template` SET `armor` = 629, `BuyPrice` = 290197, `SellPrice` = 58039, `DisenchantID` = 0, `spellid_1` = 7219 WHERE entry=23072;\n\n/*  Boots of Displacement  */\nUPDATE `item_template` SET `armor` = 166, `BuyPrice` = 388070, `SellPrice` = 77614 WHERE entry=23073;\n\n/*  Death's Bargain  */\nUPDATE `item_template` SET `armor` = 3106, `BuyPrice` = 667131, `SellPrice` = 133426, `block` = 59 WHERE entry=23075;\n\n/*  Gauntlets of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 59563, `SellPrice` = 11912, `DisenchantID` = 49, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23078;\n\n/*  Handwraps of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 69948, `SellPrice` = 13989, `DisenchantID` = 49 WHERE entry=23081;\n\n/*  Handguards of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 84257, `SellPrice` = 16851, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=23082;\n\n/*  Gloves of Undead Cleansing  */\nUPDATE `item_template` SET `BuyPrice` = 56592, `SellPrice` = 11318, `DisenchantID` = 49 WHERE entry=23084;\n\n/*  Robe of Undead Cleansing  */\nUPDATE `item_template` SET `BuyPrice` = 113610, `SellPrice` = 22722, `DisenchantID` = 49 WHERE entry=23085;\n\n/*  Breastplate of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 114462, `SellPrice` = 22892, `DisenchantID` = 49, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23087;\n\n/*  Chestguard of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 172315, `SellPrice` = 34463, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=23088;\n\n/*  Tunic of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 144129, `SellPrice` = 28825, `DisenchantID` = 49 WHERE entry=23089;\n\n/*  Bracers of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 57864, `SellPrice` = 11572, `DisenchantID` = 49, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23090;\n\n/*  Bracers of Undead Cleansing  */\nUPDATE `item_template` SET `BuyPrice` = 58077, `SellPrice` = 11615, `DisenchantID` = 49 WHERE entry=23091;\n\n/*  Wristguards of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=23092;\n\n/*  Wristwraps of Undead Slaying  */\nUPDATE `item_template` SET `BuyPrice` = 73122, `SellPrice` = 14624, `DisenchantID` = 49 WHERE entry=23093;\n\n/*  Staff of Balzaphon  */\nUPDATE `item_template` SET `BuyPrice` = 296524, `SellPrice` = 59304, `DisenchantID` = 49 WHERE entry=23124;\n\n/*  Chains of the Lich  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23125;\n\n/*  Waistband of Balzaphon  */\nUPDATE `item_template` SET `BuyPrice` = 47443, `SellPrice` = 9488, `DisenchantID` = 49, `spellid_1` = 9307 WHERE entry=23126;\n\n/*  Cloak of Revanchion  */\nUPDATE `item_template` SET `BuyPrice` = 82383, `SellPrice` = 16476, `DisenchantID` = 49 WHERE entry=23127;\n\n/*  The Shadow's Grasp  */\nUPDATE `item_template` SET `BuyPrice` = 52306, `SellPrice` = 10461, `DisenchantID` = 49, `spellid_1` = 9327 WHERE entry=23128;\n\n/*  Bracers of Mending  */\nUPDATE `item_template` SET `BuyPrice` = 56348, `SellPrice` = 11269, `DisenchantID` = 49 WHERE entry=23129;\n\n/*  Lord Blackwood's Blade  */\nUPDATE `item_template` SET `BuyPrice` = 284759, `SellPrice` = 56951, `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=23132;\n\n/*  Lord Blackwood's Buckler  */\nUPDATE `item_template` SET `BuyPrice` = 169189, `SellPrice` = 33837, `DisenchantID` = 49 WHERE entry=23139;\n\n/*  Blackwood's Thigh  */\nUPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23156;\n\n/*  Abomination Skin Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 6215, `SellPrice` = 1243 WHERE entry=23173;\n\n/*  Lady Falther'ess' Finger  */\nUPDATE `item_template` SET `spellid_1` = 7709 WHERE entry=23177;\n\n/*  Mantle of Lady Falther'ess  */\nUPDATE `item_template` SET `BuyPrice` = 20447, `SellPrice` = 4089 WHERE entry=23178;\n\n/*  Tabard of the Scarlet Crusade  */\nUPDATE `item_template` SET `Quality` = 1 WHERE entry=23192;\n\n/*  Idol of the Moon  */\nUPDATE `item_template` SET `BuyPrice` = 93589, `SellPrice` = 18717, `DisenchantID` = 49 WHERE entry=23197;\n\n/*  Idol of Brutality  */\nUPDATE `item_template` SET `BuyPrice` = 90827, `SellPrice` = 18165, `DisenchantID` = 49 WHERE entry=23198;\n\n/*  Libram of Divinity  */\nUPDATE `item_template` SET `BuyPrice` = 94989, `SellPrice` = 18997, `DisenchantID` = 49 WHERE entry=23201;\n\n/*  Libram of Fervor  */\nUPDATE `item_template` SET `BuyPrice` = 95693, `SellPrice` = 19138, `DisenchantID` = 49, `spellid_1` = 60804 WHERE entry=23203;\n\n/* Mark of the Champion */\nUPDATE `item_template` SET `spellid_2` = 17670, `spelltrigger_2` = 1 WHERE entry IN (23206, 23207);\n\n/*  Girdle of the Mentor  */\nUPDATE `item_template` SET `armor` = 536, `BuyPrice` = 222368, `SellPrice` = 44473 WHERE entry=23219;\n\n/*  Crystal Webbed Robe  */\nUPDATE `item_template` SET `armor` = 128, `BuyPrice` = 446354, `SellPrice` = 89270, `spelltrigger_2` = 0 WHERE entry=23220;\n\n/*  Misplaced Servo Arm  */\nUPDATE `item_template` SET `BuyPrice` = 1015910, `SellPrice` = 203182 WHERE entry=23221;\n\n/*  Ghoul Skin Tunic  */\nUPDATE `item_template` SET `armor` = 411, `BuyPrice` = 485750, `SellPrice` = 97150 WHERE entry=23226;\n\n/*  Ring of the Eternal Flame  */\nUPDATE `item_template` SET `spellid_1` = 17872 WHERE entry=23237;\n\n/*  Stygian Buckler  */\nUPDATE `item_template` SET `armor` = 3106, `BuyPrice` = 642946, `SellPrice` = 128589, `block` = 59, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23238;\n\n/*  Claw of the Frost Wyrm  */\nUPDATE `item_template` SET `BuyPrice` = 1335716, `SellPrice` = 267143 WHERE entry=23242;\n\n/*  Champion's Plate Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 65791, `SellPrice` = 13158 WHERE entry=23243;\n\n/*  Champion's Plate Helm  */\nUPDATE `item_template` SET `BuyPrice` = 66027, `SellPrice` = 13205 WHERE entry=23244;\n\n/*  Champion's Chain Helm  */\nUPDATE `item_template` SET `BuyPrice` = 91920, `SellPrice` = 18384, `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23251;\n\n/*  Champion's Chain Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 92684, `SellPrice` = 18536, `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23252;\n\n/*  Champion's Dragonhide Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 77190, `SellPrice` = 15438, `spelltrigger_2` = 0 WHERE entry=23253;\n\n/*  Champion's Dragonhide Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 77477, `SellPrice` = 15495 WHERE entry=23254;\n\n/*  Champion's Dreadweave Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 62217, `SellPrice` = 12443 WHERE entry=23255;\n\n/*  Champion's Dreadweave Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 62454, `SellPrice` = 12490 WHERE entry=23256;\n\n/*  Champion's Leather Helm  */\nUPDATE `item_template` SET `BuyPrice` = 78362, `SellPrice` = 15672 WHERE entry=23257;\n\n/*  Champion's Leather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 80763, `SellPrice` = 16152 WHERE entry=23258;\n\n/*  Champion's Mail Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 97270, `SellPrice` = 19454, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=23259;\n\n/*  Champion's Mail Pauldrons  */\nUPDATE `item_template` SET `BuyPrice` = 98058, `SellPrice` = 19611 WHERE entry=23260;\n\n/*  Champion's Satin Hood  */\nUPDATE `item_template` SET `BuyPrice` = 65312, `SellPrice` = 13062 WHERE entry=23261;\n\n/*  Champion's Satin Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 65548, `SellPrice` = 13109 WHERE entry=23262;\n\n/*  Champion's Silk Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 65784, `SellPrice` = 13156 WHERE entry=23263;\n\n/*  Champion's Silk Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 66020, `SellPrice` = 13204 WHERE entry=23264;\n\n/*  Knight-Captain's Lamellar Breastplate  */\nUPDATE `item_template` SET `BuyPrice` = 70845, `SellPrice` = 14169 WHERE entry=23272;\n\n/*  Knight-Captain's Lamellar Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 71110, `SellPrice` = 14222 WHERE entry=23273;\n\n/*  Knight-Lieutenant's Lamellar Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 33256, `SellPrice` = 6651 WHERE entry=23274;\n\n/*  Knight-Lieutenant's Lamellar Sabatons  */\nUPDATE `item_template` SET `BuyPrice` = 50069, `SellPrice` = 10013 WHERE entry=23275;\n\n/*  Lieutenant Commander's Lamellar Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 64132, `SellPrice` = 12826 WHERE entry=23276;\n\n/*  Lieutenant Commander's Lamellar Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 64368, `SellPrice` = 12873 WHERE entry=23277;\n\n/*  Knight-Lieutenant's Chain Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 76266, `SellPrice` = 15253, `stat_value2` = 20, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=23278;\n\n/*  Knight-Lieutenant's Chain Vices  */\nUPDATE `item_template` SET `BuyPrice` = 50804, `SellPrice` = 10160, `stat_value2` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23279;\n\n/*  Knight-Lieutenant's Dragonhide Grips  */\nUPDATE `item_template` SET `BuyPrice` = 42486, `SellPrice` = 8497 WHERE entry=23280;\n\n/*  Knight-Lieutenant's Dragonhide Treads  */\nUPDATE `item_template` SET `BuyPrice` = 63961, `SellPrice` = 12792 WHERE entry=23281;\n\n/*  Knight-Lieutenant's Dreadweave Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 34236, `SellPrice` = 6847 WHERE entry=23282;\n\n/*  Knight-Lieutenant's Dreadweave Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 51539, `SellPrice` = 10307 WHERE entry=23283;\n\n/*  Knight-Lieutenant's Leather Grips  */\nUPDATE `item_template` SET `BuyPrice` = 43099, `SellPrice` = 8619 WHERE entry=23284;\n\n/*  Knight-Lieutenant's Leather Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 64880, `SellPrice` = 12976 WHERE entry=23285;\n\n/*  Knight-Lieutenant's Plate Gauntlets  */\nUPDATE `item_template` SET `BuyPrice` = 34726, `SellPrice` = 6945 WHERE entry=23286;\n\n/*  Knight-Lieutenant's Plate Greaves  */\nUPDATE `item_template` SET `BuyPrice` = 52274, `SellPrice` = 10454 WHERE entry=23287;\n\n/*  Knight-Lieutenant's Satin Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 34969, `SellPrice` = 6993 WHERE entry=23288;\n\n/*  Knight-Lieutenant's Satin Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 47634, `SellPrice` = 9526 WHERE entry=23289;\n\n/*  Knight-Lieutenant's Silk Handwraps  */\nUPDATE `item_template` SET `BuyPrice` = 32762, `SellPrice` = 6552 WHERE entry=23290;\n\n/*  Knight-Lieutenant's Silk Walkers  */\nUPDATE `item_template` SET `BuyPrice` = 49329, `SellPrice` = 9865 WHERE entry=23291;\n\n/*  Knight-Captain's Chain Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 109168, `SellPrice` = 21833, `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23292;\n\n/*  Knight-Captain's Chain Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 109575, `SellPrice` = 21915, `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23293;\n\n/*  Knight-Captain's Dragonhide Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 91653, `SellPrice` = 18330 WHERE entry=23294;\n\n/*  Knight-Captain's Dragonhide Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 91983, `SellPrice` = 18396 WHERE entry=23295;\n\n/*  Knight-Captain's Dreadweave Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 73859, `SellPrice` = 14771 WHERE entry=23296;\n\n/*  Knight-Captain's Dreadweave Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 74130, `SellPrice` = 14826 WHERE entry=23297;\n\n/*  Knight-Captain's Leather Chestpiece  */\nUPDATE `item_template` SET `BuyPrice` = 93003, `SellPrice` = 18600 WHERE entry=23298;\n\n/*  Knight-Captain's Leather Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 93334, `SellPrice` = 18666 WHERE entry=23299;\n\n/*  Knight-Captain's Plate Hauberk  */\nUPDATE `item_template` SET `BuyPrice` = 74939, `SellPrice` = 14987 WHERE entry=23300;\n\n/*  Knight-Captain's Plate Leggings  */\nUPDATE `item_template` SET `BuyPrice` = 75211, `SellPrice` = 15042 WHERE entry=23301;\n\n/*  Knight-Captain's Satin Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 75483, `SellPrice` = 15096 WHERE entry=23302;\n\n/*  Knight-Captain's Satin Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 75747, `SellPrice` = 15149, `spellid_2` = 21626 WHERE entry=23303;\n\n/*  Knight-Captain's Silk Legguards  */\nUPDATE `item_template` SET `BuyPrice` = 76019, `SellPrice` = 15203 WHERE entry=23304;\n\n/*  Knight-Captain's Silk Tunic  */\nUPDATE `item_template` SET `BuyPrice` = 76291, `SellPrice` = 15258 WHERE entry=23305;\n\n/*  Lieutenant Commander's Chain Helm  */\nUPDATE `item_template` SET `BuyPrice` = 92666, `SellPrice` = 18533, `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23306;\n\n/*  Lieutenant Commander's Chain Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 93424, `SellPrice` = 18684, `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23307;\n\n/*  Lieutenant Commander's Dragonhide Headguard  */\nUPDATE `item_template` SET `BuyPrice` = 77804, `SellPrice` = 15560, `spelltrigger_2` = 0 WHERE entry=23308;\n\n/*  Lieutenant Commander's Dragonhide Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 78099, `SellPrice` = 15619 WHERE entry=23309;\n\n/*  Lieutenant Commander's Dreadweave Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 62709, `SellPrice` = 12541 WHERE entry=23310;\n\n/*  Lieutenant Commander's Dreadweave Spaulders  */\nUPDATE `item_template` SET `BuyPrice` = 62945, `SellPrice` = 12589 WHERE entry=23311;\n\n/*  Lieutenant Commander's Leather Helm  */\nUPDATE `item_template` SET `BuyPrice` = 78976, `SellPrice` = 15795 WHERE entry=23312;\n\n/*  Lieutenant Commander's Leather Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 79271, `SellPrice` = 15854 WHERE entry=23313;\n\n/*  Lieutenant Commander's Plate Shoulders  */\nUPDATE `item_template` SET `BuyPrice` = 63883, `SellPrice` = 12776 WHERE entry=23315;\n\n/*  Lieutenant Commander's Satin Hood  */\nUPDATE `item_template` SET `BuyPrice` = 64119, `SellPrice` = 12823 WHERE entry=23316;\n\n/*  Lieutenant Commander's Satin Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 64355, `SellPrice` = 12871 WHERE entry=23317;\n\n/*  Lieutenant Commander's Silk Cowl  */\nUPDATE `item_template` SET `BuyPrice` = 64585, `SellPrice` = 12917 WHERE entry=23318;\n\n/*  Lieutenant Commander's Silk Mantle  */\nUPDATE `item_template` SET `BuyPrice` = 64821, `SellPrice` = 12964 WHERE entry=23319;\n\n/*  Mantle of the Fire Festival  */\nUPDATE `item_template` SET `BuyPrice` = 5, `SellPrice` = 1, `MaxDurability` = 20 WHERE entry=23324;\n\n/*  Grand Marshal's Mageblade  */\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671, `dmg_min1` = 59.0, `dmg_max1` = 107.0 WHERE entry=23451;\n\n/*  Grand Marshal's Tome of Power  */\nUPDATE `item_template` SET `BuyPrice` = 301810, `SellPrice` = 75452 WHERE entry=23452;\n\n/*  Grand Marshal's Tome of Restoration  */\nUPDATE `item_template` SET `BuyPrice` = 301810, `SellPrice` = 75452 WHERE entry=23453;\n\n/*  Grand Marshal's Warhammer  */\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671, `dmg_min1` = 85.8, `dmg_max1` = 154.8 WHERE entry=23454;\n\n/*  Grand Marshal's Demolisher  */\nUPDATE `item_template` SET `BuyPrice` = 285269, `SellPrice` = 57053 WHERE entry=23455;\n\n/*  Grand Marshal's Swiftblade  */\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671 WHERE entry=23456;\n\n/*  High Warlord's Battle Mace  */\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671, `dmg_min1` = 85.8, `dmg_max1` = 154.8 WHERE entry=23464;\n\n/*  High Warlord's Destroyer  */\nUPDATE `item_template` SET `BuyPrice` = 285448, `SellPrice` = 57089 WHERE entry=23465;\n\n/*  High Warlord's Spellblade  */\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671, `dmg_min1` = 59.0, `dmg_max1` = 107.0 WHERE entry=23466;\n\n/*  High Warlord's Quickblade  */\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671 WHERE entry=23467;\n\n/*  High Warlord's Tome of Destruction  */\nUPDATE `item_template` SET `BuyPrice` = 301810, `SellPrice` = 75452 WHERE entry=23468;\n\n/*  High Warlord's Tome of Mending  */\nUPDATE `item_template` SET `BuyPrice` = 301810, `SellPrice` = 75452 WHERE entry=23469;\n\n/*  Larvae of the Great Worm  */\nUPDATE `item_template` SET `BuyPrice` = 660885, `SellPrice` = 132177, `dmg_min1` = 103.0, `dmg_max1` = 192.0 WHERE entry=23557;\n\n/*  The Burrower's Shell  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23558;\n\n/*  Jom Gabbar  */\nUPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23570;\n\n/*  The Hungering Cold  */\nUPDATE `item_template` SET `BuyPrice` = 1346265, `SellPrice` = 269253, `stat_type2` = 37, `stat_value2` = 14, `spellid_1` = 0, `spelltrigger_2` = 1 WHERE entry=23577;\n-- UPDATE `item_template` SET `BuyPrice` = 1346265, `SellPrice` = 269253, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15763, `spelltrigger_2` = 0 WHERE entry=23577;\n\n/*  Girdle of Elemental Fury  */\nUPDATE `item_template` SET `armor` = 301, `BuyPrice` = 321323, `SellPrice` = 64264 WHERE entry=23663;\n\n/*  Pauldrons of Elemental Fury  */\nUPDATE `item_template` SET `armor` = 401, `BuyPrice` = 484128, `SellPrice` = 96825 WHERE entry=23664;\n\n/*  Leggings of Elemental Fury  */\nUPDATE `item_template` SET `armor` = 468, `BuyPrice` = 642647, `SellPrice` = 128529, `spelltrigger_3` = 0 WHERE entry=23665;\n\n/*  Belt of the Grand Crusader  */\nUPDATE `item_template` SET `armor` = 536, `BuyPrice` = 218236, `SellPrice` = 43647 WHERE entry=23666;\n\n/*  Spaulders of the Grand Crusader  */\nUPDATE `item_template` SET `armor` = 714, `BuyPrice` = 328600, `SellPrice` = 65720 WHERE entry=23667;\n\n/*  Leggings of the Grand Crusader  */\nUPDATE `item_template` SET `armor` = 833, `BuyPrice` = 439751, `SellPrice` = 87950 WHERE entry=23668;\n\n/*  Tabard of Flame  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 50000, `SellPrice` = 12500 WHERE entry=23705;\n\n/*  Tabard of Frost  */\nUPDATE `item_template` SET `Quality` = 1, `BuyPrice` = 50000, `SellPrice` = 12500 WHERE entry=23709;\n\n/*  Perpetual Purple Firework  */\nUPDATE `item_template` SET `Quality` = 1, `spellid_1` = 30161, `spellcharges_1` = 0, `spellcooldown_1` = 600000 WHERE entry=23714;\n\n/*  Carved Ogre Idol  */\nUPDATE `item_template` SET `Quality` = 1, `spellid_1` = 30167, `spellcharges_1` = 0, `spellcooldown_1` = 3600000 WHERE entry=23716;\n\n/*  Bland Dagger  */\nUPDATE `item_template` SET `BuyPrice` = 393470, `SellPrice` = 78694, `dmg_min1` = 82.0, `dmg_max1` = 82.0, `MaxDurability` = 65 WHERE entry=24071;\n\n/*  QATest +1000 Spell Dmg Ring  */\nUPDATE `item_template` SET `spellid_1` = 31750, `spelltrigger_1` = 1 WHERE entry=24358;\n\n/*  Insignia of the Horde  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 42292, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=29592;\n\n/*  Insignia of the Alliance  */\nUPDATE `item_template` SET `BuyPrice` = 15000, `SellPrice` = 3750, `ItemLevel` = 0, `spellid_1` = 42292, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=29593;\n\n/* =========== NON-EQUIPMENT ITEMS ================ */\n\n/*  Scroll of Strength  */\nUPDATE item_template SET ItemLevel = 20, RequiredLevel = 10 WHERE entry=954;\n\n/*  Scroll of Intellect  */\nUPDATE item_template SET ItemLevel = 15, RequiredLevel = 5 WHERE entry=955;\n\n/*  Large Moneybag (old)  */\nUPDATE item_template SET ItemLevel = 25, bonding = 1, class = 1 WHERE entry=1014;\n\n/*  Tablet of Serpent Totem  */\nUPDATE item_template SET BuyPrice = 80 WHERE entry=1029;\n\n/*  Horn of the Black Wolf  */\nUPDATE item_template SET Quality = 3, bonding = 1, BuyPrice = 100000 WHERE entry=1041;\n\n/*  Tablet of Restoration III  */\nUPDATE item_template SET BuyPrice = 1800 WHERE entry=1057;\n\n/*  Scroll of Stamina  */\nUPDATE item_template SET ItemLevel = 15, RequiredLevel = 5 WHERE entry=1180;\n\n/*  Scroll of Spirit  */\nUPDATE item_template SET ItemLevel = 10 WHERE entry=1181;\n\n/*  Linen Bandage  */\nUPDATE item_template SET BuyPrice = 40, SellPrice = 10 WHERE entry=1251;\n\n/*  Scroll of Agility II  */\nUPDATE item_template SET ItemLevel = 35, RequiredLevel = 25 WHERE entry=1477;\n\n/*  Scroll of Stamina II  */\nUPDATE item_template SET ItemLevel = 30, RequiredLevel = 20 WHERE entry=1711;\n\n/*  Scroll of Strength II  */\nUPDATE item_template SET ItemLevel = 35, RequiredLevel = 25 WHERE entry=2289;\n\n/*  Scroll of Intellect II  */\nUPDATE item_template SET ItemLevel = 30, RequiredLevel = 20 WHERE entry=2290;\n\n/*  Light Leather  */\nUPDATE item_template SET BuyPrice = 60 WHERE entry=2318;\n\n/*  Palomino  */\nUPDATE item_template SET Quality = 3, bonding = 1, BuyPrice = 100000, SellPrice = 0 WHERE entry=2413;\n\n/*  White Stallion  */\nUPDATE item_template SET Quality = 3, bonding = 1, BuyPrice = 100000, SellPrice = 0 WHERE entry=2415;\n\n/*  Earthroot  */\nUPDATE item_template SET ItemLevel = 5 WHERE entry=2449;\n\n/*  Recipe: Elixir of Tongues  */\nUPDATE item_template SET subclass = 6, BuyPrice = 160 WHERE entry=2556;\n\n/*  Hot Spices  */\nUPDATE item_template SET Quality = 1 WHERE entry=2692;\n\n/*  Deadly Poison  */\nUPDATE item_template SET BuyPrice = 120, SellPrice = 30 WHERE entry=2892;\n\n/*  Deadly Poison II  */\nUPDATE item_template SET BuyPrice = 220, SellPrice = 55 WHERE entry=2893;\n\n/*  Dust of Decay  */\nUPDATE `item_template` SET `Quality` = 0, `class` = 15, `subclass` = 0 WHERE `entry` = 2928;\n\n/*  Essence of Pain  */\nUPDATE `item_template` SET `Quality` = 0, `class` = 15, `subclass` = 0 WHERE `entry` = 2930;\n\n/*  Maiden's Anguish  */\nUPDATE item_template SET Quality = 1, ItemLevel = 34, class = 7, BuyPrice = 100, SellPrice = 25 WHERE entry=2931;\n\n/*  Scroll of Agility  */\nUPDATE item_template SET ItemLevel = 20, RequiredLevel = 10 WHERE entry=3012;\n\n/*  Scroll of Protection  */\nUPDATE item_template SET ItemLevel = 10 WHERE entry=3013;\n\n/*  Grimoire of Burning Spirit II  */\nUPDATE item_template SET BuyPrice = 1800 WHERE entry=3144;\n\n/*  Grave Moss  */\nUPDATE item_template SET ItemLevel = 24 WHERE entry=3369;\n\n/*  Elixir of Ogre's Strength  */\nUPDATE item_template SET BuyPrice = 80, SellPrice = 20 WHERE entry=3391;\n\n/*  Dog Whistle  */\nUPDATE item_template SET Quality = 2 WHERE entry=3456;\n\n/*  Wool Bandage  */\nUPDATE item_template SET BuyPrice = 115, SellPrice = 28 WHERE entry=3530;\n\n/*  Belamoore's Research Journal  */\nUPDATE item_template SET Quality = 1, BuyPrice = 0, SellPrice = 0 WHERE entry=3711;\n\n/*  Soothing Spices  */\nUPDATE item_template SET Quality = 1 WHERE entry=3713;\n\n/*  Crippling Poison  */\nUPDATE item_template SET BuyPrice = 52, SellPrice = 13 WHERE entry=3775;\n\n/*  Crippling Poison II  */\nUPDATE item_template SET Quality = 1, class = 0 WHERE entry=3776;\n\n/*  Lethargy Root  */\nUPDATE `item_template` SET `Quality` = 0, `class` = 15, `subclass` = 0 WHERE `entry` = 3777;\n\n/*  Carefully Folded Note  */\nUPDATE item_template SET ItemLevel = 45, RequiredLevel = 45 WHERE entry=4098;\n\n/*  Tome of Conjure Food II  */\nUPDATE item_template SET BuyPrice = 500 WHERE entry=4143;\n\n/*  Codex of Heal  */\nUPDATE item_template SET BuyPrice = 1300, SellPrice = 325 WHERE entry=4273;\n\n/*  Mechanical Squirrel Box  */\nUPDATE item_template SET bonding = 3 WHERE entry=4401;\n\n/*  Accurate Scope  */\nUPDATE item_template SET Quality = 1 WHERE entry=4407;\n\n/*  Scroll of Intellect III  */\nUPDATE item_template SET ItemLevel = 45, RequiredLevel = 35 WHERE entry=4419;\n\n/*  Scroll of Stamina III  */\nUPDATE item_template SET ItemLevel = 45, RequiredLevel = 35 WHERE entry=4422;\n\n/*  Scroll of Agility III  */\nUPDATE item_template SET ItemLevel = 50, RequiredLevel = 40 WHERE entry=4425;\n\n/*  Scroll of Strength III  */\nUPDATE item_template SET ItemLevel = 50, RequiredLevel = 40 WHERE entry=4426;\n\n/*  Flint and Tinder  */\nUPDATE item_template SET Quality = 1 WHERE entry=4471;\n\n/*  Frost Vial  */\nUPDATE item_template SET SellPrice = 10 WHERE entry=5024;\n\n/*  Explosive Shell  */\nUPDATE item_template SET SellPrice = 25 WHERE entry=5105;\n\n/*  Long Tail Feather  */\nUPDATE item_template SET Quality = 1 WHERE entry=5116;\n\n/*  Flash Powder  */\nUPDATE `item_template` SET `Quality` = 1, `Flags` = 0, `class` = 5, `subclass` = 0 WHERE `entry` = 5140;\n\n/* Blinding Powder */\nUPDATE `item_template` SET `Quality` = 1, `Flags` = 0, `class` = 5, `subclass` = 0, description = '' WHERE `entry` = 5530;\n\n/*  Book of Healing Touch III  */\nUPDATE item_template SET BuyPrice = 900 WHERE entry=5150;\n\n/*  Deathweed  */\nUPDATE `item_template` SET `Quality` = 0, `class` = 15, `subclass` = 0 WHERE `entry` = 5173;\n\n/*  Mind-numbing Poison  */\nUPDATE item_template SET BuyPrice = 72, SellPrice = 18 WHERE entry=5237;\n\n/*  Glowing Cat Figurine  */\nUPDATE item_template SET ItemLevel = 1 WHERE entry=5332;\n\n/*  Dartol's Rod of Transformation  */\nUPDATE item_template SET bonding = 1 WHERE entry=5462;\n\n/*  Cowardly Flight Potion  */\nUPDATE item_template SET BuyPrice = 340 WHERE entry=5632;\n\n/*  Recipe: Instant Toxin  */\nUPDATE item_template SET BuyPrice = 1000 WHERE entry=5657;\n\n/*  Libram: Seal of Righteousness  */\nUPDATE item_template SET BuyPrice = 1300 WHERE entry=5660;\n\n/*  Henrig Lonebrow's Journal  */\nUPDATE item_template SET ItemLevel = 29, RequiredLevel = 29 WHERE entry=5791;\n\n/*  Kravel's Scheme  */\nUPDATE item_template SET bonding = 0 WHERE entry=5826;\n\n/*  Harness: Black Ram  */\nUPDATE item_template SET Quality = 3, bonding = 1, BuyPrice = 100000 WHERE entry=5874;\n\n/*  Harness: Blue Ram  */\nUPDATE item_template SET Quality = 3, bonding = 1, BuyPrice = 100000 WHERE entry=5875;\n\n/*  Vimes's Report  */\nUPDATE item_template SET bonding = 5 WHERE entry=6075;\n\n/*  Greater Mana Potion  */\nUPDATE item_template SET BuyPrice = 480, SellPrice = 120 WHERE entry=6149;\n\n/*  Mystical Powder  */\nUPDATE item_template SET SellPrice = 6 WHERE entry=6216;\n\n/*  Enchanted Powder  */\nUPDATE item_template SET SellPrice = 125 WHERE entry=6374;\n\n/*  Snakeskin Bag  */\nUPDATE item_template SET Quality = 1, bonding = 0 WHERE entry=6446;\n\n/*  Silk Bandage  */\nUPDATE item_template SET BuyPrice = 800, SellPrice = 200 WHERE entry=6450;\n\n/*  Stoneskin Totem Scroll  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=6648;\n\n/*  Searing Totem Scroll  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=6649;\n\n/*  Instant Poison  */\nUPDATE item_template SET BuyPrice = 22, SellPrice = 5 WHERE entry=6947;\n\n/*  Instant Poison II  */\nUPDATE item_template SET BuyPrice = 80, SellPrice = 20 WHERE entry=6949;\n\n/*  Instant Poison III  */\nUPDATE item_template SET BuyPrice = 120, SellPrice = 30 WHERE entry=6950;\n\n/*  Mind-numbing Poison II  */\nUPDATE item_template SET Quality = 1, class = 0 WHERE entry=6951;\n\n/*  Shadowcat Hide  */\nUPDATE item_template SET Quality = 1, class = 7, BuyPrice = 1000, SellPrice = 250 WHERE entry=7428;\n\n/*  Gni'kiv Medallion  */\nUPDATE item_template SET Quality = 1 WHERE entry=7740;\n\n/*  The Shaft of Tsol  */\nUPDATE item_template SET Quality = 1 WHERE entry=7741;\n\n/*  Plans: Ornate Mithril Breastplate  */\nUPDATE item_template SET BuyPrice = 10000, SellPrice = 2500 WHERE entry=7986;\n\n/*  Plans: Ornate Mithril Helm  */\nUPDATE item_template SET BuyPrice = 10000, SellPrice = 2500 WHERE entry=7987;\n\n/*  Plans: Ornate Mithril Boots  */\nUPDATE item_template SET BuyPrice = 10000, SellPrice = 2500 WHERE entry=7988;\n\n/*  Plans: Orcish War Leggings  */\nUPDATE item_template SET BuyPrice = 8000, SellPrice = 2000 WHERE entry=7994;\n\n/*  Wicked Claw  */\nUPDATE item_template SET Quality = 1, class = 7, subclass = 11 WHERE entry = 8146;\n\n/*  Wildvine  */\nUPDATE item_template SET Quality = 1 WHERE entry=8153;\n\n/*  Jet Black Feather  */\nUPDATE item_template SET Quality = 1 WHERE entry=8168;\n\n/*  Thick Wolfhide  */\nUPDATE item_template SET Quality = 1, class = 7 WHERE entry=8368;\n\n/*  Large Ruffled Feather  */\nUPDATE item_template SET Quality = 0, BuyPrice = 0, SellPrice = 0 WHERE entry=8426;\n\n/*  Cat Carrier (Bombay)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8485;\n\n/*  Cat Carrier (Cornish Rex)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8486;\n\n/*  Cat Carrier (Orange Tabby)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8487;\n\n/*  Cat Carrier (Silver Tabby)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8488;\n\n/*  Cat Carrier (White Kitten)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8489;\n\n/*  Cat Carrier (Siamese)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8490;\n\n/*  Cat Carrier (Black Tabby)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8491;\n\n/*  Parrot Cage (Green Wing Macaw)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8492;\n\n/*  Parrot Cage (Hyacinth Macaw)  */\nUPDATE item_template SET Quality = 1, bonding = 3 WHERE entry=8494;\n\n/*  Parrot Cage (Senegal)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8495;\n\n/*  Parrot Cage (Cockatiel)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8496;\n\n/*  Rabbit Crate (Snowshoe)  */\nUPDATE item_template SET bonding = 3 WHERE entry=8497;\n\n/*  Tiny Emerald Whelpling  */\nUPDATE item_template SET bonding = 3 WHERE entry=8498;\n\n/*  Tiny Crimson Whelpling  */\nUPDATE item_template SET bonding = 3 WHERE entry=8499;\n\n/*  Great Horned Owl  */\nUPDATE item_template SET bonding = 3 WHERE entry=8500;\n\n/*  Hawk Owl  */\nUPDATE item_template SET bonding = 3 WHERE entry=8501;\n\n/*  Mageweave Bandage  */\nUPDATE item_template SET BuyPrice = 1600, SellPrice = 400 WHERE entry=8544;\n\n/*  Heavy Mageweave Bandage  */\nUPDATE item_template SET BuyPrice = 2400, SellPrice = 600 WHERE entry=8545;\n\n/*  Mithril Insignia  */\nUPDATE item_template SET bonding = 4 WHERE entry=8663;\n\n/*  Clara's Fresh Apple  */\nUPDATE item_template SET BuyPrice = 4, SellPrice = 1 WHERE entry=8683;\n\n/*  Elixir of Water Walking  */\nUPDATE item_template SET ItemLevel = 34, RequiredLevel = 24 WHERE entry=8827;\n\n/*  Essence of Agony  */\nUPDATE `item_template` SET `Quality` = 0, `class` = 15, `subclass` = 0 WHERE `entry` = 8923;\n\n/*  Dust of Deterioration  */\nUPDATE `item_template` SET `Quality` = 0, `class` = 15, `subclass` = 0 WHERE `entry` = 8924;\n\n/*  Instant Poison IV  */\nUPDATE item_template SET BuyPrice = 300, SellPrice = 75 WHERE entry=8926;\n\n/*  Instant Poison V  */\nUPDATE item_template SET BuyPrice = 400, SellPrice = 100 WHERE entry=8927;\n\n/*  Instant Poison VI  */\nUPDATE item_template SET BuyPrice = 500, SellPrice = 125 WHERE entry=8928;\n\n/*  Codex of Flash Heal  */\nUPDATE item_template SET BuyPrice = 2900 WHERE entry=8964;\n\n/*  Deadly Poison III  */\nUPDATE item_template SET BuyPrice = 400, SellPrice = 100 WHERE entry=8984;\n\n/*  Deadly Poison IV  */\nUPDATE item_template SET BuyPrice = 600, SellPrice = 150 WHERE entry=8985;\n\n/*  Magic Resistance Potion  */\nUPDATE item_template SET BuyPrice = 80, SellPrice = 20 WHERE entry=9036;\n\n/*  Mind-numbing Poison III  */\nUPDATE item_template SET Quality = 1, class = 0 WHERE entry=9186;\n\n/*  Troll Tribal Necklace  */\nUPDATE item_template SET bonding = 0 WHERE entry=9259;\n\n/*  Scroll of Protection IV  */\nUPDATE item_template SET ItemLevel = 55, RequiredLevel = 45 WHERE entry=10305;\n\n/*  Scroll of Spirit IV  */\nUPDATE item_template SET ItemLevel = 55, RequiredLevel = 45 WHERE entry=10306;\n\n/*  Scroll of Stamina IV  */\nUPDATE item_template SET ItemLevel = 60, RequiredLevel = 50 WHERE entry=10307;\n\n/*  Scroll of Intellect IV  */\nUPDATE item_template SET ItemLevel = 60, RequiredLevel = 50 WHERE entry=10308;\n\n/*  Scroll of Agility IV  */\nUPDATE item_template SET ItemLevel = 65, RequiredLevel = 55 WHERE entry=10309;\n\n/*  Scroll of Strength IV  */\nUPDATE item_template SET ItemLevel = 65, RequiredLevel = 55 WHERE entry=10310;\n\n/*  Black Kingsnake  */\nUPDATE item_template SET bonding = 3 WHERE entry=10360;\n\n/*  Brown Snake  */\nUPDATE item_template SET bonding = 3 WHERE entry=10361;\n\n/*  Crimson Snake  */\nUPDATE item_template SET bonding = 3 WHERE entry=10392;\n\n/*  Cockroach  */\nUPDATE item_template SET bonding = 3 WHERE entry=10393;\n\n/*  Prairie Dog Whistle  */\nUPDATE item_template SET bonding = 3 WHERE entry=10394;\n\n/*  Mechanical Chicken  */\nUPDATE item_template SET bonding = 3 WHERE entry=10398;\n\n/*  Undamaged Hippogryph Feather  */\nUPDATE item_template SET Quality = 1 WHERE entry=10450;\n\n/*  Explosive Arrow  */\nUPDATE item_template SET BuyPrice = 300, SellPrice = 0 WHERE entry=10579;\n\n/*  Goblin Engineer Membership Card  */\nUPDATE item_template SET Quality = 1 WHERE entry=10791;\n\n/*  Dark Whelpling  */\nUPDATE item_template SET bonding = 3 WHERE entry=10822;\n\n/*  Crystallized Note  */\nUPDATE item_template SET Quality = 1 WHERE entry=10839;\n\n/*  Crystallized Note  */\nUPDATE item_template SET Quality = 1 WHERE entry=10840;\n\n/*  Wound Poison  */\nUPDATE item_template SET BuyPrice = 170, SellPrice = 42 WHERE entry=10918;\n\n/*  Wound Poison II  */\nUPDATE item_template SET BuyPrice = 270, SellPrice = 67 WHERE entry=10920;\n\n/*  Wound Poison III  */\nUPDATE item_template SET BuyPrice = 500, SellPrice = 125 WHERE entry=10921;\n\n/*  Wound Poison IV  */\nUPDATE item_template SET BuyPrice = 700, SellPrice = 175 WHERE entry=10922;\n\n/*  Shadowforge Key  */\nUPDATE item_template SET bonding = 4 WHERE entry=11000;\n\n/*  Ancona Chicken  */\nUPDATE item_template SET bonding = 3 WHERE entry=11023;\n\n/*  Tree Frog Box  */\nUPDATE item_template SET bonding = 3 WHERE entry=11026;\n\n/*  Wood Frog Box  */\nUPDATE item_template SET bonding = 3 WHERE entry=11027;\n\n/*  Sprite Darter Egg  */\nUPDATE item_template SET BuyPrice = 2000, SellPrice = 500 WHERE entry=11474;\n\n/*  Crystal Pylon User's Manual  */\nUPDATE item_template SET Quality = 1, bonding = 4 WHERE entry=11482;\n\n/*  Altered Black Dragonflight Molt  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=11609;\n\n/*  Lesser Arcanum of Rumination  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11622;\n\n/*  Lesser Arcanum of Constitution  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11642;\n\n/*  Lesser Arcanum of Tenacity  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11643;\n\n/*  Lesser Arcanum of Resilience  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11644;\n\n/*  Lesser Arcanum of Voracity  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11645;\n\n/*  Lesser Arcanum of Voracity  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11646;\n\n/*  Lesser Arcanum of Voracity  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11647;\n\n/*  Lesser Arcanum of Voracity  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11648;\n\n/*  Lesser Arcanum of Voracity  */\nUPDATE item_template SET ItemLevel = 50, bonding = 4, RequiredLevel = 0 WHERE entry=11649;\n\n/*  Shadowforge Torch  */\nUPDATE item_template SET BuyPrice = 2846, SellPrice = 711 WHERE entry=11885;\n\n/*  Cat Carrier (Corrupted Kitten)  */\nUPDATE item_template SET bonding = 3 WHERE entry=11903;\n\n/*  Worg Carrier  */\nUPDATE item_template SET BuyPrice = 6000, SellPrice = 1500 WHERE entry=12264;\n\n/*  Smolderweb Carrier  */\nUPDATE item_template SET BuyPrice = 6000, SellPrice = 1500 WHERE entry=12529;\n\n/*  Attuned Dampener  */\nUPDATE item_template SET description = 'This object has been attuned to work against a specific being.' WHERE entry=12650;\n\n/*  Crystal of Zin-Malor  */\nUPDATE item_template SET Quality = 2 WHERE entry=13347;\n\n/*  Greater Shadow Protection Potion  */\nUPDATE item_template SET BuyPrice = 400, SellPrice = 100 WHERE entry=13459;\n\n/*  Recipe: Transmute Water to Air  */\nUPDATE item_template SET RequiredReputationRank = 0 WHERE entry=13485;\n\n/*  Flask of the Titans  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE entry=13510;\n\n/*  Flask of Distilled Wisdom  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE entry=13511;\n\n/*  Flask of Supreme Power  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE entry=13512;\n\n/*  Flask of Chromatic Resistance  */\nUPDATE item_template SET BuyPrice = 20000, SellPrice = 5000 WHERE entry=13513;\n\n/*  Zergling Leash  */\nUPDATE item_template SET Quality = 1 WHERE entry=13582;\n\n/*  Panda Collar  */\nUPDATE item_template SET Quality = 1 WHERE entry=13583;\n\n/*  Diablo Stone  */\nUPDATE item_template SET Quality = 1 WHERE entry=13584;\n\n/*  Skeleton Key  */\nUPDATE item_template SET bonding = 4 WHERE entry=13704;\n\n/*  Runecloth Bandage  */\nUPDATE item_template SET BuyPrice = 2000, SellPrice = 500 WHERE entry=14529;\n\n/*  Ironfeather  */\nUPDATE item_template SET Quality = 1, class = 7 WHERE entry=15420;\n\n/*  Frostsaber Leather  */\nUPDATE item_template SET Quality = 1, class = 7 WHERE entry=15422;\n\n/*  Chimera Leather  */\nUPDATE item_template SET Quality = 1, class = 7 WHERE entry=15423;\n\n/*  Rotten Apple  */\nUPDATE item_template SET bonding = 4 WHERE entry=15875;\n\n/*  Lifelike Mechanical Toad  */\nUPDATE item_template SET bonding = 3 WHERE entry=15996;\n\n/*  Expert Fishing - The Bass and You  */\nUPDATE item_template SET RequiredLevel = 20 WHERE entry=16083;\n\n/*  Artisan First Aid - Heal Thyself  */\nUPDATE item_template SET SellPrice = 5000 WHERE entry=16085;\n\n/*  Commander's Steed  */\nUPDATE item_template SET Quality = 4, bonding = 1, BuyPrice = 1000000 WHERE entry=16339;\n\n/*  Wild Root  */\nUPDATE item_template SET SellPrice = 175 WHERE entry=17024;\n\n/*  Shiny Fish Scales  */\nUPDATE item_template SET BuyPrice = 30 WHERE entry=17057;\n\n/*  Fish Oil  */\nUPDATE item_template SET BuyPrice = 30 WHERE entry=17058;\n\n/*  Elegant Letter  */\nUPDATE item_template SET bonding = 4 WHERE entry=17126;\n\n/*  Blue Sack of Gems  */\nUPDATE item_template SET bonding = 0 WHERE entry=17962;\n\n/*  Red Moro'gai Gem  */\nUPDATE item_template SET Quality = 2 WHERE entry=18153;\n\n/*  Flame Mantle of the Dawn  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=18169;\n\n/*  Frost Mantle of the Dawn  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=18170;\n\n/*  Arcane Mantle of the Dawn  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=18171;\n\n/*  Nature Mantle of the Dawn  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=18172;\n\n/*  Shadow Mantle of the Dawn  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=18173;\n\n/*  Chromatic Mantle of the Dawn  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=18182;\n\n/*  Major Rejuvenation Potion  */\nUPDATE item_template SET BuyPrice = 60, SellPrice = 15 WHERE entry=18253;\n\n/*  Imbued Vial  */\nUPDATE item_template SET BuyPrice = 30000, SellPrice = 1500 WHERE entry=18256;\n\n/*  Formula: Enchant Weapon - Healing Power  */\nUPDATE item_template SET bonding = 1 WHERE entry=18260;\n\n/*  Arcanum of Rapidity  */\nUPDATE item_template SET ItemLevel = 50, RequiredLevel = 0 WHERE entry=18329;\n\n/*  Arcanum of Focus  */\nUPDATE item_template SET ItemLevel = 50, RequiredLevel = 0 WHERE entry=18330;\n\n/*  Arcanum of Protection  */\nUPDATE item_template SET ItemLevel = 50, RequiredLevel = 0 WHERE entry=18331;\n\n/*  Heated Ancient Blade  */\nUPDATE item_template SET Quality = 4 WHERE entry=18488;\n\n/*  Treated Ancient Blade  */\nUPDATE item_template SET Quality = 4 WHERE entry=18492;\n\n/*  Vessel of Rebirth DEPRECATED  */\nUPDATE item_template SET RequiredLevel = 100 WHERE entry=18565;\n\n/*  Essence of the Firelord DEPRECATED  */\nUPDATE item_template SET Quality = 5 WHERE entry=18566;\n\n/*  Alliance Battle Standard  */\nUPDATE item_template SET BuyPrice = 50000, SellPrice = 12500 WHERE entry=18606;\n\n/*  Horde Battle Standard  */\nUPDATE item_template SET BuyPrice = 50000, SellPrice = 12500 WHERE entry=18607;\n\n/*  Mature Black Dragon Sinew  */\nUPDATE item_template SET bonding = 1 WHERE entry=18705;\n\n/*  Combat Mana Potion  */\nUPDATE item_template SET BuyPrice = 1100, SellPrice = 275 WHERE entry=18841;\n\n/*  Turtle Egg (Loggerhead)  */\nUPDATE item_template SET BuyPrice = 4000 WHERE entry=18964;\n\n/*  Essence of the Firelord  */\nUPDATE item_template SET Quality = 5 WHERE entry=19017;\n\n/*  Stormpike Battle Standard  */\nUPDATE item_template SET BuyPrice = 50000, SellPrice = 12500 WHERE entry=19045;\n\n/*  Frostwolf Battle Standard  */\nUPDATE item_template SET BuyPrice = 50000, SellPrice = 12500 WHERE entry=19046;\n\n/*  Beasts Deck  */\nUPDATE item_template SET ItemLevel = 1, BuyPrice = 400000, SellPrice = 100000 WHERE entry=19228;\n\n/*  Warlords Deck  */\nUPDATE item_template SET ItemLevel = 1, BuyPrice = 400000, SellPrice = 100000 WHERE entry=19257;\n\n/*  Elementals Deck  */\nUPDATE item_template SET ItemLevel = 1, BuyPrice = 400000, SellPrice = 100000 WHERE entry=19267;\n\n/*  Portals Deck  */\nUPDATE item_template SET ItemLevel = 1, BuyPrice = 400000, SellPrice = 100000 WHERE entry=19277;\n\n/*  Harpy Hide Quiver  */\nUPDATE item_template SET BuyPrice = 350000, SellPrice = 87500 WHERE entry=19319;\n\n/*  Gnoll Skin Bandolier  */\nUPDATE item_template SET BuyPrice = 350000, SellPrice = 87500 WHERE entry=19320;\n\n/*  Zandalar Signet of Mojo  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=20076;\n\n/*  Zandalar Signet of Might  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=20077;\n\n/*  Zandalar Signet of Serenity  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=20078;\n\n/*  Defiler's Enriched Ration  */\nUPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20222;\n\n/*  Defiler's Field Ration  */\nUPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20223;\n\n/*  Defiler's Iron Ration  */\nUPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20224;\n\n/*  Highlander's Enriched Ration  */\nUPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20225;\n\n/*  Highlander's Field Ration  */\nUPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20226;\n\n/*  Highlander's Iron Ration  */\nUPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20227;\n\n/*  Defiler's Mageweave Bandage  */\nUPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20232;\n\n/*  Defiler's Runecloth Bandage  */\nUPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20234;\n\n/*  Defiler's Silk Bandage  */\nUPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20235;\n\n/*  Highlander's Mageweave Bandage  */\nUPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20237;\n\n/*  Highlander's Runecloth Bandage  */\nUPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20243;\n\n/*  Highlander's Silk Bandage  */\nUPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20244;\n\n/*  Blue Murloc Egg  */\nUPDATE item_template SET Quality = 1 WHERE entry=20371;\n\n/*  Head of the Broodlord Lashlayer  */\nUPDATE item_template SET Quality = 4, description = 'Only ONE May Rise... (and consequently, only ONE may loot this head)' WHERE entry=20383;\n\n/*  Twilight Lexicon - Chapter 1  */\nUPDATE item_template SET bonding = 5 WHERE entry=20394;\n\n/*  Twilight Lexicon - Chapter 2  */\nUPDATE item_template SET bonding = 5 WHERE entry=20395;\n\n/*  Twilight Lexicon - Chapter 3  */\nUPDATE item_template SET bonding = 5 WHERE entry=20396;\n\n/*  Geologist's Transcription Kit  */\nUPDATE item_template SET bonding = 1 WHERE entry=20453;\n\n/*  Orange Murloc Egg  */\nUPDATE item_template SET Quality = 1 WHERE entry=20651;\n\n/*  Disgusting Oozeling  */\nUPDATE item_template SET bonding = 3 WHERE entry=20769;\n\n/*  Deadly Poison V  */\nUPDATE item_template SET BuyPrice = 600, SellPrice = 150 WHERE entry=20844;\n\n/*  Golden Token  */\nUPDATE item_template SET RequiredLevel = 58 WHERE entry=20880;\n\n/*  Hive'Zora Scout Report  */\nUPDATE item_template SET ItemLevel = 60, RequiredLevel = 58 WHERE entry=21158;\n\n/*  Hive'Regal Scout Report  */\nUPDATE item_template SET ItemLevel = 60, RequiredLevel = 58 WHERE entry=21160;\n\n/*  Hive'Ashi Scout Report  */\nUPDATE item_template SET ItemLevel = 60, RequiredLevel = 58 WHERE entry=21161;\n\n/*  Baby Shark  */\nUPDATE item_template SET bonding = 3, BuyPrice = 6000 WHERE entry=21168;\n\n/*  Fresh Holly  */\nUPDATE item_template SET RequiredLevel = 40 WHERE entry=21212;\n\n/*  Preserved Holly  */\nUPDATE item_template SET RequiredLevel = 40 WHERE entry=21213;\n\n/*  Tranquil Mechanical Yeti  */\nUPDATE item_template SET bonding = 3 WHERE entry=21277;\n\n/*  Valentine's Day Card  */\nUPDATE item_template SET bonding = 0 WHERE entry=22059;\n\n/*  Pink Murloc Egg  */\nUPDATE item_template SET Quality = 1 WHERE entry=22114;\n\n/*  Silver Shafted Arrow  */\nUPDATE item_template SET bonding = 1 WHERE entry=22200;\n\n/*  Buttermilk Delight  */\nUPDATE item_template SET bonding = 1 WHERE entry=22236;\n\n/*  Dark Desire  */\nUPDATE item_template SET bonding = 1 WHERE entry=22237;\n\n/*  Very Berry Cream  */\nUPDATE item_template SET bonding = 1 WHERE entry=22238;\n\n/*  Sweet Surprise  */\nUPDATE item_template SET bonding = 1 WHERE entry=22239;\n\n/*  Crypt Fiend Parts  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE entry=22525;\n\n/*  Bone Fragments  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE entry=22526;\n\n/*  Core of Elements  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE entry=22527;\n\n/*  Dark Iron Scraps  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE entry=22528;\n\n/*  Savage Frond  */\nUPDATE item_template SET BuyPrice = 0, SellPrice = 0 WHERE entry=22529;\n\n/*  Steam Tonk Controller  */\nUPDATE item_template SET bonding = 0 WHERE entry=22728;\n\n/*  Staff Head of Atiesh  */\nUPDATE item_template SET Quality = 5 WHERE entry=22733;\n\n/*  Base of Atiesh  */\nUPDATE item_template SET Quality = 5 WHERE entry=22734;\n\n/*  White Murloc Egg  */\nUPDATE item_template SET Quality = 1 WHERE entry=22780;\n\n/*  Polar Bear Collar  */\nUPDATE item_template SET bonding = 1 WHERE entry=22781;\n\n/*  Captured Flame  */\nUPDATE item_template SET Quality = 1 WHERE entry=23083;\n\n/*  Consecrated Sharpening Stone  */\nUPDATE item_template SET BuyPrice = 160, SellPrice = 40 WHERE entry=23122;\n\n/*  Blessed Wizard Oil  */\nUPDATE item_template SET BuyPrice = 160, SellPrice = 40 WHERE entry=23123;\n\n/*  Foror's Crate of Endless Resist Gear Storage  */\nUPDATE item_template SET RequiredLevel = 60 WHERE entry=23162;\n\n/*  Bag of Smorc Ingredients  */\nUPDATE item_template SET BuyPrice = 2000, SellPrice = 500 WHERE entry=23215;\n\n/*  iCoke Gift Box Voucher  */\nUPDATE item_template SET bonding = 5 WHERE entry=23227;\n\n/*  Fiery Festival Brew  */\nUPDATE item_template SET RequiredLevel = 0 WHERE entry=23246;\n\n/*  Burning Blossom  */\nUPDATE item_template SET bonding = 0 WHERE entry=23247;\n\n/*  Crystal Flake Throat Lozenge  */\nUPDATE item_template SET BuyPrice = 3000 WHERE entry=23683;\n\n/*  Crystal Infused Bandage  */\nUPDATE item_template SET BuyPrice = 6000 WHERE entry=23684;\n\n/*  White Tiger Cub  */\nUPDATE item_template SET Quality = 1, BuyPrice = 5000, SellPrice = 1250 WHERE entry=23712;\n\n/*  Hippogryph Hatchling  */\nUPDATE item_template SET Quality = 1, BuyPrice = 5000, SellPrice = 1250 WHERE entry=23713;\n\n/*  Riding Turtle  */\nUPDATE item_template SET Quality = 1, RequiredLevel = 20 WHERE entry=23720;\n\n/* Correct drop rate for Mature Blue Dragon Sinew */\nUPDATE `creature_loot_template` SET `chance` = 0.5 WHERE `item` = 18704 AND `entry` IN (7435, 7436, 7437);\n"
  },
  {
    "path": "data/sql/world/base/vanilla_mechanic_immunity.sql",
    "content": "-- Mechanic Immunities copied from VMangos (2025) \n\n/*\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 36;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 48;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013727 WHERE `entry` = 92;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413200 WHERE `entry` = 114;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 115;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 202;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 203;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 329;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 480;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 510;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 522;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 531;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 573;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013791 WHERE `entry` = 575;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 623;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608925267 WHERE `entry` = 642;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608908883 WHERE `entry` = 644;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013727 WHERE `entry` = 691;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 764;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 765;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 771;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 785;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 787;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 832;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1039;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1040;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1041;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1081;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1110;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8397334 WHERE `entry` = 1157;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1158;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1160;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1244;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1520;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1522;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1523;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1531;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1534;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1655;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1657;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1658;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1783;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1784;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1785;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1787;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1788;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 1789;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1800;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1801;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8397334 WHERE `entry` = 1802;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413716 WHERE `entry` = 1804;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1812;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1813;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1851;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854363 WHERE `entry` = 1853;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1865;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1869;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1870;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1871;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1890;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1916;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 1921;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8389136 WHERE `entry` = 1939;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1946;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1955;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1956;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 1964;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 1973;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 1983;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2022;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2027;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2029;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2030;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 2044;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2056;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2156;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2157;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2166;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405526 WHERE `entry` = 2176;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 2177;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 2178;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 2184;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 2215;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2258;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 2283;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013719 WHERE `entry` = 2359;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 2454;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2520;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2551;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2592;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2623;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 2638;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2673;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2674;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 902267455 WHERE `entry` = 2675;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2676;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2678;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2723;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013701 WHERE `entry` = 2735;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014807 WHERE `entry` = 2736;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 2745;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8407056 WHERE `entry` = 2748;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2749;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2751;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2752;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 2755;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 2757;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 10256 WHERE `entry` = 2759;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 2760;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2761;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2762;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2776;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 2784;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013775 WHERE `entry` = 2791;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2794;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 2851;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2887;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 2919;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 2922;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 2946;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 3057;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 3094;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 3197;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 3198;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 3305;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 3516;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3535;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 3538;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3569;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3570;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 3617;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388608 WHERE `entry` = 3654;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 3667;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 3727;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3780;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3782;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 3801;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3834;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 3863;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 3872;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608907858 WHERE `entry` = 3886;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013719 WHERE `entry` = 3917;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3919;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608908882 WHERE `entry` = 3927;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3931;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388608 WHERE `entry` = 3940;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 3950;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617296859 WHERE `entry` = 3974;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 3975;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 3976;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854363 WHERE `entry` = 3977;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 3982;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388608 WHERE `entry` = 3983;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4029;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4030;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4034;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4035;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 4036;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 4037;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 4038;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4073;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4074;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4120;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4251;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4252;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4260;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 4275;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 902005311 WHERE `entry` = 4277;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608908882 WHERE `entry` = 4279;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4308;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4382;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4385;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4386;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4387;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 4422;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4423;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608907859 WHERE `entry` = 4424;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608907858 WHERE `entry` = 4428;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 4472;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 4488;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4499;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4526;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4528;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617296859 WHERE `entry` = 4542;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617315291 WHERE `entry` = 4543;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4550;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4606;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4661;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 4663;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4676;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 645998406 WHERE `entry` = 4814;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608908882 WHERE `entry` = 4842;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4857;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17424 WHERE `entry` = 4860;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4872;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4945;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4946;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 4949;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4952;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 4968;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4978;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 5202;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 33557504 WHERE `entry` = 5314;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5354;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013775 WHERE `entry` = 5461;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5462;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5465;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 5652;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 5674;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659927 WHERE `entry` = 5709;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659927 WHERE `entry` = 5710;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 5718;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659927 WHERE `entry` = 5719;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659927 WHERE `entry` = 5721;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659927 WHERE `entry` = 5722;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 5723;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 64 WHERE `entry` = 5763;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8390736 WHERE `entry` = 5775;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5806;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014743 WHERE `entry` = 5850;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013791 WHERE `entry` = 5852;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5853;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405016 WHERE `entry` = 5854;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646013727 WHERE `entry` = 5855;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5881;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5889;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5890;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5891;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 5893;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5894;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5895;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 5896;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5897;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5898;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 5902;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 6016;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6047;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 651116543 WHERE `entry` = 6109;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 6116;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 6117;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 6118;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 6133;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6220;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6225;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6226;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8404992 WHERE `entry` = 6227;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608925267 WHERE `entry` = 6229;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6230;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6231;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405016 WHERE `entry` = 6232;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6233;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6234;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608925267 WHERE `entry` = 6235;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 18432 WHERE `entry` = 6239;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608908882 WHERE `entry` = 6243;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6386;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 6388;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 6412;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 6486;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 6487;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608925267 WHERE `entry` = 6489;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608907859 WHERE `entry` = 6490;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6492;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6493;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6512;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014807 WHERE `entry` = 6520;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 6521;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6550;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6560;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 6669;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6748;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8454160 WHERE `entry` = 6906;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8390672 WHERE `entry` = 6907;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 41945168 WHERE `entry` = 6908;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8389648 WHERE `entry` = 6910;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 6932;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1040 WHERE `entry` = 7011;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1024 WHERE `entry` = 7012; \nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7023; \nUPDATE `creature_template` SET `mechanic_immune_mask` = 645998431 WHERE `entry` = 7031; \nUPDATE `creature_template` SET `mechanic_immune_mask` = 646015839 WHERE `entry` = 7032; \nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413200 WHERE `entry` = 7039; \nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 7044;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 7046;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7068;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413702 WHERE `entry` = 7069;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7070;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7071;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7072;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7073;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7074;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7075;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16400 WHERE `entry` = 7076;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608925267 WHERE `entry` = 7079;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7104;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7149;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7166;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7206;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7209;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7226;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617314139 WHERE `entry` = 7228;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 7266;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659931 WHERE `entry` = 7267;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103195 WHERE `entry` = 7271;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102367 WHERE `entry` = 7272;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 41945168 WHERE `entry` = 7273;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613095263 WHERE `entry` = 7275;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388608 WHERE `entry` = 7286;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8391696 WHERE `entry` = 7291;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7340;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7341;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7342;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7343;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7344;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7345;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7346;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7352;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7353;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388625 WHERE `entry` = 7354;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8389648 WHERE `entry` = 7355;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8389712 WHERE `entry` = 7356;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7357;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8391696 WHERE `entry` = 7358;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7364;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7365;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7370;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 9232 WHERE `entry` = 7396;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 9232 WHERE `entry` = 7397;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7409;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 7461;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 7462;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 7463;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7523;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7524;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7527;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7584;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646657867 WHERE `entry` = 7604;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 10241 WHERE `entry` = 7665;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 10241 WHERE `entry` = 7666;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 10241 WHERE `entry` = 7667;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 131087 WHERE `entry` = 7728;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 10240 WHERE `entry` = 7734;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 7735;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 7738;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7739;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 7749;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7784;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 7786;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613098335 WHERE `entry` = 7795;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613095263 WHERE `entry` = 7796;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608925267 WHERE `entry` = 7800;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7806;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7807;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617316187 WHERE `entry` = 7846;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7849;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 7864;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7897;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 7915;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 7937;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 7980;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 7999;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 8035;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 13376 WHERE `entry` = 8095;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 8120;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 8156;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 33557520 WHERE `entry` = 8196;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854107 WHERE `entry` = 8197;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 33557520 WHERE `entry` = 8198;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8278;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8279;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 8281;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 652967935 WHERE `entry` = 8317;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 8318;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 8324;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8400;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8441;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658911 WHERE `entry` = 8443;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8477;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8519;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8520;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8521;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8522;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8523;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8524;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8525;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8526;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8527;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8528;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 8529;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 8538;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 8539;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 8540;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 8541;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405526 WHERE `entry` = 8542;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8391760 WHERE `entry` = 8567;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 8585;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 8615;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8667;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 8716;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 8718;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8479512 WHERE `entry` = 8836;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8837;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 8856;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 8884;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17474 WHERE `entry` = 8905;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17474 WHERE `entry` = 8906;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8414272 WHERE `entry` = 8907;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17480 WHERE `entry` = 8908;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16902 WHERE `entry` = 8909;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16902 WHERE `entry` = 8910;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25092 WHERE `entry` = 8911;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 8922;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 612464211 WHERE `entry` = 8923;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 8929;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 902267455 WHERE `entry` = 8937;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8981;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 8982;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 8983;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646676443 WHERE `entry` = 9016;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646676443 WHERE `entry` = 9017;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103323 WHERE `entry` = 9018;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9019;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102491 WHERE `entry` = 9024;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102483 WHERE `entry` = 9025;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 28182 WHERE `entry` = 9026;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9027;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9028;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9029;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 9030;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9031;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9032;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9033;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613119963 WHERE `entry` = 9034;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613119963 WHERE `entry` = 9035;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613119963 WHERE `entry` = 9036;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613118939 WHERE `entry` = 9037;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613118939 WHERE `entry` = 9038;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613118939 WHERE `entry` = 9039;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613119963 WHERE `entry` = 9040;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102299 WHERE `entry` = 9041;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102491 WHERE `entry` = 9042;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103323 WHERE `entry` = 9056;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613122011 WHERE `entry` = 9156;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 9178;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103571 WHERE `entry` = 9196;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 612447827 WHERE `entry` = 9218;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 612447827 WHERE `entry` = 9219;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103571 WHERE `entry` = 9236;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 9237;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102491 WHERE `entry` = 9319;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 9376;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9377;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9396;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9397;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9436;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8454160 WHERE `entry` = 9476;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 9499;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613118939 WHERE `entry` = 9502;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 9516;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102491 WHERE `entry` = 9537;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102539 WHERE `entry` = 9543;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103571 WHERE `entry` = 9568;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9598;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9599;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9601;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 9623;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 9656;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103555 WHERE `entry` = 9736;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613122011 WHERE `entry` = 9816;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 9878;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 9879;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613122011 WHERE `entry` = 9938;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 10057;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 10076;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10117;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 33701968 WHERE `entry` = 10120;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10178;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 10179;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 10180;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 10181;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 76226267 WHERE `entry` = 10182;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659931 WHERE `entry` = 10184;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 10201;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 10220;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646653787 WHERE `entry` = 10264;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 10268;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 10339;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10358;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10384;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10385;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10387;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10388;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10389;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 10390;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 10391;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8536595 WHERE `entry` = 10394;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10411;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 10429;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 10430;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 10432;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 10433;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297875 WHERE `entry` = 10435;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617316315 WHERE `entry` = 10436;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 10437;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 10438;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 10442;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1089 WHERE `entry` = 10447;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10463;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10464;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10478;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10482;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10485;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10486;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10487;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 10488;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 10489;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10491;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10498;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10499;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 10500;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854363 WHERE `entry` = 10502;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 10503;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 10504;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297875 WHERE `entry` = 10505;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 10506;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 10507;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 10508;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 10509;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646673178 WHERE `entry` = 10516;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 10540;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617296859 WHERE `entry` = 10558;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 10584;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103065 WHERE `entry` = 10596;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 10641;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 10642;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299675 WHERE `entry` = 10664;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014791 WHERE `entry` = 10756;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014807 WHERE `entry` = 10757;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297875 WHERE `entry` = 10808;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854363 WHERE `entry` = 10811;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 10812;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 10813;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8585747 WHERE `entry` = 10816;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10826;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 10901;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10938;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10940;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 10947;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8397334 WHERE `entry` = 10948;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 10952;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014799 WHERE `entry` = 10955;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617296859 WHERE `entry` = 10997;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11030;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 11032;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1024 WHERE `entry` = 11054;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1026 WHERE `entry` = 11058;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11064;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11076;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11077;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8397334 WHERE `entry` = 11078;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 12583952 WHERE `entry` = 11082;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11121;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617296859 WHERE `entry` = 11142;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11147;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11148;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11149;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11150;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11151;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11153;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11154;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11155;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11156;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11195;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11197;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11199;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11200;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11256;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11258;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 11261;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11263;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11284;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11285;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11288;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11289;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11296;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646014751 WHERE `entry` = 11321;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507411 WHERE `entry` = 11352;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608829952 WHERE `entry` = 11356;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 11380;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 11439;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8412241 WHERE `entry` = 11447;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11469;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11470;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11471;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11472;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11473;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11475;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8585747 WHERE `entry` = 11476;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11480;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11483;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11484;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 11486;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 11487;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 11488;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 11489;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 11490;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11491;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105619 WHERE `entry` = 11492;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 11496;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 11501;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646151967 WHERE `entry` = 11502;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11547;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11560;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 11561;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11576;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11577;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11578;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11598;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11620;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11621;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617314267 WHERE `entry` = 11622;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 551240223 WHERE `entry` = 11623;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646135639 WHERE `entry` = 11658;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646135639 WHERE `entry` = 11661;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105631 WHERE `entry` = 11662;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 612505567 WHERE `entry` = 11663;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659935 WHERE `entry` = 11664;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646020951 WHERE `entry` = 11665;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019969371 WHERE `entry` = 11666;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646152031 WHERE `entry` = 11667;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646152023 WHERE `entry` = 11668;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646132503 WHERE `entry` = 11669;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11684;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11686;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11687;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11744;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11745;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11746;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11747;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11777;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11778;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11781;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11782;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11783;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11784;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11785;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11786;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 11832;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 11862;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 11873;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 11875;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 11878;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 11885;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297755 WHERE `entry` = 11947;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297499 WHERE `entry` = 11949;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646135647 WHERE `entry` = 11982;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659935 WHERE `entry` = 11983;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646152031 WHERE `entry` = 12056;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646020959 WHERE `entry` = 12076;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646020959 WHERE `entry` = 12099;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646020959 WHERE `entry` = 12100;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646020951 WHERE `entry` = 12101;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073725431 WHERE `entry` = 12119;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297747 WHERE `entry` = 12129;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 12143;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12178;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12179;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12199;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646676319 WHERE `entry` = 12201;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 12203;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 5184 WHERE `entry` = 12206;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 12208;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 12236;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388624 WHERE `entry` = 12237;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 12258;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646135639 WHERE `entry` = 12259;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646135639 WHERE `entry` = 12264;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646152031 WHERE `entry` = 12265;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 537100287 WHERE `entry` = 12339;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 12341;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 12342;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 12343;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 12344;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12363;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12364;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12365;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12366;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12367;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12368;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12377;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12378;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12379;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 12380;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12385;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 12396;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646647245 WHERE `entry` = 12422;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12426;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 50315263 WHERE `entry` = 12435;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646124505 WHERE `entry` = 12457;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 4097 WHERE `entry` = 12458;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660051 WHERE `entry` = 12459;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 12460;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105631 WHERE `entry` = 12461;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 12463;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 12464;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646651337 WHERE `entry` = 12465;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105631 WHERE `entry` = 12467;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660051 WHERE `entry` = 12468;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12473;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1024 WHERE `entry` = 12474;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 12475;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1024 WHERE `entry` = 12476;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 12477;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 12478;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 12479;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 3136 WHERE `entry` = 12496;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 3136 WHERE `entry` = 12498;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 33623104 WHERE `entry` = 12557;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 12759;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 12876;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299675 WHERE `entry` = 12899;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299675 WHERE `entry` = 12900;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608907858 WHERE `entry` = 12902;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 13019;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299807 WHERE `entry` = 13020;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 13021;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073741823 WHERE `entry` = 13116;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073741823 WHERE `entry` = 13117;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1011483136 WHERE `entry` = 13140;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1011483152 WHERE `entry` = 13145;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1011483136 WHERE `entry` = 13146;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 13219;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617316187 WHERE `entry` = 13256;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 13278;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 13279;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613122011 WHERE `entry` = 13280;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 13282;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 13322;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13378;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13416;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 13456;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 13596;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 608910931 WHERE `entry` = 13601;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13619;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 13696;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 13736;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13738;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13739;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13740;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13741;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 13742;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 13776;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 13817;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 13840;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 67648 WHERE `entry` = 13959;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14061;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14062;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14063;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 604583819 WHERE `entry` = 14101;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14184;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14224;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14231;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14241;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 14262;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14269;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073723391 WHERE `entry` = 14302;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388608 WHERE `entry` = 14308;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 14321;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 14322;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 14323;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 14324;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 14325;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 14326;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 14327;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 14331;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14334;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14337;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 75698779 WHERE `entry` = 14349;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14350;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613103579 WHERE `entry` = 14354;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14362;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14397;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14399;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14400;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 645924684 WHERE `entry` = 14401;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14424;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617316187 WHERE `entry` = 14435;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14448;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646610911 WHERE `entry` = 14454;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16392 WHERE `entry` = 14455;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646610911 WHERE `entry` = 14457;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16392 WHERE `entry` = 14458;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25102 WHERE `entry` = 14460;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646610911 WHERE `entry` = 14461;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14462;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646610911 WHERE `entry` = 14464;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646152031 WHERE `entry` = 14466;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 14478;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602115 WHERE `entry` = 14486;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 14489;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 14502;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 652443615 WHERE `entry` = 14503;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 14506;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 14507;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8390672 WHERE `entry` = 14511;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14514;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 14516;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14551;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14552;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14553;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14554;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 14558;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14562;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14563;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 14564;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646659935 WHERE `entry` = 14601;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14605;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650346399 WHERE `entry` = 14662;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650346399 WHERE `entry` = 14663;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650346399 WHERE `entry` = 14664;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650346399 WHERE `entry` = 14666;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16400 WHERE `entry` = 14668;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 12585040 WHERE `entry` = 14682;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8415248 WHERE `entry` = 14684;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 12601360 WHERE `entry` = 14686;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 46156048 WHERE `entry` = 14690;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 12585296 WHERE `entry` = 14693;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 41962576 WHERE `entry` = 14695;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 10256 WHERE `entry` = 14720;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952979 WHERE `entry` = 14750;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507419 WHERE `entry` = 14763;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388608 WHERE `entry` = 14826;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617297883 WHERE `entry` = 14861;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650870751 WHERE `entry` = 14862;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650199039 WHERE `entry` = 14887;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650199039 WHERE `entry` = 14888;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650199031 WHERE `entry` = 14889;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650215423 WHERE `entry` = 14890;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 14986;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 113458079 WHERE `entry` = 14987;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073741823 WHERE `entry` = 15047;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 15079;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15085;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 113458079 WHERE `entry` = 15112;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 15126;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 15128;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 15130;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15184;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15203;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15204;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15205;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 25094 WHERE `entry` = 15209;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 15211;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 15212;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073741823 WHERE `entry` = 15224;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15229;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15230;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15233;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105619 WHERE `entry` = 15235;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613102491 WHERE `entry` = 15236;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105619 WHERE `entry` = 15240;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 15246;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 15247;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15249;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15250;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660059 WHERE `entry` = 15252;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 651116543 WHERE `entry` = 15261;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15262;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15264;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299807 WHERE `entry` = 15276;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105619 WHERE `entry` = 15277;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646938591 WHERE `entry` = 15286;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646938591 WHERE `entry` = 15288;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646938591 WHERE `entry` = 15290;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617316187 WHERE `entry` = 15302;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15305;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15311;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 15312;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 15316;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 15317;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019949851 WHERE `entry` = 15320;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019949851 WHERE `entry` = 15323;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019949851 WHERE `entry` = 15324;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019949843 WHERE `entry` = 15325;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952979 WHERE `entry` = 15327;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 15328;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 4626 WHERE `entry` = 15334;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507419 WHERE `entry` = 15335;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053523803 WHERE `entry` = 15340;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019949851 WHERE `entry` = 15343;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15348;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 15349;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 15364;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 15368;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 15376;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2048 WHERE `entry` = 15423;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 15428;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854399 WHERE `entry` = 15467;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2064 WHERE `entry` = 15471;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2064 WHERE `entry` = 15473;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15511;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617296731 WHERE `entry` = 15514;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650852183 WHERE `entry` = 15516;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 15517;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 18448 WHERE `entry` = 15527;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 15547;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299933 WHERE `entry` = 15552;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8466423 WHERE `entry` = 15554;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 15591;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073725439 WHERE `entry` = 15620;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE `entry` = 15625;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 116078591 WHERE `entry` = 15630;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 4626 WHERE `entry` = 15725;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 5650 WHERE `entry` = 15726;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 4626 WHERE `entry` = 15728;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15743;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15744;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658015 WHERE `entry` = 15747;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658005 WHERE `entry` = 15748;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1024 WHERE `entry` = 15749;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15750;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658005 WHERE `entry` = 15751;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1040 WHERE `entry` = 15752;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658015 WHERE `entry` = 15753;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658005 WHERE `entry` = 15754;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1088 WHERE `entry` = 15756;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658015 WHERE `entry` = 15757;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658007 WHERE `entry` = 15758;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1040 WHERE `entry` = 15759;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 4624 WHERE `entry` = 15802;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658015 WHERE `entry` = 15806;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658005 WHERE `entry` = 15807;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658005 WHERE `entry` = 15810;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658015 WHERE `entry` = 15812;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646658015 WHERE `entry` = 15813;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15814;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15815;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15816;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15817;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646660063 WHERE `entry` = 15818;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073741823 WHERE `entry` = 15922;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507451 WHERE `entry` = 15928;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507451 WHERE `entry` = 15929;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507443 WHERE `entry` = 15931;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019953023 WHERE `entry` = 15936;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507451 WHERE `entry` = 15952;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019953023 WHERE `entry` = 15953;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1024 WHERE `entry` = 15962;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393522 WHERE `entry` = 15974;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1056947962 WHERE `entry` = 15975;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393523 WHERE `entry` = 15976;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1056947954 WHERE `entry` = 15977;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1056947963 WHERE `entry` = 15978;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393531 WHERE `entry` = 15979;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393531 WHERE `entry` = 15980;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393787 WHERE `entry` = 15981;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 116078583 WHERE `entry` = 15984;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022050290 WHERE `entry` = 16017;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1055604722 WHERE `entry` = 16018;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015756370 WHERE `entry` = 16020;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507155 WHERE `entry` = 16021;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1049308754 WHERE `entry` = 16022;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015758418 WHERE `entry` = 16024;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022048242 WHERE `entry` = 16025;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952979 WHERE `entry` = 16028;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022048242 WHERE `entry` = 16029;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022049811 WHERE `entry` = 16034;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022045779 WHERE `entry` = 16036;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022045779 WHERE `entry` = 16037;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 16042;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 16043;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022043667 WHERE `entry` = 16056;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022043667 WHERE `entry` = 16057;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019953023 WHERE `entry` = 16061;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019953019 WHERE `entry` = 16062;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019948627 WHERE `entry` = 16067;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 16080;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8388624 WHERE `entry` = 16093;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 613105627 WHERE `entry` = 16097;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 16101;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 16102;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 16111;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 16115;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 617299931 WHERE `entry` = 16118;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 16121;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1006765120 WHERE `entry` = 16124;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1010966546 WHERE `entry` = 16125;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023032315 WHERE `entry` = 16126;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1006642194 WHERE `entry` = 16127;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393531 WHERE `entry` = 16142;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405524 WHERE `entry` = 16143;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952723 WHERE `entry` = 16145;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507155 WHERE `entry` = 16146;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1006773250 WHERE `entry` = 16148;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1006767122 WHERE `entry` = 16149;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015693311 WHERE `entry` = 16150;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1007366674 WHERE `entry` = 16154;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1007363666 WHERE `entry` = 16156;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1006839313 WHERE `entry` = 16157;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1006839379 WHERE `entry` = 16158;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952727 WHERE `entry` = 16163;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1049325138 WHERE `entry` = 16164;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507155 WHERE `entry` = 16165;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015247440 WHERE `entry` = 16167;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073725431 WHERE `entry` = 16168;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646000475 WHERE `entry` = 16193;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019969111 WHERE `entry` = 16194;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 16211;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019969107 WHERE `entry` = 16215;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053523543 WHERE `entry` = 16216;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022034449 WHERE `entry` = 16236;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 16241;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 16255;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 16 WHERE `entry` = 16285;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 2050 WHERE `entry` = 16286;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015758846 WHERE `entry` = 16290;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022045779 WHERE `entry` = 16297;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 16298;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 16299;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 16359;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1055604307 WHERE `entry` = 16368;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015756402 WHERE `entry` = 16375;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 65 WHERE `entry` = 16378;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 16379;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602129 WHERE `entry` = 16380;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 16383;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073741819 WHERE `entry` = 16387;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015235088 WHERE `entry` = 16390;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 16422;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8413718 WHERE `entry` = 16423;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015218704 WHERE `entry` = 16427;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019950706 WHERE `entry` = 16428;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053523570 WHERE `entry` = 16429;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 16437;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 8602131 WHERE `entry` = 16438;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015218800 WHERE `entry` = 16441;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1073725431 WHERE `entry` = 16446;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022043730 WHERE `entry` = 16447;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022047827 WHERE `entry` = 16448;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015243280 WHERE `entry` = 16449;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952727 WHERE `entry` = 16451;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1053507155 WHERE `entry` = 16452;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393523 WHERE `entry` = 16453;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023391483 WHERE `entry` = 16505;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023393786 WHERE `entry` = 16506;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1023391482 WHERE `entry` = 16573;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022042625 WHERE `entry` = 16698;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1 WHERE `entry` = 16787;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022049878 WHERE `entry` = 16803;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1019952727 WHERE `entry` = 16861;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1049305682 WHERE `entry` = 16981;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1021518353 WHERE `entry` = 16982;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1015235088 WHERE `entry` = 16983;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1055616595 WHERE `entry` = 16984;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 646016863 WHERE `entry` = 17003;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 1022042625 WHERE `entry` = 17055;\nUPDATE `creature_template` SET `mechanic_immune_mask` = 17 WHERE `entry` = 17765;\n*/\n"
  },
  {
    "path": "data/sql/world/base/vanilla_pooled_treasure_chests.sql",
    "content": "/*\n    Pooled Treasure Chests\n    This should and likely will get fixed by AzerothCore itself at some point,\n    so that's why this is a separate file.\n*/\n\nDELETE FROM `pool_template` WHERE `entry` BETWEEN 66001 AND 66006;\nINSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES\n(66001, 1, 'Treasures - Thousand Needles'),\n(66002, 1, 'Treasures - Winterspring'),\n(66003, 1, 'Treasures - Winterspring'),\n(66004, 1, 'Treasures - Hillsbrad Foothills'),\n(66005, 1, 'Treasures - The Hinterlands'),\n(66006, 1, 'Treasures - Alterac Mountains');\n\nUPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `guid` IN (\n16718, 85670, 87381,                                    -- Thousand Needles\n49089, 49090, 49091, 85796, 85798, 85799, 85801, 85803, -- Winterspring\n20885, 30036, 85804,                                    -- Hillsbrad Foothills\n46292, 46346, 46370, 85894, 87392,                      -- The Hinterlands\n33193, 33206, 33207                                     -- Alterac Mountains \n);\n\nDELETE FROM `pool_gameobject` WHERE `guid` IN (\n16718, 85670, 87381,                                    -- Thousand Needles\n49089, 49090, 49091, 85796, 85798, 85799, 85801, 85803, -- Winterspring\n20885, 30036, 85804,                                    -- Hillsbrad Foothills\n46292, 46346, 46370, 85894, 87392,                      -- The Hinterlands\n33193, 33206, 33207                                     -- Alterac Mountains \n);\n\nINSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n--\n(16718, 66001, 0, 'Solid Chest, Camp E\\'thok, node 1'),\n(85670, 66001, 0, 'Solid Chest, Camp E\\'thok, node 2'),\n(87381, 66001, 0, 'Solid Chest, Camp E\\'thok, node 3'),\n--\n(49091, 66002, 0, 'Solid Chest, Winterfall Village, node 1'),\n(85798, 66002, 0, 'Solid Chest, Winterfall Village, node 2'),\n(85799, 66002, 0, 'Solid Chest, Winterfall Village, node 3'),\n(85803, 66002, 0, 'Solid Chest, Winterfall Village, node 4'),\n--\n(49089, 66003, 0, 'Solid Chest, Timbermaw Post, node 1'),\n(49090, 66003, 0, 'Solid Chest, Timbermaw Post, node 2'),\n(85796, 66003, 0, 'Solid Chest, Timbermaw Post, node 3'),\n(85801, 66003, 0, 'Solid Chest, Timbermaw Post, node 4'),\n--\n(20885, 66004, 0, 'Tattered Chest, Hillsbrad Fields, node 1'),\n(30036, 66004, 0, 'Tattered Chest, Hillsbrad Fields, node 2'),\n(85804, 66004, 0, 'Tattered Chest, Hillsbrad Fields, node 3'),\n--\n(46292, 66005, 0, 'Solid Chest, Jintha Alor, node 1'),\n(46346, 66005, 0, 'Solid Chest, Jintha Alor, node 2'),\n(46370, 66005, 0, 'Solid Chest, Jintha Alor, node 3'),\n(85894, 66005, 0, 'Solid Chest, Jintha Alor, node 4'),\n(87392, 66005, 0, 'Solid Chest, Jintha Alor, node 5'),\n--\n(33193, 66006, 0, 'Solid Chest, Alterac Mountains, node 1'),\n(33206, 66006, 0, 'Solid Chest, Alterac Mountains, node 2'),\n(33207, 66006, 0, 'Solid Chest, Alterac Mountains, node 3');\n"
  },
  {
    "path": "data/sql/world/base/vanilla_pvp_system.sql",
    "content": "/* Working Vanilla PvP rank system in Azerothcore 3.3.5 for Mod-Individual-Progression */\n\n-- Gold prices for new Vanilla 60 PvP items added during 2.0\nUPDATE `item_template` SET `BuyPrice` = 43208,  `SellPrice` = 8641  WHERE `entry` = 23314; -- Lieutenant Commander's Plate Helmet\nUPDATE `item_template` SET `BuyPrice` = 285448, `SellPrice` = 57089 WHERE `entry` = 23457; -- High Warlord's Destroyer\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671 WHERE `entry` = 23458; -- High Warlord's Spellblade\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671 WHERE `entry` = 23459; -- High Warlord's Battle Mace\nUPDATE `item_template` SET `BuyPrice` = 228358, `SellPrice` = 45671 WHERE `entry` = 23461; -- High Warlord's Quickblade\nUPDATE `item_template` SET `BuyPrice` = 301810, `SellPrice` = 75452 WHERE `entry` = 23462; -- High Warlord's Tome of Destruction\nUPDATE `item_template` SET `BuyPrice` = 67983,  `SellPrice` = 13596 WHERE `entry` = 29594; -- Knight-Lieutenant's Mail Greaves\nUPDATE `item_template` SET `BuyPrice` = 50804,  `SellPrice` = 10160 WHERE `entry` = 29595; -- Knight-Lieutenant's Mail Vices\nUPDATE `item_template` SET `BuyPrice` = 82858,  `SellPrice` = 16571 WHERE `entry` = 29596; -- Knight-Captain's Mail Hauberk\nUPDATE `item_template` SET `BuyPrice` = 83178,  `SellPrice` = 16635 WHERE `entry` = 29597; -- Knight-Captain's Mail Legguards\nUPDATE `item_template` SET `BuyPrice` = 64573,  `SellPrice` = 12914 WHERE `entry` = 29598; -- Lieutenant Commander's Mail Headguard\nUPDATE `item_template` SET `BuyPrice` = 64619,  `SellPrice` = 12923 WHERE `entry` = 29599; -- Lieutenant Commander's Mail Pauldrons\nUPDATE `item_template` SET `BuyPrice` = 44482,  `SellPrice` = 8896  WHERE `entry` = 29600; -- Blood Guard's Lamellar Gauntlets\nUPDATE `item_template` SET `BuyPrice` = 49869,  `SellPrice` = 9973  WHERE `entry` = 29601; -- Blood Guard's Lamellar Sabatons\nUPDATE `item_template` SET `BuyPrice` = 70653,  `SellPrice` = 14130 WHERE `entry` = 29602; -- Legionnaire's Lamellar Breastplate\nUPDATE `item_template` SET `BuyPrice` = 90275,  `SellPrice` = 18055 WHERE `entry` = 29603; -- Legionnaire's Lamellar Leggings\nUPDATE `item_template` SET `BuyPrice` = 65771,  `SellPrice` = 13154 WHERE `entry` = 29604; -- Champion's Lamellar Headguard\nUPDATE `item_template` SET `BuyPrice` = 92684,  `SellPrice` = 18536 WHERE `entry` = 29605; -- Champion's Lamellar Shoulders\nUPDATE `item_template` SET `BuyPrice` = 111087, `SellPrice` = 22217 WHERE `entry` = 29606; -- Marshal's Mail Boots\nUPDATE `item_template` SET `BuyPrice` = 69095,  `SellPrice` = 13819 WHERE `entry` = 29607; -- Marshal's Mail Gauntlets\nUPDATE `item_template` SET `BuyPrice` = 147067, `SellPrice` = 29413 WHERE `entry` = 29608; -- Marshal's Mail Leggings\nUPDATE `item_template` SET `BuyPrice` = 166014, `SellPrice` = 33202 WHERE `entry` = 29609; -- Field Marshal's Mail Armor\nUPDATE `item_template` SET `BuyPrice` = 124055, `SellPrice` = 24811 WHERE `entry` = 29610; -- Field Marshal's Mail Helm\nUPDATE `item_template` SET `BuyPrice` = 123156, `SellPrice` = 24631 WHERE `entry` = 29611; -- Field Marshal's Mail Spaulders\nUPDATE `item_template` SET `BuyPrice` = 111087, `SellPrice` = 22217 WHERE `entry` = 29612; -- General's Lamellar Boots\nUPDATE `item_template` SET `BuyPrice` = 69095,  `SellPrice` = 13819 WHERE `entry` = 29613; -- General's Lamellar Gloves\nUPDATE `item_template` SET `BuyPrice` = 147067, `SellPrice` = 29413 WHERE `entry` = 29614; -- General's Lamellar Legplates\nUPDATE `item_template` SET `BuyPrice` = 130894, `SellPrice` = 26178 WHERE `entry` = 29615; -- Warlord's Lamellar Chestplate\nUPDATE `item_template` SET `BuyPrice` = 145586, `SellPrice` = 29117 WHERE `entry` = 29616; -- Warlord's Lamellar Faceguard\nUPDATE `item_template` SET `BuyPrice` = 147331, `SellPrice` = 29466 WHERE `entry` = 29617; -- Warlord's Lamellar Pauldrons\n\n-- Fix prices for Vanilla PvP mounts (100 golds)\nUPDATE `item_template` SET `BuyPrice` = 1000000 WHERE `entry` IN (18241, 18242, 18243, 18244, 18245, 18246, 18247, 18248);\n\n-- hidden pvp quests\nDELETE FROM `quest_template` WHERE `ID` BETWEEN 66101 AND 66114;\nINSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, \n`StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, \n`RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, \n`RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, \n`TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, \n`RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES \n--\n(66101, 2, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 1', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66102, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 2', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66103, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 3', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66104, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 4', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66105, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 5', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66106, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 6', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66107, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 7', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66108, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 8', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66109, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 9', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66110, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 10', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66111, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 11', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66112, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 12', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66113, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 13', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),\n(66114, 2, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28006, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 'PvP Quest Rank 14', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340);\n\n-- don't count hidden pvp quest for the loremaster achievement\nDELETE FROM `quest_template_addon` WHERE `ID` BETWEEN 66101 AND 66114;\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES \n(66101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256),\n(66114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256);\n\n-- Add PvP Rank (0-14) conditions to Vanilla PvP gear\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `ConditionTypeOrReference` = 8 AND `Comment` = \"Vanilla PvP Ranked Gear (IPP)\"; \nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n-- Alliance\n(23, 12777, 16369, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- boots and gloves\n(23, 12777, 16391, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16392, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 12777, 16393, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16396, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16397, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16401, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16403, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16405, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16406, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16409, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16410, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17562, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17564, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17594, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17596, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23274, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23275, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23278, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23279, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23280, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23281, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23282, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23283, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23284, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23285, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23286, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23287, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23288, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23289, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23290, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23291, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29594, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29595, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16425, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- chest and legs\n(23, 12777, 16426, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16433, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16435, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23292, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23293, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23294, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16422, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23295, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16421, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17567, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23296, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17568, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23297, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23272, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23273, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16417, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 12777, 23298, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16419, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23299, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29596, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29597, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16430, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23300, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16431, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23301, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17599, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23302, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17600, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23303, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16414, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23304, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16413, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23305, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16416, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- head and shoulders\n(23, 12777, 16427, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16428, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16434, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16436, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23306, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23307, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16423, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16424, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17598, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23308, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23309, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17566, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17569, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23310, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23311, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23276, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23277, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23312, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23313, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16420, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16418, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29598, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29599, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16429, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23314, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16432, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17601, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23315, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23316, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23317, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23318, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 23319, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16415, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 12777, 16462, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- epic boots, gloves and legs\n(23, 12777, 16463, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16467, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16459, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16448, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16450, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17583, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17584, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17579, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16472, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16471, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16475, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16446, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16454, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16456, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29606, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29607, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29608, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16483, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16484, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16479, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17608, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17603, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17607, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16437, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 12777, 16440, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16442, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16465, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),  -- epic head, shoulders and chest\n(23, 12777, 16466, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16468, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17578, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16441, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16449, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16451, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16452, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17580, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17581, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16453, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17602, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16473, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16474, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16476, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16455, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16457, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29609, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29610, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 29611, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16477, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16478, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16480, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17604, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 17605, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16443, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12777, 16444, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 12781, 15198, 0, 0, 8, 0, 66106, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Knight's Colors\n(23, 12781, 18606, 0, 0, 8, 0, 66109, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Alliance Battle standard\n(23, 12781, 29593, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Insignia of the Alliance (shaman)\n--   \n(23, 12782, 12584, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18825, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18827, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18830, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18833, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18836, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18838, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18843, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18847, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18855, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 12782, 18865, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18867, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18869, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18873, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 18876, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 23451, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 23452, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 23453, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 23454, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 23455, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12782, 23456, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 12805, 15196, 0, 0, 8, 0, 66101, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18854, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18856, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18857, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18858, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18859, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18862, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18863, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18864, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 16342, 0, 0, 8, 0, 66103, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18440, 0, 0, 8, 0, 66103, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18441, 0, 0, 8, 0, 66103, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18442, 0, 0, 8, 0, 66104, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18443, 0, 0, 8, 0, 66104, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18444, 0, 0, 8, 0, 66104, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18445, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18447, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18448, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18449, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18452, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18453, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18454, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18455, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18456, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12805, 18457, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 26393, 16369, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16391, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16392, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 26393, 16393, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16396, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16397, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16401, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16403, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16405, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16406, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17562, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17564, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17594, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17596, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23274, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23275, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23278, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23279, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23280, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23281, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23282, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23283, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23284, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23285, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23286, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23287, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23288, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23289, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23290, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23291, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29594, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29595, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16425, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23292, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16426, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23293, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23294, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16422, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23295, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16421, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17567, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23296, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17568, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23297, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23272, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23273, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16417, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 26393, 23298, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16419, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23299, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29596, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29597, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16430, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23300, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16431, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23301, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17599, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23302, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17600, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23303, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16414, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23304, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16413, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23305, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16416, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16427, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16428, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23306, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23307, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16423, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16424, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17598, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23308, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23309, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17566, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17569, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23310, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23311, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23276, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23277, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23312, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23313, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16420, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16418, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29598, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29599, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16429, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23314, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16432, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17601, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23315, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23316, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23317, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23318, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 23319, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16415, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16462, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16463, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16467, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16459, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16448, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16450, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17583, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17584, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17579, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16472, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16471, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16475, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16446, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16454, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16456, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29606, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29607, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29608, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16483, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16484, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16479, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17608, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17603, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17607, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16437, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 26393, 16440, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16442, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16465, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16466, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16468, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17578, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16441, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16449, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16451, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16452, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17580, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17581, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16453, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17602, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16473, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16474, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16476, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16455, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16457, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29609, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29610, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 29611, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16477, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16478, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16480, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17604, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 17605, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16443, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26393, 16444, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 26394, 12584, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18825, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18827, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18830, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18833, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18836, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18838, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18843, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18847, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18855, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 26394, 18865, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18867, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18869, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18873, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 18876, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 23451, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 23452, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 23453, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 23454, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 23455, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26394, 23456, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 112781, 15198, 0, 0, 8, 0, 66106, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 112781, 18606, 0, 0, 8, 0, 66109, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Alliance Battle standards\n(23, 112781, 29593, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Insignia of the Alliance (shaman)\n--\n(23, 112783, 18241, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black War Steed\n(23, 112783, 18242, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black War Tiger\n(23, 112783, 18243, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black Battlestrider\n(23, 112783, 18244, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black War Ram\n\n-- Horde\n(23, 12792, 16530, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16531, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22843, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22862, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16494, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16496, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22852, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22863, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17576, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17577, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22855, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22865, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16498, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22864, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29600, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29601, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16499, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16519, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22856, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22857, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16343, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16518, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22867, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 30710, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16509, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16510, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22858, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22868, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 12792, 17616, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17617, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22859, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22869, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16485, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16487, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22860, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22870, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16517, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16525, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16529, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22874, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16493, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16504, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16527, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22875, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16495, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16502, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22877, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22878, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17571, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17574, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17575, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22881, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17572, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22884, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29602, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29603, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16500, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16505, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16508, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22879, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16520, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16522, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22876, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22880, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16512, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16513, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16523, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22887, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16511, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16515, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22872, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22873, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17611, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17614, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17615, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22882, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16488, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17612, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22883, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22885, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16490, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16491, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 22886, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16526, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16528, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23251, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23252, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16501, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16503, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23253, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23254, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17570, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17573, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23255, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23256, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16506, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23257, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29604, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29605, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16507, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16521, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23258, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23259, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16514, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16524, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23244, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23260, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16516, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17610, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23243, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23261, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16489, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17613, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23262, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23263, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16492, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 23264, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16569, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16571, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16572, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16556, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16567, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16570, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16553, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16554, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16555, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16552, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17586, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17589, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17587, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17588, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17593, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29612, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29613, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29614, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16557, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16559, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16564, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16558, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16560, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16573, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16574, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16576, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16579, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16545, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16546, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16575, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16543, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16547, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16548, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17618, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17619, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17621, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17620, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17625, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16539, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16537, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16538, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16540, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16534, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16565, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16566, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16568, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16549, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16550, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16551, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17590, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17591, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17592, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29615, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29616, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 29617, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16561, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16562, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16563, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16577, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16578, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16580, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16541, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16542, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16544, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17622, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17623, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 17624, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16533, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16535, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12792, 16536, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 12793, 15199, 0, 0, 8, 0, 66106, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Stone Guard's Herald\n(23, 12793, 18607, 0, 0, 8, 0, 66109, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Horde Battle standard\n(23, 12793, 29592, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Insignia of the Horde (paladin)\n--\n(23, 12799, 15197, 0, 0, 8, 0, 66101, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18834, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18845, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18846, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18849, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18850, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18851, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18852, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18853, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 16341, 0, 0, 8, 0, 66103, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18427, 0, 0, 8, 0, 66103, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18461, 0, 0, 8, 0, 66103, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 15200, 0, 0, 8, 0, 66104, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 16335, 0, 0, 8, 0, 66104, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18428, 0, 0, 8, 0, 66104, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 16340, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18434, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18436, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 16497, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 16532, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18435, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18429, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18430, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18432, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 16486, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 12799, 18437, 0, 0, 8, 0, 66105, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 14581, 16345, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18831, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23459, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23464, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18828, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18837, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18866, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23457, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18848, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18871, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18877, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23465, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18840, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18868, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23461, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23467, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18826, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18835, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18844, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23458, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18860, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23462, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23466, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23468, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 18874, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 14581, 23469, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 26396, 16345, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18831, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23459, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23464, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18828, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18837, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18866, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23457, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18848, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18871, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18877, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23465, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18840, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18868, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23461, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23467, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18826, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18835, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18844, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23458, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18860, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23462, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23466, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23468, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 18874, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26396, 23469, 0, 0, 8, 0, 66114, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 26397, 16569, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16571, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16572, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16556, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16567, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16570, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16553, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16554, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16555, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16552, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17586, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17589, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17587, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17588, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17593, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29612, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29613, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29614, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16557, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16559, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16564, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16558, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16560, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16573, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16574, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16576, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16579, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16545, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16546, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16575, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16543, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16547, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16548, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17618, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17619, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17621, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17620, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17625, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16539, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16537, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16538, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16540, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16534, 0, 0, 8, 0, 66112, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16565, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16566, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16568, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16549, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16550, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16551, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17590, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17591, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17592, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29615, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29616, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29617, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16561, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16562, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16563, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16577, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16578, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16580, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16541, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16542, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16544, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17622, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17623, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17624, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16533, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16535, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16536, 0, 0, 8, 0, 66113, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16530, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16531, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22843, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22862, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16494, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16496, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22852, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22863, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17576, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17577, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22855, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22865, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16498, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22864, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29600, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29601, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16499, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16519, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22856, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22857, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16343, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16518, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22867, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 30710, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16509, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16510, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22858, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22868, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), \n(23, 26397, 17616, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17617, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22859, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22869, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16485, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16487, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22860, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22870, 0, 0, 8, 0, 66107, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16517, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16525, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16529, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22874, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16493, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16504, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16527, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22875, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16495, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16502, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22877, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22878, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17571, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17574, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17575, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22881, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17572, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22884, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29602, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29603, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16500, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16505, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16508, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22879, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16520, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16522, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22876, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22880, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16512, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16513, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16523, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22887, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16511, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16515, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22872, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22873, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17611, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17614, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17615, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22882, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16488, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17612, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22883, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22885, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16490, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16491, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 22886, 0, 0, 8, 0, 66108, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16526, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16528, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23251, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23252, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16501, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16503, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23253, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23254, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17570, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17573, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23255, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23256, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16506, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23257, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29604, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 29605, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16507, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16521, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23258, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23259, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16514, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16524, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23244, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23260, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16516, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17610, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23243, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23261, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16489, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 17613, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23262, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23263, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 16492, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n(23, 26397, 23264, 0, 0, 8, 0, 66110, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'),\n--\n(23, 112793, 15199, 0, 0, 8, 0, 66106, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Stone Guard's Herald\n(23, 112793, 18607, 0, 0, 8, 0, 66109, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Horde Battle standard\n(23, 112793, 29592, 0, 0, 8, 0, 66102, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Insignia of the Horde (paladin)\n--\n(23, 112796, 18245, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black War Wolf\n(23, 112796, 18246, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black War Raptor\n(23, 112796, 18247, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'), -- Black War Kodo\n(23, 112796, 18248, 0, 0, 8, 0, 66111, 0, 0, 0, 0, 0, '', 'Vanilla PvP Ranked Gear (IPP)'); -- Red Skeletal Warhorse\n\n\n-- no longer required conditions\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` = 12796 AND `SourceEntry` = 34129; -- Swift Warstrider\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` = 12783 AND `SourceEntry` = 35906; -- Reins of the Black War Elekk\n\n-- Update Vanilla ExtendedCost (items now cost gold, this disables the honor costs)\nUPDATE `npc_vendor` SET `ExtendedCost` = 0 WHERE `entry` IN (12777, 12792, 12799, 12805, 26394, 26396, 112781, 112783, 112785, 112793, 112794, 112795, 112796);\n\n-- officer room doors\nDELETE FROM `gameobject` WHERE `guid` IN (626262, 631660, 631661);\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES \n--\n(626262, 176576, 0, 1519, 1519, 1, 1, -8765.82, 403.164, 104.162, -0.898844, 0, 0, -0.434445, 0.900698, 900, 100, 1, 'gobject_ipp_pvp_closed', 0, NULL),\n(631660, 176562, 1, 0, 0, 1, 1, 1634.87, -4247.86, 55.8397, 4.19752, 0, 0, -0.863835, 0.503774, 180, 0, 1, 'gobject_ipp_pvp_closed', NULL, NULL),\n(631661, 176562, 1, 0, 0, 1, 1, 1634.87, -4247.86, 55.8397, 4.19752, 0, 0, -0.863835, 0.503774, 180, 0, 0, 'gobject_ipp_pvp_open', NULL, NULL); \n-- I can't figure out why gate 31660 is not visible in Orgrimmar. something is blocking guid 31660 specifically. until someone figures it out, I created a new door. (631661)\n\nUPDATE `gameobject` SET `state` = 0, `ScriptName` = 'gobject_ipp_pvp_open' WHERE `guid` = 26262;\n"
  },
  {
    "path": "data/sql/world/base/vanilla_quest_levels.sql",
    "content": "/*  Kobold Camp Cleanup  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 10 WHERE ID=7;\n\n/*  Investigate Echo Ridge  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 10 WHERE ID=15;\n\n/*  Brotherhood of Thieves  */\nUPDATE quest_template SET RequiredItemCount1 = 12 WHERE ID=18;\n\n/*  Tharil'zun  */\nUPDATE quest_template SET RequiredItemId1 = 1260, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=19;\n\n/*  Skirmish at Echo Ridge  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=21;\n\n/*  Wolves Across the Border  */\nUPDATE quest_template SET RequiredItemId1 = 750 WHERE ID=33;\n\n/*  The Legend of Stalvan  */\nUPDATE quest_template SET QuestLevel = 35 WHERE ID=98;\n\n/*  Howling in the Hills  */\nUPDATE quest_template SET QuestLevel = 25 WHERE ID=126;\n\n/*  Wanted: Gath'Ilzogg  */\nUPDATE quest_template SET MinLevel = 15 WHERE ID=169;\n\n/*  Wanted: Lieutenant Fangore  */\nUPDATE quest_template SET MinLevel = 15 WHERE ID=180;\n\n/*  Colonel Kurzen  */\nUPDATE quest_template SET RequiredItemId1 = 3615, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=202;\n\n/*  Between a Rock and a Thistlefur  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 12, RequiredNpcOrGoCount2 = 12 WHERE ID=216;\n\n/*  The Weathered Grave  */\nUPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=225;\n\n/*  Morgan Ladimore  */\nUPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=227;\n\n/*  Mor'Ladim  */\nUPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=228;\n\n/*  The Daughter Who Lived  */\nUPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=229;\n\n/*  A Daughter's Love  */\nUPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=231;\n\n/*  Morganth  */\nUPDATE quest_template SET QuestLevel = 27 WHERE ID=249;\n\n/*  WANTED: Chok'sul  */\nUPDATE quest_template SET MinLevel = 17 WHERE ID=256;\n\n/*  Blisters on The Land  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=275;\n\n/*  Claws from the Deep  */\nUPDATE quest_template SET RequiredItemId1 = 3618, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=279;\n\n/*  The Cursed Crew  */\nUPDATE quest_template SET RequiredItemId1 = 3619, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=289;\n\n/*  The Dark Iron War  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=303;\n\n/*  A Grim Task  */\nUPDATE quest_template SET QuestLevel = 34 WHERE ID=304;\n\n/*  Stranglethorn Fever  */\nUPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=349;\n\n/*  The Mindless Ones  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 8, RequiredNpcOrGoCount2 = 8 WHERE ID=364;\n\n/*  Night Web's Hollow  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 10, RequiredNpcOrGoCount2 = 8 WHERE ID=380;\n\n/*  Wanted: Maggot Eye  */\nUPDATE quest_template SET MinLevel = 6 WHERE ID=398;\n\n/*  The Family Crypt  */\nUPDATE quest_template SET RequiredItemId1 = 3082, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=408;\n\n/*  Assault on Fenris Isle  */\nUPDATE quest_template SET QuestLevel = 24 WHERE ID=442;\n\n/*  The Balance of Nature  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 7 WHERE ID=456;\n\n/*  The Balance of Nature  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 7, RequiredNpcOrGoCount2 = 7 WHERE ID=457;\n\n/*  War Banners  */\nUPDATE quest_template SET QuestLevel = 28 WHERE ID=464;\n\n/*  Nek'rosh's Gambit  */\nUPDATE quest_template SET QuestLevel = 31 WHERE ID=465;\n\n/*  Report to Captain Stoutfist  */\nUPDATE quest_template SET QuestLevel = 28 WHERE ID=473;\n\n/*  Defeat Nek'rosh  */\nUPDATE quest_template SET QuestLevel = 32 WHERE ID=474;\n\n/*  Crushridge Warmongers  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=504;\n\n/*  The Crown of Will  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 14 WHERE ID=518;\n\n/*  Battle of Hillsbrad  */\nUPDATE quest_template SET RequiredItemId1 = 3564, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=529;\n\n/*  Battle of Hillsbrad  */\nUPDATE quest_template SET RequiredNpcOrGoCount2 = 5, RequiredItemId1 = 3657, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=532;\n\n/*  Dark Council  */\nUPDATE quest_template SET RequiredItemId1 = 3672, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=537;\n\n/*  Battle of Hillsbrad  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 10, RequiredNpcOrGoCount2 = 8, RequiredNpcOrGoCount3 = 4 WHERE ID=541;\n\n/*  Helcular's Revenge  */\nUPDATE quest_template SET RequiredItemId1 = 3710, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=553;\n\n/*  Soothing Turtle Bisque  */\nUPDATE quest_template SET RequiredItemId2 = 3713, RequiredItemCount2 = 1 WHERE ID=555;\n\n/*  WANTED: Baron Vardus  */\nUPDATE quest_template SET MinLevel = 35 WHERE ID=566;\n\n/*  Dangerous!  */\nUPDATE quest_template SET MinLevel = 19 WHERE ID=567;\n\n/*  Speaking with Gan'zulah  */\nUPDATE quest_template SET RequiredItemId1 = 3909, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=586;\n\n/*  Message in a Bottle  */\nUPDATE quest_template SET QuestLevel = 45, MinLevel = 45 WHERE ID=594;\n\n/*  The Bloodsail Buccaneers  */\nUPDATE quest_template SET QuestLevel = 43, RequiredItemId1 = 3920, RequiredItemId2 = 3921, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=604;\n\n/*  The Bloodsail Buccaneers  */\nUPDATE quest_template SET QuestLevel = 45 WHERE ID=608;\n\n/*  The Captain's Chest  */\nUPDATE quest_template SET QuestLevel = 47 WHERE ID=614;\n\n/*  The Captain's Cutlass  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=615;\n\n/*  Facing Negolash  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=618;\n\n/*  Enticing Negolash  */\nUPDATE quest_template SET QuestLevel = 52 WHERE ID=619;\n\n/*  Message in a Bottle  */\nUPDATE quest_template SET QuestLevel = 51, MinLevel = 45 WHERE ID=630;\n\n/*  The Broken Sigil  */\nUPDATE quest_template SET RequiredItemCount1 = 11 WHERE ID=640;\n\n/*  Tanaris Field Sampling  */\nUPDATE quest_template SET\n\tItemDrop1 = 9437,\n\tItemDropQuantity1 = 999,\n\tItemDrop2 = 9439,\n\tItemDropQuantity2 = 999,\n\tItemDrop3 = 9442,\n\tItemDropQuantity3 = 999,\n\n\tRequiredItemId1 = 9440,\n\tRequiredItemCount1 = 8,\n\n\tRequiredItemId2 = 9441,\n\tRequiredItemCount2 = 8,\n\n\tRequiredItemId3 = 9438,\n\tRequiredItemCount3 = 8,\n\n\tRequiredItemId4 = 8523,\n\tRequiredItemCount4 = 1,\n\n\tRequiredItemId5 = 0,\n\tRequiredItemId6 = 0\nWHERE ID=654;\n\n\nUPDATE item_template SET\n\tspellid_1 = 11759\nWHERE entry = 9437;\n\nUPDATE item_template SET\n\tspellid_1 = 11760\nWHERE entry = 9439;\n\nUPDATE item_template SET\n\tspellid_1 = 11761\nWHERE entry = 9442;\n\n\nDELETE FROM spell_dbc\nWHERE\n\tID = 11759\n\tOR ID = 11760\n\tOR ID = 11761;\n\nINSERT INTO spell_dbc\n\t(ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_Mask, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_Mask, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID)\nVALUES\n\t(11759, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 15, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8523, 0, 9437, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 24, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 1, 0, 0, 'Basilisk Sample', 16712190, 16712188, 'Test this sample for quality.  Requires Field Testing Kit.', 16712190, 16712188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0),\n\t(11760, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 15, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8523, 0, 9439, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 24, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 1, 0, 0, 'Hyena Sample', 16712190, 16712188, 'Test this sample for quality.  Requires Field Testing Kit.', 16712190, 16712188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0),\n\t(11761, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 15, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8523, 0, 9442, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 24, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 1, 0, 0, 'Scorpid Sample', 16712190, 16712188, 'Test this sample for quality.  Requires Field Testing Kit.', 16712190, 16712188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0);\n\n\n/*  Call to Arms  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15, RequiredNpcOrGoCount2 = 10 WHERE ID=679;\n\n/*  Stromgarde Badges  */\nUPDATE quest_template SET RequiredItemCount1 = 15 WHERE ID=682;\n\n/*  Wanted!  Marez Cowl  */\nUPDATE quest_template SET MinLevel = 30 WHERE ID=684;\n\n/*  Wanted!  Otto and Falconcrest  */\nUPDATE quest_template SET MinLevel = 30 WHERE ID=685;\n\n/*  Rite of Strength  */\nUPDATE quest_template SET RequiredItemCount1 = 12 WHERE ID=757;\n\n/*  Cutting Teeth  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 10 WHERE ID=788;\n\n/*  Sting of the Scorpid  */\nUPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=789;\n\n/*  Vile Familiars  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=792;\n\n/*  Gann's Reclamation  */\nUPDATE quest_template SET RequiredItemId1 = 5006, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=843;\n\n/*  Raptor Thieves  */\nUPDATE quest_template SET RequiredItemId1 = 5062, RequiredItemId2 = 0, RequiredItemCount1 = 12, RequiredItemCount2 = 0 WHERE ID=869;\n\n/*  WANTED: Baron Longshore  */\nUPDATE quest_template SET MinLevel = 11 WHERE ID=895;\n\n/*  Crown of the Earth  */\nUPDATE quest_template SET RequiredItemId1 = 0, RequiredItemCount1 = 0 WHERE ID=934;\n\n/*  Luck Be With You  */\nUPDATE `quest_template` SET `RequiredItemCount1` = 10, `LogDescription` = \"Collect 4 Frostmaul Shards for Witch Doctor Mau'ari in Everlook.\", `QuestDescription` = \"Ah, I can tell just by lookin' at ya -- you be wantin' to make a lucky charm. Mau'ari always knows!$B$BTo da south. you'll find a canyon, an' giants made a' solid ice. The giants sometimes be carryin' dem, but ya can always gather da shards yerself from da canyon. These shards have a powerful reflective quality.$B$BBring back 10 frostmaul shards, and my lucky charm will be yours.\" WHERE `ID`=969;\n\n/*  Knowledge in the Deeps  */\nUPDATE quest_template SET MinLevel = 10 WHERE ID=971;\n\n/*  Raene's Cleansing  */\nUPDATE quest_template SET RequiredItemId4 = 0, RequiredItemCount4 = 0 WHERE ID=1045;\n\n/*  Raene's Cleansing  */\nUPDATE quest_template SET RequiredItemId2 = 5462, RequiredItemCount2 = 1 WHERE ID=1046;\n\n/*  Into The Scarlet Monastery  */\nUPDATE quest_template SET MinLevel = 33 WHERE ID=1048;\n\n/*  Lonebrow's Journal  */\nUPDATE quest_template SET QuestLevel = 34, MinLevel = 29 WHERE ID=1100;\n\n/*  The Crone of the Kraul  */\nUPDATE quest_template SET QuestLevel = 34, MinLevel = 29, RewardItem1 = 3041 WHERE ID=1101;\n\n/*  A Vengeful Fate  */\nUPDATE quest_template SET QuestLevel = 34, MinLevel = 29 WHERE ID=1102;\n\n/*  Going, Going, Guano!  */\nUPDATE quest_template SET QuestLevel = 33, MinLevel = 30 WHERE ID=1109;\n\n/*  Hive in the Tower  */\nUPDATE quest_template SET RequiredItemId1 = 17346, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=1126;\n\n/*  Overlord Mok'Morokk's Concern  */\nUPDATE quest_template SET QuestLevel = 43, MinLevel = 38 WHERE ID=1166;\n\n/*  Army of the Black Dragon  */\nUPDATE quest_template SET QuestLevel = 43, MinLevel = 38, RequiredNpcOrGoCount1 = 15 WHERE ID=1168;\n\n/*  Identifying the Brood  */\nUPDATE quest_template SET QuestLevel = 43, MinLevel = 38, RequiredItemCount1 = 15, RequiredItemCount2 = 15 WHERE ID=1169;\n\n/*  The Brood of Onyxia  */\nUPDATE quest_template SET QuestLevel = 43, MinLevel = 38 WHERE ID=1170;\n\n/*  The Brood of Onyxia  */\nUPDATE quest_template SET QuestLevel = 43, MinLevel = 38 WHERE ID=1171;\n\n/*  The Brood of Onyxia  */\nUPDATE quest_template SET QuestLevel = 45, MinLevel = 38 WHERE ID=1172;\n\n/*  Hungry!  */\nUPDATE quest_template SET RequiredItemCount1 = 12 WHERE ID=1177;\n\n/*  The Sacred Flame  */\nUPDATE quest_template SET RequiredItemId1 = 5868, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=1195;\n\n/*  Jarl Needs a Blade  */\nUPDATE quest_template SET RequiredItemId1 = 3853, `LogDescription` = \"Bring a Moonsteel Broadsword to Jarl in Dustwallow Marsh.\", `QuestDescription` = \"I have cutting to do. I can't tell you what I'm going to cut, but... I need myself a blade. A certain blade... $B$BSome people call it a moonsteel broadsword. I call it a swing blade.$B$BYou help me? Maybe you find it in town, maybe you talk to a blacksmith and he'll make it special.$B$BBut don't sleep on this. What I'm cutting won't keep forever...\" WHERE ID=1203;\n\n/*  Deadmire  */\nUPDATE quest_template SET QuestLevel = 45 WHERE ID=1205;\n\n/*  Jarl Needs Eyes  */\nUPDATE quest_template SET RequiredItemCount1 = 40 WHERE ID=1206;\n\n/*  Lieutenant Paval Reethe  */\nUPDATE quest_template SET QuestLevel = 40 WHERE ID=1252;\n\n/*  Unfinished Gordok Business  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=1318;\n\n/*  The Black Shield  */\nUPDATE quest_template SET RequiredItemCount1 = 6 WHERE ID=1322;\n\n/*  Pool of Tears  */\nUPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=1424;\n\n/*  Supplying the Front  */\nUPDATE quest_template SET RewardItem1 = 3609, RewardItem2 = 0, RewardAmount2 = 0 WHERE ID=1578;\n\n/*  Dragonmaw Shinbones  */\nUPDATE quest_template SET RequiredItemId1 = 7134, RequiredItemId2 = 0, RequiredItemCount1 = 8, RequiredItemCount2 = 0 WHERE ID=1846;\n\n/*  Ferocitas the Dream Eater  */\nUPDATE quest_template SET RequiredItemId1 = 8050, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=2459;\n\n/*  WANTED: Caliph Scorpidsting  */\nUPDATE quest_template SET MinLevel = 39 WHERE ID=2781;\n\n/*  WANTED: Andre Firebeard  */\nUPDATE quest_template SET MinLevel = 40 WHERE ID=2875;\n\n/*  Gahz'ridian  */\nUPDATE quest_template SET RequiredItemId2 = 9978, RequiredItemCount2 = 1 WHERE ID=3161;\n\n/*  The Horn of the Beast  */\nUPDATE quest_template SET QuestLevel = 48 WHERE ID=3181;\n\n/*  Proof of Deed  */\nUPDATE quest_template SET QuestLevel = 48 WHERE ID=3182;\n\n/*  At Last!  */\nUPDATE quest_template SET QuestLevel = 48 WHERE ID=3201;\n\n/*  Bring the End  */\nUPDATE quest_template SET QuestLevel = 42, MinLevel = 37 WHERE ID=3341;\n\n/*  Scalding Mornbrew Delivery  */\nUPDATE quest_template SET TimeAllowed = 300 WHERE ID=3364;\n\n/*  The Glowing Shard  */\nUPDATE quest_template SET RequiredItemId1 = 10441, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3366;\n\n/*  Suntara Stones  */\nUPDATE quest_template SET QuestLevel = 48 WHERE ID=3367;\n\n/*  Suntara Stones  */\nUPDATE quest_template SET QuestLevel = 48 WHERE ID=3368;\n\n/*  Dwarven Justice  */\nUPDATE quest_template SET QuestLevel = 55 WHERE ID=3371;\n\n/*  Release Them  */\nUPDATE quest_template SET QuestLevel = 52 WHERE ID=3372;\n\n/*  The Undermarket  */\nUPDATE quest_template SET RequiredItemId1 = 10467, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=3385;\n\n/*  Screecher Spirits  */\nUPDATE quest_template SET RequiredItemId1 = 10699, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3520;\n\n/*  Rise, Obsidion!  */\nUPDATE quest_template SET QuestLevel = 52 WHERE ID=3566;\n\n/*  Bring the Light  */\nUPDATE quest_template SET QuestLevel = 42, MinLevel = 39 WHERE ID=3636;\n\n/*  Membership Card Renewal  */\nUPDATE quest_template SET RewardItem1 = 10791, RewardAmount1 = 1 WHERE ID=3644;\n\n/*  Membership Card Renewal  */\nUPDATE quest_template SET RewardItem1 = 10790, RewardAmount1 = 1 WHERE ID=3645;\n\n/*  Membership Card Renewal  */\nUPDATE quest_template SET RewardItem1 = 10791, RewardAmount1 = 1 WHERE ID=3646;\n\n/*  Membership Card Renewal  */\nUPDATE quest_template SET RewardItem1 = 10790, RewardAmount1 = 1 WHERE ID=3647;\n\n/*  Rattling the Rattlecages  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=3901;\n\n/*  Disharmony of Fire  */\nUPDATE quest_template SET RequiredItemId1 = 11126, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3907;\n\n/*  Samophlange Manual  */\nUPDATE quest_template SET RequiredItemId1 = 11149, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=3924;\n\n/*  KILL ON SIGHT: High Ranking Dark Iron Officials  */\nUPDATE quest_template SET MinLevel = 50 WHERE ID=4082;\n\n/*  Galgar's Cactus Apple Surprise  */\nUPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=4402;\n\n/*  Caught!  */\nUPDATE quest_template SET RequiredItemId1 = 4306, RequiredItemId2 = 0, RequiredItemCount1 = 15, RequiredItemCount2 = 0 WHERE ID=4449;\n\n/*  Beware of Pterrordax  */\nUPDATE quest_template SET MinLevel = 49, RequiredNpcOrGo1 = 9166, RequiredNpcOrGo2 = 9167, RequiredNpcOrGoCount2 = 15 WHERE ID=4501;\n\n/*  WANTED: Murkdeep!  */\nUPDATE quest_template SET MinLevel = 15 WHERE ID=4740;\n\n/*  The Blackwood Corrupted  */\nUPDATE quest_template SET RequiredItemId1 = 12355, RequiredItemCount1 = 1 WHERE ID=4763;\n\n/*  Warlord's Command  */\nUPDATE quest_template SET RequiredItemId1 = 12562, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=4903;\n\n/*  A Matter of Time  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=4971;\n\n/*  Two Halves Become One  */\nUPDATE quest_template SET RequiredItemId1 = 12723, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=5051;\n\n/*  Wanted - Arnak Grimtotem  */\nUPDATE quest_template SET MinLevel = 25 WHERE ID=5147;\n\n/*  Pamela's Doll  */\nUPDATE quest_template SET RequiredItemId1 = 12885, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=5149;\n\n/*  Are We There, Yeti?  */\nUPDATE quest_template SET RequiredItemId1 = 12928, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=5163;\n\n/*  The Flesh Does Not Lie  */\nUPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=5212;\n\n/*  Lazy Peons  */\nUPDATE quest_template SET RequiredItemId1 = 16114, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=5441;\n\n/*  Bone Collector  */\nUPDATE quest_template SET QuestLevel = 39, MinLevel = 33 WHERE ID=5501;\n\n/*  Shards of the Felvine  */\nUPDATE quest_template SET RequiredItemId1 = 18540, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=5526;\n\n/*  The Battle of Darrowshire  */\nUPDATE quest_template SET RequiredNpcOrGo1 = 0, RequiredNpcOrGoCount1 = 0 WHERE ID=5721;\n\n/*  To Kill With Purpose  */\nUPDATE quest_template SET RequiredItemId1 = 15448, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6022;\n\n/*  The Ranger Lord's Behest  */\nUPDATE quest_template SET RequiredItemId1 = 15847, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=6133;\n\n/*  Clam Bait  */\nUPDATE quest_template SET RequiredItemId1 = 15924, RequiredItemId2 = 0, RequiredItemCount1 = 10, RequiredItemCount2 = 0 WHERE ID=6142;\n\n/*  Arachnophobia  */\nUPDATE quest_template SET MinLevel = 15 WHERE ID=6284;\n\n/*  New Life  */\nUPDATE quest_template SET RequiredItemId1 = 16208, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6381;\n\n/*  Earthen Arise  */\nUPDATE quest_template SET RequiredItemId2 = 0, RequiredItemCount2 = 0 WHERE ID=6481;\n\n/* An Unholy Alliance */\nUPDATE `quest_template` SET `LogDescription` = \"Take the Small Scroll to Varimathras in the Undercity.\" WHERE `ID` = 6522;\n\n/*  King of the Foulweald  */\nUPDATE quest_template SET RequiredItemId2 = 0, RequiredItemCount2 = 0 WHERE ID=6621;\n\n/*  Deeprun Rat Roundup  */\nUPDATE quest_template SET RequiredNpcOrGo1 = 13017, RequiredItemId1 = 17117, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6661;\n\n/*  Master Ryson's All Seeing Eye  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=6848;\n\n/*  The Glowing Shard  */\nUPDATE quest_template SET RequiredItemId1 = 10441, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6981;\n\n/*  Twisted Evils  */\nUPDATE quest_template SET RequiredItemCount1 = 25 WHERE ID=7028;\n\n/*  Vyletongue Corruption  */\nUPDATE quest_template SET RequiredItemId1 = 17696, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=7029;\n\n/*  Vyletongue Corruption  */\nUPDATE quest_template SET RequiredItemId1 = 17696, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=7041;\n\n/*  Soothing Turtle Bisque  */\nUPDATE quest_template SET RequiredItemId2 = 3713, RequiredItemCount2 = 1 WHERE ID=7321;\n\n/*  Favor Amongst the Darkspear  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7361;\n\n/*  Ally of the Tauren  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7362;\n\n/*  The Human Condition  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7363;\n\n/*  Gnomeregan Bounty  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7364;\n\n/*  Staghelm's Requiem  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7365;\n\n/*  The Archbishop's Mercy  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7366;\n\n/*  Korrak the Everliving  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7382;\n\n/*  Wanted: DWARVES!  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7401;\n\n/*  Wanted: ORCS!  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7402;\n\n/*  Darkspear Defense  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7421;\n\n/*  Tuft it Out  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7422;\n\n/*  I've Got A Fever For More Bone Chips  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7423;\n\n/*  What the Hoof?  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7424;\n\n/*  Staghelm's Mojo Jamboree  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7425;\n\n/*  One Man's Love  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7426;\n\n/*  Wanted: MORE DWARVES!  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7427;\n\n/*  Wanted: MORE ORCS!  */\nUPDATE quest_template SET MinLevel = 51 WHERE ID=7428;\n\n/*  The Treasure of the Shen'dralar  */\nUPDATE quest_template SET MinLevel = 57 WHERE ID=7462;\n\n/*  Libram of Rapidity  */\nUPDATE quest_template SET MinLevel = 57 WHERE ID=7483;\n\n/*  Libram of Focus  */\nUPDATE quest_template SET MinLevel = 57 WHERE ID=7484;\n\n/*  Libram of Protection  */\nUPDATE quest_template SET MinLevel = 57 WHERE ID=7485;\n\n/*  Thunderaan the Windseeker  */\nUPDATE quest_template SET QuestLevel = 60, MinLevel = 60 WHERE ID=7521;\n\n/*  Imperial Plate Belt  */\nUPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=7653;\n\n/*  Imperial Plate Boots  */\nUPDATE quest_template SET RequiredItemCount1 = 40 WHERE ID=7654;\n\n/*  Imperial Plate Bracer  */\nUPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=7655;\n\n/*  Imperial Plate Chest  */\nUPDATE quest_template SET RequiredItemCount1 = 60 WHERE ID=7656;\n\n/*  Imperial Plate Helm  */\nUPDATE quest_template SET RequiredItemCount1 = 50 WHERE ID=7657;\n\n/*  Imperial Plate Leggings  */\nUPDATE quest_template SET RequiredItemCount1 = 60 WHERE ID=7658;\n\n/*  Imperial Plate Shoulders  */\nUPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=7659;\n\n/*  Icy Blue Mechanostrider Replacement  */\nUPDATE quest_template SET QuestLevel = 1, MinLevel = 60 WHERE ID=7675;\n\n/*  White Mechanostrider Replacement  */\nUPDATE quest_template SET QuestLevel = 1, MinLevel = 60 WHERE ID=7676;\n\n/*  Unfinished Gordok Business  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=7703;\n\n/*  Vanquish the Invaders!  */\nUPDATE quest_template SET QuestLevel = 29 WHERE ID=7788;\n\n/*  Quell the Silverwing Usurpers  */\nUPDATE quest_template SET QuestLevel = 29 WHERE ID=7789;\n\n/*  Snapjaws, Mon!  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=7815;\n\n/*  Stalking the Stalkers  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15, RequiredNpcOrGoCount2 = 15 WHERE ID=7828;\n\n/*  Hunt the Savages  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 20 WHERE ID=7829;\n\n/*  Message to the Wildhammer  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 15, RequiredNpcOrGoCount2 = 15, RequiredNpcOrGoCount3 = 15, RequiredNpcOrGoCount4 = 15 WHERE ID=7841;\n\n/*  Another Message to the Wildhammer  */\nUPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=7842;\n\n/*  Cannibalistic Cousins  */\nUPDATE quest_template SET RequiredNpcOrGoCount1 = 30, RequiredNpcOrGoCount2 = 15 WHERE ID=7844;\n\n/*  Dark Vessels  */\nUPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=7850;\n\n/*  Wanted: Vile Priestess Hexx and Her Minions  */\nUPDATE quest_template SET MinLevel = 46, RequiredNpcOrGoCount2 = 20 WHERE ID=7861;\n\n/*  Job Opening: Guard Captain of Revantusk Village  */\nUPDATE quest_template SET MinLevel = 46, RequiredNpcOrGoCount1 = 20, RequiredNpcOrGoCount2 = 20, RequiredNpcOrGoCount3 = 20, RequiredNpcOrGoCount4 = 20 WHERE ID=7862;\n\n/*  Sentinel Advanced Care Package  */\nUPDATE quest_template SET QuestLevel = 60 WHERE ID=7865;\n\n/*  Outrider Advanced Care Package  */\nUPDATE quest_template SET QuestLevel = 60 WHERE ID=7868;\n\n/*  Vanquish the Invaders!  */\nUPDATE quest_template SET QuestLevel = 39 WHERE ID=7871;\n\n/*  Vanquish the Invaders!  */\nUPDATE quest_template SET QuestLevel = 49 WHERE ID=7872;\n\n/*  Vanquish the Invaders!  */\nUPDATE quest_template SET QuestLevel = 59 WHERE ID=7873;\n\n/*  Quell the Silverwing Usurpers  */\nUPDATE quest_template SET QuestLevel = 39 WHERE ID=7874;\n\n/*  Quell the Silverwing Usurpers  */\nUPDATE quest_template SET QuestLevel = 49 WHERE ID=7875;\n\n/*  Quell the Silverwing Usurpers  */\nUPDATE quest_template SET QuestLevel = 59 WHERE ID=7876;\n\n/*  The Treasure of the Shen'dralar  */\nUPDATE quest_template SET MinLevel = 57 WHERE ID=7877;\n\n/*  Strength of Mount Mugamba  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8041;\n\n/*  Strength of Mount Mugamba  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8042;\n\n/*  Strength of Mount Mugamba  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8043;\n\n/*  The Heathen's Brand  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8045;\n\n/*  The Heathen's Brand  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8046;\n\n/*  The Heathen's Brand  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8047;\n\n/*  The Hero's Brand  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8048;\n\n/*  The Eye of Zuldazar  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8049;\n\n/*  The Eye of Zuldazar  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8050;\n\n/*  The Eye of Zuldazar  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8051;\n\n/*  The All-Seeing Eye of Zuldazar  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8052;\n\n/*  Paragons of Power: The Freethinker's Armguards  */\nUPDATE quest_template SET QuestLevel = 61, MinLevel = 60 WHERE ID=8053;\n\n/*  Paragons of Power: The Freethinker's Belt  */\nUPDATE quest_template SET QuestLevel = 61, MinLevel = 60 WHERE ID=8054;\n\n/*  Paragons of Power: The Freethinker's Breastplate  */\nUPDATE quest_template SET QuestLevel = 61, MinLevel = 60 WHERE ID=8055;\n\n/*  Paragons of Power: The Augur's Bracers  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8056;\n\n/*  Paragons of Power: The Haruspex's Bracers  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8057;\n\n/*  Paragons of Power: The Vindicator's Armguards  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8058;\n\n/*  Paragons of Power: The Demoniac's Wraps  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8059;\n\n/*  Paragons of Power: The Illusionist's Wraps  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8060;\n\n/*  Paragons of Power: The Confessor's Wraps  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8061;\n\n/*  Paragons of Power: The Predator's Bracers  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8062;\n\n/*  Paragons of Power: The Madcap's Bracers  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8063;\n\n/*  Paragons of Power: The Haruspex's Belt  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8064;\n\n/*  Paragons of Power: The Haruspex's Tunic  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8065;\n\n/*  Paragons of Power: The Predator's Belt  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8066;\n\n/*  Paragons of Power: The Predator's Mantle  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8067;\n\n/*  Paragons of Power: The Illusionist's Mantle  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8068;\n\n/*  Paragons of Power: The Illusionist's Robes  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8069;\n\n/*  Paragons of Power: The Confessor's Bindings  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8070;\n\n/*  Paragons of Power: The Confessor's Mantle  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8071;\n\n/*  Paragons of Power: The Madcap's Mantle  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8072;\n\n/*  Paragons of Power: The Madcap's Tunic  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8073;\n\n/*  Paragons of Power: The Augur's Belt  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8074;\n\n/*  Paragons of Power: The Augur's Hauberk  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8075;\n\n/*  Paragons of Power: The Demoniac's Mantle  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8076;\n\n/*  Paragons of Power: The Demoniac's Robes  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8077;\n\n/*  Paragons of Power: The Vindicator's Belt  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8078;\n\n/*  Paragons of Power: The Vindicator's Breastplate  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8079;\n\n/*  The Pebble of Kajaro  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8101;\n\n/*  The Pebble of Kajaro  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8102;\n\n/*  The Pebble of Kajaro  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8103;\n\n/*  The Jewel of Kajaro  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8104;\n\n/*  Kezan's Taint  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8106;\n\n/*  Kezan's Taint  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8107;\n\n/*  Kezan's Taint  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8108;\n\n/*  Kezan's Unstoppable Taint  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8109;\n\n/*  Enchanted South Seas Kelp  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8110;\n\n/*  Enchanted South Seas Kelp  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8111;\n\n/*  Enchanted South Seas Kelp  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8112;\n\n/*  Pristine Enchanted South Seas Kelp  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8113;\n\n/*  Vision of Voodress  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8116;\n\n/*  Vision of Voodress  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8117;\n\n/*  Vision of Voodress  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8118;\n\n/*  The Unmarred Vision of Voodress  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8119;\n\n/*  Cut Arathor Supply Lines  */\nUPDATE quest_template SET QuestLevel = 59 WHERE ID=8123;\n\n/*  The Maelstrom's Tendril  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8145;\n\n/*  The Maelstrom's Tendril  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8146;\n\n/*  The Maelstrom's Tendril  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=8147;\n\n/*  Cut Arathor Supply Lines  */\nUPDATE quest_template SET QuestLevel = 49 WHERE ID=8160;\n\n/*  Cut Arathor Supply Lines  */\nUPDATE quest_template SET QuestLevel = 39 WHERE ID=8161;\n\n/*  Cut Arathor Supply Lines  */\nUPDATE quest_template SET QuestLevel = 29 WHERE ID=8162;\n\n/*  Arathor Advanced Care Package  */\nUPDATE quest_template SET QuestLevel = 60 WHERE ID=8262;\n\n/*  Defiler's Advanced Care Package  */\nUPDATE quest_template SET QuestLevel = 60 WHERE ID=8265;\n\n/*  Ribbons of Sacrifice  */\nUPDATE quest_template SET QuestLevel = 39 WHERE ID=8266;\n\n/*  Ribbons of Sacrifice  */\nUPDATE quest_template SET MinLevel = 40 WHERE ID=8267;\n\n/*  Ribbons of Sacrifice  */\nUPDATE quest_template SET QuestLevel = 39 WHERE ID=8268;\n\n/*  Ribbons of Sacrifice  */\nUPDATE quest_template SET MinLevel = 40 WHERE ID=8269;\n\n/* The Calling */\nUPDATE `quest_template` SET `flags` = `flags` | 64, `SuggestedGroupNum` = 0, `QuestInfoID` = 62 WHERE `ID`= 8315;\n\n/*  Elemental Mastery  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=8410;\n\n/*  Mastering the Elements  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=8411;\n\n/*  Chillwind Point  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=8415;\n\n/*  A Troubled Spirit  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=8417;\n\n/*  War on the Shadowsworn  */\nUPDATE quest_template SET QuestLevel = 53 WHERE ID=8424;\n\n/*  The Captain's Chest  */\nUPDATE quest_template SET QuestLevel = 47 WHERE ID=8551;\n\n/*  The Captain's Cutlass  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=8553;\n\n/*  Facing Negolash  */\nUPDATE quest_template SET QuestLevel = 50 WHERE ID=8554;\n\n/*  Nefarius's Corruption  */\nUPDATE quest_template SET TimeAllowed = 18000 WHERE ID=8730;\n\n/*  Twilight Marauders  */\nUPDATE quest_template SET RequiredNpcOrGoCount2 = 5 WHERE ID=8740;\n\n/*  The Might of Kalimdor  */\nUPDATE quest_template SET RewardItem1 = 21175, RewardAmount1 = 1 WHERE ID=8742;\n\n/*  Dead Man's Plea  */\nUPDATE quest_template SET RequiredNpcOrGo1 = 0, RequiredNpcOrGoCount1 = 0 WHERE ID=8945;\n\n/*  The Challenge  */\nUPDATE quest_template SET RequiredNpcOrGo1 = 0, RequiredNpcOrGoCount1 = 0 WHERE ID=9015;\n\n/*  The Savage Guard - Arcanum of Protection  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=9208;\n\n/*  The Savage Guard - Arcanum of Rapidity  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=9209;\n\n/*  The Savage Guard - Arcanum of Focus  */\nUPDATE quest_template SET MinLevel = 60 WHERE ID=9210;\n\n/*  Investigate the Scourge of Stormwind  */\nUPDATE quest_template SET QuestLevel = 10 WHERE ID=9260;\n\n/*  Report to Marshal Bluewall  */\nUPDATE quest_template SET MinLevel = 1 WHERE ID=9415;\n\n/*  Report to General Kirika  */\nUPDATE quest_template SET MinLevel = 1 WHERE ID=9416;\n\n/*  Scouring the Desert  */\nUPDATE quest_template SET MinLevel = 1 WHERE ID=9419;\n\n\n/* ========== Label group quests =========== */\n\nUPDATE quest_template SET QuestInfoID = 1 WHERE ID IN \n(55, 99, 115, 193, 197, 202, 206, 248, 249, 253, 255, 271, 278, 303, 304, 314, 442, 450, 452, 474, 504, 517, 518, 519, 520, 531, 540, 541, 547, 591, \n611, 613, 628, 629, 630, 631, 639, 640, 643, 644, 645, 646, 652, 673, 679, 680, 682, 684, 685, 694, 695, 696, 697, 705, 706, 717, 762, 793,\n1089, 1100, 1107, 1151, 1166, 1168, 1172, 1380, 1381, 1383, 1424, 2078, 2203, 2359, 2478, 2499, 2501, 2721, 2935, 2944, 2954, 2967, 2977, 2993, 2994,\n3062, 3181, 3182, 3201, 3372, 3385, 3452, 3463, 3510, 3514, 3566, 4023, 4182, 4787, 5054, 5055, 5056, 5065, 5088, 5098, 5121, 5153, 5156, 5168,\n5247, 5264, 5265, 6025, 6041, 6135, 6136, 6283, 6284, 6481, 7603, 7636, 7701, 7704, 7816, 7845, 7846, 7847, 7849, 7850, 7861, 7862,\n8301, 8302, 8304, 8306, 8308, 8309, 8310, 8314, 8331, 8332, 8349, 8361, 8362, 8498, 8501, 8502, 8507, 8534, 8535, 8536, 8537, 8539, \n8687, 8731, 8737, 8738, 8739, 8740, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 11159, 11160, 11161, 11162, 11217);\n\n\n/* ========== Update Quest Descriptions for Updated Counts =========== */\n\n/*  Kobold Camp Cleanup  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 10 Kobold Vermin, then return to Marshal McBride.\" WHERE `ID` = 7;\n\n\n/*  Investigate Echo Ridge  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 10 Kobold Workers, then report back to Marshal McBride.\" WHERE `ID` = 15;\nUPDATE `quest_template` SET `QuestDescription` = \"$N, my scouts tell me that the kobold infestation is larger than we had thought.  A group of kobold workers has camped near the Echo Ridge Mine to the north.$B$BGo to the mine and remove them.  We know there are at least 10.  Kill them, see if there are more, then report back to me.\" WHERE `ID` = 15;\n\n\n/*  Brotherhood of Thieves  */\nUPDATE `quest_template` SET `LogDescription` = \"Bring 12 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.\" WHERE `ID` = 18;\n\n\n/*  Skirmish at Echo Ridge  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 12 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.\" WHERE `ID` = 21;\n\n\n/*  Between a Rock and a Thistlefur  */\nUPDATE `quest_template` SET `LogDescription` = \"Take down 12 Thistlefur Avengers and 12 Thistlefur Shaman; most are located east of Zoram Strand in Thistlefur Village.  Once completed, return to Karang Amakkar at Zoram'gar Outpost, Ashenvale.\" WHERE `ID` = 216;\n\n\n/*  Blisters on The Land  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 12 Fen Creepers, then return to Rethiel the Greenwarden in the Wetlands.\" WHERE `ID` = 275;\n\n\n/*  The Dark Iron War  */\nUPDATE `quest_template` SET `LogDescription` = \"Motley Garmason at Dun Modr wants you to kill 15 Dark Iron Dwarves,  5 Dark Iron Tunnelers, 5 Dark Iron Saboteurs and 5 Dark Iron Demolitionists.\" WHERE `ID` = 303;\nUPDATE `quest_template` SET `QuestDescription` = \"War rages both home and abroad.  While mighty Dwarven soldiers give their lives in far off territories in the name of the Alliance, our own lands fall prey to the evil deeds of the Dark Iron Dwarves.  They laid waste to the Thandol Span.  Dun Modr fell soon after.$b$bWe need you to gather force and push the front back.  If you can kill 15 Dark Iron Dwarves, 5 Tunnelers, 5 Saboteurs and 5 Demolitionists, the reserve might arrive in time to finish the drive.$b$bNow make haste!\" WHERE `ID` = 303;\n\n\n/*  The Mindless Ones  */\nUPDATE `quest_template` SET `LogDescription` = \"Shadow Priest Sarvis wants you to kill 8 Mindless Zombies and 8 Wretched Ghouls.\" WHERE `ID` = 364;\n\n\n/*  Night Web's Hollow  */\nUPDATE `quest_template` SET `LogDescription` = \"Executor Arren wants you to kill 10 Young Night Web Spiders and 5 Night Web Spiders.\" WHERE `ID` = 380;\n\n\n/*  The Balance of Nature  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 7 Young Nightsabers and 7 Young Thistle Boars and return to Conservator Ilthalaine.\" WHERE `ID` = 456;\n\n\n/*  The Balance of Nature  */\nUPDATE `quest_template` SET `LogDescription` = \"Conservator Ilthalaine needs you to kill 7 Mangy Nightsabers and 7 Thistle Boars.\" WHERE `ID` = 457;\n\n\n/*  Crushridge Warmongers  */\nUPDATE `quest_template` SET `LogDescription` = \"Slay 15 Crushridge Warmongers, then return to Marshal Redpath in Southshore.\" WHERE `ID` = 504;\n\n\n/*  The Crown of Will  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 14 Crushridge Maulers for Melisara in Tarren Mill.\" WHERE `ID` = 518;\n\n\n/*  Battle of Hillsbrad  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill Magistrate Burnside and 5 Hillsbrad Councilmen.  Destroy the Hillsbrad Proclamation.  Steal the Hillsbrad Town Registry.  Report back to Darthalia in Tarren Mill afterwards.\" WHERE `ID` = 532;\n\n\n/*  Battle of Hillsbrad  */\nUPDATE `quest_template` SET `LogDescription` = \"Travel to Dun Garok and kill 10 Mountaineers, 4 Riflemen, 2 Priests and Captain Ironhill and report back to Darthalia in Tarren Mill.\" WHERE `ID` = 541;\n\n\n/* Battle of Hillsbrad */\nUPDATE `quest_template` SET `LogDescription` = \"Take Darthalia's Sealed Commendation to Varimathras in the Undercity.\" WHERE `ID` = 550;\nUPDATE `quest_template` SET `QuestDescription` = \"Because you fought with such valor and perseverance in the Battle of Hillsbrad, I have written this commendation, extolling your heroics in combat for the high command to recognize.$b$bTake this sealed commendation to Varimathras in the Undercity.  Go with pride, $c.\" WHERE `ID` = 550;\n    \n\n/*  The Broken Sigil  */\nUPDATE `quest_template` SET `LogDescription` = \"Retrieve the 11 Sigil Fragments from the defenders in Stromgarde, and bring them to Tor'gan in Hammerfall.\" WHERE `ID` = 640;\n\n\n/*  Call to Arms  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 15 Boulderfist Shaman and 3 Boulderfist Lords and return to Drum Fel in the Hammerfall outpost.\" WHERE `ID` = 679;\n\n\n/*  Stromgarde Badges  */\nUPDATE `quest_template` SET `LogDescription` = \"Bring 15 Stromgarde Badges to Captain Nials at Refuge Pointe.\" WHERE `ID` = 682;\n\n\n/*  Rite of Strength  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill Bristlebacks in Brambleblade Ravine and bring 12 Bristleback Belts to Chief Hawkwind in Camp Narache.\" WHERE `ID` = 757;\n\n\n/*  Cutting Teeth  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 10 Mottled Boars then return to Gornek at the Den.\" WHERE `ID` = 788;\n\n\n/*  Sting of the Scorpid  */\nUPDATE `quest_template` SET `LogDescription` = \"Get 10 Scorpid Worker Tails for Gornek in the Den.\" WHERE `ID` = 789;\n\n\n/*  Vile Familiars  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 12 Vile Familiars.$B$BReturn to Zureetha Fargaze outside the Den.\" WHERE `ID` = 792;\n\n\n/*  Luck Be With You  */\nUPDATE `quest_template` SET `LogDescription` = \"Collect 10 Frostmaul Shards for Witch Doctor Mau'ari in Everlook.\" WHERE `ID` = 969;\nUPDATE `quest_template` SET `QuestDescription` = \"Ah, I can tell just by lookin' at ya -- you be wantin' to make a lucky charm. Mau'ari always knows!$B$BTo da south. you'll find a canyon, an' giants made a' solid ice. The giants sometimes be carryin' dem, but ya can always gather da shards yerself from da canyon. These shards have a powerful reflective quality.$B$BBring back 10 frostmaul shards, and my lucky charm will be yours.\" WHERE `ID` = 969;\n\n\n/*  Army of the Black Dragon  */\nUPDATE `quest_template` SET `LogDescription` = \"Tharg in Brackenwall Village wants you to kill 15 Firemane Scouts, 15 Firemane Ash Tails, and 5 Firemane Scalebanes.\" WHERE `ID` = 1168;\n\n\n/*  Identifying the Brood  */\nUPDATE `quest_template` SET `LogDescription` = \"Draz'Zilb in Brackenwall Village would like you to bring him 15 Searing Tongues and 15 Searing Hearts.\" WHERE `ID` = 1169;\n\n\n/*  Hungry!  */\nUPDATE `quest_template` SET `LogDescription` = \"Mudcrush Durtfeet in northern Dustwallow wants 12 Mirefin Heads.\" WHERE `ID` = 1177;\n\n\n/*  Jarl Needs Eyes  */\nUPDATE `quest_template` SET `LogDescription` = \"Bring 40 Unpopped Darkmist Eyes to \\\"Swamp Eye\\\" Jarl at the Swamplight Manor.\" WHERE `ID` = 1206;\n\n\n/*  The Black Shield  */\nUPDATE `quest_template` SET `LogDescription` = \"Acquire 6 Acidic Venom Sacs for Do'gol in Brackenwall Village.\" WHERE `ID` = 1322;\n\n\n/*  Pool of Tears  */\nUPDATE `quest_template` SET `LogDescription` = \"Fel'zerul in Stonard wants you to gather 10 Atal'ai Artifacts.\" WHERE `ID` = 1424;\n\n\n/*  Rattling the Rattlecages  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 12 Rattlecage Skeletons, and then return to Shadow Priest Sarvis in Deathknell when you are done.\" WHERE `ID` = 3901;\n\n\n/* What Is Going On? */\nUPDATE `quest_template` SET `QuestCompletionLog` = \"Return to Thrall in Orgrimmar.\" WHERE `ID` = 4001;\n\n\n/*  Galgar's Cactus Apple Surprise  */\nUPDATE `quest_template` SET `LogDescription` = \"Bring Galgar 10 Cactus Apples. You remember him saying that they could be found near cactuses.\" WHERE `ID` = 4402;\nUPDATE `quest_template` SET `QuestDescription` = \"It sure gets hot out here in the Valley of Trials.$B$B<Galgar wipes his brow.>$B$BIf only I had some cactus apples, I could make my famous cactus apple surprise! Nothing cools you off faster than a piece of that delicious treat.$B$BI'll tell you what, $N. If you bring me 10 cactus apples, I'll make you a few portions of cactus apple surprise to take with you on your adventures. If you're interested, you can find cactus apples growing near the cactus plants around here.\" WHERE `ID` = 4402;\n\n\n/*  Beware of Pterrordax  */\nUPDATE `quest_template` SET `LogDescription` = \"Kill 10 Pterrordax and 15 Frenzied Pterrordax, then speak to Spraggle Frock at Marshal's Refuge.\" WHERE `ID` = 4501;\nUPDATE `quest_template` SET `QuestDescription` = \"Wanted: A skilled fighter to deal with the threat of the Pterrordax that inhabit the Un'Goro Crater. Their numbers are growing, and they are becoming a menace to travelers in the area.$B$BDecrease the population by slaying 10 Pterrordax and 15 frenzied pterrordax.$B$BSpeak with Spraggle Frock after completing the task for a reward.\" WHERE `ID` = 4501;\n\n\n/*  A Matter of Time  */\nUPDATE `quest_template` SET `LogDescription` = \"Use the Temporal Displacer near one of Andorhal's silos and uncover Temporal Parasites.$B$BSlay 15 Temporal Parasites, and then return the Temporal Displacer to Chromie in the Andorhal Inn, Western Plaguelands.\" WHERE `ID` = 4971;\n\n\n/*  The Flesh Does Not Lie  */\nUPDATE `quest_template` SET `LogDescription` = \"Recover 20 Plagued Flesh Samples from Stratholme and return them to Betina Bigglezink. You suspect that any creature in Stratholme would have said flesh sample.\" WHERE `ID` = 5212;\n\n\n/*  Clam Bait  */\nUPDATE `quest_template` SET `LogDescription` = \"Find 10 pieces of Soft-shelled Clam Meat and bring it back to Mai'Lahii at Shadowprey Village.\" WHERE `ID` = 6142;\nUPDATE `quest_template` SET `QuestDescription` = \"You have the look of a fisherman, $c! I love to fish - been fishing all my life. The best bait to use is soft-shelled clam meat; the fish just can't resist, you know what I mean?$B$BUp north you will find a wrecked ship off the coast. Soft-shelled clams are littered throughout the area. If you bring me back 10 pieces of soft-shelled clam meat, I will give you something in return.\" WHERE `ID` = 6142;\n\n\n/*  Twisted Evils  */\nUPDATE `quest_template` SET `LogDescription` = \"Collect 25 Theradric Crystal Carvings for Willow in Desolace.\" WHERE `ID` = 7028;\n\n\n/* Imperial Plate Belt */\nUPDATE `quest_request_items` SET `CompletionText` = \"For the belt plans, I'll be needin' 20 thorium bars.\"   WHERE `ID` = 7653;\n\n\n/* Imperial Plate Boots */\nUPDATE `quest_request_items` SET `CompletionText` = \"For the boot plans, I'll be needin' 40 thorium bars. Yep, 40. Are you gonna cry? Would you like a hanky?$B$B<Derotain laughs.>\"   WHERE `ID` = 7654;\n\n\n/* Imperial Plate Bracer */\nUPDATE `quest_request_items` SET `CompletionText` = \"For the bracer plans, I'll be needin' 20 thorium bars.$B$BAre you alright, sonny? Yer getting' all red.\"   WHERE `ID` = 7655;\n\n\n/* Imperial Plate Chest */\nUPDATE `quest_request_items` SET `CompletionText` = \"For the chest piece plans, I'll be needin' 60 thorium bars.$B$BOh boy, there you go again. Are you gonna be runnin' to yer blue Gods, askin' why they have forsaken you?!? Toughen up, Nancy! Nobody ever said life's fair.\"   WHERE `ID` = 7656;\n\n\n/* Imperial Plate Helm */\nUPDATE `quest_request_items` SET `CompletionText` = \"Just hand over 50 thorium bars and the helm plans are yers.\"   WHERE `ID` = 7657;\n\n\n/* Imperial Plate Leggings */\nUPDATE `quest_request_items` SET `CompletionText` = \"Just hand over 60 thorium bars and the leg plans are yers.$B$BI know, I'm driving you into bankruptcy! I've heard it all before so you can save your sob story, weakling.\"   WHERE `ID` = 7658;\n\n\n/* Imperial Plate Shoulders */\nUPDATE `quest_request_items` SET `CompletionText` = \"For the shoulder plans, I'll be needin' 20 thorium bars.\"   WHERE `ID` = 7659;\n\n\n/*  Snapjaws, Mon!  */\nUPDATE `quest_template` SET `LogDescription` = \"Katoom the Angler at Revantusk Village in the Hinterlands wants you to kill 15 Saltwater Snapjaw turtles. Return to him when you have completed this task.\" WHERE `ID` = 7815;\n\n\n/*  Stalking the Stalkers  */\nUPDATE `quest_template` SET `LogDescription` = \"Huntsman Markhor at Revantusk Village in the Hinterlands wants you to kill 15 Silvermane Stalkers and 15 Silvermane Howlers. Return to him once the task is complete.$B$BMarkhor mentioned that the wolves hide in the wilds of the Hinterlands.\" WHERE `ID` = 7828;\n\n\n/*  Hunt the Savages  */\nUPDATE `quest_template` SET `LogDescription` = \"Huntsman Markhor at Revantusk Village in the Hinterlands wants you to kill 20 Savage Owlbeasts. Return to him once the task is complete.$B$BMarkhor mentioned that the Savage Owlbeasts occupy the wilds of the Hinterlands.\" WHERE `ID` = 7829;\n\n\n/*  Message to the Wildhammer  */\nUPDATE `quest_template` SET `LogDescription` = \"Otho Moji'ko at Revantusk Village in the Hinterlands wants you to slaughter 15 Highvale Scouts, 5 Highvale Outrunners, 5 Highvale Rangers and 2 Highvale Marksman. Return to him when this task is complete.$B$BYou can find the Highvale high elves at the Quel'Danil Lodge in the northwestern region of the Hinterlands.\" WHERE `ID` = 7841;\n\n\n/*  Another Message to the Wildhammer  */\nUPDATE `quest_template` SET `LogDescription` = \"Otho Moji'ko at Revantusk Village in the Hinterlands wants you to bring him 10 Long Elegant Feather from the gryphons that inhabit the Hinterlands. Return to him once this task is complete.$B$BGryphons are known to inhabit every region of the Hinterlands.\" WHERE `ID` = 7842;\n\n\n/*  Cannibalistic Cousins  */\nUPDATE `quest_template` SET `LogDescription` = \"Mystic Yayo'jin at Revantusk Village in the Hinterlands wants you to kill 30 Vilebranch Scalpers and 15 Vilebranch Soothsayers. Return to her when this task is complete.$B$BYayo'jin indicated that these trolls could be found near the Shaol'watha and Agol'watha temples in the north by northeastern region of the Hinterlands.\" WHERE `ID` = 7844;\n\n\n/*  Dark Vessels  */\nUPDATE `quest_template` SET `LogDescription` = \"Primal Torntusk at Revantusk Village in the Hinterlands wants you to recover 10 Vessels of Tainted Blood from Jintha'alor. Return to Primal Torntusk when this task is complete.\" WHERE `ID` = 7850;\n\n\n/*  Wanted: Vile Priestess Hexx and Her Minions  */\nUPDATE `quest_template` SET `LogDescription` = \"You have been ordered to slay Vile Priestess Hexx and 20 Vilebranch Aman'zasi Guards. See Primal Torntusk at Revantusk Village in the Hinterlands once this task is complete.$B$BVile Priestess Hexx and the Aman'zasi Guards can be found atop Jintha'alor in the Hinterlands.\" WHERE `ID` = 7861;\n\n\n/*  Job Opening: Guard Captain of Revantusk Village  */\nUPDATE `quest_template` SET `LogDescription` = \"You have been tasked with the decimation of 20 Vilebranch Berserkers, 3 Vilebranch Shadow Hunters, 3 Vilebranch Blood Drinkers, and 2 Vilebranch Soul Eaters.$B$BShould you complete this task, return to Primal Torntusk at Revantusk Village in the Hinterlands.\" WHERE `ID` = 7862;\n\n\n/*  Waskily Wabbits!  */\nUPDATE `quest_template` SET `LogDescription` = \"Collect 160 Unlucky Wabbit Feet from the Waskily Wabbits.\" WHERE `ID` = 7961;\n\n\n/*  Twilight Marauders  */\nUPDATE `quest_template` SET `LogDescription` = \"Slay Twilight Marauder Morna and 5 Twilight Marauders.  Report to Windcaller Proudhorn when your task is finished.  You must also bring Tactical Task Briefing IX in order to complete this quest.\" WHERE `ID` = 8740;\n"
  },
  {
    "path": "data/sql/world/base/vanilla_quest_reputations.sql",
    "content": "-- Vanilla Rep Values\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=19;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=25;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=30;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5061;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=36;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=38;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=40;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=46;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=48;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=49;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=54;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=55;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=60;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=61;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=62;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=65;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=66;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=67;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=68;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=69;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=70;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=71;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=72;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=74;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=75;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=78;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=79;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=80;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=81;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=82;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=87;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=89;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=90;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=92;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=93;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=94;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=95;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=97;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=98;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=99;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=100;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=102;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=103;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=105;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=106;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=107;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=109;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=111;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=112;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=113;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=114;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=115;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=116;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=117;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=118;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=119;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=120;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=121;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=122;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=123;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=124;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=125;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=126;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=127;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=128;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=129;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=130;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=138;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=149;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=150;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=151;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=152;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=153;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=154;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=157;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=161;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=163;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=165;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=167;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=171;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=190;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=192;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=193;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=196;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=197;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=198;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=199;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=200;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=-25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=201;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=202;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=203;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=204;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=205;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=206;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=207;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=208;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=209;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=-25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=210;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=211;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=212;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=213;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=215;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=217;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=218;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=219;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=220;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=221;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=222;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=223;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=224;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=225;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=226;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=227;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=228;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=229;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=230;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=232;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=233;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=234;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=235;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=237;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=238;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=239;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=240;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=243;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=244;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=246;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=247;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=248;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=250;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=251;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=252;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=253;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=255;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=257;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=258;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=261;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=262;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=263;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=264;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=265;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=266;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=267;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=268;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=269;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=270;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=271;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=272;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=29;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=31;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=273;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=274;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=275;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=276;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=277;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=278;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=279;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=280;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=281;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=282;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=283;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=284;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=285;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=286;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=287;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=288;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=289;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=290;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=291;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=294;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=295;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=296;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=297;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=298;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=299;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=301;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=302;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=303;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=304;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=305;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=306;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=307;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=308;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=309;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=311;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=313;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=314;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=315;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=318;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=319;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=320;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=321;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=322;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=323;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=324;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=325;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=328;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=329;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=330;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=331;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=332;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=333;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=334;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=335;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=336;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=338;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=339;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=340;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=341;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=342;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=343;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=344;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=345;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=346;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=347;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=-100000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=348;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=349;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=351;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=353;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=354;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=356;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=358;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=359;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=361;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=364;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=365;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=370;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=371;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=372;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=373;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=374;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=375;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=376;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=377;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=379;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=380;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=381;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=382;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=383;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=384;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=385;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=386;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=387;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=388;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=389;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=391;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=392;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=393;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=395;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=397;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=399;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=400;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=401;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=403;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=404;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=405;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=407;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=408;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=409;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=410;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=411;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=412;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=415;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=416;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=417;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=418;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=421;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=422;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=423;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=424;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=426;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=428;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=429;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=430;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=431;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=432;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=433;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=434;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=435;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=436;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=437;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=440;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=441;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=442;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=444;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=445;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=446;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=448;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=449;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=450;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=452;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=453;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=454;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=456;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=458;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=459;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=460;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=461;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=464;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=465;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=466;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=467;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=468;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=469;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=470;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=471;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=472;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=473;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=474;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=475;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=476;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=478;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=480;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=481;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=482;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=483;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=485;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=486;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=487;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=488;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=489;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=491;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=494;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=495;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=496;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=498;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=499;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=500;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=501;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=502;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=503;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=504;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=505;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=506;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=507;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=509;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=510;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=511;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=513;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=514;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=515;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=516;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=517;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=518;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=519;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=520;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=521;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=522;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=523;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=524;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=525;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=531;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=533;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=535;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=536;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=538;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=539;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=541;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=542;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=543;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=544;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=545;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=547;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=550;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=564;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=565;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=566;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=567;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=568;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=569;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=570;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=572;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=573;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=574;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=575;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=576;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=578;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=579;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=580;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=582;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=583;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=584;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=586;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=587;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=588;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=589;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=590;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=592;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=594;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=-37500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=595;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=596;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=-37500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=597;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=598;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=-12500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=599;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=601;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=-25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=603;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=604;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=605;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=-12500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=606;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=-37500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=607;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=609;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=610;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=611;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=613;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=-37500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=614;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=615;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=616;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=619;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=621;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=622;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=623;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=624;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=625;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=626;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=628;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=631;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=633;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=634;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=636;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=638;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=639;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=641;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=642;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=643;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=644;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=645;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=646;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=647;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=648;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=649;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=650;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=651;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=652;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=653;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=656;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=657;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=658;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=659;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=660;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=661;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=-12500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=663;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=664;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=667;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=669;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=670;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=671;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=672;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=674;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=675;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=676;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=677;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=678;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=679;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=680;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=681;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=682;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=683;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=684;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=685;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=686;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=687;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=688;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=689;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=690;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=691;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=693;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=694;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=696;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=697;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=698;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=699;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=700;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=701;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=702;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=-37500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=703;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=704;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=705;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=706;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=707;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=708;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=709;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=710;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=711;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=712;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=713;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=714;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=715;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=716;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=717;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=718;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=721;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=723;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=724;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=725;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=727;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=728;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=729;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=730;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=731;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=732;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=733;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=734;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=735;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=736;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=737;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=738;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=739;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=741;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=742;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=743;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=744;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=745;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=746;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=747;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=749;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=750;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=751;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=752;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=753;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=754;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=755;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=756;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=757;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=758;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=759;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=760;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=761;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=762;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=763;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=764;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=765;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=766;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=767;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=768;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=769;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=770;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=771;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=772;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=773;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=775;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=777;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=780;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=781;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=782;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=783;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=784;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=786;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=787;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=789;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=790;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=791;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=793;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=794;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=795;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=804;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=805;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=806;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=808;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=809;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=812;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=813;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=815;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=818;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=819;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=821;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=822;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=823;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=824;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=826;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=827;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=828;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=829;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=830;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=831;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=832;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=833;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=10000,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=834;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=836;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=837;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=840;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=841;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=842;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=843;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=844;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=846;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=847;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=848;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=849;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=850;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=851;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=852;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=853;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=854;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=855;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=857;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=858;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=860;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=861;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=862;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=863;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=864;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=865;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=866;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=867;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=868;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=869;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=870;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=871;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=873;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=874;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=875;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=876;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=877;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=878;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=879;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=880;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=881;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=882;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=883;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=885;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=886;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=887;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=888;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=889;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=890;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=891;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=892;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=893;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=894;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=895;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=896;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=897;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=898;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=900;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=903;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=905;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=906;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=907;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=908;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=909;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=910;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=911;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=913;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=914;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=915;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=916;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=917;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=918;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=919;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=920;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=921;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=922;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=923;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=924;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=925;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=926;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=927;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=928;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=929;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=930;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=931;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=932;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=933;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=934;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=935;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=936;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=937;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=938;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=939;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=940;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=941;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=942;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=943;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=944;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=945;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=947;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=948;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=949;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=950;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=951;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=952;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=953;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=954;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=955;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=956;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=957;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=958;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=959;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=960;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=963;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=976;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=977;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=978;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=979;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=980;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=981;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=982;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=983;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=984;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=985;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=986;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=994;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=995;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=996;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1000;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1001;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1007;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1008;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1009;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1010;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1011;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1012;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1013;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1014;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1015;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1016;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1017;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1018;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1019;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1020;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1021;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1022;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1023;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1024;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1025;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1026;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1027;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1028;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1029;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1030;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1031;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1032;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1033;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1034;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1035;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1036;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1037;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1038;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1039;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1040;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1041;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1042;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1043;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1044;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1045;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1046;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1047;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1048;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1049;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1050;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1051;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1052;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1053;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1054;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1055;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1056;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1057;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1058;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1059;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1060;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1061;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1062;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1063;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1064;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1065;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1066;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1067;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1068;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1069;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1070;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1071;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1072;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1073;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1074;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1075;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1076;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1077;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1078;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1081;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1082;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1083;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1084;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1085;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1087;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1088;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1089;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1090;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1091;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1092;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1093;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1094;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1095;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1096;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1097;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1098;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1100;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1101;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1103;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1104;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1105;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1106;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1108;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1109;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1110;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1111;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1112;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1114;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1115;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1116;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1117;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1118;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1119;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1120;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1121;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1122;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1123;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1124;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1125;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1126;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1127;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1130;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1131;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1132;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1133;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1134;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1135;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1137;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1138;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1139;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1140;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1141;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1142;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1144;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1146;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1147;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1148;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1149;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1150;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1151;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1152;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1153;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1154;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1156;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1157;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1158;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1159;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1160;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1164;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1166;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1167;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1169;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1171;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1172;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1173;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1175;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1176;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1177;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1178;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1179;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=-12500,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1180;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1181;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1182;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1183;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1184;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1185;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1186;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1187;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1188;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1189;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1190;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1191;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1192;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1193;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1194;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1195;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1196;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1197;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1198;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1199;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1200;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1201;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1202;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1203;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1204;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1205;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1206;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1218;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1222;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1238;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1239;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1240;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1241;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1242;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1243;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1244;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1245;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1246;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1247;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1249;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1250;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1251;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1252;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1253;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1258;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1259;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1260;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1261;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1262;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1265;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1266;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1267;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1268;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1269;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1270;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1271;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1273;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1274;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1275;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1276;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1282;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1284;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1285;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1286;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1287;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1288;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1289;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1301;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1302;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1318;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1319;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1320;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1321;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1322;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1323;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1324;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1338;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1339;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1358;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1360;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1361;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1362;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1364;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1365;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1366;\nUPDATE quest_template SET RewardFactionOverride1=-50000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1367;\nUPDATE quest_template SET RewardFactionOverride1=-50000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1368;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1370;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1371;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1373;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1374;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1375;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1380;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1381;\nUPDATE quest_template SET RewardFactionOverride1=-50000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1382;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1383;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1384;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1385;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1386;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1387;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1388;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1392;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1393;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1395;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1398;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1418;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1419;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1420;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1421;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1422;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1423;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1424;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1425;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1426;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1427;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1428;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1429;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1430;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1431;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1432;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1433;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1434;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1435;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1436;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1437;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1439;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1440;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1442;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1444;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1445;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1446;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1447;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1448;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1449;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1450;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1451;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1452;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1453;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1454;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1455;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1456;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1457;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1458;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1459;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1462;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1463;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1464;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1465;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1466;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1467;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=1000,RewardFactionOverride4=1000,RewardFactionOverride5=1000 WHERE ID=1468;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1469;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1470;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1471;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1472;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1473;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1474;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1475;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1476;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1477;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1478;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1479;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1480;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1481;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1482;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1483;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1484;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1485;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1487;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1488;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1489;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1490;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1491;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1492;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1498;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1499;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1501;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1502;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1503;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1504;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1505;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1506;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1507;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1508;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1509;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1511;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1512;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1513;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1514;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1515;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1516;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1518;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1519;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1520;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1521;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1522;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1523;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1525;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1526;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1527;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1528;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1529;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1530;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1531;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1532;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1534;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1535;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1536;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1558;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1559;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1560;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1578;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1579;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1580;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1581;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1582;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1598;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1599;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1618;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1638;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1639;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1640;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1641;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1642;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1643;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1644;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1645;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1646;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1649;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1650;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1651;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1652;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1653;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1654;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1655;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1656;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1657;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1658;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1661;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1665;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1666;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1667;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1678;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1679;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1680;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1681;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1682;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1683;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1684;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1685;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1686;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1687;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1688;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1689;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1690;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1691;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1692;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1693;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1698;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1699;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1700;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1701;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1702;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1703;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1706;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1707;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1708;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1711;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1713;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1714;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1715;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1716;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1717;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1718;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1719;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1738;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1739;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1740;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1758;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1778;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1779;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1780;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1781;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1782;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1783;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1784;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1785;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1786;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1787;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1788;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1789;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1790;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1791;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1792;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1793;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1794;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1795;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1796;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1798;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1799;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1800;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1801;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1802;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1804;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1805;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1806;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1819;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1820;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1821;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1822;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1823;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1824;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1825;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1838;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1839;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1840;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1841;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1842;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1843;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1844;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1845;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1846;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1847;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1848;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1858;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1859;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1860;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1861;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1879;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1880;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1881;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1883;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1884;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1885;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1918;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1919;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1920;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1921;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1938;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1939;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1940;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1941;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1942;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1943;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1944;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1945;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1946;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1947;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1948;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1949;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1950;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1951;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1952;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1953;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1954;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1955;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1956;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1957;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1958;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1959;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1960;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1961;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1963;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1978;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1998;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=1999;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2038;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2039;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2040;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2041;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2078;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2098;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2118;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2138;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2158;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2159;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2160;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2178;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2198;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2199;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2200;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2201;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2202;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2203;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2204;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2205;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2206;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2218;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2238;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2239;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2240;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2241;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2242;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2258;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2260;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2278;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2279;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2280;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2281;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2282;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2283;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2284;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2298;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2299;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2300;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2318;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2338;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2339;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2358;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2359;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2360;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2361;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2378;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2379;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2380;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2381;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2382;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2383;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2398;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2399;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2418;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2438;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2439;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2440;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2458;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2459;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2460;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2478;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2479;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2480;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2498;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2499;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2500;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2501;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2518;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2519;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2520;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2521;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2522;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2523;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2541;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2561;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2581;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2582;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2583;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2584;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2585;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2586;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2601;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2602;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2603;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2604;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2605;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2606;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2607;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2608;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2609;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2621;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2622;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2623;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2641;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2662;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2681;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2701;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2702;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2721;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2741;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2742;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2743;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2744;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2745;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2746;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2748;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2749;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2751;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2752;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2753;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2754;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2755;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2756;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2757;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2759;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2760;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2761;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2762;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2763;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2764;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2765;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2766;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2767;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2768;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2769;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2770;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2771;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2772;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2773;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2781;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2782;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2783;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2784;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2801;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2821;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2842;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2843;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2844;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2845;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2846;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2847;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2848;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2849;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2850;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2851;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2852;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2853;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2855;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2856;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2857;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2858;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2859;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2860;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2861;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2862;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2863;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2864;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2865;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2866;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2867;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2869;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2870;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2871;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2872;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2873;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2874;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2875;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2876;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2877;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2878;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2879;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2880;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2881;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2922;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2923;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2924;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2925;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2926;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2927;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2928;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2929;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2930;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2931;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2932;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2934;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2935;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2937;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2938;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2939;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2940;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2941;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2942;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2943;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2944;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2945;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2946;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2947;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2948;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2949;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2950;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2951;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2952;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2953;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2954;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2962;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2963;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2964;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2965;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2966;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2967;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2968;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2969;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2970;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2972;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2973;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2974;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2975;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2976;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2977;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2978;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2979;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2980;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2981;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2982;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2983;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2984;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2985;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2986;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2987;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2988;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2989;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2990;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2991;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2992;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2993;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2994;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2995;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2996;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2997;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2998;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=2999;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3000;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3001;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3002;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3022;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3042;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3062;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3063;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3065;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3082;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3083;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3084;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3085;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3086;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3087;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3088;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3089;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3090;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3091;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3092;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3093;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3094;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3095;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3096;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3097;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3098;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3099;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3100;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3101;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3102;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3103;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3104;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3105;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3106;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3107;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3108;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3110;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3111;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3112;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3113;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3114;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3115;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3116;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3117;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3118;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3119;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3120;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3121;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3122;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3123;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3124;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3125;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3126;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3127;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3128;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3129;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3130;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3141;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3161;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3181;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3182;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3201;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3221;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3261;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3281;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3301;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3321;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3341;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3361;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3362;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3363;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3364;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3365;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3366;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3367;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3368;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3369;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3370;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3371;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3372;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3373;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3374;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3375;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3376;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3377;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3378;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3379;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3380;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3381;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3382;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3385;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3402;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3421;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3441;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3442;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3443;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3444;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3445;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3446;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3447;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3448;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3449;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3450;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3451;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3452;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3453;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3454;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3461;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3462;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3463;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3481;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3482;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3483;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3501;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3502;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3503;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3504;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3505;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3507;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3508;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3509;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3510;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3511;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3512;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3513;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3514;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3517;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3518;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3519;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3520;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3521;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3522;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3523;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3524;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3525;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3527;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3528;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3541;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3542;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3561;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3562;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3564;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3565;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3566;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3567;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3568;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3569;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3570;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3581;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=-75000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3601;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3602;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3621;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3625;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3626;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3627;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3628;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3629;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3630;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3631;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3632;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3633;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3634;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3636;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3637;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3638;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3639;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3640;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3641;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3642;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3644;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3661;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3681;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3701;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3702;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=-100000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3721;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3762;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3763;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3765;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3781;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3782;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3783;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3784;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3789;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3791;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3792;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3801;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3802;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3803;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3804;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3821;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3823;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3824;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3825;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3841;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3842;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3843;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3844;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3845;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3861;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3881;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3882;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3883;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3884;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3901;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3902;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3903;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3904;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3906;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3907;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3908;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3909;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3912;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3913;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3914;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3921;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3922;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3923;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3924;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3941;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3942;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3961;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3962;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3981;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=3982;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4001;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4002;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4003;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4004;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4005;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4021;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4022;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4023;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4024;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4041;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4061;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4062;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4063;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4081;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4082;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4083;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4084;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4101;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4104;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4107;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4109;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4110;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4111;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4112;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4113;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4114;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4115;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4116;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4117;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4118;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4119;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4120;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4121;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4124;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4126;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4127;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4128;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4129;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4130;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4131;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4132;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4133;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4142;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4143;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4144;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4146;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4147;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4161;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4181;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4182;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4183;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4184;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4185;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4186;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4201;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4221;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4222;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4223;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4224;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4241;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4242;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4243;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4244;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4245;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4261;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4262;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4263;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4264;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4265;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4266;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4267;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4281;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4282;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4283;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4284;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4285;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4286;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4287;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4288;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4289;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4290;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4291;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4292;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4293;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4294;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4295;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4296;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4297;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4298;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4300;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4301;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4321;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4322;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4324;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4341;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4342;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4343;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4361;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4362;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4363;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4386;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4385;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4382;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4401;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4402;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4403;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4421;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4442;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4443;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4444;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4445;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4446;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4449;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4450;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4451;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4461;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4462;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4463;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4464;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4465;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4466;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4467;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4481;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4482;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4483;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4484;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4485;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4486;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4487;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4488;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4489;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4490;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4491;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4493;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4494;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4495;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4496;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4501;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4502;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4503;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4504;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4505;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4506;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4507;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4508;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4509;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4510;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4511;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4512;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4521;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4542;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4561;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4581;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4601;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4602;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4603;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4604;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4605;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4606;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4621;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4641;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4642;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4661;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4681;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4701;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4721;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4722;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4723;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4724;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4725;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4726;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4727;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4728;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4729;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4730;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4731;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4732;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4771;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4781;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4782;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4783;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4784;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4785;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4786;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4787;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4788;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4802;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4803;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4805;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4807;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4809;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4810;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4811;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4812;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4813;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4821;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4822;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4841;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4842;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4861;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4862;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4863;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4881;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4882;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4883;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4901;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4902;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4903;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4921;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4941;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4961;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4962;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4963;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4964;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4965;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4966;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4967;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4968;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4969;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4970;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4971;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4972;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4973;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=20000,RewardFactionOverride4=20000,RewardFactionOverride5=0 WHERE ID=4974;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4975;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4976;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=-50000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4981;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4982;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4983;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4984;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4985;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4986;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=4987;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5001;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5002;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5021;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5022;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5023;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5041;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5042;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5043;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5044;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5045;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5046;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5047;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5048;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5049;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5050;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5051;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5052;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5054;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5055;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5056;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5057;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5058;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5059;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5060;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5062;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5063;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5064;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5081;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5082;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5083;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5084;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5085;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5086;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5087;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5088;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5089;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5090;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5091;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5092;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5093;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5094;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5095;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5096;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5097;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5098;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5102;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5103;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5121;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5122;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5123;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5124;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5125;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5126;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5127;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5128;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5141;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5142;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5143;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5144;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5145;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5146;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5147;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5148;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5149;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5150;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5151;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5152;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5153;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5154;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5155;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5156;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5157;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5158;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5159;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5160;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5161;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5162;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5163;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5164;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5165;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5166;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5167;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5201;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5202;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5204;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5212;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5213;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5224;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5225;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5226;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5228;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5229;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5231;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5232;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5234;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5235;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5236;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5238;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5237;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5241;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5243;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5244;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5245;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5246;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5247;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5249;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5251;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5253;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5261;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5262;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5263;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5264;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5265;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5283;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5305;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5306;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5307;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5343;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5361;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5384;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5385;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5386;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5401;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5402;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5403;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5404;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5405;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5406;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5407;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5421;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5441;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5461;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5462;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5464;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5465;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5466;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5481;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5482;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5501;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5502;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5503;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5504;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5505;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5507;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5508;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5509;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5510;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5511;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5513;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5514;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5515;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5517;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=25000,RewardFactionOverride4=25000,RewardFactionOverride5=0 WHERE ID=5518;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=5000,RewardFactionOverride4=5000,RewardFactionOverride5=0 WHERE ID=5519;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5521;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5522;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5524;\nUPDATE quest_template SET RewardFactionOverride1=35000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5525;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5526;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5529;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5542;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5543;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5544;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5561;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5601;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5621;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5622;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5623;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5624;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5625;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5626;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5627;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5628;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5629;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5630;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5631;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5632;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5633;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5634;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5635;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5636;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5637;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5638;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5639;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5640;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5641;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5642;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5643;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5644;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5645;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5646;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5647;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5648;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5649;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5650;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5651;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5652;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5654;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5655;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5656;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5657;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5658;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5659;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5660;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5661;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5662;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5663;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5672;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5674;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5675;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5676;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5677;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5678;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5679;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5680;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5713;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5721;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5722;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5723;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5724;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5725;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5726;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5727;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5728;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5729;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5730;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5741;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5742;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5761;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5762;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5763;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5781;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5801;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5821;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5841;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5842;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5843;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5844;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5846;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5847;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5848;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5861;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5862;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5863;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5881;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5882;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5883;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5884;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5885;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5886;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5887;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5888;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5889;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5890;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5891;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5892;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5893;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5901;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5902;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5903;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5904;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5921;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5922;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5923;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5924;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5925;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5926;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5927;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5928;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5929;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5930;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5931;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5932;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5941;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5942;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5943;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5944;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5961;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=5981;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6000;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6001;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6002;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6004;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6021;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6022;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6023;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6026;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6027;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6028;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6030;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6031;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6032;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6066;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6067;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6068;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6069;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6070;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6071;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6072;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6073;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6074;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6075;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6076;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6086;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6087;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6089;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6121;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6122;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6123;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6124;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6125;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6126;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6127;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6128;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6129;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6130;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6132;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6133;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6134;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6135;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6136;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6141;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6142;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6143;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6144;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6145;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6146;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6147;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6148;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6181;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6182;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6183;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6184;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6185;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6186;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6187;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6131;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6221;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6241;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6301;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6382;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6386;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6387;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=2500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6388;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6389;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6390;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6391;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6392;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6393;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6394;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6395;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=50000,RewardFactionOverride3=0,RewardFactionOverride4=50000,RewardFactionOverride5=50000 WHERE ID=7668;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6501;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6502;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6503;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6504;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6521;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6522;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6523;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6546;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6547;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6548;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6561;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6566;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6567;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6568;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6569;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6570;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6571;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6581;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6582;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6583;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6584;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6585;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6606;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6607;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6626;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6642;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6643;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6644;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6645;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6646;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6741;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6781;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6826;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6827;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=6846;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7022;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7023;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7024;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7025;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7026;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7027;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7028;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7029;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7041;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7042;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7043;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7044;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7045;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7046;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7066;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7067;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7068;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7070;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7101;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7121;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7122;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7123;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7124;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7161;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7166;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7167;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7168;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7170;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7172;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7321;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7341;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7342;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7361;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7363;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7364;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7365;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7366;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7367;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7368;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7381;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7382;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7383;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=7500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7385;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7386;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7401;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7402;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=200,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7423;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7424;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=200,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7425;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=200,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7427;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=1000,RewardFactionOverride3=200,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7428;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7429;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7441;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7461;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7462;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7463;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7483;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7484;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7485;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7486;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7487;\nUPDATE quest_template SET RewardFactionOverride1=35000, RewardFactionOverride2=0,RewardFactionOverride3=35000,RewardFactionOverride4=35000,RewardFactionOverride5=35000 WHERE ID=7488;\nUPDATE quest_template SET RewardFactionOverride1=35000, RewardFactionOverride2=35000,RewardFactionOverride3=0,RewardFactionOverride4=35000,RewardFactionOverride5=35000 WHERE ID=7489;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7498;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7499;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7500;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7501;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7502;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7503;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7504;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7505;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7506;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7507;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7508;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7509;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7562;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7563;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7564;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7583;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7603;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=20000,RewardFactionOverride4=20000,RewardFactionOverride5=0 WHERE ID=7604;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7623;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7624;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7643;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7652;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7653;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7654;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7655;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7656;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7657;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7658;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7659;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7663;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7664;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7665;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7666;\nUPDATE quest_template SET RewardFactionOverride1=35000, RewardFactionOverride2=35000,RewardFactionOverride3=0,RewardFactionOverride4=35000,RewardFactionOverride5=35000 WHERE ID=7667;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7670;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7671;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7703;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7724;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7725;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7726;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7727;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7728;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7729;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7730;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7731;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7732;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7733;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7734;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7735;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7736;\nUPDATE quest_template SET RewardFactionOverride1=62500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7737;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7738;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=20000,RewardFactionOverride4=20000,RewardFactionOverride5=0 WHERE ID=7783;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7784;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7785;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7786;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7787;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7788;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7789;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7794;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7791;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7793;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7796;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7823;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7798;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7799;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7792;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7804;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7807;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7808;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7805;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7809;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7800;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7795;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7801;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7802;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7803;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7806;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7824;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7825;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7826;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7843;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7844;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7845;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7846;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7847;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7848;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7849;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7850;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7863;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7864;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7865;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7866;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7867;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7868;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=20000,RewardFactionOverride4=20000,RewardFactionOverride5=0 WHERE ID=7871;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7872;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7873;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=20000,RewardFactionOverride3=20000,RewardFactionOverride4=20000,RewardFactionOverride5=0 WHERE ID=7874;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7875;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7876;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7877;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7881;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7882;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7883;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7884;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7885;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7886;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7895;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7896;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7897;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7898;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7899;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7900;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7901;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7902;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7903;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7907;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7935;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7936;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7937;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7938;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7939;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7940;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7941;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7942;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7943;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7944;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7945;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=7946;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8001;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8055;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8075;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8115;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8116;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8117;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8118;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8119;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8120;\nUPDATE quest_template SET RewardFactionOverride1=100000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8121;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8122;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8123;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8124;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8141;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8142;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8143;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8144;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8145;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8146;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8147;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8148;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8149;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8150;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8151;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8153;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8154;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8155;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8156;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8157;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8158;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8159;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8160;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8161;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8196;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8201;\nUPDATE quest_template SET RewardFactionOverride1=35000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8236;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8256;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8257;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8276;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8277;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8278;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8279;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8280;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8281;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8282;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8283;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8284;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8296;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8297;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8298;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8299;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8300;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8303;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8304;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8305;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8306;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8307;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8308;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8309;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8310;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8311;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8316;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8317;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8318;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8319;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8320;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8321;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8322;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8323;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8324;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8356;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8357;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8358;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8359;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8360;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8361;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8362;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8363;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8364;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8376;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8377;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8378;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8379;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8380;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8381;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8382;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8383;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8384;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=10000,RewardFactionOverride3=10000,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8385;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8386;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8387;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=10000,RewardFactionOverride3=10000,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8388;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8389;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8390;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8391;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8392;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8393;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8394;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8395;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8396;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8397;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8398;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8399;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8400;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8401;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8402;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8403;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8404;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8405;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8406;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8407;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8408;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=15000,RewardFactionOverride3=0,RewardFactionOverride4=15000,RewardFactionOverride5=15000 WHERE ID=8409;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8416;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8417;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8418;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8419;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8420;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8421;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8436;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8437;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8438;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8439;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8440;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8441;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8442;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8443;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8446;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8447;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8460;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8461;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8464;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8466;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8467;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8469;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8470;\nUPDATE quest_template SET RewardFactionOverride1=15000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8471;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8496;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8497;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8498;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8499;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8500;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8501;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8502;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8503;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8504;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8505;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8506;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8507;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8508;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8509;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8510;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8516;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8517;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8518;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8519;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8520;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8521;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8522;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8523;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8524;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8525;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8526;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8527;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8528;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8529;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8532;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8534;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8535;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8536;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8537;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8538;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8539;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8540;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8541;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8542;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8543;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8544;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8545;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8546;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8548;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8549;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8550;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=-37500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8551;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=-25000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8552;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8553;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=-100000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8554;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8555;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8556;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8557;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8558;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8559;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8560;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8561;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8562;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8565;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8566;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8567;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8576;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8578;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=10000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8579;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8580;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8581;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8582;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8583;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8584;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8585;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8586;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8587;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8588;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8596;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8597;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8598;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8599;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8600;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8601;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8602;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8603;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8605;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8606;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8607;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8608;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8609;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8610;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8611;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8612;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8613;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8615;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8616;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8636;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8637;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8656;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8657;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8658;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8659;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8660;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8661;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8662;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8663;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8664;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8665;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8666;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8667;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8668;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8669;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8670;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8671;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8672;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8673;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8674;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8675;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8676;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8677;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8678;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8679;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8680;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8681;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8696;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8716;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8717;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8718;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8719;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8720;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8721;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8722;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8723;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=5000,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8724;\nUPDATE quest_template SET RewardFactionOverride1=50000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8736;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8737;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8738;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8756;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8757;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8758;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8759;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8760;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8761;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8762;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8763;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8764;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8765;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8766;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8767;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8776;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8777;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8796;\nUPDATE quest_template SET RewardFactionOverride1=500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8816;\nUPDATE quest_template SET RewardFactionOverride1=500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8836;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8837;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8876;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8877;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8878;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8879;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8880;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8881;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8882;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8883;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8893;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8897;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8898;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8899;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8900;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8901;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8902;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8903;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8904;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8905;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8906;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8907;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8908;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8909;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8910;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8911;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8912;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8913;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8914;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8915;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8916;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8917;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8920;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8921;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8922;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8923;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8924;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8925;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8926;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8927;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8928;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8929;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8931;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8932;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8933;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8934;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8935;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8937;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8956;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8957;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8958;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8959;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8960;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8961;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8962;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8963;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8964;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8965;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8977;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8978;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8979;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8980;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8981;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8982;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8983;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8996;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8997;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8999;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9016;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9017;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9018;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9019;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9020;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9021;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9022;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9023;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9024;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9025;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9026;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9027;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9028;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9029;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9032;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9033;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9034;\nUPDATE quest_template SET RewardFactionOverride1=10000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9036;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9037;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9038;\nUPDATE quest_template SET RewardFactionOverride1=25000, RewardFactionOverride2=25000,RewardFactionOverride3=25000,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9039;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9040;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9041;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9042;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9043;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9044;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9045;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9046;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9047;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9056;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9077;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9078;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9079;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9080;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9081;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9082;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9083;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9084;\nUPDATE quest_template SET RewardFactionOverride1=7500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9085;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9086;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9087;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9095;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9096;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9097;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9098;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9099;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9116;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9117;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9118;\nUPDATE quest_template SET RewardFactionOverride1=20000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9136;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9165;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9178;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9179;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9196;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9197;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9198;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9200;\nUPDATE quest_template SET RewardFactionOverride1=5000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9201;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9236;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9237;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9238;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9239;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9240;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9241;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9257;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9259;\nUPDATE quest_template SET RewardFactionOverride1=63000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9260;\nUPDATE quest_template SET RewardFactionOverride1=63000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9261;\nUPDATE quest_template SET RewardFactionOverride1=63000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9262;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9263;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9264;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9265;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9266;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9267;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9268;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9269;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9270;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9271;\nUPDATE quest_template SET RewardFactionOverride1=1000, RewardFactionOverride2=-12500,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9272;\nUPDATE quest_template SET RewardFactionOverride1=2500, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9299;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9317;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9318;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9319;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9336;\nUPDATE quest_template SET RewardFactionOverride1=0, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=9416;\n\nUPDATE reputation_reward_rate SET quest_rate=1, quest_daily_rate=1, quest_repeatable_rate=1 WHERE faction=576;\nUPDATE `quest_template` SET `flags` = 0 WHERE `ID` IN (9259, 9266, 9267, 9268);\n\nUPDATE quest_template SET RewardFactionOverride1 = 0 WHERE RewardFactionId1=0;\nUPDATE quest_template SET RewardFactionOverride2 = 0 WHERE RewardFactionId2=0;\nUPDATE quest_template SET RewardFactionOverride3 = 0 WHERE RewardFactionId3=0;\nUPDATE quest_template SET RewardFactionOverride4 = 0 WHERE RewardFactionId4=0;\nUPDATE quest_template SET RewardFactionOverride5 = 0 WHERE RewardFactionId5=0;\n"
  },
  {
    "path": "data/sql/world/base/vanilla_skinning_adjustments.sql",
    "content": "DELETE FROM `skinning_loot_template` WHERE `entry` IN (684, 768, 1713, 1817, 2680, 2681, 2730, 2923, 2924,\n2925, 2926, 5286, 5287, 5288, 5984, 5985, 7055, 7447,\n7448, 7449, 8211, 8718, 8763, 8764, 8921, 8922, 9042,\n9416, 9690, 9694, 9696, 9697, 10151, 10221, 10807, 12418, 13036);\n\nINSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`) VALUES\n(684, 4234, 0, 1, 1, 1),\n(684, 4235, 2.8326, 1, 1, 1),\n(684, 4304, 19.8281, 1, 1, 1),\n(768, 4234, 0, 1, 1, 1),\n(768, 4235, 3.5885, 1, 1, 1),\n(768, 4304, 19.8565, 1, 1, 1),\n(684, 7428, 15, 1, 1, 1),\n(1713, 4234, 0, 1, 1, 1),\n(1713, 4235, 2.8004, 1, 1, 1),\n(1713, 4304, 20.3666, 1, 1, 1),\n(1817, 4304, 39.5038, 1, 1, 1),\n(1817, 8169, 3.944, 1, 1, 1),\n(1817, 8170, 48.7277, 1, 1, 1),\n(1817, 8171, 3.4987, 1, 1, 1),\n(1817, 8368, 4.3257, 1, 1, 1),\n(2680, 4304, 70.4716, 1, 1, 1),\n(2680, 8169, 4.6624, 1, 1, 1),\n(2680, 8170, 21.7578, 1, 1, 1),\n(2680, 8368, 3.1083, 1, 1, 1),\n(2681, 4304, 70.4438, 1, 1, 2),\n(2681, 8169, 4.4381, 1, 1, 1),\n(2681, 8170, 21.152, 1, 1, 2),\n(2681, 8368, 3.966, 1, 1, 1),\n(2730, 4234, 37.1429, 1, 1, 1),\n(2730, 4235, 2.8571, 1, 1, 1),\n(2730, 4304, 50.4762, 1, 1, 1),\n(2730, 8169, 5.7143, 1, 1, 1),\n(2730, 8368, 3.8095, 1, 1, 1),\n(2923, 4234, 40.5518, 1, 1, 1),\n(2923, 4235, 3.8364, 1, 1, 1),\n(2923, 4304, 49.6852, 1, 1, 1),\n(2923, 8169, 4.1155, 1, 1, 1),\n(2923, 8368, 1.8111, 1, 1, 1),\n(2924, 4234, 40.5755, 1, 1, 1),\n(2924, 4235, 3.7905, 1, 1, 1),\n(2924, 4304, 50.3446, 1, 1, 1),\n(2924, 8169, 3.601, 1, 1, 1),\n(2924, 8368, 1.6885, 1, 1, 1),\n(2925, 4304, 72.0986, 1, 1, 1),\n(2925, 8169, 5.2224, 1, 1, 1),\n(2925, 8170, 19.3101, 1, 1, 1),\n(2925, 8368, 3.3688, 1, 1, 1),\n(2926, 4304, 70.8421, 1, 1, 1),\n(2926, 8169, 4.835, 1, 1, 1),\n(2926, 8170, 21.0432, 1, 1, 1),\n(2926, 8368, 3.2797, 1, 1, 1),\n(5286, 4234, 39.4313, 1, 1, 1),\n(5286, 4235, 4.0882, 1, 1, 1),\n(5286, 4304, 50.6109, 1, 1, 1),\n(5286, 8169, 3.894, 1, 1, 1),\n(5286, 8368, 1.9756, 1, 1, 1),\n(5287, 4234, 39.2211, 1, 1, 1),\n(5287, 4235, 4.4506, 1, 1, 1),\n(5287, 4304, 50.5563, 1, 1, 1),\n(5287, 8169, 3.8248, 1, 1, 1),\n(5287, 8368, 1.9471, 1, 1, 1),\n(5288, 4304, 72.2925, 1, 1, 1),\n(5288, 8169, 5.0633, 1, 1, 1),\n(5288, 8170, 19.8312, 1, 1, 1),\n(5288, 8368, 2.8129, 1, 1, 1),\n(5984, 4304, 71.7484, 1, 1, 1),\n(5984, 8169, 4.9751, 1, 1, 1),\n(5984, 8170, 20.2381, 1, 1, 1),\n(5984, 8368, 3.0384, 1, 1, 1),\n(5985, 4304, 74.5214, 1, 1, 1),\n(5985, 8169, 5.3019, 1, 1, 1),\n(5985, 8170, 17.9676, 1, 1, 1),\n(5985, 8368, 2.2091, 1, 1, 1),\n(7055, 4304, 37.225, 1, 1, 1),\n(7055, 8169, 1.692, 1, 1, 1),\n(7055, 8170, 51.7766, 1, 1, 1),\n(7055, 8171, 4.2301, 1, 1, 1),\n(7055, 8368, 5.0761, 1, 1, 1),\n(7447, 4304, 28.2961, 1, 1, 1),\n(7447, 8169, 2.9412, 1, 1, 1),\n(7447, 8170, 40.1285, 1, 1, 1),\n(7447, 8171, 4.6991, 1, 1, 1),\n(7447, 15423, 23.9351, 1, 1, 1),\n(7448, 4304, 6.4215, 1, 1, 1),\n(7448, 8170, 49.7739, 1, 1, 1),\n(7448, 8171, 5.2156, 1, 1, 1),\n(7448, 15423, 38.5891, 1, 1, 1),\n(7449, 4304, 4.7673, 1, 1, 1),\n(7449, 8170, 49.821, 1, 1, 1),\n(7449, 8171, 5.0765, 1, 1, 1),\n(7449, 15423, 40.3352, 1, 1, 1),\n(8211, 4234, 56.5217, 1, 1, 1),\n(8211, 4235, 4.3478, 1, 1, 1),\n(8211, 4304, 30.4348, 1, 1, 1),\n(8211, 8169, 4.3478, 1, 1, 1),\n(8211, 8368, 4.3478, 1, 1, 1),\n(8718, 8171, 4, 1, 1, 1),\n(8718, 8170, 72, 1, 1, 2),\n(8763, 4304, 31.746, 1, 1, 1),\n(8763, 8169, 3.4392, 1, 1, 1),\n(8763, 8170, 37.037, 1, 1, 1),\n(8763, 8171, 3.7037, 1, 1, 1),\n(8763, 15423, 24.0741, 1, 1, 1),\n(8764, 4304, 27.8396, 1, 1, 1),\n(8764, 8169, 3.118, 1, 1, 1),\n(8764, 8170, 39.4209, 1, 1, 1),\n(8764, 8171, 3.118, 1, 1, 1),\n(8764, 15423, 26.5033, 1, 1, 1),\n(8921, 4304, 72.7161, 1, 1, 1),\n(8921, 8169, 4.7517, 1, 1, 1),\n(8921, 8170, 19.6888, 1, 1, 1),\n(8921, 8368, 2.8127, 1, 1, 1),\n(8922, 4304, 41.1311, 1, 1, 1),\n(8922, 8169, 3.3419, 1, 1, 1),\n(8922, 8170, 45.5013, 1, 1, 1),\n(8922, 8171, 5.3985, 1, 1, 1),\n(8922, 8368, 4.6272, 1, 1, 1),\n(9042, 4304, 32.2404, 1, 1, 2),\n(9042, 8169, 3.8251, 1, 1, 1),\n(9042, 8170, 55.7377, 1, 1, 2),\n(9042, 8171, 5.4645, 1, 1, 1),\n(9042, 8368, 2.7322, 1, 1, 1),\n(9416, 4304, 42.4747, 1, 1, 2),\n(9416, 8169, 2.9667, 1, 1, 1),\n(9416, 8170, 45.8032, 1, 1, 2),\n(9416, 8171, 4.4863, 1, 1, 1),\n(9416, 8368, 4.1968, 1, 1, 1),\n(9690, 4304, 38.3738, 1, 1, 1),\n(9690, 8169, 2.6391, 1, 1, 1),\n(9690, 8170, 51.4979, 1, 1, 1),\n(9690, 8171, 4.2796, 1, 1, 1),\n(9690, 8368, 3.2097, 1, 1, 1),\n(9694, 4304, 37.224, 1, 1, 1),\n(9694, 8169, 3.1546, 1, 1, 1),\n(9694, 8170, 52.0505, 1, 1, 1),\n(9694, 8171, 3.7855, 1, 1, 1),\n(9694, 8368, 3.7855, 1, 1, 1),\n(9696, 4304, 10.9031, 1, 1, 2),\n(9696, 8170, 80.2863, 1, 1, 2),\n(9696, 8171, 4.5154, 1, 1, 1),\n(9696, 8368, 4.2952, 1, 1, 1),\n(9697, 4304, 36.2832, 1, 1, 1),\n(9697, 8169, 5.3097, 1, 1, 1),\n(9697, 8170, 50.4425, 1, 1, 1),\n(9697, 8171, 5.3097, 1, 1, 1),\n(9697, 8368, 2.6549, 1, 1, 1),\n(10151, 4304, 40, 0, 1, 2),\n(10151, 8169, 3, 0, 1, 1),\n(10151, 8170, 48, 0, 1, 2),\n(10151, 8171, 4, 0, 1, 1),\n(10151, 8368, 5, 0, 1, 1),\n(10221, 4304, 40.4124, 1, 1, 2),\n(10221, 8169, 2.6804, 1, 1, 1),\n(10221, 8170, 50.3093, 1, 1, 2),\n(10221, 8171, 3.7113, 1, 1, 1),\n(10221, 8368, 2.8866, 1, 1, 1),\n(10807, 4304, 5.0279, 1, 1, 1),\n(10807, 8170, 54.7486, 1, 1, 1),\n(10807, 8171, 6.1453, 1, 1, 1),\n(10807, 15423, 34.0782, 1, 1, 1),\n(12418, 4304, 37.0119, 1, 1, 1),\n(12418, 8169, 3.9049, 1, 1, 1),\n(12418, 8170, 52.8014, 1, 1, 1),\n(12418, 8171, 3.3956, 1, 1, 1),\n(12418, 8368, 2.8862, 1, 1, 1),\n(13036, 4304, 9.8258, 1, 1, 2),\n(13036, 8170, 80.7666, 1, 1, 2),\n(13036, 8171, 4.669, 1, 1, 1),\n(13036, 8368, 4.7387, 1, 1, 1),\n(8718, 4304, 12, 1, 1, 2),\n(8718, 8368, 12, 1, 1, 1),\n(768, 7428, 15, 1, 1, 1),\n(1713, 7428, 15, 1, 1, 1);\n\nUPDATE `creature_template` SET `skinloot` = 10151 WHERE `entry` = 11614;\n"
  },
  {
    "path": "data/sql/world/base/vanilla_spell_school_immunity.sql",
    "content": "/*\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=89;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=5720;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=7044;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=7045;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=7046;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=8278;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=8976;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=10184;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=13022;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=14388;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|1|2|4|8|16|32|64 WHERE entry=15922;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|16 WHERE entry=15989;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4|8|16|32|64 WHERE entry=16127;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4|8|16|32|64 WHERE entry=16149;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4|8|16|32|64 WHERE entry=16150;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|32 WHERE entry=16243;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|16 WHERE entry=16783;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=16784;\nUPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=16785;\n*/\n"
  },
  {
    "path": "data/sql/world/base/vanilla_spell_school_resistances.sql",
    "content": "/*  Deathmaw  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 6);\n\n\n/*  Lord Victor Nefarius  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10162, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10162, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10162, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10162, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10162, 6);\n\n\n/*  Lady Sylvanas Windrunner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10181, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10181, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10181, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10181, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10181, 6);\n\n\n/*  Onyxia  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 6);\n\n\n/*  Kashoch the Reaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10198, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10198, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10198, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10198, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10198, 6);\n\n\n/*  Lady Hederine  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10201, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10201, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10201, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10201, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10201, 6);\n\n\n/*  Solakar Flamewreath  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (177 , 10264, 2);\n\n\n/*  Aurora Skycaller  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10304, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10304, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10304, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10304, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10304, 6);\n\n\n/*  Emberstrife  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10321, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10321, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10321, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10321, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10321, 6);\n\n\n/*  Vaelastrasz the Red  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10340, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10340, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10340, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10340, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10340, 6);\n\n\n/*  Rage Talon Captain  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 6);\n\n\n/*  Xabraxxis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (76 , 10373, 6);\n\n\n/*  Ghostly Citizen  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (168 , 10385, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (168 , 10385, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (168 , 10385, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (168 , 10385, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (168 , 10385, 6);\n\n\n/*  Vengeful Phantom  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (161 , 10387, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (161 , 10387, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (161 , 10387, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (161 , 10387, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (161 , 10387, 6);\n\n\n/*  Skul  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10393, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10393, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10393, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10393, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10393, 6);\n\n\n/*  Thuzadin Shadowcaster  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (80 , 10398, 5);\n\n\n/*  Warchief Rend Blackhand  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10429, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10429, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10429, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10429, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10429, 6);\n\n\n/*  The Beast  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10430, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10430, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10430, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10430, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10430, 6);\n\n\n/*  Maleki the Pallid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10438, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10438, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10438, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10438, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10438, 6);\n\n\n/*  Baron Rivendare  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10440, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10440, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10440, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10440, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10440, 6);\n\n\n/*  Jandice Barov  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10503, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10503, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10503, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10503, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10503, 6);\n\n\n/*  Ras Frostwhisper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 6);\n\n\n/*  Jed Runewatcher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10509, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10509, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10509, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10509, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10509, 6);\n\n\n/*  Young Arikara  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 10581, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 10581, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 10581, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 10581, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 10581, 6);\n\n\n/*  Urok Enforcer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 10601, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 10601, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 10601, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 10601, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 10601, 6);\n\n\n/*  Rivern Frostwind  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10618, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10618, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10618, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10618, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10618, 6);\n\n\n/*  Eck'alom  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10642, 4);\n\n\n/*  Scryer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10664, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10664, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10664, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10664, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10664, 6);\n\n\n/*  Junior Apothecary Holland  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10665, 6);\n\n\n/*  Chromie  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10667, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10667, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10667, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10667, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10667, 6);\n\n\n/*  Carrion Scarab  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10699, 5);\n\n\n/*  Shy-Rotam  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10737, 6);\n\n\n/*  Scalding Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10756, 4);\n\n\n/*  Boiling Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10757, 4);\n\n\n/*  Grand Crusader Dathrohan  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10812, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10812, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10812, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10812, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10812, 6);\n\n\n/*  Balnazzar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10813, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10813, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10813, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10813, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (248 , 10813, 6);\n\n\n/*  Commander Ashlam Valorfist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10838, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10838, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10838, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10838, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10838, 6);\n\n\n/*  Undead Scarab  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10876, 5);\n\n\n/*  Arikara  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 6);\n\n\n/*  Goraluk Anvilcrack  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10899, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10899, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10899, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10899, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10899, 6);\n\n\n/*  Lorax  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10918, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10918, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10918, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10918, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10918, 6);\n\n\n/*  Tenell Leafrunner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10923, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10923, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10923, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10923, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10923, 6);\n\n\n/*  Ivy Leafrunner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10924, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10924, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10924, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10924, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10924, 6);\n\n\n/*  Haleh  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10929, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10929, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10929, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10929, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10929, 6);\n\n\n/*  Nessy  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10942, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10942, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10942, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10942, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10942, 6);\n\n\n/*  Summoned Water Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10955, 4);\n\n\n/*  Lord Maxwell Tyrosus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11034, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11034, 6);\n\n\n/*  Betina Bigglezink  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11035, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11035, 6);\n\n\n/*  Leonid Barthalomew the Revered  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11036, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11036, 6);\n\n\n/*  Duke Nicholas Zverenhoff  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11039, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11039, 6);\n\n\n/*  Fras Siabi  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11058, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11058, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11058, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11058, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11058, 6);\n\n\n/*  Carlin Redpath  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11063, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11063, 6);\n\n\n/*  Black Guard Swordsmith  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11121, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11121, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11121, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11121, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11121, 6);\n\n\n/*  Postmaster Malown  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 6);\n\n\n/*  Crimson Cannon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11199, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11199, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11199, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11199, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11199, 6);\n\n\n/*  Onyxian Whelp  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11262, 3);\n\n\n/*  Illusion of Jandice Barov  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11439, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11439, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11439, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11439, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11439, 6);\n\n\n/*  Gordok Enforcer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 6);\n\n\n/*  Gordok Mauler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 6);\n\n\n/*  Gordok Ogre-Mage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 6);\n\n\n/*  Ragnaros  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11502, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11502, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11502, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11502, 6);\n\n\n/*  Whirlwind Ripper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11576, 3);\n\n\n/*  Whirlwind Stormwalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11577, 3);\n\n\n/*  Whirlwind Shredder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11578, 3);\n\n\n/*  Nefarian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11583, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11583, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11583, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11583, 6);\n\n\n/*  Rattlegore  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11622, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11622, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11622, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11622, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11622, 6);\n\n\n/*  Molten Giant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 6);\n\n\n/*  Molten Destroyer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 6);\n\n\n/*  Flamewaker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 6);\n\n\n/*  Flamewaker Priest  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 6);\n\n\n/*  Flamewaker Healer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11663, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11663, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11663, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11663, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11663, 6);\n\n\n/*  Lava Annihilator  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11665, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11665, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11665, 6);\n\n\n/*  Firewalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 6);\n\n\n/*  Flameguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 6);\n\n\n/*  Firelord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 6);\n\n\n/*  Flame Imp  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 6);\n\n\n/*  Core Hound  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 6);\n\n\n/*  Core Rager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 6);\n\n\n/*  Ancient Core Hound  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 6);\n\n\n/*  Mannoroc Lasher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 11697, 5);\n\n\n/*  Greater Rock Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2736, 3);\n\n\n/*  Dust Stormer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11744, 3);\n\n\n/*  Cyclone Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11745, 3);\n\n\n/*  Desert Rumbler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11746, 3);\n\n\n/*  Desert Rager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11747, 3);\n\n\n/*  Shadowshard Rumbler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11777, 3);\n\n\n/*  Shadowshard Smasher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11778, 3);\n\n\n/*  Ambershard Crusher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11781, 3);\n\n\n/*  Ambershard Destroyer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11782, 3);\n\n\n/*  Theradrim Shardling  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11783, 3);\n\n\n/*  Theradrim Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11784, 3);\n\n\n/*  Keeper Remulos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11832, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11832, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11832, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11832, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11832, 6);\n\n\n/*  Tsunaman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11862, 4);\n\n\n/*  Grinning Dog  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 6);\n\n\n/*  Demon Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11876, 6);\n\n\n/*  Nathanos Blightcaller  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11878, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11878, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11878, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11878, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11878, 6);\n\n\n/*  Magmadar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (200 , 11982, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11982, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11982, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11982, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11982, 6);\n\n\n/*  Golemagg the Incinerator  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 6);\n\n\n/*  Majordomo Executus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (200 , 12018, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12018, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12018, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12018, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 12018, 6);\n\n\n/*  Baron Geddon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12056, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12056, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12056, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12056, 6);\n\n\n/*  Garr  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (200 , 12057, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12057, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12057, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12057, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12057, 6);\n\n\n/*  Lava Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12076, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12076, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12076, 6);\n\n\n/*  Sulfuron Harbinger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (200 , 12098, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12098, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12098, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12098, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 12098, 6);\n\n\n/*  Firesworn  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12099, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12099, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12099, 6);\n\n\n/*  Lava Reaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12100, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12100, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12100, 6);\n\n\n/*  Lava Surger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12101, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12101, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12101, 6);\n\n\n/*  Lucifron  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (93 , 12118, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12118, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12118, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (186 , 12118, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12118, 6);\n\n\n/*  Flamewaker Protector  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 6);\n\n\n/*  Lord Tirion Fordring  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12126, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12126, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12126, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12126, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12126, 6);\n\n\n/*  Onyxian Warder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12129, 3);\n\n\n/*  Son of Flame  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12143, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-93 , 12143, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12143, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12143, 6);\n\n\n/*  Princess Theradras  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12201, 3);\n\n\n/*  Meshlok the Harvester  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (30 , 12237, 5);\n\n\n/*  Gehennas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12259, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12259, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12259, 6);\n\n\n/*  Shazzrah  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12264, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12264, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12264, 5);\n\n\n/*  Lava Spawn  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12265, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12265, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12265, 6);\n\n\n/*  Demetria  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12339, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12339, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12339, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12339, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12339, 6);\n\n\n/*  Doomguard Commander  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 4);\n\n\n/*  Gorefang  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 6);\n\n\n/*  Old Vicejaw  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12432, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12432, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12432, 6);\n\n\n/*  Emeraldon Boughguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12474, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12474, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12474, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12474, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12474, 6);\n\n\n/*  Emeraldon Oracle  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12476, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12476, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12476, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12476, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12476, 6);\n\n\n/*  Verdantine Boughguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12477, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12477, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12477, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12477, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12477, 6);\n\n\n/*  Verdantine Oracle  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12478, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12478, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12478, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12478, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12478, 6);\n\n\n/*  Dreamtracker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12496, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12496, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12496, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12496, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12496, 6);\n\n\n/*  Dreamroarer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12497, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12497, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12497, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12497, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12497, 6);\n\n\n/*  Dreamstalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12498, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12498, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12498, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12498, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12498, 6);\n\n\n/*  Reginald Windsor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12580, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12580, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12580, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12580, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12580, 6);\n\n\n/*  Lady Onyxia  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12756, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12756, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12756, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12756, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12756, 6);\n\n\n/*  Tideress  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12759, 4);\n\n\n/*  Chimaerok  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 12800, 4);\n\n\n/*  Arcane Chimaerok  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 12801, 4);\n\n\n/*  Chimaerok Devourer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12802, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12802, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 12802, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12802, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12802, 6);\n\n\n/*  Lord Lakmaeran  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12803, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12803, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 12803, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12803, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12803, 6);\n\n\n/*  Baron Aquanis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (28 , 12876, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (56 , 12876, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12876, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (28 , 12876, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (140 , 12876, 6);\n\n\n/*  Axtroz  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12899, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12899, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12899, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12899, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12899, 6);\n\n\n/*  Somnus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12900, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12900, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12900, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12900, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12900, 6);\n\n\n/*  Kolkar Waylayer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12976, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12976, 5);\n\n\n/*  Kolkar Ambusher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12977, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12977, 5);\n\n\n/*  Duke Hydraxis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13278, 4);\n\n\n/*  Discordant Surge  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13279, 4);\n\n\n/*  Noxxion  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13282, 4);\n\n\n/*  Hydraxian Honor Guard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13322, 4);\n\n\n/*  Noxxion's Spawn  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 13456, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13456, 4);\n\n\n/*  Noxxious Scion  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (92 , 13696, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13696, 4);\n\n\n/*  Noxxious Essence  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (46 , 13736, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13736, 4);\n\n\n/*  Dart  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 6);\n\n\n/*  Olm the Wise  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 6);\n\n\n/*  Expeditionary Mountaineer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (290 , 14390, 2);\n\n\n/*  Expeditionary Priest  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (290 , 14393, 2);\n\n\n/*  Setis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14471, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14471, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14471, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14471, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14471, 6);\n\n\n/*  Phantim Illusion  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12898, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12898, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12898, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12898, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12898, 6);\n\n\n/*  Deathguard Kel  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12428, 6);\n\n\n/*  Rookery Whelp  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (171 , 10161, 2);\n\n\n/*  Venture Co. Cutter  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3990, 5);\n\n\n/*  Firemane Devourer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4333, 2);\n\n\n/*  Doomwarder Lord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4683, 2);\n\n\n/*  Murkshallow Shellhide  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 5);\n\n\n/*  Rage Talon Whelp  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10084, 2);\n\n\n/*  Shadowshard Thunderer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11779, 5);\n\n\n/*  Ambershard Rager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11780, 6);\n\n\n/*  Flamewaker Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12142, 2);\n\n\n/*  Magmakin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12806, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12806, 3);\n\n\n/*  Unkillable Test Dummy 60 Low Magic Resistances  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 12916, 1);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 12916, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 12916, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 12916, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 12916, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 12916, 6);\n\n\n/*  Unkillable Test Dummy 60 High Magic Resistances  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (225 , 12917, 1);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (225 , 12917, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (225 , 12917, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (225 , 12917, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (225 , 12917, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (225 , 12917, 6);\n\n\n/*  Kobold Miner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 40, 2);\n\n\n/*  Infernal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 89, 2);\n\n\n/*  Rock Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 92, 3);\n\n\n/*  Goretusk  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 157, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 157, 6);\n\n\n/*  Earth Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 329, 3);\n\n\n/*  Master Mathias Shaw  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 332, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 332, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 332, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 332, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 332, 6);\n\n\n/*  Gath'Ilzogg  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 334, 6);\n\n\n/*  Redridge Mongrel  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 423, 5);\n\n\n/*  Rabid Shadowhide Gnoll  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (50 , 434, 5);\n\n\n/*  Defias Rogue Wizard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 474, 3);\n\n\n/*  Kobold Tunneler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 475, 2);\n\n\n/*  Kobold Geomancer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 476, 2);\n\n\n/*  Lupos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 6);\n\n\n/*  Shadowhide Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (50 , 568, 5);\n\n\n/*  Defias Henchman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 6);\n\n\n/*  Defias Conjurer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 6);\n\n\n/*  Black Ravager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 628, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 628, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 628, 6);\n\n\n/*  Green Wyrmkin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 742, 5);\n\n\n/*  Green Scalebane  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 744, 5);\n\n\n/*  Elder Dragonkin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 746, 3);\n\n\n/*  Servant of Ilgalar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 819, 6);\n\n\n/*  Dragonmaw Swamprunner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1035, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1035, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1035, 6);\n\n\n/*  Wyrmkin Firebrand  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 6);\n\n\n/*  Scalebane Royal Guard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 6);\n\n\n/*  Dark Iron Dwarf  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1051, 6);\n\n\n/*  Dark Iron Saboteur  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1052, 6);\n\n\n/*  Dark Iron Tunneler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1053, 6);\n\n\n/*  Dark Iron Demolitionist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1054, 6);\n\n\n/*  Dark Iron Insurgent  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1169, 6);\n\n\n/*  Juvenile Snow Leopard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1199, 3);\n\n\n/*  Snow Leopard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1201, 3);\n\n\n/*  Dark Iron Sapper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1222, 6);\n\n\n/*  Ol' Sooty  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1225, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1225, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1225, 6);\n\n\n/*  Kobold Digger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1236, 2);\n\n\n/*  Father Gavin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1253, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1253, 6);\n\n\n/*  Black Ravager Mastiff  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1258, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1258, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1258, 6);\n\n\n/*  Archbishop Benedictus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1284, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1284, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1284, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1284, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1284, 6);\n\n\n/*  Deathguard Linnea  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1495, 6);\n\n\n/*  Deathguard Dillinger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1496, 6);\n\n\n/*  Ragged Scavenger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1509, 3);\n\n\n/*  Executor Zygand  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1515, 6);\n\n\n/*  Deathguard Simmer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1519, 6);\n\n\n/*  Defias Prisoner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 6);\n\n\n/*  Defias Captive  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 6);\n\n\n/*  Defias Inmate  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 6);\n\n\n/*  Defias Convict  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 6);\n\n\n/*  Defias Insurgent  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 6);\n\n\n/*  Defias Watchman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 6);\n\n\n/*  Defias Magician  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 6);\n\n\n/*  Deathguard Abraham  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1735, 6);\n\n\n/*  Deathguard Randolph  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1736, 6);\n\n\n/*  Deathguard Oliver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1737, 6);\n\n\n/*  Deathguard Phillip  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1739, 6);\n\n\n/*  Deathguard Bartrand  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1741, 6);\n\n\n/*  Deathguard Bartholomew  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1742, 6);\n\n\n/*  Deathguard Lawrence  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1743, 6);\n\n\n/*  Deathguard Morris  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1745, 6);\n\n\n/*  Deathguard Cyrus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1746, 6);\n\n\n/*  Highlord Bolvar Fordragon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1748, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1748, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1748, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1748, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1748, 6);\n\n\n/*  Lady Katrana Prestor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1749, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1749, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1749, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1749, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1749, 6);\n\n\n/*  Grand Admiral Jes-Tereth  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1750, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1750, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1750, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1750, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1750, 6);\n\n\n/*  Mithras Ironhill  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1751, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1751, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1751, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1751, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1751, 6);\n\n\n/*  Cold Wraith  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1800, 4);\n\n\n/*  Grand Inquisitor Isillien  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1840, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1840, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1840, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1840, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1840, 6);\n\n\n/*  Highlord Taelan Fordring  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1842, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1842, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1842, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1842, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 1842, 6);\n\n\n/*  The Husk  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1851, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1851, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1851, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1851, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 1851, 6);\n\n\n/*  Araj the Summoner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1852, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1852, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1852, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1852, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1852, 6);\n\n\n/*  Tirion Fordring  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 1855, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 1855, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 1855, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 1855, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 1855, 6);\n\n\n/*  Moonrage Watcher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1892, 5);\n\n\n/*  Moonrage Sentry  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1893, 5);\n\n\n/*  Moonrage Elder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1896, 5);\n\n\n/*  Dark Iron Ambusher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1981, 6);\n\n\n/*  Lord Melenas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2038, 6);\n\n\n/*  Chieftain Nek'rosh  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2091, 2);\n\n\n/*  Dark Iron Raider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2149, 6);\n\n\n/*  Shadowclaw  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2175, 6);\n\n\n/*  Deathguard Gavin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2209, 6);\n\n\n/*  Deathguard Royann  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2210, 6);\n\n\n/*  Syndicate Thief  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2241, 3);\n\n\n/*  Crushridge Ogre  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2252, 3);\n\n\n/*  Crushridge Brute  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2253, 3);\n\n\n/*  Crushridge Mauler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2254, 3);\n\n\n/*  Crushridge Mage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2255, 3);\n\n\n/*  Crushridge Enforcer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2256, 3);\n\n\n/*  Stone Fury  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2258, 3);\n\n\n/*  Enraged Stanley  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2275, 3);\n\n\n/*  Crushridge Warmonger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2287, 3);\n\n\n/*  Argus Shadow Mage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 2318, 5);\n\n\n/*  Elemental Slave  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2359, 3);\n\n\n/*  Tarren Mill Deathguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2405, 6);\n\n\n/*  Crushridge Plunderer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2416, 3);\n\n\n/*  Deathguard Samsa  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2418, 6);\n\n\n/*  Deathguard Humbert  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2419, 6);\n\n\n/*  Varimathras  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 5);\n\n\n/*  Dark Iron Supplier  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2575, 6);\n\n\n/*  Dark Iron Shadowcaster  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2577, 6);\n\n\n/*  Rumbling Exile  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2592, 3);\n\n\n/*  Lord Falconcrest  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2597, 3);\n\n\n/*  Vilebranch Soul Eater  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 2647, 5);\n\n\n/*  Lesser Rock Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2735, 3);\n\n\n/*  Rift Spawn  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6492, 6);\n\n\n/*  Ambassador Infernus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2745, 2);\n\n\n/*  Rumbler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2752, 3);\n\n\n/*  Myzrael  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (94 , 2755, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (94 , 2755, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (94 , 2755, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (282 , 2755, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (94 , 2755, 6);\n\n\n/*  Cresting Exile  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2761, 4);\n\n\n/*  Vengeful Surge  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2776, 4);\n\n\n/*  King Magni Bronzebeard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2784, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2784, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2784, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2784, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2784, 6);\n\n\n/*  Enraged Rock Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2791, 3);\n\n\n/*  Summoned Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2794, 4);\n\n\n/*  Prismatic Exile  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2887, 3);\n\n\n/*  Fam'retor Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2919, 3);\n\n\n/*  Cairne Bloodhoof  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 3057, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 3057, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 3057, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 3057, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 3057, 6);\n\n\n/*  Nazgrel  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3230, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3230, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3230, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3230, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3230, 6);\n\n\n/*  Deviate Venomwing  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 6);\n\n\n/*  Kolkar Wrangler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3272, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3272, 5);\n\n\n/*  Living Flame  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (30 , 3417, 5);\n\n\n/*  Deviate Dreadfang  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 6);\n\n\n/*  Melor Stonehoof  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3441, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3441, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3441, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3441, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3441, 6);\n\n\n/*  Ancient of Lore  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3468, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3468, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3468, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3468, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3468, 6);\n\n\n/*  Ancient of War  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3469, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3469, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3469, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3469, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 3469, 6);\n\n\n/*  Moonrage Armorer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3529, 5);\n\n\n/*  Moonrage Tailor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3531, 5);\n\n\n/*  Moonrage Leatherworker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3533, 5);\n\n\n/*  Mist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 6);\n\n\n/*  Kresh  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3653, 2);\n\n\n/*  Mutanus the Devourer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 3654, 5);\n\n\n/*  Delmanis the Hated  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3662, 6);\n\n\n/*  Akkrilus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3773, 6);\n\n\n/*  Balizar the Umbrage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (96 , 3899, 6);\n\n\n/*  Befouled Water Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3917, 4);\n\n\n/*  Minor Water Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3950, 4);\n\n\n/*  Enraged Stone Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4034, 3);\n\n\n/*  Furious Stone Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4035, 3);\n\n\n/*  Magatha Grimtotem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4046, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4046, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4046, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4046, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4046, 6);\n\n\n/*  Zor Lonetree  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4047, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4047, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4047, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4047, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4047, 6);\n\n\n/*  Cenarion Caretaker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (52 , 4050, 3);\n\n\n/*  Cenarion Druid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 4052, 3);\n\n\n/*  Mirkfallon Keeper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (80 , 4056, 3);\n\n\n/*  Dark Iron Bombardier  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4062, 6);\n\n\n/*  Blackrock Scout  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4064, 6);\n\n\n/*  Elanaria  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4088, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4088, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4088, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4088, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4088, 6);\n\n\n/*  Gravelsnout Kobold  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4111, 2);\n\n\n/*  Gravelsnout Vermin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4112, 2);\n\n\n/*  Gravelsnout Forager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4114, 2);\n\n\n/*  Gravelsnout Surveyor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4116, 2);\n\n\n/*  Deviate Stinglash  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 6);\n\n\n/*  Deviate Coiler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 6);\n\n\n/*  Thundering Boulderkin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4120, 3);\n\n\n/*  Gorm Grimtotem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4309, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4309, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4309, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4309, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4309, 6);\n\n\n/*  Cor Grimtotem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4310, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4310, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4310, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4310, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 4310, 6);\n\n\n/*  Strashaz Hydra  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4374, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4374, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4374, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4374, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4374, 6);\n\n\n/*  Withervine Bark Ripper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (37 , 4386, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (37 , 4386, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (37 , 4386, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 4386, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (37 , 4386, 6);\n\n\n/*  Rok'Alim the Pounder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4499, 3);\n\n\n/*  Death's Head Acolyte  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 4515, 6);\n\n\n/*  Death's Head Adept  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 4516, 6);\n\n\n/*  Stone Rumbler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4528, 3);\n\n\n/*  Geltharis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4619, 6);\n\n\n/*  Kolkar Centaur  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4632, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4632, 5);\n\n\n/*  Kolkar Scout  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4633, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4633, 5);\n\n\n/*  Kolkar Mauler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4634, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4634, 5);\n\n\n/*  Kolkar Windchaser  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4635, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4635, 5);\n\n\n/*  Kolkar Battle Lord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4636, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4636, 5);\n\n\n/*  Kolkar Destroyer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4637, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4637, 5);\n\n\n/*  Lesser Infernal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (90 , 4676, 2);\n\n\n/*  Nether Maiden  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (90 , 4679, 5);\n\n\n/*  Argent Guard Thaelrid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4787, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4787, 6);\n\n\n/*  Aku'mai  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 4829, 5);\n\n\n/*  Thrall  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4949, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4949, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4949, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4949, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4949, 6);\n\n\n/*  Lady Jaina Proudmoore  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4968, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4968, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4968, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4968, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4968, 6);\n\n\n/*  Aku'mai Servant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (130 , 4978, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 4978, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 4978, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 4978, 6);\n\n\n/*  Atal'ai Priest  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5269, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5269, 6);\n\n\n/*  Rabid Longtooth  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5288, 3);\n\n\n/*  Lethlas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5312, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5312, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5312, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5312, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5312, 6);\n\n\n/*  Phantim  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5314, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5314, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5314, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5314, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5314, 6);\n\n\n/*  Jademir Oracle  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5317, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5317, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5317, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5317, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5317, 6);\n\n\n/*  Jademir Boughguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5320, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5320, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5320, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5320, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5320, 6);\n\n\n/*  Arash-ethis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 6);\n\n\n/*  Zekkis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5400, 5);\n\n\n/*  Giant Surf Glider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (150 , 5432, 2);\n\n\n/*  Sea Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5461, 4);\n\n\n/*  Sea Spray  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5462, 4);\n\n\n/*  Land Rager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5465, 3);\n\n\n/*  Wastewander Shadow Mage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (105 , 5617, 5);\n\n\n/*  Undercity Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5624, 6);\n\n\n/*  Rothos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5718, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5718, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5718, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5718, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5718, 6);\n\n\n/*  Deathguard Lundmark  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5725, 6);\n\n\n/*  Lord Azrethoc  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5760, 6);\n\n\n/*  Guardian of Blizzard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5764, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5764, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5764, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5764, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5764, 6);\n\n\n/*  Azzere the Skyblade  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 6);\n\n\n/*  Dark Iron Geologist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5839, 6);\n\n\n/*  Dark Iron Steamsmith  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5840, 6);\n\n\n/*  Dark Iron Slaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5844, 6);\n\n\n/*  Dark Iron Taskmaster  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5846, 6);\n\n\n/*  Magma Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5855, 3);\n\n\n/*  Mesa Earth Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (1 , 5889, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5889, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (1 , 5889, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (1 , 5889, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (1 , 5889, 6);\n\n\n/*  Redrock Earth Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5890, 3);\n\n\n/*  Fire Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5896, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5896, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5896, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 5896, 6);\n\n\n/*  Felhound  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 6010, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 6010, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 6010, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 6010, 5);\n\n\n/*  Searing Infernal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 6073, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 6073, 5);\n\n\n/*  Highborne Lichling  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (80 , 6117, 4);\n\n\n/*  Dark Iron Spy  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6123, 6);\n\n\n/*  Captain Beld  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6124, 6);\n\n\n/*  Legashi Satyr  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6200, 6);\n\n\n/*  Legashi Rogue  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6201, 6);\n\n\n/*  Legashi Hellcaller  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6202, 6);\n\n\n/*  Irradiated Horror  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6220, 4);\n\n\n/*  Mechano-Flamewalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 6226, 2);\n\n\n/*  Mechano-Frostwalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (75 , 6227, 4);\n\n\n/*  Cyclonian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6239, 3);\n\n\n/*  Coralshell Lurker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6352, 2);\n\n\n/*  Deathguard Podrig  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6389, 6);\n\n\n/*  Henen Ragetotem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6393, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6393, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6393, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6393, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6393, 6);\n\n\n/*  Sergeant Rutger  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6395, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6395, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6395, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6395, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6395, 6);\n\n\n/*  Devilsaur  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 6498, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 6);\n\n\n/*  Ironhide Devilsaur  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 6);\n\n\n/*  Tyrant Devilsaur  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 6);\n\n\n/*  Tar Beast  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6517, 2);\n\n\n/*  Tar Lurker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6518, 2);\n\n\n/*  Tar Lord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6519, 2);\n\n\n/*  Dark Iron Rifleman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6523, 6);\n\n\n/*  Tar Creeper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6527, 2);\n\n\n/*  Tabetha  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6546, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6546, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6546, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6546, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 6546, 6);\n\n\n/*  Mana Surge  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6550, 6);\n\n\n/*  Monnos the Elder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 6646, 3);\n\n\n/*  Water Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (19 , 6748, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (38 , 6748, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6748, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (38 , 6748, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (19 , 6748, 6);\n\n\n/*  Swamp Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 6932, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 6932, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 6932, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (80 , 6932, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 6932, 6);\n\n\n/*  Obsidian Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7031, 3);\n\n\n/*  Greater Obsidian Elemental  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7032, 3);\n\n\n/*  Ironbeak Hunter  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7099, 5);\n\n\n/*  Jadefire Rogue  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7106, 6);\n\n\n/*  Jadefire Trickster  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7107, 6);\n\n\n/*  Jadefire Betrayer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7108, 6);\n\n\n/*  Jadefire Felsworn  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7109, 6);\n\n\n/*  Jadefire Shadowstalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7110, 6);\n\n\n/*  Jadefire Hellcaller  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7111, 6);\n\n\n/*  Toxic Horror  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7132, 4);\n\n\n/*  Infernal Bodyguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7135, 2);\n\n\n/*  Infernal Sentry  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7136, 2);\n\n\n/*  Ember  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7266, 2);\n\n\n/*  Frostsaber Stalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7432, 3);\n\n\n/*  Frostsaber Huntress  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7433, 3);\n\n\n/*  Frostsaber Pride Watcher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7434, 3);\n\n\n/*  Winterspring Owl  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7455, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7455, 5);\n\n\n/*  Winterspring Screecher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7456, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7456, 5);\n\n\n/*  Silverpine Deathguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7489, 6);\n\n\n/*  Razelikh the Defiler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7664, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7664, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (240 , 7664, 6);\n\n\n/*  Ilifar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7734, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7734, 6);\n\n\n/*  Felcular  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7735, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7735, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7735, 5);\n\n\n/*  Burning Servant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (30 , 7738, 5);\n\n\n/*  Vilebranch Ambusher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (70 , 7809, 2);\n\n\n/*  Teremus the Devourer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7846, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7846, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7846, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7846, 6);\n\n\n/*  High Tinker Mekkatorque  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7937, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7937, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7937, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7937, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7937, 6);\n\n\n/*  Tyrande Whisperwind  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7999, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7999, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7999, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7999, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7999, 6);\n\n\n/*  Chronalis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 8197, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 8197, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 8197, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 8197, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 8197, 6);\n\n\n/*  Old Cliff Jumper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 6);\n\n\n/*  Ironback  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 6);\n\n\n/*  Smoldar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8278, 3);\n\n\n/*  Scald  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8281, 2);\n\n\n/*  Deatheye  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 8302, 2);\n\n\n/*  Grunter  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 6);\n\n\n/*  Hakkari Sapper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 8336, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 8336, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 8336, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 8336, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (2 , 8336, 6);\n\n\n/*  Dark Iron Steelshifter  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8337, 6);\n\n\n/*  Hakkari Bloodkeeper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8438, 4);\n\n\n/*  Shade of Hakkar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8440, 4);\n\n\n/*  Dark Iron Sentry  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8504, 6);\n\n\n/*  Dark Caster  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 8526, 5);\n\n\n/*  Dark Adept  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (88 , 8546, 5);\n\n\n/*  Death Cultist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (81 , 8547, 5);\n\n\n/*  Vile Tutor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (85 , 8548, 5);\n\n\n/*  Shadowmage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (90 , 8550, 5);\n\n\n/*  Dark Summoner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (84 , 8551, 5);\n\n\n/*  Necromancer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (91 , 8553, 5);\n\n\n/*  Dark Iron Lookout  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8566, 6);\n\n\n/*  Angered Infernal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8608, 2);\n\n\n/*  Infernal Servant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8616, 2);\n\n\n/*  Dark Iron Watchman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8637, 6);\n\n\n/*  Gusting Vortex  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8667, 3);\n\n\n/*  Felhound Tracker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 5);\n\n\n/*  Massive Infernal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8680, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8680, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8680, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8680, 6);\n\n\n/*  Dreadlord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 5);\n\n\n/*  Felguard Elite  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8717, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8717, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8717, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8717, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8717, 6);\n\n\n/*  Anvilrage Overseer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8889, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8889, 5);\n\n\n/*  Anvilrage Warden  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8890, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8890, 5);\n\n\n/*  Molten War Golem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-140 , 8908, 4);\n\n\n/*  Fireguard Destroyer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8911, 2);\n\n\n/*  Panzor the Invincible  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (30 , 8923, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 6);\n\n\n/*  Lord Incendius  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9017, 2);\n\n\n/*  Lord Roccor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 6);\n\n\n/*  Overmaster Pyron  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9026, 2);\n\n\n/*  Anub'shiah  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9031, 5);\n\n\n/*  Burning Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 9178, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 9178, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 9178, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (60 , 9178, 6);\n\n\n/*  Swirling Vortex  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9377, 3);\n\n\n/*  Ground Pounder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9396, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 6);\n\n\n/*  Living Storm  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9397, 3);\n\n\n/*  Aquementas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9453, 4);\n\n\n/*  Blackrock Ambusher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 9522, 6);\n\n\n/*  Treant Spirit  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (53 , 9601, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (53 , 9601, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (53 , 9601, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (106 , 9601, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (53 , 9601, 6);\n\n\n/*  Blackrock Raider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 9605, 6);\n\n\n/*  Pyroguard Emberseer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9816, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 6);\n\n\n/*  Jaedenar Legionnaire  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (50 , 9862, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (50 , 9862, 5);\n\n\n/*  Entropic Horror  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9879, 2);\n\n\n/*  Night Watch Guard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10038, 6);\n\n\n/*  Mushgog  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (30 , 11447, 5);\n\n\n/*  Warpwood Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-58 , 11461, 2);\n\n\n/*  Warpwood Treant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-55 , 11462, 2);\n\n\n/*  Warpwood Tangler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-56 , 11464, 2);\n\n\n/*  Warpwood Stomper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-58 , 11465, 2);\n\n\n/*  Arcane Aberration  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 6);\n\n\n/*  Mana Remnant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 6);\n\n\n/*  Residual Monstrosity  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11484, 6);\n\n\n/*  Magister Kalendris  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11487, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11487, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11487, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11487, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11487, 6);\n\n\n/*  Immol'thar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11496, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11496, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11496, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11496, 5);\n\n\n/*  Lord Kazzak  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12397, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12397, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12397, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12397, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12397, 6);\n\n\n/*  Frostwolf Battleguard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14285, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14285, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14285, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14285, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14285, 6);\n\n\n/*  Ferra  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14308, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14308, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14308, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14308, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14308, 6);\n\n\n/*  Captain Kromcrush  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14325, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14325, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14325, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14325, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14325, 6);\n\n\n/*  Highlord Demitrian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14347, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14347, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14347, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14347, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14347, 6);\n\n\n/*  Earthcaller Franzahl  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14348, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14348, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14348, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14348, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14348, 6);\n\n\n/*  Arcane Torrent  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14399, 3);\n\n\n/*  Arcane Feedback  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14400, 3);\n\n\n/*  Phase Lasher (Fire)  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (275 , 14061, 5);\n\n\n/*  Phase Lasher (Nature)  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (275 , 14062, 5);\n\n\n/*  Phase Lasher (Arcane)  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (275 , 14063, 5);\n\n\n/*  Phase Lasher (Frost)  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (275 , 14184, 5);\n\n\n/*  RaidMage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 14162, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 14162, 6);\n\n\n/*  Guard Quine  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12786, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12786, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12786, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12786, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12786, 6);\n\n\n/*  Guard Hammon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12787, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12787, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12787, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12787, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12787, 6);\n\n\n/*  Legionnaire Teena  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12788, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12788, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12788, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12788, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12788, 6);\n\n\n/*  Blood Guard Hini'wana  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12789, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12789, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12789, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12789, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12789, 6);\n\n\n/*  Advisor Willington  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12790, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12790, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12790, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12790, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12790, 6);\n\n\n/*  Chieftain Earthbind  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12791, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12791, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12791, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12791, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12791, 6);\n\n\n/*  Grunt Korf  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12797, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12797, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12797, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12797, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12797, 6);\n\n\n/*  Grunt Bek'rah  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12798, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12798, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12798, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12798, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12798, 6);\n\n\n/*  Mor'zul Bloodbringer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14436, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14436, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14436, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14436, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14436, 6);\n\n\n/*  Enslaved Doomguard Commander  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 5);\n\n\n/*  The Windreaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14454, 3);\n\n\n/*  Watery Invader  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14458, 4);\n\n\n/*  Blazing Invader  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14460, 2);\n\n\n/*  Baron Charr  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14461, 2);\n\n\n/*  Thundering Invader  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14462, 3);\n\n\n/*  Avalanchion  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14464, 3);\n\n\n/*  Xorothian Dreadsteed  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 6);\n\n\n/*  Lord Hel'nurath  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 5);\n\n\n/*  Death Knight Darkreaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14516, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14516, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14516, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14516, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14516, 6);\n\n\n/*  Vartrus the Ancient  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14524, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14524, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14524, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14524, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14524, 6);\n\n\n/*  Stoma the Ancient  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14525, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14525, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14525, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14525, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14525, 6);\n\n\n/*  Hastat the Ancient  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14526, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14526, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14526, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14526, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14526, 6);\n\n\n/*  Precious  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14528, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14528, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14528, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14528, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14528, 6);\n\n\n/*  Artorius the Doombringer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14535, 6);\n\n\n/*  Precious the Devourer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14538, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14538, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14538, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14538, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14538, 6);\n\n\n/*  Winterax Berserker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10984, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10984, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10984, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10984, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10984, 6);\n\n\n/*  Drek'Thar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11946, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11946, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11946, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11946, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11946, 6);\n\n\n/*  Captain Galvangar  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11947, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11947, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11947, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11947, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11947, 6);\n\n\n/*  Vanndar Stormpike  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11948, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11948, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11948, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11948, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11948, 6);\n\n\n/*  Captain Balinda Stonehearth  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11949, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11949, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11949, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11949, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 11949, 6);\n\n\n/*  Korrak the Bloodrager  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12159, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12159, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12159, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12159, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12159, 6);\n\n\n/*  Commander Randolph  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13139, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13139, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13139, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13139, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13139, 6);\n\n\n/*  Commander Malgor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13152, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13152, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13152, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13152, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13152, 6);\n\n\n/*  Commander Mulfort  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13153, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13153, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13153, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13153, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13153, 6);\n\n\n/*  Commander Louis Philips  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13154, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13154, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13154, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13154, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13154, 6);\n\n\n/*  Deathstalker Agent  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13155, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13155, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13155, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13155, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13155, 6);\n\n\n/*  Lokholar the Ice Lord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13256, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13256, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13256, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13256, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13256, 6);\n\n\n/*  Commander Mortimer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13318, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13318, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13318, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13318, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13318, 6);\n\n\n/*  Commander Duffy  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13319, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13319, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13319, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13319, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13319, 6);\n\n\n/*  Commander Karl Philips  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13320, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13320, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13320, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13320, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13320, 6);\n\n\n/*  Stormpike Mine Layer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13356, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13356, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13356, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13356, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13356, 6);\n\n\n/*  Frostwolf Mine Layer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13357, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13357, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13357, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13357, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13357, 6);\n\n\n/*  Irondeep Peon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13397, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13397, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13397, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13397, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13397, 6);\n\n\n/*  Ivus the Forest Lord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13419, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13419, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13419, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13419, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13419, 6);\n\n\n/*  Champion Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13421, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13421, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13421, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13421, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13421, 6);\n\n\n/*  Champion Defender  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13422, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13422, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13422, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13422, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 13422, 6);\n\n\n/*  Field Marshal Teravaine  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13446, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13446, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13446, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13446, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13446, 6);\n\n\n/*  Warmaster Garrick  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13449, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13449, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13449, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13449, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13449, 6);\n\n\n/*  Champion Commando  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13527, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13527, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13527, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13527, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13527, 6);\n\n\n/*  Champion Reaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13531, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13531, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13531, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13531, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13531, 6);\n\n\n/*  Prospector Stonehewer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13816, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13816, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13816, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13816, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13816, 6);\n\n\n/*  Voggah Deathgrip  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13817, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13817, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13817, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13817, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13817, 6);\n\n\n/*  Lieutenant Haggerdin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13841, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13841, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13841, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13841, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13841, 6);\n\n\n/*  Alterac Yeti  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13959, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13959, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13959, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13959, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 13959, 6);\n\n\n/*  High Overlord Saurfang  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14720, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14720, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14720, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14720, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14720, 6);\n\n\n/*  Vilebranch Kidnapper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (70 , 14748, 2);\n\n\n/*  Guse's War Rider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14943, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14943, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14943, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14943, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14943, 6);\n\n\n/*  Jeztor's War Rider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14944, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14944, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14944, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14944, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14944, 6);\n\n\n/*  Mulverick's War Rider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14945, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14945, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14945, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14945, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14945, 6);\n\n\n/*  Slidore's Gryphon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14946, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14946, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14946, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14946, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14946, 6);\n\n\n/*  Ichman's Gryphon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14947, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14947, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14947, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14947, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14947, 6);\n\n\n/*  Vipore's Gryphon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14948, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14948, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14948, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14948, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (20 , 14948, 6);\n\n\n/*  Necrosis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14694, 5);\n\n\n/*  Kergul Bloodaxe  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10360, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10360, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10360, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10360, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10360, 6);\n\n\n/*  Flamegor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11981, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11981, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11981, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11981, 6);\n\n\n/*  Firemaw  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11983, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11983, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11983, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11983, 6);\n\n\n/*  Broodlord Lashlayer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12017, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12017, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12017, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12017, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12017, 6);\n\n\n/*  Glordrum Steelbeard  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12197, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12197, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12197, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12197, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12197, 6);\n\n\n/*  Razorgore the Untamed  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12435, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12435, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12435, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12435, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12435, 6);\n\n\n/*  Blackwing Spellbinder  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12457, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12457, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12457, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12457, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12457, 6);\n\n\n/*  Blackwing Taskmaster  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12458, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12458, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12458, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12458, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12458, 6);\n\n\n/*  Blackwing Warlock  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12459, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12459, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12459, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12459, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12459, 6);\n\n\n/*  Death Talon Flamescale  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12463, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12463, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12463, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12463, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12463, 6);\n\n\n/*  Death Talon Seether  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12464, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12464, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12464, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12464, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12464, 6);\n\n\n/*  Death Talon Wyrmkin  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12465, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12465, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12465, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12465, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12465, 6);\n\n\n/*  Death Talon Captain  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12467, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12467, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12467, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12467, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12467, 6);\n\n\n/*  Death Talon Hatcher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12468, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12468, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12468, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12468, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12468, 6);\n\n\n/*  Vaelastrasz the Corrupt  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13020, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13020, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13020, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 13020, 6);\n\n\n/*  Chromaggus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 5);\n\n\n/*  Corrupted Red Whelp  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 14022, 2);\n\n\n/*  Corrupted Bronze Whelp  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 14025, 6);\n\n\n/*  Green Drakonid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14262, 3);\n\n\n/*  Bronze Drakonid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14263, 6);\n\n\n/*  Red Drakonid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14264, 2);\n\n\n/*  Prince Thunderaan  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14435, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14435, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14435, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14435, 6);\n\n\n/*  Blackwing Guardsman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14456, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14456, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14456, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14456, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14456, 6);\n\n\n/*  Ebonroc  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14601, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14601, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14601, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14601, 6);\n\n\n/*  Silas Darkmoon  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14823, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14823, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14823, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14823, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14823, 6);\n\n\n/*  Blood Steward of Kirtonos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14861, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14861, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14861, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14861, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14861, 6);\n\n\n/*  Kartra Bloodsnarl  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14942, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14942, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14942, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14942, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14942, 6);\n\n\n/*  Elfarran  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14981, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14981, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14981, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14981, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14981, 6);\n\n\n/*  Lylandris  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14982, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14982, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14982, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14982, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14982, 6);\n\n\n/*  Blue Drakonid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14261, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 14261, 6);\n\n\n/*  Black Drakonid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14265, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14265, 5);\n\n\n/*  Chromatic Drakonid  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 6);\n\n\n/*  Grizzle Halfmane  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 347, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 347, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 347, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 347, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 347, 6);\n\n\n/*  Aethalas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2302, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2302, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2302, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2302, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2302, 6);\n\n\n/*  Kurden Bloodclaw  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2804, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2804, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2804, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2804, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 2804, 6);\n\n\n/*  Brakgul Deathbringer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3890, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3890, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3890, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3890, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 3890, 6);\n\n\n/*  Brogun Stoneshield  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5118, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5118, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5118, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5118, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 5118, 6);\n\n\n/*  Thelman Slatefist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7410, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7410, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7410, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7410, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7410, 6);\n\n\n/*  Taim Ragetotem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7427, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7427, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7427, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7427, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 7427, 6);\n\n\n/*  Donal Osgood  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 857, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 857, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 857, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 857, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 857, 6);\n\n\n/*  Keras Wolfheart  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 907, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 907, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 907, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 907, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 907, 6);\n\n\n/*  Martin Lindsey  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12198, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12198, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12198, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12198, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12198, 6);\n\n\n/*  Parasitic Serpent  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14884, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14884, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14884, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14884, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14884, 6);\n\n\n/*  Field Marshal Oslight  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14983, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14983, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14983, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14983, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14983, 6);\n\n\n/*  Deze Snowbane  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15006, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15006, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15006, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15006, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15006, 6);\n\n\n/*  Sir Malory Wheeler  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15007, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15007, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15007, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15007, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15007, 6);\n\n\n/*  Lady Hoteshem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15008, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15008, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15008, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15008, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15008, 6);\n\n\n/*  Booty Bay Elite  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15088, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15088, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15088, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15088, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15088, 6);\n\n\n/*  Powerful Healing Ward  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14987, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14987, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14987, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14987, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14987, 6);\n\n\n/*  Samuel Hawke  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15127, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15127, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15127, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15127, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15127, 6);\n\n\n/*  Scarlet Inquisitor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15162, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15162, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15162, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15162, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15162, 6);\n\n\n/*  High Priest Thekal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14509, 6);\n\n\n/*  Brain Wash Totem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15112, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15112, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15112, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15112, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15112, 6);\n\n\n/*  Glibb  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15172, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15172, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15172, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15172, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15172, 6);\n\n\n/*  Commander Mar'alith  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15181, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15181, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15181, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15181, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15181, 6);\n\n\n/*  Vish Kozus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15182, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15182, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15182, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15182, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15182, 6);\n\n\n/*  Brood of Nozdormu  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15185, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15185, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15185, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15185, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15185, 6);\n\n\n/*  Anachronos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15192, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15192, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15192, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15192, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15192, 6);\n\n\n/*  Vyral the Vile  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15202, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15202, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15202, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15202, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15202, 6);\n\n\n/*  Prince Skaldrenox  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15203, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15203, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15203, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15203, 6);\n\n\n/*  High Marshal Whirlaxis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15204, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15204, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15204, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15204, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15204, 6);\n\n\n/*  Baron Kazum  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15205, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15205, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15205, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15205, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15205, 6);\n\n\n/*  The Duke of Cynders  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15206, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15206, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15206, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15206, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15206, 6);\n\n\n/*  The Duke of Fathoms  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15207, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15207, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15207, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15207, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15207, 6);\n\n\n/*  The Duke of Shards  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15208, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15208, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15208, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15208, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15208, 6);\n\n\n/*  Mistress Natalia Mar'alith  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15215, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15215, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15215, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15215, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15215, 6);\n\n\n/*  The Duke of Zephyrs  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15220, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15220, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15220, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15220, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15220, 6);\n\n\n/*  Dream Fog  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15224, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15224, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15224, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15224, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15224, 6);\n\n\n/*  Lord Skwol  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15305, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15305, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15305, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15305, 6);\n\n\n/*  Emissary Roman'khan  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14862, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14862, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14862, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14862, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14862, 6);\n\n\n/*  Xil'xix  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15286, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15286, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15286, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15286, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15286, 6);\n\n\n/*  Aluntir  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15288, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15288, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15288, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15288, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15288, 6);\n\n\n/*  Arakis  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15290, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15290, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15290, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15290, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15290, 6);\n\n\n/*  Dark Iron Kidnapper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 15692, 6);\n\n\n/*  Merithra of the Dream  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15378, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15378, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15378, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15378, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15378, 6);\n\n\n/*  Caelestrasz  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15379, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15379, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15379, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15379, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15379, 6);\n\n\n/*  Arygos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15380, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15380, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15380, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15380, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15380, 6);\n\n\n/*  Anachronos the Ancient  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15381, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15381, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15381, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15381, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15381, 6);\n\n\n/*  Qiraji Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (115 , 15387, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (115 , 15387, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (115 , 15387, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (115 , 15387, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (115 , 15387, 6);\n\n\n/*  Captain Qeez  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (115 , 15391, 6);\n\n\n/*  Eranikus, Tyrant of the Dream  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15491, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15491, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15491, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15491, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15491, 6);\n\n\n/*  Lieutenant General Nokhor  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15818, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15818, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15818, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15818, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15818, 6);\n\n\n/*  Qiraji Brigadier General Pax-lish  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15817, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15817, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15817, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15817, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15817, 6);\n\n\n/*  Colossus of Zora  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15740, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15740, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15740, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15740, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15740, 6);\n\n\n/*  Stormwind Cavalryman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15857, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15857, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15857, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15857, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15857, 6);\n\n\n/*  Stormwind Archmage  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15859, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15859, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15859, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15859, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15859, 6);\n\n\n/*  Ironforge Cavalryman  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15862, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15862, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15862, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15862, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15862, 6);\n\n\n/*  High Commander Lynore Windstryke  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15866, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15866, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15866, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15866, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15866, 6);\n\n\n/*  Highlord Leoric Von Zeldig  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15868, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15868, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15868, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15868, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15868, 6);\n\n\n/*  Duke August Foehammer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15870, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15870, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15870, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15870, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15870, 6);\n\n\n/*  The Master's Eye  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15963, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15963, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15963, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15963, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15963, 6);\n\n\n/*  J.D. Shadesong  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15614, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15614, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15614, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15614, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15614, 6);\n\n\n/*  Spirit of Azuregos  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15481, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15481, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15481, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15481, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15481, 6);\n\n\n/*  Doctor Weavil  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15552, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15552, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15552, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15552, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15552, 6);\n\n\n/*  Minion of Weavil  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15591, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15591, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15591, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15591, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15591, 6);\n\n\n/*  Jonathan the Revelator  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15693, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15693, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15693, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15693, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15693, 6);\n\n\n/*  Omen  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 15467, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 15467, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 15467, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 15467, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (26 , 15467, 6);\n\n\n/*  Number Two  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (150 , 15554, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (150 , 15554, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (150 , 15554, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (150 , 15554, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (150 , 15554, 6);\n\n\n/*  Fandral Staghelm  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15382, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15382, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15382, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15382, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15382, 6);\n\n\n/*  Anubisath Conqueror  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15424, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15424, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15424, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15424, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15424, 6);\n\n\n/*  Xandivious  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15623, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15623, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15623, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15623, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15623, 6);\n\n\n/*  Twilight Corrupter  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15625, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15625, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15625, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 15625, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15625, 6);\n\n\n/*  Eranikus the Redeemed  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15628, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15628, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15628, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15628, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15628, 6);\n\n\n/*  Nightmare Phantasm  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15629, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15629, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15629, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15629, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 15629, 6);\n\n\n/*  Tyrande  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15633, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15633, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15633, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15633, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15633, 6);\n\n\n/*  Supreme Silithid Flayer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15759, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15759, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15759, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15759, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15759, 6);\n\n\n/*  Supreme Anubisath Warbringer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15758, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15758, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15758, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15758, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15758, 6);\n\n\n/*  Qiraji Lieutenant General  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15757, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15757, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15757, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15757, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 15757, 6);\n\n\n/*  Imperial Qiraji Destroyer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15744, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15744, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15744, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15744, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15744, 6);\n\n\n/*  Colossus of Ashi  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15742, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15742, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15742, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15742, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15742, 6);\n\n\n/*  Colossus of Regal  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15741, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15741, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15741, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15741, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 15741, 6);\n\n\n/*  Colossal Anubisath Warbringer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (175 , 15743, 6);\n\n\n/*  Magma Lord Bokk  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16043, 3);\n\n\n/*  Spirit of Lord Valthalak  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16073, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16073, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16073, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16073, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16073, 6);\n\n\n/*  Lord Valthalak  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16042, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16042, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16042, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16042, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16042, 6);\n\n\n/*  Deathknight  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16146, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16146, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16146, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16146, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16146, 6);\n\n\n/*  Spectral Horse  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16149, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16149, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16149, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16149, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16149, 6);\n\n\n/*  Risen Deathknight  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16154, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16154, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16154, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16154, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16154, 6);\n\n\n/*  Dark Touched Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16156, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16156, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16156, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16156, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16156, 6);\n\n\n/*  Death Touched Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16158, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16158, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16158, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16158, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16158, 6);\n\n\n/*  Deathknight Cavalier  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16163, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16163, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16163, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16163, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16163, 6);\n\n\n/*  Dread Creeper  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15974, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15974, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15974, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15974, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15974, 6);\n\n\n/*  Necro Knight  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16165, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16165, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16165, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16165, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16165, 6);\n\n\n/*  Bony Construct  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16167, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16167, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16167, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16167, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16167, 6);\n\n\n/*  Stoneskin Gargoyle  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16168, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16168, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16168, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16168, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16168, 6);\n\n\n/*  Skeletal Smith  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16193, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16193, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16193, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16193, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16193, 6);\n\n\n/*  Unholy Axe  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16194, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16194, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16194, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16194, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16194, 6);\n\n\n/*  Unholy Staff  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16215, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16215, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16215, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16215, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16215, 6);\n\n\n/*  Unholy Swords  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16216, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16216, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16216, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16216, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16216, 6);\n\n\n/*  Eye Stalk  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16236, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16236, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16236, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16236, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16236, 6);\n\n\n/*  Plague Slime  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16243, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16243, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16243, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16243, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16243, 6);\n\n\n/*  Infectious Ghoul  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16244, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16244, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16244, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16244, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16244, 6);\n\n\n/*  Mutated Grub  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16297, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16297, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16297, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16297, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16297, 6);\n\n\n/*  Deathchill Servant  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16390, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16390, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16390, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16390, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16390, 6);\n\n\n/*  Plagued Ghoul  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16447, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16447, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16447, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16447, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16447, 6);\n\n\n/*  Plagued Deathhound  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16448, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16448, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16448, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16448, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16448, 6);\n\n\n/*  Necro Stalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16453, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16453, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16453, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16453, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16453, 6);\n\n\n/*  Naxxramas Follower  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16505, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16505, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16505, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16505, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16505, 6);\n\n\n/*  Anub'Rekhan  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15956, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15956, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15956, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15956, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15956, 6);\n\n\n/*  Bile Retcher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16018, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16018, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16018, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16018, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16018, 6);\n\n\n/*  Carrion Spinner  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15975, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15975, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15975, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15975, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15975, 6);\n\n\n/*  Crypt Reaver  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15978, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15978, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15978, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15978, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15978, 6);\n\n\n/*  Feugen  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15930, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15930, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15930, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15930, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15930, 6);\n\n\n/*  Gluth  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15932, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15932, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15932, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15932, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15932, 6);\n\n\n/*  Gothik the Harvester  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16060, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16060, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16060, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16060, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16060, 6);\n\n\n/*  Grand Widow Faerlina  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15953, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15953, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15953, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15953, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15953, 6);\n\n\n/*  Grobbulus  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15931, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15931, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15931, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15931, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15931, 6);\n\n\n/*  Heigan the Unclean  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15936, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15936, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15936, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15936, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15936, 6);\n\n\n/*  Highlord Mograine  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16062, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16062, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16062, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16062, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16062, 6);\n\n\n/*  Infectious Skitterer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15977, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15977, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15977, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15977, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15977, 6);\n\n\n/*  Kel'Thuzad  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15990, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15990, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15990, 6);\n\n\n/*  Lady Blaumeux  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16065, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16065, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16065, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16065, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16065, 6);\n\n\n/*  Living Monstrosity  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16021, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16021, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16021, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16021, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16021, 6);\n\n\n/*  Loatheb  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16011, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16011, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16011, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16011, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16011, 6);\n\n\n/*  Mad Scientist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16020, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16020, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16020, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16020, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16020, 6);\n\n\n/*  Maexxna  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15952, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15952, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15952, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15952, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15952, 6);\n\n\n/*  Naxxramas Cultist  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15980, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15980, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15980, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15980, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15980, 6);\n\n\n/*  Naxxramas Acolyte  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15981, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15981, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15981, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15981, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15981, 6);\n\n\n/*  Noth the Plaguebringer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15954, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15954, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15954, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15954, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15954, 6);\n\n\n/*  Patchwerk  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16028, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16028, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16028, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16028, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16028, 6);\n\n\n/*  Patchwork Golem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16017, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16017, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16017, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16017, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16017, 6);\n\n\n/*  Plague Beast  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16034, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16034, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16034, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16034, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16034, 6);\n\n\n/*  Sapphiron  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15989, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15989, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15989, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15989, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15989, 6);\n\n\n/*  Shade of Naxxramas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16164, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16164, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16164, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16164, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16164, 6);\n\n\n/*  Sir Zeliek  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16063, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16063, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16063, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16063, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16063, 6);\n\n\n/*  Skeletal Steed  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16067, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16067, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16067, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16067, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16067, 6);\n\n\n/*  Sludge Belcher  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16029, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16029, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16029, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16029, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16029, 6);\n\n\n/*  Stalagg  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15929, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15929, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15929, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15929, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15929, 6);\n\n\n/*  Stitched Spewer  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16025, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16025, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16025, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16025, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16025, 6);\n\n\n/*  Thaddius  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15928, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15928, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15928, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15928, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15928, 6);\n\n\n/*  Thane Korth'azz  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16064, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16064, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16064, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16064, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16064, 6);\n\n\n/*  Venom Stalker  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15976, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15976, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15976, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15976, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15976, 6);\n\n\n/*  Deathknight Captain  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16145, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16145, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16145, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16145, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16145, 6);\n\n\n/*  Instructor Razuvious  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16061, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16061, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16061, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16061, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16061, 6);\n\n\n/*  Atiesh  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16387, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16387, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16387, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16387, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16387, 6);\n\n\n/*  Unrelenting Rider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16126, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16126, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16126, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16126, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16126, 6);\n\n\n/*  Spectral Rider  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16150, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16150, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16150, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16150, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16150, 6);\n\n\n/*  Plagued Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16981, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16981, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16981, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16981, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16981, 6);\n\n\n/*  Plagued Champion  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16983, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16983, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16983, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16983, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16983, 6);\n\n\n/*  Plagued Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16984, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16984, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16984, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16984, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16984, 6);\n\n\n/*  Spirit of the Damned  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16379, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16379, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16379, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16379, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16379, 6);\n\n\n/*  Bone Witch  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16380, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16380, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16380, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16380, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16380, 6);\n\n\n/*  Lightning Totem  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16385, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16385, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16385, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16385, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16385, 6);\n\n\n/*  Death Lord  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16861, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16861, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16861, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16861, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16861, 6);\n\n\n/*  Spirit of Blaumeux  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16776, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16776, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16776, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16776, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16776, 6);\n\n\n/*  Spirit of Zeliek  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16777, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16777, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16777, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16777, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16777, 6);\n\n\n/*  Spirit of Korth'azz  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16778, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16778, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16778, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16778, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 16778, 6);\n\n\n/*  Necro Knight Guardian  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16452, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16452, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16452, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16452, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16452, 6);\n\n\n/*  Deathknight Vindicator  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16451, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16451, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16451, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16451, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 16451, 6);\n\n\n/*  Spirit of Naxxramas  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16449, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16449, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16449, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16449, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16449, 6);\n\n\n/*  Doom Touched Warrior  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16157, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16157, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16157, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16157, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 16157, 6);\n\n\n/*  Tomb Horror  */\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15979, 2);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15979, 3);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15979, 4);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15979, 5);\nREPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 15979, 6);\n"
  },
  {
    "path": "data/sql/world/base/vanilla_vendors.sql",
    "content": "/*  Hide vendor items until the player has completed the progression level for them */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN \n(66, 372, 483, 789, 790, 843, 844, 958, 983, 989, 1148, 1250, 1257, 1275, 1286, 1307, 1308, 1313, 1325, 1326, 1347, 1351, 1448, 1453, 1454, 1463, 1474, 1672, 1673, 1692, 1694, \n2118, 2380, 2381, 2394, 2397, 2480, 2481, 2664, 2668, 2669, 2670, 2672, 2682, 2683, 2684, 2685, 2687, 2688, 2697, 2698, 2699, 2803, 2805, 2806, 2810, 2812, 2816, 2819, 2821, 2846, 2848, 2849, \n3002, 3003, 3005, 3010, 3014, 3017, 3025, 3027, 3081, 3085, 3091, 3096, 3133, 3167, 3168, 3187, 3312, 3313, 3323, 3329, 3334, 3335, 3342, 3348, 3351, 3358, 3364, 3366, 3367, 3368, \n3400, 3405, 3410, 3413, 3482, 3485, 3490, 3495, 3499, 3500, 3518, 3542, 3548, 3551, 3562, 3578, 3614, 3625, 3700, 3779, 3954, 3955, 3956, 3958, 3970, 4083, 4168, 4169, 4170, 4189, \n4216, 4220, 4221, 4223, 4225, 4229, 4226, 4241, 4256, 4265, 4553, 4554, 4255, 4561, 4562, 4571, 4575, 4577, 4585, 4587, 4589, 4599, 4610, 4615, 4775, 4878, 4890, 4897, 4899, 4981, \n5109, 5110, 5111, 5124, 5128, 5134, 5138, 5139, 5151, 5154, 5160, 5163, 5175, 5178, 5483, 5503, 5514, 5519, 5565, 5594, 5783, 5817, 5944, 6028, 6298, 6301, 6567, 6568, 6574, 6576, \n6730, 6731, 6735, 6738, 6740, 6741, 6746, 6777, 6929, 7852, 7854, 7940, 7947, 7978, 8145, 8157, 8158, 8160, 8177, 8178, 8305, 8307, 8361, 8363, 8678, 8681, 8679, 8934, 9544, 9676, \n10364, 10367, 11186, 11188, 11189, 11874, 12022, 12028, 12033, 12245, 12941, 12942, 12943, 12956, 12957, 12958, 13476, \n14337, 14637, 14738, 14739, 14846, 14847, 15175, 15179, 16015, 16253, 16261, 16262, 16677, 16718, 17246, 17490, 25082);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(23, 66,    30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tharynn Bouden - Simple Flour'),\n(23, 372,   20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karm Ironquill - Jeweler\\'s Kit'),\n(23, 372,   20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karm Ironquill - Simple Grinder'),\n(23, 483,   27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Elaine Trias - Garadar Sharp'),\n(23, 483,   33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elaine Trias - Sour Goat Cheese'),\n(23, 483,   35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elaine Trias - Briny Hardcheese'),\n(23, 789,   11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kimberly Hiett - Jagged Arrow'),\n(23, 790,   20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karen Taylor - Jeweler\\'s Kit'),\n(23, 790,   20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karen Taylor - Simple Grinder'),\n(23, 843,   39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gina MacGregor - Light Parchment'),\n(23, 844,   40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Antonio Perelli - Enchanted Vial'),\n(23, 958,   22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Flintweed Seed'),\n(23, 958,   22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Wild Quillvine'),\n(23, 958,   37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Corpse Dust'),\n(23, 958,   40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Enchanted Vial'),\n(23, 983,   22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thultazor - Flintweed Seed'),\n(23, 983,   22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thultazor - Wild Quillvine'),\n(23, 983,   40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thultazor - Enchanted Vial'),\n(23, 989,   14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Rune Thread'),\n(23, 989,   18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Imbued Vial'),\n(23, 1148,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Blacksmith Hammer'),\n(23, 1148,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Rune Thread'),\n(23, 1148,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Imbued Vial'),\n(23, 1250,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Drake Lindgren - Simple Flour'),\n(23, 1257,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Flintweed Seed'),\n(23, 1257,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Wild Quillvine'),\n(23, 1257,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Enchanted Vial'),\n(23, 1257,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Corpse Dust'),\n(23, 1275,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kyra Boucher - Flintweed Seed'),\n(23, 1275,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kyra Boucher - Wild Quillvine'),\n(23, 1275,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kyra Boucher - Corpse Dust'),\n(23, 1286,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Rune Thread'),\n(23, 1286,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Imbued Vial'),\n(23, 1307,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Charys Yserian - Flintweed Seed'),\n(23, 1307,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Charys Yserian - Wild Quillvine'),\n(23, 1307,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Charys Yserian - Corpse Dust'),\n(23, 1308,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Owen Vaughn - Flintweed Seed'),\n(23, 1308,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Owen Vaughn - Wild Quillvine'),\n(23, 1308,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Owen Vaughn - Corpse Dust'),\n(23, 1313,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Maria Lumere - Enchanted Vial'),\n(23, 1325,  21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Anesthetic Poison'),\n(23, 1325,  21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Instant Poison VII'),\n(23, 1325,  22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison VI'),\n(23, 1325,  22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison VII'),\n(23, 1325,  22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Wound Poison V'),\n(23, 1325,  43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Instant Poison VIII'),\n(23, 1325,  43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Instant Poison IX'),\n(23, 1325,  43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison VIII'),\n(23, 1325,  43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison IX'),\n(23, 1325,  43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Wound Poison VI'),\n(23, 1325,  43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Wound Poison VII'),\n(23, 1325,  43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Anesthetic Poison II'),\n(23, 1326,  21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Anesthetic Poison'),\n(23, 1326,  21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Instant Poison VII'),\n(23, 1326,  22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison VI'),\n(23, 1326,  22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison VII'),\n(23, 1326,  22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Wound Poison V'),\n(23, 1326,  43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Instant Poison VIII'),\n(23, 1326,  43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Instant Poison IX'),\n(23, 1326,  43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison VIII'),\n(23, 1326,  43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison IX'),\n(23, 1326,  43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Wound Poison VI'),\n(23, 1326,  43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Wound Poison VII'),\n(23, 1326,  43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Anesthetic Poison II'),\n(23, 1347,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Alexandra Bolero - Eternium Thread'),\n(23, 1351,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brother Cassius - Flintweed Seed'),\n(23, 1351,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brother Cassius - Wild Quillvine'),\n(23, 1351,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brother Cassius - Corpse Dust'),\n(23, 1448,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Neal Allen - Hair Trigger'),\n(23, 1448,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Neal Allen - Walnut Stock'),\n(23, 1453,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dewin Shimmerdawn - Enchanted Vial'),\n(23, 1454,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jennabink Powerseam - Eternium Thread'),\n(23, 1463,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Falkan Armonis - Flintweed Seed'),\n(23, 1463,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Falkan Armonis - Wild Quillvine'),\n(23, 1474,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rann Flamespinner - Eternium Thread'),\n(23, 1672,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lohgan Eva - Eternium Thread'),\n(23, 1673,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alyssa Eva - Flintweed Seed'),\n(23, 1673,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alyssa Eva - Wild Quillvine'),\n(23, 1692,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Golorn Frostbeard - Simple Flour'),\n(23, 1694,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Loslor Rudge - Hair Trigger'),\n(23, 1694,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Loslor Rudge - Walnut Stock'),\n(23, 2118,  10648, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Abigail Shiel - Common Parchment'),\n(23, 2118,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Abigail Shiel - Simple Flour'),\n(23, 2118,  39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Abigail Shiel - Light Parchment'),\n(23, 2380,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nandar Branson - Enchanted Vial'),\n(23, 2381,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Micha Yance - Simple Flour'),\n(23, 2394,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mallen Swain - Eternium Thread'),\n(23, 2397,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Derak Nightfall - Simple Flour'),\n(23, 2480,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bro\\'kin - Enchanted Vial'),\n(23, 2481,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bliztik - Enchanted Vial'),\n(23, 2664,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kelsey Yance - Simple Flour'),\n(23, 2668,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Danielle Zipstitch - Eternium Thread'),\n(23, 2669,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sheri Zipstitch - Eternium Thread'),\n(23, 2670,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Xizk Goodstitch - Eternium Thread'),\n(23, 2672,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Cowardly Crosby - Eternium Thread'),\n(23, 2682,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fradd Swiftgear - Hair Trigger'),\n(23, 2682,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fradd Swiftgear - Walnut Stock'),\n(23, 2683,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Namdo Bizzfizzle - Hair Trigger'),\n(23, 2683,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Namdo Bizzfizzle - Walnut Stock'),\n(23, 2684,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rizz Loosebolt - Hair Trigger'),\n(23, 2684,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rizz Loosebolt - Walnut Stock'),\n(23, 2685,  2102,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Small Ammo Pouch'),\n(23, 2685,  2516,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Light Shot'),\n(23, 2685,  2519,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Heavy Shot'),\n(23, 2685,  3033,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Solid Shot'),\n(23, 2685,  11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Accurate Slugs'),\n(23, 2685,  11363, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Medium Shot Pouch'),\n(23, 2685,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Hair Trigger'),\n(23, 2685,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Walnut Stock'),\n(23, 2687,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gnaz Blunderflame - Hair Trigger'),\n(23, 2687,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gnaz Blunderflame - Walnut Stock'),\n(23, 2688,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ruppo Zipcoil - Hair Trigger'),\n(23, 2688,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ruppo Zipcoil - Walnut Stock'),\n(23, 2697,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Clyde Ranthal - Eternium Thread'),\n(23, 2698,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'George Candarte - Eternium Thread'),\n(23, 2699,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rikqiz - Eternium Thread'),\n(23, 2803,  4604,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Forest Mushroom Cap'),\n(23, 2803,  4605,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Red-speckled Mushroom'),\n(23, 2803,  4606,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Spongy Morel'),\n(23, 2803,  4607,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Delicious Cave Mold'),\n(23, 2803,  4608,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Raw Black Truffle'),\n(23, 2803,  8766,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Morning Glory Dew'),\n(23, 2803,  8948,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Dried King Bolete'),\n(23, 2803,  35564, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Recipe: Charred Bear Kabobs'),\n(23, 2803,  35566, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Recipe: Juicy Bear Burger'),\n(23, 2805,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Deneb Walker - Flintweed Seed'),\n(23, 2805,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Deneb Walker - Wild Quillvine'),\n(23, 2806,  4604,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Forest Mushroom Cap'),\n(23, 2806,  4605,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Red-speckled Mushroom'),\n(23, 2806,  4606,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Spongy Morel'),\n(23, 2806,  4607,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Delicious Cave Mold'),\n(23, 2806,  4608,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Raw Black Truffle'),\n(23, 2806,  8766,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Morning Glory Dew'),\n(23, 2806,  8948,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Dried King Bolete'),\n(23, 2806,  35564, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Recipe: Charred Bear Kabobs'),\n(23, 2806,  35566, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Recipe: Juicy Bear Burger'),\n(23, 2810,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Blacksmith Hammer'),\n(23, 2810,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Rune Thread'),\n(23, 2810,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Imbued Vial'),\n(23, 2812,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Drovnar Strongbrew - Enchanted Vial'),\n(23, 2816,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Androd Fadran - Eternium Thread'),\n(23, 2819,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tunkk - Eternium Thread'),\n(23, 2821,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Blacksmith Hammer'),\n(23, 2821,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Rune Thread'),\n(23, 2821,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Imbued Vial'),\n(23, 2846,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Blixrez Goodstitch - Eternium Thread'),\n(23, 2848,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Glyx Brewright - Enchanted Vial'),\n(23, 2849,  37934, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Qixdi Goodstitch - Nobles Elementium Signet'),\n(23, 3002,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurm Stonehoof - Jeweler\\'s Kit'),\n(23, 3002,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurm Stonehoof - Simple Grinder'),\n(23, 3003,  27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Fyr Mistrunner - Mag\\'har Grainbread'),\n(23, 3003,  33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fyr Mistrunner - Crusty Flatbread'),\n(23, 3003,  35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fyr Mistrunner - Sweet Potato Bread'),\n(23, 3005,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mahu - Eternium Thread'),\n(23, 3010,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mani Winterhoof - Enchanted Vial'),\n(23, 3014,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nida Winterhoof - Enchanted Vial'),\n(23, 3017,  27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nan Mistrunner - Skethyl Berries'),\n(23, 3017,  35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nan Mistrunner - Savory Snowplum'),\n(23, 3017,  35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nan Mistrunner - Tundra Berries'),\n(23, 3025,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kaga Mistrunner - Smoked Talbuk Venison'),\n(23, 3025,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kaga Mistrunner - Salted Venison'),\n(23, 3025,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kaga Mistrunner - Mead Basted Caribou'),\n(23, 3027,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Naal Mistrunner - Simple Flour'),\n(23, 3081,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wunna Darkmane - Simple Flour'),\n(23, 3085,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gloria Femmel - Simple Flour'),\n(23, 3091,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Franklin Hamar - Eternium Thread'),\n(23, 3096,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Captured Servant of Azora - Eternium Thread'),\n(23, 3133,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Jeweler\\'s Kit'),\n(23, 3133,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Simple Grinder'),\n(23, 3133,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Hair Trigger'),\n(23, 3133,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Walnut Stock'),\n(23, 3167,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wuark - Jeweler\\'s Kit'),\n(23, 3167,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wuark - Simple Grinder'),\n(23, 3168,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Flakk - Simple Flour'),\n(23, 3187,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tai\\'tasi - Simple Flour'),\n(23, 3312,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Olvia - Smoked Talbuk Venison'),\n(23, 3312,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Olvia - Salted Venison'),\n(23, 3312,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Olvia - Mead Basted Caribou'),\n(23, 3313,  25861, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Crude Throwing Axe'),\n(23, 3313,  25872, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Balanced Throwing Dagger'),\n(23, 3313,  25873, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Keen Throwing Knife'),\n(23, 3313,  25875, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Deadly Throwing Axe'),\n(23, 3313,  25876, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Gleaming Throwing Axe'),\n(23, 3313,  28979, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Light Throwing Knife'),\n(23, 3313,  29007, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Weighted Throwing Axe'),\n(23, 3313,  29008, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Sharp Throwing Axe'),\n(23, 3313,  29009, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Heavy Throwing Dagger'),\n(23, 3313,  29010, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Wicked Throwing Dagger'),\n(23, 3313,  29013, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Jagged Throwing Axe'),\n(23, 3313,  29014, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\\'gen - Blacksteel Throwing Dagger'),\n(23, 3323,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Horthus - Flintweed Seed'),\n(23, 3323,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Horthus - Wild Quillvine'),\n(23, 3323,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Corpse Dust'),\n(23, 3323,  44605, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Wild Spineleaf'),\n(23, 3323,  44614, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Starleaf Seed'),\n(23, 3323,  44615, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Devout Candle'),\n(23, 3329,  27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kor\\'jus - Zangar Caps'),\n(23, 3329,  33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kor\\'jus - Honey-Spiced Lichen'),\n(23, 3329,  35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kor\\'jus - Sparkling Frostcap'),\n(23, 3334,  21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Anesthetic Poison'),\n(23, 3334,  21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Instant Poison VII'),\n(23, 3334,  22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison VI'),\n(23, 3334,  22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison VII'),\n(23, 3334,  22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Wound Poison V'),\n(23, 3334,  43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Instant Poison VIII'),\n(23, 3334,  43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Instant Poison IX'),\n(23, 3334,  43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison VIII'),\n(23, 3334,  43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison IX'),\n(23, 3334,  43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Wound Poison VI'),\n(23, 3334,  43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Wound Poison VII'),\n(23, 3334,  43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Anesthetic Poison II'),\n(23, 3335,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hagrus - Flintweed Seed'),\n(23, 3335,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hagrus - Wild Quillvine'),\n(23, 3335,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hagrus - Corpse Dust'),\n(23, 3342,  27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shan\\'ti - Skethyl Berries'),\n(23, 3342,  35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shan\\'ti - Savory Snowplum'),\n(23, 3342,  35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shan\\'ti - Tundra Berries'),\n(23, 3348,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kor\\'geld - Enchanted Vial'),\n(23, 3351,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Magenius - Flintweed Seed'),\n(23, 3351,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Magenius - Wild Quillvine'),\n(23, 3351,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Magenius - Corpse Dust'),\n(23, 3358,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorina - Jeweler\\'s Kit'),\n(23, 3358,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorina - Simple Grinder'),\n(23, 3364,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Borya - Eternium Thread'),\n(23, 3366,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tamar - Eternium Thread'),\n(23, 3367,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Rune Thread'),\n(23, 3367,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Imbued Vial'),\n(23, 3368,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Borstan - Smoked Talbuk Venison'),\n(23, 3368,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Borstan - Salted Venison'),\n(23, 3368,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Borstan - Mead Basted Caribou'),\n(23, 3400,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Xen\\'to - Simple Flour'),\n(23, 3405,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Zeal\\'aya - Imbued Vial'),\n(23, 3405,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zeal\\'aya - Enchanted Vial'),\n(23, 3410,  11306, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jin\\'sora - Sturdy Recurve'),\n(23, 3410,  11307, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jin\\'sora - Massive Longbow'),\n(23, 3413,  22729, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sovik - Schematic: Steam Tonk Controller'),\n(23, 3413,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sovik - Hair Trigger'),\n(23, 3413,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sovik - Walnut Stock'),\n(23, 3482,  39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tari\\'qa - Light Parchment'),\n(23, 3485,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Wrahk - Eternium Thread'),\n(23, 3490,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Flintweed Seed'),\n(23, 3490,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Wild Quillvine'),\n(23, 3490,  21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Anesthetic Poison'),\n(23, 3490,  21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Instant Poison VII'),\n(23, 3490,  22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Deadly Poison VI'),\n(23, 3490,  22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Deadly Poison VII'),\n(23, 3490,  22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Wound Poison V'),\n(23, 3490,  43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Instant Poison VIII'),\n(23, 3490,  43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Instant Poison IX'),\n(23, 3490,  43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Deadly Poison VIII'),\n(23, 3490,  43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Deadly Poison IX'),\n(23, 3490,  43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Wound Poison VI'),\n(23, 3490,  43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Wound Poison VII'),\n(23, 3490,  43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\\'mahi - Anesthetic Poison II'),\n(23, 3495,  14639, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gagsprocket - Schematic: Minor Recombobulator'),\n(23, 3495,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gagsprocket - Hair Trigger'),\n(23, 3495,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gagsprocket - Walnut Stock'),\n(23, 3499,  39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ranik - Light Parchment'),\n(23, 3500,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tarhus - Flintweed Seed'),\n(23, 3500,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tarhus - Wild Quillvine'),\n(23, 3518,  27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thomas Miller - Mag\\'har Grainbread'),\n(23, 3518,  33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Miller - Crusty Flatbread'),\n(23, 3518,  35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Miller - Sweet Potato Bread'),\n(23, 3542,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaysin Lanyda - Flintweed Seed'),\n(23, 3542,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaysin Lanyda - Wild Quillvine'),\n(23, 3548,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Selina Weston - Enchanted Vial'),\n(23, 3551,  43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Instant Poison VIII'),\n(23, 3551,  43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Instant Poison IX '),\n(23, 3551,  43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Deadly Poison VIII'),\n(23, 3551,  43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Deadly Poison IX'),\n(23, 3551,  43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Wound Poison VI'),\n(23, 3551,  43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Wound Poison VII'),\n(23, 3551,  43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Anesthetic Poison II'),\n(23, 3562,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alaindia - Flintweed Seed'),\n(23, 3562,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alaindia - Wild Quillvine'),\n(23, 3578,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalaran Miner - Jeweler\\'s Kit'),\n(23, 3578,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalaran Miner - Simple Grinder'),\n(23, 3614,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Narret Shadowgrove - Simple Flour'),\n(23, 3625,  28056, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rarck - Blackflight Arrow'),\n(23, 3625,  28061, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rarck - Ironbite Shell'),\n(23, 3625,  41584, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rarck - Frostbite Bullets'),\n(23, 3625,  41586, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rarck - Terrorshaft Arrow'),\n(23, 3700,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jadenvis Seawatcher - Flintweed Seed'),\n(23, 3700,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jadenvis Seawatcher - Wild Quillvine'),\n(23, 3779,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Syurana - Blacksmith Hammer'),\n(23, 3779,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Syurana - Rune Thread'),\n(23, 3779,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Syurana - Imbued Vial'),\n(23, 3954,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Blacksmith Hammer'),\n(23, 3954,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Rune Thread'),\n(23, 3954,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Imbued Vial'),\n(23, 3955,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shandrina - Blacksmith Hammer'),\n(23, 3955,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shandrina - Rune Thread'),\n(23, 3955,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shandrina - Imbued Vial'),\n(23, 3956,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harklan Moongrove - Enchanted Vial'),\n(23, 3958,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lardan - Eternium Thread'),\n(23, 3970,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Llana - Flintweed Seed'),\n(23, 3970,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Llana - Wild Quillvine'),\n(23, 4083,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jeeda - Flintweed Seed'),\n(23, 4083,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jeeda - Wild Quillvine'),\n(23, 4168,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elynna - Eternium Thread'),\n(23, 4169,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaeana - Smoked Talbuk Venison'),\n(23, 4169,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaeana - Draenic Water'),\n(23, 4169,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Seal Whey'),\n(23, 4169,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Honeymint Tea'),\n(23, 4169,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Salted Venison'),\n(23, 4169,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Mead Basted Caribou'),\n(23, 4169,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Sweetened Goat\\'s Milk'),\n(23, 4170,  1645,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Moonberry Juice'),\n(23, 4170,  1708,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Sweet Nectar'),\n(23, 4170,  11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Accurate Slugs'),\n(23, 4170,  11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Jagged Arrow'),\n(23, 4189,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Valdaron - Eternium Thread'),\n(23, 4216,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Chardryn - Imbued Vial'),\n(23, 4216,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chardryn - Enchanted Vial'),\n(23, 4220,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Cyroen - Flintweed Seed'),\n(23, 4220,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Cyroen - Wild Quillvine'),\n(23, 4221,  27858, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Talaelar - Sunspring Carp'),\n(23, 4221,  33451, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Talaelar - Fillet of Icefin'),\n(23, 4221,  35951, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Talaelar - Poached Emperor Salmon'),\n(23, 4223,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Fyldan - Simple Flour'),\n(23, 4225,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Saenorion - Eternium Thread'),\n(23, 4229,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mythrin\\'dir - Rune Thread'),\n(23, 4229,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mythrin\\'dir - Imbued Vial'),\n(23, 4226,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ulthir - Enchanted Vial'),\n(23, 4241,  1205,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Melon Juice'),\n(23, 4241,  1645,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Moonberry Juice'),\n(23, 4241,  1708,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Sweet Nectar'),\n(23, 4241,  3030,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Razor Arrow'),\n(23, 4241,  3033,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Solid Shot'),\n(23, 4241,  4497,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Heavy Brown Bag'),\n(23, 4241,  11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Accurate Slugs'),\n(23, 4241,  11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Jagged Arrow'),\n(23, 4255,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Smoked Talbuk Venison'),\n(23, 4255,  27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Mag\\'har Grainbread'),\n(23, 4255,  27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Skethyl Berries'),\n(23, 4255,  27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Garadar Sharp'),\n(23, 4255,  27858, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sunspring Carp'),\n(23, 4255,  27860, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Purified Draenic Water'),\n(23, 4255,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Filtered Draenic Water'),\n(23, 4255,  29448, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Mag\\'har Mild Cheese'),\n(23, 4255,  29449, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Bladespire Bagel'),\n(23, 4255,  29450, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Telaari Grapes'),\n(23, 4255,  29451, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Clefthoof Ribs'),\n(23, 4255,  29452, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Zangar Trout'),\n(23, 4255,  33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sour Goat Cheese'),\n(23, 4255,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Pungent Seal Whey'),\n(23, 4255,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Honeymint Tea'),\n(23, 4255,  33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Crusty Flatbread'),\n(23, 4255,  33451, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Fillet of Icefin'),\n(23, 4255,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Salted Venison'),\n(23, 4255,  35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Savory Snowplum'),\n(23, 4255,  35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Tundra Berries'),\n(23, 4255,  35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sweet Potato Bread'),\n(23, 4255,  35951, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Poached Emperor Salmon'),\n(23, 4255,  35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Briny Hardcheese'),\n(23, 4255,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Mead Basted Caribou'),\n(23, 4255,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sweetened Goat\\'s Milk'),\n(23, 4256,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Golnir Bouldertoe - Jeweler\\'s Kit'),\n(23, 4256,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Golnir Bouldertoe - Simple Grinder'),\n(23, 4265,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nyoma - Simple Flour'),\n(23, 4553,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ronald Burch - Simple Flour'),\n(23, 4554,  27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Zangar Caps'),\n(23, 4554,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Filtered Draenic Water'),\n(23, 4554,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Pungent Seal Whey'),\n(23, 4554,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Honeymint Tea'),\n(23, 4554,  33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Honey-Spiced Lichen'),\n(23, 4554,  35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Sparkling Frostcap'),\n(23, 4554,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Sweetened Goat\\'s Milk'),\n(23, 4561,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Daniel Bartlett - Rune Thread'),\n(23, 4561,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Daniel Bartlett - Imbued Vial'),\n(23, 4562,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Flintweed Seed'),\n(23, 4562,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Wild Quillvine'),\n(23, 4562,  44605, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Wild Spineleaf'),\n(23, 4562,  44614, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Starleaf Seed'),\n(23, 4562,  44615, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Devout Candle'),\n(23, 4571,  27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Morley Bates - Zangar Caps'),\n(23, 4571,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Morley Bates - Filtered Draenic Water'),\n(23, 4571,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Pungent Seal Whey'),\n(23, 4571,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Honeymint Tea'),\n(23, 4571,  33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Honey-Spiced Lichen'),\n(23, 4571,  35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Sparkling Frostcap'),\n(23, 4571,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Sweetened Goat\\'s Milk'),\n(23, 4575,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hannah Akeley - Flintweed Seed'),\n(23, 4575,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hannah Akeley - Wild Quillvine'),\n(23, 4577,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Millie Gregorian - Eternium Thread'),\n(23, 4585,  43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Instant Poison VIII'),\n(23, 4585,  43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Instant Poison IX '),\n(23, 4585,  43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Deadly Poison VIII'),\n(23, 4585,  43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Deadly Poison IX'),\n(23, 4585,  43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Wound Poison VI'),\n(23, 4585,  43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Wound Poison VII'),\n(23, 4585,  43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Anesthetic Poison II'),\n(23, 4587,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elizabeth Van Talen - Hair Trigger'),\n(23, 4587,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elizabeth Van Talen - Walnut Stock'),\n(23, 4589,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Joseph Moore - Eternium Thread'),\n(23, 4599,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sarah Killian - Jeweler\\'s Kit'),\n(23, 4599,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sarah Killian - Simple Grinder'),\n(23, 4610,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Algernon - Enchanted Vial'),\n(23, 4615,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Katrina Alliestar - Imbued Vial'),\n(23, 4615,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Katrina Alliestar - Enchanted Vial'),\n(23, 4775,  2325,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Black Dye'),\n(23, 4775,  4340,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Gray Dye'),\n(23, 4775,  4341,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Yellow Dye'),\n(23, 4775,  4342,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Purple Dye'),\n(23, 4775,  8343,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Heavy Silken Thread'),\n(23, 4775,  8925,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Crystal Vial'),\n(23, 4775,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Rune Thread'),\n(23, 4775,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Imbued Vial'),\n(23, 4878,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Montarr - Flintweed Seed'),\n(23, 4878,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Montarr - Wild Quillvine'),\n(23, 4890,  2420,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Augmented Chain Boots'),\n(23, 4890,  2426,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Brigandine Boots'),\n(23, 4890,  2432,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Russet Boots'),\n(23, 4890,  2438,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Embroidered Boots'),\n(23, 4890,  2467,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Studded Boots'),\n(23, 4890,  2473,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Reinforced Leather Boots'),\n(23, 4897,  5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Blacksmith Hammer'),\n(23, 4897,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Rune Thread'),\n(23, 4897,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Imbued Vial'),\n(23, 4899,  1710,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Uma Bartulm - Greater Healing Potion'),\n(23, 4899,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Uma Bartulm - Enchanted Vial'),\n(23, 4981,  27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ben Trias - Garadar Sharp'),\n(23, 4981,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ben Trias - Filtered Draenic Water'),\n(23, 4981,  33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Sour Goat Cheese'),\n(23, 4981,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Pungent Seal Whey'),\n(23, 4981,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Honeymint Tea'),\n(23, 4981,  35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Briny Hardcheese'),\n(23, 4981,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Sweetened Goat\\'s Milk'),\n(23, 5109,  27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Myra Tyrngaarde - Mag\\'har Grainbread'),\n(23, 5109,  33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Myra Tyrngaarde - Crusty Flatbread'),\n(23, 5109,  35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Myra Tyrngaarde - Sweet Potato Bread'),\n(23, 5110,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Barim Jurgenstaad - Flintweed Seed'),\n(23, 5110,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Barim Jurgenstaad - Wild Quillvine'),\n(23, 5111,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Smoked Talbuk Venison'),\n(23, 5111,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Draenic Water'),\n(23, 5111,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Seal Whey'),\n(23, 5111,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Honeymint Tea'),\n(23, 5111,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Salted Venison'),\n(23, 5111,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Mead Basted Caribou'),\n(23, 5111,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Sweetened Goat\\'s Milk'),\n(23, 5124,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sognar Cliffbeard - Smoked Talbuk Venison'),\n(23, 5124,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sognar Cliffbeard - Salted Venison'),\n(23, 5124,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sognar Cliffbeard - Mead Basted Caribou'),\n(23, 5128,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bombus Finespindle - Eternium Thread'),\n(23, 5134,  28056, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Blackflight Arrow'),\n(23, 5134,  28061, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Ironbite Shell'),\n(23, 5134,  41584, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Frostbite Bullets'),\n(23, 5134,  41586, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Terrorshaft Arrow'),\n(23, 5138,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gwina Stonebranch - Imbued Vial'),\n(23, 5138,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gwina Stonebranch - Enchanted Vial'),\n(23, 5139,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurdrum Barleybeard - Flintweed Seed'),\n(23, 5139,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurdrum Barleybeard - Wild Quillvine'),\n(23, 5151,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ginny Longberry - Flintweed Seed'),\n(23, 5151,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ginny Longberry - Wild Quillvine'),\n(23, 5154,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Poranna Snowbraid - Eternium Thread'),\n(23, 5160,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Emrul Riknussun - Simple Flour'),\n(23, 5163,  2325,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Black Dye'),\n(23, 5163,  2604,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Red Dye'),\n(23, 5163,  4340,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Gray Dye'),\n(23, 5163,  4341,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Yellow Dye'),\n(23, 5163,  4342,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Purple Dye'),\n(23, 5163,  6256,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Fishing Pole'),\n(23, 5163,  7005,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Skinning Knife'),\n(23, 5163,  8343,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Heavy Silken Thread'),\n(23, 5163,  8925,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Crystal Vial'),\n(23, 5163,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Rune Thread'),\n(23, 5163,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Imbued Vial'),\n(23, 5175,  22729, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gearcutter Cogspinner - Schematic: Steam Tonk Controller'),\n(23, 5175,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gearcutter Cogspinner - Hair Trigger'),\n(23, 5175,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gearcutter Cogspinner - Walnut Stock'),\n(23, 5178,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Soolie Berryfizz - Enchanted Vial'),\n(23, 5483,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Erika Tate - Simple Flour'),\n(23, 5503,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Eldraeith - Imbued Vial'),\n(23, 5503,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Eldraeith - Enchanted Vial'),\n(23, 5514,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brooke Stonebraid - Jeweler\\'s Kit'),\n(23, 5514,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brooke Stonebraid - Simple Grinder'),\n(23, 5519,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Billibub Cogspinner - Hair Trigger'),\n(23, 5519,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Billibub Cogspinner - Walnut Stock'),\n(23, 5565,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jillian Tanner - Eternium Thread'),\n(23, 5594,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Alchemist Pestlezugg - Enchanted Vial'),\n(23, 5783,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kalldan Felmoon - Eternium Thread'),\n(23, 5817,  10648, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Common Parchment'),\n(23, 5817,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Rune Thread'),\n(23, 5817,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Imbued Vial'),\n(23, 5817,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Simple Flour'),\n(23, 5817,  39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shimra - Light Parchment'),\n(23, 5944,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Yonada - Eternium Thread'),\n(23, 6028,  2102,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Small Ammo Pouch'),\n(23, 6028,  2512,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Rough Arrow'),\n(23, 6028,  2515,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Sharp Arrow'),\n(23, 6028,  2516,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Light Shot'),\n(23, 6028,  2519,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Heavy Shot'),\n(23, 6028,  3030,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Razor Arrow'),\n(23, 6028,  3033,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Solid Shot'),\n(23, 6028,  5439,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Small Quiver'),\n(23, 6028,  11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Accurate Slugs'),\n(23, 6028,  11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Jagged Arrow'),\n(23, 6028,  11362, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Medium Quiver'),\n(23, 6028,  11363, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Medium Shot Pouch'),\n(23, 6298,  20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thelgrum Stonehammer - Jeweler\\'s Kit'),\n(23, 6298,  20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thelgrum Stonehammer - Simple Grinder'),\n(23, 6301,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorbold Steelhand - Rune Thread'),\n(23, 6301,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorbold Steelhand - Imbued Vial'),\n(23, 6567,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ghok\\'kah - Eternium Thread'),\n(23, 6568,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Vizzklick - Eternium Thread'),\n(23, 6574,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jun\\'ha - Eternium Thread'),\n(23, 6576,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brienna Starglow - Eternium Thread'),\n(23, 6730,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jinky Twizzlefixxit - Hair Trigger'),\n(23, 6730,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jinky Twizzlefixxit - Walnut Stock'),\n(23, 6731,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harlown Darkweave - Eternium Thread'),\n(23, 6735,  27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Skethyl Berries'),\n(23, 6735,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Filtered Draenic Water'),\n(23, 6735,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Pungent Seal Whey'),\n(23, 6735,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Honeymint Tea'),\n(23, 6735,  35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Savory Snowplum'),\n(23, 6735,  35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Tundra Berries'),\n(23, 6735,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Sweetened Goat\\'s Milk'),\n(23, 6738,  787,   0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Slitherskin Mackerel'),\n(23, 6738,  4592,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Longjaw Mud Snapper'),\n(23, 6738,  4593,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Bristle Whisker Catfish'),\n(23, 6738,  4594,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Rockscale Cod'),\n(23, 6738,  8957,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Spinefin Halibut'),\n(23, 6738,  21552, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Striped Yellowtail'),\n(23, 6740,  4536,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Shiny Red Apple'),\n(23, 6740,  4537,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Tel\\'Abim Banana'),\n(23, 6740,  4538,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Snapvine Watermelon'),\n(23, 6740,  4539,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Goldenbark Apple'),\n(23, 6740,  4602,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Moon Harvest Pumpkin'),\n(23, 6740,  8953,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Deep Fried Plantains'),\n(23, 6740,  27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Mag\\'har Grainbread'),\n(23, 6740,  27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Skethyl Berries'),\n(23, 6740,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Filtered Draenic Water'),\n(23, 6740,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Pungent Seal Whey'),\n(23, 6740,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Honeymint Tea'),\n(23, 6740,  33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Crusty Flatbread'),\n(23, 6740,  35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Savory Snowplum'),\n(23, 6740,  35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Tundra Berries'),\n(23, 6740,  35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Sweet Potato Bread'),\n(23, 6740,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Sweetened Goat\\'s Milk'),\n(23, 6741,  27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Zangar Caps'),\n(23, 6741,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Filtered Draenic Water'),\n(23, 6741,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Pungent Seal Whey'),\n(23, 6741,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Honeymint Tea'),\n(23, 6741,  33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Honey-Spiced Lichen'),\n(23, 6741,  35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Sparkling Frostcap'),\n(23, 6741,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Sweetened Goat\\'s Milk'),\n(23, 6746,  27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Zangar Caps'),\n(23, 6746,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Filtered Draenic Water'),\n(23, 6746,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Pungent Seal Whey'),\n(23, 6746,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Honeymint Tea'),\n(23, 6746,  33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Honey-Spiced Lichen'),\n(23, 6746,  35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Sparkling Frostcap'),\n(23, 6746,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Sweetened Goat\\'s Milk'),\n(23, 6777,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zan Shivsproket - Hair Trigger'),\n(23, 6777,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zan Shivsproket - Walnut Stock'),\n(23, 6929,  27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Smoked Talbuk Venison'),\n(23, 6929,  28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Draenic Water'),\n(23, 6929,  33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Seal Whey'),\n(23, 6929,  33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Honeymint Tea'),\n(23, 6929,  33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Salted Venison'),\n(23, 6929,  35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Mead Basted Caribou'),\n(23, 6929,  35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Sweetened Goat\\'s Milk'),\n(23, 7852,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Pratt McGrubben - Eternium Thread'),\n(23, 7854,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jangdor Swiftstrider - Eternium Thread'),\n(23, 7940,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Darnall - Eternium Thread'),\n(23, 7947,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vivianna - Rune Thread'),\n(23, 7947,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vivianna - Imbued Vial'),\n(23, 7978,  27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bimble Longberry - Skethyl Berries'),\n(23, 7978,  35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bimble Longberry - Savory Snowplum'),\n(23, 7978,  35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bimble Longberry - Tundra Berries'),\n(23, 8145,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sheendra Tallgrass - Rune Thread'),\n(23, 8145,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sheendra Tallgrass - Imbued Vial'),\n(23, 8157,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Logannas - Enchanted Vial'),\n(23, 8158,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bronk - Enchanted Vial'),\n(23, 8160,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nioma - Eternium Thread'),\n(23, 8177,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rartar - Enchanted Vial'),\n(23, 8178,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nina Lightbrew - Enchanted Vial'),\n(23, 8305,  40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kixxle - Enchanted Vial'),\n(23, 8307,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tarban Hearthgrain - Simple Flour'),\n(23, 8361,  22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Chepi - Flintweed Seed'),\n(23, 8361,  22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Chepi - Wild Quillvine'),\n(23, 8361,  37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Corpse Dust'),\n(23, 8361,  44605, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Wild Spineleaf'),\n(23, 8361,  44614, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Starleaf Seed'),\n(23, 8361,  44615, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Devout Candle'),\n(23, 8363,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Rune Thread'),\n(23, 8363,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Imbued Vial'),\n(23, 8678,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jubie Gadgetspring - Hair Trigger'),\n(23, 8678,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jubie Gadgetspring - Walnut Stock'),\n(23, 8679,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Knaz Blunderflame - Hair Trigger'),\n(23, 8679,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Knaz Blunderflame - Walnut Stock'),\n(23, 8681,  38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Outfitter Eric - Eternium Thread'),\n(23, 8934,  10648, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Common Parchment'),\n(23, 8934,  14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Rune Thread'),\n(23, 8934,  18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Imbued Vial'),\n(23, 8934,  30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Simple Flour'),\n(23, 8934,  39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Light Parchment'),\n(23, 9544,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Yuka Screwspigot - Hair Trigger'),\n(23, 9544,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Yuka Screwspigot - Walnut Stock'),\n(23, 9676,  4361,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Copper Tube'),\n(23, 9676,  4363,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Copper Modulator'),\n(23, 9676,  4371,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Bronze Tube'),\n(23, 9676,  4389,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Gyrochronatom'),\n(23, 9676,  4404,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Silver Contact'),\n(23, 9676,  39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Hair Trigger'),\n(23, 9676,  40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Walnut Stock'),\n(23, 10364, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Yaelika Farclaw - Flintweed Seed'),\n(23, 10364, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Yaelika Farclaw - Wild Quillvine'),\n(23, 10367, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Smoked Talbuk Venison'),\n(23, 10367, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Mag\\'har Grainbread'),\n(23, 10367, 27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Garadar Sharp'),\n(23, 10367, 27858, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sunspring Carp'),\n(23, 10367, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Zangar Caps'),\n(23, 10367, 27860, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Purified Draenic Water'),\n(23, 10367, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Filtered Draenic Water'),\n(23, 10367, 29448, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Mag\\'har Mild Cheese'),\n(23, 10367, 29449, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Bladespire Bagel'),\n(23, 10367, 29450, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Telaari Grapes'),\n(23, 10367, 29451, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Clefthoof Ribs'),\n(23, 10367, 29452, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Zangar Trout'),\n(23, 10367, 29453, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sporeggar Mushroom'),\n(23, 10367, 33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sour Goat Cheese'),\n(23, 10367, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Pungent Seal Whey'),\n(23, 10367, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Honeymint Tea'),\n(23, 10367, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Crusty Flatbread'),\n(23, 10367, 33451, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Fillet of Icefin'),\n(23, 10367, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Honey-Spiced Lichen'),\n(23, 10367, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Salted Venison'),\n(23, 10367, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sparkling Frostcap'),\n(23, 10367, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Savory Snowplum'),\n(23, 10367, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Tundra Berries'),\n(23, 10367, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sweet Potato Bread'),\n(23, 10367, 35951, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Poached Emperor Salmon'),\n(23, 10367, 35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Briny Hardcheese'),\n(23, 10367, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Mead Basted Caribou'),\n(23, 10367, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sweetened Goat\\'s Milk'),\n(23, 11186, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lunnix Sprocketslip - Jeweler\\'s Kit'),\n(23, 11186, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lunnix Sprocketslip - Simple Grinder'),\n(23, 11188, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Evie Whirlbrew - Enchanted Vial'),\n(23, 11189, 5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Blacksmith Hammer'),\n(23, 11189, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Rune Thread'),\n(23, 11189, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Imbued Vial'),\n(23, 11874, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Masat T\\'andr - Eternium Thread'),\n(23, 12022, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lorelae Wintersong - Rune Thread'),\n(23, 12022, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lorelae Wintersong - Imbued Vial'),\n(23, 12028, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lah\\'Mawhani - Rune Thread'),\n(23, 12028, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lah\\'Mawhani - Imbued Vial'),\n(23, 12033, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wulan - Simple Flour'),\n(23, 12245, 5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vendor-Tron 1000 - Blacksmith Hammer'),\n(23, 12245, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vendor-Tron 1000 - Rune Thread'),\n(23, 12245, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vendor-Tron 1000 - Imbued Vial'),\n(23, 12941, 5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Blacksmith Hammer'),\n(23, 12941, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Rune Thread'),\n(23, 12941, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Imbued Vial'),\n(23, 12942, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Leonard Porter - Eternium Thread'),\n(23, 12943, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Werg Thickblade - Eternium Thread'),\n(23, 12956, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zannok Hidepiercer - Eternium Thread'),\n(23, 12957, 5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Blimo Gadgetspring - Blacksmith Hammer'),\n(23, 12957, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Blimo Gadgetspring - Rune Thread'),\n(23, 12957, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Blimo Gadgetspring - Imbued Vial'),\n(23, 12958, 5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gigget Zipcoil - Blacksmith Hammer'),\n(23, 12958, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gigget Zipcoil - Rune Thread'),\n(23, 12958, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gigget Zipcoil - Imbued Vial'),\n(23, 13476, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Balai Lok\\'Wein - Flintweed Seed'),\n(23, 13476, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Balai Lok\\'Wein - Wild Quillvine'),\n(23, 14337, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Field Repair Bot 74A - Hair Trigger'),\n(23, 14337, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Field Repair Bot 74A - Walnut Stock'),\n(23, 14637, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zorbin Fandazzle - Hair Trigger'),\n(23, 14637, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zorbin Fandazzle - Walnut Stock'),\n(23, 14738, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Otho Moji\\'ko - Simple Flour'),\n(23, 14739, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mystic Yayo\\'jin - Flintweed Seed'),\n(23, 14739, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mystic Yayo\\'jin - Wild Quillvine'),\n(23, 14846, 13465, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mountain Silversage'),\n(23, 14846, 13468, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Black Lotus'),\n(23, 14846, 21887, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Knothide Leather'),\n(23, 14846, 22572, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Air'),\n(23, 14846, 22573, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Earth'),\n(23, 14846, 22574, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Fire'),\n(23, 14846, 22575, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Life'),\n(23, 14846, 22576, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Mana'),\n(23, 14846, 22577, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Shadow'),\n(23, 14846, 22578, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Water'),\n(23, 14846, 22787, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Ragveil'),\n(23, 14846, 22789, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Terocone'),\n(23, 14846, 22790, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Ancient Lichen'),\n(23, 14846, 22791, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Netherbloom'),\n(23, 14846, 22792, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Nightmare Vine'),\n(23, 14846, 22793, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mana Thistle'),\n(23, 14846, 22794, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Fel Lotus'),\n(23, 14846, 23436, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Living Ruby'),\n(23, 14846, 23437, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Talasite'),\n(23, 14846, 23438, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Star of Elune'),\n(23, 14846, 23439, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Noble Topaz'),\n(23, 14846, 23440, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Dawnstone'),\n(23, 14846, 23441, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Nightseye'),\n(23, 14846, 23793, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Heavy Knothide Leather'),\n(23, 14846, 25707, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Fel Hide'),\n(23, 14846, 25708, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Thick Clefthoof Leather'),\n(23, 14846, 33568, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Borean Leather'),\n(23, 14846, 36901, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Goldclover'),\n(23, 14846, 36903, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Adder\\'s Tongue'),\n(23, 14846, 36904, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Tiger Lily '),\n(23, 14846, 36905, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Lichbloom'),\n(23, 14846, 36906, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Icethorn'),\n(23, 14846, 36907, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Talandra\\'s Rose'),\n(23, 14846, 36908, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Frost Lotus'),\n(23, 14846, 37700, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Air'),\n(23, 14846, 37701, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Earth'),\n(23, 14846, 37702, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Fire'),\n(23, 14846, 37703, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Shadow'),\n(23, 14846, 37704, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Life'),\n(23, 14846, 37705, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Water'),\n(23, 14846, 37921, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Deadnettle'),\n(23, 14846, 38425, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Heavy Borean Leather'),\n(23, 14846, 44128, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Arctic Fur'),\n(23, 14846, 46812, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Northrend Mystery Gem Pouch'),\n(23, 14847, 22829, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Super Healing Potion'),\n(23, 14847, 22832, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Super Mana Potion'),\n(23, 14847, 27498, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Agility V'),\n(23, 14847, 27499, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Intellect V'),\n(23, 14847, 27500, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Protection V'),\n(23, 14847, 27501, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Spirit V'),\n(23, 14847, 27502, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Stamina V'),\n(23, 14847, 27503, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Strength V'),\n(23, 14847, 33447, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Runic Healing Potion'),\n(23, 14847, 33457, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Agility VI'),\n(23, 14847, 33458, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Intellect VI'),\n(23, 14847, 33459, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Protection VI'),\n(23, 14847, 33460, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Spirit VI'),\n(23, 14847, 33461, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Strength VI'),\n(23, 14847, 33462, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Stamina VI'),\n(23, 14847, 37091, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Intellect VII'),\n(23, 14847, 37093, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Stamina VII'),\n(23, 14847, 37097, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Spirit VII'),\n(23, 14847, 43463, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Agility VII'),\n(23, 14847, 43465, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Strength VII'),\n(23, 14847, 43467, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Protection VII'),\n(23, 15175, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Khur Hornstriker - Flintweed Seed'),\n(23, 15175, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Khur Hornstriker - Wild Quillvine'),\n(23, 15179, 5956,  0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Blacksmith Hammer'),\n(23, 15179, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Rune Thread'),\n(23, 15179, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Imbued Vial'),\n(23, 16015, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vi\\'el - Flintweed Seed'),\n(23, 16015, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vi\\'el - Wild Quillvine'),\n(23, 16253, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Master Chef Mouldier - Simple Flour'),\n(23, 16261, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sathiel - Simple Flour'),\n(23, 16262, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Landraelanis - Simple Flour'),\n(23, 16677, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Quelis - Simple Flour'),\n(23, 16718, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Phea - Simple Flour'),\n(23, 17246, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Cookie McWeaksauce - Simple Flour'),\n(23, 17490, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ergh of the Stillpine - Simple Flour'),\n(23, 25082, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Engineer Torquespindle - Flintweed Seed'),\n(23, 25082, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Engineer Torquespindle - Wild Quillvine');\n\n\n/* Remove Wicked Arrow and Impact Shot from vendors - these skip all end-game vanilla ammo progression */\nDELETE FROM `npc_vendor` WHERE `item` IN (28060, 28053);\n\n\n\n/* Add missing vendor items  */\n\nDELETE FROM `npc_vendor` WHERE `item` = 1179  AND `entry` IN (4170, 4241);\nDELETE FROM `npc_vendor` WHERE `item` = 2324  AND `entry` IN (989, 1286, 3367, 4229, 4561, 4775, 5163, 8363);\nDELETE FROM `npc_vendor` WHERE `item` = 2511  AND `entry` IN (5814);\nDELETE FROM `npc_vendor` WHERE `item` = 2605  AND `entry` IN (1286, 3367, 4229, 4561, 4775, 8363);\nDELETE FROM `npc_vendor` WHERE `item` = 2692  AND `entry` IN (777, 843, 960, 989, 1148, 1286, 1456, 1465, 2225, 2381, 2393, 2397, 2664, 2810, 2821, 3027, 3085, 3367, 3400, 3482, 3499, 3556, 3779, \n                                                              3954, 3955, 4194, 4223, 4229, 4265, 4553, 4561, 4775, 4877, 4897, 5100, 5135, 5160, 5163, 5483, 5817, 6301, 7947, 8145, 8307, 8363, 8934, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  11189, 12022, 12028, 12033, 12043, 12245, 12941, 12957, 12958, 14738, 15179);\nDELETE FROM `npc_vendor` WHERE `item` = 2928  AND `entry` IN (777, 989, 1148, 1286, 1325, 1326, 1457, 2225, 2622, 2810, 2821, 3090, 3135, 3334, 3367, 3490, 3499, 3542, 3551, 3556, 3561, \n                                                              3779, 3954, 3955, 3969, 4229, 4561, 4585, 4775, 4897, 5135, 5139, 5169, 5817, 6301, 6779, 7947, 8145, 8363, 8934,  \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  10364, 11189, 12022, 12028, 12043, 12245, 12941, 12957, 12958, 15175, 15179);\nDELETE FROM `npc_vendor` WHERE `item` = 2930  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 3371  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 14847, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 3372  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 14847, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 3713  AND `entry` IN (960, 989, 1148, 1286, 1456, 2225, 2381, 2393, 2397, 2664, 2810, 2821, 3027, 3085, 3367, 3400, 3779, 3954, 3955, \n                                                              4223, 4229, 4265, 4553, 4561, 4775, 4877, 4897, 5100, 5135, 5160, 5163, 5483, 5817, 6301, 7947, 8145, 8307, 8363, 8934,  \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  11189, 12022, 12028, 12033, 12245, 12941, 12957, 12958, 14738, 15179);\nDELETE FROM `npc_vendor` WHERE `item` = 3777  AND `entry` IN (989, 1148, 1286, 1325, 1326, 1457, 2225, 2622, 2810, 2821, 3090, 3135, 3334, 3367, 3490, 3542, 3551, 3561, \n                                                              3779, 3954, 3955, 3969, 4229, 4561, 4585, 4897, 5135, 5139, 5169, 5817, 6301, 6779, 7947, 8145, 8363, 8934,  \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  10364, 11189, 12022, 12028, 12245, 12941, 12957, 12958, 15175, 15179);\nDELETE FROM `npc_vendor` WHERE `item` = 4471  AND `entry` IN (151, 227, 491, 734, 791, 1149, 1250, 1285, 1448, 1452, 1682, 1685, 1691, 2084, 2134, 2140, 2401, 2803, 2806, 2808, 2820, 2908, \n                                                              3076, 3164, 3186, 3313, 3350, 3481, 3498, 3541, 3608, 3625, 3962, 4082, 4084, 4170, 4182, 4241, 4555, 4876, 4896, 5101, 5134, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  7942, 8139, 8362, 11038, 11555, 12021, 12027, 12246, 12959, 12960, 14624, 15174);\nDELETE FROM `npc_vendor` WHERE `item` = 4833  AND `entry` IN (4890);\nDELETE FROM `npc_vendor` WHERE `item` = 4835  AND `entry` IN (4890);\nDELETE FROM `npc_vendor` WHERE `item` = 5048  AND `entry` IN (4170);\nDELETE FROM `npc_vendor` WHERE `item` = 5060  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 5140  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 5173  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 6217  AND `entry` IN (5138);\nDELETE FROM `npc_vendor` WHERE `item` = 6260  AND `entry` IN (1286, 3367, 4229, 4561, 4775, 8363);\nDELETE FROM `npc_vendor` WHERE `item` = 6342  AND `entry` IN (1318, 3012, 3346, 4228, 4617, 5158, 5757, 5758, 15419);\nDELETE FROM `npc_vendor` WHERE `item` = 6529  AND `entry` IN (1286, 3367, 4229, 4561, 4775, 8363);\nDELETE FROM `npc_vendor` WHERE `item` = 8923  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 8924  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 8925  AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 14847, 15175);\nDELETE FROM `npc_vendor` WHERE `item` = 13477 AND `entry` IN (4226, 4610);\nDELETE FROM `npc_vendor` WHERE `item` = 13480 AND `entry` IN (11188);\nDELETE FROM `npc_vendor` WHERE `item` = 14481 AND `entry` IN (11189);\nDELETE FROM `npc_vendor` WHERE `item` = 14488 AND `entry` IN (7940);\nDELETE FROM `npc_vendor` WHERE `item` = 15756 AND `entry` IN (12941); \nDELETE FROM `npc_vendor` WHERE `item` = 16072 AND `entry` IN (3955);\nDELETE FROM `npc_vendor` WHERE `item` = 16041 AND `entry` IN (3413, 5175);\nDELETE FROM `npc_vendor` WHERE `item` = 16042 AND `entry` IN (3413, 5175);\nDELETE FROM `npc_vendor` WHERE `item` = 16047 AND `entry` IN (11185);\nDELETE FROM `npc_vendor` WHERE `item` = 16072 AND `entry` IN (12033);\nDELETE FROM `npc_vendor` WHERE `item` = 16083 AND `entry` IN (2626);\nDELETE FROM `npc_vendor` WHERE `item` = 16084 AND `entry` IN (2805, 13476);\nDELETE FROM `npc_vendor` WHERE `item` = 16112 AND `entry` IN (2805, 13476);\nDELETE FROM `npc_vendor` WHERE `item` = 16113 AND `entry` IN (2805, 13476);\nDELETE FROM `npc_vendor` WHERE `item` = 16171 AND `entry` IN (3961);\nDELETE FROM `npc_vendor` WHERE `item` = 17019 AND `entry` IN (958, 983, 1257, 1275, 1307, 1308, 1351, 1463, 1673, 2805, 3323, 3335, 3351, 3490, 3542, 3562, 3970, 4083, 4220, 4562, 4575, 4878, 5110, 5151, 8361, 14739);\nDELETE FROM `npc_vendor` WHERE `item` = 17195 AND `entry` IN (13420, 13429, 13432, 13433, 13435);\nDELETE FROM `npc_vendor` WHERE `item` = 18256 AND `entry` IN (14847);\nDELETE FROM `npc_vendor` WHERE `item` = 18651 AND `entry` IN (2685);\nDELETE FROM `npc_vendor` WHERE `item` = 19483 AND `entry` IN (13219);\nDELETE FROM `npc_vendor` WHERE `item` = 19484 AND `entry` IN (13216, 13217);\n\nDELETE FROM `npc_vendor` WHERE `entry` = 1459  AND `item` IN (2101, 2504, 2505, 2506, 3027, 3030);\nDELETE FROM `npc_vendor` WHERE `entry` = 6028  AND `item` IN (2417, 2418, 2419, 2420, 2421, 2422, 2448, 3891, 17189);\nDELETE FROM `npc_vendor` WHERE `entry` = 6738  AND `item` IN (4536, 4537, 4538, 4539, 4602, 8953);\nDELETE FROM `npc_vendor` WHERE `entry` = 9636  AND `item` IN (2325, 2604, 2692, 2928, 3713, 3777, 4340, 4341, 4342, 6256, 6529, 7005, 8343, 8925);\n\n-- Alterac Valley\nDELETE FROM `npc_vendor` WHERE `entry` = 4255  AND `item` IN \n(117, 159, 414, 422, 787, 1179, 1205, 1645, 1707, 1708, 2070, 2287, 3770, 3771, 3927, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4544, 4592, 4593, 4594, 4599, 4601, 4602, 21552);\nDELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` IN \n(117, 159, 414, 422, 787, 1179, 1205, 1645, 1707, 1708, 2070, 2287, 3770, 3771, 3927, 4540, 4541, 4542, 4544, 4592, 4593, 4594, 4599, 4601, 4604, 4605, 4606, 4607, 4608, 21552);\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  \n-- Darkmoon Faire\t\t\t\t\t\t\t  \nDELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` IN (4289, 11303, 11305, 11306, 11308, 12248, 12251);\n\n\nINSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES \n--\n(151, 4471, 0, 0),        -- Brog Hamfist, Flint and Tinder\n(227, 4471, 0, 0),        -- Mabel Solaj, Flint and Tinder\n(491, 4471, 0, 0),        -- Quartermaster Lewis, Flint and Tinder\n(734, 4471, 0, 0),        -- Corporal Bluth, Flint and Tinder\n(777, 2692, 0, 0),        -- Amy Davenport, Hot Spices\n(777, 2928, 0, 0),        -- Amy Davenport, Dust of Decay\n(791, 4471, 0, 0),        -- Lindsay Ashlock, Flint and Tinder\n(843, 2692, 0, 0),        -- Gina MacGregor, Hot Spices\n(958, 17019, 0, 0),       -- Dawn Brightstar, Arcane Dust\n(960, 2692, 0, 0),        -- Gunder Thornbush, Hot Spices\n(960, 3713, 0, 0),        -- Gunder Thornbush, Soothing Spices\n(983, 17019, 0, 0),       -- Thultazor, Arcane Dust\n(989, 2324, 0, 0),        -- Banalash, Bleach\n(989, 2692, 0, 0),        -- Banalash, Hot Spices\n(989, 2928, 0, 0),        -- Banalash, Dust of Decay\n(989, 3713, 0, 0),        -- Banalash, Soothing Spices\n(989, 3777, 0, 0),        -- Banalash, Lethargy Root\n(1148, 2692, 0, 0),       -- Nerrist, Hot Spices\n(1148, 2928, 0, 0),       -- Nerrist, Dust of Decay\n(1148, 3713, 0, 0),       -- Nerrist, Soothing Spices\n(1148, 3777, 0, 0),       -- Nerrist, Lethargy Root\n(1149, 4471, 0, 0),       -- Uthok, Flint and Tinder\n(1250, 4471, 0, 0),       -- Drake Lindgren, Flint and Tinder\n(1257, 17019, 0, 0),      -- Keldric Boucher, Arcane Dust\n(1275, 17019, 0, 0),      -- Kyra Boucher, Arcane Dust\n(1285, 4471, 0, 0),       -- Thurman Mullby, Flint and Tinder\n(1286, 2324, 0, 0),       -- Edna Mullby, Bleach\n(1286, 2605, 0, 0),       -- Edna Mullby, Green Dye\n(1286, 2692, 0, 0),       -- Edna Mullby, Hot Spices\n(1286, 2928, 0, 0),       -- Edna Mullby, Dust of Decay\n(1286, 3713, 0, 0),       -- Edna Mullby, Soothing Spices\n(1286, 3777, 0, 0),       -- Edna Mullby, Lethargy Root\n(1286, 6260, 0, 0),       -- Edna Mullby, Blue Dye\n(1286, 6529, 0, 0),       -- Edna Mullby, Shiny Bauble\n(1307, 17019, 0, 0),      -- Charys Yserian, Arcane Dust\n(1308, 17019, 0, 0),      -- Owen Vaughn, Arcane Dust\n(1318, 6342, 1, 7200),    -- Jessara Cordell, Formula: Enchant Chest - Minor Mana\n(1325, 2928, 0, 0),       -- Jasper Fel, Dust of Decay\n(1325, 2930, 0, 0),       -- Jasper Fel, Essence of Pain\n(1325, 3371, 0, 0),       -- Jasper Fel, Empty Vial\n(1325, 3372, 0, 0),       -- Jasper Fel, Leaded Vial\n(1325, 3777, 0, 0),       -- Jasper Fel, Lethargy Root\n(1325, 5060, 0, 0),       -- Jasper Fel, Thieves' Tools\n(1325, 5140, 0, 0),       -- Jasper Fel, Flash Powder\n(1325, 5173, 0, 0),       -- Jasper Fel, Deathweed\n(1325, 8923, 0, 0),       -- Jasper Fel, Essence of Agony\n(1325, 8924, 0, 0),       -- Jasper Fel, Dust of Deterioration\n(1325, 8925, 0, 0),       -- Jasper Fel, Crystal Vial\n(1326, 2928, 0, 0),       -- Sloan McCoy, Dust of Decay\n(1326, 2930, 0, 0),       -- Sloan McCoy, Essence of Pain\n(1326, 3371, 0, 0),       -- Sloan McCoy, Empty Vial\n(1326, 3372, 0, 0),       -- Sloan McCoy, Leaded Vial\n(1326, 3777, 0, 0),       -- Sloan McCoy, Lethargy Root\n(1326, 5060, 0, 0),       -- Sloan McCoy, Thieves' Tools\n(1326, 5140, 0, 0),       -- Sloan McCoy, Flash Powder\n(1326, 5173, 0, 0),       -- Sloan McCoy, Deathweed\n(1326, 8923, 0, 0),       -- Sloan McCoy, Essence of Agony\n(1326, 8924, 0, 0),       -- Sloan McCoy, Dust of Deterioration\n(1326, 8925, 0, 0),       -- Sloan McCoy, Crystal Vial\n(1351, 17019, 0, 0),      -- Brother Cassius, Arcane Dust\n(1448, 4471, 0, 0),       -- Neal Allen, Flint and Tinder\n(1452, 4471, 0, 0),       -- Gruham Rumdnul, Flint and Tinder\n(1456, 2692, 0, 0),       -- Kersok Prond, Hot Spices\n(1456, 3713, 0, 0),       -- Kersok Prond, Soothing Spices\n(1457, 2928, 0, 0),       -- Samor Festivus, Dust of Decay\n(1457, 2930, 0, 0),       -- Samor Festivus, Essence of Pain\n(1457, 3371, 0, 0),       -- Samor Festivus, Empty Vial\n(1457, 3372, 0, 0),       -- Samor Festivus, Leaded Vial\n(1457, 3777, 0, 0),       -- Samor Festivus, Lethargy Root\n(1457, 5060, 0, 0),       -- Samor Festivus, Thieves' Tools\n(1457, 5140, 0, 0),       -- Samor Festivus, Flash Powder\n(1457, 5173, 0, 0),       -- Samor Festivus, Deathweed\n(1457, 8923, 0, 0),       -- Samor Festivus, Essence of Agony\n(1457, 8924, 0, 0),       -- Samor Festivus, Dust of Deterioration\n(1457, 8925, 0, 0),       -- Samor Festivus, Crystal Vial\n(1459, 2101, 0, 0),       -- Naela Trance, Light Quiver\n(1459, 2504, 0, 0),       -- Naela Trance, Worn Shortbow\n(1459, 2505, 0, 0),       -- Naela Trance, Polished Shortbow\n(1459, 2506, 0, 0),       -- Naela Trance, Hornwood Recurve Bow\n(1459, 3027, 0, 0),       -- Naela Trance, Heavy Recurve Bow\n(1459, 3030, 0, 0),       -- Naela Trance, Razor Arrow\n(1463, 17019, 0, 0),      -- Falkan Armonis, Arcane Dust\n(1465, 2692, 0, 0),       -- Drac Roughcut, Hot Spices\n(1673, 17019, 0, 0),      -- Alyssa Eva, Arcane Dust\n(1682, 4471, 0, 0),       -- Yanni Stoutheart, Flint and Tinder\n(1685, 4471, 0, 0),       -- Xandar Goodbeard, Flint and Tinder\n(1691, 4471, 0, 0),       -- Kreg Bilmn, Flint and Tinder\n(2084, 4471, 0, 0),       -- Natheril Raincaller, Flint and Tinder\n(2134, 4471, 0, 0),       -- Mrs. Winters, Flint and Tinder\n(2140, 4471, 0, 0),       -- Edwin Harly, Flint and Tinder\n(2225, 2692, 0, 0),       -- Zora Guthrek, Hot Spices\n(2225, 2928, 0, 0),       -- Zora Guthrek, Dust of Decay\n(2225, 3713, 0, 0),       -- Zora Guthrek, Soothing Spices\n(2225, 3777, 0, 0),       -- Zora Guthrek, Lethargy Root\n(2381, 2692, 0, 0),       -- Micha Yance, Hot Spices\n(2381, 3713, 0, 0),       -- Micha Yance, Soothing Spices\n(2393, 2692, 0, 0),       -- Christoph Jeffcoat, Hot Spices\n(2393, 3713, 0, 0),       -- Christoph Jeffcoat, Soothing Spices\n(2397, 2692, 0, 0),       -- Derak Nightfall, Hot Spices\n(2397, 3713, 0, 0),       -- Derak Nightfall, Soothing Spices\n(2401, 4471, 0, 0),       -- Kayren Soothallow, Flint and Tinder\n(2622, 2928, 0, 0),       -- Sly Garrett, Dust of Decay\n(2622, 2930, 0, 0),       -- Sly Garrett, Essence of Pain\n(2622, 3371, 0, 0),       -- Sly Garrett, Empty Vial\n(2622, 3372, 0, 0),       -- Sly Garrett, Leaded Vial\n(2622, 3777, 0, 0),       -- Sly Garrett, Lethargy Root\n(2622, 5060, 0, 0),       -- Sly Garrett, Thieves' Tools\n(2622, 5140, 0, 0),       -- Sly Garrett, Flash Powder\n(2622, 5173, 0, 0),       -- Sly Garrett, Deathweed\n(2622, 8923, 0, 0),       -- Sly Garrett, Essence of Agony\n(2622, 8924, 0, 0),       -- Sly Garrett, Dust of Deterioration\n(2622, 8925, 0, 0),       -- Sly Garrett, Crystal Vial\n(2626, 16083, 0, 0),      -- Old Man Heming, Expert Fishing - The Bass and You\n(2664, 2692, 0, 0),       -- Kelsey Yance, Hot Spices\n(2664, 3713, 0, 0),       -- Kelsey Yance, Soothing Spices\n(2685, 18651, 1, 43200),  -- Mazk Snipeshot, Schematic: Truesilver Transformer\n(2803, 4471, 0, 0),       -- Malygen, Flint and Tinder\n(2805, 16084, 0, 0),      -- Deneb Walker, Expert First Aid - Under Wraps\n(2805, 16112, 0, 0),      -- Deneb Walker, Manual: Heavy Silk Bandage\n(2805, 16113, 0, 0),      -- Deneb Walker, Manual: Mageweave Bandage\n(2805, 17019, 0, 0),      -- Deneb Walker, Arcane Dust\n(2806, 4471, 0, 0),       -- Bale, Flint and Tinder\n(2808, 4471, 0, 0),       -- Vikki Lonsav, Flint and Tinder\n(2810, 2692, 0, 0),       -- Hammon Karwn, Hot Spices\n(2810, 2928, 0, 0),       -- Hammon Karwn, Dust of Decay\n(2810, 3713, 0, 0),       -- Hammon Karwn, Soothing Spices\n(2810, 3777, 0, 0),       -- Hammon Karwn, Lethargy Root\n(2820, 4471, 0, 0),       -- Graud, Flint and Tinder\n(2821, 2692, 0, 0),       -- Keena, Hot Spices\n(2821, 2928, 0, 0),       -- Keena, Dust of Decay\n(2821, 3713, 0, 0),       -- Keena, Soothing Spices\n(2821, 3777, 0, 0),       -- Keena, Lethargy Root\n(2908, 4471, 0, 0),       -- Grawl, Flint and Tinder\n(3012, 6342, 1, 7200),    -- Nata Dawnstrider, Formula: Enchant Chest - Minor Mana\n(3027, 2692, 0, 0),       -- Naal Mistrunner, Hot Spices\n(3027, 3713, 0, 0),       -- Naal Mistrunner, Soothing Spices\n(3076, 4471, 0, 0),       -- Moorat Longstride, Flint and Tinder\n(3085, 2692, 0, 0),       -- Gloria Femmel, Hot Spices\n(3085, 3713, 0, 0),       -- Gloria Femmel, Soothing Spices\n(3090, 2928, 0, 0),       -- Gerald Crawley, Dust of Decay\n(3090, 2930, 0, 0),       -- Gerald Crawley, Essence of Pain\n(3090, 3371, 0, 0),       -- Gerald Crawley, Empty Vial\n(3090, 3372, 0, 0),       -- Gerald Crawley, Leaded Vial\n(3090, 3777, 0, 0),       -- Gerald Crawley, Lethargy Root\n(3090, 5060, 0, 0),       -- Gerald Crawley, Thieves' Tools\n(3090, 5140, 0, 0),       -- Gerald Crawley, Flash Powder\n(3090, 5173, 0, 0),       -- Gerald Crawley, Deathweed\n(3090, 8923, 0, 0),       -- Gerald Crawley, Essence of Agony\n(3090, 8924, 0, 0),       -- Gerald Crawley, Dust of Deterioration\n(3090, 8925, 0, 0),       -- Gerald Crawley, Crystal Vial\n(3135, 2928, 0, 0),       -- Malissa, Dust of Decay\n(3135, 2930, 0, 0),       -- Malissa, Essence of Pain\n(3135, 3371, 0, 0),       -- Malissa, Empty Vial\n(3135, 3372, 0, 0),       -- Malissa, Leaded Vial\n(3135, 3777, 0, 0),       -- Malissa, Lethargy Root\n(3135, 5060, 0, 0),       -- Malissa, Thieves' Tools\n(3135, 5140, 0, 0),       -- Malissa, Flash Powder\n(3135, 5173, 0, 0),       -- Malissa, Deathweed\n(3135, 8923, 0, 0),       -- Malissa, Essence of Agony\n(3135, 8924, 0, 0),       -- Malissa, Dust of Deterioration\n(3135, 8925, 0, 0),       -- Malissa, Crystal Vial\n(3164, 4471, 0, 0),       -- Jark, Flint and Tinder\n(3186, 4471, 0, 0),       -- K'waii, Flint and Tinder\n(3313, 4471, 0, 0),       -- Trak'gen, Flint and Tinder\n(3323, 17019, 0, 0),      -- Horthus, Arcane Dust\n(3334, 2928, 0, 0),       -- Rekkul, Dust of Decay\n(3334, 2930, 0, 0),       -- Rekkul, Essence of Pain\n(3334, 3371, 0, 0),       -- Rekkul, Empty Vial\n(3334, 3372, 0, 0),       -- Rekkul, Leaded Vial\n(3334, 3777, 0, 0),       -- Rekkul, Lethargy Root\n(3334, 5060, 0, 0),       -- Rekkul, Thieves' Tools\n(3334, 5140, 0, 0),       -- Rekkul, Flash Powder\n(3334, 5173, 0, 0),       -- Rekkul, Deathweed\n(3334, 8923, 0, 0),       -- Rekkul, Essence of Agony\n(3334, 8924, 0, 0),       -- Rekkul, Dust of Deterioration\n(3334, 8925, 0, 0),       -- Rekkul, Crystal Vial\n(3335, 17019, 0, 0),      -- Hagrus, Arcane Dust\n(3346, 6342, 1, 7200),    -- Kithas, Formula: Enchant Chest - Minor Mana\n(3350, 4471, 0, 0),       -- Asoran, Flint and Tinder\n(3351, 17019, 0, 0),      -- Magenius, Arcane Dust\n(3367, 2324, 0, 0),       -- Felika, Bleach\n(3367, 2605, 0, 0),       -- Felika, Green Dye\n(3367, 2692, 0, 0),       -- Felika, Hot Spices\n(3367, 2928, 0, 0),       -- Felika, Dust of Decay\n(3367, 3713, 0, 0),       -- Felika, Soothing Spices\n(3367, 3777, 0, 0),       -- Felika, Lethargy Root\n(3367, 6260, 0, 0),       -- Felika, Blue Dye\n(3367, 6529, 0, 0),       -- Felika, Shiny Bauble\n(3400, 2692, 0, 0),       -- Xen'to, Hot Spices\n(3400, 3713, 0, 0),       -- Xen'to, Soothing Spices\n(3413, 16041, 1, 10800),  -- Sovik, Schematic: Thorium Grenade\n(3413, 16042, 1, 10800),  -- Sovik, Schematic: Thorium Widget\n(3481, 4471, 0, 0),       -- Barg, Flint and Tinder\n(3482, 2692, 0, 0),       -- Tari'qa, Hot Spices\n(3490, 2928, 0, 0),       -- Hula'mahi, Dust of Decay\n(3490, 2930, 0, 0),       -- Hula'mahi, Essence of Pain\n(3490, 3371, 0, 0),       -- Hula'mahi, Empty Vial\n(3490, 3372, 0, 0),       -- Hula'mahi, Leaded Vial\n(3490, 3777, 0, 0),       -- Hula'mahi, Lethargy Root\n(3490, 5060, 0, 0),       -- Hula'mahi, Thieves' Tools\n(3490, 5140, 0, 0),       -- Hula'mahi, Flash Powder\n(3490, 5173, 0, 0),       -- Hula'mahi, Deathweed\n(3490, 8923, 0, 0),       -- Hula'mahi, Essence of Agony\n(3490, 8924, 0, 0),       -- Hula'mahi, Dust of Deterioration\n(3490, 8925, 0, 0),       -- Hula'mahi, Crystal Vial\n(3490, 17019, 0, 0),      -- Hula'mahi, Arcane Dust\n(3498, 4471, 0, 0),       -- Jazzik, Flint and Tinder\n(3499, 2692, 0, 0),       -- Ranik, Hot Spices\n(3499, 2928, 0, 0),       -- Ranik, Dust of Decay\n(3541, 4471, 0, 0),       -- Sarah Raycroft, Flint and Tinder\n(3542, 2928, 0, 0),       -- Jaysin Lanyda, Dust of Decay\n(3542, 2930, 0, 0),       -- Jaysin Lanyda, Essence of Pain\n(3542, 3371, 0, 0),       -- Jaysin Lanyda, Empty Vial\n(3542, 3372, 0, 0),       -- Jaysin Lanyda, Leaded Vial\n(3542, 3777, 0, 0),       -- Jaysin Lanyda, Lethargy Root\n(3542, 5060, 0, 0),       -- Jaysin Lanyda, Thieves' Tools\n(3542, 5140, 0, 0),       -- Jaysin Lanyda, Flash Powder\n(3542, 5173, 0, 0),       -- Jaysin Lanyda, Deathweed\n(3542, 8923, 0, 0),       -- Jaysin Lanyda, Essence of Agony\n(3542, 8924, 0, 0),       -- Jaysin Lanyda, Dust of Deterioration\n(3542, 8925, 0, 0),       -- Jaysin Lanyda, Crystal Vial\n(3542, 17019, 0, 0),      -- Jaysin Lanyda, Arcane Dust\n(3551, 2928, 0, 0),       -- Patrice Dwyer, Dust of Decay\n(3551, 2930, 0, 0),       -- Patrice Dwyer, Essence of Pain\n(3551, 3371, 0, 0),       -- Patrice Dwyer, Empty Vial\n(3551, 3372, 0, 0),       -- Patrice Dwyer, Leaded Vial\n(3551, 3777, 0, 0),       -- Patrice Dwyer, Lethargy Root\n(3551, 5060, 0, 0),       -- Patrice Dwyer, Thieves' Tools\n(3551, 5140, 0, 0),       -- Patrice Dwyer, Flash Powder\n(3551, 5173, 0, 0),       -- Patrice Dwyer, Deathweed\n(3551, 8923, 0, 0),       -- Patrice Dwyer, Essence of Agony\n(3551, 8924, 0, 0),       -- Patrice Dwyer, Dust of Deterioration\n(3551, 8925, 0, 0),       -- Patrice Dwyer, Crystal Vial\n(3556, 2692, 0, 0),       -- Andrew Hilbert, Hot Spices\n(3556, 2928, 0, 0),       -- Andrew Hilbert, Dust of Decay\n(3561, 2928, 0, 0),       -- Kyrai, Dust of Decay\n(3561, 2930, 0, 0),       -- Kyrai, Essence of Pain\n(3561, 3371, 0, 0),       -- Kyrai, Empty Vial\n(3561, 3372, 0, 0),       -- Kyrai, Leaded Vial\n(3561, 3777, 0, 0),       -- Kyrai, Lethargy Root\n(3561, 5060, 0, 0),       -- Kyrai, Thieves' Tools\n(3561, 5140, 0, 0),       -- Kyrai, Flash Powder\n(3561, 5173, 0, 0),       -- Kyrai, Deathweed\n(3561, 8923, 0, 0),       -- Kyrai, Essence of Agony\n(3561, 8924, 0, 0),       -- Kyrai, Dust of Deterioration\n(3561, 8925, 0, 0),       -- Kyrai, Crystal Vial\n(3562, 17019, 0, 0),      -- Alaindia, Arcane Dust\n(3608, 4471, 0, 0),       -- Aldia, Flint and Tinder\n(3625, 4471, 0, 0),       -- Rarck, Flint and Tinder\n(3779, 2692, 0, 0),       -- Syurana, Hot Spices\n(3779, 2928, 0, 0),       -- Syurana, Dust of Decay\n(3779, 3713, 0, 0),       -- Syurana, Soothing Spices\n(3779, 3777, 0, 0),       -- Syurana, Lethargy Root\n(3954, 2692, 0, 0),       -- Dalria, Hot Spices\n(3954, 2928, 0, 0),       -- Dalria, Dust of Decay\n(3954, 3713, 0, 0),       -- Dalria, Soothing Spices\n(3954, 3777, 0, 0),       -- Dalria, Lethargy Root\n(3955, 2692, 0, 0),       -- Shandrina, Hot Spices\n(3955, 2928, 0, 0),       -- Shandrina, Dust of Decay\n(3955, 3713, 0, 0),       -- Shandrina, Soothing Spices\n(3955, 3777, 0, 0),       -- Shandrina, Lethargy Root\n(3955, 16072, 0, 0),      -- Shandrina, Expert Cookbook\n(3961, 16171, 0, 0),      -- Maliynn, Shinsollo\n(3962, 4471, 0, 0),       -- Haljan Oakheart, Flint and Tinder\n(3969, 2928, 0, 0),       -- Fahran Silentblade, Dust of Decay\n(3969, 2930, 0, 0),       -- Fahran Silentblade, Essence of Pain\n(3969, 3371, 0, 0),       -- Fahran Silentblade, Empty Vial\n(3969, 3372, 0, 0),       -- Fahran Silentblade, Leaded Vial\n(3969, 3777, 0, 0),       -- Fahran Silentblade, Lethargy Root\n(3969, 5060, 0, 0),       -- Fahran Silentblade, Thieves' Tools\n(3969, 5140, 0, 0),       -- Fahran Silentblade, Flash Powder\n(3969, 5173, 0, 0),       -- Fahran Silentblade, Deathweed\n(3969, 8923, 0, 0),       -- Fahran Silentblade, Essence of Agony\n(3969, 8924, 0, 0),       -- Fahran Silentblade, Dust of Deterioration\n(3969, 8925, 0, 0),       -- Fahran Silentblade, Crystal Vial\n(3970, 17019, 0, 0),      -- Llana, Arcane Dust\n(4082, 4471, 0, 0),       -- Grawnal, Flint and Tinder\n(4083, 17019, 0, 0),      -- Jeeda, Arcane Dust\n(4084, 4471, 0, 0),       -- Chylina, Flint and Tinder\n(4170, 4471, 0, 0),       -- Ellandrieth, Flint and Tinder\n(4170, 1179, 0, 0),       -- Ellandrieth, Ice Cold Milk\n(4170, 5048, 0, 0),       -- Ellandrieth, Blue Ribboned Wrapping Paper\n(4182, 4471, 0, 0),       -- Dalmond, Flint and Tinder\n(4194, 2692, 0, 0),       -- Ullanna, Hot Spices\n(4220, 17019, 0, 0),      -- Cyroen, Arcane Dust\n(4223, 2692, 0, 0),       -- Fyldan, Hot Spices\n(4223, 3713, 0, 0),       -- Fyldan, Soothing Spices\n(4229, 6529, 0, 0),       -- Mythrin'dir, Shiny Bauble\n(4229, 2324, 0, 0),       -- Mythrin'dir, Bleach\n(4229, 2605, 0, 0),       -- Mythrin'dir, Green Dye\n(4229, 2692, 0, 0),       -- Mythrin'dir, Hot Spices\n(4229, 2928, 0, 0),       -- Mythrin'dir, Dust of Decay\n(4229, 3713, 0, 0),       -- Mythrin'dir, Soothing Spices\n(4229, 3777, 0, 0),       -- Mythrin'dir, Lethargy Root\n(4229, 6260, 0, 0),       -- Mythrin'dir, Blue Dye\n(4226, 13477, 1, 7200),   -- Ulthir, Recipe: Superior Mana Potion\n(4228, 6342, 1, 1800),    -- Vaean, Formula: Enchant Chest - Minor Mana\n(4241, 1179, 0, 0),       -- Mydrannul, Ice Cold Milk\n(4241, 4471, 0, 0),       -- Mydrannul, Flint and Tinder\n(4255, 117, 0, 0),        -- Brogus Thunderbrew, Tough Jerky\n(4255, 159, 0, 0),        -- Brogus Thunderbrew, Refreshing Spring Water\n(4255, 414, 0, 0),        -- Brogus Thunderbrew, Dalaran Sharp\n(4255, 422, 0, 0),        -- Brogus Thunderbrew, Dwarven Mild\n(4255, 787, 0, 0),        -- Brogus Thunderbrew, Slitherskin Mackerel\n(4255, 1179, 0, 0),       -- Brogus Thunderbrew, Ice Cold Milk\n(4255, 1205, 0, 0),       -- Brogus Thunderbrew, Melon Juice\n(4255, 1645, 0, 0),       -- Brogus Thunderbrew, Moonberry Juice\n(4255, 1707, 0, 0),       -- Brogus Thunderbrew, Stormwind Brie\n(4255, 1708, 0, 0),       -- Brogus Thunderbrew, Sweet Nectar\n(4255, 2070, 0, 0),       -- Brogus Thunderbrew, Darnassian Bleu\n(4255, 2287, 0, 0),       -- Brogus Thunderbrew, Haunch of Meat\n(4255, 3770, 0, 0),       -- Brogus Thunderbrew, Mutton Chop\n(4255, 3771, 0, 0),       -- Brogus Thunderbrew, Wild Hog Shank\n(4255, 3927, 0, 0),       -- Brogus Thunderbrew, Fine Aged Cheddar\n(4255, 4536, 0, 0),       -- Brogus Thunderbrew, Shiny Red Apple\n(4255, 4537, 0, 0),       -- Brogus Thunderbrew, Tel'Abim Banana\n(4255, 4538, 0, 0),       -- Brogus Thunderbrew, Snapvine Watermelon\n(4255, 4539, 0, 0),       -- Brogus Thunderbrew, Goldenbark Apple\n(4255, 4540, 0, 0),       -- Brogus Thunderbrew, Tough Hunk of Bread\n(4255, 4541, 0, 0),       -- Brogus Thunderbrew, Freshly Baked Bread\n(4255, 4542, 0, 0),       -- Brogus Thunderbrew, Moist Cornbread\n(4255, 4544, 0, 0),       -- Brogus Thunderbrew, Mulgore Spice Bread\n(4255, 4592, 0, 0),       -- Brogus Thunderbrew, Longjaw Mud Snapper\n(4255, 4593, 0, 0),       -- Brogus Thunderbrew, Bristle Whisker Catfish\n(4255, 4594, 0, 0),       -- Brogus Thunderbrew, Rockscale Cod\n(4255, 4599, 0, 0),       -- Brogus Thunderbrew, Cured Ham Steak\n(4255, 4601, 0, 0),       -- Brogus Thunderbrew, Soft Banana Bread\n(4255, 4602, 0, 0),       -- Brogus Thunderbrew, Moon Harvest Pumpkin\n(4255, 21552, 0, 0),       -- Brogus Thunderbrew, Striped Yellowtail\n(4265, 2692, 0, 0),       -- Nyoma, Hot Spices\n(4265, 3713, 0, 0),       -- Nyoma, Soothing Spices\n(4553, 2692, 0, 0),       -- Ronald Burch, Hot Spices\n(4553, 3713, 0, 0),       -- Ronald Burch, Soothing Spices\n(4555, 4471, 0, 0),       -- Eleanor Rusk, Flint and Tinder\n(4561, 2324, 0, 0),       -- Daniel Bartlett, Bleach\n(4561, 2605, 0, 0),       -- Daniel Bartlett, Green Dye\n(4561, 2692, 0, 0),       -- Daniel Bartlett, Hot Spices\n(4561, 2928, 0, 0),       -- Daniel Bartlett, Dust of Decay\n(4561, 3713, 0, 0),       -- Daniel Bartlett, Soothing Spices\n(4561, 3777, 0, 0),       -- Daniel Bartlett, Lethargy Root\n(4561, 6260, 0, 0),       -- Daniel Bartlett, Blue Dye\n(4561, 6529, 0, 0),       -- Daniel Bartlett, Shiny Bauble\n(4562, 17019, 0, 0),      -- Thomas Mordan, Arcane Dust\n(4575, 17019, 0, 0),      -- Hannah Akeley, Arcane Dust\n(4585, 2928, 0, 0),       -- Ezekiel Graves, Dust of Decay\n(4585, 2930, 0, 0),       -- Ezekiel Graves, Essence of Pain\n(4585, 3371, 0, 0),       -- Ezekiel Graves, Empty Vial\n(4585, 3372, 0, 0),       -- Ezekiel Graves, Leaded Vial\n(4585, 3777, 0, 0),       -- Ezekiel Graves, Lethargy Root\n(4585, 5060, 0, 0),       -- Ezekiel Graves, Thieves' Tools\n(4585, 5140, 0, 0),       -- Ezekiel Graves, Flash Powder\n(4585, 5173, 0, 0),       -- Ezekiel Graves, Deathweed\n(4585, 8923, 0, 0),       -- Ezekiel Graves, Essence of Agony\n(4585, 8924, 0, 0),       -- Ezekiel Graves, Dust of Deterioration\n(4585, 8925, 0, 0),       -- Ezekiel Graves, Crystal Vial\n(4610, 13477, 1, 2700),   -- Algernon, Recipe: Superior Mana Potion\n(4617, 6342, 1, 7200),    -- Thaddeus Webb, Formula: Enchant Chest - Minor Mana\n(4775, 2324, 0, 0),       -- Felicia Doan, Bleach\n(4775, 2605, 0, 0),       -- Felicia Doan, Green Dye\n(4775, 2692, 0, 0),       -- Felicia Doan, Hot Spices\n(4775, 2928, 0, 0),       -- Felicia Doan, Dust of Decay\n(4775, 3713, 0, 0),       -- Felicia Doan, Soothing Spices\n(4775, 6260, 0, 0),       -- Felicia Doan, Blue Dye\n(4775, 6529, 0, 0),       -- Felicia Doan, Shiny Bauble\n(4876, 4471, 0, 0),       -- Jawn Highmesa, Flint and Tinder\n(4877, 2692, 0, 0),       -- Jandia, Hot Spices\n(4877, 3713, 0, 0),       -- Jandia, Soothing Spices\n(4878, 17019, 0, 0),      -- Montarr, Arcane Dust\n(4890, 4833, 1, 43200),   -- Piter Verance, Glorious Shoulders\n(4890, 4835, 1, 43200),   -- Piter Verance, Elite Shoulders\n(4896, 4471, 0, 0),       -- Charity Mipsy, Flint and Tinder\n(4897, 2692, 0, 0),       -- Helenia Olden, Hot Spices\n(4897, 2928, 0, 0),       -- Helenia Olden, Dust of Decay\n(4897, 3713, 0, 0),       -- Helenia Olden, Soothing Spices\n(4897, 3777, 0, 0),       -- Helenia Olden, Lethargy Root\n(5100, 2692, 0, 0),       -- Fillius Fizzlespinner, Hot Spices\n(5100, 3713, 0, 0),       -- Fillius Fizzlespinner, Soothing Spices\n(5101, 4471, 0, 0),       -- Bryllia Ironbrand, Flint and Tinder\n(5110, 17019, 0, 0),      -- Barim Jurgenstaad, Arcane Dust\n(5134, 4471, 0, 0),       -- Jonivera Farmountain, Flint and Tinder\n(5135, 2692, 0, 0),       -- Svalbrad Farmountain, Hot Spices\n(5135, 2928, 0, 0),       -- Svalbrad Farmountain, Dust of Decay\n(5135, 3713, 0, 0),       -- Svalbrad Farmountain, Soothing Spices\n(5135, 3777, 0, 0),       -- Svalbrad Farmountain, Lethargy Root\n(5138, 6217, 0, 0),       -- Gwina Stonebranch, Copper Rod\n(5139, 2928, 0, 0),       -- Kurdrum Barleybeard, Dust of Decay\n(5139, 3371, 0, 0),       -- Kurdrum Barleybeard, Empty Vial\n(5139, 3372, 0, 0),       -- Kurdrum Barleybeard, Leaded Vial\n(5139, 5060, 0, 0),       -- Kurdrum Barleybeard, Thieves' Tools\n(5139, 8925, 0, 0),       -- Kurdrum Barleybeard, Crystal Vial\n(5139, 3777, 0, 0),       -- Kurdrum Barleybeard, Lethargy Root\n(5139, 2930, 0, 0),       -- Kurdrum Barleybeard, Essence of Pain\n(5139, 5140, 0, 0),       -- Kurdrum Barleybeard, Flash Powder\n(5139, 5173, 0, 0),       -- Kurdrum Barleybeard, Deathweed\n(5139, 8923, 0, 0),       -- Kurdrum Barleybeard, Essence of Agony\n(5139, 8924, 0, 0),       -- Kurdrum Barleybeard, Dust of Deterioration\n(5151, 17019, 0, 0),      -- Ginny Longberry, Arcane Dust\n(5158, 6342, 1, 7200),    -- Tilli Thistlefuzz, Formula: Enchant Chest - Minor Mana\n(5160, 2692, 0, 0),       -- Emrul Riknussun, Hot Spices\n(5160, 3713, 0, 0),       -- Emrul Riknussun, Soothing Spices\n(5163, 2324, 0, 0),       -- Burbik Gearspanner, Bleach\n(5163, 2692, 0, 0),       -- Burbik Gearspanner, Hot Spices\n(5163, 3713, 0, 0),       -- Burbik Gearspanner, Soothing Spices\n(5169, 2928, 0, 0),       -- Tynnus Venomsprout, Dust of Decay\n(5169, 2930, 0, 0),       -- Tynnus Venomsprout, Essence of Pain\n(5169, 3371, 0, 0),       -- Tynnus Venomsprout, Empty Vial\n(5169, 3372, 0, 0),       -- Tynnus Venomsprout, Leaded Vial\n(5169, 3777, 0, 0),       -- Tynnus Venomsprout, Lethargy Root\n(5169, 5060, 0, 0),       -- Tynnus Venomsprout, Thieves' Tools\n(5169, 5140, 0, 0),       -- Tynnus Venomsprout, Flash Powder\n(5169, 5173, 0, 0),       -- Tynnus Venomsprout, Deathweed\n(5169, 8923, 0, 0),       -- Tynnus Venomsprout, Essence of Agony\n(5169, 8924, 0, 0),       -- Tynnus Venomsprout, Dust of Deterioration\n(5169, 8925, 0, 0),       -- Tynnus Venomsprout, Crystal Vial\n(5175, 16041, 1, 10800),  -- Gearcutter Cogspinner, Schematic: Thorium Grenade\n(5175, 16042, 1, 10800),  -- Gearcutter Cogspinner, Schematic: Thorium Widget\n(5483, 2692, 0, 0),       -- Erika Tate, Hot Spices\n(5483, 3713, 0, 0),       -- Erika Tate, Soothing Spices\n(5757, 6342, 1, 7200),    -- Lilly, Formula: Enchant Chest - Minor Mana\n(5758, 6342, 1, 7200),    -- Leo Sarn, Formula: Enchant Chest - Minor Mana\n(5814, 2511, 0, 0),       -- Innkeeper Thulbek, Hunter's Boomstick\n(5817, 2692, 0, 0),       -- Shimra, Hot Spices\n(5817, 2928, 0, 0),       -- Shimra, Dust of Decay\n(5817, 3713, 0, 0),       -- Shimra, Soothing Spices\n(5817, 3777, 0, 0),       -- Shimra, Lethargy Root\n(6028, 2417, 0, 0),       -- Burkrum, Augmented Chain Vest\n(6028, 2418, 0, 0),       -- Burkrum, Augmented Chain Leggings\n(6028, 2419, 0, 0),       -- Burkrum, Augmented Chain Belt\n(6028, 2420, 0, 0),       -- Burkrum, Augmented Chain Boots\n(6028, 2421, 0, 0),       -- Burkrum, Augmented Chain Bracers\n(6028, 2422, 0, 0),       -- Burkrum, Augmented Chain Gloves\n(6028, 2448, 0, 0),       -- Burkrum, Heavy Pavise\n(6028, 3891, 0, 0),       -- Burkrum, Augmented Chain Helm\n(6028, 17189, 0, 0),      -- Burkrum, Metal Buckler\n(6301, 2692, 0, 0),       -- Gorbold Steelhand, Hot Spices\n(6301, 2928, 0, 0),       -- Gorbold Steelhand, Dust of Decay\n(6301, 3713, 0, 0),       -- Gorbold Steelhand, Soothing Spices\n(6301, 3777, 0, 0),       -- Gorbold Steelhand, Lethargy Root\n(6738, 4536, 0, 0),       -- Innkeeper Kimlya, Shiny Red Apple\n(6738, 4537, 0, 0),       -- Innkeeper Kimlya, Tel'Abim Banana\n(6738, 4538, 0, 0),       -- Innkeeper Kimlya, Snapvine Watermelon\n(6738, 4539, 0, 0),       -- Innkeeper Kimlya, Goldenbark Apple\n(6738, 4602, 0, 0),       -- Innkeeper Kimlya, Moon Harvest Pumpkin\n(6738, 8953, 0, 0),       -- Innkeeper Kimlya, Deep Fried Plantains\n(6779, 2928, 0, 0),       -- Smudge Thunderwood, Dust of Decay\n(6779, 2930, 0, 0),       -- Smudge Thunderwood, Essence of Pain\n(6779, 3371, 0, 0),       -- Smudge Thunderwood, Empty Vial\n(6779, 3372, 0, 0),       -- Smudge Thunderwood, Leaded Vial\n(6779, 3777, 0, 0),       -- Smudge Thunderwood, Lethargy Root\n(6779, 5060, 0, 0),       -- Smudge Thunderwood, Thieves' Tools\n(6779, 5140, 0, 0),       -- Smudge Thunderwood, Flash Powder\n(6779, 5173, 0, 0),       -- Smudge Thunderwood, Deathweed\n(6779, 8923, 0, 0),       -- Smudge Thunderwood, Essence of Agony\n(6779, 8924, 0, 0),       -- Smudge Thunderwood, Dust of Deterioration\n(6779, 8925, 0, 0),       -- Smudge Thunderwood, Crystal Vial\n(7940, 14488, 1, 3600),   -- Darnall, Pattern: Runecloth Boots\n(7942, 4471, 0, 0),       -- Faralorn, Flint and Tinder\n(7947, 2692, 0, 0),       -- Vivianna, Hot Spices\n(7947, 2928, 0, 0),       -- Vivianna, Dust of Decay\n(7947, 3713, 0, 0),       -- Vivianna, Soothing Spices\n(7947, 3777, 0, 0),       -- Vivianna, Lethargy Root\n(8139, 4471, 0, 0),       -- Jabbey, Flint and Tinder\n(8145, 2692, 0, 0),       -- Sheendra Tallgrass, Hot Spices\n(8145, 2928, 0, 0),       -- Sheendra Tallgrass, Dust of Decay\n(8145, 3713, 0, 0),       -- Sheendra Tallgrass, Soothing Spices\n(8145, 3777, 0, 0),       -- Sheendra Tallgrass, Lethargy Root\n(8307, 2692, 0, 0),       -- Tarban Hearthgrain, Hot Spices\n(8307, 3713, 0, 0),       -- Tarban Hearthgrain, Soothing Spices\n(8361, 17019, 0, 0),      -- Chepi, Arcane Dust\n(8362, 4471, 0, 0),       -- Kuruk, Flint and Tinder\n(8363, 2324, 0, 0),       -- Shadi Mistrunner, Bleach\n(8363, 2605, 0, 0),       -- Shadi Mistrunner, Green Dye\n(8363, 2692, 0, 0),       -- Shadi Mistrunner, Hot Spices\n(8363, 2928, 0, 0),       -- Shadi Mistrunner, Dust of Decay\n(8363, 3713, 0, 0),       -- Shadi Mistrunner, Soothing Spices\n(8363, 3777, 0, 0),       -- Shadi Mistrunner, Lethargy Root\n(8363, 6260, 0, 0),       -- Shadi Mistrunner, Blue Dye\n(8363, 6529, 0, 0),       -- Shadi Mistrunner, Shiny Bauble\n(8934, 2692, 0, 0),       -- Christopher Hewen, Hot Spices\n(8934, 2928, 0, 0),       -- Christopher Hewen, Dust of Decay\n(8934, 3713, 0, 0),       -- Christopher Hewen, Soothing Spices\n(8934, 3777, 0, 0),       -- Christopher Hewen, Lethargy Root\n(9636, 2325, 0, 0),       -- Kireena, Black Dye\n(9636, 2604, 0, 0),       -- Kireena, Red Dye\n(9636, 2692, 0, 0),       -- Kireena, Hot Spices\n(9636, 2928, 0, 0),       -- Kireena, Dust of Decay\n(9636, 3713, 0, 0),       -- Kireena, Soothing Spices\n(9636, 3777, 0, 0),       -- Kireena, Lethargy Root\n(9636, 4340, 0, 0),       -- Kireena, Gray Dye\n(9636, 4341, 0, 0),       -- Kireena, Yellow Dye\n(9636, 4342, 0, 0),       -- Kireena, Purple Dye\n(9636, 6256, 0, 0),       -- Kireena, Fishing Pole\n(9636, 6529, 0, 0),       -- Kireena, Shiny Bauble\n(9636, 7005, 0, 0),       -- Kireena, Skinning Knife\n(9636, 8343, 0, 0),       -- Kireena, Heavy Silken Thread\n(9636, 8925, 0, 0),       -- Kireena, Crystal Vial\n(10364, 2928, 0, 0),      -- Yaelika Farclaw, Dust of Decay\n(10364, 3371, 0, 0),      -- Yaelika Farclaw, Empty Vial\n(10364, 3372, 0, 0),      -- Yaelika Farclaw, Leaded Vial\n(10364, 3777, 0, 0),      -- Yaelika Farclaw, Lethargy Root\n(10364, 5060, 0, 0),      -- Yaelika Farclaw, Thieves' Tools\n(10364, 8925, 0, 0),      -- Yaelika Farclaw, Crystal Vial\n(10367, 117, 0, 0),       -- Shrye Ragefist, Tough Jerky\n(10367, 159, 0, 0),       -- Shrye Ragefist, Refreshing Spring Water\n(10367, 414, 0, 0),       -- Shrye Ragefist, Dalaran Sharp\n(10367, 422, 0, 0),       -- Shrye Ragefist, Dwarven Mild\n(10367, 787, 0, 0),       -- Shrye Ragefist, Slitherskin Mackerel\n(10367, 1179, 0, 0),      -- Shrye Ragefist, Ice Cold Milk\n(10367, 1205, 0, 0),      -- Shrye Ragefist, Melon Juice\n(10367, 1645, 0, 0),      -- Shrye Ragefist, Moonberry Juice\n(10367, 1707, 0, 0),      -- Shrye Ragefist, Stormwind Brie\n(10367, 1708, 0, 0),      -- Shrye Ragefist, Sweet Nectar\n(10367, 2070, 0, 0),      -- Shrye Ragefist, Darnassian Bleu\n(10367, 2287, 0, 0),      -- Shrye Ragefist, Haunch of Meat\n(10367, 3770, 0, 0),      -- Shrye Ragefist, Mutton Chop \n(10367, 3771, 0, 0),      -- Shrye Ragefist, Wild Hog Shank\n(10367, 3927, 0, 0),      -- Shrye Ragefist, Fine Aged Cheddar\n(10367, 4540, 0, 0),      -- Shrye Ragefist, Tough Hunk of Bread\n(10367, 4541, 0, 0),      -- Shrye Ragefist, Freshly Baked Bread\n(10367, 4542, 0, 0),      -- Shrye Ragefist, Moist Cornbread\n(10367, 4544, 0, 0),      -- Shrye Ragefist, Mulgore Spice Bread\n(10367, 4592, 0, 0),      -- Shrye Ragefist, Longjaw Mud Snapper\n(10367, 4593, 0, 0),      -- Shrye Ragefist, Bristle Whisker Catfish\n(10367, 4594, 0, 0),      -- Shrye Ragefist, Rockscale Cod\n(10367, 4599, 0, 0),      -- Shrye Ragefist, Cured Ham Steak\n(10367, 4601, 0, 0),      -- Shrye Ragefist, Soft Banana Bread\n(10367, 4604, 0, 0),      -- Shrye Ragefist, Forest Mushroom Cap\n(10367, 4605, 0, 0),      -- Shrye Ragefist, Red-speckled Mushroom\n(10367, 4606, 0, 0),      -- Shrye Ragefist, Spongy Morel\n(10367, 4607, 0, 0),      -- Shrye Ragefist, Delicious Cave Mold\n(10367, 4608, 0, 0),      -- Shrye Ragefist, Raw Black Truffle\n(10367, 21552, 0, 0),     -- Shrye Ragefist, Striped Yellowtail\n(11038, 4471, 0, 0),      -- Caretaker Alen, Flint and Tinder\n(11185, 16047, 1, 10800), -- Xizzer Fizzbolt, Schematic: Thorium Tube\n(11188, 13480, 1, 7200),  -- Evie Whirlbrew, Recipe: Major Healing Potion\n(11189, 14481, 1, 3600),  -- Qia, Pattern: Runecloth Gloves\n(11189, 2692, 0, 0),      -- Qia, Hot Spices\n(11189, 2928, 0, 0),      -- Qia, Dust of Decay \n(11189, 3713, 0, 0),      -- Qia, Soothing Spices\n(11189, 3777, 0, 0),      -- Qia, Lethargy Root\n(11555, 4471, 0, 0),      -- Gorn One Eye, Flint and Tinder\n(12021, 4471, 0, 0),      -- Daeolyn Summerleaf, Flint and Tinder\n(12022, 2692, 0, 0),      -- Lorelae Wintersong, Hot Spices\n(12022, 2928, 0, 0),      -- Lorelae Wintersong, Dust of Decay\n(12022, 3713, 0, 0),      -- Lorelae Wintersong, Soothing Spices\n(12022, 3777, 0, 0),      -- Lorelae Wintersong, Lethargy Root\n(12027, 4471, 0, 0),      -- Tukk, Flint and Tinder\n(12028, 2692, 0, 0),      -- Lah'Mawhani, Hot Spices\n(12028, 2928, 0, 0),      -- Lah'Mawhani, Dust of Decay\n(12028, 3713, 0, 0),      -- Lah'Mawhani, Soothing Spices\n(12028, 3777, 0, 0),      -- Lah'Mawhani, Lethargy Root\n(12033, 2692, 0, 0),      -- Wulan, Hot Spices\n(12033, 3713, 0, 0),      -- Wulan, Soothing Spices\n(12033, 16072, 0, 0),     -- Wulan, Expert Cookbook\n(12043, 2692, 0, 0),      -- Kulwia, Hot Spices\n(12043, 2928, 0, 0),      -- Kulwia, Dust of Decay\n(12245, 2692, 0, 0),      -- Vendor-Tron 1000, Hot Spices\n(12245, 2928, 0, 0),      -- Vendor-Tron 1000, Dust of Decay\n(12245, 3713, 0, 0),      -- Vendor-Tron 1000, Soothing Spices\n(12245, 3777, 0, 0),      -- Vendor-Tron 1000, Lethargy Root\n(12246, 4471, 0, 0),      -- Super-Seller 680, Flint and Tinder\n(12941, 2692, 0, 0),      -- Jase Farlane, Hot Spices\n(12941, 2928, 0, 0),      -- Jase Farlane, Dust of Decay\n(12941, 3713, 0, 0),      -- Jase Farlane, Soothing Spices\n(12941, 3777, 0, 0),      -- Jase Farlane, Lethargy Root\n(12941, 15756, 1, 3600),  -- Jase Farlane, Pattern: Runic Leather Headband\n(12957, 2692, 0, 0),      -- Blimo Gadgetspring, Hot Spices\n(12957, 2928, 0, 0),      -- Blimo Gadgetspring, Dust of Decay\n(12957, 3713, 0, 0),      -- Blimo Gadgetspring, Soothing Spices\n(12957, 3777, 0, 0),      -- Blimo Gadgetspring, Lethargy Root\n(12958, 2692, 0, 0),      -- Gigget Zipcoil, Hot Spices\n(12958, 2928, 0, 0),      -- Gigget Zipcoil, Dust of Decay\n(12958, 3713, 0, 0),      -- Gigget Zipcoil, Soothing Spices\n(12958, 3777, 0, 0),      -- Gigget Zipcoil, Lethargy Root\n(12959, 4471, 0, 0),      -- Nergal, Flint and Tinder\n(12960, 4471, 0, 0),      -- Christi Galvanis, Flint and Tinder\n(13216, 19484, 0, 0),     -- Gaelden Hammersmith, The Frostwolf Artichoke\n(13217, 19484, 0, 0),     -- Thanthaldis Snowgleam, The Frostwolf Artichoke\n(13219, 19483, 0, 0),     -- Jekyll Flandring, Peeling the Onion\n(13420, 17195, 0, 0),     -- Penney Copperpinch, Fake Mistletoe\n(13429, 17195, 0, 0),     -- Nardstrum Copperpinch, Fake Mistletoe\n(13432, 17195, 0, 0),     -- Seersa Copperpinch, Fake Mistletoe\n(13433, 17195, 0, 0),     -- Wulmort Jinglepocket, Fake Mistletoe\n(13435, 17195, 0, 0),     -- Khole Jinglepocket, Fake Mistletoe\n(13476, 16084, 0, 0),     -- Balai Lok'Wein, Expert First Aid - Under Wraps\n(13476, 16112, 0, 0),     -- Balai Lok'Wein, Manual: Heavy Silk Bandage\n(13476, 16113, 0, 0),     -- Balai Lok'Wein, Manual: Mageweave Bandage\n(14624, 4471, 0, 0),      -- Master Smith Burninate, Flint and Tinder\n(14738, 2692, 0, 0),      -- Otho Moji'ko, Hot Spices\n(14738, 3713, 0, 0),      -- Otho Moji'ko, Soothing Spices\n(14739, 17019, 0, 0),     -- Mystic Yayo'jin, Arcane Dust\n(14846, 4289, 0, 0),      -- Lhara, Salt\n(14846, 11303, 1, 43200), -- Lhara, Fine Shortbow\n(14846, 11305, 1, 43200), -- Lhara, Dense Shortbow\n(14846, 11306, 1, 43200), -- Lhara, Sturdy Recurve\n(14846, 11308, 1, 43200), -- Lhara, Sylvan Shortbow\n(14846, 12248, 1, 3600),  -- Lhara, Daring Dirk\n(14846, 12251, 1, 3600),  -- Lhara, Big Stick\n(14847, 3371, 0, 0),      -- Professor Thaddeus Paleo, Empty Vial\n(14847, 3372, 0, 0),      -- Professor Thaddeus Paleo, Leaded Vial\n(14847, 8925, 0, 0),      -- Professor Thaddeus Paleo, Crystal Vial\n(14847, 18256, 0, 0),     -- Professor Thaddeus Paleo, Imbued Vial\n(15174, 4471, 0, 0),      -- Calandrath, Flint and Tinder\n(15175, 2928, 0, 0),      -- Khur Hornstriker, Dust of Decay\n(15175, 2930, 0, 0),      -- Khur Hornstriker, Essence of Pain\n(15175, 3371, 0, 0),      -- Khur Hornstriker, Empty Vial\n(15175, 3372, 0, 0),      -- Khur Hornstriker, Leaded Vial\n(15175, 3777, 0, 0),      -- Khur Hornstriker, Lethargy Root\n(15175, 5060, 0, 0),      -- Khur Hornstriker, Thieves' Tools\n(15175, 5140, 0, 0),      -- Khur Hornstriker, Flash Powder\n(15175, 5173, 0, 0),      -- Khur Hornstriker, Deathweed\n(15175, 8923, 0, 0),      -- Khur Hornstriker, Essence of Agony\n(15175, 8924, 0, 0),      -- Khur Hornstriker, Dust of Deterioration\n(15175, 8925, 0, 0),      -- Khur Hornstriker, Crystal Vial\n(15179, 2692, 0, 0),      -- Mishta, Hot Spices\n(15179, 2928, 0, 0),      -- Mishta, Dust of Decay\n(15179, 3713, 0, 0),      -- Mishta, Soothing Spices\n(15179, 3777, 0, 0),      -- Mishta, Lethargy Root\n(15419, 6342, 1, 7200);   -- Kania, Formula: Enchant Chest - Minor Mana\n\n\n\n/* PvP Gear Vendor Rep Requirements */\n\n-- Illiyana Moonblaze <Silverwing Supply Officer>\nUPDATE `item_template` SET `RequiredReputationFaction` = 890, `RequiredReputationRank` = 5 WHERE `entry` IN\n(19514, 19515, 19516, 19517, 19522, 19523, 19524, 19525, 19530, 19531, 19532, 19533, 19538, 19539, 19540, 19541, 20428, 20431, 20439, 20444);\nUPDATE `item_template` SET `RequiredReputationFaction` = 890, `RequiredReputationRank` = 6 WHERE `entry` IN\n(19546, 19547, 19548, 19549, 19554, 19555, 19556, 19557, 19562, 19563, 19564, 19565, 19570, 19571, 19572, 19573, 20434, 20438, 20440, 20443);\nUPDATE `item_template` SET `RequiredReputationFaction` = 890, `RequiredReputationRank` = 7 WHERE `entry` IN\n(19506, 22672, 22748, 22749, 22750, 22752, 22753);\n\n-- Kelm Hargunth <Warsong Supply Officer>\nUPDATE `item_template` SET `RequiredReputationFaction` = 889, `RequiredReputationRank` = 5 WHERE `entry` IN\n(19510, 19511, 19512, 19513, 19518, 19519, 19520, 19521, 19526, 19527, 19528, 19529, 19534, 19535, 19536, 19537, 20426, 20427, 20429, 20442);\nUPDATE `item_template` SET `RequiredReputationFaction` = 889, `RequiredReputationRank` = 6 WHERE `entry` IN\n(19542, 19543, 19544, 19545, 19550, 19551, 19552, 19553, 19558, 19559, 19560, 19561, 19566, 19567, 19568, 19569, 20425, 20430, 20437, 20441);\nUPDATE `item_template` SET `RequiredReputationFaction` = 889, `RequiredReputationRank` = 7 WHERE `entry` IN\n(19505, 22651, 22673, 22676, 22740, 22741, 22747);\n\n-- Samuel Hawke <League of Arathor Supply Officer>\nUPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE `entry` IN\n(20041, 20042, 20043, 20044, 20045, 20046, 20047, 20088, 20089, 20090, 20097, 20098, 20099, 20103, 20104, 20105, 20106, 20107, 20108, 20115, 20116, 20117, 20118, 20119, 20120, 20124, 20125, 20126);\nUPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE `entry` IN\n(20048, 20049, 20050, 20051, 20052, 20053, 20054, 20091, 20092, 20093, 20094, 20095, 20096, 20100, 20101, 20102, 20109, 20110, 20111, 20112, 20113, 20114, 20121, 20122, 20123, 20127, 20128, 20129);\nUPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE `entry` IN\n(20055, 20056, 20057, 20058, 20059, 20060, 20061, 20069, 20070, 20073);\n\n-- Rutherford Twing <Defilers Supply Officer>\nUPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE `entry` IN\n(20150, 20151, 20152, 20153, 20163, 20164, 20165, 20166, 20171, 20172, 20173, 20174, 20177, 20178, 20179, 20180, 20190, 20191, 20192, 20193, 20195, 20196, 20197, 20198, 20204, 20205, 20206, 20207);\nUPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE `entry` IN\n(20154, 20155, 20156, 20157, 20159, 20160, 20161, 20162, 20167, 20168, 20169, 20170, 20181, 20182, 20183, 20185, 20186, 20187, 20188, 20189, 20199, 20200, 20201, 20202, 20208, 20209, 20210, 20211);\nUPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE `entry` IN\n(20068, 20158, 20175, 20176, 20184, 20194, 20203, 20212, 20214, 20220);\n\n    \n-- these need to be hidden. they cannot get a reputation requirement, because some of these items have the same ID for both alliance and horde.\n-- you can only set 1 reputation requirement for an item.\n-- AB is an exception. all AB items are unique to either faction\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (13216, 13217, 13218, 13219, 14753, 14754);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES \n-- Gaelden Hammersmith <Stormpike Supply Officer>\n(23, 13216, 17349, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 17352, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19032, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19307, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19318, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 17348, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 17351, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19301, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19084, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19086, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19097, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19098, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19094, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19093, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19092, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19091, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19316, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19317, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19045, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19100, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19102, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19104, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19320, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19319, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19030, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19312, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19315, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19308, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19311, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19309, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19310, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19323, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19321, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19325, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 21563, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13216, 19324, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n-- Thanthaldis Snowgleam <Stormpike Supply Officer>\n(23, 13217, 17349, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 17352, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19032, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19307, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19318, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 17348, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 17351, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19301, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19084, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19086, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19097, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19098, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19094, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19093, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19092, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19091, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19316, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19317, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19045, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19100, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19102, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19104, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19320, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19319, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19030, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19312, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19315, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19308, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19311, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19309, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19310, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19323, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19321, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19325, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 21563, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13217, 19324, 5, 730, 128, 'Vanilla PvP Gear Conditions'),\n-- Grunnda Wolfheart <Frostwolf Supply Officer>\n(23, 13218, 17349, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 17352, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19031, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19307, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19318, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 17348, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 17351, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19301, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19083, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19085, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19095, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19096, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19090, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19089, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19088, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19087, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19316, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19317, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19046, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19099, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19101, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19103, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19320, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19319, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19029, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19312, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19315, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19308, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19311, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19309, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19310, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19323, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19321, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19325, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 21563, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13218, 19324, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n-- Jekyll Flandring <Frostwolf Supply Officer>\n(23, 13219, 17349, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 17352, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19031, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19307, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19318, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 17348, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 17351, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19301, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19083, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19085, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19095, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19096, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19090, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19089, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19088, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19087, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19316, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19317, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19046, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19099, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19101, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19103, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19320, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19319, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19029, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19312, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19315, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19308, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19311, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19309, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19310, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19323, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19321, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19325, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 21563, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n(23, 13219, 19324, 5, 729, 128, 'Vanilla PvP Gear Conditions'),\n\n-- Illiyana Moonblaze <Silverwing Supply Officer>\n(23, 14753, 17349, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 17352, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19060, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19061, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19062, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19066, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19067, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19068, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 21565, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 21566, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 21567, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 21568, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n--\n(23, 14753, 17348, 5, 890, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 17351, 5, 890, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n--\n(23, 14753, 19578, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19580, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19581, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19582, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19583, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19584, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19587, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19589, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19590, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19595, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19596, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14753, 19597, 5, 890, 128, 'Vanilla PvP Gear Conditions'),\n--\n(23, 14753, 30497, 8, 66008, 0, 'Illiyana Moonblaze - Sentinel\\'s Mail Leggings'), -- not available during vanilla\n\n-- Kelm Hargunth <Warsong Supply Officer>\n(23, 14754, 17349, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 17352, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19060, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19061, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19062, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19066, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19067, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19068, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 21565, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 21566, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 21567, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 21568, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n--\n(23, 14754, 17348, 5, 889, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 17351, 5, 889, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'),\n--\n(23, 14754, 19578, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19580, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19581, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19582, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19583, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19584, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19587, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19589, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19590, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19595, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19596, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n(23, 14754, 19597, 5, 889, 128, 'Vanilla PvP Gear Conditions'),\n--\n(23, 14754, 30498, 8, 66008, 0, 'Kelm Hargunth - Outrider\\'s Lamellar Legguards'); -- not available during vanilla\n"
  },
  {
    "path": "data/sql/world/base/vanilla_world_level_adjustments.sql",
    "content": "/* To make NPCs added later to the original world maps better fit the Vanilla world, this adjusts their levels to fit Vanilla range */\n\n/* Reduce the level of BG Emissaries to be the same as Vanilla BG emissaries */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (30566, 34948, 34950, 34951, 30567, 34949);\n\n/* Stormwind Harbor guards should be the same level as other guards */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry` IN (29019);\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry` IN (29088, 29152);\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (29712, 29016, 29154, 28050, 28051);\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (28048, 29144);\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58 WHERE `entry` IN (28049);\n\n/* Orgrimmar Guards */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (23090);\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (31564, 31416, 31431);\n\n/* Undercity NPCs */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (36224, 36225, 36226);\n\n/* Blood Knight Honor Guard */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (23131);\n\n/* Locksmiths */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (29725, 29728);\n\n/* Event vendors */\nUPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35 WHERE `entry` IN (34382, 34383, 34653, 38065, 32798, 32799, 26124,\n                                                                                  23486, 23710, 26221, 25909, 25925, 25941, 27215,\n                                                                                  25944, 34382, 34383, 34653, 34654, 38065, 24657,\n                                                                                  24495, 27216, 25906, 25928, 25930, 25932);\n\nUPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37 WHERE `entry` IN (25915, 25920, 25914, 25916, 25917, 25919, 25921, 25922);\nUPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 37 WHERE `entry` IN (26123, 26124);\nUPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 37 WHERE `entry` IN (25975, 25920);\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (37671);\n\n/* Karazhan Quest NPCs */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `ScriptName`='npc_ipp_tbc' WHERE `entry` IN (17613);\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `ScriptName`='npc_ipp_tbc' WHERE `entry` IN (18253);  # TODO: This is currently overriding some SmartAI and needs a custom fix\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `ScriptName`='npc_ipp_tbc' WHERE `entry` IN (18255);\n\n/* PvP Vendors */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (32834, 34075, 34078, 34081);\n\n/* Wintergrasp NPCs - These have custom phasing set in their script so we do not need to change the ScriptName*/\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (35611, 35598, 35600, 35599, 35603, 35602);\n\n/* Battlemasters */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (34997, 34998, 35007, 34991, 30578, 30579, 30583, 35021, 35024, 35025, 35598,\n35600, 35611, 34988, 34978, 34976, 35008, 34955, 35023, 30580, 30582, 35017, 20385, 35020, 20388);\nUPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59 WHERE `entry` IN (19848);\nUPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51 WHERE `entry` IN (20374, 20381, 20386, 20383);\n\n/* New flightmasters */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (24366, 37888, 29480, 37915, 23612, 22935, 22931, 40204, 31426);\n\n/* Alicia */\nUPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5 WHERE `entry` IN (24729);\n\n/* Don Carlos */\nUPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58 WHERE `entry` IN (28126);\n\n/* Sentinel Stillbough */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (36481);\n\n/* Rukua - Draenei Paladin Trainer in Darnassus */\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (35281);\n\n/* Boat Crews */\nUPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry` IN (25019, 25020, 24993, 24995, 25051, 25052);\nUPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry` IN (25025, 24456, 25050);\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (25089, 24841, 24842, 25021, 25022, 25023, 25024, 24996, 24997, 25007, 25054, 25055, 25056);\nUPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` IN (31788, 31763);\nUPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52 WHERE `entry` IN (31791, 31792, 31793, 31759, 31760, 31761);\nUPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54 WHERE `entry` IN (31790, 31762);\nUPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56 WHERE `entry` IN (31789, 31764);\n"
  },
  {
    "path": "data/sql/world/base/vanilla_xp_tables.sql",
    "content": "REPLACE INTO `player_xp_for_level` (`Level`, `Experience`) VALUES\n(1, 400),\n(2, 900),\n(3, 1400),\n(4, 2100),\n(5, 2800),\n(6, 3600),\n(7, 4500),\n(8, 5400),\n(9, 6500),\n(10, 7600),\n(11, 8800),\n(12, 10100),\n(13, 11400),\n(14, 12900),\n(15, 14400),\n(16, 16000),\n(17, 17700),\n(18, 19400),\n(19, 21300),\n(20, 23200),\n(21, 25200),\n(22, 27300),\n(23, 29400),\n(24, 31700),\n(25, 34000),\n(26, 36400),\n(27, 38900),\n(28, 41400),\n(29, 44300),\n(30, 47400),\n(31, 50800),\n(32, 54500),\n(33, 58600),\n(34, 62800),\n(35, 67100),\n(36, 71600),\n(37, 76100),\n(38, 80800),\n(39, 85700),\n(40, 90700),\n(41, 95800),\n(42, 101000),\n(43, 106300),\n(44, 111800),\n(45, 117500),\n(46, 123200),\n(47, 129100),\n(48, 135100),\n(49, 141200),\n(50, 147500),\n(51, 153900),\n(52, 160400),\n(53, 167100),\n(54, 173900),\n(55, 180800),\n(56, 187900),\n(57, 195000),\n(58, 202300),\n(59, 209800),\n(60, 494000),\n(61, 574700),\n(62, 614400),\n(63, 650300),\n(64, 682300),\n(65, 710200),\n(66, 734100),\n(67, 753700),\n(68, 768900),\n(69, 779700),\n(70, 1523800),\n(71, 1539600),\n(72, 1555700),\n(73, 1571800),\n(74, 1587900),\n(75, 1604200),\n(76, 1620700),\n(77, 1637400),\n(78, 1653900),\n(79, 1670800);\n"
  },
  {
    "path": "data/sql/world/base/warlock_pet_stats.sql",
    "content": "/* Correct Warlock pet stats for Vanilla levels */\n\n-- Correct stats for Imp.\nUPDATE `pet_levelstats` SET `armor`=0, `str`=20, `agi`=20, `sta`=20, `inte`=24, `spi`=23 WHERE `creature_entry`=416 && `level`=1;\nUPDATE `pet_levelstats` SET `armor`=0, `str`=21, `agi`=20, `sta`=20, `inte`=25, `spi`=24 WHERE `creature_entry`=416 && `level`=2;\nUPDATE `pet_levelstats` SET `armor`=0, `str`=22, `agi`=20, `sta`=21, `inte`=26, `spi`=25 WHERE `creature_entry`=416 && `level`=3;\nUPDATE `pet_levelstats` SET `armor`=12, `str`=23, `agi`=21, `sta`=21, `inte`=27, `spi`=26 WHERE `creature_entry`=416 && `level`=4;\nUPDATE `pet_levelstats` SET `armor`=28, `str`=23, `agi`=21, `sta`=22, `inte`=28, `spi`=27 WHERE `creature_entry`=416 && `level`=5;\nUPDATE `pet_levelstats` SET `armor`=48, `str`=24, `agi`=21, `sta`=22, `inte`=29, `spi`=27 WHERE `creature_entry`=416 && `level`=6;\nUPDATE `pet_levelstats` SET `armor`=71, `str`=25, `agi`=21, `sta`=23, `inte`=30, `spi`=28 WHERE `creature_entry`=416 && `level`=7;\nUPDATE `pet_levelstats` SET `armor`=96, `str`=26, `agi`=21, `sta`=23, `inte`=31, `spi`=29 WHERE `creature_entry`=416 && `level`=8;\nUPDATE `pet_levelstats` SET `armor`=126, `str`=27, `agi`=21, `sta`=23, `inte`=32, `spi`=30 WHERE `creature_entry`=416 && `level`=9;\nUPDATE `pet_levelstats` SET `armor`=158, `str`=27, `agi`=22, `sta`=24, `inte`=33, `spi`=31 WHERE `creature_entry`=416 && `level`=10;\nUPDATE `pet_levelstats` SET `armor`=168, `str`=28, `agi`=22, `sta`=24, `inte`=37, `spi`=35 WHERE `creature_entry`=416 && `level`=11;\nUPDATE `pet_levelstats` SET `armor`=181, `str`=29, `agi`=22, `sta`=26, `inte`=41, `spi`=39 WHERE `creature_entry`=416 && `level`=12;\nUPDATE `pet_levelstats` SET `armor`=193, `str`=30, `agi`=22, `sta`=26, `inte`=44, `spi`=43 WHERE `creature_entry`=416 && `level`=13;\nUPDATE `pet_levelstats` SET `armor`=206, `str`=31, `agi`=22, `sta`=28, `inte`=50, `spi`=47 WHERE `creature_entry`=416 && `level`=14;\nUPDATE `pet_levelstats` SET `armor`=217, `str`=32, `agi`=23, `sta`=29, `inte`=54, `spi`=52 WHERE `creature_entry`=416 && `level`=15;\nUPDATE `pet_levelstats` SET `armor`=230, `str`=34, `agi`=23, `sta`=30, `inte`=57, `spi`=56 WHERE `creature_entry`=416 && `level`=16;\nUPDATE `pet_levelstats` SET `armor`=242, `str`=36, `agi`=23, `sta`=31, `inte`=61, `spi`=60 WHERE `creature_entry`=416 && `level`=17;\nUPDATE `pet_levelstats` SET `armor`=255, `str`=37, `agi`=23, `sta`=32, `inte`=65, `spi`=65 WHERE `creature_entry`=416 && `level`=18;\nUPDATE `pet_levelstats` SET `armor`=268, `str`=38, `agi`=23, `sta`=33, `inte`=70, `spi`=69 WHERE `creature_entry`=416 && `level`=19;\nUPDATE `pet_levelstats` SET `armor`=279, `str`=40, `agi`=24, `sta`=35, `inte`=74, `spi`=74 WHERE `creature_entry`=416 && `level`=20;\nUPDATE `pet_levelstats` SET `armor`=291, `str`=42, `agi`=24, `sta`=35, `inte`=77, `spi`=78 WHERE `creature_entry`=416 && `level`=21;\nUPDATE `pet_levelstats` SET `armor`=304, `str`=44, `agi`=24, `sta`=37, `inte`=81, `spi`=82 WHERE `creature_entry`=416 && `level`=22;\nUPDATE `pet_levelstats` SET `armor`=316, `str`=45, `agi`=24, `sta`=37, `inte`=85, `spi`=86 WHERE `creature_entry`=416 && `level`=23;\nUPDATE `pet_levelstats` SET `armor`=328, `str`=46, `agi`=25, `sta`=39, `inte`=90, `spi`=90 WHERE `creature_entry`=416 && `level`=24;\nUPDATE `pet_levelstats` SET `armor`=340, `str`=47, `agi`=25, `sta`=40, `inte`=94, `spi`=95 WHERE `creature_entry`=416 && `level`=25;\nUPDATE `pet_levelstats` SET `armor`=353, `str`=49, `agi`=25, `sta`=41, `inte`=97, `spi`=100 WHERE `creature_entry`=416 && `level`=26;\nUPDATE `pet_levelstats` SET `armor`=365, `str`=50, `agi`=25, `sta`=43, `inte`=102, `spi`=104 WHERE `creature_entry`=416 && `level`=27;\nUPDATE `pet_levelstats` SET `armor`=378, `str`=52, `agi`=25, `sta`=43, `inte`=111, `spi`=108 WHERE `creature_entry`=416 && `level`=28;\nUPDATE `pet_levelstats` SET `armor`=389, `str`=54, `agi`=26, `sta`=45, `inte`=115, `spi`=112 WHERE `creature_entry`=416 && `level`=29;\nUPDATE `pet_levelstats` SET `armor`=401, `str`=54, `agi`=26, `sta`=46, `inte`=120, `spi`=118 WHERE `creature_entry`=416 && `level`=30;\nUPDATE `pet_levelstats` SET `armor`=414, `str`=56, `agi`=26, `sta`=47, `inte`=123, `spi`=122 WHERE `creature_entry`=416 && `level`=31;\nUPDATE `pet_levelstats` SET `armor`=427, `str`=57, `agi`=26, `sta`=49, `inte`=128, `spi`=126 WHERE `creature_entry`=416 && `level`=32;\nUPDATE `pet_levelstats` SET `armor`=438, `str`=59, `agi`=27, `sta`=49, `inte`=132, `spi`=130 WHERE `creature_entry`=416 && `level`=33;\nUPDATE `pet_levelstats` SET `armor`=451, `str`=60, `agi`=27, `sta`=51, `inte`=136, `spi`=135 WHERE `creature_entry`=416 && `level`=34;\nUPDATE `pet_levelstats` SET `armor`=463, `str`=62, `agi`=27, `sta`=52, `inte`=142, `spi`=140 WHERE `creature_entry`=416 && `level`=35;\nUPDATE `pet_levelstats` SET `armor`=496, `str`=63, `agi`=28, `sta`=53, `inte`=145, `spi`=145 WHERE `creature_entry`=416 && `level`=36;\nUPDATE `pet_levelstats` SET `armor`=531, `str`=64, `agi`=28, `sta`=55, `inte`=149, `spi`=149 WHERE `creature_entry`=416 && `level`=37;\nUPDATE `pet_levelstats` SET `armor`=567, `str`=66, `agi`=28, `sta`=55, `inte`=154, `spi`=153 WHERE `creature_entry`=416 && `level`=38;\nUPDATE `pet_levelstats` SET `armor`=605, `str`=68, `agi`=28, `sta`=57, `inte`=158, `spi`=158 WHERE `creature_entry`=416 && `level`=39;\nUPDATE `pet_levelstats` SET `armor`=643, `str`=70, `agi`=29, `sta`=59, `inte`=163, `spi`=163 WHERE `creature_entry`=416 && `level`=40;\nUPDATE `pet_levelstats` SET `armor`=684, `str`=72, `agi`=29, `sta`=59, `inte`=167, `spi`=168 WHERE `creature_entry`=416 && `level`=41;\nUPDATE `pet_levelstats` SET `armor`=727, `str`=77, `agi`=29, `sta`=61, `inte`=176, `spi`=172 WHERE `creature_entry`=416 && `level`=42;\nUPDATE `pet_levelstats` SET `armor`=771, `str`=81, `agi`=29, `sta`=62, `inte`=180, `spi`=177 WHERE `creature_entry`=416 && `level`=43;\nUPDATE `pet_levelstats` SET `armor`=815, `str`=88, `agi`=30, `sta`=63, `inte`=184, `spi`=181 WHERE `creature_entry`=416 && `level`=44;\nUPDATE `pet_levelstats` SET `armor`=862, `str`=91, `agi`=30, `sta`=65, `inte`=189, `spi`=187 WHERE `creature_entry`=416 && `level`=45;\nUPDATE `pet_levelstats` SET `armor`=880, `str`=93, `agi`=30, `sta`=66, `inte`=194, `spi`=191 WHERE `creature_entry`=416 && `level`=46;\nUPDATE `pet_levelstats` SET `armor`=897, `str`=95, `agi`=31, `sta`=68, `inte`=198, `spi`=196 WHERE `creature_entry`=416 && `level`=47;\nUPDATE `pet_levelstats` SET `armor`=915, `str`=97, `agi`=31, `sta`=68, `inte`=202, `spi`=200 WHERE `creature_entry`=416 && `level`=48;\nUPDATE `pet_levelstats` SET `armor`=933, `str`=99, `agi`=31, `sta`=70, `inte`=208, `spi`=205 WHERE `creature_entry`=416 && `level`=49;\nUPDATE `pet_levelstats` SET `armor`=951, `str`=101, `agi`=32, `sta`=72, `inte`=212, `spi`=211 WHERE `creature_entry`=416 && `level`=50;\nUPDATE `pet_levelstats` SET `armor`=968, `str`=103, `agi`=32, `sta`=73, `inte`=216, `spi`=215 WHERE `creature_entry`=416 && `level`=51;\nUPDATE `pet_levelstats` SET `armor`=986, `str`=105, `agi`=32, `sta`=74, `inte`=222, `spi`=220 WHERE `creature_entry`=416 && `level`=52;\nUPDATE `pet_levelstats` SET `armor`=1004, `str`=107, `agi`=33, `sta`=75, `inte`=226, `spi`=225 WHERE `creature_entry`=416 && `level`=53;\nUPDATE `pet_levelstats` SET `armor`=1022, `str`=109, `agi`=33, `sta`=77, `inte`=231, `spi`=229 WHERE `creature_entry`=416 && `level`=54;\nUPDATE `pet_levelstats` SET `armor`=1040, `str`=111, `agi`=33, `sta`=79, `inte`=235, `spi`=235 WHERE `creature_entry`=416 && `level`=55;\nUPDATE `pet_levelstats` SET `armor`=1057, `str`=114, `agi`=34, `sta`=80, `inte`=244, `spi`=240 WHERE `creature_entry`=416 && `level`=56;\nUPDATE `pet_levelstats` SET `armor`=1075, `str`=116, `agi`=34, `sta`=81, `inte`=249, `spi`=245 WHERE `creature_entry`=416 && `level`=57;\nUPDATE `pet_levelstats` SET `armor`=1093, `str`=117, `agi`=34, `sta`=82, `inte`=253, `spi`=249 WHERE `creature_entry`=416 && `level`=58;\nUPDATE `pet_levelstats` SET `armor`=1110, `str`=120, `agi`=35, `sta`=84, `inte`=258, `spi`=254 WHERE `creature_entry`=416 && `level`=59;\nUPDATE `pet_levelstats` SET `armor`=1128, `str`=122, `agi`=35, `sta`=86, `inte`=264, `spi`=260 WHERE `creature_entry`=416 && `level`=60;\nUPDATE `pet_levelstats` SET `hp`=14 WHERE `creature_entry`=416 && `level`=1;\nUPDATE `pet_levelstats` SET `hp`=19 WHERE `creature_entry`=416 && `level`=2;\nUPDATE `pet_levelstats` SET `hp`=24 WHERE `creature_entry`=416 && `level`=3;\nUPDATE `pet_levelstats` SET `hp`=29 WHERE `creature_entry`=416 && `level`=4;\nUPDATE `pet_levelstats` SET `hp`=34 WHERE `creature_entry`=416 && `level`=5;\nUPDATE `pet_levelstats` SET `hp`=40 WHERE `creature_entry`=416 && `level`=6;\nUPDATE `pet_levelstats` SET `hp`=45 WHERE `creature_entry`=416 && `level`=7;\nUPDATE `pet_levelstats` SET `hp`=51 WHERE `creature_entry`=416 && `level`=8;\nUPDATE `pet_levelstats` SET `hp`=58 WHERE `creature_entry`=416 && `level`=9;\nUPDATE `pet_levelstats` SET `hp`=64 WHERE `creature_entry`=416 && `level`=10;\nUPDATE `pet_levelstats` SET `hp`=72 WHERE `creature_entry`=416 && `level`=11;\nUPDATE `pet_levelstats` SET `hp`=79 WHERE `creature_entry`=416 && `level`=12;\nUPDATE `pet_levelstats` SET `hp`=87 WHERE `creature_entry`=416 && `level`=13;\nUPDATE `pet_levelstats` SET `hp`=95 WHERE `creature_entry`=416 && `level`=14;\nUPDATE `pet_levelstats` SET `hp`=103 WHERE `creature_entry`=416 && `level`=15;\nUPDATE `pet_levelstats` SET `hp`=111 WHERE `creature_entry`=416 && `level`=16;\nUPDATE `pet_levelstats` SET `hp`=119 WHERE `creature_entry`=416 && `level`=17;\nUPDATE `pet_levelstats` SET `hp`=127 WHERE `creature_entry`=416 && `level`=18;\nUPDATE `pet_levelstats` SET `hp`=136 WHERE `creature_entry`=416 && `level`=19;\nUPDATE `pet_levelstats` SET `hp`=146 WHERE `creature_entry`=416 && `level`=20;\nUPDATE `pet_levelstats` SET `hp`=156 WHERE `creature_entry`=416 && `level`=21;\nUPDATE `pet_levelstats` SET `hp`=167 WHERE `creature_entry`=416 && `level`=22;\nUPDATE `pet_levelstats` SET `hp`=178 WHERE `creature_entry`=416 && `level`=23;\nUPDATE `pet_levelstats` SET `hp`=190 WHERE `creature_entry`=416 && `level`=24;\nUPDATE `pet_levelstats` SET `hp`=202 WHERE `creature_entry`=416 && `level`=25;\nUPDATE `pet_levelstats` SET `hp`=215 WHERE `creature_entry`=416 && `level`=26;\nUPDATE `pet_levelstats` SET `hp`=228 WHERE `creature_entry`=416 && `level`=27;\nUPDATE `pet_levelstats` SET `hp`=241 WHERE `creature_entry`=416 && `level`=28;\nUPDATE `pet_levelstats` SET `hp`=253 WHERE `creature_entry`=416 && `level`=29;\nUPDATE `pet_levelstats` SET `hp`=265 WHERE `creature_entry`=416 && `level`=30;\nUPDATE `pet_levelstats` SET `hp`=277 WHERE `creature_entry`=416 && `level`=31;\nUPDATE `pet_levelstats` SET `hp`=289 WHERE `creature_entry`=416 && `level`=32;\nUPDATE `pet_levelstats` SET `hp`=301 WHERE `creature_entry`=416 && `level`=33;\nUPDATE `pet_levelstats` SET `hp`=312 WHERE `creature_entry`=416 && `level`=34;\nUPDATE `pet_levelstats` SET `hp`=325 WHERE `creature_entry`=416 && `level`=35;\nUPDATE `pet_levelstats` SET `hp`=337 WHERE `creature_entry`=416 && `level`=36;\nUPDATE `pet_levelstats` SET `hp`=349 WHERE `creature_entry`=416 && `level`=37;\nUPDATE `pet_levelstats` SET `hp`=361 WHERE `creature_entry`=416 && `level`=38;\nUPDATE `pet_levelstats` SET `hp`=374 WHERE `creature_entry`=416 && `level`=39;\nUPDATE `pet_levelstats` SET `hp`=388 WHERE `creature_entry`=416 && `level`=40;\nUPDATE `pet_levelstats` SET `hp`=400 WHERE `creature_entry`=416 && `level`=41;\nUPDATE `pet_levelstats` SET `hp`=416 WHERE `creature_entry`=416 && `level`=42;\nUPDATE `pet_levelstats` SET `hp`=432 WHERE `creature_entry`=416 && `level`=43;\nUPDATE `pet_levelstats` SET `hp`=449 WHERE `creature_entry`=416 && `level`=44;\nUPDATE `pet_levelstats` SET `hp`=466 WHERE `creature_entry`=416 && `level`=45;\nUPDATE `pet_levelstats` SET `hp`=483 WHERE `creature_entry`=416 && `level`=46;\nUPDATE `pet_levelstats` SET `hp`=501 WHERE `creature_entry`=416 && `level`=47;\nUPDATE `pet_levelstats` SET `hp`=519 WHERE `creature_entry`=416 && `level`=48;\nUPDATE `pet_levelstats` SET `hp`=539 WHERE `creature_entry`=416 && `level`=49;\nUPDATE `pet_levelstats` SET `hp`=558 WHERE `creature_entry`=416 && `level`=50;\nUPDATE `pet_levelstats` SET `hp`=577 WHERE `creature_entry`=416 && `level`=51;\nUPDATE `pet_levelstats` SET `hp`=598 WHERE `creature_entry`=416 && `level`=52;\nUPDATE `pet_levelstats` SET `hp`=618 WHERE `creature_entry`=416 && `level`=53;\nUPDATE `pet_levelstats` SET `hp`=638 WHERE `creature_entry`=416 && `level`=54;\nUPDATE `pet_levelstats` SET `hp`=659 WHERE `creature_entry`=416 && `level`=55;\nUPDATE `pet_levelstats` SET `hp`=680 WHERE `creature_entry`=416 && `level`=56;\nUPDATE `pet_levelstats` SET `hp`=702 WHERE `creature_entry`=416 && `level`=57;\nUPDATE `pet_levelstats` SET `hp`=724 WHERE `creature_entry`=416 && `level`=58;\nUPDATE `pet_levelstats` SET `hp`=746 WHERE `creature_entry`=416 && `level`=59;\nUPDATE `pet_levelstats` SET `hp`=769 WHERE `creature_entry`=416 && `level`=60;\nUPDATE `pet_levelstats` SET `mana`=40 WHERE `creature_entry`=416 && `level`=1;\nUPDATE `pet_levelstats` SET `mana`=49 WHERE `creature_entry`=416 && `level`=2;\nUPDATE `pet_levelstats` SET `mana`=57 WHERE `creature_entry`=416 && `level`=3;\nUPDATE `pet_levelstats` SET `mana`=67 WHERE `creature_entry`=416 && `level`=4;\nUPDATE `pet_levelstats` SET `mana`=76 WHERE `creature_entry`=416 && `level`=5;\nUPDATE `pet_levelstats` SET `mana`=85 WHERE `creature_entry`=416 && `level`=6;\nUPDATE `pet_levelstats` SET `mana`=95 WHERE `creature_entry`=416 && `level`=7;\nUPDATE `pet_levelstats` SET `mana`=105 WHERE `creature_entry`=416 && `level`=8;\nUPDATE `pet_levelstats` SET `mana`=116 WHERE `creature_entry`=416 && `level`=9;\nUPDATE `pet_levelstats` SET `mana`=126 WHERE `creature_entry`=416 && `level`=10;\nUPDATE `pet_levelstats` SET `mana`=151 WHERE `creature_entry`=416 && `level`=11;\nUPDATE `pet_levelstats` SET `mana`=177 WHERE `creature_entry`=416 && `level`=12;\nUPDATE `pet_levelstats` SET `mana`=198 WHERE `creature_entry`=416 && `level`=13;\nUPDATE `pet_levelstats` SET `mana`=234 WHERE `creature_entry`=416 && `level`=14;\nUPDATE `pet_levelstats` SET `mana`=261 WHERE `creature_entry`=416 && `level`=15;\nUPDATE `pet_levelstats` SET `mana`=282 WHERE `creature_entry`=416 && `level`=16;\nUPDATE `pet_levelstats` SET `mana`=310 WHERE `creature_entry`=416 && `level`=17;\nUPDATE `pet_levelstats` SET `mana`=337 WHERE `creature_entry`=416 && `level`=18;\nUPDATE `pet_levelstats` SET `mana`=369 WHERE `creature_entry`=416 && `level`=19;\nUPDATE `pet_levelstats` SET `mana`=397 WHERE `creature_entry`=416 && `level`=20;\nUPDATE `pet_levelstats` SET `mana`=420 WHERE `creature_entry`=416 && `level`=21;\nUPDATE `pet_levelstats` SET `mana`=448 WHERE `creature_entry`=416 && `level`=22;\nUPDATE `pet_levelstats` SET `mana`=476 WHERE `creature_entry`=416 && `level`=23;\nUPDATE `pet_levelstats` SET `mana`=510 WHERE `creature_entry`=416 && `level`=24;\nUPDATE `pet_levelstats` SET `mana`=539 WHERE `creature_entry`=416 && `level`=25;\nUPDATE `pet_levelstats` SET `mana`=563 WHERE `creature_entry`=416 && `level`=26;\nUPDATE `pet_levelstats` SET `mana`=598 WHERE `creature_entry`=416 && `level`=27;\nUPDATE `pet_levelstats` SET `mana`=652 WHERE `creature_entry`=416 && `level`=28;\nUPDATE `pet_levelstats` SET `mana`=682 WHERE `creature_entry`=416 && `level`=29;\nUPDATE `pet_levelstats` SET `mana`=718 WHERE `creature_entry`=416 && `level`=30;\nUPDATE `pet_levelstats` SET `mana`=743 WHERE `creature_entry`=416 && `level`=31;\nUPDATE `pet_levelstats` SET `mana`=779 WHERE `creature_entry`=416 && `level`=32;\nUPDATE `pet_levelstats` SET `mana`=811 WHERE `creature_entry`=416 && `level`=33;\nUPDATE `pet_levelstats` SET `mana`=842 WHERE `creature_entry`=416 && `level`=34;\nUPDATE `pet_levelstats` SET `mana`=884 WHERE `creature_entry`=416 && `level`=35;\nUPDATE `pet_levelstats` SET `mana`=912 WHERE `creature_entry`=416 && `level`=36;\nUPDATE `pet_levelstats` SET `mana`=944 WHERE `creature_entry`=416 && `level`=37;\nUPDATE `pet_levelstats` SET `mana`=982 WHERE `creature_entry`=416 && `level`=38;\nUPDATE `pet_levelstats` SET `mana`=1015 WHERE `creature_entry`=416 && `level`=39;\nUPDATE `pet_levelstats` SET `mana`=1053 WHERE `creature_entry`=416 && `level`=40;\nUPDATE `pet_levelstats` SET `mana`=1087 WHERE `creature_entry`=416 && `level`=41;\nUPDATE `pet_levelstats` SET `mana`=1145 WHERE `creature_entry`=416 && `level`=42;\nUPDATE `pet_levelstats` SET `mana`=1180 WHERE `creature_entry`=416 && `level`=43;\nUPDATE `pet_levelstats` SET `mana`=1214 WHERE `creature_entry`=416 && `level`=44;\nUPDATE `pet_levelstats` SET `mana`=1254 WHERE `creature_entry`=416 && `level`=45;\nUPDATE `pet_levelstats` SET `mana`=1295 WHERE `creature_entry`=416 && `level`=46;\nUPDATE `pet_levelstats` SET `mana`=1330 WHERE `creature_entry`=416 && `level`=47;\nUPDATE `pet_levelstats` SET `mana`=1366 WHERE `creature_entry`=416 && `level`=48;\nUPDATE `pet_levelstats` SET `mana`=1413 WHERE `creature_entry`=416 && `level`=49;\nUPDATE `pet_levelstats` SET `mana`=1450 WHERE `creature_entry`=416 && `level`=50;\nUPDATE `pet_levelstats` SET `mana`=1487 WHERE `creature_entry`=416 && `level`=51;\nUPDATE `pet_levelstats` SET `mana`=1534 WHERE `creature_entry`=416 && `level`=52;\nUPDATE `pet_levelstats` SET `mana`=1572 WHERE `creature_entry`=416 && `level`=53;\nUPDATE `pet_levelstats` SET `mana`=1616 WHERE `creature_entry`=416 && `level`=54;\nUPDATE `pet_levelstats` SET `mana`=1654 WHERE `creature_entry`=416 && `level`=55;\nUPDATE `pet_levelstats` SET `mana`=1718 WHERE `creature_entry`=416 && `level`=56;\nUPDATE `pet_levelstats` SET `mana`=1762 WHERE `creature_entry`=416 && `level`=57;\nUPDATE `pet_levelstats` SET `mana`=1802 WHERE `creature_entry`=416 && `level`=58;\nUPDATE `pet_levelstats` SET `mana`=1847 WHERE `creature_entry`=416 && `level`=59;\nUPDATE `pet_levelstats` SET `mana`=1898 WHERE `creature_entry`=416 && `level`=60;\n\n-- Correct stats for Felhunter.\nUPDATE `pet_levelstats` SET `armor`=766, `str`=57, `agi`=46, `sta`=107, `inte`=40, `spi`=72 WHERE `creature_entry`=417 && `level`=30;\nUPDATE `pet_levelstats` SET `armor`=788, `str`=59, `agi`=47, `sta`=111, `inte`=40, `spi`=74 WHERE `creature_entry`=417 && `level`=31;\nUPDATE `pet_levelstats` SET `armor`=812, `str`=60, `agi`=47, `sta`=115, `inte`=42, `spi`=77 WHERE `creature_entry`=417 && `level`=32;\nUPDATE `pet_levelstats` SET `armor`=833, `str`=62, `agi`=49, `sta`=119, `inte`=42, `spi`=79 WHERE `creature_entry`=417 && `level`=33;\nUPDATE `pet_levelstats` SET `armor`=856, `str`=63, `agi`=50, `sta`=123, `inte`=43, `spi`=82 WHERE `creature_entry`=417 && `level`=34;\nUPDATE `pet_levelstats` SET `armor`=877, `str`=65, `agi`=52, `sta`=127, `inte`=45, `spi`=85 WHERE `creature_entry`=417 && `level`=35;\nUPDATE `pet_levelstats` SET `armor`=944, `str`=66, `agi`=53, `sta`=131, `inte`=45, `spi`=87 WHERE `creature_entry`=417 && `level`=36;\nUPDATE `pet_levelstats` SET `armor`=1017, `str`=68, `agi`=53, `sta`=135, `inte`=46, `spi`=89 WHERE `creature_entry`=417 && `level`=37;\nUPDATE `pet_levelstats` SET `armor`=1090, `str`=70, `agi`=55, `sta`=139, `inte`=47, `spi`=91 WHERE `creature_entry`=417 && `level`=38;\nUPDATE `pet_levelstats` SET `armor`=1168, `str`=72, `agi`=56, `sta`=143, `inte`=48, `spi`=94 WHERE `creature_entry`=417 && `level`=39;\nUPDATE `pet_levelstats` SET `armor`=1248, `str`=74, `agi`=58, `sta`=148, `inte`=49, `spi`=97 WHERE `creature_entry`=417 && `level`=40;\nUPDATE `pet_levelstats` SET `armor`=1334, `str`=76, `agi`=59, `sta`=152, `inte`=50, `spi`=99 WHERE `creature_entry`=417 && `level`=41;\nUPDATE `pet_levelstats` SET `armor`=1425, `str`=81, `agi`=59, `sta`=156, `inte`=51, `spi`=102 WHERE `creature_entry`=417 && `level`=42;\nUPDATE `pet_levelstats` SET `armor`=1517, `str`=86, `agi`=61, `sta`=160, `inte`=52, `spi`=104 WHERE `creature_entry`=417 && `level`=43;\nUPDATE `pet_levelstats` SET `armor`=1616, `str`=93, `agi`=62, `sta`=164, `inte`=53, `spi`=107 WHERE `creature_entry`=417 && `level`=44;\nUPDATE `pet_levelstats` SET `armor`=1717, `str`=96, `agi`=64, `sta`=169, `inte`=54, `spi`=110 WHERE `creature_entry`=417 && `level`=45;\nUPDATE `pet_levelstats` SET `armor`=1752, `str`=98, `agi`=65, `sta`=173, `inte`=55, `spi`=112 WHERE `creature_entry`=417 && `level`=46;\nUPDATE `pet_levelstats` SET `armor`=1787, `str`=100, `agi`=66, `sta`=177, `inte`=56, `spi`=115 WHERE `creature_entry`=417 && `level`=47;\nUPDATE `pet_levelstats` SET `armor`=1820, `str`=102, `agi`=68, `sta`=181, `inte`=57, `spi`=117 WHERE `creature_entry`=417 && `level`=48;\nUPDATE `pet_levelstats` SET `armor`=1856, `str`=104, `agi`=69, `sta`=186, `inte`=58, `spi`=120 WHERE `creature_entry`=417 && `level`=49;\nUPDATE `pet_levelstats` SET `armor`=1888, `str`=107, `agi`=71, `sta`=190, `inte`=59, `spi`=123 WHERE `creature_entry`=417 && `level`=50;\nUPDATE `pet_levelstats` SET `armor`=1924, `str`=109, `agi`=72, `sta`=194, `inte`=60, `spi`=125 WHERE `creature_entry`=417 && `level`=51;\nUPDATE `pet_levelstats` SET `armor`=1959, `str`=111, `agi`=73, `sta`=199, `inte`=61, `spi`=128 WHERE `creature_entry`=417 && `level`=52;\nUPDATE `pet_levelstats` SET `armor`=1992, `str`=113, `agi`=75, `sta`=203, `inte`=62, `spi`=130 WHERE `creature_entry`=417 && `level`=53;\nUPDATE `pet_levelstats` SET `armor`=2027, `str`=115, `agi`=76, `sta`=207, `inte`=63, `spi`=133 WHERE `creature_entry`=417 && `level`=54;\nUPDATE `pet_levelstats` SET `armor`=2060, `str`=117, `agi`=78, `sta`=212, `inte`=65, `spi`=136 WHERE `creature_entry`=417 && `level`=55;\nUPDATE `pet_levelstats` SET `armor`=2096, `str`=120, `agi`=79, `sta`=216, `inte`=65, `spi`=138 WHERE `creature_entry`=417 && `level`=56;\nUPDATE `pet_levelstats` SET `armor`=2131, `str`=122, `agi`=80, `sta`=221, `inte`=67, `spi`=142 WHERE `creature_entry`=417 && `level`=57;\nUPDATE `pet_levelstats` SET `armor`=2164, `str`=124, `agi`=82, `sta`=225, `inte`=67, `spi`=144 WHERE `creature_entry`=417 && `level`=58;\nUPDATE `pet_levelstats` SET `armor`=2199, `str`=127, `agi`=83, `sta`=230, `inte`=69, `spi`=147 WHERE `creature_entry`=417 && `level`=59;\nUPDATE `pet_levelstats` SET `armor`=2232, `str`=129, `agi`=85, `sta`=234, `inte`=70, `spi`=150 WHERE `creature_entry`=417 && `level`=60;\nUPDATE `pet_levelstats` SET `hp`=770 WHERE `creature_entry`=417 && `level`=30;\nUPDATE `pet_levelstats` SET `hp`=807 WHERE `creature_entry`=417 && `level`=31;\nUPDATE `pet_levelstats` SET `hp`=844 WHERE `creature_entry`=417 && `level`=32;\nUPDATE `pet_levelstats` SET `hp`=882 WHERE `creature_entry`=417 && `level`=33;\nUPDATE `pet_levelstats` SET `hp`=919 WHERE `creature_entry`=417 && `level`=34;\nUPDATE `pet_levelstats` SET `hp`=959 WHERE `creature_entry`=417 && `level`=35;\nUPDATE `pet_levelstats` SET `hp`=997 WHERE `creature_entry`=417 && `level`=36;\nUPDATE `pet_levelstats` SET `hp`=1038 WHERE `creature_entry`=417 && `level`=37;\nUPDATE `pet_levelstats` SET `hp`=1078 WHERE `creature_entry`=417 && `level`=38;\nUPDATE `pet_levelstats` SET `hp`=1121 WHERE `creature_entry`=417 && `level`=39;\nUPDATE `pet_levelstats` SET `hp`=1165 WHERE `creature_entry`=417 && `level`=40;\nUPDATE `pet_levelstats` SET `hp`=1205 WHERE `creature_entry`=417 && `level`=41;\nUPDATE `pet_levelstats` SET `hp`=1255 WHERE `creature_entry`=417 && `level`=42;\nUPDATE `pet_levelstats` SET `hp`=1304 WHERE `creature_entry`=417 && `level`=43;\nUPDATE `pet_levelstats` SET `hp`=1355 WHERE `creature_entry`=417 && `level`=44;\nUPDATE `pet_levelstats` SET `hp`=1404 WHERE `creature_entry`=417 && `level`=45;\nUPDATE `pet_levelstats` SET `hp`=1458 WHERE `creature_entry`=417 && `level`=46;\nUPDATE `pet_levelstats` SET `hp`=1512 WHERE `creature_entry`=417 && `level`=47;\nUPDATE `pet_levelstats` SET `hp`=1567 WHERE `creature_entry`=417 && `level`=48;\nUPDATE `pet_levelstats` SET `hp`=1624 WHERE `creature_entry`=417 && `level`=49;\nUPDATE `pet_levelstats` SET `hp`=1683 WHERE `creature_entry`=417 && `level`=50;\nUPDATE `pet_levelstats` SET `hp`=1742 WHERE `creature_entry`=417 && `level`=51;\nUPDATE `pet_levelstats` SET `hp`=1802 WHERE `creature_entry`=417 && `level`=52;\nUPDATE `pet_levelstats` SET `hp`=1864 WHERE `creature_entry`=417 && `level`=53;\nUPDATE `pet_levelstats` SET `hp`=1925 WHERE `creature_entry`=417 && `level`=54;\nUPDATE `pet_levelstats` SET `hp`=2046 WHERE `creature_entry`=417 && `level`=55;\nUPDATE `pet_levelstats` SET `hp`=2113 WHERE `creature_entry`=417 && `level`=56;\n-- Missing data for level 57\nUPDATE `pet_levelstats` SET `hp`=2182 WHERE `creature_entry`=417 && `level`=58;\n-- Missing data for level 59\nUPDATE `pet_levelstats` SET `hp`=2320 WHERE `creature_entry`=417 && `level`=60;\nUPDATE `pet_levelstats` SET `mana`=656 WHERE `creature_entry`=417 && `level`=30;\nUPDATE `pet_levelstats` SET `mana`=676 WHERE `creature_entry`=417 && `level`=31;\nUPDATE `pet_levelstats` SET `mana`=720 WHERE `creature_entry`=417 && `level`=32;\nUPDATE `pet_levelstats` SET `mana`=742 WHERE `creature_entry`=417 && `level`=33;\nUPDATE `pet_levelstats` SET `mana`=775 WHERE `creature_entry`=417 && `level`=34;\nUPDATE `pet_levelstats` SET `mana`=822 WHERE `creature_entry`=417 && `level`=35;\nUPDATE `pet_levelstats` SET `mana`=845 WHERE `creature_entry`=417 && `level`=36;\nUPDATE `pet_levelstats` SET `mana`=879 WHERE `creature_entry`=417 && `level`=37;\nUPDATE `pet_levelstats` SET `mana`=916 WHERE `creature_entry`=417 && `level`=38;\nUPDATE `pet_levelstats` SET `mana`=952 WHERE `creature_entry`=417 && `level`=39;\nUPDATE `pet_levelstats` SET `mana`=988 WHERE `creature_entry`=417 && `level`=40;\nUPDATE `pet_levelstats` SET `mana`=1026 WHERE `creature_entry`=417 && `level`=41;\nUPDATE `pet_levelstats` SET `mana`=1063 WHERE `creature_entry`=417 && `level`=42;\nUPDATE `pet_levelstats` SET `mana`=1103 WHERE `creature_entry`=417 && `level`=43;\nUPDATE `pet_levelstats` SET `mana`=1142 WHERE `creature_entry`=417 && `level`=44;\nUPDATE `pet_levelstats` SET `mana`=1181 WHERE `creature_entry`=417 && `level`=45;\nUPDATE `pet_levelstats` SET `mana`=1222 WHERE `creature_entry`=417 && `level`=46;\nUPDATE `pet_levelstats` SET `mana`=1263 WHERE `creature_entry`=417 && `level`=47;\nUPDATE `pet_levelstats` SET `mana`=1344 WHERE `creature_entry`=417 && `level`=48;\nUPDATE `pet_levelstats` SET `mana`=1348 WHERE `creature_entry`=417 && `level`=49;\nUPDATE `pet_levelstats` SET `mana`=1391 WHERE `creature_entry`=417 && `level`=50;\nUPDATE `pet_levelstats` SET `mana`=1435 WHERE `creature_entry`=417 && `level`=51;\nUPDATE `pet_levelstats` SET `mana`=1481 WHERE `creature_entry`=417 && `level`=52;\nUPDATE `pet_levelstats` SET `mana`=1526 WHERE `creature_entry`=417 && `level`=53;\nUPDATE `pet_levelstats` SET `mana`=1572 WHERE `creature_entry`=417 && `level`=54;\nUPDATE `pet_levelstats` SET `mana`=1630 WHERE `creature_entry`=417 && `level`=55;\nUPDATE `pet_levelstats` SET `mana`=1666 WHERE `creature_entry`=417 && `level`=56;\nUPDATE `pet_levelstats` SET `mana`=1726 WHERE `creature_entry`=417 && `level`=57;\nUPDATE `pet_levelstats` SET `mana`=1763 WHERE `creature_entry`=417 && `level`=58;\nUPDATE `pet_levelstats` SET `mana`=1824 WHERE `creature_entry`=417 && `level`=59;\nUPDATE `pet_levelstats` SET `mana`=1874 WHERE `creature_entry`=417 && `level`=60;\n\n-- Correct stats for Voidwalker.\nUPDATE `pet_levelstats` SET `armor`=669, `str`=29, `agi`=25, `sta`=29, `inte`=22, `spi`=26 WHERE `creature_entry`=1860 && `level`=10;\nUPDATE `pet_levelstats` SET `armor`=709, `str`=30, `agi`=25, `sta`=32, `inte`=22, `spi`=28 WHERE `creature_entry`=1860 && `level`=11;\nUPDATE `pet_levelstats` SET `armor`=756, `str`=31, `agi`=26, `sta`=36, `inte`=24, `spi`=31 WHERE `creature_entry`=1860 && `level`=12;\nUPDATE `pet_levelstats` SET `armor`=799, `str`=32, `agi`=28, `sta`=40, `inte`=24, `spi`=32 WHERE `creature_entry`=1860 && `level`=13;\nUPDATE `pet_levelstats` SET `armor`=850, `str`=33, `agi`=28, `sta`=44, `inte`=25, `spi`=35 WHERE `creature_entry`=1860 && `level`=14;\nUPDATE `pet_levelstats` SET `armor`=895, `str`=34, `agi`=30, `sta`=48, `inte`=26, `spi`=37 WHERE `creature_entry`=1860 && `level`=15;\nUPDATE `pet_levelstats` SET `armor`=945, `str`=36, `agi`=30, `sta`=52, `inte`=27, `spi`=39 WHERE `creature_entry`=1860 && `level`=16;\nUPDATE `pet_levelstats` SET `armor`=991, `str`=38, `agi`=31, `sta`=55, `inte`=28, `spi`=42 WHERE `creature_entry`=1860 && `level`=17;\nUPDATE `pet_levelstats` SET `armor`=1035, `str`=39, `agi`=33, `sta`=59, `inte`=28, `spi`=44 WHERE `creature_entry`=1860 && `level`=18;\nUPDATE `pet_levelstats` SET `armor`=1087, `str`=40, `agi`=33, `sta`=63, `inte`=30, `spi`=46 WHERE `creature_entry`=1860 && `level`=19;\nUPDATE `pet_levelstats` SET `armor`=1130, `str`=42, `agi`=35, `sta`=67, `inte`=31, `spi`=49 WHERE `creature_entry`=1860 && `level`=20;\nUPDATE `pet_levelstats` SET `armor`=1177, `str`=44, `agi`=36, `sta`=71, `inte`=31, `spi`=51 WHERE `creature_entry`=1860 && `level`=21;\nUPDATE `pet_levelstats` SET `armor`=1227, `str`=46, `agi`=36, `sta`=75, `inte`=32, `spi`=53 WHERE `creature_entry`=1860 && `level`=22;\nUPDATE `pet_levelstats` SET `armor`=1272, `str`=47, `agi`=38, `sta`=79, `inte`=33, `spi`=55 WHERE `creature_entry`=1860 && `level`=23;\nUPDATE `pet_levelstats` SET `armor`=1319, `str`=49, `agi`=39, `sta`=83, `inte`=34, `spi`=58 WHERE `creature_entry`=1860 && `level`=24;\nUPDATE `pet_levelstats` SET `armor`=1366, `str`=50, `agi`=40, `sta`=87, `inte`=35, `spi`=61 WHERE `creature_entry`=1860 && `level`=25;\nUPDATE `pet_levelstats` SET `armor`=1412, `str`=52, `agi`=41, `sta`=91, `inte`=36, `spi`=62 WHERE `creature_entry`=1860 && `level`=26;\nUPDATE `pet_levelstats` SET `armor`=1461, `str`=53, `agi`=42, `sta`=95, `inte`=37, `spi`=65 WHERE `creature_entry`=1860 && `level`=27;\nUPDATE `pet_levelstats` SET `armor`=1508, `str`=55, `agi`=43, `sta`=99, `inte`=37, `spi`=67 WHERE `creature_entry`=1860 && `level`=28;\nUPDATE `pet_levelstats` SET `armor`=1554, `str`=57, `agi`=44, `sta`=103, `inte`=39, `spi`=70 WHERE `creature_entry`=1860 && `level`=29;\nUPDATE `pet_levelstats` SET `armor`=1599, `str`=57, `agi`=46, `sta`=107, `inte`=40, `spi`=72 WHERE `creature_entry`=1860 && `level`=30;\nUPDATE `pet_levelstats` SET `armor`=1646, `str`=59, `agi`=47, `sta`=111, `inte`=40, `spi`=74 WHERE `creature_entry`=1860 && `level`=31;\nUPDATE `pet_levelstats` SET `armor`=1696, `str`=60, `agi`=47, `sta`=115, `inte`=42, `spi`=77 WHERE `creature_entry`=1860 && `level`=32;\nUPDATE `pet_levelstats` SET `armor`=1740, `str`=62, `agi`=49, `sta`=119, `inte`=42, `spi`=79 WHERE `creature_entry`=1860 && `level`=33;\nUPDATE `pet_levelstats` SET `armor`=1788, `str`=63, `agi`=50, `sta`=123, `inte`=43, `spi`=82 WHERE `creature_entry`=1860 && `level`=34;\nUPDATE `pet_levelstats` SET `armor`=1831, `str`=65, `agi`=52, `sta`=127, `inte`=45, `spi`=85 WHERE `creature_entry`=1860 && `level`=35;\nUPDATE `pet_levelstats` SET `armor`=1972, `str`=66, `agi`=53, `sta`=131, `inte`=45, `spi`=87 WHERE `creature_entry`=1860 && `level`=36;\nUPDATE `pet_levelstats` SET `armor`=2124, `str`=68, `agi`=53, `sta`=135, `inte`=46, `spi`=89 WHERE `creature_entry`=1860 && `level`=37;\nUPDATE `pet_levelstats` SET `armor`=2276, `str`=70, `agi`=55, `sta`=139, `inte`=47, `spi`=91 WHERE `creature_entry`=1860 && `level`=38;\nUPDATE `pet_levelstats` SET `armor`=2439, `str`=72, `agi`=56, `sta`=143, `inte`=48, `spi`=94 WHERE `creature_entry`=1860 && `level`=39;\nUPDATE `pet_levelstats` SET `armor`=2606, `str`=74, `agi`=58, `sta`=148, `inte`=49, `spi`=97 WHERE `creature_entry`=1860 && `level`=40;\nUPDATE `pet_levelstats` SET `armor`=2785, `str`=76, `agi`=59, `sta`=152, `inte`=50, `spi`=99 WHERE `creature_entry`=1860 && `level`=41;\nUPDATE `pet_levelstats` SET `armor`=2975, `str`=81, `agi`=59, `sta`=156, `inte`=51, `spi`=102 WHERE `creature_entry`=1860 && `level`=42;\nUPDATE `pet_levelstats` SET `armor`=3167, `str`=86, `agi`=61, `sta`=160, `inte`=52, `spi`=104 WHERE `creature_entry`=1860 && `level`=43;\nUPDATE `pet_levelstats` SET `armor`=3373, `str`=93, `agi`=62, `sta`=164, `inte`=53, `spi`=107 WHERE `creature_entry`=1860 && `level`=44;\nUPDATE `pet_levelstats` SET `armor`=3585, `str`=96, `agi`=64, `sta`=169, `inte`=54, `spi`=110 WHERE `creature_entry`=1860 && `level`=45;\nUPDATE `pet_levelstats` SET `armor`=3657, `str`=98, `agi`=65, `sta`=173, `inte`=55, `spi`=112 WHERE `creature_entry`=1860 && `level`=46;\nUPDATE `pet_levelstats` SET `armor`=3730, `str`=100, `agi`=66, `sta`=177, `inte`=56, `spi`=115 WHERE `creature_entry`=1860 && `level`=47;\nUPDATE `pet_levelstats` SET `armor`=3800, `str`=102, `agi`=68, `sta`=181, `inte`=57, `spi`=117 WHERE `creature_entry`=1860 && `level`=48;\nUPDATE `pet_levelstats` SET `armor`=3874, `str`=104, `agi`=69, `sta`=186, `inte`=58, `spi`=120 WHERE `creature_entry`=1860 && `level`=49;\nUPDATE `pet_levelstats` SET `armor`=3942, `str`=107, `agi`=71, `sta`=190, `inte`=59, `spi`=123 WHERE `creature_entry`=1860 && `level`=50;\nUPDATE `pet_levelstats` SET `armor`=4016, `str`=109, `agi`=72, `sta`=194, `inte`=60, `spi`=125 WHERE `creature_entry`=1860 && `level`=51;\nUPDATE `pet_levelstats` SET `armor`=4089, `str`=111, `agi`=73, `sta`=199, `inte`=61, `spi`=128 WHERE `creature_entry`=1860 && `level`=52;\nUPDATE `pet_levelstats` SET `armor`=4159, `str`=113, `agi`=75, `sta`=203, `inte`=62, `spi`=130 WHERE `creature_entry`=1860 && `level`=53;\nUPDATE `pet_levelstats` SET `armor`=4231, `str`=115, `agi`=76, `sta`=207, `inte`=63, `spi`=133 WHERE `creature_entry`=1860 && `level`=54;\nUPDATE `pet_levelstats` SET `armor`=4301, `str`=117, `agi`=78, `sta`=212, `inte`=65, `spi`=136 WHERE `creature_entry`=1860 && `level`=55;\nUPDATE `pet_levelstats` SET `armor`=4375, `str`=120, `agi`=79, `sta`=216, `inte`=65, `spi`=138 WHERE `creature_entry`=1860 && `level`=56;\nUPDATE `pet_levelstats` SET `armor`=4448, `str`=122, `agi`=80, `sta`=221, `inte`=67, `spi`=142 WHERE `creature_entry`=1860 && `level`=57;\nUPDATE `pet_levelstats` SET `armor`=4519, `str`=124, `agi`=82, `sta`=225, `inte`=67, `spi`=144 WHERE `creature_entry`=1860 && `level`=58;\nUPDATE `pet_levelstats` SET `armor`=4590, `str`=127, `agi`=83, `sta`=230, `inte`=69, `spi`=147 WHERE `creature_entry`=1860 && `level`=59;\nUPDATE `pet_levelstats` SET `armor`=4660, `str`=129, `agi`=85, `sta`=234, `inte`=70, `spi`=150 WHERE `creature_entry`=1860 && `level`=60;\nUPDATE `pet_levelstats` SET `hp`=260 WHERE `creature_entry`=1860 && `level`=10;\nUPDATE `pet_levelstats` SET `hp`=291 WHERE `creature_entry`=1860 && `level`=11;\nUPDATE `pet_levelstats` SET `hp`=322 WHERE `creature_entry`=1860 && `level`=12;\nUPDATE `pet_levelstats` SET `hp`=354 WHERE `creature_entry`=1860 && `level`=13;\nUPDATE `pet_levelstats` SET `hp`=386 WHERE `creature_entry`=1860 && `level`=14;\nUPDATE `pet_levelstats` SET `hp`=421 WHERE `creature_entry`=1860 && `level`=15;\nUPDATE `pet_levelstats` SET `hp`=455 WHERE `creature_entry`=1860 && `level`=16;\nUPDATE `pet_levelstats` SET `hp`=490 WHERE `creature_entry`=1860 && `level`=17;\nUPDATE `pet_levelstats` SET `hp`=528 WHERE `creature_entry`=1860 && `level`=18;\nUPDATE `pet_levelstats` SET `hp`=566 WHERE `creature_entry`=1860 && `level`=19;\nUPDATE `pet_levelstats` SET `hp`=606 WHERE `creature_entry`=1860 && `level`=20;\nUPDATE `pet_levelstats` SET `hp`=650 WHERE `creature_entry`=1860 && `level`=21;\nUPDATE `pet_levelstats` SET `hp`=697 WHERE `creature_entry`=1860 && `level`=22;\nUPDATE `pet_levelstats` SET `hp`=746 WHERE `creature_entry`=1860 && `level`=23;\nUPDATE `pet_levelstats` SET `hp`=799 WHERE `creature_entry`=1860 && `level`=24;\nUPDATE `pet_levelstats` SET `hp`=854 WHERE `creature_entry`=1860 && `level`=25;\nUPDATE `pet_levelstats` SET `hp`=911 WHERE `creature_entry`=1860 && `level`=26;\nUPDATE `pet_levelstats` SET `hp`=966 WHERE `creature_entry`=1860 && `level`=27;\nUPDATE `pet_levelstats` SET `hp`=1025 WHERE `creature_entry`=1860 && `level`=28;\nUPDATE `pet_levelstats` SET `hp`=1082 WHERE `creature_entry`=1860 && `level`=29;\nUPDATE `pet_levelstats` SET `hp`=1135 WHERE `creature_entry`=1860 && `level`=30;\nUPDATE `pet_levelstats` SET `hp`=1190 WHERE `creature_entry`=1860 && `level`=31;\nUPDATE `pet_levelstats` SET `hp`=1243 WHERE `creature_entry`=1860 && `level`=32;\nUPDATE `pet_levelstats` SET `hp`=1299 WHERE `creature_entry`=1860 && `level`=33;\nUPDATE `pet_levelstats` SET `hp`=1354 WHERE `creature_entry`=1860 && `level`=34;\nUPDATE `pet_levelstats` SET `hp`=1413 WHERE `creature_entry`=1860 && `level`=35;\nUPDATE `pet_levelstats` SET `hp`=1470 WHERE `creature_entry`=1860 && `level`=36;\nUPDATE `pet_levelstats` SET `hp`=1530 WHERE `creature_entry`=1860 && `level`=37;\nUPDATE `pet_levelstats` SET `hp`=1589 WHERE `creature_entry`=1860 && `level`=38;\nUPDATE `pet_levelstats` SET `hp`=1652 WHERE `creature_entry`=1860 && `level`=39;\nUPDATE `pet_levelstats` SET `hp`=1716 WHERE `creature_entry`=1860 && `level`=40;\nUPDATE `pet_levelstats` SET `hp`=1775 WHERE `creature_entry`=1860 && `level`=41;\nUPDATE `pet_levelstats` SET `hp`=1849 WHERE `creature_entry`=1860 && `level`=42;\nUPDATE `pet_levelstats` SET `hp`=1922 WHERE `creature_entry`=1860 && `level`=43;\nUPDATE `pet_levelstats` SET `hp`=1996 WHERE `creature_entry`=1860 && `level`=44;\nUPDATE `pet_levelstats` SET `hp`=2069 WHERE `creature_entry`=1860 && `level`=45;\nUPDATE `pet_levelstats` SET `hp`=2149 WHERE `creature_entry`=1860 && `level`=46;\nUPDATE `pet_levelstats` SET `hp`=2229 WHERE `creature_entry`=1860 && `level`=47;\nUPDATE `pet_levelstats` SET `hp`=2310 WHERE `creature_entry`=1860 && `level`=48;\nUPDATE `pet_levelstats` SET `hp`=2394 WHERE `creature_entry`=1860 && `level`=49;\nUPDATE `pet_levelstats` SET `hp`=2481 WHERE `creature_entry`=1860 && `level`=50;\nUPDATE `pet_levelstats` SET `hp`=2568 WHERE `creature_entry`=1860 && `level`=51;\nUPDATE `pet_levelstats` SET `hp`=2656 WHERE `creature_entry`=1860 && `level`=52;\nUPDATE `pet_levelstats` SET `hp`=2747 WHERE `creature_entry`=1860 && `level`=53;\nUPDATE `pet_levelstats` SET `hp`=2836 WHERE `creature_entry`=1860 && `level`=54;\nUPDATE `pet_levelstats` SET `hp`=2927 WHERE `creature_entry`=1860 && `level`=55;\nUPDATE `pet_levelstats` SET `hp`=3023 WHERE `creature_entry`=1860 && `level`=56;\nUPDATE `pet_levelstats` SET `hp`=3118 WHERE `creature_entry`=1860 && `level`=57;\nUPDATE `pet_levelstats` SET `hp`=3216 WHERE `creature_entry`=1860 && `level`=58;\nUPDATE `pet_levelstats` SET `hp`=3317 WHERE `creature_entry`=1860 && `level`=59;\nUPDATE `pet_levelstats` SET `hp`=3419 WHERE `creature_entry`=1860 && `level`=60;\nUPDATE `pet_levelstats` SET `mana`=147 WHERE `creature_entry`=1860 && `level`=10;\nUPDATE `pet_levelstats` SET `mana`=158 WHERE `creature_entry`=1860 && `level`=11;\nUPDATE `pet_levelstats` SET `mana`=192 WHERE `creature_entry`=1860 && `level`=12;\nUPDATE `pet_levelstats` SET `mana`=203 WHERE `creature_entry`=1860 && `level`=13;\nUPDATE `pet_levelstats` SET `mana`=227 WHERE `creature_entry`=1860 && `level`=14;\nUPDATE `pet_levelstats` SET `mana`=251 WHERE `creature_entry`=1860 && `level`=15;\nUPDATE `pet_levelstats` SET `mana`=275 WHERE `creature_entry`=1860 && `level`=16;\nUPDATE `pet_levelstats` SET `mana`=300 WHERE `creature_entry`=1860 && `level`=17;\nUPDATE `pet_levelstats` SET `mana`=314 WHERE `creature_entry`=1860 && `level`=18;\nUPDATE `pet_levelstats` SET `mana`=351 WHERE `creature_entry`=1860 && `level`=19;\nUPDATE `pet_levelstats` SET `mana`=377 WHERE `creature_entry`=1860 && `level`=20;\nUPDATE `pet_levelstats` SET `mana`=393 WHERE `creature_entry`=1860 && `level`=21;\nUPDATE `pet_levelstats` SET `mana`=420 WHERE `creature_entry`=1860 && `level`=22;\nUPDATE `pet_levelstats` SET `mana`=447 WHERE `creature_entry`=1860 && `level`=23;\nUPDATE `pet_levelstats` SET `mana`=476 WHERE `creature_entry`=1860 && `level`=24;\nUPDATE `pet_levelstats` SET `mana`=504 WHERE `creature_entry`=1860 && `level`=25;\nUPDATE `pet_levelstats` SET `mana`=534 WHERE `creature_entry`=1860 && `level`=26;\nUPDATE `pet_levelstats` SET `mana`=564 WHERE `creature_entry`=1860 && `level`=27;\nUPDATE `pet_levelstats` SET `mana`=582 WHERE `creature_entry`=1860 && `level`=28;\nUPDATE `pet_levelstats` SET `mana`=624 WHERE `creature_entry`=1860 && `level`=29;\nUPDATE `pet_levelstats` SET `mana`=656 WHERE `creature_entry`=1860 && `level`=30;\nUPDATE `pet_levelstats` SET `mana`=676 WHERE `creature_entry`=1860 && `level`=31;\nUPDATE `pet_levelstats` SET `mana`=720 WHERE `creature_entry`=1860 && `level`=32;\nUPDATE `pet_levelstats` SET `mana`=742 WHERE `creature_entry`=1860 && `level`=33;\nUPDATE `pet_levelstats` SET `mana`=775 WHERE `creature_entry`=1860 && `level`=34;\nUPDATE `pet_levelstats` SET `mana`=822 WHERE `creature_entry`=1860 && `level`=35;\nUPDATE `pet_levelstats` SET `mana`=845 WHERE `creature_entry`=1860 && `level`=36;\nUPDATE `pet_levelstats` SET `mana`=879 WHERE `creature_entry`=1860 && `level`=37;\nUPDATE `pet_levelstats` SET `mana`=916 WHERE `creature_entry`=1860 && `level`=38;\nUPDATE `pet_levelstats` SET `mana`=952 WHERE `creature_entry`=1860 && `level`=39;\nUPDATE `pet_levelstats` SET `mana`=988 WHERE `creature_entry`=1860 && `level`=40;\nUPDATE `pet_levelstats` SET `mana`=1026 WHERE `creature_entry`=1860 && `level`=41;\nUPDATE `pet_levelstats` SET `mana`=1063 WHERE `creature_entry`=1860 && `level`=42;\nUPDATE `pet_levelstats` SET `mana`=1103 WHERE `creature_entry`=1860 && `level`=43;\nUPDATE `pet_levelstats` SET `mana`=1142 WHERE `creature_entry`=1860 && `level`=44;\nUPDATE `pet_levelstats` SET `mana`=1181 WHERE `creature_entry`=1860 && `level`=45;\nUPDATE `pet_levelstats` SET `mana`=1222 WHERE `creature_entry`=1860 && `level`=46;\nUPDATE `pet_levelstats` SET `mana`=1263 WHERE `creature_entry`=1860 && `level`=47;\nUPDATE `pet_levelstats` SET `mana`=1305 WHERE `creature_entry`=1860 && `level`=48;\nUPDATE `pet_levelstats` SET `mana`=1348 WHERE `creature_entry`=1860 && `level`=49;\nUPDATE `pet_levelstats` SET `mana`=1391 WHERE `creature_entry`=1860 && `level`=50;\nUPDATE `pet_levelstats` SET `mana`=1435 WHERE `creature_entry`=1860 && `level`=51;\nUPDATE `pet_levelstats` SET `mana`=1481 WHERE `creature_entry`=1860 && `level`=52;\nUPDATE `pet_levelstats` SET `mana`=1526 WHERE `creature_entry`=1860 && `level`=53;\nUPDATE `pet_levelstats` SET `mana`=1572 WHERE `creature_entry`=1860 && `level`=54;\nUPDATE `pet_levelstats` SET `mana`=1630 WHERE `creature_entry`=1860 && `level`=55;\nUPDATE `pet_levelstats` SET `mana`=1666 WHERE `creature_entry`=1860 && `level`=56;\nUPDATE `pet_levelstats` SET `mana`=1726 WHERE `creature_entry`=1860 && `level`=57;\nUPDATE `pet_levelstats` SET `mana`=1763 WHERE `creature_entry`=1860 && `level`=58;\nUPDATE `pet_levelstats` SET `mana`=1824 WHERE `creature_entry`=1860 && `level`=59;\nUPDATE `pet_levelstats` SET `mana`=1874 WHERE `creature_entry`=1860 && `level`=60;\n\n-- Correct stats for Succubus.\nUPDATE `pet_levelstats` SET `armor`=528, `str`=42, `agi`=35, `sta`=67, `inte`=31, `spi`=49 WHERE `creature_entry`=1863 && `level`=20;\nUPDATE `pet_levelstats` SET `armor`=549, `str`=44, `agi`=36, `sta`=71, `inte`=31, `spi`=51 WHERE `creature_entry`=1863 && `level`=21;\nUPDATE `pet_levelstats` SET `armor`=573, `str`=46, `agi`=36, `sta`=75, `inte`=32, `spi`=53 WHERE `creature_entry`=1863 && `level`=22;\nUPDATE `pet_levelstats` SET `armor`=594, `str`=47, `agi`=38, `sta`=79, `inte`=33, `spi`=55 WHERE `creature_entry`=1863 && `level`=23;\nUPDATE `pet_levelstats` SET `armor`=616, `str`=49, `agi`=39, `sta`=83, `inte`=34, `spi`=58 WHERE `creature_entry`=1863 && `level`=24;\nUPDATE `pet_levelstats` SET `armor`=638, `str`=50, `agi`=40, `sta`=87, `inte`=35, `spi`=61 WHERE `creature_entry`=1863 && `level`=25;\nUPDATE `pet_levelstats` SET `armor`=659, `str`=52, `agi`=41, `sta`=91, `inte`=36, `spi`=62 WHERE `creature_entry`=1863 && `level`=26;\nUPDATE `pet_levelstats` SET `armor`=682, `str`=53, `agi`=42, `sta`=95, `inte`=37, `spi`=65 WHERE `creature_entry`=1863 && `level`=27;\nUPDATE `pet_levelstats` SET `armor`=704, `str`=55, `agi`=43, `sta`=99, `inte`=37, `spi`=67 WHERE `creature_entry`=1863 && `level`=28;\nUPDATE `pet_levelstats` SET `armor`=726, `str`=57, `agi`=44, `sta`=103, `inte`=39, `spi`=70 WHERE `creature_entry`=1863 && `level`=29;\nUPDATE `pet_levelstats` SET `armor`=747, `str`=57, `agi`=46, `sta`=107, `inte`=40, `spi`=72 WHERE `creature_entry`=1863 && `level`=30;\nUPDATE `pet_levelstats` SET `armor`=769, `str`=59, `agi`=47, `sta`=111, `inte`=40, `spi`=74 WHERE `creature_entry`=1863 && `level`=31;\nUPDATE `pet_levelstats` SET `armor`=792, `str`=60, `agi`=47, `sta`=115, `inte`=42, `spi`=77 WHERE `creature_entry`=1863 && `level`=32;\nUPDATE `pet_levelstats` SET `armor`=812, `str`=62, `agi`=49, `sta`=119, `inte`=42, `spi`=79 WHERE `creature_entry`=1863 && `level`=33;\nUPDATE `pet_levelstats` SET `armor`=835, `str`=63, `agi`=50, `sta`=123, `inte`=43, `spi`=82 WHERE `creature_entry`=1863 && `level`=34;\nUPDATE `pet_levelstats` SET `armor`=855, `str`=65, `agi`=52, `sta`=127, `inte`=45, `spi`=85 WHERE `creature_entry`=1863 && `level`=35;\nUPDATE `pet_levelstats` SET `armor`=921, `str`=66, `agi`=53, `sta`=131, `inte`=45, `spi`=87 WHERE `creature_entry`=1863 && `level`=36;\nUPDATE `pet_levelstats` SET `armor`=992, `str`=68, `agi`=53, `sta`=135, `inte`=46, `spi`=89 WHERE `creature_entry`=1863 && `level`=37;\nUPDATE `pet_levelstats` SET `armor`=1063, `str`=70, `agi`=55, `sta`=139, `inte`=47, `spi`=91 WHERE `creature_entry`=1863 && `level`=38;\nUPDATE `pet_levelstats` SET `armor`=1139, `str`=72, `agi`=56, `sta`=143, `inte`=48, `spi`=94 WHERE `creature_entry`=1863 && `level`=39;\nUPDATE `pet_levelstats` SET `armor`=1217, `str`=74, `agi`=58, `sta`=148, `inte`=49, `spi`=97 WHERE `creature_entry`=1863 && `level`=40;\nUPDATE `pet_levelstats` SET `armor`=1301, `str`=76, `agi`=59, `sta`=152, `inte`=50, `spi`=99 WHERE `creature_entry`=1863 && `level`=41;\nUPDATE `pet_levelstats` SET `armor`=1389, `str`=81, `agi`=59, `sta`=156, `inte`=51, `spi`=102 WHERE `creature_entry`=1863 && `level`=42;\nUPDATE `pet_levelstats` SET `armor`=1479, `str`=86, `agi`=61, `sta`=160, `inte`=52, `spi`=104 WHERE `creature_entry`=1863 && `level`=43;\nUPDATE `pet_levelstats` SET `armor`=1575, `str`=93, `agi`=62, `sta`=164, `inte`=53, `spi`=107 WHERE `creature_entry`=1863 && `level`=44;\nUPDATE `pet_levelstats` SET `armor`=1674, `str`=96, `agi`=64, `sta`=169, `inte`=54, `spi`=110 WHERE `creature_entry`=1863 && `level`=45;\nUPDATE `pet_levelstats` SET `armor`=1708, `str`=98, `agi`=65, `sta`=173, `inte`=55, `spi`=112 WHERE `creature_entry`=1863 && `level`=46;\nUPDATE `pet_levelstats` SET `armor`=1742, `str`=100, `agi`=66, `sta`=177, `inte`=56, `spi`=115 WHERE `creature_entry`=1863 && `level`=47;\nUPDATE `pet_levelstats` SET `armor`=1775, `str`=102, `agi`=68, `sta`=181, `inte`=57, `spi`=117 WHERE `creature_entry`=1863 && `level`=48;\nUPDATE `pet_levelstats` SET `armor`=1809, `str`=104, `agi`=69, `sta`=186, `inte`=58, `spi`=120 WHERE `creature_entry`=1863 && `level`=49;\nUPDATE `pet_levelstats` SET `armor`=1841, `str`=107, `agi`=71, `sta`=190, `inte`=59, `spi`=123 WHERE `creature_entry`=1863 && `level`=50;\nUPDATE `pet_levelstats` SET `armor`=1875, `str`=109, `agi`=72, `sta`=194, `inte`=60, `spi`=125 WHERE `creature_entry`=1863 && `level`=51;\nUPDATE `pet_levelstats` SET `armor`=1910, `str`=111, `agi`=73, `sta`=199, `inte`=61, `spi`=128 WHERE `creature_entry`=1863 && `level`=52;\nUPDATE `pet_levelstats` SET `armor`=1942, `str`=113, `agi`=75, `sta`=203, `inte`=62, `spi`=130 WHERE `creature_entry`=1863 && `level`=53;\nUPDATE `pet_levelstats` SET `armor`=1976, `str`=115, `agi`=76, `sta`=207, `inte`=63, `spi`=133 WHERE `creature_entry`=1863 && `level`=54;\nUPDATE `pet_levelstats` SET `armor`=2009, `str`=117, `agi`=78, `sta`=212, `inte`=65, `spi`=136 WHERE `creature_entry`=1863 && `level`=55;\nUPDATE `pet_levelstats` SET `armor`=2043, `str`=120, `agi`=79, `sta`=216, `inte`=65, `spi`=138 WHERE `creature_entry`=1863 && `level`=56;\nUPDATE `pet_levelstats` SET `armor`=2077, `str`=122, `agi`=80, `sta`=221, `inte`=67, `spi`=142 WHERE `creature_entry`=1863 && `level`=57;\nUPDATE `pet_levelstats` SET `armor`=2110, `str`=124, `agi`=82, `sta`=225, `inte`=67, `spi`=144 WHERE `creature_entry`=1863 && `level`=58;\nUPDATE `pet_levelstats` SET `armor`=2144, `str`=127, `agi`=83, `sta`=230, `inte`=69, `spi`=147 WHERE `creature_entry`=1863 && `level`=59;\nUPDATE `pet_levelstats` SET `armor`=2176, `str`=129, `agi`=85, `sta`=234, `inte`=70, `spi`=150 WHERE `creature_entry`=1863 && `level`=60;\nUPDATE `pet_levelstats` SET `hp`=303 WHERE `creature_entry`=1863 && `level`=20;\nUPDATE `pet_levelstats` SET `hp`=325 WHERE `creature_entry`=1863 && `level`=21;\nUPDATE `pet_levelstats` SET `hp`=349 WHERE `creature_entry`=1863 && `level`=22;\nUPDATE `pet_levelstats` SET `hp`=373 WHERE `creature_entry`=1863 && `level`=23;\nUPDATE `pet_levelstats` SET `hp`=400 WHERE `creature_entry`=1863 && `level`=24;\nUPDATE `pet_levelstats` SET `hp`=427 WHERE `creature_entry`=1863 && `level`=25;\nUPDATE `pet_levelstats` SET `hp`=456 WHERE `creature_entry`=1863 && `level`=26;\nUPDATE `pet_levelstats` SET `hp`=483 WHERE `creature_entry`=1863 && `level`=27;\nUPDATE `pet_levelstats` SET `hp`=512 WHERE `creature_entry`=1863 && `level`=28;\nUPDATE `pet_levelstats` SET `hp`=541 WHERE `creature_entry`=1863 && `level`=29;\nUPDATE `pet_levelstats` SET `hp`=568 WHERE `creature_entry`=1863 && `level`=30;\nUPDATE `pet_levelstats` SET `hp`=595 WHERE `creature_entry`=1863 && `level`=31;\nUPDATE `pet_levelstats` SET `hp`=622 WHERE `creature_entry`=1863 && `level`=32;\nUPDATE `pet_levelstats` SET `hp`=650 WHERE `creature_entry`=1863 && `level`=33;\nUPDATE `pet_levelstats` SET `hp`=677 WHERE `creature_entry`=1863 && `level`=34;\nUPDATE `pet_levelstats` SET `hp`=706 WHERE `creature_entry`=1863 && `level`=35;\nUPDATE `pet_levelstats` SET `hp`=735 WHERE `creature_entry`=1863 && `level`=36;\nUPDATE `pet_levelstats` SET `hp`=765 WHERE `creature_entry`=1863 && `level`=37;\nUPDATE `pet_levelstats` SET `hp`=794 WHERE `creature_entry`=1863 && `level`=38;\nUPDATE `pet_levelstats` SET `hp`=826 WHERE `creature_entry`=1863 && `level`=39;\nUPDATE `pet_levelstats` SET `hp`=858 WHERE `creature_entry`=1863 && `level`=40;\nUPDATE `pet_levelstats` SET `hp`=888 WHERE `creature_entry`=1863 && `level`=41;\nUPDATE `pet_levelstats` SET `hp`=925 WHERE `creature_entry`=1863 && `level`=42;\nUPDATE `pet_levelstats` SET `hp`=961 WHERE `creature_entry`=1863 && `level`=43;\nUPDATE `pet_levelstats` SET `hp`=998 WHERE `creature_entry`=1863 && `level`=44;\nUPDATE `pet_levelstats` SET `hp`=1035 WHERE `creature_entry`=1863 && `level`=45;\nUPDATE `pet_levelstats` SET `hp`=1074 WHERE `creature_entry`=1863 && `level`=46;\nUPDATE `pet_levelstats` SET `hp`=1114 WHERE `creature_entry`=1863 && `level`=47;\nUPDATE `pet_levelstats` SET `hp`=1155 WHERE `creature_entry`=1863 && `level`=48;\nUPDATE `pet_levelstats` SET `hp`=1197 WHERE `creature_entry`=1863 && `level`=49;\nUPDATE `pet_levelstats` SET `hp`=1240 WHERE `creature_entry`=1863 && `level`=50;\nUPDATE `pet_levelstats` SET `hp`=1284 WHERE `creature_entry`=1863 && `level`=51;\nUPDATE `pet_levelstats` SET `hp`=1328 WHERE `creature_entry`=1863 && `level`=52;\nUPDATE `pet_levelstats` SET `hp`=1373 WHERE `creature_entry`=1863 && `level`=53;\nUPDATE `pet_levelstats` SET `hp`=1418 WHERE `creature_entry`=1863 && `level`=54;\nUPDATE `pet_levelstats` SET `hp`=1464 WHERE `creature_entry`=1863 && `level`=55;\nUPDATE `pet_levelstats` SET `hp`=1511 WHERE `creature_entry`=1863 && `level`=56;\n-- Missing data for level 57\nUPDATE `pet_levelstats` SET `hp`=1608 WHERE `creature_entry`=1863 && `level`=58;\nUPDATE `pet_levelstats` SET `hp`=1658 WHERE `creature_entry`=1863 && `level`=59;\nUPDATE `pet_levelstats` SET `hp`=1709 WHERE `creature_entry`=1863 && `level`=60;\nUPDATE `pet_levelstats` SET `mana`=377 WHERE `creature_entry`=1863 && `level`=20;\nUPDATE `pet_levelstats` SET `mana`=393 WHERE `creature_entry`=1863 && `level`=21;\nUPDATE `pet_levelstats` SET `mana`=420 WHERE `creature_entry`=1863 && `level`=22;\nUPDATE `pet_levelstats` SET `mana`=447 WHERE `creature_entry`=1863 && `level`=23;\nUPDATE `pet_levelstats` SET `mana`=476 WHERE `creature_entry`=1863 && `level`=24;\nUPDATE `pet_levelstats` SET `mana`=504 WHERE `creature_entry`=1863 && `level`=25;\nUPDATE `pet_levelstats` SET `mana`=534 WHERE `creature_entry`=1863 && `level`=26;\nUPDATE `pet_levelstats` SET `mana`=564 WHERE `creature_entry`=1863 && `level`=27;\nUPDATE `pet_levelstats` SET `mana`=582 WHERE `creature_entry`=1863 && `level`=28;\nUPDATE `pet_levelstats` SET `mana`=624 WHERE `creature_entry`=1863 && `level`=29;\nUPDATE `pet_levelstats` SET `mana`=656 WHERE `creature_entry`=1863 && `level`=30;\nUPDATE `pet_levelstats` SET `mana`=676 WHERE `creature_entry`=1863 && `level`=31;\nUPDATE `pet_levelstats` SET `mana`=720 WHERE `creature_entry`=1863 && `level`=32;\nUPDATE `pet_levelstats` SET `mana`=742 WHERE `creature_entry`=1863 && `level`=33;\nUPDATE `pet_levelstats` SET `mana`=775 WHERE `creature_entry`=1863 && `level`=34;\nUPDATE `pet_levelstats` SET `mana`=822 WHERE `creature_entry`=1863 && `level`=35;\nUPDATE `pet_levelstats` SET `mana`=845 WHERE `creature_entry`=1863 && `level`=36;\nUPDATE `pet_levelstats` SET `mana`=879 WHERE `creature_entry`=1863 && `level`=37;\nUPDATE `pet_levelstats` SET `mana`=916 WHERE `creature_entry`=1863 && `level`=38;\nUPDATE `pet_levelstats` SET `mana`=952 WHERE `creature_entry`=1863 && `level`=39;\nUPDATE `pet_levelstats` SET `mana`=988 WHERE `creature_entry`=1863 && `level`=40;\nUPDATE `pet_levelstats` SET `mana`=1026 WHERE `creature_entry`=1863 && `level`=41;\nUPDATE `pet_levelstats` SET `mana`=1063 WHERE `creature_entry`=1863 && `level`=42;\nUPDATE `pet_levelstats` SET `mana`=1103 WHERE `creature_entry`=1863 && `level`=43;\nUPDATE `pet_levelstats` SET `mana`=1142 WHERE `creature_entry`=1863 && `level`=44;\nUPDATE `pet_levelstats` SET `mana`=1181 WHERE `creature_entry`=1863 && `level`=45;\nUPDATE `pet_levelstats` SET `mana`=1222 WHERE `creature_entry`=1863 && `level`=46;\nUPDATE `pet_levelstats` SET `mana`=1263 WHERE `creature_entry`=1863 && `level`=47;\nUPDATE `pet_levelstats` SET `mana`=1305 WHERE `creature_entry`=1863 && `level`=48;\nUPDATE `pet_levelstats` SET `mana`=1348 WHERE `creature_entry`=1863 && `level`=49;\nUPDATE `pet_levelstats` SET `mana`=1391 WHERE `creature_entry`=1863 && `level`=50;\nUPDATE `pet_levelstats` SET `mana`=1435 WHERE `creature_entry`=1863 && `level`=51;\nUPDATE `pet_levelstats` SET `mana`=1481 WHERE `creature_entry`=1863 && `level`=52;\nUPDATE `pet_levelstats` SET `mana`=1526 WHERE `creature_entry`=1863 && `level`=53;\nUPDATE `pet_levelstats` SET `mana`=1572 WHERE `creature_entry`=1863 && `level`=54;\nUPDATE `pet_levelstats` SET `mana`=1630 WHERE `creature_entry`=1863 && `level`=55;\nUPDATE `pet_levelstats` SET `mana`=1666 WHERE `creature_entry`=1863 && `level`=56;\nUPDATE `pet_levelstats` SET `mana`=1726 WHERE `creature_entry`=1863 && `level`=57;\nUPDATE `pet_levelstats` SET `mana`=1763 WHERE `creature_entry`=1863 && `level`=58;\nUPDATE `pet_levelstats` SET `mana`=1824 WHERE `creature_entry`=1863 && `level`=59;\nUPDATE `pet_levelstats` SET `mana`=1874 WHERE `creature_entry`=1863 && `level`=60;\n"
  },
  {
    "path": "data/sql/world/base/wotlk_archmage_timear.sql",
    "content": "UPDATE `creature_template` SET `ScriptName`='npc_archmage_timear' WHERE `entry`=31439;\n\nDELETE FROM `creature_questender` WHERE `id`=31439 AND `quest` IN (13245, 13246, 13247, 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 14199);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13245);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13246);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13247);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13248);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13249);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13250);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13251);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13252);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13253);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13254);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13255);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 13256);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (31439, 14199);\n\nDELETE FROM `creature_queststarter` WHERE `id`=31439 AND `quest` IN (13245, 13246, 13247, 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 14199);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13245);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13246);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13247);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13248);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13249);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13250);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13251);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13252);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13253);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13254);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13255);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 13256);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (31439, 14199);\n\nUPDATE `quest_template` SET `Flags`=4232 WHERE `ID` IN (13245, 13246, 13247, 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 14199);\n\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Axe of the Plunderer.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13245;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with Keristrasza\\'s Broken Heart.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13246;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with a Ley Line Tuner.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13247;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Locket of the Deceased Queen.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13248;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Prophet\\'s Enchanted Tiki.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13249;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Mojo Remnant of Akali.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13250;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Artifact from the Nathrezim Homeworld.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13251;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Curse of Flesh Disc.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13252;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Celestial Ruby Ring.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13253;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Idle Crown of Anub\\'arak.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13254;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Faceless One\\'s Withered Brain.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13255;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with the Head of Cyanigosa.$B$BThis quest may only be completed on Heroic difficulty.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=13256;\nUPDATE `quest_template` SET `LogDescription`='Archmage Timear in Dalaran wants you to return with a Fragment of the Black Knight\\'s Soul.$B$BThis quest may only be completed on Heroic difficulty.', `QuestDescription`='My counterpart, Archmage Lan\\'dalock, has asked me to warn you of something dire. Soon, you will be participating in the Trial of the Champions at the Argent Coliseum in Icecrown. You must beware of interference from one known only as the Black Knight.$B$BBring me a fragment of his soul that the Kirin Tor will know he is dealt with. I am told that failing to do so will be your own undoing.', `QuestCompletionLog`='Return to Archmage Timear at Forlorn Woods in Crystalsong Forest.' WHERE `ID`=14199;\n\nUPDATE `quest_offer_reward` SET `RewardText`='<Archmage Timear breathes a sigh of relief.>$b$bTo be honest, I feared the worst had befallen you. It\\'s difficult to stand idly by while others, such as yourself, deal with the matters of life and death which confront our world seemingly on a daily basis.$b$bNow what are we going to do with that gigantic ring?' WHERE `ID`=13253;\nUPDATE `quest_offer_reward` SET `RewardText`='What horrors you must have faced while traversing the Upper City.$b$b<Timear glances down at the tarnished crown clutched in your fist.>$b$bPerhaps we should put that aside for their new king whenever the nerubians decide to coronate one?' WHERE `ID`=13254;\n\nUPDATE `quest_request_items` SET `CompletionText`='Did the Black Knight appear unexpectedly as Lan\\'dalock foresaw?' WHERE `ID`=14199;\n\nUPDATE `quest_template_addon` SET `ExclusiveGroup`=13245 WHERE `ID`=14199;\n\nDELETE FROM `pool_template` WHERE `entry`=90000;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (90000, 1, 'Heroic Dungeon Dailies');\n\nDELETE FROM `pool_quest` WHERE `pool_entry`=90000;\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13245, 90000, 'Proof of Demise: Ingvar the Plunderer');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13246, 90000, 'Proof of Demise: Keristrasza');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13247, 90000, 'Proof of Demise: Ley-Guardian Eregos');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13248, 90000, 'Proof of Demise: King Ymiron');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13249, 90000, 'Proof of Demise: The Prophet Tharon\\'ja');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13250, 90000, 'Proof of Demise: Gal\\'darah');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13251, 90000, 'Proof of Demise: Mal\\'Ganis');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13252, 90000, 'Proof of Demise: Sjonnir The Ironshaper');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13253, 90000, 'Proof of Demise: Loken');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13254, 90000, 'Proof of Demise: Anub\\'arak');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13255, 90000, 'Proof of Demise: Herald Volazj');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (13256, 90000, 'Proof of Demise: Cyanigosa');\nINSERT INTO `pool_quest` (`entry`, `pool_entry`, `description`) VALUES (14199, 90000, 'Proof of Demise: The Black Knight');\n\nDELETE FROM `creature_template_addon` WHERE `entry`=31618;\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (31618, 0, 0, 50331648, 0, 0, 0, '');\n\nDELETE FROM `creature_template_addon` WHERE `entry`=31629;\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (31629, 0, 0, 50331648, 0, 0, 0, '');\n\nUPDATE `quest_template` SET `RewardItem1` = 40752 WHERE id IN (13245, 13246, 13247, 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 14199);\n"
  },
  {
    "path": "data/sql/world/base/wotlk_emblems.sql",
    "content": "/*\n    source: https://www.wowhead.com/wotlk/guide/wrath-of-the-lich-king-classic-overview\n\t        https://wowpedia.fandom.com/wiki/Patch_3.2.0\n\t        https://wowpedia.fandom.com/wiki/Patch_3.3.0\n    Heroic dungeons will drop Emblems of Heroism in phase 1, Emblems of Valor in phase 2, Emblems of Conquest in phase 3 and Emblems of Triumph after ICC is available \n    Naxx will drop Emblems of Valor before phase 3, Emblems of Conquest in phase 3 and Emblems of Triumph after ICC is available\n    Ulduar will drop Emblems of Conquest before phase 3, Emblems of Triumph after ICC is available \n*/\n\n-- heroic dungeons\nDELETE FROM `creature_loot_template` WHERE `Item` IN (40752, 40753, 45624, 47241) AND `Entry` IN \n(29932, 30397, 30398, 30510, 30529, 30530, 30532, 30540, 30748, 30774, 30788, 30807, 30810, 31125, 31211, 31212, 31215, 31349, 31350, 31360, 31362, 31367, 31368, \n31370, 31381, 31384, 31386, 31456, 31463, 31464, 31465, 31469, 31506, 31507, 31508, 31509, 31510, 31511, 31512, 31533, 31536, 31537, 31538, 31558, 31559, 31560, 31610, \n31611, 31612, 31656, 31673, 31679, 31722, 32313, 35490, 36476, 36494, 36497, 36498, 36502, 36538, 36658, 36938, 37613, 37627, 37677, 38112, 38113, 38599, 38603);\n\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(29932, 40752, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Heroism'), \n(29932, 40753, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Valor'),\n(29932, 45624, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Conquest'),\n(29932, 47241, 0, 100, 0, 1, 0, 1, 1, 'Eck the Ferocious - Emblem of Triumph'),\n(30397, 40752, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Heroism'),\n(30397, 40753, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Valor'),\n(30397, 45624, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Conquest'),\n(30397, 47241, 0, 100, 0, 1, 0, 1, 1, 'Commander Kolurg (1) - Emblem of Triump'),\n(30398, 40752, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Heroism'),\n(30398, 40753, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Valor'),\n(30398, 45624, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Conquest'),\n(30398, 47241, 0, 100, 0, 1, 0, 1, 1, 'Commander Stoutbeard (1) - Emblem of Triump'),\n(30510, 40752, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Heroism'),\n(30510, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Valor'),\n(30510, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Conquest'),\n(30510, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grand Magus Telestra (1) - Emblem of Triump'),\n(30529, 40752, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Heroism'),\n(30529, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Valor'),\n(30529, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Conquest'),\n(30529, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anomalus (1) - Emblem of Triump'),\n(30530, 40752, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Heroism'),\n(30530, 40753, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Valor'),\n(30530, 45624, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Conquest'),\n(30530, 47241, 0, 100, 0, 1, 0, 1, 1, 'Moorabi (1) - Emblem of Triumph'),\n(30532, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Heroism'),\n(30532, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Valor'),\n(30532, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Conquest'),\n(30532, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ormorok the Tree-Shaper (1) - Emblem of Triumph'),\n(30540, 40752, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Heroism'),\n(30540, 40753, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Valor'),\n(30540, 45624, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Conquest'),\n(30540, 47241, 0, 100, 0, 1, 0, 1, 1, 'Keristrasza (1) - Emblem of Triumph'),\n(30748, 40752, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Heroism'),\n(30748, 40753, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Valor'),\n(30748, 45624, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Conquest'),\n(30748, 47241, 0, 100, 0, 1, 0, 1, 1, 'Prince Keleseth (1) - Emblem of Triumph'),\n(30774, 40752, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Heroism'),\n(30774, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Valor'),\n(30774, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Conquest'),\n(30774, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gortok Palehoof (1) - Emblem of Triumph'),\n(30788, 40752, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Heroism'),\n(30788, 40753, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Valor'),\n(30788, 45624, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Conquest'),\n(30788, 47241, 0, 100, 0, 1, 0, 1, 1, 'King Ymiron (1) - Emblem of Triumph'),\n(30807, 40752, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Heroism'),\n(30807, 40753, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Valor'),\n(30807, 45624, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Conquest'),\n(30807, 47241, 0, 100, 0, 1, 0, 1, 1, 'Skadi the Ruthless (1) - Emblem of Triumph'),\n(30810, 40752, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Heroism'),\n(30810, 40753, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Valor'),\n(30810, 45624, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Conquest'),\n(30810, 47241, 0, 100, 0, 1, 0, 1, 1, 'Svala Sorrowgrave (1) - Emblem of Triumph'),\n(31125, 40752, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Heroism'),\n(31125, 40753, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Valor'),\n(31125, 45624, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Conquest'),\n(31125, 47241, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher - Emblem of Triumph'),\n(31211, 40752, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Heroism'),\n(31211, 40753, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Valor'),\n(31211, 45624, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Conquest'),\n(31211, 47241, 0, 100, 0, 1, 0, 1, 1, 'Meathook (1) - Emblem of Triumph'),\n(31212, 40752, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Heroism'),\n(31212, 40753, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Valor'),\n(31212, 45624, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Conquest'),\n(31212, 47241, 0, 100, 0, 1, 0, 1, 1, 'Salramm the Fleshcrafter (1) - Emblem of Triumph'),\n(31215, 40752, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Heroism'),\n(31215, 40753, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Valor'),\n(31215, 45624, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Conquest'),\n(31215, 47241, 0, 100, 0, 1, 0, 1, 1, 'Chrono-Lord Epoch (1) - Emblem of Triumph'),\n(31349, 40752, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Heroism'),\n(31349, 40753, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Valor'),\n(31349, 45624, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Conquest'),\n(31349, 47241, 0, 100, 0, 1, 0, 1, 1, 'King Dred (1) - Emblem of Triumph'),\n(31350, 40752, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Heroism'),\n(31350, 40753, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Valor'),\n(31350, 45624, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Conquest'),\n(31350, 47241, 0, 100, 0, 1, 0, 1, 1, 'Novos the Summoner (1) - Emblem of Triumph'),\n(31360, 40752, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\\'ja (1) - Emblem of Heroism'),\n(31360, 40753, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\\'ja (1) - Emblem of Valor'),\n(31360, 45624, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\\'ja (1) - Emblem of Conquest'),\n(31360, 47241, 0, 100, 0, 1, 0, 1, 1, 'The Prophet Tharon\\'ja (1) - Emblem of Triumph'),\n(31362, 40752, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Heroism'),\n(31362, 40753, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Valor'),\n(31362, 45624, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Conquest'),\n(31362, 47241, 0, 100, 0, 1, 0, 1, 1, 'Trollgore (1) - Emblem of Triumph'),\n(31367, 40752, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Heroism'),\n(31367, 40753, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Valor'),\n(31367, 45624, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Conquest'),\n(31367, 47241, 0, 100, 0, 1, 0, 1, 1, 'Drakkari Elemental (1) - Emblem of Triumph'),\n(31368, 40752, 0, 100, 0, 1, 0, 1, 1, 'Gal\\'darah (1) - Emblem of Heroism'),\n(31368, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gal\\'darah (1) - Emblem of Valor'),\n(31368, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gal\\'darah (1) - Emblem of Conquest'),\n(31368, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gal\\'darah (1) - Emblem of Triumph'),\n(31370, 40752, 0, 100, 0, 1, 0, 1, 1, 'Slad\\'ran (1) - Emblem of Heroism'),\n(31370, 40753, 0, 100, 0, 1, 0, 1, 1, 'Slad\\'ran (1) - Emblem of Valor'),\n(31370, 45624, 0, 100, 0, 1, 0, 1, 1, 'Slad\\'ran (1) - Emblem of Conquest'),\n(31370, 47241, 0, 100, 0, 1, 0, 1, 1, 'Slad\\'ran (1) - Emblem of Triumph'),\n(31381, 40752, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Heroism'),\n(31381, 40753, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Valor'),\n(31381, 45624, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Conquest'),\n(31381, 47241, 0, 100, 0, 1, 0, 1, 1, 'Krystallus (1) - Emblem of Triumph'),\n(31384, 40752, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Heroism'),\n(31384, 40753, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Valor'),\n(31384, 45624, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Conquest'),\n(31384, 47241, 0, 100, 0, 1, 0, 1, 1, 'Maiden of Grief (1) - Emblem of Triumph'),\n(31386, 40752, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Heroism'),\n(31386, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Valor'),\n(31386, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Conquest'),\n(31386, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sjonnir The Ironshaper (1) - Emblem of Triumph'),\n(31456, 40752, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Heroism'),\n(31456, 40753, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Valor'),\n(31456, 45624, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Conquest'),\n(31456, 47241, 0, 100, 0, 1, 0, 1, 1, 'Elder Nadox (1) - Emblem of Triumph'),\n(31463, 40752, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Heroism'),\n(31463, 40753, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Valor'),\n(31463, 45624, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Conquest'),\n(31463, 47241, 0, 100, 0, 1, 0, 1, 1, 'Amanitar (1) - Emblem of Triumph'),\n(31464, 40752, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Heroism'),\n(31464, 40753, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Valor'),\n(31464, 45624, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Conquest'),\n(31464, 47241, 0, 100, 0, 1, 0, 1, 1, 'Herald Volazj (1) - Emblem of Triumph'),\n(31465, 40752, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1) - Emblem of Heroism'),\n(31465, 40753, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1) - Emblem of Valor'),\n(31465, 45624, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1) - Emblem of Conquest'),\n(31465, 47241, 0, 100, 0, 1, 0, 1, 1, 'Jedoga Shadowseeker (1)- Emblem of Triumph'),\n(31469, 40752, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Heroism'),\n(31469, 40753, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Valor'),\n(31469, 45624, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Conquest'),\n(31469, 47241, 0, 100, 0, 1, 0, 1, 1, 'Prince Taldaram (1) - Emblem of Triumph'),\n(31506, 40752, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Heroism'),\n(31506, 40753, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Valor'),\n(31506, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Conquest'),\n(31506, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cyanigosa (1) - Emblem of Triumph'),\n(31507, 40752, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Heroism'),\n(31507, 40753, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Valor'),\n(31507, 45624, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Conquest'),\n(31507, 47241, 0, 100, 0, 1, 0, 1, 1, 'Erekem (1) - Emblem of Triumph'),\n(31508, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Heroism'),\n(31508, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Valor'),\n(31508, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Conquest'),\n(31508, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ichoron (1) - Emblem of Triumph'),\n(31509, 40752, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Heroism'),\n(31509, 40753, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Valor'),\n(31509, 45624, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Conquest'),\n(31509, 47241, 0, 100, 0, 1, 0, 1, 1, 'Lavanthor (1) - Emblem of Triumph'),\n(31510, 40752, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Heroism'),\n(31510, 40753, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Valor'),\n(31510, 45624, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Conquest'),\n(31510, 47241, 0, 100, 0, 1, 0, 1, 1, 'Moragg (1) - Emblem of Triumph'),\n(31511, 40752, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Heroism'),\n(31511, 40753, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Valor'),\n(31511, 45624, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Conquest'),\n(31511, 47241, 0, 100, 0, 1, 0, 1, 1, 'Xevozz (1) - Emblem of Triumph'),\n(31512, 40752, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Heroism'),\n(31512, 40753, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Valor'),\n(31512, 45624, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Conquest'),\n(31512, 47241, 0, 100, 0, 1, 0, 1, 1, 'Zuramat the Obliterator (1) - Emblem of Triumph'),\n(31533, 40752, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Heroism'),\n(31533, 40753, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Valor'),\n(31533, 45624, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Conquest'),\n(31533, 47241, 0, 100, 0, 1, 0, 1, 1, 'General Bjarngrim (1) - Emblem of Triumph'),\n(31536, 40752, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Heroism'),\n(31536, 40753, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Valor'),\n(31536, 45624, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Conquest'),\n(31536, 47241, 0, 100, 0, 1, 0, 1, 1, 'Volkhan (1) - Emblem of Triumph'),\n(31537, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Heroism'),\n(31537, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Valor'),\n(31537, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Conquest'),\n(31537, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ionar (1) - Emblem of Triumph'),\n(31538, 40752, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Heroism'),\n(31538, 40753, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Valor'),\n(31538, 45624, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Conquest'),\n(31538, 47241, 0, 100, 0, 1, 0, 1, 1, 'Loken (1) - Emblem of Triumph'),\n(31558, 40752, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Heroism'),\n(31558, 40753, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Valor'),\n(31558, 45624, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Conquest'),\n(31558, 47241, 0, 100, 0, 1, 0, 1, 1, 'Drakos the Interrogator (1) - Emblem of Triumph'),\n(31559, 40752, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Heroism'),\n(31559, 40753, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Valor'),\n(31559, 45624, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Conquest'),\n(31559, 47241, 0, 100, 0, 1, 0, 1, 1, 'Varos Cloudstrider (1) - Emblem of Triumph'),\n(31560, 40752, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Heroism'),\n(31560, 40753, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Valor'),\n(31560, 45624, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Conquest'),\n(31560, 47241, 0, 100, 0, 1, 0, 1, 1, 'Mage-Lord Urom (1) - Emblem of Triumph'),\n(31610, 40752, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'arak (1) - Emblem of Heroism'),\n(31610, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'arak (1) - Emblem of Valor'),\n(31610, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'arak (1) - Emblem of Conquest'),\n(31610, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'arak (1) - Emblem of Triumph'),\n(31611, 40752, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Heroism'),\n(31611, 40753, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Valor'),\n(31611, 45624, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Conquest'),\n(31611, 47241, 0, 100, 0, 1, 0, 1, 1, 'Hadronox (1) - Emblem of Triumph'),\n(31612, 40752, 0, 100, 0, 1, 0, 1, 1, 'Krik\\'thir the Gatewatcher (1) - Emblem of Heroism'),\n(31612, 40753, 0, 100, 0, 1, 0, 1, 1, 'Krik\\'thir the Gatewatcher (1) - Emblem of Valor'),\n(31612, 45624, 0, 100, 0, 1, 0, 1, 1, 'Krik\\'thir the Gatewatcher (1) - Emblem of Conquest'),\n(31612, 47241, 0, 100, 0, 1, 0, 1, 1, 'Krik\\'thir the Gatewatcher (1) - Emblem of Triumph'),\n(31656, 40752, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Heroism'),\n(31656, 40753, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Valor'),\n(31656, 45624, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Conquest'),\n(31656, 47241, 0, 100, 0, 1, 0, 1, 1, 'Dalronn the Controller (1) - Emblem of Triumph'),\n(31673, 40752, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Heroism'),\n(31673, 40753, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Valor'),\n(31673, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Conquest'),\n(31673, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ingvar the Plunderer (1) - Emblem of Triumph'),\n(31679, 40752, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Heroism'),\n(31679, 40753, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Valor'),\n(31679, 45624, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Conquest'),\n(31679, 47241, 0, 100, 0, 1, 0, 1, 1, 'Skarvald the Constructor (1) - Emblem of Triumph'),\n(31722, 40752, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Heroism'),\n(31722, 40753, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Valor'),\n(31722, 45624, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Conquest'),\n(31722, 47241, 0, 100, 0, 1, 0, 2, 2, 'Archavon the Stone Watcher (1) - Emblem of Triumph'),\n(32313, 40752, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Heroism'),\n(32313, 40753, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Valor'),\n(32313, 45624, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Conquest'),\n(32313, 47241, 0, 100, 0, 1, 0, 1, 1, 'Infinite Corruptor (1) - Emblem of Triumph'),\n(35490, 40752, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Heroism'),\n(35490, 40753, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Valor'),\n(35490, 45624, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Conquest'),\n(35490, 47241, 0, 100, 0, 1, 0, 1, 1, 'The Black Knight (1) - Emblem of Triumph'),\n(36476, 40752, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Heroism'),\n(36476, 40753, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Valor'),\n(36476, 45624, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Conquest'),\n(36476, 47241, 0, 100, 0, 1, 0, 2, 2, 'Ick - Emblem of Triumph'),\n(36494, 40752, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Heroism'),\n(36494, 40753, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Valor'),\n(36494, 45624, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Conquest'),\n(36494, 47241, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost - Emblem of Triumph'),\n(36497, 40752, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Heroism'),\n(36497, 40753, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Valor'),\n(36497, 45624, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Conquest'),\n(36497, 47241, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm - Emblem of Triumph'),\n(36498, 40752, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Heroism'),\n(36498, 40753, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Valor'),\n(36498, 45624, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Conquest'),\n(36498, 47241, 0, 100, 0, 1, 0, 2, 2, 'Bronjahm (1) - Emblem of Triumph'),\n(36502, 40752, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Heroism'),\n(36502, 40753, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Valor'),\n(36502, 45624, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Conquest'),\n(36502, 47241, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls - Emblem of Triumph'),\n(36538, 40752, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Heroism'),\n(36538, 40753, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Valor'),\n(36538, 45624, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Conquest'),\n(36538, 47241, 0, 100, 0, 1, 0, 3, 3, 'Onyxia (1) - Emblem of Triumph'),\n(36658, 40752, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Heroism'),\n(36658, 40753, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Valor'),\n(36658, 45624, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Conquest'),\n(36658, 47241, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus - Emblem of Triumph'),\n(36938, 40752, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Heroism'),\n(36938, 40753, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Valor'),\n(36938, 45624, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Conquest'),\n(36938, 47241, 0, 100, 0, 1, 0, 2, 2, 'Scourgelord Tyrannus (1) - Emblem of Triumph'),\n(37613, 40752, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Heroism'),\n(37613, 40753, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Valor'),\n(37613, 45624, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Conquest'),\n(37613, 47241, 0, 100, 0, 1, 0, 2, 2, 'Forgemaster Garfrost (1) - Emblem of Triumph'),\n(37627, 40752, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Heroism'),\n(37627, 40753, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Valor'),\n(37627, 45624, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Conquest'),\n(37627, 47241, 0, 100, 0, 1, 0, 2, 2, 'Ick (1) - Emblem of Triumph'),\n(37677, 40752, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Heroism'),\n(37677, 40753, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Valor'),\n(37677, 45624, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Conquest'),\n(37677, 47241, 0, 100, 0, 1, 0, 2, 2, 'Devourer of Souls (1) - Emblem of Triumph'),\n(38112, 40752, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Heroism'),\n(38112, 40753, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Valor'),\n(38112, 45624, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Conquest'),\n(38112, 47241, 0, 100, 0, 1, 0, 2, 2, 'Falric - Emblem of Triumph'),\n(38113, 40752, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Heroism'),\n(38113, 40753, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Valor'),\n(38113, 45624, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Conquest'),\n(38113, 47241, 0, 100, 0, 1, 0, 2, 2, 'Marwyn - Emblem of Triumph'),\n(38599, 40752, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Heroism'),\n(38599, 40753, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Valor'),\n(38599, 45624, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Conquest'),\n(38599, 47241, 0, 100, 0, 1, 0, 2, 2, 'Falric (1) - Emblem of Triumph'),\n(38603, 40752, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Heroism'),\n(38603, 40753, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Valor'),\n(38603, 45624, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Conquest'),\n(38603, 47241, 0, 100, 0, 1, 0, 2, 2, 'Marwyn (1) - Emblem of Triumph');\n\nDELETE FROM `gameobject_loot_template` WHERE `Item` IN (40752, 40753, 45624, 47241) AND `Entry` IN (24524, 24589, 26260, 27416, 27417);\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(24524, 40752, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'),\n(24524, 40753, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'),\n(24524, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'),\n(24524, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Eregos'),\n(24589, 40752, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'),\n(24589, 40753, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'),\n(24589, 45624, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'),\n(24589, 47241, 0, 100, 0, 1, 0, 1, 1, 'Dark Runed Chest'),\n(26260, 40752, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'),\n(26260, 40753, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'),\n(26260, 45624, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'),\n(26260, 47241, 0, 100, 0, 1, 0, 1, 1, 'Tribunal Chest'),\n(27416, 40752, 0, 100, 0, 1, 0, 1, 1, 'Eadric\\'s Cache'),\n(27416, 40753, 0, 100, 0, 1, 0, 1, 1, 'Eadric\\'s Cache'),\n(27416, 45624, 0, 100, 0, 1, 0, 1, 1, 'Eadric\\'s Cache'),\n(27416, 47241, 0, 100, 0, 1, 0, 1, 1, 'Eadric\\'s Cache'),\n(27417, 40752, 0, 100, 0, 1, 0, 1, 1, 'Confessor\\'s Cache'),\n(27417, 40753, 0, 100, 0, 1, 0, 1, 1, 'Confessor\\'s Cache'),\n(27417, 45624, 0, 100, 0, 1, 0, 1, 1, 'Confessor\\'s Cache'),\n(27417, 47241, 0, 100, 0, 1, 0, 1, 1, 'Confessor\\'s Cache');\n\nDELETE FROM `item_loot_template` WHERE `Item` IN (40752, 40753, 45624, 47241) AND `Entry` = 52676;\nINSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES\n(52676, 40752, 0, 100, 0, 1, 0, 2, 2, 'Cache of the Ley-Guardian'),\n(52676, 40753, 0, 100, 0, 1, 0, 2, 2, 'Cache of the Ley-Guardian'),\n(52676, 45624, 0, 100, 0, 1, 0, 2, 2, 'Cache of the Ley-Guardian'),\n(52676, 47241, 0, 100, 0, 1, 0, 2, 2, 'Cache of the Ley-Guardian');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` IN (40752, 40753, 45624, 47241) AND `SourceGroup` IN \n(28860, 29932, 30397, 30398, 30510, 30529, 30530, 30532, 30540, 30748, 30774, 30788, 30807, 30810, 31125, 31211, 31212, 31215, 31349, 31350, 31360, 31362, 31367, 31368, \n31370, 31381, 31384, 31386, 31456, 31463, 31464, 31465, 31469, 31506, 31507, 31508, 31509, 31510, 31511, 31512, 31533, 31536, 31537, 31538, 31558, 31559, 31560, 31610, \n31611, 31612, 31656, 31673, 31679, 31722, 32313, 35490, 36476, 36494, 36497, 36498, 36502, 36538, 36658, 36938, 37613, 37627, 37677, 38112, 38113, 38599, 38603);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 4 AND `SourceEntry` IN (40752, 40753, 45624, 47241) AND `SourceGroup` IN (24524, 24589, 26260, 27416, 27417);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 5 AND `SourceEntry` IN (40752, 40753, 45624, 47241) AND `SourceGroup` IN (52676);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 28860, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 28860, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 28860, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 28860, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 28860, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 28860, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29932, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 29932, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 29932, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29932, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29932, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29932, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30397, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30397, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30397, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30397, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30397, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30397, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30398, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30398, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30398, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30398, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30398, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30398, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30510, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30510, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30510, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30510, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30510, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30510, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30529, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30529, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30529, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30529, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30529, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30529, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30530, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30530, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30530, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30530, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30530, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30530, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30532, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30532, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30532, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30532, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30532, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30532, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30540, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30540, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30540, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30540, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30540, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30540, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30748, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30748, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30748, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30748, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30748, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30748, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30774, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30774, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30774, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30774, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30774, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30774, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30788, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30788, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30788, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30788, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30788, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30788, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30807, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30807, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30807, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30807, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30807, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30807, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30810, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30810, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30810, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30810, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30810, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30810, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31125, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31125, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31125, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31125, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31125, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31125, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31211, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31211, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31211, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31211, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31211, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31211, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31212, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31212, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31212, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31212, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31212, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31212, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31215, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31215, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31215, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31215, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31215, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31215, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31349, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31349, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31349, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31349, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31349, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31349, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31350, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31350, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31350, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31350, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31350, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31350, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31360, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31360, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31360, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31360, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31360, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31360, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31362, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31362, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31362, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31362, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31362, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31362, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31367, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31367, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31367, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31367, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31367, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31367, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31368, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31368, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31368, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31368, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31368, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31368, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31370, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31370, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31370, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31370, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31370, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31370, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31381, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31381, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31381, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31381, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31381, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31381, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31384, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31384, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31384, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31384, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31384, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31384, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31386, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31386, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31386, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31386, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31386, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31386, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31456, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31456, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31456, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31456, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31456, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31456, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31463, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31463, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31463, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31463, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31463, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31463, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31464, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31464, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31464, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31464, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31464, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31464, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31465, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31465, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31465, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31465, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31465, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31465, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31469, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31469, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31469, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31469, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31469, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31469, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31506, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31506, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31506, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31506, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31506, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31506, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31507, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31507, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31507, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31507, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31507, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31507, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31508, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31508, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31508, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31508, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31508, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31508, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31509, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31509, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31509, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31509, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31509, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31509, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31510, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31510, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31510, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31510, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31510, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31510, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31511, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31511, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31511, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31511, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31511, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31511, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31512, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31512, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31512, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31512, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31512, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31512, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31533, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31533, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31533, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31533, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31533, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31533, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31536, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31536, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31536, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31536, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31536, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31536, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31537, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31537, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31537, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31537, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31537, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31537, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31538, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31538, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31538, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31538, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31538, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31538, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31558, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31558, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31558, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31558, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31558, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31558, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31559, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31559, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31559, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31559, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31559, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31559, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31560, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31560, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31560, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31560, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31560, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31560, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31610, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31610, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31610, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31610, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31610, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31610, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31611, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31611, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31611, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31611, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31611, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31611, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31612, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31612, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31612, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31612, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31612, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31612, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31656, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31656, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31656, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31656, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31656, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31656, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31673, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31673, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31673, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31673, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31673, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31673, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31679, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31679, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31679, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31679, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31679, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31679, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31722, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31722, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 31722, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31722, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31722, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31722, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32313, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 32313, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 32313, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 32313, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 32313, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32313, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 35490, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 35490, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 35490, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 35490, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 35490, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 35490, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36476, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36476, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36476, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36476, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36476, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36476, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36494, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36494, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36494, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36494, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36494, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36494, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36497, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36497, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36497, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36497, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36497, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36497, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36498, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36498, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36498, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36498, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36498, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36498, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36502, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36502, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36502, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36502, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36502, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36502, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36538, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36538, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36538, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36538, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36538, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36538, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36658, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36658, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36658, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36658, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36658, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36658, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36938, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36938, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 36938, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36938, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 36938, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 36938, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 37613, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 37613, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 37613, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 37613, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 37613, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 37613, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 37627, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 37627, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 37627, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 37627, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 37627, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 37627, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 37677, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 37677, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 37677, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 37677, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 37677, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 37677, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38112, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38112, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38112, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38112, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38112, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38112, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38113, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38113, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38113, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38113, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38113, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38113, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38599, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38599, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38599, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38599, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38599, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38599, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38603, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38603, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 38603, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38603, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 38603, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 38603, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n--\n(4, 24524, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(4, 24524, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(4, 24524, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 24524, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 24524, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 24524, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 24589, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(4, 24589, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(4, 24589, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 24589, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 24589, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 24589, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26260, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(4, 26260, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(4, 26260, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 26260, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 26260, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26260, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27416, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(4, 27416, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(4, 27416, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 27416, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 27416, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27416, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27417, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(4, 27417, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(4, 27417, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 27417, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 27417, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27417, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n--\n(5, 52676, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(5, 52676, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(5, 52676, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(5, 52676, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(5, 52676, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(5, 52676, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3');\n\n-- Obsidian Sanctum\nUPDATE `creature_template` SET `lootid` = 30451 WHERE `entry` = 30451; -- temporary\nUPDATE `creature_template` SET `lootid` = 31520 WHERE `entry` = 31520; -- temporary\nUPDATE `creature_template` SET `lootid` = 30449 WHERE `entry` = 30449; -- temporary\nUPDATE `creature_template` SET `lootid` = 31535 WHERE `entry` = 31535; -- temporary\nUPDATE `creature_template` SET `lootid` = 30452 WHERE `entry` = 30452; -- temporary\nUPDATE `creature_template` SET `lootid` = 31534 WHERE `entry` = 31534; -- temporary\n\nDELETE FROM `creature_loot_template` WHERE `Item` IN (40752, 40753, 45624, 47241) AND `Entry` IN (28860, 30449, 30451, 30452, 31311, 31520, 31534, 31535);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(28860, 40752, 0, 100, 0, 1, 0, 1, 1, 'Sartharion - Emblem of Heroism'),\n(28860, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sartharion - Emblem of Valor'),\n(28860, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sartharion - Emblem of Conquest'),\n(28860, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sartharion - Emblem of Triump'),\n(30449, 40752, 0, 100, 0, 1, 0, 1, 1, 'Vesperon - Emblem of Heroism'),\n(30449, 40753, 0, 100, 0, 1, 0, 1, 1, 'Vesperon - Emblem of Valor'),\n(30449, 45624, 0, 100, 0, 1, 0, 1, 1, 'Vesperon - Emblem of Conquest'),\n(30449, 47241, 0, 100, 0, 1, 0, 1, 1, 'Vesperon - Emblem of Triump'),\n(30451, 40752, 0, 100, 0, 1, 0, 1, 1, 'Shadron - Emblem of Heroism'),\n(30451, 40753, 0, 100, 0, 1, 0, 1, 1, 'Shadron - Emblem of Valor'),\n(30451, 45624, 0, 100, 0, 1, 0, 1, 1, 'Shadron - Emblem of Conquest'),\n(30451, 47241, 0, 100, 0, 1, 0, 1, 1, 'Shadron - Emblem of Triump'),\n(30452, 40752, 0, 100, 0, 1, 0, 1, 1, 'Tenebron - Emblem of Heroism'),\n(30452, 40753, 0, 100, 0, 1, 0, 1, 1, 'Tenebron - Emblem of Valor'),\n(30452, 45624, 0, 100, 0, 1, 0, 1, 1, 'Tenebron - Emblem of Conquest'),\n(30452, 47241, 0, 100, 0, 1, 0, 1, 1, 'Tenebron - Emblem of Triump'),\n--\n(31311, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sartharion (1) - Emblem of Valor'),\n(31311, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sartharion (1) - Emblem of Conquest'),\n(31311, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sartharion (1) - Emblem of Triumph'),\n(31520, 40753, 0, 100, 0, 1, 0, 1, 1, 'Shadron (1) - Emblem of Valor'),\n(31520, 45624, 0, 100, 0, 1, 0, 1, 1, 'Shadron (1) - Emblem of Conquest'),\n(31520, 47241, 0, 100, 0, 1, 0, 1, 1, 'Shadron (1) - Emblem of Triump'),\n(31534, 40753, 0, 100, 0, 1, 0, 1, 1, 'Tenebron (1) - Emblem of Valor'),\n(31534, 45624, 0, 100, 0, 1, 0, 1, 1, 'Tenebron (1) - Emblem of Conquest'),\n(31534, 47241, 0, 100, 0, 1, 0, 1, 1, 'Tenebron (1) - Emblem of Triump'),\n(31535, 40753, 0, 100, 0, 1, 0, 1, 1, 'Vesperon (1) - Emblem of Valor'),\n(31535, 45624, 0, 100, 0, 1, 0, 1, 1, 'Vesperon (1) - Emblem of Conquest'),\n(31535, 47241, 0, 100, 0, 1, 0, 1, 1, 'Vesperon (1) - Emblem of Triump');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceEntry` IN (40752, 40753, 45624, 47241) AND `SourceGroup` IN (28860, 30449, 30451, 30452, 31311, 31520, 31534, 31535);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 28860, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 28860, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 28860, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 28860, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 28860, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 28860, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30449, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30449, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30449, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30449, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30449, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30449, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30451, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30451, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30451, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30451, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30451, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30451, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30452, 40752, 0, 0, 8, 0, 66014, 0, 0, 1, 0, 0, '', 'Emblem of Heroism will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30452, 40753, 0, 1, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Emblem of Valor will only drop if the player has completed PROGRESSION_WOTLK_TIER_1'),\n(1, 30452, 40753, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30452, 45624, 0, 2, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30452, 45624, 0, 2, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30452, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n--\n(1, 31311, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31311, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31311, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31311, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31520, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31520, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31520, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31520, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31534, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31534, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31534, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31534, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31535, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31535, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 31535, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 31535, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3');\n\nDELETE FROM `creature_loot_template`  WHERE `Reference` IN (34349, 60001) AND `Entry` = 31311;\nDELETE FROM `reference_loot_template` WHERE `Entry` = 60001; -- 00_cleanup\nDELETE FROM `conditions` WHERE `SourceEntry` IN (40753, 45624, 47241) AND `SourceGroup` IN (60001);\n\n-- tier 7 raid bosses, Naxxramas\nDELETE FROM `creature_loot_template` WHERE `Item` IN (40753, 45624, 47241) AND `Entry` IN \n(15928, 15931, 15932, 15936, 15952, 15953, 15954, 15956, 15989, 15990, 16011, 16028, 16060, 16061, 29249, 29268, 29278, 29324, 29373, 29417, 29448, 29615, 29701, 29718, 29940, 29955, 29991, 30061);\n\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(15928, 40753, 0, 100, 0, 1, 0, 1, 1, 'Thaddius - Emblem of Valor'),\n(15928, 45624, 0, 100, 0, 1, 0, 1, 1, 'Thaddius - Emblem of Conquest'),\n(15928, 47241, 0, 100, 0, 1, 0, 1, 1, 'Thaddius - Emblem of Triumph'),\n(15931, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus - Emblem of Valor'),\n(15931, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus - Emblem of Conquest'),\n(15931, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus - Emblem of Triumph'),\n(15932, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gluth - Emblem of Valor'),\n(15932, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gluth - Emblem of Conquest'),\n(15932, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gluth - Emblem of Triumph'),\n(15936, 40753, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean - Emblem of Valor'),\n(15936, 45624, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean - Emblem of Conquest'),\n(15936, 47241, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean - Emblem of Triumph'),\n(15952, 40753, 0, 100, 0, 1, 0, 1, 1, 'Maexxna - Emblem of Valor'),\n(15952, 45624, 0, 100, 0, 1, 0, 1, 1, 'Maexxna - Emblem of Conquest'),\n(15952, 47241, 0, 100, 0, 1, 0, 1, 1, 'Maexxna - Emblem of Triumph'),\n(15953, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina - Emblem of Valor'),\n(15953, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina - Emblem of Conquest'),\n(15953, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina - Emblem of Triumph'),\n(15954, 40753, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer - Emblem of Valor'),\n(15954, 45624, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer - Emblem of Conquest'),\n(15954, 47241, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer - Emblem of Triumph'),\n(15956, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'Rekhan - Emblem of Valor'),\n(15956, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'Rekhan - Emblem of Conquest'),\n(15956, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'Rekhan - Emblem of Triumph'),\n(15989, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron - Emblem of Valor'),\n(15989, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron - Emblem of Conquest'),\n(15989, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron - Emblem of Triumph'),\n(15990, 40753, 0, 100, 0, 1, 0, 2, 2, 'Kel\\'Thuzad - Emblem of Valor'),\n(15990, 45624, 0, 100, 0, 1, 0, 2, 2, 'Kel\\'Thuzad - Emblem of Conquest'),\n(15990, 47241, 0, 100, 0, 1, 0, 2, 2, 'Kel\\'Thuzad - Emblem of Triumph'),\n(16011, 40753, 0, 100, 0, 1, 0, 1, 1, 'Loatheb - Emblem of Valor'),\n(16011, 45624, 0, 100, 0, 1, 0, 1, 1, 'Loatheb - Emblem of Conquest'),\n(16011, 47241, 0, 100, 0, 1, 0, 1, 1, 'Loatheb - Emblem of Triumph'),\n(16028, 40753, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk - Emblem of Valor'),\n(16028, 45624, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk - Emblem of Conquest'),\n(16028, 47241, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk - Emblem of Triumph'),\n(16060, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester - Emblem of Valor'),\n(16060, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester - Emblem of Conquest'),\n(16060, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester - Emblem of Triumph'),\n(16061, 40753, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious - Emblem of Valor'),\n(16061, 45624, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious - Emblem of Conquest'),\n(16061, 47241, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious - Emblem of Triumph'),\n(29249, 40753, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'Rekhan (1) - Emblem of Valor'),\n(29249, 45624, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'Rekhan (1) - Emblem of Conquest'),\n(29249, 47241, 0, 100, 0, 1, 0, 1, 1, 'Anub\\'Rekhan (1) - Emblem of Triumph'),\n(29268, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina (1) - Emblem of Valor'),\n(29268, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina (1) - Emblem of Conquest'),\n(29268, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grand Widow Faerlina (1) - Emblem of Triumph'),\n(29278, 40753, 0, 100, 0, 1, 0, 1, 1, 'Maexxna (1) - Emblem of Valor'),\n(29278, 45624, 0, 100, 0, 1, 0, 1, 1, 'Maexxna (1) - Emblem of Conquest'),\n(29278, 47241, 0, 100, 0, 1, 0, 1, 1, 'Maexxna (1) - Emblem of Triumph'),\n(29324, 40753, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk (1) - Emblem of Valor'),\n(29324, 45624, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk (1) - Emblem of Conquest'),\n(29324, 47241, 0, 100, 0, 1, 0, 1, 1, 'Patchwerk (1) - Emblem of Triumph'),\n(29373, 40753, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus (1) - Emblem of Valor'),\n(29373, 45624, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus (1) - Emblem of Conquest'),\n(29373, 47241, 0, 100, 0, 1, 0, 1, 1, 'Grobbulus (1) - Emblem of Triumph'),\n(29417, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gluth (1) - Emblem of Valor'),\n(29417, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gluth (1) - Emblem of Conquest'),\n(29417, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gluth (1) - Emblem of Triumph'),\n(29448, 40753, 0, 100, 0, 1, 0, 1, 1, 'Thaddius (1) - Emblem of Valor'),\n(29448, 45624, 0, 100, 0, 1, 0, 1, 1, 'Thaddius (1) - Emblem of Conquest'),\n(29448, 47241, 0, 100, 0, 1, 0, 1, 1, 'Thaddius (1) - Emblem of Triumph'),\n(29615, 40753, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer (1) - Emblem of Valor'),\n(29615, 45624, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer (1) - Emblem of Conquest'),\n(29615, 47241, 0, 100, 0, 1, 0, 1, 1, 'Noth the Plaguebringer (1) - Emblem of Triumph'),\n(29701, 40753, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean (1) - Emblem of Valor'),\n(29701, 45624, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean (1) - Emblem of Conquest'),\n(29701, 47241, 0, 100, 0, 1, 0, 1, 1, 'Heigan the Unclean (1) - Emblem of Triumph'),\n(29718, 40753, 0, 100, 0, 1, 0, 1, 1, 'Loatheb (1) - Emblem of Valor'),\n(29718, 45624, 0, 100, 0, 1, 0, 1, 1, 'Loatheb (1) - Emblem of Conquest'),\n(29718, 47241, 0, 100, 0, 1, 0, 1, 1, 'Loatheb (1) - Emblem of Triumph'),\n(29940, 40753, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious (1) - Emblem of Valor'),\n(29940, 45624, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious (1) - Emblem of Conquest'),\n(29940, 47241, 0, 100, 0, 1, 0, 1, 1, 'Instructor Razuvious (1) - Emblem of Triumph'),\n(29955, 40753, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester (1) - Emblem of Valor'),\n(29955, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester (1) - Emblem of Conquest'),\n(29955, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gothik the Harvester (1) - Emblem of Triumph'),\n(29991, 40753, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron (1) - Emblem of Valor'),\n(29991, 45624, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron (1) - Emblem of Conquest'),\n(29991, 47241, 0, 100, 0, 1, 0, 1, 1, 'Sapphiron (1) - Emblem of Triumph'),\n(30061, 40753, 0, 100, 0, 1, 0, 2, 2, 'Kel\\'Thuzad (1) - Emblem of Valor'),\n(30061, 45624, 0, 100, 0, 1, 0, 2, 2, 'Kel\\'Thuzad (1) - Emblem of Conquest'),\n(30061, 47241, 0, 100, 0, 1, 0, 2, 2, 'Kel\\'Thuzad (1) - Emblem of Triumph');\n\nDELETE FROM `gameobject_loot_template` WHERE `Item` IN (40753, 45624, 47241) AND `Entry` IN (25192, 25193, 26094, 26097);\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(25192, 40753, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'),\n(25192, 45624, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'),\n(25192, 47241, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'),\n(25193, 40753, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'),\n(25193, 45624, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'),\n(25193, 47241, 0, 100, 0, 1, 0, 1, 1, 'Four Horsemen Chest'),\n(26094, 40753, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\\'s Gift'),\n(26094, 45624, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\\'s Gift'),\n(26094, 47241, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\\'s Gift'),\n(26097, 40753, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\\'s Gift'),\n(26097, 45624, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\\'s Gift'),\n(26097, 47241, 0, 100, 0, 1, 0, 2, 2, 'Alexstrasza\\'s Gift');\n\nDELETE FROM `conditions` WHERE `SourceEntry` IN (40753, 45624, 47241) AND `SourceGroup` IN \n(15928, 15931, 15932, 15936, 15952, 15953, 15954, 15956, 15989, 15990, 16011, 16028, 16060, 16061, 29249, 29268, 29278, 29324, 29373, 29417, 29448, 29615, 29701, 29718, 29940, 29955, 29991, 30061);\nDELETE FROM `conditions` WHERE `SourceEntry` IN (40753, 45624, 47241) AND `SourceGroup` IN (25192, 25193, 26094, 26097);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 15928, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15928, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15928, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15928, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15931, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15931, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15931, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15931, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15932, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15932, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15932, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15932, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15936, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15936, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15936, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15936, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15952, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15952, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15952, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15952, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15953, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15953, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15953, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15953, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15954, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15954, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15954, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15954, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15956, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15956, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15956, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15956, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15989, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15989, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15989, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15989, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15990, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15990, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 15990, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 15990, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16011, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16011, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16011, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16011, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16028, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16028, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16028, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16028, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16060, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16060, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16060, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16060, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16061, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16061, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 16061, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 16061, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29249, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29249, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29249, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29249, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29268, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29268, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29268, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29268, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29278, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29278, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29278, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29278, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29324, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29324, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29324, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29324, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29373, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29373, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29373, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29373, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29417, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29417, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29417, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29417, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29448, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29448, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29448, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29448, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29615, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29615, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29615, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29615, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29701, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29701, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29701, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29701, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29718, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29718, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29718, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29718, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29940, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29940, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29940, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29940, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29955, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29955, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29955, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29955, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29991, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29991, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 29991, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 29991, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30061, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30061, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(1, 30061, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 30061, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n--\n(4, 25192, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 25192, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 25192, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 25192, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 25193, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 25193, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 25193, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 25193, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26094, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 26094, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 26094, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26094, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26097, 40753, 0, 0, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Emblem of Valor will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_2'),\n(4, 26097, 45624, 0, 1, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Emblem of Conquest will only drop if the player has completed PROGRESSION_WOTLK_TIER_2'),\n(4, 26097, 45624, 0, 1, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26097, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3');\n\n\n-- tier 8 raid bosses, Ulduar\nDELETE FROM `creature_loot_template` WHERE `Item` IN (45624, 47241) AND `Entry` IN \n(32857, 32867, 32927, 33118, 33186, 33190, 33271, 33288, 33293, 33449, 33515, 33692, 33693, 33694, 33724, 33885, 33955, 33993, 33994, 34175);\n\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n--\n(32857, 45624, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir - Emblem of Conquest'), -- Ulduar, Assembly of Iron\n(32857, 47241, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir - Emblem of Triumph'),\n(32867, 45624, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker - Emblem of Conquest'),        -- Ulduar, Assembly of Iron\n(32867, 47241, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker - Emblem of Triumph'),\n(32927, 45624, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim - Emblem of Conquest'),  -- Ulduar, Assembly of Iron\n(32927, 47241, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim - Emblem of Triumph'),\n(33118, 45624, 0, 100, 0, 1, 0, 1, 1, 'Ignis the Furnace Master - Emblem of Conquest'),\n(33118, 47241, 0, 100, 0, 1, 0, 1, 1, 'Ignis the Furnace Master - Emblem of Triumph'),\n(33186, 45624, 0, 100, 0, 1, 0, 1, 1, 'Razorscale - Emblem of Conquest'),\n(33186, 47241, 0, 100, 0, 1, 0, 1, 1, 'Razorscale - Emblem of Triumph'),\n(33190, 45624, 0, 100, 0, 1, 0, 2, 2, 'Ignis the Furnace Master (1) - Emblem of Conquest'),\n(33190, 47241, 0, 100, 0, 1, 0, 2, 2, 'Ignis the Furnace Master (1) - Emblem of Triumph'),\n(33271, 45624, 0, 100, 0, 1, 0, 1, 1, 'General Vezax - Emblem of Conquest'),\n(33271, 47241, 0, 100, 0, 1, 0, 1, 1, 'General Vezax - Emblem of Triumph'),\n(33288, 45624, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron - Emblem of Conquest'),\n(33288, 47241, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron - Emblem of Triumph'),\n(33293, 45624, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor - Emblem of Conquest'),\n(33293, 47241, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor - Emblem of Triumph'),\n(33449, 45624, 0, 100, 0, 1, 0, 1, 1, 'General Vezax (1) - Emblem of Conquest'),                      \n(33449, 47241, 0, 100, 0, 1, 0, 1, 1, 'General Vezax (1) - Emblem of Triumph'),\n(33515, 45624, 0, 100, 0, 1, 0, 1, 1, 'Auriaya - Emblem of Conquest'),\n(33515, 47241, 0, 100, 0, 1, 0, 1, 1, 'Auriaya - Emblem of Triumph'),\n(33692, 45624, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim (1) - Emblem of Conquest'),\n(33692, 47241, 0, 100, 0, 1, 0, 2, 2, 'Runemaster Molgeim (1) - Emblem of Triumph'),\n(33693, 45624, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker (1) - Emblem of Conquest'),\n(33693, 47241, 0, 100, 0, 1, 0, 2, 2, 'Steelbreaker (1) - Emblem of Triumph'),\n(33694, 45624, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir (1) - Emblem of Conquest'),\n(33694, 47241, 0, 100, 0, 1, 0, 1, 1, 'Stormcaller Brundir (1) - Emblem of Triumph'),\n(33724, 45624, 0, 100, 0, 1, 0, 1, 1, 'Razorscale (1) - Emblem of Conquest'),\n(33724, 47241, 0, 100, 0, 1, 0, 1, 1, 'Razorscale (1) - Emblem of Triumph'),\n(33885, 45624, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor (1) - Emblem of Conquest'),\n(33885, 47241, 0, 100, 0, 1, 0, 1, 1, 'XT-002 Deconstructor (1) - Emblem of Triumph'),\n(33955, 45624, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron (1) - Emblem of Conquest'),\n(33955, 47241, 0, 100, 0, 1, 0, 1, 1, 'Yogg-Saron (1) - Emblem of Triumph'),\n(33993, 45624, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher - Emblem of Conquest'),\n(33993, 47241, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher - Emblem of Triumph'),\n(33994, 45624, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher (1) - Emblem of Conquest'),\n(33994, 47241, 0, 100, 0, 1, 0, 2, 2, 'Emalon the Storm Watcher (1) - Emblem of Triumph'),\n(34175, 45624, 0, 100, 0, 1, 0, 1, 1, 'Auriaya (1) - Emblem of Conquest'),\n(34175, 47241, 0, 100, 0, 1, 0, 1, 1, 'Auriaya (1) - Emblem of Triumph');\n\nDELETE FROM `gameobject_loot_template` WHERE `Item` IN (45624, 47241) AND `Entry` IN \n(26929, 26946, 26955, 26956, 26959, 26960, 26961, 26962, 26963, 26967, 26974, 27030, 27061, 27068, 27073, 27074, 27078, 27079, 27080, 27081, 27085, 27086);\n\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(26929, 45624, 0, 100, 0, 1, 0, 1, 2, 'Cache of Living Stone'),\n(26929, 47241, 0, 100, 0, 1, 0, 1, 2, 'Cache of Living Stone'),\n(26946, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'),\n(26946, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'),\n(26955, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(26955, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(26956, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(26956, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(26959, 45624, 0, 100, 0, 1, 0, 2, 2, 'Freya\\'s Gift'),\n(26959, 47241, 0, 100, 0, 1, 0, 2, 2, 'Freya\\'s Gift'),\n(26960, 45624, 0, 100, 0, 1, 0, 2, 2, 'Freya\\'s Gift'),\n(26960, 47241, 0, 100, 0, 1, 0, 2, 2, 'Freya\\'s Gift'),\n(26961, 45624, 0, 100, 0, 1, 0, 1, 1, 'Freya\\'s Gift'),\n(26961, 47241, 0, 100, 0, 1, 0, 1, 1, 'Freya\\'s Gift'),\n(26962, 45624, 0, 100, 0, 1, 0, 1, 1, 'Freya\\'s Gift'),\n(26962, 47241, 0, 100, 0, 1, 0, 1, 1, 'Freya\\'s Gift'),\n(26963, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(26963, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(26967, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(26967, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(26974, 45624, 0, 100, 0, 1, 0, 2, 2, 'Gift of the Observer'),\n(26974, 47241, 0, 100, 0, 1, 0, 2, 2, 'Gift of the Observer'),\n(27030, 45624, 0, 100, 0, 1, 0, 1, 1, 'Gift of the Observer'),\n(27030, 47241, 0, 100, 0, 1, 0, 1, 1, 'Gift of the Observer'),\n(27061, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Living Stone'),\n(27061, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Living Stone'),\n(27068, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'),\n(27068, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Winter'),\n(27073, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(27073, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(27074, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(27074, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Storms'),\n(27078, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27078, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27079, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27079, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27080, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27080, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27081, 45624, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27081, 47241, 0, 100, 0, 1, 0, 3, 3, 'Freya\\'s Gift'),\n(27085, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(27085, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(27086, 45624, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation'),\n(27086, 47241, 0, 100, 0, 1, 0, 1, 1, 'Cache of Innovation');\n\nDELETE FROM `reference_loot_template` WHERE `Entry` = 34349;\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(34349, 45624, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Conquest'),\n(34349, 47241, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Triumph');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1  AND `SourceEntry` IN (45624, 47241) AND `SourceGroup` IN\n(32857, 32867, 32927, 33118, 33186, 33190, 33271, 33288, 33293, 33449, 33515, 33692, 33693, 33694, 33724, 33885, 33955, 33993, 33994, 34175);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 4  AND `SourceEntry` IN (45624, 47241) AND `SourceGroup` IN\n(26929, 26946, 26955, 26956, 26959, 26960, 26961, 26962, 26963, 26967, 26974, 27030, 27061, 27068, 27073, 27074, 27078, 27079, 27080, 27081, 27085, 27086);\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 10 AND `SourceEntry` IN (45624, 47241) AND `SourceGroup` IN (34349);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(1, 32857, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32857, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32867, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32867, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32927, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 32927, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33118, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33118, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33186, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33186, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33190, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33190, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33271, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33271, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33288, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33288, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33293, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33293, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33449, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33449, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33515, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33515, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33692, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33692, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33693, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33693, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33694, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33694, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33724, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33724, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33885, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33885, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33955, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33955, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33993, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33993, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33994, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 33994, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(1, 34175, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(1, 34175, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n--\n(4, 26929, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26929, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26946, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26946, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26955, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26955, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26956, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26956, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26959, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26959, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26960, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26960, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26961, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26961, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26962, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26962, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26963, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26963, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26967, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26967, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26974, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 26974, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27030, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27030, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27061, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27061, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27068, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27068, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27073, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27073, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27074, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27074, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27078, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27078, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27079, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27079, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27080, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27080, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27081, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27081, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27085, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27085, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27086, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(4, 27086, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3'),\n--\n(10, 34349, 45624, 0, 0, 8, 0, 66016, 0, 0, 1, 0, 0, '', 'Emblem of Conquest will only drop if the player has NOT completed PROGRESSION_WOTLK_TIER_3'),\n(10, 34349, 47241, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Emblem of Triumph will only drop if the player has completed PROGRESSION_WOTLK_TIER_3');\n\n\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_ulduar' WHERE `entry` IN (33963, 33964);             -- Conquest vendors\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_totc' WHERE `entry` IN (35494, 35495, 35573, 35574); -- Triumph vendors\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_icc' WHERE `entry` IN (37941, 37942, 38858);         -- Frost vendors\n"
  },
  {
    "path": "data/sql/world/base/wotlk_vendors.sql",
    "content": "/*  Hide vendor items until the player has completed the progression level for them */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (28701, 32172);\n\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--   \n(23, 28701, 46897, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46898, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46899, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46900, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46901, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46902, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46903, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46904, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46905, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46906, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46907, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46908, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46909, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46910, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46911, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46912, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46913, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46914, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46915, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46916, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46917, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46918, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46919, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46920, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46921, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46922, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46923, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46924, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46925, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46926, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46927, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46928, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46929, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46930, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46931, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46932, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46933, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46934, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46935, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46936, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46937, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46938, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46939, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46940, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46941, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46942, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46943, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46944, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46945, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46946, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46947, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46948, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46949, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46950, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46951, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46952, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46953, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 46956, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47007, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47008, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47010, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47011, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47012, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47015, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47016, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47017, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47018, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47019, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47020, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47021, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47022, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 47023, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n(23, 28701, 49112, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Timothy Jones - Jewelcrafting Design'),\n--\n(23, 32172, 36918, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Harold Winston - Scarlet Ruby'),\n(23, 32172, 36921, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Harold Winston - Autumn\\'s Glow'),\n(23, 32172, 36924, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Harold Winston - Sky Sapphire'),\n(23, 32172, 36927, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Harold Winston - Twilight Opal'),\n(23, 32172, 36930, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Harold Winston - Monarch Topaz'),\n(23, 32172, 36933, 0, 1, 8, 0, 66015, 0, 0, 1, 0, 0, '', 'Harold Winston - Forest Emerald'),\n--\n(23, 32172, 36919, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Cardinal Ruby'),\n(23, 32172, 36922, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Kings Amber'),\n(23, 32172, 36925, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Majestic Zircon'),\n(23, 32172, 36928, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Dreadstone'),\n(23, 32172, 36931, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Ametrine'),\n(23, 32172, 36934, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Eye of Zul'),\n-- (23, 32172, 40585, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Signet of the Kirin Tor'),\n-- (23, 32172, 40586, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Band of the Kirin Tor'),\n-- (23, 32172, 40678, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Pendant of the Outcast Hero'),\n-- (23, 32172, 40679, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Chained Military Gorget'),\n-- (23, 32172, 40680, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Encircling Burnished Gold Chains'),\n-- (23, 32172, 40681, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Lattice Choker of Light'),\n-- (23, 32172, 40717, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Ring of Invincibility'),\n-- (23, 32172, 40718, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Signet of the Impregnable Fortress'),\n-- (23, 32172, 40719, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Band of Channeled Magic'),\n-- (23, 32172, 40720, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Renewal of Life'),\n-- (23, 32172, 44934, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Loop of the Kirin Tor'),\n-- (23, 32172, 44935, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harold Winston - Ring of the Kirin Tor'),\n(23, 32172, 45688, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Inscribed Band of the Kirin Tor'),\n(23, 32172, 45689, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Inscribed Loop of the Kirin Tor'),\n(23, 32172, 45690, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Inscribed Ring of the Kirin Tor'),\n(23, 32172, 45691, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Inscribed Signet of the Kirin Tor'),\n(23, 32172, 45819, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Spiked Battleguard Choker'),\n(23, 32172, 45820, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Broach of the Wailing Night'),\n(23, 32172, 45821, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Shard of the Crystal Forest'),\n(23, 32172, 45822, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Evokers Charm'),\n(23, 32172, 45823, 0, 0, 8, 0, 66014, 0, 0, 0, 0, 0, '', 'Harold Winston - Frozen Tear of Elune'),\n(23, 32172, 47729, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Bloodshed Band'),\n(23, 32172, 47730, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Dexterous Brightstone Ring'),\n(23, 32172, 47731, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Clutch of Fortification'),\n(23, 32172, 47732, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Band of the Invoker'),\n(23, 32172, 47733, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Heartmender Circle'),\n(23, 32172, 48954, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Etched Band of the Kirin Tor'),\n(23, 32172, 48955, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Etched Loop of the Kirin Tor'),\n(23, 32172, 48956, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Etched Ring of the Kirin Tor'),\n(23, 32172, 48957, 0, 0, 8, 0, 66015, 0, 0, 0, 0, 0, '', 'Harold Winston - Etched Signet of the Kirin Tor'),\n(23, 32172, 51557, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Harold Winston - Runed Signet of the Kirin Tor'),\n(23, 32172, 51558, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Harold Winston - Runed Loop of the Kirin Tor'),\n(23, 32172, 51559, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Harold Winston - Runed Ring of the Kirin Tor'),\n(23, 32172, 51560, 0, 0, 8, 0, 66016, 0, 0, 0, 0, 0, '', 'Harold Winston - Runed Band of the Kirin Tor');\n\n-- Restore vendors to use pre-3.2 gems\nDELETE FROM `npc_vendor` WHERE `entry` = 32172 AND `item` IN (36918, 36919, 36921, 36922, 36924, 36925, 36927, 36928, 36930, 36931, 36933, 36934);\nINSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES \n(32172, 0, 36918, 0, 0, 2706, 0),\n(32172, 0, 36919, 0, 0, 2706, 0),\n(32172, 0, 36921, 0, 0, 2706, 0),\n(32172, 0, 36922, 0, 0, 2706, 0),\n(32172, 0, 36924, 0, 0, 2706, 0),\n(32172, 0, 36925, 0, 0, 2706, 0),\n(32172, 0, 36927, 0, 0, 2484, 0),\n(32172, 0, 36928, 0, 0, 2484, 0),\n(32172, 0, 36930, 0, 0, 2484, 0),\n(32172, 0, 36931, 0, 0, 2484, 0),\n(32172, 0, 36933, 0, 0, 2484, 0),\n(32172, 0, 36934, 0, 0, 2484, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_alterac_mountains.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2320, 2407);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2242, 2243, 2245, 2246, 2247, 2252, 2253, 2254, 2255, 2256, 2271, 2272, 2287, 2306, 2415, 2417, 2420, 2421, 2422, 2423, 2453, 4504);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2242, 2243, 2245, 2246, 2247, 2252, 2253, 2254, 2255, 2256, 2271, 2272, 2287, 2306, 2320, 2407, 2415, 2417, 2420, 2421, 2422, 2423, 2453, 4504);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2242, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Syndicate Spy - Out of Combat - Cast Sneak'),\n(2242, 0, 1, 0, 67, 0, 100, 0, 0, 0, 1800, 9800, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Syndicate Spy - On Behind Target - Cast Backstab'),\n(2242, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Syndicate Spy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2243, 0, 0, 0, 105, 0, 50, 0, 0, 0, 10000, 28000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Syndicate Sentry - Target Casting - Cast Shield Bash'),\n(2243, 0, 1, 0, 2, 0, 100, 0, 0, 50, 30800, 39200, 0, 0, 11, 15062, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Syndicate Sentry - Between 0-50% Health - Cast Shield Wall'),\n(2243, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Syndicate Sentry - Between 0-15% Health - Flee For Assist'),\n(2245, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Syndicate Saboteur - Outside 30 Range - Start Combat Movement'),\n(2245, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Syndicate Saboteur - Within 5-30 Range - Stop Combat Movement'),\n(2245, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Syndicate Saboteur - Within 0-5 Range - Start Combat Movement'),\n(2245, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2500, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Syndicate Saboteur - Within 5-30 Range - Cast Shoot'),\n(2245, 0, 4, 0, 0, 0, 100, 0, 7000, 10000, 14000, 27000, 0, 0, 11, 6980, 1, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,    'Syndicate Saboteur - Within 5-30 Range - Cast Fire Shot'),\n(2245, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Syndicate Saboteur - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2246, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Syndicate Assassin - Out of Combat - Cast Sneak (No Repeat)'),\n(2246, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Syndicate Assassin - On Reset - Cast Poison Proc'),\n(2246, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Syndicate Assassin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2247, 0, 0, 0, 9, 0, 100, 0, 2000, 13000, 12000, 18000, 0, 5, 11, 17207, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Syndicate Enforcer - Within 0-5 Range - Cast Whirlwind'),\n(2247, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Syndicate Enforcer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2252, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Crushridge Ogre - On Aggro - Say Line 0'),\n(2253, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Crushridge Brute - On Aggro - Say Line 0'),\n(2254, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Crushridge Mauler - On Aggro - Say Line 0'),\n(2254, 0, 1, 0, 9, 0, 100, 0, 4100, 9300, 10200, 17900, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Crushridge Mauler - Within 0-5 Range - Cast Strike'),\n(2254, 0, 2, 0, 0, 0, 100, 0, 7400, 15800, 7600, 18700, 0, 0, 11, 6253, 1, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Crushridge Mauler - Within 0-5 Range - Cast Backhand'),\n(2254, 0, 3, 4, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2287, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Crushridge Mauler - On Death - Cross Cast Enrage'),\n(2254, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 9, 2287, 0, 15, 1, 0, 0, 0, 0,                    'Crushridge Mauler - On Death - Crushridge Warmonger Say Line 1'),\n(2255, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Crushridge Mage - On Aggro - Say Line 0'),\n(2255, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3500, 4800, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Crushridge Mage - In Combat - Cast Frostbolt'),\n(2255, 0, 2, 0, 0, 0, 100, 0, 5300, 7400, 11300, 21200, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Crushridge Mage - In Combat - Cast Bloodlust'),\n(2255, 0, 3, 4, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2287, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Crushridge Mage - On Death - Cross Cast Enrage'),\n(2255, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 9, 2287, 0, 15, 1, 0, 0, 0, 0,                    'Crushridge Mage - On Death - Crushridge Warmonger Say Line 1'),\n(2256, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Crushridge Enforcer - On Aggro - Say Line 0'),\n(2256, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 18000, 24000, 0, 0, 11, 9791, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Crushridge Enforcer - Within 0-5 Range - Cast Head Crack'),\n(2256, 0, 2, 3, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2287, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Crushridge Enforcer - On Death - Cross Cast Enrage'),\n(2256, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 9, 2287, 0, 15, 1, 0, 0, 0, 0,                    'Crushridge Enforcer - On Death - Crushridge Warmonger Say Line 1'),\n(2287, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Crushridge Warmonger - On Aggro - Say Line 0'),\n(2287, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 39, 15, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Crushridge Warmonger - Between 0-50% Health - Call For Help (No Repeat)'),\n(2287, 0, 2, 3, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2287, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Crushridge Warmonger - On Death - Cross Cast Enrage'),\n(2287, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 9, 2287, 0, 15, 1, 0, 0, 0, 0,                    'Crushridge Warmonger - On Death - Crushridge Warmonger Say Line 1'),\n--\n(2271, 0, 0, 0, 106, 0, 50, 0, 0, 0, 4800, 18100, 0, 5, 11, 3260, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Dalaran Shield Guard - Within 0-5 Range - Cast Violet Shield Effect'),\n(2271, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dalaran Shield Guard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2272, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3300, 6600, 0, 0, 11, 20819, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Dalaran Theurgist - In Combat - Cast Frostbolt'),\n(2272, 0, 1, 0, 0, 0, 100, 0, 4000, 5300, 4600, 9900, 0, 0, 11, 3652, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Dalaran Theurgist - In Combat - Cast Summon Spirit of Old'),\n(2272, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dalaran Theurgist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2306, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 20822, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Baron Vardus - In Combat - Cast Frostbolt'),\n(2306, 0, 1, 0, 106, 0, 100, 0, 0, 0, 12200, 39800, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Baron Vardus - Within 0-8 Range - Cast Frost Nova'),\n(2306, 0, 2, 0, 0, 0, 100, 0, 1000, 3000, 12500, 29800, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Baron Vardus - In Combat - Cast Backhand'),\n(2306, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Baron Vardus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2415, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3300, 4900, 0, 0, 11, 20823, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Warden Belamoore - In Combat - Cast Fireball'),\n(2415, 0, 1, 0, 106, 0, 100, 0, 0, 0, 14900, 37400, 0, 10, 11, 20828, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Warden Belamoore - Within 0-10 Range - Cast Cone of Cold'),\n(2415, 0, 2, 0, 0, 0, 100, 0, 7000, 13000, 6000, 16000, 0, 0, 11, 13323, 1, 0, 0, 0, 0, 6, 30, 1, 0, 0, 0, 0, 0, 0,     'Warden Belamoore - Within 0-30 Range - Cast Polymorph'),\n(2415, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Warden Belamoore - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2417, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Grel\\'borg the Miser - On Aggro - Say Line 0'),\n(2417, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 29000, 38000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Grel\\'borg the Miser - In Combat - Cast Bloodlust'),\n(2417, 0, 2, 0, 0, 0, 100, 0, 2000, 2000, 36000, 36000, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Grel\\'borg the Miser - In Combat - Cast Quick Flame Ward'),\n(2417, 0, 3, 0, 0, 0, 100, 0, 10000, 19000, 10000, 23000, 0, 0, 11, 11990, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Grel\\'borg the Miser - Within 0-30 Range - Cast Rain of Fire'),\n(2420, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Targ - Out of Combat - Cast Berserker Stance (No Repeat)'),\n(2420, 0, 1, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Targ - On Aggro - Say Line 0 (No Repeat)'),\n(2420, 0, 2, 0, 0, 0, 100, 0, 4000, 16000, 6000, 19000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Targ - Within 0-5 Range - Cast Cleave'),\n(2420, 0, 3, 0, 106, 0, 100, 0, 0, 0, 11000, 24000, 0, 8, 11, 8147, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Targ - Within 0-8 Range - Cast Thunderclap'),\n(2421, 0, 0, 0, 0, 0, 100, 0, 7000, 13000, 11000, 26000, 0, 0, 11, 8379, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Muckrake - Within 0-5 Range - Cast Disarm'),\n(2421, 0, 1, 0, 105, 0, 50, 0, 0, 0, 13000, 16000, 0, 5, 11, 12555, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Muckrake - Target Casting - Cast Pummel'),\n(2422, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Glommus - On Aggro - Say Line 0'),\n(2422, 0, 1, 0, 0, 0, 100, 0, 1000, 1000, 1000, 9000, 0, 0, 11, 9128, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Glommus - In Combat - Cast Battle Shout'),\n(2422, 0, 2, 0, 106, 0, 100, 0, 0, 0, 14000, 35000, 0, 10, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Glommus - Within 0-10 Range - Cast Demoralizing Shout'),\n(2422, 0, 3, 0, 0, 0, 100, 0, 6000, 8000, 9000, 32000, 0, 0, 11, 11428, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Glommus - Within 0-5 Range - Cast Knockdown'),\n(2423, 0, 0, 0, 0, 0, 100, 0, 9000, 9000, 13300, 38300, 0, 0, 11, 11974, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lord Aliden Perenolde - In Combat - Cast Power Word: Shield'),\n(2423, 0, 1, 0, 2, 0, 100, 1, 0, 50, 14000, 19000, 0, 0, 11, 8362, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Aliden Perenolde - Between 0-50% Health - Cast Renew'),\n(2423, 0, 2, 0, 0, 0, 100, 0, 7000, 12000, 16000, 22000, 0, 0, 11, 8399, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Lord Aliden Perenolde - Within 0-30 Range - Cast Sleep'),\n(2423, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lord Aliden Perenolde - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2453, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 30000, 35000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Lo Grosh - In Combat - Cast Bloodlust'),\n(2453, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 35000, 38000, 0, 0, 11, 2601, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Lo Grosh - In Combat - Cast Fire Shield III'),\n(2453, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 18000, 22000, 0, 0, 11, 8814, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Lo Grosh - In Combat - Cast Flame Spike'),\n(4504, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 53, 0, 450400, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Frostmaw - On Just Summoned - Start Patrol');\n\n\n-- fix Frostmaw spawn location\nDELETE FROM `event_scripts` WHERE `id` = 727;\nINSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES \n(727, 0, 10, 4504, 3000000, 0, 234.227, -239.227, 141.325, 2.84489);\n\nSET @ENTRY := 4504;\nDELETE FROM `waypoints` WHERE `entry` = @ENTRY * 100;\nINSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES\n(@ENTRY*100, 1,  221.10156, -254.34375, 145.13052, NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 2,  221.40279, -262.92282, 145.25552, NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 3,  229.7501, -267.23904, 145.87318,  NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 4,  241.35802, -267.15924, 144.7831,  NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 5,  247.68039, -266.39713, 144.98044, NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 6,  261.16113, -267.38702, 144.8716,  NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 7,  248.05843, -267.17468, 145.08376, NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 8,  242.37035, -266.9359, 144.5908,   NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 9,  237.8304, -267.07703, 145.80971,  NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 10, 229.01921, -267.1084, 145.80151,  NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 11, 222.44646, -260.98682, 145.13052, NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 12, 222.2341, -253.12283, 144.81778,  NULL, 0, 'Frostmaw'),\n(@ENTRY*100, 13, 230.49452, -242.26663, 142.41824, NULL, 0, 'Frostmaw');\n\n-- fix Stone Fury waypoints\nDELETE FROM `creature_template_addon` WHERE `entry` = 2258;\nDELETE FROM `creature_addon` WHERE `guid` = 63913;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(63913, 639130, 0, 0, 0, 0, 0, NULL);\n\n-- Jailor Borhuin(2431) and Baron Vardus(2306) - multiple spawn locations \nDELETE FROM `creature` WHERE `id1` IN (2306, 2431);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(16905,  2306, 0, 0, 0, 0, 0, 1, 1, 1, 1180.59, -555.904, 71.1468, 1.8822,  300, 0, 0, 1239, 3191, 0, 0, 0, 0, '', 0, 0, NULL),\n(695010, 2306, 0, 0, 0, 0, 0, 1, 1, 1, 693.333, -905.125, 157.78, 2.69564,  300, 0, 0, 1239, 3191, 0, 0, 0, 0, '', NULL, 0, NULL), -- https://www.youtube.com/watch?v=MgH-PCmxnUo\n(695011, 2306, 0, 0, 0, 0, 0, 1, 1, 1, 1107.99, -718.43, 71.5728, 1.84347,  300, 0, 0, 1239, 3191, 0, 0, 0, 0, '', NULL, 0, NULL), -- https://www.youtube.com/watch?v=ZLXbrYUfLtI\n(695012, 2306, 0, 0, 0, 0, 0, 1, 1, 1, 1001.61, -790.672, 108.606, 2.31075, 300, 0, 0, 1239, 3191, 0, 0, 0, 0, '', NULL, 0, NULL), -- https://www.youtube.com/watch?v=Dk6V9prh2gk\n--\n(17020,  2431, 0, 0, 0, 0, 0, 1, 1, 1, 689.462, -984.645, 165.695, 5.43263, 300, 0, 0, 1536, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695014, 2431, 0, 0, 0, 0, 0, 1, 1, 1, 750.559, -971.896, 167.587, 1.60003, 300, 0, 0, 1537, 0, 0, 0, 0, 0, '', NULL, 0, NULL),    -- https://www.youtube.com/watch?v=3fLlozCjyD0\n(695015, 2431, 0, 0, 0, 0, 0, 1, 1, 1, 679.818, -897.818, 171.806, 4.8398,  300, 0, 0, 1537, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601008, 601009);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(16905,  601008, 0, 'Baron Vardus'),\n(695010, 601008, 0, 'Baron Vardus'),\n(695011, 601008, 0, 'Baron Vardus'),\n(695012, 601008, 0, 'Baron Vardus'),\n(17020,  601009, 0, 'Jailor Borhuin'),\n(695014, 601009, 0, 'Jailor Borhuin'),\n(695015, 601009, 0, 'Jailor Borhuin');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601008, 601009);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601008, 1, ''),\n(601009, 1, '');\n"
  },
  {
    "path": "data/sql/world/base/zone_arathi_highlands.sql",
    "content": "-- smart scripts\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2581);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2554, 2555, 2556, 2558, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2569, 2570, 2571, 2573, 2574, 2580, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, \n2590, 2591, 2595, 2596, 2598, 2604, 2606, 2607, 2611, 2764, 2765, 2779, 2793, 4063, 4479, 4480, 4481);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2554, 2555, 2556, 2558, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2569, 2570, 2571, 2573, 2574, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, \n2590, 2591, 2595, 2596, 2598, 2604, 2606, 2607, 2611, 2764, 2765, 2779, 2793, 4063, 4479, 4480, 4481);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2554, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Witherbark Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(2554, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Witherbark Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(2554, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Witherbark Axe Thrower - Within 0-5 Range - Start Combat Movement'),    \n(2554, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Witherbark Axe Thrower - Within 5-30 Range - Cast Throw'),\n(2554, 0, 4, 0, 0, 0, 100, 0, 10000, 26000, 2000, 7000, 0, 0, 11, 4974, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Witherbark Axe Thrower - Within 0-5 Range - Cast Wither Touch'),\n(2554, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2555, 0, 0, 0, 9, 0, 100, 0, 6500, 15300, 80900, 93900, 0, 5, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Witherbark Witch Doctor - Within 0-5 Range - Cast Healing Ward'),\n(2555, 0, 1, 0, 9, 0, 100, 0, 0, 16000, 11100, 23400, 0, 8, 11, 8190, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Witherbark Witch Doctor - Within 0-8 Range - Cast Magma Totem'),\n(2555, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2556, 0, 0, 0, 0, 0, 100, 0, 9000, 24000, 18500, 39800, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Witherbark Headhunter - In Combat - Cast Net'),\n(2556, 0, 1, 0, 0, 0, 100, 0, 10000, 26000, 2000, 7000, 0, 0, 11, 4974, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Witherbark Headhunter - Within 0-5 Range - Cast Wither Touch'),\n(2556, 0, 2, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Witherbark Headhunter - Target Between 0-20% Health - Cast Execute (No Repeat)'),\n(2556, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2558, 0, 0, 0, 0, 0, 100, 0, 5000, 25000, 23000, 38000, 0, 0, 11, 4974, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Witherbark Berserker - Within 0-5 Range - Cast Wither Touch'),\n(2558, 0, 1, 0, 0, 0, 100, 0, 0, 15000, 15000, 28000, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Witherbark Berserker - In Combat - Cast Frenzy'),\n(2558, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Berserker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2560, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Highland Thrasher - On Reset - Cast Thrash Proc'),\n(2561, 0, 0, 0, 2, 0, 100, 0, 0, 50, 12000, 24000, 0, 0, 11, 3393, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,          'Highland Fleshstalker - Within 0-5 Range - Cast Consume Flesh'),\n(2562, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Boulderfist Ogre - On Aggro - Say Line 0'),\n(2562, 0, 1, 0, 2, 0, 100, 0, 0, 30, 15300, 42700, 0, 0, 11, 4955, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Boulderfist Ogre - Between 0-30% Health - Cast Fist of Stone'),\n(2563, 0, 0, 0, 0, 0, 100, 0, 9000, 34000, 19000, 38000, 0, 0, 11, 4962, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Plains Creeper - In Combat - Cast Encasing Webs'),\n(2563, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Plains Creeper - On Respawn - Cast Poison Proc'),\n(2564, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Boulderfist Enforcer - On Aggro - Say Line 0 (No Repeat)'),\n(2564, 0, 1, 0, 9, 0, 100, 0, 4000, 13000, 30000, 40000, 0, 10, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Boulderfist Enforcer - Within 0-10 Range - Cast Demoralizing Shout'),\n(2564, 0, 2, 0, 2, 0, 100, 0, 0, 30, 27200, 46600, 0, 0, 11, 4955, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Boulderfist Enforcer - Between 0-30% Health - Cast Fist of Stone'),\n(2565, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Giant Plains Creeper - On Reset - Cast Poison Proc'),\n(2565, 0, 1, 0, 9, 0, 100, 0, 9000, 34000, 19000, 38000, 0, 20, 11, 4962, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Giant Plains Creeper - Within 0-20 Range - Cast Encasing Webs'),\n(2566, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Boulderfist Brute - On Aggro - Say Line 0'),\n(2566, 0, 1, 0, 0, 0, 100, 0, 5000, 11000, 12000, 17000, 0, 0, 11, 11428, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Boulderfist Brute - Within 0-5 Range - Cast Knockdown'),\n(2566, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 4955, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Boulderfist Brute - Between 0-30% Health - Cast Fist of Stone (No Repeat)'),\n(2567, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Boulderfist Magus - Out of Combat - Cast Frost Armor (No Repeat)'),\n(2567, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Boulderfist Magus - On Aggro - Say Line 0'),\n(2567, 0, 2, 0, 0, 0, 100, 0, 0, 0, 3500, 6400, 0, 0, 11, 20822, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Boulderfist Magus - In Combat - Cast Frostbolt'),\n(2567, 0, 3, 0, 106, 0, 100, 0, 6000, 9800, 15400, 23500, 0, 10, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Boulderfist Magus - Within 0-10 Range - Cast Frost Nova'),\n(2567, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Boulderfist Magus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2569, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Boulderfist Mauler - On Aggro - Say Line 0'),\n(2569, 0, 1, 0, 0, 0, 100, 0, 11000, 20000, 15000, 45000, 0, 0, 11, 4955, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Boulderfist Mauler - In Combat - Cast Fist of Stone'),\n(2569, 0, 2, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,                   'Boulderfist Mauler - Just Summoned - Attack Start'),\n(2570, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Boulderfist Shaman - On Aggro - Say Line 0'),\n(2570, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Boulderfist Shaman - In Combat - Cast Lightning Bolt'),\n(2570, 0, 2, 0, 2, 0, 100, 1, 0, 45, 0, 0, 0, 0, 11, 6364, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Boulderfist Shaman - Between 0-45% Health - Cast Searing Totem (No Repeat)'),\n(2570, 0, 3, 0, 74, 0, 100, 0, 5000, 5000, 10000, 10000, 60, 40, 11, 959, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Boulderfist Shaman - On Friendly Between 0-60% Health - Cast Healing Wave'),\n(2570, 0, 4, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,                 'Boulderfist Shaman - Just Summoned - Attack Start'),\n(2571, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Boulderfist Lord - On Aggro - Cast Devotion Aura'),\n(2571, 0, 1, 0, 0, 0, 100, 0, 11000, 17000, 21000, 37000, 0, 0, 11, 4955, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Boulderfist Lord - In Combat - Cast Fist of Stone'),\n(2573, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Drywhisker Surveyor - Out of Combat - Cast Frost Armor (No Repeat)'),\n(2573, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3500, 6400, 0, 0, 11, 20822, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Drywhisker Surveyor - In Combat - Cast Frostbolt'),\n(2573, 0, 2, 0, 106, 0, 100, 0, 5100, 15000, 21000, 25000, 0, 10, 11, 865, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Drywhisker Surveyor - Within 0-10 Range - Cast Frost Nova'),\n(2573, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Drywhisker Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2574, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Drywhisker Digger - On Reset - Cast Defensive Stance'),\n(2574, 0, 1, 0, 9, 0, 100, 0, 1700, 10300, 6000, 15400, 0, 5, 11, 8380, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Drywhisker Digger - Within 0-5 Range - Cast Sunder Armor'),\n(2574, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Drywhisker Digger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2580, 0, 0, 0, 0, 0, 100, 0, 9000, 15000, 39000, 65000, 0, 0, 11, 8139, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Elder Mesa Buzzard - In Combat - Cast Fevered Fatigue'),\n(2582, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Dabyrie Laborer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2583, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 19000, 23000, 0, 0, 11, 2767, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Stromgarde Troll Hunter - In Combat - Cast Shadow Word: Pain'),\n(2583, 0, 1, 0, 74, 0, 100, 0, 0, 0, 12000, 18000, 50, 40, 11, 17137, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Stromgarde Troll Hunter - On Friendly Between 0-50% Health - Cast Flash Heal'),\n(2583, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2585, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Stromgarde Troll Hunter - On Death - Cross Cast Vengeance'),\n(2584, 0, 0, 0, 1, 0, 100, 1, 2000, 6000, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Stromgarde Defender - Out of Combat - Cast Defensive Stance (No Repeat)'),\n(2584, 0, 1, 0, 105, 0, 50, 0, 7000, 10000, 9000, 13000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Stromgarde Defender - Within 0-5 Range - Cast Shield Bash'),\n(2584, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2585, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Stromgarde Defender - On Death - Cross Cast Vengeance'),\n(2585, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 2585, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Stromgarde Vindicator - On Death - Cross Cast Vengeance'),\n(2586, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Highwayman - Out of Combat - Cast Sneak (No Repeat)'),\n(2586, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 28, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Syndicate Highwayman - On Aggro - Remove Aura Sneak'),\n(2586, 0, 2, 0, 67, 0, 100, 0, 1000, 3000, 4000, 7000, 0, 5, 11, 2591, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Syndicate Highwayman - On Behind Target - Cast Backstab'),\n(2586, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Syndicate Highwayman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2587, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Syndicate Pathstalker - Outside 30 Range - Start Combat Movement'),\n(2587, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Syndicate Pathstalker - Within 5-30 Range - Stop Combat Movement'),\n(2587, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Syndicate Pathstalker - Within 0-5 Range - Start Combat Movement'),   \n(2587, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Syndicate Pathstalker - Within 5-30 Range - Cast Shoot'),\n(2587, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Syndicate Pathstalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2588, 0, 0, 0, 1, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Syndicate Prowler - Out of Combat - Cast Sneak'),\n(2588, 0, 1, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Syndicate Prowler - On Aggro - Remove Aura Sneak'),\n(2588, 0, 2, 0, 9, 0, 100, 0, 4000, 14000, 22000, 41000, 0, 5, 11, 14873, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Syndicate Prowler - Within 0-5 Range - Cast Sinister Strike'),\n(2588, 0, 3, 0, 0, 0, 100, 0, 8000, 15800, 20200, 36000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Syndicate Prowler - Within 0-5 Range - Cast Disarm'),\n(2588, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Syndicate Prowler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2589, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Syndicate Mercenary - Between 0-15% Health - Flee For Assist'),\n(2590, 0, 0, 0, 1, 0, 50, 0, 3000, 5000, 300000, 300000, 0, 0, 11, 25085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Syndicate Conjuror - Out of Combat - Cast Bright Campfire'),\n(2590, 0, 1, 0, 1, 0, 100, 1, 3000, 3000, 0, 0, 0, 0, 11, 43896, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Conjuror - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(2590, 0, 2, 0, 0, 0, 100, 0, 0, 0, 3400, 6500, 0, 0, 11, 9613, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Syndicate Conjuror - In Combat - Cast Shadow Bolt'),\n(2590, 0, 3, 0, 0, 0, 100, 0, 2000, 21000, 18000, 36000, 0, 0, 11, 15970, 1, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,  'Syndicate Conjuror - In Combat - Cast Sleep'),\n(2590, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Syndicate Conjuror - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2591, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Magus - Out of Combat - Cast Frost Armor (No Repeat)'),\n(2591, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Magus - In Combat - Cast Frostbolt'),\n(2591, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Syndicate Magus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2595, 0, 0, 0, 0, 0, 100, 0, 12000, 15000, 17000, 34000, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Daggerspine Raider - In Combat - Cast Net'),\n(2595, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Daggerspine Raider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2596, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 20824, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Daggerspine Sorceress - In Combat - Cast Lightning Bolt'),\n(2596, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8134, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Daggerspine Sorceress - Between 0-50% Health - Cast Lightning Shield (No Repeat)'),\n(2596, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Daggerspine Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2598, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8722, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Darbel Montrose - Out of Combat - Cast Summon Succubus (No Repeat)'),\n(2598, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3600, 6000, 0, 0, 11, 9613, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Darbel Montrose - In Combat - Cast Shadow Bolt'),\n(2598, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 60000, 60000, 0, 0, 11, 12741, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Darbel Montrose - In Combat - Cast Curse of Weakness'),\n(2598, 0, 3, 0, 0, 0, 100, 0, 10000, 15000, 25000, 35000, 0, 0, 11, 8994, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Darbel Montrose - In Combat - Cast Banish'),\n(2598, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Darbel Montrose - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2604, 0, 0, 0, 0, 0, 80, 0, 9000, 13000, 6000, 16000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Molok the Crusher - Within 0-5 Range - Cast Backhand'),\n(2606, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 2458, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Nimar the Slayer - On Aggro - Cast spell Berserker Stance'),\n(2606, 0, 1, 0, 9, 0, 100, 0, 2000, 13000, 12000, 18000, 0, 5, 11, 17207, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Nimar the Slayer - Within 0-5 Range - Cast Whirlwind'),\n(2606, 0, 2, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                 'Nimar the Slayer - Within 0-5 Range - Cast Execute (No Repeat)'),\n(2606, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Nimar the Slayer - Between 0-15% Health - Flee For Assist (No Repeat)'),   \n(2607, 0, 0, 0, 9, 0, 100, 0, 3000, 5000, 12000, 15000, 0, 10, 11, 13730, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Prince Galen Trollbane - Within 0-10 Range - Cast Demoralizing Shout'),\n(2607, 0, 1, 0, 9, 0, 100, 0, 2000, 4000, 6000, 12000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Prince Galen Trollbane - Within 0-5 Range - Cast Sunder Armor'),\n(2607, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Prince Galen Trollbane - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2611, 0, 0, 0, 0, 0, 100, 0, 12400, 16200, 23500, 31400, 0, 0, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Fozruk - In Combat - Cast Ground Tremor'),\n(2611, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10700, 20900, 0, 5, 11, 5568, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Fozruk - In Combat - Cast Trample'),\n(2764, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Sleeby - On Aggro - Say Line 0'),\n(2764, 0, 1, 0, 14, 0, 100, 0, 900, 30, 18000, 21000, 0, 0, 11, 10577, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Sleeby - Friendly missing 900 Health - Cast Heal'),\n(2764, 0, 2, 0, 2, 0, 100, 1, 0, 30, 22000, 28000, 0, 0, 11, 10577, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Sleeby - Between 0-30% Health - Cast Heal'),\n(2764, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sleeby - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2765, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Znort - On Aggro - Say Line 0'),\n(2765, 0, 1, 0, 9, 0, 60, 0, 0, 0, 5000, 10000, 0, 5, 11, 845, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Znort - In Combat - Cast Cleave'),\n(2765, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Znort - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2779, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Prince Nazjak - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2793, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Kor gresh Coldrage - On Aggro - Say Line 0'),\n(2793, 0, 1, 0, 106, 0, 100, 0, 8000, 12000, 48000, 53000, 0, 10, 11, 865, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Kor gresh Coldrage - Within 0-10 Range - Cast Frost Nova'),\n(2793, 0, 2, 0, 0, 0, 100, 0, 1000, 7000, 48000, 55000, 0, 0, 11, 4320, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Kor gresh Coldrage - In Combat - Cast Trelanes Freezing Touch'),\n(4063, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                     'Feeboz - On Aggro - Say Line 0'),\n(4063, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Feeboz - In Combat - Cast Fireball'),\n(4063, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Feeboz - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4479, 0, 0, 0, 9, 0, 100, 0, 3000, 6000, 12000, 13000, 0, 10, 11, 3583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Fardel Dabyrie - Within 0-10 Range - Cast Deadly Poison'),\n(4479, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Fardel Dabyrie - Between 0-20% Health - Flee For Assist'),\n(4480, 0, 0, 0, 9, 0, 100, 0, 2000, 4000, 6000, 12000, 0, 5, 11, 8379, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Kenata Dabyrie - Within 0-5 Range - Cast Disarm'),\n(4480, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Kenata Dabyrier - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4481, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Marcel Dabyrie - On Aggro - Cast Defensive Stance'),\n(4481, 0, 1, 0, 105, 0, 50, 0, 6000, 11000, 19000, 25000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Marcel Dabyrie - In Combat - Cast Shield Bash'),\n(4481, 0, 2, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 15062, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Marcel Dabyrie - Between 0-50% Health - Cast Shield Wall (No Repeat)'),\n(4481, 0, 3, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Marcel Dabyrie - Between 0-30% Health - Flee For Assist (No Repeat)');\n\n-- multiple spawn locations for Prince Nazjak\nDELETE FROM `creature` WHERE `id1` IN (2779);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(84713, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2316.75, -1582.54, -36.352, 4.89399, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695102, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2315.92, -1755.23, -34.1144, 5.33605, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695103, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2214.64, -1734.71, -64.7424, 1.18521, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695104, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2158.53, -1680.49, -40.1574, 4.4132, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695105, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2186.8, -1596.94, -38.3966, 5.35174, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695106, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2145.72, -1637.69, -44.1156, 2.46148, 115200, 0, 0, 1902, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695107, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2131.6, -1843.87, -42.1255, 1.84023, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695108, 2779, 0, 0, 0, 0, 0, 1, 1, 1, -2266.25, -1614.29, -63.013, 3.3215, 115200, 5, 0, 1902, 0, 1, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601048);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(84713,  601048, 0, 'Prince Nazjak'),\n(695102, 601048, 0, 'Prince Nazjak'),\n(695103, 601048, 0, 'Prince Nazjak'),\n(695104, 601048, 0, 'Prince Nazjak'),\n(695105, 601048, 0, 'Prince Nazjak'),\n(695106, 601048, 0, 'Prince Nazjak'),\n(695107, 601048, 0, 'Prince Nazjak'),\n(695108, 601048, 0, 'Prince Nazjak');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601048);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601048, 1, 'Prince Nazjak - Arathi Highlands');\n\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (5381);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES\n(5381, 0, 3, 'Train me.', 3266, 5, 16); -- Doctor Gregory Victor <Trauma Surgeon>\n\n-- misplaced ogre at Boulderfirst Outpost (under the surface)\nDELETE FROM `creature` WHERE `guid` = 11228; -- (11228, 2564, 0, 0, 0, 0, 0, 1, 1, 1, -1251.99, -2054.92, 50.2847, 6.07375, 400, 0, 0, 1221, 0, 0, 0, 0, 0, '', 0, 0, NULL);\nDELETE FROM `creature_addon` WHERE `guid` = 11228;\n\n-- remove non elite Syndicate thief from Stromgarde\nDELETE FROM `creature` WHERE `id1` = 24477;\n\n-- delete all guids for id1 24477 from creature_addon\nDELETE FROM `creature_addon` WHERE `guid` IN \n(11650, 11699, 11700, 14522, 14538, 14539, 14540, \n14548, 14553, 14554, 14555, 14567, 14569, 14580, \n14584, 14635, 14640, 14641, 14648, 14649, 14651);\n\n-- set drop rate of sigil of strom to 5%, was 100%\nUPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 4440;\n\n-- Mote of Myzrael drop rate too high. should be 50%\nUPDATE `creature_loot_template` SET `Chance` = 50 WHERE `Item` = 4435;\n\n-- Raptor Heart drop rate too high. should be below 40% but real drop rate unknown\nUPDATE `creature_loot_template` SET `Chance` = 40 WHERE `Item` = 4513;\n\n-- Pendant of Myzrael should not be consumed on use\nUPDATE `item_template` SET `Material` = 4 WHERE `entry` = 4614;\n\n-- summoning the princess, quest 656, remove suggested player 2\nUPDATE `quest_template` SET `SuggestedGroupNum` = 0 WHERE `ID` = 656;\n"
  },
  {
    "path": "data/sql/world/base/zone_ashenvale.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (3809, 3931);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN\n(3664, 3711, 3715, 3717, 3721, 3725, 3727, 3730, 3732, 3733, 3734, 3735, 3736, 3737, 3739, 3740, 3742, 3743, 3745, 3746, 3748, 3750, 3752, 3754, 3755, 3757, 3758, 3759, 3762, 3763, \n3772, 3773, 3774, 3780, 3781, 3782, 3783, 3784, 3789, 3791, 3792, 3797, 3801, 3803, 3804, 3806, 3807, 3808, 3810, 3811, 3816, 3817, 3818, 3819, 3820, 3821, 3823, 3824, 3825, 3833, 3834, \n3917, 3919, 3921, 3922, 3923, 3924, 3925, 3926, 3940, 3941, 3942, 3943, 3944, 3987, 4054, 4273, 4619, 5314, 6072, 6073, 6115, \n10640, 10641, 10642, 10643, 10644, 10647, 11680, 11681, 11682, 11683, 11697, 12037, 12474, 12475, 12476, 12676, 12677, 12678, 12759, 12856, 12858, 12896, 12897, 17300);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(3664, 3711, 3715, 3717, 3721, 3725, 3727, 3730, 3732, 3733, 3734, 3735, 3736, 3737, 3739, 3740, 3742, 3743, 3745, 3746, 3748, 3750, 3752, 3754, 3755, 3757, 3758, 3759, 3762, 3763, \n3772, 3773, 3774, 3780, 3781, 3782, 3783, 3784, 3789, 3791, 3792, 3797, 3801, 3803, 3804, 3806, 3807, 3808, 3809, 3810, 3811, 3816, 3817, 3818, 3819, 3820, 3821, 3823, 3824, 3825, 3833, 3834, \n3917, 3919, 3921, 3922, 3923, 3924, 3925, 3926, 3931, 3940, 3941, 3942, 3943, 3944, 3987, 4054, 4273, 4619, 5314, 6072, 6073, 6115, \n10640, 10641, 10642, 10643, 10644, 10647, 11680, 11681, 11682, 11683, 11697, 12037, 12474, 12475, 12476, 12676, 12677, 12678, 12759, 12856, 12858, 12896, 12897, 17300);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3664, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Ilkrud Magthrull - On Aggro - Say Line 0'),\n(3664, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8722, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Ilkrud Magthrull - Out of Combat - Cast Summon Succubus (No Repeat)'),\n(3664, 0, 2, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ilkrud Magthrull - In Combat - Cast Shadow Bolt'),\n(3664, 0, 3, 0, 2, 0, 100, 0, 0, 50, 66500, 76300, 0, 0, 11, 6487, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Ilkrud Magthrull - Between 0-50% Health - Cast \\'Ilkrud\\'s Guardians\\''),\n(3664, 0, 4, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 9, 1860, 0, 100, 0, 0, 0, 0, 0,                   'Ilkrud Magthrull - On Evade - Despawn \\'Ilkrud\\'s Guardians\\''),\n(3711, 0, 0, 0, 0, 0, 100, 0, 5000, 15000, 10000, 19000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Wrathtail Myrmidon - Within 0-5 Range - Cast Strike'),\n(3711, 0, 1, 0, 9, 0, 100, 0, 0, 0, 26600, 39800, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Wrathtail Myrmidon - Within 0-5 Range - Cast Rend'),\n(3711, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Wrathtail Myrmidon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3715, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 8598, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Wrathtail Sea Witch - In Comba - Cast Lightning Blast'),\n(3715, 0, 1, 0, 0, 0, 100, 0, 0, 0, 20000, 35000, 0, 0, 11, 11981, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Wrathtail Sea Witch - In Combat - Cast Mana Burn'),\n(3715, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Wrathtail Sea Witch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3717, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Wrathtail Sorceress - In Combat - Cast Frostbolt'),\n(3717, 0, 1, 0, 106, 0, 100, 0, 0, 0, 15000, 35000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Wrathtail Sorceress - Within 0-8 Range - Cast Frost Nova'),\n(3717, 0, 2, 0, 0, 0, 50, 0, 5000, 10000, 60000, 60000, 0, 0, 11, 4980, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Wrathtail Sorceress - In Combat - Cast Quick Frost Ward'),\n(3717, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Wrathtail Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3721, 0, 0, 0, 0, 0, 100, 0, 2000, 7000, 3000, 8000, 0, 0, 11, 6917, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Mystlash Hydra - In Combat - Cast Venom Spit'),\n--\n(3725, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Dark Strand Cultist - Out of Combat - Cast Summon Imp (No Repeat)'),\n(3725, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dark Strand Cultist - In Combat - Cast Shadow Bolt'),\n(3725, 0, 2, 0, 0, 0, 100, 0, 3000, 5000, 10000, 12000, 0, 0, 11, 6222, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Dark Strand Cultist - In Combat - Cast Corruption'),\n(3727, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dark Strand Enforcer - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(3727, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Dark Strand Enforcer - On Enrage - Say Line 0'),\n(3730, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3582, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dark Strand Excavator - On Respawn - Cast Torch Burst Proc'),\n(3730, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dark Strand Excavator - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3732, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 8000, 12000, 0, 0, 11, 9734, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Forsaken Seeker - In Combat - Cast Holy Smite'),\n(3732, 0, 1, 0, 14, 0, 100, 1, 300, 40, 0, 0, 0, 0, 11, 2054, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                 'Forsaken Seeker - Friendly Missing 300 Health - Cast Heal (No Repeat)'),\n(3732, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Forsaken Seeker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3733, 0, 0, 0, 0, 0, 100, 0, 5000, 11000, 120000, 135000, 0, 0, 11, 7102, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Forsaken Herbalist - Within 0-5 Range - Cast Contagion of Rot'),\n(3734, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 18000, 0, 5, 11, 6253, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Forsaken Thug - Within 0-5 Range - Cast Backhand'),\n(3735, 0, 0, 0, 1, 0, 100, 1, 100, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Apothecary Falthis - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(3735, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Apothecary Falthis - In Combat - Cast Shadow Bolt'),\n(3735, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Apothecary Falthis - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3736, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3582, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Darkslayer Mordenthal - On Respawn - Cast Torch Burst Proc'),\n--\n(3737, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Saltspittle Puddlejumper - On Respawn - Cast Battle Stance (No Repeat)'),\n(3737, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Saltspittle Puddlejumper - On Aggro - Cast Rushing Charge'),\n(3737, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Saltspittle Puddlejumper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3739, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 180000, 180000, 0, 0, 11, 7164, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Saltspittle Warrior - In Combat - Cast Defensive Stance'),\n(3739, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7386, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Saltspittle Warrior - Within 0-5 Range - Cast Sunder Armor'),\n(3739, 0, 2, 0, 105, 0, 50, 0, 0, 0, 12000, 15000, 0, 5, 11, 72, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,              'Saltspittle Warrior - Target Casting - Cast Shield Bash'),\n(3739, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Saltspittle Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3740, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Saltspittle Muckdweller - Outside 30 Range - Start Combat Movement'),\n(3740, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Saltspittle Muckdweller - Within 5-30 Range - Stop Combat Movement'),\n(3740, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Saltspittle Muckdweller - Within 0-5 Range - Start Combat Movement'),\n(3740, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Saltspittle Muckdweller - Within 5-30 Range - Cast Throw'),\n(3740, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Saltspittle Muckdweller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3742, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 6000, 14000, 0, 0, 11, 2608, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Saltspittle Oracle - In Combat - Cast Shock'),\n(3742, 0, 1, 0, 2, 0, 100, 0, 0, 30, 54600, 54600, 0, 0, 11, 913, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Saltspittle Oracle - Between 0-30% Health - Cast Healing Wave'),\n(3742, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Saltspittle Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3743, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6821, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Foulweald Warrior - On Respawn - Cast Corrupted Strength Passive'),\n(3743, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Foulweald Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3743, 0, 2, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 60, 0, 0, 0, 0, 0, 0, 0,                     'Foulweald Warrior - On Reset - Attack Player, conditioned'),\n(3745, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6820, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Foulweald Pathfinder - On Respawn - Cast Corrupted Agility Passive'),\n(3745, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Foulweald Pathfinder - Outside 30 Range - Start Combat Movement'),\n(3745, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Foulweald Pathfinder - Within 5-30 Range - Stop Combat Movement'),\n(3745, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Foulweald Pathfinder - Within 0-5 Range - Start Combat Movement'),\n(3745, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Foulweald Pathfinder - Within 5-30 Range - Cast Shoot'),\n(3745, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Foulweald Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3746, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6822, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Foulweald Den Watcher - On Respawn - Cast Corrupted Stamina Passive'),\n(3746, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Foulweald Den Watcher - On Respawn - Cast Thrash Proc'),\n(3746, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Foulweald Den Watcher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3748, 0, 0, 0, 1, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6823, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Foulweald Shaman - On Respawn - Cast Corrupted Intellect Passive'),\n(3748, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 300000, 300000, 0, 0, 11, 8160, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Foulweald Shaman - Out of Combat - Cast Strength of Earth Totem'),\n(3748, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Foulweald Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3750, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6823, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Foulweald Totemic - On Respawn - Cast Corrupted Intellect Passive'),\n(3750, 0, 1, 0, 0, 0, 100, 0, 10000, 16000, 45000, 60000, 0, 0, 11, 6363, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Foulweald Totemic - In Combat - Cast Searing Totem'),\n(3750, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Foulweald Totemic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3750, 0, 3, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 60, 0, 0, 0, 0, 0, 0, 0,                     'Foulweald Totemic - On Reset - Attack Player, conditioned'),\n--\n(3752, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 13000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Xavian Rogue - Within 0-5 Range - Cast Exploit Weakness'),\n(3752, 0, 1, 0, 2, 0, 100, 0, 0, 15, 0, 0, 0, 0, 11, 6925, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Xavian Rogue - Between 0-15% Health - Cast Gift of the Xavian (No Repeat)'),\n(3754, 0, 0, 0, 0, 0, 100, 0, 7100, 9400, 23900, 37400, 0, 0, 11, 5242, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Xavian Betrayer - In Combat - Cast \\'Battle Shout\\''),\n(3754, 0, 1, 0, 2, 0, 100, 0, 0, 15, 0, 0, 0, 0, 11, 6925, 64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Xavian Betrayer - Between 0-15% Health - Cast Gift of the Xavian (No Repeat)'),\n(3755, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 2000, 6000, 0, 0, 11, 6223, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Xavian Felsworn - In Combat - Cast Corruption'),\n(3755, 0, 1, 0, 2, 0, 100, 0, 0, 15, 0, 0, 0, 0, 11, 6925, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Xavian Felsworn - Between 0-15% Health - Cast Gift of the Xavian (No Repeat)'),\n(3757, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Xavian Hellcaller - In Combat - Cast Fireball'),\n(3757, 0, 1, 0, 0, 0, 50, 0, 5000, 15000, 60000, 60000, 0, 0, 11, 5740, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Xavian Hellcaller - In Combat - Cast Rain of Fire'),\n(3757, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Xavian Hellcaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3757, 0, 3, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 11, 6925, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Xavian Hellcaller - Between 0-10% Health - Cast Gift of the Xavian (No Repeat)'),\n--\n(3758, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14500, 23900, 0, 5, 11, 6942, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felmusk Satyr - Within 0-5 Range - Cast Overwhelming Stench'),\n(3758, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Felmusk Satyr - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3759, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14500, 23900, 0, 5, 11, 6942, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felmusk Rogue - Within 0-5 Range - Cast Overwhelming Stench'),\n(3759, 0, 1, 0, 67, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Felmusk Rogue - Behind Target - Cast Exploit Weakness'),\n(3759, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Felmusk Rogue - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3762, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14500, 23900, 0, 5, 11, 6942, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felmusk Felsworn - Within 0-5 Range - Cast Overwhelming Stench'),\n(3762, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 8000, 14000, 0, 0, 11, 6205, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Felmusk Felsworn - In Combat - Cast Curse of Weakness'),\n(3762, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Felmusk Felsworn - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3763, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Felmusk Shadowstalker - On Reset - Cast Sneak'),\n(3763, 0, 1, 0, 9, 0, 100, 0, 0, 0, 14500, 23900, 0, 5, 11, 6942, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felmusk Shadowstalker - Within 0-5 Range - Cast Overwhelming Stench'),\n(3763, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Felmusk Shadowstalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3772, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13900, 21500, 0, 5, 11, 18812, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Lesser Felguard - Within 0-5 Range - Cast Knockdown'),\n(3772, 0, 1, 0, 0, 0, 100, 0, 2000, 4000, 66000, 77000, 0, 0, 11, 184, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Lesser Felguard - In Combat - Cast Fire Shield II'),\n(3773, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 21000, 28000, 0, 0, 11, 1094, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Akkrilus - In Combat - Cast Immolate'),\n(3773, 0, 1, 0, 0, 0, 100, 0, 2000, 4000, 66000, 77000, 0, 0, 11, 184, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Akkrilus - In Combat - Cast Fire Shield II'),\n(3774, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21700, 39500, 0, 10, 11, 2691, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,         'Felslayer - Within 0-10 Range - Cast Mana Burn'),\n--\n(3780, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6867, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shadethicket Moss Eater - On Respawn - Cast Moss Covered Hands Proc'),\n(3780, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6871, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shadethicket Moss Eater - On Respawn - Cast Moss Covered Feet Proc'),\n(3781, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17300, 36200, 0, 30, 11, 12747, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Shadethicket Wood Shaper - Within 0-30 Range - Cast Entangling Roots'),\n(3782, 0, 0, 0, 0, 0, 100, 0, 5700, 8000, 16000, 39000, 0, 0, 11, 6864, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Shadethicket Stone Mover - In Combat - Cast Strength of Stone'),\n(3783, 0, 0, 0, 9, 0, 100, 0, 0, 0, 45800, 60500, 0, 30, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadethicket Raincaller - Within 0-30 Range - Cast Lightning Cloud'),\n(3783, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3800, 13100, 0, 40, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shadethicket Raincaller - Within 0-40 Range - Cast Lightning Bolt'),\n(3784, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 24000, 31000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Shadethicket Bark Ripper - In Combat - Cast Tendon Rip'),\n(3789, 0, 0, 0, 0, 0, 100, 0, 10000, 15000, 21000, 34000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Terrowulf Fleshripper - In Combat - Cast Tendon Rip'),\n(3791, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20200, 28900, 0, 20, 11, 7068, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Terrowulf Shadow Weaver - Within 0-20 Range - Cast Veil of Shadow'),\n(3792, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 30000, 45000, 0, 0, 11, 6507, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Terrowulf Packlord - In Combat - Cast Battle Roar'),\n(3792, 0, 1, 0, 0, 0, 100, 0, 6000, 11000, 3000, 13000, 0, 0, 11, 6576, 0, 0, 0, 0, 0, 6, 5, 0, 0, 0, 0, 0, 0, 0,       'Terrowulf Packlord - Within 0-5 Range - Cast Intimidating Growl'),\n--\n(3797, 0, 0, 0, 1, 0, 100, 0, 0, 0, 300000, 300000, 0, 0, 11, 7090, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Cenarion Protector - Out of Combat - Cast Bear Form'),\n(3797, 0, 1, 0, 0, 0, 100, 0, 9000, 20000, 19000, 34000, 0, 0, 11, 15727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Cenarion Protector - In Combat - Cast Demoralizing Roar'),\n(3797, 0, 2, 0, 2, 0, 100, 0, 0, 50, 16100, 17400, 0, 0, 11, 1430, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Cenarion Protector - Between 0-50% Health - Cast Rejuvenation'),\n(3797, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Cenarion Protector - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3801, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 14000, 18000, 0, 0, 11, 8399, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,     'Severed Sleeper - In Combat - Cast Sleep'),\n(3803, 0, 0, 0, 9, 0, 100, 0, 0, 0, 22600, 39600, 0, 10, 11, 2691, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,         'Severed Keeper - Within 0-10 Range - Cast Mana Burn'),\n(3804, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8218, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Forsaken Intruder - On Reset - Cast Sneak'),\n(3804, 0, 1, 0, 67, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Forsaken Intruder - Behind Target - Cast Backstab'),\n(3806, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8218, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Forsaken Infiltrator - On Reset - Cast Sneak'),\n(3807, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8218, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Forsaken Assassin - On Reset - Cast Sneak'),\n(3808, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8218, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Forsaken Dark Stalker - On Reset - Cast Sneak'),\n(3808, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Forsaken Dark Stalker - Outside 30 Range - Start Combat Movement'),\n(3808, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Forsaken Dark Stalker - Within 5-30 Range - Stop Combat Movement'),\n(3808, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Forsaken Dark Stalker - Within 0-5 Range - Start Combat Movement'),\n(3808, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Forsaken Dark Stalker - Within 5-30 Range - Cast Throw'),\n(3808, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Forsaken Dark Stalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3810, 0, 0, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 11, 4148, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Elder Ashenvale Bear - Between 0-10% Health - Cast Growl of Fortitude (No Repeat)'),\n(3811, 0, 0, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 11, 4148, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Giant Ashenvale Bear - Between 0-10% Health - Cast Growl of Fortitude (No Repeat)'),\n(3816, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wild Buck - On Aggro - Cast Rushing Charge'),\n(3816, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Wild Buck - On Aggro - Say Line 0'),\n(3817, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6921, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowhorn Stag - On Aggro - Cast Shadowhorn Charge'),\n(3817, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Shadowhorn Stag - On Aggro - Say Line 0'),\n(3818, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6921, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Elder Shadowhorn Stag - On Aggro - Cast Shadowhorn Charge'),\n(3818, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Elder Shadowhorn Stag - On Aggro - Say Line 0'),\n(3819, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8600, 21700, 0, 30, 11, 12023, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Wildthorn Stalker - Within 0-30 Range - Cast Web'),\n(3820, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3600, 9900, 0, 30, 11, 6917, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Wildthorn Venomspitter - Within 0-30 Range - Cast Venom Spit'),\n(3821, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 75, 6920, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Wildthorn Lurker - On Reset - Add aura Hide'),\n(3821, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Wildthorn Lurker - On Respawn - Cast Poison Proc'),\n(3823, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ghostpaw Runner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3824, 0, 0, 0, 0, 0, 100, 0, 8000, 9000, 22000, 31000, 0, 0, 11, 3264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Ghostpaw Howler - In Combat - Cast Blood Howl'),\n(3825, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Ghostpaw Alpha - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(3825, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Ghostpaw Alpha - On Enrage - Say Line 0'),\n--\n(3833, 0, 0, 0, 0, 0, 100, 0, 13000, 29000, 31000, 36000, 0, 0, 11, 15798, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Cenarion Vindicator - In Combat - Cast Moonfire'),\n(3833, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Cenarion Vindicator - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3834, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30500, 80000, 0, 5, 11, 6909, 96, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Crazed Ancient - Within 0-5 Range - Cast Curse of Thorns'),\n(3917, 0, 0, 0, 0, 0, 100, 0, 8000, 10000, 15000, 18000, 0, 0, 11, 9672, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Befouled Water Elemental - In Combat - Cast Frostbolt'),\n(3917, 0, 1, 0, 9, 0, 100, 0, 0, 0, 17000, 38000, 0, 5, 11, 6873, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Befouled Water Elemental - Within 0-5 Range - Cast Foul Chill'),\n(3919, 0, 0, 0, 9, 0, 100, 0, 0, 0, 33700, 77100, 0, 5, 11, 6909, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Withered Ancient - Within 0-5 Range - Cast Curse of Thorns'),\n--\n(3921, 0, 0, 0, 11, 0, 100, 1, 1000, 3000, 0, 0, 0, 0, 11, 6813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Thistlefur Ursa - On Respawn - Cast Coat of Thistlefur (No Repeat)'),\n(3921, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Thistlefur Ursa - On Aggro - Cast Battle Stance'),\n(3921, 0, 2, 0, 9, 0, 100, 0, 0, 0, 23900, 38400, 0, 5, 11, 25712, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Thistlefur Ursa - Within 0-5 Range - Cast Heroic Strike'),\n(3921, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Thistlefur Ursa - Between 0-15% Health - Flee For Assist'),\n(3922, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Thistlefur Totemic - On Respawn - Cast Coat of Thistlefur (No Repeat)'),\n(3922, 0, 1, 0, 0, 0, 100, 0, 4000, 16000, 48000, 65000, 0, 0, 11, 6274, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Thistlefur Totemic - In Combat - Cast Healing Ward'),\n(3922, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Thistlefur Totemic - Between 0-15% Health - Flee For Assist'),\n(3923, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Thistlefur Den Watcher - On Respawn - Cast Coat of Thistlefur (No Repeat)'),\n(3923, 0, 1, 0, 2, 0, 100, 0, 0, 30, 11200, 21500, 0, 0, 11, 3490, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Thistlefur Den Watcher - Between 0-30% Health - Cast Frenzied Rage'),\n(3923, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Thistlefur Den Watcher - Between 0-15% Health - Flee For Assist'),\n(3924, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Thistlefur Shaman - On Respawn - Cast Coat of Thistlefur (No Repeat)'),\n(3924, 0, 1, 0, 0, 0, 100, 0, 3000, 8000, 30000, 45000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Thistlefur Shaman - In Combat - Cast Bloodlust'),\n(3924, 0, 2, 0, 74, 0, 100, 0, 5000, 10000, 20000, 25000, 40, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Thistlefur Shaman - On Friendly Between 0-40% Health - Cast Healing Wave'),\n(3924, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Thistlefur Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3924, 0, 4, 5, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 3925, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Thistlefur Shaman - On Death - Cross Cast Vengeance'),\n(3924, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 3925, 0, 15, 1, 0, 0, 0, 0,                    'Thistlefur Shaman - On Death - Thistlefur Avenger Say Line 0'),\n(3925, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Thistlefur Avenger - On Respawn - Cast Coat of Thistlefur (No Repeat)'),\n(3925, 0, 1, 2, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 3925, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Thistlefur Avenger - On Death - Cross Cast Vengeance'),\n(3925, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 3925, 0, 15, 1, 0, 0, 0, 0,                    'Thistlefur Avenger - On Death - Thistlefur Avenger Say Line 0'),\n(3926, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Thistlefur Pathfinder - Outside 30 Range - Start Combat Movement'),\n(3926, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Thistlefur Pathfinder - Within 5-30 Range - Stop Combat Movement'),\n(3926, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Thistlefur Pathfinder - Within 0-5 Range - Start Combat Movement'),\n(3926, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Thistlefur Pathfinder - Within 5-30 Range - Cast Shoot'),\n(3926, 0, 4, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Thistlefur Pathfinder - On Respawn - Cast Coat of Thistlefur (No Repeat)'),\n(3926, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Thistlefur Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3926, 0, 6, 7, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 3925, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Thistlefur Pathfinder - On Death - Cross Cast Vengeance'),\n(3926, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 3925, 0, 15, 1, 0, 0, 0, 0,                    'Thistlefur Pathfinder - On Death - Thistlefur Avenger Say Line 0'),\n--\n(3940, 0, 0, 0, 0, 0, 100, 0, 6000, 8000, 37000, 46000, 0, 0, 11, 2767, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Taneel Darkwood - In Combat - Cast Shadow Word: Pain'),\n(3940, 0, 1, 0, 2, 0, 100, 0, 0, 90, 15000, 18000, 0, 0, 11, 6077, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Taneel Darkwood - Between 0-90% Health - Cast Renew'),\n(3940, 0, 2, 0, 2, 0, 100, 0, 0, 20, 20000, 30000, 0, 0, 11, 6063, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Taneel Darkwood - Between 0-20% Health - Cast Heal'),\n(3941, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7090, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Uthil Mooncall - On Respawn - Cast Bear Form'), -- https://www.youtube.com/watch?v=Jy__YLALZB0&t=223s\n(3941, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Uthil Mooncall - Between 0-50% Health - Set phase to 1'),\n(3941, 0, 2, 0, 9, 1, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 12161, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Uthil Mooncall - Within 0-5 Range - Cast Maul (Phase 1)'),\n(3941, 0, 3, 4, 2, 1, 100, 0, 0, 50, 0, 0, 0, 0, 28, 7090, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Uthil Mooncall - Between 0-50% Health - Remove Aura Bear Form  (Phase 1)'),\n(3941, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Uthil Mooncall - Between 0-50% Health - Set phase to 2'),\n(3941, 0, 5, 0, 2, 2, 100, 0, 0, 50, 15000, 19000, 0, 0, 11, 2091, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Uthil Mooncall - Between 0-50% Health - Cast Rejuvenation (Phase 2)'),\n(3941, 0, 6, 0, 0, 2, 100, 0, 0, 0, 20000, 26000, 0, 0, 11, 8927, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Uthil Mooncall - In Combat - Cast Moonfire (Phase 2)'),\n(3942, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 17000, 20000, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Mavoris Cloudsbreak - In Combat - Cast Lightning Cloud'),\n(3942, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 17000, 20000, 0, 0, 11, 421, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Mavoris Cloudsbreak - In Combat - Cast Chain Lightning'),\n--\n(3943, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ruuzel - On Aggro - Cast Battle Stance'),\n(3943, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10300, 20900, 0, 5, 11, 25712, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ruuzel - Within 0-5 Range - Cast Heroic Strike'),\n(3943, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ruuzel - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3944, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 15000, 19000, 0, 0, 11, 15970, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Wrathtail Priestess - In Combat - Cast Sleep'),\n(3944, 0, 1, 0, 74, 0, 100, 0, 0, 0, 25000, 40000, 40, 40, 11, 11642, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Wrathtail Priestess - Friendly Between 0-40% Health - Cast Heal'),\n(3944, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Wrathtail Priestess - Between 0-15% Health - Flee For Assist'),\n(3987, 0, 0, 0, 2, 0, 100, 0, 0, 75, 22100, 32600, 0, 0, 11, 18557, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dal Bloodclaw - Between 0-75% Health - Cast \\'Drain Life\\''),\n(3987, 0, 1, 0, 2, 0, 100, 0, 0, 50, 0, 0, 0, 0, 39, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dal Bloodclaw - Between 0-50% Health - Call For Help'),\n(3987, 0, 2, 0, 0, 0, 100, 0, 6000, 6000, 10000, 12000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Dal Bloodclaw - Within 0-5 Range - Cast Disarm'),\n(3987, 0, 3, 0, 0, 0, 100, 0, 6000, 7000, 5000, 13000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Dal Bloodclaw - Within 0-5 Range - Cast Revenge'),\n(3987, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dal Bloodclaw - Between 0-15% Health - Flee For Assist'),\n--\n(4054, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Laughing Sister - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4273, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Keeper Ordanus - In Combat - Cast Lightning Bolt'),\n(4273, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 20000, 35000, 0, 0, 11, 12747, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Keeper Ordanus - In Combat - Cast Entangling Roots'),\n(4273, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Keeper Ordanus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4619, 0, 0, 0, 0, 0, 100, 0, 8000, 14000, 9000, 16000, 0, 0, 11, 7098, 32, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,     'Geltharis - Within 0-10 Range - Cast Curse of Mending'),\n(4619, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 6925, 64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Geltharis - Between 0-20% Health - Cast Gift of the Xavian (No Repeat)'),\n(5314, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 7000, 10000, 0, 0, 11, 20667, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Phantim - In Combat - Cast Corrosive Acid Breath'),\n(5314, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 10000, 10000, 0, 0, 12, 12898, 7, 300000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phantim - In Combat - Cast Summon Phantim Illusion'),\n--\n(6072, 0, 0, 0, 2, 0, 100, 0, 0, 75, 22100, 32600, 0, 0, 11, 17620, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Diathorus the Seeker - Between 0-75% Health - Cast Drain Life'),\n(6072, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Diathorus the Seeker - Between 0-50% Health - Call For Help (No Repeat)'),\n(6073, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 18968, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Searing Infernal - Out of Combat - Cast Fire Shield'),\n(6115, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8400, 15500, 0, 5, 11, 11428, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Roaming Felguard - Within 0-5 Range - Cast Knockdown'),\n--\n(10640, 0, 0, 0, 2, 0, 100, 0, 0, 50, 15000, 180000, 0, 0, 11, 12160, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Oakpaw - Between 0-50% Health - Cast Rejuvenation'),\n(10640, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Oakpaw - Between 0-15% Health - Flee For Assist'),\n(10641, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Branch Snapper - On Respawn - Cast Deadly Poison Proc'),\n(10641, 0, 1, 0, 0, 0, 100, 0, 7000, 10000, 12000, 17000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Branch Snapper - Within 0-10 Range - Cast Knock Away'),\n(10642, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 12000, 15000, 0, 0, 11, 21030, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Eck\\'alom - Within 0-20 Range - Cast Frost Shock'),\n(10642, 0, 1, 0, 0, 0, 100, 0, 23000, 35000, 20000, 30000, 0, 0, 11, 5276, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Eck\\'alom - Within 0-30 Range - Cast Freeze'),\n(10643, 0, 0, 0, 0, 0, 100, 0, 9000, 15000, 180000, 185000, 0, 0, 11, 3584, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Mugglefin - Within 0-5 Range - Cast Volatile Infection'),\n(10643, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mugglefin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10644, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Mist Howler - Within 0-5 Range - Cast Tendon Rip'),\n(10644, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 18000, 21000, 0, 0, 11, 13443, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Mist Howler - Within 0-5 Range - Cast Rend'),\n(10644, 0, 2, 0, 0, 0, 100, 0, 16000, 20000, 30000, 35000, 0, 0, 11, 8715, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Mist Howler - In Combat - Cast Terrifying Howl'),\n(10647, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Prince Raze - In Combat - Cast Fireball'),\n(10647, 0, 1, 0, 9, 0, 100, 0, 0, 0, 13000, 16000, 0, 40, 11, 16570, 1, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,         'Prince Raze - Within 0-40 Range - Cast Charged Arcane Bolt'),\n(10647, 0, 2, 0, 106, 0, 100, 0, 0, 0, 12000, 18000, 0, 8, 11, 11969, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Prince Raze - Within 0-8 Range - Cast Fire Nova'), -- https://www.youtube.com/watch?v=yNbLH40kj3A\n(10647, 0, 3, 0, 2, 0, 100, 1, 0, 10, 0, 0, 0, 0, 11, 6925, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Prince Raze - Between 0-10% Health - Cast Gift of the Xavian (No Repeat)'),\n--\n(11680, 0, 0, 0, 4, 0, 15, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Horde Scout - On Aggro - Say Line 0 (No Repeat)'),\n(11680, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Horde Scout - Outside 30 Range - Start Combat Movement'),\n(11680, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Horde Scout - Within 5-30 Range - Stop Combat Movement'),\n(11680, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Horde Scout - Within 0-5 Range - Start Combat Movement'),\n(11680, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Horde Scout - Within 5-30 Range - Cast Shoot'),\n(11680, 0, 5, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 5, 30, 11, 18545, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Horde Scout - Within 5-30 Range - Cast Scorpid Sting'),\n(11680, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Horde Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11681, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Horde Deforester - Within 0-5 Range - Cast Sunder Armor'),\n(11682, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Warsong Grunt - Within 0-5 Range - Cast Cleave'),\n(11682, 0, 1, 0, 105, 0, 50, 0, 0, 0, 15000, 21000, 0, 5, 11, 11972, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Warsong Grunt - Target Casting - Cast Shield Bash'),\n(11682, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Warsong Grunt - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11683, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20805, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Warsong Shaman - In Combat - Cast Lightning Bolt'),\n(11683, 0, 1, 0, 2, 0, 100, 0, 0, 70, 30000, 35000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Warsong Shaman - Between 0-70% Health - Cast Bloodlust'),\n(11683, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Warsong Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(11697, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 18542, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mannoroc Lasher - On Respawn - Cast Immolate'),\n(11697, 0, 1, 0, 9, 0, 100, 0, 0, 0, 20500, 35300, 0, 40, 11, 9613, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Mannoroc Lasher - Within 0-40 Range - Cast Shadow Bolt'),\n(12037, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 7000, 0, 5, 11, 17156, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ursol lok - Within 0-5 Range - Cast Maul'),\n--\n(12474, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 5, 11, 20666, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Emeraldon Boughguard - Within 0-5 Range - Cast Cleave'),\n(12474, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 10000, 14000, 0, 0, 11, 15708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Emeraldon Boughguard - Within 0-5 Range - Cast Mortal Strike'),\n(12474, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 14000, 18000, 0, 0, 11, 12021, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Emeraldon Boughguard - Within 0-5 Range - Cast Fixate'),\n(12475, 0, 0, 0, 0, 0, 100, 0, 2000, 6000, 19000, 23000, 0, 0, 11, 20654, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Emeraldon Tree Warder - In Combat - Cast Entangling Roots'),\n(12475, 0, 1, 0, 0, 0, 100, 0, 0, 0, 5000, 9000, 0, 0, 11, 20656, 96, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,           'Emeraldon Tree Warder - In Combat - Cast Faerie Fire'),\n(12476, 0, 0, 0, 74, 0, 100, 0, 0, 0, 8000, 12000, 40, 40, 11, 20664, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Emeraldon Oracle - Friendly Between 0-40% Health - Cast Rejuvenation'),\n(12476, 0, 1, 0, 74, 0, 100, 0, 0, 0, 10000, 15000, 40, 40, 11, 20665, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Emeraldon Oracle - Friendly Between 0-40% Health - Cast Regrowth'),\n--\n(12676, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 28000, 0, 5, 11, 12097, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Sharptalon - Within 0-5 Range - Cast Pierce Armor'),\n(12677, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 22000, 0, 5, 11, 13445, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Shadumbra - Within 0-5 Range - Cast Rend'),\n(12678, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 12000, 22000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,   'Ursangous - Within 0-10 Range - Cast Knock Away'), -- https://www.youtube.com/watch?v=z0hBbOoPHlc\n(12678, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15900, 24300, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Ursangous - Within 0-5 Range - Cast Rend'),\n(12759, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 14000, 22000, 0, 0, 11, 9672, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Tideress - In Combat - Cast Frostbolt'),\n(12759, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15400, 21800, 0, 5, 11, 6873, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Tideress - Within 0-5 Range - Cast Foul Chill'), -- https://www.youtube.com/watch?v=O4-dow3jcFc\n(12856, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Ashenvale Outrunner - Outside 30 Range - Start Combat Movement'),\n(12856, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ashenvale Outrunner - Within 5-30 Range - Stop Combat Movement'),\n(12856, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ashenvale Outrunner - Within 0-5 Range - Start Combat Movement'),\n(12856, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ashenvale Outrunner - Within 5-30 Range - Cast Shoot'),\n(12856, 0, 4, 0, 9, 0, 100, 0, 0, 0, 35900, 52300, 5, 30, 11, 18545, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Ashenvale Outrunner - Within 5-30 Range - Cast Scorpid Sting'),\n(12856, 0, 5, 0, 9, 0, 100, 0, 0, 0, 7000, 15000, 0, 5, 11, 8646, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ashenvale Outrunner - Within 0-5 Range - Cast Snap Kick'),\n--\n(12858, 0, 0, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 113, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Torek - On Spawn - Set Faction'),\n(12858, 0, 1, 2, 19, 0, 100, 512, 6544, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0,                'Torek - On Quest Accept - Store Party Targetlist'),\n(12858, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 80, 1285800, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Torek - On Quest Accept - Run Script'),\n(12858, 0, 3, 0, 40, 0, 100, 1, 1, 12858, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                  'Torek - On Reached WP1 - Say Line 1'),\n(12858, 0, 4, 0, 40, 0, 100, 1, 8, 12858, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                  'Torek - On Reached WP8 - Say Line 2'),\n(12858, 0, 5, 0, 40, 0, 100, 1, 19, 12858, 0, 0, 0, 0, 107, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Torek - On Reached WP19 - Summon Group'),\n(12858, 0, 6, 7, 40, 0, 100, 1, 20, 12858, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                 'Torek - On Reached WP20 - Say Line 3'),\n(12858, 0, 7, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 15, 6544, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                'Torek - On Reached WP20 - Complete Quest'),\n(12858, 0, 8, 9, 40, 0, 100, 1, 21, 12858, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                 'Torek - On Reached WP21 - Say Line 4'),\n(12858, 0, 9, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 54, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Torek - On Reached WP21 - Pause WP'),\n(12858, 0, 10, 11, 40, 0, 100, 512, 22, 12858, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 12859, 0, 100, 0, 0, 0, 0, 0,       'Torek - On Reached WP22 - Set Data on Splintertree Raider'),\n(12858, 0, 11, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Torek - On Reached WP22 - Despawn'),\n(12858, 0, 12, 13, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 12859, 0, 200, 0, 0, 0, 0, 0,             'Torek - On Death - Set Data on Splintertree Raider'),\n(12858, 0, 13, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 6, 6544, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,                'Torek - On Death - Fail Quest'),\n(12858, 0, 14, 0, 9, 0, 100, 0, 0, 0, 15000, 20000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Torek - Within 0-5 Range - Cast Rend'),\n(12858, 0, 15, 0, 9, 0, 100, 512, 0, 0, 20000, 30000, 0, 5, 11, 8078, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Torek - Within 0-5 Range - Cast Thunderclap'),\n(12858, 0, 16, 0, 40, 0, 100, 512, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Torek - On reached WP - Set Home Position'),\n--\n(12896, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Silverwing Sentinel - Outside 30 Range - Start Combat Movement'),\n(12896, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Silverwing Sentinel - Within 5-30 Range - Stop Combat Movement'),\n(12896, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Silverwing Sentinel - Within 0-5 Range - Start Combat Movement'),\n(12896, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Silverwing Sentinel - Within 5-30 Range - Cast Shoot'),\n(12896, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Silverwing Sentinel - 0-15% Health - Flee For Assist (No Repeat)'),\n(12897, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20500, 30800, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Silverwing Warrior - Within 0-5 Range - Cast Rend'),\n(12897, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Silverwing Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(17300, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15700, 32500, 0, 40, 11, 9613, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gorgannon - Within 0-40 Range - Cast Shadow Bolt'),\n(17300, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12100, 24400, 0, 5, 11, 11428, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gorgannon - Within 0-5 Range - Cast Knockdown'),\n(17300, 0, 2, 3, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 39, 15, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gorgannon - Between 0-50% Health - Call For Help (No Repeat)'),\n(17300, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Gorgannon - On Call For Help - Say Line 0');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 3816;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(3816, 0, 0, '%s charges!', 16, 0, 100, 0, 0, 0, 37643, 0, 'Wild Buck');\n\nUPDATE `creature` SET `spawntimesecs` = 75600, `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 10642; -- Eck'alom\nUPDATE `creature` SET `spawntimesecs` = 30600, `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 10643; -- Mugglefin\nUPDATE `creature` SET `spawntimesecs` = 37800, `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 12037; -- Ursul'lok\n\n-- Glowing Soul Gem(5366), fix drop rate\nUPDATE `creature_loot_template` SET `Chance` = 4 WHERE `Item` = 5366;\n\n/* Freedom to Ruul */\nDELETE FROM `waypoints` WHERE `entry` = 12818;\nINSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES \n(12818, 1, 3339.1, -693.613, 162.218, NULL, 0, 'Ruul Snowhoof'),\n(12818, 2, 3343.94, -682.272, 163.039, NULL, 0, 'Ruul Snowhoof'),\n(12818, 3, 3381.5, -659.834, 162.487, NULL, 0, 'Ruul Snowhoof'),\n(12818, 4, 3398.88, -639.631, 164.475, NULL, 0, 'Ruul Snowhoof'),\n(12818, 5, 3435.28, -626.7, 169.293, NULL, 0, 'Ruul Snowhoof'),\n(12818, 6, 3448.07, -602.344, 173.647, NULL, 0, 'Ruul Snowhoof'),\n(12818, 7, 3494.7, -562.032, 181.617, NULL, 0, 'Ruul Snowhoof'),\n(12818, 8, 3495.38, -544.667, 185.993, NULL, 0, 'Ruul Snowhoof'),\n(12818, 9, 3498.32, -511.16, 188.352, NULL, 0, 'Ruul Snowhoof'),\n(12818, 10, 3495.54, -495.119, 185.284, NULL, 0, 'Ruul Snowhoof'),\n(12818, 11, 3456.1, -479.545, 170.831, NULL, 0, 'Ruul Snowhoof'),\n(12818, 12, 3431.75, -460.84, 160.697, NULL, 0, 'Ruul Snowhoof'),\n(12818, 13, 3383.33, -423.934, 148.55, NULL, 0, 'Ruul Snowhoof'),\n(12818, 14, 3310.56, -450.354, 150.207, NULL, 0, 'Ruul Snowhoof'),\n(12818, 15, 3281.33, -523.056, 155.155, NULL, 0, 'Ruul Snowhoof'),\n(12818, 16, 3236.17, -518.389, 148.701, NULL, 0, 'Ruul Snowhoof');\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 12818;\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (12818);\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (1281801, 1281802);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n-- \n(12818, 0, 0, 1, 11, 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,                 'Ruul Snowhoof - On Respawn - Set Reactstate Passive'),\n(12818, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 3, 12819, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Ruul Snowhoof - On Respawn - Morph To Creature Ruul Snowhoof Bear Form'),\n(12818, 0, 2, 3, 19, 0, 100, 0, 6482, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0,            'Ruul Snowhoof - On Quest Taken - Store Targetlist'),\n(12818, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ruul Snowhoof - On Quest Taken - Set Reactstate Aggressive'),\n(12818, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ruul Snowhoof - On Quest Taken - Set Event Phase 1'),\n(12818, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ruul Snowhoof - On Quest Taken - Set Run Off'),\n--\n(12818, 0, 6, 0, 1, 1, 100, 1, 100, 100, 0, 0, 0, 0, 53, 0, 12818, 0, 6482, 10000, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0,  'Ruul Snowhoof - Out of Combat - Start Waypoint'),\n(12818, 0, 7, 0, 1, 1, 100, 1, 3100, 3100, 0, 0, 0, 0, 54, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Ruul Snowhoof - Out of Combat - Pause Waypoint'),\n(12818, 0, 8, 0, 1, 1, 100, 1, 3150, 3150, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,         'Ruul Snowhoof - Out of Combat - Say Line 0'),\n(12818, 0, 9, 0, 1, 1, 100, 513, 5000, 5000, 0, 0, 0, 0, 3, 0, 29421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Ruul Snowhoof - Out of Combat - Morph To Model 29421'),\n(12818, 0, 10, 0, 1, 1, 100, 513, 5000, 5000, 0, 0, 0, 0, 3, 12819, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Ruul Snowhoof - Out of Combat - Morph To Creature Ruul Snowhoof Bear Form'),\n--\n(12818, 0, 11, 0, 40, 1, 100, 1, 4, 12818, 0, 0, 0, 0, 80, 1281801, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Ruul Snowhoof - On Waypoint Reached - Run Script'),\n(12818, 0, 12, 0, 40, 1, 100, 1, 7, 12818, 0, 0, 0, 0, 80, 1281802, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Ruul Snowhoof - On Waypoint Reached - Run Script'),\n--\n(12818, 0, 13, 14, 58, 1, 100, 1, 16, 12818, 0, 0, 0, 0, 1, 1, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,       'Ruul Snowhoof - On Waypoint Finished - Say Line 1'),\n(12818, 0, 14, 15, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Ruul Snowhoof - On Waypoint Finished - Demorph'),\n(12818, 0, 15, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 15, 6482, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,         'Ruul Snowhoof - On Waypoint Finished - Quest Credit'),\n--\n(1281801, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 3921, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 3439.62, -616.591, 171.968, 4.30965,       'Ruul Snowhoof - Actionlist - Summon Creature Thistlefur Ursa'),\n(1281801, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 0, 12, 3922, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 3439.62, -616.591, 171.968, 4.30965, 'Ruul Snowhoof - Actionlist - Summon Creature Thistlefur Totemic'),\n(1281801, 9, 2, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 0, 0, 12, 3926, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 3439.62, -616.591, 171.968, 4.30965, 'Ruul Snowhoof - Actionlist - Summon Creature Thistlefur Pathfinder'),\n(1281802, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 3921, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 3495.9, -526.57, 188.322, 4.62782,         'Ruul Snowhoof - Actionlist - Summon Creature Thistlefur Ursa'),\n(1281802, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 0, 12, 3922, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 3495.9, -526.57, 188.322, 4.62782,   'Ruul Snowhoof - Actionlist - Summon Creature Thistlefur Totemic'),\n(1281802, 9, 2, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 0, 0, 12, 3926, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 3495.9, -526.57, 188.322, 4.62782,   'Ruul Snowhoof - Actionlist - Summon Creature Thistlefur Pathfinder');\n\n/* Torek's Assault - fixed movement speed and added 4 second pause */\nUPDATE `smart_scripts` SET `action_param1` = 0 WHERE `entryorguid` = 1285800 AND `source_type` = 9 AND `id` = 4; \nUPDATE `creature_template` SET `speed_run` = 0.8 WHERE `entry` IN (12858, 12859); -- was 1.14286\n\n-- formation not working for some reason, I don't understand it.\n-- when disabling the follow, the Splintertree Raiders don't move at all.\n/* DELETE FROM `creature_formations` WHERE `leaderGUID` IN (32373);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(32373, 32373, 0, 0, 515, 0, 0),       -- https://www.youtube.com/watch?v=RYpuzb5uYx0\n(32373, 32380, 4, 135, 515, 0, 0),\n(32373, 32378, 4, 180, 515, 0, 0),\n(32373, 32379, 4, 225, 515, 0, 0); */\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (12858, 12859);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (12858, 12859);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n-- \n(12858, 0, 0, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 113, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Torek - On Spawn - Set Faction'),\n(12858, 0, 1, 2, 19, 0, 100, 512, 6544, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0,          'Torek - On Quest Accept - Store Party Targetlist'),\n(12858, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 80, 1285800, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Torek - On Quest Accept - Run Script'),\n(12858, 0, 3, 0, 40, 0, 100, 1, 1, 12858, 0, 0, 0, 0, 54, 4000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Torek - On Reached WP1 - Pause WP'),\n(12858, 0, 4, 0, 40, 0, 100, 1, 2, 12858, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,            'Torek - On Reached WP2 - Say Line 1'),\n(12858, 0, 5, 0, 40, 0, 100, 1, 8, 12858, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,            'Torek - On Reached WP8 - Say Line 2'),\n(12858, 0, 6, 0, 40, 0, 100, 1, 19, 12858, 0, 0, 0, 0, 107, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Torek - On Reached WP19 - Summon Group'),\n(12858, 0, 7, 8, 40, 0, 100, 1, 20, 12858, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,           'Torek - On Reached WP20 - Say Line 3'),\n(12858, 0, 8, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 15, 6544, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,          'Torek - On Reached WP20 - Complete Quest'),\n(12858, 0, 9, 10, 40, 0, 100, 1, 21, 12858, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,          'Torek - On Reached WP21 - Say Line 4'),\n(12858, 0, 10, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 54, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Torek - On Reached WP21 - Pause WP'),\n(12858, 0, 11, 12, 40, 0, 100, 512, 22, 12858, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 12859, 0, 100, 0, 0, 0, 0, 0, 'Torek - On Reached WP22 - Set Data on Splintertree Raider'),\n(12858, 0, 12, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Torek - On Reached WP22 - Despawn'),\n(12858, 0, 13, 14, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 12859, 0, 200, 0, 0, 0, 0, 0,       'Torek - On Death - Set Data on Splintertree Raider'),\n(12858, 0, 14, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 6, 6544, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,          'Torek - On Death - Fail Quest'),\n(12858, 0, 15, 0, 9, 0, 100, 0, 0, 0, 15000, 20000, 0, 5, 11, 11977, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Torek - IC - Cast Rend'),\n(12858, 0, 16, 0, 0, 0, 100, 512, 0, 0, 20000, 30000, 0, 0, 11, 8078, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Torek - IC - Cast Thunderclap'),\n(12858, 0, 17, 0, 40, 0, 100, 512, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'On reached WP - Set Home Position'),\n--\n(12859, 0, 0, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 113, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Splintertree Raider - On Spawn - Set Faction'),\n(12859, 0, 1, 2, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 2, 83, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Splintertree Raider - On Data Set 1 1 - Set Faction'),\n(12859, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Splintertree Raider - On Data Set 1 1 - Set Bytes 1'),\n(12859, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Splintertree Raider - On Data Set 1 1 - Set Aggresive'),\n(12859, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 19, 12858, 0, 0, 0, 0, 0, 0, 0,         'Splintertree Raider - On Data Set 1 1 - Follow Torek'), -- should be formation instead\n(12859, 0, 5, 0, 7, 0, 100, 512, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 19, 12858, 0, 0, 0, 0, 0, 0, 0,          'Splintertree Raider - On Evade - Follow Torek'), \n(12859, 0, 6, 0, 38, 0, 100, 512, 2, 2, 0, 0, 0, 0, 41, 1000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Splintertree Raider - On Data Set 2 2 - Despawn'),\n(12859, 0, 7, 0, 1, 0, 100, 512, 1000, 1000, 1000, 1000, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Splintertree Raider - OOC - Set Home Position');\n"
  },
  {
    "path": "data/sql/world/base/zone_azshara.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (193, 6125);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(6116, 6117, 6118, 6126, 6127, 6131, 6140, 6146, 6147, 6148, 6187, 6188, 6189, 6190, 6193, 6194, 6195, 6196, 6198, 6199, 6200, 6201, 6202, 6350, 6372, 6377, 6378, 6379, 6380, 6647, 6648, 7885, 7886, 8408, 8578, 8660, 8761, 8762);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(193, 6116, 6117, 6118, 6125, 6126, 6127, 6131, 6140, 6146, 6147, 6148, 6187, 6188, 6189, 6190, 6193, 6194, 6195, 6196, 6198, 6199, 6200, 6201, 6202, 6350, 6372, 6377, 6378, 6379, 6380, 6647, 6648, 7885, 7886, 8408, 8578, 8660, 8761, 8762);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(6116, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 11, 12542, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Highborne Apparition - Between 0-15% Health - Cast Fear (No Repeat)'),\n(6117, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Highborne Lichling - Out of Combat - Cast Frost Armor'),\n(6117, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20822, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Highborne Lichling - In Combat - Cast Frostbolt'),\n(6118, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 120000, 120000, 0, 0, 11, 21007, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Varo\\'then\\'s Ghost - In Combat - Cast Curse of Weakness'),\n(6126, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 45000, 0, 10, 11, 7098, 96, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Haldarr Trickster - In Combat - Cast Curse of Mending'),\n(6127, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Haldarr Felsworn - Out of Combat - Cast Summon Imp'),\n(6127, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Haldarr Felsworn - In Combat - Cast Shadow Bolt'),\n(6131, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Draconic Mageweaver - In Combat - Cast Frostbolt'),\n(6131, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15000, 18000, 0, 8, 11, 12557, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Draconic Mageweaver - In Combat - Cast Cone of Cold'),\n(6140, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 5, 11, 7367, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hetaera - Within 0-5 Range - Cast Infected Bite'),\n(6140, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Hetaera - In Combat - Cast Thrash'),\n(6146, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 21000, 24000, 0, 0, 11, 11443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Cliff Breaker - In Combat - Cast Cripple'),\n(6147, 0, 0, 0, 0, 0, 100, 0, 7000, 10000, 11000, 14000, 0, 0, 11, 8147, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Cliff Thunderer - In Combat - Cast Thunderclap'),\n(6148, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 17000, 0, 5, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Cliff Walker - Within 0-5 Range - Cast War Stomp'),\n(6187, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 13000, 18000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Timbermaw Den Watcher - In Combat - Cast Battle Shout'),\n(6187, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Timbermaw Den Watcher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6188, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20295, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Timbermaw Shaman - In Combat - Cast Lightning Bolt'),\n(6188, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 40000, 45000, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Timbermaw Shaman - In Combat - Cast Lightning Cloud'),\n(6188, 0, 2, 0, 74, 0, 100, 0, 0, 0, 15000, 18000, 30, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Timbermaw Shaman - Friendly Between 0-30% Health - Cast Healing Wave'),\n(6188, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Timbermaw Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6189, 0, 0, 0, 106, 0, 100, 0, 9000, 14000, 16000, 21000, 0, 5, 11, 8078, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Timbermaw Ursa - Within 0-5 Range - Cast Thunderclap'),\n(6189, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Timbermaw Ursa - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(6190, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Warrior - On Spellhit \\'Polymorph\\' - Run Script'), -- smart script\n(6190, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Warrior - On Spellhit \\'Polymorph\\' - Run Script'),\n(6190, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Warrior - On Spellhit \\'Polymorph\\' - Run Script'),\n(6190, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Warrior - On Spellhit \\'Polymorph\\' - Run Script'),\n(6190, 0, 4, 0, 0, 0, 100, 0, 6000, 9000, 11000, 15000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Spitelash Warrior - Within 0-5 Range - Cast Disarm'),\n(6193, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Screamer - On Spellhit \\'Polymorph\\' - Run Script'),\n(6193, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Screamer - On Spellhit \\'Polymorph\\' - Run Script'),\n(6193, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Screamer - On Spellhit \\'Polymorph\\' - Run Script'),\n(6193, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Screamer - On Spellhit \\'Polymorph\\' - Run Script'),\n(6193, 0, 4, 0, 0, 0, 100, 0, 7000, 9000, 12000, 15000, 0, 0, 11, 3589, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Spitelash Screamer - In Combat - Cast Deafening Screech'),\n(6193, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Spitelash Screamer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6194, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Serpent Guard - On Spellhit \\'Polymorph\\' - Run Script'),\n(6194, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Serpent Guard - On Spellhit \\'Polymorph\\' - Run Script'),\n(6194, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Serpent Guard - On Spellhit \\'Polymorph\\' - Run Script'),\n(6194, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Serpent Guard - On Spellhit \\'Polymorph\\' - Run Script'),\n(6194, 0, 4, 0, 0, 0, 100, 0, 6000, 8000, 9000, 13000, 0, 0, 11, 25710, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Spitelash Serpent Guard - Within 0-5 Range - Cast Heroic Strike'),\n(6195, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Siren - On Spellhit \\'Polymorph\\' - Run Script'),\n(6195, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Siren - On Spellhit \\'Polymorph\\' - Run Script'),\n(6195, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Siren - On Spellhit \\'Polymorph\\' - Run Script'),\n(6195, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Siren - On Spellhit \\'Polymorph\\' - Run Script'),\n(6195, 0, 4, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Spitelash Siren - Outside 30 Range - Start Combat Movement'),\n(6195, 0, 5, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Siren - Within 5-30 Range - Stop Combat Movement'),\n(6195, 0, 6, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Spitelash Siren - Within 0-5 Range - Start Combat Movement'),\n(6195, 0, 7, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Spitelash Siren - Within 5-30 Range - Cast Shoot'),\n(6195, 0, 8, 0, 0, 0, 100, 0, 3000, 5000, 12000, 16000, 0, 0, 11, 12551, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,   'Spitelash Siren - Within 5-30 Range - Cast Frost Shot'),\n(6195, 0, 9, 0, 106, 0, 100, 0, 4000, 8000, 13000, 15000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Spitelash Siren - Within 0-8 Range - Cast Frost Nova'),\n(6195, 0, 10, 0, 74, 0, 100, 0, 0, 0, 12000, 17000, 50, 40, 11, 11640, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Spitelash Siren - Friendly Between 0-50% Health - Cast Renew'),\n(6195, 0, 11, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Spitelash Siren - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6196, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Myrmidon - On Spellhit \\'Polymorph\\' - Run Script'),\n(6196, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Myrmidon - On Spellhit \\'Polymorph\\' - Run Script'),\n(6196, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Myrmidon - On Spellhit \\'Polymorph\\' - Run Script'),\n(6196, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Myrmidon - On Spellhit \\'Polymorph\\' - Run Script'),\n(6196, 0, 4, 0, 0, 0, 100, 0, 5000, 7000, 6000, 9000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Spitelash Myrmidon - In Combat - Cast Strike'),\n--\n(6198, 0, 0, 0, 106, 0, 100, 0, 5000, 8000, 8000, 10000, 0, 8, 11, 11969, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Blood Elf Surveyor - Within 0-8 Range - Cast Fire Nova'),\n(6199, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blood Elf Reclaimer - In Combat - Cast Fireball'),\n(6199, 0, 1, 0, 74, 0, 100, 0, 0, 0, 12000, 15000, 90, 40, 11, 11640, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Blood Elf Reclaimer - Friendly Between 0-90% Health - Cast Renew'),\n(6199, 0, 2, 0, 74, 0, 100, 0, 0, 0, 10000, 12000, 60, 40, 11, 11642, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Blood Elf Reclaimer - Friendly Between 0-60% Health - Cast Heal'),\n(6200, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 8000, 13000, 0, 0, 11, 11981, 320, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Legashi Satyr - In Combat - Cast Mana Burn'),\n(6201, 0, 0, 0, 67, 0, 100, 0, 5000, 8000, 6000, 9000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Legashi Rogue - On Behind Target - Cast Backstab'),\n(6201, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 12540, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Legashi Rogue - In Combat - Cast Gouge'),\n(6202, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Legashi Hellcaller - In Combat - Cast Fireball'),\n(6202, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 18000, 25000, 0, 0, 11, 11990, 65, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Legashi Hellcaller - In Combat - Cast Rain of Fire'),\n--\n(6350, 0, 0, 0, 0, 0, 100, 0, 3000, 4000, 12000, 13000, 0, 0, 11, 13444, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Makrinni Razorclaw - Within 0-5 Range - Cast Sunder Armor'),\n(6372, 0, 0, 0, 0, 0, 100, 0, 10000, 19100, 25300, 46800, 0, 0, 11, 3604, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Makrinni Snapclaw  - Within 0-5 Range - Cast Tendon Rip'),\n(6377, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 20, 11, 12553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Thunderhead Stagwing - Within 0-20 Range - Cast Shock'),\n(6377, 0, 1, 0, 106, 0, 100, 0, 7000, 10000, 12000, 17000, 0, 8, 11, 11019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Thunderhead Stagwing - Within 0-8 Range - Cast Wing Flap'),\n(6378, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 20, 11, 12553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Thunderhead Skystormer - Within 0-20 Range - Cast Shock'),\n(6378, 0, 1, 0, 0, 0, 100, 0, 9000, 16000, 40000, 45000, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Thunderhead Skystormer - In Combat - Cast Lightning Cloud'),\n(6379, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 5, 20, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Thunderhead Patriarch - Within 5-20 Range - Cast Rushing Charge'),\n(6380, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 20, 11, 12553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Thunderhead Consort - Within 0-20 Range - Cast Shock'),\n(6380, 0, 1, 0, 0, 0, 100, 0, 3000, 9000, 9000, 13000, 0, 0, 11, 17157, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Thunderhead Consort - In Combat - Cast Lightning Breath'),\n--\n(6647, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Magister Hawkhelm - Outside 30 Range - Start Combat Movement'),\n(6647, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Magister Hawkhelm - Within 5-30 Range - Stop Combat Movement'),\n(6647, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Magister Hawkhelm - Within 0-5 Range - Start Combat Movement'),\n(6647, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Magister Hawkhelm - Within 5-30 Range - Cast Shoot'),\n(6647, 0, 4, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 5, 30, 11, 18651, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Magister Hawkhelm - Within 5-30 Range - Cast Multi-Shot'),\n(6648, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 19000, 23000, 0, 0, 11, 13445, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Antilos - Within 0-5 Range - Cast Rend'),\n(6648, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Antilos - Within 0-5 Range - Cast Cleave'),\n(6648, 0, 2, 0, 0, 0, 100, 0, 11000, 15000, 12000, 15000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Antilos - Within 0-5 Range - Cast Swoop'),\n--\n(7885, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Battlemaster - On Spellhit \\'Polymorph\\' - Run Script'),\n(7885, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Battlemaster - On Spellhit \\'Polymorph\\' - Run Script'),\n(7885, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Battlemaster - On Spellhit \\'Polymorph\\' - Run Script'),\n(7885, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Battlemaster - On Spellhit \\'Polymorph\\' - Run Script'),\n(7885, 0, 4, 0, 9, 0, 100, 0, 0, 0, 20000, 30000, 5, 30, 11, 22120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Spitelash Battlemaster - Within 5-30 Range - Cast Charge'),\n(7886, 0, 0, 0, 8, 0, 100, 1, 118, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Spitelash Enchantress - On Spellhit \\'Polymorph\\' - Run Script'),\n(7886, 0, 1, 0, 8, 0, 100, 1, 12824, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Enchantress - On Spellhit \\'Polymorph\\' - Run Script'),\n(7886, 0, 2, 0, 8, 0, 100, 1, 12825, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Enchantress - On Spellhit \\'Polymorph\\' - Run Script'),\n(7886, 0, 3, 0, 8, 0, 100, 1, 12826, 0, 0, 0, 0, 0, 80, 619300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Spitelash Enchantress - On Spellhit \\'Polymorph\\' - Run Script'),\n(7886, 0, 4, 0, 0, 0, 100, 0, 0, 0, 2000, 5000, 0, 0, 11, 15790, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Spitelash Enchantress - In Combat - Cast Arcane Missiles'),\n(7886, 0, 5, 0, 0, 0, 100, 0, 5000, 9000, 18000, 24000, 0, 0, 11, 3443, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Spitelash Enchantress - In Combat - Cast Enchanted Quickness'),\n(7886, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Spitelash Enchantress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8408, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Warlord Krellian - In Combat - Cast Strike'),\n(8408, 0, 1, 0, 106, 0, 100, 0, 4000, 8000, 12000, 17000, 0, 8, 11, 10968, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Warlord Krellian - Within 0-8 Range - Cast Demoralizing Roar'),\n(8578, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Magus Rimtori - In Combat - Cast Fireball'),\n(8578, 0, 1, 0, 106, 0, 100, 0, 0, 0, 13000, 16000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Magus Rimtori - Within 0-8 Range - Cast Frost Nova'),\n(8578, 0, 2, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 51347, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Magus Rimtori - On Just Summoned - Cast \\'Teleport Visual Only\\''),\n(8578, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Magus Rimtori - On Aggro - Say Line 0'),\n(8660, 0, 0, 0, 0, 0, 100, 0, 0, 0, 4000, 6000, 0, 0, 11, 20793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'The Evalcharr - In Combat - Cast Fireball'),\n(8660, 0, 1, 0, 0, 0, 100, 0, 8000, 13000, 12000, 15000, 0, 0, 11, 15797, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'The Evalcharr - In Combat - Cast Lightning Breath'),\n--\n(8761, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mosshoof Courser - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(8761, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Mosshoof Courser - On Enrage - Say Line 0'),\n(8762, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 20, 11, 745, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Timberweb Recluse - Within 0-20 Range - Cast Web'),\n(8762, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Timberweb Recluse - On Reset - Cast Poison Proc');\n\n\n-- Azuregos, fix Mature Blue Dragon Sinew drop rate\nUPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Entry` = 6109 AND `Item` = 18704;\n\n-- Antilos, fix spawn time and movement\nUPDATE `creature` SET `spawntimesecs` = 115200, `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 6648;\n\n-- Quest: Kim'jael's \"Missing\" Equipment, fix drop rate 'Some Rune', was 100%\nUPDATE `creature_loot_template` SET `Chance` = 15 WHERE `Item` = 13815;\n\n-- Quest: Encoded Fragments, description was using tbc version (changed in ~2.1)\nDELETE FROM `creature_loot_template` WHERE `item`= 20023 AND `entry` IN (6377, 6378, 6379, 6380, 8762); -- remove quest drops TBC version\n\nUPDATE `quest_template` SET \n`QuestDescription` = 'Lord Ravenholdt has asked a favor of us both. He wishes to remove the enchantment from this bag.$b$b\nUnfortunately, some of my books on the subject of dispelling were taken recently, only to be destroyed by savages.  The remains of my books are still valuable to me.$b$b\nIf you can bring me enough of the encoded fragments, I can piece them back together.  Your best chance is to kill forest oozes, since they have a tendency to pick up just about anything.  \nYou\\'ll find them in northeast Azshara.' WHERE `ID` = 8235;\n"
  },
  {
    "path": "data/sql/world/base/zone_badlands.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2753, 2754);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2701, 2716, 2717, 2718, 2719, 2720, 2739, 2740, 2742, 2743, 2893, 2894, 2906, 2907);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2701, 2716, 2717, 2718, 2719, 2720, 2739, 2740, 2742, 2743, 2753, 2754, 2893, 2894, 2906, 2907);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2701, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Ogre - On Aggro - Say Line 0'),\n(2716, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Dustbelcher Wyrmhunter - Outside 30 Range - Start Combat Movement'),\n(2716, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Dustbelcher Wyrmhunter - Within 5-30 Range - Stop Combat Movement'),\n(2716, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dustbelcher Wyrmhunter - Within 0-5 Range - Start Combat Movement'),\n(2716, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 9483, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dustbelcher Wyrmhunter - Within 5-30 Range - Cast Boulder'),\n(2716, 0, 4, 0, 0, 0, 100, 0, 8000, 24000, 21000, 30000, 0, 0, 11, 6533, 1, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,  'Dustbelcher Wyrmhunter - In Combat - Cast Net'),\n(2716, 0, 5, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Wyrmhunter - On Aggro - Say Line 0'),\n(2717, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Mauler - On Aggro - Say Line 0'),\n(2717, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Dustbelcher Mauler - In Combat - Cast Thrash'),\n(2718, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Shaman - On Aggro - Say Line 0'),\n(2718, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3600, 5200, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dustbelcher Shaman - In Combat - Cast Lightning Bolt'),\n(2718, 0, 2, 0, 74, 0, 50, 0, 0, 0, 18000, 25000, 40, 40, 11, 8005, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Dustbelcher Shaman - On Friendly Between 0-40% Health - Cast Healing Wave'),\n(2719, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Lord - On Aggro - Say Line 0'),\n(2719, 0, 1, 0, 0, 0, 100, 0, 7800, 12100, 11200, 30000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Dustbelcher Lord - In Combat - Cast Battle Shout'),\n(2719, 0, 2, 0, 9, 0, 100, 0, 6600, 18700, 30800, 32400, 0, 5, 11, 13730, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Dustbelcher Lord - Within 0-5 Range - Cast Demoralizing Shout'),\n(2719, 0, 3, 0, 2, 0, 100, 0, 0, 50, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dustbelcher Lord - Between 0-50% Health - Call For Help'),\n(2720, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Ogre Mage - On Aggro - Say Line 0'),\n(2720, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3600, 5100, 0, 0, 11, 20822, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dustbelcher Ogre Mage - In Combat - Cast Frostbolt'),\n(2720, 0, 2, 0, 0, 0, 100, 0, 3000, 8000, 30000, 45000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dustbelcher Ogre Mage - In Combat - Cast Bloodlust'),\n(2739, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Shadowforge Tunneler - On Aggro - Cast Defensive Stance'),\n(2739, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7600, 13700, 0, 5, 11, 8380, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowforge Tunneler - In Combat - Cast Sunder Armor'),\n(2739, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Tunneler - Between 0-15% Health - Flee For Assist'),\n(2740, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3500, 4000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Shadowforge Darkweaver - In Combat - Cast Shadow Bolt'),\n(2740, 0, 1, 0, 0, 0, 100, 0, 14900, 23100, 14900, 31200, 0, 0, 11, 9482, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Darkweaver - In Combat - Cast Amplify Flames'),\n(2740, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Darkweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2742, 0, 0, 0, 0, 0, 100, 0, 8800, 11900, 16400, 35800, 0, 0, 11, 6066, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Shadowforge Chanter - In Combat - Cast Power Word: Shield'),\n(2742, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18800, 36600, 40, 40, 11, 6077, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Shadowforge Chanter - On Friendly Between 0-40% Health - Cast Renew'),\n(2742, 0, 2, 0, 0, 0, 100, 0, 8000, 10000, 18000, 24000, 0, 0, 11, 15970, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Chanter - In Combat - Cast Sleep'),\n(2742, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Chanter - Between 0-15% Health - Flee For Assist'),\n(2743, 0, 0, 0, 0, 0, 100, 0, 7000, 18000, 22000, 23000, 0, 0, 11, 17207, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Shadowforge Warrior - In Combat - Cast Whirlwind'),\n(2743, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shadowforge Warrior - Between 0-15% Health - Flee For Assist'),\n(2893, 0, 0, 0, 0, 0, 100, 0, 4000, 15900, 15700, 26100, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Stonevault Bonesnapper - Within 0-5 Range - Cast Strike'),\n(2893, 0, 1, 0, 105, 0, 50, 0, 9000, 19000, 15000, 25000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Stonevault Bonesnapper - Within 0-5 Range - Cast Pummel'),\n(2893, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stonevault Bonesnapper - Between 0-15% Health - Flee For Assist'),\n(2894, 0, 0, 0, 2, 0, 60, 1, 0, 80, 0, 0, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Stonevault Shaman - Between 0-80% Health - Cast Healing Ward'),\n(2894, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Stonevault Shaman - Between 0-15% Health - Flee For Assist'),\n(2906, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Warrior - On Aggro - Say Line 0'),\n(2907, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dustbelcher Mystic - On Aggro - Say Line 0'),\n(2907, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dustbelcher Mystic - In Combat - Cast Lightning Bolt'),\n(2907, 0, 2, 0, 0, 0, 100, 0, 0, 15000, 30000, 30000, 0, 0, 11, 13281, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dustbelcher Mystic - In Combat - Cast Earth Shock');\n\n-- set members escort Tho'Grun to active, so the patrol stays together\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (2716, 2717, 2718, 2907);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-6973, -6974, -6975, -6989, -7210);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-6973, 0, 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, 'Dustbelcher Wyrmhunter - On Respawn - Set Active'),\n(-6974, 0, 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, 'Dustbelcher Shaman - On Respawn - Set Active'),\n(-6975, 0, 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, 'Dustbelcher Wyrmhunter - On Respawn - Set Active'),\n(-6989, 0, 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, 'Dustbelcher Mauler - On Respawn - Set Active'),\n(-7210, 0, 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, 'Dustbelcher Mystic - On Respawn - Set Active');\n\n-- fix drop rate Small Stone Shard, quest 710\nUPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 4626;\n\n-- fix drop rate of Indurium Flake from non elites, quest 1108\nUPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 5797 AND `Entry` IN (2893, 2894);\n"
  },
  {
    "path": "data/sql/world/base/zone_barrens.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (3243, 3383, 3414, 3470, 3472, 3476, 4127, 4128, 4129);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(3234, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3252, 3253, 3254, 3255, 3256, 3258, 3260, 3261, 3263, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, \n3397, 3276, 3277, 3278, 3279, 3280, 3282, 3283, 3284, 3285, 3286, 3295, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3384, 3385, 3386, 3392, 3393, 3394, 3398, \n3416, 3424, 3425, 3426, 3434, 3435, 3436, 3438, 3452, 3454, 3455, 3456, 3457, 3458, 3459, 3461, 3463, 3466, 3471, 3473, \n5828, 5829, 5830, 5831, 5834, 5835, 5836, 5838, 5841, 5842, 5847, 5848, 5849, 5851, 5859, 5863, 5865, 6494, 7872, 7873, 7874, 9336, 12865, 14908);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(3234, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3252, 3253, 3254, 3255, 3256, 3258, 3260, 3261, 3263, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, \n3397, 3276, 3277, 3278, 3279, 3280, 3282, 3283, 3284, 3285, 3286, 3295, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3392, 3393, 3394, 3398, \n3414, 3416, 3424, 3425, 3426, 3434, 3435, 3436, 3438, 3452, 3454, 3455, 3456, 3457, 3458, 3459, 3461, 3463, 3466, 3470, 3471, 3472, 3473, 3476, 4127, 4128, 4129, \n5828, 5829, 5830, 5831, 5834, 5835, 5836, 5838, 5841, 5842, 5847, 5848, 5849, 5851, 5859, 5863, 5865, 6494, 7872, 7873, 7874, 9336, 12865, 14908);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3234, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Lost Barrens Kodo - On Aggro - Cast Rushing Charge'),\n(3234, 0, 1, 0, 0, 0, 100, 0, 7000, 16000, 9000, 17000, 0, 0, 11, 6266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lost Barrens Kodo - In Combat - Cast Kodo Stomp'),\n(3236, 0, 0, 0, 0, 0, 100, 0, 7000, 16000, 9000, 17000, 0, 0, 11, 6266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Barrens Kodo - In Combat - Cast Kodo Stomp'),\n(3237, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Wooly Kodo - On Aggro - Cast Rushing Charge'),\n(3238, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 12000, 0, 30, 11, 5401, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stormhide   - Within 0-30 Range - Cast Lizard Bolt'),\n(3238, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 6730, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stormhide   - Within 0-5 Range  - Cast Head Butt'),\n(3239, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 12000, 0, 30, 11, 5401, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Thunderhead - Within 0-30 Range - Cast Lizard Bolt'),\n(3240, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 12000, 0, 30, 11, 5401, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stormsnout  - Within 0-30 Range - Cast Lizard Bolt'),\n(3241, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Savannah Patriarch - On Respawn - Cast Speed'),\n(3242, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Zhevra Runner - On Respawn - Cast Speed'),\n(3244, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greater Plainstrider  - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3245, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Ornery Plainstrider   - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3246, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Fleeting Plainstrider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3247, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 325, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Thunderhawk Hatchling - Out of Combat - Cast Lightning Shield'),\n(3247, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Thunderhawk Hatchling - In Combat - Cast Lightning Bolt'),\n(3248, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Barrens Giraffe - On Respawn  - Cast Speed'),\n(3249, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 15000, 0, 10, 11, 8078, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Greater Thunderhawk - Within 0-10 Range - Cast Thunderclap'),\n(3250, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 5000, 55000, 0, 0, 11, 6587, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Silithid Creeper - In Combat - Cast Silithid Creeper Egg'),\n(3252, 0, 0, 0, 1, 0, 100, 1, 5000, 5000, 0, 0, 0, 0, 11, 6589, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Silithid Swarmer - Out of Combat - Cast Silithid Swarm (No Repeat)'),\n(3253, 0, 0, 0, 0, 0, 100, 0, 12000, 18000, 25000, 35000, 0, 0, 11, 7278, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Silithid Harvester - In Combat - Cast Summon Harvester Swarm'),\n(3254, 0, 0, 0, 0, 0, 100, 0, 11000, 21000, 13000, 19000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Sunscale Lashtail - Within 0-5 Range - Cast Lash'),\n(3255, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Sunscale Screecher - On Respawn - Cast Speed'),\n(3255, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 39, 40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Sunscale Screecher - Between 0-30% Health - Call For Help (No Repeat)'),\n(3255, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Sunscale Screecher - On Call For Help - Say Line 0'),\n(3256, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Sunscale Scytheclaw - On Respawn - Cast Thrash Proc'),\n--\n(3258, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Bristleback Hunter - Outside 30 Range - Start Combat Movement'),\n(3258, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Bristleback Hunter - Within 5-30 Range - Stop Combat Movement'),\n(3258, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bristleback Hunter - Within 0-5 Range - Start Combat Movement'),\n(3258, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bristleback Hunter - Within 5-30 Range - Cast Shoot'),\n(3258, 0, 4, 0, 0, 0, 100, 0, 9000, 14000, 9000, 14000, 0, 0, 11, 8806, 32, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,   'Bristleback Hunter - Within 5-30 Range - Cast Poisoned Shot'),\n(3258, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bristleback Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3260, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 16000, 0, 8, 11, 12748, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Bristleback Water Seeker - Within 0-8 Range - Cast Frost Nova'),\n(3260, 0, 1, 0, 2, 0, 100, 0, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bristleback Water Seeker - Between 0-15% Health - Flee For Assist'),\n(3261, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 60000, 60000, 0, 0, 11, 782, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bristleback Thornweaver - Out of Combat - Cast Thorns'),\n(3261, 0, 1, 0, 0, 0, 100, 0, 5000, 11000, 12000, 18000, 0, 0, 11, 12747, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Bristleback Thornweaver - In Combat - Cast Entangling Roots'),\n(3261, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bristleback Thornweaver - Between 0-15% Health - Flee For Assist'),\n(3263, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bristleback Geomancer - In Combat - Cast Fireball'),\n(3263, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 17000, 22000, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Bristleback Geomancer - In Combat - Cast Quick Flame Ward'),\n(3263, 0, 2, 0, 0, 0, 100, 0, 8000, 13000, 18000, 25000, 0, 0, 11, 20794, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Bristleback Geomancer - In Combat - Cast Flamestrike'),\n(3263, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bristleback Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3265, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Razormane Hunter - Outside 30 Range - Start Combat Movement'),\n(3265, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Razormane Hunter - Within 5-30 Range - Stop Combat Movement'),\n(3265, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Razormane Hunter - Within 0-5 Range - Start Combat Movement'),\n(3265, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Razormane Hunter - Within 5-30 Range - Cast Shoot'),\n(3265, 0, 4, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6479, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Razormane Hunter - Out of Combat - Cast Summon Razormane Wolf'),\n(3265, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3266, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Razormane Defender - On Aggro - Cast Battle Stance'),\n(3266, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 35000, 35000, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Razormane Defender - In Combat - Cast Demoralizing Shout'), -- https://www.youtube.com/watch?v=7L9B25m566E&t=435s\n(3266, 0, 2, 0, 0, 0, 100, 0, 4000, 4000, 11000, 11000, 0, 0, 11, 25710, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Razormane Defender - Within 0-5 Range - Cast Heroic Strike'),\n(3266, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Defender - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3267, 0, 0, 0, 0, 0, 80, 0, 7000, 13000, 30000, 40000, 0, 0, 11, 6278, 32, 0, 0, 0, 0, 5, 15, 0, 0, 0, 0, 0, 0, 0,    'Razormane Water Seeker - Within 0-15 Range - Cast Creeping Mold'),\n(3267, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Water Seeker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3268, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 467, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Razormane Thornweaver - On Aggro - Cast Thorns'),\n(3268, 0, 1, 0, 0, 0, 100, 0, 7000, 12000, 15000, 21000, 0, 0, 11, 6950, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Razormane Thornweaver - Within 0-30 Range - Cast Faerie Fire'),\n(3268, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Thornweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3269, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Razormane Geomancer - Out of Combat - Cast Frost Armor'),\n(3269, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Razormane Geomancer - In Combat - Cast Fireball'),\n(3269, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3270, 0, 0, 0, 2, 0, 100, 0, 0, 50, 24200, 38600, 0, 0, 11, 547, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Elder Mystic Razorsnout - Between 0-50% Health - Cast Healing Wave'),\n(3270, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 2484, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Elder Mystic Razorsnout - Between 0-30% Health - Cast Earthbind Totem (No Repeat)'),\n(3270, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Elder Mystic Razorsnout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3271, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Razormane Mystic - Out of Combat - Cast Lightning Shield'),\n(3271, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 324, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Razormane Mystic - In Combat - Cast Lightning Shield'),\n(3271, 0, 2, 0, 74, 0, 100, 0, 6000, 10000, 12000, 20000, 50, 40, 11, 547, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Razormane Mystic - Friendly Between 0-50% Health - Cast Healing Wave'),\n(3271, 0, 3, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3272, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Kolkar Wrangler - Outside 30 Range - Start Combat Movement'),\n(3272, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Kolkar Wrangler - Within 5-30 Range - Stop Combat Movement'),\n(3272, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Kolkar Wrangler - Within 0-5 Range - Start Combat Movement'),\n(3272, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Kolkar Wrangler - Within 5-30 Range - Cast Shoot'),\n(3272, 0, 4, 0, 0, 0, 100, 0, 4000, 6000, 25000, 35000, 0, 0, 11, 12024, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Kolkar Wrangler - In Combat - Cast Net'),\n(3272, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kolkar Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3273, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 30, 11, 6535, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Kolkar Stormer - Within 0-30 Range - Cast Lightning Cloud (No Repeat)'),\n(3273, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Kolkar Stormer - In Combat - Cast Lightning Bolt'),\n(3273, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kolkar Stormer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3274, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Kolkar Pack Runner - On Aggro - Cast Battle Shout'),\n(3274, 0, 1, 2, 6, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Kolkar Pack Runner - On Just Died - Say Line 0'),\n(3274, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 3395, 4, 300000, 0, 0, 0, 8, 0, 0, 0, 0, -1210.59, -2725.84, 106.783, 4.95674, 'Kolkar Pack Runner - On Just Died - Summon Creature \\'Verog the Dervish\\''),\n(3275, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Kolkar Marauder - On Aggro - Cast Charge'),\n(3275, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Kolkar Marauder - Within 0-5 Range - Cast Strike'),\n(3275, 0, 2, 0, 0, 0, 100, 0, 7000, 15000, 9000, 14000, 0, 0, 11, 11976, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Kolkar Marauder - Within 0-5 Range - Cast Tetanus'),\n(3275, 0, 3, 4, 6, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Kolkar Marauder - On Just Died - Say Line 0'),\n(3275, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 3395, 4, 300000, 0, 0, 0, 8, 0, 0, 0, 0, -1210.59, -2725.84, 106.783, 4.95674, 'Kolkar Marauder - On Just Died - Summon Creature \\'Verog the Dervish\\''),\n(3397, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 35000, 35000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Kolkar Bloodcharger - In Combat - Cast Bloodlust'),\n(3397, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 20000, 20000, 0, 0, 11, 172, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Kolkar Bloodcharger - In Combat - Cast Corruption'),\n(3397, 0, 2, 3, 6, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Kolkar Bloodcharger - On Just Died - Say Line 0'),\n(3397, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 3395, 4, 300000, 0, 0, 0, 8, 0, 0, 0, 0, -1210.59, -2725.84, 106.783, 4.95674, 'Kolkar Bloodcharger - On Just Died - Summon Creature \\'Verog the Dervish\\''),\n--\n(3276, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 18000, 25000, 0, 0, 11, 7098, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Witchwing Harpy - In Combat - Cast Curse of Mending'),\n(3276, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Witchwing Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3277, 0, 0, 0, 4, 0, 75, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                       'Witchwing Roguefeather - On Aggro - Say Line 0'),\n(3277, 0, 1, 0, 0, 0, 100, 0, 4000, 8000, 12000, 16000, 0, 0, 11, 7992, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Witchwing Roguefeather - In Combat - Cast Slowing Poison'),\n(3277, 0, 2, 0, 67, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Witchwing Roguefeather - Behind Target - Cast Exploit Weakness'),\n(3278, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                       'Witchwing Slayer - On Aggro - Say Line 0'),\n(3278, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 10000, 0, 8, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Witchwing Slayer - Within 0-8 Range - Cast Demoralizing Shout'),\n(3278, 0, 2, 0, 12, 0, 100, 0, 0, 20, 5000, 10000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Witchwing Slayer - Target Between 0-20% Health - Cast Execute'),\n(3278, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Witchwing Slayer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3279, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Witchwing Ambusher - On Aggro - Say Line 0'),\n(3279, 0, 1, 0, 67, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Witchwing Ambusher - Behind Target - Cast Exploit Weakness'),\n(3279, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Witchwing Ambusher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3280, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                       'Witchwing Windcaller - On Aggro - Say Line 0'),\n(3280, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 12000, 15000, 0, 0, 11, 6728, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Witchwing Windcaller - Within 0-30 Range - Cast Enveloping Winds'),\n(3280, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Witchwing Windcaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3282, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Venture Co. Mercenary - Outside 30 Range - Start Combat Movement'),\n(3282, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Venture Co. Mercenary - Within 5-30 Range - Stop Combat Movement'),\n(3282, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Venture Co. Mercenary - Within 0-5 Range - Start Combat Movement'),\n(3282, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Venture Co. Mercenary - Within 5-30 Range - Cast Shoot'),\n(3282, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Mercenary - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3283, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 20000, 35000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Venture Co. Enforcer - In Combat - Cast Battle Shout'),\n(3283, 0, 1, 0, 0, 0, 100, 0, 12000, 22000, 20000, 33000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Venture Co. Enforcer - Within 0-5 Range - Cast Disarm'),\n(3283, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Enforcer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3284, 0, 0, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Drudger - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(3285, 0, 0, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Peon - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(3286, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 12000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Venture Co. Overseer - In Combat - Cast Hamstring'),\n(3295, 0, 0, 0, 9, 0, 100, 9, 0, 0, 9000, 16000, 0, 5, 11, 7279, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Sludge Beast - Within 0-5 Range - Cast Black Sludge'),\n--\n(3374, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bael\\'dun Excavator - On Aggro - Cast Defensive Stance'),\n(3374, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7386, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Bael\\'dun Excavator - Within 0-5 Range - Cast Sunder Armor'),\n(3374, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Excavator - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3375, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6257, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bael\\'dun Foreman - On Aggro - Cast Torch Toss'),\n(3375, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Foreman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3376, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Soldier - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3377, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Bael\\'dun Rifleman - Outside 30 Range - Start Combat Movement'),\n(3377, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Bael\\'dun Rifleman - Within 5-30 Range - Stop Combat Movement'),\n(3377, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bael\\'dun Rifleman - Within 0-5 Range - Start Combat Movement'),\n(3377, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bael\\'dun Rifleman - Within 5-30 Range - Cast Shoot'),\n(3377, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Rifleman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3378, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bael\\'dun Officer - On Respawn - Cast Thrash Proc'),\n(3378, 0, 1, 0, 0, 0, 100, 0, 1000, 1000, 15000, 23000, 0, 0, 11, 6264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Bael\\'dun Officer - In Combat - Cast Nimble Reflexes'),\n(3378, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Officer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3379, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 4133, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Burning Blade Bruiser - On Aggro - Cast Bruise'),\n(3380, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 696, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Burning Blade Acolyte - On Aggro - Cast Demon Skin'),\n(3380, 0, 1, 0, 0, 0, 70, 0, 5000, 5000, 20000, 20000, 0, 0, 11, 707, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Burning Blade Acolyte - In Combat - Cast Immolate'),\n(3380, 0, 2, 0, 0, 0, 70, 1, 0, 0, 15000, 15000, 0, 0, 11, 980, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Burning Blade Acolyte - In Combat - Cast Curse of Agony'),\n(3380, 0, 3, 0, 2, 0, 80, 0, 0, 50, 13000, 13000, 0, 0, 11, 689, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Burning Blade Acolyte - Between 0-50% Health - Cast Drain Life'),\n(3381, 0, 0, 0, 0, 0, 100, 0, 7000, 14000, 10000, 16000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Southsea Brigand - Within 0-5 Range  - Cast Backhand'),\n(3381, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Southsea Brigand - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3382, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Southsea Cannoneer - Outside 30 Range - Start Combat Movement'),\n(3382, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Southsea Cannoneer - Within 5-30 Range - Stop Combat Movement'),\n(3382, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Southsea Cannoneer - Within 0-5 Range - Start Combat Movement'),\n(3382, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Southsea Cannoneer - Within 5-30 Range - Cast Shoot'),\n(3382, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Southsea Cannoneer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3384, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Southsea Privateer - Outside 30 Range - Start Combat Movement'),\n(3384, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Southsea Privateer - Within 5-30 Range - Stop Combat Movement'),\n(3384, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Southsea Privateer - Within 0-5 Range - Start Combat Movement'),\n(3384, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Southsea Privateer - Within 5-30 Range - Cast Shoot'),\n(3384, 0, 4, 0, 0, 0, 100, 0, 4000, 6000, 9000, 13000, 0, 0, 11, 3011, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,     'Southsea Privateer - Within 5-30 Range - Cast Fire Shot'),\n(3384, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Southsea Privateer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3385, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Theramore Marine - On Aggro - Cast Defensive Stance'),\n(3385, 0, 1, 0, 105, 0, 50, 0, 3000, 5000, 15000, 21000, 0, 5, 11, 72, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Theramore Marine - Target Casting - Cast Shield Bash'),\n(3385, 0, 2, 0, 0, 0, 100, 0, 12000, 18000, 20000, 33000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Theramore Marine - Within 0-5 Range - Cast Disarm'),\n(3385, 0, 3, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Theramore Marine - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(3386, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Theramore Preserver - In Combat - Cast Holy Smite'),\n(3386, 0, 1, 0, 74, 0, 100, 0, 0, 0, 12000, 18000, 80, 40, 11, 2052, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Theramore Preserver - Friendly Between 0-80% Health - Cast Lesser Heal'),\n(3386, 0, 2, 0, 74, 0, 100, 0, 0, 0, 15000, 21000, 20, 40, 11, 6074, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Theramore Preserver - Friendly Between 0-20% Health - Cast Renew'),\n(3386, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Theramore Preserver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3392, 0, 0, 0, 0, 0, 100, 0, 7000, 14000, 10000, 16000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Prospector Khazgorm - Within 0-5 Range - Cast Backhand'),\n(3393, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Captain Fairmount - On Aggro - Cast Battle Shout'),\n(3393, 0, 1, 0, 2, 0, 100, 0, 0, 30, 27500, 27500, 0, 0, 11, 19134, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Captain Fairmount - Between 0-30% Health - Cast Frightening Shout'),\n(3393, 0, 2, 0, 105, 0, 50, 0, 0, 0, 40000, 40000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Captain Fairmount - Target Casting - Cast Pummel'),\n(3394, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Barak Kodobane - Outside 30 Range - Start Combat Movement'),\n(3394, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Barak Kodobane - Within 5-30 Range - Stop Combat Movement'),\n(3394, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Barak Kodobane - Within 0-5 Range - Start Combat Movement'),\n(3394, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Barak Kodobane - Within 5-30 Range - Cast Shoot'),\n(3394, 0, 4, 0, 0, 0, 100, 0, 2000, 5000, 25000, 35000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Barak Kodobane - In Combat - Cast Net'),\n(3394, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Barak Kodobane - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3398, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Gesharahan - On Respawn - Cast Deadly Poison Proc'),\n--\n(3416, 0, 0, 0, 0, 0, 60, 1, 0, 0, 14000, 14000, 0, 0, 11, 6598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Savannah Matriarch - In Combat - Cast Savannah Cub'),\n(3424, 0, 0, 0, 9, 0, 80, 0, 0, 0, 15000, 15000, 0, 8, 11, 8078, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Thunderhawk Cloudscraper - Within 0-8 Range - Cast Thunderclap'),\n(3425, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Savannah Prowler - On Respawn - Cast Speed'),\n(3426, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Zhevra Charger - On Respawn - Cast Speed'),\n--\n(3434, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Nak - In Combat - Cast Lightning Bolt'),\n(3434, 0, 1, 0, 2, 0, 100, 0, 0, 50, 17000, 23000, 0, 0, 11, 8004, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Nak - Between 0-50% Health - Cast Lesser Healing Wave'),\n(3434, 0, 2, 0, 0, 0, 100, 1, 6000, 12000, 0, 0, 0, 0, 11, 8154, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Nak - In Combat - Cast Stoneskin Totem (No Repeat)'),\n(3434, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Nak - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3435, 0, 0, 0, 0, 0, 100, 0, 7000, 7000, 15000, 15000, 0, 0, 11, 9080, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Lok Orcbane - Within 0-5 Range - Cast Hamstring'),\n(3435, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lok Orcbane - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3436, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Kuz - In Combat - Cast Frostbolt'),\n(3436, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 9000, 12000, 0, 0, 11, 20795, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Kuz - In Combat - Cast Fire Blast'),\n(3436, 0, 2, 0, 106, 0, 100, 0, 0, 0, 12000, 16000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Kuz - Within 0-8 Range - Cast Frost Nova'),\n(3438, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kreenig Snarlsnout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3452, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 19000, 19000, 0, 0, 11, 3264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Serena Bloodfeather - In Combat - Cast Blood Howl'),\n(3452, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Serena Bloodfeather - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3454, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cannoneer Smythe - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3455, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cannoneer Whessan - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3456, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Razormane Pathfinder - Outside 30 Range - Start Combat Movement'),\n(3456, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Razormane Pathfinder - Within 5-30 Range - Stop Combat Movement'),\n(3456, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Razormane Pathfinder - Within 0-5 Range - Start Combat Movement'),\n(3456, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Razormane Pathfinder - Within 5-30 Range - Cast Shoot'),\n(3456, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Razormane Pathfinder - On Respawn - Cast Thrash Proc'),\n(3456, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3457, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Razormane Stalker - Out of Combat - Cast Sneak  (No Repeat)'),\n(3457, 0, 1, 0, 9, 0, 100, 0, 0, 0, 30000, 40000, 0, 5, 11, 1758, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Razormane Stalker - Within 0-5 Range - Cast Sinister Strike'),\n(3457, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Stalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3458, 0, 0, 0, 0, 0, 100, 0, 5000, 11000, 16000, 24000, 0, 0, 11, 6363, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Razormane Seer - In Combat - Cast Searing Totem'),\n(3458, 0, 1, 0, 2, 0, 100, 0, 0, 50, 25000, 35000, 0, 0, 11, 6274, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Razormane Seer - Between 0-50% Health - Cast Healing Ward'),\n(3458, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3459, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Warfrenzy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3461, 0, 0, 0, 0, 0, 100, 0, 9000, 18000, 17000, 24000, 0, 0, 11, 6530, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Oasis Snapjaw - In Combat - Cast Sling Dirt'),\n(3463, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Wandering Barrens Giraffe - On Respawn - Cast Speed'),\n(3466, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17498, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Zhevra Courser - On Respawn - Cast Speed'),\n(3471, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tinkerer Sniggles - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3473, 0, 0, 0, 0, 0, 100, 0, 7000, 15000, 10000, 18000, 0, 0, 11, 6254, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Owatanka - In Combat - Cast Chained Bolt'),\n(5828, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 14000, 0, 5, 11, 3247, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Humar the Pridelord - Within 0-5 Range - Cast Agonizing Pain'),\n(5828, 0, 1, 2, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 39, 75, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Humar the Pridelord - Between 0-25% Health - Call For Help'), -- https://www.youtube.com/watch?v=ofv1U_gRhEY\n(5828, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Humar the Pridelord - On Call For Help - Say Line 0'),\n(5829, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 7000, 11000, 0, 0, 11, 7951, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Snort the Heckler - In Combat - Cast Toxic Spit'),\n(5829, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Snort the Heckler - Within 0-5 Range - Cast Tendon Rip'),\n(5830, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 14000, 21000, 0, 0, 11, 6728, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Sister Rathtalon - Within 0-30 Range - Cast Enveloping Winds'),\n(5830, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 6982, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Sister Rathtalon - Within 0-5 Range - Cast Gust of Wind'),\n(5830, 0, 2, 0, 0, 0, 100, 0, 11000, 16000, 25000, 35000, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Sister Rathtalon - In Combat - Cast Lightning Cloud'),\n(5830, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Sister Rathtalon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5831, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 7000, 15000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Swiftmane - Within 0-5 Range - Cast Pierce Armor'),\n(5831, 0, 1, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 5831, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Swiftmane - On Reset - Start Patrol Path 5831'),\n(5831, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Swiftmane - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5834, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13375, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Azzere the Skyblade - In Combat - Cast Fireball'),\n(5834, 0, 1, 0, 0, 0, 80, 0, 4000, 9000, 22000, 29000, 0, 0, 11, 6725, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Azzere the Skyblade - In Combat - Cast Flame Spike'),\n(5835, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Foreman Grills - Within 0-5 Range - Cast Hamstring'),\n(5836, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Engineer Whirleygig - On Aggro - Cast Compact Harvest Reaper'),\n(5836, 0, 1, 0, 0, 0, 100, 0, 5000, 16000, 25000, 31000, 0, 0, 11, 8209, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Engineer Whirleygig - In Combat - Cast Explosive Sheep'),\n(5838, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Brokespear - Outside 30 Range - Start Combat Movement'),\n(5838, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Brokespear - Within 5-30 Range - Stop Combat Movement'),\n(5838, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Brokespear - Within 0-5 Range - Start Combat Movement'),\n(5838, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Brokespear - Within 5-30 Range - Cast Throw'),\n(5838, 0, 4, 0, 0, 0, 100, 0, 6000, 12000, 9000, 15000, 0, 0, 11, 7992, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Brokespear - In Combat - Cast Slowing Poison'),\n(5838, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Brokespear - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5841, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Rocklance - On Aggro - Cast Defensive Stance'),\n(5841, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 17000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Rocklance - Within 0-5 Range - Cast Cleave'),\n(5841, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rocklance - Within 0-5 Range - Cast Sunder Armor'),\n(5841, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 500, 0, 0, 0, 0, 0, 10, 14007, 0, 0, 0, 0, 0, 0, 0,               'Rocklance - On Respawn - Respawn Formation Member 14007'),\n(5841, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 500, 0, 0, 0, 0, 0, 10, 20588, 0, 0, 0, 0, 0, 0, 0,               'Rocklance - On Respawn - Respawn Formation Member 20588'),\n(5842, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Takk the Leaper - On Aggro - Cast Rushing Charge'),\n(5847, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Heggin Stonewhisker - Outside 30 Range - Start Combat Movement'),\n(5847, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Heggin Stonewhisker - Within 5-30 Range - Stop Combat Movement'),\n(5847, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Heggin Stonewhisker - Within 0-5 Range - Start Combat Movement'),\n(5847, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Heggin Stonewhisker - Within 5-30 Range - Cast Shoot'),\n(5847, 0, 4, 0, 0, 0, 100, 0, 6000, 12000, 9000, 14000, 0, 0, 11, 6979, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Heggin Stonewhisker - Within 0-30 Range - Cast Fire Shot'),\n(5847, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Heggin Stonewhisker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5848, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 5242, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Malgin Barleybrew - On Aggro - Cast Battle Shout'),\n(5849, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Digger Flameforge - Outside 30 Range - Start Combat Movement'),\n(5849, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Digger Flameforge - Within 5-30 Range - Stop Combat Movement'),\n(5849, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Digger Flameforge - Within 0-5 Range - Start Combat Movement'),\n(5849, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 7978, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Digger Flameforge - Within 5-30 Range - Cast Throw Dynamite'),\n(5849, 0, 4, 0, 0, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 6253, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Digger Flameforge - Within 0-5 Range - Cast Backhand'),\n(5849, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Digger Flameforge - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5851, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Captain Gerogg Hammertoe - On Aggro - Cast Defensive Stance'),\n(5851, 0, 1, 0, 105, 0, 50, 0, 0, 0, 11000, 13000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Captain Gerogg Hammertoe - Target Casting - Cast Shield Bash'),\n(5851, 0, 2, 0, 2, 0, 100, 1, 0, 30, 30000, 40000, 0, 0, 11, 15062, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Captain Gerogg Hammertoe - Between 0-30% Health - Cast Shield Wall'),\n(5851, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Gerogg Hammertoe - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5859, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Hagg Taurenbane - On Respawn - Cast Battle Stance'),\n(5859, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 9080, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hagg Taurenbane - Within 0-5 Range - Cast Hamstring'),\n(5863, 0, 0, 0, 2, 0, 70, 0, 0, 60, 12500, 12500, 0, 0, 11, 600, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Geopriest Gukk\\'rok - Between 0-60% Health - Cast Power Word: Shield'),\n(5863, 0, 1, 0, 2, 0, 70, 0, 0, 45, 7500, 7500, 0, 0, 11, 6075, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Geopriest Gukk\\'rok - Between 0-45% Health - Cast Renew'),\n(5863, 0, 2, 0, 2, 0, 70, 0, 0, 20, 27500, 27500, 0, 0, 11, 2054, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Geopriest Gukk\\'rok - Between 0-20% Health - Cast Heal'),\n(5863, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Geopriest Gukk\\'rok - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5865, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8210, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dishu - On Aggro - Cast Savannah Cubs'),\n(6494, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 5, 11, 6253, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Tazan - Within 0-5 Range - Cast Backhand'),\n(6494, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tazan - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7872, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deaths Head Cultist - In Combat - Cast Shadow Bolt'),\n(7872, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 8000, 13000, 0, 0, 11, 11433, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Deaths Head Cultist - In Combat - Cast Death & Decay'),\n(7872, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deaths Head Cultist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7873, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 9000, 15000, 0, 0, 11, 11430, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Razorfen Battleguard - Within 0-5 Range - Cast Slam'),\n(7873, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razorfen Battleguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7874, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7966, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Razorfen Thornweaver - On Aggro - Cast Thorns Aura'),\n(7874, 0, 1, 0, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 11431, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Razorfen Thornweaver - Between 0-25% Health - Cast Healing Touch (No Repeat)'),\n(7874, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razorfen Thornweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9336, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Boss Copperplug - Outside 30 Range - Start Combat Movement'),\n(9336, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Boss Copperplug - Within 5-30 Range - Stop Combat Movement'),\n(9336, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Boss Copperplug - Within 0-5 Range - Start Combat Movement'),\n(9336, 0, 3, 0, 9, 0, 100, 0, 0, 0, 1000, 3000, 5, 30, 11, 9143, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Boss Copperplug - In Combat - Cast Bomb'),\n(9336, 0, 4, 0, 0, 0, 100, 0, 5000, 10000, 15000, 35000, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Boss Copperplug - In Combat - Cast Net'),\n(9336, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Boss Copperplug - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(12865, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ambassador Malcin - Combat - Cast Shadow Bolt'),\n(12865, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 15000, 25000, 0, 0, 11, 8282, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Ambassador Malcin - Combat - Cast Curse of Blood'),\n(14908, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 53, 0, 14908, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Mogg - On Reset - Start Waypoint'),\n(14908, 0, 1, 0, 40, 0, 100, 0, 5, 14908, 0, 0, 0, 0, 80, 1490800, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Mogg - On Waypoint 5 Reached - Run Script'),\n(14908, 0, 2, 0, 40, 0, 100, 0, 6, 14908, 0, 0, 0, 0, 80, 1490801, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Mogg - On Waypoint 6 Reached - Run Script'),\n(14908, 0, 3, 0, 40, 0, 100, 0, 7, 14908, 0, 0, 0, 0, 80, 1490802, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Mogg - On Waypoint 7 Reached - Run Script'),\n(14908, 0, 4, 0, 40, 0, 100, 0, 17, 14908, 0, 0, 0, 0, 80, 1490803, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Mogg - On Waypoint 17 Reached - Run Script'),\n(14908, 0, 5, 0, 40, 0, 100, 0, 27, 14908, 0, 0, 0, 0, 80, 1490804, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Mogg - On Waypoint 27 Reached - Run Script'),\n(14908, 0, 6, 0, 40, 0, 100, 0, 28, 14908, 0, 0, 0, 0, 80, 1490805, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Mogg - On Waypoint 28 Reached - Run Script'),\n(14908, 0, 7, 0, 40, 0, 100, 0, 29, 14908, 0, 0, 0, 0, 80, 1490806, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Mogg - On Waypoint 29 Reached - Run Script');\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (3279, 5828);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(3279, 0, 0, 'A fine trophy your head will make, $R.',                   12, 0, 100, 0, 0, 0, 2229, 0, 'Witchwing Ambusher'),\n(3279, 0, 1, 'My talons will shred your puny body, $R',                  12, 0, 100, 0, 0, 0, 2230, 0, 'Witchwing Ambusher'),\n(3279, 0, 2, 'You will be easy prey, $C.',                               12, 0, 100, 0, 0, 0, 2231, 0, 'Witchwing Ambusher'),\n(5828, 0, 0, '%s lets out a tremendous roar, alterting nearby enemies!', 16, 0, 100, 0, 0, 0, 2107, 0, 'Humar the Pridelord');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (2783, 4206, 4350);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES \n(15, 2783, 0, 7, 164, 50, 'Show menu if blacksmithing is 50 or higher'),  -- Traugh <Expert Blacksmith>\n(15, 4206, 0, 7, 165, 50, 'Show menu if leatherworking is 50 or higher'), -- Krulmoo Fullmoon <Expert Leatherworker>\n(15, 4350, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher');      -- Mahani <Expert Tailor>\n\nUPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier'   WHERE `entry` = 3477;-- Hraq <Blacksmithing Supplier>\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith'        WHERE `entry` = 3478; -- Traugh <Expert Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 3484; -- Kil'hala <Journeyman Tailor>\nUPDATE `creature_template` SET `subname` = 'Reagents and Herbs'       WHERE `entry` = 3490; -- Hula'mahi <Reagents and Herbs>\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer'      WHERE `entry` = 3494;-- Tinkerwiz <Journeyman Engineer>\nUPDATE `creature_template` SET `subname` = 'Engineering Goods'        WHERE `entry` = 3495;-- Gagsprocket <Engineering Goods>\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker'     WHERE `entry` = 3703;-- Krulmoo Fullmoon <Expert Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Expert Tailor'            WHERE `entry` = 3704;-- Mahani <Expert Tailor>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 5784;-- Waldor <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Skinner'                  WHERE `entry` = 6387;-- Dranh <Skinner>\nUPDATE `creature_template` SET `subname` = 'Master Goblin Engineer'   WHERE `entry` = 8738;-- Vazario Linkgrease <Master Goblin Engineer>\n\nUPDATE `creature_template` SET `gossip_menu_id` = 0, `npcflag` = 2 WHERE `entry` = 3443; -- Grub\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4244    WHERE `CreatureID` = 3465;-- Gilthares Firebough\n\n/* NPC Grub - not a Vendor in Vanilla */\nDELETE FROM `npc_vendor` WHERE `entry` = 3443;\n\n-- The Angry Scytheclaws\nDELETE FROM `quest_offer_reward` WHERE `ID` = 905;\nINSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `RewardText`) VALUES \n(905, 1, 'So you\\'ve been to the nests and placed the feathers of your prey within them. That took a fair portion of courage, no doubt about it.$B$B\n Do you feel a little tougher, $N? Because you look tougher now then when you first came here. I guess the Barrens is doing its job.');\n\n-- Miner's Fortune quest\nUPDATE `quest_template_locale` SET `Details` = 'Als Werftmeister eines so geschäftigen Hafens wie Ratchet habe ich mein Ohr immer am Puls der Zeit. Ich weiß alles über den Verkehr von Waren und Geld zwischen hier und Booty Bay. Die jüngste Neuigkeit, die ich erfahren habe, betrifft die Felsadermine der Venture Company nordöstlich des Schlickermoores. Einer der Minenarbeiter hat dort einen faustgroßen Smaragd gefunden. Ich kenne ein paar Käufer, die sich die Finger nach so etwas ablecken würden... und ich würde bei einem Verkauf Halbe-Halbe machen.', `CompletedText` = 'Bringt Katzenaugensmaragd zu Werftmeister Dizzywig.', `Objectives` = 'Beschafft Euch von einem der Vorarbeiter oder Vollstrecker der Venture Company den Katzenaugensmaragd und bringt ihn zu Dizzywig.' WHERE `ID` = 896 AND `locale` = 'deDE';\nUPDATE `quest_template_locale` SET `Details` = 'Como maestro de los muelles de un puerto tan activo como Trinquete, estoy al tanto de cualquier información. Lo sé todo del intercambio de mercancía y dinero entre este lugar y Bahía del Botín. Lo último que he oído es sobre Mina Pedrusco de Ventura y Cía. al noreste de El Fangal. Uno de los mineros descubrió una esmeralda del tamaño de tu puño. Sé de unos cuantos compradores que estarían interesados en ponerle las manos encima y no me importaría ir a medias en la venta.', `CompletedText` = 'Llévale la esmeralda el maestro de muelle.', `Objectives` = 'Recupera la esmeralda de ojo felino de un vigía de Ventura y Cía. o de uno de sus gorilas para Vertipeluca, el maestro de muelles, en Trinquete.' WHERE `ID` = 896 AND `locale` = 'esES';\nUPDATE `quest_template_locale` SET `Details` = 'Como maestro de los muelles de un puerto tan activo como Trinquete, estoy al tanto de cualquier información. Lo sé todo del intercambio de mercancía y dinero entre este lugar y Bahía del Botín. Lo último que he oído es sobre Mina Pedrusco de Ventura y Cía. al noreste de El Fangal. Uno de los mineros descubrió una esmeralda del tamaño de tu puño. Sé de unos cuantos compradores que estarían interesados en ponerle las manos encima y no me importaría ir a medias en la venta.', `CompletedText` = 'Llévale la esmeralda el maestro de muelle.', `Objectives` = 'Recupera la esmeralda de ojo felino de un vigía de Ventura y Cía. o de uno de sus gorilas para Vertipeluca, el maestro de muelles, en Trinquete.' WHERE `ID` = 896 AND `locale` = 'esMX';\nUPDATE `quest_template_locale` SET `Details` = 'Etant Maître des quais d''un port plein d''activité comme Ratchet, je prends toujours le pouls de l''information. Je sais tout des échanges de biens et d''argent entre ici et Baie-du-Butin. La dernière nouvelle que j''ai entendue concerne la mine des Pierriers de la KapitalRisk, au nord-est de la Videfange. L''un des mineurs y a découvert une émeraude aussi grosse que votre poing. Je connais quelques acheteurs qui voudraient mettre la main sur un tel joyau, et je suis prêt à faire 50-50.', `CompletedText` = 'Apportez l''Emeraude au Maître des quais Dizzywig.', `Objectives` = 'Prendre l''Emeraude oeil-de-chat à l''un des Surveillants ou l''un des Massacreurs de la KapitalRisk pour le Maître des quais Dizzywig.' WHERE `ID` = 896 AND `locale` = 'frFR';\n    \n-- Call of Water (Shaman)\nDELETE FROM `quest_request_items` WHERE `ID` = 63;\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `CompletionText`) VALUES \n(63, 1, 'The brazier still reflects the ambient light from the area, and the flame shifts slightly as you move closer.$B$B\n The corruption along the hills seems to have kept its distance, and besides the missing components, the brazier looks prepared for the ritual to summon a cleansed manifestation of water.');\n\n-- Hamuul Runetotem\nDELETE FROM `quest_request_items` WHERE `ID` = 1489;\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `CompletionText`) VALUES (1489, 1, NULL);\n\nUPDATE `quest_template` SET `LogDescription` = 'Bring the Shard of Water to Islen Waterseer in the Barrens.'       WHERE `ID` = 96;   -- Call of Water (Shaman)\nUPDATE `quest_template` SET `LogDescription` = 'Bring the Vial of Purest Water to Islen Waterseer in the Barrens.' WHERE `ID` = 220;  -- Call of Water (Shaman)\nUPDATE `quest_template` SET `LogDescription` = 'Speak with Ziz Fizziks in Windshear Crag.'                         WHERE `ID` = 1483; -- Ziz Fizziks\nUPDATE `quest_template` SET `LogDescription` = 'Find Brine in Southern Barrens.'                                   WHERE `ID` = 1530; -- Call of Water (Shaman)\nUPDATE `quest_template` SET `LogDescription` = 'Speak with Mura Runetotem in the Sepulcher.'                       WHERE `ID` = 3301; -- Mura Runetotem\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 882  WHERE `ID` = 1130; -- Melor Sends Word\nUPDATE `quest_template_addon` SET `PrevQuestID` = 1799 WHERE `ID` = 4962; -- Shard of a Felhound (Warlock)\nUPDATE `quest_template_addon` SET `PrevQuestID` = 1799 WHERE `ID` = 4963; -- Shard of an Infernal (Warlock)\nUPDATE `quest_template_addon` SET `PrevQuestID` = 4962 WHERE `ID` = 4964; -- The Completed Orb of Dar Orahil (Warlock)\nUPDATE `quest_template_addon` SET `PrevQuestID` = 4963 WHERE `ID` = 4975; -- The Completed Orb of Noh Orahil (Warlock)\nUPDATE `quest_template_addon` SET `PrevQuestID` = 871  WHERE `ID` = 5041; -- Supplies for the Crossroads\n\n\n/* fix waypoints, respawn times and spawn locations */\n\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 15085; -- Isha Iwak, waypoints\n\nDELETE FROM `creature` WHERE `id1` IN (3392, 3434, 3435, 3436, 3438, 3472, 3474, 5830, 5832, 5834, 5835);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(13984,  3392, 0, 0, 1, 0, 0, 1, 1, 1, -4181.31, -2184.33, 50.2665, 0.292325, 240, 5, 0, 600, 618, 1, 0, 0, 0, '', 0, 0, NULL),  -- Prospector Khazgorm\n(695061, 3392, 0, 0, 1, 0, 0, 1, 1, 1, -4212.91, -2274.4, 50.3081, 3.14864, 240, 5, 0, 600, 618, 1, 0, 0, 0, '', 0, 0, NULL),\n(695062, 3392, 0, 0, 1, 0, 0, 1, 1, 1, -4212.91, -2274.4, 50.3081, 3.14864, 240, 5, 0, 600, 618, 1, 0, 0, 0, '', 0, 0, NULL),\n(695063, 3392, 0, 0, 1, 0, 0, 1, 1, 1, -4212.91, -2274.4, 50.3081, 3.14864, 240, 5, 0, 600, 618, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(14365, 3434, 0, 0, 1, 0, 0, 1, 1, 1, -4001.8, -1816.72, 92.5149, 6.09076, 413, 0, 1, 544, 581, 2, 0, 0, 0, '', 0, 0, NULL),     -- Nak\n(14367, 3435, 0, 0, 1, 0, 0, 1, 1, 1, -3829.2, -1445.56, 134.164, 5.78225, 413, 0, 0, 713, 0, 0, 0, 0, 0, '', 0, 0, NULL),       -- Lok Orcbane\n(14383, 3436, 0, 0, 1, 0, 0, 1, 1, 1, -3814.72, -1955.13, 94.3856, 1.31559, 413, 0, 1, 864, 1272, 2, 0, 0, 0, '', 0, 0, NULL),   -- Kuz\n--\n(14386, 3438, 0, 0, 1, 0, 0, 1, 1, 0, -214.253, -3307.53, 91.7917, 5.16115, 275, 0, 1, 328, 0, 2, 0, 0, 0, '', 0, 0, NULL),      -- Kreenig Snarlsnout\n--\n(15081,  3472, 0, 0, 1, 0, 0, 1, 1, 0, -3849.84, -1749.75, 93.9752, 3.5057, 413, 25, 0, 713, 0, 1, 0, 0, 0, '', 0, 0, NULL),     -- Washte Pawne\n(695064, 3472, 0, 0, 1, 0, 0, 1, 1, 0, -3716.85, -1917.62, 91.7601, 5.45846, 413, 40, 0, 713, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695065, 3472, 0, 0, 1, 0, 0, 1, 1, 0, -3449.93, -1917.6, 95.3047, 1.55917, 413, 40, 0, 713, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695066, 3472, 0, 0, 1, 0, 0, 1, 1, 0, -3783.51, -2184.35, 93.8253, 0.88517, 413, 40, 0, 713, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(15083,  3474, 0, 0, 1, 0, 0, 1, 1, 0, -1837.25, -2188.44, 94.937, 0.149199, 413, 0, 1, 573, 0, 2, 0, 0, 0, '', 0, 0, NULL),     -- Lakota'Mani\n(695067, 3474, 0, 0, 1, 0, 0, 1, 1, 0, -1950.41, -1950, 92.8021, 5.44543, 413, 5, 0, 573, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695068, 3474, 0, 0, 1, 0, 0, 1, 1, 0, -1981.59, -2452.46, 93.3982, 3.92699, 413, 5, 0, 573, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695069, 3474, 0, 0, 1, 0, 0, 1, 1, 0, -1716.92, -2051.57, 91.8555, 0.872665, 413, 5, 0, 573, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(20429, 5830, 0, 0, 1, 0, 0, 1, 1, 0, 460.698, -1444.19, 91.7917, 1.27938, 19800, 0, 1, 1212, 1368, 2, 0, 0, 0, '', 0, 0, NULL), -- Sister Rathtalon\n(51816, 5832, 0, 0, 1, 0, 0, 1, 1, 0, -3781.11, -2250.33, 94.9149, 5.73416, 17500, 0, 1, 664, 0, 2, 0, 0, 0, '', 0, 0, NULL),    -- Thunderstomp\n(51813, 5834, 0, 0, 1, 0, 0, 1, 1, 0, -2718.01, -1919.48, 92.3914, 5.83035, 14400, 0, 1, 622, 982, 2, 0, 0, 0, '', 0, 0, NULL),  -- Azzere the Skyblade\n(51808, 5835, 0, 0, 1, 0, 0, 1, 1, 1, 1058.87, -3079.53, 91.7453, 4.64184, 14400, 0, 1, 314, 0, 2, 0, 0, 0, '', 0, 0, NULL);     -- Foreman Grills\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601036, 601037, 601038);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n--\n(13984,  601036, 0, 'Prospector Khazgorm'),\n(695061, 601036, 0, 'Prospector Khazgorm'),\n(695062, 601036, 0, 'Prospector Khazgorm'),\n(695063, 601036, 0, 'Prospector Khazgorm'),\n--\n(15081,  601037, 0, 'Washte Pawne'),\n(695064, 601037, 0, 'Washte Pawne'),\n(695065, 601037, 0, 'Washte Pawne'),\n(695066, 601037, 0, 'Washte Pawne'),\n--\n(15083,  601038, 0, 'Lakota\\'Mani'),\n(695067, 601038, 0, 'Lakota\\'Mani'),\n(695068, 601038, 0, 'Lakota\\'Mani'),\n(695069, 601038, 0, 'Lakota\\'Mani');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601036, 601037, 601038);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601036, 1, 'Prospector Khazgorm - Barrens'),\n(601037, 1, 'Washte Pawne - Barrens'),\n(601038, 1, 'Lakota Mani - Barrens');\n\nDELETE FROM `creature_addon` WHERE `guid` IN (14365, 14383, 14386, 15085, 20429, 51808, 51813, 51816);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(14365, 143650, 0, 0, 1, 0, 0, NULL),\n(14383, 143830, 0, 0, 1, 0, 0, NULL),\n(14386, 143860, 0, 0, 0, 0, 0, NULL),\n(15085, 150850, 0, 0, 0, 0, 0, NULL),\n(20429, 204290, 0, 0, 1, 0, 0, NULL),\n(51808, 518080, 0, 0, 1, 0, 0, NULL),\n(51813, 518130, 0, 0, 1, 0, 0, NULL),\n(51816, 518160, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (143650, 143830, 143860, 150850, 204290, 518080, 518130, 518160);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(143650, 1, -4012.59, -1810.81, 92.8317, NULL, 0, 0, 0, 100, 0), -- Nak\n(143650, 2, -4025.43, -1808.82, 94.3014, NULL, 0, 0, 0, 100, 0),\n(143650, 3, -4036.67, -1809.31, 95.5717, NULL, 0, 0, 0, 100, 0),\n(143650, 4, -4049.4, -1816.42, 94.7017, NULL, 0, 0, 0, 100, 0),\n(143650, 5, -4061.57, -1827.58, 94.3175, NULL, 0, 0, 0, 100, 0),\n(143650, 6, -4074.88, -1840.71, 93.8161, NULL, 0, 0, 0, 100, 0),\n(143650, 7, -4081.24, -1848.95, 92.5623, NULL, 0, 0, 0, 100, 0),\n(143650, 8, -4090.88, -1868.94, 92.18, NULL, 0, 0, 0, 100, 0),\n(143650, 9, -4088.95, -1888.37, 92.9908, NULL, 0, 0, 0, 100, 0),\n(143650, 10, -4079.68, -1900.12, 93.6059, NULL, 0, 0, 0, 100, 0),\n(143650, 11, -4062.4, -1899.76, 91.8249, NULL, 0, 0, 0, 100, 0),\n(143650, 12, -4046.45, -1889.04, 91.668, NULL, 0, 0, 0, 100, 0),\n(143650, 13, -4032.81, -1878.88, 91.668, NULL, 0, 0, 0, 100, 0),\n(143650, 14, -4017.37, -1867.06, 91.6675, NULL, 0, 0, 0, 100, 0),\n(143650, 15, -4003.21, -1853.48, 91.9056, NULL, 0, 0, 0, 100, 0),\n(143650, 16, -3997.67, -1842.26, 93.5669, NULL, 0, 0, 0, 100, 0),\n(143650, 17, -3996.54, -1825.76, 93.1474, NULL, 0, 0, 0, 100, 0),\n(143650, 18, -4004.03, -1814.4, 92.3789, NULL, 0, 0, 0, 100, 0),\n--\n(143830, 1, -3797.26, -1949.7, 94.8798, NULL, 0, 0, 0, 100, 0), -- Kuz\n(143830, 2, -3774.34, -1943.45, 95.1557, NULL, 0, 0, 0, 100, 0),\n(143830, 3, -3756.12, -1920.93, 92.6261, NULL, 0, 0, 0, 100, 0),\n(143830, 4, -3749.41, -1900.69, 93.1372, NULL, 0, 0, 0, 100, 0),\n(143830, 5, -3744.69, -1878.51, 92.1236, NULL, 0, 0, 0, 100, 0),\n(143830, 6, -3738.33, -1856.9, 92.7672, NULL, 0, 0, 0, 100, 0),\n(143830, 7, -3734.98, -1843.2, 94.2309, NULL, 0, 0, 0, 100, 0),\n(143830, 8, -3730.26, -1821.5, 92.9794, NULL, 0, 0, 0, 100, 0),\n(143830, 9, -3725.62, -1799.58, 91.6704, NULL, 0, 0, 0, 100, 0),\n(143830, 10, -3731.18, -1782.6, 91.8254, NULL, 0, 0, 0, 100, 0),\n(143830, 11, -3750.42, -1770.73, 93.039, NULL, 0, 0, 0, 100, 0),\n(143830, 12, -3765.38, -1765.41, 94.6422, NULL, 0, 0, 0, 100, 0),\n(143830, 13, -3783.77, -1763.73, 93.0782, NULL, 0, 0, 0, 100, 0),\n(143830, 14, -3802.32, -1764.79, 91.8298, NULL, 0, 0, 0, 100, 0),\n(143830, 15, -3816.88, -1768.73, 93.2129, NULL, 0, 0, 0, 100, 0),\n(143830, 16, -3833.85, -1772.97, 94.0804, NULL, 0, 0, 0, 100, 0),\n(143830, 17, -3848.28, -1777.73, 92.9392, NULL, 0, 0, 0, 100, 0),\n(143830, 18, -3864.28, -1785.3, 91.667, NULL, 0, 0, 0, 100, 0),\n(143830, 19, -3884.5, -1797.42, 91.9055, NULL, 0, 0, 0, 100, 0),\n(143830, 20, -3896.05, -1815.8, 91.6671, NULL, 0, 0, 0, 100, 0),\n(143830, 21, -3895.56, -1835.22, 91.7628, NULL, 0, 0, 0, 100, 0),\n(143830, 22, -3891.44, -1848.93, 93.5678, NULL, 0, 0, 0, 100, 0),\n(143830, 23, -3886.81, -1857.38, 94.3543, NULL, 0, 0, 0, 100, 0),\n(143830, 24, -3883.24, -1866.03, 94.0712, NULL, 0, 0, 0, 100, 0),\n(143830, 25, -3873.34, -1880.98, 93.5397, NULL, 0, 0, 0, 100, 0),\n(143830, 26, -3863.73, -1897.22, 93.0921, NULL, 0, 0, 0, 100, 0),\n(143830, 27, -3859.57, -1918.04, 93.1066, NULL, 0, 0, 0, 100, 0),\n(143830, 28, -3852.57, -1943.15, 91.7095, NULL, 0, 0, 0, 100, 0),\n(143830, 29, -3848.26, -1961.1, 92.2413, NULL, 0, 0, 0, 100, 0),\n(143830, 30, -3834.72, -1967.38, 92.9835, NULL, 0, 0, 0, 100, 0),\n(143830, 31, -3815.43, -1961.57, 94.2241, NULL, 0, 0, 0, 100, 0),\n(143830, 32, -3804.81, -1954.99, 95.0912, NULL, 0, 0, 0, 100, 0),\n--\n(143860, 1, -218.01, -3332.16, 91.6676, 4.60185, 0, 0, 0, 100, 0), -- Kreenig Snarlsnout\n(143860, 2, -225.482, -3341.16, 91.6676, 3.96175, 0, 0, 0, 100, 0),\n(143860, 3, -237.319, -3343.2, 91.7107, 2.57474, 0, 0, 0, 100, 0),\n(143860, 4, -245.034, -3333.29, 92.3149, 1.87023, 0, 0, 0, 100, 0),\n(143860, 5, -244.485, -3324.63, 92.7759, 1.24192, 0, 0, 0, 100, 0),\n(143860, 6, -235.332, -3302.28, 92.9443, 1.09505, 0, 0, 0, 100, 0),\n(143860, 7, -221.838, -3302.11, 91.668, 6.27475, 0, 0, 0, 100, 0),\n(143860, 8, -221.838, -3302.11, 91.668, 6.27475, 0, 0, 0, 100, 0),\n--\n(150850, 1, -2095.51, -3839.77, -8.44877, 3.89162, 0, 0, 0, 100, 0), -- Isha Awak\n(150850, 2, -2124.57, -3884.88, -8.93047, 3.95838, 0, 0, 0, 100, 0),\n(150850, 3, -2143.06, -3905.65, -5.59513, 3.73061, 0, 0, 0, 100, 0),\n(150850, 4, -2098.32, -3843.23, -8.3569, 0.420159, 0, 0, 0, 100, 0),\n(150850, 5, -2031.07, -3816.66, -7.61196, 0.176686, 0, 0, 0, 100, 0),\n(150850, 6, -1983.99, -3817.63, -6.51678, 6.26352, 0, 0, 0, 100, 0),\n(150850, 7, -1927.65, -3820.4, -7.03604, 6.00827, 0, 0, 0, 100, 0),\n(150850, 8, -1841.68, -3853.46, -8.76674, 5.56845, 0, 0, 0, 100, 0),\n(150850, 9, -1769.55, -3916.58, -3.45852, 5.54881, 0, 0, 0, 100, 0),\n(150850, 10, -1706.63, -3984.47, -11.0261, 5.49383, 0, 0, 0, 100, 0),\n(150850, 11, -1689.02, -4004.74, -11.9683, 0.34163, 0, 0, 0, 100, 0),\n(150850, 12, -1706.23, -3985.33, -11.0817, 2.23836, 0, 0, 0, 100, 0),\n(150850, 13, -1770.32, -3915.41, -3.42027, 2.20302, 0, 0, 0, 100, 0),\n(150850, 14, -1842.09, -3852.96, -8.75947, 2.38759, 0, 0, 0, 100, 0),\n(150850, 15, -1927.05, -3820.15, -6.89651, 3.0002, 0, 0, 0, 100, 0),\n(150850, 16, -1983.51, -3817.7, -6.48647, 3.0434, 0, 0, 0, 100, 0),\n(150850, 17, -1988.69, -3806.41, -6.63219, 0.209271, 0, 0, 0, 100, 0),\n(150850, 18, -1957.92, -3802.99, -7.52336, 0.012921, 0, 0, 0, 100, 0),\n(150850, 19, -1939.34, -3805.68, -8.62174, 6.14295, 0, 0, 0, 100, 0),\n(150850, 20, -1921.93, -3811.41, -9.28382, 5.56962, 0, 0, 0, 100, 0),\n(150850, 21, -1906.15, -3830.63, -13.0489, 5.6835, 0, 0, 0, 100, 0),\n(150850, 22, -1888.56, -3838.84, -12.2911, 6.09583, 0, 0, 0, 100, 0),\n(150850, 23, -1868.58, -3844.4, -10.2373, 5.98588, 0, 0, 0, 100, 0),\n(150850, 24, -1845.02, -3855.67, -9.19782, 5.69528, 0, 0, 0, 100, 0),\n(150850, 25, -1831, -3868.09, -8.70919, 5.56177, 0, 0, 0, 100, 0),\n(150850, 26, -1809.97, -3888.14, -7.13697, 5.67565, 0, 0, 0, 100, 0),\n(150850, 27, -1797.16, -3897.53, -5.66095, 5.63638, 0, 0, 0, 100, 0),\n(150850, 28, -1776.29, -3912.29, -4.08113, 5.79739, 0, 0, 0, 100, 0),\n(150850, 29, -1762.23, -3925.4, -4.12622, 5.35757, 0, 0, 0, 100, 0),\n(150850, 30, -1752.5, -3938.4, -6.53609, 5.49501, 0, 0, 0, 100, 0),\n(150850, 31, -1736.71, -3954.1, -8.31746, 5.54606, 0, 0, 0, 100, 0),\n(150850, 32, -1716.86, -3973.18, -9.53567, 5.64816, 0, 0, 0, 100, 0),\n(150850, 33, -1699.86, -3987.3, -10.1186, 5.65994, 0, 0, 0, 100, 0),\n(150850, 34, -1680.99, -3996.29, -9.15326, 6.2804, 0, 0, 0, 100, 0),\n(150850, 35, -1664.48, -3995.32, -5.35163, 0.358501, 0, 0, 0, 100, 0),\n(150850, 36, -1648.15, -3991.01, -2.5677, 6.27648, 0, 0, 0, 100, 0),\n(150850, 37, -1629.88, -3993.46, -0.54796, 5.872, 0, 0, 0, 100, 0),\n(150850, 38, -1612.31, -4000.69, -1.71012, 5.95446, 0, 0, 0, 100, 0),\n(150850, 39, -1590.87, -4004.68, -4.61104, 0.264251, 0, 0, 0, 100, 0),\n(150850, 40, -1567.53, -4005.89, -5.74705, 6.09191, 0, 0, 0, 100, 0),\n(150850, 41, -1550.19, -4008.35, -6.64515, 6.1783, 0, 0, 0, 100, 0),\n(150850, 42, -1533.02, -4012.82, -9.08394, 6.08405, 0, 0, 0, 100, 0),\n(150850, 43, -1515.92, -4019.65, -9.619, 5.45181, 0, 0, 0, 100, 0),\n(150850, 44, -1501.34, -4032.98, -14.5417, 5.98588, 0, 0, 0, 100, 0),\n(150850, 45, -1492.53, -4035.17, -14.5213, 0.115023, 0, 0, 0, 100, 0),\n(150850, 46, -1474.78, -4034.21, -12.5431, 6.15081, 0, 0, 0, 100, 0),\n(150850, 47, -1457.58, -4037.82, -11.7392, 0.244615, 0, 0, 0, 100, 0),\n(150850, 48, -1445.84, -4033.53, -9.8652, 0.586263, 0, 0, 0, 100, 0),\n(150850, 49, -1429.26, -4030.82, -8.81005, 5.77774, 0, 0, 0, 100, 0),\n(150850, 50, -1415.6, -4031.97, -8.77204, 0.633386, 0, 0, 0, 100, 0),\n(150850, 51, -1416.64, -4022.04, -7.71688, 2.65186, 0, 0, 0, 100, 0),\n(150850, 52, -1428.36, -4019.95, -7.68141, 3.42548, 0, 0, 0, 100, 0),\n(150850, 53, -1443.32, -4027.76, -8.84914, 3.63754, 0, 0, 0, 100, 0),\n(150850, 54, -1456.44, -4033.64, -10.7559, 3.29589, 0, 0, 0, 100, 0),\n(150850, 55, -1475.76, -4033.27, -12.8238, 2.56547, 0, 0, 0, 100, 0),\n(150850, 56, -1479.02, -4028.51, -12.2142, 1.70938, 0, 0, 0, 100, 0),\n(150850, 57, -1484.58, -4013.1, -8.62078, 2.28272, 0, 0, 0, 100, 0),\n(150850, 58, -1492.42, -4008.65, -7.82732, 3.28803, 0, 0, 0, 100, 0),\n(150850, 59, -1501.62, -4010.71, -7.58155, 3.42155, 0, 0, 0, 100, 0),\n(150850, 60, -1516.8, -4015.76, -9.06612, 3.08383, 0, 0, 0, 100, 0),\n(150850, 61, -1525.3, -4015.12, -9.02112, 2.86784, 0, 0, 0, 100, 0),\n(150850, 62, -1535.88, -4012.24, -8.91662, 2.76967, 0, 0, 0, 100, 0),\n(150850, 63, -1545.5, -4009.04, -7.35983, 2.71862, 0, 0, 0, 100, 0),\n(150850, 64, -1560.37, -4004.73, -5.79875, 2.94638, 0, 0, 0, 100, 0),\n(150850, 65, -1571.98, -4004.15, -5.39911, 3.15452, 0, 0, 0, 100, 0),\n(150850, 66, -1582.35, -4004.64, -5.27648, 3.05241, 0, 0, 0, 100, 0),\n(150850, 67, -1598.4, -4004.99, -3.7378, 3.58256, 0, 0, 0, 100, 0),\n(150850, 68, -1604.08, -4008.17, -3.62498, 3.78676, 0, 0, 0, 100, 0),\n(150850, 69, -1616.65, -4019.06, -3.01547, 3.57078, 0, 0, 0, 100, 0),\n(150850, 70, -1668.96, -4034.45, -5.39624, 2.9346, 0, 0, 0, 100, 0),\n(150850, 71, -1674.82, -4022.51, -8.60031, 2.31021, 0, 0, 0, 100, 0),\n(150850, 72, -1680.27, -4012.14, -6.43822, 2.24345, 0, 0, 0, 100, 0),\n(150850, 73, -1688.55, -4001.91, -11.1724, 2.25523, 0, 0, 0, 100, 0),\n(150850, 74, -1695.87, -3994.98, -10.9748, 2.24345, 0, 0, 0, 100, 0),\n(150850, 75, -1703.37, -3987.48, -10.8121, 2.23167, 0, 0, 0, 100, 0),\n(150850, 76, -1710.59, -3979.31, -10.7182, 2.1924, 0, 0, 0, 100, 0),\n(150850, 77, -1716.95, -3971.52, -9.1143, 2.18847, 0, 0, 0, 100, 0),\n(150850, 78, -1727.51, -3961.53, -7.93517, 2.51442, 0, 0, 0, 100, 0),\n(150850, 79, -1741.19, -3952.66, -8.68873, 2.53405, 0, 0, 0, 100, 0),\n(150850, 80, -1749.94, -3945.65, -8.27237, 2.20026, 0, 0, 0, 100, 0),\n(150850, 81, -1755.59, -3938.61, -6.49431, 2.09423, 0, 0, 0, 100, 0),\n(150850, 82, -1760.89, -3930.35, -4.84141, 2.08245, 0, 0, 0, 100, 0),\n(150850, 83, -1765.26, -3923.79, -3.93848, 2.1924, 0, 0, 0, 100, 0),\n(150850, 84, -1772.33, -3915.05, -3.82365, 2.44766, 0, 0, 0, 100, 0),\n(150850, 85, -1788.19, -3903.41, -4.84894, 2.3809, 0, 0, 0, 100, 0),\n(150850, 86, -1796.29, -3895.8, -5.52288, 2.32985, 0, 0, 0, 100, 0),\n(150850, 87, -1804.33, -3888.08, -6.31431, 2.32985, 0, 0, 0, 100, 0),\n(150850, 88, -1812.36, -3880.36, -7.085, 2.32592, 0, 0, 0, 100, 0),\n(150850, 89, -1812.36, -3880.36, -7.085, 2.32592, 0, 0, 0, 100, 0),\n(150850, 90, -1828.22, -3864.83, -8.29894, 2.32592, 0, 0, 0, 100, 0),\n(150850, 91, -1837.33, -3857.71, -8.70937, 2.53405, 0, 0, 0, 100, 0),\n(150850, 92, -1840.31, -3855.98, -8.82793, 2.63615, 0, 0, 0, 100, 0),\n(150850, 93, -1850.4, -3851.44, -9.33667, 2.69506, 0, 0, 0, 100, 0),\n(150850, 94, -1860.6, -3847.19, -9.8448, 2.70684, 0, 0, 0, 100, 0),\n(150850, 95, -1870.52, -3843.34, -10.2919, 2.7304, 0, 0, 0, 100, 0),\n(150850, 96, -1880.69, -3840.2, -10.9911, 2.77752, 0, 0, 0, 100, 0),\n(150850, 97, -1895.76, -3835.22, -13.09, 2.66757, 0, 0, 0, 100, 0),\n(150850, 98, -1908.48, -3827.99, -12.6724, 2.12564, 0, 0, 0, 100, 0),\n(150850, 99, -1913.88, -3821.25, -11.6992, 1.76436, 0, 0, 0, 100, 0),\n(150850, 100, -1916.8, -3813.05, -10.2679, 1.97642, 0, 0, 0, 100, 0),\n(150850, 101, -1924.3, -3802.87, -8.4678, 2.69898, 0, 0, 0, 100, 0),\n(150850, 102, -1936.64, -3799.71, -7.68608, 3.01314, 0, 0, 0, 100, 0),\n(150850, 103, -1948.94, -3799.91, -7.29064, 3.22127, 0, 0, 0, 100, 0),\n(150850, 104, -1959.75, -3801.94, -7.26259, 3.28411, 0, 0, 0, 100, 0),\n(150850, 105, -1970.41, -3804.35, -7.21816, 3.29196, 0, 0, 0, 100, 0),\n(150850, 106, -1980.97, -3806.71, -7.01286, 3.28803, 0, 0, 0, 100, 0),\n(150850, 107, -1991.48, -3808.49, -6.56038, 3.28411, 0, 0, 0, 100, 0),\n(150850, 108, -2002.16, -3810.73, -7.105, 3.31159, 0, 0, 0, 100, 0),\n(150850, 109, -2023.04, -3816.41, -7.78386, 3.26447, 0, 0, 0, 100, 0),\n--\n(204290, 1, 465.713, -1428.07, 91.7917, NULL, 0, 0, 0, 100, 0), -- Sister Rathtalon\n(204290, 2, 469.242, -1417.33, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 3, 478.677, -1403.56, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 4, 498.794, -1383.92, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 5, 525.774, -1363.72, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 6, 538.398, -1352.59, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 7, 558.408, -1342.96, 91.8626, NULL, 0, 0, 0, 100, 0),\n(204290, 8, 574.23, -1337.21, 92.9072, NULL, 0, 0, 0, 100, 0),\n(204290, 9, 588.529, -1328.4, 92.374, NULL, 0, 0, 0, 100, 0),\n(204290, 10, 598.79, -1324.08, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 11, 620.453, -1317.82, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 12, 641.094, -1308.88, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 13, 662.557, -1302.55, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 14, 684.783, -1302.54, 92.0172, NULL, 0, 0, 0, 100, 0),\n(204290, 15, 711.77, -1309.03, 91.8397, NULL, 0, 0, 0, 100, 0),\n(204290, 16, 737.839, -1319.77, 92.6553, NULL, 0, 0, 0, 100, 0),\n(204290, 17, 747.805, -1325.03, 92.2649, NULL, 0, 0, 0, 100, 0),\n(204290, 18, 759.627, -1342.39, 91.7288, NULL, 0, 0, 0, 100, 0),\n(204290, 19, 759.171, -1358.64, 91.7288, NULL, 0, 0, 0, 100, 0),\n(204290, 20, 749.284, -1371.92, 91.775, NULL, 0, 0, 0, 100, 0),\n(204290, 21, 729.837, -1382.45, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 22, 702.467, -1382.85, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 23, 689.535, -1372.94, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 24, 680.935, -1365.72, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 25, 671.685, -1359.32, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 26, 658.027, -1349.36, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 27, 639.407, -1336.61, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 28, 632.091, -1328.38, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 29, 626.192, -1318.8, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 30, 618.241, -1303.92, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 31, 608.706, -1289.95, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 32, 593.049, -1273.82, 92.0271, NULL, 0, 0, 0, 100, 0),\n(204290, 33, 580.057, -1263.05, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 34, 563.193, -1257.17, 92.0107, NULL, 0, 0, 0, 100, 0),\n(204290, 35, 552.012, -1255.82, 92.1687, NULL, 0, 0, 0, 100, 0),\n(204290, 36, 540.931, -1254.41, 91.8372, NULL, 0, 0, 0, 100, 0),\n(204290, 37, 531.054, -1256.71, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 38, 514.352, -1279.21, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 39, 510.394, -1300.55, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 40, 513.578, -1316.91, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 41, 519.969, -1332.6, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 42, 526.829, -1341.17, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 43, 551.46, -1354.38, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 44, 563.934, -1365.28, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 45, 572.809, -1379.56, 91.7916, NULL, 0, 0, 0, 100, 0),\n(204290, 46, 577.456, -1395.62, 92.9226, NULL, 0, 0, 0, 100, 0),\n(204290, 47, 583.428, -1417.09, 91.8472, NULL, 0, 0, 0, 100, 0),\n(204290, 48, 587.2, -1433.55, 91.7917, NULL, 0, 0, 0, 100, 0),\n(204290, 49, 581.506, -1454.13, 92.2603, NULL, 0, 0, 0, 100, 0),\n(204290, 50, 572.012, -1467.97, 92.8018, NULL, 0, 0, 0, 100, 0),\n(204290, 51, 557.542, -1485.26, 91.8251, NULL, 0, 0, 0, 100, 0),\n(204290, 52, 544.116, -1495.33, 92.3912, NULL, 0, 0, 0, 100, 0),\n(204290, 53, 522.156, -1500.64, 94.362, NULL, 0, 0, 0, 100, 0),\n(204290, 54, 494.491, -1496.82, 94.3223, NULL, 0, 0, 0, 100, 0),\n(204290, 55, 477.172, -1482.98, 93.4401, NULL, 0, 0, 0, 100, 0),\n(204290, 56, 468.193, -1468.93, 91.8209, NULL, 0, 0, 0, 100, 0),\n(204290, 57, 461.437, -1447.66, 91.7917, NULL, 0, 0, 0, 100, 0),\n--\n(518080, 1, 1061.99, -3086.34, 105.125, NULL, 0, 0, 0, 100, 0), -- Foreman Grills\n(518080, 2, 1061.63, -3082.63, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 3, 1060.18, -3079.97, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 4, 1058.07, -3075.87, 105.501, NULL, 0, 0, 0, 100, 0),\n(518080, 5, 1054.89, -3071.72, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 6, 1051.25, -3069.85, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 7, 1047.29, -3069.88, 105.289, NULL, 0, 0, 0, 100, 0),\n(518080, 8, 1043.63, -3072.36, 105.72, NULL, 0, 0, 0, 100, 0),\n(518080, 9, 1038.3, -3076.43, 105.328, NULL, 0, 0, 0, 100, 0),\n(518080, 10, 1033.59, -3075.67, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 11, 1031.4, -3070.74, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 12, 1030.16, -3066.55, 105.089, NULL, 0, 0, 0, 100, 0),\n(518080, 13, 1031.58, -3060.08, 102.155, NULL, 0, 0, 0, 100, 0),\n(518080, 14, 1032.79, -3056.73, 100.41, NULL, 0, 0, 0, 100, 0),\n(518080, 15, 1035.06, -3054.11, 98.9656, NULL, 0, 0, 0, 100, 0),\n(518080, 16, 1039.28, -3052.89, 98.4566, NULL, 0, 0, 0, 100, 0),\n(518080, 17, 1043.78, -3054.49, 96.88, NULL, 0, 0, 0, 100, 0),\n(518080, 18, 1049.61, -3058.21, 93.9174, NULL, 0, 0, 0, 100, 0),\n(518080, 19, 1053.44, -3062.93, 91.8125, NULL, 0, 0, 0, 100, 0),\n(518080, 20, 1055.31, -3067.91, 91.7175, NULL, 0, 0, 0, 100, 0),\n(518080, 21, 1057.02, -3073.87, 91.7479, NULL, 0, 0, 0, 100, 0),\n(518080, 22, 1058.28, -3077.77, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 23, 1059.49, -3082.52, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 24, 1059.71, -3086.14, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 25, 1054.99, -3091.56, 89.7105, NULL, 0, 0, 0, 100, 0),\n(518080, 26, 1051.96, -3093.6, 87.6199, NULL, 0, 0, 0, 100, 0),\n(518080, 27, 1047.68, -3095.38, 84.8705, NULL, 0, 0, 0, 100, 0),\n(518080, 28, 1043.32, -3097.01, 82.0536, NULL, 0, 0, 0, 100, 0),\n(518080, 29, 1039.55, -3097.98, 80.947, NULL, 0, 0, 0, 100, 0),\n(518080, 30, 1032.46, -3100.74, 80.947, NULL, 0, 0, 0, 100, 0),\n(518080, 31, 1028.6, -3104.47, 80.9988, NULL, 0, 0, 0, 100, 0),\n(518080, 32, 1025.1, -3106.79, 80.9988, NULL, 0, 0, 0, 100, 0),\n(518080, 33, 1021.45, -3109.21, 80.9988, NULL, 0, 0, 0, 100, 0),\n(518080, 34, 1017.71, -3109.38, 80.8207, NULL, 0, 0, 0, 100, 0),\n(518080, 35, 1017.25, -3113.85, 80.9386, NULL, 0, 0, 0, 100, 0),\n(518080, 36, 1015.24, -3116.81, 81.2594, NULL, 0, 0, 0, 100, 0),\n(518080, 37, 1013.11, -3118.45, 81.7116, NULL, 0, 0, 0, 100, 0),\n(518080, 38, 1010.26, -3117.7, 81.9643, NULL, 0, 0, 0, 100, 0),\n(518080, 39, 1009.36, -3115.54, 81.937, NULL, 0, 0, 0, 100, 0),\n(518080, 40, 1009.97, -3111.18, 81.4586, NULL, 0, 0, 0, 100, 0),\n(518080, 41, 1012.35, -3109.55, 80.8596, NULL, 0, 0, 0, 100, 0),\n(518080, 42, 1013.99, -3110.13, 80.9735, NULL, 0, 0, 0, 100, 0),\n(518080, 43, 1019.78, -3109.27, 81.4185, NULL, 0, 0, 0, 100, 0),\n(518080, 44, 1023.76, -3107.68, 80.9988, NULL, 0, 0, 0, 100, 0),\n(518080, 45, 1026.93, -3105.58, 80.9988, NULL, 0, 0, 0, 100, 0),\n(518080, 46, 1036.32, -3099.22, 80.947, NULL, 0, 0, 0, 100, 0),\n(518080, 47, 1043.88, -3096.5, 82.475, NULL, 0, 0, 0, 100, 0),\n(518080, 48, 1048.61, -3095.18, 85.4422, NULL, 0, 0, 0, 100, 0),\n(518080, 49, 1054.6, -3092.41, 89.3336, NULL, 0, 0, 0, 100, 0),\n(518080, 50, 1058.68, -3089.17, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 51, 1060.6, -3083.75, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 52, 1059.44, -3080.28, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 53, 1058.01, -3076.83, 91.7453, NULL, 0, 0, 0, 100, 0),\n(518080, 54, 1055.77, -3074.57, 91.7423, NULL, 0, 0, 0, 100, 0),\n(518080, 55, 1053.49, -3072.35, 91.7432, NULL, 0, 0, 0, 100, 0),\n(518080, 56, 1048.93, -3072.95, 91.7355, NULL, 0, 0, 0, 100, 0),\n(518080, 57, 1041.48, -3075.29, 91.7333, NULL, 0, 0, 0, 100, 0),\n(518080, 58, 1037.06, -3077.86, 91.772, NULL, 0, 0, 0, 100, 0),\n(518080, 59, 1030.98, -3080.97, 91.754, NULL, 0, 0, 0, 100, 0),\n(518080, 60, 1023.38, -3082.19, 91.7347, NULL, 0, 0, 0, 100, 0),\n(518080, 61, 1015.59, -3080.34, 91.7187, NULL, 0, 0, 0, 100, 0),\n(518080, 62, 1016.86, -3076.98, 91.7257, NULL, 0, 0, 0, 100, 0),\n(518080, 63, 1019.51, -3077.52, 91.7313, NULL, 0, 0, 0, 100, 0),\n(518080, 64, 1020.74, -3079.89, 91.7313, NULL, 0, 0, 0, 100, 0),\n(518080, 65, 1023.99, -3081.43, 91.7371, NULL, 0, 0, 0, 100, 0),\n(518080, 66, 1030.16, -3080.52, 91.7526, NULL, 0, 0, 0, 100, 0),\n(518080, 67, 1035.14, -3078.67, 91.7665, NULL, 0, 0, 0, 100, 0),\n(518080, 68, 1039.21, -3076.15, 91.7333, NULL, 0, 0, 0, 100, 0),\n(518080, 69, 1044.73, -3073.75, 91.7319, NULL, 0, 0, 0, 100, 0),\n(518080, 70, 1048.53, -3072.01, 91.7309, NULL, 0, 0, 0, 100, 0),\n(518080, 71, 1052.28, -3069.47, 91.7492, NULL, 0, 0, 0, 100, 0),\n(518080, 72, 1053.24, -3067.04, 91.762, NULL, 0, 0, 0, 100, 0),\n(518080, 73, 1052.29, -3063.9, 91.6417, NULL, 0, 0, 0, 100, 0),\n(518080, 74, 1051.01, -3060.32, 93.14, NULL, 0, 0, 0, 100, 0),\n(518080, 75, 1046.46, -3055.47, 95.4885, NULL, 0, 0, 0, 100, 0),\n(518080, 76, 1043.44, -3054.26, 97.0918, NULL, 0, 0, 0, 100, 0),\n(518080, 77, 1039.26, -3053.32, 98.4449, NULL, 0, 0, 0, 100, 0),\n(518080, 78, 1035.71, -3054.8, 98.9815, NULL, 0, 0, 0, 100, 0),\n(518080, 79, 1033.22, -3056.35, 100.144, NULL, 0, 0, 0, 100, 0),\n(518080, 80, 1030.55, -3058.91, 101.872, NULL, 0, 0, 0, 100, 0),\n(518080, 81, 1029.75, -3062.89, 103.991, NULL, 0, 0, 0, 100, 0),\n(518080, 82, 1028.89, -3066.46, 105.069, NULL, 0, 0, 0, 100, 0),\n(518080, 83, 1027.57, -3071.8, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 84, 1026.92, -3074.34, 105.162, NULL, 0, 0, 0, 100, 0),\n(518080, 85, 1029.29, -3078.58, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 86, 1031.8, -3080.06, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 87, 1034.15, -3084.09, 105.125, NULL, 0, 0, 0, 100, 0),\n(518080, 88, 1035.67, -3087.39, 104.984, NULL, 0, 0, 0, 100, 0),\n(518080, 89, 1037.77, -3091.23, 104.72, NULL, 0, 0, 0, 100, 0),\n(518080, 90, 1040.77, -3093.77, 105.026, NULL, 0, 0, 0, 100, 0),\n(518080, 91, 1044.16, -3096.44, 105.432, NULL, 0, 0, 0, 100, 0),\n(518080, 92, 1048.07, -3097.35, 105.649, NULL, 0, 0, 0, 100, 0),\n(518080, 93, 1055.78, -3094.85, 105.575, NULL, 0, 0, 0, 100, 0),\n(518080, 94, 1059.14, -3093.44, 105.497, NULL, 0, 0, 0, 100, 0),\n(518080, 95, 1060.82, -3089.71, 105.229, NULL, 0, 0, 0, 100, 0),\n--\n(518130, 1, -2706.95, -1928.89, 94.9242, NULL, 0, 0, 0, 100, 0), -- Azzere the Skyblade\n(518130, 2, -2695.74, -1940.88, 97.3742, NULL, 0, 0, 0, 100, 0),\n(518130, 3, -2682.96, -1955.54, 98.4577, NULL, 0, 0, 0, 100, 0),\n(518130, 4, -2665.51, -1979.73, 98.1057, NULL, 0, 0, 0, 100, 0),\n(518130, 5, -2663.7, -2002.63, 98.0086, NULL, 0, 0, 0, 100, 0),\n(518130, 6, -2664.87, -2023.63, 98.4654, NULL, 0, 0, 0, 100, 0),\n(518130, 7, -2665.7, -2038.9, 98.3715, NULL, 0, 0, 0, 100, 0),\n(518130, 8, -2666.36, -2061.75, 98.2721, NULL, 0, 0, 0, 100, 0),\n(518130, 9, -2657.22, -2080.01, 96.6535, NULL, 0, 0, 0, 100, 0),\n(518130, 10, -2649.55, -2090.15, 94.9927, NULL, 0, 0, 0, 100, 0),\n(518130, 11, -2637.51, -2096.94, 93.3594, NULL, 0, 0, 0, 100, 0),\n(518130, 12, -2629.79, -2089.1, 92.4081, NULL, 0, 0, 0, 100, 0),\n(518130, 13, -2613.6, -2073.96, 92.2917, NULL, 0, 0, 0, 100, 0),\n(518130, 14, -2608.22, -2063.14, 91.5075, NULL, 0, 0, 0, 100, 0),\n(518130, 15, -2605.24, -2042.76, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 16, -2608.84, -2014.68, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 17, -2607.89, -2002.01, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 18, -2607.27, -1982.88, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 19, -2604.78, -1970.36, 91.8034, NULL, 0, 0, 0, 100, 0),\n(518130, 20, -2604.74, -1952.14, 93.6047, NULL, 0, 0, 0, 100, 0),\n(518130, 21, -2605.6, -1942.95, 94.4209, NULL, 0, 0, 0, 100, 0),\n(518130, 22, -2620.94, -1924.15, 97.3622, NULL, 0, 0, 0, 100, 0),\n(518130, 23, -2633.03, -1911.15, 96.9115, NULL, 0, 0, 0, 100, 0),\n(518130, 24, -2640.48, -1902.71, 96.146, NULL, 0, 0, 0, 100, 0),\n(518130, 25, -2638.76, -1882.86, 92.9399, NULL, 0, 0, 0, 100, 0),\n(518130, 26, -2636.47, -1869.08, 91.8037, NULL, 0, 0, 0, 100, 0),\n(518130, 27, -2633.19, -1855.01, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 28, -2628.38, -1841.22, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 29, -2614.17, -1825.88, 92.6105, NULL, 0, 0, 0, 100, 0),\n(518130, 30, -2593.4, -1820.45, 94.2716, NULL, 0, 0, 0, 100, 0),\n(518130, 31, -2570.38, -1824.26, 94.6667, NULL, 0, 0, 0, 100, 0),\n(518130, 32, -2547.2, -1824.15, 93.4726, NULL, 0, 0, 0, 100, 0),\n(518130, 33, -2543.99, -1831.75, 93.7714, NULL, 0, 0, 0, 100, 0),\n(518130, 34, -2541.14, -1847.86, 92.6115, NULL, 0, 0, 0, 100, 0),\n(518130, 35, -2541.81, -1853.76, 91.9027, NULL, 0, 0, 0, 100, 0),\n(518130, 36, -2550.61, -1869.85, 91.7916, NULL, 0, 0, 0, 100, 0),\n(518130, 37, -2563.02, -1877.87, 92.3244, NULL, 0, 0, 0, 100, 0),\n(518130, 38, -2573.29, -1883.79, 92.5416, NULL, 0, 0, 0, 100, 0),\n(518130, 39, -2588.38, -1888.6, 94.5841, NULL, 0, 0, 0, 100, 0),\n(518130, 40, -2605.79, -1890.03, 95.5708, NULL, 0, 0, 0, 100, 0),\n(518130, 41, -2626.33, -1882.89, 93.875, NULL, 0, 0, 0, 100, 0),\n(518130, 42, -2635.58, -1880.73, 92.5537, NULL, 0, 0, 0, 100, 0),\n(518130, 43, -2646.37, -1875.38, 91.9121, NULL, 0, 0, 0, 100, 0),\n(518130, 44, -2667.35, -1868.88, 93.4948, NULL, 0, 0, 0, 100, 0),\n(518130, 45, -2689.16, -1876.95, 93.0304, NULL, 0, 0, 0, 100, 0),\n(518130, 46, -2712.69, -1893.89, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 47, -2721.41, -1909.02, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518130, 48, -2717.09, -1919.93, 92.5082, NULL, 0, 0, 0, 100, 0),\n--\n(518160, 1, -3792.33, -2260.29, 94.7806, NULL, 0, 0, 0, 100, 0), -- Thunderstomp\n(518160, 2, -3813.65, -2262.7, 93.3414, NULL, 0, 0, 0, 100, 0),\n(518160, 3, -3832.2, -2256.46, 92.4657, NULL, 0, 0, 0, 100, 0),\n(518160, 4, -3859.4, -2239.67, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 5, -3880.21, -2220.76, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 6, -3890.32, -2206, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 7, -3902.71, -2191.17, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 8, -3903.13, -2177.94, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 9, -3895.27, -2162.53, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 10, -3883.12, -2151.81, 92.0046, NULL, 0, 0, 0, 100, 0),\n(518160, 11, -3868.29, -2136.6, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 12, -3851.05, -2129.42, 92.6811, NULL, 0, 0, 0, 100, 0),\n(518160, 13, -3831.58, -2130.75, 94.0664, NULL, 0, 0, 0, 100, 0),\n(518160, 14, -3819.93, -2140.72, 94.4712, NULL, 0, 0, 0, 100, 0),\n(518160, 15, -3816.85, -2156.54, 93.2998, NULL, 0, 0, 0, 100, 0),\n(518160, 16, -3804.54, -2167.82, 92.9248, NULL, 0, 0, 0, 100, 0),\n(518160, 17, -3787.79, -2167.98, 92.2225, NULL, 0, 0, 0, 100, 0),\n(518160, 18, -3756.04, -2163.24, 93.7819, NULL, 0, 0, 0, 100, 0),\n(518160, 19, -3742.01, -2144.95, 92.5319, NULL, 0, 0, 0, 100, 0),\n(518160, 20, -3728.62, -2128.71, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 21, -3710, -2123.08, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 22, -3693.9, -2118.96, 92.0417, NULL, 0, 0, 0, 100, 0),\n(518160, 23, -3673.59, -2129.74, 94.1667, NULL, 0, 0, 0, 100, 0),\n(518160, 24, -3654.65, -2123.3, 92.7916, NULL, 0, 0, 0, 100, 0),\n(518160, 25, -3638.11, -2106.61, 91.7916, NULL, 0, 0, 0, 100, 0),\n(518160, 26, -3609.67, -2100, 91.7916, NULL, 0, 0, 0, 100, 0),\n(518160, 27, -3603.75, -2107.12, 91.7916, NULL, 0, 0, 0, 100, 0),\n(518160, 28, -3595.62, -2120.91, 91.7927, NULL, 0, 0, 0, 100, 0),\n(518160, 29, -3600.37, -2137.85, 91.7916, NULL, 0, 0, 0, 100, 0),\n(518160, 30, -3605.43, -2153.88, 92.4804, NULL, 0, 0, 0, 100, 0),\n(518160, 31, -3617.37, -2168.23, 92.0843, NULL, 0, 0, 0, 100, 0),\n(518160, 32, -3635.58, -2182.97, 93.646, NULL, 0, 0, 0, 100, 0),\n(518160, 33, -3651.69, -2171.97, 94.5945, NULL, 0, 0, 0, 100, 0),\n(518160, 34, -3671.7, -2163.18, 94.4411, NULL, 0, 0, 0, 100, 0),\n(518160, 35, -3682.67, -2147.19, 93.8161, NULL, 0, 0, 0, 100, 0),\n(518160, 36, -3694.04, -2131.9, 92.5849, NULL, 0, 0, 0, 100, 0),\n(518160, 37, -3707.94, -2125.96, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 38, -3727.02, -2129.06, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 39, -3738.47, -2140.06, 92.2819, NULL, 0, 0, 0, 100, 0),\n(518160, 40, -3742.17, -2158.62, 93.2801, NULL, 0, 0, 0, 100, 0),\n(518160, 41, -3738.81, -2175.37, 93.9086, NULL, 0, 0, 0, 100, 0),\n(518160, 42, -3726.39, -2183.78, 92.1667, NULL, 0, 0, 0, 100, 0),\n(518160, 43, -3711.71, -2202.08, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 44, -3703.22, -2211.88, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 45, -3702.58, -2224.4, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 46, -3708.67, -2239.02, 92.2692, NULL, 0, 0, 0, 100, 0),\n(518160, 47, -3717.14, -2254.64, 92.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 48, -3738.86, -2264.39, 91.7917, NULL, 0, 0, 0, 100, 0),\n(518160, 49, -3761.49, -2255.79, 93.0927, NULL, 0, 0, 0, 100, 0),\n(518160, 50, -3780.08, -2250.96, 94.9461, NULL, 0, 0, 0, 100, 0);\n\n\n-- fix Razormane Hunter(3265) and Kolkar Pack Runner(3274) patrols \nDELETE FROM `creature` WHERE `guid` BETWEEN 20301 AND 20309; -- Razormane Hunter\nDELETE FROM `creature` WHERE `guid` BETWEEN 20563 AND 20574; -- Kolkar Pack Runner\nDELETE FROM `creature` WHERE `guid` BETWEEN 20855 AND 20860; -- Kolkar Packhound\nDELETE FROM `creature` WHERE `guid` BETWEEN 20863 AND 20869; -- Kolkar Packhound\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(20301, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -38.8009, -3234.81, 91.8888, 5.10638, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20302, 3265, 0, 0, 1, 0, 0, 1, 1, 1, 1.45246, -3399.94, 85.3615, 1.13511, 275, 5, 0, 222, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20303, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -92.777, -2941.98, 93.0446, 5.15971, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20304, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -175.263, -3008.49, 91.8337, 1.0298, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20305, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -116.461, -2960.58, 91.7917, 1.14872, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20306, 3265, 0, 0, 1, 0, 0, 1, 1, 1, 16.3485, -3237.44, 94.2916, 4.59491, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20307, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -23.0895, -3266.17, 92.1833, 0.928076, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20308, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -96.4121, -2824.85, 91.9913, 3.20095, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20309, 3265, 0, 0, 1, 0, 0, 1, 1, 1, -174.853, -3375.98, 93.1667, 2.33132, 275, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(20563, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1415.8, -2716.64, 93.6052, 0.979915, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20564, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1220.66, -2815.17, 93.9732, 6.23591, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20565, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1283.28, -3152.77, 98.5216, 0.271338, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20566, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1192.64, -2309.63, 92.6152, 5.37163, 275, 0, 1, 300, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(20567, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -912.213, -2217.01, 93.6255, 4.43896, 275, 10, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20568, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1478.94, -3013.48, 91.7917, 2.60808, 275, 0, 0, 300, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(20569, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1277, -2853.46, 93.6966, 2.65844, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20570, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1422.8, -2682.44, 93.5649, 3.32968, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20571, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1533.78, -2976.79, 91.9035, 2.66196, 275, 0, 0, 300, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(20572, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1154.1, -2780.16, 91.7534, 3.65871, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20573, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1133.36, -3132.6, 94.259, 5.00247, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20574, 3274, 0, 0, 1, 0, 0, 1, 1, 1, -1016.74, -2719.69, 94.7583, 2.01207, 275, 5, 0, 300, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(20855, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1414.8, -2715.64, 93.6052, 1.58349, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20856, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1226.37, -2811.89, 93.8482, 0.00748, 275, 0, 0, 273, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(20857, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1283.35, -3149.67, 96.5417, 1.01747, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20858, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1191.95, -2307.21, 92.668, 5.58172, 275, 0, 0, 273, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(20859, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -905.615, -2211.77, 92.649, 0.537502, 275, 0, 0, 273, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(20860, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1480.47, -3016.06, 91.7917, 2.6079, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20864, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1276.13, -2856.32, 93.6061, 2.95254, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20865, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1418.51, -2682.35, 93.7894, 4.11123, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20866, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1525.82, -2983.54, 91.7917, 2.86892, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20867, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1151.8, -2779.69, 91.7745, 3.4067, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20868, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1131.07, -3129.3, 94.4739, 4.98645, 275, 5, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(20869, 4316, 0, 0, 1, 0, 0, 1, 1, 0, -1014.57, -2727.63, 93.9619, 1.97738, 275, 2, 0, 273, 0, 1, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (20566);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(20566, 20566, 0, 0, 515, 0, 0),\n(20566, 20858, 3, 240, 515, 0, 0);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (3275, 3397, 4316);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-13991, -13992, -14007, -20588, -20858);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-13991, 0, 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, 'Kolkar Bloodcharger - On Respawn - Set Active'), -- Hezrul Bloodmark patrol\n(-13992, 0, 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, 'Kolkar Bloodcharger - On Respawn - Set Active'), -- Hezrul Bloodmark patrol \n(-14007, 0, 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, 'Kolkar Bloodcharger - On Respawn - Set Active'), -- Rocklance patrol\n(-20588, 0, 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, 'Kolkar Marauder - On Respawn - Set Active'),     -- Rocklance patrol\n(-20858, 0, 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, 'Kolkar Packhound - On Respawn - Set Active');\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN 20301 AND 20309;\nDELETE FROM `creature_addon` WHERE `guid` = 20566;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(20301, 203010, 0, 0, 1, 0, 0, NULL),\n(20302, 0, 0, 0, 1, 0, 0, NULL),\n(20303, 203030, 0, 0, 1, 0, 0, NULL),\n(20304, 203040, 0, 0, 1, 0, 0, NULL),\n(20305, 203050, 0, 0, 1, 0, 0, NULL),\n(20306, 203060, 0, 0, 1, 0, 0, NULL),\n(20307, 203070, 0, 0, 1, 0, 0, NULL),\n(20308, 203080, 0, 0, 1, 0, 0, NULL),\n(20309, 203090, 0, 0, 1, 0, 0, NULL),\n(20566, 205660, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (203010, 203030, 203040, 203050, 203060, 203070, 203080, 203090, 205660);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(203010, 1, -46.4497, -3258.76, 91.6597, 4.3822, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203010, 2, -55.7844, -3286.35, 91.7107, 4.38613, 0, 0, 0, 100, 0),\n(203010, 3, -69.6367, -3315.8, 91.6679, 4.22513, 0, 0, 0, 100, 0),\n(203010, 4, -83.2402, -3332.64, 91.6693, 4.017, 0, 0, 0, 100, 0),\n(203010, 5, -104.943, -3342.24, 91.7275, 3.44759, 0, 0, 0, 100, 0),\n(203010, 6, -111.495, -3348.99, 92.5213, 4.23298, 0, 0, 0, 100, 0),\n(203010, 7, -111.269, -3356.47, 93.3456, 5.13147, 0, 0, 0, 100, 0),\n(203010, 8, -103.059, -3364.58, 93.8647, 5.65769, 0, 0, 0, 100, 0),\n(203010, 9, -86.0009, -3366.33, 93.5403, 0.053865, 0, 0, 0, 100, 0),\n(203010, 10, -76.1736, -3359.84, 92.367, 0.788213, 0, 0, 0, 100, 0),\n(203010, 11, -67.494, -3342.23, 91.6739, 1.19662, 0, 0, 0, 100, 0),\n(203010, 12, -57.3607, -3317.02, 91.667, 1.20447, 0, 0, 0, 100, 0),\n(203010, 13, -51.4351, -3294.8, 91.7399, 1.33992, 0, 0, 0, 100, 0),\n(203010, 14, -45.9793, -3271.59, 91.9663, 1.33992, 0, 0, 0, 100, 0),\n(203010, 15, -41.4404, -3249.25, 91.6647, 1.3949, 0, 0, 0, 100, 0),\n(203010, 16, -40.3209, -3229.05, 91.6653, 1.53234, 0, 0, 0, 100, 0),\n(203010, 17, -39.2548, -3201.34, 91.8272, 1.53234, 0, 0, 0, 100, 0),\n(203010, 18, -44.7114, -3176.55, 91.6909, 1.81901, 0, 0, 0, 100, 0),\n(203010, 19, -52.3932, -3161.19, 91.6916, 1.98002, 0, 0, 0, 100, 0),\n(203010, 20, -56.7706, -3146.84, 91.6736, 1.17891, 0, 0, 0, 100, 0),\n(203010, 21, -53.1785, -3133.16, 91.6677, 1.5559, 0, 0, 0, 100, 0),\n(203010, 22, -56.7935, -3126.88, 91.6677, 2.30203, 0, 0, 0, 100, 0),\n(203010, 23, -62.0923, -3124.03, 91.6677, 2.91857, 0, 0, 0, 100, 0),\n(203010, 24, -71.534, -3125.27, 91.6677, 3.43693, 0, 0, 0, 100, 0),\n(203010, 25, -85.5887, -3130.58, 91.6677, 3.49584, 0, 0, 0, 100, 0),\n(203010, 26, -91.716, -3136.8, 91.7523, 4.28359, 0, 0, 0, 100, 0),\n(203010, 27, -93.6101, -3149.8, 92.508, 4.80195, 0, 0, 0, 100, 0),\n(203010, 28, -85.6415, -3160.41, 92.7554, 4.75482, 0, 0, 0, 100, 0),\n(203010, 29, -82.3388, -3192.2, 92.3032, 4.81373, 0, 0, 0, 100, 0),\n(203010, 30, -85.4393, -3206.33, 91.8973, 4.85379, 0, 0, 0, 100, 0),\n(203010, 31, -78.3222, -3212.95, 91.7942, 5.86773, 0, 0, 0, 100, 0),\n(203010, 32, -56.8279, -3220.92, 91.6738, 5.94234, 0, 0, 0, 100, 0),\n(203010, 33, -44.6257, -3224.87, 91.6669, 5.56143, 0, 0, 0, 100, 0),\n(203010, 34, -39.1421, -3232.8, 91.6669, 4.73284, 0, 0, 0, 100, 0),\n--\n(203030, 1, -77.5905, -2959.04, 93.8419, 5.40362, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203030, 2, -60.4589, -2982.19, 92.9526, 5.23084, 0, 0, 0, 100, 0),\n(203030, 3, -48.1854, -3002.19, 92.571, 5.16015, 0, 0, 0, 100, 0),\n(203030, 4, -33.2104, -3025.47, 92.6774, 5.01093, 0, 0, 0, 100, 0),\n(203030, 5, -28.1391, -3045.41, 91.9346, 4.92061, 0, 0, 0, 100, 0),\n(203030, 6, -23.1382, -3072.1, 91.6679, 4.88134, 0, 0, 0, 100, 0),\n(203030, 7, -19.5047, -3093.4, 92.3606, 4.88134, 0, 0, 0, 100, 0),\n(203030, 8, -18.6102, -3112.57, 92.9945, 4.66143, 0, 0, 0, 100, 0),\n(203030, 9, -20.2658, -3135.61, 94.1638, 4.62609, 0, 0, 0, 100, 0),\n(203030, 10, -16.1849, -3144.5, 94.5234, 5.52929, 0, 0, 0, 100, 0),\n(203030, 11, -1.41219, -3149.67, 92.9308, 6.13405, 0, 0, 0, 100, 0),\n(203030, 12, 13.4576, -3137.17, 92.0836, 0.946489, 0, 0, 0, 100, 0),\n(203030, 13, 20.6394, -3120.22, 91.6745, 1.27243, 0, 0, 0, 100, 0),\n(203030, 14, 22.2664, -3100.63, 91.6674, 1.79393, 0, 0, 0, 100, 0),\n(203030, 15, 13.4128, -3075, 91.6674, 1.94316, 0, 0, 0, 100, 0),\n(203030, 16, 3.4093, -3049.39, 91.6674, 1.94316, 0, 0, 0, 100, 0),\n(203030, 17, -6.57055, -3028.55, 91.6674, 2.01777, 0, 0, 0, 100, 0),\n(203030, 18, -16.0983, -3008.67, 92.2267, 2.01777, 0, 0, 0, 100, 0),\n(203030, 19, -27.9076, -2984.03, 94.1467, 2.01777, 0, 0, 0, 100, 0),\n(203030, 20, -38.6964, -2956.66, 94.6191, 1.9196, 0, 0, 0, 100, 0),\n(203030, 21, -47.4114, -2928.65, 93.1855, 1.89996, 0, 0, 0, 100, 0),\n(203030, 22, -56.4549, -2904.91, 93.0923, 1.95494, 0, 0, 0, 100, 0),\n(203030, 23, -65.0234, -2899.05, 93.296, 2.705, 0, 0, 0, 100, 0),\n(203030, 24, -74.811, -2898.09, 92.9028, 3.22729, 0, 0, 0, 100, 0),\n(203030, 25, -87.9308, -2902.6, 91.9772, 3.57286, 0, 0, 0, 100, 0),\n(203030, 26, -97.7326, -2910.73, 91.6779, 4.13521, 0, 0, 0, 100, 0),\n(203030, 27, -103.559, -2924.24, 91.7669, 4.83185, 0, 0, 0, 100, 0),\n(203030, 28, -93.457, -2941.77, 92.9328, 5.21277, 0, 0, 0, 100, 0),\n--\n(203040, 1, -199.721, -3018.28, 91.6668, 3.14806, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203040, 2, -220.672, -3019.57, 91.6668, 1.79718, 0, 0, 0, 100, 0),\n(203040, 3, -220.727, -3000.34, 91.6668, 1.27489, 0, 0, 0, 100, 0),\n(203040, 4, -210.152, -2977.46, 91.6668, 1.47359, 0, 0, 0, 100, 0),\n(203040, 5, -205.937, -2950.05, 91.6668, 1.76812, 0, 0, 0, 100, 0),\n(203040, 6, -203.602, -2927.29, 91.6668, 0.770663, 0, 0, 0, 100, 0),\n(203040, 7, -184.036, -2913.73, 93.0419, 0.114854, 0, 0, 0, 100, 0),\n(203040, 8, -160.946, -2937.47, 93.3219, 5.10371, 0, 0, 0, 100, 0),\n(203040, 9, -151.594, -2966.31, 93.0963, 4.82096, 0, 0, 0, 100, 0),\n(203040, 10, -134.304, -2992.85, 91.6671, 3.3994, 0, 0, 0, 100, 0),\n(203040, 11, -153.514, -3008.7, 91.6671, 3.43239, 0, 0, 0, 100, 0),\n(203040, 12, -174.681, -3008.26, 91.6674, 3.22269, 0, 0, 0, 100, 0),\n--\n(203050, 1, -125.788, -2948.29, 91.6668, 2.8539, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203050, 2, -146.773, -2946.25, 91.8314, 3.37619, 0, 0, 0, 100, 0),\n(203050, 3, -161.61, -2965.85, 93.3324, 4.31081, 0, 0, 0, 100, 0),\n(203050, 4, -163.972, -2984.17, 92.8946, 4.73884, 0, 0, 0, 100, 0),\n(203050, 5, -172.267, -3011.26, 91.6675, 4.37363, 0, 0, 0, 100, 0),\n(203050, 6, -182.731, -3029.47, 91.6675, 4.91713, 0, 0, 0, 100, 0),\n(203050, 7, -177.217, -3035.81, 91.6675, 5.63419, 0, 0, 0, 100, 0),\n(203050, 8, -171.65, -3036.72, 91.6675, 0.241643, 0, 0, 0, 100, 0),\n(203050, 9, -160.169, -3030.77, 91.6675, 0.657904, 0, 0, 0, 100, 0),\n(203050, 10, -144.66, -3018.12, 91.6675, 0.405791, 0, 0, 0, 100, 0),\n(203050, 11, -121.518, -3008.14, 91.6675, 0.417572, 0, 0, 0, 100, 0),\n(203050, 12, -89.4676, -2999.76, 91.6675, 6.26172, 0, 0, 0, 100, 0),\n(203050, 13, -71.365, -3011.36, 91.6675, 5.6334, 0, 0, 0, 100, 0),\n(203050, 14, -61.4591, -3029.59, 91.6675, 5.09934, 0, 0, 0, 100, 0),\n(203050, 15, -51.6356, -3061.61, 91.6614, 5.00509, 0, 0, 0, 100, 0),\n(203050, 16, -45.731, -3093.13, 91.668, 4.82053, 0, 0, 0, 100, 0),\n(203050, 17, -48.8985, -3113.08, 91.6675, 4.39641, 0, 0, 0, 100, 0),\n(203050, 18, -46.8294, -3126.58, 91.6675, 5.13861, 0, 0, 0, 100, 0),\n(203050, 19, -37.7025, -3133.75, 92.1203, 5.71195, 0, 0, 0, 100, 0),\n(203050, 20, -24.4743, -3134.45, 93.6179, 0.151324, 0, 0, 0, 100, 0),\n(203050, 21, -13.8534, -3126.78, 94.1592, 0.979919, 0, 0, 0, 100, 0),\n(203050, 22, -14.8716, -3102.69, 92.9082, 1.69463, 0, 0, 0, 100, 0),\n(203050, 23, -22.7556, -3074.5, 91.6757, 1.90276, 0, 0, 0, 100, 0),\n(203050, 24, -34.4682, -3045.29, 92.1786, 2.00486, 0, 0, 0, 100, 0),\n(203050, 25, -47.7335, -3021.19, 91.8321, 2.0834, 0, 0, 0, 100, 0),\n(203050, 26, -47.7335, -3021.19, 91.8321, 2.0834, 0, 0, 0, 100, 0),\n(203050, 27, -63.7734, -2999.43, 91.6758, 2.41484, 0, 0, 0, 100, 0),\n(203050, 28, -86.0764, -2979.32, 91.7512, 2.40699, 0, 0, 0, 100, 0),\n(203050, 29, -100.656, -2967.41, 91.6685, 2.6701, 0, 0, 0, 100, 0),\n(203050, 30, -112.299, -2963.94, 91.667, 2.91357, 0, 0, 0, 100, 0),\n--\n(203060, 1, 23.4768, -3243.33, 93.9485, 5.47503, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203060, 2, 31.084, -3246.71, 93.8763, 5.91093, 0, 0, 0, 100, 0),\n(203060, 3, 34.9791, -3253.03, 93.7206, 5.12553, 0, 0, 0, 100, 0),\n(203060, 4, 32.526, -3263.8, 92.916, 4.35977, 0, 0, 0, 100, 0),\n(203060, 5, 25.17, -3270.61, 92.1472, 3.75894, 0, 0, 0, 100, 0),\n(203060, 6, 12.7617, -3272.02, 91.6687, 3.20917, 0, 0, 0, 100, 0),\n(203060, 7, 7.57887, -3277.46, 91.6669, 4.26945, 0, 0, 0, 100, 0),\n(203060, 8, 5.24023, -3287.81, 91.6669, 4.53256, 0, 0, 0, 100, 0),\n(203060, 9, 0.091483, -3292.75, 91.6717, 3.33483, 0, 0, 0, 100, 0),\n(203060, 10, -5.49431, -3290.99, 91.7112, 2.57692, 0, 0, 0, 100, 0),\n(203060, 11, -8.38927, -3283.83, 91.7043, 1.65015, 0, 0, 0, 100, 0),\n(203060, 12, -4.63949, -3277.6, 91.6722, 0.856894, 0, 0, 0, 100, 0),\n(203060, 13, 3.33165, -3269.15, 91.6674, 0.801916, 0, 0, 0, 100, 0),\n(203060, 14, 2.261, -3254.48, 91.7043, 1.7012, 0, 0, 0, 100, 0),\n(203060, 15, -0.879485, -3239.61, 92.1811, 1.79544, 0, 0, 0, 100, 0),\n(203060, 16, -2.76237, -3214.38, 92.1677, 1.55197, 0, 0, 0, 100, 0),\n(203060, 17, -3.02498, -3193.73, 91.723, 1.61088, 0, 0, 0, 100, 0),\n(203060, 18, -7.31611, -3177.34, 91.6668, 1.85042, 0, 0, 0, 100, 0),\n(203060, 19, -12.1821, -3154.71, 93.7009, 1.77973, 0, 0, 0, 100, 0),\n(203060, 20, -13.2426, -3134.43, 94.4713, 1.61873, 0, 0, 0, 100, 0),\n(203060, 21, -16.699, -3115.57, 93.3288, 1.77973, 0, 0, 0, 100, 0),\n(203060, 22, -23.6145, -3096.77, 92.2354, 1.98787, 0, 0, 0, 100, 0),\n(203060, 23, -24.8166, -3085.07, 91.8451, 1.54412, 0, 0, 0, 100, 0),\n(203060, 24, -30.737, -3074.08, 91.6672, 2.16851, 0, 0, 0, 100, 0),\n(203060, 25, -29.5891, -3067.27, 91.6672, 1.2064, 0, 0, 0, 100, 0),\n(203060, 26, -23.2791, -3061.23, 91.6672, 0.558441, 0, 0, 0, 100, 0),\n(203060, 27, -17.5855, -3059.44, 91.6672, 0.205012, 0, 0, 0, 100, 0),\n(203060, 28, -9.64532, -3060.94, 91.6672, 5.96591, 0, 0, 0, 100, 0),\n(203060, 29, -0.870089, -3066.25, 91.6672, 5.66746, 0, 0, 0, 100, 0),\n(203060, 30, 6.28936, -3074.66, 91.6672, 5.36509, 0, 0, 0, 100, 0),\n(203060, 31, 13.1927, -3089.13, 91.6672, 5.00774, 0, 0, 0, 100, 0),\n(203060, 32, 19.0595, -3104.35, 91.6672, 4.68573, 0, 0, 0, 100, 0),\n(203060, 33, 26.3796, -3117.21, 91.6672, 4.59933, 0, 0, 0, 100, 0),\n(203060, 34, 27.6117, -3133.33, 91.6672, 4.79961, 0, 0, 0, 100, 0),\n(203060, 35, 26.2529, -3151.29, 91.6672, 4.64645, 0, 0, 0, 100, 0),\n(203060, 36, 31.9541, -3171.35, 92.4748, 4.42262, 0, 0, 0, 100, 0),\n(203060, 37, 24.8122, -3185.9, 92.9569, 4.26554, 0, 0, 0, 100, 0),\n(203060, 38, 18.0509, -3198.66, 93.6259, 4.29696, 0, 0, 0, 100, 0),\n(203060, 39, 12.1034, -3213.38, 94.8427, 4.59855, 0, 0, 0, 100, 0),\n(203060, 40, 12.4978, -3225.86, 94.6654, 4.86558, 0, 0, 0, 100, 0),\n(203060, 41, 16.6603, -3237.48, 94.1835, 5.4507, 0, 0, 0, 100, 0),\n--\n(203070, 1, -1.07872, -3272.24, 91.668, 5.67138, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203070, 2, 3.57501, -3277.22, 91.668, 5.2025, 0, 0, 0, 100, 0),\n(203070, 3, 3.99993, -3285.3, 91.668, 4.41318, 0, 0, 0, 100, 0),\n(203070, 4, 2.51434, -3303.72, 91.7898, 4.72106, 0, 0, 0, 100, 0),\n(203070, 5, 4.98968, -3316.9, 92.6445, 4.83494, 0, 0, 0, 100, 0),\n(203070, 6, 4.37116, -3334.77, 92.642, 4.47759, 0, 0, 0, 100, 0),\n(203070, 7, -8.0005, -3348.81, 93.3554, 3.81785, 0, 0, 0, 100, 0),\n(203070, 8, -25.7929, -3351.54, 92.0545, 3.22881, 0, 0, 0, 100, 0),\n(203070, 9, -37.3906, -3356.36, 91.6782, 3.6647, 0, 0, 0, 100, 0),\n(203070, 10, -45.4732, -3362.9, 91.6673, 3.97494, 0, 0, 0, 100, 0),\n(203070, 11, -52.876, -3373.29, 91.6846, 3.63486, 0, 0, 0, 100, 0),\n(203070, 12, -57.8038, -3374.33, 91.885, 3.19739, 0, 0, 0, 100, 0),\n(203070, 13, -67.8378, -3368.72, 91.9408, 2.60049, 0, 0, 0, 100, 0),\n(203070, 14, -75.1877, -3368.58, 92.6557, 3.15419, 0, 0, 0, 100, 0),\n(203070, 15, -85.4635, -3362.85, 93.3796, 2.34131, 0, 0, 0, 100, 0),\n(203070, 16, -90.226, -3349.01, 92.6615, 1.74833, 0, 0, 0, 100, 0),\n(203070, 17, -88.8519, -3336.45, 91.7136, 1.31243, 0, 0, 0, 100, 0),\n(203070, 18, -84.1453, -3329.32, 91.6674, 0.845121, 0, 0, 0, 100, 0),\n(203070, 19, -71.1213, -3313.95, 91.6747, 0.876537, 0, 0, 0, 100, 0),\n(203070, 20, -62.8512, -3301.39, 91.6677, 1.03754, 0, 0, 0, 100, 0),\n(203070, 21, -52.838, -3282.98, 92.0473, 1.23389, 0, 0, 0, 100, 0),\n(203070, 22, -45.8677, -3265.46, 91.7002, 1.53627, 0, 0, 0, 100, 0),\n(203070, 23, -45.6756, -3259.51, 91.6622, 1.52056, 0, 0, 0, 100, 0),\n(203070, 24, -44.8032, -3254.07, 91.6627, 1.08231, 0, 0, 0, 100, 0),\n(203070, 25, -38.5581, -3250.22, 91.6649, 0.409225, 0, 0, 0, 100, 0),\n(203070, 26, -32.559, -3252.69, 91.665, 5.5583, 0, 0, 0, 100, 0),\n(203070, 27, -23.4311, -3265.36, 92.0739, 5.35331, 0, 0, 0, 100, 0),\n--\n(203080, 1, -123.694, -2830.56, 91.6667, 2.99652, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203080, 2, -157.84, -2824.56, 91.6667, 2.85515, 0, 0, 0, 100, 0),\n(203080, 3, -203.955, -2830.43, 91.9887, 4.00968, 0, 0, 0, 100, 0),\n(203080, 4, -210.067, -2845.38, 91.6677, 4.72046, 0, 0, 0, 100, 0),\n(203080, 5, -207.527, -2874.23, 91.6677, 5.02284, 0, 0, 0, 100, 0),\n(203080, 6, -196.575, -2883.22, 91.6677, 6.01243, 0, 0, 0, 100, 0),\n(203080, 7, -169.409, -2882.64, 92.3713, 0.01199, 0, 0, 0, 100, 0),\n(203080, 8, -135.29, -2875.61, 93.0221, 5.89462, 0, 0, 0, 100, 0),\n(203080, 9, -112.281, -2900.72, 91.6673, 5.64722, 0, 0, 0, 100, 0),\n(203080, 10, -97.0121, -2907.21, 91.6811, 6.09097, 0, 0, 0, 100, 0),\n(203080, 11, -80.7059, -2901.32, 92.5886, 0.641877, 0, 0, 0, 100, 0),\n(203080, 12, -70.4506, -2877.67, 91.6675, 1.39979, 0, 0, 0, 100, 0),\n(203080, 13, -78.6166, -2844.04, 92.3866, 2.20875, 0, 0, 0, 100, 0),\n(203080, 14, -94.5531, -2824.79, 91.8147, 2.60066, 0, 0, 0, 100, 0),\n--\n(203090, 1, -185.966, -3368.1, 92.0637, 2.46098, 0, 0, 0, 100, 0), -- Razormane Hunter\n(203090, 2, -190.898, -3360.26, 91.9278, 2.02116, 0, 0, 0, 100, 0),\n(203090, 3, -191.319, -3349.55, 91.953, 1.45174, 0, 0, 0, 100, 0),\n(203090, 4, -188.251, -3337.55, 92.2532, 0.835203, 0, 0, 0, 100, 0),\n(203090, 5, -180.082, -3334.5, 93.3211, 0.10871, 0, 0, 0, 100, 0),\n(203090, 6, -162.183, -3334.53, 93.7054, 6.26623, 0, 0, 0, 100, 0),\n(203090, 7, -148.96, -3340.24, 92.9713, 5.82248, 0, 0, 0, 100, 0),\n(203090, 8, -130.281, -3340.84, 92.0594, 0.022314, 0, 0, 0, 100, 0),\n(203090, 9, -116.882, -3338.76, 91.7677, 0.18332, 0, 0, 0, 100, 0),\n(203090, 10, -96.9845, -3334.2, 91.6667, 0.371816, 0, 0, 0, 100, 0),\n(203090, 11, -83.5052, -3329.23, 91.6667, 0.49748, 0, 0, 0, 100, 0),\n(203090, 12, -69.2109, -3330.29, 91.6667, 5.97564, 0, 0, 0, 100, 0),\n(203090, 13, -56.6941, -3339.5, 91.6667, 5.47298, 0, 0, 0, 100, 0),\n(203090, 14, -46.0228, -3354.26, 91.668, 5.27271, 0, 0, 0, 100, 0),\n(203090, 15, -44.6464, -3367.3, 91.668, 4.69937, 0, 0, 0, 100, 0),\n(203090, 16, -45.9803, -3377.7, 91.6723, 4.10247, 0, 0, 0, 100, 0),\n(203090, 17, -51.0807, -3380.71, 91.7808, 3.37598, 0, 0, 0, 100, 0),\n(203090, 18, -55.2034, -3380.47, 92.1998, 2.91259, 0, 0, 0, 100, 0),\n(203090, 19, -58.3676, -3375.87, 92.0699, 1.89158, 0, 0, 0, 100, 0),\n(203090, 20, -65.5336, -3369.26, 91.8787, 2.64556, 0, 0, 0, 100, 0),\n(203090, 21, -76.1641, -3366.99, 92.6774, 3.16785, 0, 0, 0, 100, 0),\n(203090, 22, -83.6843, -3372.59, 93.4862, 3.86274, 0, 0, 0, 100, 0),\n(203090, 23, -92.1931, -3384.15, 93.3544, 4.15726, 0, 0, 0, 100, 0),\n(203090, 24, -102.863, -3396.09, 92.0625, 3.48574, 0, 0, 0, 100, 0),\n(203090, 25, -113.714, -3393.37, 91.7834, 2.98702, 0, 0, 0, 100, 0),\n(203090, 26, -129.863, -3395, 91.634, 3.11661, 0, 0, 0, 100, 0),\n(203090, 27, -148.663, -3393.76, 91.6666, 3.04199, 0, 0, 0, 100, 0),\n(203090, 28, -159.234, -3393.14, 91.8977, 2.60217, 0, 0, 0, 100, 0),\n(203090, 29, -173.932, -3377.21, 93.0614, 2.31157, 0, 0, 0, 100, 0),\n--\n(205660, 1, -1191.63, -2311.15, 92.6245, 5.41876, 0, 1, 0, 100, 0), -- set run\n(205660, 2, -1158.99, -2333.19, 94.1314, 5.71524, 0, 1, 0, 100, 0),\n(205660, 3, -1132.12, -2339.96, 94.6906, 6.13935, 0, 1, 0, 100, 0),\n(205660, 4, -1085.03, -2330.44, 93.9126, 1.48781, 0, 1, 0, 100, 0),\n(205660, 5, -1068.41, -2317.79, 92.8063, 0.818249, 0, 1, 0, 100, 0),\n(205660, 6, -1054.12, -2303.16, 92.2739, 5.86051, 0, 0, 0, 100, 0), -- set walk\n(205660, 7, -1039.36, -2310.5, 91.7691, 5.46192, 30000, 0, 0, 100, 0),\n(205660, 8, -1046.45, -2303.84, 91.8371, 3.73797, 0, 0, 0, 100, 0),\n(205660, 9, -1054.48, -2303.4, 92.2785, 3.60445, 0, 1, 0, 100, 0), -- set run\n(205660, 10, -1068.34, -2316.91, 92.8215, 3.50039, 0, 1, 0, 100, 0),\n(205660, 11, -1085.7, -2331.2, 93.9263, 3.4297, 0, 1, 0, 100, 0),\n(205660, 12, -1132.3, -2339.32, 94.7446, 2.60111, 0, 1, 0, 100, 0),\n(205660, 13, -1159.39, -2333.53, 94.0643, 2.18878, 0, 1, 0, 100, 0),\n(205660, 14, -1191.63, -2311.15, 92.6245, 2.10238, 0, 1, 0, 100, 0),\n(205660, 15, -1225, -2248.77, 92.332, 1.99439, 0, 1, 0, 100, 0),\n(205660, 16, -1237.42, -2190.05, 91.9051, 5.46978, 0, 1, 0, 100, 0),\n(205660, 17, -1242.58, -2177.06, 91.6675, 5.37946, 0, 1, 0, 100, 0),\n(205660, 18, -1233.22, -2165.31, 91.8077, 0.127109, 0, 1, 0, 100, 0),\n(205660, 19, -1207.01, -2162.01, 92.4967, 4.57247, 0, 0, 0, 100, 0), -- set walk\n(205660, 20, -1200.2, -2169.99, 91.887, 4.12675, 0, 0, 0, 100, 0),\n(205660, 21, -1202.46, -2179.98, 91.5717, 4.33095, 30000, 0, 0, 100, 0),\n(205660, 22, -1200.2, -2169.99, 91.887, 3.63194, 0, 0, 0, 100, 0),\n(205660, 23, -1207.01, -2162.01, 92.4967, 3.1175, 0, 1, 0, 100, 0), -- set run\n(205660, 24, -1234.47, -2164.62, 91.8366, 5.56991, 0, 1, 0, 100, 0),\n(205660, 25, -1243.66, -2177.42, 91.668, 5.17525, 0, 1, 0, 100, 0),\n(205660, 26, -1237.85, -2190.07, 91.9052, 5.19095, 0, 1, 0, 100, 0),\n(205660, 27, -1225, -2248.77, 92.332, 5.20273, 0, 1, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_blades_edge_mountains.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN  (19948, 19952, 19957, 19993, 19994, 19998, 22160, 22384, 24039);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (19948, 19952, 19957, 19993, 19994, 19998, 22160, 22384, 24039);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(19948, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Skirmisher - On Just Died - Say text 1'),\n(19948, 0, 1, 2, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Skirmisher - On Aggro - Say text 0'),\n(19948, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34932, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bloodmaul Skirmisher - On Aggro - Cast Bloodmaul Buzz'),\n(19948, 0, 3, 0, 2, 0, 100, 1, 20, 80, 0, 0, 0, 0, 11, 34802, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bloodmaul Skirmisher - Between 20-80% Health - Cast Kick (No Repeat)'),\n(19948, 0, 4, 0, 2, 0, 100, 1, 5, 30, 0, 0, 0, 0, 11, 37786, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bloodmaul Skirmisher - Between 5-30% Health - Cast Bloodmaul Rage (No Repeat)'),\n(19952, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Geomancer - On Just Died - Say Line 1'),\n(19952, 0, 1, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Geomancer - On Aggro - Say Line 0'),\n(19952, 0, 2, 0, 1, 0, 100, 0, 0, 0, 1800000, 1800000, 0, 0, 11, 12544, 33, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bloodmaul Geomancer - Out of Combat - Keep up Frost Armor'),\n(19952, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Bloodmaul Geomancer - In Combat - Cast Fireball'),\n(19957, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Brewmaster - On Just Died - Say text 1'),\n(19957, 0, 1, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Brewmaster - On Aggro - Say text 0'),\n(19957, 0, 2, 0, 0, 0, 85, 0, 6000, 6000, 30000, 35000, 0, 0, 11, 37591, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Bloodmaul Brewmaster - In Combat - Cast Drunken Haze'),\n(19993, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Mauler - On Death - Say text 1'),\n(19993, 0, 1, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Mauler - On Aggro - Say text 0'),\n(19993, 0, 2, 0, 2, 0, 100, 0, 10000, 12000, 10000, 12000, 0, 0, 11, 37786, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Bloodmaul Mauler - In Combat - Cast Bloodmaul Rage'),\n(19993, 0, 4, 0, 0, 0, 100, 0, 15000, 30000, 30000, 60000, 0, 0, 11, 37592, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Bloodmaul Mauler - In Combat - Cast Knockdown'),\n(19994, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Warlock - On Death - Say text 1'),\n(19994, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 13787, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Bloodmaul Warlock - Out of Combat - Cast Demon Armor'),\n(19994, 0, 2, 0, 1, 0, 100, 1, 3000, 3000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Bloodmaul Warlock - Out of Combat - Cast Summon Imp'),\n(19994, 0, 3, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Warlock - On Aggro - Say text 0'),\n(19994, 0, 4, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodmaul Warlock - In Combat - Cast Shadow Bolt'),\n(19994, 0, 5, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodmaul Warlock - Between 0-20% Health - Flee for assist'),\n(19998, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bladespire Shaman - On Death - Say text 1'),\n(19998, 0, 1, 0, 1, 0, 100, 0, 0, 0, 60000, 60000, 0, 0, 11, 12550, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Bladespire Shaman - Out Of Combat - Cast Lightning Shield'),\n(19998, 0, 2, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bladespire Shaman - On Aggro - Say text 0'),\n(19998, 0, 3, 0, 0, 0, 100, 0, 2000, 4000, 8000, 12000, 0, 0, 11, 26098, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Bladespire Shaman - In Combat - Cast Lightning Bolt'),\n(22160, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Taskmaster - On Death - Say text 1'),\n(22160, 0, 1, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Taskmaster - On Aggro - Say Text 0'),\n(22160, 0, 2, 3, 0, 0, 100, 0, 10000, 12000, 10000, 12000, 0, 0, 11, 37786, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Bloodmaul Taskmaster - In Combat - Cast Bloodmaul Rage'),\n(22160, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Taskmaster - On Enrage - Say text 2'),\n(22160, 0, 4, 0, 1, 0, 100, 0, 5000, 5000, 3000, 5000, 0, 0, 10, 1, 11, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Bloodmaul Taskmaster - Out of Combat - play random emotes'),\n(22160, 0, 5, 0, 9, 0, 50, 0, 0, 0, 60000, 90000, 0, 5, 11, 37592, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodmaul Taskmaster - Within 5 Range - Cast Knockdown'),\n(22384, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodmaul Soothsayer - On Death - Say text 1'),\n(22384, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 13787, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Bloodmaul Soothsayer - Out Of Combat - Cast Demon Armor'),\n(22384, 0, 2, 0, 1, 0, 100, 1, 3000, 3000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Bloodmaul Soothsayer - Out Of Combat - Cast Summon Imp'),\n(22384, 0, 3, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Bloodmaul Soothsayer - On Aggro - Say text 0'),\n(22384, 0, 4, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodmaul Soothsayer - In Combat - Cast Shadow Bolt'),\n(22384, 0, 5, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodmaul Soothsayer - Between 0-20% Health - Flee for assist'),\n(22384, 0, 6, 0, 1, 0, 100, 0, 5000, 5000, 3000, 5000, 0, 0, 10, 1, 11, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Bloodmaul Soothsayer - Out of Combat - play random emotes'),\n(24039, 0, 0, 1, 60, 0, 100, 257, 0, 0, 0, 0, 0, 0, 11, 39916, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Sundered Ghost - On Update - Cast Soulgrinder Ghost Transform'),\n(24039, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17321, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Sundered Ghost - On Update - Cast Spirit Spawn-in'),\n(24039, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 50, 0, 0, 0, 0, 0, 0, 0,                     'Sundered Ghost - On Update - Attack Start');\n\n-- fix movement for Dreadwing\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1, `position_x` = 1582.5800, `position_y` = 5299.3701, `position_z` = 267.8560 WHERE `id1` = 21032;\n\nDELETE FROM `creature_addon` WHERE `guid` IN (73837);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(73837, 738370, 0, 0, 0, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` IN (738370);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(738370, 1, 1582.58, 5299.37, 267.856, 5.8294, 0, 0, 0, 100, 0), -- Cast Intangible Presence, 90 seconds delay\n(738370, 2, 1598.22, 5292.21, 265.504, 5.52629, 0, 0, 0, 100, 0),\n(738370, 3, 1609.67, 5276.61, 266.878, 5.30362, 0, 0, 0, 100, 0),\n(738370, 4, 1621.22, 5252.64, 265.239, 5.63348, 0, 0, 0, 100, 0),\n(738370, 5, 1634.24, 5250.57, 265.396, 0.229416, 0, 0, 0, 100, 0),\n(738370, 6, 1651.42, 5251.9, 265.727, 0.537326, 0, 0, 0, 100, 0),\n(738370, 7, 1663.37, 5266.92, 265.516, 1.19706, 0, 0, 0, 100, 0),\n(738370, 8, 1668.87, 5291.42, 265.403, 1.62903, 0, 0, 0, 100, 0),\n(738370, 9, 1664.24, 5314.84, 265.217, 1.89607, 0, 0, 0, 100, 0),\n(738370, 10, 1658.88, 5331.29, 265.834, 1.8568, 0, 0, 0, 100, 0),\n(738370, 11, 1651.16, 5359.24, 265.307, 1.81753, 0, 0, 0, 100, 0),\n(738370, 12, 1643.33, 5392.01, 265.322, 2.03744, 0, 0, 0, 100, 0),\n(738370, 13, 1633.68, 5411.22, 265.414, 2.09241, 0, 0, 0, 100, 0),\n(738370, 14, 1619.73, 5442.28, 265.735, 2.05707, 0, 0, 0, 100, 0), --  Cast Netherbreath, 3 seconds delay\n(738370, 15, 1609.42, 5440.83, 265.894, 4.83817, 0, 0, 0, 100, 0),\n(738370, 16, 1627.09, 5413.53, 265.376, 5.08871, 0, 0, 0, 100, 0),\n(738370, 17, 1631.99, 5392.28, 266.246, 4.49574, 0, 0, 0, 100, 0),\n(738370, 18, 1624.47, 5368.18, 266.712, 4.59391, 0, 0, 0, 100, 0),\n(738370, 19, 1619.7, 5350.2, 265.715, 4.27583, 0, 0, 0, 100, 0),\n(738370, 20, 1605.97, 5329.37, 265.692, 4.08734, 0, 0, 0, 100, 0),\n(738370, 21, 1594.46, 5314.34, 265.356, 4.02844, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_blasted_lands.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (5984, 6011);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(5974, 5975, 5976, 5979, 5982, 5983, 5988, 5992, 5993, 5996, 5997, 5998, 5999, 6004, 6005, 6006, 6007, 6008, 6009, 6010, \n7665, 7667, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8675, 8716, 8717, 8718, 12396);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(5974, 5975, 5976, 5979, 5982, 5983, 5984, 5988, 5992, 5993, 5996, 5997, 5998, 5999, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, \n7665, 7667, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8675, 8716, 8717, 8718, 12396);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(5974, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                          'Dreadmaul Ogre - On Aggro - Say Line 0'),\n(5974, 0, 1, 0, 0, 0, 100, 0, 13000, 26000, 13000, 56000, 0, 0, 11, 11960, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Dreadmaul Ogre - Within 0-5 Range - Cast Curse of the Dreadmaul'),\n(5975, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dreadmaul Ogre Mage - In Combat - Cast Fireball'),\n(5975, 0, 1, 0, 2, 0, 100, 0, 0, 30, 34000, 38000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Dreadmaul Ogre Mage - Between 0-30% Health - Cast Bloodlust'),\n(5976, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                          'Dreadmaul Brute - On Aggro - Say Line 0'),\n(5976, 0, 1, 0, 0, 0, 100, 0, 13000, 26000, 13000, 56000, 0, 0, 11, 11960, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Dreadmaul Brute - Within 0-5 Range - Cast Curse of the Dreadmaul'),\n--\n(5979, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 10000, 24000, 0, 0, 11, 11962, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Wretched Lost One - In Combat - Cast Immolate'),\n(5979, 0, 1, 0, 0, 0, 100, 0, 17000, 39000, 29000, 39000, 0, 0, 11, 11963, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Wretched Lost One - In Combat - Cast Enfeeble'),\n(5982, 0, 0, 0, 12, 0, 100, 0, 0, 20, 30000, 35000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Black Slayer - Target Between 0-20% Health - Cast Execute'),\n(5983, 0, 0, 0, 12, 0, 100, 0, 0, 20, 6000, 12000, 0, 0, 11, 8139, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Bonepicker - Target Between 0-20% Health - Cast Fevered Fatigue'),\n(5988, 0, 0, 0, 0, 0, 100, 0, 7000, 18000, 7000, 17000, 0, 0, 11, 5416, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Scorpok Stinger - Within 0-5 Range - Cast Venom Sting'),\n(5992, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12898, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Ashmane Boar - Out of Combat - Cast Smoke Aura Visual  (No Repeat)'),\n(5992, 0, 1, 0, 9, 0, 50, 1, 0, 0, 0, 0, 5, 20, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ashmane Boar - Within 5-20 Range - Cast Rushing Charge (No Repeat)'),\n(5993, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Helboar - On Aggro - Cast Rushing Charge'),\n(5993, 0, 1, 0, 0, 0, 100, 0, 11000, 16000, 17000, 32000, 0, 0, 11, 11970, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Helboar - In Combat - Cast Fire Nova'),\n--\n(5996, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Nethergarde Miner - In Combat - Cast Sunder Armor'),\n(5996, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Nethergarde Miner - Between 0-15% Health - Flee For Assist'),\n(5997, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Nethergarde Engineer - Outside 30 Range - Start Combat Movement'),\n(5997, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Nethergarde Engineer - Within 5-30 Range - Stop Combat Movement'),\n(5997, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Nethergarde Engineer - Within 0-5 Range - Start Combat Movement'),\n(5997, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Nethergarde Engineer - Within 5-30 Range - Cast Shoot'),\n(5997, 0, 4, 0, 0, 0, 100, 0, 8000, 11000, 12000, 16000, 5, 30, 11, 8858, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Nethergarde Engineer - In Combat - Cast Bomb'),\n(5997, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Nethergarde Engineer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5998, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 12000, 16000, 0, 0, 11, 5115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Nethergarde Foreman - In Combat - Cast Battle Command'),\n(5998, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Nethergarde Foreman - Between 0-15% Health - Flee For Assist'),\n(5999, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Nethergarde Soldier - In Combat - Cast Improved Blocking'),\n(5999, 0, 1, 0, 105, 0, 50, 0, 0, 0, 13000, 16000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Nethergarde Soldier - Target Casting - Cast Shield Bash'),\n--\n(6004, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowsworn Cultist - Outside 30 Range - Start Combat Movement'),\n(6004, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadowsworn Cultist - Within 5-30 Range - Stop Combat Movement'),\n(6004, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Shadowsworn Cultist - Within 0-5 Range - Start Combat Movement'),\n(6004, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowsworn Cultist - Within 5-30 Range - Cast Throw'),\n(6004, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Shadowsworn Cultist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6005, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shadowsworn Thug - On Respawn - Cast Thrash Proc'),\n(6005, 0, 1, 0, 105, 0, 50, 0, 0, 0, 8400, 16100, 0, 5, 11, 11978, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowsworn Thug - Target Casting - Cast Kick'),\n(6005, 0, 2, 0, 0, 0, 100, 0, 8000, 24000, 13000, 24000, 0, 0, 11, 8646, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Shadowsworn Thug - Within 0-5 Range - Cast Snap Kick'),\n(6006, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 8000, 15000, 0, 0, 11, 11015, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Shadowsworn Adept - Within 0-5 Range - Cast Blood Leech'),\n(6006, 0, 1, 0, 14, 0, 100, 1, 1200, 10, 0, 0, 0, 0, 11, 7154, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                'Shadowsworn Adept - Friendly Missing 1200 Health - Cast Dark Offering'),\n(6007, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 5000, 8000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Shadowsworn Enforcer - Within 0-5 Range - Cast Cleave'),\n(6008, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 5108, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowsworn Warlock - Out of Combat - Cast Voidwalker (No Repeat)'),\n(6008, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Shadowsworn Warlock - In Combat - Cast Shadow Bolt'),\n(6008, 0, 2, 0, 0, 0, 100, 0, 5000, 8000, 30000, 45000, 0, 0, 11, 11980, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadowsworn Warlock - In Combat - Cast Curse of Weakness'),\n(6008, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Shadowsworn Warlock - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6009, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shadowsworn Dreadweaver - In Combat - Cast Shadow Bolt'),\n(6009, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 19000, 24000, 0, 0, 11, 8994, 1, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,     'Shadowsworn Dreadweaver - In Combat - Cast Banish'),\n(6009, 0, 2, 0, 0, 0, 100, 0, 12000, 16000, 30000, 45000, 0, 0, 11, 7098, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Shadowsworn Dreadweaver - In Combat - Cast Curse of Mending'),\n(6010, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 7000, 9000, 0, 0, 11, 13321, 320, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,     'Felhound - In Combat - Cast Mana Burn'),\n--\n(7665, 0, 0, 0, 0, 0, 100, 0, 8000, 11000, 18000, 24000, 0, 0, 11, 12734, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Grol the Destroyer - In Combat - Cast Ground Smash'),\n(7665, 0, 1, 0, 0, 0, 100, 0, 20000, 25000, 40000, 45000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Grol the Destroyer - Within 0-10 Range - Cast Knock Away'),\n(7665, 0, 3, 0, 8, 0, 100, 512, 12938, 0, 0, 0, 0, 0, 11, 12943, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Grol the Destroyer - On Spellhit Fel Curse - Cast Fel Curse Effect'),\n(7665, 0, 4, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grol the Destroyer - On Reset - Set HP Invincibility'),\n(7665, 0, 5, 0, 8, 0, 100, 512, 12938, 0, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grol the Destroyer - On Spellhit Fel Curse - Remove Invincibility'),\n(7667, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Lady Sevine - Out of Combat - Cast Frost Armor'),\n(7667, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lady Sevine - In Combat - Cast Shadow Bolt'),\n(7667, 0, 2, 0, 0, 0, 100, 0, 9000, 12000, 24000, 27000, 0, 0, 11, 12742, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Lady Sevine - In Combat - Cast Immolate'),\n(7667, 0, 3, 0, 0, 0, 100, 0, 2000, 5000, 30000, 45000, 0, 0, 11, 12741, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Lady Sevine - In Combat - Cast Curse of Weakness'),\n(7667, 0, 4, 0, 0, 0, 100, 0, 7000, 9000, 15000, 25000, 0, 0, 11, 12740, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lady Sevine - In Combat - Cast Summon Infernal Servant'),\n(7667, 0, 5, 0, 8, 0, 100, 512, 12938, 0, 0, 0, 0, 0, 11, 12943, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Lady Sevine - On Spellhit Fel Curse - Cast Fel Curse Effect'),\n(7667, 0, 6, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lady Sevine - On Reset - Set HP Invincibility'),\n(7667, 0, 7, 0, 8, 0, 100, 512, 12938, 0, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Lady Sevine - On Spellhit Fel Curse - Remove Invincibility'),\n(8297, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 5000, 8000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Magronos the Unyielding - Within 0-5 Range - Cast Cleave'),\n(8297, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 14000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Magronos the Unyielding - Within 0-5 Range - Cast Hamstring'),\n(8297, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Magronos the Unyielding - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(8297, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Magronos the Unyielding - On Enrage - Say Line 0'),\n(8298, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20824, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Akubar the Seer - In Combat - Cast Lightning Bolt'),\n(8298, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 30, 11, 20831, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,          'Akubar the Seer - Within 0-30 Range - Cast Chain Lightning'),\n(8298, 0, 2, 0, 0, 0, 100, 0, 3000, 5000, 12000, 14000, 0, 0, 11, 11436, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Akubar the Seer - In Combat - Cast Slow'),\n--\n(8299, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Spiteflayer - On Respawn - Cast Thrash Proc'),\n(8299, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 16000, 24000, 0, 0, 11, 15042, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Spiteflayer - In Combat - Cast Curse of Blood'),\n(8300, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 19448, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ravage - Within 0-5 Range - Cast Poison'),\n(8300, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 16000, 24000, 0, 0, 11, 7367, 33, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Ravage - Within 0-5 Range - Cast Infected Bite'),\n(8301, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 9000, 17000, 0, 0, 11, 5416, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Clack the Reaver - Within 0-5 Range - Cast Venom Sting'),\n(8301, 0, 1, 0, 0, 0, 100, 0, 2000, 4000, 12000, 15000, 0, 0, 11, 16790, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Clack the Reaver - Within 0-5 Range - Cast Knockdown'),\n(8302, 0, 0, 0, 0, 0, 100, 0, 10000, 15000, 18000, 25000, 0, 0, 11, 3635, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Deatheye - Within 0-5 Range - Cast Crystal Gaze'),\n(8302, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 12020, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deatheye - Between 0-50% Health - Cast Call of the Grave'),\n(8303, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8260, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grunter - On Aggro - Cast Rushing Charge'),\n(8303, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 9000, 12000, 0, 0, 11, 19471, 0, 0, 0, 0, 0, 5, 40, 0, 0, 0, 0, 0, 0, 0,     'Grunter - In Combat - Cast Berserker Charge'),\n(8303, 0, 2, 0, 0, 0, 100, 0, 4000, 6000, 9000, 12000, 0, 0, 11, 3604, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Grunter - Within 0-5 Range - Cast Tendon Rip'),\n(8304, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 5000, 8000, 0, 0, 11, 12057, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Dreadscorn - Within 0-5 Range - Cast Strike'),\n(8304, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 9000, 12000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Dreadscorn - Within 0-5 Range - Cast Backhand'),\n(8304, 0, 2, 0, 2, 0, 100, 0, 0, 30, 30000, 35000, 0, 0, 11, 21049, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Dreadscorn - Between 0-30% Health - Cast Bloodlust'),\n--\n(8675, 0, 0, 0, 0, 0, 100, 0, 10000, 16000, 16000, 24000, 0, 0, 11, 13321, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Felbeast - In Combat - Cast Mana Burn'),\n(8716, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 5000, 8000, 0, 0, 11, 17287, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Dreadlord - In Combat - Cast Mind Blast'),\n(8716, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 18000, 23000, 0, 0, 11, 13704, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dreadlord - In Combat - Cast Psychic Scream'),\n(8716, 0, 2, 0, 0, 0, 100, 0, 7000, 9000, 30000, 35000, 0, 0, 11, 12098, 1, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,     'Dreadlord - In Combat - Cast Sleep'),\n(8717, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 8000, 21000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Felguard Elite - Within 0-5 Range - Cast Cleave'),\n(8717, 0, 1, 0, 0, 0, 100, 0, 4000, 20000, 8000, 24000, 0, 0, 11, 13737, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Felguard Elite - Within 0-5 Range - Cast Mortal Strike'),\n(8717, 0, 2, 0, 0, 0, 100, 0, 8000, 15000, 10000, 29000, 0, 0, 11, 16046, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Felguard Elite - In Combat - Cast Blast Wave'),\n(8718, 0, 0, 0, 0, 0, 100, 0, 2000, 13000, 6000, 18000, 0, 0, 11, 20817, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Manahound - In Combat - Cast Mana Burn'),\n(8718, 0, 1, 0, 0, 0, 100, 0, 8000, 13000, 21000, 33000, 0, 0, 11, 3604, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Manahound - Within 0-5 Range - Cast Tendon Rip'),\n(8718, 0, 2, 0, 0, 0, 100, 0, 3000, 8000, 6000, 20000, 0, 0, 11, 14331, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Manahound - Within 0-5 Range - Cast Vicious Rend'),\n(12396, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 18000, 24000, 0, 0, 11, 16005, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Doomguard Commander - In Combat - Cast Rain of Fire'),\n(12396, 0, 1, 0, 0, 0, 100, 0, 12000, 15000, 20000, 25000, 0, 0, 11, 16727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Doomguard Commander - In Combat - Cast War Stomp'),\n(12396, 0, 2, 0, 0, 0, 100, 0, 2000, 4000, 25000, 32000, 0, 0, 11, 20812, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Doomguard Commander - In Combat - Cast Cripple'),\n(12396, 0, 3, 0, 0, 0, 100, 0, 7000, 14000, 17000, 22000, 0, 0, 11, 15090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Doomguard Commander - In Combat - Cast Dispel Magic'),\n(12396, 0, 4, 5, 8, 0, 100, 0, 23019, 0, 0, 0, 0, 0, 50, 179644, 180, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Doomguard Commander - On Spellhit \\'Crystal Prison Dummy DND\\' - Summon Gameobject \\'Imprisoned Doomguard\\''),\n(12396, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Doomguard Commander - On Spellhit \\'Crystal Prison Dummy DND\\' - Despawn Instant');\n\n-- Portal Seeker missing waypoints\nDELETE FROM `creature` WHERE `guid` = 605981;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(605981, 5981, 0, 0, 0, 0, 0, 1, 1, 1, -11384.5, -2998.08, -0.819786, 2.103, 430, 0, 1, 2158, 4650, 2, 0, 0, 0, '', NULL, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` = 605981;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(605981, 6059810, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 6059810;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(6059810, 1, -11351.9, -2754.5, 7.95043, NULL, 0, 0, 0, 100, 0),\n(6059810, 2, -11358.7, -2797.01, 5.45784, NULL, 0, 0, 0, 100, 0),\n(6059810, 3, -11370.9, -2855.73, 4.67282,NULL, 0, 0, 0, 100, 0),\n(6059810, 4, -11396.7, -2926.03, 3.05246, NULL, 0, 0, 0, 100, 0),\n(6059810, 5, -11330.8, -2986.01, 3.24732, NULL, 0, 0, 0, 100, 0),    \n(6059810, 6, -11380.8, -3013.05, -4.29948, NULL, 0, 0, 0, 100, 0),\n(6059810, 7, -11444, -3037.98, 1.11936, NULL, 0, 0, 0, 100, 0),\n(6059810, 8, -11500.1, -3041.02, -0.783425, NULL, 0, 0, 0, 100, 0),   \n(6059810, 9, -11444.1, -3037.88, 1.11443, NULL, 0, 0, 0, 100, 0),\n(6059810, 10, -11380.8, -3012.74, -4.27558, NULL, 0, 0, 0, 100, 0),\n(6059810, 11, -11331, -2986.1, 3.21401, NULL, 0, 0, 0, 100, 0),\n(6059810, 12, -11396.9, -2926.05, 3.04129, NULL, 0, 0, 0, 100, 0),\n(6059810, 13, -11370.7, -2855.8, 4.71995, NULL, 0, 0, 0, 100, 0),\n(6059810, 14, -11358.6, -2796.98, 5.47431, NULL, 0, 0, 0, 100, 0);\n\n-- Quest: Into the Breach\nSET @CGUID       := 656000;\nSET @WPID        := 6560000;\nSET @IPPPHASE_II := 131072;\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+212;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n\n(@CGUID,   19287, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11871, -3218.74, -14.8771, 0.159796, 120, 0, 0, 3297, 2434, 0, 0, 0, 0, '', NULL, 0, NULL),        -- Invading Voidwalker\n(@CGUID+1, 19287, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11874.4, -3190.96, -14.9067, 6.21522, 120, 0, 0, 3297, 2434, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+2, 19287, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11863.4, -3193.57, -23.0898, 0.113359, 120, 0, 0, 3297, 2434, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+3, 19287, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11861.4, -3213.53, -22.4019, 0.108753, 120, 0, 0, 3297, 2434, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+4, 19287, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11903.3, -3210.05, -14.8145, 0.126833, 30, 0, 1, 3297, 2434, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+5, 19287, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11903.8, -3206.12, -14.8229, 0.134687, 30, 0, 1, 3297, 2434, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+6, 19288, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11891.6, -3206.74, -14.7911, 0.133866, 1800, 0, 1, 88440, 13100, 2, 0, 0, 0, '', NULL, 0, NULL),   -- Dreadknight, Melgromm\n(@CGUID+7, 19288, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11897.1, -3211.45, -14.6568, 0.0835547, 1200, 0, 1, 88440, 13100, 2, 0, 0, 0, '', NULL, 0, NULL),  -- Dreadknight, Raynor\n(@CGUID+8, 19288, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11897.6, -3202.01, -14.651, 0.0796277, 900, 0, 1, 88440, 13100, 2, 0, 0, 0, '', NULL, 0, NULL),    -- Dreadknight, Justinius\n--\n(@CGUID+9, 19391, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11902.3, -3207.61, -14.7973, 0.122027, 180, 0, 1, 15260, 0, 2, 0, 0, 0, '', NULL, 0, NULL),        -- Felguard Lieutenant\n--\n(@CGUID+10, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11904.2, -3206.61, -14.8357, 0.157618, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),         -- Invading Felguard\n(@CGUID+11, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11903.9, -3209.76, -14.8296, 0.14191, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+12, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11902.3, -3212.55, -14.7525, 0.137533, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+13, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11903.4, -3202.8, -14.3541, 0.184657, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+14, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11902.3, -3207.49, -14.7963, 0.121825, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+15, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11887.9, -3210.06, -15.0765, 0.137536, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+16, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11888.8, -3202.12, -14.901, 0.0833477, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+17, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11888, -3205.81, -15.2381, 0.0990557, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+18, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11904.6, -3203.73, -14.8507, 0.126202, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+19, 19284, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11903.5, -3212.87, -14.748, 0.149764, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+20, 19286, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11902.9, -3211.64, -14.7827, 0.134731, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),         -- Invading Fel Stalker\n(@CGUID+21, 19286, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11902.9, -3208.03, -14.8118, 0.103315, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+22, 19286, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11903.5, -3204.3, -14.819, 0.115096, 30, 0, 1, 4121, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+23, 19311, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11895.1, -3203.58, -14.592, 0.0885828, 1800, 0, 0, 4594, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Portal Hound\n(@CGUID+24, 19311, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11894.5, -3209.87, -14.6023, 0.119999, 1800, 0, 0, 4594, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+25, 19311, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11900.6, -3208.54, -14.7589, 0.116072, 1200, 0, 0, 4455, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+26, 19311, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11900.4, -3213.68, -14.2425, 0.139634, 1200, 0, 0, 4455, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+27, 19311, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11901.7, -3199.99, -14.2882, 0.0964368, 900, 0, 0, 4594, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+28, 19311, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11901.2, -3205.42, -14.7608, 0.152985, 900, 0, 0, 4594, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+29, 19285, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11888.2, -3215.89, -14.2359, 0.17849, 300, 0, 0, 3237, 0, 0, 0, 0, 0, '', NULL, 0, NULL),         -- Invading Infernal\n(@CGUID+30, 19285, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11891.2, -3196.54, -14.2259, 0.0363392, 300, 0, 0, 3237, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+31, 19290, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11869, -3225.79, -14.9308, 0.144756, 120, 0, 0, 2515, 2486, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Invading Anguisher\n(@CGUID+32, 19290, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11875, -3180.81, -14.9425, 0.168318, 120, 0, 0, 2515, 2486, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+100, 19006, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 0, -11793.4, -3185.31, -28.8352, 2.69812, 300, 0, 0, 55890, 31550, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Silvermoon Magister\n(@CGUID+101, 19007, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11799.3, -3228.41, -27.2092, 2.12007, 300, 0, 0, 55890, 31550, 0, 0, 0, 0, '', NULL, 0, NULL),   -- Gnomeregan Conjuror\n--\n(@CGUID+102, 19320, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11818.3, -3228.96, -30.4358, 1.59057, 60, 0, 1, 4979, 0, 2, 0, 0, 0, '', NULL, 0, NULL),         -- Argent Protector\n(@CGUID+103, 19320, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11796.4, -3195.61, -28.1723, 3.86363, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+104, 19320, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11842.8, -3176.78, -28.9028, 4.34478, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+105, 19320, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11840.7, -3217.56, -29.6506, 2.10609, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+106, 19320, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11848.4, -3222.04, -28.4381, 2.09824, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+107, 19320, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11835.8, -3190.32, -29.9569, 3.80256, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+108, 19322, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11794.1, -3190.4, -28.794, 2.05722, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),           -- Argent Guardian\n(@CGUID+109, 19322, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11838.3, -3174.86, -29.5202, 4.26624, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+110, 19322, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11837.2, -3208.95, -30.2396, 2.54984, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+111, 19322, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11839.5, -3187.33, -29.4911, 4.12849, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+112, 19365, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11818.6, -3168.31, -28.35, 3.66258, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),           -- Argent Bowman\n(@CGUID+113, 19365, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11829.5, -3219.82, -30.5772, 2.47023, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+114, 19365, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11830.4, -3216.54, -30.7041, 2.43705, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+115, 19365, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11835.1, -3182.6, -29.9996, 4.00275, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+116, 19365, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11825.3, -3208.96, -29.6347, 3.2149, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+117, 19365, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11822.7, -3182.43, -29.0161, 3.74751, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+118, 19366, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11831.3, -3160.67, -30.0144, 4.12282, 60, 0, 0, 4979, 0, 0, 0, 0, 0, '', NULL, 0, NULL),         -- Argent Hunter\n(@CGUID+119, 19366, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11846, -3171.25, -28.5187, 4.27488, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+120, 19366, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11844.1, -3234, -25.5526, 1.70452, 60, 3, 0, 4979, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+200, 19385, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11804.1, -3221.13, -30.622, 2.75383, 1200, 0, 1, 69860, 0, 2, 0, 0, 0, '', NULL, 0, NULL),       -- Lord Marshal Raynor\n(@CGUID+201, 19386, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11802.5, -3223.36, -30.4378, 2.63601, 1200, 0, 0, 5914, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Stormwind Marshal\n(@CGUID+202, 19386, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11801.4, -3219.95, -30.5844, 2.78131, 1200, 0, 0, 5914, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Stormwind Marshal\n--\n(@CGUID+203, 18966, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11800, -3179.14, -30.4951, 3.5574, 900, 0, 1, 111780, 47325, 2, 0, 0, 0, '', NULL, 0, NULL),     -- Justinius the Harbinger\n(@CGUID+204, 19407, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11797.3, -3180.99, -30.3303, 3.42781, 900, 0, 0, 5914, 0, 0, 0, 0, 0, '', NULL, 0, NULL),        -- Azuremyst Vindicator\n(@CGUID+205, 19407, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11800, -3175.74, -30.4326, 3.73019, 900, 0, 0, 5914, 0, 0, 0, 0, 0, '', NULL, 0, NULL),          -- Azuremyst Vindicator\n--\n(@CGUID+206, 18969, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11792.7, -3175.95, -30.0411, 3.55114, 1800, 0, 1, 111780, 47325, 2, 0, 0, 0, '', NULL, 0, NULL), -- Melgromm Highmountain\n(@CGUID+207, 19406, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11790.8, -3178.18, -29.9874, 3.55507, 1800, 0, 0, 5914, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Thunder Bluff Huntsman\n(@CGUID+208, 19406, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11793.4, -3172.56, -29.8954, 3.65324, 1800, 0, 0, 5914, 0, 0, 0, 0, 0, '', NULL, 0, NULL),       -- Thunder Bluff Huntsman\n--\n(@CGUID+209, 19566, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11797.3, -3207.71, -30.2781, 1.91272, 300, 0, 0, 5385, 0, 0, 0, 0, 0, '', NULL, 0, NULL),        -- Nethergarde Advisor\n(@CGUID+210, 19566, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11800, -3208.97, -30.3819, 2.36362, 300, 0, 0, 5186, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+211, 19567, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11798.8, -3208.15, -30.3542, 2.06588, 300, 0, 0, 5975, 0, 0, 0, 0, 0, '', NULL, 0, NULL),        -- Watcher Theronus\n(@CGUID+212, 19942, 0, 0, 0, 0, 0, 1, @IPPPHASE_II, 1, -11796, -3192.45, -28.6508, 3.2903, 300, 0, 0, 5228, 0, 0, 0, 0, 0, '', NULL, 0, NULL);           -- Agent Proudwell\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (@CGUID+6, @CGUID+7, @CGUID+8, @CGUID+200, @CGUID+203, @CGUID+206);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(@CGUID+6, @CGUID+6, 0, 0, 2, 0, 0),\n(@CGUID+6, @CGUID+23, 4, 110, 516, 0, 0),\n(@CGUID+6, @CGUID+24, 4, 250, 516, 0, 0),\n(@CGUID+7, @CGUID+7, 0, 0, 2, 0, 0),\n(@CGUID+7, @CGUID+25, 4, 110, 516, 0, 0),\n(@CGUID+7, @CGUID+26, 4, 250, 516, 0, 0),\n(@CGUID+8, @CGUID+8, 0, 0, 2, 0, 0),\n(@CGUID+8, @CGUID+27, 4, 110, 516, 0, 0),\n(@CGUID+8, @CGUID+28, 4, 250, 516, 0, 0),\n--\n(@CGUID+200, @CGUID+200, 0, 0, 2, 0, 0),\n(@CGUID+200, @CGUID+201, 3, 90, 516, 0, 0),\n(@CGUID+200, @CGUID+202, 3, 270, 516, 0, 0),\n(@CGUID+203, @CGUID+203, 0, 0, 2, 0, 0),\n(@CGUID+203, @CGUID+204, 3, 90, 516, 0, 0),\n(@CGUID+203, @CGUID+205, 3, 270, 516, 0, 0),\n(@CGUID+206, @CGUID+206, 0, 0, 2, 0, 0),\n(@CGUID+206, @CGUID+207, 3, 90, 516, 0, 0),\n(@CGUID+206, @CGUID+208, 3, 270, 516, 0, 0);\n\nUPDATE `creature_template` SET `faction` = 1767 WHERE `entry` = 19567;\nUPDATE `creature_template` SET `DamageModifier` = 2.6, `unit_flags` = 33040 WHERE `entry` = 19385;\nUPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (19566, 19567);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (19385, 19566, 19567);\nUPDATE `creature_template` SET `flags_extra` = 2 WHERE `entry` = 19006;\n\nUPDATE `creature_template` SET `flags_extra` = 134217728 WHERE `entry` IN (19288); -- DONT_OVERRIDE_SAI_ENTRY (134217728) - Dreadknight\n\nUPDATE `creature_template` SET `detection_range` = 40 WHERE `entry` IN (19287, 19566, 19567);\nUPDATE `creature_template` SET `detection_range` = 30 WHERE `entry` IN (19285, 19290, 19365, 19366);\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-656006, -656007, -656008);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (18966, 18969, 19288, 19287, 19365, 19385, 19391, 19566, 19567);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, \n`event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(-656006, 0, 0, 1,  6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+206, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Melgromm Highmountain'),\n(-656006, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+207, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Thunder Bluff Huntsman'),\n(-656006, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+208, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Thunder Bluff Huntsman'),\n(-656006, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dreadknight - On Death - Despawn Self'),\n(-656006, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+23, 0, 0, 0, 0, 0, 0, 0,          'Dreadknight - On Death - Despawn Portal Hound'),\n(-656006, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+24, 0, 0, 0, 0, 0, 0, 0,          'Dreadknight - On Death - Despawn Portal Hound'),\n--\n(-656007, 0, 0, 1,  6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+200, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Marshal Raynor'),\n(-656007, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+201, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Stormwind Marshal'),\n(-656007, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+202, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Stormwind Marshal'),\n(-656007, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dreadknight - On Death - Despawn Self'),\n(-656007, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+25, 0, 0, 0, 0, 0, 0, 0,          'Dreadknight - On Death - Despawn Portal Hound'),\n(-656007, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+26, 0, 0, 0, 0, 0, 0, 0,          'Dreadknight - On Death - Despawn Portal Hound'),\n--\n(-656008, 0, 0, 1,  6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+203, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Justinius the Harbinger'),\n(-656008, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+204, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Azuremyst Vindicator'),\n(-656008, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+205, 0, 0, 0, 0, 0, 0, 0,         'Dreadknight - On Death - Despawn Azuremyst Vindicator'),\n(-656008, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dreadknight - On Death - Despawn Self'),\n(-656008, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+27, 0, 0, 0, 0, 0, 0, 0,          'Dreadknight - On Death - Despawn Portal Hound'),\n(-656008, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 10, @CGUID+28, 0, 0, 0, 0, 0, 0, 0,          'Dreadknight - On Death - Despawn Portal Hound'),\n--\n(19288, 0, 6, 0, 0, 0, 100, 0, 0, 0, 5000, 10000, 0, 0, 11, 20825, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dreadknight - In Combat - Cast Shadow Bolt'),\n(19288, 0, 7, 0, 0, 0, 100, 0, 12000, 16000, 10000, 13000, 0, 0, 11, 16583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Dreadknight - In Combat - Cast Shadow Shock'),\n(19288, 0, 8, 0, 0, 0, 100, 0, 9000, 14000, 11000, 15000, 0, 0, 11, 9081, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Dreadknight - In Combat - Cast Shadow Bolt Volley'),\n--\n(19365, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Argent Bowman - Outside 30 Range - Start Combat Movement'),\n(19365, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Argent Bowman - Within 5-30 Range - Stop Combat Movement'),\n(19365, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Argent Bowman - Within 0-5 Range - Start Combat Movement'),   \n(19365, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Argent Bowman - Within 5-30 Range - Cast Shoot'),\n--\n(18966, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Justinius the Harbinger - On Aggro - Say Line 0'),\n(18966, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 10000, 20000, 0, 0, 11, 33554, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Justinius the Harbinger - In Combat - Cast Judgement of Command'),\n(18966, 0, 2, 0, 14, 0, 100, 0, 2500, 40, 18000, 21000, 0, 0, 11, 33641, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Justinius the Harbinger - Friendly Missing 2500 Health - Cast Flash of Light'),\n--\n(18969, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 10000, 20000, 0, 0, 11, 33643, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Melgromm Highmountain - Within 0-30 Range - Cast Chain Lightning'),\n(18969, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 10000, 20000, 0, 0, 11, 22885, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Melgromm Highmountain - Within 0-20 Range - Cast Earth Shock'),\n--\n(19385, 0, 0, 0, 0, 0, 100, 0, 4850, 18250, 4850, 18250, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Lord Marshal Raynor - Within 0-5 Range - Cast Cleave'),\n--\n(19287, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 12000, 24000, 0, 0, 11, 11829, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Invading Voidwalker - Within 0-30 Range - Cast Flamestrike'),\n(19287, 0, 1, 0, 0, 0, 100, 0, 0, 0, 5000, 10000, 0, 0, 11, 20825, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Invading Voidwalker - In Combat - Cast Shadow Bolt'),\n--\n(19391, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 10000, 15000, 0, 0, 11, 3551, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Felguard Lieutenant - Within 0-5 Range - Cast Skull Crack'),\n--\n(19566, 0, 0, 0, 106, 0, 100, 0, 0, 0, 2800, 5200, 0, 8, 11, 15453, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Nethergarde Advisor - Within 0-8 Range - Cast Arcane Explosion'),\n(19566, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Nethergarde Advisor - In Combat - Cast Fireball'),\n(19567, 0, 0, 0, 106, 0, 100, 0, 0, 0, 2800, 5200, 0, 8, 11, 15453, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Watcher Theronus - Within 0-8 Range - Cast Arcane Explosion'),\n(19567, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 16799, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Watcher Theronus - In Combat - Cast Frostbolt');\n\nDELETE FROM `creature_addon` WHERE `guid` IN \n(@CGUID+4, @CGUID+5, @CGUID+6, @CGUID+7, @CGUID+8, @CGUID+9, @CGUID+10, @CGUID+11, @CGUID+12, @CGUID+13, @CGUID+14, @CGUID+15, \n@CGUID+16, @CGUID+17, @CGUID+18, @CGUID+19, @CGUID+20, @CGUID+21, @CGUID+22, @CGUID+102, @CGUID+200, @CGUID+203, @CGUID+206);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(@CGUID+4,   @WPID+40,   0, 0, 0, 0, 0, NULL),\n(@CGUID+5,   @WPID+50,   0, 0, 0, 0, 0, NULL),\n(@CGUID+6,   @WPID+60,   0, 0, 0, 0, 0, NULL),\n(@CGUID+7,   @WPID+70,   0, 0, 0, 0, 0, NULL),\n(@CGUID+8,   @WPID+80,   0, 0, 0, 0, 0, NULL),\n(@CGUID+9,   @WPID+90,   0, 0, 0, 0, 0, NULL),\n(@CGUID+10,  @WPID+100,  0, 0, 0, 0, 0, NULL),\n(@CGUID+11,  @WPID+110,  0, 0, 0, 0, 0, NULL),\n(@CGUID+12,  @WPID+120,  0, 0, 0, 0, 0, NULL),\n(@CGUID+13,  @WPID+130,  0, 0, 0, 0, 0, NULL),\n(@CGUID+14,  @WPID+140,  0, 0, 0, 0, 0, NULL),\n(@CGUID+15,  @WPID+150,  0, 0, 0, 0, 0, NULL),\n(@CGUID+16,  @WPID+160,  0, 0, 0, 0, 0, NULL),\n(@CGUID+17,  @WPID+170,  0, 0, 0, 0, 0, NULL),\n(@CGUID+18,  @WPID+180,  0, 0, 0, 0, 0, NULL),\n(@CGUID+19,  @WPID+190,  0, 0, 0, 0, 0, NULL),\n(@CGUID+20,  @WPID+200,  0, 0, 0, 0, 0, NULL),\n(@CGUID+21,  @WPID+210,  0, 0, 0, 0, 0, NULL),\n(@CGUID+22,  @WPID+220,  0, 0, 0, 0, 0, NULL),\n(@CGUID+102, @WPID+1020, 0, 0, 0, 0, 0, NULL),\n(@CGUID+200, @WPID+2000, 0, 0, 0, 0, 0, NULL),\n(@CGUID+203, @WPID+2030, 0, 0, 0, 0, 0, NULL),\n(@CGUID+206, @WPID+2060, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN \n(@WPID+40, @WPID+50, @WPID+60, @WPID+70, @WPID+80, @WPID+90, @WPID+100, @WPID+110, @WPID+120, @WPID+130, @WPID+140, @WPID+150, \n@WPID+160, @WPID+170, @WPID+180, @WPID+190, @WPID+200, @WPID+0210, @WPID+0220, @WPID+1020, @WPID+2000, @WPID+2030, @WPID+2060);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+2000, 1, -11824.2, -3225.97, -30.3699, NULL, 0, 0, 0, 100, 0),     -- Lord Marshal Raynor\n(@WPID+2000, 2, -11839, -3211.73, -30.043, NULL, 0, 0, 0, 100, 0),\n(@WPID+2030, 1, -11823.1, -3192.1, -30.7322, NULL, 0, 0, 0, 100, 0),      -- Justinius the Harbinger\n(@WPID+2030, 2, -11837.2, -3195.41, -29.8546, NULL, 0, 0, 0, 100, 0),\n(@WPID+2060, 1, -11812.5, -3186.91, -30.6074, NULL, 0, 0, 0, 100, 0),     -- Melgromm Highmountain\n(@WPID+2060, 2, -11821.2, -3208.73, -29.7076, NULL, 0, 0, 0, 100, 0),\n(@WPID+2060, 3, -11836, -3204.49, -30.2795, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+40, 1, -11889.6, -3208.69, -14.963, NULL, 0, 0, 0, 100, 0),        -- Invading Voidwalker\n(@WPID+40, 2, -11855.6, -3204.76, -26.665, NULL, 30000, 0, 0, 100, 0),\n(@WPID+50, 1, -11890.4, -3204.01, -14.7968, NULL, 0, 0, 0, 100, 0),\n(@WPID+50, 2, -11855.8, -3199.2, -26.909, NULL, 30000, 0, 0, 100, 0),\n--\n(@WPID+60, 1, -11845.1, -3200.56, -29.3595, NULL, 0, 0, 0, 100, 0),       -- Dreadknight, Melgromm\n(@WPID+70, 1, -11891.3, -3206.46, -14.8065, NULL, 0, 0, 0, 100, 0),       -- Dreadknight, Raynor\n(@WPID+70, 2, -11850.2, -3201.36, -28.6679, NULL, 0, 0, 0, 100, 0),\n(@WPID+70, 3, -11843.8, -3206.54, -29.5158, NULL, 0, 0, 0, 100, 0),\n(@WPID+80, 1, -11889.9, -3206.58, -14.9646, NULL, 0, 0, 0, 100, 0),       -- Dreadknight, Justinius\n(@WPID+80, 2, -11851.1, -3201.08, -28.5624, NULL, 0, 0, 0, 100, 0),\n(@WPID+80, 3, -11843.6, -3196.09, -29.3421, NULL, 0, 0, 0, 100, 0),\n(@WPID+90, 1, -11837.4, -3199.97, -29.9665, NULL, 30000, 0, 0, 100, 0),   -- Felguard Lieutenant\n--\n(@WPID+200, 1, -11889.4, -3210.32, -14.9459, NULL, 0, 0, 0, 100, 0),      -- Invading Fel Stalker\n(@WPID+200, 2, -11845.4, -3204.67, -29.4112, NULL, 0, 1, 0, 100, 0),\n(@WPID+200, 3, -11832.9, -3215.73, -30.5512, NULL, 30000, 1, 0, 100, 0),\n(@WPID+210, 1, -11889, -3206.14, -15.0842, NULL, 0, 0, 0, 100, 0),\n(@WPID+210, 2, -11843.2, -3200.21, -29.5037, NULL, 0, 1, 0, 100, 0),\n(@WPID+210, 3, -11826.9, -3207.13, -30.0613, NULL, 30000, 1, 0, 100, 0),\n(@WPID+220, 1, -11890.1, -3202.46, -14.781, NULL, 0, 0, 0, 100, 0),\n(@WPID+220, 2, -11841.1, -3195.8, -29.4767, NULL, 0, 1, 0, 100, 0),\n(@WPID+220, 3, -11833.8, -3179.55, -30.1652, NULL, 30000, 1, 0, 100, 0),\n--\n(@WPID+1020, 1, -11818.4, -3210.99, -30.1687, NULL, 0, 1, 0, 100, 0),     -- Argent Protector\n(@WPID+1020, 2, -11846.5, -3200.56, -29.201, NULL, 30000, 1, 0, 100, 0),\n--\n(@WPID+100, 1, -11893.4, -3204.94, -14.6618, NULL, 0, 0, 0, 100, 0),      -- Invading Felguard\n(@WPID+100, 2, -11850, -3200.02, -28.7504, NULL, 0, 1, 0, 100, 0),\n(@WPID+100, 3, -11837.2, -3192.87, -29.8202, NULL, 30000, 1, 0, 100, 0),\n(@WPID+110, 1, -11892.3, -3208.3, -14.7235, NULL, 0, 0, 0, 100, 0),\n(@WPID+110, 2, -11847.9, -3202.94, -29.0108, NULL, 0, 1, 0, 100, 0),\n(@WPID+110, 3, -11834.2, -3205.21, -30.4318, NULL, 30000, 1, 0, 100, 0),\n(@WPID+120, 1, -11888.2, -3210.41, -15.0273, NULL, 0, 1, 0, 100, 0),\n(@WPID+120, 2, -11846.8, -3206.71, -29.0062, NULL, 30000, 1, 0, 100, 0),\n(@WPID+130, 1, -11889.1, -3202.02, -14.8334, NULL, 0, 1, 0, 100, 0),\n(@WPID+130, 2, -11847.9, -3196.42, -28.9539, NULL, 30000, 1, 0, 100, 0),\n(@WPID+140, 1, -11889.6, -3206.22, -14.994, NULL, 0, 1, 0, 100, 0),\n(@WPID+140, 2, -11842.7, -3200.9, -29.5849, NULL, 30000, 1, 0, 100, 0),\n(@WPID+150, 1, -11848, -3206.28, -28.8014, NULL, 0, 1, 0, 100, 0),\n(@WPID+150, 2, -11837.3, -3213.55, -30.1827, NULL, 30000, 1, 0, 100, 0),\n(@WPID+160, 1, -11849.9, -3196.86, -28.6516, NULL, 0, 1, 0, 100, 0),\n(@WPID+160, 2, -11837.5, -3191.1, -29.7639, NULL, 30000, 1, 0, 100, 0),\n(@WPID+170, 1, -11850.5, -3201.05, -28.6364, NULL, 0, 1, 0, 100, 0),\n(@WPID+170, 2, -11834.5, -3199.66, -30.1119, NULL, 30000, 1, 0, 100, 0),\n(@WPID+180, 1, -11893, -3202.07, -14.6551, NULL, 0, 0, 0, 100, 0),\n(@WPID+180, 2, -11849.6, -3196.98, -28.7049, NULL, 0, 1, 0, 100, 0),\n(@WPID+180, 3, -11852.3, -3184.09, -28.1065, NULL, 30000, 1, 0, 100, 0),\n(@WPID+190, 1, -11891.9, -3211.69, -14.6478, NULL, 0, 0, 0, 100, 0),\n(@WPID+190, 2, -11847.1, -3205.97, -28.9958, NULL, 0, 1, 0, 100, 0),\n(@WPID+190, 3, -11842.5, -3223.27, -28.9624, NULL, 30000, 1, 0, 100, 0);\n\n/* Outland map outside Dark Portal */\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` = 42457;\n"
  },
  {
    "path": "data/sql/world/base/zone_bloodmyst_isle.sql",
    "content": "-- fix Lord Xiz path ID 0 error (these changes are correct, but sadly this doesn't fix it still)\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 17701;\nUPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 17701\n"
  },
  {
    "path": "data/sql/world/base/zone_burning_steppes.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (7055);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(7025, 7026, 7027, 7028, 7029, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, \n8977, 8978, 8979, 8981, 9176, 9690, 9695, 9697, 9698, 9779, 10077, 10078, 10119, 16043);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(7025, 7026, 7027, 7028, 7029, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7055, \n8977, 8978, 8979, 8981, 9176, 9690, 9695, 9697, 9698, 9779, 10077, 10078, 10119, 16043);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(7025, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 6000, 11000, 0, 0, 11, 12170, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Blackrock Soldier - Within 0-5 Range - Cast Revenge'),\n(7025, 0, 1, 0, 0, 0, 100, 0, 5000, 13000, 12000, 26000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Soldier - In Combat - Cast Improved Blocking'),\n(7026, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blackrock Sorcerer - In Combat - Cast Fireball'),\n(7026, 0, 1, 0, 0, 0, 100, 0, 8000, 20000, 14000, 20000, 0, 0, 11, 20827, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Blackrock Sorcerer - In Combat - Cast Flamestrike'),\n(7027, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 9000, 14000, 0, 0, 11, 9080, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Slayer - Within 0-5 Range - Cast Hamstring'),\n(7027, 0, 1, 0, 12, 0, 100, 0, 0, 20, 35000, 43400, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,          'Blackrock Slayer - Target Between 0-20% Health - Cast Execute'),\n(7028, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blackrock Warlock - In Combat - Cast Shadow Bolt'),\n(7028, 0, 1, 0, 0, 0, 100, 0, 2000, 7000, 29000, 31000, 0, 0, 11, 13338, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Blackrock Warlock - In Combat - Cast Curse of Tongues'),\n(7028, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 5000, 11000, 0, 0, 11, 20826, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Warlock - In Combat - Cast Immolate'),\n(7029, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Blackrock Battlemaster - On Respawn - Cast Battle Stance'),\n--\n(7033, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Firegut Ogre - On Aggro - Say Line 0'),\n(7033, 0, 1, 0, 0, 0, 100, 0, 10000, 21000, 16000, 31000, 0, 0, 11, 13382, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Firegut Ogre - In Combat - Cast Torch'),\n(7034, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Firegut Ogre Mage - On Aggro - Say Line 0'),\n(7034, 0, 1, 0, 0, 0, 100, 0, 10000, 21000, 16000, 31000, 0, 0, 11, 13382, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Firegut Ogre Mage - In Combat - Cast Torch'),\n(7034, 0, 2, 0, 0, 0, 100, 0, 8000, 18000, 22000, 39000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Firegut Ogre Mage - In Combat - Cast Bloodlust'),\n(7035, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Firegut Brute - On Aggro - Say Line 0'),\n(7035, 0, 1, 0, 0, 0, 100, 0, 9000, 14000, 10000, 21000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Firegut Brute - Within 0-10 Range - Cast Knock Away'),\n(7035, 0, 2, 0, 0, 0, 100, 0, 10000, 21000, 16000, 31000, 0, 0, 11, 13382, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Firegut Brute - In Combat - Cast Torch'),\n--\n(7036, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Thaurissan Spy - On Respawn - Cast Poison Proc'),\n(7036, 0, 1, 0, 67, 0, 100, 0, 0, 0, 4800, 6100, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Thaurissan Spy - Behind Target - Cast Backstab'),\n(7037, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 10452, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Thaurissan Firewalker - In Combat - Cast Flame Buffet'),\n(7037, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 12000, 16000, 0, 0, 11, 10733, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Thaurissan Firewalker - Within 0-5 Range - Cast Flame Spray'),\n(7038, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Thaurissan Agent - Outside 30 Range - Start Combat Movement'),\n(7038, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Thaurissan Agent - Within 5-30 Range - Stop Combat Movement'),\n(7038, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Thaurissan Agent - Within 0-5 Range - Start Combat Movement'),\n(7038, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Thaurissan Agent - Within 5-30 Range - Cast Shoot'),\n(7038, 0, 4, 0, 9, 0, 100, 0, 0, 0, 36300, 50000, 5, 30, 11, 6685, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Thaurissan Agent - Within 5-30 Range - Cast Piercing Shot'),\n(7038, 0, 5, 0, 9, 0, 100, 0, 0, 0, 13300, 24100, 0, 5, 11, 12540, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Thaurissan Agent - Within 0-5 Range - Cast Gouge'),\n(7039, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'War Reaver - On Respawn - Cast Thrash Proc'),\n(7039, 0, 1, 0, 0, 0, 100, 0, 11000, 25000, 18000, 30000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'War Reaver - Within 0-10 Range - Cast Uppercut'),\n--\n(7040, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 18000, 34000, 0, 0, 11, 12054, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Black Dragonspawn - Within 0-5 Range - Cast Rend'),\n(7040, 0, 1, 0, 0, 0, 100, 0, 11000, 11000, 8000, 17000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Black Dragonspawn - Within 0-5 Range - Cast Cleave'),\n(7041, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 14034, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Black Wyrmkin - In Combat - Cast Fireball'),\n(7041, 0, 1, 0, 2, 0, 100, 0, 0, 50, 30400, 45900, 0, 0, 11, 11969, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Black Wyrmkin - Between 0-50% Health - Cast Fire Nova'),\n(7042, 0, 0, 0, 0, 0, 100, 0, 2000, 8000, 7000, 16000, 0, 0, 11, 13340, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Flamescale Dragonspawn - In Combat - Cast Fire Blast'),\n(7042, 0, 1, 0, 0, 0, 100, 0, 12000, 21000, 35000, 47000, 0, 0, 11, 9080, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Flamescale Dragonspawn - Within 0-5 Range - Cast Hamstring'),\n(7043, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9574, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Flamescale Wyrmkin - In Combat - Cast Flame Buffet'),\n(7043, 0, 1, 0, 0, 0, 100, 0, 1000, 5000, 10000, 15000, 0, 0, 11, 13341, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Flamescale Wyrmkin - In Combat - Cast Fire Blast'),\n(7044, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 7000, 15000, 0, 0, 11, 9573, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Black Drake - Within 0-5 Range - Cast Flame Breath'),\n(7045, 0, 0, 0, 0, 0, 100, 0, 1000, 5000, 8000, 17000, 0, 0, 11, 9573, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Scalding Drake - Within 0-5 Range - Cast Flame Breath'),\n(7046, 0, 0, 0, 0, 0, 100, 0, 10000, 17000, 8000, 18000, 0, 0, 11, 9573, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Searscale Drake - Within 0-5 Range - Cast Flame Breath'),\n--\n(8977, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Krom\\'Grul - On Aggro - Say Line 0'),\n(8977, 0, 1, 0, 0, 0, 100, 0, 2000, 2000, 16000, 41000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Krom\\'Grul - In Combat - Cast Bloodlust'),\n(8977, 0, 2, 0, 0, 0, 100, 0, 10000, 21000, 16000, 31000, 0, 0, 11, 13381, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Krom\\'Grul - In Combat - Cast Torch'),\n(8978, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Thauris Balgarr - Outside 30 Range - Start Combat Movement'),\n(8978, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Thauris Balgarr - Within 5-30 Range - Stop Combat Movement'),\n(8978, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Thauris Balgarr - Within 0-5 Range - Start Combat Movement'),\n(8978, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Thauris Balgarr - Within 5-30 Range - Cast Shoot'),\n(8978, 0, 4, 0, 0, 0, 100, 0, 7000, 11000, 21000, 36000, 0, 0, 11, 6533, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Thauris Balgarr - In Combat - Cast Net'),\n(8978, 0, 5, 0, 0, 0, 100, 0, 1000, 3000, 19200, 32700, 0, 0, 11, 11802, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Thauris Balgarr - In Combat - Cast Dark Iron Land Mine'), -- test!\n(8979, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 10000, 17000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Gruklash - Within 0-5 Range - Cast Backhand'),\n(8979, 0, 1, 0, 105, 0, 50, 0, 0, 0, 11000, 15000, 0, 5, 11, 12555, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Gruklash - Target Casting - Cast Pummel'),\n(8979, 0, 2, 3, 2, 0, 100, 0, 0, 50, 120000, 120000, 0, 0, 11, 8269, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Gruklash - Between 0-50% Health - Cast Frenzy'),\n(8979, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Gruklash - On Frenzy - Say Line 0'),\n(8981, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Malfunctioning Reaver - On Respawn - Cast Thrash Proc'),\n(8981, 0, 1, 0, 0, 0, 100, 0, 11000, 25000, 18000, 30000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Malfunctioning Reaver - Within 0-10 Range - Cast Uppercut'),\n(9176, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gor\\'tesh - On Respawn - Cast Thrash Proc'),\n(9176, 0, 1, 0, 0, 0, 100, 0, 10000, 12000, 18000, 23000, 0, 0, 11, 12734, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Gor\\'tesh - In Combat - Cast Ground Smash'),\n(9176, 0, 2, 0, 0, 0, 100, 0, 17000, 20000, 38000, 44000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,  'Gor\\'tesh - Within 0-10 Range - Cast Knock Away'),\n--\n(9690, 0, 0, 0, 0, 0, 100, 0, 13000, 28000, 22000, 48000, 0, 0, 11, 7367, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Ember Worg - Within 0-5 Range - Cast Infected Bite'),\n(9695, 0, 0, 0, 0, 0, 100, 0, 11000, 12000, 12000, 18000, 0, 0, 11, 5416, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Deathlash Scorpid - Within 0-5 Range - Cast Venom Sting'),\n(9697, 0, 0, 0, 0, 0, 100, 0, 13000, 15000, 15000, 20000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0, 'Giant Ember Worg - Within 0-5 Range - Cast Rend'),\n(9698, 0, 0, 0, 0, 0, 100, 0, 6000, 14000, 12000, 21000, 0, 0, 11, 5416, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Firetail Scorpid - Within 0-5 Range - Cast Venom Sting'),\n(9698, 0, 1, 0, 0, 0, 100, 0, 12000, 21000, 11000, 21000, 0, 0, 11, 15661, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Firetail Scorpid - In Combat - Cast Immolate'),\n(9779, 0, 0, 1, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 11, 15716, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Flamekin Rager - Between 0-30% Health - Cast Enrage'),\n(9779, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Flamekin Rager - On Enrage - Say Line 0'),\n--\n(10077, 0, 0, 0, 0, 0, 100, 0, 10000, 19000, 25000, 46000, 0, 0, 11, 3604, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Deathmaw - Within 0-5 Range - Cast Tendon Rip'),\n(10078, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11968, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Terrorspark - On Aggro - Cast Fire Shield'),\n(10078, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Terrorspark - In Combat - Cast Fireball'),\n(10078, 0, 2, 3, 0, 0, 100, 0, 10900, 23300, 33000, 53400, 0, 0, 11, 15710, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Terrorspark - In Combat - Cast Summon Flamekin Torcher'),\n(10078, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15711, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Terrorspark - In Combat - Cast Summon Flamekin Rager'),\n(10119, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Volchan - On Respawn - Cast Fire Shield'),\n(10119, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 13000, 29000, 0, 0, 11, 15743, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Volchan - In Combat - Cast Flamecrack'),\n(10119, 0, 2, 0, 0, 0, 100, 0, 10000, 13000, 9000, 24000, 0, 0, 11, 12470, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Volchan - In Combat - Cast Fire Nova'),\n(16043, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 6000, 16000, 0, 0, 11, 23114, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Magma Lord Bokk - In Combat - Cast Earth Shock'),\n(16043, 0, 1, 0, 0, 0, 100, 0, 12000, 14000, 10000, 17000, 0, 0, 11, 10101, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0, 'Magma Lord Bokk - Within 0-10 Range - Cast Knock Away'),\n(16043, 0, 2, 0, 0, 0, 100, 0, 6000, 14000, 9000, 22000, 0, 0, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Magma Lord Bokk - In Combat - Cast Ground Tremor');\n\n\n-- fix spawn locations\nDELETE FROM `creature` WHERE `id1` IN (8977);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(4596,   8977, 0, 0, 0, 0, 0, 1, 1, 1, -7958.56, -2603.77, 173.694, 5.76038, 500, 0, 0, 2634, 2041, 0, 0, 0, 0, '', 0, 0, NULL), -- Krom'Grul\n(695091, 8977, 0, 0, 0, 0, 0, 1, 1, 1, -7836.08, -2565.46, 125.553, 1.8295,  500, 0, 0, 2634, 2041, 0, 0, 0, 0, '', 0, 0, NULL), -- https://www.youtube.com/watch?v=7ia3WaeLCbs&t=400s\n(695092, 8977, 0, 0, 0, 0, 0, 1, 1, 1, -7928.66, -2670.63, 158.508, 4.53516, 500, 0, 0, 2634, 2041, 0, 0, 0, 0, '', 0, 0, NULL), -- https://www.youtube.com/watch?v=d40q6NJAzBY&t=600s\n(695093, 8977, 0, 0, 0, 0, 0, 1, 1, 1, -7962.19, -2659.41, 168.874, 2.29284, 500, 0, 0, 2634, 2041, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601050);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(8977,   601050, 0, 'Krom\\'Grul'),\n(695091, 601050, 0, 'Krom\\'Grul'),\n(695092, 601050, 0, 'Krom\\'Grul'),\n(695093, 601050, 0, 'Krom\\'Grul');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601050);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601050, 1, 'Krom\\'Grul - Burning Steppes');\n"
  },
  {
    "path": "data/sql/world/base/zone_dalaran.sql",
    "content": "DELETE FROM `creature` WHERE `id1` IN (31863, 31864, 31865, 33921, 33922, 33923, 33925, 33926, 33927, 33936, 33937, 33938, 34087, 34092, 34095);\nINSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n--\n(631863, 31863, 571, 1, 1, 5753.74, 585.413, 615.052, 0, 180),       -- Nargle Lashcord, WotLK Season 5\n(633921, 33921, 571, 1, 1, 5753.74, 585.413, 615.052, 0, 180),       -- Nargle Lashcord, WotLK Season 6\n(633927, 33927, 571, 1, 1, 5753.74, 585.413, 615.052, 0, 180),       -- Nargle Lashcord, WotLK Season 7\n(633936, 33936, 571, 1, 1, 5753.74, 585.413, 615.052, 0, 180),       -- Nargle Lashcord, WotLK Season 8\n\n(631864, 31864, 571, 1, 1, 5751.54, 584.66, 615.052, 0, 180),        -- Xazi Smolderpipe, WotLK Season 5\n(633922, 33922, 571, 1, 1, 5751.54, 584.66, 615.052, 0, 180),        -- Xazi Smolderpipe, WotLK Season 6\n(633926, 33926, 571, 1, 1, 5751.54, 584.66, 615.052, 0, 180),        -- Xazi Smolderpipe, WotLK Season 7\n(633937, 33937, 571, 1, 1, 5751.54, 584.66, 615.052, 0, 180),        -- Xazi Smolderpipe, WotLK Season 8\n\n(631865, 31865, 571, 1, 1, 5751.73, 582.943, 615.052, 0, 180),       -- Zom Bocom, WotLK Season 5\n(633923, 33923, 571, 1, 1, 5751.73, 582.943, 615.052, 0, 180),       -- Zom Bocom, WotLK Season 6\n(633925, 33925, 571, 1, 1, 5751.73, 582.943, 615.052, 0, 180),       -- Zom Bocom, WotLK Season 7\n(633938, 33938, 571, 1, 1, 5751.73, 582.943, 615.052, 0, 180),       -- Zom Bocom, WotLK Season 8\n\n(634087, 34087, 571, 1, 1, 5761.32, 578.753, 615.052, 2.09439, 180), -- Trapjaw Rix, WotLK Season 6\n(634092, 34092, 571, 1, 1, 5761.32, 578.753, 615.052, 2.09439, 180), -- Trapjaw Rix, WotLK Season 7\n(634095, 34095, 571, 1, 1, 5761.32, 578.753, 615.052, 2.09439, 180); -- Trapjaw Rix, WotLK Season 8\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S5' WHERE `guid` IN (631863, 631864, 631865);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S6' WHERE `guid` IN (633921, 633922, 633923, 634087);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S7' WHERE `guid` IN (633925, 633926, 633927, 634092);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S8' WHERE `guid` IN (633936, 633937, 633938, 634095);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (631863, 631864, 631865, 633921, 633922, 633923, 633925, 633926, 633927, 633936, 633937, 633938, 634087, 634092, 634095);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(631863, 0, 0, 0, 1, 0, 0, NULL),\n(633921, 0, 0, 0, 1, 0, 0, NULL),\n(633927, 0, 0, 0, 1, 0, 0, NULL),\n(633936, 0, 0, 0, 1, 0, 0, NULL),\n(631864, 0, 0, 0, 1, 0, 0, NULL),\n(633922, 0, 0, 0, 1, 0, 0, NULL),\n(633926, 0, 0, 0, 1, 0, 0, NULL),\n(633937, 0, 0, 0, 1, 0, 0, NULL),\n(631865, 0, 0, 0, 1, 0, 0, NULL),\n(633923, 0, 0, 0, 1, 0, 0, NULL),\n(633925, 0, 0, 0, 1, 0, 0, NULL),\n(633938, 0, 0, 0, 1, 0, 0, NULL),\n(634087, 0, 0, 0, 1, 0, 0, NULL),\n(634092, 0, 0, 0, 1, 0, 0, NULL),\n(634095, 0, 0, 0, 1, 0, 0, NULL);\n\n-- remove event entries added by AC\nDELETE FROM `creature_addon` WHERE `guid` IN (85064, 85208, 85209, 85210);\nDELETE FROM `game_event_creature` WHERE `guid` IN (85064, 85208, 85209, 85210, 152021, 152024, 152025, 208485, 208490, 208493, 208495, 208497, 208502, 208505, 208507);\n\n-- smart scripts, fix worldconsole errors\nDELETE FROM `smart_scripts` WHERE `event_type` = 10 AND `target_type` = 7 AND `entryorguid` IN (28715, 28997, 29491);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(28715, 0, 0, 0, 10, 0, 100, 0, 1, 20, 30000, 120000, 1, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Endora Moorehead - OOC LOS - Say Line'),\n(28997, 0, 0, 0, 10, 0, 100, 0, 1, 20, 30000, 120000, 1, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Griselda Hunderland - OOC LOS - Say Line'),\n(29491, 0, 0, 0, 10, 0, 100, 0, 1, 20, 30000, 120000, 1, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Karandonna - OOC LOS - Say Line');\n"
  },
  {
    "path": "data/sql/world/base/zone_darkshore.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2069);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2158, 2159, 2160, 2165, 2167, 2168, 2169, 2170, 2171, 2172, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2189, 2190, 2191, 2192, \n2202, 2203, 2204, 2205, 2206, 2207, 2208, 2212, 2236, 2237, 2321, 2324, 2336, 2337, 2338, 2339, 3660, 3662, 3667, 6788, 7016, 10157, 10160, 10373, 10919, 11196);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2069, 2158, 2159, 2160, 2165, 2167, 2168, 2169, 2170, 2171, 2172, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2189, 2190, 2191, 2192, \n2202, 2203, 2204, 2205, 2206, 2207, 2208, 2212, 2236, 2237, 2321, 2324, 2336, 2337, 2338, 2339, 3660, 3662, 3667, 6788, 7016, 10157, 10160, 10373, 10919, 11196);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2158, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gravelflint Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2159, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 3148, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gravelflint Bonesnapper - Within 0-5 Range - Cast Headcrack'),\n(2159, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gravelflint Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2160, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Gravelflint Geomancer - On Reset - Cast Frost Armor'),\n(2160, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3300, 7400, 0, 40, 11, 19816, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gravelflint Geomancer - Within 0-40 Range - Cast Fireball'),\n(2165, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 5, 11, 3242, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Grizzled Thistle Bear - Within 0-5 Range - Cast Ravage'),\n(2167, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 35000, 0, 30, 11, 6950, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Blackwood Pathfinder - Within 0-30 Range - Cast Faerie Fire'),\n(2167, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 5, 11, 3242, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blackwood Pathfinder - Within 0-5 Range - Cast Ravage'),\n(2167, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackwood Pathfinder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2168, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Blackwood Warrior - Out of Combat - Cast Battle Stance (No Repeat)'),\n(2168, 0, 1, 0, 9, 0, 100, 0, 0, 0, 16000, 21000, 0, 8, 11, 13532, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Blackwood Warrior - Within 0-8 Range - Cast Thunder Clap'),\n(2168, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackwood Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2169, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 30000, 36000, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackwood Totemic - On Aggro - Cast Healing Ward'),\n(2169, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackwood Totemic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2170, 0, 0, 0, 14, 0, 100, 0, 200, 40, 18000, 21000, 0, 0, 11, 1058, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Blackwood Ursa - Friendly Missing 200 Health - Cast Rejuvenation'),\n(2170, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackwood Ursa - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2171, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Blackwood Shaman - In Combat - Cast Lightning Bolt'),\n(2171, 0, 1, 0, 0, 0, 100, 0, 9000, 14000, 11000, 15000, 0, 0, 11, 2606, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackwood Shaman - In Combat - Cast Shock'),\n(2171, 0, 2, 0, 14, 0, 100, 0, 300, 40, 16000, 21000, 0, 0, 11, 913, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Blackwood Shaman - Friendly Missing 300 Health - Cast Healing Wave'),\n(2171, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackwood Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2172, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 15000, 18000, 0, 0, 11, 7272, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Strider Clutchmother - In Combat - Cast Dust Cloud'),\n(2172, 0, 1, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 6607, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Strider Clutchmother - Within 0-5 Range - Cast Lash'),\n(2172, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Strider Clutchmother - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2175, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 30, 11, 17227, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Shadowclaw - Within 0-30 Range - Cast Curse of Weakness'),\n(2176, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 17000, 21000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Cursed Highborne - In Combat - Cast Banshee Curse'),\n(2177, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 17000, 21000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Writhing Highborne - On Aggro - Cast Banshee Curse'),\n(2178, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 17000, 21000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Wailing Highborne - On Aggro - Cast Banshee Curse'),\n--\n(2179, 0, 0, 0, 0, 0, 100, 0, 8000, 13000, 12000, 16000, 0, 0, 11, 13586, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Stormscale Wave Rider - Between 30-60% Health - Cast Aqua Jet'),\n(2179, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stormscale Wave Rider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2180, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stormscale Siren - In Combat - Cast Holy Smite'),\n(2180, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 25000, 50, 40, 11, 11642, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Stormscale Siren - Friendly Between 0-50% Health - Cast Heal'),\n(2180, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stormscale Siren - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2181, 0, 0, 0, 0, 0, 100, 0, 5000, 15000, 25000, 60000, 0, 0, 11, 5164, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Stormscale Myrmidon - Within 0-5 Range - Cast Knockdown'),\n(2181, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stormscale Myrmidon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2182, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormscale Sorceress - Out of Combat - Cast Frost Armor'),\n(2182, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stormscale Sorceress - In Combat - Cast Frostbolt'),\n(2182, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stormscale Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2183, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 15000, 21000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Stormscale Warrior - In Combat - Cast Improved Blocking'),\n(2183, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stormscale Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2184, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Lady Moongazer - Outside 30 Range - Start Combat Movement'),\n(2184, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Lady Moongazer - Within 5-30 Range - Stop Combat Movement'),\n(2184, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Lady Moongazer - Within 0-5 Range - Start Combat Movement'),\n(2184, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lady Moongazer - Within 5-30 Range - Cast Shoot'),\n(2184, 0, 4, 0, 9, 0, 100, 0, 0, 0, 20000, 40000, 0, 20, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Lady Moongazer - Within 0-20 Range - Cast Net'),\n--\n(2185, 0, 0, 0, 9, 0, 100, 0, 0, 0, 45000, 50000, 0, 5, 11, 6016, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Darkshore Thresher - Within 0-5 Range - Cast Pierce Armor'),\n(2186, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Carnivous the Breaker - On Respawn - Cast Thrash Proc'),\n(2186, 0, 1, 0, 9, 0, 100, 0, 0, 0, 45000, 50000, 0, 5, 11, 6016, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Carnivous the Breaker - Within 0-5 Range - Cast Pierce Armor'),\n(2187, 0, 0, 0, 9, 0, 100, 0, 0, 0, 45500, 50000, 0, 5, 11, 6016, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Elder Darkshore Thresher - Within 0-5 Range - Cast Pierce Armor'),\n--\n(2189, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11959, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Vile Sprite - On Respawn - Cast Poison Proc'),\n(2189, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Sprite - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2190, 0, 0, 0, 2, 0, 100, 0, 0, 30, 60000, 65000, 0, 0, 11, 5915, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Wild Grell - Between 0-30% Health - Cast Crazed'),\n(2190, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Grell - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2191, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11980, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                   'Licillin - On Aggro - Cast Curse of Weakness'),\n(2191, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Licillin - In Combat - Cast Fireball'),\n(2192, 0, 0, 0, 0, 0, 100, 0, 2200, 2400, 6500, 6800, 0, 0, 11, 20793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Firecaller Radison - In Combat - Cast Fireball'),\n(2192, 0, 1, 0, 106, 0, 100, 0, 0, 0, 12000, 16000, 0, 8, 11, 11969, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Firecaller Radison - Within 0-8 Range - Cast Fire Nova'),\n(2192, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 5915, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Firecaller Radison - Between 0-30% Health - Cast Crazed (No Repeat)'),\n(2192, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Firecaller Radison - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2202, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Coastrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2203, 0, 0, 0, 16, 0, 100, 0, 26364, 30, 15000, 30000, 0, 0, 11, 26364, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Greymist Seer - Friendly Missing Buff - Cast Lightning Shield'), -- test!\n(2203, 0, 1, 0, 14, 0, 100, 0, 180, 40, 16000, 21000, 0, 0, 11, 547, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Greymist Seer - Friendly Missing 180 Health - Cast Healing Wave'),\n(2203, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2204, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20800, 40500, 0, 20, 11, 12024, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Greymist Netter - Within 0-20 Range - Cast Net'),\n(2204, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Netter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2205, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Greymist Warrior - Out of Combat - Cast Battle Stance (No Repeat)'),\n(2205, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 14000, 21000, 0, 0, 11, 5242, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Greymist Warrior - In Combat - Cast Battle Shout'),\n(2205, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2206, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Greymist Hunter - Outside 30 Range - Start Combat Movement'),\n(2206, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Greymist Hunter - Within 5-30 Range - Stop Combat Movement'),\n(2206, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Greymist Hunter - Within 0-5 Range - Start Combat Movement'),\n(2206, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Greymist Hunter - Within 5-30 Range - Cast Throw'),\n(2206, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2207, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Greymist Oracle - In Combat - Cast Lightning Bolt'),\n(2207, 0, 1, 0, 14, 0, 100, 0, 190, 40, 30000, 45000, 0, 0, 11, 913, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Greymist Oracle - Friendly At 190 Health - Cast Healing Wave'),\n(2207, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2208, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Greymist Tidehunter - On Respawn - Cast Poison Proc'),\n(2208, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Greymist Tidehunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2212, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Deth ryll Satyr - Outside 30 Range - Start Combat Movement'),\n(2212, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Deth ryll Satyr - Within 5-30 Range - Stop Combat Movement'),\n(2212, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Deth ryll Satyr - Within 0-5 Range - Start Combat Movement'),\n(2212, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Deth ryll Satyr - Within 5-30 Range - Cast Shoot'),\n(2212, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deth ryll Satyr - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2236, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Raging Reef Crawler - In Combat - Cast Thrash'),\n(2237, 0, 0, 0, 67, 0, 100, 0, 0, 0, 10000, 14000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Moonstalker Sire - Behind Target - Cast Exploit Weakness'),\n(2321, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Foreststrider Fledgling - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2324, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 16000, 21000, 0, 0, 11, 6982, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackwood Windtalker - In Combat - Cast Gust of Wind'),\n(2324, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackwood Windtalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2336, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 45000, 0, 10, 11, 7098, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Dark Strand Fanatic - In Combat - Cast Curse of Mending'),\n(2336, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Strand Fanatic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2337, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Dark Strand Voidcaller - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(2337, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20807, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Strand Voidcaller - In Combat - Cast Shadow Bolt'),\n(2337, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Strand Voidcaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2338, 0, 0, 0, 14, 0, 100, 0, 280, 40, 21000, 25000, 0, 0, 11, 2054, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Twilight Disciple - Friendly Missing 280 Health - Cast Heal'),\n(2338, 0, 1, 0, 14, 0, 100, 0, 150, 40, 18000, 21000, 0, 0, 11, 6074, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Twilight Disciple - Friendly Missing 150 Health - Cast Renew'),\n(2338, 0, 2, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                        'Twilight Disciple - On Aggro - Talk 0'), -- test!\n(2338, 0, 3, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Twilight Disciple - On Death - Talk 1'),\n(2338, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Disciple - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2339, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Twilight Thug - Out of Combat - Cast Battle Stance (No Repeat)'),\n(2339, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 16000, 21000, 0, 0, 11, 5242, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Thug - In Combat - Cast Battle Shout'),\n(2339, 0, 2, 0, 2, 0, 100, 1, 20, 40, 0, 0, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Twilight Thug - Between 20-40% Health - Cast Disarm (No Repeat)'),\n(2339, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                        'Twilight Thug - On Aggro - Talk 0'), -- test!\n(2339, 0, 4, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Twilight Thug - On Death - Talk 1'),\n(2339, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Thug - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3660, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Athrikus Narassin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3662, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Delmanis the Hated - In Combat - Cast Frostbolt'),\n(3662, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 12000, 16000, 0, 0, 11, 7101, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Delmanis the Hated - In Combat - Cast Flame Blast'),\n(3662, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Delmanis the Hated - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3662, 0, 3, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 0, 3662, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Delmanis the Hated - On Respawn - Start Waypoint'),\n(3662, 0, 4, 0, 40, 0, 100, 512, 38, 0, 0, 0, 0, 0, 80, 366200, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Delmanis the Hated - On Waypoint 38 Reached - Run Script'),\n(3667, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 14000, 17000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Anaya Dawnrunner - In Combat - Cast Banshee Curse'),\n(3667, 0, 1, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Anaya Dawnrunner - On Just Died - Say Line 0'),\n(6788, 0, 0, 0, 0, 0, 100, 0, 5000, 20000, 20000, 50000, 0, 0, 11, 3242, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Den Mother - Within 0-5 Range - Cast Ravage'),\n(7016, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Lady Vespira - Outside 30 Range - Start Combat Movement'),\n(7016, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Lady Vespira - Within 5-30 Range - Stop Combat Movement'),\n(7016, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Lady Vespira - Within 0-5 Range - Start Combat Movement'),\n(7016, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lady Vespira - Within 5-30 Range - Cast Shoot'),\n(7016, 0, 4, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 11428, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lady Vespira - Within 0-5 Range - Cast Knockdown'),\n(7016, 0, 5, 0, 0, 0, 100, 0, 11000, 15000, 14000, 17000, 0, 0, 11, 12549, 65, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Lady Vespira - In Combat - Cast Forked Lightning'),\n--\n(10157, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 15000, 18000, 0, 0, 11, 15798, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Moonkin Oracle - In Combat - Cast Moonfire'),\n(10157, 0, 1, 0, 0, 0, 100, 0, 0, 0, 12000, 15000, 0, 0, 11, 9739, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Moonkin Oracle - In Combat - Cast Wrath'),\n(10157, 0, 2, 0, 14, 0, 100, 0, 200, 40, 25000, 30000, 0, 0, 11, 16561, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Moonkin Oracle - Friendly Missing 200 Health - Cast Regrowth'),\n(10160, 0, 0, 0, 9, 0, 100, 0, 0, 0, 18000, 21000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Raging Moonkin - Within 0-5 Range - Cast Rend'),\n(10160, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Raging Moonkin - Between 5-30% Health - Cast Enrage (No Repeat)'),\n(10160, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Raging Moonkin - On Enrage - Say Line 0'),\n(10373, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 20000, 23000, 0, 0, 11, 11639, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Xabraxxis - In Combat - Cast Shadow Word: Pain'),\n(10373, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Xabraxxis - In Combat - Cast Curse of Weakness'),\n(10373, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Xabraxxis - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(10373, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Xabraxxis - On Enrage - Say Line 0'),\n(10373, 0, 4, 0, 6, 0, 100, 513, 0, 0, 0, 0, 0, 0, 11, 19127, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Xabraxxis - On Just Died - Cast Xabraxxis Demon Bag'),\n--\n(10919, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shatterspear Troll   - On Aggro - Call for Help'),\n(11196, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Shatterspear Drummer - On Aggro - Call for Help');\n\n\n-- fix Quest: The Blackwood Corrupted - now only showss one Talisman of Corruption as the requirement\nUPDATE `quest_template` SET `RequiredItemId6` = 0, RequiredItemCount6 = 0 WHERE `ID` = 4763;\n"
  },
  {
    "path": "data/sql/world/base/zone_darnassus.sql",
    "content": "UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 11041; -- Milla Fairancora <Journeyman Alchemist>\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist'         WHERE `entry` = 11042; -- Sylvanna Forestmoon <Expert Alchemist>\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 11050; -- Trianna <Journeyman Tailor>\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` = 11070; -- Lalina Summermoon <Journeyman Enchanter>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 11083; -- Darianna <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker'     WHERE `entry` = 11081; -- Faldron <Expert Leatherworker>\n\nUPDATE `creature_template` SET `npcflag` = 81 WHERE `entry` IN (11041, 11042, 11050, 11070, 11081, 11083); -- `trainer_type` = 2\nUPDATE `creature_template` SET `type_flags` = 134217728 WHERE `entry` IN (4212, 11042, 11081);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (4125, 4131, 4163, 4204, 4241, 4349);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES\n(15, 4125, 0, 7, 171, 50,  'Show menu if alchemy is 50 or higher'),         -- Sylvanna Forestmoon <Expert Alchemist>\n(15, 4131, 0, 7, 171, 125, 'Show menu if alchemy is 125 or higher'),        -- Ainethil <Artisan Alchemist>\n(15, 4163, 0, 7, 333, 50,  'Show menu if enchanting is 50 or higher'),      -- Taladan <Expert Enchanter>\n(15, 4204, 0, 7, 165, 50,  'Show menu if leatherworking is 50 or higher'),  -- Faldron <Expert Leatherworker>\n(15, 4241, 0, 7, 165, 125, 'Show menu if leatherworking is 125 or higher'), -- Telonis <Artisan Leatherworker>\n(15, 4349, 0, 7, 197, 50,  'Show menu if tailoring is 50 or higher');       -- Me'lynn <Expert Tailor>\n\n-- Batllemasters\nDELETE FROM `creature` WHERE `id1` IN (907, 2302, 5118);\nINSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES\n(600907, 907,  1, 9975.14, 2324.34, 1330.87, 0.0698132, 600), -- Keras Wolfheart <Arathi Basin Battlemaster>\n(602302, 2302, 1, 9977.6, 2313.53, 1330.87, 0.698132, 600),   -- Aethalas <Warsong Gulch Battlemaster>\n(605118, 5118, 1, 9923.77, 2323.84, 1330.87, 1.6057, 600);    -- Brogun Stoneshield <Alterac Valley Battlemaster>\n\n-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (3516, 7999, 14378, 14379, 14380);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (3516, 7999, 14378, 14379, 14380);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3516, 0, 0, 0, 0, 0, 100, 0, 25000, 25000, 30000, 30000, 0, 0, 11, 20699, 0, 0, 0, 0, 0, 24, 30, 0, 0, 0, 0, 0, 0, 0, 'Arch Druid Fandral Staghelm - Within 0-30 Range - Cast Entangling Roots'),\n(3516, 0, 1, 0, 14, 0, 100, 0, 5000, 40, 15000, 15000, 0, 0, 11, 20701, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Arch Druid Fandral Staghelm - Friendly Missing Health - Cast Rejuvenation'),\n(3516, 0, 2, 0, 0, 0, 100, 0, 15000, 15000, 25000, 25000, 0, 0, 11, 20702, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Arch Druid Fandral Staghelm - In Combat - Cast Summon Treant Allies'),\n(3516, 0, 3, 0, 0, 0, 100, 0, 27000, 27000, 30000, 30000, 0, 0, 11, 27530, 0, 0, 0, 0, 0, 24, 30, 0, 0, 0, 0, 0, 0, 0, 'Arch Druid Fandral Staghelm - Within 0-30 Range - Cast Hurricane'),\n(3516, 0, 4, 0, 0, 0, 100, 0, 5000, 10000, 5000, 10000, 0, 0, 11, 20698, 0, 0, 0, 0, 0, 24, 45, 0, 0, 0, 0, 0, 0, 0,   'Arch Druid Fandral Staghelm - Within 0-45 Range - Cast Wrath'),\n--\n(7999, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 4, 5885, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Tyrande Whisperwind - On Aggro - Play Sound (No Repeat)'),\n--\n(14378, 0, 0, 0, 9, 0, 100, 0, 3000, 4000, 12000, 13000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Huntress Skymane - Within 0-5 Range - Cast Sunder Armor'),\n(14379, 0, 0, 0, 9, 0, 100, 0, 3000, 4000, 12000, 13000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Huntress Ravenoak - Within 0-5 Range - Cast Sunder Armor'),\n(14380, 0, 0, 0, 9, 0, 100, 0, 3000, 4000, 12000, 13000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Huntress Leafrunner - Within 0-5 Range - Cast Sunder Armor');\n"
  },
  {
    "path": "data/sql/world/base/zone_deadwind_pass.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(7370, 7371, 7372, 7376, 7379, 12377, 12378, 12379, 12380);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(7370, 7371, 7372, 7376, 7379, 12377, 12378, 12379, 12380);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(7370, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 30000, 40000, 0, 0, 11, 18267, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Restless Shade - In Combat - Cast Curse of Weakness'),\n(7370, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 9000, 12000, 0, 0, 11, 12531, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Restless Shade - In Combat - Cast Chilling Touch'),\n(7371, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Deadwind Mauler - On Aggro - Say Line 0'),\n(7371, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 9000, 12000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,    'Deadwind Mauler - Within 0-10 Range - Cast Uppercut'),\n(7372, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Deadwind Warlock - On Aggro - Say Line 0'),\n(7372, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Deadwind Warlock - In Combat - Cast Shadow Bolt'),\n(7372, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 7000, 15000, 0, 0, 11, 11980, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Deadwind Warlock - In Combat - Cast Curse of Weakness'),\n(7372, 0, 3, 0, 0, 0, 100, 0, 9000, 11000, 11000, 18000, 0, 0, 11, 20787, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Deadwind Warlock - In Combat - Cast Immolate'),\n(7376, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 16000, 19000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Sky Shadow - In Combat - Cast Rend'),\n(7379, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Deadwind Ogre Mage - On Aggro - Say Line 0'),\n(7379, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 12550, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Deadwind Ogre Mage - Out of Combat - Cast Lightning Shield'),\n(7379, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20824, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Deadwind Ogre Mage - In Combat - Cast Lightning Bolt'),\n(7379, 0, 3, 0, 0, 0, 100, 0, 7000, 9000, 16000, 20000, 0, 0, 11, 15039, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Deadwind Ogre Mage - In Combat - Cast Flame Shock'),\n(7379, 0, 4, 0, 2, 0, 100, 0, 0, 30, 30000, 36000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Deadwind Ogre Mage - Between 0-30% Health - Cast Bloodlust'),\n--\n(12377, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 11000, 14000, 0, 0, 11, 7713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Wailing Spectre - In Combat - Cast Wailing Dead'),\n(12378, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Damned Soul - Combat - Cast Shadow Bolt'),\n(12378, 0, 1, 0, 0, 0, 100, 0, 0, 0, 7000, 10000, 0, 0, 11, 13748, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Damned Soul - Combat - Cast Arcane Bolt'),\n(12379, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 8000, 10000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Unliving Caretaker - Within 0-5 Range - Cast Strike'),\n(12379, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Unliving Caretaker - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(12379, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Unliving Caretaker - On Enrage - Say Line 0'),\n(12380, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Unliving Resident - Within 0-5 Range - Cast Sunder Armor'),\n(12380, 0, 1, 0, 105, 0, 50, 0, 6000, 8000, 6000, 9000, 0, 5, 11, 11978, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Unliving Resident - Target Casting - Cast Kick');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (7371, 7372, 7379);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n--\n(7371, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Deadwind Mauler'),\n(7371, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Deadwind Mauler'),\n(7371, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Deadwind Mauler'),\n(7372, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Deadwind Warlock'),\n(7372, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Deadwind Warlock'),\n(7372, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Deadwind Warlock'),\n(7379, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Deadwind Ogre Mage'),\n(7379, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Deadwind Ogre Mage'),\n(7379, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Deadwind Ogre Mage');\n\n\n-- Deadwind Brute\nDELETE FROM `creature_loot_template` WHERE `Entry` = 7369;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7369, 2928, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Brute - Dust of Decay'),\n(7369, 3914, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Brute - Journeyman\\'s Backpack'),\n(7369, 4500, 0, 0.06, 0, 1, 0, 1, 1,  'Deadwind Brute - Traveler\\'s Backpack'),\n(7369, 5758, 0, 0.039, 0, 1, 0, 1, 1, 'Deadwind Brute - Mithril Lockbox'),\n(7369, 5759, 0, 0.039, 0, 1, 0, 1, 1, 'Deadwind Brute - Thorium Lockbox'),\n(7369, 7909, 0, 0.065, 0, 1, 0, 1, 1, 'Deadwind Brute - Aquamarine'),\n(7369, 7910, 0, 0.026, 0, 1, 0, 1, 1, 'Deadwind Brute - Star Ruby'),\n(7369, 7990, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Brute - Plans: Heavy Mithril Helm'),\n(7369, 7993, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Brute - Plans: Dazzling Mithril Rapier'),\n(7369, 8389, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Brute - Pattern: Big Voodoo Pants'),\n(7369, 8766, 0, 2.35, 0, 1, 0, 1, 1,  'Deadwind Brute - Morning Glory Dew'),\n(7369, 8952, 0, 4.61, 0, 1, 0, 1, 1,  'Deadwind Brute - Roasted Quail'),\n(7369, 9295, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Brute - Recipe: Invisibility Potion'),\n(7369, 10305, 0, 0.46, 0, 1, 0, 1, 1, 'Deadwind Brute - Scroll of Protection IV'),\n(7369, 10306, 0, 0.48, 0, 1, 0, 1, 1, 'Deadwind Brute - Scroll of Spirit IV'),\n(7369, 10307, 0, 0.32, 0, 1, 0, 1, 1, 'Deadwind Brute - Scroll of Stamina IV'),\n(7369, 10308, 0, 0.34, 0, 1, 0, 1, 1, 'Deadwind Brute - Scroll of Intellect IV'),\n(7369, 10309, 0, 0.16, 0, 1, 0, 1, 1, 'Deadwind Brute - Scroll of Agility IV'),\n(7369, 10310, 0, 0.12, 0, 1, 0, 1, 1, 'Deadwind Brute - Scroll of Strength IV'),\n(7369, 10320, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Red Mageweave Headband'),\n(7369, 11225, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Formula: Enchant Bracer - Greater Stamina'),\n(7369, 11226, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Formula: Enchant Gloves - Riding Skill'),\n(7369, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Thorium Armor'),\n(7369, 12683, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Thorium Belt'),\n(7369, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Thorium Bracers'),\n(7369, 12685, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Radiant Belt'),\n(7369, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Radiant Breastplate'),\n(7369, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Wildthorn Mail'),\n(7369, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Thorium Boots'),\n(7369, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Thorium Helm'),\n(7369, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Radiant Boots'),\n(7369, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Plans: Thorium Leggings'),\n(7369, 13444, 0, 1.36, 0, 1, 0, 1, 1, 'Deadwind Brute - Major Mana Potion'),\n(7369, 13446, 0, 2.96, 0, 1, 0, 1, 1, 'Deadwind Brute - Major Healing Potion'),\n(7369, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Recipe: Greater Stoneshield Potion'),\n(7369, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Recipe: Purification Potion'),\n(7369, 13518, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Recipe: Potion of Petrification'),\n(7369, 14047, 0, 34.5, 0, 1, 0, 1, 3, 'Deadwind Brute - Runecloth'),\n(7369, 14466, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Frostweave Tunic'),\n(7369, 14467, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Frostweave Robe'),\n(7369, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Runecloth Tunic'),\n(7369, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Frostweave Gloves'),\n(7369, 14478, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Brightcloth Robe'),\n(7369, 14479, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Brightcloth Gloves'),\n(7369, 14484, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Brightcloth Cloak'),\n(7369, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Frostweave Pants'),\n(7369, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Runecloth Pants'),\n(7369, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Felcloth Boots'),\n(7369, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Brightcloth Pants'),\n(7369, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Felcloth Hood'),\n(7369, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Runecloth Headband'),\n(7369, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Mooncloth Bag'),\n(7369, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Runecloth Shoulders'),\n(7369, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Felcloth Shoulders'),\n(7369, 15731, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Runic Leather Gauntlets'),\n(7369, 15737, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Chimeric Boots'),\n(7369, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Heavy Scorpid Belt'),\n(7369, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Runic Leather Belt'),\n(7369, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Chimeric Vest'),\n(7369, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Pattern: Wicked Leather Pants'),\n(7369, 16043, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Schematic: Thorium Rifle'),\n(7369, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Schematic: Thorium Shells'),\n(7369, 16215, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Formula: Enchant Boots - Greater Stamina'),\n(7369, 16218, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Formula: Enchant Bracer - Superior Spirit'),\n(7369, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Formula: Enchant Boots - Spirit'),\n(7369, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Formula: Enchant Boots - Greater Agility'),\n--\n(7369, 19230, 0, 0.026, 0, 1, 0, 1, 1,  'Deadwind Brute - Two of Beasts'),\n(7369, 19230, 0, 0.013, 0, 1, 15, 1, 1, 'Deadwind Brute - Two of Beasts'),\n(7369, 19231, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Three of Beasts'),\n(7369, 19231, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Three of Beasts'),\n(7369, 19232, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Four of Beasts'),\n(7369, 19232, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Four of Beasts'),\n(7369, 19259, 0, 0.052, 0, 1, 0, 1, 1,  'Deadwind Brute - Two of Warlords'),\n(7369, 19259, 0, 0.026, 0, 1, 15, 1, 1, 'Deadwind Brute - Two of Warlords'),\n(7369, 19260, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Three of Warlords'),\n(7369, 19260, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Three of Warlords'),\n(7369, 19261, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Four of Warlords'),\n(7369, 19261, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Four of Warlords'),\n(7369, 19269, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Two of Elementals'),\n(7369, 19269, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Two of Elementals'),\n(7369, 19270, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Three of Elementals'),\n(7369, 19270, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Three of Elementals'),\n(7369, 19271, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Four of Elementals'),\n(7369, 19271, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Four of Elementals'),\n(7369, 19278, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Two of Portals'),\n(7369, 19278, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Two of Portals'),\n(7369, 19279, 0, 0.026, 0, 1, 0, 1, 1,  'Deadwind Brute - Three of Portals'),\n(7369, 19279, 0, 0.013, 0, 1, 15, 1, 1, 'Deadwind Brute - Three of Portals'),\n(7369, 19280, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Brute - Four of Portals'),\n(7369, 19280, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Brute - Four of Portals'),\n(7369, 20400, 0, 0.06, 0, 1, 0, 1, 1,   'Deadwind Brute - Pumpkin Bag'),\n(7369, 24281, 0, 0.02, 0, 1, 0, 1, 1,   'Deadwind Brute - Carved Ivory Bone'),\n--\n(7369, 600013, 600013, 2.5, 0, 1, 0, 1, 1,    'Deadwind Brute - (ReferenceTable)'),\n(7369, 600038, 600038, 0.01, 0, 1, 0, 1, 1,   'Deadwind Brute - (ReferenceTable)'),\n(7369, 600039, 600039, 0.01, 0, 1, 0, 1, 1,   'Deadwind Brute - (ReferenceTable)'),\n(7369, 600040, 600040, 0.5, 0, 1, 0, 1, 1,    'Deadwind Brute - (ReferenceTable)'),\n(7369, 600041, 600041, 0.5, 0, 1, 0, 1, 1,    'Deadwind Brute - (ReferenceTable)'),\n(7369, 600042, 600042, 0.01, 0, 1, 0, 1, 1,   'Deadwind Brute - (ReferenceTable)'),\n(7369, 600043, 600043, 0.5, 0, 1, 0, 1, 1,    'Deadwind Brute - (ReferenceTable)'),\n(7369, 600044, 600044, 0.5, 0, 1, 0, 1, 1,    'Deadwind Brute - (ReferenceTable)'),\n(7369, 600046, 600046, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Brute - (ReferenceTable)'),\n(7369, 600048, 600048, 2.5, 0, 1, 0, 1, 1,    'Deadwind Brute - (ReferenceTable)'),\n(7369, 600049, 600049, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Brute - (ReferenceTable)'),\n(7369, 600050, 600050, 0.01, 0, 1, 10, 1, 1,  'Deadwind Brute - (ReferenceTable)'),\n(7369, 600051, 600051, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Brute - (ReferenceTable)');\n\n-- Restless Shade\nDELETE FROM `creature_loot_template` WHERE `Entry` = 7370;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7370, 24480, 0, 80, 1, 1, 0, 1, 1,   'Restless Shade - Ghostly Essence'),\n(7370, 2928, 0, 0.02, 0, 1, 0, 1, 1,  'Restless Shade - Dust of Decay'),\n(7370, 4500, 0, 0.06, 0, 1, 0, 1, 1,  'Restless Shade - Traveler\\'s Backpack'),\n(7370, 5759, 0, 0.18, 0, 1, 0, 1, 1,  'Restless Shade - Thorium Lockbox'),\n(7370, 7909, 0, 0.1, 0, 1, 0, 1, 1,   'Restless Shade - Aquamarine'),\n(7370, 7910, 0, 0.1, 0, 1, 0, 1, 1,   'Restless Shade - Star Ruby'),\n(7370, 7972, 0, 0.27, 0, 1, 0, 1, 1,  'Restless Shade - Ichor of Undeath'),\n(7370, 8766, 0, 4.94, 0, 1, 0, 1, 1,  'Restless Shade - Morning Glory Dew'),\n(7370, 8948, 0, 9.12, 0, 1, 0, 1, 1,  'Restless Shade - Dried King Bolete'),\n(7370, 10305, 0, 0.4, 0, 1, 0, 1, 1,  'Restless Shade - Scroll of Protection IV'),\n(7370, 10306, 0, 0.4, 0, 1, 0, 1, 1,  'Restless Shade - Scroll of Spirit IV'),\n(7370, 10307, 0, 0.3, 0, 1, 0, 1, 1,  'Restless Shade - Scroll of Stamina IV'),\n(7370, 10308, 0, 0.3, 0, 1, 0, 1, 1,  'Restless Shade - Scroll of Intellect IV'),\n(7370, 10309, 0, 0.16, 0, 1, 0, 1, 1, 'Restless Shade - Scroll of Agility IV'),\n(7370, 10310, 0, 0.14, 0, 1, 0, 1, 1, 'Restless Shade - Scroll of Strength IV'),\n(7370, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Plans: Thorium Bracers'),\n(7370, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Plans: Thorium Boots'),\n(7370, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Plans: Radiant Boots'),\n(7370, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Plans: Thorium Leggings'),\n(7370, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Plans: Radiant Leggings'),\n(7370, 13444, 0, 1.38, 0, 1, 0, 1, 1, 'Restless Shade - Major Mana Potion'),\n(7370, 13446, 0, 2.78, 0, 1, 0, 1, 1, 'Restless Shade - Major Healing Potion'),\n(7370, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Recipe: Greater Stoneshield Potion'),\n(7370, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Recipe: Purification Potion'),\n(7370, 14047, 0, 1.42, 0, 1, 0, 1, 3, 'Restless Shade - Runecloth'),\n(7370, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Frostweave Gloves'),\n(7370, 14484, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Brightcloth Cloak'),\n(7370, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Runecloth Pants'),\n(7370, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Felcloth Boots'),\n(7370, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Felcloth Hood'),\n(7370, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Runecloth Shoulders'),\n(7370, 14506, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Felcloth Robe'),\n(7370, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Felcloth Shoulders'),\n(7370, 15731, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Runic Leather Gauntlets'),\n(7370, 15737, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Chimeric Boots'),\n(7370, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Heavy Scorpid Belt'),\n(7370, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Runic Leather Belt'),\n(7370, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Chimeric Leggings'),\n(7370, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Chimeric Vest'),\n(7370, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Pattern: Wicked Leather Pants'),\n(7370, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Schematic: Thorium Shells'),\n(7370, 16215, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Formula: Enchant Boots - Greater Stamina'),\n(7370, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Restless Shade - Formula: Enchant Bracer - Superior Stamina'),\n--\n(7370, 19230, 0, 0.04, 0, 1, 0, 1, 1,   'Restless Shade - Two of Beasts'),\n(7370, 19230, 0, 0.02, 0, 1, 15, 1, 1,  'Restless Shade - Two of Beasts'),\n(7370, 19231, 0, 0.016, 0, 1, 0, 1, 1,  'Restless Shade - Three of Beasts'),\n(7370, 19231, 0, 0.008, 0, 1, 15, 1, 1, 'Restless Shade - Three of Beasts'),\n(7370, 19232, 0, 0.04, 0, 1, 0, 1, 1,   'Restless Shade - Four of Beasts'),\n(7370, 19232, 0, 0.02, 0, 1, 15, 1, 1,  'Restless Shade - Four of Beasts'),\n(7370, 19259, 0, 0.04, 0, 1, 0, 1, 1,   'Restless Shade - Two of Warlords'),\n(7370, 19259, 0, 0.02, 0, 1, 15, 1, 1,  'Restless Shade - Two of Warlords'),\n(7370, 19260, 0, 0.024, 0, 1, 0, 1, 1,  'Restless Shade - Three of Warlords'),\n(7370, 19260, 0, 0.012, 0, 1, 15, 1, 1, 'Restless Shade - Three of Warlords'),\n(7370, 19269, 0, 0.016, 0, 1, 0, 1, 1,  'Restless Shade - Two of Elementals'),\n(7370, 19269, 0, 0.008, 0, 1, 15, 1, 1, 'Restless Shade - Two of Elementals'),\n(7370, 19270, 0, 0.04, 0, 1, 0, 1, 1,   'Restless Shade - Three of Elementals'),\n(7370, 19270, 0, 0.02, 0, 1, 15, 1, 1,  'Restless Shade - Three of Elementals'),\n(7370, 19271, 0, 0.016, 0, 1, 0, 1, 1,  'Restless Shade - Four of Elementals'),\n(7370, 19271, 0, 0.008, 0, 1, 15, 1, 1, 'Restless Shade - Four of Elementals'),\n(7370, 19278, 0, 0.016, 0, 1, 0, 1, 1,  'Restless Shade - Two of Portals'),\n(7370, 19278, 0, 0.008, 0, 1, 15, 1, 1, 'Restless Shade - Two of Portals'),\n(7370, 19280, 0, 0.04, 0, 1, 0, 1, 1,   'Restless Shade - Four of Portals'),\n(7370, 19280, 0, 0.02, 0, 1, 15, 1, 1,  'Restless Shade - Four of Portals'),\n(7370, 20400, 0, 0.06, 0, 1, 0, 1, 1,   'Restless Shade - Pumpkin Bag'),\n(7370, 24231, 0, 0.02, 0, 1, 0, 1, 1,   'Restless Shade - Coarse Snuff'),\n--\n(7370, 600013, 600013, 2.5, 0, 1, 0, 1, 1,     'Restless Shade - (ReferenceTable)'),\n(7370, 600043, 600043, 0.5, 0, 1, 0, 1, 1,     'Restless Shade - (ReferenceTable)'),\n(7370, 600044, 600044, 0.5, 0, 1, 0, 1, 1,     'Restless Shade - (ReferenceTable)'),\n(7370, 600045, 600045, 0.01, 0, 1, 0, 1, 1,    'Restless Shade - (ReferenceTable)'),\n(7370, 600048, 600048, 2.5, 0, 1, 0, 1, 1,     'Restless Shade - (ReferenceTable)'),\n(7370, 600053, 600053, 0.01, 0, 1, 2, 1, 1,    'Restless Shade - (ReferenceTable)'),\n(7370, 600054, 600054, 0.5, 0, 1, 3, 1, 1,     'Restless Shade - (ReferenceTable)'),\n(7370, 600055, 600055, 0.5, 0, 1, 0, 1, 1,     'Restless Shade - (ReferenceTable)'),\n(7370, 600056, 600056, 0.0025, 0, 1, 0, 1, 1,  'Restless Shade - (ReferenceTable)'),\n(7370, 600057, 600057, 0.01, 0, 1, 4, 1, 1,    'Restless Shade - (ReferenceTable)'),\n(7370, 600060, 600060, 0.0025, 0, 1, 10, 1, 1, 'Restless Shade - (ReferenceTable)');\n\n-- Deadwind Mauler\nDELETE FROM `creature_loot_template` WHERE `Entry` = 7371;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7371, 2449, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Mauler - Earthroot'),\n(7371, 3914, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Mauler - Journeyman\\'s Backpack'),\n(7371, 4500, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Traveler\\'s Backpack'),\n(7371, 5759, 0, 0.022, 0, 1, 0, 1, 1, 'Deadwind Mauler - Thorium Lockbox'),\n(7371, 7909, 0, 0.045, 0, 1, 0, 1, 1, 'Deadwind Mauler - Aquamarine'),\n(7371, 7910, 0, 0.12, 0, 1, 0, 1, 1,  'Deadwind Mauler - Star Ruby'),\n(7371, 8766, 0, 2.251, 0, 1, 0, 1, 1, 'Deadwind Mauler - Morning Glory Dew'),\n(7371, 8846, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Mauler - Gromsblood'),\n(7371, 8952, 0, 4.904, 0, 1, 0, 1, 1, 'Deadwind Mauler - Roasted Quail'),\n(7371, 10305, 0, 0.48, 0, 1, 0, 1, 1, 'Deadwind Mauler - Scroll of Protection IV'),\n(7371, 10306, 0, 0.36, 0, 1, 0, 1, 1, 'Deadwind Mauler - Scroll of Spirit IV'),\n(7371, 10307, 0, 0.28, 0, 1, 0, 1, 1, 'Deadwind Mauler - Scroll of Stamina IV'),\n(7371, 10308, 0, 0.3, 0, 1, 0, 1, 1,  'Deadwind Mauler - Scroll of Intellect IV'),\n(7371, 10309, 0, 0.14, 0, 1, 0, 1, 1, 'Deadwind Mauler - Scroll of Agility IV'),\n(7371, 10310, 0, 0.14, 0, 1, 0, 1, 1, 'Deadwind Mauler - Scroll of Strength IV'),\n(7371, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Thorium Armor'),\n(7371, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Thorium Bracers'),\n(7371, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Radiant Breastplate'),\n(7371, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Wildthorn Mail'),\n(7371, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Thorium Helm'),\n(7371, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Radiant Gloves'),\n(7371, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Radiant Boots'),\n(7371, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Plans: Thorium Leggings'),\n(7371, 13444, 0, 1.62, 0, 1, 0, 1, 1, 'Deadwind Mauler - Major Mana Potion'),\n(7371, 13446, 0, 2.66, 0, 1, 0, 1, 1, 'Deadwind Mauler - Major Healing Potion'),\n(7371, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Recipe: Greater Stoneshield Potion'),\n(7371, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Recipe: Purification Potion'),\n(7371, 14047, 0, 35.2, 0, 1, 0, 1, 3, 'Deadwind Mauler - Runecloth'),\n(7371, 14466, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Frostweave Tunic'),\n(7371, 14467, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Frostweave Robe'),\n(7371, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Runecloth Tunic'),\n(7371, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Frostweave Gloves'),\n(7371, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Frostweave Pants'),\n(7371, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Runecloth Pants'),\n(7371, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Felcloth Boots'),\n(7371, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Brightcloth Pants'),\n(7371, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Runecloth Headband'),\n(7371, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Mooncloth Bag'),\n(7371, 14501, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Mooncloth Vest'),\n(7371, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Runecloth Shoulders'),\n(7371, 14506, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Felcloth Robe'),\n(7371, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Felcloth Shoulders'),\n(7371, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Heavy Scorpid Belt'),\n(7371, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Runic Leather Belt'),\n(7371, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Chimeric Leggings'),\n(7371, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Chimeric Vest'),\n(7371, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Wicked Leather Pants'),\n(7371, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Pattern: Runic Leather Pants'),\n(7371, 16044, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Schematic: Lifelike Mechanical Toad'),\n(7371, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Schematic: Thorium Shells'),\n(7371, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Formula: Enchant Boots - Spirit'),\n(7371, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Mauler - Formula: Enchant Bracer - Superior Stamina'),\n--\n(7371, 19230, 0, 0.045, 0, 1, 0, 1, 1, 'Deadwind Mauler - Two of Beasts'),\n(7371, 19230, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Two of Beasts'),\n(7371, 19231, 0, 0.045, 0, 1, 0, 1, 1, 'Deadwind Mauler - Three of Beasts'),\n(7371, 19231, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Three of Beasts'),\n(7371, 19232, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Four of Beasts'),\n(7371, 19232, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Four of Beasts'),\n(7371, 19259, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Two of Warlords'),\n(7371, 19259, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Two of Warlords'),\n(7371, 19260, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Three of Warlords'),\n(7371, 19260, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Three of Warlords'),\n(7371, 19261, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Four of Warlords'),\n(7371, 19261, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Four of Warlords'),\n(7371, 19269, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Two of Elementals'),\n(7371, 19269, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Two of Elementals'),\n(7371, 19270, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Three of Elementals'),\n(7371, 19270, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Three of Elementals'),\n(7371, 19271, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Four of Elementals'),\n(7371, 19271, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Four of Elementals'),\n(7371, 19278, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Two of Portals'),\n(7371, 19278, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Two of Portals'),\n(7371, 19279, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Three of Portals'),\n(7371, 19279, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Three of Portals'),\n(7371, 19280, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Four of Portals'),\n(7371, 19280, 0, 0.02, 0, 1, 15, 1, 1, 'Deadwind Mauler - Four of Portals'),\n(7371, 20400, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Mauler - Pumpkin Bag'),\n--\n(7371, 600013, 600013, 2.5, 0, 1, 0, 1, 1,     'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600039, 600039, 0.01, 0, 1, 0, 1, 1,    'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600041, 600041, 0.5, 0, 1, 0, 1, 1,     'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600042, 600042, 0.01, 0, 1, 0, 1, 1,    'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600043, 600043, 0.5, 0, 1, 0, 1, 1,     'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600044, 600044, 0.5, 0, 1, 0, 1, 1,     'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600045, 600045, 0.01, 0, 1, 0, 1, 1,    'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600047, 600047, 0.0025, 0, 1, 10, 1, 1, 'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600048, 600048, 2.5, 0, 1, 0, 1, 1,     'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600051, 600051, 0.0025, 0, 1, 0, 1, 1,  'Deadwind Mauler - (ReferenceTable)'),\n(7371, 600052, 600052, 0.0025, 0, 1, 0, 1, 1,  'Deadwind Mauler - (ReferenceTable)');\n\n-- Deadwind Warlock\nDELETE FROM `creature_loot_template` WHERE `Entry` = 7372;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7372, 3914, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Warlock - Journeyman\\'s Backpack'),\n(7372, 4500, 0, 0.04, 0, 1, 0, 1, 1,  'Deadwind Warlock - Traveler\\'s Backpack'),\n(7372, 5759, 0, 0.133, 0, 1, 0, 1, 1, 'Deadwind Warlock - Thorium Lockbox'),\n(7372, 7909, 0, 0.067, 0, 1, 0, 1, 1, 'Deadwind Warlock - Aquamarine'),\n(7372, 7910, 0, 0.067, 0, 1, 0, 1, 1, 'Deadwind Warlock - Star Ruby'),\n(7372, 8766, 0, 2.978, 0, 1, 0, 1, 1, 'Deadwind Warlock - Morning Glory Dew'),\n(7372, 8952, 0, 5.2, 0, 1, 0, 1, 1,   'Deadwind Warlock - Roasted Quail'),\n(7372, 10305, 0, 0.5, 0, 1, 0, 1, 1,  'Deadwind Warlock - Scroll of Protection IV'),\n(7372, 10306, 0, 0.42, 0, 1, 0, 1, 1, 'Deadwind Warlock - Scroll of Spirit IV'),\n(7372, 10307, 0, 0.3, 0, 1, 0, 1, 1,  'Deadwind Warlock - Scroll of Stamina IV'),\n(7372, 10308, 0, 0.34, 0, 1, 0, 1, 1, 'Deadwind Warlock - Scroll of Intellect IV'),\n(7372, 10309, 0, 0.14, 0, 1, 0, 1, 1, 'Deadwind Warlock - Scroll of Agility IV'),\n(7372, 10310, 0, 0.12, 0, 1, 0, 1, 1, 'Deadwind Warlock - Scroll of Strength IV'),\n(7372, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Thorium Armor'),\n(7372, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Thorium Bracers'),\n(7372, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Radiant Breastplate'),\n(7372, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Wildthorn Mail'),\n(7372, 12692, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Thorium Shield Spike'),\n(7372, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Thorium Boots'),\n(7372, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Radiant Gloves'),\n(7372, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Radiant Boots'),\n(7372, 12702, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Radiant Circlet'),\n(7372, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Plans: Thorium Leggings'),\n(7372, 13444, 0, 1, 0, 1, 0, 1, 1,    'Deadwind Warlock - Major Mana Potion'),\n(7372, 13446, 0, 2.62, 0, 1, 0, 1, 1, 'Deadwind Warlock - Major Healing Potion'),\n(7372, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Recipe: Purification Potion'),\n(7372, 14047, 0, 35.3, 0, 1, 0, 1, 3, 'Deadwind Warlock - Runecloth'),\n(7372, 14466, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Frostweave Tunic'),\n(7372, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runecloth Tunic'),\n(7372, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Frostweave Gloves'),\n(7372, 14478, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Brightcloth Robe'),\n(7372, 14479, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Brightcloth Gloves'),\n(7372, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Frostweave Pants'),\n(7372, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runecloth Pants'),\n(7372, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Felcloth Boots'),\n(7372, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Brightcloth Pants'),\n(7372, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Felcloth Hood'),\n(7372, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runecloth Headband'),\n(7372, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Mooncloth Bag'),\n(7372, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runecloth Shoulders'),\n(7372, 14506, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Felcloth Robe'),\n(7372, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Felcloth Shoulders'),\n(7372, 15731, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runic Leather Gauntlets'),\n(7372, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Heavy Scorpid Belt'),\n(7372, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runic Leather Belt'),\n(7372, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Chimeric Leggings'),\n(7372, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Chimeric Vest'),\n(7372, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Pattern: Runic Leather Pants'),\n(7372, 16043, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Schematic: Thorium Rifle'),\n(7372, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Schematic: Thorium Shells'),\n(7372, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Formula: Enchant Boots - Spirit'),\n(7372, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Warlock - Formula: Enchant Boots - Greater Agility'),\n(7372, 16246, 0, 0.9, 0, 1, 0, 1, 1,  'Deadwind Warlock - Formula: Enchant Bracer - Superior Strength'),\n--\n(7372, 19230, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Two of Beasts'),\n(7372, 19230, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Two of Beasts'),\n(7372, 19231, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Three of Beasts'),\n(7372, 19231, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Three of Beasts'),\n(7372, 19232, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Four of Beasts'),\n(7372, 19232, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Four of Beasts'),\n(7372, 19259, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Two of Warlords'),\n(7372, 19259, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Two of Warlords'),\n(7372, 19260, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Three of Warlords'),\n(7372, 19260, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Three of Warlords'),\n(7372, 19261, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Four of Warlords'),\n(7372, 19261, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Four of Warlords'),\n(7372, 19269, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Two of Elementals'),\n(7372, 19269, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Two of Elementals'),\n(7372, 19270, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Three of Elementals'),\n(7372, 19270, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Three of Elementals'),\n(7372, 19271, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Four of Elementals'),\n(7372, 19271, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Four of Elementals'),\n(7372, 19278, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Two of Portals'),\n(7372, 19278, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Warlock - Two of Portals'),\n(7372, 19279, 0, 0.044, 0, 1, 0, 1, 1,  'Deadwind Warlock - Three of Portals'),\n(7372, 19279, 0, 0.022, 0, 1, 15, 1, 1, 'Deadwind Warlock - Three of Portals'),\n(7372, 19280, 0, 0.044, 0, 1, 0, 1, 1,  'Deadwind Warlock - Four of Portals'),\n(7372, 19280, 0, 0.022, 0, 1, 15, 1, 1, 'Deadwind Warlock - Four of Portals'),\n(7372, 20400, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Warlock - Pumpkin Bag'),\n--\n(7372, 600013, 600013, 2.5, 0, 1, 0, 1, 1,    'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600039, 600039, 0.01, 0, 1, 0, 1, 1,   'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600041, 600041, 0.5, 0, 1, 0, 1, 1,    'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600042, 600042, 0.01, 0, 1, 0, 1, 1,   'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600043, 600043, 0.5, 0, 1, 0, 1, 1,    'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600044, 600044, 0.5, 0, 1, 0, 1, 1,    'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600045, 600045, 0.01, 0, 1, 0, 1, 1,   'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600046, 600046, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600048, 600048, 2.5, 0, 1, 0, 1, 1,    'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600049, 600049, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600051, 600051, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600052, 600052, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600053, 600053, 0.01, 0, 1, 2, 1, 1,   'Deadwind Warlock - (ReferenceTable)'),\n(7372, 600054, 600054, 0.5, 0, 1, 3, 1, 1,    'Deadwind Warlock - (ReferenceTable)');\n\n-- Sky Shadow\nDELETE FROM `creature_loot_template` WHERE `Entry` = 7376;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7376, 556, 0, 29.353, 0, 1, 0, 1, 1, 'Sky Shadow - Buzzard Beak'),\n(7376, 3395, 0, 0.02, 0, 1, 0, 1, 1,  'Sky Shadow - Recipe: Limited Invulnerability Potion'),\n(7376, 3404, 0, 41.98, 0, 1, 0, 1, 2, 'Sky Shadow - Buzzard Wing'),\n(7376, 3914, 0, 0.02, 0, 1, 0, 1, 1,  'Sky Shadow - Journeyman\\'s Backpack'),\n(7376, 4500, 0, 0.08, 0, 1, 0, 1, 1,  'Sky Shadow - Traveler\\'s Backpack'),\n(7376, 5117, 0, 33.57, 0, 1, 0, 1, 1, 'Sky Shadow - Vibrant Plume'),\n(7376, 5758, 0, 0.054, 0, 1, 0, 1, 1, 'Sky Shadow - Mithril Lockbox'),\n(7376, 5759, 0, 0.190, 0, 1, 0, 1, 1, 'Sky Shadow - Thorium Lockbox'),\n(7376, 7909, 0, 0.136, 0, 1, 0, 1, 1, 'Sky Shadow - Aquamarine'),\n(7376, 7910, 0, 0.108, 0, 1, 0, 1, 1, 'Sky Shadow - Star Ruby'),\n(7376, 7989, 0, 0.02, 0, 1, 0, 1, 1,  'Sky Shadow - Plans: Mithril Spurs'),\n(7376, 8389, 0, 0.02, 0, 1, 0, 1, 1,  'Sky Shadow - Pattern: Big Voodoo Pants'),\n(7376, 9298, 0, 0.02, 0, 1, 0, 1, 1,  'Sky Shadow - Recipe: Elixir of Giants'),\n(7376, 10315, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Red Mageweave Shoulders'),\n(7376, 10320, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Red Mageweave Headband'),\n(7376, 11417, 0, 33.2, 0, 1, 0, 1, 1, 'Sky Shadow - Feathery Wing'),\n(7376, 11419, 0, 25.6, 0, 1, 0, 1, 1, 'Sky Shadow - Mysterious Unhatched Egg'),\n(7376, 11420, 0, 25.2, 0, 1, 0, 1, 1, 'Sky Shadow - Elegant Writing Tool'),\n(7376, 12037, 0, 38.4, 0, 1, 0, 1, 1, 'Sky Shadow - Mystery Meat'),\n(7376, 12207, 0, 38.9, 0, 1, 0, 1, 1, 'Sky Shadow - Giant Egg'),\n(7376, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Thorium Armor'),\n(7376, 12683, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Thorium Belt'),\n(7376, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Thorium Bracers'),\n(7376, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Radiant Breastplate'),\n(7376, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Wildthorn Mail'),\n(7376, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Thorium Boots'),\n(7376, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Thorium Helm'),\n(7376, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Radiant Boots'),\n(7376, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Plans: Radiant Leggings'),\n(7376, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Recipe: Greater Stoneshield Potion'),\n(7376, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Recipe: Purification Potion'),\n(7376, 14466, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Frostweave Tunic'),\n(7376, 14467, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Frostweave Robe'),\n(7376, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Frostweave Gloves'),\n(7376, 14484, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Brightcloth Cloak'),\n(7376, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Frostweave Pants'),\n(7376, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Felcloth Boots'),\n(7376, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Brightcloth Pants'),\n(7376, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Felcloth Hood'),\n(7376, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Mooncloth Bag'),\n(7376, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Runecloth Shoulders'),\n(7376, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Felcloth Shoulders'),\n(7376, 15420, 0, 49.5, 0, 1, 0, 1, 3, 'Sky Shadow - Ironfeather'),\n(7376, 15731, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Runic Leather Gauntlets'),\n(7376, 15737, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Chimeric Boots'),\n(7376, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Heavy Scorpid Belt'),\n(7376, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Runic Leather Belt'),\n(7376, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Wicked Leather Pants'),\n(7376, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Pattern: Runic Leather Pants'),\n(7376, 16043, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Schematic: Thorium Rifle'),\n(7376, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Schematic: Thorium Shells'),\n(7376, 16218, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Formula: Enchant Bracer - Superior Spirit'),\n(7376, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Sky Shadow - Formula: Enchant Boots - Greater Agility'),\n(7376, 20400, 0, 0.08, 0, 1, 0, 1, 1, 'Sky Shadow - Pumpkin Bag'),\n--\n(7376, 600038, 600038, 0.01, 0, 1, 0, 1, 1,    'Sky Shadow - (ReferenceTable)'),\n(7376, 600039, 600039, 0.01, 0, 1, 0, 1, 1,    'Sky Shadow - (ReferenceTable)'),\n(7376, 600040, 600040, 0.5, 0, 1, 0, 1, 1,     'Sky Shadow - (ReferenceTable)'),\n(7376, 600041, 600041, 0.5, 0, 1, 0, 1, 1,     'Sky Shadow - (ReferenceTable)'),\n(7376, 600042, 600042, 0.01, 0, 1, 0, 1, 1,    'Sky Shadow - (ReferenceTable)'),\n(7376, 600043, 600043, 0.5, 0, 1, 0, 1, 1,     'Sky Shadow - (ReferenceTable)'),\n(7376, 600044, 600044, 0.5, 0, 1, 0, 1, 1,     'Sky Shadow - (ReferenceTable)'),\n(7376, 600045, 600045, 0.01, 0, 1, 0, 1, 1,    'Sky Shadow - (ReferenceTable)'),\n(7376, 600046, 600046, 0.0025, 0, 1, 0, 1, 1,  'Sky Shadow - (ReferenceTable)'),\n(7376, 600047, 600047, 0.0025, 0, 1, 10, 1, 1, 'Sky Shadow - (ReferenceTable)');\n\n-- Deadwind Ogre Mage\nDELETE FROM `creature_loot_template` WHERE `Entry` = 7379;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7379, 3395, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Recipe: Limited Invulnerability Potion'),\n(7379, 3914, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Journeyman\\'s Backpack'),\n(7379, 4500, 0, 0.06, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Traveler\\'s Backpack'),\n(7379, 5758, 0, 0.054, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Mithril Lockbox'),\n(7379, 5759, 0, 0.094, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Thorium Lockbox'),\n(7379, 7909, 0, 0.080, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Aquamarine'),\n(7379, 7910, 0, 0.080, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Star Ruby'),\n(7379, 7989, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Plans: Mithril Spurs'),\n(7379, 7990, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Plans: Heavy Mithril Helm'),\n(7379, 8389, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Pattern: Big Voodoo Pants'),\n(7379, 8766, 0, 2.371, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Morning Glory Dew'),\n(7379, 8952, 0, 4.394, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Roasted Quail'),\n(7379, 9295, 0, 0.02, 0, 1, 0, 1, 1,  'Deadwind Ogre Mage - Recipe: Invisibility Potion'),\n(7379, 10305, 0, 0.42, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Scroll of Protection IV'),\n(7379, 10306, 0, 0.44, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Scroll of Spirit IV'),\n(7379, 10307, 0, 0.36, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Scroll of Stamina IV'),\n(7379, 10308, 0, 0.28, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Scroll of Intellect IV'),\n(7379, 10309, 0, 0.12, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Scroll of Agility IV'),\n(7379, 10310, 0, 0.14, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Scroll of Strength IV'),\n(7379, 10315, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Red Mageweave Shoulders'),\n(7379, 11225, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Formula: Enchant Bracer - Greater Stamina'),\n(7379, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Thorium Armor'),\n(7379, 12683, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Thorium Belt'),\n(7379, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Thorium Bracers'),\n(7379, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Radiant Breastplate'),\n(7379, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Wildthorn Mail'),\n(7379, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Thorium Boots'),\n(7379, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Thorium Helm'),\n(7379, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Radiant Gloves'),\n(7379, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Radiant Boots'),\n(7379, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Thorium Leggings'),\n(7379, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Plans: Radiant Leggings'),\n(7379, 13444, 0, 1.44, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Major Mana Potion'),\n(7379, 13446, 0, 2.92, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Major Healing Potion'),\n(7379, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Recipe: Greater Stoneshield Potion'),\n(7379, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Recipe: Purification Potion'),\n(7379, 14047, 0, 35.5, 0, 1, 0, 1, 3, 'Deadwind Ogre Mage - Runecloth'),\n(7379, 14466, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Frostweave Tunic'),\n(7379, 14467, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Frostweave Robe'),\n(7379, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runecloth Tunic'),\n(7379, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Frostweave Gloves'),\n(7379, 14478, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Brightcloth Robe'),\n(7379, 14479, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Brightcloth Gloves'),\n(7379, 14484, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Brightcloth Cloak'),\n(7379, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Frostweave Pants'),\n(7379, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runecloth Pants'),\n(7379, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Felcloth Boots'),\n(7379, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Brightcloth Pants'),\n(7379, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Felcloth Hood'),\n(7379, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runecloth Headband'),\n(7379, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Mooncloth Bag'),\n(7379, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runecloth Shoulders'),\n(7379, 14506, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Felcloth Robe'),\n(7379, 14507, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Mooncloth Shoulders'),\n(7379, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Felcloth Shoulders'),\n(7379, 15731, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runic Leather Gauntlets'),\n(7379, 15737, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Chimeric Boots'),\n(7379, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Heavy Scorpid Belt'),\n(7379, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runic Leather Belt'),\n(7379, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Chimeric Leggings'),\n(7379, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Chimeric Vest'),\n(7379, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Wicked Leather Pants'),\n(7379, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Pattern: Runic Leather Pants'),\n(7379, 16043, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Schematic: Thorium Rifle'),\n(7379, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Schematic: Thorium Shells'),\n(7379, 16215, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Formula: Enchant Boots - Greater Stamina'),\n(7379, 16218, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Formula: Enchant Bracer - Superior Spirit'),\n(7379, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Formula: Enchant Boots - Spirit'),\n(7379, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Formula: Enchant Boots - Greater Agility'),\n(7379, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Formula: Enchant Bracer - Superior Stamina'),\n--\n(7379, 19230, 0, 0.0268, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Two of Beasts'),\n(7379, 19230, 0, 0.013, 0, 1, 15, 1, 1, 'Deadwind Ogre Mage - Two of Beasts'),\n(7379, 19231, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Three of Beasts'),\n(7379, 19231, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Three of Beasts'),\n(7379, 19232, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Four of Beasts'),\n(7379, 19232, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Four of Beasts'),\n(7379, 19259, 0, 0.0536, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Two of Warlords'),\n(7379, 19259, 0, 0.027, 0, 1, 15, 1, 1, 'Deadwind Ogre Mage - Two of Warlords'),\n(7379, 19260, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Three of Warlords'),\n(7379, 19260, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Three of Warlords'),\n(7379, 19261, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Four of Warlords'),\n(7379, 19261, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Four of Warlords'),\n(7379, 19269, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Two of Elementals'),\n(7379, 19269, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Two of Elementals'),\n(7379, 19270, 0, 0.0268, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Three of Elementals'),\n(7379, 19270, 0, 0.013, 0, 1, 15, 1, 1, 'Deadwind Ogre Mage - Three of Elementals'),\n(7379, 19271, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Four of Elementals'),\n(7379, 19271, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Four of Elementals'),\n(7379, 19278, 0, 0.0268, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - Two of Portals'),\n(7379, 19278, 0, 0.013, 0, 1, 15, 1, 1, 'Deadwind Ogre Mage - Two of Portals'),\n(7379, 19279, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Three of Portals'),\n(7379, 19279, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Three of Portals'),\n(7379, 19280, 0, 0.04, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Four of Portals'),\n(7379, 19280, 0, 0.02, 0, 1, 15, 1, 1,  'Deadwind Ogre Mage - Four of Portals'),\n(7379, 20400, 0, 0.06, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - Pumpkin Bag'),\n--\n(7379, 600013, 600013, 2.5, 0, 1, 0, 1, 1,    'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600038, 600038, 0.01, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600039, 600039, 0.01, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600040, 600040, 0.5, 0, 1, 0, 1, 1,    'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600041, 600041, 0.5, 0, 1, 0, 1, 1,    'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600042, 600042, 0.01, 0, 1, 0, 1, 1,   'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600043, 600043, 0.5, 0, 1, 0, 1, 1,    'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600044, 600044, 0.5, 0, 1, 0, 1, 1,    'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600046, 600046, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600048, 600048, 2.5, 0, 1, 0, 1, 1,    'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600049, 600049, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600050, 600050, 0.01, 0, 1, 10, 1, 1,  'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600051, 600051, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - (ReferenceTable)'),\n(7379, 600052, 600052, 0.0025, 0, 1, 0, 1, 1, 'Deadwind Ogre Mage - (ReferenceTable)');\n\n-- Wailing Spectre\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12377;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(12377, 24480, 0, 80, 1, 1, 0, 1, 1,   'Wailing Spectre - Ghostly Essence'),\n(12377, 4500, 0, 0.04, 0, 1, 0, 1, 1,  'Wailing Spectre - Traveler\\'s Backpack'),\n(12377, 5759, 0, 0.012, 0, 1, 0, 1, 1, 'Wailing Spectre - Thorium Lockbox'),\n(12377, 7909, 0, 0.008, 0, 1, 0, 1, 1, 'Wailing Spectre - Aquamarine'),\n(12377, 7910, 0, 0.1, 0, 1, 0, 1, 1,   'Wailing Spectre - Star Ruby'),\n(12377, 7972, 0, 0.227, 0, 1, 0, 1, 1, 'Wailing Spectre - Ichor of Undeath'),\n(12377, 8766, 0, 4.5, 0, 1, 0, 1, 1,   'Wailing Spectre - Morning Glory Dew'),\n(12377, 8948, 0, 9.86, 0, 1, 0, 1, 1,  'Wailing Spectre - Dried King Bolete'),\n(12377, 10305, 0, 0.5, 0, 1, 0, 1, 1,  'Wailing Spectre - Scroll of Protection IV'),\n(12377, 10306, 0, 0.38, 0, 1, 0, 1, 1, 'Wailing Spectre - Scroll of Spirit IV'),\n(12377, 10307, 0, 0.34, 0, 1, 0, 1, 1, 'Wailing Spectre - Scroll of Stamina IV'),\n(12377, 10308, 0, 0.3, 0, 1, 0, 1, 1,  'Wailing Spectre - Scroll of Intellect IV'),\n(12377, 10309, 0, 0.1, 0, 1, 0, 1, 1,  'Wailing Spectre - Scroll of Agility IV'),\n(12377, 10310, 0, 0.22, 0, 1, 0, 1, 1, 'Wailing Spectre - Scroll of Strength IV'),\n(12377, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Plans: Thorium Boots'),\n(12377, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Plans: Radiant Gloves'),\n(12377, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Plans: Radiant Leggings'),\n(12377, 13444, 0, 1.34, 0, 1, 0, 1, 1, 'Wailing Spectre - Major Mana Potion'),\n(12377, 13446, 0, 2.92, 0, 1, 0, 1, 1, 'Wailing Spectre - Major Healing Potion'),\n(12377, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Recipe: Greater Stoneshield Potion'),\n(12377, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Recipe: Purification Potion'),\n(12377, 14047, 0, 1.29, 0, 1, 0, 1, 3, 'Wailing Spectre - Runecloth'),\n(12377, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Runecloth Tunic'),\n(12377, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Frostweave Gloves'),\n(12377, 14484, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Brightcloth Cloak'),\n(12377, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Frostweave Pants'),\n(12377, 14491, 0, 0.04, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Runecloth Pants'),\n(12377, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Brightcloth Pants'),\n(12377, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Runecloth Headband'),\n(12377, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Mooncloth Bag'),\n(12377, 14506, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Felcloth Robe'),\n(12377, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Felcloth Shoulders'),\n(12377, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Heavy Scorpid Belt'),\n(12377, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Runic Leather Belt'),\n(12377, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Chimeric Leggings'),\n(12377, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Chimeric Vest'),\n(12377, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Pattern: Runic Leather Pants'),\n(12377, 16043, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Schematic: Thorium Rifle'),\n(12377, 16218, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Formula: Enchant Bracer - Superior Spirit'),\n(12377, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Formula: Enchant Boots - Spirit'),\n(12377, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Wailing Spectre - Formula: Enchant Bracer - Superior Stamina'),\n--\n(12377, 19230, 0, 0.016, 0, 1, 0, 1, 1,  'Wailing Spectre - Two of Beasts'),\n(12377, 19230, 0, 0.008, 0, 1, 15, 1, 1, 'Wailing Spectre - Two of Beasts'),\n(12377, 19231, 0, 0.04, 0, 1, 0, 1, 1,   'Wailing Spectre - Three of Beasts'),\n(12377, 19231, 0, 0.02, 0, 1, 15, 1, 1,  'Wailing Spectre - Three of Beasts'),\n(12377, 19232, 0, 0.016, 0, 1, 0, 1, 1,  'Wailing Spectre - Four of Beasts'),\n(12377, 19232, 0, 0.008, 0, 1, 15, 1, 1, 'Wailing Spectre - Four of Beasts'),\n(12377, 19259, 0, 0.04, 0, 1, 0, 1, 1,   'Wailing Spectre - Two of Warlords'),\n(12377, 19259, 0, 0.02, 0, 1, 15, 1, 1,  'Wailing Spectre - Two of Warlords'),\n(12377, 19260, 0, 0.024, 0, 1, 0, 1, 1,  'Wailing Spectre - Three of Warlords'),\n(12377, 19260, 0, 0.012, 0, 1, 15, 1, 1, 'Wailing Spectre - Three of Warlords'),\n(12377, 19269, 0, 0.04, 0, 1, 0, 1, 1,   'Wailing Spectre - Two of Elementals'),\n(12377, 19269, 0, 0.02, 0, 1, 15, 1, 1,  'Wailing Spectre - Two of Elementals'),\n(12377, 19270, 0, 0.04, 0, 1, 0, 1, 1,   'Wailing Spectre - Three of Elementals'),\n(12377, 19270, 0, 0.02, 0, 1, 15, 1, 1,  'Wailing Spectre - Three of Elementals'),\n(12377, 19271, 0, 0.016, 0, 1, 0, 1, 1,  'Wailing Spectre - Four of Elementals'),\n(12377, 19271, 0, 0.008, 0, 1, 15, 1, 1, 'Wailing Spectre - Four of Elementals'),\n(12377, 19278, 0, 0.04, 0, 1, 0, 1, 1,   'Wailing Spectre - Two of Portals'),\n(12377, 19278, 0, 0.02, 0, 1, 15, 1, 1,  'Wailing Spectre - Two of Portals'),\n(12377, 19279, 0, 0.016, 0, 1, 0, 1, 1,  'Wailing Spectre - Three of Portals'),\n(12377, 19279, 0, 0.008, 0, 1, 15, 1, 1, 'Wailing Spectre - Three of Portals'),\n(12377, 20400, 0, 0.04, 0, 1, 0, 1, 1,   'Wailing Spectre - Pumpkin Bag'),\n--\n(12377, 600013, 600013, 2.5, 0, 1, 0, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600041, 600041, 0.5, 0, 1, 0, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600043, 600043, 0.5, 0, 1, 0, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600044, 600044, 0.5, 0, 1, 0, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600048, 600048, 2.5, 0, 1, 0, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600050, 600050, 0.01, 0, 1, 10, 1, 1,  'Wailing Spectre - (ReferenceTable)'),\n(12377, 600051, 600051, 0.0025, 0, 1, 0, 1, 1, 'Wailing Spectre - (ReferenceTable)'),\n(12377, 600052, 600052, 0.0025, 0, 1, 0, 1, 1, 'Wailing Spectre - (ReferenceTable)'),\n(12377, 600053, 600053, 0.01, 0, 1, 2, 1, 1,   'Wailing Spectre - (ReferenceTable)'),\n(12377, 600054, 600054, 0.5, 0, 1, 3, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600055, 600055, 0.5, 0, 1, 0, 1, 1,    'Wailing Spectre - (ReferenceTable)'),\n(12377, 600057, 600057, 0.01, 0, 1, 4, 1, 1,   'Wailing Spectre - (ReferenceTable)'),\n(12377, 600058, 600058, 0.01, 0, 1, 0, 1, 1,   'Wailing Spectre - (ReferenceTable)');\n\n-- Damned Soul\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12378;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(12378, 24480, 0, 80, 1, 1, 0, 1, 1, 'Damned Soul - Ghostly Essence'),\n(12378, 4500, 0, 0.06, 0, 1, 0, 1, 1,  'Damned Soul - Traveler\\'s Backpack'),\n(12378, 5759, 0, 0.2, 0, 1, 0, 1, 1,   'Damned Soul - Thorium Lockbox'),\n(12378, 7909, 0, 0.12, 0, 1, 0, 1, 1,  'Damned Soul - Aquamarine'),\n(12378, 7910, 0, 0.008, 0, 1, 0, 1, 1, 'Damned Soul - Star Ruby'),\n(12378, 7972, 0, 0.206, 0, 1, 0, 1, 1, 'Damned Soul - Ichor of Undeath'),\n(12378, 8766, 0, 4.6, 0, 1, 0, 1, 1,   'Damned Soul - Morning Glory Dew'),\n(12378, 8948, 0, 9.14, 0, 1, 0, 1, 1,  'Damned Soul - Dried King Bolete'),\n(12378, 10305, 0, 0.38, 0, 1, 0, 1, 1, 'Damned Soul - Scroll of Protection IV'),\n(12378, 10306, 0, 0.42, 0, 1, 0, 1, 1, 'Damned Soul - Scroll of Spirit IV'),\n(12378, 10307, 0, 0.26, 0, 1, 0, 1, 1, 'Damned Soul - Scroll of Stamina IV'),\n(12378, 10308, 0, 0.36, 0, 1, 0, 1, 1, 'Damned Soul - Scroll of Intellect IV'),\n(12378, 10309, 0, 0.16, 0, 1, 0, 1, 1, 'Damned Soul - Scroll of Agility IV'),\n(12378, 10310, 0, 0.16, 0, 1, 0, 1, 1, 'Damned Soul - Scroll of Strength IV'),\n(12378, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Thorium Armor'),\n(12378, 12683, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Thorium Belt'),\n(12378, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Radiant Breastplate'),\n(12378, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Wildthorn Mail'),\n(12378, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Thorium Helm'),\n(12378, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Radiant Gloves'),\n(12378, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Radiant Boots'),\n(12378, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Thorium Leggings'),\n(12378, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Plans: Radiant Leggings'),\n(12378, 13444, 0, 1.7, 0, 1, 0, 1, 1,  'Damned Soul - Major Mana Potion'),\n(12378, 13446, 0, 2.9, 0, 1, 0, 1, 1,  'Damned Soul - Major Healing Potion'),\n(12378, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Recipe: Greater Stoneshield Potion'),\n(12378, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Recipe: Purification Potion'),\n(12378, 14047, 0, 1.33, 0, 1, 0, 1, 3, 'Damned Soul - Runecloth'),\n(12378, 14467, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Frostweave Robe'),\n(12378, 14478, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Brightcloth Robe'),\n(12378, 14479, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Brightcloth Gloves'),\n(12378, 14484, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Brightcloth Cloak'),\n(12378, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Frostweave Pants'),\n(12378, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Runecloth Pants'),\n(12378, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Felcloth Boots'),\n(12378, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Brightcloth Pants'),\n(12378, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Felcloth Hood'),\n(12378, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Runecloth Headband'),\n(12378, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Runecloth Shoulders'),\n(12378, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Felcloth Shoulders'),\n(12378, 15731, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Runic Leather Gauntlets'),\n(12378, 15737, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Chimeric Boots'),\n(12378, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Pattern: Chimeric Leggings'),\n(12378, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Formula: Enchant Boots - Greater Agility'),\n(12378, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Damned Soul - Formula: Enchant Bracer - Superior Stamina'),\n--\n(12378, 19230, 0, 0.0242, 0, 1, 0, 1, 1,  'Damned Soul - Two of Beasts'),\n(12378, 19230, 0, 0.0121, 0, 1, 15, 1, 1, 'Damned Soul - Two of Beasts'),\n(12378, 19231, 0, 0.04, 0, 1, 0, 1, 1,    'Damned Soul - Three of Beasts'),\n(12378, 19231, 0, 0.02, 0, 1, 15, 1, 1,   'Damned Soul - Three of Beasts'),\n(12378, 19259, 0, 0.0242, 0, 1, 0, 1, 1,  'Damned Soul - Two of Warlords'),\n(12378, 19259, 0, 0.0121, 0, 1, 15, 1, 1, 'Damned Soul - Two of Warlords'),\n(12378, 19260, 0, 0.0162, 0, 1, 0, 1, 1,  'Damned Soul - Three of Warlords'),\n(12378, 19260, 0, 0.0081, 0, 1, 15, 1, 1, 'Damned Soul - Three of Warlords'),\n(12378, 19261, 0, 0.04, 0, 1, 0, 1, 1,    'Damned Soul - Four of Warlords'),\n(12378, 19261, 0, 0.02, 0, 1, 15, 1, 1,   'Damned Soul - Four of Warlords'),\n(12378, 19269, 0, 0.0162, 0, 1, 0, 1, 1,  'Damned Soul - Two of Elementals'),\n(12378, 19269, 0, 0.0081, 0, 1, 15, 1, 1, 'Damned Soul - Two of Elementals'),\n(12378, 19270, 0, 0.0242, 0, 1, 0, 1, 1,  'Damned Soul - Three of Elementals'),\n(12378, 19270, 0, 0.0121, 0, 1, 15, 1, 1, 'Damned Soul - Three of Elementals'),\n(12378, 19271, 0, 0.0242, 0, 1, 0, 1, 1,  'Damned Soul - Four of Elementals'),\n(12378, 19271, 0, 0.0121, 0, 1, 15, 1, 1, 'Damned Soul - Four of Elementals'),\n(12378, 19278, 0, 0.04, 0, 1, 0, 1, 1,    'Damned Soul - Two of Portals'),\n(12378, 19278, 0, 0.02, 0, 1, 15, 1, 1,   'Damned Soul - Two of Portals'),\n(12378, 19279, 0, 0.04, 0, 1, 0, 1, 1,    'Damned Soul - Three of Portals'),\n(12378, 19279, 0, 0.02, 0, 1, 15, 1, 1,   'Damned Soul - Three of Portals'),\n(12378, 19280, 0, 0.0322, 0, 1, 0, 1, 1,  'Damned Soul - Four of Portals'),\n(12378, 19280, 0, 0.0161, 0, 1, 15, 1, 1, 'Damned Soul - Four of Portals'),\n(12378, 20400, 0, 0.06, 0, 1, 0, 1, 1,    'Damned Soul - Pumpkin Bag'),\n--\n(12378, 600013, 600013, 2.5, 0, 1, 0, 1, 1,     'Damned Soul - (ReferenceTable)'),\n(12378, 600039, 600039, 0.01, 0, 1, 0, 1, 1,    'Damned Soul - (ReferenceTable)'),\n(12378, 600044, 600044, 0.5, 0, 1, 0, 1, 1,     'Damned Soul - (ReferenceTable)'),\n(12378, 600045, 600045, 0.01, 0, 1, 0, 1, 1,    'Damned Soul - (ReferenceTable)'),\n(12378, 600048, 600048, 2.5, 0, 1, 0, 1, 1,     'Damned Soul - (ReferenceTable)'),\n(12378, 600052, 600052, 0.0025, 0, 1, 0, 1, 1,  'Damned Soul - (ReferenceTable)'),\n(12378, 600053, 600053, 0.01, 0, 1, 2, 1, 1,    'Damned Soul - (ReferenceTable)'),\n(12378, 600054, 600054, 0.5, 0, 1, 3, 1, 1,     'Damned Soul - (ReferenceTable)'),\n(12378, 600055, 600055, 0.5, 0, 1, 0, 1, 1,     'Damned Soul - (ReferenceTable)'),\n(12378, 600056, 600056, 0.0025, 0, 1, 0, 1, 1,  'Damned Soul - (ReferenceTable)'),\n(12378, 600057, 600057, 0.01, 0, 1, 4, 1, 1,    'Damned Soul - (ReferenceTable)'),\n(12378, 600060, 600060, 0.0025, 0, 1, 10, 1, 1, 'Damned Soul - (ReferenceTable)');\n\n-- Unliving Caretaker\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12379;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(12379, 24480, 0, 80, 1, 1, 0, 1, 1,   'Unliving Caretaker - Ghostly Essence'),\n(12379, 4500, 0, 0.06, 0, 1, 0, 1, 1,  'Unliving Caretaker - Traveler\\'s Backpack'),\n(12379, 5759, 0, 0.24, 0, 1, 0, 1, 1,  'Unliving Caretaker - Thorium Lockbox'),\n(12379, 7909, 0, 0.14, 0, 1, 0, 1, 1,  'Unliving Caretaker - Aquamarine'),\n(12379, 7910, 0, 0.08, 0, 1, 0, 1, 1,  'Unliving Caretaker - Star Ruby'),\n(12379, 7972, 0, 0.214, 0, 1, 0, 1, 1, 'Unliving Caretaker - Ichor of Undeath'),\n(12379, 8766, 0, 4.82, 0, 1, 0, 1, 1,  'Unliving Caretaker - Morning Glory Dew'),\n(12379, 8948, 0, 9.58, 0, 1, 0, 1, 1,  'Unliving Caretaker - Dried King Bolete'),\n(12379, 10305, 0, 0.4, 0, 1, 0, 1, 1,  'Unliving Caretaker - Scroll of Protection IV'),\n(12379, 10306, 0, 0.42, 0, 1, 0, 1, 1, 'Unliving Caretaker - Scroll of Spirit IV'),\n(12379, 10307, 0, 0.28, 0, 1, 0, 1, 1, 'Unliving Caretaker - Scroll of Stamina IV'),\n(12379, 10308, 0, 0.3, 0, 1, 0, 1, 1,  'Unliving Caretaker - Scroll of Intellect IV'),\n(12379, 10309, 0, 0.18, 0, 1, 0, 1, 1, 'Unliving Caretaker - Scroll of Agility IV'),\n(12379, 10310, 0, 0.14, 0, 1, 0, 1, 1, 'Unliving Caretaker - Scroll of Strength IV'),\n(12379, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Thorium Armor'),\n(12379, 12683, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Thorium Belt'),\n(12379, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Radiant Breastplate'),\n(12379, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Wildthorn Mail'),\n(12379, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Thorium Helm'),\n(12379, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Radiant Gloves'),\n(12379, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Radiant Boots'),\n(12379, 12703, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Storm Gauntlets'),\n(12379, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Thorium Leggings'),\n(12379, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Plans: Radiant Leggings'),\n(12379, 13444, 0, 1.32, 0, 1, 0, 1, 1, 'Unliving Caretaker - Major Mana Potion'),\n(12379, 13446, 0, 2.9, 0, 1, 0, 1, 1,  'Unliving Caretaker - Major Healing Potion'),\n(12379, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Recipe: Greater Stoneshield Potion'),\n(12379, 14047, 0, 1.39, 0, 1, 0, 1, 3, 'Unliving Caretaker - Runecloth'),\n(12379, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Runecloth Tunic'),\n(12379, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Frostweave Gloves'),\n(12379, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Frostweave Pants'),\n(12379, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Runecloth Pants'),\n(12379, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Felcloth Boots'),\n(12379, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Brightcloth Pants'),\n(12379, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Felcloth Hood'),\n(12379, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Runecloth Headband'),\n(12379, 14499, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Mooncloth Bag'),\n(12379, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Runecloth Shoulders'),\n(12379, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Felcloth Shoulders'),\n(12379, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Heavy Scorpid Belt'),\n(12379, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Runic Leather Belt'),\n(12379, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Chimeric Leggings'),\n(12379, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Chimeric Vest'),\n(12379, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Wicked Leather Pants'),\n(12379, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Pattern: Runic Leather Pants'),\n(12379, 16043, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Schematic: Thorium Rifle'),\n(12379, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Formula: Enchant Boots - Spirit'),\n(12379, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Formula: Enchant Boots - Greater Agility'),\n(12379, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Caretaker - Formula: Enchant Bracer - Superior Stamina'),\n--\n(12379, 19230, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Two of Beasts'),\n(12379, 19230, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Two of Beasts'),\n(12379, 19231, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Three of Beasts'),\n(12379, 19231, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Three of Beasts'),\n(12379, 19259, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Two of Warlords'),\n(12379, 19259, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Two of Warlords'),\n(12379, 19260, 0, 0.0234, 0, 1, 0, 1, 1, 'Unliving Caretaker - Three of Warlords'),\n(12379, 19260, 0, 0.012, 0, 1, 15, 1, 1, 'Unliving Caretaker - Three of Warlords'),\n(12379, 19261, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Four of Warlords'),\n(12379, 19261, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Four of Warlords'),\n(12379, 19269, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Two of Elementals'),\n(12379, 19269, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Two of Elementals'),\n(12379, 19270, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Three of Elementals'),\n(12379, 19270, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Three of Elementals'),\n(12379, 19271, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Four of Elementals'),\n(12379, 19271, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Four of Elementals'),\n(12379, 19278, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Two of Portals'),\n(12379, 19278, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Two of Portals'),\n(12379, 19279, 0, 0.023, 0, 1, 0, 1, 1,  'Unliving Caretaker - Three of Portals'),\n(12379, 19279, 0, 0.012, 0, 1, 15, 1, 1, 'Unliving Caretaker - Three of Portals'),\n(12379, 19280, 0, 0.04, 0, 1, 0, 1, 1,   'Unliving Caretaker - Four of Portals'),\n(12379, 19280, 0, 0.02, 0, 1, 15, 1, 1,  'Unliving Caretaker - Four of Portals'),\n(12379, 20400, 0, 0.06, 0, 1, 0, 1, 1,   'Unliving Caretaker - Pumpkin Bag'),\n--\n(12379, 600013, 600013, 2.5, 0, 1, 0, 1, 1,     'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600044, 600044, 0.5, 0, 1, 0, 1, 1,     'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600045, 600045, 0.01, 0, 1, 0, 1, 1,    'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600048, 600048, 2.5, 0, 1, 0, 1, 1,     'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600051, 600051, 0.0025, 0, 1, 0, 1, 1,  'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600053, 600053, 0.01, 0, 1, 2, 1, 1,    'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600054, 600054, 0.5, 0, 1, 3, 1, 1,     'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600055, 600055, 0.5, 0, 1, 0, 1, 1,     'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600057, 600057, 0.01, 0, 1, 4, 1, 1,    'Unliving Caretaker - (ReferenceTable)'),\n(12379, 600059, 600059, 0.0025, 0, 1, 10, 1, 1, 'Unliving Caretaker - (ReferenceTable)');\n\n-- Unliving Resident\nDELETE FROM `creature_loot_template` WHERE `Entry` = 12380;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(12380, 3914, 0, 0.02, 0, 1, 0, 1, 1,  'Unliving Resident - Journeyman\\'s Backpack'),\n(12380, 4500, 0, 0.06, 0, 1, 0, 1, 1,  'Unliving Resident - Traveler\\'s Backpack'),\n(12380, 5759, 0, 0.009, 0, 1, 0, 1, 1, 'Unliving Resident - Thorium Lockbox'),\n(12380, 7909, 0, 0.006, 0, 1, 0, 1, 1, 'Unliving Resident - Aquamarine'),\n(12380, 7910, 0, 0.005, 0, 1, 0, 1, 1, 'Unliving Resident - Star Ruby'),\n(12380, 7972, 0, 0.166, 0, 1, 0, 1, 1, 'Unliving Resident - Ichor of Undeath'),\n(12380, 8766, 0, 2.490, 0, 1, 0, 1, 1, 'Unliving Resident - Morning Glory Dew'),\n(12380, 8948, 0, 5.081, 0, 1, 0, 1, 1, 'Unliving Resident - Dried King Bolete'),\n(12380, 10305, 0, 0.46, 0, 1, 0, 1, 1, 'Unliving Resident - Scroll of Protection IV'),\n(12380, 10306, 0, 0.42, 0, 1, 0, 1, 1, 'Unliving Resident - Scroll of Spirit IV'),\n(12380, 10307, 0, 0.34, 0, 1, 0, 1, 1, 'Unliving Resident - Scroll of Stamina IV'),\n(12380, 10308, 0, 0.34, 0, 1, 0, 1, 1, 'Unliving Resident - Scroll of Intellect IV'),\n(12380, 10309, 0, 0.16, 0, 1, 0, 1, 1, 'Unliving Resident - Scroll of Agility IV'),\n(12380, 10310, 0, 0.14, 0, 1, 0, 1, 1, 'Unliving Resident - Scroll of Strength IV'),\n(12380, 12682, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Armor'),\n(12380, 12683, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Belt'),\n(12380, 12684, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Bracers'),\n(12380, 12689, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Radiant Breastplate'),\n(12380, 12691, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Wildthorn Mail'),\n(12380, 12692, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Shield Spike'),\n(12380, 12693, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Boots'),\n(12380, 12694, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Helm'),\n(12380, 12695, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Radiant Gloves'),\n(12380, 12697, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Radiant Boots'),\n(12380, 12704, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Thorium Leggings'),\n(12380, 12713, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Plans: Radiant Leggings'),\n(12380, 13444, 0, 1.34, 0, 1, 0, 1, 1, 'Unliving Resident - Major Mana Potion'),\n(12380, 13446, 0, 2.8, 0, 1, 0, 1, 1,  'Unliving Resident - Major Healing Potion'),\n(12380, 13490, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Recipe: Greater Stoneshield Potion'),\n(12380, 13492, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Recipe: Purification Potion'),\n(12380, 14047, 0, 1.07, 0, 1, 0, 1, 3, 'Unliving Resident - Runecloth'),\n(12380, 14467, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Frostweave Robe'),\n(12380, 14470, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Runecloth Tunic'),\n(12380, 14474, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Frostweave Gloves'),\n(12380, 14478, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Brightcloth Robe'),\n(12380, 14479, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Brightcloth Gloves'),\n(12380, 14489, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Frostweave Pants'),\n(12380, 14491, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Runecloth Pants'),\n(12380, 14492, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Felcloth Boots'),\n(12380, 14494, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Brightcloth Pants'),\n(12380, 14496, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Felcloth Hood'),\n(12380, 14498, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Runecloth Headband'),\n(12380, 14504, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Runecloth Shoulders'),\n(12380, 14506, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Felcloth Robe'),\n(12380, 14507, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Mooncloth Shoulders'),\n(12380, 14508, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Felcloth Shoulders'),\n(12380, 15737, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Chimeric Boots'),\n(12380, 15743, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Heavy Scorpid Belt'),\n(12380, 15745, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Runic Leather Belt'),\n(12380, 15746, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Chimeric Leggings'),\n(12380, 15755, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Chimeric Vest'),\n(12380, 15757, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Wicked Leather Pants'),\n(12380, 15765, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Pattern: Runic Leather Pants'),\n(12380, 16051, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Schematic: Thorium Shells'),\n(12380, 16220, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Formula: Enchant Boots - Spirit'),\n(12380, 16245, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Formula: Enchant Boots - Greater Agility'),\n(12380, 16251, 0, 0.02, 0, 1, 0, 1, 1, 'Unliving Resident - Formula: Enchant Bracer - Superior Stamina'),\n--\n(12380, 19230, 0, 0.0208, 0, 1, 0, 1, 1,  'Unliving Resident - Two of Beasts'),\n(12380, 19230, 0, 0.0104, 0, 1, 15, 1, 1, 'Unliving Resident - Two of Beasts'),\n(12380, 19231, 0, 0.0208, 0, 1, 0, 1, 1,  'Unliving Resident - Three of Beasts'),\n(12380, 19231, 0, 0.0104, 0, 1, 15, 1, 1, 'Unliving Resident - Three of Beasts'),\n(12380, 19232, 0, 0.0208, 0, 1, 0, 1, 1,  'Unliving Resident - Four of Beasts'),\n(12380, 19232, 0, 0.0104, 0, 1, 15, 1, 1, 'Unliving Resident - Four of Beasts'),\n(12380, 19259, 0, 0.0118, 0, 1, 0, 1, 1,  'Unliving Resident - Two of Warlords'),\n(12380, 19259, 0, 0.0059, 0, 1, 15, 1, 1, 'Unliving Resident - Two of Warlords'),\n(12380, 19260, 0, 0.0178, 0, 1, 0, 1, 1,  'Unliving Resident - Three of Warlords'),\n(12380, 19260, 0, 0.0089, 0, 1, 15, 1, 1, 'Unliving Resident - Three of Warlords'),\n(12380, 19261, 0, 0.003, 0, 1, 0, 1, 1,   'Unliving Resident - Four of Warlords'),\n(12380, 19261, 0, 0.0015, 0, 1, 15, 1, 1, 'Unliving Resident - Four of Warlords'),\n(12380, 19269, 0, 0.0208, 0, 1, 0, 1, 1,  'Unliving Resident - Two of Elementals'),\n(12380, 19269, 0, 0.0104, 0, 1, 15, 1, 1, 'Unliving Resident - Two of Elementals'),\n(12380, 19270, 0, 0.0208, 0, 1, 0, 1, 1,  'Unliving Resident - Three of Elementals'),\n(12380, 19270, 0, 0.0104, 0, 1, 15, 1, 1, 'Unliving Resident - Three of Elementals'),\n(12380, 19271, 0, 0.0148, 0, 1, 0, 1, 1,  'Unliving Resident - Four of Elementals'),\n(12380, 19271, 0, 0.0074, 0, 1, 15, 1, 1, 'Unliving Resident - Four of Elementals'),\n(12380, 19278, 0, 0.0178, 0, 1, 0, 1, 1,  'Unliving Resident - Two of Portals'),\n(12380, 19278, 0, 0.0089, 0, 1, 15, 1, 1, 'Unliving Resident - Two of Portals'),\n(12380, 19279, 0, 0.0118, 0, 1, 0, 1, 1,  'Unliving Resident - Three of Portals'),\n(12380, 19279, 0, 0.0059, 0, 1, 15, 1, 1, 'Unliving Resident - Three of Portals'),\n(12380, 19280, 0, 0.0178, 0, 1, 0, 1, 1,  'Unliving Resident - Four of Portals'),\n(12380, 19280, 0, 0.0089, 0, 1, 15, 1, 1, 'Unliving Resident - Four of Portals'),\n(12380, 20400, 0, 0.06, 0, 1, 0, 1, 1,    'Unliving Resident - Pumpkin Bag'),\n--\n(12380, 600013, 600013, 2.5, 0, 1, 0, 1, 1,     'Unliving Resident - (ReferenceTable)'),\n(12380, 600039, 600039, 0.01, 0, 1, 0, 1, 1,    'Unliving Resident - (ReferenceTable)'),\n(12380, 600044, 600044, 0.5, 0, 1, 0, 1, 1,     'Unliving Resident - (ReferenceTable)'),\n(12380, 600045, 600045, 0.01, 0, 1, 0, 1, 1,    'Unliving Resident - (ReferenceTable)'),\n(12380, 600047, 600047, 0.0025, 0, 1, 10, 1, 1, 'Unliving Resident - (ReferenceTable)'),\n(12380, 600048, 600048, 2.5, 0, 1, 0, 1, 1,     'Unliving Resident - (ReferenceTable)'),\n(12380, 600054, 600054, 0.5, 0, 1, 3, 1, 1,     'Unliving Resident - (ReferenceTable)'),\n(12380, 600051, 600051, 0.0025, 0, 1, 0, 1, 1,  'Unliving Resident - (ReferenceTable)'),\n(12380, 600052, 600052, 0.0025, 0, 1, 0, 1, 1,  'Unliving Resident - (ReferenceTable)'),\n(12380, 600053, 600053, 0.01, 0, 1, 2, 1, 1,    'Unliving Resident - (ReferenceTable)'),\n(12380, 600055, 600055, 0.5, 0, 1, 0, 1, 1,     'Unliving Resident - (ReferenceTable)'),\n(12380, 600056, 600056, 0.0025, 0, 1, 0, 1, 1,  'Unliving Resident - (ReferenceTable)'),\n(12380, 600057, 600057, 0.01, 0, 1, 4, 1, 1,    'Unliving Resident - (ReferenceTable)');\n\n\nDELETE FROM `reference_loot_template` WHERE `Entry` = 600013;\nDELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN 600038 AND 600060;\n\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(600013, 3936, 0, 0, 0, 1, 1, 1, 1,  'Crochet Belt'),\n(600013, 3937, 0, 0, 0, 1, 1, 1, 1,  'Crochet Boots'),\n(600013, 3938, 0, 0, 0, 1, 1, 1, 1,  'Crochet Bracers'),\n(600013, 3939, 0, 0, 0, 1, 1, 1, 1,  'Crochet Cloak'),\n(600013, 3940, 0, 0, 0, 1, 1, 1, 1,  'Crochet Gloves'),\n(600013, 3941, 0, 0, 0, 1, 1, 1, 1,  'Crochet Pants'),\n(600013, 3942, 0, 0, 0, 1, 1, 1, 1,  'Crochet Shoulderpads'),\n(600013, 3943, 0, 0, 0, 1, 1, 1, 1,  'Crochet Vest'),\n(600013, 3961, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Belt'),\n(600013, 3962, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Boots'),\n(600013, 3963, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Bracers'),\n(600013, 3964, 0, 0, 0, 1, 1, 1, 1,  'Thick Cloak'),\n(600013, 3965, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Gloves'),\n(600013, 3966, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Pants'),\n(600013, 3967, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Shoulderpads'),\n(600013, 3968, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Tunic'),\n(600013, 3986, 0, 0, 0, 1, 1, 1, 1,  'Protective Pavise'),\n(600013, 3989, 0, 0, 0, 1, 1, 1, 1,  'Blocking Targe'),\n(600013, 4000, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Belt'),\n(600013, 4001, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Boots'),\n(600013, 4002, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Bracers'),\n(600013, 4003, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Cloak'),\n(600013, 4004, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Gloves'),\n(600013, 4005, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Pants'),\n(600013, 4006, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Shoulderpads'),\n(600013, 4007, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Chain Armor'),\n(600013, 4017, 0, 0, 0, 1, 1, 1, 1,  'Sharp Shortsword'),\n(600013, 4018, 0, 0, 0, 1, 1, 1, 1,  'Whetted Claymore'),\n(600013, 4019, 0, 0, 0, 1, 1, 1, 1,  'Heavy Flint Axe'),\n(600013, 4020, 0, 0, 0, 1, 1, 1, 1,  'Splintering Battle Axe'),\n(600013, 4021, 0, 0, 0, 1, 1, 1, 1,  'Blunting Mace'),\n(600013, 4022, 0, 0, 0, 1, 1, 1, 1,  'Crushing Maul'),\n(600013, 4023, 0, 0, 0, 1, 1, 1, 1,  'Fine Pointed Dagger'),\n(600013, 4024, 0, 0, 0, 1, 1, 1, 1,  'Heavy War Staff'),\n(600013, 4025, 0, 0, 0, 1, 1, 1, 1,  'Balanced Long Bow'),\n(600013, 4026, 0, 0, 0, 1, 1, 1, 1,  'Sentinel Musket'),\n(600013, 8749, 0, 0, 0, 1, 1, 1, 1,  'Crochet Hat'),\n(600013, 8750, 0, 0, 0, 1, 1, 1, 1,  'Thick Leather Hat'),\n(600013, 8751, 0, 0, 0, 1, 1, 1, 1,  'Overlinked Coif'),\n(600013, 13824, 0, 0, 0, 1, 1, 1, 1, 'Recurve Long Bow'),\n--\n(600038, 5266, 0, 0, 0, 1, 1, 1, 1,  'Eye of Adaegus'),\n(600038, 11302, 0, 0, 0, 1, 1, 1, 1, 'Uther\\'s Strength'),\n(600038, 13008, 0, 0, 0, 1, 1, 1, 1, 'Dalewind Trousers'),\n(600038, 13014, 0, 0, 0, 1, 1, 1, 1, 'Axe of Rin\\'ji'),\n(600038, 13027, 0, 0, 0, 1, 1, 1, 1, 'Bonesnapper'),\n(600038, 13052, 0, 0, 0, 1, 1, 1, 1, 'Warmonger'),\n(600038, 13059, 0, 0, 0, 1, 1, 1, 1, 'Stoneraven'),\n(600038, 13073, 0, 0, 0, 1, 1, 1, 1, 'Mugthol\\'s Helm'),\n(600038, 13126, 0, 0, 0, 1, 1, 1, 1, 'Battlecaller Gauntlets'),\n(600038, 13144, 0, 0, 0, 1, 1, 1, 1, 'Serenity Belt'),\n-- 24032 = 600039\n(600039, 13003, 0, 0, 0, 1, 1, 1, 1, 'Lord Alexander\\'s Battle Axe'),\n(600039, 13013, 0, 0, 0, 1, 1, 1, 1, 'Elder Wizard\\'s Mantle'),\n(600039, 13036, 0, 0, 0, 1, 1, 1, 1, 'Assassination Blade'),\n(600039, 13040, 0, 0, 0, 1, 1, 1, 1, 'Heartseeking Crossbow'),\n(600039, 13044, 0, 0, 0, 1, 1, 1, 1, 'Demonslayer'),\n(600039, 13056, 0, 0, 0, 1, 1, 1, 1, 'Frenzied Striker'),\n(600039, 13077, 0, 0, 0, 1, 1, 1, 1, 'Girdle of Uther'),\n(600039, 13091, 0, 0, 0, 1, 1, 1, 1, 'Medallion of Grand Marshal Morris'),\n(600039, 13118, 0, 0, 0, 1, 1, 1, 1, 'Serpentine Sash'),\n(600039, 13130, 0, 0, 0, 1, 1, 1, 1, 'Windrunner Legguards'),\n(600039, 24222, 0, 0, 0, 1, 1, 1, 1, 'The Shadowfoot Stabber'),\n-- 30045 = 600040\n(600040, 8246, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Boots'),\n(600040, 8249, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Gloves'),\n(600040, 8250, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Mantle'),\n(600040, 8254, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Circlet'),\n(600040, 8256, 0, 0, 0, 1, 1, 1, 1,  'Serpentskin Boots'),\n(600040, 8260, 0, 0, 0, 1, 1, 1, 1,  'Serpentskin Gloves'),\n(600040, 8263, 0, 0, 0, 1, 1, 1, 1,  'Serpentskin Spaulders'),\n(600040, 8264, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Wristguards'),\n(600040, 8311, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Vambraces'),\n(600040, 8314, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Gauntlets'),\n(600040, 8315, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Girdle'),\n(600040, 8316, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Greaves'),\n(600040, 9943, 0, 0, 0, 1, 1, 1, 1,  'Abjurer\\'s Robe'),\n(600040, 9944, 0, 0, 0, 1, 1, 1, 1,  'Abjurer\\'s Crystal'),\n(600040, 9946, 0, 0, 0, 1, 1, 1, 1,  'Abjurer\\'s Tunic'),\n(600040, 9950, 0, 0, 0, 1, 1, 1, 1,  'Chieftain\\'s Breastplate'),\n(600040, 9974, 0, 0, 0, 1, 1, 1, 1,  'Overlord\\'s Shield'),\n(600040, 10064, 0, 0, 0, 1, 1, 1, 1, 'Duskwoven Pants'),\n(600040, 10073, 0, 0, 0, 1, 1, 1, 1, 'Righteous Helmet'),\n(600040, 10074, 0, 0, 0, 1, 1, 1, 1, 'Righteous Leggings'),\n(600040, 10077, 0, 0, 0, 1, 1, 1, 1, 'Lord\\'s Breastplate'),\n(600040, 10078, 0, 0, 0, 1, 1, 1, 1, 'Lord\\'s Crest'),\n(600040, 10084, 0, 0, 0, 1, 1, 1, 1, 'Lord\\'s Legguards'),\n(600040, 10085, 0, 0, 0, 1, 1, 1, 1, 'Lord\\'s Pauldrons'),\n(600040, 10098, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Cloak'),\n(600040, 10108, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Cloak'),\n(600040, 10120, 0, 0, 0, 1, 1, 1, 1, 'Ornate Cloak'),\n(600040, 10133, 0, 0, 0, 1, 1, 1, 1, 'Revenant Leggings'),\n(600040, 10173, 0, 0, 0, 1, 1, 1, 1, 'Mystical Bracers'),\n(600040, 10174, 0, 0, 0, 1, 1, 1, 1, 'Mystical Cape'),\n(600040, 10180, 0, 0, 0, 1, 1, 1, 1, 'Mystical Belt'),\n(600040, 10184, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Bracers'),\n(600040, 10186, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Gloves'),\n(600040, 10190, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Belt'),\n(600040, 10192, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Boots'),\n(600040, 10196, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Gauntlets'),\n(600040, 10197, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Belt'),\n(600040, 10198, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Helm'),\n(600040, 10200, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Pauldrons'),\n(600040, 10203, 0, 0, 0, 1, 1, 1, 1, 'Overlord\\'s Chestplate'),\n(600040, 10238, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Boots'),\n(600040, 10241, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Helm'),\n(600040, 10242, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Gauntlets'),\n(600040, 10245, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Pauldrons'),\n(600040, 11976, 0, 0, 0, 1, 1, 1, 1, 'Sardonyx Knuckle'),\n(600040, 12014, 0, 0, 0, 1, 1, 1, 1, 'Arctic Ring'),\n(600040, 12034, 0, 0, 0, 1, 1, 1, 1, 'Marble Necklace'),\n(600040, 12055, 0, 0, 0, 1, 1, 1, 1, 'Stardust Band'),\n(600040, 14275, 0, 0, 0, 1, 1, 1, 1, 'Gaea\\'s Raiment'),\n(600040, 14277, 0, 0, 0, 1, 1, 1, 1, 'Gaea\\'s Tunic'),\n(600040, 14281, 0, 0, 0, 1, 1, 1, 1, 'Opulent Crown'),\n(600040, 14296, 0, 0, 0, 1, 1, 1, 1, 'Arachnidian Pauldrons'),\n(600040, 14300, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Cape'),\n(600040, 14301, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Bindings'),\n(600040, 14444, 0, 0, 0, 1, 1, 1, 1, 'Venomshroud Leggings'),\n(600040, 14447, 0, 0, 0, 1, 1, 1, 1, 'Highborne Footpads'),\n(600040, 14448, 0, 0, 0, 1, 1, 1, 1, 'Highborne Bracelets'),\n(600040, 14451, 0, 0, 0, 1, 1, 1, 1, 'Highborne Gloves'),\n(600040, 14454, 0, 0, 0, 1, 1, 1, 1, 'Highborne Cord'),\n(600040, 14667, 0, 0, 0, 1, 1, 1, 1, 'Keeper\\'s Wreath'),\n(600040, 14668, 0, 0, 0, 1, 1, 1, 1, 'Keeper\\'s Woolies'),\n(600040, 14672, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Bands'),\n(600040, 14673, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Cape'),\n(600040, 14795, 0, 0, 0, 1, 1, 1, 1, 'Protector Helm'),\n(600040, 14796, 0, 0, 0, 1, 1, 1, 1, 'Protector Legguards'),\n(600040, 14801, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Cape'),\n(600040, 14807, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Bracelets'),\n(600040, 14849, 0, 0, 0, 1, 1, 1, 1, 'Sunscale Helmet'),\n(600040, 14850, 0, 0, 0, 1, 1, 1, 1, 'Sunscale Legplates'),\n(600040, 14861, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Vambraces'),\n(600040, 14915, 0, 0, 0, 1, 1, 1, 1, 'Jade Breastplate'),\n(600040, 14916, 0, 0, 0, 1, 1, 1, 1, 'Jade Deflector'),\n(600040, 14919, 0, 0, 0, 1, 1, 1, 1, 'Jade Circlet'),\n(600040, 14922, 0, 0, 0, 1, 1, 1, 1, 'Lofty Sabatons'),\n(600040, 14926, 0, 0, 0, 1, 1, 1, 1, 'Lofty Gauntlets'),\n(600040, 14927, 0, 0, 0, 1, 1, 1, 1, 'Lofty Belt'),\n(600040, 14959, 0, 0, 0, 1, 1, 1, 1, 'High Chief\\'s Gauntlets'),\n(600040, 14963, 0, 0, 0, 1, 1, 1, 1, 'High Chief\\'s Pauldrons'),\n(600040, 15170, 0, 0, 0, 1, 1, 1, 1, 'Potent Armor'),\n(600040, 15180, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Girdle'),\n(600040, 15228, 0, 0, 0, 1, 1, 1, 1, 'Smashing Star'),\n(600040, 15236, 0, 0, 0, 1, 1, 1, 1, 'Moon Cleaver'),\n(600040, 15253, 0, 0, 0, 1, 1, 1, 1, 'Beheading Blade'),\n(600040, 15274, 0, 0, 0, 1, 1, 1, 1, 'Diviner Long Staff'),\n(600040, 15280, 0, 0, 0, 1, 1, 1, 1, 'Wizard\\'s Hand'),\n(600040, 15294, 0, 0, 0, 1, 1, 1, 1, 'Siege Bow'),\n(600040, 15388, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Belt'),\n(600040, 15389, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Sabatons'),\n(600040, 15393, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Gloves'),\n(600040, 15395, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Epaulets'),\n(600040, 15631, 0, 0, 0, 1, 1, 1, 1, 'Formidable Chestpiece'),\n(600040, 15633, 0, 0, 0, 1, 1, 1, 1, 'Formidable Crest'),\n(600040, 15634, 0, 0, 0, 1, 1, 1, 1, 'Formidable Circlet'),\n(600040, 15642, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Greaves'),\n(600040, 15644, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Gauntlets'),\n(600040, 15647, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Pauldrons'),\n(600040, 15653, 0, 0, 0, 1, 1, 1, 1, 'Merciless Gauntlets'),\n(600040, 15983, 0, 0, 0, 1, 1, 1, 1, 'Gaea\\'s Scepter'),\n-- 30046 = 600041\n(600041, 8251, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Pants'),\n(600041, 8261, 0, 0, 0, 1, 1, 1, 1,  'Serpentskin Helm'),\n(600041, 8262, 0, 0, 0, 1, 1, 1, 1,  'Serpentskin Leggings'),\n(600041, 8267, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Gauntlets'),\n(600041, 8268, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Girdle'),\n(600041, 8269, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Boots'),\n(600041, 8270, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Helmet'),\n(600041, 8272, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Shoulderpads'),\n(600041, 8286, 0, 0, 0, 1, 1, 1, 1,  'Arcane Cloak'),\n(600041, 8297, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Cloak'),\n(600041, 8317, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Helmet'),\n(600041, 8319, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Pauldrons'),\n(600041, 10057, 0, 0, 0, 1, 1, 1, 1, 'Duskwoven Tunic'),\n(600041, 10065, 0, 0, 0, 1, 1, 1, 1, 'Duskwoven Robe'),\n(600041, 10070, 0, 0, 0, 1, 1, 1, 1, 'Righteous Armor'),\n(600041, 10093, 0, 0, 0, 1, 1, 1, 1, 'Revenant Deflector'),\n(600041, 10096, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Cuffs'),\n(600041, 10099, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Gloves'),\n(600041, 10103, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Sash'),\n(600041, 10107, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Bracers'),\n(600041, 10109, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Belt'),\n(600041, 10110, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Gloves'),\n(600041, 10122, 0, 0, 0, 1, 1, 1, 1, 'Ornate Girdle'),\n(600041, 10126, 0, 0, 0, 1, 1, 1, 1, 'Ornate Bracers'),\n(600041, 10128, 0, 0, 0, 1, 1, 1, 1, 'Revenant Chestplate'),\n(600041, 10165, 0, 0, 0, 1, 1, 1, 1, 'Templar Gauntlets'),\n(600041, 10166, 0, 0, 0, 1, 1, 1, 1, 'Templar Girdle'),\n(600041, 10167, 0, 0, 0, 1, 1, 1, 1, 'Templar Boots'),\n(600041, 10171, 0, 0, 0, 1, 1, 1, 1, 'Templar Bracers'),\n(600041, 10172, 0, 0, 0, 1, 1, 1, 1, 'Mystical Mantle'),\n(600041, 10175, 0, 0, 0, 1, 1, 1, 1, 'Mystical Headwrap'),\n(600041, 10176, 0, 0, 0, 1, 1, 1, 1, 'Mystical Gloves'),\n(600041, 10179, 0, 0, 0, 1, 1, 1, 1, 'Mystical Boots'),\n(600041, 10183, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Boots'),\n(600041, 10187, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Eyepatch'),\n(600041, 10189, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Shoulderpads'),\n(600041, 10193, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Armor'),\n(600041, 10195, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Shield'),\n(600041, 10199, 0, 0, 0, 1, 1, 1, 1, 'Crusader\\'s Leggings'),\n(600041, 10204, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Shield'),\n(600041, 10231, 0, 0, 0, 1, 1, 1, 1, 'Engraved Cape'),\n(600041, 10240, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Chestpiece'),\n(600041, 10244, 0, 0, 0, 1, 1, 1, 1, 'Heavy Lamellar Leggings'),\n(600041, 10278, 0, 0, 0, 1, 1, 1, 1, 'Emerald Girdle'),\n(600041, 11977, 0, 0, 0, 1, 1, 1, 1, 'Serpentine Loop'),\n(600041, 11990, 0, 0, 0, 1, 1, 1, 1, 'Selenium Loop'),\n(600041, 12002, 0, 0, 0, 1, 1, 1, 1, 'Marble Circle'),\n(600041, 12025, 0, 0, 0, 1, 1, 1, 1, 'Selenium Chain'),\n(600041, 14283, 0, 0, 0, 1, 1, 1, 1, 'Opulent Leggings'),\n(600041, 14293, 0, 0, 0, 1, 1, 1, 1, 'Arachnidian Circlet'),\n(600041, 14295, 0, 0, 0, 1, 1, 1, 1, 'Arachnidian Legguards'),\n(600041, 14299, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Boots'),\n(600041, 14304, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Belt'),\n(600041, 14311, 0, 0, 0, 1, 1, 1, 1, 'Celestial Bindings'),\n(600041, 14313, 0, 0, 0, 1, 1, 1, 1, 'Celestial Cape'),\n(600041, 14321, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Cloak'),\n(600041, 14437, 0, 0, 0, 1, 1, 1, 1, 'Venomshroud Vest'),\n(600041, 14445, 0, 0, 0, 1, 1, 1, 1, 'Venomshroud Silk Robes'),\n(600041, 14452, 0, 0, 0, 1, 1, 1, 1, 'Highborne Pauldrons'),\n(600041, 14664, 0, 0, 0, 1, 1, 1, 1, 'Keeper\\'s Armor'),\n(600041, 14674, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Girdle'),\n(600041, 14789, 0, 0, 0, 1, 1, 1, 1, 'Protector Breastplate'),\n(600041, 14790, 0, 0, 0, 1, 1, 1, 1, 'Protector Buckler'),\n(600041, 14802, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Gauntlets'),\n(600041, 14803, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Belt'),\n(600041, 14844, 0, 0, 0, 1, 1, 1, 1, 'Sunscale Chestguard'),\n(600041, 14852, 0, 0, 0, 1, 1, 1, 1, 'Sunscale Shield'),\n(600041, 14855, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Gauntlets'),\n(600041, 14856, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Girdle'),\n(600041, 14857, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Sabatons'),\n(600041, 14928, 0, 0, 0, 1, 1, 1, 1, 'Lofty Legguards'),\n(600041, 14929, 0, 0, 0, 1, 1, 1, 1, 'Lofty Shoulder Pads'),\n(600041, 14961, 0, 0, 0, 1, 1, 1, 1, 'High Chief\\'s Crown'),\n(600041, 14962, 0, 0, 0, 1, 1, 1, 1, 'High Chief\\'s Legguards'),\n(600041, 14968, 0, 0, 0, 1, 1, 1, 1, 'Glorious Belt'),\n(600041, 14974, 0, 0, 0, 1, 1, 1, 1, 'Glorious Bindings'),\n(600041, 15181, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Boots'),\n(600041, 15184, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Gloves'),\n(600041, 15186, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Leggings'),\n(600041, 15187, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Pauldrons'),\n(600041, 15190, 0, 0, 0, 1, 1, 1, 1, 'Grand Cloak'),\n(600041, 15217, 0, 0, 0, 1, 1, 1, 1, 'Widow Blade'),\n(600041, 15229, 0, 0, 0, 1, 1, 1, 1, 'Blesswind Hammer'),\n(600041, 15237, 0, 0, 0, 1, 1, 1, 1, 'Corpse Harvester'),\n(600041, 15254, 0, 0, 0, 1, 1, 1, 1, 'Dark Espadon'),\n(600041, 15275, 0, 0, 0, 1, 1, 1, 1, 'Thaumaturgist Staff'),\n(600041, 15295, 0, 0, 0, 1, 1, 1, 1, 'Quillfire Bow'),\n(600041, 15394, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Pants'),\n(600041, 15425, 0, 0, 0, 1, 1, 1, 1, 'Peerless Bracers'),\n(600041, 15427, 0, 0, 0, 1, 1, 1, 1, 'Peerless Cloak'),\n(600041, 15645, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Helmet'),\n(600041, 15646, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Legguards'),\n(600041, 15654, 0, 0, 0, 1, 1, 1, 1, 'Merciless Belt'),\n(600041, 15656, 0, 0, 0, 1, 1, 1, 1, 'Merciless Epaulets'),\n(600041, 15659, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Bindings'),\n(600041, 15661, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Cloak'),\n(600041, 15694, 0, 0, 0, 1, 1, 1, 1, 'Merciless Greaves'),\n(600041, 15936, 0, 0, 0, 1, 1, 1, 1, 'Duskwoven Branch'),\n(600041, 15966, 0, 0, 0, 1, 1, 1, 1, 'Venomshroud Orb'),\n-- 30047 = 600042\n(600042, 1203, 0, 0, 0, 1, 1, 1, 1,  'Aegis of Stormwind'),\n(600042, 1607, 0, 0, 0, 1, 1, 1, 1,  'Soulkeeper'),\n(600042, 1721, 0, 0, 0, 1, 1, 1, 1,  'Viking Warhammer'),\n(600042, 6660, 0, 0, 0, 1, 1, 1, 1,  'Julie\\'s Dagger'),\n(600042, 8190, 0, 0, 0, 1, 1, 1, 1,  'Hanzo Sword'),\n(600042, 13022, 0, 0, 0, 1, 1, 1, 1, 'Gryphonwing Long Bow'),\n(600042, 13067, 0, 0, 0, 1, 1, 1, 1, 'Hydralick Armor'),\n(600042, 13111, 0, 0, 0, 1, 1, 1, 1, 'Sandals of the Insurgent'),\n(600042, 13120, 0, 0, 0, 1, 1, 1, 1, 'Deepfury Bracers'),\n(600042, 13122, 0, 0, 0, 1, 1, 1, 1, 'Dark Phantom Cape'),\n-- 30080 = 600043\n(600043, 8245, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Tunic'),\n(600043, 8252, 0, 0, 0, 1, 1, 1, 1,  'Imperial Red Robe'),\n(600043, 8258, 0, 0, 0, 1, 1, 1, 1,  'Serpentskin Armor'),\n(600043, 8265, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Armor'),\n(600043, 8271, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Leggings'),\n(600043, 8275, 0, 0, 0, 1, 1, 1, 1,  'Ebonhold Buckler'),\n(600043, 8284, 0, 0, 0, 1, 1, 1, 1,  'Arcane Boots'),\n(600043, 8285, 0, 0, 0, 1, 1, 1, 1,  'Arcane Bands'),\n(600043, 8287, 0, 0, 0, 1, 1, 1, 1,  'Arcane Gloves'),\n(600043, 8291, 0, 0, 0, 1, 1, 1, 1,  'Arcane Sash'),\n(600043, 8293, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Belt'),\n(600043, 8294, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Boots'),\n(600043, 8295, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Bracers'),\n(600043, 8298, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Gloves'),\n(600043, 8304, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Cape'),\n(600043, 8312, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Breastplate'),\n(600043, 8318, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Plate Leggings'),\n(600043, 8320, 0, 0, 0, 1, 1, 1, 1,  'Alabaster Shield'),\n(600043, 10095, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Boots'),\n(600043, 10097, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Circlet'),\n(600043, 10100, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Shoulders'),\n(600043, 10106, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Boots'),\n(600043, 10111, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Hat'),\n(600043, 10113, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Shoulders'),\n(600043, 10119, 0, 0, 0, 1, 1, 1, 1, 'Ornate Greaves'),\n(600043, 10121, 0, 0, 0, 1, 1, 1, 1, 'Ornate Gauntlets'),\n(600043, 10123, 0, 0, 0, 1, 1, 1, 1, 'Ornate Circlet'),\n(600043, 10124, 0, 0, 0, 1, 1, 1, 1, 'Ornate Legguards'),\n(600043, 10125, 0, 0, 0, 1, 1, 1, 1, 'Ornate Pauldrons'),\n(600043, 10168, 0, 0, 0, 1, 1, 1, 1, 'Templar Crown'),\n(600043, 10169, 0, 0, 0, 1, 1, 1, 1, 'Templar Legplates'),\n(600043, 10170, 0, 0, 0, 1, 1, 1, 1, 'Templar Pauldrons'),\n(600043, 10177, 0, 0, 0, 1, 1, 1, 1, 'Mystical Leggings'),\n(600043, 10188, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Leggings'),\n(600043, 10212, 0, 0, 0, 1, 1, 1, 1, 'Elegant Cloak'),\n(600043, 10224, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Cloak'),\n(600043, 10229, 0, 0, 0, 1, 1, 1, 1, 'Engraved Bracers'),\n(600043, 10233, 0, 0, 0, 1, 1, 1, 1, 'Engraved Girdle'),\n(600043, 10276, 0, 0, 0, 1, 1, 1, 1, 'Emerald Sabatons'),\n(600043, 10277, 0, 0, 0, 1, 1, 1, 1, 'Emerald Gauntlets'),\n(600043, 10282, 0, 0, 0, 1, 1, 1, 1, 'Emerald Vambraces'),\n(600043, 10370, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Girdle'),\n(600043, 10375, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Vambraces'),\n(600043, 12015, 0, 0, 0, 1, 1, 1, 1, 'Swamp Ring'),\n(600043, 12035, 0, 0, 0, 1, 1, 1, 1, 'Obsidian Pendant'),\n(600043, 12045, 0, 0, 0, 1, 1, 1, 1, 'Swamp Pendant'),\n(600043, 12056, 0, 0, 0, 1, 1, 1, 1, 'Ring of the Heavens'),\n(600043, 14284, 0, 0, 0, 1, 1, 1, 1, 'Opulent Robes'),\n(600043, 14287, 0, 0, 0, 1, 1, 1, 1, 'Opulent Tunic'),\n(600043, 14288, 0, 0, 0, 1, 1, 1, 1, 'Arachnidian Armor'),\n(600043, 14297, 0, 0, 0, 1, 1, 1, 1, 'Arachnidian Robes'),\n(600043, 14298, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Spaulders'),\n(600043, 14302, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Gloves'),\n(600043, 14305, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Sarong'),\n(600043, 14309, 0, 0, 0, 1, 1, 1, 1, 'Celestial Belt'),\n(600043, 14320, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Bracelets'),\n(600043, 14449, 0, 0, 0, 1, 1, 1, 1, 'Highborne Crown'),\n(600043, 14459, 0, 0, 0, 1, 1, 1, 1, 'Elunarian Cloak'),\n(600043, 14671, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Boots'),\n(600043, 14675, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Gloves'),\n(600043, 14678, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Pauldrons'),\n(600043, 14805, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Britches'),\n(600043, 14806, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Epaulets'),\n(600043, 14813, 0, 0, 0, 1, 1, 1, 1, 'Warstrike Cape'),\n(600043, 14859, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Legplates'),\n(600043, 14860, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Pauldrons'),\n(600043, 14924, 0, 0, 0, 1, 1, 1, 1, 'Lofty Breastplate'),\n(600043, 14925, 0, 0, 0, 1, 1, 1, 1, 'Lofty Helm'),\n(600043, 14930, 0, 0, 0, 1, 1, 1, 1, 'Lofty Shield'),\n(600043, 14934, 0, 0, 0, 1, 1, 1, 1, 'Heroic Girdle'),\n(600043, 14938, 0, 0, 0, 1, 1, 1, 1, 'Heroic Bracers'),\n(600043, 14958, 0, 0, 0, 1, 1, 1, 1, 'High Chief\\'s Armor'),\n(600043, 14964, 0, 0, 0, 1, 1, 1, 1, 'High Chief\\'s Shield'),\n(600043, 14967, 0, 0, 0, 1, 1, 1, 1, 'Glorious Gauntlets'),\n(600043, 14971, 0, 0, 0, 1, 1, 1, 1, 'Glorious Shoulder Pads'),\n(600043, 14972, 0, 0, 0, 1, 1, 1, 1, 'Glorious Sabatons'),\n(600043, 15119, 0, 0, 0, 1, 1, 1, 1, 'Highborne Pants'),\n(600043, 15179, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Padded Armor'),\n(600043, 15185, 0, 0, 0, 1, 1, 1, 1, 'Praetorian Coif'),\n(600043, 15188, 0, 0, 0, 1, 1, 1, 1, 'Grand Armguards'),\n(600043, 15191, 0, 0, 0, 1, 1, 1, 1, 'Grand Belt'),\n(600043, 15218, 0, 0, 0, 1, 1, 1, 1, 'Crystal Sword'),\n(600043, 15255, 0, 0, 0, 1, 1, 1, 1, 'Gallant Flamberge'),\n(600043, 15264, 0, 0, 0, 1, 1, 1, 1, 'Backbreaker'),\n(600043, 15271, 0, 0, 0, 1, 1, 1, 1, 'Colossal Great Axe'),\n(600043, 15281, 0, 0, 0, 1, 1, 1, 1, 'Glowstar Rod'),\n(600043, 15324, 0, 0, 0, 1, 1, 1, 1, 'Burnside Rifle'),\n(600043, 15390, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Chestguard'),\n(600043, 15391, 0, 0, 0, 1, 1, 1, 1, 'Jadefire Cap'),\n(600043, 15428, 0, 0, 0, 1, 1, 1, 1, 'Peerless Belt'),\n(600043, 15640, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Breastplate'),\n(600043, 15648, 0, 0, 0, 1, 1, 1, 1, 'Ironhide Shield'),\n(600043, 15650, 0, 0, 0, 1, 1, 1, 1, 'Merciless Surcoat'),\n(600043, 15651, 0, 0, 0, 1, 1, 1, 1, 'Merciless Crown'),\n(600043, 15655, 0, 0, 0, 1, 1, 1, 1, 'Merciless Legguards'),\n(600043, 15657, 0, 0, 0, 1, 1, 1, 1, 'Merciless Shield'),\n(600043, 15662, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Gauntlets'),\n(600043, 15663, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Belt'),\n(600043, 15671, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Cloak'),\n(600043, 15930, 0, 0, 0, 1, 1, 1, 1, 'Imperial Red Scepter'),\n(600043, 15984, 0, 0, 0, 1, 1, 1, 1, 'Opulent Scepter'),\n(600043, 15985, 0, 0, 0, 1, 1, 1, 1, 'Arachnidian Branch'),\n-- 30081 = 600044\n(600044, 8288, 0, 0, 0, 1, 1, 1, 1,  'Arcane Pads'),\n(600044, 8292, 0, 0, 0, 1, 1, 1, 1,  'Arcane Cover'),\n(600044, 8299, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Helm'),\n(600044, 8301, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Spaulders'),\n(600044, 8302, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Bracers'),\n(600044, 8305, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Gauntlets'),\n(600044, 8306, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Belt'),\n(600044, 10101, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Pants'),\n(600044, 10102, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Robes'),\n(600044, 10104, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Tunic'),\n(600044, 10112, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Leggings'),\n(600044, 10118, 0, 0, 0, 1, 1, 1, 1, 'Ornate Breastplate'),\n(600044, 10138, 0, 0, 0, 1, 1, 1, 1, 'High Councillor\\'s Cloak'),\n(600044, 10145, 0, 0, 0, 1, 1, 1, 1, 'Mighty Girdle'),\n(600044, 10148, 0, 0, 0, 1, 1, 1, 1, 'Mighty Cloak'),\n(600044, 10159, 0, 0, 0, 1, 1, 1, 1, 'Mercurial Cloak'),\n(600044, 10164, 0, 0, 0, 1, 1, 1, 1, 'Templar Chestplate'),\n(600044, 10178, 0, 0, 0, 1, 1, 1, 1, 'Mystical Robe'),\n(600044, 10181, 0, 0, 0, 1, 1, 1, 1, 'Mystical Armor'),\n(600044, 10182, 0, 0, 0, 1, 1, 1, 1, 'Swashbuckler\\'s Breastplate'),\n(600044, 10211, 0, 0, 0, 1, 1, 1, 1, 'Elegant Boots'),\n(600044, 10213, 0, 0, 0, 1, 1, 1, 1, 'Elegant Bracers'),\n(600044, 10214, 0, 0, 0, 1, 1, 1, 1, 'Elegant Gloves'),\n(600044, 10216, 0, 0, 0, 1, 1, 1, 1, 'Elegant Belt'),\n(600044, 10221, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Girdle'),\n(600044, 10222, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Boots'),\n(600044, 10223, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Armguards'),\n(600044, 10225, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Gloves'),\n(600044, 10232, 0, 0, 0, 1, 1, 1, 1, 'Engraved Gauntlets'),\n(600044, 10234, 0, 0, 0, 1, 1, 1, 1, 'Engraved Boots'),\n(600044, 10235, 0, 0, 0, 1, 1, 1, 1, 'Engraved Helm'),\n(600044, 10236, 0, 0, 0, 1, 1, 1, 1, 'Engraved Leggings'),\n(600044, 10237, 0, 0, 0, 1, 1, 1, 1, 'Engraved Pauldrons'),\n(600044, 10279, 0, 0, 0, 1, 1, 1, 1, 'Emerald Helm'),\n(600044, 10280, 0, 0, 0, 1, 1, 1, 1, 'Emerald Legplates'),\n(600044, 10281, 0, 0, 0, 1, 1, 1, 1, 'Emerald Pauldrons'),\n(600044, 10362, 0, 0, 0, 1, 1, 1, 1, 'Ornate Shield'),\n(600044, 10364, 0, 0, 0, 1, 1, 1, 1, 'Templar Shield'),\n(600044, 10365, 0, 0, 0, 1, 1, 1, 1, 'Emerald Shield'),\n(600044, 10369, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Gauntlets'),\n(600044, 10371, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Greaves'),\n(600044, 10372, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Helmet'),\n(600044, 10374, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Pauldrons'),\n(600044, 10377, 0, 0, 0, 1, 1, 1, 1, 'Commander\\'s Vambraces'),\n(600044, 10381, 0, 0, 0, 1, 1, 1, 1, 'Commander\\'s Girdle'),\n(600044, 11978, 0, 0, 0, 1, 1, 1, 1, 'Jasper Link'),\n(600044, 11991, 0, 0, 0, 1, 1, 1, 1, 'Quicksilver Ring'),\n(600044, 12004, 0, 0, 0, 1, 1, 1, 1, 'Obsidian Band'),\n(600044, 12026, 0, 0, 0, 1, 1, 1, 1, 'Quicksilver Pendant'),\n(600044, 14307, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Crown'),\n(600044, 14310, 0, 0, 0, 1, 1, 1, 1, 'Celestial Slippers'),\n(600044, 14314, 0, 0, 0, 1, 1, 1, 1, 'Celestial Handwraps'),\n(600044, 14315, 0, 0, 0, 1, 1, 1, 1, 'Celestial Kilt'),\n(600044, 14316, 0, 0, 0, 1, 1, 1, 1, 'Celestial Pauldrons'),\n(600044, 14319, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Boots'),\n(600044, 14327, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Belt'),\n(600044, 14331, 0, 0, 0, 1, 1, 1, 1, 'Eternal Cloak'),\n(600044, 14453, 0, 0, 0, 1, 1, 1, 1, 'Highborne Robes'),\n(600044, 14455, 0, 0, 0, 1, 1, 1, 1, 'Highborne Padded Armor'),\n(600044, 14457, 0, 0, 0, 1, 1, 1, 1, 'Elunarian Cuffs'),\n(600044, 14670, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Armor'),\n(600044, 14676, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Halo'),\n(600044, 14677, 0, 0, 0, 1, 1, 1, 1, 'Pridelord Pants'),\n(600044, 14682, 0, 0, 0, 1, 1, 1, 1, 'Indomitable Armguards'),\n(600044, 14683, 0, 0, 0, 1, 1, 1, 1, 'Indomitable Cloak'),\n(600044, 14798, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Breastplate'),\n(600044, 14799, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Boots'),\n(600044, 14800, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Buckler'),\n(600044, 14804, 0, 0, 0, 1, 1, 1, 1, 'Bloodlust Helm'),\n(600044, 14808, 0, 0, 0, 1, 1, 1, 1, 'Warstrike Belt'),\n(600044, 14810, 0, 0, 0, 1, 1, 1, 1, 'Warstrike Armsplints'),\n(600044, 14854, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Breastplate'),\n(600044, 14858, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Headdress'),\n(600044, 14864, 0, 0, 0, 1, 1, 1, 1, 'Warleader\\'s Belt'),\n(600044, 14869, 0, 0, 0, 1, 1, 1, 1, 'Warleader\\'s Bracers'),\n(600044, 14932, 0, 0, 0, 1, 1, 1, 1, 'Heroic Greaves'),\n(600044, 14933, 0, 0, 0, 1, 1, 1, 1, 'Heroic Gauntlets'),\n(600044, 14937, 0, 0, 0, 1, 1, 1, 1, 'Heroic Pauldrons'),\n(600044, 14969, 0, 0, 0, 1, 1, 1, 1, 'Glorious Headdress'),\n(600044, 14970, 0, 0, 0, 1, 1, 1, 1, 'Glorious Legplates'),\n(600044, 14983, 0, 0, 0, 1, 1, 1, 1, 'Exalted Armsplints'),\n(600044, 15219, 0, 0, 0, 1, 1, 1, 1, 'Dimensional Blade'),\n(600044, 15238, 0, 0, 0, 1, 1, 1, 1, 'Warlord\\'s Axe'),\n(600044, 15256, 0, 0, 0, 1, 1, 1, 1, 'Massacre Sword'),\n(600044, 15265, 0, 0, 0, 1, 1, 1, 1, 'Painbringer'),\n(600044, 15272, 0, 0, 0, 1, 1, 1, 1, 'Razor Axe'),\n(600044, 15276, 0, 0, 0, 1, 1, 1, 1, 'Magus Long Staff'),\n(600044, 15426, 0, 0, 0, 1, 1, 1, 1, 'Peerless Boots'),\n(600044, 15429, 0, 0, 0, 1, 1, 1, 1, 'Peerless Gloves'),\n(600044, 15431, 0, 0, 0, 1, 1, 1, 1, 'Peerless Leggings'),\n(600044, 15432, 0, 0, 0, 1, 1, 1, 1, 'Peerless Shoulders'),\n(600044, 15658, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Sabatons'),\n(600044, 15666, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Pauldrons'),\n(600044, 15668, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Bracers'),\n(600044, 15673, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Belt'),\n(600044, 15681, 0, 0, 0, 1, 1, 1, 1, 'Triumphant Cloak'),\n(600044, 15693, 0, 0, 0, 1, 1, 1, 1, 'Grand Shoulders'),\n(600044, 15890, 0, 0, 0, 1, 1, 1, 1, 'Vanguard Shield'),\n(600044, 15938, 0, 0, 0, 1, 1, 1, 1, 'Mystical Orb'),\n(600044, 15939, 0, 0, 0, 1, 1, 1, 1, 'Councillor\\'s Scepter'),\n(600044, 15967, 0, 0, 0, 1, 1, 1, 1, 'Highborne Star'),\n-- 30088 = 600045\n(600045, 1973, 0, 0, 0, 1, 1, 1, 1,  'Orb of Deception'),\n(600045, 4696, 0, 0, 0, 1, 1, 1, 1,  'Lapidis Tankard of Tidesippe'),\n(600045, 13002, 0, 0, 0, 1, 1, 1, 1, 'Lady Alizabeth\\'s Pendant'),\n(600045, 13004, 0, 0, 0, 1, 1, 1, 1, 'Torch of Austen'),\n(600045, 13007, 0, 0, 0, 1, 1, 1, 1, 'Mageflame Cloak'),\n(600045, 13047, 0, 0, 0, 1, 1, 1, 1, 'Twig of the World Tree'),\n(600045, 13070, 0, 0, 0, 1, 1, 1, 1, 'Sapphiron\\'s Scale Boots'),\n(600045, 13101, 0, 0, 0, 1, 1, 1, 1, 'Wolfrunner Shoes'),\n(600045, 13135, 0, 0, 0, 1, 1, 1, 1, 'Lordly Armguards'),\n(600045, 13146, 0, 0, 0, 1, 1, 1, 1, 'Shell Launcher Shotgun'),\n-- 30103 = 600046\n(600046, 810, 0, 0, 0, 1, 1, 1, 1,   'Hammer of the Northern Wind'),\n(600046, 812, 0, 0, 0, 1, 1, 1, 1,   'Glowing Brightwood Staff'),\n(600046, 3075, 0, 0, 0, 1, 1, 1, 1,  'Eye of Flame'),\n(600046, 14552, 0, 0, 0, 1, 1, 1, 1, 'Stockade Pauldrons'),\n-- 30104 = 600047\n(600047, 647, 0, 0, 0, 1, 10, 1, 1,  'Destiny'),\n(600047, 811, 0, 0, 0, 1, 10, 1, 1,  'Axe of the Deep Woods'),\n(600047, 833, 0, 0, 0, 1, 10, 1, 1,  'Lifestone'),\n(600047, 2244, 0, 0, 0, 1, 10, 1, 1, 'Krol Blade'),\n-- 24024 = 600048\n(600048, 3944, 0, 0, 0, 1, 1, 1, 1,  'Twill Belt'),\n(600048, 3945, 0, 0, 0, 1, 1, 1, 1,  'Twill Boots'),\n(600048, 3946, 0, 0, 0, 1, 1, 1, 1,  'Twill Bracers'),\n(600048, 3947, 0, 0, 0, 1, 1, 1, 1,  'Twill Cloak'),\n(600048, 3948, 0, 0, 0, 1, 1, 1, 1,  'Twill Gloves'),\n(600048, 3949, 0, 0, 0, 1, 1, 1, 1,  'Twill Pants'),\n(600048, 3950, 0, 0, 0, 1, 1, 1, 1,  'Twill Shoulderpads'),\n(600048, 3951, 0, 0, 0, 1, 1, 1, 1,  'Twill Vest'),\n(600048, 3969, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Belt'),\n(600048, 3970, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Boots'),\n(600048, 3971, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Bracers'),\n(600048, 3972, 0, 0, 0, 1, 1, 1, 1,  'Smooth Cloak'),\n(600048, 3973, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Gloves'),\n(600048, 3974, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Pants'),\n(600048, 3975, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Shoulderpads'),\n(600048, 3976, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Armor'),\n(600048, 3987, 0, 0, 0, 1, 1, 1, 1,  'Deflecting Tower'),\n(600048, 3990, 0, 0, 0, 1, 1, 1, 1,  'Crested Buckler'),\n(600048, 3992, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Belt'),\n(600048, 3993, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Boots'),\n(600048, 3994, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Bracers'),\n(600048, 3995, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Cloak'),\n(600048, 3996, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Gloves'),\n(600048, 3997, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Pants'),\n(600048, 3998, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Shoulderpads'),\n(600048, 3999, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Armor'),\n(600048, 8080, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Chestpiece'),\n(600048, 8081, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Belt'),\n(600048, 8082, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Boots'),\n(600048, 8083, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Bracers'),\n(600048, 8084, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Gloves'),\n(600048, 8085, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Pants'),\n(600048, 8086, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Shoulderpads'),\n(600048, 8752, 0, 0, 0, 1, 1, 1, 1,  'Laminated Scale Circlet'),\n(600048, 8753, 0, 0, 0, 1, 1, 1, 1,  'Smooth Leather Helmet'),\n(600048, 8754, 0, 0, 0, 1, 1, 1, 1,  'Twill Cover'),\n(600048, 8755, 0, 0, 0, 1, 1, 1, 1,  'Light Plate Helmet'),\n(600048, 13816, 0, 0, 0, 1, 1, 1, 1, 'Fine Longsword'),\n(600048, 13817, 0, 0, 0, 1, 1, 1, 1, 'Tapered Greatsword'),\n(600048, 13818, 0, 0, 0, 1, 1, 1, 1, 'Jagged Axe'),\n(600048, 13819, 0, 0, 0, 1, 1, 1, 1, 'Balanced War Axe'),\n(600048, 13820, 0, 0, 0, 1, 1, 1, 1, 'Clout Mace'),\n(600048, 13821, 0, 0, 0, 1, 1, 1, 1, 'Bulky Maul'),\n(600048, 13822, 0, 0, 0, 1, 1, 1, 1, 'Spiked Dagger'),\n(600048, 13823, 0, 0, 0, 1, 1, 1, 1, 'Stout War Staff'),\n(600048, 13825, 0, 0, 0, 1, 1, 1, 1, 'Primed Musket'),\n-- 30082 = 600049\n(600049, 647, 0, 0, 0, 1, 1, 1, 1,   'Destiny'),\n(600049, 811, 0, 0, 0, 1, 1, 1, 1,   'Axe of the Deep Woods'),\n(600049, 833, 0, 0, 0, 1, 1, 1, 1,   'Lifestone'),\n(600049, 2244, 0, 0, 0, 1, 1, 1, 1,  'Krol Blade'),\n-- 30085 = 600050\n(600050, 1973, 0, 0, 0, 1, 10, 1, 1,  'Orb of Deception'),\n(600050, 4696, 0, 0, 0, 1, 10, 1, 1,  'Lapidis Tankard of Tidesippe'),\n(600050, 13002, 0, 0, 0, 1, 10, 1, 1, 'Lady Alizabeth\\'s Pendant'),\n(600050, 13004, 0, 0, 0, 1, 10, 1, 1, 'Torch of Austen'),\n(600050, 13007, 0, 0, 0, 1, 10, 1, 1, 'Mageflame Cloak'),\n(600050, 13047, 0, 0, 0, 1, 10, 1, 1, 'Twig of the World Tree'),\n(600050, 13070, 0, 0, 0, 1, 10, 1, 1, 'Sapphiron\\'s Scale Boots'),\n(600050, 13101, 0, 0, 0, 1, 10, 1, 1, 'Wolfrunner Shoes'),\n(600050, 13135, 0, 0, 0, 1, 10, 1, 1, 'Lordly Armguards'),\n(600050, 13146, 0, 0, 0, 1, 10, 1, 1, 'Shell Launcher Shotgun'),\n-- 30086 = 600051\n(600051, 1168, 0, 0, 0, 1, 1, 1, 1,  'Skullflame Shield'),\n(600051, 2099, 0, 0, 0, 1, 1, 1, 1,  'Dwarven Hand Cannon'),\n(600051, 2245, 0, 0, 0, 1, 1, 1, 1,  'Helm of Narv'),\n(600051, 2246, 0, 0, 0, 1, 1, 1, 1,  'Myrmidon\\'s Signet'),\n-- 30087 = 600052\n(600052, 944, 0, 0, 0, 1, 1, 1, 1,   'Elemental Mage Staff'),\n(600052, 1263, 0, 0, 0, 1, 1, 1, 1,  'Brain Hacker'),\n(600052, 1443, 0, 0, 0, 1, 1, 1, 1,  'Jeweled Amulet of Cainwyn'),\n(600052, 14553, 0, 0, 0, 1, 1, 1, 1, 'Sash of Mercy'),\n-- 30079 = 600053\n(600053, 9402, 0, 0, 0, 1, 2, 1, 1,  'Earthborn Kilt'),\n(600053, 13001, 0, 0, 0, 1, 2, 1, 1, 'Maiden\\'s Circle'),\n(600053, 13015, 0, 0, 0, 1, 2, 1, 1, 'Serathil'),\n(600053, 13028, 0, 0, 0, 1, 2, 1, 1, 'Bludstone Hammer'),\n(600053, 13053, 0, 0, 0, 1, 2, 1, 1, 'Doombringer'),\n(600053, 13060, 0, 0, 0, 1, 2, 1, 1, 'The Needler'),\n(600053, 13072, 0, 0, 0, 1, 2, 1, 1, 'Stonegrip Gauntlets'),\n(600053, 13096, 0, 0, 0, 1, 2, 1, 1, 'Band of the Hierophant'),\n(600053, 13116, 0, 0, 0, 1, 2, 1, 1, 'Spaulders of the Unseen'),\n(600053, 13133, 0, 0, 0, 1, 2, 1, 1, 'Drakesfire Epaulets'),\n-- 30083 = 600054\n(600054, 8303, 0, 0, 0, 1, 3, 1, 1,  'Hero\\'s Breastplate'),\n(600054, 8313, 0, 0, 0, 1, 3, 1, 1,  'Hero\\'s Buckler'),\n(600054, 10139, 0, 0, 0, 1, 3, 1, 1, 'High Councillor\\'s Circlet'),\n(600054, 10141, 0, 0, 0, 1, 3, 1, 1, 'High Councillor\\'s Pants'),\n(600054, 10142, 0, 0, 0, 1, 3, 1, 1, 'High Councillor\\'s Mantle'),\n(600054, 10150, 0, 0, 0, 1, 3, 1, 1, 'Mighty Helmet'),\n(600054, 10152, 0, 0, 0, 1, 3, 1, 1, 'Mighty Leggings'),\n(600054, 10153, 0, 0, 0, 1, 3, 1, 1, 'Mighty Spaulders'),\n(600054, 10160, 0, 0, 0, 1, 3, 1, 1, 'Mercurial Circlet'),\n(600054, 10162, 0, 0, 0, 1, 3, 1, 1, 'Mercurial Legguards'),\n(600054, 10163, 0, 0, 0, 1, 3, 1, 1, 'Mercurial Pauldrons'),\n(600054, 10215, 0, 0, 0, 1, 3, 1, 1, 'Elegant Robes'),\n(600054, 10218, 0, 0, 0, 1, 3, 1, 1, 'Elegant Tunic'),\n(600054, 10220, 0, 0, 0, 1, 3, 1, 1, 'Nightshade Tunic'),\n(600054, 10227, 0, 0, 0, 1, 3, 1, 1, 'Nightshade Leggings'),\n(600054, 10247, 0, 0, 0, 1, 3, 1, 1, 'Master\\'s Boots'),\n(600054, 10248, 0, 0, 0, 1, 3, 1, 1, 'Master\\'s Bracers'),\n(600054, 10250, 0, 0, 0, 1, 3, 1, 1, 'Master\\'s Hat'),\n(600054, 10251, 0, 0, 0, 1, 3, 1, 1, 'Master\\'s Gloves'),\n(600054, 10253, 0, 0, 0, 1, 3, 1, 1, 'Master\\'s Mantle'),\n(600054, 10255, 0, 0, 0, 1, 3, 1, 1, 'Master\\'s Belt'),\n(600054, 10257, 0, 0, 0, 1, 3, 1, 1, 'Adventurer\\'s Boots'),\n(600054, 10259, 0, 0, 0, 1, 3, 1, 1, 'Adventurer\\'s Belt'),\n(600054, 10260, 0, 0, 0, 1, 3, 1, 1, 'Adventurer\\'s Gloves'),\n(600054, 10261, 0, 0, 0, 1, 3, 1, 1, 'Adventurer\\'s Bandana'),\n(600054, 10263, 0, 0, 0, 1, 3, 1, 1, 'Adventurer\\'s Shoulders'),\n(600054, 10265, 0, 0, 0, 1, 3, 1, 1, 'Masterwork Bracers'),\n(600054, 10268, 0, 0, 0, 1, 3, 1, 1, 'Masterwork Gauntlets'),\n(600054, 10269, 0, 0, 0, 1, 3, 1, 1, 'Masterwork Girdle'),\n(600054, 10270, 0, 0, 0, 1, 3, 1, 1, 'Masterwork Boots'),\n(600054, 10272, 0, 0, 0, 1, 3, 1, 1, 'Masterwork Circlet'),\n(600054, 10274, 0, 0, 0, 1, 3, 1, 1, 'Masterwork Pauldrons'),\n(600054, 10366, 0, 0, 0, 1, 3, 1, 1, 'Demon Guard'),\n(600054, 10368, 0, 0, 0, 1, 3, 1, 1, 'Imbued Plate Armor'),\n(600054, 10378, 0, 0, 0, 1, 3, 1, 1, 'Commander\\'s Armor'),\n(600054, 10382, 0, 0, 0, 1, 3, 1, 1, 'Commander\\'s Leggings'),\n(600054, 10385, 0, 0, 0, 1, 3, 1, 1, 'Hyperion Greaves'),\n(600054, 10386, 0, 0, 0, 1, 3, 1, 1, 'Hyperion Gauntlets'),\n(600054, 10388, 0, 0, 0, 1, 3, 1, 1, 'Hyperion Helm'),\n(600054, 10390, 0, 0, 0, 1, 3, 1, 1, 'Hyperion Pauldrons'),\n(600054, 11992, 0, 0, 0, 1, 3, 1, 1, 'Vermilion Band'),\n(600054, 12005, 0, 0, 0, 1, 3, 1, 1, 'Granite Ring'),\n(600054, 12027, 0, 0, 0, 1, 3, 1, 1, 'Vermilion Necklace'),\n(600054, 12036, 0, 0, 0, 1, 3, 1, 1, 'Granite Necklace'),\n(600054, 14318, 0, 0, 0, 1, 3, 1, 1, 'Resplendent Tunic'),\n(600054, 14322, 0, 0, 0, 1, 3, 1, 1, 'Resplendent Circlet'),\n(600054, 14326, 0, 0, 0, 1, 3, 1, 1, 'Resplendent Robes'),\n(600054, 14329, 0, 0, 0, 1, 3, 1, 1, 'Eternal Boots'),\n(600054, 14333, 0, 0, 0, 1, 3, 1, 1, 'Eternal Gloves'),\n(600054, 14334, 0, 0, 0, 1, 3, 1, 1, 'Eternal Sarong'),\n(600054, 14335, 0, 0, 0, 1, 3, 1, 1, 'Eternal Spaulders'),\n(600054, 14460, 0, 0, 0, 1, 3, 1, 1, 'Elunarian Diadem'),\n(600054, 14461, 0, 0, 0, 1, 3, 1, 1, 'Elunarian Handgrips'),\n(600054, 14462, 0, 0, 0, 1, 3, 1, 1, 'Elunarian Sarong'),\n(600054, 14463, 0, 0, 0, 1, 3, 1, 1, 'Elunarian Spaulders'),\n(600054, 14681, 0, 0, 0, 1, 3, 1, 1, 'Indomitable Boots'),\n(600054, 14685, 0, 0, 0, 1, 3, 1, 1, 'Indomitable Gauntlets'),\n(600054, 14686, 0, 0, 0, 1, 3, 1, 1, 'Indomitable Headdress'),\n(600054, 14687, 0, 0, 0, 1, 3, 1, 1, 'Indomitable Leggings'),\n(600054, 14809, 0, 0, 0, 1, 3, 1, 1, 'Warstrike Sabatons'),\n(600054, 14814, 0, 0, 0, 1, 3, 1, 1, 'Warstrike Helmet'),\n(600054, 14815, 0, 0, 0, 1, 3, 1, 1, 'Warstrike Gauntlets'),\n(600054, 14816, 0, 0, 0, 1, 3, 1, 1, 'Warstrike Legguards'),\n(600054, 14817, 0, 0, 0, 1, 3, 1, 1, 'Warstrike Shoulder Pads'),\n(600054, 14862, 0, 0, 0, 1, 3, 1, 1, 'Warleader\\'s Breastplate'),\n(600054, 14866, 0, 0, 0, 1, 3, 1, 1, 'Warleader\\'s Crown'),\n(600054, 14867, 0, 0, 0, 1, 3, 1, 1, 'Warleader\\'s Leggings'),\n(600054, 14931, 0, 0, 0, 1, 3, 1, 1, 'Heroic Armor'),\n(600054, 14978, 0, 0, 0, 1, 3, 1, 1, 'Exalted Sabatons'),\n(600054, 14980, 0, 0, 0, 1, 3, 1, 1, 'Exalted Legplates'),\n(600054, 14981, 0, 0, 0, 1, 3, 1, 1, 'Exalted Epaulets'),\n(600054, 15193, 0, 0, 0, 1, 3, 1, 1, 'Grand Crown'),\n(600054, 15195, 0, 0, 0, 1, 3, 1, 1, 'Grand Breastplate'),\n(600054, 15220, 0, 0, 0, 1, 3, 1, 1, 'Battlefell Sabre'),\n(600054, 15246, 0, 0, 0, 1, 3, 1, 1, 'Demon Blade'),\n(600054, 15257, 0, 0, 0, 1, 3, 1, 1, 'Shin Blade'),\n(600054, 15267, 0, 0, 0, 1, 3, 1, 1, 'Brutehammer'),\n(600054, 15273, 0, 0, 0, 1, 3, 1, 1, 'Death Striker'),\n(600054, 15296, 0, 0, 0, 1, 3, 1, 1, 'Hawkeye Bow'),\n(600054, 15435, 0, 0, 0, 1, 3, 1, 1, 'Supreme Shoes'),\n(600054, 15438, 0, 0, 0, 1, 3, 1, 1, 'Supreme Gloves'),\n(600054, 15440, 0, 0, 0, 1, 3, 1, 1, 'Supreme Leggings'),\n(600054, 15441, 0, 0, 0, 1, 3, 1, 1, 'Supreme Shoulders'),\n(600054, 15669, 0, 0, 0, 1, 3, 1, 1, 'Magnificent Breastplate'),\n(600054, 15675, 0, 0, 0, 1, 3, 1, 1, 'Magnificent Guard'),\n(600054, 15678, 0, 0, 0, 1, 3, 1, 1, 'Triumphant Sabatons'),\n(600054, 15682, 0, 0, 0, 1, 3, 1, 1, 'Triumphant Gauntlets'),\n(600054, 15685, 0, 0, 0, 1, 3, 1, 1, 'Triumphant Legplates'),\n(600054, 15686, 0, 0, 0, 1, 3, 1, 1, 'Triumphant Shoulder Pads'),\n(600054, 15887, 0, 0, 0, 1, 3, 1, 1, 'Heroic Guard'),\n(600054, 15940, 0, 0, 0, 1, 3, 1, 1, 'Elegant Scepter'),\n(600054, 15988, 0, 0, 0, 1, 3, 1, 1, 'Resplendent Orb'),\n(600054, 15991, 0, 0, 0, 1, 3, 1, 1, 'Warleader\\'s Shield'),\n-- 24016 = 600055\n(600055, 8283, 0, 0, 0, 1, 1, 1, 1,  'Arcane Armor'),\n(600055, 8289, 0, 0, 0, 1, 1, 1, 1,  'Arcane Leggings'),\n(600055, 8290, 0, 0, 0, 1, 1, 1, 1,  'Arcane Robe'),\n(600055, 8296, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Jerkin'),\n(600055, 8300, 0, 0, 0, 1, 1, 1, 1,  'Traveler\\'s Leggings'),\n(600055, 8307, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Boots'),\n(600055, 8308, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Band'),\n(600055, 8309, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Leggings'),\n(600055, 8310, 0, 0, 0, 1, 1, 1, 1,  'Hero\\'s Pauldrons'),\n(600055, 10105, 0, 0, 0, 1, 1, 1, 1, 'Wanderer\\'s Armor'),\n(600055, 10136, 0, 0, 0, 1, 1, 1, 1, 'High Councillor\\'s Bracers'),\n(600055, 10137, 0, 0, 0, 1, 1, 1, 1, 'High Councillor\\'s Boots'),\n(600055, 10140, 0, 0, 0, 1, 1, 1, 1, 'High Councillor\\'s Gloves'),\n(600055, 10144, 0, 0, 0, 1, 1, 1, 1, 'High Councillor\\'s Sash'),\n(600055, 10146, 0, 0, 0, 1, 1, 1, 1, 'Mighty Boots'),\n(600055, 10147, 0, 0, 0, 1, 1, 1, 1, 'Mighty Armsplints'),\n(600055, 10149, 0, 0, 0, 1, 1, 1, 1, 'Mighty Gauntlets'),\n(600055, 10154, 0, 0, 0, 1, 1, 1, 1, 'Mercurial Girdle'),\n(600055, 10155, 0, 0, 0, 1, 1, 1, 1, 'Mercurial Greaves'),\n(600055, 10156, 0, 0, 0, 1, 1, 1, 1, 'Mercurial Bracers'),\n(600055, 10161, 0, 0, 0, 1, 1, 1, 1, 'Mercurial Gauntlets'),\n(600055, 10210, 0, 0, 0, 1, 1, 1, 1, 'Elegant Mantle'),\n(600055, 10217, 0, 0, 0, 1, 1, 1, 1, 'Elegant Leggings'),\n(600055, 10219, 0, 0, 0, 1, 1, 1, 1, 'Elegant Circlet'),\n(600055, 10226, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Helmet'),\n(600055, 10228, 0, 0, 0, 1, 1, 1, 1, 'Nightshade Spaulders'),\n(600055, 10230, 0, 0, 0, 1, 1, 1, 1, 'Engraved Breastplate'),\n(600055, 10249, 0, 0, 0, 1, 1, 1, 1, 'Master\\'s Cloak'),\n(600055, 10256, 0, 0, 0, 1, 1, 1, 1, 'Adventurer\\'s Bracers'),\n(600055, 10258, 0, 0, 0, 1, 1, 1, 1, 'Adventurer\\'s Cape'),\n(600055, 10267, 0, 0, 0, 1, 1, 1, 1, 'Masterwork Cape'),\n(600055, 10275, 0, 0, 0, 1, 1, 1, 1, 'Emerald Breastplate'),\n(600055, 10363, 0, 0, 0, 1, 1, 1, 1, 'Engraved Wall'),\n(600055, 10373, 0, 0, 0, 1, 1, 1, 1, 'Imbued Plate Leggings'),\n(600055, 10376, 0, 0, 0, 1, 1, 1, 1, 'Commander\\'s Boots'),\n(600055, 10379, 0, 0, 0, 1, 1, 1, 1, 'Commander\\'s Helm'),\n(600055, 10380, 0, 0, 0, 1, 1, 1, 1, 'Commander\\'s Gauntlets'),\n(600055, 10383, 0, 0, 0, 1, 1, 1, 1, 'Commander\\'s Pauldrons'),\n(600055, 10387, 0, 0, 0, 1, 1, 1, 1, 'Hyperion Girdle'),\n(600055, 10391, 0, 0, 0, 1, 1, 1, 1, 'Hyperion Vambraces'),\n(600055, 11979, 0, 0, 0, 1, 1, 1, 1, 'Peridot Circle'),\n(600055, 12016, 0, 0, 0, 1, 1, 1, 1, 'Jungle Ring'),\n(600055, 12046, 0, 0, 0, 1, 1, 1, 1, 'Jungle Necklace'),\n(600055, 12057, 0, 0, 0, 1, 1, 1, 1, 'Dragonscale Band'),\n(600055, 14303, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Shroud'),\n(600055, 14306, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Vest'),\n(600055, 14308, 0, 0, 0, 1, 1, 1, 1, 'Celestial Tunic'),\n(600055, 14312, 0, 0, 0, 1, 1, 1, 1, 'Celestial Crown'),\n(600055, 14317, 0, 0, 0, 1, 1, 1, 1, 'Celestial Silk Robes'),\n(600055, 14323, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Gauntlets'),\n(600055, 14324, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Sarong'),\n(600055, 14325, 0, 0, 0, 1, 1, 1, 1, 'Resplendent Epaulets'),\n(600055, 14330, 0, 0, 0, 1, 1, 1, 1, 'Eternal Bindings'),\n(600055, 14337, 0, 0, 0, 1, 1, 1, 1, 'Eternal Cord'),\n(600055, 14458, 0, 0, 0, 1, 1, 1, 1, 'Elunarian Boots'),\n(600055, 14465, 0, 0, 0, 1, 1, 1, 1, 'Elunarian Belt'),\n(600055, 14684, 0, 0, 0, 1, 1, 1, 1, 'Indomitable Belt'),\n(600055, 14688, 0, 0, 0, 1, 1, 1, 1, 'Indomitable Epaulets'),\n(600055, 14863, 0, 0, 0, 1, 1, 1, 1, 'Warleader\\'s Gauntlets'),\n(600055, 14865, 0, 0, 0, 1, 1, 1, 1, 'Warleader\\'s Greaves'),\n(600055, 14868, 0, 0, 0, 1, 1, 1, 1, 'Warleader\\'s Shoulders'),\n(600055, 14935, 0, 0, 0, 1, 1, 1, 1, 'Heroic Skullcap'),\n(600055, 14936, 0, 0, 0, 1, 1, 1, 1, 'Heroic Legplates'),\n(600055, 14966, 0, 0, 0, 1, 1, 1, 1, 'Glorious Breastplate'),\n(600055, 14973, 0, 0, 0, 1, 1, 1, 1, 'Glorious Shield'),\n(600055, 14976, 0, 0, 0, 1, 1, 1, 1, 'Exalted Gauntlets'),\n(600055, 14977, 0, 0, 0, 1, 1, 1, 1, 'Exalted Girdle'),\n(600055, 15189, 0, 0, 0, 1, 1, 1, 1, 'Grand Boots'),\n(600055, 15192, 0, 0, 0, 1, 1, 1, 1, 'Grand Gauntlets'),\n(600055, 15194, 0, 0, 0, 1, 1, 1, 1, 'Grand Legguards'),\n(600055, 15239, 0, 0, 0, 1, 1, 1, 1, 'Felstone Reaver'),\n(600055, 15266, 0, 0, 0, 1, 1, 1, 1, 'Fierce Mauler'),\n(600055, 15278, 0, 0, 0, 1, 1, 1, 1, 'Solstice Staff'),\n(600055, 15282, 0, 0, 0, 1, 1, 1, 1, 'Dragon Finger'),\n(600055, 15288, 0, 0, 0, 1, 1, 1, 1, 'Blasthorn Bow'),\n(600055, 15325, 0, 0, 0, 1, 1, 1, 1, 'Sharpshooter Harquebus'),\n(600055, 15430, 0, 0, 0, 1, 1, 1, 1, 'Peerless Headband'),\n(600055, 15433, 0, 0, 0, 1, 1, 1, 1, 'Peerless Armor'),\n(600055, 15434, 0, 0, 0, 1, 1, 1, 1, 'Supreme Sash'),\n(600055, 15436, 0, 0, 0, 1, 1, 1, 1, 'Supreme Bracers'),\n(600055, 15437, 0, 0, 0, 1, 1, 1, 1, 'Supreme Cape'),\n(600055, 15660, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Breastplate'),\n(600055, 15664, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Helmet'),\n(600055, 15665, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Legguards'),\n(600055, 15667, 0, 0, 0, 1, 1, 1, 1, 'Impenetrable Wall'),\n(600055, 15670, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Helmet'),\n(600055, 15672, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Gauntlets'),\n(600055, 15674, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Greaves'),\n(600055, 15676, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Leggings'),\n(600055, 15677, 0, 0, 0, 1, 1, 1, 1, 'Magnificent Shoulders'),\n(600055, 15679, 0, 0, 0, 1, 1, 1, 1, 'Triumphant Bracers'),\n(600055, 15683, 0, 0, 0, 1, 1, 1, 1, 'Triumphant Girdle'),\n(600055, 15931, 0, 0, 0, 1, 1, 1, 1, 'Arcane Star'),\n(600055, 15943, 0, 0, 0, 1, 1, 1, 1, 'Imbued Shield'),\n(600055, 15986, 0, 0, 0, 1, 1, 1, 1, 'Bonecaster\\'s Star'),\n(600055, 15987, 0, 0, 0, 1, 1, 1, 1, 'Astral Orb'),\n-- 24090 = 600056\n(600056, 2243, 0, 0, 0, 1, 1, 1, 1,  'Hand of Edward the Odd'),\n(600056, 14554, 0, 0, 0, 1, 1, 1, 1, 'Cloudkeeper Legplates'),\n(600056, 14555, 0, 0, 0, 1, 1, 1, 1, 'Alcor\\'s Sunrazor'),\n-- 30084 = 600057\n(600057, 5267, 0, 0, 0, 1, 4, 1, 1,  'Scarlet Kris'),\n(600057, 6622, 0, 0, 0, 1, 4, 1, 1,  'Sword of Zeal'),\n(600057, 13000, 0, 0, 0, 1, 4, 1, 1, 'Staff of Hale Magefire'),\n(600057, 13006, 0, 0, 0, 1, 4, 1, 1, 'Mass of McGowan'),\n(600057, 13023, 0, 0, 0, 1, 4, 1, 1, 'Eaglehorn Long Bow'),\n(600057, 13075, 0, 0, 0, 1, 4, 1, 1, 'Direwing Legguards'),\n(600057, 13083, 0, 0, 0, 1, 4, 1, 1, 'Garrett Family Crest'),\n(600057, 13107, 0, 0, 0, 1, 4, 1, 1, 'Magiskull Cuffs'),\n(600057, 13113, 0, 0, 0, 1, 4, 1, 1, 'Feathermoon Headdress'),\n(600057, 13123, 0, 0, 0, 1, 4, 1, 1, 'Dreamwalker Armor'),\n-- 30211 = 600058\n(600058, 23197, 0, 0, 0, 1, 1, 1, 1, 'Idol of the Moon'),\n(600058, 23199, 0, 0, 0, 1, 1, 1, 1, 'Totem of the Storm'),\n(600058, 23203, 0, 0, 0, 1, 1, 1, 1, 'Libram of Fervor'),\n-- 30212 = 600059\n(600059, 944, 0, 0, 0, 1, 10, 1, 1,   'Elemental Mage Staff'),\n(600059, 1263, 0, 0, 0, 1, 10, 1, 1,  'Brain Hacker'),\n(600059, 1443, 0, 0, 0, 1, 10, 1, 1,  'Jeweled Amulet of Cainwyn'),\n(600059, 14553, 0, 0, 0, 1, 10, 1, 1, 'Sash of Mercy'),\n-- 30183 = 600060\n(600060, 1168, 0, 0, 0, 1, 10, 1, 1, 'Skullflame Shield'),\n(600060, 2099, 0, 0, 0, 1, 10, 1, 1, 'Dwarven Hand Cannon'),\n(600060, 2245, 0, 0, 0, 1, 10, 1, 1, 'Helm of Narv'),\n(600060, 2246, 0, 0, 0, 1, 10, 1, 1, 'Myrmidon\\'s Signet');\n\n\n\n\n/* Add Ley Sprites and Mana Sprites removed in 2.0 */\nDELETE FROM `creature`       WHERE `guid` IN (350999, 350998, 350997, 350996, 350995);\nDELETE FROM `creature_addon` WHERE `guid` IN (350999, 350998, 350997, 350996, 350995);\nDELETE FROM `waypoint_data`  WHERE `id` IN (3509990, 3509980, 3509970, 3509960, 3509950);\n-- Spawn Point 1\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `wander_distance`, `MovementType`, `spawntimesecs`) VALUES\n(350995, 12381, 12382, 0, -11177.200195, -2033.979980, 47.158798, 2.9482, 0, 2, 340);\nINSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (350995, 3509950);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(3509950, 1,  -11177.245117, -2033.983521, 47.158783, 100.000000, 0),\n(3509950, 2,  -11170.590820, -2036.936890, 47.165546, 100.000000, 0),\n(3509950, 3,  -11156.636719, -2041.116943, 47.148666, 100.000000, 0),\n(3509950, 4,  -11142.261719, -2043.310425, 47.148666, 100.000000, 0),\n(3509950, 5,  -11133.083984, -2045.780762, 47.167202, 100.000000, 0),\n(3509950, 6,  -11129.125977, -2056.745361, 47.193264, 100.000000, 0),\n(3509950, 7,  -11131.037109, -2076.039307, 47.163990, 100.000000, 0),\n(3509950, 8,  -11136.179688, -2089.142090, 47.364826, 100.000000, 0),\n(3509950, 9,  -11144.539063, -2111.479980, 50.499874, 100.000000, 0),\n(3509950, 10, -11139.716797, -2123.265869, 51.521389, 100.000000, 0),\n(3509950, 11, -11128.132813, -2131.545654, 40.090717, 100.000000, 0),\n(3509950, 12, -11123.087891, -2137.185547, 35.718681, 100.000000, 0),\n(3509950, 13, -11114.113281, -2153.488770, 31.058424, 100.000000, 0),\n(3509950, 14, -11095.431641, -2166.700439, 28.206760, 100.000000, 0),\n(3509950, 15, -11067.737305, -2175.179932, 29.645603, 100.000000, 0),\n(3509950, 16, -11050.368164, -2169.428467, 28.964302, 100.000000, 0),\n(3509950, 17, -11038.117188, -2155.542969, 28.841944, 100.000000, 0),\n(3509950, 18, -11032.666016, -2127.278076, 28.665648, 100.000000, 0),\n(3509950, 19, -11031.387695, -2101.208008, 29.022755, 100.000000, 0),\n(3509950, 20, -11012.345703, -2076.385986, 36.918098, 100.000000, 0),\n(3509950, 21, -10985.174805, -2056.658936, 36.790413, 100.000000, 0),\n(3509950, 22, -10987.590820, -2031.452759, 37.211788, 100.000000, 0),\n(3509950, 23, -10984.105469, -2050.306885, 36.670902, 100.000000, 0),\n(3509950, 24, -11006.748047, -2071.493896, 38.341122, 100.000000, 0),\n(3509950, 25, -11026.671875, -2090.823486, 30.310307, 100.000000, 0),\n(3509950, 26, -11031.727539, -2115.264160, 28.654924, 100.000000, 0),\n(3509950, 27, -11034.656250, -2143.816162, 28.769110, 100.000000, 0),\n(3509950, 28, -11041.562500, -2161.791504, 28.995548, 100.000000, 0),\n(3509950, 29, -11061.280273, -2174.644531, 29.115572, 100.000000, 0),\n(3509950, 30, -11088.593750, -2169.211914, 28.761847, 100.000000, 0),\n(3509950, 31, -11106.176758, -2161.293945, 28.308960, 100.000000, 0),\n(3509950, 32, -11117.075195, -2147.075928, 32.778717, 100.000000, 0),\n(3509950, 33, -11124.440430, -2135.316650, 36.616669, 100.000000, 0),\n(3509950, 34, -11135.917969, -2126.860840, 48.428841, 100.000000, 0),\n(3509950, 35, -11141.548828, -2121.066406, 51.875469, 100.000000, 0),\n(3509950, 36, -11140.916016, -2099.372070, 48.374062, 100.000000, 0),\n(3509950, 37, -11134.466797, -2086.522217, 47.233448, 100.000000, 0),\n(3509950, 38, -11130.463867, -2068.091797, 47.179592, 100.000000, 0),\n(3509950, 39, -11128.538086, -2053.663818, 47.193264, 100.000000, 0),\n(3509950, 40, -11131.577148, -2046.566650, 47.174339, 100.000000, 0),\n(3509950, 41, -11145.397461, -2043.054688, 47.148666, 100.000000, 0),\n(3509950, 42, -11159.664063, -2040.355713, 47.148666, 100.000000, 0),\n(3509950, 43, -11178.248047, -2033.787109, 47.196342, 100.000000, 0);\n\n-- Spawn Point 2\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `wander_distance`, `MovementType`, `spawntimesecs`) VALUES\n(350999, 12381, 12382, 0, -11153.000000, -2093.860107, 47.877800, 1.74458, 0, 2, 340);\nINSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (350999, 3509990);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(3509990, 1,  -11153.000000, -2093.863281, 47.877762, 100.000000, 0),\n(3509990, 2,  -11146.947266, -2101.832031, 48.747299, 100.000000, 0),\n(3509990, 3,  -11148.406250, -2121.024658, 53.256046, 100.000000, 0),\n(3509990, 4,  -11147.317383, -2133.326416, 57.343906, 100.000000, 0),\n(3509990, 5,  -11148.680664, -2152.213379, 63.528221, 100.000000, 0),\n(3509990, 6,  -11159.758789, -2169.070313, 72.683647, 100.000000, 0),\n(3509990, 7,  -11174.450195, -2186.270508, 83.909317, 100.000000, 0),\n(3509990, 8,  -11178.644531, -2211.516602, 96.430038, 100.000000, 0),\n(3509990, 9,  -11174.241211, -2237.482666, 108.091705, 100.000000, 0),\n(3509990, 10, -11153.215820, -2260.279785, 119.113106, 100.000000, 0),\n(3509990, 11, -11115.643555, -2262.690186, 121.574341, 100.000000, 0),\n(3509990, 12, -11086.622070, -2260.559570, 121.147354, 100.000000, 0),\n(3509990, 13, -11068.498047, -2255.185303, 121.460068, 100.000000, 0),\n(3509990, 14, -11055.909180, -2259.142334, 121.557167, 100.000000, 0),\n(3509990, 15, -11013.452148, -2264.962158, 121.649475, 100.000000, 0),\n(3509990, 16, -10997.039063, -2272.171875, 121.636749, 100.000000, 0),\n(3509990, 17, -10957.914063, -2269.973389, 121.632813, 100.000000, 0),\n(3509990, 18, -10933.271484, -2255.693115, 122.874252, 100.000000, 0),\n(3509990, 19, -10903.619141, -2221.083740, 121.603630, 100.000000, 0),\n(3509990, 20, -10869.561523, -2203.221680, 122.900581, 100.000000, 0),\n(3509990, 21, -10837.169922, -2174.189453, 121.631378, 100.000000, 0),\n(3509990, 22, -10824.770508, -2143.014404, 122.076828, 100.000000, 0),\n(3509990, 23, -10837.473633, -2107.118408, 121.339615, 100.000000, 0),\n(3509990, 24, -10825.219727, -2133.930664, 121.627174, 100.000000, 0),\n(3509990, 25, -10832.454102, -2165.872070, 121.880089, 100.000000, 0),\n(3509990, 26, -10861.764648, -2197.373291, 122.276245, 100.000000, 0),\n(3509990, 27, -10895.679688, -2215.702148, 121.659348, 100.000000, 0),\n(3509990, 28, -10928.293945, -2250.908936, 122.720688, 100.000000, 0),\n(3509990, 29, -10947.082031, -2265.732178, 121.712120, 100.000000, 0),\n(3509990, 30, -10989.225586, -2273.721924, 121.631538, 100.000000, 0),\n(3509990, 31, -11006.856445, -2267.191895, 121.650032, 100.000000, 0),\n(3509990, 32, -11045.039063, -2263.369629, 121.569557, 100.000000, 0),\n(3509990, 33, -11062.003906, -2255.081543, 121.557167, 100.000000, 0),\n(3509990, 34, -11080.238281, -2258.848389, 120.758827, 100.000000, 0),\n(3509990, 35, -11103.879883, -2262.178223, 121.618210, 100.000000, 0),\n(3509990, 36, -11147.452148, -2262.624756, 120.390656, 100.000000, 0),\n(3509990, 37, -11168.819336, -2246.523193, 112.235657, 100.000000, 0),\n(3509990, 38, -11178.043945, -2222.109375, 101.252762, 100.000000, 0),\n(3509990, 39, -11176.943359, -2192.047119, 86.504150,  100.000000, 0),\n(3509990, 40, -11164.573242, -2174.692871, 76.303452,  100.000000, 0),\n(3509990, 41, -11153.165039, -2161.485352, 68.141823,  100.000000, 0),\n(3509990, 42, -11147.135742, -2145.202393, 61.263638,  100.000000, 0),\n(3509990, 43, -11148.305664, -2128.738281, 55.437210,  100.000000, 0),\n(3509990, 44, -11145.987305, -2110.421875, 50.485939,  100.000000, 0),\n(3509990, 45, -11153.730469, -2089.702393, 47.908920,  100.000000, 0);\n\n-- Spawn Point 3\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `wander_distance`, `MovementType`, `spawntimesecs`) VALUES\n(350998, 12381, 12382, 0, -10993.299805, -1938.250000, 47.139301, 5.50472, 0, 2, 340);\nINSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (350998, 3509980);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(3509980, 1,  -10993.326172, -1938.248291, 47.139290, 100.000000, 0),\n(3509980, 2,  -10997.236328, -1921.790405, 49.942711, 100.000000, 0),\n(3509980, 3,  -11001.631836, -1898.160034, 51.975887, 100.000000, 0),\n(3509980, 4,  -11017.869141, -1880.935547, 49.934593, 100.000000, 0),\n(3509980, 5,  -11044.808594, -1872.973389, 50.704720, 100.000000, 0),\n(3509980, 6,  -11062.667969, -1874.937622, 51.173748, 100.000000, 0),\n(3509980, 7,  -11082.419922, -1879.116211, 55.075043, 100.000000, 0),\n(3509980, 8,  -11090.654297, -1882.918945, 56.919342, 100.000000, 0),\n(3509980, 9,  -11103.005859, -1886.104858, 58.642410, 100.000000, 0),\n(3509980, 10, -11117.255859, -1884.167603, 60.993542, 100.000000, 0),\n(3509980, 11, -11141.385742, -1883.647827, 62.097736, 100.000000, 0),\n(3509980, 12, -11158.945313, -1899.421631, 61.839062, 100.000000, 0),\n(3509980, 13, -11161.835938, -1903.291992, 61.789177, 100.000000, 0),\n(3509980, 14, -11164.556641, -1907.269287, 61.702557, 100.000000, 0),\n(3509980, 15, -11167.998047, -1910.355225, 61.484280, 100.000000, 0),\n(3509980, 16, -11167.076172, -1924.201416, 60.591312, 100.000000, 0),\n(3509980, 17, -11165.928711, -1927.650269, 60.437935, 100.000000, 0),\n(3509980, 18, -11163.107422, -1934.965820, 59.677906, 100.000000, 0),\n(3509980, 19, -11171.914063, -1947.645264, 57.054874, 100.000000, 0),\n(3509980, 20, -11170.190430, -1959.365112, 55.548855, 100.000000, 0),\n(3509980, 21, -11164.512695, -1972.313965, 54.555813, 100.000000, 0),\n(3509980, 22, -11173.027344, -2003.534546, 47.129387, 100.000000, 0),\n(3509980, 23, -11177.958984, -2000.168945, 47.164478, 100.000000, 0),\n(3509980, 24, -11195.679688, -1998.683838, 47.189007, 100.000000, 0),\n(3509980, 25, -11209.906250, -2010.788696, 47.174473, 100.000000, 0),\n(3509980, 26, -11215.151367, -2020.339600, 47.339806, 100.000000, 0),\n(3509980, 27, -11205.338867, -2031.673584, 47.760555, 100.000000, 0),\n(3509980, 28, -11198.610352, -2036.435913, 48.808022, 100.000000, 0),\n(3509980, 29, -11190.386719, -2053.476318, 48.652885, 100.000000, 0),\n(3509980, 30, -11192.715820, -2045.291138, 48.606010, 100.000000, 0),\n(3509980, 31, -11201.099609, -2034.453369, 48.243675, 100.000000, 0),\n(3509980, 32, -11214.741211, -2026.812744, 47.610832, 100.000000, 0),\n(3509980, 33, -11214.735352, -2019.408691, 47.171772, 100.000000, 0),\n(3509980, 34, -11203.528320, -2003.889038, 47.183079, 100.000000, 0),\n(3509980, 35, -11186.319336, -1997.449951, 47.189007, 100.000000, 0),\n(3509980, 36, -11178.154297, -1999.952881, 47.166027, 100.000000, 0),\n(3509980, 37, -11164.815430, -1980.391479, 53.168159, 100.000000, 0),\n(3509980, 38, -11164.739258, -1971.176147, 54.723717, 100.000000, 0),\n(3509980, 39, -11170.857422, -1958.510498, 55.691429, 100.000000, 0),\n(3509980, 40, -11169.515625, -1943.452026, 58.216778, 100.000000, 0),\n(3509980, 41, -11163.039063, -1934.888550, 59.730980, 100.000000, 0),\n(3509980, 42, -11162.125977, -1932.237549, 60.047722, 100.000000, 0),\n(3509980, 43, -11168.614258, -1919.540894, 61.002632, 100.000000, 0),\n(3509980, 44, -11169.067383, -1913.848511, 61.406548, 100.000000, 0),\n(3509980, 45, -11167.306641, -1909.452393, 61.558937, 100.000000, 0),\n(3509980, 46, -11161.759766, -1903.174072, 61.791248, 100.000000, 0),\n(3509980, 47, -11147.884766, -1887.992310, 62.093449, 100.000000, 0),\n(3509980, 48, -11130.327148, -1883.386841, 61.531189, 100.000000, 0),\n(3509980, 49, -11111.153320, -1884.975952, 59.937248, 100.000000, 0),\n(3509980, 50, -11096.974609, -1886.959229, 57.666065, 100.000000, 0),\n(3509980, 51, -11093.141602, -1885.714355, 56.955479, 100.000000, 0),\n(3509980, 52, -11073.344727, -1877.048218, 52.621822, 100.000000, 0),\n(3509980, 53, -11054.389648, -1873.482422, 51.604008, 100.000000, 0),\n(3509980, 54, -11025.761719, -1875.747192, 49.948402, 100.000000, 0),\n(3509980, 55, -11003.097656, -1895.007813, 51.745132, 100.000000, 0),\n(3509980, 56, -10999.300781, -1913.536255, 50.367111, 100.000000, 0),\n(3509980, 57, -10992.474609, -1939.088135, 46.908199, 100.000000, 0);\n\n-- Spawn Point 4\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `wander_distance`, `MovementType`, `spawntimesecs`) VALUES\n(350997, 12381, 12382, 0, -10807.400391, -2072.270020, 121.989998, 5.83641, 0, 2, 340);\nINSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (350997, 3509970);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(3509970, 1,  -10807.356445, -2072.272949, 121.990479, 100.000000, 0),\n(3509970, 2,  -10810.201172, -2056.059326, 121.363579, 100.000000, 0),\n(3509970, 3,  -10809.038086, -2032.296021, 123.501480, 100.000000, 0),\n(3509970, 4,  -10810.132813, -2008.259766, 124.840370, 100.000000, 0),\n(3509970, 5,  -10809.552734, -1994.016479, 122.952431, 100.000000, 0),\n(3509970, 6,  -10800.713867, -1977.221069, 123.116592, 100.000000, 0),\n(3509970, 7,  -10780.786133, -1956.139526, 123.305138, 100.000000, 0),\n(3509970, 8,  -10769.868164, -1946.554077, 122.523872, 100.000000, 0),\n(3509970, 9,  -10751.593750, -1947.421021, 122.041252, 100.000000, 0),\n(3509970, 10, -10738.915039, -1955.417236, 121.268394, 100.000000, 0),\n(3509970, 11, -10729.708008, -1976.356201, 121.700272, 100.000000, 0),\n(3509970, 12, -10732.880859, -1989.944092, 121.704353, 100.000000, 0),\n(3509970, 13, -10730.762695, -2018.113403, 121.658218, 100.000000, 0),\n(3509970, 14, -10709.770508, -2043.832764, 121.655655, 100.000000, 0),\n(3509970, 15, -10693.584961, -2054.807373, 121.484818, 100.000000, 0),\n(3509970, 16, -10661.646484, -2076.753906, 114.866005, 100.000000, 0),\n(3509970, 17, -10684.600586, -2060.350342, 120.881157, 100.000000, 0),\n(3509970, 18, -10701.359375, -2050.680420, 121.655655, 100.000000, 0),\n(3509970, 19, -10725.303711, -2027.015015, 121.655655, 100.000000, 0),\n(3509970, 20, -10734.371094, -2000.180664, 121.670219, 100.000000, 0),\n(3509970, 21, -10731.486328, -1986.522217, 121.722656, 100.000000, 0),\n(3509970, 22, -10732.761719, -1963.208984, 121.477737, 100.000000, 0),\n(3509970, 23, -10746.231445, -1950.078613, 121.770355, 100.000000, 0),\n(3509970, 24, -10764.521484, -1944.872070, 122.554886, 100.000000, 0),\n(3509970, 25, -10772.445313, -1948.710693, 122.756569, 100.000000, 0),\n(3509970, 26, -10793.537109, -1968.716919, 123.203812, 100.000000, 0),\n(3509970, 27, -10805.425781, -1983.943604, 123.000389, 100.000000, 0),\n(3509970, 28, -10810.036133, -1997.314697, 123.268608, 100.000000, 0),\n(3509970, 29, -10808.612305, -2021.245117, 124.573395, 100.000000, 0),\n(3509970, 30, -10810.830078, -2045.120239, 122.165337, 100.000000, 0),\n(3509970, 31, -10805.780273, -2073.028076, 122.006348, 100.000000, 0);\n\n-- Spawn Point 5\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `wander_distance`, `MovementType`, `spawntimesecs`) VALUES\n(350996, 12381, 12382, 0, -10922.000000, -1968.719971, 114.875999, 0.990982, 0, 2, 340);\nINSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (350996, 3509960);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES\n(3509960, 1,  -10922.007813, -1968.715088, 114.875710, 100.000000, 0),\n(3509960, 2,  -10897.315430, -1945.660889, 114.897758, 100.000000, 0),\n(3509960, 3,  -10881.270508, -1932.804810, 114.728485, 100.000000, 0),\n(3509960, 4,  -10861.129883, -1911.909912, 114.510864, 100.000000, 0),\n(3509960, 5,  -10844.985352, -1876.995483, 114.544075, 100.000000, 0),\n(3509960, 6,  -10820.593750, -1862.350586, 114.732857, 100.000000, 0),\n(3509960, 7,  -10792.623047, -1854.366089, 114.680695, 100.000000, 0),\n(3509960, 8,  -10771.559570, -1842.981445, 114.583244, 100.000000, 0),\n(3509960, 9,  -10738.925781, -1835.391357, 114.693001, 100.000000, 0),\n(3509960, 10, -10706.333984, -1842.573242, 114.667221, 100.000000, 0),\n(3509960, 11, -10691.691406, -1860.391968, 114.458832, 100.000000, 0),\n(3509960, 12, -10684.948242, -1893.307251, 114.251503, 100.000000, 0),\n(3509960, 13, -10670.469727, -1912.260132, 114.972107, 100.000000, 0),\n(3509960, 14, -10647.007813, -1917.857544, 116.192497, 100.000000, 0),\n(3509960, 15, -10607.423828, -1901.490601, 116.833755, 100.000000, 0),\n(3509960, 16, -10573.966797, -1873.725464, 114.972717, 100.000000, 0),\n(3509960, 17, -10569.970703, -1827.927124, 106.283699, 100.000000, 0),\n(3509960, 18, -10559.235352, -1792.224731, 96.794128,  100.000000, 0),\n(3509960, 19, -10545.982422, -1756.659912, 89.326103,  100.000000, 0),\n(3509960, 20, -10512.415039, -1746.711548, 89.405396,  100.000000, 0),\n(3509960, 21, -10541.197266, -1750.571167, 88.537025,  100.000000, 0),\n(3509960, 22, -10556.307617, -1784.085449, 95.177643,  100.000000, 0),\n(3509960, 23, -10568.560547, -1819.702148, 104.173180, 100.000000, 0),\n(3509960, 24, -10569.705078, -1867.064575, 113.782333, 100.000000, 0),\n(3509960, 25, -10600.123047, -1896.690063, 116.594055, 100.000000, 0),\n(3509960, 26, -10638.731445, -1916.830444, 117.127129, 100.000000, 0),\n(3509960, 27, -10662.419922, -1915.870239, 115.705139, 100.000000, 0),\n(3509960, 28, -10680.138672, -1901.061646, 114.379707, 100.000000, 0),\n(3509960, 29, -10688.144531, -1869.061157, 114.316925, 100.000000, 0),\n(3509960, 30, -10699.178711, -1847.787476, 114.620110, 100.000000, 0),\n(3509960, 31, -10729.632813, -1835.388184, 114.667221, 100.000000, 0),\n(3509960, 32, -10762.931641, -1839.292480, 114.564522, 100.000000, 0),\n(3509960, 33, -10783.721680, -1851.107666, 114.671288, 100.000000, 0),\n(3509960, 34, -10811.525391, -1859.123047, 114.747757, 100.000000, 0),\n(3509960, 35, -10838.271484, -1870.480347, 114.556625, 100.000000, 0),\n(3509960, 36, -10856.084961, -1903.386597, 114.465912, 100.000000, 0),\n(3509960, 37, -10873.750977, -1926.188477, 114.727440, 100.000000, 0),\n(3509960, 38, -10892.399414, -1941.523804, 114.878387, 100.000000, 0),\n(3509960, 39, -10920.625977, -1966.605103, 114.848999, 100.000000, 0);\n\n-- Remove loot from Mana Sprite and Ley Sprite.\nUPDATE `creature_template` SET `AIName`='SmartAI', `mingold`=0, `maxgold`=0 WHERE `entry` IN (12382, 12381);\nDELETE FROM `smart_scripts` WHERE `entryorguid` IN (12381, 12382);\nINSERT 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`, `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\n(12381, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 11, 20789, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Cast Spell on Death'),\n(12382, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 11, 20789, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Cast Spell on Death');\n"
  },
  {
    "path": "data/sql/world/base/zone_desolace.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(4632, 4634, 4635, 4636, 4637, 4654, 4655, 4656, 4657, 4663, 4664, 4665, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, \n4681, 4682, 4692, 4695, 4696, 4705, 4726, 4728, 5402, 5600, 5602, 5760, 5771, 10182, 10204, 13019, 14225);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(4632, 4634, 4635, 4636, 4637, 4654, 4655, 4656, 4657, 4663, 4664, 4665, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, \n4681, 4682, 4692, 4695, 4696, 4705, 4726, 4728, 5402, 5600, 5602, 5760, 5771, 10182, 10204, 13019, 14225, -610204);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(4632, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10100, 10400, 0, 5, 11, 25710, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Kolkar Centaur - Within 0-5 Range - Cast Heroic Strike'),\n(4632, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Kolkar Centaur - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4634, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Kolkar Mauler - On Respawn - Cast Thrash'),\n(4634, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Kolkar Mauler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4635, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Kolkar Windchaser - In Combat - Cast Lightning Bolt'),\n(4635, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 15000, 18000, 0, 0, 11, 6728, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0, 'Kolkar Windchaser - Within 0-30 Range - Cast Enveloping Winds'),\n(4635, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Kolkar Windchaser - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4636, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Kolkar Battle Lord - On Respawn - Cast Battle Stance'),\n(4636, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 30000, 45000, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Kolkar Battle Lord - In Combat - Cast Devotion Aura'),\n(4636, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9800, 10400, 0, 5, 11, 25710, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Kolkar Battle Lord - Within 0-5 Range - Cast Heroic Strike'),\n(4636, 0, 3, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Kolkar Battle Lord - Between 0-20% Health - Call for Help (No Repeat)'),\n(4637, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 20, 11, 11824, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Kolkar Destroyer - Within 0-20 Range - Cast Shock'),\n(4637, 0, 1, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Kolkar Destroyer - Target Between 0-20% Health - Cast Execute (No Repeat)'),\n(4637, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Kolkar Destroyer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4654, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Maraudine Scout - Outside 30 Range - Start Combat Movement'),\n(4654, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Maraudine Scout - Within 5-30 Range - Stop Combat Movement'),\n(4654, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Maraudine Scout - Within 0-5 Range - Start Combat Movement'),\n(4654, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Maraudine Scout - Within 5-30 Range - Cast Shoot'),\n(4654, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Maraudine Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4655, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 5, 11, 8379, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Maraudine Wrangler - Within 0-5 Range - Cast Disarm'),\n(4655, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 18000, 34000, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,   'Maraudine Wrangler - In Combat - Cast Net'),\n(4655, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Maraudine Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4656, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Maraudine Mauler - In Combat - Cast Thrash'),\n(4656, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Maraudine Mauler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4657, 0, 0, 0, 0, 0, 100, 0, 1500, 1500, 4000, 4500, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Maraudine Windchaser - In Combat - Cast Lightning Bolt'),\n(4657, 0, 1, 0, 14, 0, 100, 0, 600, 40, 17000, 21000, 0, 0, 11, 959, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Maraudine Windchaser - Friendly missing 600 Health - Cast Healing Wave'),\n(4657, 0, 2, 0, 0, 0, 100, 0, 7000, 11000, 15000, 18000, 0, 0, 11, 9532, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Maraudine Windchaser - In Combat - Cast Enveloping Winds'),\n(4657, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Maraudine Windchaser - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4663, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20807, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Burning Blade Augur - In Combat - Cast Shadow Bolt'),\n(4663, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 15000, 25000, 0, 0, 11, 6909, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Burning Blade Augur - Within 0-5 Range - Cast Curse of Thorns'),\n(4663, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Burning Blade Augur - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4664, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 5, 11, 8374, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Burning Blade Reaver - Within 0-5 Range - Cast Arcing Smash'),\n(4665, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 19816, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Burning Blade Adept - In Combat - Cast Fireball'),\n(4665, 0, 1, 0, 2, 0, 100, 1, 0, 80, 0, 0, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Burning Blade Adept - Between 0-80% Health - Cast Bloodlust (No Repeat)'),\n(4665, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Burning Blade Adept - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4670, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6920, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Hatefury Rogue - Out of Combat - Cast Hide (No Repeat)'),\n(4670, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Rogue - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4670, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatefury Rogue - On Enrage - Say Line 0'),\n(4671, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Trickster - On Respawn - Cast Poison Proc'),\n(4671, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Trickster - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4671, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatefury Trickster - On Enrage - Say Line 0'),\n(4672, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Felsworn - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4672, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatefury Felsworn - On Enrage - Say Line 0'),\n(4673, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Betrayer - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4673, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatefury Betrayer - On Enrage - Say Line 0'),\n(4674, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 10000, 15000, 0, 0, 11, 8629, 2, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Hatefury Shadowstalker - Within 0-5 Range - Cast Gouge'),\n(4674, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10000, 14000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hatefury Shadowstalker - Within 0-5 Range - Cast Exploit Weakness'),\n(4674, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Shadowstalker - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4674, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatefury Shadowstalker - On Enrage - Say Line 0'),\n(4675, 0, 0, 0, 0, 0, 100, 0, 0, 0, 10000, 10000, 0, 0, 11, 1094, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Hatefury Hellcaller - In Combat - Cast Immolate'),\n(4675, 0, 2, 0, 0, 0, 100, 0, 2000, 2000, 20000, 20000, 0, 0, 11, 5740, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Hatefury Hellcaller - In Combat - Cast Rain of Fire'),\n(4675, 0, 3, 4, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hatefury Hellcaller - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4675, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatefury Hellcaller - On Enrage - Say Line 0'),\n(4676, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 30000, 35000, 0, 0, 11, 2601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Lesser Infernal - In Combat - Cast Fire Shield III'),\n(4677, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Doomwarder - On Aggro - Cast Battle Stance'),\n(4681, 0, 0, 0, 0, 0, 100, 0, 5000, 16000, 15000, 25000, 0, 0, 11, 3429, 288, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Mage Hunter - Within 0-30 Range - Cast Plague Mind'),\n(4682, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 5, 11, 7816, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Nether Sister - Within 0-5 Range - Cast Lash of Pain'),\n--\n(4692, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dread Swoop - Within 0-5 Range - Cast Swoop'),\n(4695, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 12000, 18000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Carrion Horror - Within 0-5 Range - Cast Infected Wound'),\n(4696, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 14000, 17000, 0, 0, 11, 5416, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Scorpashi Snapper - Within 0-5 Range - Cast Venom Sting'),\n(4705, 0, 0, 0, 0, 0, 100, 0, 9000, 15000, 16000, 21000, 0, 0, 11, 11829, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Burning Blade Invoker - In Combat - Cast Flamestrike'),\n(4705, 0, 1, 0, 0, 0, 85, 0, 4000, 14000, 11000, 17000, 0, 0, 11, 9574, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Burning Blade Invoker - Within 0-20 Range - Cast Flame Buffet'),\n(4726, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 30, 11, 15611, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Raging Thunder Lizard - Within 0-30 Range - Cast Lizard Bolt'),\n(4726, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Raging Thunder Lizard - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4726, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Raging Thunder Lizard - On Enrage - Say Line 0'),\n(4728, 0, 0, 0, 0, 0, 100, 0, 8000, 14000, 25000, 35000, 0, 0, 11, 3636, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Gritjaw Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n--\n(5402, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 30000, 30000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Khan Hratha - In Combat - Cast Battle Shout'),\n(5402, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 7000, 11000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Khan Hratha - Within 0-5 Range - Cast Cleave'),\n(5600, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Khan Dez hepah - On Respawn - Cast Battle Stance'),\n(5600, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 5, 11, 25710, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Khan Dez hepah - Within 0-5 Range - Cast Heroic Strike'),\n(5600, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Khan Dez hepah - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5602, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Khan Shaka - On Respawn - Cast Battle Stance'),\n(5602, 0, 1, 0, 0, 0, 100, 0, 3000, 4000, 17000, 23000, 0, 0, 11, 9080, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Khan Shaka - Within 0-5 Range - Cast Hamstring'),\n(5602, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Khan Shaka - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5760, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 13737, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Lord Azrethoc - Within 0-5 Range - Cast Mortal Strike'),\n(5760, 0, 1, 0, 2, 0, 100, 1, 20, 40, 0, 0, 0, 0, 11, 7961, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Lord Azrethoc - Between 20-40% Health - Cast Azrethocs Stomp (No Repeat)'),\n(5771, 0, 0, 0, 0, 0, 100, 1, 4300, 6800, 0, 0, 0, 0, 11, 12741, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Jugkar Grim\\'rod - In Combat - Cast Curse of Weakness (No Repeat)'),\n(5771, 0, 1, 0, 9, 0, 100, 1, 0, 0, 21000, 25000, 0, 30, 11, 20787, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Jugkar Grim\\'rod - In Combat - Cast Immolate'),\n(5771, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Jugkar Grim\\'rod - In Combat - Cast Shadow Bolt'),\n(5771, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Jugkar Grim\\'rod - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(10182, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Rexxar - On Respawn - Cast Thrash'),\n(10182, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21911, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Rexxar - On Respawn - Cast Puncture'),\n(10182, 0, 2, 0, 0, 0, 100, 0, 7000, 9000, 12000, 16000, 0, 0, 11, 18813, 0, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0,  'Rexxar - Within 0-10 Range - Cast Knock Away'),\n(10182, 0, 3, 0, 0, 0, 100, 0, 4850, 18250, 4850, 18250, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Rexxar - Within 0-5 Range - Cast Cleave'),\n(10182, 0, 4, 0, 0, 0, 100, 0, 3000, 5000, 8000, 12000, 0, 0, 11, 17963, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Rexxar - Within 0-5 Range - Cast Sundering Cleave'),\n(10182, 0, 5, 6, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 30485, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Rexxar - Between 0-25% Health - Cast Enrage (No Repeat)'),\n(10182, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Rexxar - On Enrage - Say Line 0'),\n(10182, 0, 7, 0, 74, 0, 100, 1, 0, 0, 0, 0, 20, 0, 11, 8602, 0, 0, 0, 0, 0, 9, 10204, 0, 0, 0, 0, 0, 0, 0,            'Rexxar - On Misha Between 0-20% Health - Cast Vengeance (No Repeat)'),\n(10182, 0, 8, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Rexxar - On Agrro - Waypoint Pause'),\n(10182, 0, 9, 0, 1, 0, 100, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Rexxar - OOC - Waypoint Resume'),\n(-610204, 0, 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,                  'Misha - On Respawn - Set Active'),\n--\n(13019, 0, 0, 0, 0, 0, 100, 0, 9000, 15000, 16000, 21000, 0, 0, 11, 11829, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Burning Blade Seer - In Combat - Cast Flamestrike'),\n(13019, 0, 1, 0, 0, 0, 85, 0, 4000, 14000, 11000, 17000, 0, 0, 11, 9658, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Burning Blade Seer - Within 0-20 Range - Cast Flame Buffet'),\n(13019, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Burning Blade Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(14225, 0, 0, 0, 2, 0, 100, 0, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Prince Kellen - Between 0-30% Health - Cast Enrage');\n\n-- fix worldserver error at serpent shrine to summon Lord Kragaru\nDELETE FROM `smart_scripts` WHERE `source_type` = 1 AND `entryorguid` IN (177673, 177705);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(177673, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 0, 50, 177705, 4, 0, 0, 0, 0, 8, 0, 0, 0, 0, 252.547, 2963.69, 1.64267, 5.58505,    'Serpent Statue - On Gameobject State Changed - Summon Gameobject \\'Naga Beam\\''),\n(177705, 1, 0, 0, 63, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 12369, 7, 60000, 1, 1, 0, 8, 0, 0, 0, 0, 255.13, 2967.05, 1.39319, 0.785541, 'Naga Beam - On Gameobject Just spawned - Summon Creature \\'Lord Kragaru\\'');\n\n-- Khan Dez'Hepah, 3 spawn locations\nDELETE FROM `creature` WHERE `guid` IN (29141, 27042, 27052);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(29141, 5600, 0, 0, 1, 0, 0, 1, 1, 1, -795.566, 934.17, 90.5846, 2.77507,  300, 0, 0, 1342, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27042, 5600, 0, 0, 1, 0, 0, 1, 1, 1, -947.212, 954.353, 96.303, 4.27606,  300, 0, 0, 1342, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- https://www.youtube.com/watch?v=tkMfTwnqFNY\n(27052, 5600, 0, 0, 1, 0, 0, 1, 1, 1, -1010.09, 874.882, 92.6127, 2.05949, 300, 0, 0, 1342, 0, 0, 0, 0, 0, '', 0, 0, NULL); -- https://www.youtube.com/watch?v=_dOku9rqHTo\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601020);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(29141, 601020, 0, 'Khan Dez\\'Hepah'),\n(27042, 601020, 0, 'Khan Dez\\'Hepah'),\n(27052, 601020, 0, 'Khan Dez\\'Hepah');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601020);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601020, 1, 'Khan Dezz\\'Hepah - Desolace');\n\n/* Restore Rexxar in Desolace. */\nUPDATE `creature_template` SET `name` = 'Rexxar', `flags_extra` = 2050 WHERE `entry` = 10182;\nUPDATE `creature_template` SET `unit_flags` = 37440 WHERE `entry` IN (10182, 10204);\n\nUPDATE `creature_template_locale` SET `name` = 'Rexxar', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'deDE';\nUPDATE `creature_template_locale` SET `name` = 'Rexxar', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'esES';\nUPDATE `creature_template_locale` SET `name` = 'Rexxar', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'esMX';\nUPDATE `creature_template_locale` SET `name` = 'Rexxar', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'frFR';\nUPDATE `creature_template_locale` SET `name` = 'Рексар', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'ruRU';\nUPDATE `creature_template_locale` SET `name` = '렉사르', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'koKR';\nUPDATE `creature_template_locale` SET `name` = '雷克萨', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'zhCN';\nUPDATE `creature_template_locale` SET `name` = '雷克薩', `VerifiedBuild` = 11200 WHERE `entry` = 10182 AND `locale` = 'zhTW';\n\nUPDATE `quest_template` SET \n`LogDescription` = 'Seek out Rexxar. The Warchief has instructed you as to his whereabouts. Search the paths of Desolace, between the Stonetalon Mountains and Feralas.',\n`QuestDescription` = 'I have received word from one of my champions that a way into the lair of the dragon may exist. You are to seek him out.$B$B\nRexxar wanders the desert wasteland of Desolace, traveling between Stonetalon and Feralas. He awaits your arrival.', `VerifiedBuild` = 11200\nWHERE `ID` = 6567;\nUPDATE `quest_template_locale` SET\n`Details` = 'L''un de mes champions m''a envoyé un mot pour dire qu''il existait peut-être un chemin dans la tanière du dragon. Vous devez le rejoindre. Rexxar se trouve sur la terre déserte de Désolace, entre les Serres-Rocheuses et Feralas. Il attend votre venue.',\n`Objectives` = 'Chercher Rexxar. Le Chef de guerre vous a dit où il était. Chercher sur les chemins de Désolace, entre les Serres-Rocheuses et Feralas.', `CompletedText` = 'Trouvez Rexxar en Désolace.', `VerifiedBuild` = 11200\nWHERE `ID` = 6567 AND `locale` = 'frFR';\n\nUPDATE `quest_template` SET\n`LogTitle` = 'The Testament of Rexxar', `LogDescription` = 'Deliver Rexxar''s Testament to Myranda the Hag in the Western Plaguelands.',\n`QuestDescription` = 'What do you know of illusions? For you see, it is an illusion that you must create in order to circumvent the Black Flight''s defenses. I know of one that may be willing to assist you in your quest of deception. She has assisted our kind in the past when she has deemed the cause worthy. In the Western Plaguelands you will find Myranda the Hag, master illusionist - an exile of the Lordaeron alliance. Travel there and take with you this message.', `VerifiedBuild` = 11200\nWHERE `ID` = 6568;\nUPDATE `quest_template_locale` SET\n`Details` = 'Que connaissez-vous des illusions? Parce que c''est une illusion que vous devez créer pour circonvenir les défenses du Vol noir. Je connais une personne qui acceptera de vous aider dans votre recherche de l''art de la tromperie. Elle a aidé les nôtres dans le passé, quand elle jugeait que la cause en était digne. Dans les Maleterres de l''ouest, vous trouverez Myranda la Sorcière, un Maître Illusionniste, exilée de l''Alliance de Lordaeron. Allez là-bas et prenez avec vous ce message.',\n`Title` = 'Le testament de Rexxar', `Objectives` = 'Apporter le Testament de Rexxar à Myranda la Mégère, dans les Maleterres de l''ouest.', `VerifiedBuild` = 11200\nWHERE `ID` = 6568 AND `locale` = 'frFR';\nUPDATE `item_template` SET `name` = 'Rexxar''s Testament', `VerifiedBuild` = '11200' WHERE `entry` = '16785';\nUPDATE `item_template_locale` SET `Name` = 'Rexxars Testament', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'deDE';\nUPDATE `item_template_locale` SET `Name` = 'Testamento de Rexxar', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'esES';\nUPDATE `item_template_locale` SET `Name` = 'Testamento de Rexxar', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'esMX';\nUPDATE `item_template_locale` SET `Name` = 'Testament de Rexxar', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'frFR';\nUPDATE `item_template_locale` SET `Name` = '렉사르의 유서', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'koKR';\nUPDATE `item_template_locale` SET `Name` = 'Письмо Рексара', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'ruRU';\nUPDATE `item_template_locale` SET `Name` = '雷克萨的证明', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'zhCN';\nUPDATE `item_template_locale` SET `Name` = '雷克薩的證明', `VerifiedBuild` = '11200' WHERE `ID` = '16785' AND `locale` = 'zhTW';\n\nUPDATE `quest_template` SET \n`LogDescription` = 'It would appear as if the charade is over. \nYou know that the Amulet of Draconic Subversion that Myranda the Hag created for you will not function inside Blackrock Spire. \nPerhaps you should find Rexxar and explain your predicament. Show him the Dull Drakefire Amulet. Hopefully he will know what to do next.', `VerifiedBuild` = 11200\nWHERE `ID` = 6601;\nUPDATE `quest_template_locale` SET\n`Details` = 'Un médaillon a été façonné à partir des crânes de nos ennemis. Vous connaissez ce médaillon, n''est-ce pas ? Vous l''avez sûrement vu porté par vos aînés. Prenez cela. Retournez au Pic et présentez-le au général Drakkisath. Il y placera l''enchantement final pour mettre ce bibelot en phase avec votre esprit. Vous porterez ce médaillon avec honneur, en signe de votre accession à l''un de nos rangs les plus fermés : Gardien de la mère des couvées. Allez !',\n`Objectives` = 'Il semble que la comédie soit finie. Vous savez que l''Amulette de subversion draconique, créée par Myranda la Mégère, ne fonctionnera pas à l''intérieur du pic Blackrock. Peut-être devriez-vous trouver Rexxar et lui exposer votre fâcheuse situation. Montrez-lui l''Amulette drakefeu terne. Avec un peu de chance, il saura quoi faire.', `VerifiedBuild` = 11200\nWHERE `ID` = 6601 AND `locale` = 'frFR';\n\nUPDATE `quest_template` SET \n`LogDescription` = 'Travel to Blackrock Spire and slay General Drakkisath. Gather his blood and return it to Rexxar.',\n`QuestCompletionLog` = 'Return to Rexxar in Desolace.', `VerifiedBuild` = 11200\nWHERE `ID` = 6602;\nUPDATE `quest_template_locale` SET\n`Details` = 'Vous irez rendre visite au général, mais pas en tant que dragon noir. Vous voyez, une cérémonie n''est qu''un autre terme pour permettre de verser du sang au Vol noir. L''amulette inachevée a simplement besoin du sang du général pour s''activer. Un de leurs mécanismes à sûreté intégrée. Retournez au pic Blackrock et détruisez Drakkisath. Rapportez son sang ici et j''activerai la clé du repaire d''Onyxia.',\n`Objectives` = 'Aller au Pic Rochenoire, et tuer le général Drakkisath. Récupérer son sang et l''apporter à Rexxar.', `VerifiedBuild` = 11200\nWHERE `ID` = 6602 AND `locale` = 'frFR';\n\nUPDATE `npc_text` SET `text0_0` = 'Well met, $c. I am Rexxar.' WHERE `ID` = 6533;\nUPDATE `broadcast_text` SET `MaleText` = 'Well met, $c. I am Rexxar.' WHERE `ID` = 9013;\n\nUPDATE `npc_text_locale` SET `text0_0` = 'Seid gegrüßt, $C. Ich bin Rexxar.' WHERE `ID` = 6533 AND `Locale` = 'deDE';\nUPDATE `npc_text_locale` SET `text0_0` = 'Salutations, $C. Je suis Rexxar.' WHERE `ID` = 6533 AND `Locale` = 'frFR';\n\nUPDATE `broadcast_text_locale` SET `MaleText` = 'Seid gegrüßt, $C. Ich bin Rexxar.' WHERE `ID` = 9013 AND `locale` = 'deDE';\nUPDATE `broadcast_text_locale` SET `MaleText` = 'Bien hecho, $c. Soy Rexxar.' WHERE `ID` = 9013 AND `locale` = 'esES';\nUPDATE `broadcast_text_locale` SET `MaleText` = 'Bien hecho, $c. Soy Rexxar.' WHERE `ID` = 9013 AND `locale` = 'esMX';\nUPDATE `broadcast_text_locale` SET `MaleText` = 'Salutations, $c. Je suis Rexxar.' WHERE `ID` = 9013 AND `locale` = 'frFR';\n\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11660 WHERE `CreatureID` = 10182;\n\nDELETE FROM `creature` WHERE `guid` IN (29113, 610204);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, \n`currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(29113, 10182, 0, 0, 1, 0, 0, 1, 1, 1, 248.28, 1834.76, 86.2291, 3.32486, 550, 0, 1, 647400, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(610204, 10204, 0, 0, 1, 0, 0, 1, 1, 0, 247.329, 1830.72, 86.2303, 3.36506, 550, 0, 0, 161850, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` = 29113;\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(29113, 29113, 0, 0, 519, 0, 0),\n(29113, 610204, 4, 90, 519, 0, 0);\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (10182);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(10182, 0, 0, '$s becomes enraged!', 16, 0, 100, 0, 0, 0, 24144, 0, 'Rexxar enrage at 30%');\n\nDELETE FROM `creature_addon` WHERE `guid` = 29113;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(29113, 291130, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 291130;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(291130, 1, 241.215, 1833.28, 86.2291, 3.35878, 0, 0, 0, 100, 0),\n(291130, 2, 224.89, 1826.93, 86.2299, 3.56298, 0, 0, 0, 100, 0),\n(291130, 3, 210.148, 1817.78, 86.2299, 3.56298, 0, 0, 0, 100, 0),\n(291130, 4, 183.043, 1806.97, 86.2299, 3.55119, 0, 0, 0, 100, 0),\n(291130, 5, 137.37, 1790.74, 86.2299, 3.56298, 0, 0, 0, 100, 0),\n(291130, 6, 104.424, 1767.25, 86.2299, 3.7609, 0, 0, 0, 100, 0),\n(291130, 7, 67.7938, 1719.69, 88.2168, 3.99259, 0, 0, 0, 100, 0),\n(291130, 8, 52.2092, 1707.69, 90.1321, 4.19051, 0, 0, 0, 100, 0),\n(291130, 9, 45.3468, 1670.32, 95.462, 4.53844, 0, 0, 0, 100, 0),\n(291130, 10, 40.8037, 1644.46, 99.0891, 4.53844, 0, 0, 0, 100, 0),\n(291130, 11, 29.9817, 1622.95, 100.642, 4.24627, 0, 0, 0, 100, 0),\n(291130, 12, 9.8247, 1594.34, 102.541, 4.09862, 0, 0, 0, 100, 0),\n(291130, 13, -0.014937, 1568.88, 102.326, 4.34366, 0, 0, 0, 100, 0),\n(291130, 14, -19.9628, 1533.74, 101.365, 4.19601, 0, 0, 0, 100, 0),\n(291130, 15, -29.7092, 1516.58, 100.558, 3.80331, 0, 0, 0, 100, 0),\n(291130, 16, -55.61, 1496.4, 99.6822, 3.80331, 0, 0, 0, 100, 0),\n(291130, 17, -79.55, 1485.81, 99.2673, 3.55827, 0, 0, 0, 100, 0),\n(291130, 18, -95.2674, 1467.56, 99.2042, 4.00123, 0, 0, 0, 100, 0),\n(291130, 19, -109.289, 1445.37, 98.4824, 4.14888, 0, 0, 0, 100, 0),\n(291130, 20, -130.801, 1430.39, 98.4183, 3.7499, 0, 0, 0, 100, 0),\n(291130, 21, -158.563, 1424.31, 96.7104, 3.3572, 0, 0, 0, 100, 0),\n(291130, 22, -186.664, 1419.62, 95.8805, 3.30694, 0, 0, 0, 100, 0),\n(291130, 23, -212.556, 1415.3, 95.5048, 3.30694, 0, 0, 0, 100, 0),\n(291130, 24, -232.616, 1409.84, 95.735, 3.40747, 0, 0, 0, 100, 0),\n(291130, 25, -256.863, 1403.24, 95.6368, 3.40747, 0, 0, 0, 100, 0),\n(291130, 26, -292.3, 1401.21, 95.1336, 3.45695, 0, 0, 0, 100, 0),\n(291130, 27, -329.16, 1386.57, 95.8111, 3.45695, 0, 0, 0, 100, 0),\n(291130, 28, -358.41, 1387.16, 96.0732, 2.97, 0, 0, 0, 100, 0),\n(291130, 29, -395.205, 1401.28, 97.8349, 2.77522, 0, 0, 0, 100, 0),\n(291130, 30, -406.446, 1405.59, 97.5606, 2.77522, 0, 0, 0, 100, 0),\n(291130, 31, -458.535, 1418.15, 93.5802, 2.82549, 0, 0, 0, 100, 0),\n(291130, 32, -506.078, 1437.08, 89.7523, 2.67783, 0, 0, 0, 100, 0),\n(291130, 33, -519.162, 1436.7, 89.0663, 3.17106, 0, 0, 0, 100, 0),\n(291130, 34, -520.944, 1410.51, 89.0815, 4.64447, 0, 0, 0, 100, 0),\n(291130, 35, -524.212, 1362.46, 89.1612, 4.64447, 0, 0, 0, 100, 0),\n(291130, 36, -538.219, 1313.7, 89.1342, 4.26434, 0, 0, 0, 100, 0),\n(291130, 37, -550.076, 1289.03, 89.1594, 4.26434, 0, 0, 0, 100, 0),\n(291130, 38, -592.404, 1278.6, 89.1192, 3.23704, 0, 0, 0, 100, 0),\n(291130, 39, -627.44, 1266.19, 89.1691, 3.48208, 0, 0, 0, 100, 0),\n(291130, 40, -672.005, 1245.15, 89.1695, 3.58261, 0, 0, 0, 100, 0),\n(291130, 41, -702.005, 1225.12, 89.9948, 3.73027, 0, 0, 0, 100, 0),\n(291130, 42, -728.282, 1214.3, 92.1814, 3.53235, 0, 0, 0, 100, 0),\n(291130, 43, -752.682, 1199.72, 96.7729, 3.68, 0, 0, 0, 100, 0),\n(291130, 44, -776.074, 1185.75, 98.1982, 3.68, 0, 0, 0, 100, 0),\n(291130, 45, -806.147, 1179.78, 99.5781, 3.33757, 0, 0, 0, 100, 0),\n(291130, 46, -833.726, 1186.64, 99.6656, 2.89774, 0, 0, 0, 100, 0),\n(291130, 47, -864.349, 1188.15, 98.5124, 3.09252, 0, 0, 0, 100, 0),\n(291130, 48, -906.916, 1187.76, 95.0718, 3.20326, 0, 0, 0, 100, 0),\n(291130, 49, -936.33, 1185.95, 91.3467, 3.20326, 0, 0, 0, 100, 0),\n(291130, 50, -959.518, 1184.59, 89.7418, 3.00849, 0, 0, 0, 100, 0),\n(291130, 51, -989.002, 1182.77, 89.7397, 3.20326, 0, 0, 0, 100, 0),\n(291130, 52, -1014.08, 1181.22, 89.7765, 3.20326, 0, 0, 0, 100, 0),\n(291130, 53, -1051.97, 1186.29, 89.7582, 3.00849, 0, 0, 0, 100, 0),\n(291130, 54, -1083.4, 1190.5, 89.7402, 3.00849, 0, 0, 0, 100, 0),\n(291130, 55, -1119.33, 1191.9, 89.7428, 3.00849, 0, 0, 0, 100, 0),\n(291130, 56, -1163.8, 1197.86, 93.5461, 3.00849, 0, 0, 0, 100, 0),\n(291130, 57, -1188.56, 1211.29, 97.3248, 2.84905, 0, 0, 0, 100, 0),\n(291130, 58, -1230.02, 1213.26, 104.96, 3.09409, 0, 0, 0, 100, 0),\n(291130, 59, -1265.03, 1222.28, 108.323, 2.65113, 0, 0, 0, 100, 0),\n(291130, 60, -1291.32, 1233.08, 109.192, 2.75166, 0, 0, 0, 100, 0),\n(291130, 61, -1326.27, 1234.63, 110.405, 3.09724, 0, 0, 0, 100, 0),\n(291130, 62, -1371.42, 1221.6, 111.432, 3.43967, 0, 0, 0, 100, 0),\n(291130, 63, -1399.66, 1212.93, 111.743, 3.43967, 0, 0, 0, 100, 0),\n(291130, 64, -1426.19, 1200.25, 111.836, 3.58733, 0, 0, 0, 100, 0),\n(291130, 65, -1459.57, 1187.99, 110.993, 3.09488, 0, 0, 0, 100, 0),\n(291130, 66, -1484.67, 1189.16, 107.674, 3.09488, 0, 0, 0, 100, 0),\n(291130, 67, -1505.57, 1200.81, 100.414, 2.5396, 0, 0, 0, 100, 0),\n(291130, 68, -1515.09, 1219.29, 92.4568, 2.04637, 0, 0, 0, 100, 0),\n(291130, 69, -1520.77, 1243.84, 83.2385, 1.79819, 0, 0, 0, 100, 0),\n(291130, 70, -1514.13, 1274.62, 71.6966, 1.3081, 0, 0, 0, 100, 0),\n(291130, 71, -1509.82, 1317.63, 61.7577, 1.60969, 0, 0, 0, 100, 0),\n(291130, 72, -1495.44, 1358.66, 58.9251, 1.32459, 0, 0, 0, 100, 0),\n(291130, 73, -1486.98, 1382.32, 58.9256, 1.2272, 0, 0, 0, 100, 0),\n(291130, 74, -1483.96, 1402.89, 58.9343, 1.42512, 0, 0, 0, 100, 0),\n(291130, 75, -1484.01, 1428.08, 58.9657, 1.57278, 0, 0, 0, 100, 0),\n(291130, 76, -1486.5, 1453.09, 58.925, 1.67017, 0, 0, 0, 100, 0),\n(291130, 77, -1479, 1483.35, 58.925, 1.08269, 0, 0, 0, 100, 0),\n(291130, 78, -1457.95, 1522.98, 58.9256, 1.08269, 0, 0, 0, 100, 0),\n(291130, 79, -1441.04, 1564.38, 58.9256, 1.22013, 0, 0, 0, 100, 0),\n(291130, 80, -1446.26, 1602.8, 58.9256, 1.76363, 0, 0, 0, 100, 0),\n(291130, 81, -1457.84, 1631.19, 58.9256, 1.95841, 0, 0, 0, 100, 0),\n(291130, 82, -1487.28, 1653.76, 58.9256, 2.4485, 0, 0, 0, 100, 0),\n(291130, 83, -1524.68, 1676.46, 58.9256, 2.59615, 0, 0, 0, 100, 0),\n(291130, 84, -1541.49, 1695.24, 58.9256, 2.30084, 0, 0, 0, 100, 0),\n(291130, 85, -1564.08, 1720.48, 58.9256, 2.30084, 0, 0, 0, 100, 0),\n(291130, 86, -1588.47, 1740.74, 58.9256, 2.4485, 0, 0, 0, 100, 0),\n(291130, 87, -1626.71, 1780.94, 58.9253, 2.22702, 0, 0, 0, 100, 0),\n(291130, 88, -1645.96, 1811.5, 58.9253, 2.13277, 0, 0, 0, 100, 0),\n(291130, 89, -1666.62, 1835.56, 58.9253, 2.28042, 0, 0, 0, 100, 0),\n(291130, 90, -1679.27, 1861.01, 58.9271, 2.03224, 0, 0, 0, 100, 0),\n(291130, 91, -1684.61, 1892.26, 60.0011, 1.74007, 0, 0, 0, 100, 0),\n(291130, 92, -1707.1, 1911.1, 60.8523, 2.62286, 0, 0, 0, 100, 0),\n(291130, 93, -1750.86, 1921.04, 59.0036, 2.91817, 0, 0, 0, 100, 0),\n(291130, 94, -1785.63, 1933.4, 60.1213, 2.65898, 0, 0, 0, 100, 0),\n(291130, 95, -1802.62, 1951.91, 60.7252, 2.31341, 0, 0, 0, 100, 0),\n(291130, 96, -1813.63, 1992.26, 59.128, 1.6254, 0, 0, 0, 100, 0),\n(291130, 97, -1821.44, 2034.65, 60.7539, 1.42669, 0, 0, 0, 100, 0),\n(291130, 98, -1809.89, 2069.86, 63.0876, 1.29396, 0, 0, 0, 100, 0),\n(291130, 99, -1806.58, 2088.11, 63.1139, 1.39135, 0, 0, 0, 100, 0),\n(291130, 100, -1802.08, 2112.91, 63.6797, 1.39135, 0, 0, 0, 100, 0),\n(291130, 101, -1800.14, 2138.91, 63.06, 1.43848, 0, 0, 0, 100, 0),\n(291130, 102, -1795.57, 2168.05, 60.2047, 1.38821, 0, 0, 0, 100, 0),\n(291130, 103, -1797.6, 2197.51, 59.8227, 1.93877, 0, 0, 0, 100, 0),\n(291130, 104, -1823.98, 2228.18, 59.823, 2.28121, 0, 0, 0, 100, 0),\n(291130, 105, -1841.75, 2261.38, 59.8216, 1.99846, 0, 0, 0, 100, 0),\n(291130, 106, -1847.32, 2291.53, 59.8216, 1.75342, 0, 0, 0, 100, 0),\n(291130, 107, -1876.09, 2333.54, 59.8216, 1.95291, 0, 0, 0, 100, 0),\n(291130, 108, -1885.85, 2357.83, 59.954, 1.95291, 0, 0, 0, 100, 0),\n(291130, 109, -1894.41, 2379.14, 59.945, 1.95291, 0, 0, 0, 100, 0),\n(291130, 110, -1903.78, 2402.45, 59.822, 1.2649, 0, 0, 0, 100, 0),\n(291130, 111, -1899.15, 2435.96, 59.822, 2.42965, 0, 0, 0, 100, 0),\n(291130, 112, -1938.9, 2448.24, 59.8217, 3.06739, 0, 0, 0, 100, 0),\n(291130, 113, -1973.81, 2450.83, 59.8468, 3.06739, 0, 0, 0, 100, 0),\n(291130, 114, -2000.17, 2443.49, 59.8408, 3.41297, 0, 0, 0, 100, 0),\n(291130, 115, -2027.08, 2424.89, 59.8216, 3.84179, 0, 0, 0, 100, 0),\n(291130, 116, -2047.95, 2407.3, 59.8216, 3.84179, 0, 0, 0, 100, 0),\n(291130, 117, -2069.69, 2388.99, 59.8216, 3.84179, 0, 0, 0, 100, 0),\n(291130, 118, -2097.25, 2365.76, 59.8276, 3.84179, 0, 0, 0, 100, 0),\n(291130, 119, -2113.15, 2352.36, 60.214, 2.81135, 0, 0, 0, 100, 0),\n(291130, 120, -2145.2, 2363.35, 58.5854, 2.81135, 0, 0, 0, 100, 0),\n(291130, 121, -2170.39, 2373.7, 57.0907, 2.47913, 0, 0, 0, 100, 0),\n(291130, 122, -2191.92, 2390.49, 55.4938, 2.47913, 0, 0, 0, 100, 0),\n(291130, 123, -2224.06, 2407.6, 53.5184, 2.48227, 0, 0, 0, 100, 0),\n(291130, 124, -2236, 2406.05, 54.7644, 3.58576, 0, 0, 0, 100, 0),\n(291130, 125, -2266.54, 2394.6, 67.0648, 3.38784, 0, 0, 0, 100, 0),\n(291130, 126, -2288.9, 2390.14, 76.956, 3.53549, 0, 0, 0, 100, 0),\n(291130, 127, -2307.13, 2382.56, 85.4372, 3.53549, 0, 0, 0, 100, 0),\n(291130, 128, -2325.94, 2377.32, 91.9665, 3.29045, 0, 0, 0, 100, 0),\n(291130, 129, -2346.5, 2374.24, 99.8199, 3.29045, 0, 0, 0, 100, 0),\n(291130, 130, -2355.61, 2370.45, 103.195, 3.53549, 0, 0, 0, 100, 0),\n(291130, 131, -2373.45, 2365.63, 107.153, 3.29045, 0, 0, 0, 100, 0),\n(291130, 132, -2390.76, 2363.03, 109.042, 3.29045, 0, 0, 0, 100, 0),\n(291130, 133, -2412.95, 2357.31, 108.904, 3.48837, 0, 0, 0, 100, 0),\n(291130, 134, -2427.94, 2348.29, 111.944, 3.68315, 0, 0, 0, 100, 0),\n(291130, 135, -2438.29, 2335.59, 114.24, 4.02872, 0, 0, 0, 100, 0),\n(291130, 136, -2456.26, 2325.46, 116.851, 3.53863, 0, 0, 0, 100, 0),\n(291130, 137, -2475.37, 2317.45, 116.717, 3.53863, 0, 0, 0, 100, 0),\n(291130, 138, -2491, 2291.15, 115.638, 4.17637, 0, 0, 0, 100, 0),\n(291130, 139, -2500.26, 2283.46, 114.307, 3.83394, 0, 0, 0, 100, 0),\n(291130, 140, -2515.55, 2273.01, 109.951, 3.44124, 0, 0, 0, 100, 0),\n(291130, 141, -2531.2, 2268.18, 106.8, 3.44124, 0, 0, 0, 100, 0),\n(291130, 142, -2548.52, 2258.84, 102.669, 3.63602, 0, 0, 0, 100, 0),\n(291130, 143, -2563.3, 2255.08, 98.2992, 3.39098, 0, 0, 0, 100, 0),\n(291130, 144, -2585.01, 2255.92, 91.5307, 3.18285, 0, 0, 0, 100, 0),\n(291130, 145, -2618.49, 2268.37, 85.3292, 2.64249, 0, 0, 0, 100, 0),\n(291130, 146, -2654.47, 2292.88, 80.3972, 2.53018, 0, 0, 0, 100, 0),\n(291130, 147, -2670.52, 2304.13, 77.7898, 2.53018, 0, 0, 0, 100, 0),\n(291130, 148, -2686.62, 2315.42, 74.7136, 2.53018, 0, 0, 0, 100, 0),\n(291130, 149, -2705.32, 2321.54, 69.9211, 2.82549, 0, 0, 0, 100, 0),\n(291130, 150, -2733.73, 2320.79, 62.7231, 3.16792, 0, 0, 0, 100, 0),\n(291130, 151, -2754.51, 2320.24, 59.626, 3.16792, 0, 0, 0, 100, 0),\n(291130, 152, -2777.53, 2319.64, 54.6887, 3.56062, 0, 0, 0, 100, 0),\n(291130, 153, -2799.37, 2307.32, 52.4355, 3.75854, 0, 0, 0, 100, 0),\n(291130, 154, -2823.53, 2290.19, 50.5407, 3.75854, 0, 0, 0, 100, 0),\n(291130, 155, -2849.64, 2265.96, 48.4764, 3.75854, 0, 0, 0, 100, 0),\n(291130, 156, -2882.87, 2254.05, 46.8388, 3.10431, 0, 0, 0, 100, 0),\n(291130, 157, -2908.97, 2251.24, 46.3352, 3.24882, 0, 0, 0, 100, 0),\n(291130, 158, -2931.2, 2254.27, 46.0007, 3.24882, 0, 0, 0, 100, 0),\n(291130, 159, -2955.17, 2246.72, 44.4996, 3.44674, 0, 0, 0, 100, 0),\n(291130, 160, -2981.28, 2238.5, 43.4726, 3.44674, 0, 0, 0, 100, 0),\n(291130, 161, -3004.09, 2231.02, 44.5395, 3.45852, 0, 0, 0, 100, 0),\n(291130, 162, -3026.97, 2223.51, 44.9073, 3.45852, 0, 0, 0, 100, 0),\n(291130, 163, -3050.48, 2218.51, 43.1071, 3.31087, 0, 0, 0, 100, 0),\n(291130, 164, -3077.45, 2213.9, 42.4607, 3.31087, 0, 0, 0, 100, 0),\n(291130, 165, -3099.29, 2214.53, 41.1869, 3.11295, 0, 0, 0, 100, 0),\n(291130, 166, -3137.49, 2215.62, 38.1633, 3.11295, 0, 0, 0, 100, 0),\n(291130, 167, -3186.55, 2221.44, 34.935, 3.11295, 0, 0, 0, 100, 0),\n(291130, 168, -3220.28, 2219.51, 33.6113, 3.33443, 0, 0, 0, 100, 0),\n(291130, 169, -3238.87, 2220.48, 33.0825, 3.08939, 0, 0, 0, 100, 0),\n(291130, 170, -3212.2, 2214.79, 33.9083, 0.020835, 0, 0, 0, 100, 0),\n(291130, 171, -3178.34, 2217.2, 35.5771, 0.071101, 0, 0, 0, 100, 0),\n(291130, 172, -3147.76, 2215.49, 37.2103, 0.007484, 0, 0, 0, 100, 0),\n(291130, 173, -3094.57, 2211.44, 41.5447, 6.09589, 0, 0, 0, 100, 0),\n(291130, 174, -3072.76, 2212.7, 42.5507, 0.057749, 0, 0, 0, 100, 0),\n(291130, 175, -3031.68, 2219.13, 44.5808, 0.155139, 0, 0, 0, 100, 0),\n(291130, 176, -2999.79, 2230.3, 44.5452, 0.40411, 0, 0, 0, 100, 0),\n(291130, 177, -2957.65, 2245.46, 44.3247, 0.331068, 0, 0, 0, 100, 0),\n(291130, 178, -2928.95, 2251.76, 46.0484, 0.109586, 0, 0, 0, 100, 0),\n(291130, 179, -2895.26, 2252.72, 46.43, 0.05932, 0, 0, 0, 100, 0),\n(291130, 180, -2873.43, 2254.02, 47.2277, 0.05932, 0, 0, 0, 100, 0),\n(291130, 181, -2856.74, 2259.26, 47.7947, 0.304364, 0, 0, 0, 100, 0),\n(291130, 182, -2826.07, 2283.75, 50.0736, 0.55098, 0, 0, 0, 100, 0),\n(291130, 183, -2782.4, 2312.59, 53.9009, 0.514851, 0, 0, 0, 100, 0),\n(291130, 184, -2752.83, 2319.22, 60.1355, 6.17443, 0, 0, 0, 100, 0),\n(291130, 185, -2714.62, 2320.71, 67.424, 0.0389, 0, 0, 0, 100, 0),\n(291130, 186, -2690.31, 2314.33, 73.8863, 6.02677, 0, 0, 0, 100, 0),\n(291130, 187, -2666.01, 2297.64, 78.5276, 5.6812, 0, 0, 0, 100, 0),\n(291130, 188, -2610.16, 2259.26, 86.3857, 5.6812, 0, 0, 0, 100, 0),\n(291130, 189, -2583, 2251.85, 92.0153, 6.22155, 0, 0, 0, 100, 0),\n(291130, 190, -2557.87, 2250.3, 100.379, 6.22155, 0, 0, 0, 100, 0),\n(291130, 191, -2526.98, 2266.52, 107.674, 0.428457, 0, 0, 0, 100, 0),\n(291130, 192, -2500.14, 2278.77, 113.244, 0.428457, 0, 0, 0, 100, 0),\n(291130, 193, -2487.43, 2293.79, 115.858, 0.868281, 0, 0, 0, 100, 0),\n(291130, 194, -2477.87, 2310.97, 116.316, 1.06306, 0, 0, 0, 100, 0),\n(291130, 195, -2457.47, 2320.02, 117.076, 6.2781, 0, 0, 0, 100, 0),\n(291130, 196, -2434.17, 2334.31, 114.228, 0.53213, 0, 0, 0, 100, 0),\n(291130, 197, -2425.52, 2346.97, 111.974, 0.971953, 0, 0, 0, 100, 0),\n(291130, 198, -2395.77, 2359.29, 109.47, 0.186555, 0, 0, 0, 100, 0),\n(291130, 199, -2371.07, 2363.95, 106.883, 0.186555, 0, 0, 0, 100, 0),\n(291130, 200, -2352.76, 2369.83, 102.753, 0.551765, 0, 0, 0, 100, 0),\n(291130, 201, -2330.04, 2375.79, 93.3855, 0.259597, 0, 0, 0, 100, 0),\n(291130, 202, -2308.34, 2378.23, 86.221, 0.111942, 0, 0, 0, 100, 0),\n(291130, 203, -2292.51, 2382.44, 80.1208, 0.554907, 0, 0, 0, 100, 0),\n(291130, 204, -2273.19, 2392.19, 69.9741, 0.259597, 0, 0, 0, 100, 0),\n(291130, 205, -2250.37, 2394.75, 60.8083, 0.111942, 0, 0, 0, 100, 0),\n(291130, 206, -2225.03, 2399.97, 54.8507, 6.04248, 0, 0, 0, 100, 0),\n(291130, 207, -2197.54, 2389.73, 55.4388, 5.8477, 0, 0, 0, 100, 0),\n(291130, 208, -2173.78, 2374.62, 56.8175, 5.85085, 0, 0, 0, 100, 0),\n(291130, 209, -2141, 2359.5, 58.8745, 5.85085, 0, 0, 0, 100, 0),\n(291130, 210, -2116.83, 2349.58, 60.2428, 5.9985, 0, 0, 0, 100, 0),\n(291130, 211, -2105.93, 2350.21, 59.8216, 0.05775, 0, 0, 0, 100, 0),\n(291130, 212, -2094.89, 2353.06, 59.8216, 0.792883, 0, 0, 0, 100, 0),\n(291130, 213, -2075.44, 2376.58, 59.9378, 0.855715, 0, 0, 0, 100, 0),\n(291130, 214, -2068.97, 2384.03, 59.8607, 0.855715, 0, 0, 0, 100, 0),\n(291130, 215, -2044.03, 2405.38, 59.8215, 0.70806, 0, 0, 0, 100, 0),\n(291130, 216, -2020.83, 2425.24, 59.8223, 0.70806, 0, 0, 0, 100, 0),\n(291130, 217, -2002.59, 2440.86, 59.8284, 0.70806, 0, 0, 0, 100, 0),\n(291130, 218, -1980.81, 2442.4, 59.8216, 0.070316, 0, 0, 0, 100, 0),\n(291130, 219, -1956.79, 2444.09, 59.8609, 0.120582, 0, 0, 0, 100, 0),\n(291130, 220, -1928.83, 2443.59, 59.9086, 5.91604, 0, 0, 0, 100, 0),\n(291130, 221, -1909.42, 2436.13, 59.8217, 5.91604, 0, 0, 0, 100, 0),\n(291130, 222, -1898.25, 2427.46, 59.8217, 5.62387, 0, 0, 0, 100, 0),\n(291130, 223, -1904.94, 2403.24, 59.8217, 4.44263, 0, 0, 0, 100, 0),\n(291130, 224, -1897.67, 2380.67, 60.0021, 5.13064, 0, 0, 0, 100, 0),\n(291130, 225, -1890.18, 2354.46, 59.8845, 5.13064, 0, 0, 0, 100, 0),\n(291130, 226, -1875.18, 2327.98, 59.8217, 5.37882, 0, 0, 0, 100, 0),\n(291130, 227, -1852.43, 2294.69, 59.8216, 5.19504, 0, 0, 0, 100, 0),\n(291130, 228, -1849.14, 2270.83, 59.8223, 4.84946, 0, 0, 0, 100, 0),\n(291130, 229, -1845.26, 2242.68, 59.8223, 4.84946, 0, 0, 0, 100, 0),\n(291130, 230, -1824.21, 2213.9, 59.8223, 5.48721, 0, 0, 0, 100, 0),\n(291130, 231, -1809.71, 2199.09, 59.8223, 5.24216, 0, 0, 0, 100, 0),\n(291130, 232, -1802.79, 2181.88, 59.8223, 5.09451, 0, 0, 0, 100, 0),\n(291130, 233, -1801.88, 2164.41, 60.2086, 4.76465, 0, 0, 0, 100, 0),\n(291130, 234, -1803.47, 2134.03, 63.4147, 4.86204, 0, 0, 0, 100, 0),\n(291130, 235, -1806.8, 2111.31, 64.572, 4.56673, 0, 0, 0, 100, 0),\n(291130, 236, -1813.5, 2077.13, 63.472, 4.46934, 0, 0, 0, 100, 0),\n(291130, 237, -1823.24, 2037.86, 60.8311, 4.46934, 0, 0, 0, 100, 0),\n(291130, 238, -1815.3, 1990.49, 59.0999, 4.81099, 0, 0, 0, 100, 0),\n(291130, 239, -1804.4, 1955.07, 60.5061, 5.03011, 0, 0, 0, 100, 0),\n(291130, 240, -1753.4, 1919.57, 58.9915, 5.7786, 0, 0, 0, 100, 0),\n(291130, 241, -1722.38, 1912.98, 59.7615, 6.07391, 0, 0, 0, 100, 0),\n(291130, 242, -1696.97, 1896.76, 60.7406, 5.36312, 0, 0, 0, 100, 0),\n(291130, 243, -1683.61, 1856.53, 58.9281, 4.97042, 0, 0, 0, 100, 0),\n(291130, 244, -1652.94, 1808.51, 58.9271, 5.38668, 0, 0, 0, 100, 0),\n(291130, 245, -1636.14, 1788.34, 58.9252, 5.40709, 0, 0, 0, 100, 0),\n(291130, 246, -1628.86, 1777.78, 58.9252, 5.43065, 0, 0, 0, 100, 0),\n(291130, 247, -1600.54, 1743.14, 58.9262, 5.67569, 0, 0, 0, 100, 0),\n(291130, 248, -1571.92, 1719.5, 58.9262, 5.90425, 0, 0, 0, 100, 0),\n(291130, 249, -1554.42, 1719.74, 58.9262, 0.01376, 0, 0, 0, 100, 0),\n(291130, 250, -1546.31, 1725.34, 60.0114, 0.60438, 0, 0, 0, 100, 0),\n(291130, 251, -1531.57, 1739.99, 61.0739, 0.748108, 0, 0, 0, 100, 0),\n(291130, 252, -1497.16, 1766.79, 61.8516, 0.106435, 0, 0, 0, 100, 0),\n(291130, 253, -1476.54, 1768.78, 59.0567, 0.217176, 0, 0, 0, 100, 0),\n(291130, 254, -1464.1, 1771.52, 50.389, 0.217176, 0, 0, 0, 100, 0),\n(291130, 255, -1440.7, 1787.26, 50.1445, 0.660141, 0, 0, 0, 100, 0),\n(291130, 256, -1433.72, 1792.53, 50.1445, 0.642864, 0, 0, 0, 100, 0),\n(291130, 257, -1426.17, 1793.42, 50.1445, 5.85241, 0, 0, 0, 100, 0),\n(291130, 258, -1413.26, 1787.49, 50.1445, 0.452012, 0, 0, 0, 100, 0),\n(291130, 259, -1400.1, 1798.97, 50.2476, 0.64365, 0, 0, 0, 100, 0),\n(291130, 260, -1372.47, 1808.5, 51.2239, 0.741039, 0, 0, 0, 100, 0),\n(291130, 261, -1354.66, 1824.8, 51.0754, 0.741039, 0, 0, 0, 100, 0),\n(291130, 262, -1333.43, 1832.98, 50.618, 0.239169, 0, 0, 0, 100, 0),\n(291130, 263, -1320.86, 1839.59, 51.423, 0.484214, 0, 0, 0, 100, 0),\n(291130, 264, -1310.85, 1840.35, 51.2472, 0.038108, 0, 0, 0, 100, 0),\n(291130, 265, -1305.87, 1842.07, 53.3807, 0.333417, 0, 0, 0, 100, 0),\n(291130, 266, -1295.87, 1840.93, 51.8952, 5.97886, 0, 0, 0, 100, 0),\n(291130, 267, -1280.29, 1857.28, 50.7669, 1.21621, 0, 0, 0, 100, 0),\n(291130, 268, -1275.97, 1880.95, 50.2167, 1.36386, 0, 0, 0, 100, 0),\n(291130, 269, -1281.13, 1905.52, 50.5572, 1.75656, 0, 0, 0, 100, 0),\n(291130, 270, -1282.41, 1928.02, 50.7274, 0.678993, 0, 0, 0, 100, 0),\n(291130, 271, -1251.32, 1943.86, 50.1443, 0.924037, 0, 0, 0, 100, 0),\n(291130, 272, -1243.25, 1963.02, 50.1443, 0.927179, 0, 0, 0, 100, 0),\n(291130, 273, -1230.37, 1961.37, 50.2206, 6.03227, 0, 0, 0, 100, 0),\n(291130, 274, -1219.23, 1971.97, 51.8311, 0.833713, 0, 0, 0, 100, 0),\n(291130, 275, -1213.16, 1984.81, 51.5216, 1.12902, 0, 0, 0, 100, 0),\n(291130, 276, -1207.08, 1997.66, 54.2484, 1.12902, 0, 0, 0, 100, 0),\n(291130, 277, -1200.06, 1997.7, 57.8231, 0.686058, 0, 0, 0, 100, 0),\n(291130, 278, -1192, 2006.59, 60.1776, 0.833713, 0, 0, 0, 100, 0),\n(291130, 279, -1181.74, 2017.88, 60.5827, 0.243093, 0, 0, 0, 100, 0),\n(291130, 280, -1159.81, 2027.44, 58.4938, 0.243093, 0, 0, 0, 100, 0),\n(291130, 281, -1116.18, 2025.35, 58.4938, 6.23725, 0, 0, 0, 100, 0),\n(291130, 282, -1080.17, 2023.7, 58.4938, 6.23725, 0, 0, 0, 100, 0),\n(291130, 283, -1049.72, 2020.76, 58.4938, 6.18699, 0, 0, 0, 100, 0),\n(291130, 284, -990.964, 2000.45, 58.4938, 5.98907, 0, 0, 0, 100, 0),\n(291130, 285, -952.881, 1996.77, 59.0865, 6.20976, 0, 0, 0, 100, 0),\n(291130, 286, -919.014, 1997.68, 64.7799, 0.027109, 0, 0, 0, 100, 0),\n(291130, 287, -892.02, 1993.17, 70.0182, 6.11552, 0, 0, 0, 100, 0),\n(291130, 288, -857.265, 1979.99, 77.8831, 5.92074, 0, 0, 0, 100, 0),\n(291130, 289, -821.236, 1964.21, 85.4698, 5.87047, 0, 0, 0, 100, 0),\n(291130, 290, -798.87, 1948.56, 88.4627, 5.67255, 0, 0, 0, 100, 0),\n(291130, 291, -781.894, 1936.68, 88.451, 5.67255, 0, 0, 0, 100, 0),\n(291130, 292, -750.131, 1906.59, 88.4412, 5.5249, 0, 0, 0, 100, 0),\n(291130, 293, -729.393, 1888.84, 88.4412, 5.57516, 0, 0, 0, 100, 0),\n(291130, 294, -708.545, 1871.11, 88.4414, 5.5783, 0, 0, 0, 100, 0),\n(291130, 295, -687.751, 1853.42, 88.4414, 5.5783, 0, 0, 0, 100, 0),\n(291130, 296, -670.584, 1829.41, 88.4414, 5.33326, 0, 0, 0, 100, 0),\n(291130, 297, -665.881, 1809.16, 88.4864, 4.94056, 0, 0, 0, 100, 0),\n(291130, 298, -665.285, 1768.89, 88.4413, 4.84317, 0, 0, 0, 100, 0),\n(291130, 299, -667.813, 1736.17, 88.4413, 4.39942, 0, 0, 0, 100, 0),\n(291130, 300, -680.27, 1697.68, 88.3751, 4.39942, 0, 0, 0, 100, 0),\n(291130, 301, -693.4, 1671.22, 88.3751, 4.25177, 0, 0, 0, 100, 0),\n(291130, 302, -699.268, 1636.71, 88.3751, 4.54393, 0, 0, 0, 100, 0),\n(291130, 303, -697.291, 1605.07, 88.3751, 4.79212, 0, 0, 0, 100, 0),\n(291130, 304, -689.508, 1570.95, 88.3751, 4.93663, 0, 0, 0, 100, 0),\n(291130, 305, -683.422, 1544.27, 88.3751, 4.93663, 0, 0, 0, 100, 0),\n(291130, 306, -674.325, 1522.26, 88.3751, 5.42358, 0, 0, 0, 100, 0),\n(291130, 307, -657.876, 1503.17, 88.3745, 5.42358, 0, 0, 0, 100, 0),\n(291130, 308, -642.202, 1493.25, 88.3745, 5.71889, 0, 0, 0, 100, 0),\n(291130, 309, -622.23, 1484.41, 88.3745, 5.86655, 0, 0, 0, 100, 0),\n(291130, 310, -586.71, 1478.26, 88.3745, 6.11159, 0, 0, 0, 100, 0),\n(291130, 311, -571.37, 1472.32, 88.3754, 5.91367, 0, 0, 0, 100, 0),\n(291130, 312, -554.007, 1465.59, 88.4037, 5.91367, 0, 0, 0, 100, 0),\n(291130, 313, -529.013, 1447.83, 88.4273, 5.66548, 0, 0, 0, 100, 0),\n(291130, 314, -507.684, 1432.68, 89.898, 5.66548, 0, 0, 0, 100, 0),\n(291130, 315, -486.303, 1417.49, 91.7747, 6.00792, 0, 0, 0, 100, 0),\n(291130, 316, -436.232, 1407.33, 95.3316, 6.11709, 0, 0, 0, 100, 0),\n(291130, 317, -410.456, 1402.5, 97.3456, 5.9333, 0, 0, 0, 100, 0),\n(291130, 318, -379.466, 1388.92, 97.3343, 5.74717, 0, 0, 0, 100, 0),\n(291130, 319, -353.246, 1381.07, 95.997, 5.99221, 0, 0, 0, 100, 0),\n(291130, 320, -319.423, 1383, 95.2401, 0.325561, 0, 0, 0, 100, 0),\n(291130, 321, -287.256, 1393.86, 94.9527, 0.325561, 0, 0, 0, 100, 0),\n(291130, 322, -261.65, 1395.67, 95.6656, 0.40096, 0, 0, 0, 100, 0),\n(291130, 323, -236.214, 1401.54, 95.9988, 0.397818, 0, 0, 0, 100, 0),\n(291130, 324, -201.781, 1412, 96.0017, 0.214035, 0, 0, 0, 100, 0),\n(291130, 325, -169.701, 1418.98, 96.5132, 0.214035, 0, 0, 0, 100, 0),\n(291130, 326, -153.397, 1420.16, 97.3084, 0.030252, 0, 0, 0, 100, 0),\n(291130, 327, -135.494, 1425.28, 98.2235, 0.278438, 0, 0, 0, 100, 0),\n(291130, 328, -118.584, 1437.37, 98.4093, 0.620871, 0, 0, 0, 100, 0),\n(291130, 329, -100.855, 1451.68, 98.8248, 0.865916, 0, 0, 0, 100, 0),\n(291130, 330, -89.623, 1471.76, 99.3934, 1.0607, 0, 0, 0, 100, 0),\n(291130, 331, -69.8394, 1487.37, 99.6641, 0.667995, 0, 0, 0, 100, 0),\n(291130, 332, -49.3073, 1497.8, 99.7479, 0.470075, 0, 0, 0, 100, 0),\n(291130, 333, -27.2369, 1519, 100.687, 0.765385, 0, 0, 0, 100, 0),\n(291130, 334, -0.100235, 1561.22, 102.212, 1.04734, 0, 0, 0, 100, 0),\n(291130, 335, 8.64756, 1576.38, 102.675, 1.04734, 0, 0, 0, 100, 0),\n(291130, 336, 19.5998, 1595.35, 102.192, 1.04734, 0, 0, 0, 100, 0),\n(291130, 337, 31.6368, 1616.21, 101.034, 1.04734, 0, 0, 0, 100, 0),\n(291130, 338, 45.8432, 1640.82, 99.2757, 1.04734, 0, 0, 0, 100, 0),\n(291130, 339, 48.8384, 1668.01, 95.6133, 1.41727, 0, 0, 0, 100, 0),\n(291130, 340, 61.7517, 1707.46, 89.747, 1.06148, 0, 0, 0, 100, 0),\n(291130, 341, 85.9023, 1735.71, 86.6064, 0.86356, 0, 0, 0, 100, 0),\n(291130, 342, 112.918, 1767.32, 86.2302, 0.86356, 0, 0, 0, 100, 0),\n(291130, 343, 136.929, 1784.41, 86.2302, 0.618515, 0, 0, 0, 100, 0),\n(291130, 344, 156.286, 1791.99, 86.2291, 0.373471, 0, 0, 0, 100, 0),\n(291130, 345, 183.789, 1802.77, 86.2291, 0.373471, 0, 0, 0, 100, 0),\n(291130, 346, 217.142, 1818.95, 86.2291, 0.521126, 0, 0, 0, 100, 0),\n(291130, 347, 233.534, 1824.13, 86.3413, 0.178692, 0, 0, 0, 100, 0),\n(291130, 348, 255.089, 1833.57, 86.2291, 0.178692, 0, 0, 0, 100, 0);\n\n\n-- fix kodo patrols\nDELETE FROM `creature` WHERE `guid` IN (28272, 28273, 28274, 28295, 28278, 28279, 28280, 28298, 28282, 28283, 28284, 28299);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(28272, 4700, 0, 0, 1, 0, 0, 1, 1, 0, -1313.12, 957.979, 91.9389, 1.58056,  180, 0, 1, 1570, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(28273, 4700, 0, 0, 1, 0, 0, 1, 1, 0, -1313.12, 957.979, 91.9389, 2.03816,  180, 0, 0, 1570, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(28274, 4700, 0, 0, 1, 0, 0, 1, 1, 0, -1313.12, 957.979, 91.9389, 1.99892,  180, 0, 0, 1570, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(28295, 4701, 0, 0, 1, 0, 0, 1, 1, 0, -1313.12, 957.979, 91.9389, 1.903,    180, 0, 0, 1647, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(28278, 4700, 0, 0, 1, 0, 0, 1, 1, 0, 152.458, 1745.22, 92.4667, 2.58221,   180, 0, 1, 1570, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(28279, 4700, 0, 0, 1, 0, 0, 1, 1, 0, 152.458, 1745.22, 92.4667, 3.1129,    180, 0, 0, 1570, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(28280, 4700, 0, 0, 1, 0, 0, 1, 1, 0, 156.488, 1747.84, 92.3759, 0.540581,  180, 0, 0, 1570, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(28298, 4701, 0, 0, 1, 0, 0, 1, 1, 0, 152.458, 1745.22, 92.4667, 2.87052,   180, 0, 0, 1647, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(28282, 4700, 0, 0, 1, 0, 0, 1, 1, 0, -2170.64, 1625.81, 60.3131, 0.121447, 180, 0, 1, 1570, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(28283, 4700, 0, 0, 1, 0, 0, 1, 1, 0, -2170.64, 1625.81, 60.3131, 0.170376, 180, 0, 0, 1570, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(28284, 4700, 0, 0, 1, 0, 0, 1, 1, 0, -2170.64, 1625.81, 60.3131, 0.056291, 180, 0, 0, 1570, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(28299, 4701, 0, 0, 1, 0, 0, 1, 1, 0, -2170.64, 1625.81, 60.3131, 0.218082, 180, 0, 0, 1647, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (28272, 28278, 28282);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(28272, 28272, 0,  0,   515, 0, 0), -- Aged Kodo\n(28272, 28273, 20, 180, 515, 0, 0), -- Aged Kodo\n(28272, 28274, 30, 190, 515, 0, 0), -- Aged Kodo\n(28272, 28295, 30, 170, 515, 0, 0), -- Dying Kodo\n--\n(28278, 28278, 0,  0,   515, 0, 0), -- Aged Kodo\n(28278, 28279, 20, 180, 515, 0, 0), -- Aged Kodo\n(28278, 28280, 30, 190, 515, 0, 0), -- Aged Kodo\n(28278, 28298, 30, 170, 515, 0, 0), -- Dying Kodo\n--\n(28282, 28282, 0,  0,   515, 0, 0), -- Aged Kodo\n(28282, 28283, 20, 180, 515, 0, 0), -- Aged Kodo\n(28282, 28284, 30, 190, 515, 0, 0), -- Aged Kodo\n(28282, 28299, 30, 170, 515, 0, 0); -- Dying Kodo\n\nDELETE FROM `creature_addon` WHERE `guid` IN (28272, 28278, 28282);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(28272, 282720, 0, 0, 0, 0, 0, NULL),\n(28278, 282780, 0, 0, 0, 0, 0, NULL),\n(28282, 282820, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (282720, 282780, 282820);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(282720, 1, -1313.12, 957.979, 91.9389, NULL, 0, 0, 0, 100, 0),\n(282720, 2, -1309.85, 973.866, 93.0568, NULL, 0, 0, 0, 100, 0),\n(282720, 3, -1332.15, 1006.26, 91.5588, NULL, 0, 0, 0, 100, 0),\n(282720, 4, -1373.22, 1020.72, 89.5353, NULL, 0, 0, 0, 100, 0),\n(282720, 5, -1403.84, 1038.95, 92.2057, NULL, 0, 0, 0, 100, 0),\n(282720, 6, -1437.18, 1060.33, 89.4952, NULL, 0, 0, 0, 100, 0),\n(282720, 7, -1447.66, 1081.91, 89.5077, NULL, 0, 0, 0, 100, 0),\n(282720, 8, -1474.07, 1099.84, 91.6482, NULL, 0, 0, 0, 100, 0),\n(282720, 9, -1504.01, 1120.72, 91.9498, NULL, 0, 0, 0, 100, 0),\n(282720, 10, -1519.87, 1138.88, 92.8214, NULL, 0, 0, 0, 100, 0),\n(282720, 11, -1543.14, 1154.65, 91.3034, NULL, 0, 0, 0, 100, 0),\n(282720, 12, -1553.75, 1179.99, 91.6141, NULL, 0, 0, 0, 100, 0),\n(282720, 13, -1548.91, 1198.84, 89.2524, NULL, 0, 0, 0, 100, 0),\n(282720, 14, -1530.31, 1213.29, 92.4118, NULL, 0, 0, 0, 100, 0),\n(282720, 15, -1520.29, 1220.14, 91.9138, NULL, 0, 0, 0, 100, 0),\n(282720, 16, -1511.34, 1241.19, 85.2397, NULL, 0, 0, 0, 100, 0),\n(282720, 17, -1510.96, 1286.24, 68.6046, NULL, 0, 0, 0, 100, 0),\n(282720, 18, -1488.61, 1318.65, 63.0649, NULL, 0, 0, 0, 100, 0),\n(282720, 19, -1481.67, 1349.84, 61.6828, NULL, 0, 0, 0, 100, 0),\n(282720, 20, -1456.42, 1374.27, 60.2529, NULL, 0, 0, 0, 100, 0),\n(282720, 21, -1415.52, 1390.69, 60.3462, NULL, 0, 0, 0, 100, 0),\n(282720, 22, -1389.74, 1415.8, 60.4332, NULL, 0, 0, 0, 100, 0),\n(282720, 23, -1351.87, 1452.27, 61.3819, NULL, 0, 0, 0, 100, 0),\n(282720, 24, -1334.04, 1479.34, 61.3023, NULL, 0, 0, 0, 100, 0),\n(282720, 25, -1331.53, 1515.24, 61.447, NULL, 0, 0, 0, 100, 0),\n(282720, 26, -1348.41, 1542.12, 61.3026, NULL, 0, 0, 0, 100, 0),\n(282720, 27, -1360.7, 1571.8, 59.1053, NULL, 0, 0, 0, 100, 0),\n(282720, 28, -1379.9, 1585.73, 59.0515, NULL, 0, 0, 0, 100, 0),\n(282720, 29, -1384.93, 1612.07, 60.8464, NULL, 0, 0, 0, 100, 0),\n(282720, 30, -1388.16, 1644.38, 61.35, NULL, 0, 0, 0, 100, 0),\n(282720, 31, -1418.92, 1668.01, 61.7026, NULL, 0, 0, 0, 100, 0),\n(282720, 32, -1445.51, 1708.06, 62.2747, NULL, 0, 0, 0, 100, 0),\n(282720, 33, -1458.01, 1748.56, 54.8912, NULL, 10000, 0, 0, 100, 0),\n--\n(282780, 1, 152.458, 1745.22, 92.4667, NULL, 0, 0, 0, 100, 0),\n(282780, 2, 124.412, 1722.02, 91.1262, NULL, 0, 0, 0, 100, 0),\n(282780, 3, 85.142, 1717.81, 88.2065, NULL, 0, 0, 0, 100, 0),\n(282780, 4, 49.2628, 1714.32, 91.2173, NULL, 0, 0, 0, 100, 0),\n(282780, 5, 12.4704, 1711.89, 101.448, NULL, 0, 0, 0, 100, 0),\n(282780, 6, -11.8528, 1712.62, 102.215, NULL, 0, 0, 0, 100, 0),\n(282780, 7, -43.9398, 1711.47, 98.3406, NULL, 0, 0, 0, 100, 0),\n(282780, 8, -79.9862, 1711.96, 93.62, NULL, 0, 0, 0, 100, 0),\n(282780, 9, -117.389, 1712.73, 95.8257, NULL, 0, 0, 0, 100, 0),\n(282780, 10, -142.005, 1690.78, 92.4451, NULL, 0, 0, 0, 100, 0),\n(282780, 11, -153.801, 1650.33, 92.2136, NULL, 0, 0, 0, 100, 0),\n(282780, 12, -155.346, 1622.37, 90.1586, NULL, 0, 0, 0, 100, 0),\n(282780, 13, -183.846, 1616.01, 89.5507, NULL, 0, 0, 0, 100, 0),\n(282780, 14, -219.233, 1599.49, 89.5969, NULL, 0, 0, 0, 100, 0),\n(282780, 15, -249.902, 1573.18, 89.4893, NULL, 0, 0, 0, 100, 0),\n(282780, 16, -290.366, 1571.84, 91.69, NULL, 0, 0, 0, 100, 0),\n(282780, 17, -311.707, 1561.53, 91.024, NULL, 0, 0, 0, 100, 0),\n(282780, 18, -342.883, 1553.88, 91.2511, NULL, 0, 0, 0, 100, 0),\n(282780, 19, -383.192, 1551.59, 90.2569, NULL, 0, 0, 0, 100, 0),\n(282780, 20, -411.356, 1554.25, 91.2129, NULL, 0, 0, 0, 100, 0),\n(282780, 21, -443.539, 1551.35, 92.0964, NULL, 0, 0, 0, 100, 0),\n(282780, 22, -483.28, 1550.1, 92.1452, NULL, 0, 0, 0, 100, 0),\n(282780, 23, -519.594, 1546.95, 90.1048, NULL, 0, 0, 0, 100, 0),\n(282780, 24, -547.632, 1550.85, 91.2167, NULL, 0, 0, 0, 100, 0),\n(282780, 25, -583.959, 1582.33, 89.9707, NULL, 0, 0, 0, 100, 0),\n(282780, 26, -591.274, 1609.12, 89.6891, NULL, 0, 0, 0, 100, 0),\n(282780, 27, -592.605, 1641.28, 90.9548, NULL, 0, 0, 0, 100, 0),\n(282780, 28, -569.857, 1673.94, 90.795, NULL, 0, 0, 0, 100, 0),\n(282780, 29, -564.207, 1713.27, 88.6108, NULL, 0, 0, 0, 100, 0),\n(282780, 30, -574.648, 1734.09, 89.1775, NULL, 0, 0, 0, 100, 0),\n(282780, 31, -605.19, 1759.6, 90.8514, NULL, 0, 0, 0, 100, 0),\n(282780, 32, -624.713, 1798.84, 89.3244, NULL, 0, 0, 0, 100, 0),\n(282780, 33, -621.999, 1842.49, 91.4147, NULL, 0, 0, 0, 100, 0),\n(282780, 34, -620.668, 1870.83, 91.9755, NULL, 0, 0, 0, 100, 0),\n(282780, 35, -604.006, 1901.9, 88.5617, NULL, 0, 0, 0, 100, 0),\n(282780, 36, -592.23, 1918.45, 88.5674, NULL, 0, 0, 0, 100, 0),\n(282780, 37, -590.551, 1949.99, 88.8068, NULL, 0, 0, 0, 100, 0),\n(282780, 38, -606.826, 1971.11, 91.7943, NULL, 0, 0, 0, 100, 0),\n(282780, 39, -643.221, 1987.05, 90.7209, NULL, 0, 0, 0, 100, 0),\n(282780, 40, -678.943, 1987.92, 93.1782, NULL, 0, 0, 0, 100, 0),\n(282780, 41, -709.94, 2004.17, 92.4514, NULL, 0, 0, 0, 100, 0),\n(282780, 42, -749.241, 2012.99, 90.6637, NULL, 0, 0, 0, 100, 0),\n(282780, 43, -781.26, 2014.24, 86.193, NULL, 0, 0, 0, 100, 0),\n(282780, 44, -817.766, 2035.49, 73.9203, NULL, 0, 0, 0, 100, 0),\n(282780, 45, -849.069, 2038.18, 68.7252, NULL, 0, 0, 0, 100, 0),\n(282780, 46, -876.668, 2043.3, 65.0561, NULL, 0, 0, 0, 100, 0),\n(282780, 47, -912.491, 2053.91, 63.1584, NULL, 0, 0, 0, 100, 0),\n(282780, 48, -944.538, 2071.13, 63.2459, NULL, 0, 0, 0, 100, 0),\n(282780, 49, -980.794, 2075.14, 62.117, NULL, 0, 0, 0, 100, 0),\n(282780, 50, -1016.1, 2083.85, 63.5064, NULL, 0, 0, 0, 100, 0),\n(282780, 51, -1056.04, 2079.71, 62.4426, NULL, 0, 0, 0, 100, 0),\n(282780, 52, -1088.18, 2082.39, 61.2361, NULL, 0, 0, 0, 100, 0),\n(282780, 53, -1113.92, 2071.24, 62.0882, NULL, 0, 0, 0, 100, 0),\n(282780, 54, -1144.86, 2040.23, 58.7336, NULL, 10000, 0, 0, 100, 0),\n--\n(282820, 1, -2170.64, 1625.81, 60.3131, NULL, 0, 0, 0, 100, 0),\n(282820, 2, -2153.99, 1645.58, 61.2237, NULL, 0, 0, 0, 100, 0),\n(282820, 3, -2122.31, 1647.67, 57.9369, NULL, 0, 0, 0, 100, 0),\n(282820, 4, -2081.54, 1672.54, 60.8947, NULL, 0, 0, 0, 100, 0),\n(282820, 5, -2058.02, 1677.17, 60.7013, NULL, 0, 0, 0, 100, 0),\n(282820, 6, -2017.72, 1681.4, 61.1105, NULL, 0, 0, 0, 100, 0),\n(282820, 7, -1981.53, 1685.78, 63.5432, NULL, 0, 0, 0, 100, 0),\n(282820, 8, -1948.99, 1681.96, 61.7688, NULL, 0, 0, 0, 100, 0),\n(282820, 9, -1917.72, 1679.02, 61.3717, NULL, 0, 0, 0, 100, 0),\n(282820, 10, -1887.45, 1651.62, 61.2595, NULL, 0, 0, 0, 100, 0),\n(282820, 11, -1864.87, 1619.36, 61.541, NULL, 0, 0, 0, 100, 0),\n(282820, 12, -1838.37, 1588.65, 61.8641, NULL, 0, 0, 0, 100, 0),\n(282820, 13, -1816.62, 1578.41, 61.8078, NULL, 0, 0, 0, 100, 0),\n(282820, 14, -1788.53, 1577.8, 61.5363, NULL, 0, 0, 0, 100, 0),\n(282820, 15, -1755.24, 1579.29, 61.2741, NULL, 0, 0, 0, 100, 0),\n(282820, 16, -1718.76, 1580.4, 61.2143, NULL, 0, 0, 0, 100, 0),\n(282820, 17, -1686.65, 1610.16, 61.6809, NULL, 0, 0, 0, 100, 0),\n(282820, 18, -1676.07, 1644.51, 61.5459, NULL, 0, 0, 0, 100, 0),\n(282820, 19, -1650.62, 1674.63, 62.299, NULL, 0, 0, 0, 100, 0),\n(282820, 20, -1622.14, 1714.02, 61.89, NULL, 0, 0, 0, 100, 0),\n(282820, 21, -1620.15, 1746.49, 59.6935, NULL, 0, 0, 0, 100, 0),\n(282820, 22, -1592.62, 1772.87, 62.091, NULL, 0, 0, 0, 100, 0),\n(282820, 23, -1553.82, 1786.5, 61.6803, NULL, 0, 0, 0, 100, 0),\n(282820, 24, -1526.3, 1804.88, 60.9553, NULL, 0, 0, 0, 100, 0),\n(282820, 25, -1487.95, 1812.1, 63.5721, NULL, 0, 0, 0, 100, 0),\n(282820, 26, -1439.9, 1799.24, 50.1445, NULL, 10000, 0, 0, 100, 0);\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (4700, 4701);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-28272, -28273, -28274, -28278, -28279, -28280, -28282, -28283, -28284, -28295, -28298, -28299);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-28272, 0, 0, 1, 108, 0, 100, 512, 33, 282720, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28272, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28273, 0, 0, 0, 0, 0, 0, 0,    'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28272, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28274, 0, 0, 0, 0, 0, 0, 0,    'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28272, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28295, 0, 0, 0, 0, 0, 0, 0,    'Dying Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n--\n(-28278, 0, 0, 1, 108, 0, 100, 512, 54, 282780, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28278, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28279, 0, 0, 0, 0, 0, 0, 0,    'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28278, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28280, 0, 0, 0, 0, 0, 0, 0,    'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28278, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28298, 0, 0, 0, 0, 0, 0, 0,    'Dying Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n--\n(-28282, 0, 0, 1, 108, 0, 100, 512, 26, 282820, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28282, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28283, 0, 0, 0, 0, 0, 0, 0,    'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28282, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28284, 0, 0, 0, 0, 0, 0, 0,    'Aged Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n(-28282, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 10, 28299, 0, 0, 0, 0, 0, 0, 0,    'Dying Kodo - On Waypoint Path Ended - Despawn After 3 Seconds'),\n--\n(-28273, 0, 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,              'Aged Kodo - On Respawn - Set Active'),\n(-28274, 0, 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,              'Aged Kodo - On Respawn - Set Active'),\n(-28279, 0, 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,              'Aged Kodo - On Respawn - Set Active'),\n(-28280, 0, 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,              'Aged Kodo - On Respawn - Set Active'),\n(-28283, 0, 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,              'Aged Kodo - On Respawn - Set Active'),\n(-28284, 0, 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,              'Aged Kodo - On Respawn - Set Active'),\n(-28295, 0, 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,              'Dying Kodo - On Respawn - Set Active'),\n(-28298, 0, 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,              'Dying Kodo - On Respawn - Set Active'),\n(-28299, 0, 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,              'Dying Kodo - On Respawn - Set Active');\n\n/* Aged kodos have scripts that overrule smartAI\nI'm removing this script from the kodo patrols so I can use smartAI to despawn the patrol when it reaches it's last waypoint and to keep them active so the formation stays intact\nthis does mean that the kodos in the patrol can't be used for the Kodo Roundup quest, but the alternative is teleporting kodos catching up to the leader */\nUPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` IN (4700, 4701);\nUPDATE `creature` SET `ScriptName` = 'npc_aged_dying_ancient_kodo' WHERE `id1` IN (4700, 4701);\nUPDATE `creature` SET `ScriptName` = '' WHERE `guid` IN (28272, 28273, 28274, 28278, 28279, 28280, 28282, 28283, 28284, 28295, 28298, 28299);\n\n\n-- fix hyena patrols\nDELETE FROM `creature` WHERE `guid` IN (\n27939, 27940, 27941, 27942, 27943, 27949, 27950, 27951, 27952, 27953, 27954, 27955, 27956, 27957, 27958,\n27959, 27960, 27961, 27962, 27963, 27964, 27965, 27966, 27967, 27968, 27969, 27970, 27971, 27972, 27973);\n\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(27939, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -1726.32, 2567.95, 107.69, 0.39374,  300, 0, 1, 444, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bonepaw Hyena\n(27940, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -1726.32, 2567.95, 107.69, 0.564369, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27941, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -1726.32, 2567.95, 107.69, 0.644947, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27942, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -1726.32, 2567.95, 107.69, 0.483046, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27943, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -1726.32, 2567.95, 107.69, 0.588733, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(27949, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -777.257, 1718.4, 89.8975, 1.2929,   300, 0, 1, 444, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Bonepaw Hyena\n(27950, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -777.257, 1718.4, 89.8975, 0.551344, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27951, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -777.257, 1718.4, 89.8975, 0.575248, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27952, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -777.257, 1718.4, 89.8975, 0.434472, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27953, 4688, 0, 0, 1, 0, 0, 1, 1, 0, -777.257, 1718.4, 89.8975, 0.516114, 300, 0, 0, 444, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(27954, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -591.641, 1030.97, 90.8032, 3.4013,  300, 0, 1, 286, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Starving Bonepaw\n(27955, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -591.641, 1030.97, 90.8032, 3.42156, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27956, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -591.641, 1030.97, 90.8032, 3.50945, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27957, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -591.641, 1030.97, 90.8032, 3.33259, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27958, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -591.641, 1030.97, 90.8032, 3.49858, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(27959, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -223.012, 1480.89, 92.2696, 6.04347, 300, 0, 1, 286, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Starving Bonepaw\n(27960, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -223.012, 1480.89, 92.2696, 1.51314, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27961, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -223.012, 1480.89, 92.2696, 1.63364, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27962, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -223.012, 1480.89, 92.2696, 1.55115, 300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27963, 4689, 0, 0, 1, 0, 0, 1, 1, 0, -223.012, 1480.89, 92.2696, 1.4104,  300, 0, 0, 286, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(27964, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -976.517, 1692.22, 61.2361, 1.80768, 300, 0, 1, 511, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Rapid Bonemaw\n(27965, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -976.517, 1692.22, 61.2361, 2.33599, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27966, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -976.517, 1692.22, 61.2361, 2.52866, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27967, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -976.517, 1692.22, 61.2361, 1.75556, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27968, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -976.517, 1692.22, 61.2361, 3.52501, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(27969, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -1056.83, 2296.27, 92.2567, 3.51101, 300, 0, 1, 511, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Rapid Bonemaw\n(27970, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -1056.83, 2296.27, 92.2567, 3.4329,  300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27971, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -1056.83, 2296.27, 92.2567, 3.63178, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27972, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -1056.83, 2296.27, 92.2567, 3.41576, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(27973, 4690, 0, 0, 1, 0, 0, 1, 1, 0, -1056.83, 2296.27, 92.2567, 3.52407, 300, 0, 0, 511, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (27939, 27949, 27954, 27959, 27964, 27969);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n--\n(27939, 27939, 0, 0,   515, 0, 0), -- Bonepaw Hyena\n(27939, 27940, 8, 180, 515, 0, 0),\n(27939, 27941, 8, 160, 515, 0, 0),\n(27939, 27942, 4, 160, 515, 0, 0),\n(27939, 27943, 6, 140, 515, 0, 0),\n--\n(27949, 27949, 0, 0,   515, 0, 0), -- Bonepaw Hyena\n(27949, 27950, 8, 180, 515, 0, 0),\n(27949, 27951, 8, 160, 515, 0, 0),\n(27949, 27952, 4, 160, 515, 0, 0),\n(27949, 27953, 6, 140, 515, 0, 0),\n--\n(27954, 27954, 0, 0,   515, 0, 0), -- Starving Bonepaw\n(27954, 27955, 8, 180, 515, 0, 0),\n(27954, 27956, 8, 160, 515, 0, 0),\n(27954, 27957, 4, 160, 515, 0, 0),\n(27954, 27958, 6, 140, 515, 0, 0),\n--\n(27959, 27959, 0, 0,   515, 0, 0), -- Starving Bonepaw\n(27959, 27960, 8, 180, 515, 0, 0),\n(27959, 27961, 8, 160, 515, 0, 0),\n(27959, 27962, 4, 160, 515, 0, 0),\n(27959, 27963, 6, 140, 515, 0, 0),\n--\n(27964, 27964, 0, 0,   515, 0, 0), -- Rapid Bonemaw\n(27964, 27965, 8, 180, 515, 0, 0),\n(27964, 27966, 8, 160, 515, 0, 0),\n(27964, 27967, 4, 160, 515, 0, 0),\n(27964, 27968, 6, 140, 515, 0, 0),\n--\n(27969, 27969, 0, 0,   515, 0, 0), -- Rapid Bonemaw\n(27969, 27970, 8, 180, 515, 0, 0),\n(27969, 27971, 8, 160, 515, 0, 0),\n(27969, 27972, 4, 160, 515, 0, 0),\n(27969, 27973, 6, 140, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (27939, 27949, 27954, 27959, 27964, 27969);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(27939, 279390, 0, 0, 0, 0, 0, NULL),\n(27949, 279490, 0, 0, 0, 0, 0, NULL),\n(27954, 279540, 0, 0, 0, 0, 0, NULL),\n(27959, 279590, 0, 0, 0, 0, 0, NULL),\n(27964, 279640, 0, 0, 0, 0, 0, NULL),\n(27969, 279690, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (279390, 279490, 279540, 279590, 279640, 279690);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(279390, 1, -1726.32, 2567.95, 107.69, NULL, 0, 0, 0, 100, 0),\n(279390, 2, -1735.91, 2567.28, 100.626, NULL, 0, 0, 0, 100, 0),\n(279390, 3, -1744.95, 2568.04, 92.4598, NULL, 0, 0, 0, 100, 0),\n(279390, 4, -1790, 2560.91, 72.3641, NULL, 0, 0, 0, 100, 0),\n(279390, 5, -1800.38, 2543.11, 66.9533, NULL, 0, 0, 0, 100, 0),\n(279390, 6, -1801.77, 2519.66, 64.6019, NULL, 0, 0, 0, 100, 0),\n(279390, 7, -1780, 2486.22, 67.615, NULL, 0, 0, 0, 100, 0),\n(279390, 8, -1772.55, 2457.56, 79.2801, NULL, 0, 0, 0, 100, 0),\n(279390, 9, -1766.49, 2445.83, 88.1245, NULL, 0, 0, 0, 100, 0),\n(279390, 10, -1753.66, 2444.37, 93.4683, NULL, 0, 0, 0, 100, 0),\n(279390, 11, -1718.54, 2445.62, 96.6819, NULL, 0, 0, 0, 100, 0),\n(279390, 12, -1688.97, 2434.15, 95.8863, NULL, 0, 0, 0, 100, 0),\n(279390, 13, -1654.41, 2414.31, 92.822, NULL, 0, 0, 0, 100, 0),\n(279390, 14, -1617.18, 2398.28, 92.6395, NULL, 0, 0, 0, 100, 0),\n(279390, 15, -1590.91, 2379.51, 92.346, NULL, 0, 0, 0, 100, 0),\n(279390, 16, -1583.87, 2348.37, 93.6903, NULL, 0, 0, 0, 100, 0),\n(279390, 17, -1608.62, 2324.47, 92.5892, NULL, 0, 0, 0, 100, 0),\n(279390, 18, -1646.53, 2311.76, 88.0453, NULL, 0, 0, 0, 100, 0),\n(279390, 19, -1680, 2284.12, 79.9872, NULL, 0, 0, 0, 100, 0),\n(279390, 20, -1689.83, 2262.79, 76.2212, NULL, 0, 0, 0, 100, 0),\n(279390, 21, -1713.57, 2249.21, 71.3264, NULL, 0, 0, 0, 100, 0),\n(279390, 22, -1695.74, 2258.14, 74.8205, NULL, 0, 0, 0, 100, 0),\n(279390, 23, -1684.7, 2277.89, 78.8682, NULL, 0, 0, 0, 100, 0),\n(279390, 24, -1653.08, 2307.56, 86.7143, NULL, 0, 0, 0, 100, 0),\n(279390, 25, -1615.71, 2320.64, 92.2112, NULL, 0, 0, 0, 100, 0),\n(279390, 26, -1586.09, 2341.89, 93.7981, NULL, 0, 0, 0, 100, 0),\n(279390, 27, -1588.99, 2376.33, 92.4572, NULL, 0, 0, 0, 100, 0),\n(279390, 28, -1610.29, 2394.3, 92.6258, NULL, 0, 0, 0, 100, 0),\n(279390, 29, -1647.32, 2410.59, 92.5805, NULL, 0, 0, 0, 100, 0),\n(279390, 30, -1682.2, 2430.46, 95.1244, NULL, 0, 0, 0, 100, 0),\n(279390, 31, -1711.18, 2444.13, 94.8251, NULL, 0, 0, 0, 100, 0),\n(279390, 32, -1746.29, 2445.05, 96.3549, NULL, 0, 0, 0, 100, 0),\n(279390, 33, -1761, 2443.24, 90.2326, NULL, 0, 0, 0, 100, 0),\n(279390, 34, -1771.32, 2454.26, 80.958, NULL, 0, 0, 0, 100, 0),\n(279390, 35, -1778.34, 2482.41, 68.0875, NULL, 0, 0, 0, 100, 0),\n(279390, 36, -1798.24, 2512.47, 64.0361, NULL, 0, 0, 0, 100, 0),\n(279390, 37, -1802.61, 2535.61, 66.0235, NULL, 0, 0, 0, 100, 0),\n(279390, 38, -1786.63, 2566.69, 74.5368, NULL, 0, 0, 0, 100, 0),\n(279390, 39, -1765.84, 2569.48, 82.8009, NULL, 0, 0, 0, 100, 0),\n(279390, 40, -1731.88, 2566.95, 103.314, NULL, 0, 0, 0, 100, 0),\n(279390, 41, -1717.65, 2573.86, 113.445, NULL, 0, 0, 0, 100, 0),\n(279390, 42, -1698.35, 2582.4, 124.206, NULL, 0, 0, 0, 100, 0),\n(279390, 43, -1706.36, 2599.31, 115.467, NULL, 0, 0, 0, 100, 0),\n(279390, 44, -1722.81, 2613.96, 106.592, NULL, 0, 0, 0, 100, 0),\n(279390, 45, -1748.97, 2633.84, 93.4874, NULL, 0, 0, 0, 100, 0),\n(279390, 46, -1778.84, 2629.13, 75.7473, NULL, 0, 0, 0, 100, 0),\n(279390, 47, -1755.35, 2634.77, 90.1925, NULL, 0, 0, 0, 100, 0),\n(279390, 48, -1728.31, 2618.21, 102.838, NULL, 0, 0, 0, 100, 0),\n(279390, 49, -1711.2, 2604.78, 112.844, NULL, 0, 0, 0, 100, 0),\n(279390, 50, -1699, 2587.4, 122.973, NULL, 0, 0, 0, 100, 0),\n(279390, 51, -1711.32, 2577.02, 117.071, NULL, 0, 0, 0, 100, 0),\n--\n(279490, 1, -777.257, 1718.4, 89.8975, NULL, 0, 0, 0, 100, 0),\n(279490, 2, -774.365, 1753.22, 95.6364, NULL, 0, 0, 0, 100, 0),\n(279490, 3, -753.641, 1769.95, 92.7918, NULL, 0, 0, 0, 100, 0),\n(279490, 4, -728.55, 1783.23, 93.4085, NULL, 0, 0, 0, 100, 0),\n(279490, 5, -716.481, 1811.8, 93.144, NULL, 0, 0, 0, 100, 0),\n(279490, 6, -715.184, 1852.23, 92.4163, NULL, 0, 0, 0, 100, 0),\n(279490, 7, -718.791, 1879.79, 88.6689, NULL, 0, 0, 0, 100, 0),\n(279490, 8, -743.123, 1911.38, 88.5663, NULL, 0, 0, 0, 100, 0),\n(279490, 9, -753.766, 1941.1, 91.8673, NULL, 0, 0, 0, 100, 0),\n(279490, 10, -752.43, 1981.14, 89.2115, NULL, 0, 0, 0, 100, 0),\n(279490, 11, -754.107, 2021.67, 90.8091, NULL, 0, 0, 0, 100, 0),\n(279490, 12, -746.307, 2053.08, 92.9125, NULL, 0, 0, 0, 100, 0),\n(279490, 13, -750.286, 2081.84, 93.5993, NULL, 0, 0, 0, 100, 0),\n(279490, 14, -754.495, 2109.73, 96.3632, NULL, 0, 0, 0, 100, 0),\n(279490, 15, -745.9, 2140.31, 97.9765, NULL, 0, 0, 0, 100, 0),\n(279490, 16, -723.659, 2174.12, 99.7455, NULL, 0, 0, 0, 100, 0),\n(279490, 17, -720.571, 2209.98, 96.1907, NULL, 0, 0, 0, 100, 0),\n(279490, 18, -711.99, 2236.22, 90.0882, NULL, 0, 0, 0, 100, 0),\n(279490, 19, -690.447, 2252.42, 91.7142, NULL, 0, 0, 0, 100, 0),\n(279490, 20, -658.966, 2259.79, 92.4894, NULL, 0, 0, 0, 100, 0),\n(279490, 21, -643.863, 2277.6, 92.312, NULL, 0, 0, 0, 100, 0),\n(279490, 22, -621.071, 2293.98, 91.965, NULL, 0, 0, 0, 100, 0),\n(279490, 23, -610.944, 2323.87, 91.7132, NULL, 0, 0, 0, 100, 0),\n(279490, 24, -610.796, 2352.07, 90.2324, NULL, 0, 0, 0, 100, 0),\n(279490, 25, -608.578, 2376.39, 89.0851, NULL, 0, 0, 0, 100, 0),\n(279490, 26, -606.72, 2415.72, 80.2193, NULL, 0, 0, 0, 100, 0),\n(279490, 27, -582.66, 2446.18, 67.0509, NULL, 0, 0, 0, 100, 0),\n(279490, 28, -605.043, 2419.93, 78.5023, NULL, 0, 0, 0, 100, 0),\n(279490, 29, -608.229, 2381.37, 88.3519, NULL, 0, 0, 0, 100, 0),\n(279490, 30, -610.57, 2357.34, 90.3044, NULL, 0, 0, 0, 100, 0),\n(279490, 31, -610.107, 2333.23, 91.6484, NULL, 0, 0, 0, 100, 0),\n(279490, 32, -616.836, 2301.03, 91.9407, NULL, 0, 0, 0, 100, 0),\n(279490, 33, -637.588, 2283.66, 91.8933, NULL, 0, 0, 0, 100, 0),\n(279490, 34, -652.694, 2265, 92.9485, NULL, 0, 0, 0, 100, 0),\n(279490, 35, -682.13, 2255.13, 91.7665, NULL, 0, 0, 0, 100, 0),\n(279490, 36, -707.185, 2242.71, 90.8534, NULL, 0, 0, 0, 100, 0),\n(279490, 37, -719.509, 2214.68, 95.434, NULL, 0, 0, 0, 100, 0),\n(279490, 38, -722.126, 2178.64, 99.7237, NULL, 0, 0, 0, 100, 0),\n(279490, 39, -743.741, 2144.73, 98.1616, NULL, 0, 0, 0, 100, 0),\n(279490, 40, -754.167, 2118.42, 96.2932, NULL, 0, 0, 0, 100, 0),\n(279490, 41, -751.058, 2086.58, 93.788, NULL, 0, 0, 0, 100, 0),\n(279490, 42, -745.89, 2058.63, 93.3191, NULL, 0, 0, 0, 100, 0),\n(279490, 43, -752.753, 2031.39, 91.5396, NULL, 0, 0, 0, 100, 0),\n(279490, 44, -752.279, 1987.1, 89.6081, NULL, 0, 0, 0, 100, 0),\n(279490, 45, -754.825, 1950.77, 90.2473, NULL, 0, 0, 0, 100, 0),\n(279490, 46, -747.621, 1920.16, 88.6142, NULL, 0, 0, 0, 100, 0),\n(279490, 47, -723.336, 1888.33, 88.5663, NULL, 0, 0, 0, 100, 0),\n(279490, 48, -715.912, 1862.18, 92.6913, NULL, 0, 0, 0, 100, 0),\n(279490, 49, -715.616, 1817.72, 93.1495, NULL, 0, 0, 0, 100, 0),\n(279490, 50, -722.575, 1790.37, 93.4207, NULL, 0, 0, 0, 100, 0),\n(279490, 51, -744.742, 1774.87, 92.6745, NULL, 0, 0, 0, 100, 0),\n(279490, 52, -769.2, 1760.6, 94.6595, NULL, 0, 0, 0, 100, 0),\n(279490, 53, -777.044, 1727.67, 92.753, NULL, 0, 0, 0, 100, 0),\n(279490, 54, -775.352, 1687.88, 89.3683, NULL, 0, 0, 0, 100, 0),\n(279490, 55, -780.205, 1656.16, 90.7677, NULL, 0, 0, 0, 100, 0),\n(279490, 56, -778.121, 1619.92, 91.0553, NULL, 0, 0, 0, 100, 0),\n(279490, 57, -786.346, 1592.45, 98.4667, NULL, 0, 0, 0, 100, 0),\n(279490, 58, -778.447, 1614.43, 91.9885, NULL, 0, 0, 0, 100, 0),\n(279490, 59, -780.932, 1646.46, 91.0017, NULL, 0, 0, 0, 100, 0),\n(279490, 60, -775.774, 1678.21, 89.9407, NULL, 0, 0, 0, 100, 0),\n--\n(279540, 1, -591.641, 1030.97, 90.8032, NULL, 0, 0, 0, 100, 0),\n(279540, 2, -604.426, 1016.71, 92.3667, NULL, 0, 0, 0, 100, 0),\n(279540, 3, -617.997, 992.465, 93.5601, NULL, 0, 0, 0, 100, 0),\n(279540, 4, -606.858, 959.089, 90.9037, NULL, 0, 0, 0, 100, 0),\n(279540, 5, -593.569, 925.385, 90.4117, NULL, 0, 0, 0, 100, 0),\n(279540, 6, -593.569, 925.385, 90.4117, NULL, 0, 0, 0, 100, 0),\n(279540, 7, -609.89, 888.265, 90.7244, NULL, 0, 0, 0, 100, 0),\n(279540, 8, -596.534, 855.77, 90.4028, NULL, 0, 0, 0, 100, 0),\n(279540, 9, -580.147, 827.723, 90.5805, NULL, 0, 0, 0, 100, 0),\n(279540, 10, -562.324, 798.501, 90.7838, NULL, 0, 0, 0, 100, 0),\n(279540, 11, -532.082, 794.304, 91.1618, NULL, 0, 0, 0, 100, 0),\n(279540, 12, -518.083, 811.364, 91.8805, NULL, 0, 0, 0, 100, 0),\n(279540, 13, -521.605, 842.761, 92.6933, NULL, 0, 0, 0, 100, 0),\n(279540, 14, -526.614, 870.599, 90.4791, NULL, 0, 0, 0, 100, 0),\n(279540, 15, -523.6, 890.463, 90.6855, NULL, 0, 0, 0, 100, 0),\n(279540, 16, -489.495, 909.271, 90.4394, NULL, 0, 0, 0, 100, 0),\n(279540, 17, -461.385, 911.438, 90.5542, NULL, 0, 0, 0, 100, 0),\n(279540, 18, -422.668, 939.092, 91.0567, NULL, 0, 0, 0, 100, 0),\n(279540, 19, -408.853, 969.2, 91.8706, NULL, 0, 0, 0, 100, 0),\n(279540, 20, -380.325, 990.914, 91.116, NULL, 0, 0, 0, 100, 0),\n(279540, 21, -355.381, 1011.59, 90.3484, NULL, 0, 0, 0, 100, 0),\n(279540, 22, -318.646, 1028.26, 90.3711, NULL, 0, 0, 0, 100, 0),\n(279540, 23, -310.051, 1050.15, 91.4585, NULL, 0, 0, 0, 100, 0),\n(279540, 24, -319.995, 1075.2, 92.5174, NULL, 0, 0, 0, 100, 0),\n(279540, 25, -341.58, 1084.09, 92.3133, NULL, 0, 0, 0, 100, 0),\n(279540, 26, -372.87, 1078.72, 90.7421, NULL, 0, 0, 0, 100, 0),\n(279540, 27, -390.543, 1057.76, 92.2859, NULL, 0, 0, 0, 100, 0),\n(279540, 28, -411.739, 1058.02, 90.6677, NULL, 0, 0, 0, 100, 0),\n(279540, 29, -435.898, 1060.38, 91.3662, NULL, 0, 0, 0, 100, 0),\n(279540, 30, -452.648, 1076.12, 93.0829, NULL, 0, 0, 0, 100, 0),\n(279540, 31, -478.755, 1106.08, 90.9499, NULL, 0, 0, 0, 100, 0),\n(279540, 32, -513.785, 1123.84, 91.7888, NULL, 0, 0, 0, 100, 0),\n(279540, 33, -538.495, 1143.99, 96.0895, NULL, 0, 0, 0, 100, 0),\n(279540, 34, -582.731, 1128.61, 90.4028, NULL, 0, 0, 0, 100, 0),\n(279540, 35, -594.845, 1086.64, 90.9434, NULL, 0, 0, 0, 100, 0),\n(279540, 36, -592.105, 1056.16, 90.5546, NULL, 0, 0, 0, 100, 0),\n--\n(279590, 1, -223.012, 1480.89, 92.2696, NULL, 0, 0, 0, 100, 0),\n(279590, 2, -234.783, 1459.62, 92.423, NULL, 0, 0, 0, 100, 0),\n(279590, 3, -236.749, 1427.77, 96.3663, NULL, 0, 0, 0, 100, 0),\n(279590, 4, -236.734, 1395.46, 96.3049, NULL, 0, 0, 0, 100, 0),\n(279590, 5, -222.611, 1372.54, 93.3343, NULL, 0, 0, 0, 100, 0),\n(279590, 6, -210.576, 1356.61, 89.6603, NULL, 0, 0, 0, 100, 0),\n(279590, 7, -207.299, 1316.38, 89.2497, NULL, 0, 0, 0, 100, 0),\n(279590, 8, -213.887, 1293.1, 89.7079, NULL, 0, 0, 0, 100, 0),\n(279590, 9, -210.712, 1273.52, 90.1271, NULL, 0, 0, 0, 100, 0),\n(279590, 10, -194.617, 1250.82, 89.6351, NULL, 0, 0, 0, 100, 0),\n(279590, 11, -171.227, 1228.36, 89.4896, NULL, 0, 0, 0, 100, 0),\n(279590, 12, -150.301, 1198.87, 89.4678, NULL, 0, 0, 0, 100, 0),\n(279590, 13, -141.57, 1156.22, 89.4306, NULL, 0, 0, 0, 100, 0),\n(279590, 14, -140.46, 1131.99, 89.8964, NULL, 0, 0, 0, 100, 0),\n(279590, 15, -122.096, 1112.94, 90.5833, NULL, 0, 0, 0, 100, 0),\n(279590, 16, -85.5378, 1086.91, 91.6585, NULL, 0, 0, 0, 100, 0),\n(279590, 17, -115.347, 1108.04, 90.6259, NULL, 0, 0, 0, 100, 0),\n(279590, 18, -138.236, 1124.83, 89.1856, NULL, 0, 0, 0, 100, 0),\n(279590, 19, -141.196, 1151.96, 89.4306, NULL, 0, 0, 0, 100, 0),\n(279590, 20, -146.858, 1191.5, 89.427, NULL, 0, 0, 0, 100, 0),\n(279590, 21, -166.141, 1221.88, 89.4777, NULL, 0, 0, 0, 100, 0),\n(279590, 22, -188.911, 1244.97, 89.6325, NULL, 0, 0, 0, 100, 0),\n(279590, 23, -207.774, 1266.34, 90.0969, NULL, 0, 0, 0, 100, 0),\n(279590, 24, -213.749, 1285.44, 90.0735, NULL, 0, 0, 0, 100, 0),\n(279590, 25, -208.982, 1308.55, 89.411, NULL, 0, 0, 0, 100, 0),\n(279590, 26, -208.175, 1348.89, 89.176, NULL, 0, 0, 0, 100, 0),\n(279590, 27, -217.52, 1365.93, 91.6162, NULL, 0, 0, 0, 100, 0),\n(279590, 28, -234.572, 1387.8, 97.2335, NULL, 0, 0, 0, 100, 0),\n(279590, 29, -236.891, 1419.26, 97.1425, NULL, 0, 0, 0, 100, 0),\n(279590, 30, -236.003, 1455.35, 92.5582, NULL, 0, 0, 0, 100, 0),\n(279590, 31, -225.219, 1476.9, 92.2696, NULL, 0, 0, 0, 100, 0),\n(279590, 32, -203.701, 1485.39, 91.5451, NULL, 0, 0, 0, 100, 0),\n(279590, 33, -167.396, 1485.13, 91.6647, NULL, 0, 0, 0, 100, 0),\n(279590, 34, -132.961, 1496.36, 92.9567, NULL, 0, 0, 0, 100, 0),\n(279590, 35, -113.016, 1521.03, 92.0836, NULL, 0, 0, 0, 100, 0),\n(279590, 36, -110.801, 1552.6, 92.9916, NULL, 0, 0, 0, 100, 0),\n(279590, 37, -116.944, 1576.21, 92.0108, NULL, 0, 0, 0, 100, 0),\n(279590, 38, -135.303, 1607.33, 90.5433, NULL, 0, 0, 0, 100, 0),\n(279590, 39, -140.466, 1642.99, 89.5251, NULL, 0, 0, 0, 100, 0),\n(279590, 40, -127.728, 1657.02, 91.1904, NULL, 0, 0, 0, 100, 0),\n(279590, 41, -104.997, 1664.23, 91.4665, NULL, 0, 0, 0, 100, 0),\n(279590, 42, -68.867, 1664, 89.3669, NULL, 0, 0, 0, 100, 0),\n(279590, 43, -54.2228, 1685.34, 89.6857, NULL, 0, 0, 0, 100, 0),\n(279590, 44, -49.8627, 1716.76, 98.849, NULL, 0, 0, 0, 100, 0),\n(279590, 45, -52.4537, 1690.38, 89.0682, NULL, 0, 0, 0, 100, 0),\n(279590, 46, -62.566, 1669.08, 90.7499, NULL, 0, 0, 0, 100, 0),\n(279590, 47, -99.6577, 1664.73, 90.382, NULL, 0, 0, 0, 100, 0),\n(279590, 48, -123.147, 1659.66, 91.5317, NULL, 0, 0, 0, 100, 0),\n(279590, 49, -139.007, 1647.55, 89.5523, NULL, 0, 0, 0, 100, 0),\n(279590, 50, -136.854, 1612.51, 90.6119, NULL, 0, 0, 0, 100, 0),\n(279590, 51, -120.596, 1584.96, 91.3611, NULL, 0, 0, 0, 100, 0),\n(279590, 52, -111.754, 1558.21, 93.0853, NULL, 0, 0, 0, 100, 0),\n(279590, 53, -110.524, 1529.98, 91.2036, NULL, 0, 0, 0, 100, 0),\n(279590, 54, -161.707, 1485.9, 91.6201, NULL, 0, 0, 0, 100, 0),\n(279590, 55, -198.076, 1485.75, 91.7982, NULL, 0, 0, 0, 100, 0),\n(279590, 56, -217.887, 1482.09, 91.9747, NULL, 0, 0, 0, 100, 0),\n--\n(279640, 1, -976.517, 1692.22, 61.2361, NULL, 0, 0, 0, 100, 0),\n(279640, 2, -957.345, 1712.62, 61.22, NULL, 0, 0, 0, 100, 0),\n(279640, 3, -952.957, 1755.73, 62.3276, NULL, 0, 0, 0, 100, 0),\n(279640, 4, -941.536, 1789.82, 60.7657, NULL, 0, 0, 0, 100, 0),\n(279640, 5, -914.646, 1818.9, 62.6623, NULL, 0, 0, 0, 100, 0),\n(279640, 6, -886.863, 1832.12, 62.3846, NULL, 0, 0, 0, 100, 0),\n(279640, 7, -905.737, 1824.51, 63.5225, NULL, 0, 0, 0, 100, 0),\n(279640, 8, -935.892, 1798.56, 59.3195, NULL, 0, 0, 0, 100, 0),\n(279640, 9, -951.854, 1762.34, 62.8508, NULL, 0, 0, 0, 100, 0),\n(279640, 10, -953.413, 1721.96, 61.2053, NULL, 0, 0, 0, 100, 0),\n(279640, 11, -971.752, 1696.63, 61.2334, NULL, 0, 0, 0, 100, 0),\n(279640, 12, -1001.92, 1676.28, 61.2361, NULL, 0, 0, 0, 100, 0),\n(279640, 13, -1009.31, 1657.9, 61.3529, NULL, 0, 0, 0, 100, 0),\n(279640, 14, -1005.24, 1630.27, 61.2592, NULL, 0, 0, 0, 100, 0),\n(279640, 15, -992.469, 1610.14, 61.2361, NULL, 0, 0, 0, 100, 0),\n(279640, 16, -962.337, 1583.36, 61.7044, NULL, 0, 0, 0, 100, 0),\n(279640, 17, -955.152, 1556.97, 61.2326, NULL, 0, 0, 0, 100, 0),\n(279640, 18, -957.57, 1528.98, 61.3099, NULL, 0, 0, 0, 100, 0),\n(279640, 19, -969.114, 1518.44, 61.4942, NULL, 0, 0, 0, 100, 0),\n(279640, 20, -984.98, 1486.71, 62.7984, NULL, 0, 0, 0, 100, 0),\n(279640, 21, -1004.21, 1451.19, 61.7694, NULL, 0, 0, 0, 100, 0),\n(279640, 22, -1010.79, 1427.89, 61.2862, NULL, 0, 0, 0, 100, 0),\n(279640, 23, -1038.15, 1406.75, 64.7124, NULL, 0, 0, 0, 100, 0),\n(279640, 24, -1073.8, 1404.93, 61.4555, NULL, 0, 0, 0, 100, 0),\n(279640, 25, -1112.38, 1417.05, 61.3507, NULL, 0, 0, 0, 100, 0),\n(279640, 26, -1148.16, 1411.21, 61.6115, NULL, 0, 0, 0, 100, 0),\n(279640, 27, -1177.49, 1430.51, 61.1823, NULL, 0, 0, 0, 100, 0),\n(279640, 28, -1214.32, 1447.08, 62.0592, NULL, 0, 0, 0, 100, 0),\n(279640, 29, -1241.69, 1476.21, 61.2353, NULL, 0, 0, 0, 100, 0),\n(279640, 30, -1271.78, 1484.43, 61.2361, NULL, 0, 0, 0, 100, 0),\n(279640, 31, -1302.63, 1475.71, 62.4025, NULL, 0, 0, 0, 100, 0),\n(279640, 32, -1340.13, 1460.15, 61.5487, NULL, 0, 0, 0, 100, 0),\n(279640, 33, -1364.21, 1445.63, 60.691, NULL, 0, 0, 0, 100, 0),\n(279640, 34, -1383.23, 1421.24, 60.3131, NULL, 0, 0, 0, 100, 0),\n(279640, 35, -1371.96, 1438.17, 60.5877, NULL, 0, 0, 0, 100, 0),\n(279640, 36, -1346.01, 1456.97, 61.405, NULL, 0, 0, 0, 100, 0),\n(279640, 37, -1308.88, 1473.27, 62.791, NULL, 0, 0, 0, 100, 0),\n(279640, 38, -1278.29, 1484.06, 61.2361, NULL, 0, 0, 0, 100, 0),\n(279640, 39, -1250.42, 1481.3, 61.2361, NULL, 0, 0, 0, 100, 0),\n(279640, 40, -1222.85, 1453.39, 61.792, NULL, 0, 0, 0, 100, 0),\n(279640, 41, -1186.91, 1436.02, 61.0782, NULL, 0, 0, 0, 100, 0),\n(279640, 42, -1154.36, 1411.99, 61.703, NULL, 0, 0, 0, 100, 0),\n(279640, 43, -1119.05, 1416.85, 61.3529, NULL, 0, 0, 0, 100, 0),\n(279640, 44, -1080.31, 1406.33, 61.388, NULL, 0, 0, 0, 100, 0),\n(279640, 45, -1048.19, 1404.3, 63.3984, NULL, 0, 0, 0, 100, 0),\n(279640, 46, -1016.26, 1419.65, 61.6447, NULL, 0, 0, 0, 100, 0),\n(279640, 47, -1006.82, 1444.96, 61.6332, NULL, 0, 0, 0, 100, 0),\n(279640, 48, -988.016, 1480.69, 63.5501, NULL, 0, 0, 0, 100, 0),\n(279640, 49, -973.433, 1514.08, 61.5387, NULL, 0, 0, 0, 100, 0),\n(279640, 50, -960.28, 1522.27, 61.3228, NULL, 0, 0, 0, 100, 0),\n(279640, 51, -955.445, 1548.74, 61.2378, NULL, 0, 0, 0, 100, 0),\n(279640, 52, -957.995, 1576.99, 61.5376, NULL, 0, 0, 0, 100, 0),\n(279640, 53, -986.694, 1604.62, 61.259, NULL, 0, 0, 0, 100, 0),\n(279640, 54, -1008.86, 1650.06, 61.3415, NULL, 0, 0, 0, 100, 0),\n(279640, 55, -1005.53, 1669.59, 61.2737, NULL, 0, 0, 0, 100, 0),\n(279640, 56, -977.827, 1691.4, 61.2361, NULL, 0, 0, 0, 100, 0),\n--\n(279690, 1, -1056.83, 2296.27, 92.2567, NULL, 0, 0, 0, 100, 0),\n(279690, 2, -1077.63, 2308.44, 94.0364, NULL, 0, 0, 0, 100, 0),\n(279690, 3, -1096.04, 2339.33, 93.0886, NULL, 0, 0, 0, 100, 0),\n(279690, 4, -1114.09, 2375.46, 95.8369, NULL, 0, 0, 0, 100, 0),\n(279690, 5, -1096.4, 2386.39, 92.5813, NULL, 0, 0, 0, 100, 0),\n(279690, 6, -1048.19, 2388.31, 92.4429, NULL, 0, 0, 0, 100, 0),\n(279690, 7, -1021.91, 2378.97, 96.4861, NULL, 0, 0, 0, 100, 0),\n(279690, 8, -985.994, 2376.23, 93.2747, NULL, 0, 0, 0, 100, 0),\n(279690, 9, -963.931, 2392.05, 92.8812, NULL, 0, 0, 0, 100, 0),\n(279690, 10, -943.655, 2417.3, 94.1265, NULL, 0, 0, 0, 100, 0),\n(279690, 11, -921.571, 2426.13, 93.0329, NULL, 0, 0, 0, 100, 0),\n(279690, 12, -894.623, 2411.73, 92.5764, NULL, 0, 0, 0, 100, 0),\n(279690, 13, -880.186, 2392.29, 92.4103, NULL, 0, 0, 0, 100, 0),\n(279690, 14, -854.854, 2360.55, 92.8212, NULL, 0, 0, 0, 100, 0),\n(279690, 15, -823.379, 2342.21, 92.9331, NULL, 0, 0, 0, 100, 0),\n(279690, 16, -795.543, 2339.64, 93.5066, NULL, 0, 0, 0, 100, 0),\n(279690, 17, -764.551, 2320.38, 92.5986, NULL, 0, 0, 0, 100, 0),\n(279690, 18, -787.362, 2337.31, 93.525, NULL, 0, 0, 0, 100, 0),\n(279690, 19, -815.014, 2339.96, 93.0621, NULL, 0, 0, 0, 100, 0),\n(279690, 20, -851.183, 2357.4, 92.8545, NULL, 0, 0, 0, 100, 0),\n(279690, 21, -874.773, 2385.03, 92.6137, NULL, 0, 0, 0, 100, 0),\n(279690, 22, -888.727, 2404.97, 92.2384, NULL, 0, 0, 0, 100, 0),\n(279690, 23, -913.421, 2425.52, 93.0094, NULL, 0, 0, 0, 100, 0),\n(279690, 24, -936.025, 2421.63, 93.803, NULL, 0, 0, 0, 100, 0),\n(279690, 25, -957.827, 2398.75, 92.9573, NULL, 0, 0, 0, 100, 0),\n(279690, 26, -977.777, 2379, 93.0203, NULL, 0, 0, 0, 100, 0),\n(279690, 27, -1012.82, 2377.3, 96.539, NULL, 0, 0, 0, 100, 0),\n(279690, 28, -1043.24, 2387.13, 92.9214, NULL, 0, 0, 0, 100, 0),\n(279690, 29, -1087.57, 2388.58, 91.7494, NULL, 0, 0, 0, 100, 0),\n(279690, 30, -1113.63, 2379.13, 95.8739, NULL, 0, 0, 0, 100, 0),\n(279690, 31, -1098.44, 2344.02, 92.7512, NULL, 0, 0, 0, 100, 0),\n(279690, 32, -1083.48, 2315.25, 94.2635, NULL, 0, 0, 0, 100, 0),\n(279690, 33, -1061.57, 2298.17, 92.4757, NULL, 0, 0, 0, 100, 0),\n(279690, 34, -1026.16, 2290.3, 91.0404, NULL, 0, 0, 0, 100, 0),\n(279690, 35, -1011.48, 2259.42, 87.0563, NULL, 0, 0, 0, 100, 0),\n(279690, 36, -984.063, 2230.18, 88.0576, NULL, 0, 0, 0, 100, 0),\n(279690, 37, -956.86, 2249.19, 84.3583, NULL, 0, 0, 0, 100, 0),\n(279690, 38, -943.641, 2282.62, 86.4864, NULL, 0, 0, 0, 100, 0),\n(279690, 39, -911.19, 2282.34, 88.9967, NULL, 0, 0, 0, 100, 0),\n(279690, 40, -884.791, 2305.12, 92.7057, NULL, 0, 0, 0, 100, 0),\n(279690, 41, -863.112, 2315.18, 93.3281, NULL, 0, 0, 0, 100, 0),\n(279690, 42, -846.733, 2354.45, 92.9641, NULL, 0, 0, 0, 100, 0),\n(279690, 43, -825.339, 2383.66, 93.0266, NULL, 0, 0, 0, 100, 0),\n(279690, 44, -816.977, 2415.04, 93.6934, NULL, 0, 0, 0, 100, 0),\n(279690, 45, -806.979, 2433.38, 93.3316, NULL, 0, 0, 0, 100, 0),\n(279690, 46, -789.745, 2442.58, 96.1088, NULL, 0, 0, 0, 100, 0),\n(279690, 47, -800.946, 2438.22, 94.2856, NULL, 0, 0, 0, 100, 0),\n(279690, 48, -813.625, 2423.31, 93.4578, NULL, 0, 0, 0, 100, 0),\n(279690, 49, -821.834, 2392.23, 93.4458, NULL, 0, 0, 0, 100, 0),\n(279690, 50, -842.44, 2362.73, 92.9717, NULL, 0, 0, 0, 100, 0),\n(279690, 51, -856.762, 2320.75, 93.2593, NULL, 0, 0, 0, 100, 0),\n(279690, 52, -877.201, 2310.28, 92.8653, NULL, 0, 0, 0, 100, 0),\n(279690, 53, -903.639, 2285.88, 89.8801, NULL, 0, 0, 0, 100, 0),\n(279690, 54, -937.882, 2286.81, 86.9589, NULL, 0, 0, 0, 100, 0),\n(279690, 55, -952.319, 2256.97, 84.4559, NULL, 0, 0, 0, 100, 0),\n(279690, 56, -977.141, 2231.51, 87.6701, NULL, 0, 0, 0, 100, 0),\n(279690, 57, -1009.04, 2254.87, 86.6962, NULL, 0, 0, 0, 100, 0),\n(279690, 58, -1020.11, 2284.9, 90.6242, NULL, 0, 0, 0, 100, 0);\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (4688, 4689, 4690);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (\n-27940, -27941, -27942, -27943, -27950, -27951, -27952, -27953, -27955, -27956, -27957, -27958,\n-27960, -27961, -27962, -27963, -27965, -27966, -27967, -27968, -27970, -27971, -27972, -27973);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-27940, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27941, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27942, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27943, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27950, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27951, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27952, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n(-27953, 0, 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, 'Bonepaw Hyena - On Respawn - Set Active'),\n--\n(-27955, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27956, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27957, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27958, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27960, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27961, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27962, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n(-27963, 0, 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, 'Starving Bonepaw - On Respawn - Set Active'),\n--\n(-27965, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27966, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27967, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27968, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27970, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27971, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27972, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active'),\n(-27973, 0, 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, 'Rapid Bonemaw - On Respawn - Set Active');\n"
  },
  {
    "path": "data/sql/world/base/zone_dragonblight.sql",
    "content": "-- fix Dregmar Runebrand waypoints\nUPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 27003;\nUPDATE `creature` SET `position_x` =  3671.979, `position_y` = -497.5903, `position_z` = 157.9536, `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 27003;\n\nDELETE FROM `creature_addon` WHERE `guid` = 107239;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(107239, 1072390, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 1072390;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(1072390, 1, 3671.979, -497.5903, 157.9536, NULL, 0, 0, 0, 0, 0),\n(1072390, 2, 3693.592, -472.8958, 163.496, NULL, 0, 0, 0, 0, 0),\n(1072390, 3, 3694.013, -466.6045, 166.7129, NULL, 0, 0, 0, 0, 0),\n(1072390, 4, 3713.763, -454.1045, 159.2129, NULL, 10000, 0, 0, 100, 0),\n(1072390, 5, 3717.158, -453.4165, 161.311, NULL, 0, 0, 0, 0, 0),\n(1072390, 6, 3717.857, -415.6472, 151.0353, NULL, 0, 0, 0, 0, 0),\n(1072390, 7, 3716.621, -404.0498, 152.4212, NULL, 0, 0, 0, 0, 0),\n(1072390, 8, 3704.548, -388.2196, 162.9577, NULL, 10000, 0, 0, 100, 0),\n(1072390, 9, 3717.158, -453.4165, 161.311, NULL, 0, 0, 0, 0, 0),\n(1072390, 10, 3717.357, -443.3972, 160.0353, NULL, 0, 0, 0, 0, 0),\n(1072390, 11, 3717.357, -440.3972, 159.2853, NULL, 0, 0, 0, 0, 0),\n(1072390, 12, 3717.607, -438.3972, 158.7853, NULL, 0, 0, 0, 0, 0),\n(1072390, 13, 3717.607, -436.3972, 158.0353, NULL, 0, 0, 0, 0, 0),\n(1072390, 14, 3717.607, -434.3972, 157.2853, NULL, 0, 0, 0, 0, 0),\n(1072390, 15, 3717.607, -432.6472, 156.2853, NULL, 0, 0, 0, 0, 0),\n(1072390, 16, 3717.607, -430.6472, 155.5353, NULL, 0, 0, 0, 0, 0),\n(1072390, 17, 3717.607, -428.6472, 154.5353, NULL, 0, 0, 0, 0, 0),\n(1072390, 18, 3717.607, -426.6472, 153.7853, NULL, 0, 0, 0, 0, 0),\n(1072390, 19, 3717.607, -424.6472, 153.0353, NULL, 0, 0, 0, 0, 0),\n(1072390, 20, 3717.607, -422.6472, 152.2853, NULL, 0, 0, 0, 0, 0),\n(1072390, 21, 3717.607, -418.6472, 151.5353, NULL, 0, 0, 0, 0, 0),\n(1072390, 22, 3717.857, -415.6472, 151.0353, NULL, 10000, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_dun_morogh.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(706, 808, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1130, 1134, 1135, 1137, 1196, 1211, 1260, 1271, 1397, 1689, 1961, 6123, 6124, 6221, 7843, 8503);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(706, 808, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1130, 1134, 1135, 1137, 1196, 1211, 1260, 1271, 1397, 1689, 1961, 6123, 6124, 6221, 7843, 8503);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(706, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Frostmane Troll Whelp - On Aggro - Say Line 0'),\n(808, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6957, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grik\\'nir the Cold - On Aggro - Cast Frostmane Strength'),\n(808, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 9000, 12000, 0, 0, 11, 21030, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Grik\\'nir the Cold - In Combat - Cast Frost Shock'),\n(1115, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rockjaw Skullthumper - On Aggro - Say Line 0'),\n(1115, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 8000, 11000, 0, 0, 11, 3148, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Rockjaw Skullthumper - Within 0-5 Range - Cast Head Crack'),\n(1115, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rockjaw Skullthumper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1116, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rockjaw Ambusher - On Aggro - Say Line 0'),\n(1116, 0, 1, 0, 67, 0, 100, 0, 0, 0, 2000, 5000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rockjaw Ambusher - Behind Target - Cast Backstab'),\n(1116, 0, 2, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rockjaw Ambusher - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(1117, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rockjaw Bonesnapper - On Aggro - Say Line 0'),\n(1117, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7095, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rockjaw Bonesnapper - On Respawn - Cast Knockdown Proc'),\n(1117, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rockjaw Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1118, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rockjaw Backbreaker - On Aggro - Say Line 1'),\n(1118, 0, 1, 1, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rockjaw Backbreaker - Between 0-20% Health - Cast Frenzy (No Repeat)'),\n(1118, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Rockjaw Backbreaker - On Frenzy - Say Line 0'),\n(1119, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hammerspine - On Aggro - Say Line 0'),\n(1119, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hammerspine - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1120, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Frostmane Troll - On Aggro - Say Line 0'),\n(1121, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Frostmane Snowstrider - On Aggro - Say Line 0'),\n(1121, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 467, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Frostmane Snowstrider - On Aggro - Cast Thorns'),\n(1121, 0, 2, 0, 0, 0, 100, 0, 3000, 3000, 60000, 60000, 0, 0, 11, 6950, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Frostmane Snowstrider - In Combat - Cast Faerie Fire'),\n(1121, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Frostmane Snowstrider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1122, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Frostmane Hideskinner - On Aggro - Say Line 0'),\n(1122, 0, 1, 0, 67, 0, 100, 0, 0, 0, 2000, 4000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Frostmane Hideskinner - In Combat - Cast Backstab'),\n(1122, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Frostmane Hideskinner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1123, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Frostmane Headhunter - On Aggro - Say Line 0'),\n(1123, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Frostmane Headhunter - Outside 30 Range - Start Combat Movement'),\n(1123, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Frostmane Headhunter - Within 5-30 Range - Stop Combat Movement'),\n(1123, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Frostmane Headhunter - Within 0-5 Range - Start Combat Movement'),\n(1123, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Frostmane Headhunter - Within 5-30 Range - Cast Throw'),\n(1123, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Frostmane Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1124, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 20798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Frostmane Shadowcaster - Out of Combat - Cast Demon Skin'),\n(1124, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Frostmane Shadowcaster - On Aggro - Say Line 0'),\n(1124, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Frostmane Shadowcaster - In Combat - Cast Shadow Bolt'),\n(1124, 0, 3, 0, 0, 0, 100, 0, 3000, 3000, 180000, 180000, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Frostmane Shadowcaster - In Combat - Cast Curse of Weakness'),\n(1124, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Frostmane Shadowcaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1125, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Crag Boar - On Aggro - Cast Rushing Charge'),\n(1126, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Large Crag Boar - On Aggro - Cast Rushing Charge'),\n(1127, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Elder Crag Boar - On Aggro - Cast Rushing Charge'),\n(1130, 0, 0, 0, 0, 0, 100, 0, 4000, 4000, 50000, 50000, 0, 0, 11, 3130, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Bjarn - Within 0-5 Range - Cast Ice Claw'),\n(1130, 0, 1, 0, 0, 0, 100, 0, 2000, 2000, 15000, 24000, 0, 0, 11, 3147, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Bjarn - Within 0-5 Range - Cast Rend Flesh'),\n(1134, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 10000, 15000, 0, 0, 11, 3131, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Young Wendigo - Within 0-5 Range - Cast Frost Breath'),\n(1135, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 10000, 11000, 0, 0, 11, 3131, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Wendigo - Within 0-5 Range - Cast Frost Breath'),\n(1137, 0, 0, 0, 0, 0, 100, 0, 7000, 14000, 7000, 14000, 0, 0, 11, 3129, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Edan the Howler - Within 0-5 Range - Cast Frost Breath'),\n--\n(1196, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 42000, 46000, 0, 0, 11, 3130, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Ice Claw Bear - Within 0-5 Range - Cast Ice Claw'),\n(1211, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Leper Gnome - On Aggro - Say Line 0'),\n(1211, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 14000, 17000, 0, 0, 11, 6951, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Leper Gnome - In Combat - Cast Decayed Strength'),\n(1211, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Leper Gnome - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1260, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 465, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Great Father Arctikus - Out of Combat - Cast Devotion Aura (No Repeat)'),\n(1260, 0, 1, 0, 4, 0, 80, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Great Father Arctikus - On Aggro - Say Line 0'),\n(1260, 0, 2, 0, 2, 0, 100, 1, 0, 75, 0, 0, 0, 0, 11, 139, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Great Father Arctikus - Between 0-75% Health - Cast Renew (No Repeat)'),\n(1260, 0, 3, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 2053, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Great Father Arctikus - Between 0-20% Health - Cast Lesser Heal (No Repeat)'),\n(1271, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 17000, 23000, 0, 0, 11, 3145, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Old Icebeard - Within 0-5 Range - Cast Icy Grasp'), \n(1271, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 30000, 44000, 0, 0, 11, 3146, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Old Icebeard - Within 0-5 Range - Cast Daunting Growl'), -- https://www.youtube.com/watch?v=jaYpr0YlBmQ\n(1397, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Frostmane Seer - On Aggro - Say Line 0'),\n(1397, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Frostmane Seer - In Combat - Cast Lightning Bolt'),\n(1397, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Frostmane Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1689, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarred Crag Boar - On Aggro - Cast Rushing Charge'),\n(1961, 0, 0, 0, 0, 0, 100, 0, 9000, 13000, 34000, 46000, 0, 0, 11, 3242, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Mangeclaw - Within 0-5 Range - Cast Ravage'),\n(6123, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Iron Spy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(6124, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Captain Beld - On Aggro - Say Line 0'),\n(6124, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Beld - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(6221, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Addled Leper - Out of Combat - Cast Battle Stance (No Repeat)'),\n(6221, 0, 1, 0, 4, 0, 40, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Addled Leper - On Aggro - Say Line 0'),\n(6221, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Addled Leper - Outside 30 Range - Start Combat Movement'),\n(6221, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Addled Leper - Within 5-30 Range - Stop Combat Movement'),\n(6221, 0, 4, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Addled Leper - Within 0-5 Range - Start Combat Movement'),\n(6221, 0, 5, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Addled Leper - Within 5-30 Range - Cast Shoot'),\n(6221, 0, 6, 0, 9, 0, 100, 0, 0, 0, 17000, 23000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Addled Leper - Within 0-5 Range - Cast Hamstring'),\n(6221, 0, 7, 0, 0, 0, 100, 0, 7000, 9000, 13000, 16000, 0, 0, 11, 25712, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Addled Leper - Within 0-5 Range - Cast Heroic Strike'),\n(6221, 0, 8, 0, 2, 0, 100, 0, 0, 30, 30000, 45000, 0, 0, 11, 2055, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Addled Leper - Between 0-30% Health - Cast Heal'),\n(6221, 0, 9, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Addled Leper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7843, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Gnomeregan Evacuee - Out of Combat - Cast Battle Stance (No Repeat)'),\n(7843, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Gnomeregan Evacuee - Outside 30 Range - Start Combat Movement'),\n(7843, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Gnomeregan Evacuee - Within 5-30 Range - Stop Combat Movement'),\n(7843, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gnomeregan Evacuee - Within 0-5 Range - Start Combat Movement'),\n(7843, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gnomeregan Evacuee - Within 5-30 Range - Cast Shoot'),\n(7843, 0, 5, 0, 9, 0, 100, 0, 0, 0, 17000, 23000, 0, 5, 11, 9080, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gnomeregan Evacuee - Within 0-5 Range - Cast Hamstring'),\n(7843, 0, 6, 0, 0, 0, 100, 0, 7000, 9000, 13000, 16000, 0, 0, 11, 25712, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Gnomeregan Evacuee - Within 0-5 Range - Cast Heroic Strike'),\n(7843, 0, 7, 0, 2, 0, 100, 0, 0, 30, 30000, 45000, 0, 0, 11, 2055, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Gnomeregan Evacuee - Between 0-30% Health - Cast Heal'),\n(7843, 0, 8, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnomeregan Evacuee - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7843, 0, 9, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Gnomeregan Evacuee - On Just Died - Say Line 0'),\n--\n(8503, 0, 0, 0, 4, 0, 80, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Gibblewilt - On Aggro - Say Line 0'),\n(8503, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gibblewilt - In Combat - Cast Fireball'),\n(8503, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gibblewilt - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n-- fix respawn times\nUPDATE `creature` SET `spawntimesecs` = 270  WHERE `id1` = 808;  -- Grik'nir the Cold\nUPDATE `creature` SET `spawntimesecs` = 5400 WHERE `id1` = 1119; -- Hammerspine\nUPDATE `creature` SET `spawntimesecs` = 5400 WHERE `id1` = 1137; -- Edan the Howler\nUPDATE `creature` SET `spawntimesecs` = 270  WHERE `id1` = 1961; -- Mangeclaw\nUPDATE `creature` SET `spawntimesecs` = 270  WHERE `id1` = 6124; -- Captain Beld\n\n-- Beginnings (Warlock)\nDELETE FROM `creature_questender` WHERE `id` = 460 AND `quest` = 1599;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (460, 1599);\n\nDELETE FROM `creature_queststarter` WHERE `id` = 460 AND `quest` = 1599;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (460, 1599);\n\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 1599;\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` = 1599;\n"
  },
  {
    "path": "data/sql/world/base/zone_durotar.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (3121, 3195);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(3099, 3100, 3101, 3103, 3104, 3105, 3106, 3107, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3122, 3123, 3124, 3125, 3127, 3128, 3129, 3130, 3131, \n3183, 3192, 3196, 3197, 3198, 3199, 3203, 3204, 3205, 3206, 3207, 3226, 3227, 3281, 5808, 5809, 5822, 5823, 5824, 5826);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(3099, 3100, 3101, 3103, 3104, 3105, 3106, 3107, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3127, 3128, 3129, 3130, 3131, \n3183, 3192, 3195, 3196, 3197, 3198, 3199, 3203, 3204, 3205, 3206, 3207, 3226, 3227, 3281, 5808, 5809, 5822, 5823, 5824, 5826);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3099, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 20, 11, 3385, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dire Mottled Boar - Within 0-20 Range - Cast Boar Charge (No Repeat)'),\n(3100, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 20, 11, 3385, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Elder Mottled Boar - Within 0-20 Range - Cast Boar Charge (No Repeat)'),\n(3101, 0, 0, 0, 0, 0, 100, 0, 0, 0, 5000, 15000, 0, 0, 11, 11921, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vile Familiar - In Combat - Cast Fireball'), -- https://www.youtube.com/watch?v=_NrDScU8JBM\n--\n(3103, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Makrura Clacker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3104, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Makrura Shellhide - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3105, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 5, 11, 5424, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Makrura Snapclaw - Within 0-5 Range - Cast Claw Grasp'),\n(3105, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Makrura Snapclaw - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3106, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pygmy Surf Crawler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3107, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Surf Crawler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3110, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 5, 11, 12166, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Dreadmaw Crocolisk - Within 0-5 Range - Cast Muscle Tear'),\n--\n(3111, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 5280, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Razormane Quilboar - On Aggro - Cast Razor Mane'),\n(3111, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Quilboar - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3112, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Razormane Scout - Outside 30 Range - Start Combat Movement'),\n(3112, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Razormane Scout - Within 5-30 Range - Stop Combat Movement'),\n(3112, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Razormane Scout - Within 0-5 Range - Start Combat Movement'),\n(3112, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Razormane Scout - Within 5-30 Range - Cast Shoot'),\n(3112, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3113, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 35000, 0, 30, 11, 6950, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Razormane Dustrunner - In Combat - Cast Faerie Fire'),\n(3113, 0, 1, 0, 14, 0, 100, 0, 100, 40, 14000, 21000, 0, 0, 11, 774, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Razormane Dustrunner - Friendly Missing 100 Health - Cast Rejuvenation'),\n(3113, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Dustrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3114, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 11000, 19000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Razormane Battleguard - In Combat - Cast Improved Blocking'),\n(3114, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormane Battleguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3115, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dustwind Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3116, 0, 0, 0, 0, 0, 100, 0, 5000, 11000, 18000, 24000, 0, 0, 11, 3147, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Dustwind Pillager - Within 0-5 Range - Cast Rend Flesh'),\n(3116, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dustwind Pillager - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3117, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dustwind Savage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3118, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dustwind Storm Witch - In Combat - Cast Lightning Bolt'),\n(3118, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dustwind Storm Witch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3119, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 21000, 29000, 0, 0, 11, 7272, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Kolkar Drudge - In Combat - Cast Dust Cloud'),\n(3119, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kolkar Drudge - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3120, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Kolkar Outrunner - Outside 30 Range - Start Combat Movement'),\n(3120, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Kolkar Outrunner - Within 5-30 Range - Stop Combat Movement'),\n(3120, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Kolkar Outrunner - Within 0-5 Range - Start Combat Movement'),\n(3120, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Kolkar Outrunner - Within 5-30 Range - Cast Shoot'),\n(3120, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kolkar Outrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3122, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 15, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodtalon Taillasher - Within 0-15 Range - Cast Rushing Charge (No Repeat)'),\n(3123, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 15, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodtalon Scythemaw - Within 0-15 Range - Cast Rushing Charge (No Repeat)'),\n(3124, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6751, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Scorpid Worker - On Respawn - Cast Weak Poison Proc'),\n(3125, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6751, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Clattering Scorpid - On Respawn - Cast Weak Poison Proc'),\n(3127, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 14000, 0, 5, 11, 5416, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Venomtail Scorpid - Within 0-5 Range - Cast Venom Sting'),\n--\n(3128, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 5, 30, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Kul Tiras Sailor - Between 5-30 Range - Cast Rushing Charge (No Repeat)'),\n(3128, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kul Tiras Sailor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3129, 0, 0, 0, 105, 0, 50, 0, 0, 0, 16000, 32000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Kul Tiras Marine - Target Casting - Cast Shield Bash'),\n(3129, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kul Tiras Marine - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3130, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 6000, 11000, 0, 0, 11, 5401, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Thunder Lizard - In Combat - Cast Lizard Bolt'),\n(3131, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 6000, 11000, 0, 0, 11, 5401, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Lightning Hide - In Combat - Cast Lizard Bolt'),\n--\n(3183, 0, 0, 0, 9, 0, 100, 0, 0, 0, 19000, 25000, 0, 30, 11, 172, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Yarrog Baneshadow - Within 0-30 Range - Cast Corruption'),\n(3183, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 22000, 29000, 0, 0, 11, 348, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Yarrog Baneshadow - In Combat - Cast Immolate'),\n(3192, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 200000, 200000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Lieutenant Benedict - Out of Combat - Cast Defensive Stance'),\n(3192, 0, 1, 0, 105, 0, 50, 0, 0, 0, 20000, 30000, 0, 5, 11, 72, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Lieutenant Benedict - Target Casting - Cast Shield Bash'),\n(3192, 0, 2, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 5, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lieutenant Benedict - Within 0-5 Range - Cast Improved Blocking'),\n(3192, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lieutenant Benedict - Between 0-15% Health - Flee For Assist'),\n--\n(3196, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 25000, 0, 30, 11, 348, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Burning Blade Neophyte - Within 0-30 Range - Cast Immolate'),\n(3197, 0, 0, 0, 0, 0, 100, 0, 1000, 11000, 16000, 22000, 0, 0, 11, 5262, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Burning Blade Fanatic - In Combat - Cast Fanatic Blade'),\n(3198, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Burning Blade Apprentice - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(3198, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Burning Blade Apprentice - In Combat - Cast Shadow Bolt'),\n(3199, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Burning Blade Cultist - Out of Combat - Cast Summon Imp (No Repeat)'),\n(3199, 0, 1, 0, 0, 0, 100, 0, 6000, 13000, 18000, 23000, 0, 0, 11, 11962, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Burning Blade Cultist - In Combat - Cast Immolate'),\n--\n(3203, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Fizzle Darkstorm - Out of Combat - Cast Summon Imp (No Repeat)'),\n(3203, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Fizzle Darkstorm - In Comba - Cast Shadow Bolt'),\n(3203, 0, 2, 0, 2, 0, 100, 0, 0, 50, 20000, 30000, 0, 0, 11, 7290, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Fizzle Darkstorm - Between 0-50% Health - Cast Soul Siphon'),\n(3203, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Fizzle Darkstorm - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3204, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 20798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Gazz uz - Out of Combat - Cast Demon Skin'),\n(3204, 0, 1, 0, 1, 0, 100, 1, 3000, 3000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Gazz uz - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(3204, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gazz uz - In Combat - Cast Shadow Bolt'),\n(3204, 0, 3, 0, 0, 0, 100, 0, 5000, 8000, 30000, 45000, 0, 0, 11, 172, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Gazz uz - In Combat - Cast Corruption'),\n(3204, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gazz uz - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3205, 0, 0, 0, 2, 0, 100, 0, 0, 50, 16000, 21000, 0, 0, 11, 332, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Zalazane - Between 0-50% Health - Cast Healing Wave'),\n(3205, 0, 1, 0, 0, 0, 100, 0, 6000, 11000, 12000, 21000, 0, 0, 11, 7289, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Zalazane - In Combat - Cast Shrink'),\n(3206, 0, 0, 0, 16, 0, 100, 0, 324, 1, 15000, 30000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Voodoo Troll - Missing Buff - Cast Lightning Shield'),\n(3206, 0, 1, 0, 2, 0, 100, 0, 0, 50, 16000, 21000, 0, 0, 11, 332, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Voodoo Troll - Between 0-50% Health - Cast Healing Wave'),\n(3206, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Voodoo Troll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3207, 0, 0, 0, 0, 0, 100, 0, 3000, 8000, 19000, 24000, 0, 0, 11, 11962, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Hexed Troll - In Combat - Cast Immolate'),\n(3207, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hexed Troll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3226, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 35000, 0, 5, 11, 5413, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Corrupted Scorpid - Within 0-5 Range - Cast Noxious Catalyst'),\n(3227, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Corrupted Bloodtalon Scythemaw - On Aggro - Cast Rushing Charge'),\n(3281, 0, 0, 0, 0, 0, 60, 0, 1000, 5000, 1000, 8000, 0, 0, 11, 11918, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Sarkoth - Within 0-5 Range - Cast Poison'),\n--\n(5808, 0, 0, 0, 0, 0, 100, 0, 8000, 25000, 21000, 44000, 0, 0, 11, 8078, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Warlord Kolkanis - In Combat - Cast Thunderclap'),\n(5808, 0, 1, 0, 105, 0, 50, 0, 5000, 20000, 40000, 40000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Warlord Kolkanis - Target Casting - Cast Pummel'),\n(5809, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Watch Commander Zalaphil - Out of Combat - Cast Defensive Stance'),\n(5809, 0, 1, 0, 105, 0, 50, 0, 0, 0, 8000, 20000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Watch Commander Zalaphil - Target Casting - Cast Shield Bash'),\n(5809, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Watch Commander Zalaphil - Between 0-15% Health - Flee For Assist'),\n(5822, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Felweaver Scornn - In Combat - Cast Shadow Bolt'),\n(5822, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Felweaver Scornn - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5823, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 18000, 0, 5, 11, 5416, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Death Flayer - Within 0-5 Range - Cast Venom Sting'),\n(5824, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Captain Flat Tusk - Out of Combat - Cast Battle Stance (No Repeat)'),\n(5824, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 25710, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Flat Tusk - In Combat - Cast Heroic Strike'),\n(5824, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Flat Tusk - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5826, 0, 0, 0, 16, 0, 100, 0, 324, 1, 15000, 30000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Geolord Mottle - On Missing Buff - Cast Lightning Shield'),\n(5826, 0, 1, 0, 2, 0, 100, 0, 0, 75, 16000, 21000, 0, 0, 11, 547, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Geolord Mottle - Between 0-75% Health - Cast Healing Wave'),\n(5826, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Geolord Mottle - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- fix multiple spawn locations and respawn times\nDELETE FROM `creature` WHERE `id1` IN (3204, 5809, 5822, 5824, 5826);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(695041, 3204, 0, 0, 1, 0, 0, 1, 1, 1, 1454.2, -4701.82, -2.62193, 4.57276, 300, 0, 0, 178, 382, 0, 0, 0, 0, '', 0, 0, NULL),   -- Gazz'uz\n(695042, 3204, 0, 0, 1, 0, 0, 1, 1, 1, 1470.49, -4706.11, 2.22037, 0.820305, 300, 0, 0, 178, 382, 0, 0, 0, 0, '', 0, 0, NULL),\n(695043, 3204, 0, 0, 1, 0, 0, 1, 1, 1, 1465.78, -4683.74, 6.62599, 5.71567, 300, 0, 0, 178, 382, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(695045, 5809, 0, 0, 1, 0, 0, 1, 1, 1, -254.436, -5094.49, 41.2355, 6.23083, 3600, 5, 0, 176, 0, 1, 0, 0, 0, '', 0, 0, NULL),   -- Watch Commander Zalaphi\n(695046, 5809, 0, 0, 1, 0, 0, 1, 1, 1, -272.183, -5131.39, 24.23, 1.02974, 3600, 0, 0, 176, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(695048, 5822, 0, 0, 1, 0, 0, 1, 1, 1, 1492.44, -4753.37, 21.1028, 4.04916, 19800, 0, 0, 624, 308, 0, 0, 0, 0, '', 0, 0, NULL), -- Felweaver Scornn\n(695049, 5822, 0, 0, 1, 0, 0, 1, 1, 1, 1470.19, -4695.29, 6.53009, 4.15388, 19800, 0, 0, 624, 308, 0, 0, 0, 0, '', 0, 0, NULL),\n(695050, 5822, 0, 0, 1, 0, 0, 1, 1, 1, 1552.74, -4767.29, 12.937, 3.75246, 19800, 0, 0, 624, 308, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(695051, 5824, 0, 0, 1, 0, 0, 1, 1, 1, 432.488, -4213.4, 24.5885, 5.28835, 5400, 0, 0, 666, 0, 0, 0, 0, 0, '', 0, 0, NULL),     -- Captain Flat Tusk\n(695052, 5824, 0, 0, 1, 0, 0, 1, 1, 1, -94.3403, -4010.99, 62.5894, 0.418879, 5400, 0, 0, 666, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695053, 5824, 0, 0, 1, 0, 0, 1, 1, 1, -94.3403, -4010.99, 62.5894, 0.418879, 5400, 0, 0, 666, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(695055, 5826, 0, 0, 1, 0, 0, 1, 1, 1, 50.8229, -4457.19, 48.4233, 5.58505, 3600, 0, 0, 166, 178, 0, 0, 0, 0, '', 0, 0, NULL),  -- Geolord Mottle\n(695056, 5826, 0, 0, 1, 0, 0, 1, 1, 1, 424.321, -4245.13, 26.3462, 1.74533, 3600, 5, 0, 166, 178, 1, 0, 0, 0, '', 0, 0, NULL),\n(695057, 5826, 0, 0, 1, 0, 0, 1, 1, 1, 29.7214, -4278.99, 69.91, 0.785398, 3600, 0, 0, 166, 178, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (6456, 12209, 12218, 12384); -- using custom guids now\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN 695041 AND 695057;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(695041, 0, 0, 0, 1, 0, 0, NULL),\n(695042, 0, 0, 0, 1, 0, 0, NULL),\n(695043, 0, 0, 0, 1, 0, 0, NULL),\n(695048, 0, 0, 0, 1, 0, 0, NULL),\n(695049, 0, 0, 0, 1, 0, 0, NULL),\n(695050, 0, 0, 0, 1, 0, 0, NULL),\n(695051, 0, 0, 1114112, 1, 0, 0, ''), -- no idea what this does:\n(695052, 0, 0, 1114112, 1, 0, 0, ''), -- https://www.azerothcore.org/wiki/creature_addon#bytes1\n(695053, 0, 0, 1114112, 1, 0, 0, ''),\n(695055, 0, 0, 0, 1, 0, 0, NULL),\n(695056, 0, 0, 0, 1, 0, 0, NULL),\n(695057, 0, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601031, 601032, 601033, 601034, 601035);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n--\n(695041, 601031, 0, 'Gazz uz'),\n(695042, 601031, 0, 'Gazz uz'),\n(695043, 601031, 0, 'Gazz uz'),\n--\n(695045, 601032, 0, 'Watch Commander Zalaphi'),\n(695046, 601032, 0, 'Watch Commander Zalaphi'),\n--\n(695048, 601033, 0, 'Felweaver Scornn'),\n(695049, 601033, 0, 'Felweaver Scornn'),\n(695050, 601033, 0, 'Felweaver Scornn'),\n--\n(695051, 601034, 0, 'Captain Flat Tusk'),\n(695052, 601034, 0, 'Captain Flat Tusk'),\n(695053, 601034, 0, 'Captain Flat Tusk'),\n--\n(695055, 601035, 0, 'Geolord Mottle'),\n(695056, 601035, 0, 'Geolord Mottle'),\n(695057, 601035, 0, 'Geolord Mottle');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601031, 601032, 601033, 601034, 601035);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601031, 1, 'Gazz uz - Durotar'),\n(601032, 1, 'Watch Commander Zalaphi - Durotar'),\n(601033, 1, 'Felweaver Scornn - Durotar'),\n(601034, 1, 'Captain Flat Tusk - Durotar'),\n(601035, 1, 'Geolord Mottle - Durotar');\n\n-- Warlord Kolkanis(5808), fix movement and respawn time\nUPDATE `creature` SET `spawntimesecs` = 3600, `MovementType` = 1, `Wander_distance` = 5 WHERE `guid` = 12260;\n\n-- Death Flayer, fix waypoints and respawn time\nDELETE FROM `creature` WHERE `id1` = 5823;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(12322, 5823, 0, 0, 1, 0, 0, 1, 1, 0, 57.4579, -3894.15, 42.8933, 0.345736, 5400, 0, 1, 222, 0, 2, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` = 12322;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(12322, 123220, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 123220;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(123220, 1, 65.0755, -3891.4, 42.9449, NULL, 0, 0, 0, 100, 0),\n(123220, 2, 81.1732, -3871.89, 40.6949, NULL, 0, 0, 0, 100, 0),\n(123220, 3, 80.5673, -3856.36, 38.2577, NULL, 0, 0, 0, 100, 0),\n(123220, 4, 72.9199, -3843.47, 36.5567, NULL, 0, 0, 0, 100, 0),\n(123220, 5, 62.252, -3826.64, 34.1118, NULL, 0, 0, 0, 100, 0),\n(123220, 6, 46.3394, -3820.66, 33.5518, NULL, 0, 0, 0, 100, 0),\n(123220, 7, 11.5731, -3824.48, 36.6694, NULL, 0, 0, 0, 100, 0),\n(123220, 8, -3.29514, -3833.02, 37.6529, NULL, 0, 0, 0, 100, 0),\n(123220, 9, -17.3023, -3845.18, 38.6958, NULL, 0, 0, 0, 100, 0),\n(123220, 10, -38.3168, -3860.21, 41.1418, NULL, 0, 0, 0, 100, 0),\n(123220, 11, -61.2309, -3872.46, 44.7209, NULL, 0, 0, 0, 100, 0),\n(123220, 12, -71.5894, -3888.75, 48.0972, NULL, 0, 0, 0, 100, 0),\n(123220, 13, -80.8197, -3902.58, 49.211, NULL, 0, 0, 0, 100, 0),\n(123220, 14, -93.3524, -3915.01, 49.5645, NULL, 0, 0, 0, 100, 0),\n(123220, 15, -111.531, -3923.6, 50.0194, NULL, 0, 0, 0, 100, 0),\n(123220, 16, -128.017, -3926.95, 50.5721, NULL, 0, 0, 0, 100, 0),\n(123220, 17, -143.026, -3926.32, 50.1671, NULL, 0, 0, 0, 100, 0),\n(123220, 18, -158.365, -3912, 46.6012, NULL, 0, 0, 0, 100, 0),\n(123220, 19, -148.283, -3875.65, 38.4424, NULL, 0, 0, 0, 100, 0),\n(123220, 20, -142.801, -3867.94, 37.0176, NULL, 0, 0, 0, 100, 0),\n(123220, 21, -121.655, -3861.71, 36.427, NULL, 0, 0, 0, 100, 0),\n(123220, 22, -88.5653, -3867.88, 41.7086, NULL, 0, 0, 0, 100, 0),\n(123220, 23, -55.9653, -3874.69, 45.4089, NULL, 0, 0, 0, 100, 0),\n(123220, 24, -35.9069, -3881.75, 46.0981, NULL, 0, 0, 0, 100, 0),\n(123220, 25, -19.0145, -3890.51, 46.8976, NULL, 0, 0, 0, 100, 0),\n(123220, 26, 4.02648, -3907.16, 47.0248, NULL, 0, 0, 0, 100, 0),\n(123220, 27, 12.8264, -3916.49, 48.043, NULL, 0, 0, 0, 100, 0),\n(123220, 28, 27.3142, -3935.14, 46.5789, NULL, 0, 0, 0, 100, 0),\n(123220, 29, 47.084, -3965.3, 46.4278, NULL, 0, 0, 0, 100, 0),\n(123220, 30, 63.2329, -3977.25, 46.1559, NULL, 0, 0, 0, 100, 0),\n(123220, 31, 84.3205, -3994.96, 46.1625, NULL, 0, 0, 0, 100, 0),\n(123220, 32, 97.1628, -3997.66, 45.9555, NULL, 0, 0, 0, 100, 0),\n(123220, 33, 116.311, -3998.28, 46.7055, NULL, 0, 0, 0, 100, 0),\n(123220, 34, 123.423, -3990.48, 47.3305, NULL, 0, 0, 0, 100, 0),\n(123220, 35, 129.77, -3978.22, 47.8305, NULL, 0, 0, 0, 100, 0),\n(123220, 36, 137.765, -3958.59, 47.6785, NULL, 0, 0, 0, 100, 0),\n(123220, 37, 142.347, -3939.54, 46.8611, NULL, 0, 0, 0, 100, 0),\n(123220, 38, 134.912, -3920.85, 45.5247, NULL, 0, 0, 0, 100, 0),\n(123220, 39, 114.207, -3909.07, 44.8599, NULL, 0, 0, 0, 100, 0),\n(123220, 40, 96.3006, -3902.33, 44.9489, NULL, 0, 0, 0, 100, 0),\n(123220, 41, 73.8626, -3897.34, 44.0498, NULL, 0, 0, 0, 100, 0),\n(123220, 42, 58.6096, -3901.33, 43.2971, NULL, 0, 0, 0, 100, 0),\n(123220, 43, 33.1469, -3929.22, 45.8132, NULL, 0, 0, 0, 100, 0),\n(123220, 44, 25.3641, -3944.03, 47.0631, NULL, 0, 0, 0, 100, 0),\n(123220, 45, 19.2552, -3958.15, 48.461, NULL, 0, 0, 0, 100, 0),\n(123220, 46, 4.47613, -3982.07, 52.7196, NULL, 0, 0, 0, 100, 0),\n(123220, 47, 4.3342, -4003.91, 54.2451, NULL, 0, 0, 0, 100, 0),\n(123220, 48, 10.594, -4028.3, 54.6714, NULL, 0, 0, 0, 100, 0),\n(123220, 49, 48.1098, -4034.24, 50.7997, NULL, 0, 0, 0, 100, 0),\n(123220, 50, 53.4861, -4012.5, 49.4287, NULL, 0, 0, 0, 100, 0),\n(123220, 51, 54.2385, -3987.21, 47.9023, NULL, 0, 0, 0, 100, 0),\n(123220, 52, 46.3192, -3965.17, 46.5042, NULL, 0, 0, 0, 100, 0),\n(123220, 53, 29.3296, -3937.64, 46.337, NULL, 0, 0, 0, 100, 0),\n(123220, 54, 26.0642, -3909.04, 45.5605, NULL, 0, 0, 0, 100, 0),\n(123220, 55, 40.7949, -3898.71, 43.2894, NULL, 0, 0, 0, 100, 0),\n(123220, 56, 52.673, -3894.57, 42.6995, NULL, 0, 0, 0, 100, 0);\n\n/* Quests */\n\n-- Cutting Teeth\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Kill 10 Mottled Boars then return to Gornek at the Den.', `RequiredNpcOrGoCount1` = 10 WHERE `ID` = 788;\n\n-- Sting of the Scorpid\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Get 10 Scorpid Worker Tails for Gornek in the Den.', `RequiredItemCount1` = 10 WHERE `ID` = 789;\n\n-- Vile Familiars\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Kill 12 Vile Familiars.$b$bReturn to Zureetha Fargaze outside the Den.', `RequiredNpcOrGoCount1` = 12 WHERE `ID` = 792;\n\nUPDATE `quest_template_addon` SET `AllowableClasses` = 1279 WHERE `ID` = 792;\nUPDATE `quest_template_addon` SET `NextQuestID` = 1499 WHERE `ID` = 1485;\n\nDELETE FROM `creature_queststarter` WHERE `id` = 5765 AND `quest` = 1485;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5765, 1485);\n\nDELETE FROM `creature_questender` WHERE `id` = 5765 AND `quest` = 1485;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (5765, 1485);\n\n-- Galgar's Cactus Apple Surprise\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Bring Galgar 10 Cactus Apples. You remember him saying that they could be found near cactuses.', `RequiredItemCount1` = 10 WHERE `ID` = 4402;\n\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 790; -- Sarkoth\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 794; -- Burning Blade Medallion\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 804; -- Sarkoth\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 805; -- Report to Sen'jin Village\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 1516; -- Call of Earth (Shaman)\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 1517; -- Call of Earth (Shaman)\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 2161; -- A Peon's Burden\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 4641; -- Your Place In The World\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 5441; -- Lazy Peons\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 6394; -- Thazz'ril's Pick\n\nUPDATE `quest_template_addon` SET `AllowableClasses` = 1279 WHERE `ID` = 792;\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (\n788,  -- Cutting Teeth\n789,  -- Sting of the Scorpid\n790,  -- Sarkoth\n792,  -- Vile Familiars\n794,  -- Burning Blade Medallion\n804,  -- Sarkoth\n805,  -- Report to Sen'jin Village\n1516, -- Call of Earth (Shaman)\n1517, -- Call of Earth (Shaman)\n2161, -- A Peon's Burden\n2383, -- Simple Parchment\n4402, -- Galgar's Cactus Apple Surprise\n4641, -- Your Place In The World\n5441, -- Lazy Peons\n6394  -- Thazz'ril's Pick\n);\n"
  },
  {
    "path": "data/sql/world/base/zone_duskwood.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (213, 521, 898, 923);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(48, 202, 203, 205, 206, 210, 212, 215, 217, 218, 300, 314, 315, 503, 507, 511, 522, 531, 533, 534, 539, 565, 569, 570, 574, \n604, 628, 785, 787, 889, 891, 892, 909, 910, 920, 930, 948, 949, 1110, 1200, 1251, 1258, 1270, 1487, 6170);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(48, 202, 203, 205, 206, 210, 212, 213, 215, 217, 218, 300, 314, 315, 503, 507, 511, 521, 522, 531, 533, 534, 539, 565, 569, 570, 574, \n604, 628, 785, 787, 889, 891, 892, 898, 909, 910, 920, 923, 930, 948, 949, 1110, 1200, 1251, 1258, 1270, 1487, 6170);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(48, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Skeletal Warrior - On Aggro - Cast Battle Stance'),\n(48, 0, 1, 0, 0, 0, 100, 0, 2000, 13000, 10000, 20000, 0, 0, 11, 9080, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Skeletal Warrior - Within 0-5 Range - Cast Hamstring'),\n(202, 0, 0, 0, 0, 0, 100, 0, 5000, 20000, 20000, 30000, 0, 0, 11, 7399, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Skeletal Horror - Within 0-5 Range - Cast Terrify'),\n(203, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Skeletal Mage - Out of Combat - Cast Frost Armor'),\n(203, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skeletal Mage - In Combat - Cast Frostbolt'),\n(205, 0, 0, 0, 67, 0, 100, 0, 0, 0, 10000, 21000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Nightbane Dark Runner - Behind Target - Cast Exploit Weakness'),\n(206, 0, 0, 0, 0, 0, 100, 0, 2000, 16000, 17000, 34000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Nightbane Vile Fang - Within 0-5 Range - Cast Infected Wound'),\n(210, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 26047, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bone Chewer - On Respawn - Cast Birth'),\n(210, 0, 1, 0, 0, 0, 100, 0, 2000, 12000, 46000, 66000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Bone Chewer - Within 0-5 Range - Cast Pierce Armor'),\n(212, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Splinter Fist Warrior - On Aggro - Say Line 0'),\n(212, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 1000, 9000, 0, 0, 11, 5242, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Splinter Fist Warrior - In Combat - Cast Battle Shout'),\n(215, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Defias Night Runner - Out of Combat - Cast Sneak (No Repeat)'),\n(215, 0, 1, 0, 67, 0, 80, 0, 3000, 6000, 5000, 8000, 0, 5, 11, 2589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Defias Night Runner - Behind Target - Cast Backstab'),\n(215, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Night Runner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(217, 0, 0, 0, 0, 0, 100, 0, 9000, 23000, 30000, 63000, 0, 0, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Venom Web Spider - In Combat - Cast Web'),\n(217, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Venom Web Spider - On Respawn - Cast Poison Proc'),\n(218, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Grave Robber - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(300, 0, 0, 0, 0, 0, 100, 0, 4000, 14000, 11000, 25000, 0, 0, 11, 8716, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Zzarc Vul - Within 0-5 Range - Cast Low Swipe'),\n(314, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Eliza - On Aggro - Say Line 0'),\n(314, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20819, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Eliza - In Combat - Cast Frostbolt'),\n(314, 0, 2, 0, 106, 0, 100, 0, 0, 0, 2900, 5900, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Eliza - In Combat - Cast Frost Nova'),\n(314, 0, 3, 0, 0, 0, 100, 0, 4000, 6000, 72000, 72000, 0, 0, 11, 3107, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Eliza - In Combat - Cast Summon Elizas Guard'),\n(315, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Stalvan Mistmantle - On Aggro - Say Line 0'),\n(315, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 8000, 16000, 0, 0, 11, 3105, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Stalvan Mistmantle - In Combat - Cast Curse of Stalvan'),\n(315, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Stalvan Mistmantle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(503, 0, 0, 0, 0, 0, 100, 0, 0, 0, 5900, 14200, 0, 0, 11, 2767, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lord Malathrom - In Combat - Cast Shadow Word: Pain'),\n(503, 0, 1, 0, 0, 0, 100, 0, 5000, 11000, 22000, 33000, 0, 0, 11, 3537, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lord Malathrom - In Combat - Cast Minions of Malathrom'),\n(507, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Fenros - Out of Combat - Cast Frost Armor'),\n(507, 0, 1, 0, 9, 0, 100, 0, 0, 0, 32000, 48000, 0, 30, 11, 6725, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Fenros - Within 0-30 Range - Cast Flame Spike'),\n(507, 0, 2, 0, 9, 0, 40, 0, 0, 0, 25000, 45000, 0, 8, 11, 865, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Fenros - Within 0-8 Range - Cast Frost Nova'),\n(511, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 26047, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Insane Ghoul - On Respawn - Cast Birth'),\n(511, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 120000, 130000, 0, 0, 11, 8282, 32, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,  'Insane Ghoul - Within 0-20 Range - Cast Curse of Blood'),\n(522, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 28000, 0, 5, 11, 3547, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Mor Ladim - Within 0-5 Range - Cast Enraging Memories'),\n(531, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 3416, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Skeletal Fiend - Between 0-30% Health - Cast Fiend Fury (No Repeat)'),\n(533, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Nightbane Shadow Weaver - In Combat - Cast Shadow Bolt'),\n(533, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 76000, 91000, 0, 0, 11, 992, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Nightbane Shadow Weaver - In Combat - Cast Shadow Word: Pain'),\n(534, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 30000, 45000, 0, 0, 11, 8715, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Nefaru - In Combat - Cast Terrifying Howl'),\n(534, 0, 1, 0, 0, 0, 100, 0, 5000, 7000, 21000, 48000, 0, 0, 11, 3604, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Nefaru - Within 0-5 Range - Cast Tendon Rip'),\n(539, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Pygmy Venom Web Spider - On Respawn - Cast Poison Proc'),\n(565, 0, 0, 0, 0, 0, 100, 0, 19000, 34000, 34000, 71000, 0, 0, 11, 3150, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Rabid Dire Wolf - Within 0-5 Range - Cast Rabies'),\n(569, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Green Recluse - On Respawn - Cast Poison Proc'),\n(570, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 26047, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Brain Eater - Out of Combat - Cast Birth'), -- test!\n(570, 0, 1, 0, 0, 0, 100, 0, 1000, 7000, 4000, 13000, 0, 0, 11, 3429, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Brain Eater - In Combat - Cast Plague Mind'),\n(574, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Naraxis - On Respawn - Cast Deadly Poison Proc'),\n(574, 0, 1, 0, 0, 0, 100, 0, 4000, 20000, 60000, 134000, 0, 0, 11, 3542, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Naraxis - Within 0-5 Range - Cast Naraxis Web'),\n(604, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 26047, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Plague Spreader - On Respawn - Cast Birth'),\n(604, 0, 1, 0, 0, 0, 100, 0, 0, 7000, 420000, 426000, 0, 0, 11, 3436, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Plague Spreader - Within 0-5 Range - Cast Wandering Plague'),\n(628, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 28000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Black Ravager - Within 0-5 Range - Cast Rend'),\n(785, 0, 0, 0, 0, 0, 20, 0, 20000, 26000, 30000, 45000, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Skeletal Warder - In Combat - Cast Quick Flame Ward'),\n(785, 0, 1, 0, 0, 0, 100, 0, 1000, 9000, 20000, 44000, 0, 0, 11, 8699, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Skeletal Warder - In Combat - Cast Unholy Frenzy'),\n(787, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Skeletal Healer - In Combat - Cast Shadow Bolt'),\n(787, 0, 1, 0, 74, 0, 100, 0, 5000, 5000, 60000, 60000, 40, 40, 11, 2054, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,    'Skeletal Healer - Friendly Between 0-40% Health - Cast Heal'),\n--\n(889, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Splinter Fist Ogre - On Aggro - Say Line 0'),\n(891, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Splinter Fist Fire Weaver - On Aggro - Say Line 0'),\n(891, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 19816, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Splinter Fist Fire Weaver - In Combat - Cast Fireball'),\n(891, 0, 2, 0, 0, 0, 100, 0, 1000, 5000, 18000, 20000, 0, 0, 11, 20296, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Splinter Fist Fire Weaver - In Combat - Cast Flamestrike'),\n(892, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Splinter Fist Taskmaster - On Aggro - Say Line 0'),\n(892, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 1000, 5000, 0, 0, 11, 3631, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Splinter Fist Taskmaster - In Combat - Cast Battle Fury'),\n--\n(909, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Defias Night Blade - On Respawn - Cast Poison Proc'),\n(909, 0, 2, 0, 67, 0, 70, 0, 0, 0, 3000, 12000, 0, 5, 11, 2589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Defias Night Blade - Behind Target - Cast Backstab'),\n(909, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Night Blade - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(910, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Defias Enchanter - Out of Combat - Cast Frost Armor'),\n(910, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20811, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Defias Enchanter - In Combat - Cast Fireball'),\n(910, 0, 2, 0, 0, 0, 100, 0, 5000, 15000, 15000, 40000, 0, 0, 11, 3443, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Defias Enchanter - In Combat - Cast Enchanted Quickness'),\n(910, 0, 3, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Enchanter - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(920, 0, 0, 0, 0, 0, 100, 0, 13000, 19000, 24000, 38000, 0, 0, 11, 3424, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Nightbane Tainted One - In Combat - Cast Tainted Howl'),\n(920, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Nightbane Tainted One - On Respawn - Cast Poison Proc'),\n(930, 0, 0, 0, 0, 0, 100, 0, 3000, 13000, 8000, 14000, 0, 0, 11, 7367, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Black Widow Hatchling - Within 0-5 Range - Cast Infected Bite'),\n(930, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Black Widow Hatchling - On Respawn - Cast Poison Proc'),\n(948, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 26047, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rotted One - On Respawn - Cast Birth'),\n(948, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 3428, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rotted One - On Just Died - Cast \\'Summon Flesh Eating Worms\\''),\n(949, 0, 0, 0, 0, 0, 100, 0, 9000, 26000, 13000, 48000, 0, 0, 11, 3609, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Carrion Recluse - Within 0-5 Range - Cast Paralyzing Poison'),\n(1110, 0, 0, 0, 0, 0, 100, 0, 1000, 4000, 19000, 34000, 0, 0, 11, 7992, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Skeletal Raider - In Combat - Cast Slowing Poison'),\n--\n(1200, 0, 0, 0, 1, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 8909, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Morbent Fel - Out of Combat - Cast Unholy Shield'),\n(1200, 0, 1, 0, 8, 0, 100, 512, 8913, 0, 0, 0, 0, 0, 36, 24782, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Morbent Fel - On Spellhit \\'Sacred Cleansing\\' - Update Template To \\'Weakened Morbent Fel\\''),\n(1200, 0, 2, 0, 0, 0, 100, 0, 0, 0, 3000, 13000, 0, 0, 11, 3108, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Morbent Fel - In Combat - Cast Touch of Death'),\n(1200, 0, 3, 0, 0, 0, 100, 0, 0, 0, 24000, 24000, 0, 0, 11, 3109, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Morbent Fel - In Combat - Cast Presence of Death'),\n(1200, 0, 4, 0, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 8909, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Morbent Fel - Between 0-15% Health - Remove Aura Unholy Shield'),\n--\n(1251, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                       'Splinter Fist Firemonger - On Aggro - Say Line 0'),\n(1251, 0, 1, 0, 0, 0, 100, 0, 1000, 5000, 61000, 71000, 0, 0, 11, 184, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Splinter Fist Firemonger - In Combat - Cast Fire Shield II'),\n(1258, 0, 0, 0, 0, 0, 100, 0, 6000, 8000, 30000, 47000, 0, 0, 11, 3149, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Black Ravager Mastiff - In Combat - Cast Furious Howl'),\n(1258, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 15000, 25000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Black Ravager Mastiff - Within 0-5 Range - Cast Rend'),\n(1270, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 26047, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Fetid Corpse - On Respawn - Cast Birth'),\n(1270, 0, 1, 0, 0, 0, 100, 0, 2000, 18000, 120000, 125000, 0, 0, 11, 7102, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,  'Fetid Corpse - Within 0-5 Range - Cast Contagion of Rot'),\n(1487, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Splinter Fist Enslaver - Outside 30 Range - Start Combat Movement'),\n(1487, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Splinter Fist Enslaver - Within 5-30 Range - Stop Combat Movement'),\n(1487, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Splinter Fist Enslaver - Within 0-5 Range - Start Combat Movement'),\n(1487, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Splinter Fist Enslaver - Within 5-30 Range - Cast Throw'),\n(1487, 0, 4, 0, 9, 0, 100, 0, 0, 0, 20000, 45000, 0, 20, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Splinter Fist Enslaver - Within 0-20 Range - Cast Net'),\n--\n(6170, 0, 0, 0, 0, 0, 100, 0, 17000, 20000, 21000, 37000, 0, 0, 11, 3424, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Gutspill - In Combat - Cast Tainted Howl'),\n(6170, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gutspill - On Respawn - Cast Poison Proc');\n\n\n-- fix respawn time of Lord Malathrom and Naraxis\nUPDATE `creature` SET `spawntimesecs` = 23400 WHERE `id1` IN (503, 574);\n\n-- Nothing but the Truth, should require deepstrider tumor(6082)\nDELETE FROM `item_dbc` WHERE `ID` = 6082;\nINSERT INTO `item_dbc` (`ID`, `ClassID`, `SubclassID`, `Sound_Override_Subclassid`, `Material`, `DisplayInfoID`, `InventoryType`, `SheatheType`) VALUES\n(6082, 12, 0, -1, -1, 9734, 0, 0);\n\n-- Nothing but the Truth, item ID stayed the same, so only updating name and icon\nUPDATE `item_template` SET `name` = 'Deepstrider Tumor', `displayid` = 9734 WHERE `entry` = 6082;\n\n-- Nothing but the Truth, tumor dropped from: Deepstrider Giant(4686), Deepstrider Searcher(4687)\nDELETE FROM `creature_loot_template` WHERE `Item` = 6082;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(4686, 6082, 0, 100, 1, 1, 0, 1, 1, 'Deepstrider Giant - Deepstrider Tumor'),\n(4687, 6082, 0, 100, 1, 1, 0, 1, 1, 'Deepstrider Searcher - Deepstrider Tumor');\n\n-- Nothing but the Truth, update quest log and description\nUPDATE `quest_template` SET `LogDescription` = 'Apothecary Faustin at Beggar\\'s Haunt needs 5 Shadow Panther Hearts, Mire Lord Fungus and a Deepstrider Tumor.' WHERE `ID` = 1383;\nUPDATE `quest_template` SET `QuestDescription` = 'I have just the right serum in mind. It will deal with the truth in precisely the way the truth should be dealt with.$b$bFor this concoction I will need several Shadow Panther hearts from the Swamp. I also require the enchanted fungus off of the Mire Lord who resides there. I am sure one as able as you, $n, can persuade him to part with some.$b$bNow the hard part will be locating a Deepstrider tumor from far-off Desolace. Very rarely the giants there become ill and a tumor forms.$b$bNow, off you go!' WHERE `ID` = 1383;\n"
  },
  {
    "path": "data/sql/world/base/zone_dustwallow_marsh.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (4382, 4397);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN\n(4323, 4328, 4329, 4331, 4334, 4344, 4345, 4346, 4347, 4348, 4351, 4352, 4356, 4359, 4360, 4361, 4362, 4363, 4364, 4366, 4368, 4370, 4371, 4374, 4376, 4378, 4379,\n4380, 4385, 4387, 4389, 4390, 4392, 4393, 4394, 4401, 4404, 4412, 4414, 4834, 14230, 14232, 14236, 15552, 23592, 23593, 23594, 23595, 23714, 23786, 23841, 23873);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN\n(4323, 4328, 4329, 4331, 4334, 4344, 4345, 4346, 4347, 4348, 4351, 4352, 4356, 4359, 4360, 4361, 4362, 4363, 4364, 4366, 4368, 4370, 4371, 4374, 4376, 4378, 4379,\n4380, 4382, 4385, 4387, 4389, 4390, 4392, 4393, 4394, 4397, 4401, 4404, 4412, 4414, 4834, 14230, 14232, 14236, 15552, 23592, 23593, 23594, 23595, 23714, 23786, 23841, 23873);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`,\n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`,\n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`,\n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(4323, 0, 0, 0, 0, 0, 100, 0, 2400, 2700, 9400, 9700, 0, 0, 11, 11985, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Searing Hatchling - In Combat - Cast Fireball'),\n(4328, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 18968, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Firemane Scalebane - In Combat - Cast Fire Shield'),\n(4328, 0, 2, 0, 105, 0, 50, 0, 0, 0, 12000, 17000, 0, 5, 11, 11972, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Firemane Scalebane - Within 0-5 Range - Cast Shield Bash'),\n(4328, 0, 3, 0, 9, 0, 100, 0, 3000, 3000, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Firemane Scalebane - Within 0-5 Range - Cast Sunder Armor'),\n(4328, 0, 4, 0, 8, 0, 100, 512, 42411, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Firemane Scalebane - On spell hit  - Despawn'), -- Brogg's Totem\n(4329, 0, 0, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 18968, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Firemane Scout - In Combat - Cast Fire Shield'),\n(4329, 0, 1, 0, 8, 0, 100, 512, 42411, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Firemane Scout - On spell hit  - Despawn'), -- Brogg's Totem\n(4331, 0, 0, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 18968, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Firemane Ash Tail - In Combat - Cast Fire Shield'),\n(4331, 0, 1, 0, 106, 0, 100, 0, 4000, 6000, 12000, 16000, 0, 5, 11, 11969, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Firemane Ash Tail - Within 0-5 Range - Cast Fire Nova'),\n(4331, 0, 2, 0, 8, 0, 100, 512, 42411, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Firemane Ash Tail - On spell hit  - Despawn'), -- Brogg's Totem\n(4334, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3400, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Firemane Flamecaller - In Combat - Cast Fireball'),\n(4334, 0, 1, 0, 0, 0, 100, 0, 9000, 16000, 30000, 45000, 0, 0, 11, 11990, 64, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Firemane Flamecaller - In Combat - Cast Rain of Fire'),\n--\n(4344, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 42455, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mottled Drywallow Crocolisk - On Death - Cast Captured Totem Test Credit'),\n(4345, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 42455, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                   'Drywallow Daggermaw - On Death - Cast Captured Totem Test Credit'),\n(4345, 0, 1, 0, 9, 0, 100, 0, 3000, 3000, 45000, 45000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Drywallow Daggermaw - Within 0-5 Range - Cast Pierce Armor'),\n(4346, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 11000, 0, 5, 11, 744, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Noxious Flayer - Within 0-5 Range - Cast Poison'),\n(4347, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Noxious Reaver - On Respawn - Cast Poison Proc'),\n(4347, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 12000, 15000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Noxious Reaver - Within 0-5 Range - Cast Swoop'),\n(4348, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Noxious Shredder - On Respawn - Cast Poison Proc'),\n(4348, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Noxious Shredder - On Respawn - Cast Thrash Proc'),\n(4351, 0, 0, 0, 8, 0, 100, 0, 42325, 0, 0, 0, 0, 0, 11, 42337, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Bloodfen Raptor - On Spellhit \\'Capture Raptor\\' - Cast Raptor Capture Credit'),\n(4351, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodfen Raptor - Between 0-20% Health - Say Line 0 (No Repeat)'),\n(4352, 0, 0, 0, 8, 0, 100, 0, 42325, 0, 0, 0, 0, 0, 11, 42337, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Bloodfen Screecher - On Spellhit \\'Capture Raptor\\' - Cast Raptor Capture Credit'),\n(4352, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodfen Screecher - Between 0-20% Health - Say Line 0 (No Repeat)'),\n(4356, 0, 0, 0, 9, 0, 100, 0, 2300, 2600, 8000, 14000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Bloodfen Razormaw - Within 0-5 Range - Cast Infected Wound'),\n--\n(4359, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9463, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mirefin Murloc - On Respawn - Cast Mirefin Fungus Proc'),\n(4359, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mirefin Murloc - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4360, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9463, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mirefin Warrior - On Respawn - Cast Mirefin Fungus Proc'),\n(4360, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mirefin Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4361, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9463, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mirefin Muckdweller - On Respawn - Cast Mirefin Fungus Proc'),\n(4361, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 30000, 35000, 0, 0, 11, 6278, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Mirefin Muckdweller - In Combat - Cast Creeping Mold'),\n(4361, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mirefin Muckdweller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4362, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9463, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mirefin Coastrunner - On Respawn - Cast Mirefin Fungus Proc'),\n(4362, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mirefin Coastrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4363, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9463, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mirefin Oracle - On Respawn - Cast Mirefin Fungus Proc'),\n(4363, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Mirefin Oracle - In Combat - Cast Lightning Bolt'),\n(4363, 0, 2, 0, 74, 0, 100, 0, 0, 0, 14000, 19000, 50, 40, 11, 959, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Mirefin Oracle - Friendly Between 0-50% Health - Cast Healing Wave'),\n(4363, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mirefin Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4364, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Strashaz Warrior - Within 0-5 Range - Cast Hamstring'),\n(4364, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 8000, 12000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Strashaz Warrior - Within 0-5 Range - Cast Mortal Strike'),\n(4364, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Strashaz Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4366, 0, 0, 0, 0, 0, 100, 0, 7000, 12000, 21000, 25000, 0, 0, 11, 16509, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Strashaz Serpent Guard - Within 0-5 Range - Cast Rend'),\n(4366, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Strashaz Serpent Guard - Within 0-5 Range - Cast Strike'),\n(4366, 0, 2, 0, 0, 0, 100, 0, 4000, 9000, 18000, 34000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Strashaz Serpent Guard - Within 0-5 Range - Cast Disarm'),\n(4366, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Strashaz Serpent Guard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4368, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 9000, 13000, 0, 0, 11, 18812, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Strashaz Myrmidon - Within 0-5 Range - Cast Knockdown'),\n(4368, 0, 2, 0, 9, 0, 100, 0, 0, 0, 11000, 14000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Strashaz Myrmidon - Within 0-5 Range - Cast Cleave'),\n(4368, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Strashaz Myrmidon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4370, 0, 0, 0, 0, 0, 100, 0, 12000, 16000, 16000, 21000, 0, 0, 11, 15499, 1, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Strashaz Sorceress - In Combat - Cast Frost Shock'),\n(4370, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12737, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Strashaz Sorceress - In Combat - Cast Frostbolt'),\n(4370, 0, 2, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 8, 11, 15532, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Strashaz Sorceress - Within 0-8 Range - Cast Frost Nova'),\n(4371, 0, 0, 0, 0, 0, 100, 0, 15000, 18000, 21000, 26000, 0, 0, 11, 15654, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Strashaz Siren - In Combat - Cast Shadow Word: Pain'),\n(4371, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15587, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Strashaz Siren - In Combat - Cast Mind Blast'),\n(4371, 0, 2, 0, 0, 0, 100, 0, 8, 12, 16, 22, 0, 0, 11, 7645, 97, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,               'Strashaz Siren - In Combat - Cast Dominate Mind'),\n(4371, 0, 3, 0, 0, 0, 50, 0, 3000, 6000, 30000, 30000, 0, 0, 11, 15785, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Strashaz Siren - In Combat - Cast Mana Burn'),\n(4371, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Strashaz Siren - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4374, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 5, 11, 16128, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Strashaz Hydra - In Combat - Cast Infected Bite'),\n(4374, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Strashaz Hydra - In Combat - Cast Thrash'),\n--\n(4376, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Darkmist Spider - On Respawn - Cast Poison Proc'),\n(4378, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Darkmist Recluse - On Respawn - Cast Poison Proc'),\n(4379, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Darkmist Silkspinner - On Respawn - Cast Poison Proc'),\n(4379, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 30, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Darkmist Silkspinner - Within 0-30 Range - Cast Web'),\n(4380, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Darkmist Widow - On Respawn - Cast Poison Proc'),\n(4380, 0, 1, 0, 0, 0, 100, 0, 7000, 7500, 15000, 15500, 0, 0, 11, 43134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Darkmist Widow - In Combat - Cast Hatch Spiderlings'),\n--\n(4385, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Withervine Rager - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(4385, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Withervine Rager - On Enrage - Say Line 0'),\n(4387, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 5, 11, 5337, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Withervine Mire Beast - Within 0-5 Range - Cast Wither Strike'),\n(4389, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Murk Thresher - On Respawn - Cast Thrash Proc'),\n(4390, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Elder Murk Thresher - On Respawn - Cast Thrash Proc'),\n(4392, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 11000, 0, 5, 11, 9459, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Corrosive Swamp Ooze - Within 0-5 Range - Cast Corrosive Ooze'),\n(4393, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 11000, 0, 5, 11, 9459, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Acidic Swamp Ooze - Within 0-5 Range - Cast Corrosive Ooze'),\n(4393, 0, 1, 0, 8, 0, 100, 0, 42485, 0, 0, 0, 0, 0, 11, 42486, 3, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Acidic Swamp Ooze - On Spellhit \\'End of Ooze Channel\\' - Cast Ooze Channel Credit'),\n(4394, 0, 0, 0, 8, 0, 100, 512, 42485, 0, 0, 0, 0, 0, 11, 42486, 3, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Bubbling Swamp Ooze - On Spellhit \\'End of Ooze Channel\\' - Cast Ooze Channel Credit'),\n--\n(4401, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 3604, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Muckshell Clacker - Within 0-5 Range - Cast Tendon Rip'),\n(4401, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Muckshell Clacker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4404, 0, 0, 0, 0, 0, 60, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Muckshell Scrabbler - In Combat - Cast Lightning Bolt'),\n(4404, 0, 1, 0, 74, 0, 100, 0, 0, 0, 16000, 21000, 50, 40, 11, 8005, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Muckshell Scrabbler - Friendly Between 0-50% Health - Cast Healing Wave'),\n(4412, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 13000, 0, 30, 11, 7992, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Darkfang Creeper - In Combat - Cast Slowing Poison'),\n(4414, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 7951, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Darkfang Venomspitter - In Combat - Cast Toxic Spit'),\n(4834, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Theramore Infiltrator - On Reset - Cast Sneak'),\n--\n(14230, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Burgle Eye - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(14232, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 15000, 18000, 0, 0, 11, 3147, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Dart - Within 0-5 Range - Cast Rend Flesh'),\n(14236, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lord Angler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(15552, 0, 0, 1, 11, 0, 100, 1, 0, 0, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 5086.29, -5108.8, 929.24, 0,    'Dr Weavil - On Respawn - Move Point'),\n(15552, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dr Weavil - On Respawn - Set Faction'),\n(15552, 0, 2, 0, 34, 0, 100, 513, 8, 1, 0, 0, 0, 0, 80, 1555200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Dr Weavil - MovementInform - Start Script'),\n(15552, 0, 3, 4, 34, 0, 100, 513, 8, 2, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 15553, 30, 0, 0, 0, 0, 0, 0,             'Dr Weavil - MovementInform - Set Data'),\n(15552, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dr Weavil - MovementInform - Despawn'),\n(15552, 0, 5, 0, 0, 0, 100, 0, 5000, 8000, 55000, 60000, 0, 0, 11, 25772, 32, 1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0,   'Dr Weavil - In Combat - Cast Mental Domination'),\n(15552, 0, 6, 0, 0, 0, 100, 0, 4000, 7000, 14000, 16500, 0, 0, 11, 25774, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Dr Weavil - In Combat - Cast Mind Shatter'),\n--\n(23592, 0, 0, 0, 0, 0, 100, 0, 3400, 4000, 10800, 12400, 0, 0, 11, 43108, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Grimtotem Breaker - Within 0-10 Range - Cast Bone Breaker'),\n(23593, 0, 0, 0, 0, 0, 100, 0, 0, 0, 30000, 45000, 0, 0, 11, 43110, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Grimtotem Spirit-Shifter - In Combat - Cast Summon Spirit Wolf'), -- test!\n(23593, 0, 1, 0, 0, 0, 100, 0, 2000, 3000, 12000, 13000, 0, 0, 11, 11824, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Grimtotem Spirit-Shifter - In Combat - Cast Shock'),\n(23594, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 0, 5, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Grimtotem Destroyer - Within 0-5 Range - Cast War Stomp'),\n(23595, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 60000, 70000, 0, 0, 11, 15786, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Grimtotem Earthbinder - In Combat - Cast Earthbind Totem'),\n(23714, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Grimtotem Elder - In Combat - Cast Lightning Bolt'),\n(23714, 0, 1, 0, 74, 0, 100, 0, 0, 0, 16000, 21000, 50, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Grimtotem Elder - Friendly Between 0-50% Health - Cast Healing Wave'),\n--\n(23786, 0, 0, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 80, 2378600, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Stonemaul Spirit - On Spawn - Run Script'), -- say line 0, start attack\n(23786, 0, 1, 0, 0, 0, 15, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Stonemaul Spirit - In Combat - Say Line 1 (No Repeat)'),\n(23841, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17100, 17400, 0, 5, 11, 12054, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Razorspine - Within 0-5 Range - Cast Rend'),\n(23873, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 20000, 22000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Goreclaw the Ravenous - In Combat - Cast Lash'),\n(23873, 0, 1, 0, 9, 0, 100, 0, 0, 0, 17600, 17900, 0, 5, 11, 32019, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Goreclaw the Ravenous - Within 0-5 Range - Cast Gore');\n\n-- quest: Stinky's Escape, fix worldserver error\nUPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 4880 AND `source_type` = 0 AND `id` IN (0, 1);\n\nUPDATE `creature` SET `spawntimesecs` = 18000, `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 14230; -- Burgle Eye\n\nDELETE FROM `creature`       WHERE `id1` = 23589;  -- Defias Rummager\nDELETE FROM `creature`       WHERE `id1` = 23841;  -- Razorspine\nDELETE FROM `creature_addon` WHERE `guid` = 39309; -- Razorspine\n\n/* Fiora Longears - restore her location to Theramore and restore quests that involve her */\nDELETE FROM `creature` WHERE `id1` = 4456;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,\n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES\n(37087, 4456, 0, 0, 1, 0, 0, 1, 1, 1, -3613.47, -4464.02, 13.7054, 2.61799, 275, 0, 0, 787, 0, 0, 0, 0, 0, '', 0, NULL);\n\nDELETE FROM `creature_queststarter` WHERE `id` = 4455 AND `quest` IN (1132);\nDELETE FROM `creature_queststarter` WHERE `id` = 4456 AND `quest` IN (1133, 1135);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (4455, 1132), (4456, 1133), (4456, 1135);\n\nDELETE FROM `creature_questender` WHERE `id` = 3845 AND `quest` IN (1133);\nDELETE FROM `creature_questender` WHERE `id` = 4456 AND `quest` IN (1132, 1135);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (3845, 1133), (4456, 1132), (4456, 1135);\n\nUPDATE `quest_template` SET `LogDescription` = \"Speak with Fiora Longears in Theramore.\" WHERE `ID` = 1132;\n\n/* Old Vanilla Varian Wrynn Npc in Alcaz during Vanilla phases */\nDELETE FROM `creature` WHERE `id1` = 11699 AND `map` = 1;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,\n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES\n(611699, 11699, 0, 0, 1, 0, 0, 1, 1, 1, -2744.03, -4994.2, 8.26564, 0.0392587, 300, 0, 0, 4121, 0, 0, 0, 0, 0, 'npc_ipp_pre_naxx40', 0, 'Varian Wrynn in Alcaz (Vanilla)');\n\n-- fix Deadmire waypoints\nUPDATE `creature_template` SET `MovementType` = 0 WHERE `entry` = 4841;\nUPDATE `creature` SET `position_x` = -4019.49, `position_y` = -3537.49, `position_z` = 29.8848, `orientation` = 0.719014, `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 4841;\n\nDELETE FROM `creature_addon` WHERE `guid` = 33909;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(33909, 339090, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 339090;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES\n--\n(339090, 1, -4019.49, -3537.49, 30.6543, NULL, 0, 0, 0, 0, 0),\n(339090, 2, -4026.45, -3546.94, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 3, -4029.32, -3560.23, 30.2231, NULL, 0, 0, 0, 0, 0),\n(339090, 4, -4027.89, -3571.99, 28.748, NULL, 0, 0, 0, 0, 0),\n(339090, 5, -4021.43, -3578.86, 30.2024, NULL, 0, 0, 0, 0, 0),\n(339090, 6, -4011.94, -3586.36, 29.2547, NULL, 0, 0, 0, 0, 0),\n(339090, 7, -4000.73, -3597.63, 29.5216, NULL, 0, 0, 0, 0, 0),\n(339090, 8, -3986.14, -3610.44, 30.4252, NULL, 0, 0, 0, 0, 0),\n(339090, 9, -3965.75, -3626.17, 30.4233, NULL, 0, 0, 0, 0, 0),\n(339090, 10, -3943.86, -3645.24, 29.3109, NULL, 0, 0, 0, 0, 0),\n(339090, 11, -3926.3, -3650.95, 28.9808, NULL, 0, 0, 0, 0, 0),\n(339090, 12, -3907.05, -3651.02, 29.83, NULL, 0, 0, 0, 0, 0),\n(339090, 13, -3902.1, -3648.65, 29.3645, NULL, 0, 0, 0, 0, 0),\n(339090, 14, -3894.46, -3638, 29.293, NULL, 0, 0, 0, 0, 0),\n(339090, 15, -3885.16, -3611.39, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 16, -3875.25, -3598.46, 28.8118, NULL, 0, 0, 0, 0, 0),\n(339090, 17, -3882.66, -3612.55, 28.7173, NULL, 0, 0, 0, 0, 0),\n(339090, 18, -3887.42, -3625.38, 28.6856, NULL, 0, 0, 0, 0, 0),\n(339090, 19, -3893.3, -3639.18, 28.7826, NULL, 0, 0, 0, 0, 0),\n(339090, 20, -3900.76, -3650.4, 28.6593, NULL, 0, 0, 0, 0, 0),\n(339090, 21, -3909.3, -3652.17, 29.2402, NULL, 0, 0, 0, 0, 0),\n(339090, 22, -3926.1, -3650.57, 29.1225, NULL, 0, 0, 0, 0, 0),\n(339090, 23, -3943.39, -3643.92, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 24, -3966.95, -3624.4, 30.7343, NULL, 0, 0, 0, 0, 0),\n(339090, 25, -3980.98, -3613.55, 30.9707, NULL, 0, 0, 0, 0, 0),\n(339090, 26, -3995.17, -3603.35, 30.6991, NULL, 0, 0, 0, 0, 0),\n(339090, 27, -4001.31, -3597.21, 29.4717, NULL, 0, 0, 0, 0, 0),\n(339090, 28, -4012.23, -3585.77, 29.2964, NULL, 0, 0, 0, 0, 0),\n(339090, 29, -4020.47, -3579.26, 30.3131, NULL, 0, 0, 0, 0, 0),\n(339090, 30, -4029.16, -3560.56, 30.3112, NULL, 0, 0, 0, 0, 0),\n(339090, 31, -4027.95, -3547.7, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 32, -4019.49, -3537.49, 30.6542, NULL, 0, 0, 0, 0, 0),\n(339090, 33, -4002.9, -3522.07, 29.8185, NULL, 0, 0, 0, 0, 0),\n(339090, 34, -3988, -3507.51, 29.9619, NULL, 0, 0, 0, 0, 0),\n(339090, 35, -3982.36, -3498.33, 28.7301, NULL, 0, 0, 0, 0, 0),\n(339090, 36, -3985.9, -3490.54, 29.4429, NULL, 0, 0, 0, 0, 0),\n(339090, 37, -3991.93, -3480.23, 29.3652, NULL, 0, 0, 0, 0, 0),\n(339090, 38, -4003.02, -3471.92, 30.9944, NULL, 0, 0, 0, 0, 0),\n(339090, 39, -4025.37, -3469.98, 30.2586, NULL, 0, 0, 0, 0, 0),\n(339090, 40, -4035.29, -3458.72, 29.9625, NULL, 0, 0, 0, 0, 0),\n(339090, 41, -4038.07, -3453.1, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 42, -4049.02, -3447.84, 28.6428, NULL, 0, 0, 0, 0, 0),\n(339090, 43, -4063.27, -3453.55, 29.0414, NULL, 0, 0, 0, 0, 0),\n(339090, 44, -4081.31, -3439.71, 28.9894, NULL, 0, 0, 0, 0, 0),\n(339090, 45, -4090.55, -3438.13, 30.1739, NULL, 0, 0, 0, 0, 0),\n(339090, 46, -4103.52, -3431.82, 29.8122, NULL, 0, 0, 0, 0, 0),\n(339090, 47, -4116.86, -3415.46, 28.6427, NULL, 0, 0, 0, 0, 0),\n(339090, 48, -4134.14, -3409.68, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 49, -4154.64, -3403.82, 29.7551, NULL, 0, 0, 0, 0, 0),\n(339090, 50, -4167.12, -3400.64, 28.9319, NULL, 0, 0, 0, 0, 0),\n(339090, 51, -4182.22, -3382.56, 29.3504, NULL, 0, 0, 0, 0, 0),\n(339090, 52, -4196.99, -3368.25, 28.5229, NULL, 0, 0, 0, 0, 0),\n(339090, 53, -4204.12, -3361.27, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 54, -4211.54, -3320.9, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 55, -4211.28, -3339.54, 28.6513, NULL, 0, 0, 0, 0, 0),\n(339090, 56, -4204.47, -3360.93, 28.615, NULL, 0, 0, 0, 0, 0),\n(339090, 57, -4201.2, -3372.05, 28.5229, NULL, 0, 0, 0, 0, 0),\n(339090, 58, -4190.45, -3394.45, 29.6527, NULL, 0, 0, 0, 0, 0),\n(339090, 59, -4168.52, -3401.51, 29.2096, NULL, 0, 0, 0, 0, 0),\n(339090, 60, -4150.21, -3408.94, 29.5912, NULL, 0, 0, 0, 0, 0),\n(339090, 61, -4133.37, -3418.32, 29.6806, NULL, 0, 0, 0, 0, 0),\n(339090, 62, -4108.94, -3431.07, 29.4517, NULL, 0, 0, 0, 0, 0),\n(339090, 63, -4098.01, -3436.82, 28.8116, NULL, 0, 0, 0, 0, 0),\n(339090, 64, -4086.37, -3439.18, 30.2567, NULL, 0, 0, 0, 0, 0),\n(339090, 65, -4063.45, -3444.23, 30.4352, NULL, 0, 0, 0, 0, 0),\n(339090, 66, -4047.78, -3448.04, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 67, -4029.69, -3457, 31.082, NULL, 0, 0, 0, 0, 0),\n(339090, 68, -4016.08, -3461.78, 30.0466, NULL, 0, 0, 0, 0, 0),\n(339090, 69, -4002.27, -3467.43, 29.4625, NULL, 0, 0, 0, 0, 0),\n(339090, 70, -3987.57, -3475.79, 30.5922, NULL, 0, 0, 0, 0, 0),\n(339090, 71, -3975.55, -3481.89, 28.6465, NULL, 0, 0, 0, 0, 0),\n(339090, 72, -3965.29, -3480.34, 29.4416, NULL, 0, 0, 0, 0, 0),\n(339090, 73, -3952.48, -3469.96, 29.582, NULL, 0, 0, 0, 0, 0),\n(339090, 74, -3944.3, -3456.83, 28.8119, NULL, 0, 0, 0, 0, 0),\n(339090, 75, -3940.98, -3443.28, 30.8285, NULL, 0, 0, 0, 0, 0),\n(339090, 76, -3940.7, -3437.27, 29.8428, NULL, 0, 0, 0, 0, 0),\n(339090, 77, -3937.53, -3412.36, 30.2931, NULL, 0, 0, 0, 0, 0),\n(339090, 78, -3934.78, -3394.63, 28.7673, NULL, 0, 0, 0, 0, 0),\n(339090, 79, -3925.48, -3388.15, 31.6195, NULL, 0, 0, 0, 0, 0),\n(339090, 80, -3902.42, -3377.27, 30.3333, NULL, 0, 0, 0, 0, 0),\n(339090, 81, -3898.16, -3378.59, 30.6868, NULL, 0, 0, 0, 0, 0),\n(339090, 82, -3891.8, -3371.59, 28.7397, NULL, 0, 0, 0, 0, 0),\n(339090, 83, -3906.86, -3386.72, 28.5314, NULL, 0, 0, 0, 0, 0),\n(339090, 84, -3924.66, -3388.43, 31.7293, NULL, 0, 0, 0, 0, 0),\n(339090, 85, -3934.31, -3394.96, 28.5347, NULL, 0, 0, 0, 0, 0),\n(339090, 86, -3937.13, -3413.47, 30.4146, NULL, 0, 0, 0, 0, 0),\n(339090, 87, -3940.1, -3438.05, 29.8447, NULL, 0, 0, 0, 0, 0),\n(339090, 88, -3940.92, -3445.24, 30.5269, NULL, 0, 0, 0, 0, 0),\n(339090, 89, -3944.06, -3456.62, 28.6203, NULL, 0, 0, 0, 0, 0),\n(339090, 90, -3952.48, -3471.09, 29.3195, NULL, 0, 0, 0, 0, 0),\n(339090, 91, -3967.49, -3480.83, 29.4517, NULL, 0, 0, 0, 0, 0),\n(339090, 92, -3982.22, -3495.9, 28.7444, NULL, 0, 0, 0, 0, 0),\n(339090, 93, -3989.36, -3509.15, 29.8055, NULL, 0, 0, 0, 0, 0),\n(339090, 94, -4002.43, -3522.28, 29.7144, NULL, 0, 0, 0, 0, 0);\n\n-- fix Firemane Scout patrols\nDELETE FROM `creature` WHERE `guid` IN (31125, 31126, 31338, 31339, 31487, 31488, 31492, 31493, 34008, 34019);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,\n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(31125, 4329, 0, 0, 1, 0, 0, 1, 1, 1, -4929.12, -3419.79, 34.505, 0.149126, 720, 0, 1, 1751, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(31126, 4331, 0, 0, 1, 0, 0, 1, 1, 1, -4919.24, -3414.86, 34.8467, 0.891532, 720, 0, 0, 1471, 1283, 0, 0, 0, 0, '', 0, 0, NULL),\n(31338, 4329, 0, 0, 1, 0, 0, 1, 1, 1, -4483.9, -3299.28, 37.7059, 4.02391, 720, 0, 1, 1751, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(31339, 4331, 0, 0, 1, 0, 0, 1, 1, 1, -4477.27, -3294.37, 37.6475, 4.02389, 720, 0, 0, 1471, 1283, 0, 0, 0, 0, '', 0, 0, NULL),\n(31487, 4329, 0, 0, 1, 0, 0, 1, 1, 1, -4378.92, -3504.45, 37.2259, 4.14716, 720, 0, 1, 1751, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(31488, 4331, 0, 0, 1, 0, 0, 1, 1, 1, -4374.84, -3501.75, 36.4368, 4.14505, 720, 0, 0, 1471, 1283, 0, 0, 0, 0, '', 0, 0, NULL),\n(31492, 4329, 0, 0, 1, 0, 0, 1, 1, 1, -4464.43, -3244.39, 38.2677, 1.24039, 720, 0, 1, 1751, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(31493, 4331, 0, 0, 1, 0, 0, 1, 1, 1, -4466.32, -3243.72, 38.2725, 1.66456, 720, 0, 0, 1471, 1283, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (31125, 31338, 31487, 31492);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(31125, 31125, 0, 0, 515, 0, 0),\n(31125, 31126, 3, 90, 515, 0, 0),\n(31338, 31338, 0, 0, 515, 0, 0),\n(31338, 31339, 3, 90, 515, 0, 0),\n(31487, 31487, 0, 0, 515, 0, 0),\n(31487, 31488, 3, 90, 515, 0, 0),\n(31492, 31492, 0, 0, 515, 0, 0),\n(31492, 31493, 3, 90, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (31125, 31338, 31487, 31492, 34008, 34019);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(31125,  311250,  0, 0, 1, 0, 0, NULL),\n(31338,  313380,  0, 0, 1, 0, 0, NULL),\n(31487,  314870,  0, 0, 1, 0, 0, NULL),\n(31492,  314920,  0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (311250, 313380, 314870, 314920);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES\n--\n(311250, 1, -4929.12, -3419.79, 34.4845, 0, 0, 0, 0, 100, 0),\n(311250, 2, -4910.79, -3419.61, 35.3701, 0, 0, 0, 0, 100, 0),\n(311250, 3, -4906.02, -3437.53, 38.8724, 0, 0, 0, 0, 100, 0),\n(311250, 4, -4903.32, -3459.33, 37.9162, 0, 0, 0, 0, 100, 0),\n(311250, 5, -4902.92, -3475.15, 37.5052, 0, 0, 0, 0, 100, 0),\n(311250, 6, -4901.55, -3492.54, 37.4162, 0, 0, 0, 0, 100, 0),\n(311250, 7, -4898.61, -3504.75, 39.0855, 0, 0, 0, 0, 100, 0),\n(311250, 8, -4889.11, -3507.93, 37.8676, 0, 0, 0, 0, 100, 0),\n(311250, 9, -4881.28, -3514.87, 36.7857, 0, 0, 0, 0, 100, 0),\n(311250, 10, -4880.37, -3526.35, 37.273, 0, 0, 0, 0, 100, 0),\n(311250, 11, -4879.35, -3547.08, 40.3359, 0, 0, 0, 0, 100, 0),\n(311250, 12, -4879.78, -3527.16, 37.3783, 0, 0, 0, 0, 100, 0),\n(311250, 13, -4877.69, -3518.13, 36.3381, 0, 0, 0, 0, 100, 0),\n(311250, 14, -4890.1, -3507.45, 37.9734, 0, 0, 0, 0, 100, 0),\n(311250, 15, -4898.1, -3502.73, 38.3938, 0, 0, 0, 0, 100, 0),\n(311250, 16, -4901.72, -3492.75, 37.4711, 0, 0, 0, 0, 100, 0),\n(311250, 17, -4903.84, -3474.47, 37.4492, 0, 0, 0, 0, 100, 0),\n(311250, 18, -4903.94, -3459.78, 37.7849, 0, 0, 0, 0, 100, 0),\n(311250, 19, -4905.51, -3439.49, 39.0264, 0, 0, 0, 0, 100, 0),\n(311250, 20, -4905.95, -3421.15, 35.8543, 0, 0, 0, 0, 100, 0),\n(311250, 21, -4922.81, -3419.71, 34.5704, 0, 0, 0, 0, 100, 0),\n(311250, 22, -4935.85, -3420.64, 34.7921, 0, 0, 0, 0, 100, 0),\n(311250, 23, -4945.67, -3419.62, 36.4747, 0, 0, 0, 0, 100, 0),\n(311250, 24, -4960.29, -3423.84, 40.8599, 0, 0, 0, 0, 100, 0),\n(311250, 25, -4968.81, -3419.19, 44.7195, 0, 0, 0, 0, 100, 0),\n(311250, 26, -4978.02, -3410.74, 51.8542, 0, 0, 0, 0, 100, 0),\n(311250, 27, -4976.87, -3401.06, 50.8099, 0, 0, 0, 0, 100, 0),\n(311250, 28, -4975.76, -3390.66, 46.0863, 0, 0, 0, 0, 100, 0),\n(311250, 29, -4964.21, -3377.57, 44.3474, 0, 0, 0, 0, 100, 0),\n(311250, 30, -4954.06, -3362.07, 45.3051, 0, 0, 0, 0, 100, 0),\n(311250, 31, -4934.14, -3353.87, 43.344, 0, 0, 0, 0, 100, 0),\n(311250, 32, -4911.57, -3350.66, 36.8626, 0, 0, 0, 0, 100, 0),\n(311250, 33, -4904.92, -3334.87, 37.8241, 0, 0, 0, 0, 100, 0),\n(311250, 34, -4903.39, -3321.96, 40.1574, 0, 0, 0, 0, 100, 0),\n(311250, 35, -4899.07, -3312.19, 39.5879, 0, 0, 0, 0, 100, 0),\n(311250, 36, -4892.51, -3294.25, 41.1737, 0, 0, 0, 0, 100, 0),\n(311250, 37, -4891.11, -3283.43, 40.3191, 0, 0, 0, 0, 100, 0),\n(311250, 38, -4890.17, -3273.61, 37.4935, 0, 0, 0, 0, 100, 0),\n(311250, 39, -4885.59, -3260.76, 36.8882, 0, 0, 0, 0, 100, 0),\n(311250, 40, -4881.63, -3249.92, 39.6333, 0, 0, 0, 0, 100, 0),\n(311250, 41, -4874.63, -3239.49, 39.1257, 0, 0, 0, 0, 100, 0),\n(311250, 42, -4871.8, -3223.62, 40.4409, 0, 0, 0, 0, 100, 0),\n(311250, 43, -4874.19, -3210.12, 43.1264, 0, 0, 0, 0, 100, 0),\n(311250, 44, -4878.72, -3199.19, 43.6018, 0, 0, 0, 0, 100, 0),\n(311250, 45, -4879.69, -3188.69, 46.259, 0, 0, 0, 0, 100, 0),\n(311250, 46, -4880.59, -3172.34, 55.0371, 0, 0, 0, 0, 100, 0),\n(311250, 47, -4870.88, -3159.9, 61.2404, 0, 0, 0, 0, 100, 0),\n(311250, 48, -4854.62, -3152.07, 64.7425, 0, 0, 0, 0, 100, 0),\n(311250, 49, -4869.03, -3159.46, 61.3477, 0, 0, 0, 0, 100, 0),\n(311250, 50, -4880.04, -3172.54, 54.7867, 0, 0, 0, 0, 100, 0),\n(311250, 51, -4878.89, -3187.16, 46.6643, 0, 0, 0, 0, 100, 0),\n(311250, 52, -4877.16, -3199.4, 43.3514, 0, 0, 0, 0, 100, 0),\n(311250, 53, -4872.55, -3215.7, 42.479, 0, 0, 0, 0, 100, 0),\n(311250, 54, -4868.25, -3229.36, 37.1851, 0, 0, 0, 0, 100, 0),\n(311250, 55, -4874.71, -3240.77, 39.2203, 0, 0, 0, 0, 100, 0),\n(311250, 56, -4886.2, -3261.73, 36.7929, 0, 0, 0, 0, 100, 0),\n(311250, 57, -4889.77, -3276.9, 38.1438, 0, 0, 0, 0, 100, 0),\n(311250, 58, -4891.9, -3293.62, 40.9856, 0, 0, 0, 0, 100, 0),\n(311250, 59, -4898.69, -3312.44, 39.3905, 0, 0, 0, 0, 100, 0),\n(311250, 60, -4902.41, -3323.23, 39.2555, 0, 0, 0, 0, 100, 0),\n(311250, 61, -4905.86, -3335.23, 38.0689, 0, 0, 0, 0, 100, 0),\n(311250, 62, -4910.85, -3349.69, 36.8431, 0, 0, 0, 0, 100, 0),\n(311250, 63, -4931.93, -3352.53, 42.9634, 0, 0, 0, 0, 100, 0),\n(311250, 64, -4953.79, -3361.48, 45.3939, 0, 0, 0, 0, 100, 0),\n(311250, 65, -4964.93, -3375.61, 44.8606, 0, 0, 0, 0, 100, 0),\n(311250, 66, -4974.43, -3389.56, 45.4647, 0, 0, 0, 0, 100, 0),\n(311250, 67, -4976.26, -3402.36, 50.727, 0, 0, 0, 0, 100, 0),\n(311250, 68, -4976.29, -3411.27, 50.7681, 0, 0, 0, 0, 100, 0),\n(311250, 69, -4968.99, -3420.42, 44.3601, 0, 0, 0, 0, 100, 0),\n(311250, 70, -4960.31, -3423.67, 40.9035, 0, 0, 0, 0, 100, 0),\n(311250, 71, -4940.27, -3421.6, 35.3917, 0, 0, 0, 0, 100, 0),\n--\n(313380, 1, -4483.9, -3299.28, 37.3772, 0, 0, 0, 0, 100, 0),\n(313380, 2, -4474.36, -3284.29, 36.2591, 0, 0, 0, 0, 100, 0),\n(313380, 3, -4456.77, -3278.39, 37.7338, 0, 0, 0, 0, 100, 0),\n(313380, 4, -4442.11, -3274.14, 35.2924, 0, 0, 0, 0, 100, 0),\n(313380, 5, -4433.71, -3268.75, 33.7034, 0, 1000, 0, 0, 100, 0),\n(313380, 6, -4441.97, -3274.33, 35.2474, 0, 0, 0, 0, 100, 0),\n(313380, 7, -4457.01, -3278.94, 37.7385, 0, 0, 0, 0, 100, 0),\n(313380, 8, -4474.62, -3284, 36.0883, 0, 0, 0, 0, 100, 0),\n(313380, 9, -4484.02, -3299.24, 37.5706, 0, 0, 0, 0, 100, 0),\n(313380, 10, -4490.78, -3306.43, 36.0254, 0, 0, 0, 0, 100, 0),\n(313380, 11, -4499.87, -3317.12, 31.4316, 0, 0, 0, 0, 100, 0),\n(313380, 12, -4507.56, -3325.67, 30.0802, 0, 0, 0, 0, 100, 0),\n(313380, 13, -4517.24, -3336.82, 34.3804, 0, 0, 0, 0, 100, 0),\n(313380, 14, -4521.99, -3341.86, 38.5829, 0, 0, 0, 0, 100, 0),\n(313380, 15, -4534.32, -3333.31, 36.4887, 0, 0, 0, 0, 100, 0),\n(313380, 16, -4538.28, -3328.92, 36.4242, 0, 0, 0, 0, 100, 0),\n(313380, 17, -4547.5, -3329.49, 39.4039, 0, 0, 0, 0, 100, 0),\n(313380, 18, -4560.46, -3333.85, 40.6933, 0, 0, 0, 0, 100, 0),\n(313380, 19, -4571.08, -3342.85, 40.5349, 0, 0, 0, 0, 100, 0),\n(313380, 20, -4582.47, -3350.45, 39.4296, 0, 0, 0, 0, 100, 0),\n(313380, 21, -4590.34, -3355.71, 40.2938, 0, 0, 0, 0, 100, 0),\n(313380, 22, -4598.9, -3366.37, 36.4816, 0, 0, 0, 0, 100, 0),\n(313380, 23, -4599.92, -3381.2, 37.9401, 0, 0, 0, 0, 100, 0),\n(313380, 24, -4600.4, -3395.03, 41.1189, 0, 0, 0, 0, 100, 0),\n(313380, 25, -4597.16, -3404.91, 41.9807, 0, 0, 0, 0, 100, 0),\n(313380, 26, -4592.83, -3418.29, 41.9429, 0, 0, 0, 0, 100, 0),\n(313380, 27, -4588.46, -3424.54, 41.2674, 0, 0, 0, 0, 100, 0),\n(313380, 28, -4577.25, -3426.55, 41.029, 0, 0, 0, 0, 100, 0),\n(313380, 29, -4563.64, -3435.49, 35.9932, 0, 0, 0, 0, 100, 0),\n(313380, 30, -4556.4, -3437.99, 33.6138, 0, 0, 0, 0, 100, 0),\n(313380, 31, -4548.97, -3433.37, 34.2079, 0, 0, 0, 0, 100, 0),\n(313380, 32, -4536.11, -3439.57, 31.0741, 0, 0, 0, 0, 100, 0),\n(313380, 33, -4530.33, -3444.02, 30.1698, 0, 0, 0, 0, 100, 0),\n(313380, 34, -4519.52, -3456.68, 31.4998, 0, 0, 0, 0, 100, 0),\n(313380, 35, -4510.37, -3463.19, 34.4985, 0, 0, 0, 0, 100, 0),\n(313380, 36, -4507.97, -3474.57, 36.7491, 0, 0, 0, 0, 100, 0),\n(313380, 37, -4506.87, -3493.06, 35.2151, 0, 0, 0, 0, 100, 0),\n(313380, 38, -4503.4, -3509.38, 30.5867, 0, 0, 0, 0, 100, 0),\n(313380, 39, -4499.65, -3522.05, 30.1773, 0, 0, 0, 0, 100, 0),\n(313380, 40, -4493.15, -3534.05, 35.5788, 0, 0, 0, 0, 100, 0),\n(313380, 41, -4492.54, -3538.86, 37.7678, 0, 0, 0, 0, 100, 0),\n(313380, 42, -4477.39, -3543.62, 36.7659, 0, 0, 0, 0, 100, 0),\n(313380, 43, -4466.07, -3549.02, 40.1688, 0, 0, 0, 0, 100, 0),\n(313380, 44, -4456.41, -3554.06, 40.4645, 0, 0, 0, 0, 100, 0),\n(313380, 45, -4446.71, -3558.25, 38.7925, 0, 0, 0, 0, 100, 0),\n(313380, 46, -4435.79, -3566.94, 38.1531, 0, 0, 0, 0, 100, 0),\n(313380, 47, -4426.19, -3574.86, 38.4223, 0, 0, 0, 0, 100, 0),\n(313380, 48, -4414.25, -3582.45, 37.7331, 0, 0, 0, 0, 100, 0),\n(313380, 49, -4406.97, -3585.18, 37.5539, 0, 1000, 0, 0, 100, 0),\n(313380, 50, -4413.99, -3580, 38.0106, 0, 0, 0, 0, 100, 0),\n(313380, 51, -4424.8, -3572.61, 38.0192, 0, 0, 0, 0, 100, 0),\n(313380, 52, -4434.96, -3565.21, 37.5893, 0, 0, 0, 0, 100, 0),\n(313380, 53, -4446.56, -3556.77, 38.6905, 0, 0, 0, 0, 100, 0),\n(313380, 54, -4455.45, -3552.48, 40.591, 0, 0, 0, 0, 100, 0),\n(313380, 55, -4466.46, -3547.23, 39.5094, 0, 0, 0, 0, 100, 0),\n(313380, 56, -4478.63, -3541.67, 36.0578, 0, 0, 0, 0, 100, 0),\n(313380, 57, -4489.22, -3537.7, 37.3617, 0, 0, 0, 0, 100, 0),\n(313380, 58, -4498.24, -3521.82, 30.1884, 0, 0, 0, 0, 100, 0),\n(313380, 59, -4501.13, -3508.96, 30.7718, 0, 0, 0, 0, 100, 0),\n(313380, 60, -4504.91, -3493.57, 35.2061, 0, 0, 0, 0, 100, 0),\n(313380, 61, -4506.34, -3474.18, 36.8609, 0, 0, 0, 0, 100, 0),\n(313380, 62, -4509.49, -3462.2, 34.26, 0, 0, 0, 0, 100, 0),\n(313380, 63, -4519.92, -3455.27, 31.2477, 0, 0, 0, 0, 100, 0),\n(313380, 64, -4530.3, -3443.32, 30.3377, 0, 0, 0, 0, 100, 0),\n(313380, 65, -4542.19, -3434.72, 32.4347, 0, 0, 0, 0, 100, 0),\n(313380, 66, -4546.48, -3432.21, 34.2849, 0, 0, 0, 0, 100, 0),\n(313380, 67, -4557.17, -3437.53, 33.9017, 0, 0, 0, 0, 100, 0),\n(313380, 68, -4562.84, -3434.27, 36.0094, 0, 0, 0, 0, 100, 0),\n(313380, 69, -4576.05, -3426.16, 40.9459, 0, 0, 0, 0, 100, 0),\n(313380, 70, -4586.38, -3423.13, 41.6631, 0, 0, 0, 0, 100, 0),\n(313380, 71, -4591.91, -3417.13, 42.0787, 0, 0, 0, 0, 100, 0),\n(313380, 72, -4595.82, -3403.8, 42.1266, 0, 0, 0, 0, 100, 0),\n(313380, 73, -4598.93, -3392.72, 40.7029, 0, 0, 0, 0, 100, 0),\n(313380, 74, -4598.28, -3381.75, 37.9575, 0, 0, 0, 0, 100, 0),\n(313380, 75, -4597, -3367.1, 36.75, 0, 0, 0, 0, 100, 0),\n(313380, 76, -4588.14, -3357.7, 39.939, 0, 0, 0, 0, 100, 0),\n(313380, 77, -4580.95, -3351.92, 39.7731, 0, 0, 0, 0, 100, 0),\n(313380, 78, -4571.19, -3343.2, 40.5581, 0, 0, 0, 0, 100, 0),\n(313380, 79, -4563.45, -3336.32, 40.717, 0, 0, 0, 0, 100, 0),\n(313380, 80, -4556.69, -3331.93, 40.794, 0, 0, 0, 0, 100, 0),\n(313380, 81, -4537.58, -3329.63, 36.2347, 0, 0, 0, 0, 100, 0),\n(313380, 82, -4522.74, -3343.6, 39.7257, 0, 0, 0, 0, 100, 0),\n(313380, 83, -4516.63, -3337.33, 34.43, 0, 0, 0, 0, 100, 0),\n(313380, 84, -4508.77, -3326.66, 30.2622, 0, 0, 0, 0, 100, 0),\n(313380, 85, -4499.33, -3317.28, 31.5149, 0, 0, 0, 0, 100, 0),\n(313380, 86, -4491.96, -3310.31, 34.8246, 0, 0, 0, 0, 100, 0),\n--\n(314870, 1, -4378.92, -3504.45, 37.0523, 0, 0, 0, 0, 100, 0),\n(314870, 2, -4387.35, -3516.91, 36.3316, 0, 0, 0, 0, 100, 0),\n(314870, 3, -4390.52, -3530.21, 38.8322, 0, 0, 0, 0, 100, 0),\n(314870, 4, -4390.8, -3540.85, 39.9006, 0, 0, 0, 0, 100, 0),\n(314870, 5, -4399.06, -3549.57, 40.2462, 0, 0, 0, 0, 100, 0),\n(314870, 6, -4414.93, -3551.27, 36.8383, 0, 0, 0, 0, 100, 0),\n(314870, 7, -4428.34, -3556.89, 36.7187, 0, 0, 0, 0, 100, 0),\n(314870, 8, -4441.11, -3564.59, 38.9963, 0, 0, 0, 0, 100, 0),\n(314870, 9, -4452.63, -3558.76, 39.6964, 0, 0, 0, 0, 100, 0),\n(314870, 10, -4467.64, -3547.81, 39.494, 0, 500, 0, 0, 100, 0),\n(314870, 11, -4458.63, -3554.09, 40.7536, 0, 0, 0, 0, 100, 0),\n(314870, 12, -4448.54, -3562.62, 40.1118, 0, 0, 0, 0, 100, 0),\n(314870, 13, -4441.9, -3566.08, 39.7713, 0, 0, 0, 0, 100, 0),\n(314870, 14, -4429.08, -3558.71, 36.9971, 0, 0, 0, 0, 100, 0),\n(314870, 15, -4416, -3551.94, 36.7393, 0, 0, 0, 0, 100, 0),\n(314870, 16, -4390.43, -3543.17, 39.4359, 0, 0, 0, 0, 100, 0),\n(314870, 17, -4389.56, -3527.4, 37.7876, 0, 0, 0, 0, 100, 0),\n(314870, 18, -4381.86, -3513.05, 37.1148, 0, 0, 0, 0, 100, 0),\n(314870, 19, -4371.35, -3498.77, 35.6735, 0, 0, 0, 0, 100, 0),\n(314870, 20, -4360.56, -3482.36, 38.9719, 0, 0, 0, 0, 100, 0),\n(314870, 21, -4350.84, -3462.82, 37.3757, 0, 0, 0, 0, 100, 0),\n(314870, 22, -4343.28, -3445.4, 37.47, 0, 0, 0, 0, 100, 0),\n(314870, 23, -4342.65, -3424.86, 36.8232, 0, 0, 0, 0, 100, 0),\n(314870, 24, -4330.03, -3409.21, 41.1273, 0, 0, 0, 0, 100, 0),\n(314870, 25, -4322.94, -3393.31, 36.7696, 0, 0, 0, 0, 100, 0),\n(314870, 26, -4319.97, -3383.75, 35.1296, 0, 0, 0, 0, 100, 0),\n(314870, 27, -4321.6, -3372.37, 35.7301, 0, 0, 0, 0, 100, 0),\n(314870, 28, -4320.48, -3362.87, 39.7667, 0, 0, 0, 0, 100, 0),\n(314870, 29, -4315.85, -3355.43, 40.4685, 0, 0, 0, 0, 100, 0),\n(314870, 30, -4311.3, -3351.49, 38.2388, 0, 0, 0, 0, 100, 0),\n(314870, 31, -4301.57, -3350.29, 34.5634, 0, 0, 0, 0, 100, 0),\n(314870, 32, -4288.95, -3346.8, 34.2535, 0, 0, 0, 0, 100, 0),\n(314870, 33, -4281.55, -3339.74, 35.915, 0, 0, 0, 0, 100, 0),\n(314870, 34, -4275.52, -3323.89, 36.9384, 0, 0, 0, 0, 100, 0),\n(314870, 35, -4275.32, -3312.97, 39.0786, 0, 0, 0, 0, 100, 0),\n(314870, 36, -4275.07, -3295.07, 36.5208, 0, 0, 0, 0, 100, 0),\n(314870, 37, -4283.97, -3281.35, 34.9847, 0, 0, 0, 0, 100, 0),\n(314870, 38, -4291.15, -3272.37, 40.4341, 0, 0, 0, 0, 100, 0),\n(314870, 39, -4297.35, -3259.85, 37.4071, 0, 0, 0, 0, 100, 0),\n(314870, 40, -4297.97, -3252.98, 36.8996, 0, 0, 0, 0, 100, 0),\n(314870, 41, -4290.72, -3247.24, 35.2872, 0, 0, 0, 0, 100, 0),\n(314870, 42, -4295.48, -3239.28, 35.396, 0, 0, 0, 0, 100, 0),\n(314870, 43, -4306.15, -3223.48, 33.6748, 0, 0, 0, 0, 100, 0),\n(314870, 44, -4312.21, -3209.52, 35.7679, 0, 0, 0, 0, 100, 0),\n(314870, 45, -4317.83, -3203.84, 39.1003, 0, 0, 0, 0, 100, 0),\n(314870, 46, -4325.03, -3196.16, 42.5624, 0, 500, 0, 0, 100, 0),\n(314870, 47, -4318.93, -3203.87, 39.409, 0, 0, 0, 0, 100, 0),\n(314870, 48, -4313.07, -3211.11, 35.8476, 0, 0, 0, 0, 100, 0),\n(314870, 49, -4306.93, -3224.43, 33.9349, 0, 0, 0, 0, 100, 0),\n(314870, 50, -4297.64, -3240.22, 36.2552, 0, 0, 0, 0, 100, 0),\n(314870, 51, -4293.44, -3246.46, 35.9773, 0, 0, 0, 0, 100, 0),\n(314870, 52, -4298.93, -3252.02, 37.176, 0, 0, 0, 0, 100, 0),\n(314870, 53, -4296.81, -3265.59, 39.4184, 0, 0, 0, 0, 100, 0),\n(314870, 54, -4292.73, -3273.94, 40.9787, 0, 0, 0, 0, 100, 0),\n(314870, 55, -4285.14, -3283.26, 35.4911, 0, 0, 0, 0, 100, 0),\n(314870, 56, -4279.07, -3290.22, 36.6799, 0, 0, 0, 0, 100, 0),\n(314870, 57, -4277.01, -3295.88, 37.0835, 0, 0, 0, 0, 100, 0),\n(314870, 58, -4274.4, -3306.75, 38.6348, 0, 0, 0, 0, 100, 0),\n(314870, 59, -4277.93, -3321.4, 38.6219, 0, 0, 0, 0, 100, 0),\n(314870, 60, -4281.78, -3336.4, 37.2286, 0, 0, 0, 0, 100, 0),\n(314870, 61, -4292.05, -3345.48, 34.2536, 0, 0, 0, 0, 100, 0),\n(314870, 62, -4302.54, -3347.85, 34.3226, 0, 0, 0, 0, 100, 0),\n(314870, 63, -4312.31, -3349.29, 37.9802, 0, 0, 0, 0, 100, 0),\n(314870, 64, -4318.03, -3353.54, 41.0916, 0, 0, 0, 0, 100, 0),\n(314870, 65, -4321.46, -3362.35, 40.2523, 0, 0, 0, 0, 100, 0),\n(314870, 66, -4323.4, -3372.05, 35.942, 0, 0, 0, 0, 100, 0),\n(314870, 67, -4324.41, -3387.26, 35.6749, 0, 0, 0, 0, 100, 0),\n(314870, 68, -4326.94, -3396.76, 37.7696, 0, 0, 0, 0, 100, 0),\n(314870, 69, -4333.25, -3408.06, 41.2485, 0, 0, 0, 0, 100, 0),\n(314870, 70, -4340.48, -3420.8, 38.0276, 0, 0, 0, 0, 100, 0),\n(314870, 71, -4344.61, -3437.59, 37.1275, 0, 0, 0, 0, 100, 0),\n(314870, 72, -4349.52, -3455.72, 37.1978, 0, 0, 0, 0, 100, 0),\n(314870, 73, -4351.72, -3463.36, 37.5684, 0, 0, 0, 0, 100, 0),\n(314870, 74, -4362.4, -3480, 39.7894, 0, 0, 0, 0, 100, 0),\n(314870, 75, -4372.11, -3497.35, 35.8163, 0, 0, 0, 0, 100, 0),\n--\n(314920, 1, -4465.11, -3241.42, 38.3996, 0, 0, 0, 0, 100, 0),\n(314920, 2, -4455.46, -3227.62, 39.2164, 0, 0, 0, 0, 100, 0),\n(314920, 3, -4444.21, -3214.72, 37.8707, 0, 0, 0, 0, 100, 0),\n(314920, 4, -4431.83, -3207.66, 37.0585, 0, 0, 0, 0, 100, 0),\n(314920, 5, -4418.16, -3209, 34.9499, 0, 0, 0, 0, 100, 0),\n(314920, 6, -4405.96, -3206.42, 36.4538, 0, 0, 0, 0, 100, 0),\n(314920, 7, -4421.35, -3210.12, 34.7692, 0, 0, 0, 0, 100, 0),\n(314920, 8, -4435.02, -3207.85, 37.491, 0, 0, 0, 0, 100, 0),\n(314920, 9, -4445.36, -3217.39, 37.635, 0, 0, 0, 0, 100, 0),\n(314920, 10, -4456.8, -3228.08, 39.5677, 0, 0, 0, 0, 100, 0),\n(314920, 11, -4464.23, -3241.39, 38.2613, 0, 0, 0, 0, 100, 0),\n(314920, 12, -4455.39, -3260.06, 36.9126, 0, 0, 0, 0, 100, 0),\n(314920, 13, -4456.89, -3273.68, 38.1865, 0, 0, 0, 0, 100, 0),\n(314920, 14, -4468.43, -3284.77, 38.2991, 0, 0, 0, 0, 100, 0),\n(314920, 15, -4474.14, -3293.44, 38.1281, 0, 0, 0, 0, 100, 0),\n(314920, 16, -4466.07, -3313.5, 38.3003, 0, 0, 0, 0, 100, 0),\n(314920, 17, -4460.27, -3326.93, 37.6792, 0, 0, 0, 0, 100, 0),\n(314920, 18, -4455.19, -3335.34, 35.7476, 0, 0, 0, 0, 100, 0),\n(314920, 19, -4440.07, -3342.89, 35.138, 0, 0, 0, 0, 100, 0),\n(314920, 20, -4428.15, -3351.61, 38.7526, 0, 0, 0, 0, 100, 0),\n(314920, 21, -4424.95, -3361.15, 42.1047, 0, 0, 0, 0, 100, 0),\n(314920, 22, -4419.93, -3372.67, 40.6002, 0, 0, 0, 0, 100, 0),\n(314920, 23, -4410.56, -3385.36, 41.1841, 0, 0, 0, 0, 100, 0),\n(314920, 24, -4402.28, -3388.52, 42.5507, 0, 0, 0, 0, 100, 0),\n(314920, 25, -4393.21, -3395.39, 41.9372, 0, 0, 0, 0, 100, 0),\n(314920, 26, -4379, -3391.49, 41.2116, 0, 0, 0, 0, 100, 0),\n(314920, 27, -4361.87, -3386.77, 37.1305, 0, 0, 0, 0, 100, 0),\n(314920, 28, -4353.05, -3388.18, 39.8128, 0, 0, 0, 0, 100, 0),\n(314920, 29, -4335.36, -3391.96, 37.2101, 0, 0, 0, 0, 100, 0),\n(314920, 30, -4323.67, -3400.55, 39.9399, 0, 0, 0, 0, 100, 0),\n(314920, 31, -4313.96, -3410.49, 42.0864, 0, 0, 0, 0, 100, 0),\n(314920, 32, -4323.44, -3400.67, 40.0107, 0, 0, 0, 0, 100, 0),\n(314920, 33, -4336.63, -3390.39, 37.5397, 0, 0, 0, 0, 100, 0),\n(314920, 34, -4352.23, -3388.36, 40.0185, 0, 0, 0, 0, 100, 0),\n(314920, 35, -4365.63, -3388.09, 36.6385, 0, 0, 0, 0, 100, 0),\n(314920, 36, -4379.39, -3392.01, 41.1691, 0, 0, 0, 0, 100, 0),\n(314920, 37, -4394.51, -3396.65, 42.3866, 0, 0, 0, 0, 100, 0),\n(314920, 38, -4403.02, -3387.93, 42.485, 0, 0, 0, 0, 100, 0),\n(314920, 39, -4414.62, -3380.25, 39.1012, 0, 0, 0, 0, 100, 0),\n(314920, 40, -4422.31, -3368.93, 41.9972, 0, 0, 0, 0, 100, 0),\n(314920, 41, -4425.14, -3358.5, 41.4386, 0, 0, 0, 0, 100, 0),\n(314920, 42, -4435.95, -3345.84, 36.0769, 0, 0, 0, 0, 100, 0),\n(314920, 43, -4454.48, -3336.58, 35.3842, 0, 0, 0, 0, 100, 0),\n(314920, 44, -4461.08, -3324.27, 38.0434, 0, 0, 0, 0, 100, 0),\n(314920, 45, -4466.32, -3312.85, 38.2741, 0, 0, 0, 0, 100, 0),\n(314920, 46, -4470.66, -3301.02, 37.7018, 0, 0, 0, 0, 100, 0),\n(314920, 47, -4473.27, -3292.7, 38.231, 0, 0, 0, 0, 100, 0),\n(314920, 48, -4467.54, -3285.41, 38.5032, 0, 0, 0, 0, 100, 0),\n(314920, 49, -4456.45, -3273.31, 38.1311, 0, 0, 0, 0, 100, 0),\n(314920, 50, -4455.39, -3262.62, 37.1185, 0, 0, 0, 0, 100, 0),\n(314920, 51, -4461.18, -3249.08, 37.3316, 0, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_eastern_plaguelands.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (8596, 11290);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(8521, 8522, 8523, 8524, 8525, 8527, 8528, 8529, 8531, 8540, 8541, 8542, 8543, 8546, 8547, 8548, 8550, 8553, 8556, 8558, 8560, 8561, 8562, 8563, 8564, 8565, 8597, 8600, 8601, 8602, 8603, 8605, 8606, 8607,\n9447, 9448, 9449, 9450, 9451, 9452, 10817, 10821, 10822, 10823, 10824, 10825, 10826, 10827, 11878, 11885, 11896, 11897, 12248, 12250, 12322, 12337, 13118, 16184);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(8521, 8522, 8523, 8524, 8525, 8527, 8528, 8529, 8531, 8540, 8541, 8542, 8543, 8546, 8547, 8548, 8550, 8553, 8556, 8558, 8560, 8561, 8562, 8563, 8564, 8565, 8596, 8597, 8600, 8601, 8602, 8603, 8605, 8606, 8607,\n9447, 9448, 9449, 9450, 9451, 9452, 10817, 10821, 10822, 10823, 10824, 10825, 10826, 10827, 11290, 11878, 11885, 11896, 11897, 12248, 12250, 12322, 12337, 13118, 16184);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(8521, 0, 0, 0, 0, 0, 100, 0, 3000, 8000, 15000, 25000, 0, 0, 11, 16555, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Blighted Horror - Within 0-5 Range - Cast Drowning Death'),\n(8521, 0, 1, 0, 0, 0, 100, 0, 9000, 14000, 23000, 35000, 0, 0, 11, 12542, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Blighted Horror - In Combat - Cast Fear'),\n(8521, 0, 2, 0, 8, 0, 100, 512, 21332, 0, 0, 0, 0, 0, 36, 13279, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Blighted Horror - On Spellhit \\'Aspect of Neptulon\\' - Update Template To \\'Discordant Surge\\''),\n(8522, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 8000, 13000, 0, 0, 11, 14099, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,    'Plague Monstrosity - Within 0-10 Range - Cast Mighty Blow'),\n(8522, 0, 1, 0, 8, 0, 100, 512, 21332, 0, 0, 0, 0, 0, 36, 13279, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Plague Monstrosity - On Spellhit \\'Aspect of Neptulon\\' - Update Template To \\'Discordant Surge\\''),\n(8523, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 5000, 9000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Scourge Soldier - Within 0-5 Range - Cast Strike'),\n(8524, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 5000, 0, 0, 11, 20829, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Cursed Mage - In Combat - Cast Arcane Bolt'),\n(8524, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 16567, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cursed Mage - On Just Died - Cast Tainted Mind'),\n(8525, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 8000, 11000, 0, 0, 11, 12169, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Scourge Warder - In Combat - Cast Shield Block'),\n(8525, 0, 1, 0, 0, 0, 100, 0, 11000, 17000, 45000, 60000, 0, 0, 11, 12040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scourge Warder - In Combat - Cast Shadow Shield'),\n(8527, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Scourge Guard - Within 0-5 Range - Cast Shield Slam'),\n(8527, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 15000, 34000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scourge Guard - Within 0-5 Range - Cast Disarm'),\n(8528, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 9000, 12000, 0, 0, 11, 16568, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dread Weaver - In Combat - Cast Mind Flay'),\n(8528, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 12542, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0,     'Dread Weaver - In Combat - Cast Fear'),\n(8529, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 9000, 13000, 0, 0, 11, 13737, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scourge Champion - Within 0-5 Range - Cast Mortal Strike'),\n(8531, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17310, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gibbering Ghoul - On Death - Cast Summon Darrowshire Spirit'),\n(8531, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 22000, 28000, 0, 0, 11, 12889, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Gibbering Ghoul - In Combat - Cast Curse of Tongues'),\n(8540, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Torn Screamer - In Combat - Cast Banshee Curse'),\n(8541, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Hate Shrieker - In Combat - Cast Banshee Curse'),\n(8541, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 12000, 15000, 0, 0, 11, 3589, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Hate Shrieker - Within 0-5 Range - Cast Deafening Screech'),\n(8542, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 12000, 15000, 0, 0, 11, 5884, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Death Singer - In Combat - Cast Banshee Curse'),\n(8542, 0, 1, 0, 0, 0, 100, 0, 12000, 16000, 20000, 25000, 0, 0, 11, 6605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Death Singer - In Combat - Cast Terrifying Screech'),\n(8543, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 15000, 0, 0, 11, 14099, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,    'Stitched Horror - Within 0-10 Range - Cast Mighty Blow'),\n(8546, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 9000, 14000, 0, 0, 11, 8646, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Dark Adept - Within 0-5 Range - Cast Snap Kick'),\n(8547, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 5000, 7000, 0, 0, 11, 16583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Death Cultist - In Combat - Cast Shadow Shock'),\n(8548, 0, 0, 0, 0, 0, 100, 0, 11000, 17000, 45000, 60000, 0, 0, 11, 12040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Vile Tutor - In Combat - Cast Shadow Shield'),\n(8550, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 16592, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowmage - Out of Combat - Cast Shadowform'),\n(8550, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadowmage - In Combat - Cast Shadow Bolt'),\n(8550, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadowmage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8553, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 16592, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Necromancer - Out of Combat - Cast Shadowform'),\n(8553, 0, 1, 0, 1, 0, 100, 1, 3000, 3000, 0, 0, 0, 0, 11, 12420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Necromancer - Out of Combat - Cast Summon Skeletal Servant'),\n(8553, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 20000, 24000, 0, 0, 11, 11443, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Necromancer - In Combat - Cast Cripple'),\n(8556, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 10000, 15000, 0, 0, 11, 745, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,     'Crypt Walker - In Combat - Cast Web'),\n(8558, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 11, 17170, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,                 'Crypt Slayer - Between 0-15% Health - Cast Fatal Sting'),\n(8560, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 18000, 22000, 0, 0, 11, 9080, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Mossflayer Scout - Within 0-5 Range - Cast Hamstring'),\n(8560, 0, 1, 0, 0, 0, 100, 1, 4000, 4000, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                 'Mossflayer Scout - In Combat - Flee For Assist'),\n(8561, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Mossflayer Shadowhunter - Outside 30 Range - Start Combat Movement'),\n(8561, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Mossflayer Shadowhunter - Within 5-30 Range - Stop Combat Movement'),\n(8561, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Mossflayer Shadowhunter - Within 0-5 Range - Start Combat Movement'),\n(8561, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Mossflayer Shadowhunter - In Combat - Cast Shoot'),\n(8561, 0, 4, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 5, 30, 11, 17171, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Mossflayer Shadowhunter - Within 5-30 Range - Cast Shadow Shot'),\n(8561, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mossflayer Shadowhunter - Between 0-15% Health - Flee For Assist'),\n(8562, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 22000, 25000, 0, 0, 11, 17172, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,    'Mossflayer Cannibal - In Combat - Cast Hex'),\n(8562, 0, 1, 0, 0, 0, 100, 0, 7000, 10000, 22000, 25000, 0, 0, 11, 17173, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,  'Mossflayer Cannibal - In Combat - Cast Drain Life'),\n(8563, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Woodsman - Within 0-5 Range - Cast Sunder Armor'),\n(8564, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Ranger - Outside 30 Range - Start Combat Movement'),\n(8564, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ranger - Within 5-30 Range - Stop Combat Movement'),\n(8564, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Ranger - Within 0-5 Range - Start Combat Movement'),\n(8564, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ranger - Within 5-30 Range - Cast Shoot'),\n(8564, 0, 4, 0, 0, 0, 100, 0, 5000, 5000, 7000, 9000, 0, 0, 11, 14443, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,     'Ranger - Within 5-30 Range - Cast Multi-Shot'),\n(8564, 0, 5, 0, 9, 0, 100, 0, 0, 0, 9000, 11000, 5, 30, 11, 17174, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Ranger - Within 5-30 Range - Cast Concussive Shot'),\n(8564, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Ranger - Between 0-15% Health - Flee For Assist'),\n(8565, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 9000, 14000, 0, 0, 11, 16498, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Pathstrider - In Combat - Cast Faerie Fire'),\n(8597, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 9000, 14000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Plaguehound - Within 0-5 Range - Cast Infected Wound'),\n(8600, 0, 0, 0, 0, 0, 100, 0, 7000, 10000, 14000, 16000, 0, 0, 11, 6605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Plaguebat - In Combat - Cast Terrifying Screech'),\n(8601, 0, 0, 0, 0, 0, 100, 0, 2000, 6000, 9000, 12000, 0, 0, 11, 7992, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Noxious Plaguebat - In Combat - Cast Slowing Poison'),\n(8602, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 16000, 19000, 0, 0, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Monstrous Plaguebat - In Combat - Cast Sonic Burst'),\n(8603, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 8000, 12000, 0, 0, 11, 16449, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Carrion Grub - Within 0-5 Range - Cast Maggot Slime'),\n(8605, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 8000, 12000, 0, 0, 11, 16449, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Carrion Devourer - Within 0-5 Range - Cast Maggot Slime'),\n(8605, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17197, 2, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Carrion Devourer - On Just Died - Cast Maggot Goo'),\n(8606, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12947, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Living Decay - On Respawn - Cast Withered Touch Proc'),\n(8607, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 8000, 12000, 0, 0, 11, 7279, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Rotting Sludge - Within 0-5 Range - Cast Black Sludge'),\n--\n(9447, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Warder - On Aggro - Say Line 0'),\n(9447, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 7000, 11000, 0, 0, 11, 14518, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Warder - Within 0-5 Range - Cast Crusader Strike'),\n(9447, 0, 2, 0, 2, 0, 100, 0, 0, 50, 15000, 22000, 0, 0, 11, 15493, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Warder - Between 0-50% Health - Cast Holy Light'),\n(9447, 0, 3, 0, 14, 0, 100, 0, 3000, 40, 10000, 18000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Warder - Friendly Missing 3000 Health - Cast Holy Light'),\n(9448, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Praetorian - On Aggro - Say Line 0'),\n(9448, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 13000, 18000, 0, 0, 11, 17143, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Praetorian - In Combat - Cast Holy Strike'),\n(9448, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 9000, 11000, 0, 0, 11, 17149, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Praetorian - In Combat - Cast Exorcism'),\n(9449, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Cleric - On Aggro - Say Line 0'),\n(9449, 0, 1, 0, 0, 0, 100, 0, 7000, 11000, 7000, 11000, 0, 0, 11, 15587, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Cleric - In Combat - Cast Mind Blast'),\n(9449, 0, 2, 0, 74, 0, 100, 0, 0, 0, 20000, 30000, 40, 40, 11, 15586, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarlet Cleric - On Friendly Between 0-40% Health - Cast Heal'),\n(9449, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Cleric - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9450, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Curate - On Aggro - Say Line 0'),\n(9450, 0, 1, 0, 0, 0, 100, 0, 3000, 4000, 6000, 8000, 0, 0, 11, 9734, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarlet Curate - In Combat - Cast Holy Smite'),\n(9450, 0, 2, 0, 15, 0, 100, 0, 30, 1000, 2500, 0, 0, 0, 11, 17201, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Curate - On Friendly Crowd Controlled - Cast Dispel Magic'),\n(9450, 0, 3, 0, 74, 0, 100, 0, 0, 0, 5000, 15000, 40, 40, 11, 11640, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarlet Curate - On Friendly Between 0-40% Health - Cast Renew'),\n(9450, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Curate - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9451, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Archmage - On Aggro - Say Line 0'),\n(9451, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 18100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarlet Archmage - Out of Combat - Cast Frost Armor'),\n(9451, 0, 2, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 0, 40, 11, 15242, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scarlet Archmage - In Combat - Cast Fireball'),\n(9451, 0, 3, 0, 0, 0, 100, 0, 8000, 12000, 5000, 9000, 0, 0, 11, 15244, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Archmage - In Combat - Cast Cone of Cold'),\n(9451, 0, 4, 0, 105, 0, 75, 0, 0, 0, 10000, 15000, 0, 30, 11, 15122, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarlet Archmage - Target Casting - Cast Counterspell'),\n(9451, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Archmage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9452, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Enchanter - On Aggro - Say Line 0'),\n(9452, 0, 1, 0, 0, 0, 100, 0, 3000, 4000, 6000, 8000, 0, 0, 11, 15230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Enchanter - In Combat - Cast Arcane Bolt'),\n(9452, 0, 2, 0, 0, 0, 100, 0, 7000, 10000, 12000, 18000, 0, 0, 11, 15970, 1, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Enchanter - In Combat - Cast Sleep'),\n--\n(10817, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Duggan Wildhammer - Outside 30 Range - Start Combat Movement'),\n(10817, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Duggan Wildhammer - Within 5-30 Range - Stop Combat Movement'),\n(10817, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Duggan Wildhammer - Within 0-5 Range - Start Combat Movement'),\n(10817, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Duggan Wildhammer - Within 5-30 Range - Cast Shoot'),\n(10817, 0, 4, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Duggan Wildhammer - 0-5 Range - Cast Cleave'),\n(10817, 0, 5, 0, 2, 0, 100, 0, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Duggan Wildhammer - 0-15% Health - Flee For Assist'),\n(10817, 0, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                       'Duggan Wildhammer - In Combat - Say Line 9'),\n(10817, 0, 7, 0, 1, 0, 100, 0, 3000, 3000, 180000, 180000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,       'Duggan Wildhammer - Out of Combat - Say Line 0'),\n(10817, 0, 8, 0, 1, 0, 100, 0, 15000, 15000, 180000, 180000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,     'Duggan Wildhammer - Out of Combat - Say Line 1'),\n(10817, 0, 9, 0, 1, 0, 100, 0, 25000, 25000, 80000, 80000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,       'Duggan Wildhammer - Out of Combat - Say Line 2'),\n(10817, 0, 10, 0, 1, 0, 100, 0, 40000, 40000, 180000, 180000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,    'Duggan Wildhammer - Out of Combat - Say Line 3'),\n(10817, 0, 11, 0, 1, 0, 100, 0, 50000, 50000, 180000, 180000, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,    'Duggan Wildhammer - Out of Combat - Say Line 4'),\n(10817, 0, 12, 0, 1, 0, 100, 0, 70000, 70000, 120000, 120000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,    'Duggan Wildhammer - Out of Combat - Say Line 5'),\n(10817, 0, 13, 0, 1, 0, 100, 0, 90000, 90000, 180000, 180000, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,    'Duggan Wildhammer - Out of Combat - Say Line 6'),\n(10817, 0, 14, 0, 1, 0, 100, 0, 100000, 100000, 120000, 120000, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,  'Duggan Wildhammer - Out of Combat - Say Line 7'),\n(10817, 0, 15, 0, 1, 0, 100, 0, 120000, 120000, 120000, 120000, 0, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,  'Duggan Wildhammer - Out of Combat - Say Line 8'),\n--\n(10821, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 13000, 18000, 0, 0, 11, 14099, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Hed\\'mush the Rotting - Within 0-5 Range - Cast Mighty Blow'),\n(10822, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14000, 17000, 0, 5, 11, 9080, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Warlord Thresh\\'jin - Within 0-5 Range - Cast Hamstring'),\n(10822, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Warlord Thresh\\'jin - Within 0-5 Range - Cast Sunder Armor'),\n(10822, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 8000, 10000, 0, 0, 11, 17207, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Warlord Thresh\\'jin - In Combat - Cast Whirlwind'),\n(10823, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 30, 11, 20831, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Zul\\'Brin Warpbranch - Within 0-30 Range - Cast Chain Lightning'),\n(10823, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 20, 11, 15039, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Zul\\'Brin Warpbranch - Within 0-20 Range - Cast Flame Shock'),\n(10823, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 11000, 14000, 0, 0, 11, 17172, 1, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,   'Zul\\'Brin Warpbranch - Within 0-20 Range - Cast Hex'),\n(10823, 0, 3, 0, 74, 0, 100, 0, 0, 0, 10000, 15000, 40, 40, 11, 12491, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Zul\\'Brin Warpbranch - On Friendly Between 0-40% Health - Cast Healing Wave'),\n(10824, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Ranger Lord Hawkspear - Outside 30 Range - Start Combat Movement'),\n(10824, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Ranger Lord Hawkspear - Within 5-30 Range - Stop Combat Movement'),\n(10824, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Ranger Lord Hawkspear - Within 0-5 Range - Start Combat Movement'),\n(10824, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Ranger Lord Hawkspear - Within 5-30 Range - Cast Shoot'),\n(10824, 0, 4, 0, 9, 0, 100, 0, 0, 0, 4000, 7000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Ranger Lord Hawkspear - 0-5 Range - Cast Strike'),\n(10824, 0, 5, 0, 105, 0, 50, 0, 0, 0, 7000, 9000, 0, 5, 11, 11978, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Ranger Lord Hawkspear - Target Casting - Cast Kick'),\n(10824, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ranger Lord Hawkspear - Between 0-15% Health - Flee For Assist'),\n(10825, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 5000, 7000, 0, 0, 11, 16564, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Gish the Unmoving - In Combat - Cast Gargoyle Strike'),\n(10825, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 18000, 21000, 0, 0, 11, 13445, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Gish the Unmoving - Within 0-5 Range - Cast Rend'),\n(10826, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 6000, 8000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Lord Darkscythe - In Combat - Cast Cleave'),\n(10826, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Darkscythe - Within 0-5 Range - Cast Sunder Armor'),\n(10827, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Deathspeaker Selendre - Combat - Cast Shadow Bolt'),\n(10827, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 15000, 18000, 0, 0, 11, 12889, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Deathspeaker Selendre - Combat - Cast Curse of Tongues'),\n(10827, 0, 2, 0, 2, 0, 100, 0, 0, 30, 12000, 19000, 0, 0, 11, 17238, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Deathspeaker Selendre - 0-30% Health - Cast Drain Life'),\n--\n(11878, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Nathanos Blightcaller - Outside 30 Range - Start Combat Movement'),\n(11878, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Nathanos Blightcaller - Within 5-30 Range - Stop Combat Movement'),\n(11878, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Nathanos Blightcaller - Within 0-5 Range - Start Combat Movement'),\n(11878, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 16100, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Nathanos Blightcaller - Within 5-30 Range - Cast Shoot'),\n(11878, 0, 4, 0, 0, 0, 90, 0, 6000, 7000, 8000, 15000, 0, 0, 11, 18649, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,    'Nathanos Blightcaller - Within 5-30 Range - Cast Shadow Shot'),\n(11878, 0, 5, 0, 0, 0, 90, 0, 10000, 10000, 8000, 15000, 0, 0, 11, 18651, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,  'Nathanos Blightcaller - Within 5-30 Range - Cast Multi-Shot'),\n(11878, 0, 6, 0, 0, 0, 100, 0, 7000, 9000, 8000, 12000, 0, 0, 11, 6253, 1, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Nathanos Blightcaller - Within 0-5 Range - Cast Backhand'),\n(11878, 0, 7, 0, 0, 0, 100, 0, 12000, 15000, 10000, 20000, 0, 0, 11, 13704, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Nathanos Blightcaller - In Combat - Cast Psychic Scream'),\n(11878, 0, 8, 0, 0, 0, 50, 0, 5000, 10000, 5000, 10000, 0, 0, 11, 19096, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Nathanos Blightcaller - In Combat - Cast Summon Conquered Soul'),\n(11878, 0, 9, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                       'Nathanos Blightcaller - On Aggro - Say Line 0'),\n(11878, 0, 10, 0, 5, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Nathanos Blightcaller - On Killed Unit - Say Line 1'),\n(11878, 0, 11, 12, 19, 0, 100, 512, 6148, 0, 0, 0, 0, 0, 112, 87, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Nathanos Blightcaller - On Quest \\'The Scarlet Oracle, Demetria\\' Taken - Start game event 0'),\n(11878, 0, 12, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Nathanos Blightcaller - On Quest \\'The Scarlet Oracle, Demetria\\' Taken - Set Active On'),\n(11878, 0, 13, 0, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 80, 1187800, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Nathanos Blightcaller - On Data Set 1 1 - Run Script'),\n(11885, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 16577, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Blighthound - On Respawn - Cast Disease Cloud'),\n(11885, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 17000, 0, 5, 11, 13445, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Blighthound - Within 0-5 Range - Cast Rend'),\n--\n(11896, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21645, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Borelgore - On Respawn - Cast Virulent Poison Proc'),\n(11896, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 5000, 15000, 0, 0, 11, 16866, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Borelgore - Within 0-30 Range - Cast Venom Spit'),\n(11896, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 8000, 11000, 0, 0, 11, 5568, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Borelgore - In Combat - Cast Trample'), -- https://www.youtube.com/watch?v=0pmoJ2pj4pE\n(11897, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 5, 11, 14516, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Duskwing - Within 0-5 Range - Cast Strike'),\n(11897, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 12000, 16000, 0, 0, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Duskwing - In Combat - Cast Sonic Burst'),\n(11897, 0, 2, 0, 0, 0, 100, 0, 2000, 4000, 8000, 11000, 0, 0, 11, 18663, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,   'Duskwing - Within 0-20 Range - Cast Shadow Shock'), -- https://www.youtube.com/watch?v=PBjDQYARWfA\n--\n(12248, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 30, 11, 18270, 32, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,          'Infiltrator Hameya - Within 0-30 Range - Cast Dark Plague'),\n(12248, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 15000, 17000, 0, 0, 11, 11977, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Infiltrator Hameya - Within 0-5 Range - Cast Rend'),\n(12250, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 6000, 8000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Zaeldarr the Outcast - Within 0-5 Range - Cast Cleave'),\n(12250, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 5, 11, 19128, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Zaeldarr the Outcast - Within 0-5 Range - Cast Knockdown'),\n(12322, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Quel Lithien Protector - Outside 30 Range - Start Combat Movement'),\n(12322, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Quel Lithien Protector - Within 5-30 Range - Stop Combat Movement'),\n(12322, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Quel Lithien Protector - Within 0-5 Range - Start Combat Movement'),\n(12322, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Quel Lithien Protector - Combat - Cast Shoot'),\n(12322, 0, 4, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Quel Lithien Protector - 0-5 Range - Cast Strike'),\n(12322, 0, 5, 0, 105, 0, 50, 0, 0, 0, 8000, 13000, 0, 5, 11, 11978, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Quel Lithien Protector - 0-5 Range - Cast Kick'),\n(12322, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Quel Lithien Protector - 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(12337, 0, 0, 0, 1, 0, 100, 0, 30000, 60000, 120000, 180000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Crimson Courier - Out of Combat - Say Line 0'),\n(12337, 0, 1, 2, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Crimson Courier - On Aggro - Call For Help'),\n(12337, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 19726, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Crimson Courier - On Aggro - Cast Resistance Aura'),\n(12337, 0, 3, 0, 0, 0, 100, 0, 5000, 7000, 6000, 8000, 0, 0, 11, 17143, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Crimson Courier - Within 0-5 Range - Cast Holy Strike'),\n(12337, 0, 4, 0, 0, 0, 100, 0, 4000, 11000, 15000, 20000, 0, 0, 11, 13005, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Crimson Courier - Within 0-5 Range - Cast Hammer of Justice'),\n(12337, 0, 5, 0, 0, 0, 100, 0, 9000, 13000, 10000, 14000, 0, 0, 11, 17149, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0, 'Crimson Courier - In Combat - Cast Exorcism'),\n(12337, 0, 6, 0, 0, 0, 100, 0, 2000, 4000, 20000, 26000, 0, 0, 11, 19725, 1, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,   'Crimson Courier - Within 0-20 Range - Cast Turn Undead'),\n(12337, 0, 7, 0, 14, 0, 100, 0, 4000, 40, 14000, 18000, 0, 0, 11, 15493, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Crimson Courier - Friendly Missing 4000 Health - Cast Holy Light'),\n(13118, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 25000, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Crimson Bodyguard - Within 8-25 Range - Cast Shield Charge'),\n(13118, 0, 1, 0, 9, 0, 100, 0, 0, 0, 17000, 20000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Crimson Bodyguard - Within 0-5 Range - Cast Shield Bash'),\n(13118, 0, 2, 0, 0, 0, 100, 0, 7000, 12000, 12000, 25000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Crimson Bodyguard - Within 0-5 Range - Cast Disarm'),\n(13118, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Crimson Bodyguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(16184, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 13000, 0, 20, 11, 15471, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Nerubian Overseer - Within 0-20 Range - Cast Enveloping Web'),\n(16184, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 15000, 20000, 0, 0, 11, 31601, 0, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Nerubian Overseer - In Combat - Cast Crypt Scarabs');\n\n\n-- fix spawn locations, respawn and movement\nDELETE FROM `creature` WHERE `id1` IN (10822, 10823, 10827);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(86607,  10822, 0, 0, 0, 0, 0, 1, 1, 1, 3314, -4855.85, 167.322, 2.50322, 18000, 5, 0, 3876, 0, 1, 0, 0, 0, '', 0, 0,        'Warlord Thresh\\'jin'),\n(695028, 10822, 0, 0, 0, 0, 0, 1, 1, 1, 3221.36, -4710.45, 158.034, 5.60277, 18000, 0, 0, 3876, 0, 0, 0, 0, 0, '', 0, 0,     'Warlord Thresh\\'jin'), -- https://www.youtube.com/watch?v=1fU3H5dqXZI\n--\n(86625,  10823, 0, 0, 0, 0, 0, 1, 1, 1, 3363.57, -4979.87, 159.273, 3.51245, 37000, 5, 0, 2799, 5598, 1, 0, 0, 0, '', 0, 0,  'Zul\\'Brin Warpbranch'), -- https://www.youtube.com/watch?v=0IpkbS4kNoQ\n(695030, 10823, 0, 0, 0, 0, 0, 1, 1, 1, 3405.73, -4899.5, 159.417, 5.77662, 37000, 0, 0, 2799, 5598, 0, 0, 0, 0, '', 0, 0,   'Zul\\'Brin Warpbranch'), -- https://www.youtube.com/watch?v=nHQPuMWENsc\n--\n(86755,  10827, 0, 0, 0, 0, 0, 1, 1, 1, 2606.22, -5504.18, 158.046, 0.176863, 18000, 0, 0, 2550, 5206, 0, 0, 0, 0, '', 0, 0, 'Deathspeaker Selendre'); -- https://www.youtube.com/watch?v=qFI1e0g6Rwg\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601014, 601015);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(86607,  601014, 0, 'Warlord Thresh\\'jin - EPL'),\n(695028, 601014, 0, 'Warlord Thresh\\'jin - EPL'),\n(86625,  601015, 0, 'Zul\\'Brin Warpbranch - EPL'),\n(695030, 601015, 0, 'Zul\\'Brin Warpbranch - EPL');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601014, 601015);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601014, 1, 'Warlord Thresh\\'jin - EPL'),\n(601015, 1, 'Zul\\'Brin Warpbranch - EPL');\n    \n-- Marris, not Morris.\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Nathanos Blightcaller at Marris Stead in Eastern Plaguelands.' WHERE `ID` IN (6022, 6042, 6133, 6135, 6145, 6148, 6163, 14350);\n\n-- Hide Argent Dawn token quests until Naxx40\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 3461 AND `ConditionValue1` = 66006;\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceGroup` = 0 AND `ConditionValue1` = 66006 AND `SourceEntry` BETWEEN 9221 AND 9228;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(15, 3461, 2, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Miranda Breechlock - only show Gossip Menu Insignia Cost after player reaches Naxx40'),\n(15, 3461, 2, 0, 1, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Miranda Breechlock - only show Gossip Menu Insignia Cost after player reaches Naxx40'),\n(15, 3461, 2, 0, 2, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Miranda Breechlock - only show Gossip Menu Insignia Cost after player reaches Naxx40'),\n--\n(19, 0, 9221, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Superior Armaments of Battle - Friend of the Dawn\\' until Naxx40'),\n(19, 0, 9223, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Superior Armaments of Battle - Honored Amongst the Dawn\\' until Naxx40'),\n(19, 0, 9226, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Superior Armaments of Battle - Revered Amongst the Dawn\\' until Naxx40'),\n(19, 0, 9227, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Superior Armaments of Battle - Exalted Amongst the Dawn\\' until Naxx40'),\n--\n(19, 0, 9222, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Epic Armaments of Battle - Friend of the Dawn\\' until Naxx40'),\n(19, 0, 9224, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Epic Armaments of Battle - Honored Amongst the Dawn\\' until Naxx40'),\n(19, 0, 9225, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Epic Armaments of Battle - Revered Amongst the Dawn\\' until Naxx40'),\n(19, 0, 9228, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Hide \\'Epic Armaments of Battle - Exalted Amongst the Dawn\\' until Naxx40');\n"
  },
  {
    "path": "data/sql/world/base/zone_elwynn_forest.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (118, 285, 525, 735);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(6, 30, 38, 40, 43, 46, 61, 79, 80, 94, 97, 99, 100, 103, 113, 116, 257, 327, 330, 448, 473, 474, 475, 476, 478, 524, 732, 881);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(6, 30, 38, 40, 43, 46, 61, 79, 80, 94, 97, 99, 100, 103, 113, 116, 118, 257, 285, 327, 330, 448, 473, 474, 475, 476, 478, 524, 525, 732, 735, 881);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(6, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                            'Kobold Vermin - On Aggro - Say Line 0'),\n(30, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11959, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Forest Spider - In Combat - Cast Poison Proc'),\n(38, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Defias Thug - On Aggro - Say Line 0'),\n(40, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Kobold Miner - On Aggro - Say Line 0'),\n(40, 0, 1, 0, 0, 0, 100, 0, 4000, 14000, 38000, 42000, 0, 0, 11, 6016, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Kobold Miner - Within 0-5 Range - Cast Pierce Armor'),\n(43, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11959, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mine Spider - On Respawn - Cast Poison Proc'),\n(46, 0, 0, 0, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 3368, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Murloc Forager - Between 0-40% Health - Cast Drink Minor Potion'),\n(61, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Thuros Lightfingers - On Aggro - Say Line 0)'),\n(79, 0, 0, 0, 4, 0, 40, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Narg the Taskmaster - On Aggro - Say Line 0)'), \n(79, 0, 1, 0, 0, 0, 100, 0, 2000, 2000, 18000, 18000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Narg the Taskmaster - In Combat - Cast Battle Shout'),\n(80, 0, 0, 0, 4, 0, 30, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Kobold Laborer - On Aggro - Say Line 0'),\n(94, 0, 0, 0, 67, 0, 100, 0, 1000, 1000, 2000, 7000, 0, 5, 11, 53, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Cutpurse - Behind Target - Cast Backstab'),\n(97, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Riverpaw Runt - On Aggro - Say Line 0'),\n(97, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Riverpaw Runt - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(99, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 10000, 0, 5, 11, 1776, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Morgaine the Sly - Within 0-5 Range - Cast Gouge'),\n(99, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 30000, 40000, 0, 0, 11, 11918, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Morgaine the Sly - In Combat - Cast Poison'),\n(99, 0, 2, 0, 67, 0, 100, 0, 1000, 1000, 10000, 10000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Morgaine the Sly - Behind Target - Cast Backstab'),\n(100, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Gruff Swiftbite - In Combat - Cast Thrash'),\n(103, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Garrick Padfoot - On Aggro - Cast Defensive Stance'),\n(103, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Garrick Padfoot - On Aggro - Say Line 0'),\n(113, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonetusk Boar - On Aggro - Cast Rushing Charge'),\n(116, 0, 0, 0, 4, 0, 25, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Bandit - On Aggro - Say Line 0'),\n(116, 0, 1, 0, 0, 0, 65, 0, 4000, 4000, 5000, 9000, 0, 0, 11, 8646, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Defias Bandit - Within 0-5 Range - Cast Snap Kick'),\n(257, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Kobold Worker - On Aggro - Say Line 0'),\n(327, 0, 0, 0, 4, 0, 40, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Goldtooth - On Aggro - Say Line 0'),\n(327, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Goldtooth - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(330, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Princess - On Aggro - Cast Rushing Charge'),\n(448, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Hogger - On Aggro - Cast Rushing Charge'),\n(448, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hogger - On Aggro - Say Line 0'),\n(448, 0, 2, 0, 0, 0, 100, 0, 1000, 3000, 20000, 29000, 0, 0, 11, 6730, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Hogger - Within 0-5 Range - Cast Head Butt'),\n(448, 0, 3, 0, 0, 0, 100, 0, 4000, 6000, 46000, 48000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Hogger - Within 0-5 Range - Cast Pierce Armor'),\n(473, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 11000, 13000, 0, 0, 11, 1776, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Morgan the Collector - Within 0-5 Range - Cast Gouge'),\n(474, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Defias Rogue Wizard - Out of Combat - Cast Frost Armor'),\n(474, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Rogue Wizard - On Aggro - Say Line 0'),\n(474, 0, 2, 0, 0, 0, 100, 0, 0, 0, 1000, 1000, 0, 0, 11, 13322, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Defias Rogue Wizard - In Combat - Cast Frostbolt'),\n(475, 0, 0, 0, 4, 0, 25, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Kobold Tunneler - On Aggro - Say Line 0'),\n(476, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Kobold Geomancer - Out of Combat - Cast Frost Armor'),\n(476, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Kobold Geomancer - On Aggro - Say Line 0'),\n(476, 0, 2, 0, 0, 0, 100, 0, 0, 0, 1000, 1000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Kobold Geomancer - In Combat - Cast Fireball'),\n(478, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Outrunner - On Aggro - Say Line 0'),\n(478, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Riverpaw Outrunner - In Combat - Cast Thrash'),\n(524, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rockhide Boar - On Aggro - Cast Rushing Charge'),\n(732, 0, 0, 0, 67, 0, 100, 0, 3000, 6000, 3000, 6000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Murloc Lurker - On Behind Target - Cast Backstab'),\n(881, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Surena Caledon - Out of Combat - Cast Frost Armor'),\n(881, 0, 1, 0, 4, 0, 40, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Surena Caledon - On Aggro - Say Line 0'),\n(881, 0, 2, 0, 0, 0, 100, 0, 0, 0, 1000, 1000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Surena Caledon - In Combat - Cast Fireball');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 79;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(79, 0, 0, 'You no take candle!', 12, 0, 100, 0, 0, 0, 16658, 0,    'Narg the Taskmaster'),\n(79, 0, 1, 'Yiieeeee! Me run!', 12, 7, 100, 0, 0, 0, 1864, 0,       'Narg the Taskmaster'),\n(79, 0, 2, 'No kill me! No kill me!', 12, 0, 100, 0, 0, 0, 1863, 0, 'Narg the Taskmaster');\n\n-- Hogger, fix missing waypoints and spawn points, entry 448, guid 80531\nDELETE FROM `creature` WHERE `id1` = 448;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(80531, 448, 0, 0, 0, 0, 0, 1, 1, 1, -9946, 604.266, 38.2862, 0.297245, 180, 0, 1, 666, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(695022, 448, 0, 0, 0, 0, 0, 1, 1, 1, -9947.88, 594.773, 39.608, 5.19393, 180, 15, 0, 666, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695023, 448, 0, 0, 0, 0, 0, 1, 1, 1, -10107.2, 618.213, 38.2045, 3.78528, 180, 15, 0, 666, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695024, 448, 0, 0, 0, 0, 0, 1, 1, 1, -10085.4, 585.657, 39.2759, 1.30395, 180, 15, 0, 666, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695025, 448, 0, 0, 0, 0, 0, 1, 1, 1, -10018.6, 640.629, 39.0636, 1.3324, 180, 15, 0, 666, 0, 1, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` = 80531;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(80531, 805310, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 805310;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(805310, 1, -9946, 604.266, 38.2862, NULL, 10000, 0, 0, 100, 0),\n(805310, 2, -9969.58, 625.799, 38.4956, NULL, 0, 0, 0, 100, 0),\n(805310, 3, -9996.3, 638.969, 39.1481, NULL, 0, 0, 0, 100, 0),\n(805310, 4, -10010.6, 646.303, 37.7379, NULL, 10000, 0, 0, 100, 0),\n(805310, 5, -10056.1, 659.915, 39.1032, NULL, 0, 0, 0, 100, 0),\n(805310, 6, -10084.5, 663.626, 35.179, NULL, 0, 0, 0, 100, 0),\n(805310, 7, -10104.2, 683.092, 31.897, NULL, 10000, 0, 0, 100, 0),\n(805310, 8, -10115.9, 648.876, 35.9839, NULL, 0, 0, 0, 100, 0),\n(805310, 9, -10101.4, 613.373, 38.9122, NULL, 0, 0, 0, 100, 0),\n(805310, 10, -10068.6, 623.025, 39.2644, NULL, 10000, 0, 0, 100, 0),\n(805310, 11, -10053.6, 612.915, 39.6109, NULL, 0, 0, 0, 100, 0),\n(805310, 12, -9982.26, 628.856, 38.2322, NULL, 0, 0, 0, 100, 0);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` = 601013;\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(80531,  601013, 0, 'Hogger'),\n(695022, 601013, 0, 'Hogger'),\n(695023, 601013, 0, 'Hogger'),\n(695024, 601013, 0, 'Hogger'),\n(695025, 601013, 0, 'Hogger');\n\nDELETE FROM `pool_template` WHERE `entry` = 601013;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601013, 1, '');\n\n-- Kitta Firewind <Enchanting Trainer>\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 4169 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES\n(15, 4169, 0, 7, 333, 125, 'Show menu if enchanting is 125 or higher');\n\n-- The Stolen Tome (Warlock)\nDELETE FROM `creature_questender` WHERE `id` = 459 AND `quest` = 1598;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (459, 1598);\n\n-- The Stolen Tome (Warlock)\nDELETE FROM `creature_queststarter` WHERE `id` = 459 AND `quest` = 1598;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (459, 1598);\n\n-- update creature models\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 604   WHERE `CreatureID` = 69;  -- Diseased Timber Wolf\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10912 WHERE `CreatureID` = 257; -- Kobold Worker\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 447   WHERE `CreatureID` = 299; -- Diseased Young Wolf\n\n-- update creature names\nUPDATE `creature_template` SET `name`    = 'Timber Wolf'              WHERE `entry` = 69;   -- Diseased Timber Wolf\nUPDATE `creature_template` SET `name`    = 'Young Wolf'               WHERE `entry` = 299;  -- Diseased Young Wolf\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith'    WHERE `entry` = 514;  -- Smith Argus\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 1103; -- Eldrin <Journeyman Tailor>\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 1215; -- Alchemist Mallory <Journeyman Alchemist>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 1632; -- Adele Fielder <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Fisherman'                WHERE `entry` = 1651; -- Lee Brown <Fisherman>\nUPDATE `creature_template` SET `subname` = 'Tabard Vendor'            WHERE `entry` = 5193; -- Rebecca Laughlin <Tabard Designer>\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist'         WHERE `entry` = 5499; -- Lilyssia Nightbreeze <Alchemy Trainer>\nUPDATE `creature_template` SET `subname` = 'Herbalism Supplier'       WHERE `entry` = 5503; -- Eldraeith <Herbalism Supplies>\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith'        WHERE `entry` = 5511; -- Therum Deepforge <Blacksmithing Trainer>\nUPDATE `creature_template` SET `subname` = 'Expert Engineer'          WHERE `entry` = 5518; -- Lilliam Sparkspindle <Engineering Trainer>\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker'     WHERE `entry` = 5564; -- Simon Tanner <Leatherworking Trainer>\nUPDATE `creature_template` SET `subname` = 'Skinner'                  WHERE `entry` = 6306; -- Helene Peltskinner <Skinner>\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 5500; -- Tel'Athir <Apprentice Alchemist> -- `trainer_type` = 2\nUPDATE `creature_template` SET `subname` = 'Expert Tailor'            WHERE `entry` = 5567; -- Sellandus <Apprentice Tailor> -- `trainer_type` = 2\n\nUPDATE `creature_template` SET `npcflag` = 81 WHERE `entry` IN (5500, 5567);\n\nDELETE FROM `creature_template_addon` WHERE `entry` = 69;  -- Diseased Timber Wolf\nDELETE FROM `creature_template_addon` WHERE `entry` = 299; -- Diseased Young Wolf\n\n-- Wolves Across the Border\nDELETE FROM `quest_offer_reward` WHERE `ID` = 33;\nINSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `RewardText`) VALUES (33, 1, 'You\\'ve been busy! I can\\'t wait to cook up that wolf meat...$b$bI have some things here you might want - take your pick!');\n\n-- Wolves Across the Border\nDELETE FROM `quest_request_items` WHERE `ID` = 33;\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`) VALUES (33, 6, 6, 'Hey $N. I\\'m getting hungry...did you get that tough wolf meat?');\n\n-- Bounty on Garrick Padfoot\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 6;\n\n-- Kobold Camp Cleanup\nUPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 10 Kobold Vermin, then return to Marshal McBride.', `RequiredNpcOrGoCount1` = 10 WHERE `ID` = 7;\n\n-- Investigate Echo Ridge\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Kill 10 Kobold Workers, then report back to Marshal McBride.', \n`QuestDescription`='$N, my scouts tell me that the kobold infestation is larger than we had thought.  A group of kobold workers has camped near the Echo Ridge Mine to the north.$B$B\nGo to the mine and remove them.  We know there are at least 10.  Kill them, see if there are more, then report back to me.', `RequiredNpcOrGoCount1` = 10 WHERE `ID` = 15;\n\n-- Brotherhood of Thieves\nUPDATE `quest_template` SET `Flags` = 8, `LogDescription` = 'Bring 12 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.', `RequiredItemCount1` = 12 WHERE `ID` = 18;\n\n-- Skirmish at Echo Ridge\nUPDATE `quest_template` SET `Flags` = 8, `LogDescription` = 'Kill 12 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.', `RequiredNpcOrGoCount1` = 12 WHERE `ID` = 21;\n\n-- Wolves Across the Border\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription`   = 'Bring 8 pieces of Tough Wolf Meat to Eagan Peltskinner outside Northshire Abbey.', \n`QuestDescription` = 'I hate those nasty timber wolves!  But I sure like eating wolf steaks...  Bring me tough wolf meat and I will exchange it for something you\\'ll find useful.$B$B\nTough wolf meat is gathered from hunting the timber wolves and young wolves wandering the Northshire countryside.', `RequiredItemId1` = 750 WHERE `ID` = 33;\n\nUPDATE `quest_template` SET `Flags`=0 WHERE `ID`=54; -- Report to Goldshire\nUPDATE `quest_template` SET `Flags`=8 WHERE `ID`=783; -- A Threat Within\nUPDATE `quest_template` SET `Flags`=8 WHERE `ID`=2158; -- Rest and Relaxation\nUPDATE `quest_template` SET `Flags`=0 WHERE `ID`=3102; -- Encrypted Letter\nUPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3903; -- Milly Osworth\nUPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3904; -- Milly's Harvest\nUPDATE `quest_template` SET `Flags`=0 WHERE `ID`=3905; -- Grape Manifest\n\n-- Eagan Peltskinner\nUPDATE `quest_template` SET `QuestDescription` = \n'Eagan Peltskinner is looking for someone to hunt wolves for him. That\\'s good news, because we\\'re seeing a lot more wolves in Northshire Valley lately.$B$B\nIf you\\'re interested then speak with Eagan. He\\'s around the side of the abbey, to the left.' WHERE `ID`=5261;\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (\n6,    -- Bounty on Garrick Padfoot\n7,    -- Kobold Camp Cleanup\n15,   -- Investigate Echo Ridge\n18,   -- Brotherhood of Thieves\n21,   -- Skirmish at Echo Ridge\n33,   -- Wolves Across the Border\n54,   -- Report to Goldshire\n783,  -- A Threat Within\n2158, -- Rest and Relaxation\n3100, -- Simple Letter\n3101, -- Consecrated Letter\n3102, -- Encrypted Letter\n3103, -- Hallowed Letter\n3104, -- Glyphic Letter\n3105, -- Tainted Letter\n3903, -- Milly Osworth\n3904, -- Milly's Harvest\n3905, -- Grape Manifest\n5261  -- Eagan Peltskinner\n);\n\nDELETE FROM `creature_loot_template` WHERE `Item` = 750 AND `Entry` IN (69, 299);\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(69, 750, 80, 1, 1, 1, 'Timber Wolf - Tough Wolf Meat'),\n(299, 750, 80, 1, 1, 1, 'Young Wolf - Tough Wolf Meat');\n\nDELETE FROM `creature_questitem` WHERE `CreatureEntry` IN (69, 299);\nINSERT INTO `creature_questitem` (`CreatureEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES\n(69, 0, 750, 0),\n(299, 0, 750, 0);\n\n-- Restore Mirror Lake Orchard creatures removed in WotLK\nDELETE FROM `creature` WHERE `guid` IN (80391, 80392, 80393, 80394, 80396, 80397, 80399, 80400, 80401, 80402, 80403, 80404, 80405) AND `id1` IN (116, 94);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES\n(80391, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9441.48, 469.81, 53.2758, 4.26422, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80392, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9444.94, 473.775, 52.3257, 4.03171, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80393, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9437.72, 486.039, 53.3307, 5.58505, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80394, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9433.15, 482.528, 53.2474, 2.53073, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80396, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9464.65, 480.308, 53.0385, 3.48143, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),\n(80397, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9453.23, 512.811, 56.3243, 6.18203, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),\n(80399, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9447.86, 462.158, 52.2864, 4.2586, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80400, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9495.64, 457.065, 52.3032, 2.96413, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),\n(80401, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9479.78, 470.421, 51.6672, 5.18983, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),\n(80402, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9459.9, 426.179, 52.6221, 3.6223, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),\n(80403, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9441.33, 447.532, 52.5032, 3.9619, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80404, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9445.96, 451.56, 52.6251, 1.93731, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),\n(80405, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9517.96, 494.378, 52.2181, 5.29769, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0);\n\n-- fix Defias Thug worldserver errors\nUPDATE `creature` SET `MovementType` = 0  WHERE `guid` = 80149;\nUPDATE `creature` SET `MovementType` = 0  WHERE `guid` = 80251;\n\nUPDATE `creature_addon` SET `path_id` = 0 WHERE `guid` = 80149;\nUPDATE `creature_addon` SET `path_id` = 0 WHERE `guid` = 80251;\n\nDELETE FROM smart_scripts WHERE `entryorguid` IN (-80251,-80149) and `source_type` = 0;\nDELETE FROM smart_scripts WHERE `entryorguid` IN (3800) and `source_type` = 9;\n\nINSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,\n`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`event_param6`,\n`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,\n`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_param4`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES \n--\n(-80149,0,0,0,11,0,100,512,0,0,0,0,0,0,53,1,8014900,1,0,0,1,1,0,0,0,0,0,0,0,0,     'Defias Thug - On Respawn - Start WayPoint'),\n(-80149,0,1,0,40,0,100,512,1,8014900,0,0,0,0,54,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,  'Defias Thug - On Waypoint 1 Reached - Pause WayPoint'),\n(-80149,0,2,0,40,0,100,512,10,8014900,0,0,0,0,80,3800,0,1,0,0,0,1,0,0,0,0,0,0,0,0, 'Defias Thug - On Waypoint 10 Reached - Run Script'),\n--\n(-80251,0,0,0,11,0,100,512,0,0,0,0,0,0,53,1,8025100,1,0,0,1,1,0,0,0,0,0,0,0,0,     'Defias Thug - On Respawn - Start WayPoint'),\n(-80251,0,1,0,40,0,100,512,1,8025100,0,0,0,0,54,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,  'Defias Thug - On Waypoint 1 Reached - Pause WayPoint'),\n(-80251,0,2,0,40,0,100,512,11,8025100,0,0,0,0,80,3800,0,1,0,0,0,1,0,0,0,0,0,0,0,0, 'Defias Thug - On Waypoint 11 Reached - Run Script'),\n--\n(3800,9,0,0,0,0,100,0,0,0,0,0,0,0,54,26000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,            'Defias Thug - On Script - Pause Waypoint'),\n(3800,9,1,0,0,0,100,0,0,0,0,0,0,0,89,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,                'Defias Thug - On Script - Random Movement'),\n(3800,9,2,0,0,0,100,0,25000,25000,0,0,0,0,65,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,        'Defias Thug - On Script - Resume Waypoint');\n\n-- Remove Waypoint Scripts\nDELETE FROM `waypoint_scripts` where id IN (8025100, 8014900);\nDELETE FROM `waypoint_data`    where id IN (802510, 801490);\n\nDELETE FROM `waypoints` WHERE `entry` IN (8014900, 8025100);\nINSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES\n(8014900,1,  -9008.89, -320.603, 75.8279, 'Defias Thug'), -- 1 sec delay\n(8014900,2,  -8981.22, -335.138, 73.3474, 'Defias Thug'),\n(8014900,3,  -8946.51, -338.891, 71.1134, 'Defias Thug'),\n(8014900,4,  -8912.77, -352.085, 72.5823, 'Defias Thug'),\n(8014900,5,  -8881.49, -355.84,  73.1462, 'Defias Thug'),\n(8014900,6,  -8910.65, -346.602, 71.1023, 'Defias Thug'),\n(8014900,7,  -8883.13, -352.739, 72.9499, 'Defias Thug'),\n(8014900,8,  -8911.38, -347.166, 71.3269, 'Defias Thug'),\n(8014900,9,  -8947.63, -337.566, 70.9275, 'Defias Thug'),\n(8014900,10, -9008.89, -320.603, 75.8279, 'Defias Thug'), -- 25 sec delay and random movement\n(8025100,1,  -8878.29, -410.994, 65.6802, 'Defias Thug'), -- 1 sec delay\n(8025100,2,  -8880.02, -399.363, 66.0983, 'Defias Thug'),\n(8025100,3,  -8898.18, -391.582, 68.6285, 'Defias Thug'),\n(8025100,4,  -8914.49, -391.059, 69.3006, 'Defias Thug'),\n(8025100,5,  -8928.27, -375.636, 71.218,  'Defias Thug'),\n(8025100,6,  -8958.87, -373.826, 72.3354, 'Defias Thug'),\n(8025100,7,  -8921.43, -376.858, 71.1848, 'Defias Thug'),\n(8025100,8,  -8909.08, -366.763, 72.135,  'Defias Thug'),\n(8025100,9,  -8870.04, -371.407, 71.997,  'Defias Thug'),\n(8025100,10, -8878.29, -410.994, 65.6802, 'Defias Thug'),\n(8025100,11, -8878.29, -410.994, 65.6802, 'Defias Thug'); -- 25 sec delay and random movement\n"
  },
  {
    "path": "data/sql/world/base/zone_eversong_woods.sql",
    "content": "-- Windows to the Source (Warlock)\nDELETE FROM `creature_questender` WHERE `id`=15283 AND `quest`=8344;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (15283, 8344);\n\n-- Windows to the Source (Warlock)\nDELETE FROM `creature_queststarter` WHERE `id`=15283 AND `quest`=8344;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344);\n\nDELETE FROM `creature_loot_template` WHERE `Entry`= 15298 AND `Item`=20935;\nINSERT INTO `creature_loot_template` (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES\n(15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence');\n"
  },
  {
    "path": "data/sql/world/base/zone_felwood.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (14340, 14343);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(7092, 7093, 7097, 7098, 7099, 7100, 7101, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7118, 7120, 7125, 7132, 7136, 7139, 7153, 7154, 7155, 7156, 7157, 7158,\n8957, 8958, 8959, 8960, 8961, 9454, 9462, 9464, 9516, 9517, 9518, 9860, 9861, 9862, 9877, 9878, 10648, 14342, 14344, 14345);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(7092, 7093, 7097, 7098, 7099, 7100, 7101, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7118, 7120, 7125, 7132, 7136, 7139, 7153, 7154, 7155, 7156, 7157, 7158,\n8957, 8958, 8959, 8960, 8961, 9454, 9462, 9464, 9516, 9517, 9518, 9860, 9861, 9862, 9877, 9878, 10648, 14340, 14342, 14343, 14344, 14345);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(7092, 0, 0, 0, 106, 0, 100, 0, 0, 0, 180000, 180000, 0, 5, 11, 3335, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Tainted Ooze - Within 0-5 Range - Cast Dark Sludge'),\n(7093, 0, 0, 0, 0, 0, 100, 0, 0, 0, 4000, 6000, 0, 0, 11, 21067, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Vile Ooze - In Combat - Cast Poison Bolt'),\n(7093, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 14000, 0, 5, 11, 22595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Vile Ooze - Within 0-5 Range - Cast Poison Shock'),\n(7097, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 5, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ironbeak Owl - Within 0-5 Range - Cast Swoop'),\n(7098, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 16000, 0, 5, 11, 3589, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Ironbeak Screecher - Within 0-5 Range - Cast Deafening Screech'),\n(7099, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 24000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Ironbeak Hunter - Within 0-5 Range - Cast Rend'),\n(7100, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 25000, 0, 30, 11, 11922, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Warpwood Moss Flayer - In Combat - Cast Entangling Roots'),\n(7101, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Warpwood Shredder - In Combat - Cast Thrash'),\n(7101, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 13444, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Warpwood Shredder - Within 0-5 Range - Cast Sunder Armor'),\n(7104, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 30, 11, 12058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dessecus - In Combat - Cast Chain Lightning'),\n(7104, 0, 1, 0, 0, 0, 100, 0, 6000, 11000, 16000, 21000, 0, 0, 11, 8293, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,   'Dessecus - In Combat - Cast Lightning Cloud'),\n--\n(7105, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Satyr - In Combat - Cast Jadefire'),\n(7106, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Rogue - In Combat - Cast Jadefire'),\n(7106, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 9000, 12000, 0, 0, 11, 13579, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Rogue - Within 0-5 Range - Cast Gouge'),\n(7106, 0, 2, 0, 67, 0, 100, 0, 0, 0, 6000, 11000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jadefire Rogue - Behind Target - Cast Backstab'),\n(7107, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Trickster - In Combat - Cast Jadefire'),\n(7107, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 21000, 25000, 0, 0, 11, 13338, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Jadefire Trickster - In Combat - Cast Curse of Tongues'),\n(7107, 0, 2, 0, 9, 0, 100, 0, 0, 0, 120000, 125000, 0, 30, 11, 11980, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Jadefire Trickster - In Combat - Cast Curse of Weakness'),\n(7108, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Betrayer - In Combat - Cast Jadefire'),\n(7108, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 18000, 22000, 0, 0, 11, 13443, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Jadefire Betrayer - Within 0-5 Range - Cast Rend'),\n(7108, 0, 2, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jadefire Betrayer - Within 0-5 Range - Cast Cleave'),\n(7109, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Felsworn - In Combat - Cast Jadefire'),\n(7109, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Jadefire Felsworn - In Combat - Cast Shadow Bolt'),\n(7109, 0, 2, 0, 0, 0, 100, 0, 7000, 11000, 21000, 24000, 0, 0, 11, 11443, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,  'Jadefire Felsworn - In Combat - Cast Cripple'),\n(7110, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Shadowstalker - In Combat - Cast Jadefire'),\n(7111, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Jadefire Hellcaller - In Combat - Cast Jadefire'),\n(7111, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jadefire Hellcaller - In Combat - Cast Fireball'),\n(7111, 0, 2, 0, 0, 0, 100, 0, 9000, 13000, 18000, 22000, 0, 0, 11, 11990, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Jadefire Hellcaller - In Combat - Cast Rain of Fire'),\n--\n(7112, 0, 0, 0, 0, 0, 100, 0, 9000, 14000, 22000, 25000, 0, 0, 11, 11639, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Jaedenar Cultist - In Combat - Cast Shadow Word: Pain'),\n(7112, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jaedenar Cultist - In Combat - Cast Shadow Bolt'),\n(7112, 0, 2, 0, 0, 0, 100, 0, 7000, 9000, 15000, 25000, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Jaedenar Cultist - In Combat - Cast Curse of Weakness'),\n(7112, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jaedenar Cultist - Between 0-15% Health - Flee For Assist (No Repeat)'),   \n(7113, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 13000, 17000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Jaedenar Guardian - In Combat - Cast Improved Blocking'),\n(7113, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Jaedenar Guardian - Within 0-5 Range - Cast Shield Bash'),\n(7114, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17000, 21000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Jaedenar Enforcer - Within 0-5 Range - Cast Rend'),\n(7115, 0, 0, 0, 0, 0, 100, 0, 11000, 15000, 12000, 16000, 0, 0, 11, 20832, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0, 'Jaedenar Adept - Within 0-20 Range - Cast Fire Blast'),\n(7115, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jaedenar Adept - In Combat - Cast Fireball'),\n(7115, 0, 2, 0, 9, 0, 100, 0, 0, 0, 16000, 21000, 0, 5, 11, 14514, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Jaedenar Adept - Within 0-5 Range - Cast Blink'),\n(7115, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jaedenar Adept - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7118, 0, 0, 0, 0, 0, 100, 0, 9000, 13000, 21000, 26000, 0, 0, 11, 11962, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Jaedenar Darkweaver - In Combat - Cast Immolate'),\n(7118, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Jaedenar Darkweaver - In Combat - Cast Shadow Bolt'),\n(7118, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jaedenar Darkweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7120, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Jaedenar Warlock - Out of Combat - Cast Summon Imp (No Repeat)'),\n(7120, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Jaedenar Warlock - In Combat - Cast Shadow Bolt'),\n(7120, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8699, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Jaedenar Warlock - Between 0-30% Health - Cast Unholy Frenzy (No Repeat)'),\n(7120, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jaedenar Warlock - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7125, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 30, 11, 13321, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Jaedenar Hound - Within 0-30 Range - Cast Mana Burn'),\n--\n(7132, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 16000, 0, 5, 11, 7947, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Toxic Horror - Within 0-5 Range - Cast Localized Toxin'),\n(7132, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 12000, 18000, 0, 0, 11, 13582, 32, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Toxic Horror - Within 0-10 Range - Cast Deadly Poison'),\n(7136, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 2602, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Infernal Sentry - On Aggro - Cast Fire Shield IV'),\n(7139, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 16000, 0, 5, 11, 45, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Irontree Stomper - Within 0-5 Range - Cast War Stomp'),\n--\n(7153, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Deadwood Warrior - In Combat - Cast Curse of the Deadwood'),\n(7153, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 13584, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deadwood Warrior - Within 0-5 Range - Cast Strike'),\n(7154, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Deadwood Gardener - In Combat - Cast Curse of the Deadwood'),\n(7154, 0, 1, 0, 14, 0, 100, 0, 1000, 40, 14000, 17000, 0, 0, 11, 12160, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Deadwood Gardener - Friendly Missing 1000 Health - Cast Rejuvenation'),\n(7154, 0, 3, 0, 2, 0, 100, 0, 0, 50, 12000, 15000, 0, 0, 11, 11986, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Deadwood Gardener - Between 0-50% Health - Cast Healing Wave'),\n(7155, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Deadwood Pathfinder - Outside 30 Range - Start Combat Movement'),\n(7155, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Deadwood Pathfinder - Within 5-30 Range - Stop Combat Movement'),\n(7155, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Deadwood Pathfinder - Within 0-5 Range - Start Combat Movement'),\n(7155, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Deadwood Pathfinder - In Combat - Cast Shoot'),\n(7155, 0, 4, 0, 9, 0, 100, 0, 0, 0, 6000, 12000, 5, 30, 11, 6685, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Deadwood Pathfinder - Within 5-30 Range - Cast Piercing Shot'),\n(7155, 0, 5, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Deadwood Pathfinder - In Combat - Cast Curse of the Deadwood'),\n(7156, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Deadwood Den Watcher - In Combat - Cast Curse of the Deadwood'),\n(7156, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Deadwood Den Watcher - Between 0-50% Health - Call For Help (No Repeat)'),\n(7156, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deadwood Den Watcher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7156, 0, 3, 4, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8599, 2, 9, 7157, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Deadwood Den Watcher - On Death - Cross Cast Enrage'),\n(7156, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 7157, 0, 15, 1, 0, 0, 0, 0,                   'Deadwood Den Watcher - On Death - Deadwood Avenger Say Line 0'),\n(7157, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Deadwood Avenger - In Combat - Cast Curse of the Deadwood'),\n(7157, 0, 1, 2, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8599, 2, 9, 7157, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Deadwood Avenger - On Death - Cross Cast Enrage'),\n(7157, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 7157, 0, 15, 1, 0, 0, 0, 0,                   'Deadwood Avenger - On Death - Deadwood Avenger Say Line 0'),\n(7158, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 13585, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Deadwood Shaman - Out of Combat - Cast Lightning Shield'),\n(7158, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deadwood Shaman - In Combat- Cast Lightning Bolt'),\n(7158, 0, 2, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Deadwood Shaman - In Combat - Cast Curse of the Deadwood'),\n(7158, 0, 3, 0, 0, 0, 100, 0, 5000, 9000, 6000, 9000, 0, 0, 11, 12058, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Deadwood Shaman - In Combat - Cast Chain Lightning'),\n(7158, 0, 4, 5, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8599, 2, 9, 7157, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Deadwood Shaman - On Death - Cross Cast Enrage'),\n(7158, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 7157, 0, 15, 1, 0, 0, 0, 0,                   'Deadwood Shaman - On Death - Deadwood Avenger Say Line 0'),\n--\n(8957, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Angerclaw Grizzly - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(8957, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Angerclaw Grizzly - On Enrage - Say Line 0'),\n(8957, 0, 2, 0, 9, 0, 100, 0, 0, 0, 16000, 19000, 0, 5, 11, 8716, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Angerclaw Grizzly - Within 0-5 Range - Cast Low Swipe'),\n(8958, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Angerclaw Mauler - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(8958, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Angerclaw Mauler - On Enrage - Say Line 0'),\n(8958, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Angerclaw Mauler - Within 0-5 Range - Cast Maul'),\n(8959, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felpaw Wolf - Within 0-5 Range - Cast Infected Wound'),\n(8960, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 24000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felpaw Scavenger - Within 0-5 Range - Cast Tendon Rip'),\n(8960, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 5, 11, 17230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felpaw Scavenger - Within 0-5 Range - Cast Infected Wound'),\n(8961, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Felpaw Ravager - In Combat - Cast Thrash'),\n(8961, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 5, 11, 17230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Felpaw Ravager - In Combat - Cast Infected Wound'),\n--\n(9454, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 26000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Xavathras - Within 0-5 Range - Cast Rend'),\n(9454, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Xavathras - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(9454, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Xavathras - On Enrage - Say Line 0'),\n(9462, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Chieftain Bloodmaw - In Combat - Cast Curse of the Deadwood'),\n(9462, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Chieftain Bloodmaw - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9464, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Overlord Ror - In Combat - Cast Maul'),\n(9464, 0, 1, 0, 0, 0, 100, 0, 12000, 18000, 17000, 21000, 0, 0, 11, 14100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Overlord Ror - In Combat - Cast Terrifying Roar'),\n(9464, 0, 2, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Overlord Ror - Between 0-50% Health - Call For Help (No Repeat)'), -- https://www.youtube.com/watch?v=mJFGtJ2fg9U\n(9516, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 13000, 0, 15, 11, 17399, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Lord Banehollow - Within 0-15 Range - Cast Shadow Shock'),\n(9516, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 5, 11, 16247, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Lord Banehollow - Within 0-5 Range - Cast Curse of Thorns (No Repeat)'),\n(9517, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Shadow Lord Fel dan - In Combat - Cast Shadow Bolt'),\n(9517, 0, 1, 0, 0, 0, 100, 0, 9000, 14000, 11000, 15000, 0, 0, 11, 9081, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadow Lord Fel dan - In Combat - Cast Shadow Bolt Volley'),\n(9517, 0, 2, 0, 0, 0, 100, 0, 12000, 16000, 10000, 13000, 0, 0, 11, 16583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Shadow Lord Fel dan - In Combat - Cast Shadow Shock'),\n(9518, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 14000, 19000, 0, 0, 11, 17227, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rakaiah - In Combat - Cast Curse of Weakness'),\n(9518, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15968, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rakaiah - Within 0-5 Range - Cast Lash of Pain'),\n(9860, 0, 0, 0, 0, 0, 100, 0, 0, 0, 18000, 24000, 0, 0, 11, 12888, 0, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,          'Salia - In Combat - Cast Cause Insanity'),\n(9861, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 21000, 26000, 0, 0, 11, 11639, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Moora - In Combat - Cast Shadow Word: Pain'),\n(9862, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 17000, 0, 8, 11, 10966, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Jaedenar Legionnaire - Within 0-8 Range - Cast Uppercut'),\n(9877, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Prince Xavalis - In Combat - Cast Jadefire'),\n(9877, 0, 1, 0, 0, 0, 100, 0, 4000, 6000, 19000, 22000, 0, 0, 11, 11962, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Prince Xavalis - In Combat - Cast Immolate'),\n(9878, 0, 0, 0, 9, 0, 100, 0, 0, 0, 25000, 28000, 0, 30, 11, 15661, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Entropic Beast - Within 0-30 Range - Cast Immolate'),\n(10648, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 16000, 19000, 0, 0, 11, 13578, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Xavaric - In Combat - Cast Jadefire'),\n(10648, 0, 1, 0, 9, 0, 100, 0, 3000, 6000, 6500, 7200, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Xavaric - Within 0-5 Range - Cast Cleave'), -- https://www.youtube.com/watch?v=vrKLtNwHMvE\n(14342, 0, 0, 0, 0, 0, 100, 0, 4000, 11000, 12000, 15000, 0, 0, 11, 13583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Ragepaw - On Aggro - Cast Curse of the Deadwood'),\n(14344, 0, 0, 1, 2, 0, 100, 0, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mongress - Between 0-30% Health - Cast Enrage'),\n(14344, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mongress - On Enrage - Say Line 0'),\n(14345, 0, 0, 0, 9, 0, 100, 0, 0, 0, 180000, 180000, 0, 5, 11, 3335, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'The Ongar - Within 0-5 Range - Cast Dark Sludge');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (14344);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(14344, 0, 0, '$s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Mongress enrage at 30%');\n\n-- Ragepaw, fix movement\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 14342;\n\n-- fix Irontree Wood Ancients\nSET @IPPPHASE := 65536;\n\nDELETE FROM `creature` WHERE `id1` IN (14524, 14525, 14526);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(614524, 14524, 0, 0, 1, 0, 0, 1, @IPPPHASE, 0, 6194.55, -1176.35, 369.056, 1.1098,  600, 0, 0, 3331, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(614525, 14525, 0, 0, 1, 0, 0, 1, @IPPPHASE, 0, 6197.12, -1135.42, 366.31,  5.28025, 600, 0, 0, 3331, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(614526, 14526, 0, 0, 1, 0, 0, 1, @IPPPHASE, 0, 6245.91, -1165.98, 366.325, 2.60598, 600, 0, 0, 3331, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\n\n-- fix Withered Protector waypoints\nDELETE FROM `creature` WHERE `id1` IN (7149);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(39489, 7149, 0, 0, 1, 0, 0, 1, 1, 0, 6177, -1322.46, 376.746, 5.71257, 300, 0, 1, 4318, 0, 2, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (39489);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(39489, 394890, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (394890);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(394890, 1, 6185.15, -1343.8, 376.725, NULL, 0, 0, 0, 100, 0),\n(394890, 2, 6200.33, -1366.76, 376.234, NULL, 0, 0, 0, 100, 0),\n(394890, 3, 6213.58, -1397.37, 376.786, NULL, 0, 0, 0, 100, 0),\n(394890, 4, 6238.82, -1411.68, 372.25, NULL, 0, 0, 0, 100, 0),\n(394890, 5, 6282.93, -1406.55, 370.638, NULL, 0, 0, 0, 100, 0),\n(394890, 6, 6308.93, -1406.51, 370.295, NULL, 0, 0, 0, 100, 0),\n(394890, 7, 6357.76, -1402.54, 370.945, NULL, 0, 0, 0, 100, 0),\n(394890, 8, 6384.76, -1391.93, 373.277, NULL, 0, 0, 0, 100, 0),\n(394890, 9, 6400.03, -1363.85, 375.462, NULL, 0, 0, 0, 100, 0),\n(394890, 10, 6408.86, -1339.61, 376.621, NULL, 0, 0, 0, 100, 0),\n(394890, 11, 6412.35, -1313.64, 379.794, NULL, 0, 0, 0, 100, 0),\n(394890, 12, 6401.01, -1279.11, 379.081, NULL, 0, 0, 0, 100, 0),\n(394890, 13, 6423.06, -1268.15, 381.728, NULL, 0, 0, 0, 100, 0),\n(394890, 14, 6434.93, -1250.84, 385.469, NULL, 0, 0, 0, 100, 0),\n(394890, 15, 6442.63, -1225.7, 390.61, NULL, 0, 0, 0, 100, 0),\n(394890, 16, 6436.44, -1204.09, 392.225, NULL, 0, 0, 0, 100, 0),\n(394890, 17, 6417.1, -1190.06, 389.608, NULL, 0, 0, 0, 100, 0),\n(394890, 18, 6398.51, -1175.39, 387.424, NULL, 0, 0, 0, 100, 0),\n(394890, 19, 6371.36, -1160.43, 382.567, NULL, 0, 0, 0, 100, 0),\n(394890, 20, 6341.42, -1165.91, 375.961, NULL, 0, 0, 0, 100, 0),\n(394890, 21, 6309.84, -1170.13, 371.677, NULL, 0, 0, 0, 100, 0),\n(394890, 22, 6292.18, -1151.85, 371.909, NULL, 0, 0, 0, 100, 0),\n(394890, 23, 6275.61, -1129.28, 370.882, NULL, 0, 0, 0, 100, 0),\n(394890, 24, 6268.55, -1107.78, 371.973, NULL, 0, 0, 0, 100, 0),\n(394890, 25, 6255.55, -1078.33, 374.156, NULL, 0, 0, 0, 100, 0),\n(394890, 26, 6235.98, -1054.85, 380.147, NULL, 0, 0, 0, 100, 0),\n(394890, 27, 6208.46, -1035.83, 386.205, NULL, 0, 0, 0, 100, 0),\n(394890, 28, 6181.56, -1042.82, 385.763, NULL, 0, 0, 0, 100, 0),\n(394890, 29, 6160.69, -1056.06, 385.035, NULL, 0, 0, 0, 100, 0),\n(394890, 30, 6151.48, -1069.31, 386.8, NULL, 0, 0, 0, 100, 0),\n(394890, 31, 6137.64, -1090.03, 378.23, NULL, 0, 0, 0, 100, 0),\n(394890, 32, 6124.49, -1103.05, 378.807, NULL, 0, 0, 0, 100, 0),\n(394890, 33, 6101.35, -1113.09, 381.406, NULL, 0, 0, 0, 100, 0),\n(394890, 34, 6079.77, -1119.24, 383.916, NULL, 0, 0, 0, 100, 0),\n(394890, 35, 6047.43, -1141.62, 380.805, NULL, 0, 0, 0, 100, 0),\n(394890, 36, 6022.5, -1147.51, 380.638, NULL, 0, 0, 0, 100, 0),\n(394890, 37, 6000.33, -1154.68, 382.455, NULL, 0, 0, 0, 100, 0),\n(394890, 38, 5998.6, -1180.63, 377.405, NULL, 0, 0, 0, 100, 0),\n(394890, 39, 6012.38, -1203.89, 375.345, NULL, 0, 0, 0, 100, 0),\n(394890, 40, 5998.61, -1180.64, 377.405, NULL, 0, 0, 0, 100, 0),\n(394890, 41, 6000.31, -1154.69, 382.554, NULL, 0, 0, 0, 100, 0),\n(394890, 42, 6022.5, -1147.51, 380.638, NULL, 0, 0, 0, 100, 0),\n(394890, 43, 6047.43, -1141.62, 380.805, NULL, 0, 0, 0, 100, 0),\n(394890, 44, 6079.77, -1119.24, 383.916, NULL, 0, 0, 0, 100, 0),\n(394890, 45, 6101.35, -1113.09, 381.406, NULL, 0, 0, 0, 100, 0),\n(394890, 46, 6124.49, -1103.05, 378.807, NULL, 0, 0, 0, 100, 0),\n(394890, 47, 6137.64, -1090.03, 378.23, NULL, 0, 0, 0, 100, 0),\n(394890, 48, 6151.48, -1069.31, 386.8, NULL, 0, 0, 0, 100, 0),\n(394890, 49, 6160.62, -1056.18, 385.022, NULL, 0, 0, 0, 100, 0),\n(394890, 50, 6181.56, -1042.82, 385.763, NULL, 0, 0, 0, 100, 0),\n(394890, 51, 6208.46, -1035.83, 386.205, NULL, 0, 0, 0, 100, 0),\n(394890, 52, 6235.98, -1054.85, 380.147, NULL, 0, 0, 0, 100, 0),\n(394890, 53, 6255.55, -1078.33, 374.156, NULL, 0, 0, 0, 100, 0),\n(394890, 54, 6268.55, -1107.78, 371.973, NULL, 0, 0, 0, 100, 0),\n(394890, 55, 6275.61, -1129.28, 370.882, NULL, 0, 0, 0, 100, 0),\n(394890, 56, 6292.18, -1151.85, 371.909, NULL, 0, 0, 0, 100, 0),\n(394890, 57, 6309.84, -1170.13, 371.677, NULL, 0, 0, 0, 100, 0),\n(394890, 58, 6341.42, -1165.91, 375.961, NULL, 0, 0, 0, 100, 0),\n(394890, 59, 6371.3, -1160.39, 382.554, NULL, 0, 0, 0, 100, 0),\n(394890, 60, 6398.51, -1175.39, 387.424, NULL, 0, 0, 0, 100, 0),\n(394890, 61, 6417.1, -1190.06, 389.608, NULL, 0, 0, 0, 100, 0),\n(394890, 62, 6436.44, -1204.09, 392.225, NULL, 0, 0, 0, 100, 0),\n(394890, 63, 6442.63, -1225.7, 390.61, NULL, 0, 0, 0, 100, 0),\n(394890, 64, 6435, -1250.72, 385.471, NULL, 0, 0, 0, 100, 0),\n(394890, 65, 6423.06, -1268.15, 381.728, NULL, 0, 0, 0, 100, 0),\n(394890, 66, 6401.01, -1279.11, 379.081, NULL, 0, 0, 0, 100, 0),\n(394890, 67, 6412.35, -1313.64, 379.794, NULL, 0, 0, 0, 100, 0),\n(394890, 68, 6408.86, -1339.61, 376.621, NULL, 0, 0, 0, 100, 0),\n(394890, 69, 6400.03, -1363.85, 375.462, NULL, 0, 0, 0, 100, 0),\n(394890, 70, 6384.76, -1391.93, 373.277, NULL, 0, 0, 0, 100, 0),\n(394890, 71, 6357.76, -1402.54, 370.945, NULL, 0, 0, 0, 100, 0),\n(394890, 72, 6308.93, -1406.51, 370.295, NULL, 0, 0, 0, 100, 0),\n(394890, 73, 6282.93, -1406.55, 370.638, NULL, 0, 0, 0, 100, 0),\n(394890, 74, 6238.82, -1411.68, 372.25, NULL, 0, 0, 0, 100, 0),\n(394890, 75, 6213.58, -1397.37, 376.786, NULL, 0, 0, 0, 100, 0),\n(394890, 76, 6200.33, -1366.76, 376.234, NULL, 0, 0, 0, 100, 0),\n(394890, 77, 6185.15, -1343.8, 376.725, NULL, 0, 0, 0, 100, 0),\n(394890, 78, 6178.72, -1323.57, 376.671, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_feralas.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (5229, 5268);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(5232, 5234, 5236, 5238, 5239, 5240, 5241, 5245, 5246, 5247, 5249, 5251, 5254, 5255, 5258, 5262, 5274, 5278, 5286, 5287, 5288, 5295, 5296, 5297, 5299, \n5304, 5305, 5307, 5308, 5312, 5317, 5319, 5320, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5343, 5346, 5347, 5349, 5356, 5357, 5358, 5362, 5363, 5364, 5366, 5462, \n7725, 7726, 7727, 8075, 8136, 11447, 11497, 11498, 12497, 14661);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(5229, 5232, 5234, 5236, 5238, 5239, 5240, 5241, 5245, 5246, 5247, 5249, 5251, 5254, 5255, 5258, 5262, 5268, 5274, 5278, 5286, 5287, 5288, 5295, 5296, 5297, 5299, \n5304, 5305, 5307, 5308, 5312, 5317, 5319, 5320, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5343, 5346, 5347, 5349, 5356, 5357, 5358, 5362, 5363, 5364, 5366, 5462, \n7725, 7726, 7727, 8075, 8136, 11447, 11497, 11498, 12497, 14661);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(5232, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Gordunni Brute - On Aggro - Say Line 0'),\n(5232, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 12000, 17000, 0, 0, 11, 10966, 2, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,     'Gordunni Brute -  Within 0-10 Range - Cast Uppercut'),\n(5234, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Gordunni Mauler - On Aggro - Say Line 0'),\n(5234, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gordunni Mauler - On Reset - Cast Thrash'),\n(5236, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Gordunni Shaman - On Aggro - Say Line 0'),\n(5236, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 19514, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Gordunni Shaman - Out of Combat - Cast Lightning Shield'),\n(5236, 0, 2, 0, 16, 0, 100, 0, 19514, 30, 15000, 30000, 0, 0, 11, 19514, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Gordunni Shaman - On Friendly Unit Missing Buff - Cast Lightning Shield'),\n(5236, 0, 3, 0, 14, 0, 100, 0, 1200, 40, 14000, 18000, 0, 0, 11, 8005, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Gordunni Shaman - On Friendly missing 1200 health - Cast Healing Wave'),\n(5238, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Gordunni Battlemaster - On Aggro - Say Line 0'),\n(5238, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 12000, 17000, 0, 0, 11, 13730, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Gordunni Battlemaster - Within 0-5 Range - Cast Demoralizing Shout'),\n(5239, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Gordunni Mage-Lord - On Aggro - Say Line 0'),\n(5239, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Gordunni Mage-Lord - In Combat - Cast Fireball'),\n(5239, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 20000, 26000, 0, 0, 11, 20827, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Gordunni Mage-Lord - In Combat - Cast Flamestrike'),\n(5239, 0, 3, 0, 2, 0, 100, 0, 0, 70, 120000, 120000, 0, 0, 11, 6742, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Gordunni Mage-Lord - Between 0-70% Health - Cast Bloodlust'),\n(5240, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Gordunni Warlock - On Aggro - Say Line 0'),\n(5240, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20298, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Gordunni Warlock - In Combat - Cast Shadow Bolt'),\n(5240, 0, 2, 0, 0, 0, 100, 0, 6000, 11000, 14000, 21000, 0, 0, 11, 7289, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Gordunni Warlock - In Combat - Cast Shrink'),\n(5241, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Gordunni Warlord - On Aggro - Say Line 0'),\n(5241, 0, 1, 0, 0, 0, 100, 0, 3000, 8000, 20000, 26000, 0, 0, 11, 10967, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Gordunni Warlord - In Combat - Cast Echoing Roar'),\n(5245, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Zukk ash Wasp - On Spawn - Cast Poison Proc'),\n(5246, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Zukk ash Worker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5247, 0, 0, 0, 9, 0, 100, 0, 1500, 2500, 45000, 46000, 0, 5, 11, 6016, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Zukk ash Tunneler - Within 0-5 Range - Cast Pierce Armor'),\n(5249, 0, 0, 0, 9, 0, 100, 0, 0, 0, 120000, 120000, 0, 5, 11, 7102, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Woodpaw Mongrel - Within 0-5 Range - Cast Contagion of Rot'),\n(5249, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Woodpaw Mongrel - On Aggro - Say Line 0'),\n(5251, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Woodpaw Trapper - Outside 30 Range - Start Combat Movement'),\n(5251, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Woodpaw Trapper - Within 5-30 Range - Stop Combat Movement'),\n(5251, 0, 2, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Woodpaw Trapper - Within 0-5 Range - Start Combat Movement'),\n(5251, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Woodpaw Trapper - Within 5-30 Range - Cast Shoot'),\n(5251, 0, 4, 0, 9, 0, 100, 0, 0, 0, 18000, 29000, 10, 20, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Woodpaw Trapper - Within 10-20 Range - Cast Net'),\n(5251, 0, 5, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Woodpaw Trapper - On Aggro - Say Line 0'),\n(5251, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Woodpaw Trapper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5254, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Woodpaw Mystic - In Combat - Cast Lightning Bolt'),\n(5254, 0, 1, 0, 14, 0, 100, 0, 800, 30, 25000, 45000, 0, 0, 11, 8005, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Woodpaw Mystic - Friendly missing 800 Health - Cast Healing Wave'),\n(5254, 0, 2, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Woodpaw Mystic - On Aggro - Say Line 0'),\n(5254, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Woodpaw Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5255, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Woodpaw Reaver - On Aggro - Cast Berserker Stance'),\n(5255, 0, 1, 0, 9, 0, 100, 0, 2700, 3800, 9900, 11600, 0, 5, 11, 7369, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Woodpaw Reaver - Within 0-5 Range - Cast Cleave'),\n(5255, 0, 2, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Woodpaw Reaver - On Aggro - Say Line 0'),\n(5255, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Woodpaw Reaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5258, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Woodpaw Alpha - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(5258, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Woodpaw Alpha - On Enrage - Say Line 1'),\n(5258, 0, 2, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Woodpaw Alpha - On Aggro - Say Line 0'),\n(5258, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Woodpaw Alpha - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(5262, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 19000, 0, 8, 11, 8078, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Groddoc Thunderer - Within 0-8 Range - Cast Thunderclap'),\n(5274, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 8, 11, 10968, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Ironfur Patriarch - Within 0-8 Range - Cast Demoralizing Roar'),\n(5278, 0, 0, 0, 0, 0, 100, 0, 3400, 7000, 7000, 11000, 0, 0, 11, 11981, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Sprite Darter - In Combat - Cast Mana Burn'),\n(5286, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3149, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Longtooth Runner - On Aggro - Cast Furious Howl'),\n(5287, 0, 0, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Longtooth Howler - Between 0-20% Health - Call For Help (No Repeat)'),\n(5288, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 35000, 0, 5, 11, 3150, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rabid Longtooth - Within 0-5 Range - Cast Rabies'),\n(5295, 0, 0, 1, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Enraged Feral Scar - Between 0-30% Health - Cast Enrage'),\n(5295, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Enraged Feral Scar - On Enrage - Say Line 0'),\n(5296, 0, 0, 1, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Rage Scar Yeti - Between 0-30% Health - Cast Enrage'),\n(5296, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rage Scar Yeti - On Enrage - Say Line 0'),\n(5297, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 12000, 21000, 0, 0, 11, 6507, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Elder Rage Scar - In Combat - Cast Battle Roar'),\n(5299, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17000, 21000, 0, 5, 11, 3147, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Ferocious Rage Scar - Within 0-5 Range - Cast Rend Flesh'),\n(5304, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Frayfeather Stagwing - Within 0-5 Range - Cast Swoop'),\n(5305, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 40000, 45000, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Frayfeather Skystormer - In Combat - Cast Lightning Cloud'),\n(5307, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 8, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Vale Screecher - Within 0-8 Range - Cast Sonic Burst'),\n(5308, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 8, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Rogue Vale Screecher - Within 0-8 Range - Cast Sonic Burst'),\n--\n(5312, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 20667, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Lethlas - In Combat - Cast Corrosive Acid Breath'),\n(5312, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 10000, 14000, 0, 0, 11, 12882, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Lethlas - In Combat - Cast Wing Flap'),\n(5317, 0, 0, 0, 14, 0, 100, 0, 20000, 40, 8000, 12000, 0, 0, 11, 20664, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Jademir Oracle - Friendly Missing 20k Health - Cast Rejuvenation'),\n(5317, 0, 1, 0, 14, 0, 100, 0, 30000, 40, 10000, 15000, 0, 0, 11, 20665, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Jademir Oracle - Friendly Missing 30k Health - Cast Regrowth'),\n(5319, 0, 0, 0, 0, 0, 100, 0, 0, 0, 5000, 9000, 0, 0, 11, 20656, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Jademir Tree Warder - In Combat - Cast Faerie Fire'),\n(5319, 0, 1, 0, 0, 0, 100, 0, 2000, 6000, 19000, 23000, 0, 0, 11, 20654, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Jademir Tree Warder - In Combat - Cast Entangling Roots'),\n(5320, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 20666, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Jademir Boughguard - Within 0-5 Range - Cast Cleave'),\n(5320, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 12000, 15000, 0, 0, 11, 15708, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Jademir Boughguard - Within 0-5 Range - Cast Mortal Strike'),\n--\n(5331, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hatecrest Warrior - On Aggro - Cast Defensive Stance'),\n(5331, 0, 1, 0, 0, 0, 100, 0, 6000, 16000, 20000, 36000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Hatecrest Warrior - Within 0-5 Range - Cast Disarm'),\n(5331, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5332, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 11000, 16000, 0, 0, 11, 10987, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Hatecrest Wave Rider - In Combat - Cast Geyser'),\n(5332, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Wave Rider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5333, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 13000, 0, 25, 11, 8058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hatecrest Serpent Guard - Within 0-25 Range - Cast Frost Shock'),\n(5333, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Serpent Guard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5334, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20500, 36900, 0, 20, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hatecrest Myrmidon - Within 0-20 Range - Cast Net'),\n(5334, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Myrmidon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5335, 0, 0, 0, 14, 0, 100, 0, 800, 40, 13000, 16000, 0, 0, 11, 6078, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Hatecrest Screamer - Friendly Missing 800 Health - Cast Renew'),\n(5335, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10000, 14000, 0, 8, 11, 8281, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Hatecrest Screamer - Within 0-8 Range - Cast Sonic Burst'),\n(5335, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Screamer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5336, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20822, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Hatecrest Sorceress - In Combat - Cast Frostbolt'),\n(5336, 0, 1, 0, 0, 0, 100, 0, 15000, 21000, 18000, 24000, 0, 0, 11, 10185, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Hatecrest Sorceress - In Combat - Cast Blizzard'),\n(5336, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5337, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Hatecrest Siren - In Combat - Cast Lightning Bolt'),\n(5337, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 19000, 24000, 0, 0, 11, 7645, 33, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,     'Hatecrest Siren - In Combat - Cast Dominate Mind'),\n(5337, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Hatecrest Siren - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(5343, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Lady Szallah - In Combat - Cast Lightning Bolt'),\n(5343, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 12000, 15000, 0, 0, 11, 8435, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Lady Szallah - In Combat - Cast Forked Lightning'),\n(5343, 0, 2, 0, 0, 0, 100, 0, 12000, 15000, 17000, 21000, 0, 0, 11, 6728, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Lady Szallah - In Combat - Cast Enveloping Winds'),\n(5343, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lady Szallah - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5346, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17000, 22000, 0, 8, 11, 3264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Bloodroar the Stalker - Within 0-8 Range - Cast Blood Howl'),\n(5346, 0, 1, 2, 2, 0, 100, 0, 0, 30, 120000, 120000, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Bloodroar the Stalker - Between 0-30% Health - Cast Enrage'),\n(5346, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodroar the Stalker - On Enrage - Say Line 0'),\n(5347, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17000, 21000, 0, 5, 11, 13445, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Antilus the Soarer - Within 0-5 Range - Cast Rend'),\n(5349, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 6000, 0, 30, 11, 15117, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Arash-ethis - In Combat - Cast Chain Lightning'),\n(5349, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 6000, 11000, 0, 0, 11, 12553, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,       'Arash-ethis - In Combat - Cast Shock'),\n(5356, 0, 0, 0, 0, 0, 100, 0, 2500, 5000, 10000, 15000, 0, 0, 11, 5543, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Snarler - In Combat - Cast Fade Out'),\n--\n(5357, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Land Walker - Outside 30 Range - Start Combat Movement'),\n(5357, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Land Walker - Within 5-30 Range - Stop Combat Movement'),\n(5357, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Land Walker - Within 0-5 Range - Start Combat Movement'),\n(5357, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 23391, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Land Walker - Within 5-30 Range - Cast Boulder'),\n(5357, 0, 4, 0, 8, 0, 100, 512, 23359, 0, 0, 0, 0, 0, 36, 14604, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Land Walker - On Spellhit \\'Transmogrify!\\' - Update Template To Zapped Land Walker'),\n(5357, 0, 5, 0, 8, 0, 100, 0, 23359, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Land Walker - On Spellhit \\'Transmogrify!\\' - Starts an attack'),\n(5358, 0, 0, 0, 8, 0, 100, 512, 23359, 0, 0, 0, 0, 0, 36, 14640, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Cliff Giant - On Spellhit \\'Transmogrify!\\' - Update Template To \\'Zapped Cliff Giant\\''),\n(5358, 0, 1, 0, 8, 0, 100, 0, 23359, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Cliff Giant - On Spellhit \\'Transmogrify!\\' - Starts an attack'),\n(5358, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 0, 5, 11, 45, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cliff Giant - Within 0-5 Range - Cast War Stomp'),\n--\n(5362, 0, 0, 0, 14, 0, 100, 0, 1000, 40, 15000, 20000, 0, 0, 11, 11014, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Northspring Harpy - Friendly Missing 1000 Health - Cast Flow of the Northspring'),\n(5362, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Northspring Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5363, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 13000, 0, 5, 11, 6595, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Northspring Roguefeather - Within 0-5 Range - Cast Exploit Weakness'),\n(5363, 0, 1, 0, 14, 0, 100, 0, 1000, 40, 15000, 20000, 0, 0, 11, 11014, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Northspring Roguefeather - Friendly Missing 1000 Health - Cast Flow of the Northspring'),\n(5363, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Northspring Roguefeather - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5364, 0, 0, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Northspring Slayer - Target Between 0-20% Health - Cast Execute (No Repeat)'),\n(5364, 0, 1, 0, 14, 0, 100, 0, 1000, 40, 15000, 20000, 0, 0, 11, 11014, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Northspring Slayer - Friendly Missing 1000 Health - Cast Flow of the Northspring'),\n(5364, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Northspring Slayer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5366, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Northspring Windcaller - In Combat - Cast Lightning Bolt'),\n(5366, 0, 1, 0, 0, 0, 100, 0, 8000, 11000, 17000, 21000, 0, 0, 11, 6728, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Northspring Windcaller - In Combat - Cast Enveloping Winds'),\n(5366, 0, 2, 0, 14, 0, 100, 0, 1000, 40, 15000, 20000, 0, 0, 11, 11014, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Northspring Windcaller - Friendly Missing 1000 Health - Cast Flow of the Northspring'),\n(5366, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Northspring Windcaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(5462, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 11538, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Sea Spray - In Combat - Cast Frostbolt'),\n(5462, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 8, 11, 10987, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Sea Spray - Within 0-8 Range - Cast Geyser'),\n--\n(7725, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7366, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Grimtotem Raider - On Aggro - Cast Berserker Stance'),\n(7725, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 5000, 8000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,       'Grimtotem Raider - In Combat - Cast Net'),\n(7725, 0, 2, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Grimtotem Raider - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(7726, 0, 0, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Grimtotem Naturalist - On aggro - Set Phase to 1'),\n(7726, 0, 1, 0, 0, 1, 100, 0, 0, 0, 3400, 4700, 0, 0, 11, 9739, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                'Grimtotem Naturalist - In Combat - Cast Wrath'),\n(7726, 0, 2, 0, 2, 0, 100, 513, 0, 50, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Grimtotem Naturalist - Between 0-30% Health - Set Phase to 2'),\n(7726, 0, 3, 0, 0, 2, 100, 1, 0, 0, 0, 0, 0, 0, 11, 19030, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Naturalist - In Combat - Cast Bear Form (No Repeat) (Phase 2)'),\n(7726, 0, 4, 0, 0, 2, 100, 512, 5000, 7000, 11000, 13000, 0, 0, 11, 12161, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Grimtotem Naturalist - In Combat - Cast Maul (Phase 2)'),\n(7726, 0, 5, 0, 9, 2, 100, 512, 8000, 10000, 24000, 28000, 0, 5, 11, 15727, 34, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Grimtotem Naturalist - Within 0-5 Range - Cast Demoralizing Roar (Phase 2)'),\n(7726, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Grimtotem Naturalist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7726, 0, 7, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 19030, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grimtotem Naturalist - On reset - Remove Bear Form'),\n(7726, 0, 8, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 3, 7726, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Grimtotem Naturalist - On reset - Set Model Grimtotem Naturalist'),\n(7727, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 6000, 8000, 0, 0, 11, 930, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Grimtotem Shaman - In Combat - Cast Chain Lightning'),\n(7727, 0, 1, 0, 14, 0, 100, 0, 800, 30, 25000, 45000, 0, 0, 11, 8005, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Grimtotem Shaman - Friendly missing 800 Health - Cast Healing Wave'),\n(7727, 0, 2, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Grimtotem Shaman - Between 0-20% Health - Flee For Assist (No Repeat)'),\n--\n(8075, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 46, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Edana Hatetalon - on Just summoned - move forward'),\n(8075, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12167, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Edana Hatetalon - In Combat  - Lightning Bolt'),\n(8075, 0, 2, 0, 0, 0, 100, 0, 12000, 15000, 19000, 24000, 0, 0, 11, 8293, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Edana Hatetalon - In Combat - Cast Lightning Cloud'),\n(8075, 0, 3, 0, 0, 0, 100, 0, 9000, 13000, 9000, 12000, 0, 0, 11, 12058, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Edana Hatetalon - In Combat - Cast Chain Lightning'),\n(8136, 0, 0, 0, 9, 0, 100, 0, 0, 0, 16000, 21000, 0, 25, 11, 8058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lord Shalzaru - In Combat - Cast Frost Shock'),\n(8136, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Lord Shalzaru - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11447, 0, 0, 0, 9, 0, 100, 0, 2000, 3000, 13000, 15000, 0, 30, 11, 22127, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Mushgog - Within 0-30 Range - Cast Entangling Roots'),\n(11447, 0, 1, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 22948, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mushgog - On Just Died - Cast Spore Cloud'),\n(11447, 0, 2, 0, 0, 0, 100, 0, 7000, 10000, 8000, 12000, 0, 0, 11, 21749, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Mushgog - In Combat - Cast Thorn Volley'),\n(11447, 0, 3, 0, 0, 0, 100, 0, 12000, 16000, 14000, 17000, 0, 0, 11, 22951, 0, 0, 0, 0, 0, 17, 10, 40, 1, 0, 0, 0, 0, 0, 'Mushgog - In Combat - Cast Summon Player'),\n(11447, 0, 4, 0, 5, 0, 50, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mushgog - On Player Kill - Say Line 0'),\n(11497, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 5000, 9000, 0, 5, 11, 22937, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'The Razza - In Combat - Cast Poison Bolt'),\n(11497, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 9000, 15000, 0, 0, 11, 16033, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'The Razza - In Combat - Cast Chain Lightning'),\n(11497, 0, 2, 0, 0, 0, 100, 0, 12000, 16000, 14000, 17000, 0, 0, 11, 22951, 0, 0, 0, 0, 0, 17, 10, 40, 1, 0, 0, 0, 0, 0, 'The Razza - In Combat - Cast Summon Player'),\n(11498, 0, 0, 0, 9, 0, 100, 0, 7000, 10000, 7000, 10000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Skarr the Unbreakable - Within 0-5 Range - Cast Cleave'),\n(11498, 0, 1, 0, 9, 0, 100, 0, 5000, 7000, 13000, 16000, 0, 5, 11, 11428, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Skarr the Unbreakable - Within 0-5 Range - Cast Knockdown'),\n(11498, 0, 2, 0, 9, 0, 100, 0, 8000, 12000, 9000, 15000, 0, 5, 11, 15708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Skarr the Unbreakable - Within 0-5 Range - Cast Mortal Strike'),\n(11498, 0, 3, 0, 0, 0, 100, 0, 12000, 16000, 14000, 17000, 0, 0, 11, 22951, 0, 0, 0, 0, 0, 17, 10, 40, 1, 0, 0, 0, 0, 0, 'Skarr the Unbreakable - In Combat - Cast Summon Player'),\n(12497, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 6000, 11000, 0, 0, 11, 20667, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Dreamroarer - Within 0-5 Range - Cast Corrosive Acid Breath'),\n(12497, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 16000, 0, 30, 11, 20668, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Dreamroarer - In Combat - Cast Sleepwalk'),\n(14661, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 17000, 0, 5, 11, 5416, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stinglasher - Within 0-5 Range - cast Venom Sting'),\n(14661, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 7000, 10000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,        'Stinglasher - Within 0-5 Range - cast Lash');\n\n\nUPDATE `creature` SET `spawntimesecs` = 23400 WHERE `id1` = 5343; -- Lady Szallah\nUPDATE `creature` SET `spawntimesecs` = 54000 WHERE `id1` = 5347; -- Antilus the Soarer\nUPDATE `creature` SET `spawntimesecs` = 23400 WHERE `id1` = 5349; -- Arash-ethis\n\nDELETE FROM `creature` WHERE `id1` IN (5356, 11447, 11497, 11498);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(51683, 5356,  0, 0, 1, 0, 0, 1, 1, 0, -4142.19, -423.252, 24.9747, 4.12439, 21000,  0, 1, 1981,  0,     2, 0, 0, 0, '', 0, 0, NULL), -- Snarler\n(45758, 11447, 0, 0, 1, 0, 0, 1, 1, 0, -3758.47, 1096.15, 131.97, 3.34614,   25200, 10, 0, 60000, 0,     1, 0, 0, 0, '', 0, 0, NULL), -- Mushgog\n(45759, 11497, 0, 0, 1, 0, 0, 1, 1, 0, -3753.2, 1097.89, 131.97, 3.46003,    25200, 10, 0, 73000, 24340, 1, 0, 0, 0, '', 0, 0, NULL), -- The Razza\n(45760, 11498, 0, 0, 1, 0, 0, 1, 1, 1, -3758.51, 1093.64, 132.094, 0.425866, 25200, 10, 0, 57000, 0,     1, 0, 0, 0, '', 0, 0, NULL); -- Skarr the Unbreakable\n\n\n-- Snarler fix missing waypoints\nDELETE FROM `creature_addon` WHERE `guid` = 51683;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(51683, 516830, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 516830;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(516830, 1, -4142.19, -423.252, 24.9747, NULL, 0, 0, 0, 100, 0),\n(516830, 2, -4145.7, -393.472, 35.8493, NULL, 0, 0, 0, 100, 0),\n(516830, 3, -4153.35, -369.855, 47.826, NULL, 0, 0, 0, 100, 0),\n(516830, 4, -4158.44, -355.944, 54.0496, NULL, 0, 0, 0, 100, 0),\n(516830, 5, -4168.28, -319.475, 58.0327, NULL, 0, 0, 0, 100, 0),\n(516830, 6, -4175, -292.348, 55.67, NULL, 0, 0, 0, 100, 0),\n(516830, 7, -4193.54, -274.789, 52.0208, NULL, 0, 0, 0, 100, 0),\n(516830, 8, -4214.44, -279.072, 43.9941, NULL, 0, 0, 0, 100, 0),\n(516830, 9, -4212.99, -263.449, 48.2295, NULL, 0, 0, 0, 100, 0),\n(516830, 10, -4197.5, -232.024, 54.9398, NULL, 0, 0, 0, 100, 0),\n(516830, 11, -4175.88, -203.194, 58.7209, NULL, 0, 0, 0, 100, 0),\n(516830, 12, -4182.99, -182.133, 57.8489, NULL, 0, 0, 0, 100, 0),\n(516830, 13, -4203.5, -147.809, 58.4159, NULL, 0, 0, 0, 100, 0),\n(516830, 14, -4185.34, -111.887, 59.8366, NULL, 0, 0, 0, 100, 0),\n(516830, 15, -4163.75, -83.3017, 56.5057, NULL, 0, 0, 0, 100, 0),\n(516830, 16, -4142.89, -54.1321, 58.8099, NULL, 0, 0, 0, 100, 0),\n(516830, 17, -4139.57, -22.6688, 57.1284, NULL, 0, 0, 0, 100, 0),\n(516830, 18, -4146.48, 24.9606, 58.4542, NULL, 0, 0, 0, 100, 0),\n(516830, 19, -4166.3, 72.8927, 57.1682, NULL, 0, 0, 0, 100, 0),\n(516830, 20, -4170.52, 112.552, 56.1258, NULL, 0, 0, 0, 100, 0),\n(516830, 21, -4158.12, 162.799, 58.5915, NULL, 0, 0, 0, 100, 0),\n(516830, 22, -4114.6, 181.278, 60.4693, NULL, 0, 0, 0, 100, 0),\n(516830, 23, -4069.28, 195.043, 58.6779, NULL, 0, 0, 0, 100, 0),\n(516830, 24, -4026.31, 228.288, 58.0024, NULL, 0, 0, 0, 100, 0),\n(516830, 25, -4060.11, 199.915, 57.3903, NULL, 0, 0, 0, 100, 0),\n(516830, 26, -4108.47, 183.286, 61.3805, NULL, 0, 0, 0, 100, 0),\n(516830, 27, -4153.34, 167.014, 58.6702, NULL, 0, 0, 0, 100, 0),\n(516830, 28, -4170.25, 119.481, 55.5661, NULL, 0, 0, 0, 100, 0),\n(516830, 29, -4167.58, 79.606, 57.6089, NULL, 0, 0, 0, 100, 0),\n(516830, 30, -4148.05, 31.6435, 58.4097, NULL, 0, 0, 0, 100, 0),\n(516830, 31, -4140.12, -15.9016, 56.5497, NULL, 0, 0, 0, 100, 0),\n(516830, 32, -4141.41, -47.7954, 59.2948, NULL, 0, 0, 0, 100, 0),\n(516830, 33, -4159.77, -78.0076, 56.2936, NULL, 0, 0, 0, 100, 0),\n(516830, 34, -4181.53, -106.443, 59.9593, NULL, 0, 0, 0, 100, 0),\n(516830, 35, -4203.33, -138.827, 57.9872, NULL, 0, 0, 0, 100, 0),\n(516830, 36, -4186.04, -176.073, 57.5805, NULL, 0, 0, 0, 100, 0),\n(516830, 37, -4176.17, -197.377, 57.0343, NULL, 0, 0, 0, 100, 0),\n(516830, 38, -4193.49, -226.107, 56.4164, NULL, 0, 0, 0, 100, 0),\n(516830, 39, -4209.16, -253.483, 51.3743, NULL, 0, 0, 0, 100, 0),\n(516830, 40, -4215.93, -275.508, 44.8289, NULL, 0, 0, 0, 100, 0),\n(516830, 41, -4199.4, -274.222, 49.4723, NULL, 0, 0, 0, 100, 0),\n(516830, 42, -4178.59, -287.217, 54.1218, NULL, 0, 0, 0, 100, 0),\n(516830, 43, -4168.96, -316.811, 58.0481, NULL, 0, 0, 0, 100, 0),\n(516830, 44, -4160.9, -347.617, 54.9743, NULL, 0, 0, 0, 100, 0),\n(516830, 45, -4147.27, -386.461, 40.1627, NULL, 0, 0, 0, 100, 0),\n(516830, 46, -4142.74, -418.413, 25.628, NULL, 0, 0, 0, 100, 0),\n(516830, 47, -4118.48, -447.891, 19.8953, NULL, 0, 0, 0, 100, 0),\n(516830, 48, -4106.68, -482.678, 12.4655, NULL, 0, 0, 0, 100, 0),\n(516830, 49, -4113.46, -456.848, 19.0156, NULL, 0, 0, 0, 100, 0);\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (11447);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(11447, 0, 0, 'That will teach you to lay off the herb, $r.', 12, 0, 100, 0, 0, 0, 9500, 0, 'Mushgog');\n\n/* fix Gordunni Orb drop rate. Was set to 100 */\nUPDATE `creature_loot_template` SET `Chance` = 15 WHERE `Item` = 9371;\n\n/* Quest - A Strange Request  - fix spaces in Quest Description */\nUPDATE `quest_template` SET `QuestDescription` = \n'Neeru Fireblade in Orgrimmar has what I need to get started here! He has mixed up a concoction that I need for my... well, you\\'ll see.$B$B\nOff with you now -- to Orgrimmar. Here, take this with you. It\\'s a shrunken head that I promised Neeru in exchange for the herbs.\\n\nIt\\'s the head of some poor dwarf I ventured across in the forest. I\\'m sure Neeru will be pleased.$B$BYou\\'ll find Neeru in the Cleft of Shadow.'\nWHERE `ID` = 3121;\n\n/* Quest - Testing the Vessel - now asks for Wildkin Muisek instead of Beast Muisek */\nUPDATE `item_template` SET `name` = 'Wildkin Muisek', `displayid` = 18094 WHERE `entry` = 9594;\nUPDATE `item_template` SET `name` = 'Wildkin Muisek Vessel' WHERE `entry` = 9618;\n\n-- update target creatures, was 5268 and 5286\nDELETE FROM `conditions` WHERE `SourceEntry` = 11886;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, \n`ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(17, 0, 11886, 0, 0, 31, 1, 3, 2927, 0, 0, 0, 0, '', 'Wildkin Muisek Vessel target - Vicious Owlbeast'),\n(17, 0, 11886, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Target must be dead'),\n(17, 0, 11886, 0, 1, 31, 1, 3, 2928, 0, 0, 0, 0, '', 'Wildkin Muisek Vessel target - Primitive Owlbeast'),\n(17, 0, 11886, 0, 1, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Target must be dead'),\n(17, 0, 11886, 0, 2, 31, 1, 3, 2929, 0, 0, 0, 0, '', 'Wildkin Muisek Vessel target - Savage Owlbeast'),\n(17, 0, 11886, 0, 2, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Target must be dead');\n\n-- update quest text\nUPDATE `quest_template` SET `LogDescription` = \n'This will be a test; both of the ritual I performed, and of your abilities. Take this vessel, $N. With it, you will have the power to shrink and capture a creature inside of it.$B$BTravel to the Hinterlands and look for creatures known as Wildkin that were once pets of the night elf goddess Elune. The vicious, primitive, or savage owlbeasts are your targets, $N. Kill 10, and use the muisek vessel to shrink and capture them before their spirits can escape.',\n`QuestDescription` = \n'Travel to the Hinterlands, and locate the Wildkin. Kill 10, and use the Muisek Vessel to shrink and capture the fallen Wildkin.$B$BBring 10 Wildkin Muiseks and the Muisek Vessel to Witch Doctor Uzer\\'i in Feralas.' WHERE `ID` = 3123;\n\nUPDATE `quest_request_items` SET `CompletionText` = \n'Were you able to capture the wildkin?$B$BIf you succeed, we will be ready to shrink and capture the muisek of creatures of Feralas.' WHERE `ID` = 3123;\n\n-- update item display id\nDELETE FROM `item_dbc` WHERE `ID` = 9594;\nINSERT INTO `item_dbc` (`ID`, `ClassID`, `SubclassID`, `Sound_Override_Subclassid`, `Material`, `DisplayInfoID`, `InventoryType`, `SheatheType`) VALUES\n(9594, 12, 0, -1, 1, 18094, 0, 0);\n\n-- update quest poi map markers\nDELETE FROM `quest_poi` WHERE `QuestID` = 3123;\nINSERT INTO `quest_poi` (`QuestID`, `id`, `ObjectiveIndex`, `MapID`, `WorldMapAreaId`, `Floor`, `Priority`, `Flags`, `VerifiedBuild`) VALUES\n(3123, 0, -1, 1, 121, 0, 0, 1, 0),\n(3123, 1, 4, 0, 26, 0, 0, 1, 0),\n(3123, 2, 4, 0, 26, 0, 0, 1, 0);\n\nDELETE FROM `quest_poi_points` WHERE `QuestID` = 3123;\nINSERT INTO `quest_poi_points` (`QuestID`, `Idx1`, `Idx2`, `X`, `Y`, `VerifiedBuild`) VALUES \n(3123, 0, 0, -4376, 270, 0),\n(3123, 1, 1, 218, -4582, 0),\n(3123, 1, 2, 314, -4217, 0),\n(3123, 1, 3, 217, -4117, 0),\n(3123, 1, 4, 16, -4117, 0),\n(3123, 1, 5, -83, -4149, 0),\n(3123, 2, 0, -150, -3551, 0),\n(3123, 2, 1, -81, -3551, 0),\n(3123, 2, 2, -17, -3550, 0),\n(3123, 2, 3, 249, -3415, 0),\n(3123, 2, 4, 382, -3152, 0),\n(3123, 2, 5, 351, -3056, 0),\n(3123, 2, 6, -50, -2983, 0),\n(3123, 2, 7, -85, -3015, 0),\n(3123, 2, 8, -250, -3183, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_ghostlands.sql",
    "content": "-- fix Eye of Dar'khan worldserver error\nUPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 82897;\n"
  },
  {
    "path": "data/sql/world/base/zone_hellfire_peninsula.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(16938, 19354);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(16938, 19354);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(16938, 0, 0, 0, 0, 0, 75, 0, 8000, 8000, 10000, 10000, 0, 0, 11, 31553, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Dreghood Brute - In Combat - Cast Hamstring'),\n(16938, 0, 1, 0, 4, 0, 35, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dreghood Brute - On Agro - Say'),\n(19354, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 8000, 14000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Arzeth the Merciless - In Combat - Cast Mortal Strike'),\n(19354, 0, 1, 0, 106, 0, 100, 0, 12000, 14000, 12000, 14000, 0, 30, 11, 15245, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Arzeth the Merciless - Within 0-30 Range - Cast Shadow Bolt Volley'),\n(19354, 0, 2, 3, 8, 0, 100, 513, 35460, 0, 0, 0, 0, 0, 36, 20680, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Arzeth the Merciless - On Spell Hit - Update Template'),\n(19354, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Arzeth the Merciless - Link - Say Line 0'),\n(19354, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                     'Arzeth the Merciless - Link - Attack Start'),\n(19354, 0, 5, 0, 1, 0, 100, 0, 35000, 45000, 40000, 90000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Arzeth the Merciless - OOC - Say Line 0'),\n(19354, 0, 6, 0, 7, 0, 100, 512, 0, 0, 0, 0, 0, 0, 36, 19354, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Arzeth the Merciless - On Evade - Update Template');\n\n\n-- fix Arzeth the Merciless worldserver error\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 19354;\n\n-- fix Pit Commander worldserver error\nUPDATE `smart_scripts` SET `event_type` = 61 WHERE `entryorguid` = 18945 AND `id` = 4;\n"
  },
  {
    "path": "data/sql/world/base/zone_hillsbrad_foothills.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2351, 2354, 2356, 2385, 14280);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2240, 2241, 2244, 2249, 2260, 2261, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2304, 2305, 2319, 2335, 2344, 2345, 2346, 2348, 2349, 2350, 2360, 2368, 2369, \n2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2387, 2403, 2404, 2427, 2428, 2448, 2449, 2450, 2451, 2503, 7068, 7069, 7070, 7071, 7072, 7073, 7075, 607068, 607069, 607070, 607071, 607072, 607075, 14278);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2240, 2241, 2244, 2249, 2260, 2261, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2304, 2305, 2319, 2335, 2344, 2345, 2346, 2348, 2349, 2350, 2351, 2354, 2356, 2360, 2368, 2369, \n2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2385, 2387, 2403, 2404, 2427, 2428, 2448, 2449, 2450, 2451, 2503, 7068, 7069, 7070, 7071, 7072, 7073, 7075, 607068, 607069, 607070, 607071, 607072, 607075, 14278, 14280);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2240, 0, 0, 0, 67, 0, 100, 0, 0, 0, 2000, 10000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Footpad - Behind Target - Cast Backstab'),\n(2240, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Syndicate Footpad - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2241, 0, 0, 0, 0, 0, 100, 0, 2000, 12000, 36000, 46000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Syndicate Thief - Within 0-5 Range - Cast Disarm'),\n(2241, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Syndicate Thief - On Respawn - Cast Poison Proc'),\n(2241, 0, 2, 0, 67, 0, 100, 0, 0, 0, 2000, 10000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Thief - Behind Target - Cast Backstab'),\n(2241, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Syndicate Thief - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2244, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 13787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Syndicate Shadow Mage - Out of Cobmat - Cast Demon Armor'),\n(2244, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Shadow Mage - In Combat - Cast Shadow Bolt'),\n(2244, 0, 2, 0, 0, 0, 100, 0, 2000, 2000, 30000, 30000, 0, 0, 11, 16247, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Syndicate Shadow Mage - In Combat - Cast Curse of Thorns'),\n(2244, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Syndicate Shadow Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2249, 0, 0, 1, 2, 0, 100, 0, 0, 20, 0, 0, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Ferocious Yeti - Between 0-20% Health - Cast Enrage'),\n(2249, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ferocious Yeti - On Enrage - Say Line 0'),\n(2260, 0, 0, 0, 67, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 37685, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Syndicate Rogue - Behind Target - Cast Backstab'),\n(2260, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Syndicate Rogue - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2261, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 30000, 0, 5, 11, 3602, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Watchman - Within 0-5 Range - Cast Torch Burst'),\n(2261, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Syndicate Watchman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2264, 0, 0, 0, 67, 0, 100, 0, 0, 0, 7000, 9000, 0, 5, 11, 2590, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hillsbrad Tailor - Behind Target - Cast Backstab'),\n(2264, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 101, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Hillsbrad Tailor - Within 0-5 Range - Cast Trip'),\n(2264, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Tailor - Between 0-30% Health - Flee For Assist'),\n(2265, 0, 0, 0, 9, 0, 100, 0, 0, 0, 25000, 30000, 0, 5, 11, 3148, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hillsbrad Apprentice Blacksmith - Within 0-5 Range - Cast Head Crack'),\n(2265, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Apprentice Blacksmith - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2266, 0, 0, 0, 0, 0, 100, 0, 8000, 18000, 20000, 40000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Hillsbrad Farmer - Within 0-5 Range - Cast Disarm'),\n(2266, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Farmer - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2267, 0, 0, 0, 9, 0, 100, 0, 0, 0, 45000, 45000, 0, 5, 11, 6016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hillsbrad Peasant - Within 0-5 Range - Cast Pierce Armor'),\n(2267, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Peasant - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2268, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 180000, 180000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Hillsbrad Footman - In Combat - Cast Defensive Stance'),\n(2268, 0, 1, 0, 105, 0, 50, 0, 0, 0, 12000, 15000, 0, 5, 11, 1671, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Hillsbrad Footman - Target Casting - Cast Shield Bash'),\n(2268, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Footman - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2269, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 180000, 180000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Hillsbrad Miner - In Combat - Cast Defensive Stance'),\n(2269, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7405, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Hillsbrad Miner - Within 0-5 Range - Cast Sunder Armor'),\n(2269, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Miner - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2270, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Sentry - Between 0-30% Health - Flee For Assist (No Repeat)'),\n--\n(2304, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 23000, 30000, 0, 0, 11, 7020, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Captain Ironhill - In Combat - Cast Stoneform'),\n(2304, 0, 1, 0, 105, 0, 50, 0, 0, 0, 10000, 14000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Captain Ironhill - Target Casting - Cast Pummel'),\n(2304, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Ironhill - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2305, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 643, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Foreman Bonds - On Respawn - Cast Devotion Aura'),\n(2305, 0, 1, 0, 9, 0, 100, 0, 0, 0, 60000, 60000, 0, 5, 11, 5588, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Foreman Bonds - Within 0-5 Range - Cast Hammer of Justice'),\n(2305, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 12, 7360, 1, 300000, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Foreman Bonds - Between 0-30% Health - Summon Creature \\'Dun Garok Soldier\\' (No Repeat)'),\n(2305, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 12, 7360, 1, 300000, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Foreman Bonds - Between 0-30% Health - Summon Creature \\'Dun Garok Soldier\\' (No Repeat)'),\n(2319, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Syndicate Wizard - Out of Combat - Cast Frost Armor'),\n(2319, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20815, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Syndicate Wizard - In Combat - Cast Fireball'),\n(2319, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 25000, 35000, 0, 0, 11, 12824, 1, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Syndicate Wizard - Within 0-30 Range - Cast Polymorph'),\n(2335, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20811, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Magistrate Burnside - In Combat - Cast Fireball'),\n(2335, 0, 1, 0, 106, 0, 100, 0, 0, 0, 12000, 15000, 0, 8, 11, 11969, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Magistrate Burnside - Within 0-8 Range - Cast Fire Nova'),\n(2335, 0, 2, 0, 0, 0, 100, 0, 5000, 7000, 16000, 20000, 0, 0, 11, 7739, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Magistrate Burnside - In Combat - Cast Inferno Shell'),\n(2335, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Magistrate Burnside - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2344, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 643, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dun Garok Mountaineer - On Respawn - Cast Devotion Aura'),\n(2344, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 13953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dun Garok Mountaineer - Within 0-5 Range - Cast Holy Strike'),\n(2344, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dun Garok Mountaineer - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2345, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Dun Garok Rifleman - Outside 30 Range - Start Combat Movement'),\n(2345, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dun Garok Rifleman - Within 5-30 Range - Stop Combat Movement'),\n(2345, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Dun Garok Rifleman - Within 0-5 Range - Start Combat Movement'),\n(2345, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dun Garok Rifleman - Within 5-30 Range - Cast Shoot'),\n(2345, 0, 4, 0, 0, 0, 100, 0, 12000, 18000, 30000, 30000, 0, 0, 11, 6685, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Dun Garok Rifleman - Within 0-30 Range - Cast Piercing Shot'),\n(2345, 0, 5, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dun Garok Rifleman - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(2346, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dun Garok Priest - In Combat - Cast Holy Smite'),\n(2346, 0, 1, 0, 74, 0, 100, 0, 0, 0, 15000, 25000, 40, 40, 11, 11642, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Dun Garok Priest - Friendly Between 0-40% Health - Cast Heal'),\n(2346, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dun Garok Priest - Between 0-30% Health - Flee For Assist (No Repeat)'),\n--\n(2348, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 31000, 36000, 0, 0, 11, 3396, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Elder Moss Creeper - In Combat - Cast Corrosive Poison'),\n(2349, 0, 0, 0, 0, 0, 100, 0, 5000, 16000, 30000, 36000, 0, 0, 11, 3396, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Giant Moss Creeper - In Combat - Cast Corrosive Poison'),\n(2350, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 31000, 36000, 0, 0, 11, 3396, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Forest Moss Creeper - In Combat - Cast Corrosive Poison'),\n(2360, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Farmhand - Between 0-30% Health - Flee For Assist (No Repeat)'),\n--\n(2368, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 180000, 180000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Daggerspine Shorestalker - In Combat - Cast Defensive Stance'),\n(2368, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 13000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Daggerspine Shorestalker - Target Casting - Cast Pummel'),\n(2368, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Daggerspine Shorestalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2369, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Daggerspine Shorehunter - Outside 30 Range - Start Combat Movement'),\n(2369, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Daggerspine Shorehunter - Within 5-30 Range - Stop Combat Movement'),\n(2369, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Daggerspine Shorehunter - Within 0-5 Range - Start Combat Movement'),\n(2369, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Daggerspine Shorehunter - Within 5-30 Range - Cast Throw'),\n(2369, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Daggerspine Shorehunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2370, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 12000, 16000, 0, 0, 11, 3589, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Daggerspine Screamer - Within 0-5 Range - Cast Deafening Screech'),\n(2370, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Daggerspine Screamer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2371, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Daggerspine Siren - In Combat - Cast Lightning Bolt'),\n(2371, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 19000, 24000, 0, 0, 11, 992, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Daggerspine Siren - In Combat - Cast Shadow Word: Pain'),\n(2371, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Daggerspine Siren - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2372, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 30000, 0, 5, 11, 3650, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Mudsnout Gnoll - Within 0-5 Range - Cast Sling Mud'),\n(2372, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mudsnout Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2373, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 20805, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Mudsnout Shaman - In Combat CMC - Cast \\'Lightning Bolt\\''),\n(2373, 0, 1, 0, 74, 0, 100, 0, 0, 0, 15000, 20000, 40, 40, 11, 939, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Mudsnout Shaman - Friendly Between 0-40% Health - Cast Healing Wave'),\n(2373, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mudsnout Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2374, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Torn Fin Muckdweller - Within 0-5 Range - Cast Infected Wound'),\n(2374, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Torn Fin Muckdweller - Between 0-15% Health - Flee For Assist'),\n(2375, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Torn Fin Coastrunner - Outside 30 Range - Start Combat Movement'),\n(2375, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Torn Fin Coastrunner - Within 5-30 Range - Stop Combat Movement'),\n(2375, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Torn Fin Coastrunner - Within 0-5 Range - Start Combat Movement'),\n(2375, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Torn Fin Coastrunner - Within 5-30 Range - Cast Throw'),\n(2375, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Torn Fin Coastrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2376, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Torn Fin Oracle - In Combat - Cast Lightning Bolt'),\n(2376, 0, 1, 0, 2, 0, 100, 0, 0, 25, 25000, 35000, 0, 0, 11, 939, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Torn Fin Oracle - Between 0-25% Health - Cast Healing Wave'),\n(2376, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Torn Fin Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2377, 0, 0, 0, 106, 0, 100, 0, 0, 0, 12000, 15000, 0, 8, 11, 865, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Torn Fin Tidehunter - Within 0-8 Range - Cast Frost Nova'),\n(2377, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Torn Fin Tidehunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2387, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Hillsbrad Councilman - Out of Combat - Cast Frost Armor'),\n(2387, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20806, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hillsbrad Councilman - In Combat - Cast Frostbolt'),\n(2387, 0, 2, 0, 106, 0, 100, 0, 0, 0, 25000, 25000, 0, 8, 11, 122, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Hillsbrad Councilman - Within 0-8 Range - Cast Frost Nova'),\n(2387, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Councilman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2403, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Farmer Getz - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2404, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blacksmith Verringtan - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2427, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 21000, 25000, 0, 0, 11, 3442, 0, 0, 0, 0, 0, 6, 15, 0, 0, 0, 0, 0, 0, 0,    'Jailor Eston - Within 0-15 Range - Cast Enslave'),\n(2427, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jailor Eston - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2428, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Jailor Marlgen - On Aggro - Say Line 0'),\n(2428, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Jailor Marlgen - Outside 30 Range - Start Combat Movement'),\n(2428, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Jailor Marlgen - Within 5-30 Range - Stop Combat Movement'),\n(2428, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Jailor Marlgen - Within 0-5 Range - Start Combat Movement'),\n(2428, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jailor Marlgen - Within 5-30 Range - Cast Shoot'),\n(2428, 0, 5, 0, 9, 0, 100, 0, 0, 0, 5000, 15000, 0, 20, 11, 6533, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Jailor Marlgen - Within 0-20 Range - Cast Net'),\n(2428, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jailor Marlgen - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2448, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Clerk Horrace Whitesteed - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2449, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Citizen Wilkes - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2450, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Miner Hackett - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2451, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Farmer Kalaba - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2503, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 11000, 15000, 0, 0, 11, 5115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Hillsbrad Foreman - In Combat - Cast Battle Command'),\n(2503, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Hillsbrad Foreman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(7068, 0, 0, 0, 0, 0, 100, 0, 0, 0, 21000, 25000, 0, 0, 11, 15654, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Condemned Acolyte - In Combat - Cast Shadow Word: Pain'),\n(7068, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 25000, 40, 40, 11, 25058, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Condemned Acolyte - Friendly Between 0-40% Health - Cast Renew'),\n(7069, 0, 0, 0, 105, 0, 50, 0, 0, 0, 15000, 21000, 0, 5, 11, 15614, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Condemned Monk - Target Casting - Cast Kick'),\n(7069, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 13000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Condemned Monk - Target Casting - Cast Pummel'),\n(7070, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 25054, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Condemned Cleric - In Combat - Cast Holy Smite'),\n(7070, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 21000, 40, 40, 11, 15586, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Condemned Cleric - Friendly Between 0-40% Health - Cast Heal'),\n(7071, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14000, 18000, 0, 8, 11, 13005, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Cursed Paladin - Within 0-8 Range - Cast Hammer of Justice'),\n(7072, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15580, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Cursed Justicar - Within 0-5 Range - Cast Strike'),   \n(7073, 0, 0, 0, 14, 0, 100, 0, 3000, 30, 3000, 6000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Arados the Damned - Friendly Missing 3000 Health - Cast Holy Light'),\n(7073, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 13874, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Arados the Damned - Between 0-30% Health - Cast Divine Shield (No Repeat)'),\n(7075, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Writhing Mage - In Combat - Cast Frostbolt'),\n(7075, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Writhing Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(607068, 0, 0, 0, 0, 0, 100, 0, 0, 0, 21000, 25000, 0, 0, 11, 15654, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Condemned Acolyte - In Combat - Cast Shadow Word: Pain'),\n(607068, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 25000, 40, 40, 11, 11640, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Condemned Acolyte - Friendly Between 0-40% Health - Cast Renew'),\n(607069, 0, 0, 0, 105, 0, 50, 0, 0, 0, 15000, 21000, 0, 5, 11, 15614, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Condemned Monk - Target Casting - Cast Kick'),\n(607069, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 13000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Condemned Monk - Target Casting - Cast Pummel'),\n(607070, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Condemned Cleric - In Combat - Cast Holy Smite'),\n(607070, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 21000, 40, 40, 11, 15586, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Condemned Cleric - Friendly Between 0-40% Health - Cast Heal'),\n(607071, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14000, 18000, 0, 8, 11, 13005, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Cursed Paladin - Within 0-8 Range - Cast Hammer of Justice'),\n(607072, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15580, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Cursed Justicar - Within 0-5 Range - Cast Strike'),\n(607075, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Writhing Mage - In Combat - Cast Frostbolt'),\n(607075, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Writhing Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(14278, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ro\\'Bark - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- Drop chance for Humbert's Sword was incorrectly set to 100 - updated to 25 - value copied from VMangos\nUPDATE `creature_loot_template` SET `Chance` = 25 WHERE `Item` = 3693;\n\n-- Drop chance for Mountain Lion Blood was incorrectly set to 100%\nDELETE FROM `creature_loot_template` WHERE `Item` = 3496;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(2384, 3496, 0, 40, 1, 1, 0, 1, 1, 'Starving Mountain Lion - Mountain Lion Blood'),\n(2385, 3496, 0, 80, 1, 1, 0, 1, 1, 'Feral Mountain Lion - Mountain Lion Blood'),\n(2406, 3496, 0, 80, 1, 1, 0, 1, 1, 'Mountain Lion - Mountain Lion Blood'),\n(2407, 3496, 0, 80, 1, 1, 0, 1, 1, 'Hulking Mountain Lion - Mountain Lion Blood');\n\n-- Souvenirs of Death - this quests was missing a pre quest\nUPDATE `quest_template_addon` SET `PrevQuestID` = 527 WHERE `ID` = 546;\n\n-- fix creature movement and spawn locations\nDELETE FROM `creature` WHERE `id1` IN (232, 2403, 2427, 2428, 2450, 14275, 14276, 14277, 14280);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(16520,  232, 0, 0, 0, 0, 0, 1, 1, 1, -341.604, 3.60308, 60.3681, 2.21657,        300, 0, 0, 617, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Farmer Ray\n(695081, 232, 0, 0, 0, 0, 0, 1, 1, 1, -348.713, 10.4609, 55.5201, 2.45648,        300, 0, 0, 617, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=RrKUsnh0eUI&t=146s\n(695082, 232, 0, 0, 0, 0, 0, 1, 1, 1, -357.796, -12.7334, 55.0301, 2.45255,       300, 0, 0, 617, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=U0RFwLk8fXI&t=56s\n(16033,  2403, 0, 0, 0, 0, 0, 1, 1, 1, -441.325, -108.685, 55.0466, 4.54965,      300, 3, 0, 664, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- Farmer Getz\n(695083, 2403, 0, 0, 0, 0, 0, 1, 1, 1, -404.693, -63.9941, 54.4383, 0.838548,     300, 3, 0, 664, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=RrKUsnh0eUI&t=84s\n(695084, 2403, 0, 0, 0, 0, 0, 1, 1, 1, -461.805, -75.588, 54.9525, 5.90828,       300, 5, 0, 664, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n--\n(16100,  2427, 0, 0, 0, 0, 0, 1, 1, 1, -492.277, -1480.43, 88.0715, 4.87372,      300, 0, 0, 664, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Jailor Eston\n(695089, 2427, 0, 0, 0, 0, 0, 1, 1, 1, -489.347, -1341.93, 53.6018, 3.77872,      300, 3, 0, 665, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=oU9G9Ormowc\n(16063,  2428, 0, 0, 0, 0, 0, 1, 1, 1, -465.482, -1476.91, 90.2819, 5.11627,      300, 0, 0, 664, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Jailor Marlgen\n(695090, 2428, 0, 0, 0, 0, 0, 1, 1, 1, -456.353, -1429.64, 90.9867, 2.87945,      300, 0, 0, 665, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=CpMW6hAvVaM\n--\n(16017,  2450, 0, 0, 0, 0, 0, 1, 1, 0, -850.691, 70.7417, 3.18556, 5.24437,       300, 3, 0, 950, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- Miner Hackett\n(695085, 2450, 0, 0, 0, 0, 0, 1, 1, 0, -806.764, 72.9448, 5.48975, 1.47675,       300, 3, 0, 950, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=U0fVBiMcKw4&t=46s\n(695086, 2450, 0, 0, 0, 0, 0, 1, 1, 0, -726.056, 46.5942, 11.0874, 1.98333,       300, 3, 0, 950, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- https://www.youtube.com/watch?v=q0Z73-tUy30&t=46s\n--\n(90783,  14275, 0, 0, 0, 0, 0, 1, 1, 1, -1265.12, -1195.08, 40.0486, 3.39339,   23400, 0, 0, 2196, 756, 0, 0, 0, 0, '', 0, 0, NULL), -- Tamra Stormpike\n(695087, 14275, 0, 0, 0, 0, 0, 1, 1, 1, -1329.94, -1277.46, 49.9856, 2.30129,   23400, 0, 0, 2196, 756, 0, 0, 0, 0, '', 0, 0, NULL),\n(695088, 14275, 0, 0, 0, 0, 0, 1, 1, 1, -1356.64, -1247.21, 49.9871, 3.44652,   23400, 0, 0, 2196, 756, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(15970,  14276, 0, 0, 0, 0, 0, 1, 1, 0, -1169.36, 136.213, 0.331683, 4.57671,   23400, 5, 0, 1003, 0, 1, 0, 0, 0, '', 0, 0, NULL),   -- Scargil\n(16047,  14277, 0, 0, 0, 0, 0, 1, 1, 1, -1473.69, -1099.37, -4.31768, 0.553209, 23400, 0, 1, 918, 2457, 2, 0, 0, 0, '', 0, 0, NULL), -- Lady Zephris\n(15839,  14280, 0, 0, 0, 0, 0, 1, 1, 0, -451.793, -1686.39, 85.5209, 1.55137,   43200, 5, 0, 1080, 0, 1, 0, 0, 0, '', 0, 0, NULL);   -- Big Samras\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601041, 601042, 601043, 601044, 601045, 601046);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(232,    601041, 0, 'Farmer Ray'),\n(695081, 601041, 0, 'Farmer Ray'),\n(695082, 601041, 0, 'Farmer Ray'),\n(2403,   601042, 0, 'Farmer Getz'),\n(695083, 601042, 0, 'Farmer Getz'),\n(695084, 601042, 0, 'Farmer Getz'),\n(16017,  601043, 0, 'Miner Hackett'),\n(695085, 601043, 0, 'Miner Hackett'),\n(695086, 601043, 0, 'Miner Hackett'),\n(90783,  601044, 0, 'Tamra Stormpike'),\n(695087, 601044, 0, 'Tamra Stormpike'),\n(695088, 601044, 0, 'Tamra Stormpike'),\n(16100,  601045, 0, 'Jailor Eston'),\n(695089, 601045, 0, 'Jailor Eston'),\n(16063,  601046, 0, 'Jailor Marlgen'),\n(695090, 601046, 0, 'Jailor Marlgen');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601041, 601042, 601043, 601044, 601045, 601046);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601041, 1, 'Farmer Ray - Hillsbrad Foothills'),\n(601042, 1, 'Farmer Getz - Hillsbrad Foothills'),\n(601043, 1, 'Miner Hackett - Hillsbrad Foothills'),\n(601044, 1, 'Tamra Stormpike - Hillsbrad Foothills'),\n(601045, 1, 'Jailor Eston - Hillsbrad Foothills'),\n(601046, 1, 'Jailor Marlgen - Hillsbrad Foothills');\n\nDELETE FROM `creature_addon` WHERE `guid` IN (16047);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(16047, 160470, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (160470);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(160470, 1, -1473.69, -1099.37, -4.31768, NULL, 0, 0, 0, 100, 0), -- Lady Zephris\n(160470, 2, -1478.49, -1077.97, -6.02324, NULL, 0, 0, 0, 100, 0),\n(160470, 3, -1460.67, -1051.92, -7.36767, NULL, 0, 0, 0, 100, 0),\n(160470, 4, -1427.72, -1040.4, -2.07805, NULL, 0, 0, 0, 100, 0),\n(160470, 5, -1397.57, -1032.1, -1.50463, NULL, 0, 0, 0, 100, 0),\n(160470, 6, -1359.55, -1021.62, -1.10811, NULL, 0, 0, 0, 100, 0),\n(160470, 7, -1318.34, -1009.28, -1.73937, NULL, 0, 0, 0, 100, 0),\n(160470, 8, -1293.97, -994.243, -0.915345, NULL, 0, 0, 0, 100, 0),\n(160470, 9, -1279.48, -972.204, -1.01276, NULL, 0, 0, 0, 100, 0),\n(160470, 10, -1259.86, -943.912, 0.434515, NULL, 0, 0, 0, 100, 0),\n(160470, 11, -1245.77, -916.386, 0.210853, NULL, 0, 0, 0, 100, 0),\n(160470, 12, -1230.9, -889.932, -0.299061, NULL, 0, 0, 0, 100, 0),\n(160470, 13, -1202.36, -861.052, 0.127409, NULL, 0, 0, 0, 100, 0),\n(160470, 14, -1181.99, -838.14, -0.0714753, NULL, 0, 0, 0, 100, 0),\n(160470, 15, -1155.67, -812.214, 0.00438118, NULL, 0, 0, 0, 100, 0),\n(160470, 16, -1135.05, -793.822, 0.73909, NULL, 0, 0, 0, 100, 0),\n(160470, 17, -1101.64, -791.881, -0.240455, NULL, 0, 0, 0, 100, 0),\n(160470, 18, -1135.05, -793.822, 0.73909, NULL, 0, 0, 0, 100, 0),\n(160470, 19, -1155.67, -812.214, 0.00438118, NULL, 0, 0, 0, 100, 0),\n(160470, 20, -1181.99, -838.14, -0.0714753, NULL, 0, 0, 0, 100, 0),\n(160470, 21, -1202.36, -861.052, 0.127409, NULL, 0, 0, 0, 100, 0),\n(160470, 22, -1230.9, -889.932, -0.299061, NULL, 0, 0, 0, 100, 0),\n(160470, 23, -1245.77, -916.386, 0.210853, NULL, 0, 0, 0, 100, 0),\n(160470, 24, -1259.86, -943.912, 0.434515, NULL, 0, 0, 0, 100, 0),\n(160470, 25, -1279.48, -972.204, -1.01276, NULL, 0, 0, 0, 100, 0),\n(160470, 26, -1293.97, -994.243, -0.915345, NULL, 0, 0, 0, 100, 0),\n(160470, 27, -1318.34, -1009.28, -1.73937, NULL, 0, 0, 0, 100, 0),\n(160470, 28, -1359.55, -1021.62, -1.10811, NULL, 0, 0, 0, 100, 0),\n(160470, 29, -1397.57, -1032.1, -1.50463, NULL, 0, 0, 0, 100, 0),\n(160470, 30, -1427.72, -1040.4, -2.07805, NULL, 0, 0, 0, 100, 0),\n(160470, 31, -1460.67, -1051.92, -7.36767, NULL, 0, 0, 0, 100, 0),\n(160470, 32, -1478.49, -1077.97, -6.02324, NULL, 0, 0, 0, 100, 0);\n\n\n/* ---- Purgation Isle (896) ---- */\n\nDELETE FROM `creature_template` WHERE `entry` IN (607068, 607069, 607070, 607071, 607072, 607075);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(607068, 0, 0, 0, 0, 0, 'Condemned Acolyte', NULL, NULL, 0, 30, 31, 0, 16, 0, 1, 1.14286, 1, 1, 20, 0, 0, 2.3, 2000, 2000, 1, 1, 2, 32768, 2048, 0, 0, 6, 0, 7074, 0, 0, 0, 0, 421, 555, 'SmartAI', 0, 1, 1.1, 1, 0.25, 1, 0, 0, 1, -93, 0, '', 0),\n(607069, 0, 0, 0, 0, 0, 'Condemned Monk', NULL, NULL, 0, 31, 32, 0, 16, 0, 1, 1.14286, 1, 1, 20, 0, 0, 2.55, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 6, 0, 7073, 0, 0, 0, 0, 474, 624, 'SmartAI', 0, 1, 1, 1, 0.25, 1, 0, 0, 1, -93, 0, '', 0),\n(607070, 0, 0, 0, 0, 0, 'Condemned Cleric', NULL, NULL, 0, 32, 33, 0, 16, 0, 1, 1.14286, 1, 1, 20, 0, 0, 2.25, 2000, 2000, 1, 1, 2, 32768, 2048, 0, 0, 6, 0, 7074, 0, 0, 0, 0, 454, 598, 'SmartAI', 0, 1, 1.1, 1, 0.25, 1, 0, 0, 1, -93, 0, '', 0),\n(607071, 0, 0, 0, 0, 0, 'Cursed Paladin', NULL, NULL, 0, 30, 31, 0, 16, 0, 1, 1.14286, 1, 1, 20, 0, 0, 0.8, 2000, 2000, 1, 1, 2, 32768, 2048, 0, 0, 6, 0, 7073, 0, 0, 0, 0, 413, 544, 'SmartAI', 0, 1, 1.1, 1, 0.25, 1, 0, 0, 1, -93, 0, '', 0),\n(607072, 0, 0, 0, 0, 0, 'Cursed Justicar', NULL, NULL, 0, 32, 32, 0, 16, 0, 1, 1.14286, 1, 1, 20, 0, 0, 0.7, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 6, 0, 7073, 0, 0, 0, 0, 527, 693, 'SmartAI', 0, 1, 1.1, 1, 0.2, 1, 0, 0, 1, -93, 0, '', 0),\n(607075, 0, 0, 0, 0, 0, 'Writhing Mage', NULL, NULL, 0, 31, 32, 0, 16, 0, 1, 1.14286, 1, 1, 20, 0, 0, 0.75, 2000, 2000, 1, 1, 2, 32768, 2048, 0, 0, 6, 0, 7074, 0, 0, 0, 0, 397, 524, 'SmartAI', 0, 1, 1, 1, 0.2, 1, 0, 0, 1, -93, 0, '', 0);\n\nDELETE FROM `creature_template_addon` WHERE `entry` IN (607068, 607070);\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(607068, 0, 0, 0, 1, 0, 0, ''),\n(607070, 0, 0, 0, 1, 0, 0, '');\n\nDELETE FROM `creature_template_locale` WHERE `entry` BETWEEN 607068 AND 607075;\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES \n(607068, 'deDE', 'Verurteilter Akolyth', '', 18019),\n(607068, 'esES', 'Acólito condenado', '', 18019),\n(607068, 'esMX', 'Acólito condenado', '', 18019),\n(607068, 'frFR', 'Acolyte condamné', '', 18019),\n(607068, 'koKR', '이승을 떠도는 수행사제', '', 18019),\n(607068, 'ruRU', 'Обреченный послушник', '', 18019),\n(607068, 'zhCN', '有罪的侍僧', '', 18019),\n(607068, 'zhTW', '有罪的侍僧', '', 18019),\n(607069, 'deDE', 'Verurteilter Mönch', '', 18019),\n(607069, 'esES', 'Monje condenado', '', 18019),\n(607069, 'esMX', 'Monje condenado', '', 18019),\n(607069, 'frFR', 'Moine condamné', '', 18019),\n(607069, 'koKR', '이승을 떠도는 수도사', '', 18019),\n(607069, 'ruRU', 'Обреченный монах', '', 18019),\n(607069, 'zhCN', '有罪的僧侣', '', 18019),\n(607069, 'zhTW', '有罪的僧侶', '', 18019),\n(607070, 'deDE', 'Verurteilter Kleriker', '', 18019),\n(607070, 'esES', 'Clérigo condenado', '', 18019),\n(607070, 'esMX', 'Clérigo condenado', '', 18019),\n(607070, 'frFR', 'Clerc condamné', '', 18019),\n(607070, 'koKR', '이승을 떠도는 성직자', '', 18019),\n(607070, 'ruRU', 'Обреченный священник', '', 18019),\n(607070, 'zhCN', '有罪的牧师', '', 18019),\n(607070, 'zhTW', '有罪的教士', '', 18019),\n(607071, 'deDE', 'Verfluchter Paladin', '', 18019),\n(607071, 'esES', 'Paladín maldito', '', 18019),\n(607071, 'esMX', 'Paladín maldito', '', 18019),\n(607071, 'frFR', 'Paladin maudit', '', 18019),\n(607071, 'koKR', '저주받은 성기사', '', 18019),\n(607071, 'ruRU', 'Проклятый паладин', '', 18019),\n(607071, 'zhCN', '被诅咒的圣骑士', '', 18019),\n(607071, 'zhTW', '被詛咒的聖騎士', '', 18019),\n(607072, 'deDE', 'Verfluchter Justiziar', '', 18019),\n(607072, 'esES', 'Justicar maldito', '', 18019),\n(607072, 'esMX', 'Justicar maldito', '', 18019),\n(607072, 'frFR', 'Justicier maudit', '', 18019),\n(607072, 'koKR', '저주받은 심판관', '', 18019),\n(607072, 'ruRU', 'Проклятый вершитель правосудия', '', 18019),\n(607072, 'zhCN', '被诅咒的审判者', '', 18019),\n(607072, 'zhTW', '被詛咒的審判者', '', 18019),\n(607073, 'deDE', 'Arados der Verdammte', '', 18019),\n(607073, 'esES', 'Arados el Maldito', '', 18019),\n(607073, 'esMX', 'Arados el Maldito', '', 18019),\n(607073, 'frFR', 'Arados le Maudit', '', 18019),\n(607073, 'koKR', '저주받은 아라도스', '', 18019),\n(607073, 'ruRU', 'Арадос Проклятый', '', 18019),\n(607073, 'zhCN', '可憎的阿拉杜斯', '', 18019),\n(607073, 'zhTW', '被詛咒的阿拉杜斯', '', 18019),\n(607074, 'deDE', 'Richter Thelgram', '', 18019),\n(607074, 'esES', 'Juez Thelgram', '', 18019),\n(607074, 'esMX', 'Juez Thelgram', '', 18019),\n(607074, 'frFR', 'Juge Thelgram', '', 18019),\n(607074, 'koKR', '대법관 텔그램', '', 18019),\n(607074, 'ruRU', 'Судья Телграм', '', 18019),\n(607074, 'zhCN', '审判者塞尔格拉姆', '', 18019),\n(607074, 'zhTW', '審判者塞爾格拉姆', '', 18019),\n(607075, 'deDE', 'Verdammter Magier', '', 18019),\n(607075, 'esES', 'Mago en pena', '', 18019),\n(607075, 'esMX', 'Mago en pena', '', 18019),\n(607075, 'frFR', 'Mage frémissant', '', 18019),\n(607075, 'koKR', '고통받는 마법사', '', 18019),\n(607075, 'ruRU', 'Неупокоенный маг', '', 18019),\n(607075, 'zhCN', '痛苦的法师', '', 18019),\n(607075, 'zhTW', '痛苦的法師', '', 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` BETWEEN 607068 AND 607075;\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(607068, 0, 5828, 1, 1, 12340),\n(607068, 1, 5829, 1, 1, 12340),\n(607069, 0, 5822, 1, 1, 12340),\n(607069, 1, 5823, 1, 1, 12340),\n(607070, 0, 5824, 1, 1, 12340),\n(607070, 1, 5825, 1, 1, 12340),\n(607070, 2, 5826, 1, 1, 12340),\n(607070, 3, 5827, 1, 1, 12340),\n(607071, 0, 5816, 1, 1, 12340),\n(607071, 1, 5817, 1, 1, 12340),\n(607071, 2, 5818, 1, 1, 12340),\n(607071, 3, 5819, 1, 1, 12340),\n(607072, 0, 5820, 1, 1, 12340),\n(607072, 1, 5821, 1, 1, 12340),\n(607075, 0, 5814, 1, 1, 12340),\n(607075, 1, 5815, 1, 1, 12340);\n\nDELETE FROM `creature_template_spell` WHERE `CreatureID` BETWEEN 607068 AND 607075;\nINSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES \n(607068, 0, 25058, 12340),\n(607068, 1, 15654, 12340),\n(607069, 0, 11978, 12340),\n(607069, 1, 15615, 12340),\n(607070, 0, 25054, 12340),\n(607070, 1, 15586, 12340),\n(607075, 0, 8401, 12340),\n(607075, 1, 7322, 12340);\n\nDELETE FROM `creature_equip_template`  WHERE `CreatureID` BETWEEN 607068 AND 607075;\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES \n(607068, 1, 5281, 0, 0, 18019),\n(607069, 1, 5303, 0, 0, 18019),\n(607070, 1, 2182, 0, 0, 18019),\n(607071, 1, 3361, 2052, 0, 18019),\n(607072, 1, 1983, 0, 0, 18019),\n(607075, 1, 2177, 0, 0, 18019);\n\n\nSET @CGUID    := 655000;\n\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+16, @CGUID+31, @CGUID+39, @CGUID+40);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+16, 148370, 0, 0, 1, 0, 0, NULL),\n(@CGUID+31, 148230, 0, 0, 1, 0, 0, NULL),\n(@CGUID+39, 148340, 0, 0, 1, 0, 0, NULL),\n(@CGUID+40, 148400, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+10 AND @CGUID+42;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(@CGUID+10, 607068, 0, 0, 0, 0, 0, 1, 1, 1, -1262.56, 479.974, 10.5137, 5.06174,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL), -- Condemned Acolyte\n(@CGUID+11, 607068, 0, 0, 0, 0, 0, 1, 1, 1, -1267.31, 436.379, 16.4786, 0.916549, 600, 5, 0, 1, 1, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 607068, 0, 0, 0, 0, 0, 1, 1, 1, -1232.49, 480.7, 13.6295, 5.2709,     600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+13, 607068, 0, 0, 0, 0, 0, 1, 1, 1, -1240.95, 434.424, 3.14377, 1.66122,  600, 5, 0, 1, 1, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+14, 607069, 0, 0, 0, 0, 0, 1, 1, 1, -1379.81, 632.899, 51.5099, 0.826559, 600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Condemned Monk\n(@CGUID+15, 607069, 0, 0, 0, 0, 0, 1, 1, 1, -1307.52, 637.362, 47.8771, 2.00713,  600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+16, 607069, 0, 0, 0, 0, 0, 1, 1, 1, -1256.24, 553.844, 27.4701, 4.55558,  600, 0, 0, 1, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+17, 607069, 0, 0, 0, 0, 0, 1, 1, 1, -1246.71, 566.755, 28.5484, 3.83972,  600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+18, 607070, 0, 0, 0, 0, 0, 1, 1, 1, -1326.72, 546.228, 100.942, 5.60251,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL), -- Condemned Cleric\n(@CGUID+19, 607070, 0, 0, 0, 0, 0, 1, 1, 1, -1315.18, 512.496, 100.148, 1.41913,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+20, 607070, 0, 0, 0, 0, 0, 1, 1, 1, -1367.22, 648.284, 50.3003, 3.80482,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+21, 607070, 0, 0, 0, 0, 0, 1, 1, 1, -1317.12, 531.126, 99.7401, 3.61283,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+22, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1319.1, 457.083, 37.618, 3.90954,    600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL), -- Cursed Paladin\n(@CGUID+23, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1233.07, 560.679, 33.5691, 0.872665, 600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+24, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1265.33, 476.39, 10.6086, 5.77704,   600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+25, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1377.69, 644.3, 50.7874, 2.53073,    600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+26, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1220.88, 416.147, 3.81308, 4.31096,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+27, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1232.39, 479.16, 13.6295, 5.67232,   600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+28, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1233.45, 434.88, 3.64377, 4.4855,    600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+29, 607071, 0, 0, 0, 0, 0, 1, 1, 1, -1234.14, 512.85, 14.1555, 2.72271,   600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+30, 607072, 0, 0, 0, 0, 0, 1, 1, 1, -1345.56, 575.438, 103.609, 5.32325,  600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL), -- Cursed Justicar\n(@CGUID+31, 607072, 0, 0, 0, 0, 0, 1, 1, 1, -1390.78, 616.502, 54.3849, 0.978326, 600, 0, 0, 1, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+32, 607072, 0, 0, 0, 0, 0, 1, 1, 1, -1312.72, 566.287, 106.176, 2.46091,  600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+33, 607072, 0, 0, 0, 0, 0, 1, 1, 1, -1387.68, 526.302, 80.425, 1.15192,   600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+34, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1251.87, 571.952, 30.2319, 1.81913,  600, 3, 0, 1, 1, 1, 0, 0, 0, '', 0, 0, NULL), -- Writhing Mage\n(@CGUID+35, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1321.62, 519.507, 99.2873, 3.25392,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+36, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1353.38, 543.865, 101.984, 3.76991,  600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+37, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1412.1, 548.535, 80.6403, 4.18879,   600, 0, 0, 1, 1, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+38, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1393.76, 619.646, 53.6349, 5.05238,  600, 5, 0, 1, 1, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+39, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1349.32, 597.778, 103.529, 0.547157, 600, 0, 0, 1, 1, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+40, 607075, 0, 0, 0, 0, 0, 1, 1, 1, -1326.6, 639.302, 50.5369, 2.27374,   600, 0, 0, 1, 1, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+41, 7073,   0, 0, 0, 0, 0, 1, 1, 1, -1329.91, 554.068, 101.125, 5.417,    300, 0, 0, 1, 1, 0, 0, 0, 0, '', NULL, 0, NULL), -- Arados the Damned\n(@CGUID+42, 7074,   0, 0, 0, 0, 0, 1, 1, 1, -1319.54, 554.931, 101.501, 4.222,    300, 0, 0, 1, 1, 0, 0, 0, 0, '', NULL, 0, NULL); -- Judge Thelgram\n\nDELETE FROM `creature_loot_template` WHERE `Entry` IN (7071, 7072, 7073, 7074, 7075) AND `Item` = 22229;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(7071, 22229, 0, 20, 1, 1, 0, 1, 1, 'Cursed Paladin - Soul Ashes of the Banished'),\n(7072, 22229, 0, 20, 1, 1, 0, 1, 1, 'Cursed Justicar - Soul Ashes of the Banished'),\n(7073, 22229, 0, 20, 1, 1, 0, 1, 1, 'Arados the Damned - Soul Ashes of the Banished'),\n(7074, 22229, 0, 20, 1, 1, 0, 1, 1, 'Judge Thelgram - Soul Ashes of the Banished'),\n(7075, 22229, 0, 20, 1, 1, 0, 1, 1, 'Writhing Mage - Soul Ashes of the Banished');\n\nSET @IPPPHASE    := 65536; \nSET @IPPPHASE_II := 131072;\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II WHERE `id1` IN (7068, 7069, 7070, 7071, 7072, 7075);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE    WHERE `id1` IN (607068, 607069, 607070, 607071, 607072, 7073, 7074, 607075);\n"
  },
  {
    "path": "data/sql/world/base/zone_hinterlands.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2925, 2929);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2651, 2652, 2653, 2658, 2659, 2681, 2686, 2691, 2692, 2693, 2694, 2707, 2926, 2928, \n4465, 4466, 4467, 4468, 4469, 7995, 8214, 8215, 8218, 10802);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2651, 2652, 2653, 2658, 2659, 2681, 2686, 2691, 2692, 2693, 2694, 2707, 2925, 2926, 2928, 2929, \n4465, 4466, 4467, 4468, 4469, 7995, 8214, 8215, 8218, 10802);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2639, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Vilebranch Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(2639, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Vilebranch Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(2639, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Vilebranch Axe Thrower - Within 0-5 Range - Start Combat Movement'),\n(2639, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Vilebranch Axe Thrower - Within 5-30 Range - Cast Throw'),\n(2639, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2640, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vilebranch Witch Doctor - In Combat - Cast Shadow Bolt'),\n(2640, 0, 1, 0, 14, 0, 100, 0, 1200, 40, 13000, 17000, 0, 0, 11, 8005, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Vilebranch Witch Doctor - Friendly at 1200 Health - Cast Healing Wave'),\n(2640, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 15000, 18000, 0, 0, 11, 18503, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Vilebranch Witch Doctor - In Combat - Cast Hex'),\n(2640, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2641, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Vilebranch Headhunter - Outside 30 Range - Start Combat Movement'),\n(2641, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Vilebranch Headhunter - Within 5-30 Range - Stop Combat Movement'),\n(2641, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Vilebranch Headhunter - Within 0-5 Range - Start Combat Movement'),\n(2641, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 15607, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Vilebranch Headhunter - In Combat - Cast Throw'),\n(2641, 0, 4, 0, 9, 0, 100, 0, 0, 0, 15000, 18000, 0, 5, 11, 15656, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Vilebranch Headhunter - Within 0-5 Range - Cast Poisonous Stab'),\n(2641, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2642, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vilebranch Shadowcaster - In Combat - Cast Shadow Bolt'),\n(2642, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Vilebranch Shadowcaster - Out of Combat - Cast Summon Voidwalker'),\n(2642, 0, 2, 0, 0, 0, 100, 0, 0, 0, 15000, 25000, 0, 0, 11, 7289, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Vilebranch Shadowcaster - In Combat - Cast Shrink'),\n(2642, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Shadowcaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2643, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Vilebranch Berserker - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(2643, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vilebranch Berserker - On Enrage - Say Line 0'),\n(2643, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Berserker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2644, 0, 0, 0, 67, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15657, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Vilebranch Hideskinner - On Behind Target - Cast Backstab'),\n(2644, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Hideskinner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2645, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Vilebranch Shadow Hunter - Outside 30 Range - Start Combat Movement'),\n(2645, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Vilebranch Shadow Hunter - Within 5-30 Range - Stop Combat Movement'),\n(2645, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Vilebranch Shadow Hunter - Within 0-5 Range - Start Combat Movement'),\n(2645, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Vilebranch Shadow Hunter - Within 5-30 Range - Cast Shoot'),\n(2645, 0, 4, 0, 9, 0, 100, 0, 0, 0, 21000, 26000, 0, 30, 11, 14032, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Vilebranch Shadow Hunter - Within 0-30 Range - Cast Shadow Word: Pain'),\n(2645, 0, 5, 0, 0, 0, 100, 0, 4000, 9000, 15000, 21000, 0, 0, 11, 9657, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Vilebranch Shadow Hunter - In Combat - Cast Shadow Shell'),\n(2645, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Shadow Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2646, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11015, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vilebranch Blood Drinker - Within 0-5 Range - Cast Blood Leech'),\n(2646, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Blood Drinker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2647, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 11016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Vilebranch Soul Eater - Within 0-5 Range - Cast Soul Bite'),\n(2647, 0, 1, 0, 14, 0, 100, 0, 600, 10, 12000, 15000, 0, 0, 11, 7154, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'Vilebranch Soul Eater - On Friendly at 600 Health - Cast Dark Offering'),\n(2647, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Soul Eater - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2648, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vilebranch Aman\\'zasi Guard - In Combat - Cast Shield Slam'),\n(2648, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Aman\\'zasi Guard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2651, 0, 0, 0, 67, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 8721, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Witherbark Hideskinner - In Combat - Cast Backstab'),\n(2651, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Hideskinner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2652, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Venomblood - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2653, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Witherbark Sadist - On Reset - Cast Battle Stance'),\n(2653, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 25710, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Witherbark Sadist - Within 0-5 Range - Cast Heroic Strike'),\n(2653, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Witherbark Sadist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2658, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 19000, 0, 5, 11, 3147, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Razorbeak Gryphon - Within 0-5 Range - Cast Rend Flesh'),\n(2659, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 19000, 0, 5, 11, 3147, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Razorbeak Skylord - Within 0-5 Range - Cast Rend Flesh'),\n(2659, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 12000, 16000, 0, 0, 11, 11019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Razorbeak Skylord - In Combat - Cast Wing Flap'),\n(2681, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Vilebranch Raiding Wolf  - On Reset - Cast Thrash Proc'),\n(2686, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11018, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Witherbark Broodguard - On Death - Summon Witherbark Bloodlings'),\n--\n(2691, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Highvale Outrunner - Outside 30 Range - Start Combat Movement'),\n(2691, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Highvale Outrunner - Within 5-30 Range - Stop Combat Movement'),\n(2691, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Highvale Outrunner - Within 0-5 Range - Start Combat Movement'),\n(2691, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Highvale Outrunner - Within 5-30 Range - Cast Shoot'),\n(2691, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Highvale Outrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2692, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Highvale Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2693, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Highvale Marksman - Outside 30 Range - Start Combat Movement'),\n(2693, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Highvale Marksman - Within 5-30 Range - Stop Combat Movement'),\n(2693, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Highvale Marksman - Within 0-5 Range - Start Combat Movement'),\n(2693, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Highvale Marksman - Within 5-30 Range - Cast Shoot'),\n(2693, 0, 4, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 5, 30, 11, 14443, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Highvale Marksman - Within 5-30 Range - Cast Multi-Shot'),\n(2693, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Highvale Marksman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2694, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 35000, 0, 30, 11, 6950, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Highvale Ranger - Within 0-30 Range - Cast Faerie Fire'),\n(2694, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Highvale Ranger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2707, 0, 0, 0, 0, 0, 100, 0, 0, 0, 15000, 25000, 0, 0, 11, 7992, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,        'Shadra - Within 0-30 Range - Cast Slowing Poison'),\n(2707, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13299, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Shadra - On Reset - Cast Poison Proc'),\n(2926, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 5, 11, 7367, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Silvermane Stalker - Within 0-5 Range - Cast Infected Bite'),\n(2926, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Silvermane Stalker - Out of Combat - Cast Sneak'),\n(2928, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 16000, 0, 5, 11, 3252, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Primitive Owlbeast - Within 0-5 Range - Cast Shred'),\n(4465, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vilebranch Warrior - Within 0-5 Range - Cast Strike'),\n(4465, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4466, 0, 0, 0, 12, 0, 100, 0, 0, 20, 18000, 26000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Vilebranch Scalper - Target Between 0-20% Health - Cast Execute'),\n(4466, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Scalper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4467, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20824, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Vilebranch Soothsayer - In Combat - Cast Lightning Bolt'),\n(4467, 0, 1, 0, 2, 0, 100, 0, 0, 40, 13000, 16000, 0, 0, 11, 10395, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Vilebranch Soothsayer - Between 0-40% Health - Cast Healing Wave'),\n(4467, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vilebranch Soothsayer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4468, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 29000, 0, 10, 11, 6814, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Jade Sludge - Within 0-10 Range - Cast Sludge Toxin'),\n(4469, 0, 0, 0, 0, 0, 100, 0, 0, 0, 12000, 19000, 0, 0, 11, 8245, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,         'Emerald Ooze - Within 0-30 Range - Cast Corrosive Acid'),\n--\n(7995, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 30, 11, 11639, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Vile Priestess Hexx - Within 0-30 Range - Cast Shadow Word: Pain'),\n(7995, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 15000, 19000, 0, 0, 11, 11641, 0, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Vile Priestess Hexx - Within 0-20 Range - Cast Hex'),\n(7995, 0, 2, 0, 14, 0, 100, 0, 1200, 40, 12000, 15000, 0, 0, 11, 15586, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Vile Priestess Hexx - Friendly At 1200 Health - Cast Heal'),\n(7995, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Vile Priestess Hexx - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8214, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Jalinde Summerdrake - Outside 30 Range - Start Combat Movement'),\n(8214, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Jalinde Summerdrake - Within 5-30 Range - Stop Combat Movement'),\n(8214, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Jalinde Summerdrake - Within 0-5 Range - Start Combat Movement'),\n(8214, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Jalinde Summerdrake - Within 5-30 Range - Cast Shoot'),\n(8214, 0, 4, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 5, 30, 11, 8806, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Jalinde Summerdrake - Within 5-30 Range - Cast Poisoned Shot'),\n(8214, 0, 5, 0, 0, 0, 100, 0, 5000, 10000, 9000, 13000, 0, 0, 11, 15495, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,  'Jalinde Summerdrake - Within 5-30 Range - Cast Explosive Shot'),\n(8214, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Jalinde Summerdrake - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8215, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 9000, 14000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Grimungous - In Combat - Cast Trample'),\n(8215, 0, 1, 0, 9, 0, 100, 0, 0, 0, 14000, 20000, 0, 5, 11, 11876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Grimungous - Within 0-5 Range - Cast War Stomp'),\n(8218, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Witherheart the Stalker - On Reset - Cast Sneak'),\n(8218, 0, 1, 0, 67, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Witherheart the Stalker - On Behind Target - Cast Backstab'),\n(10802, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 25000, 0, 30, 11, 11639, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Hitah\\'ya the Keeper - Within 0-30 Range - Cast Shadow Word: Pain'),\n(10802, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Hitah\\'ya the Keeper - In Combat - Cast Shadow Bolt'),\n(10802, 0, 2, 0, 74, 0, 100, 0, 0, 0, 12000, 18000, 20, 40, 11, 11640, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Hitah\\'ya the Keeper - Friendly Between 0-20% Health - Cast Renew'),\n(10802, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                    'Hitah\\'ya the Keeper - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- Ironback, fix spawn time and movement\nUPDATE `creature` SET `spawntimesecs` = 37800, `MovementType` = 1, `wander_distance` = 5 WHERE `guid` = 69119;\n\n-- Grimungous, fix spawn and waypoints\nDELETE FROM `creature` WHERE `guid` = 77480;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(77480, 8215, 0, 0, 0, 0, 0, 1, 1, 0, 45.1769, -4277.32, 122.17, 4.22167, 115200, 0, 1, 6645, 0, 2, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` = 77480;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(77480, 774800, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 774800;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(774800, 1, 33.8661, -4294.99, 119.191, 4.13916, 0, 0, 0, 100, 0),\n(774800, 2, 15.5674, -4323.33, 126.081, 4.13916, 0, 0, 0, 100, 0),\n(774800, 3, 9.06412, -4344.8, 133.54, 4.41641, 0, 0, 0, 100, 0),\n(774800, 4, 0.553117, -4372.71, 136.9, 4.41641, 0, 0, 0, 100, 0),\n(774800, 5, 22.9217, -4394.53, 143.976, 5.52068, 0, 0, 0, 100, 0),\n(774800, 6, 37.5527, -4406.87, 144.066, 5.61728, 0, 0, 0, 100, 0),\n(774800, 7, 60.69, -4429.96, 140.529, 5.49948, 0, 0, 0, 100, 0),\n(774800, 8, 78.9304, -4454.81, 145.817, 5.34554, 0, 0, 0, 100, 0),\n(774800, 9, 111.077, -4453.16, 138.105, 6.22597, 0, 0, 0, 100, 0),\n(774800, 10, 141.263, -4477.85, 129.127, 5.59765, 0, 0, 0, 100, 0),\n(774800, 11, 161.148, -4508.8, 127.28, 5.28349, 0, 0, 0, 100, 0),\n(774800, 12, 163.808, -4536, 120.421, 4.8099, 0, 0, 0, 100, 0),\n(774800, 13, 179.213, -4547.36, 117.619, 5.64949, 0, 0, 0, 100, 0),\n(774800, 14, 199.62, -4546.38, 117.673, 0.048026, 0, 0, 0, 100, 0),\n(774800, 15, 213.777, -4558.57, 116.667, 5.57173, 0, 0, 0, 100, 0),\n(774800, 16, 188.652, -4569.09, 121.403, 3.55561, 0, 0, 0, 100, 0),\n(774800, 17, 174.894, -4582.74, 119.059, 3.92318, 0, 0, 0, 100, 0),\n(774800, 18, 153.454, -4584.03, 119.235, 3.2014, 0, 0, 0, 100, 0),\n(774800, 19, 145, -4569.63, 121.162, 2.10184, 0, 0, 0, 100, 0),\n(774800, 20, 144.711, -4539.3, 120.639, 1.58034, 0, 0, 0, 100, 0),\n(774800, 21, 129.324, -4526.81, 124.315, 2.51182, 0, 0, 0, 100, 0),\n(774800, 22, 121.709, -4507.72, 130.58, 1.95026, 0, 0, 0, 100, 0),\n(774800, 23, 123.078, -4482.62, 134.363, 1.49002, 0, 0, 0, 100, 0),\n(774800, 24, 121.647, -4466.59, 136.556, 1.63296, 0, 0, 0, 100, 0),\n(774800, 25, 105.532, -4447.25, 139.4, 2.18195, 0, 0, 0, 100, 0),\n(774800, 26, 84.7668, -4452.12, 144.857, 3.38754, 0, 0, 0, 100, 0),\n(774800, 27, 64.0455, -4464.07, 144.132, 3.65065, 0, 0, 0, 100, 0),\n(774800, 28, 43.3888, -4457, 145.749, 2.81184, 0, 0, 0, 100, 0),\n(774800, 29, 47.3105, -4428.68, 141.603, 1.42561, 0, 0, 0, 100, 0),\n(774800, 30, 36.6585, -4409.87, 144.795, 2.01545, 0, 0, 0, 100, 0),\n(774800, 31, 15.0537, -4387.95, 142.858, 2.35867, 0, 0, 0, 100, 0),\n(774800, 32, -7.9163, -4389.17, 142.119, 3.19433, 0, 0, 0, 100, 0),\n(774800, 33, -29.7051, -4388.02, 145.253, 3.07652, 0, 0, 0, 100, 0),\n(774800, 34, -50.6882, -4367.26, 136.515, 2.34453, 0, 0, 0, 100, 0),\n(774800, 35, -71.5837, -4348.97, 125.171, 2.42228, 0, 0, 0, 100, 0),\n(774800, 36, -91.2632, -4340.75, 130.592, 2.72545, 0, 0, 0, 100, 0),\n(774800, 37, -108.353, -4305.35, 129.603, 2.00681, 0, 0, 0, 100, 0),\n(774800, 38, -121.583, -4282, 121.64, 2.08456, 0, 0, 0, 100, 0),\n(774800, 39, -100.578, -4263.8, 120.193, 0.737603, 0, 0, 0, 100, 0),\n(774800, 40, -73.6297, -4257.04, 120.254, 0.238875, 0, 0, 0, 100, 0),\n(774800, 41, -35.7623, -4248.27, 118.93, 0.359041, 0, 0, 0, 100, 0),\n(774800, 42, 5.70428, -4236.78, 117.241, 0.39674, 0, 0, 0, 100, 0),\n(774800, 43, 24.2909, -4240.63, 117.688, 6.03668, 0, 0, 0, 100, 0),\n(774800, 44, 40.6797, -4257.42, 118.51, 5.80106, 0, 0, 0, 100, 0),\n(774800, 45, 42.9907, -4278.39, 122.562, 4.67323, 0, 0, 0, 100, 0);\n\n\n-- Troll Necklace Bounty quest should be for Alliance only\nUPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` = 2880;\n\n-- Shadra incorrect display scale and missing smart AI\nUPDATE `creature_template_model` SET `DisplayScale` = 5  WHERE `CreatureID` = 2707;\n"
  },
  {
    "path": "data/sql/world/base/zone_ironforge.sql",
    "content": "UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 1246;  -- Vosur Brakthel <Journeyman Alchemist>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 1466;  -- Gretta Finespindle <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 1703;  -- Uthrar Threx <Journeyman Tailor>\nUPDATE `creature_template` SET `subname` = 'Expert Blacksmith'        WHERE `entry` = 10276; -- Rotgath Stonebeard <Expert Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith'    WHERE `entry` = 10277; -- Groum Stonebeard <Journeyman Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer'      WHERE `entry` = 11028; -- Jemma Quikswitch <Journeyman Engineer>\nUPDATE `creature_template` SET `subname` = 'Expert Engineer'          WHERE `entry` = 11029; -- Trixie Quikswitch <Expert Engineer>\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` = 11065; -- Thonys Pillarstone <Journeyman Enchanter>\n\nUPDATE `creature_template` SET `npcflag` = 81 WHERE `entry` IN (1246, 1466, 1703, 10276, 10277, 11028, 11029, 11065); -- `trainer_type` = 2\nUPDATE `creature_template` SET `type_flags` = 134217728 WHERE `entry` IN (5157, 10276, 11029);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (593, 2761, 4123, 4147, 4150, 4160, 4205, 4345);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES\n(15, 593,  0, 7, 164, 125, 'Show menu if blacksmithing is 125 or higher'), -- Bengus Deepforge <Artisan Blacksmith>\n(15, 2761, 0, 7, 164, 50,  'Show menu if blacksmithing is 50 or higher'),  -- Rotgath Stonebeard <Expert Blacksmith>\n(15, 4123, 0, 7, 171, 50,  'Show menu if alchemy is 50 or higher'),        -- Tally Berryfizz <Expert Alchemist>\n(15, 4147, 0, 7, 202, 50,  'Show menu if engineering is 50 or higher'),    -- Trixie Quikswitch <Expert Engineer>\n(15, 4150, 0, 7, 202, 125, 'Show menu if engineering is 125 or higher'),   -- Springspindle Fizzlegear <Artisan Engineer>\n(15, 4160, 0, 7, 333, 50,  'Show menu if enchanting is 50 or higher'),     -- Gimble Thistlefuzz <Expert Enchanter>\n(15, 4205, 0, 7, 165, 50,  'Show menu if leatherworking is 50 or higher'), -- Fimble Finespindle <Expert Leatherworker>\n(15, 4345, 0, 7, 197, 50,  'Show menu if tailoring is 50 or higher');      -- Jormund Stonebrow <Expert Tailor>\n\n-- battlemasters\nDELETE FROM `creature` WHERE `id1` IN (857, 5113, 5115, 6114, 12197, 14982, 19915, 34991, 35007, 35025, 35600) OR `guid` = 86263;\nINSERT INTO `creature` (`guid`, `id1`, `map`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`, `curmana`) VALUES \n(600857, 857,   0, 1, -5039.19, -1266.88, 510.326, 3.92579,  120, 1, 0), -- Donal Osgood <Arathi Basin Battlemaster>\n(2019,   5113,  0, 1, -5047.54, -1269.69, 510.408, 6.24828,  540, 1, 0), -- Kelv Sternhammer <Warrior Trainer>\n(2020,   5115,  0, 1, -5043.84, -1274.68, 510.324, 1.33007,  490, 1, 0), -- Daera Brightspear <Hunter Trainer>\n(2018,   6114,  0, 1, -5046.48, -1273,    510.324, 0.693899, 430, 1, 0), -- Muren Stormpike\n(612197, 12197, 0, 1, -5046.1,  -1266.04, 510.325, 5.48483,  120, 1, 0), -- Glordrum Steelbeard <Alterac Valley Battlemaster>\n(614982, 14982, 0, 1, -5039.09, -1272.92, 510.324, 2.46114,  120, 1, 0), -- Lylandris <Warsong Gulch Battlemaster>\n(86263,  15351, 0, 0, -5042.4,  -1265.32, 510.325, 4.62873,  300, 1, 0), -- Alliance Brigadier General\n(81,     19915, 0, 0, -5045.42, -1276.81, 510.325, 1.43228,  300, 1, 0), -- Max Xim <Arena Battlemaster>\n(88250,  34991, 0, 1, -5038.09, -1269.94, 510.325, 3.16003,  120, 1, 0), -- Borim Goldhammer <Battlemaster>\n(88249,  35007, 0, 1, -5040.18, -1263.17, 510.325, 4.46067,  120, 1, 1), -- Lixa Felflinger <Battlemaster>\n(208055, 35025, 0, 1, -5036.95, -1264.96, 510.325, 3.85973,  120, 1, 0), -- Lynette Bracer <Isle of Conquest Battlemaster>\n(88248,  35600, 0, 1, -5035.64, -1267.93, 510.324, 3.29044,  300, 1, 1); -- Arcanist Laniria <Wintergrasp Battle-Mage>\n"
  },
  {
    "path": "data/sql/world/base/zone_isle_of_queldanas.sql",
    "content": "-- https://www.wowhead.com/tbc/guide/isle-of-queldanas-overview-burning-crusade-classic#quests-and-phases\n\n-- disable the Isle of Quel'Danas event added by AC\nDELETE FROM `game_event_creature`       WHERE `eventEntry` BETWEEN 101 AND 115;\nDELETE FROM `game_event_creature_quest` WHERE `eventEntry` BETWEEN 101 AND 115;\nDELETE FROM `game_event_gameobject`     WHERE `eventEntry` BETWEEN 101 AND 115;\nDELETE FROM `game_event_npc_vendor`     WHERE `eventEntry` BETWEEN 101 AND 115;\nDELETE FROM `game_event_creature`       WHERE `eventEntry` IN (-102, -103, -107, -110);\nDELETE FROM `game_event_gameobject`     WHERE `eventEntry` IN (-107);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (93966, 93967, 5300476, @WPID+26);\nDELETE FROM `waypoint_data`  WHERE `id`   IN (939660, 969670, @WPID+260);\n\n-- archers should have bow equiped\nUPDATE `creature_addon` SET `bytes2` = 2 WHERE `guid` IN\n(53981, 53982, 54004, 54023, 54028, 54029, 54030, 54031, 54032, 54034, 54038, 54092, 54113, 54114, 54143, 54165, 54176, 54177, 54178, 54181, 54182, 54183, 54184, 54185, 56315, \n65680, 65681, 65682, 65683, 65684, 65685, 65686, 65687, 65688, 65689, 65690, 65691, 65692, 65693, 65694, 65695, 65696, 65697, 65698, 65699, 65700, 65701, 65702, \n94407, 94408, 94409, 94410, 94411, 94412, 94413, 94414, 94415, 94416, 94417, 94418, 94419, 94420, 94422, 94423, 94424, 94425, 94426, 94427, 94428, 94429, 94430, 94431);\n\n-- face Drill Sergeant Bahduum towards troops\nUPDATE `creature` SET `orientation` = 3.74933 WHERE `guid` = 93949;\n\nDELETE FROM `creature_queststarter` WHERE `id` IN (24932, 24965, 24967, 24975, 25034, 25046, 25057, 25061, 25069, 25088, 25108, 25112, 25133, 25163);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES \n(24932, 11513), -- Intercepting the Mana Cells\n(24932, 11514), -- Maintaining the Sunwell Portal (repeatable)\n(24965, 11524), -- Erratic Behavior\n(24965, 11525), -- Further Conversions (repeatable)\n(24967, 11496), -- The Sanctum Wards\n(24967, 11523), -- Arm the Wards! (repeatable)\n(24967, 11526), -- The Missing Magistrix\n(24975, 11520), -- Discovering Your Roots\n(24975, 11521), -- Rediscovering Your Roots (repeatable)\n(24975, 11546), -- Open for Business (repeatable) (after construction of alchemy lab)\n(25034, 11517), -- Report to Nasuun\n-- (25034, 11534), -- Report to Nasuun\n(25046, 11535), -- Making Ready\n(25046, 11536), -- Don't Stop Now.... (repeatable)\n(25046, 11544), -- Ata'mal Armaments\n(25057, 11532), -- Distraction at the Dead Scar\n(25057, 11533), -- The Air Strikes Must Continue (repeatable)\n(25061, 11537), -- The Battle Must Go On (repeatable)\n(25061, 11538), -- The Battle for the Sun's Reach Armory\n(25069, 11539), -- Taking the Harbor\n(25069, 11540), -- Crush the Dawnblade (repeatable)\n(25088, 11541), -- Disrupt the Greengill Coast (repeatable) (Upon beginning construction of the alchemy lab)\n(25108, 11542), -- Intercept the Reinforcements\n(25108, 11543), -- Keeping the Enemy at Bay (repeatable)\n(25112, 11545), -- A Charitable Donation\n(25112, 11548), -- Your Continued Support (repeatable)\n(25133, 11547), -- Know Your Ley Lines (repeatable) (Upon completion of the Sunwell Portal)\n(25163, 11549); -- A Magnanimous Benefactor\n\nDELETE FROM `creature_questender` WHERE `id` IN (24932, 24965, 24967, 24975, 25034, 25046, 25057, 25061, 25069, 25088, 25108, 25112, 25133, 25163);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES \n(24932, 11513), -- Intercepting the Mana Cells\n(24932, 11514), -- Maintaining the Sunwell Portal (repeatable)\n(24932, 11517), -- Report to Nasuun\n-- (24932, 11534), -- Report to Nasuun\n(24965, 11524), -- Erratic Behavior\n(24965, 11525), -- Further Conversions (repeatable)\n(24967, 11496), -- The Sanctum Wards\n(24967, 11523), -- Arm the Wards! (repeatable)\n(24975, 11520), -- Discovering Your Roots\n(24975, 11521), -- Rediscovering Your Roots (repeatable)\n(24975, 11546), -- Open for Business\n(25046, 11535), -- Making Ready\n(25046, 11536), -- Don't Stop Now.... (repeatable)\n(25046, 11544), -- Ata'mal Armaments\n(25057, 11532), -- Distraction at the Dead Scar\n(25057, 11533), -- The Air Strikes Must Continue (repeatable)\n(25061, 11537), -- The Battle Must Go On (repeatable)\n(25061, 11538), -- The Battle for the Sun's Reach Armory\n(25069, 11539), -- Taking the Harbor\n(25069, 11540), -- Crush the Dawnblade (repeatable)\n(25088, 11541), -- Disrupt the Greengill Coast\n(25108, 11542), -- Intercept the Reinforcements\n(25108, 11543), -- Keeping the Enemy at Bay (repeatable)\n(25112, 11545), -- A Charitable Donation\n(25112, 11548), -- Your Continued Support (repeatable)\n(25133, 11547), -- Know Your Ley Lines (repeatable)\n(25163, 11549); -- A Magnanimous Benefactor\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 34 WHERE `ID` IN (11496);\nUPDATE `quest_template_addon` SET `SpecialFlags` = 32 WHERE `ID` IN (11542);\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0  WHERE `ID` IN (11513, 11524, 11520, 11535, 11544, 11532, 11538, 11539, 11545);\n\nUPDATE `quest_template` SET `Flags` = 138 WHERE `ID` IN (11496);\nUPDATE `quest_template` SET `Flags` = 136 WHERE `ID` IN (11513, 11520, 11535, 11539, 11544, 11545);\nUPDATE `quest_template` SET `Flags` = 128 WHERE `ID` IN (11524, 11532, 11538, 11542);\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11513 WHERE `ID` = 11514;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11524 WHERE `ID` = 11525;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11496 WHERE `ID` = 11523;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11520 WHERE `ID` = 11521;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11521 WHERE `ID` = 11546;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11535 WHERE `ID` = 11536;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11535 WHERE `ID` = 11544;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11544 WHERE `ID` = 11536;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11532 WHERE `ID` = 11533;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11538 WHERE `ID` = 11537;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11539 WHERE `ID` = 11540;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11542 WHERE `ID` = 11543;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11520 WHERE `ID` = 11541;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11545 WHERE `ID` = 11548;\nUPDATE `quest_template_addon` SET `PrevQuestID` = 11513 WHERE `ID` = 11547;\n\nDELETE FROM `npc_vendor` WHERE `entry` IN (24975, 25046, 25950);\nINSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES\n--\n(24975, 0, 3371, 0, 0, 0),\n(24975, 0, 3372, 0, 0, 0),\n(24975, 0, 8925, 0, 0, 0),\n(24975, 0, 13467, 3, 9000, 0),\n(24975, 0, 18256, 0, 0, 0),\n(24975, 0, 22785, 3, 9000, 0),\n(24975, 0, 22786, 3, 9000, 0),\n(24975, 0, 22791, 3, 9000, 0),\n(24975, 0, 22793, 1, 9000, 0),\n(24975, 0, 40411, 0, 0, 0),\n--\n(25046, 0, 34887, 0, 0, 2059),\n(25046, 0, 34888, 0, 0, 2059),\n(25046, 0, 34889, 0, 0, 2059),\n(25046, 0, 34890, 0, 0, 2059),\n(25046, 0, 34891, 0, 0, 2329),\n(25046, 0, 34892, 0, 0, 2329),\n(25046, 0, 34893, 0, 0, 2331),\n(25046, 0, 34894, 0, 0, 2331),\n(25046, 0, 34895, 0, 0, 2329),\n(25046, 0, 34896, 0, 0, 2329),\n(25046, 0, 34898, 0, 0, 2329),\n(25046, 0, 34900, 0, 0, 2333),\n(25046, 0, 34901, 0, 0, 2333),\n(25046, 0, 34902, 0, 0, 2049),\n(25046, 0, 34903, 0, 0, 2333),\n(25046, 0, 34904, 0, 0, 2049),\n(25046, 0, 34905, 0, 0, 2333),\n(25046, 0, 34906, 0, 0, 2333),\n(25046, 0, 34910, 0, 0, 2333),\n(25046, 0, 34911, 0, 0, 2049),\n(25046, 0, 34912, 0, 0, 2333),\n(25046, 0, 34914, 0, 0, 2333),\n(25046, 0, 34916, 0, 0, 2049),\n(25046, 0, 34917, 0, 0, 2333),\n(25046, 0, 34918, 0, 0, 2333),\n(25046, 0, 34919, 0, 0, 2049),\n(25046, 0, 34921, 0, 0, 2333),\n(25046, 0, 34922, 0, 0, 2333),\n(25046, 0, 34923, 0, 0, 2049),\n(25046, 0, 34924, 0, 0, 2333),\n(25046, 0, 34925, 0, 0, 2333),\n(25046, 0, 34926, 0, 0, 2049),\n(25046, 0, 34927, 0, 0, 2333),\n(25046, 0, 34928, 0, 0, 2333),\n(25046, 0, 34929, 0, 0, 2049),\n(25046, 0, 34930, 0, 0, 2333),\n(25046, 0, 34931, 0, 0, 2333),\n(25046, 0, 34932, 0, 0, 2049),\n(25046, 0, 34933, 0, 0, 2333),\n(25046, 0, 34934, 0, 0, 2333),\n(25046, 0, 34935, 0, 0, 2049),\n(25046, 0, 34936, 0, 0, 2333),\n(25046, 0, 34937, 0, 0, 2333),\n(25046, 0, 34938, 0, 0, 2049),\n(25046, 0, 34939, 0, 0, 2333),\n(25046, 0, 34940, 0, 0, 2333),\n(25046, 0, 34941, 0, 0, 2049),\n(25046, 0, 34942, 0, 0, 2333),\n(25046, 0, 34943, 0, 0, 2333),\n(25046, 0, 34944, 0, 0, 2049),\n(25046, 0, 34945, 0, 0, 2333),\n(25046, 0, 34946, 0, 0, 2333),\n(25046, 0, 34947, 0, 0, 2049),\n(25046, 0, 34949, 0, 0, 2332),\n(25046, 0, 34950, 0, 0, 2332),\n(25046, 0, 34951, 0, 0, 2332),\n(25046, 0, 34952, 0, 0, 2332),\n--\n(25950, 0, 32227, 0, 0, 1642),\n(25950, 0, 32228, 0, 0, 1642),\n(25950, 0, 32229, 0, 0, 1642),\n(25950, 0, 32230, 0, 0, 1642),\n(25950, 0, 32231, 0, 0, 1642),\n(25950, 0, 32249, 0, 0, 1642),\n(25950, 0, 35238, 0, 0, 0),\n(25950, 0, 35239, 0, 0, 0),\n(25950, 0, 35240, 0, 0, 0),\n(25950, 0, 35241, 0, 0, 0),\n(25950, 0, 35242, 0, 0, 0),\n(25950, 0, 35243, 0, 0, 0),\n(25950, 0, 35244, 0, 0, 0),\n(25950, 0, 35245, 0, 0, 0),\n(25950, 0, 35246, 0, 0, 0),\n(25950, 0, 35247, 0, 0, 0),\n(25950, 0, 35248, 0, 0, 0),\n(25950, 0, 35249, 0, 0, 0),\n(25950, 0, 35250, 0, 0, 0),\n(25950, 0, 35251, 0, 0, 0),\n(25950, 0, 35252, 0, 0, 0),\n(25950, 0, 35253, 0, 0, 0),\n(25950, 0, 35254, 0, 0, 0),\n(25950, 0, 35255, 0, 0, 0),\n(25950, 0, 35256, 0, 0, 0),\n(25950, 0, 35257, 0, 0, 0),\n(25950, 0, 35258, 0, 0, 0),\n(25950, 0, 35259, 0, 0, 0),\n(25950, 0, 35260, 0, 0, 0),\n(25950, 0, 35261, 0, 0, 0),\n(25950, 0, 35262, 0, 0, 0),\n(25950, 0, 35263, 0, 0, 0),\n(25950, 0, 35264, 0, 0, 0),\n(25950, 0, 35265, 0, 0, 0),\n(25950, 0, 35266, 0, 0, 0),\n(25950, 0, 35267, 0, 0, 0),\n(25950, 0, 35268, 0, 0, 0),\n(25950, 0, 35269, 0, 0, 0),\n(25950, 0, 35270, 0, 0, 0),\n(25950, 0, 35271, 0, 0, 0),\n(25950, 0, 35322, 0, 0, 0),\n(25950, 0, 35323, 0, 0, 0),\n(25950, 0, 35325, 0, 0, 0),\n(25950, 0, 35766, 0, 0, 0),\n(25950, 0, 35767, 0, 0, 0),\n(25950, 0, 35768, 0, 0, 0),\n(25950, 0, 35769, 0, 0, 0),\n(25950, 0, 37504, 0, 0, 0);\n\n\nSET @CGUID  := 673000;\nSET @WPID   := 6730000;\n\nSET @IPPPHASE_III := 262144;\nSET @IPPPHASE_V   := 1048576;\n\nDELETE FROM `creature` WHERE `id1` IN (25001, 25002, 25003);\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+2 AND @CGUID+5;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+1,  25003, 0, 0, 530, 0, 0, 1, 1, 1, 12583.2998, -6916.2798, 4.6855, 6.2606, 300, 0, 1, 7084, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- Emissary of Hate\n--\n(@CGUID+2,  25115, 0, 0, 530, 0, 0, 1, 1, 1, 12803.5000, -6910.7900, 41.1986, 1.62, 45, 0, 1, 7084, 0, 2, 0, 0, 0, '', NULL, 0, NULL),   -- Shattered Sun Warrior\n(@CGUID+3,  25115, 0, 0, 530, 0, 0, 1, 1, 1, 12804.7998, -6908.0898, 41.1986, 1.82, 50, 0, 1, 7084, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+4,  25115, 0, 0, 530, 0, 0, 1, 1, 1, 12805.7002, -6907.1201, 41.1986, 2.20, 45, 0, 1, 7084, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+5,  25115, 0, 0, 530, 0, 0, 1, 1, 1, 12805.7998, -6911.7300, 41.2819, 2.19, 50, 0, 1, 7084, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+11, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12488.7002, -6887.3398, 16.4079, 1.255, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- Abyssal Flamewalker\n(@CGUID+12, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12519.5000, -6911.1299, 16.7992, 5.978, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+13, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12579.0996, -6974.5400, 15.9850, 3.398, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+14, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12683.0996, -7043.1602, 19.7468, 4.362, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+15, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12636.7998, -7073.2402, 16.4142, 1.162, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+16, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12692.0000, -7107.3999, 19.4216, 6.032, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+17, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12663.7002, -7082.5098, 19.4874, 4.049, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+18, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12641.0000, -7043.3901, 19.3265, 0.182, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+19, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12657.0000, -6979.9102, 14.6574, 4.108, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+20, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12703.9004, -6920.8301, 13.7406, 0.871, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+21, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12696.0000, -7010.1401, 21.2508, 1.211, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+22, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12606.0996, -6987.6499, 17.0318, 5.598, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+23, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12636.7002, -7014.6802, 20.3199, 2.344, 300, 0, 0, 7181, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+24, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12565.7998, -6827.3701, 16.3403, 4.864, 300, 0, 1, 7181, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+25, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12590.0996, -6857.1499, 4.81390, 4.638, 300, 0, 1, 7181, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+26, 25001, 0, 0, 530, 0, 0, 1, 1, 0, 12728.2002, -6945.3799, 14.3328, 1.624, 300, 0, 1, 7181, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n\n(@CGUID+31, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12588.4004, -6923.1099, 4.6006, 0.3888, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL), -- Unleashed Hellion\n(@CGUID+32, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12588.5996, -6910.2202, 4.6023, 5.6902, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+33, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12572.2998, -6915.2300, 4.6023, 6.1929, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+34, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12702.0000, -6950.8101, 15.646, 0.6632, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+35, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12696.2002, -6942.9800, 15.642, 0.5236, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+36, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12701.0996, -6983.3101, 25.601, 6.1173, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+37, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12683.2002, -6957.7202, 36.253, 3.7768, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+38, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12673.0996, -6943.6899, 36.339, 5.4629, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+39, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12704.0000, -6972.1802, 36.231, 0.3529, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+40, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12689.7998, -6983.5601, 15.571, 5.2478, 300, 3, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+41, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12657.7002, -7019.8999, 21.819, 2.5726, 300, 3, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+42, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12587.0996, -6946.1099, 4.6400, 1.5590, 300, 3, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+43, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12616.7998, -6947.3101, 4.6006, 1.5590, 300, 3, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+44, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12612.9004, -7022.4199, 18.695, 1.2354, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+45, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12674.9004, -7100.2500, 18.686, 1.3909, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+46, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12652.2998, -7074.3901, 18.134, 5.4522, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+47, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12601.7002, -6888.8901, 4.6026, 0.7492, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+48, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12638.7998, -6858.7598, 4.7259, 0.7492, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+49, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12663.4004, -6881.7900, 4.7259, 3.3568, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+50, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12563.5000, -6830.9702, 16.428, 3.3568, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+51, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12616.2002, -6820.6802, 14.008, 1.1206, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+52, 25002, 0, 0, 530, 0, 0, 1, 1, 1, 12539.5000, -6943.2500, 16.586, 4.6426, 300, 5, 0, 5589, 3155, 1, 0, 0, 0, '', NULL, 0, NULL);\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `guid` IN (@CGUID+2, @CGUID+3, @CGUID+4, @CGUID+5);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_V   WHERE `guid` IN (@CGUID+14, @CGUID+15, @CGUID+16, @CGUID+17, @CGUID+18, @CGUID+19, @CGUID+20, @CGUID+21, @CGUID+22, @CGUID+23, @CGUID+26);\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_V   WHERE `guid` IN (@CGUID+34, @CGUID+35, @CGUID+36, @CGUID+37, @CGUID+38, @CGUID+39, @CGUID+40, @CGUID+41, @CGUID+44, @CGUID+45, @CGUID+46);\n\nUPDATE `creature_template` SET `CreatureImmunitiesId` = 0 WHERE `entry` = 25001; -- can't be immune to fire, else Abyssal Transformation won't work\n\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+1, @CGUID+2, @CGUID+3, @CGUID+4, @CGUID+5, @CGUID+24, @CGUID+25, @CGUID+26);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(@CGUID+1,  @WPID+10,  0, 0, 1, 0, 0, NULL),\n(@CGUID+2,  @WPID+20,  0, 0, 1, 0, 0, NULL),\n(@CGUID+3,  @WPID+20,  0, 0, 1, 0, 0, NULL),\n(@CGUID+4,  @WPID+40,  0, 0, 1, 0, 0, NULL),\n(@CGUID+5,  @WPID+40,  0, 0, 1, 0, 0, NULL),\n(@CGUID+24, @WPID+240, 0, 0, 0, 0, 0, NULL),\n(@CGUID+25, @WPID+250, 0, 0, 0, 0, 0, NULL),\n(@CGUID+26, @WPID+260, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+10, @WPID+20, @WPID+40, @WPID+240, @WPID+250, @WPID+260);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+10, 1, 12612.6, -6916.94, 4.72594, NULL, 0, 0, 0, 100, 0),\n(@WPID+10, 2, 12639.3, -6917.03, 4.72594, NULL, 8000, 0, 0, 100, 0),\n(@WPID+10, 3, 12612.6, -6916.94, 4.72594, NULL, 0, 0, 0, 100, 0),\n(@WPID+10, 4, 12589.8, -6916, 4.72634, 6.26056, 10000, 0, 0, 100, 0),\n--\n(@WPID+20, 1,  12801.3, -6901.13, 40.2997, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 2,  12808.4, -6886.84, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 3,  12803.4, -6871.79, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 4,  12790.4, -6864.35, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 5,  12774.3, -6867.68, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 6,  12780.7, -6876.71, 40.3011, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 7,  12776.0, -6882.20, 39.6299, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 8,  12777.7, -6892.68, 35.8354, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 9,  12787.4, -6897.39, 31.5905, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 10, 12792.6, -6893.43, 30.8971, NULL, 0, 1, 0, 100, 0),\n(@WPID+20, 11, 12790.7, -6890.53, 31.7543, NULL, 4000, 0, 0, 100, 0),\n--\n(@WPID+40, 1,  12801.3, -6901.13, 40.2997, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 2,  12808.4, -6886.84, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 3,  12803.4, -6871.79, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 4,  12790.4, -6864.35, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 5,  12774.3, -6867.68, 40.2948, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 6,  12780.7, -6876.71, 40.3011, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 7,  12787.9, -6873.48, 39.4877, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 8,  12798.2, -6880.22, 35.1038, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 9,  12798.6, -6888.07, 31.8676, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 10, 12792.6, -6893.43, 30.8971, NULL, 0, 1, 0, 100, 0),\n(@WPID+40, 11, 12790.7, -6890.53, 31.7543, NULL, 4000, 0, 0, 100, 0),\n--\n(@WPID+240, 1, 12565.8, -6827.37, 16.3403, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 2, 12584, -6834.42, 14.1357, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 3, 12591.6, -6835.22, 13.6321, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 4, 12607.5, -6830.54, 13.5435, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 5, 12616, -6826.48, 13.3063, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 6, 12625.1, -6825.82, 13.0271, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 7, 12616, -6826.48, 13.3063, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 8, 12607.5, -6830.54, 13.5435, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 9, 12591.6, -6835.22, 13.6321, NULL, 0, 0, 0, 100, 0),\n(@WPID+240, 10, 12584, -6834.42, 14.1357, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+250, 1, 12590.1, -6857.15, 4.8139, NULL, 0, 0, 0, 100, 0),\n(@WPID+250, 2, 12614.5, -6866.54, 5.22594, NULL, 0, 0, 0, 100, 0),\n(@WPID+250, 3, 12633.2, -6875.46, 5.14763, NULL, 0, 0, 0, 100, 0),\n(@WPID+250, 4, 12641.7, -6889.07, 5.10094, NULL, 0, 0, 0, 100, 0),\n(@WPID+250, 5, 12633.2, -6875.46, 5.14763, NULL, 0, 0, 0, 100, 0),\n(@WPID+250, 6, 12614.5, -6866.54, 5.22594, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+260, 1, 12728.2, -6945.38, 14.3328, NULL, 0, 0, 0, 100, 0),\n(@WPID+260, 2, 12728, -6963.33, 17.2544, NULL, 0, 0, 0, 100, 0),\n(@WPID+260, 3, 12723.1, -6977.58, 18.9559, NULL, 0, 0, 0, 100, 0),\n(@WPID+260, 4, 12728, -6963.33, 17.2544, NULL, 0, 0, 0, 100, 0);\n\n-- hide shop menu until after the player has helped the npc\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` IN (9087, 9198) AND `ConditionTypeOrReference` = 8;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(15, 9087, 0, 0, 0, 8, 0, 11535, 0, 0, 0, 0, 0, '', 'Trade Option requires quest \\'Making Ready\\' to be complete'),\n(15, 9198, 0, 0, 0, 8, 0, 11520, 0, 0, 0, 0, 0, '', 'Trade Option requires quest \\'Discovering Your Roots\\' to be complete');\n\n-- Shattered Sun Warriors coming out of the portal AFTER phase 2\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-673002, -673003, -673004, -673005);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-673002, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shattered Sun Warrior - On spawn - Cast Ethereal Teleport'),\n(-673002, 0, 1, 2, 108, 0, 100, 0, 11, 6730020, 0, 0, 0, 0, 5, 432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Shattered Sun Warrior - On Waypoint Reached - Emote Use'),\n(-673002, 0, 2, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shattered Sun Warrior - On Waypoint Reached - Despawn'),\n(-673002, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511510, 2511513, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673002, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511520, 2511523, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673002, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511530, 2511533, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673002, 0, 6, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511540, 2511543, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673003, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shattered Sun Warrior - On spawn - Cast Ethereal Teleport'),\n(-673003, 0, 1, 2, 108, 0, 100, 0, 11, 6730020, 0, 0, 0, 0, 5, 432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Shattered Sun Warrior - On Waypoint Reached - Emote Use'),\n(-673003, 0, 2, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shattered Sun Warrior - On Waypoint Reached - Despawn'),\n(-673003, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511510, 2511513, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673003, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511520, 2511523, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673003, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511530, 2511533, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673003, 0, 6, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511540, 2511543, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673004, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shattered Sun Warrior - On spawn - Cast Ethereal Teleport'),\n(-673004, 0, 1, 2, 108, 0, 100, 0, 11, 6730040, 0, 0, 0, 0, 5, 432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Shattered Sun Warrior - On Waypoint Reached - Emote Use'),\n(-673004, 0, 2, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shattered Sun Warrior - On Waypoint Reached - Despawn'),\n(-673004, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511510, 2511513, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673004, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511520, 2511523, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673004, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511530, 2511533, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673004, 0, 6, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511540, 2511543, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673005, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Shattered Sun Warrior - On spawn - Cast Ethereal Teleport'),\n(-673005, 0, 1, 2, 108, 0, 100, 0, 11, 6730040, 0, 0, 0, 0, 5, 432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Shattered Sun Warrior - On Waypoint Reached - Emote Use'),\n(-673005, 0, 2, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shattered Sun Warrior - On Waypoint Reached - Despawn'),\n(-673005, 0, 3, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511510, 2511513, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673005, 0, 4, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511520, 2511523, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673005, 0, 5, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511530, 2511533, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script'),\n(-673005, 0, 6, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 88, 2511540, 2511543, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Sun Warrior - On Respawn - Run Random Script');\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (24918);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(24918, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 7000, 9000, 0, 0, 11, 14873, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Felblood Initiate - In Combat - Cast \\'Sinister Strike\\''),\n(24918, 0, 1, 0, 0, 0, 100, 0, 17000, 22000, 20000, 26000, 0, 0, 11, 29098, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Felblood Initiate - In Combat - Cast \\'Bitter Withdrawal\\''),\n(24918, 0, 2, 0, 0, 0, 100, 0, 8000, 12000, 18000, 22000, 0, 0, 11, 35871, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Felblood Initiate - In Combat - Cast \\'Spellbreaker\\''),\n(24918, 0, 3, 0, 8, 0, 100, 512, 44937, 0, 0, 0, 0, 0, 36, 24955, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Felblood Initiate - On Spellhit \\'Fel Siphon\\' - Update Template To \\'Emaciated Felblood\\''),\n(24918, 0, 4, 0, 1, 0, 25, 0, 0, 0, 30000, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Felblood Initiate - Out of Combat - Random Yell'),\n(24918, 0, 5, 0, 1, 0, 100, 0, 0, 0, 15000, 45000, 0, 0, 11, 46319, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Felblood Initiate - Out of Combat - Cast \\'Felblood Channel\\'');\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 24918;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n--\n(24918, 0, 0, 'Unparalleled power... I... crave... more!', 14, 0, 100, 0, 0, 0, 23984, 0,                                  'Felblood Initiate - Random Yell OOC'),\n(24918, 0, 1, 'Fel energy... courses through my veins!', 14, 0, 100, 0, 0, 0, 23985, 0,                                    'Felblood Initiate - Random Yell OOC'),\n(24918, 0, 2, 'Your life force is my nourishment, demon... Kil\\'jaeden\\'s gift to us!', 14, 0, 100, 0, 0, 0, 23986, 0,     'Felblood Initiate - Random Yell OOC'),\n(24918, 0, 3, 'I will soon be stronger than any elf! I will serve at Kil\\'jaeden\\'s side!', 14, 0, 100, 0, 0, 0, 23987, 0, 'Felblood Initiate - Random Yell OOC'),\n(24918, 0, 4, 'More... more... MORE!!!', 14, 0, 100, 0, 0, 0, 23988, 0,                                                    'Felblood Initiate - Random Yell OOC');\n\n\nSET @CGUID    := 673000;\nSET @WPID     := 6730000;\n\n-- remove entries added by AC\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN 97023 AND 97035; \nDELETE FROM `creature_addon` WHERE `guid` BETWEEN 97073 AND 97081;\n\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+171 AND @CGUID+175;\nDELETE FROM `creature` WHERE `id1` IN (22323, 24918, 24919);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+101, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 779.805, 2025.520, 272.724, 2.082, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+102, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 863.790, 2294.040, 292.912, 1.828, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+103, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 904.055, 2231.690, 303.629, 0.124, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+104, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 830.298, 2454.670, 287.690, 5.012, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+105, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 790.112, 2415.900, 281.392, 1.833, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+106, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 805.013, 2171.160, 272.545, 1.558, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+107, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 806.654, 2471.270, 290.114, 2.165, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+108, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 773.122, 2262.280, 282.028, 3.225, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+109, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 863.034, 2247.810, 294.686, 4.134, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+110, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 777.397, 2066.100, 272.829, 4.333, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+111, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 872.981, 2069.240, 272.227, 4.333, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+112, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 690.316, 2578.270, 276.819, 0.934, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+113, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 729.454, 2557.940, 279.810, 2.848, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+114, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 746.634, 2513.040, 275.735, 4.682, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+115, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 796.947, 2534.290, 295.917, 1.745, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+116, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 812.533, 2553.200, 293.690, 4.747, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+117, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 867.163, 2569.330, 297.990, 4.932, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+118, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 838.632, 2395.830, 281.504, 0.712, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+119, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 712.439, 2512.700, 277.577, 0.037, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+120, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 803.282, 2371.620, 281.493, 1.636, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+121, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 835.823, 2222.470, 288.053, 5.265, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+122, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 779.815, 2137.840, 272.479, 6.134, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+123, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 876.590, 2168.810, 279.876, 5.333, 300, 5, 0, 6986, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+124, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 810.844, 2123.510, 271.518, 0.704, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+125, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 824.170, 2092.210, 271.471, 1.727, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+126, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 852.978, 2114.790, 270.125, 0.221, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+127, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 679.607, 2408.130, 275.515, 4.466, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+128, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 726.174, 2408.900, 276.176, 1.969, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+129, 22323, 0, 0, 530, 0, 0, 1, 1, 0, 703.972, 2375.870, 275.048, 4.067, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+131, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 794.351, 2254.55, 281.445, 0.89, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+132, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 793.700, 2282.82, 281.453, 5.34, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+133, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 823.586, 2249.68, 281.454, 2.08, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+134, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 824.137, 2288.24, 281.473, 3.94, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+135, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 693.193, 2335.10, 275.039, 2.01, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+136, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 666.762, 2345.96, 273.911, 0.77, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+137, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 704.268, 2359.31, 275.142, 3.61, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+138, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 673.716, 2368.90, 275.142, 5.27, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+139, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 695.219, 2432.90, 275.164, 2.43, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+140, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 693.390, 2462.06, 275.185, 4.03, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+141, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 664.950, 2458.71, 275.782, 5.74, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+142, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 719.354, 2455.54, 275.142, 5.67, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+143, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 662.616, 2432.37, 275.796, 0.72, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+144, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 751.091, 2429.36, 275.142, 2.43, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+145, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 723.793, 2365.64, 274.944, 5.86, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+146, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 752.155, 2343.45, 275.142, 2.60, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+147, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 729.496, 2338.85, 275.142, 0.80, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+148, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 747.793, 2368.04, 275.142, 3.91, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+149, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 749.579, 2456.75, 275.142, 3.79, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+150, 24918, 0, 0, 530, 0, 0, 1, 1, 1, 716.441, 2429.55, 275.164, 0.82, 300, 0, 0, 16767, 9465, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+151, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 849.512, 2225.13, 289.466, 3.09, 300, 0, 0, 5409, 3080, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+152, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 841.577, 2313.24, 289.348, 3.00, 300, 0, 0, 5409, 3080, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+153, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 883.136, 2289.25, 298.047, 3.28, 300, 0, 0, 5409, 3080, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+154, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 882.204, 2252.73, 299.886, 3.19, 300, 0, 0, 5409, 3080, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+155, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 823.215, 2487.33, 293.143, 3.60, 300, 0, 0, 5409, 3080, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+156, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 807.472, 2513.33, 294.945, 3.75, 300, 0, 0, 5409, 3080, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+157, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 837.602, 2162.71, 278.099, 0.74, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+158, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 849.918, 2410.45, 281.415, 0.71, 300, 0, 1, 5409, 3080, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+159, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 789.620, 2469.27, 289.315, 3.03, 300, 0, 1, 5409, 3080, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+160, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 819.469, 2269.54, 279.311, 3.71, 300, 0, 1, 5409, 3080, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+161, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 712.838, 2563.02, 279.908, 1.07, 300, 0, 1, 5409, 3080, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+162, 24919, 0, 0, 530, 0, 0, 1, 1, 1, 796.451, 2239.10, 281.465, 1.07, 300, 0, 1, 5409, 3080, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+171, 25953, 0, 0, 530, 0, 0, 1, 1, 0, 735.538, 2444.05, 288.98, 3.85718, 360, 0, 0, 29, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+172, 25953, 0, 0, 530, 0, 0, 1, 1, 0, 687.177, 2352.59, 287.359, 3.56047, 360, 0, 0, 29, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+173, 25953, 0, 0, 530, 0, 0, 1, 1, 0, 805.793, 2270.14, 288.513, 5.35816, 360, 0, 0, 29, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+174, 25953, 0, 0, 530, 0, 0, 1, 1, 0, 682.854, 2448.49, 286.943, 4.38078, 360, 0, 0, 29, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+175, 25953, 0, 0, 530, 0, 0, 1, 1, 0, 739.496, 2355.65, 288.63, 4.06662, 360, 0, 0, 29, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+124 AND @CGUID+129;\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+158 AND @CGUID+162;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(@CGUID+124, @WPID+1240, 0, 0, 0, 0, 0, NULL),\n(@CGUID+125, @WPID+1250, 0, 0, 0, 0, 0, NULL),\n(@CGUID+126, @WPID+1260, 0, 0, 0, 0, 0, NULL),\n(@CGUID+127, @WPID+1270, 0, 0, 0, 0, 0, NULL),\n(@CGUID+128, @WPID+1280, 0, 0, 0, 0, 0, NULL),\n(@CGUID+129, @WPID+1290, 0, 0, 0, 0, 0, NULL),\n--\n(@CGUID+158, @WPID+1580, 0, 0, 1, 0, 0, NULL),\n(@CGUID+159, @WPID+1590, 0, 0, 1, 0, 0, NULL),\n(@CGUID+160, @WPID+1600, 0, 0, 1, 0, 0, NULL),\n(@CGUID+161, @WPID+1610, 0, 0, 1, 0, 0, NULL),\n(@CGUID+162, @WPID+1620, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+1240 AND @WPID+1290;\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+1580 AND @WPID+1620;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+1240, 1, 810.844, 2123.51, 271.518, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 2, 808.251, 2120.05, 270.703, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 3, 805.314, 2116.13, 271.872, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 4, 805.567, 2108.93, 272.176, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 5, 805.939, 2105.21, 272.341, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 6, 807.775, 2101.8, 270.51, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 7, 810.516, 2097.45, 272.373, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 8, 814.883, 2094.68, 272.222, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 9, 818.081, 2093.25, 272.093, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 10, 820.707, 2092.72, 269.765, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 11, 824.17, 2092.21, 271.471, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 12, 828.241, 2092.44, 272.615, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 13, 832.714, 2093.75, 273.203, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 14, 836.777, 2095.52, 273.922, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 15, 840.756, 2097.94, 272.143, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 16, 844.796, 2100.22, 270.439, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 17, 847.4, 2102, 271.376, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 18, 849.775, 2104.4, 273.431, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 19, 852.535, 2109.63, 272.614, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 20, 853.084, 2112.12, 271.936, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 21, 852.978, 2114.79, 270.125, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 22, 852.432, 2120.48, 271.807, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 23, 850.606, 2124.14, 272.242, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 24, 847.168, 2129.69, 273.133, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 25, 844.04, 2132.09, 271.963, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 26, 839.46, 2134.1, 270.573, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 27, 835.315, 2135.67, 273.687, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 28, 831.261, 2136.05, 274.269, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 29, 826.048, 2135.51, 273.344, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 30, 822.351, 2134.96, 272.622, NULL, 0, 0, 0, 100, 0),\n(@WPID+1240, 31, 817.149, 2131.8, 272.708, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1250, 1, 824.17, 2092.21, 271.471, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 2, 828.241, 2092.44, 272.615, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 3, 832.714, 2093.75, 273.203, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 4, 836.777, 2095.52, 273.922, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 5, 840.756, 2097.94, 272.143, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 6, 844.796, 2100.22, 270.439, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 7, 847.4, 2102, 271.376, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 8, 849.775, 2104.4, 273.431, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 9, 852.535, 2109.63, 272.614, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 10, 853.084, 2112.12, 271.936, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 11, 852.978, 2114.79, 270.125, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 12, 852.432, 2120.48, 271.807, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 13, 850.606, 2124.14, 272.242, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 14, 847.168, 2129.69, 273.133, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 15, 844.04, 2132.09, 271.963, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 16, 839.46, 2134.1, 270.573, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 17, 835.315, 2135.67, 273.687, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 18, 831.261, 2136.05, 274.269, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 19, 826.048, 2135.51, 273.344, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 20, 822.351, 2134.96, 272.622, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 21, 817.149, 2131.8, 272.708, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 22, 810.844, 2123.51, 271.518, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 23, 808.251, 2120.05, 270.703, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 24, 805.314, 2116.13, 271.872, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 25, 805.567, 2108.93, 272.176, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 26, 805.939, 2105.21, 272.341, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 27, 807.775, 2101.8, 270.51, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 28, 810.516, 2097.45, 272.373, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 29, 814.883, 2094.68, 272.222, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 30, 818.081, 2093.25, 272.093, NULL, 0, 0, 0, 100, 0),\n(@WPID+1250, 31, 820.707, 2092.72, 269.765, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1260, 1, 852.978, 2114.79, 270.125, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 2, 852.432, 2120.48, 271.807, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 3, 850.606, 2124.14, 272.242, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 4, 847.168, 2129.69, 273.133, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 5, 844.04, 2132.09, 271.963, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 6, 839.46, 2134.1, 270.573, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 7, 835.315, 2135.67, 273.687, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 8, 831.261, 2136.05, 274.269, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 9, 826.048, 2135.51, 273.344, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 10, 822.351, 2134.96, 272.622, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 11, 817.149, 2131.8, 272.708, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 12, 810.844, 2123.51, 271.518, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 13, 808.251, 2120.05, 270.703, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 14, 805.314, 2116.13, 271.872, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 15, 805.567, 2108.93, 272.176, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 16, 805.939, 2105.21, 272.341, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 17, 807.775, 2101.8, 270.51, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 18, 810.516, 2097.45, 272.373, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 19, 814.883, 2094.68, 272.222, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 20, 818.081, 2093.25, 272.093, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 21, 820.707, 2092.72, 269.765, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 22, 824.17, 2092.21, 271.471, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 23, 828.241, 2092.44, 272.615, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 24, 832.714, 2093.75, 273.203, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 25, 836.777, 2095.52, 273.922, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 26, 840.756, 2097.94, 272.143, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 27, 844.796, 2100.22, 270.439, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 28, 847.4, 2102, 271.376, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 29, 849.775, 2104.4, 273.431, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 30, 852.535, 2109.63, 272.614, NULL, 0, 0, 0, 100, 0),\n(@WPID+1260, 31, 853.084, 2112.12, 271.936, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1270, 1, 679.607, 2408.13, 275.515, 4.46554, 0, 0, 0, 100, 0),\n(@WPID+1270, 2, 677.541, 2400.87, 274.946, 4.85666, 0, 0, 0, 100, 0),\n(@WPID+1270, 3, 678.927, 2395.34, 275.264, 5.01217, 0, 0, 0, 100, 0),\n(@WPID+1270, 4, 679.93, 2392.23, 275.251, 5.17004, 0, 0, 0, 100, 0),\n(@WPID+1270, 5, 681.961, 2388.15, 275.372, 5.28785, 0, 0, 0, 100, 0),\n(@WPID+1270, 6, 684.97, 2383.71, 274.984, 5.56117, 0, 0, 0, 100, 0),\n(@WPID+1270, 7, 690.925, 2379.25, 274.374, 5.75909, 0, 0, 0, 100, 0),\n(@WPID+1270, 8, 694.463, 2377.45, 273.667, 5.83684, 0, 0, 0, 100, 0),\n(@WPID+1270, 9, 695.756, 2376.93, 274.388, 6.07246, 0, 0, 0, 100, 0),\n(@WPID+1270, 10, 701.245, 2375.79, 275.05, 6.23033, 0, 0, 0, 100, 0),\n(@WPID+1270, 11, 706.482, 2375.7, 275.153, 0.302925, 0, 0, 0, 100, 0),\n(@WPID+1270, 12, 711.215, 2377.33, 275.438, 0.616299, 0, 0, 0, 100, 0),\n(@WPID+1270, 13, 716.927, 2381.38, 272.248, 0.616299, 0, 0, 0, 100, 0),\n(@WPID+1270, 14, 719.359, 2383.2, 273.801, 0.851919, 0, 0, 0, 100, 0),\n(@WPID+1270, 15, 722.331, 2386.65, 275.481, 1.00978, 0, 0, 0, 100, 0),\n(@WPID+1270, 16, 724.193, 2389.62, 275.891, 1.00978, 0, 0, 0, 100, 0),\n(@WPID+1270, 17, 726.662, 2393.59, 276.493, 1.12995, 0, 0, 0, 100, 0),\n(@WPID+1270, 18, 728.872, 2399.21, 274.473, 1.32787, 0, 0, 0, 100, 0),\n(@WPID+1270, 19, 729.293, 2402.68, 274.717, 1.52579, 0, 0, 0, 100, 0),\n(@WPID+1270, 20, 728.52, 2407.61, 275.214, 1.79911, 0, 0, 0, 100, 0),\n(@WPID+1270, 21, 726.606, 2411.07, 275.995, 2.11248, 0, 0, 0, 100, 0),\n(@WPID+1270, 22, 723.957, 2415.48, 276.199, 2.11248, 0, 0, 0, 100, 0),\n(@WPID+1270, 23, 721.531, 2418.13, 274.696, 2.3858, 0, 0, 0, 100, 0),\n(@WPID+1270, 24, 718.388, 2421.09, 276.384, 2.3858, 0, 0, 0, 100, 0),\n(@WPID+1270, 25, 717.355, 2422.04, 277.072, 2.50361, 0, 0, 0, 100, 0),\n(@WPID+1270, 26, 712.82, 2425.33, 276.266, 2.70153, 0, 0, 0, 100, 0),\n(@WPID+1270, 27, 708.791, 2427.19, 275.148, 2.8594, 0, 0, 0, 100, 0),\n(@WPID+1270, 28, 704.638, 2428.37, 275.363, 2.97721, 0, 0, 0, 100, 0),\n(@WPID+1270, 29, 698.914, 2428.63, 275.059, 3.5262, 0, 0, 0, 100, 0),\n(@WPID+1270, 30, 697.251, 2427.79, 275.059, 3.84193, 0, 0, 0, 100, 0),\n(@WPID+1270, 31, 693.323, 2424.48, 274.191, 3.84193, 0, 0, 0, 100, 0),\n(@WPID+1270, 32, 688.677, 2420.57, 274.58, 3.84193, 0, 0, 0, 100, 0),\n(@WPID+1270, 33, 685.374, 2417.78, 276.457, 3.84193, 0, 0, 0, 100, 0),\n(@WPID+1270, 34, 683.098, 2414.4, 275.706, 4.1553, 0, 0, 0, 100, 0),\n(@WPID+1270, 35, 681.059, 2411.13, 275.887, 4.1553, 0, 0, 0, 100, 0),\n--\n(@WPID+1280, 1, 726.174, 2408.9, 276.176, 1.96874, 0, 0, 0, 100, 0),\n(@WPID+1280, 2, 722.791, 2414.82, 276.54, 2.18473, 0, 0, 0, 100, 0),\n(@WPID+1280, 3, 720.432, 2417.4, 274.4, 2.38029, 0, 0, 0, 100, 0),\n(@WPID+1280, 4, 715.872, 2421.74, 277.481, 2.38029, 0, 0, 0, 100, 0),\n(@WPID+1280, 5, 713.056, 2423.17, 277.026, 2.72194, 0, 0, 0, 100, 0),\n(@WPID+1280, 6, 707.616, 2425.59, 275.472, 2.72194, 0, 0, 0, 100, 0),\n(@WPID+1280, 7, 702.663, 2427.67, 275.294, 2.87745, 0, 0, 0, 100, 0),\n(@WPID+1280, 8, 696.946, 2426.02, 275.095, 3.43508, 0, 0, 0, 100, 0),\n(@WPID+1280, 9, 693.295, 2423.41, 274.499, 3.82385, 0, 0, 0, 100, 0),\n(@WPID+1280, 10, 691.084, 2421.49, 273.462, 3.85527, 0, 0, 0, 100, 0),\n(@WPID+1280, 11, 687.698, 2417.64, 275.139, 4.01313, 0, 0, 0, 100, 0),\n(@WPID+1280, 12, 683.264, 2412.37, 275.341, 4.01313, 0, 0, 0, 100, 0),\n(@WPID+1280, 13, 679.808, 2408.26, 275.505, 4.01313, 0, 0, 0, 100, 0),\n(@WPID+1280, 14, 677.572, 2403.82, 274.973, 4.40662, 0, 0, 0, 100, 0),\n(@WPID+1280, 15, 677.509, 2398.34, 275.115, 4.95561, 0, 0, 0, 100, 0),\n(@WPID+1280, 16, 679.962, 2391.42, 275.322, 5.11348, 0, 0, 0, 100, 0),\n(@WPID+1280, 17, 683.962, 2385.55, 275.132, 5.3491, 0, 0, 0, 100, 0),\n(@WPID+1280, 18, 686.043, 2382.74, 274.94, 5.3491, 0, 0, 0, 100, 0),\n(@WPID+1280, 19, 690.594, 2377.98, 274.59, 5.66168, 0, 0, 0, 100, 0),\n(@WPID+1280, 20, 693.107, 2376.78, 273.585, 5.93736, 0, 0, 0, 100, 0),\n(@WPID+1280, 21, 697.717, 2375.12, 274.877, 5.93736, 0, 0, 0, 100, 0),\n(@WPID+1280, 22, 702.069, 2374.7, 275.054, 0.047659, 0, 0, 0, 100, 0),\n(@WPID+1280, 23, 705.8, 2375.56, 275.134, 0.323334, 0, 0, 0, 100, 0),\n(@WPID+1280, 24, 710.227, 2377.05, 275.396, 0.323334, 0, 0, 0, 100, 0),\n(@WPID+1280, 25, 712.81, 2378.54, 275.593, 0.794573, 0, 0, 0, 100, 0),\n(@WPID+1280, 26, 716.733, 2382.53, 272.139, 0.794573, 0, 0, 0, 100, 0),\n(@WPID+1280, 27, 720.578, 2386.45, 274.829, 0.794573, 0, 0, 0, 100, 0),\n(@WPID+1280, 28, 722.589, 2389.16, 275.402, 0.990138, 0, 0, 0, 100, 0),\n(@WPID+1280, 29, 725.15, 2393.06, 276.432, 0.990138, 0, 0, 0, 100, 0),\n(@WPID+1280, 30, 726.718, 2396.7, 275.232, 1.22576, 0, 0, 0, 100, 0),\n(@WPID+1280, 31, 727.429, 2398.67, 274.811, 1.22576, 0, 0, 0, 100, 0),\n(@WPID+1280, 32, 727.583, 2400.88, 274.672, 1.52735, 0, 0, 0, 100, 0),\n(@WPID+1280, 33, 727.714, 2403.91, 275.075, 1.52735, 0, 0, 0, 100, 0),\n--\n(@WPID+1290, 1, 703.972, 2375.87, 275.048, 0.310768, 0, 0, 0, 100, 0),\n(@WPID+1290, 2, 711.636, 2378.34, 275.592, 0.310768, 0, 0, 0, 100, 0),\n(@WPID+1290, 3, 716.419, 2380.99, 272.341, 0.546388, 0, 0, 0, 100, 0),\n(@WPID+1290, 4, 719.999, 2384.13, 274.307, 0.784364, 0, 0, 0, 100, 0),\n(@WPID+1290, 5, 723.521, 2388.63, 275.41, 0.942229, 0, 0, 0, 100, 0),\n(@WPID+1290, 6, 726.04, 2392.29, 276.604, 0.982284, 0, 0, 0, 100, 0),\n(@WPID+1290, 7, 728.087, 2397.22, 275.028, 1.25796, 0, 0, 0, 100, 0),\n(@WPID+1290, 8, 728.682, 2401.48, 274.634, 1.49593, 0, 0, 0, 100, 0),\n(@WPID+1290, 9, 728.466, 2406.12, 275.169, 1.69386, 0, 0, 0, 100, 0),\n(@WPID+1290, 10, 727.066, 2410.55, 276.223, 1.92947, 0, 0, 0, 100, 0),\n(@WPID+1290, 11, 724.352, 2414.59, 275.907, 2.2452, 0, 0, 0, 100, 0),\n(@WPID+1290, 12, 722.525, 2416.87, 274.881, 2.2452, 0, 0, 0, 100, 0),\n(@WPID+1290, 13, 720.713, 2418.35, 274.529, 2.46669, 0, 0, 0, 100, 0),\n(@WPID+1290, 14, 716.975, 2421.34, 277.177, 2.46669, 0, 0, 0, 100, 0),\n(@WPID+1290, 15, 714.783, 2423.09, 277.773, 2.46669, 0, 0, 0, 100, 0),\n(@WPID+1290, 16, 711.318, 2425.87, 275.804, 2.46669, 0, 0, 0, 100, 0),\n(@WPID+1290, 17, 707.324, 2427.73, 275.403, 2.78006, 0, 0, 0, 100, 0),\n(@WPID+1290, 18, 703.216, 2428.48, 275.167, 3.05574, 0, 0, 0, 100, 0),\n(@WPID+1290, 19, 698.686, 2427.65, 275.135, 3.44922, 0, 0, 0, 100, 0),\n(@WPID+1290, 20, 694.942, 2425.59, 274.873, 3.76495, 0, 0, 0, 100, 0),\n(@WPID+1290, 21, 691.81, 2423.34, 273.396, 3.76495, 0, 0, 0, 100, 0),\n(@WPID+1290, 22, 689.245, 2420.97, 274.229, 3.96052, 0, 0, 0, 100, 0),\n(@WPID+1290, 23, 685.975, 2417.48, 276.107, 3.96052, 0, 0, 0, 100, 0),\n(@WPID+1290, 24, 683.66, 2413.84, 275.497, 4.19614, 0, 0, 0, 100, 0),\n(@WPID+1290, 25, 681.469, 2409.98, 276.117, 4.19614, 0, 0, 0, 100, 0),\n(@WPID+1290, 26, 679.742, 2406.94, 275.407, 4.19614, 0, 0, 0, 100, 0),\n(@WPID+1290, 27, 677.567, 2402.94, 274.87, 4.43175, 0, 0, 0, 100, 0),\n(@WPID+1290, 28, 677.36, 2396.83, 275.272, 5.02316, 0, 0, 0, 100, 0),\n(@WPID+1290, 29, 680.055, 2390.77, 275.318, 5.21872, 0, 0, 0, 100, 0),\n(@WPID+1290, 30, 682.824, 2386.59, 275.217, 5.33653, 0, 0, 0, 100, 0),\n(@WPID+1290, 31, 685.852, 2383.37, 274.938, 5.5321, 0, 0, 0, 100, 0),\n(@WPID+1290, 32, 689.336, 2380.82, 274.842, 5.68996, 0, 0, 0, 100, 0),\n(@WPID+1290, 33, 691.756, 2379.19, 274.237, 5.68996, 0, 0, 0, 100, 0),\n(@WPID+1290, 34, 693.892, 2377.75, 273.619, 5.68996, 0, 0, 0, 100, 0),\n(@WPID+1290, 35, 696.812, 2376.61, 274.761, 5.96564, 0, 0, 0, 100, 0),\n--\n(@WPID+1580, 1, 849.918, 2410.45, 281.415, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 2, 852.224, 2392.5, 281.41, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 3, 852.793, 2380.98, 279.463, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 4, 848.47, 2369.03, 281.41, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 5, 829.637, 2352.83, 281.466, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 6, 811.32, 2339.8, 281.466, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 7, 792.098, 2319.68, 281.463, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 8, 780.123, 2303.21, 281.463, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 9, 792.098, 2319.68, 281.463, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 10, 811.32, 2339.8, 281.466, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 11, 829.637, 2352.83, 281.466, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 12, 848.47, 2369.03, 281.41, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 13, 852.793, 2380.98, 279.463, NULL, 0, 0, 0, 100, 0),\n(@WPID+1580, 14, 852.224, 2392.5, 281.41, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1590, 1, 789.62, 2469.27, 289.315, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 2, 804.403, 2452.14, 289.714, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 3, 814.369, 2444.63, 289.217, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 4, 830.958, 2442.77, 290.275, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 5, 852.413, 2442.34, 290.133, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 6, 867.035, 2456.66, 286.162, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 7, 877.701, 2463.61, 289.446, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 8, 867.035, 2456.66, 286.162, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 9, 852.413, 2442.34, 290.133, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 10, 830.958, 2442.77, 290.275, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 11, 814.369, 2444.63, 289.217, NULL, 0, 0, 0, 100, 0),\n(@WPID+1590, 12, 804.403, 2452.14, 289.714, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1600, 1, 839.43, 2270.68, 280.97, NULL, 0, 0, 0, 100, 0),\n(@WPID+1600, 2, 856.441, 2270.89, 285.449, NULL, 0, 0, 0, 100, 0),\n(@WPID+1600, 3, 882.455, 2269.99, 297.41, NULL, 0, 0, 0, 100, 0),\n(@WPID+1600, 4, 819.469, 2269.54, 279.311, NULL, 0, 0, 0, 100, 0),\n(@WPID+1600, 5, 882.455, 2269.99, 297.41, NULL, 0, 0, 0, 100, 0),\n(@WPID+1600, 6, 856.441, 2270.89, 285.449, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1610, 1, 712.838, 2563.02, 279.908, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 2, 716.826, 2549.42, 281.293, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 3, 710.802, 2538.4, 281.111, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 4, 702.468, 2522.21, 276.97, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 5, 704.42, 2502.77, 277.125, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 6, 708.142, 2490.21, 278.97, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 7, 697.242, 2484.79, 281.574, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 8, 685.678, 2474.66, 280.242, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 9, 671.926, 2459.21, 275.56, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 10, 666.722, 2395.18, 275.66, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 11, 701.561, 2361.56, 275.098, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 12, 715.282, 2346.63, 275.098, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 13, 720.391, 2325.9, 275.184, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 14, 745.228, 2296.32, 281.379, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 15, 764.48, 2275.63, 281.392, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 16, 787.955, 2252.67, 281.465, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 17, 793.728, 2217.8, 281.396, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 18, 797.922, 2197.9, 276.445, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 19, 789.26, 2181.36, 272.513, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 20, 797.922, 2197.9, 276.445, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 21, 793.728, 2217.8, 281.396, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 22, 787.955, 2252.67, 281.465, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 23, 764.48, 2275.63, 281.392, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 24, 745.228, 2296.32, 281.379, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 25, 720.391, 2325.9, 275.184, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 26, 715.282, 2346.63, 275.098, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 27, 701.561, 2361.56, 275.098, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 28, 666.722, 2395.18, 275.66, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 29, 671.926, 2459.21, 275.56, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 30, 685.678, 2474.66, 280.242, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 31, 697.242, 2484.79, 281.574, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 32, 708.142, 2490.21, 278.97, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 33, 704.42, 2502.77, 277.125, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 34, 702.468, 2522.21, 276.97, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 35, 710.802, 2538.4, 281.111, NULL, 0, 0, 0, 100, 0),\n(@WPID+1610, 36, 716.826, 2549.42, 281.293, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1620, 1, 796.451, 2239.1, 281.465, NULL, 0, 0, 0, 100, 0),\n(@WPID+1620, 2, 818.185, 2214.7, 281.472, NULL, 0, 0, 0, 100, 0),\n(@WPID+1620, 3, 828.185, 2206.38, 281.572, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_loch_modan.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (1186, 1188, 1189, 1225);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN\n(1161, 1162, 1163, 1164, 1165, 1166, 1167, 1169, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1183, 1184, 1185, 1190, 1191, 1192, 1194, 1195, 1197, \n1202, 1205, 1206, 1207, 1210, 1393, 1398, 1399, 1425, 2476, 2477, 2478, 7170, 14267 );\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(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, 1194, 1195, 1197, \n1202, 1205, 1206, 1207, 1210, 1225, 1393, 1398, 1399, 1425, 2476, 2477, 2478, 7170, 14267 );\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1161, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Trogg - On Aggro - Say Line 0'),\n(1161, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Trogg - Between 0-15% Health - Flee For Assist'),\n(1162, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Scout - On Aggro - Say Line 0'),\n(1162, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Stonesplinter Scout - Outside 30 Range - Start Combat Movement'),\n(1162, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Stonesplinter Scout - Within 5-30 Range - Stop Combat Movement'),\n(1162, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Stonesplinter Scout - Within 0-5 Range - Start Combat Movement'),\n(1162, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonesplinter Scout - Within 5-30 Range - Cast Throw'),\n(1162, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Scout - Between 0-15% Health - Flee For Assist'),\n(1163, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Skullthumper - On Aggro - Say Line 0'),\n(1163, 0, 1, 0, 9, 0, 75, 0, 0, 0, 10000, 14000, 0, 5, 11, 1776, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stonesplinter Skullthumper - Within 0-5 Range - Cast Gouge'),\n(1163, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Skullthumper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1164, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Bonesnapper - On Aggro - Say Line 0'),\n(1164, 0, 1, 0, 9, 0, 80, 0, 0, 0, 12000, 20000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonesplinter Bonesnapper - Within 0-5 Range - Cast Strike'),\n(1164, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1165, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Geomancer - On Aggro - Say Line 0'),\n(1165, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 15000, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonesplinter Geomancer - In Combat - Cast Quick Flame Ward'),\n(1165, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1166, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Seer - On Aggro - Say Line 0'),\n(1166, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Stonesplinter Seer - In Combat - Cast Lightning Bolt'),\n(1166, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1167, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Digger - On Aggro - Say Line 0'),\n(1167, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 180000, 190000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Stonesplinter Digger - In Combat - Cast Defensive Stance'),\n(1167, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7386, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Stonesplinter Digger - Within 0-5 Range - Cast Sunder Armor'),\n(1167, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Digger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1169, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Dark Iron Insurgent - On Aggro - Say Line 0'),\n(1169, 0, 1, 0, 2, 0, 100, 1, 0, 80, 0, 0, 0, 0, 11, 7020, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dark Iron Insurgent - Between 0-80% Health - Cast Stoneform (No Repeat)'),\n(1169, 0, 2, 0, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 7020, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Dark Iron Insurgent - Between 0-40% Health - Cast Stoneform (No Repeat)'),\n(1169, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Iron Insurgent - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1172, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Vermin - On Aggro - Say Line 0'),\n(1172, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Vermin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1173, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Scout - On Aggro - Say Line 0'),\n(1173, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Tunnel Rat Scout - Outside 30 Range - Start Combat Movement'),\n(1173, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Tunnel Rat Scout - Within 5-30 Range - Stop Combat Movement'),\n(1173, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Tunnel Rat Scout - Within 0-5 Range - Start Combat Movement'),\n(1173, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Tunnel Rat Scout - Within 5-30 Range - Cast Shoot'),\n(1173, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1174, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Geomancer - On Aggro - Say Line 0'),\n(1174, 0, 1, 0, 0, 0, 100, 1, 500, 1500, 8800, 8800, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Tunnel Rat Geomancer - In Combat - Cast Quick Flame Ward'),\n(1174, 0, 2, 0, 0, 0, 100, 0, 1000, 1000, 61000, 62000, 0, 0, 11, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Tunnel Rat Geomancer - In Combat - Cast Fire Shield'),\n(1174, 0, 3, 0, 0, 0, 100, 0, 1000, 3000, 9000, 14000, 0, 0, 11, 2136, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Tunnel Rat Geomancer - In Combat - Cast Fire Blast'),\n(1174, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1175, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Digger - On Aggro - Say Line 0'),\n(1175, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 180000, 184000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Tunnel Rat Digger - In Combat - Cast Defensive Stance'),\n(1175, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7386, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Tunnel Rat Digger - In Combat - Cast Sunder Armor'),\n(1175, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Digger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1176, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Forager - On Aggro - Say Line 0'),\n(1176, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 49000, 60000, 0, 0, 11, 7365, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Tunnel Rat Forager - Within 0-5 Range - Cast Bottle of Poison'),\n(1176, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Forager - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1177, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Surveyor - On Aggro - Say Line 0'),\n(1177, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1178, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Mo\\'grosh Ogre - On Aggro - Say Line 0'),\n(1178, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7095, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mo\\'grosh Ogre - On Respawn - Cast Knockdown Proc'),\n(1179, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,                       'Mo\\'grosh Enforcer - In Combat - Say Line 0'),\n(1179, 0, 1, 2, 0, 0, 100, 0, 7400, 14500, 46600, 53700, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Mo\\'grosh Enforcer - In Combat - Cast Demoralizing Shout'),\n(1179, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 5, 15, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mo\\'grosh Enforcer - In Combat - Play Emote 15'),\n(1180, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Mo\\'grosh Brute - On Aggro - Say Line 0'),\n(1181, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Mo\\'grosh Shaman - On Aggro - Say Line 0'),\n(1181, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Mo\\'grosh Shaman - In Combat - Cast Lightning Bolt'),\n(1181, 0, 2, 0, 0, 0, 60, 0, 1000, 2000, 60000, 60000, 0, 0, 11, 3229, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Mo\\'grosh Shaman - In Combat - Cast Quick Bloodlust'),\n(1183, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Mo\\'grosh Mystic - On Aggro - Say Line 0'),\n(1183, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Mo\\'grosh Mystic - In Combat - Cast Lightning Bolt'),\n(1183, 0, 2, 0, 74, 0, 100, 0, 0, 0, 60000, 60000, 50, 40, 11, 547, 65, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Mo\\'grosh Mystic - Friendly Between 0-50% Health - Cast Healing Wave'),\n--\n(1184, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Cliff Lurker - On Respawn - Cast Poison Proc'),\n(1185, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Wood Lurker - On Respawn - Cast Poison Proc'),\n(1190, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mountain Boar - On Aggro - Cast Rushing Charge'),\n(1191, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mangy Mountain Boar - On Aggro - Cast Rushing Charge'),\n(1192, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Elder Mountain Boar - On Aggro - Cast Rushing Charge'),\n(1194, 0, 0, 0, 0, 0, 100, 0, 7000, 14400, 35000, 42000, 0, 0, 11, 8014, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Mountain Buzzard - In Combat - Cast Tetanus'),\n(1195, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Forest Lurker - On Respawn - Cast Poison Proc'),\n--\n(1197, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Stonesplinter Shaman - On Aggro - Say Line 0'),\n(1197, 0, 1, 0, 74, 0, 100, 0, 0, 0, 7600, 35700, 50, 40, 11, 547, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Stonesplinter Shaman - Friendly Between 0-50% Health - Cast Healing Wave'),\n(1197, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Stonesplinter Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1202, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Kobold - On Aggro - Say Line 0'),\n(1202, 0, 1, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Tunnel Rat Kobold - On Aggro - Say Line 2'),\n(1202, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Tunnel Rat Kobold - On Respawn - Cast Thrash Proc'),\n(1202, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tunnel Rat Kobold - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1205, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Grawmug - On Aggro - Say Line 0'),\n(1205, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 8000, 12000, 0, 0, 11, 3229, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Grawmug - In Combat - Cast Quick Bloodlust'),\n(1205, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Grawmug - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1206, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8800, 8800, 0, 5, 11, 3393, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Gnasher - Within 0-5 Range - Cast Consume Flesh'),\n(1206, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnasher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1207, 0, 1, 0, 9, 0, 80, 0, 0, 0, 6000, 10800, 0, 5, 11, 6253, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Brawler - Within 0-5 Range - Cast Backhand'),\n(1207, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Brawler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1210, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Chok\\'sul - On Aggro - Say Line 0'),\n(1210, 0, 1, 0, 0, 0, 100, 0, 4000, 13000, 10000, 23000, 0, 0, 11, 18072, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,  'Chok\\'sul - Within 0-10 Range - Cast Uppercut'),\n--\n(1393, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Berserk Trogg - On Aggro - Say Line 0'),\n(1393, 0, 1, 2, 2, 0, 100, 0, 0, 40, 0, 0, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Berserk Trogg - Between 0-40% Health - Cast Frenzy'),\n(1393, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Berserk Trogg - On Enrage - Say Line 1'),\n(1393, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Berserk Trogg - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1398, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Boss Galgosh - On Aggro - Say Line 0'),\n(1398, 0, 1, 2, 0, 0, 100, 0, 5600, 15500, 18400, 33800, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Boss Galgosh - In Combat - Cast Frenzy'),\n(1398, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Boss Galgosh - On Frenzy - Say Line 1'),\n(1399, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Magosh - On Aggro - Say Line 0'),\n(1399, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Magosh - In Combat - Cast Lightning Bolt'),\n(1399, 0, 2, 0, 74, 0, 100, 0, 0, 0, 25000, 30000, 50, 40, 11, 913, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Magosh - Friendly Between 0-50% Health - Cast Healing Wave'),\n(1399, 0, 3, 0, 0, 0, 100, 0, 1000, 4000, 20000, 35000, 0, 0, 11, 2606, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Magosh - In Combat - Cast Shock'),\n(1425, 0, 0, 0, 74, 0, 100, 0, 0, 0, 20100, 28100, 40, 40, 11, 6074, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Grizlak - Friendly Between 0-40% Health - Cast Renew'),\n(1425, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Grizlak - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2476, 0, 0, 0, 0, 0, 85, 0, 4100, 13900, 32200, 46200, 0, 0, 11, 3427, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Large Loch Crocolisk - Within 0-5 Range - Cast Infected Wound'),\n--\n(2477, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Gradok - On Aggro - Cast Battle Stance'),\n(2477, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gradok - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2478, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Haren Swifthoof - On Aggro - Cast Defensive Stance'),\n(2478, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Haren Swifthoof - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7170, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Thragomm - On Aggro - Cast Battle Stance'),\n(7170, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Thragomm - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(14267, 0, 0, 0, 4, 0, 80, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                        'Emogg the Crusher - On Aggro - Say Line 0');\n"
  },
  {
    "path": "data/sql/world/base/zone_mulgore.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2959, 3035, 3056, 5787);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2949, 2950, 2951, 2953, 2954, 2956, 2957, 2958, 2960, 2962, 2963, 2964, 2965, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2989, 2990, 3051, 3058, 3068, 3232, 5786, 5807);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2949, 2950, 2951, 2953, 2954, 2956, 2957, 2958, 2959, 2960, 2962, 2963, 2964, 2965, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2989, 2990, 3035, 3051, 3056, 3058, 3068, 3232, 5786, 5787, 5807);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2949, 0, 0, 0, 0, 0, 100, 0, 0, 0, 9000, 14000, 0, 0, 11, 9739, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Palemane Tanner - In Combat - Cast Wrath'),\n(2949, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Palemane Tanner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2950, 0, 0, 0, 2, 0, 100, 0, 0, 50, 21000, 25000, 0, 0, 11, 774, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Palemane Skinner - Between 0-50% Health - Cast Rejuvenation'),\n(2950, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Palemane Skinner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2951, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Palemane Poacher - Outside 30 Range - Start Combat Movement'),\n(2951, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Palemane Poacher - Within 5-30 Range - Stop Combat Movement'),\n(2951, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Palemane Poacher - Within 0-5 Range - Start Combat Movement'),\n(2951, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 3000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Palemane Poacher - Within 5-30 Range - Cast Shoot'),\n(2951, 0, 5, 0, 9, 0, 100, 0, 0, 3000, 9000, 14000, 5, 30, 11, 1516, 0, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Palemane Poacher - Within 5-30 Range - Cast Quick Shot'),\n(2951, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Palemane Poacher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2953, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bristleback Shaman - In Combat - Cast Lightning Bolt'),\n(2954, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3385, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bristleback Battleboar - On Aggro - Cast Boar Charge'),\n--\n(2956, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Palemane Poacher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2957, 0, 0, 0, 0, 0, 100, 0, 6000, 10000, 19000, 24000, 0, 0, 11, 7272, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Elder Plainstrider - Between 20-40% Health - Cast Dust Cloud'),\n(2957, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Elder Plainstrider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2958, 0, 0, 0, 9, 0, 100, 0, 0, 0, 45000, 45000, 0, 5, 11, 5781, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Prairie Wolf - Within 0-5 Range - Cast Threatening Growl'),\n(2960, 0, 0, 0, 9, 0, 100, 0, 0, 0, 45000, 45000, 0, 5, 11, 5781, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Prairie Wolf Alpha - Within 0-5 Range - Cast Threatening Growl'),\n--\n(2962, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Windfury Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2963, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Windfury Wind Witch - In Combat - Cast Lightning Bolt'),\n(2963, 0, 1, 0, 0, 0, 100, 0, 0, 3000, 11000, 16000, 0, 0, 11, 6982, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Windfury Wind Witch - In Combat - Cast Gust of Wind'),\n(2963, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Windfury Wind Witch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2964, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13322, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Windfury Sorceress - In Combat - Cast Frostbolt'),\n(2964, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Windfury Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2965, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Windfury Matriarch - In Combat - Cast Lightning Bolt'),\n(2965, 0, 1, 0, 74, 0, 100, 0, 0, 0, 18000, 24000, 50, 40, 11, 332, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Windfury Matriarch - Friendly Between 0-50% Health - Cast Healing Wave'),\n--\n(2967, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Centaur - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2968, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Galak Outrunner - Outside 30 Range - Start Combat Movement'),\n(2968, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Galak Outrunner - Within 5-30 Range - Stop Combat Movement'),\n(2968, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Galak Outrunner - Within 0-5 Range - Start Combat Movement'),\n(2968, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Galak Outrunner - Within 5-30 Range - Cast Shoot'),\n(2968, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Outrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2969, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 5, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Wiry Swoop - Within 0-5 Range - Cast Swoop'),\n(2970, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Swoop - Within 0-5 Range - Cast Swoop'),\n(2971, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 21000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Taloned Swoop - Within 0-5 Range - Cast Swoop'),\n(2972, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Kodo Calf - On Aggro - Cast Rushing Charge'),\n(2973, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Kodo Bull - Within 0-8 Range - Cast Trample'),\n(2974, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Kodo Matriarch - Within 0-8 Range - Cast Trample'),\n--\n(2975, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Hireling - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2976, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Laborer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2977, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Taskmaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2978, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Worker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2989, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Digger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2990, 0, 0, 0, 2, 0, 100, 0, 0, 50, 12000, 17000, 0, 0, 11, 2052, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Bael\\'dun Appraiser - Between 0-50% Health - Cast Lesser Heal'),\n(2990, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bael\\'dun Appraiser - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3051, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 15000, 30000, 0, 0, 11, 6673, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Supervisor Fizsprocket - In Combat - Cast Battle Shout'),\n(3051, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Supervisor Fizsprocket - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3058, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 5, 11, 6730, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Arra\\'chea - Within 0-5 Range - Cast Head Butt'),\n(3068, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mazzranache - On Respawn - Cast Deadly Poison'),\n(3068, 0, 2, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 30, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mazzranache - Within 0-30 Range - Cast Rushing Charge'),\n(3232, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14000, 20000, 0, 5, 11, 12166, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Bristleback Interloper - Within 0-5 Range - Cast Muscle Tear'),\n(5786, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 25300, 0, 20, 11, 12024, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Snagglespear - On Aggro - Cast Net'),\n(5786, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Snagglespear - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5807, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 12166, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'The Rake - Within 0-5 Range - Cast Muscle Tear');\n\n-- Mazzranache, waypoints\nUPDATE `creature` SET `spawntimesecs` = 9000, `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 3068;\n\nDELETE FROM `creature_addon` WHERE `guid` = 26908;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(26908, 269080, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 269080;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(269080,  1, -1722.14, -550.386, -14.7598, NULL, 0, 0, 0, 100, 0),\n(269080,  2, -1705.61, -569.055, -19.4067, NULL, 0, 0, 0, 100, 0),\n(269080,  3, -1682.04, -591.91, -25.4708, NULL, 0, 0, 0, 100, 0),\n(269080,  4, -1662.63, -603.838, -30.1185, NULL, 0, 0, 0, 100, 0),\n(269080,  5, -1639.97, -607.133, -35.8754, NULL, 0, 0, 0, 100, 0),\n(269080,  6, -1616.22, -613.15, -42.4359, NULL, 0, 0, 0, 100, 0),\n(269080,  7, -1595.86, -618.308, -47.3956, NULL, 0, 0, 0, 100, 0),\n(269080,  8, -1574.93, -616.712, -51.7647, NULL, 0, 0, 0, 100, 0),\n(269080,  9, -1550.95, -605.914, -55.6474, NULL, 0, 0, 0, 100, 0),\n(269080, 10, -1537.55, -596.276, -56.3861, NULL, 0, 0, 0, 100, 0),\n(269080, 11, -1532.89, -586.289, -56.2095, NULL, 0, 0, 0, 100, 0),\n(269080, 12, -1532.3, -566.583, -55.7341, NULL, 0, 0, 0, 100, 0),\n(269080, 13, -1536.28, -539.553, -55.2342, NULL, 0, 0, 0, 100, 0),\n(269080, 14, -1533.07, -522.97, -54.4489, NULL, 0, 0, 0, 100, 0),\n(269080, 15, -1522.68, -506.3, -54.3973, NULL, 0, 0, 0, 100, 0),\n(269080, 16, -1519.62, -488.083, -52.5074, NULL, 0, 0, 0, 100, 0),\n(269080, 17, -1524.13, -467.337, -48.9335, NULL, 0, 0, 0, 100, 0),\n(269080, 18, -1526.95, -424.435, -45.2492, NULL, 0, 0, 0, 100, 0),\n(269080, 19, -1531.14, -398.722, -43.8176, NULL, 0, 0, 0, 100, 0),\n(269080, 20, -1538.91, -374.683, -42.8131, NULL, 0, 0, 0, 100, 0),\n(269080, 21, -1545.47, -354.239, -39.0446, NULL, 0, 0, 0, 100, 0),\n(269080, 22, -1552.81, -335.938, -35.917, NULL, 0, 0, 0, 100, 0),\n(269080, 23, -1566.63, -312.613, -31.0947, NULL, 0, 0, 0, 100, 0),\n(269080, 24, -1584.27, -296.213, -27.3011, NULL, 0, 0, 0, 100, 0),\n(269080, 25, -1597.27, -278.386, -23.4966, NULL, 0, 0, 0, 100, 0),\n(269080, 26, -1610.64, -257.862, -19.3983, NULL, 0, 0, 0, 100, 0),\n(269080, 27, -1621, -236.845, -18.9327, NULL, 0, 0, 0, 100, 0),\n(269080, 28, -1636.78, -206.561, -16.684, NULL, 0, 0, 0, 100, 0),\n(269080, 29, -1648.04, -178.252, -12.0433, NULL, 0, 0, 0, 100, 0),\n(269080, 30, -1656.17, -153.199, -9.43765, NULL, 0, 0, 0, 100, 0),\n(269080, 31, -1657.82, -126.837, -8.72994, NULL, 0, 0, 0, 100, 0),\n(269080, 32, -1668.55, -97.9253, -8.34947, NULL, 0, 0, 0, 100, 0),\n(269080, 33, -1681.95, -76.5867, -9.11107, NULL, 0, 0, 0, 100, 0),\n(269080, 34, -1700.51, -57.342, -5.64828, NULL, 0, 0, 0, 100, 0),\n(269080, 35, -1719.51, -47.7012, -2.54774, NULL, 0, 0, 0, 100, 0),\n(269080, 36, -1747.72, -46.3402, -5.4005, NULL, 0, 0, 0, 100, 0),\n(269080, 37, -1772.79, -50.129, -7.08613, NULL, 0, 0, 0, 100, 0),\n(269080, 38, -1798.4, -58.4037, -5.76034, NULL, 0, 0, 0, 100, 0),\n(269080, 39, -1811.88, -70.5313, -7.68982, NULL, 0, 0, 0, 100, 0),\n(269080, 40, -1820.73, -93.7355, -9.2501, NULL, 0, 0, 0, 100, 0),\n(269080, 41, -1822.1, -112.172, -8.20732, NULL, 0, 0, 0, 100, 0),\n(269080, 42, -1834.29, -123.408, -9.03176, NULL, 0, 0, 0, 100, 0),\n(269080, 43, -1851.19, -129.656, -8.52712, NULL, 0, 0, 0, 100, 0),\n(269080, 44, -1867.92, -137.048, -6.59658, NULL, 0, 0, 0, 100, 0),\n(269080, 45, -1878.32, -150.986, -5.8911, NULL, 0, 0, 0, 100, 0),\n(269080, 46, -1887.57, -173.195, -6.12971, NULL, 0, 0, 0, 100, 0),\n(269080, 47, -1889.37, -196.466, -8.58793, NULL, 0, 0, 0, 100, 0),\n(269080, 48, -1883.97, -217.889, -9.40669, NULL, 0, 0, 0, 100, 0),\n(269080, 49, -1876.46, -244.283, -9.555, NULL, 0, 0, 0, 100, 0),\n(269080, 50, -1864.45, -266.181, -7.23699, NULL, 0, 0, 0, 100, 0),\n(269080, 51, -1850.99, -284.616, -4.7108, NULL, 0, 0, 0, 100, 0),\n(269080, 52, -1830.57, -303.767, -6.94358, NULL, 0, 0, 0, 100, 0),\n(269080, 53, -1815.14, -318.23, -9.07484, NULL, 0, 0, 0, 100, 0),\n(269080, 54, -1800.89, -336.331, -9.26187, NULL, 0, 0, 0, 100, 0),\n(269080, 55, -1782.61, -356.073, -9.42632, NULL, 0, 0, 0, 100, 0),\n(269080, 56, -1756.99, -378.227, -12.8384, NULL, 0, 0, 0, 100, 0),\n(269080, 57, -1745.2, -402.325, -16.7898, NULL, 0, 0, 0, 100, 0),\n(269080, 58, -1740.74, -423.93, -14.3259, NULL, 0, 0, 0, 100, 0),\n(269080, 59, -1723.81, -452.481, -10.9682, NULL, 0, 0, 0, 100, 0),\n(269080, 60, -1706.64, -461.978, -10.5846, NULL, 0, 0, 0, 100, 0),\n(269080, 61, -1701.38, -480.422, -10.4956, NULL, 0, 0, 0, 100, 0),\n(269080, 62, -1709.83, -507.869, -12.8309, NULL, 0, 0, 0, 100, 0),\n(269080, 63, -1729.44, -528.724, -13.8673, NULL, 0, 0, 0, 100, 0),\n(269080, 64, -1731.65, -542.165, -13.1692, NULL, 0, 0, 0, 100, 0);\n\n-- Galak Centaur, waypoints\nDELETE FROM `creature` WHERE `id1` IN (2967, 2968);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(25998, 2967, 0, 0, 1, 0, 0, 1, 1, 1, -2261.41, -1456.51, 46.2608, 5.28361, 375, 0, 1, 176, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(25999, 2967, 0, 0, 1, 0, 0, 1, 1, 1, -2227.05, -1386.47, 43.9742, 5.23882, 375, 0, 1, 176, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(26000, 2967, 0, 0, 1, 0, 0, 1, 1, 1, -2227.05, -1386.47, 43.9742, 4.17968, 375, 0, 1, 176, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(26001, 2968, 0, 0, 1, 0, 0, 1, 1, 1, -2261.41, -1456.51, 46.2608, 5.28312, 375, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(26002, 2968, 0, 0, 1, 0, 0, 1, 1, 1, -2227.05, -1386.47, 43.9742, 5.23876, 375, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(26019, 2968, 0, 0, 1, 0, 0, 1, 1, 1, -2227.05, -1386.47, 43.9742, 4.17969, 375, 0, 0, 198, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (25998, 25999, 26000);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(25998, 25998, 0, 0, 515, 0, 0),\n(25998, 26001, 4, 90, 515, 0, 0),\n(25999, 25999, 0, 0, 515, 0, 0),\n(25999, 26002, 4, 90, 515, 0, 0),\n(26000, 26000, 0, 0, 515, 0, 0),\n(26000, 26019, 4, 90, 515, 0, 0);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (2968);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-26001, -26002, -26019);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(-26001, 0, 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, 'Galak Outrunner - On Respawn - Set Active'),\n(-26002, 0, 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, 'Galak Outrunner - On Respawn - Set Active'),\n(-26019, 0, 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, 'Galak Outrunner - On Respawn - Set Active');\n\nDELETE FROM `creature_addon` WHERE `guid` IN (25998, 25999, 26000);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(25998, 259980, 0, 0, 1, 0, 0, NULL),\n(25999, 259990, 0, 0, 1, 0, 0, NULL),\n(26000, 260000, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (259980, 259990, 260000);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(259980, 1, -2261.41, -1456.51, 46.2608, NULL, 0, 0, 0, 100, 0),\n(259980, 2, -2277.62, -1422.93, 32.4464, NULL, 0, 0, 0, 100, 0),\n(259980, 3, -2302.18, -1411.65, 28.1649, NULL, 0, 0, 0, 100, 0),\n(259980, 4, -2322.68, -1384.67, 21.2438, NULL, 0, 0, 0, 100, 0),\n(259980, 5, -2324.53, -1341.78, 10.125, NULL, 0, 0, 0, 100, 0),\n(259980, 6, -2332.66, -1306.94, 2.24427, NULL, 0, 0, 0, 100, 0),\n(259980, 7, -2344.88, -1270.58, -3.62923, NULL, 0, 0, 0, 100, 0),\n(259980, 8, -2339.73, -1244.6, -3.21247, NULL, 0, 0, 0, 100, 0),\n(259980, 9, -2325.12, -1210.83, 0.479225, NULL, 0, 0, 0, 100, 0),\n(259980, 10, -2314.43, -1186.49, -5.11854, NULL, 0, 0, 0, 100, 0),\n(259980, 11, -2290.48, -1145.78, -5.83722, NULL, 0, 0, 0, 100, 0),\n(259980, 12, -2306.63, -1123.49, -6.99771, NULL, 0, 0, 0, 100, 0),\n(259980, 13, -2334.35, -1115.54, -8.00801, NULL, 0, 0, 0, 100, 0),\n(259980, 14, -2357.48, -1119.5, -7.95283, NULL, 0, 0, 0, 100, 0),\n(259980, 15, -2375.61, -1150.54, -4.55892, NULL, 0, 0, 0, 100, 0),\n(259980, 16, -2357.48, -1119.5, -7.95283, NULL, 0, 0, 0, 100, 0),\n(259980, 17, -2334.35, -1115.54, -8.00801, NULL, 0, 0, 0, 100, 0),\n(259980, 18, -2306.63, -1123.49, -6.99771, NULL, 0, 0, 0, 100, 0),\n(259980, 19, -2290.48, -1145.78, -5.83722, NULL, 0, 0, 0, 100, 0),\n(259980, 20, -2314.43, -1186.49, -5.11854, NULL, 0, 0, 0, 100, 0),\n(259980, 21, -2325.12, -1210.83, 0.479225, NULL, 0, 0, 0, 100, 0),\n(259980, 22, -2339.73, -1244.6, -3.21247, NULL, 0, 0, 0, 100, 0),\n(259980, 23, -2344.88, -1270.58, -3.62923, NULL, 0, 0, 0, 100, 0),\n(259980, 24, -2332.66, -1306.94, 2.24427, NULL, 0, 0, 0, 100, 0),\n(259980, 25, -2324.53, -1341.78, 10.125, NULL, 0, 0, 0, 100, 0),\n(259980, 26, -2322.68, -1384.67, 21.2438, NULL, 0, 0, 0, 100, 0),\n(259980, 27, -2302.18, -1411.65, 28.1649, NULL, 0, 0, 0, 100, 0),\n(259980, 28, -2277.62, -1422.93, 32.4464, NULL, 0, 0, 0, 100, 0),\n--\n(259990, 1, -2227.05, -1386.47, 43.9742, NULL, 0, 0, 0, 100, 0),\n(259990, 2, -2245.92, -1344.81, 30.1417, NULL, 0, 0, 0, 100, 0),\n(259990, 3, -2268.83, -1314.06, 20.2923, NULL, 0, 0, 0, 100, 0),\n(259990, 4, -2279.65, -1271.48, 16.384, NULL, 0, 0, 0, 100, 0),\n(259990, 5, -2282.1, -1241.26, 13.2956, NULL, 0, 0, 0, 100, 0),\n(259990, 6, -2260.68, -1207.34, 9.3284, NULL, 0, 0, 0, 100, 0),\n(259990, 7, -2226.93, -1181.61, 10.3722, NULL, 0, 0, 0, 100, 0),\n(259990, 8, -2219.55, -1141.57, 5.1031, NULL, 0, 0, 0, 100, 0),\n(259990, 9, -2213.3, -1122.72, 3.5974, NULL, 0, 0, 0, 100, 0),\n(259990, 10, -2183.89, -1115.64, 9.9052, NULL, 0, 0, 0, 100, 0),\n(259990, 11, -2152.3, -1119.8, 21.3088, NULL, 0, 0, 0, 100, 0),\n(259990, 12, -2134.71, -1147.15, 26.6278, NULL, 0, 0, 0, 100, 0),\n(259990, 13, -2152.3, -1119.8, 21.3088, NULL, 0, 0, 0, 100, 0),\n(259990, 14, -2183.89, -1115.64, 9.9052, NULL, 0, 0, 0, 100, 0),\n(259990, 15, -2213.3, -1122.72, 3.5974, NULL, 0, 0, 0, 100, 0),\n(259990, 16, -2219.55, -1141.57, 5.1031, NULL, 0, 0, 0, 100, 0),\n(259990, 17, -2226.93, -1181.61, 10.3722, NULL, 0, 0, 0, 100, 0),\n(259990, 18, -2260.68, -1207.34, 9.3284, NULL, 0, 0, 0, 100, 0),\n(259990, 19, -2282.1, -1241.26, 13.2956, NULL, 0, 0, 0, 100, 0),\n(259990, 20, -2279.65, -1271.48, 16.384, NULL, 0, 0, 0, 100, 0),\n(259990, 21, -2268.83, -1314.06, 20.2923, NULL, 0, 0, 0, 100, 0),\n(259990, 22, -2245.92, -1344.81, 30.1417, NULL, 0, 0, 0, 100, 0),\n--\n(260000, 1, -2227.05, -1386.47, 43.9742, NULL, 30000, 0, 0, 100, 0),\n(260000, 2, -2245.92, -1344.81, 30.1417, NULL, 0, 0, 0, 100, 0),\n(260000, 3, -2268.83, -1314.06, 20.2923, NULL, 0, 0, 0, 100, 0),\n(260000, 4, -2279.65, -1271.48, 16.384, NULL, 0, 0, 0, 100, 0),\n(260000, 5, -2282.1, -1241.26, 13.2956, NULL, 0, 0, 0, 100, 0),\n(260000, 6, -2260.68, -1207.34, 9.3284, NULL, 0, 0, 0, 100, 0),\n(260000, 7, -2226.93, -1181.61, 10.3722, NULL, 0, 0, 0, 100, 0),\n(260000, 8, -2219.55, -1141.57, 5.1031, NULL, 0, 0, 0, 100, 0),\n(260000, 9, -2213.3, -1122.72, 3.5974, NULL, 0, 0, 0, 100, 0),\n(260000, 10, -2183.89, -1115.64, 9.9052, NULL, 0, 0, 0, 100, 0),\n(260000, 11, -2152.3, -1119.8, 21.3088, NULL, 0, 0, 0, 100, 0),\n(260000, 12, -2134.71, -1147.15, 26.6278, NULL, 0, 0, 0, 100, 0),\n(260000, 13, -2152.3, -1119.8, 21.3088, NULL, 0, 0, 0, 100, 0),\n(260000, 14, -2183.89, -1115.64, 9.9052, NULL, 0, 0, 0, 100, 0),\n(260000, 15, -2213.3, -1122.72, 3.5974, NULL, 0, 0, 0, 100, 0),\n(260000, 16, -2219.55, -1141.57, 5.1031, NULL, 0, 0, 0, 100, 0),\n(260000, 17, -2226.93, -1181.61, 10.3722, NULL, 0, 0, 0, 100, 0),\n(260000, 18, -2260.68, -1207.34, 9.3284, NULL, 0, 0, 0, 100, 0),\n(260000, 19, -2282.1, -1241.26, 13.2956, NULL, 0, 0, 0, 100, 0),\n(260000, 20, -2279.65, -1271.48, 16.384, NULL, 0, 0, 0, 100, 0),\n(260000, 21, -2268.83, -1314.06, 20.2923, NULL, 0, 0, 0, 100, 0),\n(260000, 22, -2245.92, -1344.81, 30.1417, NULL, 0, 0, 0, 100, 0);\n\n-- update npc names\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker'  WHERE `entry` = 3069;  -- Chaw Stronghide <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter' WHERE `entry` = 3075;  -- Bronk Steelrage\nUPDATE `creature_template` SET `subname` = 'Fisherman'                 WHERE `entry` = 5938;  -- Uthan Stillwater <Fisherman>\nUPDATE `creature_template` SET `subname` = 'Skinner'                   WHERE `entry` = 6290;  -- Yonn Deepcut <Skinner>\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer'       WHERE `entry` = 10993; -- Twizwick Sprocketgrind <Journeyman Engineer>\n\n/* Quests */\n\n-- The Hunt Begins\nDELETE FROM `quest_offer_reward` WHERE `ID` = 747;\nINSERT INTO `quest_offer_reward` (`ID`, `RewardText`) VALUES \n(747, 'The tauren of Narache thank you, $n. You show much promise.');\n\n-- The Hunter's Way\nDELETE FROM `quest_offer_reward` WHERE `ID` = 861;\nINSERT INTO `quest_offer_reward` (`ID`, `RewardText`) VALUES \n(861, 'Skorn Whitecloud is a wise tauren. He has hunted for years and years, and although his body is old, his spirit burns fiercely. We are honored to have him with us.$B$B\n If Skorn sent you to me, then you too must have the hunter\\'s spirit. And to have gathered these claws shows your burgeoning skills.$B$BPerhaps you are ready to walk the path.');\n\n-- The Hunt Begins\nDELETE FROM `quest_request_items` WHERE `ID` = 747;\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `CompletionText`) VALUES \n(747, 1, 'Providing meat and feathers for the tribe is the first step in proving yourself as a hunter before the Chief.');\n\n-- Wildmane Cleansing\nDELETE FROM `quest_request_items` WHERE `ID` = 760;\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `CompletionText`) VALUES \n(760, 1, 'The last water well remains fetid and poisonous, $N. You must not delay!');\n\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 1518; -- Call of Earth (Shaman)\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (\n747,  -- The Hunt Begins\n750,  -- The Hunt Continues\n752,  -- A Humble Task\n753,  -- A Humble Task\n755,  -- Rites of the Earthmother\n757,  -- Rite of Strength\n763,  -- Rites of the Earthmother\n780,  -- The Battleboars\n1518, -- Call of Earth (Shaman)\n1520, -- Call of Earth (Shaman)\n1521, -- Call of Earth (Shaman)\n1656, -- A Task Unfinished\n3093, -- Rune-Inscribed Note\n3376  -- Break Sharptusk!\n);\n"
  },
  {
    "path": "data/sql/world/base/zone_nagrand.sql",
    "content": "-- fix The Ring of Blood: The Final Challenge - Mogor was resurrecting with 1% health\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` = 1806902;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1806902,9,0,0,0,0,100,0,0,0,0,0,0,0,41,0,0,0,0,0,0,11,12141,50,0,0,0,0,0,0,          'Mogor - Actionlist - Despawn Instant'),\n(1806902,9,1,0,0,0,100,0,0,0,0,0,0,0,27,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,                'Mogor - Actionlist - Missing comment for action_type 27'),\n(1806902,9,2,0,0,0,100,0,0,0,0,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,                'Mogor - Actionlist - Remove All Auras'),\n(1806902,9,3,0,0,0,100,0,0,0,0,0,0,0,11,31261,1,0,0,0,0,1,0,0,0,0,0,0,0,0,            'Mogor - Actionlist - Cast \\'Permanent Feign Death (Root)\\''),\n(1806902,9,4,5,0,0,100,0,6000,6000,0,0,0,0,11,32343,0,0,0,0,0,1,0,0,0,0,0,0,0,0,      'Mogor - Actionlist - Cast \\'Revive Self\\''),\n(1806902,9,5,0,61,0,100,0,0,0,0,0,0,0,142,100,0,0,0,0,0,1,0,0,0,0,0,0,0,0,            'Mogor - Actionlist - Heal'),\n(1806902,9,6,0,0,0,100,0,2400,2400,0,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,          'Mogor - Actionlist - Remove All Auras'),\n(1806902,9,7,0,0,0,100,0,1200,1200,0,0,0,0,11,28747,0,0,0,0,0,1,0,0,0,0,0,0,0,0,      'Mogor - Actionlist - Cast \\'Frenzy\\''),\n(1806902,9,8,0,0,0,100,0,0,0,0,0,0,0,49,0,0,0,0,0,0,12,1,0,0,0,0,0,0,0,               'Mogor - Actionlist - Start Attacking'),\n(1806902,9,9,0,0,0,100,0,0,0,0,0,0,0,1,6,0,1,0,0,0,12,1,0,0,0,0,0,0,0,                'Mogor - Actionlist - Say Line 6'),\n(1806902,9,10,0,0,0,100,0,0,0,0,0,0,0,42,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,               'Mogor - Actionlist - Reset Invincibility Hp');\n\n-- fix Hero of the Mag'har event\n-- all three need smartAI for the event to play, but they are only used for the scripted event, \n-- so I'm just giving them something to prevent an error on server startup saying they have SmartAI enabled but no SmartAI entries in the database.\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (18075, 18076, 19647);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (18075, 18076, 19647);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(18075, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mannoroth - On Just Summoned - Set Sheath Melee'),\n(18076, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grom Hellscream - On Just Summoned - Set Sheath Melee'),\n(19647, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thrall - On Just Summoned - Set Sheath Melee');\n\n-- fix drop rate flawless greater windroc beak / aged clefthoof blubber\nUPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` IN (28667, 28668);\n\nSET @CGUID   := 670000;\nSET @WPID    := 6700000;\n\n-- add kodo corpses near the Greater Windrocs\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+6;\nDELETE FROM `creature` WHERE `guid` IN (59582, 60208);\nDELETE FROM `creature` WHERE `id1`  IN (23022); -- needed to remove creature placed by AC\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(@CGUID+1, 17133, 0, 0, 530, 0, 0, 1, 1, 0, -1179.0300, 8585.5195, 35.3682, 2.7576, 300, 0, 0, 1, 0, 0, 0, 258, 0, '', NULL, 0, NULL),\n(@CGUID+2, 17133, 0, 0, 530, 0, 0, 1, 1, 0, -1016.1700, 8313.7002, 16.7102, 5.0091, 300, 0, 0, 1, 0, 0, 0, 258, 0, '', NULL, 0, NULL),\n(@CGUID+3, 17133, 0, 0, 530, 0, 0, 1, 1, 0, -918.2130, 8454.0098, 36.3233, 3.3510, 300, 0, 0, 1, 0, 0, 0, 258, 0, '', NULL, 0, NULL),\n(@CGUID+4, 17133, 0, 0, 530, 0, 0, 1, 1, 0, -781.6080, 8482.6299, 40.5285, 5.8294, 300, 0, 0, 1, 0, 0, 0, 258, 0, '', NULL, 0, NULL),\n--\n(@CGUID+5, 23022, 0, 0, 530, 0, 0, 1, 1, 0, -1529.1022, 5971.2354, 192.3297, 0, 300, 0, 1, 27945, 6310, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+6, 23022, 0, 0, 530, 0, 0, 1, 1, 0, -1337.0262, 5707.4595, 180.8865, 0, 300, 0, 1, 27945, 6310, 2, 0, 0, 0, '', 0, 0, NULL),\n-- misplaced\n(59582, 17129, 0, 0, 530, 0, 0, 1, 1, 0, -788.8040, 8474.4004, 44.6907, 2.3430, 300, 5, 0, 1, 0, 1, 0, 0, 0, '', NULL, 0, NULL),\n(60208, 17146, 0, 0, 530, 0, 0, 1, 1, 0, -3014.7700, 6524.4902, 99.2735, 2.9321, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n-- feign death kodos (doesn't seem to work correctly, they do feign death, but their health still shows 100%)\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+4;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+1, 0, 0, 7, 0, 65, 0, NULL),\n(@CGUID+2, 0, 0, 7, 0, 65, 0, NULL),\n(@CGUID+3, 0, 0, 7, 0, 65, 0, NULL),\n(@CGUID+4, 0, 0, 7, 0, 65, 0, NULL);\n\n-- fix movement for Gutripper and Bach'lor\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1, `position_x` = -1099.5699, `position_y` = 8582.3896, `position_z` = 46.3612 WHERE `id1` = 18257; -- Gutripper\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1, `position_x` = -1915, `position_y` = 8854, `position_z` = 30.8850           WHERE `id1` = 18258; -- Bach'lor\n\nDELETE FROM `creature_template_movement` WHERE `CreatureId` IN (18257, 18258);\nINSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES \n(18257, 1, 1, 1, 0, 0, 0, NULL),\n(18258, 1, 1, 0, 0, 0, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+5, @CGUID+6, 65525, 65528);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+5, @WPID+50, 0, 0, 0, 0, 0, ''),\n(@CGUID+6, @WPID+60, 0, 0, 0, 0, 0, ''),\n(65525, 655250, 0, 0, 0, 0, 0, ''), -- Gutripper\n(65528, 655280, 0, 0, 0, 0, 0, ''); -- Bach'lor\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+50, @WPID+60, 655250, 655280);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+50, 1, -1529.1, 5971.24, 192.33, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 2, -1521.51, 5957.25, 193.641, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 3, -1515.27, 5940.26, 194.593, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 4, -1501.01, 5922.79, 194.599, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 5, -1479.96, 5914.02, 195.544, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 6, -1458.55, 5917.25, 194.75, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 7, -1437.51, 5908.63, 193.411, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 8, -1413.04, 5889.4, 187.326, 0, 1000, 0, 0, 100, 0),\n(@WPID+50, 9, -1458.55, 5917.25, 194.75, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 10, -1501.01, 5922.79, 194.599, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+60, 1, -1337.03, 5707.46, 180.886, 0, 1000, 0, 0, 100, 0),\n(@WPID+60, 2, -1333.27, 5731.09, 180.424, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 3, -1332.24, 5754.8, 182.023, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 4, -1330.81, 5779.44, 182.903, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 5, -1324.87, 5800.58, 184.493, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 6, -1350.48, 5824.88, 186.404, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 7, -1385.07, 5843.76, 185.519, 0, 1000, 0, 0, 100, 0),\n(@WPID+60, 8, -1324.87, 5800.58, 184.493, 0, 0, 0, 0, 100, 0),\n--\n(655250, 1, -1091.72, 8560.97, 66.4831, 0, 0, 0, 0, 100, 0),\n(655250, 2, -1068.59, 8521.24, 80.7095, 0, 0, 0, 0, 100, 0),\n(655250, 3, -1037.99, 8498.13, 80.7095, 0, 0, 0, 0, 100, 0),\n(655250, 4, -996.698, 8472.18, 80.7095, 0, 0, 0, 0, 100, 0),\n(655250, 5, -973.052, 8482.62, 66.3484, 0, 0, 0, 0, 100, 0),\n(655250, 6, -957.331, 8491.59, 66.3484, 0, 0, 0, 0, 100, 0),\n(655250, 7, -909.873, 8486.53, 66.3484, 0, 0, 0, 0, 100, 0),\n(655250, 8, -879.482, 8484.6, 79.0706, 0, 0, 0, 0, 100, 0),\n(655250, 9, -862.906, 8491.32, 72.4317, 0, 0, 0, 0, 100, 0),\n(655250, 10, -829.308, 8489.9, 58.6262, 0, 0, 0, 0, 100, 0),\n(655250, 11, -789.25, 8482.48, 58.6262, 0, 0, 0, 0, 100, 0),\n(655250, 12, -743.646, 8479.96, 56.6817, 0, 0, 0, 0, 100, 0),\n(655250, 13, -704.658, 8451.3, 58.6262, 0, 0, 0, 0, 100, 0),\n(655250, 14, -695.855, 8407.75, 58.6262, 0, 0, 0, 0, 100, 0),\n(655250, 15, -683.444, 8369.08, 68.5984, 0, 0, 0, 0, 100, 0), -- script\n(655250, 16, -675.244, 8347.02, 79.5706, 0, 0, 0, 0, 100, 0),\n(655250, 17, -664.645, 8320.78, 96.4857, 0, 0, 0, 0, 100, 0),\n(655250, 18, -669.768, 8272.64, 96.4857, 0, 0, 0, 0, 100, 0),\n(655250, 19, -709.106, 8251.63, 116.319, 0, 0, 0, 0, 100, 0),\n(655250, 20, -727.922, 8260.33, 121.319, 0, 0, 0, 0, 100, 0),\n(655250, 21, -761.916, 8274.64, 116.319, 0, 0, 0, 0, 100, 0),\n(655250, 22, -807.93, 8283.22, 116.319, 0, 0, 0, 0, 100, 0),\n(655250, 23, -845.847, 8314.61, 116.319, 0, 0, 0, 0, 100, 0),\n(655250, 24, -868.622, 8345.56, 107.013, 0, 0, 0, 0, 100, 0),\n(655250, 25, -891.048, 8368.04, 93.9024, 0, 0, 0, 0, 100, 0),\n(655250, 26, -916.754, 8387.28, 93.9024, 0, 0, 0, 0, 100, 0),\n(655250, 27, -945.406, 8411.37, 78.708, 0, 0, 0, 0, 100, 0),\n(655250, 28, -979.343, 8437.67, 78.708, 0, 0, 0, 0, 100, 0),\n(655250, 29, -1002.01, 8466.42, 78.708, 0, 0, 0, 0, 100, 0),\n(655250, 30, -1041.51, 8489.17, 96.8746, 0, 0, 0, 0, 100, 0),\n(655250, 31, -1054.97, 8503.23, 96.8746, 0, 0, 0, 0, 100, 0),\n(655250, 32, -1068.45, 8534.05, 95.3191, 0, 0, 0, 0, 100, 0),\n(655250, 33, -1095.47, 8570.79, 75.4024, 0, 0, 0, 0, 100, 0), -- script\n--\n(655280, 1, -1853.32, 8843.79, 30.0997, 0, 0, 0, 0, 100, 0),\n(655280, 2, -1807.56, 8834.99, 29.2595, 0, 0, 0, 0, 100, 0),\n(655280, 3, -1778.89, 8832.21, 28.8318, 0, 5000, 0, 0, 100, 0),\n(655280, 4, -1750.33, 8825.29, 33.64, 0, 0, 0, 0, 100, 0),\n(655280, 5, -1736.21, 8821.91, 36.27, 0, 0, 0, 0, 100, 0),\n(655280, 6, -1722.28, 8819.48, 33.3289, 0, 0, 0, 0, 100, 0),\n(655280, 7, -1702.28, 8815.27, 33.3215, 0, 0, 0, 0, 100, 0),\n(655280, 8, -1679.72, 8809.79, 37.9979, 0, 0, 0, 0, 100, 0),\n(655280, 9, -1665.33, 8807.19, 38.865, 0, 0, 0, 0, 100, 0),\n(655280, 10, -1627.73, 8792.1, 36.8225, 0, 5000, 0, 0, 100, 0),\n(655280, 11, -1627.73, 8792.1, 36.8225, 0, 0, 0, 0, 100, 0),\n(655280, 12, -1589.28, 8776.05, 31.0817, 0, 0, 0, 0, 100, 0),\n(655280, 13, -1544.21, 8763.72, 33.0589, 0, 0, 0, 0, 100, 0),\n(655280, 14, -1517.92, 8760.38, 28.7265, 0, 0, 0, 0, 100, 0),\n(655280, 15, -1517.92, 8760.38, 28.7265, 0, 0, 0, 0, 100, 0),\n(655280, 16, -1470.43, 8750.48, 28.0288, 0, 5000, 0, 0, 100, 0),\n(655280, 17, -1425.19, 8726.87, 21.7158, 0, 0, 0, 0, 100, 0),\n(655280, 18, -1395.23, 8717.94, 23.6657, 0, 0, 0, 0, 100, 0),\n(655280, 19, -1365.8, 8700.39, 28.4882, 0, 0, 0, 0, 100, 0),\n(655280, 20, -1365.8, 8700.39, 28.4882, 0, 0, 0, 0, 100, 0),\n(655280, 21, -1347.92, 8663.28, 24.9401, 0, 0, 0, 0, 100, 0),\n(655280, 22, -1352.99, 8628.97, 25.1234, 0, 0, 0, 0, 100, 0),\n(655280, 23, -1345.75, 8602.56, 22.7522, 0, 0, 0, 0, 100, 0),\n(655280, 24, -1332.21, 8590, 19.7613, 0, 0, 0, 0, 100, 0),\n(655280, 25, -1288.52, 8597.4, 22.4054, 0, 0, 0, 0, 100, 0),\n(655280, 26, -1247.69, 8631.38, 32.358, 0, 0, 0, 0, 100, 0),\n(655280, 27, -1247.69, 8631.38, 32.358, 0, 0, 0, 0, 100, 0),\n(655280, 28, -1247.69, 8631.38, 32.358, 0, 5000, 0, 0, 100, 0),\n(655280, 29, -1221.92, 8669.44, 38.759, 0, 0, 0, 0, 100, 0),\n(655280, 30, -1230.99, 8689.39, 37.4873, 0, 0, 0, 0, 100, 0),\n(655280, 31, -1246.52, 8711.41, 34.5571, 0, 0, 0, 0, 100, 0),\n(655280, 32, -1264.72, 8731.36, 32.453, 0, 0, 0, 0, 100, 0),\n(655280, 33, -1283.21, 8742.08, 35.1921, 0, 0, 0, 0, 100, 0),\n(655280, 34, -1302.94, 8740.64, 34.1554, 0, 0, 0, 0, 100, 0),\n(655280, 35, -1328.93, 8730.21, 29.988, 0, 0, 0, 0, 100, 0),\n(655280, 36, -1359.77, 8736.24, 28.6292, 0, 0, 0, 0, 100, 0),\n(655280, 37, -1374.58, 8757.73, 31.2344, 0, 5000, 0, 0, 100, 0),\n(655280, 38, -1378.19, 8802.87, 34.4092, 0, 0, 0, 0, 100, 0),\n(655280, 39, -1396.67, 8830.66, 29.1786, 0, 0, 0, 0, 100, 0),\n(655280, 40, -1415.89, 8849.03, 32.9179, 0, 0, 0, 0, 100, 0),\n(655280, 41, -1439.05, 8862.96, 37.7159, 0, 0, 0, 0, 100, 0),\n(655280, 42, -1457.39, 8872.23, 37.3876, 0, 0, 0, 0, 100, 0),\n(655280, 43, -1481.63, 8894.11, 41.1984, 0, 0, 0, 0, 100, 0),\n(655280, 44, -1491.28, 8909.66, 43.6029, 0, 0, 0, 0, 100, 0),\n(655280, 45, -1505.11, 8929.37, 42.0836, 0, 0, 0, 0, 100, 0),\n(655280, 46, -1519.29, 8943.56, 38.28, 0, 0, 0, 0, 100, 0),\n(655280, 47, -1519.29, 8943.56, 38.28, 0, 0, 0, 0, 100, 0),\n(655280, 48, -1581.56, 8968.29, 39.1789, 0, 0, 0, 0, 100, 0),\n(655280, 49, -1619.78, 8971.95, 41.2737, 0, 0, 0, 0, 100, 0),\n(655280, 50, -1655.18, 8964.68, 43.4279, 0, 0, 0, 0, 100, 0),\n(655280, 51, -1678.58, 8957.2, 39.4291, 0, 0, 0, 0, 100, 0),\n(655280, 52, -1721.1, 8963.63, 48.2463, 0, 0, 0, 0, 100, 0),\n(655280, 53, -1759.58, 8971.58, 58.4921, 0, 0, 0, 0, 100, 0),\n(655280, 54, -1763.97, 8972.37, 58.6278, 0, 0, 0, 0, 100, 0),\n(655280, 55, -1759.46, 8944.18, 58.3036, 0, 0, 0, 0, 100, 0),\n(655280, 56, -1759.46, 8944.18, 58.3036, 0, 0, 0, 0, 100, 0),\n(655280, 57, -1759.46, 8944.18, 58.3036, 0, 5000, 0, 0, 100, 0),\n(655280, 58, -1782.38, 8980.54, 54.589, 0, 0, 0, 0, 100, 0),\n(655280, 59, -1794.69, 8981.32, 50.3973, 0, 0, 0, 0, 100, 0),\n(655280, 60, -1809.13, 8982.4, 46.1651, 0, 0, 0, 0, 100, 0),\n(655280, 61, -1815.58, 8976.12, 41.7977, 0, 0, 0, 0, 100, 0),\n(655280, 62, -1830.36, 8948.43, 39.7659, 0, 0, 0, 0, 100, 0),\n(655280, 63, -1849.44, 8918.3, 37.4994, 0, 0, 0, 0, 100, 0),\n(655280, 64, -1853.8, 8911.71, 37.2204, 0, 0, 0, 0, 100, 0),\n(655280, 65, -1900.89, 8888.02, 37.0238, 0, 0, 0, 0, 100, 0),\n(655280, 66, -1904.16, 8887.94, 37.1452, 0, 0, 0, 0, 100, 0),\n(655280, 67, -1947.18, 8879.73, 36.1108, 0, 5000, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_netherstorm.sql",
    "content": "-- fix quest 10182, 10305, 10306, 10307\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (19543, 19544, 19545, 19546);\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (1954400, 1954500);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(19543, 0, 0, 1, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                 'Battle-Mage Dathric - On Just Summoned - Store Targetlist'),\n(19543, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Battle-Mage Dathric - On Just Summoned - Remove Weapon'),\n(19543, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Battle-Mage Dathric - On Just Summoned - Set Faction 35'),\n(19543, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 18, 131840, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Battle-Mage Dathric - On Just Summoned - Set Flags Immune to NPC/PC'),\n(19543, 0, 4, 5, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Battle-Mage Dathric - On Just Summoned - Combat Stop'),\n(19543, 0, 5, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 19543, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Battle-Mage Dathric - On Just Summoned - Start WP'),\n(19543, 0, 6, 0, 40, 0, 100, 512, 5, 19543, 0, 0, 0, 0, 80, 1954300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Battle-Mage Dathric - On Reached WP5 - Run Script'),\n(19543, 0, 7, 0, 0, 0, 100, 0, 0, 3000, 3000, 8000, 0, 0, 11, 36104, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Battle-Mage Dathric - In Combat - Cast \\'Torrent of Flames\\''),\n(19543, 0, 8, 0, 0, 0, 100, 0, 0, 2500, 8500, 12000, 0, 0, 11, 17273, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Battle-Mage Dathric - In Combat - Cast \\'Pyroblast\\''),\n--\n(19544, 0, 0, 1, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                 'Conjurer Luminrath - On Just Summoned - Store Targetlist'),\n(19544, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Conjurer Luminrath - On Just Summoned - Set Faction 35'),\n(19544, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 18, 131840, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Conjurer Luminrath - On Just Summoned - Set Flags Immune to NPC/PC'),\n(19544, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Conjurer Luminrath - On Just Summoned - Combat Stop'),\n(19544, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 19544, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Conjurer Luminrath - On Just Summoned - Start WP'),\n(19544, 0, 5, 0, 40, 0, 100, 512, 3, 19544, 0, 0, 0, 0, 80, 1954400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Conjurer Luminrath - On Reached WP3 - Run Script'),\n(19544, 0, 6, 0, 0, 0, 100, 0, 0, 2500, 1000, 7500, 0, 0, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Conjurer Luminrath - In Combat - Cast \\'Lightning Bolt\\''),\n(19544, 0, 7, 0, 0, 0, 100, 0, 0, 5000, 15000, 30000, 0, 0, 11, 36110, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Conjurer Luminrath - In Combat - Cast \\'Summon Dancing Sword\\''),\n(19544, 0, 8, 0, 0, 0, 100, 0, 0, 10000, 5000, 15000, 0, 0, 11, 36109, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Conjurer Luminrath - In Combat - Cast \\'Blink\\''),\n--\n(19545, 0, 0, 1, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cohlien Frostweaver - On Just Summoned - Store Targetlist'),\n(19545, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cohlien Frostweaver - On Just Summoned - Set Faction 35'),\n(19545, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 18, 131840, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Cohlien Frostweaver - On Just Summoned - Set Flags Immune to NPC/PC'),\n(19545, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cohlien Frostweaver - On Just Summoned - Combat Stop'),\n(19545, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 19545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Cohlien Frostweaver - On Just Summoned - Start WP'),\n(19545, 0, 5, 0, 40, 0, 100, 512, 6, 19545, 0, 0, 0, 0, 80, 1954500, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Cohlien Frostweaver - On Reached WP6 - Run Script'),\n(19545, 0, 6, 0, 0, 0, 100, 0, 0, 1000, 25000, 30000, 0, 0, 11, 33245, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Cohlien Frostweaver - In Combat - Cast \\'Ice Barrier\\''),\n(19545, 0, 7, 0, 106, 0, 100, 0, 0, 10000, 2500, 9500, 0, 10, 11, 11831, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Cohlien Frostweaver - In Combat - Cast \\'Frost Nova\\''),\n(19545, 0, 8, 0, 0, 0, 100, 0, 0, 2500, 2500, 11000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Cohlien Frostweaver - In Combat - Cast \\'Frostbolt\\''),\n--\n(19546, 0, 0, 1, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                 'Abjurist Belmara - On Just Summoned - Store Targetlist'),\n(19546, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Abjurist Belmara - On Just Summoned - Set Faction 35'),\n(19546, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 18, 131840, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Abjurist Belmara - On Just Summoned - Set Flags Immune to NPC/PC'),\n(19546, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Abjurist Belmara - On Just Summoned - Combat Stop'),\n(19546, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 19546, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Abjurist Belmara - On Just Summoned - Start WP'),\n(19546, 0, 5, 0, 40, 0, 100, 512, 5, 19546, 0, 0, 0, 0, 80, 1954600, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Abjurist Belmara - On Reached WP5 - Run Script'),\n(19546, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Abjurist Belmara - On Aggro - Cast \\'Frost Armor\\''),\n(19546, 0, 7, 0, 0, 0, 100, 0, 2000, 5000, 12000, 22000, 0, 0, 11, 17740, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Abjurist Belmara - In Combat - Cast \\'Mana Shield\\''),\n(19546, 0, 8, 0, 0, 0, 100, 0, 0, 6000, 2500, 8000, 0, 0, 11, 34447, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Abjurist Belmara - In Combat - Cast \\'Arcane Missiles\\''),\n(19546, 0, 9, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Abjurist Belmara - On Reset - Remove Aura \\'Frost Armor\\''),\n--\n(1954400, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 3.9619,             'Conjurer Luminrath - Script - Set Orientation'),\n(1954400, 9, 1, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Conjurer Luminrath - Script - Say Line'),\n(1954400, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 5, 69, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Conjurer Luminrath - Script - Play Emote Use_standing'),\n(1954400, 9, 3, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Conjurer Luminrath - Script - Play Emote none'),\n(1954400, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Conjurer Luminrath - Script - Say Line 2'),\n(1954400, 9, 5, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 36, 19580, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Conjurer Luminrath - Script - Change Entry to Luminrath with Cape'),\n(1954400, 9, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Conjurer Luminrath - Script - Set Faction'),\n(1954400, 9, 7, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 19548, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,             'Conjurer Luminrath - Script - Give Kill Credit'),\n--\n(1954500, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 1.90241,            'Cohlien Frostweaver - Script - Set Orientation'),\n(1954500, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 0, 5, 69, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Cohlien Frostweaver - Script - Play Emote Use_standing'),\n(1954500, 9, 2, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Cohlien Frostweaver - Script - Say Line'),\n(1954500, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Cohlien Frostweaver - Script - Play Emote none'),\n(1954500, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 36, 19579, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Cohlien Frostweaver - Script - Change Entry to Cohlien Frostweaver with Hat'),\n(1954500, 9, 5, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Cohlien Frostweaver - Script - Set Faction'),\n(1954500, 9, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 33, 19550, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,             'Cohlien Frostweaver - Script - Give Kill Credit');\n\n-- fix creatures placed under ground\nUPDATE `creature` SET `position_x` = 2185.01, `position_y` = 2281.85, `position_z` = 76.2261 WHERE `guid` = 67474;\nUPDATE `creature` SET `position_x` = 2246.56, `position_y` = 2294.01, `position_z` = 86.2593 WHERE `guid` = 67476;\nUPDATE `creature` SET `position_x` = 2189.28, `position_y` = 2225.27, `position_z` = 82.2145 WHERE `guid` = 67480;\n\n-- fix quest: Escape from the Staging Grounds (didn't complete, because closest player was stored as target, now using invoker)\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (20763);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(20763, 0, 0, 1, 19, 0, 100, 0, 10425, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,        'Captured Protectorate Vanguard - On Quest Taken - Say Line 0'),\n(20763, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 1, 20763, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Captured Protectorate Vanguard - On Quest Taken - Start Waypoint'),\n(20763, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0,          'Captured Protectorate Vanguard - On Quest Taken - Store Targetlist'),\n(20763, 0, 3, 0, 40, 0, 100, 512, 16, 20763, 0, 0, 0, 0, 54, 4000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Captured Protectorate Vanguard - On Waypoint 16 Reached - Pause Waypoint'),\n(20763, 0, 4, 5, 40, 0, 100, 512, 17, 20763, 0, 0, 0, 0, 15, 10425, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 'Captured Protectorate Vanguard - On Waypoint 17 Reached - Quest Credit'),\n(20763, 0, 5, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Captured Protectorate Vanguard - On Waypoint 17 Reached - Say Line 1'),\n(20763, 0, 6, 7, 40, 0, 100, 0, 18, 20763, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Captured Protectorate Vanguard - On Waypoint 18 Reached - Say Line 2'),\n(20763, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 35517, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Captured Protectorate Vanguard - On Waypoint 18 Reached - Cast \\'Teleport\\''),\n(20763, 0, 8, 9, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Captured Protectorate Vanguard - On Waypoint 18 Reached - Set Npc Flag'),\n(20763, 0, 9, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 3000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Captured Protectorate Vanguard - On Waypoint 18 Reached - Despawn In 3000 ms'),\n(20763, 0, 10, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 6, 10425, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,       'Captured Protectorate Vanguard - On Just Died - Fail Quest'),\n(20763, 0, 11, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 81, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Captured Protectorate Vanguard - On Respawn - Set Npc Flag');\n\n-- fix quest: Sabotage the Warp-Gate! (https://www.youtube.com/watch?v=4lRGP8EW2PM)\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (20281);\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (2028100, 2028101, 2028102, 2028103, 2028104);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--  \n(20281, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'On Respawn - Set Flag'),\n(20281, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 81, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'On Respawn - Set NPC Flag'),\n(20281, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'On Respawn - Stop WP'),\n(20281, 0, 3, 0, 19, 0, 100, 0, 10310, 0, 0, 0, 0, 0, 80, 2028100, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'On Quest Accept - Run Script 2028100'),\n--\n(20281, 0, 4, 0, 108, 0, 100, 0, 4, 720420, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'On WP Reached - Talk'),\n(20281, 0, 5, 0, 108, 0, 100, 0, 6, 720420, 0, 0, 0, 0, 80, 2028101, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'On WP Reached - Run Script 2028101'),\n(20281, 0, 6, 0, 108, 0, 100, 0, 12, 720420, 0, 0, 0, 0, 80, 2028102, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'On WP Reached - Run Script 2028102'),\n(20281, 0, 7, 0, 108, 0, 100, 0, 19, 720420, 0, 0, 0, 0, 80, 2028103, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'On WP Reached - Run Script 2028103'),\n(20281, 0, 8, 0, 108, 0, 100, 0, 20, 720420, 0, 0, 0, 0, 80, 2028104, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'On WP Reached - Run Script 2028104'),\n(20281, 0, 9, 0, 108, 0, 100, 0, 21, 720420, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 20296, 100, 0, 0, 0, 0, 0, 0,   'On WP Reached - Set Data'), -- blow up teleporter\n(20281, 0, 10, 11, 108, 0, 100, 0, 26, 720420, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,       'On WP Reached - Talk'),\n(20281, 0, 11, 12, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 15, 10310, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0,          'On WP Reached - Quest Credit'),\n(20281, 0, 12, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 5000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'On WP Reached - Despawn After 5 Seconds'),\n--\n(20281, 0, 13, 0, 2, 0, 100, 0, 0, 75, 10000, 10000, 0, 0, 1, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Between 0-75% Health - Talk'), -- Get them off me!\n(20281, 0, 14, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'On Aggro - Remove Emote State'),\n--\n(2028100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0,                                'Script9 - On Quest Accept - Store Targetlist'),\n(2028100, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                  'Script9 - On Quest Accept - Talk'),\n(2028100, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                               'Script9 - On Quest Accept - Remove Flag'),\n(2028100, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                 'Script9 - On Quest Accept - Set NPC Flag'),\n(2028100, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                  'Script9 - On Quest Accept - Set React State Defensive'),\n(2028100, 9, 5, 0, 0, 0, 100, 0, 9000, 9000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                            'Script9 - On Quest Accept - Talk'),\n(2028100, 9, 6, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 0, 232, 720420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Script9 - On Quest Accept - Start WP'),\n--\n(2028101, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 17, 173, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                               'Script9 - Set Emote State Work'),\n(2028101, 9, 1, 0, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 2, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 3, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 4, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 5, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 6, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 7, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 8, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 12, 20399, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028101, 9, 9, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 0, 0, 17, 173, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Script9 - Set Emote State'),\n(2028101, 9, 10, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Script9 - Talk'),\n--\n(2028102, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 17, 173, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                               'Script9 - Set Emote State Work'),\n(2028102, 9, 1, 0, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 12, 20402, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028102, 9, 2, 0, 0, 0, 100, 1, 6000, 6000, 0, 0, 0, 0, 12, 20402, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028102, 9, 3, 0, 0, 0, 100, 1, 6000, 6000, 0, 0, 0, 0, 12, 20402, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028102, 9, 4, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 0, 17, 173, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Script9 - Set Emote State'),\n(2028102, 9, 5, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Script9 - Talk'),\n--\n(2028103, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 17, 173, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                               'Script9 - Set Emote State Work'),\n(2028103, 9, 1, 0, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 12, 20403, 4, 40000, 0, 1, 0, 8, 0, 0, 0, 0, 3021.84, 2718.74, 115.038, 0, 'Script9 - Summon Creature'),\n(2028103, 9, 2, 0, 0, 0, 100, 0, 12000, 22000, 0, 0, 0, 0, 17, 173, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Script9 - Set Emote State'),\n--\n(2028104, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                  'Script9 - Talk'), -- should blow any second now\n(2028104, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                 'Script9 - Remove Emote State'),\n(2028104, 9, 2, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                            'Script9 - Talk'); -- let's get out of here\n\nUPDATE `creature_template` SET `detection_range` = 10, `MovementType` = 0 WHERE `entry` = 20281;\nUPDATE `creature` SET `MovementType` = 0 WHERE `id1` = 20281;\nDELETE FROM `waypoints` WHERE `entry` = 20281;\n\nDELETE FROM `creature_addon` WHERE `guid` IN (72042);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(72042, 720420, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (720420);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(720420, 1,  3099.33, 2799.70, 118.309, NULL, 0, 1, 0, 100, 0),\n(720420, 2,  3099.10, 2790.70, 117.580, NULL, 0, 1, 0, 100, 0),\n(720420, 3,  3081.99, 2734.98, 115.960, NULL, 0, 1, 0, 100, 0),\n(720420, 4,  3081.99, 2734.98, 115.960, 3.31554, 7000, 1, 0, 100, 0),  -- look at pylon\n(720420, 5,  3050.63, 2727.57, 114.078, NULL, 0, 1, 0, 100, 0),\n(720420, 6,  3050.63, 2727.57, 114.078, 3.96742, 40000, 1, 0, 100, 0), -- pylon 1\n(720420, 7,  3050.63, 2727.57, 114.078, 3.96742, 0, 1, 0, 100, 0),     -- pylon 1, temp solution because Drijya moves to next wp after player gets into combat\n(720420, 8,  3054.62, 2727.40, 113.743, NULL, 0, 1, 0, 100, 0),\n(720420, 9,  3055.19, 2722.67, 113.682, NULL, 0, 1, 0, 100, 0),\n(720420, 10, 3045.77, 2704.06, 114.037, NULL, 0, 1, 0, 100, 0),\n(720420, 11, 3029.48, 2694.45, 114.564, NULL, 0, 1, 0, 100, 0),\n(720420, 12, 3023.26, 2695.21, 113.672, 2.86316, 40000, 1, 0, 100, 0), -- pylon 2\n(720420, 13, 3023.26, 2695.21, 113.672, 2.86316, 0, 1, 0, 100, 0),     -- pylon 2, temp solution because Drijya moves to next wp after player gets into combat\n(720420, 14, 3025.44, 2697.46, 113.894, NULL, 0, 1, 0, 100, 0),\n(720420, 15, 3023.43, 2702.86, 113.710, NULL, 0, 1, 0, 100, 0),\n(720420, 16, 3016.53, 2708.03, 113.710, NULL, 0, 1, 0, 100, 0),\n(720420, 17, 3011.29, 2718.04, 113.684, NULL, 0, 1, 0, 100, 0),\n(720420, 18, 3011.61, 2727.27, 114.228, NULL, 0, 1, 0, 100, 0),\n(720420, 19, 3009.42, 2729.14, 114.319, 2.38013, 40000, 1, 0, 100, 0), -- pylon 3\n(720420, 20, 3009.42, 2729.14, 114.319, 5.55315, 7000, 1, 0, 100, 0),\n(720420, 21, 3011.61, 2727.27, 114.228, NULL, 0, 1, 0, 100, 0),\n(720420, 22, 3075.81, 2738.93, 116.618, NULL, 0, 1, 0, 100, 0),\n(720420, 23, 3085.80, 2750.45, 115.580, NULL, 0, 1, 0, 100, 0), -- start walking\n(720420, 24, 3103.29, 2786.90, 117.014, NULL, 0, 0, 0, 100, 0),\n(720420, 25, 3099.50, 2797.60, 118.139, NULL, 0, 0, 0, 100, 0),\n(720420, 26, 3096.17, 2801.15, 118.221, NULL, 0, 0, 0, 100, 0); -- say: thank you\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 20281;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n--\n(20281, 0, 0, 'Let\\'s proceed at a brisk pace.', 12, 0, 100, 0, 0, 0, 17941, 0, 'Drijya'),\n(20281, 1, 0, 'We\\'ll start at that first energy pylon, straight ahead. Remember, try to keep them off of me.', 12, 0, 100, 25, 0, 0, 17942, 0, 'Drijya'),\n(20281, 2, 0, 'I\\'m done with this pylon. On to the next.', 12, 0, 100, 0, 0, 0, 17943, 0, 'Drijya'),\n(20281, 3, 0, 'Alright, pylon two down. Now for the heat manifold.', 12, 0, 100, 0, 0, 0, 17944, 0, 'Drijya'),\n(20281, 4, 0, 'That should do it. The teleporter should blow any second now!', 12, 0, 100, 0, 0, 0, 17945, 0, 'Drijya'),\n(20281, 5, 0, 'Ok, let\\'s get out of here!', 12, 0, 100, 0, 0, 0, 17946, 0, 'Drijya'),\n(20281, 6, 0, 'Thank you, $N! I couldn\\'t have done it without you. You\\'ll let Gahruj know?', 12, 0, 100, 0, 0, 0, 17949, 0, 'Drijya'),\n(20281, 7, 0, 'Keep them off me!', 12, 0, 100, 0, 0, 0, 17950, 0, 'Drijya'),\n(20281, 8, 0, 'Very well.  Before we head down there, take a moment to prepare yourself.', 12, 0, 100, 0, 0, 0, 17940, 0, 'Drijya');\n\n-- add waypoints for Summoner Kanthin\nDELETE FROM `creature` WHERE `id1` IN (19657, 19653);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(70089, 19653, 0, 0, 530, 0, 0, 1, 1, 0, 2948.9099, 2280.3501, 161.7080, 5.9072, 300, 0, 0, 2530, 0, 0, 0, 0, 0, '', 0, 0, NULL),    -- Glacius\n(70141, 19657, 0, 0, 530, 0, 0, 1, 1, 0, 2952.3401, 2280.5801, 161.7080, 5.9091, 300, 0, 1, 5409, 3080, 2, 0, 0, 0, '', 0, 0, NULL); -- Summoner Kanthin\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (70141);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(70141, 70141, 0, 0,  515, 0, 0),  -- Summoner Kanthin\n(70141, 70089, 4, 225, 515, 0, 0); -- Glacius\n\nDELETE FROM `creature_addon` WHERE `guid` IN (70141);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(70141, 701410, 0, 0, 0, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` IN (701410);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(701410, 1, 2952.34, 2280.58, 161.708, NULL, 0, 0, 0, 100, 0),\n(701410, 2, 2963.22, 2285.29, 161.715, NULL, 0, 0, 0, 100, 0),\n(701410, 3, 2972.13, 2290.53, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 4, 2981.27, 2296.16, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 5, 2985.89, 2298.46, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 6, 2991.7, 2294.17, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 7, 2998.74, 2293.21, 161.706, NULL, 0, 0, 0, 100, 0),\n(701410, 8, 3005.23, 2292.41, 161.537, NULL, 0, 0, 0, 100, 0),\n(701410, 9, 3011.54, 2291.28, 160.931, NULL, 0, 0, 0, 100, 0),\n(701410, 10, 3012.24, 2298.92, 161.379, NULL, 0, 0, 0, 100, 0),\n(701410, 11, 3011.92, 2302.38, 161.554, NULL, 0, 0, 0, 100, 0),\n(701410, 12, 3012.24, 2298.92, 161.379, NULL, 0, 0, 0, 100, 0),\n(701410, 13, 3011.54, 2291.28, 160.931, NULL, 0, 0, 0, 100, 0),\n(701410, 14, 3005.23, 2292.41, 161.537, NULL, 0, 0, 0, 100, 0),\n(701410, 15, 2998.74, 2293.21, 161.706, NULL, 0, 0, 0, 100, 0),\n(701410, 16, 2991.7, 2294.17, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 17, 2985.89, 2298.46, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 18, 2981.27, 2296.16, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 19, 2972.13, 2290.53, 161.709, NULL, 0, 0, 0, 100, 0),\n(701410, 20, 2963.22, 2285.29, 161.715, NULL, 0, 0, 0, 100, 0);\n\n-- Arena vendors\nSET @CGUID      := 659000;\n\nSET @Vixton     := 120278;\nSET @Krixel     := 123396;\nSET @Leeni      := 124392;\n\nDELETE FROM `creature` WHERE `guid` IN (@CGUID+71, @CGUID+72);\nDELETE FROM `creature` WHERE `id1` IN (23396, 24392, 26352, @Leeni, @Krixel);\nDELETE FROM `creature` WHERE `id1` IN (32354, 33919, 33930, 33941, 32355, 33916, 33932, 33933, 32356, 33918, 33931, 33940, 34089, 34091, 34094);\nINSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n--\n(@CGUID+71, 20278,   530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180), -- Vixton Pinchwhistle, WotLK Season 1\n(@CGUID+72, @Vixton, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180), -- Vixton Pinchwhistle, WotLK Season 2\n(@CGUID+73, 24392, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180),   -- Leeni Smalls, WotLK Season 3\n(@CGUID+74, @Leeni, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180),  -- Leeni Smalls, WotLK Season 4\n(@CGUID+75, 32354, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180),   -- Leeni Smalls, WotLK Season 5\n(@CGUID+76, 33919, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180),   -- Leeni Smalls, WotLK Season 6\n(@CGUID+77, 33930, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180),   -- Leeni Smalls, WotLK Season 7\n(@CGUID+78, 33941, 530, 1, 1, 3070.16, 3635.11, 143.864, 0.750492, 180),   -- Leeni Smalls, WotLK Season 8\n--\n(@CGUID+79, 23396,   530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),  -- Krixel Pinchwhistle, WotLK Season 2\n(@CGUID+80, @Krixel, 530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),  -- Krixel Pinchwhistle, WotLK Season 3\n(@CGUID+81, 26352, 530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),    -- Big Zokk Torquewrench, WotLK Season 4\n(@CGUID+82, 32355, 530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),    -- Big Zokk Torquewrench, WotLK Season 5\n(@CGUID+83, 33916, 530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),    -- Big Zokk Torquewrench, WotLK Season 6\n(@CGUID+84, 33932, 530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),    -- Big Zokk Torquewrench, WotLK Season 7\n(@CGUID+85, 33933, 530, 1, 1, 3073.99, 3633.34, 143.881, 2.09012, 180),    -- Big Zokk Torquewrench, WotLK Season 8\n--\n(@CGUID+86, 32356, 530, 1, 1, 3066.45, 3638.87, 145.218, 0.875901, 180),   -- Kezzik the Striker, WotLK Season 5\n(@CGUID+87, 33918, 530, 1, 1, 3066.45, 3638.87, 145.218, 0.875901, 180),   -- Kezzik the Striker, WotLK Season 6\n(@CGUID+88, 33931, 530, 1, 1, 3066.45, 3638.87, 145.218, 0.875901, 180),   -- Kezzik the Striker, WotLK Season 7\n(@CGUID+89, 33940, 530, 1, 1, 3066.45, 3638.87, 145.218, 0.875901, 180),   -- Kezzik the Striker, WotLK Season 8\n--\n(@CGUID+90, 34089, 530, 1, 1, 3078.46, 3636.98, 145.385, 3.12999, 180),    -- Grez Brainboiler, WotLK Season 6\n(@CGUID+91, 34091, 530, 1, 1, 3078.46, 3636.98, 145.385, 3.12999, 180),    -- Grez Brainboiler, WotLK Season 7\n(@CGUID+92, 34094, 530, 1, 1, 3078.46, 3636.98, 145.385, 3.12999, 180);    -- Grez Brainboiler, WotLK Season 8\n\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S1'   WHERE `guid` IN (@CGUID+71);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S2'   WHERE `guid` IN (@CGUID+72, @CGUID+79);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S3'   WHERE `guid` IN (@CGUID+73, @CGUID+80);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S4'   WHERE `guid` IN (@CGUID+74, @CGUID+81);\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S5' WHERE `guid` IN (@CGUID+75, @CGUID+82, @CGUID+86);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S6' WHERE `guid` IN (@CGUID+76, @CGUID+83, @CGUID+87, @CGUID+90);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S7' WHERE `guid` IN (@CGUID+77, @CGUID+84, @CGUID+88, @CGUID+91);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S8' WHERE `guid` IN (@CGUID+78, @CGUID+85, @CGUID+89, @CGUID+92);\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+71 AND @CGUID+92;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+71, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+72, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+73, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+74, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+75, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+76, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+77, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+78, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+79, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+80, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+81, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+82, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+83, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+84, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+85, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+86, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+87, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+88, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+89, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+90, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+91, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+92, 0, 0, 0, 1, 0, 0, NULL);\n\n/* The Heap fixes */\nSET @CGUID   := 670000;\nSET @WPID    := 6700000;\n\nDELETE FROM `creature` WHERE `id1` IN (18875, 19642);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+101, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2493.2236, 4047.8603, 133.6053, 0.0523, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+102, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2468.4416, 4041.4179, 127.5681, 4.5553, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+103, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2473.7265, 4035.1054, 128.8390, 2.0071, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+104, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2459.7622, 4032.2712, 124.8421, 0.9773, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+105, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2600.2282, 3911.5981, 136.2060, 4.9567, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+106, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2554.3347, 3886.2026, 138.6506, 0.9250, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+107, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2557.0432, 3896.5261, 138.0386, 4.6076, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+108, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2526.9973, 3859.1813, 136.8578, 5.1836, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+109, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2530.3850, 3847.1333, 137.4536, 2.4434, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+110, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2483.0676, 3860.4797, 125.3240, 4.5727, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+111, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2485.3046, 3848.2587, 126.0828, 2.9321, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+112, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2515.9096, 3784.0686, 132.5868, 5.8643, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+113, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2523.6750, 3782.0061, 135.0500, 2.8972, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+114, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2515.2541, 3772.5300, 132.3054, 2.1991, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+115, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2654.4431, 3856.9252, 138.0545, 5.8119, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+116, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2678.3569, 3814.7370, 137.8357, 5.6025, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+117, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2675.0178, 3803.1718, 139.3871, 1.0471, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+118, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2682.5480, 3803.6853, 140.1650, 6.2133, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+119, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2612.6723, 3731.4899, 145.0707, 6.0737, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+120, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2620.7150, 3738.4899, 144.9399, 4.1713, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+121, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2625.1333, 3726.2438, 144.7554, 1.2391, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+122, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2611.6418, 3780.2622, 142.1122, 5.0265, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+123, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2613.5512, 3770.8515, 143.1551, 1.8151, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+124, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2627.6955, 3775.3352, 143.1132, 3.3684, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+125, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2643.7111, 3773.7170, 143.9701, 5.9515, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+126, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2655.8430, 3776.9770, 144.0731, 3.3161, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+127, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2703.1691, 3752.9753, 142.2192, 1.6755, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+128, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2692.8112, 3763.2192, 142.8174, 4.9218, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+129, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2668.5402, 3744.2734, 143.6609, 3.7873, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+130, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2653.4018, 3710.3728, 144.4481, 5.7944, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+131, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2666.3569, 3718.8215, 144.5070, 4.8171, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+132, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2669.4016, 3705.8073, 144.0050, 0.9075, 300, 0, 0, 6326, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+133, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2707.0927, 3772.5764, 142.3062, 3.0967, 300, 0, 1, 6326, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+134, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2670.7036, 3821.6115, 139.2919, 4.3861, 300, 0, 1, 6326, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+135, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2607.5285, 3725.2192, 144.2711, 1.6109, 300, 0, 1, 6326, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+136, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2491.4416, 3862.7604, 128.0000, 4.9307, 300, 0, 1, 6326, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+137, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2608.2902, 3902.4914, 135.5155, 3.1545, 300, 0, 1, 6326, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+138, 18875, 0, 0, 530, 0, 0, 1, 1, 1, 2472.1313, 4026.4887, 127.8266, 0.6927, 300, 0, 1, 6326, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+141, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2493.55, 3915.61, 127.110, 1.2740, 180, 0, 0, 6542, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+142, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2504.72, 3903.35, 129.319, 0.1396, 180, 0, 0, 6542, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+143, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2648.00, 3763.06, 143.565, 3.1641, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+144, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2668.26, 3750.03, 143.608, 5.6922, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+145, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2679.75, 3713.08, 144.104, 3.9176, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+146, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2687.15, 3733.26, 143.820, 5.3474, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+147, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2694.89, 3753.47, 143.085, 4.4080, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+148, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2618.97, 3766.44, 143.529, 5.9506, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+149, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2624.01, 3755.87, 144.174, 5.0293, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+150, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2628.27, 3734.59, 144.932, 2.5821, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+151, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2671.83, 3800.06, 140.558, 3.1308, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+152, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2662.68, 3848.30, 138.181, 2.2347, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+153, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2663.59, 3822.31, 138.388, 3.8144, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+154, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2653.54, 3802.00, 140.269, 2.5836, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+155, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2577.42, 3737.24, 145.059, 0.2760, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+156, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2607.27, 3796.84, 141.034, 4.3894, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+157, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2567.54, 3777.65, 142.653, 3.5173, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+158, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2531.69, 3777.07, 137.558, 0.3880, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+159, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2609.41, 3823.15, 139.041, 3.4216, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+160, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2721.24, 3714.03, 139.533, 3.0479, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+161, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2545.42, 3815.48, 141.253, 1.5938, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+162, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2492.92, 3954.59, 123.340, 2.5587, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+163, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2528.35, 3794.03, 136.311, 4.0679, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+164, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2483.14, 3838.20, 124.266, 2.9449, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+165, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2510.90, 3820.29, 130.064, 4.4633, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+166, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2519.78, 3851.19, 134.574, 5.4565, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+167, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2598.64, 3900.12, 136.893, 2.7108, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+168, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2539.79, 3859.37, 139.473, 5.4714, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+169, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2564.83, 3885.81, 138.153, 4.1943, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+170, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2581.14, 3869.95, 138.955, 1.1742, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+171, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2524.24, 3942.96, 126.237, 0.8268, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+172, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2540.84, 3927.82, 135.783, 2.8477, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+173, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2517.68, 3884.41, 134.999, 3.0243, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+174, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2580.77, 3924.47, 136.690, 6.1488, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+175, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2450.93, 4014.51, 120.112, 2.2656, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+176, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2484.48, 4051.00, 131.252, 1.1435, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+177, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2481.17, 4016.70, 128.634, 1.0437, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+178, 19642, 0, 0, 530, 0, 0, 1, 1, 1, 2449.39, 4049.83, 121.664, 4.7628, 300, 4, 0, 6542, 0, 1, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_template_addon` WHERE `entry` = 18875;\nINSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(18875, 0, 0, 0, 1, 28, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (67559, 67560, 67562, 67565, 67566, 67567, 67568, 67569, 67571, 67572, 67574, 67575, 67576, 67577, 67578, 67579, 67580, 67582, 70065);\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+133, @CGUID+134, @CGUID+135, @CGUID+136, @CGUID+137, @CGUID+138);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(@CGUID+133, @WPID+1330, 0, 0, 1, 0, 0, ''),\n(@CGUID+134, @WPID+1340, 0, 0, 1, 0, 0, ''),\n(@CGUID+135, @WPID+1350, 0, 0, 1, 0, 0, ''),\n(@CGUID+136, @WPID+1360, 0, 0, 1, 0, 0, ''),\n(@CGUID+137, @WPID+1370, 0, 0, 1, 0, 0, ''),\n(@CGUID+138, @WPID+1380, 0, 0, 1, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` IN (@WPID+1330, @WPID+1340, @WPID+1350, @WPID+1360, @WPID+1370, @WPID+1380);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+1330, 1, 2706.5, 3775.35, 142.265, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 2, 2682.88, 3773.67, 141.28, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 3, 2664.01, 3764.65, 143.128, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 4, 2633.5, 3754.44, 144.182, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 5, 2599.49, 3767.54, 143.5, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 6, 2565.73, 3780.04, 142.404, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 7, 2533.22, 3799.46, 137.998, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 8, 2506.08, 3832.59, 129.954, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 9, 2507.16, 3866.2, 131.767, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 10, 2545.39, 3882.25, 138.854, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 11, 2567.63, 3881.5, 138.439, NULL, 0, 0, 0, 100, 0),\n(@WPID+1330, 12, 2590.2, 3904.55, 136.909, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1340, 1, 2672.75, 3820.59, 139.305, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 2, 2664.23, 3802.49, 139.402, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 3, 2662.61, 3784.01, 141.743, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 4, 2657.52, 3768.14, 143.54, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 5, 2645.83, 3760.52, 143.723, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 6, 2615.32, 3765.42, 143.59, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 7, 2599.92, 3775.85, 142.276, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 8, 2612.58, 3796.7, 141.96, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 9, 2635.67, 3809.04, 140.755, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 10, 2634.29, 3848.28, 139.251, NULL, 0, 0, 0, 100, 0),\n(@WPID+1340, 11, 2647.84, 3852.96, 138.382, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1350, 1, 2607.35, 3726.63, 144.436, NULL, 0, 0, 0, 100, 0),\n(@WPID+1350, 2, 2606.85, 3742.29, 145.291, NULL, 0, 0, 0, 100, 0),\n(@WPID+1350, 3, 2623.96, 3747.46, 144.522, NULL, 0, 0, 0, 100, 0),\n(@WPID+1350, 4, 2652.63, 3723.98, 144.414, NULL, 0, 0, 0, 100, 0),\n(@WPID+1350, 5, 2676.07, 3724.03, 144.316, NULL, 0, 0, 0, 100, 0),\n(@WPID+1350, 6, 2695.75, 3753.35, 143.032, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1360, 1, 2492.57, 3860.92, 128.178, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 2, 2497.89, 3833.78, 128.055, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 3, 2505.95, 3800.5, 125.882, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 4, 2506.9, 3767.34, 129.5, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 5, 2528.99, 3763.7, 135.073, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 6, 2529.54, 3799.21, 136.562, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 7, 2508.93, 3834.16, 130.8, NULL, 0, 0, 0, 100, 0),\n(@WPID+1360, 8, 2480.47, 3839.58, 123.363, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1370, 1, 2608.29, 3902.49, 135.432, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 2, 2567.69, 3901.96, 137.591, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 3, 2549.9, 3901.63, 135.38, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 4, 2539.45, 3876.08, 138.79, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 5, 2534.01, 3847.28, 138.322, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 6, 2525.08, 3843.35, 135.762, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 7, 2520.88, 3857.2, 135.1, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 8, 2557.45, 3879.27, 138.754, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 9, 2575.86, 3898.82, 137.714, NULL, 0, 0, 0, 100, 0),\n(@WPID+1370, 10, 2603.94, 3922.44, 136.214, NULL, 0, 0, 0, 100, 0),\n--\n(@WPID+1380, 1, 2472.24, 4030.05, 128.14, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 2, 2487.97, 4039.63, 132.33, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 3, 2493.34, 4025.29, 132.999, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 4, 2462.86, 4012.1, 123.805, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 5, 2448.48, 4036.84, 120.872, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 6, 2457.17, 4047.86, 125.012, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 7, 2476.59, 4052.68, 129.313, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 8, 2483.38, 4035.43, 131.168, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 9, 2484.59, 4012.73, 130.11, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 10, 2479.91, 3999.54, 126.257, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 11, 2475.95, 3984.73, 119.076, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 12, 2488.69, 4011.84, 131.44, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 13, 2481.41, 4044.58, 130.465, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 14, 2459.91, 4047.16, 125.761, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 15, 2445.96, 4037.96, 119.968, NULL, 0, 0, 0, 100, 0),\n(@WPID+1380, 16, 2458.39, 4022.9, 123.463, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_orgrimmar.sql",
    "content": "UPDATE `creature_template` SET `subname` = 'Expert Blacksmith'        WHERE `entry` = 1383;  -- Snarl <Expert Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 2855;  -- Snang <Journeyman Tailor>\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer'      WHERE `entry` = 2857;  -- Thund <Journeyman Engineer>\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter'         WHERE `entry` = 3345;  -- Godan <Expert Enchanter>\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist'         WHERE `entry` = 3347;  -- Yelmak <Expert Alchemist>\nUPDATE `creature_template` SET `subname` = 'Artisan Blacksmith'       WHERE `entry` = 3355;  -- Saru Steelfury <Artisan Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Expert Tailor'            WHERE `entry` = 3363;  -- Magar <Expert Tailor>\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker'     WHERE `entry` = 3365;  -- Karolek <Expert Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Expert Engineer'          WHERE `entry` = 3412;  -- Nogg <Expert Engineer>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 5811;  -- Kamari <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Armor Crafter'            WHERE `entry` = 7230;  -- Shayis Steelfury <Armor Crafter>\nUPDATE `creature_template` SET `subname` = 'Weapon Crafter'           WHERE `entry` = 7231;  -- Kelgruk Bloodaxe <Weapon Crafter>\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith'    WHERE `entry` = 10266; -- Ug'thok <Journeyman Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Artisan Engineer'         WHERE `entry` = 11017; -- Roxxik <Artisan Engineer>\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 11046; -- Whuut <Journeyman Alchemist>\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` = 11066; -- Jhag <Journeyman Enchanter>\n\nUPDATE `creature_template` SET `npcflag` = 81 WHERE `entry` IN (1383, 2855, 2857, 3412, 5811, 10266, 11017, 11046, 11066); -- `trainer_type` = 2\nUPDATE `creature_template` SET `type_flags` = 134217728 WHERE `entry` IN (1383, 3412, 11017);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (1012, 2782, 4126, 4148, 4151, 4168, 4209, 4347);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES\n(15, 1012, 0, 7, 164, 125, 'Show menu if blacksmithing is 125 or higher'), -- Saru Steelfury <Artisan Blacksmith>\n(15, 2782, 0, 7, 164, 50,  'Show menu if blacksmithing is 50 or higher'),  -- Snarl <Expert Blacksmith>\n(15, 4126, 0, 7, 171, 50,  'Show menu if alchemy is 50 or higher'),        -- Yelmak <Expert Alchemist>\n(15, 4148, 0, 7, 202, 50,  'Show menu if engineering is 50 or higher'),    -- Nogg <Expert Engineer>\n(15, 4151, 0, 7, 202, 125, 'Show menu if engineering is 125 or higher'),   -- Roxxik <Artisan Engineer>\n(15, 4168, 0, 7, 333, 50,  'Show menu if enchanting is 50 or higher'),     -- Godan <Expert Enchanter>\n(15, 4209, 0, 7, 165, 50,  'Show menu if leatherworking is 50 or higher'), -- Karolek <Expert Leatherworker>\n(15, 4347, 0, 7, 197, 50,  'Show menu if tailoring is 50 or higher');      -- Magar <Expert Tailor>\n\nDELETE FROM `creature` WHERE `id1` = 3230 AND `map`= 1;\nDELETE FROM `creature` WHERE `guid` IN (10299, 203492, 203493, 203494, 203495);\nDELETE FROM `creature` WHERE `id1` IN (3890, 14720, 14942, 15006);\nINSERT INTO `creature` (`guid`, `id1`, `map`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n(603230, 3230,  1, 1, 1938.55, -4133.22, 41.1424, 4.07636, 300), -- Nazgrel <Advisor to Thrall>\n(10299,  3296,  1, 1, 1620.45, -4252.84, 47.5273, 3.7001,  300), -- Orgrimmar Grunt\n(603890, 3890,  1, 1, 1991.89, -4793.95, 56.0462, 3.27581, 300), -- Brakgul Deathbringer <Warsong Gulch Battlemaster>\n(614720, 14720, 1, 1, 1565.79, -4395.27, 6.9866, 3.35103,  600), -- High Overlord Saurfang\n(614942, 14942, 1, 1, 1980.9, -4787.78, 55.8796, 5.13127,  600), -- Kartra Bloodsnarl <Alterac Valley Battlemaster>\n(615006, 15006, 1, 1, 2002.26, -4796.74, 56.8471, 3.00197, 600); -- Deze Snowbane <Arathis Basin Battlemaster>\n\n-- Master Pyreanor <Paladin Trainer>\nUPDATE `creature` SET `position_x`= 1940.23, `position_y`= -4135.53, `position_z`= 41.1522, `orientation`= 3.12425  WHERE `id1` = 23128;\n\n-- Knowledge of the Orb of Orahil (Warlock)\nDELETE FROM `creature_queststarter` WHERE `id` = 3326 AND `quest` = 4967;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (3326, 4967);\n\n-- An Imp's Request (Warlock)\nDELETE FROM `creature_queststarter` WHERE `id` IN (3324, 3325, 3326, 4564, 5495, 5496) AND `quest`= 8419;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (3326, 8419);\n\nUPDATE `creature_template` SET `subname` = 'General Goods Merchant'       WHERE `entry` = 3313;  -- Trak'gen <General Goods Merchant>\nUPDATE `creature_template` SET `subname` = 'Guns and Ammo Merchant'       WHERE `entry` = 3322;  -- Kaja <Guns and Ammo Merchant>\nUPDATE `creature_template` SET `subname` = 'Reagents Vendor'              WHERE `entry` = 3323;  -- Horthus <Reagents Vendor>\nUPDATE `creature_template` SET `subname` = 'Poison Vendor'                WHERE `entry` = 3334;  -- Rekkul <Poison Vendor>\nUPDATE `creature_template` SET `subname` = 'Reagents Vendor'              WHERE `entry` = 3335;  -- Hagrus <Reagents Vendor>\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor'         WHERE `entry` = 3350;  -- Asoran <General Goods Vendor>\nUPDATE `creature_template` SET `subname` = 'Reagents Vendor'              WHERE `entry` = 3351;  -- Magenius <Reagents Vendor>\nUPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier'       WHERE `entry` = 3356;  -- Sumi <Blacksmithing Supplier>\nUPDATE `creature_template` SET `subname` = 'Mining Supplier'              WHERE `entry` = 3358;  -- Gorina <Mining Supplier>\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Merchant' WHERE `entry` = 3367;  -- Felika <General Trade Goods Merchant>\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier'             WHERE `entry` = 3400;  -- Xen'to <Cooking Supplier>\nUPDATE `creature_template` SET `subname` = 'General Trade Goods Merchant' WHERE `entry` = 5817;  -- Shimra <General Trade Goods Merchant>\nUPDATE `creature_template` SET `subname` = 'King of Darkspear Trolls'     WHERE `entry` = 10540; -- Vol'jin <King of Darkspear Trolls>\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master'              WHERE `entry` = 12136; -- Snurk Bucksquick <Zeppelin Master>\n\n-- Legionnaire Teena\nUPDATE `creature_template` SET `subname`= NULL, `npcflag` = 0, `faction` = 85 WHERE `entry` = 12788;\nUPDATE `creature_template_locale` SET `Title` = NULL WHERE `entry` = 12788;\nDELETE FROM `npc_vendor` WHERE `entry`= 12788; -- was placed in battlegrounds during Vanilla and TBC. needs to be hidden until wotlk\n\n-- Nazgrel <Advisor to Thrall>\nUPDATE `creature_template` SET `npcflag` = 2, `faction` = 29, `gossip_menu_id` = 0 WHERE `entry` = 3230;\nUPDATE `creature_template_model` SET `DisplayScale` = 0.7 WHERE `CreatureID` = 3230;\n\n-- remove civilian flag\nUPDATE `creature_template` SET `flags_extra` = 0 WHERE `entry` IN (14392, 14720); -- Overlord Runthak / High Overlord Saurfang\n\nSET @Stonehide  := 112793; -- Brave Stonehide <Officer Accessories Quartermaster>, Vanilla\nSET @Zarg       := 112794; -- Stone Guard Zarg <Food and Drink>, Vanilla\nSET @Hola       := 112795; -- First Sergeant Hola'mahi, Vanilla\nSET @Bork       := 112796; -- Raider Bork <Mount Quartermaster>, Vanilla\nSET @Vixton     := 120278; -- Vixton Pinchwhistle - Season 2\nSET @Krixel     := 123396; -- Krixel Pinchwhistle - Season 3\nSET @Leeni      := 124392; -- Leeni \"Smiley\" Smalls - Season 4\n\nSET @CGUID      := 659000;\n\nUPDATE `creature_template` SET `subname` = 'Officer Accessories Quartermaster' WHERE `entry` = 12793;\nUPDATE `creature_template` SET `subname` = 'Weapons Quartermaster'             WHERE `entry` = 12794;\nUPDATE `creature_template` SET `subname` = 'Armor Quartermaster'               WHERE `entry` = 12795;\nUPDATE `creature_template` SET `subname` = 'Mount Quartermaster'               WHERE `entry` = 12796;\nUPDATE `creature_template` SET `subname` = 'Arena Vendor'                      WHERE `entry` = 20278;\n\nUPDATE `creature_template_addon` SET `mount` = 0 WHERE `entry` = 12796;\n\nDELETE FROM `creature` WHERE `guid` IN (125688, 125690, 125694, 125695, 612792, 612793, 612794, 612795, 612796, 612799, 614581, 623396, 623447, 626397, 620278, 626396); -- 00_cleanup\nDELETE FROM `creature` WHERE `id1`  IN (12788, 19850, 32383, 32385, 34036, 34037, 34038, 34058, 34059, 34060);\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+18;\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+101 AND @CGUID+118;\n\nINSERT INTO `creature` (`guid`, `id1`, `map`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n--\n(@CGUID+101, 12799, 1, 1, 1632.21, -4262.19, 49.027, 3.63029, 430),     -- Sergeant Ba'sha <Accessories Quartermaster>, Vanilla\n(@CGUID+102, @Stonehide, 1, 1, 1657.6, -4191.97, 56.383, 4.52365, 180), -- Brave Stonehide <Officer Accessories Quartermaster>, Vanilla\n(@CGUID+103, 12793, 1, 1, 1672.24, -4206.81, 56.3827, 3.30568, 180),    -- Brave Stonehide <Officer Accessories Quartermaster>, TBC\n(@CGUID+104, @Zarg, 1, 1, 1641.65, -4197.52, 56.3823, 5.41219, 180),    -- Stone Guard Zarg <Food and Drink>, Vanilla\n(@CGUID+105, 12794, 1, 1, 1641.65, -4197.52, 56.3823, 5.41219, 180),    -- Stone Guard Zarg <Weapons Quartermaster>, TBC\n(@CGUID+106, @Hola, 1, 1, 1673.9, -4216, 56.3826, 2.93578, 180),        -- First Sergeant Hola'mahi <Reagent Vendor>, Vanilla\n(@CGUID+107, 12795, 1, 1, 1673.9, -4216, 56.3826, 2.93578, 180),        -- First Sergeant Hola'mahi <Armor Quartermaster>, TBC\n(@CGUID+108, 14581, 1, 1, 1644.52, -4195.26, 56.3826, 5.43078, 180),    -- Sergeant Thunderhorn <Weapons Quartermaster>, Vanilla\n(@CGUID+109, 26396, 1, 1, 1669.09, -4196.78, 56.4831, 4.10416, 180),    -- Sergeant Thunderhorn <Weapons Quartermaster>, TBC\n(@CGUID+110, 12792, 1, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180),     -- Lady Palanseer <Armor Quartermaster>, Vanilla\n(@CGUID+111, 26397, 1, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180),     -- Lady Palanseer <Armor Quartermaster>, TBC Season 1\n(@CGUID+112, 23447, 1, 0, 1644.52, -4195.26, 56.3826, 5.43078, 180),    -- Sergeant Kien <Armor Quartermaster>,  TBC Season 2\n(@CGUID+113, 34039, 1, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180),     -- Lady Palanseer <Armor Quartermaster>, TBC Season 3\n(@CGUID+114, 34040, 1, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180),     -- Lady Palanseer <Armor Quartermaster>, TBC Season 4\n(@CGUID+115, 12796, 1, 1, 1674.43, -4212.55, 56.3829, 3.00254, 180),    -- Raider Bork <Mount Quartermaster>, TBC\n(@CGUID+116, @Bork, 1, 1, 1674.43, -4212.55, 56.3829, 3.00254, 180),    -- Raider Bork <Mount Quartermaster>, Vanilla\n(@CGUID+117, 19850, 1, 0, 1651.85, -4209.56, 55.5382, 5.61086, 180),    -- Councilor Arial D'Anastasis, TBC\n(@CGUID+118, 12788, 1, 1, 1650.95, -4212.82, 55.439, 0.182965, 300),    -- Legionnaire Teena, TBC\n\n(@CGUID+1, 20278, 1, 0, 1654.25, -4189.82, 56.3825, 4.71787, 180),      -- Vixton Pinchwhistle <Arena Vendor>, TBC, Season 1\n(@CGUID+2, @Vixton, 1, 0, 1654.25, -4189.82, 56.3825, 4.71787, 180),    -- Vixton Pinchwhistle <Arena Vendor>, TBC, Season 2\n(@CGUID+3, 23396, 1, 0, 1660.37, -4190.74, 56.3817, 4.54116, 180),      -- Krixel Pinchwhistle <Arena Vendor>, TBC, Season 2\n(@CGUID+4, 24392, 1, 0, 1654.25, -4189.82, 56.3825, 4.71787, 180),      -- Leeni \"Smiley\" Smalls <Arena Vendor>, TBC, Season 3\n(@CGUID+5, @Krixel, 1, 0, 1660.37, -4190.74, 56.3817, 4.54116, 180),    -- Krixel Pinchwhistle <Arena Vendor>, TBC, Season 3\n(@CGUID+6, @Leeni, 1, 0, 1654.25, -4189.82, 56.3825, 4.71787, 180),     -- Leeni \"Smiley\" Smalls <Arena Vendor>, TBC, Season 4\n(@CGUID+7, 26352, 1, 1, 1660.37, -4190.74, 56.3817, 4.54116, 180),      -- Big Zokk Torquewrench <Arena Vendor>, TBC, Season 4\n\n(@CGUID+11, 32383, 1, 1, 1669.09, -4196.78, 56.3827, 4.10416, 180),     -- Sergeant Thunderhorn, WotLK Season 5\n(@CGUID+12, 34036, 1, 1, 1669.09, -4196.78, 56.3827, 4.10416, 180),     -- Sergeant Thunderhorn, WotLK Season 6\n(@CGUID+13, 34037, 1, 1, 1669.09, -4196.78, 56.3827, 4.10416, 180),     -- Sergeant Thunderhorn, WotLK Season 7\n(@CGUID+14, 34038, 1, 1, 1669.09, -4196.78, 56.3827, 4.10416, 180),     -- Sergeant Thunderhorn, WotLK Season 8\n(@CGUID+15, 32385, 1, 0, 1673.07, -4201.89, 56.3826, 3.62927, 180),     -- Doris Volanthius, WotLK Season 5\n(@CGUID+16, 34058, 1, 0, 1673.07, -4201.89, 56.3826, 3.62927, 180),     -- Doris Volanthius, WotLK Season 6\n(@CGUID+17, 34059, 1, 0, 1673.07, -4201.89, 56.3826, 3.62927, 180),     -- Doris Volanthius, WotLK Season 7\n(@CGUID+18, 34060, 1, 0, 1673.07, -4201.89, 56.3826, 3.62927, 180);     -- Doris Volanthius, WotLK Season 8\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_pvp'  WHERE `guid` IN (@CGUID+109); -- only visible during tbc\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_pre_tbc'  WHERE `guid` IN (@CGUID+101, @CGUID+102, @CGUID+104, @CGUID+106, @CGUID+108,@CGUID+110,  @CGUID+116); -- only visible during vanilla\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc'      WHERE `guid` IN (@CGUID+103, @CGUID+105, @CGUID+107, @CGUID+115, @CGUID+117, @CGUID+118); -- visible during tbc & wotlk\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S1'   WHERE `guid` IN (@CGUID+1, @CGUID+111);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S2'   WHERE `guid` IN (@CGUID+2, @CGUID+3, @CGUID+112);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S3'   WHERE `guid` IN (@CGUID+4, @CGUID+5, @CGUID+113);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S4'   WHERE `guid` IN (@CGUID+6, @CGUID+7, @CGUID+114);\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S5' WHERE `guid` IN (@CGUID+11, @CGUID+15);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S6' WHERE `guid` IN (@CGUID+12, @CGUID+16);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S7' WHERE `guid` IN (@CGUID+13, @CGUID+17);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S8' WHERE `guid` IN (@CGUID+14, @CGUID+18);\n\n/* Hide certain vendor items until the player has reached the progression tier for them */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (12796, 12792, 26397, 14581, 26396) AND `ConditionValue1` IN (66002, 66006, 66008);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(23, 12792, 16485, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Silk Footwraps if the player has NOT completed PROGRESSION_AQ'), -- mage\n(23, 12792, 16487, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Silk Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16489, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Silk Hood if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16490, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Silk Pants if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16491, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Silk Robes if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16492, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Silk Shoulderpads if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16494, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dragonhide Boots if the player has NOT completed PROGRESSION_AQ'), -- druid\n(23, 12792, 16496, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dragonhide Gauntlets if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16501, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Dragonhide Spaulders if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16502, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dragonhide Trousers if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16503, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Dragonhide Helm if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16504, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Dragonhide Helm if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16498, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Leather Treads if the player has NOT completed PROGRESSION_AQ'), -- rogue\n(23, 12792, 16499, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Leather Vices if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16505, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Leather Hauberk if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16506, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Leather Headguard if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16507, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Leather Mantle if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16508, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Leather Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16509, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Plate Boots if the player has NOT completed PROGRESSION_AQ'), -- warrior\n(23, 12792, 16510, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Plate Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16513, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Plate Armor if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16514, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Plate Headguard if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16515, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Plate Legguards if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16516, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Plate Pauldrons if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16518, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Mail Walkers if the player has NOT completed PROGRESSION_AQ'), -- shaman\n(23, 12792, 16519, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Mail Grips if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16521, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Mail Helm if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16522, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Mail Chestpiece if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16523, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Mail Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16524, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Mail Shoulders if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16525, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Chain Breastplate if the player has NOT completed PROGRESSION_AQ'), -- hunter\n(23, 12792, 16526, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Chain Headguard if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16527, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Chain Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16528, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Chain Pauldrons if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16530, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Chain Gauntlets if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 16531, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Chain Boots if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17570, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Dreadweave Hood if the player has NOT completed PROGRESSION_AQ'), -- warlock\n(23, 12792, 17571, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dreadweave Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17572, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dreadweave Robe if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17573, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Dreadweave Shoulders if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17576, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dreadweave Boots if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17577, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dreadweave Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17610, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Satin Cowl if the player has NOT completed PROGRESSION_AQ'), -- priest\n(23, 12792, 17611, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Satin Trousers if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17612, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Satin Vestments if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17613, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Champions Satin Shoulderpads if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17616, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Satin Boots if the player has NOT completed PROGRESSION_AQ'),\n(23, 12792, 17617, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Satin Gloves if the player has NOT completed PROGRESSION_AQ'),\n--\n(23, 12792, 22860, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Silk Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22870, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Silk Handwraps if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22883, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Silk Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22886, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Silk Tunic if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23263, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Silk Cowl if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23264, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Silk Mantle if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22843, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Chain Greaves if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22862, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Chain Vices if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22874, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Chain Hauberk if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22875, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Chain Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23251, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Chain Helm if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23252, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Chain Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22852, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dragonhide Treads if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22863, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dragonhide Grips if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22877, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dragonhide Chestpiece if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22878, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dragonhide Leggings if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23253, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Dragonhide Headguard if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23254, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Dragonhide Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22855, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dreadweave Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22865, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Dreadweave Handwraps if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22881, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dreadweave Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22884, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Dreadweave Tunic if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23255, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Dreadweave Cowl if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23256, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Dreadweave Spaulders if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22856, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Leather Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22864, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Leather Grips if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22879, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Leather Chestpiece if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22880, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Leather Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23257, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Leather Helm if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23258, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Leather Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22857, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Mail Greaves if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22867, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Mail Vices if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22876, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Mail Hauberk if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22887, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Mail Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23259, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Mail Headguard if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23260, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Mail Pauldrons if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22858, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Plate Greaves if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22868, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Plate Gauntlets if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22872, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Plate Hauberk if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22873, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Plate Leggings if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23243, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Plate Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23244, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Plate Helm if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22859, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Satin Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22869, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Blood Guards Satin Handwraps if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22882, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Satin Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12792, 22885, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Legionnaires Satin Tunic if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23261, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Satin Hood if the player has completed PROGRESSION_AQ'),\n(23, 12792, 23262, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Lady Palanseer will only sell Champions Satin Mantle if the player has completed PROGRESSION_AQ'),\n--\n(23, 12792, 16533, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Silk Cowl until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16534, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Silk Trousers until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16535, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Silk Raiment until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16536, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Silk Amice until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16539, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Silk Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16540, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Silk Handguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16541, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Plate Armor until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16542, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Plate Headpiece until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16543, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Plate Leggings until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16544, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Plate Shoulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16545, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Plate Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16548, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Plate Gauntlets until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16549, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Dragonhide Hauberk until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16550, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Dragonhide Helmet until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16551, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Dragonhide Epaulets until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16552, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Dragonhide Leggings until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16554, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Dragonhide Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16555, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Dragonshide Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16558, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Leather Treads until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16560, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Leather Mitts until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16561, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Leather Helm until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16562, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Leather Spaulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16563, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Leather Breastplate until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16564, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Leather Legguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16565, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Chain Chestpiece until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16566, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Chain Helmet until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16567, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Chain Legguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16568, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Chain Shoulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16569, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Chain Sabatons until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16571, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Chain Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16573, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Mail Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16574, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Mail Gauntlets until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16577, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Mail Armor until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16578, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Mail Helm until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16579, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Mail Leggings until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 16580, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Mail Spaulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17586, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Dreadweave Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17588, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Dreadweave Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17590, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Dreadweave Mantle until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17591, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Dreadweave Hood until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17592, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Dreadweave Robe until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17593, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Dreadweave Pants until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17618, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Satin Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17620, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Satin Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17622, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Satin Mantle until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17623, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Satin Cowl until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17624, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Satin Robes until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 17625, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Satin Leggings until the player has completed PROGRESSION_ONYXIA'),    \n(23, 12792, 29612, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Lamellar Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 29613, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Lamellar Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 29614, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Lamellar Legplates until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 29615, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Lamellar Chestplate until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 29616, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Lamellar Faceguard until the player has completed PROGRESSION_ONYXIA'),\n(23, 12792, 29617, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Lamellar Pauldrons until the player has completed PROGRESSION_ONYXIA'),    \n--\n(23, 14581, 16345, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Blade until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18826, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Shield Wall until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18828, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Cleaver until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18831, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Battle Axe until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18835, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Recurve until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18837, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Crossbow until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18840, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Razor until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18844, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Right Claw until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18848, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Left Claw until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18860, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Street Sweeper until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18866, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Bludgeon until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18868, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Pulverizer until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18871, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Pig Sticker until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18874, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords War Staff until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 18877, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Greatsword until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 23464, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Battle Mace until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 23465, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Destroyer until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 23466, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Spellblade until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 23467, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Quickblade until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 23468, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Tome of Destruction until the player has completed PROGRESSION_ONYXIA'),\n(23, 14581, 23469, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Tome of Mending until the player has completed PROGRESSION_ONYXIA'),\n--\n(23, 12796, 34129, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Raider Bork will not sell Swift Warstrider until the player has completed PROGRESSION_PRE_TBC');\n\n\n-- WotLK pvp vendors\nDELETE FROM `creature` WHERE `id1` IN \n(34043,  -- Lady Palanseer <Armor Quartermaster>\n 34063); -- Blood Guard Zar'shi <Northrend Armor Quartermaster>\n\n/* NPC Garyl - Remove non-Vanilla Tabards */\nDELETE FROM `npc_vendor` WHERE `entry`= 5188 AND `item` IN (15197, 15199, 19031, 19505, 24004, 31773, 31775, 31776, 31777, 31778, 31779, 31780, 31781, 31804, 32445, 32828, 35221);\n\n-- Nogg Quest Flags fix\nUPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE `entry` = 3412;\n\n-- Quest: Return to Witch Doctor Uzer'i\nUPDATE `quest_template` SET `LogDescription`   = \"Deliver Neeru's Herb Pouch to Witch Doctor Uzer'i in Feralas.\" WHERE `ID` = 3122;\nUPDATE `creature_queststarter` SET `id` = 3216 WHERE `quest` = 3122;\n\n-- Quest: A Strange Request to use Vanilla NPCs\nUPDATE `quest_template` SET \n`LogDescription`   = \"Take the Shrunken Head to Neeru Fireblade in Orgrimmar.\", \n`QuestDescription` = \"Neeru Fireblade in Orgrimmar has what I need to get started here! He has mixed up a concoction that I need for my... well, you'll see.$B$B\n                      Off with you now -- to Orgrimmar. Here, take this with you. It's a shrunken head that I promised Neeru in exchange for the herbs. \n                      It's the head of some poor dwarf I ventured across in the forest. I'm sure Neeru will be pleased.$B$B\n                      You'll find Neeru in the Cleft of Shadow.\" WHERE `ID` = 3121;\n\nUPDATE `creature_questender`   SET `id` = 3216 WHERE `quest` = 3121;\n\n-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (10540, 14720);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (10540, 14720);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(10540, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 4, 5881, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Vol jin - On Aggro - Play Sound (No Repeat)'),\n--\n(14720, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9347, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Saurfang - On Aggro - Cast Mortal Strike trigger'),\n(14720, 0, 1, 2, 32, 0, 100, 0, 2000, 9999, 0, 0, 0, 0, 11, 26339, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Saurfang - On receiving high damage - Cast Saurfang Rage'), -- should be critical damage\n(14720, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Saurfang - On Cast Power Saurfang Rage - Say Line 0'),\n(14720, 0, 3, 0, 9, 0, 100, 0, 0, 0, 25000, 25000, 8, 25, 11, 15749, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Saurfang - Within 8-25 Range - Cast Shield Charge'),\n(14720, 0, 4, 0, 12, 0, 100, 0, 0, 20, 2500, 3500, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Saurfang - Target Between 0-20% Health - Cast Execute'),\n(14720, 0, 5, 0, 5, 0, 100, 0, 5000, 5000, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Saurfang - On Kill - Say Line 1');\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (14720);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(14720, 0, 0, '%s\\'s eyes glow red for a brief moment.', 16, 0, 100, 0, 0, 0, 11563, 0, 'Saurfang Rage'),\n(14720, 1, 0, 'Is that the best you can do?',            16, 0, 100, 0, 0, 0, 11564, 0, 'Saurfang on Kill'); \n"
  },
  {
    "path": "data/sql/world/base/zone_redridge_mountains.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(334, 335, 345, 422, 423, 424, 426, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 442, 445, 446, 485, 486, \n505, 518, 544, 545, 547, 548, 568, 580, 584, 615, 616, 703, 711, 712, 1083, 4064, 4065, 4462, 4463, 4464, 14271);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(334, 335, 345, 422, 423, 424, 426, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 442, 445, 446, 485, 486, \n505, 518, 544, 545, 547, 548, 568, 580, 584, 615, 616, 703, 711, 712, 1083, 4064, 4065, 4462, 4463, 4464, 14271);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(334, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gath Ilzogg - On Aggro - Cast Defensive Stance'),\n(334, 0, 1, 0, 0, 0, 100, 0, 2000, 12000, 32000, 39000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Gath Ilzogg - In Combat - Cast Infected Wound'),\n(334, 0, 2, 0, 105, 0, 50, 0, 0, 0, 5200, 12100, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Gath Ilzogg - Target Casting - Cast Shield Bash'),\n(334, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Gath Ilzogg - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(335, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13375, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Singe - In Combat - Cast Fireball'),\n(335, 0, 1, 0, 0, 0, 100, 0, 4000, 10000, 20000, 22000, 0, 0, 11, 12468, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Singe - In Combat - Cast Flamestrike'),\n(345, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bellygrub - On Aggro - Cast Rushing Charge'),\n(345, 0, 1, 0, 0, 0, 100, 0, 3000, 11000, 11000, 16000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Bellygrub - In Combat - Cast Trample'),\n--\n(422, 0, 0, 0, 0, 0, 100, 0, 9000, 12000, 25000, 30000, 0, 0, 11, 3393, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Murloc Flesheater - Within 0-5 Range - Cast Consume Flesh'),\n(422, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Flesheater - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(423, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Mongrel - On Aggro - Say Line 0'),\n(423, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Mongrel - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(424, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Redridge Poacher - Outside 30 Range - Start Combat Movement'),\n(424, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Redridge Poacher - Within 5-30 Range - Stop Combat Movement'),\n(424, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Redridge Poacher - Within 0-5 Range - Start Combat Movement'),\n(424, 0, 3, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Poacher - On Aggro - Say Line 0'),\n(424, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Redridge Poacher - Within 5-30 Range - Cast Shoot'),\n(424, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Poacher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(426, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Brute - On Aggro - Say Line 0'),\n(426, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Brute - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(428, 0, 0, 0, 0, 0, 100, 0, 1000, 12000, 7000, 16000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Dire Condor - Within 0-5 Range - Cast Swoop'),\n(429, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Shadowhide Darkweaver - On Aggro - Say Line 0'),\n(429, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Shadowhide Darkweaver - In Combat - Cast Shadow Bolt'),\n(429, 0, 2, 0, 0, 0, 20, 0, 10000, 10000, 30000, 30000, 0, 0, 11, 6205, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadowhide Darkweaver - In Combat - Cast Curse of Weakness'),\n(429, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Shadowhide Darkweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(430, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Mystic - On Aggro - Say Line 0'),\n(430, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20802, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Redridge Mystic - In Combat - Cast Lightning Bolt'),\n(430, 0, 2, 0, 74, 0, 100, 0, 0, 0, 35000, 40000, 50, 40, 11, 547, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Redridge Mystic - Friendly Between 0-50% Health - Cast Healing Wave'),\n(430, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(431, 0, 0, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                   'Shadowhide Slayer - Target Between 0-20% Health - Cast Execute (No Repeat)'),\n(431, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Shadowhide Slayer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(432, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Shadowhide Brute - On Aggro - Say Line 0'),\n(432, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Shadowhide Brute - Between 0-30% Health - Cast Enrage'),\n(432, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Shadowhide Brute - On Enrage - Say Line 1'),\n(433, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Shadowhide Gnoll - On Aggro - Say Line 0'),\n(433, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Shadowhide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(434, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Rabid Shadowhide Gnoll - On Aggro - Say Line 0'),\n(434, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Rabid Shadowhide Gnoll - On Respawn - Cast Poison Proc'),\n(434, 0, 2, 0, 0, 0, 100, 0, 8000, 9000, 8000, 9000, 0, 0, 11, 3150, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Rabid Shadowhide Gnoll - Within 0-5 Range - Cast Rabies'),\n(434, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Rabid Shadowhide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(435, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Blackrock Champion - On Aggro - Say Line 0'),\n(435, 0, 1, 0, 0, 0, 100, 1, 1000, 5000, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackrock Champion - In Combat - Cast Devotion Aura'),\n(435, 0, 2, 3, 0, 0, 100, 0, 5800, 10100, 15400, 18700, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Champion - In Combat - Cast Frenzy'),\n(435, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Champion - On Frenzy - Say Line 1'),\n(435, 0, 4, 5, 0, 0, 100, 0, 4700, 13800, 30500, 30500, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Champion - In Combat - Cast Demoralizing Shout'),\n(435, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Champion - On Demoralizing Shout - Say Line 0'),\n(435, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Champion - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(436, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Blackrock Shadowcaster - On Aggro - Say Line 0'),\n(436, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 13787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Blackrock Shadowcaster - Out of Combat - Cast Demon Armor'),\n(436, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Blackrock Shadowcaster - In Combat - Cast Shadow Bolt'),\n(436, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 8000, 30000, 0, 0, 11, 11639, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Shadowcaster - In Combat - Cast Shadow Word: Pain'),\n(436, 0, 4, 5, 0, 0, 100, 0, 10000, 20000, 25000, 50000, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Shadowcaster - In Combat - Cast Frenzy'),\n(436, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Shadowcaster - On Frenzy - Say Line 1'),\n(436, 0, 6, 0, 0, 0, 75, 0, 20000, 25000, 45000, 45000, 0, 0, 11, 8994, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,    'Blackrock Shadowcaster - In Combat - Cast Banish'),\n(436, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Shadowcaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(437, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Blackrock Renegade - On Aggro - Say Line 0'),\n(437, 0, 1, 2, 0, 0, 100, 0, 9600, 11100, 18100, 37600, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Renegade - In Combat - Cast Frenzy'),\n(437, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Renegade - On Frenzy - Say Line 1'),\n(437, 0, 3, 0, 0, 0, 100, 0, 6000, 10000, 20000, 30000, 0, 0, 11, 8242, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Renegade - Within 0-5 Range - Cast Shield Slam'),\n(437, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Renegade - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(440, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Blackrock Grunt - On Aggro - Say Line 0'),\n(440, 0, 1, 2, 0, 0, 100, 0, 9600, 14000, 18100, 37600, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Grunt - In Combat - Cast Frenzy'),\n(440, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Grunt - On Frenzy - Say Line 1'),\n(440, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Grunt - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(441, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Black Dragon Whelp - In Combat - Cast Fireball'),\n(442, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Tarantula - On Respawn - Cast Poison Proc'),\n(445, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Alpha - On Aggro - Say Line 0'),\n(445, 0, 1, 0, 9, 0, 100, 0, 0, 0, 14000, 20000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Redridge Alpha - Within 0-5 Range - Cast Strike'),\n(445, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Alpha - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(446, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Basher - On Aggro - Say Line 0'),\n(446, 0, 1, 0, 9, 0, 100, 0, 0, 0, 17000, 17000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Redridge Basher - Within 0-5 Range - Cast Rend'),\n(446, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7095, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Redridge Basher - On Respawn - Cast Knockdown Proc'),\n(446, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Basher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(485, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Blackrock Outrunner - On Aggro - Say Line 0'),\n(485, 0, 1, 0, 0, 0, 100, 0, 8000, 18000, 20000, 40000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Outrunner - In Combat - Cast Net'),\n(485, 0, 2, 3, 0, 0, 100, 0, 9800, 9800, 23100, 35800, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Blackrock Outrunner - In Combat - Cast Frenzy'),\n(485, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Outrunner - On Frenzy - Say Line 1'),\n(485, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Outrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(486, 0, 0, 0, 0, 0, 100, 1, 1000, 16000, 0, 0, 0, 0, 11, 3631, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Tharil zun - In Combat - Cast Battle Fury (No Repeat)'),\n(486, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 24000, 46000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Tharil zun - In Combat - Cast Net'),\n(486, 0, 2, 3, 0, 0, 100, 0, 5000, 14600, 16100, 32300, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Tharil zun - In Combat - Cast Frenzy'),\n(486, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Tharil zun - On Frenzy - Say Line 0'),\n(486, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Tharil zun - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(505, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Greater Tarantula - On Respawn - Cast Poison Proc'),\n(518, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Yowler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(544, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 44000, 47000, 0, 0, 11, 7992, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Murloc Nightcrawler - In Combat - Cast Slowing Poison'),\n(544, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Nightcrawler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(545, 0, 0, 0, 106, 0, 100, 0, 0, 0, 25000, 30000, 0, 8, 11, 122, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Murloc Tidecaller - Within 0-8 Range - Cast Frost Nova'),\n(545, 0, 1, 0, 74, 0, 100, 0, 5000, 10000, 23000, 26000, 40, 40, 11, 913, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,    'Murloc Tidecaller - Friendly Between 0-40% Health - Cast Healing Wave'),\n(545, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Tidecaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(547, 0, 0, 0, 4, 0, 80, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Great Goretusk - On Aggro - Cast Rushing Charge'),\n(548, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Murloc Minor Tidecaller - In Combat - Cast Frostbolt'),\n(548, 0, 1, 0, 74, 0, 100, 0, 0, 0, 30000, 85000, 40, 40, 11, 547, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Murloc Minor Tidecaller - Friendly Between 0-40% Health - Cast Healing Wave'),\n(548, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Minor Tidecaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(568, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Shadowhide Warrior - On Aggro - Say Line 0'),\n(568, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 180000, 190000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Shadowhide Warrior - In Combat - Cast Defensive Stance'),\n(568, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7405, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowhide Warrior - In Combat - Cast Sunder Armor'),\n(568, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Shadowhide Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(580, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Redridge Drudger - On Aggro - Say Line 0'),\n(580, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Drudger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(584, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 11000, 27000, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Kazon - Within 0-5 Range - Cast Backhand'),\n(584, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Kazon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(615, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Blackrock Tracker - On Aggro - Say Line 0'),\n(615, 0, 1, 2, 0, 0, 100, 0, 7300, 17300, 16300, 29300, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Tracker - In Combat - Cast Frenzy'),\n(615, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Blackrock Tracker - On Frenzy - Say Line 1'),\n(615, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Tracker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(616, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Chatter - On Respawn - Cast Poison Proc'),\n(616, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 16000, 21000, 0, 0, 11, 3609, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Chatter - Within 0-5 Range - Cast Paralyzing Poison'),\n(703, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lieutenant Fangore - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(711, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Ardo Dirtpaw - On Aggro - Say Line 0'),\n(711, 0, 1, 0, 0, 0, 100, 1, 6000, 10000, 0, 0, 0, 0, 11, 3256, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Ardo Dirtpaw - In Combat - Cast Plague Cloud (No Repeat)'),\n(711, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 30000, 35000, 0, 0, 11, 3650, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Ardo Dirtpaw - Within 0-5 Range - Cast Sling Mud'),\n(711, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ardo Dirtpaw - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(712, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Redridge Thrasher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1083, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Murloc Shorestriker - On Aggro - Cast Rushing Charge'),\n(1083, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Murloc Shorestriker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4064, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackrock Scout - Outside 30 Range - Start Combat Movement'),\n(4064, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Blackrock Scout - Within 5-30 Range - Stop Combat Movement'),\n(4064, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Blackrock Scout - Within 0-5 Range - Start Combat Movement'),\n(4064, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blackrock Scout - Within 5-30 Range - Cast Shoot'),\n(4064, 0, 4, 5, 0, 0, 100, 0, 1400, 4300, 16900, 25300, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blackrock Scout - In Combat - Cast Frenzy'),\n(4064, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Scout - On Frenzy - Say Line 0'),\n(4064, 0, 6, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackrock Scout - On Aggro - Say Line 1'),\n(4064, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackrock Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4065, 0, 0, 0, 4, 0, 10, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackrock Sentry - On Aggro - Say Line 0'),\n(4065, 0, 1, 2, 0, 0, 100, 0, 4400, 14800, 15900, 23400, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Sentry - In Combat - Cast Frenzy'),\n(4065, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Sentry - On Frenzy - Say Line 1'),\n(4065, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackrock Sentry - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4462, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Blackrock Hunter - Outside 30 Range - Start Combat Movement'),\n(4462, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Blackrock Hunter - Within 5-30 Range - Stop Combat Movement'),\n(4462, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Blackrock Hunter - Within 0-5 Range - Start Combat Movement'),\n(4462, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Blackrock Hunter - Within 5-30 Range - Cast Throw'),\n(4462, 0, 4, 5, 0, 0, 100, 0, 6400, 31400, 19700, 34400, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Hunter - In Combat - Cast Frenzy'),\n(4462, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Hunter - On Frenzy - Say Line 1'),\n(4462, 0, 6, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackrock Hunter - On Aggro - Say Line 0'),\n(4462, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackrock Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4463, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Blackrock Summoner - Out of Combat - Cast Summon Imp (No Repeat)'),\n(4463, 0, 1, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackrock Summoner - On Aggro - Say Line 0'),\n(4463, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Blackrock Summoner - In Combat - Cast Fireball'),\n(4463, 0, 3, 0, 0, 0, 100, 0, 0, 8000, 18000, 40000, 0, 0, 11, 184, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Blackrock Summoner - In Combat - Cast Fire Shield II'),\n(4463, 0, 4, 5, 0, 0, 100, 0, 5000, 30000, 40000, 70000, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Summoner - In Combat - Cast Frenzy'),\n(4463, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Summoner - On Frenzy - Say Line 1'),\n(4463, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackrock Summoner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4464, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 180000, 190000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Blackrock Gladiator - In Combat - Cast Defensive Stance'),\n(4464, 0, 1, 0, 0, 0, 100, 0, 6000, 6000, 122000, 130000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Blackrock Gladiator - In Combat - Cast Battle Shout'),\n(4464, 0, 2, 0, 0, 0, 100, 0, 3700, 6400, 18100, 22800, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Gladiator - Within 0-5 Range - Cast Disarm'),\n(4464, 0, 3, 4, 0, 0, 100, 0, 4400, 14800, 15900, 23400, 0, 0, 11, 3019, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Blackrock Gladiator - In Combat - Cast Frenzy'),\n(4464, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Blackrock Gladiator - On Frenzy - Say Line 0'),\n(4464, 0, 5, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Blackrock Gladiator - On Aggro - Say Line 1'),\n(4464, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Blackrock Gladiator - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(14271, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ribchaser - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- update respawn time for Stonewatch elites\nUPDATE `creature` SET `spawntimesecs` = 900 WHERE `id1` IN (334, 335, 436, 486, 4064, 4065, 4462, 4464);\n\n-- missing patrols\nDELETE FROM `creature` WHERE `guid` IN (17972, 18379, 18389, 18394, 18396, 18397, 18434, 18451, 18455, 26167, 28362, 31829);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(18389, 4065, 0, 0, 0, 0, 0, 1, 1, 1, -9440.13, -3073.22, 136.855, 5.02655, 900, 0, 0, 521, 0,    0, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Sentry\n(18394, 436, 0, 0, 0, 0, 0, 1, 1, 1, -9441.58, -3077.65, 136.87, 0.436332,  900, 0, 0, 463, 1357, 0, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Shadowcaster\n(18396, 4065, 0, 0, 0, 0, 0, 1, 1, 1, -9435.27, -3078.54, 136.875, 2.3911,  900, 0, 0, 521, 0,    0, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Sentry\n(18397, 486, 0, 0, 0, 0, 0, 1, 1, 1, -9439.3, -3080.77, 136.87, 1.09956,    900, 0, 1, 1713, 618, 2, 0, 0, 0, '', 0, 0, NULL), -- Tharil'zun\n--\n(17972, 437, 0, 0, 0, 0, 0, 1, 1, 1, -9524.7, -2876.99, 93.2134, 4.76323,   300, 0, 1, 531, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Renegade\n(18379, 4065, 0, 0, 0, 0, 0, 1, 1, 1, -9347.26, -3012.09, 136.79, 1.28981,  900, 0, 1, 521, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Sentry\n(18434, 436, 0, 0, 0, 0, 0, 1, 1, 1, -9390.57, -3026.71, 137.051, 2.81873,  900, 0, 1, 463, 1357, 2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Shadowcaster\n(18451, 4464, 0, 0, 0, 0, 0, 1, 1, 1, -9366.96, -3053.18, 156.778, 1.7764,  900, 0, 1, 699, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Gladiator\n(18455, 436, 0, 0, 0, 0, 0, 1, 1, 1, -9356.56, -3085.09, 164.701, 3.18573,  900, 0, 1, 463, 1357, 2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Shadowcaster\n(26167, 4065, 0, 0, 0, 0, 0, 1, 1, 1, -9340.59, -3043.07, 136.224, 2.82787, 900, 0, 1, 521, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Sentry\n(28362, 4065, 0, 0, 0, 0, 0, 1, 1, 1, -9294.61, -2937.22, 158.264, 1.10709, 900, 0, 1, 521, 0,    2, 0, 0, 0, '', 0, 0, NULL), -- Blackrock Sentry\n(31829, 436, 0, 0, 0, 0, 0, 1, 1, 1, -9421.56, -3059.08, 136.809, 0.669421, 900, 0, 1, 463, 1357, 2, 0, 0, 0, '', 0, 0, NULL); -- Blackrock Shadowcaster\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (18397);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(18397, 18397, 0, 0, 515, 0, 0),\n(18397, 18389, 4, 135, 515, 0, 0),\n(18397, 18394, 4, 180, 515, 0, 0),\n(18397, 18396, 4, 225, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (17972, 18379, 18397, 18434, 18451, 18455, 26167, 28362, 31829);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(17972, 179720, 0, 0, 1, 0, 0, NULL),\n(18379, 183790, 0, 0, 1, 0, 0, NULL),\n(18397, 183970, 0, 0, 1, 0, 0, NULL), -- Tharil'zun\n(18434, 184340, 0, 0, 1, 0, 0, NULL),\n(18451, 184510, 0, 0, 1, 0, 0, NULL),\n(18455, 184550, 0, 0, 1, 0, 0, NULL),\n(26167, 261670, 0, 0, 1, 0, 0, NULL),\n(28362, 283620, 0, 0, 1, 0, 0, NULL),\n(31829, 318290, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (179720, 183790, 183970, 184340, 184510, 184550, 261670, 283620, 318290);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(179720, 1, -9524.7, -2876.99, 93.2134, NULL, 0, 0, 0, 100, 0),\n(179720, 2, -9517.62, -2910.78, 104.548, NULL, 40000, 0, 0, 100, 0),\n(179720, 3, -9524.9, -2867.08, 90.1662, NULL, 30000, 0, 0, 100, 0),\n--\n(184340, 1, -9390.57, -3026.71, 137.051, NULL, 0, 0, 0, 100, 0),\n(184340, 2, -9396.09, -3024.74, 136.81, NULL, 0, 0, 0, 100, 0),\n(184340, 3, -9400.04, -3016.35, 136.729, NULL, 0, 0, 0, 100, 0),\n(184340, 4, -9375.55, -3009.26, 136.789, NULL, 0, 0, 0, 100, 0),\n(184340, 5, -9370.91, -3018.21, 136.81, NULL, 0, 0, 0, 100, 0),\n(184340, 6, -9382.23, -3023.69, 136.81, NULL, 0, 0, 0, 100, 0),\n(184340, 7, -9383.84, -3055.1, 139.215, NULL, 0, 0, 0, 100, 0),\n(184340, 8, -9402.27, -3061.83, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 9, -9404.84, -3069.42, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 10, -9405.38, -3065.39, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 11, -9389.3, -3060.5, 139.215, NULL, 0, 0, 0, 100, 0),\n(184340, 12, -9386.81, -3026.19, 136.95, NULL, 0, 0, 0, 100, 0),\n(184340, 13, -9377.45, -3023.66, 136.81, NULL, 0, 0, 0, 100, 0),\n(184340, 14, -9370.32, -3013.48, 136.81, NULL, 0, 0, 0, 100, 0),\n(184340, 15, -9396.1, -3012.9, 136.719, NULL, 0, 0, 0, 100, 0),\n(184340, 16, -9399.57, -3021.37, 136.775, NULL, 0, 0, 0, 100, 0),\n(184340, 17, -9395.09, -3024.6, 136.81, NULL, 0, 0, 0, 100, 0),\n(184340, 18, -9387.84, -3051.54, 139.256, NULL, 0, 0, 0, 100, 0),\n(184340, 19, -9405.9, -3059, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 20, -9409.08, -3063.99, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 21, -9406.01, -3078.93, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 22, -9408.29, -3071.14, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 23, -9409.1, -3063.13, 140.675, NULL, 0, 0, 0, 100, 0),\n(184340, 24, -9393, -3057.47, 139.751, NULL, 0, 0, 0, 100, 0),\n--\n(183790, 1, -9347.26, -3012.09, 136.79, NULL, 0, 0, 0, 100, 0),\n(183790, 2, -9343.23, -3011.69, 136.79, NULL, 0, 0, 0, 100, 0),\n(183790, 3, -9330.69, -3019.5, 136.035, NULL, 0, 0, 0, 100, 0),\n(183790, 4, -9318.05, -3016.67, 131.411, NULL, 0, 0, 0, 100, 0),\n(183790, 5, -9316.1, -3007.03, 127.934, NULL, 0, 0, 0, 100, 0),\n(183790, 6, -9322.18, -2992.53, 124.856, NULL, 0, 0, 0, 100, 0),\n(183790, 7, -9315.87, -2982.1, 122.876, NULL, 0, 0, 0, 100, 0),\n(183790, 8, -9287.95, -3011.25, 119.945, NULL, 0, 0, 0, 100, 0),\n(183790, 9, -9306.33, -3031.95, 128.5, NULL, 0, 0, 0, 100, 0),\n(183790, 10, -9346.99, -3022.91, 136.421, NULL, 0, 0, 0, 100, 0),\n(183790, 11, -9375.24, -3022.53, 136.808, NULL, 0, 0, 0, 100, 0),\n(183790, 12, -9395.77, -3024.7, 136.744, NULL, 0, 0, 0, 100, 0),\n(183790, 13, -9397.91, -3017.1, 136.775, NULL, 0, 0, 0, 100, 0),\n(183790, 14, -9396.63, -3014.33, 136.792, NULL, 0, 0, 0, 100, 0),\n(183790, 15, -9392.93, -3010.8, 136.81, NULL, 0, 0, 0, 100, 0),\n(183790, 16, -9382.89, -3007.86, 136.81, NULL, 0, 0, 0, 100, 0),\n(183790, 17, -9362.81, -3006.46, 136.793, NULL, 0, 0, 0, 100, 0),\n(183790, 18, -9351.51, -3010.3, 136.79, NULL, 0, 0, 0, 100, 0),\n--\n(183970, 1, -9440.13, -3073.22, 136.72, NULL, 0, 0, 0, 100, 0),\n(183970, 2, -9436.54, -3071.35, 136.758, NULL, 0, 0, 0, 100, 0),\n(183970, 3, -9427.6, -3057.98, 136.812, NULL, 0, 0, 0, 100, 0),\n(183970, 4, -9425.2, -3050.25, 136.812, NULL, 0, 0, 0, 100, 0),\n(183970, 5, -9424.72, -3046.37, 136.812, NULL, 0, 0, 0, 100, 0),\n(183970, 6, -9428.76, -3035.17, 136.735, NULL, 0, 0, 0, 100, 0),\n(183970, 7, -9438.92, -3017.67, 136.641, NULL, 0, 0, 0, 100, 0),\n(183970, 8, -9453.48, -3002.75, 135.399, NULL, 15000, 0, 0, 100, 0),\n(183970, 9, -9441.9, -3014.01, 136.629, NULL, 0, 0, 0, 100, 0),\n(183970, 10, -9422.19, -3028.09, 136.69, NULL, 0, 0, 0, 100, 0),\n(183970, 11, -9406.82, -3030.53, 136.805, NULL, 0, 0, 0, 100, 0),\n(183970, 12, -9396.04, -3019.76, 136.813, NULL, 0, 0, 0, 100, 0),\n(183970, 13, -9374.08, -3010.76, 136.81, NULL, 0, 0, 0, 100, 0),\n(183970, 14, -9358.27, -3012.18, 136.79, NULL, 15000, 0, 0, 100, 0),\n(183970, 15, -9374.43, -3011.25, 136.808, NULL, 0, 0, 0, 100, 0),\n(183970, 16, -9389.8, -3015.47, 136.81, NULL, 0, 0, 0, 100, 0),\n(183970, 17, -9403.58, -3029.18, 136.827, NULL, 0, 0, 0, 100, 0),\n(183970, 18, -9422.68, -3029.03, 136.727, NULL, 0, 0, 0, 100, 0),\n(183970, 19, -9426.67, -3028.64, 136.704, NULL, 0, 0, 0, 100, 0),\n(183970, 20, -9426.85, -3038.87, 136.766, NULL, 0, 0, 0, 100, 0),\n(183970, 21, -9427.44, -3058.24, 136.812, NULL, 0, 0, 0, 100, 0),\n(183970, 22, -9433.54, -3071.22, 136.72, NULL, 0, 0, 0, 100, 0),\n(183970, 23, -9440.13, -3073.22, 136.72, 5.02655, 2100000, 0, 0, 100, 0),\n--\n(184510, 1, -9366.96, -3053.18, 156.778, NULL, 0, 0, 0, 100, 0),\n(184510, 2, -9365.52, -3070.92, 149.497, NULL, 0, 0, 0, 100, 0),\n(184510, 3, -9390.5, -3072.9, 149.497, NULL, 0, 0, 0, 100, 0),\n(184510, 4, -9389.51, -3087.52, 144.604, NULL, 0, 0, 0, 100, 0),\n(184510, 5, -9378.17, -3086.29, 140.67, NULL, 0, 0, 0, 100, 0),\n(184510, 6, -9379.58, -3075.51, 140.67, NULL, 0, 0, 0, 100, 0),\n(184510, 7, -9406.26, -3072.92, 140.675, NULL, 0, 0, 0, 100, 0),\n(184510, 8, -9407.46, -3060.33, 140.675, NULL, 0, 0, 0, 100, 0),\n(184510, 9, -9384.63, -3058.18, 139.215, NULL, 0, 0, 0, 100, 0),\n(184510, 10, -9388.03, -3028.54, 137.725, NULL, 60000, 0, 0, 100, 0),\n(184510, 11, -9384.63, -3058.18, 139.215, NULL, 0, 0, 0, 100, 0),\n(184510, 12, -9407.46, -3060.33, 140.675, NULL, 0, 0, 0, 100, 0),\n(184510, 13, -9406.26, -3072.92, 140.675, NULL, 0, 0, 0, 100, 0),\n(184510, 14, -9379.58, -3075.51, 140.67, NULL, 0, 0, 0, 100, 0),\n(184510, 15, -9378.17, -3086.29, 140.67, NULL, 0, 0, 0, 100, 0),\n(184510, 16, -9389.51, -3087.52, 144.604, NULL, 0, 0, 0, 100, 0),\n(184510, 17, -9390.5, -3072.9, 149.497, NULL, 0, 0, 0, 100, 0),\n(184510, 18, -9365.52, -3070.92, 149.497, NULL, 0, 0, 0, 100, 0),\n--\n(184550, 1, -9356.56, -3085.09, 164.701, NULL, 0, 0, 0, 100, 0),\n(184550, 2, -9356.07, -3089.48, 164.701, NULL, 0, 0, 0, 100, 0),\n(184550, 3, -9365.81, -3090.31, 161.143, NULL, 0, 0, 0, 100, 0),\n(184550, 4, -9366.91, -3081.66, 157.909, NULL, 0, 0, 0, 100, 0),\n(184550, 5, -9356.04, -3081.18, 153.704, NULL, 0, 0, 0, 100, 0),\n(184550, 6, -9355.55, -3086.91, 153.704, NULL, 0, 0, 0, 100, 0),\n(184550, 7, -9368.73, -3088.02, 149.498, NULL, 0, 0, 0, 100, 0),\n(184550, 8, -9369.08, -3083.66, 149.497, NULL, 0, 0, 0, 100, 0),\n(184550, 9, -9364.53, -3083.11, 149.497, NULL, 0, 0, 0, 100, 0),\n(184550, 10, -9365.44, -3071.15, 149.497, NULL, 0, 0, 0, 100, 0),\n(184550, 11, -9364.53, -3083.11, 149.497, NULL, 0, 0, 0, 100, 0),\n(184550, 12, -9369.08, -3083.66, 149.497, NULL, 0, 0, 0, 100, 0),\n(184550, 13, -9368.73, -3088.02, 149.498, NULL, 0, 0, 0, 100, 0),\n(184550, 14, -9355.55, -3086.91, 153.704, NULL, 0, 0, 0, 100, 0),\n(184550, 15, -9356.04, -3081.18, 153.704, NULL, 0, 0, 0, 100, 0),\n(184550, 16, -9366.91, -3081.66, 157.909, NULL, 0, 0, 0, 100, 0),\n(184550, 17, -9365.81, -3090.31, 161.143, NULL, 0, 0, 0, 100, 0),\n(184550, 18, -9356.07, -3089.48, 164.701, NULL, 0, 0, 0, 100, 0),\n--\n(261670, 1, -9340.59, -3043.07, 136.224, 0.925025, 40000, 0, 0, 100, 0),\n(261670, 2, -9328.61, -3042.98, 134.425, NULL, 0, 0, 0, 100, 0),\n(261670, 3, -9314.68, -3042.55, 130.55, NULL, 0, 0, 0, 100, 0),\n(261670, 4, -9301.57, -3042.06, 126.259, NULL, 0, 0, 0, 100, 0),\n(261670, 5, -9287.67, -3045.99, 121.542, NULL, 30000, 0, 0, 100, 0),\n(261670, 6, -9286.34, -3038, 121.003, NULL, 0, 0, 0, 100, 0),\n(261670, 7, -9281.05, -3018.55, 120.1, NULL, 0, 0, 0, 100, 0),\n(261670, 8, -9263.96, -3005.01, 112.626, NULL, 0, 0, 0, 100, 0),\n(261670, 9, -9232.64, -3014.05, 101.738, NULL, 30000, 0, 0, 100, 0),\n(261670, 10, -9246.91, -3008.46, 106.889, NULL, 0, 0, 0, 100, 0),\n(261670, 11, -9277.17, -3002.3, 116.258, NULL, 0, 0, 0, 100, 0),\n(261670, 12, -9304.93, -3015.27, 125.306, NULL, 0, 0, 0, 100, 0),\n(261670, 13, -9337.42, -3039.93, 135.626, NULL, 0, 0, 0, 100, 0),\n--\n(283620, 1, -9294.61, -2937.22, 158.264, NULL, 0, 0, 0, 100, 0),\n(283620, 2, -9294.68, -2942.32, 157.475, NULL, 0, 0, 0, 100, 0),\n(283620, 3, -9289.68, -2945.6, 154.855, NULL, 0, 0, 0, 100, 0),\n(283620, 4, -9283.39, -2943.19, 152.761, NULL, 0, 0, 0, 100, 0),\n(283620, 5, -9280.32, -2936.98, 151.553, NULL, 0, 0, 0, 100, 0),\n(283620, 6, -9284.6, -2930.99, 148.063, NULL, 0, 0, 0, 100, 0),\n(283620, 7, -9290.75, -2930.42, 148.002, NULL, 0, 0, 0, 100, 0),\n(283620, 8, -9296.87, -2934.88, 143.554, NULL, 0, 0, 0, 100, 0),\n(283620, 9, -9295.72, -2943.06, 142.408, NULL, 0, 0, 0, 100, 0),\n(283620, 10, -9290.62, -2947.13, 139.027, NULL, 0, 0, 0, 100, 0),\n(283620, 11, -9281.4, -2944.71, 136.643, NULL, 0, 0, 0, 100, 0),\n(283620, 12, -9278.73, -2939.37, 134.908, NULL, 0, 0, 0, 100, 0),\n(283620, 13, -9281.98, -2931, 132.743, NULL, 0, 0, 0, 100, 0),\n(283620, 14, -9278.73, -2939.37, 134.908, NULL, 0, 0, 0, 100, 0),\n(283620, 15, -9281.4, -2944.71, 136.643, NULL, 0, 0, 0, 100, 0),\n(283620, 16, -9290.62, -2947.13, 139.027, NULL, 0, 0, 0, 100, 0),\n(283620, 17, -9295.72, -2943.06, 142.408, NULL, 0, 0, 0, 100, 0),\n(283620, 18, -9296.87, -2934.88, 143.554, NULL, 0, 0, 0, 100, 0),\n(283620, 19, -9290.75, -2930.42, 148.002, NULL, 0, 0, 0, 100, 0),\n(283620, 20, -9284.6, -2930.99, 148.063, NULL, 0, 0, 0, 100, 0),\n(283620, 21, -9280.32, -2936.98, 151.553, NULL, 0, 0, 0, 100, 0),\n(283620, 22, -9283.39, -2943.19, 152.761, NULL, 0, 0, 0, 100, 0),\n(283620, 23, -9289.68, -2945.6, 154.855, NULL, 0, 0, 0, 100, 0),\n(283620, 24, -9294.68, -2942.32, 157.475, NULL, 0, 0, 0, 100, 0),\n(283620, 25, -9294.61, -2937.22, 158.264, NULL, 0, 0, 0, 100, 0),\n(283620, 26, -9282.72, -2939.23, 163.847, NULL, 0, 0, 0, 100, 0),\n--\n(318290, 1, -9421.56, -3059.08, 136.809, NULL, 0, 0, 0, 100, 0),\n(318290, 2, -9423.96, -3047.44, 136.812, NULL, 0, 0, 0, 100, 0),\n(318290, 3, -9431.97, -3029.4, 136.717, NULL, 0, 0, 0, 100, 0),\n(318290, 4, -9456.3, -3002.35, 135.099, NULL, 0, 0, 0, 100, 0),\n(318290, 5, -9462.83, -2988.18, 131.6, NULL, 0, 0, 0, 100, 0),\n(318290, 6, -9448.09, -2968.06, 122.383, NULL, 0, 0, 0, 100, 0),\n(318290, 7, -9430.26, -2953.52, 115.901, NULL, 40000, 0, 0, 100, 0),\n(318290, 8, -9441.38, -2963.83, 119.801, NULL, 0, 0, 0, 100, 0),\n(318290, 9, -9462.12, -2980.3, 129.081, NULL, 0, 0, 0, 100, 0),\n(318290, 10, -9460.67, -2997.62, 134.08, NULL, 0, 0, 0, 100, 0),\n(318290, 11, -9429.57, -3034.27, 136.812, NULL, 0, 0, 0, 100, 0),\n(318290, 12, -9425.6, -3041.2, 136.812, NULL, 0, 0, 0, 100, 0),\n(318290, 13, -9426.81, -3052.16, 136.812, NULL, 0, 0, 0, 100, 0),\n(318290, 14, -9435.57, -3056.37, 136.755, NULL, 0, 0, 0, 100, 0),\n(318290, 15, -9439.94, -3056.91, 136.755, 5.65487, 30000, 0, 0, 100, 0),\n(318290, 16, -9435.42, -3063.46, 136.776, NULL, 0, 0, 0, 100, 0),\n(318290, 17, -9431.22, -3070.25, 136.802, NULL, 0, 0, 0, 100, 0),\n(318290, 18, -9428.21, -3072.98, 136.802, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_searing_gorge.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (5857, 8279);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(5833, 5839, 5840, 5844, 5846, 5852, 5854, 5855, 5856, 5858, 5860, 5861, 5862, 8280, 8282, 8283, 8637, 9318, 14621);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(5833, 5839, 5840, 5844, 5846, 5852, 5854, 5855, 5856, 5857, 5858, 5860, 5861, 5862, 8279, 8280, 8282, 8283, 8637, 9318, 14621);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(5833, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 8000, 14000, 0, 0, 11, 15549, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Margol the Rager - In Combat - Cast Chained Bolt'),\n(5833, 0, 1, 0, 9, 0, 100, 0, 0, 0, 16000, 20000, 0, 8, 11, 8147, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Margol the Rager - Within 0-8 Range - Cast Thunderclap (No Repeat)'),\n(5839, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 5000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Dark Iron Geologist - Outside 30 Range - Start Combat Movement'),\n(5839, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 5000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dark Iron Geologist - Within 5-30 Range - Stop Combat Movement'),\n(5839, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 5000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Dark Iron Geologist - Within 0-5 Range - Start Combat Movement'),\n(5839, 0, 3, 0, 9, 0, 100, 0, 0, 0, 5000, 12000, 5, 30, 11, 8858, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Iron Geologist - Within 5-30 Range - Cast Bomb'),\n(5839, 0, 4, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dark Iron Geologist - In Combat - Cast Fireball'),\n(5839, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Iron Geologist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5840, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 5, 11, 11983, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Dark Iron Steamsmith - In Combat - Cast Steam Jet'),\n(5844, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Iron Slaver - On Aggro - Call For Help'),\n(5844, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15500, 25300, 0, 15, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Dark Iron Slaver - Within 0-15 Range - Cast Net'),\n(5844, 0, 2, 0, 9, 0, 100, 0, 0, 0, 18000, 21000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Dark Iron Slaver - Within 0-5 Range - Cast Rend'),\n(5846, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 10000, 15000, 0, 0, 11, 5115, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Dark Iron Taskmaster - In Combat - Cast Battle Command'),\n(5846, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 12613, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Dark Iron Taskmaster - On Just Died - Cast Dark Iron Taskmaster Death'),\n--\n(5852, 0, 0, 0, 9, 0, 100, 9, 0, 0, 7000, 11000, 0, 5, 11, 10733, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Inferno Elemental - Within 0-5 Range - Cast Flame Spray'),\n(5854, 0, 0, 0, 0, 0, 100, 0, 2900, 3700, 9700, 11900, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Heavy War Golem - In Combat - Cast Trample'),\n(5854, 0, 1, 0, 9, 0, 100, 9, 0, 0, 8000, 13000, 0, 5, 11, 12612, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Heavy War Golem - Within 0-5 Range - Cast Stomp'),\n(5855, 0, 0, 0, 106, 0, 100, 0, 0, 0, 12000, 16000, 0, 8, 11, 11970, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Magma Elemental - Between 20-80% Health - Cast Fire Nova'),\n(5856, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 25, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Glassweb Spider - Within 0-25 Range - Cast Web'),\n(5856, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Glassweb Spider - On Spawn - Cast Poison Proc'),\n(5858, 0, 0, 0, 0, 0, 80, 0, 0, 0, 10000, 20000, 0, 0, 11, 11985, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Greater Lava Spider - In Combat - Cast Fireball'),\n--\n(5860, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 0, 20, 11, 15500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Twilight Dark Shaman - Within 0-20 Range - Cast Shock'),\n(5860, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 15000, 25000, 0, 0, 11, 7289, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,   'Twilight Dark Shaman - In Combat - Cast Shrink'),\n(5860, 0, 2, 0, 74, 0, 100, 0, 0, 0, 16000, 20000, 50, 40, 11, 12491, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Twilight Dark Shaman - Friendly Between 0-50% Health - Cast Healing Wave'),\n(5861, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 18968, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilight Fire Guard - Out of Combat - Cast Fire Shield'),\n(5861, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 18000, 26000, 0, 0, 11, 15243, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Fire Guard - In Combat - Cast Fireball Volley'),\n(5862, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 14034, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Geomancer - In Combat - Cast Fireball'),\n(5862, 0, 1, 0, 0, 0, 100, 0, 7000, 13000, 12000, 15000, 0, 0, 11, 11436, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilight Geomancer - In Combat - Cast Slow'),\n(5862, 0, 2, 0, 0, 0, 100, 0, 0, 6000, 14000, 21000, 0, 0, 11, 11990, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Twilight Geomancer - Between 30-60% Health - Cast Rain of Fire'),\n(5862, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8280, 0, 0, 0, 9, 0, 100, 0, 3000, 9000, 9000, 15000, 0, 30, 11, 13321, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Shleipnarr - In Combat - Cast Mana Burn'), -- https://www.youtube.com/watch?v=ALcxDbNcgFE\n(8282, 0, 0, 0, 0, 0, 100, 0, 20000, 25000, 20000, 25000, 0, 0, 11, 11974, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Highlord Mastrogonde - In Combat - Cast Power Word: Shield'), \n(8282, 0, 1, 0, 0, 0, 100, 0, 6000, 18000, 15000, 18000, 0, 0, 11, 13323, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Highlord Mastrogonde - In Combat - Cast Polymorph'), -- https://www.youtube.com/watch?v=KgZKdJeVfeQ\n(8282, 0, 2, 0, 0, 0, 100, 0, 8000, 14000, 21000, 25000, 0, 0, 11, 11639, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Highlord Mastrogonde - In Combat - Cast Shadow Word: Pain'),\n(8282, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Highlord Mastrogonde - In Combat - Cast Shadow Bolt'),\n(8282, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Highlord Mastrogonde - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(8283, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Slave Master Blackheart - Outside 30 Range - Start Combat Movement'),\n(8283, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Slave Master Blackheart - Within 5-30 Range - Stop Combat Movement'),\n(8283, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Slave Master Blackheart - Within 0-5 Range - Start Combat Movement'),\n(8283, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Slave Master Blackheart - Within 5-30 Range - Cast Shoot'),\n(8283, 0, 4, 0, 0, 0, 100, 0, 0, 5000, 15000, 25000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,      'Slave Master Blackheart - Within 0-20 Range - Cast Net'),\n(8283, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 39, 20, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Slave Master Blackheart - Between 0-15% Health - Call For Help'),\n--\n(8637, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dark Iron Watchman - Within 0-5 Range - Cast Strike'),\n(9318, 0, 0, 0, 0, 0, 100, 0, 0, 0, 6000, 9000, 0, 0, 11, 11985, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Incendosaur - In Combat - Cast Fireball'),\n--\n(14621, 0, 0, 0, 0, 0, 100, 0, 0, 0, 21000, 28000, 0, 0, 11, 15654, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Overseer Maltorius - In Combat - Cast Shadow Word: Pain'),\n(14621, 0, 1, 0, 0, 0, 100, 0, 14000, 19000, 48000, 60000, 0, 0, 11, 11974, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Overseer Maltorius - In Combat - Cast Power Word: Shield'),\n(14621, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Overseer Maltorius - In Combat - Cast Shadow Bolt'),\n(14621, 0, 3, 0, 0, 0, 100, 0, 9000, 13000, 13000, 16000, 0, 0, 11, 13323, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Overseer Maltorius - Between 5-30% Health - Cast Polymorph'),\n(14621, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Overseer Maltorius - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n/* fix quest: Rise. Obsidion! */\nUPDATE `creature_template` SET `flags_extra` = 0  WHERE `entry` = 8400; -- Obsidion\n\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (839101);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (8391, 8400);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(8391, 0, 0, 0, 25, 0, 100, 257, 0, 0, 0, 0, 0, 0, 80, 839101, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Lathoric the Black - On Reset - Run Script 839101'),\n(8391, 0, 1, 0, 1, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 1, 0, 5000, 0, 0, 0, 0, 19, 8421, 100, 0, 0, 0, 0, 0, 0,        'Lathoric the Black - OOC - Say (Dorius)'),\n(8391, 0, 2, 0, 52, 0, 100, 0, 0, 8421, 0, 0, 0, 0, 1, 1, 5000, 0, 0, 0, 0, 19, 8421, 100, 0, 0, 0, 0, 0, 0,          'Lathoric the Black - On Text Over - Say (Dorius)'),\n(8391, 0, 3, 0, 52, 0, 100, 0, 1, 8421, 0, 0, 0, 0, 1, 2, 5000, 0, 0, 0, 0, 19, 8421, 100, 0, 0, 0, 0, 0, 0,          'Lathoric the Black - On Text Over - Say (Dorius)'),\n(8391, 0, 4, 0, 52, 0, 100, 0, 2, 8421, 0, 0, 0, 0, 1, 3, 5000, 0, 0, 0, 0, 19, 8421, 100, 0, 0, 0, 0, 0, 0,          'Lathoric the Black - On Text Over - Say (Dorius)'),\n(8391, 0, 5, 0, 52, 0, 100, 0, 3, 8421, 0, 0, 0, 0, 1, 4, 5000, 0, 0, 0, 0, 19, 8421, 100, 0, 0, 0, 0, 0, 0,          'Lathoric the Black - On Text Over - Say (Dorius)'),\n(8391, 0, 6, 0, 52, 0, 100, 0, 4, 8421, 0, 0, 0, 0, 1, 0, 5000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Lathoric the Black - On Text Over - Say'),\n(8391, 0, 7, 0, 52, 0, 100, 0, 0, 8391, 0, 0, 0, 0, 1, 1, 2000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Lathoric the Black - On Text Over - Say'),\n(8391, 0, 8, 9, 52, 0, 100, 512, 1, 8391, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 5799, 8400, 0, 0, 0, 0, 0, 0,         'Lathoric the Black - On Text Over - Send Data to Obsidion'),\n(8391, 0, 9, 10, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Lathoric the Black - Linked - Remove Unit Flags'),\n(8391, 0, 10, 11, 61, 0, 100, 513, 0, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Lathoric the Black - Linked - Set React State Aggressive'),\n(8391, 0, 11, 0, 61, 0, 100, 513, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 100, 0, 0, 0, 0, 0, 0, 0,               'Lathoric the Black - Linked - Attack Nearest Player'),\n(8391, 0, 12, 0, 7, 0, 100, 513, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Lathoric the Black - On Evade - Despawn'),\n--\n(8400, 0, 0, 1, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 19, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Obsidion - On Data Set - Remove Unattackable Flags'),\n(8400, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Obsidion - Linked - Set Bytes_1'),\n(8400, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 100, 0, 0, 0, 0, 0, 0, 0,                'Obsidion - Linked - Attack Nearest Player'),\n(8400, 0, 3, 0, 7, 0, 100, 512, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Obsidion - On Evade - Despawn'),\n(8400, 0, 4, 0, 0, 0, 100, 512, 7000, 11000, 12000, 16000, 0, 0, 11, 12734, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Obsidion - In Combat - Cast Ground Smash'),\n(8400, 0, 5, 0, 9, 0, 100, 512, 0, 0, 15000, 21000, 0, 5, 11, 10101, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Obsidion - Within 0-5 Range - Cast Knock Away'),\n--\n(839101, 9, 0, 0, 0, 0, 100, 257, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -6475.47, -1242.28, 180.19, 3.58,          'Script9 - On Reset - Move to Altar of Suntara'),\n(839101, 9, 1, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 12, 8421, 3, 45000, 0, 0, 0, 8, 0, 0, 0, 0, -6481.13, -1237.45, 180.068, 5.10443, 'Script9 - On Reset - Spawn Dorius'),\n(839101, 9, 2, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                   'Script9 - On Reset - Set React State Passive'),\n(839101, 9, 3, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                                  'Script9 - On Reset - Set Walk');\n\n/* Anvilrage Overseers and Anvilrage Wardens were replaced with new non-elite mobs in 2.3 - restore the originals */\nUPDATE `creature` SET `id1` = 8889 WHERE `id1` = 24818;\nUPDATE `creature` SET `id1` = 8890 WHERE `id1` = 24819;\n\n/* 3 Dark Iron Sentries in the towers were replaced with non-elite dark iron lookouts in 2.3 - restore the originals */\nUPDATE `creature` SET `id1` = 8504 WHERE `guid` = 6830;\nUPDATE `creature` SET `id1` = 8504 WHERE `guid` = 6831;\nUPDATE `creature` SET `id1` = 8504 WHERE `guid` = 6832;\n\n/* Maltorius had 2 elite Dark Iron Sentries next to him that were replaced by a single non-elite dark iron lookout in 2.3 - restore the originals */\nUPDATE `creature` SET `id1` = 8504 WHERE `guid` = 5846;\n\nDELETE FROM `creature` WHERE `guid` IN (608504, 608505);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(608504, 8504, 0, 0, 0, 0, 0, 1, 1, 1, -6630.98, -1233.1, 209.809, 1.29509, 300, 0, 0, 4950, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(608505, 8504, 0, 0, 0, 0, 0, 1, 1, 1, -7023.45, -1283.97, 258.302, 4.8895, 300, 0, 0, 4950, 0, 0, 0, 0, 0, '', NULL, 0, NULL); -- 4th tower Dark Iron Sentry\n\n/* Group Maltorius together with the 2 sentries */\nDELETE FROM `creature_formations` WHERE `leaderGUID` = 5845;\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(5845, 5845, 0, 0, 3, 0, 0),\n(5845, 5846, 0, 0, 3, 0, 0),\n(5845, 608504, 0, 0, 3, 0, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_shadowmoon_valley.sql",
    "content": "-- flight masters at Sanctum of the Stars and Altar of Sha'tar only visible if at least friendly with Scryers/Aldor\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 30 AND `ConditionTypeOrReference` = 5 AND `SourceEntry` IN (19581, 21766);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(30, 0, 19581, 0, 0, 5, 0, 932, 240, 0, 0, 0, 0, '', 'Only able to activate flight path if friendly with Aldor'),\n(30, 0, 21766, 0, 0, 5, 0, 934, 240, 0, 0, 0, 0, '', 'Only able to activate flight path if friendly with Scryers');\n\n-- fix movement for Parsha\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1, `position_x` = -3493.5701, `position_y` = 2277.0901, `position_z` = 65.3081 WHERE `id1` = 22024;\n\nDELETE FROM `creature_addon` WHERE `guid` IN (83112);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(83112, 831120, 0, 0, 0, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` IN (831120);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(831120, 1,  -3478.58, 2278.88, 64.3024, 0.466765, 0, 0, 0, 100, 0),\n(831120, 2,  -3465.33, 2287.22, 63.4117, 0.258635, 0, 0, 0, 100, 0),\n(831120, 3,  -3396.56, 2289.24, 62.6846, 5.86481, 0, 0, 0, 100, 0),\n(831120, 4,  -3375.29, 2283.54, 62.2904, 5.94728, 0, 0, 0, 100, 0),\n(831120, 5,  -3361.75, 2279.95, 61.9273, 6.18918, 0, 0, 0, 100, 0),\n(831120, 6,  -3346.63, 2278.56, 61.3279, 6.26065, 0, 0, 0, 100, 0),\n(831120, 7,  -3292.68, 2278.75, 60.6095, 3.15071, 0, 0, 0, 100, 0),\n(831120, 8,  -3365.18, 2279.23, 62.0737, 2.84283, 0, 0, 0, 100, 0),\n(831120, 9,  -3387.64, 2287.59, 62.3845, 2.89703, 0, 0, 0, 100, 0),\n(831120, 10, -3399.74, 2289.47, 62.7643, 3.19548, 0, 0, 0, 100, 0),\n(831120, 11, -3457.02, 2289.38, 63.4614, 3.32978, 0, 0, 0, 100, 0),\n(831120, 12, -3465.55, 2286.99, 63.416, 3.6997, 0, 0, 0, 100, 0),\n(831120, 13, -3476.52, 2280.52, 64.1385, 3.41225, 0, 0, 0, 100, 0),\n(831120, 14, -3494.46, 2277.87, 65.362, 0.162269, 0, 0, 0, 100, 0);\n\n-- Deathforged Infernal, shorten respawn to solve range issue of remote control (was 120 secs)\nUPDATE `gameobject` SET `spawntimesecs` = 30 WHERE `id` = 184979;\n\n-- fix Neltharaku, flying too fast\nUPDATE `waypoint_data` SET `move_type` = 0 WHERE `id` = 756540; -- walk instead of run\n"
  },
  {
    "path": "data/sql/world/base/zone_shattrath.sql",
    "content": "/* Restore Ruby Shades to Haris Pilton */\nDELETE FROM `npc_vendor` WHERE `entry` = 18756 AND `item` = 38089 AND `ExtendedCost` = 0;\nINSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES\n(18756, 0, 38089, 1, 1800, 0, 0);\n\n/* Hide certain quests until the player has reached the progression tier for them */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (11130, 11481, 11482);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(19, 0, 11130, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Hide \\'Oooh, Shinies!\\' until the player reaches TBC T4'),\n(19, 0, 11481, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Hide \\'Crisis at the Sunwell\\' until the player reaches TBC T5'),\n(19, 0, 11482, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'Hide \\'Duty Calls\\' until the player reaches TBC T5');\n\n-- fix quest: The Skettis Offensive\nUPDATE `quest_template` SET `RequiredNpcOrGo1` = 22375, `RequiredNpcOrGoCount1` = 1 WHERE `ID` = 10879;\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` = 10879;\n\nDELETE FROM `smart_scripts` WHERE `entryorguid` = 22375 AND `source_type` = 0;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(22375, 0, 0, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -1641.12, 5436.65, -43.3445, 0.803601, 'Avatar of Terokk - On Just Summoned - Move To Position'),\n(22375, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0,                            'Avatar of Terokk - On Just Died - Set Data 1 1'),\n(22375, 0, 2, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 24193, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                           'Avatar of Terokk - On Aggro - Cast Charge'),\n(22375, 0, 3, 0, 0, 0, 100, 0, 6000, 9000, 11000, 14000, 0, 0, 11, 39068, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Avatar of Terokk - In Combat - Cast Feather Burst');\n\n-- fix worldserver error during quest: The Skettis Offensive\nUPDATE `smart_scripts` SET `event_type` = 61 WHERE `entryorguid` = 22374 AND `source_type` = 0 AND `id` = 1;\n\n-- TBC battlemasters\nDELETE FROM `creature` WHERE `id1` IN (20269, 20271, 20272, 20273, 20274, 20276, 20339, 20362, 20384, 20395);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(207610, 20269, 0, 0, 530, 0, 0, 1, 1, 1, -1971.8900, 5269.0400, -38.7644, 3.0718, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(207861, 20271, 0, 0, 530, 0, 0, 1, 1, 1, -1773.7700, 5253.8501, -38.7647, 4.6600, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(207611, 20272, 0, 0, 530, 0, 0, 1, 1, 1, -1778.4000, 5255.8701, -38.7643, 4.2935, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(207761, 20273, 0, 0, 530, 0, 0, 1, 1, 1, -1763.7400, 5258.8901, -38.7644, 5.6723, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(207760, 20274, 0, 0, 530, 0, 0, 1, 1, 1, -1961.8300, 5257.8301, -38.7648, 4.6077, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(207860, 20276, 0, 0, 530, 0, 0, 1, 1, 1, -1971.3600, 5264.0098, -38.7650, 3.5954, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(72252,  20339, 0, 0, 530, 0, 0, 1, 1, 0, -1762.7200, 5260.0200, -38.7661, 6.1261, 120, 0, 0, 110050, 5875, 0, 0, 0, 0, '', 0, 0, NULL),\n(207811, 20362, 0, 0, 530, 0, 0, 1, 1, 1, -1762.3000, 5264.3501, -38.7645, 5.8643, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(207810, 20384, 0, 0, 530, 0, 0, 1, 1, 1, -1956.3300, 5259.4199, -38.7645, 4.9044, 300, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(72364,  20395, 0, 0, 530, 0, 0, 1, 1, 0, -1764.6200, 5260.4102, -38.7595, 0.7679, 300, 0, 0, 3144, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\n-- don't hide battlemasters\nDELETE FROM `game_event_creature` WHERE `guid` IN (72252, 72364, 207610, 207611, 207710, 207711, 207760, 207761, 207810, 207811, 207860, 207861);\n\n-- remove wotlk battlemaster from Shattrath\nDELETE FROM `creature` WHERE `guid` IN (63451, 88251, 88252, 88254, 207710, 207711);\n\n-- change Shattered Sun Marksmen into Warriors. Marksmen refuse to use waypoints to run towards the Quel'Danas portal\nUPDATE `creature` SET `id1` = 25115 WHERE `guid` IN (165106, 165107, 165108, 165109);\n\n\n/* Scryer's Tier */\nSET @CGUID    := 672000;\nSET @WPID     := 6720000;\n\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 66736;\nDELETE FROM `creature` WHERE `guid` = 66737;\n\nDELETE FROM `creature_addon` WHERE `guid` = 66736;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(66736, 667360, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 667360;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(667360, 1, -2110.05, 5512.4, 49.4188, 5.98648, 60000, 0, 0, 100, 0),\n(667360, 2, -2118.73, 5500.46, 50.256, NULL, 0, 0, 0, 100, 0),\n(667360, 3, -2131.23, 5497.21, 50.256, NULL, 0, 0, 0, 100, 0),\n(667360, 4, -2143.73, 5501.71, 50.256, NULL, 0, 0, 0, 100, 0),\n(667360, 5, -2147.42, 5506.02, 50.0932, 3.78736, 60000, 0, 0, 100, 0),\n(667360, 6, -2150.98, 5511.57, 50.2306, NULL, 0, 0, 0, 100, 0),\n(667360, 7, -2151.04, 5526.12, 49.868, 2.84489, 60000, 0, 0, 100, 0),\n(667360, 8, -2142.38, 5538.02, 50.1517, NULL, 0, 0, 0, 100, 0),\n(667360, 9, -2136.23, 5539.93, 49.9353, 1.97222, 60000, 0, 0, 100, 0),\n(667360, 10, -2130.38, 5541.75, 50.0475, NULL, 0, 0, 0, 100, 0),\n(667360, 11, -2118.38, 5537.75, 50.0475, NULL, 0, 0, 0, 100, 0),\n(667360, 12, -2109.88, 5527.25, 50.2975, NULL, 0, 0, 0, 100, 0),\n(667360, 13, -2110.05, 5512.4, 49.4188, NULL, 0, 0, 0, 100, 0);\n\nDELETE FROM `creature` WHERE `guid` IN (@CGUID+17, @CGUID+18, @CGUID+19, @CGUID+20, @CGUID+23, @CGUID+24, @CGUID+25, @CGUID+26);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@CGUID+17, 18547, 0, 0, 530, 0, 0, 1, 1, 1, -2107.36, 5641.19, 50.31, 3.25, 300, 0, 0, 3611, 5875, 0, 0, 0, 0, '', 0, 0, NULL), -- Scryer Arcanist\n(@CGUID+18, 18547, 0, 0, 530, 0, 0, 1, 1, 1, -2103.54, 5644.81, 50.31, 1.55, 300, 0, 0, 3611, 5875, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+19, 18547, 0, 0, 530, 0, 0, 1, 1, 1, -2102.45, 5646.07, 50.31, 3.68, 300, 0, 0, 3611, 5875, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+20, 18547, 0, 0, 530, 0, 0, 1, 1, 1, -2089.48, 5639.69, 50.31, 2.98, 300, 0, 0, 3611, 5875, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+23, 18593, 0, 0, 530, 0, 0, 1, 1, 0, -2104.21, 5646.04, 50.31, 5.69, 300, 0, 0, 4422, 2620, 0, 0, 0, 0, '', 0, 0, NULL), -- Scryer Retainer\n(@CGUID+24, 18593, 0, 0, 530, 0, 0, 1, 1, 0, -2090.77, 5640.86, 50.31, 4.66, 300, 0, 0, 4422, 2620, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+25, 18593, 0, 0, 530, 0, 0, 1, 1, 0, -2091.42, 5639.34, 50.31, 0.42, 300, 0, 0, 4422, 2620, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+26, 18593, 0, 0, 530, 0, 0, 1, 1, 0, -2108.85, 5641.14, 50.31, 6.00, 300, 0, 0, 4422, 2620, 0, 0, 0, 0, '', 0, 0, NULL);\n\n\n/* Aldor Rise */\n\n-- remove creatures placed by AC\nDELETE FROM `creature` WHERE `guid` IN (68495, 68496, 68497, 68498, 68492, 68493, 68494, 68923, 68924, 68925, 68926, 68927, 68928, 68929, 69136, 69137, 69138, 69139);\n\nDELETE FROM `creature` WHERE `id1` IN (19346, 19377, 19378);\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+12;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(68962,     19346, 0, 0, 530, 0, 0, 1, 1, 0, -1764.84, 5726.25, 126.538, 4.27606, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),      -- Harbring Erothem\n(69109,     19377, 0, 0, 530, 0, 0, 1, 1, 1, -1978.8900, 5673.5498, 117.6500, 3.75246, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL), -- Neophyte Nemarn\n(69110,     19378, 0, 0, 530, 0, 0, 1, 1, 1, -1729.16, 5813.11, 148.757, 1.0821, 300, 0, 0, 4422, 2620, 2, 0, 0, 0, '', 0, 0, NULL),    -- Anchorite Nindumen\n--\n(@CGUID+1,  19153, 0, 0, 530, 0, 0, 1, 1, 1, -1793.7200, 5629.2598, 130.8950, 1.2901, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- Aldor Neophyte\n(@CGUID+2,  19153, 0, 0, 530, 0, 0, 1, 1, 1, -1794.1899, 5612.8599, 130.8950, 1.0829, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+3,  19153, 0, 0, 530, 0, 0, 1, 1, 1, -1805.9500, 5622.2402, 130.8950, 1.1808, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+4,  19153, 0, 0, 530, 0, 0, 1, 1, 1, -1799.0601, 5611.7202, 130.8950, 1.2887, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+5,  19337, 0, 0, 530, 0, 0, 1, 1, 1, -1789.2000, 5624.5000, 130.8950, 1.8921, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- Aldor Marksman\n(@CGUID+6,  19337, 0, 0, 530, 0, 0, 1, 1, 1, -1802.3101, 5625.4702, 130.8950, 1.2240, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+7,  19337, 0, 0, 530, 0, 0, 1, 1, 1, -1805.6100, 5617.3198, 130.8950, 1.2529, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+8,  19337, 0, 0, 530, 0, 0, 1, 1, 1, -1801.1100, 5631.8599, 130.8950, 1.2802, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+9,  19390, 0, 0, 530, 0, 0, 1, 1, 1, -1803.7100, 5612.8501, 130.8730, 1.1850, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL), -- Mounted Neophyte\n(@CGUID+10, 19390, 0, 0, 530, 0, 0, 1, 1, 1, -1797.2100, 5626.5498, 130.8870, 1.3349, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+11, 19390, 0, 0, 530, 0, 0, 1, 1, 1, -1793.7900, 5622.9902, 130.8900, 1.3154, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+12, 19390, 0, 0, 530, 0, 0, 1, 1, 1, -1801.9000, 5620.6802, 130.8920, 1.3707, 300, 0, 0, 6986, 0, 2, 0, 0, 0, '', NULL, 0, NULL);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (68962, 69109, 69110);\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+12;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n--\n(68962,       689620, 0, 0, 1, 0, 0, ''),\n(69109,       691090, 0, 0, 1, 0, 0, ''),\n(69110,       691100, 0, 0, 1, 0, 0, ''),\n--\n(@CGUID+1,  @WPID+10, 0, 0, 1, 0, 0, ''),\n(@CGUID+2,  @WPID+20, 0, 0, 1, 0, 0, ''),\n(@CGUID+3,  @WPID+30, 0, 0, 1, 0, 0, ''),\n(@CGUID+4,  @WPID+40, 0, 0, 1, 0, 0, ''),\n(@CGUID+5,  @WPID+50, 0, 0, 2, 0, 0, ''),\n(@CGUID+6,  @WPID+60, 0, 0, 2, 0, 0, ''),\n(@CGUID+7,  @WPID+70, 0, 0, 2, 0, 0, ''),\n(@CGUID+8,  @WPID+80, 0, 0, 2, 0, 0, ''),\n(@CGUID+9,  @WPID+90, 17063, 0, 1, 0, 0, ''),\n(@CGUID+10, @WPID+100, 17063, 0, 1, 0, 0, ''),\n(@CGUID+11, @WPID+110, 17063, 0, 1, 0, 0, ''),\n(@CGUID+12, @WPID+120, 17063, 0, 1, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` IN (689620, 691090, 691100);\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+10 AND @WPID+120;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(689620, 1, -1764.84, 5726.25, 126.538, 4.27606, 50000, 0, 0, 100, 0), -- Harbring Erothem\n(689620, 2, -1764.84, 5726.25, 126.538, 4.27606, 70000, 0, 0, 100, 0),\n(689620, 3, -1764.84, 5726.25, 126.538, 2.44346, 20000, 0, 0, 100, 0),\n(689620, 4, -1753.88, 5758.07, 136.918, 0, 0, 0, 0, 100, 0),\n(689620, 5, -1752.7, 5761.04, 138.754, 0, 0, 0, 0, 100, 0),\n(689620, 6, -1741.91, 5794.96, 146.512, 0, 0, 0, 0, 100, 0),\n(689620, 7, -1734.54, 5812.54, 148.799, 0, 0, 0, 0, 100, 0),\n(689620, 8, -1733.76, 5814.15, 148.657, 5.93412, 30000, 0, 0, 100, 0),\n(689620, 9, -1728, 5824.95, 148.657, 0, 70000, 0, 0, 100, 0),\n(689620, 10, -1728, 5824.95, 148.657, 0, 150000, 0, 0, 100, 0),\n(689620, 11, -1741.5, 5795.17, 146.799, 0, 0, 0, 0, 100, 0),\n(689620, 12, -1744.34, 5788.36, 146.69, 0, 0, 0, 0, 100, 0),\n(689620, 13, -1749.21, 5773.42, 145.042, 0, 0, 0, 0, 100, 0),\n(689620, 14, -1757.15, 5750.44, 132.988, 0, 0, 0, 0, 100, 0),\n(689620, 15, -1763.29, 5730.82, 127.663, 0, 0, 0, 0, 100, 0),\n--\n(691090, 1, -1978.89, 5673.55, 117.65, 3.75246, 120000, 0, 0, 100, 0), -- Neophyte Nemarn\n(691090, 2, -1931.09, 5720.73, 124.508, 0, 0, 0, 0, 100, 0),\n(691090, 3, -1922.9, 5727.9, 129.046, 0, 0, 0, 0, 100, 0),\n(691090, 4, -1918.23, 5731.97, 129.352, 0, 0, 0, 0, 100, 0),\n(691090, 5, -1913.23, 5735.8, 129.454, 0, 0, 0, 0, 100, 0),\n(691090, 6, -1877.2, 5754.72, 129.629, 0, 0, 0, 0, 100, 0),\n(691090, 7, -1848.06, 5757.69, 129.618, 0, 0, 0, 0, 100, 0),\n(691090, 8, -1834.88, 5756.4, 131.136, 0, 0, 0, 0, 100, 0),\n(691090, 9, -1811.4, 5749.09, 129.969, 0, 0, 0, 0, 100, 0),\n(691090, 10, -1792.72, 5736.94, 128.519, 0, 0, 0, 0, 100, 0),\n(691090, 11, -1779.98, 5728.73, 127.337, 0, 0, 0, 0, 100, 0),\n(691090, 12, -1776.12, 5726.79, 126.538, 1.5708, 72000, 0, 0, 100, 0),\n(691090, 13, -1776.12, 5726.79, 126.538, 1.5708, 2000, 0, 0, 100, 0),\n(691090, 14, -1805.23, 5746.9, 128.985, 0, 0, 0, 0, 100, 0),\n(691090, 15, -1818.76, 5750.63, 130.238, 0, 0, 0, 0, 100, 0),\n(691090, 16, -1847.83, 5759.4, 129.967, 0, 0, 0, 0, 100, 0),\n(691090, 17, -1895.13, 5746.12, 129.704, 0, 0, 0, 0, 100, 0),\n(691090, 18, -1910.44, 5738.78, 129.572, 0, 0, 0, 0, 100, 0),\n(691090, 19, -1911.45, 5738.21, 129.489, 0, 0, 0, 0, 100, 0),\n(691090, 20, -1914.95, 5735.2, 129.421, 0, 0, 0, 0, 100, 0),\n(691090, 21, -1916.99, 5733.52, 129.323, 0, 0, 0, 0, 100, 0),\n(691090, 22, -1931.83, 5721.79, 124.586, 0, 0, 0, 0, 100, 0),\n(691090, 23, -1961.7, 5699.61, 118.087, 0, 0, 0, 0, 100, 0),\n(691090, 24, -1977.59, 5675.54, 117.906, 0, 0, 0, 0, 100, 0),\n--\n(691100, 1, -1729.16, 5813.11, 148.658, 1.0821, 185000, 0, 0, 100, 0), -- Anchorite Nindumen\n(691100, 2, -1729.16, 5813.11, 148.658, 2.44346, 20000, 0, 0, 100, 0),\n(691100, 3, -1727.88, 5816.61, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 4, -1727.38, 5818.11, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 5, -1725.88, 5823.61, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 6, -1724.22, 5829.71, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 7, -1727.01, 5833.12, 148.657, 4.20624, 120000, 0, 0, 100, 0),\n(691100, 8, -1726.71, 5822.52, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 9, -1726.46, 5819.02, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 10, -1726.46, 5817.52, 148.907, 0, 0, 0, 0, 100, 0),\n(691100, 11, -1727.79, 5815.02, 148.908, 1.0821, 500, 0, 0, 100, 0),\n(691100, 12, -1727.79, 5815.02, 148.908, 1.0821, 0, 0, 0, 100, 0),\n--\n(@WPID+10, 1, -1784.81, 5658.46, 129.673, 0, 0, 0, 0, 100, 0), -- Alor Neophyte\n(@WPID+10, 2, -1774.04, 5693.13, 127.767, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 3, -1771.26, 5701.67, 126.707, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 4, -1761.79, 5716.16, 126.538, 1.25664, 72000, 0, 0, 100, 0),\n(@WPID+10, 5, -1799.69, 5743.76, 128.367, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 6, -1818.53, 5751.93, 130.43, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 7, -1847.91, 5759.49, 130.035, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 8, -1875.93, 5798.66, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 9, -1905.64, 5838.53, 130.104, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 10, -1922.23, 5872.45, 135.154, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 11, -1936.45, 5901.07, 143.548, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 12, -1951.23, 5934.46, 153.33, 0, 0, 0, 0, 100, 0),\n(@WPID+10, 13, -1961.08, 5959.48, 159.836, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+20, 1, -1778.23, 5665.45, 129.204, 0, 0, 0, 0, 100, 0), -- Alor Neophyte\n(@WPID+20, 2, -1768.01, 5693.27, 127.48, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 3, -1765.01, 5701.09, 126.691, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 4, -1765.72, 5717.48, 126.538, 1.25664, 66000, 0, 0, 100, 0),\n(@WPID+20, 5, -1805.35, 5747.04, 129.001, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 6, -1818.63, 5751.35, 130.318, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 7, -1847.96, 5759.68, 130.018, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 8, -1877.96, 5798.33, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 9, -1905.21, 5838.22, 129.316, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 10, -1919.39, 5866.71, 133.264, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 11, -1935.31, 5898.23, 142.689, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 12, -1951.05, 5934.5, 153.55, 0, 0, 0, 0, 100, 0),\n(@WPID+20, 13, -1960.87, 5959.5, 159.729, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+30, 1, -1789.24, 5662.56, 129.534, 0, 0, 0, 0, 100, 0), -- Alor Neophyte\n(@WPID+30, 2, -1780.07, 5696.58, 127.576, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 3, -1769.85, 5718.85, 126.538, 1.25664, 68000, 0, 0, 100, 0),\n(@WPID+30, 4, -1805.04, 5747.24, 129.039, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 5, -1818.51, 5751.78, 130.421, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 6, -1847.83, 5759.92, 129.987, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 7, -1878.02, 5798.32, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 8, -1905.25, 5838.51, 129.317, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 9, -1925.21, 5878.07, 136.736, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 10, -1940.73, 5910.26, 146.195, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 11, -1953.37, 5939.98, 154.951, 0, 0, 0, 0, 100, 0),\n(@WPID+30, 12, -1961, 5959.45, 159.656, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+40, 1, -1781.28, 5680.16, 128.774, 0, 0, 0, 0, 100, 0), -- Alor Neophyte\n(@WPID+40, 2, -1777.58, 5694.56, 127.491, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 3, -1774.26, 5707.77, 126.596, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 4, -1773.63, 5720.07, 126.538, 1.25664, 65000, 0, 0, 100, 0),\n(@WPID+40, 5, -1805.07, 5747.33, 129.027, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 6, -1818.45, 5751.49, 130.279, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 7, -1847.89, 5759.89, 129.996, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 8, -1878.06, 5798.13, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 9, -1905.23, 5838.33, 129.316, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 10, -1919.26, 5866.71, 133.235, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 11, -1927.71, 5883.39, 138.234, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 12, -1942.68, 5914.09, 147.318, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 13, -1956.12, 5947.67, 157.485, 0, 0, 0, 0, 100, 0),\n(@WPID+40, 14, -1960.85, 5959.67, 159.7, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+50, 1, -1778.19, 5672.22, 129.078, 0, 0, 0, 0, 100, 0), -- Aldor Marksman\n(@WPID+50, 2, -1766.97, 5693.27, 127.605, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 3, -1762.07, 5702.74, 126.658, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 4, -1760.95, 5718.92, 126.538, 1.25664, 63000, 0, 0, 100, 0),\n(@WPID+50, 5, -1805.03, 5747.44, 129.019, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 6, -1818.66, 5751.55, 130.37, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 7, -1847.99, 5759.83, 130.026, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 8, -1877.93, 5798.33, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 9, -1905.22, 5838.24, 129.315, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 10, -1919.43, 5866.68, 133.273, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 11, -1940.91, 5910.24, 146.189, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 12, -1953.4, 5940.02, 154.952, 0, 0, 0, 0, 100, 0),\n(@WPID+50, 13, -1960.28, 5957.38, 159.718, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+60, 1, -1778.92, 5684.25, 128.609, 0, 0, 0, 0, 100, 0), -- Aldor Marksman\n(@WPID+60, 2, -1774.91, 5693.27, 127.401, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 3, -1769.58, 5705.98, 126.6, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 4, -1764.97, 5720.31, 126.538, 1.25664, 62000, 0, 0, 100, 0),\n(@WPID+60, 5, -1805.12, 5747.34, 129.017, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 6, -1818.58, 5751.3, 130.399, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 7, -1847.91, 5759.56, 129.974, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 8, -1877.83, 5798.23, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 9, -1905.56, 5838.6, 130.067, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 10, -1914.65, 5856.99, 130.662, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 11, -1927.65, 5883.57, 138.37, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 12, -1947.3, 5926.93, 150.945, 0, 0, 0, 0, 100, 0),\n(@WPID+60, 13, -1959.64, 5957.69, 159.672, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+70, 1, -1793.88, 5652.47, 130.1, 0, 0, 0, 0, 100, 0), -- Aldor Marksman\n(@WPID+70, 2, -1779.5, 5695.79, 127.615, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 3, -1776.15, 5706.07, 126.664, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 4, -1768.91, 5721.59, 126.538, 1.25664, 58500, 0, 0, 100, 0),\n(@WPID+70, 5, -1804.95, 5747.5, 129.009, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 6, -1818.5, 5751.57, 130.295, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 7, -1847.76, 5759.86, 129.995, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 8, -1878, 5798.19, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 9, -1905.7, 5838.52, 130.067, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 10, -1921.16, 5870.44, 134.438, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 11, -1939, 5907.49, 145.138, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 12, -1956.22, 5947.58, 157.633, 0, 0, 0, 0, 100, 0),\n(@WPID+70, 13, -1961.29, 5959.54, 159.846, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+80, 1, -1792.86, 5658.53, 129.785, 0, 0, 0, 0, 100, 0), -- Aldor Marksman\n(@WPID+80, 2, -1785.28, 5700.29, 127.676, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 3, -1783.77, 5707.17, 126.79, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 4, -1772.67, 5722.91, 126.538, 1.25664, 64000, 0, 0, 100, 0),\n(@WPID+80, 5, -1804.88, 5747.76, 129.009, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 6, -1818.48, 5751.7, 130.359, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 7, -1847.87, 5759.83, 130.013, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 8, -1878.02, 5798.29, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 9, -1905, 5838.45, 129.314, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 10, -1906.83, 5840.9, 130.032, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 11, -1914.21, 5855.93, 130.746, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 12, -1925.21, 5878.18, 136.746, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 13, -1933.96, 5895.68, 141.996, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 14, -1942.16, 5914.17, 147.471, 0, 0, 0, 0, 100, 0),\n(@WPID+80, 15, -1950.91, 5934.67, 153.471,0, 0, 0, 0, 100, 0),\n(@WPID+80, 16, -1961.22, 5959.58, 159.72, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+90, 1, -1778.34, 5667.92, 129.289, 0, 0, 0, 0, 100, 0), -- Mounted Neophyte\n(@WPID+90, 2, -1775.34, 5672.03, 129.058, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 3, -1766.25, 5693.59, 127.413, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 4, -1763.86, 5710.11, 126.538, 1.25664, 74500, 0, 0, 100, 0),\n(@WPID+90, 5, -1805.01, 5747.34, 129.031, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 6, -1818.55, 5751.65, 130.354, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 7, -1847.98, 5759.6, 130.027, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 8, -1877.98, 5798.27, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 9, -1905.13, 5838.43, 129.316, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 10, -1919.69, 5866.61, 133.394, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 11, -1927.87, 5883.48, 138.321, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 12, -1946.72, 5923.85, 149.922, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 13, -1956.33, 5947.49, 157.647, 0, 0, 0, 0, 100, 0),\n(@WPID+90, 14, -1961.11, 5959.49, 159.758, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+100, 1, -1785.91, 5669.07, 129.197, 0, 0, 0, 0, 100, 0), -- Mounted Neophyte\n(@WPID+100, 2, -1776.57, 5693.34, 127.626, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 3, -1775.37, 5695.57, 126.988, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 4, -1767.61, 5711.36, 126.538, 1.25664, 80000, 0, 0, 100, 0),\n(@WPID+100, 5, -1805.2, 5747.25, 129.044, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 6, -1818.68, 5751.42, 130.378, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 7, -1847.77, 5759.52, 130.028, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 8, -1877.92, 5798.19, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 9, -1905.11, 5838.43, 129.318, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 10, -1919.54, 5866.67, 133.448, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 11, -1936.28, 5901.04, 143.569, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 12, -1951.49, 5934.39, 153.414, 0, 0, 0, 0, 100, 0),\n(@WPID+100, 13, -1960.96, 5959.6, 159.744, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+110, 1, -1777.94, 5675.8, 128.944, 0, 0, 0, 0, 100, 0), -- Mounted Neophyte\n(@WPID+110, 2, -1773.95, 5693.29, 127.456, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 3, -1771.64, 5712.87, 126.538, 1.25664, 78500, 0, 0, 100, 0),\n(@WPID+110, 4, -1804.98, 5747.59, 129.039, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 5, -1818.47, 5751.58, 130.256, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 6, -1847.81, 5759.85, 129.985, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 7, -1877.84, 5798.35, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 8, -1905.29, 5838.47, 129.315, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 9, -1919.6, 5866.67, 133.28, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 10, -1935.22, 5898.25, 142.547, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 11, -1953.28, 5939.86, 154.982, 0, 0, 0, 0, 100, 0),\n(@WPID+110, 12, -1961.16, 5959.6, 159.834, 0, 1000, 0, 0, 100, 0),\n--\n(@WPID+120, 1, -1793.42, 5661.19, 129.679, 0, 0, 0, 0, 100, 0), -- Mounted Neophyte\n(@WPID+120, 2, -1779.95, 5695.97, 127.67, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 3, -1775.66, 5713.87, 126.538, 1.25664, 76000, 0, 0, 100, 0),\n(@WPID+120, 4, -1805.24, 5746.8, 129.006, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 5, -1818.65, 5751.34, 130.24, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 6, -1847.75, 5759.36, 129.995, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 7, -1877.98, 5798.27, 130.827, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 8, -1905.23, 5838.4, 129.317, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 9, -1919.32, 5866.58, 133.309, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 10, -1933.8, 5896.04, 141.835, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 11, -1947.61, 5926.97, 150.835, 0, 0, 0, 0, 100, 0),\n(@WPID+120, 12, -1960.67, 5959.62, 159.679, 0, 1000, 0, 0, 100, 0);\n\n/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (19153, 19337, 19390);\nDELETE FROM `smart_scripts` WHERE `entryorguid` IN (-672001, -672002, -672003, -672004, -672005, -672006, -672007, -672008, -672009, -672010, -672011, -672012);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, \n`event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(-672001, 0, 0, 0, 108, 0, 100, 0, 13, 6720010, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Neophyte - On Waypoint Reached - Despawn Self'),\n(-672001, 0, 1, 0, 108, 0, 100, 0, 4, 6720010, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Neophyte - On Waypoint Reached - Salute'),\n(-672001, 0, 2, 0, 25, 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,          'Aldor Neophyte - On Reset - Set Active'),\n(-672002, 0, 0, 0, 108, 0, 100, 0, 13, 6720020, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Neophyte - On Waypoint Reached - Despawn Self'),\n(-672002, 0, 1, 0, 108, 0, 100, 0, 4, 6720020, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Neophyte - On Waypoint Reached - Salute'),\n(-672002, 0, 2, 0, 25, 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,          'Aldor Neophyte - On Reset - Set Active'),\n(-672003, 0, 0, 0, 108, 0, 100, 0, 12, 6720030, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Neophyte - On Waypoint Reached - Despawn Self'),\n(-672003, 0, 1, 0, 108, 0, 100, 0, 3, 6720030, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Neophyte - On Waypoint Reached - Salute'),\n(-672003, 0, 2, 0, 25, 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,          'Aldor Neophyte - On Reset - Set Active'),\n(-672004, 0, 0, 0, 108, 0, 100, 0, 14, 6720040, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Neophyte - On Waypoint Reached - Despawn Self'),\n(-672004, 0, 1, 0, 108, 0, 100, 0, 4, 6720040, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Neophyte - On Waypoint Reached - Salute'),\n(-672004, 0, 2, 0, 25, 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,          'Aldor Neophyte - On Reset - Set Active'),\n--\n(-672005, 0, 0, 0, 108, 0, 100, 0, 13, 6720050, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Marksman - On Waypoint Reached - Despawn Self'),\n(-672005, 0, 1, 0, 108, 0, 100, 0, 4, 6720050, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Marksman - On Waypoint Reached - Salute'),\n(-672005, 0, 2, 0, 25, 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,          'Aldor Marksman - On Reset - Set Active'),\n(-672006, 0, 0, 0, 108, 0, 100, 0, 13, 6720060, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Marksman - On Waypoint Reached - Despawn Self'),\n(-672006, 0, 1, 0, 108, 0, 100, 0, 4, 6720060, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Marksman - On Waypoint Reached - Salute'),\n(-672006, 0, 2, 0, 25, 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,          'Aldor Marksman - On Reset - Set Active'),\n(-672007, 0, 0, 0, 108, 0, 100, 0, 13, 6720070, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Marksman - On Waypoint Reached - Despawn Self'),\n(-672007, 0, 1, 0, 108, 0, 100, 0, 4, 6720070, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Marksman - On Waypoint Reached - Salute'),\n(-672007, 0, 2, 0, 25, 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,          'Aldor Marksman - On Reset - Set Active'),\n(-672008, 0, 0, 0, 108, 0, 100, 0, 16, 6720080, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Aldor Marksman - On Waypoint Reached - Despawn Self'),\n(-672008, 0, 1, 0, 108, 0, 100, 0, 4, 6720080, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Aldor Marksman - On Waypoint Reached - Salute'),\n(-672008, 0, 2, 0, 25, 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,          'Aldor Marksman - On Reset - Set Active'),\n--\n(-672009, 0, 0, 0, 108, 0, 100, 0, 14, 6720090, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Mounted Neophyte - On Waypoint Reached - Despawn Self'),\n(-672009, 0, 1, 0, 108, 0, 100, 0, 4, 6720090, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Mounted Neophyte - On Waypoint Reached - Salute'),\n(-672009, 0, 2, 0, 25, 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,          'Mounted Neophyte - On Reset - Set Active'),\n(-672010, 0, 0, 0, 108, 0, 100, 0, 13, 6720100, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Mounted Neophyte - On Waypoint Reached - Despawn Self'),\n(-672010, 0, 1, 0, 108, 0, 100, 0, 4, 6720100, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Mounted Neophyte - On Waypoint Reached - Salute'),\n(-672010, 0, 2, 0, 25, 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,          'Mounted Neophyte - On Reset - Set Active'),\n(-672011, 0, 0, 0, 108, 0, 100, 0, 12, 6720110, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Mounted Neophyte - On Waypoint Reached - Despawn Self'),\n(-672011, 0, 1, 0, 108, 0, 100, 0, 3, 6720110, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Mounted Neophyte - On Waypoint Reached - Salute'),\n(-672011, 0, 2, 0, 25, 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,          'Mounted Neophyte - On Reset - Set Active'),\n(-672012, 0, 0, 0, 108, 0, 100, 0, 12, 6720120, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Mounted Neophyte - On Waypoint Reached - Despawn Self'),\n(-672012, 0, 1, 0, 108, 0, 100, 0, 3, 6720120, 0, 0, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Mounted Neophyte - On Waypoint Reached - Salute'),\n(-672012, 0, 2, 0, 25, 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,          'Mounted Neophyte - On Reset - Set Active');\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (19346, 19377, 19378);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (19346, 19377, 19378);\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (1934600, 1934601, 1937700, 1937800, 1937801);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(19346, 0, 0, 1, 108, 0, 100, 0, 1, 689620, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672001, 19153, 0, 0, 0, 0, 0, 0, 'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Neophyte'),\n(19346, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672002, 19153, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Neophyte'),\n(19346, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672003, 19153, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Neophyte'),\n(19346, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672004, 19153, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Neophyte'),\n(19346, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672005, 19337, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Marksman'),\n(19346, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672006, 19337, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Marksman'),\n(19346, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672007, 19337, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Marksman'),\n(19346, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672008, 19337, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Aldor Marksman'),\n(19346, 0, 8, 9, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672009, 19390, 0, 0, 0, 0, 0, 0,       'Harbinger Erothem - On Waypoint Reached - Respawn Mounted Neophyte'),\n(19346, 0, 9, 10, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672010, 19390, 0, 0, 0, 0, 0, 0,      'Harbinger Erothem - On Waypoint Reached - Respawn Mounted Neophyte'),\n(19346, 0, 10, 11, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672011, 19390, 0, 0, 0, 0, 0, 0,     'Harbinger Erothem - On Waypoint Reached - Respawn Mounted Neophyte'),\n(19346, 0, 11, 12, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 672012, 19390, 0, 0, 0, 0, 0, 0,     'Harbinger Erothem - On Waypoint Reached - Respawn Mounted Neophyte'),\n(19346, 0, 12, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 232, 691100, 0, 0, 0, 0, 0, 10, 69110, 19378, 0, 0, 0, 0, 0, 0, 'Harbinger Erothem - On Waypoint Reached - Movement Resume Anchorite Nindumen'),\n--\n(19346, 0, 13, 0, 108, 0, 100, 0, 2,  689620, 0, 0, 0, 0, 80, 1934600, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Harbinger Erothem - On Waypoint Reached - Run Script 1934600'), -- speech\n(19346, 0, 14, 0, 108, 0, 100, 0, 8,  689620, 0, 0, 0, 0, 80, 1934601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Harbinger Erothem - On Waypoint Reached - Run Script 1934601'),\n(19346, 0, 15, 0, 108, 0, 100, 0, 11, 689620, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Harbinger Erothem - On Waypoint Reached - Say Line 2'), -- May it be so.\n(19346, 0, 16, 0,  25, 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,               'Harbinger Erothem - On Reset - Set Active'),\n--\n(19377, 0, 0, 0, 108, 0, 100, 0, 12,  691090, 0, 0, 0, 0, 80, 1937700, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Neophyte Nemarn - On Waypoint Reached - Run Script 1937700'),\n--\n(19378, 0, 0, 0, 108, 0, 100, 0, 2, 691100, 0, 0, 0, 0, 80, 1937800, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Anchorite Nindumen - On Waypoint Reached - Run Script 1937800'),\n(19378, 0, 1, 0, 108, 0, 100, 0, 7, 691100, 0, 0, 0, 0, 80, 1937801, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Anchorite Nindumen - On Waypoint Reached - Run Script 1937801'),\n(19378, 0, 2, 0, 108, 0, 100, 0, 19, 691100, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Anchorite Nindumen - On Waypoint Reached - Movement Pause'),\n(19378, 0, 3, 0, 25, 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,                 'Anchorite Nindumen - On Reset - Set Active'),\n--\n(1934600, 9, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Script9 - Harbinger Erothem - Say Line 3'), -- speech\n(1934600, 9, 1, 0, 0, 0, 100, 1, 5000, 5000, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Script9 - Harbinger Erothem - Say Line 4'),\n(1934600, 9, 2, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Harbinger Erothem - Say Line 5'),\n(1934600, 9, 3, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Harbinger Erothem - Say Line 6'),\n(1934600, 9, 4, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Harbinger Erothem - Say Line 7'),\n(1934600, 9, 5, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Harbinger Erothem - Say Line 8'),\n--\n(1934601, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Script9 - Harbinger Erothem - Say Line 0'), -- I have a request\n(1934601, 9, 1, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Harbinger Erothem - Say Line 1'), -- We've just sent\n--\n(1937700, 9, 0,  0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 5, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Script9 - Neophyte Nemarn - OneShotBow'),\n(1937700, 9, 1,  0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Script9 - Neophyte Nemarn - Say Line 0'),\n(1937700, 9, 2,  0, 0, 0, 100, 1, 4000, 4000, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 10, 66696, 18537, 0, 0, 0, 0, 0, 0, 'Script9 - Adyen the Lightwarden - Say Line 4'),\n(1937700, 9, 3,  0, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Script9 - Neophyte Nemarn - Say Line 1'),\n(1937700, 9, 4,  0, 0, 0, 100, 1, 7000, 7000, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Script9 - Neophyte Nemarn - Say Line 2'),\n(1937700, 9, 5,  0, 0, 0, 100, 1, 7000, 7000, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Script9 - Neophyte Nemarn - Say Line 3'),\n(1937700, 9, 6,  0, 0, 0, 100, 1, 7000, 7000, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 10, 66696, 18537, 0, 0, 0, 0, 0, 0, 'Script9 - Adyen the Lightwarden - Say Line 5'),\n(1937700, 9, 7,  0, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 10, 66696, 18537, 0, 0, 0, 0, 0, 0, 'Script9 - Adyen the Lightwarden - Say Line 6'),\n(1937700, 9, 8,  0, 0, 0, 100, 1, 7000, 7000, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 10, 66696, 18537, 0, 0, 0, 0, 0, 0, 'Script9 - Adyen the Lightwarden - Say Line 7'),\n(1937700, 9, 9,  0, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 10, 66696, 18537, 0, 0, 0, 0, 0, 0, 'Script9 - Adyen the Lightwarden - Say Line 8'),\n(1937700, 9, 10, 0, 0, 0, 100, 1, 7000, 7000, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Script9 - Neophyte Nemarn - Say Line 4'),\n(1937700, 9, 11, 0, 0, 0, 100, 1, 2000, 2000, 0, 0, 0, 0, 5, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Script9 - Neophyte Nemarn - OneShotBow'),\n--\n(1937800, 9, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Script9 - Anchorite Nindumen Say Line 0'),\n(1937800, 9, 1, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 1'),\n--\n(1937801, 9, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Script9 - Anchorite Nindumen Say Line 2'),\n(1937801, 9, 1, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 3'),\n(1937801, 9, 2, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 4'),\n(1937801, 9, 3, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 5'),\n(1937801, 9, 4, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 6'),\n(1937801, 9, 5, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 7'),\n(1937801, 9, 6, 0, 0, 0, 100, 1, 10000, 10000, 0, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Script9 - Anchorite Nindumen Say Line 8');\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (18537, 19346, 19377);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(19346, 0, 0, 'Anchorite Nindumen, I have a request to make of you.', 12, 0, 100, 0, 0, 0, 16506, 0, 'Harbinger Erothem'),\n(19346, 1, 0, 'We\\'ve just sent another inexperienced squad into Nagrand. Might you offer a prayer for them?', 12, 0, 100, 0, 0, 0, 16507, 0, 'Harbinger Erothem'),\n(19346, 2, 0, 'May it be so.', 12, 0, 100, 0, 0, 0, 16780, 0, 'Harbinger Erothem'),\n(19346, 3, 0, 'Listen up, soldiers!', 12, 0, 100, 0, 0, 0, 16492, 0, 'Harbinger Erothem'),\n(19346, 4, 0, 'You are here because you displayed exceptional aptitude and ability throughout your training period.', 12, 0, 100, 0, 0, 0, 16493, 0, 'Harbinger Erothem'),\n(19346, 5, 0, 'You are now to be dispatched directly into a hostile environment on a treacherous mission.', 12, 0, 100, 0, 0, 0, 16494, 0, 'Harbinger Erothem'),\n(19346, 6, 0, 'Nagrand, the land to the west, has recently become littered with enemy forge camps that threaten our security.', 12, 0, 100, 0, 0, 0, 16495, 0, 'Harbinger Erothem'),\n(19346, 7, 0, 'With the bulk of our forces focused on Illidan, the task of cleansing these lands falls to you.', 12, 0, 100, 0, 0, 0, 16496, 0, 'Harbinger Erothem'),\n(19346, 8, 0, 'You are to return in a week\\'s time with a detailed report of your actions.', 12, 0, 100, 0, 0, 0, 16497, 0, 'Harbinger Erothem'),\n--\n(19377, 0, 0, 'Sir, I am here to deliver my report from the Scryer\\'s Tier.', 12, 0, 100, 0, 0, 0, 16560, 0, 'Neophyte Nemarn'),\n(19377, 1, 0, 'Sir, it\\'s impossible to read anything into their actions.', 12, 0, 100, 0, 0, 0, 16561, 0, 'Neophyte Nemarn'),\n(19377, 2, 0, 'Their movements are totally chaotic, as if they themselves know not what they are about.', 12, 0, 100, 0, 0, 0, 16562, 0, 'Neophyte Nemarn'),\n(19377, 3, 0, 'My apologies, sir. I wish I had more to report.', 12, 0, 100, 0, 0, 0, 16563, 0, 'Neophyte Nemarn'),\n(19377, 4, 0, 'As you command, sir.', 12, 0, 100, 0, 0, 0, 16564, 0, 'Neophyte Nemarn'),\n(19377, 5, 0, 'Well, out with it, neophyte...', 12, 0, 100, 0, 0, 0, 16565, 0, ''),\n(19377, 6, 0, 'It is exactly as I expected, soldier. They know we watch them closely.', 12, 0, 100, 0, 0, 0, 16566, 0, 'Adyen the Lightwarden'),\n(19377, 7, 0, 'They mask their intentions with meaningless movements to confuse us.', 12, 0, 100, 0, 0, 0, 16567, 0, 'Adyen the Lightwarden'),\n(19377, 8, 0, 'In time, you may learn to see through their deceptions.', 12, 0, 100, 0, 0, 0, 16568, 0, 'Adyen the Lightwarden'),\n(19377, 9, 0, 'Until then, your presence at your post will keep them on their toes.', 12, 0, 100, 0, 0, 0, 16569, 0, 'Adyen the Lightwarden'),\n--\n(18537, 0, 0, 'We\\'re here for you, lost brother.  It is custom to offer you a chance to repent before you are destroyed.  We offer you this chance, as the naaru\\'s law commands.', 12, 0, 100, 0, 0, 0, 18389, 0, ''),\n(18537, 1, 0, 'We may be few, Socrethar, but our faith is strong.  Something you will never understand.  Now that custom has been served, prepare to meet your end.', 12, 0, 100, 0, 0, 0, 18391, 0, ''),\n(18537, 2, 0, 'How... how could you?!', 12, 0, 100, 0, 0, 0, 18393, 0, ''),\n(18537, 3, 0, 'Socrethar is clouding your mind, Kaylaan!  You do not mean these words!  I remember training you when you were but a youngling.  Your will was strong even then!', 12, 0, 100, 0, 0, 0, 18397, 0, ''),\n\n(18537, 4, 0, 'Well, out with it, neophyte...', 12, 0, 100, 0, 0, 0, 16565, 0, ''),\n(18537, 5, 0, 'It is exactly as I expected, soldier. They know we watch them closely.', 12, 0, 100, 0, 0, 0, 16566, 0, 'Adyen the Lightwarden'),\n(18537, 6, 0, 'They mask their intentions with meaningless movements to confuse us.', 12, 0, 100, 0, 0, 0, 16567, 0, 'Adyen the Lightwarden'),\n(18537, 7, 0, 'In time, you may learn to see through their deceptions.', 12, 0, 100, 0, 0, 0, 16568, 0, 'Adyen the Lightwarden'),\n(18537, 8, 0, 'Until then, your presence at your post will keep them on their toes.', 12, 0, 100, 0, 0, 0, 16569, 0, 'Adyen the Lightwarden');\n"
  },
  {
    "path": "data/sql/world/base/zone_silithus.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (11721, 11726, 11731);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(11722, 11723, 11727, 11728, 11729, 11730, 11732, 11733, 11734, 11736, 11737, 11738, 11739, 11740, 11741, 11744, 11745, 11746, 11747, \n11803, 11804, 11880, 11881, 11882, 11883, 12178, 12179, 14471, 14472, 14474, 14475, 14477, 14478, 14479, 15196, 15200, 15201, 15202, 15213, 15308, 15541, 15542);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(11721, 11722, 11723, 11726, 11727, 11728, 11729, 11730, 11731, 11732, 11733, 11734, 11736, 11737, 11738, 11739, 11740, 11741, 11744, 11745, 11746, 11747, \n11803, 11804, 11880, 11881, 11882, 11883, 12178, 12179, 14471, 14472, 14474, 14475, 14477, 14478, 14479, 15196, 15200, 15201, 15202, 15213, 15308, 15541, 15542);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(11722, 0, 0, 0, 0, 0, 100, 0, 3000, 4500, 12000, 15000, 0, 0, 11, 11443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Hive\\'Ashi Defender - In Combat - Cast Cripple'),\n(11722, 0, 1, 0, 0, 0, 100, 0, 2000, 12000, 36000, 46000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Hive\\'Ashi Defender - In Combat - Cast Disarm'),\n(11723, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hive\\'Ashi Sandstalker - On Reset - Cast Sneak'),\n(11727, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 19448, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hive\\'Zora Wasp - Within 0-5 Range - Cast Poison'),\n(11728, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 20000, 22000, 0, 0, 11, 16790, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Hive\\'Zora Reaver - Within 0-5 Range - Cast Knockdown'), -- https://www.youtube.com/watch?v=kCZtsdQG2-w\n(11728, 0, 1, 0, 9, 0, 100, 0, 0, 0, 16000, 19000, 0, 5, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hive\\'Zora Reaver - Within 0-5 Range - Cast Cleave'),\n(11729, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 12000, 16000, 0, 0, 11, 19452, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Hive\\'Zora Hive Sister - In Combat - Cast Toxic Spit'),\n(11730, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hive\\'Regal Ambusher - On Reset - Cast Sneak'),\n(11730, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15000, 24000, 0, 5, 11, 13298, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hive\\'Regal Ambusher - Within 0-5 Range - Cast Poison'),\n(11732, 0, 0, 0, 0, 0, 100, 0, 8000, 17000, 21000, 28000, 0, 0, 11, 21047, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Hive\\'Regal Spitfire - In Combat - Cast Corrosive Acid Spit'),\n(11732, 0, 1, 0, 9, 0, 100, 0, 0, 0, 13000, 15000, 0, 5, 11, 5708, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hive\\'Regal Spitfire - Within 0-5 Range - Cast Swoop'),\n(11733, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 9000, 20000, 0, 0, 11, 3584, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Hive\\'Regal Slavemaker - In Combat - Cast Volatile Infection'),\n(11733, 0, 1, 0, 0, 0, 100, 0, 10000, 20000, 30000, 45000, 0, 0, 11, 19469, 0, 0, 0, 0, 0, 6, 5, 0, 0, 0, 0, 0, 0, 0,   'Hive\\'Regal Slavemaker - Within 0-5 Range - Cast Poison Mind'),\n(11734, 0, 0, 0, 0, 0, 100, 0, 0, 0, 9000, 12000, 0, 0, 11, 19471, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Hive\\'Regal Hive Lord - In Combat - Cast Berserker Charge'),\n--\n(11736, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 23000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Stonelash Pincer - Within 0-5 Range - Cast Tendon Rip'),\n(11736, 0, 1, 0, 0, 0, 100, 0, 3000, 7000, 14000, 17000, 0, 0, 11, 5416, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Stonelash Pincer - Within 0-5 Range - Cast Venom Sting'),\n(11737, 0, 0, 0, 0, 0, 100, 0, 3000, 7000, 14000, 17000, 0, 0, 11, 5416, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Stonelash Flayer - Within 0-5 Range - Cast Venom Sting'),\n(11737, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Stonelash Flayer - On Respawn - Cast Thrash Proc'),\n(11738, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Sand Skitterer - On Respawn - Cast Poison Proc'),\n(11739, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 20000, 30000, 0, 0, 11, 745, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,    'Rock Stalker - Within 0-30 Range - Cast Web'),\n(11739, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rock Stalker - On Respawn - Cast Poison Proc'),\n(11740, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 8, 25, 11, 22911, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Dredge Striker - Within 8-25 Range - Cast Charge (No Repeat)'),\n(11741, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 6607, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dredge Crusher - Within 0-5 Range - Cast Lash'),\n(11744, 0, 0, 0, 9, 0, 100, 0, 0, 0, 40000, 45000, 0, 30, 11, 19513, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Dust Stormer - Within 0-30 Range - Cast Lightning Cloud'),\n(11744, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 60000, 60000, 0, 0, 11, 19514, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dust Stormer - Out of Combat - Cast Lightning Shield'),\n(11745, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 20, 11, 12553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Cyclone Warrior - Within 0-20 Range - Cast Shock'),\n(11745, 0, 1, 0, 0, 0, 100, 0, 0, 13000, 13000, 16000, 0, 0, 11, 6728, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,       'Cyclone Warrior - In Combat - Cast Enveloping Winds'),\n(11746, 0, 0, 0, 0, 0, 70, 0, 5000, 8000, 18000, 24000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Desert Rumbler - In Combat - Cast Trample'),\n(11747, 0, 0, 0, 0, 0, 75, 0, 3000, 5000, 12000, 16000, 0, 0, 11, 13728, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,    'Desert Rager - Within 0-20 Range - Cast Earth Shock'),\n(11747, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Desert Rager - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(11747, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Desert Rager - On Enrage - Say Line 0'),\n--\n(11803, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 13000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Twilight Keeper Exeter - Within 0-5 Range - Cast Mortal Strike'),\n(11803, 0, 1, 0, 0, 0, 100, 0, 3000, 3000, 12000, 16000, 0, 0, 11, 22427, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Twilight Keeper Exeter - Within 0-5 Range - Cast Concussion Blow'),\n(11804, 0, 0, 0, 106, 0, 100, 0, 0, 0, 13000, 18000, 0, 8, 11, 17366, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Keeper Havunth - Within 0-8 Range - Cast Fire Nova'),\n(11804, 0, 1, 0, 0, 0, 100, 0, 7000, 10000, 10000, 15000, 0, 0, 11, 13339, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,  'Twilight Keeper Havunth - Within 0-20 Range - Cast Fire Blast'),\n(11880, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Twilight Avenger - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(11880, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Twilight Avenger - On Enrage - Say Line 0'),\n(11880, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 11880, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Twilight Avenger - On Death - Cross Cast Vengeance'),\n(11881, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Twilight Geolord - Outside 30 Range - Start Combat Movement'),\n(11881, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Twilight Geolord - Within 5-30 Range - Stop Combat Movement'),\n(11881, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Twilight Geolord - Within 0-5 Range - Start Combat Movement'),\n(11881, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 9483, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Geolord - Within 5-30 Range - Cast Boulder'),\n(11881, 0, 4, 0, 0, 0, 100, 0, 10000, 13000, 10000, 15000, 0, 0, 11, 13728, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0, 'Twilight Geolord - Within 0-20 Range - Cast Earth Shock'),\n(11881, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Geolord - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11881, 0, 6, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 11880, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Twilight Geolord - On Death - Cross Cast Vengeance'),\n(11882, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Stonecaller - In Combat - Cast Fireball'),\n(11882, 0, 1, 0, 1, 0, 100, 1, 1000, 2000, 0, 0, 0, 0, 11, 19704, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Stonecaller - Out of Combat - Cast Summon Earth Elemental'),\n(11882, 0, 2, 0, 0, 0, 100, 0, 12000, 17000, 12000, 17000, 0, 0, 11, 11020, 1, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Twilight Stonecaller - Within 0-5 Range - Cast Petrify'),\n(11882, 0, 3, 0, 1, 0, 100, 1, 3000, 5000, 0, 0, 0, 0, 11, 13236, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Stonecaller - Out of Combat - Cast Nature Channeling'),\n(11882, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Stonecaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11883, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Master - In Combat - Cast Frostbolt'),\n(11883, 0, 1, 0, 106, 0, 100, 0, 0, 0, 20000, 22000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Master - Within 0-8 Range - Cast Frost Nova'),\n(11883, 0, 2, 0, 0, 0, 100, 0, 8000, 9000, 20000, 22000, 0, 0, 11, 12058, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Master - In Combat - Cast Chain Lightning'),\n(11883, 0, 3, 0, 0, 0, 100, 0, 17000, 18000, 20000, 22000, 0, 0, 11, 13339, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0, 'Twilight Master - Within 0-20 Range - Cast Fire Blast'),\n(11883, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Master - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(12178, 0, 0, 0, 2, 0, 100, 0, 0, 50, 2000, 8000, 0, 0, 11, 23381, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Tortured Druid - Between 0-50% Health - Cast Healing Touch'), -- https://www.youtube.com/watch?v=U2NTYNHjvM0\n(12178, 0, 1, 0, 0, 0, 100, 0, 4000, 10000, 4000, 10000, 0, 0, 11, 23380, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Tortured Druid - In Combat - Cast Moonfire'),\n(12178, 0, 2, 3, 6, 0, 75, 512, 0, 0, 0, 0, 0, 0, 11, 21327, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Tortured Druid - On Just Died - Cast Summon Hive\\'Ashi Drones'),\n(12178, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Tortured Druid - On Just Died - Say Line 0'),\n(12179, 0, 0, 1, 6, 0, 75, 512, 0, 0, 0, 0, 0, 0, 11, 21327, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Tortured Sentinel - On Just Died - Cast Summon Hive\\'Ashi Drones'),\n(12179, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Tortured Sentinel - On Just Died - Say Line 0'),\n--\n(14471, 0, 0, 0, 0, 0, 100, 0, 12000, 15000, 17000, 24000, 0, 0, 11, 16727, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Setis - In Combat - Cast War Stomp'),\n(14471, 0, 1, 0, 0, 0, 100, 0, 15000, 150000, 15000, 15000, 0, 0, 11, 10887, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0, 'Setis - Within 0-5 Range - Cast Crowd Pummel'),\n(14471, 0, 2, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Setis - On Reset - Set Active On'),\n(14472, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 21788, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Gretheer - On Respawn - Cast Deadly Poison Proc'),\n(14472, 0, 1, 0, 0, 0, 100, 0, 0, 9000, 9000, 14000, 0, 0, 11, 745, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,         'Gretheer - Within 0-30 Range - Cast Web'),\n(14474, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 30, 11, 21971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Zora - Within 0-30 Range - Cast Poison Bolt'),\n(14475, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 12000, 14000, 0, 0, 11, 6016, 0, 7, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Rex Ashil - Within 0-5 Range - Cast Pierce Armor'),\n(14477, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 13000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Grubthor - In Combat - Cast Trample'),\n(14478, 0, 0, 0, 0, 0, 100, 0, 4000, 10000, 5000, 15000, 0, 0, 11, 15659, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Huricanian - In Combat - Cast Chain Lightning'),\n(14479, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 19816, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Twilight Lord Everun - In Combat - Cast Fireball'),\n(14479, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 25000, 0, 20, 11, 17439, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Twilight Lord Everun - Within 0-20 Range - Cast Shadow Shock'),\n(14479, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Lord Everun - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(15196, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 15000, 25000, 0, 0, 11, 3609, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Deathclasp - Within 0-5 Range - Cast Paralyzing Poison'),\n(15196, 0, 1, 0, 0, 0, 100, 0, 15000, 15000, 10000, 20000, 0, 0, 11, 18670, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Deathclasp - Within 0-10 Range - Cast Knock Away'),\n(15200, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 10000, 15000, 0, 0, 11, 17165, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,   'Twilight Keeper Mayna - Within 0-20 Range - Cast Mind Flay'),\n(15200, 0, 1, 0, 0, 0, 100, 0, 8500, 9500, 20000, 25000, 0, 0, 11, 15654, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Keeper Mayna - In Combat - Cast Shadow Word: Pain'),\n(15200, 0, 2, 0, 9, 0, 100, 0, 0, 0, 15000, 18000, 0, 5, 11, 22884, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Twilight Keeper Mayna - Within 0-5 Range - Cast Psychic Scream'),\n(15201, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 18000, 22000, 0, 0, 11, 15732, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilight Flamereaver - In Combat - Cast Immolate'),\n(15201, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Flamereaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(15202, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 19816, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vyral the Vile - In Combat - Cast Fireball'),\n(15202, 0, 1, 0, 0, 0, 100, 0, 10000, 12000, 15000, 20000, 0, 0, 11, 17439, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0, 'Vyral the Vile - Within 0-20 Range - Cast Shadow Shock'),\n(15202, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vyral the Vile - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(15213, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Overlord - In Combat - Cast Frostbolt'),\n(15213, 0, 1, 0, 106, 0, 100, 0, 0, 0, 20000, 22000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Overlord - Within 0-8 Range - Cast Frost Nova'),\n(15213, 0, 2, 0, 0, 0, 100, 0, 8000, 9000, 20000, 22000, 0, 0, 11, 12058, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Overlord - In Combat - Cast Chain Lightning'),\n(15213, 0, 3, 0, 0, 0, 100, 0, 17000, 18000, 20000, 22000, 0, 0, 11, 13339, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0, 'Twilight Overlord - Within 0-20 Range - Cast Fire Blast'),\n(15213, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Twilight Overlord - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(15213, 0, 5, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 86, 8602, 2, 9, 11880, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Twilight Overlord - On Death - Cross Cast Vengeance'),\n(15308, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 10000, 15000, 0, 0, 11, 15305, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Prophet - In Combat - Cast Chain Lightning'),\n(15308, 0, 1, 0, 9, 0, 100, 0, 0, 0, 15000, 20000, 0, 5, 11, 22884, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Twilight Prophet - Within 0-5 Range - Cast Psychic Scream'),\n(15308, 0, 2, 0, 106, 0, 100, 0, 0, 0, 16000, 22000, 0, 8, 11, 17366, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Prophet - Within 0-8 Range - Cast Fire Nova'),\n(15308, 0, 3, 0, 106, 0, 100, 0, 0, 0, 20000, 25000, 0, 8, 11, 15531, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Twilight Prophet - Within 0-8 Range - Cast Frost Nova'),\n(15541, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 13000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Twilight Marauder Morna - Within 0-5 Range - Cast Mortal Strike'),\n(15541, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15572, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Twilight Marauder Morna - Within 0-5 Range - Cast Sunder Armor'),\n(15541, 0, 2, 0, 0, 0, 100, 0, 9000, 15000, 14000, 18000, 0, 0, 11, 23600, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Twilight Marauder Morna - In Combat - Cast Piercing Howl'),\n(15542, 0, 0, 0, 9, 0, 100, 0, 0, 0, 10000, 20000, 8, 25, 11, 22911, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Twilight Marauder - Within 8-25 Range- Cast Charge'),\n(15542, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 14000, 18000, 0, 0, 11, 23600, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Twilight Marauder - In Combat - Cast Piercing Howl'),\n(15542, 0, 2, 3, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Twilight Marauder - Between 0-20% Health - Cast Enrage (No Repeat)'),\n(15542, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Twilight Marauder - On Enrage - Say Line 0');\n\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (8320, 9415, 9416);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(19, 0, 8320, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Huum Wildmane - Hide \\'Twilight Geolords\\' until player reaches Pre-AQ'), -- needed for if AllowEarlyDungeonSet2 is enabled\n(19, 0, 9415, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Quest: \\'Report to Marshal Bluewall\\' only available AFTER the player completes the AQ war'),\n(19, 0, 9416, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Quest: \\'Report to General Kirika\\' only available AFTER the player completes the AQ war');\n\n\n-- fix movement of Twilight cultists\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 15 WHERE `guid` IN (42970, 42997, 43036);\n\n\n-- Deathclasp waypoints\nDELETE FROM `creature` WHERE `id1` = 15196;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(42921, 15196, 0, 0, 1, 0, 0, 1, 1, 0, -8102.7, 967.628, 59.7207, 2.96696, 600, 0, 1, 8883, 0, 2, 0, 0, 0, '', 0, 0, NULL); \n\nDELETE FROM `creature_formations` WHERE `leaderGUID` = 42921;\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(42921, 42921, 0, 0, 515, 0, 0),\n(42921, 44396, 4, 150, 515, 0, 0),\n(42921, 44397, 4, 210, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` = 42921;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(42921, 429210, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 429210;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(429210, 1, -8102.7, 967.628, 59.6608, NULL, 0, 0, 0, 100, 0),\n(429210, 2, -8114.65, 973.169, 61.9454, NULL, 0, 0, 0, 100, 0),\n(429210, 3, -8091.66, 969.205, 54.2255, NULL, 0, 0, 0, 100, 0),\n(429210, 4, -8074.71, 973.563, 46.2704, NULL, 0, 0, 0, 100, 0),\n(429210, 5, -8063.58, 987.08, 42.0226, NULL, 0, 0, 0, 100, 0),\n(429210, 6, -8058.13, 1001.68, 39.632, NULL, 10000, 0, 0, 100, 0),\n(429210, 7, -8068.21, 980.402, 44.1115, NULL, 0, 0, 0, 100, 0),\n(429210, 8, -8084.04, 970.468, 49.8062, NULL, 0, 0, 0, 100, 0);\n\n\n-- Twilight Prophet, patrols/waypoints\nSET @CGUID    := 651000;\n\n-- misplaced Twilight Avengers, part of bugged Prophet escorts\nDELETE FROM `creature` WHERE `guid` IN (42969, 42983, 42984); \nDELETE FROM `creature_addon` WHERE `guid` IN (42969, 42983, 42984); \n\nDELETE FROM `creature` WHERE `id1` = 15308;\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+8;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(43322, 15308, 0, 0, 1, 0, 0, 1, 1, 1, -7612.16, 1619.85, 2.5204, -1.45604, 3600, 0, 1, 7369, 11502, 2, 0, 0, 0, '', 0, 0, NULL),\n(43323, 15308, 0, 0, 1, 0, 0, 1, 1, 1, -6888.79, 1636.61, 2.8743, 0.795651, 3600, 0, 1, 7369, 11502, 2, 0, 0, 0, '', 0, 0, NULL),\n--\n(@CGUID+1, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -7612.38, 1616.86, 2.49802, 4.73518, 300, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- escort of 43322\n(@CGUID+2, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -7609.12, 1619.94, 1.11992, 4.57025, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+3, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -7611.79, 1623.39, 2.2698, 4.66057, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+4, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -7615.12, 1620.55, 4.36953, 4.7077, 300, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n--\n(@CGUID+5, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -6886.17, 1638.31, 3.01842, 0.563139, 300, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- escort of 43323\n(@CGUID+6, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -6890.34, 1638.63, 2.71004, 0.567064, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+7, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -6890.95, 1635.1, 2.7273, 0.535647, 300, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+8, 11880, 0, 0, 1, 0, 0, 1, 1, 1, -6887.17, 1634.11, 3.02476, 0.618115, 300, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (11880);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-651001, -651002, -651003, -651004, -651005, -651006, -651007, -651008);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n-- south patrol, leader guid 43322\n(-651001, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'), -- needed to keep formation together\n(-651001, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651001, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651001, 0, 3, 4, 75, 0, 100, 0, 43322, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651001, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n(-651002, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651002, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651002, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651002, 0, 3, 4, 75, 0, 100, 0, 43322, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651002, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n(-651003, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651003, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651003, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651003, 0, 3, 4, 75, 0, 100, 0, 43322, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651003, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n(-651004, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651004, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651004, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651004, 0, 3, 4, 75, 0, 100, 0, 43322, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651004, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n-- north patrol, leader guid 43323\n(-651005, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651005, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651005, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651005, 0, 3, 4, 75, 0, 100, 0, 43323, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651005, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n(-651006, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651006, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651006, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651006, 0, 3, 4, 75, 0, 100, 0, 43323, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651006, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n(-651007, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651007, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651007, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651007, 0, 3, 4, 75, 0, 100, 0, 43323, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651007, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction'),\n(-651008, 0, 0, 1, 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,      'Twilight Avenger - On Respawn - Set Active'),\n(-651008, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Invisible'),\n(-651008, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Respawn - Set Faction'),\n(-651008, 0, 3, 4, 75, 0, 100, 0, 43323, 0, 10, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Avenger - On Near Prophet - Set visible'),\n(-651008, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Twilight Avenger - On Near Prophet - Set Faction');\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (43322, 43323);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(43322, 43322, 0, 0, 515, 0, 0),       -- https://www.youtube.com/watch?v=FgmHdNUmWbk\n(43322, @CGUID+1, 4, 20, 515, 0, 0),\n(43322, @CGUID+2, 4, 80, 515, 0, 0),\n(43322, @CGUID+3, 4, 280, 515, 0, 0),\n(43322, @CGUID+4, 4, 340, 515, 0, 0),\n--\n(43323, 43323, 0, 0, 515, 0, 0),      -- https://www.youtube.com/watch?v=qEwUei95hZU\n(43323, @CGUID+5, 4, 100, 515, 0, 0),\n(43323, @CGUID+6, 4, 160, 515, 0, 0),\n(43323, @CGUID+7, 4, 200, 515, 0, 0),\n(43323, @CGUID+8, 4, 260, 515, 0, 0);\n\nDELETE FROM `pool_creature` WHERE `guid` IN (43322, 43323);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(43322, 601016, 0, 'Twilight Prophet'),\n(43323, 601016, 0, 'Twilight Prophet');\n\nDELETE FROM `pool_template` WHERE `entry` = 601016;\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601016, 1, 'Twilight Prophet');\n\nDELETE FROM `creature_addon` WHERE `guid` IN (43322, 43323);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(43322, 433220, 0, 0, 1, 0, 0, NULL),\n(43323, 433230, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (433220, 433230);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(433220, 1, -7611.79, 1607.78, 2.3015, 4.75279, 0, 0, 0, 100, 0),\n(433220, 2, -7615.14, 1598.43, 3.98964, 5.05516, 0, 0, 0, 100, 0),\n(433220, 3, -7618.21, 1582, 5.60624, 4.38365, 0, 0, 0, 100, 0),\n(433220, 4, -7636.72, 1575.48, 7.05201, 3.40976, 0, 0, 0, 100, 0),\n(433220, 5, -7653.19, 1580.34, 5.85397, 2.69505, 0, 0, 0, 100, 0),\n(433220, 6, -7664.2, 1589.65, 1.31083, 2.43979, 0, 0, 0, 100, 0),\n(433220, 7, -7678.24, 1602.48, 1.82788, 2.40052, 0, 0, 0, 100, 0),\n(433220, 8, -7693.7, 1616.62, 4.20903, 2.40052, 0, 0, 0, 100, 0),\n(433220, 9, -7715.78, 1636.82, 7.72923, 2.40052, 0, 0, 0, 100, 0),\n(433220, 10, -7752.84, 1661.92, 5.44309, 2.5576, 0, 0, 0, 100, 0),\n(433220, 11, -7769.22, 1682.96, 0.683925, 1.90179, 0, 0, 0, 100, 0),\n(433220, 12, -7799.63, 1741.77, 4.34389, 2.30235, 0, 0, 0, 100, 0),\n(433220, 13, -7809.8, 1782.52, -0.444866, 1.78791, 0, 0, 0, 100, 0),\n(433220, 14, -7823.42, 1810.01, 3.94168, 2.09422, 0, 0, 0, 100, 0),\n(433220, 15, -7842.65, 1835.53, 3.76209, 2.30627, 0, 0, 0, 100, 0),\n(433220, 16, -7863.87, 1852.18, 2.86558, 2.53011, 0, 0, 0, 100, 0),\n(433220, 17, -7887.41, 1866.35, 2.93402, 2.66363, 0, 0, 0, 100, 0),\n(433220, 18, -7859.67, 1855.18, 2.74721, 5.86021, 0, 0, 0, 100, 0),\n(433220, 19, -7838.56, 1842.09, 4.05976, 5.61282, 0, 0, 0, 100, 0),\n(433220, 20, -7810.02, 1813.71, 4.02074, 5.37721, 0, 0, 0, 100, 0),\n(433220, 21, -7785.18, 1771.1, -0.06016, 5.22406, 0, 0, 0, 100, 0),\n(433220, 22, -7780.84, 1732.04, 2.3233, 4.7921, 0, 0, 0, 100, 0),\n(433220, 23, -7769.04, 1700.54, 0.74436, 5.51465, 0, 0, 0, 100, 0),\n(433220, 24, -7741.36, 1678.15, 6.52284, 5.6246, 0, 0, 0, 100, 0),\n(433220, 25, -7705.68, 1645.7, 7.82174, 5.47538, 0, 0, 0, 100, 0),\n(433220, 26, -7667.94, 1604.51, 1.52622, 5.52644, 0, 0, 0, 100, 0),\n(433220, 27, -7635.43, 1581.5, 5.93618, 5.84059, 0, 0, 0, 100, 0),\n(433220, 28, -7614.63, 1580.4, 5.1389, 2.76576, 0, 0, 0, 100, 0),\n(433220, 29, -7611.13, 1603.01, 2.50675, 1.50912, 0, 0, 0, 100, 0),\n(433220, 30, -7609.62, 1589.88, 3.41483, 1.13576, 0, 0, 0, 100, 0),\n(433220, 31, -7618.36, 1575.05, 6.12038, 0.582052, 0, 0, 0, 100, 0),\n(433220, 32, -7633.53, 1565.07, 8.19204, 0.582052, 0, 0, 0, 100, 0),\n(433220, 33, -7657.38, 1548.17, 8.98179, 6.08062, 0, 0, 0, 100, 0),\n(433220, 34, -7672.72, 1550.73, 7.24032, 5.38083, 0, 0, 0, 100, 0),\n(433220, 35, -7690.34, 1573.04, 3.23954, 5.38083, 0, 0, 0, 100, 0),\n(433220, 36, -7701.12, 1586.69, 3.64412, 5.38083, 0, 0, 0, 100, 0),\n(433220, 37, -7712.37, 1600.94, 3.10336, 5.38083, 0, 0, 0, 100, 0),\n(433220, 38, -7733.12, 1627.21, 7.32541, 5.38083, 0, 0, 0, 100, 0),\n(433220, 39, -7748.5, 1646.69, 6.09533, 5.38083, 0, 0, 0, 100, 0),\n(433220, 40, -7771.59, 1674.04, 2.28311, 5.5654, 0, 0, 0, 100, 0),\n(433220, 41, -7791.69, 1691.59, -0.531833, 5.5654, 0, 0, 0, 100, 0),\n(433220, 42, -7800.83, 1699.58, 2.02195, 5.5654, 0, 0, 0, 100, 0),\n(433220, 43, -7816.98, 1716.94, 3.17339, 5.25439, 0, 0, 0, 100, 0),\n(433220, 44, -7845.9, 1764.1, -0.020669, 5.1138, 0, 0, 0, 100, 0),\n(433220, 45, -7852.1, 1778.7, 0.129083, 5.1138, 0, 0, 0, 100, 0),\n(433220, 46, -7857.91, 1792.39, 2.28382, 5.1138, 0, 0, 0, 100, 0),\n(433220, 47, -7852.1, 1778.7, 0.129083, 5.1138, 0, 0, 0, 100, 0),\n(433220, 48, -7845.9, 1764.1, -0.020669, 5.1138, 0, 0, 0, 100, 0),\n(433220, 49, -7816.98, 1716.94, 3.17339, 5.25439, 0, 0, 0, 100, 0),\n(433220, 50, -7800.83, 1699.58, 2.02195, 5.5654, 0, 0, 0, 100, 0),\n(433220, 51, -7791.69, 1691.59, -0.531833, 5.5654, 0, 0, 0, 100, 0),\n(433220, 52, -7771.59, 1674.04, 2.28311, 5.5654, 0, 0, 0, 100, 0),\n(433220, 53, -7748.5, 1646.69, 6.09533, 5.38083, 0, 0, 0, 100, 0),\n(433220, 54, -7733.12, 1627.21, 7.32541, 5.38083, 0, 0, 0, 100, 0),\n(433220, 55, -7712.37, 1600.94, 3.10336, 5.38083, 0, 0, 0, 100, 0),\n(433220, 56, -7701.12, 1586.69, 3.64412, 5.38083, 0, 0, 0, 100, 0),\n(433220, 57, -7690.34, 1573.04, 3.23954, 5.38083, 0, 0, 0, 100, 0),\n(433220, 58, -7672.72, 1550.73, 7.24032, 5.38083, 0, 0, 0, 100, 0),\n(433220, 59, -7657.38, 1548.17, 8.98179, 6.08062, 0, 0, 0, 100, 0),\n(433220, 60, -7633.53, 1565.07, 8.19204, 0.582052, 0, 0, 0, 100, 0),\n(433220, 61, -7618.36, 1575.05, 6.12038, 0.582052, 0, 0, 0, 100, 0),\n(433220, 62, -7609.62, 1589.88, 3.41483, 1.13576, 0, 0, 0, 100, 0),\n(433220, 63, -7612.01, 1612.5, 2.15631, 1.67611, 0, 0, 0, 100, 0),\n(433220, 64, -7605.9, 1634.24, 1.68615, 1.14911, 0, 0, 0, 100, 0),\n(433220, 65, -7596.68, 1654.79, 1.99252, 1.14911, 0, 0, 0, 100, 0),\n(433220, 66, -7591.57, 1666.17, 5.48147, 1.14911, 0, 0, 0, 100, 0),\n--\n(433230, 1, -6884.11, 1685.24, 4.14966, 0.98219, 0, 0, 0, 100, 0),\n(433230, 2, -6855.12, 1724.63, 3.10327, 0.931136, 0, 0, 0, 100, 0),\n(433230, 3, -6817.98, 1774.55, 2.4699, 0.931136, 0, 0, 0, 100, 0),\n(433230, 4, -6797.3, 1806.08, 2.39894, 1.06465, 0, 0, 0, 100, 0),\n(433230, 5, -6768.14, 1846.23, 4.57433, 0.825107, 0, 0, 0, 100, 0),\n(433230, 6, -6743.35, 1872.03, 2.85865, 0.664101, 0, 0, 0, 100, 0),\n(433230, 7, -6766.98, 1842, 4.45532, 4.03739, 0, 0, 0, 100, 0),\n(433230, 8, -6797.83, 1803.46, 2.58808, 4.03739, 0, 0, 0, 100, 0),\n(433230, 9, -6821.02, 1774.49, 2.37975, 4.03739, 0, 0, 0, 100, 0),\n(433230, 10, -6849.54, 1738.86, 3.10327, 4.03739, 0, 0, 0, 100, 0),\n(433230, 11, -6867.42, 1703.71, 3.41344, 4.31227, 0, 0, 0, 100, 0),\n(433230, 12, -6880.1, 1673.74, 4.3849, 4.31227, 0, 0, 0, 100, 0),\n(433230, 13, -6885.14, 1638.43, 3.07011, 4.69319, 0, 0, 0, 100, 0),\n(433230, 14, -6880.55, 1600.47, -0.710585, 4.811, 0, 0, 0, 100, 0),\n(433230, 15, -6876.96, 1561.99, -0.706997, 4.80315, 0, 0, 0, 100, 0),\n(433230, 16, -6873.42, 1523.06, -0.29705, 4.80315, 0, 0, 0, 100, 0),\n(433230, 17, -6869.34, 1478.26, 6.02944, 4.80315, 0, 0, 0, 100, 0),\n(433230, 18, -6884.76, 1447.28, 4.02215, 4.04525, 0, 0, 0, 100, 0),\n(433230, 19, -6910.07, 1424.34, 4.89743, 3.82141, 0, 0, 0, 100, 0),\n(433230, 20, -6896.95, 1382.9, 2.83792, 5.02699, 0, 0, 0, 100, 0),\n(433230, 21, -6900.25, 1343.56, 5.10981, 4.55968, 0, 0, 0, 100, 0),\n(433230, 22, -6909.72, 1310.73, 6.53999, 4.35156, 0, 0, 0, 100, 0),\n(433230, 23, -6920.69, 1250.53, 4.9333, 4.66179, 0, 0, 0, 100, 0),\n(433230, 24, -6921.31, 1208.61, 2.44456, 4.70498, 0, 0, 0, 100, 0),\n(433230, 25, -6919.48, 1162.13, 2.72898, 4.76388, 0, 0, 0, 100, 0),\n(433230, 26, -6923.78, 1141.17, 4.63914, 4.52041, 0, 0, 0, 100, 0),\n(433230, 27, -6921.57, 1173.18, 2.59174, 1.55946, 0, 0, 0, 100, 0),\n(433230, 28, -6919.46, 1205.85, 2.05919, 1.46914, 0, 0, 0, 100, 0),\n(433230, 29, -6906.52, 1247.79, 2.60247, 1.19818, 0, 0, 0, 100, 0),\n(433230, 30, -6891.73, 1285.62, 0.192904, 1.19818, 0, 0, 0, 100, 0),\n(433230, 31, -6880.84, 1313.49, 1.21157, 1.19818, 0, 0, 0, 100, 0),\n(433230, 32, -6868.92, 1344, 3.21127, 1.19818, 0, 0, 0, 100, 0),\n(433230, 33, -6858.19, 1379.5, 4.13117, 1.30813, 0, 0, 0, 100, 0),\n(433230, 34, -6852.4, 1411.64, 1.58906, 1.50055, 0, 0, 0, 100, 0),\n(433230, 35, -6852.35, 1444.57, 2.77499, 1.5516, 0, 0, 0, 100, 0),\n(433230, 36, -6854.02, 1479.65, 4.33711, 1.6812, 0, 0, 0, 100, 0),\n(433230, 37, -6860.34, 1514.65, 0.810431, 1.77937, 0, 0, 0, 100, 0),\n(433230, 38, -6871.42, 1567, -0.71066, 1.77937, 0, 0, 0, 100, 0),\n(433230, 39, -6885.13, 1636.31, 3.09676, 1.77152, 0, 0, 0, 100, 0),\n(433230, 40, -6879.41, 1656.32, 3.35069, 4.85224, 0, 0, 0, 100, 0),\n(433230, 41, -6881.65, 1668.98, 4.07967, 4.22707, 0, 0, 0, 100, 0),\n(433230, 42, -6872.93, 1686.5, 4.2976, 4.30011, 0, 0, 0, 100, 0),\n(433230, 43, -6863.74, 1703.25, 3.5754, 3.81944, 0, 0, 0, 100, 0),\n(433230, 44, -6854.42, 1709.16, 3.29604, 2.97357, 0, 0, 0, 100, 0),\n(433230, 45, -6839.21, 1706.58, 0.182967, 2.97357, 0, 0, 0, 100, 0),\n(433230, 46, -6825.32, 1704.17, 2.56048, 2.89817, 0, 0, 0, 100, 0),\n(433230, 47, -6811.5, 1701.87, 3.0732, 3.3914, 0, 0, 0, 100, 0),\n(433230, 48, -6789.35, 1707.52, 3.14399, 3.3914, 0, 0, 0, 100, 0),\n(433230, 49, -6772.28, 1715.71, 4.61705, 3.75897, 0, 0, 0, 100, 0),\n(433230, 50, -6752.31, 1729.89, 4.44032, 3.75897, 0, 0, 0, 100, 0),\n(433230, 51, -6735.14, 1742.32, 2.48715, 3.72127, 0, 0, 0, 100, 0),\n(433230, 52, -6724.27, 1750.03, -0.726431, 3.83201, 0, 0, 0, 100, 0),\n(433230, 53, -6713.9, 1758.6, 0.188765, 3.83201, 0, 0, 0, 100, 0),\n(433230, 54, -6701.5, 1768.22, 2.47542, 3.53749, 0, 0, 0, 100, 0),\n(433230, 55, -6681.8, 1773.8, 4.31723, 3.28066, 0, 0, 0, 100, 0),\n(433230, 56, -6662.58, 1776.59, 5.55012, 3.3914, 0, 0, 0, 100, 0),\n(433230, 57, -6642.97, 1781.59, 5.79434, 3.3914, 0, 0, 0, 100, 0),\n(433230, 58, -6617.89, 1786.3, 2.5482, 3.24532, 0, 0, 0, 100, 0),\n(433230, 59, -6642.97, 1781.59, 5.79434, 3.3914, 0, 0, 0, 100, 0),\n(433230, 60, -6662.58, 1776.59, 5.55012, 3.3914, 0, 0, 0, 100, 0),\n(433230, 61, -6681.8, 1773.8, 4.31723, 3.28066, 0, 0, 0, 100, 0),\n(433230, 62, -6701.5, 1768.22, 2.47542, 3.53749, 0, 0, 0, 100, 0),\n(433230, 63, -6713.9, 1758.6, 0.188765, 3.83201, 0, 0, 0, 100, 0),\n(433230, 64, -6724.27, 1750.03, -0.726431, 3.83201, 0, 0, 0, 100, 0),\n(433230, 65, -6735.14, 1742.32, 2.48715, 3.72127, 0, 0, 0, 100, 0),\n(433230, 66, -6752.31, 1729.89, 4.44032, 3.75897, 0, 0, 0, 100, 0),\n(433230, 67, -6772.28, 1715.71, 4.61705, 3.75897, 0, 0, 0, 100, 0),\n(433230, 68, -6789.35, 1707.52, 3.14399, 3.3914, 0, 0, 0, 100, 0),\n(433230, 69, -6811.5, 1701.87, 3.0732, 3.3914, 0, 0, 0, 100, 0),\n(433230, 70, -6825.32, 1704.17, 2.56048, 2.89817, 0, 0, 0, 100, 0),\n(433230, 71, -6839.21, 1706.58, 0.182967, 2.97357, 0, 0, 0, 100, 0),\n(433230, 72, -6854.42, 1709.16, 3.29604, 2.97357, 0, 0, 0, 100, 0),\n(433230, 73, -6863.74, 1703.25, 3.5754, 3.81944, 0, 0, 0, 100, 0),\n(433230, 74, -6872.93, 1686.5, 4.2976, 4.30011, 0, 0, 0, 100, 0),\n(433230, 75, -6881.65, 1668.98, 4.07967, 4.22707, 0, 0, 0, 100, 0),\n(433230, 76, -6879.41, 1656.32, 3.35069, 4.85224, 0, 0, 0, 100, 0),\n(433230, 77, -6883.67, 1637.74, 3.15424, 4.7038, 0, 0, 0, 100, 0),\n(433230, 78, -6892.6, 1631.8, 2.62164, 2.64056, 0, 0, 0, 100, 0);\n\n\n-- Twilight Marauder Morna(15541), guid 43201 - https://www.youtube.com/watch?v=ocqy-qQY1sY\n\n-- remove old followers and their waypoints\nDELETE FROM `creature` WHERE `guid` IN (43202, 43203); \nDELETE FROM `creature_addon` WHERE `guid` IN (43202, 43203); \nDELETE FROM `waypoint_data` WHERE `id` IN (432020, 432030); \n\nDELETE FROM `creature` WHERE `id1` = 15541;\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+11 AND @CGUID+15;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(43201, 15541, 0, 0, 1, 0, 0, 1, 1, 1, -6374.21, 532.318, 6.19409, 4.31401, 600, 0, 1, 10529, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+11, 15542, 0, 0, 1, 0, 0, 1, 1, 1, -6365.12, 537.924, 7.15975, 6.17294, 600, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- escort of 15541\n(@CGUID+12, 15542, 0, 0, 1, 0, 0, 1, 1, 1, -6362.22, 546.458, 7.44477, 6.01315, 600, 0, 0, 3998, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+13, 15542, 0, 0, 1, 0, 0, 1, 1, 1, -6360.62, 550.402, 7.53199, 5.87763, 600, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+14, 15542, 0, 0, 1, 0, 0, 1, 1, 1, -6365.58, 534.399, 7.14401, 6.2507, 600, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL),\n(@CGUID+15, 15542, 0, 0, 1, 0, 0, 1, 1, 1, -6365.58, 534.399, 7.14401, 6.2507, 600, 0, 0, 3876, 0, 0, 0, 0, 0, '', NULL, 0, NULL);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (15542);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (-651011, -651012, -651013, -651014, -651015);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n(-651011, 0, 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, 'Twilight Marauder - On Respawn - Set Active'), -- needed to keep formation together\n(-651012, 0, 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, 'Twilight Marauder - On Respawn - Set Active'),\n(-651013, 0, 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, 'Twilight Marauder - On Respawn - Set Active'),\n(-651014, 0, 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, 'Twilight Marauder - On Respawn - Set Active'),\n(-651015, 0, 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, 'Twilight Marauder - On Respawn - Set Active');\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` = 43201;\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES \n(43201, 43201, 0, 0, 515, 0, 0),\n(43201, @CGUID+11, 4, 150, 515, 0, 0),\n(43201, @CGUID+12, 4, 210, 515, 0, 0),\n(43201, @CGUID+13, 8, 150, 515, 0, 0),\n(43201, @CGUID+14, 8, 180, 515, 0, 0),\n(43201, @CGUID+15, 8, 210, 515, 0, 0);\n\nDELETE FROM `creature_addon` WHERE `guid` = 43201;\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+11 AND @CGUID+15;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(43201, 432010, 14337, 0, 0, 0, 0, NULL),\n--\n(@CGUID+11, 0, 14337, 0, 0, 0, 0, NULL),\n(@CGUID+12, 0, 14337, 0, 0, 0, 0, NULL),\n(@CGUID+13, 0, 14337, 0, 0, 0, 0, NULL),\n(@CGUID+14, 0, 14337, 0, 0, 0, 0, NULL),\n(@CGUID+15, 0, 14337, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 432010;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(432010, 1, -6376.62, 532.586, 6.06976, NULL, 0, 0, 0, 100, 0),\n(432010, 2, -6387.27, 525.77, 6.35716, NULL, 0, 0, 0, 100, 0),\n(432010, 3, -6416.95, 509.164, 5.29412, NULL, 0, 0, 0, 100, 0),\n(432010, 4, -6445.69, 492.734, 1.94094, NULL, 0, 0, 0, 100, 0),\n(432010, 5, -6483.23, 472.67, 3.52189, NULL, 0, 0, 0, 100, 0),\n(432010, 6, -6519.05, 453.525, 2.34013, NULL, 0, 0, 0, 100, 0),\n(432010, 7, -6554.3, 434.684, 1.04742, NULL, 0, 0, 0, 100, 0),\n(432010, 8, -6584.35, 429.941, 1.80209, NULL, 0, 0, 0, 100, 0),\n(432010, 9, -6620.88, 428.329, 2.73216, NULL, 0, 0, 0, 100, 0),\n(432010, 10, -6663.1, 406.433, -1.48879, NULL, 0, 0, 0, 100, 0),\n(432010, 11, -6685.12, 378.508, 0.955679, NULL, 0, 0, 0, 100, 0),\n(432010, 12, -6696.41, 344.444, 0.387129, NULL, 0, 0, 0, 100, 0),\n(432010, 13, -6719.44, 291.326, 2.04654, NULL, 0, 0, 0, 100, 0),\n(432010, 14, -6741.37, 252.316, 2.68882, NULL, 0, 0, 0, 100, 0),\n(432010, 15, -6769.02, 244.972, 3.3158, NULL, 0, 0, 0, 100, 0),\n(432010, 16, -6785.68, 253.065, 5.00806, NULL, 0, 0, 0, 100, 0),\n(432010, 17, -6782.69, 284.491, 4.91503, NULL, 0, 0, 0, 100, 0),\n(432010, 18, -6773.95, 328.981, 8.47466, NULL, 0, 0, 0, 100, 0),\n(432010, 19, -6769.03, 370.552, 13.9287, NULL, 0, 0, 0, 100, 0),\n(432010, 20, -6777.04, 417.475, 11.523, NULL, 0, 0, 0, 100, 0),\n(432010, 21, -6781.94, 458.888, 7.05425, NULL, 0, 0, 0, 100, 0),\n(432010, 22, -6790.14, 494.422, 3.73162, NULL, 0, 0, 0, 100, 0),\n(432010, 23, -6800.34, 532.114, -1.06189, NULL, 0, 0, 0, 100, 0),\n(432010, 24, -6809.64, 553.533, -0.356654, NULL, 0, 0, 0, 100, 0),\n(432010, 25, -6847.89, 559.094, -0.394849, NULL, 0, 0, 0, 100, 0),\n(432010, 26, -6886.14, 547.396, 3.76678, NULL, 0, 0, 0, 100, 0),\n(432010, 27, -6925.27, 532.369, 6.66372, NULL, 0, 0, 0, 100, 0),\n(432010, 28, -6949.36, 513.445, 6.54218, NULL, 0, 0, 0, 100, 0),\n(432010, 29, -6976.83, 506.276, 7.3713, NULL, 0, 0, 0, 100, 0),\n(432010, 30, -7006.37, 501.558, 8.82952, NULL, 0, 0, 0, 100, 0),\n(432010, 31, -7030.57, 488.433, 8.94151, NULL, 0, 0, 0, 100, 0),\n(432010, 32, -7048.7, 468.955, 9.32741, NULL, 0, 0, 0, 100, 0),\n(432010, 33, -7070.05, 435.786, 8.11191, NULL, 0, 0, 0, 100, 0),\n(432010, 34, -7090.8, 406.883, 8.43883, NULL, 0, 0, 0, 100, 0),\n(432010, 35, -7104.42, 437.147, 5.38228, NULL, 0, 0, 0, 100, 0),\n(432010, 36, -7115.82, 465.969, 6.36439, NULL, 0, 0, 0, 100, 0),\n(432010, 37, -7124.66, 484.238, 4.15057, NULL, 0, 0, 0, 100, 0),\n(432010, 38, -7158.1, 517.582, 8.64527, NULL, 0, 0, 0, 100, 0),\n(432010, 39, -7182.09, 552.671, 6.43171, NULL, 0, 0, 0, 100, 0),\n(432010, 40, -7214.69, 603.063, 3.59552, NULL, 0, 0, 0, 100, 0),\n(432010, 41, -7246.73, 668.799, 11.0092, NULL, 0, 0, 0, 100, 0),\n(432010, 42, -7266.4, 749.662, 3.63041, NULL, 0, 0, 0, 100, 0),\n(432010, 43, -7277.07, 781.773, 2.1908, NULL, 0, 0, 0, 100, 0),\n(432010, 44, -7287.66, 812.315, 0.393271, NULL, 0, 0, 0, 100, 0),\n(432010, 45, -7305.69, 864.325, 1.66148, NULL, 0, 0, 0, 100, 0),\n(432010, 46, -7316.1, 928.415, 0.639546, NULL, 0, 0, 0, 100, 0),\n(432010, 47, -7321.97, 970.478, 1.33826, NULL, 0, 0, 0, 100, 0),\n(432010, 48, -7355.4, 996.145, 1.42357, NULL, 0, 0, 0, 100, 0),\n(432010, 49, -7379.55, 994.329, 1.33889, NULL, 0, 0, 0, 100, 0),\n(432010, 50, -7415.38, 999.745, 0.944734, NULL, 0, 0, 0, 100, 0),\n(432010, 51, -7467.77, 1017.2, 1.74277, NULL, 0, 0, 0, 100, 0),\n(432010, 52, -7511.61, 1027.23, 2.30124, NULL, 0, 0, 0, 100, 0),\n(432010, 53, -7561.11, 1038.43, 3.54908, NULL, 0, 0, 0, 100, 0),\n(432010, 54, -7606.02, 1040.73, 4.51907, NULL, 0, 0, 0, 100, 0),\n(432010, 55, -7650.09, 1048.19, 5.14361, NULL, 0, 0, 0, 100, 0),\n(432010, 56, -7687.37, 1083.46, 3.58373, NULL, 0, 0, 0, 100, 0),\n(432010, 57, -7724.36, 1121.49, 1.90764, NULL, 0, 0, 0, 100, 0),\n(432010, 58, -7750.87, 1156.73, 0.618798, NULL, 0, 0, 0, 100, 0),\n(432010, 59, -7774.1, 1201.45, -1.32649, NULL, 0, 0, 0, 100, 0),\n(432010, 60, -7791.54, 1236.7, -5.64483, NULL, 0, 0, 0, 100, 0),\n(432010, 61, -7816.35, 1278.61, -11.5483, NULL, 0, 0, 0, 100, 0),\n(432010, 62, -7788.67, 1235.35, -5.42427, NULL, 0, 0, 0, 100, 0),\n(432010, 63, -7762.72, 1176.16, -0.220853, NULL, 0, 0, 0, 100, 0),\n(432010, 64, -7734.26, 1133.04, 1.39474, NULL, 0, 0, 0, 100, 0),\n(432010, 65, -7695.28, 1087.65, 3.28412, NULL, 0, 0, 0, 100, 0),\n(432010, 66, -7664.04, 1052.89, 4.89814, NULL, 0, 0, 0, 100, 0),\n(432010, 67, -7613.22, 1040.97, 4.43653, NULL, 0, 0, 0, 100, 0),\n(432010, 68, -7571.66, 1037.35, 3.70825, NULL, 0, 0, 0, 100, 0),\n(432010, 69, -7531.33, 1029.95, 2.92627, NULL, 0, 0, 0, 100, 0),\n(432010, 70, -7486.96, 1020.25, 1.91307, NULL, 0, 0, 0, 100, 0),\n(432010, 71, -7449.12, 1011.41, 1.5865, NULL, 0, 0, 0, 100, 0),\n(432010, 72, -7403.82, 999.055, 1.19493, NULL, 0, 0, 0, 100, 0),\n(432010, 73, -7354.93, 993.942, 1.60472, NULL, 0, 0, 0, 100, 0),\n(432010, 74, -7317.92, 996.312, 1.93947, NULL, 0, 0, 0, 100, 0),\n(432010, 75, -7282.3, 983.871, 3.67044, NULL, 0, 0, 0, 100, 0),\n(432010, 76, -7281.69, 947.823, 1.63126, NULL, 0, 0, 0, 100, 0),\n(432010, 77, -7304.65, 902.412, 2.45831, NULL, 0, 0, 0, 100, 0),\n(432010, 78, -7304.54, 833.699, 0.729112, NULL, 0, 0, 0, 100, 0),\n(432010, 79, -7297.67, 774.047, 3.79059, NULL, 0, 0, 0, 100, 0),\n(432010, 80, -7300.44, 733.333, 3.6663, NULL, 0, 0, 0, 100, 0),\n(432010, 81, -7283.36, 682.183, 3.28548, NULL, 0, 0, 0, 100, 0),\n(432010, 82, -7263.38, 635.616, 2.59161, NULL, 0, 0, 0, 100, 0),\n(432010, 83, -7241.43, 584.445, 4.96418, NULL, 0, 0, 0, 100, 0),\n(432010, 84, -7212.04, 552.558, 4.24255, NULL, 0, 0, 0, 100, 0),\n(432010, 85, -7158.34, 523.197, 7.94478, NULL, 0, 0, 0, 100, 0),\n(432010, 86, -7109.59, 471.621, 6.72994, NULL, 0, 0, 0, 100, 0),\n(432010, 87, -7086.48, 406.288, 8.32352, NULL, 0, 0, 0, 100, 0),\n(432010, 88, -7064.68, 437.452, 8.69945, NULL, 0, 0, 0, 100, 0),\n(432010, 89, -7035.86, 481.033, 9.21304, NULL, 0, 0, 0, 100, 0),\n(432010, 90, -6994.34, 502.754, 8.312, NULL, 0, 0, 0, 100, 0),\n(432010, 91, -6946.36, 520.584, 6.99135, NULL, 0, 0, 0, 100, 0),\n(432010, 92, -6904.32, 541.751, 5.53994, NULL, 0, 0, 0, 100, 0),\n(432010, 93, -6855.34, 554.16, 0.750251, NULL, 0, 0, 0, 100, 0),\n(432010, 94, -6809.42, 552.665, -0.369408, NULL, 0, 0, 0, 100, 0),\n(432010, 95, -6796.44, 511.72, 0.841312, NULL, 0, 0, 0, 100, 0),\n(432010, 96, -6782.51, 463.91, 6.94964, NULL, 0, 0, 0, 100, 0),\n(432010, 97, -6774.89, 418.113, 11.6111, NULL, 0, 0, 0, 100, 0),\n(432010, 98, -6769.24, 375.026, 13.8058, NULL, 0, 0, 0, 100, 0),\n(432010, 99, -6767.43, 329.882, 7.89159, NULL, 0, 0, 0, 100, 0),\n(432010, 100, -6779.83, 284.361, 4.80784, NULL, 0, 0, 0, 100, 0),\n(432010, 101, -6764.96, 255.943, 2.85304, NULL, 0, 0, 0, 100, 0),\n(432010, 102, -6734.39, 250.937, 2.59512, NULL, 0, 0, 0, 100, 0),\n(432010, 103, -6685.52, 289.842, 3.1177, NULL, 0, 0, 0, 100, 0),\n(432010, 104, -6645.88, 321.396, 3.33683, NULL, 0, 0, 0, 100, 0),\n(432010, 105, -6628.94, 362.372, -1.76605, NULL, 0, 0, 0, 100, 0),\n(432010, 106, -6592.79, 378.848, 0.064779, NULL, 0, 0, 0, 100, 0),\n(432010, 107, -6527.53, 404.175, 5.6139, NULL, 0, 0, 0, 100, 0),\n(432010, 108, -6481.06, 441.67, 4.66501, NULL, 0, 0, 0, 100, 0),\n(432010, 109, -6450.14, 483.913, 0.694338, NULL, 0, 0, 0, 100, 0),\n(432010, 110, -6408.04, 512.157, 5.75038, NULL, 0, 0, 0, 100, 0),\n(432010, 111, -6378.96, 531.537, 6.06892, NULL, 0, 0, 0, 100, 0),\n(432010, 112, -6357.9, 542.033, 7.97328, NULL, 0, 0, 0, 100, 0),\n(432010, 113, -6357.9, 542.033, 7.97328, NULL, 0, 0, 0, 100, 0),\n(432010, 114, -6378.96, 531.537, 6.06892, NULL, 0, 0, 0, 100, 0),\n(432010, 115, -6408.04, 512.157, 5.75038, NULL, 0, 0, 0, 100, 0),\n(432010, 116, -6450.14, 483.913, 0.694338, NULL, 0, 0, 0, 100, 0),\n(432010, 117, -6481.06, 441.67, 4.66501, NULL, 0, 0, 0, 100, 0),\n(432010, 118, -6527.53, 404.175, 5.6139, NULL, 0, 0, 0, 100, 0),\n(432010, 119, -6592.79, 378.848, 0.064779, NULL, 0, 0, 0, 100, 0),\n(432010, 120, -6628.94, 362.372, -1.76605, NULL, 0, 0, 0, 100, 0),\n(432010, 121, -6645.88, 321.396, 3.33683, NULL, 0, 0, 0, 100, 0),\n(432010, 122, -6685.52, 289.842, 3.1177, NULL, 0, 0, 0, 100, 0),\n(432010, 123, -6734.39, 250.937, 2.59512, NULL, 0, 0, 0, 100, 0),\n(432010, 124, -6764.96, 255.943, 2.85304, NULL, 0, 0, 0, 100, 0),\n(432010, 125, -6779.83, 284.361, 4.80784, NULL, 0, 0, 0, 100, 0),\n(432010, 126, -6767.43, 329.882, 7.89159, NULL, 0, 0, 0, 100, 0),\n(432010, 127, -6769.24, 375.026, 13.8058, NULL, 0, 0, 0, 100, 0),\n(432010, 128, -6774.89, 418.113, 11.6111, NULL, 0, 0, 0, 100, 0),\n(432010, 129, -6782.51, 463.91, 6.94964, NULL, 0, 0, 0, 100, 0),\n(432010, 130, -6796.44, 511.72, 0.841312, NULL, 0, 0, 0, 100, 0),\n(432010, 131, -6809.42, 552.665, -0.369408, NULL, 0, 0, 0, 100, 0),\n(432010, 132, -6855.34, 554.16, 0.750251, NULL, 0, 0, 0, 100, 0),\n(432010, 133, -6904.32, 541.751, 5.53994, NULL, 0, 0, 0, 100, 0),\n(432010, 134, -6946.36, 520.584, 6.99135, NULL, 0, 0, 0, 100, 0),\n(432010, 135, -6994.34, 502.754, 8.312, NULL, 0, 0, 0, 100, 0),\n(432010, 136, -7035.86, 481.033, 9.21304, NULL, 0, 0, 0, 100, 0),\n(432010, 137, -7064.68, 437.452, 8.69945, NULL, 0, 0, 0, 100, 0),\n(432010, 138, -7086.48, 406.288, 8.32352, NULL, 0, 0, 0, 100, 0),\n(432010, 139, -7109.59, 471.621, 6.72994, NULL, 0, 0, 0, 100, 0),\n(432010, 140, -7158.34, 523.197, 7.94478, NULL, 0, 0, 0, 100, 0),\n(432010, 141, -7212.04, 552.558, 4.24255, NULL, 0, 0, 0, 100, 0),\n(432010, 142, -7241.43, 584.445, 4.96418, NULL, 0, 0, 0, 100, 0),\n(432010, 143, -7263.38, 635.616, 2.59161, NULL, 0, 0, 0, 100, 0),\n(432010, 144, -7283.36, 682.183, 3.28548, NULL, 0, 0, 0, 100, 0),\n(432010, 145, -7300.44, 733.333, 3.6663, NULL, 0, 0, 0, 100, 0),\n(432010, 146, -7297.67, 774.047, 3.79059, NULL, 0, 0, 0, 100, 0),\n(432010, 147, -7304.54, 833.699, 0.729112, NULL, 0, 0, 0, 100, 0),\n(432010, 148, -7304.65, 902.412, 2.45831, NULL, 0, 0, 0, 100, 0),\n(432010, 149, -7281.69, 947.823, 1.63126, NULL, 0, 0, 0, 100, 0),\n(432010, 150, -7282.3, 983.871, 3.67044, NULL, 0, 0, 0, 100, 0),\n(432010, 151, -7317.92, 996.312, 1.93947, NULL, 0, 0, 0, 100, 0),\n(432010, 152, -7354.93, 993.942, 1.60472, NULL, 0, 0, 0, 100, 0),\n(432010, 153, -7403.82, 999.055, 1.19493, NULL, 0, 0, 0, 100, 0),\n(432010, 154, -7449.12, 1011.41, 1.5865, NULL, 0, 0, 0, 100, 0),\n(432010, 155, -7486.96, 1020.25, 1.91307, NULL, 0, 0, 0, 100, 0),\n(432010, 156, -7531.33, 1029.95, 2.92627, NULL, 0, 0, 0, 100, 0),\n(432010, 157, -7571.66, 1037.35, 3.70825, NULL, 0, 0, 0, 100, 0),\n(432010, 158, -7613.22, 1040.97, 4.43653, NULL, 0, 0, 0, 100, 0),\n(432010, 159, -7664.04, 1052.89, 4.89814, NULL, 0, 0, 0, 100, 0),\n(432010, 160, -7695.28, 1087.65, 3.28412, NULL, 0, 0, 0, 100, 0),\n(432010, 161, -7734.26, 1133.04, 1.39474, NULL, 0, 0, 0, 100, 0),\n(432010, 162, -7762.72, 1176.16, -0.220853, NULL, 0, 0, 0, 100, 0),\n(432010, 163, -7788.67, 1235.35, -5.42427, NULL, 0, 0, 0, 100, 0),\n(432010, 164, -7816.35, 1278.61, -11.5483, NULL, 0, 0, 0, 100, 0),\n(432010, 165, -7791.54, 1236.7, -5.64483, NULL, 0, 0, 0, 100, 0),\n(432010, 166, -7774.1, 1201.45, -1.32649, NULL, 0, 0, 0, 100, 0),\n(432010, 167, -7750.87, 1156.73, 0.618798, NULL, 0, 0, 0, 100, 0),\n(432010, 168, -7724.36, 1121.49, 1.90764, NULL, 0, 0, 0, 100, 0),\n(432010, 169, -7687.37, 1083.46, 3.58373, NULL, 0, 0, 0, 100, 0),\n(432010, 170, -7650.09, 1048.19, 5.14361, NULL, 0, 0, 0, 100, 0),\n(432010, 171, -7606.02, 1040.73, 4.51907, NULL, 0, 0, 0, 100, 0),\n(432010, 172, -7561.11, 1038.43, 3.54908, NULL, 0, 0, 0, 100, 0),\n(432010, 173, -7511.61, 1027.23, 2.30124, NULL, 0, 0, 0, 100, 0),\n(432010, 174, -7467.77, 1017.2, 1.74277, NULL, 0, 0, 0, 100, 0),\n(432010, 175, -7415.38, 999.745, 0.944734, NULL, 0, 0, 0, 100, 0),\n(432010, 176, -7379.55, 994.329, 1.33889, NULL, 0, 0, 0, 100, 0),\n(432010, 177, -7355.4, 996.145, 1.42357, NULL, 0, 0, 0, 100, 0),\n(432010, 178, -7321.97, 970.478, 1.33826, NULL, 0, 0, 0, 100, 0),\n(432010, 179, -7316.1, 928.415, 0.639546, NULL, 0, 0, 0, 100, 0),\n(432010, 180, -7305.69, 864.325, 1.66148, NULL, 0, 0, 0, 100, 0),\n(432010, 181, -7287.66, 812.315, 0.393271, NULL, 0, 0, 0, 100, 0),\n(432010, 182, -7277.07, 781.773, 2.1908, NULL, 0, 0, 0, 100, 0),\n(432010, 183, -7266.4, 749.662, 3.63041, NULL, 0, 0, 0, 100, 0),\n(432010, 184, -7246.73, 668.799, 11.0092, NULL, 0, 0, 0, 100, 0),\n(432010, 185, -7214.69, 603.063, 3.59552, NULL, 0, 0, 0, 100, 0),\n(432010, 186, -7182.09, 552.671, 6.43171, NULL, 0, 0, 0, 100, 0),\n(432010, 187, -7158.1, 517.582, 8.64527, NULL, 0, 0, 0, 100, 0),\n(432010, 188, -7124.66, 484.238, 4.15057, NULL, 0, 0, 0, 100, 0),\n(432010, 189, -7115.82, 465.969, 6.36439, NULL, 0, 0, 0, 100, 0),\n(432010, 190, -7104.42, 437.147, 5.38228, NULL, 0, 0, 0, 100, 0),\n(432010, 191, -7090.8, 406.883, 8.43883, NULL, 0, 0, 0, 100, 0),\n(432010, 192, -7070.05, 435.786, 8.11191, NULL, 0, 0, 0, 100, 0),\n(432010, 193, -7048.7, 468.955, 9.32741, NULL, 0, 0, 0, 100, 0),\n(432010, 194, -7030.57, 488.433, 8.94151, NULL, 0, 0, 0, 100, 0),\n(432010, 195, -7006.37, 501.558, 8.82952, NULL, 0, 0, 0, 100, 0),\n(432010, 196, -6976.83, 506.276, 7.3713, NULL, 0, 0, 0, 100, 0),\n(432010, 197, -6949.36, 513.445, 6.54218, NULL, 0, 0, 0, 100, 0),\n(432010, 198, -6925.27, 532.369, 6.66372, NULL, 0, 0, 0, 100, 0),\n(432010, 199, -6886.14, 547.396, 3.76678, NULL, 0, 0, 0, 100, 0),\n(432010, 200, -6847.89, 559.094, -0.394849, NULL, 0, 0, 0, 100, 0),\n(432010, 201, -6809.64, 553.533, -0.356654, NULL, 0, 0, 0, 100, 0),\n(432010, 202, -6800.34, 532.114, -1.06189, NULL, 0, 0, 0, 100, 0),\n(432010, 203, -6790.14, 494.422, 3.73162, NULL, 0, 0, 0, 100, 0),\n(432010, 204, -6781.94, 458.888, 7.05425, NULL, 0, 0, 0, 100, 0),\n(432010, 205, -6777.04, 417.475, 11.523, NULL, 0, 0, 0, 100, 0),\n(432010, 206, -6769.03, 370.552, 13.9287, NULL, 0, 0, 0, 100, 0),\n(432010, 207, -6773.95, 328.981, 8.47466, NULL, 0, 0, 0, 100, 0),\n(432010, 208, -6782.69, 284.491, 4.91503, NULL, 0, 0, 0, 100, 0),\n(432010, 209, -6785.68, 253.065, 5.00806, NULL, 0, 0, 0, 100, 0),\n(432010, 210, -6769.02, 244.972, 3.3158, NULL, 0, 0, 0, 100, 0),\n(432010, 211, -6741.37, 252.316, 2.68882, NULL, 0, 0, 0, 100, 0),\n(432010, 212, -6719.44, 291.326, 2.04654, NULL, 0, 0, 0, 100, 0),\n(432010, 213, -6696.41, 344.444, 0.387129, NULL, 0, 0, 0, 100, 0),\n(432010, 214, -6685.12, 378.508, 0.955679, NULL, 0, 0, 0, 100, 0),\n(432010, 215, -6663.1, 406.433, -1.48879, NULL, 0, 0, 0, 100, 0),\n(432010, 216, -6620.88, 428.329, 2.73216, NULL, 0, 0, 0, 100, 0),\n(432010, 217, -6584.35, 429.941, 1.80209, NULL, 0, 0, 0, 100, 0),\n(432010, 218, -6554.3, 434.684, 1.04742, NULL, 0, 0, 0, 100, 0),\n(432010, 219, -6519.05, 453.525, 2.34013, NULL, 0, 0, 0, 100, 0),\n(432010, 220, -6483.23, 472.67, 3.52189, NULL, 0, 0, 0, 100, 0),\n(432010, 221, -6445.69, 492.734, 1.94094, NULL, 0, 0, 0, 100, 0),\n(432010, 222, -6416.95, 509.164, 5.29412, NULL, 0, 0, 0, 100, 0),\n(432010, 223, -6387.27, 525.77, 6.35716, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_silvermoon.sql",
    "content": "-- Restore M'uru\nSET @MURU_GUID := 352043;\nDELETE FROM `creature` WHERE `guid` = @MURU_GUID;\nINSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES\n(@MURU_GUID, 17544, 530, 9850.99, -7522.666, -9.157837, 1.537163);\n\nUPDATE `creature_template` SET `rank` = 3, `type_flags` = 4 WHERE `entry` = 17544; -- M'uru\n\n-- Restore Blood Knight quests to pre-2.4 state\nDELETE FROM `quest_template` WHERE `ID` IN (9681, 9684, 109681, 109684);\nINSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `RewardNextQuest`, `RewardXPDifficulty`, `StartItem`, `Flags`, `AllowableRaces`, \n`LogTitle`, `QuestCompletionLog`, `RequiredItemId1`, `RequiredItemCount1`, `VerifiedBuild`) VALUES \n(9681,   2, -1, 12, -141, 9684, 3, 0, 136, 512, 'A Study in Power', NULL, 0, 0, 12340),\n(9684,   2, -1, 12, -141, 9685, 3, 24157, 128, 512, 'Claiming the Light', 'Return to Knight-Lord Bloodvalor in Eversong Woods.', 24156, 1, 12340),\n(109681, 2, -1, 12, -141, 9684, 3, 0, 136, 512, 'A Study in Power', NULL, 0, 0, 12340),\n(109684, 2, -1, 12, -141, 9685, 3, 24157, 128, 512, 'Claiming the Light', 'Return to Knight-Lord Bloodvalor in Eversong Woods.', 24156, 1, 12340);\n\nUPDATE `quest_template` SET \n`QuestDescription` = 'Do not think me unduly harsh, $N. Stillblade knew well what he was being sent to do. He understood and accepted his duty and is an example for all aspiring Blood Knights.$B$BMy words are no eulogy, $N. Stillblade\\'s service to us is far from over and you will be the instrument of his resurrection.$B$BYour education in the order\\'s ways has just begun. With the betrayal of Kael\\'thas and the loss of our power source, you must learn new methods of wielding the Light. Seek out Magister Astalor Bloodsworn.'\nWHERE `ID` = 9681;\n\nUPDATE `quest_template` SET \n`LogDescription` = 'Use the Shimmering Vessel on the Blood Elf Magisters to fill it and return to Knight-Lord Bloodvalor in Silvermoon City.', \n`QuestDescription` = 'Take this vessel, $N. The enchantment it bears will allow you to draw the last vestiges of the Light surrounding these magisters. They once tended the captive naaru and some of its energy yet remains within them.$B$BIt will be just enough to restore your comrade to life.$B$BDo not worry about the magisters, $N. I have seen to their care, and Lord Solanar assures me that Lady Liadrin seeks a new source of power even now.'\nWHERE `ID` = 9684;\n\nUPDATE `quest_template` SET \n`QuestDescription` = \"Do not think me unduly harsh, $N. Stillblade knew well what he was being sent to do. He understood and accepted his duty and is an example for all aspiring Blood Knights.$B$BMy words are no eulogy, $N. Stillblade's service to us is far from over and you will be the instrument of his resurrection.$B$BYour education in the use of the Light has focused on mere charms and parlor tricks thus far. The time has come for you to learn of the nature and breadth of our power. Seek out Magister Astalor Bloodsworn.\"\nWHERE `ID` = 109681;\n\nUPDATE `quest_template` SET \n`LogDescription` = \"Use the Shimmering Vessel on M'uru to fill it and return to Knight-Lord Bloodvalor in Silvermoon City.\", \n`QuestDescription` = \"Take this vessel, $N. Invoking its magic will allow you to take this creature's power and claim it for yourself. With it, you will be able to restore your fallen comrade to life.$B$BThere are those who would say what we're doing is wrong, but much of what has befallen us is also wrong. Would they have us throw away such a gift?$B$BThey do not complain when our power is used to prevent the further destruction of Silvermoon. No, they object when they are safe from harm and indulging their magic addictions.\"\nWHERE `ID` = 109684;\n\nDELETE FROM `quest_template_addon` WHERE `ID` IN (109681, 109684);\nINSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `BreadcrumbForQuestId`, `RewardMailTemplateID`, `RewardMailDelay`, \n`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES \n(109681, 0, 2, 0, 9678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),\n(109684, 0, 2, 0, 109681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0);\n\nDELETE FROM `quest_template_locale` WHERE `ID` IN (109681, 109684);\nINSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES \n(109681, 'deDE', 'Eine Studie der Macht', 'Haltet mich nicht für übermäßig grausam, $n. Stillstreich hat sehr wohl gewusst, worauf er sich einlässt. Er verstand und akzeptierte seine Pflicht und wurde so ein leuchtendes Vorbild für alle aufstrebenden Blutritter.$B$BMeine Worte sind nicht als Grabesrede gedacht, $n. Stillstreichs Dienste für uns gehören noch lange nicht der Vergangenheit an und Ihr werdet das Instrument seiner Wiederauferstehung sein.$B$BEure Ausbildung in der Kunst des Ordens hat gerade erst begonnen. Angesichts Kael\\'thas\\' Verrat und des Verlusts unserer Energiequelle, müsst Ihr neue Wege zur Beherrschung des Lichts erlernen. Sucht Magister Astalor Blutschwur auf.', 'Sprecht mit Magister Astalor Blutschwur in der Geheimen Kammer unter dem Hauptquartier der Blutelfen.', '', '', '', '', '', '', 18019),\n(109681, 'esES', 'Un estudio sobre el poder', 'No creas que no lo siento, $n. Hojafirme sabía bien a lo que se enfrentaba. Aceptó su deber y es un ejemplo para todo aspirante a Caballero de sangre.$B$BNo hablo por hablar, $n. Hojafirme sigue a nuestro servicio y tú ayudarás a resucitarlo.$B$BHasta ahora, tu instrucción sobre la orden acaba de empezar. Tras la traición de Kael\\'thas y la pérdida de nuestra fuente de poder, debes aprender nuevos métodos para ejercer la Luz. Busca al magister Astalor Jurasangre.', 'Habla con el magister Astalor Jurasangre en la cámara oculta debajo del cuartel general de los Caballeros de sangre.', '', '', '', '', '', '', 18019),\n(109681, 'esMX', 'Un estudio sobre el poder', 'No creas que no lo siento, $n. Hojafirme sabía bien a lo que se enfrentaba. Aceptó su deber y es un ejemplo para todo aspirante a Caballero de sangre.$B$BNo hablo por hablar, $n. Hojafirme sigue a nuestro servicio y tú ayudarás a resucitarlo.$B$BHasta ahora, tu instrucción sobre la orden acaba de empezar. Tras la traición de Kael\\'thas y la pérdida de nuestra fuente de poder, debes aprender nuevos métodos para ejercer la Luz. Busca al magister Astalor Jurasangre.', 'Habla con el magister Astalor Jurasangre en la cámara oculta debajo del cuartel general de los Caballeros de sangre.', '', '', '', '', '', '', 18019),\n(109681, 'frFR', 'Une étude du pouvoir', 'N’allez pas croire que je sois excessivement dur, $n. Mortelame savait parfaitement ce pour quoi il était envoyé. Il avait compris et accepté sa mission, et il reste un exemple pour tous les aspirants chevaliers de sang.$B$BMes propos ne constituent pas une élégie, $n. Le service de Mortelame est loin d’être terminé, et vous allez être l’instrument de sa résurrection.$B$BVotre apprentissage des pratiques de notre ordre ne fait que commencer. En raison de la trahison de Kael\\'thas et de la perte de notre source de puissance, il est essentiel que vous appreniez de nouvelles façons d\\'utiliser la Lumière. Allez trouver le magistère Astalor Ligessang.', 'Parlez au magistère Astalor Ligessang dans la chambre secrète sous les quartiers généraux des chevaliers de sang.', '', '', '', '', '', '', 18019),\n(109681, 'ruRU', 'Источник силы', 'Жестоко? Ну что ты, $n. Безмолвный клинок прекрасно знал, на что идет, и выполнил свой долг с честью и достоинством. Его самоотверженность должна послужить примером для всех нас.$B$BНо это далеко не последний подвиг Безмолвного Клинка, $n. Ему предстоят еще многие свершения. Да-да, ты не $gослышался:ослышалась; – нам нужно воскресить его. И займешься этим именно ты!$B$BДоселе ты $gограничивался:ограничивалась; простыми заклинаниями, но теперь, когда нас предал Кель\\'тас, когда мы утеряли источник энергии, тебе придется научиться нести Свет по-новому. Отправляйся к магистру Асталору Кровавой Клятве.', 'Поговорите с магистром Асталором Кровавой Клятвой в тайной зале, расположенной под штабом рыцарей Крови.', '', '', '', '', '', '', 18019),\n(109681, 'zhCN', '掌握力量', '不要认为我这样做很过分，$N。桑利亚斯·静刃很清楚地知道他被派过去的使命。他充分理解并接受了他的职责，他是所有热诚而积极的血骑士所要学习的榜样。$B$B我在这里说的话可不是在为他歌功颂德，$N。桑利亚斯·静刃对我们的卓越贡献远比这些要伟大，而你则是他获得新生的工具。$B$B你当前所学习到的所有圣光之道，不过是些上不得厅堂的小把戏小伎俩而已。在凯尔萨斯背叛了我们，并且夺走了我们的能量源之后，你必须学习掌控圣光的新方法。立刻去找阿斯塔洛·血誓吧。', '与血骑士总部楼下密室中的魔导师阿斯塔洛·血誓谈一谈。', '', '', '', '', '', '', 0),\n(109684, 'deDE', 'Die Beherrschung des Lichts', 'Nehmt dieses Gefäß, $n. Durch die Erweckung seiner Verzauberung werdet Ihr in der Lage sein, die letzten Überreste des Lichts, das diese Magister umgibt, für Euch zu nutzen. Sie pflegten einst den gefangenen Naaru und tragen noch immer einen Teil von dessen Energie in sich.$B$BSorgt Euch nicht um die Magister, $n. Ich kümmere mich um ihr Wohlergehen. Lord Solanar hat mir versichert, dass Lady Liadrin selbst jetzt auf der Suche nach einer neuen Energiequelle ist.', 'Wendet das schimmernde Gefäß auf die Magister der Blutelfen an, um es zu füllen und kehrt anschließend zu Ritterfürst Heldenblut zurück.', '', 'Kehrt zu Ritterfürst Heldenblut im Immersangwald zurück.', '', '', '', '', 18019),\n(109684, 'esES', 'Buscando la Luz', 'Toma esta vasija, $n. Su magia te permitirá obtener los últimos vestigios de la Luz que rodean a estos magistri. Una vez cuidaron del naaru cautivo y parte de su energía permanece aún en ellos.$b$bBastará para devolver a tu camarada a la vida.$b$bNo te preocupes por los magistri, $n. Me he ocupado de ellos, y Lord Solanar me garantiza que Lady Liadrin debe de estar buscando otra fuente de energía.', 'Llena la vasija refulgente en magistri elfos de sangre y llévasela al Lord caballero Sangrevalor a Ciudad de Lunargenta.', '', 'Vuelve con: Lord caballero Sangrevalor. Zona: Bosque Canción Eterna.', '', '', '', '', 18019),\n(109684, 'esMX', 'Buscando la Luz', 'Toma esta vasija, $n. Su magia te permitirá obtener los últimos vestigios de la Luz que rodean a estos magistri. Una vez cuidaron del naaru cautivo y parte de su energía permanece aún en ellos.$b$bBastará para devolver a tu camarada a la vida.$b$bNo te preocupes por los magistri, $n. Me he ocupado de ellos, y Lord Solanar me garantiza que Lady Liadrin debe de estar buscando otra fuente de energía.', 'Llena la vasija refulgente en magistri elfos de sangre y llévasela al Lord caballero Sangrevalor a Ciudad de Lunargenta.', '', 'Vuelve con: Lord caballero Sangrevalor. Zona: Bosque Canción Eterna.', '', '', '', '', 18019),\n(109684, 'frFR', 'Revendiquer la Lumière', 'Prenez ce calice, $n. Sa magie vous permettra de saisir les derniers vestiges de Lumière qui entourent ces magistères. Ils surveillaient autrefois le naaru captif et une partie de son énergie est demeurée en eux.$B$BElle suffira tout juste à rendre la vie à votre camarade défunt.$B$BNe vous en faites pas pour les magistères, $n. Je veille à ce qu’on s’occupe d’eux, et le seigneur Solanar m’assure que dame Liadrin est en ce moment même à la recherche d’une nouvelle source d’énergie.', 'Utilisez le Calice chatoyant sur les Magistères elfes de sang pour le remplir et retournez voir le chevalier-seigneur Vaillessang à Lune-d’Argent.', '', 'Retournez voir le Chevalier-seigneur Vaillessang dans le Bois des Chants éternels.', '', '', '', '', 18019),\n(109684, 'ruRU', 'Получение силы Света', 'Прими этот зачарованный сосуд, $n, и наполни его магической силой, окружающей магистров, до краев. Когда-то эти магистры охраняли плененного наару, и часть его энергии еще находится в них. Этого сосуда хватит, чтобы вернуть к жизни падшего рыцаря.$B$BНе беспокойся о магистрах, за ними присмотрят. Лорд Соланар сообщил мне, что Леди Лиадрин занимается поиском нового источника магической силы.', 'Используйте мерцающий сосуд на эльфах крови-магистрах, чтобы наполнить его магической силой, и возвращайтесь к предводителю рыцарей Доблестной Крови в Луносвет.', '', 'Вернитесь к предводителю рыцарей Доблестной Крови в Леса Вечной Песни.', '', '', '', '', 18019),\n(109684, 'zhCN', '驾驭圣光', '拿着这只瓶子，$N。启动其中的魔法，你就可以吸取这些魔导师身上残存的光明能量。他们曾经负责控制那个被我们捕获的纳鲁，因此纳鲁的能量还有一部分留在他们体内。$B$B这应该就足以让你的伙伴起死回生了。$B$B不用为这些魔导师担心，$N。我正在照料他们，而且索拉纳·血怒大人向我保证过，莉亚德琳大人正在积极寻找新的能量源。', '用血精灵魔导师身上的能量装满微光容器，然后向银月城的骑士领主布拉德瓦罗复命。', '', '去找永歌森林的骑士领主布拉德瓦罗。', '', '', '', '', 0);\n\nDELETE FROM `quest_request_items_locale` WHERE `ID` = 109684;\nINSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES \n(109684, 'deDE', 'Habt Ihr schon mit Magister Astalor Blutschwur gesprochen?', 18019),\n(109684, 'esES', '¿Has hablado con el Magister Astalor Jurasangre?', 0),\n(109684, 'esMX', '¿Has hablado con el Magister Astalor Jurasangre?', 0),\n(109684, 'ruRU', 'Тебе удалось поговорить с магистром Асталором Кровавой Клятвой?', 0),\n(109684, 'zhCN', '你和博学者阿斯塔洛·血誓谈过了吗？', 0);\n\nDELETE FROM `quest_request_items` WHERE `ID` IN (109681, 109684);\nINSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES \n(109681, 1, 0, NULL, 12340),\n(109684, 1, 0, 'Have you spoken with Magister Astalor Bloodsworn?', 12340);\n\nDELETE FROM `quest_poi` WHERE `QuestID` IN (109681, 109684);\nINSERT INTO `quest_poi` (`QuestID`, `id`, `ObjectiveIndex`, `MapID`, `WorldMapAreaId`, `Floor`, `Priority`, `Flags`, `VerifiedBuild`) VALUES \n(109681, 0, -1, 530, 462, 0, 0, 1, 0),\n(109684, 0, -1, 530, 462, 0, 0, 1, 0),\n(109684, 1, 4, 530, 462, 0, 0, 1, 0);\n\nDELETE FROM `quest_poi_points` WHERE `QuestID` IN (109681, 109684);\nINSERT INTO `quest_poi_points` (`QuestID`, `Idx1`, `Idx2`, `X`, `Y`, `VerifiedBuild`) VALUES \n(109681, 0, 0, 9861, -7516, 0),\n(109684, 0, 0, 9870, -7482, 0),\n(109684, 1, 0, 9848, -7527, 0),\n(109684, 1, 1, 9854, -7527, 0),\n(109684, 1, 2, 9857, -7523, 0),\n(109684, 1, 3, 9845, -7523, 0);\n\nDELETE FROM `quest_offer_reward` WHERE `ID` IN (109681, 109684);\nINSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES \n(109681, 0, 0, 0, 0, 0, 0, 0, 0, 'Welcome, young $c.$B$BThe power of the Blood Knights is taken from a being of immense power.$B$B<The magister gestures to the large, captive being in the center of the room.>$B$BIsn\\'t it magnificent? \\'Twas a gift from our beloved Prince Kael\\'thas, and it is the foundation of the Blood Knights\\' mastery of the Light. This creature begrudges us its power, so we have devised a method for claiming it on our own terms.', 12340),\n(109684, 0, 0, 0, 0, 0, 0, 0, 0, 'Well done, $N. The powers granted by the Light will never come \\'naturally\\' to the Blood Knights, but we are not so naive as to be thwarted by the will of a single being, however powerful.$B$BOur mastery of the arcane has unlocked this path and these powers for you, initiate. Few have the stomach or the aptitude to wield them, but I know you will not disappoint the order.', 12340);\n\nDELETE FROM `quest_offer_reward_locale` WHERE `ID` IN (109681, 109684);\nINSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES \n(109681, 'deDE', 'Willkommen, junger $C.$B$BAls der Orden gegründet wurde, machte uns Kael\\'thas einen gefangenen Naaru zum Geschenk. Dieses Wesen besteht aus genau dem Licht, das wir beherrschen. Mithilfe unserer überragenden magischen Fähigkeiten lernten wir, wie man es kontrolliert und unterwirft, damit sich die Blutritter seiner Energie bedienen können.$B$BDoch Kael\\'thas wurde von seiner eigenen Machtgier übermannt und verbündete sich mit unseren Feinden. Seine niederträchtigen Anhänger griffen uns an, nahmen den Naaru und schnitten uns von der Energiequelle ab. Unser Orden erlebt dunkle Zeiten, $N.', 18019),\n(109681, 'esES', '$gBienvenido:Bienvenida;, joven $n.$B$BEl poder de los Caballeros de Sangre se toma de un ser de inmenso poder.$B$B<El magister señala al gran ser cautivo que está en el centro de la habitación.>$B$B¿No es magnífico? Fue un regalo de nuestro amado Príncipe Kael\\'thas, y es la base del dominio de la Luz de los Caballeros de Sangre. Esta criatura nos limita su poder, por lo que hemos ideado un método para reclamarlo en nuestros propios términos.', 0),\n(109681, 'esMX', '$gBienvenido:Bienvenida;, joven $n.$B$BEl poder de los Caballeros de Sangre se toma de un ser de inmenso poder.$B$B<El magister señala al gran ser cautivo que está en el centro de la habitación.>$B$B¿No es magnífico? Fue un regalo de nuestro amado Príncipe Kael\\'thas, y es la base del dominio de la Luz de los Caballeros de Sangre. Esta criatura nos limita su poder, por lo que hemos ideado un método para reclamarlo en nuestros propios términos.', 0),\n(109681, 'ruRU', 'Добро пожаловать, молодой $C. $B$BСила Рыцарей Крови взята у существа огромной силы. $B$B<Магистр указывает на большое пленное существо в центре комнаты.>$B$BРазве это не великолепно? Это подарок от нашего любимого принца Кель\\'таса, и это основа мастерства Рыцарей крови Света. Это существо завидует нам своей мощью, поэтому мы разработали способ получить ее на своих условиях.', 0),\n(109681, 'zhCN', '欢迎，年轻的$C。$B$B在骑士团刚成立时，凯尔萨斯送给我们一只被禁锢的纳鲁，一只由我们所使用的圣光所构成的生物。通过我们高超的魔法技巧，我们学会如何控制并且使它服从，好让血骑士能从它身上吸取能量。$B$B凯尔萨斯自己对力量的渴望让他自己痛苦万分，而他居然与我们的敌人联手。他邪恶的手下攻击我们，夺走了纳鲁，斩断了我们的能量来源。这是骑士团的黑暗时期，$N。', 0),\n(109684, 'deDE', 'Gut gemacht, $N. Die vom Licht gewährten Kräfte sind niemals auf \\'natürlichem\\' Wege zu den Blutrittern gekommen, aber wir sind nicht so willensschwach, um unseren Weg von der Natur diktieren zu lassen.$B$BUnsere Beherrschung des Arkanen hat uns einen Pfad durch diese rauen Zeiten eröffnet. Die Kräfte fließen nicht mehr frei in diesen Hallen, doch sie sind da, für die hartnäckigen und willensstarken. Nur wenige sind heutzutage mutig genug, oder verfügen über die Begabung, sie zu meistern, aber ich weiß, dass Ihr den Orden nicht enttäuschen werdet.', 18019),\n(109684, 'esES', 'Bien hecho, $n. Los poderes otorgados por la Luz nunca llegarán \\'naturalmente\\' a los Caballeros de Sangre, pero no somos tan ingenuos como para ser frustrados por la voluntad de un solo ser, por poderoso que sea.$B$BNuestro dominio de lo arcano ha desbloqueado este camino y estos poderes para ti, $giniciado:iniciada;. Pocos tienen el estómago o la capacidad para manejarlos, pero sé que no defraudarás a la orden.', 0),\n(109684, 'esMX', 'Bien hecho, $n. Los poderes otorgados por la Luz nunca llegarán \\'naturalmente\\' a los Caballeros de Sangre, pero no somos tan ingenuos como para ser frustrados por la voluntad de un solo ser, por poderoso que sea.$B$BNuestro dominio de lo arcano ha desbloqueado este camino y estos poderes para ti, $giniciado:iniciada;. Pocos tienen el estómago o la capacidad para manejarlos, pero sé que no defraudarás a la orden.', 0),\n(109684, 'ruRU', 'Неплохо, $N. Силы, дарованные светом, никогда не будут \\'естественными\\'для Рыцарей Крови. У немногих хватит смелости или способностей владеть ими, но я знаю, что вы не разочаруете нас.', 0),\n(109684, 'zhCN', '做得好，$N。圣光所给予的力量永远不会是血骑士与生俱来的，但我们也不会软弱到任由命运来宰制我们。$B$B我们对秘法专精提供了这条道路，来帮助我们度过这段困难的时光。力量不再自由地弥漫于这些殿堂之间，但我们还是有坚定而强壮的意志力。如今很少有人有这样的兴趣与天赋来钻研此道，但我相信你不会让骑士团失望的。', 0);\n\nDELETE FROM `creature_queststarter` WHERE `quest` IN (109681, 109684);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES \n(17717, 109681),\n(17718, 109684);\n\nDELETE FROM `creature_questender` WHERE `quest` IN (109681, 109684);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES \n(17717, 109684),\n(17718, 109681);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (9681, 9684, 109681, 109684);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(19, 0,   9681, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'WotLK Blood Knight quest only available after TBC stage 4'),\n(19, 0,   9684, 0, 0, 8, 0, 66012, 0, 0, 0, 0, 0, '', 'WotLK Blood Knight quest only available after TBC stage 4'),\n(19, 0, 109681, 0, 0, 8, 0, 66012, 0, 0, 1, 0, 0, '', 'pre-2.4 Blood Knight quest only available before TBC stage 5'),\n(19, 0, 109684, 0, 0, 8, 0, 66012, 0, 0, 1, 0, 0, '', 'pre-2.4 Blood Knight quest only available before TBC stage 5');\n\n-- Blood Elf Magisters\nUPDATE `creature` SET `position_x` = 9866.592, `position_y` = -7522.500, `position_z` = -0.49, `orientation` = 3.1878 WHERE `guid` = 96982;\nUPDATE `creature` SET `position_x` = 9860.192, `position_y` = -7504.500, `position_z` = -4.00, `orientation` = 4.2694 WHERE `guid` = 96980;\nUPDATE `creature` SET `position_x` = 9850.753, `position_y` = -7537.921, `position_z` = -0.49, `orientation` = 1.5488 WHERE `guid` = 96981;\nUPDATE `creature` SET `position_x` = 9835.078, `position_y` = -7522.500, `position_z` = -0.49, `orientation` = 0.0015 WHERE `guid` = 96979;\nUPDATE `creature` SET `position_x` = 9841.158, `position_y` = -7504.500, `position_z` = -4.00, `orientation` = 5.3532 WHERE `guid` = 96978;\n\nUPDATE `creature_addon` SET `bytes1` = 0, `bytes2` = 0, `emote` = 0 WHERE `guid` IN (96978, 96979, 96980, 96981, 96982);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17845;\nDELETE FROM `smart_scripts` WHERE `entryorguid` IN (-96982, -96980, -96981, -96979, -96978) AND `source_type` = 0 AND `action_param1` = 31324;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, \n`event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES\n--\n(-96982, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 11, 31324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Magister - Out of Combat - Cast Drain Naaru Channel'),\n(-96980, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 11, 31324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Magister - Out of Combat - Cast Drain Naaru Channel'),\n(-96981, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 11, 31324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Magister - Out of Combat - Cast Drain Naaru Channel'),\n(-96979, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 11, 31324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Magister - Out of Combat - Cast Drain Naaru Channel'),\n(-96978, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 11, 31324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Magister - Out of Combat - Cast Drain Naaru Channel');\n\nDELETE FROM `broadcast_text` WHERE `ID` = 14807;\nINSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES\n(14807, 1, 'Glory to the Sun King!', 'Glory to the Sun King!', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);\n\nDELETE FROM `creature_text` WHERE `CreatureID` = 16222 AND `GroupID` = 0 AND `ID` = 0;\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES\n(16222, 0, 0, 'Glory to the Sun King!', 12, 1, 100, 0, 0, 0, 14807, 0, 'Silvermoon City Guardian');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceGroup` = 1 AND `SourceEntry` = 31324;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,\n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(13, 1, 31324, 0, 0, 31, 0, 3, 17544, 0, 0, 0, 0, \"\", \"Naaru Drain Effect Condition\"); -- set M'uru as target for drain effect spell\n\nUPDATE `conditions` SET `ConditionValue2` = 17544 WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 45351;\n\n-- Restore Lady Liadrin and move Magister Astalor Bloodsworn a bit.\nDELETE FROM `creature` WHERE `guid` IN (96976, 617076);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(96976,  17718, 0, 0, 530, 0, 0, 1, 1, 0, 9859.45, -7519.19, -8.06573, 1.69273, 180, 0, 0, 3484, 5751, 0, 0, 0, 0, '', 0, 0, NULL),        -- Magister Astalor Bloodsworn\n(617076, 17076, 0, 0, 530, 0, 0, 1, 1, 0, 9862.12, -7518.44, -8.06524, 1.86945, 300, 0, 0, 1214000, 33870, 0, 0, 0, 0, '', NULL, 0, NULL); -- Lady Liadrin\n\nUPDATE `creature_template` SET `gossip_menu_id` = 0 WHERE `entry` = 17718; -- was 9142\n\n-- Hide 'Lor'Themar's gossip menu until WotLK\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 14 AND `SourceGroup` = 7632;\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(14, 7632, 9315, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lor\\'Themar - only show Gossip Menu after player reaches WotLK');\n"
  },
  {
    "path": "data/sql/world/base/zone_silverpine.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (1766, 1778, 1797, 1923);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN\n(1767, 1768, 1769, 1772, 1773, 1779, 1780, 1781, 1782, 1865, 1866, 1867, 1868, 1870, 1888, 1889, 1891, 1894, 1895, 1908, 1909, 1912, 1913, 1914, 1915, \n1920, 1924, 1939, 1940, 1942, 1947, 1953, 1954, 1955, 1956, 1957, 1958, 1971, 1973, 1974, 1983, 2053, 2054, 2120, 2283, 2332, 2529, 3528, 3530, 3532, 5682, 12431, 12433);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(1766, 1767, 1768, 1769, 1772, 1773, 1778, 1779, 1780, 1781, 1782, 1797, 1865, 1866, 1867, 1868, 1870, 1888, 1889, 1891, 1894, 1895, 1908, 1909, 1912, 1913, 1914, 1915, \n1920, 1923, 1924, 1939, 1940, 1942, 1947, 1953, 1954, 1955, 1956, 1957, 1958, 1971, 1973, 1974, 1983, 2053, 2054, 2120, 2283, 2332, 2529, 3528, 3530, 3532, 5682, 12431, 12433);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1767, 0, 0, 0, 0, 0, 100, 0, 8000, 17000, 32000, 58000, 0, 0, 11, 3252, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Vile Fin Shredder - In Combat - Cast Shred'),\n(1767, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Shredder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1768, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Vile Fin Tidehunter - Out of Combat - Cast Frost Armor'),\n(1768, 0, 1, 0, 106, 0, 100, 0, 0, 0, 21000, 28000, 0, 8, 11, 12748, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Vile Fin Tidehunter - Within 0-8 Range - Cast Frost Nova'),\n(1768, 0, 2, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 4980, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Vile Fin Tidehunter - In Combat - Cast Quick Frost Ward'),\n(1768, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Tidehunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1769, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Moonrage Whitescalp - Out of Combat - Cast Frost Armor'),\n--\n(1772, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Gladerunner - On Aggro - Say Line 0'),\n(1772, 0, 1, 0, 0, 0, 100, 0, 7000, 20000, 32000, 54000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Gladerunner - In Combat - Cast Curse of Thule'),\n(1773, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Mystic - On Aggro - Say Line 0'),\n(1773, 0, 1, 0, 74, 0, 100, 0, 0, 0, 14000, 22000, 50, 40, 11, 332, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Rot Hide Mystic - Friendly Between 0-50% Health - Cast Healing Wave'),\n(1773, 0, 2, 0, 0, 0, 100, 0, 2000, 12000, 30000, 45000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Mystic - In Combat - Cast Curse of Thule'),\n(1773, 0, 3, 0, 6, 0, 20, 0, 0, 0, 0, 0, 0, 0, 12, 1983, 4, 150000, 0, 0, 0, 8, 0, 0, 0, 0, 1073.84, 1543.37, 28.6752, 0.174533, 'Rot Hide Mystic - On Just Died - Summon Creature \\'Nightlash\\''),\n--\n(1779, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 13000, 21000, 0, 0, 11, 6958, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Moonrage Glutton - Within 0-5 Range - Cast Blood Leech'),\n(1780, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Moss Stalker - On Respawn - Cast Poison Proc'),\n(1781, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7276, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Mist Creeper - On Respawn - Cast Poison Proc'),\n(1782, 0, 0, 1, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Moonrage Darksoul - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(1782, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Moonrage Darksoul - On Enrage - Say Line 0'),\n(1865, 0, 0, 0, 0, 0, 100, 0, 17, 26, 36, 58, 0, 0, 11, 5271, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,              'Ravenclaw Raider - Within 0-5 Range - Cast Cursed Blade'),\n(1866, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 33000, 41000, 0, 0, 11, 7761, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Ravenclaw Slave - In Combat - Cast Shared Bondage'),\n(1867, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Dalaran Apprentice - Out of Combat - Cast Frost Armor'),\n(1867, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13322, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dalaran Apprentice - In Combat - Cast Frostbolt'),\n(1867, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Apprentice - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1868, 0, 0, 0, 2, 0, 100, 1, 0, 65, 22000, 22000, 0, 0, 11, 7290, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Ravenclaw Servant - Between 0-65% Health - Cast Soul Siphon (No Repeat)'),\n(1868, 0, 1, 0, 0, 0, 100, 0, 4000, 4000, 24000, 28000, 0, 0, 11, 980, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Ravenclaw Servant - In Combat - Cast Curse of Agony'),\n(1870, 0, 0, 0, 0, 0, 100, 0, 7000, 16000, 15000, 28000, 0, 0, 11, 3263, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Hand of Ravenclaw - Within 0-5 Range - Cast Touch of Ravenclaw'),\n(1888, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 61000, 67000, 0, 0, 11, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Dalaran Watcher - In Combat - Cast Fire Shield'),\n(1888, 0, 1, 0, 0, 0, 100, 0, 9000, 18000, 17000, 28000, 0, 0, 11, 2120, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Dalaran Watcher - In Combat - Cast Flamestrike'),\n(1888, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Watcher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1889, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Dalaran Wizard - Out of Combat - Cast Frost Armor'),\n(1889, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dalaran Wizard - In Combat - Cast Frostbolt'),\n(1889, 0, 2, 0, 106, 0, 100, 0, 0, 0, 9000, 14000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Dalaran Wizard - Within 0-8 Range - Cast Frost Nova'),\n(1889, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 14000, 20000, 0, 0, 11, 4980, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dalaran Wizard - In Combat - Cast Quick Frost Ward'),\n(1889, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Wizard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1891, 0, 0, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 1892, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Watcher - Out of Combat - Update Entry'),\n(1891, 0, 1, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 1891, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Watcher - Out of Combat - Update Entry'),\n(1891, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Watcher - Out of Combat - Cast Transform Visual'),\n(1891, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Pyrewood Watcher - Outside 30 Range - Start Combat Movement'),\n(1891, 0, 4, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Watcher - Within 5-30 Range - Stop Combat Movement'),\n(1891, 0, 5, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Pyrewood Watcher - Within 0-5 Range - Start Combat Movement'),\n(1891, 0, 6, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Pyrewood Watcher - Within 5-30 Range - Cast Shoot'),\n(1891, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pyrewood Watcher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1894, 0, 0, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 1893, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Sentry - Out of Combat - Update Entry'),\n(1894, 0, 1, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 1894, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Sentry - Out of Combat - Update Entry'),\n(1894, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Sentry - Out of Combat - Cast Transform Visual'),\n(1894, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Pyrewood Sentry - On Aggro - Cast Defensive Stance'),\n(1894, 0, 4, 0, 105, 0, 50, 0, 0, 0, 20000, 40000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Pyrewood Sentry - Target Casting - Cast Shield Bash'),\n(1894, 0, 5, 0, 0, 0, 100, 0, 2000, 20000, 12000, 30000, 0, 0, 11, 12169, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Pyrewood Sentry - In Combat - Cast Shield Block'),\n(1894, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pyrewood Sentry - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1895, 0, 0, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 1896, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Elder - Out of Combat - Update Entry'),\n(1895, 0, 1, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 1895, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Elder - Out of Combat - Update Entry'),\n(1895, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Elder - Out of Combat - Cast Transform Visual'),\n(1895, 0, 3, 0, 14, 0, 100, 0, 200, 30, 10000, 20000, 0, 0, 11, 2053, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Pyrewood Elder - Friendly Missing 200 Health - Cast Lesser Heal'),\n(1895, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pyrewood Elder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1908, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12100, 20600, 0, 20, 11, 2606, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Vile Fin Oracle - Within 0-20 Range - Cast Shock'),\n(1908, 0, 1, 0, 14, 0, 100, 0, 150, 30, 24400, 32900, 0, 0, 11, 913, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Vile Fin Oracle - Friendly Missing 150 Health - Cast Healing Wave'),\n(1908, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1909, 0, 0, 0, 0, 0, 100, 0, 10000, 17000, 33000, 40000, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Vile Fin Lakestalker - In Combat - Cast Healing Ward'),\n(1909, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Lakestalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1912, 0, 0, 0, 0, 0, 100, 0, 9000, 18000, 16000, 28000, 0, 0, 11, 3615, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dalaran Protector - In Combat - Cast Summon Dalaran Serpent'),\n(1912, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Protector - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1913, 0, 0, 0, 0, 0, 100, 0, 9000, 18000, 16000, 28000, 0, 0, 11, 3615, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dalaran Warder - In Combat - Cast Summon Dalaran Serpent'),\n(1913, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Warder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1914, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dalaran Mage - In Combat - Cast Fireball'),\n(1914, 0, 1, 0, 0, 0, 100, 1, 8000, 14000, 0, 0, 0, 0, 11, 134, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Dalaran Mage - In Combat - Cast Fire Shield'),\n(1914, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 20000, 30000, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Dalaran Mage - In Combat - Cast Quick Flame Ward'),\n(1914, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1915, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 20798, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Dalaran Conjuror - Out of Combat - Cast Demon Skin'),\n(1915, 0, 1, 0, 1, 0, 100, 1, 0, 2000, 0, 0, 0, 0, 11, 25112, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dalaran Conjuror - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(1915, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20791, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dalaran Conjuror - In Combat - Cast Shadow Bolt'),\n(1915, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Conjuror - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1920, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Dalaran Spellscribe - Out of Combat - Cast Frost Armor'),\n(1920, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dalaran Spellscribe - In Combat - Cast Frostbolt'),\n(1920, 0, 2, 0, 0, 0, 20, 0, 20000, 25000, 60000, 60000, 0, 0, 11, 5276, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Dalaran Spellscribe - In Combat - Cast Freeze'),\n(1920, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalaran Spellscribe - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1924, 0, 0, 0, 0, 0, 100, 0, 5000, 22000, 23000, 27000, 0, 0, 11, 3264, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Moonrage Bloodhowler - In Combat - Cast Blood Howl'),\n(1939, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Brute - On Aggro - Say Line 0'),\n(1939, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rot Hide Brute - Within 0-5 Range - Cast Sunder Armor'),\n(1939, 0, 2, 0, 0, 0, 100, 0, 7000, 20000, 32000, 54000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Brute - In Combat - Cast Curse of Thule'),\n(1940, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Plague Weaver - On Aggro - Say Line 0'),\n(1940, 0, 1, 0, 0, 0, 75, 0, 5000, 5000, 20000, 40000, 0, 0, 11, 3256, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,     'Rot Hide Plague Weaver - In Combat - Cast Plague Cloud'),\n(1940, 0, 2, 0, 0, 0, 100, 0, 7000, 20000, 32000, 54000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Plague Weaver - In Combat - Cast Curse of Thule'),\n(1942, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Savage - On Aggro - Say Line 0'),\n(1942, 0, 1, 0, 0, 0, 100, 0, 11000, 16000, 31000, 37000, 0, 0, 11, 3258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Savage - In Combat - Cast Savage Rage'),\n(1942, 0, 2, 0, 0, 0, 100, 0, 7000, 20000, 32000, 54000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Savage - In Combat - Cast Curse of Thule'),\n(1947, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 13787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Thule Ravenclaw - Out of Combat - Cast Demon Armor (No Repeat)'),\n(1947, 0, 1, 0, 1, 0, 100, 1, 3000, 3000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Thule Ravenclaw - Out of Combat - Cast Summon Imp (No Repeat)'),\n(1947, 0, 2, 0, 0, 0, 100, 0, 3000, 7000, 31000, 37000, 0, 0, 11, 7655, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Thule Ravenclaw - In Combat - Cast Hex of Ravenclaw'),\n(1947, 0, 3, 0, 0, 0, 100, 0, 2000, 5000, 8000, 23000, 0, 0, 11, 20800, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Thule Ravenclaw - In Combat - Cast Immolate'),\n--\n(1953, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6867, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Lake Skulker - On Respawn - Cast Moss Covered Hands Proc'),\n(1954, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6867, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Elder Lake Skulker - On Respawn - Cast Moss Covered Hands Proc'),\n(1954, 0, 1, 0, 2, 0, 100, 0, 0, 50, 32000, 45000, 0, 0, 11, 9616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Elder Lake Skulker - Between 0-50% Health - Cast Wild Regeneration'),\n(1955, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6871, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Lake Creeper - On Respawn - Cast Moss Covered Feet Proc'),\n(1956, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6871, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Elder Lake Creeper - On Respawn - Cast Moss Covered Feet Proc'),\n(1956, 0, 1, 0, 0, 0, 100, 0, 4000, 11000, 24000, 40000, 0, 0, 11, 11922, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Elder Lake Creeper - In Combat - Cast Entangling Roots'),\n(1957, 0, 0, 0, 0, 0, 100, 0, 8000, 16000, 30000, 38000, 0, 0, 11, 1776, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Vile Fin Shorecreeper - Within 0-5 Range - Cast Gouge'),\n(1957, 0, 1, 0, 67, 0, 100, 0, 0, 0, 6000, 12000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vile Fin Shorecreeper - Behind Target - Cast Backstab'),\n(1957, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Shorecreeper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1958, 0, 0, 0, 106, 0, 100, 0, 0, 0, 32, 58, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Vile Fin Tidecaller - Within 0-8 Range - Cast Frost Nova'),\n(1958, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Tidecaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1971, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7668, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Ivar the Foul - On Respawn - Cast Foul Odor (No Repeat)'),\n(1973, 0, 0, 0, 0, 0, 100, 0, 8000, 19000, 36000, 51000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Ravenclaw Guardian - In Combat - Cast Improved Blocking'),\n(1974, 0, 0, 0, 0, 0, 100, 0, 26000, 26000, 32000, 44000, 0, 0, 11, 3269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Ravenclaw Drudger - In Combat - Cast Blessing of Thule'),\n(1983, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 21000, 25000, 0, 0, 11, 3485, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,    'Nightlash - Within 0-10 Range - Cast Wail of Nightlash'),\n(1983, 0, 1, 0, 14, 0, 100, 1, 150, 30, 0, 0, 0, 0, 11, 3477, 64, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,               'Nightlash - Friendly Missing 150 Health - Cast Spirit Steal (No Repeat)'),\n(1983, 0, 2, 0, 6, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Nightlash - On Just Died - Say Line 0'),\n--\n(2053, 0, 0, 0, 0, 0, 100, 0, 12000, 26000, 28000, 36000, 0, 0, 11, 3261, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Haggard Refugee - Within 0-5 Range - Cast Ignite'),\n(2053, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Haggard Refugee - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2054, 0, 0, 0, 0, 0, 100, 0, 1000, 8000, 19000, 32000, 0, 0, 11, 1776, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Sickly Refugee - In Combat - Cast Gouge'),\n(2054, 0, 1, 0, 0, 0, 100, 0, 3000, 9000, 12000, 19000, 0, 0, 11, 101, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Sickly Refugee - In Combat - Cast Trip'),\n(2054, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Sickly Refugee - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2120, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Archmage Ataeric - In Combat - Cast Frostbolt'),\n(2120, 0, 1, 0, 0, 0, 100, 0, 11000, 16000, 28000, 38000, 0, 0, 11, 512, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Archmage Ataeric - In Combat - Cast Chains of Ice'),\n(2120, 0, 2, 0, 0, 0, 100, 0, 4000, 9000, 35000, 45000, 0, 0, 11, 118, 1, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,      'Archmage Ataeric - In Combat - Cast Polymorph'),\n(2120, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Archmage Ataeric - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2283, 0, 0, 0, 0, 0, 100, 0, 8000, 16000, 27000, 38000, 0, 0, 11, 970, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Ravenclaw Regent - In Combat - Cast Shadow Word: Pain'),\n(2332, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 10000, 20000, 0, 0, 11, 14873, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Valdred Moray - Within 0-5 Range - Cast Sinister Strike'),\n(2332, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Valdred Moray - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2529, 0, 0, 0, 0, 0, 100, 0, 11000, 11000, 9000, 21000, 0, 0, 11, 7124, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Son of Arugal - Within 0-20 Range - Cast Arugals Gift'),\n--\n(3528, 0, 0, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 3529, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Armorer - Out of Combat - Update Entry'),\n(3528, 0, 1, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 3528, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Armorer - Out of Combat - Update Entry'),\n(3528, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Armorer - Out of Combat - Cast Transform Visual'),\n(3528, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pyrewood Armorer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3530, 0, 0, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 3531, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Tailor - Out of Combat - Update Entry'),\n(3530, 0, 1, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 3530, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Tailor - Out of Combat - Update Entry'),\n(3530, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Tailor - Out of Combat - Cast Transform Visual'),\n(3530, 0, 3, 0, 67, 0, 100, 0, 0, 0, 7000, 7000, 0, 5, 11, 15657, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Pyrewood Tailor - Behind Target - Cast Backstab'),\n(3530, 0, 4, 0, 0, 0, 100, 0, 5000, 15000, 10000, 17000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Pyrewood Tailor - Within 0-5 Range - Cast Disarm'),\n(3530, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pyrewood Tailor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3532, 0, 0, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 3533, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Leatherworker - Out of Combat - Update Entry'),\n(3532, 0, 1, 2, 1, 0, 100, 512, 5000, 5000, 5000, 5000, 0, 0, 36, 3532, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Pyrewood Leatherworker - Out of Combat - Update Entry'),\n(3532, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 24085, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Pyrewood Leatherworker - Out of Combat - Cast Transform Visual'),\n(3532, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Pyrewood Leatherworker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(5682, 0, 0, 0, 2, 0, 100, 0, 0, 80, 20000, 30000, 0, 0, 11, 6075, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Dalin Forgewright - Between 0-80% Health - Cast Renew'),\n(5682, 0, 1, 0, 2, 0, 100, 0, 0, 30, 10000, 20000, 0, 0, 11, 2054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Dalin Forgewright - Between 0-30% Health - Cast Heal'),\n(5682, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dalin Forgewright - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(12431, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 16000, 19000, 0, 0, 11, 13445, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Gorefang - Within 0-5 Range - Cast Rend'),\n(12433, 0, 0, 0, 2, 0, 100, 0, 0, 20, 32100, 38100, 0, 0, 11, 12040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Krethis Shadowspinner - Between 0-20% Health - Cast Shadow Shield'),\n(12433, 0, 1, 0, 0, 0, 100, 0, 9000, 15000, 12000, 17000, 0, 0, 11, 17439, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Krethis Shadowspinner - In Combat - Cast Shadow Shock');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (1983);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(1983, 0, 0, 'I shall return in time...', 12, 0, 100, 0, 0, 0, 500, 0, 'Nightlash');\n\n\n-- Quest: The Dead Fields - Nightlash now gets summoned by killing Rot Hide Mystics\nDELETE FROM `creature` WHERE `id1` = 1983;\nDELETE FROM `creature_addon` WHERE `guid` = 28379;\n\n-- Quest: Call of Water (Shaman)\nUPDATE `quest_template` SET `LogDescription`='Speak to the Minor Manifestation of Water in Silverpine Forest.' WHERE `ID`=100;\n\n-- Quest: Pyrewood Ambush\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` BETWEEN 2060 AND 2068;\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` BETWEEN 2060 AND 2068;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2060, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Smithers  - On Evade - Despawn In 1500 ms'), -- they should not transform into worgen\n(2061, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Thatcher  - On Evade - Despawn In 1500 ms'),\n(2062, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Hendricks - On Evade - Despawn In 1500 ms'),\n(2063, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Wilhelm   - On Evade - Despawn In 1500 ms'),\n(2064, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Hartin    - On Evade - Despawn In 1500 ms'),\n(2065, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Cooper    - On Evade - Despawn In 1500 ms'),\n(2066, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Higarth   - On Evade - Despawn In 1500 ms'),\n(2067, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Councilman Brunswick - On Evade - Despawn In 1500 ms'),\n(2068, 0, 1, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 1500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lord Mayor Morrison  - On Evade - Despawn In 1500 ms');\n"
  },
  {
    "path": "data/sql/world/base/zone_stonetalon_mountains.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (4067, 11910);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(3988, 3989, 3991, 3992, 3993, 3999, 4003, 4004, 4005, 4006, 4007, 4009, 4012, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4027, 4028, 4030, 4031, 4036, 4037, 4038, 4041, 4042, 4044, \n4050, 4051, 4052, 4053, 4057, 4061, 4070, 4202, 4409, 5916, 5928, 5931, 5932, 8518, 11911, 11912, 11913, 11914, 11915, 11917, 11918, 11920, 11921, 12579);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(3988, 3989, 3991, 3992, 3993, 3999, 4003, 4004, 4005, 4006, 4007, 4009, 4012, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4027, 4028, 4030, 4031, 4036, 4037, 4038, 4041, 4042, 4044, \n4050, 4051, 4052, 4053, 4057, 4061, 4067, 4070, 4202, 4409, 5916, 5928, 5931, 5932, 8518, 11910, 11911, 11912, 11913, 11914, 11915, 11917, 11918, 11920, 11921, 12579);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(3988, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Operator - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3989, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Venture Co. Logger - Outside 30 Range - Start Combat Movement'),\n(3989, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Venture Co. Logger - Within 5-30 Range - Stop Combat Movement'),\n(3989, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Venture Co. Logger - Within 0-5 Range - Start Combat Movement'),\n(3989, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3900, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Venture Co. Logger - In Combat - Cast Throw'),\n(3989, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Logger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3991, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Venture Co. Deforester - In Combat - Cast Fireball'),\n(3991, 0, 1, 0, 0, 0, 100, 0, 9000, 16000, 18000, 24000, 0, 0, 11, 5740, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Venture Co. Deforester - Within 0-30 Range - Cast Rain of Fire'),\n(3991, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Deforester - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3992, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Venture Co. Engineer - Outside 30 Range - Start Combat Movement'),\n(3992, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Venture Co. Engineer - Within 5-30 Range - Stop Combat Movement'),\n(3992, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Venture Co. Engineer - Within 0-5 Range - Start Combat Movement'),\n(3992, 0, 3, 0, 9, 0, 100, 0, 0, 0, 3000, 5000, 5, 30, 11, 7978, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Venture Co. Engineer - Within 5-30 Range - Cast Throw Dynamite'),\n(3992, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Engineer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(3993, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 70000, 85000, 0, 0, 11, 7979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Venture Co. Machine Smith - In Combat - Cast Compact Harvest Reaper'),\n(3993, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Machine Smith - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(3999, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Windshear Digger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4003, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Windshear Geomancer - In Combat - Cast Frostbolt'),\n(4003, 0, 1, 0, 0, 0, 100, 0, 4000, 11000, 7000, 15000, 0, 0, 11, 8139, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Windshear Geomancer - In Combat - Cast Fevered Fatigue'),\n(4003, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Windshear Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4004, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 30000, 45000, 0, 0, 11, 3631, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Windshear Overlord - In Combat - Cast Battle Fury'),\n(4004, 0, 1, 0, 0, 0, 100, 0, 4000, 11000, 7000, 15000, 0, 0, 11, 8139, 33, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Windshear Overlord - In Combat - Cast Fevered Fatigue'),\n(4004, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Windshear Overlord - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4005, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Deepmoss Creeper - On Respawn - Cast Poison Proc'),\n(4006, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 30, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Deepmoss Webspinner - Within 0-30 Range - Cast Web'),\n(4007, 0, 0, 0, 0, 0, 80, 0, 0, 0, 1000, 4000, 0, 0, 11, 7951, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Deepmoss Venomspitter - In Combat - Cast Toxic Spit'),\n(4009, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Raging Cliff Stormer - On Aggro - Cast Rushing Charge'),\n(4009, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 8, 11, 8078, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Raging Cliff Stormer - Within 0-8 Range - Cast Thunderclap'),\n(4012, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Pridewing Wyvern - On Respawn - Cast Poison Proc'),\n(4016, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 30, 11, 7994, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                 'Fey Dragon - Within 0-30 Range - Cast Nullify Mana (No Repeat)'),\n(4017, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 30, 11, 11981, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Wily Fey Dragon - Within 0-30 Range - Cast Mana Burn'),\n(4018, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Antlered Courser - On Aggro - Cast Rushing Charge'),\n(4019, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Great Courser - On Aggro - Cast Rushing Charge'),\n(4020, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 16000, 0, 5, 11, 7997, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Sap Beast - Within 0-5 Range - Cast Sap Might'),\n(4021, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 11000, 0, 30, 11, 3396, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Corrosive Sap Beast - Within 0-30 Range - Cast Corrosive Poison'),\n--\n(4022, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfury Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4023, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodfury Roguefeather - On Respawn - Cast Thrash Proc'),\n(4023, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfury Roguefeather - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4024, 0, 0, 0, 12, 0, 100, 0, 0, 20, 30000, 35000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,          'Bloodfury Slayer - Target Between 0-20% Health - Cast Execute'),\n(4024, 0, 1, 0, 0, 0, 100, 0, 9000, 18000, 120000, 130000, 0, 0, 11, 16231, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodfury Slayer - In Combat - Cast Curse of Recklessness'),\n(4024, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfury Slayer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4027, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodfury Storm Witch - In Combat - Cast Lightning Bolt'),\n(4027, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 40000, 45000, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Bloodfury Storm Witch - In Combat - Cast Lightning Cloud'),\n(4027, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfury Storm Witch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4028, 0, 0, 0, 9, 0, 100, 0, 0, 0, 14000, 20000, 0, 30, 11, 12747, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Charred Ancient - Within 0-30 Range - Cast Entangling Roots'),\n(4030, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17000, 25000, 0, 5, 11, 6909, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Vengeful Ancient - Within 0-5 Range - Cast Curse of Thorns'),\n(4031, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 16000, 0, 30, 11, 3396, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Fledgling Chimaera - In Combat - Cast Corrosive Poison'),\n(4036, 0, 0, 0, 9, 0, 100, 0, 0, 0, 120000, 125000, 0, 30, 11, 6205, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Rogue Flame Spirit - Within 0-30 Range - Cast Curse of Weakness'),\n(4036, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 18000, 22000, 0, 0, 11, 1094, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Rogue Flame Spirit - Within 0-30 Range - Cast Immolate'),\n(4037, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 60000, 65000, 0, 0, 11, 184, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Burning Ravager - In Combat - Cast Fire Shield II'),\n(4038, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Burning Destroyer - In Combat - Cast Fireball'),\n(4038, 0, 1, 0, 0, 0, 100, 0, 5000, 11000, 13000, 16000, 0, 0, 11, 8000, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Burning Destroyer - In Combat - Cast Area Burn'),\n(4041, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 26000, 0, 5, 11, 3636, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Scorched Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n(4042, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 26000, 0, 5, 11, 3636, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Singed Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n(4044, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 26000, 0, 5, 11, 3636, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Blackened Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n--\n(4050, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 782, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Cenarion Caretaker - On Aggro - Cast Thorns'),\n(4050, 0, 1, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7090, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Cenarion Caretaker - In Combat - Cast Bear Form (No Repeat)'),\n(4050, 0, 2, 0, 9, 0, 100, 0, 0, 0, 7000, 10000, 0, 5, 11, 12161, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Cenarion Caretaker - Within 0-5 Range - Cast Maul'),\n(4051, 0, 0, 0, 74, 0, 100, 0, 0, 0, 16000, 18000, 90, 40, 11, 1430, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Cenarion Botanist - Friendly Between 0-90% Health - Cast Rejuvenation'),\n(4051, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Cenarion Botanist - In Combat - Cast Wrath'),\n(4051, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cenarion Botanist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4052, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Cenarion Druid - On Aggro - Set phase to 1'),\n(4052, 0, 1, 0, 0, 1, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9739, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Cenarion Druid - In Combat - Cast Wrath (Phase 1)'),\n(4052, 0, 2, 3, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 5759, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Cenarion Druid - Between 0-50% Health - Cast Cat Form (No Repeat)'),\n(4052, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cenarion Druid - On Cast Cat Form - Set phase to 2'),\n(4052, 0, 4, 0, 0, 0, 100, 0, 12000, 16000, 30000, 35000, 0, 0, 11, 5217, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Cenarion Druid - In Combat - Cast Tigers Fury (Phase 2)'),\n--\n(4053, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Daughter of Cenarius - Outside 30 Range - Start Combat Movement'),\n(4053, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Daughter of Cenarius - Within 5-30 Range - Stop Combat Movement'),\n(4053, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Daughter of Cenarius - Within 0-5 Range - Start Combat Movement'),\n(4053, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Daughter of Cenarius - Within 5-30 Range - Cast Throw'),\n(4053, 0, 4, 0, 0, 0, 100, 0, 6000, 6000, 10000, 12000, 0, 0, 11, 527, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Daughter of Cenarius - In Combat - Cast Dispel Magic'),\n(4053, 0, 5, 0, 0, 0, 100, 0, 4000, 5000, 6000, 10000, 0, 0, 11, 527, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Daughter of Cenarius - In Combat - Cast Dispel Magic'),\n(4053, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Daughter of Cenarius - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4057, 0, 0, 0, 11, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7993, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Son of Cenarius - On Respawn - Cast Summon Treant Ally'),\n(4057, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Son of Cenarius - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4061, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Mirkfallon Dryad - Outside 30 Range - Start Combat Movement'),\n(4061, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Mirkfallon Dryad - Within 5-30 Range - Stop Combat Movement'),\n(4061, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Mirkfallon Dryad - Within 0-5 Range - Start Combat Movement'),\n(4061, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Mirkfallon Dryad - Within 5-30 Range - Cast Throw'),\n(4061, 0, 4, 0, 0, 0, 100, 0, 0, 0, 10000, 16000, 0, 0, 11, 7992, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,          'Mirkfallon Dryad - Within 0-30 Range - Cast Slowing Poison'),\n(4061, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mirkfallon Dryad - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4070, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Venture Co. Builder - Outside 30 Range - Start Combat Movement'),\n(4070, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Venture Co. Builder - Within 5-30 Range - Stop Combat Movement'),\n(4070, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Venture Co. Builder - Within 0-5 Range - Start Combat Movement'),\n(4070, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Venture Co. Builder - Within 5-30 Range - Cast Shoot'),\n(4070, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Builder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n\n(4202, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gerenzo Wrenchwhistle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4409, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gatekeeper Kordurus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5916, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Sentinel Amarassan - On Aggro - Set phase to 1'),\n(5916, 0, 1, 0, 0, 1, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9739, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Sentinel Amarassan - In Combat - Cast Wrath (Phase 1)'),\n(5916, 0, 2, 3, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 5759, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Sentinel Amarassan - Between 0-50% Health - Cast Cat Form (No Repeat)'),\n(5916, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Sentinel Amarassan - On Cast Cat Form - Set phase to 2'),\n(5916, 0, 4, 0, 0, 0, 100, 0, 12000, 16000, 30000, 35000, 0, 0, 11, 5217, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Sentinel Amarassan - In Combat - Cast Tigers Fury (Phase 2)'),\n(5928, 0, 0, 0, 0, 0, 100, 0, 11000, 18000, 12000, 15000, 0, 0, 11, 3405, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Sorrow Wing - Within 0-5 Range - Cast Soul Rend'),\n(5928, 0, 1, 0, 9, 0, 100, 9, 0, 0, 6000, 12000, 0, 5, 11, 3388, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Sorrow Wing - Within 0-5 Range - Cast Deadly Leech Poison'),\n(5931, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15500, 25300, 0, 20, 11, 6533, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Foreman Rigger - Within 0-20 Range - Cast Net'),\n(5931, 0, 1, 0, 9, 0, 100, 0, 0, 0, 45000, 45000, 0, 5, 11, 6016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Foreman Rigger - Within 0-5 Range - Cast Pierce Armor'),\n(5932, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 19000, 0, 8, 11, 16508, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Taskmaster Whipfang - Within 0-8 Range - Cast Intimidating Roar'),\n(5932, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Taskmaster Whipfang - Between 0-20% Health - Flee For Assist (No Repeat)'),\n(8518, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Rynthariel the Keymaster - Outside 30 Range - Start Combat Movement'),\n(8518, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Rynthariel the Keymaster - Within 5-30 Range - Stop Combat Movement'),\n(8518, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Rynthariel the Keymaster - Within 0-5 Range - Start Combat Movement'),\n(8518, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Rynthariel the Keymaster - Within 5-30 Range - Cast Throw'),\n(8518, 0, 4, 0, 0, 0, 100, 0, 3000, 6000, 10000, 16000, 0, 0, 11, 7992, 97, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Rynthariel the Keymaster - In Combat - Cast Slowing Poison'),\n(8518, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rynthariel the Keymaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(11911, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Grimtotem Mercenary - Outside 30 Range - Start Combat Movement'),\n(11911, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Grimtotem Mercenary - Within 5-30 Range - Stop Combat Movement'),\n(11911, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Grimtotem Mercenary - Within 0-5 Range - Start Combat Movement'),\n(11911, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Grimtotem Mercenary - Within 5-30 Range - Cast Throw'),\n(11911, 0, 4, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,           'Grimtotem Mercenary - Within 0-5 Range - Cast Pummel'),\n(11911, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Mercenary - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11912, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Grimtotem Brute - On Aggro - Cast Rushing Charge'),\n(11912, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Brute - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11913, 0, 0, 0, 74, 0, 100, 0, 0, 0, 18000, 21000, 90, 40, 11, 12160, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'Grimtotem Sorcerer - Friendly Between 0-90% Health - Cast Rejuvenation'),\n(11913, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20802, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Grimtotem Sorcerer - In Combat - Cast Lightning Bolt'),\n(11913, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Sorcerer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11914, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 5, 11, 45, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Gorehoof the Black - Within 0-5 Range - Cast War Stomp'),\n(11914, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gorehoof the Black - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(11915, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Gogger Rock Keeper - On Aggro - Say Line 0'),\n(11915, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 15000, 0, 20, 11, 13281, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Gogger Rock Keeper - Within 0-20 Range - Cast Earth Shock'),\n(11915, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gogger Rock Keeper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11917, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Gogger Geomancer - On Aggro - Say Line 0'),\n(11917, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Gogger Geomancer - In Combat - Cast Fireball'),\n(11917, 0, 2, 0, 0, 0, 100, 0, 11000, 17000, 12000, 18000, 0, 0, 11, 11990, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Gogger Geomancer - In Combat - Cast Rain of Fire'),\n(11918, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Gogger Stonepounder - On Aggro - Say Line 0'),\n(11918, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gogger Stonepounder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11920, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 0, 5, 11, 8646, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Goggeroc - Within 0-5 Range - Cast Snap Kick'),\n(11921, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 30, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Besseleth - Within 0-30 Range - Cast Web'),\n(11921, 0, 2, 0, 9, 0, 100, 0, 0, 0, 12000, 17000, 0, 5, 11, 5416, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Besseleth - Within 0-5 Range - Cast Venom Sting'),\n(12579, 0, 0, 0, 9, 0, 100, 0, 0, 0, 21000, 25000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Bloodfury Ripper - Within 0-5 Range - Cast Rend'),\n(12579, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bloodfury Ripper - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(12579, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfury Ripper - On Enrage - Say Line 0');\n\n\n-- Vengeful Ancient, entry 4030\nUPDATE `creature` SET `MovementType` = 1, `Wander_distance` = 5 WHERE `guid` = 51889;\n\n-- fix waypoints, spawn locations and respawn times\nDELETE FROM `creature` WHERE `id1` IN (4202, 5916, 11921);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(29254,  4202, 0, 0, 1, 0, 0, 1, 1, 1, 1605.99, 96.7067, 98.6662, 0.191986, 300, 0, 0, 840, 0, 0, 0, 0, 0, '', 0, 0, NULL),     -- Gerenzo Wrenchwhistle\n(695116, 4202, 0, 0, 1, 0, 0, 1, 1, 1, 1608.36, 185.02, 104.705, 3.56047,   300, 0, 0, 840, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n--\n(51888,  5916, 0, 0, 1, 0, 0, 1, 1, 1, 2413.89, 1675.03, 316.675, 5.08935, 38000, 0, 1, 2070, 732, 2, 0, 0, 0, '', 0, 0, NULL), -- Amarassan\n--\n(29447,  11921, 0, 0, 1, 0, 0, 1, 1, 0, 511.902, 708.578, 80.1161, 3.54302, 300, 3, 0, 1563, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- Besseleth\n(695112, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 511.902, 708.578, 80.1161, 3.54302, 300, 3, 0, 1563, 0, 1, 0, 0, 0, '', 0, 0, NULL),    -- more likely to spawn here\n(695113, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 573.739, 571.18, 79.9735, 4.17277,  300, 0, 0, 1563, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- https://www.youtube.com/watch?v=vn-4B5U1v1E\n(695114, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 581.379, 681.811, 78.715, 0.571724, 300, 3, 0, 1563, 0, 1, 0, 0, 0, '', NULL, 0, NULL); -- https://www.youtube.com/watch?v=B3FH62CEvW8\n\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601029, 601030);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(29254,  601029, 0, 'Gerenzo Wrenchwhistle'),\n(695116, 601029, 0, 'Gerenzo Wrenchwhistle'),\n(29447,  601030, 0, 'Besseleth'),\n(695112, 601030, 0, 'Besseleth'),\n(695113, 601030, 0, 'Besseleth'),\n(695114, 601030, 0, 'Besseleth');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601029, 601030);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601029, 1, 'Gerenzo Wrenchwhistle - Stonetalon Mountains'),\n(601030, 1, 'Besseleth - Stonetalon Mountains');\n\nDELETE FROM `creature_addon` WHERE `guid` = 51888;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(51888, 518880, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` = 518880;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(518880, 1, 2413.89, 1675.03, 316.675, NULL, 0, 0, 0, 100, 0),\n(518880, 2, 2421.39, 1677.82, 315.579, NULL, 0, 0, 0, 100, 0),\n(518880, 3, 2432.04, 1689.19, 316.338, NULL, 0, 0, 0, 100, 0),\n(518880, 4, 2442.65, 1705.27, 321.744, NULL, 0, 0, 0, 100, 0),\n(518880, 5, 2443.22, 1724.82, 335.125, NULL, 0, 0, 0, 100, 0),\n(518880, 6, 2440.24, 1736.66, 344.848, NULL, 0, 0, 0, 100, 0),\n(518880, 7, 2438.24, 1751.78, 357.654, NULL, 0, 0, 0, 100, 0),\n(518880, 8, 2438.29, 1763.59, 368.378, NULL, 0, 0, 0, 100, 0),\n(518880, 9, 2426.11, 1778.25, 383.437, NULL, 0, 0, 0, 100, 0),\n(518880, 10, 2437.21, 1767.02, 371.244, NULL, 0, 0, 0, 100, 0),\n(518880, 11, 2438.15, 1755.77, 360.951, NULL, 0, 0, 0, 100, 0),\n(518880, 12, 2438.74, 1743.72, 350.708, NULL, 0, 0, 0, 100, 0),\n(518880, 13, 2441.64, 1732.33, 340.48, NULL, 0, 0, 0, 100, 0),\n(518880, 14, 2443.99, 1709.96, 323.978, NULL, 0, 0, 0, 100, 0),\n(518880, 15, 2442.65, 1705.27, 321.744, NULL, 0, 0, 0, 100, 0),\n(518880, 16, 2432.04, 1689.19, 316.338, NULL, 0, 0, 0, 100, 0),\n(518880, 17, 2421.39, 1677.82, 315.579, NULL, 0, 0, 0, 100, 0),\n(518880, 18, 2413.89, 1675.03, 316.675, NULL, 0, 0, 0, 100, 0),\n(518880, 19, 2409.46, 1672.53, 316.767, NULL, 0, 0, 0, 100, 0),\n(518880, 20, 2388.61, 1660.39, 316.765, NULL, 0, 0, 0, 100, 0),\n(518880, 21, 2378.54, 1654.27, 314.059, NULL, 0, 0, 0, 100, 0),\n(518880, 22, 2368.4, 1648.76, 310.542, NULL, 0, 0, 0, 100, 0),\n(518880, 23, 2358.37, 1643.31, 307.307, NULL, 0, 0, 0, 100, 0),\n(518880, 24, 2345.91, 1635.96, 301.219, NULL, 0, 0, 0, 100, 0),\n(518880, 25, 2339.18, 1628.05, 295.862, NULL, 0, 0, 0, 100, 0),\n(518880, 26, 2334.99, 1613.84, 290.247, NULL, 0, 0, 0, 100, 0),\n(518880, 27, 2333.4, 1606.09, 288.732, NULL, 0, 0, 0, 100, 0),\n(518880, 28, 2328.57, 1593.41, 286.436, NULL, 0, 0, 0, 100, 0),\n(518880, 29, 2324.94, 1586.21, 285.475, NULL, 0, 0, 0, 100, 0),\n(518880, 30, 2324.99, 1570.78, 282.693, NULL, 0, 0, 0, 100, 0),\n(518880, 31, 2331.96, 1551.97, 283.218, NULL, 0, 0, 0, 100, 0),\n(518880, 32, 2338.28, 1537.03, 283.134, NULL, 0, 0, 0, 100, 0),\n(518880, 33, 2342.41, 1525.88, 281.24, NULL, 0, 0, 0, 100, 0),\n(518880, 34, 2358.65, 1516.22, 279.813, NULL, 0, 0, 0, 100, 0),\n(518880, 35, 2365.36, 1512.02, 278.8, NULL, 0, 0, 0, 100, 0),\n(518880, 36, 2371.55, 1502.26, 278.186, NULL, 0, 0, 0, 100, 0),\n(518880, 37, 2378.09, 1487.72, 275.72, NULL, 0, 0, 0, 100, 0),\n(518880, 38, 2384.01, 1477.21, 274.993, NULL, 0, 0, 0, 100, 0),\n(518880, 39, 2388.68, 1470.63, 274.126, NULL, 0, 0, 0, 100, 0),\n(518880, 40, 2393.78, 1464.66, 272.488, NULL, 0, 0, 0, 100, 0),\n(518880, 41, 2398.67, 1458.31, 271.582, NULL, 0, 0, 0, 100, 0),\n(518880, 42, 2407.53, 1450.92, 269.655, NULL, 0, 0, 0, 100, 0),\n(518880, 43, 2415.25, 1449.29, 268.023, NULL, 0, 0, 0, 100, 0),\n(518880, 44, 2419.21, 1449.14, 267.466, NULL, 0, 0, 0, 100, 0),\n(518880, 45, 2431.17, 1451.44, 266.68, NULL, 0, 0, 0, 100, 0),\n(518880, 46, 2439.02, 1453.41, 266.085, NULL, 0, 0, 0, 100, 0),\n(518880, 47, 2449.45, 1452.83, 265.977, NULL, 0, 0, 0, 100, 0),\n(518880, 48, 2445.52, 1453.77, 265.982, NULL, 0, 0, 0, 100, 0),\n(518880, 49, 2437.63, 1453.05, 266.203, NULL, 0, 0, 0, 100, 0),\n(518880, 50, 2429.81, 1451.12, 266.797, NULL, 0, 0, 0, 100, 0),\n(518880, 51, 2421.91, 1449.49, 267.17, NULL, 0, 0, 0, 100, 0),\n(518880, 52, 2413.92, 1449.47, 268.248, NULL, 0, 0, 0, 100, 0),\n(518880, 53, 2406.32, 1451.48, 269.845, NULL, 0, 0, 0, 100, 0),\n(518880, 54, 2397.97, 1459.4, 271.756, NULL, 0, 0, 0, 100, 0),\n(518880, 55, 2392.92, 1465.63, 272.857, NULL, 0, 0, 0, 100, 0),\n(518880, 56, 2387.88, 1471.65, 274.382, NULL, 0, 0, 0, 100, 0),\n(518880, 57, 2381.37, 1481.86, 275.451, NULL, 0, 0, 0, 100, 0),\n(518880, 58, 2375.49, 1492.51, 276.274, NULL, 0, 0, 0, 100, 0),\n(518880, 59, 2371.15, 1503.58, 278.426, NULL, 0, 0, 0, 100, 0),\n(518880, 60, 2364.25, 1512.91, 278.906, NULL, 0, 0, 0, 100, 0),\n(518880, 61, 2345.98, 1521, 281.162, NULL, 0, 0, 0, 100, 0),\n(518880, 62, 2340.55, 1531.06, 281.768, NULL, 0, 0, 0, 100, 0),\n(518880, 63, 2336.11, 1542.18, 283.631, NULL, 0, 0, 0, 100, 0),\n(518880, 64, 2326.62, 1564.51, 282.14, NULL, 0, 0, 0, 100, 0),\n(518880, 65, 2323.76, 1580.12, 284.677, NULL, 0, 0, 0, 100, 0),\n(518880, 66, 2327.46, 1591.21, 286.184, NULL, 0, 0, 0, 100, 0),\n(518880, 67, 2333.4, 1606.09, 288.732, NULL, 0, 0, 0, 100, 0),\n(518880, 68, 2334.99, 1613.84, 290.247, NULL, 0, 0, 0, 100, 0),\n(518880, 69, 2339.18, 1628.05, 295.862, NULL, 0, 0, 0, 100, 0),\n(518880, 70, 2345.91, 1635.96, 301.219, NULL, 0, 0, 0, 100, 0),\n(518880, 71, 2358.37, 1643.31, 307.307, NULL, 0, 0, 0, 100, 0),\n(518880, 72, 2368.4, 1648.76, 310.542, NULL, 0, 0, 0, 100, 0),\n(518880, 73, 2378.54, 1654.27, 314.059, NULL, 0, 0, 0, 100, 0),\n(518880, 74, 2388.61, 1660.39, 316.765, NULL, 0, 0, 0, 100, 0),\n(518880, 75, 2409.46, 1672.53, 316.767, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_stormwind.sql",
    "content": "UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith'    WHERE `entry` = 957;   -- Dane Lindgren <Apprentice Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 1300;  -- Lawrence Schneider <Apprentice Tailor>\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter'         WHERE `entry` = 1317;  -- Lucan Cordell <Enchanting Trainer>\nUPDATE `creature_template` SET `subname` = 'Artisan Tailor'           WHERE `entry` = 1346;  -- Georgio Bolero <Artisan Tailor>\nUPDATE `creature_template` SET `subname` = 'Journeyman Engineer'      WHERE `entry` = 11026; -- Sprite Jumpsprocket <Apprentice Engineer>\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` = 11068; -- Betty Quin <Apprentice Enchanter>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 11096; -- Randal Worth <Apprentice Leatherworker>\n\nUPDATE `creature_template` SET `npcflag` = 81 WHERE `entry` IN (957, 1300, 11026, 11068, 11096); -- `trainer_type` = 2\nUPDATE `creature_template` SET `type_flags` = 134217728 WHERE `entry` = 5567; -- Sellandus <Expert Tailor>\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (581, 4146, 4161, 4201, 4203, 4344, 4353); \nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES \n(15, 581,  0, 7, 164, 50,  'Show menu if blacksmithing is 50 or higher'),  -- Therum Deepforge <Expert Blacksmith>\n(15, 4146, 0, 7, 202, 50,  'Show menu if engineering is 50 or higher'),    -- Lilliam Sparkspindle <Expert Engineer>\n(15, 4161, 0, 7, 333, 50,  'Show menu if enchanting is 50 or higher'),     -- Lucan Cordell <Expert Enchanter>\n(15, 4201, 0, 7, 171, 50,  'Show menu if alchemy is 50 or higher'),        -- Lilyssia Nightbreeze <Expert Alchemist>\n(15, 4203, 0, 7, 165, 50,  'Show menu if leatherworking is 50 or higher'), -- Simon Tanner <Expert Leatherworker>\n(15, 4344, 0, 7, 197, 50,  'Show menu if tailoring is 50 or higher'),      -- Sellandus <Expert Tailor>\n(15, 4353, 0, 7, 197, 125, 'Show menu if tailoring is 125 or higher');     -- Georgio Bolero <Artisan Tailor>\n\nUPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `ScriptName` = 'npc_king_varian_wrynn' WHERE `entry` = 29611; -- King Varian Wrynn\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_pre_wotlk' WHERE `entry` = 1747; -- Anduin Wrynn\n\nUPDATE `creature_template` SET `subname` = 'Arcane Goods Vendor' WHERE `entry` = 1257; -- Keldric Boucher <Alchemy Supplies & Reagents>\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor'      WHERE `entry` = 1275; -- Kyra Boucher <Reagents>\nUPDATE `creature_template` SET `subname` = 'Trade Supplier'      WHERE `entry` = 1286; -- Edna Mullby <Trade Supplies>\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor'      WHERE `entry` = 1308; -- Owen Vaughn <Reagents>\nUPDATE `creature_template` SET `subname` = 'Poison Supplier'     WHERE `entry` = 1326; -- Sloan McCoy <Poison Supplier>\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor'      WHERE `entry` = 1351; -- Brother Cassius <Reagents>\nUPDATE `creature_template` SET `subname` = 'Weapon Crafter'      WHERE `entry` = 7232; -- Borgus Steelhand <Weapon Crafter>\n\nSET @Rachel     := 112778; -- Lieutenant Rachel Vaccar\nSET @Biggins    := 112781; -- Master Sergeant Biggins <Officer Accessories Quartermaster>, Vanilla\nSET @Karter     := 112783; -- Lieutenant Karter, <Mount Vendor>, Vanilla\nSET @Clate      := 112785; -- Stone Guard Zarg <Food and Drink>, Vanilla\nSET @Vixton     := 120278; -- Vixton Pinchwhistle - Season 2\nSET @Krixel     := 123396; -- Krixel Pinchwhistle - Season 3\nSET @Leeni      := 124392; -- Leeni \"Smiley\" Smalls - Season 4\nSET @Dirge      := 126393; -- Captain Dirgehammer - Season 4\n\nSET @CGUID      := 659000;\n\nUPDATE `creature_template` SET `subname` = 'Mount Vendor' WHERE `entry` = 12783;\nUPDATE `creature_template` SET `subname` = 'Weapons Quartermaster' WHERE `entry` = 12784; \nUPDATE `creature_template` SET `subname` = 'Armor Quartermaster' WHERE `entry` IN (12785, 34073, 34074);\n\nUPDATE `creature_template` SET `npcflag` = 4224 WHERE `entry` IN (24671, 24672);\n\nUPDATE `creature_template_addon` SET `mount` = 0 WHERE `entry` = 12783;\n\nDELETE FROM `creature` WHERE `guid` IN (133928, 133926, 133929, 612781, 133927, 612783, 612785, 623446, 624671, 624672, 612777, 612778, 626394, 720278, 723396); -- 00_cleanup\nDELETE FROM `creature` WHERE `id1`  IN (7410, 7798, 12779, 12780, 12805, 14981, 15008, 32380, 32381, 34073, 34074, 34075, 34076, 34077, 34078, 40607);\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+21 AND @CGUID+38;\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+121 AND @CGUID+142;\n\nINSERT INTO `creature` (`guid`, `id1`, `map`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n--\n(@CGUID+121, @Biggins, 0, 1, -8777.4, 417.124, 103.921, 6.23553, 180),  -- Master Sergeant Biggins <Officer Accessories Quartermaster>, Vanilla\n(@CGUID+122, 12781, 0, 1, -8777.4, 417.124, 103.921, 6.23553, 180),     -- Master Sergeant Biggins <Officer Accessories Quartermaster>, TBC\n(@CGUID+123, @Clate, 0, 1, -8771.31, 401.973, 109.665, 0.659191, 180),  -- Sergeant Major Clate <Food and Drink>, Vanilla\n(@CGUID+124, 12785, 0, 1, -8771.31, 401.973, 109.665, 0.659191, 180),   -- Sergeant Major Clate <Armor Quartermaster>, TBC \n(@CGUID+125, 26394, 0, 1, -8778.3, 432.142, 105.309, 4.17386, 180),     -- Captain O'Neal <Weapons Quartermaster>, Vanilla\n(@CGUID+126, 24671, 0, 1, -8778.3, 432.142, 105.309, 4.17386, 180),     -- Captain O'Neal <Weapons Quartermaster>, TBC\n\n(@CGUID+127, 12784, 0, 1, -8764.6, 413.632, 103.922, 0.693375, 180),    -- Lieutenant Jackspring <Weapons Quartermaster>, TBC \n(@CGUID+128, 12783, 0, 1, -8779.7, 432.158, 105.233, 5.36374, 180),     -- Lieutenant Karter <Mount Vendor>, TBC\n(@CGUID+129, @Karter, 0, 0, -8779.7, 432.158, 105.233, 5.36374, 180),   -- Lieutenant Karter <Mount Vendor>, Vanilla\n(@CGUID+130, 12777, 0, 1, -8768.77, 401.647, 109.665, 2.22999, 180),    -- Captain Dirgehammer <Armor Quartermaster>, Vanilla\n(@CGUID+131, 24672, 0, 1, -8773.33, 427.279, 105.233, 3.84677, 180),    -- Captain Dirgehammer <Armor Quartermaster>, TBC Season 1\n(@CGUID+132, 23446, 0, 0, -8785.74, 420.484, 105.233, 0.701937, 180),   -- Lieutenant Tristia <Armor Quartermaster>,  TBC Season 2\n(@CGUID+133, 26393, 0, 1, -8773.33, 427.279, 105.233, 3.84677, 180),    -- Captain Dirgehammer <Armor Quartermaster>, TBC Season 3\n(@CGUID+134, @Dirge, 0, 1, -8773.33, 427.279, 105.233, 3.84677, 180),   -- Captain Dirgehammer <Armor Quartermaster>, TBC Season 4\n\n(@CGUID+135, 7798, 0, 1, -8422.17, 630.877, 95.8402, 5.044, 430),       -- Hank the Hammer <The Mitrhil Order>\n(@CGUID+136, @Rachel, 0, 1, -8783.7,  423.749, 105.276, 0.651345, 300), -- Lieutenant Rachel Vaccar\n(@CGUID+137, 12779, 0, 1, -8783.33, 426.686, 105.276, 5.37159, 300),    -- Archmage Gaiman\n(@CGUID+138, 12780, 0, 1, -8779.46, 427.206, 105.275, 3.80473, 300),    -- Sergeant Major Skyshadow\n(@CGUID+139, 12805, 0, 1, -8759.18, 389.112, 101.056, 0.648394, 430),   -- Officer Areyn <Accessories Quartermaster>\n(@CGUID+140, 14981, 0, 1, -8454.62, 318.853, 120.969, 0.698132, 180),   -- Elfarran <Warsong Gulch Battlemaster>\n(@CGUID+141, 15008, 0, 1, -8420.48, 328.711, 120.886, 3.06638, 180),    -- Lady Hoteshem <Arathi Basin Battlemaster>\n(@CGUID+142, 7410, 0, 1, -8424.43, 342.967, 120.886, 3.82018, 300),     -- Thelman Slatefist <Alterac Valley Battlemaster>\n\n(@CGUID+21, 20278, 0, 0, -8789.08, 425.681, 105.233, 5.68294, 180),     -- Vixton Pinchwhistle <Arena Vendor>, TBC, Season 1\n(@CGUID+22, @Vixton, 0, 0, -8789.08, 425.681, 105.233, 5.68294, 180),   -- Vixton Pinchwhistle <Arena Vendor>, TBC, Season 2\n(@CGUID+23, 23396, 0, 0, -8786.12, 428.386, 105.233, 5.5871, 180),      -- Krixel Pinchwhistle <Arena Vendor>, TBC, Season 2\n(@CGUID+24, 24392, 0, 0, -8789.08, 425.681, 105.233, 5.68294, 180),     -- Leeni \"Smiley\" Smalls <Arena Vendor>, TBC, Season 3\n(@CGUID+25, @Krixel, 0, 0, -8786.12, 428.386, 105.233, 5.5871, 180),    -- Krixel Pinchwhistle <Arena Vendor>,   TBC, Season 3\n(@CGUID+26, @Leeni, 0, 0, -8789.08, 425.681, 105.233, 5.68294, 180),    -- Leeni \"Smiley\" Smalls <Arena Vendor>, TBC, Season 4\n(@CGUID+27, 26352, 0, 1, -8786.12, 428.386, 105.233, 5.5871, 180),      -- Big Zokk Torquewrench <Arena Vendor>, TBC, Season 4\n\n(@CGUID+31, 32381, 0, 1, -8781.18, 419.883, 105.233, 6.18459, 180),     -- Captain Dirgehammer, WotLK Season 5\n(@CGUID+32, 34073, 0, 1, -8781.18, 419.883, 105.233, 6.18459, 180),     -- Captain Dirgehammer, WotLK Season 6\n(@CGUID+33, 34074, 0, 1, -8781.18, 419.883, 105.233, 6.18459, 180),     -- Captain Dirgehammer, WotLK Season 7\n(@CGUID+34, 34075, 0, 1, -8781.18, 419.883, 105.233, 6.18459, 180),     -- Captain Dirgehammer, WotLK Season 8\n(@CGUID+35, 32380, 0, 1, -8773.78, 425.804, 105.233, 4.80621, 180),     -- Lieutenant Tristia, WotLK Season 5\n(@CGUID+36, 34076, 0, 1, -8773.78, 425.804, 105.233, 4.80621, 180),     -- Lieutenant Tristia, WotLK Season 6\n(@CGUID+37, 34077, 0, 1, -8773.78, 425.804, 105.233, 4.80621, 180),     -- Lieutenant Tristia, WotLK Season 7\n(@CGUID+38, 34078, 0, 1, -8773.78, 425.804, 105.233, 4.80621, 180);     -- Lieutenant Tristia, WotLK Season 8\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_pre_tbc'   WHERE `guid` IN (@CGUID+130, @CGUID+121, @CGUID+129, @CGUID+123, @CGUID+139, @CGUID+125); -- only visible during vanilla\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_pvp'   WHERE `guid` IN (720278, 723396);                         -- only visible during tbc\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc'       WHERE `guid` IN (133921, @CGUID+122, @CGUID+128, @CGUID+127, @CGUID+124, @CGUID+126); -- visible during tbc & wotlk\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_pre_wotlk' WHERE `guid` IN (@CGUID+136);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk'     WHERE `guid` IN (133922);\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S1'    WHERE `guid` IN (@CGUID+21, @CGUID+131);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S2'    WHERE `guid` IN (@CGUID+22, @CGUID+23, @CGUID+132);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S3'    WHERE `guid` IN (@CGUID+24, @CGUID+25, @CGUID+133);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S4'    WHERE `guid` IN (@CGUID+26, @CGUID+27, @CGUID+134);\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S5'  WHERE `guid` IN (@CGUID+31, @CGUID+35);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S6'  WHERE `guid` IN (@CGUID+32, @CGUID+36);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S7'  WHERE `guid` IN (@CGUID+33, @CGUID+37);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S8'  WHERE `guid` IN (@CGUID+34, @CGUID+38);\n\n/*  Captain Dirgehammer  */\nUPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (12777);\nUPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65 WHERE `entry` IN (26393, 34075);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+122, @CGUID+127, 133926, 133928);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES\n(@CGUID+122, 0, 0, 0, 1, 0, 0, NULL), -- Master Sergeant Biggins\n(@CGUID+127, 0, 0, 0, 1, 0, 0, NULL); -- Lieutenant Jackspring\n\n/* Hide certain vendor items until the player has reached the progression tier for them */\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (12777, 12782, 12783, 26394) AND `ConditionValue1` IN (66002, 66006, 66008);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(23, 12777, 16369, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Silk Boots if the player has NOT completed PROGRESSION_AQ'), -- mage\n(23, 12777, 16391, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Silk Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16413, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Silk Raiment if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16414, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Silk Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16416, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Crown if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16415, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Silk Spaulders if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16423, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dragonhide Epaulets if the player has NOT completed PROGRESSION_AQ'), -- druid\n(23, 12777, 16424, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dragonhide Shroud if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16422, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dragonhide Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16421, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dragonhide Tunic if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16393, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dragonhide Footwraps if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16397, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dragonhide Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16392, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Leather Boots if the player has NOT completed PROGRESSION_AQ'), -- rogue\n(23, 12777, 16396, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Leather Gauntlets if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16417, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Leather Armor if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16419, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Leather Legguards if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16420, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Leather Spaulders if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16418, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Leather Veil if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16405, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Plate Boots if the player has NOT completed PROGRESSION_AQ'), -- warrior\n(23, 12777, 16406, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Plate Gauntlets if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16430, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Plate Chestguard if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16431, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Plate Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16429, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Plate Helm if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16432, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Plate Pauldrons if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16410, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Lamellar Gauntlets if the player has NOT completed PROGRESSION_AQ'), -- paladin\n(23, 12777, 16409, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Lamellar Sabatons if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16433, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Lamellar Breastplate if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16435, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Lamellar Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16434, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Lamellar Headguard if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16436, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Lamellar Shoulders if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16425, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Chain Hauberk if the player has NOT completed PROGRESSION_AQ'), -- hunter\n(23, 12777, 16426, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Chain Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16401, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Chain Boots if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16403, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Chain Gauntlets if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16428, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Chain Helmet if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 16427, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Chain Pauldrons if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17562, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dreadweave Boots if the player has NOT completed PROGRESSION_AQ'), -- warlock\n(23, 12777, 17564, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dreadweave Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17568, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dreadweave Robe if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17567, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dreadweave Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17569, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dreadweave Mantle if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17566, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Headguard if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17594, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Satin Boots if the player has NOT completed PROGRESSION_AQ'), -- priest\n(23, 12777, 17596, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Satin Gloves if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17600, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Satin Robes if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17599, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Satin Leggings if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17598, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Diadem if the player has NOT completed PROGRESSION_AQ'),\n(23, 12777, 17601, 0, 0, 8, 0, 66006, 0, 0, 1, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Satin Amice if the player has NOT completed PROGRESSION_AQ'),\n--\n(23, 12777, 23304, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Silk Legguards if the player has completed PROGRESSION_AQ'), -- mage\n(23, 12777, 23305, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Silk Tunic if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23290, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Silk Handwraps if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23291, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Silk Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23318, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Silk Cowl if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23319, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Silk Mantle if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23294, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dragonhide Chestpiece if the player has completed PROGRESSION_AQ'), -- druid\n(23, 12777, 23295, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dragonhide Leggings if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23280, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dragonhide Grips if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23281, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dragonhide Treads if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23308, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dragonhide Headguard if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23309, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dragonhide Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23298, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Leather Chestpiece if the player has completed PROGRESSION_AQ'), -- rogue\n(23, 12777, 23299, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Leather Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23284, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Leather Grips if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23285, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Leather Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23312, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Leather Helm if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23313, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Leather Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23300, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Plate Hauberk if the player has completed PROGRESSION_AQ'), -- warrior\n(23, 12777, 23301, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Plate Leggings if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23286, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Plate Gauntlets if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23287, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Plate Greaves if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23314, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Plate Helm if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23315, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Plate Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23272, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Lamellar Breastplate if the player has completed PROGRESSION_AQ'), -- paladin\n(23, 12777, 23273, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Lamellar Leggings if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23274, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Lamellar Gauntlets if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23275, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Lamellar Sabatons if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23276, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Lamellar Headguard if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23277, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Lamellar Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23292, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Chain Hauberk if the player has completed PROGRESSION_AQ'), -- hunter\n(23, 12777, 23293, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Chain Legguards if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23278, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Chain Greaves if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23279, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Chain Vices if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23306, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Chain Helm if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23307, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Chain Shoulders if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23296, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dreadweave Legguards if the player has completed PROGRESSION_AQ'), -- warlock\n(23, 12777, 23297, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Dreadweave Tunic if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23282, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dreadweave Handwraps if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23283, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Dreadweave Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23310, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dreadweave Cowl if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23311, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Dreadweave Spaulders if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23302, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Satin Legguards if the player has completed PROGRESSION_AQ'), -- priest\n(23, 12777, 23303, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Captains Satin Tunic if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23288, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Satin Handwraps if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23289, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Knight-Lieutenants Satin Walkers if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23316, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Satin Hood if the player has completed PROGRESSION_AQ'),\n(23, 12777, 23317, 0, 0, 8, 0, 66006, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will only sell Lieutenant Commanders Satin Mantle if the player has completed PROGRESSION_AQ'),\n--\n(23, 12777, 16437, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Silk Footwraps until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16440, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Silk Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16441, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Coronet until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16442, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Silk Leggings until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16443, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Silk Vestments until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16444, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Silk Spaulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16446, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Leather Footguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16448, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Dragonhide Gauntlets until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16449, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Dragonhide Spaulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16450, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Dragonhide Legguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16451, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Dragonhide Helmet until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16452, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Dragonhide Breastplate until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16453, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Leather Chestpiece until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16454, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Leather Handgrips until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16455, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Leather Mask until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16456, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Leather Leggings until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16457, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Leather Epaulets until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16459, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Dragonhide Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16462, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Chain Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16463, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Chain Grips until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16465, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Chain Helm until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16466, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Chain Breastplate until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16467, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Chain Legguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16468, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Chain Spaulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16471, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Lamellar Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16472, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Lamellar Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16473, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Lamellar Chestplate until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16474, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Lamellar Faceguard until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16475, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Lamellar Legplates until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16476, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Lamellar Pauldrons until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16477, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Plate Armor until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16478, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Plate Helm until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16479, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Plate Legguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16480, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Plate Shoulderguards until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16483, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Plate Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 16484, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Plate Gauntlets until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17578, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Coronal until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17579, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Dreadweave Leggings until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17580, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Dreadweave Shoulders until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17581, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Dreadweave Robe until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17583, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Dreadweave Boots until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17584, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Dreadweave Gloves until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17602, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Headdress until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17603, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Satin Pants until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17604, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Satin Mantle until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17605, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Field Marshals Satin Vestments until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17607, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Satin Sandals until the player has completed PROGRESSION_ONYXIA'),\n(23, 12777, 17608, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain Dirgehammer will not sell Marshals Satin Gloves until the player has completed PROGRESSION_ONYXIA'),\n--\n(23, 26394, 12584, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Longsword until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18825, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Aegis until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18827, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Handaxe until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18830, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Sunderer until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18833, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Bullseye until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18836, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Repeater until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18838, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Dirk until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18843, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Right Hand Blade until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18847, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Left Hand Blade until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18855, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Hand Cannon until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18865, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Punisher until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18867, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Battle Hammer until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18869, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Glaive until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18873, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Stave until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 18876, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Claymore until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 23451, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Mageblade until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 23452, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Tome of Power until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 23453, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Tome of Restoration until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 23454, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Warhammer until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 23455, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Demolisher until the player has completed PROGRESSION_ONYXIA'),\n(23, 26394, 23456, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Captain O\\'Neal will not sell Grand Marshal\\'s Swiftblade until the player has completed PROGRESSION_ONYXIA'),\n--\n(23, 12783, 35906, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lieutenant Karter will not sell Reins of the Black War Elekk until the player has completed PROGRESSION_PRE_TBC');\n\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_pre_tbc' WHERE `guid` IN (61936, 61940, 61942, 61944, 61945, 61946, 61947, 61949, 61951);\n\n-- WotLK pvp vendors\nDELETE FROM `creature` WHERE `id1` IN \n(12782,  -- Captain O'Neal <Weapons Quartermaster>\n 34081); -- Captain O'Neal <Jewelcrafting Quartermaster>\n\n/* NPC Rebecca Laughlin - Remove non-Vanilla Tabards */\nDELETE FROM `npc_vendor` WHERE `entry`= 5193 AND `item` IN (15197, 15199, 19031, 19505, 24004, 31773, 31775, 31776, 31777, 31778, 31779, 31780, 31781, 31804, 32445, 32828, 35221);\n\n-- Summon Felsteed (Warlock)\nDELETE FROM `quest_offer_reward` WHERE `ID` = 4488;\nINSERT INTO `quest_offer_reward` (`ID`, `RewardText`) VALUES \n(4488, 'So, you\\'ve decided to grace my presence again. How kind of you.$b$bMy acolytes wondered if you\\'d ever show up. I told them there was no doubt. When power is concerned, you are drawn in like a moth to the flame.');\n\n-- A Meal Served Cold\nUPDATE `quest_template` SET `Flags` = 9, \n`LogDescription` = 'Kill a Cold Eye Basilisk, get a Chilled Basilisk Haunch, and return it to Angus Stern in the Blue Recluse.$B$B<You must not release your spirit to succeed in this quest.>' \nWHERE `ID` = 212;\n\n-- Chillwind Camp\nUPDATE `quest_template` SET `LogTitle` = 'Chillwind Point' WHERE `ID` = 8415;\n\n-- Devourer of Souls (Warlock)\nUPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` = 1716;\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (12739);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(12739, 0, 0, '$s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Onyxias Elite Guard enrage at 30%');\n\n-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (1284, 12739);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (1284, 12739);\nDELETE FROM `smart_scripts` WHERE `event_type` = 10 AND `target_type` = 7 AND `entryorguid` = 28347;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1284, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 4, 5883, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Archbishop Benedictus - On Aggro - Play Sound (No Repeat)'),\n(1284, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 20697, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Archbishop Benedictus - On Aggro - Cast Power word Shield'),\n(1284, 0, 2, 0, 9, 0, 100, 0, 2000, 3500, 2000, 3500, 0, 40, 11, 20695, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Archbishop Benedictus - Within 0-40 Range - Cast Holy Smite'),\n(1284, 0, 3, 0, 9, 0, 100, 0, 3400, 4800, 3400, 4800, 0, 10, 11, 23858, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Archbishop Benedictus - Within 0-10 Range - Cast Holy Nova'),\n(1284, 0, 4, 0, 0, 0, 100, 0, 12000, 18000, 12000, 18000, 0, 0, 11, 20697, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archbishop Benedictus - In Combat - Cast Power Word: Shield'),\n--\n(12739, 0, 0, 1, 2, 0, 100, 0, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Onyxias Elite Guard - Between 0-30% Health - Cast Enrage'),\n(12739, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Onyxias Elite Guard - On Enrage - Say Line 0'),\n(28347, 0, 1, 0, 10, 0, 100, 0, 1, 20, 30000, 60000, 1, 0, 1, 5, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Miles Sidney - OOC LOS - Say Line 5');\n"
  },
  {
    "path": "data/sql/world/base/zone_stranglethorn.sql",
    "content": "-- smart scripts\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (681, 682, 683, 687, 691, 736, 772, 854, 905, 1108, 1114, 2551, 4260);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(587, 588, 597, 660, 667, 669, 670, 671, 672, 674, 675, 677, 678, 679, 680, 686, 684, 690, 694, 696, 697, 699, 701, 702, 709, 710, 723, 728, 729, 730, 731, 780, 781, 782, 783, \n813, 818, 871, 873, 875, 877, 879, 921, 937, 938, 939, 940, 941, 942, 943, 978, 979, 1059, 1060, 1061, 1062, 1085, 1096, 1097, 1144, 1150, 1151, 1488, 1490, 1491, 1492, 1493, \n1550, 1551, 1552, 1559, 1561, 1562, 1563, 1564, 1565, 1653, 1907, 2521, 2534, 2541, 2545, 2546, 2547, 2548, 2549, 2550, 2635, 4457, 4458, 4459, 4460, 4461, 4505, 4506, 4723, 14487, 14488);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(587, 588, 597, 660, 667, 669, 670, 671, 672, 674, 675, 677, 678, 679, 680, 681, 682, 683, 684, 686, 687, 690, 691, 694, 696, 697, 699, 701, 702, 709, 710, 723, 728, 729, 730, 731, 736, 772, 780, 781, 782, 783, \n813, 818, 854, 871, 873, 875, 877, 879, 905, 921, 937, 938, 939, 940, 941, 942, 943, 978, 979, 1059, 1060, 1061, 1062, 1085, 1096, 1097, 1108, 1114, 1144, 1150, 1151, 1488, 1490, 1491, 1492, 1493, \n1550, 1551, 1552, 1559, 1561, 1562, 1563, 1564, 1565, 1653, 1907, 2521, 2534, 2541, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2635, 4260, 4457, 4458, 4459, 4460, 4461, 4505, 4506, 4723, 14487, 14488);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(587, 0, 0, 0, 0, 0, 100, 0, 8000, 15800, 20000, 32200, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Bloodscalp Warrior - Within 0-5 Range - Cast Disarm'),\n(587, 0, 1, 0, 105, 0, 50, 0, 0, 0, 15000, 20000, 0, 5, 11, 11972, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodscalp Warrior - Target Casting - Cast Shield Bash'),\n(587, 0, 2, 3, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Warrior - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(587, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Warrior - On Enrage - Say Line 0'),\n(588, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Scout - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(588, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Scout - On Enrage - Say Line 0'),\n(597, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Berserker - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(597, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Berserker - On Enrage - Say Line 0'),\n(660, 0, 0, 0, 2, 0, 100, 1, 50, 90, 0, 0, 0, 0, 11, 8376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bloodscalp Witch Doctor - Between 50-90% Health - Cast Earthgrab Totem (No Repeat)'),\n(660, 0, 1, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Witch Doctor - Between 0-50% Health - Cast Healing Ward (No Repeat)'),\n(660, 0, 2, 3, 2, 0, 100, 513, 0, 20, 0, 0, 0, 0, 11, 8599, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodscalp Witch Doctor - Between 0-20% Health - Cast Enrage (No Repeat)'),\n(660, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Witch Doctor - On Enrage - Say Line 0'),\n(667, 0, 0, 0, 0, 0, 100, 512, 5000, 7000, 23000, 26000, 0, 0, 11, 3148, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Skullsplitter Warrior - Within 0-5 Range - Cast Head Crack'),\n(667, 0, 1, 0, 105, 0, 50, 512, 4000, 5000, 15000, 20000, 0, 5, 11, 11972, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,    'Skullsplitter Warrior - Within 0-5 Range - Cast Shield Bash'),\n(667, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(669, 0, 0, 0, 25, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 3621, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Skullsplitter Hunter - On Reset - Cast Skullsplitter Pet'),\n(669, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 12787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Skullsplitter Hunter - On Reset - Cast Thrash'),\n(669, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(670, 0, 0, 0, 0, 0, 100, 0, 5000, 15000, 30000, 60000, 0, 0, 11, 8376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Skullsplitter Witch Doctor - In Combat - Cast Earthgrab Totem'),\n(670, 0, 1, 0, 2, 0, 100, 0, 0, 50, 15000, 30000, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Skullsplitter Witch Doctor - Between 0-50% Health - Cast Healing Ward'),\n(670, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(671, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bloodscalp Headhunter - Outside 30 Range - Start Combat Movement'),\n(671, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bloodscalp Headhunter - Within 5-30 Range - Stop Combat Movement'),\n(671, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodscalp Headhunter - Within 0-5 Range - Start Combat Movement'),\n(671, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodscalp Headhunter - Within 5-30 Range - Cast Throw'),\n(671, 0, 4, 5, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Headhunter - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(671, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Headhunter - On Enrage - Say Line 0'),\n(671, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bloodscalp Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(672, 0, 0, 0, 74, 0, 100, 0, 0, 0, 10000, 22000, 40, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Skullsplitter Spiritchaser - Friendly Between 0-40% Health - Cast Healing Wave'),\n(672, 0, 1, 0, 0, 0, 100, 0, 3000, 4000, 5000, 6000, 0, 0, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Skullsplitter Spiritchaser - In Combat - Cast Lightning Bolt'),\n(672, 0, 2, 0, 0, 0, 100, 0, 6000, 7000, 12000, 14000, 0, 0, 11, 11981, 256, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,    'Skullsplitter Spiritchaser - In Combat - Cast Mana Burn'),\n(672, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Spiritchaser - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(674, 0, 0, 0, 0, 0, 100, 0, 0, 0, 12000, 15000, 0, 0, 11, 7978, 1, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,            'Venture Co. Strip Miner - In Combat - Cast Throw Dynamite'),\n(675, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Venture Co. Foreman - On Aggro - Cast Devotion Aura'),\n(675, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Venture Co. Foreman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(675, 0, 2, 0, 1, 0, 100, 0, 60000, 120000, 60000, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Venture Co. Foreman - Out of Combat - Say Line 0'),\n(677, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Venture Co. Tinkerer - Out of Combat - Cast Frost Armor'),\n(677, 0, 1, 0, 0, 0, 100, 0, 3000, 4000, 5000, 10000, 0, 0, 11, 20823, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Venture Co. Tinkerer - In Combat - Cast Fireball'),\n(677, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 70000, 85000, 0, 0, 11, 7979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Venture Co. Tinkerer - In Combat - Cast Compact Harvest Reaper'),\n(677, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Venture Co. Tinkerer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(678, 0, 0, 0, 0, 0, 50, 512, 4000, 6000, 11000, 12000, 0, 0, 11, 5164, 2, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Mosh\\'Ogg Mauler - Within 0-5 Range - Cast Knockdown'),\n(678, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                           'Mosh\\'Ogg Mauler - On Aggro - Say Line 0'),\n(679, 0, 0, 0, 0, 0, 100, 0, 2000, 6000, 5000, 11000, 0, 0, 11, 12058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Mosh\\'Ogg Shaman - In Combat - Cast Chain Lightning'),\n(679, 0, 1, 0, 16, 0, 100, 0, 6742, 30, 20000, 68000, 1, 0, 11, 6742, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Mosh\\'Ogg Shaman - In Combat - Cast Bloodlust'),\n(679, 0, 2, 0, 0, 0, 100, 0, 7000, 13000, 30000, 35000, 0, 0, 11, 11899, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Mosh\\'Ogg Shaman - In Combat - Cast Healing Ward'),\n(679, 0, 3, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                           'Mosh\\'Ogg Shaman - On Aggro - Say Line 0'),\n(680, 0, 0, 0, 0, 0, 100, 512, 1000, 4000, 30000, 40000, 0, 0, 11, 9128, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Mosh\\'Ogg Lord - In Combat - Cast Battle Shout'),\n(680, 0, 1, 0, 0, 0, 100, 512, 3000, 6000, 20000, 25000, 0, 0, 11, 7093, 2, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Mosh\\'Ogg Lord - Within 0-5 Range - Cast Intimidation'),\n(680, 0, 2, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                           'Mosh\\'Ogg Lord - On Aggro - Say Line 0'),\n(684, 0, 0, 0, 1, 0, 100, 1, 1000, 1500, 0, 0, 0, 0, 11, 22766, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadowmaw Panther - Out of Combat - Cast Sneak (No Repeat)'),\n(686, 0, 0, 0, 9, 0, 100, 0, 1200, 8800, 19700, 24100, 0, 5, 11, 6607, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Lashtail Raptor - Within 0-5 Range - Cast Lash'),\n(690, 0, 0, 0, 0, 0, 75, 0, 8000, 8000, 30000, 30000, 0, 0, 11, 3636, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,         'Cold Eye Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n--\n(694, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bloodscalp Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(694, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bloodscalp Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(694, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodscalp Axe Thrower - Within 0-5 Range - Start Combat Movement'),\n(694, 0, 3, 0, 9, 0, 100, 0, 0, 0, 3500, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodscalp Axe Thrower - Within 5-30 Range - Cast Throw'),\n(694, 0, 4, 5, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Axe Thrower - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(694, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Axe Thrower - On Enrage - Say Line 0'),\n(694, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bloodscalp Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(696, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Skullsplitter Axe Thrower - Outside 30 Range - Start Combat Movement'),\n(696, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Skullsplitter Axe Thrower - Within 5-30 Range - Stop Combat Movement'),\n(696, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Skullsplitter Axe Thrower - Within 0-5 Range - Start Combat Movement'),\n(696, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3800, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skullsplitter Axe Thrower - Within 5-30 Range - Cast Throw'),\n(696, 0, 4, 0, 0, 0, 100, 0, 5000, 7000, 23000, 26000, 0, 0, 11, 3148, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Skullsplitter Axe Thrower - Within 0-5 Range - Cast Head Crack'),\n(696, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Axe Thrower - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(697, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8788, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Bloodscalp Shaman - Out of Combat - Cast Lightning Shield (No Repeat)'),\n(697, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 8788, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodscalp Shaman - On Missing Buff - Cast Lightning Shield'),\n(697, 0, 2, 0, 106, 0, 100, 0, 13200, 29600, 24800, 37300, 0, 0, 11, 11969, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Bloodscalp Shaman - In Combat - Cast Fire Nova'),\n(697, 0, 3, 4, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Shaman - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(697, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Shaman - On Enrage - Say Line 0'),\n(699, 0, 0, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodscalp Beastmaster - Within 5-30 Range - Cast Throw'),\n(699, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Beastmaster - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(699, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Beastmaster - On Enrage - Say Line 0'),\n(699, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bloodscalp Beastmaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(701, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bloodscalp Mystic - Outside 30 Range - Start Combat Movement'),\n(701, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bloodscalp Mystic - Within 5-30 Range - Stop Combat Movement'),\n(701, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodscalp Mystic - Within 0-5 Range - Start Combat Movement'),\n(701, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodscalp Mystic - Within 5-30 Range - Cast Throw'),\n(701, 0, 4, 0, 0, 0, 100, 0, 3000, 4000, 25000, 30000, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Bloodscalp Mystic - In Combat - Cast Quick Flame Ward'),\n(701, 0, 5, 0, 14, 0, 100, 0, 500, 40, 60000, 60000, 0, 0, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Bloodscalp Mystic - Friendly missing 500 Health - Cast Healing Wave'),\n(701, 0, 6, 7, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Bloodscalp Mystic - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(701, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Mystic - On Enrage - Say Line 0'),\n(701, 0, 8, 0, 0, 0, 100, 0, 0, 0, 2500, 3000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Bloodscalp Mystic - In Combat - Cast Lightning Bolt'),\n(701, 0, 9, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Bloodscalp Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(702, 0, 0, 0, 67, 0, 100, 0, 0, 0, 6000, 7000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Bloodscalp Scavenger - On Behind Target - Cast Backstab'),\n(702, 0, 1, 0, 9, 0, 50, 512, 1000, 2000, 20000, 30000, 0, 5, 11, 744, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Bloodscalp Scavenger - Within 0-5 Range - Cast Poison'),\n(702, 0, 2, 3, 2, 0, 100, 512, 0, 30, 0, 0, 0, 0, 11, 8599, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodscalp Scavenger - Between 0-30% Health - Cast Enrage'),\n(702, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodscalp Scavenger - On Enrage - Say Line 0'),\n--\n(709, 0, 0, 0, 9, 0, 100, 512, 2000, 3000, 10000, 11000, 0, 5, 11, 8147, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Mosh\\'Ogg Warmonger - Within 0-5 Range - Cast Thunderclap'),\n(709, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Mosh\\'Ogg Warmonger - On Aggro - Say Line 0'),\n(710, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Mosh\\'Ogg Spellcrafter - On Aggro - Say Line 0'),\n(710, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Mosh\\'Ogg Spellcrafter - Out of Combat - Cast Frost Armor'),\n(710, 0, 2, 0, 0, 0, 100, 0, 0, 0, 3400, 4800, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Mosh\\'Ogg Spellcrafter - In Combat - Cast Fireball'),\n(710, 0, 3, 0, 0, 0, 100, 0, 5000, 9000, 12000, 15000, 0, 0, 11, 11829, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,      'Mosh\\'Ogg Spellcrafter - In Combat - Cast Flamestrike'),\n(723, 0, 0, 0, 4, 0, 80, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                         'Mosh\\'Ogg Butcher - On Aggro - Say Line 0'),\n(723, 0, 1, 0, 9, 0, 100, 0, 4850, 18250, 4850, 18250, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Mosh\\'Ogg Butcher - Within 0-5 Range - Cast Cleave'),\n--\n(728, 0, 0, 0, 0, 0, 90, 0, 9000, 9000, 28000, 28000, 0, 0, 11, 3147, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,        'Bhag\\'thera - Within 0-5 Range - Cast Rend Flesh'),\n(728, 0, 1, 0, 9, 0, 100, 0, 2000, 2000, 32000, 32000, 0, 5, 11, 6016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Bhag\\'thera - Within 0-5 Range - Cast Pierce Armor'),\n(729, 0, 0, 0, 0, 0, 100, 0, 3000, 4000, 10000, 10000, 0, 0, 11, 5164, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,        'Sin Dall - Within 0-5 Range - Cast Knockdown'),\n(730, 0, 0, 0, 9, 0, 100, 512, 3000, 4000, 11000, 14000, 0, 5, 11, 3604, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Tethis - Within 0-5 Range - Cast Tendon Rip'),\n(731, 0, 0, 0, 2, 0, 100, 1, 45, 50, 0, 0, 0, 0, 11, 8816, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'King Bangalash - At 50% Health - Cast Summon Panthers (No Repeat)'),\n--\n(780, 0, 0, 0, 0, 0, 100, 0, 0, 0, 1500, 2500, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Skullsplitter Mystic - In Combat - Cast Lightning Bolt'),\n(780, 0, 1, 0, 14, 0, 100, 0, 700, 40, 60000, 60000, 0, 0, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Skullsplitter Mystic - Friendly missing 700 Health - Cast Healing Wave'),\n(780, 0, 2, 0, 0, 0, 100, 0, 3000, 6000, 14000, 20000, 0, 0, 11, 4980, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Skullsplitter Mystic - In Combat - Cast Quick Frost Ward'),\n(780, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(781, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Skullsplitter Headhunter - Outside 30 Range - Start Combat Movement'),\n(781, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Skullsplitter Headhunter - Within 5-30 Range - Stop Combat Movement'),\n(781, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Skullsplitter Headhunter - Within 0-5 Range - Start Combat Movement'),\n(781, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3800, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skullsplitter Headhunter - Within 5-30 Range - Cast Throw'),\n(781, 0, 4, 0, 0, 0, 100, 0, 1000, 10000, 18000, 29000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,    'Skullsplitter Headhunter - Within 0-20 Range - Cast Net'),\n(781, 0, 5, 0, 0, 0, 100, 0, 5000, 7000, 23000, 26000, 0, 0, 11, 3148, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Skullsplitter Headhunter - Within 0-5 Range - Cast Head Crack'),\n(781, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Headhunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(782, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 23000, 26000, 0, 0, 11, 3148, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Skullsplitter Scout - Within 0-5 Range - Cast Head Crack'),\n(782, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(783, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 23000, 26000, 0, 0, 11, 3148, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Skullsplitter Berserker - Within 0-5 Range - Cast Head Crack'),\n(783, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Skullsplitter Berserker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(818, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 6000, 12000, 0, 0, 11, 8398, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,       'Mai\\'Zoth - In Combat - Cast Frostbolt Volley'),\n(818, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 12000, 15000, 0, 0, 11, 8814, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,      'Mai\\'Zoth - In Combat - Cast Flame Spike'),\n(818, 0, 2, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Mai\\'Zoth - Out of Combat - Cast Frost Armor'),\n(813, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Colonel Kurzen - On Aggro - Set Phase to 1'),\n(813, 0, 1, 2, 0, 1, 100, 0, 0, 0, 18000, 25000, 0, 0, 11, 8817, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Colonel Kurzen - In Combat - Cast Smoke Bomb'), -- he uses it immediately (https://www.youtube.com/watch?v=7zWoyUOw8yE&t=13m21s)\n(813, 0, 2, 0, 61, 1, 100, 0, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Colonel Kurzen - On Smoke Bomb - Set Phase to 2'),\n(813, 0, 3, 0, 23, 2, 100, 0, 8822, 1, 100, 100, 0, 0, 11, 8818, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Colonel Kurzen - While Stealthed - Cast Garrote (phase 2)'),\n(813, 0, 4, 0, 23, 2, 100, 0, 8822, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Colonel Kurzen - On Lost Stealth - Set Phase to 1'),\n(871, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Saltscale Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(873, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Saltscale Oracle - In Combat - Cast Lightning Bolt'),\n(873, 0, 1, 0, 74, 0, 100, 0, 10000, 10000, 20000, 20000, 50, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,  'Saltscale Oracle - Friendly Between 0-50% Health - Cast Healing Wave'),\n(873, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Saltscale Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(875, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Saltscale Tide Lord - Out of Combat - Cast Frost Armor'),\n(875, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Saltscale Tide Lord - In Combat - Cast Frostbolt'),\n(875, 0, 2, 0, 106, 0, 100, 0, 0, 0, 15000, 18000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Saltscale Tide Lord - Within 0-8 Range - Cast Frost Nova'),\n(875, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Saltscale Tide Lord - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(877, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Saltscale Forager - On Respawn - Cast Poison Proc'),\n(877, 0, 1, 0, 9, 0, 100, 0, 0, 0, 20000, 30000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Saltscale Forager - Within 0-5 Range - Cast Rend'),\n(877, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Saltscale Forager - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(879, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Saltscale Hunter - Outside 30 Range - Start Combat Movement'),\n(879, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Saltscale Hunter - Within 5-30 Range - Stop Combat Movement'),\n(879, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Saltscale Hunter - Within 0-5 Range - Start Combat Movement'),\n(879, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Saltscale Hunter - Within 5-30 Range - Cast Throw'),\n(879, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Saltscale Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(921, 0, 0, 0, 9, 0, 100, 0, 5200, 7500, 5900, 9800, 0, 5, 11, 40505, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Venture Co. Lumberjack - Within 0-5 Range - Cast Cleave'),\n(921, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Venture Co. Lumberjack - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(937, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Jungle Fighter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(938, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 1784, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Kurzen Commando - Out of Combat - Cast Stealth (No Repeat)'),\n(938, 0, 1, 0, 67, 0, 100, 0, 2400, 4100, 2400, 4100, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Kurzen Commando - On Behind Target - Cast Backstab'),\n(938, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 11, 7964, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Kurzen Commando - Between 0-15% Health - Cast Smoke Bomb (No Repeat)'),\n(939, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 8000, 26000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Kurzen Elite - Within 0-5 Range - Cast Cleave'),\n(939, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 11000, 24000, 0, 0, 11, 17207, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Kurzen Elite - In Combat - Cast Whirlwind'),\n(939, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Elite - Between 0-15% Health - Flee For Assist'),\n(940, 0, 0, 0, 74, 0, 100, 0, 0, 0, 20000, 30000, 50, 40, 11, 6077, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Kurzen Medicine Man - On Friendly Between 0-50% Health - Cast Renew'),\n(940, 0, 1, 0, 74, 0, 100, 0, 0, 0, 30000, 40000, 30, 40, 11, 6064, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Kurzen Medicine Man - On Friendly Between 0-30% Health - Cast Heal'),\n(940, 0, 2, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 588, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Kurzen Medicine Man - Out of Combat - Cast Inner Fire'),\n(940, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Medicine Man - Between 0-15% Health - Flee For Assist'),\n(941, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3500, 4700, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Kurzen Headshrinker - In Combat - Cast Shadow Bolt'),\n(941, 0, 1, 0, 0, 0, 100, 0, 2000, 10000, 39000, 40000, 0, 0, 11, 7289, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,    'Kurzen Headshrinker - In Combat - Cast Shrink'),\n(941, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Headshrinker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(942, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 40000, 45000, 0, 0, 11, 6364, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Kurzen Witch Doctor - In Combat - Cast Searing Totem'),\n(942, 0, 1, 0, 0, 0, 100, 0, 4000, 8000, 15000, 20000, 0, 0, 11, 370, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Kurzen Witch Doctor - In Combat - Cast Purge'),\n(942, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(943, 0, 0, 0, 0, 0, 100, 0, 1000, 10000, 18000, 29000, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,     'Kurzen Wrangler - In Combat - Cast Net'),\n(943, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(978, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 20000, 30000, 0, 0, 11, 8053, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Kurzen Subchief - In Combat - Cast Flame Shock'),\n(978, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Subchief - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(979, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Kurzen Shadow Hunter - Outside 30 Range - Start Combat Movement'),\n(979, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Kurzen Shadow Hunter - Within 5-30 Range - Stop Combat Movement'),\n(979, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Kurzen Shadow Hunter - Within 0-5 Range - Start Combat Movement'),\n(979, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2300, 3900, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Kurzen Shadow Hunter - Within 5-30 Range - Cast Shoot'),\n(979, 0, 4, 0, 0, 0, 100, 0, 9000, 14000, 9000, 14000, 0, 0, 11, 8806, 32, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,     'Kurzen Shadow Hunter - In Combat - Cast Poisoned Shot'),\n(979, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Kurzen Shadow Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1085, 0, 0, 0, 9, 0, 100, 0, 8600, 8600, 31300, 31300, 0, 5, 11, 13443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Elder Stranglethorn Tiger - Within 0-5 Range - Cast Rend'),\n(1144, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 6000, 12000, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,    'Mosh\\'Ogg Witch Doctor - Within 0-30 Range - Cast Curse of Weakness'),\n(1144, 0, 1, 0, 9, 0, 100, 0, 10000, 15000, 10000, 15000, 0, 5, 11, 3827, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Mosh\\'Ogg Witch Doctor - Within 0-5 Range - Cast Ward of Laze'),\n(1150, 0, 0, 0, 9, 0, 100, 0, 3000, 8000, 12000, 24000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'River Crocolisk -  Within 0-5 Range - Cast Tendon Rip'),\n(1151, 0, 0, 0, 9, 0, 100, 0, 5000, 8000, 24000, 32000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Saltwater Crocolisk - Within 0-5 Range - Cast Tendon Rip'),\n--\n(1059, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 18000, 20000, 0, 0, 11, 3148, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Ana\\'thek the Cruel - Within 0-5 Range - Cast Head Crack'),\n(1059, 0, 1, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                   'Ana\\'thek the Cruel - Within 0-5 Range - Cast Execute (No Repeat)'),\n(1060, 0, 0, 0, 1, 0, 100, 0, 1000, 1500, 90000, 90000, 0, 0, 11, 20798, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Mogh the Undying - Out of Combat - Cast Demon Skin'),\n(1060, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8813, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mogh the Undying - On Respawn - Cast Summon Kurzen Mindslave'),\n(1060, 0, 2, 0, 2, 0, 100, 0, 0, 50, 12000, 16000, 0, 0, 11, 8809, 0, 0, 0, 0, 0, 9, 6366, 0, 40, 1, 0, 0, 0, 0,        'Mogh the Undying - Between 0-50% Health - Cast Slave Drain'),\n(1060, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2700, 3100, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Mogh the Undying - In Combat - Cast Shadow Bolt'),\n(1061, 0, 0, 1, 2, 0, 100, 513, 0, 30, 0, 0, 0, 0, 11, 8599, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Gan\\'zulah - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(1061, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Gan\\'zulah - On Enrage - Say Line 0'),\n(1062, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 5000, 6000, 0, 0, 11, 421, 0, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,        'Nezzliok the Dire - Within 0-30 Range - Cast Chain Lightning'),\n(1062, 0, 1, 0, 9, 0, 100, 0, 6000, 7000, 6000, 7000, 0, 20, 11, 2610, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Nezzliok the Dire - Within 0-20 Range - Cast Shock'),\n(1062, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Nezzliok the Dire - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1096, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Venture Co. Geologist - In Combat - Cast Lightning Bolt'),\n(1096, 0, 1, 0, 0, 0, 100, 0, 5400, 9600, 24000, 37200, 0, 0, 11, 184, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Venture Co. Geologist - In Combat - Cast Fire Shield II'),\n(1096, 0, 2, 0, 2, 0, 100, 0, 0, 50, 10100, 19800, 0, 0, 11, 4979, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Venture Co. Geologist - Between 0-50% Health - Cast Quick Flame Ward'),\n(1096, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Venture Co. Geologist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1097, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Venture Co. Mechanic - Outside 30 Range - Start Combat Movement'),\n(1097, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Venture Co. Mechanic - Within 5-30 Range - Stop Combat Movement'),\n(1097, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Venture Co. Mechanic - Within 0-5 Range - Start Combat Movement'),\n(1097, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3800, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Venture Co. Mechanic - Within 5-30 Range - Cast Shoot'),\n(1097, 0, 4, 0, 0, 0, 100, 0, 6500, 10000, 6500, 10000, 0, 0, 11, 14443, 0, 0, 0, 0, 0, 28, 30, 1, 1, 5, 0, 0, 0, 0,    'Venture Co. Mechanic - In Combat - Cast Multi-Shot'),\n(1097, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Venture Co. Mechanic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1488, 0, 0, 0, 0, 0, 100, 513, 6000, 35000, 0, 0, 0, 0, 11, 7102, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,            'Zanzil Zombie - Within 0-5 Range  - Cast Contagion of Rot (No Repeat)'),\n(1490, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3000, 4000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Zanzil Witch Doctor - In Combat - Cast Shadow Bolt'),\n(1490, 0, 1, 0, 0, 0, 100, 1, 8000, 45000, 0, 0, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,          'Zanzil Witch Doctor - Within 0-30 Range - Cast Curse of Weakness (No Repeat)'),\n(1490, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Zanzil Witch Doctor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1491, 0, 0, 0, 9, 0, 100, 0, 3000, 30000, 10000, 30000, 0, 5, 11, 9080, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Zanzil Naga - Within 0-5 Range - Cast Hamstring'),\n(1491, 0, 1, 0, 105, 0, 50, 0, 4000, 5000, 10000, 11000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Zanzil Naga - In Combat - Cast Pummel'),\n(1492, 0, 0, 0, 9, 0, 100, 0, 0, 0, 30000, 40000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Gorlash - Within 0-8 Range - Cast Trample'), -- https://www.youtube.com/watch?v=KoGj_skDKHw\n(1493, 0, 0, 0, 1, 0, 100, 0, 5000, 10000, 300000, 600000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Mok\\'rash - Out of Combat - Say Line 0'),\n--\n(1550, 0, 0, 0, 0, 0, 75, 0, 5000, 5000, 18000, 18000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,        'Thrashtail Basilisk - Within 0-5 Range - Cast Lash (No Repeat)'),\n(1551, 0, 0, 0, 0, 0, 85, 0, 8000, 8000, 30000, 30000, 0, 0, 11, 5106, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Ironjaw Basilisk - Within 0-5 Range - Cast Crystal Flash'), -- test!\n(1552, 0, 0, 0, 0, 0, 85, 0, 15000, 15000, 26000, 26000, 0, 0, 11, 5106, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Scale Belly - Within 0-5 Range - Cast Crystal Flash'),\n(1559, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 10000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'King Mukla - Within 0-8 Range - Cast Trample'),\n(1561, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 29651, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bloodsail Raider - On Aggro - Cast Dual Wield'),\n(1561, 0, 1, 0, 0, 0, 100, 0, 3000, 11000, 18000, 31000, 0, 0, 11, 6533, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0,    'Bloodsail Raider - In Combat - Cast Net'),\n(1561, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Raider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1562, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3600, 5900, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodsail Mage - In Combat - Cast Fireball'),\n(1562, 0, 1, 0, 0, 0, 100, 0, 1200, 4700, 34200, 36800, 0, 0, 11, 2601, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Bloodsail Mage - In Combat - Cast Fire Shield III'),\n(1562, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1563, 0, 0, 0, 0, 0, 100, 0, 10600, 12400, 22000, 26200, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Bloodsail Swashbuckler - Within 0-5 Range - Cast Disarm'),\n(1563, 0, 1, 0, 105, 0, 50, 0, 7000, 11000, 12000, 16000, 0, 5, 11, 1768, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Bloodsail Swashbuckler - Within 0-5 Range - Cast Kick'),\n(1563, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Swashbuckler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1564, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Warlock - On Reset - Set Phase Random Between 1-2'),\n(1564, 0, 1, 0, 1, 1, 100, 513, 0, 1000, 0, 0, 0, 0, 11, 8722, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Bloodsail Warlock - Out of Combat - Cast Summon Succubus (No Repeat)'),\n(1564, 0, 2, 0, 1, 2, 100, 513, 0, 1000, 0, 0, 0, 0, 11, 11939, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Bloodsail Warlock - Out of Combat - Cast Summon Imp (No Repeat)'),\n(1564, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodsail Warlock - In Combat - Cast Shadow Bolt'),\n(1564, 0, 4, 0, 0, 0, 100, 0, 6900, 20900, 15900, 15900, 0, 0, 11, 11980, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Bloodsail Warlock - In Combat - Cast Curse of Weakness'),\n(1564, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Warlock - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1565, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bloodsail Sea Dog - On Reset - Cast Poison Proc'),\n(1565, 0, 1, 0, 67, 0, 100, 0, 2000, 3000, 6000, 8000, 0, 5, 11, 8721, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Bloodsail Sea Dog - When Behind Target - Cast Backstab'),\n(1565, 0, 2, 0, 0, 0, 100, 0, 11000, 14000, 21000, 24000, 0, 0, 11, 8629, 1, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Bloodsail Sea Dog - Within 0-5 Range - Cast Gouge'),\n(1565, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Sea Dog - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1653, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodsail Elder Magus - In Combat - Cast Fireball'),\n(1653, 0, 1, 0, 106, 0, 100, 0, 5000, 15000, 43000, 43000, 0, 10, 11, 11969, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Bloodsail Elder Magus - Within 0-10 Range - Cast Fire Nova'),\n(1653, 0, 2, 0, 0, 0, 100, 0, 8000, 28000, 45000, 45000, 0, 0, 11, 20827, 1, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Bloodsail Elder Magus - In Combat - Cast Flamestrike'),\n(1653, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Elder Magus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1907, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Naga Explorer - On Aggro - Cast Battle Stance'),\n(1907, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 18000, 28000, 0, 0, 11, 6548, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Naga Explorer - Within 0-5 Range - Cast Rend'),\n(1907, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Naga Explorer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2521, 0, 0, 0, 9, 0, 100, 0, 0, 0, 16000, 27000, 0, 8, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Skymane Gorilla -  Within 0-8 Range - Cast Trample'),\n(2534, 0, 0, 0, 0, 0, 100, 0, 12000, 12000, 60000, 60000, 0, 0, 11, 8832, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Zanzil the Outcast - In Combat - Cast Ward of Zanzil'),\n(2534, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 50000, 50000, 0, 0, 11, 8264, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Zanzil the Outcast - In Combat - Cast Lava Spout Totem'), -- https://www.youtube.com/watch?v=3aQiaVmbddY\n(2534, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Zanzil the Outcast - In Combat - Cast Lightning Bolt'), \n(2534, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Zanzil the Outcast - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2541, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 7000, 11000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Lord Sakrasis - In Combat - Cast Cleave'),\n(2541, 0, 1, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                   'Lord Sakrasis - Within 0-5 Range - Cast Execute (No Repeat)'),\n(2541, 0, 2, 0, 2, 0, 100, 1, 30, 60, 0, 0, 0, 0, 11, 3583, 32, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,                'Lord Sakrasis - Between 30-60% Health - Cast Deadly Poison (No Repeat)'),\n(2541, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lord Sakrasis - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2545, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Pretty Boy Duncan - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2546, 0, 0, 0, 0, 0, 100, 0, 0, 500, 1400, 4900, 0, 0, 11, 6192, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Fleet Master Firallon - In Combat - Cast Battle Shout'),\n(2546, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Fleet Master Firallon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2547, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Ironpatch - On Aggro - Cast Defensive Stance'),\n(2547, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Ironpatch - In Combat - Cast Shield Bash'),\n(2547, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Ironpatch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2548, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Captain Keelhaul - Outside 30 Range - Start Combat Movement'),\n(2548, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Captain Keelhaul - Within 5-30 Range - Stop Combat Movement'),\n(2548, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Captain Keelhaul - Within 0-5 Range - Start Combat Movement'),\n(2548, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3900, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Captain Keelhaul - Within 5-30 Range - Cast Shoot'),\n(2548, 0, 4, 0, 9, 0, 100, 0, 0, 0, 15000, 35000, 5, 30, 11, 7896, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Keelhaul - Within 5-30 Range - Cast Exploding Shot'),\n(2548, 0, 5, 0, 106, 0, 100, 0, 1200, 3200, 17200, 25200, 0, 10, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Captain Keelhaul - Within 0-10 Range - Cast Demoralizing Shout'),\n(2548, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Captain Keelhaul - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2549, 0, 0, 0, 0, 0, 100, 0, 250, 1000, 30100, 33600, 0, 0, 11, 8260, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Garr Salthoof - In Combat - Cast Rushing Charge'),\n(2549, 0, 1, 0, 0, 0, 100, 0, 4000, 8000, 10200, 23700, 0, 0, 11, 6253, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Garr Salthoof - Within 0-5 Range - Cast Backhand'),\n(2549, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Garr Salthoof - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2550, 0, 0, 0, 0, 0, 100, 0, 2800, 4300, 9700, 14800, 0, 0, 11, 6146, 1, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0,      'Captain Stillwater - In Combat - Cast Slow'),\n(2550, 0, 1, 0, 106, 0, 100, 0, 500, 1100, 3500, 10000, 0, 5, 11, 8439, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Captain Stillwater - Within 0-5 Range - Cast Arcane Explosion'),\n(2550, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Captain Stillwater - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2635, 0, 0, 0, 9, 0, 100, 0, 3000, 8000, 13000, 24000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Elder Saltwater Crocolisk - Within 0-5 Range - Cast Tendon Rip'),\n--\n(4457, 0, 0, 0, 9, 0, 100, 0, 1000, 2000, 19000, 30000, 0, 5, 11, 13443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Murkgill Forager - Within 0-5 Range - Cast Rend'),\n(4457, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Murkgill Forager - On Respawn - Cast Poison Proc'),\n(4457, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murkgill Forager - Between 0-15% Health - Flee For Assist'),\n(4458, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Murkgill Hunter - Outside 30 Range - Start Combat Movement'),\n(4458, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Murkgill Hunter - Within 5-30 Range - Stop Combat Movement'),\n(4458, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Murkgill Hunter - Within 0-5 Range - Start Combat Movement'),\n(4458, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Murkgill Hunter - Within 5-30 Range - Cast Throw'),\n(4458, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murkgill Hunter - Between 0-15% Health - Flee For Assist'),\n(4459, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Murkgill Oracle - In Combat - Cast Lightning Bolt'),\n(4459, 0, 1, 0, 14, 0, 100, 0, 700, 40, 25000, 35000, 0, 0, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Murkgill Oracle - Friendly missing 700 Health - Cast Healing Wave'),\n(4459, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murkgill Oracle - Between 0-15% Health - Flee For Assist'),\n(4460, 0, 0, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Murkgill Lord - Out of Combat - Cast Frost Armor (No Repeat)'),\n(4460, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Murkgill Lord - In Combat - Cast Frostbolt'),\n(4460, 0, 2, 0, 106, 0, 100, 0, 9000, 12000, 16000, 26000, 0, 10, 11, 12748, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Murkgill Lord - In Combat - Cast Frost Nova'),\n(4460, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murkgill Lord - Between 0-15% Health - Flee For Assist'),\n(4461, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murkgill Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4505, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Deckhand - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4506, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bloodsail Swabby - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4723, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 24000, 37000, 0, 0, 11, 184, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Foreman Cozzle - In Combat - Cast Fire Shield II'),\n(4723, 0, 1, 0, 0, 0, 100, 0, 2100, 3400, 9700, 11800, 0, 0, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Foreman Cozzle - In Combat - Cast Lightning Bolt'),\n(4723, 0, 2, 0, 2, 0, 100, 0, 0, 50, 10100, 19800, 0, 0, 11, 4979, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Foreman Cozzle - Between 0-50% Health - Cast Quick Flame Ward'),\n(14487, 0, 0, 0, 9, 0, 100, 0, 1000, 7000, 20000, 25000, 0, 5, 11, 6306, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Gluggle - Within 0-5 Range - Cast Acid Splash'),\n(14487, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gluggle - Between 0-15% Health - Flee For Assist'),\n(14488, 0, 0, 0, 9, 0, 100, 0, 2000, 4000, 5000, 6000, 0, 5, 11, 15496, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Roloch - Within 0-5 Range - Cast Cleave');\n\n\n-- Bhag'thera(728) and Tethis(730) have multiple spawn locations \nDELETE FROM `creature` WHERE `id1` IN (728, 730);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(1348,   728, 0, 0, 0, 0, 0, 1, 1, 0, -12191, -944.651, 32.9082, 0.187693, 480, 0, 0, 1753, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(695017, 728, 0, 0, 0, 0, 0, 1, 1, 0, -12016.5, -896.876, 35.3047, 3.59511, 480, 5, 0, 1753, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695018, 728, 0, 0, 0, 0, 0, 1, 1, 0, -12380.4, -787.877, 30.3229, 0.779469, 480, 5, 0, 1753, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(1342,   730, 0, 0, 0, 0, 0, 1, 1, 0, -13076.6, 387.179, 15.4089, 3.01239, 480, 5, 0, 1973, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695019, 730, 0, 0, 0, 0, 0, 1, 1, 0, -12978.6, 411.841, 21.7456, 3.43503, 480, 5, 0, 1973, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(695020, 730, 0, 0, 0, 0, 0, 1, 1, 0, -13017.2, 193.101, 22.7814, 1.45268, 480, 5, 0, 1973, 0, 1, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601010, 601011);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(1348,   601010, 0, 'Bhag thera'),\n(695017, 601010, 0, 'Bhag thera'),\n(695018, 601010, 0, 'Bhag thera'),\n(1342,   601011, 0, 'Tethis'),\n(695019, 601011, 0, 'Tethis'),\n(695020, 601011, 0, 'Tethis');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601010, 601011);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601010, 1, ''),\n(601011, 1, '');\n\n-- Skullsplitter patrols missing formations\nDELETE FROM `creature` WHERE `guid` IN (1408, 1409, 2516, 2517, 2518, 2539);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(1408, 780, 0, 0, 0, 0, 0, 1, 1, 1, -12762, -890.346, 52.7586, 2.23398, 390, 0, 0, 1357, 1236, 2, 0, 0, 0, '', 0, 0, NULL),\n(1409, 696, 0, 0, 0, 0, 0, 1, 1, 1, -12762, -890.346, 52.7586, 2.57862, 390, 0, 0, 1678, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(2516, 780, 0, 0, 0, 0, 0, 1, 1, 1, -12663.6, -508.931, 29.5798, 4.0101, 390, 0, 0, 1357, 1236, 2, 0, 0, 0, '', 0, 0, NULL),\n(2517, 667, 0, 0, 0, 0, 0, 1, 1, 1, -12663.6, -508.931, 29.5798, 4.0099, 390, 0, 0, 1678, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(2518, 696, 0, 0, 0, 0, 0, 1, 1, 1, -12663.6, -508.931, 29.5798, 4.00976, 390, 0, 0, 1678, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(2539, 667, 0, 0, 0, 0, 0, 1, 1, 1, -12762, -890.346, 52.7586, 2.5783, 390, 0, 0, 1678, 0, 0, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `creature_formations` WHERE `leaderGUID` IN (1408, 2516);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(1408, 1408, 0, 0, 515, 0, 0),\n(1408, 2539, 3, 135, 515, 0, 0),\n(1408, 1409, 3, 225, 515, 0, 0),\n(2516, 2516, 0, 0, 515, 0, 0),\n(2516, 2517, 3, 135, 515, 0, 0),\n(2516, 2518, 3, 225, 515, 0, 0);\n\n-- Drop chance for Pristine Tigress Fang was incorrectly set to 100 - updated to 10\nUPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 3839;\n\n-- Drop chance for Aged Gorilla Sinew was incorrectly set to 10 - updated to 4\nUPDATE `creature_loot_template` SET `Chance` = 4 WHERE `Item` = 3862;\n\n-- Drop chance for Jungle Stalker Feather was incorrectly set to 80 - updated to 25\nUPDATE `creature_loot_template` SET `Chance` = 25 WHERE `Item` = 3863;\n\nDELETE FROM `creature` WHERE `id1` IN (723);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(600723, 723, 0, 0, 0, 0, 0, 1, 1, 1, -12357.4, -1075.36, 1.94221, 1.94815, 54000, 5, 0, 5346, 0, 1, 0, 0, 0, '', NULL, 0, NULL); \n    \nDELETE FROM `creature_text` WHERE `CreatureID` IN (675, 723);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(675, 0, 0, 'Work you dogs! Put your back into it!',             12, 0, 100, 0, 0, 0, 306,  0, 'Venture Co. Foreman'),\n(723, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Mosh Ogg Butcher'),\n(723, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Mosh Ogg Butcher'),\n(723, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Mosh Ogg Butcher');\n"
  },
  {
    "path": "data/sql/world/base/zone_swamp_of_sorrows.sql",
    "content": "-- smart scripts\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (767, 1081);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(743, 744, 745, 746, 750, 751, 752, 755, 761, 762, 763, 764, 765, 766, 768, 769, 858, 1087, 5622, 9916, 12900, 14445, 14448, 17115);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(743, 744, 745, 746, 750, 751, 752, 755, 761, 762, 763, 764, 765, 766, 767, 768, 769, 858, 1081, 1087, 5622, 9916, 12900, 14445, 14448, 17115);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(743, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7966, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wyrmkin Dreamwalker - On Aggro - Cast Thorns Aura'),\n(743, 0, 1, 0, 14, 0, 100, 0, 1000, 40, 12000, 15000, 0, 0, 11, 12160, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Wyrmkin Dreamwalker - Friendly Missing 1000 Health - Cast Rejuvenation'),\n(743, 0, 2, 0, 0, 0, 100, 0, 6000, 11000, 15000, 18000, 0, 0, 11, 15970, 32, 0, 0, 0, 0, 6, 30, 0, 0, 0, 0, 0, 0, 0,   'Wyrmkin Dreamwalker - Within 0-30 Range - Cast Sleep'),\n(744, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Green Scalebane - Within 0-5 Range - Cast Cleave'),\n(745, 0, 0, 0, 0, 0, 100, 0, 1000, 5000, 15000, 25000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Scalebane Captain - In Combat - Cast Battle Shout'),\n(745, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 21000, 0, 5, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Scalebane Captain - Within 0-5 Range - Cast Demoralizing Shout'),\n(745, 0, 2, 0, 105, 0, 50, 0, 0, 0, 13000, 18000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Scalebane Captain - In Combat - Cast Pummel'),\n(746, 0, 0, 0, 0, 0, 100, 0, 5000, 12000, 35000, 40000, 0, 0, 11, 6306, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Elder Dragonkin - In Combat - Cast Acid Splash'),\n(750, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 11000, 0, 5, 11, 9612, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Marsh Inkspewer - Within 0-5 Range - Cast Ink Spray'),\n(750, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Marsh Inkspewer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(751, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Marsh Flesheater - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(751, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Marsh Flesheater - On Enrage - Say Line 0'),\n(752, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 90000, 90000, 0, 0, 11, 12550, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Marsh Oracle - Out of Combat - Cast Lightning Shield'),\n(752, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 12550, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Marsh Oracle - In Combat - Cast Lightning Shield'),\n(752, 0, 2, 0, 0, 0, 100, 0, 2300, 2900, 8700, 9600, 0, 0, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Marsh Oracle - In Combat - Cast Lightning Bolt'),\n(752, 0, 3, 0, 74, 0, 100, 0, 0, 0, 9000, 15000, 40, 40, 11, 11986, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Marsh Oracle - Friendly Between 0-40% Health - Cast Healing Wave'),\n(752, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Marsh Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(755, 0, 0, 0, 67, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Lost One Mudlurker - Behind Target - Cast Backstab'),\n(755, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lost One Mudlurker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(761, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 30000, 40000, 0, 0, 11, 8376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Lost One Seer - In Combat - Cast Earthgrab Totem'),\n(761, 0, 1, 0, 2, 0, 100, 0, 0, 50, 20000, 25000, 0, 0, 11, 4971, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lost One Seer - Between 0-50% Health - Cast Healing Ward'),\n(761, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lost One Seer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(762, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 11939, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Lost One Riftseeker - Out of Combat - Cast Summon Imp (No Repeat)'),\n(762, 0, 1, 0, 0, 0, 100, 0, 0, 0, 60000, 75000, 0, 0, 11, 9614, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lost One Riftseeker - In Combat - Cast Rift Beacon'),\n(762, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Lost One Riftseeker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(763, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lost One Chieftain - On Aggro - Cast Battle Stance'),\n(763, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 39, 25, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lost One Chieftain - Between 0-30% Health - Call for Help (No Repeat)'),\n(764, 0, 0, 0, 2, 0, 100, 0, 0, 30, 20000, 25000, 0, 0, 11, 9616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Swampwalker - Between 0-30% Health - Cast Wild Regeneration'),\n(765, 0, 0, 0, 2, 0, 100, 0, 0, 30, 20000, 25000, 0, 0, 11, 9616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Swampwalker Elder - Between 0-30% Health - Cast Wild Regeneration'),\n(766, 0, 0, 0, 2, 0, 100, 0, 0, 30, 20000, 25000, 0, 0, 11, 9616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Tangled Horror - Between 0-30% Health - Cast Wild Regeneration'),\n(768, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 1785, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Shadow Panther - Out of Combat - Cast Stealth'),\n(769, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Deathstrike Tarantula - On Spawn - Cast Poison Proc'),\n(769, 0, 1, 0, 0, 0, 100, 0, 9000, 17000, 16000, 21000, 0, 0, 11, 7938, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Deathstrike Tarantula - Within 0-5 Range - Cast Fatal Bite'),\n(858, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Sorrow Spinner - On Spawn - Cast Poison Proc'),\n(858, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 20, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Sorrow Spinner - Within 0-20 Range - Cast Web'),\n(1087, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 14000, 0, 5, 11, 3604, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Sawtooth Snapper - Within 0-5 Range - Cast Tendon Rip'),\n--\n(5622, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Ongeku - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(9916, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Jarquia - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(9916, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Jarquia - On Enrage - Say Line 0'),\n(12900, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 14000, 17000, 0, 0, 11, 20989, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,  'Somnus - In Combat - Cast Sleep'),\n(12900, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 12000, 15000, 0, 0, 11, 12882, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Somnus - In Combat - Cast Wing Flap'),\n(12900, 0, 2, 0, 0, 0, 100, 0, 9000, 12000, 9000, 12000, 0, 0, 11, 20667, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Somnus - Within 0-5 Range - Cast Corrosive Acid Breath'),\n(12900, 0, 3, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 18368, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Somnus - Within 0-5 Range - Cast Strike'),\n(14445, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Captain Wyrmak - Within 0-5 Range - Cast Cleave'),\n(14445, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 9000, 12000, 0, 0, 11, 12533, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Lord Captain Wyrmak - Within 0-5 Range - Cast Acid Breath'),\n(14448, 0, 0, 0, 0, 0, 100, 0, 0, 0, 8000, 11000, 0, 0, 11, 21748, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Molt Thorn - In Combat - Cast Thorn Volley'),\n(17115, 0, 0, 0, 0, 0, 100, 0, 0, 0, 15000, 15000, 0, 0, 11, 14868, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Cursed Lost One - In Combat - Cast Curse of Agony'),\n(17115, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 12000, 14000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Cursed Lost One - In Combat - Cast Disarm');\n"
  },
  {
    "path": "data/sql/world/base/zone_tanaris.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (5490);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(5421, 5427, 5441, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5465, 5471, 5472, 5473, 5474, 5475, 5481, 5485, 5615, 5616, 5617, 5618, 5623, \n7847, 7855, 7856, 7857, 7858, 7883, 8201, 8202, 8205, 9397, 12046);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(5421, 5427, 5441, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5465, 5490, 5471, 5472, 5473, 5474, 5475, 5481, 5485, 5615, 5616, 5617, 5618, 5623, \n7847, 7855, 7856, 7857, 7858, 7883, 8201, 8202, 8205, 9397, 12046);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(5421, 0, 0, 0, 0, 0, 100, 0, 6000, 20000, 20000, 36000, 0, 0, 11, 11020, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,   'Glasshide Petrifier - Within 0-5 Range - Cast Petrify'),\n(5427, 0, 0, 0, 0, 0, 100, 0, 33000, 44000,34000, 46000, 0, 0, 11, 3150, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Rabid Blisterpaw - In Combat - Cast Rabies'),\n(5441, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hazzali Wasp - On Spawn - Cast Poison Proc'),\n(5450, 0, 0, 0, 0, 0, 75, 0, 2000, 6000, 7000, 12000, 0, 0, 11, 5416, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Hazzali Stinger - Within 0-5 Range - Cast Venom Sting'),\n(5450, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 11023, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hazzali Stinger - On Just Died - Cast Summon Hazzali Parasites'),\n(5451, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 6589, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Hazzali Swarmer - Out of Combat - Cast Silithid Swarm (No Repeat)'),\n(5451, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 11023, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hazzali Swarmer - On Just Died - Cast Summon Hazzali Parasites'),\n(5452, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Hazzali Worker - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(5452, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 11023, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hazzali Worker - On Just Died - Cast Summon Hazzali Parasites'),\n(5453, 0, 0, 0, 0, 0, 100, 0, 8000, 14000, 48000, 50000, 0, 5, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Hazzali Tunneler - Within 0-5 Range - Cast Pierce Armor'),\n(5453, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 11023, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hazzali Tunneler - On Just Died - Cast Summon Hazzali Parasites'),\n(5454, 0, 0, 0, 0, 0, 100, 0, 13000, 18000, 8000, 22000, 0, 0, 11, 8374, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Hazzali Sandreaver - Within 0-5 Range - Cast Arcing Smash'),\n(5454, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 11023, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Hazzali Sandreaver - On Just Died - Cast Summon Hazzali Parasites'),\n(5455, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Centipaar Wasp - On Reset - Cast Poison Proc'),\n(5455, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Centipaar Wasp - On Reset - Cast Thrash'),\n(5456, 0, 0, 0, 0, 0, 100, 0, 7000, 21000, 14000, 34000, 0, 0, 11, 5416, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Centipaar Stinger - Within 0-5 Range - Cast Venom Sting'),\n(5456, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Centipaar Stinger - On Reset - Cast Thrash'),\n(5457, 0, 0, 0, 0, 0, 100, 0, 6000, 6000, 1000, 8000, 0, 0, 11, 6589, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Centipaar Swarmer - In Combat - Cast Silithid Swarm'),\n(5457, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Centipaar Swarmer - On Reset - Cast Thrash'),\n(5465, 0, 0, 1, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Land Rager - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(5465, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Land Rager - On Enrage - Say Line 0'),\n(5471, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dunemaul Ogre - On Aggro - Say Line 0'),\n(5471, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Dunemaul Ogre - Out of Combat - Cast Battle Stance (No Repeat)'),\n(5471, 0, 2, 0, 9, 0, 100, 0, 3000, 6000, 6000, 9000, 0, 5, 11, 25710, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dunemaul Ogre - Within 0-5 Range - Cast Heroic Strike'),\n(5472, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dunemaul Enforcer - On Aggro - Say Line 0'),\n(5472, 0, 1, 0, 9, 0, 100, 0, 0, 0, 19000, 38000, 0, 5, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Dunemaul Enforcer - Within 0-5 Range - Cast Demoralizing Shout'),\n(5473, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dunemaul Ogre Mage - On Aggro - Say Line 0'),\n(5473, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dunemaul Ogre Mage - In Combat - Cast Fireball'),\n(5473, 0, 2, 0, 0, 0, 100, 0, 4000, 9000, 10000, 10000, 0, 0, 11, 11436, 32, 0, 0, 0, 0, 21, 30, 0, 0, 0, 0, 0, 0, 0, 'Dunemaul Ogre Mage - In Combat - Cast Slow'),\n(5473, 0, 3, 0, 2, 0, 100, 1, 0, 70, 0, 0, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Dunemaul Ogre Mage - Between 0-70% Health - Cast Bloodlust (No Repeat)'),\n(5474, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dunemaul Brute - On Aggro - Say Line 0'),\n(5474, 0, 1, 0, 0, 0, 100, 0, 7000, 19000, 16000, 32000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Dunemaul Brute - In Combat - Cast Uppercut'),\n(5475, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                      'Dunemaul Warlock - On Aggro - Say Line 0'),\n(5475, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Dunemaul Warlock - In Combat - Cast Shadow Bolt'),\n(5475, 0, 2, 0, 0, 0, 100, 0, 7000, 11000, 21000, 26000, 0, 0, 11, 2941, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Dunemaul Warlock - In Combat - Cast Immolate'),\n(5475, 0, 3, 0, 0, 0, 100, 0, 3000, 5000, 180000, 190000, 0, 0, 11, 6909, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0, 'Dunemaul Warlock - Within 0-5 Range - Cast Curse of Thorns'),\n(5481, 0, 0, 0, 0, 0, 100, 0, 9000, 28000, 26000, 43000, 0, 0, 11, 11922, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Thistleshrub Dew Collector - In Combat - Cast Entangling Roots'),\n(5485, 0, 0, 0, 0, 0, 100, 0, 6000, 28000, 13000, 29000, 0, 0, 11, 8376, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Thistleshrub Rootshaper - In Combat - Cast Earthgrab Totem'),\n--\n(5615, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8218, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Wastewander Rogue - Out of Combat - Cast Sneak'),\n(5615, 0, 1, 0, 67, 0, 100, 0, 3000, 6000, 6000, 10000, 0, 5, 11, 8721, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Wastewander Rogue - On Behind Target - Cast Backstab'),\n(5615, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wastewander Rogue - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5616, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 7000, 12000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Wastewander Thief - Within 0-5 Range - Cast Disarm'),\n(5616, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wastewander Thief - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5617, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Wastewander Shadow Mage - Out of Combat - Cast Summon Voidwalker (No Repeat)'),\n(5617, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Wastewander Shadow Mage - In Combat - Cast Shadow Bolt'),\n(5617, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 19000, 26000, 0, 0, 11, 20826, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Wastewander Shadow Mage - In Combat - Cast Immolate'),\n(5617, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wastewander Shadow Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5618, 0, 0, 0, 0, 0, 100, 0, 4000, 8000, 7000, 12000, 0, 0, 11, 8629, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Wastewander Bandit - In Combat - Cast Gouge'),\n(5618, 0, 1, 0, 67, 0, 100, 0, 3000, 6000, 6000, 10000, 0, 5, 11, 8721, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Wastewander Bandit - On Behind Target - Cast Backstab'),\n(5618, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wastewander Bandit - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5623, 0, 0, 0, 12, 0, 100, 0, 0, 20, 32000, 36100, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,         'Wastewander Assassin - Target Between 0-20% Health - Cast Execute'),\n(5623, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Wastewander Assassin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7847, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Caliph Scorpidsting - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7855, 0, 0, 0, 9, 0, 100, 0, 2000, 4000, 4000, 7000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Southsea Pirate - In Combat - Cast Strike'),\n(7855, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Southsea Pirate - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7856, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Southsea Freebooter - Outside 30 Range - Start Combat Movement'),\n(7856, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Southsea Freebooter - Within 5-30 Range - Stop Combat Movement'),\n(7856, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Southsea Freebooter - Within 0-5 Range - Start Combat Movement'),   \n(7856, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2200, 3800, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Southsea Freebooter - Within 5-30 Range - Shoot'),\n(7856, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Southsea Freebooter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7857, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 20000, 30000, 0, 0, 11, 3148, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Southsea Dock Worker - Within 0-5 Range - Cast Head Crack'),\n(7857, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Southsea Dock Worker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7858, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 9000, 14000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Southsea Swashbuckler - Within 0-5 Range - Cast Disarm'),\n(7858, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Southsea Swashbuckler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7883, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Andre Firebeard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(8201, 0, 0, 0, 9, 0, 100, 0, 3000, 5000, 7000, 13000, 0, 5, 11, 16856, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Omgorn the Lost - Within 0-5 Range - Cast Mortal Strike'),\n(8201, 0, 1, 2, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Omgorn the Lost - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(8201, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Omgorn the Lost - On Enrage - Say Line 0'),\n(8202, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2400, 3800, 0, 0, 11, 20829, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Cyclok the Mad - In Combat - Cast Arcane Bolt'),\n(8202, 0, 1, 0, 106, 0, 100, 0, 7000, 11000, 15000, 19000, 0, 5, 11, 11975, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cyclok the Mad - Within 0-5 Range - Cast Arcane Explosion'),\n(8202, 0, 2, 0, 2, 0, 100, 0, 0, 70, 120000, 120000, 0, 0, 11, 6742, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Cyclok the Mad - Between 0-70% Health - Cast Bloodlust'),\n(8205, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Haarka the Ravenous - On Reset - Cast Thrash'),\n(8205, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 21081, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Haarka the Ravenous - Within 0-5 Range - Cast Sunder Armor'),\n--\n(9397, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 12550, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Living Storm - On Aggro - Cast Lightning Shield (No Repeat)'),\n(12046, 0, 0, 0, 0, 0, 100, 0, 9000, 16000, 8000, 20000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Gor\\'marok the Ravager - Within 0-5 Range - Cast Cleave'),\n(12046, 0, 1, 0, 0, 0, 100, 0, 12000, 17000, 7000, 21000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0, 'Gor\\'marok the Ravager - Within 0-5 Range - Cast Mortal Strike'),\n(12046, 0, 2, 3, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Gor\\'marok the Ravager - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(12046, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gor\\'marok the Ravager - On Enrage - Say Line 0');\n\n/* Caverns of Time Door */\nDELETE FROM `gameobject` WHERE `guid` = 2993000;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, \n`orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES\n(2993000, 176996, 1, 0, 0, 1, 1, -8173.02, -4747.2, 34.2107, 1.80084, -0, -0, -0.783588, -0.621281, 0, 0, 0, '', 0);\n\nUPDATE `gameobject_template` SET `ScriptName` = \"go_cavernsoftimedoor\" WHERE `entry` = 176996;\n\nUPDATE `creature` SET `position_x` = -8175.67, `position_y` = -4718.28, `position_z` = 26.3489, `orientation` = 1.88496 WHERE `id1` = 15192;\n\n-- fix Omgorn the Lost waypoints, was placed on wrong continent\nUPDATE `creature` SET `map` = 1 WHERE `guid` IN (152280, 152281);\n\n-- update Laden Dew Gland drop rate, was 100%\nUPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 8428;\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (5065, 10445);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n-- (19, 0, 5065, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Prospector Ironboot - Hide \\'The Lost Tablets of Mosh\\'aru\\' until the player reaches Pre-AQ'),\n(19, 0, 10445, 0, 0, 8, 0, 66009, 0, 0, 0, 0, 0, '', 'Soridormi - Hide \\'The Vials of Eternity\\' until the player reaches TBC T2');\n    \nDELETE FROM `creature_text` WHERE `CreatureID` IN (5465, 5471, 5472, 5473, 5474, 5475);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n--\n(5465, 0, 0, '$s becomes enraged!',                               16, 0, 100, 0, 0, 0, 10677, 0, 'Land Rager'),\n(5471, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Dunemaul Ogre'),\n(5471, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Dunemaul Ogre'),\n(5471, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Dunemaul Ogre'),\n(5472, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Dunemaul Enforcer'),\n(5472, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Dunemaul Enforcer'),\n(5472, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Dunemaul Enforcer'),\n(5473, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Dunemaul Ogre Mage'),\n(5473, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Dunemaul Ogre Mage'),\n(5473, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Dunemaul Ogre Mage'),\n(5474, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Dunemaul Brute'),\n(5474, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Dunemaul Brute'),\n(5474, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Dunemaul Brute'),\n(5475, 0, 0, 'I\\'ll crush you!',                                  12, 0, 100, 0, 0, 0, 1925, 0, 'Dunemaul Warlock'),\n(5475, 0, 1, 'Me smash! You die!',                                12, 0, 100, 0, 0, 0, 1926, 0, 'Dunemaul Warlock'),\n(5475, 0, 2, 'Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaar!!! Me smash $R!',  12, 0, 100, 0, 0, 0, 1927, 0, 'Dunemaul Warlock');\n\n\nSET @CGUID     := 659000;\n\nSET @Vixton    := 120278;\nSET @Evee      := 125177;\nSET @Ecton     := 125178;\n\nDELETE FROM `creature` WHERE `guid` IN (@CGUID+41, @CGUID+42);\nDELETE FROM `creature` WHERE `id1` IN (25177, 25178, 26378, @Evee, @Ecton);\nDELETE FROM `creature` WHERE `id1` IN (32359, 32360, 32362, 32407, 33915, 33917, 33920, 33924, 33928, 33929, 33934, 33935, 33939, 34088, 34090, 34093);\n\nINSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n--\n(@CGUID+41, 20278,   1, -7119.02, -3779.06, 8.78404, 0, 180),     -- Vixton Pinchwhistle, WotLK Season 1\n(@CGUID+42, @Vixton, 1, -7119.02, -3779.06, 8.78404, 0, 180),     -- Vixton Pinchwhistle, WotLK Season 2\n--\n(@CGUID+43, @Evee, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 2\n(@CGUID+44, 25177, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 3\n(@CGUID+45, 26378, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 4\n(@CGUID+46, 32362, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 5\n(@CGUID+47, 33920, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 6\n(@CGUID+48, 33928, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 7\n(@CGUID+49, 33935, 1, -7120.75, -3774.16, 9.0363, 0.767945, 180), -- Evee Copperspring, WotLK Season 8\n--\n(@CGUID+50, @Ecton, 1, -7122.35, -3770.56, 9.35682, 0, 180),      -- Ecton Brasstumbler, WotLK Season 3\n(@CGUID+51, 25178,  1, -7122.35, -3770.56, 9.35682, 0, 180),      -- Ecton Brasstumbler, WotLK Season 4\n(@CGUID+52, 32360,  1, -7122.35, -3770.56, 9.35682, 0, 180),      -- Ecton Brasstumbler, WotLK Season 5\n(@CGUID+53, 33917,  1, -7122.35, -3770.56, 9.35682, 0, 180),      -- Ecton Brasstumbler, WotLK Season 6\n(@CGUID+54, 33929,  1, -7122.35, -3770.56, 9.35682, 0, 180),      -- Ecton Brasstumbler, WotLK Season 7\n(@CGUID+55, 33934,  1, -7122.35, -3770.56, 9.35682, 0, 180),      -- Ecton Brasstumbler, WotLK Season 8\n--\n(@CGUID+56, 32359, 1, -7123.33, -3766.68, 9.40339, 0, 180),       -- Argex Irongut, WotLK Season 5\n(@CGUID+57, 33915, 1, -7123.33, -3766.68, 9.40339, 0, 180),       -- Argex Irongut, WotLK Season 6\n(@CGUID+58, 33924, 1, -7123.33, -3766.68, 9.40339, 0, 180),       -- Argex Irongut, WotLK Season 7\n(@CGUID+59, 33939, 1, -7123.33, -3766.68, 9.40339, 0, 180),       -- Argex Irongut, WotLK Season 8\n--\n(@CGUID+60, 34088, 1, -7126.8, -3761.97, 9.49471, 0.820305, 180), -- Blazzek the Biter, WotLK Season 6\n(@CGUID+61, 34090, 1, -7126.8, -3761.97, 9.49471, 0.820305, 180), -- Blazzek the Biter, WotLK Season 7\n(@CGUID+62, 34093, 1, -7126.8, -3761.97, 9.49471, 0.820305, 180); -- Blazzek the Biter, WotLK Season 8\n\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S1'   WHERE `guid` IN (@CGUID+41);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S2'   WHERE `guid` IN (@CGUID+42, @CGUID+43);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S3'   WHERE `guid` IN (@CGUID+44, @CGUID+50);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc_S4'   WHERE `guid` IN (@CGUID+45, @CGUID+51);\n\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S5' WHERE `guid` IN (@CGUID+46, @CGUID+52, @CGUID+56);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S6' WHERE `guid` IN (@CGUID+47, @CGUID+53, @CGUID+57, @CGUID+60);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S7' WHERE `guid` IN (@CGUID+48, @CGUID+54, @CGUID+58, @CGUID+61);\nUPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk_S8' WHERE `guid` IN (@CGUID+49, @CGUID+55, @CGUID+59, @CGUID+62);\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+41 AND @CGUID+62;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+41, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+42, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+43, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+44, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+45, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+46, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+47, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+48, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+49, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+50, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+51, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+52, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+53, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+54, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+55, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+56, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+57, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+58, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+59, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+60, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+61, 0, 0, 0, 1, 0, 0, NULL),\n(@CGUID+62, 0, 0, 0, 1, 0, 0, NULL);\n"
  },
  {
    "path": "data/sql/world/base/zone_teldrassil.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018, 2020, 2021, 2030, 2038, 2039, 2152, 7234, 7235, 14428, 14429, 14431, 14432);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018, 2020, 2021, 2030, 2038, 2039, 2152, 7234, 7235, 14428, 14429, 14431, 14432);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(2002, 0, 0, 0, 0, 0, 100, 0, 5000, 12000, 30000, 40000, 0, 0, 11, 6950, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Rascal Sprite - In Combat - Cast Faerie Fire'),\n(2002, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rascal Sprite - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2003, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9613, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shadow Sprite - In Combat - Cast Shadow Bolt'),\n(2003, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Shadow Sprite - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2004, 0, 0, 0, 0, 0, 70, 0, 1500, 1500, 15000, 15000, 0, 0, 11, 5514, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Dark Sprite - In Combat - Cast Darken Vision'),\n(2004, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Dark Sprite - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2005, 0, 0, 0, 0, 0, 80, 0, 1000, 1000, 10000, 10000, 0, 0, 11, 5515, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Vicious Grell - In Combat - Cast Savagery'),\n(2005, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vicious Grell - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2006, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnarlpine Ursa - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2007, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnarlpine Gardener - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2008, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gnarlpine Warrior - Within 0-5 Range - Cast Strike'),\n(2008, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnarlpine Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2009, 0, 0, 0, 14, 0, 100, 0, 70, 40, 15000, 21000, 0, 0, 11, 332, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Gnarlpine Shaman - Friendly Missing 70 Health - Cast Healing Wave'),\n(2009, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnarlpine Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2010, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnarlpine Defender - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2011, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 5628, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gnarlpine Augur - Between 0-30% Health - Cast Gnarlpine Vengeance (No Repeat)'),\n(2012, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Gnarlpine Pathfinder - In Combat - Cast Wrath'),\n(2012, 0, 1, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 5628, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gnarlpine Pathfinder - Between 0-30% Health - Cast Gnarlpine Vengeance (No Repeat)'),\n(2013, 0, 0, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 5628, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gnarlpine Avenger - Between 0-30% Health - Cast Gnarlpine Vengeance (No Repeat)'),\n(2014, 0, 0, 0, 2, 0, 100, 0, 0, 30, 0, 0, 0, 0, 11, 5628, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Gnarlpine Totemic - In Combat - Cast Gnarlpine Vengeance (No Repeat)'),\n(2014, 0, 1, 0, 2, 0, 100, 0, 0, 60, 32000, 32000, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Gnarlpine Totemic - Between 0-60% Health - Cast Healing Ward'),\n--\n(2015, 0, 0, 0, 4, 0, 70, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodfeather Harpy - On Aggro - Say Line 0'),\n(2015, 0, 1, 0, 0, 0, 100, 0, 0, 0, 6000, 10000, 0, 0, 11, 20793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodfeather Harpy - In Combat - Cast Blood Leech'),\n(2015, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfeather Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2018, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodfeather Sorceress - On Aggro - Say Line 0'),\n(2018, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 1800000, 1800000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodfeather Sorceress - Out of Combat - Cast Frost Armor'),\n(2018, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodfeather Sorceress - In Combat - Cast Fireball'),\n(2018, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfeather Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2020, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                         'Bloodfeather Wind Witch - On Aggro - Say Line 0'),\n(2020, 0, 1, 0, 9, 0, 100, 0, 0, 0, 11000, 16000, 0, 5, 11, 6982, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodfeather Wind Witch - Within 0-5 Range - Cast Gust of Wind'),\n(2020, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfeather Wind Witch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2021, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Bloodfeather Matriarch - In Combat - Cast Lightning Bolt'),\n(2021, 0, 1, 0, 2, 0, 100, 0, 0, 50, 18000, 24000, 0, 0, 11, 332, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Bloodfeather Matriarch - Between 0-50% Health - Cast Healing Wave'),\n(2021, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Bloodfeather Matriarch - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2030, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 324, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Elder Timberling - Out of Combat - Cast Lightning Shield'),\n(2030, 0, 1, 0, 16, 0, 100, 0, 26364, 30, 15000, 30000, 0, 0, 11, 26364, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Elder Timberling - Friendly Missing Buff - Cast Lightning Shield'), -- test!\n(2030, 0, 2, 0, 2, 0, 100, 0, 0, 50, 9000, 15000, 0, 0, 11, 332, 64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Elder Timberling - Between 0-50% Health - Cast Healing Wave'),\n--\n(2038, 0, 0, 0, 2, 0, 40, 0, 0, 70, 17000, 17000, 0, 0, 11, 774, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Melenas - Between 0-70% Health - Cast Rejuvenation'),\n(2038, 0, 1, 0, 2, 0, 80, 0, 0, 40, 15000, 15000, 0, 0, 11, 774, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Melenas - Between 0-40% Health - Cast Rejuvenation'),\n(2038, 0, 2, 3, 0, 0, 100, 1, 8000, 8000, 0, 0, 0, 0, 11, 5759, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Lord Melenas - In Combat - Cast Cat Form (No Repeat'),\n(2038, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lord Melenas - In Combat - Set Event Phase 1'),\n(2038, 0, 4, 0, 9, 1, 90, 0, 0, 0, 13000, 13000, 0, 0, 11, 1822, 34, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Melenas - Within 0-5 Range - Cast Rake (Phase 1)'),\n(2038, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lord Melenas - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2039, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ursal the Mauler - Within 0-5 Range - Cast Maul'),\n(2152, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnarlpine Ambusher - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7234, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Ferocitas the Dream Eater - On Respawn - Cast Thrash Proc'),\n(7235, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9739, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Gnarlpine Mystic - In Combat - Cast Wrath'),\n(14428, 0, 0, 0, 0, 0, 60, 0, 4000, 4000, 33000, 33000, 0, 0, 11, 15971, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Uruson - In Combat - Cast Demoralizing Roar'),\n(14429, 0, 0, 0, 9, 0, 100, 0, 0, 4000, 8000, 12000, 0, 5, 11, 19319, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Grimmaw - Within 0-5 Range - Cast Vicious Bite'),\n(14431, 0, 0, 0, 0, 0, 70, 0, 2000, 2000, 13000, 13000, 0, 0, 11, 3589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Fury Shelda - In Combat - Cast Deafening Screech'),\n(14431, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Fury Shelda - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(14432, 0, 0, 0, 0, 0, 80, 0, 2000, 2000, 5000, 5000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Threggil - Within 0-5 Range - Cast Strike'),\n(14432, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Threggil - Between 0-15% Health - Flee For Assist (No Repeat)');\n"
  },
  {
    "path": "data/sql/world/base/zone_terokkar_forest.sql",
    "content": "-- fix drop Mature Bone Sifter Carcass (didn't drop)\nUPDATE `creature_loot_template` SET `GroupId` = 2 WHERE `Item` = 31814 AND `Entry` = 22482;\n\n-- quest: Evil Draws Near - fix turn in screen\nUPDATE `quest_template` SET `RequiredItemId3` = 0, `RequiredItemCount3` = 0 WHERE `ID` = 10923;\n\n-- quest: Safety is Job One - fix turn in text\nUPDATE `quest_template` SET `QuestCompletionLog` = 'Return to the Ethereal Transporter Control Panel in the Mana-Tombs.' WHERE `ID` = 10216;\n\n-- fix movement Teribus the Cursed - patrols while nobody is doing the quest.\nDELETE FROM `creature_template` WHERE `entry` IN (22441, 122441);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(22441,0,0,0,0,0,'Teribus the Cursed',NULL,NULL,0,65,65,1,16,0,1,2.28571,1,1,20,1,0,3,2000,2000,1,1,1,33536,2048,0,0,6,8,0,0,0,0,0,0,0,'SmartAI',1,1,5,1,1,1,0,0,1,-93,2,'',0),\n(122441,0,0,0,0,0,'Teribus the Cursed',NULL,NULL,0,65,65,1,16,0,1,2.28571,1,1,20,1,0,3,2000,2000,1,1,1,33538,0,0,0,6,8,0,0,0,0,0,0,0,'',1,1,5,1,1,1,0,0,1,-93,2,'',0);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN (122441);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(122441, 0, 21018, 1, 1, 12340);\n\nDELETE FROM `creature_template_movement` WHERE `CreatureID` IN (122441);\nINSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES \n(122441, 1, 0, 1, 0, 0, 0, NULL);\n\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (22441);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (22441);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(22441, 0, 0, 1, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Teribus the Cursed - On Data Set - Set Active'),\n(22441, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Teribus the Cursed - On Data Set - Set Visible ON'),\n(22441, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 10, 622441, 122441, 0, 0, 0, 0, 0, 0,        'Teribus the Cursed - On Data Set - Set Visible OFF for patrol'),\n(22441, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -3398.96, 4466.33, -11.18, 0, 'Teribus the Cursed - On Data Set - Move To Position'),\n(22441, 0, 4, 5, 34, 0, 100, 0, 8, 1, 0, 0, 0, 0, 5, 293, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Teribus the Cursed - Movement Inform - Play Emote'),\n(22441, 0, 5, 6, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Teribus the Cursed - On Data Set - Set Active off'),\n(22441, 0, 6, 7, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Teribus the Cursed - On Data Set - Set Event Phase'),\n(22441, 0, 7, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Teribus the Cursed - On Data Set - Set Home Position'),\n(22441, 0, 8, 9, 60, 1, 100, 513, 2000, 2000, 0, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Teribus the Cursed - On Update - Remove Unit Flags'),\n(22441, 0, 9, 0, 61, 0, 100, 513, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 70, 0, 0, 0, 0, 0, 0, 0,                 'Teribus the Cursed - On Update - Attack Start'),\n(22441, 0, 10, 0, 7, 0, 100, 512, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Teribus the Cursed - On Data Set - Set Home Position'),\n(22441, 0, 11, 12, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Teribus the Cursed - On Respawn - Set Visible OFF'),\n(22441, 0, 12, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 10, 622441, 122441, 0, 0, 0, 0, 0, 0,       'Teribus the Cursed - On Respawn - Set Visible ON for patrol');\n\n-- fix Terokk evade issue -- 00_cleanup (this can be removed at some point)\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = 21838;\nINSERT 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\n(21838, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 10000, 15000, 0, 0, 11, 40721, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Terokk - In Combat - Cast \\'Shadow Bolt Volley\\''),\n(21838, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 7000, 9000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Terokk - In Combat - Cast \\'Cleave\\''),\n(21838, 0, 2, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 0, 80, 2183800, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Terokk - On Just Summoned - Run Script'),\n(21838, 0, 3, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 112, 97, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Terokk - On Aggro - Start Skyguard Ace Event'),\n(21838, 0, 4, 0, 0, 0, 100, 0, 18000, 30000, 16000, 32000, 0, 0, 80, 2183801, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokk - In Combat and Outside \\'Divine Shield\\' Phase - Run Chosen One Script'), -- Only Outside Divine Shield\n(21838, 0, 5, 6, 0, 0, 100, 0, 45000, 60000, 45000, 75000, 0, 0, 11, 40733, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,  'Terokk - In Combat - Cast \\'Divine Shield\\''),\n(21838, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Terokk - On \\'Divine Shield\\' Cast - Say Line 1'),\n(21838, 0, 7, 8, 32, 0, 100, 0, 0, 1000000, 0, 0, 0, 0, 28, 40733, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Terokk - On Damaged by \\'Ancient Flames\\' - Remove Aura \\'Divine Shield\\' (Phase 1)'), -- Only with Divine Shield\n(21838, 0, 8, 9, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Terokk - On Spellhit \\'Ancient Flames\\' - Say Line 2'),\n(21838, 0, 9, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 28747, 34, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Terokk - On Spellhit \\'Ancient Flames\\' - Cast \\'Frenzy\\''),\n(21838, 0, 10, 11, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 19, 23377, 90, 0, 0, 0, 0, 0, 0,               'Terokk - On Evade - Despawn Target'),\n(21838, 0, 11, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Terokk - On Evade - Despawn Instant'),\n(21838, 0, 12, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 223, 1, 0, 0, 0, 0, 0, 10, 12478, 23377, 0, 0, 0, 0, 0, 0,            'Terokk - On Just Died - Do Action Terokk Dead');\n\n-- add UNIT_FLAG_IMMUNE_TO_PC and UNIT_FLAG_IMMUNE_TO_NPC flags to avoid evade\nUPDATE `creature_template` SET `unit_flags` = 33600 WHERE `entry` = 21838;\n\n-- fix SMART_ACTION_TALK worldserver errors\nUPDATE `smart_scripts` SET `target_type` = 21, `target_param1` = 40 WHERE `entryorguid` = 1410 AND `source_type` = 0 AND `id` = 3;\nUPDATE `smart_scripts` SET `target_type` = 21, `target_param1` = 40 WHERE `entryorguid` = 16769 AND `source_type` = 0 AND `id` = 17;\n\nDELETE FROM `creature` WHERE `guid` IN (247237, 622441);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(247237, 22441, 0, 0, 530, 0, 0, 1, 1, 0, -3400.86, 4665.3, 99.6544, 4.62677, 300, 0, 0, 29570, 0, 0, 0, 0, 0, '', 0, 0, 'SAI Target'),\n(622441, 122441, 0, 0, 530, 0, 0, 1, 1, 0, -3536.9500, 4552.8501, 83.9206, 1.4071, 300, 0, 1, 29570, 0, 2, 0, 0, 0, '', 0, 0, 'Patrol');\n\nDELETE FROM `creature_addon` WHERE `guid` = 622441;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(622441, 6224410, 0, 0, 0, 0, 4, '');\n\nDELETE FROM `waypoint_data` WHERE `id` = 6224410;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(6224410, 1, -3536.95, 4552.85, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 2, -3409.62, 4449.58, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 3, -3375.35, 4441.38, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 4, -3349.25, 4439.43, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 5, -3313.64, 4444.91, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 6, -3279.4, 4454.19, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 7, -3234.19, 4473.26, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 8, -3196.13, 4495.16, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 9, -3171.48, 4517.38, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 10, -3151.42, 4535.17, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 11, -3123.37, 4561.55, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 12, -3095.09, 4595.4, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 13, -3068.84, 4630.34, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 14, -3045.78, 4664.11, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 15, -3026.6, 4694.87, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 16, -2995.64, 4732.21, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 17, -2978.61, 4756.44, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 18, -2947.33, 4792.06, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 19, -2923.64, 4824.37, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 20, -2906.17, 4847.41, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 21, -2891.8, 4874.13, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 22, -2877.48, 4912.11, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 23, -2864.91, 4943.6, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 24, -2849.98, 4977.14, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 25, -2846.4, 5005.69, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 26, -2847, 5047.85, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 27, -2857.18, 5095.88, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 28, -2886.46, 5132.28, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 29, -2918.97, 5168.65, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 30, -2953.35, 5195.61, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 31, -2978.21, 5215.58, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 32, -3008.71, 5233.99, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 33, -3046.67, 5256.23, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 34, -3080.47, 5271.79, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 35, -3120.41, 5288.65, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 36, -3165.92, 5299.69, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 37, -3199.94, 5307.78, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 38, -3235.6, 5312.55, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 39, -3283.41, 5319.14, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 40, -3312.06, 5321.95, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 41, -3346.04, 5326.45, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 42, -3387.92, 5326.46, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 43, -3436.25, 5327.4, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 44, -3475.92, 5333.69, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 45, -3517.05, 5338.55, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 46, -3557.72, 5343.17, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 47, -3602.69, 5336.2, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 48, -3650.57, 5328.92, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 49, -3684.33, 5309.17, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 50, -3706.66, 5290.85, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 51, -3732.21, 5262.83, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 52, -3749.45, 5217.35, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 53, -3752.95, 5185.75, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 54, -3756.9, 5145.65, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 55, -3755.04, 5099.2, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 56, -3751.65, 5054.66, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 57, -3752.23, 5019.97, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 58, -3751.52, 4985.04, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 59, -3748.57, 4947.28, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 60, -3746.74, 4898.95, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 61, -3741.4, 4859.79, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 62, -3731.88, 4829.11, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 63, -3716.06, 4788.73, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 64, -3696.45, 4749.87, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 65, -3681.39, 4712.53, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 66, -3654.75, 4670.41, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 67, -3633.88, 4642.1, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 68, -3600.05, 4613.08, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 69, -3564.84, 4580.33, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 70, -3536.95, 4552.85, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 71, -3409.62, 4449.58, 83.9206, 0, 0, 2, 0, 100, 0),\n(6224410, 72, -3375.35, 4441.38, 83.9206, 0, 0, 2, 0, 100, 0);\n\n-- fix movement Rotting Forest-Rager (entry 22307)\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1, `wander_distance` = 0 WHERE `guid` IN (78435, 78436, 78437, 78438, 78439);\nDELETE FROM `creature` WHERE `guid` = 133907 AND `id1` = 22307; -- misplaced\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN 78435 AND 78439;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(78435, 784350, 0, 0, 0, 0, 0, ''),\n(78436, 784360, 0, 0, 0, 0, 0, ''),\n(78437, 784370, 0, 0, 0, 0, 0, ''),\n(78438, 784380, 0, 0, 0, 0, 0, ''),\n(78439, 784390, 0, 0, 0, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN 784350 AND 784390;\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(784350, 1, -2831, 4488.55, -5.40144, 0, 0, 0, 0, 100, 0),\n(784350, 2, -2833.69, 4511.24, -6.97536, 0, 0, 0, 0, 100, 0),\n(784350, 3, -2842.93, 4539.57, -8.92945, 0, 0, 0, 0, 100, 0),\n(784350, 4, -2832.84, 4562.57, -10.6274, 0, 0, 0, 0, 100, 0),\n(784350, 5, -2812.07, 4585.45, -8.46509, 0, 0, 0, 0, 100, 0),\n(784350, 6, -2787.71, 4619.89, -9.44887, 0.898668, 4000, 0, 0, 100, 0),\n(784350, 7, -2803.7, 4593.78, -8.32121, 0, 0, 0, 0, 100, 0),\n(784350, 8, -2832.8, 4562.59, -10.6239, 0, 0, 0, 0, 100, 0),\n(784350, 9, -2841.43, 4548.17, -9.81332, 0, 0, 0, 0, 100, 0),\n(784350, 10, -2842.89, 4536.18, -8.57972, 0, 0, 0, 0, 100, 0),\n(784350, 11, -2832.78, 4509.27, -6.88285, 0, 0, 0, 0, 100, 0),\n(784350, 12, -2831.88, 4486.51, -5.39805, 0, 0, 0, 0, 100, 0),\n(784350, 13, -2845.88, 4456.93, -7.39068, 0, 0, 0, 0, 100, 0),\n(784350, 14, -2859.88, 4439.34, -7.46962, 0, 0, 0, 0, 100, 0),\n(784350, 15, -2890.42, 4435.54, -9.61593, 0, 0, 0, 0, 100, 0),\n(784350, 16, -2914.65, 4419.62, -10.2268, 3.67392, 4000,0, 0, 100, 0),\n(784350, 17, -2888.55, 4435.11, -9.39205, 0, 0, 0, 0, 100, 0),\n(784350, 18, -2859.97, 4439.61, -7.46688, 0, 0, 0, 0, 100, 0),\n(784350, 19, -2848.79, 4453.25, -7.47306, 0, 0, 0, 0, 100, 0),\n--\n(784360, 1, -2751.24, 4888.25, -9.28854, 3.74443, 4000,0, 0, 100, 0),\n(784360, 2, -2731.95, 4896.86, -6.58817, 0, 0, 0, 0, 100, 0),\n(784360, 3, -2718.83, 4895.61, -4.4686, 0, 0, 0, 0, 100, 0),\n(784360, 4, -2709.21, 4893.35, -2.85624, 0, 0, 0, 0, 100, 0),\n(784360, 5, -2703.63, 4899.27, -2.11423, 1.10156, 4000, 0, 0, 100, 0),\n(784360, 6, -2708.72, 4891.87, -2.74489, 0, 0, 0, 0, 100, 0),\n(784360, 7, -2715.36, 4890.9, -3.81047, 0, 0, 0, 0, 100, 0),\n(784360, 8, -2733.71, 4896.45, -6.85721, 0, 0, 0, 0, 100, 0),\n--\n(784370, 1, -3912.88, 4442.68, -21.8564, 0, 0, 0, 0, 100, 0),\n(784370, 2, -3885.3, 4449.06, -17.6061, 0, 0, 0, 0, 100, 0),\n(784370, 3, -3870.17, 4444.44, -17.0983, 0, 0, 0, 0, 100, 0),\n(784370, 4, -3857.8, 4425.22, -11.9723, 0, 0, 0, 0, 100, 0),\n(784370, 5, -3843.65, 4414.56, -5.42625, 0, 0, 0, 0, 100, 0),\n(784370, 6, -3826, 4395.88, -2.76405, 0, 0, 0, 0, 100, 0),\n(784370, 7, -3816.99, 4386.3, -1.74294, 0.453158, 25000, 0, 0, 100, 0),\n(784370, 8, -3843.95, 4414.5, -5.43119, 0, 0, 0, 0, 100, 0),\n(784370, 9, -3858.05, 4425.61, -12.0773, 0, 0, 0, 0, 100, 0),\n(784370, 10, -3870.53, 4444.23, -17.1895, 0, 0, 0, 0, 100, 0),\n(784370, 11, -3885.38, 4448.33, -17.5162, 0, 0, 0, 0, 100, 0),\n(784370, 12, -3901.84, 4441.53, -20.5696, 0, 0, 0, 0, 100, 0),\n(784370, 13, -3912.32, 4442.49, -21.6698, 0, 0, 0, 0, 100, 0),\n(784370, 14, -3922.04, 4441.38, -24.3755, 0, 0, 0, 0, 100, 0),\n(784370, 15, -3929.11, 4435.51, -24.3135, 0.757902, 25000, 0, 0, 100, 0),\n--\n(784380, 1, -3526.37, 4199.18, -4.18007, 0, 0, 0, 0, 100, 0),\n(784380, 2, -3502.95, 4204.91, -3.86274, 0, 0, 0, 0, 100, 0),\n(784380, 3, -3485.76, 4213.2, -5.05477, 0, 0, 0, 0, 100, 0),\n(784380, 4, -3478.05, 4210.96, -4.81493, 0, 0, 0, 0, 100, 0),\n(784380, 5, -3466.32, 4196, -3.19562, 0, 0, 0, 0, 100, 0),\n(784380, 6, -3458.17, 4190.77, -2.7045, 0, 0, 0, 0, 100, 0),\n(784380, 7, -3442.91, 4194.63, -4.69759, 0, 0, 0, 0, 100, 0),\n(784380, 8, -3419.98, 4207.14, -7.63673, 0, 0, 0, 0, 100, 0),\n(784380, 9, -3392.66, 4211.94, -9.26122, 0, 0, 0, 0, 100, 0),\n(784380, 10, -3371.72, 4209.28, -9.76929, 0, 0, 0, 0, 100, 0),\n(784380, 11, -3345.31, 4200.04, -8.81895, 0, 0, 0, 0, 100, 0),\n(784380, 12, -3318.96, 4181.89, -7.0849, 0, 0, 0, 0, 100, 0),\n(784380, 13, -3302.02, 4175.35, -7.40304, 0, 0, 0, 0, 100, 0),\n(784380, 14, -3292.47, 4177.36, -8.09926, 0, 0, 0, 0, 100, 0),\n(784380, 15, -3291.31, 4189.23, -9.51124, 1.70764, 4000, 0, 0, 100, 0),\n(784380, 16, -3293.06, 4177.42, -8.07473, 0, 0, 0, 0, 100, 0),\n(784380, 17, -3300.57, 4172.31, -7.15121, 0, 0, 0, 0, 100, 0),\n(784380, 18, -3310.15, 4173.36, -6.84514, 0, 0, 0, 0, 100, 0),\n(784380, 19, -3334.44, 4193.86, -7.95459, 0, 0, 0, 0, 100, 0),\n(784380, 20, -3355.39, 4203.79, -9.36296, 0, 0, 0, 0, 100, 0),\n(784380, 21, -3380.73, 4211.96, -9.7678, 0, 0, 0, 0, 100, 0),\n(784380, 22, -3393.45, 4211.85, -9.21899, 0, 0, 0, 0, 100, 0),\n(784380, 23, -3421.38, 4206.5, -7.50797, 0, 0, 0, 0, 100, 0),\n(784380, 24, -3444.25, 4194.58, -4.59379, 0, 0, 0, 0, 100, 0),\n(784380, 25, -3458.62, 4190.86, -2.68858, 0, 0, 0, 0, 100, 0),\n(784380, 26, -3469.01, 4198.23, -3.41623, 0, 0, 0, 0, 100, 0),\n(784380, 27, -3479, 4211.13, -4.81482, 0, 0, 0, 0, 100, 0),\n(784380, 28, -3488.95, 4213.56, -5.12335, 0, 0, 0, 0, 100, 0),\n(784380, 29, -3504.71, 4205.71, -4.04269, 0, 0, 0, 0, 100, 0),\n(784380, 30, -3522.31, 4198.98, -3.97894, 0, 0, 0, 0, 100, 0),\n(784380, 31, -3532.67, 4201.09, -4.47656, 0, 0, 0, 0, 100, 0),\n(784380, 32, -3553.74, 4222.86, -4.66667, 2.27873, 4000, 0, 0, 100, 0),\n--\n(784390, 1, -3082.88, 4264, -8.33045, 0, 0, 0, 0, 100, 0),\n(784390, 2, -3041.47, 4307.55, -11.0783, 0.823214, 4000, 0, 0, 100, 0),\n(784390, 3, -3063.64, 4284.76, -9.75672, 0, 0, 0, 0, 100, 0),\n(784390, 4, -3083.91, 4262.66, -8.21446, 0, 0, 0, 0, 100, 0),\n(784390, 5, -3096.39, 4258.22, -8.41367, 0, 0, 0, 0, 100, 0),\n(784390, 6, -3119.69, 4258.84, -10.3825, 0, 0, 0, 0, 100, 0),\n(784390, 7, -3136.22, 4243.77, -9.69491, 0, 0, 0, 0, 100, 0),\n(784390, 8, -3168.68, 4213.08, -8.5083, 0, 0, 0, 0, 100, 0),\n(784390, 9, -3167.28, 4197.63, -6.32812, 4.82227, 4000, 0, 0, 100, 0),\n(784390, 10, -3168.68, 4213.08, -8.5083, 0, 0, 0, 0, 100, 0),\n(784390, 11, -3120.7, 4259.65, -10.5223, 0, 0, 0, 0, 100, 0);\n\n\n/* fix Skettis area */\n\nSET @CGUID    := 671000;\nSET @WPID     := 6710000;\n\n-- fix Raven Stone Fragments\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (22986);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (22986);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(22986, 0, 0, 0, 75, 0, 100, 0, 0, 22972, 5, 2000, 0, 0, 50, 185541, 15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Invis Raven Stone - On Near Sparrowhawk - Spawn Raven Stone Fragment');\n\n-- fix speed Monstrous Kaliri - https://www.youtube.com/watch?v=vLIzGAOyQjY\nUPDATE `creature_template` SET `speed_walk` = 4 WHERE `Entry` = 23051; -- was set to 14\n\nDELETE FROM `creature` WHERE `id1` IN (21644, 21649, 21650, 21651, 21723, 21728, 21730, 21763, 21787, 21804, 21911, 23029, 23051, 23219);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n\n-- Skettis Wing Guard\n(@CGUID+1,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3869.3799, 3325.4800, 274.5950, 3.7699, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+2,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3854.9299, 3311.5300, 274.5640, 3.7176, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+3,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3734.6799, 3309.8101, 293.5740, 3.0369, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+4,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3727.7300, 3320.5300, 291.7550, 2.6878, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+5,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3651.6599, 3715.6399, 281.5980, 4.6077, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+6,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3664.6899, 3719.1899, 281.2800, 4.2586, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+7,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3840.8999, 3775.0901, 285.7320, 0.6632, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+8,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -3855.5601, 3795.2700, 287.0680, 0.4712, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+9,  21644, 0, 0, 530, 0, 0, 1, 1, 1, -4035.9399, 3307.8401, 284.2610, 1.5708, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+10, 21644, 0, 0, 530, 0, 0, 1, 1, 1, -4055.0400, 3308.3899, 284.4590, 1.4137, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+11, 21644, 0, 0, 530, 0, 0, 1, 1, 1, -4186.9600, 3089.4399, 324.0740, 1.5533, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+12, 21644, 0, 0, 530, 0, 0, 1, 1, 1, -4172.2300, 3087.3000, 323.6890, 1.0647, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Skettis Windwalker\n(@CGUID+13, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3674.9399, 3319.4299, 283.5690, 2.6005, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+14, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3801.3301, 3785.9700, 275.5740, 1.5883, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+15, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3874.4600, 3280.4900, 275.7670, 0.1396, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+16, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3884.6001, 3001.9500, 361.2780, 5.0964, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+17, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3886.3999, 3045.0400, 358.2240, 5.2884, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+18, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3917.4800, 2985.6201, 358.4460, 0.8901, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+19, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3945.9600, 3314.5100, 288.1360, 0.9599, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+20, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3975.3000, 3004.8799, 362.1660, 0.5061, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+21, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4019.0500, 3276.6799, 285.0210, 3.4383, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+22, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4074.6201, 3411.4299, 296.0100, 2.1467, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+23, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4095.3201, 3349.3899, 285.7530, 0.0873, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+24, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4110.5801, 3119.4299, 319.2220, 2.3038, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+25, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4115.6899, 3052.8401, 314.3520, 5.4454, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+26, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3712.3501, 3710.6001, 277.8750, 0.1105, 300, 2, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+27, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4194.7998, 3170.4099, 317.6860, 2.8542, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+28, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4179.0698, 3211.8501, 314.2770, 6.1332, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+29, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4173.2300, 3116.2400, 322.0850, 3.9202, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+30, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -4095.2400, 3187.5200, 297.1250, 4.7298, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+31, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3958.6799, 3250.2400, 294.1400, 1.5533, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+32, 21649, 0, 0, 530, 0, 0, 1, 1, 1, -3739.6001, 3748.6399, 273.8220, 0.0698, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n\n-- Skettis Talonite\n(@CGUID+33, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3691.04004, 3778.1499, 270.2330, 3.5605, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+34, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3708.65991, 3783.7100, 270.6070, 5.2709, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+35, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3748.88989, 3299.4099, 296.3950, 4.2935, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+36, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3796.52002, 3751.3501, 278.4210, 2.6529, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+37, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3828.95996, 3288.9099, 275.2700, 6.0185, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+38, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3883.87988, 3126.3401, 329.1230, 3.5605, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+39, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3922.62988, 3117.8999, 329.1210, 0.7505, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+40, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3947.89990, 2991.6899, 359.2970, 1.2392, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+41, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3978.19995, 3045.6699, 357.1200, 5.3058, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+42, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3988.88989, 3031.7600, 356.9570, 0.0698, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+43, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4012.36011, 3145.4900, 310.7580, 2.7576, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+44, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4049.65991, 3189.3301, 297.4340, 2.9845, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+45, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4102.72998, 3228.1799, 299.1930, 5.5676, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+46, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4126.35986, 3018.3201, 314.2470, 2.6005, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+47, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4157.18994, 3186.3501, 313.9000, 3.6128, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+48, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4181.77002, 3061.5500, 314.3120, 5.6200, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+49, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -4183.35986, 3029.3301, 314.3020, 0.5760, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+50, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3679.72998, 3371.8501, 283.0750, 0.6109, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+51, 21650, 0, 0, 530, 0, 0, 1, 1, 1, -3685.11011, 3707.4299, 277.8980, 5.1313, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Time-Lost Skettis Reaver\n(@CGUID+52, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3889.4399, 3788.5901, 334.8850, 5.2534, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+53, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3893.4299, 3075.9600, 362.5920, 3.0892, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+54, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3894.0400, 3086.4700, 374.7470, 5.5327, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+55, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3899.0701, 3679.8799, 335.8330, 2.6160, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+56, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3907.5801, 3112.3501, 328.5370, 0.1451, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+57, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3920.7500, 3017.9500, 356.8360, 2.4186, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+58, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3946.8899, 3222.0000, 334.0470, 0.0349, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+59, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3976.8601, 3218.6799, 333.8970, 4.8058, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+60, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3998.1201, 3293.5200, 284.2470, 5.8604, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+61, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3999.5300, 3152.3501, 362.6160, 0.2031, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+62, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4002.4399, 3127.3401, 363.5670, 3.7699, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+63, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4050.1899, 3297.9099, 332.9370, 4.3672, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+64, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4059.9199, 3269.6599, 332.9270, 2.5831, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+65, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4098.5801, 3014.3000, 344.2900, 1.1345, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+66, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4111.8101, 3034.1599, 344.6380, 3.3102, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+67, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4147.0898, 3046.9199, 315.0490, 2.9586, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+68, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4176.9800, 3038.3401, 343.8080, 5.2915, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+69, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4177.2100, 3185.0701, 315.6290, 1.0097, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+70, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -4201.8101, 3048.2600, 344.2210, 1.7621, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+71, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3629.4700, 3753.7600, 302.2280, 3.4209, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+72, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3642.9299, 3771.0300, 302.0400, 2.3799, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+73, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3647.5000, 3383.4500, 312.3450, 4.2237, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+74, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3669.3000, 3390.6399, 312.9610, 1.4835, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+75, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3681.6299, 3315.3401, 312.0170, 0.4682, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+76, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3685.7800, 3733.7000, 279.5150, 4.9742, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+77, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3691.5801, 3290.7500, 312.3000, 5.7072, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+78, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3711.1001, 3809.2900, 302.2720, 6.1087, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+79, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3725.2000, 3785.7400, 302.1990, 2.2340, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+80, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3839.2500, 3429.0500, 325.1350, 5.0947, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+81, 21651, 0, 0, 530, 0, 0, 1, 1, 1, -3852.9800, 3322.6399, 324.1380, 0.6066, 180, 0, 0, 7181, 0, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Skettis Surger\n(@CGUID+82,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3682.5500, 3484.4500, 258.8650, 5.8289, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+83,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3718.5901, 3448.1399, 252.0160, 4.9536, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+84,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3746.7600, 3415.2400, 251.3810, 2.3676, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+85,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3722.0400, 3386.9900, 273.1740, 1.1148, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+86,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3688.5300, 3418.8401, 272.0130, 2.2443, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+87,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3785.5801, 3385.8101, 259.7400, 4.5040, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+88,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3848.3501, 3386.8201, 256.4600, 5.3854, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+89,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3884.3501, 3358.0901, 263.3030, 3.9467, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+90,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3916.0400, 3384.5701, 254.9470, 0.2803, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+91,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3982.1101, 3386.0500, 269.7370, 5.9873, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+92,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -4017.8101, 3416.7800, 265.9460, 4.5112, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+93,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -4012.5200, 3482.3401, 269.6280, 5.5554, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+94,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3982.1101, 3449.0200, 259.4480, 2.7139, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+95,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3953.1899, 3414.8799, 252.9580, 5.9650, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+96,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -4014.0500, 3548.7100, 266.1940, 4.1954, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+97,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3982.2700, 3578.8301, 269.2130, 6.1073, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+98,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3981.8201, 3515.4900, 259.0850, 0.5785, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+99,  21728, 0, 0, 530, 0, 0, 1, 1, 0, -3948.9700, 3483.6101, 249.7190, 3.6367, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+100, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3917.0000, 3517.8899, 248.7900, 3.5606, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+101, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3947.3401, 3547.1201, 258.2810, 3.7525, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+102, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3949.2400, 3612.6001, 267.4670, 5.8699, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+103, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3916.5701, 3582.2500, 254.5830, 3.9947, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+104, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3848.8101, 3584.2500, 254.2580, 5.2878, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+105, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3882.5000, 3614.4199, 267.1910, 0.4401, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+106, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3847.6899, 3644.5300, 271.7560, 4.2485, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+107, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3815.9700, 3615.6101, 255.3700, 3.6075, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+108, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3785.0801, 3648.8999, 261.6840, 3.7917, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+109, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3785.5400, 3585.3501, 261.5100, 4.2380, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+110, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3718.8101, 3580.8201, 246.9530, 2.3576, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+111, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3716.6399, 3650.8899, 262.6570, 0.7830, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+112, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3747.7200, 3613.6101, 249.8760, 2.8166, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+113, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3684.6001, 3615.7300, 252.8770, 1.6930, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+114, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3650.8101, 3647.6799, 265.5760, 2.7271, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+115, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3683.3601, 3549.7800, 249.7030, 2.7846, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+116, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3651.0400, 3581.1399, 258.3730, 0.3512, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+117, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3617.0400, 3613.6101, 274.3130, 3.7471, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+118, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3649.6599, 3520.7100, 265.1910, 0.4541, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+119, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3615.8501, 3552.8000, 268.3240, 5.9848, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+120, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3549.7800, 3552.8501, 270.4860, 0.1064, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+121, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3481.7500, 3542.4500, 270.1390, 2.6145, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+122, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3417.0200, 3537.8301, 266.6340, 2.7384, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+123, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3312.3999, 3486.8201, 266.5650, 0.9471, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+124, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3342.8101, 3532.0701, 266.5220, 3.8681, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+125, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3313.5601, 3599.5000, 264.8130, 3.6159, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+126, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3303.2800, 3673.3701, 227.4750, 0.3136, 300, 10, 0, 5589, 3155, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+127, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3297.3601, 3465.1599, 267.0290, 2.1564, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+128, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3660.3000, 3513.9900, 261.7320, 1.5257, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+129, 21728, 0, 0, 530, 0, 0, 1, 1, 0, -3993.3000, 3550.8999, 263.6310, 4.7566, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n\n-- Alluvion\n(@CGUID+131, 21730, 0, 0, 530, 0, 0, 1, 1, 0, -3889.0701, 3579.5601, 249.9330, 5.7596, 600, 0, 0, 29500, 6618, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+132, 21730, 0, 0, 530, 0, 0, 1, 1, 0, -3972.0100, 3429.2700, 263.5920, 4.2761, 600, 0, 0, 29500, 6618, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+133, 21730, 0, 0, 530, 0, 0, 1, 1, 0, -3744.4199, 3428.0901, 249.5810, 4.1539, 600, 0, 0, 29500, 6618, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+134, 21730, 0, 0, 530, 0, 0, 1, 1, 0, -3724.6001, 3545.6799, 252.3530, 5.7596, 600, 0, 0, 29500, 6618, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Time-Lost Skettis Worshipper\n(@CGUID+135, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3890.9900, 3472.8301, 274.0060, 2.3213, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+136, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3901.3000, 3036.0000, 357.7320, 3.2806, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+137, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3957.9299, 3307.3501, 287.0570, 4.8062, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+138, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3975.1101, 3032.8899, 356.7520, 5.9529, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+139, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3996.2900, 2984.3201, 367.0390, 1.8156, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+140, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -4071.1699, 3399.9299, 294.3190, 4.7418, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+141, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -4094.4299, 3222.0300, 297.9020, 5.6245, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+142, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -4119.4800, 3108.5701, 318.4300, 3.9539, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+143, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -4137.5498, 3024.8401, 314.4360, 1.5473, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+144, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -4177.5498, 3196.2100, 314.0850, 4.4699, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+145, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3868.3501, 3521.8799, 278.5610, 3.7495, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+146, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3858.2000, 3322.0901, 274.6910, 5.3374, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+147, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3851.7100, 3537.5801, 278.8880, 2.8145, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+148, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3849.3301, 3785.1699, 284.3970, 0.1540, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+149, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3746.1001, 3304.4199, 295.5580, 1.0221, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+150, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3700.1499, 3774.0801, 270.2300, 3.4852, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+151, 21763, 0, 0, 530, 0, 0, 1, 1, 1, -3680.6799, 3378.9399, 282.7350, 4.3510, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Time-Lost Skettis High Priest\n(@CGUID+152, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4185.0898, 3056.9600, 344.2300, 4.5521, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+153, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4172.2300, 3180.6899, 315.8810, 5.3696, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+154, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4152.7798, 3042.5200, 315.8550, 0.6804, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+155, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4121.0498, 3013.4099, 344.2400, 3.4699, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+156, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4096.8799, 3018.3999, 344.2020, 4.2935, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+157, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4073.8301, 3189.6001, 296.6250, 2.6693, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+158, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4065.6799, 3273.3101, 332.9310, 5.7072, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+159, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4038.8000, 3258.2100, 332.9360, 2.2648, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+160, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4008.9800, 3126.4399, 362.6050, 0.6283, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+161, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -4002.6399, 3288.8301, 284.3620, 3.9372, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+162, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3981.1499, 3134.2700, 363.5920, 2.7751, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+163, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3962.0901, 3243.7700, 333.5890, 1.7434, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+164, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3940.6499, 3222.2200, 334.0570, 3.1416, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+165, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3927.4099, 3024.0300, 356.9080, 0.7131, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+166, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3912.3799, 3095.5801, 374.8010, 5.8532, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+167, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3904.7700, 3116.9600, 329.0210, 1.8671, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+168, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3898.6101, 3075.9700, 362.5780, 6.2483, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+169, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3898.1201, 3474.9700, 274.2650, 0.1057, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+170, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3895.8000, 3109.7500, 374.7350, 5.7688, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+171, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3888.0100, 3080.6699, 373.7950, 2.3562, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+172, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3886.8201, 3783.8301, 334.8780, 2.0595, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+173, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3882.7300, 3661.1699, 335.9970, 4.6251, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+174, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3873.4299, 3429.2300, 325.0330, 5.6200, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+175, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3870.8899, 3487.5300, 275.8550, 2.0260, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+176, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3868.0400, 3675.7700, 335.9040, 5.6200, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+177, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3860.1899, 3299.7200, 275.4090, 4.9213, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+178, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3856.2600, 3785.0801, 334.8910, 2.8449, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+179, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3854.1699, 3452.9800, 325.2530, 3.8921, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+180, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3831.2100, 3354.0100, 324.1330, 4.5733, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+181, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3727.4800, 3789.0500, 302.1260, 5.3407, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+182, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3707.9099, 3807.7200, 302.2700, 2.5831, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+183, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3705.2900, 3787.8301, 303.0330, 1.0115, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+184, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3702.4199, 3308.6399, 312.3130, 0.1585, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+185, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3690.0300, 3322.2100, 284.1700, 2.0299, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+186, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3689.8799, 3737.8401, 278.8990, 1.7348, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+187, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3687.1699, 3287.7600, 312.3120, 2.6005, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+188, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3668.8701, 3371.7800, 313.1020, 4.1537, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+189, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3668.6299, 3395.7300, 312.2110, 4.5379, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+190, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3651.4500, 3750.5601, 302.1410, 0.2026, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+191, 21787, 0, 0, 530, 0, 0, 1, 1, 1, -3649.2000, 3379.7200, 312.3370, 1.0297, 180, 0, 0, 5744, 3231, 0, 0, 0, 0, '', 0, 0, NULL),\n\n-- Skettis Kaliri\n(@CGUID+192, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3678.1899, 3720.2000, 277.6870, 0.9243, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+193, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3711.6499, 3750.6599, 278.4300, 2.6886, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+194, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3816.6799, 3751.6899, 277.6780, 0.7219, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+195, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4084.0801, 3214.3201, 296.4800, 3.8750, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+196, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4075.5200, 3185.9600, 296.6050, 1.7251, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+197, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4019.3999, 3149.9700, 310.3190, 5.9728, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+198, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4170.2100, 3173.4700, 316.2880, 4.6635, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+199, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4075.2200, 3351.7900, 285.2210, 2.4426, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+200, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4070.7600, 3385.7900, 289.3000, 3.7147, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+201, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4048.9500, 3320.2900, 284.6150, 0.2989, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+202, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3983.1299, 3278.3899, 286.4640, 5.7435, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+203, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3951.4299, 3283.6899, 289.4250, 4.1686, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+204, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3831.1899, 3534.5400, 279.9780, 2.3627, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+205, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3884.1699, 3481.9700, 275.0780, 3.3501, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+206, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3745.8899, 3315.3501, 293.3680, 4.9049, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+207, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3853.4600, 3287.8201, 275.1400, 1.6002, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+208, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3907.2500, 3135.7800, 328.9060, 4.5948, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+209, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4050.4299, 3147.0400, 304.3830, 2.1681, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+210, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3984.5100, 3080.7700, 339.4940, 4.0746, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+211, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4084.5500, 3050.7800, 316.4670, 2.0569, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+212, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4116.3999, 3083.5200, 316.1530, 5.8511, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+213, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4083.3701, 3113.9700, 315.9750, 3.3461, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+214, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4153.9702, 3117.6499, 320.6650, 3.4483, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+215, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4148.6899, 3083.0400, 316.9180, 4.4954, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+216, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4152.5498, 3018.9600, 316.4680, 2.7821, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+217, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -4148.7500, 3051.1299, 314.2920, 2.0851, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+218, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3954.7400, 3023.4299, 356.9920, 2.9349, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+219, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3926.9099, 3048.1299, 357.9630, 3.9846, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+220, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3909.5200, 3020.3401, 356.8440, 5.6803, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+221, 21804, 0, 0, 530, 0, 0, 1, 1, 0, -3688.7700, 3352.1599, 284.1500, 3.2816, 300, 10, 0, 3144, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n\n-- Skettis Soul Caller\n(@CGUID+222, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4179.7100, 3087.2200, 325.2720, 4.5672, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+223, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4166.7700, 3162.5701, 316.6580, 3.3833, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+224, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4166.6602, 3020.2900, 315.5670, 2.8623, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+225, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4141.0498, 3084.6299, 315.7360, 1.3554, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+226, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4129.2598, 3026.7300, 343.9920, 2.9621, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+227, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4120.7002, 3031.7500, 314.0900, 4.3226, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+228, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4118.4199, 3034.3799, 344.2100, 0.7457, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+229, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4011.0300, 3305.4700, 283.8960, 3.9067, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+230, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -4000.1399, 3272.0000, 284.1810, 4.1015, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+231, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3979.9600, 3240.4500, 332.8120, 2.6030, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+232, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3978.9500, 3230.2400, 333.3290, 5.1180, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+233, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3967.0300, 3204.6599, 334.1240, 4.2683, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+234, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3960.3601, 3279.2400, 290.4370, 6.2197, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+235, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3933.6699, 3146.5000, 326.2170, 3.2976, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+236, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3921.2200, 3102.8101, 373.6190, 2.7684, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+237, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3917.5701, 3103.0601, 362.3760, 4.4275, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+238, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3911.5500, 3109.3501, 373.6860, 0.4823, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+239, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3898.8799, 3150.2800, 325.3490, 0.9998, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+240, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3896.7300, 3299.8201, 287.3870, 2.0066, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+241, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3892.4900, 3332.7800, 275.4500, 1.7104, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+242, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3879.7000, 3698.1299, 334.7630, 1.4782, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+243, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3876.8899, 3690.9299, 335.2280, 5.5380, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+244, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3876.0000, 3108.3601, 331.7820, 2.6005, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+245, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3859.1499, 3527.6101, 278.4470, 2.8623, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+246, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3857.8401, 3324.4700, 324.1420, 5.9751, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+247, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3852.7100, 3286.2000, 275.2850, 2.6099, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+248, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3848.1201, 3418.0701, 324.5210, 0.9366, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+249, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3846.5500, 3749.7800, 281.6700, 5.6813, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+250, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3815.2600, 3727.3301, 282.2290, 5.3725, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+251, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3786.2200, 3766.6101, 277.4640, 0.8203, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+252, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3724.7400, 3772.4600, 271.2280, 4.9790, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+253, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3708.8301, 3318.9700, 289.8620, 0.8830, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+254, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3708.1599, 3745.7700, 277.1090, 3.8746, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+255, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3705.5200, 3782.2100, 302.2520, 3.5286, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+256, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3704.9500, 3339.5100, 286.5750, 5.2895, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+257, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3696.9700, 3787.3601, 302.1570, 5.9021, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+258, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3681.8401, 3341.2000, 285.5000, 5.5394, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+259, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3673.8101, 3751.9099, 277.8400, 0.6149, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+260, 21911, 0, 0, 530, 0, 0, 1, 1, 1, -3658.7400, 3716.8401, 282.6260, 1.2402, 300, 0, 1, 5589, 3155, 2, 0, 0, 0, '', 0, 0, NULL),\n\n-- Talonsworn Forest-Rager\n(@CGUID+261, 23029, 0, 0, 530, 0, 0, 1, 1, 0, -3738.8999, 3723.0601, 279.2620, 4.1998, 300, 0, 1, 28724, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+262, 23029, 0, 0, 530, 0, 0, 1, 1, 0, -4053.2700, 3555.2200, 282.9350, 4.9694, 300, 0, 1, 28724, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+263, 23029, 0, 0, 530, 0, 0, 1, 1, 0, -3906.1101, 3238.1799, 301.1740, 5.0529, 300, 0, 1, 28724, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+264, 23029, 0, 0, 530, 0, 0, 1, 1, 0, -3655.9800, 3408.1699, 280.9450, 3.4439, 300, 0, 1, 28724, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n\n-- Monstrous Kaliri\n(@CGUID+265, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3733.9099, 3794.4500, 311.5980, 1.4695, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+266, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3871.0801, 3673.6001, 374.4300, 0.8129, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+267, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -4099.4199, 3040.6699, 353.4830, 3.0118, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+268, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3895.0300, 3101.4600, 393.8880, 5.9677, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+269, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -4044.5901, 3250.3501, 342.3280, 3.5325, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+270, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3854.1899, 3447.4199, 363.6230, 0.3985, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+271, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3666.7200, 3401.0500, 321.5120, 3.1722, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+272, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -4203.7598, 3028.5601, 364.8610, 5.6666, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+273, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -4209.9199, 3166.6699, 345.6770, 5.6666, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+274, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3871.4800, 3344.1399, 381.5900, 4.0513, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+275, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -4111.4702, 3669.3999, 439.5020, 5.2168, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+276, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3916.0400, 2970.3101, 381.2780, 3.3501, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+277, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3709.1399, 3300.4199, 333.1560, 1.9359, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+278, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3823.0701, 3338.6299, 346.3470, 2.2112, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+279, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3866.4299, 3658.9099, 344.1130, 4.8005, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+280, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3621.1399, 3762.9099, 319.1760, 4.6535, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+281, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3879.7100, 3671.7400, 380.7400, 5.5822, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+282, 23051, 0, 0, 530, 0, 0, 1, 1, 0, -3858.6799, 3437.1599, 370.3190, 1.4226, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n\n-- Blackwind Warp Chaser\n(@CGUID+283, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3587.1799, 3722.0400, 286.7970, 4.8084, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+284, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3614.7600, 3819.0601, 253.1680, 5.0449, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+285, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3881.1799, 3746.6899, 292.7130, 0.3490, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+286, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3983.2700, 3849.0701, 313.8520, 0.1957, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+287, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3981.9600, 3781.0000, 296.1340, 5.0906, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+288, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4049.8401, 3846.2700, 313.0600, 1.6668, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+289, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3918.7000, 3784.0400, 291.6920, 4.4328, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+290, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4044.3999, 3801.5501, 314.0130, 1.6988, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+291, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3955.1001, 3814.9199, 299.8030, 3.5397, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+292, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4012.8201, 3817.18994, 295.1380, 2.9422, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+293, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4044.1201, 3651.0000, 297.4070, 5.0697, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+294, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4016.2000, 3616.1499, 285.9780, 5.4516, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+295, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4052.9800, 3716.8301, 308.7910, 1.0849, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+296, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4017.4099, 3682.7800, 300.7910, 2.6098, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+297, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3981.2500, 3651.0300, 283.0880, 1.7654, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+298, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3949.6399, 3746.4199, 294.9980, 4.0093, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+299, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4053.3000, 3584.6101, 289.7850, 0.4471, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+300, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4053.8501, 3518.3201, 283.0050, 3.5194, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+301, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4086.9900, 3602.4800, 314.0000, 6.1753, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+302, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4081.8701, 3550.3301, 290.5690, 1.2091, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+303, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4146.1802, 3555.8899, 320.8080, 1.8500, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+304, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4117.4199, 3517.2900, 291.2090, 0.9477, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+305, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4076.3799, 3487.0000, 288.4010, 4.6619, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+306, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4119.1201, 3448.9500, 290.0600, 4.3323, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+307, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3810.6499, 2902.5300, 383.4600, 2.8990, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+308, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3854.6299, 2948.4900, 356.0330, 0.3142, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+309, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4253.4702, 2981.6899, 315.0750, 4.1083, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+310, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4269.4399, 3168.7300, 323.2600, 2.6017, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+311, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4296.5698, 3017.9399, 356.5400, 1.3979, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+312, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4239.6899, 3104.1599, 329.2200, 5.9677, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+313, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4242.8701, 3338.8899, 282.0410, 1.3383, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+314, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4142.3101, 3289.3000, 291.2690, 5.9850, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+315, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4180.5098, 3347.7200, 265.4360, 5.3243, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+316, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -4211.0801, 3284.3301, 298.3200, 0.9593, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+317, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3619.3601, 3452.2200, 288.1880, 5.2518, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+318, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3591.5200, 3481.1699, 282.0610, 0.1185, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+319, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3447.3501, 3478.6799, 286.6640, 1.3539, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+320, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3257.2200, 3493.2600, 328.3510, 3.7318, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+321, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3274.2000, 3531.5000, 322.8210, 6.0319, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+322, 23219, 0, 0, 530, 0, 0, 1, 1, 0, -3248.9700, 3647.8201, 247.6020, 0.8207, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n\n-- Blackwind Sabercat\n(@CGUID+323, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3248.2500, 3317.6001, 254.5510, 5.7223, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+324, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3283.4099, 3289.2500, 259.7010, 3.0145, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+325, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3348.2600, 3250.9800, 304.4300, 2.4433, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+326, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3410.6299, 3225.8000, 312.4610, 1.1988, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+327, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3383.0200, 3284.0200, 303.8730, 0.6854, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+328, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3412.6599, 3319.0801, 322.4430, 2.5789, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+329, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3416.7300, 3150.9099, 314.2640, 2.6637, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+330, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3449.4600, 3115.7600, 309.7220, 5.5577, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+331, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3414.4600, 3382.7700, 315.8200, 4.1680, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+332, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3602.5400, 3085.4600, 312.5160, 0.4961, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+333, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3617.6899, 3146.5500, 314.1440, 3.4501, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+334, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3640.6101, 3185.0300, 314.2660, 1.8799, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+335, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3584.7200, 3115.5901, 314.7530, 0.0136, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+336, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3648.4800, 2988.8401, 336.7770, 5.9394, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+337, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3650.0200, 2923.6299, 331.9410, 4.3046, 300, 10, 0, 6761, 0, 1, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+338, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3555.6699, 3212.8701, 309.3910, 4.9724, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+339, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3507.5300, 3240.7400, 292.2540, 3.6653, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+340, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3509.0601, 3158.6499, 315.5990, 2.5164, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+341, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3497.7600, 3222.7000, 297.6160, 1.3340, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL),\n(@CGUID+342, 21723, 0, 0, 530, 0, 0, 1, 1, 0, -3530.8201, 3153.3000, 315.3120, 3.6083, 300, 0, 1, 6986, 0, 2, 0, 0, 0, '', 0, 0, NULL);\n\nDELETE FROM `pool_creature` WHERE `pool_entry` IN (601055);\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(@CGUID+131, 601055, 0, 'Alluvion'),\n(@CGUID+132, 601055, 0, 'Alluvion'),\n(@CGUID+133, 601055, 0, 'Alluvion'),\n(@CGUID+134, 601055, 0, 'Alluvion');\n\nDELETE FROM `pool_template` WHERE `entry` IN (601055);\nINSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES \n(601055, 1, 'Alluvion - Skettis');\n\n-- remove unused creature_addon entries \nDELETE FROM `creature_addon` WHERE `guid` IN \n(76656, 76660, 76661, 76662, 76663, 76664, 76669, 76670, 76675, 76676, 79017, 79020, 83237, 83238, 86099, 86115, 86116, 86117, 86131, 86133, \n132553, 132554, 132555, 132556, 132557, 132558, 132560, 132562, 132564, 132565, 132566, 132567, 132778, 132780, 132781, 132782, 132783, \n132784, 132785, 132786, 132787, 132788, 132789, 132790, 132791, 132792, 132793, 132794, 132795, 132796, 132797, 132798, 132799, 132800, \n132801, 132802, 132803, 132804, 132805, 132806, 132807, 132808, 132809, 132810, 132811, 132812, 132813, 132839, 132840, 132841, 132842);\n\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+27 AND @CGUID+32;\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+127 AND @CGUID+129;\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+222 AND @CGUID+282;\nDELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+338 AND @CGUID+342;\n--\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n--\n(@CGUID+27, @WPID+270, 0, 0, 0, 0, 0, ''),   -- Skettis Windwalker\n(@CGUID+28, @WPID+280, 0, 0, 0, 0, 0, ''),\n(@CGUID+29, @WPID+290, 0, 0, 0, 0, 0, ''),\n(@CGUID+30, @WPID+300, 0, 0, 0, 0, 0, ''),\n(@CGUID+31, @WPID+310, 0, 0, 0, 0, 0, ''),\n(@CGUID+32, @WPID+320, 0, 0, 0, 0, 0, ''),\n--\n(@CGUID+127, @WPID+1270, 0, 0, 0, 0, 0, ''), -- Skettis Surger\n(@CGUID+128, @WPID+1280, 0, 0, 0, 0, 0, ''),\n(@CGUID+129, @WPID+1290, 0, 0, 0, 0, 0, ''),\n--\n(@CGUID+222, @WPID+2220, 0, 0, 0, 0, 0, ''), -- Skettis Soul Caller\n(@CGUID+223, @WPID+2230, 0, 0, 0, 0, 0, ''),\n(@CGUID+224, @WPID+2240, 0, 0, 0, 0, 0, ''),\n(@CGUID+225, @WPID+2250, 0, 0, 0, 0, 0, ''),\n(@CGUID+226, @WPID+2260, 0, 0, 0, 0, 0, ''),\n(@CGUID+227, @WPID+2270, 0, 0, 0, 0, 0, ''),\n(@CGUID+228, @WPID+2280, 0, 0, 0, 0, 0, ''),\n(@CGUID+229, @WPID+2290, 0, 0, 0, 0, 0, ''),\n(@CGUID+230, @WPID+2300, 0, 0, 0, 0, 0, ''),\n(@CGUID+231, @WPID+2310, 0, 0, 0, 0, 0, ''),\n(@CGUID+232, @WPID+2320, 0, 0, 0, 0, 0, ''),\n(@CGUID+233, @WPID+2330, 0, 0, 0, 0, 0, ''),\n(@CGUID+234, @WPID+2340, 0, 0, 0, 0, 0, ''),\n(@CGUID+235, @WPID+2350, 0, 0, 0, 0, 0, ''),\n(@CGUID+236, @WPID+2360, 0, 0, 0, 0, 0, ''),\n(@CGUID+237, @WPID+2370, 0, 0, 0, 0, 0, ''),\n(@CGUID+238, @WPID+2380, 0, 0, 0, 0, 0, ''),\n(@CGUID+239, @WPID+2390, 0, 0, 0, 0, 0, ''),\n(@CGUID+240, @WPID+2400, 0, 0, 0, 0, 0, ''),\n(@CGUID+241, @WPID+2410, 0, 0, 0, 0, 0, ''),\n(@CGUID+242, @WPID+2420, 0, 0, 0, 0, 0, ''),\n(@CGUID+243, @WPID+2430, 0, 0, 0, 0, 0, ''),\n(@CGUID+244, @WPID+2440, 0, 0, 0, 0, 0, ''),\n(@CGUID+245, @WPID+2450, 0, 0, 0, 0, 0, ''),\n(@CGUID+246, @WPID+2460, 0, 0, 0, 0, 0, ''),\n(@CGUID+247, @WPID+2470, 0, 0, 0, 0, 0, ''),\n(@CGUID+248, @WPID+2480, 0, 0, 0, 0, 0, ''),\n(@CGUID+249, @WPID+2490, 0, 0, 0, 0, 0, ''),\n(@CGUID+250, @WPID+2500, 0, 0, 0, 0, 0, ''),\n(@CGUID+251, @WPID+2510, 0, 0, 0, 0, 0, ''),\n(@CGUID+252, @WPID+2520, 0, 0, 0, 0, 0, ''),\n(@CGUID+253, @WPID+2530, 0, 0, 0, 0, 0, ''),\n(@CGUID+254, @WPID+2540, 0, 0, 0, 0, 0, ''),\n(@CGUID+255, @WPID+2550, 0, 0, 0, 0, 0, ''),\n(@CGUID+256, @WPID+2560, 0, 0, 0, 0, 0, ''),\n(@CGUID+257, @WPID+2570, 0, 0, 0, 0, 0, ''),\n(@CGUID+258, @WPID+2580, 0, 0, 0, 0, 0, ''),\n(@CGUID+259, @WPID+2590, 0, 0, 0, 0, 0, ''),\n(@CGUID+260, @WPID+2600, 0, 0, 0, 0, 0, ''),\n--\n(@CGUID+261, @WPID+2610, 0, 0, 0, 0, 0, ''), -- Talonsworn Forest-Rager\n(@CGUID+262, @WPID+2620, 0, 0, 0, 0, 0, ''),\n(@CGUID+263, @WPID+2630, 0, 0, 0, 0, 0, ''),\n(@CGUID+264, @WPID+2640, 0, 0, 0, 0, 0, ''),\n--\n(@CGUID+265, @WPID+2650, 0, 0, 0, 0, 0, ''), -- Monstrous Kaliri\n(@CGUID+266, @WPID+2660, 0, 0, 0, 0, 0, ''),\n(@CGUID+267, @WPID+2670, 0, 0, 0, 0, 0, ''),\n(@CGUID+268, @WPID+2680, 0, 0, 0, 0, 0, ''),\n(@CGUID+269, @WPID+2690, 0, 0, 0, 0, 0, ''),\n(@CGUID+270, @WPID+2700, 0, 0, 0, 0, 0, ''),\n(@CGUID+271, @WPID+2710, 0, 0, 0, 0, 0, ''),\n(@CGUID+272, @WPID+2720, 0, 0, 0, 0, 0, ''),\n(@CGUID+273, @WPID+2730, 0, 0, 0, 0, 0, ''),\n(@CGUID+274, @WPID+2740, 0, 0, 0, 0, 0, ''),\n(@CGUID+275, @WPID+2750, 0, 0, 0, 0, 0, ''),\n(@CGUID+276, @WPID+2760, 0, 0, 0, 0, 0, ''),\n(@CGUID+277, @WPID+2770, 0, 0, 0, 0, 0, ''),\n(@CGUID+278, @WPID+2780, 0, 0, 0, 0, 0, ''),\n(@CGUID+279, @WPID+2790, 0, 0, 0, 0, 0, ''),\n(@CGUID+280, @WPID+2800, 0, 0, 0, 0, 0, ''),\n(@CGUID+281, @WPID+2810, 0, 0, 0, 0, 0, ''),\n(@CGUID+282, @WPID+2820, 0, 0, 0, 0, 0, ''),\n--\n(@CGUID+338, @WPID+3380, 0, 0, 0, 0, 0, ''), -- Blackwind Sabercat\n(@CGUID+339, @WPID+3390, 0, 0, 0, 0, 0, ''),\n(@CGUID+340, @WPID+3400, 0, 0, 0, 0, 0, ''),\n(@CGUID+341, @WPID+3410, 0, 0, 0, 0, 0, ''),\n(@CGUID+342, @WPID+3420, 0, 0, 0, 0, 0, '');\n\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+270 AND @WPID+320;\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+1270 AND @WPID+1290;\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+2220 AND @WPID+2820;\nDELETE FROM `waypoint_data` WHERE `id` BETWEEN @WPID+3380 AND @WPID+3420;\n--\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(@WPID+270, 1, -4179.62, 3181.17, 315.761, 0, 1000, 0, 0, 100, 0),   -- Skettis Windwalker\n(@WPID+280, 1, -4175.36, 3188.11, 314.792, 0, 1000, 0, 0, 100, 0),\n(@WPID+290, 1, -4174.46, 3115.02, 322.523, 2.96561, 29000, 0, 0, 100, 0),\n(@WPID+300, 1, -4095.24, 3187.52, 297.125, 4.72984,  5000, 0, 0, 100, 0),\n(@WPID+310, 1, -3958.68, 3250.24, 294.14,  3.94444,  6000, 0, 0, 100, 0),\n(@WPID+310, 2, -3958.68, 3250.24, 294.14,  1.55334, 90000, 0, 0, 100, 0),\n(@WPID+320, 1, -3739.6, 3748.64, 273.822,  2.02458,  6000, 0, 0, 100, 0),\n(@WPID+320, 2, -3739.6, 3748.64, 273.822,  0.06981, 90000, 0, 0, 100, 0),\n--\n(@WPID+1270, 1, -3315.88, 3493.09, 266.564, 0, 0, 0, 0, 100, 0),     -- Skettis Surger 1\n(@WPID+1270, 2, -3331.39, 3519.39, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 3, -3347.09, 3531.5, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 4, -3377.52, 3530.71, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 5, -3403.91, 3532.34, 266.898, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 6, -3433.05, 3530.75, 267.936, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 7, -3459.19, 3539.28, 267.865, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 8, -3497.42, 3546.82, 269.222, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 9, -3533.47, 3551.36, 269.219, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 10, -3566.48, 3555.92, 269.192, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 11, -3600.6, 3557.65, 267.737, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 12, -3634.47, 3557.05, 264.486, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 13, -3665.88, 3560.07, 255.348, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 14, -3702.86, 3553.47, 243.634, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 15, -3665.88, 3560.07, 255.348, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 16, -3634.47, 3557.05, 264.486, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 17, -3600.6, 3557.65, 267.737, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 18, -3566.48, 3555.92, 269.192, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 19, -3533.47, 3551.36, 269.219, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 20, -3497.5, 3546.83, 269.165, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 21, -3459.19, 3539.28, 267.865, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 22, -3433.05, 3530.75, 267.936, 0, 0, 0, 0, 100, 0), \n(@WPID+1270, 23, -3403.91, 3532.34, 266.898, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 24, -3377.52, 3530.71, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 25, -3347.09, 3531.5, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 26, -3331.39, 3519.39, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 27, -3315.88, 3493.09, 266.564, 0, 0, 0, 0, 100, 0),\n(@WPID+1270, 28, -3293.57, 3460.82, 266.477, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+1280, 1, -3659.17, 3539.03, 261.988, 0, 0, 0, 0, 100, 0),     -- Skettis Surger 2\n(@WPID+1280, 2, -3679.56, 3559.38, 249.745, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 3, -3699.6, 3590.5, 243.423, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 4, -3725.98, 3600.31, 242.739, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 5, -3754.32, 3609.75, 249.256, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 6, -3787.62, 3610.18, 254.094, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 7, -3826.58, 3617.61, 254.925, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 8, -3857.73, 3605, 253.167, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 9, -3887.3, 3589.72, 250.364, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 10, -3923.87, 3569.8, 252.848, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 11, -3958.14, 3542.9, 251.184, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 12, -3992.94, 3509.18, 257.508, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 13, -4007.25, 3477.03, 268.323, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 14, -4030.67, 3458.7, 273.242, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 15, -4007.25, 3477.03, 268.323, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 16, -3992.94, 3509.18, 257.508, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 17, -3958.14, 3542.9, 251.184, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 18, -3923.87, 3569.8, 252.848, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 19, -3887.3, 3589.72, 250.364, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 20, -3857.73, 3605, 253.167, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 21, -3826.58, 3617.61, 254.925, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 22, -3787.62, 3610.18, 254.094, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 23, -3754.32, 3609.75, 249.256, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 24, -3725.98, 3600.31, 242.739, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 25, -3699.6, 3590.5, 243.423, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 26, -3679.56, 3559.38, 249.745, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 27, -3659.17, 3539.03, 261.988, 0, 0, 0, 0, 100, 0),\n(@WPID+1280, 28, -3658.85, 3508.94, 263.688, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+1290, 1, -3991.47, 3509.38, 256.984, 0, 0, 0, 0, 100, 0),     -- Skettis Surger 3\n(@WPID+1290, 2, -3987.43, 3481.49, 259.587, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 3, -3968.07, 3452.54, 259.67, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 4, -3934.94, 3416.93, 256.698, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 5, -3924.8, 3392.87, 254.931, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 6, -3881.32, 3382.8, 251.085, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 7, -3846.2, 3389.68, 254.627, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 8, -3806.47, 3401.63, 256.683, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 9, -3770, 3421.01, 248.395, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 10, -3735.82, 3433.44, 250.546, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 11, -3705, 3444.4, 259.458, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 12, -3685.42, 3477.84, 259.306, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 13, -3677.16, 3517.68, 253.231, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 14, -3650.03, 3549.74, 261.913, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 15, -3645.78, 3590.05, 261.96, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 16, -3639.5, 3626.65, 266.698, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 17, -3645.78, 3590.05, 261.96, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 18, -3650.03, 3549.74, 261.913, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 19, -3677.16, 3517.68, 253.231, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 20, -3685.42, 3477.84, 259.306, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 21, -3705, 3444.4, 259.458, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 22, -3735.82, 3433.44, 250.546, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 23, -3770, 3421.01, 248.395, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 24, -3806.47, 3401.63, 256.683, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 25, -3846.2, 3389.68, 254.627, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 26, -3881.32, 3382.8, 251.085, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 27, -3924.8, 3392.87, 254.931, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 28, -3934.94, 3416.93, 256.698, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 29, -3968.07, 3452.54, 259.67, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 30, -3987.43, 3481.49, 259.587, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 31, -3991.47, 3509.38, 256.984, 0, 0, 0, 0, 100, 0),\n(@WPID+1290, 32, -3993.13, 3549.21, 262.323, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2220, 1, -4182.83, 3065.91, 342.286, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 1\n(@WPID+2220, 2, -4185.46, 3058.01, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 3, -4198.15, 3054.56, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 4, -4203.27, 3043.31, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 5, -4197.61, 3031.46, 344.153, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 6, -4180.88, 3032.45, 343.721, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 7, -4197.61, 3031.46, 344.153, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 8, -4203.27, 3043.31, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 9, -4198.15, 3054.56, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 10, -4185.46, 3058.01, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 11, -4182.83, 3065.91, 342.286, 0, 0, 0, 0, 100, 0),\n(@WPID+2220, 12, -4179.64, 3088.31, 324.582, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2230, 1, -4173.05, 3176.96, 316.063, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 2 !\n--\n(@WPID+2240, 1, -4148.86, 3048.82, 314.835, 0, 12000, 0, 0, 100, 0), -- Skettis Soul Caller 3\n(@WPID+2240, 2, -4166.66, 3020.3, 315.624, 2.86234, 1000, 0, 0, 100, 0),\n--\n(@WPID+2250, 1, -4148.57, 3049.41, 314.506, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 4 !\n--\n(@WPID+2260, 1, -4151.16, 3030.71, 336.914, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 5\n(@WPID+2260, 2, -4172.56, 3034.9, 343.205, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 3, -4175.53, 3039.49, 343.736, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 4, -4174.93, 3050.15, 344.039, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 5, -4180.72, 3057.82, 344.133, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 6, -4175.09, 3050.36, 344.039, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 7, -4175.53, 3039.49, 343.736, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 8, -4172.66, 3035.05, 343.208, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 9, -4151.16, 3030.71, 336.914, 0, 0, 0, 0, 100, 0),\n(@WPID+2260, 10, -4128.61, 3026.25, 344.056, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2270, 1, -4144.29, 3043.4, 315.113, 0, 1000, 0, 0, 100, 0),   -- Skettis Soul Caller 6 !\n--\n(@WPID+2280, 1, -4105.24, 3036.22, 344.098, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 7\n(@WPID+2280, 2, -4097.89, 3031.17, 344.027, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 3, -4095.69, 3020.44, 343.949, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 4, -4098.69, 3011.09, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 5, -4106.73, 3008.45, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 6, -4117.77, 3008.96, 344.149, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 7, -4125.17, 3020.1, 344.152, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 8, -4117.91, 3009.17, 344.149, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 9, -4106.92, 3008.46, 344.139, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 10, -4098.69, 3011.09, 344.14, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 11, -4095.69, 3020.44, 343.949, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 12, -4097.89, 3031.17, 344.027, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 13, -4105.24, 3036.22, 344.098, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 14, -4115.79, 3036.8, 344.047, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 15, -4120.73, 3032.14, 344.071, 0, 0, 0, 0, 100, 0),\n(@WPID+2280, 16, -4115.79, 3036.8, 344.047, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2290, 1, -4005.67, 3291.76, 284.28, 0, 1000, 0, 0, 100, 0),   -- Skettis Soul Caller 8 !\n--\n(@WPID+2300, 1, -3999.47, 3285.25, 284.218, 0, 12000, 0, 0, 100, 0), -- Skettis Soul Caller 9\n(@WPID+2300, 2, -4000.14, 3272, 284.155, 4.10152, 1000, 0, 0, 100, 0),\n--\n(@WPID+2310, 1, -3998.74, 3251.67, 326.222, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 10\n(@WPID+2310, 2, -4022.94, 3265.63, 332.861, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 3, -4032.46, 3265.43, 332.849, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 4, -4042.09, 3258.39, 332.85, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 5, -4054.29, 3258.96, 332.851, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 6, -4065.54, 3273.36, 332.849, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 7, -4061.11, 3290.43, 332.853, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 8, -4048.01, 3298.7, 332.856, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 9, -4061.11, 3290.43, 332.853, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 10, -4065.54, 3273.36, 332.849, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 11, -4054.29, 3258.96, 332.851, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 12, -4042.09, 3258.39, 332.85, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 13, -4032.46, 3265.43, 332.849, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 14, -4022.95, 3265.63, 332.859, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 15, -3998.74, 3251.67, 326.222, 0, 0, 0, 0, 100, 0),\n(@WPID+2310, 16, -3979.64, 3240.23, 332.742, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2320, 1, -3972.56, 3215.37, 333.847, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 11\n(@WPID+2320, 2, -3956.4, 3211.54, 333.966, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 3, -3943.3, 3220.04, 333.971, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 4, -3945.21, 3233.37, 333.964, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 5, -3950.4, 3242.91, 333.964, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 6, -3967.19, 3241.09, 333.465, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 7, -3950.4, 3242.91, 333.964, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 8, -3945.21, 3233.37, 333.964, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 9, -3943.3, 3220.04, 333.971, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 10, -3956.4, 3211.54, 333.966, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 11, -3972.56, 3215.37, 333.847, 0, 0, 0, 0, 100, 0),\n(@WPID+2320, 12, -3979.68, 3230.16, 333.182, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2330, 1, -3978.83, 3179.86, 345.187, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 12\n(@WPID+2330, 2, -3986.98, 3162.93, 360.837, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 3, -3991.18, 3154.45, 362.546, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 4, -4006.07, 3150.62, 362.538, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 5, -4014.37, 3134.93, 362.541, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 6, -4004.22, 3122.31, 362.545, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 7, -3985.18, 3123.63, 362.053, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 8, -4004.22, 3122.31, 362.545, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 9, -4014.37, 3134.93, 362.541, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 10, -4006.07, 3150.62, 362.538, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 11, -3991.18, 3154.45, 362.546, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 12, -3986.98, 3162.93, 360.837, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 13, -3978.83, 3179.86, 345.187, 0, 0, 0, 0, 100, 0),\n(@WPID+2330, 14, -3967.27, 3204.62, 334.049, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2340, 1, -3994.27, 3290.57, 284.403, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 13 !\n--\n(@WPID+2350, 1, -3910.11, 3115.83, 328.602, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 14 !\n--\n(@WPID+2360, 1, -3946.16, 3112.57, 360.835, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 15\n(@WPID+2360, 2, -3977.61, 3124.79, 361.508, 0, 0, 0, 0, 100, 0),\n(@WPID+2360, 3, -3976.48, 3139.85, 362.094, 0, 0, 0, 0, 100, 0),\n(@WPID+2360, 4, -3985.85, 3153.42, 362.548, 0, 0, 0, 0, 100, 0),\n(@WPID+2360, 5, -3976.48, 3139.85, 362.094, 0, 0, 0, 0, 100, 0),\n(@WPID+2360, 6, -3977.61, 3124.79, 361.508, 0, 0, 0, 0, 100, 0),\n(@WPID+2360, 7, -3946.16, 3112.57, 360.835, 0, 0, 0, 0, 100, 0),\n(@WPID+2360, 8, -3921.25, 3103.02, 373.528, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2370, 1, -3920.87, 3091.82, 362.471, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 16\n(@WPID+2370, 2, -3911.49, 3077.63, 362.433, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 3, -3897.39, 3073.74, 362.459, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 4, -3889.36, 3083.74, 362.62, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 5, -3878.62, 3097.02, 362.228, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 6, -3880.64, 3110.48, 362.437, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 7, -3895.43, 3115.99, 362.444, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 8, -3880.64, 3110.48, 362.437, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 9, -3878.62, 3097.02, 362.228, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 10, -3889.36, 3083.74, 362.62, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 11, -3897.39, 3073.74, 362.459, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 12, -3911.29, 3077.58, 362.419, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 13, -3920.87, 3091.82, 362.471, 0, 0, 0, 0, 100, 0),\n(@WPID+2370, 14, -3917.07, 3104.66, 362.325, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2380, 1, -3899.57, 3115.63, 373.105, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 17\n(@WPID+2380, 2, -3888.24, 3111.19, 372.984, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 3, -3882.61, 3096.34, 373.473, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 4, -3886.25, 3082.38, 373.756, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 5, -3896.85, 3077.68, 373.719, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 6, -3910.45, 3081.4, 373.724, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 7, -3915.51, 3094.51, 373.72, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 8, -3910.45, 3081.4, 373.724, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 9, -3896.85, 3077.68, 373.719, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 10, -3886.25, 3082.38, 373.756, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 11, -3882.61, 3096.34, 373.473, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 12, -3888.24, 3111.19, 372.984, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 13, -3899.57, 3115.63, 373.105, 0, 0, 0, 0, 100, 0),\n(@WPID+2380, 14, -3913.78, 3107.91, 373.72, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2390, 1, -3904.74, 3119.97, 328.602, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 18 !\n--\n(@WPID+2400, 1, -3865.38, 3300.41, 274.586, 0, 12000, 0, 0, 100, 0), -- Skettis Soul Caller 19\n(@WPID+2400, 2, -3896.65, 3299.82, 287.308, 0, 0, 0, 0, 100, 0),\n(@WPID+2400, 3, -3907.42, 3322.78, 285.669, 0, 0, 0, 0, 100, 0),\n(@WPID+2400, 4, -3895.94, 3300.41, 287.002, 0, 0, 0, 0, 100, 0),\n(@WPID+2400, 5, -3907.42, 3322.78, 285.669, 0, 0, 0, 0, 100, 0),\n(@WPID+2400, 6, -3895.94, 3300.41, 287.002, 0, 0, 0, 0, 100, 0),\n(@WPID+2400, 7, -3907.42, 3322.78, 285.669, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2410, 1, -3862.12, 3305.95, 274.326, 0, 12000, 0, 0, 100, 0), -- Skettis Soul Caller 20\n(@WPID+2410, 2, -3892.49, 3332.78, 275.478, 1.71042, 30000, 0, 0, 100, 0),\n--\n(@WPID+2420, 1, -3877.59, 3720.86, 328.119, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 21\n(@WPID+2420, 2, -3875.23, 3747.41, 334.801, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 3, -3877.84, 3757.5, 334.797, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 4, -3891.94, 3763, 334.804, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 5, -3896.14, 3776.62, 334.807, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 6, -3882.1, 3792, 334.805, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 7, -3865.48, 3791.35, 334.806, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 8, -3852.94, 3777.07, 334.814, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 9, -3865.48, 3791.35, 334.806, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 10, -3882.1, 3792, 334.805, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 11, -3896.14, 3776.62, 334.807, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 12, -3891.94, 3763, 334.804, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 13, -3877.84, 3757.5, 334.797, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 14, -3875.23, 3747.41, 334.801, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 15, -3877.59, 3720.86, 328.119, 0, 0, 0, 0, 100, 0),\n(@WPID+2420, 16, -3879.64, 3698.13, 334.689, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2430, 1, -3868.38, 3683.08, 335.461, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 22\n(@WPID+2430, 2, -3866.36, 3670.1, 335.922, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 3, -3878.93, 3656.71, 335.919, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 4, -3896.58, 3661.47, 335.922, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 5, -3901.91, 3676.68, 335.906, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 6, -3885.05, 3692.21, 335.254, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 7, -3901.91, 3676.68, 335.906, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 8, -3896.58, 3661.47, 335.922, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 9, -3878.93, 3656.71, 335.919, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 10, -3866.36, 3670.1, 335.922, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 11, -3868.38, 3683.08, 335.461, 0, 0, 0, 0, 100, 0),\n(@WPID+2430, 12, -3874.69, 3690.86, 335.171, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2440, 1, -3900.07, 3115.94, 328.352, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 23 !\n--\n(@WPID+2450, 1, -3859.15, 3527.61, 278.447, 0, 5000, 0, 0, 100, 0),  -- Skettis Soul Caller 24\n(@WPID+2450, 2, -3810.88, 3518.75, 286.639, 0, 0, 0, 0, 100, 0),\n(@WPID+2450, 3, -3859.54, 3529, 278.503, 0, 5000, 0, 0, 100, 0),\n(@WPID+2450, 4, -3871.96, 3484.26, 275.719, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2460, 1, -3837.28, 3317.93, 324.053, 100, 0, 0, 0, 100, 0),   -- Skettis Soul Caller 25\n(@WPID+2460, 2, -3821.94, 3327.54, 324.048, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 3, -3817.53, 3343.31, 324.055, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 4, -3821.68, 3345.72, 324.046, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 5, -3842.64, 3357.88, 324.053, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 6, -3844.61, 3362.32, 324.061, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 7, -3849.15, 3392.45, 317.502, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 8, -3852.77, 3413.03, 324.028, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 9, -3849.15, 3392.45, 317.502, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 10, -3842.64, 3357.88, 324.053, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 11, -3821.68, 3345.72, 324.046, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 12, -3817.53, 3343.31, 324.055, 100, 0, 0, 0, 100, 0),\n(@WPID+2460, 13, -3821.94, 3327.54, 324.048, 100, 0, 0, 0, 100, 0),\n--\n(@WPID+2470, 1, -3855.41, 3299, 274.417, 0, 1000, 0, 0, 100, 0),     -- Skettis Soul Caller 26 !\n--\n(@WPID+2480, 1, -3837.94, 3431.92, 325.102, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 27\n(@WPID+2480, 2, -3844.35, 3450.12, 325.173, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 3, -3860.31, 3452.64, 325.168, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 4, -3872.52, 3439.78, 325.15, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 5, -3864.67, 3420.78, 324.615, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 6, -3857.96, 3419.86, 324.573, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 7, -3864.67, 3420.78, 324.615, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 8, -3872.52, 3439.78, 325.15, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 9, -3860.31, 3452.64, 325.168, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 10, -3844.62, 3450.16, 325.171, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 11, -3837.94, 3431.92, 325.102, 0, 0, 0, 0, 100, 0),\n(@WPID+2480, 12, -3846.66, 3418.71, 324.491, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2490, 1, -3814.44, 3764.06, 275.675, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 28 !\n--\n(@WPID+2500, 1, -3807.49, 3763.93, 275.497, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 29 !\n--\n(@WPID+2510, 1, -3812.05, 3770.95, 275.638, 0, 12000, 0, 0, 100, 0), -- Skettis Soul Caller 30\n(@WPID+2510, 2, -3786.22, 3766.61, 277.485, 0.820305, 31000, 0, 0, 100, 0),\n--\n(@WPID+2520, 1, -3692.3, 3740.71, 278.494, 0, 1000, 0, 0, 100, 0),   -- Skettis Soul Caller 31 !\n--\n(@WPID+2530, 1, -3689.27, 3324.33, 283.368, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 32 !\n--\n(@WPID+2540, 1, -3685.53, 3739.79, 278.83, 0, 12000, 0, 0, 100, 0),  -- Skettis Soul Caller 33\n(@WPID+2540, 2, -3708.16, 3745.77, 276.941, 3.87463, 1000, 0, 0, 100, 0),\n--\n(@WPID+2550, 1, -3714.55, 3778.53, 302.044, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 34\n(@WPID+2550, 2, -3724.24, 3783.69, 302.08, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 3, -3728.24, 3794.53, 302.064, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 4, -3725.49, 3806.32, 302.163, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 5, -3715.03, 3811.03, 302.16, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 6, -3704.35, 3806.55, 302.162, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 7, -3698.53, 3794.3, 302.167, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 8, -3704.23, 3806.29, 302.162, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 9, -3714.97, 3811.01, 302.159, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 10, -3725.49, 3806.32, 302.163, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 11, -3728.31, 3794.74, 302.064, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 12, -3724.24, 3783.69, 302.08, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 13, -3714.55, 3778.53, 302.044, 0, 0, 0, 0, 100, 0),\n(@WPID+2550, 14, -3705.23, 3782.65, 302.101, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2560, 1, -3687.69, 3325.14, 283.114, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 35 !\n--\n(@WPID+2570, 1, -3675.49, 3778.75, 294.927, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 36\n(@WPID+2570, 2, -3655.67, 3770.66, 301.19, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 3, -3652.75, 3765.46, 301.812, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 4, -3655.93, 3757.44, 301.965, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 5, -3652.09, 3748.5, 302.143, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 6, -3655.93, 3757.44, 301.965, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 7, -3652.75, 3765.46, 301.812, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 8, -3655.67, 3770.66, 301.19, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 9, -3675.49, 3778.75, 294.927, 0, 0, 0, 0, 100, 0),\n(@WPID+2570, 10, -3696.83, 3787.27, 302.055, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2580, 1, -3686.12, 3326.35, 283.431, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 37 !\n--\n(@WPID+2590, 1, -3684.25, 3740.32, 278.682, 0, 1000, 0, 0, 100, 0),  -- Skettis Soul Caller 38 !\n--\n(@WPID+2600, 1, -3651.32, 3738.44, 300.348, 0, 0, 0, 0, 100, 0),     -- Skettis Soul Caller 39\n(@WPID+2600, 2, -3646.55, 3745.71, 302.153, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 3, -3633.42, 3747.37, 302.151, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 4, -3626.23, 3756.61, 302.156, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 5, -3628, 3765.26, 302.149, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 6, -3634.12, 3771.96, 301.999, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 7, -3648.54, 3770.2, 301.766, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 8, -3634.12, 3771.96, 301.999, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 9, -3628, 3765.26, 302.149, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 10, -3626.23, 3756.61, 302.156, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 11, -3633.42, 3747.37, 302.151, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 12, -3646.55, 3745.71, 302.153, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 13, -3651.32, 3738.44, 300.348, 0, 0, 0, 0, 100, 0),\n(@WPID+2600, 14, -3658.7, 3717.02, 282.63, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2610, 1, -3747.9, 3707.06, 278.267, 0, 0, 0, 0, 100, 0),      -- Talonsworn Forest-Rager 1\n(@WPID+2610, 2, -3763.23, 3681.93, 278.482, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 3, -3787.18, 3673.23, 273.251, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 4, -3805.7, 3674.62, 275.109, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 5, -3820.54, 3676.62, 278.249, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 6, -3836.74, 3672.03, 279.401, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 7, -3847.64, 3660.1, 277.91, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 8, -3860.63, 3684.31, 282.351, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 9, -3878.52, 3707.26, 288.849, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 10, -3875.88, 3729.65, 292.314, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 11, -3858.23, 3750.71, 284.826, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 12, -3832.48, 3752.9, 280.109, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 13, -3816.56, 3743.67, 279.627, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 14, -3793.43, 3736.48, 281.072, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 15, -3764.7, 3729.14, 275.839, 0, 0, 0, 0, 100, 0),\n(@WPID+2610, 16, -3740.25, 3721.61, 279.313, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2620, 1, -4050.83, 3545.95, 279.064, 0, 0, 0, 0, 100, 0),     -- Talonsworn Forest-Rager 2\n(@WPID+2620, 2, -4045.61, 3535.02, 278.088, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 3, -4044.96, 3526.06, 279.12, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 4, -4046.26, 3514.09, 278.814, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 5, -4052.6, 3508.63, 281.728, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 6, -4050.38, 3498, 281.817, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 7, -4048.45, 3483.65, 281.731, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 8, -4044.17, 3473.16, 278.406, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 9, -4048.79, 3460.99, 277.919, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 10, -4059.1, 3459.59, 280.032, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 11, -4065.05, 3470.01, 283.474, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 12, -4077.36, 3470.09, 285.882, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 13, -4091.58, 3467.2, 288.293, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 14, -4104.81, 3466.5, 288.74, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 15, -4111.3, 3463.33, 288.469, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 16, -4111.1, 3454.33, 290.548, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 17, -4110.01, 3443.95, 293.099, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 18, -4109.69, 3436.66, 294.237, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 19, -4105.73, 3425.33, 296.067, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 20, -4105.24, 3439.64, 294.849, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 21, -4116.51, 3445.29, 291.216, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 22, -4122.88, 3453.42, 288.053, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 23, -4124.24, 3462.49, 285.483, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 24, -4123.36, 3471.42, 284.447, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 25, -4119.37, 3482.84, 284.19, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 26, -4114.49, 3490.17, 285.091, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 27, -4107.64, 3490.73, 287.596, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 28, -4098.39, 3494.96, 290.991, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 29, -4087.44, 3497.52, 289.017, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 30, -4075.21, 3505.42, 285.492, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 31, -4075.27, 3523.61, 286.828, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 32, -4076.44, 3532.44, 289.043, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 33, -4064.66, 3546.34, 285.31, 0, 0, 0, 0, 100, 0),\n(@WPID+2620, 34, -4051.4, 3555.12, 281.835, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2630, 1, -3898.57, 3216.97, 307.379, 0, 0, 0, 0, 100, 0),     -- Talonsworn Forest-Rager 3\n(@WPID+2630, 2, -3901.34, 3206.96, 311.344, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 3, -3904.54, 3198.2, 312.276, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 4, -3900.79, 3187.1, 312.276, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 5, -3896.06, 3178.55, 316.345, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 6, -3890.26, 3168.05, 322.564, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 7, -3893.63, 3158.73, 324.728, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 8, -3899.07, 3152.22, 324.774, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 9, -3906.41, 3151.51, 326.232, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 10, -3915.93, 3148.23, 327.706, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 11, -3925.4, 3153.99, 324.812, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 12, -3932.76, 3159.21, 322.918, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 13, -3942.93, 3164.28, 321.614, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 14, -3952.65, 3169.2, 318.782, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 15, -3959.73, 3172.93, 315.524, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 16, -3974.28, 3171.61, 315.079, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 17, -3983, 3167.6, 315.311, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 18, -3994.27, 3162.86, 314.516, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 19, -4002.85, 3159.23, 312.935, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 20, -4009.19, 3155.82, 311.135, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 21, -4020.08, 3152.94, 310.57, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 22, -4009.19, 3155.82, 311.135, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 23, -4002.85, 3159.23, 312.935, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 24, -3994.27, 3162.86, 314.516, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 25, -3983, 3167.6, 315.311, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 26, -3974.28, 3171.61, 315.079, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 27, -3959.79, 3172.96, 315.597, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 28, -3952.65, 3169.2, 318.782, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 29, -3942.93, 3164.28, 321.614, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 30, -3932.76, 3159.21, 322.918, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 31, -3925.4, 3153.99, 324.812, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 32, -3915.93, 3148.23, 327.706, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 33, -3906.41, 3151.51, 326.232, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 34, -3899.07, 3152.22, 324.774, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 35, -3893.63, 3158.73, 324.728, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 36, -3890.26, 3168.05, 322.564, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 37, -3896.06, 3178.55, 316.345, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 38, -3900.79, 3187.1, 312.276, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 39, -3904.54, 3198.2, 312.276, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 40, -3901.34, 3206.96, 311.344, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 41, -3898.57, 3216.97, 307.379, 0, 0, 0, 0, 100, 0),\n(@WPID+2630, 42, -3906.21, 3225.95, 303.429, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2640, 1, -3667.87, 3404.46, 278.255, 0, 0, 0, 0, 100, 0),     -- Talonsworn Forest-Rager 4\n(@WPID+2640, 2, -3677.83, 3405.26, 276.616, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 3, -3685.5, 3401.45, 277.72, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 4, -3690.24, 3393.6, 281.099, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 5, -3696.22, 3384.99, 280.865, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 6, -3708.12, 3382.16, 276.837, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 7, -3720.11, 3372.96, 276.192, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 8, -3730.04, 3381.56, 272.504, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 9, -3747.55, 3369.73, 274.832, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 10, -3760.79, 3365.17, 274.08, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 11, -3768.21, 3356.08, 275.484, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 12, -3774.08, 3348.34, 275.953, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 13, -3780.87, 3348.79, 275.773, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 14, -3790.5, 3352.53, 275.316, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 15, -3803.5, 3354.94, 275.566, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 16, -3809.41, 3360.93, 274.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 17, -3818.12, 3364.96, 275.368, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 18, -3827.46, 3369.08, 275.083, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 19, -3831.06, 3373.47, 273.667, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 20, -3840.59, 3371.88, 274.04, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 21, -3847.46, 3362.35, 276.239, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 22, -3857.45, 3357.65, 274.719, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 23, -3865.59, 3354.37, 274.023, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 24, -3873.31, 3349.3, 273.72, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 25, -3881.55, 3341.09, 272.285, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 26, -3887.84, 3332.02, 274.328, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 27, -3898.84, 3331.77, 278.109, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 28, -3911.23, 3327.77, 285.248, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 29, -3920.91, 3331.92, 284.934, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 30, -3927.99, 3337.32, 281.414, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 31, -3941.03, 3339.79, 280.204, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 32, -3950.01, 3343.17, 279.166, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 33, -3957.49, 3341.64, 280.654, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 34, -3967.08, 3337.23, 284.059, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 35, -3979.07, 3336.08, 284.04, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 36, -3989.76, 3336.81, 283.524, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 37, -3985.97, 3346.07, 276.213, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 38, -3987.3, 3356.51, 273.713, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 39, -3993.32, 3363.35, 273.974, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 40, -4021.28, 3359.61, 273.414, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 41, -4033.88, 3357.42, 278.805, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 42, -4046.78, 3354.36, 283.497, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 43, -4057.7, 3355.81, 285.368, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 44, -4046.78, 3354.36, 283.368, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 45, -4034.14, 3357.36, 278.743, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 46, -4021.28, 3359.61, 273.414, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 47, -3993.32, 3363.35, 273.974, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 48, -3987.3, 3356.51, 273.713, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 49, -3985.89, 3346.61, 276.213, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 50, -3989.76, 3336.81, 283.524, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 51, -3979.07, 3336.08, 284.04, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 52, -3967.08, 3337.23, 284.059, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 53, -3957.49, 3341.64, 280.654, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 54, -3950.01, 3343.17, 279.166, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 55, -3941.03, 3339.79, 280.204, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 56, -3928.26, 3337.38, 281.824, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 57, -3920.91, 3331.92, 284.934, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 58, -3911.23, 3327.77, 285.248, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 59, -3898.9, 3331.77, 278.275, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 60, -3887.9, 3332.02, 274.484, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 61, -3881.55, 3341.09, 272.285, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 62, -3873.31, 3349.3, 273.72, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 63, -3865.79, 3354.24, 273.717, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 64, -3857.45, 3357.65, 274.719, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 65, -3847.46, 3362.35, 276.239, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 66, -3840.59, 3371.88, 274.04, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 67, -3831.06, 3373.47, 273.667, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 68, -3827.46, 3369.08, 275.083, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 69, -3818.12, 3364.96, 275.368, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 70, -3809.41, 3360.93, 274.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 71, -3803.5, 3354.94, 275.566, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 72, -3790.5, 3352.53, 275.316, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 73, -3780.87, 3348.79, 275.773, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 74, -3774.08, 3348.34, 275.953, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 75, -3768.21, 3356.08, 275.484, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 76, -3760.79, 3365.17, 274.08, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 77, -3747.55, 3369.73, 274.832, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 78, -3730.04, 3381.56, 272.504, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 79, -3720.11, 3372.96, 276.192, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 80, -3708.12, 3382.16, 276.837, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 81, -3696.22, 3384.99, 280.865, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 82, -3690.24, 3393.6, 281.099, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 83, -3685.59, 3401.3, 277.616, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 84, -3678.05, 3405.28, 276.723, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 85, -3667.87, 3404.46, 278.255, 0, 0, 0, 0, 100, 0),\n(@WPID+2640, 86, -3660.77, 3406.12, 279.839, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2650, 1, -3733.34, 3800.06, 318.596, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 1\n(@WPID+2650, 2, -3700.76, 3815.84, 314.929, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 3, -3684.38, 3790.57, 311.318, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 4, -3673.3, 3755.68, 311.318, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 5, -3654.19, 3733.86, 317.734, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 6, -3627.81, 3735.35, 321.013, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 7, -3620.85, 3745.51, 318.735, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 8, -3616.73, 3766.59, 318.04, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 9, -3633.59, 3782.3, 318.179, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 10, -3666.71, 3773.22, 316.235, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 11, -3699.97, 3755.01, 317.263, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 12, -3728.83, 3766.57, 318.151, 0, 0, 0, 0, 100, 0),\n(@WPID+2650, 13, -3740.35, 3781.2, 318.124, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2660, 1, -3862.59, 3682.57, 374.421, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 2\n(@WPID+2660, 2, -3856.33, 3709.22, 366.032, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 3, -3844.01, 3755.45, 357.56, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 4, -3852.51, 3791.22, 357.06, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 5, -3890.18, 3810.26, 355.893, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 6, -3916.09, 3784.69, 356.504, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 7, -3923.03, 3754.53, 361.06, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 8, -3923, 3732.82, 381.187, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 9, -3926.19, 3702.99, 389.965, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 10, -3920.22, 3670.41, 389.965, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 11, -3902.14, 3652.93, 389.965, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 12, -3881.58, 3654.32, 389.965, 0, 0, 0, 0, 100, 0),\n(@WPID+2660, 13, -3865.41, 3672.89, 381.465, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2670, 1, -4104.21, 3041.3, 359.578, 0, 0, 0, 0, 100, 0),      -- Monstrous Kaliri 3\n(@WPID+2670, 2, -4125.44, 3052.26, 358.968, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 3, -4159.87, 3033.6, 358.995, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 4, -4186.09, 3020.48, 361.662, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 5, -4216.21, 3023.31, 363.801, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 6, -4219.78, 3049.48, 362.94, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 7, -4205.97, 3076.21, 360.828, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 8, -4175.6, 3071.71, 356.412, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 9, -4149.56, 3039.07, 356.412, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 10, -4139.29, 3016.17, 361.134, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 11, -4115.83, 2995.43, 363.384, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 12, -4089.46, 3009.01, 362.384, 0, 0, 0, 0, 100, 0),\n(@WPID+2670, 13, -4096.79, 3033.96, 360.606, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2680, 1, -3869.68, 3093.18, 392.352, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 4\n(@WPID+2680, 2, -3876.11, 3078.8, 392.352, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 3, -3900.01, 3066.92, 392.352, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 4, -3934.17, 3083.28, 392.352, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 5, -3942.41, 3108.27, 392.352, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 6, -3955.41, 3132.59, 392.352, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 7, -3983.8, 3151.24, 400.158, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 8, -4018.73, 3167.32, 408.824, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 9, -4048.56, 3146.72, 397.547, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 10, -4034.68, 3106.92, 375.325, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 11, -3999.24, 3105.82, 364.352, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 12, -3976.74, 3112.32, 363.463, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 13, -3934.06, 3121, 373.408, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 14, -3904.76, 3124.44, 386.768, 0, 0, 0, 0, 100, 0),\n(@WPID+2680, 15, -3884.44, 3113.83, 389.185, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2690, 1, -4050.73, 3247.83, 342.388, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 5\n(@WPID+2690, 2, -4074.9, 3254.4, 339.443, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 3, -4099.82, 3279.18, 340.388, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 4, -4090.61, 3300.57, 342.388, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 5, -4066.26, 3322.03, 342.388, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 6, -4034.02, 3315.98, 340.444, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 7, -4000.63, 3300.23, 340.722, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 8, -3962.78, 3269.46, 342.388, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 9, -3932.33, 3241.69, 350.61, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 10, -3924.38, 3214.2, 353.11, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 11, -3948.19, 3192.57, 352.915, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 12, -3975.5, 3190.1, 351.499, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 13, -4002.08, 3217.68, 348.082, 0, 0, 0, 0, 100, 0),\n(@WPID+2690, 14, -4027.13, 3236.14, 342.388, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2700, 1, -3835.52, 3455.28, 363.488, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 6\n(@WPID+2700, 2, -3826.34, 3432.9, 363.488, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 3, -3833.53, 3403.36, 349.96, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 4, -3849.91, 3384.76, 348.238, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 5, -3869.02, 3342.68, 345.905, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 6, -3866.87, 3308.94, 344.543, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 7, -3833.35, 3299.78, 344.543, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 8, -3800.04, 3329.87, 342.099, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 9, -3820.03, 3366.34, 344.543, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 10, -3848.72, 3382.16, 349.654, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 11, -3866.45, 3399.19, 356.932, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 12, -3892.61, 3428.64, 364.488, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 13, -3875.49, 3457.74, 364.488, 0, 0, 0, 0, 100, 0),\n(@WPID+2700, 14, -3846.3, 3462.79, 364.488, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2710, 1, -3675.1, 3400.8, 324.573, 0, 0, 0, 0, 100, 0),       -- Monstrous Kaliri 7\n(@WPID+2710, 2, -3696, 3378.85, 323.795, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 3, -3677.76, 3333.37, 329.462, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 4, -3671.79, 3306.19, 341.907, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 5, -3691.33, 3277.39, 341.907, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 6, -3714.71, 3287.55, 341.907, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 7, -3715.63, 3314.27, 336.49, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 8, -3681.49, 3340.86, 327.934, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 9, -3648.48, 3360.06, 326.156, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 10, -3641.23, 3384.09, 325.49, 0, 0, 0, 0, 100, 0),\n(@WPID+2710, 11, -3655.43, 3406.73, 325.045, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2720, 1, -4197.81, 3024.34, 366.188, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 8\n(@WPID+2720, 2, -4166.6, 3015.78, 353.327, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 3, -4119.36, 3000.52, 350.383, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 4, -4078.06, 3004.44, 346.771, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 5, -4047.5, 3033.21, 346.827, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 6, -4037.82, 3075.94, 350.938, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 7, -4037.22, 3122.49, 345.133, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 8, -4020.08, 3150.26, 329.883, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 9, -3983.11, 3172.78, 330.133, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 10, -3945.8, 3163.18, 338.493, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 11, -3906.74, 3138.08, 347.049, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 12, -3872.96, 3116.54, 357.438, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 13, -3857.7, 3086.13, 367.605, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 14, -3866.05, 3043.05, 372.104, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 15, -3902.36, 3025, 374.716, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 16, -3939.95, 3047.44, 368.138, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 17, -3976.81, 3075.32, 357.966, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 18, -4015.78, 3101.06, 352.327, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 19, -4057.3, 3120.64, 344.022, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 20, -4093.99, 3151.9, 340.022, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 21, -4133.58, 3148.63, 338.077, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 22, -4161.6, 3113.01, 348.633, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 23, -4193.34, 3081.12, 359.272, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 24, -4214.1, 3060.08, 359.272, 0, 0, 0, 0, 100, 0),\n(@WPID+2720, 25, -4210.05, 3036.03, 359.272, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2730, 1, -4214.47, 3180.67, 347.25, 0, 0, 0, 0, 100, 0),      -- Monstrous Kaliri 9\n(@WPID+2730, 2, -4216.52, 3213.61, 345.677, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 3, -4208.68, 3255.88, 339.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 4, -4189.06, 3300.13, 333.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 5, -4149.26, 3324.88, 328.789, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 6, -4108.45, 3350.17, 317.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 7, -4062.7, 3352.58, 312.066, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 8, -4014.43, 3348.03, 315.15, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 9, -3986.48, 3375.02, 322.15, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 10, -3981.15, 3423.13, 315.428, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 11, -3984.35, 3463.03, 318.955, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 12, -3983.08, 3512.56, 312.205, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 13, -3966.21, 3540.75, 323.344, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 14, -3949.22, 3584.56, 328.372, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 15, -3913.33, 3616.72, 336.816, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 16, -3871.81, 3634.68, 342.067, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 17, -3845.71, 3666.63, 355.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 18, -3851.38, 3715.55, 351.761, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 19, -3821.31, 3750.76, 351.205, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 20, -3795.16, 3777.23, 334.733, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 21, -3763.43, 3800.69, 324.4, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 22, -3732.73, 3778.1, 316.955, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 23, -3699.66, 3753.81, 315.65, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 24, -3666.87, 3741.21, 315.761, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 25, -3634.06, 3717.24, 319.233, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 26, -3613.87, 3678.08, 317.816, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 27, -3622.78, 3632.82, 322.928, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 28, -3620.37, 3590.82, 320.094, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 29, -3625.74, 3551.35, 323.344, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 30, -3626.56, 3508.49, 328.372, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 31, -3652.82, 3477.15, 326.233, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 32, -3666.58, 3433.21, 328.844, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 33, -3689.02, 3394.73, 323.761, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 34, -3716.74, 3363.75, 323.289, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 35, -3754.88, 3351.83, 332.816, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 36, -3795.42, 3366.06, 336.094, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 37, -3839.27, 3378.52, 336.066, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 38, -3884.27, 3383.12, 331.816, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 39, -3923.97, 3361.84, 329.066, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 40, -3938.37, 3317.12, 327.011, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 41, -3970.3, 3289.18, 332.428, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 42, -4001.49, 3256, 340.094, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 43, -4017.28, 3211.05, 337.9, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 44, -4034, 3168.05, 336.316, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 45, -4060.11, 3128.3, 345.677, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 46, -4089.79, 3088.07, 342.455, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 47, -4130.02, 3082.16, 339.9, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 48, -4161.37, 3103.56, 345.677, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 49, -4187.51, 3137.1, 345.677, 0, 0, 0, 0, 100, 0),\n(@WPID+2730, 50, -4209.92, 3166.67, 345.678, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2740, 1, -3886.1, 3325.34, 379.561, 0, 0, 0, 0, 100, 0),      -- Monstrous Kaliri 10\n(@WPID+2740, 2, -3911.67, 3347.09, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 3, -3945.02, 3355.81, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 4, -3972.97, 3374.65, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 5, -4009.5, 3393.97, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 6, -4039, 3394.83, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 7, -4084.31, 3383.78, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 8, -4114.1, 3348.4, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 9, -4121.29, 3315.16, 359.7, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 10, -4133.36, 3269.04, 344.672, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 11, -4127.87, 3224.24, 336.255, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 12, -4088.58, 3195.3, 338.894, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 13, -4068.47, 3153.28, 341.005, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 14, -4070.88, 3123.45, 342.7, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 15, -4097.59, 3094.78, 347.339, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 16, -4122.67, 3063.98, 348.172, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 17, -4162.28, 3056.2, 349.616, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 18, -4202.11, 3083.12, 358.505, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 19, -4214.22, 3116.87, 357.255, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 20, -4193.6, 3157.32, 355.283, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 21, -4155.59, 3185.04, 347.033, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 22, -4111.88, 3181.49, 345.089, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 23, -4062.1, 3179.68, 348.95, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 24, -4020.43, 3179.23, 361.422, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 25, -3982.67, 3180.42, 363.005, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 26, -3951.45, 3159.87, 363.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 27, -3937.52, 3133.35, 370.644, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 28, -3931.4, 3105.33, 376.088, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 29, -3933.87, 3066.74, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 30, -3940.64, 3017.6, 385.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 31, -3962.61, 2986.64, 387.311, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 32, -3987.7, 2976.62, 388.172, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 33, -4028.23, 2974.07, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 34, -4068.64, 2997.1, 369.255, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 35, -4093.04, 3026.77, 367.228, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 36, -4081.15, 3058.76, 357.45, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 37, -4050.25, 3086.57, 362.839, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 38, -4009.63, 3109.69, 361.95, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 39, -3962.26, 3115.2, 365.227, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 40, -3931.49, 3131.27, 371.116, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 41, -3901.85, 3157.17, 376.117, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 42, -3882.2, 3190.01, 374.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 43, -3907.51, 3233.7, 369.006, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 44, -3930.39, 3264.12, 346.811, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 45, -3952.4, 3305.41, 329.478, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 46, -3949.96, 3344.66, 317.033, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 47, -3933.08, 3390.3, 316.283, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 48, -3924.38, 3438.51, 320.089, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 49, -3908, 3480.08, 321.783, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 50, -3881.96, 3513.23, 323.255, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 51, -3844.59, 3536.47, 335.894, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 52, -3822.91, 3535.27, 339.839, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 53, -3792.54, 3507.12, 337.2, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 54, -3760.57, 3487.13, 351.505, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 55, -3744.97, 3453.42, 364.589, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 56, -3744.31, 3416.91, 367.422, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 57, -3740.54, 3368.54, 367.089, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 58, -3734.62, 3321.62, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 59, -3731.18, 3282.17, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 60, -3694.88, 3249.84, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 61, -3655.56, 3261.06, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 62, -3641.67, 3284.07, 367.783, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 63, -3641.3, 3315.59, 364.922, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 64, -3654.03, 3343.67, 369.422, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 65, -3680.55, 3352.76, 367.616, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 66, -3714.79, 3358.93, 363.978, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 67, -3753.79, 3357.83, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 68, -3787.51, 3323.29, 384.755, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 69, -3817.4, 3284.45, 390.95, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 70, -3855.8, 3289.5, 379.561, 0, 0, 0, 0, 100, 0),\n(@WPID+2740, 71, -3876.83, 3314.51, 379.561, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2750, 1, -4104.04, 3655.93, 439.988, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 11\n(@WPID+2750, 2, -4101.17, 3611.58, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 3, -4102.89, 3574.59, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 4, -4103.93, 3544.91, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 5, -4104.64, 3508.56, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 6, -4106.8, 3476.67, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 7, -4107.43, 3449.93, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 8, -4104.11, 3418.24, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 9, -4089.38, 3376.19, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 10, -4055.62, 3343.72, 446.405, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 11, -4011.47, 3341.79, 448.655, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 12, -3975.74, 3311.97, 446.683, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 13, -3947.28, 3278.16, 445.544, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 14, -3922.81, 3246.15, 445.794, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 15, -3886.36, 3212.92, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 16, -3852.51, 3183.06, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 17, -3819.89, 3184.79, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 18, -3782.83, 3181.23, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 19, -3750.34, 3182.07, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 20, -3722.76, 3185.58, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 21, -3686.63, 3214.14, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 22, -3656.39, 3240.65, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 23, -3626.85, 3272.05, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 24, -3614.45, 3315.66, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 25, -3607.89, 3352.56, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 26, -3585.03, 3376.6, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 27, -3587.39, 3402.66, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 28, -3579.04, 3438.12, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 29, -3548.23, 3462.31, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 30, -3537.52, 3491.38, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 31, -3536.82, 3529.88, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 32, -3531.78, 3565.56, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 33, -3534.73, 3584.76, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 34, -3540.31, 3619.03, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 35, -3548.71, 3648.07, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 36, -3565.15, 3673.79, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 37, -3593.26, 3700.03, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 38, -3629.61, 3714.83, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 39, -3663.73, 3728.2, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 40, -3699.58, 3743.16, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 41, -3730.97, 3758.69, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 42, -3763.8, 3764.05, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 43, -3796.28, 3791.6, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 44, -3829.48, 3825.91, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 45, -3866.2, 3833.06, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 46, -3901.69, 3854.48, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 47, -3932.77, 3851.71, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 48, -3965.58, 3849.42, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 49, -3999.31, 3846.84, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 50, -4034.05, 3812.78, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 51, -4053.75, 3766.91, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 52, -4065.98, 3737.4, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 53, -4097.88, 3717.78, 439.988, 0, 0, 0, 0, 100, 0),\n(@WPID+2750, 54, -4102.04, 3680.51, 439.988, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2760, 1, -3933.33, 2966.66, 390.458, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 12\n(@WPID+2760, 2, -3954.89, 2975.5, 382.291, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 3, -3963.79, 3013.65, 381.374, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 4, -3969.2, 3050.42, 375.985, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 5, -3984.53, 3090.17, 372.013, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 6, -3972.28, 3135.57, 367.541, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 7, -3947.47, 3178.76, 362.013, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 8, -3930.65, 3222.33, 346.013, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 9, -3944.78, 3269.05, 337.653, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 10, -3988.98, 3283.47, 328.013, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 11, -4020.18, 3305.83, 332.763, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 12, -4043.3, 3338.78, 339.986, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 13, -4076.57, 3375.87, 343.263, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 14, -4067.49, 3424.76, 347.124, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 15, -4037.8, 3458.17, 351.319, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 16, -4007.09, 3452.12, 341.291, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 17, -3969.21, 3437.34, 334.18, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 18, -3932.2, 3431.73, 332.208, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 19, -3896.71, 3421.38, 327.763, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 20, -3871.98, 3389.38, 331.041, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 21, -3827.51, 3390.71, 332.207, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 22, -3802.13, 3368.31, 336.763, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 23, -3790.87, 3332.89, 343.624, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 24, -3808.66, 3291.04, 352.041, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 25, -3817.21, 3243.88, 361.985, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 26, -3841.92, 3206.91, 365.208, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 27, -3882.91, 3183.56, 363.319, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 28, -3903.04, 3142.1, 372.374, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 29, -3883.69, 3111.34, 382.513, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 30, -3856.86, 3076.73, 390.458, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 31, -3843.81, 3035.88, 390.458, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 32, -3833.45, 2993.26, 390.458, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 33, -3866.54, 2965.67, 390.458, 0, 0, 0, 0, 100, 0),\n(@WPID+2760, 34, -3910.41, 2965.88, 390.458, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2770, 1, -3712.45, 3309.06, 332.569, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 13\n(@WPID+2770, 2, -3731.05, 3347.23, 317.681, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 3, -3716.8, 3386.16, 312.597, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 4, -3714.8, 3416.08, 310.319, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 5, -3726.43, 3460.46, 311.041, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 6, -3753.86, 3482.54, 314.958, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 7, -3789, 3508.94, 314.931, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 8, -3824.7, 3524.11, 309.903, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 9, -3848.74, 3512.54, 316.097, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 10, -3888.76, 3485.17, 326.292, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 11, -3912.33, 3450.14, 334.236, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 12, -3915.32, 3410.72, 336.792, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 13, -3881.39, 3385.13, 337.514, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 14, -3847.49, 3374.93, 332.569, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 15, -3805.39, 3361.04, 326.68, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 16, -3773.78, 3364.17, 321.681, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 17, -3746.58, 3378.93, 320.819, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 18, -3711.68, 3399.85, 324.764, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 19, -3677.32, 3417.94, 324.625, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 20, -3633.11, 3400.25, 323.43, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 21, -3626.55, 3376.98, 323.069, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 22, -3616.88, 3334.87, 332.569, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 23, -3627.39, 3296.56, 332.569, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 24, -3664.14, 3265.26, 332.569, 0, 0, 0, 0, 100, 0),\n(@WPID+2770, 25, -3700.19, 3268.53, 332.569, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2780, 1, -3839.54, 3360.74, 346.521, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 14\n(@WPID+2780, 2, -3844.53, 3382.86, 327.466, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 3, -3824.74, 3421.51, 330.41, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 4, -3815.86, 3458.31, 331.299, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 5, -3810.68, 3497.72, 331.299, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 6, -3813.66, 3530.78, 320.382, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 7, -3816.19, 3562.3, 309.216, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 8, -3807.29, 3592.11, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 9, -3785.32, 3618.57, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 10, -3745.15, 3632.45, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 11, -3709.02, 3627.54, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 12, -3675.77, 3604.47, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 13, -3671.15, 3576.67, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 14, -3681.46, 3543.93, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 15, -3683.95, 3516.3, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 16, -3690.97, 3482.81, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 17, -3718.61, 3446.15, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 18, -3752.87, 3415.49, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 19, -3787.44, 3393.25, 306.605, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 20, -3819.71, 3391.49, 304.243, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 21, -3843.18, 3389, 306.938, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 22, -3878.65, 3381.22, 308.466, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 23, -3917.6, 3385.05, 313.91, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 24, -3948.89, 3388.88, 314.66, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 25, -3981.86, 3411.41, 311.41, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 26, -4006.55, 3451.26, 312.882, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 27, -4013.03, 3483.87, 313.604, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 28, -4007.7, 3522.09, 312.993, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 29, -3979.96, 3551.53, 309.16, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 30, -3949.84, 3557.04, 311.271, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 31, -3916.58, 3556.78, 310.16, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 32, -3878.49, 3547.68, 308.91, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 33, -3848.36, 3529.31, 308.382, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 34, -3810.66, 3519.97, 310.966, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 35, -3788.13, 3509.62, 314.076, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 36, -3746.38, 3484.1, 314.437, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 37, -3720.42, 3453.27, 311.188, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 38, -3711.39, 3414.83, 316.187, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 39, -3695.24, 3382.75, 310.271, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 40, -3690.63, 3349.26, 309.549, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 41, -3707.5, 3320.03, 317.049, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 42, -3743.78, 3305.25, 330.966, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 43, -3787.11, 3314.23, 339.993, 0, 0, 0, 0, 100, 0),\n(@WPID+2780, 44, -3811.57, 3318.01, 350.049, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2790, 1, -3864.91, 3641.72, 343.667, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 15\n(@WPID+2790, 2, -3899.77, 3634.01, 334.5, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 3, -3932.79, 3625.8, 327.723, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 4, -3965.98, 3604.83, 323.556, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 5, -3994.32, 3568.82, 324, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 6, -4020.81, 3533.47, 321.667, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 7, -4017.46, 3505.43, 320.417, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 8, -4012.92, 3469.44, 318.25, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 9, -4008.83, 3443.47, 322.973, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 10, -3987.13, 3409.84, 320.028, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 11, -3956.55, 3381.68, 323.278, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 12, -3917.09, 3373.9, 324.195, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 13, -3879.39, 3373.86, 331.139, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 14, -3846.89, 3379.78, 335.556, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 15, -3815.72, 3383.24, 336.028, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 16, -3785.73, 3387.15, 333.75, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 17, -3745.97, 3412.04, 331.723, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 18, -3712.47, 3449.82, 329.528, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 19, -3692.21, 3483.7, 323.223, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 20, -3682.31, 3518.45, 319.084, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 21, -3686.29, 3551.12, 328.028, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 22, -3704.02, 3589.46, 327.084, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 23, -3720.92, 3618.09, 323.167, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 24, -3746.33, 3629.96, 322.945, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 25, -3788.04, 3651.2, 328.056, 0, 0, 0, 0, 100, 0),\n(@WPID+2790, 26, -3829.16, 3656.95, 343.667, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2800, 1, -3621.72, 3753.04, 319.025, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 16\n(@WPID+2800, 2, -3619.64, 3727.9, 309.831, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 3, -3627.18, 3681.11, 308.553, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 4, -3656.43, 3650.6, 304.22, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 5, -3696.81, 3638.6, 303.053, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 6, -3734.57, 3654.6, 302.636, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 7, -3766.32, 3670.25, 301.136, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 8, -3799.27, 3684.97, 303.136, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 9, -3832.15, 3705.03, 308.469, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 10, -3868.13, 3721.5, 318.441, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 11, -3909.4, 3735.21, 328.553, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 12, -3931.02, 3766.78, 334.358, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 13, -3917.45, 3807.97, 334.47, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 14, -3890.35, 3823.76, 327.164, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 15, -3849.03, 3819.39, 319.025, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 16, -3823, 3781.31, 314.358, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 17, -3792.19, 3762.3, 302.997, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 18, -3753.88, 3777.92, 300.192, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 19, -3738.56, 3813.3, 304.108, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 20, -3707.91, 3826.75, 304.997, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 21, -3666.76, 3801.16, 304.997, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 22, -3632.45, 3787.69, 313.802, 0, 0, 0, 0, 100, 0),\n(@WPID+2800, 23, -3617.66, 3768.5, 321.441, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2810, 1, -3867.7, 3661.6, 374.23, 0, 0, 0, 0, 100, 0),        -- Monstrous Kaliri 17\n(@WPID+2810, 2, -3829.1, 3657.19, 352.564, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 3, -3781.74, 3660.67, 339.203, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 4, -3733.91, 3659.38, 326.008, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 5, -3700.17, 3654.3, 306.064, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 6, -3666.53, 3646.27, 305.675, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 7, -3633.5, 3666.82, 305.675, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 8, -3615.83, 3700, 308.675, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 9, -3612.93, 3733.4, 310.814, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 10, -3620.4, 3766.18, 312.286, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 11, -3633.89, 3791.98, 308.647, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 12, -3672.74, 3787.06, 303.536, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 13, -3699.66, 3766.16, 308.342, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 14, -3722, 3734.26, 307.369, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 15, -3758.98, 3700.72, 303.98, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 16, -3780.95, 3669.24, 307.397, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 17, -3823.72, 3662.37, 306.564, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 18, -3855.77, 3696.36, 309.202, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 19, -3888.81, 3716.22, 313.508, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 20, -3922.74, 3736.95, 316.897, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 21, -3932.09, 3764.88, 321.508, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 22, -3910.49, 3799.09, 334.758, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 23, -3868.1, 3812.76, 342.174, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 24, -3842.41, 3794, 354.008, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 25, -3820.22, 3754.3, 346.897, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 26, -3833.73, 3709.26, 337.036, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 27, -3851.1, 3670.12, 337.036, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 28, -3880.11, 3634.35, 337.036, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 29, -3922.09, 3616.53, 325.314, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 30, -3965.49, 3605.97, 311.091, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 31, -3990.2, 3580.16, 305.98, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 32, -4011.8, 3540.72, 305.98, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 33, -4011.68, 3508.13, 305.98, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 34, -3987.11, 3486.28, 305.98, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 35, -3945.38, 3469.3, 318.369, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 36, -3915.38, 3492.94, 334.786, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 37, -3903.77, 3531.63, 345.425, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 38, -3920.16, 3565.95, 365.369, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 39, -3933.36, 3594.11, 376.424, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 40, -3912.39, 3631.52, 376.424, 0, 0, 0, 0, 100, 0),\n(@WPID+2810, 41, -3889.63, 3647.45, 379.841, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+2820, 1, -3857.21, 3447.03, 372.471, 0, 0, 0, 0, 100, 0),     -- Monstrous Kaliri 18\n(@WPID+2820, 2, -3823.56, 3471.69, 372.471, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 3, -3784.6, 3479.7, 372.471, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 4, -3742.47, 3490.95, 353.026, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 5, -3709.65, 3520.5, 345.026, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 6, -3664.31, 3533.17, 334.026, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 7, -3616.4, 3539.11, 323.971, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 8, -3582.8, 3553.03, 325.193, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 9, -3589.01, 3587.39, 329.943, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 10, -3636.93, 3603.02, 325.138, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 11, -3663.25, 3624.53, 321.221, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 12, -3704.07, 3625.82, 318.665, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 13, -3750.57, 3629.28, 322.749, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 14, -3785.25, 3646.63, 322.526, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 15, -3821.65, 3660.99, 332.443, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 16, -3844.52, 3693.08, 347.193, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 17, -3873.08, 3712.23, 349.193, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 18, -3903.72, 3693.45, 347.415, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 19, -3935.19, 3680.15, 346.943, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 20, -3961.53, 3655.5, 345.249, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 21, -3966.79, 3606.82, 348.276, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 22, -3973.93, 3571.16, 341.026, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 23, -3980.9, 3522.6, 335.888, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 24, -4004.45, 3487.92, 317.943, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 25, -4001.45, 3441.26, 334.304, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 26, -3966.93, 3406.75, 330.582, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 27, -3922.99, 3396.19, 351.971, 0, 0, 0, 0, 100, 0),\n(@WPID+2820, 28, -3894.56, 3430.66, 372.471, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+3380, 1, -3552.35, 3200.38, 310.373, 0, 0, 0, 0, 100, 0),        -- Blackwind Sabercat 1\n(@WPID+3380, 2, -3524.61, 3186.12, 316.292, 0, 0, 0, 0, 100, 0),\n(@WPID+3380, 3, -3552.06, 3200, 310.444, 0, 0, 0, 0, 100, 0),\n(@WPID+3380, 4, -3555.63, 3213.1, 309.277, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+3390, 1, -3509.61, 3252.65, 297.816, 0, 0, 0, 0, 100, 0),        -- Blackwind Sabercat 2\n(@WPID+3390, 2, -3521.91, 3253.1, 300.544, 0, 0, 0, 0, 100, 0),\n(@WPID+3390, 3, -3539.97, 3239.49, 302.32, 0, 0, 0, 0, 100, 0),\n(@WPID+3390, 4, -3553.5, 3223.02, 307.994, 0, 0, 0, 0, 100, 0),\n(@WPID+3390, 5, -3540.49, 3238.86, 302.39, 0, 0, 0, 0, 100, 0),\n(@WPID+3390, 6, -3521.91, 3253.1, 300.544, 0, 0, 0, 0, 100, 0),\n(@WPID+3390, 7, -3509.61, 3252.65, 297.816, 0, 0, 0, 0, 100, 0),\n(@WPID+3390, 8, -3508.35, 3238.6, 291.492, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+3400, 1, -3514.69, 3162.71, 316.109, 0, 0, 0, 0, 100, 0),        -- Blackwind Sabercat 3\n(@WPID+3400, 2, -3524.07, 3165.06, 315.807, 0, 0, 0, 0, 100, 0),\n(@WPID+3400, 3, -3528.42, 3178.18, 317.068, 0, 0, 0, 0, 100, 0),\n(@WPID+3400, 4, -3522.81, 3188.14, 316.037, 0, 0, 0, 0, 100, 0),\n(@WPID+3400, 5, -3528.42, 3178.18, 317.068, 0, 0, 0, 0, 100, 0),\n(@WPID+3400, 6, -3524.07, 3165.06, 315.807, 0, 0, 0, 0, 100, 0),\n(@WPID+3400, 7, -3514.69, 3162.71, 316.109, 0, 0, 0, 0, 100, 0),\n(@WPID+3400, 8, -3506.93, 3153.97, 314.601, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+3410, 1, -3492.99, 3242.46, 299.354, 0, 0, 0, 0, 100, 0),        -- Blackwind Sabercat 4\n(@WPID+3410, 2, -3497.53, 3257.29, 299.824, 0, 0, 0, 0, 100, 0),\n(@WPID+3410, 3, -3500.05, 3273.2, 300.777, 0, 0, 0, 0, 100, 0),\n(@WPID+3410, 4, -3497.55, 3257.33, 299.754, 0, 0, 0, 0, 100, 0),\n(@WPID+3410, 5, -3492.99, 3242.46, 299.354, 0, 0, 0, 0, 100, 0),\n(@WPID+3410, 6, -3496.17, 3221.67, 297.358, 0, 0, 0, 0, 100, 0),\n--\n(@WPID+3420, 1, -3545.18, 3146.07, 314.753, 0, 0, 0, 0, 100, 0),        -- Blackwind Sabercat 5\n(@WPID+3420, 2, -3562.07, 3157.14, 313.595, 0, 0, 0, 0, 100, 0),\n(@WPID+3420, 3, -3575.59, 3131.62, 316.208, 0, 0, 0, 0, 100, 0),\n(@WPID+3420, 4, -3562.07, 3157.14, 313.595, 0, 0, 0, 0, 100, 0),\n(@WPID+3420, 5, -3545.18, 3146.07, 314.753, 0, 0, 0, 0, 100, 0),\n(@WPID+3420, 6, -3527.89, 3154.54, 315.195, 0, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_thousand_needles.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (4124, 4248, 4499, 9377);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(4093, 4094, 4095, 4096, 4097, 4099, 4100, 4101, 4104, 4107, 4109, 4110, 4111, 4112, 4116, 4117, 4118, 4119, 4120, 4131, 4133, 4139, \n4140, 4142, 4143, 4144, 4147, 4150, 4151, 4154, 4249, 5933, 5934, 5937, 7404, 10756, 10757, 10758, 10759, 10760, 10882, 10896, 14426, 14427);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(4093, 4094, 4095, 4096, 4097, 4099, 4100, 4101, 4104, 4107, 4109, 4110, 4111, 4112, 4116, 4117, 4118, 4119, 4120, 4124, 4131, 4133, 4139, \n4140, 4142, 4143, 4144, 4147, 4150, 4151, 4154, 4248, 4249, 4499, 5933, 5934, 5937, 7404, 9377, 10756, 10757, 10758, 10759, 10760, 10882, 10896, 14426, 14427);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(4093, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Galak Wrangler - Outside 30 Range - Start Combat Movement'),\n(4093, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Galak Wrangler - Within 5-30 Range - Stop Combat Movement'),\n(4093, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Galak Wrangler - Within 0-5 Range - Start Combat Movement'),\n(4093, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Galak Wrangler - In Combat - Cast Shoot'),\n(4093, 0, 4, 0, 0, 0, 100, 0, 3000, 6000, 25000, 35000, 0, 0, 11, 6533, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Galak Wrangler - In Combat - Cast Net'),\n(4093, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Wrangler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4094, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Galak Scout - Outside 30 Range - Start Combat Movement'),\n(4094, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Galak Scout - Within 5-30 Range - Stop Combat Movement'),\n(4094, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Galak Scout - Within 0-5 Range - Start Combat Movement'),\n(4094, 0, 3, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Galak Scout - In Combat - Cast Shoot'),\n(4094, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4095, 0, 0, 0, 9, 0, 100, 0, 0, 0, 32000, 37000, 0, 8, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Galak Mauler - Within 0-8 Range - Cast Demoralizing Shout'),\n(4095, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Mauler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4096, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 18000, 26000, 0, 0, 11, 6728, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Galak Windchaser - In Combat - Cast Enveloping Winds (No Repeat)'),\n(4096, 0, 1, 0, 14, 0, 100, 1, 300, 40, 0, 0, 0, 0, 11, 939, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                 'Galak Windchaser - Friendly Missing 300 Health - Cast Healing Wave (No Repeat)'),\n(4096, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Windchaser - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4097, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6535, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Galak Stormer - On Aggro - Cast Lightning Cloud'),\n(4097, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Galak Stormer - In Combat - Cast Lightning Bolt'),\n(4097, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Stormer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4099, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Galak Marauder - On Aggro - Cast Rushing Charge'),\n(4099, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Marauder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4100, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 17000, 25000, 0, 0, 11, 3589, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Screeching Harpy - Within 0-5 Range - Cast Deafening Screech'),\n(4100, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Screeching Harpy - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4101, 0, 0, 0, 67, 0, 100, 0, 2000, 4000, 10000, 15000, 0, 5, 11, 3589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Screeching Roguefeather - Behind Target - Cast Exploit Weakness'),\n(4101, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Screeching Roguefeather - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4104, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 35000, 40000, 0, 0, 11, 6982, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Screeching Windcaller - In Combat - Cast Gust of Wind'),\n(4104, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Screeching Windcaller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4107, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Highperch Wyvern - On Respawn - Cast Poison Proc'),\n(4109, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Highperch Consort - On Respawn - Cast Poison Proc'),\n(4110, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Highperch Patriarch - On Respawn - Cast Poison Proc'),\n--\n(4111, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 4000, 7000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Gravelsnout Kobold - Within 0-5 Range - Cast Strike'),\n(4111, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gravelsnout Kobold - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4112, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 8000, 13000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Gravelsnout Vermin - In Combat - Cast Infected Wound'),\n(4112, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gravelsnout Vermin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4116, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20806, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gravelsnout Surveyor - In Combat - Cast Frostbolt'),\n(4116, 0, 1, 0, 0, 0, 100, 0, 6000, 9000, 17000, 21000, 0, 0, 11, 6141, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Gravelsnout Surveyor - In Combat - Cast Blizzard'),\n(4116, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gravelsnout Surveyor - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4117, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 8246, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Cloud Serpent - In Combat - Cast Lightning Bolt'),\n(4118, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Venomous Cloud Serpent - On Respawn - Cast Deadly Poison Proc'),\n(4119, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 8246, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Elder Cloud Serpent - In Combat - Cast Lightning Bolt'),\n(4119, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 30, 11, 421, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Elder Cloud Serpent - Within 0-30 Range - Cast Chain Lightning'),\n(4120, 0, 0, 0, 0, 0, 70, 0, 8000, 8000, 15000, 15000, 0, 0, 11, 6524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Thundering Boulderkin - In Combat - Cast Ground Tremor'),\n--\n(4131, 0, 0, 0, 0, 0, 100, 0, 4000, 7000, 22000, 25000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Silithid Invader - Within 0-5 Range - Cast Pierce Armor'),\n(4131, 0, 1, 0, 9, 0, 100, 0, 0, 0, 10000, 16000, 0, 5, 11, 8137, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Silithid Invader - Within 0-5 Range - Cast Silithid Pox'),\n(4133, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 39, 40, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Silithid Hive Drone - On Aggro - Call For Help (No Repeat)'),\n(4133, 0, 1, 0, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 39, 40, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Silithid Hive Drone - Between 0-20% Health - Call For Help (No Repeat)'),\n(4139, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 11000, 17000, 0, 0, 11, 7399, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Scorpid Terror - Within 0-5 Range - Cast Terrify'),\n(4140, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 6000, 9000, 0, 0, 11, 40505, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Scorpid Reaver - Within 0-5 Range - Cast Cleave'),\n(4142, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7273, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Sparkleshell Tortoise - Out of Combat - Cast Lightning Hide (No Repeat)'),\n(4143, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7273, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Sparkleshell Snapper - Out of Combat - Cast Lightning Hide (No Repeat)'),\n(4143, 0, 1, 0, 0, 0, 60, 0, 5000, 5000, 15000, 15000, 0, 0, 11, 6730, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Sparkleshell Snapper - Within 0-5 Range - Cast Head Butt'),\n(4144, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7273, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Sparkleshell Borer - Out of Combat - Cast Lightning Hide (No Repeat)'),\n(4144, 0, 1, 0, 0, 0, 100, 1, 5000, 5000, 26000, 30000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Sparkleshell Borer - Within 0-5 Range - Cast Pierce Armor'),\n(4147, 0, 0, 0, 0, 0, 75, 0, 8000, 8000, 30000, 30000, 0, 0, 11, 3636, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,      'Saltstone Basilisk - Within 0-5 Range - Cast Crystalline Slumber'),\n(4150, 0, 0, 0, 0, 0, 75, 0, 12000, 12000, 15000, 15000, 0, 0, 11, 3635, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Saltstone Gazer - Within 0-5 Range - Cast Crystal Gaze'),\n(4151, 0, 0, 0, 0, 0, 75, 0, 8000, 8000, 18000, 18000, 0, 0, 11, 8129, 256, 0, 0, 0, 0, 5, 30, 1, 0, 0, 0, 0, 0, 0,    'Saltstone Crystalhide - Within 0-30 Range - Cast Mana Burn'),\n(4154, 0, 0, 0, 12, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,                  'Salt Flats Scavenger - Target Between 0-20% Health - Cast Execute (No Repeat)'),\n(4249, 0, 0, 0, 0, 0, 100, 0, 5000, 10000, 12000, 16000, 0, 0, 11, 6576, 0, 0, 0, 0, 0, 6, 5, 0, 0, 0, 0, 0, 0, 0,     'Pesterhide Snarler - Within 0-5 Range - Cast Intimidating Growl'),\n--\n(5933, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Achellios the Banished - On Aggro - Cast Battle Shout'),\n(5933, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Achellios the Banished - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(5934, 0, 0, 0, 0, 0, 100, 0, 10000, 16000, 12000, 24000, 0, 0, 11, 8256, 32, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'Heartrazor - Within 0-10 Range - Cast Lethal Toxin'),\n(5937, 0, 0, 0, 9, 0, 100, 0, 0, 0, 25000, 35000, 0, 5, 11, 8257, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Vile Sting - Within 0-5 Range - Cast Venom Sting'),\n(7404, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 27000, 37000, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Galak Flame Guard - In Combat - Cast Demoralizing Shout'),\n(7404, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Galak Flame Guard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(10756, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 18000, 0, 20, 11, 17276, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Scalding Elemental - Within 0-20 Range - Cast Scald'),\n(10757, 0, 0, 0, 9, 0, 100, 9, 0, 0, 12000, 15000, 0, 5, 11, 11983, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Boiling Elemental - Within 0-5 Range - Cast Steam Jet'),\n(10758, 0, 0, 0, 105, 0, 50, 0, 0, 0, 12000, 16000, 0, 5, 11, 11978, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Grimtotem Bandit - Target Casting - Cast Kick'),\n(10758, 0, 1, 0, 0, 0, 100, 0, 12000, 22000, 20000, 33000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,  'Grimtotem Bandit -  Within 0-5 Range - Cast Disarm'),\n(10758, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Bandit - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10759, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9600, 12300, 0, 25, 11, 8046, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Grimtotem Stomper - Within 0-25 Range - Cast Earth Shock'),\n(10759, 0, 1, 0, 2, 0, 100, 1, 0, 40, 0, 0, 0, 0, 11, 5605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grimtotem Stomper - Between 0-40% Health - Cast Healing Ward (No Repeat)'),\n(10759, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Stomper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10760, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11436, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Grimtotem Geomancer - On Aggro - Cast Slow'),\n(10760, 0, 1, 0, 0, 0, 100, 0, 0, 0, 3500, 15000, 0, 0, 11, 8400, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Grimtotem Geomancer - In Combat - Cast Fireball'),\n(10760, 0, 2, 0, 0, 0, 100, 0, 3000, 5000, 10000, 15000, 0, 0, 11, 20813, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Grimtotem Geomancer - In Combat - Cast Flamestrike'),\n(10760, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Grimtotem Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10882, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 17213, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,                 'Arikara - In Combat - Cast Curse of Vengeance (No Repeat)'),\n(10896, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 18000, 0, 5, 11, 11977, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Arnak Grimtotem - Within 0-5 Range - Cast Rend'),\n(10896, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 17000, 0, 8, 11, 10966, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Arnak Grimtotem - Within 0-8 Range - Cast Uppercut'),\n(14426, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Harb Foulmountain - On Respawn - Cast Thrash Proc'),\n(14426, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 12000, 18000, 0, 0, 11, 45, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Harb Foulmountain - In Combat - Cast War Stomp'),\n(14426, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Harb Foulmountain - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(14427, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Gibblesnik - Within 0-5 Range - Cast Sunder Armor'),\n(14427, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Gibblesnik - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5, `spawntimesecs` = 37800  WHERE `id1` = 14427; -- Gibblesnik\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 10 WHERE `id1` = 5937; -- give Vile Sting some movement\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1  WHERE `id1` = 4499; -- Rok'Alim the Pounder, waypoints\n\nDELETE FROM `creature_addon` WHERE `guid` = 21591;\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(21591, 215910, 0, 0, 0, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (44990); -- previously used incorrect id\nDELETE FROM `waypoint_data` WHERE `id` IN (215910);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(215910, 1, -5204.92, -1565.98, -48.1972, 0, 0, 0, 0, 100, 0),\n(215910, 2, -5214.62, -1555.88, -49.2243, 0, 0, 0, 0, 100, 0),\n(215910, 3, -5230.7, -1546.65, -49.3283, 0, 0, 0, 0, 100, 0),\n(215910, 4, -5241.37, -1540.68, -50.6353, 0, 0, 0, 0, 100, 0),\n(215910, 5, -5257.24, -1534.29, -51.2466, 0, 0, 0, 0, 100, 0),\n(215910, 6, -5269.84, -1529.99, -52.025, 0, 0, 0, 0, 100, 0),\n(215910, 7, -5282.4, -1525.82, -53.1763, 0, 0, 0, 0, 100, 0),\n(215910, 8, -5288.3, -1522.98, -56.4051, 0, 0, 0, 0, 100, 0),\n(215910, 9, -5286.83, -1503.93, -56.481, 0, 0, 0, 0, 100, 0),\n(215910, 10, -5270.15, -1482.05, -56.3993, 0, 0, 0, 0, 100, 0),\n(215910, 11, -5254.26, -1461.2, -56.0616, 0, 0, 0, 0, 100, 0),\n(215910, 12, -5241.19, -1442.79, -55.4567, 0, 0, 0, 0, 100, 0),\n(215910, 13, -5221.53, -1416.03, -53.8072, 0, 0, 0, 0, 100, 0),\n(215910, 14, -5198.85, -1395.52, -52.7577, 0, 0, 0, 0, 100, 0),\n(215910, 15, -5181.67, -1374.63, -51.8565, 0, 0, 0, 0, 100, 0),\n(215910, 16, -5169.68, -1349.39, -50.6463, 0, 0, 0, 0, 100, 0),\n(215910, 17, -5154.09, -1328.35, -49.6798, 0, 0, 0, 0, 100, 0),\n(215910, 18, -5133.36, -1309.61, -49.4684, 0, 0, 0, 0, 100, 0),\n(215910, 19, -5128.83, -1305.52, -49.5074, 0, 0, 0, 0, 100, 0),\n(215910, 20, -5116.85, -1280.28, -49.9129, 0, 0, 0, 0, 100, 0),\n(215910, 21, -5102.61, -1250.27, -49.9234, 0, 0, 0, 0, 100, 0),\n(215910, 22, -5092.12, -1228.17, -52.6244, 0, 0, 0, 0, 100, 0),\n(215910, 23, -5069.58, -1197.09, -55.3233, 0, 0, 0, 0, 100, 0),\n(215910, 24, -5062.96, -1184.76, -56.1412, 0, 0, 0, 0, 100, 0),\n(215910, 25, -5039.98, -1165.97, -56.9965, 0, 0, 0, 0, 100, 0),\n(215910, 26, -5016.58, -1158.92, -55.1305, 0, 0, 0, 0, 100, 0),\n(215910, 27, -5006.19, -1139.71, -52.2228, 0, 0, 0, 0, 100, 0),\n(215910, 28, -4991.9, -1125.57, -50.647, 0, 0, 0, 0, 100, 0),\n(215910, 29, -4960.86, -1102.84, -52.0625, 0, 0, 0, 0, 100, 0),\n(215910, 30, -4946.76, -1092.52, -52.4456, 0, 0, 0, 0, 100, 0),\n(215910, 31, -4928.1, -1087.96, -53.0811, 0, 0, 0, 0, 100, 0),\n(215910, 32, -4911.55, -1088.84, -54.6845, 0, 0, 0, 0, 100, 0),\n(215910, 33, -4892.69, -1085.17, -58.7394, 0, 0, 0, 0, 100, 0),\n(215910, 34, -4862.62, -1069.22, -58.5493, 0, 0, 0, 0, 100, 0),\n(215910, 35, -4841.79, -1058.18, -58.3265, 0, 0, 0, 0, 100, 0),\n(215910, 36, -4832.77, -1054.99, -58.5381, 0, 0, 0, 0, 100, 0),\n(215910, 37, -4810.17, -1040.02, -58.7495, 0, 0, 0, 0, 100, 0),\n(215910, 38, -4781.03, -1020.73, -58.7479, 0, 0, 0, 0, 100, 0),\n(215910, 39, -4763.55, -1010.94, -58.3438, 0, 0, 0, 0, 100, 0),\n(215910, 40, -4745.84, -1003.38, -58.7489, 0, 0, 0, 0, 100, 0),\n(215910, 41, -4731.81, -989.059, -56.4676, 0, 0, 0, 0, 100, 0),\n(215910, 42, -4718.22, -969.831, -52.847, 0, 0, 0, 0, 100, 0),\n(215910, 43, -4702.23, -952.577, -50.7703, 0, 0, 0, 0, 100, 0),\n(215910, 44, -4687.36, -943.465, -49.807, 0, 0, 0, 0, 100, 0),\n(215910, 45, -4676.14, -938.654, -49.1061, 0, 0, 0, 0, 100, 0),\n(215910, 46, -4664.32, -929.672, -50.7595, 0, 0, 0, 0, 100, 0),\n(215910, 47, -4638.64, -916.618, -56.6334, 0, 0, 0, 0, 100, 0),\n(215910, 48, -4625.96, -902.198, -54.0504, 0, 0, 0, 0, 100, 0),\n(215910, 49, -4617.08, -882.245, -51.521, 0, 0, 0, 0, 100, 0),\n(215910, 50, -4597.35, -850.377, -53.6356, 0, 0, 0, 0, 100, 0),\n(215910, 51, -4579.89, -855.902, -52.0292, 0, 0, 0, 0, 100, 0),\n(215910, 52, -4589.98, -867.978, -52.0226, 0, 0, 0, 0, 100, 0),\n(215910, 53, -4601.74, -889.439, -50.6814, 0, 0, 0, 0, 100, 0),\n(215910, 54, -4605.17, -901.682, -52.4203, 0, 0, 0, 0, 100, 0),\n(215910, 55, -4610.44, -918.339, -57.6121, 0, 0, 0, 0, 100, 0),\n(215910, 56, -4606.58, -931.714, -56.7672, 0, 0, 0, 0, 100, 0),\n(215910, 57, -4596.94, -945.123, -52.9157, 0, 0, 0, 0, 100, 0),\n(215910, 58, -4581.9, -955.52, -50.9032, 0, 0, 0, 0, 100, 0),\n(215910, 59, -4572.11, -966.669, -49.0426, 0, 0, 0, 0, 100, 0),\n(215910, 60, -4560.31, -987.143, -54.2615, 0, 0, 0, 0, 100, 0),\n(215910, 61, -4541.68, -1003.01, -54.449, 0, 0, 0, 0, 100, 0),\n(215910, 62, -4552.6, -1011.68, -55.3938, 0, 0, 0, 0, 100, 0),\n(215910, 63, -4553.95, -1015.83, -55.5415, 0, 0, 0, 0, 100, 0),\n(215910, 64, -4551.73, -1033.16, -56.3598, 0, 0, 0, 0, 100, 0),\n(215910, 65, -4554.74, -1051.2, -55.7008, 0, 0, 0, 0, 100, 0),\n(215910, 66, -4576.43, -1062.38, -52.3882, 0, 0, 0, 0, 100, 0),\n(215910, 67, -4595.78, -1072.35, -47.8427, 0, 0, 0, 0, 100, 0),\n(215910, 68, -4614.09, -1084.25, -50.2251, 0, 0, 0, 0, 100, 0),\n(215910, 69, -4635.17, -1096.57, -53.1295, 0, 0, 0, 0, 100, 0),\n(215910, 70, -4655.15, -1116.11, -54.7833, 0, 0, 0, 0, 100, 0),\n(215910, 71, -4670.11, -1111.43, -52.6073, 0, 0, 0, 0, 100, 0),\n(215910, 72, -4696.82, -1098.49, -52.938, 0, 0, 0, 0, 100, 0),\n(215910, 73, -4708.96, -1097.21, -54.7856, 0, 0, 0, 0, 100, 0),\n(215910, 74, -4727.26, -1112.01, -50.8514, 0, 0, 0, 0, 100, 0),\n(215910, 75, -4730.2, -1135.72, -42.7862, 0, 0, 0, 0, 100, 0),\n(215910, 76, -4734.1, -1146.39, -39.9821, 0, 0, 0, 0, 100, 0),\n(215910, 77, -4742.57, -1153.98, -39.8057, 0, 0, 0, 0, 100, 0),\n(215910, 78, -4748.47, -1163.7, -41.1494, 0, 0, 0, 0, 100, 0),\n(215910, 79, -4753.23, -1182.36, -46.3681, 0, 0, 0, 0, 100, 0),\n(215910, 80, -4754.96, -1211.99, -53.963, 0, 0, 0, 0, 100, 0),\n(215910, 81, -4745.96, -1249.27, -54.0574, 0, 0, 0, 0, 100, 0),\n(215910, 82, -4746.93, -1265.88, -52.9851, 0, 0, 0, 0, 100, 0),\n(215910, 83, -4754.48, -1290.02, -48.5838, 0, 0, 0, 0, 100, 0),\n(215910, 84, -4764.33, -1304.45, -48.6753, 0, 0, 0, 0, 100, 0),\n(215910, 85, -4769.15, -1327.53, -49.0466, 0, 0, 0, 0, 100, 0),\n(215910, 86, -4775, -1341.23, -53.1682, 0, 0, 0, 0, 100, 0),\n(215910, 87, -4778.21, -1369.85, -53.8389, 0, 0, 0, 0, 100, 0),\n(215910, 88, -4786.3, -1377.76, -53.4634, 0, 0, 0, 0, 100, 0),\n(215910, 89, -4804.32, -1371.1, -54.4526, 0, 0, 0, 0, 100, 0),\n(215910, 90, -4830.07, -1375.97, -53.9953, 0, 0, 0, 0, 100, 0),\n(215910, 91, -4863.88, -1412.53, -52.4747, 0, 0, 0, 0, 100, 0),\n(215910, 92, -4876.27, -1423.62, -50.5087, 0, 0, 0, 0, 100, 0),\n(215910, 93, -4883.91, -1453.15, -50.5943, 0, 0, 0, 0, 100, 0),\n(215910, 94, -4875.09, -1489.66, -47.697, 0, 0, 0, 0, 100, 0),\n(215910, 95, -4868.9, -1500.25, -47.3607, 0, 0, 0, 0, 100, 0),\n(215910, 96, -4864.04, -1520.62, -47.5608, 0, 0, 0, 0, 100, 0),\n(215910, 97, -4840.64, -1540.3, -47.1878, 0, 0, 0, 0, 100, 0),\n(215910, 98, -4813.21, -1563.37, -49.0607, 0, 0, 0, 0, 100, 0),\n(215910, 99, -4798.37, -1586.05, -51.2704, 0, 0, 0, 0, 100, 0),\n(215910, 100, -4797.3, -1611.32, -49.8867, 0, 0, 0, 0, 100, 0),\n(215910, 101, -4802.75, -1637.81, -49.9839, 0, 0, 0, 0, 100, 0),\n(215910, 102, -4811.28, -1665.36, -50.9323, 0, 0, 0, 0, 100, 0),\n(215910, 103, -4829.82, -1672.43, -47.6692, 0, 0, 0, 0, 100, 0),\n(215910, 104, -4850.17, -1677.41, -38.4677, 0, 0, 0, 0, 100, 0),\n(215910, 105, -4868.01, -1681.78, -33.1823, 0, 0, 0, 0, 100, 0),\n(215910, 106, -4885.85, -1686.15, -35.8888, 0, 0, 0, 0, 100, 0),\n(215910, 107, -4907.88, -1691.54, -45.483, 0, 0, 0, 0, 100, 0),\n(215910, 108, -4922.81, -1704.92, -53.1108, 0, 0, 0, 0, 100, 0),\n(215910, 109, -4937.51, -1726.61, -57.509, 0, 0, 0, 0, 100, 0),\n(215910, 110, -4969.21, -1749.86, -60.1434, 0, 0, 0, 0, 100, 0),\n(215910, 111, -4994.72, -1763.31, -64.3609, 0, 0, 0, 0, 100, 0),\n(215910, 112, -5028.79, -1764.86, -65.5336, 0, 0, 0, 0, 100, 0),\n(215910, 113, -5065.95, -1759.59, -66.5919, 0, 0, 0, 0, 100, 0),\n(215910, 114, -5093.52, -1770.39, -62.2996, 0, 0, 0, 0, 100, 0),\n(215910, 115, -5105.65, -1775.34, -61.0208, 0, 0, 0, 0, 100, 0),\n(215910, 116, -5123.93, -1792.82, -57.2378, 0, 0, 0, 0, 100, 0),\n(215910, 117, -5149.56, -1806.05, -57.8151, 0, 0, 0, 0, 100, 0),\n(215910, 118, -5173.42, -1831.56, -58.1518, 0, 0, 0, 0, 100, 0),\n(215910, 119, -5186.01, -1870.63, -57.7254, 0, 0, 0, 0, 100, 0),\n(215910, 120, -5197.27, -1905.54, -57.034, 0, 0, 0, 0, 100, 0),\n(215910, 121, -5211.94, -1929.84, -62.5757, 0, 0, 0, 0, 100, 0),\n(215910, 122, -5217.61, -1963.41, -63.2077, 0, 0, 0, 0, 100, 0),\n(215910, 123, -5213.49, -1995.46, -61.1058, 0, 0, 0, 0, 100, 0),\n(215910, 124, -5224.94, -2025.67, -60.3056, 0, 0, 0, 0, 100, 0),\n(215910, 125, -5267.7, -2047.58, -61.7613, 0, 0, 0, 0, 100, 0),\n(215910, 126, -5298.28, -2054.79, -60.6321, 0, 0, 0, 0, 100, 0),\n(215910, 127, -5335.13, -2041.09, -61.2567, 0, 0, 0, 0, 100, 0),\n(215910, 128, -5370.89, -2042.4, -62.2819, 0, 0, 0, 0, 100, 0),\n(215910, 129, -5404.02, -2043.62, -63.9917, 0, 0, 0, 0, 100, 0),\n(215910, 130, -5427.96, -2038.56, -64.7203, 0, 0, 0, 0, 100, 0),\n(215910, 131, -5443.81, -2022.38, -63.5722, 0, 0, 0, 0, 100, 0),\n(215910, 132, -5460.12, -1994.54, -58.3875, 0, 0, 0, 0, 100, 0),\n(215910, 133, -5478.17, -1979.38, -58.9688, 0, 0, 0, 0, 100, 0),\n(215910, 134, -5501.73, -1950.11, -60.4141, 0, 0, 0, 0, 100, 0),\n(215910, 135, -5524.73, -1937.53, -59.9879, 0, 0, 0, 0, 100, 0),\n(215910, 136, -5533.82, -1917.68, -59.0687, 0, 0, 0, 0, 100, 0),\n(215910, 137, -5530.9, -1890.73, -58.5037, 0, 0, 0, 0, 100, 0),\n(215910, 138, -5520.29, -1865.83, -57.9582, 0, 0, 0, 0, 100, 0),\n(215910, 139, -5516.68, -1848.78, -57.2414, 0, 0, 0, 0, 100, 0),\n(215910, 140, -5506.58, -1830.44, -56.6996, 0, 0, 0, 0, 100, 0),\n(215910, 141, -5491.7, -1830.59, -56.4063, 0, 0, 0, 0, 100, 0),\n(215910, 142, -5470.03, -1839.83, -54.3328, 0, 0, 0, 0, 100, 0),\n(215910, 143, -5457.09, -1829.48, -50.7656, 0, 0, 0, 0, 100, 0),\n(215910, 144, -5463.51, -1817.04, -48.0715, 0, 0, 0, 0, 100, 0),\n(215910, 145, -5481.32, -1806.02, -49.6301, 0, 0, 0, 0, 100, 0),\n(215910, 146, -5483.3, -1791.35, -45.245, 0, 0, 0, 0, 100, 0),\n(215910, 147, -5480.45, -1769.64, -33.9141, 0, 0, 0, 0, 100, 0),\n(215910, 148, -5475.24, -1759.54, -25.6579, 0, 0, 0, 0, 100, 0),\n(215910, 149, -5471.3, -1747.98, -19.724, 0, 0, 0, 0, 100, 0),\n(215910, 150, -5469.04, -1741.36, -17.7276, 0, 0, 0, 0, 100, 0),\n(215910, 151, -5465.97, -1728.89, -21.8808, 0, 0, 0, 0, 100, 0),\n(215910, 152, -5452.89, -1712.47, -31.4806, 0, 0, 0, 0, 100, 0),\n(215910, 153, -5438.73, -1694.68, -39.2293, 0, 0, 0, 0, 100, 0),\n(215910, 154, -5415, -1665.24, -52.9235, 0, 0, 0, 0, 100, 0),\n(215910, 155, -5404.21, -1650.38, -54.0433, 0, 0, 0, 0, 100, 0),\n(215910, 156, -5382.14, -1619.96, -55.4564, 0, 0, 0, 0, 100, 0),\n(215910, 157, -5359.21, -1581.86, -54.3701, 0, 0, 0, 0, 100, 0),\n(215910, 158, -5335.16, -1551.91, -54.5505, 0, 0, 0, 0, 100, 0),\n(215910, 159, -5307.35, -1526.65, -56.18, 0, 0, 0, 0, 100, 0),\n(215910, 160, -5277.19, -1490.33, -56.4778, 0, 0, 0, 0, 100, 0),\n(215910, 161, -5254.46, -1467.41, -56.1179, 0, 0, 0, 0, 100, 0),\n(215910, 162, -5234.6, -1435.62, -54.6556, 0, 0, 0, 0, 100, 0),\n(215910, 163, -5208.81, -1408.3, -52.7023, 0, 0, 0, 0, 100, 0),\n(215910, 164, -5186.86, -1376.82, -52.0997, 0, 0, 0, 0, 100, 0),\n(215910, 165, -5161.9, -1341.03, -50.2505, 0, 0, 0, 0, 100, 0),\n(215910, 166, -5111.66, -1355.74, -50.9843, 0, 0, 0, 0, 100, 0),\n(215910, 167, -5094.4, -1380.98, -51.8489, 0, 0, 0, 0, 100, 0),\n(215910, 168, -5073.89, -1397.17, -52.37, 0, 0, 0, 0, 100, 0),\n(215910, 169, -5064.51, -1427.11, -52.3102, 0, 0, 0, 0, 100, 0),\n(215910, 170, -5052.49, -1465.43, -50.1334, 0, 0, 0, 0, 100, 0),\n(215910, 171, -5033.77, -1492.85, -49.7627, 0, 0, 0, 0, 100, 0),\n(215910, 172, -5044.56, -1524.25, -48.7018, 0, 0, 0, 0, 100, 0),\n(215910, 173, -5066.05, -1540.68, -48.0147, 0, 0, 0, 0, 100, 0),\n(215910, 174, -5084.74, -1554.96, -47.1104, 0, 0, 0, 0, 100, 0),\n(215910, 175, -5105.14, -1565.01, -46.4026, 0, 0, 0, 0, 100, 0),\n(215910, 176, -5129.66, -1571.52, -49.5441, 0, 0, 0, 0, 100, 0),\n(215910, 177, -5154.97, -1578.25, -54.2102, 0, 0, 0, 0, 100, 0),\n(215910, 178, -5181.09, -1576.09, -53.6363, 0, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_thunder_bluff.sql",
    "content": "UPDATE `creature_template` SET `subname` = 'Expert Blacksmith'        WHERE `entry` = 2998;  -- Karn Stonehoof <Expert Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Expert Tailor'            WHERE `entry` = 3004;  -- Tepa <Expert Tailor>\nUPDATE `creature_template` SET `subname` = 'Artisan Leatherworker'    WHERE `entry` = 3007;  -- Una <Artisan Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 3008;  -- Mak <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Expert Alchemist'         WHERE `entry` = 3009;  -- Bena Winterhoof <Expert Alchemist>\nUPDATE `creature_template` SET `subname` = 'Expert Enchanter'         WHERE `entry` = 3011;  -- Teg Dawnstrider <Expert Enchanter>\nUPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith'    WHERE `entry` = 10278; -- Thrag Stonehoof <Journeyman Blacksmith>\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 11047; -- Kray <Journeyman Alchemist>\nUPDATE `creature_template` SET `subname` = 'Journeyman Tailor'        WHERE `entry` = 11051; -- Vhan <Journeyman Tailor>\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` = 11071; -- Mot Dawnstrider <Journeyman Enchanter>\nUPDATE `creature_template` SET `subname` = 'Expert Leatherworker'     WHERE `entry` = 11084; -- Tarn <Expert Leatherworker>\n\nUPDATE `creature_template` SET `npcflag` = 81 WHERE `entry` IN (3008, 10278, 11047, 11051, 11071, 11084); -- `trainer_type` = 2\nUPDATE `creature_template` SET `type_flags` = 134217728 WHERE `entry` IN (3004, 3007, 3009, 3011, 11084);\n\n/* NPC Thrumn - Remove non-Vanilla Tabards */\nDELETE FROM `npc_vendor` WHERE `entry`= 5189 AND `item` IN (15197, 15199, 19031, 19505, 24004, 31773, 31775, 31776, 31777, 31778, 31779, 31780, 31781, 31804, 32445, 32828, 35221);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7 AND `SourceGroup` IN (1017, 4128, 4165, 4207, 4242, 4351);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES\n(15, 1017, 0, 7, 164, 50,  'Show menu if blacksmithing is 50 or higher'),   -- Karn Stonehoof <Expert Blacksmith>\n(15, 4128, 0, 7, 171, 50,  'Show menu if alchemy is 50 or higher'),         -- Bena Winterhoof <Expert Alchemist>\n(15, 4165, 0, 7, 333, 50,  'Show menu if enchanting is 50 or higher'),      -- Teg Dawnstrider <Expert Enchanter>\n(15, 4207, 0, 7, 165, 50,  'Show menu if leatherworking is 50 or higher'),  -- Tarn <Expert Leatherworker>\n(15, 4242, 0, 7, 165, 125, 'Show menu if leatherworking is 125 or higher'), -- Una <Artisan Leatherworker>\n(15, 4351, 0, 7, 197, 50,  'Show menu if tailoring is 50 or higher');       -- Tepa <Expert Tailor>\n\n-- battlemasters\nDELETE FROM `creature` WHERE `id1` IN (7427, 10360, 12198, 34976, 34978);\nINSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n(607427, 7427,  1, -1384.29, -98.6163, 159.018, 2.87979, 300), -- Taim Ragetotem <Alterac Valley Battlemaster>\n(610360, 10360, 1, -1381.29, -75.9809, 160.602, 3.19395, 300), -- Kergul Bloodaxe <Warsong Gulch Battlemaster>\n(612198, 12198, 1, -995.143, 217.173, 104.729, 4.46804,  300); -- Martin Lindsey <Arathi Basin Battlemaster>\n\nUPDATE `creature_template` SET `subname` = 'Mining Supplier'           WHERE `entry` = 3002;-- Kurm Stonehoof <Mining Supplier>\nUPDATE `creature_template` SET `subname` = 'Sword and Dagger Merchant' WHERE `entry` = 3021;-- Kard Ragetotem <Sword and Dagger Merchant>\nUPDATE `creature_template` SET `subname` = 'Cooking Supplier'          WHERE `entry` = 3027;-- Naal Mistrunner <Cooking Supplier>\nUPDATE `creature_template` SET `subname` = 'Fishing Supplier'          WHERE `entry` = 3029;-- Sewa Mistrunner <Fishing Supplier>\nUPDATE `creature_template` SET `subname` = 'Reagent Vendor'            WHERE `entry` = 8361;-- Chepi <Reagent Vendor>\nUPDATE `creature_template` SET `subname` = 'General Goods Vendor'      WHERE `entry` = 8362;-- Kuruk <General Goods Vendor>\nUPDATE `creature_template` SET `subname` = 'Trade Goods Supplier'      WHERE `entry` = 8363;-- Shadi Mistrunner <Trade Goods Supplier>\n\n-- Evergreen Herb Casing should drop random herbs - was changed to WotLK to drop only Morrowgrain and Mutated Morrowgrain\nDELETE FROM `item_loot_template` WHERE `Entry` = 11024;\nINSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(11024, 785,   0, 6, 0, 1, 1, 1, 1,  'Evergreen Herb Casing - Mageroyal'),\n(11024, 2449,  0, 9, 0, 1, 1, 1, 1,  'Evergreen Herb Casing - Earthroot'),\n(11024, 2450,  0, 6, 0, 1, 1, 1, 1,  'Evergreen Herb Casing - Briarthorn'),\n(11024, 3356,  0, 10, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Kingsblood'),\n(11024, 3357,  0, 7, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Liferoot'),\n(11024, 3820,  0, 4, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Stranglekelp'),\n(11024, 3821,  0, 4, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Goldthorn'),\n(11024, 4625,  0, 2, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Firebloom'),\n(11024, 8838,  0, 5, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Sungrass'),\n(11024, 8839,  0, 5, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Blindweed'),\n(11024, 8846,  0, 5, 0, 1, 1, 1, 3,  'Evergreen Herb Casing - Gromsblood'),\n(11024, 11040, 0, 37, 0, 1, 1, 1, 5, 'Evergreen Herb Casing - Morrowgrain');\n"
  },
  {
    "path": "data/sql/world/base/zone_tirisfal_glades.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(1504, 1505, 1506, 1507, 1522, 1523, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1544, 1545, 1553, 1554, 1555, \n1657, 1660, 1662, 1664, 1665, 1674, 1675, 1688, 1753, 1765, 1910, 1911, 1934, 1935, 1936, 1941, 1943, 1944, 10356, 10358, 13158, 15195);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(1504, 1505, 1506, 1507, 1522, 1523, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1544, 1545, 1553, 1554, 1555, \n1657, 1660, 1662, 1664, 1665, 1674, 1675, 1688, 1753, 1765, 1910, 1911, 1934, 1935, 1936, 1941, 1943, 1944, 10356, 10358, 13158, 15195);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1504, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6752, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Young Night Web Spider - On Respawn - Cast Weak Poison Proc'),\n(1505, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6752, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Night Web Spider - On Respawn - Cast Weak Poison Proc'),\n(1506, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Convert - On Aggro - Say Line 0'),\n(1507, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Initiate - On Aggro - Say Line 0'),\n(1507, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Initiate - Out of Combat - Cast Frost Armor'),\n(1507, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Initiate - In Combat - Cast Fireball'),\n(1522, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13322, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Darkeye Bonecaster - In Combat - Cast Frostbolt'),\n(1523, 0, 0, 0, 0, 0, 100, 0, 4000, 9000, 21000, 25000, 0, 0, 11, 589, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Cracked Skull Soldier - On Aggro - Cast Shadow Word: Pain'),\n(1525, 0, 0, 0, 9, 0, 100, 9, 0, 0, 9000, 15000, 0, 5, 11, 3234, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Rotting Dead - Within 0-5 Range - Cast Disease Touch'),\n(1526, 0, 0, 0, 9, 0, 100, 9, 0, 0, 9000, 15000, 0, 5, 11, 3234, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ravaged Corpse - Within 0-5 Range - Cast Disease Touch'),\n(1527, 0, 0, 0, 9, 0, 100, 9, 0, 0, 9000, 15000, 0, 5, 11, 3234, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hungering Dead - Within 0-5 Range - Cast Disease Touch'),\n(1528, 0, 0, 0, 9, 0, 100, 9, 0, 0, 9000, 15000, 0, 5, 11, 3234, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shambling Horror - Between 20-80% Health - Cast Disease Touch'),\n(1529, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3235, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bleeding Horror - On Respawn - Cast Rancid Blood Proc'),\n(1530, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3235, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rotting Ancestor - On Respawn - Cast Rancid Blood Proc'),\n(1531, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 8, 11, 7713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Lost Soul - Within 0-8 Range - Cast Wailing Dead'),\n(1532, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 8, 11, 7713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Wandering Spirit - Within 0-8 Range - Cast Wailing Dead'),\n(1533, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 8, 11, 7713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Tormented Spirit - Within 0-8 Range - Cast Wailing Dead'),\n(1534, 0, 0, 0, 9, 0, 100, 0, 0, 0, 12000, 21000, 0, 8, 11, 7713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Wailing Ancestor - Within 0-8 Range - Cast Wailing Dead'),\n--\n(1535, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Warrior - On Aggro - Say Line 0'),\n(1535, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 45000, 50000, 0, 0, 11, 3238, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Warrior - In Combat - Cast Nimble Reflexes'),\n(1535, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1536, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Missionary - On Aggro - Say Line 0'),\n(1536, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Missionary - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1537, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Zealot - On Aggro - Say Line 0'),\n(1537, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Zealot - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1538, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Friar - On Aggro - Say Line 0'),\n(1538, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 1243, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Friar - Out of Combat - Cast Power Word: Fortitude'),\n(1538, 0, 2, 0, 14, 0, 100, 0, 55, 40, 8000, 12000, 0, 0, 11, 2052, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Friar - Friendly Missing 55 Health - Cast Lesser Heal'),\n(1538, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Friar - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1539, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Neophyte - On Aggro - Say Line 0'),\n(1539, 0, 1, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Neophyte - Out of Combat - Cast Frost Armor'),\n(1539, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13322, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Neophyte - In Combat - Cast Frostbolt'),\n(1539, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Neophyte - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1540, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Vanguard - On Aggro - Say Line 0'),\n(1540, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 180000, 184000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Vanguard - In Combat - Cast Defensive Stance'),\n(1540, 0, 2, 0, 105, 0, 50, 0, 0, 0, 9000, 16000, 0, 5, 11, 72, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,              'Scarlet Vanguard - Target Casting - Cast Shield Bash'),\n(1540, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Vanguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1544, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Vile Fin Minor Oracle - Out of Combat - Cast Lightning Shield'),\n(1544, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Vile Fin Minor Oracle - In Combat - Cast Lightning Bolt'),\n(1544, 0, 2, 0, 0, 0, 100, 0, 11000, 16000, 12000, 16000, 0, 0, 11, 2607, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Vile Fin Minor Oracle - In Combat - Cast Shock'),\n(1544, 0, 3, 0, 16, 0, 100, 0, 324, 1, 15000, 30000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Vile Fin Minor Oracle - On Missing Buff - Cast Lightning Shield'),\n(1544, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Minor Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1545, 0, 0, 0, 67, 0, 100, 0, 3000, 7000, 7000, 12000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Vile Fin Muckdweller - Behind Target - Cast Backstab'),\n(1545, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Muckdweller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1553, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 3242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Greater Duskbat - Within 0-5 Range - Cast Ravage'),\n(1554, 0, 0, 0, 9, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 3242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Vampiric Duskbat - Within 0-5 Range - Cast Ravage'),\n(1555, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Vicious Night Web Spider - On Respawn - Cast Poison Proc'),\n(1657, 0, 0, 0, 1, 0, 100, 0, 0, 0, 30000, 60000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Devlin Agamand - Out of Combat - Say Line 1'),\n(1657, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,                        'Devlin Agamand - On Aggro - Say Line 0'),\n(1657, 0, 2, 0, 9, 0, 100, 0, 0, 0, 16000, 30000, 0, 5, 11, 3148, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Devlin Agamand - Within 0-5 Range - Cast Head Crack'),\n(1660, 0, 0, 0, 0, 0, 100, 0, 1000, 7000, 5000, 28000, 0, 0, 11, 12169, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Scarlet Bodyguard - In Combat - Cast Shield Block'),\n(1660, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Bodyguard - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1662, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Perrine - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1664, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 182000, 186000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Vachon - In Combat - Cast Defensive Stance'),\n(1664, 0, 1, 0, 105, 0, 50, 0, 0, 0, 16000, 24000, 0, 5, 11, 72, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Captain Vachon - Target Casting - Cast Shield Bash'),\n(1664, 0, 2, 0, 0, 0, 100, 0, 8000, 14000, 18000, 30000, 0, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Captain Vachon - In Combat - Cast Improved Blocking'),\n(1664, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Vachon - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1665, 0, 0, 0, 0, 0, 100, 0, 1000, 3000, 240000, 300000, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Captain Melrache - In Combat - Cast Devotion Aura'),\n(1665, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7000, 11000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Captain Melrache - Within 0-5 Range - Cast Strike'),\n(1665, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Captain Melrache - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1674, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Gnoll - On Aggro - Say Line 0'),\n(1674, 0, 1, 0, 0, 0, 100, 0, 7000, 21000, 30000, 45000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Gnoll - In Combat - Cast Curse of Thule'),\n(1674, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Rot Hide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1675, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Mongrel - On Aggro - Say Line 0'),\n(1675, 0, 1, 0, 0, 0, 100, 0, 7000, 14000, 30000, 45000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Mongrel - In Combat - Cast Curse of Thule'),\n(1688, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11959, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Night Web Matriarch - On Respawn - Cast Poison Proc'),\n(1753, 0, 0, 0, 2, 0, 100, 0, 4000, 9000, 30000, 45000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Maggot Eye - In Combat - Cast Curse of Thule'),\n(1753, 0, 1, 0, 2, 0, 100, 0, 0, 75, 7000, 14000, 0, 0, 11, 3243, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,           'Maggot Eye - Between 0-75% Health - Cast Life Harvest'),\n(1765, 0, 0, 0, 0, 0, 100, 0, 4000, 14000, 34000, 60000, 0, 0, 11, 3149, 24604, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Worg - In Combat - Cast Furious Howl'),\n--\n(1910, 0, 0, 0, 0, 0, 100, 0, 2000, 6000, 6000, 10000, 0, 0, 11, 2607, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Muad - In Combat - Cast Shock'),\n(1910, 0, 1, 0, 74, 0, 100, 0, 0, 0, 12000, 16000, 50, 40, 11, 332, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Muad - Friendly Between 0-50% Health - Cast Healing Wave'),\n(1910, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Muad - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1911, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Deeb - In Combat - Cast Lightning Bolt'),\n(1911, 0, 1, 0, 0, 0, 100, 0, 2000, 6000, 6000, 6000, 0, 0, 11, 2607, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Deeb - In Combat - Cast Shock'),\n(1911, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Deeb - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1934, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tirisfal Farmer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1935, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Tirisfal Farmhand - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1936, 0, 0, 0, 0, 0, 100, 0, 2400, 2900, 8700, 9200, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Farmer Solliden - Within 0-5 Range - Cast Strike'),\n(1941, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Rot Hide Graverobber - On Aggro - Say Line 0'),\n(1941, 0, 1, 0, 0, 0, 100, 0, 7000, 14000, 30000, 45000, 0, 0, 11, 3237, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Rot Hide Graverobber - In Combat - Cast Curse of Thule'),\n(1943, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Puddlejumper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1944, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 600000, 600000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Vile Fin Minor Oracle - Out of Combat - Cast Lightning Shield'),\n(1944, 0, 1, 0, 16, 0, 100, 0, 324, 1, 15000, 30000, 0, 0, 11, 324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Vile Fin Minor Oracle - On Missing Buff - Cast Lightning Shield'),\n(1944, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Vile Fin Minor Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10356, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 21000, 25000, 0, 0, 11, 13443, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Bayne - Within 0-5 Range - Cast Rend'),\n(10356, 0, 1, 0, 9, 0, 100, 0, 0, 0, 20000, 24000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Bayne - Within 0-5 Range - Cast Tendon Rip'),\n(10358, 0, 0, 0, 0, 0, 100, 0, 6000, 11000, 21000, 27000, 0, 0, 11, 7068, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Fellicents Shade - Within 0-20 Range - Cast Veil of Shadow'),\n(10358, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 13901, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Fellicents Shade - In Combat - Cast Arcane Bolt'),\n(10358, 0, 2, 0, 106, 0, 100, 0, 0, 0, 12000, 17000, 0, 8, 11, 11975, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Fellicents Shade - Within 0-8 Range - Cast Arcane Explosion'),\n(13158, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Lieutenant Sanders - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(15195, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 18368, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Wickerman Guardian - Within 0-5 Range - Cast Strike'),\n(15195, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 9000, 15000, 0, 0, 11, 19128, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,    'Wickerman Guardian - Within 0-5 Range - Cast Knockdown'),\n(15195, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 25007, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Wickerman Guardian - On Just Died - Cast Wickerman Guardian Ember');\n\n/* Drop chance for Rattlecage Skull was incorrectly set to 15 - updated to 80 */\nUPDATE `creature_loot_template` SET `Chance` = 80 WHERE `Entry` = 1890 AND `Item` = 6281;\n\n-- Undertaker Mordo (not sure why we creating a new version of this guy, we only seem to be moving him)\nDELETE FROM `creature` WHERE `id1` = 1568;\nINSERT INTO `creature` (`guid`, `id1`, `map`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES \n(601568, 1568, 0, 1, 1678.99, 1667.86, 135.855, 3.76991, 300);\n\nDELETE FROM `creature_addon` WHERE `guid` IN (29803, 601568);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(601568, 0, 0, 0, 1, 0, 0, NULL);\n\n-- update npc names\nUPDATE `creature_template` SET `name` = 'Wretched Zombie' WHERE `entry` = 1502; -- Wretched Zombie\n\nUPDATE `creature_template` SET `subname` = 'Apprentice Herbalist'     WHERE `entry` = 2114; -- Faruza <Apprentice Herbalist>\nUPDATE `creature_template` SET `subname` = 'Journeyman Alchemist'     WHERE `entry` = 2132; -- Carolai Anise <Journeyman Alchemist>\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master'          WHERE `entry` = 3150; -- Hin Denburg <Zeppelin Master>\nUPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 3549; -- Shelene Rhobart <Journeyman Leatherworker>\nUPDATE `creature_template` SET `subname` = 'Fisherman'                WHERE `entry` = 5690; -- Clyde Kellen <Fisherman>\nUPDATE `creature_template` SET `subname` = 'Journeyman Enchanter'     WHERE `entry` = 5695; -- Vance Undergloom <Journeyman Enchanter>\nUPDATE `creature_template` SET `subname` = 'Demon Trainer'            WHERE `entry` = 5749; -- Kayla Smithe <Demon Trainer>\nUPDATE `creature_template` SET `subname` = 'Demon Trainer'            WHERE `entry` = 5750; -- Gina Lang <Demon Trainer>\nUPDATE `creature_template` SET `subname` = 'Skinner'                  WHERE `entry` = 6289; -- Rand Rhobart <Skinner>\nUPDATE `creature_template` SET `subname` = 'Zeppelin Master'          WHERE `entry` = 9566; -- Zapetta <Zeppelin Master>\n\n/* Quests */\n\n-- Rude Awakening\nUPDATE `quest_template` SET `Flags` = 8, \n`QuestDescription` = 'About time you woke up. We were ready to toss you into the fire with the others, but it looks like you made it.$b$b\nI am Mordo, the caretaker of the crypt of Deathknell. And you are the Lich King\\'s slave no more.$b$b\nSpeak with Shadow Priest Sarvis in the chapel at the base of the hill, he will tell you more of what you must know.' WHERE `ID` = 363;\n\n-- The Mindless Ones\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Shadow Priest Sarvis wants you to kill 8 Mindless Zombies and 8 Wretched Zombies.', `RequiredNpcOrGoCount1` = 8, `RequiredNpcOrGoCount2` = 8 WHERE `ID` = 364;\n\n-- Night Web's Hollow\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Executor Arren wants you to kill 10 Young Night Web Spiders and 8 Night Web Spiders.', `RequiredNpcOrGoCount1` = 10, `RequiredNpcOrGoCount2` = 8 WHERE `ID` = 380;\n\n-- Rattling the Rattlecages\nUPDATE `quest_template` SET `Flags` = 8, \n`LogDescription` = 'Kill 12 Rattlecage Skeletons, and then return to Shadow Priest Sarvis in Deathknell when you are done.', `RequiredNpcOrGoCount1` = 12 WHERE `ID` = 3901;\n\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 8;    -- A Rogue's Deal\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 376;  -- The Damned\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 381;  -- The Scarlet Crusade\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 382;  -- The Red Messenger\nUPDATE `quest_template` SET `Flags` = 0 WHERE `ID` = 383;  -- Vital Intelligence\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 3902; -- Scavenging Deathknell\nUPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 6395; -- Marla's Last Wish\n\nUPDATE `quest_template_addon` SET `PrevQuestID` = 427 WHERE `ID` = 374; -- Proof of Demise\n\nUPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (\n8,    -- A Rogue's Deal\n363,  -- Rude Awakening\n364,  -- The Mindless Ones\n376,  -- The Damned\n380,  -- Night Web's Hollow\n381,  -- The Scarlet Crusade\n382,  -- The Red Messenger\n383,  -- Vital Intelligence\n3095, -- Simple Scroll\n3096, -- Encrypted Scroll\n3097, -- Hallowed Scroll\n3098, -- Glyphic Scroll\n3099, -- Tainted Scroll\n3901, -- Rattling the Rattlecages\n3902, -- Scavenging Deathknell\n6395  -- Marla's Last Wish\n);\n\n-- Piercing the Veil (Warlock)\nDELETE FROM `creature_questender` WHERE `id` = 5667 AND `quest` = 1470;\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES (5667, 1470);\nDELETE FROM `creature_queststarter` WHERE `id` = 5667 AND `quest` = 1470;\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5667, 1470);\n\n-- fix respawn times and movement\nUPDATE `creature` SET `spawntimesecs` = 5400 WHERE `id1` = 1910; -- Muad\nUPDATE `creature` SET `spawntimesecs` = 7200 WHERE `id1` = 1911; -- Deeb\nUPDATE `creature` SET `spawntimesecs` = 5400 WHERE `id1` = 1936; -- Farmer Solliden\n\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 1911;\n\n-- fix patrols\nDELETE FROM `creature` WHERE `guid` IN (37920, 38292, 42142, 44762, 44763, 44990, 49222);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n--\n(37920, 1540, 0, 0, 0, 0, 0, 1, 1, 1, 2943.75, -554.264, 109.317, 3.22052, 300,  0, 1, 198, 0,   2, 0, 0, 0, '', 0, 0, NULL), -- Scarlet Vanguard\n(38292, 3547, 0, 0, 0, 0, 0, 1, 1, 1, 2282.38, 343.513, 34.21, 4.52215,    300,  0, 1, 198, 0,   2, 0, 0, 0, '', 0, 0, NULL), -- Hamlin Atkins\n(42142, 10356, 0, 0, 0, 0, 0, 1, 1, 0, 2405.87, 974.879, 71.1481, 4.45794, 5400, 0, 1, 198, 0,   2, 0, 0, 0, '', 0, 0, NULL), -- Bayne\n(44762, 1539, 0, 0, 0, 0, 0, 1, 1, 1, 3066.25, -538.546, 126.765, 3.39442, 300,  0, 1, 186, 191, 2, 0, 0, 0, '', 0, 0, NULL), -- Scarlet Neophyte\n(44763, 1538, 0, 0, 0, 0, 0, 1, 1, 1, 3054.86, -558.552, 125.615, 4.58007, 300,  0, 1, 166, 178, 2, 0, 0, 0, '', 0, 0, NULL), -- Scarlet Friar\n(44990, 1655, 0, 0, 0, 0, 0, 1, 1, 0, 2742.71, 785.519, 119.133, 0.453786, 300,  0, 1, 198, 0,   2, 0, 0, 0, '', 0, 0, NULL), -- Nissa Agamand\n(49222, 1533, 0, 0, 0, 0, 0, 1, 1, 0, 2885.04, 973.306, 116.983, 0.199966, 5400, 0, 1, 187, 0,   2, 0, 0, 0, '', 0, 0, NULL); -- Tormented Spirit\n\nDELETE FROM `creature_addon` WHERE `guid` IN (37920, 38292, 42142, 44762, 44763, 44990, 49222);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(37920, 379200, 0, 0, 1, 0, 0, NULL),\n(38292, 382920, 0, 0, 1, 0, 0, NULL),\n(42142, 421420, 0, 0, 1, 0, 0, NULL),\n(44762, 447620, 0, 0, 1, 0, 0, NULL),\n(44763, 447630, 0, 0, 1, 0, 0, NULL),\n(44990, 449900, 0, 0, 1, 0, 0, NULL),\n(49222, 492220, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (379200, 382920, 421420, 447620, 447630, 449900, 492220);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n--\n(379200, 1, 2960.3, -552.672, 110.327, NULL, 0, 0, 0, 100, 0),\n(379200, 2, 2940.26, -554.539, 109.246, NULL, 0, 0, 0, 100, 0),\n(379200, 3, 2916.27, -551.676, 107.651, NULL, 0, 0, 0, 100, 0),\n(379200, 4, 2874.67, -536.489, 107.311, NULL, 0, 0, 0, 100, 0),\n(379200, 5, 2839.63, -516.702, 105.725, NULL, 0, 0, 0, 100, 0),\n(379200, 6, 2803.22, -499.831, 101.804, NULL, 0, 0, 0, 100, 0),\n(379200, 7, 2771.16, -500.166, 102.97, NULL, 0, 0, 0, 100, 0),\n(379200, 8, 2732.84, -505.034, 102.902, NULL, 10000, 0, 0, 100, 0),\n(379200, 9, 2760.67, -500.122, 103.1, NULL, 0, 0, 0, 100, 0),\n(379200, 10, 2796.81, -496.366, 101.708, NULL, 0, 0, 0, 100, 0),\n(379200, 11, 2812.43, -499.164, 102.332, NULL, 0, 0, 0, 100, 0),\n(379200, 12, 2818.95, -498.18, 102.874, NULL, 16000, 0, 0, 100, 0),\n(379200, 13, 2843.72, -517.035, 105.978, NULL, 0, 0, 0, 100, 0),\n(379200, 14, 2874.6, -536.226, 107.318, NULL, 0, 0, 0, 100, 0),\n(379200, 15, 2909.05, -547.642, 107.35, NULL, 0, 0, 0, 100, 0),\n(379200, 16, 2927.9, -554.754, 108.465, NULL, 0, 0, 0, 100, 0),\n(379200, 17, 2955.81, -553.454, 110.043, NULL, 0, 0, 0, 100, 0),\n(379200, 18, 2983.71, -549.755, 113.185, NULL, 0, 0, 0, 100, 0),\n(379200, 19, 3003.41, -550.633, 116.004, NULL, 0, 0, 0, 100, 0),\n(379200, 20, 3024.5, -545.387, 119.129, NULL, 0, 0, 0, 100, 0),\n(379200, 21, 3023.49, -544.493, 119.116, NULL, 0, 0, 0, 100, 0),\n(379200, 22, 3023.49, -544.493, 119.116, 3.28122, 58000, 0, 0, 100, 0),\n(379200, 23, 3016.2, -547.756, 118.261, NULL, 0, 0, 0, 100, 0),\n(379200, 24, 2992.87, -547.953, 114.424, NULL, 0, 0, 0, 100, 0),\n--\n(382920, 1, 2310.18, 397.315, 33.9347, NULL, 0, 0, 0, 100, 0),\n(382920, 2, 2322.26, 397.615, 33.6847, NULL, 0, 0, 0, 100, 0),\n(382920, 3, 2330.38, 397.349, 33.6966, NULL, 0, 0, 0, 100, 0),\n(382920, 4, 2337.76, 395.369, 33.7192, NULL, 0, 0, 0, 100, 0),\n(382920, 5, 2343.01, 389.469, 33.9749, NULL, 0, 0, 0, 100, 0),\n(382920, 6, 2349.7, 379.942, 34.9612, NULL, 0, 0, 0, 100, 0),\n(382920, 7, 2354.96, 373.952, 36.1026, NULL, 0, 0, 0, 100, 0),\n(382920, 8, 2358.22, 367.133, 37.2494, NULL, 0, 0, 0, 100, 0),\n(382920, 9, 2359.14, 359.222, 37.8627, NULL, 0, 0, 0, 100, 0),\n(382920, 10, 2360.47, 351.254, 37.7572, NULL, 0, 0, 0, 100, 0),\n(382920, 11, 2361.44, 347.31, 37.8067, NULL, 0, 0, 0, 100, 0),\n(382920, 12, 2363.57, 343.985, 38.007, NULL, 0, 0, 0, 100, 0),\n(382920, 13, 2363.32, 351.705, 38.1075, NULL, 0, 0, 0, 100, 0),\n(382920, 14, 2359.32, 363.234, 37.7029, NULL, 0, 0, 0, 100, 0),\n(382920, 15, 2356.25, 370.523, 36.7018, NULL, 0, 0, 0, 100, 0),\n(382920, 16, 2348.96, 379.911, 34.819, NULL, 0, 0, 0, 100, 0),\n(382920, 17, 2344.83, 386.735, 34.18, NULL, 0, 0, 0, 100, 0),\n(382920, 18, 2339.93, 392.945, 33.7299, NULL, 0, 0, 0, 100, 0),\n(382920, 19, 2337.06, 395.768, 33.7177, NULL, 0, 0, 0, 100, 0),\n(382920, 20, 2325.26, 397.579, 33.6847, NULL, 0, 0, 0, 100, 0),\n(382920, 21, 2313.13, 398.231, 33.9347, NULL, 0, 0, 0, 100, 0),\n(382920, 22, 2301.17, 397.051, 34.0366, NULL, 0, 0, 0, 100, 0),\n(382920, 23, 2293.16, 396.125, 34.0751, NULL, 0, 0, 0, 100, 0),\n(382920, 24, 2285.45, 397.514, 34.0751, NULL, 0, 0, 0, 100, 0),\n(382920, 25, 2282.47, 399.886, 34.0617, NULL, 0, 0, 0, 100, 0),\n(382920, 26, 2277.42, 419.43, 33.9922, NULL, 0, 0, 0, 100, 0),\n(382920, 27, 2264.04, 468.425, 33.9297, NULL, 0, 0, 0, 100, 0),\n(382920, 28, 2266.28, 459.441, 34.1562, NULL, 0, 0, 0, 100, 0),\n(382920, 29, 2272.29, 435.895, 34.0305, NULL, 0, 0, 0, 100, 0),\n(382920, 30, 2275.47, 420.025, 33.9922, NULL, 0, 0, 0, 100, 0),\n(382920, 31, 2278.7, 404.17, 33.9922, NULL, 0, 0, 0, 100, 0),\n(382920, 32, 2280.77, 396.374, 34.2001, NULL, 0, 0, 0, 100, 0),\n(382920, 33, 2282.22, 388.493, 34.2001, NULL, 0, 0, 0, 100, 0),\n(382920, 34, 2282.95, 380.4, 34.2001, NULL, 0, 0, 0, 100, 0),\n(382920, 35, 2283.79, 368.298, 34.208, NULL, 0, 0, 0, 100, 0),\n(382920, 36, 2284.1, 356.134, 34.21, NULL, 0, 0, 0, 100, 0),\n(382920, 37, 2282.5, 344.128, 34.21, NULL, 0, 0, 0, 100, 0),\n(382920, 38, 2276.79, 329.093, 34.2321, NULL, 0, 0, 0, 100, 0),\n(382920, 39, 2268.67, 310.562, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 40, 2260.04, 292.212, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 41, 2256.22, 285.082, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 42, 2248, 276.239, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 43, 2239.06, 267.987, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 44, 2229.5, 260.504, 34.0848, NULL, 0, 0, 0, 100, 0),\n(382920, 45, 2212.84, 248.977, 34.1069, NULL, 0, 0, 0, 100, 0),\n(382920, 46, 2198.58, 241.224, 34.5578, NULL, 0, 0, 0, 100, 0),\n(382920, 47, 2206.44, 246.768, 34.1706, NULL, 0, 0, 0, 100, 0),\n(382920, 48, 2223.25, 258.023, 34.1308, NULL, 0, 0, 0, 100, 0),\n(382920, 49, 2229.78, 262.839, 34.1308, NULL, 0, 0, 0, 100, 0),\n(382920, 50, 2236.03, 267.997, 34.1858, NULL, 0, 0, 0, 100, 0),\n(382920, 51, 2245.06, 276.165, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 52, 2248.04, 278.906, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 53, 2253.27, 285.053, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 54, 2257.37, 292.008, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 55, 2259.39, 295.522, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 56, 2268.08, 313.743, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 57, 2275.52, 328.13, 34.2387, NULL, 0, 0, 0, 100, 0),\n(382920, 58, 2281.81, 343.094, 34.2177, NULL, 0, 0, 0, 100, 0),\n(382920, 59, 2283.51, 354.957, 34.21, NULL, 0, 0, 0, 100, 0),\n(382920, 60, 2283.59, 367.076, 34.2041, NULL, 0, 0, 0, 100, 0),\n(382920, 61, 2283.53, 379.206, 34.2001, NULL, 0, 0, 0, 100, 0),\n(382920, 62, 2282.75, 387.251, 34.2001, NULL, 0, 0, 0, 100, 0),\n(382920, 63, 2283.41, 390.968, 34.1464, NULL, 0, 0, 0, 100, 0),\n(382920, 64, 2285.92, 393.952, 34.0544, NULL, 0, 0, 0, 100, 0),\n(382920, 65, 2293.63, 396.229, 34.0751, NULL, 0, 0, 0, 100, 0),\n(382920, 66, 2305.73, 397.131, 33.9895, NULL, 0, 0, 0, 100, 0),\n--\n(421420, 1, 2412.42, 956.28, 71.9938, 5.19032, 0, 0, 0, 100, 0),\n(421420, 2, 2452.55, 917.825, 77.2033, 5.5516, 0, 0, 0, 100, 0),\n(421420, 3, 2470.74, 898.827, 81.6906, 2.64956, 0, 0, 0, 100, 0),\n(421420, 4, 2470.75, 895.358, 81.7894, 2.46696, 0, 0, 0, 100, 0),\n(421420, 5, 2461.1, 883.453, 80.1041, 1.43612, 0, 0, 0, 100, 0),\n(421420, 6, 2437.6, 879.715, 73.9088, 2.88321, 0, 0, 0, 100, 0),\n(421420, 7, 2401.93, 887.366, 67.1455, 2.95783, 0, 0, 0, 100, 0),\n(421420, 8, 2359.51, 911.356, 62.4552, 2.77129, 0, 0, 0, 100, 0),\n(421420, 9, 2328.25, 934.621, 61.2293, 4.32834, 0, 0, 0, 100, 0),\n(421420, 10, 2289, 937.2, 53.6748, 3.09527, 0, 0, 0, 100, 0),\n(421420, 11, 2270.99, 952.763, 46.5578, 0.856879, 0, 0, 0, 100, 0),\n(421420, 12, 2281.11, 995.701, 45.3271, 5.09803, 0, 0, 0, 100, 0),\n(421420, 13, 2307.68, 1013.27, 46.3188, 6.0621, 0, 0, 0, 100, 0),\n(421420, 14, 2354.59, 1005.3, 55.0511, 6.16617, 0, 0, 0, 100, 0),\n(421420, 15, 2401.77, 1004.12, 61.9311, 5.46324, 0, 0, 0, 100, 0),\n(421420, 16, 2413.23, 981.802, 69.8087, 4.89187, 0, 0, 0, 100, 0),\n--\n(447620, 1, 3060.96, -544.896, 126.663, NULL, 0, 0, 0, 100, 0),\n(447620, 2, 3069.91, -537.846, 126.605, NULL, 0, 0, 0, 100, 0),\n(447620, 3, 3085.12, -539.188, 126.662, NULL, 0, 0, 0, 100, 0),\n(447620, 4, 3097.5, -549, 126.686, NULL, 0, 0, 0, 100, 0),\n(447620, 5, 3099.88, -560.332, 126.596, NULL, 0, 0, 0, 100, 0),\n(447620, 6, 3092.31, -573.752, 126.669, NULL, 0, 0, 0, 100, 0),\n(447620, 7, 3081.74, -578.396, 126.669, NULL, 0, 0, 0, 100, 0),\n(447620, 8, 3061.56, -575.405, 126.643, NULL, 0, 0, 0, 100, 0),\n(447620, 9, 3058.23, -575.547, 126.714, NULL, 17000, 0, 0, 100, 0),\n(447620, 10, 3065.4, -576.252, 126.618, NULL, 0, 0, 0, 100, 0),\n(447620, 11, 3076.92, -579.648, 126.717, NULL, 0, 0, 0, 100, 0),\n(447620, 12, 3088.35, -576.192, 126.641, NULL, 0, 0, 0, 100, 0),\n(447620, 13, 3097.13, -568.084, 126.691, NULL, 0, 0, 0, 100, 0),\n(447620, 14, 3098.48, -556.51, 126.593, NULL, 0, 0, 0, 100, 0),\n(447620, 15, 3094.51, -545.803, 126.712, NULL, 0, 0, 0, 100, 0),\n(447620, 16, 3081.16, -536.871, 126.707, NULL, 0, 0, 0, 100, 0),\n(447620, 17, 3069.68, -537.661, 126.595, NULL, 0, 0, 0, 100, 0),\n(447620, 18, 3060.14, -544.622, 126.654, NULL, 0, 0, 0, 100, 0),\n(447620, 19, 3056.59, -555.846, 126.141, NULL, 0, 0, 0, 100, 0),\n(447620, 20, 3058.82, -572.383, 126.673, NULL, 0, 0, 0, 100, 0),\n(447620, 21, 3058.23, -575.547, 126.714, NULL, 0, 0, 0, 100, 0),\n(447620, 22, 3058.23, -575.547, 126.714, 3.19395, 26000, 0, 0, 100, 0),\n(447620, 23, 3058.73, -571.998, 126.675, NULL, 0, 0, 0, 100, 0),\n(447620, 24, 3056.83, -556.481, 126.106, NULL, 0, 0, 0, 100, 0),\n--\n(447630, 1, 3054.86, -558.552, 125.615, NULL, 0, 0, 0, 100, 0),\n(447630, 2, 3062.33, -558.525, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 3, 3067.16, -557.802, 126.716, NULL, 0, 0, 0, 100, 0),\n(447630, 4, 3068.05, -552.204, 126.719, NULL, 5000, 0, 0, 100, 0),\n(447630, 5, 3065.24, -558.082, 126.716, NULL, 0, 0, 0, 100, 0),\n(447630, 6, 3055.91, -558.276, 125.816, NULL, 0, 0, 0, 100, 0),\n(447630, 7, 3057.49, -552.196, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 8, 3065.44, -542.652, 126.637, NULL, 0, 0, 0, 100, 0),\n(447630, 9, 3075.93, -539.182, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 10, 3087.46, -542.022, 126.634, NULL, 0, 0, 0, 100, 0),\n(447630, 11, 3093.49, -549.332, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 12, 3095.92, -558.364, 126.645, NULL, 0, 0, 0, 100, 0),\n(447630, 13, 3094.79, -565.612, 126.713, NULL, 0, 0, 0, 100, 0),\n(447630, 14, 3089.36, -574.491, 126.615, NULL, 0, 0, 0, 100, 0),\n(447630, 15, 3078.73, -577.878, 126.714, NULL, 0, 0, 0, 100, 0),\n(447630, 16, 3067.35, -574.907, 126.641, NULL, 0, 0, 0, 100, 0),\n(447630, 17, 3060.19, -568.41, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 18, 3057.55, -563.597, 126.628, NULL, 0, 0, 0, 100, 0),\n(447630, 19, 3055.86, -559.84, 125.719, NULL, 0, 0, 0, 100, 0),\n(447630, 20, 3050.66, -559.801, 124.785, NULL, 0, 0, 0, 100, 0),\n(447630, 21, 3039.53, -559.229, 121.807, NULL, 5000, 0, 0, 100, 0),\n(447630, 22, 3052.65, -559.154, 125.194, NULL, 0, 0, 0, 100, 0),\n(447630, 23, 3056.56, -560.105, 125.865, NULL, 0, 0, 0, 100, 0),\n(447630, 24, 3058.14, -564.394, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 25, 3066.19, -575.584, 126.619, NULL, 0, 0, 0, 100, 0),\n(447630, 26, 3076.61, -577.827, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 27, 3087.73, -576.337, 126.615, NULL, 0, 0, 0, 100, 0),\n(447630, 28, 3095.5, -567.851, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 29, 3096.17, -559.743, 126.635, NULL, 0, 0, 0, 100, 0),\n(447630, 30, 3093.62, -548.964, 126.714, NULL, 0, 0, 0, 100, 0),\n(447630, 31, 3087.29, -541.621, 126.631, NULL, 0, 0, 0, 100, 0),\n(447630, 32, 3076.1, -538.644, 126.715, NULL, 0, 0, 0, 100, 0),\n(447630, 33, 3066.62, -541.631, 126.633, NULL, 0, 0, 0, 100, 0),\n(447630, 34, 3059.06, -549.551, 126.714, NULL, 0, 0, 0, 100, 0),\n(447630, 35, 3057.23, -553.086, 126.682, NULL, 0, 0, 0, 100, 0),\n--\n(449900, 1, 2742.71, 785.519, 119.133, 0.454, 25000, 0, 0, 100, 0),\n(449900, 2, 2747.48, 789.889, 119.131, 0.981, 0, 0, 0, 100, 0),\n(449900, 3, 2749.94, 797.442, 119.108, 0.871, 0, 0, 0, 100, 0),\n(449900, 4, 2753.93, 798.877, 119.091, 0.086, 0, 0, 0, 100, 0),\n(449900, 5, 2756.69, 798.914, 119.131, 5.933, 0, 0, 0, 100, 0),\n(449900, 6, 2763.93, 796.199, 114.367, 5.395, 0, 0, 0, 100, 0),\n(449900, 7, 2764.54, 794.093, 114.367, 4.295, 0, 0, 0, 100, 0),\n(449900, 8, 2762.54, 791.399, 114.367, 3.644, 0, 0, 0, 100, 0),\n(449900, 9, 2758.8, 790.731, 114.367, 2.941, 0, 0, 0, 100, 0),\n(449900, 10, 2752.16, 792.589, 114.367, 3.467, 0, 0, 0, 100, 0),\n(449900, 11, 2751.12, 799.975, 114.367, 1.29676, 0, 0, 0, 100, 0),\n(449900, 12, 2752.03, 803.195, 114.245, 1.32032, 15000, 0, 0, 100, 0),\n(449900, 13, 2748.36, 790.155, 114.367, 4.268, 0, 0, 0, 100, 0),\n(449900, 14, 2746.26, 783.31, 114.837, 1.247, 80000, 0, 0, 100, 0),\n(449900, 15, 2748.36, 790.155, 114.367, 1.268, 0, 0, 0, 100, 0),\n(449900, 16, 2751.12, 799.975, 114.367, 1.29676, 0, 0, 0, 100, 0),\n(449900, 17, 2752.03, 803.195, 114.245, 1.32032, 15000, 0, 0, 100, 0),\n(449900, 18, 2752.16, 792.589, 114.367, 0.467, 0, 0, 0, 100, 0),\n(449900, 19, 2758.8, 790.731, 114.367, 5.941, 0, 0, 0, 100, 0),\n(449900, 20, 2762.54, 791.399, 114.367, 0.644, 0, 0, 0, 100, 0),\n(449900, 21, 2764.54, 794.093, 114.367, 1.295, 0, 0, 0, 100, 0),\n(449900, 22, 2763.93, 796.199, 114.367, 2.395, 0, 0, 0, 100, 0),\n(449900, 23, 2756.69, 798.914, 119.131, 2.933, 0, 0, 0, 100, 0),\n(449900, 24, 2753.93, 798.877, 119.091, 3.086, 0, 0, 0, 100, 0),\n(449900, 25, 2749.94, 797.442, 119.108, 3.871, 0, 0, 0, 100, 0),\n(449900, 26, 2747.48, 789.889, 119.131, 3.981, 0, 0, 0, 100, 0),\n(449900, 27, 2742.71, 785.519, 119.133, 3.454, 0, 0, 0, 100, 0),\n--\n(492220, 1, 2894.92, 1012.92, 108.181, NULL, 0, 0, 0, 100, 0),\n(492220, 2, 2897.3, 977.081, 113.989, NULL, 0, 0, 0, 100, 0),\n(492220, 3, 2899.77, 952.999, 115.272, NULL, 0, 0, 0, 100, 0),\n(492220, 4, 2906.39, 934.062, 114.953, NULL, 0, 0, 0, 100, 0),\n(492220, 5, 2907.19, 926.758, 114.842, NULL, 0, 0, 0, 100, 0),\n(492220, 6, 2878.13, 899.498, 113.909, NULL, 0, 0, 0, 100, 0),\n(492220, 7, 2853.26, 878.781, 112.285, NULL, 0, 0, 0, 100, 0),\n(492220, 8, 2843.07, 872.395, 112.125, NULL, 0, 0, 0, 100, 0),\n(492220, 9, 2807.69, 865.106, 111.961, NULL, 0, 0, 0, 100, 0),\n(492220, 10, 2784.52, 871.533, 111.552, NULL, 0, 0, 0, 100, 0),\n(492220, 11, 2765.41, 886.143, 111.542, NULL, 0, 0, 0, 100, 0),\n(492220, 12, 2745.78, 911.722, 110.987, NULL, 0, 0, 0, 100, 0),\n(492220, 13, 2739.29, 930.655, 110.038, NULL, 0, 0, 0, 100, 0),\n(492220, 14, 2733.75, 950.191, 109.366, NULL, 0, 0, 0, 100, 0),\n(492220, 15, 2734.68, 966, 109.377, NULL, 0, 0, 0, 100, 0),\n(492220, 16, 2741.92, 975.155, 109.384, NULL, 0, 0, 0, 100, 0),\n(492220, 17, 2755.03, 984.404, 109.384, NULL, 0, 0, 0, 100, 0),\n(492220, 18, 2765.68, 996.238, 109.873, NULL, 0, 0, 0, 100, 0),\n(492220, 19, 2770.84, 1011.45, 108.965, NULL, 0, 0, 0, 100, 0),\n(492220, 20, 2773.95, 1027.29, 108.573, NULL, 0, 0, 0, 100, 0),\n(492220, 21, 2784.05, 1038.97, 109.812, NULL, 0, 0, 0, 100, 0),\n(492220, 22, 2797.76, 1047.34, 110.888, NULL, 0, 0, 0, 100, 0),\n(492220, 23, 2821.59, 1048.73, 110.915, NULL, 0, 0, 0, 100, 0),\n(492220, 24, 2841.68, 1049.63, 112.071, NULL, 0, 0, 0, 100, 0),\n(492220, 25, 2857.62, 1049.02, 114.487, NULL, 0, 0, 0, 100, 0),\n(492220, 26, 2878.6, 1046.55, 112.899, NULL, 15000, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_undercity.sql",
    "content": "UPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Journeyman Leatherworker'     WHERE `entry` = 223;   -- Dan Golthas <Journeyman Leatherworker> -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 83, `subname` = 'Journeyman Engineer'          WHERE `entry` = 4586;  -- Graham Van Talen <Journeyman Engineer>  -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Journeyman Blacksmith'        WHERE `entry` = 4605;  -- Basil Frye <Journeyman Blacksmith> -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Expert Alchemist'             WHERE `entry` = 4609;  -- Doctor Marsh <Expert Alchemist> -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Journeyman Alchemist Trainer' WHERE `entry` = 11044; -- Doctor Martin Felben <Journeyman Alchemist Trainer> -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Journeyman Tailor'            WHERE `entry` = 11048; -- Victor Ward <Journeyman Tailor> -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Expert Tailor'                WHERE `entry` = 11049; -- Rhiannon Davis <Expert Tailor> -- `trainer_type` = 2\nUPDATE `creature_template` SET `npcflag` = 81, `subname` = 'Journeyman Enchanter'         WHERE `entry` = 11067; -- Malcomb Wynn <Journeyman Enchanter> -- `trainer_type` = 2\n\nUPDATE `creature_template` SET `type_flags` = 134217728 WHERE `entry` IN (4609, 11049);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7 AND `SourceGroup` IN (1022, 4130, 4132, 4166, 4210, 4352, 4354);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES\n(15, 4130, 0, 7, 171, 50,  'Show menu if alchemy is 50 or higher'),        -- Doctor Marsh <Expert Alchemist>\n(15, 4132, 0, 7, 171, 125, 'Show menu if alchemy is 125 or higher'),       -- Doctor Herbert Halsey <Artisan Alchemist>\n(15, 1022, 0, 7, 164, 50,  'Show menu if blacksmithing is 50 or higher'),  -- James Van Brunt <Expert Blacksmith>\n(15, 4166, 0, 7, 333, 50,  'Show menu if enchanting is 50 or higher'),     -- Lavinia Crowe <Expert Enchanter>\n(15, 4210, 0, 7, 165, 50,  'Show menu if leatherworking is 50 or higher'), -- Arthur Moore <Expert Leatherworker>\n(15, 4352, 0, 7, 197, 50,  'Show menu if tailoring is 50 or higher'),      -- Rhiannon Davis <Expert Tailor>\n(15, 4354, 0, 7, 197, 125, 'Show menu if tailoring is 125 or higher');     -- Josef Gregorian <Artisan Tailor>\n\nDELETE FROM `gossip_menu_option` WHERE (`MenuID`) IN (2847, 2848, 2849);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, \n            `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES\n(2847, 0, 0, 'Alchemy', 3460, 1, 1, 2834, 336, 0, 0, NULL, 0, 0),\n(2847, 1, 0, 'Blacksmithing', 3461, 1, 1, 2835, 337, 0, 0, NULL, 0, 0),\n(2847, 2, 0, 'Cooking', 3462, 1, 1, 2836, 338, 0, 0, NULL, 0, 0),\n(2847, 3, 0, 'Enchanting', 3463, 1, 1, 2837, 339, 0, 0, NULL, 0, 0),\n(2847, 4, 0, 'Engineering', 4976, 1, 1, 2838, 340, 0, 0, NULL, 0, 0),\n(2847, 5, 0, 'First Aid', 3464, 1, 1, 2839, 341, 0, 0, NULL, 0, 0),\n(2847, 6, 0, 'Fishing', 3465, 1, 1, 2840, 342, 0, 0, NULL, 0, 0),\n(2847, 7, 0, 'Herbalism', 3466, 1, 1, 2841, 343, 0, 0, NULL, 0, 0),\n(2847, 8, 0, 'Inscription', 48811, 1, 1, 10019, 344, 0, 0, NULL, 0, 0),\n(2847, 9, 0, 'Leatherworking', 3467, 1, 1, 2842, 345, 0, 0, NULL, 0, 0),\n(2847, 10, 0, 'Mining', 3468, 1, 1, 2843, 347, 0, 0, NULL, 0, 0),\n(2847, 11, 0, 'Skinning', 3471, 1, 1, 2844, 346, 0, 0, NULL, 0, 0),\n(2847, 12, 0, 'Tailoring', 3469, 1, 1, 2845, 348, 0, 0, NULL, 0, 0),\n(2848, 0, 0, 'Mage', 3448, 1, 1, 2821, 331, 0, 0, NULL, 0, 0),\n(2848, 2, 0, 'Priest', 3449, 1, 1, 2829, 332, 0, 0, NULL, 0, 0),\n(2848, 3, 0, 'Rogue', 4885, 1, 1, 2830, 333, 0, 0, NULL, 0, 0),\n(2848, 4, 0, 'Warlock', 4886, 1, 1, 2832, 334, 0, 0, NULL, 0, 0),\n(2848, 5, 0, 'Warrior', 2910, 1, 1, 2833, 335, 0, 0, NULL, 0, 0),\n(2849, 0, 0, 'The bank', 4888, 1, 1, 2822, 319, 0, 0, NULL, 0, 0),\n(2849, 1, 0, 'The bat handler', 6790, 1, 1, 2823, 321, 0, 0, NULL, 0, 0),\n(2849, 2, 0, 'The guild master', 3428, 1, 1, 2824, 323, 0, 0, NULL, 0, 0),\n(2849, 3, 0, 'The inn', 5090, 1, 1, 2825, 324, 0, 0, NULL, 0, 0),\n(2849, 4, 0, 'The mailbox', 5514, 1, 1, 2826, 326, 0, 0, NULL, 0, 0),\n(2849, 5, 0, 'The auction house', 5515, 1, 1, 2827, 318, 0, 0, NULL, 0, 0),\n(2849, 6, 0, 'The zeppelin master', 5518, 1, 1, 2828, 451, 0, 0, NULL, 0, 0),\n(2849, 7, 0, 'The weapon master', 7253, 1, 1, 3726, 328, 0, 0, NULL, 0, 0),\n(2849, 8, 0, 'The stable master', 8508, 1, 1, 4906, 327, 0, 0, NULL, 0, 0),\n(2849, 9, 0, 'The battlemaster', 10359, 1, 1, 6334, 322, 0, 0, NULL, 0, 0),\n(2849, 10, 0, 'A class trainer', 5338, 1, 1, 2848, 0, 0, 0, NULL, 0, 0),\n(2849, 11, 0, 'A profession trainer', 6635, 1, 1, 2847, 0, 0, 0, NULL, 0, 0);\n\n-- Batllemasters\nDELETE FROM `creature` WHERE `id1` IN (347, 2804, 15007, 20386);\nINSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES\n(600347, 347, 0, 1331.94, 334.713, -63.6249, 3.40339, 900),\n(602804, 2804, 0, 1262.97, 353.389, -63.6165, 5.46288, 900),\n(615007, 15007, 0, 1282.43, 284.592, -63.6281, 1.27409, 900),\n(620386, 20386, 0, 1252.89, 314.549, -63.6294, 0.31416, 900);\n\n-- remove vanilla battlemasters placed by AC from game events\nDELETE FROM `game_event_creature` WHERE `guid` IN (208429, 208451, 208473, 208484);\n\n/* Battle for the Undercity - Wrathgate NPCs  */\n\nSET @IPPPHASE       := 65536;\nSET @IPPPHASE_II    := 131072;\nSET @IPPPHASE_III   := 262144;\n\nSET @Faranell_entry := 102055;\nSET @Faranell_guid  := 602055;\nSET @Varimathras    := 602425;\n\nSET @CGUID          := 658000;\nSET @WPID           := 6580000;\n\nDELETE FROM `creature_template` WHERE `entry` IN (@Faranell_entry);\nINSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, \n`minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `rank`, `dmgschool`, `DamageModifier`, \n`BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, \n`PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, \n`RegenHealth`, `CreatureImmunitiesId`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES\n--\n(@Faranell_entry,0,0,0,0,0,'Master Apothecary Faranell','Royal Apothecary Society',NULL,10775,50,50,0,68,3,1,1.14286,1,1,18,0,0,1.1,2000,2000,1,1,2,37376,2048,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1.25,1,1,1,0,0,1,0,2,'',0);\n\nDELETE FROM `creature_template_locale` WHERE `entry` IN (@Faranell_entry);\nINSERT INTO `creature_template_locale` (`entry`, `locale`, `Name`, `Title`, `VerifiedBuild`) VALUES \n(@Faranell_entry, 'deDE', 'Apothekermeister Faranell', 'Königliche Apothekervereinigung', 18019),\n(@Faranell_entry, 'esES', 'Maestro boticario Faranell', 'Sociedad Real de Boticarios', 18019),\n(@Faranell_entry, 'esMX', 'Maestro boticario Faranell', 'Sociedad Real de Boticarios', 18019),\n(@Faranell_entry, 'frFR', 'Maître apothicaire Faranell', 'Société royale des apothicaires', 18019),\n(@Faranell_entry, 'koKR', '수석 연금술사 파라넬', '왕립 연금술 학회', 18019),\n(@Faranell_entry, 'ruRU', 'Опытный аптекарь Фаранелл', 'Королевское фармацевтическое общество', 18019),\n(@Faranell_entry, 'zhCN', '大药剂师法拉尼尔', '皇家药剂师协会', 18019),\n(@Faranell_entry, 'zhTW', '藥劑大師法拉尼爾', '皇家藥劑師學會', 18019);\n\nDELETE FROM `creature_template_model` WHERE `CreatureID` IN (@Faranell_entry);\nINSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES \n(@Faranell_entry, 0, 1680, 1, 1, 12340);\n\nDELETE FROM `creature_equip_template` WHERE `CreatureID` IN (@Faranell_entry);\nINSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES \n(@Faranell_entry, 1, 2199, 3695, 0, 18019);\n\nDELETE FROM `creature_queststarter` WHERE `id` IN (@Faranell_entry);\nINSERT INTO `creature_queststarter` (`id`, `quest`) VALUES \n(@Faranell_entry, 450),\n(@Faranell_entry, 515),\n(@Faranell_entry, 1109),\n(@Faranell_entry, 1113);\n\nDELETE FROM `creature_questender` WHERE `id` IN (@Faranell_entry);\nINSERT INTO `creature_questender` (`id`, `quest`) VALUES \n(@Faranell_entry, 447),\n(@Faranell_entry, 451),\n(@Faranell_entry, 513),\n(@Faranell_entry, 1109),\n(@Faranell_entry, 1113),\n(@Faranell_entry, 2938),\n(@Faranell_entry, 12787);\n\nDELETE FROM `creature` WHERE `guid` IN (@Faranell_guid, @Varimathras, 31901, 43466, 79263);\nDELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+44;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n--\n(@Faranell_guid,@Faranell_entry, 0, 0, 0, 0, 0, 1, 1, 1, 1434.48, 404.854, -85.1753, 2.26893, 300, 0, 0, 2215, 1807, 0, 0, 0, 0, '', 0, 0, NULL), -- Master Apothecary Faranell\n(@Varimathras, 2425, 0, 0, 0, 0, 0, 1, 1, 0, 1287.7, 333.589, -59.9998, 4.86748, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),                    -- Varimathras\n(31901, 36273, 0, 0, 0, 0, 0, 1, 1, 1, 1287.7, 333.589, -59.9998, 4.86748, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),                          -- Bragor Bloodfist\n(43466, 36517, 0, 0, 0, 0, 0, 1, 1, 1, 1283, 338.917, -59.9998, 0.244346, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),                           -- Aleric Hawkins\n(79263, 36217, 0, 0, 0, 0, 0, 1, 1, 0, 1438.03, 403.83, -85.1626, 3.12414, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL),                          -- Overseer Kraggosh\n-- guards\n(@CGUID+1, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1440.41, 350.383, -62.1024, 4.13643, 275, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+2, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1612.13, 189.217, -43.0189, 0.471239, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+3, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1423.53, 323.279, -62.1024, 1.02974, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+4, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1466.46, 97.3513, -61.3621, 2.35619, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+5, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1756.48, 348.171, -62.1424, 5.044, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+6, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1579.34, 291.169, -43.0189, 3.52556, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+7, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1591.16, 203.881, 55.3257, 0.10472, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+8, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1572.02, 287.895, -43.0191, 0.453786, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+9, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1485.13, 83.6795, -62.2117, 5.79449, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+10, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1722.7, 96.7601, -61.1554, 0.750492, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+11, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1591.86, 276.605, 55.3256, 0.017453, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+12, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1774.37, 216.364, -62.0757, 1.32631, 300, 0, 0, 15952, 0, 2, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+13, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1527.94, 73.1943, -62.0989, 2.85779, 300, 0, 0, 15952, 0, 2, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+14, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1600.24, 276.667, 55.3257, 3.12414, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+15, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1703.69, 80.5655, -62.2086, 3.57792, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+16, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1619.36, 192.508, -43.0191, 3.63029, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+17, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1427.76, 176.943, -62.053, 4.98419, 300, 0, 0, 15952, 0, 2, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+18, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1512.26, 68.1908, -62.2185, 2.51327, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+19, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1543.83, 222.605, -42.9843, 4.97419, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+20, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1559.28, 244.735, 55.3256, 4.83456, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+21, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1452.27, 113.711, -61.0702, 5.42797, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+22, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1691.67, 428.218, 0.338584, 5.79449, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+23, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1737.21, 110.932, -61.1708, 3.82227, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+24, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1559.61, 236.575, 55.3256, 1.64061, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+25, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1635.1, 421.806, -62.0939, 4.45059, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+26, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1768.21, 156.172, -62.2184, 4.17134, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+27, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1437.55, 132.92, -62.2087, 2.02458, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+28, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1545.49, 214.664, -42.9842, 2.02458, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+29, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1421.48, 160.056, -62.2018, 5.2709, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+30, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1763.17, 328.739, -62.1422, 3.21141, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+31, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1599.45, 203.725, 55.3256, 3.14159, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+32, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1558.44, 421.562, -62.0937, 4.95674, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+33, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1515.46, 413.822, -62.1024, 3.7001, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+34, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1679.78, 413.498, -62.2157, 5.81195, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+35, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1705.98, 396.834, -62.209, 2.56563, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+36, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1751.47, 130.047, -62.2117, 0.994838, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+37, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1664.33, 475.199, -11.807, 1.5708, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+38, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1675.57, 66.9335, -62.2018, 0.453786, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+39, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1494.32, 401.674, -62.1024, 0.541052, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+40, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1714.91, 415.04, 0.33849, 2.61799, 300, 0, 0, 15952, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+41, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1388.43, 421.595, -77.1538, 6.0912, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+42, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1446.22, 415.606, -84.9055, 3.85718, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+43, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1414.68, 448.16, -77.1543, 4.67748, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, NULL), \n(@CGUID+44, 5624, 0, 0, 0, 0, 0, 1, 1, 0, 1419.08, 389.021, -84.9804, 0.698132, 120, 0, 0, 1, 0, 0, 0, 0, 0, '', 0, 0, 'SAI Target');\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II  WHERE `guid` IN (@Faranell_guid, @Varimathras); -- pre Wrathgate\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `guid` IN (31900, 31901, 43466, 79263, 203395, 203420);   -- post Wrathgate\n\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_II  WHERE `id1` = 5624;  -- pre Wrathgate\nUPDATE `creature` SET `phaseMask` = @IPPPHASE_III WHERE `id1` = 36213; -- post Wrathgate\n\n-- guard waypoints, can use existing ones\nDELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+12, @CGUID+13, @CGUID+17);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(@CGUID+12, 341030, 0, 0, 0, 0, 0, NULL),\n(@CGUID+13, 341040, 0, 0, 0, 0, 0, NULL),\n(@CGUID+17, 382970, 0, 0, 0, 0, 0, NULL);\n\n-- Restore quests series The Deathstalkers\nDELETE FROM `creature_questender` WHERE `id` = 36517 AND `quest` = 14418;\nDELETE FROM `creature_questender` WHERE `id` = 6522  AND `quest` = 14419;\nDELETE FROM `creature_questender` WHERE `id` = 6467  AND `quest` = 14420;\nDELETE FROM `creature_questender` WHERE `id` = 6467  AND `quest` = 14421;\n--\nREPLACE INTO `creature_questender` (`id`, `quest`) VALUES (6467, 1886);\nREPLACE INTO `creature_questender` (`id`, `quest`) VALUES (6467, 1899);\nREPLACE INTO `creature_questender` (`id`, `quest`) VALUES (6522, 1898);\nREPLACE INTO `creature_questender` (`id`, `quest`) VALUES (36517, 1978);\n--\nDELETE FROM `creature_queststarter` WHERE `id` = 6467 AND `quest` = 14418;\nDELETE FROM `creature_queststarter` WHERE `id` = 6467 AND `quest` = 14419;\nDELETE FROM `creature_queststarter` WHERE `id` = 6467 AND `quest` = 14420;\nDELETE FROM `creature_queststarter` WHERE `id` = 6522 AND `quest` = 14421;\n--\nREPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES (6467, 1886);\nREPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES (6467, 1898);\nREPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES (6522, 1899);\n\nUPDATE `quest_template` SET `RewardNextQuest` = 1898 WHERE `ID` = 1886;\nUPDATE `quest_template` SET `RewardNextQuest` = 1899 WHERE `ID` = 1898;\nUPDATE `quest_template` SET `RewardNextQuest` = 1978 WHERE `ID` = 1899;\n\nUPDATE `conditions` SET `ConditionValue1`= 1886,  `comment` = 'Astor Hadren - Show gossip if quest 1886 is taken' WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 126;\n\n/* Restore quests for Varimathras */\nDELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (550, 6522, 6521, 1048, 5725);\n\nREPLACE INTO `creature_questender` (`id`, `quest`) VALUES \n(2425, 550), (2425, 6144), (2425, 14351), (2425, 14352), (2425, 14353), (2425, 14355), (2425, 14356),\n(36273, 550), (36273, 6144), (36273, 14351), (36273, 14352), (36273, 14353), (36273, 14355), (36273, 14356);\n\nREPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES (2215, 550);\nUPDATE `quest_template` SET `RewardNextQuest` = 550 WHERE `ID` = 541;\n\n-- REPLACE INTO `creature_queststarter` (`id`, `quest`) VALUES (2215, 14351); -- same quest as 550\nDELETE FROM `creature_queststarter` WHERE `id` = 2215 AND `quest` = 14351;\n\n-- Quest: An Unholy Alliance\nDELETE FROM `creature_loot_template` WHERE `Entry` = 4421 AND `Item` = 49205 AND `Reference` = 0 AND `GroupId` = 0;\nREPLACE INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(4421, 17008, 0, 100, 0, 1, 0, 1, 1, 'Charlga Razorflank - Small Scroll');\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 4421 AND `SourceEntry` = 49205;\nREPLACE INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n                           `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n(1, 4421, 17008, 0, 0, 6, 0, 67, 0, 0, 0, 0, 0, '', NULL);\n\nUPDATE `item_template` SET `flags` = 2048 WHERE `entry` = 17008;\nUPDATE `item_template` SET `description` = 'To be opened by Lord Varimathras.' WHERE `entry` = 3701;\n\n-- Quest: An Unholy Alliance\nUPDATE `quest_template`\nSET `LogDescription`  = \"Bring Ambassador Malcin's Head to Varimathras in the Undercity.\",\n    `QuestCompletionLog` = \"Return to Varimathras at the Royal Quarter in the Undercity.\"\nWHERE `ID` = 6521;\nUPDATE `quest_template_locale` SET `Objectives` = 'Apporter la Tête de l''Ambassadeur Malcin à Varimathras, à Fossoyeuse.', `CompletedText` = 'Retournez voir Varimathras au Quartier royal, à Fossoyeuse.'\nWHERE `ID` = 6521 AND `locale` = 'frFR';\n\nUPDATE `quest_template`\nSET `LogDescription`  = \"Take the Small Scroll to Varimathras in the Undercity.\",\n    `QuestDescription` = \"My Lady,$B$BYou know very well what it is we are offering. The opportunity for you to take the Barrens and the lands beyond is a great one. We simply want your aid in return. By aid we mean nothing more than your giving us the freedom to take action in the area.$B$BPlease, allow us to discuss this further. We have great power and are willing to share with those wise enough to join us. I will remain outside Razorfen Downs for the time being.$B$BBest Regards,$BAmbassador Malcin\",\n    `QuestCompletionLog` = \"Return to Varimathras at the Royal Quarter in the Undercity.\"\nWHERE `ID` = 14352;\n\nUPDATE `quest_template`\nSET `LogDescription`  = \"Bring Ambassador Malcin's Head to Varimathras in the Undercity.\",\n    `QuestDescription` = \"Supposedly this Malcin is outside Razorfen Downs. There's no question - he has to die.$b$bMy contacts in Orgrimmar tell me their scouts have found signs of the Plague down there. The quilboar are showing signs of being plagued, too; they're much more powerful. Whatever the Scourge are doing down there needs to end. Now.$b$bFind this Malcin and kill him. Report back here when he's dead.\",\n    `QuestCompletionLog` = \"Return to Varimathras at the Royal Quarter in the Undercity.\"\nWHERE `ID` = 14353;\n\n-- Quest: The Power to Destroy...\nUPDATE `quest_template`\nSET `QuestCompletionLog` = \"Return to Varimathras at the Royal Quarter in the Undercity.\"\nWHERE `ID` = 5725;\n\nUPDATE `quest_template`\nSET `LogDescription`  = \"Bring the books Spells of Shadow and Incantations from the Nether to Varimathras in Undercity.\",\n    `QuestDescription` = \"Listen up, $c.$b$bYou may not know this, but Orgrimmar's got a problem. Deep in Ragefire Chasm, a sect of the Shadow Council called the Searing Blade performs their sinister work. They're mainly orcs, and I can't trust sensitive information in the hands of the grunts there. That's where you come in.$b$bThey should have two books in their possession. I want them kept out of the hands of the Searing Blade and the Forsaken alike. Bring them to me directly.\",\n    `QuestCompletionLog` = \"Return to Varimathras at the Royal Quarter in the Undercity.\"\nWHERE `ID` = 14356;\n\n-- Quest: Into The Scarlet Monastery\nUPDATE `quest_template`\nSET `LogDescription`  = \"Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Varimathras in the Undercity.\",\n    `QuestDescription` = \"One of my duties while I'm stationed here is to help the Forsaken take care of their borders, and that, $c, is exactly what you're going to do for me.$b$bI might live and breathe, but the Scarlet Crusade will cut down my people as quickly as they will one of the undead. They're a problem here, a big one, and you're going to do something about it.$b$bGo to the Monastery and slay High Inquisitor Whitemane and her lieutenants.\",\n    `QuestCompletionLog` = \"Return to Varimathras at the Royal Quarter in the Undercity.\"\nWHERE `ID` = 14355;\n\n-- smart scripts\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (36273);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (36273);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(36273, 0, 0, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 7741, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Varimathras - On Just Summoned - Cast Summoned Demon'),\n(36273, 0, 1, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 4, 5887, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Varimathras - On Aggro - Play Sound (No Repeat)'),\n(36273, 0, 2, 0, 9, 0, 100, 0, 25000, 25000, 20000, 20000, 0, 30, 11, 20741, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Varimathras - Within 0-30 Range - Cast Shadow Bolt Volley'),\n(36273, 0, 3, 0, 2, 0, 100, 0, 0, 30, 20000, 20000, 0, 0, 11, 20743, 1, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,        'Varimathras - Between 0-30% Health - Cast Drain Life'),\n(36273, 0, 4, 0, 9, 0, 100, 0, 20000, 20000, 15000, 25000, 0, 20, 11, 20740, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 'Varimathras - Within 0-20 Range - Cast Dominate Mind');\n"
  },
  {
    "path": "data/sql/world/base/zone_ungoro.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (6506, 6560);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(6498, 6500, 6501, 6502, 6503, 6504, 6505, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6516, 6517, 6518, 6519, \n6520, 6521, 6527, 6551, 6552, 6553, 6554, 6555, 6581, 6582, 6583, 6584, 6585, 9162, 9163, 9164, 9165, 9166, 9167, 9376, 9622);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(-24081, 6498, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6516, 6517, 6518, 6519, \n6520, 6521, 6527, 6551, 6552, 6553, 6554, 6555, 6560, 6581, 6582, 6583, 6584, 6585, 9162, 9163, 9164, 9165, 9166, 9167, 9376, 9622);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(6498, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 20000, 30000, 0, 0, 11, 14099, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,    'Devilsaur - Within 0-10 Range - Cast Mighty Blow'),\n(6498, 0, 1, 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,                       'Devilsaur - On Respawn - Set Active On'),\n(6500, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 8000, 8008, 0, 0, 11, 14100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Tyrant Devilsaur - In Combat - Cast Terrifying Roar'),\n(6500, 0, 1, 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,                       'Tyrant Devilsaur - On Respawn - Set Active On'),\n(6501, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 6000, 6, 15, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Stegodon - Within 6-15 Range - Cast Rushing Charge'),\n(6501, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 8000, 14000, 0, 0, 11, 15652, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Stegodon - Within 0-5 Range - Cast Head Smash'),\n(6502, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 8000, 14000, 0, 0, 11, 15652, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Plated Stegodon - Within 0-5 Range - Cast Head Smash'),\n(6503, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 8000, 14000, 0, 0, 11, 15652, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Spiked Stegodon - Within 0-5 Range - Cast Head Smash'),\n(6504, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 8000, 14000, 0, 0, 11, 14102, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Thunderstomp Stegodon - Within 0-5 Range - Cast Head Smash'),\n(6504, 0, 1, 0, 0, 0, 100, 0, 4000, 4000, 14000, 14000, 0, 0, 11, 15548, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Thunderstomp Stegodon - In Combat - Cast Thunderclap'),\n(6505, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 20000, 20000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Ravasaur - Within 0-5 Range - Cast Rend'),\n(6507, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 20000, 20000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Ravasaur Hunter - Within 0-5 Range - Cast Rend'),\n(6507, 0, 1, 0, 0, 0, 100, 0, 4000, 4000, 20000, 20000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Ravasaur Hunter - Within 0-5 Range - Cast Tendon Rip'),\n(6508, 0, 0, 0, 0, 0, 100, 0, 2000, 3000, 8000, 9000, 0, 0, 11, 14792, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Venomhide Ravasaur - Within 0-5 Range - Cast Venomhide Poison'),\n--\n(6509, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 14111, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodpetal Lasher - On Respawn - Cast Bloodpetal Poison Proc'),\n(6509, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 20000, 20000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Bloodpetal Lasher - Within 0-5 Range - Cast Lash'),\n(6510, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 14111, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodpetal Flayer - On Respawn - Cast Bloodpetal Poison Proc'),\n(6510, 0, 1, 0, 0, 0, 100, 0, 6000, 6000, 6000, 9000, 0, 0, 11, 14112, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Bloodpetal Flayer - Within 0-5 Range - Cast Flaying Vine'),\n(6511, 0, 0, 0, 11, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 14111, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodpetal Thresher - On Respawn - Cast Bloodpetal Poison Proc'),\n(6512, 0, 0, 0, 11, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 14111, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Bloodpetal Trapper - On Respawn - Cast Bloodpetal Poison Proc'),\n(6512, 0, 1, 0, 0, 0, 100, 0, 6000, 6000, 18000, 23000, 0, 0, 11, 11922, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Bloodpetal Trapper - In Combat - Cast Entangling Roots'),\n--\n(6513, 0, 0, 1, 2, 0, 100, 1, 0, 20, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Un\\'Goro Stomper - Between 0-20% Health - Cast Enrage (No Repeat)'),\n(6513, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Un\\'Goro Stomper - On Enrage - Say Line 0'),\n(6514, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 39, 30, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Un\\'Goro Gorilla - Between 0-30% Health - Call for Help (No Repeat)'), -- https://www.youtube.com/watch?v=hHdDNPSDmCI\n(6514, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Un\\'Goro Gorilla - On Call for Help - Say Line 0'),\n(6516, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 9000, 15000, 0, 0, 11, 12553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Un\\'Goro Thunderer - In Combat - Cast Shock'),\n(-24081, 0, 1, 0, 1, 0, 100, 0, 0, 0, 60000, 180000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Un\\'Goro Thunderer - Out of Combat - Say Line 0'), -- only the one next to A-Me 01\n--\n(6517, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 14178, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Tar Beast - On Respawn - Cast Sticky Tar'),\n(6518, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 14178, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Tar Lurker - On Respawn - Cast Sticky Tar'),\n(6518, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 18000, 23000, 0, 0, 11, 7279, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Tar Lurker - In Combat - Cast Black Sludge'),\n(6519, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 14178, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Tar Lord - On Respawn - Cast Sticky Tar'),\n(6519, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 12000, 17000, 0, 0, 11, 12747, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Tar Lord - In Combat - Cast Entangling Roots'),\n(6519, 0, 2, 0, 74, 0, 100, 0, 5000, 10000, 15000, 30000, 40, 40, 11, 11640, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Tar Lord - Friendly Between 0-40% Health - Cast Renew'),\n(6520, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 3000, 6000, 0, 0, 11, 13878, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Scorching Elemental - In Combat - Cast Scorch'),\n(6521, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11350, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Living Blaze - On Aggro - Cast Fire Shield'),\n(6527, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 14178, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Tar Creeper - On Respawn - Cast Sticky Tar'),\n(6527, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 14000, 19000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Tar Creeper - In Combat - Cast Trample'),\n--\n(6551, 0, 0, 0, 0, 0, 100, 0, 12000, 12000, 24000, 24000, 0, 0, 11, 8137, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Gorishi Wasp - Within 0-5 Range - Cast Silithid Pox'),\n(6552, 0, 0, 0, 0, 0, 100, 0, 12000, 12000, 24000, 24000, 0, 0, 11, 8137, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Gorishi Worker - Within 0-5 Range - Cast Silithid Pox'),\n(6553, 0, 0, 0, 0, 0, 100, 0, 6000, 6000, 8000, 12000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Gorishi Reaver - Within 0-5 Range - Cast Cleave'),\n(6554, 0, 0, 0, 0, 0, 100, 0, 12000, 12000, 24000, 24000, 0, 0, 11, 8137, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Gorishi Stinger - Within 0-5 Range - Cast Silithid Pox'),\n(6555, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 8000, 12000, 0, 0, 11, 14120, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Gorishi Tunneler - Within 0-5 Range - Cast Tunneler Acid'),\n--\n(6581, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 20000, 20000, 0, 0, 11, 13445, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Ravasaur Matriarch - Within 0-5 Range - Cast Rend'),\n\n(6582, 0, 0, 0, 0, 0, 100, 0, 6000, 6000, 8000, 18000, 0, 0, 11, 40504, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Clutchmother Zavas - Within 0-5 Range - Cast Cleave'),\n(6582, 0, 1, 0, 0, 0, 100, 0, 4000, 4000, 20000, 24000, 0, 0, 11, 12097, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Clutchmother Zavas - Within 0-5 Range - Cast Pierce Armor'),\n(6582, 0, 2, 0, 0, 0, 100, 0, 12000, 12000, 10000, 15000, 0, 0, 11, 14205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Clutchmother Zavas - In Combat - Cast Gorishi Egg'),\n(6583, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 12000, 12000, 0, 0, 11, 15549, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Gruff - In Combat - Cast Chained Bolt'),\n(6583, 0, 1, 0, 0, 0, 100, 0, 4000, 4000, 14000, 14000, 0, 0, 11, 15548, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Gruff - In Combat - Cast Thunderclap'),\n(6584, 0, 0, 0, 0, 0, 100, 0, 10000, 10000, 12000, 20000, 0, 0, 11, 14100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'King Mosh - In Combat - Cast Terrifying Roar'),\n(6584, 0, 1, 0, 0, 0, 100, 0, 8000, 8000, 14000, 19000, 0, 0, 11, 15550, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'King Mosh - In Combat - Cast Trample'),\n(6584, 0, 2, 0, 0, 0, 100, 0, 4000, 4000, 13000, 13000, 0, 0, 11, 14331, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'King Mosh - Within 0-5 Range - Cast Vicious Rend'),\n(6584, 0, 3, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'King Mosh - On Respawn - Set Active On'),\n(6585, 0, 0, 0, 5, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Uhk\\'loc - On Killed Unit - Cast Battle Shout'),\n(6585, 0, 1, 0, 0, 0, 100, 0, 6000, 6000, 8000, 12000, 0, 0, 11, 10966, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0,     'Uhk\\'loc - Within 0-10 Range - Cast Uppercut'),\n--\n(9162, 0, 0, 0, 0, 0, 100, 0, 6000, 6000, 20000, 20000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Young Diemetradon - Within 0-5 Range - Cast Tendon Rip'),\n(9163, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 15000, 15000, 0, 0, 11, 13692, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Diemetradon - Within 0-5 Range - Cast Dire Growl'),\n(9164, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Elder Diemetradon - On Respawn - Cast Thrash Proc'),\n(9164, 0, 1, 0, 105, 0, 50, 0, 0, 0, 7000, 9000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,             'Elder Diemetradon - Target Casting - Cast Pummel'),\n--\n(9165, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 15000, 15000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Fledgling Pterrordax - Within 0-5 Range - Cast Swoop'),\n(9166, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 10000, 14000, 0, 0, 11, 6605, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Pterrordax - In Combat - Cast Terrifying Screech'),\n(9167, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Frenzied Pterrordax - On Respawn - Cast Thrash Proc'),\n(9167, 0, 1, 0, 0, 0, 100, 0, 6000, 6000, 10000, 14000, 0, 0, 11, 7399, 0, 0, 0, 0, 0, 21, 6, 0, 0, 0, 0, 0, 0, 0,      'Frenzied Pterrordax - Within 0-5 Range - Cast Terrify'),\n(9376, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13913, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Blazerunner - On Reset - Cast Blazerunner\\'s Aura'),\n(9376, 0, 1, 0, 0, 0, 100, 0, 5000, 5000, 10000, 20000, 0, 0, 11, 17277, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Blazerunner - In Combat - Cast Blast Wave'),\n(9376, 0, 2, 0, 8, 0, 100, 0, 14247, 0, 0, 0, 0, 0, 28, 13913, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Blazerunner - On Spellhit - Remove Aura Blazerunner\\'s Aura'),\n(9622, 0, 0, 0, 0, 0, 100, 0, 4000, 4000, 8000, 12000, 0, 0, 11, 8374, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'U\\'cha - Within 0-5 Range - Cast Arcing Smash'),\n(9622, 0, 1, 0, 0, 0, 100, 0, 7000, 7000, 10000, 50000, 0, 0, 11, 11428, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'U\\'cha - Within 0-5 Range - Cast Knockdown');\n\n-- fix `Making Sense of It` quest credit issue. (not rewarding everyone in the party)\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = 9117;\nDELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` = 911700;\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(9117, 0, 0, 1, 19, 0, 100, 0, 4321, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0,          'J.D. Collie - On Quest Taken - Store Targetlist'),\n(9117, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 80, 911700, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'J.D. Collie - On Quest \\'Making Sense of It\\' Taken - Run Script'),\n(9117, 0, 2, 0, 62, 0, 100, 0, 2184, 3, 0, 0, 0, 0, 11, 15211, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,       'J.D. Collie - On Gossip Option 3 Selected - Cast \\'Create Pylon User\\'s Manual\\''),\n(9117, 0, 3, 0, 20, 0, 100, 0, 3941, 0, 0, 0, 0, 0, 80, 911701, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'J.D. Collie - On Quest \\'A Gnome\\'s Assistance\\' Finished - Run Script'),\n(9117, 0, 4, 0, 40, 0, 100, 0, 1, 911700, 0, 0, 0, 0, 80, 911702, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'J.D. Collie - On Waypoint 1 Reached - Run Script'),\n(9117, 0, 5, 0, 40, 0, 100, 0, 2, 911700, 0, 0, 0, 0, 80, 911703, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'J.D. Collie - On Waypoint 2 Reached - Run Script'),\n--\n(911700, 9, 0, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 0, 5, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'J.D. Collie - On Script - Play Emote 6'),\n(911700, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 0, 5, 22, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'J.D. Collie - On Script - Play Emote 22'),\n(911700, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'J.D. Collie - On Script - Say Line 0'),\n(911700, 9, 3, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 0, 15, 4321, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 'J.D. Collie - On Script - Quest Credit \\'Making Sense of It\\'');\n\nUPDATE `creature` SET `spawntimesecs` = 54000  WHERE `id1` = 6581; -- Ravasaur Matriarch\nUPDATE `creature` SET `spawntimesecs` = 47000  WHERE `id1` = 6582; -- Clutchmother Zavas\nUPDATE `creature` SET `spawntimesecs` = 108000 WHERE `id1` = 6583; -- Gruff\nUPDATE `creature` SET `spawntimesecs` = 108000 WHERE `id1` = 6584; -- King Mosh\nUPDATE `creature` SET `spawntimesecs` = 23400  WHERE `id1` = 6585; -- Uhk'loc\n\nUPDATE `creature` SET`MovementType` = 1, `wander_distance` = 5 WHERE `id1` IN (6581, 6582, 6583, 6585);\n\n-- U'cha, waypoints\n-- https://www.youtube.com/watch?v=UYj7pj7Jqf4&t=10s\n-- https://www.youtube.com/watch?v=Ee2KVKJuINw&t=200s\n-- https://www.youtube.com/watch?v=_YKpLAzQaX8&t=150s\n\nUPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 9622; -- U'cha\n\nDELETE FROM `creature_addon` WHERE `guid` IN (24254);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(24254, 242540, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (242540);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(242540, 1,  -6281.77, -2001.47, -263.794, NULL, 0, 0, 0, 100, 0),\n(242540, 2,  -6272.69, -2002.04, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 3,  -6263.53, -1994.65, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 4,  -6254.65, -1999.77, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 5,  -6256.4,  -2006.85, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 6,  -6263.92, -2009.34, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 7,  -6274,    -2008.62, -264.303, NULL, 30000, 0, 0, 100, 0),\n(242540, 8,  -6268.84, -1996.72, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 9,  -6256.94, -1996.96, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 10, -6255.38, -2005.8,  -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 11, -6263.07, -2010.88, -264.302, NULL, 0, 0, 0, 100, 0),\n(242540, 12, -6282.18, -1998.39, -263.888, NULL, 0, 0, 0, 100, 0),\n(242540, 13, -6276.26, -1987.49, -261.782, NULL, 60000, 0, 0, 100, 0);\n\n-- Quest: The Apes of Un'Goro - drop chance was incorrectly set to 100%\nUPDATE `creature_loot_template` SET `Chance` = 50 WHERE `Item` IN (11478, 11479, 11480); -- imo 50 is still too high, but that's the value VMangos uses.\n"
  },
  {
    "path": "data/sql/world/base/zone_western_plaguelands.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (1813);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(1783, 1784, 1785, 1787, 1788, 1789, 1791, 1793, 1794, 1795, 1796, 1802, 1804, 1805, 1806, 1808, 1812, 1815, 1816, 1817, 1821, 1822, 1824, 1826, 1827, 1831, 1832, 1833, 1834, 1835, \n1839, 1844, 1845, 1846, 1847, 1848, 1850, 1851, 1852, 1883, 1884, 1885, 4472, 4474, 4493, 4494, 10580, 10605, 10801, 10836, 10943, 10996, 11022, 11023,  11611, 11613, 11614, 11873);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(1783, 1784, 1785, 1787, 1788, 1789, 1791, 1793, 1794, 1795, 1796, 1802, 1804, 1805, 1806, 1808, 1812, 1813, 1815, 1816, 1817, 1821, 1822, 1824, 1826, 1827, 1831, 1832, 1833, 1834, 1835, \n1839, 1844, 1845, 1846, 1847, 1848, 1850, 1851, 1852, 1883, 1884, 1885, 4472, 4474, 4493, 4494, 10580, 10605, 10801, 10836, 10943, 10996, 11022, 11023,  11611, 11613, 11614, 11873);\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1783, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Skeletal Flayer - In Combat - Cast Thrash'),\n(1784, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skeletal Sorcerer - In Combat - Cast Frostbolt'),\n(1784, 0, 1, 0, 0, 0, 100, 0, 4000, 8000, 12000, 20000, 0, 0, 11, 11969, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Skeletal Sorcerer - In Combat - Cast Fire Nova'),\n(1785, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 11000, 16000, 0, 0, 11, 12542, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,   'Skeletal Terror - Within 0-20 Range - Cast Fear'),\n(1787, 0, 0, 0, 0, 0, 100, 0, 9000, 14000, 12000, 15000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Skeletal Executioner - Within 0-5 Range - Cast Cleave'),\n(1787, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Skeletal Executioner - Within 0-5 Range - Cast Strike'),\n(1787, 0, 2, 0, 12, 0, 100, 0, 0, 20, 30000, 35000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Skeletal Executioner - Within 0-5 Range - Cast Execute'),\n(1788, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 7000, 12000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Skeletal Warlord - Within 0-5 Range - Cast Mortal Strike'),\n(1788, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 21000, 26000, 0, 0, 11, 12054, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Skeletal Warlord - Within 0-5 Range - Cast Rend'),\n(1788, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 6253, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Skeletal Warlord - Within 0-5 Range - Cast Backhand'),\n(1789, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20825, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Skeletal Acolyte - In Combat - Cast Shadow Bolt'),\n(1789, 0, 1, 0, 0, 0, 100, 0, 5000, 8000, 11000, 15000, 0, 0, 11, 14887, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Skeletal Acolyte - In Combat - Cast Shadow Bolt Volley'),\n(1789, 0, 2, 0, 74, 0, 80, 0, 0, 0, 60000, 60000, 70, 40, 11, 16588, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Skeletal Acolyte - Friendly Between 0-70% Health - Cast Dark Mending'),\n(1791, 0, 0, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Slavering Ghoul - In Combat - Cast Thrash'),\n(1791, 0, 1, 0, 9, 0, 100, 0, 0, 0, 60000, 75000, 0, 5, 11, 7125, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Slavering Ghoul - Within 0-5 Range - Cast Toxic Saliva'),\n(1793, 0, 0, 0, 9, 0, 100, 0, 0, 0, 120000, 130000, 0, 5, 11, 7102, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Rotting Ghoul - Within 0-5 Range - Cast Contagion of Rot'),\n(1794, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 30, 11, 14887, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Soulless Ghoul - In Combat - Cast Shadow Bolt Volley'),\n(1794, 0, 1, 0, 0, 0, 100, 0, 0, 0, 8000, 12000, 0, 0, 11, 14033, 320, 0, 0, 0, 0, 5, 30, 0, 1, 0, 0, 0, 0, 0,         'Soulless Ghoul - In Combat - Cast Mana Burn'),\n(1794, 0, 2, 0, 0, 0, 100, 0, 1000, 3000, 7000, 13000, 0, 0, 11, 12530, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Soulless Ghoul - In Combat - Cast Frailty'),\n(1795, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 17000, 23000, 0, 0, 11, 23038, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Searing Ghoul - In Combat - Cast Flame Shock'),\n(1795, 0, 1, 0, 0, 0, 100, 0, 12000, 15000, 12000, 18000, 0, 0, 11, 23039, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Searing Ghoul - In Combat - Cast Blast Wave'),\n(1796, 0, 0, 0, 9, 0, 100, 0, 0, 0, 11000, 15000, 0, 8, 11, 16803, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Freezing Ghoul - In Combat - Cast Flash Freeze'),\n(1802, 0, 0, 0, 9, 0, 100, 0, 0, 0, 20000, 40000, 0, 30, 11, 16333, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Hungering Wraith - In Combat - Cast Debilitating Touch'),\n(1802, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8269, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Hungering Wraith - Between 0-30% Health - Cast Frenzy (No Repeat)'),\n(1802, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Hungering Wraith - On Frenzy - Say Line 0'),\n(1804, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 7713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Wailing Death - Within 0-5 Range - Cast Wailing Dead'),\n(1805, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 19000, 0, 8, 11, 10101, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Flesh Golem - Within 0-8 Range - Cast Knock Away'),\n(1806, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 8000, 14000, 0, 0, 11, 16843, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Vile Slime - In Combat - Cast Crimson Fury'),\n(1808, 0, 0, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 12018, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Devouring Ooze - On Just Died - Cast Summon Oozeling'),\n(1812, 0, 0, 0, 9, 0, 100, 0, 0, 0, 420000, 420000, 0, 5, 11, 3256, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Rotting Behemoth - Within 0-5 Range - Cast Plague Cloud'),\n(1815, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Diseased Black Bear - Within 0-5 Range - Cast Infected Wound'),\n(1816, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Diseased Grizzly - Within 0-5 Range - Cast Infected Wound'),\n(1817, 0, 0, 0, 9, 0, 100, 0, 0, 0, 9000, 14000, 0, 5, 11, 3427, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Diseased Wolf -  Within 0-5 Range - Cast Infected Wound'),\n(1821, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Carrion Lurker - On Spawn - Cast Poison Proc'),\n(1821, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 15000, 0, 20, 11, 745, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Carrion Lurker - In Combat - Cast Web'),\n(1822, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 10022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Venom Mist Lurker - On Spawn - Cast Deadly Poison Proc'),\n(1824, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8247, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Plague Lurker - On Spawn - Cast Wandering Plague Proc'),\n--\n(1826, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Mage - On Aggro - Say Line 0'),\n(1826, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20823, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Mage - In Combat - Cast Fireball'),\n(1826, 0, 2, 0, 0, 0, 100, 0, 0, 0, 9000, 12000, 0, 0, 11, 20822, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Mage - In Combat - Cast Frostbolt'),\n(1826, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Mage - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1827, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Sentinel - On Aggro - Say Line 0'),\n(1827, 0, 1, 0, 0, 0, 100, 0, 5000, 9000, 8000, 13000, 0, 0, 11, 17198, 2, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Sentinel - Within 0-5 Range - Cast Overpower'),\n(1827, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 7000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarlet Sentinel - Within 0-5 Range - Cast Strike'),\n(1827, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Sentinel - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1831, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Hunter - On Aggro - Say Line 0'),\n(1831, 0, 1, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 17164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarlet Hunter - Out of Combat - Cast to summon Scarlet Hound (No Repeat)'),\n(1831, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Scarlet Hunter - Outside 30 Range - Start Combat Movement'),\n(1831, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Scarlet Hunter - Within 5-30 Range - Stop Combat Movement'),\n(1831, 0, 4, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Scarlet Hunter - Within 0-5 Range - Start Combat Movement'),\n(1831, 0, 5, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Hunter - Within 5-30 Range - Cast Shoot'),\n(1831, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1832, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Magus - On Aggro - Say Line 0'),\n(1832, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 14034, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Magus - In Combat - Cast Fireball'),\n(1832, 0, 2, 0, 106, 0, 100, 0, 0, 0, 18000, 25000, 0, 8, 11, 15744, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarlet Magus - Within 0-8 Range - Cast Blast Wave'),\n(1832, 0, 3, 0, 0, 0, 100, 0, 5000, 10000, 14000, 19000, 0, 0, 11, 17203, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Magus - In Combat - Cast Fireball Volley'),\n(1832, 0, 4, 0, 0, 0, 100, 0, 0, 8000, 60000, 60000, 0, 0, 11, 15041, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Scarlet Magus - In Combat - Cast Fire Ward'),\n(1832, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Magus - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1833, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Knight - On Aggro - Say Line 0'),\n(1833, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 24000, 33000, 0, 0, 11, 6713, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Scarlet Knight - Within 0-5 Range - Cast Disarm'),\n(1833, 0, 2, 0, 9, 0, 100, 0, 0, 0, 8000, 13000, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Scarlet Knight - Within 0-5 Range - Cast Shield Slam'),\n(1833, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Knight - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1834, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Paladin - On Aggro - Say Line 0'),\n(1834, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 8000, 12000, 0, 0, 11, 14518, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Paladin - In Combat - Cast Crusader Strike'),\n(1834, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 9000, 14000, 0, 0, 11, 17143, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Paladin - In Combat - Cast Holy Strike'),\n(1834, 0, 3, 0, 14, 0, 100, 1, 1300, 40, 0, 0, 0, 0, 11, 13952, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,              'Scarlet Paladin - Friendly Missing 1300 Health - Cast Holy Light (No Repeat)'),\n(1834, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Paladin - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1835, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Invoker - On Aggro - Say Line 0'),\n(1835, 0, 1, 0, 0, 0, 100, 0, 0, 5000, 5000, 10000, 0, 0, 11, 15735, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarlet Invoker - In Combat - Cast Arcane Missiles'),\n(1835, 0, 2, 0, 106, 0, 100, 0, 0, 0, 12000, 20000, 0, 8, 11, 11975, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarlet Invoker - Within 0-8 Range - Cast Arcane Explosion'),\n(1835, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Invoker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1839, 0, 0, 0, 9, 0, 100, 0, 1000, 3000, 14000, 19000, 0, 30, 11, 17141, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet High Clerist - In Combat - Cast Holy Fire'),\n(1839, 0, 1, 0, 2, 0, 100, 0, 0, 50, 15000, 21000, 0, 0, 11, 15586, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet High Clerist - Between 0-50% Health - Cast Heal'),\n(1839, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 17139, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scarlet High Clerist - Between 0-30% Health - Cast Power Word: Shield (No Repeat)'),\n(1839, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet High Clerist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1844, 0, 0, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Foreman Marcrid - Within 0-5 Range - Cast Strike'),\n(1844, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Foreman Marcrid - Within 0-5 Range - Cast Cleave'),\n(1845, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8258, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'High Protector Tarsen - On Aggro - Cast Devotion Aura'),\n(1845, 0, 1, 0, 9, 0, 100, 0, 4000, 12000, 11000, 15000, 0, 5, 11, 10833, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'High Protector Tarsen - Within 0-5 Range - Cast Arcane Blast'),\n(1845, 0, 2, 0, 9, 0, 100, 0, 1000, 11000, 10000, 20000, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'High Protector Tarsen - Within 0-5 Range - Cast Shield Slam'),\n(1845, 0, 3, 0, 9, 0, 100, 0, 2300, 3100, 8900, 9600, 0, 5, 11, 13953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'High Protector Tarsen - Within 0-5 Range - Cast Holy Strike'),\n(1846, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8990, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'High Protector Lorik - On Aggro - Cast Retribution Aura'),\n(1846, 0, 1, 0, 9, 0, 100, 0, 4000, 12000, 11000, 15000, 0, 5, 11, 10833, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'High Protector Lorik - Within 0-5 Range - Cast Arcane Blast'),\n(1846, 0, 2, 0, 9, 0, 100, 0, 1000, 11000, 10000, 20000, 0, 5, 11, 15655, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'High Protector Lorik - Within 0-5 Range - Cast Shield Slam'),\n(1846, 0, 3, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 13874, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'High Protector Lorik - Between 0-30% Health - Cast Divine Shield (No Repeat)'),\n(1846, 0, 4, 0, 14, 0, 100, 0, 3000, 30, 10000, 12000, 0, 0, 11, 15493, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,      'High Protector Lorik - Friendly Missing Health - Cast Holy Light'),\n(1847, 0, 0, 0, 0, 0, 100, 0, 10000, 30000, 15000, 45000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Foulmane - Within 0-5 Range - Cast Infected Wound'),\n(1847, 0, 1, 0, 9, 0, 100, 0, 0, 0, 19000, 23000, 0, 5, 11, 13445, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Foulmane - Within 0-5 Range - Cast Rend'),\n(1847, 0, 2, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Foulmane - In Combat - Cast Thrash'),\n(1848, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 20000, 20000, 0, 0, 11, 17204, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Lord Maldazzar - In Combat - Cast Summon Skeleton'),\n(1848, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 12471, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Lord Maldazzar - In Combat - Cast Shadow Bolt'),\n(1848, 0, 2, 0, 0, 0, 100, 0, 12000, 16000, 15000, 19000, 0, 0, 11, 17173, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 0, 'Lord Maldazzar - Within 0-20 Range - Cast Drain Life'),\n(1848, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Lord Maldazzar - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1850, 0, 0, 0, 0, 0, 100, 0, 5000, 9000, 16000, 21000, 0, 0, 11, 12946, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Putridius - In Combat - Cast Putrid Stench'),\n(1850, 0, 1, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 10966, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Putridius - Within 0-8 Range - Cast Uppercut'),\n(1851, 0, 0, 0, 0, 0, 100, 0, 3000, 5000, 12000, 18000, 0, 0, 11, 17230, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'The Husk - Within 0-5 Range - Cast Infected Wound'),\n(1851, 0, 1, 0, 0, 0, 100, 0, 2400, 3800, 14900, 16800, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'The Husk - Within 0-5 Range - Cast Tendon Rip'),\n(1852, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12556, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Araj the Summoner - Out of Combat - Cast Frost Armor (No Repeat)'),\n(1852, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15497, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Araj the Summoner - In Combat - Cast Frostbolt'),\n(1852, 0, 2, 0, 106, 0, 100, 0, 0, 0, 14000, 20000, 0, 8, 11, 15532, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Araj the Summoner - Within 0-8 Range - Cast Frost Nova'),\n(1852, 0, 3, 0, 0, 0, 100, 0, 18000, 24000, 50000, 65000, 0, 0, 11, 17231, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Araj the Summoner - In Combat - Cast Summon Illusory Wraith'),\n(1852, 0, 4, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 18661, 7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Araj the Summoner - On Just Died - Cast Arajs Phylactery'),\n(1852, 0, 5, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41,0, 0, 0, 0, 0, 0, 9, 11027, 0, 100, 0, 0, 0, 0, 0,                  'Araj the Summoner - On Evade - Despawn Illusory Wraith'),\n(1883, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 22000, 26000, 0, 0, 11, 9791, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Worker - Within 0-5 Range - Cast Head Crack'),\n(1883, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 8000, 12000, 0, 0, 11, 11971, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Worker - Within 0-5 Range - Cast Sunder Armor'),\n(1883, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Worker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1884, 0, 0, 0, 9, 0, 100, 0, 0, 0, 17500, 18000, 0, 5, 11, 11977, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Scarlet Lumberjack - Within 0-5 Range - Cast Rend'),\n(1884, 0, 1, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 0, 5, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Lumberjack - Within 0-5 Range - Cast Cleave'),\n(1884, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Lumberjack - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1885, 0, 0, 0, 9, 0, 100, 0, 4000, 7000, 11000, 14000, 0, 5, 11, 11428, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Smith - Within 0-5 Range - Cast Knockdown'),\n(1885, 0, 1, 0, 9, 0, 100, 0, 3000, 6000, 5000, 8000, 0, 5, 11, 12057, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Scarlet Smith - Within 0-5 Range - Cast Strike'),\n(1885, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Smith - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(4472, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 12000, 16000, 0, 0, 11, 11443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Haunting Vision - In Combat - Cast Cripple'),\n(4472, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13860, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Haunting Vision - In Combat - Cast Mind Blast'),\n(4472, 0, 2, 0, 0, 0, 100, 0, 6000, 9000, 8000, 12000, 0, 0, 11, 11981, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Haunting Vision - In Combat - Cast Mana Burn'),\n(4474, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 6822, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Rotting Cadaver - On Aggro - Cast Corrupted Stamina Passive'),\n(4474, 0, 1, 0, 6, 0, 100, 512, 0, 0, 0, 0, 0, 0, 11, 17064, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Rotting Cadaver - On Just Died - Cast Summon Rotting Worms'),\n(4493, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Avenger - On Aggro - Say Line 0'),\n(4493, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 15000, 20000, 0, 0, 11, 3391, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Avenger - In Combat - Cast Thrash'),\n(4493, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Avenger - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4494, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Scarlet Spellbinder - On Aggro - Say Line 0'),\n(4494, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20822, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Scarlet Spellbinder - In Combat - Cast Frostbolt'),\n(4494, 0, 2, 0, 106, 0, 100, 0, 0, 0, 15000, 20000, 0, 8, 11, 11831, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Scarlet Spellbinder - Within 0-8 Range - Cast Frost Nova'),\n(4494, 0, 3, 0, 0, 0, 100, 0, 4000, 6000, 20000, 25000, 0, 0, 11, 11436, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Spellbinder - In Combat - Cast Slow'),\n(4494, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Scarlet Spellbinder - Between 0-15% Health - Flee For Assist'),\n(10580, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8713, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Fetid Zombie - On Spawn - Cast Overwhelming Musk'),\n(10605, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Scarlet Medic - On Aggro - Say Line 0'),\n(10605, 0, 1, 0, 16, 0, 100, 0, 17175, 20, 16000, 19000, 0, 0, 11, 17175, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,    'Scarlet Medic - Friendly Missing Buff - Cast Resist Arcane'),\n(10605, 0, 2, 0, 14, 0, 100, 0, 1200, 40, 16000, 19000, 0, 0, 11, 11640, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Medic - Friendly Missing 1200 Health - Cast Renew'),\n(10605, 0, 3, 0, 14, 0, 100, 0, 2000, 40, 12000, 15000, 0, 0, 11, 17137, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,     'Scarlet Medic - Friendly Missing 2000 Health - Cast Flash Heal)'),\n(10605, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Scarlet Medic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(10801, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15716, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Jabbering Ghoul - On Aggro - Cast Enrage'),\n(10801, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Jabbering Ghoul - On Enrage - Say Line 0'),\n(10801, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 9000, 13000, 0, 0, 11, 12097, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Jabbering Ghoul - In Combat - Cast Pierce Armor'),\n(10836, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 11, 8599, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Farmer Dalson - On Aggro - Cast Enrage (No Repeat)'),\n(10836, 0, 1, 0, 9, 0, 100, 0, 7000, 12000, 7000, 12000, 0, 5, 11, 16128, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Farmer Dalson - Within 0-5 Range - Cast Infected Bite'),\n(10943, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Decrepit Guardian - On Aggro - Say Line 0'),\n(10996, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Fallen Hero - On Aggro - Say Line 0'),\n(10996, 0, 1, 0, 0, 0, 100, 0, 10000, 15000, 20000, 25000, 0, 0, 11, 18396, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Fallen Hero - In Combat - Cast Dismounting Blast'),\n(10996, 0, 2, 0, 0, 0, 100, 0, 4000, 6000, 7000, 9000, 0, 0, 11, 19643, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Fallen Hero - Within 0-5 Range - Cast Mortal Strike'),\n(10996, 0, 3, 0, 0, 0, 100, 0, 1000, 3000, 9000, 12000, 0, 0, 11, 18328, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Fallen Hero - In Combat - Cast Incapacitating Shout'),\n(10996, 0, 4, 0, 9, 0, 100, 0, 0, 0, 8000, 14000, 0, 5, 11, 15618, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Fallen Hero - Within 0-5 Range - Cast Snap Kick'),\n--\n(11022, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Alexi Barov - On Aggro - Say Line 1'),\n(11022, 0, 1, 0, 105, 0, 50, 0, 0, 0, 9000, 12000, 0, 5, 11, 15614, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Alexi Barov - Within 0-5 Range - Cast Kick'),\n(11022, 0, 2, 0, 0, 0, 100, 0, 5000, 9000, 9000, 13000, 0, 0, 11, 11976, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Alexi Barov - Within 0-5 Range - Cast Sinister Strike'),\n(11022, 0, 3, 0, 67, 0, 100, 0, 0, 0, 7000, 12000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Alexi Barov - Behind Target - Cast Backstab'),\n(11022, 0, 4, 0, 9, 0, 100, 0, 0, 0, 13000, 18000, 0, 5, 11, 15583, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Alexi Barov - Within 0-5 Range - Cast Rupture'),\n(11023, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Weldon Barov - On Aggro - Say Line 1'),\n(11023, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 18000, 0, 8, 11, 16244, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Weldon Barov - Within 0-8 Range - Cast Demoralizing Shout'),\n(11023, 0, 2, 0, 0, 0, 100, 0, 8000, 13000, 13000, 16000, 0, 0, 11, 15496, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Weldon Barov - Within 0-5 Range - Cast Cleave'),\n(11023, 0, 3, 0, 9, 0, 100, 0, 0, 0, 13000, 16000, 0, 5, 11, 9080, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Weldon Barov - Within 0-5 Range - Cast Hamstring'),\n(11023, 0, 4, 0, 0, 0, 100, 0, 2000, 2000, 6000, 9000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Weldon Barov - Within 0-5 Range - Cast Strike'),\n--\n(11611, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Cavalier Durgen - On Aggro - Say Line 0'),\n(11611, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 13008, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Cavalier Durgen - On Spawn - Cast Retribution Aura'),\n(11611, 0, 2, 0, 0, 0, 100, 0, 6000, 8000, 9000, 14000, 0, 0, 11, 13953, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Cavalier Durgen - Within 0-5 Range - Cast Holy Strike'),\n(11611, 0, 3, 0, 9, 0, 100, 0, 0, 0, 14000, 15000, 0, 10, 11, 13005, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Cavalier Durgen - Within 0-10 Range - Cast Hammer of Justice'),\n(11611, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Cavalier Durgen - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(11613, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Huntsman Radley - Outside 30 Range - Start Combat Movement'),\n(11613, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Huntsman Radley - Within 5-30 Range - Stop Combat Movement'),\n(11613, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Huntsman Radley - Within 0-5 Range - Start Combat Movement'),\n(11613, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Huntsman Radley - Within 5-30 Range - Cast Shoot'),\n(11613, 0, 4, 0, 9, 0, 100, 0, 0, 0, 9000, 12000, 5, 30, 11, 14443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Huntsman Radley - Within 5-30 Range - Cast Multi-Shot'),\n(11613, 0, 5, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 18262, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Huntsman Radley - Out of Combat - Cast Call Bloodshot (No Repeat)'),\n(11613, 0, 6, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Huntsman Radley - Within 0-5 Range - Cast Strike'),\n(11613, 0, 7, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Huntsman Radley - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(11614, 0, 0, 0, 9, 0, 100, 0, 0, 0, 15000, 18000, 0, 5, 11, 13692, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,          'Bloodshot - Within 0-5 Range - Cast Dire Growl'),\n--\n(11873, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 12000, 16000, 0, 0, 11, 11443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Spectral Attendant - In Combat - Cast Cripple'),\n(11873, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 13860, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Spectral Attendant - In Combat - Cast Mind Blast'),\n(11873, 0, 2, 0, 0, 0, 100, 0, 0, 0, 8000, 12000, 0, 0, 11, 11981, 320, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Spectral Attendant - In Combat - Cast Mana Burn');\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (1832, 10943, 10996, 11611);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(1832, 0, 0, 'You carry the taint of the Scourge.  Prepare to enter the Twisting Nether.',                  12, 7, 100, 0, 0, 0, 2625, 0, 'Scarlet Magus'),\n(1832, 0, 1, 'There is no escape for you.  The Crusade shall destroy all who carry the Scourge\\'s taint.',  12, 7, 100, 0, 0, 0, 2626, 0, 'Scarlet Magus'),\n(1832, 0, 2, 'The Light condemns all who harbor evil.  Now you will die!',                                  12, 7, 100, 0, 0, 0, 2627, 0, 'Scarlet Magus'),\n(1832, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',                 12, 7, 100, 0, 0, 0, 2628, 0, 'Scarlet Magus'),\n(10943, 0, 0, 'You cannot save him!',                                                                       12, 0, 100, 0, 0, 0, 6282,  0, 'Decrepit Guardian'),\n(10996, 0, 0, 'You dare defile this holy ground?',                                                          12, 7, 100, 0, 0, 0, 6374, 0, 'Fallen Hero'),\n(10996, 0, 1, 'Be cleansed by blade, filth!',                                                               12, 7, 100, 0, 0, 0, 6375, 0, 'Fallen Hero'),\n(11611, 0, 0, 'You carry the taint of the Scourge.  Prepare to enter the Twisting Nether.',                 12, 7, 100, 0, 0, 0, 2625, 0, 'Cavalier Durgen'),\n(11611, 0, 1, 'There is no escape for you.  The Crusade shall destroy all who carry the Scourge\\'s taint.', 12, 7, 100, 0, 0, 0, 2626, 0, 'Cavalier Durgen'),\n(11611, 0, 2, 'The Light condemns all who harbor evil.  Now you will die!',                                 12, 7, 100, 0, 0, 0, 2627, 0, 'Cavalier Durgen'),\n(11611, 0, 3, 'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',                12, 7, 100, 0, 0, 0, 2628, 0, 'Cavalier Durgen');\n\n\n-- Bloodshot gets summoned by Huntsman Radley\nDELETE FROM `creature` WHERE `id1` = 11614;\nDELETE FROM `creature_addon` WHERE `guid` = 52640;\n\n-- Lord Maldazzar, fix spawn locations, respawn and movement\nDELETE FROM `creature` WHERE `id1` = 1848;\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, \n`wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES \n(52725,  1848, 0, 0, 0, 0, 0, 1, 1, 1, 1061.03, -1912.26, 31.1128, 4.71571, 18000, 5, 0, 2915, 2163, 1, 0, 0, 0, '', 0, 0, NULL),\n(695026, 1848, 0, 0, 0, 0, 0, 1, 1, 1, 1123.73, -1714.49, 62.33, 0, 18000, 5, 0, 2915, 2163, 1, 0, 0, 0, '', 0, 0, NULL),          -- https://www.youtube.com/watch?v=pCwj-bglyV8\n(695027, 1848, 0, 0, 0, 0, 0, 1, 1, 1, 1071.86, -1766.24, 62.0725, 0.388769, 18000, 5, 0, 2915, 2163, 1, 0, 0, 0, '', 0, 0, NULL); -- https://www.youtube.com/watch?v=flejEU2n5EQ\n\nDELETE FROM `pool_creature` WHERE `pool_entry` = 368;\nINSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES \n(52725,  368, 0, 'Lord Maldazzar Crypt'),\n(695026, 368, 0, 'Lord Maldazzar Sorrow hill'),\n(695027, 368, 0, 'Lord Maldazzar Sorrow hill');\n\n-- fix npc movement\nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 1850; -- Putridius, \nUPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 1844; -- Foreman Marcrid\n"
  },
  {
    "path": "data/sql/world/base/zone_westfall.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (199, 7051);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(95, 98, 115, 117, 121, 122, 123, 124, 125, 126, 127, 154, 157, 171, 391, 449, 452, 453, 456, 458, 462, 500, 501, 504, 506, 513, 517, 519, 520, 547, 573, 589, 590, 832, 834, 846, 1065, 1236, 1424);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(95, 98, 115, 117, 121, 122, 123, 124, 125, 126, 127, 154, 157, 171, 199, 391, 449, 452, 453, 456, 458, 462, 500, 501, 504, 506, 513, 517, 519, 520, 547, 573, 589, 590, 832, 834, 846, 1065, 1236, 1424, 7051);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(95, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Defias Smuggler - On Aggro - Say Line 0'),\n(95, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 4000, 0, 0, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Defias Smuggler - In Combat - Cast Throw'),\n(95, 0, 2, 0, 67, 0, 100, 0, 1000, 7000, 5000, 5000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Defias Smuggler - Behind Target - Cast Backstab'),\n(95, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Defias Smuggler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(98, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Riverpaw Taskmaster - On Aggro - Say Line 0'),\n(98, 0, 1, 0, 74, 0, 100, 0, 0, 0, 15000, 16000, 30, 30, 11, 3229, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Riverpaw Taskmaster - Friendly Between 0-30% Health - Cast Quick Bloodlust'),\n(98, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                        'Riverpaw Taskmaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(115, 0, 0, 0, 0, 0, 100, 0, 2000, 6000, 14000, 22000, 0, 0, 11, 7342, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Harvest Reaper - Within 0-5 Range - Cast Wide Slash'),\n(117, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Gnoll - On Aggro - Say Line 0'),\n(117, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(121, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Pathstalker - On Aggro - Say Line 0'),\n(121, 0, 1, 0, 67, 0, 65, 0, 1000, 7000, 4000, 4000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Defias Pathstalker - Behind Target - Cast Backstab'),\n(121, 0, 2, 0, 105, 0, 50, 0, 0, 0, 25200, 39100, 0, 5, 11, 11972, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Defias Pathstalker - Target Casting - Cast Shield Bash'),\n(121, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Pathstalker - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(122, 0, 0, 0, 4, 0, 15, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Highwayman - On Aggro - Say Line 0 (No Repeat)'),\n(122, 0, 1, 0, 67, 0, 100, 0, 1000, 3000, 1000, 3000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Defias Highwayman - Behind Target  - Cast Backstab'),\n(122, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Highwayman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(123, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Mongrel - On Aggro - Say Line 0'),\n(123, 0, 1, 0, 0, 0, 100, 1, 2300, 35400, 0, 0, 0, 0, 11, 8016, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Riverpaw Mongrel - Within 0-5 Range - Cast Spirit Decay (No Repeat)'),\n(123, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Mongrel - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(124, 0, 0, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Brute - On Aggro - Say Line 0'),\n(124, 0, 1, 0, 0, 0, 100, 0, 3000, 16000, 19000, 21000, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Riverpaw Brute - In Combat - Cast Demoralizing Shout'),\n(124, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Brute - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(125, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Overseer - On Aggro - Say Line 0'),\n(125, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Overseer - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(126, 0, 0, 0, 0, 0, 85, 0, 6000, 9000, 24000, 32000, 0, 0, 11, 7357, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Murloc Coastrunner - Within 0-5 Range - Cast Poisonous Stab'),\n(126, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Coastrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(127, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Murloc Tidehunter - On Respawn - Cast Poison Proc'),\n(127, 0, 1, 0, 106, 0, 100, 0, 0, 0, 17000, 31000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Murloc Tidehunter - Within 0-8 Range - Cast Frost Nova'),\n(127, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Tidehunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(154, 0, 0, 0, 0, 0, 90, 0, 5000, 16000, 20000, 28000, 0, 0, 11, 12166, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Greater Fleshripper - Within 0-5 Range - Cast Muscle Tear'),\n(157, 0, 0, 0, 9, 0, 100, 1, 0, 0, 500, 1000, 10, 25, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Goretusk - Within 6-15 Range - Cast Rushing Charge (No Repeat)'),\n(171, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(391, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 2000, 5000, 0, 0, 11, 3584, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Old Murk-Eye - In Combat - Cast Volatile Infection'),\n(391, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Old Murk-Eye - Between 0-15% Health - Flee For Assist'),\n(449, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Defias Knuckleduster - On Aggro - Say Line 0'),\n(449, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Defias Knuckleduster - On Respawn - Cast Thrash Proc'),\n(449, 0, 2, 0, 105, 0, 50, 0, 0, 0, 7000, 15000, 0, 5, 11, 12555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Defias Knuckleduster - Target Casting - Cast Pummel'),\n(449, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Knuckleduster - Between 0-15% Health - Flee For Assist'),\n(452, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Bandit - On Aggro - Say Line 0'),\n(452, 0, 1, 0, 67, 0, 100, 0, 1000, 3000, 2000, 13000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Riverpaw Bandit - Behind Target - Cast Backstab'),\n(452, 0, 2, 0, 0, 0, 85, 0, 2000, 9000, 16000, 39000, 0, 0, 11, 7357, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Riverpaw Bandit - Within 0-5 Range - Cast Poisonous Stab'),\n(452, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Bandit - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(453, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Mystic - On Aggro - Say Line 0'),\n(453, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Riverpaw Mystic - In Combat - Cast Lightning Bolt'),\n(453, 0, 2, 0, 74, 0, 100, 0, 5000, 10000, 60000, 60000, 50, 40, 11, 9532, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,   'Riverpaw Mystic - Friendly Between 0-50% Health - Cast Healing Wave'),\n(453, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(456, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 9532, 64, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Murloc Minor Oracle - In Combat - Cast Lightning Bolt'),\n(456, 0, 1, 0, 14, 0, 100, 0, 130, 40, 30000, 40000, 0, 0, 11, 332, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Murloc Minor Oracle - Friendly Missing 130 Health - Cast Healing Wave'),\n(456, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Minor Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(458, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8656, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Murloc Hunter - Out of Combat - Cast Summon Crawler (No Repeat)'),\n(458, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Murloc Hunter - Outside 30 Range - Start Combat Movement'),\n(458, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Murloc Hunter - Within 5-30 Range - Stop Combat Movement'),\n(458, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Murloc Hunter - Within 0-5 Range - Start Combat Movement'),\n(458, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Murloc Hunter - IWithin 5-30 Range - Cast Throw'),\n(458, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Hunter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(462, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 8000, 17000, 0, 0, 11, 5708, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Vultros - Within 0-5 Range - Cast Swoop'),\n(500, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Scout - On Aggro - Say Line 0'),\n(500, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Riverpaw Scout - Outside 30 Range - Start Combat Movement'),\n(500, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Riverpaw Scout - Within 5-30 Range - Stop Combat Movement'),\n(500, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Riverpaw Scout - Within 0-5 Range - Start Combat Movement'),\n(500, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Riverpaw Scout - Within 5-30 Range - Cast Shoot'),\n(500, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(501, 0, 0, 0, 4, 0, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Riverpaw Herbalist - On Aggro - Say Line 0'),\n(501, 0, 1, 0, 0, 0, 100, 0, 1000, 1000, 120000, 120000, 0, 0, 11, 3369, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Riverpaw Herbalist - In Combat - Cast Potion Strength II'),\n(501, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Riverpaw Herbalist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(504, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                           'Defias Trapper - On Aggro - Say Line 0'),\n(504, 0, 1, 0, 67, 0, 100, 0, 2300, 4700, 2400, 7300, 0, 5, 11, 2589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Defias Trapper - Behind Target - Cast Backstab'),\n(504, 0, 2, 0, 0, 0, 100, 0, 6000, 14000, 20000, 31000, 0, 0, 11, 12024, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Defias Trapper - In Combat - Cast Net'),\n(504, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Trapper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(506, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Sergeant Brashclaw - On Aggro - Say Line 0'),\n(506, 0, 1, 0, 0, 0, 90, 0, 1000, 1000, 30000, 38000, 0, 0, 11, 3136, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Sergeant Brashclaw - In Combat - Cast Frenzied Command'),\n(506, 0, 2, 0, 0, 0, 100, 0, 2000, 5000, 10000, 18000, 0, 0, 11, 5164, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Sergeant Brashclaw - Within 0-5 Range - Cast Knockdown'),\n(506, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Sergeant Brashclaw - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(513, 0, 0, 0, 0, 0, 100, 0, 11000, 13900, 20500, 33000, 0, 0, 11, 12024, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Murloc Netter - In Combat - Cast Net'),\n(513, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Murloc Netter - In Combat - Cast Sunder Armor'),\n(513, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Netter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(517, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 3000, 0, 0, 11, 9734, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Murloc Oracle - In Combat - Cast Holy Smite'),\n(517, 0, 1, 0, 74, 0, 100, 0, 0, 0, 48800, 53700, 50, 40, 11, 6074, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Murloc Oracle - Friendly Between 0-50% Health - Cast Renew'),\n(517, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Murloc Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(519, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Slark - On Respawn - Cast Thrash Proc'),\n(519, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Slark - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(520, 0, 0, 0, 0, 0, 100, 0, 6000, 12000, 21000, 33000, 0, 0, 11, 9080, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Brack - Within 0-5 Range - Cast Hamstring'),\n(520, 0, 1, 0, 0, 0, 100, 0, 25000, 25000, 47000, 56000, 0, 0, 11, 6016, 1, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Brack - Within 0-5 Range - Cast Pierce Armor'),\n(520, 0, 2, 0, 0, 0, 100, 0, 11000, 11000, 11000, 25000, 0, 0, 11, 11976, 1, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Brack - Within 0-5 Range - Cast Strike'),\n(520, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Brack - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(547, 0, 0, 0, 4, 0, 80, 0, 0, 0, 0, 0, 0, 0, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Great Goretusk - On Aggro - Cast Rushing Charge'),\n(573, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 11000, 16000, 0, 0, 11, 5568, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Foe Reaper 4000 - In Combat - Cast Trample'),\n(589, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Defias Pillager - Out of Combat - Cast Frost Armor'),\n(589, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Pillager - On Aggro - Say Line 0'),\n(589, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 19816, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Defias Pillager - In Combat - Cast Fireball'),\n(589, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Pillager - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(590, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Defias Looter - On Aggro - Say Line 0'),\n(590, 0, 1, 0, 67, 0, 100, 0, 3000, 4000, 2000, 9000, 0, 5, 11, 7159, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Defias Looter - Behind Target - Cast Backstab'),\n(590, 0, 2, 0, 0, 0, 80, 0, 2000, 6000, 38000, 48000, 0, 0, 11, 6713, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Defias Looter - Within 0-5 Range - Cast Disarm'),\n(590, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Defias Looter - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(832, 0, 0, 0, 0, 0, 100, 0, 1000, 10000, 16000, 26000, 0, 0, 11, 6982, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Dust Devil - In Combat - Cast Gust of Wind'),\n(834, 0, 0, 1, 1, 0, 100, 0, 30000, 600000, 120000, 600000, 0, 0, 4, 1018, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Coyote - Out of Combat - Play Sound 1018'),\n(834, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 5, 393, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Coyote - Out of Combat - Play Emote 393'),\n(846, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 11919, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rotten Ghoul - In Combat - Cast Poison Proc'),\n(1065, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Riverpaw Shaman - On Aggro - Say Line 0'),\n(1065, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Riverpaw Shaman - In Combat - Cast Lightning Bolt'),\n(1065, 0, 2, 0, 74, 0, 100, 0, 0, 0, 60000, 60000, 40, 40, 11, 913, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Riverpaw Shaman - Friendly Between 0-40% Health - Cast Healing Wave'),\n(1065, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Riverpaw Shaman - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1236, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                         'Kobold Digger - On Aggro - Say Line 0'),\n(1236, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 46000, 50000, 0, 0, 11, 6016, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Kobold Digger - Within 0-5 Range - Cast Pierce Armor'),\n(1236, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Kobold Digger - Between 0-30% Health - Flee For Assist (No Repeat)'),\n(1424, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 15000, 18000, 0, 0, 11, 6546, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Master Digger - Within 0-5 Range - Cast Rend'),\n(1424, 0, 1, 0, 0, 0, 100, 0, 9000, 12000, 12000, 15000, 0, 0, 11, 25710, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Master Digger - Within 0-5 Range - Cast Heroic Strike'),\n(1424, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Master Digger - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n\n-- Restore Defias Pillager to original Fireball spell (was nerfed in 2.3)\nDELETE FROM `creature_template_spell` WHERE `CreatureID` = 589 AND `Index` = 0;\nINSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (589, 0, 19816, 12340);\n\n-- Quest line 'A Swift Message' should be for humans only.\nUPDATE `quest_template` SET `AllowableRaces` = 1 WHERE `ID` IN (6181, 6261, 6281, 6285);\n"
  },
  {
    "path": "data/sql/world/base/zone_wetlands.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1016, 1017, 1018, 1019, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, \n1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1057, \n1111, 1112, 1140, 1157, 1158, 1160, 1259, 1353, 1364, 1418, 2091, 2102, 2103, 2108, 4040, 12899, 14424, 14425);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1016, 1017, 1018, 1019, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, \n1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1057, \n1111, 1112, 1140, 1157, 1158, 1160, 1259, 1353, 1364, 1418, 2091, 2102, 2103, 2108, 4040, 12899, 14424, 14425);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(1007, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Gnoll - On Aggro - Say Line 0'),\n(1007, 0, 1, 0, 0, 0, 80, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Gnoll - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1007, 0, 2, 3, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Gnoll - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1007, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1008, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Mongrel - On Aggro - Say Line 0'),\n(1008, 0, 1, 0, 0, 0, 80, 0, 8000, 13000, 17000, 34000, 0, 0, 11, 8016, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Mosshide Mongrel - Within 0-5 Range - Cast Strength Decay'),\n(1008, 0, 2, 0, 0, 0, 80, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Mongrel - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1008, 0, 3, 4, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Mongrel - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1008, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Mongrel - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1009, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Mosshide Mistweaver - Out of Combat - Cast Frost Armor'),\n(1009, 0, 1, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Mistweaver - On Aggro - Say Line 0'),\n(1009, 0, 2, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20792, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Mosshide Mistweaver - In Combat - Cast Frostbolt'),\n(1009, 0, 3, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mosshide Mistweaver - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1009, 0, 4, 0, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Mistweaver - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1009, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Mosshide Mistweaver - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1010, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Fenrunner - On Aggro - Say Line 0 (No Repeat)'),\n(1010, 0, 1, 0, 0, 0, 80, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Fenrunner - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1010, 0, 2, 3, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Fenrunner - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1010, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Fenrunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1011, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Trapper - On Aggro - Say Line 0 (No Repeat)'),\n(1011, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 17000, 28000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Mosshide Trapper - In Combat - Cast Net'),\n(1011, 0, 2, 0, 0, 0, 80, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Trapper - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1011, 0, 3, 4, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Trapper - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1011, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Trapper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1012, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Brute - On Aggro - Say Line 0 (No Repeat)'),\n(1012, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Mosshide Brute - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1013, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Mystic - On Aggro - Say Line 0'),\n(1013, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Mosshide Mystic - In Combat - Cast Lightning Bolt'),\n(1013, 0, 2, 0, 0, 0, 30, 0, 10000, 15000, 60000, 60000, 0, 0, 11, 11436, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Mosshide Mystic - In Combat - Cast Slow'),\n(1013, 0, 3, 0, 74, 0, 80, 0, 0, 0, 60000, 60000, 40, 40, 11, 11986, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,          'Mosshide Mystic - Friendly Between 0-40% Health - Cast Healing Wave'),\n(1013, 0, 4, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Mosshide Mystic - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1013, 0, 5, 0, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Mystic - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1013, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Mosshide Mystic - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1014, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Mosshide Alpha - On Aggro - Say Line 0'),\n(1014, 0, 1, 0, 0, 0, 100, 0, 1000, 6000, 13000, 21000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Mosshide Alpha - In Combat - Cast Battle Shout'),\n(1014, 0, 2, 0, 0, 0, 50, 1, 0, 30, 0, 0, 0, 0, 11, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Alpha - Between 0-30% Health - Cast Moss Hide (No Repeat)'),\n(1014, 0, 3, 4, 2, 0, 100, 513, 0, 15, 0, 0, 0, 0, 28, 3288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Mosshide Alpha - Between 0-15% Health - Remove Aura Moss Hide (No Repeat)'),\n(1014, 0, 4, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     'Mosshide Alpha - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1016, 0, 0, 0, 0, 0, 100, 0, 10000, 18000, 11000, 33000, 0, 0, 11, 6607, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Highland Lashtail - Within 0-5 Range - Cast Lash'),\n(1017, 0, 0, 0, 0, 0, 85, 0, 12000, 25000, 14000, 20000, 0, 0, 11, 3147, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Highland Scytheclaw - Within 0-5 Range - Cast Rend Flesh'),\n(1018, 0, 0, 0, 0, 0, 100, 0, 13000, 21000, 14000, 36000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Highland Razormaw - Within 0-5 Range - Cast Infected Wound'),\n(1019, 0, 0, 0, 0, 0, 90, 0, 6000, 12000, 20000, 28000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Elder Razormaw - Within 0-5 Range - Cast Tendon Rip'),\n(1021, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Mottled Screecher - Between 0-15% Health - Call for Help'),\n(1021, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Mottled Screecher - On Call for Help - Say Line 0'),\n(1022, 0, 0, 0, 0, 0, 100, 0, 8000, 18000, 16000, 33000, 0, 0, 11, 3147, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Mottled Scytheclaw - Within 0-5 Range - Cast Rend Flesh'),\n(1023, 0, 0, 0, 0, 0, 100, 0, 8000, 24000, 14000, 28000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Mottled Razormaw - Within 0-5 Range - Cast Infected Wound'),\n--\n(1024, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Murloc - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1025, 0, 0, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Puddlejumper - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1026, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bluegill Forager - On Respawn - Cast Poison Proc'),\n(1026, 0, 1, 0, 0, 0, 100, 0, 9000, 18000, 7000, 19000, 0, 0, 11, 14873, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Bluegill Forager - Within 0-5 Range - Cast Sinister Strike'),\n(1026, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Forager - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1027, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 7165, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Bluegill Warrior - Out of Combat - Cast Battle Stance (No Repeat)'),\n(1027, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 3000, 6000, 0, 0, 11, 9080, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Bluegill Warrior - Within 0-5 Range - Cast Hamstring'),\n(1027, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Warrior - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1028, 0, 0, 0, 0, 0, 90, 0, 1000, 6000, 11000, 14000, 0, 0, 11, 1777, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Bluegill Muckdweller - Within 0-5 Range - Cast Gouge'),\n(1028, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Muckdweller - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1029, 0, 0, 0, 2, 0, 100, 1, 0, 60, 0, 0, 0, 0, 11, 6274, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Bluegill Oracle - Between 0-60% Health - Cast Healing Ward (No Repeat)'),\n(1029, 0, 1, 0, 74, 0, 100, 0, 0, 0, 10000, 25000, 40, 40, 11, 939, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Bluegill Oracle - Friendly Between 0-40% Health - Cast Healing Wave'),\n(1029, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Oracle - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1030, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 186000, 195000, 0, 0, 11, 3335, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Black Slime - Within 0-5 Range - Cast Dark Sludge'),\n(1031, 0, 0, 0, 0, 0, 90, 0, 1000, 2000, 4000, 14000, 0, 0, 11, 3322, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Crimson Ooze - Within 0-5 Range - Cast Rancid Blood'),\n(1032, 0, 0, 0, 0, 0, 90, 0, 1000, 12000, 7000, 19000, 0, 0, 11, 3322, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Black Ooze - Within 0-5 Range - Cast Rancid Blood'),\n(1033, 0, 0, 0, 0, 0, 90, 0, 2000, 4000, 4000, 13000, 0, 0, 11, 3322, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,        'Monstrous Ooze - Within 0-5 Range - Cast Rancid Blood'),\n--\n(1034, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Dragonmaw Raider - On Aggro - Say Line 0'),\n(1034, 0, 1, 0, 0, 0, 100, 0, 1000, 12000, 24000, 27000, 0, 0, 11, 6533, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Dragonmaw Raider - In Combat - Cast Net'),\n(1034, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Raider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1035, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Dragonmaw Swamprunner - On Aggro - Say Line 0'),\n(1035, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3616, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dragonmaw Swamprunner - On Respawn - Cast Poison Proc'),\n(1035, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Swamprunner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1036, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Dragonmaw Centurion - On Aggro - Say Line 0'),\n(1036, 0, 1, 0, 0, 0, 90, 0, 1000, 3000, 180000, 180000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Dragonmaw Centurion - In Combat - Cast Defensive Stance'),\n(1036, 0, 2, 0, 105, 0, 50, 0, 0, 0, 12000, 14000, 0, 5, 11, 1672, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,            'Dragonmaw Centurion - Target Casting - Cast Shield Bash'),\n(1036, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Centurion - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1037, 0, 0, 0, 0, 0, 100, 0, 9000, 14000, 19000, 38000, 0, 0, 11, 3019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Dragonmaw Battlemaster - In Combat - Cast Frenzy'),\n(1037, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Battlemaster - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1038, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 20807, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dragonmaw Shadowwarder - In Combat - Cast Shadow Bolt'),\n(1038, 0, 1, 0, 0, 0, 100, 0, 2000, 8000, 20000, 30000, 0, 0, 11, 6223, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dragonmaw Shadowwarder - In Combat - Cast Corruption'),\n(1038, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Shadowwarder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1042, 0, 0, 0, 0, 0, 100, 0, 1000, 11000, 15000, 26000, 0, 0, 11, 3356, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Red Whelp - In Combat - Cast Flame Lash'),\n(1043, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 11839, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Lost Whelp - In Combat - Cast Fireball'),\n(1044, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 11839, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Flamesnorting Whelp - In Combat - Cast Fireball'),\n(1045, 0, 0, 0, 0, 0, 100, 0, 6000, 9000, 7000, 9000, 0, 0, 11, 15580, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,       'Red Dragonspawn - Within 0-5 Range - Cast Strike'),\n(1045, 0, 1, 0, 0, 0, 100, 0, 8000, 10000, 6000, 17000, 0, 0, 11, 9080, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Red Dragonspawn - Within 0-5 Range - Cast Hamstring'),\n(1046, 0, 0, 0, 0, 0, 100, 0, 0, 1000, 3000, 22000, 0, 0, 11, 15242, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'Red Wyrmkin - In Combat - Cast Fireball'),\n(1046, 0, 1, 0, 0, 0, 100, 0, 3000, 24000, 21000, 26000, 0, 0, 11, 18399, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Red Wyrmkin - In Combat - Cast Flamestrike'),\n(1046, 0, 2, 0, 0, 0, 100, 0, 3000, 19000, 13000, 32000, 0, 0, 11, 14145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Red Wyrmkin - In Combat - Cast Fire Blast'),\n(1046, 0, 3, 0, 0, 0, 100, 0, 7000, 12000, 8000, 23000, 0, 0, 11, 15230, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Red Wyrmkin - In Combat - Cast Arcane Bolt'),\n(1047, 0, 0, 0, 0, 0, 100, 0, 6000, 18000, 5000, 16000, 0, 0, 11, 15284, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Red Scalebane - Within 0-5 Range - Cast Cleave'),\n(1048, 0, 0, 0, 0, 0, 100, 0, 3400, 7600, 9800, 26800, 0, 0, 11, 16509, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scalebane Lieutenant - Within 0-5 Range - Cast Rend'),\n(1048, 0, 1, 0, 0, 0, 100, 0, 4000, 15100, 6900, 23100, 0, 0, 11, 12169, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Scalebane Lieutenant - In Combat - Cast Shield Block'),\n(1048, 0, 2, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 16145, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Scalebane Lieutenant - Within 0-5 Range - Cast Sunder Armor'),\n(1049, 0, 0, 0, 0, 0, 100, 0, 11000, 22000, 12000, 13000, 0, 0, 11, 17203, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,    'Wyrmkin Firebrand - In Combat - Cast Fireball Volley'),\n(1049, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 18000, 0, 0, 11, 17195, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Wyrmkin Firebrand - In Combat - Cast Scorch'),\n(1049, 0, 2, 0, 0, 0, 100, 0, 7000, 19000, 6000, 22000, 0, 0, 11, 20754, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Wyrmkin Firebrand - In Combat - Cast Rain of Fire'),\n(1049, 0, 3, 0, 0, 0, 100, 0, 3000, 18000, 9000, 20000, 0, 0, 11, 15537, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Wyrmkin Firebrand - In Combat - Cast Shadow Bolt'),\n(1050, 0, 0, 0, 0, 0, 100, 0, 5000, 17000, 5000, 21000, 0, 0, 11, 16635, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Scalebane Royal Guard - In Combat - Cast Fire Nova'),\n(1050, 0, 1, 0, 0, 0, 100, 0, 7000, 15000, 7000, 29000, 0, 0, 11, 16856, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Scalebane Royal Guard - Within 0-5 Range - Cast Mortal Strike'),\n--\n(1051, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dark Iron Dwarf - On Aggro - Say Line 0'),\n(1051, 0, 1, 0, 0, 0, 100, 0, 2000, 8000, 18000, 34000, 0, 0, 11, 7891, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Dark Iron Dwarf - In Combat - Cast Gift of Ragnaros'),\n(1051, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dark Iron Dwarf - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1052, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dark Iron Saboteur - On Aggro - Say Line 2'),\n(1052, 0, 1, 0, 0, 0, 100, 0, 2000, 7000, 18000, 26000, 0, 0, 11, 7891, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Dark Iron Saboteur - In Combat - Cast Gift of Ragnaros'),\n(1052, 0, 2, 3, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 11, 3204, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Dark Iron Saboteur - Between 0-15% Health - Cast Sapper Explode (No Repeat)'),\n(1052, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Dark Iron Saboteur - On Sapper Explode - Say Line 0'),\n(1052, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Dark Iron Saboteur - On Sapper Explode - Say Line 1'),\n(1053, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dark Iron Tunneler - On Aggro - Say Line 0'),\n(1053, 0, 1, 0, 0, 0, 100, 0, 1000, 3000, 180000, 180000, 0, 0, 11, 7164, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dark Iron Tunneler - In Combat - Cast Defensive Stance'),\n(1053, 0, 2, 0, 0, 0, 100, 512, 2000, 8000, 18000, 22000, 0, 0, 11, 7891, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dark Iron Tunneler - In Combat - Cast Gift of Ragnaros'),\n(1053, 0, 3, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Dark Iron Tunneler - Within 0-5 Range - Cast Sunder Armor'),\n(1053, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dark Iron Tunneler - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1054, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dark Iron Demolitionist - On Aggro - Say Line 0'),\n(1054, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dark Iron Demolitionist - Outside 30 Range - Start Combat Movement'),\n(1054, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Dark Iron Demolitionist - Within 5-30 Range - Stop Combat Movement'),\n(1054, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Dark Iron Demolitionist - Within 0-5 Range - Start Combat Movement'),\n(1054, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 8858, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dark Iron Demolitionist - Within 5-30 Range - Cast Bomb'),\n(1054, 0, 5, 0, 0, 0, 100, 512, 2000, 8000, 18000, 22000, 0, 0, 11, 7891, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Dark Iron Demolitionist - In Combat - Cast Gift of Ragnaros'),\n(1054, 0, 6, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dark Iron Demolitionist - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(1057, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 8853, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,               'Dragonmaw Bonewarder - Out of Combat - Cast Summon Skeleton (No Repeat)'),\n(1057, 0, 1, 0, 0, 0, 100, 0, 8000, 14000, 8000, 14000, 0, 0, 11, 6205, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Dragonmaw Bonewarder - In Combat - Cast Curse of Weakness'),\n(1057, 0, 2, 0, 0, 0, 100, 0, 1000, 9000, 15000, 27000, 0, 0, 11, 707, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Dragonmaw Bonewarder - In Combat - Cast Immolate'),\n(1057, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Bonewarder - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(1111, 0, 0, 0, 0, 0, 100, 0, 2000, 17000, 32000, 52000, 0, 0, 11, 3358, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Leech Stalker - Within 0-5 Range - Cast Leech Poison'),\n(1112, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 38000, 61000, 0, 0, 11, 3388, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Leech Widow - Within 0-5 Range - Cast Deadly Leech Poison'),\n(1140, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Razormaw Matriarch - Between 0-30% Health - Call For Help (No Repeat)'),\n(1140, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Razormaw Matriarch - On Call for Help - Say Line 0'),\n(1140, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 11, 7938, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,                   'Razormaw Matriarch - Between 0-15% Health - Cast Fatal Bite (No Repeat)'),\n(1140, 0, 3, 0, 0, 0, 90, 0, 1000, 3000, 10000, 18000, 0, 0, 11, 3147, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Razormaw Matriarch - Within 0-5 Range - Cast Rend Flesh'),\n--\n(1157, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Cursed Sailor - On Aggro - Say Line 0'),\n(1157, 0, 1, 2, 0, 0, 100, 0, 8000, 22000, 40000, 60000, 0, 0, 11, 10651, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Cursed Sailor - Within 0-5 Range - Cast Curse of the Eye'),\n(1157, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3360, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,                  'Cursed Sailor - Within 0-5 Range - Cast Curse of the Eye'),\n(1158, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Cursed Marine - On Aggro - Say Line 0 (No Repeat)'),\n(1158, 0, 1, 2, 0, 0, 100, 0, 4000, 20000, 30000, 60000, 0, 0, 11, 10651, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Cursed Marine - Within 0-5 Range - Cast Curse of the Eye'),\n(1158, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3360, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,                  'Cursed Marine - Within 0-5 Range - Cast Curse of the Eye'),\n(1160, 0, 0, 0, 4, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                          'Captain Halyndor - On Aggro - Say Line 0'),\n(1160, 0, 1, 2, 0, 0, 100, 0, 3000, 5000, 11000, 24000, 0, 0, 11, 10651, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Captain Halyndor - Within 0-5 Range - Cast Curse of the Eye'),\n(1160, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 3360, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,                  'Captain Halyndor - Within 0-5 Range - Cast Curse of the Eye'),\n(1160, 0, 3, 0, 0, 0, 100, 0, 7000, 8000, 11000, 26000, 0, 0, 11, 3389, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Captain Halyndor - In Combat - Cast Ward of the Eye'),\n--\n(1259, 0, 0, 0, 0, 0, 100, 0, 7000, 22000, 32000, 37000, 0, 0, 11, 12097, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Gobbler - Within 0-5 Range - Cast Pierce Armor'),\n(1259, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Gobbler - Between 0-15% Health - Flee For Assist'),\n(1353, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 8876, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Sarltooth - On Respawn - Cast Thrash Proc'),\n(1353, 0, 1, 0, 0, 0, 100, 0, 6000, 8000, 11000, 28000, 0, 0, 11, 3427, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Sarltooth - Within 0-5 Range - Cast Infected Wound'),\n(1364, 0, 0, 0, 1, 0, 100, 1, 1000, 1000, 0, 0, 0, 0, 11, 12746, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Balgaras the Foul - Out of Combat - Cast Summon Voidwalker'),\n(1364, 0, 1, 0, 4, 0, 70, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Balgaras the Foul - On Aggro - Say Line 0'),\n(1364, 0, 2, 0, 0, 0, 100, 0, 4000, 7000, 21000, 21000, 0, 0, 11, 9081, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Balgaras the Foul - In Combat - Cast Shadow Bolt Volley'),\n(1364, 0, 3, 0, 106, 0, 100, 0, 0, 0, 19000, 38000, 0, 8, 11, 11831, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,          'Balgaras the Foul - Within 0-8 Range - Cast Frost Nova'),\n(1364, 0, 4, 0, 0, 0, 100, 0, 13000, 16000, 182000, 182000, 0, 0, 11, 3586, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Balgaras the Foul - Within 0-5 Range - Cast Volatile Infection'),\n(1364, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Balgaras the Foul - Between 0-15% Health - Flee For Assist'),\n--\n(1418, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Bluegill Raider - Outside 30 Range - Start Combat Movement'),\n(1418, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Bluegill Raider - Within 5-30 Range - Stop Combat Movement'),\n(1418, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Bluegill Raider - Within 0-5 Range - Start Combat Movement'),\n(1418, 0, 3, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 10277, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Bluegill Raider - Within 5-30 Range - Cast Throw'),\n(1418, 0, 4, 0, 0, 0, 100, 0, 10000, 15000, 15000, 35000, 0, 0, 11, 12024, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,   'Bluegill Raider - In Combat - Cast Net'),\n(1418, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Bluegill Raider - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2091, 0, 0, 0, 4, 0, 25, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Chieftain Nek\\'rosh - On Aggro - Say Line 0'),\n(2091, 0, 1, 0, 0, 0, 100, 0, 2000, 7000, 12000, 16000, 0, 0, 11, 6192, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,       'Chieftain Nek\\'rosh - In Combat - Cast Battle Shout'),\n(2091, 0, 2, 0, 0, 0, 100, 0, 3000, 9000, 6000, 9000, 0, 0, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,        'Chieftain Nek\\'rosh - In Combat - Cast Demoralizing Shout'),\n(2091, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Chieftain Nek\\'rosh - Between 0-15% Health - Flee For Assist (No Repeat)'),\n--\n(2102, 0, 0, 0, 4, 0, 15, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dragonmaw Grunt - On Aggro - Say Line 0'),\n(2102, 0, 1, 0, 9, 0, 100, 0, 0, 0, 7300, 20900, 0, 5, 11, 8242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Dragonmaw Grunt - Within 0-5 Range - Cast Shield Slam'),\n(2102, 0, 2, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Grunt - Between 0-15% Health - Flee For Assist'),\n(2103, 0, 0, 0, 4, 0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                        'Dragonmaw Scout - On Aggro - Say Line 0'),\n(2103, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Dragonmaw Scout - Outside 30 Range - Start Combat Movement'),\n(2103, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Dragonmaw Scout - Within 5-30 Range - Stop Combat Movement'),\n(2103, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Dragonmaw Scout - Within 0-5 Range - Start Combat Movement'),\n(2103, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Dragonmaw Scout - Within 5-30 Range - Cast Shoot'),\n(2103, 0, 5, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Dragonmaw Scout - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(2108, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0,                       'Garneg Charskull - On Aggro - Say Line 0'),\n(2108, 0, 1, 0, 0, 0, 100, 0, 0, 0, 6000, 19000, 0, 0, 11, 15039, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Garneg Charskull - In Combat - Cast Flame Shock'),\n(2108, 0, 2, 0, 0, 0, 100, 0, 2000, 6000, 1000, 7000, 0, 0, 11, 184, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,         'Garneg Charskull - In Combat - Cast Fire Shield II'),\n(2108, 0, 3, 0, 0, 0, 100, 0, 10000, 17000, 33000, 61000, 0, 0, 11, 6725, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Garneg Charskull - In Combat - Cast Flame Spike'),\n(2108, 0, 4, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Garneg Charskull - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(4040, 0, 0, 0, 0, 0, 100, 0, 4000, 17000, 40000, 64000, 0, 0, 11, 3358, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Cave Stalker - Within 0-5 Range - Cast Leech Poison'),\n--\n(12899, 0, 0, 0, 0, 0, 100, 0, 6000, 7000, 16000, 16000, 0, 0, 11, 20712, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,     'Axtroz - In Combat - Cast Flame Breath'),\n(12899, 0, 1, 0, 0, 0, 100, 0, 8000, 13000, 7000, 11000, 0, 0, 11, 16095, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Axtroz - Within 0-5 Range - Cast Vicious Rend'),\n(12899, 0, 2, 0, 0, 0, 90, 0, 4000, 5000, 6000, 11000, 0, 0, 11, 20714, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Axtroz - In Combat - Cast Fireball'),\n(14424, 0, 0, 0, 0, 0, 100, 0, 10000, 16000, 14000, 28000, 0, 0, 11, 22127, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,  'Mirelow - In Combat - Cast Entangling Roots'),\n(14425, 0, 0, 0, 0, 0, 100, 0, 8000, 8000, 8000, 26000, 0, 0, 11, 11977, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Gnawbone - Within 0-5 Range - Cast Rend'),\n(14425, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Gnawbone - Between 0-15% Health - Flee For Assist (No Repeat)');\n\n-- Garneg Charskull, fix respawn time\nUPDATE `creature` SET `spawntimesecs` = 23400 WHERE `id1` = 2108; \n\n-- Quest: Digging Through the Ooze - Sida's Bag drop chance \nUPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 3349 AND `Entry` = 1031; -- Crimson Ooze\nUPDATE `creature_loot_template` SET `Chance` = 2  WHERE `Item` = 3349 AND `Entry` = 1032; -- Black Ooze\nUPDATE `creature_loot_template` SET `Chance` = 5  WHERE `Item` = 3349 AND `Entry` = 1033; -- Monstrous Ooze\n\n-- missing patrols\nDELETE FROM `pool_creature` WHERE `pool_entry` = 1072; -- remove 22 spawn locations used by AC, we are now using waypoints\nDELETE FROM `creature` WHERE `id1` IN (14424);\nINSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, \n`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES\n(91113, 14424, 0, 0, 0, 0, 0, 1, 1, 0, -2752.94, -1311.99, 6.14436, 1.69779, 39600, 0, 1, 734, 0, 2, 0, 0, 0, '', 0, 0, NULL); -- Mirelow\n\nDELETE FROM `creature_addon` WHERE `guid` IN (91113);\nINSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES \n(91113, 911130, 0, 0, 1, 0, 0, NULL);\n\nDELETE FROM `waypoint_data` WHERE `id` IN (911130);\nINSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES \n(911130, 1, -2752.94, -1311.99, 6.14436, NULL, 0, 0, 0, 100, 0),\n(911130, 2, -2779.33, -1318.19, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 3, -2802.51, -1327.23, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 4, -2841.53, -1356.37, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 5, -2868.59, -1383.68, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 6, -2888.58, -1418.01, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 7, -2915.96, -1455.41, 6.21251, NULL, 0, 0, 0, 100, 0),\n(911130, 8, -2948.16, -1477.91, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 9, -2979.63, -1493.02, 6.21251, NULL, 0, 0, 0, 100, 0),\n(911130, 10, -3007.27, -1519.16, 6.19431, NULL, 0, 0, 0, 100, 0),\n(911130, 11, -3030.38, -1531.15, 1.87131, NULL, 0, 0, 0, 100, 0),\n(911130, 12, -3050.03, -1538.99, 2.29482, NULL, 0, 0, 0, 100, 0),\n(911130, 13, -3068.11, -1529.21, 4.64106, NULL, 0, 0, 0, 100, 0),\n(911130, 14, -3048.72, -1507.44, 2.30301, NULL, 0, 0, 0, 100, 0),\n(911130, 15, -3045.15, -1488.95, 6.10782, NULL, 0, 0, 0, 100, 0),\n(911130, 16, -3037.55, -1465.8, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 17, -3013.27, -1444.29, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 18, -2992.21, -1423.21, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 19, -2982.67, -1384.74, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 20, -2976.3, -1355.02, 6.14143, NULL, 0, 0, 0, 100, 0),\n(911130, 21, -2972.43, -1315.09, 6.21256, NULL, 0, 0, 0, 100, 0),\n(911130, 22, -2959.1, -1289.47, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 23, -2946.35, -1262.26, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 24, -2940.98, -1235.02, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 25, -2927.36, -1214.33, 6.27626, NULL, 0, 0, 0, 100, 0),\n(911130, 26, -2913.83, -1184.8, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 27, -2913.72, -1156.65, 6.38002, NULL, 0, 0, 0, 100, 0),\n(911130, 28, -2906.67, -1130.35, 6.33754, NULL, 0, 0, 0, 100, 0),\n(911130, 29, -2924.43, -1129.01, 6.2621, NULL, 0, 0, 0, 100, 0),\n(911130, 30, -2948.26, -1141.37, 6.58127, NULL, 0, 0, 0, 100, 0),\n(911130, 31, -2981.48, -1160.76, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 32, -3008.99, -1189.42, 6.33753, NULL, 0, 0, 0, 100, 0),\n(911130, 33, -3033.57, -1223.16, 3.62631, NULL, 0, 0, 0, 100, 0),\n(911130, 34, -3058.17, -1243.83, 6.38566, NULL, 0, 0, 0, 100, 0),\n(911130, 35, -3084.62, -1262.78, 6.21255, NULL, 0, 0, 0, 100, 0),\n(911130, 36, -3110.95, -1251.6, 5.65719, NULL, 0, 0, 0, 100, 0),\n(911130, 37, -3127.43, -1279.72, 6.21256, NULL, 0, 0, 0, 100, 0),\n(911130, 38, -3140.06, -1310.31, 6.21256, NULL, 0, 0, 0, 100, 0),\n(911130, 39, -3129.72, -1336.18, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 40, -3135.32, -1368.52, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 41, -3156.59, -1393.15, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 42, -3176.05, -1410.82, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 43, -3184.69, -1435.95, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 44, -3201.12, -1461.59, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 45, -3184.69, -1435.95, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 46, -3176.05, -1410.82, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 47, -3156.59, -1393.15, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 48, -3135.32, -1368.52, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 49, -3129.72, -1336.18, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 50, -3140.06, -1310.31, 6.21256, NULL, 0, 0, 0, 100, 0),\n(911130, 51, -3127.43, -1279.72, 6.21256, NULL, 0, 0, 0, 100, 0),\n(911130, 52, -3110.95, -1251.6, 5.65719, NULL, 0, 0, 0, 100, 0),\n(911130, 53, -3084.62, -1262.78, 6.21255, NULL, 0, 0, 0, 100, 0),\n(911130, 54, -3058.17, -1243.83, 6.38566, NULL, 0, 0, 0, 100, 0),\n(911130, 55, -3033.57, -1223.16, 3.62631, NULL, 0, 0, 0, 100, 0),\n(911130, 56, -3008.99, -1189.42, 6.33753, NULL, 0, 0, 0, 100, 0),\n(911130, 57, -2981.48, -1160.76, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 58, -2948.26, -1141.37, 6.58127, NULL, 0, 0, 0, 100, 0),\n(911130, 59, -2924.43, -1129.01, 6.2621, NULL, 0, 0, 0, 100, 0),\n(911130, 60, -2906.67, -1130.35, 6.33754, NULL, 0, 0, 0, 100, 0),\n(911130, 61, -2913.72, -1156.65, 6.38002, NULL, 0, 0, 0, 100, 0),\n(911130, 62, -2913.83, -1184.65, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 63, -2927.36, -1214.33, 6.27626, NULL, 0, 0, 0, 100, 0),\n(911130, 64, -2940.98, -1235.02, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 65, -2946.35, -1262.26, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 66, -2959.1, -1289.47, 6.21253, NULL, 0, 0, 0, 100, 0),\n(911130, 67, -2972.43, -1315.09, 6.21256, NULL, 0, 0, 0, 100, 0),\n(911130, 68, -2976.3, -1355.02, 6.14143, NULL, 0, 0, 0, 100, 0),\n(911130, 69, -2982.67, -1384.74, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 70, -2992.21, -1423.21, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 71, -3013.27, -1444.29, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 72, -3037.55, -1465.8, 6.21254, NULL, 0, 0, 0, 100, 0),\n(911130, 73, -3045.15, -1488.95, 6.10782, NULL, 0, 0, 0, 100, 0),\n(911130, 74, -3048.72, -1507.44, 2.30301, NULL, 0, 0, 0, 100, 0),\n(911130, 75, -3068.04, -1529.08, 4.66938, NULL, 0, 0, 0, 100, 0),\n(911130, 76, -3050.03, -1538.99, 2.29482, NULL, 0, 0, 0, 100, 0),\n(911130, 77, -3030.38, -1531.15, 1.87131, NULL, 0, 0, 0, 100, 0),\n(911130, 78, -3007.27, -1519.16, 6.19431, NULL, 0, 0, 0, 100, 0),\n(911130, 79, -2979.63, -1493.02, 6.21251, NULL, 0, 0, 0, 100, 0),\n(911130, 80, -2948.16, -1477.91, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 81, -2915.96, -1455.41, 6.21251, NULL, 0, 0, 0, 100, 0),\n(911130, 82, -2888.58, -1418.01, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 83, -2868.59, -1383.68, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 84, -2841.53, -1356.37, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 85, -2802.51, -1327.23, 6.2125, NULL, 0, 0, 0, 100, 0),\n(911130, 86, -2779.33, -1318.19, 6.2125, NULL, 0, 0, 0, 100, 0);\n"
  },
  {
    "path": "data/sql/world/base/zone_winterspring.sql",
    "content": "/* smart scripts */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (7431, 7455);\nUPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN \n(7428, 7429, 7430, 7432, 7433, 7434, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7456, 7457, 7458, 7459, \n7460, 7461, 7462, 7463, 7523, 7524, 10684, 10196, 10198, 10199, 10200, 10201, 10659, 10662, 10663, 10664, 10737, 10738, 10741, 10806, 10807, 10916, 14372);\nDELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN \n(7428, 7429, 7430, 7431, 7432, 7433, 7434, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, \n7460, 7461, 7462, 7463, 7523, 7524, 10684, 10196, 10198, 10199, 10200, 10201, 10659, 10660, 10661, 10662, 10663, 10664, 10737, 10738, 10741, 10806, 10807, 10916, 14372);\n\nINSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, \n`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, \n`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, \n`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES \n--\n(7428, 0, 0, 0, 9, 0, 100, 0, 0, 0, 4200, 11800, 0, 5, 11, 18368, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Frostmaul Giant - Within 0-5 Range - Cast Strike'),\n(7428, 0, 1, 0, 9, 0, 100, 0, 0, 0, 6100, 14100, 0, 8, 11, 18670, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Frostmaul Giant - Within 0-8 Range - Cast Knock Away'),\n(7429, 0, 0, 0, 2, 0, 100, 0, 0, 70, 10000, 12000, 0, 0, 11, 9616, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Frostmaul Preserver - Between 0-70% Health - Cast Wild Regeneration'),\n--\n(7430, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                       'Frostsaber Cub - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(7432, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 0, 0, 11, 30991, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,              'Frostsaber Stalker - Out of Combat - Cast Stealth'),\n(7433, 0, 0, 0, 0, 0, 100, 0, 7000, 9000, 16000, 21000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,    'Frostsaber Huntress - Within 0-5 Range - Cast Rend'),\n(7433, 0, 1, 2, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 15716, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Frostsaber Huntress - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(7433, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Frostsaber Huntress - On Enrage - Say Line 0'),\n(7434, 0, 0, 1, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 11, 15716, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Frostsaber Pride Watcher - Between 0-50% Health - Cast Enrage (No Repeat)'),\n(7434, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Frostsaber Pride Watcher - On Enrage - Say Line 0'),\n--\n(7436, 0, 0, 0, 0, 0, 100, 0, 1700, 1900, 16700, 16900, 0, 0, 11, 11977, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Cobalt Scalebane - In Combat - Cast Rend'),\n(7436, 0, 1, 0, 105, 0, 50, 0, 0, 0, 17000, 21000, 0, 5, 11, 15655, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,           'Cobalt Scalebane - Target Casting - Cast Shield Slam'),\n(7436, 0, 2, 0, 9, 0, 100, 0, 0, 0, 9000, 13000, 0, 5, 11, 6713, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Cobalt Scalebane - Within 0-5 Range - Cast Disarm'),\n(7437, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 12544, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Cobalt Mageweaver - Out of Combat - Cast Frost Armor'),\n(7437, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 15043, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Cobalt Mageweaver - In Combat - Cast Frostbolt'),\n--\n(7438, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Winterfall Ursa   - Out of Combat - Cast Winterfall Firewater'),\n(7439, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Winterfall Shaman - Out of Combat - Cast Winterfall Firewater'),\n(7439, 0, 1, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9532, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Winterfall Shaman - In Combat - Cast Lightning Bolt'),\n(7439, 0, 2, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 13585, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'Winterfall Shaman - In Combat - Cast Lightning Shield'),\n(7439, 0, 3, 0, 74, 0, 100, 0, 0, 0, 15000, 30000, 50, 40, 11, 11431, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,         'Winterfall Shaman - Friendly Between 0-50% Health - Cast Healing Touch'),\n(7440, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Winterfall Den Watcher - Out of Combat - Cast Winterfall Firewater'),\n(7441, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Winterfall Totemic - Out of Combat - Cast Winterfall Firewater'),\n(7441, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 55000, 65000, 0, 0, 11, 15786, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Winterfall Totemic - In Combat - Cast Earthbind Totem'),\n(7441, 0, 2, 0, 0, 0, 100, 0, 12000, 14000, 20000, 30000, 0, 0, 11, 15787, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Winterfall Totemic - In Combat - Cast Moonflare Totem'),\n(7442, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,    'Winterfall Pathfinder - Out of Combat - Cast Winterfall Firewater'),\n(7442, 0, 1, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 30, 60, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                'Winterfall Pathfinder - Outside 30 Range - Start Combat Movement'),\n(7442, 0, 2, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 5, 30, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                 'Winterfall Pathfinder - Within 5-30 Range - Stop Combat Movement'),\n(7442, 0, 3, 0, 9, 0, 100, 0, 0, 0, 4000, 4000, 0, 5, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Winterfall Pathfinder - Within 0-5 Range - Start Combat Movement'),\n(7442, 0, 4, 0, 9, 0, 100, 0, 0, 0, 2000, 4000, 5, 30, 11, 6660, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Winterfall Pathfinder - Within 5-30 Range - Cast Shoot'),\n(7442, 0, 5, 0, 0, 0, 100, 0, 0, 0, 30000, 35000, 0, 0, 11, 16498, 33, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,          'Winterfall Pathfinder - In Combat - Cast Faerie Fire'),\n--\n(7443, 0, 0, 0, 9, 0, 60, 0, 0, 0, 12000, 12000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Shardtooth Mauler - Within 0-5 Range - Cast Maul'),\n(7444, 0, 0, 0, 0, 0, 75, 0, 5000, 5000, 25000, 25000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,       'Shardtooth Bear   - Within 0-5 Range - Cast Tendon Rip'),\n(7445, 0, 0, 0, 9, 0, 60, 0, 0, 0, 12000, 12000, 0, 5, 11, 15971, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,             'Elder Shardtooth  - Within 0-5 Range - Cast Demoralizing Roar'),\n(7446, 0, 0, 0, 9, 0, 80, 1, 0, 0, 8000, 8000, 0, 5, 11, 3150, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Rabid Shardtooth  - Within 0-5 Range - Cast Rabies'),\n--\n(7447, 0, 0, 0, 0, 0, 100, 0, 0, 0, 7000, 10000, 0, 0, 11, 16552, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Fledgling Chillwind - In Combat - Cast Venom Spit'),\n(7448, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 15850, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                    'Chillwind Chimaera - On Aggro - Cast Chilled'),\n(7448, 0, 1, 0, 0, 0, 100, 0, 8000, 13000, 12000, 15000, 0, 0, 11, 15797, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Chillwind Chimaera - In Combat - Cast Lightning Breath'),\n(7449, 0, 0, 0, 0, 0, 75, 0, 5000, 15000, 30000, 45000, 0, 0, 11, 3132, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Chillwind Ravager - In Combat - Cast Chilling Breath'),\n(7449, 0, 1, 2, 2, 0, 100, 1, 0, 25, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Chillwind Ravager - Between 0-25% Health - Cast Enrage (No Repeat)'),\n(7449, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Chillwind Ravager - On Enrage - Say Line 0'),\n--\n(7450, 0, 0, 0, 0, 0, 100, 0, 7000, 21000, 26000, 29000, 0, 0, 11, 15848, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Ragged Owlbeast - Within 0-5 Range - Cast Festering Rash'),\n(7451, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 18000, 0, 5, 11, 13443, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Raging Owlbeast - Within 0-5 Range - Cast Rend'),\n(7451, 0, 1, 2, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Raging Owlbeast - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(7451, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Raging Owlbeast - On Enrage - Say Line 0'),\n(7452, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Crazed Owlbeast - Between 0-30% Health - Cast Enrage (No Repeat)'),\n(7452, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Crazed Owlbeast - On Enrage - Say Line 0'),\n(7453, 0, 0, 0, 0, 0, 100, 0, 7000, 11000, 15000, 18000, 0, 0, 11, 15798, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'Moontouched Owlbeast - In Combat - Cast Moonfire'),\n(7453, 0, 1, 0, 74, 0, 100, 0, 0, 0, 20000, 32000, 50, 40, 11, 12160, 32, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0,        'Moontouched Owlbeast - Friendly Between 0-50% Health - Cast Rejuvenation'),\n(7454, 0, 0, 1, 2, 0, 100, 1, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Berserk Owlbeast - In Combat - Cast Enrage'),\n(7454, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                        'Berserk Owlbeast - On Enrage - Say Line 0'),\n--\n(7456, 0, 0, 0, 9, 0, 100, 0, 0, 0, 13000, 16000, 0, 5, 11, 3589, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Winterspring Screecher - Within 0-5 Range - Cast Deafening Screech'),\n(7457, 0, 0, 0, 9, 0, 100, 0, 0, 0, 3000, 6000, 0, 5, 11, 3604, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Rogue Ice Thistle - Within 0-5 Range - Cast Tendon Rip'),\n(7458, 0, 0, 0, 0, 0, 100, 0, 2700, 3400, 11900, 16000, 0, 0, 11, 15878, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Ice Thistle Yeti - In Combat - Cast Ice Blast'), -- https://www.youtube.com/watch?v=x9_z8n7EUDI\n(7458, 0, 1, 0, 9, 0, 100, 0, 0, 0, 3000, 6000, 0, 5, 11, 3604, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,               'Ice Thistle Yeti - Within 0-5 Range - Cast Tendon Rip'), -- https://www.youtube.com/watch?v=2iGn9QuVk9o\n(7459, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 15, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Ice Thistle Matriarch - Within 0-15 Range - Cast Rushing Charge (No Repeat)'),\n(7459, 0, 1, 0, 0, 0, 100, 0, 2700, 3400, 11900, 16000, 0, 0, 11, 15878, 32, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Ice Thistle Matriarch - In Combat - Cast Ice Blast'), -- https://www.youtube.com/watch?v=9dxKOzgS9bY\n(7460, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 15, 11, 6268, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Ice Thistle Patriarch - Within 0-15 Range - Cast Rushing Charge (No Repeat)'),\n(7460, 0, 1, 0, 0, 0, 100, 0, 1000, 7000, 10000, 20000, 0, 0, 11, 3131, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,      'Ice Thistle Patriarch - Within 0-5 Range - Cast Frost Breath'),\n--\n(7461, 0, 0, 0, 9, 0, 100, 1, 0, 0, 0, 0, 0, 30, 11, 17883, 96, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,                  'Hederine Initiate - Within 0-30 Range - Cast Immolate'),\n(7461, 0, 1, 0, 0, 0, 100, 0, 2000, 2000, 2000, 2000, 0, 0, 11, 15232, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,       'Hederine Initiate - In Combat - Cast Shadow Bolt'),\n(7461, 0, 2, 0, 0, 0, 100, 0, 0, 60000, 60000, 120000, 0, 0, 11, 15859, 32, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,     'Hederine Initiate - In Combat - Cast Dominate Mind'),\n(7462, 0, 0, 0, 9, 0, 100, 0, 0, 0, 16500, 17400, 0, 5, 11, 13738, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Hederine Manastalker - Within 0-5 Range - Cast Rend'),\n(7462, 0, 1, 0, 0, 0, 100, 0, 2400, 2600, 6200, 6400, 0, 0, 11, 15980, 256, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,      'Hederine Manastalker - In Combat - Cast Mana Burn'),\n(7463, 0, 0, 0, 9, 0, 100, 0, 0, 0, 8000, 12000, 0, 5, 11, 17547, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Hederine Slayer - In Combat - Cast Mortal Strike'),\n(7463, 0, 1, 0, 12, 0, 100, 0, 0, 20, 30000, 35000, 0, 0, 11, 7160, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,           'Hederine Slayer - Target Between 0-20% Health - Cast Execute'),\n--\n(7523, 0, 2, 0, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 2, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Suffering Highborne  - On Data Set 1 1 - Set Faction 124'),\n(7523, 0, 3, 0, 38, 0, 100, 512, 2, 2, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Suffering Highborne  - On Data Set 2 2 - Set Faction 21'),\n(7523, 0, 4, 0, 0, 0, 100, 0, 0, 0, 13000, 20000, 0, 0, 11, 14868, 32, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,          'Suffering Highborne  - Within 0-30 Range - Cast Curse of Agony'),\n(7524, 0, 2, 0, 38, 0, 100, 512, 1, 1, 0, 0, 0, 0, 2, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Anguished Highborne  - On Data Set 1 1 - Set Faction 124'),\n(7524, 0, 3, 0, 38, 0, 100, 512, 2, 2, 0, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                     'Anguished Highborne  - On Data Set 2 2 - Set Faction 21'),\n(7524, 0, 4, 0, 9, 0, 100, 0, 0, 0, 3000, 3000, 0, 30, 11, 13860, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Anguished Highborne  - Within 0-30 Range - Cast Mind Blast'),\n(10684, 0, 0, 0, 20, 0, 100, 0, 5248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                    'Remorseful Highborne - On Quest Tormented by the Past Finished - Say Line 0'),\n(10684, 0, 1, 0, 9, 0, 100, 0, 0, 0, 2000, 2000, 0, 30, 11, 17194, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,            'Remorseful Highborne - Within 0-30 Range - Cast Mind Blast'),\n--\n(10196, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 13000, 18000, 0, 0, 11, 9128, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'General Colbatann - In Combat - Cast Battle Shout'),\n(10196, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'General Colbatann - Within 0-5 Range - Cast Sunder Armor'),\n(10196, 0, 2, 0, 9, 0, 100, 0, 0, 0, 20000, 25000, 0, 5, 11, 13730, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,           'General Colbatann - Within 0-5 Range - Cast Demoralizing Shout'), -- https://www.youtube.com/watch?v=aVTFtrtXROc\n(10198, 0, 0, 0, 9, 0, 100, 0, 0, 0, 6000, 9000, 0, 5, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Kashoch the Reaver - Within 0-5 Range - Cast Cleave'),\n(10199, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Grizzle Snowpaw - Out of Combat - Cast Winterfall Firewater'),\n(10199, 0, 1, 0, 9, 0, 100, 0, 0, 0, 12000, 12000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,           'Grizzle Snowpaw - In Combat - Cast Maul'),\n(10199, 0, 2, 0, 0, 0, 100, 0, 6000, 7000, 14000, 17000, 0, 0, 11, 12548, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Grizzle Snowpaw - In Combat - Cast Frost Shock'),\n(10200, 0, 0, 0, 2, 0, 100, 0, 0, 60, 15000, 21000, 0, 0, 11, 7399, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,           'Rak shiri - Between 0-60% Health - Cast Terrify'),\n(10200, 0, 1, 1, 2, 0, 100, 0, 0, 30, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Rak shiri - Between 0-30% Health - Cast Enrage'),\n(10200, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Rak shiri - On Enrage - Say Line 0'),\n(10201, 0, 0, 0, 0, 0, 100, 0, 3000, 9000, 12000, 25000, 0, 0, 11, 17146, 32, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0,    'Lady Hederine - In Combat - Cast Shadow Word: Pain'),\n(10201, 0, 1, 0, 0, 0, 100, 0, 14000, 28000, 24000, 30000, 0, 0, 11, 7645, 32, 0, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 0,  'Lady Hederine - In Combat - Cast Dominate Mind'),\n(10201, 0, 2, 0, 0, 0, 100, 0, 9000, 15000, 16000, 21000, 0, 0, 11, 12096, 32, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0,  'Lady Hederine - In Combat - Cast Fear'),\n--\n(10659, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Cobalt Whelp - On Aggro - Set Phase Random Between 1-2'),\n(10659, 0, 1, 2, 0, 1, 100, 0, 3000, 3000, 15000, 20000, 0, 0, 11, 15089, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Cobalt Whelp - In Combat - Cast Frost Shock (Phase 1)'),\n(10659, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cobalt Whelp - On Cast - Set Phase Random Between 1-2'),\n(10659, 0, 3, 4, 0, 2, 100, 0, 3000, 3000, 15000, 20000, 0, 0, 11, 13443, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0,     'Cobalt Whelp - In Combat - Cast Rend (Phase 2'),\n(10659, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 31, 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                      'Cobalt Whelp - On Cast - Set Phase Random Between 1-2'),\n(10660, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2000, 2000, 0, 0, 11, 9672, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,              'Cobalt Broodling - In Combat - Cast Frostbolt'),\n(10660, 0, 1, 0, 0, 0, 100, 0, 5000, 10000, 10000, 20000, 0, 0, 11, 17008, 257, 0, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 0, 'Cobalt Broodling - Within 0-10 Range - Cast Drain Mana'),\n(10661, 0, 0, 0, 0, 0, 100, 0, 5000, 7000, 5000, 15000, 0, 0, 11, 16340, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,     'Spell Eater - Within 0-5 Range - Cast Frost Breath'),\n--\n(10662, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34304, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Spellmaw - On Respawn - Cast Damage Immunity: Arcane'),\n(10662, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 60000, 63000, 0, 0, 11, 16099, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Spellmaw - Within 0-5 Range - Cast Frost Breath'),\n(10662, 0, 2, 0, 0, 0, 100, 0, 8000, 8000, 18000, 21000, 0, 0, 11, 17012, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Spellmaw - In Combat - Cast Devour Magic'),\n(10663, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34304, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Manaclaw - On Respawn - Cast Damage Immunity: Arcane'),\n(10663, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 60000, 63000, 0, 0, 11, 16099, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Manaclaw - Within 0-5 Range - Cast Frost Breath'),\n(10664, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 34304, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Scryer - On Respawn - Cast Damage Immunity: Arcane'),\n(10664, 0, 1, 0, 0, 0, 100, 0, 10000, 10000, 23000, 33000, 0, 0, 11, 16099, 0, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,  'Scryer - Within 0-5 Range - Cast Frost Breath'),\n(10664, 0, 2, 0, 0, 0, 100, 0, 6000, 6000, 15000, 20000, 0, 0, 11, 12738, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Scryer - In Combat - Cast Amplify Damage'),\n--\n(10737, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 5000, 10000, 0, 0, 11, 14100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,            'Shy-Rotam - In Combat - Cast Terrifying Roar '),\n(10737, 0, 1, 0, 0, 0, 100, 0, 7000, 9000, 22000, 27000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,         'Shy-Rotam - Within 0-5 Range - Cast Rend'),\n(10737, 0, 2, 0, 0, 0, 100, 0, 2000, 3000, 15000, 20000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,          'Shy-Rotam - Within 0-5 Range - Cast Tendon Rip'),\n(10737, 0, 3, 0, 2, 0, 100, 1, 0, 50, 0, 0, 0, 0, 12, 10741, 1, 180000, 0, 0, 0, 8, 0, 0, 0, 0, 8074.84, -3840, 690.061, 4.6, 'Shy-Rotam - Between 0-50% health - Summon Creature Sian-Rotam (No Repeat)'),\n--\n(10738, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'High Chief Winterfall - Out of Combat - Cast Winterfall Firewater'),\n(10738, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 8000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'High Chief Winterfall - Within 0-5 Range - Cast Maul'),\n(10738, 0, 2, 0, 0, 0, 100, 0, 0, 9000, 9000, 13000, 0, 0, 11, 12548, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,         'High Chief Winterfall - In Combat - Cast Frost Shock'),\n(10738, 0, 3, 0, 0, 0, 100, 0, 9000, 14000, 16000, 21000, 0, 0, 11, 8364, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,    'High Chief Winterfall - In Combat - Cast Blizzard'),\n(10741, 0, 0, 0, 0, 0, 100, 0, 10000, 15000, 10000, 15000, 0, 0, 11, 14100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Sian-Rotam - In Combat - Cast Terrifying Roar '),\n(10741, 0, 1, 0, 0, 0, 100, 0, 3000, 8000, 23000, 28000, 0, 0, 11, 13443, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Sian-Rotam - Within 0-5 Range - Cast Rend'),\n(10741, 0, 2, 0, 0, 0, 100, 0, 6000, 12000, 16000, 22000, 0, 0, 11, 3604, 32, 0, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 0,   'Sian-Rotam - Within 0-5 Range - Cast Tendon Rip'),\n(10806, 0, 0, 0, 0, 0, 60, 0, 5000, 9000, 16000, 24000, 0, 0, 11, 15971, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,      'Ursius - In Combat - Cast Demoralizing Roar'),\n(10806, 0, 1, 0, 9, 0, 100, 0, 0, 0, 5000, 9000, 0, 5, 11, 15793, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,             'Ursius - Within 0-5 Range - Cast Maul'),\n(10807, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 12000, 15000, 0, 0, 11, 16552, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0,     'Brumeran - On Aggro - Cast Venom Spit'),\n(10807, 0, 1, 0, 0, 0, 100, 0, 8000, 13000, 12000, 15000, 0, 0, 11, 15797, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0,   'Brumeran - In Combat - Cast Lightning Breath'),\n(10807, 0, 2, 3, 2, 0, 100, 0, 0, 20, 0, 0, 0, 0, 11, 8599, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   'Brumeran - Between 0-20% Health - Cast Enrage'),\n(10807, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                       'Brumeran - On Enrage - Say Line 0'),\n--\n(10916, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 900000, 900000, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,   'Winterfall Runner - Out of Combat - Cast Winterfall Firewater'),\n(10916, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                      'Winterfall Runner - Between 0-15% Health - Flee For Assist (No Repeat)'),\n(14372, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 17205, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                  'Winterfall Ambusher - On Respawn - Cast Winterfall Firewater');\n\n\n-- update Respawn Times and Movement\nUPDATE `creature` SET `spawntimesecs` = 115200, `MovementType` = 1, `Wander_distance` = 5 WHERE `id1` = 10201; -- Lady Hederine\nUPDATE `creature` SET `spawntimesecs` = 37800,  `MovementType` = 1, `Wander_distance` = 5 WHERE `id1` = 10196; -- General Colbatann\nUPDATE `creature` SET `spawntimesecs` = 75600                                             WHERE `id1` = 10198; -- Kashoch the Reaver\n\n\nDELETE FROM `creature_text` WHERE `CreatureID` IN (7451, 7454, 10200);\nINSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES \n(7451,  0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Raging Owlbeast enrage at 30%'),\n(7454,  0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Berserk Owlbeast enrage at 30%'),\n(10200, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Rak shiri enrage at 30%');\n"
  },
  {
    "path": "data/sql/world/base/zone_zangarmarsh.sql",
    "content": "-- Withered Giant - Scout Jyoba's Report\nUPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 24373 AND `Entry` = 18124;\n\n-- fix creature placed under ground\nUPDATE `creature` SET `position_x` = -230.598, `position_y` = 6376.8, `position_z` = 19.8601 WHERE `guid` = 63967;\n\n-- Juno Dufrain <Fishing Supplies>\nDELETE FROM `gossip_menu_option` WHERE `MenuID` IN (10437);\nINSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, \n`OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES \n(10437, 0, 1, 'Let me browse your goods.', 8097, 3, 128, 0, 0, 0, 0, '', 0, 0),\n(10437, 1, 3, 'I seek training in Fishing.', 34245, 5, 16, 0, 0, 0, 0, '', 0, 0);\n"
  },
  {
    "path": "data/sql/world/updates/.gitignore",
    "content": "zz_optional*\n"
  },
  {
    "path": "data/sql/world/updates/.gitkeep",
    "content": "\r\n"
  },
  {
    "path": "include.sh",
    "content": "#!/usr/bin/env bash\n\n## GETS THE CURRENT MODULE ROOT DIRECTORY\nMOD_SKELETON_ROOT=\"$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )/\" && pwd )\"\n\nsource $MOD_SKELETON_ROOT\"/conf/conf.sh.dist\"\n\nif [ -f $MOD_SKELETON_ROOT\"/conf/conf.sh\" ]; then\n    source $MOD_SKELETON_ROOT\"/conf/conf.sh\"\nfi\n"
  },
  {
    "path": "optional/patch-explanations.txt",
    "content": "(please backup first in case you want to undo changes! It is safe to leave backups in the dbc folder with different names.)\n\n---------------------------------------------------\nTo have the Vanilla login screen:\n---------------------------------------------------\nPlace patch-J.mpq from the dbc.7z file in the client 'data' folder. This is a visual only change; no server change required.\n\n---------------------------------------------------\nTo have Vanilla loading screens during Vanilla:\n---------------------------------------------------\nPlace patch-U.mpq from the dbc.7z file in the client 'data' folder. This is a visual only change; no server change required.\nCredit to slendydaddy for HD Vanilla loading screen art.\n\n---------------------------------------------------\nTo restore Vanilla and TBC spells, crafting, recipes, and reagents:\n---------------------------------------------------\nSkillLine.dbc, SkillLineAbility.dbc, SkillRaceClassInfo.dbc and SpellItemEnchantment.dbc are for use by the server. \nPlace these files, from the dbc.7z, in the server 'data/dbc' folder overwriting the existing files.\n\n---------------------------------------------------\nTo have adjusted mana costs during Vanilla and TBC:\n---------------------------------------------------\nPlace patch-V.mpq from the patch-V.7z in the client 'data' folder.\nPlace Spell.dbc from the patch-V.7z file in the server 'data/dbc' folder overwriting the existing file.\n\n---------------------------------------------------\nTo keep WotLK mana costs during Vanilla and TBC:\n---------------------------------------------------\nPlace patch-S.mpq from the patch-S.7z file in the client 'data' folder instead of patch-V.mpq. Do NOT use both!\nPlace Spell.dbc from the patch-S.7z file in the server 'data/dbc' folder overwriting the existing file.\nCredit to sihensel and soniquete0\n"
  },
  {
    "path": "optional/sql/world/zz_optional_ammo_stack_size.sql",
    "content": "/*\n    In 3.1 all ammo was changed to stack to 1000. This reduced the usefulness of quivers and ammo pouches\n    This SQL will restore Vanilla and TBC ammo stack sizes to 200.\n*/\n\nUPDATE `item_template` SET `stackable` = 200 WHERE `stackable` = 1000 AND `InventoryType` = 24;\nUPDATE `item_template` SET `stackable` = 1000 WHERE `entry` IN (41164, 41165, 41584, 41586, 52020, 52021); -- WotLK ammo\n"
  },
  {
    "path": "optional/sql/world/zz_optional_aq_quest_nerf.sql",
    "content": "/*\n    Optional but suggested changes. The AQ quests were originally designed for a large group of players to farm items given to a chosen player to turn in.\n    This reduces the quest requirements to be more reasonably completable by a solo player or a small group.\n*/\n\n-- Increases the Rep for The Hand of the Righteous quest by 40 times, so only about 5 turn-ins are necessary instead of 200.\n-- Feel free to adjust to taste - divide RewardFactionOverride1 by 100 to get the amount of rep that would be awarded \n-- Sql edit example: 5 turn-ins = 800000 rep, 1 turn-in = 4000000 rep\nUPDATE `quest_template` SET `RewardFactionOverride1` = 800000, `RewardFactionOverride2` = 0, `RewardFactionOverride3` = 0, `RewardFactionOverride4` = 0, `RewardFactionOverride5` = 0 WHERE `ID` = 8301;\nUPDATE `quest_template` SET `RewardFactionOverride1` = 800000, `RewardFactionOverride2` = 0, `RewardFactionOverride3` = 0, `RewardFactionOverride4` = 0, `RewardFactionOverride5` = 0 WHERE `ID` = 8302;\n\n-- Revert drop rate for Nightmare_corruption to nerfed WotLK drop rate\nUPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21146;\nUPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21147;\nUPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21148;\n\n-- Revert Narain's Scrying Goggles to nerfed WotLK drop rate\nDELETE FROM `creature_loot_template` WHERE `Item` = 20951;\nINSERT INTO `creature_loot_template` (`Chance`, `Comment`, `Entry`, `GroupId`, `Item`, `LootMode`, `MaxCount`, `MinCount`, `QuestRequired`, `Reference`) VALUES\n(1, NULL, 11502, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Molten Giant - Narain\\'s Scrying Goggles', 11658, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Molten Destroyer - Narain\\'s Scrying Goggles', 11659, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Flamewaker - Narain\\'s Scrying Goggles', 11661, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Flamewaker Priest - Narain\\'s Scrying Goggles', 11662, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Flamewaker Healer - Narain\\'s Scrying Goggles', 11663, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Flamewaker Elite - Narain\\'s Scrying Goggles', 11664, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Lava Annihilator - Narain\\'s Scrying Goggles', 11665, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Firewalker - Narain\\'s Scrying Goggles', 11666, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Flameguard - Narain\\'s Scrying Goggles', 11667, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Firelord - Narain\\'s Scrying Goggles', 11668, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Ancient Core Hound - Narain\\'s Scrying Goggles', 11673, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 11982, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 11988, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 12056, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 12057, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Lava Elemental - Narain\\'s Scrying Goggles', 12076, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 12098, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Lava Reaver - Narain\\'s Scrying Goggles', 12100, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Lava Surger - Narain\\'s Scrying Goggles', 12101, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 12118, 0, 20951, 1, 1, 1, 1, 0),\n(100, 'Flamewaker Protector - Narain\\'s Scrying Goggles', 12119, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 12259, 0, 20951, 1, 1, 1, 1, 0),\n(1, NULL, 12264, 0, 20951, 1, 1, 1, 1, 0);\n"
  },
  {
    "path": "optional/sql/world/zz_optional_av_landmines.sql",
    "content": "/*\n    This optional file adds landmines to the vanilla version of Alterac Valley\n    Please note that bots are not aware of the existence of these mines. They will not avoid areas that have many mines.\n    You can only see the landmines of your own faction.\n*/\n\nSET @OGUID    := 657000;\n\n/* FROSTWOLF LANDMINES */\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+101 AND @OGUID+299;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES \n--\n(@OGUID+101, 179324, 30, 0, 0, 1, 1, -581.249, -146.454, 57.4372, 0.993303, 0, 0, 0.476484, 0.879183, 150, 0, 1, '', NULL, NULL),\n(@OGUID+102, 179324, 30, 0, 0, 1, 1, -587.703, -160.27, 57.1192, 1.10326, 0, 0, 0.524076, 0.851672, 150, 0, 1, '', NULL, NULL),\n(@OGUID+103, 179324, 30, 0, 0, 1, 1, -581.695, -183.801, 57.5371, 5.02633, 0, 0, 0.587875, -0.808952, 150, 0, 1, '', NULL, NULL),\n(@OGUID+104, 179324, 30, 0, 0, 1, 1, -580.933, -59.5464, 78.6415, 0.635945, 0, 0, 0.312642, 0.949871, 150, 0, 1, '', NULL, NULL),\n(@OGUID+105, 179324, 30, 0, 0, 1, 1, -602.334, -75.3457, 83.3845, 0.635945, 0, 0, 0.312642, 0.949871, 150, 0, 1, '', NULL, NULL),\n(@OGUID+106, 179324, 30, 0, 0, 1, 1, -587.114, -101.875, 69.6359, 4.02887, 0, 0, 0.903196, -0.429228, 150, 0, 1, '', NULL, NULL),\n(@OGUID+107, 179324, 30, 0, 0, 1, 1, -557.338, -87.6067, 77.6025, 0.557406, 0, 0, 0.275109, 0.961413, 150, 0, 1, '', NULL, NULL),\n(@OGUID+108, 179324, 30, 0, 0, 1, 1, -574.029, -87.7564, 78.6053, 2.60337, 0, 0, 0.964007, 0.265875, 150, 0, 1, '', NULL, NULL),\n(@OGUID+109, 179324, 30, 0, 0, 1, 1, -560.524, -95.8606, 75.9262, 4.59435, 0, 0, 0.747584, -0.664168, 150, 0, 1, '', NULL, NULL),\n(@OGUID+110, 179324, 30, 0, 0, 1, 1, -558.21, -76.3414, 79.6119, 4.59435, 0, 0, 0.747584, -0.664168, 150, 0, 1, '', NULL, NULL),\n(@OGUID+111, 179324, 30, 0, 0, 1, 1, -558.11, -54.2621, 80.3443, 2.67013, 0, 0, 0.972343, 0.233556, 150, 0, 1, '', NULL, NULL),\n(@OGUID+112, 179324, 30, 0, 0, 1, 1, -780.585, -406.754, 78.1802, 1.49223, 0, 0, 0.67879, 0.734333, 150, 0, 1, '', NULL, NULL),\n(@OGUID+113, 179324, 30, 0, 0, 1, 1, -778.069, -386.069, 80.6783, 2.71352, 0, 0, 0.977181, 0.212406, 150, 0, 1, '', NULL, NULL),\n(@OGUID+114, 179324, 30, 0, 0, 1, 1, -809.839, -383.493, 72.0242, 2.31297, 0, 0, 0.915393, 0.402561, 150, 0, 1, '', NULL, NULL),\n(@OGUID+115, 179324, 30, 0, 0, 1, 1, -798.079, -410.356, 77.1239, 6.23603, 0, 0, 0.0235747, -0.999722, 150, 0, 1, '', NULL, NULL),\n(@OGUID+116, 179324, 30, 0, 0, 1, 1, -770.609, -399.906, 79.9365, 5.9258, 0, 0, 0.177742, -0.984077, 150, 0, 1, '', NULL, NULL),\n(@OGUID+117, 179324, 30, 0, 0, 1, 1, -779.251, -397.851, 79.4573, 2.50146, 0, 0, 0.949215, 0.314627, 150, 0, 1, '', NULL, NULL),\n(@OGUID+118, 179324, 30, 0, 0, 1, 1, -843.074, -363.064, 49.6314, 5.97293, 0, 0, 0.154508, -0.987992, 150, 0, 1, '', NULL, NULL),\n(@OGUID+119, 179324, 30, 0, 0, 1, 1, -872.128, -367.414, 50.5636, 4.60241, 0, 0, 0.744901, -0.667175, 150, 0, 1, '', NULL, NULL),\n(@OGUID+120, 179324, 30, 0, 0, 1, 1, -869.403, -356.007, 51.1934, 5.36032, 0, 0, 0.445231, -0.895416, 150, 0, 1, '', NULL, NULL),\n(@OGUID+121, 179324, 30, 0, 0, 1, 1, -925.946, -321.135, 65.2737, 4.45319, 0, 0, 0.792563, -0.609791, 150, 0, 1, '', NULL, NULL),\n(@OGUID+122, 179324, 30, 0, 0, 1, 1, -773.728, -279.633, 78.5313, 1.39799, 0, 0, 0.643449, 0.765489, 150, 0, 1, '', NULL, NULL),\n(@OGUID+123, 179324, 30, 0, 0, 1, 1, -794.204, -299.758, 70.186, 3.07482, 0, 0, 0.999443, 0.0333822, 150, 0, 1, '', NULL, NULL),\n(@OGUID+124, 179324, 30, 0, 0, 1, 1, -744.38, -298.577, 68.3211, 2.82742, 0, 0, 0.987687, 0.156443, 150, 0, 1, '', NULL, NULL),\n(@OGUID+125, 179324, 30, 0, 0, 1, 1, -539.171, -300.248, 42.1997, 0.023546, 0, 0, 0.0117727, 0.999931, 150, 0, 1, '', NULL, NULL),\n(@OGUID+126, 179324, 30, 0, 0, 1, 1, -534.544, -302.86, 41.5819, 6.11824, 0, 0, 0.0823804, -0.996601, 150, 0, 1, '', NULL, NULL),\n(@OGUID+127, 179324, 30, 0, 0, 1, 1, -539.193, -296.021, 42.3288, 3.1298, 0, 0, 0.999983, 0.00589709, 150, 0, 1, '', NULL, NULL),\n(@OGUID+128, 179324, 30, 0, 0, 1, 1, -523.55, -297.663, 41.0245, 5.05795, 0, 0, 0.575011, -0.818146, 150, 0, 1, '', NULL, NULL),\n(@OGUID+129, 179324, 30, 0, 0, 1, 1, -528.473, -296.143, 41.3033, 4.09584, 0, 0, 0.888321, -0.459224, 150, 0, 1, '', NULL, NULL),\n(@OGUID+130, 179324, 30, 0, 0, 1, 1, -523.032, -287.567, 39.3238, 3.0434, 0, 0, 0.998795, 0.0490762, 150, 0, 1, '', NULL, NULL),\n(@OGUID+131, 179324, 30, 0, 0, 1, 1, -428.081, -394.94, 32.7528, 0.8805, 0, 0, 0.426166, 0.904645, 150, 0, 1, '', NULL, NULL),\n(@OGUID+132, 179324, 30, 0, 0, 1, 1, -430.228, -373.561, 32.3333, 3.03642, 0, 0, 0.998618, 0.0525629, 150, 0, 1, '', NULL, NULL),\n(@OGUID+133, 179324, 30, 0, 0, 1, 1, -421.492, -384.159, 32.1302, 5.88349, 0, 0, 0.198522, -0.980097, 150, 0, 1, '', NULL, NULL),\n(@OGUID+134, 179324, 30, 0, 0, 1, 1, -542.897, -55.2793, 75.4501, 0.844075, 0, 0, 0.40962, 0.912256, 150, 0, 1, '', NULL, NULL),\n(@OGUID+135, 179324, 30, 0, 0, 1, 1, -1041.56, -335.117, 58.8703, 1.02966, 0, 0, 0.492388, 0.870376, 150, 0, 1, '', NULL, NULL),\n(@OGUID+136, 179324, 30, 0, 0, 1, 1, -1119.09, -313.262, 54.0758, 4.89774, 0, 0, 0.638634, -0.769511, 150, 0, 1, '', NULL, NULL),\n(@OGUID+137, 179324, 30, 0, 0, 1, 1, -1111.56, -297.785, 57.5081, 0.468097, 0, 0, 0.231918, 0.972735, 150, 0, 1, '', NULL, NULL),\n(@OGUID+138, 179324, 30, 0, 0, 1, 1, -1157.4, -321.381, 44.7997, 4.96843, 0, 0, 0.611043, -0.791597, 150, 0, 1, '', NULL, NULL),\n(@OGUID+139, 179324, 30, 0, 0, 1, 1, -1144.44, -301.731, 39.9923, 3.85709, 0, 0, 0.936688, -0.350166, 150, 0, 1, '', NULL, NULL),\n(@OGUID+140, 179324, 30, 0, 0, 1, 1, -1137.65, -294.625, 40.9435, 0.778326, 0, 0, 0.379414, 0.925227, 150, 0, 1, '', NULL, NULL),\n(@OGUID+141, 179324, 30, 0, 0, 1, 1, -1154.55, -309.463, 41.2036, 3.13845, 0, 0, 0.999999, 0.00157268, 150, 0, 1, '', NULL, NULL),\n(@OGUID+142, 179324, 30, 0, 0, 1, 1, -1139.94, -311.218, 40.1895, 4.77208, 0, 0, 0.685692, -0.727892, 150, 0, 1, '', NULL, NULL),\n(@OGUID+143, 179324, 30, 0, 0, 1, 1, -1279.36, -432.083, 67.1363, 5.70278, 0, 0, 0.286147, -0.958186, 150, 0, 1, '', NULL, NULL),\n(@OGUID+144, 179324, 30, 0, 0, 1, 1, -1210.54, -425.968, 60.6353, 6.00123, 0, 0, 0.140511, -0.990079, 150, 0, 1, '', NULL, NULL),\n(@OGUID+145, 179324, 30, 0, 0, 1, 1, -1221.95, -426.937, 62.5402, 2.99315, 0, 0, 0.997247, 0.0741511, 150, 0, 1, '', NULL, NULL),\n(@OGUID+146, 179324, 30, 0, 0, 1, 1, -1182.97, -411.601, 64.3093, 3.30731, 0, 0, 0.996569, -0.0827655, 150, 0, 1, '', NULL, NULL),\n(@OGUID+147, 179324, 30, 0, 0, 1, 1, -1174.3, -410.002, 62.5622, 3.86102, 0, 0, 0.935998, -0.352006, 150, 0, 1, '', NULL, NULL),\n(@OGUID+148, 179324, 30, 0, 0, 1, 1, -1171.8, -401.544, 60.2187, 4.05344, 0, 0, 0.897855, -0.440291, 150, 0, 1, '', NULL, NULL),\n(@OGUID+149, 179324, 30, 0, 0, 1, 1, -1156.84, -379.739, 60.1656, 0.868646, 0, 0, 0.420796, 0.907155, 150, 0, 1, '', NULL, NULL),\n(@OGUID+150, 179324, 30, 0, 0, 1, 1, -1163.78, -388.061, 63.6453, 3.77855, 0, 0, 0.949713, -0.31312, 150, 0, 1, '', NULL, NULL),\n(@OGUID+151, 179324, 30, 0, 0, 1, 1, -828.604, -350.66, 50.0801, 0.385623, 0, 0, 0.191619, 0.981469, 150, 0, 1, '', NULL, NULL),\n(@OGUID+152, 179324, 30, 0, 0, 1, 1, -852.818, -354.597, 50.7303, 3.3505, 0, 0, 0.99455, -0.104265, 150, 0, 1, '', NULL, NULL),\n(@OGUID+153, 179324, 30, 0, 0, 1, 1, -737.718, -376.144, 76.2975, 0.684068, 0, 0, 0.335404, 0.942074, 150, 0, 1, '', NULL, NULL),\n(@OGUID+154, 179324, 30, 0, 0, 1, 1, -786.21, -281.012, 74.5249, 6.15437, 0, 0, 0.0643635, -0.997927, 150, 0, 1, '', NULL, NULL),\n(@OGUID+155, 179324, 30, 0, 0, 1, 1, -642.747, -338.244, 64.2332, 4.64248, 0, 0, 0.731386, -0.681963, 150, 0, 1, '', NULL, NULL),\n(@OGUID+156, 179324, 30, 0, 0, 1, 1, -513.691, -48.4541, 55.9943, 2.1135, 0, 0, 0.870762, 0.491706, 150, 0, 1, '', NULL, NULL),\n(@OGUID+157, 179324, 30, 0, 0, 1, 1, -404.87, -266.81, 14.7021, 0.76261, 0, 0, 0.372132, 0.92818, 150, 0, 1, '', NULL, NULL),\n(@OGUID+158, 179324, 30, 0, 0, 1, 1, -416.936, -279.762, 17.9326, 0.134291, 0, 0, 0.0670951, 0.997747, 150, 0, 1, '', NULL, NULL),\n(@OGUID+159, 179324, 30, 0, 0, 1, 1, -520.538, -130.096, 57.8834, 5.52313, 0, 0, 0.370945, -0.928655, 150, 0, 1, '', NULL, NULL),\n(@OGUID+160, 179324, 30, 0, 0, 1, 1, -507.59, -62.4882, 52.2268, 0.303112, 0, 0, 0.150976, 0.988537, 150, 0, 1, '', NULL, NULL),\n(@OGUID+161, 179324, 30, 0, 0, 1, 1, -525.031, -62.8034, 57.1656, 0.68403, 0, 0, 0.335386, 0.942081, 150, 0, 1, '', NULL, NULL),\n(@OGUID+162, 179324, 30, 0, 0, 1, 1, -526.311, -97.6771, 58.3469, 1.54404, 0, 0, 0.697584, 0.716503, 150, 0, 1, '', NULL, NULL),\n(@OGUID+163, 179324, 30, 0, 0, 1, 1, -521.987, -79.0883, 56.6141, 1.49622, 0, 0, 0.680256, 0.732975, 150, 0, 1, '', NULL, NULL),\n(@OGUID+164, 179324, 30, 0, 0, 1, 1, -537.347, -113.86, 57.5551, 3.59, 0, 0, 0.974971, -0.222332, 150, 0, 1, '', NULL, NULL),\n(@OGUID+165, 179324, 30, 0, 0, 1, 1, -530.545, -122.789, 57.9548, 4.4775, 0, 0, 0.785089, -0.619383, 150, 0, 1, '', NULL, NULL),\n(@OGUID+166, 179324, 30, 0, 0, 1, 1, -526.882, -109.335, 57.5718, 5.10975, 0, 0, 0.55363, -0.832763, 150, 0, 1, '', NULL, NULL),\n(@OGUID+167, 179324, 30, 0, 0, 1, 1, -536.915, -100.98, 57.5027, 4.80344, 0, 0, 0.674192, -0.738556, 150, 0, 1, '', NULL, NULL),\n(@OGUID+168, 179324, 30, 0, 0, 1, 1, -532.221, -88.4538, 57.4683, 1.70505, 0, 0, 0.752944, 0.658085, 150, 0, 1, '', NULL, NULL),\n(@OGUID+169, 179324, 30, 0, 0, 1, 1, -411.88, -312.781, 18.0051, 6.18969, 0, 0, 0.0467322, -0.998907, 150, 0, 1, '', NULL, NULL),\n(@OGUID+170, 179324, 30, 0, 0, 1, 1, -426.236, -312.534, 17.3712, 1.81895, 0, 0, 0.789181, 0.614161, 150, 0, 1, '', NULL, NULL),\n(@OGUID+171, 179324, 30, 0, 0, 1, 1, -422.801, -329.845, 17.375, 1.6226, 0, 0, 0.725183, 0.688556, 150, 0, 1, '', NULL, NULL),\n(@OGUID+172, 179324, 30, 0, 0, 1, 1, -406.864, -331.335, 16.9767, 2.69859, 0, 0, 0.975569, 0.219692, 150, 0, 1, '', NULL, NULL),\n(@OGUID+173, 179324, 30, 0, 0, 1, 1, -394.807, -345.54, 17.1814, 6.08366, 0, 0, 0.0995967, -0.995028, 150, 0, 1, '', NULL, NULL),\n(@OGUID+174, 179324, 30, 0, 0, 1, 1, -406.806, -349.72, 16.9641, 1.5362, 0, 0, 0.694771, 0.719231, 150, 0, 1, '', NULL, NULL),\n(@OGUID+175, 179324, 30, 0, 0, 1, 1, -409.116, -366.87, 17.4288, 3.61358, 0, 0, 0.972282, -0.23381, 150, 0, 1, '', NULL, NULL),\n(@OGUID+176, 179324, 30, 0, 0, 1, 1, -396.774, -361.782, 17.7335, 1.51264, 0, 0, 0.68625, 0.727366, 150, 0, 1, '', NULL, NULL),\n(@OGUID+177, 179324, 30, 0, 0, 1, 1, -397.596, -373.861, 16.8913, 5.50246, 0, 0, 0.380522, -0.924772, 150, 0, 1, '', NULL, NULL),\n(@OGUID+178, 179324, 30, 0, 0, 1, 1, -463.605, -332.584, 31.6663, 3.32299, 0, 0, 0.99589, -0.090576, 150, 0, 1, '', NULL, NULL),\n(@OGUID+179, 179324, 30, 0, 0, 1, 1, -467.437, -317.249, 31.9678, 3.01276, 0, 0, 0.997926, 0.06437, 150, 0, 1, '', NULL, NULL),\n(@OGUID+180, 179324, 30, 0, 0, 1, 1, -831.058, -285.697, 55.752, 2.7817, 0, 0, 0.983853, 0.178977, 150, 0, 1, '', NULL, NULL),\n(@OGUID+181, 179324, 30, 0, 0, 1, 1, -519.614, -369.339, 30.564, 4.34002, 0, 0, 0.82578, -0.563992, 150, 0, 1, '', NULL, NULL),\n(@OGUID+182, 179324, 30, 0, 0, 1, 1, -859.507, -295.215, 59.1032, 6.14257, 0, 0, 0.0702481, -0.99753, 150, 0, 1, '', NULL, NULL),\n(@OGUID+183, 179324, 30, 0, 0, 1, 1, -462.111, -403.89, 30.2442, 0.743416, 0, 0, 0.363207, 0.931708, 150, 0, 1, '', NULL, NULL),\n(@OGUID+184, 179324, 30, 0, 0, 1, 1, -488.79, -414.012, 31.5173, 5.94903, 0, 0, 0.166299, -0.986075, 150, 0, 1, '', NULL, NULL),\n(@OGUID+185, 179324, 30, 0, 0, 1, 1, -838.874, -320.506, 52.702, 2.98135, 0, 0, 0.996792, 0.0800348, 150, 0, 1, '', NULL, NULL),\n(@OGUID+186, 179324, 30, 0, 0, 1, 1, -815.023, -324.866, 56.7259, 3.77068, 0, 0, 0.950938, -0.309381, 150, 0, 1, '', NULL, NULL),\n(@OGUID+187, 179324, 30, 0, 0, 1, 1, -505.578, -384.16, 28.0328, 5.16922, 0, 0, 0.528626, -0.848855, 150, 0, 1, '', NULL, NULL),\n(@OGUID+188, 179324, 30, 0, 0, 1, 1, -803.454, -313.433, 60.5596, 0.770454, 0, 0, 0.375769, 0.926713, 150, 0, 1, '', NULL, NULL),\n(@OGUID+189, 179324, 30, 0, 0, 1, 1, -495.444, -348.417, 30.0268, 2.99245, 0, 0, 0.997221, 0.074501, 150, 0, 1, '', NULL, NULL),\n(@OGUID+190, 179324, 30, 0, 0, 1, 1, -781.827, -251.447, 79.9638, 2.4512, 0, 0, 0.94101, 0.338379, 150, 0, 1, '', NULL, NULL),\n(@OGUID+191, 179324, 30, 0, 0, 1, 1, -477.037, -359.23, 28.1511, 5.03475, 0, 0, 0.584463, -0.811421, 150, 0, 1, '', NULL, NULL),\n(@OGUID+192, 179324, 30, 0, 0, 1, 1, -770.008, -263.674, 85.6138, 5.61636, 0, 0, 0.32727, -0.944931, 150, 0, 1, '', NULL, NULL),\n(@OGUID+193, 179324, 30, 0, 0, 1, 1, -482.259, -340.449, 30.143, 3.09019, 0, 0, 0.99967, 0.0256988, 150, 0, 1, '', NULL, NULL),\n(@OGUID+194, 179324, 30, 0, 0, 1, 1, -835.6, -273.707, 60.4647, 3.98273, 0, 0, 0.912858, -0.408277, 150, 0, 1, '', NULL, NULL),\n(@OGUID+195, 179324, 30, 0, 0, 1, 1, -462.93, -341.789, 31.2511, 2.03426, 0, 0, 0.850604, 0.525807, 150, 0, 1, '', NULL, NULL),\n(@OGUID+196, 179324, 30, 0, 0, 1, 1, -823.721, -267.104, 59.8352, 2.74572, 0, 0, 0.980475, 0.196645, 150, 0, 1, '', NULL, NULL),\n(@OGUID+197, 179324, 30, 0, 0, 1, 1, -462.367, -361.115, 30.378, 3.15442, 0, 0, 0.999979, -0.00641227, 150, 0, 1, '', NULL, NULL),\n(@OGUID+198, 179324, 30, 0, 0, 1, 1, -805.301, -274.87, 60.7368, 5.73809, 0, 0, 0.269186, -0.963088, 150, 0, 1, '', NULL, NULL),\n(@OGUID+199, 179324, 30, 0, 0, 1, 1, -438.679, -358.651, 33.0091, 4.20607, 0, 0, 0.861674, -0.507462, 150, 0, 1, '', NULL, NULL),\n(@OGUID+200, 179324, 30, 0, 0, 1, 1, -790.854, -279.648, 72.5544, 4.5757, 0, 0, 0.753745, -0.657166, 150, 0, 1, '', NULL, NULL),\n(@OGUID+201, 179324, 30, 0, 0, 1, 1, -782.57, -261.567, 78.8356, 0.499485, 0, 0, 0.247154, 0.968976, 150, 0, 1, '', NULL, NULL),\n(@OGUID+202, 179324, 30, 0, 0, 1, 1, -790.331, -265.802, 74.5514, 2.65148, 0, 0, 0.970123, 0.242613, 150, 0, 1, '', NULL, NULL),\n(@OGUID+203, 179324, 30, 0, 0, 1, 1, -783.086, -271.288, 76.9374, 1.57548, 0, 0, 0.708761, 0.705449, 150, 0, 1, '', NULL, NULL),\n(@OGUID+204, 179324, 30, 0, 0, 1, 1, -442.528, -370.877, 31.8073, 5.38198, 0, 0, 0.435508, -0.900185, 150, 0, 1, '', NULL, NULL),\n(@OGUID+205, 179324, 30, 0, 0, 1, 1, -861.092, -286.213, 61.7639, 5.83233, 0, 0, 0.223521, -0.974699, 150, 0, 1, '', NULL, NULL),\n(@OGUID+206, 179324, 30, 0, 0, 1, 1, -871.106, -280.153, 62.6577, 0.974647, 0, 0, 0.468263, 0.883589, 150, 0, 1, '', NULL, NULL),\n(@OGUID+207, 179324, 30, 0, 0, 1, 1, -885.155, -308.296, 65.7763, 6.22503, 0, 0, 0.0290712, -0.999577, 150, 0, 1, '', NULL, NULL),\n(@OGUID+208, 179324, 30, 0, 0, 1, 1, -833.978, -311.593, 54.2782, 5.39251, 0, 0, 0.430762, -0.902466, 150, 0, 1, '', NULL, NULL),\n(@OGUID+209, 179324, 30, 0, 0, 1, 1, -848.228, -292.742, 59.8284, 2.86353, 0, 0, 0.990351, 0.138584, 150, 0, 1, '', NULL, NULL),\n(@OGUID+210, 179324, 30, 0, 0, 1, 1, -825.055, -300.867, 53.547, 1.72078, 0, 0, 0.758096, 0.652143, 150, 0, 1, '', NULL, NULL),\n(@OGUID+211, 179324, 30, 0, 0, 1, 1, -779.388, -314.66, 63.1046, 5.18438, 0, 0, 0.522176, -0.852838, 150, 0, 1, '', NULL, NULL),\n(@OGUID+212, 179324, 30, 0, 0, 1, 1, -782.111, -293.601, 71.4941, 4.24584, 0, 0, 0.851412, -0.524498, 150, 0, 1, '', NULL, NULL),\n(@OGUID+213, 179324, 30, 0, 0, 1, 1, -698.125, -338.391, 60.9282, 6.16614, 0, 0, 0.0584904, -0.998288, 150, 0, 1, '', NULL, NULL),\n(@OGUID+214, 179324, 30, 0, 0, 1, 1, -716.526, -333.45, 67.5831, 3.11879, 0, 0, 0.999935, 0.0113996, 150, 0, 1, '', NULL, NULL),\n(@OGUID+215, 179324, 30, 0, 0, 1, 1, -725.681, -322.126, 66.0271, 4.77599, 0, 0, 0.684268, -0.72923, 150, 0, 1, '', NULL, NULL),\n(@OGUID+216, 179324, 30, 0, 0, 1, 1, -727.373, -308.158, 66.1345, 1.70115, 0, 0, 0.751661, 0.65955, 150, 0, 1, '', NULL, NULL),\n(@OGUID+217, 179324, 30, 0, 0, 1, 1, -724.047, -316.197, 64.5957, 2.38838, 0, 0, 0.929918, 0.367768, 150, 0, 1, '', NULL, NULL),\n(@OGUID+218, 179324, 30, 0, 0, 1, 1, -712.337, -330.723, 66.8014, 4.59535, 0, 0, 0.747254, -0.664539, 150, 0, 1, '', NULL, NULL),\n(@OGUID+219, 179324, 30, 0, 0, 1, 1, -711.274, -322.264, 66.1402, 3.54291, 0, 0, 0.979935, -0.199317, 150, 0, 1, '', NULL, NULL),\n(@OGUID+220, 179324, 30, 0, 0, 1, 1, -708.496, -315.427, 64.5575, 3.58611, 0, 0, 0.975402, -0.220433, 150, 0, 1, '', NULL, NULL),\n(@OGUID+221, 179324, 30, 0, 0, 1, 1, -695.441, -324.011, 60.7479, 5.93838, 0, 0, 0.17155, -0.985175, 150, 0, 1, '', NULL, NULL),\n(@OGUID+222, 179324, 30, 0, 0, 1, 1, -681.755, -358.776, 61.2122, 4.57572, 0, 0, 0.753738, -0.657175, 150, 0, 1, '', NULL, NULL),\n(@OGUID+223, 179324, 30, 0, 0, 1, 1, -838.904, -329.52, 51.1166, 0.817421, 0, 0, 0.397427, 0.917634, 150, 0, 1, '', NULL, NULL),\n(@OGUID+224, 179324, 30, 0, 0, 1, 1, -667.685, -350.324, 60.8908, 3.70001, 0, 0, 0.961274, -0.275594, 150, 0, 1, '', NULL, NULL),\n(@OGUID+225, 179324, 30, 0, 0, 1, 1, -664.693, -343.982, 60.3985, 6.00515, 0, 0, 0.13857, -0.990353, 150, 0, 1, '', NULL, NULL),\n(@OGUID+226, 179324, 30, 0, 0, 1, 1, -847.646, -308.437, 54.2309, 4.86205, 0, 0, 0.652266, -0.757991, 150, 0, 1, '', NULL, NULL),\n(@OGUID+227, 179324, 30, 0, 0, 1, 1, -678.572, -350.505, 61.2511, 5.4593, 0, 0, 0.400392, -0.916344, 150, 0, 1, '', NULL, NULL),\n(@OGUID+228, 179324, 30, 0, 0, 1, 1, -850.15, -275.427, 62.5914, 3.65995, 0, 0, 0.966601, -0.256286, 150, 0, 1, '', NULL, NULL),\n(@OGUID+229, 179324, 30, 0, 0, 1, 1, -689.364, -335.652, 61.0259, 0.911838, 0, 0, 0.440287, 0.897857, 150, 0, 1, '', NULL, NULL),\n(@OGUID+230, 179324, 30, 0, 0, 1, 1, -695.561, -344.503, 60.737, 1.89751, 0, 0, 0.812691, 0.582694, 150, 0, 1, '', NULL, NULL),\n(@OGUID+231, 179324, 30, 0, 0, 1, 1, -812.065, -265.971, 60.6266, 1.59653, 0, 0, 0.716147, 0.697949, 150, 0, 1, '', NULL, NULL),\n(@OGUID+232, 179324, 30, 0, 0, 1, 1, -684.45, -353.643, 60.9616, 3.68429, 0, 0, 0.96341, -0.268033, 150, 0, 1, '', NULL, NULL),\n(@OGUID+233, 179324, 30, 0, 0, 1, 1, -672.42, -347.797, 61.0835, 1.61084, 0, 0, 0.721123, 0.692808, 150, 0, 1, '', NULL, NULL),\n(@OGUID+234, 179324, 30, 0, 0, 1, 1, -672.491, -359.237, 60.8625, 3.17379, 0, 0, 0.99987, -0.0160956, 150, 0, 1, '', NULL, NULL),\n(@OGUID+235, 179324, 30, 0, 0, 1, 1, -661.37, -359.313, 60.6531, 0.825444, 0, 0, 0.401104, 0.916032, 150, 0, 1, '', NULL, NULL),\n(@OGUID+236, 179324, 30, 0, 0, 1, 1, -665.763, -363.699, 60.4899, 3.19735, 0, 0, 0.999611, -0.0278736, 150, 0, 1, '', NULL, NULL),\n(@OGUID+237, 179324, 30, 0, 0, 1, 1, -822.648, -317.686, 55.9005, 1.93321, 0, 0, 0.822961, 0.568098, 150, 0, 1, '', NULL, NULL),\n(@OGUID+238, 179324, 30, 0, 0, 1, 1, -655.632, -363.485, 60.4937, 3.44475, 0, 0, 0.988534, -0.150998, 150, 0, 1, '', NULL, NULL),\n(@OGUID+239, 179324, 30, 0, 0, 1, 1, -814.898, -335.802, 53.9864, 3.0935, 0, 0, 0.999711, 0.0240433, 150, 0, 1, '', NULL, NULL),\n(@OGUID+240, 179324, 30, 0, 0, 1, 1, -788.509, -317.763, 62.2352, 4.83054, 0, 0, 0.664125, -0.747621, 150, 0, 1, '', NULL, NULL),\n(@OGUID+241, 179324, 30, 0, 0, 1, 1, -644.932, -360.264, 60.6749, 0.318869, 0, 0, 0.15876, 0.987317, 150, 0, 1, '', NULL, NULL),\n(@OGUID+242, 179324, 30, 0, 0, 1, 1, -789.089, -289.131, 72.8186, 3.48698, 0, 0, 0.985125, -0.171838, 150, 0, 1, '', NULL, NULL),\n(@OGUID+243, 179324, 30, 0, 0, 1, 1, -764.623, -285.721, 77.1023, 4.15553, 0, 0, 0.87422, -0.48553, 150, 0, 1, '', NULL, NULL),\n(@OGUID+244, 179324, 30, 0, 0, 1, 1, -773.657, -299.989, 68.2944, 2.23933, 0, 0, 0.899955, 0.435983, 150, 0, 1, '', NULL, NULL),\n(@OGUID+245, 179324, 30, 0, 0, 1, 1, -668.613, -391.431, 61.2577, 0.931474, 0, 0, 0.449081, 0.893491, 150, 0, 1, '', NULL, NULL),\n(@OGUID+246, 179324, 30, 0, 0, 1, 1, -682.558, -391.763, 60.0134, 3.11095, 0, 0, 0.999883, 0.0153191, 150, 0, 1, '', NULL, NULL),\n(@OGUID+247, 179324, 30, 0, 0, 1, 1, -680.146, -396.953, 59.9713, 3.7, 0, 0, 0.961275, -0.275591, 150, 0, 1, '', NULL, NULL),\n(@OGUID+248, 179324, 30, 0, 0, 1, 1, -673.477, -392.804, 60.4824, 0.570189, 0, 0, 0.281248, 0.959635, 150, 0, 1, '', NULL, NULL),\n(@OGUID+249, 179324, 30, 0, 0, 1, 1, -751.294, -302.724, 68.111, 3.14647, 0, 0, 0.999997, -0.00243811, 150, 0, 1, '', NULL, NULL),\n(@OGUID+250, 179324, 30, 0, 0, 1, 1, -719.058, -327.416, 67.1875, 2.16315, 0, 0, 0.882699, 0.469939, 150, 0, 1, '', NULL, NULL),\n(@OGUID+251, 179324, 30, 0, 0, 1, 1, -654.897, -409.176, 62.7637, 5.8952, 0, 0, 0.192781, -0.981242, 150, 0, 1, '', NULL, NULL),\n(@OGUID+252, 179324, 30, 0, 0, 1, 1, -662.026, -406.728, 63.266, 4.83098, 0, 0, 0.663961, -0.747767, 150, 0, 1, '', NULL, NULL),\n(@OGUID+253, 179324, 30, 0, 0, 1, 1, -664.109, -394.798, 60.9353, 0.515213, 0, 0, 0.254767, 0.967003, 150, 0, 1, '', NULL, NULL),\n(@OGUID+254, 179324, 30, 0, 0, 1, 1, -650.891, -337.432, 70.4862, 3.31125, 0, 0, 0.996404, -0.0847259, 150, 0, 1, '', NULL, NULL),\n(@OGUID+255, 179324, 30, 0, 0, 1, 1, -647.113, -353.455, 60.6732, 1.75998, 0, 0, 0.770732, 0.63716, 150, 0, 1, '', NULL, NULL),\n(@OGUID+256, 179324, 30, 0, 0, 1, 1, -648.21, -365.564, 60.5914, 6.23046, 0, 0, 0.0263578, -0.999653, 150, 0, 1, '', NULL, NULL),\n(@OGUID+257, 179324, 30, 0, 0, 1, 1, -679.871, -388.286, 60.9905, 6.28003, 0, 0, 0.00157729, -0.999999, 150, 0, 1, '', NULL, NULL),\n(@OGUID+258, 179324, 30, 0, 0, 1, 1, -666.332, -354.937, 60.857, 5.39314, 0, 0, 0.430478, -0.902601, 150, 0, 1, '', NULL, NULL),\n(@OGUID+259, 179324, 30, 0, 0, 1, 1, -688.669, -387.521, 60.1786, 5.6635, 0, 0, 0.30491, -0.952381, 150, 0, 1, '', NULL, NULL),\n(@OGUID+260, 179324, 30, 0, 0, 1, 1, -692.935, -383.924, 60.4111, 2.24701, 0, 0, 0.901622, 0.432524, 150, 0, 1, '', NULL, NULL),\n(@OGUID+261, 179324, 30, 0, 0, 1, 1, -679.61, -342.038, 61.0294, 5.72432, 0, 0, 0.275812, -0.961212, 150, 0, 1, '', NULL, NULL),\n(@OGUID+262, 179324, 30, 0, 0, 1, 1, -695.013, -389.227, 60.0583, 2.99314, 0, 0, 0.997247, 0.0741581, 150, 0, 1, '', NULL, NULL),\n(@OGUID+263, 179324, 30, 0, 0, 1, 1, -699.366, -315.618, 62.1888, 4.77879, 0, 0, 0.683247, -0.730187, 150, 0, 1, '', NULL, NULL),\n(@OGUID+264, 179324, 30, 0, 0, 1, 1, -660, -400.664, 61.0842, 6.02085, 0, 0, 0.13079, -0.99141, 150, 0, 1, '', NULL, NULL),\n(@OGUID+265, 179324, 30, 0, 0, 1, 1, -665.742, -401.342, 61.2372, 6.18971, 0, 0, 0.0467189, -0.998908, 150, 0, 1, '', NULL, NULL),\n(@OGUID+266, 179324, 30, 0, 0, 1, 1, -657.188, -403.758, 61.6432, 4.02202, 0, 0, 0.904662, -0.426131, 150, 0, 1, '', NULL, NULL),\n(@OGUID+267, 179324, 30, 0, 0, 1, 1, -653.382, -399.25, 61.069, 5.93053, 0, 0, 0.175413, -0.984495, 150, 0, 1, '', NULL, NULL),\n(@OGUID+268, 179324, 30, 0, 0, 1, 1, -658.901, -397.164, 60.9852, 0.660513, 0, 0, 0.324286, 0.945959, 150, 0, 1, '', NULL, NULL),\n(@OGUID+269, 179324, 30, 0, 0, 1, 1, -699.922, -331.655, 60.6969, 5.60844, 0, 0, 0.331011, -0.943627, 150, 0, 1, '', NULL, NULL),\n(@OGUID+270, 179324, 30, 0, 0, 1, 1, -759.969, -389.497, 78.6265, 3.75498, 0, 0, 0.953337, -0.301907, 150, 0, 1, '', NULL, NULL),\n(@OGUID+271, 179324, 30, 0, 0, 1, 1, -798.342, -366.916, 72.1894, 6.05227, 0, 0, 0.115203, -0.993342, 150, 0, 1, '', NULL, NULL),\n(@OGUID+272, 179324, 30, 0, 0, 1, 1, -794.231, -376.942, 74.6505, 5.10587, 0, 0, 0.555247, -0.831685, 150, 0, 1, '', NULL, NULL),\n(@OGUID+273, 179324, 30, 0, 0, 1, 1, -748.611, -381.667, 79.311, 3.84137, 0, 0, 0.939411, -0.342794, 150, 0, 1, '', NULL, NULL),\n(@OGUID+274, 179324, 30, 0, 0, 1, 1, -796.754, -389.411, 75.1035, 4.88595, 0, 0, 0.64316, -0.765732, 150, 0, 1, '', NULL, NULL),\n(@OGUID+275, 179324, 30, 0, 0, 1, 1, -838.432, -290.969, 57.5245, 2.3177, 0, 0, 0.916343, 0.400395, 150, 0, 1, '', NULL, NULL);\n\n/* STORMPIKE LANDMINES */\nDELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+301 AND @OGUID+499;\nINSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, \n`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES \n--\n(@OGUID+301, 179325, 30, 0, 0, 1, 1, 582.679, -123.868, 40.1857, 2.42295, 0, 0, 0.936135, 0.35164, 150, 0, 1, '', NULL, NULL),\n(@OGUID+302, 179325, 30, 0, 0, 1, 1, 589.046, -134.88, 39.129, 5.34463, 0, 0, 0.452242, -0.891895, 150, 0, 1, '', NULL, NULL),\n(@OGUID+303, 179325, 30, 0, 0, 1, 1, 647.244, -152.431, 46.3899, 5.26609, 0, 0, 0.48691, -0.873452, 150, 0, 1, '', NULL, NULL),\n(@OGUID+304, 179325, 30, 0, 0, 1, 1, 682.141, -172.865, 54.8827, 0.027482, 0, 0, 0.0137406, 0.999906, 150, 0, 1, '', NULL, NULL),\n(@OGUID+305, 179325, 30, 0, 0, 1, 1, 665.843, -164.675, 48.7216, 5.39961, 0, 0, 0.427557, -0.903989, 150, 0, 1, '', NULL, NULL),\n(@OGUID+306, 179325, 30, 0, 0, 1, 1, 667.031, -160.583, 49.4378, 2.53683, 0, 0, 0.95463, 0.297794, 150, 0, 1, '', NULL, NULL),\n(@OGUID+307, 179325, 30, 0, 0, 1, 1, 673.445, -165.043, 49.6782, 2.98844, 0, 0, 0.997069, 0.0765039, 150, 0, 1, '', NULL, NULL),\n(@OGUID+308, 179325, 30, 0, 0, 1, 1, 682.388, -167.564, 53.0477, 0.0431917, 0, 0, 0.0215941, 0.999767, 150, 0, 1, '', NULL, NULL),\n(@OGUID+309, 179325, 30, 0, 0, 1, 1, 682.135, -161.71, 50.0762, 0.0431917, 0, 0, 0.0215941, 0.999767, 150, 0, 1, '', NULL, NULL),\n(@OGUID+310, 179325, 30, 0, 0, 1, 1, 686.823, -164.933, 52.7528, 0.00784874, 0, 0, 0.00392436, 0.999992, 150, 0, 1, '', NULL, NULL),\n(@OGUID+311, 179325, 30, 0, 0, 1, 1, 701.804, -147.141, 56.8995, 3.82881, 0, 0, 0.941545, -0.336887, 150, 0, 1, '', NULL, NULL),\n(@OGUID+312, 179325, 30, 0, 0, 1, 1, 707.112, -142.784, 59.595, 5.21111, 0, 0, 0.510734, -0.859739, 150, 0, 1, '', NULL, NULL),\n(@OGUID+313, 179325, 30, 0, 0, 1, 1, 703.346, -135.868, 57.9829, 5.21111, 0, 0, 0.510734, -0.859739, 150, 0, 1, '', NULL, NULL),\n(@OGUID+314, 179325, 30, 0, 0, 1, 1, 532.073, -74.1319, 37.2769, 4.21365, 0, 0, 0.859744, -0.510724, 150, 0, 1, '', NULL, NULL),\n(@OGUID+315, 179325, 30, 0, 0, 1, 1, 540.083, -62.9762, 37.909, 0.891412, 0, 0, 0.431095, 0.902306, 150, 0, 1, '', NULL, NULL),\n(@OGUID+316, 179325, 30, 0, 0, 1, 1, 541.101, -116.422, 38.0613, 5.26215, 0, 0, 0.488627, -0.872493, 150, 0, 1, '', NULL, NULL),\n(@OGUID+317, 179325, 30, 0, 0, 1, 1, 534.511, -106.669, 36.9691, 5.09329, 0, 0, 0.560464, -0.828179, 150, 0, 1, '', NULL, NULL),\n(@OGUID+318, 179325, 30, 0, 0, 1, 1, 527.887, -92.469, 37.8687, 5.37604, 0, 0, 0.438182, -0.898886, 150, 0, 1, '', NULL, NULL),\n(@OGUID+319, 179325, 30, 0, 0, 1, 1, 641.573, -219.581, -7.59281, 5.34462, 0, 0, 0.452247, -0.891893, 150, 0, 1, '', NULL, NULL),\n(@OGUID+320, 179325, 30, 0, 0, 1, 1, 632.697, -234.765, -10.8587, 5.03831, 0, 0, 0.583015, -0.812461, 150, 0, 1, '', NULL, NULL),\n(@OGUID+321, 179325, 30, 0, 0, 1, 1, 627.459, -222.042, -14.6353, 5.9533, 0, 0, 0.164195, -0.986428, 150, 0, 1, '', NULL, NULL),\n(@OGUID+322, 179325, 30, 0, 0, 1, 1, 610.035, -228.491, -20.0402, 4.85375, 0, 0, 0.655406, -0.755277, 150, 0, 1, '', NULL, NULL),\n(@OGUID+323, 179325, 30, 0, 0, 1, 1, 609.155, -206.94, -21.0444, 5.99257, 0, 0, 0.144795, -0.989462, 150, 0, 1, '', NULL, NULL),\n(@OGUID+324, 179325, 30, 0, 0, 1, 1, 588.455, -200.741, -19.2425, 6.02399, 0, 0, 0.129235, -0.991614, 150, 0, 1, '', NULL, NULL),\n(@OGUID+325, 179325, 30, 0, 0, 1, 1, 576.151, -197.49, -9.82964, 2.69783, 0, 0, 0.975485, 0.220066, 150, 0, 1, '', NULL, NULL),\n(@OGUID+326, 179325, 30, 0, 0, 1, 1, 561.605, -193.909, 3.39241, 5.5606, 0, 0, 0.353483, -0.935441, 150, 0, 1, '', NULL, NULL),\n(@OGUID+327, 179325, 30, 0, 0, 1, 1, 545.831, -201.946, 6.93763, 0.47122, 0, 0, 0.233436, 0.972372, 150, 0, 1, '', NULL, NULL),\n(@OGUID+328, 179325, 30, 0, 0, 1, 1, 191.209, -386.071, 45.8027, 1.39014, 0, 0, 0.640438, 0.76801, 150, 0, 1, '', NULL, NULL),\n(@OGUID+329, 179325, 30, 0, 0, 1, 1, 173.621, -379.738, 45.3641, 6.26353, 0, 0, 0.0098257, -0.999952, 150, 0, 1, '', NULL, NULL),\n(@OGUID+330, 179325, 30, 0, 0, 1, 1, 162.663, -344.896, 48.4661, 1.42941, 0, 0, 0.655393, 0.755288, 150, 0, 1, '', NULL, NULL),\n(@OGUID+331, 179325, 30, 0, 0, 1, 1, 162.301, -354.707, 47.5854, 0.612593, 0, 0, 0.301529, 0.953457, 150, 0, 1, '', NULL, NULL),\n(@OGUID+332, 179325, 30, 0, 0, 1, 1, 234.653, -446.829, 46.4792, 6.2439, 0, 0, 0.019642, -0.999807, 150, 0, 1, '', NULL, NULL),\n(@OGUID+333, 179325, 30, 0, 0, 1, 1, 174.412, -367.22, 46.6803, 5.87084, 0, 0, 0.204715, -0.978822, 150, 0, 1, '', NULL, NULL),\n(@OGUID+334, 179325, 30, 0, 0, 1, 1, 176.882, -354.342, 47.5156, 5.87084, 0, 0, 0.204715, -0.978822, 150, 0, 1, '', NULL, NULL),\n(@OGUID+335, 179325, 30, 0, 0, 1, 1, 156.175, -343.289, 48.6598, 2.44258, 0, 0, 0.939541, 0.342435, 150, 0, 1, '', NULL, NULL),\n(@OGUID+336, 179325, 30, 0, 0, 1, 1, 167.685, -337.754, 50.7479, 1.23306, 0, 0, 0.578209, 0.815889, 150, 0, 1, '', NULL, NULL),\n(@OGUID+337, 179325, 30, 0, 0, 1, 1, 159.92, -360.066, 47.6403, 0.459447, 0, 0, 0.227708, 0.973729, 150, 0, 1, '', NULL, NULL),\n(@OGUID+338, 179325, 30, 0, 0, 1, 1, 120.377, -402.359, 49.7197, 4.73594, 0, 0, 0.698731, -0.715385, 150, 0, 1, '', NULL, NULL),\n(@OGUID+339, 179325, 30, 0, 0, 1, 1, -94.7201, -506.683, 48.9099, 0.545839, 0, 0, 0.269544, 0.962988, 150, 0, 1, '', NULL, NULL),\n(@OGUID+340, 179325, 30, 0, 0, 1, 1, -76.8799, -516.98, 45.4824, 3.90734, 0, 0, 0.927594, -0.373589, 150, 0, 1, '', NULL, NULL),\n(@OGUID+341, 179325, 30, 0, 0, 1, 1, -155.647, -482.112, 30.8947, 3.53034, 0, 0, 0.981169, -0.193153, 150, 0, 1, '', NULL, NULL),\n(@OGUID+342, 179325, 30, 0, 0, 1, 1, -193.207, -466.117, 27.7211, 3.69527, 0, 0, 0.961924, -0.273317, 150, 0, 1, '', NULL, NULL),\n(@OGUID+343, 179325, 30, 0, 0, 1, 1, -183.833, -460.704, 27.5398, 1.84959, 0, 0, 0.798496, 0.602, 150, 0, 1, '', NULL, NULL),\n(@OGUID+344, 179325, 30, 0, 0, 1, 1, -147.203, -478.92, 29.9338, 6.20462, 0, 0, 0.0392733, -0.999228, 150, 0, 1, '', NULL, NULL),\n(@OGUID+345, 179325, 30, 0, 0, 1, 1, -153.78, -478.541, 29.3012, 6.13001, 0, 0, 0.0765144, -0.997068, 150, 0, 1, '', NULL, NULL),\n(@OGUID+346, 179325, 30, 0, 0, 1, 1, -169.306, -476.337, 29.0339, 5.72553, 0, 0, 0.27523, -0.961379, 150, 0, 1, '', NULL, NULL),\n(@OGUID+347, 179325, 30, 0, 0, 1, 1, -180.281, -469.778, 27.9446, 2.43078, 0, 0, 0.937506, 0.347969, 150, 0, 1, '', NULL, NULL),\n(@OGUID+348, 179325, 30, 0, 0, 1, 1, -143.573, -422.883, 27.4158, 3.18476, 0, 0, 0.999767, -0.0215831, 150, 0, 1, '', NULL, NULL),\n(@OGUID+349, 179325, 30, 0, 0, 1, 1, -129.786, -422.368, 30.0909, 5.63128, 0, 0, 0.320213, -0.947346, 150, 0, 1, '', NULL, NULL),\n(@OGUID+350, 179325, 30, 0, 0, 1, 1, -147.447, -413.06, 28.9414, 5.75301, 0, 0, 0.261993, -0.96507, 150, 0, 1, '', NULL, NULL),\n(@OGUID+351, 179325, 30, 0, 0, 1, 1, -157.882, -415.735, 27.2389, 6.16142, 0, 0, 0.0608458, -0.998147, 150, 0, 1, '', NULL, NULL),\n(@OGUID+352, 179325, 30, 0, 0, 1, 1, -181.725, -422.297, 27.432, 5.42707, 0, 0, 0.415104, -0.909774, 150, 0, 1, '', NULL, NULL),\n(@OGUID+353, 179325, 30, 0, 0, 1, 1, -187.5, -415.63, 27.5888, 6.18891, 0, 0, 0.0471204, -0.998889, 150, 0, 1, '', NULL, NULL),\n(@OGUID+354, 179325, 30, 0, 0, 1, 1, -199.199, -415.87, 27.3919, 5.16397, 0, 0, 0.530855, -0.847463, 150, 0, 1, '', NULL, NULL),\n(@OGUID+355, 179325, 30, 0, 0, 1, 1, -210.44, -429.694, 30.3947, 1.04848, 0, 0, 0.500555, 0.865704, 150, 0, 1, '', NULL, NULL),\n(@OGUID+356, 179325, 30, 0, 0, 1, 1, -243.578, -455.085, 26.967, 6.04754, 0, 0, 0.11755, -0.993067, 150, 0, 1, '', NULL, NULL),\n(@OGUID+357, 179325, 30, 0, 0, 1, 1, 767.277, -382.631, 80.2565, 5.31638, 0, 0, 0.464794, -0.885419, 150, 0, 1, '', NULL, NULL),\n(@OGUID+358, 179325, 30, 0, 0, 1, 1, 574.637, -372.305, 68.3821, 3.42749, 0, 0, 0.9898, -0.142461, 150, 0, 1, '', NULL, NULL),\n(@OGUID+359, 179325, 30, 0, 0, 1, 1, 537.507, -431.882, 77.1192, 2.12765, 0, 0, 0.874219, 0.485531, 150, 0, 1, '', NULL, NULL),\n(@OGUID+360, 179325, 30, 0, 0, 1, 1, 542.245, -432.694, 76.3122, 0.615756, 0, 0, 0.303037, 0.952979, 150, 0, 1, '', NULL, NULL),\n(@OGUID+361, 179325, 30, 0, 0, 1, 1, 572.802, -473.19, 89.7667, 2.2376, 0, 0, 0.899577, 0.436761, 150, 0, 1, '', NULL, NULL),\n(@OGUID+362, 179325, 30, 0, 0, 1, 1, 518.867, -500.986, 66.4643, 3.56492, 0, 0, 0.977682, -0.210089, 150, 0, 1, '', NULL, NULL),\n(@OGUID+363, 179325, 30, 0, 0, 1, 1, 455.237, -335.469, -27.6849, 3.25862, 0, 0, 0.998289, -0.0584804, 150, 0, 1, '', NULL, NULL),\n(@OGUID+364, 179325, 30, 0, 0, 1, 1, 640.994, -356.576, 51.0193, 3.39607, 0, 0, 0.991916, -0.126895, 150, 0, 1, '', NULL, NULL),\n(@OGUID+365, 179325, 30, 0, 0, 1, 1, 621.931, -360.496, 44.6116, 2.94839, 0, 0, 0.995338, 0.0964503, 150, 0, 1, '', NULL, NULL),\n(@OGUID+366, 179325, 30, 0, 0, 1, 1, 629.146, -360.128, 48.6788, 3.24292, 0, 0, 0.998717, -0.0506401, 150, 0, 1, '', NULL, NULL),\n(@OGUID+367, 179325, 30, 0, 0, 1, 1, 697.42, -236.988, 21.3718, 6.25885, 0, 0, 0.0121671, -0.999926, 150, 0, 1, '', NULL, NULL),\n(@OGUID+368, 179325, 30, 0, 0, 1, 1, 678.881, -253.471, 13.3495, 5.70122, 0, 0, 0.286895, -0.957962, 150, 0, 1, '', NULL, NULL),\n(@OGUID+369, 179325, 30, 0, 0, 1, 1, 632.747, -183.068, 9.38309, 3.66828, 0, 0, 0.965525, -0.260309, 150, 0, 1, '', NULL, NULL),\n(@OGUID+370, 179325, 30, 0, 0, 1, 1, 661.938, -199.03, 27.1738, 3.49943, 0, 0, 0.984037, -0.177965, 150, 0, 1, '', NULL, NULL),\n(@OGUID+371, 179325, 30, 0, 0, 1, 1, 678.459, -222.352, 10.3269, 1.61447, 0, 0, 0.722379, 0.691498, 150, 0, 1, '', NULL, NULL),\n(@OGUID+372, 179325, 30, 0, 0, 1, 1, 613.864, -243.001, -15.1162, 5.63964, 0, 0, 0.316249, -0.948676, 150, 0, 1, '', NULL, NULL),\n(@OGUID+373, 179325, 30, 0, 0, 1, 1, 537.366, -202.638, 7.2044, 3.26773, 0, 0, 0.998012, -0.0630267, 150, 0, 1, '', NULL, NULL),\n(@OGUID+374, 179325, 30, 0, 0, 1, 1, 556.367, -198.693, 4.00993, 3.44837, 0, 0, 0.988259, -0.152789, 150, 0, 1, '', NULL, NULL),\n(@OGUID+375, 179325, 30, 0, 0, 1, 1, 426.676, -343.683, -31.7826, 2.47055, 0, 0, 0.944239, 0.329262, 150, 0, 1, '', NULL, NULL),\n(@OGUID+376, 179325, 30, 0, 0, 1, 1, 345.587, -354.123, -19.2354, 5.07807, 0, 0, 0.566752, -0.823889, 150, 0, 1, '', NULL, NULL),\n(@OGUID+377, 179325, 30, 0, 0, 1, 1, 376.986, -312.097, -38.8733, 3.86071, 0, 0, 0.936052, -0.351861, 150, 0, 1, '', NULL, NULL),\n(@OGUID+378, 179325, 30, 0, 0, 1, 1, 326.315, -336.142, -25.555, 0.719117, 0, 0, 0.351861, 0.936052, 150, 0, 1, '', NULL, NULL),\n(@OGUID+379, 179325, 30, 0, 0, 1, 1, 445.911, -318.106, -39.7525, 0.240026, 0, 0, 0.119725, 0.992807, 150, 0, 1, '', NULL, NULL),\n(@OGUID+380, 179325, 30, 0, 0, 1, 1, 442.018, -299.989, -40.9177, 0.25966, 0, 0, 0.129466, 0.991584, 150, 0, 1, '', NULL, NULL),\n(@OGUID+381, 179325, 30, 0, 0, 1, 1, 471.177, -309.491, -28.579, 0.0986579, 0, 0, 0.0493089, 0.998784, 150, 0, 1, '', NULL, NULL),\n(@OGUID+382, 179325, 30, 0, 0, 1, 1, 297.602, -340.627, -14.978, 4.14347, 0, 0, 0.877133, -0.480248, 150, 0, 1, '', NULL, NULL),\n(@OGUID+383, 179325, 30, 0, 0, 1, 1, 290.312, -329.192, -20.1523, 4.34767, 0, 0, 0.823615, -0.567149, 150, 0, 1, '', NULL, NULL),\n(@OGUID+384, 179325, 30, 0, 0, 1, 1, 169.061, -358.696, 47.5396, 3.49188, 0, 0, 0.984702, -0.174248, 150, 0, 1, '', NULL, NULL),\n(@OGUID+385, 179325, 30, 0, 0, 1, 1, 186.648, -350.211, 48.5667, 0.275672, 0, 0, 0.1374, 0.990516, 150, 0, 1, '', NULL, NULL),\n(@OGUID+386, 179325, 30, 0, 0, 1, 1, 185.077, -382.762, 45.465, 5.87949, 0, 0, 0.200479, -0.979698, 150, 0, 1, '', NULL, NULL),\n(@OGUID+387, 179325, 30, 0, 0, 1, 1, 540.337, -309.066, 6.86717, 2.13707, 0, 0, 0.876496, 0.481409, 150, 0, 1, '', NULL, NULL),\n(@OGUID+388, 179325, 30, 0, 0, 1, 1, 540.842, -40.2446, 21.1208, 4.10057, 0, 0, 0.88723, -0.461327, 150, 0, 1, '', NULL, NULL),\n(@OGUID+389, 179325, 30, 0, 0, 1, 1, 539.516, -22.2489, 21.3915, 5.69885, 0, 0, 0.288027, -0.957622, 150, 0, 1, '', NULL, NULL),\n(@OGUID+390, 179325, 30, 0, 0, 1, 1, 518.182, -8.13901, 21.644, 5.68707, 0, 0, 0.293662, -0.955909, 150, 0, 1, '', NULL, NULL),\n(@OGUID+391, 179325, 30, 0, 0, 1, 1, 505.201, 0.668124, 22.2447, 5.40433, 0, 0, 0.42542, -0.904996, 150, 0, 1, '', NULL, NULL),\n(@OGUID+392, 179325, 30, 0, 0, 1, 1, 539.271, 11.7339, 50.1514, 4.23017, 0, 0, 0.855497, -0.517809, 150, 0, 1, '', NULL, NULL),\n(@OGUID+393, 179325, 30, 0, 0, 1, 1, 542.167, 15.7849, 51.7939, 5.81667, 0, 0, 0.23115, -0.972918, 150, 0, 1, '', NULL, NULL),\n(@OGUID+394, 179325, 30, 0, 0, 1, 1, 702.587, -390.996, 70.517, 1.54804, 0, 0, 0.699014, 0.715108, 150, 0, 1, '', NULL, NULL),\n(@OGUID+395, 179325, 30, 0, 0, 1, 1, 694.311, -403.195, 67.7595, 3.25628, 0, 0, 0.998356, -0.0573108, 150, 0, 1, '', NULL, NULL),\n(@OGUID+396, 179325, 30, 0, 0, 1, 1, 638.302, -372.826, 64.8133, 0.923646, 0, 0, 0.445581, 0.895242, 150, 0, 1, '', NULL, NULL),\n(@OGUID+397, 179325, 30, 0, 0, 1, 1, 314.086, -465.859, 83.076, 1.59516, 0, 0, 0.715669, 0.69844, 150, 0, 1, '', NULL, NULL),\n(@OGUID+398, 179325, 30, 0, 0, 1, 1, 299.113, -457.407, 74.5542, 6.25257, 0, 0, 0.015307, -0.999883, 150, 0, 1, '', NULL, NULL),\n(@OGUID+399, 179325, 30, 0, 0, 1, 1, 424.831, -290.645, -42.9873, 0.381561, 0, 0, 0.189625, 0.981857, 150, 0, 1, '', NULL, NULL),\n(@OGUID+400, 179325, 30, 0, 0, 1, 1, 349.702, -326.605, -34.4525, 3.30717, 0, 0, 0.996575, -0.0826939, 150, 0, 1, '', NULL, NULL),\n(@OGUID+401, 179325, 30, 0, 0, 1, 1, 417.944, -329.184, -36.8556, 3.82946, 0, 0, 0.941436, -0.337193, 150, 0, 1, '', NULL, NULL),\n(@OGUID+402, 179325, 30, 0, 0, 1, 1, 417.141, -308.247, -42.9866, 3.12653, 0, 0, 0.999972, 0.00753189, 150, 0, 1, '', NULL, NULL),\n(@OGUID+403, 179325, 30, 0, 0, 1, 1, 473.017, -298.052, -29.4632, 3.02443, 0, 0, 0.998284, 0.0585501, 150, 0, 1, '', NULL, NULL),\n(@OGUID+404, 179325, 30, 0, 0, 1, 1, 498.523, -285.272, -17.2497, 5.69478, 0, 0, 0.289978, -0.957033, 150, 0, 1, '', NULL, NULL),\n(@OGUID+405, 179325, 30, 0, 0, 1, 1, 156.628, -351.488, 47.4334, 3.43676, 0, 0, 0.989129, -0.147049, 150, 0, 1, '', NULL, NULL),\n(@OGUID+406, 179325, 30, 0, 0, 1, 1, 165.528, -371.283, 46.6804, 4.96829, 0, 0, 0.6111, -0.791553, 150, 0, 1, '', NULL, NULL),\n(@OGUID+407, 179325, 30, 0, 0, 1, 1, 125.303, -404.858, 49.8308, 4.28891, 0, 0, 0.83992, -0.54271, 150, 0, 1, '', NULL, NULL),\n(@OGUID+408, 179325, 30, 0, 0, 1, 1, 178.751, -432.464, 47.4202, 5.2039, 0, 0, 0.513829, -0.857892, 150, 0, 1, '', NULL, NULL),\n(@OGUID+409, 179325, 30, 0, 0, 1, 1, 262.697, -450.826, 50.8527, 5.42382, 0, 0, 0.416584, -0.909097, 150, 0, 1, '', NULL, NULL),\n(@OGUID+410, 179325, 30, 0, 0, 1, 1, 240.068, -452.195, 48.6235, 3.1658, 0, 0, 0.999927, -0.0121019, 150, 0, 1, '', NULL, NULL),\n(@OGUID+411, 179325, 30, 0, 0, 1, 1, 224.554, -445.201, 46.5529, 1.4497, 0, 0, 0.663025, 0.748597, 150, 0, 1, '', NULL, NULL),\n(@OGUID+412, 179325, 30, 0, 0, 1, 1, 322.829, -458.797, 81.5481, 4.74838, 0, 0, 0.694266, -0.719718, 150, 0, 1, '', NULL, NULL),\n(@OGUID+413, 179325, 30, 0, 0, 1, 1, 314.327, -454.391, 78.5461, 3.71559, 0, 0, 0.959098, -0.283074, 150, 0, 1, '', NULL, NULL),\n(@OGUID+414, 179325, 30, 0, 0, 1, 1, 346.539, -453.499, 81.0228, 3.41321, 0, 0, 0.990792, -0.13539, 150, 0, 1, '', NULL, NULL),\n(@OGUID+415, 179325, 30, 0, 0, 1, 1, 308.017, -355.544, -11.9022, 0.837085, 0, 0, 0.406429, 0.913682, 150, 0, 1, '', NULL, NULL),\n(@OGUID+416, 179325, 30, 0, 0, 1, 1, 296.172, -357.071, -7.90494, 6.22492, 0, 0, 0.0291296, -0.999576, 150, 0, 1, '', NULL, NULL),\n(@OGUID+417, 179325, 30, 0, 0, 1, 1, 284.824, -356.385, -7.20118, 4.26928, 0, 0, 0.845208, -0.534438, 150, 0, 1, '', NULL, NULL),\n(@OGUID+418, 179325, 30, 0, 0, 1, 1, -83.3329, -278.577, 9.53361, 5.30207, 0, 0, 0.471116, -0.882071, 150, 0, 1, '', NULL, NULL),\n(@OGUID+419, 179325, 30, 0, 0, 1, 1, 151.277, -367.593, 47.076, 0.295171, 0, 0, 0.14705, 0.989129, 150, 0, 1, '', NULL, NULL),\n(@OGUID+420, 179325, 30, 0, 0, 1, 1, 607.603, -195.539, -20.926, 1.0688, 0, 0, 0.509323, 0.860575, 150, 0, 1, '', NULL, NULL),\n(@OGUID+421, 179325, 30, 0, 0, 1, 1, 724.734, -389.715, 71.6587, 6.2485, 0, 0, 0.017344, -0.99985, 150, 0, 1, '', NULL, NULL),\n(@OGUID+422, 179325, 30, 0, 0, 1, 1, 711.814, -391.383, 68.1192, 1.35939, 0, 0, 0.628557, 0.777764, 150, 0, 1, '', NULL, NULL),\n(@OGUID+423, 179325, 30, 0, 0, 1, 1, 724.945, -406.331, 63.206, 3.72737, 0, 0, 0.957414, -0.288718, 150, 0, 1, '', NULL, NULL),\n(@OGUID+424, 179325, 30, 0, 0, 1, 1, 743.891, -393.762, 69.0921, 2.70635, 0, 0, 0.976414, 0.215908, 150, 0, 1, '', NULL, NULL),\n(@OGUID+425, 179325, 30, 0, 0, 1, 1, 777.413, -380.659, 79.4526, 2.0584, 0, 0, 0.856886, 0.515506, 150, 0, 1, '', NULL, NULL),\n(@OGUID+426, 179325, 30, 0, 0, 1, 1, 762.471, -396.453, 76.9645, 0.727146, 0, 0, 0.355616, 0.934632, 150, 0, 1, '', NULL, NULL),\n(@OGUID+427, 179325, 30, 0, 0, 1, 1, 499.836, -466.549, 48.7689, 5.30602, 0, 0, 0.469377, -0.882998, 150, 0, 1, '', NULL, NULL),\n(@OGUID+428, 179325, 30, 0, 0, 1, 1, 549.516, -499.984, 71.4786, 2.73777, 0, 0, 0.979685, 0.200544, 150, 0, 1, '', NULL, NULL),\n(@OGUID+429, 179325, 30, 0, 0, 1, 1, 564.445, -507.063, 74.4933, 5.48666, 0, 0, 0.387819, -0.921736, 150, 0, 1, '', NULL, NULL),\n(@OGUID+430, 179325, 30, 0, 0, 1, 1, 572.976, -494.143, 77.1706, 3.70773, 0, 0, 0.960203, -0.279303, 150, 0, 1, '', NULL, NULL),\n(@OGUID+431, 179325, 30, 0, 0, 1, 1, 607.681, -489.611, 92.49, 3.29147, 0, 0, 0.997193, -0.0748679, 150, 0, 1, '', NULL, NULL),\n(@OGUID+432, 179325, 30, 0, 0, 1, 1, 625.556, -474.394, 88.2275, 4.0965, 0, 0, 0.888167, -0.459521, 150, 0, 1, '', NULL, NULL),\n(@OGUID+433, 179325, 30, 0, 0, 1, 1, 639.939, -470.782, 89.5742, 3.33467, 0, 0, 0.995344, -0.0963874, 150, 0, 1, '', NULL, NULL),\n(@OGUID+434, 179325, 30, 0, 0, 1, 1, 418.39, -539.013, 69.5023, 2.8163, 0, 0, 0.986802, 0.16193, 150, 0, 1, '', NULL, NULL),\n(@OGUID+435, 179325, 30, 0, 0, 1, 1, 461.909, -512.766, 67.1924, 0.424768, 0, 0, 0.210791, 0.977531, 150, 0, 1, '', NULL, NULL),\n(@OGUID+436, 179325, 30, 0, 0, 1, 1, 448.968, -518.096, 66.8825, 0.966693, 0, 0, 0.464745, 0.885445, 150, 0, 1, '', NULL, NULL),\n(@OGUID+437, 179325, 30, 0, 0, 1, 1, 439.67, -533.888, 69.818, 4.29285, 0, 0, 0.838849, -0.544364, 150, 0, 1, '', NULL, NULL),\n(@OGUID+438, 179325, 30, 0, 0, 1, 1, 407.722, -486.095, 68.0044, 3.85696, 0, 0, 0.93671, -0.350107, 150, 0, 1, '', NULL, NULL),\n(@OGUID+439, 179325, 30, 0, 0, 1, 1, 387.5, -505.303, 72.5122, 3.79806, 0, 0, 0.946614, -0.32237, 150, 0, 1, '', NULL, NULL),\n(@OGUID+440, 179325, 30, 0, 0, 1, 1, 396.505, -498.365, 70.2128, 3.12654, 0, 0, 0.999972, 0.00752533, 150, 0, 1, '', NULL, NULL),\n(@OGUID+441, 179325, 30, 0, 0, 1, 1, 332.531, -482.891, 72.2601, 4.85049, 0, 0, 0.656634, -0.754209, 150, 0, 1, '', NULL, NULL),\n(@OGUID+442, 179325, 30, 0, 0, 1, 1, 360.065, -457.152, 80.8627, 3.13832, 0, 0, 0.999999, 0.0016367, 150, 0, 1, '', NULL, NULL),\n(@OGUID+443, 179325, 30, 0, 0, 1, 1, 351.76, -477.138, 72.8472, 1.57145, 0, 0, 0.707338, 0.706876, 150, 0, 1, '', NULL, NULL),\n(@OGUID+444, 179325, 30, 0, 0, 1, 1, 496.77, -295.596, -19.8666, 6.05213, 0, 0, 0.115269, -0.993334, 150, 0, 1, '', NULL, NULL),\n(@OGUID+445, 179325, 30, 0, 0, 1, 1, 169.165, -347.676, 47.9334, 0.837091, 0, 0, 0.406432, 0.913681, 150, 0, 1, '', NULL, NULL),\n(@OGUID+446, 179325, 30, 0, 0, 1, 1, -69.1283, -497.043, 45.4595, 2.63566, 0, 0, 0.968174, 0.250278, 150, 0, 1, '', NULL, NULL),\n(@OGUID+447, 179325, 30, 0, 0, 1, 1, -45.4688, -510.151, 45.1612, 0.134164, 0, 0, 0.0670316, 0.997751, 150, 0, 1, '', NULL, NULL),\n(@OGUID+448, 179325, 30, 0, 0, 1, 1, -97.1672, -556.597, 45.0979, 4.98007, 0, 0, 0.606425, -0.795141, 150, 0, 1, '', NULL, NULL),\n(@OGUID+449, 179325, 30, 0, 0, 1, 1, -102.849, -539.149, 45.0979, 4.32034, 0, 0, 0.83129, -0.555839, 150, 0, 1, '', NULL, NULL),\n(@OGUID+450, 179325, 30, 0, 0, 1, 1, -67.0021, -523.06, 45.3214, 2.18406, 0, 0, 0.887563, 0.460687, 150, 0, 1, '', NULL, NULL),\n(@OGUID+451, 179325, 30, 0, 0, 1, 1, -59.5223, -529.128, 45.1098, 5.80081, 0, 0, 0.238854, -0.971055, 150, 0, 1, '', NULL, NULL),\n(@OGUID+452, 179325, 30, 0, 0, 1, 1, -87.1831, -514.125, 46.4291, 0.10275, 0, 0, 0.0513525, 0.998681, 150, 0, 1, '', NULL, NULL),\n(@OGUID+453, 179325, 30, 0, 0, 1, 1, -117.396, -518.515, 43.9697, 0.428692, 0, 0, 0.212708, 0.977116, 150, 0, 1, '', NULL, NULL),\n(@OGUID+454, 179325, 30, 0, 0, 1, 1, -126.971, -522.891, 44.465, 4.50098, 0, 0, 0.777764, -0.628556, 150, 0, 1, '', NULL, NULL),\n(@OGUID+455, 179325, 30, 0, 0, 1, 1, -218.538, -382.637, 9.62909, 1.15519, 0, 0, 0.54601, 0.837778, 150, 0, 1, '', NULL, NULL),\n(@OGUID+456, 179325, 30, 0, 0, 1, 1, -241.013, -386.862, 11.3224, 4.72875, 0, 0, 0.701298, -0.712868, 150, 0, 1, '', NULL, NULL),\n(@OGUID+457, 179325, 30, 0, 0, 1, 1, -241.227, -373.76, 10.394, 3.61349, 0, 0, 0.972293, -0.233764, 150, 0, 1, '', NULL, NULL),\n(@OGUID+458, 179325, 30, 0, 0, 1, 1, -228.95, -365.536, 9.09413, 1.43008, 0, 0, 0.655647, 0.755067, 150, 0, 1, '', NULL, NULL),\n(@OGUID+459, 179325, 30, 0, 0, 1, 1, -292.453, -470.241, 29.2636, 3.01266, 0, 0, 0.997923, 0.0644212, 150, 0, 1, '', NULL, NULL),\n(@OGUID+460, 179325, 30, 0, 0, 1, 1, -280.387, -457.879, 26.7708, 0.754642, 0, 0, 0.368431, 0.929655, 150, 0, 1, '', NULL, NULL),\n(@OGUID+461, 179325, 30, 0, 0, 1, 1, -260.852, -461.635, 30.4538, 6.16211, 0, 0, 0.0605015, -0.998168, 150, 0, 1, '', NULL, NULL),\n(@OGUID+462, 179325, 30, 0, 0, 1, 1, -272.81, -464.096, 29.9845, 5.6516, 0, 0, 0.31057, -0.95055, 150, 0, 1, '', NULL, NULL),\n(@OGUID+463, 179325, 30, 0, 0, 1, 1, -314.806, -437.598, 19.3715, 2.31366, 0, 0, 0.915532, 0.402245, 150, 0, 1, '', NULL, NULL),\n(@OGUID+464, 179325, 30, 0, 0, 1, 1, -294.775, -457.095, 24.3369, 5.899, 0, 0, 0.190913, -0.981607, 150, 0, 1, '', NULL, NULL),\n(@OGUID+465, 179325, 30, 0, 0, 1, 1, -312.036, -450.831, 23.4299, 4.47743, 0, 0, 0.785111, -0.619355, 150, 0, 1, '', NULL, NULL),\n(@OGUID+466, 179325, 30, 0, 0, 1, 1, -303.171, -438.851, 19.9556, 2.18407, 0, 0, 0.887567, 0.460678, 150, 0, 1, '', NULL, NULL),\n(@OGUID+467, 179325, 30, 0, 0, 1, 1, -241.69, -403.709, 14.4796, 5.6791, 0, 0, 0.297473, -0.95473, 150, 0, 1, '', NULL, NULL),\n(@OGUID+468, 179325, 30, 0, 0, 1, 1, -227.244, -404.679, 11.974, 4.02584, 0, 0, 0.903845, -0.42786, 150, 0, 1, '', NULL, NULL),\n(@OGUID+469, 179325, 30, 0, 0, 1, 1, -204.458, -392.091, 12.3882, 0.499402, 0, 0, 0.247114, 0.968986, 150, 0, 1, '', NULL, NULL),\n(@OGUID+470, 179325, 30, 0, 0, 1, 1, -212.097, -398.331, 11.9182, 3.13049, 0, 0, 0.999985, 0.00555305, 150, 0, 1, '', NULL, NULL),\n(@OGUID+471, 179325, 30, 0, 0, 1, 1, 589.205, -191.594, -18.1168, 2.27838, 0, 0, 0.908296, 0.418329, 150, 0, 1, '', NULL, NULL),\n(@OGUID+472, 179325, 30, 0, 0, 1, 1, 600.734, -229.747, -21.5221, 4.85449, 0, 0, 0.655125, -0.755521, 150, 0, 1, '', NULL, NULL),\n(@OGUID+473, 179325, 30, 0, 0, 1, 1, 598.016, -210.775, -22.6601, 5.68701, 0, 0, 0.293693, -0.9559, 150, 0, 1, '', NULL, NULL),\n(@OGUID+474, 179325, 30, 0, 0, 1, 1, 617.234, -217.042, -18.8307, 5.29303, 0, 0, 0.475099, -0.879932, 150, 0, 1, '', NULL, NULL),\n(@OGUID+475, 179325, 30, 0, 0, 1, 1, 172.254, -422.258, 45.4121, 5.72635, 0, 0, 0.274834, -0.961492, 150, 0, 1, '', NULL, NULL),\n(@OGUID+476, 179325, 30, 0, 0, 1, 1, -6.83174, -469.304, 47.5937, 6.11905, 0, 0, 0.0819753, -0.996634, 150, 0, 1, '', NULL, NULL),\n(@OGUID+477, 179325, 30, 0, 0, 1, 1, -217.345, -462.44, 27.3663, 3.33482, 0, 0, 0.995337, -0.0964617, 150, 0, 1, '', NULL, NULL);\n\nDELETE FROM `gameobject_template_addon` WHERE `entry` IN (179324, 179325);\nINSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `mingold`, `maxgold`, `artkit0`, `artkit1`, `artkit2`, `artkit3`) VALUES \n(179324, 83, 0, 0, 0, 0, 0, 0, 0),\n(179325, 84, 0, 0, 0, 0, 0, 0, 0);\n\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 30 AND `ConditionTypeOrReference` = 6 AND `SourceEntry` IN (179324, 179325);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES\n--\n(30, 1, 179324, 0, 0, 6, 0, 67,  0, 0, 0, 0, 0, '', 'Frostwolf Landmine visible for horde only'),\n(30, 1, 179325, 0, 0, 6, 0, 469, 0, 0, 0, 0, 0, '', 'Stormpike Landmine visible for alliance only');\n"
  },
  {
    "path": "optional/sql/world/zz_optional_creature_stats.sql",
    "content": "/*\n    The stats for low level creatures are inconsistent with Vmangos, but damage values do actually appear correct.\n    The changes for this file will change creature stats to Vmangos values, resulting in stronger creatures at lower levels\n    than originally intended. It is disabled by default, but feel free to use it if you would like the additional challenge.\n*/\n\n\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.3523, `attackpower` = 24 WHERE `level` = 1  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.6826, `attackpower` = 26 WHERE `level` = 2  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 1.195,  `attackpower` = 28 WHERE `level` = 3  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 1.887,  `attackpower` = 30 WHERE `level` = 4  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 2.437,  `attackpower` = 32 WHERE `level` = 5  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 3.512,  `attackpower` = 34 WHERE `level` = 6  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 4.15,   `attackpower` = 36 WHERE `level` = 7  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 4.342,  `attackpower` = 38 WHERE `level` = 8  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 4.779,  `attackpower` = 40 WHERE `level` = 9  AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.075,  `attackpower` = 42 WHERE `level` = 10 AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.442,  `attackpower` = 44 WHERE `level` = 11 AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.98,   `attackpower` = 46 WHERE `level` = 12 AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 6.194,  `attackpower` = 48 WHERE `level` = 13 AND `class` = 1;\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.582,  `attackpower` = 22 WHERE `level` = 1  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.6805, `attackpower` = 24 WHERE `level` = 2  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 1.407,  `attackpower` = 26 WHERE `level` = 3  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 2.038,  `attackpower` = 28 WHERE `level` = 4  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 2.913,  `attackpower` = 28 WHERE `level` = 5  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 3.925,  `attackpower` = 30 WHERE `level` = 6  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 4.364,  `attackpower` = 32 WHERE `level` = 7  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 4.402,  `attackpower` = 34 WHERE `level` = 8  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 4.793,  `attackpower` = 36 WHERE `level` = 9  AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.017,  `attackpower` = 38 WHERE `level` = 10 AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.241,  `attackpower` = 40 WHERE `level` = 11 AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.685,  `attackpower` = 42 WHERE `level` = 12 AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 5.833,  `attackpower` = 44 WHERE `level` = 13 AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 9.932,  `attackpower` = 72 WHERE `level` = 22 AND `class` = 2;\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.2226, `attackpower` = 10 WHERE `level` = 1  AND `class` = 8;\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.3556, `attackpower` = 11 WHERE `level` = 2  AND `class` = 8;\nUPDATE `creature_classlevelstats` SET `damage_base` = 0.7131, `attackpower` = 13 WHERE `level` = 5  AND `class` = 8;\nUPDATE `creature_classlevelstats` SET `damage_base` = 1.119,  `attackpower` = 14 WHERE `level` = 6  AND `class` = 8;\n"
  },
  {
    "path": "optional/sql/world/zz_optional_item_stack_sizes.sql",
    "content": "/*\n    This will change item stack sizes for Vanilla items to Vanilla stack sizes,\n    and TBC items to TBC stack sizes. Higher stack sizes are mostly just QoL,\n    so some players may wish to exclude this optional file.\n*/\n\nUPDATE item_template SET stackable = 5  WHERE entry = 118;  -- Minor Healing Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 723;  -- Goretusk Liver\nUPDATE item_template SET stackable = 10 WHERE entry = 729;  -- Stringy Vulture Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 730;  -- Murloc Eye\nUPDATE item_template SET stackable = 10 WHERE entry = 731;  -- Goretusk Snout\nUPDATE item_template SET stackable = 10 WHERE entry = 769;  -- Chunk of Boar Meat\nUPDATE item_template SET stackable = 5  WHERE entry = 783;  -- Light Hide\nUPDATE item_template SET stackable = 5  WHERE entry = 858;  -- Lesser Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 929;  -- Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 954;  -- Scroll of Strength\nUPDATE item_template SET stackable = 5  WHERE entry = 955;  -- Scroll of Intellect\nUPDATE item_template SET stackable = 10 WHERE entry = 1015; -- Lean Wolf Flank\nUPDATE item_template SET stackable = 10 WHERE entry = 1080; -- Tough Condor Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 1081; -- Crisp Spider Meat\nUPDATE item_template SET stackable = 1  WHERE entry = 1083; -- Glyph of Azora\nUPDATE item_template SET stackable = 5  WHERE entry = 1180; -- Scroll of Stamina\nUPDATE item_template SET stackable = 5  WHERE entry = 1181; -- Scroll of Spirit\nUPDATE item_template SET stackable = 10 WHERE entry = 1450; -- Potion of Fervor\nUPDATE item_template SET stackable = 10 WHERE entry = 1468; -- Murloc Fin\nUPDATE item_template SET stackable = 5  WHERE entry = 1477; -- Scroll of Agility II\nUPDATE item_template SET stackable = 5  WHERE entry = 1478; -- Scroll of Protection II\nUPDATE item_template SET stackable = 5  WHERE entry = 1710; -- Greater Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 1711; -- Scroll of Stamina II\nUPDATE item_template SET stackable = 5  WHERE entry = 1712; -- Scroll of Spirit II\nUPDATE item_template SET stackable = 10 WHERE entry = 2251; -- Gooey Spider Leg\nUPDATE item_template SET stackable = 5  WHERE entry = 2289; -- Scroll of Strength II\nUPDATE item_template SET stackable = 5  WHERE entry = 2290; -- Scroll of Intellect II\nUPDATE item_template SET stackable = 10 WHERE entry = 2296; -- Great Goretusk Snout\nUPDATE item_template SET stackable = 10 WHERE entry = 2318; -- Light Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 2319; -- Medium Leather\nUPDATE item_template SET stackable = 5  WHERE entry = 2454; -- Elixir of Lion's Strength\nUPDATE item_template SET stackable = 5  WHERE entry = 2455; -- Minor Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 2456; -- Minor Rejuvenation Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 2457; -- Elixir of Minor Agility\nUPDATE item_template SET stackable = 5  WHERE entry = 2458; -- Elixir of Minor Fortitude \nUPDATE item_template SET stackable = 5  WHERE entry = 2459; -- Swiftness Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 2460; -- Elixir of Tongues (NYI)\nUPDATE item_template SET stackable = 10 WHERE entry = 2633; -- Jungle Remedy\nUPDATE item_template SET stackable = 10 WHERE entry = 2672; -- Stringy Wolf Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 2673; -- Coyote Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 2674; -- Crawler Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 2675; -- Crawler Claw\nUPDATE item_template SET stackable = 10 WHERE entry = 2677; -- Boar Ribs\nUPDATE item_template SET stackable = 10 WHERE entry = 2770; -- Copper Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 2771; -- Tin Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 2772; -- Iron Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 2775; -- Silver Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 2776; -- Gold Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 2880; -- Weak Flux\nUPDATE item_template SET stackable = 10 WHERE entry = 2886; -- Crag Boar Rib\nUPDATE item_template SET stackable = 10 WHERE entry = 2892; -- Deadly Poison \nUPDATE item_template SET stackable = 10 WHERE entry = 2893; -- Deadly Poison II\nUPDATE item_template SET stackable = 10 WHERE entry = 2924; -- Crocolisk Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 2930; -- Essence of Pain\nUPDATE item_template SET stackable = 10 WHERE entry = 2931; -- Maiden's Anguish\nUPDATE item_template SET stackable = 10 WHERE entry = 2934; -- Ruined Leather Scraps\nUPDATE item_template SET stackable = 10 WHERE entry = 2996; -- Bolt of Linen Cloth\nUPDATE item_template SET stackable = 10 WHERE entry = 2997; -- Bolt of Woolen Cloth\nUPDATE item_template SET stackable = 5  WHERE entry = 3012; -- Scroll of Agility\nUPDATE item_template SET stackable = 5  WHERE entry = 3013; -- Scroll of Protection\nUPDATE item_template SET stackable = 10 WHERE entry = 3087; -- Mug of Shimmer Stout\nUPDATE item_template SET stackable = 10 WHERE entry = 3172; -- Boar Intestines\nUPDATE item_template SET stackable = 10 WHERE entry = 3173; -- Bear Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 3174; -- Spider Ichor\nUPDATE item_template SET stackable = 5  WHERE entry = 3383; -- Elixir of Wisdom\nUPDATE item_template SET stackable = 5  WHERE entry = 3384; -- Minor Magic Resistance Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 3385; -- Lesser Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 3387; -- Limited Invulnerability Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 3389; -- Elixir of Defense\nUPDATE item_template SET stackable = 5  WHERE entry = 3390; -- Elixir of Lesser Agility\nUPDATE item_template SET stackable = 5  WHERE entry = 3391; -- Elixir of Ogre's Strength\nUPDATE item_template SET stackable = 10 WHERE entry = 3404; -- Buzzard Wing\nUPDATE item_template SET stackable = 10 WHERE entry = 3466; -- Strong Flux\nUPDATE item_template SET stackable = 10 WHERE entry = 3667; -- Tender Crocolisk Meat\nUPDATE item_template SET stackable = 5  WHERE entry = 3676; -- Slimy Ichor\nUPDATE item_template SET stackable = 10 WHERE entry = 3685; -- Raptor Egg\nUPDATE item_template SET stackable = 20 WHERE entry = 3692; -- Hillsbrad Human Skull\nUPDATE item_template SET stackable = 10 WHERE entry = 3712; -- Turtle Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 3730; -- Big Bear Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 3731; -- Lion Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 3775; -- Crippling Poison\nUPDATE item_template SET stackable = 10 WHERE entry = 3776; -- Crippling Poison II\nUPDATE item_template SET stackable = 5  WHERE entry = 3823; -- Lesser Invisibility Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 3825; -- Elixir of Fortitude\nUPDATE item_template SET stackable = 5  WHERE entry = 3827; -- Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 3828; -- Elixir of Detect Lesser Invisibility\nUPDATE item_template SET stackable = 10 WHERE entry = 3857; -- Coal\nUPDATE item_template SET stackable = 10 WHERE entry = 3858; -- Mithril Ore\nUPDATE item_template SET stackable = 20 WHERE entry = 3915; -- Bloody Bone Necklace\nUPDATE item_template SET stackable = 20 WHERE entry = 3916; -- Split Bone Necklace\nUPDATE item_template SET stackable = 5  WHERE entry = 3928; -- Superior Healing Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 4231; -- Cured Light Hide\nUPDATE item_template SET stackable = 5  WHERE entry = 4232; -- Medium Hide\nUPDATE item_template SET stackable = 10 WHERE entry = 4233; -- Cured Medium Hide\nUPDATE item_template SET stackable = 10 WHERE entry = 4234; -- Heavy Leather\nUPDATE item_template SET stackable = 5  WHERE entry = 4235; -- Heavy Hide\nUPDATE item_template SET stackable = 10 WHERE entry = 4236; -- Cured Heavy Hide\nUPDATE item_template SET stackable = 10 WHERE entry = 4304; -- Thick Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 4305; -- Bolt of Silk Cloth\nUPDATE item_template SET stackable = 10 WHERE entry = 4339; -- Bolt of Mageweave\nUPDATE item_template SET stackable = 10 WHERE entry = 4359; -- Handful of Copper Bolts\nUPDATE item_template SET stackable = 10 WHERE entry = 4360; -- Rough Copper Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 4361; -- Copper Tube\nUPDATE item_template SET stackable = 10 WHERE entry = 4363; -- Copper Modulator\nUPDATE item_template SET stackable = 10 WHERE entry = 4370; -- Large Copper Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 4371; -- Bronze Tube\nUPDATE item_template SET stackable = 10 WHERE entry = 4374; -- Small Bronze Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 4380; -- Big Bronze Bomb\nUPDATE item_template SET stackable = 5  WHERE entry = 4384; -- Explosive Sheep\nUPDATE item_template SET stackable = 10 WHERE entry = 4390; -- Iron Grenade\nUPDATE item_template SET stackable = 10 WHERE entry = 4394; -- Big Iron Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 4395; -- Goblin Land Mine\nUPDATE item_template SET stackable = 10 WHERE entry = 4398; -- Large Seaforium Charge\nUPDATE item_template SET stackable = 5  WHERE entry = 4419; -- Scroll of Intellect III\nUPDATE item_template SET stackable = 5  WHERE entry = 4421; -- Scroll of Protection III\nUPDATE item_template SET stackable = 5  WHERE entry = 4422; -- Scroll of Stamina III\nUPDATE item_template SET stackable = 5  WHERE entry = 4424; -- Scroll of Spirit III\nUPDATE item_template SET stackable = 5  WHERE entry = 4425; -- Scroll of Agility III\nUPDATE item_template SET stackable = 5  WHERE entry = 4426; -- Scroll of Strength III\nUPDATE item_template SET stackable = 5  WHERE entry = 4596; -- Discolored Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 4623; -- Lesser Stoneshield Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 4655; -- Giant Clam Meat\nUPDATE item_template SET stackable = 5  WHERE entry = 4852; -- Flash Bomb\nUPDATE item_template SET stackable = 20 WHERE entry = 5085; -- Bristleback Quilboar Tusk\nUPDATE item_template SET stackable = 10 WHERE entry = 5140; -- Flash Powder\nUPDATE item_template SET stackable = 10 WHERE entry = 5173; -- Deathweed\nUPDATE item_template SET stackable = 10 WHERE entry = 5237; -- Mind-numbing Poison\nUPDATE item_template SET stackable = 10 WHERE entry = 5465; -- Small Spider Leg\nUPDATE item_template SET stackable = 10 WHERE entry = 5466; -- Scorpid Stinger\nUPDATE item_template SET stackable = 10 WHERE entry = 5467; -- Kodo Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 5468; -- Soft Frenzy Flesh\nUPDATE item_template SET stackable = 10 WHERE entry = 5469; -- Strider Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 5470; -- Thunder Lizard Tail\nUPDATE item_template SET stackable = 10 WHERE entry = 5471; -- Stag Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 5503; -- Clam Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 5504; -- Tangy Clam Meat\nUPDATE item_template SET stackable = 1  WHERE entry = 5523; -- Small Barnacled Clam\nUPDATE item_template SET stackable = 1  WHERE entry = 5524; -- Thick-shelled Clam\nUPDATE item_template SET stackable = 5  WHERE entry = 5631; -- Rage Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 5633; -- Great Rage Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 5634; -- Free Action Potion\nUPDATE item_template SET stackable = 20 WHERE entry = 5798; -- Rocket Car Parts\nUPDATE item_template SET stackable = 5  WHERE entry = 5996; -- Elixir of Water Breathing\nUPDATE item_template SET stackable = 5  WHERE entry = 5997; -- Elixir of Minor Defense\nUPDATE item_template SET stackable = 5  WHERE entry = 6048; -- Shadow Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6049; -- Fire Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6050; -- Frost Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6051; -- Holy Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6052; -- Nature Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6149; -- Greater Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6372; -- Swim Speed Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 6373; -- Elixir of Firepower\nUPDATE item_template SET stackable = 5  WHERE entry = 6662; -- Elixir of Giant Growth\nUPDATE item_template SET stackable = 10 WHERE entry = 6889; -- Small Egg\nUPDATE item_template SET stackable = 10 WHERE entry = 6947; -- Instant Poison\nUPDATE item_template SET stackable = 10 WHERE entry = 6949; -- Instant Poison II\nUPDATE item_template SET stackable = 10 WHERE entry = 6950; -- Instant Poison III\nUPDATE item_template SET stackable = 10 WHERE entry = 6951; -- Mind-numbing Poison II\nUPDATE item_template SET stackable = 1  WHERE entry = 7191; -- Fused Wiring\nUPDATE item_template SET stackable = 5  WHERE entry = 7428; -- Shadowcat Hide\nUPDATE item_template SET stackable = 10 WHERE entry = 7911; -- Truesilver Ore\nUPDATE item_template SET stackable = 1  WHERE entry = 7973; -- Big-mouth Clam\nUPDATE item_template SET stackable = 10 WHERE entry = 7974; -- Zesty Clam Meat\nUPDATE item_template SET stackable = 5  WHERE entry = 8169; -- Thick Hide\nUPDATE item_template SET stackable = 10 WHERE entry = 8170; -- Rugged Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 8172; -- Cured Thick Hide\nUPDATE item_template SET stackable = 5  WHERE entry = 8368; -- Thick Wolfhide\nUPDATE item_template SET stackable = 5  WHERE entry = 8827; -- Elixir of Water Walking\nUPDATE item_template SET stackable = 10 WHERE entry = 8923; -- Essence of Agony\nUPDATE item_template SET stackable = 10 WHERE entry = 8926; -- Instant Poison IV\nUPDATE item_template SET stackable = 10 WHERE entry = 8927; -- Instant Poison V\nUPDATE item_template SET stackable = 10 WHERE entry = 8928; -- Instant Poison VI\nUPDATE item_template SET stackable = 5  WHERE entry = 8949; -- Elixir of Agility\nUPDATE item_template SET stackable = 5  WHERE entry = 8951; -- Elixir of Greater Defense\nUPDATE item_template SET stackable = 10 WHERE entry = 8984; -- Deadly Poison III\nUPDATE item_template SET stackable = 10 WHERE entry = 8985; -- Deadly Poison IV\nUPDATE item_template SET stackable = 5  WHERE entry = 9036; -- Magic Resistance Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 9088; -- Gift of Arthas\nUPDATE item_template SET stackable = 5  WHERE entry = 9144; -- Wildvine Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 9154; -- Elixir of Detect Undead\nUPDATE item_template SET stackable = 5  WHERE entry = 9155; -- Arcane Elixir\nUPDATE item_template SET stackable = 5  WHERE entry = 9172; -- Invisibility Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 9179; -- Elixir of Greater Intellect\nUPDATE item_template SET stackable = 10 WHERE entry = 9186; -- Mind-numbing Poison III\nUPDATE item_template SET stackable = 5  WHERE entry = 9187; -- Elixir of Greater Agility\nUPDATE item_template SET stackable = 5  WHERE entry = 9197; -- Elixir of Dream Vision\nUPDATE item_template SET stackable = 5  WHERE entry = 9206; -- Elixir of Giants\nUPDATE item_template SET stackable = 5  WHERE entry = 9224; -- Elixir of Demonslaying\nUPDATE item_template SET stackable = 5  WHERE entry = 9233; -- Elixir of Detect Demon\nUPDATE item_template SET stackable = 10 WHERE entry = 9262; -- Black Vitriol\nUPDATE item_template SET stackable = 5  WHERE entry = 9264; -- Elixir of Shadow Power\nUPDATE item_template SET stackable = 1  WHERE entry = 9590; -- Splintered Log\n--\nUPDATE item_template SET stackable = 5  WHERE entry = 10305; -- Scroll of Protection IV\nUPDATE item_template SET stackable = 5  WHERE entry = 10306; -- Scroll of Spirit IV\nUPDATE item_template SET stackable = 5  WHERE entry = 10307; -- Scroll of Stamina IV\nUPDATE item_template SET stackable = 5  WHERE entry = 10308; -- Scroll of Intellect IV\nUPDATE item_template SET stackable = 5  WHERE entry = 10309; -- Scroll of Agility IV\nUPDATE item_template SET stackable = 5  WHERE entry = 10310; -- Scroll of Strength IV\nUPDATE item_template SET stackable = 10 WHERE entry = 10514; -- Mithril Frag Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 10559; -- Mithril Tube\nUPDATE item_template SET stackable = 10 WHERE entry = 10562; -- Hi-Explosive Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 10586; -- The Big One\nUPDATE item_template SET stackable = 5  WHERE entry = 10592; -- Catseye Elixir\nUPDATE item_template SET stackable = 10 WHERE entry = 10620; -- Thorium Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 10646; -- Goblin Sapper Charge\nUPDATE item_template SET stackable = 10 WHERE entry = 10918; -- Wound Poison\nUPDATE item_template SET stackable = 10 WHERE entry = 10920; -- Wound Poison II\nUPDATE item_template SET stackable = 10 WHERE entry = 10921; -- Wound Poison III\nUPDATE item_template SET stackable = 10 WHERE entry = 10922; -- Wound Poison IV\nUPDATE item_template SET stackable = 10 WHERE entry = 10940; -- Strange Dust\nUPDATE item_template SET stackable = 10 WHERE entry = 10978; -- Small Glimmering Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 11018; -- Un'Goro Soil\nUPDATE item_template SET stackable = 10 WHERE entry = 11083; -- Soul Dust\nUPDATE item_template SET stackable = 10 WHERE entry = 11084; -- Large Glimmering Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 11137; -- Vision Dust\nUPDATE item_template SET stackable = 10 WHERE entry = 11138; -- Small Glowing Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 11139; -- Large Glowing Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 11176; -- Dream Dust\nUPDATE item_template SET stackable = 10 WHERE entry = 11177; -- Small Radiant Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 11178; -- Large Radiant Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 11184; -- Blue Power Crystal\nUPDATE item_template SET stackable = 10 WHERE entry = 11185; -- Green Power Crystal\nUPDATE item_template SET stackable = 10 WHERE entry = 11186; -- Red Power Crystal\nUPDATE item_template SET stackable = 10 WHERE entry = 11188; -- Yellow Power Crystal\nUPDATE item_template SET stackable = 10 WHERE entry = 11315; -- Bloodpetal Sprout\nUPDATE item_template SET stackable = 10 WHERE entry = 11370; -- Dark Iron Ore\nUPDATE item_template SET stackable = 5  WHERE entry = 11754; -- Black Diamond\nUPDATE item_template SET stackable = 10 WHERE entry = 12037; -- Mystery Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12184; -- Raptor Flesh\nUPDATE item_template SET stackable = 5  WHERE entry = 12190; -- Dreamless Sleep Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 12202; -- Tiger Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12203; -- Red Wolf Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12204; -- Heavy Kodo Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12205; -- White Spider Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12206; -- Tender Crab Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12207; -- Giant Egg\nUPDATE item_template SET stackable = 10 WHERE entry = 12208; -- Tender Wolf Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 12223; -- Meaty Bat Wing\nUPDATE item_template SET stackable = 10 WHERE entry = 12810; -- Enchanted Leather\nUPDATE item_template SET stackable = 20 WHERE entry = 12840; -- Minion's Scourgestone\nUPDATE item_template SET stackable = 20 WHERE entry = 12841; -- Invader's Scourgestone\nUPDATE item_template SET stackable = 20 WHERE entry = 12843; -- Corruptor's Scourgestone\nUPDATE item_template SET stackable = 20 WHERE entry = 12844; -- Argent Dawn Valor Token\nUPDATE item_template SET stackable = 20 WHERE entry = 13354; -- Ectoplasmic Resonator\nUPDATE item_template SET stackable = 20 WHERE entry = 13356; -- Somatic Intensifier\nUPDATE item_template SET stackable = 20 WHERE entry = 13357; -- Osseous Agitator\nUPDATE item_template SET stackable = 5  WHERE entry = 13442; -- Mighty Rage Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13443; -- Superior Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13444; -- Major Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13445; -- Elixir of Superior Defense\nUPDATE item_template SET stackable = 5  WHERE entry = 13446; -- Major Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13447; -- Elixir of the Sages\nUPDATE item_template SET stackable = 5  WHERE entry = 13452; -- Elixir of the Mongoose\nUPDATE item_template SET stackable = 5  WHERE entry = 13453; -- Elixir of Brute Force\nUPDATE item_template SET stackable = 5  WHERE entry = 13454; -- Greater Arcane Elixir\nUPDATE item_template SET stackable = 5  WHERE entry = 13455; -- Greater Stoneshield Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13456; -- Greater Frost Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13457; -- Greater Fire Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13458; -- Greater Nature Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13459; -- Greater Shadow Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13460; -- Greater Holy Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13461; -- Greater Arcane Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13462; -- Purification Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 13510; -- Flask of the Titans\nUPDATE item_template SET stackable = 5  WHERE entry = 13511; -- Flask of Distilled Wisdom\nUPDATE item_template SET stackable = 5  WHERE entry = 13512; -- Flask of Supreme Power\nUPDATE item_template SET stackable = 5  WHERE entry = 13513; -- Flask of Chromatic Resistance\nUPDATE item_template SET stackable = 10 WHERE entry = 14048; -- Bolt of Runecloth\nUPDATE item_template SET stackable = 10 WHERE entry = 14343; -- Small Brilliant Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 14344; -- Large Brilliant Shard\nUPDATE item_template SET stackable = 10 WHERE entry = 15417; -- Devilsaur Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 15419; -- Warbear Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 15422; -- Frostsaber Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 15423; -- Chimera Leather\nUPDATE item_template SET stackable = 1  WHERE entry = 15874; -- Soft-shelled Clam\nUPDATE item_template SET stackable = 10 WHERE entry = 15993; -- Thorium Grenade\nUPDATE item_template SET stackable = 10 WHERE entry = 16000; -- Thorium Tube\nUPDATE item_template SET stackable = 10 WHERE entry = 16005; -- Dark Iron Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 16040; -- Arcane Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 16204; -- Illusion Dust\nUPDATE item_template SET stackable = 10 WHERE entry = 17012; -- Core Leather\nUPDATE item_template SET stackable = 20 WHERE entry = 17020; -- Arcane Powder\nUPDATE item_template SET stackable = 5  WHERE entry = 17030; -- Ankh\nUPDATE item_template SET stackable = 10 WHERE entry = 17031; -- Rune of Teleportation\nUPDATE item_template SET stackable = 10 WHERE entry = 17032; -- Rune of Portals\nUPDATE item_template SET stackable = 10 WHERE entry = 17348; -- Major Healing Draught\nUPDATE item_template SET stackable = 10 WHERE entry = 17349; -- Superior Healing Draught\nUPDATE item_template SET stackable = 10 WHERE entry = 17351; -- Major Mana Draught\nUPDATE item_template SET stackable = 10 WHERE entry = 17352; -- Superior Mana Draught\nUPDATE item_template SET stackable = 5  WHERE entry = 17708; -- Elixir of Frost Power\nUPDATE item_template SET stackable = 10 WHERE entry = 17771; -- Elementium Bar\nUPDATE item_template SET stackable = 1  WHERE entry = 18225; -- Worn Running Shoes\nUPDATE item_template SET stackable = 1  WHERE entry = 18226; -- A Sealed Pact\nUPDATE item_template SET stackable = 1  WHERE entry = 18227; -- Nubless Pacifier\nUPDATE item_template SET stackable = 1  WHERE entry = 18230; -- Broken I.W.I.N. Button\nUPDATE item_template SET stackable = 1  WHERE entry = 18232; -- Field Repair Bot 74A\nUPDATE item_template SET stackable = 1  WHERE entry = 18233; -- Tear Stained Handkerchief\nUPDATE item_template SET stackable = 1  WHERE entry = 18234; -- Document from Boomstick Imports\nUPDATE item_template SET stackable = 5  WHERE entry = 18253; -- Major Rejuvenation Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 18294; -- Elixir of Greater Water Breathing\nUPDATE item_template SET stackable = 5  WHERE entry = 18335; -- Pristine Black Diamond\nUPDATE item_template SET stackable = 10 WHERE entry = 18562; -- Elementium Ore\nUPDATE item_template SET stackable = 10 WHERE entry = 18567; -- Elemental Flux\nUPDATE item_template SET stackable = 10 WHERE entry = 18594; -- Powerful Seaforium Charge\nUPDATE item_template SET stackable = 2  WHERE entry = 18640; -- Happy Fun Rock\nUPDATE item_template SET stackable = 5, maxcount = 5  WHERE entry = 18839; -- Combat Healing Potion\nUPDATE item_template SET stackable = 5, maxcount = 5  WHERE entry = 18841; -- Combat Mana Potion\nUPDATE item_template SET stackable = 1  WHERE entry = 19227; -- Ace of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19230; -- Two of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19231; -- Three of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19232; -- Four of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19233; -- Five of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19234; -- Six of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19235; -- Seven of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19236; -- Eight of Beasts\nUPDATE item_template SET stackable = 1  WHERE entry = 19258; -- Ace of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19259; -- Two of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19260; -- Three of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19261; -- Four of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19262; -- Five of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19263; -- Six of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19264; -- Seven of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19265; -- Eight of Warlords\nUPDATE item_template SET stackable = 1  WHERE entry = 19268; -- Ace of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19269; -- Two of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19270; -- Three of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19271; -- Four of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19272; -- Five of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19273; -- Six of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19274; -- Seven of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19275; -- Eight of Elementals\nUPDATE item_template SET stackable = 1  WHERE entry = 19276; -- Ace of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19278; -- Two of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19279; -- Three of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19280; -- Four of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19281; -- Five of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19282; -- Six of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19283; -- Seven of Portals\nUPDATE item_template SET stackable = 1  WHERE entry = 19284; -- Eight of Portals\nUPDATE item_template SET stackable = 10 WHERE entry = 19767; -- Primal Bat Leather\nUPDATE item_template SET stackable = 10 WHERE entry = 19768; -- Primal Tiger Leather\nUPDATE item_template SET stackable = 5  WHERE entry = 20002; -- Greater Dreamless Sleep Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 20008; -- Living Action Potion\nUPDATE item_template SET stackable = 20 WHERE entry = 20404; -- Encrypted Twilight Text\nUPDATE item_template SET stackable = 20, maxcount = 20  WHERE entry = 20558; -- Warsong Gulch Mark of Honor\nUPDATE item_template SET stackable = 20, maxcount = 20  WHERE entry = 20559; -- Arathi Basin Mark of Honor\nUPDATE item_template SET stackable = 20, maxcount = 20  WHERE entry = 20560; -- Alterac Valley Mark of Honor\nUPDATE item_template SET stackable = 10 WHERE entry = 20725; -- Nexus Crystal\nUPDATE item_template SET stackable = 10 WHERE entry = 20844; -- Deadly Poison V\nUPDATE item_template SET stackable = 5  WHERE entry = 21546; -- Elixir of Greater Firepower\nUPDATE item_template SET stackable = 1  WHERE entry = 21570; -- Cluster Launcher\nUPDATE item_template SET stackable = 1  WHERE entry = 21816; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21817; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21818; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21819; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21820; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21821; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21822; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21823; -- Heart Candy\nUPDATE item_template SET stackable = 1  WHERE entry = 21830; -- Empty Wrapper\nUPDATE item_template SET stackable = 5  WHERE entry = 22192; -- Bloodkelp Elixir of Dodging\nUPDATE item_template SET stackable = 5  WHERE entry = 22193; -- Bloodkelp Elixir of Resistance\nUPDATE item_template SET stackable = 10 WHERE entry = 22259; -- Unbestowed Friendship Bracelet\nUPDATE item_template SET stackable = 100 WHERE entry = 22484; -- Necrotic Rune\nUPDATE item_template SET stackable = 20 WHERE entry = 23215; -- Bag of Smorc Ingredients\nUPDATE item_template SET stackable = 20 WHERE entry = 23247; -- Burning Blossom\nUPDATE item_template SET stackable = 10 WHERE entry = 23578; -- Diet McWeaksauce\nUPDATE item_template SET stackable = 10 WHERE entry = 23579; -- The McWeaksauce Classic\nUPDATE item_template SET stackable = 10 WHERE entry = 21840; -- Bolt of Netherweave\nUPDATE item_template SET stackable = 10 WHERE entry = 21844; -- Bolt of Soulcloth\nUPDATE item_template SET stackable = 10 WHERE entry = 22644; -- Crunchy Spider Leg\nUPDATE item_template SET stackable = 5  WHERE entry = 22826; -- Sneaking Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22828; -- Insane Strength Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22829; -- Super Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22832; -- Super Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22836; -- Major Dreamless Sleep Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22837; -- Heroic Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22838; -- Haste Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22839; -- Destruction Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22841; -- Major Fire Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22842; -- Major Frost Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22844; -- Major Nature Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22845; -- Major Arcane Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22846; -- Major Shadow Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22847; -- Major Holy Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22849; -- Ironshield Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22850; -- Super Rejuvenation Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 22851; -- Flask of Fortification\nUPDATE item_template SET stackable = 5  WHERE entry = 22853; -- Flask of Mighty Restoration\nUPDATE item_template SET stackable = 5  WHERE entry = 22854; -- Flask of Relentless Assault\nUPDATE item_template SET stackable = 5  WHERE entry = 22861; -- Flask of Blinding Light\nUPDATE item_template SET stackable = 5  WHERE entry = 22866; -- Flask of Pure Death\nUPDATE item_template SET stackable = 5  WHERE entry = 22871; -- Shrouding Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 23736; -- Fel Iron Bomb\nUPDATE item_template SET stackable = 10 WHERE entry = 23737; -- Adamantite Grenade\nUPDATE item_template SET stackable = 10 WHERE entry = 23783; -- Handful of Fel Iron Bolts\nUPDATE item_template SET stackable = 10 WHERE entry = 23785; -- Hardened Adamantite Tube\nUPDATE item_template SET stackable = 10 WHERE entry = 23826; -- The Bigger One\nUPDATE item_template SET stackable = 10 WHERE entry = 23827; -- Super Sapper Charge\nUPDATE item_template SET stackable = 10 WHERE entry = 24477; -- Jaggal Clam Meat\nUPDATE item_template SET stackable = 5  WHERE entry = 27498; -- Scroll of Agility V\nUPDATE item_template SET stackable = 5  WHERE entry = 27499; -- Scroll of Intellect V\nUPDATE item_template SET stackable = 5  WHERE entry = 27500; -- Scroll of Protection V\nUPDATE item_template SET stackable = 5  WHERE entry = 27501; -- Scroll of Spirit V\nUPDATE item_template SET stackable = 5  WHERE entry = 27502; -- Scroll of Stamina V\nUPDATE item_template SET stackable = 5  WHERE entry = 27503; -- Scroll of Strength V\nUPDATE item_template SET stackable = 10 WHERE entry = 27668; -- Lynx Meat\nUPDATE item_template SET stackable = 10 WHERE entry = 27669; -- Bat Flesh\nUPDATE item_template SET stackable = 5  WHERE entry = 28100; -- Volatile Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 28101; -- Unstable Mana Potion\nUPDATE item_template SET stackable = 100 WHERE entry = 29024; -- Eye of the Storm Mark of Honor\nUPDATE item_template SET stackable = 200 WHERE entry = 29434; -- Badge of Justice\nUPDATE item_template SET stackable = 10 WHERE entry = 30475; -- Razor Thorn\nUPDATE item_template SET stackable = 10 WHERE entry = 30476; -- Hypnotic Flower\nUPDATE item_template SET stackable = 5  WHERE entry = 30513; -- Bloody Spider Fang\nUPDATE item_template SET stackable = 5  WHERE entry = 31676; -- Fel Regeneration Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 31677; -- Fel Mana Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31838; -- Major Combat Healing Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31839; -- Major Combat Healing Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31840; -- Major Combat Mana Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31841; -- Major Combat Mana Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31852; -- Major Combat Healing Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31853; -- Major Combat Healing Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31854; -- Major Combat Mana Potion\nUPDATE item_template SET stackable = 10 WHERE entry = 31855; -- Major Combat Mana Potion\nUPDATE item_template SET stackable = 1  WHERE entry = 31882; -- Ace of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31883; -- Eight of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31884; -- Five of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31885; -- Four of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31886; -- Seven of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31887; -- Six of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31888; -- Three of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31889; -- Two of Blessings\nUPDATE item_template SET stackable = 1  WHERE entry = 31892; -- Ace of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31893; -- Eight of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31894; -- Five of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31895; -- Four of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31896; -- Seven of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31898; -- Six of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31899; -- Three of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31900; -- Two of Storms\nUPDATE item_template SET stackable = 1  WHERE entry = 31901; -- Ace of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31902; -- Eight of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31903; -- Five of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31904; -- Four of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31905; -- Seven of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31906; -- Six of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31908; -- Three of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31909; -- Two of Furies\nUPDATE item_template SET stackable = 1  WHERE entry = 31910; -- Ace of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31911; -- Eight of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31912; -- Five of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31913; -- Four of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31915; -- Seven of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31916; -- Six of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31917; -- Three of Lunacy\nUPDATE item_template SET stackable = 1  WHERE entry = 31918; -- Two of Lunacy\nUPDATE item_template SET stackable = 10 WHERE entry = 32413; -- Frost Grenade\nUPDATE item_template SET stackable = 5  WHERE entry = 32596; -- Unstable Flask of the Elder\nUPDATE item_template SET stackable = 5  WHERE entry = 32597; -- Unstable Flask of the Soldier\nUPDATE item_template SET stackable = 5  WHERE entry = 32598; -- Unstable Flask of the Beast\nUPDATE item_template SET stackable = 5  WHERE entry = 32599; -- Unstable Flask of the Bandit\nUPDATE item_template SET stackable = 5  WHERE entry = 32600; -- Unstable Flask of the Physician\nUPDATE item_template SET stackable = 5  WHERE entry = 32601; -- Unstable Flask of the Sorcerer\nUPDATE item_template SET stackable = 1  WHERE entry = 32727; -- Vial of Tears\nUPDATE item_template SET stackable = 5  WHERE entry = 32783; -- Blue Ogre Brew\nUPDATE item_template SET stackable = 5  WHERE entry = 32784; -- Red Ogre Brew\nUPDATE item_template SET stackable = 5  WHERE entry = 32840; -- Major Arcane Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 32844; -- Major Nature Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 32845; -- Major Shadow Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 32846; -- Major Fire Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 32847; -- Major Frost Protection Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 32898; -- Shattrath Flask of Fortification\nUPDATE item_template SET stackable = 5  WHERE entry = 32899; -- Shattrath Flask of Mighty Restoration\nUPDATE item_template SET stackable = 5  WHERE entry = 32900; -- Shattrath Flask of Supreme Power\nUPDATE item_template SET stackable = 5  WHERE entry = 32901; -- Shattrath Flask of Relentless Assault\nUPDATE item_template SET stackable = 15 WHERE entry = 32902; -- Bottled Nethergon Energy\nUPDATE item_template SET stackable = 15 WHERE entry = 32903; -- Cenarion Mana Salve\nUPDATE item_template SET stackable = 15 WHERE entry = 32904; -- Cenarion Healing Salve\nUPDATE item_template SET stackable = 15 WHERE entry = 32905; -- Bottled Nethergon Vapor\nUPDATE item_template SET stackable = 5  WHERE entry = 32909; -- Blue Ogre Brew Special\nUPDATE item_template SET stackable = 5  WHERE entry = 32910; -- Red Ogre Brew Special\nUPDATE item_template SET stackable = 5  WHERE entry = 32947; -- Auchenai Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 32948; -- Auchenai Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 33208; -- Flask of Chromatic Wonder\nUPDATE item_template SET stackable = 5  WHERE entry = 33934; -- Crystal Healing Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 33935; -- Crystal Mana Potion\nUPDATE item_template SET stackable = 5  WHERE entry = 34258; -- Love Rocket\nUPDATE item_template SET stackable = 5  WHERE entry = 34440; -- Mad Alchemist's Potion\nUPDATE item_template SET stackable = 1  WHERE entry = 35230; -- Darnarian's Scroll of Teleportation\nUPDATE item_template SET stackable = 5  WHERE entry = 35716; -- Shattrath Flask of Pure Death\nUPDATE item_template SET stackable = 5  WHERE entry = 35717; -- Shattrath Flask of Blinding Light\nUPDATE item_template SET stackable = 20 WHERE entry = 38577; -- Party G.R.E.N.A.D.E.\n"
  },
  {
    "path": "optional/sql/world/zz_optional_limit_spells_to_expansion.sql",
    "content": "/*\n    This optional file sets the required level to train certain class spells to the expansion they were introduced in\n    Level 61/71 is required to prevent the spell from being available too early.\n    This does not effect RNDbots, they don't learn their spells from trainers.\n*/\n\n-- Warrior\nUPDATE `trainer_spell` SET `ReqLevel` = 62 WHERE `TrainerId` = 1 AND `SpellId` = 34428;  -- Victory Rush, level 6 -> 62\nUPDATE `trainer_spell` SET `ReqLevel` = 62 WHERE `TrainerId` = 2 AND `SpellId` = 34428;  -- Victory Rush, level 6 -> 62\n\n-- Paladin\nUPDATE `trainer_spell` SET `ReqLevel` = 61 WHERE `TrainerId` = 3 AND `SpellId` = 31789;  -- Righteous Defense, level 14 -> 61\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 3 AND `SpellId` = 53407;  -- Judgement of Justice, level 28 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 3 AND `SpellId` = 53408;  -- Judgement of Wisdom, level 12 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 3 AND `SpellId` = 62124;  -- Hand of Reckoning, level 16 -> 71\n\n-- Hunter\nUPDATE `trainer_spell` SET `ReqLevel` = 64 WHERE `TrainerId` = 7 AND `SpellId` = 34074;  -- Aspect of the Viper, level 20 -> 64\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 7 AND `SpellId` = 34120;  -- Steady Shot (Rank 2), level 62 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 7 AND `SpellId` = 56641;  -- Steady Shot (Rank 1), level 50 -> 71\n\n-- Rogue\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 9 AND `SpellId` = 51722;  -- Dismantle, level 20 -> 71\n\n-- Shaman\nUPDATE `trainer_spell` SET `ReqLevel` = 61 WHERE `TrainerId` = 14 AND `SpellId` = 36936; -- Totemic Recall, level 30 -> 61\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 24398; -- Water Shield (Rank 7), level 62 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 33736; -- Water Shield (Rank 8), level 69 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 52127; -- Water Shield (Rank 1), level 20 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 52129; -- Water Shield (Rank 2), level 28 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 52131; -- Water Shield (Rank 3), level 34 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 52134; -- Water Shield (Rank 4), level 41 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 52136; -- Water Shield (Rank 5), level 48 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 52138; -- Water Shield (Rank 6), level 55 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 57994; -- Wind Shear, level 16 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 66842; -- Call of the Elements, level 30 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 66843; -- Call of the Ancestors, level 40 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 14 AND `SpellId` = 66844; -- Call of the Spirits, level 50 -> 71\n\n-- Druid\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 50764; -- Revive (Rank 6), level 69 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 50765; -- Revive (Rank 5), level 60 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 50766; -- Revive (Rank 4), level 48 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 50767; -- Revive (Rank 3), level 36 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 50768; -- Revive (Rank 2), level 24 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 50769; -- Revive (Rank 1), level 12 -> 71\nUPDATE `trainer_spell` SET `ReqLevel` = 71 WHERE `TrainerId` = 33 AND `SpellId` = 62600; -- Savage Defense, level 40 -> 71\n\n-- remove spells from characters that had already learned them and shouldn't have them anymore\nUSE acore_characters;\nDELETE FROM `character_spell` WHERE `spell` = 34428 AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 1 AND `level` < 62);\nDELETE FROM `character_spell` WHERE `spell` = 31789 AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 2 AND `level` < 61);\nDELETE FROM `character_spell` WHERE `spell` IN (53407, 53408, 62124) AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 2 AND `level` < 71);\nDELETE FROM `character_spell` WHERE `spell` = 34074 AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 3 AND `level` < 64);\nDELETE FROM `character_spell` WHERE `spell` IN (34120, 56641) AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 3 AND `level` < 71);\nDELETE FROM `character_spell` WHERE `spell` = 51722 AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 4 AND `level` < 71);\nDELETE FROM `character_spell` WHERE `spell` = 36936 AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 7 AND `level` < 61);\nDELETE FROM `character_spell` WHERE `spell` IN (24398, 33736, 52127, 52129, 52131, 52134, 52136, 52138, 57994, 66842, 66843, 66844) AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 7 AND `level` < 71);\nDELETE FROM `character_spell` WHERE `spell` IN (50764, 50765, 50766, 50767, 50768, 50769, 62600) AND `guid` IN (SELECT `guid` FROM `characters` WHERE `class` = 11 AND `level` < 71);\n"
  },
  {
    "path": "optional/sql/world/zz_optional_phasing.sql",
    "content": "/*  \n    This will phase Vanilla/TBC npcs & objects placed in vanilla areas until they were originally added to the game.\n    This includes quest givers and flight paths. \n*/\n\n/* Meeting Stones */\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_preaq'  WHERE `map` = 0 AND `zoneId` = 33 AND `id` = 185433; -- ZG\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_preaq'  WHERE `map` = 1 AND `id` = 185322; -- AQ\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc'    WHERE `map` = 0 AND `id` = 184463; -- Karazhan \nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc'    WHERE `map` = 1 AND `id` = 182560; -- Time cavern\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_naxx40' WHERE `map` = 0 AND `id` = 193166; -- Naxx40\n\n/* 2.0+ - NPCs/Gobjects added in Eastern/Kalimdor during TBC pre-patch or more */\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (\n11701, -- Mor'Vek, Un'Goro\n16288, -- Advisor Sorrelon, The Sepulcher\n17092, -- Advisor Duskingdawn, Tarren Mill\n17093, -- Magistrix Elosai, Freewind Post\n17094, -- Nemeth Hawkeye, Grom'gol Base Camp\n17095, -- Balandar Brightstar, Brackenwall Village\n17097, -- Advisor Sarophas, Kargath\n17098, -- Ambassador Dawnsinger, Orgrimmar\n17099, -- Mehlar Dawnblade, The Bulwark\n17100, -- Advisor Sunsworn\n17103, -- Emissary Taluun, Stormwind\n17104, -- Anchorite Delan, Darkshire\n17106, -- Vindicator Palanaar, Astranaar\n17109, -- Cersei Dusksinger, Stonard\n17119, -- Ithania, North Point Tower\n17218, -- Huraan, Southshore\n17223, -- Ambassador Rualeth, Aerie Peak\n17238, -- Anchorite Truuen, Western Plaguelands\n19923, -- Bipp Glizzitor (Arena Master), Silvermoon\n19925, -- Miglik Blotstrom (Arena Master), Exodar\n21045, -- Landro Hired Bodyguard, Booty Bay\n22931, -- Gorrim, Emerald Sanctuary, Flight Master\n23131, -- Blood Knight Honor Guard, Orgrimmar\n23534, -- Babagaya Shadowcleft, Ratchet\n23535, -- Matero Zeshuwal, Ratchet\n23536, -- Nagulon, Ratchet\n24366, -- Nizzle, Rebel Camp, Flight Master\n24924, -- Sky-Captain Bomblast, Zep\n24926, -- Chief Officer Brassbolt, Zep\n24927, -- Navigator Sparksizzle, Zep\n24929, -- Crewman Crosswire, Zep\n24930, -- Crewman Gazzlegear, Zep\n24931, -- Crewman Fastwrench, Zep\n24934, -- Snack-O-Matic IV, Zep\n24935, -- Vend-O-Tron D-Luxe, Zep\n25070, -- Chief Officer Coppernut, Zep\n25071, -- Crewman Rusthammer, Zep\n25072, -- Crewman Quickfix, Zep\n25074, -- Crewman Sparkfly, Zep\n25075, -- Zeppelin Controls, Zep\n25076, -- Navigator Fairweather, Zep\n25077, -- Sky-Captain Cloudkicker, Zep\n25100, -- Chief Officer Hammerflange, Zep\n25101, -- Crewman Cutpipe, Zep\n25102, -- Crewman Spinshaft, Zep\n25103, -- Crewman Boltshine, Zep\n25104, -- Navigator Hatch, Zep\n25105, -- Sky-Captain Cableclamp, Zep\n27705, -- Lorrin Foxfire, Stonard\n29093, -- Ian Drake, Stormwind\n29095, -- Edward Cairn, Undercity\n37888, -- Frax Bucketdrop, Thondroril River, Flight Master\n37915  -- Timothy Cunningham, The Bulwark, Flight Master\n);\n\nSET @IPPPHASE     := 65536;\n\n-- Forest Song - Ashenvale - Draenei camp\nUPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `id1` IN (17291, 17303, 17406, 17409, 17412, 17541, 22935, 22936);\n\n/* Remove interactions between Cersei, Lorrin and the orcs in Stonard */\nUPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (12807, 17109, 27705);\n\n/* 3.0+ - NPCs/Gobjects added in Eastern/Kalimdor during WotLK pre-patch or more */\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (\n26537, -- Greeb Ramrocket, Zep\n26539, -- Meefi Farthrottle, Zep\n31704, -- Crewman Spinwheel, Zep\n31705, -- Crewman Coilspan, Zep\n31706, -- Crewman Stembolt, Zep\n31716, -- Sky-Captain Cryoflight, Zep\n31720, -- Crewman Shubbscoop, Zep\n31723, -- Crewman Barrowswizzle, Zep\n31724, -- Crewman Paltertop, Zep\n31725  -- Sky-Captain LaFontaine, Zep\n);\n\n-- Hide Inscription vendors and trainers\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (\n30706, -- Jo'mah <Inscription Trainer>, Orgrimmar\n30709, -- Poshken Hardbinder <Inscription Trainer>, Thunder Bluff\n30710, -- Zantasia <Inscription Trainer>, Silvermoon\n30711, -- Margaux Parchley <Inscription Trainer>, Undercity\n30713, -- Catarina Stanford <Inscription Trainer>, Stormwind\n30715, -- Feyden Darkin <Inscription Trainer>, Darnassus\n30716, -- Thoth <Inscription Trainer>, Exodar\n30717, -- Elise Brightletter <Inscription Trainer>, Ironforge\n30721, -- Michael Schwan <Master Inscription Trainer>, Honor Hold\n30722, -- Neferatti <Master Inscription Trainer>, Thrallmar\n30723, -- Xantili <Inscription Supplies>, Orgrimmar\n30724, -- Mertle Murkpen <Inscription Supplies>, Thunder Bluff\n30727, -- Lelorian <Inscription Supplies>, Silvermoon\n30729, -- Ickabod Pimlen <Inscription Supplies>, Undercity\n30730, -- Stanly McCormick <Inscription Supplies>, Stormwind\n30731, -- Illianna Moonscribe <Inscription Supplies>, Darnassus\n30732, -- Sessoh <Inscription Supplies>, Exodar\n30733, -- Thargen Heavyquill <Inscription Supplies>, Ironforge\n30734, -- Jezebel Bican <Inscription Supplies>, Honor Hold\n30735  -- Kul Inkspiller <Inscription Supplies>, Thrallmar\n);\n\n-- Hide Inscription gameobject - Lexicon of Power\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `guid` IN (\n61967, -- Stormwind\n63170, -- Orgrimmar\n63171, -- Thunder Bluff\n63172, -- Undercity\n63173, -- Silvermoon\n63174, -- Ironforge\n63175, -- Darnassus\n63176  -- Exodar\n);\n\n-- Hide Inscription option in city guard search menu\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `ConditionTypeOrReference` = 8 AND `SourceGroup` IN \n(421, 751, 1942, 2168, 2351, 2847, 3284, 3330, 3355, 3532, 3558, 3572, 7667, 7788, 8138, 8205);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(15, 421,  8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Stormwind - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 751,  7, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thunder Bluff - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 1942, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Orgrimmar - Hide inscription gossip menu option until player reaches WotLK'), \n(15, 2168, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ironforge - Hide inscription gossip menu option until player reaches WotLK'), \n(15, 2351, 6, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Darnassus - Hide inscription gossip menu option until player reaches WotLK'), \n(15, 2847, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Undercity - Hide inscription gossip menu option until player reaches WotLK'),\n--\n(15, 3284, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Razor Hill - Hide inscription gossip menu option until player reaches WotLK'), \n(15, 3330, 7, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bloodhoof Village - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 3355, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brill - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 3532, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elwynn Forest - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 3558, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dun Morogh - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 3572, 6, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Teldrassil - Hide inscription gossip menu option until player reaches WotLK'),\n--\n(15, 7667, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Silvermoon - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 7788, 7, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Exodar - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 8138, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Azeremyst - Hide inscription gossip menu option until player reaches WotLK'),\n(15, 8205, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Eversong Woods - Hide inscription gossip menu option until player reaches WotLK');\n\n-- Hide Jewelcrafting recipes on vanilla vendors\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `ConditionValue1` = 66008 AND `SourceEntry` IN\n(20855, 20856, 20970, 20971, 20975, 21941, 21942, 21943, 21948, 21952, 21954, 21957);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n--\n(23, 3499,  20855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ranik - Design: Wicked Moonstone Ring'),\n(23, 3954,  20855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Design: Wicked Moonstone Ring'),\n(23, 1286,  20856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Design: Heavy Golden Necklace of Battle'),\n(23, 3367,  20856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Design: Heavy Golden Necklace of Battle'),\n(23, 1448,  20970, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Neal Allen - Design: Pendant of the Agate Shield'),\n(23, 4877,  20970, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jandia - Design: Pendant of the Agate Shield'),\n(23, 2381,  20971, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Micha Yance - Design: Heavy Iron Knuckles'),\n(23, 2393,  20971, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christoph Jeffcoat - Design: Heavy Iron Knuckles'),\n(23, 4775,  20975, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: The Jade Eye'),\n(23, 5163,  20975, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Design: The Jade Eye'),\n(23, 989,   21941, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Design: Black Pearl Panther'),\n(23, 4897,  21941, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Black Pearl Panther'),\n(23, 2810,  21942, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Design: Ruby Crown of Restoration'),\n(23, 2821,  21942, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Design: Ruby Crown of Restoration'),\n(23, 1148,  21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Design: Truesilver Crab'),\n(23, 4897,  21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Truesilver Crab'),\n(23, 5163,  21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: Wicked Moonstone Ring'),\n(23, 8363,  21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Design: Wicked Moonstone Ring'),\n(23, 15179, 21952, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Design: Emerald Crown of Destruction'),\n(23, 12941, 21954, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Design: Ring of Bitter Shadows'),\n(23, 11189, 21957, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Design: Necklace of the Diamond Tower');\n\n-- Hide TBC quests\nDELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (9189, 9425, 9601);\nINSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, \n`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES \n(19, 0, 9189, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hide \\'Delivery to the Sepulcher\\' until the player reaches TBC'),\n(19, 0, 9425, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hide \\'Report to Tarren Mill\\' until the player reaches TBC'),\n(19, 0, 9601, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hide \\'To The Bulwark\\' until the player reaches TBC');\n\n/* Hide mailboxes, see: https://www.wowhead.com/classic/object=32349/mailbox */\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` = 49832; -- Darnassus\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `guid` IN (\n150747, 150748, 150749, 150750, 150751, 150752, 150753, 150755, -- Orgrimmar\n100500, 100501, 100502, 100503, 268683, -- Undercity\n932, 933, 100156, 100157, 100158, 100159, 100505, 100506, 150736, 150737, 150738, 150740, 150742, 150743, 150744, 150746, 151239,  -- Stormwind\n121573, 121574, 121575 -- Darnassus\n);\n\n/* Hide Rogg and his anvil + forge at the entrance of Orgrimmar until WotLK */\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk', `flags_extra` = 2 WHERE `entry` = 37072;\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `guid` IN (347, 387); \n\n/* Landro for TCG promotion in Booty Bay */\nUPDATE `creature_template` SET `ScriptName` = 'npc_ipp_aq' WHERE `entry` = 17249;\n\n/* Flight masters at Ratchet and Marshal's Refuge were originally added in patch 1.11 - disabled by default, because most players will expect these npcs to be there */\n/* UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_naxx40' WHERE `entry` IN (10583, 16227); */\n \n/* Hide guild vaults until TBC (was introduced during 2.3) - disabled by default, because most players will expect these gobject to be there */\n/* UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` IN \n(12496, 12497, 14641, 17352, 17353, 20621, 41911, 41912, 41913, 41914, 44709, 44710, 44711, 44713, 44714, 44715, 44716, 45029, 45030, 45069, 45132, 49095, 49804, 49821, 49822, 50356, 50357); */\n\n/* Hide barber in Kalimdor/Eastern Kingdom/Outland until WotLK - disabled by default, because most players will expect barbers to be there */\n/* UPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `map` IN (0, 1, 530) AND `id1` IN (29139, 29141, 29142, 29143, 29145);\nUPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `map` IN (0, 1, 530) AND `id` IN (190683, 190684, 190697, 190698, 190699, 190704, 190710, 190711, 190712, 191028, 191029, 191030); */\n"
  },
  {
    "path": "optional/sql/world/zz_optional_remove_heirlooms.sql",
    "content": "/*\n    Heirloom items are antithetical to Individual Progression, as they are designed to skip progression and speed through content.\n    This optional file removes all Heirloom vendors and items so they are not available.\n    If you would like heirlooms to still be available, do not run this file. \n*/\n\nDELETE FROM `creature` WHERE `id1` IN (32509, 35507, 35508);\nDELETE FROM `creature_addon` WHERE `guid` IN (85227, 88108);\n\nDELETE FROM `npc_vendor` WHERE `item` IN \n(38691, 42943, 42944, 42945, 42946, 42947, 42948, 42949, 42950, 42951, 42952, 42984, 42985, 42991, 42992, 44090, 44091, 44092, 44093, 44094, \n 44095, 44096, 44097, 44098, 44099, 44100, 44101, 44102, 44103, 44105, 44107, 48677, 48683, 48685, 48687, 48689, 48691, 48716, 48718, 50255);\n\nUPDATE `quest_template` SET `RewardChoiceItemID1` = 0, `RewardChoiceItemQuantity1` = 0, `RewardChoiceItemID2` = 0, `RewardChoiceItemQuantity2` = 0, `RewardItem1` = 50287, `RewardAmount1` = 1 WHERE `id` = 24803;\n"
  },
  {
    "path": "optional/sql/world/zz_optional_restore_crafting_cd_timers.sql",
    "content": "/* \n    This optional SQL file restores cooldown timers for Vanilla and TBC crafting recipes.\n    This may require a reset of the item WDB client cache files. \n*/\n\n\n/* Vanilla */\n\nDELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (11479, 11480, 17187, 17559, 17560, 17561, 17562, 17563, 17564, 17565, 17566, 18560, 25146);\nINSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES \n(11479, 86400000, 86400000, 0, 0, \"Transmute: Iron to Gold - 1 day\"),             -- Transmute: Iron to Gold\n(11480, 172800000, 172800000, 0, 0, \"Transmute: Mithril to Truesilver - 2 days\"), -- Transmute: Mithril to Truesilver\n(17187, 172800000, 172800000, 0, 0, \"Transmute: Arcanite - 2 days\"),              -- Transmute: Arcanite\n(17559, 86400000, 86400000, 0, 0, \"Transmute: Air to Fire - 1 day\"),              -- Transmute: Air to Fire\n(17560, 86400000, 86400000, 0, 0, \"Transmute: Fire to Earth - 1 day\"),            -- Transmute: Fire to Earth\n(17561, 86400000, 86400000, 0, 0, \"Transmute: Earth to Water - 1 day\"),           -- Transmute: Earth to Water\n(17562, 86400000, 86400000, 0, 0, \"Transmute: Water to Air - 1 day\"),             -- Transmute: Water to Air\n(17563, 86400000, 86400000, 0, 0, \"Transmute: Undeath to Water - 1 day\"),         -- Transmute: Undeath to Water\n(17564, 86400000, 86400000, 0, 0, \"Transmute: Water to Undeath - 1 day\"),         -- Transmute: Water to Undeath\n(17565, 86400000, 86400000, 0, 0, \"Transmute: Life to Earth - 1 day\"),            -- Transmute: Life to Earth\n(17566, 86400000, 86400000, 0, 0, \"Transmute: Earth to Life - 1 day\"),            -- Transmute: Earth to Life\n(25146, 600000, 600000, 0, 0, \"Transmute: Elemental Fire - 10 minutes\"),          -- Transmute: Elemental Fire\n(18560, 345600000, 345600000, 0, 0, \"Mooncloth - 4 days\");                        -- Mooncloth\n\n/* Salt Shaker (3 days) */\nUPDATE `item_template` SET `spellcooldown_1` = 259200000, `spellcategorycooldown_1` = 259200000 WHERE entry = 15846;\n\n\n/* TBC */\n\nDELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (26751, 28566, 28567, 28568, 28569, 29688, 32765, 32766, 31373, 36686);\nINSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES \n(28566, 72000000, 72000000, 0, 0, \"Transmute: Primal Air to Fire - 20 hours\"),    -- Transmute: Primal Air to Fire\n(28567, 72000000, 72000000, 0, 0, \"Transmute: Primal Earth to Water - 20 hours\"), -- Transmute: Primal Earth to Water\n(28568, 72000000, 72000000, 0, 0, \"Transmute: Primal Fire to Earth - 20 hours\"),  -- Transmute: Primal Fire to Earth\n(28569, 72000000, 72000000, 0, 0, \"Transmute: Primal Water to Air - 20 hours\"),   -- Transmute: Primal Water to Air\n(29688, 72000000, 72000000, 0, 0, \"Transmute: Primal Might - 20 hours\"),          -- Transmute: Primal Might\n(32765, 72000000, 72000000, 0, 0, \"Transmute: Earthstorm Diamond - 20 hours\"),    -- Transmute: Earthstorm Diamond\n(32766, 72000000, 72000000, 0, 0, \"Transmute: Skyfire Diamond - 20 hours\"),       -- Transmute: Skyfire Diamond\n(26751, 331200000, 331200000, 0, 0, \"Primal Mooncloth - 3 days 20 hours\"),        -- Primal Mooncloth\n(31373, 331200000, 331200000, 0, 0, \"Spellcloth - 3 days 20 hours\"),              -- Spellcloth\n(36686, 331200000, 331200000, 0, 0, \"Shadowcloth - 3 days 20 hours\");             -- Shadowcloth\n"
  },
  {
    "path": "optional/sql/world/zz_optional_restore_potion_cd.sql",
    "content": "/* This will restore potion cooldown time to 2 minutes like it was during vanilla and TBC */\n\n/* classic potions */\nUPDATE `item_template` SET `spellcategorycooldown_1` = 120000 WHERE `entry` IN \n(118, 858, 929, 1450, 1710, 2455, 2456, 2459, 2633, 3087, 3384, 3385, 3386, 3387, 3827, 3928, 4596, 4623, \n5631, 5633, 5634, 5816, 6048, 6049, 6050, 6051, 6052, 6149, 6372, 9030, 9036, 9144, \n12190, 13442, 13443, 13444, 13446, 13455, 13456, 13457, 13458, 13459, 13460, 13461, 13462, 13506, \n17348, 17349, 17351, 17352, 18253, 18839, 18841, 20002, 20008);\n\n/* TBC potions */\nUPDATE `item_template` SET `spellcategorycooldown_1` = 120000 WHERE `entry` IN \n(22826, 22828, 22829, 22832, 22836, 22837, 22838, 22839, 22841, 22842, 22844, 22845, 22846, 22847, 22849, 22850, 22871, \n23822, 23823, 28100, 28101, 31676, 31677, 31838, 31839, 31840, 31841, 31852, 31853, 31854, 31855, \n32783, 32784, 32840, 32844, 32845, 32846, 32847, 32902, 32903, 32904, 32905, 32909, 32910, 32947, 32948);\n"
  },
  {
    "path": "optional/sql/world/zz_optional_restore_rogue_poisons.sql",
    "content": "/* \n    In WotLK the Rogue Poisons crafting skill was removed and poisons were added to be simply bought from vendors instead.\n    This file will remove these items from the vendors and restore the original skill for Rogues \n    Please note that this requires the optional files from the Optional directory to be installed, as several small client adjustments needed to be made!\n*/\n\nDELETE FROM `spell_dbc` WHERE `ID`= 2995;\nINSERT INTO `spell_dbc` (`ID`, `Category`, `DispelType`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `ShapeshiftMask`, \n    `unk_320_2`, `ShapeshiftExclude`, `unk_320_3`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `FacingCasterFlags`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`, \n    `CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, \n    `ProcTypeMask`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerLevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, \n    `ModalNextSpell`, `CumulativeAura`, `Totem_1`, `Totem_2`, `Reagent_1`, `Reagent_2`, `Reagent_3`, `Reagent_4`, `Reagent_5`, `Reagent_6`, `Reagent_7`, `Reagent_8`, `ReagentCount_1`, `ReagentCount_2`, `ReagentCount_3`,\n    `ReagentCount_4`, `ReagentCount_5`, `ReagentCount_6`, `ReagentCount_7`, `ReagentCount_8`, `EquippedItemClass`, `EquippedItemSubclass`, `EquippedItemInvTypes`, `Effect_1`, `Effect_2`, `Effect_3`, `EffectDieSides_1`, \n    `EffectDieSides_2`, `EffectDieSides_3`, `EffectRealPointsPerLevel_1`, `EffectRealPointsPerLevel_2`, `EffectRealPointsPerLevel_3`, `EffectBasePoints_1`, `EffectBasePoints_2`, `EffectBasePoints_3`, `EffectMechanic_1`, \n    `EffectMechanic_2`, `EffectMechanic_3`, `ImplicitTargetA_1`, `ImplicitTargetA_2`, `ImplicitTargetA_3`, `ImplicitTargetB_1`, `ImplicitTargetB_2`, `ImplicitTargetB_3`, `EffectRadiusIndex_1`, `EffectRadiusIndex_2`,\n    `EffectRadiusIndex_3`, `EffectAura_1`, `EffectAura_2`, `EffectAura_3`, `EffectAuraPeriod_1`, `EffectAuraPeriod_2`, `EffectAuraPeriod_3`, `EffectMultipleValue_1`, `EffectMultipleValue_2`, `EffectMultipleValue_3`, \n    `EffectChainTargets_1`, `EffectChainTargets_2`, `EffectChainTargets_3`, `EffectItemType_1`, `EffectItemType_2`, `EffectItemType_3`, `EffectMiscValue_1`, `EffectMiscValue_2`, `EffectMiscValue_3`, `EffectMiscValueB_1`, \n    `EffectMiscValueB_2`, `EffectMiscValueB_3`, `EffectTriggerSpell_1`, `EffectTriggerSpell_2`, `EffectTriggerSpell_3`, `EffectPointsPerCombo_1`, `EffectPointsPerCombo_2`, `EffectPointsPerCombo_3`, `EffectSpellClassMaskA_1`, \n    `EffectSpellClassMaskA_2`, `EffectSpellClassMaskA_3`, `EffectSpellClassMaskB_1`, `EffectSpellClassMaskB_2`, `EffectSpellClassMaskB_3`, `EffectSpellClassMaskC_1`, `EffectSpellClassMaskC_2`, `EffectSpellClassMaskC_3`, \n    `SpellVisualID_1`, `SpellVisualID_2`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`, \n    `Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `NameSubtext_Lang_enUS`, \n    `NameSubtext_Lang_enGB`, `NameSubtext_Lang_koKR`, `NameSubtext_Lang_frFR`, `NameSubtext_Lang_deDE`, `NameSubtext_Lang_enCN`, `NameSubtext_Lang_zhCN`, `NameSubtext_Lang_enTW`, `NameSubtext_Lang_zhTW`, \n    `NameSubtext_Lang_esES`, `NameSubtext_Lang_esMX`, `NameSubtext_Lang_ruRU`, `NameSubtext_Lang_ptPT`, `NameSubtext_Lang_ptBR`, `NameSubtext_Lang_itIT`, `NameSubtext_Lang_Unk`, `NameSubtext_Lang_Mask`, \n    `Description_Lang_enUS`, `Description_Lang_enGB`, `Description_Lang_koKR`, `Description_Lang_frFR`, `Description_Lang_deDE`, `Description_Lang_enCN`, `Description_Lang_zhCN`, `Description_Lang_enTW`, \n    `Description_Lang_zhTW`, `Description_Lang_esES`, `Description_Lang_esMX`, `Description_Lang_ruRU`, `Description_Lang_ptPT`, `Description_Lang_ptBR`, `Description_Lang_itIT`, `Description_Lang_Unk`, \n    `Description_Lang_Mask`, `AuraDescription_Lang_enUS`, `AuraDescription_Lang_enGB`, `AuraDescription_Lang_koKR`, `AuraDescription_Lang_frFR`, `AuraDescription_Lang_deDE`, `AuraDescription_Lang_enCN`, \n    `AuraDescription_Lang_zhCN`, `AuraDescription_Lang_enTW`, `AuraDescription_Lang_zhTW`, `AuraDescription_Lang_esES`, `AuraDescription_Lang_esMX`, `AuraDescription_Lang_ruRU`, `AuraDescription_Lang_ptPT`, \n    `AuraDescription_Lang_ptBR`, `AuraDescription_Lang_itIT`, `AuraDescription_Lang_Unk`, `AuraDescription_Lang_Mask`, `ManaCostPct`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellClassSet`, \n    `SpellClassMask_1`, `SpellClassMask_2`, `SpellClassMask_3`, `MaxTargets`, `DefenseType`, `PreventionType`, `StanceBarOrder`, `EffectChainAmplitude_1`, `EffectChainAmplitude_2`, `EffectChainAmplitude_3`, `MinFactionID`, \n    `MinReputation`, `RequiredAuraVision`, `RequiredTotemCategoryID_1`, `RequiredTotemCategoryID_2`, `RequiredAreasID`, `SchoolMask`, `RuneCostID`, `SpellMissileID`, `PowerDisplayID`, `EffectBonusMultiplier_1`, \n    `EffectBonusMultiplier_2`, `EffectBonusMultiplier_3`, `SpellDescriptionVariableID`, `SpellDifficultyID`) VALUES\n\n(2995, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \n -1, 0, 0, 36, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2842, 0, 8681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 0, 342, 0, 0, \n 'Poisons', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712190, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', \n 16712188, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0);\n\n\nDELETE FROM `skilllineability_dbc` WHERE `SkillLine` = 40 and `Spell` = 2842;\nINSERT INTO `skilllineability_dbc` (`ID`, `SkillLine`, `Spell`, `RaceMask`, `ClassMask`, `ExcludeRace`, `ExcludeClass`, `MinSkillLineRank`, `SupercededBySpell`, \n`AcquireMethod`, `TrivialSkillLineRankHigh`, `TrivialSkillLineRankLow`, `CharacterPoints_1`, `CharacterPoints_2`) VALUES \n(1687, 40, 2842, 0, 8, 0, 0, 0, 0, 2, 0, 0, 0, 0);\n\nDELETE FROM `spell_dbc` WHERE `ID` = 11202;\n\nUPDATE `item_template` SET `spellppmRate_1` = -1 WHERE `entry` = 3776;\nUPDATE `item_template` SET `spellid_1` = 8693, `spellcharges_1` = -1 WHERE `entry` = 6951;\nUPDATE `item_template` SET `Flags` = 2097216, `spellid_1` = 11399, `spellcharges_1` = -1 WHERE `entry` = 9186;\nUPDATE `item_template` SET `class` = 0, `subclass` = 0 WHERE `entry` IN (3775, 3776, 10918, 10920, 10921, 10922, 22055, 2892, 2893, 8984, 8985, 20844, 22053, 22054, 6947, 6949, 6950, 8926, 8927, 8928, 21927, 5237, 6951, 9186, 21835);\n\nUPDATE `item_template` SET `Quality` = 1, `class` = 7 WHERE `entry` IN\n(2928,  -- Dust of Decay\n 2930,  -- Essence of Pain\n 3777,  -- Lethargy Root\n 5173,  -- Deathweed\n 8923,  -- Essence of Agony\n 8924); -- Dust of Deterioration\n\n-- add Poisons skill reward to rogue quests\nUPDATE `quest_template` SET `RewardSpell` = 2995 WHERE `ID` IN (2480, 2359);\n\nDELETE FROM `npc_vendor` WHERE `item` IN (3775, 2892, 2893, 5237, 6947, 6949, 6950, 6951, 8926, 8927, 8928, 8984, 8985, 3776, 9186, 10918, 10920, 10921, 10922, 20844, 21835, 21927, 22053, 22054, 22055);\n\nDELETE FROM `trainer_spell` WHERE `TrainerId` = 9 AND `SpellID` In\n(2835, 2837, 3420, 3421, 5763, 6510, 8687, 8691, 8694, 11341, 11342, 11343, 11357, 11358, 11400, 13220, 13228, 13229, 13230, 26786, 26892, 26969, 27282, 27283);\nINSERT INTO `trainer_spell` (`TrainerId`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES\n--\n(9, 2835, 10000, 40, 130, 30),\n(9, 2837, 18000, 40, 170, 38),\n(9, 3420, 3000, 40, 1, 20),\n(9, 3421, 35000, 40, 230, 50),\n(9, 5763, 5000, 40, 100, 24),\n(9, 6510, 14000, 40, 150, 34),\n(9, 8687, 8000, 40, 120, 28),\n(9, 8691, 16000, 40, 160, 36),\n(9, 8694, 18000, 40, 170, 38),\n(9, 11341, 29000, 40, 200, 44),\n(9, 11342, 46000, 40, 240, 52),\n(9, 11343, 54000, 40, 280, 60),\n(9, 11357, 31000, 40, 210, 46),\n(9, 11358, 48000, 40, 250, 54),\n(9, 11400, 46000, 40, 240, 52),\n(9, 13220, 12000, 40, 140, 32),\n(9, 13228, 20000, 40, 180, 40),\n(9, 13229, 33000, 40, 220, 48),\n(9, 13230, 50000, 40, 260, 56),\n(9, 26786, 110000, 40, 320, 68),\n(9, 26892, 110000, 40, 320, 68),\n(9, 26969, 65000, 40, 290, 62),\n(9, 27282, 140000, 40, 330, 70),\n(9, 27283, 80000, 40, 300, 64);\n\n-- add rogue book to AQ20 loot\nDELETE FROM `reference_loot_template` WHERE `Entry`= 30424 AND `Item`= 21302;\nINSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(30424, 21302, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Deadly Poison V');\n\nDELETE FROM `spell_ranks` WHERE `first_spell_id` IN (2835, 3420, 5763, 8681, 13220);\nINSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES\n(2835, 2835, 1),\n(2835, 2837, 2),\n(2835, 11357, 3),\n(2835, 11358, 4),\n(2835, 25347, 5),\n(2835, 26969, 6),\n(2835, 27282, 7),\n(3420, 3420, 1),\n(3420, 3421, 2),\n(5763, 5763, 1),\n(5763, 8694, 2),\n(5763, 11400, 3),\n(8681, 8681, 1),\n(8681, 8687, 2),\n(8681, 8691, 3),\n(8681, 11341, 4),\n(8681, 11342, 5),\n(8681, 11343, 6),\n(8681, 26892, 7),\n(13220, 13220, 1),\n(13220, 13228, 2),\n(13220, 13229, 3),\n(13220, 13230, 4),\n(13220, 27283, 5);\n"
  },
  {
    "path": "optional/sql/world/zz_optional_small_group_adjustments.sql",
    "content": "/* These changes are intended to be used in conjunction with autobalance, NPCBots, or other methods that allow players to complete raids with smaller groups.\n   Given the nature of the module, it is not uncommon for players to be in different phases and to have difficulty finding a full group, particularly for 40-man raids.\n */\n\n /* -- Earlier access to Eternal Quintessence --\n    This change will cause Duke Hydraxis to give Eternal Quintessence at the time he would normally give standard Aqual Quintessence, along with removing its cooldown.\n\n    This will allow players to have the full Molten Core experience including progress through the Hydraxian Waterlords faction and all quests with appropriate rewards,\n    while still allowing them to douse runes. Originally, due to the standard Quintessence being unique and having a week long cooldown, accessing the end bosses of the instance\n    requires one player per boss to douse the runes.\n\n    One other alternative provided by the module is the disabling runes entirely, which allows players to skip the faction and quests entirely and clear the instance as soon\n    as they enter the first time. This is done through the module's config file (disabled by default). This optional change is a medium between the two.\n*/\n\nUPDATE `smart_scripts` SET `action_param1` = 22754 WHERE `entryorguid` = 13278 AND `id` = 1;\nUPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 22754;\n\n/* -- Fewer Firesworn in Garr fight --\n   The Garr fight in Molten Core was designed to have a group of 40 players split up to defeat the 8 Firesworn minions.\n   With a smaller group, this fight becomes very difficult to manage even when scaled down.\n\n   This change reduces the number of Firesworn to only 4, making the fight more reasonable for a smaller party without\n   having to resort to excessive scaling.\n */\nDELETE FROM `creature` WHERE `guid` IN (56628, 56619, 56622, 56610);\nDELETE FROM `creature_formations` WHERE `memberGUID` IN (56628, 56619, 56622, 56610);\nDELETE FROM `linked_respawn` WHERE `guid` IN (56628, 56619, 56622, 56610);\n\n/* -- Restore Firesworn in Garr fight (if needed) -- */\n/* DELETE FROM `creature` WHERE `guid` IN (56628, 56619, 56622, 56610);\nINSERT INTO `creature` (`guid`,`id1`,`id2`,`id3`,`map`,`zoneId`,`areaId`,`spawnMask`,`phaseMask`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`wander_distance`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`,`ScriptName`,`VerifiedBuild`,`CreateObject`,`Comment`) VALUES\n(56619,12099,0,0,409,0,0,1,1,0,693.192,-494.994,-214.185,0,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL),\n(56610,12099,0,0,409,0,0,1,1,0,688.943,-508.177,-214.46,4.83456,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL),\n(56622,12099,0,0,409,0,0,1,1,0,683.891,-496.467,-213.892,6.02003,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL),\n(56628,12099,0,0,409,0,0,1,1,0,698.831,-507.815,-214.691,6.02004,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL);\n\nDELETE FROM `creature_formations` WHERE `memberGUID` IN (56628, 56619, 56622, 56610);\nINSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES\n(56609,56610,10,45,514,0,0),\n(56609,56619,10,135,514,0,0),\n(56609,56622,10,225,514,0,0),\n(56609,56628,10,315,514,0,0);\n\nDELETE FROM `linked_respawn` WHERE `guid` IN (56628, 56619, 56622, 56610);\nINSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES\n(56610,56609,0),\n(56619,56609,0),\n(56622,56609,0),\n(56628,56609,0);\n*/\n"
  },
  {
    "path": "optional/sql/world/zz_optional_spell_damage_and_healing.sql",
    "content": "/*\n    Patch-V or Patch-S is REQUIRED for this to work!\n    This restores 'Increased healing done' for Vanilla items and 'Increased damage and healing done' for TBC items.\n    WotLK removed this and changed all these items to have the same amount of damage and healing done. Removing the distinction between dps and healer caster items.\n*/\n\n-- spellid_1 updates\nUPDATE `item_template` SET `spellid_1` = 81003 WHERE `entry` IN (20967, 24380, 30276, 31196, 32810);\nUPDATE `item_template` SET `spellid_1` = 81018 WHERE `entry` IN (20969, 28250, 28582, 28620, 28813, 29374, 31202, 32018, 34625, 35358, 35509);\nUPDATE `item_template` SET `spellid_1` = 81005 WHERE `entry` IN (21765, 25310, 25966, 29345);\nUPDATE `item_template` SET `spellid_1` = 81011 WHERE `entry` IN (21791, 24110, 25517, 27409, 27411, 27433, 27489, 28387, 28419, 28618, 28811, 29334, 30080, 30338, 31292, 31619, 31632, 31637, 32452, 35356, 35404);\nUPDATE `item_template` SET `spellid_1` = 33136 WHERE `entry` IN (21862, 25681, 28138, 28169, 30038, 30056, 30064, 30734, 31297, 31821, 32480, 33357, 33680, 34407, 34528, 34541, 34542, 34555, 34557, 34563, 34564, 34566, 34572, 34574, 35004, 35029, 35084);\nUPDATE `item_template` SET `spellid_1` = 81036 WHERE `entry` IN (21873, 28591, 28756, 29508, 29921, 30112, 31988, 32023, 32573, 32583, 33719, 34409, 35523, 35530);\nUPDATE `item_template` SET `spellid_1` = 81042 WHERE `entry` IN (21874, 28803, 31989);\nUPDATE `item_template` SET `spellid_1` = 81059 WHERE `entry` IN (21875, 30912);\nUPDATE `item_template` SET `spellid_1` = 81016 WHERE `entry` IN (21890, 24083, 27648, 28661, 28823, 31585, 31590, 31642, 31648, 31730, 31923, 32024, 33064, 33068, 35362, 35393);\nUPDATE `item_template` SET `spellid_1` = 81024 WHERE `entry` IN (23539, 24076, 27772, 28230, 28259, 28413, 28612, 28666, 29055, 29168, 29169, 29327, 31616, 32531, 32653, 33693, 33720, 34138, 35130, 35134, 35175, 35177);\nUPDATE `item_template` SET `spellid_1` = 81007 WHERE `entry` IN (24045, 25488, 25542, 27452, 27737, 27919, 28029, 28129, 28130, 28588, 31258, 31526, 31624, 31628, 31732, 35336);\nUPDATE `item_template` SET `spellid_1` = 81025 WHERE `entry` IN (24254, 24390, 27477, 27780, 28652, 29306, 29923, 32016, 32988, 32990, 32998, 32999, 33721, 35063);\nUPDATE `item_template` SET `spellid_1` = 81027 WHERE `entry` IN (24261, 27897, 28520, 29090, 29250, 29251, 30047, 30862, 30869, 30882, 31375, 31400, 31411, 31594, 31595, 31596, 31597, 31643, 31649, 32513, 32961, 33309, 33498, 35394);\nUPDATE `item_template` SET `spellid_1` = 81035 WHERE `entry` IN (24264, 25316, 29174, 30018, 30168, 31406, 31991, 32337, 32370, 33446, 33690, 35060);\nUPDATE `item_template` SET `spellid_1` = 81050 WHERE `entry` IN (24378, 30728, 30904, 32475, 32479, 33469);\nUPDATE `item_template` SET `spellid_1` = 81008 WHERE `entry` IN (24393, 25988, 27645, 28619, 28623, 28812, 29779, 31971, 32812, 35357);\nUPDATE `item_template` SET `spellid_1` = 81010 WHERE `entry` IN (24459, 25713, 28815, 31493, 31622, 31626, 31972, 34059, 35333, 35360, 35469);\nUPDATE `item_template` SET `spellid_1` = 81133 WHERE `entry` IN (25308);\nUPDATE `item_template` SET `spellid_1` = 81009 WHERE `entry` IN (25311);\nUPDATE `item_template` SET `spellid_1` = 81013 WHERE `entry` IN (25312);\nUPDATE `item_template` SET `spellid_1` = 81019 WHERE `entry` IN (25313);\nUPDATE `item_template` SET `spellid_1` = 81023 WHERE `entry` IN (25314);\nUPDATE `item_template` SET `spellid_1` = 81028 WHERE `entry` IN (25315, 28521, 28655, 29170, 29183, 29308, 29309, 29781, 30100, 30868, 30871, 31329, 31383, 31586, 31591, 32021, 32238, 32255, 32350, 32571, 32577, 32582, 32584, 33299, 33386, 34012, 34360, 34363, 35174, 35283, 35291, 35363, 35519, 35520, 35526, 35529, 35538);\nUPDATE `item_template` SET `spellid_1` = 81043 WHERE `entry` IN (25317);\nUPDATE `item_template` SET `spellid_1` = 81052 WHERE `entry` IN (25318, 31447, 31475);\nUPDATE `item_template` SET `spellid_1` = 81060 WHERE `entry` IN (25319, 31700);\nUPDATE `item_template` SET `spellid_1` = 81064 WHERE `entry` IN (25320);\nUPDATE `item_template` SET `spellid_1` = 81068 WHERE `entry` IN (25321);\nUPDATE `item_template` SET `spellid_1` = 81070 WHERE `entry` IN (25322);\nUPDATE `item_template` SET `spellid_1` = 81071 WHERE `entry` IN (25323);\nUPDATE `item_template` SET `spellid_1` = 81033 WHERE `entry` IN (25492, 29028, 29061, 29065, 29274, 30084, 30110, 30726, 30736, 31376, 31379, 32031, 32353, 33207, 33281, 33483, 33519, 33531, 33587, 33724, 33885, 33886, 35073, 35074, 35145, 35147, 35160, 35162);\nUPDATE `item_template` SET `spellid_1` = 81006 WHERE `entry` IN (25501, 27417, 27440, 27491, 31587, 31592, 35364, 35470, 35932, 37529);\nUPDATE `item_template` SET `spellid_1` = 81026 WHERE `entry` IN (25536);\nUPDATE `item_template` SET `spellid_1` = 81004 WHERE `entry` IN (25564, 27885, 28128, 29159, 31598, 31599, 31634, 31639, 31969, 35406, 35476);\nUPDATE `item_template` SET `spellid_1` = 81002 WHERE `entry` IN (25629, 25632, 28622, 28814, 31630, 31635, 35359, 35402);\nUPDATE `item_template` SET `spellid_1` = 81021 WHERE `entry` IN (25634, 25791, 25792, 28233, 28251, 28348, 28398, 28765, 29054, 29458, 31614, 31633, 31638, 32019, 32516, 32772, 35405);\nUPDATE `item_template` SET `spellid_1` = 81067 WHERE `entry` IN (25774, 27412);\nUPDATE `item_template` SET `spellid_1` = 81012 WHERE `entry` IN (25776, 27727, 27728, 27827, 28194, 28443, 28444, 28525, 28574, 28976, 28977, 31465, 32363, 34985);\nUPDATE `item_template` SET `spellid_1` = 81030 WHERE `entry` IN (25820, 25822, 27748, 27763, 27912, 28742, 28763, 29029, 29031, 29032, 29064, 29086, 29089, 29505, 30062, 31282, 31623, 31627, 32524, 32800, 32979, 32981, 35056, 35059, 35334);\nUPDATE `item_template` SET `spellid_1` = 81049 WHERE `entry` IN (25836);\nUPDATE `item_template` SET `spellid_1` = 81056 WHERE `entry` IN (25917);\nUPDATE `item_template` SET `spellid_1` = 81029 WHERE `entry` IN (27410, 27790, 28609, 28647, 28733, 28748, 30543, 30665, 32022, 32090, 32535, 33464, 33471, 33735, 33736, 33903, 33905, 33907, 33908, 34890, 35025);\nUPDATE `item_template` SET `spellid_1` = 81132 WHERE `entry` IN (27431, 37362, 39188, 39191, 39217, 39240, 39259, 39295, 39391, 39405, 39514, 39515, 39521, 39523, 39531, 39538, 39539, 39545, 39546, 39547, 39583, 39588, 39589, 39592, 39594, 39595, 39628, 39629, 39630, 40349, 43732, 43733, 43749, 43753, 43754, 43755, 43756, 43760, 43761, 43763, 43767, 43768, 43769, 43770, 43771, 43792, 43798, 43800, 43807, 43808, 43820, 43822, 43991);\nUPDATE `item_template` SET `spellid_1` = 81022 WHERE `entry` IN (27457, 27525, 27549, 27873, 28202, 28218, 28221, 28268, 28304, 28569, 28752, 28790, 29267, 29290, 29307, 29354, 29814, 29920, 30377, 30463, 31410, 31691, 33325, 33332, 33520, 33532, 33557, 33589, 33722, 33901, 34612, 34700, 34707, 34791, 34793);\nUPDATE `item_template` SET `spellid_1` = 81037 WHERE `entry` IN (27458, 29088, 29376, 30873, 30878, 30885, 30886, 30895, 30897, 31377, 32243, 32258, 32273, 32275, 32328, 32339, 32517, 32518, 32585, 33740, 34372, 34376, 34380, 34902, 35139, 35154, 35525, 35546, 35550);\nUPDATE `item_template` SET `spellid_1` = 81014 WHERE `entry` IN (27468, 27714, 27766, 28045, 28508, 31150, 31631, 31636, 33887, 35403);\nUPDATE `item_template` SET `spellid_1` = 81032 WHERE `entry` IN (27506, 27759, 27800, 27866, 27875, 29049, 29976, 29984, 30029, 30030, 30035, 30036, 30092, 31987, 32017, 32519, 32528, 32609, 33287, 33480, 34166, 34205, 34231, 34432, 34435, 34438, 34445, 34795, 34796, 34923, 35057);\nUPDATE `item_template` SET `spellid_1` = 81020 WHERE `entry` IN (27536, 27826, 28728, 29291, 29342, 30066, 31584, 31589, 31625, 31629, 31749, 31968, 31990, 33333, 33592, 33726, 33904, 33906, 33918, 33922, 34602, 35317, 35324, 35337, 35361, 35467);\nUPDATE `item_template` SET `spellid_1` = 81075 WHERE `entry` IN (27538, 27791, 27876, 28033, 28216, 28257, 28322, 31304);\nUPDATE `item_template` SET `spellid_1` = 81017 WHERE `entry` IN (27542, 27548, 28127, 28213, 28340, 28503, 28511, 28512, 28731, 28822, 29249, 29289, 29315, 29373, 29375, 31378, 31413, 32020, 32980, 33058, 33957, 34074, 35169, 35494);\nUPDATE `item_template` SET `spellid_1` = 81015 WHERE `entry` IN (27775, 28373, 28754, 29288, 29322, 30464, 31412, 31588, 31593, 31613, 32786, 32798, 32989, 32997, 34348, 34705, 35365);\nUPDATE `item_template` SET `spellid_1` = 33250 WHERE `entry` IN (27905, 28931, 28935, 28957, 28959, 29185, 32537, 32660, 32674, 34667, 34670);\nUPDATE `item_template` SET `spellid_1` = 81000 WHERE `entry` IN (28126, 28445, 28978, 33266);\nUPDATE `item_template` SET `spellid_1` = 81031 WHERE `entry` IN (28190, 30841, 31618, 32084, 32512, 32788, 33718, 33723, 34184, 34206, 34677);\nUPDATE `item_template` SET `spellid_1` = 81079 WHERE `entry` IN (28522, 28604, 34608);\nUPDATE `item_template` SET `spellid_1` = 81039 WHERE `entry` IN (28578, 28662, 29050, 29053, 29063, 29087, 30298, 30299, 33530, 33694, 34050, 34342, 34580, 34605, 35022, 35061, 35144, 35159);\nUPDATE `item_template` SET `spellid_1` = 81034 WHERE `entry` IN (28600, 29506, 29965, 29989, 30135, 30138, 30151, 30154, 30165, 30217, 30221, 30256, 30465, 30911, 31335, 33900, 33902);\nUPDATE `item_template` SET `spellid_1` = 81038 WHERE `entry` IN (28735, 30737, 30983, 30996, 31007, 31022, 31032, 31047, 31060, 31069, 32579, 33216, 33327, 33356, 33552, 34926, 34932, 35054, 35521);\nUPDATE `item_template` SET `spellid_1` = 81040 WHERE `entry` IN (28751, 29062, 30027, 30164, 32032, 33463, 33691, 33725);\nUPDATE `item_template` SET `spellid_1` = 81082 WHERE `entry` IN (28771, 28782);\nUPDATE `item_template` SET `spellid_1` = 81128 WHERE `entry` IN (28804, 31142);\nUPDATE `item_template` SET `spellid_1` = 81044 WHERE `entry` IN (29030, 34351, 34487, 34527, 34543, 34554, 34559, 34562, 34565, 34571, 35055);\nUPDATE `item_template` SET `spellid_1` = 81076 WHERE `entry` IN (29133, 34671, 34790);\nUPDATE `item_template` SET `spellid_1` = 81077 WHERE `entry` IN (29175, 31342);\nUPDATE `item_template` SET `spellid_1` = 81078 WHERE `entry` IN (29353);\nUPDATE `item_template` SET `spellid_1` = 81047 WHERE `entry` IN (29977, 30048, 30111, 30137, 30153, 30220, 32472, 32495, 33203, 33322, 33518, 33585, 33692, 35026);\nUPDATE `item_template` SET `spellid_1` = 81084 WHERE `entry` IN (29981);\nUPDATE `item_template` SET `spellid_1` = 42111 WHERE `entry` IN (29988);\nUPDATE `item_template` SET `spellid_1` = 81051 WHERE `entry` IN (29990, 29991);\nUPDATE `item_template` SET `spellid_1` = 81072 WHERE `entry` IN (30012, 31013, 31038, 31289, 31417, 32830);\nUPDATE `item_template` SET `spellid_1` = 81053 WHERE `entry` IN (30075, 30893, 35080);\nUPDATE `item_template` SET `spellid_1` = 32149 WHERE `entry` IN (30095);\nUPDATE `item_template` SET `spellid_1` = 81088 WHERE `entry` IN (30108, 30918, 32344);\nUPDATE `item_template` SET `spellid_1` = 81048 WHERE `entry` IN (30134, 30136, 30150, 30152, 30166, 30167, 30216, 30219, 32240, 35023, 35062);\nUPDATE `item_template` SET `spellid_1` = 81054 WHERE `entry` IN (30727, 30887, 30899, 31343, 32241, 32271, 32329, 32340, 32354, 32496, 34900, 34924, 34930);\nUPDATE `item_template` SET `spellid_1` = 81080 WHERE `entry` IN (30732);\nUPDATE `item_template` SET `spellid_1` = 81091 WHERE `entry` IN (30908, 32500);\nUPDATE `item_template` SET `spellid_1` = 33141 WHERE `entry` IN (30913, 34847);\nUPDATE `item_template` SET `spellid_1` = 81058 WHERE `entry` IN (30988, 31012, 31016, 31019, 35750);\nUPDATE `item_template` SET `spellid_1` = 81057 WHERE `entry` IN (30992, 31037, 31041, 31045, 31063, 31066, 31068);\nUPDATE `item_template` SET `spellid_1` = 81055 WHERE `entry` IN (30994, 34379, 34395, 34901, 34925, 34931, 35024);\nUPDATE `item_template` SET `spellid_1` = 81001 WHERE `entry` IN (31967);\nUPDATE `item_template` SET `spellid_1` = 33140 WHERE `entry` IN (32327);\nUPDATE `item_template` SET `spellid_1` = 81081 WHERE `entry` IN (32451);\nUPDATE `item_template` SET `spellid_1` = 81085 WHERE `entry` IN (32964);\nUPDATE `item_template` SET `spellid_1` = 81046 WHERE `entry` IN (33286, 33741, 34167, 34193, 34202, 34208, 34209, 34240, 34367, 35544);\nUPDATE `item_template` SET `spellid_1` = 81086 WHERE `entry` IN (33468);\nUPDATE `item_template` SET `spellid_1` = 81083 WHERE `entry` IN (33490);\nUPDATE `item_template` SET `spellid_1` = 81089 WHERE `entry` IN (33743, 34896);\nUPDATE `item_template` SET `spellid_1` = 81063 WHERE `entry` IN (34170, 34212, 34229, 34233, 34365, 34371, 34375, 34383, 34384, 34402, 35183, 35184, 35545, 35548, 35549);\nUPDATE `item_template` SET `spellid_1` = 81092 WHERE `entry` IN (34199, 35082);\nUPDATE `item_template` SET `spellid_1` = 81065 WHERE `entry` IN (34243);\nUPDATE `item_template` SET `spellid_1` = 81066 WHERE `entry` IN (34245, 34339);\nUPDATE `item_template` SET `spellid_1` = 81093 WHERE `entry` IN (34335, 34337);\nUPDATE `item_template` SET `spellid_1` = 81135 WHERE `entry` IN (34336);\nUPDATE `item_template` SET `spellid_1` = 42057 WHERE `entry` IN (34604);\nUPDATE `item_template` SET `spellid_1` = 81045 WHERE `entry` IN (34921, 34922, 35079);\nUPDATE `item_template` SET `spellid_1` = 81126 WHERE `entry` IN (35085);\nUPDATE `item_template` SET `spellid_1` = 81061 WHERE `entry` IN (35181, 35185);\nUPDATE `item_template` SET `spellid_1` = 81124 WHERE `entry` IN (35182, 37965, 37991, 38023, 39367);\nUPDATE `item_template` SET `spellid_1` = 81113 WHERE `entry` IN (35572, 37232, 37291, 37365, 37371, 37613, 37630, 37718, 37724, 37725, 37732, 37761, 37774, 37869, 37889, 39170, 39432, 39444, 39451, 39455, 39816, 40756);\nUPDATE `item_template` SET `spellid_1` = 41782 WHERE `entry` IN (35574, 35577, 37745, 37755, 37790, 39348);\nUPDATE `item_template` SET `spellid_1` = 81104 WHERE `entry` IN (35578, 35848, 35859, 35863, 35882, 35884, 35885, 36884, 37209, 37357, 37402, 37428, 37456, 37483, 37525, 37528, 37541, 37760, 37763, 37772, 37822, 38047, 38223, 39124, 39323, 39363, 39400);\nUPDATE `item_template` SET `spellid_1` = 22747 WHERE `entry` IN (35580, 35631, 35636, 35844, 35931, 37210, 37929, 37937, 37956, 37957, 42637);\nUPDATE `item_template` SET `spellid_1` = 81121 WHERE `entry` IN (35584, 36949, 36954, 36982, 37055, 37056, 37070, 37105, 37106, 37109, 37114, 37116, 37406, 39233, 39241, 39535, 39536);\nUPDATE `item_template` SET `spellid_1` = 44974 WHERE `entry` IN (35587);\nUPDATE `item_template` SET `spellid_1` = 81102 WHERE `entry` IN (35589, 35682, 37238, 37239, 37272, 37275, 37282, 37515, 37619, 38219, 38535, 38711, 38715, 38730, 39181, 39473, 42680, 42705);\nUPDATE `item_template` SET `spellid_1` = 81122 WHERE `entry` IN (35592, 35672, 35673, 35677, 35678, 35679, 35868);\nUPDATE `item_template` SET `spellid_1` = 81111 WHERE `entry` IN (35594, 36983, 36988, 37000, 37058, 37061, 37069, 37079, 37086, 37205, 37215, 37274, 37319, 37399, 37425, 37434, 37436, 37508, 37512, 37522, 39389, 39835, 42689);\nUPDATE `item_template` SET `spellid_1` = 81106 WHERE `entry` IN (35596, 35599, 35603, 35605, 35656, 35662, 35663, 35871, 35898, 35913, 37207, 37226, 37280, 37771, 37773, 37940, 37947, 37948, 37967, 37969, 37988, 37999, 38028, 38217, 38224, 38743, 38745, 38746, 38755, 38756, 39426, 39479, 39712, 39772, 39791, 39792, 39844, 39870, 39880, 40245, 40284, 40335, 42638, 42685, 42714, 42719);\nUPDATE `item_template` SET `spellid_1` = 81098 WHERE `entry` IN (35597, 35598, 35604, 35617, 35814, 35832, 36989, 37038, 37388, 37748, 37782, 37959, 38252, 38293, 38744, 38752, 39488);\nUPDATE `item_template` SET `spellid_1` = 81107 WHERE `entry` IN (35607, 35608, 35611, 35612, 35660, 35733, 37954, 37963, 37968, 38006, 38048, 38086, 38110, 38284, 38529, 39430, 39649, 39779, 39785, 39840);\nUPDATE `item_template` SET `spellid_1` = 81100 WHERE `entry` IN (35609, 35615, 35900, 37277, 37759, 37939, 37976, 39653, 42704);\nUPDATE `item_template` SET `spellid_1` = 81115 WHERE `entry` IN (35619, 35620, 35632, 35639, 39333, 39347, 39804, 39809, 39810);\nUPDATE `item_template` SET `spellid_1` = 81108 WHERE `entry` IN (35641, 35646, 37590, 37799, 37936, 38540, 39376);\nUPDATE `item_template` SET `spellid_1` = 28015 WHERE `entry` IN (35643, 35650, 37204, 37273, 38530, 38613, 39244, 39474, 39787, 39794, 42717, 42722);\nUPDATE `item_template` SET `spellid_1` = 41651 WHERE `entry` IN (35652, 35666, 35862, 35895, 35899, 37004, 37074, 37208, 37231, 37626, 37928, 38214, 38753, 39777, 39886, 42636, 42688);\nUPDATE `item_template` SET `spellid_1` = 81101 WHERE `entry` IN (35654, 35892, 37756, 37758, 37821, 38354, 38718, 39793, 42709, 42712, 42713, 42716, 42718, 42721);\nUPDATE `item_template` SET `spellid_1` = 81105 WHERE `entry` IN (35657, 35833, 36937, 36939, 37950, 38041, 38087, 39059, 39336, 39429);\nUPDATE `item_template` SET `spellid_1` = 81090 WHERE `entry` IN (35658);\nUPDATE `item_template` SET `spellid_1` = 81099 WHERE `entry` IN (35665, 35865, 37962, 38025, 38035, 38085, 38759);\nUPDATE `item_template` SET `spellid_1` = 47125 WHERE `entry` IN (35810, 36881, 37031, 37041, 37537);\nUPDATE `item_template` SET `spellid_1` = 81120 WHERE `entry` IN (35816, 37110, 37192, 37230, 37240, 37361, 37368, 37376, 37632, 37637, 37640, 37652, 37673, 37686, 37687, 37694, 37696, 37730, 37788, 37825, 37850, 37867, 37868, 37875, 37884, 39193, 39199, 39231, 39250, 39252, 39272, 39307, 39311, 39390, 39392, 39407, 39472, 39495, 39500, 40585, 40698, 40699, 40700, 43778, 43788, 44934);\nUPDATE `item_template` SET `spellid_1` = 81097 WHERE `entry` IN (35818, 35820, 35834, 35861, 35883, 35888, 35901, 35915, 35921, 35929, 37223, 37224, 37227, 37228, 37271, 37393, 37419, 37442, 37484, 37527, 37777, 37955, 38202, 38204, 38206, 38228, 38232, 38250, 38710, 42683, 42707);\nUPDATE `item_template` SET `spellid_1` = 81094 WHERE `entry` IN (35839, 35867, 35904, 35938, 37206, 37234, 37378, 37510, 37564, 42639);\nUPDATE `item_template` SET `spellid_1` = 25110 WHERE `entry` IN (35857, 37016);\nUPDATE `item_template` SET `spellid_1` = 41905 WHERE `entry` IN (35858, 35880, 35887, 35896, 35911, 35917, 35930, 37024, 39010, 39332, 39807);\nUPDATE `item_template` SET `spellid_1` = 81110 WHERE `entry` IN (35902, 36943, 36945, 36977, 36997, 37048, 37051, 37113, 37211, 37270, 37276, 37283, 37386, 37560, 37754, 37769, 38288, 38712, 38717, 38727, 38728, 38733, 38734, 39337, 42666, 42682);\nUPDATE `item_template` SET `spellid_1` = 81095 WHERE `entry` IN (35912, 37177, 37966, 38026);\nUPDATE `item_template` SET `spellid_1` = 81096 WHERE `entry` IN (35923, 35925, 37747, 42635, 42706, 42711);\nUPDATE `item_template` SET `spellid_1` = 54232 WHERE `entry` IN (36946, 39230, 39718, 39719, 40187, 40237, 40270, 40271, 40316, 40326, 40377, 40460, 40465, 40513, 40570, 40573, 43996);\nUPDATE `item_template` SET `spellid_1` = 42063 WHERE `entry` IN (36948, 36973, 36974, 36985, 36986, 36991, 37062, 37083);\nUPDATE `item_template` SET `spellid_1` = 48051 WHERE `entry` IN (36975, 37112);\nUPDATE `item_template` SET `spellid_1` = 81131 WHERE `entry` IN (36976);\nUPDATE `item_template` SET `spellid_1` = 81117 WHERE `entry` IN (37002, 37418, 37786, 40198, 40323, 40324, 40332);\nUPDATE `item_template` SET `spellid_1` = 81109 WHERE `entry` IN (37005, 37212, 37753, 38290, 38611, 38719, 39049, 39118, 42661, 42686);\nUPDATE `item_template` SET `spellid_1` = 41780 WHERE `entry` IN (37047, 37817, 37824, 39074);\nUPDATE `item_template` SET `spellid_1` = 33484 WHERE `entry` IN (37134, 37138, 37141, 37195, 37216, 37288, 37290, 37364, 37370, 37595, 37634, 37683, 37938, 37944, 37958, 37993, 38037, 38106, 38383, 39097, 39433, 39773, 39775, 39776, 39849, 40412);\nUPDATE `item_template` SET `spellid_1` = 48269 WHERE `entry` IN (37149, 37180, 37184, 37256, 37587, 37616, 37672, 37715, 37717, 37851, 37857, 37876, 40439);\nUPDATE `item_template` SET `spellid_1` = 26227 WHERE `entry` IN (37152, 37153, 37218, 37261, 37289, 37398, 37625, 37628, 37654, 37690, 37691, 37729, 37842, 37847, 37858, 38615, 38616, 39285, 39306, 39518, 39519, 39542, 39543, 39590, 39591, 39631, 39632, 39815, 39872, 39882, 39890, 40691, 40693, 40695, 40697, 43750, 43751, 43752, 43757, 43758, 43759, 43772, 43782, 43797, 43806, 43810, 43989);\nUPDATE `item_template` SET `spellid_1` = 42108 WHERE `entry` IN (37155, 37189, 37222, 37236, 37258, 39335, 39436);\nUPDATE `item_template` SET `spellid_1` = 48626 WHERE `entry` IN (37169, 39281, 39394);\nUPDATE `item_template` SET `spellid_1` = 81062 WHERE `entry` IN (37182, 37592);\nUPDATE `item_template` SET `spellid_1` = 81119 WHERE `entry` IN (37214, 39415);\nUPDATE `item_template` SET `spellid_1` = 81103 WHERE `entry` IN (37225, 37752, 38220, 38222, 39483, 39676, 39679);\nUPDATE `item_template` SET `spellid_1` = 81130 WHERE `entry` IN (37242, 39190, 39198, 39216, 39243, 39273, 40238);\nUPDATE `item_template` SET `spellid_1` = 81123 WHERE `entry` IN (37352, 37404, 37415, 37475, 37481, 39861, 40290);\nUPDATE `item_template` SET `spellid_1` = 81069 WHERE `entry` IN (37369, 37389, 37650, 37684, 37818);\nUPDATE `item_template` SET `spellid_1` = 48644 WHERE `entry` IN (37384, 37681);\nUPDATE `item_template` SET `spellid_1` = 41648 WHERE `entry` IN (37395, 39863);\nUPDATE `item_template` SET `spellid_1` = 27974 WHERE `entry` IN (37462, 37746, 37757, 39452, 39475, 39672, 39673, 39789, 39827, 42681, 42684);\nUPDATE `item_template` SET `spellid_1` = 40705 WHERE `entry` IN (37546);\nUPDATE `item_template` SET `spellid_1` = 81073 WHERE `entry` IN (37622, 37695, 37791, 39242, 39293, 44180);\nUPDATE `item_template` SET `spellid_1` = 48253 WHERE `entry` IN (37623, 37643, 37670, 37798, 37855, 39189, 39215, 39228, 39251, 39254, 39261, 39274, 39275, 39308, 39310, 39369, 40288);\nUPDATE `item_template` SET `spellid_1` = 81112 WHERE `entry` IN (37765, 38714, 38729, 39105, 39368, 39825, 42662, 42710, 43992);\nUPDATE `item_template` SET `spellid_1` = 81041 WHERE `entry` IN (37781, 37981, 38103);\nUPDATE `item_template` SET `spellid_1` = 42119 WHERE `entry` IN (37803, 38239, 38240);\nUPDATE `item_template` SET `spellid_1` = 81087 WHERE `entry` IN (37805);\nUPDATE `item_template` SET `spellid_1` = 81114 WHERE `entry` IN (37945, 39330, 39402, 39876, 40427, 42667);\nUPDATE `item_template` SET `spellid_1` = 81127 WHERE `entry` IN (37961, 37970, 40433);\nUPDATE `item_template` SET `spellid_1` = 41834 WHERE `entry` IN (37964);\nUPDATE `item_template` SET `spellid_1` = 46051 WHERE `entry` IN (38033, 38095, 39052, 39425, 39716, 39722, 39731, 39766, 40071, 40108, 40209, 40253, 40254, 40274, 40338, 40350, 40375, 40378, 40720, 40724, 40735, 40737, 40739, 40741);\nUPDATE `item_template` SET `spellid_1` = 41752 WHERE `entry` IN (38036);\nUPDATE `item_template` SET `spellid_1` = 81116 WHERE `entry` IN (38073, 39366, 39439);\nUPDATE `item_template` SET `spellid_1` = 33267 WHERE `entry` IN (38127, 38129, 38132, 38135, 38137, 38143);\nUPDATE `item_template` SET `spellid_1` = 81118 WHERE `entry` IN (38358, 39232, 39235, 39282, 39283);\nUPDATE `item_template` SET `spellid_1` = 81125 WHERE `entry` IN (38732, 38735, 39022, 39045, 39089, 40064, 40080, 40192, 40251, 40273, 40325, 40374, 40719, 40723, 40740);\nUPDATE `item_template` SET `spellid_1` = 81129 WHERE `entry` IN (39365, 39812, 39893, 40399, 40401, 40405, 40509);\nUPDATE `item_template` SET `spellid_1` = 33138 WHERE `entry` IN (39408, 39517, 39703, 39721, 39725, 39733, 39734, 40063, 40200, 40236, 40241, 40259, 40272, 40289, 40302, 40303, 40320, 40327, 40341, 40409, 40745, 40747, 40749, 40751, 43784);\nUPDATE `item_template` SET `spellid_1` = 52810 WHERE `entry` IN (39423, 40244, 40300, 40455, 40488);\nUPDATE `item_template` SET `spellid_1` = 36425 WHERE `entry` IN (39756, 39760, 39768, 40060, 40061, 40196, 40204, 40210, 40235, 40247, 40285);\nUPDATE `item_template` SET `spellid_1` = 42071 WHERE `entry` IN (39808, 39852);\nUPDATE `item_template` SET `spellid_1` = 81134 WHERE `entry` IN (40194);\nUPDATE `item_template` SET `spellid_1` = 54230 WHERE `entry` IN (40249, 40283, 40287, 40298, 40304, 40340, 40352, 40363, 40379, 40381, 40461, 40463, 40508, 40510, 40512, 40569, 40571, 40572, 40590, 43995);\nUPDATE `item_template` SET `spellid_1` = 54192 WHERE `entry` IN (40395);\nUPDATE `item_template` SET `spellid_1` = 81074 WHERE `entry` IN (40398);\n\n-- spellid_2 updates\nUPDATE `item_template` SET `spellid_2` = 81042 WHERE `entry` IN (23527, 35077);\nUPDATE `item_template` SET `spellid_2` = 81078 WHERE `entry` IN (23556);\nUPDATE `item_template` SET `spellid_2` = 81002 WHERE `entry` IN (24388);\nUPDATE `item_template` SET `spellid_2` = 81010 WHERE `entry` IN (24391);\nUPDATE `item_template` SET `spellid_2` = 81136 WHERE `entry` IN (25759);\nUPDATE `item_template` SET `spellid_2` = 81014 WHERE `entry` IN (25805, 25810, 27789);\nUPDATE `item_template` SET `spellid_2` = 81008 WHERE `entry` IN (25928, 29523, 29523, 31640, 31646, 32148, 35391);\nUPDATE `item_template` SET `spellid_2` = 81011 WHERE `entry` IN (25945);\nUPDATE `item_template` SET `spellid_2` = 81137 WHERE `entry` IN (27426);\nUPDATE `item_template` SET `spellid_2` = 81021 WHERE `entry` IN (27448, 27835, 30065, 31409);\nUPDATE `item_template` SET `spellid_2` = 81033 WHERE `entry` IN (27456, 33324);\nUPDATE `item_template` SET `spellid_2` = 81022 WHERE `entry` IN (27539, 27806, 29974, 29974, 33742);\nUPDATE `item_template` SET `spellid_2` = 81015 WHERE `entry` IN (27946, 29522, 29522, 29524, 29524, 31407, 34702);\nUPDATE `item_template` SET `spellid_2` = 81027 WHERE `entry` IN (28505);\nUPDATE `item_template` SET `spellid_2` = 81025 WHERE `entry` IN (28567, 31396, 31397);\nUPDATE `item_template` SET `spellid_2` = 81032 WHERE `entry` IN (28590, 30097);\nUPDATE `item_template` SET `spellid_2` = 81028 WHERE `entry` IN (28631, 35081);\nUPDATE `item_template` SET `spellid_2` = 81024 WHERE `entry` IN (28663, 32015);\nUPDATE `item_template` SET `spellid_2` = 81006 WHERE `entry` IN (29970, 29970);\nUPDATE `item_template` SET `spellid_2` = 81139 WHERE `entry` IN (30317);\nUPDATE `item_template` SET `spellid_2` = 9396  WHERE `entry` IN (30804);\nUPDATE `item_template` SET `spellid_2` = 81017 WHERE `entry` IN (31620, 31621, 31641, 31647, 35335, 35392, 35473);\nUPDATE `item_template` SET `spellid_2` = 81007 WHERE `entry` IN (31644, 31650, 35395);\nUPDATE `item_template` SET `spellid_2` = 81031 WHERE `entry` IN (32029, 32030);\nUPDATE `item_template` SET `spellid_2` = 81018 WHERE `entry` IN (32033);\nUPDATE `item_template` SET `spellid_2` = 81029 WHERE `entry` IN (33717);\nUPDATE `item_template` SET `spellid_2` = 81035 WHERE `entry` IN (33738);\nUPDATE `item_template` SET `spellid_2` = 81034 WHERE `entry` IN (33739, 35053);\nUPDATE `item_template` SET `spellid_2` = 81058 WHERE `entry` IN (34430);\nUPDATE `item_template` SET `spellid_2` = 81038 WHERE `entry` IN (35078);\nUPDATE `item_template` SET `spellid_2` = 81105 WHERE `entry` IN (35875);\nUPDATE `item_template` SET `spellid_2` = 81104 WHERE `entry` IN (37548, 42660);\nUPDATE `item_template` SET `spellid_2` = 81138 WHERE `entry` IN (37835);\nUPDATE `item_template` SET `spellid_2` = 81019 WHERE `entry` IN (37992);\nUPDATE `item_template` SET `spellid_2` = 81100 WHERE `entry` IN (38227, 38230, 42668);\nUPDATE `item_template` SET `spellid_2` = 81106 WHERE `entry` IN (39374, 42659);\nUPDATE `item_template` SET `spellid_2` = 81109 WHERE `entry` IN (39833);\nUPDATE `item_template` SET `spellid_2` = 81098 WHERE `entry` IN (42663);\nUPDATE `item_template` SET `spellid_2` = 28015 WHERE `entry` IN (42664);\nUPDATE `item_template` SET `spellid_2` = 81108 WHERE `entry` IN (42665);\nUPDATE `item_template` SET `spellid_2` = 41651 WHERE `entry` IN (42703, 42708);\nUPDATE `item_template` SET `spellid_2` = 81101 WHERE `entry` IN (42715, 42720);\n"
  },
  {
    "path": "optional/sql/world/zz_optional_stackable_buff_scrolls.sql",
    "content": "/* \n    These changes remove exclusivity from the buff scrolls, and make them stackable.\n    This restores behavior to vanilla where players were able to buff themselves with multiple buff scrolls\n    This should not be possible in TBC and WoTLK. No solution yet to have this work correctly all the time.\n*/\n\n-- Set first_spell_id as rank 2 to bypass core check for exclusivity\nUPDATE `spell_ranks` SET `first_spell_id` = 8094 WHERE `first_spell_id` = 8091;\nUPDATE `spell_ranks` SET `first_spell_id` = 8097 WHERE `first_spell_id` = 8096;\nUPDATE `spell_ranks` SET `first_spell_id` = 8100 WHERE `first_spell_id` = 8099;\nUPDATE `spell_ranks` SET `first_spell_id` = 8113 WHERE `first_spell_id` = 8112;\nUPDATE `spell_ranks` SET `first_spell_id` = 8116 WHERE `first_spell_id` = 8115;\nUPDATE `spell_ranks` SET `first_spell_id` = 8119 WHERE `first_spell_id` = 8118;\n"
  },
  {
    "path": "optional/sql/world/zz_optional_tbc_heroic_dungeon_keys_nerf.sql",
    "content": "/* \n    Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank.\n    This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly. \n    This rep nerf was officially implemented in patch 2.3 (Zul'Aman raid content, 2008). \n    Sql edit example: RequiredReputationRank = 6 for Revered, 5 for Honored, 4 for Friendly \n*/\n\nUPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30622; -- Honor Hold, Flamewrought Key\nUPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30623; -- Cenarion Expedition, Reservoir Key\nUPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30633; -- Lower City, Auchenai Key\nUPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30634; -- The Sha'tar, Warpforged Key\nUPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30635; -- Keepers of Time, Key of Time\nUPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30637; -- Thrallmar, Flamewrought Key\n"
  },
  {
    "path": "optional/sql/world/zz_optional_tbc_pvp_prices.sql",
    "content": "/*\n    This changes the prices of pvp items to how they were during TBC.\n    Items cost now include marks of honor from battlegrounds. Not just honor.\n\tPatch-V.mpq or Patch-S.mpq REQUIRED for the client.\n*/\n\nSET @ECID  := 10000;  -- extended cost ID\nSET @Dirge := 126393; -- Captain Dirgehammer - Season 4\n\nDELETE FROM `itemextendedcost_dbc` WHERE `ID` IN \n(@ECID+125, @ECID+127, @ECID+129, @ECID+131, @ECID+165, @ECID+423, @ECID+427, @ECID+428, @ECID+444, @ECID+463, @ECID+464, @ECID+465, @ECID+491, @ECID+492, \n@ECID+541, @ECID+542, @ECID+565, @ECID+567, @ECID+652, @ECID+653, @ECID+774, @ECID+838, @ECID+930, @ECID+931, @ECID+986, \n@ECID+1006, @ECID+1007, @ECID+1050, @ECID+1564, @ECID+1648, @ECID+1649, @ECID+1652, @ECID+1653, @ECID+1911, @ECID+1923, @ECID+1935, \n@ECID+2237, @ECID+2238, @ECID+2239, @ECID+2240, @ECID+2242, @ECID+2257, @ECID+2259, @ECID+2261, @ECID+2263, @ECID+2265, @ECID+2267, @ECID+2291);\n\nINSERT INTO `itemextendedcost_dbc` (`ID`, `HonorPoints`, `ArenaPoints`, `ItemID_1`, `ItemID_2`, `ItemID_3`, `ItemID_4`, `ItemID_5`, \n`ItemCount_1`, `ItemCount_2`, `ItemCount_3`, `ItemCount_4`, `ItemCount_5`) VALUES\n--\n(@ECID+125,22950,0,29024,0,0,0,0,10,0,0,0,0), \n(@ECID+127,15300,0,29024,0,0,0,0,10,0,0,0,0), \n(@ECID+129,11934,0,20560,0,0,0,0,10,0,0,0,0), \n(@ECID+131,30600,0,20560,0,0,0,0,40,0,0,0,0), \n(@ECID+165,9435,0,20559,0,0,0,0,20,0,0,0,0), \n(@ECID+423,0,0,20560,20559,20558,0,0,30,30,30,0,0), \n(@ECID+427,2805,0,20559,0,0,0,0,20,0,0,0,0), \n(@ECID+428,2805,0,20560,0,0,0,0,20,0,0,0,0), \n(@ECID+444,4335,0,20560,0,0,0,0,30,0,0,0,0), \n(@ECID+463,13770,0,20559,0,0,0,0,30,0,0,0,0), \n(@ECID+464,13005,0,20560,0,0,0,0,30,0,0,0,0), \n(@ECID+465,8415,0,20559,0,0,0,0,20,0,0,0,0), \n(@ECID+491,1530,0,20558,0,0,0,0,20,0,0,0,0), \n(@ECID+492,1530,0,20558,0,0,0,0,10,0,0,0,0), \n(@ECID+541,8415,0,20560,0,0,0,0,20,0,0,0,0), \n(@ECID+542,13005,0,20558,0,0,0,0,30,0,0,0,0), \n(@ECID+565,15300,0,20559,0,0,0,0,20,0,0,0,0), \n(@ECID+567,15300,0,20559,0,0,0,0,40,0,0,0,0), \n(@ECID+652,4590,0,20559,0,0,0,0,30,0,0,0,0), \n(@ECID+653,4335,0,20558,0,0,0,0,30,0,0,0,0), \n(@ECID+774,1530,0,20559,0,0,0,0,10,0,0,0,0), \n(@ECID+838,95,0,20558,0,0,0,0,20,0,0,0,0), \n(@ECID+930,208,0,20558,0,0,0,0,20,0,0,0,0), \n(@ECID+931,208,0,20558,0,0,0,0,10,0,0,0,0), \n(@ECID+986,208,0,20559,0,0,0,0,10,0,0,0,0), \n(@ECID+1006,0,0,20560,20559,20558,0,0,20,20,20,0,0), \n(@ECID+1007,0,0,20559,20558,0,0,0,3,3,0,0,0), \n(@ECID+1050,95,0,20559,0,0,0,0,10,0,0,0,0), \n(@ECID+1564,2,0,0,0,0,0,0,0,0,0,0,0), \n(@ECID+1648,0,0,20559,0,0,0,0,2,0,0,0,0), \n(@ECID+1649,0,0,20560,0,0,0,0,2,0,0,0,0), \n(@ECID+1652,0,0,29024,0,0,0,0,2,0,0,0,0), \n(@ECID+1653,0,0,20558,0,0,0,0,2,0,0,0,0), \n(@ECID+1911,17850,0,29024,0,0,0,0,40,0,0,0,0), \n(@ECID+1923,17850,0,20559,0,0,0,0,40,0,0,0,0), \n(@ECID+1935,11794,0,20558,0,0,0,0,20,0,0,0,0), \n(@ECID+2237,27000,0,20560,0,0,0,0,40,0,0,0,0), \n(@ECID+2238,25200,0,29024,0,0,0,0,20,0,0,0,0), \n(@ECID+2239,18000,0,29024,0,0,0,0,20,0,0,0,0), \n(@ECID+2240,9000,0,29024,0,0,0,0,20,0,0,0,0), \n(@ECID+2242,15000,0,29024,0,0,0,0,20,0,0,0,0), \n(@ECID+2257,24480,0,20560,0,0,0,0,40,0,0,0,0), \n(@ECID+2259,13219,0,20559,0,0,0,0,30,0,0,0,0), \n(@ECID+2261,8078,0,20560,0,0,0,0,20,0,0,0,0), \n(@ECID+2263,12852,0,20560,0,0,0,0,30,0,0,0,0), \n(@ECID+2265,12852,0,20558,0,0,0,0,30,0,0,0,0), \n(@ECID+2267,8078,0,20559,0,0,0,0,20,0,0,0,0), \n(@ECID+2291,12240,0,20559,0,0,0,0,20,0,0,0,0);\n\n/* ORGRIMMAR */\n\n-- Brave Stonehide <Officer Accessories Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12793;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(12793, 15197, @ECID+1007), (12793, 15199, @ECID+1006), (12793, 15200, @ECID+838),  (12793, 16335, @ECID+491),  (12793, 16341, @ECID+986),  (12793, 16486, @ECID+492),\n(12793, 16497, @ECID+492),  (12793, 16532, @ECID+492),  (12793, 18427, @ECID+1050), (12793, 18428, @ECID+930),  (12793, 18429, @ECID+492),  (12793, 18430, @ECID+931),\n(12793, 18432, @ECID+931),  (12793, 18434, @ECID+492),  (12793, 18435, @ECID+931),  (12793, 18436, @ECID+931),  (12793, 18437, @ECID+931),  (12793, 18461, @ECID+774),\n(12793, 24551, @ECID+125),  (12793, 28244, @ECID+125),  (12793, 28245, @ECID+125),  (12793, 28246, @ECID+129),  (12793, 28247, @ECID+129),  (12793, 28377, @ECID+165),  \n(12793, 28378, @ECID+165),  (12793, 28379, @ECID+165),  (12793, 28380, @ECID+165),  (12793, 31838, @ECID+1648), (12793, 31839, @ECID+1649), (12793, 31840, @ECID+1648), \n(12793, 31841, @ECID+1649), (12793, 31852, @ECID+1652), (12793, 31853, @ECID+1653), (12793, 31854, @ECID+1652), (12793, 31855, @ECID+1653), (12793, 32453, @ECID+1564),\n(12793, 18607, 386), (12793, 18834, 634),  (12793, 18839, 460),  (12793, 18841, 460),  (12793, 18845, 634),  (12793, 18846, 634),  (12793, 18849, 634), \n(12793, 18850, 634), (12793, 18851, 634),  (12793, 18852, 634),  (12793, 18853, 634),  (12793, 28118, 95),   (12793, 28119, 95),   (12793, 28120, 95), \n(12793, 28123, 99),  (12793, 28239, 2404), (12793, 28240, 2404), (12793, 28241, 2404), (12793, 28242, 2404), (12793, 28243, 2404), (12793, 28362, 95),  \n(12793, 28363, 99),  (12793, 29592, 634),  (12793, 30343, 2404), (12793, 30344, 2404), (12793, 30345, 2404), (12793, 30346, 2404), (12793, 32455, 460);\n\n-- Stone Guard Zarg <Weapons Quartermaster>, TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12794;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12794, 16345, @ECID+2291), (12794, 18826, @ECID+2291), (12794, 18828, @ECID+2291), (12794, 18831, @ECID+2257), (12794, 18835, @ECID+2291), (12794, 18837, @ECID+2291), (12794, 18840, @ECID+2291), \n(12794, 18844, @ECID+2291), (12794, 18848, @ECID+2291), (12794, 18860, @ECID+2291), (12794, 18866, @ECID+2291), (12794, 18868, @ECID+2257), (12794, 18871, @ECID+2257), (12794, 18874, @ECID+2257), \n(12794, 18877, @ECID+2257), (12794, 23464, @ECID+2291), (12794, 23465, @ECID+2257), (12794, 23466, @ECID+2291), (12794, 23467, @ECID+2291), (12794, 23468, @ECID+2291), (12794, 23469, @ECID+2291);\n\n-- First Sergeant Hola'mahi <Armor Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12795;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES \n(12795, 16533, @ECID+464), (12795, 16534, @ECID+542), (12795, 16535, @ECID+463), (12795, 16536, @ECID+465), (12795, 16539, @ECID+465), (12795, 16540, @ECID+541), (12795, 16541, @ECID+463), \n(12795, 16542, @ECID+464), (12795, 16543, @ECID+542), (12795, 16544, @ECID+465), (12795, 16545, @ECID+465), (12795, 16548, @ECID+541), (12795, 16549, @ECID+463), (12795, 16550, @ECID+464), \n(12795, 16551, @ECID+465), (12795, 16552, @ECID+542), (12795, 16554, @ECID+465), (12795, 16555, @ECID+541), (12795, 16558, @ECID+465), (12795, 16560, @ECID+541), (12795, 16561, @ECID+464), \n(12795, 16562, @ECID+465), (12795, 16563, @ECID+463), (12795, 16564, @ECID+542), (12795, 16565, @ECID+463), (12795, 16566, @ECID+464), (12795, 16567, @ECID+542), (12795, 16568, @ECID+465), \n(12795, 16569, @ECID+465), (12795, 16571, @ECID+541), (12795, 16573, @ECID+465), (12795, 16574, @ECID+541), (12795, 16577, @ECID+463), (12795, 16578, @ECID+464), (12795, 16579, @ECID+542), \n(12795, 16580, @ECID+465), (12795, 17586, @ECID+465), (12795, 17588, @ECID+541), (12795, 17590, @ECID+465), (12795, 17591, @ECID+464), (12795, 17592, @ECID+463), (12795, 17593, @ECID+542), \n(12795, 17618, @ECID+465), (12795, 17620, @ECID+541), (12795, 17622, @ECID+465), (12795, 17623, @ECID+464), (12795, 17624, @ECID+463), (12795, 17625, @ECID+542), (12795, 22843, @ECID+427), \n(12795, 22852, @ECID+427), (12795, 22855, @ECID+427), (12795, 22856, @ECID+427), (12795, 22857, @ECID+427), (12795, 22858, @ECID+427), (12795, 22859, @ECID+427), (12795, 22860, @ECID+427), \n(12795, 22862, @ECID+428), (12795, 22863, @ECID+428), (12795, 22864, @ECID+428), (12795, 22865, @ECID+428), (12795, 22867, @ECID+428), (12795, 22868, @ECID+428), (12795, 22869, @ECID+428), \n(12795, 22870, @ECID+428), (12795, 22872, @ECID+652), (12795, 22873, @ECID+653), (12795, 22874, @ECID+652), (12795, 22875, @ECID+653), (12795, 22876, @ECID+652), (12795, 22877, @ECID+652), \n(12795, 22878, @ECID+653), (12795, 22879, @ECID+652), (12795, 22880, @ECID+653), (12795, 22881, @ECID+653), (12795, 22882, @ECID+653), (12795, 22883, @ECID+653), (12795, 22884, @ECID+652), \n(12795, 22885, @ECID+652), (12795, 22886, @ECID+652), (12795, 22887, @ECID+653), (12795, 23243, @ECID+427), (12795, 23244, @ECID+444), (12795, 23251, @ECID+444), (12795, 23252, @ECID+427), \n(12795, 23253, @ECID+444), (12795, 23254, @ECID+427), (12795, 23255, @ECID+444), (12795, 23256, @ECID+427), (12795, 23257, @ECID+444), (12795, 23258, @ECID+427), (12795, 23259, @ECID+444), \n(12795, 23260, @ECID+427), (12795, 23261, @ECID+444), (12795, 23262, @ECID+427), (12795, 23263, @ECID+444), (12795, 23264, @ECID+427), (12795, 29600, @ECID+428), (12795, 29601, @ECID+427), \n(12795, 29602, @ECID+652), (12795, 29603, @ECID+653), (12795, 29604, @ECID+444), (12795, 29605, @ECID+427), (12795, 29612, @ECID+465), (12795, 29613, @ECID+541), (12795, 29614, @ECID+542), \n(12795, 29615, @ECID+463), (12795, 29616, @ECID+464), (12795, 29617, @ECID+465);\n\n-- Raider Bork <Mount Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry`= 12796;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12796, 18245, @ECID+423), (12796, 18246, @ECID+423), (12796, 18247, @ECID+423), (12796, 18248, @ECID+423), (12796, 34129, @ECID+423);\n\n-- Sergeant Kien <Armor Quartermaster> - TBC Season 2\nDELETE FROM `npc_vendor` WHERE `entry` = 23447;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(23447, 28805, @ECID+2259), (23447, 28806, @ECID+2261), (23447, 28807, @ECID+2263), (23447, 28808, @ECID+2265), (23447, 28809, @ECID+2267), (23447, 28811, @ECID+2261), (23447, 28812, @ECID+2263), \n(23447, 28813, @ECID+2265), (23447, 28814, @ECID+2267), (23447, 28815, @ECID+2259), (23447, 28817, @ECID+2261), (23447, 28818, @ECID+2263), (23447, 28819, @ECID+2265), (23447, 28820, @ECID+2267), \n(23447, 28821, @ECID+2259), (23447, 28831, @ECID+2259), (23447, 28832, @ECID+2261), (23447, 28833, @ECID+2263), (23447, 28834, @ECID+2265), (23447, 28835, @ECID+2267), (23447, 28836, @ECID+2261), \n(23447, 28837, @ECID+2263), (23447, 28838, @ECID+2265), (23447, 28839, @ECID+2267), (23447, 28840, @ECID+2259), (23447, 28841, @ECID+2259), (23447, 28842, @ECID+2261), (23447, 28843, @ECID+2263), \n(23447, 28844, @ECID+2265), (23447, 28845, @ECID+2267), (23447, 28846, @ECID+2259), (23447, 28847, @ECID+2261), (23447, 28848, @ECID+2263), (23447, 28849, @ECID+2265), (23447, 28850, @ECID+2267), \n(23447, 28851, @ECID+2259), (23447, 28852, @ECID+2261), (23447, 28853, @ECID+2263), (23447, 28854, @ECID+2265), (23447, 28855, @ECID+2267), (23447, 28856, @ECID+2261), (23447, 28857, @ECID+2263), \n(23447, 28858, @ECID+2265), (23447, 28859, @ECID+2267), (23447, 28860, @ECID+2259), (23447, 28861, @ECID+2259), (23447, 28862, @ECID+2261), (23447, 28863, @ECID+2263), (23447, 28864, @ECID+2265), \n(23447, 28865, @ECID+2267), (23447, 28866, @ECID+2267), (23447, 28867, @ECID+2263), (23447, 28868, @ECID+2261), (23447, 28869, @ECID+2259), (23447, 28870, @ECID+2265), (23447, 28871, @ECID+2261), \n(23447, 28872, @ECID+2263), (23447, 28873, @ECID+2265), (23447, 28874, @ECID+2267), (23447, 28875, @ECID+2259), (23447, 31584, @ECID+2261), (23447, 31585, @ECID+2263), (23447, 31586, @ECID+2265), \n(23447, 31587, @ECID+2267), (23447, 31588, @ECID+2259), (23447, 31621, @ECID+2261), (23447, 31626, @ECID+2263), (23447, 31627, @ECID+2265), (23447, 31628, @ECID+2267), (23447, 31629, @ECID+2259), \n(23447, 31635, @ECID+2259), (23447, 31636, @ECID+2261), (23447, 31637, @ECID+2263), (23447, 31638, @ECID+2265), (23447, 31639, @ECID+2267), (23447, 31646, @ECID+2259), (23447, 31647, @ECID+2261), \n(23447, 31648, @ECID+2263), (23447, 31649, @ECID+2265), (23447, 31650, @ECID+2267),\n--\n(23447, 32785, @ECID+1911), (23447, 32786, @ECID+1911), (23447, 32787, @ECID+1911), (23447, 32788, @ECID+1911), (23447, 32789, @ECID+1911), (23447, 32790, @ECID+1911), (23447, 32791, @ECID+1911), \n(23447, 32792, @ECID+1911), (23447, 32793, @ECID+1911), (23447, 32794, @ECID+1911), (23447, 32795, @ECID+1911), (23447, 32796, @ECID+1911), (23447, 32797, @ECID+1923), (23447, 32798, @ECID+1923), \n(23447, 32799, @ECID+1923), (23447, 32800, @ECID+1923), (23447, 32801, @ECID+1923), (23447, 32802, @ECID+1923), (23447, 32803, @ECID+1923), (23447, 32804, @ECID+1923), (23447, 32805, @ECID+1923), \n(23447, 32806, @ECID+1923), (23447, 32807, @ECID+1923), (23447, 32808, @ECID+1923), (23447, 32809, @ECID+1935), (23447, 32810, @ECID+1935), (23447, 32811, @ECID+1935), (23447, 32812, @ECID+1935), \n(23447, 32813, @ECID+1935), (23447, 32814, @ECID+1935), (23447, 32816, @ECID+1935), (23447, 32817, @ECID+1935), (23447, 32818, @ECID+1935), (23447, 32819, @ECID+1935), (23447, 32820, @ECID+1935), \n(23447, 32821, @ECID+1935), (23447, 32979, @ECID+1923), (23447, 32980, @ECID+1935), (23447, 32981, @ECID+1911), (23447, 32988, @ECID+1923), (23447, 32989, @ECID+1935), (23447, 32990, @ECID+1911), \n(23447, 32997, @ECID+1935), (23447, 32998, @ECID+1923), (23447, 32999, @ECID+1911), (23447, 33056, @ECID+129),  (23447, 33057, @ECID+129),  (23447, 33064, @ECID+129),  (23447, 33065, @ECID+127),  \n(23447, 33066, @ECID+127),  (23447, 33067, @ECID+127),  (23447, 33068, @ECID+127);\n\n-- Sergeant Thunderhorn <Weapons Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 26396;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(26396, 28293, @ECID+2237), (26396, 28917, @ECID+2237), (26396, 28918, @ECID+2237), (26396, 28919, @ECID+2237), (26396, 28920, @ECID+2239), (26396, 28921, @ECID+2240), (26396, 28922, @ECID+2240), \n(26396, 28923, @ECID+2237), (26396, 28924, @ECID+2240), (26396, 28925, @ECID+2239), (26396, 28926, @ECID+2240), (26396, 28928, @ECID+2239), (26396, 28929, @ECID+2240), (26396, 28930, @ECID+2240), \n(26396, 28931, @ECID+2238), (26396, 28933, @ECID+2237), (26396, 28935, @ECID+2237), (26396, 28937, @ECID+2239), (26396, 28938, @ECID+2242), (26396, 28939, @ECID+2242);\n\n-- Lady Palanseer <Armor Quartermaster> - TBC Season 1\nDELETE FROM `npc_vendor` WHERE `entry`= 26397;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(26397, 28805, @ECID+2259), (26397, 28806, @ECID+2261), (26397, 28807, @ECID+2263), (26397, 28808, @ECID+2265), (26397, 28809, @ECID+2267), (26397, 28811, @ECID+2261), (26397, 28812, @ECID+2263), \n(26397, 28813, @ECID+2265), (26397, 28814, @ECID+2267), (26397, 28815, @ECID+2259), (26397, 28817, @ECID+2261), (26397, 28818, @ECID+2263), (26397, 28819, @ECID+2265), (26397, 28820, @ECID+2267), \n(26397, 28821, @ECID+2259), (26397, 28831, @ECID+2259), (26397, 28832, @ECID+2261), (26397, 28833, @ECID+2263), (26397, 28834, @ECID+2265), (26397, 28835, @ECID+2267), (26397, 28836, @ECID+2261), \n(26397, 28837, @ECID+2263), (26397, 28838, @ECID+2265), (26397, 28839, @ECID+2267), (26397, 28840, @ECID+2259), (26397, 28841, @ECID+2259), (26397, 28842, @ECID+2261), (26397, 28843, @ECID+2263), \n(26397, 28844, @ECID+2265), (26397, 28845, @ECID+2267), (26397, 28846, @ECID+2259), (26397, 28847, @ECID+2261), (26397, 28848, @ECID+2263), (26397, 28849, @ECID+2265), (26397, 28850, @ECID+2267), \n(26397, 28851, @ECID+2259), (26397, 28852, @ECID+2261), (26397, 28853, @ECID+2263), (26397, 28854, @ECID+2265), (26397, 28855, @ECID+2267), (26397, 28856, @ECID+2261), (26397, 28857, @ECID+2263), \n(26397, 28858, @ECID+2265), (26397, 28859, @ECID+2267), (26397, 28860, @ECID+2259), (26397, 28861, @ECID+2259), (26397, 28862, @ECID+2261), (26397, 28863, @ECID+2263), (26397, 28864, @ECID+2265), \n(26397, 28865, @ECID+2267), (26397, 28866, @ECID+2267), (26397, 28867, @ECID+2263), (26397, 28868, @ECID+2261), (26397, 28869, @ECID+2259), (26397, 28870, @ECID+2265), (26397, 28871, @ECID+2261), \n(26397, 28872, @ECID+2263), (26397, 28873, @ECID+2265), (26397, 28874, @ECID+2267), (26397, 28875, @ECID+2259), (26397, 31584, @ECID+2261), (26397, 31585, @ECID+2263), (26397, 31586, @ECID+2265), \n(26397, 31587, @ECID+2267), (26397, 31588, @ECID+2259), (26397, 31621, @ECID+2261), (26397, 31626, @ECID+2263), (26397, 31627, @ECID+2265), (26397, 31628, @ECID+2267), (26397, 31629, @ECID+2259), \n(26397, 31635, @ECID+2259), (26397, 31636, @ECID+2261), (26397, 31637, @ECID+2263), (26397, 31638, @ECID+2265), (26397, 31639, @ECID+2267), (26397, 31646, @ECID+2259), (26397, 31647, @ECID+2261), \n(26397, 31648, @ECID+2263), (26397, 31649, @ECID+2265), (26397, 31650, @ECID+2267),\n--\n(26397, 28383, @ECID+1911), (26397, 28402, @ECID+1911), (26397, 28410, @ECID+1911), (26397, 28422, @ECID+1911), (26397, 28444, @ECID+1911), -- boots\n(26397, 28447, @ECID+1911), (26397, 28449, @ECID+1911), (26397, 28630, @ECID+1911), (26397, 28640, @ECID+1911), (26397, 28642, @ECID+1911),\n(26397, 28645, @ECID+1911), (26397, 31595, @ECID+1911), (26397, 32975, @ECID+1911), (26397, 32984, @ECID+1911), (26397, 32993, @ECID+1911),\n--\n(26397, 28385, @ECID+1923), (26397, 28404, @ECID+1923), (26397, 28409, @ECID+1923), (26397, 28423, @ECID+1923), (26397, 28443, @ECID+1923), -- belt\n(26397, 28446, @ECID+1923), (26397, 28450, @ECID+1923), (26397, 28629, @ECID+1923), (26397, 28639, @ECID+1923), (26397, 28641, @ECID+1923),\n(26397, 28644, @ECID+1923), (26397, 31594, @ECID+1923), (26397, 32974, @ECID+1923), (26397, 32982, @ECID+1923), (26397, 32992, @ECID+1923),\n--\n(26397, 28381, @ECID+1935), (26397, 28405, @ECID+1935), (26397, 28411, @ECID+1935), (26397, 28424, @ECID+1935), (26397, 28445, @ECID+1935), -- bracers\n(26397, 28448, @ECID+1935), (26397, 28451, @ECID+1935), (26397, 28605, @ECID+1935), (26397, 28638, @ECID+1935), (26397, 28643, @ECID+1935),\n(26397, 28646, @ECID+1935), (26397, 31598, @ECID+1935), (26397, 32973, @ECID+1935), (26397, 32983, @ECID+1935), (26397, 32991, @ECID+1935);\n\n-- Lady Palanseer <Armor Quartermaster> - TBC Season 3\nDELETE FROM `npc_vendor` WHERE `entry`= 34039;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(34039, 28805, @ECID+2259), (34039, 28806, @ECID+2261), (34039, 28807, @ECID+2263), (34039, 28808, @ECID+2265), (34039, 28809, @ECID+2267), (34039, 28811, @ECID+2261), (34039, 28812, @ECID+2263), \n(34039, 28813, @ECID+2265), (34039, 28814, @ECID+2267), (34039, 28815, @ECID+2259), (34039, 28817, @ECID+2261), (34039, 28818, @ECID+2263), (34039, 28819, @ECID+2265), (34039, 28820, @ECID+2267), \n(34039, 28821, @ECID+2259), (34039, 28831, @ECID+2259), (34039, 28832, @ECID+2261), (34039, 28833, @ECID+2263), (34039, 28834, @ECID+2265), (34039, 28835, @ECID+2267), (34039, 28836, @ECID+2261), \n(34039, 28837, @ECID+2263), (34039, 28838, @ECID+2265), (34039, 28839, @ECID+2267), (34039, 28840, @ECID+2259), (34039, 28841, @ECID+2259), (34039, 28842, @ECID+2261), (34039, 28843, @ECID+2263), \n(34039, 28844, @ECID+2265), (34039, 28845, @ECID+2267), (34039, 28846, @ECID+2259), (34039, 28847, @ECID+2261), (34039, 28848, @ECID+2263), (34039, 28849, @ECID+2265), (34039, 28850, @ECID+2267), \n(34039, 28851, @ECID+2259), (34039, 28852, @ECID+2261), (34039, 28853, @ECID+2263), (34039, 28854, @ECID+2265), (34039, 28855, @ECID+2267), (34039, 28856, @ECID+2261), (34039, 28857, @ECID+2263), \n(34039, 28858, @ECID+2265), (34039, 28859, @ECID+2267), (34039, 28860, @ECID+2259), (34039, 28861, @ECID+2259), (34039, 28862, @ECID+2261), (34039, 28863, @ECID+2263), (34039, 28864, @ECID+2265), \n(34039, 28865, @ECID+2267), (34039, 28866, @ECID+2267), (34039, 28867, @ECID+2263), (34039, 28868, @ECID+2261), (34039, 28869, @ECID+2259), (34039, 28870, @ECID+2265), (34039, 28871, @ECID+2261), \n(34039, 28872, @ECID+2263), (34039, 28873, @ECID+2265), (34039, 28874, @ECID+2267), (34039, 28875, @ECID+2259), (34039, 31584, @ECID+2261), (34039, 31585, @ECID+2263), (34039, 31586, @ECID+2265), \n(34039, 31587, @ECID+2267), (34039, 31588, @ECID+2259), (34039, 31621, @ECID+2261), (34039, 31626, @ECID+2263), (34039, 31627, @ECID+2265), (34039, 31628, @ECID+2267), (34039, 31629, @ECID+2259), \n(34039, 31635, @ECID+2259), (34039, 31636, @ECID+2261), (34039, 31637, @ECID+2263), (34039, 31638, @ECID+2265), (34039, 31639, @ECID+2267), (34039, 31646, @ECID+2259), (34039, 31647, @ECID+2261), \n(34039, 31648, @ECID+2263), (34039, 31649, @ECID+2265), (34039, 31650, @ECID+2267),\n--\n(34039, 33812, @ECID+1911), (34039, 33878, @ECID+1911), (34039, 33880, @ECID+1911), (34039, 33884, @ECID+1911), (34039, 33886, @ECID+1911), -- boots\n(34039, 33890, @ECID+1911), (34039, 33892, @ECID+1911), (34039, 33896, @ECID+1911), (34039, 33899, @ECID+1911), (34039, 33902, @ECID+1911),\n(34039, 33905, @ECID+1911), (34039, 33908, @ECID+1911), (34039, 33911, @ECID+1911), (34039, 33914, @ECID+1911), (34039, 33916, @ECID+1911),\n--\n(34039, 33811, @ECID+1923), (34039, 33877, @ECID+1923), (34039, 33879, @ECID+1923), (34039, 33882, @ECID+1923), (34039, 33885, @ECID+1923), -- belt\n(34039, 33888, @ECID+1923), (34039, 33891, @ECID+1923), (34039, 33895, @ECID+1923), (34039, 33898, @ECID+1923), (34039, 33900, @ECID+1923),\n(34039, 33903, @ECID+1923), (34039, 33907, @ECID+1923), (34039, 33909, @ECID+1923), (34039, 33912, @ECID+1923), (34039, 33915, @ECID+1923),\n--\n(34039, 33813, @ECID+1935), (34039, 33876, @ECID+1935), (34039, 33881, @ECID+1935), (34039, 33883, @ECID+1935), (34039, 33887, @ECID+1935), -- bracers\n(34039, 33889, @ECID+1935), (34039, 33893, @ECID+1935), (34039, 33894, @ECID+1935), (34039, 33897, @ECID+1935), (34039, 33901, @ECID+1935),\n(34039, 33904, @ECID+1935), (34039, 33906, @ECID+1935), (34039, 33910, @ECID+1935), (34039, 33913, @ECID+1935), (34039, 33917, @ECID+1935),\n--\n(34039, 33853, @ECID+129), (34039, 33918, @ECID+129), (34039, 33919, @ECID+129), (34039, 35320, @ECID+129), -- ring\n(34039, 33920, @ECID+127), (34039, 33921, @ECID+127), (34039, 33922, @ECID+127), (34039, 33923, @ECID+127), (34039, 35317, @ECID+127), (34039, 35319, @ECID+127); -- neck\n\n-- Lady Palanseer <Armor Quartermaster> - TBC Season 4\nDELETE FROM `npc_vendor` WHERE `entry`= 34040;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(34040, 28805, @ECID+2259), (34040, 28806, @ECID+2261), (34040, 28807, @ECID+2263), (34040, 28808, @ECID+2265), (34040, 28809, @ECID+2267), (34040, 28811, @ECID+2261), (34040, 28812, @ECID+2263), \n(34040, 28813, @ECID+2265), (34040, 28814, @ECID+2267), (34040, 28815, @ECID+2259), (34040, 28817, @ECID+2261), (34040, 28818, @ECID+2263), (34040, 28819, @ECID+2265), (34040, 28820, @ECID+2267), \n(34040, 28821, @ECID+2259), (34040, 28831, @ECID+2259), (34040, 28832, @ECID+2261), (34040, 28833, @ECID+2263), (34040, 28834, @ECID+2265), (34040, 28835, @ECID+2267), (34040, 28836, @ECID+2261), \n(34040, 28837, @ECID+2263), (34040, 28838, @ECID+2265), (34040, 28839, @ECID+2267), (34040, 28840, @ECID+2259), (34040, 28841, @ECID+2259), (34040, 28842, @ECID+2261), (34040, 28843, @ECID+2263), \n(34040, 28844, @ECID+2265), (34040, 28845, @ECID+2267), (34040, 28846, @ECID+2259), (34040, 28847, @ECID+2261), (34040, 28848, @ECID+2263), (34040, 28849, @ECID+2265), (34040, 28850, @ECID+2267), \n(34040, 28851, @ECID+2259), (34040, 28852, @ECID+2261), (34040, 28853, @ECID+2263), (34040, 28854, @ECID+2265), (34040, 28855, @ECID+2267), (34040, 28856, @ECID+2261), (34040, 28857, @ECID+2263), \n(34040, 28858, @ECID+2265), (34040, 28859, @ECID+2267), (34040, 28860, @ECID+2259), (34040, 28861, @ECID+2259), (34040, 28862, @ECID+2261), (34040, 28863, @ECID+2263), (34040, 28864, @ECID+2265), \n(34040, 28865, @ECID+2267), (34040, 28866, @ECID+2267), (34040, 28867, @ECID+2263), (34040, 28868, @ECID+2261), (34040, 28869, @ECID+2259), (34040, 28870, @ECID+2265), (34040, 28871, @ECID+2261), \n(34040, 28872, @ECID+2263), (34040, 28873, @ECID+2265), (34040, 28874, @ECID+2267), (34040, 28875, @ECID+2259), (34040, 31584, @ECID+2261), (34040, 31585, @ECID+2263), (34040, 31586, @ECID+2265), \n(34040, 31587, @ECID+2267), (34040, 31588, @ECID+2259), (34040, 31621, @ECID+2261), (34040, 31626, @ECID+2263), (34040, 31627, @ECID+2265), (34040, 31628, @ECID+2267), (34040, 31629, @ECID+2259), \n(34040, 31635, @ECID+2259), (34040, 31636, @ECID+2261), (34040, 31637, @ECID+2263), (34040, 31638, @ECID+2265), (34040, 31639, @ECID+2267), (34040, 31646, @ECID+2259), (34040, 31647, @ECID+2261), \n(34040, 31648, @ECID+2263), (34040, 31649, @ECID+2265), (34040, 31650, @ECID+2267),\n--\n(34040, 35136, @ECID+1911), (34040, 35137, @ECID+1911), (34040, 35138, @ECID+1911), (34040, 35139, @ECID+1911), (34040, 35140, @ECID+1911), -- boots\n(34040, 35141, @ECID+1911), (34040, 35142, @ECID+1911), (34040, 35143, @ECID+1911), (34040, 35144, @ECID+1911), (34040, 35145, @ECID+1911),\n(34040, 35146, @ECID+1911), (34040, 35147, @ECID+1911), (34040, 35148, @ECID+1911), (34040, 35149, @ECID+1911), (34040, 35150, @ECID+1911),\n--\n(34040, 35151, @ECID+1923), (34040, 35152, @ECID+1923), (34040, 35153, @ECID+1923), (34040, 35154, @ECID+1923), (34040, 35155, @ECID+1923), -- belt\n(34040, 35156, @ECID+1923), (34040, 35157, @ECID+1923), (34040, 35158, @ECID+1923), (34040, 35159, @ECID+1923), (34040, 35160, @ECID+1923),\n(34040, 35161, @ECID+1923), (34040, 35162, @ECID+1923), (34040, 35163, @ECID+1923), (34040, 35164, @ECID+1923), (34040, 35165, @ECID+1923),\n--\n(34040, 35166, @ECID+1935), (34040, 35167, @ECID+1935), (34040, 35168, @ECID+1935), (34040, 35169, @ECID+1935), (34040, 35170, @ECID+1935), -- bracers\n(34040, 35171, @ECID+1935), (34040, 35172, @ECID+1935), (34040, 35173, @ECID+1935), (34040, 35174, @ECID+1935), (34040, 35175, @ECID+1935),\n(34040, 35176, @ECID+1935), (34040, 35177, @ECID+1935), (34040, 35178, @ECID+1935), (34040, 35179, @ECID+1935), (34040, 35180, @ECID+1935),\n--\n(34040, 35129, @ECID+129), (34040, 35130, @ECID+129), (34040, 35131, @ECID+129), (34040, 37927, @ECID+129), -- ring\n(34040, 35132, @ECID+127), (34040, 35133, @ECID+127), (34040, 35134, @ECID+127), (34040, 35135, @ECID+127), (34040, 37928, @ECID+127), (34040, 37929, @ECID+127); -- neck\n\n\n/* STORMWIND */\n\n-- Master Sergeant Biggins <Officer Accessories Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12781;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12781, 15196, @ECID+1007), (12781, 15198, @ECID+1006), (12781, 16342, @ECID+774),  (12781, 18440, @ECID+1050), (12781, 18441, @ECID+986),  (12781, 18442, @ECID+838),  (12781, 18443, @ECID+491),  \n(12781, 18444, @ECID+930),  (12781, 18445, @ECID+492),  (12781, 18447, @ECID+931),  (12781, 18448, @ECID+492),  (12781, 18449, @ECID+931),  (12781, 18452, @ECID+492),  (12781, 18453, @ECID+931), \n(12781, 18454, @ECID+492),  (12781, 18455, @ECID+931),  (12781, 18456, @ECID+492),  (12781, 18457, @ECID+931),  (12781, 25829, @ECID+125),  (12781, 28244, @ECID+125),  (12781, 28245, @ECID+125), \n(12781, 28246, @ECID+129),  (12781, 28247, @ECID+129),  (12781, 28379, @ECID+165),  (12781, 28380, @ECID+165),  (12781, 31838, @ECID+1648), (12781, 31839, @ECID+1649), (12781, 31840, @ECID+1648),\n(12781, 31841, @ECID+1649), (12781, 31852, @ECID+1652), (12781, 31853, @ECID+1653), (12781, 31854, @ECID+1652), (12781, 31855, @ECID+1653), (12781, 32453, @ECID+1564),\n(12781, 18606, 386), (12781, 18839, 460),  (12781, 18841, 460),  (12781, 18854, 634),  (12781, 18856, 634),  (12781, 18857, 634),  (12781, 18858, 634),  \n(12781, 18859, 634), (12781, 18862, 634),  (12781, 18863, 634),  (12781, 18864, 634),  (12781, 28118, 95),   (12781, 28119, 95),   (12781, 28120, 95),  \n(12781, 28123, 99),  (12781, 28234, 2404), (12781, 28235, 2404), (12781, 28236, 2404), (12781, 28237, 2404), (12781, 28238, 2404), (12781, 28362, 95),  \n(12781, 28363, 99),  (12781, 29593, 634),  (12781, 30348, 2404), (12781, 30349, 2404), (12781, 30350, 2404), (12781, 30351, 2404), (12781, 32455, 460);\n\n-- Lieutenant Jackspring <Weapons Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12784;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12784, 12584, @ECID+565), (12784, 18825, @ECID+565), (12784, 18827, @ECID+565), (12784, 18830, @ECID+131), (12784, 18833, @ECID+567), (12784, 18836, @ECID+567), (12784, 18838, @ECID+565),\n(12784, 18843, @ECID+565), (12784, 18847, @ECID+565), (12784, 18855, @ECID+567), (12784, 18865, @ECID+565), (12784, 18867, @ECID+131), (12784, 18869, @ECID+131), (12784, 18873, @ECID+131),\n(12784, 18876, @ECID+131), (12784, 23451, @ECID+565), (12784, 23452, @ECID+567), (12784, 23453, @ECID+567), (12784, 23454, @ECID+565), (12784, 23455, @ECID+131), (12784, 23456, @ECID+565);\n\n-- Sergeant Major Clate <Armor Quartermaster> - TBC \nDELETE FROM `npc_vendor` WHERE `entry` = 12785;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12785, 16437, @ECID+465), (12785, 16440, @ECID+541), (12785, 16441, @ECID+464), (12785, 16442, @ECID+542), (12785, 16443, @ECID+463), (12785, 16444, @ECID+465), (12785, 16446, @ECID+465), \n(12785, 16448, @ECID+541), (12785, 16449, @ECID+465), (12785, 16450, @ECID+542), (12785, 16451, @ECID+464), (12785, 16452, @ECID+463), (12785, 16453, @ECID+463), (12785, 16454, @ECID+541), \n(12785, 16455, @ECID+464), (12785, 16456, @ECID+542), (12785, 16457, @ECID+465), (12785, 16459, @ECID+465), (12785, 16462, @ECID+465), (12785, 16463, @ECID+541), (12785, 16465, @ECID+464), \n(12785, 16466, @ECID+463), (12785, 16467, @ECID+542), (12785, 16468, @ECID+465), (12785, 16471, @ECID+541), (12785, 16472, @ECID+465), (12785, 16473, @ECID+463), (12785, 16474, @ECID+464), \n(12785, 16475, @ECID+542), (12785, 16476, @ECID+465), (12785, 16477, @ECID+463), (12785, 16478, @ECID+464), (12785, 16479, @ECID+542), (12785, 16480, @ECID+465), (12785, 16483, @ECID+465), \n(12785, 16484, @ECID+541), (12785, 17578, @ECID+464), (12785, 17579, @ECID+542), (12785, 17580, @ECID+465), (12785, 17581, @ECID+463), (12785, 17583, @ECID+465), (12785, 17584, @ECID+541), \n(12785, 17602, @ECID+464), (12785, 17603, @ECID+542), (12785, 17604, @ECID+465), (12785, 17605, @ECID+463), (12785, 17607, @ECID+465), (12785, 17608, @ECID+541), (12785, 23272, @ECID+652), \n(12785, 23273, @ECID+653), (12785, 23274, @ECID+428), (12785, 23275, @ECID+427), (12785, 23276, @ECID+444), (12785, 23277, @ECID+427), (12785, 23278, @ECID+427), (12785, 23279, @ECID+428), \n(12785, 23280, @ECID+428), (12785, 23281, @ECID+427), (12785, 23282, @ECID+428), (12785, 23283, @ECID+427), (12785, 23284, @ECID+428), (12785, 23285, @ECID+427), (12785, 23286, @ECID+428),\n(12785, 23287, @ECID+427), (12785, 23288, @ECID+428), (12785, 23289, @ECID+427), (12785, 23290, @ECID+428), (12785, 23291, @ECID+427), (12785, 23292, @ECID+652), (12785, 23293, @ECID+653), \n(12785, 23294, @ECID+652), (12785, 23295, @ECID+653), (12785, 23296, @ECID+653), (12785, 23297, @ECID+652), (12785, 23298, @ECID+652), (12785, 23299, @ECID+653), (12785, 23300, @ECID+652), \n(12785, 23301, @ECID+653), (12785, 23302, @ECID+653), (12785, 23303, @ECID+652), (12785, 23304, @ECID+653), (12785, 23305, @ECID+652), (12785, 23306, @ECID+444), (12785, 23307, @ECID+427), \n(12785, 23308, @ECID+444), (12785, 23309, @ECID+427), (12785, 23310, @ECID+444), (12785, 23311, @ECID+427), (12785, 23312, @ECID+444), (12785, 23313, @ECID+427), (12785, 23314, @ECID+444), \n(12785, 23315, @ECID+427), (12785, 23316, @ECID+444), (12785, 23317, @ECID+427), (12785, 23318, @ECID+444), (12785, 23319, @ECID+427), (12785, 29594, @ECID+427), (12785, 29595, @ECID+428), \n(12785, 29596, @ECID+652), (12785, 29597, @ECID+653), (12785, 29598, @ECID+444), (12785, 29599, @ECID+427), (12785, 29606, @ECID+465), (12785, 29607, @ECID+541), (12785, 29608, @ECID+542), \n(12785, 29609, @ECID+463), (12785, 29610, @ECID+464), (12785, 29611, @ECID+465);\n\n-- Lieutenant Karter <War Mount Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 12783;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(12783, 18241, @ECID+423), (12783, 18242, @ECID+423), (12783, 18243, @ECID+423), (12783, 18244, @ECID+423), (12783, 35906, @ECID+423);\n\n-- Lieutenant Tristia <Armor Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 23446;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(23446, 28613, @ECID+2259), (23446, 28614, @ECID+2261), (23446, 28615, @ECID+2263), (23446, 28616, @ECID+2265), (23446, 28617, @ECID+2267), (23446, 28618, @ECID+2261), (23446, 28619, @ECID+2263), \n(23446, 28620, @ECID+2265), (23446, 28622, @ECID+2267), (23446, 28623, @ECID+2259), (23446, 28624, @ECID+2261), (23446, 28625, @ECID+2263), (23446, 28626, @ECID+2265), (23446, 28627, @ECID+2267), \n(23446, 28628, @ECID+2259), (23446, 28679, @ECID+2259), (23446, 28680, @ECID+2261), (23446, 28681, @ECID+2263), (23446, 28683, @ECID+2267), (23446, 28684, @ECID+2261), (23446, 28685, @ECID+2263), \n(23446, 28686, @ECID+2265), (23446, 28687, @ECID+2267), (23446, 28688, @ECID+2259), (23446, 28689, @ECID+2259), (23446, 28690, @ECID+2261), (23446, 28691, @ECID+2263), (23446, 28692, @ECID+2265), \n(23446, 28693, @ECID+2267), (23446, 28694, @ECID+2259), (23446, 28695, @ECID+2261), (23446, 28696, @ECID+2263), (23446, 28697, @ECID+2265), (23446, 28698, @ECID+2267), (23446, 28699, @ECID+2259), \n(23446, 28700, @ECID+2261), (23446, 28701, @ECID+2263), (23446, 28702, @ECID+2265), (23446, 28703, @ECID+2267), (23446, 28704, @ECID+2261), (23446, 28705, @ECID+2263), (23446, 28706, @ECID+2265), \n(23446, 28707, @ECID+2267), (23446, 28708, @ECID+2259), (23446, 28709, @ECID+2259), (23446, 28710, @ECID+2261), (23446, 28711, @ECID+2263), (23446, 28712, @ECID+2265), (23446, 28713, @ECID+2267), \n(23446, 28714, @ECID+2267), (23446, 28715, @ECID+2263), (23446, 28716, @ECID+2261), (23446, 28717, @ECID+2259), (23446, 28718, @ECID+2265), (23446, 28719, @ECID+2261), (23446, 28720, @ECID+2263), \n(23446, 28721, @ECID+2265), (23446, 28722, @ECID+2267), (23446, 28723, @ECID+2259), (23446, 28724, @ECID+2265), (23446, 31589, @ECID+2261), (23446, 31590, @ECID+2263), (23446, 31591, @ECID+2265), \n(23446, 31592, @ECID+2267), (23446, 31593, @ECID+2259), (23446, 31620, @ECID+2261), (23446, 31622, @ECID+2263), (23446, 31623, @ECID+2265), (23446, 31624, @ECID+2267), (23446, 31625, @ECID+2259), \n(23446, 31630, @ECID+2259), (23446, 31631, @ECID+2261), (23446, 31632, @ECID+2263), (23446, 31633, @ECID+2265), (23446, 31634, @ECID+2267), (23446, 31640, @ECID+2259), (23446, 31641, @ECID+2261), \n(23446, 31642, @ECID+2263), (23446, 31643, @ECID+2265), (23446, 31644, @ECID+2267),\n--\n(23446, 32785, @ECID+1911), (23446, 32786, @ECID+1911), (23446, 32787, @ECID+1911), (23446, 32788, @ECID+1911), (23446, 32789, @ECID+1911), (23446, 32790, @ECID+1911), \n(23446, 32791, @ECID+1911), (23446, 32792, @ECID+1911), (23446, 32793, @ECID+1911), (23446, 32794, @ECID+1911), (23446, 32795, @ECID+1911), (23446, 32796, @ECID+1911), \n(23446, 32797, @ECID+1923), (23446, 32798, @ECID+1923), (23446, 32799, @ECID+1923), (23446, 32800, @ECID+1923), (23446, 32801, @ECID+1923), (23446, 32802, @ECID+1923), \n(23446, 32803, @ECID+1923), (23446, 32804, @ECID+1923), (23446, 32805, @ECID+1923), (23446, 32806, @ECID+1923), (23446, 32807, @ECID+1923), (23446, 32808, @ECID+1923), \n(23446, 32809, @ECID+1935), (23446, 32810, @ECID+1935), (23446, 32811, @ECID+1935), (23446, 32812, @ECID+1935), (23446, 32813, @ECID+1935), (23446, 32814, @ECID+1935), \n(23446, 32816, @ECID+1935), (23446, 32817, @ECID+1935), (23446, 32818, @ECID+1935), (23446, 32819, @ECID+1935), (23446, 32820, @ECID+1935), (23446, 32821, @ECID+1935), \n(23446, 32979, @ECID+1923), (23446, 32980, @ECID+1935), (23446, 32981, @ECID+1911), (23446, 32988, @ECID+1923), (23446, 32989, @ECID+1935), (23446, 32990, @ECID+1911), \n(23446, 32997, @ECID+1935), (23446, 32998, @ECID+1923), (23446, 32999, @ECID+1911), (23446, 33056, @ECID+129), (23446, 33057, @ECID+129), (23446, 33064, @ECID+129), \n(23446, 33065, @ECID+127),  (23446, 33066, @ECID+127),  (23446, 33067, @ECID+127),  (23446, 33068, @ECID+127);\n\n-- Captain O'Neil <Weapons Quartermaster> - TBC\nDELETE FROM `npc_vendor` WHERE `entry` = 24671;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(24671, 28940, @ECID+2242), (24671, 28941, @ECID+2242), (24671, 28942, @ECID+2237), (24671, 28943, @ECID+2237), (24671, 28944, @ECID+2239),\n(24671, 28945, @ECID+2237), (24671, 28946, @ECID+2240), (24671, 28947, @ECID+2240), (24671, 28948, @ECID+2237), (24671, 28949, @ECID+2237),\n(24671, 28950, @ECID+2240), (24671, 28951, @ECID+2239), (24671, 28952, @ECID+2240), (24671, 28953, @ECID+2239), (24671, 28954, @ECID+2240),\n(24671, 28955, @ECID+2240), (24671, 28956, @ECID+2239), (24671, 28957, @ECID+2238), (24671, 28959, @ECID+2237), (24671, 28960, @ECID+2237);\n\n-- Captain Dirgehammer <Armor Quartermaster> - TBC Season 1\nDELETE FROM `npc_vendor` WHERE `entry` = 24672;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(24672, 28613, @ECID+2259), (24672, 28614, @ECID+2261), (24672, 28615, @ECID+2263), (24672, 28616, @ECID+2265), (24672, 28617, @ECID+2267), (24672, 28618, @ECID+2261), (24672, 28619, @ECID+2263), \n(24672, 28620, @ECID+2265), (24672, 28622, @ECID+2267), (24672, 28623, @ECID+2259), (24672, 28624, @ECID+2261), (24672, 28625, @ECID+2263), (24672, 28626, @ECID+2265), (24672, 28627, @ECID+2267), \n(24672, 28628, @ECID+2259), (24672, 28679, @ECID+2259), (24672, 28680, @ECID+2261), (24672, 28681, @ECID+2263), (24672, 28683, @ECID+2267), (24672, 28684, @ECID+2261), (24672, 28685, @ECID+2263), \n(24672, 28686, @ECID+2265), (24672, 28687, @ECID+2267), (24672, 28688, @ECID+2259), (24672, 28689, @ECID+2259), (24672, 28690, @ECID+2261), (24672, 28691, @ECID+2263), (24672, 28692, @ECID+2265), \n(24672, 28693, @ECID+2267), (24672, 28694, @ECID+2259), (24672, 28695, @ECID+2261), (24672, 28696, @ECID+2263), (24672, 28697, @ECID+2265), (24672, 28698, @ECID+2267), (24672, 28699, @ECID+2259), \n(24672, 28700, @ECID+2261), (24672, 28701, @ECID+2263), (24672, 28702, @ECID+2265), (24672, 28703, @ECID+2267), (24672, 28704, @ECID+2261), (24672, 28705, @ECID+2263), (24672, 28706, @ECID+2265), \n(24672, 28707, @ECID+2267), (24672, 28708, @ECID+2259), (24672, 28709, @ECID+2259), (24672, 28710, @ECID+2261), (24672, 28711, @ECID+2263), (24672, 28712, @ECID+2265), (24672, 28713, @ECID+2267), \n(24672, 28714, @ECID+2267), (24672, 28715, @ECID+2263), (24672, 28716, @ECID+2261), (24672, 28717, @ECID+2259), (24672, 28718, @ECID+2265), (24672, 28719, @ECID+2261), (24672, 28720, @ECID+2263), \n(24672, 28721, @ECID+2265), (24672, 28722, @ECID+2267), (24672, 28723, @ECID+2259), (24672, 28724, @ECID+2265), (24672, 31589, @ECID+2261), (24672, 31590, @ECID+2263), (24672, 31591, @ECID+2265), \n(24672, 31592, @ECID+2267), (24672, 31593, @ECID+2259), (24672, 31620, @ECID+2261), (24672, 31622, @ECID+2263), (24672, 31623, @ECID+2265), (24672, 31624, @ECID+2267), (24672, 31625, @ECID+2259), \n(24672, 31630, @ECID+2259), (24672, 31631, @ECID+2261), (24672, 31632, @ECID+2263), (24672, 31633, @ECID+2265), (24672, 31634, @ECID+2267), (24672, 31640, @ECID+2259), (24672, 31641, @ECID+2261), \n(24672, 31642, @ECID+2263), (24672, 31643, @ECID+2265), (24672, 31644, @ECID+2267),\n--\n(24672, 28975, @ECID+1911), (24672, 28977, @ECID+1911), (24672, 28982, @ECID+1911), (24672, 28985, @ECID+1911), (24672, 28987, @ECID+1911), -- boots\n(24672, 28991, @ECID+1911), (24672, 28994, @ECID+1911), (24672, 28997, @ECID+1911), (24672, 29000, @ECID+1911), (24672, 29003, @ECID+1911), \n(24672, 29005, @ECID+1911), (24672, 31597, @ECID+1911), (24672, 32978, @ECID+1911), (24672, 32987, @ECID+1911), (24672, 32996, @ECID+1911), \n--\n(24672, 28974, @ECID+1923), (24672, 28976, @ECID+1923), (24672, 28980, @ECID+1923), (24672, 28983, @ECID+1923), (24672, 28986, @ECID+1923), -- belt\n(24672, 28990, @ECID+1923), (24672, 28993, @ECID+1923), (24672, 28995, @ECID+1923), (24672, 28998, @ECID+1923), (24672, 29001, @ECID+1923),\n(24672, 29004, @ECID+1923), (24672, 31596, @ECID+1923), (24672, 32976, @ECID+1923), (24672, 32985, @ECID+1923), (24672, 32995, @ECID+1923),\n--\n(24672, 28973, @ECID+1935), (24672, 28978, @ECID+1935), (24672, 28981, @ECID+1935), (24672, 28984, @ECID+1935), (24672, 28988, @ECID+1935), -- bracers\n(24672, 28989, @ECID+1935), (24672, 28992, @ECID+1935), (24672, 28996, @ECID+1935), (24672, 28999, @ECID+1935), (24672, 29002, @ECID+1935),\n(24672, 29006, @ECID+1935), (24672, 31599, @ECID+1935), (24672, 32977, @ECID+1935), (24672, 32986, @ECID+1935), (24672, 32994, @ECID+1935);\n\n-- Captain Dirgehammer <Armor Quartermaster> - TBC Season 3\nDELETE FROM `npc_vendor` WHERE `entry` = 26393;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(26393, 28613, @ECID+2259), (26393, 28614, @ECID+2261), (26393, 28615, @ECID+2263), (26393, 28616, @ECID+2265), (26393, 28617, @ECID+2267), (26393, 28618, @ECID+2261), (26393, 28619, @ECID+2263), \n(26393, 28620, @ECID+2265), (26393, 28622, @ECID+2267), (26393, 28623, @ECID+2259), (26393, 28624, @ECID+2261), (26393, 28625, @ECID+2263), (26393, 28626, @ECID+2265), (26393, 28627, @ECID+2267), \n(26393, 28628, @ECID+2259), (26393, 28679, @ECID+2259), (26393, 28680, @ECID+2261), (26393, 28681, @ECID+2263), (26393, 28683, @ECID+2267), (26393, 28684, @ECID+2261), (26393, 28685, @ECID+2263), \n(26393, 28686, @ECID+2265), (26393, 28687, @ECID+2267), (26393, 28688, @ECID+2259), (26393, 28689, @ECID+2259), (26393, 28690, @ECID+2261), (26393, 28691, @ECID+2263), (26393, 28692, @ECID+2265), \n(26393, 28693, @ECID+2267), (26393, 28694, @ECID+2259), (26393, 28695, @ECID+2261), (26393, 28696, @ECID+2263), (26393, 28697, @ECID+2265), (26393, 28698, @ECID+2267), (26393, 28699, @ECID+2259), \n(26393, 28700, @ECID+2261), (26393, 28701, @ECID+2263), (26393, 28702, @ECID+2265), (26393, 28703, @ECID+2267), (26393, 28704, @ECID+2261), (26393, 28705, @ECID+2263), (26393, 28706, @ECID+2265), \n(26393, 28707, @ECID+2267), (26393, 28708, @ECID+2259), (26393, 28709, @ECID+2259), (26393, 28710, @ECID+2261), (26393, 28711, @ECID+2263), (26393, 28712, @ECID+2265), (26393, 28713, @ECID+2267), \n(26393, 28714, @ECID+2267), (26393, 28715, @ECID+2263), (26393, 28716, @ECID+2261), (26393, 28717, @ECID+2259), (26393, 28718, @ECID+2265), (26393, 28719, @ECID+2261), (26393, 28720, @ECID+2263), \n(26393, 28721, @ECID+2265), (26393, 28722, @ECID+2267), (26393, 28723, @ECID+2259), (26393, 28724, @ECID+2265), (26393, 31589, @ECID+2261), (26393, 31590, @ECID+2263), (26393, 31591, @ECID+2265), \n(26393, 31592, @ECID+2267), (26393, 31593, @ECID+2259), (26393, 31620, @ECID+2261), (26393, 31622, @ECID+2263), (26393, 31623, @ECID+2265), (26393, 31624, @ECID+2267), (26393, 31625, @ECID+2259), \n(26393, 31630, @ECID+2259), (26393, 31631, @ECID+2261), (26393, 31632, @ECID+2263), (26393, 31633, @ECID+2265), (26393, 31634, @ECID+2267), (26393, 31640, @ECID+2259), (26393, 31641, @ECID+2261), \n(26393, 31642, @ECID+2263), (26393, 31643, @ECID+2265), (26393, 31644, @ECID+2267),\n--\n(26393, 33812, @ECID+1911), (26393, 33878, @ECID+1911), (26393, 33880, @ECID+1911), (26393, 33884, @ECID+1911), (26393, 33886, @ECID+1911), -- boots\n(26393, 33890, @ECID+1911), (26393, 33892, @ECID+1911), (26393, 33896, @ECID+1911), (26393, 33899, @ECID+1911), (26393, 33902, @ECID+1911),\n(26393, 33905, @ECID+1911), (26393, 33908, @ECID+1911), (26393, 33911, @ECID+1911), (26393, 33914, @ECID+1911), (26393, 33916, @ECID+1911),\n-- \n(26393, 33811, @ECID+1923), (26393, 33877, @ECID+1923), (26393, 33879, @ECID+1923), (26393, 33882, @ECID+1923), (26393, 33885, @ECID+1923), -- belt\n(26393, 33888, @ECID+1923), (26393, 33891, @ECID+1923), (26393, 33895, @ECID+1923), (26393, 33898, @ECID+1923), (26393, 33900, @ECID+1923),\n(26393, 33903, @ECID+1923), (26393, 33907, @ECID+1923), (26393, 33909, @ECID+1923), (26393, 33912, @ECID+1923), (26393, 33915, @ECID+1923),\n--\n(26393, 33813, @ECID+1935), (26393, 33876, @ECID+1935), (26393, 33881, @ECID+1935), (26393, 33883, @ECID+1935), (26393, 33887, @ECID+1935), -- bracers\n(26393, 33889, @ECID+1935), (26393, 33893, @ECID+1935), (26393, 33894, @ECID+1935), (26393, 33897, @ECID+1935), (26393, 33901, @ECID+1935),\n(26393, 33904, @ECID+1935), (26393, 33906, @ECID+1935), (26393, 33910, @ECID+1935), (26393, 33913, @ECID+1935), (26393, 33917, @ECID+1935),\n--\n(26393, 33853, @ECID+129), (26393, 33918, @ECID+129), (26393, 33919, @ECID+129), (26393, 35320, @ECID+129), -- ring\n(26393, 33920, @ECID+127), (26393, 33921, @ECID+127), (26393, 33922, @ECID+127), (26393, 33923, @ECID+127), (26393, 35317, @ECID+127), (26393, 35319, @ECID+127); -- neck\n\n-- Captain Dirgehammer <Armor Quartermaster> - TBC Season 4\nDELETE FROM `npc_vendor` WHERE `entry` = @Dirge;\nINSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES\n(@Dirge, 28613, @ECID+2259), (@Dirge, 28614, @ECID+2261), (@Dirge, 28615, @ECID+2263), (@Dirge, 28616, @ECID+2265), (@Dirge, 28617, @ECID+2267), (@Dirge, 28618, @ECID+2261), (@Dirge, 28619, @ECID+2263), \n(@Dirge, 28620, @ECID+2265), (@Dirge, 28622, @ECID+2267), (@Dirge, 28623, @ECID+2259), (@Dirge, 28624, @ECID+2261), (@Dirge, 28625, @ECID+2263), (@Dirge, 28626, @ECID+2265), (@Dirge, 28627, @ECID+2267), \n(@Dirge, 28628, @ECID+2259), (@Dirge, 28679, @ECID+2259), (@Dirge, 28680, @ECID+2261), (@Dirge, 28681, @ECID+2263), (@Dirge, 28683, @ECID+2267), (@Dirge, 28684, @ECID+2261), (@Dirge, 28685, @ECID+2263), \n(@Dirge, 28686, @ECID+2265), (@Dirge, 28687, @ECID+2267), (@Dirge, 28688, @ECID+2259), (@Dirge, 28689, @ECID+2259), (@Dirge, 28690, @ECID+2261), (@Dirge, 28691, @ECID+2263), (@Dirge, 28692, @ECID+2265), \n(@Dirge, 28693, @ECID+2267), (@Dirge, 28694, @ECID+2259), (@Dirge, 28695, @ECID+2261), (@Dirge, 28696, @ECID+2263), (@Dirge, 28697, @ECID+2265), (@Dirge, 28698, @ECID+2267), (@Dirge, 28699, @ECID+2259), \n(@Dirge, 28700, @ECID+2261), (@Dirge, 28701, @ECID+2263), (@Dirge, 28702, @ECID+2265), (@Dirge, 28703, @ECID+2267), (@Dirge, 28704, @ECID+2261), (@Dirge, 28705, @ECID+2263), (@Dirge, 28706, @ECID+2265), \n(@Dirge, 28707, @ECID+2267), (@Dirge, 28708, @ECID+2259), (@Dirge, 28709, @ECID+2259), (@Dirge, 28710, @ECID+2261), (@Dirge, 28711, @ECID+2263), (@Dirge, 28712, @ECID+2265), (@Dirge, 28713, @ECID+2267), \n(@Dirge, 28714, @ECID+2267), (@Dirge, 28715, @ECID+2263), (@Dirge, 28716, @ECID+2261), (@Dirge, 28717, @ECID+2259), (@Dirge, 28718, @ECID+2265), (@Dirge, 28719, @ECID+2261), (@Dirge, 28720, @ECID+2263), \n(@Dirge, 28721, @ECID+2265), (@Dirge, 28722, @ECID+2267), (@Dirge, 28723, @ECID+2259), (@Dirge, 28724, @ECID+2265), (@Dirge, 31589, @ECID+2261), (@Dirge, 31590, @ECID+2263), (@Dirge, 31591, @ECID+2265), \n(@Dirge, 31592, @ECID+2267), (@Dirge, 31593, @ECID+2259), (@Dirge, 31620, @ECID+2261), (@Dirge, 31622, @ECID+2263), (@Dirge, 31623, @ECID+2265), (@Dirge, 31624, @ECID+2267), (@Dirge, 31625, @ECID+2259), \n(@Dirge, 31630, @ECID+2259), (@Dirge, 31631, @ECID+2261), (@Dirge, 31632, @ECID+2263), (@Dirge, 31633, @ECID+2265), (@Dirge, 31634, @ECID+2267), (@Dirge, 31640, @ECID+2259), (@Dirge, 31641, @ECID+2261), \n(@Dirge, 31642, @ECID+2263), (@Dirge, 31643, @ECID+2265), (@Dirge, 31644, @ECID+2267),\n--\n(@Dirge, 35136, @ECID+1911), (@Dirge, 35137, @ECID+1911), (@Dirge, 35138, @ECID+1911), (@Dirge, 35139, @ECID+1911), (@Dirge, 35140, @ECID+1911), -- boots\n(@Dirge, 35141, @ECID+1911), (@Dirge, 35142, @ECID+1911), (@Dirge, 35143, @ECID+1911), (@Dirge, 35144, @ECID+1911), (@Dirge, 35145, @ECID+1911),\n(@Dirge, 35146, @ECID+1911), (@Dirge, 35147, @ECID+1911), (@Dirge, 35148, @ECID+1911), (@Dirge, 35149, @ECID+1911), (@Dirge, 35150, @ECID+1911),\n--\n(@Dirge, 35151, @ECID+1923), (@Dirge, 35152, @ECID+1923), (@Dirge, 35153, @ECID+1923), (@Dirge, 35154, @ECID+1923), (@Dirge, 35155, @ECID+1923), -- belt\n(@Dirge, 35156, @ECID+1923), (@Dirge, 35157, @ECID+1923), (@Dirge, 35158, @ECID+1923), (@Dirge, 35159, @ECID+1923), (@Dirge, 35160, @ECID+1923), \n(@Dirge, 35161, @ECID+1923), (@Dirge, 35162, @ECID+1923), (@Dirge, 35163, @ECID+1923), (@Dirge, 35164, @ECID+1923), (@Dirge, 35165, @ECID+1923), \n--\n(@Dirge, 35166, @ECID+1935), (@Dirge, 35167, @ECID+1935), (@Dirge, 35168, @ECID+1935), (@Dirge, 35169, @ECID+1935), (@Dirge, 35170, @ECID+1935), -- bracers\n(@Dirge, 35171, @ECID+1935), (@Dirge, 35172, @ECID+1935), (@Dirge, 35173, @ECID+1935), (@Dirge, 35174, @ECID+1935), (@Dirge, 35175, @ECID+1935),\n(@Dirge, 35176, @ECID+1935), (@Dirge, 35177, @ECID+1935), (@Dirge, 35178, @ECID+1935), (@Dirge, 35179, @ECID+1935), (@Dirge, 35180, @ECID+1935),\n--\n(@Dirge, 35129, @ECID+129), (@Dirge, 35130, @ECID+129), (@Dirge, 35131, @ECID+129), (@Dirge, 37927, @ECID+129), -- ring\n(@Dirge, 35132, @ECID+127), (@Dirge, 35133, @ECID+127), (@Dirge, 35134, @ECID+127), (@Dirge, 35135, @ECID+127), (@Dirge, 37928, @ECID+127), (@Dirge, 37929, @ECID+127); -- neck\n"
  },
  {
    "path": "optional/sql/world/zz_optional_unobtainable_items.sql",
    "content": "/* \n    These changes add otherwise unobtainable items to appropriate places in the world, with suitable levels of challenge to obtain them.\n    This is in line with the module's intent to allow each player to experience all of the available content in WoW - in this case,\n    it removes reliance on out-of-game events, real money purchases, or cheating via GM commands.\n\n    These items are almost entirely cosmetic and were available to players through external means - debug or cheat items not intended for player use are not added.\n*/\n\n/* Tabard of Flame (WoW TCG Promotional Item) - added as a 3% drop from Ragnaros */\nDELETE FROM `creature_loot_template` WHERE `Entry` = 11502 AND `Item` = 23705 AND `Reference` = 0 AND `GroupId` = 0;\nINSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(11502, 23705, 0, 3, 0, 1, 0, 1, 1, NULL);\n\n/* Celestial Steed (Real Money Purchase) - added as a 1% drop from Gift of the Observer */\nDELETE FROM `gameobject_loot_template` WHERE `Entry` = 26974 AND `Item` = 54811;\nINSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES \n(26974, 54811, 0, 1, 0, 1, 0, 1, 1, 'Gift of the Observer - Celestial Steed');\n"
  },
  {
    "path": "optional/sql/world/zz_optional_vanilla_crafting_requirements.sql",
    "content": "/* \n    This will restore specialization requirements for vanilla crafting recipes.\n    This may require a reset of the item WDB cache files. \n*/\n\n/* Dragonscale Leatherworking (10656) */\nUPDATE `trainer_spell` SET `ReqAbility1` = 10656 WHERE `SpellID` IN\n(10619,  -- Dragonscale Gauntlets\n 10650,  -- Dragonscale Breastplate\n 24654,  -- Blue Dragonscale Leggings\n 24655,  -- Green Dragonscale Gauntlets\n 36076); -- Dragonstrike Leggings\n\nUPDATE `item_template` SET `requiredspell` = 10656 WHERE `entry` IN \n(15726,  -- Pattern: Green Dragonscale Breastplate\n 15730,  -- Pattern: Red Dragonscale Breastplate\n 15733,  -- Pattern: Green Dragonscale Leggings\n 15751,  -- Pattern: Blue Dragonscale Breastplate\n 15759,  -- Pattern: Black Dragonscale Breastplate\n 15763,  -- Pattern: Blue Dragonscale Shoulders\n 15770,  -- Pattern: Black Dragonscale Shoulders\n 15781,  -- Pattern: Black Dragonscale Leggings\n 17025,  -- Pattern: Black Dragonscale Boots\n 18517,  -- Pattern: Chromatic Cloak\n 19331,  -- Pattern: Chromatic Gauntlets\n 20382); -- Pattern: Dreamscale Breastplate\n\n/* Elemental Leatherworking (10658) */\nUPDATE `trainer_spell` SET `ReqAbility1` = 10658 WHERE `SpellID` IN \n(10630,  -- Gauntlets of the Sea\n 10632,  -- Helm of Fire\n 36074); -- Blackstorm Leggings\n\nUPDATE `item_template` SET `requiredspell` = 10658 WHERE `entry` IN \n(15732,  -- Pattern: Volcanic Leggings\n 15734,  -- Pattern: Living Shoulders\n 15741,  -- Pattern: Stormshroud Pants\n 15749,  -- Pattern: Volcanic Breastplate\n 15752,  -- Pattern: Living Leggings\n 15753,  -- Pattern: Stormshroud Armor\n 15764,  -- Pattern: Stormshroud Shoulders\n 15771,  -- Pattern: Living Breastplate\n 15775,  -- Pattern: Volcanic Shoulders\n 17023,  -- Pattern: Molten Helm\n 18519,  -- Pattern: Shifting Cloak\n 19333,  -- Pattern: Molten Belt\n 21548); -- Pattern: Stormshroud Gloves\n\n/* Tribal Leatherworking (10660) */\nUPDATE `trainer_spell` SET `ReqAbility1` = 10660 WHERE `SpellID` IN \n(10621,  -- Wolfshead Helm\n 10647,  -- Feathered Breastplate\n 36075); -- Wildfeather Leggings\n\nUPDATE `item_template` SET `requiredspell` = 10660 WHERE `entry` IN \n(15729,  -- Pattern: Chimeric Gloves\n 15735,  -- Pattern: Ironfeather Shoulders\n 15737,  -- Pattern: Chimeric Boots\n 15740,  -- Pattern: Frostsaber Boots\n 15746,  -- Pattern: Chimeric Leggings\n 15747,  -- Pattern: Frostsaber Leggings\n 15755,  -- Pattern: Chimeric Vest\n 15758,  -- Pattern: Devilsaur Gauntlets\n 15760,  -- Pattern: Ironfeather Breastplate\n 15761,  -- Pattern: Frostsaber Gloves\n 15772,  -- Pattern: Devilsaur Leggings\n 15779,  -- Pattern: Frostsaber Tunic\n 17022,  -- Pattern: Corehound Boots\n 18518,  -- Pattern: Hide of the Wild\n 19332,  -- Pattern: Corehound Belt\n 20253,  -- Pattern: Warbear Harness\n 20254); -- Pattern: Warbear Woolies\n\n/* Armorsmith (9788) */\nUPDATE `trainer_spell` SET `ReqAbility1` = 9788 WHERE `SpellID` IN \n(9974,   -- Truesilver Breastplate\n 9954,   -- Truesilver Gauntlets\n 36122,  -- Earthforged Leggings\n 36124); -- Windforged Leggings\n\nUPDATE `item_template` SET `requiredspell` = 9788 WHERE `entry` IN \n(17051,  -- Plans: Dark Iron Bracers\n 19207,  -- Plans: Dark Iron Gauntlets\n 19206,  -- Plans: Dark Iron Helm\n 17052,  -- Plans: Dark Iron Leggings\n 20040,  -- Plans: Dark Iron Boots\n 11612,  -- Plans: Dark Iron Plate\n 12698,  -- Plans: Dawnbringer Shoulders\n 12696,  -- Plans: Demon Forged Breastplate\n 12727,  -- Plans: Enchanted Thorium Breastplate\n 12725,  -- Plans: Enchanted Thorium Helm\n 12726,  -- Plans: Enchanted Thorium Leggings\n 17049,  -- Plans: Fiery Chain Girdle\n 17053,  -- Plans: Fiery Chain Shoulders\n 12699,  -- Plans: Fiery Plate Gauntlets\n 12716,  -- Plans: Helm of the Great Chief\n 12728,  -- Plans: Invulnerable Mail\n 12717,  -- Plans: Lionheart Helm\n 12703,  -- Plans: Storm Gauntlets\n 12720,  -- Plans: Stronghold Gauntlets\n 22388,  -- Plans: Titanic Leggings\n 12711,  -- Plans: Whitesoul Helm\n 12691); -- Plans: Wildthorn Mail\n\n/* Weaponsmith (9787) */\nUPDATE `trainer_spell` SET `ReqAbility1` = 9787 WHERE `SpellID` IN \n(10003,  -- The Shatterer\n 10007,  -- Phantom Blade\n 10011,  -- Blight\n 10015,  -- Truesilver Champion\n 36125,  -- Light Earthforged Blade\n 36126,  -- Light Skyforged Axe\n 36128); -- Light Emberforged Hammer\n\nUPDATE `item_template` SET `requiredspell` = 9787 WHERE `entry` IN \n(11610,  -- Plans: Dark Iron Pulverizer\n 11611,  -- Plans: Dark Iron Sunderer\n 12839,  -- Plans: Heartseeker\n 19208,  -- Plans: Black Amnesty\n 19209); -- Plans: Blackfury\n\n/* Master Swordsmith (17039) */\nUPDATE `item_template` SET `requiredspell` = 17039 WHERE `entry` IN \n(12825,  -- Plans: Blazing Rapier\n 12834,  -- Plans: Arcanite Champion\n 12836,  -- Plans: Frostguard\n 12830,  -- Plans: Corruption\n 17059,  -- Plans: Dark Iron Reaver\n 19211,  -- Plans: Blackguard\n 22389); -- Plans: Sageblade\n\n/* Master Hammersmith (17040) */\nUPDATE `item_template` SET `requiredspell` = 17040 WHERE `entry` IN \n(12824,  -- Plans: Enchanted Battlehammer\n 12827,  -- Plans: Serenity\n 12833,  -- Plans: Hammer of the Titans\n 12837,  -- Plans: Masterwork Stormhammer\n 19210,  -- Plans: Ebon Hand\n 22390); -- Plans: Persuader\n\n/* Master Axesmith (17041) */\nUPDATE `item_template` SET `requiredspell` = 17041 WHERE `entry` IN \n(12835,  -- Plans: Annihilator\n 12838,  -- Plans: Arcanite Reaper\n 17060,  -- Plans: Dark Iron Destroyer\n 12821,  -- Plans: Dawn's Edge\n 19212); -- Plans: Nightfall\n"
  },
  {
    "path": "optional/sql/world/zz_optional_vanilla_models.sql",
    "content": "/*\n    Reverts creatures that had model changes post-Vanilla to their original models.\n    There are a few exceptions due to some Vanilla models being removed from the game files.\n*/\n\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6630  WHERE `CreatureID` = 14387 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 143   WHERE `CreatureID` = 29    AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 604   WHERE `CreatureID` = 69    AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 732   WHERE `CreatureID` = 201   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 447   WHERE `CreatureID` = 299   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 612   WHERE `CreatureID` = 522   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5606  WHERE `CreatureID` = 706   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 611   WHERE `CreatureID` = 724   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5609  WHERE `CreatureID` = 808   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5605  WHERE `CreatureID` = 946   AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5608  WHERE `CreatureID` = 1120  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5607  WHERE `CreatureID` = 1121  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5612  WHERE `CreatureID` = 1122  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5626  WHERE `CreatureID` = 1123  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5613  WHERE `CreatureID` = 1124  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1643  WHERE `CreatureID` = 1156  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5625  WHERE `CreatureID` = 1260  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1428  WHERE `CreatureID` = 1293  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5610  WHERE `CreatureID` = 1397  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 317   WHERE `CreatureID` = 1490  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10979 WHERE `CreatureID` = 1502  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 30    WHERE `CreatureID` = 1505  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2483  WHERE `CreatureID` = 1537  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 149   WHERE `CreatureID` = 1601  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4731  WHERE `CreatureID` = 1752  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11650 WHERE `CreatureID` = 1776  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 902   WHERE `CreatureID` = 1778  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 864   WHERE `CreatureID` = 1964  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6807  WHERE `CreatureID` = 1985  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11448 WHERE `CreatureID` = 2032  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11658 WHERE `CreatureID` = 2425  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3986  WHERE `CreatureID` = 2552  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3993  WHERE `CreatureID` = 2553  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3991  WHERE `CreatureID` = 2554  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3995  WHERE `CreatureID` = 2555  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3997  WHERE `CreatureID` = 2556  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4001  WHERE `CreatureID` = 2558  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4003  WHERE `CreatureID` = 2605  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4033  WHERE `CreatureID` = 2606  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1545  WHERE `CreatureID` = 2614  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10952 WHERE `CreatureID` = 2615  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1038  WHERE `CreatureID` = 2635  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6491  WHERE `CreatureID` = 2639  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6542  WHERE `CreatureID` = 2640  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6497  WHERE `CreatureID` = 2641  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6514  WHERE `CreatureID` = 2642  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6493  WHERE `CreatureID` = 2643  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6510  WHERE `CreatureID` = 2644  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6538  WHERE `CreatureID` = 2645  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6495  WHERE `CreatureID` = 2646  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6540  WHERE `CreatureID` = 2647  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6997  WHERE `CreatureID` = 2648  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6479  WHERE `CreatureID` = 2649  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6480  WHERE `CreatureID` = 2650  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6483  WHERE `CreatureID` = 2651  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6485  WHERE `CreatureID` = 2652  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6489  WHERE `CreatureID` = 2653  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6487  WHERE `CreatureID` = 2654  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6547  WHERE `CreatureID` = 2691  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6549  WHERE `CreatureID` = 2692  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6546  WHERE `CreatureID` = 2693  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6548  WHERE `CreatureID` = 2694  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9752  WHERE `CreatureID` = 2888  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11418 WHERE `CreatureID` = 2926  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 12238 WHERE `CreatureID` = 2929  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7244  WHERE `CreatureID` = 2976  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7246  WHERE `CreatureID` = 2977  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7247  WHERE `CreatureID` = 2978  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7245  WHERE `CreatureID` = 2979  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2864  WHERE `CreatureID` = 3281  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7237  WHERE `CreatureID` = 3282  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7234  WHERE `CreatureID` = 3283  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3918  WHERE `CreatureID` = 3284  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7241  WHERE `CreatureID` = 3285  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7238  WHERE `CreatureID` = 3286  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1986  WHERE `CreatureID` = 3300  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4244  WHERE `CreatureID` = 3465  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1643  WHERE `CreatureID` = 3727  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9751  WHERE `CreatureID` = 3730  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2572  WHERE `CreatureID` = 3794  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2572  WHERE `CreatureID` = 3795  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2080  WHERE `CreatureID` = 4045  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2240  WHERE `CreatureID` = 4198  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2352  WHERE `CreatureID` = 4274  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11315 WHERE `CreatureID` = 4356  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2573  WHERE `CreatureID` = 4357  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2539  WHERE `CreatureID` = 4377  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2602  WHERE `CreatureID` = 4388  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4691  WHERE `CreatureID` = 4456  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6508  WHERE `CreatureID` = 4465  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6512  WHERE `CreatureID` = 4466  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6535  WHERE `CreatureID` = 4467  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2970  WHERE `CreatureID` = 4968  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4494  WHERE `CreatureID` = 5353  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3293  WHERE `CreatureID` = 5498  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3976  WHERE `CreatureID` = 5680  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3980  WHERE `CreatureID` = 5681  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4591  WHERE `CreatureID` = 5936  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5611  WHERE `CreatureID` = 6113  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7922  WHERE `CreatureID` = 6198  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7923  WHERE `CreatureID` = 6199  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5585  WHERE `CreatureID` = 6368  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 158   WHERE `CreatureID` = 6412  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2240  WHERE `CreatureID` = 6647  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5510  WHERE `CreatureID` = 6789  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6630  WHERE `CreatureID` = 7505  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6631  WHERE `CreatureID` = 7506  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6380  WHERE `CreatureID` = 7624  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6994  WHERE `CreatureID` = 7801  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6512  WHERE `CreatureID` = 7809  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7006  WHERE `CreatureID` = 7937  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7114  WHERE `CreatureID` = 7977  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4731  WHERE `CreatureID` = 8214  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6512  WHERE `CreatureID` = 8216  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6512  WHERE `CreatureID` = 8217  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6479  WHERE `CreatureID` = 8218  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6479  WHERE `CreatureID` = 8219  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7604  WHERE `CreatureID` = 8395  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10382 WHERE `CreatureID` = 8563  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10379 WHERE `CreatureID` = 8564  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10381 WHERE `CreatureID` = 8565  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7872  WHERE `CreatureID` = 8578  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7874  WHERE `CreatureID` = 8581  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9733  WHERE `CreatureID` = 9237  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9709  WHERE `CreatureID` = 9239  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9728  WHERE `CreatureID` = 9240  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9682  WHERE `CreatureID` = 9241  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9724  WHERE `CreatureID` = 9265  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9719  WHERE `CreatureID` = 9266  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9674  WHERE `CreatureID` = 9267  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9715  WHERE `CreatureID` = 9269  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9149  WHERE `CreatureID` = 9836  AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11657 WHERE `CreatureID` = 10181 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9754  WHERE `CreatureID` = 10304 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2582  WHERE `CreatureID` = 10403 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2582  WHERE `CreatureID` = 10404 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11069 WHERE `CreatureID` = 10505 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10357 WHERE `CreatureID` = 10540 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10375 WHERE `CreatureID` = 10824 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10199 WHERE `CreatureID` = 10929 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11394 WHERE `CreatureID` = 10976 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11327 WHERE `CreatureID` = 11388 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11320 WHERE `CreatureID` = 11391 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11668 WHERE `CreatureID` = 11704 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11669 WHERE `CreatureID` = 11705 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11671 WHERE `CreatureID` = 11706 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11672 WHERE `CreatureID` = 11707 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11650 WHERE `CreatureID` = 11874 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10375 WHERE `CreatureID` = 12322 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7923  WHERE `CreatureID` = 12457 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2281  WHERE `CreatureID` = 12678 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 8842  WHERE `CreatureID` = 12819 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 13174 WHERE `CreatureID` = 13256 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6297  WHERE `CreatureID` = 13321 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14378 WHERE `CreatureID` = 14327 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14394 WHERE `CreatureID` = 14348 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 14495 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14694 WHERE `CreatureID` = 14688 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14760 WHERE `CreatureID` = 14730 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14764 WHERE `CreatureID` = 14734 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14770 WHERE `CreatureID` = 14738 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14772 WHERE `CreatureID` = 14740 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14773 WHERE `CreatureID` = 14741 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6512  WHERE `CreatureID` = 14748 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14786 WHERE `CreatureID` = 14757 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 16081 WHERE `CreatureID` = 14824 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6811  WHERE `CreatureID` = 15111 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15325 WHERE `CreatureID` = 15193 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 15218 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 15222 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15382 WHERE `CreatureID` = 15349 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15389 WHERE `CreatureID` = 15351 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 525   WHERE `CreatureID` = 15352 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 15384 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 15454 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15469 WHERE `CreatureID` = 15476 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1991  WHERE `CreatureID` = 15524 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 13    WHERE `CreatureID` = 15608 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15474 WHERE `CreatureID` = 15628 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15294 WHERE `CreatureID` = 15730 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15737 WHERE `CreatureID` = 15777 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15744 WHERE `CreatureID` = 15780 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15745 WHERE `CreatureID` = 15781 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15746 WHERE `CreatureID` = 15782 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15747 WHERE `CreatureID` = 15783 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15748 WHERE `CreatureID` = 15784 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15749 WHERE `CreatureID` = 15785 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15751 WHERE `CreatureID` = 15786 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15752 WHERE `CreatureID` = 15787 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15753 WHERE `CreatureID` = 15788 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15754 WHERE `CreatureID` = 15789 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15755 WHERE `CreatureID` = 15790 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15756 WHERE `CreatureID` = 15791 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15757 WHERE `CreatureID` = 15792 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15759 WHERE `CreatureID` = 15793 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15758 WHERE `CreatureID` = 15794 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15750 WHERE `CreatureID` = 15795 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14501 WHERE `CreatureID` = 15902 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 15925 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6852  WHERE `CreatureID` = 16081 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 163   WHERE `CreatureID` = 16089 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10747 WHERE `CreatureID` = 16096 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 16137 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10627 WHERE `CreatureID` = 16141 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 16108 WHERE `CreatureID` = 16284 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 732   WHERE `CreatureID` = 16390 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 8469  WHERE `CreatureID` = 16509 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14584 WHERE `CreatureID` = 16510 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10005 WHERE `CreatureID` = 16698 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15435 WHERE `CreatureID` = 16995 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 17066 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2467  WHERE `CreatureID` = 17313 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 12956 WHERE `CreatureID` = 17598 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 17328 WHERE `CreatureID` = 17660 AND `Idx` = 0;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2348  WHERE `CreatureID` = 657   AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2472  WHERE `CreatureID` = 1537  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3990  WHERE `CreatureID` = 2552  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3994  WHERE `CreatureID` = 2553  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3992  WHERE `CreatureID` = 2554  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3996  WHERE `CreatureID` = 2555  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3998  WHERE `CreatureID` = 2556  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4000  WHERE `CreatureID` = 2557  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4002  WHERE `CreatureID` = 2558  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6492  WHERE `CreatureID` = 2639  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6543  WHERE `CreatureID` = 2640  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6303  WHERE `CreatureID` = 2914  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 355   WHERE `CreatureID` = 2976  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 355   WHERE `CreatureID` = 2977  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3904  WHERE `CreatureID` = 2979  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3919  WHERE `CreatureID` = 3284  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3913  WHERE `CreatureID` = 3286  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1206  WHERE `CreatureID` = 3300  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10857 WHERE `CreatureID` = 3728  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1643  WHERE `CreatureID` = 3730  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2238  WHERE `CreatureID` = 4166  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6509  WHERE `CreatureID` = 4465  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6513  WHERE `CreatureID` = 4466  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6536  WHERE `CreatureID` = 4467  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3975  WHERE `CreatureID` = 5680  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3979  WHERE `CreatureID` = 5681  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5555  WHERE `CreatureID` = 6368  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10955 WHERE `CreatureID` = 8548  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9710  WHERE `CreatureID` = 9239  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9729  WHERE `CreatureID` = 9240  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9683  WHERE `CreatureID` = 9241  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9725  WHERE `CreatureID` = 9265  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9720  WHERE `CreatureID` = 9266  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9675  WHERE `CreatureID` = 9267  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 9716  WHERE `CreatureID` = 9269  AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10225 WHERE `CreatureID` = 10758 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10240 WHERE `CreatureID` = 10759 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10230 WHERE `CreatureID` = 10760 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10909 WHERE `CreatureID` = 11064 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11223 WHERE `CreatureID` = 11340 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11160 WHERE `CreatureID` = 11346 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11076 WHERE `CreatureID` = 11350 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11111 WHERE `CreatureID` = 11351 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11082 WHERE `CreatureID` = 11353 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11169 WHERE `CreatureID` = 11355 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11760 WHERE `CreatureID` = 11830 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11764 WHERE `CreatureID` = 11831 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6630  WHERE `CreatureID` = 12457 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14362 WHERE `CreatureID` = 14304 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14762 WHERE `CreatureID` = 14730 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14765 WHERE `CreatureID` = 14734 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3956  WHERE `CreatureID` = 14965 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15242 WHERE `CreatureID` = 14990 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15253 WHERE `CreatureID` = 14991 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 568   WHERE `CreatureID` = 15111 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15286 WHERE `CreatureID` = 15128 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15435 WHERE `CreatureID` = 15214 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15467 WHERE `CreatureID` = 15475 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5905  WHERE `CreatureID` = 15476 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6952  WHERE `CreatureID` = 15983 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11375 WHERE `CreatureID` = 16096 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 16107 WHERE `CreatureID` = 16284 AND `Idx` = 1;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10660 WHERE `CreatureID` = 2648  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2957  WHERE `CreatureID` = 2914  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1122  WHERE `CreatureID` = 2976  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 355   WHERE `CreatureID` = 2978  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3905  WHERE `CreatureID` = 2979  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3912  WHERE `CreatureID` = 3282  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1122  WHERE `CreatureID` = 3283  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7233  WHERE `CreatureID` = 3284  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 355   WHERE `CreatureID` = 3285  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3915  WHERE `CreatureID` = 3286  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4602  WHERE `CreatureID` = 3296  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 6388  WHERE `CreatureID` = 3879  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2237  WHERE `CreatureID` = 4166  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4678  WHERE `CreatureID` = 4834  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4680  WHERE `CreatureID` = 5184  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3974  WHERE `CreatureID` = 5680  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3978  WHERE `CreatureID` = 5681  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5556  WHERE `CreatureID` = 6368  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 5448  WHERE `CreatureID` = 6728  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10954 WHERE `CreatureID` = 8548  AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10224 WHERE `CreatureID` = 10758 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10239 WHERE `CreatureID` = 10759 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10228 WHERE `CreatureID` = 10760 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 10908 WHERE `CreatureID` = 11064 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11222 WHERE `CreatureID` = 11340 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11159 WHERE `CreatureID` = 11346 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11075 WHERE `CreatureID` = 11350 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11110 WHERE `CreatureID` = 11351 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11081 WHERE `CreatureID` = 11353 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11168 WHERE `CreatureID` = 11355 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11759 WHERE `CreatureID` = 11830 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 11763 WHERE `CreatureID` = 11831 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14361 WHERE `CreatureID` = 14304 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14761 WHERE `CreatureID` = 14730 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14766 WHERE `CreatureID` = 14734 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15240 WHERE `CreatureID` = 14990 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15252 WHERE `CreatureID` = 14991 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 12345 WHERE `CreatureID` = 15111 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 15285 WHERE `CreatureID` = 15128 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 8971  WHERE `CreatureID` = 15475 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 7102  WHERE `CreatureID` = 16096 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14551 WHERE `CreatureID` = 16225 AND `Idx` = 2;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 2958  WHERE `CreatureID` = 2914  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3903  WHERE `CreatureID` = 2976  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3908  WHERE `CreatureID` = 2977  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3909  WHERE `CreatureID` = 2978  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3906  WHERE `CreatureID` = 2979  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3911  WHERE `CreatureID` = 3283  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 355   WHERE `CreatureID` = 3284  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3917  WHERE `CreatureID` = 3285  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4601  WHERE `CreatureID` = 3296  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4681  WHERE `CreatureID` = 4834  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 4682  WHERE `CreatureID` = 5184  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3973  WHERE `CreatureID` = 5680  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 3977  WHERE `CreatureID` = 5681  AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 901   WHERE `CreatureID` = 13321 AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14763 WHERE `CreatureID` = 14730 AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 1015  WHERE `CreatureID` = 15111 AND `Idx` = 3;\nUPDATE `creature_template_model` SET `CreatureDisplayID` = 14549 WHERE `CreatureID` = 16225 AND `Idx` = 3;\n"
  },
  {
    "path": "optional/sql/world/zz_optional_vanilla_regen_values.sql",
    "content": "/*\n    This SQL file attempts to restore the health and mana regen values to how they were during vanilla.\n    There is some uncertainty about these values being correct.\n*/\n\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t0\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t1\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t2\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t3\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.238095\tWHERE ID=\t4\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t5\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.277778\tWHERE ID=\t6\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.294117987\tWHERE ID=\t7\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.3125\tWHERE ID=\t8\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.3125\tWHERE ID=\t9\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t10\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.384615004\tWHERE ID=\t11\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.384615004\tWHERE ID=\t12\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.416667014\tWHERE ID=\t13\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.454544991\tWHERE ID=\t14\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.454544991\tWHERE ID=\t15\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.454544991\tWHERE ID=\t16\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.5\tWHERE ID=\t17\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.5\tWHERE ID=\t18\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.5\tWHERE ID=\t19\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.5\tWHERE ID=\t20\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.5\tWHERE ID=\t21\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t22\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t23\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t24\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t25\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t26\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t27\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t28\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t29\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t30\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t31\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t32\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t33\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t34\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t35\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t36\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t37\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t38\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t39\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t40\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t41\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t42\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t43\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.555555999\tWHERE ID=\t44\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t45\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t46\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t47\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t48\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t49\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t50\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t51\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t52\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t53\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t54\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t55\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t56\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t57\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t58\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t59\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t60\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t61\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t62\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t63\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t64\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t65\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t66\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t67\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t68\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t69\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t70\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t71\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t72\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t73\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t74\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t75\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t76\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t77\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t78\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t79\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t80\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t81\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t82\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t83\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t84\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t85\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t86\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t87\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t88\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t89\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t90\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t91\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t92\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t93\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t94\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t95\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t96\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t97\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t98\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.625\tWHERE ID=\t99\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.092592999\tWHERE ID=\t100\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t101\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t102\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t103\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t104\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.15625\tWHERE ID=\t105\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.161290005\tWHERE ID=\t106\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t107\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t108\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t109\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t110\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t111\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.208333001\tWHERE ID=\t112\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.208333001\tWHERE ID=\t113\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.208333001\tWHERE ID=\t114\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.208333001\tWHERE ID=\t115\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.208333001\tWHERE ID=\t116\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t117\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t118\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t119\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t120\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t121\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t122\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.227273002\tWHERE ID=\t123\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.227273002\tWHERE ID=\t124\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.227273002\tWHERE ID=\t125\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.227273002\tWHERE ID=\t126\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.238095\tWHERE ID=\t127\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.238095\tWHERE ID=\t128\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.238095\tWHERE ID=\t129\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.238095\tWHERE ID=\t130\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.238095\tWHERE ID=\t131\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t132\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t133\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t134\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t135\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t136\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t137\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t138\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t139\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t140\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t141\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t142\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t143\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t144\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t145\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t146\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t147\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t148\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t149\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t150\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t151\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t152\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t153\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t154\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t155\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t156\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t157\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t158\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t159\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t160\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t161\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t162\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t163\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t164\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t165\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t166\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t167\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t168\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t169\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t170\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t171\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t172\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t173\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t174\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t175\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t176\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t177\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t178\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t179\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t180\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t181\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t182\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t183\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t184\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t185\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t186\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t187\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t188\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t189\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t190\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t191\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t192\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t193\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t194\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t195\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t196\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t197\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t198\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t199\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.089286\tWHERE ID=\t200\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.104166999\tWHERE ID=\t201\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t202\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t203\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t204\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.147058994\tWHERE ID=\t205\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.161290005\tWHERE ID=\t206\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.161290005\tWHERE ID=\t207\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t208\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t209\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t210\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t211\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t212\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t213\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t214\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t215\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t216\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t217\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t218\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t219\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t220\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t221\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t222\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t223\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t224\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t225\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t226\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t227\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t228\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.185185\tWHERE ID=\t229\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t230\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t231\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t232\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t233\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t234\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t235\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t236\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t237\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t238\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t239\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t240\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t241\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t242\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t243\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t244\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t245\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t246\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t247\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t248\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t249\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t250\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t251\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t252\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t253\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t254\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t255\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t256\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t257\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t258\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t259\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t260\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t261\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t262\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t263\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t264\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t265\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t266\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t267\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t268\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t269\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t270\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t271\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t272\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t273\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t274\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t275\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t276\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t277\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t278\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t279\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t280\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t281\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t282\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t283\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t284\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t285\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t286\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t287\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t288\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t289\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t290\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t291\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t292\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t293\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t294\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t295\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t296\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t297\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t298\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.200000003\tWHERE ID=\t299\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t300\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.151515007\tWHERE ID=\t301\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t302\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t303\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.217390999\tWHERE ID=\t304\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.227273002\tWHERE ID=\t305\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.25\tWHERE ID=\t306\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t307\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.263157994\tWHERE ID=\t308\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.277778\tWHERE ID=\t309\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.294117987\tWHERE ID=\t310\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.294117987\tWHERE ID=\t311\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.3125\tWHERE ID=\t312\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.3125\tWHERE ID=\t313\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.3125\tWHERE ID=\t314\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t315\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t316\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t317\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t318\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t319\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t320\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t321\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t322\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t323\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t324\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t325\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t326\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t327\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t328\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t329\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t330\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t331\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t332\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t333\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t334\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t335\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t336\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t337\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t338\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t339\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.333332986\tWHERE ID=\t340\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t341\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t342\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t343\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t344\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t345\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t346\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t347\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t348\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t349\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t350\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t351\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t352\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t353\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t354\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t355\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t356\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t357\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t358\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t359\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t360\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t361\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t362\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t363\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t364\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t365\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t366\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t367\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t368\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t369\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t370\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t371\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t372\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t373\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t374\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t375\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t376\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t377\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t378\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t379\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t380\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t381\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t382\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t383\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t384\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t385\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t386\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t387\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t388\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t389\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t390\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t391\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t392\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t393\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t394\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t395\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t396\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t397\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t398\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.357143015\tWHERE ID=\t399\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t400\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t401\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t402\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t403\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t404\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t405\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t406\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t407\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t408\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t409\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t410\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t411\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t412\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t413\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t414\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t415\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t416\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t417\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t418\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t419\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t420\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t421\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t422\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t423\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t424\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t425\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t426\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t427\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t428\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t429\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t430\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t431\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t432\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t433\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t434\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t435\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t436\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t437\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t438\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t439\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t440\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t441\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t442\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t443\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t444\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t445\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t446\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t447\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t448\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t449\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t450\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t451\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t452\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t453\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t454\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t455\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t456\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t457\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.178571001\tWHERE ID=\t458\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t459\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t460\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t461\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t462\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t463\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t464\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t465\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t466\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t467\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t468\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t469\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t470\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t471\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t472\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t473\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t474\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t475\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t476\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t477\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t478\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t479\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t480\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t481\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t482\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t483\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t484\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t485\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t486\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t487\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t488\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t489\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t490\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t491\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t492\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t493\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t494\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t495\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t496\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t497\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t498\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.192307994\tWHERE ID=\t499\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t500\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t501\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t502\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t503\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t504\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t505\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t506\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t507\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t508\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t509\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t510\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t511\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t512\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t513\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t514\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t515\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t516\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t517\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t518\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t519\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t520\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t521\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t522\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t523\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t524\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t525\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t526\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t527\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t528\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t529\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t530\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t531\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t532\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t533\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t534\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t535\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t536\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t537\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t538\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t539\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t540\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t541\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t542\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t543\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t544\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t545\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t546\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t547\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t548\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t549\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t550\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t551\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t552\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t553\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t554\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t555\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t556\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t557\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t558\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t559\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t560\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t561\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t562\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t563\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t564\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t565\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t566\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t567\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t568\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t569\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t570\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t571\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t572\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t573\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t574\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t575\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t576\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t577\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t578\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t579\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t580\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t581\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t582\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t583\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t584\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t585\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t586\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t587\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t588\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t589\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t590\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t591\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t592\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t593\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t594\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t595\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t596\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t597\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t598\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t599\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.086207002\tWHERE ID=\t600\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.100000001\tWHERE ID=\t601\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.111111\tWHERE ID=\t602\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t603\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t604\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t605\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t606\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t607\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t608\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t609\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t610\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t611\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t612\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t613\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t614\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t615\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.142857\tWHERE ID=\t616\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.147058994\tWHERE ID=\t617\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.151515007\tWHERE ID=\t618\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.151515007\tWHERE ID=\t619\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.151515007\tWHERE ID=\t620\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.15625\tWHERE ID=\t621\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.15625\tWHERE ID=\t622\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.15625\tWHERE ID=\t623\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.15625\tWHERE ID=\t624\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.15625\tWHERE ID=\t625\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.161290005\tWHERE ID=\t626\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.161290005\tWHERE ID=\t627\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.161290005\tWHERE ID=\t628\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t629\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t630\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t631\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t632\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t633\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t634\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.166666999\tWHERE ID=\t635\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t636\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t637\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t638\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t639\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t640\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t641\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t642\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t643\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t644\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t645\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t646\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t647\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t648\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t649\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t650\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t651\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t652\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t653\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t654\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t655\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t656\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t657\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t658\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t659\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t660\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t661\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t662\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t663\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t664\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t665\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t666\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t667\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t668\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t669\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t670\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t671\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t672\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t673\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t674\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t675\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t676\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t677\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t678\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t679\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t680\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t681\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t682\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t683\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t684\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t685\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t686\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t687\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t688\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t689\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t690\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t691\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t692\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t693\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t694\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t695\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t696\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t697\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t698\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.172414005\tWHERE ID=\t699\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.079365\tWHERE ID=\t700\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.090908997\tWHERE ID=\t701\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t702\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t703\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t704\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t705\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t706\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t707\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t708\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t709\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t710\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t711\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t712\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t713\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t714\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t715\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t716\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t717\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t718\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t719\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t720\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t721\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t722\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t723\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t724\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t725\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t726\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t727\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t728\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t729\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t730\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t731\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t732\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t733\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.104166999\tWHERE ID=\t734\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.104166999\tWHERE ID=\t735\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.104166999\tWHERE ID=\t736\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.104166999\tWHERE ID=\t737\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.106383003\tWHERE ID=\t738\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.106383003\tWHERE ID=\t739\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.106383003\tWHERE ID=\t740\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t741\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t742\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t743\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t744\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t745\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.111111\tWHERE ID=\t746\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.111111\tWHERE ID=\t747\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.111111\tWHERE ID=\t748\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t749\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t750\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t751\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t752\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t753\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t754\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t755\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t756\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t757\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t758\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t759\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t760\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t761\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t762\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t763\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t764\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t765\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t766\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t767\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t768\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t769\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t770\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t771\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t772\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t773\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t774\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t775\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t776\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t777\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t778\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t779\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t780\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t781\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t782\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t783\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t784\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t785\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t786\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t787\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t788\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t789\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t790\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t791\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t792\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t793\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t794\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t795\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t796\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t797\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t798\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t799\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.080645002\tWHERE ID=\t800\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.092592999\tWHERE ID=\t801\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.102040999\tWHERE ID=\t802\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.111111\tWHERE ID=\t803\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t804\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t805\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t806\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t807\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t808\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t809\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t810\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t811\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t812\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t813\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t814\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t815\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t816\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t817\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t818\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t819\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t820\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t821\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t822\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t823\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t824\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t825\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t826\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t827\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t828\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t829\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.113636002\tWHERE ID=\t830\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t831\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t832\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t833\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t834\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t835\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t836\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t837\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.116278999\tWHERE ID=\t838\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t839\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t840\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t841\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t842\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t843\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t844\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t845\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t846\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t847\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t848\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.121950999\tWHERE ID=\t849\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t850\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t851\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t852\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t853\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t854\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t855\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t856\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t857\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t858\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t859\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t860\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t861\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t862\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t863\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t864\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t865\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t866\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t867\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t868\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t869\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t870\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t871\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t872\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t873\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t874\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t875\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t876\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t877\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t878\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t879\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t880\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t881\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t882\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t883\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t884\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t885\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t886\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t887\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t888\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t889\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t890\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t891\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t892\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t893\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t894\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t895\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t896\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t897\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t898\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.128205001\tWHERE ID=\t899\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t900\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t901\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t902\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t903\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t904\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t905\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t906\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t907\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t908\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t909\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t910\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t911\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t912\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t913\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t914\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t915\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t916\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t917\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t918\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t919\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t920\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t921\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t922\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t923\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t924\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t925\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t926\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t927\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t928\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t929\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t930\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t931\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t932\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t933\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t934\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t935\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t936\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t937\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t938\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t939\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t940\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t941\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t942\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t943\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t944\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t945\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t946\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t947\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t948\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t949\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t950\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t951\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t952\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t953\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t954\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t955\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t956\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t957\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t958\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t959\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t960\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t961\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t962\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t963\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t964\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t965\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t966\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t967\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t968\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t969\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t970\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t971\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t972\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t973\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t974\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t975\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t976\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t977\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t978\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t979\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t980\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t981\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t982\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t983\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t984\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t985\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t986\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t987\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t988\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t989\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t990\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t991\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t992\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t993\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t994\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t995\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t996\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t997\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t998\t;\nUPDATE gtoctregenhp_dbc SET Data=\t1\tWHERE ID=\t999\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.081967004\tWHERE ID=\t1000\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.096153997\tWHERE ID=\t1001\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.108695999\tWHERE ID=\t1002\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.119047999\tWHERE ID=\t1003\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.125\tWHERE ID=\t1004\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1005\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1006\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1007\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1008\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1009\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1010\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1011\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1012\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1013\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1014\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1015\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1016\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1017\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1018\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1019\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.131578997\tWHERE ID=\t1020\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1021\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1022\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1023\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1024\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1025\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1026\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1027\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1028\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.135134995\tWHERE ID=\t1029\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1030\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1031\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1032\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1033\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1034\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1035\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1036\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1037\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1038\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1039\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1040\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1041\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1042\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1043\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1044\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1045\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1046\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1047\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1048\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1049\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1050\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1051\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1052\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1053\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1054\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1055\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1056\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1057\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1058\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1059\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1060\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1061\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1062\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1063\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1064\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1065\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1066\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1067\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1068\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1069\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1070\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1071\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1072\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1073\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1074\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1075\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1076\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1077\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1078\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1079\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1080\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1081\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1082\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1083\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1084\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1085\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1086\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1087\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1088\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1089\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1090\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1091\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1092\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1093\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1094\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1095\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1096\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1097\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1098\t;\nUPDATE gtoctregenhp_dbc SET Data=\t0.138889\tWHERE ID=\t1099\t;\n\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t0\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t2\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t3\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t4\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t5\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t6\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t7\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t8\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t9\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t10\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t11\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t12\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t13\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t14\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t15\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t16\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t17\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t18\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t19\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t20\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t21\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t22\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t23\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t24\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t25\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t26\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t27\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t28\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t29\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t30\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t31\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t32\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t33\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t34\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t35\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t36\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t37\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t38\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t39\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t40\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t41\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t42\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t43\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t44\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t45\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t46\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t47\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t48\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t49\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t50\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t51\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t52\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t53\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t54\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t55\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t56\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t57\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t58\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t59\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t60\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t61\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t62\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t63\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t64\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t65\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t66\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t67\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t68\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t69\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t70\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t71\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t72\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t73\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t74\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t75\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t76\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t77\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t78\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t79\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t80\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t81\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t82\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t83\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t84\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t85\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t86\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t87\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t88\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t89\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t90\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t91\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t92\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t93\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t94\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t95\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t96\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t97\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t98\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t99\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t100\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t101\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t102\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t103\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t104\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t105\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t106\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t107\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t108\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t109\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t110\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t111\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t112\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t113\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t114\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t115\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t116\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t117\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t118\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t119\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t120\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t121\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t122\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t123\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t124\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t125\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t126\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t127\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t128\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t129\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t130\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t131\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t132\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t133\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t134\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t135\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t136\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t137\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t138\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t139\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t140\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t141\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t142\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t143\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t144\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t145\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t146\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t147\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t148\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t149\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t150\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t151\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t152\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t153\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t154\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t155\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t156\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t157\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t158\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t159\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t160\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t161\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t162\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t163\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t164\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t165\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t166\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t167\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t168\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t169\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t170\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t171\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t172\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t173\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t174\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t175\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t176\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t177\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t178\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t179\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t180\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t181\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t182\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t183\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t184\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t185\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t186\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t187\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t188\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t189\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t190\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t191\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t192\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t193\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t194\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t195\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t196\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t197\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t198\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t199\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t200\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t201\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t202\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t203\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t204\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t205\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t206\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t207\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t208\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t209\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t210\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t211\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t212\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t213\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t214\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t215\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t216\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t217\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t218\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t219\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t220\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t221\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t222\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t223\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t224\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t225\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t226\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t227\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t228\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t229\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t230\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t231\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t232\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t233\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t234\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t235\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t236\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t237\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t238\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t239\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t240\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t241\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t242\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t243\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t244\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t245\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t246\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t247\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t248\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t249\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t250\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t251\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t252\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t253\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t254\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t255\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t256\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t257\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t258\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t259\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t260\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t261\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t262\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t263\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t264\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t265\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t266\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t267\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t268\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t269\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t270\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t271\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t272\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t273\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t274\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t275\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t276\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t277\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t278\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t279\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t280\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t281\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t282\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t283\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t284\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t285\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t286\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t287\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t288\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t289\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t290\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t291\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t292\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t293\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t294\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t295\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t296\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t297\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t298\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t299\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t300\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t301\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t302\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t303\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t304\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t305\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t306\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t307\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t308\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t309\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t310\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t311\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t312\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t313\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t314\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t315\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t316\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t317\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t318\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t319\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t320\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t321\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t322\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t323\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t324\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t325\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t326\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t327\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t328\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t329\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t330\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t331\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t332\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t333\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t334\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t335\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t336\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t337\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t338\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t339\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t340\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t341\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t342\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t343\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t344\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t345\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t346\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t347\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t348\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t349\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t350\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t351\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t352\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t353\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t354\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t355\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t356\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t357\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t358\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t359\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t360\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t361\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t362\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t363\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t364\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t365\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t366\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t367\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t368\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t369\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t370\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t371\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t372\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t373\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t374\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t375\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t376\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t377\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t378\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t379\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t380\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t381\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t382\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t383\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t384\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t385\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t386\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t387\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t388\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t389\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t390\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t391\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t392\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t393\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t394\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t395\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t396\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t397\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t398\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t399\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t400\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t401\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t402\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t403\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t404\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t405\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t406\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t407\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t408\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t409\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t410\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t411\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t412\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t413\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t414\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t415\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t416\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t417\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t418\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t419\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t420\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t421\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t422\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t423\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t424\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t425\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t426\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t427\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t428\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t429\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t430\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t431\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t432\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t433\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t434\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t435\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t436\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t437\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t438\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t439\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t440\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t441\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t442\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t443\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t444\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t445\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t446\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t447\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t448\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t449\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t450\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t451\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t452\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t453\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t454\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t455\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t456\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t457\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t458\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t459\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t460\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t461\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t462\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t463\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t464\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t465\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t466\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t467\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t468\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t469\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t470\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t471\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t472\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t473\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t474\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t475\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t476\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t477\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t478\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t479\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t480\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t481\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t482\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t483\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t484\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t485\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t486\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t487\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t488\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t489\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t490\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t491\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t492\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t493\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t494\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t495\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t496\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t497\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t498\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t499\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t500\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t501\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t502\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t503\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t504\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t505\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t506\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t507\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t508\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t509\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t510\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t511\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t512\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t513\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t514\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t515\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t516\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t517\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t518\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t519\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t520\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t521\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t522\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t523\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t524\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t525\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t526\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t527\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t528\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t529\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t530\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t531\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t532\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t533\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t534\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t535\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t536\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t537\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t538\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t539\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t540\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t541\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t542\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t543\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t544\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t545\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t546\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t547\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t548\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t549\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t550\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t551\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t552\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t553\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t554\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t555\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t556\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t557\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t558\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t559\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t560\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t561\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t562\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t563\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t564\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t565\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t566\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t567\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t568\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t569\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t570\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t571\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t572\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t573\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t574\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t575\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t576\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t577\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t578\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t579\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t580\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t581\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t582\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t583\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t584\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t585\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t586\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t587\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t588\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t589\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t590\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t591\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t592\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t593\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t594\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t595\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t596\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t597\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t598\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t599\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t600\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t601\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t602\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t603\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t604\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t605\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t606\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t607\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t608\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t609\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t610\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t611\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t612\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t613\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t614\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t615\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t616\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t617\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t618\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t619\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t620\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t621\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t622\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t623\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t624\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t625\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t626\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t627\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t628\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t629\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t630\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t631\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t632\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t633\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t634\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t635\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t636\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t637\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t638\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t639\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t640\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t641\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t642\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t643\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t644\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t645\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t646\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t647\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t648\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t649\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t650\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t651\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t652\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t653\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t654\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t655\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t656\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t657\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t658\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t659\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t660\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t661\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t662\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t663\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t664\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t665\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t666\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t667\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t668\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t669\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t670\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t671\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t672\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t673\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t674\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t675\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t676\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t677\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t678\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t679\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t680\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t681\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t682\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t683\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t684\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t685\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t686\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t687\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t688\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t689\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t690\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t691\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t692\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t693\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t694\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t695\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t696\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t697\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t698\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t699\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t700\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t701\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t702\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t703\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t704\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t705\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t706\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t707\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t708\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t709\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t710\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t711\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t712\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t713\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t714\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t715\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t716\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t717\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t718\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t719\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t720\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t721\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t722\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t723\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t724\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t725\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t726\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t727\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t728\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t729\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t730\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t731\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t732\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t733\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t734\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t735\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t736\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t737\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t738\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t739\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t740\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t741\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t742\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t743\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t744\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t745\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t746\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t747\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t748\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t749\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t750\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t751\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t752\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t753\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t754\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t755\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t756\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t757\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t758\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t759\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t760\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t761\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t762\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t763\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t764\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t765\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t766\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t767\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t768\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t769\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t770\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t771\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t772\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t773\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t774\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t775\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t776\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t777\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t778\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t779\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t780\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t781\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t782\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t783\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t784\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t785\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t786\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t787\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t788\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t789\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t790\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t791\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t792\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t793\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t794\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t795\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t796\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t797\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t798\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t799\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t800\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t801\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t802\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t803\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t804\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t805\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t806\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t807\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t808\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t809\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t810\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t811\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t812\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t813\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t814\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t815\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t816\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t817\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t818\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t819\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t820\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t821\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t822\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t823\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t824\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t825\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t826\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t827\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t828\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t829\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t830\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t831\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t832\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t833\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t834\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t835\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t836\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t837\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t838\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t839\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t840\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t841\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t842\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t843\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t844\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t845\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t846\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t847\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t848\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t849\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t850\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t851\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t852\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t853\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t854\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t855\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t856\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t857\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t858\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t859\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t860\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t861\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t862\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t863\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t864\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t865\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t866\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t867\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t868\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t869\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t870\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t871\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t872\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t873\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t874\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t875\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t876\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t877\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t878\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t879\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t880\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t881\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t882\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t883\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t884\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t885\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t886\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t887\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t888\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t889\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t890\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t891\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t892\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t893\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t894\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t895\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t896\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t897\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t898\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t5.40E-05\tWHERE ID=\t899\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t900\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t901\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t902\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t903\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t904\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t905\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t906\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t907\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t908\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t909\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t910\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t911\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t912\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t913\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t914\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t915\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t916\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t917\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t918\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t919\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t920\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t921\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t922\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t923\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t924\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t925\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t926\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t927\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t928\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t929\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t930\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t931\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t932\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t933\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t934\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t935\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t936\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t937\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t938\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t939\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t940\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t941\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t942\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t943\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t944\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t945\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t946\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t947\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t948\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t949\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t950\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t951\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t952\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t953\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t954\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t955\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t956\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t957\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t958\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t959\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t960\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t961\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t962\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t963\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t964\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t965\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t966\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t967\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t968\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t969\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t970\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t971\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t972\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t973\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t974\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t975\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t976\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t977\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t978\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t979\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t980\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t981\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t982\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t983\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t984\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t985\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t986\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t987\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t988\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t989\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t990\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t991\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t992\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t993\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t994\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t995\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t996\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t997\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t998\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t999\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020979\tWHERE ID=\t1000\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020515\tWHERE ID=\t1001\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.020079\tWHERE ID=\t1002\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.019516\tWHERE ID=\t1003\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018997\tWHERE ID=\t1004\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018646\tWHERE ID=\t1005\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.018314\tWHERE ID=\t1006\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017997\tWHERE ID=\t1007\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017584\tWHERE ID=\t1008\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.017197\tWHERE ID=\t1009\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.016551\tWHERE ID=\t1010\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015729\tWHERE ID=\t1011\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.015229\tWHERE ID=\t1012\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01458\tWHERE ID=\t1013\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.014008\tWHERE ID=\t1014\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01365\tWHERE ID=\t1015\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.013175\tWHERE ID=\t1016\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012832\tWHERE ID=\t1017\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012475\tWHERE ID=\t1018\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.012073\tWHERE ID=\t1019\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01184\tWHERE ID=\t1020\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011494\tWHERE ID=\t1021\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.011292\tWHERE ID=\t1022\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.01099\tWHERE ID=\t1023\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010761\tWHERE ID=\t1024\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010546\tWHERE ID=\t1025\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010321\tWHERE ID=\t1026\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.010151\tWHERE ID=\t1027\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009949\tWHERE ID=\t1028\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00974\tWHERE ID=\t1029\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009597\tWHERE ID=\t1030\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009425\tWHERE ID=\t1031\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009278\tWHERE ID=\t1032\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.009123\tWHERE ID=\t1033\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008974\tWHERE ID=\t1034\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008847\tWHERE ID=\t1035\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008698\tWHERE ID=\t1036\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008581\tWHERE ID=\t1037\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008457\tWHERE ID=\t1038\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008338\tWHERE ID=\t1039\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008235\tWHERE ID=\t1040\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008113\tWHERE ID=\t1041\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.008018\tWHERE ID=\t1042\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007906\tWHERE ID=\t1043\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007798\tWHERE ID=\t1044\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007713\tWHERE ID=\t1045\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007612\tWHERE ID=\t1046\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007524\tWHERE ID=\t1047\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00743\tWHERE ID=\t1048\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00734\tWHERE ID=\t1049\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007268\tWHERE ID=\t1050\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007184\tWHERE ID=\t1051\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007116\tWHERE ID=\t1052\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.007029\tWHERE ID=\t1053\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006945\tWHERE ID=\t1054\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006884\tWHERE ID=\t1055\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006805\tWHERE ID=\t1056\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006747\tWHERE ID=\t1057\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006667\tWHERE ID=\t1058\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.0066\tWHERE ID=\t1059\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006421\tWHERE ID=\t1060\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006314\tWHERE ID=\t1061\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006175\tWHERE ID=\t1062\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.006072\tWHERE ID=\t1063\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005981\tWHERE ID=\t1064\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005885\tWHERE ID=\t1065\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005791\tWHERE ID=\t1066\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005732\tWHERE ID=\t1067\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005668\tWHERE ID=\t1068\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005596\tWHERE ID=\t1069\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005316\tWHERE ID=\t1070\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.005049\tWHERE ID=\t1071\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004796\tWHERE ID=\t1072\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004555\tWHERE ID=\t1073\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.004327\tWHERE ID=\t1074\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.00411\tWHERE ID=\t1075\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003903\tWHERE ID=\t1076\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003708\tWHERE ID=\t1077\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003522\tWHERE ID=\t1078\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t1079\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t1080\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t1081\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0.003345\tWHERE ID=\t1082\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1083\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1084\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1085\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1086\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1087\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1088\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1089\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1090\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1091\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1092\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1093\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1094\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1095\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1096\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1097\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1098\t;\nUPDATE gtregenmpperspt_dbc SET Data=\t0\tWHERE ID=\t1099\t;\n\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t0\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t1\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t2\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t3\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t4\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t5\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t6\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t7\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t8\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t9\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t10\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t11\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t12\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t13\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t14\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t15\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t16\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t17\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t18\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t19\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t20\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t21\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t22\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t23\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t24\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t25\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t26\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t27\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t28\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t29\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t30\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t31\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t32\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t33\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t34\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t35\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t36\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t37\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t38\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t39\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t40\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t41\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t42\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t43\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t44\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t45\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t46\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t47\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t48\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t49\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t50\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t51\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t52\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t53\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t54\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t55\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t56\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t57\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t58\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t59\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t60\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t61\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t62\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t63\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t64\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t65\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t66\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t67\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t68\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t69\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t70\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t71\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t72\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t73\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t74\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t75\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t76\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t77\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t78\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t79\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t80\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t81\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t82\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t83\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t84\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t85\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t86\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t87\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t88\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t89\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t90\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t91\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t92\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t93\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t94\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t95\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t96\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t97\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t98\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t99\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t100\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t101\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t102\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t103\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t104\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t105\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t106\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t107\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t108\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t109\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t110\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t111\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t112\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t113\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t114\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t115\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t116\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t117\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t118\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t119\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t120\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t121\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t122\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t123\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t124\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t125\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t126\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t127\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t128\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t129\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t130\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t131\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t132\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t133\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t134\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t135\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t136\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t137\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t138\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t139\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t140\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t141\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t142\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t143\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t144\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t145\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t146\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t147\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t148\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t149\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t150\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t151\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t152\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t153\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t154\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t155\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t156\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t157\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t158\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t159\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t160\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t161\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t162\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t163\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t164\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t165\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t166\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t167\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t168\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t169\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t170\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t171\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t172\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t173\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t174\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t175\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t176\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t177\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t178\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t179\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t180\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t181\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t182\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t183\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t184\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t185\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t186\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t187\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t188\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t189\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t190\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t191\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t192\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t193\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t194\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t195\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t196\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t197\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t198\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t199\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t200\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t201\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t202\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t203\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t204\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t205\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t206\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t207\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t208\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t209\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t210\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t211\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t212\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t213\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t214\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t215\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t216\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t217\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t218\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t219\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t220\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t221\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t222\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t223\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t224\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t225\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t226\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t227\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t228\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t229\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t230\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t231\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t232\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t233\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t234\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t235\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t236\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t237\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t238\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t239\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t240\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t241\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t242\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t243\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t244\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t245\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t246\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t247\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t248\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t249\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t250\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t251\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t252\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t253\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t254\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t255\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t256\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t257\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t258\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t259\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t260\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t261\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t262\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t263\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t264\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t265\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t266\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t267\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t268\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t269\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t270\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t271\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t272\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t273\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t274\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t275\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t276\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t277\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t278\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t279\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t280\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t281\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t282\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t283\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t284\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t285\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t286\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t287\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t288\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t289\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t290\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t291\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t292\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t293\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t294\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t295\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t296\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t297\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t298\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.125\t WHERE ID=\t299\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t300\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t301\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t302\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t303\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t304\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t305\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t306\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t307\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t308\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t309\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t310\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t311\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t312\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t313\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t314\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t315\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t316\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t317\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t318\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t319\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t320\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t321\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t322\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t323\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t324\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t325\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t326\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t327\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t328\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t329\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t330\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t331\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t332\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t333\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t334\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t335\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t336\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t337\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t338\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t339\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t340\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t341\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t342\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t343\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t344\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t345\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t346\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t347\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t348\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t349\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t350\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t351\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t352\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t353\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t354\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t355\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t356\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t357\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t358\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t359\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t360\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t361\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t362\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t363\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t364\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t365\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t366\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t367\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t368\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t369\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t370\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t371\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t372\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t373\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t374\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t375\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t376\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t377\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t378\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t379\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t380\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t381\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t382\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t383\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t384\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t385\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t386\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t387\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t388\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t389\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t390\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t391\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t392\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t393\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t394\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t395\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t396\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t397\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t398\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.333332986\t WHERE ID=\t399\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t400\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t401\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t402\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t403\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t404\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t405\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t406\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t407\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t408\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t409\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t410\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t411\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t412\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t413\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t414\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t415\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t416\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t417\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t418\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t419\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t420\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t421\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t422\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t423\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t424\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t425\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t426\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t427\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t428\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t429\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t430\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t431\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t432\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t433\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t434\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t435\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t436\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t437\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t438\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t439\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t440\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t441\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t442\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t443\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t444\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t445\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t446\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t447\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t448\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t449\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t450\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t451\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t452\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t453\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t454\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t455\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t456\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t457\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t458\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t459\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t460\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t461\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t462\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t463\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t464\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t465\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t466\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t467\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t468\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t469\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t470\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t471\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t472\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t473\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t474\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t475\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t476\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t477\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t478\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t479\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t480\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t481\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t482\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t483\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t484\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t485\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t486\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t487\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t488\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t489\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t490\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t491\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t492\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t493\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t494\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t495\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t496\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t497\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t498\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t499\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t500\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t501\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t502\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t503\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t504\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t505\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t506\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t507\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t508\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t509\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t510\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t511\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t512\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t513\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t514\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t515\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t516\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t517\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t518\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t519\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t520\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t521\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t522\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t523\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t524\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t525\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t526\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t527\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t528\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t529\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t530\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t531\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t532\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t533\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t534\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t535\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t536\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t537\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t538\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t539\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t540\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t541\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t542\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t543\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t544\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t545\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t546\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t547\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t548\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t549\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t550\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t551\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t552\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t553\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t554\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t555\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t556\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t557\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t558\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t559\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t560\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t561\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t562\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t563\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t564\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t565\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t566\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t567\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t568\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t569\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t570\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t571\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t572\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t573\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t574\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t575\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t576\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t577\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t578\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t579\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t580\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t581\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t582\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t583\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t584\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t585\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t586\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t587\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t588\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t589\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t590\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t591\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t592\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t593\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t594\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t595\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t596\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t597\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t598\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.5\t WHERE ID=\t599\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t600\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t601\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t602\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t603\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t604\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t605\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t606\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t607\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t608\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t609\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t610\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t611\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t612\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t613\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t614\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t615\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t616\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t617\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t618\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t619\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t620\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t621\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t622\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t623\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t624\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t625\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t626\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t627\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t628\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t629\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t630\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t631\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t632\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t633\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t634\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t635\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t636\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t637\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t638\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t639\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t640\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t641\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t642\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t643\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t644\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t645\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t646\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t647\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t648\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t649\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t650\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t651\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t652\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t653\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t654\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t655\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t656\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t657\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t658\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t659\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t660\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t661\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t662\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t663\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t664\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t665\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t666\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t667\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t668\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t669\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t670\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t671\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t672\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t673\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t674\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t675\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t676\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t677\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t678\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t679\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t680\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t681\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t682\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t683\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t684\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t685\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t686\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t687\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t688\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t689\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t690\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t691\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t692\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t693\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t694\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t695\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t696\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t697\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t698\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.071428999\t WHERE ID=\t699\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t700\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t701\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t702\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t703\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t704\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t705\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t706\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t707\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t708\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t709\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t710\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t711\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t712\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t713\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t714\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t715\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t716\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t717\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t718\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t719\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t720\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t721\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t722\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t723\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t724\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t725\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t726\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t727\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t728\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t729\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t730\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t731\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t732\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t733\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t734\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t735\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t736\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t737\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t738\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t739\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t740\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t741\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t742\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t743\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t744\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t745\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t746\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t747\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t748\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t749\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t750\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t751\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t752\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t753\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t754\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t755\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t756\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t757\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t758\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t759\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t760\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t761\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t762\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t763\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t764\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t765\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t766\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t767\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t768\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t769\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t770\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t771\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t772\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t773\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t774\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t775\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t776\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t777\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t778\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t779\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t780\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t781\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t782\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t783\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t784\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t785\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t786\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t787\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t788\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t789\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t790\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t791\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t792\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t793\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t794\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t795\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t796\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t797\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t798\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.041666999\t WHERE ID=\t799\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t800\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t801\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t802\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t803\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t804\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t805\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t806\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t807\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t808\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t809\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t810\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t811\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t812\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t813\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t814\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t815\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t816\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t817\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t818\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t819\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t820\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t821\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t822\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t823\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t824\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t825\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t826\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t827\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t828\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t829\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t830\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t831\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t832\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t833\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t834\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t835\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t836\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t837\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t838\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t839\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t840\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t841\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t842\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t843\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t844\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t845\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t846\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t847\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t848\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t849\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t850\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t851\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t852\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t853\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t854\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t855\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t856\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t857\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t858\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t859\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t860\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t861\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t862\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t863\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t864\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t865\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t866\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t867\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t868\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t869\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t870\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t871\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t872\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t873\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t874\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t875\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t876\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t877\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t878\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t879\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t880\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t881\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t882\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t883\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t884\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t885\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t886\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t887\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t888\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t889\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t890\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t891\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t892\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t893\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t894\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t895\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t896\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t897\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t898\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.045455001\t WHERE ID=\t899\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t900\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t901\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t902\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t903\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t904\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t905\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t906\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t907\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t908\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t909\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t910\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t911\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t912\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t913\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t914\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t915\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t916\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t917\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t918\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t919\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t920\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t921\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t922\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t923\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t924\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t925\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t926\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t927\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t928\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t929\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t930\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t931\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t932\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t933\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t934\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t935\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t936\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t937\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t938\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t939\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t940\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t941\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t942\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t943\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t944\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t945\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t946\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t947\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t948\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t949\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t950\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t951\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t952\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t953\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t954\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t955\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t956\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t957\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t958\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t959\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t960\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t961\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t962\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t963\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t964\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t965\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t966\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t967\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t968\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t969\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t970\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t971\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t972\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t973\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t974\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t975\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t976\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t977\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t978\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t979\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t980\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t981\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t982\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t983\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t984\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t985\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t986\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t987\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t988\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t989\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t990\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t991\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t992\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t993\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t994\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t995\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t996\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t997\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t998\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0\t WHERE ID=\t999\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1000\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1001\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1002\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1003\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1004\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1005\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1006\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1007\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1008\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1009\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1010\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1011\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1012\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1013\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1014\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1015\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1016\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1017\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1018\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1019\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1020\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1021\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1022\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1023\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1024\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1025\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1026\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1027\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1028\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1029\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1030\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1031\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1032\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1033\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1034\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1035\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1036\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1037\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1038\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1039\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1040\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1041\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1042\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1043\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1044\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1045\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1046\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1047\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1048\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1049\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1050\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1051\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1052\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1053\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1054\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1055\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1056\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1057\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1058\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1059\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1060\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1061\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1062\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1063\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1064\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1065\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1066\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1067\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1068\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1069\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1070\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1071\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1072\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1073\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1074\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1075\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1076\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1077\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1078\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1079\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1080\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1081\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1082\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1083\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1084\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1085\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1086\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1087\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1088\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1089\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1090\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1091\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1092\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1093\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1094\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1095\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1096\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1097\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1098\t;\nUPDATE gtregenhpperspt_dbc SET Data=\t0.0625\t WHERE ID=\t1099\t;\n"
  },
  {
    "path": "optional/sql/world/zz_optional_vanilla_transports.sql",
    "content": "/*\n   Latest version of Patch-V is required for this to work.\n   Re-route The Bravery to follow the pre-WotLK path to Menethil Harbor. The Northspear, now departs from Stormwind instead of Menethil Harbor.\n   This restores the separation between the Kalimdor and Eastern Kingdom starting areas and the notorious 'Wetlands run' for players trying to change continents early.\n   If not run, The Bravery will go directly to Stormwind Harbor.\n*/\n\nUPDATE `gameobject_template` SET `Data0` = 295  WHERE `entry` = 176310; -- The Bravery\nUPDATE `gameobject_template` SET `Data0` = 1981 WHERE `entry` = 181688; -- The Northspear\n\nUPDATE `transports` SET `name` = 'Menethil Harbor and Auberdine, Darkshore (\"Ship (The Bravery)\")' WHERE `guid` = 2;\nUPDATE `transports` SET `name` = 'Stormwind Harbor and Valgarde, Howling Fjord (Boat, Alliance (\"Northspear\"))' WHERE `guid` = 10;\n\n-- update text for harbormasters\nUPDATE `npc_text` SET `text0_0` = 'On the northern dock, you can board a ship that will carry you to Rut''theran Village and Darnassus. From the southern dock, you can find passage across the Great Sea to Menethil Harbor on Khaz Modan. The dock to the west, at the end of the pier, leads to Azuremyst Isle, near the Exodar. Safe journeys to you!' WHERE `ID` = 5480;\nUPDATE `npc_text` SET `text0_1` = 'We\\'ve sworn to do our very best to protect the passengers of The Bravery. The sea lane between Auberdine and Menethil Harbor must remain safe.' WHERE `ID` = 12270;\nUPDATE `npc_text` SET `text0_0` = 'The steam-powered Alliance icebreaker Northspear sails from here to Stormwind Harbor, across the sea in the Eastern Kingdoms.' WHERE `ID` = 12638;\nUPDATE `npc_text` SET `text0_1` = 'The Northspear sails from this dock to Valgarde in the Howling Fjord.$B$BIf you''d like to reach Auberdine, The Bravery sails from Menethil Harbor.' WHERE `ID` = 13321;\n\nUPDATE `broadcast_text` SET `MaleText` = 'On the northern dock, you can board a ship that will carry you to Rut''theran Village and Darnassus. From the southern dock, you can find passage across the Great Sea to Menethil Harbor on Khaz Modan. The dock to the west, at the end of the pier, leads to Azuremyst Isle, near the Exodar. Safe journeys to you!' WHERE `ID` = 8106;\nUPDATE `broadcast_text` SET `FemaleText` = 'We\\'ve sworn to do our very best to protect the passengers of The Bravery. The sea lane between Auberdine and Menethil Harbor must remain safe.' WHERE `ID` = 24118;\nUPDATE `broadcast_text` SET `MaleText` = 'The steam-powered Alliance icebreaker Northspear sails from here to Stormwind Harbor, across the sea in the Eastern Kingdoms.' WHERE `ID` = 25748;\nUPDATE `broadcast_text` SET `FemaleText` = 'The Northspear sails from this dock to Valgarde in the Howling Fjord.$B$BIf you''d like to reach Auberdine, The Bravery sails from Menethil Harbor.' WHERE `ID` = 28636;\n\nUPDATE `creature` SET `id1` = 6086 WHERE `guid` IN (9449, 9518);         -- replace Menethil guards with Auberdine Sentinels\nDELETE FROM `creature` WHERE `guid` IN (203462, 203463, 203464, 203465); -- remove Auberdine Sentinels from Stormwind Harbor\n\nUPDATE `gameobject_template` SET `name` = \"Boat to Menethil Harbor\" WHERE `entry` = 176364; -- sign\n\n-- add new taxi path nodes to 1981, 300 to 196\nDELETE FROM `taxipath_dbc` WHERE `ID` = 1981;\nINSERT INTO `taxipath_dbc` (`ID`, `FromTaxiNode`, `ToTaxiNode`, `Cost`) VALUES (1981, 300, 196, 0);\n\n-- 0-10 taken from Stormwind to Auberdine route (967), 300 to 24\n-- 11-48 taken from Menethil to Valgarde route (964), 299 to 196\nDELETE FROM `taxipathnode_dbc` WHERE `PathID` = 1981;\nINSERT INTO `taxipathnode_dbc` (`ID`, `PathID`, `NodeIndex`, `ContinentID`, `LocX`, `LocY`, `LocZ`, `Flags`, `Delay`, `ArrivalEventID`, `DepartureEventID`) VALUES \n(50000,1981,0,0,-9064.902,1516.2056,0,0,0,0,0),\n(50001,1981,1,0,-9020.901,1430.217,0,0,0,0,0),\n(50002,1981,2,0,-8961.511,1355.442,0,0,0,0,0),\n(50003,1981,3,0,-8864.228,1311.78687,0,0,0,0,0),\n(50004,1981,4,0,-8746.162,1310.55237,0,0,0,0,0),\n(50005,1981,5,0,-8650.719,1346.05127,0,2,60,19030,0),\n(50006,1981,6,0,-8588.92,1379.80371,0,0,0,0,0),\n(50007,1981,7,0,-8547.475,1420.05884,0,0,0,0,0),\n(50008,1981,8,0,-8520.636,1496.645,0,0,0,0,0),\n(50009,1981,9,0,-8544.172,1636.45056,0,0,0,0,0),\n(50010,1981,10,0,-8663.575,1853.96814,0,0,0,0,0),\n(50011,1981,11,571,-961.4925,-5707.88135,0,0,0,0,0),\n(50012,1981,12,571,-403.671143,-5502.03564,0,0,0,0,0),\n(50013,1981,13,571,-155.525177,-5409.379,0,0,0,0,0),\n(50014,1981,14,571,-7.784831,-5328.58057,0,0,0,0,0),\n(50015,1981,15,571,61.4432526,-5204.762,0,0,0,0,0),\n(50016,1981,16,571,125.446716,-5139.68359,0,0,0,0,0),\n(50017,1981,17,571,191.763885,-5084.757,0,0,0,0,0),\n(50018,1981,18,571,262.733948,-5086.47754,0,0,0,0,0),\n(50019,1981,19,571,351.297638,-5152.98242,0,0,0,0,0),\n(50020,1981,20,571,446.2677,-5151.3623,0,0,0,0,0),\n(50021,1981,21,571,520.494934,-5171.032,0,0,0,0,0),\n(50022,1981,22,571,585.5191,-5206.27148,0,0,0,0,0),\n(50023,1981,23,571,639.3492,-5246.682,0,0,0,0,0),\n(50024,1981,24,571,692.096,-5291.55273,0,0,0,0,0),\n(50025,1981,25,571,716.334656,-5338.55371,0,0,0,0,0),\n(50026,1981,26,571,748.588745,-5422.865,0,0,0,0,0),\n(50027,1981,27,571,799.4392,-5462.138,0,0,0,0,0),\n(50028,1981,28,571,889.717957,-5470.501,0,0,0,0,0),\n(50029,1981,29,571,955.5159,-5400.40039,0,0,0,0,0),\n(50030,1981,30,571,983.0024,-5321.90332,0,0,0,0,0),\n(50031,1981,31,571,993.5777,-5252.186,0,0,0,0,0),\n(50032,1981,32,571,978.387939,-5179.028,0,0,0,0,0),\n(50033,1981,33,571,907.8108,-5136.40527,0,0,0,0,0),\n(50034,1981,34,571,807.639832,-5144.284,0,0,0,0,0),\n(50035,1981,35,571,694.530151,-5148.08545,0,0,0,0,0),\n(50036,1981,36,571,584.0138,-5118.85547,0,2,60,19123,0),\n(50037,1981,37,571,507.206268,-5107.522,0,0,0,0,0),\n(50038,1981,38,571,433.1082,-5142.845,0,0,0,0,0),\n(50039,1981,39,571,357.554474,-5150.58154,0,0,0,0,0),\n(50040,1981,40,571,294.414276,-5111.416,0,0,0,0,0),\n(50041,1981,41,571,236.737518,-5080.412,0,0,0,0,0),\n(50042,1981,42,571,179.596024,-5097.815,0,0,0,0,0),\n(50043,1981,43,571,132.027451,-5135.98828,0,0,0,0,0),\n(50044,1981,44,571,71.95768,-5198.6,0,0,0,0,0),\n(50045,1981,45,571,-3.877062,-5315.229,0,0,0,0,0),\n(50046,1981,46,571,-150.968689,-5416.606,0,0,0,0,0),\n(50047,1981,47,571,-400.795319,-5508.57666,0,0,0,0,0),\n(50048,1981,48,571,-1009.90808,-5783.04834,0,0,0,0,0); \n\n\n/*-- Remove transport from Orgrimmar to Thunder Bluff, added during WotLK (3.2.0) --*/\nDELETE FROM `transports` WHERE `guid` = 20;\n\nDELETE FROM `creature` WHERE `guid` IN (203461, 203490); -- remove Zeppelin masters at Orgrimmar and Thunder Bluff \n"
  },
  {
    "path": "optional/sql/world/zz_optional_wotlk_hp_values_for_tbc_raids.sql",
    "content": "-- This will apply the patch 3.0.2 nerfs to the max health of TBC raid creatures\n-- only run this if you want a weaker version of TBC raid creatures.\n\n/* KARAZHAN BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 1.33 WHERE `entry` = 17096; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 1.33 WHERE `entry` = 19781; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 1.33 WHERE `entry` = 19782; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 1.33 WHERE `entry` = 19783; -- Astral Flare\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 16151; -- Attumen the Huntsman (Mounted)\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 15550; -- Attumen the Huntsman (Unmounted)\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 19874; -- Baron Rafe Dreuger\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 19875; -- Baroness Dorothea Millstipe\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 17167; -- Conjured Elemental\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 17248; -- Demon Chains\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 17535; -- Dorothee\nUPDATE `creature_template` SET `HealthModifier` = 0.63 WHERE `entry` = 17267; -- Fiendish Imp\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 16179; -- Hyakiss the Lurker\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 17534; -- Julianne\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 17229; -- Kil'rek\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 19872; -- Lady Catriona Von'Indi\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 17007; -- Lady Keira Berrybuck\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 19873; -- Lord Crispin Ference\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 19876; -- Lord Robin Daris\nUPDATE `creature_template` SET `HealthModifier` = 49   WHERE `entry` = 16457; -- Maiden of Virtue\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 16152; -- Midnight\nUPDATE `creature_template` SET `HealthModifier` = 35.7 WHERE `entry` = 15687; -- Moroes <Tower Steward>\nUPDATE `creature_template` SET `HealthModifier` = 140  WHERE `entry` = 15689; -- Netherspite\nUPDATE `creature_template` SET `HealthModifier` = 122.5 WHERE `entry` = 17225; -- Nightbane\nUPDATE `creature_template` SET `HealthModifier` = 105  WHERE `entry` = 15690; -- Prince Malchezaar\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 17546; -- Roar\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 16181; -- Rokad the Ravager\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 17533; -- Romulo\nUPDATE `creature_template` SET `HealthModifier` = 112  WHERE `entry` = 16524; -- Shade of Aran\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 16180; -- Shadikith the Glider\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 17543; -- Strawman\nUPDATE `creature_template` SET `HealthModifier` = 70   WHERE `entry` = 15688; -- Terestian Illhoof\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 17521; -- The Big Bad Wolf\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 18168; -- The Crone\nUPDATE `creature_template` SET `HealthModifier` = 80.5 WHERE `entry` = 15691; -- The Curator\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 17547; -- Tinhead\nUPDATE `creature_template` SET `HealthModifier` = 3.5  WHERE `entry` = 17548; -- Tito\n\n\n/* KARAZHAN TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 0.14 WHERE `entry` = 16488; -- Arcane Anomaly\nUPDATE `creature_template` SET `HealthModifier` = 11.2 WHERE `entry` = 16504; -- Arcane Protector\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 16485; -- Arcane Watchman\nUPDATE `creature_template` SET `HealthModifier` = 0.175 WHERE `entry` = 17283; -- Astral Spark\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16489; -- Chaotic Sentience\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 16170; -- Coldmist Stalker\nUPDATE `creature_template` SET `HealthModifier` = 4.9  WHERE `entry` = 16171; -- Coldmist Widow\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16461; -- Concubine\nUPDATE `creature_template` SET `HealthModifier` = 4.9  WHERE `entry` = 16177; -- Dreadbeast\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 16545; -- Ethereal Spellfilcher\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16544; -- Ethereal Thief\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 16595; -- Fleshbeast\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 16481; -- Ghastly Haunt\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16412; -- Ghostly Baker\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16470; -- Ghostly Philanthropist\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16414; -- Ghostly Steward\nUPDATE `creature_template` SET `HealthModifier` = 11.2 WHERE `entry` = 16596; -- Greater Fleshbeast\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16174; -- Greater Shadowbat\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 16539; -- Homunculus\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16529; -- Magical Horror\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 16491; -- Mana Feeder\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16530; -- Mana Warp\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16460; -- Night Mistress\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16406; -- Phantom Attendant\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16425; -- Phantom Guardsman\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 16409; -- Phantom Guest\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 17067; -- Phantom Hound\nUPDATE `creature_template` SET `HealthModifier` = 6.3  WHERE `entry` = 16472; -- Phantom Stagehand\nUPDATE `creature_template` SET `HealthModifier` = 6.3  WHERE `entry` = 16408; -- Phantom Valet\nUPDATE `creature_template` SET `HealthModifier` = 2.45 WHERE `entry` = 16178; -- Phase Hound\nUPDATE `creature_template` SET `HealthModifier` = 1.75 WHERE `entry` = 17261; -- Restless Skeleton\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16540; -- Shadow Pillager\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 16173; -- Shadowbat\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16176; -- Shadowbeast\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 16471; -- Skeletal Usher\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16415; -- Skeletal Waiter\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16526; -- Sorcerous Shade\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16389; -- Spectral Apprentice\nUPDATE `creature_template` SET `HealthModifier` = 6.3  WHERE `entry` = 15547; -- Spectral Charger\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16411; -- Spectral Chef\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 16468; -- Spectral Patron\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16473; -- Spectral Performer\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16410; -- Spectral Retainer\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16424; -- Spectral Sentry\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16407; -- Spectral Servant\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 15551; -- Spectral Stable Hand\nUPDATE `creature_template` SET `HealthModifier` = 6.3  WHERE `entry` = 15548; -- Spectral Stallion\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16525; -- Spell Shade\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 16492; -- Syphoner\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 16482; -- Trapped Soul\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 16175; -- Vampiric Shadowbat\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 16459; -- Wanton Hostess\n\n\n/* KARAZHAN NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16812; -- Barnes <The Stage Manager>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16426; -- Bennett <The Sergeant at Arms>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16153; -- Berthold <The Doorman>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16159; -- Calliard <The Nightman>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16806; -- Ebonlocke <The Noble>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16816; -- Echo of Medivh\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16814; -- Gradav <The Warlock>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 17603; -- Grandmother\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16169; -- Hastings <The Caretaker>\nUPDATE `creature_template` SET `HealthModifier` = 70   WHERE `entry` = 17652; -- Image of Arcanagos\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 17651; -- Image of Medivh\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16815; -- Kamsis <The Conjurer>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16388; -- Koren <The Blacksmith>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16811; -- Sebastian <The Organist>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 16813; -- Wravien <The Mage>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 17518; -- Ythyar\n\n\n/* GRUUL'S LAIR BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 18836; -- Blindeye the Seer\nUPDATE `creature_template` SET `HealthModifier` = 315  WHERE `entry` = 19044; -- Gruul the Dragonkiller\nUPDATE `creature_template` SET `HealthModifier` = 70   WHERE `entry` = 18831; -- High King Maulgar\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 18835; -- Kiggler the Crazed\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 18832; -- Krosh Firehand\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 18834; -- Olm the Summoner\n\n\n/* GRUUL'S LAIR TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 21350; -- Gronn-Priest\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 19389; -- Lair Brute\n\n\n/* MAGTHERIDON'S LAIR BOSS AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 210   WHERE `entry` = 17454; -- Burning Abyssal\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 17256; -- Hellfire Channeler\nUPDATE `creature_template` SET `HealthModifier` = 444.5 WHERE `entry` = 17257; -- Magtheridon\n\n\n/* MAGTHERIDON'S LAIR TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 22.4 WHERE `entry` = 18829; -- Hellfire Warder\n\n\n/* SERPENTSHRINE CAVERN BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 3.5  WHERE `entry` = 21865; -- Coilfang Ambusher\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 21221; -- Coilfang Beast Tamer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 22055; -- Coilfang Elite\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 21873; -- Coilfang Guardian\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 22056; -- Coilfang Strider\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 21958; -- Enchanted Elemental\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 22119; -- Fathom Lurker\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 22120; -- Fathom Sporebat\nUPDATE `creature_template` SET `HealthModifier` = 105  WHERE `entry` = 21964; -- Fathom-Guard Caribdis\nUPDATE `creature_template` SET `HealthModifier` = 105  WHERE `entry` = 21966; -- Fathom-Guard Sharkkis\nUPDATE `creature_template` SET `HealthModifier` = 105  WHERE `entry` = 21965; -- Fathom-Guard Tidalvess\nUPDATE `creature_template` SET `HealthModifier` = 210  WHERE `entry` = 21214; -- Fathom-Lord Karathress\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 21806; -- Greyheart Spellbinder\nUPDATE `creature_template` SET `HealthModifier` = 1.04125 WHERE `entry` = 21857; -- Inner Demon\nUPDATE `creature_template` SET `HealthModifier` = 560  WHERE `entry` = 21212; -- Lady Vashj <Coilfang Matron>\nUPDATE `creature_template` SET `HealthModifier` = 350  WHERE `entry` = 21215; -- Leotheras the Blind\nUPDATE `creature_template` SET `HealthModifier` = 525  WHERE `entry` = 21213; -- Morogrim Tidewalker\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 22035; -- Pure Spawn of Hydross\nUPDATE `creature_template` SET `HealthModifier` = 1.05 WHERE `entry` = 21260; -- Purified Water Elemental\nUPDATE `creature_template` SET `HealthModifier` = 350  WHERE `entry` = 21875; -- Shadow of Leotheras\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 22091; -- Spitfire Totem\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 22009; -- Tainted Elemental\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 22036; -- Tainted Spawn of Hydross\nUPDATE `creature_template` SET `HealthModifier` = 1.05 WHERE `entry` = 21253; -- Tainted Water Elemental\nUPDATE `creature_template` SET `HealthModifier` = 350  WHERE `entry` = 21217; -- The Lurker Below\nUPDATE `creature_template` SET `HealthModifier` = 1.75 WHERE `entry` = 21920; -- Tidewalker Lurker\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 22140; -- Toxic Sporebat\n\n\n/* SERPENTSHRINE CAVERN TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21299; -- Coilfang Fathom-Witch\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21339; -- Coilfang Hate Screamer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21220; -- Coilfang Priestess\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21298; -- Coilfang Serpentguard\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21301; -- Coilfang Shatterer\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 22347; -- Colossus Lurker\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 22352; -- Colossus Rager\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21230; -- Greyheart Nether-Mage\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21231; -- Greyheart Shield-Bearer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21232; -- Greyheart Skulker\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 21263; -- Greyheart Technician\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21229; -- Greyheart Tidecaller\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 22250; -- Rancid Mushroom\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 21863; -- Serpentshrine Lurker\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 21246; -- Serpentshrine Sporebat\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 22238; -- Serpentshrine Tidecaller\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21224; -- Tidewalker Depth Seer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21227; -- Tidewalker Harpooner\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21228; -- Tidewalker Hydromancer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21226; -- Tidewalker Shaman\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 21225; -- Tidewalker Warrior\nUPDATE `creature_template` SET `HealthModifier` = 52.5 WHERE `entry` = 21251; -- Underbog Colossus\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 21218; -- Vash'jir Honor Guard\n\n\n/* TEMPEST KEEP BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 280   WHERE `entry` = 19514; -- Al'ar <Phoenix God>\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 21270; -- Cosmic Infuser\nUPDATE `creature_template` SET `HealthModifier` = 22.05 WHERE `entry` = 21269; -- Devastation\nUPDATE `creature_template` SET `HealthModifier` = 7     WHERE `entry` = 19551; -- Ember of Al'ar\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 20062; -- Grand Astromancer Capernian <Advisor to Kael'thas>\nUPDATE `creature_template` SET `HealthModifier` = 350   WHERE `entry` = 18805; -- High Astromancer Solarian\nUPDATE `creature_template` SET `HealthModifier` = 18.9  WHERE `entry` = 21271; -- Infinity Blades\nUPDATE `creature_template` SET `HealthModifier` = 420   WHERE `entry` = 19622; -- Kael'thas Sunstrider <Lord of the Blood Elves>\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 20060; -- Lord Sanguinar <The Blood Hammer>\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 20063; -- Master Engineer Telonicus <Advisor to Kael'thas>\nUPDATE `creature_template` SET `HealthModifier` = 18.9  WHERE `entry` = 21268; -- Netherstrand Longbow\nUPDATE `creature_template` SET `HealthModifier` = 28.35 WHERE `entry` = 21273; -- Phaseshift Bulwark\nUPDATE `creature_template` SET `HealthModifier` = 17.5  WHERE `entry` = 21362; -- Phoenix\nUPDATE `creature_template` SET `HealthModifier` = 7     WHERE `entry` = 21364; -- Phoenix Egg\nUPDATE `creature_template` SET `HealthModifier` = 2.8   WHERE `entry` = 18925; -- Solarium Agent\nUPDATE `creature_template` SET `HealthModifier` = 10.5  WHERE `entry` = 18806; -- Solarium Priest\nUPDATE `creature_template` SET `HealthModifier` = 15.75 WHERE `entry` = 21274; -- Staff of Disintegration\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 20064; -- Thaladred the Darkener <Advisor to Kael'thas>\nUPDATE `creature_template` SET `HealthModifier` = 525   WHERE `entry` = 19516; -- Void Reaver\nUPDATE `creature_template` SET `HealthModifier` = 25.2  WHERE `entry` = 21272; -- Warp Slicer\n\n\n/* TEMPEST KEEP TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 20043; -- Apprentice Star Scryer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20033; -- Astromancer\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20046; -- Astromancer Lord\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20031; -- Bloodwarder Legionnaire\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20035; -- Bloodwarder Marshal\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20036; -- Bloodwarder Squire\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20032; -- Bloodwarder Vindicator\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20047; -- Crimson Hand Battle Mage\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20049; -- Crimson Hand Blood Knight\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20048; -- Crimson Hand Centurion\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20050; -- Crimson Hand Inquisitor\nUPDATE `creature_template` SET `HealthModifier` = 52.5 WHERE `entry` = 20040; -- Crystalcore Devastator\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20052; -- Crystalcore Mechanic\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20041; -- Crystalcore Sentinel\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 20045; -- Nether Scryer\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 20044; -- Novice Astromancer\nUPDATE `creature_template` SET `HealthModifier` = 52.5 WHERE `entry` = 20039; -- Phoenix Hawk\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 20038; -- Phoenix-Hawk Hatchling\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20034; -- Star Scryer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20037; -- Tempest Falconer\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 20042; -- Tempest Smith\n\n\n/* HYJAL SUMMIT BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 490  WHERE `entry` = 17808; -- Anetheron\nUPDATE `creature_template` SET `HealthModifier` = 525  WHERE `entry` = 17968; -- Archimonde\nUPDATE `creature_template` SET `HealthModifier` = 490  WHERE `entry` = 17842; -- Azgalor\nUPDATE `creature_template` SET `HealthModifier` = 490  WHERE `entry` = 17888; -- Kaz'rogal\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 17864; -- Lesser Doomguard\nUPDATE `creature_template` SET `HealthModifier` = 490  WHERE `entry` = 17767; -- Rage Winterchill\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 17818; -- Towering Infernal\n\n\n/* HYJAL SUMMIT TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 17898; -- Abomination\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 17905; -- Banshee\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 17897; -- Crypt Fiend\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 17916; -- Fel Stalker\nUPDATE `creature_template` SET `HealthModifier` = 31.5 WHERE `entry` = 17907; -- Frost Wyrm\nUPDATE `creature_template` SET `HealthModifier` = 12.6 WHERE `entry` = 17906; -- Gargoyle\nUPDATE `creature_template` SET `HealthModifier` = 12.6 WHERE `entry` = 17908; -- Giant Infernal\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 17895; -- Ghoul\nUPDATE `creature_template` SET `HealthModifier` = 15.4 WHERE `entry` = 17899; -- Shadowy Necromancer\nUPDATE `creature_template` SET `HealthModifier` = 3.5  WHERE `entry` = 17902; -- Skeleton Invader\nUPDATE `creature_template` SET `HealthModifier` = 3.5  WHERE `entry` = 17903; -- Skeleton Mage\n\n\n/* BLACK TEMPLE BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 23421; -- Ashtongue Channeler\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23216; -- Ashtongue Defender\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 23523; -- Ashtongue Elementalist\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 23318; -- Ashtongue Rogue\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 23524; -- Ashtongue Spiritbinder\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 23469; -- Enslaved Soul\nUPDATE `creature_template` SET `HealthModifier` = 280  WHERE `entry` = 23420; -- Essence of Anger\nUPDATE `creature_template` SET `HealthModifier` = 280  WHERE `entry` = 23419; -- Essence of Desire\nUPDATE `creature_template` SET `HealthModifier` = 210  WHERE `entry` = 23418; -- Essence of Suffering\nUPDATE `creature_template` SET `HealthModifier` = 105  WHERE `entry` = 22997; -- Flame of Azzinoth\nUPDATE `creature_template` SET `HealthModifier` = 175  WHERE `entry` = 22949; -- Gathios the Shatterer\nUPDATE `creature_template` SET `HealthModifier` = 525  WHERE `entry` = 22948; -- Gurtogg Bloodboil\nUPDATE `creature_template` SET `HealthModifier` = 175  WHERE `entry` = 22950; -- High Nethermancer Zerevor\nUPDATE `creature_template` SET `HealthModifier` = 350  WHERE `entry` = 22887; -- High Warlord Naj'entus\nUPDATE `creature_template` SET `HealthModifier` = 560  WHERE `entry` = 22917; -- Illidan Stormrage <The Betrayer>\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 23226; -- Illidari Elite\nUPDATE `creature_template` SET `HealthModifier` = 175  WHERE `entry` = 22951; -- Lady Malande\nUPDATE `creature_template` SET `HealthModifier` = 525  WHERE `entry` = 22947; -- Mother Shahraz\nUPDATE `creature_template` SET `HealthModifier` = 0.35 WHERE `entry` = 23498; -- Parasitic Shadowfiend\nUPDATE `creature_template` SET `HealthModifier` = 92.4 WHERE `entry` = 22841; -- Shade of Akama\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 23375; -- Shadow Demon\nUPDATE `creature_template` SET `HealthModifier` = 5.95 WHERE `entry` = 23111; -- Shadowy Construct\nUPDATE `creature_template` SET `HealthModifier` = 420  WHERE `entry` = 22898; -- Supremus\nUPDATE `creature_template` SET `HealthModifier` = 577.5 WHERE `entry` = 22871; -- Teron Gorefiend\nUPDATE `creature_template` SET `HealthModifier` = 175  WHERE `entry` = 22952; -- Veras Darkshadow\n\n\n/* BLACK TEMPLE TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 23398; -- Angered Soul Fragment\nUPDATE `creature_template` SET `HealthModifier` = 42   WHERE `entry` = 22878; -- Aqueous Lord\nUPDATE `creature_template` SET `HealthModifier` = 6.3  WHERE `entry` = 22883; -- Aqueous Spawn\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 22881; -- Aqueous Surger\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22959; -- Ardent Host\nUPDATE `creature_template` SET `HealthModifier` = 31.5 WHERE `entry` = 22844; -- Ashtongue Battlelord\nUPDATE `creature_template` SET `HealthModifier` = 4.9  WHERE `entry` = 23319; -- Ashtongue Broken\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 22849; -- Ashtongue Feral Spirit\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22845; -- Ashtongue Mystic\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22847; -- Ashtongue Primalist\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 23215; -- Ashtongue Sorcerer\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23374; -- Ashtongue Stalker\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22846; -- Ashtongue Stormcaller\nUPDATE `creature_template` SET `HealthModifier` = 63   WHERE `entry` = 23196; -- Bonechewer Behemoth\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23235; -- Bonechewer Blade Fury\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23237; -- Bonechewer Blood Prophet\nUPDATE `creature_template` SET `HealthModifier` = 38.5 WHERE `entry` = 23222; -- Bonechewer Brawler\nUPDATE `creature_template` SET `HealthModifier` = 38.5 WHERE `entry` = 23239; -- Bonechewer Combatant\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23236; -- Bonechewer Shield Disciple\nUPDATE `creature_template` SET `HealthModifier` = 3.15 WHERE `entry` = 23223; -- Bonechewer Spectator\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23028; -- Bonechewer Taskmaster\nUPDATE `creature_template` SET `HealthModifier` = 3.15 WHERE `entry` = 22963; -- Bonechewer Worker\nUPDATE `creature_template` SET `HealthModifier` = 3.15 WHERE `entry` = 22955; -- Charming Patron\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 22873; -- Coilskar General\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22874; -- Coilskar Harpooner\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22875; -- Coilskar Sea-Caller\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22876; -- Coilskar Soothsayer\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22877; -- Coilskar Wrangler\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 22885; -- Dragon Turtle <Coilskar Harpooner's Pet>\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 23030; -- Dragonmaw Sky Stalker\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 23330; -- Dragonmaw Wind Reaver\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 22960; -- Dragonmaw Wyrmcaller\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 22965; -- Enslaved Servant\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 23389; -- Fallen Ally\nUPDATE `creature_template` SET `HealthModifier` = 0.35 WHERE `entry` = 22929; -- Greater Shadowfiend\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 23172; -- Hand of Gorefiend\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23400; -- Illidari Archon\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 23403; -- Illidari Assassin\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23402; -- Illidari Battle-mage\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 23397; -- Illidari Blood Lord\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22869; -- Illidari Boneslicer\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 23337; -- Illidari Centurion\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22853; -- Illidari Defiler\nUPDATE `creature_template` SET `HealthModifier` = 52.5 WHERE `entry` = 22954; -- Illidari Fearbringer\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 23339; -- Illidari Heartseeker\nUPDATE `creature_template` SET `HealthModifier` = 42   WHERE `entry` = 22855; -- Illidari Nightlord\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 23436; -- Image of Dementia\nUPDATE `creature_template` SET `HealthModifier` = 52.5 WHERE `entry` = 22884; -- Leviathan\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 23232; -- Mutant War Hound\nUPDATE `creature_template` SET `HealthModifier` = 63   WHERE `entry` = 23394; -- Promenade Sentinel\nUPDATE `creature_template` SET `HealthModifier` = 63   WHERE `entry` = 22962; -- Priestess of Delight\nUPDATE `creature_template` SET `HealthModifier` = 63   WHERE `entry` = 22957; -- Priestess of Dementia\nUPDATE `creature_template` SET `HealthModifier` = 17.5 WHERE `entry` = 22945; -- Shadowmoon Blood Mage\nUPDATE `creature_template` SET `HealthModifier` = 31.5 WHERE `entry` = 22880; -- Shadowmoon Champion\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22882; -- Shadowmoon Deathshaper\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 23371; -- Shadowmoon Fallen\nUPDATE `creature_template` SET `HealthModifier` = 3.15 WHERE `entry` = 23147; -- Shadowmoon Grunt\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 23018; -- Shadowmoon Houndmaster\nUPDATE `creature_template` SET `HealthModifier` = 21   WHERE `entry` = 22879; -- Shadowmoon Reaver\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 23083; -- Shadowmoon Riding Hound\nUPDATE `creature_template` SET `HealthModifier` = 3.5  WHERE `entry` = 23047; -- Shadowmoon Soldier\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 22946; -- Shadowmoon War Hound\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 23049; -- Shadowmoon Weapon Master\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 22956; -- Sister of Pain\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 22964; -- Sister of Pleasure\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 22848; -- Storm Fury\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23399; -- Suffering Soul Fragment\nUPDATE `creature_template` SET `HealthModifier` = 3.15 WHERE `entry` = 22939; -- Temple Concubine\nUPDATE `creature_template` SET `HealthModifier` = 1    WHERE `entry` = 23109; -- Vengeful Spirit\nUPDATE `creature_template` SET `HealthModifier` = 35   WHERE `entry` = 22953; -- Wrathbone Flayer\n\n\n/* BLACK TEMPLE NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 4.9  WHERE `entry` = 23157; -- Aluyen <Reagents>\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 22996; -- Blade of Azzinoth\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 23197; -- Maiev Shadowsong\nUPDATE `creature_template` SET `HealthModifier` = 4.9  WHERE `entry` = 23159; -- Okuno <Ashtongue Deathsworn Quartermaster>\nUPDATE `creature_template` SET `HealthModifier` = 4.9  WHERE `entry` = 23158; -- Seer Kanai\nUPDATE `creature_template` SET `HealthModifier` = 0.91 WHERE `entry` = 23411; -- Spirit of Olum\nUPDATE `creature_template` SET `HealthModifier` = 0.91 WHERE `entry` = 23410; -- Spirit of Udalo\n\n\n/* ZUL'AMAN BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 154   WHERE `entry` = 23574; -- Akil'zon <Eagle Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 12.25 WHERE `entry` = 24240; -- Alyson Antille\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23878; -- Amani Bear Spirit\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23598; -- Amani Dragonhawk Hatchling\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23879; -- Amani Dragonhawk Spirit\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23880; -- Amani Eagle Spirit\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23877; -- Amani Lynx Spirit\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23818; -- Amani'shi Hatcher\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 24504; -- Amani'shi Hatcher\nUPDATE `creature_template` SET `HealthModifier` = 9.8   WHERE `entry` = 24246; -- Darkheart\nUPDATE `creature_template` SET `HealthModifier` = 9.8   WHERE `entry` = 24245; -- Fenstalker\nUPDATE `creature_template` SET `HealthModifier` = 12.25 WHERE `entry` = 24244; -- Gazakroth\nUPDATE `creature_template` SET `HealthModifier` = 56.875 WHERE `entry` = 23577; -- Halazzi <Lynx Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 94.5  WHERE `entry` = 24239; -- Hex Lord Malacrass\nUPDATE `creature_template` SET `HealthModifier` = 94.5  WHERE `entry` = 23578; -- Jan'alai <Dragonhawk Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 9.8   WHERE `entry` = 24247; -- Koragg\nUPDATE `creature_template` SET `HealthModifier` = 9.8   WHERE `entry` = 24243; -- Lord Raadan\nUPDATE `creature_template` SET `HealthModifier` = 126.35 WHERE `entry` = 23576; -- Nalorakk <Bear Avatar>\nUPDATE `creature_template` SET `HealthModifier` = 9.8   WHERE `entry` = 24242; -- Slither\nUPDATE `creature_template` SET `HealthModifier` = 0.35  WHERE `entry` = 24858; -- Soaring Eagle\nUPDATE `creature_template` SET `HealthModifier` = 23.7125 WHERE `entry` = 24143; -- Spirit of the Lynx\nUPDATE `creature_template` SET `HealthModifier` = 157.5 WHERE `entry` = 23863; -- Zul'jin\n\n\n/* ZUL'AMAN TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23584; -- Amani Bear\nUPDATE `creature_template` SET `HealthModifier` = 4.2  WHERE `entry` = 24217; -- Amani Bear Mount\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 24047; -- Amani Crocolisk\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 23834; -- Amani Dragonhawk\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 24159; -- Amani Eagle\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 24530; -- Amani Elder Lynx\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 24043; -- Amani Lynx\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 24064; -- Amani Lynx Cub\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23542; -- Amani'shi Axe Thrower\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 24059; -- Amani'shi Beast Tamer\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24374; -- Amani'shi Berserker\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23596; -- Amani'shi Flame Caster\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23597; -- Amani'shi Guardian\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 24065; -- Amani'shi Handler\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 24175; -- Amani'shi Lookout\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23581; -- Amani'shi Medicine Man\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 24180; -- Amani'shi Protector\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23587; -- Amani'shi Reinforcement\nUPDATE `creature_template` SET `HealthModifier` = 0.7  WHERE `entry` = 23586; -- Amani'shi Scout\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 24549; -- Amani'shi Tempest\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 23774; -- Amani'shi Trainer\nUPDATE `creature_template` SET `HealthModifier` = 8.4  WHERE `entry` = 23582; -- Amani'shi Tribesman\nUPDATE `creature_template` SET `HealthModifier` = 10.5 WHERE `entry` = 23580; -- Amani'shi Warbringer\nUPDATE `creature_template` SET `HealthModifier` = 2.45 WHERE `entry` = 24225; -- Amani'shi Warrior\nUPDATE `creature_template` SET `HealthModifier` = 7    WHERE `entry` = 24179; -- Amani'shi Wind Walker\nUPDATE `creature_template` SET `HealthModifier` = 2.8  WHERE `entry` = 24138; -- Tamed Amani Crocolisk\n\n\n/* ZUL'AMAN NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24405; -- Adarrah\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24001; -- Ashli\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24407; -- Darwen\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24403; -- Deez\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24406; -- Fudgerick\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24404; -- Galathryn\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24408; -- Gunter\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23999; -- Harkor\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 24358; -- Harrison Jones\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24024; -- Kraz\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24409; -- Kyren\nUPDATE `creature_template` SET `HealthModifier` = 0.805 WHERE `entry` = 24397; -- Mannuth\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23790; -- Tanzar\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 23897; -- Zungam\n\n\n/* SUNWELL PLATEAU BOSSES AND BOSS ADDS */\n\nUPDATE `creature_template` SET `HealthModifier` = 968.8 WHERE `entry` = 24882; -- Brutallus\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 25744; -- Dark Fiend\nUPDATE `creature_template` SET `HealthModifier` = 189   WHERE `entry` = 25840; -- Entropius\nUPDATE `creature_template` SET `HealthModifier` = 807.8 WHERE `entry` = 25038; -- Felmyst\nUPDATE `creature_template` SET `HealthModifier` = 332.5 WHERE `entry` = 25166; -- Grand Warlock Alythess\nUPDATE `creature_template` SET `HealthModifier` = 24.5  WHERE `entry` = 25588; -- Hand of the Deceiver\nUPDATE `creature_template` SET `HealthModifier` = 332.5 WHERE `entry` = 24850; -- Kalecgos\nUPDATE `creature_template` SET `HealthModifier` = 1540  WHERE `entry` = 25315; -- Kil'jaeden <The Deceiver>\nUPDATE `creature_template` SET `HealthModifier` = 332.5 WHERE `entry` = 25165; -- Lady Sacrolash\nUPDATE `creature_template` SET `HealthModifier` = 252   WHERE `entry` = 25741; -- M'uru\nUPDATE `creature_template` SET `HealthModifier` = 332.5 WHERE `entry` = 24892; -- Sathrovarr the Corruptor\nUPDATE `creature_template` SET `HealthModifier` = 11.97 WHERE `entry` = 25798; -- Shadowsword Berserker\nUPDATE `creature_template` SET `HealthModifier` = 12.6  WHERE `entry` = 25799; -- Shadowsword Fury Mage\nUPDATE `creature_template` SET `HealthModifier` = 2.002 WHERE `entry` = 25502; -- Shield Orb\nUPDATE `creature_template` SET `HealthModifier` = 14    WHERE `entry` = 25708; -- Sinister Reflection\nUPDATE `creature_template` SET `HealthModifier` = 3.5   WHERE `entry` = 25268; -- Unyielding Dead\nUPDATE `creature_template` SET `HealthModifier` = 17.5  WHERE `entry` = 25772; -- Void Sentinel\nUPDATE `creature_template` SET `HealthModifier` = 4.2   WHERE `entry` = 25824; -- Void Spawn\n\n\n/* SUNWELL PLATEAU TRASH */\n\nUPDATE `creature_template` SET `HealthModifier` = 48.125 WHERE `entry` = 25593; -- Apocalypse Guard\nUPDATE `creature_template` SET `HealthModifier` = 60.2 WHERE `entry` = 25599; -- Cataclysm Hound\nUPDATE `creature_template` SET `HealthModifier` = 53.2 WHERE `entry` = 25595; -- Chaos Gazer\nUPDATE `creature_template` SET `HealthModifier` = 28   WHERE `entry` = 25592; -- Doomfire Destroyer\nUPDATE `creature_template` SET `HealthModifier` = 5.6  WHERE `entry` = 25948; -- Doomfire Shard\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 26101; -- Fire Fiend\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25597; -- Oblivion Mage\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25591; -- Painbringer\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25509; -- Priestess of Torment\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25484; -- Shadowsword Assassin\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25837; -- Shadowsword Commander\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25485; -- Shadowsword Deathbringer\nUPDATE `creature_template` SET `HealthModifier` = 70   WHERE `entry` = 25508; -- Shadowsword Guardian\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25506; -- Shadowsword Lifeshaper\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25483; -- Shadowsword Manafiend\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25373; -- Shadowsword Soulbinder\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25486; -- Shadowsword Vanquisher\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25367; -- Sunblade Arch Mage\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25363; -- Sunblade Cabalist\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25371; -- Sunblade Dawn Priest\nUPDATE `creature_template` SET `HealthModifier` = 14   WHERE `entry` = 25867; -- Sunblade Dragonhawk\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25370; -- Sunblade Dusk Priest\nUPDATE `creature_template` SET `HealthModifier` = 2.1  WHERE `entry` = 25372; -- Sunblade Scout\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25368; -- Sunblade Slayer\nUPDATE `creature_template` SET `HealthModifier` = 24.5 WHERE `entry` = 25369; -- Sunblade Vindicator\nUPDATE `creature_template` SET `HealthModifier` = 0.182 WHERE `entry` = 25598; -- Volatile Felfire Fiend\nUPDATE `creature_template` SET `HealthModifier` = 1.4  WHERE `entry` = 25851; -- Volatile Fiend\n\n\n/* SUNWELL PLATEAU NPCS */\n\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 25639; -- Anchorite Elbadon\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 25638; -- Captain Selana\nUPDATE `creature_template` SET `HealthModifier` = 136.5 WHERE `entry` = 24891; -- Kalecgos\nUPDATE `creature_template` SET `HealthModifier` = 297.5 WHERE `entry` = 25319; -- Kalecgos\nUPDATE `creature_template` SET `HealthModifier` = 70    WHERE `entry` = 24895; -- Madrigosa\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 25644; -- Neophyte Narama\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 26289; -- Shattered Sun Riftwaker\nUPDATE `creature_template` SET `HealthModifier` = 1.05  WHERE `entry` = 25661; -- Shattered Sun Soldier\nUPDATE `creature_template` SET `HealthModifier` = 1.05  WHERE `entry` = 26259; -- Shattered Sun Soldier\nUPDATE `creature_template` SET `HealthModifier` = 0.7   WHERE `entry` = 25632; -- Vindicator Moorba\n\n\n/* WORLD BOSSES */\n\nUPDATE `creature_template` SET `HealthModifier` = 112  WHERE `entry` = 18728; -- Doom Lord Kazzak\nUPDATE `creature_template` SET `HealthModifier` = 210  WHERE `entry` = 17711; -- Doomwalker\n"
  },
  {
    "path": "src/IndividualProgression.cpp",
    "content": "/*\n    Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n*/\n\n#include \"IndividualProgression.h\"\n#include \"naxxramas_40.h\"\n#include \"ReputationMgr.h\"\n\nIndividualProgression* IndividualProgression::instance()\n{\n    static IndividualProgression instance;\n    return &instance;\n}\n\nuint8 IndividualProgression::GetPlayerProgressionFromQuests(Player* player) const\n{\n    if (!player || !player->IsInWorld())\n        return 0;\n\n    uint8 progressionLevel = 0;\n    for (uint8 i = PROGRESSION_MOLTEN_CORE; i <= PROGRESSION_WOTLK_TIER_5; ++i)\n    {\n        uint32 PROGRESSION_QUEST = 66000 + i;\n        if (player->GetQuestStatus(PROGRESSION_QUEST) == QUEST_STATUS_REWARDED)\n            progressionLevel = i;\n    }\n    return progressionLevel;\n}\n\nbool IndividualProgression::hasPassedProgression(Player* player, ProgressionState state) const\n{\n    if (!enabled || !state || !player || !player->IsInWorld())\n        return false;\n\n    if (progressionLimit && (state > progressionLimit))\n        return false;\n\n    return sIndividualProgression->GetPlayerProgressionFromQuests(player) >= state;\n}\n\nbool IndividualProgression::isBeforeProgression(Player* player, ProgressionState state)\n{\n    if (!state || !player || !player->IsInWorld())\n        return false;\n\n    return sIndividualProgression->GetPlayerProgressionFromQuests(player) < state;\n}\n\nvoid IndividualProgression::UpdateProgressionState(Player* player, ProgressionState newState) const\n{\n    if (!enabled || !newState || !player || !player->IsInWorld())\n        return;\n\n    if (progressionLimit && newState > progressionLimit)\n        return;\n\n    uint8 currentState = GetPlayerProgressionFromQuests(player);\n    if (newState > currentState)\n    {\n        uint32 PROGRESSION_QUEST = 66000 + newState;\n        if (player->GetQuestStatus(PROGRESSION_QUEST) != QUEST_STATUS_REWARDED)\n        {\n            Quest const* quest = sObjectMgr->GetQuestTemplate(PROGRESSION_QUEST);\n            if (quest)\n            {\n                player->AddQuest(quest, nullptr);\n                player->CompleteQuest(PROGRESSION_QUEST);\n                player->RewardQuest(quest, 0, player, false, false);\n            }\n        }\n    }\n}\n\nvoid IndividualProgression::ForceUpdateProgressionState(Player* player, ProgressionState newState)\n{\n    if (!player || !player->IsInWorld())\n        return;\n\n    // remove all hidden progression quests first\n    for (uint8 i = PROGRESSION_MOLTEN_CORE; i <= PROGRESSION_WOTLK_TIER_5; ++i)\n    {\n        uint32 PROGRESSION_QUEST = 66000 + i;\n        if (player->GetQuestStatus(PROGRESSION_QUEST) == QUEST_STATUS_REWARDED)\n            player->RemoveRewardedQuest(PROGRESSION_QUEST);\n    }\n\n    // if newState is non-zero, add the corresponding progression quest\n    if (newState)\n    {\n        uint32 PROGRESSION_QUEST = 66000 + newState;\n        Quest const* quest = sObjectMgr->GetQuestTemplate(PROGRESSION_QUEST);\n        if (quest)\n        {\n            player->AddQuest(quest, nullptr);\n            player->CompleteQuest(PROGRESSION_QUEST);\n            player->RewardQuest(quest, 0, player, false, false);\n        }\n    }\n}\n\nvoid IndividualProgression::CheckAdjustments(Player* player) const\n{\n    if (!enabled || !player || !player->IsInWorld())\n        return;\n\n    if (player->getClass() == CLASS_HUNTER)\n    {\n        // Remove the 15% built-in ranged haste that was added to hunters in WotLK - This lets us add haste spells back to quivers\n        player->RemoveAura(RANGED_HASTE_SPELL);\n        player->CastSpell(player, RANGED_HASTE_SPELL, false);\n    }\n\n    player->RemoveAura(HP_AURA_SPELL);\n    player->RemoveAura(ABSORB_SPELL);\n}\n\nfloat IndividualProgression::ComputeVanillaAdjustment(uint8 playerLevel, float configAdjustmentValue)\n{\n    float adjustmentApplyPercent = (float(playerLevel) - 10.0f) / 50.0f;\n    return playerLevel > 10 ? 1.0f - ((1.0f - configAdjustmentValue) * adjustmentApplyPercent) : 1;\n}\n\n// Return the highest progression level achieved by an account\nuint8 IndividualProgression::GetAccountProgression(uint32 accountId)\n{\n    uint8 progressionLevel = 0;\n\n    uint32 minQuest = 66000 + PROGRESSION_MOLTEN_CORE;\n    uint32 maxQuest = 66000 + PROGRESSION_WOTLK_TIER_5;\n\n    // Query rewarded hidden progression quests for all characters on the account\n    QueryResult result = CharacterDatabase.Query(\n        \"SELECT cc.quest FROM character_queststatus_rewarded cc JOIN characters c ON cc.guid = c.guid WHERE c.account = {} AND cc.quest BETWEEN {} AND {};\",\n        accountId, minQuest, maxQuest);\n\n    if (result)\n    {\n        do\n        {\n            uint32 questId = (*result)[0].Get<uint32>();\n            uint8 level = uint8(questId - 66000);\n            if (level > progressionLevel)\n                progressionLevel = level;\n        } while (result->NextRow());\n    }\n    return progressionLevel;\n}\n\nvoid IndividualProgression::UpdateAccountReputation(uint32 factionId, uint32 accountId, Player* player)\n{\n    if (!factionId || !accountId || !player || !player->IsInWorld())\n        return;\n\n    Group* group = player->GetGroup();\n    uint32 account = player->GetSession()->GetAccountId();\n    std::string factionName = sFactionStore.LookupEntry(factionId)->name[0];\n\n    if (!group)\n        return;\n\n    if (player->GetReputationRank(factionId) < REP_NEUTRAL) // don't increase rep unless the player is at least neutral with the faction\n        return;\n\n    uint32 curRep = player->GetReputationMgr().GetReputation(factionId);\n    uint32 newRep = 0;\n\n    for (GroupReference* itr = group->GetFirstMember(); itr; itr = itr->next())\n    {\n        Player* member = itr->GetSource();\n        if (!member || member->GetSession()->GetAccountId() != accountId)\n            continue;\n\n        if (member->GetReputationRank(factionId) < REP_NEUTRAL)\n            continue;\n\n        uint32 repAmount = member->GetReputationMgr().GetReputation(factionId);\n\n        if (repAmount > newRep)\n            newRep = repAmount;\n    }\n\n    ChatHandler(player->GetSession()).PSendSysMessage(\"Current {} Rep = {} ({})\", factionId, curRep, factionName);\n    ChatHandler(player->GetSession()).PSendSysMessage(\"Highest {} Rep = {} ({})\", factionId, newRep, factionName);\n\n    if (newRep > curRep)\n    {\n        uint32 addRep = newRep - curRep;\n\n        player->GetReputationMgr().ModifyReputation(sFactionStore.LookupEntry(factionId), addRep);\n        // ChatHandler(player->GetSession()).PSendSysMessage(\"Reputation with {} increased by {}.\", factionName, addRep);\n    }\n}\n\nvoid IndividualProgression::RemovePlayerAchievement(uint16 playerGUID, uint16 achievementId)\n{\n\tif (!playerGUID || !achievementId)\n        return;\n\n    CharacterDatabase.Query(\"DELETE FROM `character_achievement` WHERE `guid` = {} AND `achievement` = {}\", playerGUID, achievementId);\n}\n\nvoid IndividualProgression::LoadCustomProgressionEntries(std::string const& customProgressionString)\n{\n    std::string delimitedValue;\n    std::stringstream customProgressionStream;\n\n    customProgressionStream.str(customProgressionString);\n    while (std::getline(customProgressionStream, delimitedValue, ','))\n    {\n        std::string pairOne, pairTwo;\n        std::stringstream progressionPairStream(delimitedValue);\n        progressionPairStream>>pairOne>>pairTwo;\n        uint32 creatureEntryId = atoi(pairOne.c_str());\n        uint8 progressionValue = atoi(pairTwo.c_str());\n        sIndividualProgression->customProgressionMap[creatureEntryId] = progressionValue;\n    }\n}\n\nbool IndividualProgression::hasCustomProgressionValue(uint32 creatureEntry)\n{\n    if (!creatureEntry)\n        return false;\n\n    if (customProgressionMap.empty())\n        return false;\n\n    return (customProgressionMap.find(creatureEntry) != customProgressionMap.end());\n}\n\nbool IndividualProgression::isAttuned(Player* player)\n{\n    if (!player || !player->IsInWorld())\n        return false;\n\n    if ((player->GetQuestStatus(NAXX40_ATTUNEMENT_1) == QUEST_STATUS_REWARDED) || (player->GetQuestStatus(NAXX40_ATTUNEMENT_2) == QUEST_STATUS_REWARDED) || (player->GetQuestStatus(NAXX40_ATTUNEMENT_3) == QUEST_STATUS_REWARDED))\n        return true;\n    else\n        return false;\n}\n\nbool IndividualProgression::isExcludedFromProgression(Player* player)\n{\n    if (!player || !sIndividualProgression->excludeAccounts)\n        return false;\n\n    std::string accountName;\n    bool accountNameFound = AccountMgr::GetName(player->GetSession()->GetAccountId(), accountName);\n    std::regex excludedAccountsRegex(sIndividualProgression->excludedAccountsRegex);\n    return (accountNameFound && std::regex_match(accountName, excludedAccountsRegex));\n}\n\nvoid IndividualProgression::SyncBotsProgressionToLeader(Group* group)\n{\n    if (!group)\n        return;\n\n    ObjectGuid leaderGuid = group->GetLeaderGUID();\n    if (!leaderGuid)\n        return;\n\n    Player* leader = ObjectAccessor::FindPlayer(leaderGuid);\n    if (!leader || isExcludedFromProgression(leader))\n        return;\n\n    uint8 refProgress = GetPlayerProgressionFromQuests(leader);\n\n    if (!refProgress)\n        return;\n\n    for (GroupReference* itr = group->GetFirstMember(); itr; itr = itr->next())\n    {\n        Player* member = itr->GetSource();\n        if (!member || !isExcludedFromProgression(member))\n            continue;\n\n        ForceUpdateProgressionState(member, static_cast<ProgressionState>(refProgress));\n    }\n}\n\nvoid IndividualProgression::checkIPPhasing(Player* player, uint32 newArea)\n{\n    if (!player || !player->IsInWorld())\n        return;\n\n    player->RemoveAura(IPP_PHASE);\n    player->RemoveAura(IPP_PHASE_II);\n    player->RemoveAura(IPP_PHASE_III);\n    player->RemoveAura(IPP_PHASE_IV);\n    player->RemoveAura(IPP_PHASE_V);\n    player->RemoveAura(IPP_PHASE_VI);\n\n    switch (newArea) {\n        case AREA_DARKSHORE:\n        case AREA_GROVE_OF_THE_ANCIENTS:\n        case AREA_WILDBEND_RIVER:\n        case AREA_TWILIGHT_VALE:\n        case AREA_SCARAB_WALL:\n        case AREA_SCARAB_DAIS:\n            if (hasPassedProgression(player, PROGRESSION_PRE_AQ) && isBeforeProgression(player, PROGRESSION_AQ_WAR))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            break;\n        case AREA_SILITHUS:\n            if (hasPassedProgression(player, PROGRESSION_PRE_AQ) && isBeforeProgression(player, PROGRESSION_AQ_WAR))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            else if (hasPassedProgression(player, PROGRESSION_AQ_WAR))\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            break;\n        case AREA_HIVE_ASHI:\n        case AREA_HIVE_ZORA:\n        case AREA_HIVE_REGAL:\n            if (hasPassedProgression(player, PROGRESSION_PRE_AQ) && isBeforeProgression(player, PROGRESSION_AQ_WAR))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            else if (hasPassedProgression(player, PROGRESSION_AQ_WAR))\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            break;\n        case AREA_BOUGH_SHADOW:\n        case AREA_SERADANE:\n        case AREA_DREAM_BOUGH:\n        case AREA_JADEMIR_LAKE:\n        case AREA_TWILIGHT_GROVE:\n            if (hasPassedProgression(player, PROGRESSION_ONYXIA))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            break;\n        case AREA_SILVERMOON_CITY:\n            if (isBeforeProgression(player, PROGRESSION_TBC_TIER_4))\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            break;\n        case AREA_DUROTAR:\n        case AREA_ROCKTUSK_FARM:\n        case AREA_TIRISFAL_GLADES:\n        case AREA_RUINS_OF_LORDAERON_B:\n        case AREA_MULGORE:\n        case AREA_VALLEY_OF_HEROES:\n        case AREA_ELWYNN_FOREST:\n        case AREA_DUN_MOROGH:\n        case AREA_TELDRASSIL:\n        case AREA_EASTERN_PLAGUELANDS:\n        case AREA_PESTILENT_SCAR:\n        case AREA_THE_MARRIS_STEAD:\n        case AREA_CORINS_CROSSING:\n        case AREA_BLASTED_LANDS:\n        case AREA_RISE_OF_THE_DEFILER:\n        case AREA_DREADMAUL_HOLD:\n        case AREA_DREADMAUL_POST:\n        case AREA_SERPENTS_COIL:\n        case AREA_TANARIS:\n        case AREA_GADGETZAN:\n        case AREA_ABYSSAL_SANDS:\n        case AREA_BROKEN_PILLAR:\n        case AREA_WINTERSPRING:\n        case AREA_TIMBERMAW_POST:\n        case AREA_FROSTSABER_ROCK:\n        case AREA_ICE_THISTLE_HILLS:\n        case AREA_MAZTHORIL:\n        case AREA_AZSHARA:\n        case AREA_HALDARR_ENCAMPMENT:\n        case AREA_THE_SHATTERED_STRAND:\n        case AREA_SOUTHRIDGE_BEACH:\n        case AREA_BURNING_STEPPES:\n        case AREA_DRACO_DAR:\n        case AREA_BLACKROCK_MOUNTAIN:\n        case AREA_DREADMAUL_ROCK:\n        case AREA_RUINS_OF_THAURISSAN:\n            if (hasPassedProgression(player, PROGRESSION_AQ) && isBeforeProgression(player, PROGRESSION_NAXX40))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            break;\n        case AREA_ARGENT_TOURNAMENT_GROUNDS:\n        case AREA_ARGENT_SUNREAVER_PAVILION:\n        case AREA_ARGENT_SILVER_COVENANT_PAVILION:\n        case AREA_THE_RING_OF_CHAMPIONS:\n        case AREA_THE_ASPIRANTS_RING:\n        case AREA_THE_ARGENT_VALIANTS_RING:\n        case AREA_THE_ALLIANCE_VALIANTS_RING:\n        case AREA_THE_HORDE_VALIANTS_RING:\n        case AREA_ARGENT_PAVILION:\n            if (hasPassedProgression(player, PROGRESSION_WOTLK_TIER_2))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            break;\n        case AREA_SUNWELL_PLATEAU:\n        case AREA_SUNWELL_PLATEAU_B:\n        case AREA_ISLE_OF_QUEL_DANAS:\n        case AREA_MAGISTERS_TERRACE:\n        case AREA_SHATTERED_SUN_STAGING:\n        case AREA_SILVERMOONS_PRIDE:\n        case AREA_SUNS_REACH_SANCTUM:\n        case AREA_SUNS_REACH_HARBOR:\n        case AREA_SUNS_REACH_ARMORY:\n        case AREA_DAWNSTAR_VILLAGE:\n        case AREA_THE_DAWNING_SQUARE:\n            player->RemoveAura(SONG_OF_VICTORY);\n\n            if (isExcludedFromProgression(player) || player->GetReputationRank(FACTION_SHATTERED_SUN) >= REP_REVERED)\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n                player->CastSpell(player, IPP_PHASE_III, false);\n                player->CastSpell(player, IPP_PHASE_IV, false);\n\n                if (isExcludedFromProgression(player) ||\n                    (player->GetQuestStatus(QUEST_CRUSH_DAWNBLADE) == QUEST_STATUS_REWARDED &&\n                     player->GetQuestStatus(QUEST_GREENGILL_COAST) == QUEST_STATUS_REWARDED &&\n                     player->GetQuestStatus(QUEST_ENEMY_AT_BAY) == QUEST_STATUS_REWARDED))\n                {\n                    player->CastSpell(player, SONG_OF_VICTORY, false);\n                }\n            }\n            else if (player->GetReputationRank(FACTION_SHATTERED_SUN) >= REP_HONORED)\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n                player->CastSpell(player, IPP_PHASE_III, false);\n                player->CastSpell(player, IPP_PHASE_VI, false);\n            }\n            else if (player->GetReputationRank(FACTION_SHATTERED_SUN) >= REP_FRIENDLY)\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n                player->CastSpell(player, IPP_PHASE_V, false);\n                player->CastSpell(player, IPP_PHASE_VI, false);\n            }\n            else // if (player->GetReputationRank(FACTION_SHATTERED_SUN) < REP_FRIENDLY)\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n                player->CastSpell(player, IPP_PHASE_V, false);\n                player->CastSpell(player, IPP_PHASE_VI, false);\n            }\n            break;\t\t\n        case AREA_THE_DARK_PORTAL:\n            if (hasPassedProgression(player, PROGRESSION_AQ) && isBeforeProgression(player, PROGRESSION_NAXX40))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            else if (hasPassedProgression(player, PROGRESSION_NAXX40) && isBeforeProgression(player, PROGRESSION_PRE_TBC))\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            break;\n        case AREA_PURGATION_ISLE:\n            if (isBeforeProgression(player, PROGRESSION_AQ))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            else if (hasPassedProgression(player, PROGRESSION_AQ))\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            break;\n        case AREA_IRONTREE_WOOD:\n            if (player->getClass() == CLASS_HUNTER && ((player->GetQuestStatus(QUEST_THE_ANCIENT_LEAF) == QUEST_STATUS_INCOMPLETE) || (player->GetQuestStatus(QUEST_THE_ANCIENT_LEAF) == QUEST_STATUS_REWARDED)))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            break;\n        case AREA_SHATTRATH_CITY:\n            if (hasPassedProgression(player, PROGRESSION_TBC_TIER_4))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            if (player->GetQuestStatus(QUEST_MANA_CELLS) == QUEST_STATUS_REWARDED)\n            {\n                player->CastSpell(player, IPP_PHASE_III, false);\n            }\n            break;\n        case AREA_FOREST_SONG:\n            if (hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            {\n                player->CastSpell(player, IPP_PHASE, false);\n            }\n            break;\n        case AREA_STORMWIND_CITY:\n            if (!hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            else if (hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            {\n                player->CastSpell(player, IPP_PHASE_III, false);\n            }\n            break;\n        case AREA_ORGRIMMAR:\n            if (hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            {\n                player->CastSpell(player, IPP_PHASE_III, false);\n            }\n            break;\n        case AREA_UNDERCITY:\n            if ((player->GetQuestStatus(BATTLE_UNDERCITY_HORDE) == QUEST_STATUS_REWARDED) || (player->GetQuestStatus(BATTLE_UNDERCITY_ALLIANCE) == QUEST_STATUS_REWARDED))\n            {\n                player->CastSpell(player, IPP_PHASE_III, false);\n            }\n            else\n            {\n                player->CastSpell(player, IPP_PHASE_II, false);\n            }\n            break;\n        default:\n\n            uint32 mapid = player->GetMapId();\n\n            if (mapid == MAP_VAULT_OF_ARCHAVON)\n            {\n                if (hasPassedProgression(player, PROGRESSION_WOTLK_TIER_1) && isBeforeProgression(player, PROGRESSION_WOTLK_TIER_2))\n                {\n                    player->CastSpell(player, IPP_PHASE, false);\n                    break;\n                }\n                else if (hasPassedProgression(player, PROGRESSION_WOTLK_TIER_2) && isBeforeProgression(player, PROGRESSION_WOTLK_TIER_3))\n                {\n                    player->CastSpell(player, IPP_PHASE, false);\n                    player->CastSpell(player, IPP_PHASE_II, false);\n                    break;\n                }\n                else if (hasPassedProgression(player, PROGRESSION_WOTLK_TIER_3))\n                {\n                    player->CastSpell(player, IPP_PHASE, false);\n                    player->CastSpell(player, IPP_PHASE_II, false);\n                    player->CastSpell(player, IPP_PHASE_III, false);\n                    break;\n                }\n            }\n            if (mapid == MAP_MAGISTERS_TERRACE || mapid == MAP_THE_SUNWELL)\n            {\n                player->RemoveAura(SONG_OF_VICTORY);\n\n                if (isExcludedFromProgression(player) ||\n                    (player->GetQuestStatus(QUEST_CRUSH_DAWNBLADE) == QUEST_STATUS_REWARDED &&\n                     player->GetQuestStatus(QUEST_GREENGILL_COAST) == QUEST_STATUS_REWARDED &&\n                     player->GetQuestStatus(QUEST_ENEMY_AT_BAY) == QUEST_STATUS_REWARDED))\n                {\n                    player->CastSpell(player, SONG_OF_VICTORY, false);\n                }\n            }\n            if ((mapid == MAP_SHADOWFANG_KEEP) ||\n                (mapid == MAP_RAZORFEN_DOWNS)  ||\n                (mapid == MAP_SCARLET_MONASTERY) ||\n                (mapid == MAP_SCHOLOMANCE) ||\n                (mapid == MAP_STRATHOLME) ||\n                (mapid == MAP_DIRE_MAUL))\n            {\n                if (earlyScourgeBosses || (hasPassedProgression(player, PROGRESSION_AQ) && isBeforeProgression(player, PROGRESSION_NAXX40)))\n                {\n                    player->CastSpell(player, IPP_PHASE, false);\n                    break;\n                }\n            }\n    }\n}\n\nvoid IndividualProgression::checkIPProgression(Player* killer)\n{\n    if (!enabled || disableDefaultProgression)\n        return;\n\n    if (!killer || !killer->IsInWorld())\n        return;\n\n    uint8 currentState = GetPlayerProgressionFromQuests(killer);\n\n    static const std::vector<std::pair<uint16, ProgressionState>> achievementMap =\n    {\n        { HALION_KILL,        PROGRESSION_WOTLK_TIER_5   },\n        { LICH_KING_KILL,     PROGRESSION_WOTLK_TIER_4   },\n        { ANUB_ARAK_KILL,     PROGRESSION_WOTLK_TIER_3   },\n        { KEL_THUZAD_KILL,    PROGRESSION_WOTLK_TIER_1   },\n        { KIL_JAEDEN_KILL,    PROGRESSION_TBC_TIER_5     },\n        { ZUL_JIN_KILL,       PROGRESSION_TBC_TIER_4     },\n        { ILLIDAN_KILL,       PROGRESSION_TBC_TIER_3     },\n        { KAEL_THAS_KILL,     PROGRESSION_TBC_TIER_2     },\n        { MALCHEZAAR_KILL,    PROGRESSION_TBC_TIER_1     },\n        { KEL_THUZAD_40_KILL, PROGRESSION_NAXX40         },\n        { C_THUN_KILL,        PROGRESSION_AQ             },\n        { NEFARIAN_KILL,      PROGRESSION_BLACKWING_LAIR },\n        { ONYXIA_KILL,        PROGRESSION_ONYXIA         },\n        { RAGNAROS_KILL,      PROGRESSION_MOLTEN_CORE    }\n    };\n\n    for (auto const& [achievementId, progState] : achievementMap)\n    {\n        if (killer->HasAchieved(achievementId))\n        {\n            if (currentState < progState)\n                UpdateProgressionState(killer, progState);\n            return;\n        }\n    }\n}\n\nvoid IndividualProgression::checkKillProgression(Player* killer, Creature* killed)\n{\n    if (!enabled)\n        return;\n\n    if (!killed || !killer || !killer->IsInWorld())\n        return;\n\n    uint32 entry = killed->GetEntry();\n\n    if (hasCustomProgressionValue(entry))\n    {\n        UpdateProgressionState(killer, static_cast<ProgressionState>(customProgressionMap[entry]));\n        return;\n    }\n\n    if (disableDefaultProgression)\n        return;\n\n    static const std::unordered_map<uint32, ProgressionState> bossMap =\n    {\n        { RAGNAROS,     PROGRESSION_MOLTEN_CORE    },\n        { ONYXIA_40,    PROGRESSION_ONYXIA         },\n        { NEFARIAN,     PROGRESSION_BLACKWING_LAIR },\n        { CTHUN,        PROGRESSION_AQ             },\n        { KELTHUZAD_40, PROGRESSION_NAXX40         },\n        { MALCHEZAAR,   PROGRESSION_TBC_TIER_1     },\n        { KAELTHAS,     PROGRESSION_TBC_TIER_2     },\n        { ILLIDAN,      PROGRESSION_TBC_TIER_3     },\n        { ZULJIN,       PROGRESSION_TBC_TIER_4     },\n        { KILJAEDEN,    PROGRESSION_TBC_TIER_5     },\n        { KELTHUZAD,    PROGRESSION_WOTLK_TIER_1   },\n        { YOGGSARON,    PROGRESSION_WOTLK_TIER_2   },\n        { ANUBARAK,     PROGRESSION_WOTLK_TIER_3   },\n        { LICH_KING,    PROGRESSION_WOTLK_TIER_4   },\n        { HALION,       PROGRESSION_WOTLK_TIER_5   }\n    };\n\n    auto bossKill = bossMap.find(entry);\n    if (bossKill != bossMap.end())\n    {\n        ProgressionState prog = bossKill->second;\n        if (!progressionLimit || (progressionLimit >= prog))\n            UpdateProgressionState(killer, prog);\n\n        if (entry == KELTHUZAD_40)\n            UpdateProgressionAchievements(killer, KEL_THUZAD_40_KILL);\n    }\n}\n\nvoid IndividualProgression::UpdateProgressionAchievements(Player* player, uint16 achievementID)\n{\n    if (!achievementID || !player || !player->IsInWorld())\n        return;\n\n    AchievementEntry const* entry = sAchievementStore.LookupEntry(achievementID);\n    if (!entry)\n        return;\n\n    player->CompletedAchievement(entry);\n}\n\nvoid IndividualProgression::CleanUpVanillaPvpTitles(Player* player)\n{\n    if (!player || !player->IsInWorld())\n        return;\n\n    TeamId teamId = player->GetTeamId(true);\n    uint32 kills = player->GetUInt32Value(PLAYER_FIELD_LIFETIME_HONORABLE_KILLS);\n    uint16 playerGUID = player->GetGUID().GetCounter();\n    const uint32 PVP_QUEST = 66100;\n\n    IppPvPTitles const pvpTitlesList[14] =\n    {\n        { sIndividualProgression->VanillaPvpKillRank1,  TitleData[RANK_ONE].TitleId[teamId]      },\n        { sIndividualProgression->VanillaPvpKillRank2,  TitleData[RANK_TWO].TitleId[teamId]      },\n        { sIndividualProgression->VanillaPvpKillRank3,  TitleData[RANK_THREE].TitleId[teamId]    },\n        { sIndividualProgression->VanillaPvpKillRank4,  TitleData[RANK_FOUR].TitleId[teamId]     },\n        { sIndividualProgression->VanillaPvpKillRank5,  TitleData[RANK_FIVE].TitleId[teamId]     },\n        { sIndividualProgression->VanillaPvpKillRank6,  TitleData[RANK_SIX].TitleId[teamId]      },\n        { sIndividualProgression->VanillaPvpKillRank7,  TitleData[RANK_SEVEN].TitleId[teamId]    },\n        { sIndividualProgression->VanillaPvpKillRank8,  TitleData[RANK_EIGHT].TitleId[teamId]    },\n        { sIndividualProgression->VanillaPvpKillRank9,  TitleData[RANK_NINE].TitleId[teamId]     },\n        { sIndividualProgression->VanillaPvpKillRank10, TitleData[RANK_TEN].TitleId[teamId]      },\n        { sIndividualProgression->VanillaPvpKillRank11, TitleData[RANK_ELEVEN].TitleId[teamId]   },\n        { sIndividualProgression->VanillaPvpKillRank12, TitleData[RANK_TWELVE].TitleId[teamId]   },\n        { sIndividualProgression->VanillaPvpKillRank13, TitleData[RANK_THIRTEEN].TitleId[teamId] },\n        { sIndividualProgression->VanillaPvpKillRank14, TitleData[RANK_FOURTEEN].TitleId[teamId] },\n    };\n\n    if (!sIndividualProgression->VanillaPvpTitlesKeepPostVanilla && sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n    {\n        for (IppPvPTitles title : pvpTitlesList)\n        {\n            if (player->HasTitle(title.TitleId))\n                player->SetTitle(sCharTitlesStore.LookupEntry(title.TitleId), true);\n        }\n    }\n    else\n    {\n        for (IppPvPTitles title : pvpTitlesList)\n        {\n            if (kills < title.RequiredKills && player->HasTitle(title.TitleId))\n                player->SetTitle(sCharTitlesStore.LookupEntry(title.TitleId), true);\n        }\n    }\n\n\tint8_t highestRank = -1;\n\n\tfor (int8_t i = 13; i > -1; --i)\n\t{\n\t\tif (kills >= pvpTitlesList[i].RequiredKills)\n\t\t{\n\t\t\thighestRank = i;\n\t\t\tbreak;\n\t\t}\n\t}\n\n\tfor (int8_t i = 13; i > -1; --i)\n    {\n\t\tuint32_t achievementId = AchievementData[i].TitleId[teamId];\n\n\t\tif (highestRank == i || !player->HasAchieved(achievementId))\n\t\t\tcontinue;\n\n\t\tRemovePlayerAchievement(playerGUID, achievementId);\n    }\n\n\t// remove all hidden pvp quests\n    for (uint8 i = 1; i <= 14; ++i)\n    {\n        uint32 questId = PVP_QUEST + i;\n\n        if (player->GetQuestStatus(questId) == QUEST_STATUS_REWARDED)\n            player->RemoveRewardedQuest(questId);\n    }\n\n    uint8 i = 1;\n\n    // add hidden pvp quests\n    for (IppPvPTitles title : pvpTitlesList)\n    {\n        if (player->HasTitle(title.TitleId))\n        {\n\t\t    for (uint8 j = 1; j <= i; ++j)\n            {\n                uint32 questId = PVP_QUEST + j;\n                Quest const* quest = sObjectMgr->GetQuestTemplate(questId);\n\n                if (quest)\n                {\n                    player->AddQuest(quest, nullptr);\n                    player->CompleteQuest(questId);\n                    player->RewardQuest(quest, 0, player, false, false);\n                }\n            }\n        }\n\t\t++i;\n    }\n}\n\nvoid IndividualProgression::AwardEarnedVanillaPvpTitles(Player* player)\n{\n    if (!player || !player->IsInWorld())\n        return;\n\n    if (isBeforeProgression(player, PROGRESSION_PRE_TBC) || VanillaPvpTitlesKeepPostVanilla)\n    {\n        TeamId teamId = player->GetTeamId(true);\n        uint32 kills = player->GetUInt32Value(PLAYER_FIELD_LIFETIME_HONORABLE_KILLS);\n\n        IppPvPTitles const pvpTitlesList[14] =\n        {\n            { VanillaPvpKillRank14, TitleData[RANK_FOURTEEN].TitleId[teamId] },\n            { VanillaPvpKillRank13, TitleData[RANK_THIRTEEN].TitleId[teamId] },\n            { VanillaPvpKillRank12, TitleData[RANK_TWELVE].TitleId[teamId]   },\n            { VanillaPvpKillRank11, TitleData[RANK_ELEVEN].TitleId[teamId]   },\n            { VanillaPvpKillRank10, TitleData[RANK_TEN].TitleId[teamId]      },\n            { VanillaPvpKillRank9,  TitleData[RANK_NINE].TitleId[teamId]     },\n            { VanillaPvpKillRank8,  TitleData[RANK_EIGHT].TitleId[teamId]    },\n            { VanillaPvpKillRank7,  TitleData[RANK_SEVEN].TitleId[teamId]    },\n            { VanillaPvpKillRank6,  TitleData[RANK_SIX].TitleId[teamId]      },\n            { VanillaPvpKillRank5,  TitleData[RANK_FIVE].TitleId[teamId]     },\n            { VanillaPvpKillRank4,  TitleData[RANK_FOUR].TitleId[teamId]     },\n            { VanillaPvpKillRank3,  TitleData[RANK_THREE].TitleId[teamId]    },\n            { VanillaPvpKillRank2,  TitleData[RANK_TWO].TitleId[teamId]      },\n            { VanillaPvpKillRank1,  TitleData[RANK_ONE].TitleId[teamId]      },\n\t\t};\n\n        int highestTitle = -1;\n\n        // add highest title\n        for (IppPvPTitles title : pvpTitlesList)\n        {\n            if (kills >= title.RequiredKills)\n            {\n                player->SetTitle(sCharTitlesStore.LookupEntry(title.TitleId));\n                highestTitle = title.TitleId;\n\t\t\t\t\t\n                constexpr int ALLIANCE_PVP_RANK_OFFSET = 4; // rank 1-4 are not used, need to add 4 to align with rank 1 = title ID 5\n                constexpr int HORDE_PVP_RANK_OFFSET = 10;  // horde titles start at ID 15, need to subtract 10 to align with rank 1 = title ID 5\n\n                if (teamId == TEAM_ALLIANCE)\n                    player->SetByteValue(PLAYER_FIELD_BYTES, PLAYER_FIELD_BYTES_OFFSET_LIFETIME_MAX_PVP_RANK, title.TitleId + ALLIANCE_PVP_RANK_OFFSET);\n                else // teamId == TEAM_HORDE\n                    player->SetByteValue(PLAYER_FIELD_BYTES, PLAYER_FIELD_BYTES_OFFSET_LIFETIME_MAX_PVP_RANK, title.TitleId - HORDE_PVP_RANK_OFFSET);\n\t\t\t\t\t\t\t\n                break;\n            }\n        }\n\n        const uint32_t chosenTitleId = player->GetUInt32Value(PLAYER_CHOSEN_TITLE);\n        const bool usesPvPTitle = ((chosenTitleId != 0 && chosenTitleId < 29) || isExcludedFromProgression(player)); // PvP Titles go from 1 to 28.\n\n        // remove all titles except highest\n        for (IppPvPTitles title : pvpTitlesList)\n        {\n            const int titleId = title.TitleId;\n\n            if (highestTitle != titleId)\n                player->SetTitle(sCharTitlesStore.LookupEntry(titleId), true);\n        }\n\n        if (highestTitle != -1 && usesPvPTitle)\n            player->SetCurrentTitle(sCharTitlesStore.LookupEntry(highestTitle));\n    }\n}\n\nclass IndividualPlayerProgression_WorldScript : public WorldScript\n{\nprivate:\n    static void LoadConfig()\n    {\n        sIndividualProgression->customProgressionMap.clear();\n        sIndividualProgression->enabled = sConfigMgr->GetOption<bool>(\"IndividualProgression.Enable\", true);\n        sIndividualProgression->vanillaPowerAdjustment = sConfigMgr->GetOption<float>(\"IndividualProgression.VanillaPowerAdjustment\", 1);\n        sIndividualProgression->vanillaHealingAdjustment = sConfigMgr->GetOption<float>(\"IndividualProgression.VanillaHealingAdjustment\", 1);\n        sIndividualProgression->tbcPowerAdjustment = sConfigMgr->GetOption<float>(\"IndividualProgression.TBCPowerAdjustment\", 1);\n        sIndividualProgression->tbcHealingAdjustment = sConfigMgr->GetOption<float>(\"IndividualProgression.TBCHealingAdjustment\", 1);\n        sIndividualProgression->questXpFix = sConfigMgr->GetOption<bool>(\"IndividualProgression.QuestXPFix\", true);\n        sIndividualProgression->requireNaxxStrath = sConfigMgr->GetOption<bool>(\"IndividualProgression.RequireNaxxStrathEntrance\", false);\n        sIndividualProgression->doableNaxx40Bosses = sConfigMgr->GetOption<bool>(\"IndividualProgression.doableNaxx40Bosses\", false);\n        sIndividualProgression->enforceGroupRules = sConfigMgr->GetOption<bool>(\"IndividualProgression.EnforceGroupRules\", true);\n        sIndividualProgression->fishingFix = sConfigMgr->GetOption<bool>(\"IndividualProgression.FishingFix\", true);\n        sIndividualProgression->simpleConfigOverride = sConfigMgr->GetOption<bool>(\"IndividualProgression.SimpleConfigOverride\", true);\n        sIndividualProgression->progressionLimit = sConfigMgr->GetOption<uint8>(\"IndividualProgression.ProgressionLimit\", 0);\n        sIndividualProgression->startingProgression = sConfigMgr->GetOption<uint8>(\"IndividualProgression.StartingProgression\", 0);\n        sIndividualProgression->questMoneyAtLevelCap = sConfigMgr->GetOption<bool>(\"IndividualProgression.QuestMoneyAtLevelCap\", true);\n        sIndividualProgression->repeatableVanillaQuestsXp = sConfigMgr->GetOption<bool>(\"IndividualProgression.RepeatableVanillaQuestsXP\", true);\n        sIndividualProgression->disableDefaultProgression = sConfigMgr->GetOption<bool>(\"IndividualProgression.DisableDefaultProgression\", false);\n        sIndividualProgression->tbcRacesProgressionLevel = sConfigMgr->GetOption<uint8>(\"IndividualProgression.TbcRacesUnlockProgression\", 0);\n        sIndividualProgression->tbcRacesStartingProgression = sConfigMgr->GetOption<uint8>(\"IndividualProgression.tbcRacesStartingProgression\", 0);\n        sIndividualProgression->deathKnightProgressionLevel = sConfigMgr->GetOption<uint8>(\"IndividualProgression.DeathKnightUnlockProgression\", 13);\n        sIndividualProgression->deathKnightStartingProgression = sConfigMgr->GetOption<uint8>(\"IndividualProgression.DeathKnightStartingProgression\", 13);\n        sIndividualProgression->RequiredZulGurubProgression = sConfigMgr->GetOption<uint8>(\"IndividualProgression.RequiredZulGurubProgression\", 3);\n        sIndividualProgression->LoadCustomProgressionEntries(sConfigMgr->GetOption<std::string>(\"IndividualProgression.CustomProgression\", \"\"));\n        sIndividualProgression->earlyDungeonSet2 = sConfigMgr->GetOption<bool>(\"IndividualProgression.AllowEarlyDungeonSet2\", false);\n        sIndividualProgression->earlyScourgeBosses = sConfigMgr->GetOption<bool>(\"IndividualProgression.AllowEarlyScourgeBosses\", false);\n        sIndividualProgression->tbcArenaSeason = sConfigMgr->GetOption<uint8>(\"IndividualProgression.TBC.ArenaSeason\", 1);\n        sIndividualProgression->wotlkArenaSeason = sConfigMgr->GetOption<uint8>(\"IndividualProgression.WotLK.ArenaSeason\", 5);\n        sIndividualProgression->VanillaPvpKillRank1 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank1\", 100);\n        sIndividualProgression->VanillaPvpKillRank2 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank2\", 200);\n        sIndividualProgression->VanillaPvpKillRank3 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank3\", 400);\n        sIndividualProgression->VanillaPvpKillRank4 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank4\", 800);\n        sIndividualProgression->VanillaPvpKillRank5 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank5\", 1400);\n        sIndividualProgression->VanillaPvpKillRank6 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank6\", 2000);\n        sIndividualProgression->VanillaPvpKillRank7 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank7\", 3000);\n        sIndividualProgression->VanillaPvpKillRank8 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank8\", 4500);\n        sIndividualProgression->VanillaPvpKillRank9 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank9\", 6000);\n        sIndividualProgression->VanillaPvpKillRank10 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank10\", 8000);\n        sIndividualProgression->VanillaPvpKillRank11 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank11\", 10000);\n        sIndividualProgression->VanillaPvpKillRank12 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank12\", 13000);\n        sIndividualProgression->VanillaPvpKillRank13 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank13\", 18000);\n        sIndividualProgression->VanillaPvpKillRank14 = sConfigMgr->GetOption<uint32>(\"IndividualProgression.VanillaPvpKillRequirement.Rank14\", 24000);\n        sIndividualProgression->VanillaPvpTitlesKeepPostVanilla = sConfigMgr->GetOption<bool>(\"IndividualProgression.VanillaPvpTitlesPersistAfterVanilla\", true);\n        sIndividualProgression->VanillaPvpTitlesEarnPostVanilla = sConfigMgr->GetOption<bool>(\"IndividualProgression.VanillaPvpEarnTitlesAfterVanilla\", false);\n        sIndividualProgression->ExcludedAccountsEarnPvPTitles = sConfigMgr->GetOption<bool>(\"IndividualProgression.ExcludedAccountsEarnPvPTitles\", false);\n        sIndividualProgression->DisableRDF = sConfigMgr->GetOption<bool>(\"IndividualProgression.DisableRDF\", false);\n        sIndividualProgression->DisableQuestMarkers = sConfigMgr->GetOption<bool>(\"IndividualProgression.DisableQuestMarkers\", true);\n        sIndividualProgression->MaxMonsterSight = sConfigMgr->GetOption<bool>(\"IndividualProgression.MaxMonsterSight\", true);\n        sIndividualProgression->excludeAccounts = sConfigMgr->GetOption<bool>(\"IndividualProgression.ExcludeAccounts\", true);\n        sIndividualProgression->excludedAccountsRegex = sConfigMgr->GetOption<std::string>(\"IndividualProgression.ExcludedAccountsRegex\", \"^RNDBOT.*\");\n        sIndividualProgression->EnableSetRepCommand = sConfigMgr->GetOption<bool>(\"IndividualProgression.EnableSetRepCommand\", false);\n        sIndividualProgression->LimitedSetRepCommand = sConfigMgr->GetOption<bool>(\"IndividualProgression.LimitedSetRepCommand\", true);\n        sIndividualProgression->sharedFactionIdsRegex = sConfigMgr->GetOption<std::string>(\"IndividualProgression.sharedFactionIdsRegex\", \"59|270|349|509|510|529|576|589|609|729|730|749|889|890|909\");\n        sIndividualProgression->ExcludedAccountsMaxLevel = sConfigMgr->GetOption<uint8>(\"IndividualProgression.ExcludedAccountsMaxLevel\", 80);\n    }\n\n    static void LoadXpValues()\n    {\n        if (sIndividualProgression->enabled && sIndividualProgression->questXpFix)\n        {\n            LOG_INFO(\"module\", \"Loading Quest XP cache....\");\n            uint32 questXpAmount = 0;\n            QueryResult result = WorldDatabase.Query(\"SELECT entry, xpValue FROM custom_quest_xp\");\n            if (result)\n            {\n                do\n                {\n                    uint32 questId = (*result)[0].Get<uint32>();\n                    uint32 xpValue = (*result)[1].Get<uint32>();\n                    sIndividualProgression->questXpMap.insert({questId, xpValue});\n                    questXpAmount++;\n                } while (result->NextRow());\n            }\n            LOG_INFO(\"module\", \"Loaded {} quest XP values into cache\", questXpAmount);\n        }\n    }\n\npublic:\n    IndividualPlayerProgression_WorldScript() : WorldScript(\"IndividualProgression_WorldScript\") { }\n\n    void OnBeforeConfigLoad(bool /*reload*/) override\n    {\n        LoadConfig();\n        LoadXpValues();\n    }\n\n    void OnAfterConfigLoad(bool /*reload*/) override\n    {\n        if (sIndividualProgression->simpleConfigOverride)\n        {\n            sWorld->setIntConfig(CONFIG_WATER_BREATH_TIMER, 60000);\n            sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);\n            sWorld->setBoolConfig(CONFIG_LOW_LEVEL_REGEN_BOOST, false);\n            sWorld->setBoolConfig(CONFIG_DBC_ENFORCE_ITEM_ATTRIBUTES, false);\n        }\n\n        if (sIndividualProgression->MaxMonsterSight)\n            sWorld->setFloatConfig(CONFIG_SIGHT_MONSTER, 80.0f);\n        \n        if (sIndividualProgression->DisableRDF)\n            sWorld->setIntConfig(CONFIG_LFG_OPTIONSMASK, 4);\n\n        if (sIndividualProgression->DisableQuestMarkers)\n        {\n            sWorld->setBoolConfig(CONFIG_OBJECT_QUEST_MARKERS, false);\n            sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);\n        }\n    }\n};\n\n// Add all scripts in one\nvoid AddSC_mod_individual_progression()\n{\n    new IndividualPlayerProgression_WorldScript();\n}\n"
  },
  {
    "path": "src/IndividualProgression.h",
    "content": "#ifndef AZEROTHCORE_INDIVIDUALPROGRESSION_H\n#define AZEROTHCORE_INDIVIDUALPROGRESSION_H\n\n#include \"ScriptMgr.h\"\n#include \"Player.h\"\n#include \"Config.h\"\n#include \"Chat.h\"\n#include \"ScriptedCreature.h\"\n#include \"GameObjectAI.h\"\n#include \"MapMgr.h\"\n#include \"ObjectAccessor.h\"\n#include \"ObjectMgr.h\"\n#include \"Group.h\"\n#include \"Pet.h\"\n#include \"DBCEnums.h\"\n#include \"QuestDef.h\"\n#include \"GameObject.h\"\n#include \"AreaDefines.h\"\n#include \"IWorld.h\"\n#include <regex>\n\ntypedef std::unordered_map<uint32, uint32> questXpMapType;\n\nenum ProgressionBossIDs\n{\n    RAGNAROS             = 11502,\n    ONYXIA               = 10184,\n    ONYXIA_40            = 301000,\n    NEFARIAN             = 11583,\n    CTHUN                = 15727,\n    KELTHUZAD            = 15990,\n    KELTHUZAD_40         = 351019,\n    MALCHEZAAR           = 15690,\n    KAELTHAS             = 19622,\n    ILLIDAN              = 22917,\n    ZULJIN               = 23863,\n    KILJAEDEN            = 25315,\n    YOGGSARON            = 33288,\n    ANUBARAK             = 34564,\n    LICH_KING            = 36597,\n    HALION               = 39863,\n    RHAHK_ZOR            = 644,\n    SNEED                = 643,\n    GILNID               = 1763,\n    COLOSSUS_ZORA        = 15740,\n    COLOSSUS_REGAL       = 15741,\n    COLOSSUS_ASHI        = 15742\n};\n\nenum BuffSpells\n{\n    HP_AURA_SPELL        = 89501,\n    ABSORB_SPELL         = 89505,\n    RANGED_HASTE_SPELL   = 89507,\n    SPELL_RUNE_TAP       = 48982,\n    SPELL_LIFE_STEAL     = 20004,\n    SPELL_CANNIBALISE    = 20578,\n    IPP_PHASE            = 89509,\n    IPP_PHASE_II         = 89511,\n    IPP_PHASE_III        = 89513,\n    IPP_PHASE_IV         = 89515,\n    IPP_PHASE_V          = 89517,\n    IPP_PHASE_VI         = 89519\t\n};\n\nenum ProgressionQuestIDs\n{\n    QUEST_TROLL_NECKLACE      = 2881,\n    QUEST_MORROWGRAIN         = 3803,\n    QUEST_DEADWOOD            = 6221,\n    QUEST_WINTERFALL          = 6241,\n    QUEST_THE_ANCIENT_LEAF    = 7632,\n    MIGHT_OF_KALIMDOR         = 8742,\n    BANG_A_GONG               = 8743,\n    INTO_THE_BREACH           = 10259,\n    VIALS_OF_ETERNITY         = 10445,\n    TRIAL_MAGTHERIDON         = 10888,\n    CUDGEL_OF_KARDESH         = 10901,\n    BATTLE_UNDERCITY_HORDE    = 13267,\n    BATTLE_UNDERCITY_ALLIANCE = 13377,\n    SIMPLY_BANG_A_GONG        = 108743,\n    CHAOS_AND_DESTRUCTION     = 108744,\n    QUEST_COLOSSUS_ZORA       = 108745,\n    QUEST_COLOSSUS_REGAL      = 108746,\n    QUEST_COLOSSUS_ASHI       = 108747\n};\n\nenum WarEffortQuestIDs\n{\n    // alliance\n    QUEST_COPPER_BARS_A           = 8492,\n    QUEST_IRON_BARS               = 8494,\n    QUEST_THORIUM_BARS            = 8499,\n    QUEST_STRANGLEKELP            = 8503,\n    QUEST_PURPLE_LOTUS_A          = 8505,\n    QUEST_ARTHAS_TEARS            = 8509,\n    QUEST_LIGHT_LEATHER           = 8511,\n    QUEST_MEDIUM_LEATHER          = 8513,\n    QUEST_THICK_LEATHER_A         = 8515,\n    QUEST_LINEN_BANDAGES          = 8517,\n    QUEST_SILK_BANDAGES           = 8520,\n    QUEST_RUNECLOTH_BANDAGES_A    = 8522,\n    QUEST_RAINBOW_FIN             = 8524,\n    QUEST_ROAST_RAPTOR            = 8526,\n    QUEST_SPOTTED_YELLOWTAIL_A    = 8528,\n    // horde\n    QUEST_COPPER_BARS_H           = 8532,\n    QUEST_TIN_BARS                = 8542,\n    QUEST_MITHRIL_BARS            = 8545,\n\tQUEST_PEACEBLOOM              = 8549,\n    QUEST_FIREBLOOM               = 8580,\n    QUEST_PURPLE_LOTUS_H          = 8582,\n    QUEST_HEAVY_LEATHER           = 8588,\n    QUEST_THICK_LEATHER_H         = 8590,\n    QUEST_RUGGED_LEATHER          = 8600,\n    QUEST_WOOL_BANDAGES           = 8604,\n    QUEST_MAGEWEAVE_BANDAGES      = 8607,\n    QUEST_RUNECLOTH_BANDAGES_H    = 8609,\n    QUEST_LEAN_WOLF_STEAK         = 8611,\n    QUEST_SPOTTED_YELLOWTAIL_H    = 8613,\n    QUEST_BAKED_SALMON            = 8615\n};\n\nenum ProgressionAchievements\n{\n    KEL_THUZAD_40_KILL   = 533,\n    KEL_THUZAD_KILL      = 575, // WotLK\n    ONYXIA_KILL          = 684,\n    NEFARIAN_KILL        = 685,\n    RAGNAROS_KILL        = 686,\n    C_THUN_KILL          = 687,\n    MALCHEZAAR_KILL      = 690,\n    ZUL_JIN_KILL         = 691,\n    KAEL_THAS_KILL       = 696,\n    ILLIDAN_KILL         = 697,\n    KIL_JAEDEN_KILL      = 698,\n    ANUB_ARAK_KILL       = 3916,\n    LICH_KING_KILL       = 4597,\n    HALION_KILL          = 4815\n};\n\nenum ProgressionAreas\n{\n    AREA_THE_DARK_PORTAL                 = 72,\n    AREA_RUINS_OF_LORDAERON_B            = 153,\n    AREA_DREADMAUL_ROCK                  = 249,\n    AREA_RUINS_OF_THAURISSAN             = 250,\n    AREA_BLACKROCK_MOUNTAIN              = 254,\n    AREA_SERADANE                        = 356,\n    AREA_BOUGH_SHADOW                    = 438,\n    AREA_GROVE_OF_THE_ANCIENTS           = 448,\n    AREA_WILDBEND_RIVER                  = 454,\n    AREA_TWILIGHT_GROVE                  = 856,\n    AREA_PURGATION_ISLE                  = 896,\n    AREA_GADGETZAN                       = 976,\n    AREA_DREAM_BOUGH                     = 1111,\n    AREA_JADEMIR_LAKE                    = 1112,\n    AREA_THE_SHATTERED_STRAND            = 1228,\n    AREA_SOUTHRIDGE_BEACH                = 1231,\n    AREA_HALDARR_ENCAMPMENT              = 1236,\n    AREA_DREADMAUL_HOLD                  = 1437,\n    AREA_DREADMAUL_POST                  = 1439,\n    AREA_SERPENTS_COIL                   = 1440,\n    AREA_VALLEY_OF_HEROES                = 1611,\n    AREA_IRONTREE_WOOD                   = 1767,\n    AREA_BROKEN_PILLAR                   = 1938,\n    AREA_ABYSSAL_SANDS                   = 1939,\n    AREA_TWILIGHT_VALE                   = 2077,\n    AREA_FROSTSABER_ROCK                 = 2241,\n    AREA_TIMBERMAW_POST                  = 2243,\n    AREA_MAZTHORIL                       = 2245,\n    AREA_ICE_THISTLE_HILLS               = 2247,\n    AREA_THE_MARRIS_STEAD                = 2260,\n    AREA_CORINS_CROSSING                 = 2264,\n    AREA_LIGHTS_HOPE                     = 2268,\n    AREA_FOREST_SONG                     = 2358,\n    AREA_DRACO_DAR                       = 2421,\n    AREA_RISE_OF_THE_DEFILER             = 2517,\n    AREA_PESTILENT_SCAR                  = 2622,\n    AREA_SCARAB_WALL                     = 2737,\n    AREA_SCARAB_DAIS                     = 2741,\n    AREA_HIVE_ASHI                       = 2742,\n    AREA_HIVE_ZORA                       = 2743,\n    AREA_HIVE_REGAL                      = 2744,\n    AREA_VEILED_SEA                      = 3479,\n\tAREA_AMMEN_VALE                      = 3526,\n    AREA_TERRACE_OF_LIGHT                = 3897,\n    AREA_ARGENT_SUNREAVER_PAVILION       = 4666,\n    AREA_ARGENT_SILVER_COVENANT_PAVILION = 4667,\n    AREA_ARGENT_PAVILION                 = 4674\n};\n\nenum DungeonKeys\n{\n    ITEM_DRAKEFIRE_AMULET                = 16309,\n    ITEM_TEMPEST_KEY                     = 31704,\n    ITEM_MEDALLION_OF_KARABOR            = 32649,\n    ITEM_BLESSED_MEDALLION_OF_KARABOR    = 32757\n};\n\nenum ShatteredSunOffensive\n{\n    FACTION_SHATTERED_SUN                = 1077,\n    AREA_SILVERMOONS_PRIDE               = 4083,\n    AREA_SHATTERED_SUN_STAGING           = 4085,\n    AREA_SUNS_REACH_SANCTUM              = 4086,\n    AREA_SUNS_REACH_HARBOR               = 4087,\n    AREA_SUNS_REACH_ARMORY               = 4088,\n    AREA_DAWNSTAR_VILLAGE                = 4089,\n    AREA_THE_DAWNING_SQUARE              = 4090,\n    AREA_SUNWELL_PLATEAU_B               = 4094,\n    QUEST_MANA_CELLS                     = 11513,\n    QUEST_DISCOVERING_ROOTS              = 11520,\n    QUEST_MAKING_READY                   = 11535,\n    QUEST_CRUSH_DAWNBLADE                = 11540,\n    QUEST_GREENGILL_COAST                = 11541,\n    QUEST_ENEMY_AT_BAY                   = 11543,\n    QUEST_CHARITABLE_DONATION            = 11545,\n    SONG_OF_VICTORY                      = 46302\n};\n\nenum ProgressionState : uint8         // Progression stands for what has been completed\n{\n    PROGRESSION_START           = 0,\n    PROGRESSION_MOLTEN_CORE     = 1,  // BWL available\n    PROGRESSION_ONYXIA          = 2,\n    PROGRESSION_BLACKWING_LAIR  = 3,  // ZG, AQ War effort, AQ quest line\n    PROGRESSION_PRE_AQ          = 4,  // AQ gates open, raids available, AQ outdoors war\n    PROGRESSION_AQ_WAR          = 5,  // AQ gates open, raids, Field Duty quests and all Cenarion Hold npcs available\n    PROGRESSION_AQ              = 6,  // Naxx40 and Scourge Invasion\n    PROGRESSION_NAXX40          = 7,  // Into the Breach\n    PROGRESSION_PRE_TBC         = 8,  // Karazhan, Gruul's Lair, Magtheridon's Lair\n    PROGRESSION_TBC_TIER_1      = 9,  // Serpentshrine Cavern, Tempest Keep\n    PROGRESSION_TBC_TIER_2      = 10, // Hyjal Summit and Black Temple\n    PROGRESSION_TBC_TIER_3      = 11, // Zul'Aman\n    PROGRESSION_TBC_TIER_4      = 12, // Sunwell Plateau\n    PROGRESSION_TBC_TIER_5      = 13, // WotLK Naxx, EoE, OS\n    PROGRESSION_WOTLK_TIER_1    = 14, // Ulduar\n    PROGRESSION_WOTLK_TIER_2    = 15, // TotC\n    PROGRESSION_WOTLK_TIER_3    = 16, // ICC\n    PROGRESSION_WOTLK_TIER_4    = 17, // Ruby Sanctum\n    PROGRESSION_WOTLK_TIER_5    = 18\n};\n\nenum RandomDungeonIds : uint16\n{\n    // Values from LFGDungeons.dbc\n    RDF_CLASSIC                       = 258,\n    RDF_THE_BURNING_CRUSADE           = 259,\n    RDF_THE_BURNING_CRUSADE_HEROIC    = 260,\n    RDF_WRATH_OF_THE_LICH_KING        = 261,\n    RDF_WRATH_OF_THE_LICH_KING_HEROIC = 262\n};\n\nstruct IppPvPTitles\n{\n    uint32 RequiredKills;\n    uint32 TitleId;\n};\n\nstruct IppPvPTitleData\n{\n    uint32 TitleId[2];\n};\n\nstruct PvPTitleData\n{\n    uint32 TitleId[2];\n};\n\nenum IppRanks\n{                             //    A                           H\n    RANK_ONE            = 0,  // Private                 &    Scout\n    RANK_TWO            = 1,  // Corporal                &    Grunt\n    RANK_THREE          = 2,  // Sergeant                &    Sergeant\n    RANK_FOUR           = 3,  // Master Sergeant         &    Senior Sergeant\n    RANK_FIVE           = 4,  // Sergeant Major          &    First Sergeant\n    RANK_SIX            = 5,  // Knight                  &    Stone Guard\n    RANK_SEVEN          = 6,  // Knight Lieutenant       &    Blood Guard\n    RANK_EIGHT          = 7,  // Knight Captain          &    Legionnaire\n    RANK_NINE           = 8,  // Knight Champion         &    Centurion\n    RANK_TEN            = 9,  // Lieutenant Commander    &    Champion\n    RANK_ELEVEN         = 10, // Commander               &    Lieutenant General\n    RANK_TWELVE         = 11, // Marshal                 &    General\n    RANK_THIRTEEN       = 12, // Field Marshal           &    Warlord\n    RANK_FOURTEEN       = 13  // Grand Marshal           &    High Warlord\n};\n\nenum PvPAchievements\n{\n    // Alliance\n    ACHIEVEMENT_PRIVATE                  = 442,\n    ACHIEVEMENT_CORPORAL                 = 470,\n    ACHIEVEMENT_SERGEANT                 = 471,\n    ACHIEVEMENT_MASTER_SERGEANT          = 441,\n    ACHIEVEMENT_SERGEANT_MAJOR           = 440,\n    ACHIEVEMENT_KNIGHT                   = 439,\n    ACHIEVEMENT_KNIGHT_LIEUTENANT        = 472,\n    ACHIEVEMENT_KNIGHT_CAPTAIN           = 438,\n    ACHIEVEMENT_KNIGHT_CHAMPION          = 437,\n    ACHIEVEMENT_LIEUTENANT_COMMANDER     = 436,\n    ACHIEVEMENT_COMMANDER                = 435,\n    ACHIEVEMENT_MARSHAL                  = 473,\n    ACHIEVEMENT_FIELD_MARSHAL            = 434,\n    ACHIEVEMENT_GRAND_MARSHAL            = 433,\n\n    // Horde\n    ACHIEVEMENT_SCOUT                    = 454,\n    ACHIEVEMENT_GRUNT                    = 468,\n    ACHIEVEMENT_SERGEANT_H               = 453,\n    ACHIEVEMENT_SENIOR_SERGEANT          = 450,\n    ACHIEVEMENT_FIRST_SERGEANT           = 452,\n    ACHIEVEMENT_STONE_GUARD              = 451,\n    ACHIEVEMENT_BLOOD_GUARD              = 449,\n    ACHIEVEMENT_LEGIONNAIRE              = 469,\n    ACHIEVEMENT_CENTURION                = 448,\n    ACHIEVEMENT_CHAMPION                 = 447,\n    ACHIEVEMENT_LIEUTENANT_GENERAL       = 444,\n    ACHIEVEMENT_GENERAL                  = 446,\n    ACHIEVEMENT_WARLORD                  = 445,\n    ACHIEVEMENT_HIGH_WARLORD             = 443\n};\n\nenum IppTitles\n{\n    // Alliance\n    PRIVATE                  = 1,\n    CORPORAL                 = 2,\n    SERGEANT                 = 3,\n    MASTER_SERGEANT          = 4,\n    SERGEANT_MAJOR           = 5,\n    KNIGHT                   = 6,\n    KNIGHT_LIEUTENANT        = 7,\n    KNIGHT_CAPTAIN           = 8,\n    KNIGHT_CHAMPION          = 9,\n    LIEUTENANT_COMMANDER     = 10,\n    COMMANDER                = 11,\n    MARSHAL                  = 12,\n    FIELD_MARSHAL            = 13,\n    GRAND_MARSHAL            = 14,\n\n    // Horde\n    SCOUT                    = 15,\n    GRUNT                    = 16,\n    SERGEANT_H               = 17,\n    SENIOR_SERGEANT          = 18,\n    FIRST_SERGEANT           = 19,\n    STONE_GUARD              = 20,\n    BLOOD_GUARD              = 21,\n    LEGIONNAIRE              = 22,\n    CENTURION                = 23,\n    CHAMPION                 = 24,\n    LIEUTENANT_GENERAL       = 25,\n    GENERAL                  = 26,\n    WARLORD                  = 27,\n    HIGH_WARLORD             = 28\n};\n\nIppPvPTitleData const TitleData[14] =\n{\n    { PRIVATE,              SCOUT              },\n    { CORPORAL,             GRUNT              },\n    { SERGEANT,             SERGEANT_H         },\n    { MASTER_SERGEANT,      SENIOR_SERGEANT    },\n    { SERGEANT_MAJOR,       FIRST_SERGEANT     },\n    { KNIGHT,               STONE_GUARD        },\n    { KNIGHT_LIEUTENANT,    BLOOD_GUARD        },\n    { KNIGHT_CAPTAIN,       LEGIONNAIRE        },\n    { KNIGHT_CHAMPION,      CENTURION          },\n    { LIEUTENANT_COMMANDER, CHAMPION           },\n    { COMMANDER,            LIEUTENANT_GENERAL },\n    { MARSHAL,              GENERAL            },\n    { FIELD_MARSHAL,        WARLORD            },\n    { GRAND_MARSHAL,        HIGH_WARLORD       }\n};\n\nPvPTitleData const AchievementData[14] =\n{\n    { ACHIEVEMENT_PRIVATE,              ACHIEVEMENT_SCOUT              },\n    { ACHIEVEMENT_CORPORAL,             ACHIEVEMENT_GRUNT              },\n    { ACHIEVEMENT_SERGEANT,             ACHIEVEMENT_SERGEANT_H         },\n    { ACHIEVEMENT_MASTER_SERGEANT,      ACHIEVEMENT_SENIOR_SERGEANT    },\n    { ACHIEVEMENT_SERGEANT_MAJOR,       ACHIEVEMENT_FIRST_SERGEANT     },\n    { ACHIEVEMENT_KNIGHT,               ACHIEVEMENT_STONE_GUARD        },\n    { ACHIEVEMENT_KNIGHT_LIEUTENANT,    ACHIEVEMENT_BLOOD_GUARD        },\n    { ACHIEVEMENT_KNIGHT_CAPTAIN,       ACHIEVEMENT_LEGIONNAIRE        },\n    { ACHIEVEMENT_KNIGHT_CHAMPION,      ACHIEVEMENT_CENTURION          },\n    { ACHIEVEMENT_LIEUTENANT_COMMANDER, ACHIEVEMENT_CHAMPION           },\n    { ACHIEVEMENT_COMMANDER,            ACHIEVEMENT_LIEUTENANT_GENERAL },\n    { ACHIEVEMENT_MARSHAL,              ACHIEVEMENT_GENERAL            },\n    { ACHIEVEMENT_FIELD_MARSHAL,        ACHIEVEMENT_WARLORD            },\n    { ACHIEVEMENT_GRAND_MARSHAL,        ACHIEVEMENT_HIGH_WARLORD       }\n};\n\nclass IndividualProgression\n{\npublic:\n    static IndividualProgression* instance();\n\n    std::map<uint32, uint8> customProgressionMap;\n    questXpMapType questXpMap;\n    float vanillaPowerAdjustment, tbcPowerAdjustment, vanillaHealingAdjustment, tbcHealingAdjustment;\n    bool enabled, questXpFix, enforceGroupRules, EnableSetRepCommand, LimitedSetRepCommand, fishingFix, simpleConfigOverride, MaxMonsterSight, questMoneyAtLevelCap, repeatableVanillaQuestsXp, disableDefaultProgression, earlyDungeonSet2, earlyScourgeBosses, requireNaxxStrath, doableNaxx40Bosses, DisableQuestMarkers, DisableRDF, excludeAccounts, VanillaPvpTitlesKeepPostVanilla, VanillaPvpTitlesEarnPostVanilla, ExcludedAccountsEarnPvPTitles;\n    int progressionLimit, startingProgression, tbcRacesProgressionLevel, tbcRacesStartingProgression, deathKnightProgressionLevel, deathKnightStartingProgression, RequiredZulGurubProgression, tbcArenaSeason, wotlkArenaSeason, ExcludedAccountsMaxLevel;\n    uint32 VanillaPvpKillRank1, VanillaPvpKillRank2, VanillaPvpKillRank3, VanillaPvpKillRank4, VanillaPvpKillRank5, VanillaPvpKillRank6, VanillaPvpKillRank7, VanillaPvpKillRank8, VanillaPvpKillRank9, VanillaPvpKillRank10, VanillaPvpKillRank11, VanillaPvpKillRank12, VanillaPvpKillRank13, VanillaPvpKillRank14;\n    std::string excludedAccountsRegex, sharedFactionIdsRegex;\n\n    // progression is derived from rewarded hidden quests (IDs 66000 + progression)\n    uint8 GetPlayerProgressionFromQuests(Player* player) const;\n\n    bool hasPassedProgression(Player* player, ProgressionState state) const;\n    static bool isBeforeProgression(Player* player, ProgressionState state) ;\n    void UpdateProgressionState(Player* player, ProgressionState newState) const;\n    static void ForceUpdateProgressionState(Player* player, ProgressionState newState);\n\n    void CheckAdjustments(Player* player) const;\n    bool hasCustomProgressionValue(uint32 creatureEntry);\n    bool isExcludedFromProgression(Player* player);\n    void SyncBotsProgressionToLeader(Group* group);\n    bool isAttuned(Player* player);\n    void checkIPPhasing(Player* player, uint32 newArea);\n    void checkIPProgression(Player* player);\n    void UpdateProgressionAchievements(Player* player, uint16 achievementID);\n    void checkKillProgression(Player* player, Creature* killed);\n\tvoid UpdateAccountReputation(uint32 factionId, uint32 accountId, Player* player);\n    void CleanUpVanillaPvpTitles(Player* player);\n    void AwardEarnedVanillaPvpTitles(Player* player);\n    static void LoadCustomProgressionEntries(const std::string& customProgressionString);\n    static void RemovePlayerAchievement(uint16 playerGUID, uint16 achievementId);\n    static float ComputeVanillaAdjustment(uint8 playerLevel, float configAdjustmentValue);\n    static uint8 GetAccountProgression(uint32 accountId);\n};\n\n#define sIndividualProgression IndividualProgression::instance()\n\n#endif //AZEROTHCORE_INDIVIDUALPROGRESSION_H\n"
  },
  {
    "path": "src/IndividualProgressionAwareness.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"WorldState.h\"\n\nclass gobject_ipp_preaq : public GameObjectScript\n{\npublic:\n    gobject_ipp_preaq() : GameObjectScript(\"gobject_ipp_preaq\") { }\n\n    struct gobject_ipp_preaqAI: GameObjectAI\n    {\n        explicit gobject_ipp_preaqAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_preaqAI(object);\n    }\n};\n\nclass gobject_ipp_aqwar : public GameObjectScript\n{\npublic:\n    gobject_ipp_aqwar() : GameObjectScript(\"gobject_ipp_aqwar\") { }\n\n    struct gobject_ipp_aqwarAI: GameObjectAI\n    {\n        explicit gobject_ipp_aqwarAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ_WAR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_aqwarAI(object);\n    }\n};\n\nclass gobject_ipp_si : public GameObjectScript\n{\npublic:\n    gobject_ipp_si() : GameObjectScript(\"gobject_ipp_si\") { }\n\n    struct gobject_ipp_siAI: GameObjectAI\n    {\n        explicit gobject_ipp_siAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_NAXX40))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_siAI(object);\n    }\n};\n\nclass gobject_ipp_naxx40 : public GameObjectScript\n{\npublic:\n    gobject_ipp_naxx40() : GameObjectScript(\"gobject_ipp_naxx40\") { }\n\n    struct gobject_ipp_naxx40AI: GameObjectAI\n    {\n        explicit gobject_ipp_naxx40AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_naxx40AI(object);\n    }\n};\n\nclass gobject_ipp_pre_tbc : public GameObjectScript\n{\npublic:\n    gobject_ipp_pre_tbc() : GameObjectScript(\"gobject_ipp_pre_tbc\") { }\n\n    struct gobject_ipp_pre_tbcAI: GameObjectAI\n    {\n        explicit gobject_ipp_pre_tbcAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->isBeforeProgression(target, PROGRESSION_PRE_TBC))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_pre_tbcAI(object);\n    }\n};\n\nclass gobject_ipp_tbc : public GameObjectScript\n{\npublic:\n    gobject_ipp_tbc() : GameObjectScript(\"gobject_ipp_tbc\") { }\n\n    struct gobject_ipp_tbcAI: GameObjectAI\n    {\n        explicit gobject_ipp_tbcAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_tbcAI(object);\n    }\n};\n\nclass gobject_ipp_tbc_t4 : public GameObjectScript\n{\npublic:\n    gobject_ipp_tbc_t4() : GameObjectScript(\"gobject_ipp_tbc_t4\") { }\n\n    struct gobject_ipp_tbc_t4AI: GameObjectAI\n    {\n        explicit gobject_ipp_tbc_t4AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_4))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_tbc_t4AI(object);\n    }\n};\n\nclass gobject_ipp_wotlk : public GameObjectScript\n{\npublic:\n    gobject_ipp_wotlk() : GameObjectScript(\"gobject_ipp_wotlk\") { }\n\n    struct gobject_ipp_wotlkAI: GameObjectAI\n    {\n        explicit gobject_ipp_wotlkAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_wotlkAI(object);\n    }\n};\n\nclass npc_ipp_preaq : public CreatureScript\n{\npublic:\n    npc_ipp_preaq() : CreatureScript(\"npc_ipp_preaq\") { }\n\n    struct npc_ipp_preaqAI: ScriptedAI\n    {\n        explicit npc_ipp_preaqAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_preaqAI(creature);\n    }\n};\n\nclass npc_ipp_zg : public CreatureScript\n{\npublic:\n    npc_ipp_zg() : CreatureScript(\"npc_ipp_zg\") { }\n\n    struct npc_ipp_zgAI: ScriptedAI\n    {\n        explicit npc_ipp_zgAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            uint32 PLAYER_PROGRESSION = sIndividualProgression->GetPlayerProgressionFromQuests(target);\n            ProgressionState REQUIRED_ZG_PROGRESSION = static_cast<ProgressionState>(sIndividualProgression->RequiredZulGurubProgression);\n\n            if (PLAYER_PROGRESSION >= REQUIRED_ZG_PROGRESSION)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_zgAI(creature);\n    }\n};\n\nclass npc_ipp_we : public CreatureScript\n{\npublic:\n    npc_ipp_we() : CreatureScript(\"npc_ipp_we\") { }\n\n    struct npc_ipp_weAI: ScriptedAI\n    {\n        explicit npc_ipp_weAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_weAI(creature);\n    }\n};\n\nclass npc_ipp_aq : public CreatureScript\n{\npublic:\n    npc_ipp_aq() : CreatureScript(\"npc_ipp_aq\") { }\n\n    struct npc_ipp_aqAI: ScriptedAI\n    {\n        explicit npc_ipp_aqAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ_WAR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_aqAI(creature);\n    }\n};\n\nclass npc_ipp_aqwewar : public CreatureScript\n{\npublic:\n    npc_ipp_aqwewar() : CreatureScript(\"npc_ipp_aqwewar\") { }\n\n    struct npc_ipp_aqwewarAI: ScriptedAI\n    {\n        explicit npc_ipp_aqwewarAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ_WAR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_aqwewarAI(creature);\n    }\n};\n\nclass npc_ipp_aqwar : public CreatureScript\n{\npublic:\n    npc_ipp_aqwar() : CreatureScript(\"npc_ipp_aqwar\") { }\n\n    struct npc_ipp_aqwarAI: ScriptedAI\n    {\n        explicit npc_ipp_aqwarAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ_WAR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_aqwarAI(creature);\n    }\n};\n\nclass npc_ipp_si : public CreatureScript\n{\npublic:\n    npc_ipp_si() : CreatureScript(\"npc_ipp_si\") { }\n\n    struct npc_ipp_siAI: ScriptedAI\n    {\n        explicit npc_ipp_siAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_NAXX40))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_siAI(creature);\n    }\n};\n\nclass npc_ipp_pre_naxx40 : public CreatureScript\n{\npublic:\n    npc_ipp_pre_naxx40() : CreatureScript(\"npc_ipp_pre_naxx40\") { }\n\n    struct npc_ipp_pre_naxx40AI: ScriptedAI\n    {\n        explicit npc_ipp_pre_naxx40AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->isBeforeProgression(target, PROGRESSION_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_pre_naxx40AI(creature);\n    }\n};\n\nclass npc_ipp_naxx40 : public CreatureScript\n{\npublic:\n    npc_ipp_naxx40() : CreatureScript(\"npc_ipp_naxx40\") { }\n\n    struct npc_ipp_naxx40AI: ScriptedAI\n    {\n        explicit npc_ipp_naxx40AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_naxx40AI(creature);\n    }\n};\n\nclass npc_ipp_pre_tbc : public CreatureScript\n{\npublic:\n    npc_ipp_pre_tbc() : CreatureScript(\"npc_ipp_pre_tbc\") { }\n\n    struct npc_ipp_pre_tbcAI: ScriptedAI\n    {\n        explicit npc_ipp_pre_tbcAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->isBeforeProgression(target,PROGRESSION_PRE_TBC))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_pre_tbcAI(creature);\n    }\n};\n\nclass npc_ipp_tbc : public CreatureScript\n{\npublic:\n    npc_ipp_tbc() : CreatureScript(\"npc_ipp_tbc\") { }\n\n    struct npc_ipp_tbcAI: ScriptedAI\n    {\n        explicit npc_ipp_tbcAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbcAI(creature);\n    }\n};\n\nclass npc_ipp_tbc_pre_t4 : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_pre_t4() : CreatureScript(\"npc_ipp_tbc_pre_t4\") { }\n\n    struct npc_ipp_tbc_pre_t4AI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_pre_t4AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->isBeforeProgression(target,PROGRESSION_TBC_TIER_3))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_pre_t4AI(creature);\n    }\n};\n\nclass npc_ipp_tbc_t4 : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_t4() : CreatureScript(\"npc_ipp_tbc_t4\") { }\n\n    struct npc_ipp_tbc_t4AI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_t4AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_3))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_t4AI(creature);\n    }\n};\n\nclass npc_ipp_pre_wotlk : public CreatureScript\n{\npublic:\n    npc_ipp_pre_wotlk() : CreatureScript(\"npc_ipp_pre_wotlk\") { }\n\n    struct npc_ipp_pre_wotlkAI: ScriptedAI\n    {\n        explicit npc_ipp_pre_wotlkAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->isBeforeProgression(target, PROGRESSION_TBC_TIER_5))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_pre_wotlkAI(creature);\n    }\n};\n\nclass npc_ipp_wotlk : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk() : CreatureScript(\"npc_ipp_wotlk\") { }\n\n    struct npc_ipp_wotlkAI: ScriptedAI\n    {\n        explicit npc_ipp_wotlkAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlkAI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_ulduar : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_ulduar() : CreatureScript(\"npc_ipp_wotlk_ulduar\") { }\n\n    struct npc_ipp_wotlk_ulduarAI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_ulduarAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_WOTLK_TIER_1))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_ulduarAI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_totc : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_totc() : CreatureScript(\"npc_ipp_wotlk_totc\") { }\n\n    struct npc_ipp_wotlk_totcAI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_totcAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_WOTLK_TIER_2))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_totcAI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_icc : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_icc() : CreatureScript(\"npc_ipp_wotlk_icc\") { }\n\n    struct npc_ipp_wotlk_iccAI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_iccAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_WOTLK_TIER_3))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_iccAI(creature);\n    }\n};\n\nclass npc_ipp_ds2 : public CreatureScript\n{\npublic:\n    npc_ipp_ds2() : CreatureScript(\"npc_ipp_ds2\") { }\n\n    struct npc_ipp_ds2AI: ScriptedAI\n    {\n        explicit npc_ipp_ds2AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled || sIndividualProgression->earlyDungeonSet2)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_ds2AI(creature);\n    }\n};\n\n// Add all scripts in one\nvoid AddSC_mod_individual_progression_awareness()\n{\n    new gobject_ipp_preaq();          // Wanted poster Cenarion Hold\n    new gobject_ipp_aqwar();          // AQ war crystals\n    new gobject_ipp_si();             // Scourge Invasion\n    new gobject_ipp_naxx40();\n    new gobject_ipp_pre_tbc();        // Stormwind pvp room\n    new gobject_ipp_tbc();\n    new gobject_ipp_tbc_t4();         // Shattered Sun\n    new gobject_ipp_wotlk();\n    new npc_ipp_preaq();              // Cenarion Hold NPCs\n    new npc_ipp_zg();\n    new npc_ipp_we();                 // War Effort NPCs in cities\n    new npc_ipp_aq();\n    new npc_ipp_aqwewar();            // only visible during AQ war effort and AQ war\n    new npc_ipp_aqwar();              // only visible during AQ war\n    new npc_ipp_si();                 // Scourge Invasion\n    new npc_ipp_pre_naxx40();         // Scourge Invasion\n    new npc_ipp_naxx40();\n    new npc_ipp_pre_tbc();            // Vanilla pvp vendors\n    new npc_ipp_tbc();\n    new npc_ipp_tbc_pre_t4();\n    new npc_ipp_tbc_t4();\n    new npc_ipp_pre_wotlk();\n    new npc_ipp_wotlk();\n    new npc_ipp_wotlk_ulduar();\n    new npc_ipp_wotlk_totc();\n    new npc_ipp_wotlk_icc();\n    new npc_ipp_ds2();\n}\n"
  },
  {
    "path": "src/IndividualProgressionBG.cpp",
    "content": "#include \"SharedDefines.h\"\n#include \"Map.h\"\n#include \"Player.h\"\n#include \"AllBattlegroundScript.h\"\n#include \"Battleground.h\"\n#include \"Mail.h\"\n#include \"DatabaseEnv.h\"\n#include \"IndividualProgression.h\"\n\nenum class Battlemaster\n{\n    WARSONG_GULCH_ALLIANCE = 19908, // Su'ura Swiftarrow\n    WARSONG_GULCH_HORDE = 19910, // Gargok\n    ARATHI_BASIN_ALLIANCE = 19855, // Sir Maximus Adams\n    ARATHI_BASIN_HORDE = 19905, // The Black Bride\n    ALTERAC_VALLEY_ALLIANCE = 19907, // Grumbol Grimhammer\n    ALTERAC_VALLEY_HORDE = 19906, // Usha Eyegouge\n    EYE_OF_THE_STORM_ALLIANCE = 20382, // Mitia\n    EYE_OF_THE_STORM_HORDE = 20390 // Duyash the Cruel\n};\n\nenum class MarkOfHonor\n{\n    NONE = 0,\n    WARSONG_GULCH = 20558,\n    ARATHI_BASIN = 20559,\n    ALTERAC_VALLEY = 20560,\n    EYE_OF_THE_STORM = 29024,\n    ISLE_OF_CONQUEST = 47395,\n    STRAND_OF_THE_ANCIENTS = 42425\n};\n\nenum class BattlegroundTeamId\n{\n    WARSONG_GULCH_ALLIANCE = (BATTLEGROUND_WS << 1) + TEAM_ALLIANCE,\n    WARSONG_GULCH_HORDE = (BATTLEGROUND_WS << 1) + TEAM_HORDE,\n    ARATHI_BASIN_ALLIANCE = (BATTLEGROUND_AB << 1) + TEAM_ALLIANCE,\n    ARATHI_BASIN_HORDE = (BATTLEGROUND_AB << 1) + TEAM_HORDE,\n    ALTERAC_VALLEY_ALLIANCE = (BATTLEGROUND_AV << 1) + TEAM_ALLIANCE,\n    ALTERAC_VALLEY_HORDE = (BATTLEGROUND_AV << 1) + TEAM_HORDE,\n    EYE_OF_THE_STORM_ALLIANCE = (BATTLEGROUND_EY << 1) + TEAM_ALLIANCE,\n    EYE_OF_THE_STORM_HORDE = (BATTLEGROUND_EY << 1) + TEAM_HORDE\n};\n\nclass IndividualPlayerProgression_BattlegroundRewardScript : public AllBattlegroundScript\n{\n    using BattlegroundRewardMap = std::unordered_map<BattlegroundTypeId, MarkOfHonor>;\n    using BattlegroundBattlemasterMap = std::unordered_map<BattlegroundTeamId, Battlemaster>;\n\npublic:\n\n    IndividualPlayerProgression_BattlegroundRewardScript() : AllBattlegroundScript(\"IndividualPlayerProgression_BattlegroundRewardScript\") { }\n\n    void OnBattlegroundEndReward(Battleground* battleground, Player* player, TeamId winner)\n    {\n        if (player == nullptr)\n            return;\n\n        if (battleground == nullptr)\n            return;\n\n        if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            return;\n\n        const TeamId playerTeamId = player->GetBgTeamId();\n\n        uint8_t rewardQuantity = 1;\n\n        if (playerTeamId == winner)\n            rewardQuantity = 3;\n\n        uint32_t rewardItemId = static_cast<uint32_t>(MarkOfHonor::NONE);\n\n        const BattlegroundTypeId battlegroundType = battleground->GetBgTypeID();\n        const BattlegroundRewardMap::const_iterator rewardIterator = this->battlegroundRewardMap.find(battlegroundType);\n\n        if (rewardIterator != this->battlegroundRewardMap.end())\n            rewardItemId = static_cast<uint32_t>(rewardIterator->second);\n\n        if (rewardItemId == static_cast<uint32_t>(MarkOfHonor::NONE))\n            return;\n\n        const bool addedItem = player->AddItem(rewardItemId, rewardQuantity);\n\n        if (!addedItem)\n        {\n            CharacterDatabaseTransaction transaction = CharacterDatabase.BeginTransaction();\n\n            MailDraft draft(\"\", \"\");\n            Item* item = Item::CreateItem(rewardItemId, rewardQuantity, player);\n\n            uint32_t battlemasterId = static_cast<uint32_t>(Battlemaster::WARSONG_GULCH_ALLIANCE);\n\n            item->SaveToDB(transaction);\n            draft.AddItem(item);\n            draft.SendMailTo(transaction, MailReceiver(player, player->GetGUID().GetRawValue()), MailSender(MAIL_CREATURE, battlemasterId));\n            CharacterDatabase.CommitTransaction(transaction);\n        }\n    }\n\nprivate:\n\n    const BattlegroundRewardMap battlegroundRewardMap = {\n        {\n            BATTLEGROUND_WS,\n            MarkOfHonor::WARSONG_GULCH\n        },\n        {\n            BATTLEGROUND_AB,\n            MarkOfHonor::ARATHI_BASIN\n        },\n        {\n            BATTLEGROUND_AV,\n            MarkOfHonor::ALTERAC_VALLEY\n        },\n        {\n            BATTLEGROUND_EY,\n            MarkOfHonor::EYE_OF_THE_STORM\n        },\n        {\n            BATTLEGROUND_IC,\n            MarkOfHonor::ISLE_OF_CONQUEST\n        },\n        {\n            BATTLEGROUND_SA,\n            MarkOfHonor::STRAND_OF_THE_ANCIENTS\n        }\n    };\n\n    const BattlegroundBattlemasterMap battlemasterMap = {\n        {\n            BattlegroundTeamId::WARSONG_GULCH_ALLIANCE,\n            Battlemaster::WARSONG_GULCH_ALLIANCE\n        },\n        {\n            BattlegroundTeamId::WARSONG_GULCH_HORDE,\n            Battlemaster::WARSONG_GULCH_HORDE\n        },\n        {\n            BattlegroundTeamId::ARATHI_BASIN_ALLIANCE,\n            Battlemaster::ARATHI_BASIN_ALLIANCE\n        },\n        {\n            BattlegroundTeamId::ARATHI_BASIN_HORDE,\n            Battlemaster::ARATHI_BASIN_HORDE\n        },\n        {\n            BattlegroundTeamId::ALTERAC_VALLEY_ALLIANCE,\n            Battlemaster::ALTERAC_VALLEY_ALLIANCE\n        },\n        {\n            BattlegroundTeamId::ALTERAC_VALLEY_HORDE,\n            Battlemaster::ALTERAC_VALLEY_HORDE\n        },\n        {\n            BattlegroundTeamId::EYE_OF_THE_STORM_ALLIANCE,\n            Battlemaster::EYE_OF_THE_STORM_ALLIANCE\n        },\n        {\n            BattlegroundTeamId::EYE_OF_THE_STORM_HORDE,\n            Battlemaster::EYE_OF_THE_STORM_HORDE\n        }\n    };\n};\n\nvoid AddSC_mod_individual_progression_battleground()\n{\n    new IndividualPlayerProgression_BattlegroundRewardScript();\n}\n"
  },
  {
    "path": "src/IndividualProgressionPlayer.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"naxxramas_40.h\"\n#include \"Spell.h\"\n\nclass IndividualPlayerProgression : public PlayerScript\n{\n\nprivate:\n    static bool IsTBCRaceStartingZone(uint32 mapid, float x, float y, float z)\n    {\n        Map const *map = sMapMgr->FindMap(mapid, 0);\n        uint32 zoneId = map->GetZoneId(0, x, y, z);\n        return (zoneId == AREA_AZUREMYST_ISLE || zoneId == AREA_BLOODMYST_ISLE || zoneId == AREA_GHOSTLANDS || zoneId == AREA_EVERSONG_WOODS ||\n                zoneId == AREA_THE_EXODAR || zoneId == AREA_SILVERMOON_CITY || zoneId == AREA_AMMEN_VALE || zoneId == AREA_VEILED_SEA);\n    }\n\npublic:\n    IndividualPlayerProgression() : PlayerScript(\"IndividualProgression\") { }\n\n    void OnPlayerLogin(Player* player) override\n    {\n        if (!sIndividualProgression->enabled)\n            return;\n\n        if (!player || !player->IsInWorld())\n            return;\n\n        if (!sIndividualProgression->isExcludedFromProgression(player))\n            sIndividualProgression->checkIPProgression(player);\n\n        if (sIndividualProgression->ExcludedAccountsEarnPvPTitles || !sIndividualProgression->isExcludedFromProgression(player))\n        {\n            sIndividualProgression->AwardEarnedVanillaPvpTitles(player);\n            sIndividualProgression->CleanUpVanillaPvpTitles(player);\n        }\n\n\t\tif (sIndividualProgression->isExcludedFromProgression(player) && sIndividualProgression->excludeAccounts)\n        {\n            if (player->GetLevel() <= 60)\n                sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(0));\n            else if ((player->GetLevel() > 60) && (player->GetLevel() <= 70))\n                sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(8));\n            else\n                sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(13));\n        }\n\n        if (!sIndividualProgression->isExcludedFromProgression(player) || !sIndividualProgression->excludeAccounts)\n        {\n            if ((player->getRace() == RACE_DRAENEI || player->getRace() == RACE_BLOODELF) && sIndividualProgression->tbcRacesStartingProgression && !sIndividualProgression->hasPassedProgression(player, static_cast<ProgressionState>(sIndividualProgression->tbcRacesStartingProgression)))\n            {\n                sIndividualProgression->UpdateProgressionState(player, static_cast<ProgressionState>(sIndividualProgression->tbcRacesStartingProgression));\n            }\n\n            if (player->getClass() == CLASS_DEATH_KNIGHT && sIndividualProgression->deathKnightStartingProgression && !sIndividualProgression->hasPassedProgression(player, static_cast<ProgressionState>(sIndividualProgression->deathKnightStartingProgression)))\n            {\n                sIndividualProgression->UpdateProgressionState(player, static_cast<ProgressionState>(sIndividualProgression->deathKnightStartingProgression));\n            }\n\n            if (sIndividualProgression->startingProgression && !sIndividualProgression->hasPassedProgression(player, static_cast<ProgressionState>(sIndividualProgression->startingProgression)))\n            {\n                sIndividualProgression->UpdateProgressionState(player, static_cast<ProgressionState>(sIndividualProgression->startingProgression));\n            }\n        }\n\n        sIndividualProgression->CheckAdjustments(player);\n\n        if (sIndividualProgression->enabled)\n        {\n            if (!player->GetSession())\n                return;\n\n            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Individual Progression: |cffccccccenabled|r\");\n        }\n    }\n\n    void OnPlayerMapChanged(Player* player) override\n    {\n        if (!sIndividualProgression->enabled || !player || !player->IsInWorld())\n            return;\n\n        if (!sIndividualProgression->isExcludedFromProgression(player))\n            sIndividualProgression->checkIPProgression(player);\n\n        sIndividualProgression->CheckAdjustments(player);\n    }\n\n    void OnPlayerUpdateZone(Player* player, uint32 /*newZone*/, uint32 newArea) override\n    {\n        if (!sIndividualProgression->enabled || !player || !player->IsInWorld() || !newArea)\n            return;\n\n        sIndividualProgression->checkIPPhasing(player, newArea);\n    }\n\n    void OnPlayerEquip(Player* player, Item* /*it*/, uint8 /*bag*/, uint8 /*slot*/, bool /*update*/) override\n    {\n        if (!player || !player->IsInWorld())\n            return;\n\n        sIndividualProgression->CheckAdjustments(player);\n    }\n\n    void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool& /*applySickness*/) override\n    {\n        if (!player || !player->IsInWorld())\n            return;\n\n        sIndividualProgression->CheckAdjustments(player);\n    }\n\n    void OnPlayerQuestComputeXP(Player* player, Quest const* quest, uint32& xpValue) override\n    {\n        if (!sIndividualProgression->enabled || !quest || !xpValue || !player || !player->IsInWorld())\n            return;\n\n        if (!sIndividualProgression->questXpFix)\n            return;\n\n        if (sIndividualProgression->questXpMap.count(quest->GetQuestId()))\n        {\n            uint32 vanillaXpValue = sIndividualProgression->questXpMap[quest->GetQuestId()];\n            if (player)\n            {\n                uint32 originalXpValue = quest->XPValue(quest->GetQuestLevel() == -1 ? player->GetLevel() : quest->GetQuestLevel());\n                xpValue *= vanillaXpValue * 1.0 / originalXpValue;\n            }\n        }\n    }\n\n    void OnPlayerGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 xpSource) override\n    {\n        if (!sIndividualProgression->enabled || !player || !player->IsInWorld() || !amount)\n            return;\n\n        if (sIndividualProgression->isExcludedFromProgression(player))\n        {\n            if (player->GetLevel() >= sIndividualProgression->ExcludedAccountsMaxLevel)\n            {\n                // Still award XP to pets - they won't be able to pass the player's level\n                Pet* pet = player->GetPet();\n                if (pet && xpSource == XPSOURCE_KILL)\n                    pet->GivePetXP(player->GetGroup() ? amount / 2 : amount);\n\n                amount = 0;\n            }\n        }\n        else\n        {\n            // Player is still in Vanilla content - do not give XP past level 60\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC) && player->GetLevel() >= 60)\n            {\n                // Still award XP to pets - they won't be able to pass the player's level\n                Pet* pet = player->GetPet();\n                if (pet && xpSource == XPSOURCE_KILL)\n                    pet->GivePetXP(player->GetGroup() ? amount / 2 : amount);\n\n                amount = 0;\n            }\n            // Player is in TBC content - do not give XP past level 70\n            else if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5) && player->GetLevel() >= 70)\n            {\n                // Still award XP to pets - they won't be able to pass the player's level\n                Pet* pet = player->GetPet();\n                if (pet && xpSource == XPSOURCE_KILL)\n                    pet->GivePetXP(player->GetGroup() ? amount / 2 : amount);\n\n                amount = 0;\n            }\n        }\n    }\n\n    static bool isAttuned(Player* player)\n    {\n        if (!player || !player->IsInWorld())\n            return false;\n\n        if (!sIndividualProgression->enabled || player->IsGameMaster() || sIndividualProgression->isExcludedFromProgression(player))\n            return true;\n\n        if ((player->GetQuestStatus(NAXX40_ATTUNEMENT_1) == QUEST_STATUS_REWARDED) || (player->GetQuestStatus(NAXX40_ATTUNEMENT_2) == QUEST_STATUS_REWARDED) || (player->GetQuestStatus(NAXX40_ATTUNEMENT_3) == QUEST_STATUS_REWARDED))\n            return true;\n        else\n            return false;\n    }\n\n    void OnPlayerSpellCast(Player* player, Spell* spell, bool skipCheck) override\n    {\n        if (!sIndividualProgression->enabled || !player || !player->IsInWorld() || !spell)\n            return;\n\n        if (sIndividualProgression->isExcludedFromProgression(player)) // bots don't cast lower ranks of spells\n            return;\n\n        if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5) || player->GetLevel() < 70) // no need to check spells if player is not in WotlK\n            return;\n\n        if (player->getClass() == CLASS_WARRIOR || player->getClass() == CLASS_ROGUE || player->getClass() == CLASS_DEATH_KNIGHT)\n            return;\n\n        if (player->getClass() == CLASS_DRUID)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 8) // Nature\n            {\n                static constexpr std::array<uint16, 59> Druid_SM_8 =\n                {\n                    5185, 5186, 5187, 5188, 5189, 6778, 8903, 9758, 9888, 9889, 25297, // Healing Touch ranks 1-11\n                    774, 1058, 1430, 2090, 2091, 3627, 8910, 9839, 9840, 9841, 25299, // Rejuvenation ranks 1-11\n                    8936, 8938, 8939, 8940, 8941, 9750, 9856, 9857, 9858, // Regrowth ranks 1-9\n                    5176, 5177, 5178, 5179, 5180, 6780, 8905, 9912, // Wrath ranks 1-8\n                    339, 1062, 5195, 5196, 9852, 9853, // Entangling Roots 1-6\n                    5570, 24974, 24975, 24976, 24977, // Insect Swarm ranks 1-5\n                    740, 8918, 9862, 9863, // Tranquility ranks 1-4\n                    2908, 8955, 9901, // Soothe Animal ranks 1-3\n                    2637, 18657 // Hibernate ranks 1-2\n                };\n\n                for (uint16 spellId : Druid_SM_8)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 64) // Arcane\n            {\n                static constexpr std::array<uint16, 20> Druid_SM_64 =\n                {\n                    8921, 8924, 8925, 8926, 8927, 8928, 8929, 9833, 9834, 9835, // Moonfire ranks 1-10\n                    2912, 8949, 8950, 8951, 9875, 9876, 25298, // Starfire ranks 1-7\n                    16914, 17401, 17402 // Hurricane ranks 1-3\n                };\n\n                for (uint16 spellId : Druid_SM_64)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n\n        if (player->getClass() == CLASS_HUNTER)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 1 || spell->GetSpellInfo()->SchoolMask == 4)  // Physical + Fire\n            {\n                static constexpr std::array<uint16, 34> Hunter_SM_1_4 =\n                {\n                    19434, 20900, 20901, 20902, 20903, 20904, // Aimed Shot ranks 1-6\n                    19306, 20909, 20910, // Counterattack ranks 1-3\n                    13813, 14316, 14317, // Explosive Trap ranks 1-3\n                    13795, 14302, 14303, 14304, 14305, // Immolation Trap ranks 1-5\n                    1495, 14269, 14270, 14271, // Mongoose Bite ranks 1-4\n                    2643, 14288, 14289, 14290, 25294, // Multi-Shot ranks 1-5\n                    2973, 14260, 14261, 14262, 14263, 14264, 14265, 14266 // Raptor Strike ranks 1-8\n                };\n\n                for (uint16 spellId : Hunter_SM_1_4)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 8 || spell->GetSpellInfo()->SchoolMask == 16 || spell->GetSpellInfo()->SchoolMask == 64)  // Nature + Frost + Arcane\n            {\n                static constexpr std::array<uint16, 37> Hunter_SM_8_16_64 =\n                {\n                    1978, 13549, 13550, 13551, 13552, 13553, 13554, 13555, 25295, // Serpent Sting ranks 1-9\n                    3044, 14281, 14282, 14283, 14284, 14285, 14286, 14287, // Arcane Shot ranks 1-8\n                    136, 3111, 3661, 3662, 13542, 13543, 13544, // Mend Pet ranks 1-7\n                    1130, 14323, 14324, // Hunter's Mark ranks 1-3\n                    1510, 14294, 14295, // Volley ranks 1-3\n                    19386, 24132, 24133, // Wyvern Sting ranks 1-3\n                    1499, 14310, // Freezing Trap ranks 1-2\n                    1513, 14326 // Scare Beast ranks 1-2\n                };\n\n                for (uint16 spellId : Hunter_SM_8_16_64)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n\n        else if (player->getClass() == CLASS_MAGE)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 4)  // Fire\n            {\n                static constexpr std::array<uint16, 50> Mage_SM_4 =\n                {\n                    11113, 13018, 13019, 13020, 13021, // Blast Wave ranks 1-5\n                    2136, 2137, 2138, 8412, 8413, 10197, 10199, // Fire Blast ranks 1-7\n                    543, 8457, 8458, 10223, 10225, // Fire Ward ranks 1-5\n                    133, 143, 145, 3140, 8400, 8401, 8402, 10148, 10149, 10150, 10151, 25306, // Fireball ranks 1-12\n                    2120, 2121, 8422, 8423, 10215, 10216, // Flamestrike ranks 1-6\n                    11366, 12505, 12522, 12523, 12524, 12525, 12526, 18809, // Pyroblast ranks 1-8\n                    2948, 8444, 8445, 8446, 10205, 10206, 10207 // Scorch ranks 1-7\n                };\n\n                for (uint16 spellId : Mage_SM_4)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        // ChatHandler(player->GetSession()).PSendSysMessage(\"spell = {}\", spellId);\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 16) // Frost\n            {\n                static constexpr std::array<uint16, 39> Mage_SM_16 =\n                {\n                    10, 6141, 8427, 10185, 10186, 10187, // Blizzard ranks 1-6\n                    120, 8492, 10159, 10160, 10161, // Cone of Cold ranks 1-5\n                    122, 865, 6131, 10230, // Frost Nova ranks 1-4\n                    6143, 8461, 8462, 10177, 28609, // Frost Ward ranks 1-5\n                    116, 205, 837, 7322, 8406, 8407, 8408, 10179, 10180, 10181, 25304, // Frostbolt ranks 1-11\n                    7302, 7320, 10219, 10220, // Ice Armor ranks 1-4\n                    11426, 13031, 13032, 13033 // Ice Barrier ranks 1-4\n                };\n\n                for (uint16 spellId : Mage_SM_16)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        // ChatHandler(player->GetSession()).PSendSysMessage(\"spell = {}\", spellId);\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 64) // Arcane\n            {\n                static constexpr std::array<uint16, 39> Mage_SM_64 =\n                {\n                    1008, 8455, 10169, 10170, // Amplify Magic ranks 1-4\n                    1449, 8437, 8438, 8439, 10201, 10202, // Arcane Explosion ranks 1-6\n                    5143, 5144, 5145, 8416, 8417, 10211, 10212, 25345, // Arcane Missiles ranks 1-8\n                    759, 3552, 10053, 10054, // Conjure Mana Gem ranks 1-4\n                    604, 8450, 8451, 10173, 10174,  // Dampen Magic ranks 1-5\n                    6117, 22782, 22783, // Mage Armor ranks 1-3\n                    1463, 8494, 8495, 10191, 10192, 10193, // Mana Shield ranks 1-6\n                    118, 12824, 12825, // Polymorph ranks 1-3\n                };\n\n                for (uint16 spellId : Mage_SM_64)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        // ChatHandler(player->GetSession()).PSendSysMessage(\"spell = {}\", spellId);\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n\n        else if (player->getClass() == CLASS_PALADIN)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 2) // Holy\n            {\n                static constexpr std::array<uint16, 42> Paladin_SM_2 =\n                {\n                    635, 639, 347, 1026, 1042, 3472, 10328, 10329, 25292, // Holy Light ranks 1-9\n                    19750, 19939, 19940, 19941, 19942, 19943, // Flash of Light ranks 1-6\n                    879, 5614, 5615, 10312, 10313, 10314, // Exorcism ranks 1-6\n                    26573, 20116, 20922, 20923, 20924, // Consecration ranks 1-5\n                    24275, 24274, 24239, // Hammer of Wrath ranks 1-3\n                    20473, 20929, 20930, // Holy Shock ranks 1-3\n                    20925, 20927, 20928, // Holy Shield ranks 1-3\n                    853, 5588, 5589, // Hammer of Justice ranks 1-3\n                    2812, 10318, // Holy Wrath ranks 1-2\n                    1022, 5599 // Hand of Protection ranks 1-2\n                };\n\n                for (uint16 spellId : Paladin_SM_2)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n\n        else if (player->getClass() == CLASS_PRIEST)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 2)\n            {\n                static constexpr std::array<uint16, 77> Priest_SM_2 =\n                {\n                    2061, 9472, 9473, 9474, 10915, 10916, 10917, // Flash Heal ranks 1-7\n                    139, 6074, 6075, 6076, 6077, 6078, 10927, 10928, 10929, 25315, // Renew ranks 1-10\n                    17, 592, 600, 3747, 6065, 6066, 10898, 10899, 10900, 10901, // Power Word: Shield ranks 1-10\n                    14914, 15262, 15263, 15264, 15265, 15266, 15267, 15261,  // Holy Fire ranks 1-8\n                    15237, 15430, 15431, 27799, 27800, 27801, // Holy Nova ranks 1-6\n                    588, 7128, 602, 1006, 10951, 10952, // Inner Fire ranks 1-6\n                    2054, 2055, 6063, 6064, // Heal ranks 1-4\n                    585, 591, 598, 984, 1004, 6060, 10933, 10934, // Smite ranks 1-8\n                    2060, 10963, 10964, 10965, 25314, // Greater Heal ranks 1-5\n                    596, 996, 10960, 10961, 25316, // Prayer of Healing ranks 1-5\n                    2050, 2052, 2053, // Lesser Heal ranks 1-3\n                    9484, 9485, // Shackle Undead ranks 1-2\n                    724, 27870, 27871  // Lightwell rank 1-3\n                };\n\n                for (uint16 spellId : Priest_SM_2)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 32) // Shadow\n            {\n                static constexpr std::array<uint16, 32> Priest_SM_32 =\n                {\n                    8092, 8102, 8103, 8104, 8105, 8106, 10945, 10946, 10947, // Mind Blast ranks 1-9\n                    589, 594, 970, 992, 2767, 10892, 10893, 10894, // Shadow Word: Pain ranks 1-8\n                    15407, 17311, 17312, 17313, 17314, 18807, // Mind Flay ranks 1-6\n                    2944, 19276, 19277, 19278, 19279, 19280, // Devouring Plague ranks 1-6\n                    8122, 8124, 10888 // Psychic Scream ranks 1-3\n                };\n\n                for (uint16 spellId : Priest_SM_32)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n\n        else if (player->getClass() == CLASS_SHAMAN)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 4) // Fire\n            {\n                static constexpr std::array<uint16, 34> Shaman_SM_4 =\n                {\n                    1535, 8498, 8499, 11314, 11315, // Fire Nova ranks 1-5\n                    8050, 8052, 8053, 10447, 10448, 28228, // Flame Shock ranks 1-6\n                    8227, 8249, 10526, 16387, // Flametongue Totem ranks 1-4\n                    8024, 8027, 8030, 16339, 16341, 16342, // Flametongue Weapon ranks 1-6\n                    8181, 10478, 10479, // Frost Resistance Totem ranks 1-3\n                    8190, 10585, 10586, 10587, // Magma Totem ranks 1-4\n                    3599, 6363, 6364, 6365, 10437, 10438 // Searing Totem ranks 1-6\n                };\n\n                for (uint16 spellId : Shaman_SM_4)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 8) // Nature\n            {\n                static constexpr std::array<uint16, 61> Shaman_SM_8 =\n                {\n                    1064, 10622, 10623, // Chain Heal ranks 1-3\n                    421, 930, 2860, 10605, // Chain Lightning ranks 1-4\n                    8042, 8044, 8045, 8046, 10412, 10413, 10414, // Earth Shock ranks 1-7\n                    331, 332, 547, 913, 939, 959, 8005, 10395, 10396, 25357, // Healing Wave ranks 1-10\n                    8004, 8008, 8010, 10466, 10467, 10468, // Lesser Healing Wave ranks 1-6\n                    403, 529, 548, 915, 943, 6041, 10391, 10392, 15207, 15208, // Lightning Bolt ranks 1-10\n                    10595, 10600, 10601, // Nature Resistance Totem ranks 1-3\n                    8017, 8018, 8019, // Rockbiter Weapon ranks 1-3\n                    5730, 6390, 6391, 6392, 10427, 10428, // Stoneclaw Totem ranks 1-6\n                    8075, 8160, 8161, 10442, 25361, // Strength of Earth Totem ranks 1-5\n                    8232, 8235, 10486, 16362 // Windfury Weapon ranks 1-4\n                };\n\n                for (uint16 spellId : Shaman_SM_8)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 16) // Frost\n            {\n                static constexpr std::array<uint16, 21> Shaman_SM_16 =\n                {\n                    8184, 10537, 10538, // Fire Resistance Totem ranks 1-3\n                    8056, 8058, 10472, 10473, // Frost Shock ranks 1-4\n                    8033, 8038, 10456, 16355, 16356, // Frostbrand Weapon ranks 1-5\n                    5394, 6375, 6377, 10462, 10463, // Healing Stream Totem ranks 1-5\n                    5675, 10495, 10496, 10497 // Mana Spring Totem ranks 1-4\n                };\n\n                for (uint16 spellId : Shaman_SM_16)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n\n        else if (player->getClass() == CLASS_WARLOCK)\n        {\n            if (spell->GetSpellInfo()->SchoolMask == 4) // Fire\n            {\n                static constexpr std::array<uint16, 27> Warlock_SM_4 =\n                {\n                    348, 707, 1094, 2941, 11665, 11667, 11668, 25309, // Immolate ranks 1-8\n                    5676, 17919, 17920, 17921, 17922, 17923, // Searing Pain ranks 1-6\n                    5740, 6219, 11677, 11678, // Rain of Fire ranks 1-4\n                    6366, 17951, 17952, 17953, // Create Firestone ranks 1-4\n                    1949, 11683, 11684, // Hellfire ranks 1-3\n                    6353, 17924 // Soul Fire ranks 1-2\n                };\n\n                for (uint16 spellId : Warlock_SM_4)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n\n            if (spell->GetSpellInfo()->SchoolMask == 32) // Shadow\n            {\n                static constexpr std::array<uint16, 74> Warlock_SM_32 =\n                {\n                    686, 695, 705, 1088, 1106, 7641, 11659, 11660, 11661, 25307, // Shadow Bolt ranks 1-10\n                    172, 6222, 6223, 7648, 11671, 11672, 25311, // Corruption ranks 1-7\n                    980, 1014, 6217, 11711, 11712, 11713, // Curse of Agony ranks 1-6\n                    702, 1108, 6205, 7646, 11707, 11708, // Curse of Weakness ranks 1-6\n                    1490, 11721, 11722, // Curse of Elements ranks 1-3\n                    689, 699, 709, 7651, 11699, 11700, // Drain Life ranks 1-6\n                    1120, 8288, 8289, 11675, // Drain Soul ranks 1-4\n                    17877, 18867, 18868, 18869, 18870, 18871, // Shadowburn ranks 1-6\n                    6229, 11739, 11740, 28610, // Shadow Ward ranks 1-4\n                    706, 1086, 11733, 11734, 11735, // Demon Armor ranks 1-5\n                    6201, 6202, 5699, 11729, 11730, // Create Healthstone ranks 1-5\n                    2362, 17727, 17728, // Create Spellstone ranks 1-3\n                    6789, 17925, 17926, // Death Coil ranks 1-3\n                    1098, 11725, // Enslave Demon ranks 1-2\n                    1714, // Curse of Tongues rank 1\n                    5484, // Howl of Terror rank 1\n                    710, // Banish rank 1\n                    603 // Curse of Doom rank 1\n                };\n\n                for (uint16 spellId : Warlock_SM_32)\n                {\n                    if (spell->GetSpellInfo()->Id == spellId)\n                    {\n                        ChatHandler(player->GetSession()).PSendSysMessage(\"This spell is not available during WotLK.\");\n                        spell->cancel();\n                        break;\n                    }\n                }\n            }\n        }\n    }\n\n    bool OnPlayerBeforeTeleport(Player* player, uint32 mapid, float x, float y, float z, float /*orientation*/, uint32 /*options*/, Unit* /*target*/) override\n    {\n        if (!player || !player->IsInWorld())\n            return false;\n\n        if (!sIndividualProgression->enabled || player->IsGameMaster() || sIndividualProgression->isExcludedFromProgression(player))\n            return true;\n\n        if (mapid == MAP_BLACKWING_LAIR && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_MOLTEN_CORE))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_MOLTEN_CORE);\n            return false;\n        }\n        if (mapid == MAP_ONYXIAS_LAIR)\n        {\n            if (player->GetLevel() <= 70) // vanilla version\n            {\n                if (player->GetLevel() < 50)\n                    return false;\n                if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5)) // death knights\n                    return false;\n                if (!player->HasItemCount(ITEM_DRAKEFIRE_AMULET))\n                    return false;\n            }\n \t\t\telse // WotLK\n            {\n                if (player->GetLevel() != 80)\n                    return false;\n            }\n        }\n        if (mapid == MAP_ZUL_GURUB)\n        {\n            uint32 PLAYER_PROGRESSION = sIndividualProgression->GetPlayerProgressionFromQuests(player);\n            ProgressionState REQUIRED_ZG_PROGRESSION = static_cast<ProgressionState>(sIndividualProgression->RequiredZulGurubProgression);\n\n            if (PLAYER_PROGRESSION < REQUIRED_ZG_PROGRESSION)\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", REQUIRED_ZG_PROGRESSION);\n                return false;\n            }\n        }\n        if (mapid == MAP_AHN_QIRAJ_TEMPLE && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_AQ))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_PRE_AQ);\n            return false;\n        }\n        if (mapid == MAP_RUINS_OF_AHN_QIRAJ && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_AQ))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_PRE_AQ);\n            return false;\n        }\n        if (mapid == MAP_OUTLAND)\n        {\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            {\n                uint32 accountId = player->GetSession()->GetAccountId();\n                uint8 highestProgression = sIndividualProgression->GetAccountProgression(accountId);\n\n                if ((highestProgression < sIndividualProgression->tbcRacesProgressionLevel) && (player->getRace() != RACE_DRAENEI && player->getRace() != RACE_BLOODELF))\n                {\n                    ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", sIndividualProgression->tbcRacesProgressionLevel);\n                    return false;\n                }\n                else\n                    return IsTBCRaceStartingZone(mapid, x, y, z);\n            }\n\n            Map const *map = sMapMgr->FindMap(mapid, 0);\n            uint32 zoneId = map->GetZoneId(0, x, y, z);\n\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_4) && zoneId == AREA_ISLE_OF_QUEL_DANAS)\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_4);\n                return false;\n            }\n        }\n        if (mapid == MAP_ZUL_AMAN && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_3))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_3);\n            return false;\n        }\n        if (mapid == MAP_NORTHREND && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_5);\n            return false;\n        }\n        if (mapid == MAP_ULDUAR && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_WOTLK_TIER_1))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_WOTLK_TIER_1);\n            return false;\n        }\n        if ((mapid == MAP_TRIAL_OF_THE_CHAMPION || mapid == MAP_TRIAL_OF_THE_CRUSADER) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_WOTLK_TIER_2))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_WOTLK_TIER_2);\n            return false;\n        }\n        // This will also restrict other Frozen Halls dungeons, because Forge of Souls must be completed first to access them\n        if ((mapid == MAP_ICECROWN_CITADEL || mapid == MAP_THE_FORGE_OF_SOULS) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_WOTLK_TIER_3))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_WOTLK_TIER_3);\n            return false;\n        }\n        if (mapid == MAP_THE_RUBY_SANCTUM && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_WOTLK_TIER_4))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_WOTLK_TIER_4);\n            return false;\n        }\n        if (mapid == MAP_MAGISTERS_TERRACE && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_4))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_4);\n            return false;\n        }\n        if (mapid == MAP_THE_SUNWELL && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_4))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_4);\n            return false;\n        }\n        if (mapid == MAP_TEMPEST_KEEP)\n        {\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_1))\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_1);\n                return false;\n            }\n \t\t\telse if (!player->HasItemCount(ITEM_TEMPEST_KEY))\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"You must possess the Tempest Key to enter The Eye.\");\n                return false;\n            }\n \t\t\telse if (player->GetQuestStatus(TRIAL_MAGTHERIDON) != QUEST_STATUS_REWARDED)\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"You must complete the quest Trial of the Naaru: Magtheridon to enter The Eye.\");\n                return false;\n            }\n        }\n        if (mapid == MAP_COILFANG_SERPENTSHRINE_CAVERN)\n        {\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_1))\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_1);\n                return false;\n            }\n \t\t\telse if (player->GetQuestStatus(CUDGEL_OF_KARDESH) != QUEST_STATUS_REWARDED)\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"You must complete the quest The Cudgel of Kar\\'desh to enter Serpentshrine Reservoir.\");\n                return false;\n            }\n        }\n        if (mapid == MAP_THE_BATTLE_FOR_MOUNT_HYJAL)\n        {\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_2))\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_2);\n                return false;\n            }\n \t\t\telse if (player->GetQuestStatus(VIALS_OF_ETERNITY) != QUEST_STATUS_REWARDED)\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"You must complete the quest The Vials of Eternity to enter the Battle of Mount Hyjal.\");\n                return false;\n            }\n        }\n        if (mapid == MAP_BLACK_TEMPLE)\n        {\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_2))\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_2);\n                return false;\n            }\n \t\t\telse if (!player->HasItemCount(ITEM_MEDALLION_OF_KARABOR) && !player->HasItemCount(ITEM_BLESSED_MEDALLION_OF_KARABOR))\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"You must possess the Medallion of Karabor to enter the Black Temple.\");\n                return false;\n            }\n        }\n\n        InstanceTemplate const* instanceTemplate = sObjectMgr->GetInstanceTemplate(mapid);\n        if (instanceTemplate)\n        {\n            if (instanceTemplate->Parent == MAP_OUTLAND && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n                return false;\n\n            if (instanceTemplate->Parent == MAP_NORTHREND && mapid != MAP_NAXXRAMAS && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n                return false;\n\n            if (instanceTemplate->Parent == MAP_NORTHREND && mapid == MAP_NAXXRAMAS && player->GetLevel() <= 70 && (!isAttuned(player) ||  sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5) ))\n                return false;\n        }\n\n        return true;\n    }\n\n    void OnPlayerCompleteQuest(Player* player, Quest const* quest) override\n    {\n        if (!player || !player->IsInWorld() || !quest || !sIndividualProgression->enabled)\n            return;\n\n        if (sIndividualProgression->questMoneyAtLevelCap)\n        {\n            int32 moneyRew = 0;\n            int32 XPValue = 0;\n\n            if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC) && player->GetLevel() == 60)\n                XPValue = quest->XPValue(quest->GetQuestLevel() == -1 ? 60 : quest->GetQuestLevel());\n            else if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5) && player->GetLevel() == 70)\n                XPValue = quest->XPValue(quest->GetQuestLevel() == -1 ? 70 : quest->GetQuestLevel());\n\n            moneyRew = (XPValue * (6 * COPPER)) * sWorld->getRate(RATE_REWARD_BONUS_MONEY);\n\n            if (moneyRew > 0)\n            {\n                player->ModifyMoney(moneyRew);\n                uint32 gold = moneyRew / GOLD;\n                uint32 silv = (moneyRew % GOLD) / SILVER;\n                // uint32 copp = (moneyRew % GOLD) % SILVER;\n\n                if (gold > 0)\n                    ChatHandler(player->GetSession()).PSendSysMessage(\"Received {} Gold, {} Silver.\", gold, silv);\n                else\n                    ChatHandler(player->GetSession()).PSendSysMessage(\"Received {} Silver.\", silv);\n            }\n        }\n\n        if (!sIndividualProgression->isExcludedFromProgression(player) || !sIndividualProgression->excludeAccounts)\n        {\n            switch (quest->GetQuestId())\n            {\n            case BANG_A_GONG:\n                if (!sIndividualProgression->disableDefaultProgression)\n                    sIndividualProgression->UpdateProgressionState(player, PROGRESSION_PRE_AQ);\n                break;\n            case SIMPLY_BANG_A_GONG:\n                if (!sIndividualProgression->disableDefaultProgression)\n                    sIndividualProgression->UpdateProgressionState(player, PROGRESSION_PRE_AQ);\n                break;\n            case CHAOS_AND_DESTRUCTION:\n                if (!sIndividualProgression->disableDefaultProgression)\n                    sIndividualProgression->UpdateProgressionState(player, PROGRESSION_AQ_WAR);\n                break;\n            case INTO_THE_BREACH:\n                if (!sIndividualProgression->disableDefaultProgression)\n                    sIndividualProgression->UpdateProgressionState(player, PROGRESSION_PRE_TBC);\n                break;\n            case QUEST_MORROWGRAIN:\n            case QUEST_TROLL_NECKLACE:\n            case QUEST_DEADWOOD:\n            case QUEST_WINTERFALL:\n                if (sIndividualProgression->repeatableVanillaQuestsXp)\n                {\n                    // Reset the quest status so the player can take it and receive rewards again\n                    player->RemoveRewardedQuest(quest->GetQuestId());\n                }\n                break;\n            }\n        }\n    }\n\n    bool OnPlayerCanGroupInvite(Player* player, std::string& membername) override\n    {\n        if (!player || !player->IsInWorld())\n            return false;\n\n        if (!sIndividualProgression->enabled)\n            return true;\n\n        Player* otherPlayer = ObjectAccessor::FindPlayerByName(membername, false);\n        uint8 currentState = sIndividualProgression->GetPlayerProgressionFromQuests(player);\n        uint8 otherPlayerState = sIndividualProgression->GetPlayerProgressionFromQuests(otherPlayer);\n\n        if (sIndividualProgression->enforceGroupRules) // enforceGroupRules enabled\n        {\n            if (!sIndividualProgression->isExcludedFromProgression(player)) // player has a normal account\n            {\n                if (sIndividualProgression->isExcludedFromProgression(otherPlayer)) // RNDbot\n                {\n                    if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC)) // player is in vanilla\n                    {\n                        if (otherPlayer->GetLevel() <= 60)\n                        {\n                            return true;\n                        }\n                        else\n                        {\n                            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player's level is too high.|r\");\n                            return false;\n                        }\n                    }\n                    else if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5)) // player is in TBC\n                    {\n                        if ((otherPlayer->GetLevel() > 60) && (otherPlayer->GetLevel() <= 70))\n                        {\n                            return true;\n                        }\n                        else\n                        {\n                            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player's level is too low or too high.|r\");\n                            return false;\n                        }\n                    }\n                    else // player is in WotLK\n                    {\n                        if (otherPlayer->GetLevel() > 70)\n                        {\n                            return true;\n                        }\n                        else\n                        {\n                            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player's level is too low.|r\");\n                            return false;\n                        }\n                    }\n                }\n                else // player or ALTbot\n                {\n                    return (currentState == otherPlayerState);\n                }\n            }\n            else // player has an excluded account\n            {\n                if (sIndividualProgression->isExcludedFromProgression(otherPlayer)) // RNDbot\n                {\n                    if (player->GetLevel() <= 60) // player is in vanilla\n                    {\n                        if (otherPlayer->GetLevel() <= 60)\n                        {\n                            return true;\n                        }\n                        else\n                        {\n                            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player's level is too high.|r\");\n                            return false;\n                        }\n                    }\n                    else if (player->GetLevel() <= 70) // player is in TBC\n                    {\n                        if ((otherPlayer->GetLevel() > 60) && (otherPlayer->GetLevel() <= 70))\n                        {\n                            return true;\n                        }\n                        else\n                        {\n                            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player's level is too low or too high.|r\");\n                            return false;\n                        }\n                    }\n                    else // player is in WotLK\n                    {\n                        if (otherPlayer->GetLevel() > 70)\n                        {\n                            return true;\n                        }\n                        else\n                        {\n                            ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player's level is too low.|r\");\n                            return false;\n                        }\n                    }\n                }\n                else // player or ALTbot\n                {\n                    ChatHandler(player->GetSession()).SendSysMessage(\"|cff00ff00Enforce Group Rules is enabled: |cffccccccthis player does not have an excluded account.|r\");\n                    return false;\n                }\n            }\n        }\n        else // enforceGroupRules not enabled\n        {\n            return true;\n        }\n    }\n\n    bool OnPlayerCanGroupAccept(Player* player, Group* group) override\n    {\n        if (!player || !player->IsInWorld() || !group)\n            return false;\n\n        Player* groupLeader = ObjectAccessor::FindPlayerByLowGUID(group->GetLeaderGUID().GetCounter());\n        uint8 currentState = sIndividualProgression->GetPlayerProgressionFromQuests(player);\n        uint8 groupLeaderState = sIndividualProgression->GetPlayerProgressionFromQuests(groupLeader);\n\n        if (!sIndividualProgression->enabled)\n            return true;\n\n        if (sIndividualProgression->isExcludedFromProgression(player))\n        {\n            if (sIndividualProgression->enforceGroupRules)\n            {\n                if (groupLeaderState <= 7) // Group leader is in Vanilla\n                {\n                    if (player->GetLevel() <= 60) // invited excluded player is in Vanilla\n                    {\n                        sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(groupLeaderState));\n                        return true;\n                    }\n                    else\n                        return false;\n                }\n                else if (groupLeaderState > 7 && groupLeaderState < 13) // Group leader is in TBC\n                {\n                    if (player->GetLevel() > 60 && player->GetLevel() <= 70) // invited excluded player is in TBC\n                    {\n                        sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(groupLeaderState));\n                        return true;\n                    }\n                    else\n                        return false;\n                }\n                else // Group leader is in WotLK\n                {\n                    if (player->GetLevel() > 70) // invited excluded player is in WotLK\n                    {\n                        sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(groupLeaderState));\n                        return true;\n                    }\n                    else\n                        return false;\n                }\n            }\n            else // not enforcing Group Rules\n            {\n                if (currentState != groupLeaderState)\n                    sIndividualProgression->ForceUpdateProgressionState(player, static_cast<ProgressionState>(groupLeaderState));\n\n                return true;\n            }\n        }\n        else // normal account\n        {\n            if (sIndividualProgression->enforceGroupRules)\n                return (currentState == groupLeaderState);\n            else\n                return true;\n        }\n    }\n\n    void OnPlayerCreatureKill(Player* killer, Creature* killed) override\n    {\n        if (!sIndividualProgression->enabled || !killed || !killer || !killer->IsInWorld())\n            return;\n\n        if (killer->GetMap()->GetId() == MAP_DEADMINES)\n        {\n            switch (killed->GetEntry())\n            {\n            case RHAHK_ZOR:\n                killer->RemoveAura(IPP_PHASE);\n                killer->RemoveAura(IPP_PHASE_II);\n                killer->RemoveAura(IPP_PHASE_III);\n                killer->CastSpell(killer, IPP_PHASE, false);\n                break;\n            case SNEED:\n                killer->RemoveAura(IPP_PHASE);\n                killer->RemoveAura(IPP_PHASE_II);\n                killer->RemoveAura(IPP_PHASE_III);\n                killer->CastSpell(killer, IPP_PHASE, false);\n                killer->CastSpell(killer, IPP_PHASE_II, false);\n                break;\n            case GILNID:\n                killer->RemoveAura(IPP_PHASE);\n                killer->RemoveAura(IPP_PHASE_II);\n                killer->RemoveAura(IPP_PHASE_III);\n                killer->CastSpell(killer, IPP_PHASE, false);\n                killer->CastSpell(killer, IPP_PHASE_II, false);\n                killer->CastSpell(killer, IPP_PHASE_III, false);\n                break;\n            }\n        }\n\n        if (killer->GetMap()->GetId() == MAP_ALTERAC_VALLEY)\n        {\n            static constexpr std::array<uint32, 20> AV_commanders =\n            {\n                13137, // Lieutenant Rugba\n                13138, // Lieutenant Spencer\n                13139, // Commander Randolph\n                13140, // Commander Dardosh\n                13143, // Lieutenant Stronghoof\n                13144, // Lieutenant Vol'talar\n                13145, // Lieutenant Grummus\n                13146, // Lieutenant Murp\n                13147, // Lieutenant Lewis\n                13152, // Commander Malgor\n                13153, // Commander Mulfort\n                13154, // Commander Louis Philips\n                13296, // Lieutenant Largent\n                13297, // Lieutenant Stouthandle\n                13298, // Lieutenant Greywand\n                13299, // Lieutenant Lonadin\n                13300, // Lieutenant Mancuso\n                13318, // Commander Mortimer\n                13319, // Commander Duffy\n                13320  // Commander Karl Philips\n            };\n\n            for (uint32 commanderId : AV_commanders)\n            {\n                if (killed->GetEntry() == commanderId)\n                {\n                    TeamId teamId = killer->GetTeamId(true);\n\n                    if (Battleground* bg = killer->GetBattleground())\n                        bg->RewardHonorToTeam(198, teamId);\n                }\n            }\n        }\n        \n        if (killed->GetCreatureTemplate()->rank > CREATURE_ELITE_NORMAL)\n        {\n            Group* group = killer->GetGroup();\n\n            if (!group)\n                return;\n\n            if (killed->GetEntry() == COLOSSUS_ZORA || killed->GetEntry() == COLOSSUS_REGAL || killed->GetEntry() == COLOSSUS_ASHI)\n            {\n                for (GroupReference* itr = group->GetFirstMember(); itr != nullptr; itr = itr->next())\n                {\n                    Player* member = itr->GetSource();\n                    if (!member || sIndividualProgression->isExcludedFromProgression(member))\n                        continue;\n\n                    if (killed->GetEntry() == COLOSSUS_ZORA)\n                        member->CompleteQuest(QUEST_COLOSSUS_ZORA);\n                    else if (killed->GetEntry() == COLOSSUS_REGAL)\n                        member->CompleteQuest(QUEST_COLOSSUS_REGAL);\n                    else if (killed->GetEntry() == COLOSSUS_ASHI)\n                        member->CompleteQuest(QUEST_COLOSSUS_ASHI);\n                }\n                return;\n            }\n\n            sIndividualProgression->checkKillProgression(killer, killed);\n\n            for (GroupReference* itr = group->GetFirstMember(); itr != nullptr; itr = itr->next())\n            {\n                Player* member = itr->GetSource();\n                if (!member || sIndividualProgression->isExcludedFromProgression(member))\n                    continue;\n\n                if (killer->IsAtLootRewardDistance(member))\n                    sIndividualProgression->checkKillProgression(member, killed);\n            }\n        }\n    }\n\n    bool OnPlayerUpdateFishingSkill(Player* player, int32 /*skill*/, int32 /*zone_skill*/, int32 chance, int32 roll) override\n    {\n        if (!player || !player->IsInWorld() || !chance || !roll)\n            return false;\n\n        if (!sIndividualProgression->enabled || !sIndividualProgression->fishingFix)\n            return true;\n        if (chance < roll)\n            return false;\n\n        return true;\n    }\n\n    void OnPlayerUpdateArea(Player* player, uint32 /*oldArea*/, uint32 newArea) override\n    {\n        if (!player || !player->IsInWorld() || !newArea)\n            return;\n\n        uint32 mapid = player->GetMap()->GetId();\n\n        if (mapid && mapid == MAP_OUTLAND) // prevent entering Sun's Reach Harbor in Quel'Danas without proper progression\n        {\n            if (!sIndividualProgression->isExcludedFromProgression(player) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_4) && newArea == 4087) // Sun's Reach Harbor\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"Progression Level Required = |cff00ffff{}|r\", PROGRESSION_TBC_TIER_4);\n\n                TeamId teamId = player->GetTeamId(true);\n                if (teamId == TEAM_ALLIANCE)\n                    player->TeleportTo(0, 2270.32f, -5341.56f, 87, 1.34946f); // Light's Hope Chapel\n                else // Horde\n                    player->TeleportTo(530, 9373.69f, -7168.46f, 9.17572f, 1.04876f); // Eversong Woods\n            }\n        }\n\n        sIndividualProgression->checkIPPhasing(player, newArea);\n    }\n\n};\n\nclass IndividualPlayerProgression_AccountScript : public AccountScript\n{\npublic:\n    IndividualPlayerProgression_AccountScript() : AccountScript(\"IndividualProgression_AccountScript\") { }\n\n    bool CanAccountCreateCharacter(uint32 accountId, uint8 charRace, uint8 charClass) override\n    {\n        if (!accountId || !charRace || !charClass)\n            return false;\n\n        if ((!sIndividualProgression->enabled) ||\n            (charRace != RACE_DRAENEI && charRace != RACE_BLOODELF && charClass != CLASS_DEATH_KNIGHT) ||\n            (!sIndividualProgression->tbcRacesProgressionLevel && !sIndividualProgression->deathKnightProgressionLevel))\n        {\n            return true;\n        }\n\n        // Check if the account is excluded from progression (bots)\n        std::string accountName;\n        bool accountNameFound = AccountMgr::GetName(accountId, accountName);\n        std::regex excludedAccountsRegex(sIndividualProgression->excludedAccountsRegex);\n  \n        if (accountNameFound && std::regex_match(accountName, excludedAccountsRegex))\n\t\t\treturn true;\n\n        uint8 highestProgression = sIndividualProgression->GetAccountProgression(accountId);\n        if (charRace == RACE_DRAENEI || charRace == RACE_BLOODELF)\n        {\n            if (highestProgression < sIndividualProgression->tbcRacesProgressionLevel)\n                return false;\n        }\n        if (charClass == CLASS_DEATH_KNIGHT && sIndividualProgression->deathKnightProgressionLevel)\n        {\n            if (highestProgression < sIndividualProgression->deathKnightProgressionLevel)\n                return false;\n        }\n        return true;\n    }\n};\n\nclass IndividualPlayerProgression_GroupScript : public GroupScript\n{\npublic:\n    IndividualPlayerProgression_GroupScript() : GroupScript(\"IndividualPlayerProgression_GroupScript\") { }\n\n    void OnAddMember(Group* group, ObjectGuid guid) override\n    {\n        if (!group || !guid)\n            return;\n\n        Player* added = ObjectAccessor::FindPlayer(guid);\n        if (!added)\n            return;\n\n        sIndividualProgression->SyncBotsProgressionToLeader(group);\n    }\n};\n\nclass IndividualPlayerProgression_UnitScript : public UnitScript\n{\npublic:\n    IndividualPlayerProgression_UnitScript() : UnitScript(\"IndividualPlayerProgression_UnitScript\") { }\n\n    void ModifyHealReceived(Unit* /*target*/, Unit *healer, uint32 &heal, SpellInfo const *spellInfo) override\n    {\n        // Skip potions, bandages, percentage based heals like Rune Tap, etc.\n        if (!sIndividualProgression->enabled || spellInfo->HasAttribute(SPELL_ATTR0_NO_IMMUNITIES) || spellInfo->Mechanic == MECHANIC_BANDAGE)\n            return;\n\n        // Skip percentage based heals or spells already nerfed by damage reduction\n        for (uint8 i = 0; i < 3; i++)\n        {\n            if (spellInfo->Effects[i].Effect == SPELL_EFFECT_HEAL_MAX_HEALTH)\n                return;\n        }\n        if (spellInfo->Id == SPELL_RUNE_TAP || spellInfo->Id == SPELL_LIFE_STEAL || spellInfo->Id == SPELL_CANNIBALISE)\n            return;\n\n        if (!healer)\n            return;\n\n        bool isPet = healer->GetOwner() && healer->GetOwner()->GetTypeId() == TYPEID_PLAYER;\n        if (!isPet && healer->GetTypeId() != TYPEID_PLAYER)\n            return;\n\n        Player* player = isPet ? healer->GetOwner()->ToPlayer() : healer->ToPlayer();\n\n        if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            heal *= sIndividualProgression->ComputeVanillaAdjustment(player->GetLevel(), sIndividualProgression->vanillaHealingAdjustment);\n        else if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            heal *= sIndividualProgression->tbcHealingAdjustment;\n    }\n\n    void ModifySpellDamageTaken(Unit* /*target*/, Unit* attacker, int32& damage, SpellInfo const* spellInfo) override\n    {\n        if (!sIndividualProgression->enabled || !attacker || !damage)\n            return;\n\n        // 22482 - Blade Flurry extra attack (Rogue); 12723 - Sweeping Strikes extra attack (Warrior)\n        if (spellInfo && (spellInfo->Id == 22482 || spellInfo->Id == 12723))\n            return;\n\n        bool isPet = attacker->GetOwner() && attacker->GetOwner()->GetTypeId() == TYPEID_PLAYER;\n        if (!isPet && attacker->GetTypeId() != TYPEID_PLAYER)\n            return;\n\n        Player* player = isPet ? attacker->GetOwner()->ToPlayer() : attacker->ToPlayer();\n\n        if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            damage *= sIndividualProgression->ComputeVanillaAdjustment(player->GetLevel(), sIndividualProgression->vanillaPowerAdjustment);\n        else if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            damage *= sIndividualProgression->tbcPowerAdjustment;\n    }\n\n    void ModifyMeleeDamage(Unit* /*target*/, Unit* attacker, uint32& damage) override\n    {\n        if (!sIndividualProgression->enabled || !attacker || !damage)\n            return;\n\n        bool isPet = attacker->GetOwner() && attacker->GetOwner()->GetTypeId() == TYPEID_PLAYER;\n        if (!isPet && attacker->GetTypeId() != TYPEID_PLAYER)\n            return;\n\n        Player* player = isPet ? attacker->GetOwner()->ToPlayer() : attacker->ToPlayer();\n\n        if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            damage *= sIndividualProgression->ComputeVanillaAdjustment(player->GetLevel(), sIndividualProgression->vanillaPowerAdjustment);\n        else if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            damage *= sIndividualProgression->tbcPowerAdjustment;\n    }\n\n    void ModifyPeriodicDamageAurasTick(Unit* /*target*/, Unit* attacker, uint32& damage, SpellInfo const* spellInfo) override\n    {\n        if (!sIndividualProgression->enabled || !attacker || !damage || !spellInfo)\n            return;\n\n        // Do not apply reductions to healing auras - these are already modified in the ModifyHeal hook\n        for (uint8 j = 0; j < MAX_SPELL_EFFECTS; ++j)\n        {\n            if (spellInfo->Effects[j].Effect == SPELL_EFFECT_APPLY_AURA && spellInfo->Effects[j].ApplyAuraName == SPELL_AURA_PERIODIC_HEAL)\n                return;\n        }\n\n        // Also manually filter cannibalise (forsaken racial). It isn't covered by SPELL_AURA_PERIODIC_HEAL\n        if (spellInfo->Id == SPELL_CANNIBALISE)\n            return;\n\n        bool isPet = attacker->GetOwner() && attacker->GetOwner()->GetTypeId() == TYPEID_PLAYER;\n        if (!isPet && attacker->GetTypeId() != TYPEID_PLAYER)\n            return;\n\n        Player* player = isPet ? attacker->GetOwner()->ToPlayer() : attacker->ToPlayer();\n\n        if (!sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC))\n            damage *= sIndividualProgression->ComputeVanillaAdjustment(player->GetLevel(), sIndividualProgression->vanillaPowerAdjustment);\n        else if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_PRE_TBC) && !sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n            damage *= sIndividualProgression->tbcPowerAdjustment;\n    }\n\n};\n\nvoid AddSC_mod_individual_progression_player()\n{\n    new IndividualPlayerProgression();\n    new IndividualPlayerProgression_GroupScript();\n    new IndividualPlayerProgression_AccountScript();\n    new IndividualPlayerProgression_UnitScript();\n}\n"
  },
  {
    "path": "src/IndividualProgressionPvP.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"WorldState.h\"\n\nclass gobject_ipp_pvp_closed : public GameObjectScript\n{\npublic:\n    gobject_ipp_pvp_closed() : GameObjectScript(\"gobject_ipp_pvp_closed\") { }\n\n    struct gobject_ipp_pvp_closedAI: GameObjectAI\n    {\n        explicit gobject_ipp_pvp_closedAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\t\t\tuint32 PVP_RANK6_QUEST = 66106;\n\n            if (player->IsGameMaster() || !sIndividualProgression->enabled || sIndividualProgression->isExcludedFromProgression(target) || sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC))\n                return false;\n\n            if (target->GetQuestStatus(PVP_RANK6_QUEST) == QUEST_STATUS_REWARDED)\n                return false;\n            else\n                return true;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_pvp_closedAI(object);\n    }\n};\n\nclass gobject_ipp_pvp_open : public GameObjectScript\n{\npublic:\n    gobject_ipp_pvp_open() : GameObjectScript(\"gobject_ipp_pvp_open\") { }\n\n    struct gobject_ipp_pvp_openAI: GameObjectAI\n    {\n        explicit gobject_ipp_pvp_openAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\t\t\tuint32 PVP_RANK6_QUEST = 66106;\n\n            if (player->IsGameMaster() || !sIndividualProgression->enabled || sIndividualProgression->isExcludedFromProgression(target) || sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC))\n                return true;\n\n            if (target->GetQuestStatus(PVP_RANK6_QUEST) == QUEST_STATUS_REWARDED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_pvp_openAI(object);\n    }\n};\n\nclass npc_ipp_tbc_pvp : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_pvp() : CreatureScript(\"npc_ipp_tbc_pvp\") { }\n\n    struct npc_ipp_tbc_pvpAI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_pvpAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC) && sIndividualProgression->isBeforeProgression(target, PROGRESSION_TBC_TIER_5))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_pvpAI(creature);\n    }\n};\n\n\nclass npc_ipp_tbc_S1 : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_S1() : CreatureScript(\"npc_ipp_tbc_S1\") { }\n\n    struct npc_ipp_tbc_S1AI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_S1AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC) && sIndividualProgression->isBeforeProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->tbcArenaSeason == 1)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_S1AI(creature);\n    }\n};\n\nclass npc_ipp_tbc_S2 : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_S2() : CreatureScript(\"npc_ipp_tbc_S2\") { }\n\n    struct npc_ipp_tbc_S2AI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_S2AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC) && sIndividualProgression->isBeforeProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->tbcArenaSeason == 2)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_S2AI(creature);\n    }\n};\n\nclass npc_ipp_tbc_S3 : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_S3() : CreatureScript(\"npc_ipp_tbc_S3\") { }\n\n    struct npc_ipp_tbc_S3AI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_S3AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC) && sIndividualProgression->isBeforeProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->tbcArenaSeason == 3)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_S3AI(creature);\n    }\n};\n\nclass npc_ipp_tbc_S4 : public CreatureScript\n{\npublic:\n    npc_ipp_tbc_S4() : CreatureScript(\"npc_ipp_tbc_S4\") { }\n\n    struct npc_ipp_tbc_S4AI: ScriptedAI\n    {\n        explicit npc_ipp_tbc_S4AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_TBC) && sIndividualProgression->isBeforeProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->tbcArenaSeason == 4)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_tbc_S4AI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_S5 : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_S5() : CreatureScript(\"npc_ipp_wotlk_S5\") { }\n\n    struct npc_ipp_wotlk_S5AI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_S5AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->wotlkArenaSeason == 5)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_S5AI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_S6 : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_S6() : CreatureScript(\"npc_ipp_wotlk_S6\") { }\n\n    struct npc_ipp_wotlk_S6AI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_S6AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->wotlkArenaSeason == 6)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_S6AI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_S7 : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_S7() : CreatureScript(\"npc_ipp_wotlk_S7\") { }\n\n    struct npc_ipp_wotlk_S7AI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_S7AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->wotlkArenaSeason == 7)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_S7AI(creature);\n    }\n};\n\nclass npc_ipp_wotlk_S8 : public CreatureScript\n{\npublic:\n    npc_ipp_wotlk_S8() : CreatureScript(\"npc_ipp_wotlk_S8\") { }\n\n    struct npc_ipp_wotlk_S8AI: ScriptedAI\n    {\n        explicit npc_ipp_wotlk_S8AI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5) && sIndividualProgression->wotlkArenaSeason == 8)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ipp_wotlk_S8AI(creature);\n    }\n};\n\n// Add all scripts in one\nvoid AddSC_mod_individual_progression_pvp()\n{\n    new gobject_ipp_pvp_closed();     // pvp officer doors\n    new gobject_ipp_pvp_open();       // pvp officer doors\n    new npc_ipp_tbc_pvp();            // only visible during TBC\n    new npc_ipp_tbc_S1();\n    new npc_ipp_tbc_S2();\n    new npc_ipp_tbc_S3();\n    new npc_ipp_tbc_S4();\n    new npc_ipp_wotlk_S5();\n    new npc_ipp_wotlk_S6();\n    new npc_ipp_wotlk_S7();\n    new npc_ipp_wotlk_S8();\n}\n"
  },
  {
    "path": "src/IndividualProgression_loader.cpp",
    "content": "/*\n * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n */\n\n// From SC\nvoid AddSC_mod_individual_progression();\nvoid AddSC_boss_onyxia_40();\nvoid AddSC_instance_onyxias_lair_40();\nvoid AddSC_instance_blackrock_spire_50_59_B();\nvoid AddSC_instance_blackrock_depths_50_59_B();\nvoid AddSC_instance_stratholme_50_59_B();\nvoid AddSC_instance_molten_core_60_1_A();\nvoid AddSC_quest_jail_break_60_2();\nvoid AddSC_quest_the_masquerade_60_2();\nvoid AddSC_boss_lord_kazzak_60_2();\nvoid AddSC_boss_chromaggus_60_2_A();\nvoid AddSC_boss_drakkisath_50_59_B();\nvoid AddSC_instance_naxxramas();\nvoid AddSC_boss_anubrekhan_40();\nvoid AddSC_boss_faerlina_40();\nvoid AddSC_boss_four_horsemen_40();\nvoid AddSC_boss_gluth_40();\nvoid AddSC_boss_gothik_40();\nvoid AddSC_boss_grobbulus_40();\nvoid AddSC_boss_heigan_40();\nvoid AddSC_boss_kelthuzad_40();\nvoid AddSC_boss_loatheb_40();\nvoid AddSC_boss_maexxna_40();\nvoid AddSC_boss_noth_40();\nvoid AddSC_boss_patchwerk_40();\nvoid AddSC_boss_razuvious_40();\nvoid AddSC_boss_sapphiron_40();\nvoid AddSC_boss_thaddius_40();\nvoid AddSC_npc_omarion_40();\nvoid AddSC_custom_spells_40();\nvoid AddSC_custom_creatures_40();\nvoid AddSC_custom_gameobjects_40();\nvoid AddSC_custom_scripts_40();\nvoid AddSC_Ipp_Wotlk_Modded_Scripts();\nvoid AddSC_aq_scripts();\nvoid AddSC_aq_we_scripts();\nvoid AddSC_cot_scripts();\nvoid AddSC_misc_scripts();\nvoid AddSC_ipp_spell_scripts();\nvoid AddSC_individualProgression_commandscript();\nvoid AddSC_mod_individual_progression_awareness();\nvoid AddSC_mod_individual_progression_player();\nvoid AddSC_mod_individual_progression_pvp();\nvoid AddSC_mod_individual_progression_battleground();\nvoid AddSC_mod_individual_progression_ioq();\nvoid AddSC_npc_archmage_timear();\nvoid AddSC_karazhan_70();\nvoid AddSC_the_eye_70();\nvoid AddSC_serpentshrine_cavern_70();\n\nvoid Addmod_individual_progressionScripts()\n{\n    AddSC_mod_individual_progression();\n    AddSC_boss_onyxia_40();\n    AddSC_instance_onyxias_lair_40();\n    AddSC_instance_blackrock_spire_50_59_B();\n    AddSC_instance_blackrock_depths_50_59_B();\n    AddSC_instance_stratholme_50_59_B();\n    AddSC_instance_molten_core_60_1_A();\n    AddSC_quest_jail_break_60_2();\n    AddSC_quest_the_masquerade_60_2();\n    AddSC_boss_lord_kazzak_60_2();\n    AddSC_boss_chromaggus_60_2_A();\n    AddSC_boss_drakkisath_50_59_B();\n    AddSC_instance_naxxramas();\n    AddSC_boss_anubrekhan_40();\n    AddSC_boss_faerlina_40();\n    AddSC_boss_four_horsemen_40();\n    AddSC_boss_gluth_40();\n    AddSC_boss_gothik_40();\n    AddSC_boss_grobbulus_40();\n    AddSC_boss_heigan_40();\n    AddSC_boss_kelthuzad_40();\n    AddSC_boss_loatheb_40();\n    AddSC_boss_maexxna_40();\n    AddSC_boss_noth_40();\n    AddSC_boss_patchwerk_40();\n    AddSC_boss_razuvious_40();\n    AddSC_boss_sapphiron_40();\n    AddSC_boss_thaddius_40();\n    AddSC_npc_omarion_40();\n    AddSC_custom_spells_40();\n    AddSC_custom_creatures_40();\n    AddSC_custom_gameobjects_40();\n    AddSC_custom_scripts_40();\n    AddSC_Ipp_Wotlk_Modded_Scripts();\n    AddSC_aq_scripts();\n    AddSC_aq_we_scripts();\n    AddSC_cot_scripts();\n    AddSC_misc_scripts();\n    AddSC_ipp_spell_scripts();\n    AddSC_individualProgression_commandscript();\n    AddSC_mod_individual_progression_awareness();\n    AddSC_mod_individual_progression_player();\n    AddSC_mod_individual_progression_pvp();\n    AddSC_mod_individual_progression_battleground();\n    AddSC_mod_individual_progression_ioq();\n    AddSC_npc_archmage_timear();\n    AddSC_karazhan_70();\n    AddSC_the_eye_70();\n    AddSC_serpentshrine_cavern_70();\n}\n"
  },
  {
    "path": "src/cs_individualProgression.cpp",
    "content": "#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"Tokenize.h\"\n#include \"IndividualProgression.h\"\n#include \"naxxramas_40.h\"\n\nusing namespace Acore::ChatCommands;\n\nclass individualProgression_commandscript : public CommandScript\n{\npublic:\n    individualProgression_commandscript() : CommandScript(\"individualProgression_commandscript\") {}\n\n    ChatCommandTable GetCommands() const override\n    {\n        static ChatCommandTable ipTable =\n        {\n            { \"get\",    HandleGetIndividualProgressionCommand,    SEC_GAMEMASTER,    Console::Yes },\n            { \"set\",    HandleSetIndividualProgressionCommand,    SEC_GAMEMASTER,    Console::Yes },\n            { \"tele\",   HandleTeleIndividualProgressionCommand,   SEC_GAMEMASTER,    Console::Yes },\n            { \"setbot\", HandleSetBotIndividualProgressionCommand, SEC_GAMEMASTER,    Console::Yes },\n            { \"setrep\", HandleSetRepIndividualProgressionCommand, SEC_GAMEMASTER,    Console::Yes },\n        };\n\n        static ChatCommandTable commandTable =\n        {\n            { \"ip\", ipTable },\n        };\n\n        return commandTable;\n    }\n\n    static void CheckProgressionAchievements(Player* target, uint8 currentState, uint32 progressionLevel)\n    {\n        if (!currentState || (!progressionLevel && progressionLevel != 0) || !target || !target->IsInWorld())\n            return;\n\n        uint16 playerGUID = target->GetGUID().GetCounter();\n\n        for (uint8 i = progressionLevel; i < currentState; ++i)\n        {\n            if (i == 0 && target->HasAchieved(RAGNAROS_KILL)) // 686\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, RAGNAROS_KILL);\n            }\n            else if (i == 1 && target->HasAchieved(ONYXIA_KILL)) // 684\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, ONYXIA_KILL);\n            }\n            else if (i == 2 && target->HasAchieved(NEFARIAN_KILL)) // 685\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, NEFARIAN_KILL);\n            }\n            else if (i == 5 && target->HasAchieved(C_THUN_KILL)) // 687\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, C_THUN_KILL);\n            }\n            else if (i == 8 && target->HasAchieved(MALCHEZAAR_KILL)) //  690\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, MALCHEZAAR_KILL);\n            }\n            else if (i == 9 && target->HasAchieved(KAEL_THAS_KILL)) // 696\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, KAEL_THAS_KILL);\n            }\n            else if (i == 10 && target->HasAchieved(ILLIDAN_KILL)) // 697\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, ILLIDAN_KILL);\n            }\n            else if (i == 11 && target->HasAchieved(ZUL_JIN_KILL)) // 691\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, ZUL_JIN_KILL);\n            }\n            else if (i == 12 && target->HasAchieved(KIL_JAEDEN_KILL)) // 698\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, KIL_JAEDEN_KILL);\n            }\n            else if (i == 13 && target->HasAchieved(KEL_THUZAD_KILL)) // 575\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, KEL_THUZAD_KILL);\n            }\n            else if (i == 15 && target->HasAchieved(ANUB_ARAK_KILL)) // 3916\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, ANUB_ARAK_KILL);\n            }\n            else if (i == 16 && target->HasAchieved(LICH_KING_KILL)) // 4597\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, LICH_KING_KILL);\n            }\n            else if (i == 17 && target->HasAchieved(HALION_KILL)) // 4815\n            {\n                sIndividualProgression->RemovePlayerAchievement(playerGUID, HALION_KILL);\n            }\n        }\n    }\n\n    static bool HandleGetIndividualProgressionCommand(ChatHandler* handler, Optional<PlayerIdentifier> player)\n    {\n        player = PlayerIdentifier::FromTargetOrSelf(handler);\n\n        if (!player)\n        {\n            handler->SendSysMessage(\"Player not found.\");\n            return false;\n        }\n\n        Player* target = player->GetConnectedPlayer();\n        uint32 progressionLevel = sIndividualProgression->GetPlayerProgressionFromQuests(target);\n        std::string playername = target->GetName();\n\n        handler->PSendSysMessage(\"Progression Level for |cff00ffff{}|r = |cff00ffff{}|r\", playername, progressionLevel);\n        return true;\n    }\n\n    static bool HandleSetIndividualProgressionCommand(ChatHandler* handler, Optional<PlayerIdentifier> player, uint32 progressionLevel)\n    {\n\t    if (!progressionLevel && progressionLevel != 0)\n            return false;\n\n        if (progressionLevel > PROGRESSION_WOTLK_TIER_5)\n        {\n            handler->SendSysMessage(\"Invalid Progression Level.\");\n            return false;\n        }\n\n        player = PlayerIdentifier::FromTargetOrSelf(handler);\n        Player* target = player->GetConnectedPlayer();\n        std::string playername = target->GetName();\n        uint8 currentState = sIndividualProgression->GetPlayerProgressionFromQuests(target);\n        uint32 currentArea = target->GetAreaId();\n\n        if (progressionLevel < currentState)\n        {\n            CheckProgressionAchievements(target, currentState, progressionLevel);\n        }\n\n        sIndividualProgression->ForceUpdateProgressionState(target, static_cast<ProgressionState>(progressionLevel));\n        sIndividualProgression->checkIPPhasing(target, currentArea);\n\n        handler->PSendSysMessage(\"Updated Progression Level for |cff00ffff{}|r = |cff00ffff{}|r\", playername, progressionLevel);\n        return true;\n    }\n\n    static bool HandleSetBotIndividualProgressionCommand(ChatHandler* handler)\n    {\n        Player* player = handler->GetSession()->GetPlayer();\n\n        if (!player)\n        {\n            handler->SendSysMessage(\"Player not found.\");\n            return false;\n        }\n\n        Group* group = player->GetGroup();\n\n        std::string playername = player->GetName();\n        uint32 currentState = sIndividualProgression->GetPlayerProgressionFromQuests(player);\n        uint32 currentArea = player->GetAreaId();\n\n        if (!group)\n        {\n            handler->SendSysMessage(\"You need to be in a group to use this command.\");\n            return false;\n        }\n\n        for (GroupReference* itr = group->GetFirstMember(); itr; itr = itr->next())\n        {\n            Player* member = itr->GetSource();\n            if (!member || !sIndividualProgression->isExcludedFromProgression(member))\n                continue;\n\n            sIndividualProgression->ForceUpdateProgressionState(member, static_cast<ProgressionState>(currentState));\n            sIndividualProgression->CheckAdjustments(member);\n            sIndividualProgression->checkIPPhasing(member, currentArea);\n        }\n\n        handler->PSendSysMessage(\"Updated Progression Level for all RND bots = |cff00ffff{}|r\", currentState);\n        return true;\n    }\n\n    static bool HandleSetRepIndividualProgressionCommand(ChatHandler* handler)\n    {\n        Player* player = handler->GetSession()->GetPlayer();\n        uint32 accountId = handler->GetSession()->GetAccountId();\n        \n        if (!player || !accountId)\n            return false;\n\n        Group* group = player->GetGroup();\n        \n        if (!sIndividualProgression->EnableSetRepCommand)\n        {\n            handler->SendSysMessage(\"The .ip setrep command is currently disabled.\");\n            return false;\n        }\n        \n        if (!group)\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"You need to be in a group to use this command.\");\n            return false;\n        }\n\n        static constexpr std::array<uint32, 9> Shared_Honored_Checklist =\n        {\n            910,  // Brood of Nozdormu\n            932,  // The Aldor\n            933,  // The Consortium\n            934,  // The Scryers\n            989,  // Keepers of Time\n            1011, // Lower City\n            1073, // The Kalu'ak\n            1090, // Kirin Tor\n            1098  // Knights of the Ebon Blade\n        };\n\n        static constexpr std::array<uint32, 11> Shared_Friendly_Checklist =\n        {\n            59,   // Thorium Brotherhood\n            529,  // Argent Dawn\n            609,  // Cenarion Circle\n            935,  // The Sha'tar\n            942,  // Cenarion Expedition\n            967,  // The Violet Eye\n            990,  // The Scale of the Sands\n            1012, // Ashtongue Deathsworn\n            1031, // Sha'tari Skyguard\n            1091, // The Wyrmrest Accord\n            1119  // The Sons of Hodir\n        };\n\n        static constexpr std::array<uint32, 10> Shared_Neutral_Checklist =\n        {\n            270,  // Zandalar Tribe\n            349,  // Ravenholdt\n            576,  // Timbermaw Hold\n            749,  // Hydraxian Waterlords\n            909,  // Darkmoon Faire\n            970,  // Sporeggar\n            1015, // Netherwing\n            1038, // Ogri'la\n            1077, // Shattered Sun Offensive\n            1156  // The Ashen Verdict\n        };\n\n        static constexpr std::array<uint32, 4> Alliance_Honored_Checklist =\n        {\n            946,  // Honor Hold\n            978,  // Kurenai\n            1037, // Alliance Vanguard\n            1094  // The Silver Covenant\n        };\n\n        static constexpr std::array<uint32, 4> Alliance_Neutral_Checklist =\n        {\n            509,  // The League of Arathor\n            589,  // Wintersaber Trainers\n            730,  // Stormpike Guard\n            890   // Silverwing Sentinels\n        };\n\n        static constexpr std::array<uint32, 4> Horde_Honored_Checklist =\n        {\n            941,  // Mag'har\n            947,  // Thrallmar\n            1052, // Horde Expedition\n            1124  // The Sunreavers\n        };\n\n        static constexpr std::array<uint32, 4> Horde_Neutral_Checklist =\n        {\n            510,  // The Defilers\n            729,  // Frostwolf Clan\n            889,  // Warsong Outriders\n            922   // Tranquillien\n        };\n\n        std::regex sharedFactionIdsRegex(sIndividualProgression->sharedFactionIdsRegex);\n        TeamId teamId = player->GetTeamId(true);\n\n        for (uint32 factionId : Shared_Honored_Checklist)\n        {\n            if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_HONORED)\n                continue;\n\n            if ((factionId == 910 || factionId == 932 || factionId == 934) && player->GetReputationRank(factionId) < REP_HONORED) // Skip if not Honored\n                continue;\n\n            if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n        }\n\n        for (uint32 factionId : Shared_Friendly_Checklist)\n        {\n            if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_FRIENDLY)\n                continue;\n\n            if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n        }\n\n        for (uint32 factionId : Shared_Neutral_Checklist)\n        {\n            if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_NEUTRAL)\n                continue;\n\n            if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n        }\n\n        if (teamId == TEAM_ALLIANCE)\n        {\n            for (uint32 factionId : Alliance_Honored_Checklist)\n            {\n                if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_HONORED)\n                    continue;\n\n                if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                    sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n            }\n\n            for (uint32 factionId : Alliance_Neutral_Checklist)\n            {\n                if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_NEUTRAL)\n                    continue;\n\n                if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                    sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n            }\n        }\n\n        if (teamId == TEAM_HORDE)\n        {\n            for (uint32 factionId : Horde_Honored_Checklist)\n            {\n                if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_HONORED)\n                    continue;\n\n                if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                    sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n            }\n\n            for (uint32 factionId : Horde_Neutral_Checklist)\n            {\n                if (sIndividualProgression->LimitedSetRepCommand && player->GetReputationRank(factionId) < REP_NEUTRAL)\n                    continue;\n\n                if (std::regex_match(std::to_string(factionId), sharedFactionIdsRegex))\n                    sIndividualProgression->UpdateAccountReputation(factionId, accountId, player);\n            }\n        }\n\n        return true;\n    }\n\n    static bool HandleTeleIndividualProgressionCommand(ChatHandler* handler, Optional<PlayerIdentifier> player, std::string location)\n    {\n        if (location != \"naxx40\" && location != \"onyxia40\" && location != \"naxx\" && location != \"onyxia\")\n        {\n            handler->PSendSysMessage(\"|cff00ffff{}|r is not a valid teleport location.\", location);\n            return false;\n        }\n\n        player = PlayerIdentifier::FromTargetOrSelf(handler);\n        Player* target = player->GetConnectedPlayer();\n        uint32 progressionLevel = sIndividualProgression->GetPlayerProgressionFromQuests(target);\n        std::string playername = target->GetName();\n\n        if (location == \"naxx\" || location == \"naxx40\")\n        {\n \t\t\tif ((progressionLevel < PROGRESSION_TBC_TIER_5) && (target->GetLevel() <= 70))\n            {\n                if (sIndividualProgression->isAttuned(target) || sIndividualProgression->isExcludedFromProgression(target))\n                {\n                    target->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);\n                    target->TeleportTo(533, 3005.51f, -3434.64f, 304.195f, 6.2831f);\n                    return true;\n                }\n                else\n                {\n                    handler->PSendSysMessage(\"|cff00ffff{}|r has not completed the Naxxramas attunement quest.\", playername);\n                    return false;\n                }\n            }\n            else\n            {\n                handler->PSendSysMessage(\"|cff00ffff{}|r is not allowed to teleport to |cff00ffff{}|r.\", playername, location);\n                return false;\n            }\n        }\n        else if (location == \"onyxia\" || location == \"onyxia40\")\n        {\n            if ((progressionLevel < PROGRESSION_TBC_TIER_5) && (target->GetLevel() <= 70))\n            {\n                if (target->HasItemCount(ITEM_DRAKEFIRE_AMULET) || sIndividualProgression->isExcludedFromProgression(target))\n                {\n                    target->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);\n                    target->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);\n                    return true;\n                }\n                else\n                {\n                    handler->PSendSysMessage(\"|cff00ffff{}|r does not have a Drakefire Amulet.\", playername);\n                    return false;\n                }\n            }\n            else\n            {\n                handler->PSendSysMessage(\"|cff00ffff{}|r is not allowed to teleport to |cff00ffff{}|r.\", playername, location);\n                return false;\n            }\n        }\n\n        return false;\n    }\n};\n\nvoid AddSC_individualProgression_commandscript()\n{\n    new individualProgression_commandscript();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_anubrekhan_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"ScriptedCreature.h\"\n#include \"naxxramas.h\"\n\nenum Says\n{\n    SAY_AGGRO                       = 0,\n    SAY_GREET                       = 1,\n    SAY_SLAY                        = 2,\n    EMOTE_LOCUST                    = 3\n};\n\nenum GuardSays\n{\n    EMOTE_SPAWN                     = 1,\n    EMOTE_SCARAB                    = 2\n};\n\nenum Spells\n{\n    SPELL_IMPALE                    = 28783,\n    SPELL_LOCUST_SWARM              = 28785,\n    SPELL_BERSERK                   = 26662\n};\n\nPosition const cryptguardPositions[] = {\n    { 3299.732f, -3502.489f, 287.077f, 2.378f },\n    { 3299.086f, -3450.929f, 287.077f, 3.999f },\n    { 3331.217f, -3476.607f, 287.074f, 3.269f }\n};\n\nclass boss_anubrekhan_40 : public CreatureScript\n{\npublic:\n    boss_anubrekhan_40() : CreatureScript(\"boss_anubrekhan_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_anubrekhan_40AI>(pCreature);\n    }\n\n    struct boss_anubrekhan_40AI : public BossAI\n    {\n        boss_anubrekhan_40AI(Creature* c) : BossAI(c, BOSS_ANUB)\n        {\n            _sayGreet = false;\n        }\n\n        void SummonCryptGuards_40()\n        {\n            me->SummonCreature(NPC_CRYPT_GUARD_40, cryptguardPositions[0], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);\n            me->SummonCreature(NPC_CRYPT_GUARD_40, cryptguardPositions[1], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            SummonCryptGuards_40();\n            // me->m_Events.KillAllEvents(false);\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            if (me->IsInCombat())\n            {\n                cr->SetInCombatWithZone();\n                if (cr->GetEntry() == NPC_CRYPT_GUARD_40)\n                    cr->AI()->Talk(EMOTE_SPAWN, me);\n            }\n            summons.Summon(cr);\n        }\n\n        void SummonedCreatureDies(Creature* cr, Unit*) override\n        {\n            if (cr->GetEntry() == NPC_CRYPT_GUARD_40)\n            {\n                cr->CastSpell(cr, SPELL_SUMMON_CORPSE_SCRABS_10, true, nullptr, nullptr, me->GetGUID());\n                cr->AI()->Talk(EMOTE_SCARAB);\n            }\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            // instance->DoStartTimedAchievement(ACHIEVEMENT_TIMED_TYPE_EVENT, ACHIEV_TIMED_START_EVENT);\n        }\n\n        void KilledUnit(Unit* victim) override\n        {\n            if (!victim->IsPlayer())\n                return;\n\n            Talk(SAY_SLAY);\n            victim->CastSpell(victim, SPELL_SUMMON_CORPSE_SCRABS_5, true, nullptr, nullptr, me->GetGUID());\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->CallForHelp(30.0f);\n            Talk(SAY_AGGRO);\n\n            if (!summons.HasEntry(NPC_CRYPT_GUARD_40))\n                SummonCryptGuards_40();\n\n            me->m_Events.AddEventAtOffset([this] {\n                me->SummonCreature(NPC_CRYPT_GUARD_40, cryptguardPositions[2], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);\n            }, Milliseconds(urand(15000, 20000)));\n\n            ScheduleTimedEvent(15s, [&] {\n                int32 bp1 = 3937;\n                int32 bp2 = 299;\n                if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true, true))\n                    me->CastCustomSpell(target, SPELL_IMPALE, 0, &bp1, &bp2, false, nullptr, nullptr, ObjectGuid::Empty);\n            }, 20s);\n\n            ScheduleTimedEvent(70s, 2min, [&] {\n                Talk(EMOTE_LOCUST);\n                DoCastSelf(SPELL_LOCUST_SWARM);\n\n                scheduler.Schedule(3s, [this](TaskContext /*context*/) {\n                    me->SummonCreature(NPC_CRYPT_GUARD_40, cryptguardPositions[2], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);\n                });\n\n            }, 90s);\n\n            ScheduleEnrageTimer(SPELL_BERSERK, 10min);\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (!_sayGreet && who->IsPlayer())\n            {\n                Talk(SAY_GREET);\n                _sayGreet = true;\n            }\n            ScriptedAI::MoveInLineOfSight(who);\n        }\n\n    private:\n        bool _sayGreet{false};\n    };\n};\n\nvoid AddSC_boss_anubrekhan_40()\n{\n    new boss_anubrekhan_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_faerlina_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellInfo.h\"\n#include \"naxxramas.h\"\n\nenum Yells\n{\n    SAY_GREET                           = 0,\n    SAY_AGGRO                           = 1,\n    SAY_SLAY                            = 2,\n    SAY_DEATH                           = 3,\n    EMOTE_WIDOWS_EMBRACE                = 4,\n    EMOTE_FRENZY                        = 5,\n    SAY_FRENZY                          = 6\n};\n\nenum Spells\n{\n    SPELL_POISON_BOLT_VOLLEY            = 28796,\n    SPELL_RAIN_OF_FIRE                  = 28794,\n    SPELL_FRENZY                        = 28798,\n    SPELL_WIDOWS_EMBRACE                = 28732\n};\n\nenum SpellValues : int32\n{\n    POISON_BOLT_VOLLEY_BP0              = 1224,\n    POISON_BOLT_VOLLEY_BP1              = 416,\n    RAIN_OF_FIRE_BP0                    = 1849,\n    FRENZY_BP0                          = 149,\n    FRENZY_BP1                          = 74,\n    FRENZY_BP2                          = 49\n};\n\nenum Groups\n{\n    GROUP_FRENZY                        = 1\n};\n\nclass boss_faerlina_40 : public CreatureScript\n{\npublic:\n    boss_faerlina_40() : CreatureScript(\"boss_faerlina_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_faerlina_40AI>(pCreature);\n    }\n\n    struct boss_faerlina_40AI : public BossAI\n    {\n        boss_faerlina_40AI(Creature* c) : BossAI(c, BOSS_FAERLINA), _introDone(false) { }\n\n        void SummonHelpers_40()\n        {\n            me->SummonCreature(NPC_NAXXRAMAS_WORSHIPPER_40, 3362.66f, -3620.97f, 261.08f, 4.57276f);\n            me->SummonCreature(NPC_NAXXRAMAS_WORSHIPPER_40, 3344.3f, -3618.31f, 261.08f, 4.69494f);\n            me->SummonCreature(NPC_NAXXRAMAS_WORSHIPPER_40, 3356.71f, -3620.05f, 261.08f, 4.57276f);\n            me->SummonCreature(NPC_NAXXRAMAS_WORSHIPPER_40, 3350.26f, -3619.11f, 261.08f, 4.67748f);\n            me->SummonCreature(NPC_NAXXRAMAS_FOLLOWER_40, 3347.49f, -3617.59f, 261.0f, 4.49f);\n            me->SummonCreature(NPC_NAXXRAMAS_FOLLOWER_40, 3359.64f, -3619.16f, 261.0f, 4.56f);\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            summons.DespawnAll();\n            SummonHelpers_40();\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            Talk(SAY_AGGRO);\n\n            scheduler.Schedule(1200ms, [this](TaskContext /*context*/) {\n                this->summons.DoZoneInCombat();\n            });\n\n            ScheduleTimedEvent(7s, 15s, [&]{\n                if (!me->HasAura(SPELL_WIDOWS_EMBRACE))\n                {\n                    CustomSpellValues values;\n                    int32 bp0 = POISON_BOLT_VOLLEY_BP0;\n                    int32 bp1 = POISON_BOLT_VOLLEY_BP1;\n                    values.AddSpellMod(SPELLVALUE_MAX_TARGETS, 10);\n                    values.AddSpellMod(SPELLVALUE_BASE_POINT0, bp0);\n                    values.AddSpellMod(SPELLVALUE_BASE_POINT1, bp1);\n                    me->CastCustomSpell(SPELL_POISON_BOLT_VOLLEY, values, me, TRIGGERED_NONE, nullptr, nullptr, ObjectGuid::Empty);\n                }\n            }, 7s, 15s);\n\n            ScheduleTimedEvent(8s, 18s, [&] {\n                if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0))\n                {\n                    int32 bp0 = RAIN_OF_FIRE_BP0;\n                    me->CastCustomSpell(target, SPELL_RAIN_OF_FIRE, &bp0, 0, 0, false, nullptr, nullptr, ObjectGuid::Empty);\n                }\n            }, 8s, 18s);\n\n            scheduler.Schedule(60s, 80s, GROUP_FRENZY, [this](TaskContext context) {\n                if (!me->HasAura(SPELL_WIDOWS_EMBRACE))\n                {\n                    Talk(SAY_FRENZY);\n                    Talk(EMOTE_FRENZY);\n                    int32 bp0 = FRENZY_BP0;\n                    int32 bp1 = FRENZY_BP1;\n                    int32 bp2 = FRENZY_BP2;\n                    me->CastCustomSpell(me, SPELL_FRENZY, &bp0, &bp1, &bp2, true, nullptr, nullptr, ObjectGuid::Empty);\n                    context.Repeat(1min);\n                }\n                else\n                    context.Repeat(30s);\n            });\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (!_introDone && who->IsPlayer())\n            {\n                Talk(SAY_GREET);\n                _introDone = true;\n            }\n            ScriptedAI::MoveInLineOfSight(who);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            if (!urand(0, 3))\n                Talk(SAY_SLAY);\n\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n        }\n\n        void SpellHit(Unit* caster, SpellInfo const* spell) override\n        {\n            if (spell->Id == SPELL_WIDOWS_EMBRACE)\n            {\n                Talk(EMOTE_WIDOWS_EMBRACE); // %s is affected by Widow's Embrace!\n                if (me->HasAura(SPELL_FRENZY))\n                {\n                    scheduler.RescheduleGroup(GROUP_FRENZY, 1min); // You must sacrifice the worshiper AFTER she enrages if you want to stop her for the full 60 seconds.\n                    me->RemoveAurasDueToSpell(SPELL_FRENZY);\n                    // instance->SetData(DATA_FRENZY_REMOVED, 0); // achievement\n                }\n                else\n                    scheduler.RescheduleGroup(GROUP_FRENZY, 30s); //  If you sacrifice the Worshiper before the enrage, it will merely delay the enrage for 30 seconds.\n                caster->KillSelf();\n            }\n        }\n\n        private:\n            bool _introDone;\n    };\n};\n\nvoid AddSC_boss_faerlina_40()\n{\n    new boss_faerlina_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_four_horsemen_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellScript.h\"\n#include \"naxxramas.h\"\n#include \"IndividualProgression.h\"\n\nenum Spells\n{\n    SPELL_BERSERK                    = 26662,\n    // Marks\n    SPELL_MARK_OF_KORTHAZZ           = 28832,\n    SPELL_MARK_OF_BLAUMEUX           = 28833,\n    SPELL_MARK_OF_MOGRAINE           = 28834, // TODO: Requires Spell DBC Edit\n    SPELL_MARK_OF_ZELIEK             = 28835,\n    SPELL_MARK_DAMAGE                = 28836,\n    // Korth'azz\n    SPELL_KORTHAZZ_METEOR            = 28884,\n    // Blaumeux\n    SPELL_BLAUMEUX_VOID_ZONE         = 28863,\n    // Zeliek\n    SPELL_ZELIEK_HOLY_WRATH          = 28883,\n    // Mograine\n    SPELL_RIVENDARE_UNHOLY_SHADOW    = 28882,\n\n    // NAXX40\n    SPELL_SHIELDWALL                 = 29061, // Shield Wall - All 4 horsemen will shield wall at 50% hp and 20% hp for 20 seconds\n    SPELL_SUMMON_PLAYER              = 25104,\n};\n\nenum Events\n{\n    EVENT_MARK_CAST                     = 1,\n    EVENT_PRIMARY_SPELL                 = 2,\n    // EVENT_SECONDARY_SPELL            = 3,\n    EVENT_BERSERK                       = 4,\n    EVENT_HEALTH_CHECK                  = 5\n};\n\nenum Misc\n{\n    // Horseman\n    HORSEMAN_ZELIEK                     = 0,\n    HORSEMAN_BLAUMEUX                   = 1,\n    HORSEMAN_MOGRAINE                   = 2,\n    HORSEMAN_KORTHAZZ                   = 3\n};\n\nenum Spirits\n{\n    // Spells\n    SPELL_SUMMON_SPIRIT_ZELIEK    = 28934,\n    SPELL_SUMMON_SPIRIT_BLAUMEUX  = 28931,\n    SPELL_SUMMON_SPIRIT_MOGRAINE  = 28928,\n    SPELL_SUMMON_SPIRIT_KORTHAZZ  = 28932,\n    // NPCs\n    NPC_SPIRIT_ZELIEK             = 16777,\n    NPC_SPIRIT_BLAUMEUX           = 16776,\n    NPC_SPIRIT_MOGRAINE           = 16775,\n    NPC_SPIRIT_KORTHAZZ           = 16778\n};\n\nenum FourHorsemen\n{\n    SAY_AGGRO       = 0,\n    SAY_TAUNT       = 1,\n    SAY_SPECIAL     = 2,\n    SAY_SLAY        = 3,\n    SAY_DEATH       = 4,\n    EMOTE_RAGECAST  = 7\n};\n\n// MARKS\nconst uint32 TABLE_SPELL_MARK[4] = {SPELL_MARK_OF_ZELIEK, SPELL_MARK_OF_BLAUMEUX, SPELL_MARK_OF_MOGRAINE, SPELL_MARK_OF_KORTHAZZ};\n// SPIRITS\nconst uint32 TABLE_SPELL_SUMMON_SPIRIT[4] = {SPELL_SUMMON_SPIRIT_ZELIEK, SPELL_SUMMON_SPIRIT_BLAUMEUX, SPELL_SUMMON_SPIRIT_MOGRAINE, SPELL_SUMMON_SPIRIT_KORTHAZZ};\n\nclass boss_four_horsemen_40 : public CreatureScript\n{\npublic:\n    boss_four_horsemen_40() : CreatureScript(\"boss_four_horsemen_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_four_horsemen_40AI>(pCreature);\n    }\n\n    struct boss_four_horsemen_40AI : public BossAI\n    {\n        explicit boss_four_horsemen_40AI(Creature* c) : BossAI(c, BOSS_HORSEMAN)\n        {\n            switch (me->GetEntry())\n            {\n                case NPC_SIR_ZELIEK_40:\n                    horsemanId = HORSEMAN_ZELIEK;\n                    break;\n                case NPC_LADY_BLAUMEUX_40:\n                    horsemanId = HORSEMAN_BLAUMEUX;\n                    break;\n                case NPC_HIGHLORD_MOGRAINE_40:\n                    horsemanId = HORSEMAN_MOGRAINE;\n                    break;\n                case NPC_THANE_KORTHAZZ_40:\n                    horsemanId = HORSEMAN_KORTHAZZ;\n                    break;\n            }\n        }\n\n        EventMap events;\n        uint8 horsemanId;\n        bool doneFirstShieldWall;\n\n        bool IsInRoom()\n        {\n            if (me->GetExactDist(2535.1f, -2968.7f, 241.3f) > 100.0f)\n            {\n                EnterEvadeMode();\n                return false;\n            }\n            return true;\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            me->SetPosition(me->GetHomePosition());\n            events.Reset();\n            events.RescheduleEvent(EVENT_MARK_CAST, 20s);\n            events.RescheduleEvent(EVENT_BERSERK, 600s);\n            summons.DespawnAll(); // despawn spirits\n            events.RescheduleEvent(EVENT_PRIMARY_SPELL, 10s, 15s);\n            doneFirstShieldWall = false;\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            Talk(SAY_SLAY);\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void SpellHitTarget(Unit* target, SpellInfo const* spellInfo) override\n        {\n            if (spellInfo && spellInfo->Id == TABLE_SPELL_MARK[horsemanId])\n                DoModifyThreatByPercent(target, -50);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n\n            if (instance && instance->GetBossState(BOSS_HORSEMAN) == DONE)\n            {\n                if (!me->GetMap()->GetPlayers().IsEmpty())\n                {\n                    if (Creature* spirit = GetClosestCreatureWithEntry(me, NPC_SPIRIT_ZELIEK, 200.0f))\n                        spirit->DespawnOrUnsummon();\n                    if (Creature* spirit = GetClosestCreatureWithEntry(me, NPC_SPIRIT_BLAUMEUX, 200.0f))\n                        spirit->DespawnOrUnsummon();\n                    if (Creature* spirit = GetClosestCreatureWithEntry(me, NPC_SPIRIT_MOGRAINE, 200.0f))\n                        spirit->DespawnOrUnsummon();\n                    if (Creature* spirit = GetClosestCreatureWithEntry(me, NPC_SPIRIT_KORTHAZZ, 200.0f))\n                        spirit->DespawnOrUnsummon();\n                    if (Player* player = me->GetMap()->GetPlayers().getFirst()->GetSource())\n                        if (GameObject* chest = player->SummonGameObject(GO_HORSEMEN_CHEST_40, 2514.8f, -2944.9f, 245.55f, 5.51f, 0, 0, 0, 0, 0))\n                            chest->SetLootRecipient(me);\n                }\n            }\n            else\n            {\n                DoCastSelf(TABLE_SPELL_SUMMON_SPIRIT[horsemanId], true);\n            }\n        }\n\n        void JustSummoned(Creature* summon) override\n        {\n            summons.Summon(summon);\n            summons.DoZoneInCombat();\n            summon->SetUnitFlag(UNIT_FLAG_DISABLE_MOVE);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            Talk(SAY_AGGRO);\n            events.ScheduleEvent(EVENT_HEALTH_CHECK, 1s);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!IsInRoom())\n                return;\n\n            if (!UpdateVictim())\n                return;\n\n            if (Unit* victim = me->GetVictim())\n                if (!me->IsWithinDistInMap(victim, VISIBILITY_DISTANCE_NORMAL))\n                    me->CastSpell(victim, SPELL_SUMMON_PLAYER, true);\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_MARK_CAST:\n                    me->CastSpell(me, TABLE_SPELL_MARK[horsemanId], false);\n                    events.Repeat(12s);\n                    return;\n                case EVENT_BERSERK:\n                    Talk(SAY_SPECIAL);\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    return;\n                case EVENT_PRIMARY_SPELL:\n                    // Talk(SAY_TAUNT); // should be called by instance scripts, see vMangos instance_naxxramas.cpp\n                    if (horsemanId == HORSEMAN_ZELIEK)\n                    {\n                        if (sIndividualProgression->doableNaxx40Bosses)\n                        {\n                            int32 bp0 = 222;\n                            CustomSpellValues values;\n                            values.AddSpellMod(SPELLVALUE_BASE_POINT0, bp0);\n                            values.AddSpellMod(SPELLVALUE_MAX_TARGETS, 50); // 30yd\n                            me->CastCustomSpell(SPELL_ZELIEK_HOLY_WRATH, values, me->GetVictim(), TRIGGERED_NONE, nullptr, nullptr, ObjectGuid::Empty);\n                        }\n                        else\n                        {\n                            int32 bp0 = 443;\n                            CustomSpellValues values;\n                            values.AddSpellMod(SPELLVALUE_BASE_POINT0, bp0);\n                            values.AddSpellMod(SPELLVALUE_MAX_TARGETS, 50); // 30yd\n                            me->CastCustomSpell(SPELL_ZELIEK_HOLY_WRATH, values, me->GetVictim(), TRIGGERED_NONE, nullptr, nullptr, ObjectGuid::Empty);\n                        }\n                    }\n                    else if (horsemanId == HORSEMAN_BLAUMEUX)\n                    {\n                        if (!sIndividualProgression->doableNaxx40Bosses)\n                        {\n                            me->CastSpell(me->GetVictim(), SPELL_BLAUMEUX_VOID_ZONE, false);\n                        }\n                    }\n                    else if (horsemanId == HORSEMAN_MOGRAINE)\n                    {\n                        /* if (sIndividualProgression->doableNaxx40Bosses)\n                        {\n                            int32 bp0 = 1080; // 2k to 1k\n                            int32 bp1 = 300; // 600 to 300\n                            CustomSpellValues values;\n                            values.AddSpellMod(SPELLVALUE_BASE_POINT0, bp0);\n                            values.AddSpellMod(SPELLVALUE_BASE_POINT1, bp1);\n\n                            me->CastCustomSpell(SPELL_RIVENDARE_UNHOLY_SHADOW, values, me->GetVictim(), TRIGGERED_FULL_MASK, nullptr, nullptr, ObjectGuid::Empty);\n                        }\n                        else\n                        {\n                            // same dbc as vanilla. Shadow damage instead of fire\n                            me->CastSpell(me->GetVictim(), SPELL_RIVENDARE_UNHOLY_SHADOW, false);\n                        } */\n                        me->CastSpell(me->GetVictim(), SPELL_RIVENDARE_UNHOLY_SHADOW, false);\n                    }\n                    else // HORSEMAN_KORTHAZZ\n                    {\n                        int32 bp0 = 12824; // 14.5k to 13.5k\n                        me->CastCustomSpell(me->GetVictim(), SPELL_KORTHAZZ_METEOR, &bp0, 0, 0, false);\n                    }\n                    events.Repeat(15s);\n                    return;\n                case EVENT_HEALTH_CHECK:\n                    if (!doneFirstShieldWall && me->GetHealthPct() <= 50.0f)\n                    {\n                        DoCastSelf(SPELL_SHIELDWALL, true);\n                        doneFirstShieldWall = true;\n                        events.Repeat(1s);\n                        break;\n                    }\n                    if (doneFirstShieldWall && me->GetHealthPct() <= 20.0f)\n                    {\n                        if (!me->HasAura(SPELL_SHIELDWALL)) // prevent refresh of first shield wall\n                            DoCastSelf(SPELL_SHIELDWALL, true);\n                        break;\n                    }\n                    events.Repeat(1s);\n                    return;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass spell_four_horsemen_mark_aura : public AuraScript\n{\n    PrepareAuraScript(spell_four_horsemen_mark_aura);\n\n    void OnApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)\n    {\n        if (Unit* caster = GetCaster())\n        {\n            if (!caster->IsCreature())\n                return;\n\n            int32 damage;\n\n            if (sIndividualProgression->doableNaxx40Bosses)\n            {\n                switch (GetStackAmount())\n                {\n                    case 1: damage =     0; break;\n                    case 2: damage =    25; break;\n                    case 3: damage =   100; break;\n                    case 4: damage =   300; break;\n                    default:\n                        damage = 100 * GetStackAmount();\n                        break;\n                }\n            }\n            else\n            {\n                switch (GetStackAmount())\n                {\n                    case 1: damage =     0; break;\n                    case 2: damage =   250; break;\n                    case 3: damage =  1000; break;\n                    case 4: damage =  3000; break;\n                    default:\n                        damage = 1000 * GetStackAmount();\n                        break;\n                }\n            }\n\n            if (damage)\n            {\n                caster->CastCustomSpell(SPELL_MARK_DAMAGE, SPELLVALUE_BASE_POINT0, damage, GetTarget());\n            }\n        }\n    }\n\n    void Register() override\n    {\n        AfterEffectApply += AuraEffectApplyFn(spell_four_horsemen_mark_aura::OnApply, EFFECT_0, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK);\n    }\n};\n\nvoid AddSC_boss_four_horsemen_40()\n{\n    new boss_four_horsemen_40();\n    RegisterSpellScript(spell_four_horsemen_mark_aura);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_gluth_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"Player.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellScript.h\"\n#include \"SpellScriptLoader.h\"\n#include \"naxxramas.h\"\n#include \"IndividualProgression.h\"\n\nenum Spells\n{\n    SPELL_MORTAL_WOUND                  = 25646,\n    SPELL_ENRAGE                        = 28371,\n    SPELL_DECIMATE                      = 28374,\n    SPELL_DECIMATE_DAMAGE               = 28375,\n    SPELL_BERSERK                       = 26662,\n    SPELL_INFECTED_WOUND                = 29306,\n    SPELL_TERRIFYING_ROAR               = 29685\n    // SPELL_CHOW_SEARCHER              = 28404\n};\n\nenum Events\n{\n    EVENT_MORTAL_WOUND                  = 1,\n    EVENT_ENRAGE                        = 2,\n    EVENT_DECIMATE                      = 3,\n    EVENT_BERSERK                       = 4,\n    EVENT_SUMMON_ZOMBIE                 = 5,\n    EVENT_CAN_EAT_ZOMBIE                = 6,\n    EVENT_TERRIFYING_ROAR               = 7\n};\n\nenum Emotes\n{\n    EMOTE_SPOTS_ONE                     = 0,\n    EMOTE_DECIMATE                      = 1,\n    EMOTE_ENRAGE                        = 2,\n    EMOTE_DEVOURS_ALL                   = 3,\n    EMOTE_BERSERK                       = 4\n};\n\nconst Position zombiePos[3] =\n{\n    {3267.9f, -3172.1f, 297.42f, 0.94f},\n    {3253.2f, -3132.3f, 297.42f, 0},\n    {3308.3f, -3185.8f, 297.42f, 1.58f}\n};\n\nclass boss_gluth_40 : public CreatureScript\n{\npublic:\n    boss_gluth_40() : CreatureScript(\"boss_gluth_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_gluth_40AI>(pCreature);\n    }\n\n    struct boss_gluth_40AI : public BossAI\n    {\n        explicit boss_gluth_40AI(Creature* c) : BossAI(c, BOSS_GLUTH), summons(me) {}\n\n        EventMap events;\n        SummonList summons;\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            me->ApplySpellImmune(SPELL_INFECTED_WOUND, IMMUNITY_ID, SPELL_INFECTED_WOUND, true);\n            events.Reset();\n            summons.DespawnAll();\n            me->SetReactState(REACT_AGGRESSIVE);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->SetInCombatWithZone();\n            events.ScheduleEvent(EVENT_MORTAL_WOUND, 10s);\n            events.ScheduleEvent(EVENT_ENRAGE, 10s); // VMangos value\n            events.ScheduleEvent(EVENT_DECIMATE, 110s);\n            events.ScheduleEvent(EVENT_BERSERK, 6min);\n            events.ScheduleEvent(EVENT_SUMMON_ZOMBIE, 6s); // VMangos value\n            events.ScheduleEvent(EVENT_CAN_EAT_ZOMBIE, 3s);  // VMangos value\n            events.ScheduleEvent(EVENT_TERRIFYING_ROAR, 20s); // VMangos value\n        }\n\n        void JustSummoned(Creature* summon) override\n        {\n            if (summon->GetEntry() == NPC_ZOMBIE_CHOW_40)\n            {\n                summon->AI()->AttackStart(me);\n            }\n            summons.Summon(summon);\n        }\n\n        void SummonedCreatureDies(Creature* cr, Unit*) override { summons.Despawn(cr); }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            summons.DespawnAll();\n        }\n\n        bool SelectPlayerInRoom()\n        {\n            if (me->IsInCombat())\n                return false;\n\n            Map::PlayerList const& pList = me->GetMap()->GetPlayers();\n            for (auto const& itr : pList)\n            {\n                Player* player = itr.GetSource();\n                if (!player || !player->IsAlive())\n                    continue;\n\n                if (player->GetPositionZ() > 300.0f || me->GetExactDist(player) > 50.0f)\n                    continue;\n\n                AttackStart(player);\n                return true;\n            }\n            return false;\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictimWithGaze() && !SelectPlayerInRoom())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_BERSERK:\n                {\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    break;\n                }\n                case EVENT_ENRAGE:\n                {\n                    Talk(EMOTE_ENRAGE);\n                    int32 bp1 = 99; // Enrage melee haste\n                    int32 bp2 = 49; // Enrage damage percent\n                    if (me->CastCustomSpell(me, SPELL_ENRAGE, &bp1, &bp2, 0, true) == SPELL_CAST_OK)\n                        events.Repeat(10s);\n                    else\n                        events.Repeat(100ms);\n                    break;\n                }\n                case EVENT_MORTAL_WOUND:\n                {\n                    if (Unit* victim = me->GetVictim())\n                        me->CastSpell(victim, SPELL_MORTAL_WOUND, false);\n                    events.Repeat(10s);\n                    break;\n                }\n                case EVENT_DECIMATE:\n                {\n                    Talk(EMOTE_DECIMATE);\n                    me->CastSpell(me, SPELL_DECIMATE, false);\n\n                    // Apply Decimate effect to nearby zombies\n                    std::list<Creature*> zombies;\n                    me->GetCreatureListWithEntryInGrid(zombies, NPC_ZOMBIE_CHOW_40, 150.0f);\n                    for (Creature* zombie : zombies)\n                    {\n                        if (!zombie || !zombie->IsAlive())\n                            continue;\n\n                        uint32 reduceHp = uint32(zombie->GetMaxHealth() * 0.05f);\n                        if (zombie->GetHealth() > reduceHp)\n                            zombie->SetHealth(reduceHp); // Reduce HP to ~5%\n\n                        zombie->SetWalk(true);                 // Set to walk\n                        zombie->GetMotionMaster()->MoveFollow(me,\n                            0.0f,\n                            0.0f,\n                            MOTION_SLOT_CONTROLLED);          // Move to boss\n                        zombie->SetReactState(REACT_PASSIVE); // Set to passive\n\n                        Talk(EMOTE_DEVOURS_ALL);\n                    }\n\n                    events.Repeat(105s);\n                    break;\n                }\n                case EVENT_SUMMON_ZOMBIE:\n                {\n                    // Summon one or more zombies at random positions\n                    const int32 count = RAID_MODE(1, 2, 2, 2);\n                    for (int32 i = 0; i < count; ++i)\n                    {\n                        me->SummonCreature(NPC_ZOMBIE_CHOW_40, zombiePos[urand(0, 2)]);\n                    }\n                    events.Repeat(6s);\n                    break;\n                }\n                case EVENT_CAN_EAT_ZOMBIE:\n                {\n                    // Search for nearby alive zombie within a radius\n                    std::list<Creature*> zombies;\n                    me->GetCreatureListWithEntryInGrid(zombies, NPC_ZOMBIE_CHOW_40, 10.0f);\n\n                    for (Creature* z : zombies)\n                    {\n                        if (!z || !z->IsAlive())\n                            continue;\n\n                        if (me->GetDistance(z) < 10.0f) // distance used by spell 28404\n                        {\n                            Talk(EMOTE_SPOTS_ONE);\n\n                            z->SetWalk(true);\n                            z->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_CONTROLLED);\n                            z->SetReactState(REACT_PASSIVE);\n\n                            int32 damage = int32(z->GetHealth());\n                            if (damage > 0)\n                                Unit::DealDamage(me, z, damage);\n\n                            // Heal Gluth for 5% of max health\n                            uint32 hp = uint32(me->GetMaxHealth() * 0.05f);\n                            me->SetHealth(me->GetHealth() + hp);\n                            break; // Only eat one zombie\n                        }\n                    }\n\n                    if (sIndividualProgression->doableNaxx40Bosses)\n                        events.Repeat(9s);\n                    else\n                        events.Repeat(3s);\n                    break;\n                }\n                case EVENT_TERRIFYING_ROAR:\n                {\n                    if (me->CastSpell(me, SPELL_TERRIFYING_ROAR, true) == SPELL_CAST_OK)\n                        events.Repeat(20s);\n                    else\n                        events.Repeat(100ms);\n                    break;\n                }\n                default:\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass spell_gluth_decimate : public SpellScript\n{\n    PrepareSpellScript(spell_gluth_decimate);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_DECIMATE_DAMAGE });\n    }\n\n    void HandleScriptEffect(SpellEffIndex /*effIndex*/)\n    {\n        if (Unit* unitTarget = GetHitUnit())\n        {\n            int32 damage = int32(unitTarget->GetHealth()) - int32(unitTarget->CountPctFromMaxHealth(5));\n            if (damage <= 0)\n                return;\n\n            if (Creature* cTarget = unitTarget->ToCreature())\n            {\n                cTarget->SetWalk(true);\n                cTarget->GetMotionMaster()->MoveFollow(GetCaster(), 0.0f, 0.0f, MOTION_SLOT_CONTROLLED);\n                cTarget->SetReactState(REACT_PASSIVE);\n                Unit::DealDamage(GetCaster(), cTarget, damage);\n                return;\n            }\n            GetCaster()->CastCustomSpell(SPELL_DECIMATE_DAMAGE, SPELLVALUE_BASE_POINT0, damage, unitTarget);\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectHitTarget += SpellEffectFn(spell_gluth_decimate::HandleScriptEffect, EFFECT_0, SPELL_EFFECT_SCRIPT_EFFECT);\n    }\n};\n\nvoid AddSC_boss_gluth_40()\n{\n    new boss_gluth_40();\n    RegisterSpellScript(spell_gluth_decimate);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_gothik_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CombatAI.h\"\n#include \"CreatureScript.h\"\n#include \"GridNotifiers.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellScript.h\"\n#include \"SpellScriptLoader.h\"\n#include \"naxxramas.h\"\n\nenum Yells\n{\n    SAY_INTRO_1                     = 0,\n    SAY_INTRO_2                     = 1,\n    SAY_INTRO_3                     = 2,\n    SAY_INTRO_4                     = 3,\n    SAY_PHASE_TWO                   = 4,\n    SAY_DEATH                       = 5,\n    SAY_KILL                        = 6,\n\n    EMOTE_PHASE_TWO                 = 7,\n    EMOTE_GATE_OPENED               = 8\n};\n\nenum Spells\n{\n    // Gothik\n    SPELL_HARVEST_SOUL              = 28679,\n    SPELL_SHADOW_BOLT               = 29317,\n    // Teleport spells\n    SPELL_TELEPORT_DEAD             = 28025,\n    SPELL_TELEPORT_LIVE             = 28026,\n    //  Visual spells\n    SPELL_ANCHOR_1_TRAINEE          = 27892,\n    SPELL_ANCHOR_1_DK               = 27928,\n    SPELL_ANCHOR_1_RIDER            = 27935,\n    SPELL_ANCHOR_2_TRAINEE          = 27893,\n    SPELL_ANCHOR_2_DK               = 27929,\n    SPELL_ANCHOR_2_RIDER            = 27936,\n    SPELL_SKULLS_TRAINEE            = 27915,\n    SPELL_SKULLS_DK                 = 27931,\n    SPELL_SKULLS_RIDER              = 27937,\n    // Living trainee\n    SPELL_DEATH_PLAGUE              = 55604,\n    // Dead trainee\n    SPELL_ARCANE_EXPLOSION          = 27989,\n    // Living knight\n    SPELL_SHADOW_MARK               = 27825,\n    // Dead knight\n    SPELL_WHIRLWIND                 = 56408,\n    // Living rider\n    SPELL_SHADOW_BOLT_VOLLEY        = 27831,\n    // Dead rider\n    SPELL_DRAIN_LIFE                = 27994,\n    SPELL_UNHOLY_FRENZY             = 55648,\n    // Horse\n    SPELL_STOMP                     = 27993\n};\n\nenum Events\n{\n    // Gothik\n    EVENT_SUMMON_ADDS               = 1,\n    EVENT_HARVEST_SOUL              = 2,\n    EVENT_SHADOW_BOLT               = 3,\n    EVENT_TELEPORT                  = 4,\n    EVENT_CHECK_HEALTH              = 5,\n    EVENT_CHECK_PLAYERS             = 6,\n    // Living trainee\n    EVENT_DEATH_PLAGUE              = 7,\n    // Dead trainee\n    EVENT_ARCANE_EXPLOSION          = 8,\n    // Living knight\n    EVENT_SHADOW_MARK               = 9,\n    // Dead knight\n    EVENT_WHIRLWIND                 = 10,\n    // Living rider\n    EVENT_SHADOW_BOLT_VOLLEY        = 11,\n    // Dead rider\n    EVENT_DRAIN_LIFE                = 12,\n    EVENT_UNHOLY_FRENZY             = 13,\n    // HORSE\n    EVENT_STOMP                     = 14,\n    // Intro\n    EVENT_INTRO_2                   = 15,\n    EVENT_INTRO_3                   = 16,\n    EVENT_INTRO_4                   = 17\n};\n\nconst uint32 gothikWaves[24][2] =\n{\n    {NPC_LIVING_TRAINEE_40,    20000},\n    {NPC_LIVING_TRAINEE_40,    20000},\n    {NPC_LIVING_TRAINEE_40,    10000},\n    {NPC_LIVING_KNIGHT_40,     10000},\n    {NPC_LIVING_TRAINEE_40,    15000},\n    {NPC_LIVING_KNIGHT_40,     10000},\n    {NPC_LIVING_TRAINEE_40,    15000},\n    {NPC_LIVING_TRAINEE_40,    0},\n    {NPC_LIVING_KNIGHT_40,     10000},\n    {NPC_LIVING_RIDER_40,      10000},\n    {NPC_LIVING_TRAINEE_40,    5000},\n    {NPC_LIVING_KNIGHT_40,     15000},\n    {NPC_LIVING_RIDER_40,      0},\n    {NPC_LIVING_TRAINEE_40,    10000},\n    {NPC_LIVING_KNIGHT_40,     10000},\n    {NPC_LIVING_TRAINEE_40,    10000},\n    {NPC_LIVING_RIDER_40,      5000},\n    {NPC_LIVING_KNIGHT_40,     5000},\n    {NPC_LIVING_TRAINEE_40,    20000},\n    {NPC_LIVING_RIDER_40,      0},\n    {NPC_LIVING_KNIGHT_40,     0},\n    {NPC_LIVING_TRAINEE_40,    15000},\n    {NPC_LIVING_TRAINEE_40,    29000},\n    {0, 0}\n};\n\nconst Position PosSummonLiving[6] =\n{\n    {2669.7f, -3428.76f, 268.56f, 1.6f},\n    {2692.1f, -3428.76f, 268.56f, 1.6f},\n    {2714.4f, -3428.76f, 268.56f, 1.6f},\n    {2669.7f, -3431.67f, 268.56f, 1.6f},\n    {2692.1f, -3431.67f, 268.56f, 1.6f},\n    {2714.4f, -3431.67f, 268.56f, 1.6f}\n};\n\nconst Position PosSummonDead[5] =\n{\n    {2725.1f, -3310.0f, 268.85f, 3.4f},\n    {2699.3f, -3322.8f, 268.60f, 3.3f},\n    {2733.1f, -3348.5f, 268.84f, 3.1f},\n    {2682.8f, -3304.2f, 268.85f, 3.9f},\n    {2664.8f, -3340.7f, 268.23f, 3.7f}\n};\n\n#define POS_Y_GATE  -3360.78f\n#define POS_Y_WEST  -3285.0f\n#define POS_Y_EAST  -3434.0f\n#define POS_X_NORTH  2750.49f\n#define POS_X_SOUTH  2633.84f\n#define IN_LIVE_SIDE(who) (who->GetPositionY() < POS_Y_GATE)\n\n// Predicate function to check that the r   efzr unit is NOT on the same side as the source.\nstruct NotOnSameSide\n{\npublic:\n    explicit NotOnSameSide(Unit* pSource) : m_inLiveSide(IN_LIVE_SIDE(pSource)) { }\n\n    bool operator() (Unit const* pTarget)\n    {\n        return (m_inLiveSide != IN_LIVE_SIDE(pTarget));\n    }\n\nprivate:\n    bool m_inLiveSide;\n};\n\nclass boss_gothik_40 : public CreatureScript\n{\npublic:\n    boss_gothik_40() : CreatureScript(\"boss_gothik_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_gothik_40AI>(pCreature);\n    }\n\n    struct boss_gothik_40AI : public BossAI\n    {\n        explicit boss_gothik_40AI(Creature* c) : BossAI(c, BOSS_GOTHIK), summons(me)\n        {}\n\n        EventMap events;\n        SummonList summons;\n        bool secondPhase{};\n        bool gateOpened{};\n        uint8 waveCount{};\n\n        bool IsInRoom()\n        {\n            if (me->GetPositionX() > 2767 || me->GetPositionX() < 2618 || me->GetPositionY() > -3285 || me->GetPositionY() < -3435)\n            {\n                EnterEvadeMode();\n                return false;\n            }\n            return true;\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n            me->RemoveUnitFlag(UNIT_FLAG_DISABLE_MOVE);\n            me->SetImmuneToPC(false);\n            me->SetReactState(REACT_PASSIVE);\n            secondPhase = false;\n            gateOpened = false;\n            waveCount = 0;\n            me->NearTeleportTo(2642.139f, -3386.959f, 285.492f, 6.265f);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->SetInCombatWithZone();\n            Talk(SAY_INTRO_1);\n            events.ScheduleEvent(EVENT_INTRO_2, 4s);\n            events.ScheduleEvent(EVENT_INTRO_3, 9s);\n            events.ScheduleEvent(EVENT_INTRO_4, 14s);\n            me->SetUnitFlag(UNIT_FLAG_DISABLE_MOVE);\n            events.ScheduleEvent(EVENT_SUMMON_ADDS, 30s);\n            events.ScheduleEvent(EVENT_CHECK_PLAYERS, 2min);\n        }\n\n        void JustSummoned(Creature* summon) override\n        {\n            summons.Summon(summon);\n            // If central gate is open, attack any one\n            if (gateOpened)\n            {\n                if (Unit* target = SelectTarget(SelectTargetMethod::MinDistance, 0, 200.0f))\n                {\n                    summon->AI()->AttackStart(target);\n                    summon->SetInCombatWithZone();\n                    summon->SetReactState(REACT_AGGRESSIVE);\n                    summon->CallForHelp(150.0f);\n                }\n            }\n            // Else look for a random target on the side the summoned NPC is\n            else\n            {\n                Map::PlayerList const& pList = me->GetMap()->GetPlayers();\n                std::vector<Player*> tList;\n                for(Map::PlayerList::const_iterator itr = pList.begin(); itr != pList.end(); ++itr)\n                {\n                    if (!me->IsWithinDistInMap(itr->GetSource(), 200.0f, true, false) || !itr->GetSource()->IsAlive() || itr->GetSource()->IsGameMaster())\n                    {\n                        continue;\n                    }\n                    if (IN_LIVE_SIDE(itr->GetSource()) != IN_LIVE_SIDE(summon))\n                    {\n                        continue;\n                    }\n                    tList.push_back(itr->GetSource());\n                }\n                if (!tList.empty())\n                {\n                    Player* target = tList[urand(0, tList.size() - 1)];\n                    summon->AI()->AttackStart(target);\n                    summon->SetInCombatWithZone();\n                    summon->SetReactState(REACT_AGGRESSIVE);\n                }\n            }\n        }\n\n        void SummonedCreatureDespawn(Creature* cr) override\n        {\n            summons.Despawn(cr);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            Talk(SAY_KILL);\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n            summons.DespawnAll();\n        }\n\n        void SummonHelpers_40(uint32 entry)\n        {\n            switch (entry)\n            {\n                case NPC_LIVING_TRAINEE_40:\n                    me->SummonCreature(NPC_LIVING_TRAINEE_40, PosSummonLiving[0].GetPositionX(), PosSummonLiving[0].GetPositionY(), PosSummonLiving[0].GetPositionZ(), PosSummonLiving[0].GetOrientation());\n                    me->SummonCreature(NPC_LIVING_TRAINEE_40, PosSummonLiving[1].GetPositionX(), PosSummonLiving[1].GetPositionY(), PosSummonLiving[1].GetPositionZ(), PosSummonLiving[1].GetOrientation());\n                    break;\n                case NPC_LIVING_KNIGHT_40:\n                    me->SummonCreature(NPC_LIVING_KNIGHT_40, PosSummonLiving[3].GetPositionX(), PosSummonLiving[3].GetPositionY(), PosSummonLiving[3].GetPositionZ(), PosSummonLiving[3].GetOrientation());\n                    break;\n                case NPC_LIVING_RIDER_40:\n                    me->SummonCreature(NPC_LIVING_RIDER_40, PosSummonLiving[4].GetPositionX(), PosSummonLiving[4].GetPositionY(), PosSummonLiving[4].GetPositionZ(), PosSummonLiving[4].GetOrientation());\n                    break;\n            }\n        }\n\n        bool CheckGroupSplitted()\n        {\n            Map::PlayerList const& PlayerList = me->GetMap()->GetPlayers();\n            if (!PlayerList.IsEmpty())\n            {\n                bool checklife = false;\n                bool checkdead = false;\n                for (auto const& i : PlayerList)\n                {\n                    Player* player = i.GetSource();\n                    if (player->IsAlive() &&\n                        player->GetPositionX() <= POS_X_NORTH &&\n                        player->GetPositionX() >= POS_X_SOUTH &&\n                        player->GetPositionY() <= POS_Y_GATE &&\n                        player->GetPositionY() >= POS_Y_EAST)\n                        {\n                            checklife = true;\n                        }\n                    else if (player->IsAlive() &&\n                             player->GetPositionX() <= POS_X_NORTH &&\n                             player->GetPositionX() >= POS_X_SOUTH &&\n                             player->GetPositionY() >= POS_Y_GATE &&\n                             player->GetPositionY() <= POS_Y_WEST)\n                             {\n                                 checkdead = true;\n                             }\n\n                    if (checklife && checkdead)\n                        return true;\n                }\n            }\n            return false;\n        }\n\n        void DamageTaken(Unit*, uint32& damage, DamageEffectType, SpellSchoolMask) override\n        {\n            if (!secondPhase)\n            {\n                damage = 0;\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!IsInRoom())\n                return;\n\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_INTRO_2:\n                    Talk(SAY_INTRO_2);\n                    break;\n                case EVENT_INTRO_3:\n                    Talk(SAY_INTRO_3);\n                    break;\n                case EVENT_INTRO_4:\n                    Talk(SAY_INTRO_4);\n                    break;\n                case EVENT_SHADOW_BOLT:\n                    me->CastSpell(me->GetVictim(), SPELL_SHADOW_BOLT, false);\n                    events.Repeat(1s);\n                    break;\n                case EVENT_HARVEST_SOUL:\n                    me->CastSpell(me, SPELL_HARVEST_SOUL, false);\n                    events.Repeat(15s);\n                    break;\n                case EVENT_TELEPORT:\n                {\n                    me->AttackStop();\n                    if (IN_LIVE_SIDE(me))\n                        me->CastSpell(me, SPELL_TELEPORT_DEAD, false);\n                    else\n                        me->CastSpell(me, SPELL_TELEPORT_LIVE, false);\n\n                    // Clear threat from targets not on the same side as Gothik\n                    NotOnSameSide notOnSameSide(me);\n                    for (ThreatReference const* ref : me->GetThreatMgr().GetUnsortedThreatList())\n                        if (notOnSameSide(ref->GetVictim()))\n                            me->GetThreatMgr().ClearThreat(ref->GetVictim());\n\n                    if (Unit* pTarget = SelectTarget(SelectTargetMethod::MaxDistance, 0))\n                    {\n                        me->GetThreatMgr().AddThreat(pTarget, 100.0f);\n                        AttackStart(pTarget);\n                    }\n                    events.Repeat(20s);\n                    break;\n                }\n                case EVENT_CHECK_HEALTH:\n                    if (me->HealthBelowPct(30))\n                    {\n                        if (GameObject* go = instance->GetGameObject(DATA_GOTHIK_INNER_GATE))\n                            go->SetGoState(GO_STATE_ACTIVE);\n\n                        events.CancelEvent(EVENT_TELEPORT);\n                        break;\n                    }\n                    events.Repeat(1s);\n                    break;\n                case EVENT_SUMMON_ADDS:\n                    if (gothikWaves[waveCount][0])\n                    {\n                        SummonHelpers_40(gothikWaves[waveCount][0]);\n                        events.Repeat(Milliseconds(gothikWaves[waveCount][1]));\n                    }\n                    else\n                    {\n                        secondPhase = true;\n                        Talk(SAY_PHASE_TWO);\n                        Talk(EMOTE_PHASE_TWO);\n                        me->CastSpell(me, SPELL_TELEPORT_LIVE, false);\n                        me->SetReactState(REACT_AGGRESSIVE);\n                        me->RemoveUnitFlag(UNIT_FLAG_DISABLE_MOVE);\n                        me->SetImmuneToPC(false);\n                        me->RemoveAllAuras();\n                        events.ScheduleEvent(EVENT_SHADOW_BOLT, 1s);\n                        events.ScheduleEvent(EVENT_HARVEST_SOUL, 5s, 15s);\n                        events.ScheduleEvent(EVENT_TELEPORT, 20s);\n                        events.ScheduleEvent(EVENT_CHECK_HEALTH, 1s);\n                    }\n                    waveCount++;\n                    break;\n                case EVENT_CHECK_PLAYERS:\n                    if (!CheckGroupSplitted())\n                    {\n                        if (GameObject* go = instance->GetGameObject(DATA_GOTHIK_INNER_GATE))\n                            go->SetGoState(GO_STATE_ACTIVE);\n\n                        gateOpened = true;\n\n                        summons.DoForAllSummons([&](WorldObject* summon)\n                        {\n                            if (Creature* gothikMinion = summon->ToCreature())\n                                if (gothikMinion->IsAlive())\n                                {\n                                    if (Unit* target = SelectTarget(SelectTargetMethod::MinDistance, 0, 200.0f))\n                                    {\n                                        gothikMinion->AI()->AttackStart(target);\n                                        gothikMinion->SetReactState(REACT_AGGRESSIVE);\n                                        gothikMinion->SetInCombatWithZone();\n                                    }\n                                }\n                        });\n\n                        Talk(EMOTE_GATE_OPENED);\n                    }\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass npc_boss_gothik_minion_40 : public CreatureScript\n{\npublic:\n    npc_boss_gothik_minion_40() : CreatureScript(\"npc_boss_gothik_minion_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<npc_boss_gothik_minion_40AI>(pCreature);\n    }\n\n    struct npc_boss_gothik_minion_40AI : public CombatAI\n    {\n        explicit npc_boss_gothik_minion_40AI(Creature* c) : CombatAI(c)\n        {\n            livingSide = IN_LIVE_SIDE(me);\n        }\n        EventMap events;\n        bool livingSide;\n        bool IsOnSameSide(Unit const* who) const { return livingSide == IN_LIVE_SIDE(who); }\n\n        void Reset() override\n        {\n            me->SetReactState(REACT_AGGRESSIVE);\n            me->SetNoCallAssistance(false);\n            events.Reset();\n        }\n\n        void JustEngagedWith(Unit*  /*who*/) override\n        {\n            switch (me->GetEntry())\n            {\n                case NPC_LIVING_TRAINEE_40:\n                    events.ScheduleEvent(EVENT_DEATH_PLAGUE, 3s);\n                    break;\n                case NPC_DEAD_TRAINEE_40:\n                    events.ScheduleEvent(EVENT_ARCANE_EXPLOSION, 2500ms);\n                    break;\n                case NPC_LIVING_KNIGHT_40:\n                    events.ScheduleEvent(EVENT_SHADOW_MARK, 3s);\n                    break;\n                case NPC_DEAD_KNIGHT_40:\n                    events.ScheduleEvent(EVENT_WHIRLWIND, 2s);\n                    break;\n                case NPC_LIVING_RIDER_40:\n                    events.ScheduleEvent(EVENT_SHADOW_BOLT_VOLLEY, 3s);\n                    break;\n                case NPC_DEAD_RIDER_40:\n                    events.ScheduleEvent(EVENT_DRAIN_LIFE, 2000ms, 3500ms);\n                    events.ScheduleEvent(EVENT_UNHOLY_FRENZY, 5s, 9s);\n                    break;\n                case NPC_DEAD_HORSE_40:\n                    events.ScheduleEvent(EVENT_STOMP, 2s, 5s);\n                    break;\n            }\n        }\n\n        void JustDied(Unit*) override\n        {\n            switch (me->GetEntry())\n            {\n                case NPC_LIVING_TRAINEE_40:\n                    DoCastAOE(SPELL_ANCHOR_1_TRAINEE, true);\n                    break;\n                case NPC_LIVING_KNIGHT_40:\n                    DoCastAOE(SPELL_ANCHOR_1_DK, true);\n                    break;\n                case NPC_LIVING_RIDER_40:\n                    DoCastAOE(SPELL_ANCHOR_1_RIDER, true);\n                    break;\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            events.Update(diff);\n            if (me->GetUnitState() == UNIT_STATE_CASTING)\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_DEATH_PLAGUE:\n                    me->CastSpell(me->GetVictim(), SPELL_DEATH_PLAGUE, false);\n                    events.Repeat(4s, 7s);\n                    break;\n                case EVENT_ARCANE_EXPLOSION:\n                    if (Unit* victim = me->GetVictim())\n                    {\n                        if (victim->IsWithinDist(me, 20))\n                        {\n                            me->CastSpell(victim, SPELL_ARCANE_EXPLOSION, false);\n                        }\n                    }\n                    events.Repeat(2500ms);\n                    break;\n                case EVENT_SHADOW_MARK:\n                    if (Unit* victim = me->GetVictim())\n                    {\n                        if (victim->IsWithinDist(me, 10))\n                        {\n                            me->CastSpell(victim, SPELL_SHADOW_MARK, false);\n                        }\n                    }\n                    events.Repeat(5s, 7s);\n                    break;\n                case EVENT_WHIRLWIND:\n                    if (Unit* victim = me->GetVictim())\n                    {\n                        if (victim->IsWithinDist(me, 10))\n                        {\n                            me->CastSpell(victim, SPELL_WHIRLWIND, false);\n                        }\n                    }\n                    events.Repeat(4s, 6s);\n                    break;\n                case EVENT_SHADOW_BOLT_VOLLEY:\n                    me->CastSpell(me->GetVictim(), SPELL_SHADOW_BOLT_VOLLEY, false);\n                    events.Repeat(5s);\n                    break;\n                case EVENT_DRAIN_LIFE:\n                    if (Unit* victim = me->GetVictim())\n                    {\n                        if (victim->IsWithinDist(me, 20))\n                        {\n                            me->CastSpell(victim, SPELL_DRAIN_LIFE, false);\n                        }\n                    }\n                    events.Repeat(8s, 12s);\n                    break;\n                case EVENT_UNHOLY_FRENZY:\n                    me->AddAura(SPELL_UNHOLY_FRENZY, me);\n                    events.Repeat(15s, 17s);\n                    break;\n                case EVENT_STOMP:\n                    if (Unit* victim = me->GetVictim())\n                    {\n                        if (victim->IsWithinDist(me, 10))\n                        {\n                            me->CastSpell(victim, SPELL_STOMP, false);\n                        }\n                    }\n                    events.Repeat(4s, 9s);\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass npc_gothik_trigger_40 : public CreatureScript\n{\npublic:\n    npc_gothik_trigger_40() : CreatureScript(\"npc_gothik_trigger_40\") { }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_gothik_trigger_40AI(creature);\n    }\n\n    struct npc_gothik_trigger_40AI : public ScriptedAI\n    {\n        npc_gothik_trigger_40AI(Creature* creature) : ScriptedAI(creature) { creature->SetDisableGravity(true); }\n\n        void EnterEvadeMode(EvadeReason /*why*/) override {}\n        void UpdateAI(uint32 /*diff*/) override {}\n        void JustEngagedWith(Unit* /*who*/) override {}\n        void DamageTaken(Unit* /*who*/, uint32& damage, DamageEffectType /*damagetype*/, SpellSchoolMask /*damageSchoolMask*/) override { damage = 0; }\n\n        Creature* SelectRandomSkullPile()\n        {\n            std::list<Creature*> triggers;\n            me->GetCreatureListWithEntryInGrid(triggers, NPC_TRIGGER_40, 150.0f);\n            // Remove triggers that are on live side or soul triggers on the platform\n            triggers.remove_if([](Creature* trigger){\n                return ((trigger->GetPositionY() < POS_Y_GATE) || (trigger->GetPositionZ() > 280.0f));\n                });\n            if (!triggers.empty())\n            {\n                std::list<Creature*>::iterator itr = triggers.begin();\n                std::advance(itr, urand(0, triggers.size() - 1));\n                return *itr;\n            }\n            return nullptr;\n        }\n\n        void SpellHit(Unit* /*caster*/, SpellInfo const* spell) override\n        {\n            if (!spell)\n                return;\n\n            switch (spell->Id)\n            {\n                case SPELL_ANCHOR_1_TRAINEE:\n                    DoCastAOE(SPELL_ANCHOR_2_TRAINEE, true);\n                    break;\n                case SPELL_ANCHOR_1_DK:\n                    DoCastAOE(SPELL_ANCHOR_2_DK, true);\n                    break;\n                case SPELL_ANCHOR_1_RIDER:\n                    DoCastAOE(SPELL_ANCHOR_2_RIDER, true);\n                    break;\n                case SPELL_ANCHOR_2_TRAINEE:\n                    if (Creature* target = SelectRandomSkullPile())\n                    {\n                        DoCast(target, SPELL_SKULLS_TRAINEE, true);\n                    }\n                    break;\n                case SPELL_ANCHOR_2_DK:\n                    if (Creature* target = SelectRandomSkullPile())\n                    {\n                        DoCast(target, SPELL_SKULLS_DK, true);\n                    }\n                    break;\n                case SPELL_ANCHOR_2_RIDER:\n                    if (Creature* target = SelectRandomSkullPile())\n                    {\n                        DoCast(target, SPELL_SKULLS_RIDER, true);\n                    }\n                    break;\n                case SPELL_SKULLS_TRAINEE:\n                    DoSummon(NPC_DEAD_TRAINEE_40, me, 0.0f, 15 * IN_MILLISECONDS, TEMPSUMMON_CORPSE_TIMED_DESPAWN);\n                    break;\n                case SPELL_SKULLS_DK:\n                    DoSummon(NPC_DEAD_KNIGHT_40, me, 0.0f, 15 * IN_MILLISECONDS, TEMPSUMMON_CORPSE_TIMED_DESPAWN);\n                    break;\n                case SPELL_SKULLS_RIDER:\n                    DoSummon(NPC_DEAD_RIDER_40, me, 0.0f, 15 * IN_MILLISECONDS, TEMPSUMMON_CORPSE_TIMED_DESPAWN);\n                    DoSummon(NPC_DEAD_HORSE_40, me, 0.0f, 15 * IN_MILLISECONDS, TEMPSUMMON_CORPSE_TIMED_DESPAWN);\n                    break;\n            }\n        }\n\n        // dead side summons are \"owned\" by gothik\n        void JustSummoned(Creature* summon) override\n        {\n            if (Creature* gothik = me->GetInstanceScript()->GetCreature(DATA_GOTHIK_BOSS))\n                gothik->AI()->JustSummoned(summon);\n        }\n\n        void SummonedCreatureDespawn(Creature* summon) override\n        {\n            if (Creature* gothik = me->GetInstanceScript()->GetCreature(DATA_GOTHIK_BOSS))\n                gothik->AI()->SummonedCreatureDespawn(summon);\n        }\n    };\n};\n\nclass spell_gothik_shadow_bolt_volley : public SpellScript\n{\n    PrepareSpellScript(spell_gothik_shadow_bolt_volley);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_SHADOW_MARK });\n    }\n\n    void FilterTargets(std::list<WorldObject*>& targets)\n    {\n        targets.remove_if(Acore::UnitAuraCheck(false, SPELL_SHADOW_MARK));\n    }\n\n    void Register() override\n    {\n        OnObjectAreaTargetSelect += SpellObjectAreaTargetSelectFn(spell_gothik_shadow_bolt_volley::FilterTargets, EFFECT_0, TARGET_UNIT_SRC_AREA_ENEMY);\n    }\n};\n\nvoid AddSC_boss_gothik_40()\n{\n    new boss_gothik_40();\n    new npc_boss_gothik_minion_40();\n    new npc_gothik_trigger_40();\n    // RegisterSpellScript(spell_gothik_shadow_bolt_volley);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_grobbulus_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"PassiveAI.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellAuras.h\"\n#include \"SpellScript.h\"\n#include \"SpellScriptLoader.h\"\n#include \"naxxramas.h\"\n\nenum Spells\n{\n    SPELL_POISON_CLOUD                      = 28240,\n    SPELL_MUTATING_INJECTION                = 28169,\n    SPELL_MUTATING_EXPLOSION                = 28206,\n    SPELL_SLIME_SPRAY_40                    = 90008, // 28157, can't be used. it triggers a wotlk SpellScript\n    SPELL_POISON_CLOUD_DAMAGE_AURA          = 28158,\n    SPELL_BERSERK                           = 26662,\n};\n\nenum Emotes\n{\n    EMOTE_SLIME                             = 0\n};\n\nenum Events\n{\n    EVENT_BERSERK                           = 1,\n    EVENT_POISON_CLOUD                      = 2,\n    EVENT_SLIME_SPRAY                       = 3,\n    EVENT_MUTATING_INJECTION                = 4\n};\n\nclass boss_grobbulus_40 : public CreatureScript\n{\npublic:\n    boss_grobbulus_40() : CreatureScript(\"boss_grobbulus_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_grobbulus_40AI>(pCreature);\n    }\n\n    struct boss_grobbulus_40AI : public BossAI\n    {\n        explicit boss_grobbulus_40AI(Creature* c) : BossAI(c, BOSS_GROBBULUS), summons(me) {}\n\n        EventMap events;\n        SummonList summons;\n        uint32 dropSludgeTimer{};\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n            dropSludgeTimer = 0;\n        }\n\n        void PullChamberAdds()\n        {\n            std::list<Creature*> StichedGiants;\n            me->GetCreaturesWithEntryInRange(StichedGiants, 300.0f, NPC_STICHED_GIANT_40);\n            for (std::list<Creature*>::const_iterator itr = StichedGiants.begin(); itr != StichedGiants.end(); ++itr)\n            {\n                (*itr)->ToCreature()->AI()->AttackStart(me->GetVictim());\n            }\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            PullChamberAdds();\n            me->SetInCombatWithZone();\n            events.ScheduleEvent(EVENT_POISON_CLOUD, 15s);\n            events.ScheduleEvent(EVENT_MUTATING_INJECTION, 20s);\n            events.ScheduleEvent(EVENT_SLIME_SPRAY, 10s);\n            events.ScheduleEvent(EVENT_BERSERK, 540s);\n        }\n\n        void SpellHitTarget(Unit* target, SpellInfo const* spellInfo) override\n        {\n            if (spellInfo->Id == SPELL_SLIME_SPRAY_40 && target->IsPlayer())\n            {\n                me->SummonCreature(NPC_FALLOUT_SLIME_40, target->GetPositionX(), target->GetPositionY(), target->GetPositionZ());\n            }\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            if (cr->GetEntry() == NPC_FALLOUT_SLIME_40)\n            {\n                cr->SetInCombatWithZone();\n            }\n            summons.Summon(cr);\n        }\n\n        void SummonedCreatureDespawn(Creature* summon) override\n        {\n            summons.Despawn(summon);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            summons.DespawnAll();\n        }\n\n        /* void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer())\n                instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        } */\n\n        void UpdateAI(uint32 diff) override\n        {\n            dropSludgeTimer += diff;\n            if (!me->IsInCombat() && dropSludgeTimer >= 5000)\n            {\n                if (me->IsWithinDist3d(3178, -3305, 319, 5.0f) && !summons.HasEntry(NPC_SEWAGE_SLIME_40))\n                {\n                    me->CastSpell(3128.96f + irand(-20, 20), -3312.96f + irand(-20, 20), 293.25f, SPELL_BOMBARD_SLIME_40, false);\n                }\n                dropSludgeTimer = 0;\n            }\n\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_POISON_CLOUD:\n                    me->CastSpell(me, SPELL_POISON_CLOUD, true);\n                    events.Repeat(15s);\n                    break;\n                case EVENT_BERSERK:\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    break;\n                case EVENT_SLIME_SPRAY:\n                    Talk(EMOTE_SLIME);\n                    if (Unit* target = me->GetVictim())\n                    {\n                        int32 bp0 = urand(3200, 4800);\n                        me->CastCustomSpell(target, SPELL_SLIME_SPRAY_40, &bp0, nullptr, nullptr, false);\n                    }\n                    events.Repeat(20s);\n                    break;\n                case EVENT_MUTATING_INJECTION:\n                    if (Unit* target = SelectTarget(SelectTargetMethod::Random, 1, 100.0f, true, true, -SPELL_MUTATING_INJECTION))\n                    {\n                        me->CastSpell(target, SPELL_MUTATING_INJECTION, false);\n                    }\n                    events.Repeat(Milliseconds(6000 + uint32(120 * me->GetHealthPct())));\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass boss_grobbulus_poison_cloud_40 : public CreatureScript\n{\npublic:\n    boss_grobbulus_poison_cloud_40() : CreatureScript(\"boss_grobbulus_poison_cloud_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_grobbulus_poison_cloud_40AI>(pCreature);\n    }\n\n    struct boss_grobbulus_poison_cloud_40AI : public NullCreatureAI\n    {\n        explicit boss_grobbulus_poison_cloud_40AI(Creature* pCreature) : NullCreatureAI(pCreature) { }\n\n        uint32 sizeTimer{};\n        uint32 auraVisualTimer{};\n\n        void Reset() override\n        {\n            sizeTimer = 0;\n            auraVisualTimer = 1;\n            me->SetFloatValue(UNIT_FIELD_COMBATREACH, 2.0f);\n            me->SetFaction(FACTION_BOOTY_BAY);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (auraVisualTimer) // this has to be delayed to be visible\n            {\n                auraVisualTimer += diff;\n                if (auraVisualTimer >= 1000)\n                {\n                    me->CastSpell(me, SPELL_POISON_CLOUD_DAMAGE_AURA, true);\n                    auraVisualTimer = 0;\n                }\n            }\n            sizeTimer += diff; // increase size to 15yd in 60 seconds, 0.00025 is the growth of size in 1ms\n            me->SetFloatValue(UNIT_FIELD_COMBATREACH, 2.0f + (0.00025f * sizeTimer));\n        }\n    };\n};\n\nclass spell_grobbulus_poison : public SpellScript\n{\n    PrepareSpellScript(spell_grobbulus_poison);\n\n    void FilterTargets(std::list<WorldObject*>& targets)\n    {\n        std::list<WorldObject*> tmplist;\n        for (auto& target : targets)\n        {\n            if (GetCaster()->IsWithinDist3d(target, 0.0f))\n            {\n                tmplist.push_back(target);\n            }\n        }\n        targets.clear();\n        for (auto& itr : tmplist)\n        {\n            targets.push_back(itr);\n        }\n    }\n\n    void Register() override\n    {\n        OnObjectAreaTargetSelect += SpellObjectAreaTargetSelectFn(spell_grobbulus_poison::FilterTargets, EFFECT_0, TARGET_UNIT_SRC_AREA_ENEMY);\n    }\n};\n\n// This will overwrite the declared 10 and 25 man mutating injection to handle all versions of the spell script\nclass spell_grobbulus_mutating_injection_aura : public AuraScript\n{\n    PrepareAuraScript(spell_grobbulus_mutating_injection_aura);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_MUTATING_EXPLOSION });\n    }\n\n    void HandleRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)\n    {\n        switch (GetTargetApplication()->GetRemoveMode())\n        {\n            case AURA_REMOVE_BY_ENEMY_SPELL:\n            case AURA_REMOVE_BY_EXPIRE:\n                if (auto caster = GetCaster())\n                {\n                    if (caster->GetMap()->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n                    {\n                        int32 modifiedMutatingExplosionDamage = 2379;\n                        caster->CastCustomSpell(GetTarget(), SPELL_MUTATING_EXPLOSION, &modifiedMutatingExplosionDamage, 0, 0, true);\n                    }\n                    else\n                        caster->CastSpell(GetTarget(), SPELL_MUTATING_EXPLOSION, true);\n                }\n                break;\n            default:\n                return;\n        }\n    }\n\n    void Register() override\n    {\n        AfterEffectRemove += AuraEffectRemoveFn(spell_grobbulus_mutating_injection_aura::HandleRemove, EFFECT_0, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL);\n    }\n};\n\nvoid AddSC_boss_grobbulus_40()\n{\n    new boss_grobbulus_40();\n    new boss_grobbulus_poison_cloud_40();\n    // RegisterSpellScript(spell_grobbulus_poison);\n    RegisterSpellScript(spell_grobbulus_mutating_injection_aura);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_heigan_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellInfo.h\"\n#include \"SpellScript.h\"\n#include \"SpellScriptLoader.h\"\n#include \"naxxramas.h\"\n\nenum Says\n{\n    SAY_AGGRO                       = 0,\n    SAY_SLAY                        = 1,\n    SAY_TAUNT                       = 2,\n    EMOTE_DEATH                     = 3,\n    EMOTE_DANCE                     = 4,\n    EMOTE_DANCE_END                 = 5,\n    SAY_DANCE                       = 6\n};\n\nenum Spells\n{\n    // SPELL_DISRUPTION             = 29310,\n    SPELL_DECREPIT_FEVER            = 29998,\n    SPELL_PLAGUE_CLOUD              = 29350,\n    SPELL_TELEPORT_SELF             = 30211,\n\n    SPELL_TELEPORT_PLAYERS          = 29273, // updated target in db\n    SPELL_SUMMON_PLAYER             = 25104,\n};\n\nenum Events\n{\n    EVENT_DISRUPTION                = 1,\n    EVENT_DECEPIT_FEVER             = 2,\n    EVENT_ERUPT_SECTION             = 3,\n    EVENT_SWITCH_PHASE              = 4,\n    EVENT_SAFETY_DANCE              = 5,\n    EVENT_PLAGUE_CLOUD              = 6,\n    EVENT_TELEPORT_PLAYER           = 7\n};\n\nenum Misc\n{\n    PHASE_SLOW_DANCE                = 0,\n    PHASE_FAST_DANCE                = 1\n};\n\nconst Position EyeStalkPositions[20] =\n{\n    { 2761.28f, -3765.37f, 275.08f, 1.24f },\n    { 2770.17f, -3782.11f, 275.08f, 1.33f },\n    { 2798.11f, -3788.94f, 275.08f, 2.35f },\n    { 2797.91f, -3776.86f, 275.08f, 2.25f },\n    { 2792.06f, -3762.52f, 275.08f, 2.9f, },\n    { 2789.87f, -3752.15f, 275.08f, 2.74f },\n    { 2804.21f, -3757.96f, 275.08f, 3.9f },\n    { 2821.16f, -3759.75f, 275.08f, 4.47f },\n    { 2834.64f, -3751.23f, 275.08f, 4.27f },\n    { 2843.54f, -3768.08f, 275.08f, 3.06f },\n    { 2862.4f,  -3758.3f,  275.08f, 4.8f },\n    { 2877.8f,  -3762.46f, 275.08f, 4.8f },\n    { 2894.11f, -3757.89f, 275.08f, 4.56f },\n    { 2895.25f, -3779.5f,  275.08f, 2.4f },\n    { 2881.59f, -3782.22f, 275.08f, 2.79f },\n    { 2867.2f,  -3778.21f, 275.08f, 3.01f },\n    { 2851.39f, -3776.54f, 275.08f, 2.69f },\n    { 2846.16f, -3789.13f, 275.08f, 1.79f },\n    { 2830.09f, -3776.49f, 275.08f, 0.94f },\n    { 2813.34f, -3780.97f, 275.08f, 1.84f },\n};\n\nclass boss_heigan_40 : public CreatureScript\n{\npublic:\n    boss_heigan_40() : CreatureScript(\"boss_heigan_40\") { }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return GetNaxxramasAI<boss_heigan_40AI>(creature);\n    }\n\n    struct boss_heigan_40AI : public BossAI\n    {\n        explicit boss_heigan_40AI(Creature* c) : BossAI(c, BOSS_HEIGAN) {}\n\n        uint8 _currentPhase{};\n        uint8 _currentSection{};\n        bool _moveRight{true};\n        TaskScheduler _eruptionScheduler;\n\n        GuidList portedPlayersThisPhase;\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            _currentPhase = 0;\n            _currentSection = 3;\n            _moveRight = true;\n            _eruptionScheduler.CancelAll();\n            portedPlayersThisPhase.clear();\n            KillPlayersInTheTunnel();\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            Talk(SAY_SLAY);\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            _eruptionScheduler.CancelAll();\n            BossAI::JustDied(killer);\n            Talk(EMOTE_DEATH);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->SetInCombatWithZone();\n            Talk(SAY_AGGRO);\n            StartFightPhase(PHASE_SLOW_DANCE);\n        }\n\n        void StartFightPhase(uint8 phase)\n        {\n            _currentSection = 3;\n            _currentPhase = phase;\n            scheduler.CancelAll();\n            _eruptionScheduler.CancelAll();\n\n            if (phase == PHASE_SLOW_DANCE)\n            {\n                me->CastStop();\n                me->SetReactState(REACT_AGGRESSIVE);\n                DoZoneInCombat();\n\n                ScheduleTimedEvent(12s, 15s, [&] {\n                    // DoCastSelf(SPELL_SPELL_DISRUPTION);\n                    me->CastCustomSpell(SPELL_DISRUPTION_40, SPELLVALUE_RADIUS_MOD, 2500, me, false); // 25yd\n                }, 10s);\n                ScheduleTimedEvent(17s, [&] {\n                    // DoCastSelf(SPELL_DECREPIT_FEVER);\n                    int32 bp1 = 499;\n                    me->CastCustomSpell(me, SPELL_DECREPIT_FEVER, 0, &bp1, 0, false, nullptr, nullptr, ObjectGuid::Empty);\n                }, 22s, 25s);\n                ScheduleTimedEvent(40s, [&] {\n                    DoEventTeleportPlayer(); // this currently kills the players that get teleported and was not set to repeat, so setting repeat timer really high.\n                }, 600s);\n\n                _eruptionScheduler.Schedule(15s, [this](TaskContext context){\n                    instance->SetData(DATA_HEIGAN_ERUPTION, _currentSection);\n                    if (_currentSection == 3)\n                        _moveRight = false;\n                    else if (_currentSection == 0)\n                        _moveRight = true;\n\n                    _moveRight ? _currentSection++ : _currentSection--;\n                    Talk(SAY_TAUNT);\n                    context.Repeat(10s);\n                }).Schedule(90s, [this](TaskContext /*context*/) {\n                    StartFightPhase(PHASE_FAST_DANCE);\n                });\n\n                portedPlayersThisPhase.clear(); // currently pointless because players that got teleported are dead and the teleport event only happens once\n            }\n            else // if (phase == PHASE_FAST_DANCE)\n            {\n                Talk(EMOTE_DANCE);\n                Talk(SAY_DANCE);\n                me->AttackStop();\n                me->StopMoving();\n                me->SetReactState(REACT_PASSIVE);\n                me->CastSpell(me, SPELL_TELEPORT_SELF, false);\n                me->SetFacingTo(2.40f);\n\n                scheduler.Schedule(1s, [this](TaskContext /*context*/) {\n                    DoCastSelf(SPELL_PLAGUE_CLOUD);\n                });\n\n                _eruptionScheduler.Schedule(7s, [this](TaskContext context){\n                    instance->SetData(DATA_HEIGAN_ERUPTION, _currentSection);\n                    if (_currentSection == 3)\n                        _moveRight = false;\n                    else if (_currentSection == 0)\n                        _moveRight = true;\n\n                    _moveRight ? _currentSection++ : _currentSection--;\n                    context.Repeat(4s);\n                }).Schedule(45s, [this](TaskContext /*context*/) {\n                    StartFightPhase(PHASE_SLOW_DANCE);\n                    Talk(EMOTE_DANCE_END); // avoid play the emote on aggro\n                });\n            }\n        }\n\n        bool IsInRoom(Unit* who)\n        {\n            if (who->GetPositionX() > 2826 || who->GetPositionX() < 2723 || who->GetPositionY() > -3641 || who->GetPositionY() < -3736)\n            {\n                if (who->GetGUID() == me->GetGUID())\n                    EnterEvadeMode();\n\n                return false;\n            }\n            return true;\n        }\n\n        void KillPlayersInTheTunnel()\n        {\n            // hackfix: kill everyone in the tunnel\n            Map::PlayerList const& PlayerList = me->GetMap()->GetPlayers();\n            for (auto const& itr : PlayerList)\n                if (Player* player = itr.GetSource())\n                    if (player->IsAlive() && !player->IsGameMaster())\n                        if (player->GetPositionY() <= -3735.0f)\n                            player->KillSelf();\n        }\n\n        void DoEventTeleportPlayer()\n        {\n            std::list<Unit*> candidates;\n            SelectTargetList(candidates, 3, SelectTargetMethod::Random, 0, [&](Unit* target)\n            {\n                if (!target->IsPlayer()) // never target nonplayers (pets, guardians, etc.)\n                    return false;\n                if (!target->IsAlive())\n                    return false;\n                if (me->GetVictim() == target) // never target tank\n                    return false;\n                // skip players who already have been teleported this phase\n                if (std::find(portedPlayersThisPhase.begin(), portedPlayersThisPhase.end(), target->GetGUID()) != portedPlayersThisPhase.end())\n                    return false;\n                return true;\n            });\n\n            if (candidates.empty())\n                return;\n\n            for (int i = 0; i < 3 ; i++)\n            {\n                if (candidates.empty())\n                    break;\n                auto itr = candidates.begin();\n                if (candidates.size() > 1)\n                    std::advance(itr, urand(0, candidates.size() - 1));\n                Unit *target = *itr;\n                candidates.erase(itr);\n                portedPlayersThisPhase.push_back(target->GetGUID());\n                DoModifyThreatByPercent(target, -99); // prevent heigan chasing and resetting\n                target->CastSpell(target, SPELL_TELEPORT_PLAYERS, true);\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!IsInRoom(me))\n                return;\n\n            if (!UpdateVictim())\n                return;\n\n            if (Unit* victim = me->GetVictim())\n            {\n                if (!me->IsWithinDistInMap(victim, VISIBILITY_DISTANCE_NORMAL))\n                    me->CastSpell(victim, SPELL_SUMMON_PLAYER, true);\n            }\n\n            _eruptionScheduler.Update(diff);\n        }\n    };\n};\n\nvoid AddSC_boss_heigan_40()\n{\n    new boss_heigan_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_kelthuzad_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellScript.h\"\n#include \"naxxramas.h\"\n\nenum Yells\n{\n    SAY_ANSWER_REQUEST                      = 3,\n    SAY_TAUNT                               = 6,\n    SAY_AGGRO                               = 7,\n    SAY_SLAY                                = 8,\n    SAY_DEATH                               = 9,\n    SAY_CHAIN                               = 10,\n    SAY_FROST_BLAST                         = 11,\n    SAY_REQUEST_AID                         = 12,\n    EMOTE_PHASE_TWO                         = 13,\n    SAY_SUMMON_MINIONS                      = 14,\n    SAY_SPECIAL                             = 15,\n\n    EMOTE_GUARDIAN_FLEE                     = 0,\n    EMOTE_GUARDIAN_APPEAR                   = 1\n};\n\nenum Spells\n{\n    // Kel'Thzuad\n    SPELL_FROST_BOLT_SINGLE                 = 28478,\n    SPELL_FROST_BOLT_MULTI                  = 28479,\n    SPELL_SHADOW_FISURE                     = 27810,\n    SPELL_VOID_BLAST                        = 27812,\n    SPELL_DETONATE_MANA                     = 27819,\n    SPELL_MANA_DETONATION_DAMAGE            = 27820,\n    SPELL_FROST_BLAST                       = 27808,\n    SPELL_CHAINS_OF_KELTHUZAD               = 28410, // 28408 script effect\n    SPELL_BERSERK                           = 28498,\n    SPELL_KELTHUZAD_CHANNEL                 = 29423,\n\n    // Minions\n    SPELL_FRENZY                            = 28468,\n    SPELL_MORTAL_WOUND                      = 28467,\n    SPELL_BLOOD_TAP                         = 28470\n};\n\nenum Misc\n{\n    ACTION_CALL_HELP_ON                     = 1,\n    ACTION_CALL_HELP_OFF                    = 2,\n    ACTION_SECOND_PHASE                     = 3,\n    ACTION_GUARDIANS_OFF                    = 4\n};\n\nenum Event\n{\n    // Kel'Thuzad\n    EVENT_SUMMON_SOLDIER                    = 1,\n    EVENT_SUMMON_UNSTOPPABLE_ABOMINATION    = 2,\n    EVENT_SUMMON_SOUL_WEAVER                = 3,\n    EVENT_PHASE_2                           = 4,\n    EVENT_FROST_BOLT_SINGLE                 = 5,\n    EVENT_FROST_BOLT_MULTI                  = 6,\n    EVENT_DETONATE_MANA                     = 7,\n    EVENT_PHASE_3                           = 8,\n    EVENT_P3_LICH_KING_SAY                  = 9,\n    EVENT_SHADOW_FISSURE                    = 10,\n    EVENT_FROST_BLAST                       = 11,\n    // EVENT_CHAINS                         = 12,\n    EVENT_SUMMON_GUARDIAN_OF_ICECROWN       = 13,\n    EVENT_FLOOR_CHANGE                      = 14,\n    EVENT_ENRAGE                            = 15,\n    EVENT_SPAWN_POOL                        = 16,\n\n    // Minions\n    EVENT_MINION_FRENZY                     = 17,\n    EVENT_MINION_MORTAL_WOUND               = 18,\n    EVENT_MINION_BLOOD_TAP                  = 19\n};\n\nconst Position SummonGroups[12] =\n{\n    // Portals\n    {3783.272705f, -5062.697266f, 143.711203f, 3.617599f}, // LEFT_FAR\n    {3730.291260f, -5027.239258f, 143.956909f, 4.461900f}, // LEFT_MIDDLE\n    {3683.868652f, -5057.281250f, 143.183884f, 5.237086f}, // LEFT_NEAR\n    {3759.355225f, -5174.128418f, 143.802383f, 2.170104f}, // RIGHT_FAR\n    {3700.724365f, -5185.123047f, 143.928024f, 1.309310f}, // RIGHT_MIDDLE\n    {3665.121094f, -5138.679199f, 143.183212f, 0.604023f}, // RIGHT_NEAR\n\n    // Middle\n    {3769.34f, -5071.80f, 143.2082f, 3.658f},\n    {3729.78f, -5043.56f, 143.3867f, 4.475f},\n    {3682.75f, -5055.26f, 143.1848f, 5.295f},\n    {3752.58f, -5161.82f, 143.2944f, 2.126f},\n    {3702.83f, -5171.70f, 143.4356f, 1.305f},\n    {3665.30f, -5141.55f, 143.1846f, 0.566f}\n};\n\nconst Position SpawnPool[7] =\n{\n    // Portals\n    {3783.272705f, -5062.697266f, 143.711203f, 3.617599f}, // LEFT_FAR\n    {3730.291260f, -5027.239258f, 143.956909f, 4.461900f}, // LEFT_MIDDLE\n    {3683.868652f, -5057.281250f, 143.183884f, 5.237086f}, // LEFT_NEAR\n    {3759.355225f, -5174.128418f, 143.802383f, 2.170104f}, // RIGHT_FAR\n    {3700.724365f, -5185.123047f, 143.928024f, 1.309310f}, // RIGHT_MIDDLE\n    {3665.121094f, -5138.679199f, 143.183212f, 0.604023f}, // RIGHT_NEAR\n    {3651.729980f, -5092.620117f, 143.380005f, 6.050000f}  // GATE\n};\n\nclass boss_kelthuzad_40 : public CreatureScript\n{\npublic:\n    boss_kelthuzad_40() : CreatureScript(\"boss_kelthuzad_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_kelthuzad_40AI>(pCreature);\n    }\n\n    struct boss_kelthuzad_40AI : public BossAI\n    {\n        explicit boss_kelthuzad_40AI(Creature* c) : BossAI(c, BOSS_KELTHUZAD), summons(me) {}\n\n        EventMap events;\n        SummonList summons;\n\n        float NormalizeOrientation(float o)\n        {\n            return std::fmod(o, 2.0f * static_cast<float>(M_PI)); // Only positive values will be passed\n        }\n\n        void SpawnHelpers_40()\n        {\n            // spawn at gate\n            me->SummonCreature(NPC_UNSTOPPABLE_ABOMINATION_40, 3656.19f, -5093.78f, 143.33f, 6.08, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000);// abo center\n            me->SummonCreature(NPC_UNSTOPPABLE_ABOMINATION_40, 3657.94f, -5087.68f, 143.60f, 6.08, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000);// abo left\n            me->SummonCreature(NPC_UNSTOPPABLE_ABOMINATION_40, 3655.48f, -5100.05f, 143.53f, 6.08, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000);// abo right\n            me->SummonCreature(NPC_SOUL_WEAVER_40, 3651.73f, -5092.62f, 143.38f, 6.05, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // soul behind\n            me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 3660.17f, -5092.45f, 143.37f, 6.07, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // ske front left\n            me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 3659.39f, -5096.21f, 143.29f, 6.07, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // ske front right\n            me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 3659.29f, -5090.19f, 143.48f, 6.07, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // ske left left\n            me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 3657.43f, -5098.03f, 143.41f, 6.07, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // ske right right\n            me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 3654.36f, -5090.51f, 143.48f, 6.09, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // ske behind left\n            me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 3653.35f, -5095.91f, 143.41f, 6.09, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 2000); // ske right right\n\n            // 6 rooms, 8 soldiers, 3 abominations and 1 weaver in each room | middle positions in table starts from 6\n            for (uint8 i = 6; i < 12; ++i)\n            {\n                for (uint8 j = 0; j < 8; ++j)\n                {\n                    float angle = M_PI * 2 / 8 * j;\n                    me->SummonCreature(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, SummonGroups[i].GetPositionX() + 6 * cos(angle), SummonGroups[i].GetPositionY() + 6 * std::sin(angle), SummonGroups[i].GetPositionZ(), SummonGroups[i].GetOrientation(), TEMPSUMMON_CORPSE_TIMED_DESPAWN, 20000);\n                }\n            }\n            for (uint8 i = 6; i < 12; ++i)\n            {\n                for (uint8 j = 1; j < 4; ++j)\n                {\n                    float dist = j == 2 ? 0.0f : 8.0f; // second in middle\n                    float angle = SummonGroups[i].GetOrientation() + M_PI * 2 / 4 * j;\n                    me->SummonCreature(NPC_UNSTOPPABLE_ABOMINATION_40, SummonGroups[i].GetPositionX() + dist * cos(angle), SummonGroups[i].GetPositionY() + dist * std::sin(angle), SummonGroups[i].GetPositionZ(), SummonGroups[i].GetOrientation(), TEMPSUMMON_CORPSE_TIMED_DESPAWN, 20000);\n                }\n            }\n            for (uint8 i = 6; i < 12; ++i)\n            {\n                for (uint8 j = 0; j < 1; ++j)\n                {\n                    float angle = SummonGroups[i].GetOrientation() + M_PI;\n                    me->SummonCreature(NPC_SOUL_WEAVER_40, SummonGroups[i].GetPositionX() + 6 * cos(angle), SummonGroups[i].GetPositionY() + 6 * std::sin(angle), SummonGroups[i].GetPositionZ() + 0.5f, SummonGroups[i].GetOrientation(), TEMPSUMMON_CORPSE_TIMED_DESPAWN, 20000);\n                }\n            }\n        }\n\n        void SummonHelper(uint32 entry, uint32 count)\n        {\n            for (uint8 i = 0; i < count; ++i)\n            {\n                if (Creature* cr = me->SummonCreature(entry, SpawnPool[urand(0, 6)], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 20000))\n                {\n                    if (Unit* target = SelectTargetFromPlayerList(100.0f))\n                    {\n                        cr->AI()->DoAction(ACTION_CALL_HELP_OFF);\n                        cr->AI()->AttackStart(target);\n                    }\n                }\n            }\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n            me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_DISABLE_MOVE);\n            me->SetReactState(REACT_AGGRESSIVE);\n            if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_FLOOR))\n            {\n                go->SetPhaseMask(1, true);\n                go->SetGoState(GO_STATE_READY);\n            }\n\n            if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_1))\n                go->SetGoState(GO_STATE_READY);\n\n            if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_2))\n                go->SetGoState(GO_STATE_READY);\n\n            if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_3))\n                go->SetGoState(GO_STATE_READY);\n\n            if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_4))\n                go->SetGoState(GO_STATE_READY);\n        }\n\n        void EnterEvadeMode(EvadeReason why) override\n        {\n            me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_DISABLE_MOVE);\n            ScriptedAI::EnterEvadeMode(why);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            Talk(SAY_SLAY);\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            summons.DoAction(ACTION_GUARDIANS_OFF);\n            if (Creature* guardian = summons.GetCreatureWithEntry(NPC_GUARDIAN_OF_ICECROWN_40))\n            {\n                guardian->AI()->Talk(EMOTE_GUARDIAN_FLEE);\n            }\n            Talk(SAY_DEATH);\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (!me->IsInCombat() && who->IsPlayer() && who->IsAlive() && me->GetDistance(who) <= 50.0f)\n                AttackStart(who);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            Talk(SAY_SUMMON_MINIONS);\n            me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_DISABLE_MOVE);\n            me->RemoveAllAttackers();\n            me->SetTarget();\n            me->SetReactState(REACT_PASSIVE);\n            me->CastSpell(me, SPELL_KELTHUZAD_CHANNEL, false);\n            events.ScheduleEvent(EVENT_SPAWN_POOL, 5s);\n            events.ScheduleEvent(EVENT_SUMMON_SOLDIER, 6400ms);\n            events.ScheduleEvent(EVENT_SUMMON_UNSTOPPABLE_ABOMINATION, 10s);\n            events.ScheduleEvent(EVENT_SUMMON_SOUL_WEAVER, 12s);\n            events.ScheduleEvent(EVENT_PHASE_2, 228s);\n            events.ScheduleEvent(EVENT_ENRAGE, 15min);\n\n            if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_FLOOR))\n            {\n                events.ScheduleEvent(EVENT_FLOOR_CHANGE, 15s);\n                go->SetGoState(GO_STATE_ACTIVE);\n            }\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            summons.Summon(cr);\n            if (!cr->IsInCombat())\n            {\n                cr->GetMotionMaster()->MoveRandom(5);\n            }\n            if (cr->GetEntry() == NPC_GUARDIAN_OF_ICECROWN_40)\n            {\n                cr->SetHomePosition(cr->GetPositionX(), cr->GetPositionY(), cr->GetPositionZ(), cr->GetOrientation());\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (!me->HasAura(SPELL_KELTHUZAD_CHANNEL))\n            {\n                if (me->HasUnitState(UNIT_STATE_CASTING))\n                    return;\n            }\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_FLOOR_CHANGE:\n                    if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_FLOOR))\n                    {\n                        events.ScheduleEvent(EVENT_FLOOR_CHANGE, 15s);\n                        go->SetGoState(GO_STATE_READY);\n                        go->SetPhaseMask(2, true);\n                    }\n                    break;\n                case EVENT_SPAWN_POOL:\n                    SpawnHelpers_40();\n                    break;\n                case EVENT_SUMMON_SOLDIER:\n                    SummonHelper(NPC_SOLDIER_OF_THE_FROZEN_WASTES_40, 1);\n                    events.Repeat(3100ms);\n                    break;\n                case EVENT_SUMMON_UNSTOPPABLE_ABOMINATION:\n                    SummonHelper(NPC_UNSTOPPABLE_ABOMINATION_40, 1);\n                    events.Repeat(18s + 500ms);\n                    break;\n                case EVENT_SUMMON_SOUL_WEAVER:\n                    SummonHelper(NPC_SOUL_WEAVER_40, 1);\n                    events.Repeat(30s);\n                    break;\n                case EVENT_PHASE_2:\n                    Talk(EMOTE_PHASE_TWO);\n                    Talk(SAY_AGGRO);\n                    events.Reset();\n                    summons.DoAction(ACTION_SECOND_PHASE);\n                    me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_DISABLE_MOVE);\n                    me->GetMotionMaster()->MoveChase(me->GetVictim());\n                    me->RemoveAura(SPELL_KELTHUZAD_CHANNEL);\n                    me->SetReactState(REACT_AGGRESSIVE);\n                    events.ScheduleEvent(EVENT_FROST_BOLT_SINGLE, 2s, 10s);\n                    events.ScheduleEvent(EVENT_FROST_BOLT_MULTI, 15s, 30s);\n                    events.ScheduleEvent(EVENT_DETONATE_MANA, 30s);\n                    events.ScheduleEvent(EVENT_PHASE_3, 1s);\n                    events.ScheduleEvent(EVENT_SHADOW_FISSURE, 25s);\n                    events.ScheduleEvent(EVENT_FROST_BLAST, 45s);\n                    break;\n                case EVENT_ENRAGE:\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    break;\n                case EVENT_FROST_BOLT_SINGLE:\n                    me->CastSpell(me->GetVictim(), SPELL_FROST_BOLT_SINGLE, false);\n                    events.Repeat(2s, 10s);\n                    break;\n                case EVENT_FROST_BOLT_MULTI:\n                    me->CastSpell(me, SPELL_FROST_BOLT_MULTI, false);\n                    events.Repeat(15s, 30s);\n                    break;\n                case EVENT_SHADOW_FISSURE:\n                    if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 100.0f, true))\n                    {\n                        me->CastSpell(target, SPELL_SHADOW_FISURE, false);\n                    }\n                    events.Repeat(25s);\n                    break;\n                case EVENT_FROST_BLAST:\n                    if (Unit* target = SelectTarget(SelectTargetMethod::Random, RAID_MODE(1, 0, 0, 0), 0, true))\n                    {\n                        me->CastSpell(target, SPELL_FROST_BLAST, false);\n                        Talk(SAY_FROST_BLAST);\n                    }\n                    events.Repeat(45s);\n                    break;\n                /* case EVENT_CHAINS:\n                    for (uint8 i = 0; i < 3; ++i)\n                    {\n                        if (Unit* target = SelectTarget(SelectTargetMethod::Random, 1, 200, true, true, -SPELL_CHAINS_OF_KELTHUZAD))\n                        {\n                            me->CastSpell(target, SPELL_CHAINS_OF_KELTHUZAD, true);\n                            Talk(SAY_CHAIN);\n                        }\n                    }\n                    events.Repeat(90s);\n                    break; */\n                case EVENT_DETONATE_MANA:\n                    {\n                        std::vector<Unit*> unitList;\n                        for (ThreatReference const* ref : me->GetThreatMgr().GetUnsortedThreatList())\n                        {\n                            if (Unit* target = ref->GetVictim())\n                            {\n                                if (target->IsPlayer()\n                                    && target->getPowerType() == POWER_MANA\n                                    && target->GetPower(POWER_MANA))\n                                {\n                                    unitList.push_back(target);\n                                }\n                            }\n                        }\n                        if (!unitList.empty())\n                        {\n                            auto itr = unitList.begin();\n                            advance(itr, urand(0, unitList.size() - 1));\n                            me->CastSpell(*itr, SPELL_DETONATE_MANA, false);\n                            Talk(SAY_SPECIAL);\n                        }\n                        events.Repeat(30s);\n                        break;\n                    }\n                case EVENT_PHASE_3:\n                    if (me->HealthBelowPct(45))\n                    {\n                        Talk(SAY_REQUEST_AID);\n                        events.DelayEvents(5500ms);\n                        events.ScheduleEvent(EVENT_P3_LICH_KING_SAY, 5s);\n                        if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_1))\n                            go->SetGoState(GO_STATE_ACTIVE);\n\n                        if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_2))\n                            go->SetGoState(GO_STATE_ACTIVE);\n\n                        if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_3))\n                            go->SetGoState(GO_STATE_ACTIVE);\n\n                        if (GameObject* go = instance->GetGameObject(DATA_KELTHUZAD_PORTAL_4))\n                            go->SetGoState(GO_STATE_ACTIVE);\n\n                        break;\n                    }\n                    events.Repeat(1s);\n                    break;\n                case EVENT_P3_LICH_KING_SAY:\n                {\n                    if (Creature* cr = instance->GetCreature(DATA_LICH_KING_BOSS))\n                        cr->AI()->Talk(SAY_ANSWER_REQUEST);\n\n                    for (uint8 i = 0 ; i < RAID_MODE(2, 4, 4, 4); ++i)\n                        events.ScheduleEvent(EVENT_SUMMON_GUARDIAN_OF_ICECROWN, Milliseconds(10000 + (i * 5000)));\n\n                    break;\n                }\n                case EVENT_SUMMON_GUARDIAN_OF_ICECROWN:\n                    if (Creature* cr = me->SummonCreature(NPC_GUARDIAN_OF_ICECROWN_40, SpawnPool[RAND(0, 1, 3, 4)]))\n                    {\n                        cr->AI()->Talk(EMOTE_GUARDIAN_APPEAR);\n                        cr->AI()->AttackStart(me->GetVictim());\n                    }\n                    break;\n            }\n            if (!me->HasUnitFlag(UNIT_FLAG_DISABLE_MOVE))\n                DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass boss_kelthuzad_minion_40 : public CreatureScript\n{\npublic:\n    boss_kelthuzad_minion_40() : CreatureScript(\"boss_kelthuzad_minion_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_kelthuzad_minion_40AI>(pCreature);\n    }\n\n    struct boss_kelthuzad_minion_40AI : public ScriptedAI\n    {\n        explicit boss_kelthuzad_minion_40AI(Creature* c) : ScriptedAI(c) { }\n\n        EventMap events;\n        bool callHelp{};\n\n        void Reset() override\n        {\n            me->SetNoCallAssistance(true);\n            callHelp = true;\n            events.Reset();\n        }\n\n        void DoAction(int32 param) override\n        {\n            if (param == ACTION_CALL_HELP_ON)\n            {\n                callHelp = true;\n            }\n            else if (param == ACTION_CALL_HELP_OFF)\n            {\n                callHelp = false;\n            }\n            else if (param == ACTION_SECOND_PHASE)\n            {\n                if (!me->IsInCombat())\n                {\n                    me->DespawnOrUnsummon(500ms);\n                }\n            }\n            if (param == ACTION_GUARDIANS_OFF)\n            {\n                me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n                me->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE);\n                me->RemoveAllAuras();\n                EnterEvadeMode();\n                me->SetPosition(me->GetHomePosition());\n            }\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (!who->IsPlayer() && !who->IsPet())\n                return;\n\n            ScriptedAI::MoveInLineOfSight(who);\n        }\n\n        // void JustDied(Unit* /*killer*/) override\n        // {\n        //     if (me->GetEntry() == NPC_UNSTOPPABLE_ABOMINATION)\n        //         me->GetInstanceScript()->SetData(DATA_ABOMINATION_KILLED, 0);\n        // }\n\n        void AttackStart(Unit* who) override\n        {\n            ScriptedAI::AttackStart(who);\n            if (callHelp)\n            {\n                std::list<Creature*> targets;\n                me->GetCreaturesWithEntryInRange(targets, 15.0f, me->GetEntry());\n                for (std::list<Creature*>::const_iterator itr = targets.begin(); itr != targets.end(); ++itr)\n                {\n                    if ((*itr)->GetGUID() != me->GetGUID())\n                    {\n                        (*itr)->ToCreature()->AI()->DoAction(ACTION_CALL_HELP_OFF);\n                        (*itr)->ToCreature()->AI()->AttackStart(who);\n                    }\n                }\n            }\n\n            if (me->GetEntry() != NPC_UNSTOPPABLE_ABOMINATION_40 && me->GetEntry() != NPC_GUARDIAN_OF_ICECROWN_40)\n            {\n                me->AddThreat(who, 1000000.0f);\n            }\n        }\n\n        void JustEngagedWith(Unit*  /*who*/) override\n        {\n            me->SetInCombatWithZone();\n            if (me->GetEntry() == NPC_UNSTOPPABLE_ABOMINATION_40)\n            {\n                events.ScheduleEvent(EVENT_MINION_FRENZY, 1s);\n                events.ScheduleEvent(EVENT_MINION_MORTAL_WOUND, 5s);\n            }\n            else if (me->GetEntry() == NPC_GUARDIAN_OF_ICECROWN_40)\n            {\n                events.ScheduleEvent(EVENT_MINION_BLOOD_TAP, 15s);\n            }\n        }\n\n        /* void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer())\n                me->GetInstanceScript()->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        } */\n\n        void JustReachedHome() override\n        {\n            if (me->GetEntry() == NPC_GUARDIAN_OF_ICECROWN_40)\n            {\n                me->DespawnOrUnsummon();\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_MINION_MORTAL_WOUND:\n                    me->CastSpell(me->GetVictim(), SPELL_MORTAL_WOUND, false);\n                    events.Repeat(15s);\n                    break;\n                case EVENT_MINION_FRENZY:\n                    if (me->HealthBelowPct(35))\n                    {\n                        me->CastSpell(me, SPELL_FRENZY, true);\n                        break;\n                    }\n                    events.Repeat(1s);\n                    break;\n                case EVENT_MINION_BLOOD_TAP:\n                    me->CastSpell(me->GetVictim(), SPELL_BLOOD_TAP, false);\n                    events.Repeat(15s);\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass spell_kelthuzad_frost_blast : public SpellScript\n{\n    PrepareSpellScript(spell_kelthuzad_frost_blast);\n\n    bool Validate(SpellInfo const* /*spell*/) override\n    {\n        return ValidateSpellInfo({ SPELL_FROST_BLAST });\n    }\n\n    void FilterTargets(std::list<WorldObject*>& targets)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || !caster->ToCreature())\n            return;\n\n        std::list<WorldObject*> tmplist;\n        for (auto& target : targets)\n        {\n            if (!target->ToUnit()->HasAura(SPELL_FROST_BLAST))\n            {\n                tmplist.push_back(target);\n            }\n        }\n        targets.clear();\n        for (auto& itr : tmplist)\n        {\n            targets.push_back(itr);\n        }\n    }\n\n    void Register() override\n    {\n        OnObjectAreaTargetSelect += SpellObjectAreaTargetSelectFn(spell_kelthuzad_frost_blast::FilterTargets, EFFECT_ALL, TARGET_UNIT_DEST_AREA_ENEMY);\n    }\n};\n\nclass spell_kelthuzad_detonate_mana_aura : public AuraScript\n{\n    PrepareAuraScript(spell_kelthuzad_detonate_mana_aura);\n\n    bool Validate(SpellInfo const* /*spell*/) override\n    {\n        return ValidateSpellInfo({ SPELL_MANA_DETONATION_DAMAGE });\n    }\n\n    void HandleScript(AuraEffect const* aurEff)\n    {\n        PreventDefaultAction();\n        Unit* target = GetTarget();\n        if (auto mana = int32(target->GetMaxPower(POWER_MANA) / 10))\n        {\n            mana = target->ModifyPower(POWER_MANA, -mana);\n            target->CastCustomSpell(SPELL_MANA_DETONATION_DAMAGE, SPELLVALUE_BASE_POINT0, -mana * 10, target, true, nullptr, aurEff);\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectPeriodic += AuraEffectPeriodicFn(spell_kelthuzad_detonate_mana_aura::HandleScript, EFFECT_0, SPELL_AURA_PERIODIC_TRIGGER_SPELL);\n    }\n};\n\nvoid AddSC_boss_kelthuzad_40()\n{\n    new boss_kelthuzad_40();\n    new boss_kelthuzad_minion_40();\n    // RegisterSpellScript(spell_kelthuzad_frost_blast);\n    // RegisterSpellScript(spell_kelthuzad_detonate_mana_aura);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_loatheb_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"ScriptedCreature.h\"\n#include \"naxxramas.h\"\n\nenum Spells\n{\n    // SPELL_DEATHBLOOM                         = 29865, // does 200 dmg every second for 6 seconds with 1200 extra damage at the end. should do 196 dmg every 6 seconds. no extra damage at the end.\n    SPELL_POISON_SHOCK                          = 22595, // does 180-220 aoe poison damage. if Loatheb recasts this every 6 seconds it's a fix for poison aura.\n    SPELL_CORRUPTED_MIND                        = 29201, // this triggers the following spells on targets (based on class): 29185, 29194, 29196, 29198\n    SPELL_INEVITABLE_DOOM                       = 29204,\n    SPELL_REMOVE_CURSE                          = 30281  // He periodically removes all curses on himself\n    // SPELL_BERSERK                            = 26662, // he doesn't cast berserk in Naxx40\n};\n\nenum Events\n{\n    EVENT_NECROTIC_AURA                         = 1, // this is actually Corrupted Mind instead of Necrotic Aura, keeping the name for possible strategy\n    EVENT_DEATHBLOOM                            = 2, // this is actually Poison Shock instead of Deathbloom\n    EVENT_INEVITABLE_DOOM                       = 3,\n    EVENT_REMOVE_CURSE                          = 4,\n    EVENT_SUMMON_SPORE                          = 5\n    // EVENT_NECROTIC_AURA_FADING               = 6,\n    // EVENT_NECROTIC_AURA_REMOVED              = 7\n};\n\nenum Texts\n{\n    SAY_NECROTIC_AURA_APPLIED                   = 0,\n    SAY_NECROTIC_AURA_REMOVED                   = 1,\n    SAY_NECROTIC_AURA_FADING                    = 2\n};\n\nclass boss_loatheb_40 : public CreatureScript\n{\npublic:\n    boss_loatheb_40() : CreatureScript(\"boss_loatheb_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_loatheb_40AI>(pCreature);\n    }\n\n    struct boss_loatheb_40AI : public BossAI\n    {\n        explicit boss_loatheb_40AI(Creature* c) : BossAI(c, BOSS_LOATHEB), summons(me)\n        {\n            me->SetHomePosition(me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), me->GetOrientation());\n        }\n\n        uint8 doomCounter;\n        EventMap events;\n        SummonList summons;\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n            doomCounter = 0;\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            cr->SetInCombatWithZone();\n            summons.Summon(cr);\n        }\n\n        void SummonedCreatureDies(Creature*  /*cr*/, Unit*) override\n        {\n            instance->SetData(DATA_SPORE_KILLED, 0);\n        }\n\n        /* void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer())\n                instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        } */\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->SetInCombatWithZone();\n            events.ScheduleEvent(EVENT_NECROTIC_AURA, 5s);\n            events.ScheduleEvent(EVENT_DEATHBLOOM, 5s);\n            events.ScheduleEvent(EVENT_INEVITABLE_DOOM, 2min);\n            events.ScheduleEvent(EVENT_SUMMON_SPORE, 15s);\n            events.ScheduleEvent(EVENT_REMOVE_CURSE, 5s);\n        }\n\n        void JustDied(Unit* killer) override\n        {\n            BossAI::JustDied(killer);\n            summons.DespawnAll();\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictim() || !IsInRoom())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_SUMMON_SPORE:\n                    me->CastSpell(me, SPELL_SUMMON_SPORE_40, true);\n                    events.Repeat(13s);\n                    break;\n                case EVENT_NECROTIC_AURA: // = EVENT_CORRUPTED_MIND:\n                {\n                    if (me->CastSpell(me, SPELL_CORRUPTED_MIND, true) == SPELL_CAST_OK)\n                    {\n                        events.Repeat(10s);\n                    }\n                    else\n                    {\n                        events.Repeat(100ms);\n                    }\n                    break;\n                }\n                case EVENT_DEATHBLOOM: // = EVENT_POISON_SHOCK:\n                    if (me->CastSpell(me, SPELL_POISON_SHOCK, true) == SPELL_CAST_OK)\n                        events.Repeat(6s);\n                    else\n                        events.Repeat(100ms);\n                    break;\n                case EVENT_INEVITABLE_DOOM:\n                {\n                    int32 bp0 = 2549;\n\n                    if (me->CastCustomSpell(me, SPELL_INEVITABLE_DOOM, &bp0, 0, 0, false) == SPELL_CAST_OK)\n                    {\n                        doomCounter++;\n                        events.Repeat(doomCounter < 6 ? 30s : 15s);\n                    }\n                    else\n                        events.Repeat(100ms);\n                    break;\n                }\n                case EVENT_REMOVE_CURSE:\n                    me->CastSpell(me, SPELL_REMOVE_CURSE, true);\n                    events.Repeat(30s);\n                    break;\n                /* case EVENT_NECROTIC_AURA_FADING:\n                    Talk(SAY_NECROTIC_AURA_FADING);\n                    break;\n                case EVENT_NECROTIC_AURA_REMOVED:\n                    Talk(SAY_NECROTIC_AURA_REMOVED);\n                    break; */\n            }\n            DoMeleeAttackIfReady();\n        }\n\n        bool IsInRoom()\n        {\n            // Calculate the distance between his home position to the gate\n            if (me->GetExactDist(me->GetHomePosition().GetPositionX(),\n                                 me->GetHomePosition().GetPositionY(),\n                                 me->GetHomePosition().GetPositionZ()) > 50.0f)\n            {\n                EnterEvadeMode();\n                return false;\n            }\n            return true;\n        }\n    };\n};\n\nvoid AddSC_boss_loatheb_40()\n{\n    new boss_loatheb_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_maexxna_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"PassiveAI.h\"\n#include \"Player.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellScript.h\"\n#include \"SpellScriptLoader.h\"\n#include \"naxxramas.h\"\n\nenum Spells\n{\n    SPELL_WEB_SPRAY                     = 29484,\n    SPELL_POISON_SHOCK                  = 28732,\n    SPELL_NECROTIC_POISON               = 54121,\n    SPELL_FRENZY                        = 54123,\n    SPELL_WEB_WRAP_STUN                 = 28622,\n    SPELL_WEB_WRAP_SUMMON               = 28627,\n    SPELL_WEB_WRAP_KILL_WEBS            = 52512,\n    SPELL_WEB_WRAP_PACIFY_5             = 28618 // 5 seconds pacify silence\n};\n\nenum Events\n{\n    EVENT_WEB_SPRAY                     = 1,\n    EVENT_POISON_SHOCK                  = 2,\n    EVENT_NECROTIC_POISON               = 3,\n    EVENT_WEB_WRAP                      = 4,\n    EVENT_HEALTH_CHECK                  = 5,\n    EVENT_SUMMON_SPIDERLINGS            = 6,\n    EVENT_WEB_WRAP_APPLY_STUN           = 7\n};\n\nenum Emotes\n{\n    EMOTE_SPIDERS                       = 0,\n    EMOTE_WEB_WRAP                      = 1,\n    EMOTE_WEB_SPRAY                     = 2\n};\n\nconst Position PosWrap[7] =\n{\n    {3496.615f,  -3834.182f,  320.7863f},\n    {3509.108f,  -3833.922f,  320.4750f},\n    {3523.644f,  -3838.309f,  320.5775f},\n    {3538.152f,  -3846.353f,  320.5188f},\n    {3546.219f,  -3856.167f,  320.9324f},\n    {3555.135f,  -3869.507f,  320.8307f},\n    {3560.282f,  -3886.143f,  321.2827f}\n};\n\nstruct WebTargetSelector\n{\n    WebTargetSelector(Unit* maexxna) : _maexxna(maexxna) {}\n    bool operator()(Unit const* target) const\n    {\n        if (!target->IsPlayer()) // never web nonplayers (pets, guardians, etc.)\n            return false;\n        if (_maexxna->GetVictim() == target) // never target tank\n            return false;\n        if (target->HasAura(SPELL_WEB_WRAP_STUN)) // never target targets that are already webbed\n            return false;\n        return true;\n    }\n\n    private:\n        Unit const* _maexxna;\n};\n\nclass boss_maexxna_40 : public CreatureScript\n{\npublic:\n    boss_maexxna_40() : CreatureScript(\"boss_maexxna_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_maexxna_40AI>(pCreature);\n    }\n\n    struct boss_maexxna_40AI : public BossAI\n    {\n        explicit boss_maexxna_40AI(Creature* c) : BossAI(c, BOSS_MAEXXNA), summons(me) { }\n\n        EventMap events;\n        SummonList summons;\n\n        GuidList wraps;\n\n        bool IsInRoom()\n        {\n            if (me->GetExactDist(3486.6f, -3890.6f, 291.8f) > 100.0f)\n            {\n                EnterEvadeMode();\n                return false;\n            }\n            return true;\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->SetInCombatWithZone();\n            events.ScheduleEvent(EVENT_WEB_WRAP, 20s);\n            events.ScheduleEvent(EVENT_WEB_SPRAY, 40s);\n            events.ScheduleEvent(EVENT_POISON_SHOCK, 10s);\n            events.ScheduleEvent(EVENT_NECROTIC_POISON, 5s);\n            events.ScheduleEvent(EVENT_HEALTH_CHECK, 1s);\n            events.ScheduleEvent(EVENT_SUMMON_SPIDERLINGS, 30s);\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            if (cr->GetEntry() == NPC_MAEXXNA_SPIDERLING_40)\n            {\n                cr->SetInCombatWithZone();\n                if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0))\n                {\n                    cr->AI()->AttackStart(target);\n                }\n            }\n            summons.Summon(cr);\n        }\n\n        /* void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer())\n                instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        } */\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n        }\n\n        void DoCastWebWrap()\n        {\n            std::list<Unit*> candidates;\n            SelectTargetList(candidates, RAID_MODE(1, 2, 2, 2), SelectTargetMethod::Random, 0, WebTargetSelector(me));\n\n            std::vector<uint32> positions {0, 1, 2, 3, 4, 5, 6};\n            Acore::Containers::RandomShuffle(positions);\n\n            if (candidates.empty())\n                return;\n\n            for (int i = 0; i < RAID_MODE(1, 2, 2, 2); i++)\n            {\n                if (candidates.empty())\n                    break;\n                const Position &randomPos = PosWrap[positions[i]];\n\n                auto itr = candidates.begin();\n\n                if (candidates.size() > 1)\n                    std::advance(itr, urand(0, candidates.size() - 1));\n\n                Unit *target = *itr;\n                candidates.erase(itr);\n\n                float dx = randomPos.GetPositionX() - target->GetPositionX();\n                float dy = randomPos.GetPositionY() - target->GetPositionY();\n                float distXY = std::hypotf(dx, dy);\n\n                // smooth knockback arc that avoids the ceiling\n                float horizontalSpeed = distXY / 1.5f;\n                float verticalSpeed = 28.0f;\n                if (distXY <= 10.0f)\n                    verticalSpeed = 12.0f;\n                else if (distXY <= 20.0f)\n                    verticalSpeed = 16.0f;\n                else if (distXY <= 30.0f)\n                    verticalSpeed = 20.0f;\n                else if (distXY <= 40.0f)\n                    verticalSpeed = 24.0f;\n\n                target->KnockbackFrom(randomPos.GetPositionX(), randomPos.GetPositionY(), -horizontalSpeed, verticalSpeed);\n                me->CastSpell(target, SPELL_WEB_WRAP_PACIFY_5, true); // pacify silence for 5 seconds\n\n                wraps.push_back(target->GetGUID());\n            }\n            events.ScheduleEvent(EVENT_WEB_WRAP_APPLY_STUN, 2s);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!IsInRoom())\n                return;\n\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_WEB_SPRAY:\n                    Talk(EMOTE_WEB_SPRAY);\n                    me->CastSpell(me, SPELL_WEB_SPRAY, true);\n                    events.Repeat(40s);\n                    break;\n                case EVENT_POISON_SHOCK:\n                    me->CastSpell(me->GetVictim(), SPELL_POISON_SHOCK, false);\n                    events.Repeat(10s);\n                    break;\n                case EVENT_NECROTIC_POISON:\n                    me->CastSpell(me->GetVictim(), SPELL_NECROTIC_POISON, false);\n                    events.Repeat(30s);\n                    break;\n                case EVENT_SUMMON_SPIDERLINGS:\n                    Talk(EMOTE_SPIDERS);\n                    for (uint8 i = 0; i < 8; ++i)\n                    {\n                        me->SummonCreature(NPC_MAEXXNA_SPIDERLING_40, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), me->GetOrientation());\n                    }\n                    events.Repeat(40s);\n                    break;\n                case EVENT_HEALTH_CHECK:\n                    if (me->GetHealthPct() < 30)\n                    {\n                        me->CastSpell(me, SPELL_FRENZY, true);\n                        break;\n                    }\n                    events.Repeat(1s);\n                    break;\n                case EVENT_WEB_WRAP:\n                    Talk(EMOTE_WEB_WRAP);\n                    DoCastWebWrap();\n                    events.Repeat(40s);\n                    break;\n                case EVENT_WEB_WRAP_APPLY_STUN:\n                {\n                    for (auto& p : wraps)\n                    {\n                        if (Player* player = ObjectAccessor::GetPlayer(*me, p))\n                        {\n                            player->CastSpell(player, SPELL_WEB_WRAP_STUN, true);\n                        }\n                    }\n                    wraps.clear();\n                    break;\n                }\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass boss_maexxna_webwrap_40 : public CreatureScript\n{\npublic:\n    boss_maexxna_webwrap_40() : CreatureScript(\"boss_maexxna_webwrap_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_maexxna_webwrap_40AI>(pCreature);\n    }\n\n    struct boss_maexxna_webwrap_40AI : public NullCreatureAI\n    {\n        explicit boss_maexxna_webwrap_40AI(Creature* c) : NullCreatureAI(c) { }\n\n        ObjectGuid victimGUID;\n\n        void IsSummonedBy(WorldObject* summoner) override\n        {\n            if (!summoner)\n                return;\n            victimGUID = summoner->GetGUID();\n        }\n\n        void JustDied(Unit* /*killer*/) override\n        {\n            if (victimGUID)\n            {\n                if (Unit* victim = ObjectAccessor::GetUnit(*me, victimGUID))\n                {\n                    if (victim->IsAlive())\n                    {\n                        victim->RemoveAurasDueToSpell(SPELL_WEB_WRAP_STUN);\n                        victim->RemoveAurasDueToSpell(SPELL_WEB_WRAP_SUMMON_40);\n                    }\n                }\n            }\n        }\n\n        void UpdateAI(uint32 /*diff*/) override\n        {\n            if (victimGUID)\n            {\n                if (Unit* victim = ObjectAccessor::GetUnit(*me, victimGUID))\n                {\n                    if (!victim->IsAlive())\n                    {\n                        me->CastSpell(me, SPELL_WEB_WRAP_KILL_WEBS, true);\n                    }\n                }\n            }\n        }\n    };\n};\n\nclass spell_web_wrap_damage : public AuraScript\n{\npublic:\n    PrepareAuraScript(spell_web_wrap_damage);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_WEB_WRAP_SUMMON_40 });\n    }\n\n    void OnPeriodic(AuraEffect const* aurEff)\n    {\n        if (GetCaster()->GetMap()->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n        {\n            AuraEffect* eff = const_cast<AuraEffect*>(aurEff);\n            eff->SetAmount(static_cast<int32>(urand(657, 843)));\n        }\n        if (aurEff->GetTickNumber() == 2)\n        {\n            if (GetCaster()->GetMap()->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n                GetTarget()->CastSpell(GetTarget(), SPELL_WEB_WRAP_SUMMON_40, true);\n            else\n                GetTarget()->CastSpell(GetTarget(), SPELL_WEB_WRAP_SUMMON, true);\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectPeriodic += AuraEffectPeriodicFn(spell_web_wrap_damage::OnPeriodic, EFFECT_1, SPELL_AURA_PERIODIC_DAMAGE);\n    }\n};\n\nvoid AddSC_boss_maexxna_40()\n{\n    new boss_maexxna_40();\n    new boss_maexxna_webwrap_40();\n    RegisterSpellScript(spell_web_wrap_damage);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_noth_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"ScriptedCreature.h\"\n#include \"naxxramas.h\"\n\nenum Says\n{\n    SAY_AGGRO                               = 0,\n    SAY_SUMMON                              = 1,\n    SAY_SLAY                                = 2,\n    SAY_DEATH                               = 3,\n    EMOTE_SUMMON                            = 4,\n    EMOTE_SUMMON_WAVE                       = 5,\n    EMOTE_TELEPORT_BALCONY                  = 6,\n    EMOTE_TELEPORT_BACK                     = 7,\n    EMOTE_BLINK                             = 8\n};\n\nenum Spells\n{\n    SPELL_CURSE_OF_THE_PLAGUEBRINGER        = 29213,\n    SPELL_CRIPPLE                           = 29212,\n    SPELL_SUMMON_PLAGUED_WARRIORS           = 29237,\n    SPELL_TELEPORT                          = 29216,\n    SPELL_TELEPORT_BACK                     = 29231,\n    SPELL_BERSERK                           = 68378,\n    SPELL_BLINK                             = 29208\n};\n\nenum Events\n{\n    EVENT_CURSE                             = 1,\n    EVENT_CRIPPLE                           = 2,\n    EVENT_SUMMON_PLAGUED_WARRIOR_ANNOUNCE   = 3,\n    EVENT_MOVE_TO_BALCONY                   = 4,\n    EVENT_BLINK                             = 5,\n    EVENT_MOVE_TO_GROUND                    = 6,\n    EVENT_SUMMON_PLAGUED_WARRIOR_REAL       = 7,\n    EVENT_BALCONY_SUMMON_ANNOUNCE           = 8,\n    EVENT_BALCONY_SUMMON_REAL               = 9\n};\n\nconst Position summoningPosition[5] =\n{\n    {2728.06f, -3535.38f, 263.21f, 2.75f},\n    {2725.71f, -3514.80f, 263.23f, 2.86f},\n    {2728.24f, -3465.08f, 264.20f, 3.56f},\n    {2704.79f, -3459.17f, 263.74f, 4.25f},\n    {2652.02f, -3459.13f, 262.50f, 5.39f}\n};\n\nconst Position nothPosition = {2684.94f, -3502.53f, 261.31f, 4.7f};\n\nclass boss_noth_40 : public CreatureScript\n{\npublic:\n    boss_noth_40() : CreatureScript(\"boss_noth_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_noth_40AI>(pCreature);\n    }\n\n    struct boss_noth_40AI : public BossAI\n    {\n        explicit boss_noth_40AI(Creature* c) : BossAI(c, BOSS_NOTH), summons(me) { }\n\n        uint8 timesInBalcony;\n        EventMap events;\n        SummonList summons;\n\n        void StartGroundPhase()\n        {\n            me->SetReactState(REACT_AGGRESSIVE);\n            me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE | UNIT_FLAG_DISABLE_MOVE);\n            me->SetControlled(false, UNIT_STATE_ROOT);\n            events.Reset();\n            events.ScheduleEvent(EVENT_MOVE_TO_BALCONY, 110s);\n            events.ScheduleEvent(EVENT_CURSE, 15s);\n            events.ScheduleEvent(EVENT_SUMMON_PLAGUED_WARRIOR_ANNOUNCE, 10s);\n            events.ScheduleEvent(EVENT_BLINK, 35s);\n        }\n\n        void StartBalconyPhase()\n        {\n            me->SetReactState(REACT_PASSIVE);\n            me->AttackStop();\n            me->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE | UNIT_FLAG_DISABLE_MOVE);\n            me->SetControlled(true, UNIT_STATE_ROOT);\n            events.Reset();\n            events.ScheduleEvent(EVENT_BALCONY_SUMMON_ANNOUNCE, 4s);\n            events.ScheduleEvent(EVENT_MOVE_TO_GROUND, 70s);\n        }\n\n        void SummonHelper(uint32 entry, uint32 count)\n        {\n            for (uint8 i = 0; i < count; ++i)\n            {\n                me->SummonCreature(entry, summoningPosition[urand(0, 4)]);\n            }\n        }\n\n        bool IsInRoom()\n        {\n            if (me->GetExactDist(2684.8f, -3502.5f, 261.3f) > 80.0f)\n            {\n                EnterEvadeMode(EVADE_REASON_OTHER);\n                return false;\n            }\n            return true;\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n            me->CastSpell(me, SPELL_TELEPORT_BACK, true);\n            me->SetControlled(false, UNIT_STATE_ROOT);\n            me->SetReactState(REACT_AGGRESSIVE);\n            timesInBalcony = 0;\n        }\n\n        void EnterEvadeMode(EvadeReason why) override\n        {\n            me->SetControlled(false, UNIT_STATE_ROOT);\n            ScriptedAI::EnterEvadeMode(why);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            Talk(SAY_AGGRO);\n            StartGroundPhase();\n        }\n\n        void JustSummoned(Creature* summon) override\n        {\n            summons.Summon(summon);\n            summon->SetInCombatWithZone();\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            if (me->GetPositionZ() > 270.27f)\n            {\n                me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE | UNIT_FLAG_DISABLE_MOVE);\n                me->NearTeleportTo(nothPosition.GetPositionX(), nothPosition.GetPositionY(), nothPosition.GetPositionZ(), nothPosition.GetOrientation(), true);\n            }\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            Talk(SAY_SLAY);\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!IsInRoom())\n                return;\n\n            if (!UpdateVictim())\n                return;\n\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            events.Update(diff);\n\n            switch (events.ExecuteEvent())\n            {\n                // GROUND\n                case EVENT_CURSE:\n                    if (events.GetPhaseMask() == 0)\n                    {\n                        me->CastCustomSpell(SPELL_CURSE_OF_THE_PLAGUEBRINGER, SPELLVALUE_MAX_TARGETS, 20, me, false);\n                    }\n                    events.Repeat(50s, 60s);\n                    break;\n                case EVENT_SUMMON_PLAGUED_WARRIOR_ANNOUNCE:\n                    Talk(SAY_SUMMON);\n                    Talk(EMOTE_SUMMON);\n                    events.Repeat(30s);\n                    events.ScheduleEvent(EVENT_SUMMON_PLAGUED_WARRIOR_REAL, 4s);\n                    break;\n                case EVENT_SUMMON_PLAGUED_WARRIOR_REAL:\n                    me->CastSpell(me, SPELL_SUMMON_PLAGUED_WARRIORS, true);\n                    SummonHelper(NPC_PLAGUED_WARRIOR_40, 3);\n                    break;\n                case EVENT_MOVE_TO_BALCONY:\n                    Talk(EMOTE_TELEPORT_BALCONY);\n                    me->CastSpell(me, SPELL_TELEPORT, true);\n                    StartBalconyPhase();\n                    break;\n                case EVENT_BLINK:\n                    DoResetThreatList();\n                    me->CastSpell(me, SPELL_CRIPPLE, false);\n                    me->CastSpell(me, SPELL_BLINK, true);\n                    Talk(EMOTE_BLINK);\n                    events.Repeat(30s);\n                    break;\n                // BALCONY\n                case EVENT_BALCONY_SUMMON_ANNOUNCE:\n                    Talk(EMOTE_SUMMON_WAVE);\n                    events.Repeat(30s);\n                    events.ScheduleEvent(EVENT_BALCONY_SUMMON_REAL, 4s);\n                    break;\n                case EVENT_BALCONY_SUMMON_REAL:\n                    me->CastSpell(me, SPELL_SUMMON_PLAGUED_WARRIORS, true); // visual\n                    switch (timesInBalcony)\n                    {\n                         case 0:\n                             SummonHelper(NPC_PLAGUED_CHAMPION_40, 4);\n                             break;\n                         case 1:\n                             SummonHelper(NPC_PLAGUED_CHAMPION_40, 2);\n                             SummonHelper(NPC_PLAGUED_GUARDIAN_40, 2);\n                             break;\n                         default:\n                             SummonHelper(NPC_PLAGUED_GUARDIAN_40, 4);\n                             break;\n                    }\n                    break;\n                case EVENT_MOVE_TO_GROUND:\n                    Talk(EMOTE_TELEPORT_BACK);\n                    me->CastSpell(me, SPELL_TELEPORT_BACK, true);\n                    timesInBalcony++;\n                    if (timesInBalcony == 3)\n                    {\n                        DoCastSelf(SPELL_BERSERK);\n                    }\n                    StartGroundPhase();\n                    break;\n            }\n            if (me->HasReactState(REACT_AGGRESSIVE))\n                DoMeleeAttackIfReady();\n        }\n    };\n};\n\nvoid AddSC_boss_noth_40()\n{\n    new boss_noth_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_patchwerk_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"ScriptedCreature.h\"\n#include \"naxxramas.h\"\n\nenum Yells\n{\n    SAY_AGGRO                       = 0,\n    SAY_SLAY                        = 1,\n    SAY_DEATH                       = 2,\n    EMOTE_BERSERK                   = 3,\n    EMOTE_ENRAGE                    = 4\n};\n\nenum Spells\n{\n    SPELL_HATEFUL_STRIKE            = 41926,\n    SPELL_FRENZY                    = 28131,\n    SPELL_BERSERK                   = 26662,\n    SPELL_SLIME_BOLT                = 32309\n};\n\nenum Events\n{\n    EVENT_HEALTH_CHECK              = 1,\n    EVENT_HATEFUL_STRIKE            = 2,\n    EVENT_SLIME_BOLT                = 3,\n    EVENT_BERSERK                   = 4\n};\n\nclass boss_patchwerk_40 : public CreatureScript\n{\npublic:\n    boss_patchwerk_40() : CreatureScript(\"boss_patchwerk_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_patchwerk_40AI>(pCreature);\n    }\n\n    struct boss_patchwerk_40AI : public BossAI\n    {\n        explicit boss_patchwerk_40AI(Creature* c) : BossAI(c, BOSS_PATCHWERK) { }\n\n        EventMap events;\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            if (!urand(0, 3))\n                Talk(SAY_SLAY);\n\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            Talk(SAY_AGGRO);\n            me->SetInCombatWithZone();\n            events.ScheduleEvent(EVENT_HATEFUL_STRIKE, 1200ms);\n            events.ScheduleEvent(EVENT_BERSERK, 7min);\n            events.ScheduleEvent(EVENT_HEALTH_CHECK, 1s);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_HATEFUL_STRIKE:\n                   {\n                        // Cast Hateful strike on the player with the highest amount of HP within melee distance, and second threat amount\n                        std::list<Unit*> meleeRangeTargets;\n                        Unit* finalTarget = nullptr;\n                        uint8 counter = 0;\n\n                        auto threatList = me->GetThreatMgr().GetSortedThreatList();\n                        for (auto i = threatList.begin(); i != threatList.end(); ++i, ++counter)\n                        {\n                            // Gather all units with melee range\n                            Unit* target = (*i)->GetVictim();\n                            if (me->IsWithinMeleeRange(target))\n                            {\n                                meleeRangeTargets.push_back(target);\n                            }\n                            // and add threat to most hated\n                            if (counter < 3)\n                            {\n                                me->AddThreat(target, 500.0f);\n                            }\n                        }\n                        counter = 0;\n                        std::list<Unit*, std::allocator<Unit*>>::iterator itr;\n                        for (itr = meleeRangeTargets.begin(); itr != meleeRangeTargets.end(); ++itr, ++counter)\n                        {\n                            // if there is only one target available\n                            if (meleeRangeTargets.size() == 1)\n                            {\n                                finalTarget = (*itr);\n                            }\n                            else if (counter > 0) // skip first target\n                            {\n                                if (!finalTarget || (*itr)->GetHealth() > finalTarget->GetHealth())\n                                {\n                                    finalTarget = (*itr);\n                                }\n                                // third loop\n                                if (counter >= 2)\n                                    break;\n                            }\n                        }\n                        if (finalTarget)\n                        {\n                            int32 dmg = urand(22100,22850);\n                            me->CastCustomSpell(finalTarget, SPELL_HATEFUL_STRIKE, &dmg, 0, 0, false);\n                        }\n                        events.Repeat(1200ms);\n                        break;\n                    }\n                case EVENT_BERSERK:\n                    Talk(EMOTE_BERSERK);\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    events.ScheduleEvent(EVENT_SLIME_BOLT, 3s);\n                    break;\n                case EVENT_SLIME_BOLT:\n                    me->CastSpell(me, SPELL_SLIME_BOLT, false);\n                    events.Repeat(3s);\n                    break;\n                case EVENT_HEALTH_CHECK:\n                    if (me->GetHealthPct() <= 5)\n                    {\n                        Talk(EMOTE_ENRAGE);\n                        me->CastSpell(me, SPELL_FRENZY, true);\n                        break;\n                    }\n                    events.Repeat(1s);\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nvoid AddSC_boss_patchwerk_40()\n{\n    new boss_patchwerk_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_razuvious_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"CreatureScript.h\"\n#include \"ScriptedCreature.h\"\n#include \"naxxramas.h\"\n#include \"SpellInfo.h\"\n#include \"IndividualProgression.h\"\n\nenum Says\n{\n    SAY_AGGRO                       = 0,\n    SAY_SLAY                        = 1,\n    SAY_TAUNTED                     = 2,\n    SAY_DEATH                       = 3,\n    SAY_PATHETIC                    = 4,\n    SAY_TARGET_DUMMY                = 5,\n    SAY_DEATH_KNIGHT_UNDERSTUDY     = 0,\n};\n\nenum Spells\n{\n    SPELL_UNBALANCING_STRIKE        = 26613,\n    SPELL_DISRUPTING_SHOUT          = 55543, // 29107\n    SPELL_MANA_BURN                 = 26046, // Alternative for Disrupting shout.\n    SPELL_JAGGED_KNIFE              = 55550,\n    SPELL_HOPELESS                  = 29125,\n    SPELL_TAUNT                     = 29060\n};\n\nenum Events\n{\n    EVENT_UNBALANCING_STRIKE        = 1,\n    EVENT_DISRUPTING_SHOUT          = 2,\n    // EVENT_JAGGED_KNIFE           = 3\n};\n\nenum NPCs\n{\n    NPC_TARGET_DUMMY                = 16211,\n};\n\nenum Actions\n{\n    ACTION_FACE_ME                 = 0,\n    ACTION_TALK                    = 1,\n    ACTION_EMOTE                   = 2,\n    ACTION_SALUTE                  = 3,\n    ACTION_BACK_TO_TRAINING        = 4,\n};\n\nenum Misc\n{\n    GROUP_OOC_RP                    = 0,\n    POINT_DEATH_KNIGHT              = 0,\n};\n\nclass boss_razuvious_40 : public CreatureScript\n{\npublic:\n    boss_razuvious_40() : CreatureScript(\"boss_razuvious_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_razuvious_40AI>(pCreature);\n    }\n\n    struct boss_razuvious_40AI : public BossAI\n    {\n        explicit boss_razuvious_40AI(Creature* c) : BossAI(c, BOSS_RAZUVIOUS), summons(me) { }\n\n        EventMap events;\n        SummonList summons;\n\n        void SpawnHelpers_40()\n        {\n            me->SummonCreature(NPC_DEATH_KNIGHT_UNDERSTUDY_40, 2762.23f, -3085.07f, 267.685f, 1.95f);\n            me->SummonCreature(NPC_DEATH_KNIGHT_UNDERSTUDY_40, 2758.24f, -3110.97f, 267.685f, 3.94f);\n            me->SummonCreature(NPC_DEATH_KNIGHT_UNDERSTUDY_40, 2782.45f, -3088.03f, 267.685f, 0.75f);\n            me->SummonCreature(NPC_DEATH_KNIGHT_UNDERSTUDY_40, 2778.56f, -3113.74f, 267.685f, 5.28f);\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            summons.Summon(cr);\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            summons.DespawnAll();\n            events.Reset();\n            SpawnHelpers_40();\n            ScheduleRP();\n        }\n\n        void ScheduleInteractWithDeathKnight()\n        {\n            if (_rpBuddyGUID)\n                if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                    me->SetFacingToObject(understudy);\n\n            scheduler.Schedule(2s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n            {\n                if (roll_chance_i(75))\n                {\n                    bool longText = roll_chance_i(50);\n                    Talk(longText ? SAY_TARGET_DUMMY : SAY_PATHETIC);\n                    scheduler.Schedule(4s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n                    {\n                        if (_rpBuddyGUID)\n                            if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                                understudy->AI()->DoAction(ACTION_TALK);\n                    });\n                    if (longText)\n                        scheduler.DelayGroup(GROUP_OOC_RP, 5s);\n                }\n                else\n                {\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_EXCLAMATION);\n                    scheduler.Schedule(4s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n                    {\n                        if (_rpBuddyGUID)\n                            if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                            {\n                                if (roll_chance_i(25))\n                                    understudy->AI()->DoAction(ACTION_EMOTE);\n                                else\n                                    understudy->AI()->DoAction(ACTION_TALK);\n                            }\n                    });\n                }\n            }).Schedule(4s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n            {\n                if (_rpBuddyGUID)\n                    if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                        understudy->AI()->DoAction(ACTION_FACE_ME);\n            }).Schedule(10s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n            {\n                if (_rpBuddyGUID)\n                    if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                        understudy->AI()->DoAction(ACTION_SALUTE);\n            }).Schedule(13s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n            {\n                me->ResumeMovement();\n            }).Schedule(16s, GROUP_OOC_RP, [this](TaskContext /*context*/)\n            {\n                if (_rpBuddyGUID)\n                    if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                        understudy->AI()->DoAction(ACTION_BACK_TO_TRAINING);\n                ScheduleRP();\n            });\n        }\n\n        void MovementInform(uint32 type, uint32 id) override\n        {\n            if (type == POINT_MOTION_TYPE && id == POINT_DEATH_KNIGHT)\n            {\n                ScheduleInteractWithDeathKnight();\n            }\n        }\n\n        void ScheduleRP()\n        {\n            _rpBuddyGUID = Acore::Containers::SelectRandomContainerElement(summons);\n            scheduler.Schedule(60s, 80s, GROUP_OOC_RP, [this](TaskContext context)\n            {\n                if (_rpBuddyGUID)\n                {\n                    if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                    {\n                        if (me->GetDistance2d(understudy) <= 6.0f)\n                        {\n                            me->PauseMovement();\n                            scheduler.Schedule(500ms, GROUP_OOC_RP, [this](TaskContext /*context*/)\n                            {\n                                if (_rpBuddyGUID)\n                                    if (Creature* understudy = ObjectAccessor::GetCreature(*me, _rpBuddyGUID))\n                                        me->GetMotionMaster()->MovePoint(POINT_DEATH_KNIGHT, understudy->GetNearPosition(3.2f, understudy->GetRelativeAngle(me)));\n                            });\n                            return;\n                        }\n                    }\n                }\n                context.Repeat(2s);\n            });\n        }\n\n        void KilledUnit(Unit* /*who*/) override\n        {\n            if (roll_chance_i(30))\n                Talk(SAY_SLAY);\n\n            /* if (who->IsPlayer())\n                instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1); */\n        }\n\n        void DamageTaken(Unit* who, uint32& damage, DamageEffectType, SpellSchoolMask) override\n        {\n            // Damage done by the controlled Death Knight understudies should also count toward damage done by players\n            if (who && who->IsCreature() && who->GetEntry() == NPC_DEATH_KNIGHT_UNDERSTUDY_40)\n            {\n                me->LowerPlayerDamageReq(damage);\n            }\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n            me->CastSpell(me, SPELL_HOPELESS, true);\n        }\n\n        void SpellHit(Unit* caster, SpellInfo const* spell) override\n        {\n            if (spell->Id == SPELL_TAUNT)\n            {\n                Talk(SAY_TAUNTED, caster);\n            }\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            scheduler.CancelGroup(GROUP_OOC_RP);\n            Talk(SAY_AGGRO);\n            events.ScheduleEvent(EVENT_UNBALANCING_STRIKE, 30s);\n            events.ScheduleEvent(EVENT_DISRUPTING_SHOUT, 15s);\n            // events.ScheduleEvent(EVENT_JAGGED_KNIFE, 10s); // wrath only\n            summons.DoZoneInCombat();\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!me->IsInCombat())\n                scheduler.Update(diff);\n\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_UNBALANCING_STRIKE:\n                    me->CastSpell(me->GetVictim(), SPELL_UNBALANCING_STRIKE, false);\n                    events.Repeat(30s);\n                    break;\n                case EVENT_DISRUPTING_SHOUT:\n                    if (sIndividualProgression->doableNaxx40Bosses)\n                    {\n                        me->CastSpell(me, SPELL_DISRUPTING_SHOUT, false);\n                    }\n                    else\n                    {\n                        me->CastSpell(me, SPELL_MANA_BURN, false);\n                    }\n                    events.Repeat(25s);\n                    break;\n                /* case EVENT_JAGGED_KNIFE:\n                    if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 45.0f))\n                    {\n                        me->CastSpell(target, SPELL_JAGGED_KNIFE, false);\n                    }\n                    events.Repeat(10s);\n                    break; */\n            }\n            DoMeleeAttackIfReady();\n        }\n\n    private:\n        ObjectGuid _rpBuddyGUID;\n    };\n};\n\nclass boss_razuvious_minion_40 : public CreatureScript\n{\npublic:\n    boss_razuvious_minion_40() : CreatureScript(\"boss_razuvious_minion_40\") { }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return GetNaxxramasAI<boss_razuvious_minion_40AI>(creature);\n    }\n\n    struct boss_razuvious_minion_40AI : public ScriptedAI\n    {\n        explicit boss_razuvious_minion_40AI(Creature* creature) : ScriptedAI(creature) { }\n\n        void Reset() override\n        {\n            scheduler.CancelAll();\n            ScheduleAttackDummy();\n        }\n\n        void ScheduleAttackDummy()\n        {\n            me->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_STATE_READY1H);\n            if (Creature* targetDummy = me->FindNearestCreature(NPC_TARGET_DUMMY, 10.0f))\n            {\n                me->SetFacingToObject(targetDummy);\n            }\n            scheduler.Schedule(6s, 9s, GROUP_OOC_RP, [this](TaskContext context)\n            {\n                me->HandleEmoteCommand(EMOTE_ONESHOT_ATTACK1H);\n                context.Repeat(6s, 9s);\n            });\n        }\n\n        void DoAction(int32 action) override\n        {\n            switch (action)\n            {\n                case ACTION_FACE_ME:\n                    scheduler.CancelGroup(GROUP_OOC_RP);\n                    me->SetSheath(SHEATH_STATE_UNARMED);\n                    me->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_STATE_NONE);\n                    if (Creature* creature = me->GetInstanceScript()->GetCreature(DATA_RAZUVIOUS_BOSS))\n                        me->SetFacingToObject(creature);\n                    break;\n                case ACTION_TALK:\n                    Talk(SAY_DEATH_KNIGHT_UNDERSTUDY);\n                    break;\n                case ACTION_EMOTE:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_TALK);\n                    break;\n                case ACTION_SALUTE:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_SALUTE);\n                    break;\n                case ACTION_BACK_TO_TRAINING:\n                    me->SetSheath(SHEATH_STATE_MELEE);\n                    ScheduleAttackDummy();\n                    break;\n            }\n        }\n\n        /* void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer())\n                me->GetInstanceScript()->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        } */\n\n        void JustEngagedWith(Unit* who) override\n        {\n            scheduler.CancelGroup(GROUP_OOC_RP);\n\n            if (Creature* creature = me->GetInstanceScript()->GetCreature(DATA_RAZUVIOUS_BOSS))\n            {\n                creature->SetInCombatWithZone();\n                creature->AI()->AttackStart(who);\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            scheduler.Update(diff);\n\n            if (UpdateVictim())\n            {\n                if (!me->HasUnitState(UNIT_STATE_CASTING) || !me->IsCharmed())\n                {\n                    DoMeleeAttackIfReady();\n                }\n            }\n        }\n    };\n};\n\nvoid AddSC_boss_razuvious_40()\n{\n    new boss_razuvious_40();\n    new boss_razuvious_minion_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_sapphiron_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellScript.h\"\n#include \"naxxramas.h\"\n\nenum Yells\n{\n    EMOTE_AIR_PHASE         = 0,\n    EMOTE_GROUND_PHASE      = 1,\n    EMOTE_BREATH            = 2,\n    EMOTE_ENRAGE            = 3\n};\n\nenum Spells\n{\n    // Fight\n    SPELL_FROST_AURA                = 28531,\n    SPELL_CLEAVE                    = 19983,\n    SPELL_TAIL_SWEEP                = 15847,\n    SPELL_SUMMON_BLIZZARD           = 28560,\n    SPELL_LIFE_DRAIN                = 28542,\n    SPELL_BERSERK                   = 26662,\n\n    // Ice block\n    SPELL_ICEBOLT_CAST              = 28526,\n    SPELL_ICEBOLT_TRIGGER           = 28522,\n    SPELL_FROST_MISSILE             = 30101,\n    SPELL_FROST_EXPLOSION           = 28524,\n\n    // Visuals\n    SPELL_SAPPHIRON_DIES            = 29357,\n};\n\nenum Misc\n{\n    GO_ICE_BLOCK                    = 181247,\n    NPC_BLIZZARD                    = 16474,\n\n    POINT_CENTER                    = 1\n};\n\nenum Events\n{\n    EVENT_BERSERK                   = 1,\n    EVENT_CLEAVE                    = 2,\n    EVENT_TAIL_SWEEP                = 3,\n    EVENT_LIFE_DRAIN                = 4,\n    EVENT_BLIZZARD                  = 5,\n    EVENT_FLIGHT_START              = 6,\n    EVENT_FLIGHT_LIFTOFF            = 7,\n    EVENT_FLIGHT_ICEBOLT            = 8,\n    EVENT_FLIGHT_BREATH             = 9,\n    EVENT_FLIGHT_SPELL_EXPLOSION    = 10,\n    EVENT_FLIGHT_START_LAND         = 11,\n    EVENT_LAND                      = 12,\n    EVENT_GROUND                    = 13,\n    EVENT_HUNDRED_CLUB              = 14\n};\n\n// Unlike other Naxx 40 scripts, this overwrites all versions of the UI\n// This is due to AI casting used in the spell script\n\nclass boss_sapphiron_40 : public CreatureScript\n{\nprivate:\n    static bool isNaxx40Sapp(uint32 entry)\n    {\n        return (entry == NPC_SAPPHIRON_40);\n    }\npublic:\n    boss_sapphiron_40() : CreatureScript(\"boss_sapphiron_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_sapphiron_40AI>(pCreature);\n    }\n\n    struct boss_sapphiron_40AI : public BossAI\n    {\n        explicit boss_sapphiron_40AI(Creature* c) : BossAI(c, BOSS_SAPPHIRON) { }\n\n        EventMap events;\n        uint8 iceboltCount{};\n        uint32 spawnTimer{};\n        GuidList blockList;\n        ObjectGuid currentTarget;\n\n        void InitializeAI() override\n        {\n            if (instance->GetBossState(BOSS_SAPPHIRON) != DONE)\n            {\n                me->SummonGameObject(GO_SAPPHIRON_BIRTH, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), 0, 0, 0, 0, 0, 0);\n                me->SetVisible(false);\n                me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n                me->SetReactState(REACT_PASSIVE);\n                ScriptedAI::InitializeAI();\n            }\n        }\n\n        bool IsInRoom()\n        {\n            if (me->GetExactDist(3523.5f, -5235.3f, 137.6f) > 100.0f)\n            {\n                EnterEvadeMode();\n                return false;\n            }\n            return true;\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            if (me->IsVisible())\n            {\n                me->SetReactState(REACT_AGGRESSIVE);\n            }\n            events.Reset();\n            iceboltCount = 0;\n            spawnTimer = 0;\n            currentTarget.Clear();\n            blockList.clear();\n        }\n\n        void EnterCombatSelfFunction()\n        {\n            Map::PlayerList const& PlList = me->GetMap()->GetPlayers();\n            if (PlList.IsEmpty())\n                return;\n\n            for (auto const& i : PlList)\n            {\n                if (Player* player = i.GetSource())\n                {\n                    if (player->IsGameMaster())\n                        continue;\n\n                    if (player->IsAlive() && me->GetDistance(player) < 80.0f)\n                    {\n                        me->SetInCombatWith(player);\n                        player->SetInCombatWith(me);\n                        me->AddThreat(player, 0.0f);\n                    }\n                }\n            }\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            EnterCombatSelfFunction();\n            me->CastSpell(me, SPELL_FROST_AURA, true);\n            events.ScheduleEvent(EVENT_BERSERK, 15min);\n            events.ScheduleEvent(EVENT_CLEAVE, 5s);\n            events.ScheduleEvent(EVENT_TAIL_SWEEP, 10s);\n            events.ScheduleEvent(EVENT_LIFE_DRAIN, 17s);\n            events.ScheduleEvent(EVENT_BLIZZARD, 17s);\n            events.ScheduleEvent(EVENT_FLIGHT_START, 45s);\n            // events.ScheduleEvent(EVENT_HUNDRED_CLUB, 5s);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            me->CastSpell(me, SPELL_SAPPHIRON_DIES, true);\n        }\n\n        void DoAction(int32 param) override\n        {\n            if (param == ACTION_SAPPHIRON_BIRTH)\n            {\n                spawnTimer = 1;\n            }\n        }\n\n        void MovementInform(uint32 type, uint32 id) override\n        {\n            if (type == POINT_MOTION_TYPE && id == POINT_CENTER)\n            {\n                events.ScheduleEvent(EVENT_FLIGHT_LIFTOFF, 500ms);\n            }\n        }\n\n        void SpellHitTarget(Unit* target, SpellInfo const* spellInfo) override\n        {\n            if (spellInfo->Id == SPELL_ICEBOLT_CAST)\n            {\n                me->CastSpell(target, SPELL_ICEBOLT_TRIGGER, true);\n            }\n        }\n\n        bool IsValidExplosionTarget(WorldObject* target)\n        {\n            for (ObjectGuid const& guid : blockList)\n            {\n                if (target->GetGUID() == guid)\n                    return false;\n\n                if (Unit* block = ObjectAccessor::GetUnit(*me, guid))\n                {\n                    if (block->IsInBetween(me, target, 2.0f) && block->IsWithinDist(target, 10.0f))\n                        return false;\n                }\n            }\n            return true;\n        }\n\n        /* void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer())\n                instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        } */\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (spawnTimer)\n            {\n                spawnTimer += diff;\n                if (spawnTimer >= 21500)\n                {\n                    me->SetVisible(true);\n                    me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n                    me->SetReactState(REACT_AGGRESSIVE);\n                    spawnTimer = 0;\n                }\n                return;\n            }\n\n            if (!IsInRoom())\n                return;\n\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_BERSERK:\n                    Talk(EMOTE_ENRAGE);\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    return;\n                case EVENT_CLEAVE:\n                    me->CastSpell(me->GetVictim(), SPELL_CLEAVE, false);\n                    events.Repeat(10s);\n                    return;\n                case EVENT_TAIL_SWEEP:\n                    me->CastSpell(me, SPELL_TAIL_SWEEP, false);\n                    events.Repeat(10s);\n                    return;\n                case EVENT_LIFE_DRAIN:\n                {\n                    CustomSpellValues values;\n                    int32 bp0 = 1700;\n                    values.AddSpellMod(SPELLVALUE_BASE_POINT0, bp0);\n                    values.AddSpellMod(SPELLVALUE_MAX_TARGETS, 5);\n                    me->CastCustomSpell(SPELL_LIFE_DRAIN, values, me, TRIGGERED_NONE, nullptr, nullptr, ObjectGuid::Empty);\n\n                    events.Repeat(24s);\n                    return;\n                }\n                case EVENT_BLIZZARD:\n                {\n                    Creature* cr;\n                    if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 40.0f, true))\n                    {\n                        cr = me->SummonCreature(NPC_BLIZZARD, *target, TEMPSUMMON_TIMED_DESPAWN, 16000);\n                    }\n                    else\n                    {\n                        cr = me->SummonCreature(NPC_BLIZZARD, *me, TEMPSUMMON_TIMED_DESPAWN, 16000);\n                    }\n                    if (cr)\n                    {\n                        cr->GetMotionMaster()->MoveRandom(40);\n                    }\n                    events.Repeat(6500ms);\n                    return;\n                }\n                case EVENT_FLIGHT_START:\n                    if (me->HealthBelowPct(11))\n                    {\n                        return;\n                    }\n                    me->SetReactState(REACT_PASSIVE);\n                    me->AttackStop();\n                    float x, y, z, o;\n                    me->GetHomePosition(x, y, z, o);\n                    me->GetMotionMaster()->MovePoint(POINT_CENTER, x, y, z);\n                    events.Repeat(45s);\n                    events.DelayEvents(35s);\n                    return;\n                case EVENT_FLIGHT_LIFTOFF:\n                    Talk(EMOTE_AIR_PHASE);\n                    currentTarget.Clear();\n                    me->GetMotionMaster()->MoveIdle();\n                    me->SendMeleeAttackStop(me->GetVictim());\n                    me->SetDisableGravity(true);\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_LIFTOFF);\n                    events.ScheduleEvent(EVENT_FLIGHT_ICEBOLT, 3s);\n                    iceboltCount = 3;\n                    return;\n                case EVENT_FLIGHT_ICEBOLT:\n                    {\n                        if (currentTarget)\n                        {\n                            if (Unit* target = ObjectAccessor::GetUnit(*me, currentTarget))\n                            {\n                                me->SummonGameObject(GO_ICE_BLOCK, target->GetPositionX(), target->GetPositionY(), target->GetPositionZ(), target->GetOrientation(), 0.0f, 0.0f, 0.0f, 0.0f, 0);\n                            }\n                        }\n\n                        std::vector<Unit*> targets;\n                        auto i = me->GetThreatMgr().GetUnsortedThreatList().begin();\n                        for (; i != me->GetThreatMgr().GetUnsortedThreatList().end(); ++i)\n                        {\n                            if ((*i)->GetVictim()->IsPlayer())\n                            {\n                                bool inList = false;\n                                if (!blockList.empty())\n                                {\n                                    for (GuidList::const_iterator itr = blockList.begin(); itr != blockList.end(); ++itr)\n                                    {\n                                        if ((*i)->GetVictim()->GetGUID() == *itr)\n                                        {\n                                            inList = true;\n                                            break;\n                                        }\n                                    }\n                                }\n                                if (!inList)\n                                {\n                                    targets.push_back((*i)->GetVictim());\n                                }\n                            }\n                        }\n\n                        if (!targets.empty() && iceboltCount)\n                        {\n                            auto itr = targets.begin();\n                            advance(itr, urand(0, targets.size() - 1));\n                            me->CastSpell(*itr, SPELL_ICEBOLT_CAST, false);\n                            blockList.push_back((*itr)->GetGUID());\n                            currentTarget = (*itr)->GetGUID();\n                            --iceboltCount;\n                            events.ScheduleEvent(EVENT_FLIGHT_ICEBOLT, Seconds(uint32(me->GetExactDist(*itr) / 13.0f)));\n                        }\n                        else\n                        {\n                            events.ScheduleEvent(EVENT_FLIGHT_BREATH, 1s);\n                        }\n                        return;\n                    }\n                case EVENT_FLIGHT_BREATH:\n                    currentTarget.Clear();\n                    Talk(EMOTE_BREATH);\n                    me->CastSpell(me, SPELL_FROST_MISSILE, false);\n                    events.ScheduleEvent(EVENT_FLIGHT_SPELL_EXPLOSION, 8500ms);\n                    return;\n                case EVENT_FLIGHT_SPELL_EXPLOSION:\n                    me->CastSpell(me, SPELL_FROST_EXPLOSION, true);\n                    events.ScheduleEvent(EVENT_FLIGHT_START_LAND, 3s);\n                    return;\n                case EVENT_FLIGHT_START_LAND:\n                    if (!blockList.empty())\n                    {\n                        for (GuidList::const_iterator itr = blockList.begin(); itr != blockList.end(); ++itr)\n                        {\n                            if (Unit* block = ObjectAccessor::GetUnit(*me, *itr))\n                            {\n                                block->RemoveAurasDueToSpell(SPELL_ICEBOLT_TRIGGER);\n                            }\n                        }\n                    }\n                    blockList.clear();\n                    me->RemoveAllGameObjects();\n                    events.ScheduleEvent(EVENT_LAND, 1s);\n                    return;\n                case EVENT_LAND:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_LAND);\n                    me->SetDisableGravity(false);\n                    events.ScheduleEvent(EVENT_GROUND, 1500ms);\n                    return;\n                case EVENT_GROUND:\n                    Talk(EMOTE_GROUND_PHASE);\n                    me->SetReactState(REACT_AGGRESSIVE);\n                    me->SetInCombatWithZone();\n                    return;\n                case EVENT_HUNDRED_CLUB:\n                    {\n                        Map::PlayerList const& pList = me->GetMap()->GetPlayers();\n                        for (auto const& itr : pList)\n                        {\n                            if (itr.GetSource()->GetResistance(SPELL_SCHOOL_FROST) > 100)\n                            {\n                                instance->SetData(DATA_HUNDRED_CLUB, 0);\n                                return;\n                            }\n                        }\n                        events.Repeat(5s);\n                        return;\n                    }\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\n// This will overwrite the declared 10 and 25 man frost explosion to handle all versions of the spell script\nclass spell_sapphiron_frost_explosion : public SpellScript\n{\n    PrepareSpellScript(spell_sapphiron_frost_explosion);\n\n    void FilterTargets(std::list<WorldObject*>& targets)\n    {\n        Unit* caster = GetCaster();\n        auto* creature = caster ? caster->ToCreature() : nullptr;\n        if (!creature)\n            return;\n\n        auto* ai = CAST_AI(boss_sapphiron_40::boss_sapphiron_40AI, creature->AI());\n        if (!ai)\n            return;\n\n        std::list<WorldObject*> tmplist;\n        for (WorldObject* target : targets)\n        {\n            if (target && ai->IsValidExplosionTarget(target))\n                tmplist.push_back(target);\n        }\n\n        targets.swap(tmplist);\n    }\n\n    void Register() override\n    {\n        OnObjectAreaTargetSelect += SpellObjectAreaTargetSelectFn(spell_sapphiron_frost_explosion::FilterTargets, EFFECT_0, TARGET_UNIT_DEST_AREA_ENEMY);\n    }\n};\n\nvoid AddSC_boss_sapphiron_40()\n{\n    new boss_sapphiron_40();\n    RegisterSpellScript(spell_sapphiron_frost_explosion);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/boss_thaddius_40.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"AreaTriggerScript.h\"\n#include \"CreatureScript.h\"\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellScript.h\"\n#include \"naxxramas.h\"\n\nenum Says\n{\n    // Stalagg\n    SAY_STAL_AGGRO                      = 0,\n    SAY_STAL_SLAY                       = 1,\n    SAY_STAL_DEATH                      = 2,\n    EMOTE_STAL_DEATH                    = 3,\n    EMOTE_STAL_REVIVE                   = 4,\n\n    // Feugen\n    SAY_FEUG_AGGRO                      = 0,\n    SAY_FEUG_SLAY                       = 1,\n    SAY_FEUG_DEATH                      = 2,\n    EMOTE_FEUG_DEATH                    = 3,\n    EMOTE_FEUG_REVIVE                   = 4,\n\n    // Thaddius\n    SAY_GREET                           = 0,\n    SAY_AGGRO                           = 1,\n    SAY_SLAY                            = 2,\n    SAY_ELECT                           = 3,\n    SAY_DEATH                           = 4,\n    EMOTE_POLARITY_SHIFTED              = 6,\n\n    // Tesla Coil\n    EMOTE_TESLA_LINK_BREAKS             = 0,\n    EMOTE_TESLA_OVERLOAD                = 1\n};\n\nenum Spells\n{\n    SPELL_MAGNETIC_PULL                 = 28337,\n    SPELL_TESLA_SHOCK                   = 28099,\n    SPELL_SHOCK_VISUAL                  = 28159,\n\n    // Stalagg\n    SPELL_POWER_SURGE                   = 28134,\n    SPELL_STALAGG_CHAIN                 = 28096,\n\n    // Feugen\n    SPELL_STATIC_FIELD                  = 28135,\n    SPELL_FEUGEN_CHAIN                  = 28111,\n\n    // Thaddius\n    SPELL_POLARITY_SHIFT                = 28089,\n    SPELL_BALL_LIGHTNING                = 28299,\n    SPELL_CHAIN_LIGHTNING               = 28167,\n    SPELL_BERSERK                       = 27680,\n    SPELL_THADDIUS_VISUAL_LIGHTNING     = 28136,\n    SPELL_THADDIUS_SPAWN_STUN           = 28160,\n\n    SPELL_POSITIVE_CHARGE               = 28062,\n    SPELL_POSITIVE_CHARGE_STACK         = 29659,\n    SPELL_NEGATIVE_CHARGE               = 28085,\n    SPELL_NEGATIVE_CHARGE_STACK         = 29660,\n    SPELL_POSITIVE_POLARITY             = 28059,\n    SPELL_NEGATIVE_POLARITY             = 28084\n};\n\nenum Events\n{\n    EVENT_MINION_POWER_SURGE            = 1,\n    EVENT_MINION_MAGNETIC_PULL          = 2,\n    EVENT_MINION_CHECK_DISTANCE         = 3,\n    EVENT_MINION_STATIC_FIELD           = 4,\n\n    EVENT_THADDIUS_INIT                 = 5,\n    EVENT_THADDIUS_ENTER_COMBAT         = 6,\n    EVENT_THADDIUS_CHAIN_LIGHTNING      = 7,\n    EVENT_THADDIUS_BERSERK              = 8,\n    EVENT_THADDIUS_POLARITY_SHIFT       = 9,\n    EVENT_ALLOW_BALL_LIGHTNING          = 10\n};\n\nenum Misc\n{\n    ACTION_MAGNETIC_PULL                = 1,\n    ACTION_SUMMON_DIED                  = 2,\n    ACTION_RESTORE                      = 3,\n    GO_TESLA_COIL_LEFT                  = 181478,\n    GO_TESLA_COIL_RIGHT                 = 181477,\n    NPC_TESLA_COIL                      = 16218\n};\n\nclass boss_thaddius_40 : public CreatureScript\n{\npublic:\n    boss_thaddius_40() : CreatureScript(\"boss_thaddius_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_thaddius_40AI>(pCreature);\n    }\n\n    struct boss_thaddius_40AI : public BossAI\n    {\n        explicit boss_thaddius_40AI(Creature* c) : BossAI(c, BOSS_THADDIUS), summons(me), ballLightningEnabled(false) { }\n\n        EventMap events;\n        SummonList summons;\n        uint32 summonTimer{};\n        uint32 reviveTimer{};\n        uint32 resetTimer{};\n        bool ballLightningEnabled;\n\n        bool IsAnyPlayerInMeleeRange() const\n        {\n            for (auto const* ref : me->GetThreatMgr().GetUnsortedThreatList())\n                if (Unit* target = ref->GetVictim())\n                    if (target->IsPlayer() && me->IsWithinMeleeRange(target))\n                        return true;\n            return false;\n        }\n\n        void DoAction(int32 param) override\n        {\n            if (param == ACTION_SUMMON_DIED)\n            {\n                if (summonTimer)\n                {\n                    summonTimer = 0;\n                    reviveTimer = 1;\n                    return;\n                }\n                summonTimer = 1;\n            }\n        }\n\n        void Reset() override\n        {\n            BossAI::Reset();\n            events.Reset();\n            summons.DespawnAll();\n            me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n            me->SetControlled(true, UNIT_STATE_ROOT);\n            summonTimer = 0;\n            reviveTimer = 0;\n            resetTimer = 1;\n            me->SetPosition(me->GetHomePosition());\n            ballLightningEnabled = false;\n\n            me->SummonCreature(NPC_STALAGG_40, 3450.45f, -2931.42f, 312.091f, 5.49779f);\n            me->SummonCreature(NPC_FEUGEN_40, 3508.14f, -2988.65f, 312.092f, 2.37365f);\n            if (Creature* cr = me->SummonCreature(NPC_TESLA_COIL, 3527.34f, -2951.56f, 318.75f, 0.0f))\n            {\n                cr->RemoveAllAuras();\n                cr->InterruptNonMeleeSpells(true);\n                cr->CastSpell(cr, SPELL_FEUGEN_CHAIN, false);\n                cr->SetDisableGravity(true);\n                cr->SetImmuneToPC(false);\n                cr->SetControlled(true, UNIT_STATE_ROOT);\n            }\n            if (Creature* cr = me->SummonCreature(NPC_TESLA_COIL, 3487.04f, -2911.68f, 318.75f, 0.0f))\n            {\n                cr->RemoveAllAuras();\n                cr->InterruptNonMeleeSpells(true);\n                cr->CastSpell(cr, SPELL_STALAGG_CHAIN, false);\n                cr->SetDisableGravity(true);\n                cr->SetImmuneToPC(false);\n                cr->SetControlled(true, UNIT_STATE_ROOT);\n            }\n\n            if (GameObject* go = me->FindNearestGameObject(GO_TESLA_COIL_LEFT, 100.0f))\n            {\n                go->SetGoState(GO_STATE_ACTIVE);\n            }\n            if (GameObject* go = me->FindNearestGameObject(GO_TESLA_COIL_RIGHT, 100.0f))\n            {\n                go->SetGoState(GO_STATE_ACTIVE);\n            }\n\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_POSITIVE_POLARITY);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_POSITIVE_CHARGE_STACK);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_NEGATIVE_POLARITY);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_NEGATIVE_CHARGE_STACK);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            Talk(SAY_SLAY);\n            // instance->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void JustDied(Unit*  killer) override\n        {\n            BossAI::JustDied(killer);\n            Talk(SAY_DEATH);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_POSITIVE_POLARITY);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_POSITIVE_CHARGE_STACK);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_NEGATIVE_POLARITY);\n            instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_NEGATIVE_CHARGE_STACK);\n        }\n\n        void JustSummoned(Creature* cr) override\n        {\n            summons.Summon(cr);\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            BossAI::JustEngagedWith(who);\n            me->SetInCombatWithZone();\n            summons.DoZoneInCombat(NPC_FEUGEN_40);\n            summons.DoZoneInCombat(NPC_STALAGG_40);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (resetTimer)\n            {\n                resetTimer += diff;\n                if (resetTimer > 1000)\n                {\n                    resetTimer = 0;\n                    me->CastSpell(me, SPELL_THADDIUS_SPAWN_STUN, true);\n                }\n                return;\n            }\n            if (reviveTimer)\n            {\n                reviveTimer += diff;\n                if (reviveTimer >= 12000)\n                {\n                    for (SummonList::const_iterator itr = summons.begin(); itr != summons.end(); ++itr)\n                    {\n                        if (Creature* cr = ObjectAccessor::GetCreature(*me, (*itr)))\n                        {\n                            if (cr->GetEntry() == NPC_TESLA_COIL)\n                            {\n                                cr->AI()->Talk(EMOTE_TESLA_OVERLOAD);\n                                cr->CastSpell(me, SPELL_SHOCK_VISUAL, true);\n                            }\n                        }\n                    }\n                    reviveTimer = 0;\n                    events.ScheduleEvent(EVENT_THADDIUS_INIT, 750ms);\n                }\n                return;\n            }\n\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            if (summonTimer) // Revive\n            {\n                summonTimer += diff;\n                if (summonTimer >= 5000)\n                {\n                    summons.DoAction(ACTION_RESTORE);\n                    summonTimer = 0;\n                }\n            }\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_THADDIUS_INIT:\n                {\n                    me->RemoveAllAuras();\n                    me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n                    for (SummonList::const_iterator itr = summons.begin(); itr != summons.end(); ++itr)\n                    {\n                        if (Creature* cr = ObjectAccessor::GetCreature(*me, (*itr)))\n                        {\n                            if (cr->GetEntry() == NPC_TESLA_COIL)\n                            {\n                                Unit::Kill(cr, cr);\n                            }\n                        }\n                    }\n                    if (GameObject* go = me->FindNearestGameObject(GO_TESLA_COIL_LEFT, 100.0f))\n                    {\n                        go->SetGoState(GO_STATE_READY);\n                    }\n                    if (GameObject* go = me->FindNearestGameObject(GO_TESLA_COIL_RIGHT, 100.0f))\n                    {\n                        go->SetGoState(GO_STATE_READY);\n                    }\n                    me->CastSpell(me, SPELL_THADDIUS_VISUAL_LIGHTNING, true);\n                    events.ScheduleEvent(EVENT_THADDIUS_ENTER_COMBAT, 1s);\n                    break;\n                }\n                case EVENT_THADDIUS_ENTER_COMBAT:\n                    Talk(SAY_AGGRO);\n                    me->SetReactState(REACT_AGGRESSIVE);\n                    me->SetControlled(false, UNIT_STATE_STUNNED);\n                    me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n                    events.ScheduleEvent(EVENT_THADDIUS_CHAIN_LIGHTNING, 14s);\n                    events.ScheduleEvent(EVENT_THADDIUS_BERSERK, 6min);\n                    events.ScheduleEvent(EVENT_THADDIUS_POLARITY_SHIFT, 20s);\n                    events.ScheduleEvent(EVENT_ALLOW_BALL_LIGHTNING, 5s);\n                    return;\n                case EVENT_THADDIUS_BERSERK:\n                    me->CastSpell(me, SPELL_BERSERK, true);\n                    break;\n                case EVENT_THADDIUS_CHAIN_LIGHTNING:\n                {\n                    CustomSpellValues values;\n                    int32 customChainLightningDamage = 1850; // (1850, 2150), die 675\n                    values.AddSpellMod(SPELLVALUE_BASE_POINT0, customChainLightningDamage);\n                    values.AddSpellMod(SPELLVALUE_MAX_TARGETS, 15);\n                    me->CastCustomSpell(SPELL_CHAIN_LIGHTNING, values, me->GetVictim(), TRIGGERED_NONE, nullptr, nullptr, ObjectGuid::Empty);\n                    events.Repeat(15s);\n                    break;\n                }\n                case EVENT_THADDIUS_POLARITY_SHIFT:\n                    me->CastSpell(me, SPELL_POLARITY_SHIFT, false);\n                    events.Repeat(30s);\n                    break;\n                case EVENT_ALLOW_BALL_LIGHTNING:\n                    ballLightningEnabled = true;\n                    break;\n            }\n\n            if (IsAnyPlayerInMeleeRange())\n                DoMeleeAttackIfReady();\n            else if (ballLightningEnabled && !IsAnyPlayerInMeleeRange() && !me->HasUnitState(UNIT_STATE_CASTING))\n            {\n                if (Unit* target = SelectTarget(SelectTargetMethod::MaxThreat))\n                {\n                    int32 customBallLightningDamage = 6000;\n                    me->CastCustomSpell(target, SPELL_BALL_LIGHTNING, &customBallLightningDamage, 0, 0, false);\n                }\n            }\n        }\n    };\n};\n\nclass boss_thaddius_summon_40 : public CreatureScript\n{\npublic:\n    boss_thaddius_summon_40() : CreatureScript(\"boss_thaddius_summon_40\") { }\n\n    CreatureAI* GetAI(Creature* pCreature) const override\n    {\n        return GetNaxxramasAI<boss_thaddius_summon_40AI>(pCreature);\n    }\n\n    struct boss_thaddius_summon_40AI : public ScriptedAI\n    {\n        explicit boss_thaddius_summon_40AI(Creature* c) : ScriptedAI(c)\n        {\n            overload = false;\n        }\n\n        EventMap events;\n        uint32 pullTimer{};\n        uint32 visualTimer{};\n        bool overload;\n        ObjectGuid myCoil;\n\n        void Reset() override\n        {\n            pullTimer = 0;\n            visualTimer = 1;\n            overload = false;\n            events.Reset();\n            me->SetControlled(false, UNIT_STATE_STUNNED);\n            if (Creature* cr = me->FindNearestCreature(NPC_TESLA_COIL, 150.0f))\n            {\n                cr->CastSpell(cr, me->GetEntry() == NPC_STALAGG_40 ? SPELL_STALAGG_CHAIN : SPELL_FEUGEN_CHAIN, false);\n                cr->SetImmuneToPC(false);\n                myCoil = cr->GetGUID();\n            }\n        }\n\n        void EnterEvadeMode(EvadeReason why) override\n        {\n            me->SetControlled(false, UNIT_STATE_STUNNED);\n            ScriptedAI::EnterEvadeMode(why);\n        }\n\n        void JustEngagedWith(Unit* pWho) override\n        {\n            me->SetInCombatWithZone();\n            if (Creature* cr = me->FindNearestCreature(NPC_TESLA_COIL, 150.f, true))\n            {\n                myCoil = cr->GetGUID();\n            }\n            if (me->GetEntry() == NPC_STALAGG_40)\n            {\n                events.ScheduleEvent(EVENT_MINION_POWER_SURGE, 10s);\n                Talk(SAY_STAL_AGGRO);\n            }\n            else\n            {\n                events.ScheduleEvent(EVENT_MINION_STATIC_FIELD, 5s);\n                Talk(SAY_FEUG_AGGRO);\n            }\n            events.ScheduleEvent(EVENT_MINION_CHECK_DISTANCE, 5s);\n\n            if (me->GetEntry() == NPC_STALAGG_40) // This event needs synchronisation, called for stalagg only\n            {\n                events.ScheduleEvent(EVENT_MINION_MAGNETIC_PULL, 20s);\n            }\n\n            if (Creature* cr = me->GetInstanceScript()->GetCreature(DATA_THADDIUS_BOSS))\n            {\n                cr->AI()->AttackStart(pWho);\n                cr->AddThreat(pWho, 10.0f);\n            }\n        }\n\n        void DoAction(int32 param) override\n        {\n            if (param == ACTION_MAGNETIC_PULL)\n            {\n                pullTimer = 1;\n                me->SetControlled(true, UNIT_STATE_STUNNED);\n            }\n            else if (param == ACTION_RESTORE)\n            {\n                if (!me->IsAlive())\n                {\n                    me->Respawn();\n                    me->SetInCombatWithZone();\n                    Talk(me->GetEntry() == NPC_STALAGG_40 ? EMOTE_STAL_REVIVE : EMOTE_FEUG_REVIVE);\n                }\n                else\n                {\n                    me->SetHealth(me->GetMaxHealth());\n                }\n            }\n        }\n\n        void JustDied(Unit* /*killer*/) override\n        {\n            Talk(me->GetEntry() == NPC_STALAGG_40 ? SAY_STAL_DEATH : SAY_FEUG_DEATH);\n            Talk(me->GetEntry() == NPC_STALAGG_40 ? EMOTE_STAL_DEATH : EMOTE_FEUG_DEATH);\n\n            if (Creature* cr = me->GetInstanceScript()->GetCreature(DATA_THADDIUS_BOSS))\n                cr->AI()->DoAction(ACTION_SUMMON_DIED);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (!who->IsPlayer())\n                return;\n\n            if (!urand(0, 2))\n                Talk(me->GetEntry() == NPC_STALAGG_40 ? SAY_STAL_SLAY : SAY_FEUG_SLAY);\n\n            me->GetInstanceScript()->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (visualTimer)\n            {\n                visualTimer += diff;\n                if (visualTimer >= 3000)\n                {\n                    visualTimer = 0;\n                    if (Creature* cr = me->FindNearestCreature(NPC_TESLA_COIL, 150.0f))\n                    {\n                        cr->CastSpell(cr, me->GetEntry() == NPC_STALAGG_40 ? SPELL_STALAGG_CHAIN : SPELL_FEUGEN_CHAIN, false);\n                    }\n                }\n            }\n\n            if (!UpdateVictim())\n                return;\n\n            if (pullTimer) // Disable AI during pull\n            {\n                pullTimer += diff;\n                if (pullTimer >= 3000)\n                {\n                    me->SetControlled(false, UNIT_STATE_STUNNED);\n                    pullTimer = 0;\n                }\n                return;\n            }\n\n            events.Update(diff);\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_MINION_POWER_SURGE:\n                    me->CastSpell(me, SPELL_POWER_SURGE, false);\n                    events.Repeat(19s);\n                    break;\n                case EVENT_MINION_STATIC_FIELD:\n                    me->CastSpell(me, SPELL_STATIC_FIELD, false);\n                    events.Repeat(3s);\n                    break;\n                case EVENT_MINION_MAGNETIC_PULL:\n               {\n                    events.Repeat(20s);\n                    if (Creature* feugen = me->GetInstanceScript()->GetCreature(DATA_FEUGEN_BOSS))\n                    {\n                        if (!feugen->IsAlive() || !feugen->GetVictim() || !me->GetVictim())\n                            return;\n\n                        float threatFeugen = feugen->GetThreatMgr().GetThreat(feugen->GetVictim());\n                        float threatStalagg = me->GetThreatMgr().GetThreat(me->GetVictim());\n                        Unit* tankFeugen = feugen->GetVictim();\n                        Unit* tankStalagg = me->GetVictim();\n\n                        feugen->GetThreatMgr().ModifyThreatByPercent(tankFeugen, -100);\n                        feugen->AddThreat(tankStalagg, threatFeugen);\n                        feugen->CastSpell(tankStalagg, SPELL_MAGNETIC_PULL, true);\n                        feugen->AI()->DoAction(ACTION_MAGNETIC_PULL);\n\n                        me->GetThreatMgr().ModifyThreatByPercent(tankStalagg, -100);\n                        me->AddThreat(tankFeugen, threatStalagg);\n                        me->CastSpell(tankFeugen, SPELL_MAGNETIC_PULL, true);\n                        DoAction(ACTION_MAGNETIC_PULL);\n                    }\n                    break;\n                }\n                case EVENT_MINION_CHECK_DISTANCE:\n                    if (Creature* cr = ObjectAccessor::GetCreature(*me, myCoil))\n                    {\n                        if (!me->GetHomePosition().IsInDist(me, 28) && me->IsInCombat())\n                        {\n                            if (!overload)\n                            {\n                                overload = true;\n                                cr->AI()->Talk(EMOTE_TESLA_LINK_BREAKS);\n                                me->RemoveAurasDueToSpell(me->GetEntry() == NPC_STALAGG_40 ? SPELL_STALAGG_CHAIN : SPELL_FEUGEN_CHAIN);\n                                cr->InterruptNonMeleeSpells(true);\n                            }\n                            if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 1000.f, true))\n                            {\n                                cr->CastStop(SPELL_TESLA_SHOCK);\n                                int32 customTeslaShockDamage = 4374;\n                                cr->CastCustomSpell(target, SPELL_TESLA_SHOCK, &customTeslaShockDamage, 0, 0, true);\n                            }\n                            events.Repeat(1500ms);\n                            break;\n                        }\n                        else\n                        {\n                            overload = false;\n                            cr->CastSpell(cr, me->GetEntry() == NPC_STALAGG_40 ? SPELL_STALAGG_CHAIN : SPELL_FEUGEN_CHAIN, false);\n                        }\n                    }\n                    events.Repeat(5s);\n                    break;\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\n// This will overwrite the declared 10 and 25 man pos_neg_charge to handle all versions of the spell script\nclass spell_thaddius_pos_neg_charge : public SpellScript\n{\n    PrepareSpellScript(spell_thaddius_pos_neg_charge);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_POSITIVE_CHARGE, SPELL_POSITIVE_CHARGE_STACK });\n    }\n\n    void HandleTargets(std::list<WorldObject*>& targets)\n    {\n        uint8 count = 0;\n        for (auto& ihit : targets)\n        {\n            if (ihit->GetGUID() != GetCaster()->GetGUID())\n            {\n                if (Player* target = ihit->ToPlayer())\n                {\n                    if (target->HasAura(GetTriggeringSpell()->Id))\n                        ++count;\n                }\n            }\n        }\n\n        if (count)\n        {\n            uint32 spellId = GetSpellInfo()->Id == SPELL_POSITIVE_CHARGE ? SPELL_POSITIVE_CHARGE_STACK : SPELL_NEGATIVE_CHARGE_STACK;\n            GetCaster()->SetAuraStack(spellId, GetCaster(), count);\n        }\n    }\n\n    void HandleDamage(SpellEffIndex /*effIndex*/)\n    {\n        if (!GetTriggeringSpell())\n            return;\n\n        Unit* target = GetHitUnit();\n        if (!target)\n            return;\n\n        if (target->HasAura(GetTriggeringSpell()->Id) || !target->IsPlayer())\n        {\n            SetHitDamage(0);\n        }\n        else if (target->GetInstanceScript())\n        {\n            target->GetInstanceScript()->SetData(DATA_CHARGES_CROSSED, 0);\n\n            // Adjust damage to 2000 from 4500 for naxx40\n            if (target->GetMap()->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n                SetHitDamage(2000);\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectHitTarget += SpellEffectFn(spell_thaddius_pos_neg_charge::HandleDamage, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n        OnObjectAreaTargetSelect += SpellObjectAreaTargetSelectFn(spell_thaddius_pos_neg_charge::HandleTargets, EFFECT_0, TARGET_UNIT_SRC_AREA_ALLY);\n    }\n};\n\nclass spell_thaddius_polarity_shift : public SpellScript\n{\n    PrepareSpellScript(spell_thaddius_polarity_shift);\n\n    bool Validate(SpellInfo const* /*spell*/) override\n    {\n        return ValidateSpellInfo({ SPELL_POSITIVE_POLARITY, SPELL_NEGATIVE_POLARITY });\n    }\n\n    void HandleDummy(SpellEffIndex /* effIndex */)\n    {\n        Unit* caster = GetCaster();\n        if (Unit* target = GetHitUnit())\n        {\n            target->RemoveAurasDueToSpell(SPELL_POSITIVE_CHARGE_STACK);\n            target->RemoveAurasDueToSpell(SPELL_NEGATIVE_CHARGE_STACK);\n            target->CastSpell(target, roll_chance_i(50) ? SPELL_POSITIVE_POLARITY : SPELL_NEGATIVE_POLARITY, true, nullptr, nullptr, caster->GetGUID());\n        }\n    }\n\n    void HandleAfterCast()\n    {\n        if (GetCaster())\n        {\n            if (Creature* caster = GetCaster()->ToCreature())\n            {\n                if (caster->GetEntry() == NPC_THADDIUS_40)\n                {\n                    caster->AI()->Talk(SAY_ELECT);\n                    caster->AI()->Talk(EMOTE_POLARITY_SHIFTED);\n                }\n            }\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectHitTarget += SpellEffectFn(spell_thaddius_polarity_shift::HandleDummy, EFFECT_0, SPELL_EFFECT_DUMMY);\n        AfterCast += SpellCastFn(spell_thaddius_polarity_shift::HandleAfterCast);\n    }\n};\n\nclass npc_tesla : public CreatureScript\n{\npublic:\n    npc_tesla() : CreatureScript(\"npc_tesla\") { }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return GetNaxxramasAI<npc_teslaAI>(creature);\n    }\n\n    struct npc_teslaAI : public ScriptedAI\n    {\n    public:\n        npc_teslaAI(Creature* creature) : ScriptedAI(creature) { }\n        void EnterEvadeMode(EvadeReason /*why*/) override { } // never stop casting due to evade\n        void UpdateAI(uint32 /*diff*/) override { } // never do anything unless told\n        void JustEngagedWith(Unit* /*who*/) override { }\n        void DamageTaken(Unit* /*who*/, uint32& damage, DamageEffectType, SpellSchoolMask) override { damage = 0; } // no, you can't kill it\n    };\n};\n\nclass at_thaddius_entrance : public OnlyOnceAreaTriggerScript\n{\npublic:\n    at_thaddius_entrance() : OnlyOnceAreaTriggerScript(\"at_thaddius_entrance\") { }\n\n    bool _OnTrigger(Player* player, const AreaTrigger* /*trigger*/) override\n    {\n        if (InstanceScript* instance = player->GetInstanceScript())\n            if (instance->GetBossState(BOSS_THADDIUS) != DONE)\n                if (Creature* thaddius = instance->GetCreature(DATA_THADDIUS_BOSS))\n                    thaddius->AI()->Talk(SAY_GREET);\n        return false;\n    }\n};\n\nvoid AddSC_boss_thaddius_40()\n{\n    new boss_thaddius_40();\n    new boss_thaddius_summon_40();\n    new npc_tesla();\n    RegisterSpellScript(spell_thaddius_pos_neg_charge);\n    RegisterSpellScript(spell_thaddius_polarity_shift);\n    new at_thaddius_entrance();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/custom_creatures_40.cpp",
    "content": "#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellScript.h\"\n#include \"Player.h\"\n#include \"naxxramas.h\"\n\nclass npc_naxx40_area_trigger : public CreatureScript\n{\nprivate:\n    static bool isAttuned(Player* player)\n    {\n        if (player->GetQuestStatus(NAXX40_ATTUNEMENT_1) == QUEST_STATUS_REWARDED)\n            return true;\n        if (player->GetQuestStatus(NAXX40_ATTUNEMENT_2) == QUEST_STATUS_REWARDED)\n            return true;\n        if (player->GetQuestStatus(NAXX40_ATTUNEMENT_3) == QUEST_STATUS_REWARDED)\n            return true;\n        return false;\n    }\n\npublic:\n    npc_naxx40_area_trigger() : CreatureScript(\"npc_naxx40_area_trigger\") {}\n\n    struct npc_naxx40_area_triggerAI: public ScriptedAI\n    {\n        npc_naxx40_area_triggerAI(Creature* creature) : ScriptedAI(creature)\n        {\n            me->SetDisplayId(11686); // Invisible\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (who && me->GetDistance2d(who) < 5.0f)\n            {\n                if (Player* player = who->ToPlayer())\n                {\n                    if (isAttuned(player))\n                    {\n                        player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);\n                        player->TeleportTo(533, 3005.51f, -3434.64f, 304.195f, 6.2831f);\n                    }\n                }\n\n            }\n            else if (who && me->GetDistance2d(who) < 20.0f)\n            {\n                if (Player* player = who->ToPlayer())\n                {\n                    if (isAttuned(player))\n                    {\n                        GameObject* door = me->FindNearestGameObject(GO_STRATH_GATE_40, 100.0f);\n                        if (door)\n                        {\n                            door->SetGoState(GO_STATE_ACTIVE);\n                        }\n                    }\n                }\n            }\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_naxx40_area_triggerAI(creature);\n    }\n};\n\nclass boss_heigan_eye_stalk_40 : public CreatureScript\n{\npublic:\n    boss_heigan_eye_stalk_40() : CreatureScript(\"boss_heigan_eye_stalk_40\") { }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return GetNaxxramasAI<boss_heigan_eye_stalk_40AI>(creature);\n    }\n\n    struct boss_heigan_eye_stalk_40AI : public ScriptedAI\n    {\n        explicit boss_heigan_eye_stalk_40AI(Creature* creature) : ScriptedAI(creature)\n        {\n            timeSinceSpawn = 0;\n            haveSubmerged = false;\n            haveCastSubmerge = false;\n        }\n\n        uint32 timeSinceSpawn;\n        bool haveSubmerged;\n        bool haveCastSubmerge;\n        const uint32 SPELL_MIND_FLAY = 29407;\n\n        void Reset() override\n        {\n            me->SetNoCallAssistance(true);\n            me->SetUnitFlag(UNIT_FLAG_DISABLE_MOVE);\n        }\n\n        void KilledUnit(Unit* who) override\n        {\n            if (who->IsPlayer() && me->GetInstanceScript())\n                me->GetInstanceScript()->StorePersistentData(PERSISTENT_DATA_IMMORTAL_FAIL, 1);\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (timeSinceSpawn < 3000)\n                return;\n\n            if (!who || !(who->GetDistance2d(me) <= 19.0f))\n                return;\n\n            if (me->HasReactState(REACT_AGGRESSIVE) && me->CanStartAttack(who))\n            {\n                if (!me->IsWithinLOSInMap(who))\n                {\n                    return;\n                }\n                me->SetNoCallAssistance(true);\n                if (!me->GetVictim())\n                {\n                    AttackStart(who);\n                }\n                else if (me->GetMap()->IsDungeon())\n                {\n                    who->SetInCombatWith(me);\n                    me->AddThreat(who, 0.0f);\n                }\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            me->SetNoCallAssistance(true);\n            timeSinceSpawn += std::min(diff, std::numeric_limits<uint32>::max() - timeSinceSpawn);\n\n            if (haveSubmerged)\n            {\n                if (!haveCastSubmerge)\n                {\n                    haveCastSubmerge = true;\n                    me->CastSpell(me, 26234, false);\n                }\n                return;\n            }\n\n            if (!UpdateVictim())\n                return;\n\n            if (!me->IsNonMeleeSpellCast(false))\n            {\n                if (me->GetDistance(me->GetVictim()) < 35.0f)\n                {\n                    int32 bp0 = 750; // damage\n                    int32 bp1 = -20; // movement speed\n                    me->CastCustomSpell(me->GetVictim(), SPELL_MIND_FLAY, &bp0, &bp1, 0, false, nullptr, nullptr, ObjectGuid::Empty);\n                }\n                else\n                {\n                    DoStopAttack();\n                }\n            }\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nvoid AddSC_custom_creatures_40()\n{\n    new npc_naxx40_area_trigger();\n    new boss_heigan_eye_stalk_40();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/custom_gameobjects_40.cpp",
    "content": "#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellScript.h\"\n#include \"GameObjectAI.h\"\n#include \"Player.h\"\n#include \"naxxramas.h\"\n#include \"IndividualProgression.h\"\n\nclass gobject_naxx40_tele : public GameObjectScript\n{\npublic:\n    gobject_naxx40_tele() : GameObjectScript(\"gobject_naxx40_tele\") { }\n\n    struct gobject_naxx40_teleAI: GameObjectAI\n    {\n        explicit gobject_naxx40_teleAI(GameObject* object) : GameObjectAI(object) { };\n\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_naxx40_teleAI(object);\n    }\n\n    bool OnGossipHello(Player* player, GameObject* /*go*/) override\n    {\n        if (player->GetLevel() > 70)\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Your level is too high to enter the level 60 version of Naxxramas.\");\n            return false;\n        }\n\n        if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5))\n        {\n            ChatHandler(player->GetSession()).PSendSysMessage(\"Your progression level is too high to enter the level 60 version of Naxxramas.\");\n            return false;\n        }\n\n        if (sIndividualProgression->isExcludedFromProgression(player) ||\n            ((!sIndividualProgression->requireNaxxStrath || player->GetQuestStatus(NAXX40_ENTRANCE_FLAG) == QUEST_STATUS_REWARDED)))\n        {\n            if (sIndividualProgression->isAttuned(player) || sIndividualProgression->isExcludedFromProgression(player))\n            {\n                player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);\n                player->TeleportTo(533, 3005.51f, -3434.64f, 304.195f, 6.2831f);\n                return true;\n            }\n            else\n            {\n                ChatHandler(player->GetSession()).PSendSysMessage(\"You have not completed the Naxxramas attunement quest.\");\n                return false;\n            }\n        }\n        return false;\n    }\n};\n\nvoid AddSC_custom_gameobjects_40()\n{\n    new gobject_naxx40_tele();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/custom_scripts_40.cpp",
    "content": "#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellScript.h\"\n#include \"naxxramas.h\"\n\nclass NaxxPlayerScript : public PlayerScript\n{\npublic:\n    NaxxPlayerScript() : PlayerScript(\"NaxxPlayerScript\") { }\n\n    void OnPlayerBeforeChooseGraveyard(Player* player, TeamId /*teamId*/, bool /*nearCorpse*/, uint32& graveyardOverride) override\n    {\n        if (player->GetMapId() == MAP_NAXX && player->GetMap()->GetSpawnMode() == RAID_DIFFICULTY_10MAN_HEROIC)\n        {\n            graveyardOverride = NAXX40_GRAVEYARD;\n        }\n    }\n};\n\nclass naxx_northrend_entrance : public AreaTriggerScript\n{\npublic:\n    naxx_northrend_entrance() : AreaTriggerScript(\"naxx_northrend_entrance\") { }\n\n    bool OnTrigger(Player* player, AreaTrigger const* areaTrigger) override\n    {\n        // Do not allow entrance to Naxx 40 from Northrend\n        // Change 10 man heroic to regular 10 man, as when 10 man heroic is not available\n        Difficulty diff = player->GetGroup() ? player->GetGroup()->GetDifficulty(true) : player->GetDifficulty(true);\n        if (diff == RAID_DIFFICULTY_10MAN_HEROIC)\n        {\n            player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_NORMAL);\n        }\n        switch (areaTrigger->entry)\n        {\n            // Naxx 10 and 25 entrances\n            case 5191:\n                player->TeleportTo(533, 3005.68f, -3447.77f, 293.93f, 4.65f);\n                break;\n            case 5192:\n                player->TeleportTo(533, 3019.34f, -3434.36f, 293.99f, 6.27f);\n                break;\n            case 5193:\n                player->TeleportTo(533, 3005.9f, -3420.58f, 294.11f, 1.58f);\n                break;\n            case 5194:\n                player->TeleportTo(533, 2992.5f, -3434.42f, 293.94f, 3.13f);\n                break;\n        }\n        return true;\n    }\n};\n\nclass naxx_exit_trigger : public AreaTriggerScript\n{\npublic:\n    naxx_exit_trigger() : AreaTriggerScript(\"naxx_exit_trigger\") { }\n\n    bool OnTrigger(Player* player, AreaTrigger const* areaTrigger) override\n    {\n        if (player->GetMap()->GetSpawnMode() == RAID_DIFFICULTY_10MAN_HEROIC)\n        {\n            // Naxx 40 cannot be exited via portals, as in Classic\n            return false;\n        }\n        switch (areaTrigger->entry)\n        {\n            // Naxx 10 and 25 exits\n            case 5196:\n                player->TeleportTo(571, 3679.25f, -1278.58f, 243.55f, 2.39f);\n                break;\n            case 5197:\n                player->TeleportTo(571, 3679.03f, -1259.68f, 243.55f, 3.98f);\n                break;\n            case 5198:\n                player->TeleportTo(571, 3661.14f, -1279.55f, 243.55f, 0.82f);\n                break;\n            case 5199:\n                player->TeleportTo(571, 3660.01f, -1260.99f, 243.55f, 5.51f);\n                break;\n        }\n        return true;\n    }\n};\n\nclass NaxxEntryFlag_AllMapScript : public AllMapScript\n{\npublic:\n    NaxxEntryFlag_AllMapScript() : AllMapScript(\"NaxxEntryFlag_AllMapScript\") { }\n\n    void OnPlayerEnterAll(Map* map, Player* player) override\n    {\n        if (player->IsGameMaster())\n            return;\n\n        // Check if mapId equals to Naxxramas (mapId: 533)\n        if (map->GetId() != 533)\n            return;\n\n        // Cast on player Naxxramas Entry Flag Trigger DND - Classic (spellID: 29296)\n        if (player->GetQuestStatus(NAXX40_ENTRANCE_FLAG) != QUEST_STATUS_REWARDED)\n        {\n            // Mark player as having entered\n            Quest const* quest = sObjectMgr->GetQuestTemplate(NAXX40_ENTRANCE_FLAG);\n            player->AddQuest(quest, nullptr);\n            player->CompleteQuest(NAXX40_ENTRANCE_FLAG);\n            player->RewardQuest(quest, 0, player, false, false);\n            // Cast on player Naxxramas Entry Flag Trigger DND - Classic (spellID: 29296)\n            player->CastSpell(player, 29296, true); // for visual effect only, possible crash if cast on login\n        }\n    }\n};\n\nvoid AddSC_custom_scripts_40()\n{\n    new NaxxPlayerScript();\n    new naxx_exit_trigger();\n    new naxx_northrend_entrance();\n    new NaxxEntryFlag_AllMapScript();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/custom_spells_40.cpp",
    "content": "#include \"ScriptMgr.h\"\n#include \"SpellAuraDefines.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellScript.h\"\n#include \"Player.h\"\n\n// 28785 - Locust Swarm\n// Locust Swarm: Reduce damage ~1500 to ~1000, increase radius 25yd to 30yd\nenum LocustSwarm\n{\n    SPELL_LOCUST_SWARM              = 28785,\n    SPELL_LOCUST_SWARM_TRIGGER      = 28786, // periodic effect\n};\n\nclass spell_anub_locust_swarm_aura_40 : public AuraScript\n{\n    PrepareAuraScript(spell_anub_locust_swarm_aura_40);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_LOCUST_SWARM_TRIGGER });\n    }\n\n    void HandleTriggerSpell(AuraEffect const* /*aurEff*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        PreventDefaultAction();\n        int32 modifiedLocustSwarmDamage = 812;\n        CustomSpellValues values;\n        values.AddSpellMod(SPELLVALUE_BASE_POINT0, modifiedLocustSwarmDamage);\n        values.AddSpellMod(SPELLVALUE_RADIUS_MOD, 3000); // 30yd\n        caster->CastCustomSpell(SPELL_LOCUST_SWARM_TRIGGER, values, caster, TRIGGERED_FULL_MASK, nullptr, nullptr, GetCasterGUID());\n    }\n\n    void Register() override\n    {\n        OnEffectPeriodic += AuraEffectPeriodicFn(spell_anub_locust_swarm_aura_40::HandleTriggerSpell, EFFECT_0, SPELL_AURA_PERIODIC_TRIGGER_SPELL);\n    }\n};\n\n// 28865 - Consumption\n// add Naxx10HC damage\nclass spell_gen_consumption : public SpellScript\n{\n    PrepareSpellScript(spell_gen_consumption);\n\n    void CalculateDamage(SpellEffIndex /*effIndex*/)\n    {\n        Map* map = GetCaster()->GetMap();\n        if (!map)\n        {\n            return;\n        }\n        int32 value = 0;\n        if (map->GetDifficulty() == RAID_DIFFICULTY_25MAN_NORMAL) // NAXX25 N\n        {\n            value = urand(4500, 4700);\n        }\n        else if (map->GetId() == 533) // NAXX10 N\n        {\n            if (map->GetDifficulty() == RAID_DIFFICULTY_10MAN_NORMAL)\n            {\n                value = urand(3000, 3200);\n            }\n            else\n            {\n                value = urand(3960, 4840); // NAXX40\n            }\n        }\n        else if (map->GetId() == 532) // Karazhan\n        {\n            value = urand(1110, 1310);\n        }\n        if (value)\n        {\n            SetEffectValue(value);\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_gen_consumption::CalculateDamage, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28241 - Poison Cloud\n// poison damage by Poison Cloud ~3k to ~1k\nclass spell_grobbulus_poison_cloud_poison_damage_40 : public SpellScript\n{\n    PrepareSpellScript(spell_grobbulus_poison_cloud_poison_damage_40);\n\n    void HandleDamageCalc(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(1110, 1290));\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_grobbulus_poison_cloud_poison_damage_40::HandleDamageCalc, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 29350 - Plague Cloud\nenum PlagueCloud\n{\n    SPELL_PLAGUE_CLOUD_TRIGGER      = 30122,\n};\n\nclass spell_heigan_plague_cloud_aura_40 : public AuraScript\n{\n    PrepareAuraScript(spell_heigan_plague_cloud_aura_40);\n\n    bool Validate(SpellInfo const* /*spellInfo*/) override\n    {\n        return ValidateSpellInfo({ SPELL_PLAGUE_CLOUD_TRIGGER });\n    }\n\n    void HandleTriggerSpell(AuraEffect const* /*aurEff*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        PreventDefaultAction();\n        int32 bp0 = 4000;\n        caster->CastCustomSpell(caster, SPELL_PLAGUE_CLOUD_TRIGGER, &bp0, 0, 0, true);\n    }\n\n    void Register() override\n    {\n        OnEffectPeriodic += AuraEffectPeriodicFn(spell_heigan_plague_cloud_aura_40::HandleTriggerSpell, EFFECT_0, SPELL_AURA_PERIODIC_TRIGGER_SPELL);\n    }\n};\n\n// 29371 - Eruption\nclass spell_heigan_eruption_40 : public SpellScript\n{\n    PrepareSpellScript(spell_heigan_eruption_40);\n\n    void HandleDamageCalc(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(3500, 4500));\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_heigan_eruption_40::HandleDamageCalc, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28819 - Submerge Visual\nclass spell_submerge_visual_aura : public AuraScript\n{\n    PrepareAuraScript(spell_submerge_visual_aura);\n\n    void OnApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)\n    {\n        GetTarget()->SetStandState(UNIT_STAND_STATE_SUBMERGED);\n    }\n\n    void OnRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)\n    {\n        GetTarget()->SetStandState(UNIT_STAND_STATE_STAND);\n    }\n\n    void Register() override\n    {\n        OnEffectApply += AuraEffectApplyFn(spell_submerge_visual_aura::OnApply, EFFECT_0, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL);\n        OnEffectRemove += AuraEffectRemoveFn(spell_submerge_visual_aura::OnRemove, EFFECT_0, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL);\n    }\n};\n\n// 28457 - Dark Blast\nclass spell_kelthuzad_dark_blast_40 : public SpellScript\n{\n    PrepareSpellScript(spell_kelthuzad_dark_blast_40);\n\n    void CalculateDamage(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(1750,2250));\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_kelthuzad_dark_blast_40::CalculateDamage, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28479 - Frostbolt\nclass spell_kelthuzad_frostbolt_40 : public SpellScript\n{\n    PrepareSpellScript(spell_kelthuzad_frostbolt_40);\n\n    void CalculateDamage(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(2550,3450));\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_kelthuzad_frostbolt_40::CalculateDamage, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28547 - Chill (Blizzard)\nclass spell_sapphiron_chill_40 : public AuraScript\n{\n    PrepareAuraScript(spell_sapphiron_chill_40);\n\n    void CalculateAmount(AuraEffect const* /*aurEff*/, int32& amount, bool& /*canBeRecalculated*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        amount = urand(3063, 3937);\n    }\n\n    void Register() override\n    {\n        DoEffectCalcAmount += AuraEffectCalcAmountFn(spell_sapphiron_chill_40::CalculateAmount, EFFECT_0, SPELL_AURA_PERIODIC_DAMAGE);\n    }\n};\n\n// 28522 - Icebolt\nclass spell_sapphiron_icebolt_40 : public SpellScript\n{\n    PrepareSpellScript(spell_sapphiron_icebolt_40);\n\n    void CalculateDamage(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(2625,3375));\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_sapphiron_icebolt_40::CalculateDamage, EFFECT_1, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28531 - Frost Aura\nclass spell_sapphiron_frost_aura_40 : public AuraScript\n{\n    PrepareAuraScript(spell_sapphiron_frost_aura_40);\n\n    void CalculateAmount(AuraEffect const* /*aurEff*/, int32& amount, bool& /*canBeRecalculated*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n            return;\n        if (urand(0, 99) == 0) // 1% chance to receive extra Frost Aura tick\n            return;\n        amount *= 0.5; // Reduce damage by 50% (1200bp -> 600bp)\n    }\n\n    void Register() override\n    {\n        DoEffectCalcAmount += AuraEffectCalcAmountFn(spell_sapphiron_frost_aura_40::CalculateAmount, EFFECT_0, SPELL_AURA_PERIODIC_DAMAGE);\n    }\n};\n\n// 60960 - War Stomp - Patchwork Golem\nclass spell_patchwork_golem_war_stomp_40 : public SpellScript\n{\n    PrepareSpellScript(spell_patchwork_golem_war_stomp_40);\n\n    void CalculateDamage(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetHitDamage(urand(936,1064));\n    }\n\n    void Register() override\n    {\n         OnEffectHitTarget += SpellEffectFn(spell_patchwork_golem_war_stomp_40::CalculateDamage, EFFECT_2, SPELL_EFFECT_WEAPON_DAMAGE);\n    }\n};\n\n// 29213 - Curse of the Plaguebringer\nenum CurseOfThePlaguebringer\n{\n    SPELL_REVENGE_OF_THE_PLAGUEBRINGER = 29214,\n};\n\nclass spell_noth_curse_of_the_plaguebringer_aura_40 : public AuraScript\n{\n    PrepareAuraScript(spell_noth_curse_of_the_plaguebringer_aura_40);\n\n        bool Validate(SpellInfo const* /*spellInfo*/) override\n        {\n            return ValidateSpellInfo({ SPELL_REVENGE_OF_THE_PLAGUEBRINGER }); // Revenge of the Plaguebringer\n        }\n\n        void HandleTriggerSpell(AuraEffect const* /*aurEff*/)\n        {\n            Unit* caster = GetCaster();\n            if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n            {\n                return;\n            }\n            PreventDefaultAction();\n            CustomSpellValues values;\n            int32 bp0 = 1757; // instant damage\n            int32 bp1 = 874; // periodic damage\n            values.AddSpellMod(SPELLVALUE_BASE_POINT0, bp0);\n            values.AddSpellMod(SPELLVALUE_BASE_POINT1, bp1);\n            values.AddSpellMod(SPELLVALUE_RADIUS_MOD, 3500); // 35yd\n            GetTarget()->CastCustomSpell(SPELL_REVENGE_OF_THE_PLAGUEBRINGER, values, GetTarget(), TRIGGERED_NONE, nullptr, nullptr, GetCasterGUID());\n        }\n\n    void Register() override\n    {\n        OnEffectPeriodic += AuraEffectPeriodicFn(spell_noth_curse_of_the_plaguebringer_aura_40::HandleTriggerSpell, EFFECT_0, SPELL_AURA_PERIODIC_TRIGGER_SPELL);\n    }\n};\n\n// 26046 - Razuvious - Mana Burn - Alternative for Disrupting Shout\nclass spell_razuvious_disrupting_shout_40 : public SpellScript\n{\n    PrepareSpellScript(spell_razuvious_disrupting_shout_40);\n\n    void CalculateDamage(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(4050,4950));\n    }\n\n    void Register() override\n    {\n        OnEffectHitTarget += SpellEffectFn(spell_razuvious_disrupting_shout_40::CalculateDamage, EFFECT_0, SPELL_EFFECT_POWER_BURN);\n    }\n};\n\n// 28450 Unholy Staff\nclass spell_unholy_staff_arcane_explosion_40 : public SpellScript\n{\n    PrepareSpellScript(spell_unholy_staff_arcane_explosion_40);\n\n    void PreventLaunchHit(SpellEffIndex effIndex)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        if (Unit* target = GetHitUnit())\n        {\n            if (target->IsWithinDist2d(caster, 20.0f))\n            {\n                SetEffectValue(urand(1838, 2361));\n            }\n            else\n            {\n                PreventHitDefaultEffect(effIndex);\n            }\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_unholy_staff_arcane_explosion_40::PreventLaunchHit, EFFECT_1, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28153 Disease cloud, Sewage Slime\nclass spell_disease_cloud_damage_40 : public SpellScript\n{\n    PrepareSpellScript(spell_disease_cloud_damage_40);\n\n    void HandleDamageCalc(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        SetEffectValue(urand(278,322));\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_disease_cloud_damage_40::HandleDamageCalc, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\n// 28135 Static Field\nclass spell_feugen_static_field_40 : public SpellScript\n{\n    PrepareSpellScript(spell_feugen_static_field_40);\n\n    void HandleDamageCalc(SpellEffIndex /*effIndex*/)\n    {\n        Unit* caster = GetCaster();\n        if (!caster || (caster->GetMap()->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC))\n        {\n            return;\n        }\n        if (Unit* target = GetHitUnit())\n        {\n            Powers PowerType = POWER_MANA;\n            int32 drainedAmount = -target->ModifyPower(PowerType, -500);\n            SetEffectValue(drainedAmount);\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_feugen_static_field_40::HandleDamageCalc, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);\n    }\n};\n\nclass spell_loatheb_corrupted_mind_40 : public SpellScript\n{\n    PrepareSpellScript(spell_loatheb_corrupted_mind_40);\n\n    void HandleEffect(SpellEffIndex /*effIndex*/)\n    {\n        if (Unit* caster = GetCaster())\n        {\n            if (Unit* unitTarget = GetHitUnit())\n            {\n                if (!unitTarget->IsPlayer())\n                    return;\n\n                Player* playerTarget = unitTarget->ToPlayer();\n                if (!playerTarget)\n                    return;\n\n                uint32 spell_id = 0;\n\n                switch (playerTarget->getClass())\n                {\n                    case CLASS_PRIEST:\n                        spell_id = 29194; // priests should be getting 29185, but it triggers on dmg effects as well\n                        break;\n                    case CLASS_DRUID:\n                        spell_id = 29194;\n                        break;\n                    case CLASS_PALADIN:\n                        spell_id = 29196;\n                        break;\n                    case CLASS_SHAMAN:\n                        spell_id = 29198;\n                        break;\n                    default:\n                        return; // ignore for non-healing classes\n                }\n\n                caster->CastSpell(playerTarget, spell_id, TRIGGERED_FULL_MASK);\n            }\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_loatheb_corrupted_mind_40::HandleEffect, EFFECT_0, SPELL_EFFECT_DUMMY);\n    }\n};\n\nclass isAllowedToCastSpell : public SpellScript\n{\n    PrepareSpellScript(isAllowedToCastSpell);\n\n    SpellCastResult CheckCorruptedMind()\n    {\n        Unit* caster = GetCaster();\n        if (!caster)\n            return SPELL_CAST_OK;\n\n        Player* player = caster->ToPlayer();\n        if (!player)\n            return SPELL_CAST_OK;\n\n        Map* map = player->GetMap();\n        if (!map)\n            return SPELL_CAST_OK;\n\n        // Only enforce the check in Naxxramas 10HC (map 533, 10-man heroic).\n        if (map->GetId() != 533 || map->GetDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC)\n            return SPELL_CAST_OK;\n\n        // Check class override auras (Corrupted Mind) on the player.\n        Unit::AuraEffectList const& auraClassScripts =\n            player->GetAuraEffectsByType(SPELL_AURA_OVERRIDE_CLASS_SCRIPTS);\n\n        for (AuraEffect const* auraEff : auraClassScripts)\n        {\n            if (!auraEff)\n                continue;\n\n            SpellInfo const* auraInfo = auraEff->GetSpellInfo();\n            if (!auraInfo)\n                continue;\n\n            // Corrupted Mind override (class script) – block the cast.\n            if (auraInfo->Effects[EFFECT_0].MiscValue == 4327)\n                return SPELL_FAILED_FIZZLE;\n        }\n\n        return SPELL_CAST_OK;\n    }\n\n    void Register() override\n    {\n        OnCheckCast += SpellCheckCastFn(isAllowedToCastSpell::CheckCorruptedMind);\n    }\n};\n\nvoid AddSC_custom_spells_40()\n{\n    RegisterSpellScript(spell_anub_locust_swarm_aura_40);\n    RegisterSpellScript(spell_gen_consumption);\n    RegisterSpellScript(spell_grobbulus_poison_cloud_poison_damage_40);\n    RegisterSpellScript(spell_heigan_plague_cloud_aura_40);\n    RegisterSpellScript(spell_heigan_eruption_40);\n    RegisterSpellScript(spell_submerge_visual_aura);\n    RegisterSpellScript(spell_kelthuzad_dark_blast_40);\n    RegisterSpellScript(spell_kelthuzad_frostbolt_40);\n    RegisterSpellScript(spell_sapphiron_icebolt_40);\n    RegisterSpellScript(spell_sapphiron_frost_aura_40);\n    RegisterSpellScript(spell_sapphiron_chill_40);\n    RegisterSpellScript(spell_patchwork_golem_war_stomp_40);\n    RegisterSpellScript(spell_noth_curse_of_the_plaguebringer_aura_40);\n    RegisterSpellScript(spell_razuvious_disrupting_shout_40);\n    RegisterSpellScript(spell_unholy_staff_arcane_explosion_40);\n    RegisterSpellScript(spell_disease_cloud_damage_40);\n    RegisterSpellScript(spell_feugen_static_field_40);\n    RegisterSpellScript(spell_loatheb_corrupted_mind_40);\n    RegisterSpellScript(isAllowedToCastSpell);\n}\n"
  },
  {
    "path": "src/naxx40Scripts/instance_naxxramas.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"AreaTriggerScript.h\"\n#include \"CellImpl.h\"\n#include \"CreatureAIImpl.h\"\n#include \"CreatureScript.h\"\n#include \"InstanceMapScript.h\"\n#include \"InstanceScript.h\"\n#include \"PassiveAI.h\"\n#include \"Player.h\"\n#include \"naxxramas.h\"\n#include \"ScriptMgr.h\"\n#include \"Map.h\"\n#include \"WorldSession.h\"\n\nBossBoundaryData const boundaries =\n{\n    /* Arachnid Quarter */\n    { BOSS_ANUB,      new CircleBoundary(Position(3273.376709f, -3475.876709f), Position(3195.668213f, -3475.930176f)) },\n    { BOSS_FAERLINA,  new RectangleBoundary(3315.0f, 3402.0f, -3727.0f, -3590.0f) },\n    { BOSS_FAERLINA,  new CircleBoundary(Position(3372.68f, -3648.2f), Position(3316.0f, -3704.26f)) },\n    { BOSS_MAEXXNA,   new CircleBoundary(Position(3502.2587f, -3892.1697f), Position(3418.7422f, -3840.271f)) },\n\n    /* Plague Quarter */\n    { BOSS_NOTH,      new RectangleBoundary(2618.0f, 2754.0f, -3557.43f, -3450.0f) },\n    { BOSS_HEIGAN,    new CircleBoundary(Position(2772.57f, -3685.28f), 56.0f) },\n    { BOSS_HEIGAN,    new RectangleBoundary(2723.0f, 2826.0f, -3736.0f, -3641.0f) },\n    { BOSS_LOATHEB,   new CircleBoundary(Position(2909.0f, -3997.41f), 57.0f) },\n\n    /* Military Quarter */\n    { BOSS_RAZUVIOUS, new ZRangeBoundary(260.0f, 287.0f) }, // will not chase onto the upper floor\n    { BOSS_GOTHIK,    new RectangleBoundary(2627.0f, 2764.0f, -3440.0f, -3275.0f) },\n    { BOSS_HORSEMAN,  new ParallelogramBoundary(Position(2646.0f, -2959.0f), Position(2529.0f, -3075.0f), Position(2506.0f, -2854.0f)) },\n\n    /* Construct Quarter */\n    { BOSS_PATCHWERK, new CircleBoundary(Position(3204.0f, -3241.4f), 240.0f) },\n    { BOSS_PATCHWERK, new CircleBoundary(Position(3130.8576f, -3210.36f), Position(3085.37f, -3219.85f), true) }, // entrance slime circle blocker\n    { BOSS_GROBBULUS, new CircleBoundary(Position(3204.0f, -3241.4f), 240.0f) },\n    { BOSS_GROBBULUS, new RectangleBoundary(3295.0f, 3340.0f, -3254.2f, -3230.18f, true) }, // entrance door blocker\n    { BOSS_GLUTH,     new CircleBoundary(Position(3293.0f, -3142.0f), 80.0) },\n    { BOSS_GLUTH,     new ParallelogramBoundary(Position(3401.0f, -3149.0f), Position(3261.0f, -3028.0f), Position(3320.0f, -3267.0f)) },\n    { BOSS_GLUTH,     new ZRangeBoundary(285.0f, 310.0f) },\n    { BOSS_THADDIUS,  new ParallelogramBoundary(Position(3478.3f, -3070.0f), Position(3370.0f, -2961.5f), Position(3580.0f, -2961.5f)) },\n\n    /* Frostwyrm Lair */\n    { BOSS_SAPPHIRON, new CircleBoundary(Position(3517.627f, -5255.5f), 110.0) },\n    { BOSS_KELTHUZAD, new CircleBoundary(Position(3716.0f, -5107.0f), 85.0) }\n};\n\nstruct LivingPoisonData\n{\n    Position Start {};\n    Position End {};\n    uint32 DespawnTime {};\n};\n\nstatic const LivingPoisonData LivingPoisonDataList[3]\n{\n    { Position { 3128.59, -3118.81, 293.346, 4.76754 }, Position { 3130.322, -3156.51,  293.324 }, 15200 },\n    { Position { 3154.25, -3125.7,  293.43,  4.47694 }, Position { 3144.779, -3158.416, 293.324 }, 14800 },\n    { Position { 3175.42, -3134.86, 293.34,  4.284   }, Position { 3158.778, -3164.201, 293.312 }, 14800 }\n};\n\nstatic const float HeiganPos[2]\n{\n    2796, -3707\n};\n\nstatic const float HeiganEruptionSlope[3]\n{\n    (-3685 - HeiganPos[1]) / (2724 - HeiganPos[0]),\n    (-3647 - HeiganPos[1]) / (2749 - HeiganPos[0]),\n    (-3637 - HeiganPos[1]) / (2771 - HeiganPos[0]),\n};\n\nstatic constexpr std::array<uint32, HorsemanCount> HorsemanDataGroup\n{\n    DATA_BARON_RIVENDARE_BOSS,\n    DATA_SIR_ZELIEK_BOSS,\n    DATA_LADY_BLAUMEUX_BOSS,\n    DATA_THANE_KORTHAZZ_BOSS\n};\n\nstatic WorldLocation const SapphironTeleportPos\n{\n    NaxxramasMapId, 3498.300049f, -5349.490234f, 144.968002f, 1.3698910f\n};\n\nstatic DoorData const doorData[]\n{\n    { GO_PATCHWERK_GATE,         BOSS_PATCHWERK,  DOOR_TYPE_PASSAGE },\n    { GO_PATCHWERK_GATE,         BOSS_GROBBULUS,  DOOR_TYPE_ROOM    },\n    { GO_GLUTH_GATE,             BOSS_GLUTH,      DOOR_TYPE_PASSAGE },\n    { GO_THADDIUS_GATE,          BOSS_GLUTH,      DOOR_TYPE_PASSAGE },\n    { GO_NOTH_ENTRY_GATE,        BOSS_NOTH,       DOOR_TYPE_ROOM    },\n    { GO_NOTH_EXIT_GATE,         BOSS_NOTH,       DOOR_TYPE_PASSAGE },\n    { GO_HEIGAN_ENTRY_GATE,      BOSS_NOTH,       DOOR_TYPE_PASSAGE },\n    { GO_HEIGAN_ENTRY_GATE,      BOSS_HEIGAN,     DOOR_TYPE_ROOM    },\n    { GO_HEIGAN_EXIT_GATE,       BOSS_HEIGAN,     DOOR_TYPE_PASSAGE },\n    { GO_HEIGAN_EXIT_GATE_40,    BOSS_HEIGAN,     DOOR_TYPE_PASSAGE },\n    { GO_LOATHEB_GATE,           BOSS_HEIGAN,     DOOR_TYPE_PASSAGE },\n    { GO_LOATHEB_GATE,           BOSS_LOATHEB,    DOOR_TYPE_ROOM    },\n    { GO_PLAGUE_EYE_PORTAL,      BOSS_LOATHEB,    DOOR_TYPE_PASSAGE },\n    { GO_PLAG_EYE_RAMP_BOSS,     BOSS_LOATHEB,    DOOR_TYPE_PASSAGE },\n    { GO_ANUB_GATE,              BOSS_ANUB,       DOOR_TYPE_ROOM    },\n    { GO_ANUB_NEXT_GATE,         BOSS_ANUB,       DOOR_TYPE_PASSAGE },\n    { GO_FAERLINA_WEB,           BOSS_FAERLINA,   DOOR_TYPE_ROOM    },\n    { GO_FAERLINA_GATE,          BOSS_FAERLINA,   DOOR_TYPE_PASSAGE },\n    { GO_MAEXXNA_GATE,           BOSS_FAERLINA,   DOOR_TYPE_PASSAGE },\n    { GO_MAEXXNA_GATE,           BOSS_MAEXXNA,    DOOR_TYPE_ROOM    },\n    { GO_SPIDER_EYE_PORTAL,      BOSS_MAEXXNA,    DOOR_TYPE_PASSAGE },\n    { GO_ARAC_EYE_RAMP_BOSS,     BOSS_MAEXXNA,    DOOR_TYPE_PASSAGE },\n    { GO_THADDIUS_GATE,          BOSS_THADDIUS,   DOOR_TYPE_ROOM    },\n    { GO_ABOM_EYE_PORTAL,        BOSS_THADDIUS,   DOOR_TYPE_PASSAGE },\n    { GO_CONS_EYE_RAMP_BOSS,     BOSS_THADDIUS,   DOOR_TYPE_PASSAGE },\n    { GO_GOTHIK_ENTER_GATE,      BOSS_GOTHIK,     DOOR_TYPE_ROOM    },\n    { GO_GOTHIK_INNER_GATE,      BOSS_GOTHIK,     DOOR_TYPE_ROOM    },\n    { GO_GOTHIK_EXIT_GATE,       BOSS_GOTHIK,     DOOR_TYPE_PASSAGE },\n    { GO_HORSEMEN_GATE,          BOSS_GOTHIK,     DOOR_TYPE_PASSAGE },\n    { GO_HORSEMEN_GATE,          BOSS_HORSEMAN,   DOOR_TYPE_ROOM    },\n    { GO_DEATHKNIGHT_EYE_PORTAL, BOSS_HORSEMAN,   DOOR_TYPE_PASSAGE },\n    { GO_MILI_EYE_RAMP_BOSS,     BOSS_HORSEMAN,   DOOR_TYPE_PASSAGE },\n    { GO_KELTHUZAD_GATE,         BOSS_KELTHUZAD,  DOOR_TYPE_ROOM    },\n    { 0,                         0,               DOOR_TYPE_ROOM    }\n};\n\nstatic ObjectData const creatureData[]\n{\n    { NPC_PATCHWERK,       DATA_PATCHWERK_BOSS       },\n    { NPC_STALAGG,         DATA_STALAGG_BOSS         },\n    { NPC_FEUGEN,          DATA_FEUGEN_BOSS          },\n    { NPC_THADDIUS,        DATA_THADDIUS_BOSS        },\n    { NPC_RAZUVIOUS,       DATA_RAZUVIOUS_BOSS       },\n    { NPC_GOTHIK,          DATA_GOTHIK_BOSS          },\n    { NPC_BARON_RIVENDARE, DATA_BARON_RIVENDARE_BOSS },\n    { NPC_SIR_ZELIEK,      DATA_SIR_ZELIEK_BOSS      },\n    { NPC_LADY_BLAUMEUX,   DATA_LADY_BLAUMEUX_BOSS   },\n    { NPC_THANE_KORTHAZZ,  DATA_THANE_KORTHAZZ_BOSS  },\n    { NPC_SAPPHIRON,       DATA_SAPPHIRON_BOSS       },\n    { NPC_KELTHUZAD,       DATA_KELTHUZAD_BOSS       },\n    { NPC_LICH_KING,       DATA_LICH_KING_BOSS       },\n    { 0,                   0                         }\n};\n\n// overwrite the default ObjectData if Naxx40\nstatic ObjectData const creatureDataNX40[]\n{\n    { NPC_PATCHWERK_40,         DATA_PATCHWERK_BOSS       },\n    { NPC_STALAGG_40,           DATA_STALAGG_BOSS         },\n    { NPC_FEUGEN_40,            DATA_FEUGEN_BOSS          },\n    { NPC_THADDIUS_40,          DATA_THADDIUS_BOSS        },\n    { NPC_RAZUVIOUS_40,         DATA_RAZUVIOUS_BOSS       },\n    { NPC_GOTHIK_40,            DATA_GOTHIK_BOSS          },\n    { NPC_HIGHLORD_MOGRAINE_40, DATA_BARON_RIVENDARE_BOSS },\n    { NPC_SIR_ZELIEK_40,        DATA_SIR_ZELIEK_BOSS      },\n    { NPC_LADY_BLAUMEUX_40,     DATA_LADY_BLAUMEUX_BOSS   },\n    { NPC_THANE_KORTHAZZ_40,    DATA_THANE_KORTHAZZ_BOSS  },\n    { NPC_SAPPHIRON_40,         DATA_SAPPHIRON_BOSS       },\n    { NPC_KELTHUZAD_40,         DATA_KELTHUZAD_BOSS       },\n    // { NPC_LICH_KING,            DATA_LICH_KING_BOSS       },\n    { 0,                        0                         }\n};\n\nstatic ObjectData const gameObjectData[]\n{\n    { GO_GOTHIK_INNER_GATE,  DATA_GOTHIK_INNER_GATE  },\n    { GO_LOATHEB_PORTAL,     DATA_LOATHEB_PORTAL     },\n    { GO_MAEXXNA_PORTAL,     DATA_MAEXXNA_PORTAL     },\n    { GO_THADDIUS_PORTAL,    DATA_THADDIUS_PORTAL    },\n    { GO_HORSEMAN_PORTAL,    DATA_HORSEMAN_PORTAL    },\n    { GO_SAPPHIRON_GATE,     DATA_SAPPHIRON_GATE     },\n    { GO_KELTHUZAD_FLOOR,    DATA_KELTHUZAD_FLOOR    },\n    { GO_KELTHUZAD_GATE,     DATA_KELTHUZAD_GATE     },\n    { GO_KELTHUZAD_PORTAL_1, DATA_KELTHUZAD_PORTAL_1 },\n    { GO_KELTHUZAD_PORTAL_2, DATA_KELTHUZAD_PORTAL_2 },\n    { GO_KELTHUZAD_PORTAL_3, DATA_KELTHUZAD_PORTAL_3 },\n    { GO_KELTHUZAD_PORTAL_4, DATA_KELTHUZAD_PORTAL_4 },\n    { 0,                     0                       }\n};\n\nclass instance_naxxramas : public InstanceScript\n{\npublic:\n    instance_naxxramas(Map* map) : InstanceScript(map)\n    {\n        SetHeaders(DataHeader);\n        SetBossNumber(MAX_ENCOUNTERS);\n        SetPersistentDataCount(PERSISTENT_DATA_COUNT);\n        LoadDoorData(doorData);\n        LoadObjectData(creatureData, gameObjectData);\n        LoadBossBoundaries(boundaries);\n        \n        // NX40 specific data\n        if (instance->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n            LoadObjectData(creatureDataNX40, gameObjectData);\n\n        // GameObjects\n        for (auto& i : _heiganEruption)\n            i.clear();\n\n        // NPCs\n        _patchwerkRoomTrash.clear();\n        _heiganBackRoomTrash.clear();\n\n        // Controls\n        _events.Reset();\n        _currentWingTaunt = SAY_FIRST_WING_TAUNT;\n        _horsemanLoaded = 0;\n        _thaddiusScreams = false;\n\n        // Achievements\n        _abominationsKilled = 0;\n        _faerlinaAchievement = true;\n        _thaddiusAchievement = true;\n        _loathebAchievement = true;\n        _heiganAchievement = true;\n        _sapphironAchievement = true;\n        _horsemanAchievement = true;\n    }\n\n    inline void CreatureTalk(uint32 dataCreature, uint8 dialog)\n    {\n        if (Creature* creature = GetCreature(dataCreature))\n            creature->AI()->Talk(dialog);\n    }\n\n    inline void SetGoState(uint32 dataGameObject, GOState state)\n    {\n        if (GameObject* go = GetGameObject(dataGameObject))\n            go->SetGoState(state);\n    }\n\n    inline void ActivateWingPortal(GameObject* go, EncounterState state)\n    {\n        if (!go || state != DONE)\n            return;\n\n        go->SetGoState(GO_STATE_ACTIVE);\n        go->RemoveGameObjectFlag(GO_FLAG_NOT_SELECTABLE);\n    }\n\n    inline void ActivateWingPortal(uint32 wingPortal)\n    {\n        ActivateWingPortal(GetGameObject(wingPortal), DONE);\n        _events.RescheduleEvent(EVENT_KELTHUZAD_WING_TAUNT, 6s);\n    }\n\n    static inline uint8 GetEruptionSection(float x, float y)\n    {\n        y -= HeiganPos[1];\n        if (y < 1.0f)\n            return 0;\n\n        x -= HeiganPos[0];\n        if (x > -1.0f)\n            return 3;\n\n        float slope = y / x;\n        for (uint32 i = 0; i < 3; ++i)\n            if (slope > HeiganEruptionSlope[i])\n                return i;\n\n        return 3;\n    }\n\n    inline void HeiganEruptSections(uint32 section)\n    {\n        for (uint8 i = 0; i < HeiganEruptSectionCount; ++i)\n        {\n            if (i == section)\n                continue;\n\n            for (GameObject* go : _heiganEruption[i])\n            {\n                go->SendCustomAnim(go->GetGoAnimProgress());\n                go->CastSpell(nullptr, SPELL_ERUPTION);\n            }\n        }\n    }\n\n    void OnPlayerEnter(Player* player) override\n    {\n        InstanceScript::OnPlayerEnter(player);\n        if (_thaddiusScreams == false)\n        {\n            _events.ScheduleEvent(EVENT_THADDIUS_SCREAMS, 2min, 2min + 30s);\n        }\n\n        SetData(DATA_THADDIUS_SCREAMS, 0);\n    }\n\n    void OnCreatureCreate(Creature* creature) override\n    {\n        switch (creature->GetEntry())\n        {\n            case NPC_ROTTING_MAGGOT_40:\n            case NPC_DISEASED_MAGGOT_40:\n            case NPC_EYE_STALK_40:\n                _heiganBackRoomTrash.push_back(creature->GetGUID());\n                return;\n            case NPC_LIVING_MONSTROSITY:\n            case NPC_MAD_SCIENTIST:\n            case NPC_PATCHWORK_GOLEM:\n            case NPC_SURGICAL_ASSIST:\n            case NPC_LIVING_MONSTROSITY_40:\n            case NPC_MAD_SCIENTIST_40:\n            case NPC_PATCHWORK_GOLEM_40:\n            case NPC_SURGICAL_ASSIST_40:\n                _patchwerkRoomTrash.push_back(creature->GetGUID());\n                return;\n            case NPC_BILE_RETCHER:\n            case NPC_SLUDGE_BELCHER:\n            case NPC_BILE_RETCHER_40:\n            case NPC_SLUDGE_BELCHER_40:\n                if (creature->GetPositionY() > -3258.0f) // we want only those inside the room, not before\n                    _patchwerkRoomTrash.push_back(creature->GetGUID());\n                return;\n            case NPC_BARON_RIVENDARE:\n            case NPC_SIR_ZELIEK:\n            case NPC_LADY_BLAUMEUX:\n            case NPC_THANE_KORTHAZZ:\n            case NPC_HIGHLORD_MOGRAINE_40:\n            case NPC_SIR_ZELIEK_40:\n            case NPC_LADY_BLAUMEUX_40:\n            case NPC_THANE_KORTHAZZ_40:\n                if (++_horsemanLoaded == HorsemanCount)\n                    SetBossState(BOSS_HORSEMAN, GetBossState(BOSS_HORSEMAN));\n                break;\n            default:\n                break;\n        }\n\n        InstanceScript::OnCreatureCreate(creature);\n    }\n\n    void OnGameObjectCreate(GameObject* go) override\n    {\n        switch (go->GetGOInfo()->displayId)\n        {\n            case GO_DISPLAY_ID_HEIGAN_ERUPTION1:\n            case GO_DISPLAY_ID_HEIGAN_ERUPTION2:\n                _heiganEruption[GetEruptionSection(go->GetPositionX(), go->GetPositionY())].insert(go);\n                break;\n            default:\n                break;\n        }\n\n        switch (go->GetEntry())\n        {\n            case GO_SAPPHIRON_GATE:\n                if (GetBossState(BOSS_SAPPHIRON) == DONE)\n                    go->SetGoState(GO_STATE_ACTIVE);\n                break;\n            case GO_LOATHEB_PORTAL:\n                ActivateWingPortal(go, GetBossState(BOSS_LOATHEB));\n                break;\n            case GO_THADDIUS_PORTAL:\n                ActivateWingPortal(go, GetBossState(BOSS_THADDIUS));\n                break;\n            case GO_MAEXXNA_PORTAL:\n                ActivateWingPortal(go, GetBossState(BOSS_MAEXXNA));\n                break;\n            case GO_HORSEMAN_PORTAL:\n                ActivateWingPortal(go, GetBossState(BOSS_HORSEMAN));\n                break;\n            default:\n                break;\n        }\n\n        InstanceScript::OnGameObjectCreate(go);\n    }\n\n    void OnGameObjectRemove(GameObject* go) override\n    {\n        switch (go->GetGOInfo()->displayId)\n        {\n            case GO_DISPLAY_ID_HEIGAN_ERUPTION1:\n            case GO_DISPLAY_ID_HEIGAN_ERUPTION2:\n                _heiganEruption[GetEruptionSection(go->GetPositionX(), go->GetPositionY())].erase(go);\n                break;\n            default:\n                break;\n        }\n\n        switch (go->GetEntry())\n        {\n            case GO_SAPPHIRON_BIRTH:\n                if (Creature* cr = GetCreature(DATA_SAPPHIRON_BOSS))\n                    cr->AI()->DoAction(ACTION_SAPPHIRON_BIRTH);\n                break;\n            default:\n                break;\n        }\n\n        InstanceScript::OnGameObjectRemove(go);\n    }\n\n    bool CheckAchievementCriteriaMeet(uint32 criteria_id, Player const*  /*source*/, Unit const*  /*target*/, uint32  /*miscvalue1*/) override\n    {\n        if (instance->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n            return false; // No achievements in Naxx 40\n\n        switch (criteria_id)\n        {\n            case ACHIEV_CRITERIA_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER_10_PLAYER:\n            case ACHIEV_CRITERIA_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER_25_PLAYER:\n                return _horsemanAchievement;\n            case ACHIEV_CRITERIA_JUST_CANT_GET_ENOUGH_10_PLAYER:\n            case ACHIEV_CRITERIA_JUST_CANT_GET_ENOUGH_25_PLAYER:\n                return _abominationsKilled >= AbominationKillCountReq;\n            case ACHIEV_CRITERIA_MOMMA_SAID_KNOCK_YOU_OUT_10_PLAYER:\n            case ACHIEV_CRITERIA_MOMMA_SAID_KNOCK_YOU_OUT_25_PLAYER:\n                return _faerlinaAchievement;\n            case ACHIEV_CRITERIA_SHOKING_10_PLAYER:\n            case ACHIEV_CRITERIA_SHOKING_25_PLAYER:\n                return _thaddiusAchievement;\n            case ACHIEV_CRITERIA_SPORE_LOSER_10_PLAYER:\n            case ACHIEV_CRITERIA_SPORE_LOSER_25_PLAYER:\n                return _loathebAchievement;\n            case ACHIEV_CRITERIA_THE_SAFETY_DANCE_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_SAFETY_DANCE_25_PLAYER:\n                return _heiganAchievement;\n            case ACHIEV_CRITERIA_SUBTRACTION_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_KELTHUZAD_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_GOTHIK_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_ANUB_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_GROBBULUS_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_HEIGAN_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_FAERLINA_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_MAEXXNA_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_SAPPHIRON_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_LOATHEB_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_GLUTH_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_THADDIUS_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_PATCHWERK_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_RAZUVIOUS_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_NOTH_10_PLAYER:\n                return instance->GetPlayersCountExceptGMs() < TheDedicatedFew10PlayerReq;\n            case ACHIEV_CRITERIA_SUBTRACTION_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_ANUB_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_FAERLINA_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_MAEXXNA_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_PATCHWERK_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_GROBBULUS_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_GLUTH_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_THADDIUS_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_NOTH_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_HEIGAN_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_LOATHEB_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_RAZUVIOUS_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_GOTHIK_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_SAPPHIRON_25_PLAYER:\n            case ACHIEV_CRITERIA_THE_DEDICATED_FEW_KELTHUZAD_25_PLAYER:\n                return instance->GetPlayersCountExceptGMs() < TheDedicatedFew25PlayerReq;\n            case ACHIEV_CRITERIA_THE_HUNDRED_CLUB_10_PLAYER:\n            case ACHIEV_CRITERIA_THE_HUNDRED_CLUB_25_PLAYER:\n                return _sapphironAchievement;\n            case ACHIEV_CRITERIA_THE_UNDYING_KELTHUZAD:\n            case ACHIEV_CRITERIA_THE_UNDYING_THE_FOUR_HORSEMEN:\n            case ACHIEV_CRITERIA_THE_UNDYING_MAEXXNA:\n            case ACHIEV_CRITERIA_THE_UNDYING_LOATHEB:\n            case ACHIEV_CRITERIA_THE_UNDYING_THADDIUS:\n            case ACHIEV_CRITERIA_THE_IMMORTAL_KELTHUZAD:\n            case ACHIEV_CRITERIA_THE_IMMORTAL_THE_FOUR_HORSEMEN:\n            case ACHIEV_CRITERIA_THE_IMMORTAL_MAEXXNA:\n            case ACHIEV_CRITERIA_THE_IMMORTAL_LOATHEB:\n            case ACHIEV_CRITERIA_THE_IMMORTAL_THADDIUS:\n                for (int i = 0; i < MAX_ENCOUNTERS; ++i)\n                    if (GetBossState(i) != DONE)\n                        return false;\n\n                return !GetPersistentData(PERSISTENT_DATA_IMMORTAL_FAIL);\n            default:\n                return false;\n        }\n    }\n\n    void SetData(uint32 id, uint32 data) override\n    {\n        switch (id)\n        {\n            case DATA_ABOMINATION_KILLED:\n                ++_abominationsKilled;\n                return;\n            case DATA_THADDIUS_SCREAMS:\n                _thaddiusScreams = true;\n                return;\n            case DATA_FRENZY_REMOVED:\n                _faerlinaAchievement = false;\n                return;\n            case DATA_CHARGES_CROSSED:\n                _thaddiusAchievement = false;\n                return;\n            case DATA_SPORE_KILLED:\n                _loathebAchievement = false;\n                return;\n            case DATA_HUNDRED_CLUB:\n                _sapphironAchievement = false;\n                return;\n            case DATA_DANCE_FAIL:\n                _heiganAchievement = false;\n                return;\n            case DATA_HEIGAN_ERUPTION:\n                HeiganEruptSections(data);\n                return;\n            default:\n                return;\n        }\n    }\n\n    bool SetBossState(uint32 bossId, EncounterState state) override\n    {\n        switch (bossId)\n        {\n            case BOSS_PATCHWERK:\n            {\n                if (state != IN_PROGRESS)\n                    break;\n\n                // pull all the trash if not killed\n                if (Creature* patchwerk = GetCreature(DATA_PATCHWERK_BOSS))\n                {\n                    for (auto& itr : _patchwerkRoomTrash)\n                    {\n                        Creature* trash = ObjectAccessor::GetCreature(*patchwerk, itr);\n                        if (trash && trash->IsAlive() && !trash->IsInCombat())\n                            trash->AI()->AttackStart(patchwerk->GetVictim());\n                    }\n                }\n\n                break;\n            }\n            case BOSS_HEIGAN:\n            {\n                if (state == NOT_STARTED)\n                    _heiganAchievement = true;\n\n                if (state == DONE)\n                    for (auto const& guid : _heiganBackRoomTrash)\n                        if (Creature* creature = instance->GetCreature(guid))\n                            creature->DespawnOrUnsummon();\n                break;\n            }\n            case BOSS_LOATHEB:\n            {\n                switch (state)\n                {\n                    case NOT_STARTED:\n                        _loathebAchievement = true;\n                        break;\n                    case DONE:\n                        ActivateWingPortal(DATA_LOATHEB_PORTAL);\n                        break;\n                    default:\n                        break;\n                }\n\n                break;\n            }\n            case BOSS_FAERLINA:\n            {\n                if (state == NOT_STARTED)\n                    _faerlinaAchievement = true;\n\n                break;\n            }\n            case BOSS_MAEXXNA:\n            {\n                if (state == DONE)\n                    ActivateWingPortal(DATA_MAEXXNA_PORTAL);\n\n                break;\n            }\n            case BOSS_THADDIUS:\n            {\n                switch (state)\n                {\n                    case NOT_STARTED:\n                        _thaddiusAchievement = true;\n                        break;\n                    case DONE:\n                        ActivateWingPortal(DATA_THADDIUS_PORTAL);\n                        break;\n                    default:\n                        break;\n                }\n\n                break;\n            }\n            case BOSS_HORSEMAN:\n            {\n                uint32 horsemanKilled = std::count_if(HorsemanDataGroup.begin(), HorsemanDataGroup.end(), [this](auto&& entry)\n                {\n                    Creature* cr = GetCreature(entry);\n                    return cr && !cr->IsAlive();\n                });\n\n                switch (state)\n                {\n                    case NOT_STARTED:\n                    {\n                        _horsemanAchievement = true;\n\n                        if (!horsemanKilled)\n                            break;\n\n                        for (auto&& entry : HorsemanDataGroup)\n                        {\n                            if (Creature* cr = GetCreature(entry))\n                            {\n                                cr->SetPosition(cr->GetHomePosition());\n                                cr->Respawn();\n                            }\n                        }\n\n                        break;\n                    }\n                    case IN_PROGRESS:\n                    {\n                        for (auto&& entry : HorsemanDataGroup)\n                            if (Creature* cr = GetCreature(entry))\n                                cr->SetInCombatWithZone();\n\n                        break;\n                    }\n                    case DONE:\n                    {\n                        _events.RescheduleEvent(EVENT_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER, 15s);\n\n                        if (horsemanKilled == 0)\n                        {\n                            ActivateWingPortal(DATA_HORSEMAN_PORTAL);\n                            break;\n                        }\n\n                        if (horsemanKilled != HorsemanCount)\n                            return false;\n\n                        if (Creature* cr = GetCreature(DATA_BARON_RIVENDARE_BOSS))\n                            cr->CastSpell(cr, SPELL_THE_FOUR_HORSEMAN_CREDIT, true);\n\n                        ActivateWingPortal(DATA_HORSEMAN_PORTAL);\n                        break;\n                    }\n                    default:\n                        break;\n                }\n\n                break;\n            }\n            case BOSS_SAPPHIRON:\n            {\n                switch (state)\n                {\n                    case NOT_STARTED:\n                        _sapphironAchievement = true;\n                        break;\n                    case DONE:\n                    {\n                        if (GetPersistentData(PERSISTENT_DATA_KELTHUZAD_DIALOG))\n                            break;\n\n                        StorePersistentData(PERSISTENT_DATA_KELTHUZAD_DIALOG, 1);\n                        SetGoState(DATA_KELTHUZAD_GATE, GO_STATE_READY);\n                        _events.ScheduleEvent(EVENT_FROSTWYRM_WATERFALL_DOOR, 5s);\n                        break;\n                    }\n                    default:\n                        break;\n                }\n\n                break;\n            }\n            case BOSS_KELTHUZAD:\n            {\n                if (state == NOT_STARTED)\n                    _abominationsKilled = 0;\n\n                break;\n            }\n            default:\n                break;\n        }\n\n        return InstanceScript::SetBossState(bossId, state);\n    }\n\n    void Update(uint32 diff) override\n    {\n        _events.Update(diff);\n\n        switch (_events.ExecuteEvent())\n        {\n            case EVENT_THADDIUS_SCREAMS:\n            {\n                if (GetBossState(BOSS_THADDIUS) == DONE)\n                    break;\n\n                instance->PlayDirectSoundToMap(SOUND_SCREAM + urand(0, 3));\n                return _events.ScheduleEvent(EVENT_THADDIUS_SCREAMS, 2min, 2min + 30s);\n            }\n            case EVENT_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER:\n                _horsemanAchievement = false;\n                break;\n            case EVENT_KELTHUZAD_WING_TAUNT:\n                return CreatureTalk(DATA_KELTHUZAD_BOSS, _currentWingTaunt++);\n            case EVENT_HORSEMEN_INTRO1:\n                CreatureTalk(DATA_THANE_KORTHAZZ_BOSS, SAY_HORSEMEN_DIALOG1);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO2, 4500ms);\n            case EVENT_HORSEMEN_INTRO2:\n                CreatureTalk(DATA_SIR_ZELIEK_BOSS, SAY_HORSEMEN_DIALOG1);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO3, 6500ms);\n            case EVENT_HORSEMEN_INTRO3:\n                CreatureTalk(DATA_LADY_BLAUMEUX_BOSS, SAY_HORSEMEN_DIALOG1);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO4, 6500ms);\n            case EVENT_HORSEMEN_INTRO4:\n                CreatureTalk(DATA_BARON_RIVENDARE_BOSS, SAY_HORSEMEN_DIALOG1);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO5, 6500ms);\n            case EVENT_HORSEMEN_INTRO5:\n                CreatureTalk(DATA_LADY_BLAUMEUX_BOSS, SAY_HORSEMEN_DIALOG2);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO6, 6500ms);\n            case EVENT_HORSEMEN_INTRO6:\n                CreatureTalk(DATA_SIR_ZELIEK_BOSS, SAY_HORSEMEN_DIALOG2);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO7, 6500ms);\n            case EVENT_HORSEMEN_INTRO7:\n                CreatureTalk(DATA_THANE_KORTHAZZ_BOSS, SAY_HORSEMEN_DIALOG2);\n                return _events.ScheduleEvent(EVENT_HORSEMEN_INTRO8, 6500ms);\n            case EVENT_HORSEMEN_INTRO8:\n                return CreatureTalk(DATA_BARON_RIVENDARE_BOSS, SAY_HORSEMEN_DIALOG2);\n            case EVENT_FROSTWYRM_WATERFALL_DOOR:\n                SetGoState(DATA_SAPPHIRON_GATE, GO_STATE_ACTIVE);\n                return _events.ScheduleEvent(EVENT_KELTHUZAD_LICH_KING_TALK1, 5s);\n            case EVENT_KELTHUZAD_LICH_KING_TALK1:\n            {\n                if (GetBossState(BOSS_KELTHUZAD) == DONE)\n                    break;\n\n                CreatureTalk(DATA_KELTHUZAD_BOSS, SAY_SAPP_DIALOG1);\n                return _events.ScheduleEvent(EVENT_KELTHUZAD_LICH_KING_TALK2, 10s);\n            }\n            case EVENT_KELTHUZAD_LICH_KING_TALK2:\n                CreatureTalk(DATA_LICH_KING_BOSS, SAY_SAPP_DIALOG2_LICH);\n                return _events.ScheduleEvent(EVENT_KELTHUZAD_LICH_KING_TALK3, 14s);\n            case EVENT_KELTHUZAD_LICH_KING_TALK3:\n                CreatureTalk(DATA_KELTHUZAD_BOSS, SAY_SAPP_DIALOG3);\n                return _events.ScheduleEvent(EVENT_KELTHUZAD_LICH_KING_TALK4, 10s);\n            case EVENT_KELTHUZAD_LICH_KING_TALK4:\n                CreatureTalk(DATA_LICH_KING_BOSS, SAY_SAPP_DIALOG4_LICH);\n                return _events.ScheduleEvent(EVENT_KELTHUZAD_LICH_KING_TALK5, 12s);\n            case EVENT_KELTHUZAD_LICH_KING_TALK5:\n                CreatureTalk(DATA_KELTHUZAD_BOSS, SAY_SAPP_DIALOG5);\n                return _events.ScheduleEvent(EVENT_KELTHUZAD_LICH_KING_TALK6, 5s);\n            case EVENT_KELTHUZAD_LICH_KING_TALK6:\n                CreatureTalk(DATA_KELTHUZAD_BOSS, SAY_SAPP_DIALOG6);\n                return SetGoState(DATA_KELTHUZAD_GATE, GO_STATE_ACTIVE);\n            default:\n                break;\n        }\n    }\n\nprivate:\n    // Controls\n    EventMap _events;\n    uint8 _currentWingTaunt;\n    uint8 _horsemanLoaded;\n    bool _thaddiusScreams;\n\n    // GameObjects\n    std::set<GameObject*> _heiganEruption[HeiganEruptSectionCount];\n\n    // NPCs\n    GuidList _patchwerkRoomTrash;\n    GuidList _heiganBackRoomTrash;\n\n    // Achievements\n    uint8 _abominationsKilled;\n    bool _faerlinaAchievement;\n    bool _thaddiusAchievement;\n    bool _loathebAchievement;\n    bool _sapphironAchievement;\n    bool _heiganAchievement;\n    bool _horsemanAchievement;\n};\n\nclass npc_mr_bigglesworth : public NullCreatureAI\n{\npublic:\n    npc_mr_bigglesworth(Creature* c) : NullCreatureAI(c) { }\n\n    void JustDied(Unit* /*killer*/) override\n    {\n        InstanceScript* instance = me->GetInstanceScript();\n        if (!instance)\n            return;\n\n        Creature* kelThuzard = instance->GetCreature(DATA_KELTHUZAD_BOSS);\n        if (!kelThuzard)\n            return;\n\n        kelThuzard->AI()->Talk(SAY_CAT_DIED);\n    }\n};\n\nclass npc_living_poison : public NullCreatureAI\n{\npublic:\n    npc_living_poison(Creature* c) : NullCreatureAI(c) { }\n\n    void UpdateAI(uint32 /*diff*/) override\n    {\n        if (me->SelectNearestTarget(1.5f, true))\n            me->CastSpell(me, SPELL_EXPLODE, true);\n    }\n};\n\nclass npc_naxxramas_trigger : public NullCreatureAI\n{\npublic:\n    npc_naxxramas_trigger(Creature* c) : NullCreatureAI(c) { }\n\n    void Reset() override\n    {\n        _events.Reset();\n        _events.ScheduleEvent(EVENT_SUMMON_LIVING_POISON, 5s);\n    }\n\n    void UpdateAI(uint32 diff) override\n    {\n        _events.Update(diff);\n        switch (_events.ExecuteEvent())\n        {\n            case EVENT_SUMMON_LIVING_POISON:\n            {\n                for (LivingPoisonData const& entry : LivingPoisonDataList)\n                    if (Creature* cr = me->SummonCreature(NPC_LIVING_POISON, entry.Start, TEMPSUMMON_TIMED_DESPAWN, entry.DespawnTime))\n                    {\n                        cr->AddUnitMovementFlag(MOVEMENTFLAG_WALKING);\n                        cr->GetMotionMaster()->MovePoint(0, entry.End, FORCED_MOVEMENT_NONE, 0.f, false);\n                    }\n\n                _events.Repeat(5s);\n                break;\n            }\n            default:\n                break;\n        }\n    }\n\nprivate:\n    EventMap _events;\n};\n\nclass at_naxxramas_hub_portal : public AreaTriggerScript\n{\npublic:\n    at_naxxramas_hub_portal() : AreaTriggerScript(\"at_naxxramas_hub_portal\") { }\n\n    bool OnTrigger(Player* player, AreaTrigger const* /*trigger*/) override\n    {\n        if (!player->IsAlive() || player->IsInCombat())\n            return false;\n\n        InstanceScript* instance = player->GetInstanceScript();\n        if (!instance)\n            return false;\n\n        if ((instance->GetBossState(BOSS_MAEXXNA)  != DONE) ||\n            (instance->GetBossState(BOSS_LOATHEB)  != DONE) ||\n            (instance->GetBossState(BOSS_THADDIUS) != DONE) ||\n            (instance->GetBossState(BOSS_HORSEMAN) != DONE))\n            return false;\n\n        player->TeleportTo(SapphironTeleportPos);\n        return true;\n    }\n};\n\nclass OnyNaxxLogoutTeleport : public PlayerScript\n{\npublic:\n    OnyNaxxLogoutTeleport() : PlayerScript(\"OnyNaxxLogoutTeleport\") {}\n\n    void OnPlayerLogin(Player* player) override\n    {\n        TeleportIfNeeded(player);\n    }\n\n    void OnPlayerLogout(Player* player) override\n    {\n        TeleportIfNeeded(player);\n    }\n\n    void OnPlayerBeforeLogout(Player* player) override\n    {\n        TeleportIfNeeded(player);\n    }\n\nprivate:\n    void TeleportIfNeeded(Player* player)\n    {\n        int mapId = player->GetMapId();\n        if (player->GetRaidDifficulty() != RAID_DIFFICULTY_10MAN_HEROIC)\n            return;\n\n        switch (mapId)\n        {\n        case 533:\n            player->TeleportTo(0, 3082.641602f, -3725.781250f, 132.418884f, 0.002488f);\n            break;\n        case 249:\n            player->TeleportTo(1, -4737.995f, -3745.33f, 53.68f, 0.002488f);\n            break;\n        default:\n            break;\n        }\n    }\n};\n\nvoid AddSC_instance_naxxramas()\n{\n    RegisterInstanceScript(instance_naxxramas, NaxxramasMapId);\n    RegisterNaxxramasCreatureAI(npc_mr_bigglesworth);\n    RegisterNaxxramasCreatureAI(npc_living_poison);\n    RegisterNaxxramasCreatureAI(npc_naxxramas_trigger);\n    new at_naxxramas_hub_portal();\n    new OnyNaxxLogoutTeleport();\n}\n"
  },
  {
    "path": "src/naxx40Scripts/naxxramas.h",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef DEF_NAXXRAMAS_H\n#define DEF_NAXXRAMAS_H\n\n#include \"naxxramas_40.h\"\n\n#define DataHeader \"NAX\"\n\n#define NaxxramasScriptName \"instance_naxxramas\"\n\nenum NaxxramasEncouter\n{\n    BOSS_PATCHWERK                  = 0,\n    BOSS_GROBBULUS                  = 1,\n    BOSS_GLUTH                      = 2,\n    BOSS_NOTH                       = 3,\n    BOSS_HEIGAN                     = 4,\n    BOSS_LOATHEB                    = 5,\n    BOSS_ANUB                       = 6,\n    BOSS_FAERLINA                   = 7,\n    BOSS_MAEXXNA                    = 8,\n    BOSS_THADDIUS                   = 9,\n    BOSS_RAZUVIOUS                  = 10,\n    BOSS_GOTHIK                     = 11,\n    BOSS_HORSEMAN                   = 12,\n    BOSS_SAPPHIRON                  = 13,\n    BOSS_KELTHUZAD                  = 14,\n    MAX_ENCOUNTERS\n};\n\nenum NaxxramasData\n{\n    DATA_PATCHWERK_BOSS             = 100,\n    DATA_STALAGG_BOSS               = 101,\n    DATA_FEUGEN_BOSS                = 102,\n    DATA_THADDIUS_BOSS              = 103,\n    DATA_RAZUVIOUS_BOSS             = 104,\n    DATA_GOTHIK_BOSS                = 105,\n    DATA_BARON_RIVENDARE_BOSS       = 106,\n    DATA_SIR_ZELIEK_BOSS            = 107,\n    DATA_LADY_BLAUMEUX_BOSS         = 108,\n    DATA_THANE_KORTHAZZ_BOSS        = 109,\n    DATA_SAPPHIRON_BOSS             = 110,\n    DATA_KELTHUZAD_BOSS             = 111,\n    DATA_LICH_KING_BOSS             = 112,\n\n    DATA_LOATHEB_PORTAL             = 200,\n    DATA_MAEXXNA_PORTAL             = 201,\n    DATA_THADDIUS_PORTAL            = 202,\n    DATA_HORSEMAN_PORTAL            = 203,\n    DATA_GOTHIK_INNER_GATE          = 204,\n    DATA_SAPPHIRON_GATE             = 205,\n    DATA_KELTHUZAD_GATE             = 206,\n    DATA_KELTHUZAD_FLOOR            = 207,\n    DATA_KELTHUZAD_PORTAL_1         = 208,\n    DATA_KELTHUZAD_PORTAL_2         = 209,\n    DATA_KELTHUZAD_PORTAL_3         = 210,\n    DATA_KELTHUZAD_PORTAL_4         = 211,\n\n    DATA_HEIGAN_ERUPTION            = 300,\n    DATA_DANCE_FAIL                 = 301,\n    DATA_SPORE_KILLED               = 302,\n    DATA_FRENZY_REMOVED             = 303,\n    DATA_CHARGES_CROSSED            = 304,\n    DATA_HUNDRED_CLUB               = 305,\n    DATA_ABOMINATION_KILLED         = 306,\n    DATA_THADDIUS_SCREAMS           = 307\n};\n\nenum NaxxramasPersistentData\n{\n    PERSISTENT_DATA_KELTHUZAD_DIALOG = 0,\n    PERSISTENT_DATA_IMMORTAL_FAIL    = 1,\n    PERSISTENT_DATA_COUNT\n};\n\nenum NaxxramasGameObject\n{\n    GO_PATCHWERK_GATE               = 181123,\n    GO_GLUTH_GATE                   = 181120,\n    GO_NOTH_ENTRY_GATE              = 181200,\n    GO_NOTH_EXIT_GATE               = 181201,\n    GO_HEIGAN_ENTRY_GATE            = 181202,\n    GO_HEIGAN_EXIT_GATE             = 181203,\n    GO_LOATHEB_GATE                 = 181241,\n    GO_ANUB_GATE                    = 181126,\n    GO_ANUB_NEXT_GATE               = 181195,\n    GO_FAERLINA_WEB                 = 181235,\n    GO_FAERLINA_GATE                = 194022,\n    GO_MAEXXNA_GATE                 = 181209,\n    GO_THADDIUS_GATE                = 181121,\n    GO_GOTHIK_ENTER_GATE            = 181124,\n    GO_GOTHIK_INNER_GATE            = 181170,\n    GO_GOTHIK_EXIT_GATE             = 181125,\n    GO_HORSEMEN_GATE                = 181119,\n    GO_SAPPHIRON_GATE               = 181225,\n\n    GO_HORSEMEN_CHEST_10            = 181366,\n    GO_HORSEMEN_CHEST_25            = 193426,\n\n    GO_SAPPHIRON_BIRTH              = 181356,\n    GO_KELTHUZAD_FLOOR              = 181444,\n    GO_KELTHUZAD_GATE               = 181228,\n    GO_KELTHUZAD_PORTAL_1           = 181402,\n    GO_KELTHUZAD_PORTAL_2           = 181403,\n    GO_KELTHUZAD_PORTAL_3           = 181404,\n    GO_KELTHUZAD_PORTAL_4           = 181405,\n\n    GO_LOATHEB_PORTAL               = 181577,\n    GO_THADDIUS_PORTAL              = 181576,\n    GO_MAEXXNA_PORTAL               = 181575,\n    GO_HORSEMAN_PORTAL              = 181578,\n\n    // \"Glow\" effect on center-side portal\n    GO_DEATHKNIGHT_EYE_PORTAL       = 181210,\n    GO_PLAGUE_EYE_PORTAL            = 181211,\n    GO_SPIDER_EYE_PORTAL            = 181212,\n    GO_ABOM_EYE_PORTAL              = 181213,\n\n    // \"Glow\" effect on boss-side portal\n    GO_ARAC_EYE_RAMP_BOSS           = 181233,\n    GO_PLAG_EYE_RAMP_BOSS           = 181231,\n    GO_MILI_EYE_RAMP_BOSS           = 181230,\n    GO_CONS_EYE_RAMP_BOSS           = 181232\n};\n\nenum NaxxramasGameObjectsDisplayId\n{\n    GO_DISPLAY_ID_HEIGAN_ERUPTION1  = 1287,\n    GO_DISPLAY_ID_HEIGAN_ERUPTION2  = 6785\n};\n\nenum NaxxramasCreatureId\n{\n    // Patchwerk\n    NPC_PATCHWERK                   = 16028,\n    NPC_PATCHWORK_GOLEM             = 16017,\n    NPC_BILE_RETCHER                = 16018,\n    NPC_MAD_SCIENTIST               = 16020,\n    NPC_LIVING_MONSTROSITY          = 16021,\n    NPC_SURGICAL_ASSIST             = 16022,\n    NPC_SLUDGE_BELCHER              = 16029,\n\n    NPC_LIVING_POISON               = 16027,\n\n    // Thaddius\n    NPC_THADDIUS                    = 15928,\n    NPC_STALAGG                     = 15929,\n    NPC_FEUGEN                      = 15930,\n\n    // Razuvious\n    NPC_RAZUVIOUS                   = 16061,\n\n    // Gothik\n    NPC_GOTHIK                      = 16060,\n\n    // Four horseman\n    NPC_BARON_RIVENDARE             = 30549,\n    NPC_SIR_ZELIEK                  = 16063,\n    NPC_LADY_BLAUMEUX               = 16065,\n    NPC_THANE_KORTHAZZ              = 16064,\n\n    // Sapphiron\n    NPC_SAPPHIRON                   = 15989,\n\n    // Kel'Thuzad\n    NPC_KELTHUZAD                   = 15990,\n    NPC_LICH_KING                   = 16980\n};\n\nenum NaxxramasAchievemmentCriteria\n{\n    ACHIEV_CRITERIA_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER_10_PLAYER = 7600,  // And They Would All Go Down Together (10 player)\n    ACHIEV_CRITERIA_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER_25_PLAYER = 7601,  // And They Would All Go Down Together (25 player)\n\n    ACHIEV_CRITERIA_JUST_CANT_GET_ENOUGH_10_PLAYER                = 7614,  // Just Can't Get Enough (10 player)\n    ACHIEV_CRITERIA_JUST_CANT_GET_ENOUGH_25_PLAYER                = 7615,  // Just Can't Get Enough (25 player)\n\n    ACHIEV_CRITERIA_MOMMA_SAID_KNOCK_YOU_OUT_10_PLAYER            = 7265,  // Momma Said Knock You Out (10 player)\n    ACHIEV_CRITERIA_MOMMA_SAID_KNOCK_YOU_OUT_25_PLAYER            = 7549,  // Momma Said Knock You Out (25 player)\n\n    ACHIEV_CRITERIA_SHOKING_10_PLAYER                             = 7604,  // Shocking! (10 player)\n    ACHIEV_CRITERIA_SHOKING_25_PLAYER                             = 7605,  // Shocking! (25 player)\n\n    ACHIEV_CRITERIA_SPORE_LOSER_10_PLAYER                         = 7612,  // Spore Loser (10 player)\n    ACHIEV_CRITERIA_SPORE_LOSER_25_PLAYER                         = 7613,  // Spore Loser (25 player)\n\n    ACHIEV_CRITERIA_THE_SAFETY_DANCE_10_PLAYER                    = 7264,  // The Safety Dance (10 player)\n    ACHIEV_CRITERIA_THE_SAFETY_DANCE_25_PLAYER                    = 7548,  // The Safety Dance (25 player)\n\n    ACHIEV_CRITERIA_SUBTRACTION_10_PLAYER                         = 7608,  // Subtraction (10 player)\n    ACHIEV_CRITERIA_SUBTRACTION_25_PLAYER                         = 7609,  // Subtraction (25 player)\n\n    ACHIEV_CRITERIA_THE_HUNDRED_CLUB_10_PLAYER                    = 7567,  // The Hundred Club (10 player)\n    ACHIEV_CRITERIA_THE_HUNDRED_CLUB_25_PLAYER                    = 7568,  // The Hundred Club (25 player)\n\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_ANUB_10_PLAYER              = 7146,  // The Dedicated Few (25 player) - Anub'Rekhan\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_FAERLINA_10_PLAYER          = 7147,  // The Dedicated Few (25 player) - Grand Widow Faerlina\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_MAEXXNA_10_PLAYER           = 7148,  // The Dedicated Few (25 player) - Maexxna\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_PATCHWERK_10_PLAYER         = 7149,  // The Dedicated Few (25 player) - Patchwerk\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_GROBBULUS_10_PLAYER         = 7150,  // The Dedicated Few (25 player) - Grobbulus\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_GLUTH_10_PLAYER             = 7151,  // The Dedicated Few (25 player) - Gluth\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_THADDIUS_10_PLAYER          = 7152,  // The Dedicated Few (25 player) - Thaddius\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_NOTH_10_PLAYER              = 7153,  // The Dedicated Few (25 player) - Noth the Plaguebringer\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_HEIGAN_10_PLAYER            = 7154,  // The Dedicated Few (25 player) - Heigan the Unclean\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_LOATHEB_10_PLAYER           = 7155,  // The Dedicated Few (25 player) - Loatheb\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_RAZUVIOUS_10_PLAYER         = 7156,  // The Dedicated Few (25 player) - Instructor Razuvious\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_GOTHIK_10_PLAYER            = 7157,  // The Dedicated Few (25 player) - Gothik the Harvester\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_SAPPHIRON_10_PLAYER         = 7158,  // The Dedicated Few (25 player) - Sapphiron\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_KELTHUZAD_10_PLAYER         = 6802,  // The Dedicated Few (25 player) - Kel'Thuzad\n\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_ANUB_25_PLAYER              = 7159,  // The Dedicated Few (25 player) - Anub'Rekhan\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_FAERLINA_25_PLAYER          = 7160,  // The Dedicated Few (25 player) - Grand Widow Faerlina\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_MAEXXNA_25_PLAYER           = 7161,  // The Dedicated Few (25 player) - Maexxna\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_PATCHWERK_25_PLAYER         = 7162,  // The Dedicated Few (25 player) - Patchwerk\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_GROBBULUS_25_PLAYER         = 7163,  // The Dedicated Few (25 player) - Grobbulus\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_GLUTH_25_PLAYER             = 7164,  // The Dedicated Few (25 player) - Gluth\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_THADDIUS_25_PLAYER          = 7165,  // The Dedicated Few (25 player) - Thaddius\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_NOTH_25_PLAYER              = 7166,  // The Dedicated Few (25 player) - Noth the Plaguebringer\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_HEIGAN_25_PLAYER            = 7167,  // The Dedicated Few (25 player) - Heigan the Unclean\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_LOATHEB_25_PLAYER           = 7168,  // The Dedicated Few (25 player) - Loatheb\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_RAZUVIOUS_25_PLAYER         = 7169,  // The Dedicated Few (25 player) - Instructor Razuvious\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_GOTHIK_25_PLAYER            = 7170,  // The Dedicated Few (25 player) - Gothik the Harvester\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_SAPPHIRON_25_PLAYER         = 7171,  // The Dedicated Few (25 player) - Sapphiron\n    ACHIEV_CRITERIA_THE_DEDICATED_FEW_KELTHUZAD_25_PLAYER         = 7172,  // The Dedicated Few (25 player) - Kel'Thuzad\n\n    ACHIEV_CRITERIA_THE_UNDYING_KELTHUZAD                         = 7617,  // The Undying - Kel'Thuzad\n    ACHIEV_CRITERIA_THE_UNDYING_THE_FOUR_HORSEMEN                 = 13237, // The Undying - The Four Horsemen\n    ACHIEV_CRITERIA_THE_UNDYING_MAEXXNA                           = 13238, // The Undying - Maexxna\n    ACHIEV_CRITERIA_THE_UNDYING_LOATHEB                           = 13239, // The Undying - Loatheb\n    ACHIEV_CRITERIA_THE_UNDYING_THADDIUS                          = 13240, // The Undying - Thaddius\n\n    ACHIEV_CRITERIA_THE_IMMORTAL_KELTHUZAD                        = 7616,  // The Immortal - Kel'Thuzad\n    ACHIEV_CRITERIA_THE_IMMORTAL_THE_FOUR_HORSEMEN                = 13233, // The Immortal - The Four Horsemen\n    ACHIEV_CRITERIA_THE_IMMORTAL_MAEXXNA                          = 13234, // The Immortal - Maexxna\n    ACHIEV_CRITERIA_THE_IMMORTAL_LOATHEB                          = 13235, // The Immortal - Loatheb\n    ACHIEV_CRITERIA_THE_IMMORTAL_THADDIUS                         = 13236  // The Immortal - Thaddius\n};\n\nenum NaxxramasSay\n{\n    SAY_HORSEMEN_DIALOG1            = 5,\n    SAY_HORSEMEN_DIALOG2            = 6,\n\n    SAY_SAPP_DIALOG1                = 0,\n    SAY_SAPP_DIALOG2_LICH           = 1,\n    SAY_SAPP_DIALOG3                = 2,\n    SAY_SAPP_DIALOG4_LICH           = 2,\n    SAY_SAPP_DIALOG5                = 4,\n    SAY_SAPP_DIALOG6                = 20,\n\n    SAY_CAT_DIED                    = 5, // No!!! A curse upon you, interlopers! The armies of the Lich King will hunt you down. You will not escape your fate...\n    SAY_FIRST_WING_TAUNT            = 16\n};\n\nenum NaxxramasEvent\n{\n    EVENT_SUMMON_LIVING_POISON                = 1,\n    EVENT_THADDIUS_SCREAMS                    = 2,\n    EVENT_AND_THEY_WOULD_ALL_GO_DOWN_TOGETHER = 3,\n    EVENT_KELTHUZAD_WING_TAUNT                = 4,\n\n    EVENT_HORSEMEN_INTRO1                     = 5,  // Thane Korth'azz: To arms, ye roustabouts! We've got company!\n    EVENT_HORSEMEN_INTRO2                     = 6,  // Sir Zeliek:      Invaders, cease this foolish venture at once! Turn away while you still can!\n    EVENT_HORSEMEN_INTRO3                     = 7,  // Lady Blaumeux:   Come, Zeliek, do not drive them out. Not before we've had our fun!\n    EVENT_HORSEMEN_INTRO4                     = 8,  // Baron Rivendare: Enough prattling. Let them come. We shall grind their bones to dust.\n    EVENT_HORSEMEN_INTRO5                     = 9,  // Lady Blaumeux:   I do hope they stay alive long enough for me to... introduce myself.\n    EVENT_HORSEMEN_INTRO6                     = 10, // Sir Zeliek:      Perhaps they will come to their senses... and run away as fast as they can.\n    EVENT_HORSEMEN_INTRO7                     = 11, // Thane Korth'azz: I've heard about enough a' yer snivelin'! Shut yer flytrap before I shut it for ye'!\n    EVENT_HORSEMEN_INTRO8                     = 12, // Baron Rivendare: Conserve your anger. Harness your rage. You will all have outlets for your frustrations soon enough.\n\n    EVENT_FROSTWYRM_WATERFALL_DOOR            = 13,\n    EVENT_KELTHUZAD_LICH_KING_TALK1           = 14,\n    EVENT_KELTHUZAD_LICH_KING_TALK2           = 15,\n    EVENT_KELTHUZAD_LICH_KING_TALK3           = 16,\n    EVENT_KELTHUZAD_LICH_KING_TALK4           = 17,\n    EVENT_KELTHUZAD_LICH_KING_TALK5           = 18,\n    EVENT_KELTHUZAD_LICH_KING_TALK6           = 19\n};\n\nenum NaxxramasMisc\n{\n    SPELL_ERUPTION                  = 29371,\n    SPELL_EXPLODE                   = 28433,\n    SPELL_THE_FOUR_HORSEMAN_CREDIT  = 59450,\n\n    ACTION_SAPPHIRON_BIRTH          = 1,\n\n    // Background screams in instance if Thaddius still alive, four of them from 8873 to 8876\n    SOUND_SCREAM                    = 8873\n};\n\nstatic constexpr uint32 NaxxramasMapId            = 533;\nstatic constexpr uint8 HeiganEruptSectionCount    = 4;\nstatic constexpr uint8 HorsemanCount              = 4;\nstatic constexpr uint8 AbominationKillCountReq    = 18;\nstatic constexpr uint8 TheDedicatedFew10PlayerReq = 9;\nstatic constexpr uint8 TheDedicatedFew25PlayerReq = 21;\n\ntemplate<typename AI, typename T>\ninline AI* GetNaxxramasAI(T* obj)\n{\n    return GetInstanceAI<AI>(obj, NaxxramasScriptName);\n}\n\n#define RegisterNaxxramasCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetNaxxramasAI)\n\n#endif\n"
  },
  {
    "path": "src/naxx40Scripts/naxxramas_40.h",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef DEF_NAXXRAMAS_40_H\n#define DEF_NAXXRAMAS_40_H\n\nenum NX40Spells\n{\n    // Anub'Rekhan\n    SPELL_SUMMON_CORPSE_SCRABS_5       = 90001, // Changed from 29105 to Level 60 Mob ID for summon\n    SPELL_SUMMON_CORPSE_SCRABS_10      = 90002, // Changed from 29105 to Level 60 Mob ID for summon\n    // Grobbulus\n    SPELL_BOMBARD_SLIME_40             = 90003, // update summon entry\n    // Loatheb\n    SPELL_SUMMON_SPORE_40              = 90006,\n    // Maexxna\n    SPELL_WEB_WRAP_SUMMON_40           = 90007, // custom summon entry: 16486 -> 351075\n    // Heigan\n    SPELL_DISRUPTION_40                = 55010  // 29310->55010: Mana Burn AoE spell similar to vanilla\n};\n\nenum NX40Data\n{\n    DATA_HEIGAN_EXIT_GATE_OLD_40       = 4130,\n    DATA_HEIGAN_ERUPTION_TUNNEL_40     = 4132,\n    DATA_RAZUVIOUS_40                  = 4133\n};\n\nenum NX40GOs\n{\n    GO_HEIGAN_EXIT_GATE_40             = 181496,\n    GO_HORSEMEN_CHEST_40               = 361000,\n    GO_STRATH_GATE_40                  = 176424  // Gate to enter Naxx 40 from Strath\n};\n\nenum NX40NPCs\n{\n    // Anub'Rekhan\n    NPC_CORPSE_SCARAB_40               = 351083,\n    NPC_CRYPT_GUARD_40                 = 351082,\n\n    // Faerlina\n    NPC_NAXXRAMAS_WORSHIPPER_40        = 351081,\n    NPC_NAXXRAMAS_FOLLOWER_40          = 351080,\n\n    // Gluth\n    NPC_ZOMBIE_CHOW_40                 = 351069,\n\n    // Thaddius\n    NPC_THADDIUS_40                    = 351000,\n    NPC_STALAGG_40                     = 351001,\n    NPC_FEUGEN_40                      = 351002,\n\n    // Grobbulus\n    NPC_FALLOUT_SLIME_40               = 351067,\n    NPC_SEWAGE_SLIME_40                = 351071,\n    NPC_STICHED_GIANT_40               = 351027,\n\n    // Noth\n    NPC_PLAGUED_WARRIOR_40             = 351087,\n    NPC_PLAGUED_CHAMPION_40            = 351086,\n    NPC_PLAGUED_GUARDIAN_40            = 351085,\n\n    // Razuvious\n    NPC_RAZUVIOUS_40                   = 351036,\n    NPC_DEATH_KNIGHT_UNDERSTUDY_40     = 351084,\n\n    // Gothik\n    NPC_GOTHIK_40                      = 351035,\n    NPC_LIVING_TRAINEE_40              = 351043,\n    NPC_LIVING_KNIGHT_40               = 351044,\n    NPC_LIVING_RIDER_40                = 351045,\n    NPC_DEAD_TRAINEE_40                = 351046,\n    NPC_DEAD_KNIGHT_40                 = 351050,\n    NPC_DEAD_HORSE_40                  = 351051,\n    NPC_DEAD_RIDER_40                  = 351052,\n    NPC_TRIGGER_40                     = 351047,\n\n    // Maexxna\n    NPC_WEB_WRAP_40                    = 351079, // not used\n    NPC_MAEXXNA_SPIDERLING_40          = 351088,\n\n    // Four horseman\n    NPC_HIGHLORD_MOGRAINE_40           = 351037,\n    NPC_SIR_ZELIEK_40                  = 351038,\n    NPC_LADY_BLAUMEUX_40               = 351040,\n    NPC_THANE_KORTHAZZ_40              = 351039,\n\n    // Sapphiron\n    NPC_SAPPHIRON_40                   = 351018,\n\n    // Kel'Thuzad\n    NPC_KELTHUZAD_40                      = 351019,\n    NPC_SOLDIER_OF_THE_FROZEN_WASTES_40   = 351073,\n    NPC_UNSTOPPABLE_ABOMINATION_40        = 351074,\n    NPC_SOUL_WEAVER_40                    = 351075,\n    NPC_GUARDIAN_OF_ICECROWN_40           = 351076,\n\n    // Frogger\n    // NPC_LIVING_POISON_40               = 16027,\n    // NPC_NAXXRAMAS_TRIGGER_40           = 16082,\n    // NPC_MR_BIGGLESWORTH_40             = 16998,\n\n    // Patchwerk\n    NPC_PATCHWERK_40                   = 351028,\n    NPC_PATCHWORK_GOLEM_40             = 351021,\n    NPC_BILE_RETCHER_40                = 351022,\n    NPC_MAD_SCIENTIST_40               = 351023,\n    NPC_LIVING_MONSTROSITY_40          = 351024,\n    NPC_SURGICAL_ASSIST_40             = 351025,\n    NPC_SLUDGE_BELCHER_40              = 351029,\n\n    // Heigan\n    NPC_ROTTING_MAGGOT_40              = 351034,\n    NPC_DISEASED_MAGGOT_40             = 351033,\n    NPC_EYE_STALK_40                   = 351090,\n\n    NPC_ARCHMAGE_TARSIS                = 16381,\n};\n\nenum NX40Maps\n{\n    MAP_NAXX = 533,\n};\n\nenum NX40Graveyards\n{\n    NAXX40_GRAVEYARD = 909\n};\n\nenum NX40AttunementQuests\n{\n    NAXX40_ATTUNEMENT_1  = 9121,\n    NAXX40_ATTUNEMENT_2  = 9122,\n    NAXX40_ATTUNEMENT_3  = 9123,\n    NAXX40_ENTRANCE_FLAG = 9378\n};\n\n#endif\n"
  },
  {
    "path": "src/naxx40Scripts/omarion.cpp",
    "content": "#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n\nenum CraftsSpellIds : uint32\n{\n    // Tailoring\n    LEARN_GLACIAL_GLOVES        = 28261,\n    HAS_GLACIAL_GLOVES          = 28205,\n    LEARN_GLACIAL_WRISTS        = 28262,\n    HAS_GLACIAL_WRISTS          = 28209,\n    LEARN_GLACIAL_VEST          = 28260,\n    HAS_GLACIAL_VEST            = 28207,\n    LEARN_GLACIAL_CLOAK         = 28263,\n    HAS_GLACIAL_CLOAK           = 28208,\n\n    // Leatherworking\n    LEARN_POLAR_GLOVES          = 28255,\n    HAS_POLAR_GLOVES            = 28220,\n    LEARN_POLAR_BRACERS         = 28256,\n    HAS_POLAR_BRACERS           = 28221,\n    LEARN_POLAR_TUNIC           = 28254,\n    HAS_POLAR_TUNIC             = 28219,\n    LEARN_ICY_SCALE_GAUNTLETS   = 28258,\n    HAS_ICY_SCALE_GAUNTLETS     = 28223,\n    LEARN_ICY_SCALE_BRACERS     = 28259,\n    HAS_ICY_SCALE_BRACERS       = 28224,\n    LEARN_ICY_SCALE_BREASTPLATE = 28257,\n    HAS_ICY_SCALE_BREASTPLATE   = 28222,\n\n    // Blacksmithing\n    LEARN_ICEBANE_GAUNTLETS     = 28253,\n    HAS_ICEBANE_GAUNTLETS       = 28243,\n    LEARN_ICEBANE_BRACERS       = 28252,\n    HAS_ICEBANE_BRACERS         = 28244,\n    LEARN_ICEBANE_BREASTPLATE   = 28251,\n    HAS_ICEBANE_BREASTPLATE     = 28242\n};\n\nenum Say\n{\n    BROADCAST_TEXT_SPIT_TARGET = 31673\n};\n\nenum Requirements\n{\n    FACTION_ARGENT_DAWN = 529,\n    BOOK_REQ_RANK       = REP_HONORED,\n    CRAFT1_REQ_RANK     = REP_REVERED,\n    CRAFT2_REQ_RANK     = REP_EXALTED,\n    MASTER_REQ_SKILL    = 225,\n    LEARN_REQ_SKILL     = 300\n};\n\nenum Quests\n{\n    QUEST_OMARIONS_HANDBOOK = 9233,\n    OMARIONS_HANDBOOK       = 22719\n};\n\nenum Gossips\n{\n    // NPC Text IDs\n    NPC_TEXT_INTRO                 = 8507,\n    NPC_TEXT_NO_CRAFTER            = 8516,\n    NPC_TEXT_NEW_ENTRY             = 24400,\n    NPC_TEXT_TAILORING             = NPC_TEXT_NEW_ENTRY + 1,\n    NPC_TEXT_BLACKSMITHING         = NPC_TEXT_NEW_ENTRY + 2,\n    NPC_TEXT_LEATHERWORKING        = NPC_TEXT_NEW_ENTRY + 3,\n\n    // Menu IDs\n    MENU_ID_ENTRY                  = 24400,\n    MENU_ID_NO_CRAFTER             = MENU_ID_ENTRY,\n    MENU_ID_TAILORING              = MENU_ID_ENTRY + 1,\n    MENU_ID_BLACKSMITHING          = MENU_ID_ENTRY + 2,\n    MENU_ID_LEATHERWORKING         = MENU_ID_ENTRY + 3,\n    MENU_ID_INTRO                  = MENU_ID_ENTRY + 4,\n\n    // Intro\n    ITEM_ID_LEATHERWORKING         = 1,\n    ITEM_ID_BLACKSMITHING          = 2,\n    ITEM_ID_TAILORING              = 3,\n    ITEM_ID_NO_CRAFTER             = 4,\n\n    // Tailoring\n    ITEM_ID_GLACIAL_CLOAK          = 1,\n    ITEM_ID_GLACIAL_GLOVES         = 2,\n    ITEM_ID_GLACIAL_WRISTS         = 3,\n    ITEM_ID_GLACIAL_VEST           = 4,\n    ITEM_ID_GOODBYE_TAILORING      = 5,\n\n    // Blacksmithing\n    ITEM_ID_ICEBANE_BRACERS        = 1,\n    ITEM_ID_ICEBANE_GAUNTLETS      = 2,\n    ITEM_ID_ICEBANE_BREASTPLATE    = 3,\n    ITEM_ID_GOODBYE_BLACKSMITHING  = 4,\n\n    // Leatherworking\n    ITEM_ID_POLAR_BRACERS          = 1,\n    ITEM_ID_POLAR_GLOVES           = 2,\n    ITEM_ID_POLAR_TUNIC            = 3,\n    ITEM_ID_ICY_SCALE_BRACERS      = 4,\n    ITEM_ID_ICY_SCALE_GAUNTLETS    = 5,\n    ITEM_ID_ICY_SCALE_BREASTPLATE  = 6,\n    ITEM_ID_GOODBYE_LEATHERWORKING = 7,\n\n    // No crafter, book\n    ITEM_ID_GOODBYE_NO_CRAFTER     = 1,\n\n    GOSSIP_CLOSE                   = 100\n};\n\nclass npc_omarion : public CreatureScript\n{\npublic:\n    npc_omarion() : CreatureScript(\"npc_omarion_gossip\") { }\n\n    bool OnGossipHello(Player* player, Creature* creature) override\n    {\n        ClearGossipMenuFor(player);\n        uint32 tailorSkill      = player->GetSkillValue(SKILL_TAILORING);\n        uint32 blacksmithSkill  = player->GetSkillValue(SKILL_BLACKSMITHING);\n        uint32 leatherworkSkill = player->GetSkillValue(SKILL_LEATHERWORKING);\n        if (tailorSkill >= MASTER_REQ_SKILL)\n        {\n            AddGossipItemFor(player, MENU_ID_INTRO, ITEM_ID_TAILORING, GOSSIP_SENDER_MAIN, MENU_ID_TAILORING);\n        }\n\n        if (blacksmithSkill >= MASTER_REQ_SKILL)\n        {\n            AddGossipItemFor(player, MENU_ID_INTRO, ITEM_ID_BLACKSMITHING, GOSSIP_SENDER_MAIN, MENU_ID_BLACKSMITHING);\n        }\n\n        if (leatherworkSkill >= MASTER_REQ_SKILL)\n        {\n            AddGossipItemFor(player, MENU_ID_INTRO, ITEM_ID_LEATHERWORKING, GOSSIP_SENDER_MAIN, MENU_ID_LEATHERWORKING);\n        }\n\n        AddGossipItemFor(player, MENU_ID_INTRO, ITEM_ID_NO_CRAFTER, GOSSIP_SENDER_MAIN, MENU_ID_NO_CRAFTER);\n        SendGossipMenuFor(player, NPC_TEXT_INTRO, creature->GetGUID());\n        return true;\n    }\n\n    void LearnCraftIfNotAlreadyKnown(uint32 learnId, uint32 knowId, Player *player)\n    {\n        if (!player->HasSpell(knowId))\n        {\n            player->CastSpell(player, learnId, false);\n        }\n    }\n\n    void CloseGossipEmoteAndSpitOnPlayer(Player* player, Creature* creature)\n    {\n        CloseGossipMenuFor(player);\n        creature->TextEmote(BROADCAST_TEXT_SPIT_TARGET, player);\n        creature->HandleEmoteCommand(EMOTE_ONESHOT_NONE); // skip animation\n        creature->HandleEmoteCommand(EMOTE_ONESHOT_RUDE);\n    }\n\n    bool OnGossipSelect(Player* player, Creature* creature, uint32 /*sender*/, uint32 action) override\n    {\n        uint32 argentDawnRep    = player->GetReputationRank(FACTION_ARGENT_DAWN);\n        uint32 tailorSkill      = player->GetSkillValue(SKILL_TAILORING);\n        uint32 blacksmithSkill  = player->GetSkillValue(SKILL_BLACKSMITHING);\n        uint32 leatherworkSkill = player->GetSkillValue(SKILL_LEATHERWORKING);\n\n        switch(action)\n        {\n            case GOSSIP_CLOSE:\n                CloseGossipMenuFor(player);\n                break;\n            case MENU_ID_TAILORING:\n                ClearGossipMenuFor(player);\n                if (argentDawnRep < CRAFT1_REQ_RANK || tailorSkill < LEARN_REQ_SKILL)\n                {\n                    CloseGossipEmoteAndSpitOnPlayer(player, creature);\n                    break;\n                }\n                if (argentDawnRep >= CRAFT1_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_TAILORING, ITEM_ID_GLACIAL_WRISTS, GOSSIP_SENDER_MAIN, LEARN_GLACIAL_WRISTS);\n                    AddGossipItemFor(player, MENU_ID_TAILORING, ITEM_ID_GLACIAL_GLOVES, GOSSIP_SENDER_MAIN, LEARN_GLACIAL_GLOVES);\n                }\n                if (argentDawnRep >= CRAFT2_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_TAILORING, ITEM_ID_GLACIAL_VEST, GOSSIP_SENDER_MAIN, LEARN_GLACIAL_VEST);\n                    AddGossipItemFor(player, MENU_ID_TAILORING, ITEM_ID_GLACIAL_CLOAK, GOSSIP_SENDER_MAIN, LEARN_GLACIAL_CLOAK);\n                }\n                AddGossipItemFor(player, MENU_ID_TAILORING, ITEM_ID_GOODBYE_TAILORING, GOSSIP_SENDER_MAIN, GOSSIP_CLOSE);\n                SendGossipMenuFor(player, NPC_TEXT_TAILORING, creature->GetGUID());\n                break;\n            case MENU_ID_BLACKSMITHING:\n                ClearGossipMenuFor(player);\n                if (argentDawnRep < CRAFT1_REQ_RANK || blacksmithSkill < LEARN_REQ_SKILL)\n                {\n                    CloseGossipEmoteAndSpitOnPlayer(player, creature);\n                    break;\n                }\n                if (argentDawnRep >= CRAFT1_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_BLACKSMITHING, ITEM_ID_ICEBANE_BRACERS, GOSSIP_SENDER_MAIN, LEARN_ICEBANE_BRACERS);\n                    AddGossipItemFor(player, MENU_ID_BLACKSMITHING, ITEM_ID_ICEBANE_GAUNTLETS, GOSSIP_SENDER_MAIN, LEARN_ICEBANE_GAUNTLETS);\n                }\n                if (argentDawnRep >= CRAFT2_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_BLACKSMITHING, ITEM_ID_ICEBANE_BREASTPLATE, GOSSIP_SENDER_MAIN, LEARN_ICEBANE_BREASTPLATE);\n                }\n                AddGossipItemFor(player, MENU_ID_BLACKSMITHING, ITEM_ID_GOODBYE_BLACKSMITHING, GOSSIP_SENDER_MAIN, GOSSIP_CLOSE);\n                SendGossipMenuFor(player, NPC_TEXT_BLACKSMITHING, creature->GetGUID());\n                break;\n            case MENU_ID_LEATHERWORKING:\n                ClearGossipMenuFor(player);\n                if (argentDawnRep < CRAFT1_REQ_RANK || leatherworkSkill < LEARN_REQ_SKILL)\n                {\n                    CloseGossipEmoteAndSpitOnPlayer(player, creature);\n                    break;\n                }\n                if (argentDawnRep >= CRAFT1_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_POLAR_BRACERS, GOSSIP_SENDER_MAIN, LEARN_POLAR_BRACERS);\n                    AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_POLAR_GLOVES, GOSSIP_SENDER_MAIN, LEARN_POLAR_GLOVES);\n                }\n                if (argentDawnRep >= CRAFT2_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_POLAR_TUNIC, GOSSIP_SENDER_MAIN, LEARN_POLAR_TUNIC);\n                }\n                if (argentDawnRep >= CRAFT1_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_ICY_SCALE_BRACERS, GOSSIP_SENDER_MAIN, LEARN_ICY_SCALE_BRACERS);\n                    AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_ICY_SCALE_GAUNTLETS, GOSSIP_SENDER_MAIN, LEARN_ICY_SCALE_GAUNTLETS);\n                }\n                if (argentDawnRep >= CRAFT2_REQ_RANK)\n                {\n                    AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_ICY_SCALE_BREASTPLATE, GOSSIP_SENDER_MAIN, LEARN_ICY_SCALE_BREASTPLATE);\n                }\n                AddGossipItemFor(player, MENU_ID_LEATHERWORKING, ITEM_ID_GOODBYE_LEATHERWORKING, GOSSIP_SENDER_MAIN, GOSSIP_CLOSE);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n            case MENU_ID_NO_CRAFTER:\n                ClearGossipMenuFor(player);\n                if (argentDawnRep < BOOK_REQ_RANK)\n                {\n                    CloseGossipEmoteAndSpitOnPlayer(player, creature);\n                    break;\n                }\n                if (player->GetQuestStatus(QUEST_OMARIONS_HANDBOOK) == QUEST_STATUS_NONE && !player->HasItemCount(OMARIONS_HANDBOOK, 1, true))\n                {\n                    player->AddItem(OMARIONS_HANDBOOK, 1);\n                }\n                AddGossipItemFor(player, MENU_ID_NO_CRAFTER, ITEM_ID_GOODBYE_NO_CRAFTER, GOSSIP_SENDER_MAIN, GOSSIP_CLOSE);\n                SendGossipMenuFor(player, NPC_TEXT_NO_CRAFTER, creature->GetGUID());\n                break;\n            case LEARN_GLACIAL_CLOAK:\n                LearnCraftIfNotAlreadyKnown(LEARN_GLACIAL_CLOAK, HAS_GLACIAL_CLOAK, player);\n                SendGossipMenuFor(player, NPC_TEXT_TAILORING, creature->GetGUID());\n                break;\n            case LEARN_GLACIAL_GLOVES:\n                LearnCraftIfNotAlreadyKnown(LEARN_GLACIAL_GLOVES, HAS_GLACIAL_GLOVES, player);\n                SendGossipMenuFor(player, NPC_TEXT_TAILORING, creature->GetGUID());\n                break;\n            case LEARN_GLACIAL_WRISTS:\n                LearnCraftIfNotAlreadyKnown(LEARN_GLACIAL_WRISTS, HAS_GLACIAL_WRISTS, player);\n                SendGossipMenuFor(player, NPC_TEXT_TAILORING, creature->GetGUID());\n                break;\n            case LEARN_GLACIAL_VEST:\n                LearnCraftIfNotAlreadyKnown(LEARN_GLACIAL_VEST, HAS_GLACIAL_VEST, player);\n                SendGossipMenuFor(player, NPC_TEXT_TAILORING, creature->GetGUID());\n                break;\n            case LEARN_ICEBANE_BRACERS:\n                LearnCraftIfNotAlreadyKnown(LEARN_ICEBANE_BRACERS, HAS_ICEBANE_BRACERS, player);\n                SendGossipMenuFor(player, NPC_TEXT_BLACKSMITHING, creature->GetGUID());\n                break;\n            case LEARN_ICEBANE_GAUNTLETS:\n                LearnCraftIfNotAlreadyKnown(LEARN_ICEBANE_GAUNTLETS, HAS_ICEBANE_GAUNTLETS, player);\n                SendGossipMenuFor(player, NPC_TEXT_BLACKSMITHING, creature->GetGUID());\n                break;\n            case LEARN_ICEBANE_BREASTPLATE:\n                LearnCraftIfNotAlreadyKnown(LEARN_ICEBANE_BREASTPLATE, HAS_ICEBANE_BREASTPLATE, player);\n                SendGossipMenuFor(player, NPC_TEXT_BLACKSMITHING, creature->GetGUID());\n                break;\n            case LEARN_POLAR_BRACERS:\n                LearnCraftIfNotAlreadyKnown(LEARN_POLAR_BRACERS, HAS_POLAR_BRACERS, player);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n            case LEARN_POLAR_GLOVES:\n                LearnCraftIfNotAlreadyKnown(LEARN_POLAR_GLOVES, HAS_POLAR_GLOVES, player);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n            case LEARN_POLAR_TUNIC:\n                LearnCraftIfNotAlreadyKnown(LEARN_POLAR_TUNIC, HAS_POLAR_TUNIC, player);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n            case LEARN_ICY_SCALE_BRACERS:\n                LearnCraftIfNotAlreadyKnown(LEARN_ICY_SCALE_BRACERS, HAS_ICY_SCALE_BRACERS, player);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n            case LEARN_ICY_SCALE_GAUNTLETS:\n                LearnCraftIfNotAlreadyKnown(LEARN_ICY_SCALE_GAUNTLETS, HAS_ICY_SCALE_GAUNTLETS, player);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n            case LEARN_ICY_SCALE_BREASTPLATE:\n                LearnCraftIfNotAlreadyKnown(LEARN_ICY_SCALE_BREASTPLATE, HAS_ICY_SCALE_BREASTPLATE, player);\n                SendGossipMenuFor(player, NPC_TEXT_LEATHERWORKING, creature->GetGUID());\n                break;\n        }\n\n        return true;\n    }\n};\n\nvoid AddSC_npc_omarion_40()\n{\n    new npc_omarion();\n}\n"
  },
  {
    "path": "src/spellScripts/spellScripts.cpp",
    "content": "#include \"SpellMgr.h\"\n#include \"SpellScript.h\"\n#include \"Player.h\"\n#include \"Chat.h\"\n#include \"ScriptMgr.h\"\n\nclass spell_detect_magic : public SpellScript\n{\n    PrepareSpellScript(spell_detect_magic);\n\n    void HandleDummy(SpellEffIndex /*effIndex*/)\n    {\n        if (GetCaster()->GetTypeId() != TYPEID_PLAYER)\n            return;\n        Player* caster = GetCaster()->ToPlayer();\n        if (Unit* target = GetHitUnit())\n        {\n            // Don't affect players\n            if (target->GetTypeId() == TYPEID_PLAYER)\n                return;\n            float holyResist = target->GetFlatModifierValue(UNIT_MOD_RESISTANCE_HOLY, BASE_VALUE);\n            float fireResist = target->GetFlatModifierValue(UNIT_MOD_RESISTANCE_FIRE, BASE_VALUE);\n            float natureResist = target->GetFlatModifierValue(UNIT_MOD_RESISTANCE_NATURE, BASE_VALUE);\n            float frostResist = target->GetFlatModifierValue(UNIT_MOD_RESISTANCE_FROST, BASE_VALUE);\n            float shadowResist = target->GetFlatModifierValue(UNIT_MOD_RESISTANCE_SHADOW, BASE_VALUE);\n            float arcaneResist = target->GetFlatModifierValue(UNIT_MOD_RESISTANCE_ARCANE, BASE_VALUE);\n            if (holyResist < 0.1 && fireResist < 0.01 && natureResist < 0.01 && frostResist < 0.01 && shadowResist < 0.01 && arcaneResist < 0.01)\n            {\n                // Send message - you detect no magical resistances\n                ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect no magical resistances.\");\n            }\n            else\n            {\n                if (holyResist > 0.01)\n                    ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect a holy resistance of: {}\", holyResist);\n\n                if (fireResist > 0.01)\n                    ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect a fire resistance of: {}\", fireResist);\n\n                if (natureResist > 0.01)\n                    ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect a nature resistance of: {}\", natureResist);\n\n                if (frostResist > 0.01)\n                    ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect a frost resistance of: {}\", frostResist);\n\n                if (shadowResist > 0.01)\n                    ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect a shadow resistance of: {}\", shadowResist);\n\n                if (arcaneResist > 0.01)\n                    ChatHandler(caster->GetSession()).PSendSysMessage(\"You detect a arcane resistance of: {}\", arcaneResist);\n            }\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectHitTarget += SpellEffectFn(spell_detect_magic::HandleDummy, EFFECT_0, SPELL_EFFECT_APPLY_AURA);\n    }\n};\n\nvoid AddSC_ipp_spell_scripts()\n{\n    RegisterSpellScript(spell_detect_magic);\n}\n"
  },
  {
    "path": "src/tbcScripts/caverns_of_time.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"ScriptMgr.h\"\n#include \"Player.h\"\n#include \"GameObjectAI.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n\nclass go_cavernsoftimedoor : public GameObjectScript\n{\npublic:\n    go_cavernsoftimedoor() : GameObjectScript(\"go_cavernsoftimedoor\") { }\n\n    struct go_cavernsoftimedoorAI : GameObjectAI\n    {\n        explicit go_cavernsoftimedoorAI(GameObject *object) : GameObjectAI(object)\n        {\n            object->SetGoState(GO_STATE_READY);\n            object->SetGameObjectFlag(GO_FLAG_INTERACT_COND | GO_FLAG_NOT_SELECTABLE);\n            object->EnableCollision(true);\n        };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return false;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            return sIndividualProgression->isBeforeProgression(target, PROGRESSION_PRE_TBC);\n        }\n\n    };\n\n    GameObjectAI *GetAI(GameObject *object) const override\n    {\n        return new go_cavernsoftimedoorAI(object);\n    }\n};\n\nvoid AddSC_cot_scripts()\n{\n    new go_cavernsoftimedoor();\n}\n\n"
  },
  {
    "path": "src/tbcScripts/instance_karazhan.cpp",
    "content": "/*\n * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n */\n\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n\nenum BlackUrn\n{\n    DATA_NIGHTBANE     = 11,\n    NPC_NIGHTBANE      = 17225,\n    ITEM_BLACKENED_URN = 24140\n};\n\nclass go_blackened_urn_70 : public GameObjectScript\n{\npublic:\n    go_blackened_urn_70() : GameObjectScript(\"go_blackened_urn\") { }\n\n    //if we summon an entity instead of using a sort of invisible entity, we could unsummon boss on reset\n    //right now that doesn't work because of how the urn works\n    bool OnGossipHello(Player* player, GameObject* go) override\n    {\n\n        if (player->HasItemCount(ITEM_BLACKENED_URN, 1))\n        {\n            if (InstanceScript* pInstance = go->GetInstanceScript())\n            {\n                if (pInstance->GetData(DATA_NIGHTBANE) != DONE && !go->FindNearestCreature(NPC_NIGHTBANE, 40.0f))\n                    if (Creature* cr = ObjectAccessor::GetCreature(*player, pInstance->GetGuidData(DATA_NIGHTBANE)))\n                        cr->AI()->DoAction(0 /*ACTION_START_INTRO */);\n            }\n        }\n        else\n        {\n            player->SendSystemMessage(\"You must possess a Blackened Urn in order to summon Nightbane!\");\n        }\n        return false;\n    }\n};\n\nvoid AddSC_karazhan_70()\n{\n    new go_blackened_urn_70();\n}"
  },
  {
    "path": "src/tbcScripts/isle_of_queldanas.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"WorldState.h\"\n\nclass gobject_ioq_before_P2 : public GameObjectScript\n{\npublic:\n    gobject_ioq_before_P2() : GameObjectScript(\"gobject_ioq_before_P2\") { }\n\n    struct gobject_ioq_before_P2AI: GameObjectAI\n    {\n        explicit gobject_ioq_before_P2AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetReputationRank(FACTION_SHATTERED_SUN) < REP_FRIENDLY) \n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_before_P2AI(object);\n    }\n};\n\nclass gobject_ioq_P2 : public GameObjectScript\n{\npublic:\n    gobject_ioq_P2() : GameObjectScript(\"gobject_ioq_P2\") { }\n\n    struct gobject_ioq_P2AI: GameObjectAI\n    {\n        explicit gobject_ioq_P2AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetReputationRank(FACTION_SHATTERED_SUN) >= REP_FRIENDLY)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_P2AI(object);\n    }\n};\n\nclass gobject_ioq_before_P3 : public GameObjectScript\n{\npublic:\n    gobject_ioq_before_P3() : GameObjectScript(\"gobject_ioq_before_P3\") { }\n\n    struct gobject_ioq_before_P3AI: GameObjectAI\n    {\n        explicit gobject_ioq_before_P3AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetReputationRank(FACTION_SHATTERED_SUN) < REP_HONORED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_before_P3AI(object);\n    }\n};\n\nclass gobject_ioq_P3 : public GameObjectScript\n{\npublic:\n    gobject_ioq_P3() : GameObjectScript(\"gobject_ioq_P3\") { }\n\n    struct gobject_ioq_P3AI: GameObjectAI\n    {\n        explicit gobject_ioq_P3AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetReputationRank(FACTION_SHATTERED_SUN) >= REP_HONORED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_P3AI(object);\n    }\n};\n\nclass gobject_ioq_before_P4 : public GameObjectScript\n{\npublic:\n    gobject_ioq_before_P4() : GameObjectScript(\"gobject_ioq_before_P4\") { }\n\n    struct gobject_ioq_before_P4AI: GameObjectAI\n    {\n        explicit gobject_ioq_before_P4AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetReputationRank(FACTION_SHATTERED_SUN) < REP_REVERED) \n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_before_P4AI(object);\n    }\n};\n\nclass gobject_ioq_P4 : public GameObjectScript\n{\npublic:\n    gobject_ioq_P4() : GameObjectScript(\"gobject_ioq_P4\") { }\n\n    struct gobject_ioq_P4AI: GameObjectAI\n    {\n        explicit gobject_ioq_P4AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetReputationRank(FACTION_SHATTERED_SUN) >= REP_REVERED) \n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_P4AI(object);\n    }\n};\n\nclass gobject_ioq_mana_cells : public GameObjectScript\n{\npublic:\n    gobject_ioq_mana_cells() : GameObjectScript(\"gobject_ioq_mana_cells\") { }\n\n    struct gobject_ioq_mana_cellsAI: GameObjectAI\n    {\n        explicit gobject_ioq_mana_cellsAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetQuestStatus(QUEST_MANA_CELLS) == QUEST_STATUS_REWARDED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_mana_cellsAI(object);\n    }\n};\n\nclass gobject_ioq_charitable_donation : public GameObjectScript\n{\npublic:\n    gobject_ioq_charitable_donation() : GameObjectScript(\"gobject_ioq_charitable_donation\") { }\n\n    struct gobject_ioq_charitable_donationAI: GameObjectAI\n    {\n        explicit gobject_ioq_charitable_donationAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetQuestStatus(QUEST_CHARITABLE_DONATION) == QUEST_STATUS_REWARDED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_charitable_donationAI(object);\n    }\n};\n\nclass gobject_ioq_discovering_roots : public GameObjectScript\n{\npublic:\n    gobject_ioq_discovering_roots() : GameObjectScript(\"gobject_ioq_discovering_roots\") { }\n\n    struct gobject_ioq_discovering_rootsAI: GameObjectAI\n    {\n        explicit gobject_ioq_discovering_rootsAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetQuestStatus(QUEST_DISCOVERING_ROOTS) == QUEST_STATUS_REWARDED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_discovering_rootsAI(object);\n    }\n};\n\nclass gobject_ioq_making_ready : public GameObjectScript\n{\npublic:\n    gobject_ioq_making_ready() : GameObjectScript(\"gobject_ioq_making_ready\") { }\n\n    struct gobject_ioq_making_readyAI: GameObjectAI\n    {\n        explicit gobject_ioq_making_readyAI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetQuestStatus(QUEST_MAKING_READY) == QUEST_STATUS_REWARDED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ioq_making_readyAI(object);\n    }\n};\n\nclass npc_ioq_making_ready : public CreatureScript\n{\npublic:\n    npc_ioq_making_ready() : CreatureScript(\"npc_ioq_making_ready\") { }\n\n    struct npc_ioq_making_readyAI: ScriptedAI\n    {\n        explicit npc_ioq_making_readyAI(Creature* creature) : ScriptedAI(creature) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster() || !sIndividualProgression->enabled)\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            if (target->GetQuestStatus(QUEST_MAKING_READY) == QUEST_STATUS_REWARDED)\n                return true;\n            else\n                return false;\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_ioq_making_readyAI(creature);\n    }\n};\n\n// Add all scripts in one\nvoid AddSC_mod_individual_progression_ioq()\n{\n    // new gobject_ioq_before_P2();\n    new gobject_ioq_before_P3();\n    // new gobject_ioq_before_P4();\n    new gobject_ioq_P2();\n    new gobject_ioq_P3();\n    new gobject_ioq_P4();\n    new gobject_ioq_mana_cells();\n    new gobject_ioq_charitable_donation();\n    new gobject_ioq_discovering_roots();\n    new gobject_ioq_making_ready();\n    new npc_ioq_making_ready();\n}\n"
  },
  {
    "path": "src/tbcScripts/serpentshrine_cavern.cpp",
    "content": "\n/*\n * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n */\n\n#include \"Config.h\"\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"SpellInfo.h\"\n\nenum SSCMisc\n{\n    GO_LADY_VASHJ_BRIDGE_CONSOLE = 184568,\n    MAP_SSC                      = 548,\n    DATA_VASHJ                   = 5\n};\n\nclass GlobalSerpentshrineScript : public GlobalScript\n{\npublic:\n    GlobalSerpentshrineScript() : GlobalScript(\"GlobalSerpentshrineScript\") { }\n\n    bool IsAnyBossAlive(Map* map, uint32 bossId = 0, uint32 newState = 0)\n    {\n        if (InstanceMap* instanceMap = map->ToInstanceMap())\n        {\n            if (InstanceScript* instance = instanceMap->GetInstanceScript())\n            {\n                for (uint8 id = 0; id <= 4; ++id) // check boss data id 0-4\n                {\n                    if (id == bossId && newState == DONE)\n                        continue;\n\n                    if (instance->GetBossState(id) != DONE)\n                        return true;\n                }\n            }\n        }\n\n        return false;\n    }\n\n    void AfterInstanceGameObjectCreate(Map* map, GameObject* go) override\n    {\n        if (sConfigMgr->GetOption<int>(\"IndividualProgression.SerpentshrineCavern.RequireAllBosses\", 1))\n        {\n            if (go->GetEntry() == GO_LADY_VASHJ_BRIDGE_CONSOLE)\n            {\n                if (IsAnyBossAlive(map))\n                    go->SetGameObjectFlag(GO_FLAG_NOT_SELECTABLE);\n            }\n        }\n    }\n\n    void OnBeforeSetBossState(uint32 bossId, EncounterState newState, EncounterState /*oldState*/, Map* map) override\n    {\n        if (sConfigMgr->GetOption<int>(\"IndividualProgression.SerpentshrineCavern.RequireAllBosses\", 1))\n        {\n            if (map->GetEntry()->MapID == MAP_SSC)\n            {\n                if (InstanceMap* instanceMap = map->ToInstanceMap())\n                {\n                    if (InstanceScript* instance = instanceMap->GetInstanceScript())\n                    {\n                        if (!IsAnyBossAlive(map, bossId, newState))\n                        {\n                            if (Creature* vashj = instance->GetCreature(DATA_VASHJ))\n                            {\n                                if (GameObject* console = vashj->FindNearestGameObject(GO_LADY_VASHJ_BRIDGE_CONSOLE, 600.0f))\n                                {\n                                    console->RemoveGameObjectFlag(GO_FLAG_NOT_SELECTABLE);\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n};\n\nvoid AddSC_serpentshrine_cavern_70()\n{\n    new GlobalSerpentshrineScript();\n}\n"
  },
  {
    "path": "src/tbcScripts/the_eye.cpp",
    "content": "/*\n * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n */\n\n#include \"Config.h\"\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"SpellInfo.h\"\n\nenum SSCMisc\n{\n    GO_RIGHT_KAEL_DOOR  = 184327,\n    GO_LEFT_KAEL_DOOR   = 184329,\n    MAP_TK              = 550,\n    DATA_KAEL           = 3\n};\n\nclass GlobalTheEyeScript : public GlobalScript\n{\npublic:\n    GlobalTheEyeScript() : GlobalScript(\"GlobalTheEyeScript\") { }\n\n    bool IsAnyBossAlive(Map* map, uint32 bossId = 0, uint32 newState = 0)\n    {\n        if (InstanceMap* instanceMap = map->ToInstanceMap())\n        {\n            if (InstanceScript* instance = instanceMap->GetInstanceScript())\n            {\n                uint32 bossCount = instance->GetEncounterCount() - 1;\n                for (uint8 id = 0; id < bossCount; ++id)\n                {\n                    if (id == bossId && newState == DONE)\n                        continue;\n\n                    if (instance->GetBossState(id) != DONE)\n                        return true;\n                }\n            }\n        }\n\n        return false;\n    }\n\n    void AfterInstanceGameObjectCreate(Map* map, GameObject* go) override\n    {\n        if (sConfigMgr->GetOption<int>(\"IndividualProgression.TheEye.RequireAllBosses\", 1))\n        {\n            if (go->GetEntry() == GO_RIGHT_KAEL_DOOR || go->GetEntry() == GO_LEFT_KAEL_DOOR)\n            {\n                if (IsAnyBossAlive(map))\n                    go->SetGoState(GO_STATE_READY);\n            }\n        }\n    }\n\n    void OnBeforeSetBossState(uint32 bossId, EncounterState newState, EncounterState /*oldState*/, Map* map) override\n    {\n        if (sConfigMgr->GetOption<int>(\"IndividualProgression.TheEye.RequireAllBosses\", 1))\n        {\n            if (map->GetEntry()->MapID == MAP_TK)\n            {\n                if (InstanceMap* instanceMap = map->ToInstanceMap())\n                {\n                    if (InstanceScript* instance = instanceMap->GetInstanceScript())\n                    {\n                        if (!IsAnyBossAlive(map, bossId, newState))\n                        {\n                            if (Creature* kael = instance->GetCreature(DATA_KAEL))\n                            {\n                                if (GameObject* rightDoor = kael->FindNearestGameObject(GO_RIGHT_KAEL_DOOR, 600.0f))\n                                {\n                                    if (GameObject* leftDoor = kael->FindNearestGameObject(GO_LEFT_KAEL_DOOR, 600.0f))\n                                    {\n                                        rightDoor->SetGoState(GO_STATE_ACTIVE);\n                                        leftDoor->SetGoState(GO_STATE_ACTIVE);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n};\n\nvoid AddSC_the_eye_70()\n{\n    new GlobalTheEyeScript();\n}\n"
  },
  {
    "path": "src/vanillaScripts/ProgressionSystem.h",
    "content": "/*\n * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3\n */\n\n#ifndef _PROGRESSION_SYSTEM_H_\n#define _PROGRESSION_SYSTEM_H_\n\n#include \"Config.h\"\n#include \"ScriptMgr.h\"\n\nenum ProgressionBrackets\n{\n    PROGRESSION_BRACKET_DEFAULT                 = 0x00000001,\n    PROGRESSION_BRACKET_1_19                    = 0x00000002,\n    PROGRESSION_BRACKET_20_29                   = 0x00000004,\n    PROGRESSION_BRACKET_30_39                   = 0x00000008,\n    PROGRESSION_BRACKET_40_49                   = 0x00000010,\n    PROGRESSION_BRACKET_50_59_TIER_A            = 0x00000020,\n    PROGRESSION_BRACKET_50_59_TIER_B            = 0x00000040,\n    PROGRESSION_BRACKET_60_TIER_1               = 0x00000080,\n    PROGRESSION_BRACKET_60_TIER_1_A             = 0x00000100,\n    PROGRESSION_BRACKET_60_TIER_2               = 0x00000200,\n    PROGRESSION_BRACKET_60_TIER_3_A_ZUL_GURUB   = 0x00000400,\n    PROGRESSION_BRACKET_60_TIER_3_B_AHN_QIRAJ   = 0x00000800,\n    PROGRESSION_BRACKET_61_64                   = 0x00001000,\n    PROGRESSION_BRACKET_65_69                   = 0x00002000,\n    PROGRESSION_BRACKET_70_TIER_4               = 0x00004000,\n    PROGRESSION_BRACKET_70_TIER_5               = 0x00008000,\n    PROGRESSION_BRACKET_70_TIER_6_A             = 0x00010000,\n    PROGRESSION_BRACKET_70_TIER_6_B             = 0x00020000,\n    PROGRESSION_BRACKET_70_TIER_6_C             = 0x00040000,\n    PROGRESSION_BRACKET_71_74                   = 0x00080000,\n    PROGRESSION_BRACKET_75_79                   = 0x00100000,\n    PROGRESSION_BRACKET_80_TIER_7               = 0x00200000,\n    PROGRESSION_BRACKET_80_TIER_8               = 0x00400000,\n    PROGRESSION_BRACKET_80_TIER_9               = 0x00800000,\n    PROGRESSION_BRACKET_80_TIER_10_A            = 0x01000000,\n    PROGRESSION_BRACKET_80_TIER_10_B            = 0x02000000\n};\n\n#define PROGRESSION_BRACKET_MAX 26\nchar const* const ProgressionBracketsNames[PROGRESSION_BRACKET_MAX] =\n        {\n                \"0\",\n                \"1_19\",\n                \"20_29\",\n                \"30_39\",\n                \"40_49\",\n                \"50_59_A\",\n                \"50_59_B\",\n                \"60_1\",\n                \"60_1_A\",\n                \"60_2\",\n                \"60_3_A\",\n                \"60_3_B\",\n                \"61_64\",\n                \"65_69\",\n                \"70_4\",\n                \"70_5\",\n                \"70_6_A\",\n                \"70_6_B\",\n                \"70_6_C\",\n                \"71_74\",\n                \"75_79\",\n                \"80_7\",\n                \"80_8\",\n                \"80_9\",\n                \"80_10_A\",\n                \"80_10_B\"\n        };\n\n#endif // _PROGRESSION_SYSTEM_H_\n"
  },
  {
    "path": "src/vanillaScripts/aq_scripts.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"ScriptMgr.h\"\n#include \"Player.h\"\n#include \"GameObjectAI.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n#include \"WorldSessionMgr.h\"\n\n#define EVENT_AREA_RADIUS 65\n\nenum\n{\n    QUEST_BANG_A_GONG = 8743,\n\n    GO_GATE_OF_AHN_QIRAJ = 176146,\n    GO_GLYPH_OF_AHN_QIRAJ = 176148,\n    GO_ROOTS_OF_AHN_QIRAJ = 176147,\n    GO_AQ_GHOST_GATE = 180322,\n\n    GLOBAL_TEXT_CHAMPION = 41100,\n\n    SOUND_ROOTS_OPEN = 7114,\n    SOUND_DOOR_OPEN = 7115,\n    SOUND_RUNES_OPEN = 7116,\n\n    STAGE_OPEN_GATES = 0,\n    STAGE_WAR = 1,\n    STAGE_RESET = 2\n};\n\n//Cordinates for Spawns\nPosition const SpawnLocation[] =\n{\n    {-8085.0f, 1528.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1526.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8085.0f, 1524.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1522.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8085.0f, 1520.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n\n    {-8085.0f, 1524.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1522.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8085.0f, 1520.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1518.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8085.0f, 1516.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n\n    {-8085.0f, 1518.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1516.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1520.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8080.0f, 1424.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8085.0f, 1422.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    // 2 waves of warriors\n    {-8082.0f, 1528.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1525.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1524.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1526.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1527.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n\n    {-8082.0f, 1524.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1522.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1520.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1518.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1516.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n\n    {-8082.0f, 1523.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1521.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1528.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1519.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1526.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n\n    {-8082.0f, 1524.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1522.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1520.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8078.0f, 1518.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n    {-8082.0f, 1516.0f, 2.61f, 3.141592f}, //Kaldorei Infantry\n\n    {-8088.0f, 1510.0f, 2.61f, 0.0f}, //Anubisath Conqueror\n    {-8084.0f, 1520.0f, 2.61f, 0.0f}, //Anubisath Conqueror\n    {-8088.0f, 1530.0f, 2.61f, 0.0f}, //Anubisath Conqueror\n\n    {-8080.0f, 1513.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8082.0f, 1523.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8085.0f, 1518.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8082.0f, 1516.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8085.0f, 1520.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8080.0f, 1528.0f, 2.61f, 0.0f}, //Qiraj Wasp\n\n    {-8082.0f, 1513.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8079.0f, 1523.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8080.0f, 1531.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8079.0f, 1516.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8082.0f, 1520.0f, 2.61f, 0.0f}, //Qiraj Wasp\n    {-8080.0f, 1518.0f, 2.61f, 0.0f}, //Qiraj Wasp\n\n    {-8081.0f, 1514.0f, 2.61f, 0.0f}, //Qiraj Tank\n    {-8081.0f, 1520.0f, 2.61f, 0.0f}, //Qiraj Tank\n    {-8081.0f, 1526.0f, 2.61f, 0.0f}, //Qiraj Tank\n    {-8081.0f, 1512.0f, 2.61f, 0.0f}, //Qiraj Tank\n    {-8082.0f, 1520.0f, 2.61f, 0.0f}, //Qiraj Tank\n    {-8081.0f, 1528.0f, 2.61f, 0.0f}, //Qiraj Tank\n\n    {-8082.0f, 1513.0f, 2.61f, 3.141592f}, //Anubisath Conqueror\n    {-8082.0f, 1520.0f, 2.61f, 3.141592f}, //Anubisath Conqueror\n    {-8082.0f, 1527.0f, 2.61f, 3.141592f}, //Anubisath Conqueror\n};\n\nenum EternalBoard\n{\n    QUEST_A_PAWN_ON_THE_ETERNAL_BOARD = 8519,\n\n    C_FANDRAL_STAGHELM = 15382,\n    C_ARYGOS = 15380,\n    C_MERITHRA = 15378,\n    C_CAELESTRASZ = 15379,\n\n    ANACHRONOS_SAY_1 = 0,\n    ANACHRONOS_SAY_2 = 1,\n    ANACHRONOS_SAY_3 = 2,\n    ANACHRONOS_SAY_4 = 3,\n    ANACHRONOS_SAY_5 = 4,\n    ANACHRONOS_SAY_6 = 5,\n    ANACHRONOS_SAY_7 = 6,\n    ANACHRONOS_SAY_8 = 7,\n    ANACHRONOS_SAY_9 = 8,\n    ANACHRONOS_SAY_10 = 9,\n    ANACHRONOS_EMOTE_1 = 10,\n    ANACHRONOS_EMOTE_2 = 11,\n    ANACHRONOS_EMOTE_3 = 12,\n\n    FANDRAL_SAY_1 = 0,\n    FANDRAL_SAY_2 = 1,\n    FANDRAL_SAY_3 = 2,\n    FANDRAL_SAY_4 = 3,\n    FANDRAL_SAY_5 = 4,\n    FANDRAL_SAY_6 = 5,\n    FANDRAL_EMOTE_1 = 6,\n    FANDRAL_EMOTE_2 = 7,\n\n    CAELESTRASZ_SAY_1 = 0,\n    CAELESTRASZ_SAY_2 = 1,\n    CAELESTRASZ_YELL_1 = 2,\n\n    ARYGOS_SAY_1 = 0,\n    ARYGOS_YELL_1 = 1,\n    ARYGOS_EMOTE_1 = 2,\n\n    MERITHRA_SAY_1 = 0,\n    MERITHRA_SAY_2 = 1,\n    MERITHRA_YELL_1 = 2,\n    MERITHRA_EMOTE_1 = 3,\n};\n\nstruct QuestCinematic\n{\n    int32 TextId;\n    uint32 Creature, Timer;\n};\n\nstatic QuestCinematic EventAnim[] =\n{\n    {ANACHRONOS_SAY_1, 0, 2000},\n    {FANDRAL_SAY_1, 1, 4000},\n    {MERITHRA_EMOTE_1, 3, 500},\n    {MERITHRA_SAY_1, 3, 500},\n    {ARYGOS_EMOTE_1, 2, 2000},\n    {CAELESTRASZ_SAY_1, 4, 8000},\n    {MERITHRA_SAY_2, 3, 6000},\n    {0, 3, 2000},\n    {MERITHRA_YELL_1, 3, 2500},\n    {0, 3, 3000}, //Morph\n    {0, 3, 4000}, //EmoteLiftoff\n    {0, 3, 4000}, // spell\n    {0, 3, 1250}, //fly\n    {0, 3, 250}, //remove flags\n    {ARYGOS_SAY_1, 2, 3000},\n    {0, 3, 2000},\n    {ARYGOS_YELL_1, 2, 3000},\n    {0, 3, 3000}, //Morph\n    {0, 3, 4000}, //EmoteLiftoff\n    {0, 3, 4000}, // spell\n    {0, 3, 1000}, //fly\n    {0, 3, 1000}, //remove flags\n    {CAELESTRASZ_SAY_2, 4, 5000},\n    {0, 3, 3000},\n    {CAELESTRASZ_YELL_1, 4, 3000},\n    {0, 3, 3000}, //Morph\n    {0, 3, 4000}, //EmoteLiftoff\n    {0, 3, 2500}, // spell\n    {ANACHRONOS_SAY_2, 0, 2000},\n    {0, 3, 250}, //fly\n    {0, 3, 25}, //remove flags\n    {FANDRAL_SAY_2, 1, 3000},\n    {ANACHRONOS_SAY_3, 0, 10000}, //Both run through the armies\n    {0, 3, 2000}, // Sands will stop\n    {0, 3, 8000}, // Summon Gate\n    {ANACHRONOS_SAY_4, 0, 4000},\n    {0, 0, 2000}, //spell 1-> Arcane cosmetic (Mobs freeze)\n    {0, 0, 5000}, //Spell 2-> Arcane long cosmetic (barrier appears) (Barrier -> Glyphs)\n    {0, 0, 7000}, //BarrieR\n    {0, 0, 4000}, //Glyphs\n    {ANACHRONOS_SAY_5, 0, 2000},\n    {0, 0, 4000}, // Roots\n    {FANDRAL_SAY_3, 1, 3000}, //Root Text\n    {FANDRAL_EMOTE_1, 1, 3000}, //falls knee\n    {ANACHRONOS_SAY_6, 0, 3000},\n    {ANACHRONOS_SAY_7, 0, 3000},\n    {ANACHRONOS_SAY_8, 0, 8000},\n    {ANACHRONOS_EMOTE_1, 0, 1000}, //Give Scepter\n    {FANDRAL_SAY_4, 1, 3000},\n    {FANDRAL_SAY_5, 1, 3000}, //->Equip hammer~Scepter, throw it at door\n    {FANDRAL_EMOTE_2, 1, 3000}, //Throw hammer at door.\n    {ANACHRONOS_SAY_9, 0, 3000},\n    {FANDRAL_SAY_6, 1, 3000}, //fandral goes away\n    {ANACHRONOS_EMOTE_2, 0, 3000},\n    {ANACHRONOS_EMOTE_3, 0, 3000},\n    {0, 0, 2000},\n    {0, 0, 2000},\n    {0, 0, 4000},\n    {ANACHRONOS_SAY_10, 0, 3000},\n    {0, 0, 2000},\n    {0, 0, 3000},\n    {0, 0, 15000},\n    {0, 0, 5000},\n    {0, 0, 3500},\n    {0, 0, 5000},\n    {0, 0, 3500},\n    {0, 0, 5000},\n    {0, 0, 0}\n};\n\nstruct WaveData\n{\n    uint8 SpawnCount, UsedSpawnPoint;\n    uint32 CreatureId, SpawnTimer, YellTimer, DespTimer;\n    int32 WaveTextId;\n};\n\nstatic WaveData WavesInfo[5] =\n{\n    {30,  0, 15423, 0, 0, 24000, 0},    // Kaldorei Soldier\n    { 3, 35, 15424, 0, 0, 24000, 0},    // Anubisath Conqueror\n    {12, 38, 15414, 0, 0, 24000, 0},    // Qiraji Wasps\n    { 6, 50, 15422, 0, 0, 24000, 0},    // Qiraji Tanks\n    {15, 15, 15423, 0, 0, 24000, 0}     // Kaldorei Soldier\n};\n\nstruct SpawnSpells\n{\n    uint32 Timer1, Timer2, SpellId;\n};\n\nstatic SpawnSpells SpawnCast[4] =\n{\n    {100000, 2000, 33652},   // Stop Time\n    {38500, 300000, 28528},  // Poison Cloud\n    {58000, 300000, 35871},  // Frost Debuff (need correct spell)\n    {80950, 300000, 42075},  // Fire Explosion (need correct spell however this one looks cool)\n};\n\nclass gobject_scarab_gong : public GameObjectScript\n{\nprivate:\n\npublic:\n    gobject_scarab_gong() : GameObjectScript(\"gobject_scarab_gong\") { }\n\n    struct gobject_scarab_gongAI : GameObjectAI\n    {\n        uint32 eventTimer;\n        uint32 eventStep;\n        uint32 eventStage;\n\n        GameObject* go_aq_barrier;\n        GameObject* go_aq_gate_runes;\n        GameObject* go_aq_gate_roots;\n        // Invisible AQ barrier - removed by server during event, but we are allow event to repeat, so we do not place it\n//        GameObject *go_aq_ghost_gate;\n\n        explicit gobject_scarab_gongAI(GameObject* object) : GameObjectAI(object)\n        {\n            eventTimer = 0;\n            eventStep = 0;\n            eventStage = STAGE_OPEN_GATES;\n            // The Gong normally needs the quest active to interact, but we need to make it available for players to re-use\n            me->RemoveGameObjectFlag(GO_FLAG_INTERACT_COND);\n        };\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (eventTimer)\n            {\n                if (eventTimer <= diff)\n                {\n                    switch (eventStage)\n                    {\n                    case STAGE_OPEN_GATES:\n                        HandleOpeningStage();\n                        break;\n                    case STAGE_WAR:\n                        HandleWarStage();\n                        break;\n                    case STAGE_RESET:\n                        ResetAQGates();\n                        break;\n                    }\n                }\n                else\n                    eventTimer -= diff;\n            }\n        }\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (!target)\n                return false;\n\n            /* The Scarab Gong can still be seen during the outdoor AQ war.  */\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_AQ_WAR))\n                return sIndividualProgression->isBeforeProgression(target, PROGRESSION_PRE_AQ);\n            else\n                return sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR);\n        }\n\n        void NextStage(uint32 timeUntil = 100)\n        {\n            eventStage++;\n            eventStep = 0;\n            eventTimer = timeUntil;\n        }\n\n        void HandleOpeningStage()\n        {\n            switch (eventStep)\n            {\n            case 0:\n                go_aq_gate_roots->ResetDoorOrButton();\n                go_aq_gate_roots->UseDoorOrButton();\n                me->PlayDirectSound(SOUND_ROOTS_OPEN);\n                eventTimer = 5000;\n                break;\n\n            case 1:\n                go_aq_gate_runes->ResetDoorOrButton();\n                go_aq_gate_runes->UseDoorOrButton();\n                me->PlayDirectSound(SOUND_RUNES_OPEN);\n                eventTimer = 8000;\n                break;\n\n            case 2:\n                go_aq_barrier->ResetDoorOrButton();\n                go_aq_barrier->UseDoorOrButton();\n                me->PlayDirectSound(SOUND_DOOR_OPEN);\n                NextStage(10000);\n                return;\n            }\n\n            eventStep++;\n        }\n\n        void HandleWarStage()\n        {\n            // Not handled in Individual Progression, so we go right to resetting the gate timer\n            NextStage(5 * MINUTE * IN_MILLISECONDS);\n        }\n\n        void ResetAQGates()\n        {\n            go_aq_barrier->SetGoState(GO_STATE_READY);\n            go_aq_gate_runes->SetGoState(GO_STATE_READY);\n            go_aq_gate_roots->ResetDoorOrButton();\n            go_aq_gate_roots->SetGoState(GO_STATE_READY);\n\n            EventDone();\n        }\n\n        void EventDone()\n        {\n            NextStage(0);\n            eventStage = STAGE_OPEN_GATES; // Reset to the initial stage for potential future events\n        }\n\n        void OpenGate(Player* player, bool announce)\n        {\n            go_aq_barrier = GetClosestGameObjectWithEntry(me, GO_GATE_OF_AHN_QIRAJ, 150);\n            go_aq_gate_runes = GetClosestGameObjectWithEntry(me, GO_GLYPH_OF_AHN_QIRAJ, 150);\n            go_aq_gate_roots = GetClosestGameObjectWithEntry(me, GO_ROOTS_OF_AHN_QIRAJ, 150);\n            //            go_aq_ghost_gate = GetClosestGameObjectWithEntry(me, GO_AQ_GHOST_GATE, 150);\n\n            if (!go_aq_barrier || !go_aq_gate_runes || !go_aq_gate_roots)\n                return;\n\n            // The door is already open - don't open it again\n            if (go_aq_barrier->GetGoState() == GO_STATE_ACTIVE)\n                return;\n\n            if (announce)\n                player->GetMap()->SendZoneText(GLOBAL_TEXT_CHAMPION, player->GetName().c_str());\n\n            eventTimer += 1000;\n            eventStage = STAGE_OPEN_GATES;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_scarab_gongAI(object);\n    }\n\n    bool OnQuestReward(Player* player, GameObject* go, Quest const* quest, uint32 /*opt*/) override\n    {\n        if ((quest->GetQuestId() != QUEST_BANG_A_GONG) && (player->GetQuestStatus(SIMPLY_BANG_A_GONG) != QUEST_STATUS_REWARDED))\n            return false;\n\n        if (auto* gongAI = dynamic_cast<gobject_scarab_gongAI*>(go->AI()))\n            gongAI->OpenGate(player, true);\n\n        return true;\n    }\n\n    bool OnGossipHello(Player* player, GameObject* go) override\n    {\n        if ((player->GetQuestStatus(QUEST_BANG_A_GONG) == QUEST_STATUS_REWARDED) || (player->GetQuestStatus(SIMPLY_BANG_A_GONG) == QUEST_STATUS_REWARDED))\n        {\n            if (auto* gongAI = dynamic_cast<gobject_scarab_gongAI*>(go->AI()))\n                gongAI->OpenGate(player, false);\n        }\n        else\n        {\n            player->PrepareQuestMenu(go->GetGUID());\n            player->SendPreparedQuest(go->GetGUID());\n        }\n        return true;\n    }\n};\n\nclass aq_gate : public GameObjectScript\n{\npublic:\n    aq_gate() : GameObjectScript(\"aq_gate\") {}\n\n    struct aq_gateAI : public GameObjectAI\n    {\n        explicit aq_gateAI(GameObject* go) : GameObjectAI(go) {}\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            if (!target)\n                return false;\n\n            return sIndividualProgression->isBeforeProgression(target, PROGRESSION_AQ_WAR); // gate can be opened during the AQ WAR by interacting with the Scarab Gong\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* go) const override\n    {\n        return new aq_gateAI(go);\n    }\n};\n\nclass npc_anachronos_the_ancient : public CreatureScript\n{\npublic:\n    npc_anachronos_the_ancient() : CreatureScript(\"npc_anachronos_the_ancient\") {}\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_anachronos_the_ancientAI(creature);\n    }\n\n    struct npc_anachronos_the_ancientAI : public ScriptedAI\n    {\n        npc_anachronos_the_ancientAI(Creature* creature) : ScriptedAI(creature) {}\n\n        uint32 AnimationTimer;\n        uint8 AnimationCount;\n\n        ObjectGuid AnachronosQuestTriggerGUID;\n        ObjectGuid MerithraGUID;\n        ObjectGuid ArygosGUID;\n        ObjectGuid CaelestraszGUID;\n        ObjectGuid FandralGUID;\n        ObjectGuid PlayerGUID;\n        bool eventEnd;\n\n        void Reset() override\n        {\n            AnimationTimer = 1500;\n            AnimationCount = 0;\n            AnachronosQuestTriggerGUID.Clear();\n            MerithraGUID.Clear();\n            ArygosGUID.Clear();\n            CaelestraszGUID.Clear();\n            FandralGUID.Clear();\n            PlayerGUID.Clear();\n            eventEnd = false;\n\n            me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE);\n        }\n\n        void HandleAnimation()\n        {\n            Player* player = ObjectAccessor::FindConnectedPlayer(PlayerGUID);\n\n            if (!player)\n                return;\n\n            Creature* Fandral = player->FindNearestCreature(C_FANDRAL_STAGHELM, 100.0f);\n            Creature* Arygos = player->FindNearestCreature(C_ARYGOS, 100.0f);\n            Creature* Caelestrasz = player->FindNearestCreature(C_CAELESTRASZ, 100.0f);\n            Creature* Merithra = player->FindNearestCreature(C_MERITHRA, 100.0f);\n\n            if (!Fandral || !Arygos || !Caelestrasz || !Merithra)\n                return;\n\n            AnimationTimer = EventAnim[AnimationCount].Timer;\n            if (!eventEnd)\n            {\n                switch (AnimationCount)\n                {\n                case 0:\n                    Talk(ANACHRONOS_SAY_1, Fandral);\n                    break;\n                case 1:\n                    Fandral->SetTarget(me->GetGUID());\n                    Fandral->AI()->Talk(FANDRAL_SAY_1, me);\n                    break;\n                case 2:\n                    Fandral->SetTarget();\n                    Merithra->AI()->Talk(MERITHRA_EMOTE_1);\n                    break;\n                case 3:\n                    Merithra->AI()->Talk(MERITHRA_SAY_1);\n                    break;\n                case 4:\n                    Arygos->AI()->Talk(ARYGOS_EMOTE_1);\n                    break;\n                case 5:\n                    Caelestrasz->SetTarget(Fandral->GetGUID());\n                    Caelestrasz->AI()->Talk(CAELESTRASZ_SAY_1);\n                    break;\n                case 6:\n                    Merithra->AI()->Talk(MERITHRA_SAY_2);\n                    break;\n                case 7:\n                    Caelestrasz->SetTarget();\n                    Merithra->GetMotionMaster()->MoveCharge(-8065, 1530, 2.61f, 10);\n                    break;\n                case 8:\n                    Merithra->AI()->Talk(MERITHRA_YELL_1);\n                    break;\n                case 9:\n                    Merithra->CastSpell(Merithra, 25105, true);\n                    break;\n                case 10:\n                    break;\n                case 11:\n                    Merithra->CastSpell(Merithra, 24818, false);\n                    break;\n                case 12:\n                    Merithra->GetMotionMaster()->MovePoint(1, -8100, 1530, 50);\n                    break;\n                case 13:\n                    break;\n                case 14:\n                    Arygos->AI()->Talk(ARYGOS_SAY_1);\n                    break;\n                case 15:\n                    Merithra->SetVisible(false);\n                    Merithra->GetMotionMaster()->MoveCharge(-8034.535f, 1535.14f, 2.61f, 42);\n                    Arygos->GetMotionMaster()->MoveCharge(-8065, 1530, 2.61f, 10);\n                    break;\n                case 16:\n                    Arygos->AI()->Talk(ARYGOS_YELL_1);\n                    break;\n                case 17:\n                    Arygos->CastSpell(Arygos, 25107, true);\n                    break;\n                case 18:\n                    break;\n                case 19:\n                    Arygos->CastSpell(Arygos, 50505, false);\n                    break;\n                case 20:\n                    Arygos->GetMotionMaster()->MovePoint(1, -8100, 1530, 50);\n                    break;\n                case 21:\n                    break;\n                case 22:\n                    Caelestrasz->AI()->Talk(CAELESTRASZ_SAY_2, Fandral);\n                    break;\n                case 23:\n                    Arygos->SetVisible(false);\n                    Arygos->GetMotionMaster()->MoveCharge(-8034.535f, 1535.14f, 2.61f, 10);\n                    Caelestrasz->GetMotionMaster()->MoveCharge(-8065, 1530, 2.61f, 10);\n                    break;\n                case 24:\n                    Caelestrasz->AI()->Talk(CAELESTRASZ_YELL_1);\n                    break;\n                case 25:\n                    Caelestrasz->CastSpell(Caelestrasz, 25106, true);\n                    break;\n                case 26:\n                    break;\n                case 27:\n                    Caelestrasz->CastSpell(Caelestrasz, 54293, false);\n                    break;\n                case 28:\n                    Caelestrasz->GetMotionMaster()->MovePoint(1, -8100, 1530, 50);\n                    Talk(ANACHRONOS_SAY_2, Fandral);\n                    break;\n                case 29:\n                    Fandral->AI()->Talk(FANDRAL_SAY_2);\n                    break;\n                case 30:\n                    break;\n                case 31:\n                    Caelestrasz->SetVisible(false);\n                    Caelestrasz->GetMotionMaster()->MoveCharge(-8034.535f, 1535.14f, 2.61f, 42);\n                    Talk(ANACHRONOS_SAY_3, Fandral);\n                    break;\n                case 32:\n                    Fandral->GetMotionMaster()->MoveCharge(-8108, 1529, 2.77f, 8);\n                    me->GetMotionMaster()->MoveCharge(-8113, 1525, 2.77f, 8);\n                    break;//both run to the gate\n                case 33:\n                    Talk(ANACHRONOS_SAY_4);\n                    Caelestrasz->GetMotionMaster()->MoveCharge(-8050, 1473, 65, 15);\n                    break; //Text: sands will stop\n                case 34:\n                    DoCast(player, 23017, true);//Arcane Channeling\n                    break;\n                case 35:\n                    me->CastSpell(-8088, 1520.43f, 2.67f, 25158, true);\n                    break;\n                case 36:\n                    DoCast(player, 25159, true);\n                    break;\n                case 37:\n                    me->SummonGameObject(GO_GATE_OF_AHN_QIRAJ, -8130, 1525, 17.5f, 0, 0, 0, 0, 0, 0);\n                    break;\n                case 38:\n                    DoCast(player, 25166, true);\n                    me->SummonGameObject(GO_GLYPH_OF_AHN_QIRAJ, -8130, 1525, 17.5f, 0, 0, 0, 0, 0, 0);\n                    break;\n                case 39:\n                    Talk(ANACHRONOS_SAY_5, Fandral);\n                    break;\n                case 40:\n                    Fandral->CastSpell(me, 25167, true);\n                    break;\n                case 41:\n                    Fandral->SummonGameObject(GO_ROOTS_OF_AHN_QIRAJ, -8130, 1525, 17.5f, 0, 0, 0, 0, 0, 0);\n                    Fandral->AI()->Talk(FANDRAL_SAY_3);\n                    break;\n                case 42:\n                    me->CastStop();\n                    Fandral->AI()->Talk(FANDRAL_EMOTE_1);\n                    break;\n                case 43:\n                    Fandral->CastStop();\n                    break;\n                case 44:\n                    Talk(ANACHRONOS_SAY_6);\n                    break;\n                case 45:\n                    Talk(ANACHRONOS_SAY_7);\n                    break;\n                case 46:\n                    Talk(ANACHRONOS_SAY_8);\n                    me->GetMotionMaster()->MoveCharge(-8110, 1527, 2.77f, 4);\n                    break;\n                case 47:\n                    Talk(ANACHRONOS_EMOTE_1);\n                    break;\n                case 48:\n                    Fandral->AI()->Talk(FANDRAL_SAY_4, me);\n                    break;\n                case 49:\n                    Fandral->AI()->Talk(FANDRAL_SAY_5, me);\n                    break;\n                case 50:\n                    Fandral->AI()->Talk(FANDRAL_EMOTE_2);\n                    Fandral->CastSpell(-8127, 1525, 17.5f, 33806, true);\n                    break;\n                case 51:\n                {\n                    std::list<Creature*> constructList;\n\n                    me->GetCreatureListWithEntryInGrid(constructList, 15423, 100.0f);\n                    me->GetCreatureListWithEntryInGrid(constructList, 15424, 100.0f);\n                    me->GetCreatureListWithEntryInGrid(constructList, 15414, 100.0f);\n                    me->GetCreatureListWithEntryInGrid(constructList, 15422, 100.0f);\n\n                    if (!constructList.empty())\n                    {\n                        for (std::list<Creature*>::const_iterator itr = constructList.begin(); itr != constructList.end(); ++itr)\n                        {\n                            (*itr)->RemoveFromWorld();\n                        }\n                    }\n\n                    break;\n                }\n                case 52:\n                    Fandral->GetMotionMaster()->MoveCharge(-8028.75f, 1538.795f, 2.61f, 4);\n                    Talk(ANACHRONOS_SAY_9);\n                    break;\n                case 53:\n                    Fandral->AI()->Talk(FANDRAL_SAY_6);\n                    break;\n                case 54:\n                    Talk(ANACHRONOS_EMOTE_2);\n                    break;\n                case 55:\n                    //Fandral should not dispear atm.\n                    //Fandral->SetVisible(false);\n                    break;\n                case 56:\n                    Talk(ANACHRONOS_EMOTE_3);\n                    me->GetMotionMaster()->MoveCharge(-8116, 1522, 3.65f, 4);\n                    break;\n                case 57:\n                    me->GetMotionMaster()->MoveCharge(-8116.7f, 1527, 3.7f, 4);\n                    break;\n                case 58:\n                    me->GetMotionMaster()->MoveCharge(-8112.67f, 1529.9f, 2.86f, 4);\n                    break;\n                case 59:\n                    me->GetMotionMaster()->MoveCharge(-8117.99f, 1532.24f, 3.94f, 4);\n                    break;\n                case 60:\n                    Talk(ANACHRONOS_SAY_10, player);\n                    me->GetMotionMaster()->MoveCharge(-8113.46f, 1524.16f, 2.89f, 4);\n                    break;\n                case 61:\n                    me->GetMotionMaster()->MoveCharge(-8057.1f, 1470.32f, 2.61f, 6);\n\n                    if (player->IsInRange(me, 0, 20))\n                        player->GroupEventHappens(QUEST_A_PAWN_ON_THE_ETERNAL_BOARD, me);\n                    break;\n                case 62:\n                    me->SetDisplayId(15500);\n                    break;\n                case 63:\n                    me->HandleEmoteCommand(254);\n                    me->SetDisableGravity(true);\n                    break;\n                case 64:\n                    me->GetMotionMaster()->MoveCharge(-8000, 1400, 150, 9);\n                    me->SetVisible(false);\n                    break;\n                case 65:\n                    if (Creature* AnachronosQuestTrigger = (ObjectAccessor::GetCreature(*me, AnachronosQuestTriggerGUID)))\n                    {\n                        Talk(ARYGOS_YELL_1);\n                        AnachronosQuestTrigger->AI()->EnterEvadeMode();\n                        eventEnd = true;\n                    }\n                    break;\n                }\n            }\n            ++AnimationCount;\n        }\n        void UpdateAI(uint32 diff) override\n        {\n            if (AnimationTimer)\n            {\n                if (AnimationTimer <= diff)\n                    HandleAnimation();\n                else AnimationTimer -= diff;\n            }\n            if (AnimationCount < 65)\n                me->CombatStop();\n            if (AnimationCount == 65 || eventEnd)\n                EnterEvadeMode();\n        }\n    };\n};\n\nclass npc_qiraj_war_spawn : public CreatureScript\n{\npublic:\n    npc_qiraj_war_spawn() : CreatureScript(\"npc_qiraj_war_spawn\") {}\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_qiraj_war_spawnAI(creature);\n    }\n\n    struct npc_qiraj_war_spawnAI : public ScriptedAI\n    {\n        npc_qiraj_war_spawnAI(Creature* creature) : ScriptedAI(creature) {}\n\n        ObjectGuid MobGUID;\n        ObjectGuid PlayerGUID;\n        uint32 SpellTimer1, SpellTimer2, SpellTimer3, SpellTimer4;\n        bool Timers;\n        bool hasTarget;\n\n        void Reset() override\n        {\n            MobGUID.Clear();\n            PlayerGUID.Clear();\n            Timers = false;\n            hasTarget = false;\n        }\n\n        void JustEngagedWith(Unit* /*who*/) override {}\n        void JustDied(Unit* /*slayer*/) override;\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!Timers)\n            {\n                if (me->GetEntry() == 15424 || me->GetEntry() == 15422 || me->GetEntry() == 15414) //all but Kaldorei Soldiers\n                {\n                    SpellTimer1 = SpawnCast[1].Timer1;\n                    SpellTimer2 = SpawnCast[2].Timer1;\n                    SpellTimer3 = SpawnCast[3].Timer1;\n                }\n                if (me->GetEntry() == 15423 || me->GetEntry() == 15424 || me->GetEntry() == 15422 || me->GetEntry() == 15414)\n                    SpellTimer4 = SpawnCast[0].Timer1;\n                Timers = true;\n            }\n            if (me->GetEntry() == 15424 || me->GetEntry() == 15422 || me->GetEntry() == 15414)\n            {\n                if (SpellTimer1 <= diff)\n                {\n                    DoCast(me, SpawnCast[1].SpellId);\n                    DoCast(me, 24319);\n                    SpellTimer1 = SpawnCast[1].Timer2;\n                }\n                else SpellTimer1 -= diff;\n                if (SpellTimer2 <= diff)\n                {\n                    DoCast(me, SpawnCast[2].SpellId);\n                    SpellTimer2 = SpawnCast[2].Timer2;\n                }\n                else SpellTimer2 -= diff;\n                if (SpellTimer3 <= diff)\n                {\n                    DoCast(me, SpawnCast[3].SpellId);\n                    SpellTimer3 = SpawnCast[3].Timer2;\n                }\n                else SpellTimer3 -= diff;\n            }\n            if (me->GetEntry() == 15423 || me->GetEntry() == 15424 || me->GetEntry() == 15422 || me->GetEntry() == 15414)\n            {\n                if (SpellTimer4 <= diff)\n                {\n                    me->RemoveAllAttackers();\n                    me->AttackStop();\n                    DoCast(me, 15533);\n                    SpellTimer4 = SpawnCast[0].Timer2;\n                }\n                else SpellTimer4 -= diff;\n            }\n            if (!hasTarget)\n            {\n                Unit* target = nullptr;\n                if (me->GetEntry() == 15424 || me->GetEntry() == 15422 || me->GetEntry() == 15414)\n                    target = me->FindNearestCreature(15423, 20, true);\n                if (me->GetEntry() == 15423)\n                {\n                    uint8 tar = urand(0, 2);\n\n                    if (tar == 0)\n                        target = me->FindNearestCreature(15422, 20, true);\n                    else if (tar == 1)\n                        target = me->FindNearestCreature(15424, 20, true);\n                    else if (tar == 2)\n                        target = me->FindNearestCreature(15414, 20, true);\n                }\n                hasTarget = true;\n                if (target)\n                    AttackStart(target);\n            }\n            if (!(me->FindNearestCreature(15379, 60)))\n                DoCast(me, 33652);\n\n            if (!UpdateVictim())\n            {\n                hasTarget = false;\n                return;\n            }\n\n            DoMeleeAttackIfReady();\n        }\n    };\n};\n\nclass npc_anachronos_quest_trigger : public CreatureScript\n{\npublic:\n    npc_anachronos_quest_trigger() : CreatureScript(\"npc_anachronos_quest_trigger\") {}\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_anachronos_quest_triggerAI(creature);\n    }\n\n    struct npc_anachronos_quest_triggerAI : public ScriptedAI\n    {\n        npc_anachronos_quest_triggerAI(Creature* creature) : ScriptedAI(creature) {}\n\n        ObjectGuid PlayerGUID;\n\n        uint32 WaveTimer;\n        uint32 AnnounceTimer;\n\n        int8 LiveCount;\n        uint8 WaveCount;\n\n        bool EventStarted;\n        bool Announced;\n        bool Failed;\n\n        void Reset() override\n        {\n            PlayerGUID.Clear();\n\n            WaveTimer = 2000;\n            AnnounceTimer = 1000;\n            LiveCount = 0;\n            WaveCount = 0;\n\n            EventStarted = false;\n            Announced = false;\n            Failed = false;\n\n            me->SetVisible(false);\n        }\n\n        void SummonNextWave()\n        {\n            uint8 locIndex = WavesInfo[WaveCount].UsedSpawnPoint;\n            uint8 count = locIndex + WavesInfo[WaveCount].SpawnCount;\n\n            for (uint8 i = locIndex; i <= count; ++i)\n            {\n                uint32 desptimer = WavesInfo[WaveCount].DespTimer;\n\n                if (Creature* spawn = me->SummonCreature(WavesInfo[WaveCount].CreatureId, SpawnLocation[i], TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, desptimer))\n                {\n                    if (spawn->GetEntry() == 15423)\n                        spawn->SetUInt32Value(UNIT_FIELD_DISPLAYID, 15427 + rand() % 4);\n                    if (i >= 30) WaveCount = 1;\n                    if (i >= 33) WaveCount = 2;\n                    if (i >= 45) WaveCount = 3;\n                    if (i >= 51) WaveCount = 4;\n\n                    if (WaveCount < 5) //1-4 Wave\n                    {\n                        if (npc_qiraj_war_spawn::npc_qiraj_war_spawnAI* spawnAI = CAST_AI(npc_qiraj_war_spawn::npc_qiraj_war_spawnAI, spawn->AI()))\n                        {\n                            spawnAI->MobGUID = me->GetGUID();\n                            spawnAI->PlayerGUID = PlayerGUID;\n                        }\n                    }\n                }\n            }\n\n            WaveTimer = WavesInfo[WaveCount].SpawnTimer;\n            AnnounceTimer = WavesInfo[WaveCount].YellTimer;\n        }\n\n        void CheckEventFail()\n        {\n            Player* player = ObjectAccessor::GetPlayer(*me, PlayerGUID);\n            if (!player)\n                return;\n\n            if (Group* EventGroup = player->GetGroup())\n            {\n                uint8 GroupMemberCount = 0;\n                uint8 FailedMemberCount = 0;\n\n                Group::MemberSlotList const& members = EventGroup->GetMemberSlots();\n\n                for (Group::member_citerator itr = members.begin(); itr != members.end(); ++itr)\n                {\n                    Player* groupMember = ObjectAccessor::GetPlayer(*me, itr->guid);\n                    if (!groupMember)\n                        continue;\n                    if (!groupMember->IsWithinDistInMap(me, EVENT_AREA_RADIUS) && groupMember->GetQuestStatus(QUEST_A_PAWN_ON_THE_ETERNAL_BOARD) == QUEST_STATUS_INCOMPLETE)\n                    {\n                        groupMember->FailQuest(QUEST_A_PAWN_ON_THE_ETERNAL_BOARD);\n                        ++FailedMemberCount;\n                    }\n                    ++GroupMemberCount;\n                }\n\n                if (GroupMemberCount == FailedMemberCount || !player->IsWithinDistInMap(me, EVENT_AREA_RADIUS))\n                    Failed = true; //only so event can restart\n            }\n        }\n\n        void LiveCounter()\n        {\n            --LiveCount;\n            if (!LiveCount)\n                Announced = false;\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!PlayerGUID || !EventStarted)\n                return;\n\n            if (WaveCount < 4)\n            {\n                if (!Announced && AnnounceTimer <= diff)\n                {\n                    Talk(WavesInfo[WaveCount].WaveTextId);\n                    Announced = true;\n                }\n                else AnnounceTimer -= diff;\n\n                if (WaveTimer <= diff)\n                    SummonNextWave();\n                else WaveTimer -= diff;\n            }\n            CheckEventFail();\n            if (WaveCount == 4 || Failed)\n                EnterEvadeMode();\n        };\n    };\n};\n\nclass gobject_crystalline_tear : public GameObjectScript\n{\npublic:\n    gobject_crystalline_tear() : GameObjectScript(\"gobject_crystalline_tear\") {}\n\n    bool OnQuestAccept(Player* player, GameObject* go, Quest const* quest) override\n    {\n        if (quest->GetQuestId() == QUEST_A_PAWN_ON_THE_ETERNAL_BOARD)\n        {\n            if (Creature* trigger = go->FindNearestCreature(15454, 100, player))\n            {\n                Unit* Merithra = trigger->SummonCreature(15378, -8034.535f, 1535.14f, 2.61f, 0, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 220000);\n                Unit* Caelestrasz = trigger->SummonCreature(15379, -8032.767f, 1533.148f, 2.61f, 1.5f, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 220000);\n                Unit* Arygos = trigger->SummonCreature(15380, -8034.52f, 1537.843f, 2.61f, 5.7f, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 220000);\n                /* Unit* Fandral = */ trigger->SummonCreature(15382, -8028.462f, 1535.843f, 2.61f, 3.141592f, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 220000);\n                Creature* Anachronos = trigger->SummonCreature(15381, -8028.75f, 1538.795f, 2.61f, 4, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 220000);\n\n                if (Merithra)\n                {\n                    Merithra->ReplaceAllNpcFlags(UNIT_NPC_FLAG_NONE);\n                    Merithra->SetUInt32Value(UNIT_FIELD_BYTES_1, 0);\n                    Merithra->SetUInt32Value(UNIT_FIELD_DISPLAYID, 15420);\n                    Merithra->SetFaction(FACTION_FRIENDLY);\n                }\n\n                if (Caelestrasz)\n                {\n                    Caelestrasz->ReplaceAllNpcFlags(UNIT_NPC_FLAG_NONE);\n                    Caelestrasz->SetUInt32Value(UNIT_FIELD_BYTES_1, 0);\n                    Caelestrasz->SetUInt32Value(UNIT_FIELD_DISPLAYID, 15419);\n                    Caelestrasz->SetFaction(FACTION_FRIENDLY);\n                }\n\n                if (Arygos)\n                {\n                    Arygos->ReplaceAllNpcFlags(UNIT_NPC_FLAG_NONE);\n                    Arygos->SetUInt32Value(UNIT_FIELD_BYTES_1, 0);\n                    Arygos->SetUInt32Value(UNIT_FIELD_DISPLAYID, 15418);\n                    Arygos->SetFaction(FACTION_FRIENDLY);\n                }\n\n                if (Anachronos)\n                {\n                    if (npc_anachronos_the_ancient::npc_anachronos_the_ancientAI* anachronosAI = CAST_AI(npc_anachronos_the_ancient::npc_anachronos_the_ancientAI, Anachronos->AI()))\n                        anachronosAI->PlayerGUID = player->GetGUID();\n\n                    if (npc_anachronos_quest_trigger::npc_anachronos_quest_triggerAI* triggerAI = CAST_AI(npc_anachronos_quest_trigger::npc_anachronos_quest_triggerAI, trigger->AI()))\n                    {\n                        triggerAI->Failed = false;\n                        triggerAI->PlayerGUID = player->GetGUID();\n                        triggerAI->EventStarted = true;\n                        triggerAI->Announced = true;\n                    }\n                }\n            }\n        }\n        return true;\n    }\n};\n\nvoid AddSC_aq_scripts()\n{\n    new aq_gate();\n    new gobject_scarab_gong();\n    new gobject_crystalline_tear();\n    new npc_anachronos_quest_trigger();\n    new npc_anachronos_the_ancient();\n    new npc_qiraj_war_spawn();\n}\n"
  },
  {
    "path": "src/vanillaScripts/aq_we_scripts.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"WorldState.h\"\n\n\nclass gobject_ipp_leather_stage_0 : public GameObjectScript\n{\npublic:\n    gobject_ipp_leather_stage_0() : GameObjectScript(\"gobject_ipp_leather_stage_0\") { }\n\n    struct gobject_ipp_leather_stage_0AI: GameObjectAI\n    {\n        explicit gobject_ipp_leather_stage_0AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_leather_stage_0AI(object);\n    }\n};\n\nclass gobject_ipp_leather_stage_1 : public GameObjectScript\n{\npublic:\n    gobject_ipp_leather_stage_1() : GameObjectScript(\"gobject_ipp_leather_stage_1\") { }\n\n    struct gobject_ipp_leather_stage_1AI: GameObjectAI\n    {\n        explicit gobject_ipp_leather_stage_1AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n            {\n                uint8 leatherQuests = 0;\n\n                if (((player->GetQuestStatus(QUEST_LIGHT_LEATHER) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_MEDIUM_LEATHER) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_THICK_LEATHER_A) == QUEST_STATUS_REWARDED)) ||\n                    ((player->GetQuestStatus(QUEST_THICK_LEATHER_H) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_RUGGED_LEATHER) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_HEAVY_LEATHER) == QUEST_STATUS_REWARDED)))\n                {\n                    leatherQuests = 1;\n                }\n\n                if (leatherQuests == 1)\n                    return true;\n            }\n\n            return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_leather_stage_1AI(object);\n    }\n};\n\n\nclass gobject_ipp_herbs_stage_0 : public GameObjectScript\n{\npublic:\n    gobject_ipp_herbs_stage_0() : GameObjectScript(\"gobject_ipp_herbs_stage_0\") { }\n\n    struct gobject_ipp_herbs_stage_0AI: GameObjectAI\n    {\n        explicit gobject_ipp_herbs_stage_0AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_herbs_stage_0AI(object);\n    }\n};\n\nclass gobject_ipp_herbs_stage_1 : public GameObjectScript\n{\npublic:\n    gobject_ipp_herbs_stage_1() : GameObjectScript(\"gobject_ipp_herbs_stage_1\") { }\n\n    struct gobject_ipp_herbs_stage_1AI: GameObjectAI\n    {\n        explicit gobject_ipp_herbs_stage_1AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n            {\n                uint8 herbQuests = 0;\n\n                if (((player->GetQuestStatus(QUEST_STRANGLEKELP) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_ARTHAS_TEARS) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_PURPLE_LOTUS_A) == QUEST_STATUS_REWARDED)) ||\n                    ((player->GetQuestStatus(QUEST_PEACEBLOOM) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_FIREBLOOM) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_PURPLE_LOTUS_H) == QUEST_STATUS_REWARDED)))\n                {\n                    herbQuests = 1;\n                }\n\n                if (herbQuests == 1)\n                    return true;\n            }\n\n            return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_herbs_stage_1AI(object);\n    }\n};\n\nclass gobject_ipp_bars_stage_0 : public GameObjectScript\n{\npublic:\n    gobject_ipp_bars_stage_0() : GameObjectScript(\"gobject_ipp_bars_stage_0\") { }\n\n    struct gobject_ipp_bars_stage_0AI: GameObjectAI\n    {\n        explicit gobject_ipp_bars_stage_0AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_bars_stage_0AI(object);\n    }\n};\n\nclass gobject_ipp_bars_stage_1 : public GameObjectScript\n{\npublic:\n    gobject_ipp_bars_stage_1() : GameObjectScript(\"gobject_ipp_bars_stage_1\") { }\n\n    struct gobject_ipp_bars_stage_1AI: GameObjectAI\n    {\n        explicit gobject_ipp_bars_stage_1AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n            {\n                uint8 barQuests = 0;\n\n                if (((player->GetQuestStatus(QUEST_COPPER_BARS_A) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_IRON_BARS) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_THORIUM_BARS) == QUEST_STATUS_REWARDED)) ||\n                    ((player->GetQuestStatus(QUEST_COPPER_BARS_H) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_TIN_BARS) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_MITHRIL_BARS) == QUEST_STATUS_REWARDED)))\n                {\n                    barQuests = 1;\n                }\n\n                if (barQuests == 1)\n                    return true;\n            }\n\n            return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_bars_stage_1AI(object);\n    }\n};\n\nclass gobject_ipp_food_stage_0 : public GameObjectScript\n{\npublic:\n    gobject_ipp_food_stage_0() : GameObjectScript(\"gobject_ipp_food_stage_0\") { }\n\n    struct gobject_ipp_food_stage_0AI: GameObjectAI\n    {\n        explicit gobject_ipp_food_stage_0AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_food_stage_0AI(object);\n    }\n};\n\nclass gobject_ipp_food_stage_1 : public GameObjectScript\n{\npublic:\n    gobject_ipp_food_stage_1() : GameObjectScript(\"gobject_ipp_food_stage_1\") { }\n\n    struct gobject_ipp_food_stage_1AI: GameObjectAI\n    {\n        explicit gobject_ipp_food_stage_1AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n            {\n                uint8 foodQuests = 0;\n\n                if (((player->GetQuestStatus(QUEST_RAINBOW_FIN) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_ROAST_RAPTOR) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_SPOTTED_YELLOWTAIL_A) == QUEST_STATUS_REWARDED)) ||\n                    ((player->GetQuestStatus(QUEST_LEAN_WOLF_STEAK) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_SPOTTED_YELLOWTAIL_H) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_BAKED_SALMON) == QUEST_STATUS_REWARDED)))\n                {\n                    foodQuests = 1;\n                }\n\n                if (foodQuests == 1)\n                    return true;\n            }\n\n            return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_food_stage_1AI(object);\n    }\n};\n\nclass gobject_ipp_bandages_stage_0 : public GameObjectScript\n{\npublic:\n    gobject_ipp_bandages_stage_0() : GameObjectScript(\"gobject_ipp_bandages_stage_0\") { }\n\n    struct gobject_ipp_bandages_stage_0AI: GameObjectAI\n    {\n        explicit gobject_ipp_bandages_stage_0AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n                return true;\n            else\n                return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_bandages_stage_0AI(object);\n    }\n};\n\nclass gobject_ipp_bandages_stage_1 : public GameObjectScript\n{\npublic:\n    gobject_ipp_bandages_stage_1() : GameObjectScript(\"gobject_ipp_bandages_stage_1\") { }\n\n    struct gobject_ipp_bandages_stage_1AI: GameObjectAI\n    {\n        explicit gobject_ipp_bandages_stage_1AI(GameObject* object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n\n            if (sIndividualProgression->hasPassedProgression(target, PROGRESSION_BLACKWING_LAIR) && !sIndividualProgression->hasPassedProgression(target, PROGRESSION_PRE_AQ))\n            {\n                uint8 bandagesQuests = 0;\n\n                if (((player->GetQuestStatus(QUEST_LINEN_BANDAGES) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_SILK_BANDAGES) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_RUNECLOTH_BANDAGES_A) == QUEST_STATUS_REWARDED)) ||\n                    ((player->GetQuestStatus(QUEST_WOOL_BANDAGES) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_MAGEWEAVE_BANDAGES) == QUEST_STATUS_REWARDED) &&\n                     (player->GetQuestStatus(QUEST_RUNECLOTH_BANDAGES_H) == QUEST_STATUS_REWARDED)))\n                {\n                    bandagesQuests = 1;\n                }\n\n                if (bandagesQuests == 1)\n                    return true;\n            }\n\n            return false;\n        }\n    };\n\n    GameObjectAI* GetAI(GameObject* object) const override\n    {\n        return new gobject_ipp_bandages_stage_1AI(object);\n    }\n};\n\nvoid AddSC_aq_we_scripts()\n{\n    new gobject_ipp_leather_stage_0();\n    new gobject_ipp_leather_stage_1();\n    new gobject_ipp_herbs_stage_0();\n    new gobject_ipp_herbs_stage_1();\n    new gobject_ipp_bars_stage_0();\n    new gobject_ipp_bars_stage_1();\n    new gobject_ipp_food_stage_0();\n    new gobject_ipp_food_stage_1();\n    new gobject_ipp_bandages_stage_0();\n    new gobject_ipp_bandages_stage_1();\n}\n"
  },
  {
    "path": "src/vanillaScripts/blackrock_spire.h",
    "content": "\n/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef DEF_BLACKROCK_SPIRE_50_59_B_H\n#define DEF_BLACKROCK_SPIRE_50_59_B_H\n\n#include \"CreatureAIImpl.h\"\n\nuint32 const EncounterCount         = 23;\n\n#define BRSScriptName \"instance_blackrock_spire\"\n\nenum DataTypes\n{\n    DATA_HIGHLORD_OMOKK             = 0,\n    DATA_SHADOW_HUNTER_VOSHGAJIN    = 1,\n    DATA_WARMASTER_VOONE            = 2,\n    DATA_MOTHER_SMOLDERWEB          = 3,\n    DATA_UROK_DOOMHOWL              = 4,\n    DATA_QUARTERMASTER_ZIGRIS       = 5,\n    DATA_GIZRUL_THE_SLAVENER        = 6,\n    DATA_HALYCON                    = 7,\n    DATA_OVERLORD_WYRMTHALAK        = 8,\n    DATA_PYROGAURD_EMBERSEER        = 9,\n    DATA_WARCHIEF_REND_BLACKHAND    = 10,\n    DATA_GYTH                       = 11,\n    DATA_THE_BEAST                  = 12,\n    DATA_GENERAL_DRAKKISATH         = 13,\n    DATA_LORD_VALTHALAK             = 14,\n    // Extra\n    DATA_DRAGONSPIRE_ROOM           = 15,\n    DATA_HALL_RUNE_1                = 16,\n    DATA_HALL_RUNE_2                = 17,\n    DATA_HALL_RUNE_3                = 18,\n    DATA_HALL_RUNE_4                = 19,\n    DATA_HALL_RUNE_5                = 20,\n    DATA_HALL_RUNE_6                = 21,\n    DATA_HALL_RUNE_7                = 22,\n    DATA_SOLAKAR_FLAMEWREATH        = 23,\n    DATA_MOR_GRAYHOOF               = 24,\n    DATA_VAELASTRASZ                = 25,\n\n    // Progression module\n    DATA_UBRS_DOOR_OPEN             = 26\n};\n\nenum CreaturesIds\n{\n    NPC_HIGHLORD_OMOKK              = 9196,\n    NPC_SHADOW_HUNTER_VOSHGAJIN     = 9236,\n    NPC_WARMASTER_VOONE             = 9237,\n    NPC_MOTHER_SMOLDERWEB           = 10596,\n    NPC_UROK_DOOMHOWL               = 10584,\n    NPC_QUARTERMASTER_ZIGRIS        = 9736,\n    NPC_GIZRUL_THE_SLAVENER         = 10268,\n    NPC_HALYCON                     = 10220,\n    NPC_OVERLORD_WYRMTHALAK         = 9568,\n    NPC_PYROGAURD_EMBERSEER         = 9816,\n    NPC_WARCHIEF_REND_BLACKHAND     = 10429,\n    NPC_GYTH                        = 10339,\n    NPC_THE_BEAST                   = 10430,\n    NPC_GENERAL_DRAKKISATH          = 10363,\n    NPC_BLACKHAND_DREADWEAVER       = 9817,\n    NPC_BLACKHAND_SUMMONER          = 9818,\n    NPC_BLACKHAND_VETERAN           = 9819,\n    NPC_BLACKHAND_INCARCERATOR      = 10316,\n    NPC_LORD_VICTOR_NEFARIUS        = 10162,\n    NPC_VAELASTRASZ_THE_RED         = 10340,\n    NPC_VAELASTRASZ_UBRS            = 10538,\n\n    NPC_SCARSHIELD_INFILTRATOR      = 10299,\n\n    NPC_SOLAKAR                     = 10264,\n    NPC_ROOKERY_GUARDIAN            = 10258,\n    NPC_ROOKERY_HATCHER             = 10683,\n    NPC_ROOKERY_WHELP               = 10161,\n\n    NPC_UROK_MAGUS                  = 10602,\n    NPC_UROK_ENFORCER               = 10601,\n    NPC_FINKLE_EINHORN              = 10776,\n    NPC_CHROMATIC_ELITE_GUARD       = 10814\n};\n\nenum AdditionalData\n{\n    SPELL_SUMMON_ROOKERY_WHELP      = 15745,\n    EVENT_UROK_DOOMHOWL             = 4845,\n    EVENT_PYROGUARD_EMBERSEER       = 4884,\n    AREATRIGGER                     = 1,\n    AREATRIGGER_DRAGONSPIRE_HALL    = 2046,\n    AREATRIGGER_BLACKROCK_STADIUM   = 2026,\n    SAY_FINKLE_GANG                 = 0,\n    ITEM_UNADORNED_SEAL             = 12219,\n\n    // Progression module\n    ITEM_SEAL_OF_ASCENSION          = 12344\n};\n\nenum GameObjectsIds\n{\n    GO_ROOKERY_EGG                  = 175124,\n    // Doors\n    GO_EMBERSEER_IN                 = 175244, // First door to Pyroguard Emberseer\n    GO_DOORS                        = 175705, // Second door to Pyroguard Emberseer\n    GO_EMBERSEER_OUT                = 175153, // Door after Pyroguard Emberseer event\n    GO_GYTH_ENTRY_DOOR              = 164726,\n    GO_GYTH_COMBAT_DOOR             = 175185,\n    GO_GYTH_EXIT_DOOR               = 175186,\n    GO_DRAKKISATH_DOOR_1            = 175946,\n    GO_DRAKKISATH_DOOR_2            = 175947,\n    // Runes in dragonspire hall\n    GO_HALL_RUNE_1                  = 175197,\n    GO_HALL_RUNE_2                  = 175199,\n    GO_HALL_RUNE_3                  = 175195,\n    GO_HALL_RUNE_4                  = 175200,\n    GO_HALL_RUNE_5                  = 175198,\n    GO_HALL_RUNE_6                  = 175196,\n    GO_HALL_RUNE_7                  = 175194,\n    // Runes in emberseers room\n    GO_EMBERSEER_RUNE_1             = 175266,\n    GO_EMBERSEER_RUNE_2             = 175267,\n    GO_EMBERSEER_RUNE_3             = 175268,\n    GO_EMBERSEER_RUNE_4             = 175269,\n    GO_EMBERSEER_RUNE_5             = 175270,\n    GO_EMBERSEER_RUNE_6             = 175271,\n    GO_EMBERSEER_RUNE_7             = 175272,\n    // For Gyth event\n    GO_DR_PORTCULLIS                = 175185,\n    GO_PORTCULLIS_ACTIVE            = 164726,\n    // Urok Doomhowl\n    GO_UROK_PILE                    = 175621,\n    GO_UROK_CHALLENGE               = 175584,\n    GO_UROK_CIRCLE                  = 175571,\n\n    // UBRS Door - progression module\n    GO_UBRS_ENTER_DOOR              = 164725,\n    GO_UBRS_ENTER_BRAZIER_1         = 175528,\n    GO_UBRS_ENTER_BRAZIER_2         = 175529,\n    GO_UBRS_ENTER_BRAZIER_3         = 175530,\n    GO_UBRS_ENTER_BRAZIER_4         = 175531,\n    GO_UBRS_ENTER_BRAZIER_5         = 175532,\n    GO_UBRS_ENTER_BRAZIER_6         = 175533\n};\n\nenum npcspells\n{\n    SPELL_FINKLE_IS_EINHORN         = 16710\n};\n\ntemplate <class AI, class T>\ninline AI* GetBlackrockSpireAI(T* obj)\n{\n    return GetInstanceAI<AI>(obj, BRSScriptName);\n}\n\n#define RegisterBlackrockSpireCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetBlackrockSpireAI)\n\n#endif\n"
  },
  {
    "path": "src/vanillaScripts/boss_chromaggus.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"ScriptMgr.h\"\n#include \"SpellScript.h\"\n\n// 23310 - Time lapse, threat mechanic was removed in 2.01\nclass spell_bwl_chromaggus_time_lapse_60_2_A : public SpellScriptLoader\n{\npublic:\n    spell_bwl_chromaggus_time_lapse_60_2_A() : SpellScriptLoader(\"spell_bwl_chromaggus_time_lapse\") { }\n\n    class spell_bwl_chromaggus_time_lapse_60_2_A_SpellScript : public SpellScript\n    {\n        PrepareSpellScript(spell_bwl_chromaggus_time_lapse_60_2_A_SpellScript);\n\n        void HandleEffectScriptEffect(SpellEffIndex /*effIndex*/)\n        {\n            if (GetCaster() && GetCaster()->ToCreature())\n            {\n                if (GetHitUnit() == GetCaster()->GetVictim())\n                {\n                    GetCaster()->ToCreature()->ModifyThreatPercentTemp(GetHitUnit(), -100, 8000ms);\n                }\n            }\n        }\n\n        void Register() override\n        {\n            OnEffectHitTarget += SpellEffectFn(spell_bwl_chromaggus_time_lapse_60_2_A_SpellScript::HandleEffectScriptEffect, EFFECT_0, SPELL_EFFECT_APPLY_AURA);\n        }\n    };\n\n    SpellScript* GetSpellScript() const override\n    {\n        return new spell_bwl_chromaggus_time_lapse_60_2_A_SpellScript;\n    }\n};\n\nvoid AddSC_boss_chromaggus_60_2_A()\n{\n    new spell_bwl_chromaggus_time_lapse_60_2_A();\n}\n"
  },
  {
    "path": "src/vanillaScripts/boss_drakkisath.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"blackrock_spire.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptMgr.h\"\n\nenum Spells\n{\n    SPELL_FLAMESTRIKE               = 16419,\n    SPELL_CLEAVE                    = 15284,\n    SPELL_CONFLAGRATION             = 16805,\n    SPELL_THUNDERCLAP               = 15548, //Not sure if right ID. 23931 would be a harder possibility.\n    SPELL_RAGE                      = 16789,\n    SPELL_PIERCE_ARMOR              = 12097\n};\n\nenum Events\n{\n    EVENT_FLAMESTRIKE               = 1,\n    EVENT_CLEAVE,\n    EVENT_CONFLAGRATION,\n    EVENT_THUNDERCLAP,\n    EVENT_PIERCE_ARMOR,\n    EVENT_RAGE,\n    EVENT_CHECK_CONFLAGRATION_TARGET\n};\n\nclass boss_drakkisath_50_59_B : public CreatureScript\n{\npublic:\n    boss_drakkisath_50_59_B() : CreatureScript(\"boss_drakkisath\") { }\n\n    struct boss_drakkisathAI_50_59_B : public BossAI\n    {\n        boss_drakkisathAI_50_59_B(Creature* creature) : BossAI(creature, DATA_GENERAL_DRAKKISATH) {}\n\n        void JustEngagedWith(Unit* /*who*/) override\n        {\n            _JustEngagedWith();\n            events.ScheduleEvent(EVENT_FLAMESTRIKE, 6s);\n            events.ScheduleEvent(EVENT_CLEAVE, 8s);\n            events.ScheduleEvent(EVENT_CONFLAGRATION, 15s);\n            events.ScheduleEvent(EVENT_THUNDERCLAP, 17s);\n            events.ScheduleEvent(EVENT_PIERCE_ARMOR, 5s);\n            events.ScheduleEvent(EVENT_RAGE, 1s);\n\n            // Kill players if the door wasn't opened\n            // if (!instance->GetData(DATA_UBRS_DOOR_OPEN))\n            // {\n            //     DoCastSelf(68378 /* Berserk */);\n            // }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictim())\n                return;\n\n            events.Update(diff);\n\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            while (uint32 eventId = events.ExecuteEvent())\n            {\n                switch (eventId)\n                {\n                    case EVENT_FLAMESTRIKE:\n                        DoCastAOE(SPELL_FLAMESTRIKE);\n                        events.ScheduleEvent(EVENT_FLAMESTRIKE, 10s);\n                        break;\n                    case EVENT_CLEAVE:\n                        DoCastVictim(SPELL_CLEAVE);\n                        events.ScheduleEvent(EVENT_CLEAVE, 8s);\n                        break;\n                    case EVENT_CONFLAGRATION:\n                        DoCastVictim(SPELL_CONFLAGRATION);\n\n                        if (Unit* target = me->GetVictim())\n                        {\n                            _conflagrateTarget = me->GetVictim()->GetGUID();\n                            _conflagrateThreat = me->GetThreatMgr().GetThreat(me->GetVictim());\n                            me->GetThreatMgr().ModifyThreatByPercent(target, -100);\n                        }\n                        events.ScheduleEvent(EVENT_CONFLAGRATION, 18s);\n                        events.ScheduleEvent(EVENT_CHECK_CONFLAGRATION_TARGET, 10s);\n                        break;\n                    case EVENT_THUNDERCLAP:\n                        DoCastVictim(SPELL_THUNDERCLAP);\n                        events.ScheduleEvent(EVENT_THUNDERCLAP, 20s);\n                        break;\n                    case EVENT_PIERCE_ARMOR:\n                        DoCastVictim(SPELL_PIERCE_ARMOR);\n                        events.ScheduleEvent(EVENT_PIERCE_ARMOR, 40s);\n                        break;\n                    case EVENT_RAGE:\n                        DoCastSelf(SPELL_RAGE);\n                        events.ScheduleEvent(EVENT_RAGE, 35s);\n                        break;\n                    case EVENT_CHECK_CONFLAGRATION_TARGET:\n                        if (Unit* target = ObjectAccessor::GetUnit(*me, _conflagrateTarget))\n                        {\n                            me->GetThreatMgr().AddThreat(target, _conflagrateThreat);\n                        }\n                        break;\n                }\n            }\n            DoMeleeAttackIfReady();\n        }\n\n    private:\n        float _conflagrateThreat;\n        ObjectGuid _conflagrateTarget;\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return GetBlackrockSpireAI<boss_drakkisathAI_50_59_B>(creature);\n    }\n};\n\nvoid AddSC_boss_drakkisath_50_59_B()\n{\n    new boss_drakkisath_50_59_B();\n}\n\n"
  },
  {
    "path": "src/vanillaScripts/boss_lord_kazzak.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"Creature.h\"\n#include \"Group.h\"\n#include \"GroupReference.h\"\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellMgr.h\"\n#include \"SpellScript.h\"\n\n#include \"ProgressionSystem.h\"\n\nenum Texts\n{\n    SAY_INTRO      = 0,\n    SAY_AGGRO      = 1,\n    SAY_SURPREME   = 2,\n    SAY_KILL       = 3,\n    SAY_DEATH      = 4,\n    EMOTE_FRENZY   = 5,\n    SAY_RAND       = 6,\n    SAY_WIPE       = 7,\n    EMOTE_SUPREME  = 8\n};\n\nenum Spells\n{\n    SPELL_SHADOW_VOLLEY         = 30354,\n    SPELL_CLEAVE                = 31779,\n    SPELL_THUNDERCLAP           = 36706,\n    SPELL_VOID_BOLT             = 21066,\n    SPELL_MARK_OF_KAZZAK        = 21056,\n    SPELL_MARK_OF_KAZZAK_DAMAGE = 21058,\n    SPELL_ENRAGE                = 32964,\n    SPELL_CAPTURE_SOUL          = 32966,\n    SPELL_TWISTED_REFLECTION    = 21063,\n};\n\nenum Events\n{\n    EVENT_SHADOW_VOLLEY      = 1,\n    EVENT_CLEAVE             = 2,\n    EVENT_THUNDERCLAP        = 3,\n    EVENT_VOID_BOLT          = 4,\n    EVENT_MARK_OF_KAZZAK     = 5,\n    EVENT_ENRAGE             = 6,\n    EVENT_TWISTED_REFLECTION = 7,\n    EVENT_BERSERK            = 8\n};\n\nenum Phases\n{\n    PHASE_NORMAL = 1,\n    PHASE_OUTRO = 2\n};\n\nclass boss_lord_kazzak_60_2 : public CreatureScript\n{\npublic:\n    boss_lord_kazzak_60_2() : CreatureScript(\"boss_lord_kazzak\") { }\n\n    struct boss_lord_kazzakAI : public ScriptedAI\n    {\n        boss_lord_kazzakAI(Creature* creature) : ScriptedAI(creature)\n        {\n            _supremeMode = false;\n        }\n\n        void Reset() override\n        {\n            _events.Reset();\n            _events.ScheduleEvent(EVENT_SHADOW_VOLLEY, 6s, 10s);\n            _events.ScheduleEvent(EVENT_CLEAVE, 7s);\n            _events.ScheduleEvent(EVENT_THUNDERCLAP, 14s, 18s);\n            _events.ScheduleEvent(EVENT_VOID_BOLT, 30s);\n            _events.ScheduleEvent(EVENT_MARK_OF_KAZZAK, 25s);\n            _events.ScheduleEvent(EVENT_TWISTED_REFLECTION, 33s);\n            _events.ScheduleEvent(EVENT_BERSERK, 180s);\n            _supremeMode = false;\n        }\n\n        void JustRespawned() override\n        {\n            Talk(SAY_INTRO);\n        }\n\n        void JustEngagedWith(Unit* /*who*/) override\n        {\n            Talk(SAY_AGGRO);\n\n        }\n\n        void KilledUnit(Unit* /*victim*/) override\n        {\n            DoCast(me, SPELL_CAPTURE_SOUL);\n            Talk(SAY_KILL);\n        }\n\n        void EnterEvadeMode(EvadeReason why) override\n        {\n            Talk(SAY_WIPE);\n            ScriptedAI::EnterEvadeMode(why);\n\n        }\n\n        void JustDied(Unit* /*killer*/) override\n        {\n            Talk(SAY_DEATH);\n\n            me->SetRespawnTime(urand(2 * DAY, 3 * DAY));\n            me->SaveRespawnTime();\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            // Return since we have no target\n            if (!UpdateVictim())\n                return;\n\n            _events.Update(diff);\n\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n                return;\n\n            while (uint32 eventId = _events.ExecuteEvent())\n            {\n                switch (eventId)\n                {\n                    case EVENT_SHADOW_VOLLEY:\n                        DoCastVictim(SPELL_SHADOW_VOLLEY);\n                        if (!_supremeMode)\n                            _events.ScheduleEvent(EVENT_SHADOW_VOLLEY, 4s, 30s);\n                        else\n                            _events.ScheduleEvent(EVENT_SHADOW_VOLLEY, 1s);\n                        break;\n                    case EVENT_CLEAVE:\n                        DoCastVictim(SPELL_CLEAVE);\n                        _events.ScheduleEvent(EVENT_CLEAVE, 8s, 12s);\n                        break;\n                    case EVENT_THUNDERCLAP:\n                        DoCastVictim(SPELL_THUNDERCLAP);\n                        _events.ScheduleEvent(EVENT_THUNDERCLAP, 10s, 14s);\n                        break;\n                    case EVENT_VOID_BOLT:\n                        DoCastVictim(SPELL_VOID_BOLT);\n                        _events.ScheduleEvent(EVENT_VOID_BOLT, 15s, 18s);\n                        break;\n                    case EVENT_MARK_OF_KAZZAK:\n                        if (Unit* target = SelectTarget(SelectTargetMethod::Random, 1, [&](Unit* u) { return u && !u->IsPet() && u->getPowerType() == POWER_MANA; }))\n                            DoCast(target, SPELL_MARK_OF_KAZZAK);\n                        _events.ScheduleEvent(EVENT_MARK_OF_KAZZAK, 20s);\n                        break;\n                    case EVENT_ENRAGE:\n                        Talk(EMOTE_FRENZY);\n                        DoCast(me, SPELL_ENRAGE);\n                        _events.ScheduleEvent(EVENT_ENRAGE, 30s);\n                        break;\n                    case EVENT_TWISTED_REFLECTION:\n                        if (Unit* target = SelectTarget(SelectTargetMethod::Random, 1, 0.0f, true))\n                            DoCast(target, SPELL_TWISTED_REFLECTION);\n                        _events.ScheduleEvent(EVENT_TWISTED_REFLECTION, 15s);\n                        break;\n                    case EVENT_BERSERK:\n                        _supremeMode = true;\n                        Talk(EMOTE_SUPREME);\n                        _events.ScheduleEvent(EVENT_SHADOW_VOLLEY, 1s);\n                        break;\n                    default:\n                        break;\n                }\n            }\n\n            DoMeleeAttackIfReady();\n        }\n\n    private:\n        EventMap _events;\n        bool _supremeMode;\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new boss_lord_kazzakAI(creature);\n    }\n};\n\nclass spell_mark_of_kazzak_60_2 : public SpellScriptLoader\n{\npublic:\n    spell_mark_of_kazzak_60_2() : SpellScriptLoader(\"spell_mark_of_kazzak_60\") { }\n\n    class spell_mark_of_kazzak_AuraScript : public AuraScript\n    {\n        PrepareAuraScript(spell_mark_of_kazzak_AuraScript);\n\n        bool Validate(SpellInfo const* /*spell*/) override\n        {\n            if (!sSpellMgr->GetSpellInfo(SPELL_MARK_OF_KAZZAK_DAMAGE))\n                return false;\n            return true;\n        }\n\n        void OnPeriodic(AuraEffect const* aurEff)\n        {\n            Unit* target = GetTarget();\n\n            if (target->GetPower(POWER_MANA) <= 50)\n            {\n                target->CastSpell(target, SPELL_MARK_OF_KAZZAK_DAMAGE, true, NULL, aurEff);\n                // Remove aura\n                SetDuration(0);\n            }\n        }\n\n        void Register() override\n        {\n            OnEffectPeriodic += AuraEffectPeriodicFn(spell_mark_of_kazzak_AuraScript::OnPeriodic, EFFECT_0, SPELL_AURA_PERIODIC_MANA_LEECH);\n        }\n    };\n\n    AuraScript* GetAuraScript() const override\n    {\n        return new spell_mark_of_kazzak_AuraScript();\n    }\n};\n\nvoid AddSC_boss_lord_kazzak_60_2()\n{\n    new boss_lord_kazzak_60_2();\n    new spell_mark_of_kazzak_60_2();\n}\n"
  },
  {
    "path": "src/vanillaScripts/boss_onyxia.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"Player.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellInfo.h\"\n#include \"onyxias_lair.h\"\n\nenum Spells\n{\n    SPELL_WINGBUFFET                = 18500,\n    SPELL_FLAMEBREATH               = 18435,\n    SPELL_CLEAVE                    = 68868,\n    //SPELL_TAILSWEEP                 = 68867,\n    SPELL_TAILSWEEP                 = 15847,\n    SPELL_FIREBALL                  = 18392,\n    SPELL_BELLOWINGROAR             = 18431,\n\n    SPELL_SUMMON_WHELP              = 91003,\n    SPELL_SUMMON_LAIR_GUARD         = 68968,\n    SPELL_ERUPTION                  = 17731,\n\n    SPELL_OLG_BLASTNOVA             = 68958,\n    SPELL_OLG_IGNITEWEAPON          = 68959,\n\n    SPELL_BREATH_N_TO_S             = 17086,\n    SPELL_BREATH_S_TO_N             = 18351,\n    SPELL_BREATH_E_TO_W             = 18576,\n    SPELL_BREATH_W_TO_E             = 18609,\n    SPELL_BREATH_SE_TO_NW           = 18564,\n    SPELL_BREATH_NW_TO_SE           = 18584,\n    SPELL_BREATH_SW_TO_NE           = 18596,\n    SPELL_BREATH_NE_TO_SW           = 18617,\n};\n\nenum Events\n{\n    EVENT_SPELL_WINGBUFFET          = 1,\n    EVENT_SPELL_FLAMEBREATH         = 2,\n    EVENT_SPELL_TAILSWEEP           = 3,\n    EVENT_SPELL_CLEAVE              = 4,\n    EVENT_START_PHASE_2             = 5,\n    EVENT_SPELL_FIREBALL_FIRST      = 6,\n    EVENT_SPELL_FIREBALL_SECOND     = 7,\n    EVENT_PHASE_2_STEP_CW           = 8,\n    EVENT_PHASE_2_STEP_ACW          = 9,\n    EVENT_PHASE_2_STEP_ACROSS       = 10,\n    EVENT_SPELL_BREATH              = 11,\n    EVENT_START_PHASE_3             = 12,\n    EVENT_PHASE_3_ATTACK            = 13,\n    EVENT_SPELL_BELLOWINGROAR       = 14,\n    EVENT_WHELP_SPAM                = 15,\n    EVENT_SUMMON_LAIR_GUARD         = 16,\n    EVENT_SUMMON_WHELP              = 17,\n    EVENT_OLG_SPELL_BLASTNOVA       = 18,\n    EVENT_OLG_SPELL_IGNITEWEAPON    = 19,\n    EVENT_ERUPTION                  = 20,\n\n    EVENT_LIFTOFF                   = 31,\n    EVENT_FLY_S_TO_N                = 32,\n    EVENT_LAND                      = 33,\n    EVENT_END_MANY_WHELPS_TIME\n};\n\nenum Phases\n{\n    PHASE_NONE,\n    PHASE_GROUNDED, // Phase 1\n    PHASE_AIRPHASE, // Phase 2 - Airphase - 60% health\n    PHASE_LANDED    // Phase 3 - Landed after Airphase - 40% health\n};\n\nstruct sOnyxMove\n{\n    uint8 CurrId, DestId;\n    uint32 spellId;\n    float x, y, z, o;\n};\n\nstatic sOnyxMove OnyxiaMoveData[] =\n        {\n                {0, 0, 0, -64.496f, -214.906f, -84.4f, 0.0f}, // south ground\n                {1, 5, SPELL_BREATH_S_TO_N, -64.496f, -214.906f, -60.0f, 0.0f}, // south\n                {2, 6, SPELL_BREATH_SW_TO_NE, -59.809f, -190.758f, -60.0f, 7 * M_PI / 4}, // south-west\n                {3, 7, SPELL_BREATH_W_TO_E, -29.450f, -180.600f, -60.0f, M_PI + M_PI / 2}, // west\n                {4, 8, SPELL_BREATH_NW_TO_SE, 6.895f, -180.246f, -60.0f, M_PI + M_PI / 4}, // north-west\n                {5, 1, SPELL_BREATH_N_TO_S,  22.876f, -217.152f, -60.0f, M_PI}, // north\n                {6, 2, SPELL_BREATH_NE_TO_SW, 10.2191f, -247.912f, -60.0f, 3 * M_PI / 4}, // north-east\n                {7, 3, SPELL_BREATH_E_TO_W, -31.496f, -250.123f, -60.0f, M_PI / 2}, // east\n                {8, 4, SPELL_BREATH_SE_TO_NW, -63.5156f, -240.096f, -60.0f, M_PI / 4}, // south-east\n        };\n\nenum Yells\n{\n    // Say\n    SAY_AGGRO                   = 0,\n    SAY_KILL                    = 1,\n    SAY_PHASE_2_TRANS           = 2,\n    SAY_PHASE_3_TRANS           = 3,\n    EMOTE_BREATH                = 4,\n    SAY_EVADE                   = 5\n};\n\n\nclass boss_onyxia_40 : public CreatureScript\n{\npublic:\n    boss_onyxia_40() : CreatureScript(\"boss_onyxia_40\") {}\n\n    struct boss_onyxiaAI_40 : public BossAI\n    {\n    public:\n        boss_onyxiaAI_40(Creature* pCreature) : BossAI(pCreature, DATA_ONYXIA)\n        {\n            Initialize();\n        }\n\n        void Initialize()\n        {\n            CurrentWP            = 0;\n            whelpSpam            = false;\n            whelpCount           = 0;\n            whelpSpamTimer       = 0;\n            bManyWhelpsAvailable = false;\n\n            // Immune to taunt in vanilla\n            me->ApplySpellImmune(0, IMMUNITY_STATE, SPELL_AURA_MOD_TAUNT, true);\n            me->ApplySpellImmune(0, IMMUNITY_EFFECT, SPELL_EFFECT_ATTACK_ME, true);\n        }\n\n        void SetPhase(uint8 ph)\n        {\n            events.Reset();\n            Phase = ph;\n            switch (ph)\n            {\n                case PHASE_GROUNDED:\n                    events.ScheduleEvent(EVENT_SPELL_WINGBUFFET, 10s, 20s);\n                    events.ScheduleEvent(EVENT_SPELL_FLAMEBREATH, 10s, 20s);\n                    events.ScheduleEvent(EVENT_SPELL_TAILSWEEP, 15s, 20s);\n                    events.ScheduleEvent(EVENT_SPELL_CLEAVE, 2s, 5s);\n                    break;\n                case PHASE_AIRPHASE:\n                    events.ScheduleEvent(EVENT_START_PHASE_2, 0ms);\n                    break;\n                case PHASE_LANDED:\n                    events.ScheduleEvent(EVENT_START_PHASE_3, 5s);\n                    break;\n            }\n        }\n\n        void Reset() override\n        {\n            Initialize();\n            SetPhase(PHASE_NONE);\n            me->SetReactState(REACT_AGGRESSIVE);\n            me->SetCanFly(false);\n            me->SetDisableGravity(false);\n            me->SetSpeed(MOVE_RUN, me->GetCreatureTemplate()->speed_run, false);\n            BossAI::Reset();\n        }\n\n        void DoAction(int32 param) override\n        {\n            switch (param)\n            {\n                case -1:\n                    if (bManyWhelpsAvailable)\n                    {\n                        instance->SetData(DATA_WHELP_SUMMONED, 1);\n                    }\n                    break;\n            }\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            Talk(SAY_AGGRO);\n            SetPhase(PHASE_GROUNDED);\n\n            BossAI::JustEngagedWith(who);\n        }\n\n        void DamageTaken(Unit*, uint32& damage, DamageEffectType, SpellSchoolMask) override\n        {\n            if (me->HealthBelowPctDamaged(65, damage) && Phase == PHASE_GROUNDED)\n            {\n                SetPhase(PHASE_AIRPHASE);\n            }\n            else if (me->HealthBelowPctDamaged(40, damage) && Phase == PHASE_AIRPHASE)\n            {\n                SetPhase(PHASE_LANDED);\n            }\n        }\n\n        void JustSummoned(Creature* summon) override\n        {\n            if (summon->GetEntry() == NPC_ONYXIAN_WHELP || summon->GetEntry() == NPC_ONYXIAN_LAIR_GUARD)\n            {\n                if (Unit* target = summon->SelectNearestTarget(300.0f))\n                {\n                    summon->AI()->AttackStart(target);\n                    DoZoneInCombat(summon);\n                }\n\n                summons.Summon(summon);\n            }\n        }\n\n        void MovementInform(uint32 type, uint32 id) override\n        {\n            if (type != POINT_MOTION_TYPE && type != EFFECT_MOTION_TYPE)\n            {\n                return;\n            }\n\n            if (id < 9)\n            {\n                if (id > 0 && Phase == PHASE_AIRPHASE)\n                {\n                    me->SetFacingTo(OnyxiaMoveData[id].o);\n                    me->SetSpeed(MOVE_RUN, 1.6f, false);\n                    CurrentWP = id;\n                    events.ScheduleEvent(EVENT_SPELL_FIREBALL_FIRST, 1s);\n                }\n            }\n            else\n            {\n                switch (id)\n                {\n                    case 10:\n                        me->SetFacingTo(OnyxiaMoveData[0].o);\n                        events.ScheduleEvent(EVENT_LIFTOFF, 0ms);\n                        break;\n                    case 11:\n                        me->SetFacingTo(OnyxiaMoveData[1].o);\n                        events.ScheduleEvent(EVENT_FLY_S_TO_N, 0ms);\n                        break;\n                    case 12:\n                        me->SetFacingTo(OnyxiaMoveData[1].o);\n                        events.ScheduleEvent(EVENT_LAND, 0ms);\n                        break;\n                    case 13:\n                        me->SetCanFly(false);\n                        me->SetDisableGravity(false);\n                        me->SetSpeed(MOVE_RUN, me->GetCreatureTemplate()->speed_run, false);\n                        events.ScheduleEvent(EVENT_PHASE_3_ATTACK, 0ms);\n                        break;\n                }\n            }\n        }\n\n        void HandleWhelpSpam(const uint32 diff)\n        {\n            if (whelpSpam)\n            {\n                if (whelpCount < 40)\n                {\n                    whelpSpamTimer -= diff;\n                    if (whelpSpamTimer <= 0)\n                    {\n                        // Coordinates for the cave mouths\n                        float caveMouths[2][3] = {\n                            {-31.71, -170.55, -89.72},\n                            {-32.086, -258.55, -89.72},\n                        };\n\n                        // Randomly select one of the cave mouths for spawning\n                        uint8 selectedCave = urand(0, 1);\n\n                        // Summon a whelp at the selected cave mouth\n                        Creature* whelp = me->SummonCreature(NPC_ONYXIAN_WHELP_40, caveMouths[selectedCave][0], caveMouths[selectedCave][1], caveMouths[selectedCave][2], 0);\n\n                        if (whelp)\n                        {\n                            // Find the nearest player and attack\n                            if (Unit* target = whelp->SelectNearestTarget(300.0f))\n                            {\n                                whelp->AI()->AttackStart(target);\n                            }\n                        }\n\n                        // Increment the whelp count and reset the timer\n                        whelpCount += 1;\n                        whelpSpamTimer += 600;\n                    }\n                }\n                else\n                {\n                    whelpSpam = false;\n                    whelpCount = 0;\n                    whelpSpamTimer = 0;\n                }\n            }\n        }\n\n\n    bool CheckInRoom() override\n    {\n        if (me->GetDistance2d(me->GetHomePosition().GetPositionX(), me->GetHomePosition().GetPositionY()) > 95.0f)\n        {\n            Talk(SAY_EVADE);\n            EnterEvadeMode();\n            return false;\n        }\n\n        return true;\n    }\n\n        void UpdateAI(uint32 diff) override\n        {\n        if (!UpdateVictim() || !CheckInRoom())\n            {\n                return;\n            }\n\n            events.Update(diff);\n            HandleWhelpSpam(diff);\n\n            if (me->HasUnitState(UNIT_STATE_CASTING))\n            {\n                return;\n            }\n\n            DoMeleeAttackIfReady();\n\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_SPELL_WINGBUFFET:\n                {\n                    DoCast(SPELL_WINGBUFFET);\n                    events.Repeat(15s, 30s);\n                    break;\n                }\n                case EVENT_SPELL_FLAMEBREATH:\n                {\n                    DoCast(SPELL_FLAMEBREATH);\n                    events.Repeat(10s, 20s);\n                    break;\n                }\n                case EVENT_SPELL_TAILSWEEP:\n                {\n                    DoCastAOE(SPELL_TAILSWEEP);\n                    events.Repeat(15s, 20s);\n                    break;\n                }\n                case EVENT_SPELL_CLEAVE:\n                {\n                    DoCastVictim(SPELL_CLEAVE);\n                    events.Repeat(2s, 5s);\n                    break;\n                }\n                case EVENT_START_PHASE_2:\n                {\n                    me->AttackStop();\n                    me->SetReactState(REACT_PASSIVE);\n                    me->StopMoving();\n                    DoResetThreatList();\n                    me->GetMotionMaster()->MovePoint(10, OnyxiaMoveData[0].x, OnyxiaMoveData[0].y, OnyxiaMoveData[0].z);\n                    break;\n                }\n                case EVENT_LIFTOFF:\n                {\n                    Talk(SAY_PHASE_2_TRANS);\n                    me->SendMeleeAttackStop(me->GetVictim());\n                    me->GetMotionMaster()->MoveIdle();\n                    me->DisableSpline();\n                    me->SetCanFly(true);\n                    me->SetDisableGravity(true);\n                    me->SetOrientation(OnyxiaMoveData[0].o);\n                    me->SendMovementFlagUpdate();\n                    me->GetMotionMaster()->MoveTakeoff(11, OnyxiaMoveData[1].x + 1.0f, OnyxiaMoveData[1].y, OnyxiaMoveData[1].z, 12.0f);\n                    bManyWhelpsAvailable = true;\n\n                    events.RescheduleEvent(EVENT_END_MANY_WHELPS_TIME, 10s);\n                    break;\n                }\n                case EVENT_END_MANY_WHELPS_TIME:\n                    bManyWhelpsAvailable = false;\n                    break;\n                case EVENT_FLY_S_TO_N:\n                {\n                    me->SetSpeed(MOVE_RUN, 2.95f, false);\n                    me->GetMotionMaster()->MovePoint(5, OnyxiaMoveData[5].x, OnyxiaMoveData[5].y, OnyxiaMoveData[5].z);\n\n                    whelpSpam = true;\n                    events.ScheduleEvent(EVENT_WHELP_SPAM, 90s);\n                    //events.ScheduleEvent(EVENT_SUMMON_LAIR_GUARD, 30s);\n                    break;\n                }\n                case EVENT_SUMMON_LAIR_GUARD:\n                {\n                    me->CastSpell(-101.654f, -214.491f, -80.70f, SPELL_SUMMON_LAIR_GUARD, true);\n                    events.Repeat(30s);\n                    break;\n                }\n                case EVENT_WHELP_SPAM:\n                {\n                    whelpSpam = true;\n                    events.Repeat(90s);\n                    break;\n                }\n                case EVENT_LAND:\n                {\n                    Talk(SAY_PHASE_3_TRANS);\n                    me->SendMeleeAttackStop(me->GetVictim());\n                    me->GetMotionMaster()->MoveLand(13, OnyxiaMoveData[0].x + 1.0f, OnyxiaMoveData[0].y, OnyxiaMoveData[0].z, 12.0f);\n                    DoResetThreatList();\n                    break;\n                }\n                case EVENT_SPELL_FIREBALL_FIRST:\n                {\n                    if (Unit* v = SelectTarget(SelectTargetMethod::Random, 0, 200.0f, true))\n                    {\n                        me->SetFacingToObject(v);\n                        DoCast(v, SPELL_FIREBALL);\n                    }\n\n                    events.ScheduleEvent(EVENT_SPELL_FIREBALL_SECOND, 4s);\n                    break;\n                }\n                case EVENT_SPELL_FIREBALL_SECOND:\n                {\n                    if (Unit* v = SelectTarget(SelectTargetMethod::Random, 0, 200.0f, true))\n                    {\n                        me->SetFacingToObject(v);\n                        DoCast(v, SPELL_FIREBALL);\n                    }\n\n                    uint8 rand = urand(0, 99);\n                    if (rand < 33)\n                    {\n                        events.ScheduleEvent(EVENT_PHASE_2_STEP_CW, 4s);\n                    }\n                    else if (rand < 66)\n                    {\n                        events.ScheduleEvent(EVENT_PHASE_2_STEP_ACW, 4s);\n                    }\n                    else\n                    {\n                        events.ScheduleEvent(EVENT_PHASE_2_STEP_ACROSS, 4s);\n                    }\n                    break;\n                }\n                case EVENT_PHASE_2_STEP_CW:\n                {\n                    uint8 newWP = CurrentWP + 1;\n                    if (newWP > 8)\n                    {\n                        newWP = 1;\n                    }\n                    me->GetMotionMaster()->MovePoint(newWP, OnyxiaMoveData[newWP].x, OnyxiaMoveData[newWP].y, OnyxiaMoveData[newWP].z);\n                    break;\n                }\n                case EVENT_PHASE_2_STEP_ACW:\n                {\n                    uint8 newWP = CurrentWP - 1;\n                    if (newWP < 1)\n                    {\n                        newWP = 8;\n                    }\n                    me->GetMotionMaster()->MovePoint(newWP, OnyxiaMoveData[newWP].x, OnyxiaMoveData[newWP].y, OnyxiaMoveData[newWP].z);\n                    break;\n                }\n                case EVENT_PHASE_2_STEP_ACROSS:\n                {\n                    Talk(EMOTE_BREATH);\n                    me->SetFacingTo(OnyxiaMoveData[CurrentWP].o);\n                    DoCastAOE(OnyxiaMoveData[CurrentWP].spellId);\n                    events.ScheduleEvent(EVENT_SPELL_BREATH, 8250ms);\n                    break;\n                }\n                case EVENT_SPELL_BREATH:\n                {\n                    uint8 newWP = OnyxiaMoveData[CurrentWP].DestId;\n                    me->SetSpeed(MOVE_RUN, 2.95f, false);\n                    me->GetMotionMaster()->MovePoint(newWP, OnyxiaMoveData[newWP].x, OnyxiaMoveData[newWP].y, OnyxiaMoveData[newWP].z);\n                    break;\n                }\n                case EVENT_START_PHASE_3:\n                {\n                    me->SetSpeed(MOVE_RUN, 2.95f, false);\n                    me->GetMotionMaster()->MovePoint(12, OnyxiaMoveData[1].x, OnyxiaMoveData[1].y, OnyxiaMoveData[1].z);\n                    break;\n                }\n                case EVENT_PHASE_3_ATTACK:\n                {\n                    me->SetReactState(REACT_AGGRESSIVE);\n\n                    if (Unit* target = SelectTarget(SelectTargetMethod::MaxThreat, 0, 0, false))\n                    {\n                        AttackStart(target);\n                    }\n\n                    DoCastAOE(SPELL_BELLOWINGROAR);\n\n                    events.ScheduleEvent(EVENT_ERUPTION, 0ms);\n                    events.ScheduleEvent(EVENT_SPELL_WINGBUFFET, 10s, 20s);\n                    events.ScheduleEvent(EVENT_SPELL_FLAMEBREATH, 10s, 20s);\n                    events.ScheduleEvent(EVENT_SPELL_TAILSWEEP, 15s, 20s);\n                    events.ScheduleEvent(EVENT_SPELL_CLEAVE, 2s, 5s);\n                    events.ScheduleEvent(EVENT_SPELL_BELLOWINGROAR, 15s);\n                    events.ScheduleEvent(EVENT_SUMMON_WHELP, 10s);\n                    break;\n                }\n                case EVENT_SPELL_BELLOWINGROAR:\n                {\n                    DoCastAOE(SPELL_BELLOWINGROAR);\n                    events.Repeat(22s);\n                    events.ScheduleEvent(EVENT_ERUPTION, 0ms);\n                    break;\n                }\n                case EVENT_ERUPTION:\n                {\n                    if (Creature* trigger = me->SummonCreature(12758, *me, TEMPSUMMON_TIMED_DESPAWN, 1000))\n                    {\n                        trigger->CastSpell(trigger, 17731, false);\n                    }\n                    break;\n                }\n                case EVENT_SUMMON_WHELP:\n                {\n                    float angle = rand_norm() * 2 * M_PI;\n                    float dist  = rand_norm() * 4.0f;\n                    me->CastSpell(-33.18f + cos(angle) * dist, -258.80f + sin(angle) * dist, -89.0f, SPELL_SUMMON_WHELP, true);\n                    me->CastSpell(-32.535f + cos(angle) * dist, -170.190f + sin(angle) * dist, -89.0f, SPELL_SUMMON_WHELP, true);\n                    events.Repeat(30s);\n                    break;\n                }\n            }\n        }\n\n        void SpellHitTarget(Unit* target, const SpellInfo* spell) override\n        {\n            if (target->IsPlayer() && spell->DurationEntry && spell->DurationEntry->ID == 328 && spell->Effects[EFFECT_1].TargetA.GetTarget() == 1 && (spell->Effects[EFFECT_1].Amplitude == 50 || spell->Effects[EFFECT_1].Amplitude == 215)) // Deep Breath\n            {\n                instance->SetData(DATA_DEEP_BREATH_FAILED, 1);\n            }\n        }\n\n    private:\n        uint8 Phase;\n        int8  CurrentWP;\n\n        bool  whelpSpam;\n        uint8 whelpCount;\n        int32 whelpSpamTimer;\n        bool  bManyWhelpsAvailable;\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return GetOnyxiasLairAI<boss_onyxiaAI_40>(creature);\n    };\n};\n\nvoid AddSC_boss_onyxia_40()\n{\n    new boss_onyxia_40();\n}\n"
  },
  {
    "path": "src/vanillaScripts/instance_blackrock_depths.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"GameObjectScript.h\"\n#include \"InstanceScript.h\"\n#include \"Player.h\"\n\nenum\n{\n    NPC_DARK_KEEPER_VORFALK    = 9437,\n    NPC_DARK_KEEPER_BETHEK     = 9438,\n    NPC_DARK_KEEPER_UGGEL      = 9439,\n    NPC_DARK_KEEPER_ZIMREL     = 9441,\n    NPC_DARK_KEEPER_OFGUT      = 9442,\n    NPC_DARK_KEEPER_PELVER     = 9443,\n\n    GO_VORFALK                 = 164820,\n    GO_BETHEK                  = 164821,\n    GO_UGGEL                   = 164822,\n    GO_ZIMREL                  = 164823,\n    GO_OFGUT                   = 164824,\n    GO_PELVER                  = 164825\n};\n\nclass gobject_dark_keeper_portrait : public GameObjectScript\n{\npublic:\n    gobject_dark_keeper_portrait() : GameObjectScript(\"gobject_dark_keeper_portrait\") { }\n\n    uint8_t DATA_TYPE_VAULT = 0;\n\n    bool OnGossipHello(Player* player, GameObject*) override\n    {\n        switch (urand(0, 5))\n        {\n            case 0:\n                if (DATA_TYPE_VAULT == 0)\n                {\n                    DATA_TYPE_VAULT = 1;\n                    player->SummonCreature(NPC_DARK_KEEPER_VORFALK, 815.60f, -168.54f, -49.75f, 5.97f, TEMPSUMMON_DEAD_DESPAWN, 0);\n                    player->SummonGameObject(GO_VORFALK, 831.54f, -339.529f, -46.682f, 0.802851f, 0, 0, 0, 0, 0);\n                }\n                break;\n            case 1:\n                if (DATA_TYPE_VAULT == 0)\n                {\n                    DATA_TYPE_VAULT = 1;\n                    player->SummonCreature(NPC_DARK_KEEPER_BETHEK, 846.66f, -317.18f, -50.29f, 3.90f, TEMPSUMMON_DEAD_DESPAWN, 0);\n                    player->SummonGameObject(GO_BETHEK, 831.54f, -339.529f, -46.682f, 0.802851f, 0, 0, 0, 0, 0);\n                }\n                break;\n            case 2:\n                if (DATA_TYPE_VAULT == 0)\n                {\n                    DATA_TYPE_VAULT = 1;\n                    player->SummonCreature(NPC_DARK_KEEPER_UGGEL, 963.27f, -343.73f, -71.74f, 2.22f, TEMPSUMMON_DEAD_DESPAWN, 0);\n                    player->SummonGameObject(GO_UGGEL, 831.54f, -339.529f, -46.682f, 0.802851f, 0, 0, 0, 0, 0);\n                }\n                break;\n            case 3:\n                if (DATA_TYPE_VAULT == 0)\n                {\n                    DATA_TYPE_VAULT = 1;\n                    player->SummonCreature(NPC_DARK_KEEPER_ZIMREL, 545.49f, -162.49f, -35.46f, 5.86f, TEMPSUMMON_DEAD_DESPAWN, 0);\n                    player->SummonGameObject(GO_ZIMREL, 831.54f, -339.529f, -46.682f, 0.802851f, 0, 0, 0, 0, 0);\n                }\n                break;\n            case 4:\n                if (DATA_TYPE_VAULT == 0)\n                {\n                    DATA_TYPE_VAULT = 1;\n                    player->SummonCreature(NPC_DARK_KEEPER_OFGUT, 681.52f, -11.55f, -60.06f, 1.98f, TEMPSUMMON_DEAD_DESPAWN, 0);\n                    player->SummonGameObject(GO_OFGUT, 831.54f, -339.529f, -46.682f, 0.802851f, 0, 0, 0, 0, 0);\n                }\n                break;\n            case 5:\n                if (DATA_TYPE_VAULT == 0)\n                {\n                    DATA_TYPE_VAULT = 1;\n                    player->SummonCreature(NPC_DARK_KEEPER_PELVER, 803.64f, -248.00f, -43.30f, 2.60f, TEMPSUMMON_DEAD_DESPAWN, 0);\n                    player->SummonGameObject(GO_PELVER, 831.54f, -339.529f, -46.682f, 0.802851f, 0, 0, 0, 0, 0);\n                }\n                break;\n        }\n        return false;\n    }\n};\n\nvoid AddSC_instance_blackrock_depths_50_59_B()\n{\n    new gobject_dark_keeper_portrait();\n}\n"
  },
  {
    "path": "src/vanillaScripts/instance_blackrock_spire.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"blackrock_spire.h\"\n#include \"Cell.h\"\n#include \"CellImpl.h\"\n#include \"GridNotifiers.h\"\n#include \"GridNotifiersImpl.h\"\n#include \"Group.h\"\n#include \"InstanceScript.h\"\n#include \"LFGMgr.h\"\n#include \"ObjectDefines.h\"\n#include \"ObjectMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptMgr.h\"\n#include \"SpellScript.h\"\n\n//uint32 const DragonspireRunes[7] = { GO_HALL_RUNE_1, GO_HALL_RUNE_2, GO_HALL_RUNE_3, GO_HALL_RUNE_4, GO_HALL_RUNE_5, GO_HALL_RUNE_6, GO_HALL_RUNE_7 };\n\nuint32 const DragonspireMobs[3] = { NPC_BLACKHAND_DREADWEAVER, NPC_BLACKHAND_SUMMONER, NPC_BLACKHAND_VETERAN };\n\nenum EventIds\n{\n    EVENT_DARGONSPIRE_ROOM_STORE    = 1,\n    EVENT_DARGONSPIRE_ROOM_CHECK    = 2,\n    EVENT_SOLAKAR_WAVE              = 3,\n\n    // Progression module\n    EVENT_UBRS_DOOR_OPEN_STAGE_1    = 9,\n    EVENT_UBRS_DOOR_OPEN_STAGE_2    = 10,\n    EVENT_UBRS_DOOR_OPEN_STAGE_3    = 11,\n    EVENT_UBRS_DOOR_OPEN_STAGE_4    = 12,\n};\n\nenum SolakarWaves\n{\n    MAX_WAVE_COUNT = 5\n};\n\nPosition ModSolakarPosLeft  = Position(78.0f, -280.0f, 93.0f, 3.0f * M_PI / 2.0);\nPosition ModSolakarPosRight = Position(84.0f, -280.0f, 93.0f, 3.0f * M_PI / 2.0);\nPosition ModSolakarPosBoss  = Position(80.0f, -280.0f, 93.0f, 3.0f * M_PI / 2.0);\n\nenum Texts\n{\n    SAY_NEFARIUS_REND_WIPE      = 11,\n    SAY_SOLAKAR_FIRST_HATCHER   = 0,\n    SAY_SCARSHIELD_INF_WHISPER  = 0\n};\n\nMinionData const minionData[] =\n        {\n                { NPC_CHROMATIC_ELITE_GUARD, DATA_GENERAL_DRAKKISATH },\n                { 0, 0 } // END\n        };\n\nDoorData const doorData[] =\n        {\n                { GO_GYTH_EXIT_DOOR,    DATA_WARCHIEF_REND_BLACKHAND,  DOOR_TYPE_PASSAGE },\n                { GO_DRAKKISATH_DOOR_1, DATA_GENERAL_DRAKKISATH,       DOOR_TYPE_PASSAGE },\n                { GO_DRAKKISATH_DOOR_2, DATA_GENERAL_DRAKKISATH,       DOOR_TYPE_PASSAGE },\n                { 0,                 0,          DOOR_TYPE_ROOM,                         } // END\n        };\n\nclass instance_blackrock_spire_50_59_B : public InstanceMapScript\n{\npublic:\n    instance_blackrock_spire_50_59_B() : InstanceMapScript(BRSScriptName, 229) {}\n\n    struct instance_blackrock_spireMapScript : public InstanceScript\n    {\n        uint32 CurrentSolakarWave = 0;\n        uint32 SolakarState = NOT_STARTED; // there should be a global instance encounter state, where is it?\n        GuidVector SolakarSummons;\n        uint32 VaelastraszState   = NOT_STARTED;\n\n\n        instance_blackrock_spireMapScript(InstanceMap* map) : InstanceScript(map)\n        {\n            SetBossNumber(EncounterCount);\n            LoadMinionData(minionData);\n            LoadDoorData(doorData);\n            CurrentSolakarWave = 0;\n            SolakarState       = NOT_STARTED;\n            SolakarSummons.clear();\n            VaelastraszState   = NOT_STARTED;\n            UBRSDoorOpen = false;\n        }\n\n        void CreatureLooted(Creature* creature, LootType loot) override\n        {\n            switch (creature->GetEntry())\n            {\n                case NPC_THE_BEAST:\n                    if (loot == LOOT_SKINNING)\n                    {\n                        creature->CastSpell(creature, SPELL_FINKLE_IS_EINHORN, true);\n                    }\n                    break;\n            }\n        }\n\n        void OnCreatureCreate(Creature* creature) override\n        {\n            switch (creature->GetEntry())\n            {\n                case NPC_UROK_MAGUS:\n                    [[fallthrough]];\n                case NPC_UROK_ENFORCER:\n                    UrokMobs.push_back(creature->GetGUID());\n                    break;\n                case NPC_HIGHLORD_OMOKK:\n                    HighlordOmokk = creature->GetGUID();\n                    break;\n                case NPC_SHADOW_HUNTER_VOSHGAJIN:\n                    ShadowHunterVoshgajin = creature->GetGUID();\n                    break;\n                case NPC_WARMASTER_VOONE:\n                    WarMasterVoone = creature->GetGUID();\n                    break;\n                case NPC_MOTHER_SMOLDERWEB:\n                    MotherSmolderweb = creature->GetGUID();\n                    break;\n                case NPC_UROK_DOOMHOWL:\n                    UrokDoomhowl = creature->GetGUID();\n                    break;\n                case NPC_QUARTERMASTER_ZIGRIS:\n                    QuartermasterZigris = creature->GetGUID();\n                    break;\n                case NPC_GIZRUL_THE_SLAVENER:\n                    GizrultheSlavener = creature->GetGUID();\n                    break;\n                case NPC_HALYCON:\n                    Halycon = creature->GetGUID();\n                    break;\n                case NPC_OVERLORD_WYRMTHALAK:\n                    OverlordWyrmthalak = creature->GetGUID();\n                    break;\n                case NPC_PYROGAURD_EMBERSEER:\n                    PyroguardEmberseer = creature->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        creature->DisappearAndDie();\n                    break;\n                case NPC_WARCHIEF_REND_BLACKHAND:\n                    if (GetBossState(DATA_GYTH) != IN_PROGRESS)\n                    {\n                        WarchiefRendBlackhand = creature->GetGUID();\n                    }\n\n                    if (GetBossState(DATA_GYTH) == DONE)\n                        creature->DisappearAndDie();\n                    break;\n                case NPC_GYTH:\n                    Gyth = creature->GetGUID();\n                    break;\n                case NPC_THE_BEAST:\n                    TheBeast = creature->GetGUID();\n                    break;\n                case NPC_GENERAL_DRAKKISATH:\n                    GeneralDrakkisath = creature->GetGUID();\n                    break;\n                case NPC_LORD_VICTOR_NEFARIUS:\n                    LordVictorNefarius = creature->GetGUID();\n                    if (GetBossState(DATA_GYTH) == DONE)\n                        creature->DisappearAndDie();\n                    break;\n                case NPC_FINKLE_EINHORN:\n                    creature->AI()->Talk(SAY_FINKLE_GANG);\n                    break;\n                case NPC_CHROMATIC_ELITE_GUARD:\n                    AddMinion(creature, true);\n                    break;\n            }\n        }\n\n        void OnGameObjectCreate(GameObject* go) override\n        {\n            switch (go->GetEntry())\n            {\n                case GO_EMBERSEER_IN:\n                    go_emberseerin = go->GetGUID();\n                    HandleGameObject(ObjectGuid::Empty, GetBossState(DATA_DRAGONSPIRE_ROOM) == DONE, go);\n                    break;\n                case GO_DOORS:\n                    go_doors = go->GetGUID();\n                    if (GetBossState(DATA_DRAGONSPIRE_ROOM) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, true, go);\n                    break;\n                case GO_EMBERSEER_OUT:\n                    go_emberseerout = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, true, go);\n                    break;\n                case GO_HALL_RUNE_1:\n                    go_roomrunes[0] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_1) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_HALL_RUNE_2:\n                    go_roomrunes[1] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_2) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_HALL_RUNE_3:\n                    go_roomrunes[2] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_3) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_HALL_RUNE_4:\n                    go_roomrunes[3] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_4) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_HALL_RUNE_5:\n                    go_roomrunes[4] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_5) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_HALL_RUNE_6:\n                    go_roomrunes[5] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_6) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_HALL_RUNE_7:\n                    go_roomrunes[6] = go->GetGUID();\n                    if (GetBossState(DATA_HALL_RUNE_7) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_1:\n                    go_emberseerrunes[0] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_2:\n                    go_emberseerrunes[1] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_3:\n                    go_emberseerrunes[2] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_4:\n                    go_emberseerrunes[3] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_5:\n                    go_emberseerrunes[4] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_6:\n                    go_emberseerrunes[5] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_EMBERSEER_RUNE_7:\n                    go_emberseerrunes[6] = go->GetGUID();\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, false, go);\n                    break;\n                case GO_PORTCULLIS_ACTIVE:\n                    go_portcullis_active = go->GetGUID();\n                    if (GetBossState(DATA_GYTH) == DONE)\n                        HandleGameObject(ObjectGuid::Empty, true, go);\n                    break;\n                case GO_UBRS_ENTER_DOOR:\n                    go_ubrsEnterDoors = go->GetGUID();\n                    break;\n                case GO_UBRS_ENTER_BRAZIER_1:\n                    go_ubrsEnterBraziers[0] = go->GetGUID();\n                    break;\n                case GO_UBRS_ENTER_BRAZIER_2:\n                    go_ubrsEnterBraziers[1] = go->GetGUID();\n                    break;\n                case GO_UBRS_ENTER_BRAZIER_3:\n                    go_ubrsEnterBraziers[2] = go->GetGUID();\n                    break;\n                case GO_UBRS_ENTER_BRAZIER_4:\n                    go_ubrsEnterBraziers[3] = go->GetGUID();\n                    break;\n                case GO_UBRS_ENTER_BRAZIER_5:\n                    go_ubrsEnterBraziers[4] = go->GetGUID();\n                    break;\n                case GO_UBRS_ENTER_BRAZIER_6:\n                    go_ubrsEnterBraziers[5] = go->GetGUID();\n                    break;\n                case GO_UROK_PILE:\n                    go_urokPile = go->GetGUID();\n                    break;\n                case GO_UROK_CIRCLE:\n                    go_urokOgreCirles.push_back(go->GetGUID());\n                    break;\n                case GO_UROK_CHALLENGE:\n                    go_urokChallenge = go->GetGUID();\n                    break;\n                default:\n                    break;\n            }\n\n            InstanceScript::OnGameObjectCreate(go);\n\n            switch (go->GetEntry())\n            {\n                case GO_UBRS_ENTER_DOOR:\n                case GO_UBRS_ENTER_BRAZIER_1:\n                case GO_UBRS_ENTER_BRAZIER_2:\n                case GO_UBRS_ENTER_BRAZIER_3:\n                case GO_UBRS_ENTER_BRAZIER_4:\n                case GO_UBRS_ENTER_BRAZIER_5:\n                case GO_UBRS_ENTER_BRAZIER_6:\n                    if (UBRSDoorOpen)\n                    {\n                        go->SetGoState(GO_STATE_ACTIVE);\n                    }\n                    else\n                    {\n                        go->SetGoState(GO_STATE_READY);\n                    }\n                    break;\n            }\n        }\n\n        bool SetBossState(uint32 type, EncounterState state) override\n        {\n            if (!InstanceScript::SetBossState(type, state))\n                return false;\n\n            switch (type)\n            {\n                case DATA_WARCHIEF_REND_BLACKHAND:\n                    if (state == FAIL)\n                    {\n                        if (Creature* rend = instance->GetCreature(WarchiefRendBlackhand))\n                        {\n                            rend->Respawn(true);\n                        }\n\n                        if (Creature* nefarius = instance->GetCreature(LordVictorNefarius))\n                        {\n                            nefarius->AI()->Talk(SAY_NEFARIUS_REND_WIPE);\n                        }\n                    }\n                    break;\n                default:\n                    break;\n            }\n\n            return true;\n        }\n\n        void ProcessEvent(WorldObject* /*obj*/, uint32 eventId) override\n        {\n            switch (eventId)\n            {\n                case EVENT_PYROGUARD_EMBERSEER:\n                    if (GetBossState(DATA_PYROGAURD_EMBERSEER) == NOT_STARTED)\n                    {\n                        if (Creature* Emberseer = instance->GetCreature(PyroguardEmberseer))\n                            Emberseer->AI()->SetData(1, 1);\n                    }\n                    break;\n                case EVENT_UROK_DOOMHOWL:\n                    if (GetBossState(DATA_UROK_DOOMHOWL) == NOT_STARTED)\n                    {\n                        SetBossState(DATA_UROK_DOOMHOWL, IN_PROGRESS);\n                        if (GameObject* pile = instance->GetGameObject(go_urokPile))\n                        {\n                            pile->SetLootState(GO_JUST_DEACTIVATED);\n                        }\n                    }\n                    break;\n                default:\n                    break;\n            }\n        }\n\n        void SetData(uint32 type, uint32 data) override\n        {\n            switch (type)\n            {\n                case AREATRIGGER_DRAGONSPIRE_HALL:\n                    if (data == DATA_DRAGONSPIRE_ROOM)\n                    {\n                        if (GetBossState(DATA_DRAGONSPIRE_ROOM) != DONE)\n                            Events.ScheduleEvent(EVENT_DARGONSPIRE_ROOM_STORE, 1s);\n                    }\n                    if (data == DATA_UBRS_DOOR_OPEN && !UBRSDoorOpen)\n                    {\n                        UBRSDoorOpen = true;\n                        SaveToDB();\n                        Events.ScheduleEvent(EVENT_UBRS_DOOR_OPEN_STAGE_1, 1ms);\n                    }\n                    break;\n                case DATA_SOLAKAR_FLAMEWREATH:\n                    switch (data)\n                    {\n                        case IN_PROGRESS:\n                            if (SolakarState == NOT_STARTED)\n                            {\n                                Events.ScheduleEvent(EVENT_SOLAKAR_WAVE, 500ms);\n                            }\n                            break;\n                        case FAIL:\n                            for (ObjectGuid const& guid : SolakarSummons)\n                            {\n                                if (Creature* creature = instance->GetCreature(guid))\n                                {\n                                    creature->DespawnOrUnsummon();\n                                }\n                            }\n                            SolakarSummons.clear();\n                            CurrentSolakarWave = 0;\n                            SetData(DATA_SOLAKAR_FLAMEWREATH, NOT_STARTED);\n                            break;\n                        case DONE:\n                            break;\n                    }\n                    SolakarState = data;\n                    break;\n                case DATA_VAELASTRASZ:\n                    VaelastraszState = data;\n                    break;\n                case DATA_UROK_DOOMHOWL:\n                    if (data == FAIL)\n                    {\n                        if (GetBossState(DATA_UROK_DOOMHOWL) != NOT_STARTED)\n                        {\n                            SetBossState(DATA_UROK_DOOMHOWL, NOT_STARTED);\n                            if (GameObject* challenge = instance->GetGameObject(go_urokChallenge))\n                            {\n                                challenge->Delete();\n                            }\n                            if (GameObject* pile = instance->GetGameObject(go_urokPile))\n                            {\n                                pile->SetLootState(GO_READY);\n                                pile->Respawn();\n                            }\n                            for (const auto& circleGUID : go_urokOgreCirles)\n                            {\n                                if (GameObject* circle = instance->GetGameObject(circleGUID))\n                                {\n                                    circle->Delete();\n                                }\n                            }\n                            for (const auto& mobGUID : UrokMobs)\n                            {\n                                if (Creature* mob = instance->GetCreature(mobGUID))\n                                {\n                                    mob->DespawnOrUnsummon();\n                                }\n                            }\n                        }\n                    }\n                    break;\n                default:\n                    break;\n            }\n        }\n\n        uint32 GetData(uint32 type) const override\n        {\n            switch (type)\n            {\n                case DATA_SOLAKAR_FLAMEWREATH:\n                    return SolakarState;\n                case DATA_UBRS_DOOR_OPEN:\n                    return UBRSDoorOpen ? 1 : 0;\n                case DATA_VAELASTRASZ:\n                    return VaelastraszState;\n                default:\n                    return InstanceScript::GetData(type);\n            }\n        }\n\n        void SummonSolakarWave(uint8 number)\n        {\n            if (number < MAX_WAVE_COUNT)\n            {\n                if (Creature* summon = instance->SummonCreature(NPC_ROOKERY_GUARDIAN, ModSolakarPosLeft))\n                {\n                    SolakarSummons.push_back(summon->GetGUID());\n                }\n\n                if (Creature* summon = instance->SummonCreature(NPC_ROOKERY_HATCHER, ModSolakarPosRight))\n                {\n                    SolakarSummons.push_back(summon->GetGUID());\n                }\n\n                if (number == 0)\n                {\n                    if (Creature* FirstHatcher = instance->GetCreature(SolakarSummons.back())) // works because we spawned a hatcher second\n                    {\n                        FirstHatcher->AI()->Talk(SAY_SOLAKAR_FIRST_HATCHER);\n                    }\n                }\n            }\n            else if (number == MAX_WAVE_COUNT)\n            {\n                if (Creature* summon = instance->SummonCreature(NPC_SOLAKAR, ModSolakarPosBoss))\n                {\n                    SolakarSummons.push_back(summon->GetGUID());\n                }\n            }\n        }\n\n        ObjectGuid GetGuidData(uint32 type) const override\n        {\n            switch (type)\n            {\n                case DATA_HIGHLORD_OMOKK:\n                    return HighlordOmokk;\n                case DATA_SHADOW_HUNTER_VOSHGAJIN:\n                    return ShadowHunterVoshgajin;\n                case DATA_WARMASTER_VOONE:\n                    return WarMasterVoone;\n                case DATA_MOTHER_SMOLDERWEB:\n                    return MotherSmolderweb;\n                case DATA_UROK_DOOMHOWL:\n                    return UrokDoomhowl;\n                case DATA_QUARTERMASTER_ZIGRIS:\n                    return QuartermasterZigris;\n                case DATA_GIZRUL_THE_SLAVENER:\n                    return GizrultheSlavener;\n                case DATA_HALYCON:\n                    return Halycon;\n                case DATA_OVERLORD_WYRMTHALAK:\n                    return OverlordWyrmthalak;\n                case DATA_PYROGAURD_EMBERSEER:\n                    return PyroguardEmberseer;\n                case DATA_WARCHIEF_REND_BLACKHAND:\n                    return WarchiefRendBlackhand;\n                case DATA_GYTH:\n                    return Gyth;\n                case DATA_THE_BEAST:\n                    return TheBeast;\n                case DATA_GENERAL_DRAKKISATH:\n                    return GeneralDrakkisath;\n                case GO_EMBERSEER_IN:\n                    return go_emberseerin;\n                case GO_DOORS:\n                    return go_doors;\n                case GO_EMBERSEER_OUT:\n                    return go_emberseerout;\n                case GO_HALL_RUNE_1:\n                    return go_roomrunes[0];\n                case GO_HALL_RUNE_2:\n                    return go_roomrunes[1];\n                case GO_HALL_RUNE_3:\n                    return go_roomrunes[2];\n                case GO_HALL_RUNE_4:\n                    return go_roomrunes[3];\n                case GO_HALL_RUNE_5:\n                    return go_roomrunes[4];\n                case GO_HALL_RUNE_6:\n                    return go_roomrunes[5];\n                case GO_HALL_RUNE_7:\n                    return go_roomrunes[6];\n                case GO_EMBERSEER_RUNE_1:\n                    return go_emberseerrunes[0];\n                case GO_EMBERSEER_RUNE_2:\n                    return go_emberseerrunes[1];\n                case GO_EMBERSEER_RUNE_3:\n                    return go_emberseerrunes[2];\n                case GO_EMBERSEER_RUNE_4:\n                    return go_emberseerrunes[3];\n                case GO_EMBERSEER_RUNE_5:\n                    return go_emberseerrunes[4];\n                case GO_EMBERSEER_RUNE_6:\n                    return go_emberseerrunes[5];\n                case GO_EMBERSEER_RUNE_7:\n                    return go_emberseerrunes[6];\n                case GO_PORTCULLIS_ACTIVE:\n                    return go_portcullis_active;\n                case GO_UROK_PILE:\n                    return go_urokPile;\n                case GO_UROK_CHALLENGE:\n                    return go_urokChallenge;\n                default:\n                    break;\n            }\n\n            return ObjectGuid::Empty;\n        }\n\n        void Update(uint32 diff) override\n        {\n            Events.Update(diff);\n\n            while (uint32 eventId = Events.ExecuteEvent())\n            {\n                switch (eventId)\n                {\n                    case EVENT_DARGONSPIRE_ROOM_STORE:\n                        Dragonspireroomstore();\n                        Events.ScheduleEvent(EVENT_DARGONSPIRE_ROOM_CHECK, 3s);\n                        break;\n                    case EVENT_DARGONSPIRE_ROOM_CHECK:\n                        Dragonspireroomcheck();\n                        if ((GetBossState(DATA_DRAGONSPIRE_ROOM) != DONE))\n                            Events.ScheduleEvent(EVENT_DARGONSPIRE_ROOM_CHECK, 3s);\n                        break;\n                    case EVENT_UBRS_DOOR_OPEN_STAGE_1:\n                        if (GameObject* brazier = instance->GetGameObject(go_ubrsEnterBraziers[0]))\n                            brazier->SetGoState(GO_STATE_ACTIVE);\n                        if (GameObject* brazier = instance->GetGameObject(go_ubrsEnterBraziers[1]))\n                            brazier->SetGoState(GO_STATE_ACTIVE);\n                        Events.ScheduleEvent(EVENT_UBRS_DOOR_OPEN_STAGE_2, 1s);\n                        break;\n                    case EVENT_UBRS_DOOR_OPEN_STAGE_2:\n                        if (GameObject* brazier = instance->GetGameObject(go_ubrsEnterBraziers[2]))\n                            brazier->SetGoState(GO_STATE_ACTIVE);\n                        if (GameObject* brazier = instance->GetGameObject(go_ubrsEnterBraziers[3]))\n                            brazier->SetGoState(GO_STATE_ACTIVE);\n                        Events.ScheduleEvent(EVENT_UBRS_DOOR_OPEN_STAGE_3, 1s);\n                        break;\n                    case EVENT_UBRS_DOOR_OPEN_STAGE_3:\n                        if (GameObject* brazier = instance->GetGameObject(go_ubrsEnterBraziers[4]))\n                            brazier->SetGoState(GO_STATE_ACTIVE);\n                        if (GameObject* brazier = instance->GetGameObject(go_ubrsEnterBraziers[5]))\n                            brazier->SetGoState(GO_STATE_ACTIVE);\n                        Events.ScheduleEvent(EVENT_UBRS_DOOR_OPEN_STAGE_4, 1s);\n                        break;\n                    case EVENT_UBRS_DOOR_OPEN_STAGE_4:\n                        if (GameObject* doors = instance->GetGameObject(go_ubrsEnterDoors))\n                            doors->SetGoState(GO_STATE_ACTIVE);\n                        break;\n                    case EVENT_SOLAKAR_WAVE:\n                        SummonSolakarWave(CurrentSolakarWave);\n                        if (CurrentSolakarWave < MAX_WAVE_COUNT)\n                        {\n                            Events.ScheduleEvent(EVENT_SOLAKAR_WAVE, 30s);\n                            CurrentSolakarWave++;\n                        }\n                        break;\n                    default:\n                        break;\n                }\n            }\n        }\n\n        void Dragonspireroomstore()\n        {\n            for (uint8 i = 0; i < 7; ++i)\n            {\n                // Refresh the creature list\n                runecreaturelist[i].clear();\n\n                if (GameObject* rune = instance->GetGameObject(go_roomrunes[i]))\n                {\n                    for (uint8 j = 0; j < 3; ++j)\n                    {\n                        std::list<Creature*> creatureList;\n                        GetCreatureListWithEntryInGrid(creatureList, rune, DragonspireMobs[j], 15.0f);\n                        for (std::list<Creature*>::iterator itr = creatureList.begin(); itr != creatureList.end(); ++itr)\n                        {\n                            if (Creature* creature = *itr)\n                            {\n                                runecreaturelist[i].push_back(creature->GetGUID());\n                            }\n                        }\n                    }\n                }\n            }\n        }\n\n        void Dragonspireroomcheck()\n        {\n            Creature* mob = nullptr;\n            GameObject* rune = nullptr;\n\n            for (uint8 i = 0; i < 7; ++i)\n            {\n                bool _mobAlive = false;\n                rune = instance->GetGameObject(go_roomrunes[i]);\n                if (!rune)\n                    continue;\n\n                if (rune->GetGoState() == GO_STATE_ACTIVE)\n                {\n                    for (ObjectGuid const& guid : runecreaturelist[i])\n                    {\n                        mob = instance->GetCreature(guid);\n                        if (mob && mob->IsAlive())\n                            _mobAlive = true;\n                    }\n                }\n\n                if (!_mobAlive && rune->GetGoState() == GO_STATE_ACTIVE)\n                {\n                    HandleGameObject(ObjectGuid::Empty, false, rune);\n\n                    switch (rune->GetEntry())\n                    {\n                        case GO_HALL_RUNE_1:\n                            SetBossState(DATA_HALL_RUNE_1, DONE);\n                            break;\n                        case GO_HALL_RUNE_2:\n                            SetBossState(DATA_HALL_RUNE_2, DONE);\n                            break;\n                        case GO_HALL_RUNE_3:\n                            SetBossState(DATA_HALL_RUNE_3, DONE);\n                            break;\n                        case GO_HALL_RUNE_4:\n                            SetBossState(DATA_HALL_RUNE_4, DONE);\n                            break;\n                        case GO_HALL_RUNE_5:\n                            SetBossState(DATA_HALL_RUNE_5, DONE);\n                            break;\n                        case GO_HALL_RUNE_6:\n                            SetBossState(DATA_HALL_RUNE_6, DONE);\n                            break;\n                        case GO_HALL_RUNE_7:\n                            SetBossState(DATA_HALL_RUNE_7, DONE);\n                            break;\n                        default:\n                            break;\n                    }\n                }\n            }\n\n            if (GetBossState(DATA_HALL_RUNE_1) == DONE && GetBossState(DATA_HALL_RUNE_2) == DONE && GetBossState(DATA_HALL_RUNE_3) == DONE &&\n                GetBossState(DATA_HALL_RUNE_4) == DONE && GetBossState(DATA_HALL_RUNE_5) == DONE && GetBossState(DATA_HALL_RUNE_6) == DONE &&\n                GetBossState(DATA_HALL_RUNE_7) == DONE)\n            {\n                SetBossState(DATA_DRAGONSPIRE_ROOM, DONE);\n                if (GameObject* door1 = instance->GetGameObject(go_emberseerin))\n                    HandleGameObject(ObjectGuid::Empty, true, door1);\n                if (GameObject* door2 = instance->GetGameObject(go_doors))\n                    HandleGameObject(ObjectGuid::Empty, true, door2);\n                if (GameObject* door3 = instance->GetGameObject(go_emberseerin))\n                    HandleGameObject(ObjectGuid::Empty, true, door3);\n            }\n        }\n\n        void ReadSaveDataMore(std::istringstream& data) override\n        {\n            uint32 temp = 0;\n            data >> temp;\n            UBRSDoorOpen = temp;\n        }\n\n        void WriteSaveDataMore(std::ostringstream& data) override\n            {\n            data << uint32(UBRSDoorOpen ? 1 : 0);\n        }\n\n    protected:\n        EventMap Events;\n        ObjectGuid HighlordOmokk;\n        ObjectGuid ShadowHunterVoshgajin;\n        ObjectGuid WarMasterVoone;\n        ObjectGuid MotherSmolderweb;\n        ObjectGuid UrokDoomhowl;\n        ObjectGuid QuartermasterZigris;\n        ObjectGuid GizrultheSlavener;\n        ObjectGuid Halycon;\n        ObjectGuid OverlordWyrmthalak;\n        ObjectGuid PyroguardEmberseer;\n        ObjectGuid WarchiefRendBlackhand;\n        ObjectGuid Gyth;\n        ObjectGuid LordVictorNefarius;\n        ObjectGuid TheBeast;\n        ObjectGuid GeneralDrakkisath;\n        ObjectGuid go_emberseerin;\n        ObjectGuid go_doors;\n        ObjectGuid go_emberseerout;\n        ObjectGuid go_blackrockaltar;\n        ObjectGuid go_roomrunes[7];\n        ObjectGuid go_emberseerrunes[7];\n        GuidVector runecreaturelist[7];\n        ObjectGuid go_portcullis_active;\n        ObjectGuid go_portcullis_tobossrooms;\n        ObjectGuid go_urok_pile;\n        ObjectGuid go_ubrsEnterDoors;\n        ObjectGuid go_ubrsEnterBraziers[6];\n        ObjectGuid go_urokPile;\n        ObjectGuid go_urokChallenge;\n        std::vector<ObjectGuid> go_urokOgreCirles;\n        std::vector<ObjectGuid> UrokMobs;\n\n        // Progression module\n        bool UBRSDoorOpen;\n    };\n\n    InstanceScript* GetInstanceScript(InstanceMap* map) const override\n    {\n        return new instance_blackrock_spireMapScript(map);\n    }\n};\n\n/*#####\n# at_dragonspire_hall\n#####*/\n\nclass at_dragonspire_hall_50_59_B : public AreaTriggerScript\n{\npublic:\n    at_dragonspire_hall_50_59_B() : AreaTriggerScript(\"at_dragonspire_hall\") {}\n\n    bool OnTrigger(Player* player, const AreaTrigger* /*at*/) override\n    {\n        if (player && player->IsAlive())\n        {\n            if (InstanceScript* instance = player->GetInstanceScript())\n            {\n                instance->SetData(AREATRIGGER_DRAGONSPIRE_HALL, DATA_DRAGONSPIRE_ROOM);\n\n                // If LFG, UBRS door always closed\n                bool canOpenDoor = true;\n                if (Group const* group = player->GetGroup())\n                {\n                    if (sLFGMgr->IsLfgGroup(group->GetGUID()))\n                    {\n                        canOpenDoor = false;\n                    }\n                }\n\n                if (canOpenDoor && player->HasItemCount(ITEM_SEAL_OF_ASCENSION, 1))\n                {\n                    instance->SetData(AREATRIGGER_DRAGONSPIRE_HALL, DATA_UBRS_DOOR_OPEN);\n                }\n\n                return true;\n            }\n        }\n\n        return false;\n    }\n};\n\nvoid AddSC_instance_blackrock_spire_50_59_B()\n{\n    new instance_blackrock_spire_50_59_B();\n    new at_dragonspire_hall_50_59_B();\n}\n"
  },
  {
    "path": "src/vanillaScripts/instance_maraudon.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"ScriptMgr.h\"\n#include \"Player.h\"\n#include \"GameObjectAI.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n\nclass go_mara_portal : public GameObjectScript\n{\npublic:\n    go_mara_portal() : GameObjectScript(\"go_mara_portal\") { }\n\n    struct go_mara_portalAI : GameObjectAI\n    {\n\n        explicit go_mara_portalAI(GameObject *object) : GameObjectAI(object) { };\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n            {\n                return true;\n            }\n            return player->HasItemCount(17191, 1, false);  // Require Sceptre of Celebras\n        }\n\n    };\n\n    GameObjectAI *GetAI(GameObject *object) const override\n    {\n        return new go_mara_portalAI(object);\n    }\n};\n\nvoid AddSC_misc_scripts()\n{\n    new go_mara_portal();\n}\n\n"
  },
  {
    "path": "src/vanillaScripts/instance_molten_core.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"InstanceScript.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"GameObjectAI.h\"\n#include \"TemporarySummon.h\"\n#include \"Cell.h\"\n#include \"CellImpl.h\"\n#include \"GridNotifiers.h\"\n#include \"GridNotifiersImpl.h\"\n#include \"ObjectDefines.h\"\n#include \"ObjectMgr.h\"\n#include \"molten_core.h\"\n\n#include \"ProgressionSystem.h\"\n\nMinionData const minionData[] =\n        {\n                { NPC_FIRESWORN,                DATA_GARR },\n                { NPC_FLAMEWALKER,              DATA_GEHENNAS },\n                { NPC_FLAMEWALKER_PROTECTOR,    DATA_LUCIFRON },\n                { NPC_FLAMEWALKER_PRIEST,       DATA_SULFURON },\n                { NPC_FLAMEWALKER_HEALER,       DATA_MAJORDOMO_EXECUTUS },\n                { NPC_FLAMEWALKER_ELITE,        DATA_MAJORDOMO_EXECUTUS },\n                { 0, 0 } // END\n        };\n\nstruct MCBossObject\n{\n    uint32 bossId;\n    uint32 runeId;\n    uint32 circleId;\n};\n\nconstexpr uint8 MAX_MC_LINKED_BOSS_OBJ = 7;\nMCBossObject const linkedBossObjData[MAX_MC_LINKED_BOSS_OBJ]=\n        {\n                { DATA_MAGMADAR,    GO_RUNE_KRESS,      GO_CIRCLE_MAGMADAR  },\n                { DATA_GEHENNAS,    GO_RUNE_MOHN,       GO_CIRCLE_GEHENNAS  },\n                { DATA_GARR,        GO_RUNE_BLAZ,       GO_CIRCLE_GARR      },\n                { DATA_SHAZZRAH,    GO_RUNE_MAZJ,       GO_CIRCLE_SHAZZRAH  },\n                { DATA_GEDDON,      GO_RUNE_ZETH,       GO_CIRCLE_GEDDON    },\n                { DATA_GOLEMAGG,    GO_RUNE_THERI,      GO_CIRCLE_GOLEMAGG  },\n                { DATA_SULFURON,    GO_RUNE_KORO,       GO_CIRCLE_SULFURON  },\n        };\n\nconstexpr uint8 SAY_SPAWN = 1;\n\nclass instance_molten_core_60_1_A : public InstanceMapScript\n{\npublic:\n    instance_molten_core_60_1_A() : InstanceMapScript(MCScriptName, 409) {}\n\n    struct instance_molten_core_InstanceMapScript : public InstanceScript\n    {\n        instance_molten_core_InstanceMapScript(Map* map) : InstanceScript(map)\n        {\n            SetBossNumber(MAX_ENCOUNTER);\n            LoadMinionData(minionData);\n        }\n\n        void OnPlayerEnter(Player* /*player*/) override\n        {\n            if (CheckMajordomoExecutus())\n            {\n                SummonMajordomoExecutus();\n            }\n        }\n\n        void OnCreatureCreate(Creature* creature) override\n        {\n            switch (creature->GetEntry())\n            {\n                case NPC_GOLEMAGG_THE_INCINERATOR:\n                {\n                    _golemaggGUID = creature->GetGUID();\n                    break;\n                }\n                case NPC_CORE_RAGER:\n                {\n                    _golemaggMinionsGUIDS.insert(creature->GetGUID());\n                    break;\n                }\n                case NPC_MAJORDOMO_EXECUTUS:\n                {\n                    _majordomoExecutusGUID = creature->GetGUID();\n                    break;\n                }\n                case NPC_GARR:\n                {\n                    _garrGUID = creature->GetGUID();\n                    break;\n                }\n                case NPC_RAGNAROS:\n                {\n                    _ragnarosGUID = creature->GetGUID();\n                    break;\n                }\n                case NPC_FIRESWORN:\n                case NPC_FLAMEWALKER:\n                case NPC_FLAMEWALKER_PROTECTOR:\n                case NPC_FLAMEWALKER_PRIEST:\n                case NPC_FLAMEWALKER_HEALER:\n                case NPC_FLAMEWALKER_ELITE:\n                {\n                    AddMinion(creature, true);\n                    break;\n                }\n            }\n        }\n\n        void OnCreatureRemove(Creature* creature) override\n        {\n            switch (creature->GetEntry())\n            {\n                case NPC_FIRESWORN:\n                {\n                    AddMinion(creature, false);\n                    break;\n                }\n                case NPC_FLAMEWALKER:\n                case NPC_FLAMEWALKER_PROTECTOR:\n                case NPC_FLAMEWALKER_PRIEST:\n                case NPC_FLAMEWALKER_HEALER:\n                case NPC_FLAMEWALKER_ELITE:\n                {\n                    AddMinion(creature, false);\n                    break;\n                }\n            }\n        }\n\n        void OnGameObjectCreate(GameObject* go) override\n        {\n            switch (go->GetEntry())\n            {\n                case GO_CACHE_OF_THE_FIRELORD:\n                {\n                    _cacheOfTheFirelordGUID = go->GetGUID();\n                    break;\n                }\n                case GO_CIRCLE_GEDDON:\n                case GO_CIRCLE_GARR:\n                case GO_CIRCLE_GEHENNAS:\n                case GO_CIRCLE_GOLEMAGG:\n                case GO_CIRCLE_MAGMADAR:\n                case GO_CIRCLE_SHAZZRAH:\n                case GO_CIRCLE_SULFURON:\n                {\n                    for (uint8 i = 0; i < MAX_MC_LINKED_BOSS_OBJ; ++i)\n                    {\n                        if (linkedBossObjData[i].circleId != go->GetEntry())\n                        {\n                            continue;\n                        }\n\n                        if (GetBossState(linkedBossObjData[i].bossId) == DONE)\n                        {\n                            go->DespawnOrUnsummon();\n                        }\n                        else\n                        {\n                            _circlesGUIDs[linkedBossObjData[i].bossId] = go->GetGUID();\n                        }\n                    }\n\n                    break;\n                }\n                case GO_RUNE_KRESS:\n                case GO_RUNE_MOHN:\n                case GO_RUNE_BLAZ:\n                case GO_RUNE_MAZJ:\n                case GO_RUNE_ZETH:\n                case GO_RUNE_THERI:\n                case GO_RUNE_KORO:\n                {\n                    for (uint8 i = 0; i < MAX_MC_LINKED_BOSS_OBJ; ++i)\n                    {\n                        if (linkedBossObjData[i].runeId != go->GetEntry())\n                        {\n                            continue;\n                        }\n\n                        if (GetBossState(linkedBossObjData[i].bossId) == DONE)\n                        {\n                            go->SetGoState(GO_STATE_ACTIVE);\n                            _runeStatus[go->GetEntry()] = true;\n                        }\n                        else\n                        {\n                            _runesGUIDs[linkedBossObjData[i].bossId] = go->GetGUID();\n                            _runeStatus[go->GetEntry()] = false;\n                        }\n                    }\n                    break;\n                }\n                case GO_LAVA_STEAM:\n                {\n                    _lavaSteamGUID = go->GetGUID();\n                    break;\n                }\n                case GO_LAVA_SPLASH:\n                {\n                    _lavaSplashGUID = go->GetGUID();\n                    break;\n                }\n                case GO_LAVA_BURST:\n                {\n                    if (Creature* ragnaros = instance->GetCreature(_ragnarosGUID))\n                    {\n                        ragnaros->AI()->SetGUID(go->GetGUID(), GO_LAVA_BURST);\n                    }\n                    break;\n                }\n            }\n        }\n\n        ObjectGuid GetGuidData(uint32 type) const override\n        {\n            switch (type)\n            {\n                case DATA_GOLEMAGG:\n                    return _golemaggGUID;\n                case DATA_MAJORDOMO_EXECUTUS:\n                    return _majordomoExecutusGUID;\n                case DATA_GARR:\n                    return _garrGUID;\n                case DATA_LAVA_STEAM:\n                    return _lavaSteamGUID;\n                case DATA_LAVA_SPLASH:\n                    return _lavaSplashGUID;\n                case DATA_RAGNAROS:\n                    return _ragnarosGUID;\n            }\n\n            return ObjectGuid::Empty;\n        }\n\n        bool SetBossState(uint32 bossId, EncounterState state) override\n        {\n            if (!InstanceScript::SetBossState(bossId, state))\n            {\n                return false;\n            }\n\n            if (bossId == DATA_MAJORDOMO_EXECUTUS && state == DONE)\n            {\n                DoRespawnGameObject(_cacheOfTheFirelordGUID, 7 * DAY);\n            }\n            else if (bossId == DATA_GOLEMAGG)\n            {\n                switch (state)\n                {\n                    case NOT_STARTED:\n                    case FAIL:\n                    {\n                        if (!_golemaggMinionsGUIDS.empty())\n                        {\n                            for (ObjectGuid const& minionGuid : _golemaggMinionsGUIDS)\n                            {\n                                Creature* minion = instance->GetCreature(minionGuid);\n                                if (minion && minion->isDead())\n                                {\n                                    minion->Respawn();\n                                }\n                            }\n                        }\n                        break;\n                    }\n                    case IN_PROGRESS:\n                    {\n                        if (!_golemaggMinionsGUIDS.empty())\n                        {\n                            for (ObjectGuid const& minionGuid : _golemaggMinionsGUIDS)\n                            {\n                                if (Creature* minion = instance->GetCreature(minionGuid))\n                                {\n                                    minion->AI()->DoZoneInCombat(nullptr, 150.0f);\n                                }\n                            }\n                        }\n                        break;\n                    }\n                    case DONE:\n                    {\n                        if (!_golemaggMinionsGUIDS.empty())\n                        {\n                            for (ObjectGuid const& minionGuid : _golemaggMinionsGUIDS)\n                            {\n                                if (Creature* minion = instance->GetCreature(minionGuid))\n                                {\n                                    minion->CastSpell(minion, SPELL_CORE_RAGER_QUIET_SUICIDE, true);\n                                }\n                            }\n                            _golemaggMinionsGUIDS.clear();\n                        }\n                        break;\n                    }\n                    default:\n                        break;\n                }\n            }\n            // Perform needed checks for Majordomu\n            if (bossId < DATA_MAJORDOMO_EXECUTUS && state == DONE)\n            {\n                if (GameObject* rune = instance->GetGameObject(_runesGUIDs[bossId]))\n                {\n                    if (sConfigMgr->GetOption<int>(\"IndividualProgression.MoltenCore.ManualRuneHandling\", 1) == 1)\n                    {\n                        if (GameObject* circle = instance->GetGameObject(_circlesGUIDs[bossId]))\n                        {\n                            rune->SetGoState(GO_STATE_ACTIVE);\n                            rune->RemoveFlag(GAMEOBJECT_FLAGS, GO_FLAG_NOT_SELECTABLE);\n\n                            if (_runeStatus[rune->GetEntry()] == true)\n                            {\n                                circle->DespawnOrUnsummon();\n                                _circlesGUIDs[bossId].Clear();\n                            }\n                        }\n                    }\n                    else\n                    {\n                        if (GameObject* circle = instance->GetGameObject(_circlesGUIDs[bossId]))\n                        {\n                            circle->DespawnOrUnsummon();\n                            _circlesGUIDs[bossId].Clear();\n                        }\n\n                        rune->SetGoState(GO_STATE_ACTIVE);\n\n                        if (CheckMajordomoExecutus())\n                        {\n                            SummonMajordomoExecutus();\n                        }\n                    }\n\n                    _runesGUIDs[bossId].Clear();\n                }\n            }\n\n            return true;\n        }\n\n        void SetData(uint32 index, uint32 data) override\n        {\n            if (index == DATA_RUNE_STATUS)\n            {\n                _runeStatus[data] = true;\n            }\n        }\n\n        void DoAction(int32 action) override\n        {\n            if (action == ACTION_RESET_GOLEMAGG_ENCOUNTER)\n            {\n                if (Creature* golemagg = instance->GetCreature(_golemaggGUID))\n                {\n                    golemagg->AI()->EnterEvadeMode();\n                }\n\n                if (!_golemaggMinionsGUIDS.empty())\n                {\n                    for (ObjectGuid const& minionGuid : _golemaggMinionsGUIDS)\n                    {\n                        if (Creature* minion = instance->GetCreature(minionGuid))\n                        {\n                            minion->AI()->EnterEvadeMode();\n                        }\n                    }\n                }\n            }\n            else if (action == ACTION_CHECK_RUNES)\n            {\n                if (CheckMajordomoExecutus())\n                {\n                    SummonMajordomoExecutus();\n                }\n            }\n        }\n\n        void SummonMajordomoExecutus()\n        {\n            if (instance->GetCreature(_majordomoExecutusGUID))\n            {\n                return;\n            }\n\n            if (GetBossState(DATA_MAJORDOMO_EXECUTUS) != DONE)\n            {\n                if (Creature* creature = instance->SummonCreature(NPC_MAJORDOMO_EXECUTUS, MajordomoSummonPos))\n                {\n                    creature->AI()->Talk(SAY_SPAWN);\n                }\n            }\n            else\n            {\n                instance->SummonCreature(NPC_MAJORDOMO_EXECUTUS, MajordomoRagnaros);\n            }\n        }\n\n        bool CheckMajordomoExecutus() const\n        {\n            if (GetBossState(DATA_RAGNAROS) == DONE)\n            {\n                return false;\n            }\n\n            for (uint8 i = 0; i < DATA_MAJORDOMO_EXECUTUS; ++i)\n            {\n                if (i == DATA_LUCIFRON)\n                {\n                    continue;\n                }\n\n                if (GetBossState(i) != DONE)\n                {\n                    return false;\n                }\n            }\n\n            // Prevent spawning if Ragnaros is present\n            if (instance->GetCreature(_ragnarosGUID))\n            {\n                return false;\n            }\n\n            if (sConfigMgr->GetOption<int>(\"IndividualProgression.MoltenCore.ManualRuneHandling\", 1) == 1)\n            {\n                return CheckFirelordRunes();\n            }\n\t\t\telse\n\t\t\t{\n                return true;\n\t\t\t}\n        }\n\n        bool CheckFirelordRunes() const\n        {\n            for (auto const& status : _runeStatus)\n            {\n                if (!status.second)\n                {\n                    return false;\n                }\n            }\n\n            return true;\n        }\n\n\n    private:\n        std::unordered_map<uint32 /*bossid*/, ObjectGuid /*circleGUID*/> _circlesGUIDs;\n        std::unordered_map<uint32/*bossid*/, ObjectGuid/*runeGUID*/> _runesGUIDs;\n        std::unordered_map<uint32 /*bossid*/, bool /*status*/> _runeStatus;\n\n        // Golemagg encounter related\n        ObjectGuid _golemaggGUID;\n        GuidSet _golemaggMinionsGUIDS;\n\n        // Ragnaros encounter related\n        ObjectGuid _ragnarosGUID;\n        ObjectGuid _lavaSteamGUID;\n        ObjectGuid _lavaSplashGUID;\n\n        ObjectGuid _majordomoExecutusGUID;\n        ObjectGuid _cacheOfTheFirelordGUID;\n        ObjectGuid _garrGUID;\n        ObjectGuid _magmadarGUID;\n    };\n\n    InstanceScript* GetInstanceScript(InstanceMap* map) const override\n    {\n        return new instance_molten_core_InstanceMapScript(map);\n    }\n};\n\nconstexpr uint32 SPELL_AQUAL_QUINTESSENCE = 21358;\n\nclass go_firelord_rune : public GameObjectScript\n{\npublic:\n    go_firelord_rune() : GameObjectScript(\"go_firelord_rune\") { }\n\n    bool OnGossipHello(Player* player, GameObject* go) override\n    {\n        go->SetFlag(GAMEOBJECT_FLAGS, GO_FLAG_NOT_SELECTABLE);\n\n        if (GameObject* circle = go->GetLinkedTrap())\n        {\n            circle->DespawnOrUnsummon();\n        }\n\n        if (InstanceScript* instance = go->GetInstanceScript())\n        {\n            instance->SetData(DATA_RUNE_STATUS, go->GetEntry());\n            instance->DoAction(ACTION_CHECK_RUNES);\n        }\n\n        if (uint32 cooldown = player->GetSpellCooldownDelay(SPELL_AQUAL_QUINTESSENCE))\n        {\n            int32 cooldownredux = sConfigMgr->GetOption<int>(\"IndividualProgression.MoltenCore.AqualEssenceCooldownReduction\", 0);\n            player->ModifySpellCooldown(SPELL_AQUAL_QUINTESSENCE, -(cooldownredux * MINUTE * IN_MILLISECONDS));\n        }\n\n        return true;\n    }\n};\n\nvoid AddSC_instance_molten_core_60_1_A()\n{\n    new instance_molten_core_60_1_A();\n    new go_firelord_rune();\n}\n"
  },
  {
    "path": "src/vanillaScripts/instance_onyxias_lair.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"IndividualProgression.h\"\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"SpellInfo.h\"\n#include \"onyxias_lair.h\"\n\nObjectData const creatureData[] =\n        {\n                { NPC_ONYXIA, DATA_ONYXIA },\n                { NPC_ONYXIA_40, DATA_ONYXIA },\n                { 0, 0 } // END\n        };\n\nclass instance_onyxias_lair_40 : public InstanceMapScript\n{\npublic:\n    instance_onyxias_lair_40() : InstanceMapScript(\"instance_onyxias_lair\", 249) {}\n\n    InstanceScript* GetInstanceScript(InstanceMap* pMap) const override\n    {\n        return new instance_onyxias_lair_InstanceMapScript(pMap);\n    }\n\n    struct instance_onyxias_lair_InstanceMapScript : public InstanceScript\n    {\n        instance_onyxias_lair_InstanceMapScript(Map* pMap) : InstanceScript(pMap) {Initialize();};\n\n        std::string str_data;\n        uint16 ManyWhelpsCounter;\n        bool bDeepBreath;\n\n        void Initialize() override\n        {\n            SetBossNumber(MAX_ENCOUNTER);\n            ManyWhelpsCounter = 0;\n            bDeepBreath = true;\n            LoadObjectData(creatureData, nullptr);\n        }\n\n        void OnGameObjectCreate(GameObject* go) override\n        {\n            switch (go->GetEntry())\n            {\n                case GO_WHELP_SPAWNER:\n                    if (instance->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n                    {\n                        go->CastSpell((Unit*)nullptr, 91003);\n                    }\n                    else\n                    {\n                        go->CastSpell((Unit*)nullptr, 17646);\n                    }\n                    if (Creature* onyxia = GetCreature(DATA_ONYXIA))\n                    {\n                        onyxia->AI()->DoAction(-1);\n                    }\n                    break;\n            }\n        }\n\n        bool SetBossState(uint32 type, EncounterState state) override\n        {\n            if (!InstanceScript::SetBossState(type, state))\n            {\n                return false;\n            }\n\n            if (type == DATA_ONYXIA && state == NOT_STARTED)\n            {\n                ManyWhelpsCounter = 0;\n                bDeepBreath = true;\n            }\n            else if (type == DATA_ONYXIA && state == DONE)\n            {\n                DoUpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_COMPLETE_QUEST, 7495, 1);\n            }\n\n            return true;\n        }\n\n        void SetData(uint32 uiType, uint32 /*uiData*/) override\n        {\n            switch (uiType)\n            {\n                case DATA_WHELP_SUMMONED:\n                    ++ManyWhelpsCounter;\n                    break;\n                case DATA_DEEP_BREATH_FAILED:\n                    bDeepBreath = false;\n                    break;\n            }\n        }\n\n\n        bool CheckAchievementCriteriaMeet(uint32 criteria_id, Player const*  /*source*/, Unit const*  /*target*/, uint32  /*miscvalue1*/) override\n        {\n            if (instance->GetDifficulty() == RAID_DIFFICULTY_10MAN_HEROIC)\n            {\n                return false; // No achievements in Onyxia 40man\n            }\n            switch(criteria_id)\n            {\n                case ACHIEV_CRITERIA_MANY_WHELPS_10_PLAYER:\n                case ACHIEV_CRITERIA_MANY_WHELPS_25_PLAYER:\n                    return ManyWhelpsCounter >= 50;\n                case ACHIEV_CRITERIA_DEEP_BREATH_10_PLAYER:\n                case ACHIEV_CRITERIA_DEEP_BREATH_25_PLAYER:\n                    return bDeepBreath;\n            }\n            return false;\n        }\n    };\n};\n\nclass onyxia_entrance_trigger : public AreaTriggerScript\n{\npublic:\n    onyxia_entrance_trigger() : AreaTriggerScript(\"onyxia_entrance_trigger\") { }\n\n    bool OnTrigger(Player* player, AreaTrigger const* /*areaTrigger*/) override\n    {\n        if (!player || !player->IsInWorld())\n            return false;\n\n        ChatHandler handler(player->GetSession());\n\n        if (player->GetLevel() <= 70)\n        {\n            if (player->GetLevel() < 50)\n            {\n                handler.PSendSysMessage(\"You need to be at least level 50 to enter Onyxia\\'s Lair.\");\n                return false;\n            }\n            if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_5)) // death knights\n            {\n                handler.PSendSysMessage(\"Your progression level is too high to enter the level 60 version of Onyxia\\'s Lair.\");\n                return false;\n            }\n            if (!player->HasItemCount(ITEM_DRAKEFIRE_AMULET) && !sIndividualProgression->isExcludedFromProgression(player))\n            {\n                handler.PSendSysMessage(\"You must have the Drakefire Amulet in your inventory to enter Onyxia\\'s Lair.\");\n                return false;\n            }\n\n            player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);\n            player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);\n            return true;\n\n        }\n\t    else // (player->GetLevel() > 70)\n        {\n            if (player->GetLevel() != 80)\n            {\n                handler.PSendSysMessage(\"You need to be level 80 to enter Onyxia\\'s Lair.\");\n                return false;\n            }\n            /* if (!player->HasItemCount(ITEM_DRAKEFIRE_AMULET) && !sIndividualProgression->isExcludedFromProgression(player))\n            {\n                handler.PSendSysMessage(\"You must have the Drakefire Amulet in your inventory to enter Onyxia\\'s Lair.\");\n                return false;\n            } */\n\n            player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);\n            return true;\n        }\n    }\n};\n\nclass global_onyxia_tuning_script : public GlobalScript\n{\npublic:\n    global_onyxia_tuning_script() : GlobalScript(\"global_onyxia_tuning_script\") { }\n\n    void OnLoadSpellCustomAttr(SpellInfo* spellInfo) override\n    {\n        // TODO: This is currently overriding 10 man spells\n        switch (spellInfo->Id)\n        {\n            case 18435: // Flame Breath\n                spellInfo->Effects[EFFECT_0].DieSides = 875;\n                spellInfo->Effects[EFFECT_0].BasePoints = 3062;\n                break;\n            case 18500: // Wing Buffet\n                spellInfo->Effects[EFFECT_1].DieSides = 375;\n                spellInfo->Effects[EFFECT_1].BasePoints = 562;\n                break;\n            case 18392: // Fireball\n                spellInfo->Effects[EFFECT_0].DieSides = 601;\n                spellInfo->Effects[EFFECT_0].BasePoints = 1699;\n                break;\n            case 17731: // Eruption\n                spellInfo->Effects[EFFECT_0].DieSides = 375;\n                spellInfo->Effects[EFFECT_0].BasePoints = 656;\n                break;\n            case 17086: // Breath\n            case 17087:\n            case 17088:\n            case 17089:\n            case 17090:\n            case 17091:\n            case 17092:\n            case 17093:\n            case 17094:\n            case 17095:\n            case 17097:\n            case 18351:\n            case 18352:\n            case 18353:\n            case 18354:\n            case 18355:\n            case 18356:\n            case 18357:\n            case 18358:\n            case 18359:\n            case 18360:\n            case 18361:\n            case 18564:\n            case 18565:\n            case 18566:\n            case 18567:\n            case 18568:\n            case 18569:\n            case 18570:\n            case 18571:\n            case 18572:\n            case 18573:\n            case 18574:\n            case 18575:\n            case 18576:\n            case 18578:\n            case 18579:\n            case 18580:\n            case 18581:\n            case 18582:\n            case 18583:\n            case 18584:\n            case 18585:\n            case 18586:\n            case 18587:\n            case 18588:\n            case 18589:\n            case 18590:\n            case 18591:\n            case 18592:\n            case 18593:\n            case 18594:\n            case 18595:\n            case 18596:\n            case 18597:\n            case 18598:\n            case 18599:\n            case 18600:\n            case 18601:\n            case 18602:\n            case 18603:\n            case 18604:\n            case 18605:\n            case 18606:\n            case 18607:\n            case 18617:\n            case 18618:\n            case 18619:\n            case 18620:\n            case 18621:\n            case 18622:\n            case 18623:\n            case 18624:\n            case 18625:\n            case 18626:\n            case 18627:\n            case 18628:\n            case 18609:\n            case 18611:\n            case 18612:\n            case 18613:\n            case 18614:\n            case 18615:\n            case 18616:\n            case 22267:\n            case 22268:\n                spellInfo->Effects[EFFECT_0].DieSides = 451;\n                //spellInfo->Effects[EFFECT_0].BasePoints = 1274;\n                break;\n                // Onyxian Warder\n            case 18958:\n                spellInfo->Effects[EFFECT_0].DieSides = 9;\n                spellInfo->Effects[EFFECT_1].DieSides = 1;\n                spellInfo->Effects[EFFECT_0].RealPointsPerLevel = 1.4f;\n                spellInfo->Effects[EFFECT_1].RealPointsPerLevel = -1.2f;\n                spellInfo->Effects[EFFECT_0].BasePoints = 55;\n                spellInfo->Effects[EFFECT_1].BasePoints = -21;\n                break;\n            case 20203:\n                spellInfo->Effects[EFFECT_0].DieSides = 133;\n                spellInfo->Effects[EFFECT_0].BasePoints = 463;\n                break;\n            case 20228:\n                spellInfo->Effects[EFFECT_0].DieSides = 225;\n                spellInfo->Effects[EFFECT_0].BasePoints = 1387;\n                break;\n            case 91003:\n                spellInfo->Targets |= TARGET_FLAG_DEST_LOCATION;\n                spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DEST);\n                spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13); // 50000yd\n                spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(5);\n                break;\n        }\n    }\n};\n\nvoid AddSC_instance_onyxias_lair_40()\n{\n    new instance_onyxias_lair_40();\n    new global_onyxia_tuning_script();\n    new onyxia_entrance_trigger();\n}\n"
  },
  {
    "path": "src/vanillaScripts/instance_stratholme.cpp",
    "content": "#include \"ScriptMgr.h\"\n#include \"SpellAuraEffects.h\"\n#include \"SpellScript.h\"\n#include \"Player.h\"\n\nclass spell_atiesh_breath_of_sargeras : public SpellScript\n{\n    PrepareSpellScript(spell_atiesh_breath_of_sargeras);\n\n    void HandleEffect(SpellEffIndex)\n    {\n        if (Unit* caster = GetCaster())\n        {\n            if (Unit* unitTarget = GetHitUnit())\n            {\n                if (!unitTarget->IsPlayer())\n                    return;\n\n                Player* playerTarget = unitTarget->ToPlayer();\n                if (!playerTarget)\n                    return;\n\n                uint32 spell_id = 28342; // Breath of Sargeras\n\n                caster->CastSpell(playerTarget, spell_id, TRIGGERED_FULL_MASK);\n            }\n        }\n    }\n\n    void Register() override\n    {\n        OnEffectLaunchTarget += SpellEffectFn(spell_atiesh_breath_of_sargeras::HandleEffect, EFFECT_0, SPELL_EFFECT_SCRIPT_EFFECT);\n    }\n};\n\nvoid AddSC_instance_stratholme_50_59_B()\n{\n    RegisterSpellScript(spell_atiesh_breath_of_sargeras);\n}\n"
  },
  {
    "path": "src/vanillaScripts/molten_core.h",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef DEF_MOLTEN_CORE_60_H\n#define DEF_MOLTEN_CORE_60_H\n\n#include \"CreatureAIImpl.h\"\n#include \"Object.h\"\n\nconstexpr auto MCScriptName = \"instance_molten_core\";\n\nconstexpr uint32 MAX_ENCOUNTER = 10;\n\nenum MCData\n{\n    DATA_LUCIFRON                   = 0,\n    DATA_MAGMADAR                   = 1,\n    DATA_GEHENNAS                   = 2,\n    DATA_GARR                       = 3,\n    DATA_SHAZZRAH                   = 4,\n    DATA_GEDDON                     = 5,\n    DATA_SULFURON                   = 6,\n    DATA_GOLEMAGG                   = 7,\n    DATA_MAJORDOMO_EXECUTUS         = 8,\n    DATA_RAGNAROS                   = 9,\n\n    // Other data\n    DATA_LAVA_STEAM                 = 10,\n    DATA_LAVA_SPLASH                = 11,\n\n    DATA_RUNE_STATUS                = 12,\n};\n\nenum MCActions\n{\n    ACTION_START_RAGNAROS_INTRO         = -1,\n    ACTION_FINISH_RAGNAROS_INTRO        = -2,\n    ACTION_RESET_GOLEMAGG_ENCOUNTER     = -3,   // Used when ragers are pulled far away\n    ACTION_PREPARE_MAJORDOMO_RAGNA      = -4,\n\n    // Poisoned Water - Progression\n    ACTION_CHECK_RUNES                  = -5\n};\n\nenum MCCreatures\n{\n    NPC_MAGMADAR                    = 11982,\n    NPC_SHAZZRAH                    = 12264,\n    NPC_BARON_GEDDON                = 12056,\n    NPC_RAGNAROS                    = 11502,\n    NPC_FLAMEWAKER_HEALER           = 11663,\n    NPC_FLAMEWAKER_ELITE            = 11664,\n    NPC_CORE_HOUND                  = 11671,\n\n    // Garr\n    NPC_GARR                        = 12057,\n    NPC_FIRESWORN                   = 12099,\n\n    // Gehennas\n    NPC_GEHENNAS                    = 12259,\n    NPC_FLAMEWALKER                 = 11661,\n\n    // Golemagg\n    NPC_GOLEMAGG_THE_INCINERATOR    = 11988,\n    NPC_CORE_RAGER                  = 11672,\n\n    // Lucifron\n    NPC_LUCIFRON                    = 12118,\n    NPC_FLAMEWALKER_PROTECTOR       = 12119,\n\n    // Sulfuron\n    NPC_SULFURON_HARBINGER          = 12098,\n    NPC_FLAMEWALKER_PRIEST          = 11662,\n\n    // Majordomo\n    NPC_MAJORDOMO_EXECUTUS          = 12018,\n    NPC_FLAMEWALKER_HEALER          = 11663,\n    NPC_FLAMEWALKER_ELITE           = 11664,\n};\n\nenum MCGameObjects\n{\n    GO_CACHE_OF_THE_FIRELORD        = 179703,\n    GO_CIRCLE_SULFURON              = 178187,\n    GO_CIRCLE_GEDDON                = 178188,\n    GO_CIRCLE_SHAZZRAH              = 178189,\n    GO_CIRCLE_GOLEMAGG              = 178190,\n    GO_CIRCLE_GARR                  = 178191,\n    GO_CIRCLE_MAGMADAR              = 178192,\n    GO_CIRCLE_GEHENNAS              = 178193,\n\n    GO_RUNE_KRESS                   = 176956,   // Magmadar\n    GO_RUNE_MOHN                    = 176957,   // Gehennas\n    GO_RUNE_BLAZ                    = 176955,   // Garr\n    GO_RUNE_MAZJ                    = 176953,   // Shazzrah\n    GO_RUNE_ZETH                    = 176952,   // Geddon\n    GO_RUNE_THERI                   = 176954,   // Golemagg\n    GO_RUNE_KORO                    = 176951,   // Sulfuron\n\n    // Ragnaros event related\n    GO_LAVA_STEAM                   = 178107,\n    GO_LAVA_SPLASH                  = 178108,\n    GO_LAVA_BURST                   = 178088,\n};\n\nenum MCSpells\n{\n    SPELL_CORE_RAGER_QUIET_SUICIDE  = 3617,     // Server side\n};\n\nextern Position const MajordomoRagnaros;        // Teleport location to Ragnaros summons area\nextern Position const MajordomoSummonPos;       // Majordomo summon position (battle)\n\ntemplate <class AI, class T>\ninline AI* GetMoltenCoreAI(T* obj)\n{\n    return GetInstanceAI<AI>(obj, MCScriptName);\n}\n\n#endif\n"
  },
  {
    "path": "src/vanillaScripts/onyxias_lair.h",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef DEF_ONYXIAS_LAIR_H\n#define DEF_ONYXIAS_LAIR_H\n\n#include \"CreatureAIImpl.h\"\n#include \"Player.h\"\n#include \"MapMgr.h\"\n\n#define OnyxiasLairScriptName \"instance_onyxias_lair\"\n\nenum eInstanceData\n{\n    DATA_ONYXIA                 = 0,\n    MAX_ENCOUNTER               = 1,\n    DATA_WHELP_SUMMONED,\n    DATA_DEEP_BREATH_FAILED,\n};\n\nenum eCreatures\n{\n    NPC_ONYXIA                  = 10184,\n    NPC_ONYXIAN_WHELP           = 11262,\n    NPC_ONYXIAN_LAIR_GUARD      = 36561,\n\n    NPC_ONYXIA_40               = 301000,\n    NPC_ONYXIAN_WHELP_40        = 301001,\n    NPC_ONYXIAN_LAIR_GUARD_40   = 301002,\n};\n\nenum eGameObjects\n{\n    GO_WHELP_SPAWNER            = 176510,\n    GO_WHELP_EGG                = 176511\n};\n\nenum eAchievementData\n{\n    ACHIEV_CRITERIA_MANY_WHELPS_10_PLAYER                   = 12565, // Criteria for achievement 4403: Many Whelps! Handle It! (10 player) Hatch 50 eggs in 10s\n    ACHIEV_CRITERIA_MANY_WHELPS_25_PLAYER                   = 12568, // Criteria for achievement 4406: Many Whelps! Handle It! (25 player) Hatch 50 eggs in 10s\n    ACHIEV_CRITERIA_DEEP_BREATH_10_PLAYER                   = 12566, // Criteria for achievement 4404: She Deep Breaths More (10 player) Everybody evade Deep Breath\n    ACHIEV_CRITERIA_DEEP_BREATH_25_PLAYER                   = 12569, // Criteria for achievement 4407: She Deep Breaths More (25 player) Everybody evade Deep Breath\n    ACHIEV_TIMED_START_EVENT                                =  6601, // Timed event for achievement 4402, 4005: More Dots! (10,25 player) 5 min kill\n};\n\ntemplate <class AI, class T>\ninline AI* GetOnyxiasLairAI(T* obj)\n{\n    return GetInstanceAI<AI>(obj, OnyxiasLairScriptName);\n}\n\n#define RegisterOnyxiasLairCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetOnyxiasLairAI)\n\n#endif\n"
  },
  {
    "path": "src/vanillaScripts/quest_jail_break.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"GossipDef.h\"\n#include \"Player.h\"\n#include \"ScriptedEscortAI.h\"\n#include \"ScriptedGossip.h\"\n#include \"SpellAuras.h\"\n#include \"TaskScheduler.h\"\n\n#include \"ProgressionSystem.h\"\n\nenum WindsorEnum\n{\n    QUEST_JAIL_BREAK = 4322,\n\n    // Texts\n    SAY_AGGRO = 0,\n    SAY_START_ESCORT = 1,\n    SAY_DUGHAL_CELL_1 = 2,\n    SAY_DUGHAL_CELL_2 = 3,\n    SAY_EQUIPMENT_1 = 4,\n    SAY_EQUIPMENT_2 = 5,\n    SAY_EQUIPMENT_3 = 6,\n    SAY_EQUIPMENT_4 = 7,\n    SAY_JAZ_CELL_1 = 8,\n    SAY_JAZ_CELL_2 = 9,\n    SAY_SHILL_CELL_1 = 10,\n    SAY_SHILL_CELL_2 = 11,\n    SAY_SHILL_CELL_3 = 12,\n    SAY_CREST_CELL_1 = 13,\n    SAY_CREST_CELL_2 = 14,\n    SAY_TOBIAS_CELL_1 = 15,\n    SAY_TOBIAS_CELL_2 = 16,\n    SAY_FREE_1 = 17,\n    SAY_FREE_2 = 18,\n\n    //\n    SAY_PRISONER_AGGRO = 0,\n\n    SAY_TOBIAS_FREED = 0,\n    SAY_TOBIAS_FREED_2 = 1,\n\n    // Creatures\n    NPC_MARSHAL_REGINALD_WINDSOR = 9682,\n    NPC_SHILL_DINGER = 9678,\n    NPC_CREST_KILLER = 9680,\n    NPC_OGRABISI = 9677,\n    NPC_DUGHAL_STORMWING = 9022,\n    NPC_JAZ = 9681,\n    NPC_TOBIAS_SEECHER = 9679,\n\n    // Objects\n    GO_SUPPLY_ROOM_DOOR = 170561,\n    GO_SUPPLY_CRATE = 166872,\n\n    EVENT_RESUME_ESCORT = 1,\n\n    SPELL_WINDSOR_DEVOTION = 10293,\n    SPELL_WINDSOR_FRENZY = 15167\n};\n\nclass ActivePrisonerEvent : public BasicEvent\n{\npublic:\n    ActivePrisonerEvent(Creature* target) : _target(target) { }\n\n    bool Execute(uint64 /*time*/, uint32 /*diff*/)\n    {\n        _target->SetFaction(16);\n        return true;\n    }\n\nprivate:\n    Creature* _target;\n};\n\nclass npc_marshal_windsor : public CreatureScript\n{\npublic:\n    npc_marshal_windsor() : CreatureScript(\"npc_marshal_windsor\") { }\n\n    struct npc_marshal_windsorAI : public npc_escortAI\n    {\n        npc_marshal_windsorAI(Creature* creature) : npc_escortAI(creature)\n        {\n            _instance = creature->GetInstanceScript();\n        }\n\n        void SetGUID(ObjectGuid const& playerGUID, int32 /*id*/) override\n        {\n            _playerGUID = playerGUID;\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            npc_escortAI::UpdateAI(diff);\n\n            _events.Update(diff);\n            _scheduler.Update(diff);\n\n            while (uint32 eventId = _events.ExecuteEvent())\n            {\n                if (eventId == EVENT_RESUME_ESCORT)\n                    SetEscortPaused(false);\n            }\n\n            DoMeleeAttackIfReady();\n        }\n\n        void AttackStart(Unit* who) override\n        {\n            if (who && !who->HasFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC))\n                npc_escortAI::AttackStart(who);\n        }\n\n        void DamageTaken(Unit* /*attacker*/, uint32& damage, DamageEffectType /*dmgEff*/, SpellSchoolMask /*mask*/) override\n        {\n            if (me->HealthBelowPctDamaged(40, damage) && !me->HasAura(SPELL_WINDSOR_FRENZY))\n            {\n                DoCastAOE(SPELL_WINDSOR_FRENZY);\n            }\n        }\n\n        void DoAction(int32 actionId) override\n        {\n            if (actionId == 0)\n            {\n                SetEscortPaused(false);\n            }\n        }\n\n        void JustEngagedWith(Unit* who) override\n        {\n            Talk(SAY_AGGRO, who);\n        }\n\n        void WaypointReached(uint32 id) override\n        {\n            switch (id)\n            {\n                case 1:\n                    Talk(SAY_START_ESCORT);\n                    me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_NPC | UNIT_FLAG_IMMUNE_TO_PC);\n                    break;\n                case 7:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_POINT);\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                    {\n                        Talk(SAY_DUGHAL_CELL_1, player);\n                    }\n\n                    if (Creature* dughal = me->FindNearestCreature(NPC_DUGHAL_STORMWING, 100.0f))\n                    {\n                        if (!dughal->IsAlive())\n                            dughal->Respawn(true);\n\n                        dughal->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP);\n                    }\n                    SetEscortPaused(true);\n                    break;\n                case 9:\n                    Talk(SAY_DUGHAL_CELL_2);\n                    break;\n                case 14:\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                        Talk(SAY_EQUIPMENT_1, player);\n                    break;\n                case 15:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_USE_STANDING);\n                    break;\n                case 16:\n                    if (GameObject* door = me->FindNearestGameObject(GO_SUPPLY_ROOM_DOOR, 50.0f))\n                        _instance->DoUseDoorOrButton(door->GetGUID());\n                    break;\n                case 18:\n                    Talk(SAY_EQUIPMENT_2);\n                    break;\n                case 19:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_USE_STANDING);\n                    break;\n                case 20:\n                    if (GameObject* crate = me->FindNearestGameObject(GO_SUPPLY_CRATE, 15.0f))\n                        crate->SetGoState(GO_STATE_ACTIVE);\n                    break;\n                case 21:\n                    me->UpdateEntry(NPC_MARSHAL_REGINALD_WINDSOR);\n                    break;\n                case 22:\n                    SetEscortPaused(true);\n                    _events.ScheduleEvent(EVENT_RESUME_ESCORT, 8s);\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                    {\n                        me->GetMotionMaster()->Clear();\n                        me->SetFacingToObject(player);\n                        Talk(SAY_EQUIPMENT_3, player);\n                        me->SetFaction(player->GetFaction());\n                    }\n                    DoCast(me, SPELL_WINDSOR_DEVOTION);\n                    HandleDevotionAura();\n                    break;\n                case 23:\n                    Talk(SAY_EQUIPMENT_4);\n                    me->GetMotionMaster()->Clear();\n                    me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_NPC | UNIT_FLAG_IMMUNE_TO_PC);\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                        me->SetFacingToObject(player);\n                    break;\n                case 30:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_POINT);\n                    Talk(SAY_JAZ_CELL_1);\n                    SchedulePrisonerActivation(NPC_OGRABISI);\n                    SchedulePrisonerActivation(NPC_JAZ);\n                    SetEscortPaused(true);\n\n                    _scheduler.Schedule(5s, [this](TaskContext task)\n                    {\n                        Creature* ograbisi = me->FindNearestCreature(NPC_OGRABISI, 100.0f);\n                        Creature* jaz = me->FindNearestCreature(NPC_JAZ, 100.0f);\n\n                        if (jaz || ograbisi)\n                        {\n                            task.Repeat();\n                        }\n                        else\n                        {\n                            SetEscortPaused(false);\n                        }\n                    });\n\n                    break;\n                case 32:\n                    Talk(SAY_JAZ_CELL_2);\n                    break;\n                case 35:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_POINT);\n                    Talk(SAY_SHILL_CELL_1);\n                    SchedulePrisonerActivation(NPC_SHILL_DINGER);\n                    SetEscortPaused(true);\n\n                    _scheduler.Schedule(5s, [this](TaskContext task)\n                    {\n                        if (Creature* shill = me->FindNearestCreature(NPC_SHILL_DINGER, 50.0f))\n                        {\n                            task.Repeat();\n                        }\n                        else\n                        {\n                            SetEscortPaused(false);\n                        }\n                    });\n                    break;\n                case 37:\n                    Talk(SAY_SHILL_CELL_2);\n                    break;\n                case 38:\n                    Talk(SAY_SHILL_CELL_3);\n                    break;\n                case 45:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_POINT);\n                    Talk(SAY_CREST_CELL_1);\n                    SchedulePrisonerActivation(NPC_CREST_KILLER);\n                    SetEscortPaused(true);\n\n                    _scheduler.Schedule(5s, [this](TaskContext task)\n                    {\n                        if (Creature* prisioner = me->FindNearestCreature(NPC_CREST_KILLER, 50.0f))\n                        {\n                            task.Repeat();\n                        }\n                        else\n                        {\n                            SetEscortPaused(false);\n                        }\n                    });\n                    break;\n                case 47:\n                    Talk(SAY_CREST_CELL_2);\n                    break;\n                case 49:\n                    if (Creature* tobias = me->FindNearestCreature(NPC_TOBIAS_SEECHER, 200.0f))\n                    {\n                        if (!tobias->IsAlive())\n                        {\n                            tobias->Respawn(true);\n                        }\n\n                        tobias->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP);\n                    }\n                    Talk(SAY_TOBIAS_CELL_1);\n                    SetEscortPaused(true);\n                    break;\n                case 51:\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                    {\n                        Talk(SAY_TOBIAS_CELL_2, player);\n                    }\n                    break;\n                case 57:\n                    Talk(SAY_FREE_1);\n                    me->GetMotionMaster()->Clear();\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                    {\n                        me->SetFacingToObject(player);\n                    }\n                    break;\n                case 58:\n                    Talk(SAY_FREE_2);\n\n                    if (Player* player = ObjectAccessor::FindPlayer(_playerGUID))\n                    {\n                        player->GroupEventHappens(QUEST_JAIL_BREAK, me);\n                        me->SetFacingTo(5.196206f);\n                    }\n                    break;\n            }\n        }\n\n        void JustDied(Unit* /*killer*/) override\n        {\n            Map::PlayerList const& PlayerList = me->GetMap()->GetPlayers();\n\n            for (auto const& itr : PlayerList)\n            {\n                if (Player* player = itr.GetSource())\n                {\n                    if (player->GetQuestStatus(QUEST_JAIL_BREAK) == QUEST_STATUS_INCOMPLETE)\n                    {\n                        player->FailQuest(QUEST_JAIL_BREAK);\n                    }\n                }\n            }\n        }\n\n        void HandleDevotionAura()\n        {\n            Map::PlayerList const& PlayerList = me->GetMap()->GetPlayers();\n\n            for (auto const& itr : PlayerList)\n            {\n                if (Player* player = itr.GetSource())\n                {\n                    if (Aura* aura = player->AddAura(SPELL_WINDSOR_DEVOTION, player))\n                    {\n                        aura->SetDuration(10 * MINUTE);\n                    }\n                }\n            }\n        }\n\n        void SchedulePrisonerActivation(uint32 entry)\n        {\n            if (Creature* prisoner = me->FindNearestCreature(entry, 250.0f))\n            {\n                if (!prisoner->IsAlive())\n                {\n                    prisoner->Respawn(true);\n                }\n\n                prisoner->m_Events.AddEvent(new ActivePrisonerEvent(prisoner), prisoner->m_Events.CalculateTime(5000));\n            }\n        }\n\n    private:\n        EventMap _events;\n        ObjectGuid _playerGUID;\n        InstanceScript* _instance;\n        TaskScheduler _scheduler;\n    };\n\n    bool OnQuestAccept(Player* player, Creature* me, Quest const* quest) override\n    {\n        if (!me->GetInstanceScript())\n        {\n            return true;\n        }\n\n        if (quest->GetQuestId() == QUEST_JAIL_BREAK)\n        {\n            me->AI()->SetGUID(player->GetGUID());\n\t\t\tme->SetWalk(true);\n\t\t\tCAST_AI(npc_marshal_windsor::npc_marshal_windsorAI, me->AI())->Start(false, player->GetGUID());\n        }\n        else\n        {\n            return true;\n        }\n\n        me->SetFaction(player->GetFaction());\n        me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC);\n        return false;\n    }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_marshal_windsorAI(creature);\n    }\n};\n\nclass npc_jail_break_dughal_or_seecher : public CreatureScript\n{\npublic:\n    npc_jail_break_dughal_or_seecher() : CreatureScript(\"npc_jail_break_dughal_or_seecher\") { }\n\n    struct npc_jail_break_dughal_or_seecherAI : public npc_escortAI\n    {\n        npc_jail_break_dughal_or_seecherAI(Creature* creature) : npc_escortAI(creature)\n        {\n\n            if (creature->GetEntry() == NPC_DUGHAL_STORMWING)\n            {\n                AddWaypoint(0, 280.42f, -82.86f, -77.12f, 0);\n                AddWaypoint(1, 287.64f, -87.01f, -76.79f, 0);\n                AddWaypoint(2, 354.63f, -64.95f, -67.53f, 0);\n            }\n            else\n            {\n                AddWaypoint(0, 549.21f, -281.07f, -75.27f);\n                AddWaypoint(1, 554.39f, -267.39f, -73.68f);\n                AddWaypoint(2, 533.59f, -249.38f, -67.04f);\n                AddWaypoint(3, 519.44f, -217.02f, -59.34f);\n                AddWaypoint(4, 506.55f, -153.49f, -62.34f);\n            }\n        }\n\n        void WaypointReached(uint32 id) override\n        {\n            if (me->GetEntry() == NPC_DUGHAL_STORMWING && id == 2)\n            {\n                if (Creature* windsor = me->FindNearestCreature(9023, 200.0f))\n                {\n                    windsor->AI()->DoAction(0);\n                }\n            }\n            else if (me->GetEntry() == NPC_TOBIAS_SEECHER && id == 4)\n            {\n                if (Creature* windsor = me->FindNearestCreature(NPC_MARSHAL_REGINALD_WINDSOR, 200.0f))\n                {\n                    windsor->AI()->DoAction(0);\n                }\n            }\n        }\n\n        void DoAction(int32 actionId) override\n        {\n            if (actionId == 0)\n            {\n                Start(false, ObjectGuid::Empty, nullptr, false, false, false);\n            }\n        }\n    };\n\n    bool OnGossipHello(Player* player, Creature* me) override\n    {\n        if (player->GetQuestStatus(QUEST_JAIL_BREAK) == QUEST_STATUS_INCOMPLETE)\n        {\n            std::string message = \"You're free, Dughal! Get out of here!\";\n\n            if (me->GetEntry() == NPC_TOBIAS_SEECHER)\n                message = \"Get out of here, Tobias, you're free!\";\n\n            AddGossipItemFor(player, GOSSIP_ICON_CHAT, message, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 1);\n            SendGossipMenuFor(player, me->GetEntry() == NPC_DUGHAL_STORMWING ? 2846 : 2847, me->GetGUID());\n        }\n\n        return true;\n    }\n\n    bool OnGossipSelect(Player* player, Creature* me, uint32 /*menuId*/, uint32 gossipListId) override\n    {\n        CloseGossipMenuFor(player);\n        uint32 const action = player->PlayerTalkClass->GetGossipOptionAction(gossipListId);\n\n        if (action == 0)\n        {\n            me->AI()->Talk(0, player);\n            me->AI()->DoAction(0);\n            me->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP);\n            return true;\n        }\n\n        return true;\n    }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_jail_break_dughal_or_seecherAI(creature);\n    }\n};\n\nvoid AddSC_quest_jail_break_60_2()\n{\n    new npc_marshal_windsor();\n    new npc_jail_break_dughal_or_seecher();\n}\n"
  },
  {
    "path": "src/vanillaScripts/quest_the_masquerade.cpp",
    "content": "/*\n * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information\n *\n * This program is free software; you can redistribute it and/or modify it\n * under the terms of the GNU Affero General Public License as published by the\n * Free Software Foundation; either version 3 of the License, or (at your\n * option) any later version.\n *\n * This program is distributed in the hope that it will be useful, but WITHOUT\n * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for\n * more details.\n *\n * You should have received a copy of the GNU General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n#include \"Player.h\"\n#include \"SpellInfo.h\"\n\n#include \"ProgressionSystem.h\"\n\nenum TheGreatMasquerade\n{\n    QUEST_STORMWIND_RENDEZVOUZ = 6402,\n    QUEST_THE_GREAT_MASQUERADE = 6403,\n\n    NPC_SQUIRE_ROWE = 17804,\n    NPC_REGINALD_WINDSOR = 12580,\n    NPC_MERCUTIO = 12581,\n    NPC_KATRANA_PRESTOR = 1749,\n    NPC_JONATHAN = 466,\n    NPC_ROYAL_GUARD = 1756,\n    NPC_SW_GUARD = 68,\n    NPC_SW_PATROL = 1976,\n    NPC_VARIAN = 29611,\n    NPC_ONYXIA_GUARD = 12739,\n    NPC_BOLVAR = 1748,\n    NPC_ANDUINN = 1747,\n    NPC_LADY_ONYXIA = 12756,\n\n    ACTION_START_ESCORT = 0,\n    ACTION_RESET_MASQUERADE = 2,\n    ACTION_START_MASQUERADE = 3,\n    ACTION_INCREASE_DEATH_COUNTER = 4,\n\n    EVENT_DISMOUNT = 4,\n    EVENT_END_INTRO = 5,\n    EVENT_REGINALD_SAY_2 = 6,\n    EVENT_KATRANA_SAY_1 = 7,\n    EVENT_CHECK_PLAYER = 67,\n\n    // Speech\n    SAY_REGINALD_SHOO_HORSE = 0,\n    SAY_REGINALD_END_INTRO = 1,\n    SAY_REGINALD_MASQUERADE_1 = 2,\n    SAY_REGINALD_MASQUERADE_2 = 3,\n    SAY_REGINALD_TO_MARCUS_1 = 4,\n    SAY_REGINALD_TO_MARCUS_2 = 5,\n    SAY_REGINALD_TO_MARCUS_3 = 6,\n    SAY_REGINALD_TO_MARCUS_4 = 7,\n    SAY_REGINALD_TO_MARCUS_5 = 8,\n    SAY_REGINALD_MASQUERADE_3 = 9,\n    SAY_REGINALD_BEFORE_KEEP = 10,\n    SAY_REGINALD_MOVE_IN_KEEP = 11,\n    SAY_REGINALD_TO_ANDUINN = 12,\n    SAY_REGINALD_MASQUERADE_OVER = 13,\n    SAY_REGINALD_NO_ESCAPE_FATE = 14,\n    SAY_REGINALD_TABLETS = 15,\n    SAY_REGINALD_LISTEN_DRAGON = 16,\n    EMOTE_READ_TABLETS = 17,\n    SAY_REGINALD_DONT_LET_ESCAPE = 18,\n    SAY_REGINALD_BOLVAR_MEDALION = 19,\n    EMOTE_REGINALD_DIES = 20,\n    EMOTE_REACH_TABLETS = 21,\n\n    SAY_KATRANA_1 = 0,\n    EMOTE_KATRANA_LAUGH = 1,\n    SAY_KATRANA_2 = 2,\n    SAY_KATRANA_3 = 3,\n\n    SAY_ONYXIA_CURIOUS = 0,\n    SAY_ONYXIA_COME_GUARDS = 1,\n    SAY_ONYXYA_WAS_THIS_FATED = 2,\n    SAY_ONYXIA_FAREWELL = 3,\n\n    SAY_BOLVAR_TO_ANDUINN = 0,\n    EMOTE_BOLVAR_GASP = 1,\n    SAY_BOLVAR_YELL_GUARDS = 2,\n    SAY_BOLVAR_TO_REGINALD = 3,\n\n    SAY_GUARD_GREET = 10,\n\n    SAY_SQUIRE_ROWE = 0,\n\n    SAY_JONATHAN_TO_REGINALD_1 = 1,\n    EMOTE_CONTEMPLATION = 2,\n    SAY_JONATHAN_TO_REGINALD_2 = 3,\n    SAY_JONATHAN_TO_REGINALD_3 = 4,\n    SAY_JONATHAN_TO_GUARDS_1 = 5,\n    SAY_JONATHAN_TO_GUARDS_2 = 6,\n    SAY_JONATHAN_TO_GUARDS_3 = 7,\n    SAY_JONATHAN_TO_REGINALD_4 = 8,\n\n    GUID_PRESTOR = 500800,\n    GUID_REGINALD = 86900,\n    GUID_ROWE = 79862,\n\n    SUMMON_GROUP_ROYAL_GUARDS = 0,\n\n    DATA_GUARD_INDEX = 1,\n\n    SPELL_WINDSOR_READ = 20358,\n    SPELL_WINDSOR_DEATH = 20465\n};\n\nclass DelayedEmoteEvent : public BasicEvent\n{\npublic:\n    DelayedEmoteEvent(Creature* invoker, uint32 emoteId) : _invoker(invoker), _emoteId(emoteId) { }\n\n    bool Execute(uint64 /*time*/, uint32 /*diff*/)\n    {\n        _invoker->HandleEmoteCommand(_emoteId);\n        return true;\n    }\n\nprivate:\n    Creature* _invoker;\n    uint32 _emoteId;\n\n};\n\nclass DelayedAttackStartEvent : public BasicEvent\n{\npublic:\n    DelayedAttackStartEvent(Creature* invoker) : _invoker(invoker) { }\n\n    bool Execute(uint64 /*time*/, uint32 /*diff*/)\n    {\n        _invoker->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_NON_ATTACKABLE);\n        if (Creature* bolvar = _invoker->FindNearestCreature(NPC_BOLVAR, 50.0f))\n        {\n            _invoker->AI()->AttackStart(bolvar);\n            _invoker->AddThreat(bolvar, 500.0f);\n        }\n        return true;\n    }\n\nprivate:\n    Creature* _invoker;\n\n};\n\nclass DelayedResetEvent : public BasicEvent\n{\npublic:\n    DelayedResetEvent(Creature* invoker) : _invoker(invoker) { }\n\n    bool Execute(uint64 /*time*/, uint32 /*diff*/)\n    {\n        _invoker->DespawnOrUnsummon();\n        _invoker->SetRespawnTime(5);\n        return true;\n    }\n\nprivate:\n    Creature* _invoker;\n\n};\n\nclass npc_squire_rowe : public CreatureScript\n{\npublic:\n    npc_squire_rowe() : CreatureScript(\"npc_squire_rowe\") { }\n\n    struct npc_squire_roweAI : public ScriptedAI\n    {\n        npc_squire_roweAI(Creature* creature) : ScriptedAI(creature) { }\n\n        void DoAction(int32 actionId) override\n        {\n            if (actionId == ACTION_RESET_MASQUERADE)\n                me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n        }\n\n        void SetGUID(ObjectGuid const& guid, int32 index) override\n        {\n            if (index == ACTION_START_ESCORT)\n            {\n                _events.ScheduleEvent(1, 2s);\n                _playerGUID = guid;\n            }\n        }\n\n        void MovementInform(uint32 type, uint32 point) override\n        {\n            if (type != POINT_MOTION_TYPE)\n                return;\n\n            switch (point)\n            {\n                case 1:\n                    _events.ScheduleEvent(point + 1, 1ms);\n                    break;\n                case 2:\n                    me->HandleEmoteCommand(EMOTE_ONESHOT_KNEEL);\n                    if (Creature* reginald = me->SummonCreature(NPC_REGINALD_WINDSOR, -9161.673828f, 351.799713f, 87.906525f, TEMPSUMMON_MANUAL_DESPAWN))\n                    {\n                        reginald->setActive(true);\n                        reginald->AI()->SetGUID(_playerGUID, ACTION_START_ESCORT);\n                        reginald->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                    }\n                    _events.ScheduleEvent(point + 1, 5s);\n                    break;\n                case 3:\n                    _events.ScheduleEvent(point + 1, 1ms);\n                    break;\n                case 4:\n                    me->GetMotionMaster()->Clear();\n                    me->SetFacingTo(me->GetHomePosition().GetOrientation());\n                    _events.ScheduleEvent(5, 1s);\n                    break;\n                default:\n                    break;\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            _events.Update(diff);\n\n            while (uint32 eventId = _events.ExecuteEvent())\n            {\n                switch (eventId)\n                {\n                    case 1:\n                        me->GetMotionMaster()->MovePoint(1, -9053.81f, 442.66f, 93.05f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 2:\n                        me->GetMotionMaster()->MovePoint(2, -9082.63f, 421.29f, 92.55f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 3:\n                        me->GetMotionMaster()->MovePoint(3, -9057.101563f, 439.136200f, 93.050003f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 4:\n                        me->GetMotionMaster()->MovePoint(4, -9043.89f, 434.39f, 93.29f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 5:\n                        Talk(SAY_SQUIRE_ROWE);\n                        break;\n                    default:\n                        break;\n                }\n            }\n        }\n\n    private:\n        EventMap _events;\n        ObjectGuid _playerGUID;\n    };\n\n    bool OnGossipSelect(Player* player, Creature* me, uint32 /*menuId*/, uint32 gossipListId) override\n    {\n        CloseGossipMenuFor(player);\n        uint32 const action = player->PlayerTalkClass->GetGossipOptionAction(gossipListId);\n        if (action == 0)\n        {\n            me->AI()->SetGUID(player->GetGUID(), ACTION_START_ESCORT);\n            me->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n            return true;\n        }\n        return true;\n    }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_squire_roweAI(creature);\n    }\n};\n\nPosition const GuardsPos[] =\n        {\n                { -8968.510f, 512.556f, 96.352f, 3.849f },\n                { -8969.780f, 515.012f, 96.593f, 3.955f },\n                { -8972.410f, 518.228f, 96.594f, 4.281f },\n                { -8965.170f, 508.565f, 96.352f, 3.825f },\n                { -8962.960f, 506.583f, 96.593f, 3.802f },\n                { -8961.080f, 503.828f, 96.593f, 3.465f }\n        };\n\nclass npc_reginald_windsor : public CreatureScript\n{\npublic:\n    npc_reginald_windsor() : CreatureScript(\"npc_reginald_windsor\") { }\n\n    struct npc_reginald_windsorAI : public ScriptedAI\n    {\n        npc_reginald_windsorAI(Creature* creature) : ScriptedAI(creature), Summons(creature)\n        {\n            _canGreet = false;\n        }\n\n        bool CanBeSeen(Player const* player) override\n        {\n            // Hide the Reginald patrolling stormwind... he uses the same creature entry... unfortunately.\n            if ((player->GetQuestStatus(QUEST_STORMWIND_RENDEZVOUZ) == QUEST_STATUS_COMPLETE) || (player->GetQuestStatus(QUEST_THE_GREAT_MASQUERADE) == QUEST_STATUS_INCOMPLETE))\n            {\n                if (me->GetSpawnId() == 86900)\n                {\n                    return false;\n                }\n            }\n\n            return true;\n        }\n\n        void DoAction(int32 actionId) override\n        {\n            if (actionId == ACTION_RESET_MASQUERADE)\n            {\n                me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n\n                ObjectGuid::LowType guid = GUID_ROWE;\n                if (Creature* rowe = GetCreature(guid))\n                {\n                    me->GetMap()->LoadGrid(-9042.23f, 434.24f);\n                    rowe->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                }\n\n                guid = GUID_PRESTOR;\n                if (Creature* prestor = GetCreature(guid))\n                {\n                    prestor->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                }\n            }\n\n            if (actionId == ACTION_START_ESCORT)\n                _events.ScheduleEvent(46, 3s);\n\n            if (actionId == ACTION_INCREASE_DEATH_COUNTER)\n            {\n                if (!me->FindNearestCreature(NPC_ONYXIA_GUARD, 20.0f))\n                    _events.ScheduleEvent(68, 3s);\n            }\n        }\n\n        void SetGUID(ObjectGuid const& guid, int32 index) override\n        {\n            if (index == ACTION_START_ESCORT)\n            {\n                if (ObjectAccessor::FindConnectedPlayer(_playerGUID))\n                {\n                    // Prevent starting the escort script multiple times.\n                    return;\n                }\n\n                _events.ScheduleEvent(1, 2s);\n                _playerGUID = guid;\n            }\n            else if (index == ACTION_START_MASQUERADE)\n            {\n                _events.ScheduleEvent(EVENT_REGINALD_SAY_2, 5s);\n            }\n        }\n\n        void MoveInLineOfSight(Unit* who) override\n        {\n            if (who->IsWithinDistInMap(me, 10.0f) && !who->IsInCombat())\n            {\n                if ((who->GetEntry() == NPC_SW_GUARD || who->GetEntry() == NPC_SW_PATROL || who->GetEntry() == NPC_ROYAL_GUARD) && _canGreet)\n                {\n                    if (_swGuardsSaluted.find(who->GetGUID()) == _swGuardsSaluted.end())\n                    {\n                        who->GetMotionMaster()->Clear();\n                        who->GetMotionMaster()->MoveIdle();\n                        who->SetFacingToObject(me);\n                        who->m_Events.AddEvent(new DelayedEmoteEvent(who->ToCreature(), EMOTE_ONESHOT_SALUTE), who->m_Events.CalculateTime(1000));\n                        who->m_Events.AddEvent(new DelayedResetEvent(who->ToCreature()), who->m_Events.CalculateTime(30000));\n                        who->ToCreature()->AI()->Talk(SAY_GUARD_GREET);\n                        _swGuardsSaluted.insert(who->GetGUID());\n                    }\n                }\n            }\n        }\n\n        void MovementInform(uint32 type, uint32 point) override\n        {\n            if (type != POINT_MOTION_TYPE)\n                return;\n\n            switch (point)\n            {\n                case 1:\n                    _events.ScheduleEvent(2, 1ms);\n                    break;\n                case 2:\n                    _events.ScheduleEvent(3, 1ms);\n                    break;\n                case 3:\n                    me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                    _events.ScheduleEvent(EVENT_DISMOUNT, 3s);\n                    break;\n                case 4:\n                    _events.ScheduleEvent(9, 1ms);\n                    break;\n                case 5:\n                    if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        jonathan->AI()->Talk(SAY_JONATHAN_TO_REGINALD_1);\n                    _events.ScheduleEvent(10, 3s);\n                    break;\n                case 6:\n                    _events.ScheduleEvent(26, 1ms);\n                    break;\n                case 7:\n                    _events.ScheduleEvent(27, 1ms);\n                    break;\n                case 8:\n                    _events.ScheduleEvent(28, 1ms);\n                    break;\n                case 9:\n                    _events.ScheduleEvent(29, 1ms);\n                    break;\n                case 10:\n                    _events.ScheduleEvent(30, 1ms);\n                    break;\n                case 11:\n                    _events.ScheduleEvent(31, 1ms);\n                    break;\n                case 12:\n                    _events.ScheduleEvent(32, 1ms);\n                    break;\n                case 13:\n                    _events.ScheduleEvent(33, 1ms);\n                    break;\n                case 14:\n                    _events.ScheduleEvent(34, 1ms);\n                    break;\n                case 15:\n                    _events.ScheduleEvent(35, 1ms);\n                    break;\n                case 16:\n                    _events.ScheduleEvent(36, 1ms);\n                    break;\n                case 17:\n                    _events.ScheduleEvent(37, 1ms);\n                    break;\n                case 18:\n                    _events.ScheduleEvent(38, 1ms);\n                    break;\n                case 19:\n                    _events.ScheduleEvent(39, 1ms);\n                    break;\n                case 20:\n                    _events.ScheduleEvent(40, 1ms);\n                    break;\n                case 21:\n                    _events.ScheduleEvent(41, 1ms);\n                    break;\n                case 22:\n                    _events.ScheduleEvent(42, 1ms);\n                    break;\n                case 23:\n                    _events.ScheduleEvent(43, 1ms);\n                    break;\n                case 24:\n                    _events.ScheduleEvent(44, 1ms);\n                    break;\n                case 25:\n                    _events.ScheduleEvent(45, 1ms);\n                    break;\n                case 26: // Keep gossip\n                    _events.ScheduleEvent(EVENT_CHECK_PLAYER, 300s);\n                    Talk(SAY_REGINALD_BEFORE_KEEP);\n                    me->GetMotionMaster()->Clear();\n                    me->SetFacingTo(5.41f);\n                    me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP);\n                    break;\n                case 27:\n                    _events.ScheduleEvent(47, 1ms);\n                    break;\n                case 28:\n                    _events.ScheduleEvent(48, 1ms);\n                    break;\n                case 29:\n                    if (Creature* katrana = me->FindNearestCreature(NPC_KATRANA_PRESTOR, 50.0f))\n                    {\n                        katrana->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                        me->GetMotionMaster()->Clear();\n                        me->SetFacingToObject(katrana);\n                    }\n                    _canGreet = false;\n                    Talk(SAY_REGINALD_TO_ANDUINN);\n                    _events.ScheduleEvent(49, 1ms);\n                    break;\n                default:\n                    break;\n            }\n        }\n\n        void JustSummoned(Creature* creature) override\n        {\n            Summons.Summon(creature);\n        }\n\n        void SpellHit(Unit*, const SpellInfo* spell) override\n        {\n            if (spell->Id == SPELL_WINDSOR_DEATH)\n            {\n                Talk(SAY_REGINALD_DONT_LET_ESCAPE);\n                me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);\n                me->SetStandState(UNIT_STAND_STATE_DEAD);\n            }\n        }\n\n        Creature* GetCreature(uint64 guid)\n        {\n            auto bounds = me->GetMap()->GetCreatureBySpawnIdStore().equal_range(guid);\n\n            if (bounds.first == bounds.second)\n                return nullptr;\n\n            if (Creature* creature = bounds.first->second)\n                return creature;\n\n            return nullptr;\n        };\n\n        void UpdateAI(uint32 diff) override\n        {\n            _events.Update(diff);\n\n            while (uint32 eventId = _events.ExecuteEvent())\n            {\n                switch (eventId)\n                {\n                    case 1:\n                        // Along the road\n                        me->GetMotionMaster()->MovePoint(1, -9141.894531f, 376.348145f, 90.683403f);\n                        break;\n                    case 2:\n                        // Along the road, straight up his path\n                        me->GetMotionMaster()->MovePoint(2, -9110.274414f, 395.779083f, 92.516273f);\n                        break;\n                    case 3:\n                        // End point by the Stormwind Bridge\n                        me->GetMotionMaster()->MovePoint(3, -9049.892578f, 445.026917f, 93.056046f);\n                        break;\n                    case EVENT_DISMOUNT:\n                        me->Dismount();\n                        if (Creature* mercutio = me->SummonCreature(NPC_MERCUTIO, -9049.408203f, 446.522705f, 93.056198f))\n                        {\n                            me->HandleEmoteCommand(EMOTE_ONESHOT_ATTACK_UNARMED);\n                            Talk(SAY_REGINALD_SHOO_HORSE);\n                            mercutio->GetMotionMaster()->MovePoint(1, -9150.777344f, 370.672607f, 90.537186f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                            mercutio->DespawnOrUnsummon(10s);\n                        }\n                        _events.ScheduleEvent(EVENT_END_INTRO, 3s);\n                        break;\n                    case EVENT_END_INTRO:\n                        _events.ScheduleEvent(EVENT_CHECK_PLAYER, 300s);\n                        me->SetFacingTo(3.760818f);\n                        me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER);\n                        if (Player* player = ObjectAccessor::FindConnectedPlayer(_playerGUID))\n                            Talk(SAY_REGINALD_END_INTRO, player);\n                        break;\n                    case EVENT_REGINALD_SAY_2:\n                        me->SetFacingTo(0.717398f);\n                        me->HandleEmoteCommand(EMOTE_ONESHOT_SHOUT);\n                        Talk(SAY_REGINALD_MASQUERADE_2);\n                        _events.ScheduleEvent(EVENT_KATRANA_SAY_1, 5s);\n                        break;\n                    case EVENT_KATRANA_SAY_1:\n                    {\n                        ObjectGuid::LowType guid = GUID_PRESTOR;\n                        if (Creature* katrana = GetCreature(guid))\n                        {\n                            if (!katrana->IsAlive())\n                                katrana->Respawn(true);\n\n                            me->GetMap()->LoadGrid(8435.00f, 335.55f);\n                            katrana->AI()->Talk(SAY_KATRANA_1);\n                        }\n\n                        guid = GUID_REGINALD;\n\n                        if (Creature* reginald = GetCreature(guid))\n                        {\n                            reginald->DespawnOrUnsummon();\n                            reginald->SetRespawnTime(30 * 60);\n                        }\n\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 200.0f))\n                        {\n                            _marcusGUID = jonathan->GetGUID();\n                            jonathan->Dismount();\n                            jonathan->setActive(true);\n                            jonathan->GetMotionMaster()->MovePoint(0, -8967.960f, 510.008f, 96.351f);\n\n                            for (uint8 counter = 0; counter <= 5; ++counter)\n                            {\n                                if (Creature* guard = me->SummonCreature(NPC_ROYAL_GUARD, GuardsPos[counter]))\n                                {\n                                    _guardsGUID[counter] = guard->GetGUID();\n                                    guard->AI()->SetData(DATA_GUARD_INDEX, 1);\n                                    _swGuardsSaluted.insert(guard->GetGUID());\n                                }\n                            }\n                        }\n\n                        _events.ScheduleEvent(8, 3s);\n                        break;\n                    }\n                    case 8:\n                        me->GetMotionMaster()->MovePoint(4, -8997.63f, 486.402f, 96.622f);\n                        break;\n                    case 9:\n                        me->GetMotionMaster()->MovePoint(5, -8971.08f, 507.541f, 96.349f);\n                        break;\n                    case 10:\n                        Talk(SAY_REGINALD_TO_MARCUS_1);\n                        _events.ScheduleEvent(11, 10s);\n                        break;\n                    case 11:\n                        Talk(SAY_REGINALD_TO_MARCUS_2);\n                        _events.ScheduleEvent(12, 4s);\n                        break;\n                    case 12:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                            jonathan->AI()->Talk(EMOTE_CONTEMPLATION);\n                        _events.ScheduleEvent(13, 6s);\n                        break;\n                    case 13:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                            jonathan->AI()->Talk(SAY_JONATHAN_TO_REGINALD_2);\n                        _events.ScheduleEvent(14, 10s);\n                        break;\n                    case 14:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                            jonathan->AI()->Talk(SAY_JONATHAN_TO_REGINALD_3);\n                        _events.ScheduleEvent(15, 6s);\n                        break;\n                    case 15:\n                        Talk(SAY_REGINALD_TO_MARCUS_3);\n                        _events.ScheduleEvent(16, 10s);\n                        break;\n                    case 16:\n                        Talk(SAY_REGINALD_TO_MARCUS_4);\n                        _events.ScheduleEvent(17, 10s);\n                        break;\n                    case 17:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            jonathan->SetFacingTo(5.830352f);\n                            jonathan->HandleEmoteCommand(EMOTE_ONESHOT_EXCLAMATION);\n                            jonathan->AI()->Talk(SAY_JONATHAN_TO_GUARDS_1);\n                        }\n\n                        if (Creature* guard = ObjectAccessor::GetCreature(*me, _guardsGUID[5]))\n                        {\n                            guard->SetFacingTo(2.234f);\n                            guard->SetStandState(UNIT_STAND_STATE_KNEEL);\n                        }\n\n                        if (Creature* guard = ObjectAccessor::GetCreature(*me, _guardsGUID[4]))\n                            guard->GetMotionMaster()->MovePoint(1, -8959.440f, 505.424f, 96.595f);\n                        if (Creature* guard = ObjectAccessor::GetCreature(*me, _guardsGUID[3]))\n                            guard->GetMotionMaster()->MovePoint(1, -8957.670f, 507.056f, 96.595f);\n\n                        _events.ScheduleEvent(18, 5s);\n                        break;\n                    case 18:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            jonathan->SetFacingTo(2.234f);\n                            jonathan->HandleEmoteCommand(EMOTE_ONESHOT_EXCLAMATION);\n                            jonathan->AI()->Talk(SAY_JONATHAN_TO_GUARDS_2);\n                        }\n\n                        if (Creature* guard = ObjectAccessor::GetCreature(*me, _guardsGUID[2]))\n                        {\n                            guard->SetFacingTo(5.375f);\n                            guard->SetStandState(UNIT_STAND_STATE_KNEEL);\n                        }\n\n                        if (Creature* guard = ObjectAccessor::GetCreature(*me, _guardsGUID[1]))\n                            guard->GetMotionMaster()->MovePoint(2, -8970.680f, 519.252f, 96.595f);\n                        if (Creature* guard = ObjectAccessor::GetCreature(*me, _guardsGUID[0]))\n                            guard->GetMotionMaster()->MovePoint(2, -8969.100f, 520.395f, 96.595f);\n\n                        _events.ScheduleEvent(19, 5s);\n                        break;\n                    case 19:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            jonathan->HandleEmoteCommand(EMOTE_ONESHOT_SHOUT);\n                            jonathan->AI()->Talk(SAY_JONATHAN_TO_GUARDS_3);\n                        }\n                        _events.ScheduleEvent(20, 3s);\n                        break;\n                    case 20:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            jonathan->SetFacingToObject(me);\n                            jonathan->AI()->Talk(SAY_JONATHAN_TO_REGINALD_4);\n                            jonathan->m_Events.AddEvent(new DelayedEmoteEvent(jonathan, EMOTE_ONESHOT_SALUTE), jonathan->m_Events.CalculateTime(1000));\n                        }\n                        _events.ScheduleEvent(21, 5s);\n                        break;\n                    case 21:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            jonathan->SetWalk(true);\n                            jonathan->GetMotionMaster()->MovePoint(1, -8974.590f, 516.213f, 96.590f);\n                        }\n                        _events.ScheduleEvent(22, 5s);\n                        break;\n                    case 22:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            jonathan->GetMotionMaster()->Clear();\n                            jonathan->SetFacingToObject(me);\n                            jonathan->SetStandState(UNIT_STAND_STATE_KNEEL);\n                        }\n                        _events.ScheduleEvent(23, 3s);\n                        break;\n                    case 23:\n                        if (Creature* jonathan = me->FindNearestCreature(NPC_JONATHAN, 20.0f))\n                        {\n                            me->GetMotionMaster()->Clear();\n                            me->SetFacingToObject(jonathan);\n                            Talk(SAY_REGINALD_TO_MARCUS_5);\n                            jonathan->m_Events.AddEvent(new DelayedResetEvent(jonathan), jonathan->m_Events.CalculateTime(60000));\n                        }\n                        _events.ScheduleEvent(24, 4s);\n                        break;\n                    case 24:\n                        me->GetMotionMaster()->Clear();\n                        me->SetFacingTo(0.06f);\n                        Talk(SAY_REGINALD_MASQUERADE_3);\n                        me->m_Events.AddEvent(new DelayedEmoteEvent(me, EMOTE_ONESHOT_POINT), me->m_Events.CalculateTime(1000));\n                        _events.ScheduleEvent(25, 5s);\n                        break;\n                    case 25:\n                        _canGreet = true;\n                        me->GetMotionMaster()->MovePoint(6, -8953.17f, 518.537f, 96.355f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 26:\n                        me->GetMotionMaster()->MovePoint(7, -8936.33f, 501.777f, 94.066f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 27:\n                        me->GetMotionMaster()->MovePoint(8, -8922.52f, 498.45f, 93.869f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 28:\n                        me->GetMotionMaster()->MovePoint(9, -8907.64f, 509.941f, 93.840f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 29:\n                        me->GetMotionMaster()->MovePoint(10, -8925.26f, 542.51f, 94.274f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 30:\n                        me->GetMotionMaster()->MovePoint(11, -8832.28f, 622.285f, 93.686f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 31:\n                        me->GetMotionMaster()->MovePoint(12, -8824.8f, 621.713f, 94.084f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 32:\n                        me->GetMotionMaster()->MovePoint(13, -8796.46f, 590.922f, 97.466f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 33:\n                        me->GetMotionMaster()->MovePoint(14, -8769.85f, 607.883f, 97.118f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 34:\n                        me->GetMotionMaster()->MovePoint(15, -8737.14f, 574.741f, 97.398f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 35:\n                        me->GetMotionMaster()->MovePoint(16, -8746.27f, 563.446f, 97.399f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 36:\n                        me->GetMotionMaster()->MovePoint(17, -8745.5f, 557.877f, 97.704f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 37:\n                        me->GetMotionMaster()->MovePoint(18, -8730.95f, 541.477f, 101.12f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 38:\n                        me->GetMotionMaster()->MovePoint(19, -8713.16f, 520.692f, 97.227f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 39:\n                        me->GetMotionMaster()->MovePoint(20, -8677.09f, 549.614f, 97.438f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 40:\n                        me->GetMotionMaster()->MovePoint(21, -8655.72f, 552.732f, 96.941f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 41:\n                        me->GetMotionMaster()->MovePoint(22, -8641.68f, 540.516f, 98.972f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 42:\n                        me->GetMotionMaster()->MovePoint(23, -8620.08f, 520.120f, 102.812f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 43:\n                        me->GetMotionMaster()->MovePoint(24, -8591.09f, 492.553f, 104.032f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 44:\n                        me->GetMotionMaster()->MovePoint(25, -8562.45f, 463.583f, 104.517f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 45: // Break here, before keep.\n                        Summons.DespawnAll();\n                        me->GetMotionMaster()->MovePoint(26, -8548.63f, 467.38f, 104.517f);\n                        break;\n                    case 46:\n                        me->GetMotionMaster()->MovePoint(27, -8487.77f, 391.44f, 108.386f);\n                        break;\n                    case 47:\n                        me->GetMotionMaster()->MovePoint(28, -8455.95f, 351.225f, 120.88f);\n                        break;\n                    case 48: // Say something\n                        me->GetMotionMaster()->MovePoint(29, -8446.87f, 339.904f, 121.33f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        break;\n                    case 49:\n                        _events.ScheduleEvent(50, 9s);\n                        _events.ScheduleEvent(64, 4s);\n                        _events.ScheduleEvent(59, 2s);\n                        break;\n                    case 50:\n                        if (Creature* katrana = me->FindNearestCreature(NPC_KATRANA_PRESTOR, 20.0f))\n                        {\n                            katrana->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                            katrana->AI()->Talk(EMOTE_KATRANA_LAUGH);\n                            katrana->m_Events.AddEvent(new DelayedEmoteEvent(katrana, EMOTE_ONESHOT_LAUGH), katrana->m_Events.CalculateTime(1000));\n                        }\n                        _events.ScheduleEvent(51, 4s);\n                        break;\n                    case 51:\n                        if (Creature* katrana = me->FindNearestCreature(NPC_KATRANA_PRESTOR, 20.0f))\n                            katrana->AI()->Talk(SAY_KATRANA_2);\n                        _events.ScheduleEvent(52, 8s);\n                        break;\n                    case 52:\n                        if (Creature* katrana = me->FindNearestCreature(NPC_KATRANA_PRESTOR, 20.0f))\n                            katrana->AI()->Talk(SAY_KATRANA_3);\n                        _events.ScheduleEvent(53, 15s);\n                        _events.ScheduleEvent(65, 10s);\n                        break;\n                    case 53:\n                        Talk(EMOTE_REACH_TABLETS);\n                        _events.ScheduleEvent(54, 6s);\n                        break;\n                    case 54:\n                        Talk(SAY_REGINALD_TABLETS);\n                        _events.ScheduleEvent(55, 5s);\n                        break;\n                    case 55:\n                        Talk(SAY_REGINALD_LISTEN_DRAGON);\n                        _events.ScheduleEvent(56, 5s);\n                        break;\n                    case 56:\n                        DoCastAOE(SPELL_WINDSOR_READ);\n                        Talk(EMOTE_READ_TABLETS);\n                        _events.ScheduleEvent(57, 11s);\n                        break;\n                    case 57:\n                        if (Creature* katrana = me->FindNearestCreature(NPC_KATRANA_PRESTOR, 20.0f))\n                        {\n                            katrana->UpdateEntry(NPC_LADY_ONYXIA, nullptr);\n                            katrana->AI()->Talk(SAY_ONYXIA_CURIOUS);\n                        }\n\n                        if (Creature* bolvar = me->FindNearestCreature(NPC_BOLVAR, 20.0f))\n                        {\n                            bolvar->SetWalk(true);\n                            bolvar->AI()->Talk(EMOTE_BOLVAR_GASP);\n                            bolvar->GetMotionMaster()->MovePoint(1, -8448.690f, 337.074f, 121.330f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                        }\n                        _events.ScheduleEvent(58, 2s);\n                        _events.ScheduleEvent(60, 6s);\n                        break;\n                    case 58:\n                        if (Creature* onyxia = me->FindNearestCreature(NPC_LADY_ONYXIA, 20.0f))\n                            if (Creature* bolvar = me->FindNearestCreature(NPC_BOLVAR, 20.0f))\n                            {\n                                bolvar->GetMotionMaster()->Clear();\n                                bolvar->SetFacingToObject(onyxia);\n                                bolvar->AI()->Talk(SAY_BOLVAR_YELL_GUARDS);\n                                bolvar->SetUInt32Value(UNIT_NPC_EMOTESTATE, 45);\n                            }\n                        break;\n                    case 59:\n                        if (Creature* bolvar = me->FindNearestCreature(NPC_BOLVAR, 20.0f))\n                        {\n                            bolvar->SetFaction(11);\n                            bolvar->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n                            bolvar->AI()->Talk(SAY_BOLVAR_TO_ANDUINN);\n                        }\n                        if (Creature* anduinn = me->FindNearestCreature(NPC_ANDUINN, 20.0f))\n                        {\n                            anduinn->SetWalk(true);\n                            anduinn->GetMotionMaster()->MovePoint(1, -8505.770f, 338.312f, 120.886f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, true);\n                            anduinn->DespawnOrUnsummon(5s);\n                        }\n                        break;\n                    case 60:\n                    {\n                        if (Creature* onyxia = me->FindNearestCreature(NPC_LADY_ONYXIA, 20.0f))\n                            onyxia->AI()->Talk(SAY_ONYXIA_COME_GUARDS);\n\n                        std::list<Creature*> guardList;\n\n                        me->GetCreatureListWithEntryInGrid(guardList, NPC_ROYAL_GUARD, 25.0f);\n\n                        if (!guardList.empty())\n                        {\n                            int8 counter = 0;\n                            for (auto itr : guardList)\n                            {\n                                if (counter >= 8)\n                                    continue;\n\n                                if (!itr->IsAlive())\n                                    itr->Respawn(true);\n\n                                itr->UpdateEntry(NPC_ONYXIA_GUARD, nullptr);\n                                itr->AI()->SetGUID(me->GetGUID());\n                                itr->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_NON_ATTACKABLE);\n                                itr->m_Events.AddEvent(new DelayedAttackStartEvent(itr), itr->m_Events.CalculateTime(8000));\n                                counter++;\n                            }\n                        }\n\n                        _events.ScheduleEvent(61, 5s);\n                        _events.ScheduleEvent(66, 6s);\n                        break;\n                    }\n                    case 61:\n                        if (Creature* onyxia = me->FindNearestCreature(NPC_LADY_ONYXIA, 20.0f))\n                            onyxia->AI()->Talk(SAY_ONYXYA_WAS_THIS_FATED);\n                        _events.ScheduleEvent(62, 10s);\n                        break;\n                    case 62:\n                        if (Creature* onyxia = me->FindNearestCreature(NPC_LADY_ONYXIA, 20.0f))\n                            onyxia->AI()->Talk(SAY_ONYXIA_FAREWELL);\n                        _events.ScheduleEvent(63, 8s);\n                        break;\n                    case 63:\n                        if (Creature* onyxia = me->FindNearestCreature(NPC_LADY_ONYXIA, 20.0f))\n                        {\n                            onyxia->CastSpell(onyxia, 20466, true);\n                            onyxia->DespawnOrUnsummon(2s);\n                        }\n                        break;\n                    case 64:\n                        Talk(SAY_REGINALD_MASQUERADE_OVER);\n                        if (Creature* katrana = me->FindNearestCreature(NPC_KATRANA_PRESTOR, 20.0f))\n                        {\n                            me->GetMotionMaster()->Clear();\n                            me->SetFacingToObject(katrana);\n                            me->m_Events.AddEvent(new DelayedEmoteEvent(me, EMOTE_ONESHOT_POINT), me->m_Events.CalculateTime(1000));\n                        }\n                        break;\n                    case 65:\n                        Talk(SAY_REGINALD_NO_ESCAPE_FATE);\n                        break;\n                    case 66:\n                        if (Creature* onyxia = me->FindNearestCreature(NPC_LADY_ONYXIA, 20.0f))\n                            onyxia->AI()->DoCastAOE(SPELL_WINDSOR_DEATH, true);\n                        break;\n                    case EVENT_CHECK_PLAYER:\n                        if (!ObjectAccessor::FindPlayer(_playerGUID))\n                        {\n                            DoAction(ACTION_RESET_MASQUERADE);\n                            me->DespawnOrUnsummon(10s);\n                        }\n                        break;\n                    case 68:\n                        if (Creature* bolvar = me->FindNearestCreature(NPC_BOLVAR, 20.0f))\n                        {\n                            bolvar->SetUInt32Value(UNIT_NPC_EMOTESTATE, 0);\n                            bolvar->GetMotionMaster()->Clear();\n                            bolvar->GetMotionMaster()->MovePoint(1, -8448.279f, 338.398f, 121.329f, FORCED_MOVEMENT_NONE, 0.0f, 0.0f, false);\n                            bolvar->SetFacingToObject(me);\n                            bolvar->SetStandState(UNIT_STAND_STATE_KNEEL);\n                        }\n                        _events.ScheduleEvent(69, 3s);\n                        break;\n                    case 69:\n                        if (Creature* bolvar = me->FindNearestCreature(NPC_BOLVAR, 20.0f))\n                            bolvar->AI()->Talk(SAY_BOLVAR_TO_REGINALD);\n                        _events.ScheduleEvent(70, 3s);\n                        break;\n                    case 70:\n                        Talk(SAY_REGINALD_BOLVAR_MEDALION);\n                        _events.ScheduleEvent(71, 3s);\n                        break;\n                    case 71:\n                        Talk(EMOTE_REGINALD_DIES);\n                        _events.ScheduleEvent(72, 5s);\n                        break;\n                    case 72:\n                        if (Creature* bolvar = me->FindNearestCreature(NPC_BOLVAR, 20.0f))\n                        {\n                            bolvar->SetStandState(UNIT_STAND_STATE_STAND);\n                            bolvar->SetSpeed(MOVE_WALK, 1.0f);\n                            bolvar->SetWalk(true);\n                            bolvar->GetMotionMaster()->MoveTargetedHome();\n                            bolvar->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n\n                            if (Player* player = ObjectAccessor::FindConnectedPlayer(_playerGUID))\n                                player->GroupEventHappens(QUEST_THE_GREAT_MASQUERADE, me);\n\n                            DoAction(ACTION_RESET_MASQUERADE);\n                            me->DespawnOrUnsummon(10s);\n                        }\n                        break;\n                    default:\n                        break;\n                }\n            }\n        }\n\n    private:\n        EventMap _events;\n        ObjectGuid _playerGUID;\n        SummonList Summons;\n        ObjectGuid _guardsGUID[6];\n        ObjectGuid _marcusGUID;\n        GuidSet _swGuardsSaluted;\n        bool _canGreet;\n    };\n\n    bool OnGossipSelect(Player* player, Creature* me, uint32 /*menuId*/, uint32 gossipListId) override\n    {\n        CloseGossipMenuFor(player);\n        uint32 const action = player->PlayerTalkClass->GetGossipOptionAction(gossipListId);\n\n        if (action == 0)\n        {\n            me->m_Events.AddEvent(new DelayedEmoteEvent(me, EMOTE_ONESHOT_POINT), me->m_Events.CalculateTime(1000));\n            me->AI()->Talk(SAY_REGINALD_MOVE_IN_KEEP);\n            me->AI()->DoAction(ACTION_START_ESCORT);\n            me->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP);\n            return true;\n        }\n        return true;\n    }\n\n    bool OnQuestAccept(Player* player, Creature* me, Quest const* quest) override\n    {\n        if (quest->GetQuestId() == QUEST_THE_GREAT_MASQUERADE)\n        {\n            me->AI()->SetGUID(player->GetGUID(), ACTION_START_MASQUERADE);\n            me->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n            me->AI()->Talk(SAY_REGINALD_MASQUERADE_1);\n            me->SetWalk(true);\n\n            if (Creature* rowe = me->FindNearestCreature(NPC_SQUIRE_ROWE, 20.0f))\n                rowe->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);\n        }\n        return false;\n    }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_reginald_windsorAI(creature);\n    }\n};\n\nclass npc_royal_stormwind_guard : public CreatureScript\n{\npublic:\n    npc_royal_stormwind_guard() : CreatureScript(\"npc_royal_stormwind_guard\") { }\n\n    struct npc_royal_stormwind_guardAI : public ScriptedAI\n    {\n        npc_royal_stormwind_guardAI(Creature* creature) : ScriptedAI(creature)\n        {\n            _inEvent = false;\n        }\n\n        void SetData(uint32 type, uint32 data) override\n        {\n            if (type == DATA_GUARD_INDEX)\n                _inEvent = data == 1 ? true : false;\n        }\n\n        void SetGUID(ObjectGuid const& guid, int32 /*data*/) override\n        {\n            _invokerGUID = guid;\n        }\n\n        void JustDied(Unit* /*killer*/) override\n        {\n            if (me->GetEntry() == NPC_ONYXIA_GUARD)\n            {\n                if (Creature* windsor = ObjectAccessor::GetCreature(*me, _invokerGUID))\n                    windsor->AI()->DoAction(ACTION_INCREASE_DEATH_COUNTER);\n            }\n        }\n\n        void JustEngagedWith(Unit* /*victim*/) override\n        {\n            if (me->GetEntry() == NPC_ONYXIA_GUARD)\n            {\n                _events.ScheduleEvent(5, 3s);\n                _events.ScheduleEvent(6, 4s);\n            }\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (!UpdateVictim())\n                return;\n\n            _events.Update(diff);\n\n            while (uint32 eventId = _events.ExecuteEvent())\n            {\n                switch (eventId)\n                {\n                    case 5:\n                        DoCastVictim(15284); // Cleave\n                        _events.ScheduleEvent(5, 5s, 8s);\n                        break;\n                }\n            }\n\n            DoMeleeAttackIfReady();\n        }\n\n        void MovementInform(uint32 type, uint32 point) override\n        {\n            if (type != POINT_MOTION_TYPE || !_inEvent)\n                return;\n\n            me->GetMotionMaster()->Clear();\n\n            if (point == 1)\n                me->SetFacingTo(2.234f);\n            else if (point == 2)\n                me->SetFacingTo(5.375f);\n\n            me->SetStandState(UNIT_STAND_STATE_KNEEL);\n        }\n\n    private:\n        bool _inEvent;\n        ObjectGuid _invokerGUID;\n        EventMap _events;\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_royal_stormwind_guardAI(creature);\n    }\n};\n\nvoid AddSC_quest_the_masquerade_60_2()\n{\n    new npc_reginald_windsor();\n    new npc_squire_rowe();\n    new npc_royal_stormwind_guard();\n}\n"
  },
  {
    "path": "src/wotlkScripts/IppWotlkModdedScripts.cpp",
    "content": "#include \"IndividualProgression.h\"\n#include \"Battlefield.h\"\n#include \"BattlefieldMgr.h\"\n#include \"ScriptedGossip.h\"\n#include \"GameTime.h\"\n\nenum eWGqueuenpctext\n{\n    WG_NPCQUEUE_TEXT_H_NOWAR            = 14775,\n    WG_NPCQUEUE_TEXT_H_QUEUE            = 14790,\n    WG_NPCQUEUE_TEXT_H_WAR              = 14777,\n    WG_NPCQUEUE_TEXT_A_NOWAR            = 14782,\n    WG_NPCQUEUE_TEXT_A_QUEUE            = 14791,\n    WG_NPCQUEUE_TEXT_A_WAR              = 14781,\n    WG_NPCQUEUE_TEXTOPTION_JOIN         = -1850507,\n\n    WG_GOSSIP_MENU_QUEUE                = 10662,\n};\n\nenum eWgQueue\n{\n    EVENT_ARCANIST_BRAEDIN_YELL     = 1,\n    EVENT_MAGISTER_SURDIEL_YELL     = 2,\n    EVENT_SPELL_FROST_ARMOR         = 3,\n\n    SAY_ARCANIST_BRAEDIN            = 0,\n    SAY_MAGISTER_SURDIEL            = 0,\n\n    NPC_ARCANIST_BRAEDIN            = 32169,\n    NPC_MAGISTER_SURDIEL            = 32170,\n\n    SPELL_FROST_ARMOR               = 31256\n};\n\nclass npc_wg_queue_ipp : public CreatureScript\n{\npublic:\n    npc_wg_queue_ipp() : CreatureScript(\"npc_wg_queue\") { }\n\n    bool OnGossipHello(Player* player, Creature* creature) override\n    {\n        if (!sWorld->getBoolConfig(CONFIG_MINIGOB_MANABONK))\n            return false;\n\n        if (creature->IsQuestGiver())\n            player->PrepareQuestMenu(creature->GetGUID());\n\n        Battlefield* wintergrasp = sBattlefieldMgr->GetBattlefieldByBattleId(BATTLEFIELD_BATTLEID_WG);\n        if (!wintergrasp)\n            return true;\n\n        if (wintergrasp->IsWarTime())\n        {\n            AddGossipItemFor(player, WG_GOSSIP_MENU_QUEUE, 0, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF);\n            SendGossipMenuFor(player, wintergrasp->GetDefenderTeam() ? WG_NPCQUEUE_TEXT_H_WAR : WG_NPCQUEUE_TEXT_A_WAR, creature->GetGUID());\n        }\n        else\n        {\n            uint32 timer = wintergrasp->GetTimer() / 1000;\n            player->SendUpdateWorldState(4354, GameTime::GetGameTime().count() + timer);\n            if (timer < 15 * MINUTE)\n            {\n                AddGossipItemFor(player, WG_GOSSIP_MENU_QUEUE, 0, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF);\n                SendGossipMenuFor(player, wintergrasp->GetDefenderTeam() ? WG_NPCQUEUE_TEXT_H_QUEUE : WG_NPCQUEUE_TEXT_A_QUEUE, creature->GetGUID());\n            }\n            else\n                SendGossipMenuFor(player, wintergrasp->GetDefenderTeam() ? WG_NPCQUEUE_TEXT_H_NOWAR : WG_NPCQUEUE_TEXT_A_NOWAR, creature->GetGUID());\n        }\n        return true;\n    }\n\n    bool OnGossipSelect(Player* player, Creature* /*creature */, uint32 /*sender */, uint32 /*action*/) override\n    {\n        CloseGossipMenuFor(player);\n\n        Battlefield* wintergrasp = sBattlefieldMgr->GetBattlefieldByBattleId(BATTLEFIELD_BATTLEID_WG);\n        if (!wintergrasp)\n            return true;\n\n        if (wintergrasp->IsWarTime())\n            wintergrasp->InvitePlayerToWar(player);\n        else\n        {\n            uint32 timer = wintergrasp->GetTimer() / 1000;\n            if (timer < 15 * MINUTE)\n                wintergrasp->InvitePlayerToQueue(player);\n        }\n        return true;\n    }\n\n    struct npc_wg_queue_ippAI : public ScriptedAI\n    {\n        npc_wg_queue_ippAI(Creature* creature) : ScriptedAI(creature)\n        {\n            if (creature->GetEntry() == NPC_ARCANIST_BRAEDIN)\n                events.ScheduleEvent(EVENT_ARCANIST_BRAEDIN_YELL, 0ms);\n            else if (creature->GetEntry() == NPC_MAGISTER_SURDIEL)\n                events.ScheduleEvent(EVENT_MAGISTER_SURDIEL_YELL, 0ms);\n\n            events.ScheduleEvent(EVENT_SPELL_FROST_ARMOR, 0ms);\n        }\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            return sIndividualProgression->hasPassedProgression(target, PROGRESSION_TBC_TIER_5);\n        }\n\n        EventMap events;\n\n        void UpdateAI(uint32 diff) override\n        {\n            if (sWorld->getIntConfig(CONFIG_WINTERGRASP_ENABLE) == 2)\n                return;\n\n            ScriptedAI::UpdateAI(diff);\n\n            events.Update(diff);\n            switch (events.ExecuteEvent())\n            {\n                case EVENT_ARCANIST_BRAEDIN_YELL:\n                    if (Battlefield* wintergrasp = sBattlefieldMgr->GetBattlefieldByBattleId(BATTLEFIELD_BATTLEID_WG))\n                    {\n                        if (wintergrasp->IsWarTime())\n                        {\n                            Talk(SAY_ARCANIST_BRAEDIN);\n                            events.ScheduleEvent(EVENT_ARCANIST_BRAEDIN_YELL, 240s);\n                            break;\n                        }\n                    }\n                    events.ScheduleEvent(EVENT_ARCANIST_BRAEDIN_YELL, 5s);\n                    break;\n                case EVENT_MAGISTER_SURDIEL_YELL:\n                    if (Battlefield* wintergrasp = sBattlefieldMgr->GetBattlefieldByBattleId(BATTLEFIELD_BATTLEID_WG))\n                    {\n                        uint32 timer = wintergrasp->GetTimer() / 1000;\n                        if (!wintergrasp->IsWarTime() && timer < 5 * MINUTE && timer > 4 * MINUTE)\n                        {\n                            Talk(SAY_MAGISTER_SURDIEL);\n                            events.ScheduleEvent(EVENT_MAGISTER_SURDIEL_YELL, 300s);\n                            break;\n                        }\n                    }\n                    events.ScheduleEvent(EVENT_MAGISTER_SURDIEL_YELL, 5s);\n                    break;\n                case EVENT_SPELL_FROST_ARMOR:\n                    me->CastSpell(me, SPELL_FROST_ARMOR, true);\n                    events.ScheduleEvent(EVENT_SPELL_FROST_ARMOR, 900s);\n                    break;\n            }\n        }\n    };\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_wg_queue_ippAI(creature);\n    }\n};\n\nvoid AddSC_Ipp_Wotlk_Modded_Scripts()\n{\n    new npc_wg_queue_ipp();\n}\n"
  },
  {
    "path": "src/wotlkScripts/npc_archmage_timear.cpp",
    "content": "\n#include \"ScriptMgr.h\"\n#include \"ScriptedCreature.h\"\n#include \"ScriptedGossip.h\"\n#include \"IndividualProgression.h\"\n\nenum ArchmageTimearQuests\n{\n    QUEST_PROOF_OF_DEMISE_INGVAR_THE_PLUNDERER = 13245,\n    QUEST_PROOF_OF_DEMISE_KERISTRASZA = 13246,\n    QUEST_PROOF_OF_DEMISE_LEY_GUARDIAN_EREGOS = 13247,\n    QUEST_PROOF_OF_DEMISE_KING_YMIRON = 13248,\n    QUEST_PROOF_OF_DEMISE_THE_PROPHET_THARON_JA = 13249,\n    QUEST_PROOF_OF_DEMISE_GAL_DARAH = 13250,\n    QUEST_PROOF_OF_DEMISE_MAL_GANIS = 13251,\n    QUEST_PROOF_OF_DEMISE_SJONNIR_THE_IRONSHAPER = 13252,\n    QUEST_PROOF_OF_DEMISE_LOKEN = 13253,\n    QUEST_PROOF_OF_DEMISE_ANUB_ARAK = 13254,\n    QUEST_PROOF_OF_DEMISE_HERALD_VOLAZJ = 13255,\n    QUEST_PROOF_OF_DEMISE_CYANIGOSA = 13256,\n    QUEST_PROOF_OF_DEMISE_THE_BLACK_KNIGHT = 14199\n};\n\nenum ArchmageTimearImages\n{\n    NPC_INGVAR_THE_PLUNDERER_IMAGE = 31584,\n    NPC_KERISTRASZA_IMAGE = 31618,\n    NPC_LEY_GUARDIAN_EREGOS_IMAGE = 31619,\n    NPC_KING_YMIRON_IMAGE = 31620,\n    NPC_THE_PROPHET_THARON_JA_IMAGE = 31621,\n    NPC_GAL_DARAH_IMAGE = 31622,\n    NPC_MAL_GANIS_IMAGE = 31623,\n    NPC_SJONNIR_THE_IRONSHAPER_IMAGE = 31624,\n    NPC_LOKEN_IMAGE = 31625,\n    NPC_ANUB_ARAK_IMAGE = 31626,\n    NPC_HERALD_VOLAZJ_IMAGE = 31627,\n    NPC_CYANIGOSA_IMAGE = 31629,\n    NPC_THE_BLACK_KNIGHT_IMAGE = 35461\n};\n\nclass npc_archmage_timear : public CreatureScript\n{\npublic:\n    npc_archmage_timear() : CreatureScript(\"npc_archmage_timear\")\n    {\n    }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_archmage_timearAI(creature);\n    }\n\n    struct npc_archmage_timearAI : public ScriptedAI\n    {\n        npc_archmage_timearAI(Creature* creature) : ScriptedAI(creature)\n        {\n            _switchImageTimer = MINUTE * IN_MILLISECONDS;\n            _summonGUID.Clear();\n        }\n\n        uint32 GetImageEntry(uint32 QuestId)\n        {\n            switch (QuestId)\n            {\n            case QUEST_PROOF_OF_DEMISE_INGVAR_THE_PLUNDERER:\n                return NPC_INGVAR_THE_PLUNDERER_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_KERISTRASZA:\n                return NPC_KERISTRASZA_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_LEY_GUARDIAN_EREGOS:\n                return NPC_LEY_GUARDIAN_EREGOS_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_KING_YMIRON:\n                return NPC_KING_YMIRON_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_THE_PROPHET_THARON_JA:\n                return NPC_THE_PROPHET_THARON_JA_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_GAL_DARAH:\n                return NPC_GAL_DARAH_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_MAL_GANIS:\n                return NPC_MAL_GANIS_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_SJONNIR_THE_IRONSHAPER:\n                return NPC_SJONNIR_THE_IRONSHAPER_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_LOKEN:\n                return NPC_LOKEN_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_ANUB_ARAK:\n                return NPC_ANUB_ARAK_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_HERALD_VOLAZJ:\n                return NPC_HERALD_VOLAZJ_IMAGE;\n            case QUEST_PROOF_OF_DEMISE_CYANIGOSA:\n                return NPC_CYANIGOSA_IMAGE;\n            default: //case QUEST_PROOF_OF_DEMISE_THE_BLACK_KNIGHT:\n                return NPC_THE_BLACK_KNIGHT_IMAGE;\n            }\n        }\n\n        void JustSummoned(Creature* image) override\n        {\n            if (image->GetEntry() != NPC_ANUB_ARAK_IMAGE)\n                image->SetUnitMovementFlags(MOVEMENTFLAG_RIGHT);\n            _summonGUID = image->GetGUID();\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            ScriptedAI::UpdateAI(diff);\n\n            _switchImageTimer += diff;\n            if (_switchImageTimer > MINUTE * IN_MILLISECONDS)\n            {\n                _switchImageTimer = 0;\n                QuestRelationBounds objectQR = sObjectMgr->GetCreatureQuestRelationBounds(me->GetEntry());\n                for (QuestRelations::const_iterator i = objectQR.first; i != objectQR.second; ++i)\n                {\n                    uint32 questId = i->second;\n                    Quest const* quest = sObjectMgr->GetQuestTemplate(questId);\n                    if (!quest || !quest->IsDaily())\n                        continue;\n\n                    uint32 newEntry = GetImageEntry(questId);\n                    if (_summonGUID.GetEntry() != newEntry)\n                    {\n                        if (Creature* image = ObjectAccessor::GetCreature(*me, _summonGUID))\n                            image->DespawnOrUnsummon();\n\n                        float z = 653.622f;\n                        if (newEntry == NPC_KERISTRASZA_IMAGE || newEntry == NPC_CYANIGOSA_IMAGE)\n                            z += 3.0f;\n\n                        me->SummonCreature(newEntry, 5770.970f, 529.512f, z, 3.985f);\n                    }\n                }\n            }\n        }\n    private:\n        uint32 _switchImageTimer;\n        ObjectGuid _summonGUID;\n    };\n};\n\nenum ArchmageLandalockQuests\n{\n    QUEST_SARTHARION_MUST_DIE               = 24579,\n    QUEST_ANUBREKHAN_MUST_DIE               = 24580,\n    QUEST_NOTH_THE_PLAGUEBINGER_MUST_DIE    = 24581,\n    QUEST_INSTRUCTOR_RAZUVIOUS_MUST_DIE     = 24582,\n    QUEST_PATCHWERK_MUST_DIE                = 24583,\n    QUEST_MALYGOS_MUST_DIE                  = 24584,\n    QUEST_FLAME_LEVIATHAN_MUST_DIE          = 24585,\n    QUEST_RAZORSCALE_MUST_DIE               = 24586,\n    QUEST_IGNIS_THE_FURNACE_MASTER_MUST_DIE = 24587,\n    QUEST_XT_002_DECONSTRUCTOR_MUST_DIE     = 24588,\n    QUEST_LORD_JARAXXUS_MUST_DIE            = 24589,\n    QUEST_LORD_MARROWGAR_MUST_DIE           = 24590\n};\n\nenum ArchmageLandalockImages\n{\n    NPC_SARTHARION_IMAGE                = 37849,\n    NPC_ANUBREKHAN_IMAGE                = 37850,\n    NPC_NOTH_THE_PLAGUEBINGER_IMAGE     = 37851,\n    NPC_INSTRUCTOR_RAZUVIOUS_IMAGE      = 37853,\n    NPC_PATCHWERK_IMAGE                 = 37854,\n    NPC_MALYGOS_IMAGE                   = 37855,\n    NPC_FLAME_LEVIATHAN_IMAGE           = 37856,\n    NPC_RAZORSCALE_IMAGE                = 37858,\n    NPC_IGNIS_THE_FURNACE_MASTER_IMAGE  = 37859,\n    NPC_XT_002_DECONSTRUCTOR_IMAGE      = 37861,\n    NPC_LORD_JARAXXUS_IMAGE             = 37862,\n    NPC_LORD_MARROWGAR_IMAGE            = 37864\n};\n\nclass npc_archmage_landalock_ipp : public CreatureScript\n{\npublic:\n    npc_archmage_landalock_ipp() : CreatureScript(\"npc_archmage_landalock\")\n    {\n    }\n\n    CreatureAI* GetAI(Creature* creature) const override\n    {\n        return new npc_archmage_landalock_ippAI(creature);\n    }\n\n    struct npc_archmage_landalock_ippAI : public ScriptedAI\n    {\n        npc_archmage_landalock_ippAI(Creature* creature) : ScriptedAI(creature)\n        {\n            _switchImageTimer = MINUTE * IN_MILLISECONDS;\n            _summonGUID.Clear();\n        }\n\n        bool CanBeSeen(Player const* player) override\n        {\n            if (player->IsGameMaster())\n                return true;\n\n            Player* target = ObjectAccessor::FindConnectedPlayer(player->GetGUID());\n            return sIndividualProgression->hasPassedProgression(target, PROGRESSION_WOTLK_TIER_3);\n        }\n\n        uint32 GetImageEntry(uint32 QuestId)\n        {\n            switch (QuestId)\n            {\n                case QUEST_SARTHARION_MUST_DIE:\n                    return NPC_SARTHARION_IMAGE;\n                case QUEST_ANUBREKHAN_MUST_DIE:\n                    return NPC_ANUBREKHAN_IMAGE;\n                case QUEST_NOTH_THE_PLAGUEBINGER_MUST_DIE:\n                    return NPC_NOTH_THE_PLAGUEBINGER_IMAGE;\n                case QUEST_INSTRUCTOR_RAZUVIOUS_MUST_DIE:\n                    return NPC_INSTRUCTOR_RAZUVIOUS_IMAGE;\n                case QUEST_PATCHWERK_MUST_DIE:\n                    return NPC_PATCHWERK_IMAGE;\n                case QUEST_MALYGOS_MUST_DIE:\n                    return NPC_MALYGOS_IMAGE;\n                case QUEST_FLAME_LEVIATHAN_MUST_DIE:\n                    return NPC_FLAME_LEVIATHAN_IMAGE;\n                case QUEST_RAZORSCALE_MUST_DIE:\n                    return NPC_RAZORSCALE_IMAGE;\n                case QUEST_IGNIS_THE_FURNACE_MASTER_MUST_DIE:\n                    return NPC_IGNIS_THE_FURNACE_MASTER_IMAGE;\n                case QUEST_XT_002_DECONSTRUCTOR_MUST_DIE:\n                    return NPC_XT_002_DECONSTRUCTOR_IMAGE;\n                case QUEST_LORD_JARAXXUS_MUST_DIE:\n                    return NPC_LORD_JARAXXUS_IMAGE;\n                default: //case QUEST_LORD_MARROWGAR_MUST_DIE:\n                    return NPC_LORD_MARROWGAR_IMAGE;\n            }\n        }\n\n        void JustSummoned(Creature* image) override\n        {\n            // xinef: screams like a baby\n            if (image->GetEntry() != NPC_ANUBREKHAN_IMAGE)\n                image->SetUnitMovementFlags(MOVEMENTFLAG_RIGHT);\n            _summonGUID = image->GetGUID();\n        }\n\n        void UpdateAI(uint32 diff) override\n        {\n            ScriptedAI::UpdateAI(diff);\n\n            _switchImageTimer += diff;\n            if (_switchImageTimer > MINUTE * IN_MILLISECONDS)\n            {\n                _switchImageTimer = 0;\n                QuestRelationBounds objectQR = sObjectMgr->GetCreatureQuestRelationBounds(me->GetEntry());\n                for (QuestRelations::const_iterator i = objectQR.first; i != objectQR.second; ++i)\n                {\n                    uint32 questId = i->second;\n                    Quest const* quest = sObjectMgr->GetQuestTemplate(questId);\n                    if (!quest || !quest->IsWeekly())\n                        continue;\n\n                    uint32 newEntry = GetImageEntry(questId);\n                    if (_summonGUID.GetEntry() != newEntry)\n                    {\n                        if (Creature* image = ObjectAccessor::GetCreature(*me, _summonGUID))\n                            image->DespawnOrUnsummon();\n\n                        float z = 653.622f;\n                        if (newEntry == NPC_MALYGOS_IMAGE || newEntry == NPC_RAZORSCALE_IMAGE || newEntry == NPC_SARTHARION_IMAGE)\n                            z += 3.0f;\n                        me->SummonCreature(newEntry, 5703.077f, 583.9757f, z, 3.926991f);\n                    }\n                }\n            }\n        }\n    private:\n        uint32 _switchImageTimer;\n        ObjectGuid _summonGUID;\n    };\n\n};\n\nvoid AddSC_npc_archmage_timear()\n{\n    new npc_archmage_timear();\n    new npc_archmage_landalock_ipp();\n}\n"
  }
]